Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.32",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme_settings",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.32",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.32",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.25.1"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  119dependencies = [
  120 "gimli",
  121]
  122
  123[[package]]
  124name = "adler2"
  125version = "2.0.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  128
  129[[package]]
  130name = "aes"
  131version = "0.8.4"
  132source = "registry+https://github.com/rust-lang/crates.io-index"
  133checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  134dependencies = [
  135 "cfg-if",
  136 "cipher",
  137 "cpufeatures",
  138 "zeroize",
  139]
  140
  141[[package]]
  142name = "agent"
  143version = "0.1.0"
  144dependencies = [
  145 "acp_thread",
  146 "action_log",
  147 "agent-client-protocol",
  148 "agent_servers",
  149 "agent_settings",
  150 "anyhow",
  151 "chrono",
  152 "client",
  153 "clock",
  154 "cloud_api_types",
  155 "cloud_llm_client",
  156 "collections",
  157 "context_server",
  158 "ctor",
  159 "db",
  160 "derive_more",
  161 "editor",
  162 "env_logger 0.11.8",
  163 "eval_utils",
  164 "feature_flags",
  165 "fs",
  166 "futures 0.3.32",
  167 "git",
  168 "gpui",
  169 "gpui_tokio",
  170 "handlebars 4.5.0",
  171 "heck 0.5.0",
  172 "html_to_markdown",
  173 "http_client",
  174 "indoc",
  175 "itertools 0.14.0",
  176 "language",
  177 "language_model",
  178 "language_models",
  179 "log",
  180 "lsp",
  181 "open",
  182 "parking_lot",
  183 "paths",
  184 "pretty_assertions",
  185 "project",
  186 "prompt_store",
  187 "rand 0.9.2",
  188 "regex",
  189 "reqwest_client",
  190 "rust-embed",
  191 "schemars",
  192 "serde",
  193 "serde_json",
  194 "settings",
  195 "shell_command_parser",
  196 "smallvec",
  197 "smol",
  198 "sqlez",
  199 "streaming_diff",
  200 "strsim",
  201 "task",
  202 "telemetry",
  203 "tempfile",
  204 "text",
  205 "theme",
  206 "thiserror 2.0.17",
  207 "ui",
  208 "unindent",
  209 "url",
  210 "util",
  211 "uuid",
  212 "watch",
  213 "web_search",
  214 "zed_env_vars",
  215 "zlog",
  216 "zstd",
  217]
  218
  219[[package]]
  220name = "agent-client-protocol"
  221version = "0.10.2"
  222source = "registry+https://github.com/rust-lang/crates.io-index"
  223checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  224dependencies = [
  225 "agent-client-protocol-schema",
  226 "anyhow",
  227 "async-broadcast",
  228 "async-trait",
  229 "derive_more",
  230 "futures 0.3.32",
  231 "log",
  232 "serde",
  233 "serde_json",
  234]
  235
  236[[package]]
  237name = "agent-client-protocol-schema"
  238version = "0.11.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  241dependencies = [
  242 "anyhow",
  243 "derive_more",
  244 "schemars",
  245 "serde",
  246 "serde_json",
  247 "strum 0.28.0",
  248]
  249
  250[[package]]
  251name = "agent_servers"
  252version = "0.1.0"
  253dependencies = [
  254 "acp_thread",
  255 "acp_tools",
  256 "action_log",
  257 "agent-client-protocol",
  258 "anyhow",
  259 "async-trait",
  260 "chrono",
  261 "client",
  262 "collections",
  263 "env_logger 0.11.8",
  264 "feature_flags",
  265 "fs",
  266 "futures 0.3.32",
  267 "google_ai",
  268 "gpui",
  269 "gpui_tokio",
  270 "http_client",
  271 "indoc",
  272 "language_model",
  273 "libc",
  274 "log",
  275 "nix 0.29.0",
  276 "project",
  277 "release_channel",
  278 "reqwest_client",
  279 "serde",
  280 "serde_json",
  281 "settings",
  282 "smol",
  283 "task",
  284 "tempfile",
  285 "terminal",
  286 "thiserror 2.0.17",
  287 "ui",
  288 "util",
  289 "uuid",
  290 "watch",
  291 "zed_credentials_provider",
  292]
  293
  294[[package]]
  295name = "agent_settings"
  296version = "0.1.0"
  297dependencies = [
  298 "agent-client-protocol",
  299 "anyhow",
  300 "collections",
  301 "convert_case 0.8.0",
  302 "fs",
  303 "gpui",
  304 "language_model",
  305 "log",
  306 "paths",
  307 "project",
  308 "regex",
  309 "schemars",
  310 "serde",
  311 "serde_json",
  312 "serde_json_lenient",
  313 "settings",
  314 "util",
  315]
  316
  317[[package]]
  318name = "agent_ui"
  319version = "0.1.0"
  320dependencies = [
  321 "acp_thread",
  322 "action_log",
  323 "agent",
  324 "agent-client-protocol",
  325 "agent_servers",
  326 "agent_settings",
  327 "ai_onboarding",
  328 "anyhow",
  329 "audio",
  330 "base64 0.22.1",
  331 "buffer_diff",
  332 "chrono",
  333 "client",
  334 "clock",
  335 "cloud_api_types",
  336 "collections",
  337 "command_palette_hooks",
  338 "component",
  339 "context_server",
  340 "db",
  341 "editor",
  342 "eval_utils",
  343 "extension",
  344 "extension_host",
  345 "feature_flags",
  346 "file_icons",
  347 "fs",
  348 "futures 0.3.32",
  349 "fuzzy",
  350 "git",
  351 "gpui",
  352 "gpui_tokio",
  353 "heapless",
  354 "html_to_markdown",
  355 "http_client",
  356 "image",
  357 "indoc",
  358 "itertools 0.14.0",
  359 "jsonschema",
  360 "language",
  361 "language_model",
  362 "language_models",
  363 "languages",
  364 "log",
  365 "lsp",
  366 "markdown",
  367 "menu",
  368 "multi_buffer",
  369 "node_runtime",
  370 "notifications",
  371 "ordered-float 2.10.1",
  372 "parking_lot",
  373 "paths",
  374 "picker",
  375 "postage",
  376 "pretty_assertions",
  377 "project",
  378 "prompt_store",
  379 "proto",
  380 "rand 0.9.2",
  381 "release_channel",
  382 "remote",
  383 "remote_connection",
  384 "remote_server",
  385 "reqwest_client",
  386 "rope",
  387 "rules_library",
  388 "schemars",
  389 "semver",
  390 "serde",
  391 "serde_json",
  392 "serde_json_lenient",
  393 "settings",
  394 "smol",
  395 "streaming_diff",
  396 "task",
  397 "telemetry",
  398 "terminal",
  399 "terminal_view",
  400 "text",
  401 "theme",
  402 "theme_settings",
  403 "time",
  404 "time_format",
  405 "tree-sitter-md",
  406 "ui",
  407 "ui_input",
  408 "unindent",
  409 "url",
  410 "util",
  411 "uuid",
  412 "watch",
  413 "workspace",
  414 "zed_actions",
  415]
  416
  417[[package]]
  418name = "ahash"
  419version = "0.7.8"
  420source = "registry+https://github.com/rust-lang/crates.io-index"
  421checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  422dependencies = [
  423 "getrandom 0.2.16",
  424 "once_cell",
  425 "version_check",
  426]
  427
  428[[package]]
  429name = "ahash"
  430version = "0.8.12"
  431source = "registry+https://github.com/rust-lang/crates.io-index"
  432checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  433dependencies = [
  434 "cfg-if",
  435 "const-random",
  436 "getrandom 0.3.4",
  437 "once_cell",
  438 "serde",
  439 "version_check",
  440 "zerocopy",
  441]
  442
  443[[package]]
  444name = "aho-corasick"
  445version = "1.1.3"
  446source = "registry+https://github.com/rust-lang/crates.io-index"
  447checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  448dependencies = [
  449 "memchr",
  450]
  451
  452[[package]]
  453name = "ai_onboarding"
  454version = "0.1.0"
  455dependencies = [
  456 "client",
  457 "cloud_api_types",
  458 "component",
  459 "gpui",
  460 "language_model",
  461 "serde",
  462 "smallvec",
  463 "telemetry",
  464 "ui",
  465 "zed_actions",
  466]
  467
  468[[package]]
  469name = "alacritty_terminal"
  470version = "0.25.1"
  471source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  472dependencies = [
  473 "base64 0.22.1",
  474 "bitflags 2.10.0",
  475 "home",
  476 "libc",
  477 "log",
  478 "mach2 0.5.0",
  479 "miow",
  480 "parking_lot",
  481 "piper",
  482 "polling",
  483 "regex-automata",
  484 "rustix 1.1.2",
  485 "rustix-openpty",
  486 "serde",
  487 "signal-hook",
  488 "unicode-width",
  489 "vte",
  490 "windows-sys 0.59.0",
  491]
  492
  493[[package]]
  494name = "aliasable"
  495version = "0.1.3"
  496source = "registry+https://github.com/rust-lang/crates.io-index"
  497checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  498
  499[[package]]
  500name = "aligned-vec"
  501version = "0.6.4"
  502source = "registry+https://github.com/rust-lang/crates.io-index"
  503checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  504dependencies = [
  505 "equator",
  506]
  507
  508[[package]]
  509name = "allocator-api2"
  510version = "0.2.21"
  511source = "registry+https://github.com/rust-lang/crates.io-index"
  512checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  513
  514[[package]]
  515name = "alsa"
  516version = "0.10.0"
  517source = "registry+https://github.com/rust-lang/crates.io-index"
  518checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  519dependencies = [
  520 "alsa-sys",
  521 "bitflags 2.10.0",
  522 "cfg-if",
  523 "libc",
  524]
  525
  526[[package]]
  527name = "alsa-sys"
  528version = "0.3.1"
  529source = "registry+https://github.com/rust-lang/crates.io-index"
  530checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  531dependencies = [
  532 "libc",
  533 "pkg-config",
  534]
  535
  536[[package]]
  537name = "ambient-authority"
  538version = "0.0.2"
  539source = "registry+https://github.com/rust-lang/crates.io-index"
  540checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  541
  542[[package]]
  543name = "ammonia"
  544version = "4.1.2"
  545source = "registry+https://github.com/rust-lang/crates.io-index"
  546checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  547dependencies = [
  548 "cssparser",
  549 "html5ever 0.35.0",
  550 "maplit",
  551 "tendril",
  552 "url",
  553]
  554
  555[[package]]
  556name = "android_system_properties"
  557version = "0.1.5"
  558source = "registry+https://github.com/rust-lang/crates.io-index"
  559checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  560dependencies = [
  561 "libc",
  562]
  563
  564[[package]]
  565name = "anes"
  566version = "0.1.6"
  567source = "registry+https://github.com/rust-lang/crates.io-index"
  568checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  569
  570[[package]]
  571name = "annotate-snippets"
  572version = "0.12.12"
  573source = "registry+https://github.com/rust-lang/crates.io-index"
  574checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  575dependencies = [
  576 "anstyle",
  577 "memchr",
  578 "unicode-width",
  579]
  580
  581[[package]]
  582name = "anstream"
  583version = "0.6.21"
  584source = "registry+https://github.com/rust-lang/crates.io-index"
  585checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  586dependencies = [
  587 "anstyle",
  588 "anstyle-parse",
  589 "anstyle-query",
  590 "anstyle-wincon",
  591 "colorchoice",
  592 "is_terminal_polyfill",
  593 "utf8parse",
  594]
  595
  596[[package]]
  597name = "anstyle"
  598version = "1.0.13"
  599source = "registry+https://github.com/rust-lang/crates.io-index"
  600checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  601
  602[[package]]
  603name = "anstyle-parse"
  604version = "0.2.7"
  605source = "registry+https://github.com/rust-lang/crates.io-index"
  606checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  607dependencies = [
  608 "utf8parse",
  609]
  610
  611[[package]]
  612name = "anstyle-query"
  613version = "1.1.4"
  614source = "registry+https://github.com/rust-lang/crates.io-index"
  615checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  616dependencies = [
  617 "windows-sys 0.60.2",
  618]
  619
  620[[package]]
  621name = "anstyle-wincon"
  622version = "3.0.10"
  623source = "registry+https://github.com/rust-lang/crates.io-index"
  624checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  625dependencies = [
  626 "anstyle",
  627 "once_cell_polyfill",
  628 "windows-sys 0.60.2",
  629]
  630
  631[[package]]
  632name = "anthropic"
  633version = "0.1.0"
  634dependencies = [
  635 "anyhow",
  636 "chrono",
  637 "collections",
  638 "futures 0.3.32",
  639 "http_client",
  640 "language_model_core",
  641 "log",
  642 "schemars",
  643 "serde",
  644 "serde_json",
  645 "strum 0.27.2",
  646 "thiserror 2.0.17",
  647 "tiktoken-rs",
  648]
  649
  650[[package]]
  651name = "any_vec"
  652version = "0.14.0"
  653source = "registry+https://github.com/rust-lang/crates.io-index"
  654checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  655
  656[[package]]
  657name = "anyhow"
  658version = "1.0.100"
  659source = "registry+https://github.com/rust-lang/crates.io-index"
  660checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  661
  662[[package]]
  663name = "approx"
  664version = "0.5.1"
  665source = "registry+https://github.com/rust-lang/crates.io-index"
  666checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  667dependencies = [
  668 "num-traits",
  669]
  670
  671[[package]]
  672name = "ar_archive_writer"
  673version = "0.5.1"
  674source = "registry+https://github.com/rust-lang/crates.io-index"
  675checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  676dependencies = [
  677 "object",
  678]
  679
  680[[package]]
  681name = "arbitrary"
  682version = "1.4.2"
  683source = "registry+https://github.com/rust-lang/crates.io-index"
  684checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  685dependencies = [
  686 "derive_arbitrary",
  687]
  688
  689[[package]]
  690name = "arc-swap"
  691version = "1.9.0"
  692source = "registry+https://github.com/rust-lang/crates.io-index"
  693checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  694dependencies = [
  695 "rustversion",
  696]
  697
  698[[package]]
  699name = "arg_enum_proc_macro"
  700version = "0.3.4"
  701source = "registry+https://github.com/rust-lang/crates.io-index"
  702checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  703dependencies = [
  704 "proc-macro2",
  705 "quote",
  706 "syn 2.0.117",
  707]
  708
  709[[package]]
  710name = "arraydeque"
  711version = "0.5.1"
  712source = "registry+https://github.com/rust-lang/crates.io-index"
  713checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  714
  715[[package]]
  716name = "arrayref"
  717version = "0.3.9"
  718source = "registry+https://github.com/rust-lang/crates.io-index"
  719checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  720
  721[[package]]
  722name = "arrayvec"
  723version = "0.7.6"
  724source = "registry+https://github.com/rust-lang/crates.io-index"
  725checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  726
  727[[package]]
  728name = "as-raw-xcb-connection"
  729version = "1.0.1"
  730source = "registry+https://github.com/rust-lang/crates.io-index"
  731checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  732
  733[[package]]
  734name = "ascii"
  735version = "1.1.0"
  736source = "registry+https://github.com/rust-lang/crates.io-index"
  737checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  738
  739[[package]]
  740name = "ash"
  741version = "0.38.0+1.3.281"
  742source = "registry+https://github.com/rust-lang/crates.io-index"
  743checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  744dependencies = [
  745 "libloading",
  746]
  747
  748[[package]]
  749name = "ashpd"
  750version = "0.13.2"
  751source = "registry+https://github.com/rust-lang/crates.io-index"
  752checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  753dependencies = [
  754 "enumflags2",
  755 "futures-channel",
  756 "futures-util",
  757 "getrandom 0.4.1",
  758 "serde",
  759 "serde_repr",
  760 "wayland-backend",
  761 "wayland-client",
  762 "wayland-protocols",
  763 "zbus",
  764]
  765
  766[[package]]
  767name = "askpass"
  768version = "0.1.0"
  769dependencies = [
  770 "anyhow",
  771 "futures 0.3.32",
  772 "gpui",
  773 "log",
  774 "net",
  775 "smol",
  776 "tempfile",
  777 "util",
  778 "windows 0.61.3",
  779 "zeroize",
  780]
  781
  782[[package]]
  783name = "assets"
  784version = "0.1.0"
  785dependencies = [
  786 "anyhow",
  787 "gpui",
  788 "rust-embed",
  789]
  790
  791[[package]]
  792name = "async-attributes"
  793version = "1.1.2"
  794source = "registry+https://github.com/rust-lang/crates.io-index"
  795checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  796dependencies = [
  797 "quote",
  798 "syn 1.0.109",
  799]
  800
  801[[package]]
  802name = "async-broadcast"
  803version = "0.7.2"
  804source = "registry+https://github.com/rust-lang/crates.io-index"
  805checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  806dependencies = [
  807 "event-listener 5.4.1",
  808 "event-listener-strategy",
  809 "futures-core",
  810 "pin-project-lite",
  811]
  812
  813[[package]]
  814name = "async-channel"
  815version = "1.9.0"
  816source = "registry+https://github.com/rust-lang/crates.io-index"
  817checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  818dependencies = [
  819 "concurrent-queue",
  820 "event-listener 2.5.3",
  821 "futures-core",
  822]
  823
  824[[package]]
  825name = "async-channel"
  826version = "2.5.0"
  827source = "registry+https://github.com/rust-lang/crates.io-index"
  828checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  829dependencies = [
  830 "concurrent-queue",
  831 "event-listener-strategy",
  832 "futures-core",
  833 "pin-project-lite",
  834]
  835
  836[[package]]
  837name = "async-compat"
  838version = "0.2.5"
  839source = "registry+https://github.com/rust-lang/crates.io-index"
  840checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  841dependencies = [
  842 "futures-core",
  843 "futures-io",
  844 "once_cell",
  845 "pin-project-lite",
  846 "tokio",
  847]
  848
  849[[package]]
  850name = "async-compression"
  851version = "0.4.32"
  852source = "registry+https://github.com/rust-lang/crates.io-index"
  853checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  854dependencies = [
  855 "compression-codecs",
  856 "compression-core",
  857 "futures-core",
  858 "futures-io",
  859 "pin-project-lite",
  860]
  861
  862[[package]]
  863name = "async-dispatcher"
  864version = "0.1.2"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  867dependencies = [
  868 "async-task",
  869 "futures-lite 1.13.0",
  870]
  871
  872[[package]]
  873name = "async-executor"
  874version = "1.13.3"
  875source = "registry+https://github.com/rust-lang/crates.io-index"
  876checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  877dependencies = [
  878 "async-task",
  879 "concurrent-queue",
  880 "fastrand 2.3.0",
  881 "futures-lite 2.6.1",
  882 "pin-project-lite",
  883 "slab",
  884]
  885
  886[[package]]
  887name = "async-fs"
  888version = "2.2.0"
  889source = "registry+https://github.com/rust-lang/crates.io-index"
  890checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  891dependencies = [
  892 "async-lock 3.4.2",
  893 "blocking",
  894 "futures-lite 2.6.1",
  895]
  896
  897[[package]]
  898name = "async-global-executor"
  899version = "2.4.1"
  900source = "registry+https://github.com/rust-lang/crates.io-index"
  901checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  902dependencies = [
  903 "async-channel 2.5.0",
  904 "async-executor",
  905 "async-io",
  906 "async-lock 3.4.2",
  907 "blocking",
  908 "futures-lite 2.6.1",
  909 "once_cell",
  910]
  911
  912[[package]]
  913name = "async-io"
  914version = "2.6.0"
  915source = "registry+https://github.com/rust-lang/crates.io-index"
  916checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  917dependencies = [
  918 "autocfg",
  919 "cfg-if",
  920 "concurrent-queue",
  921 "futures-io",
  922 "futures-lite 2.6.1",
  923 "parking",
  924 "polling",
  925 "rustix 1.1.2",
  926 "slab",
  927 "windows-sys 0.61.2",
  928]
  929
  930[[package]]
  931name = "async-lock"
  932version = "2.8.0"
  933source = "registry+https://github.com/rust-lang/crates.io-index"
  934checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  935dependencies = [
  936 "event-listener 2.5.3",
  937]
  938
  939[[package]]
  940name = "async-lock"
  941version = "3.4.2"
  942source = "registry+https://github.com/rust-lang/crates.io-index"
  943checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  944dependencies = [
  945 "event-listener 5.4.1",
  946 "event-listener-strategy",
  947 "pin-project-lite",
  948]
  949
  950[[package]]
  951name = "async-net"
  952version = "2.0.0"
  953source = "registry+https://github.com/rust-lang/crates.io-index"
  954checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  955dependencies = [
  956 "async-io",
  957 "blocking",
  958 "futures-lite 2.6.1",
  959]
  960
  961[[package]]
  962name = "async-pipe"
  963version = "0.1.3"
  964source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  965dependencies = [
  966 "futures 0.3.32",
  967 "log",
  968]
  969
  970[[package]]
  971name = "async-process"
  972version = "2.5.0"
  973source = "registry+https://github.com/rust-lang/crates.io-index"
  974checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  975dependencies = [
  976 "async-channel 2.5.0",
  977 "async-io",
  978 "async-lock 3.4.2",
  979 "async-signal",
  980 "async-task",
  981 "blocking",
  982 "cfg-if",
  983 "event-listener 5.4.1",
  984 "futures-lite 2.6.1",
  985 "rustix 1.1.2",
  986]
  987
  988[[package]]
  989name = "async-recursion"
  990version = "1.1.1"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  993dependencies = [
  994 "proc-macro2",
  995 "quote",
  996 "syn 2.0.117",
  997]
  998
  999[[package]]
 1000name = "async-signal"
 1001version = "0.2.13"
 1002source = "registry+https://github.com/rust-lang/crates.io-index"
 1003checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1004dependencies = [
 1005 "async-io",
 1006 "async-lock 3.4.2",
 1007 "atomic-waker",
 1008 "cfg-if",
 1009 "futures-core",
 1010 "futures-io",
 1011 "rustix 1.1.2",
 1012 "signal-hook-registry",
 1013 "slab",
 1014 "windows-sys 0.61.2",
 1015]
 1016
 1017[[package]]
 1018name = "async-std"
 1019version = "1.13.2"
 1020source = "registry+https://github.com/rust-lang/crates.io-index"
 1021checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1022dependencies = [
 1023 "async-attributes",
 1024 "async-channel 1.9.0",
 1025 "async-global-executor",
 1026 "async-io",
 1027 "async-lock 3.4.2",
 1028 "async-process",
 1029 "crossbeam-utils",
 1030 "futures-channel",
 1031 "futures-core",
 1032 "futures-io",
 1033 "futures-lite 2.6.1",
 1034 "gloo-timers",
 1035 "kv-log-macro",
 1036 "log",
 1037 "memchr",
 1038 "once_cell",
 1039 "pin-project-lite",
 1040 "pin-utils",
 1041 "slab",
 1042 "wasm-bindgen-futures",
 1043]
 1044
 1045[[package]]
 1046name = "async-stream"
 1047version = "0.3.6"
 1048source = "registry+https://github.com/rust-lang/crates.io-index"
 1049checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1050dependencies = [
 1051 "async-stream-impl",
 1052 "futures-core",
 1053 "pin-project-lite",
 1054]
 1055
 1056[[package]]
 1057name = "async-stream-impl"
 1058version = "0.3.6"
 1059source = "registry+https://github.com/rust-lang/crates.io-index"
 1060checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1061dependencies = [
 1062 "proc-macro2",
 1063 "quote",
 1064 "syn 2.0.117",
 1065]
 1066
 1067[[package]]
 1068name = "async-tar"
 1069version = "0.5.1"
 1070source = "registry+https://github.com/rust-lang/crates.io-index"
 1071checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1072dependencies = [
 1073 "async-std",
 1074 "filetime",
 1075 "libc",
 1076 "pin-project",
 1077 "redox_syscall 0.2.16",
 1078 "xattr",
 1079]
 1080
 1081[[package]]
 1082name = "async-task"
 1083version = "4.7.1"
 1084source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1085
 1086[[package]]
 1087name = "async-trait"
 1088version = "0.1.89"
 1089source = "registry+https://github.com/rust-lang/crates.io-index"
 1090checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1091dependencies = [
 1092 "proc-macro2",
 1093 "quote",
 1094 "syn 2.0.117",
 1095]
 1096
 1097[[package]]
 1098name = "async-tungstenite"
 1099version = "0.31.0"
 1100source = "registry+https://github.com/rust-lang/crates.io-index"
 1101checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1102dependencies = [
 1103 "atomic-waker",
 1104 "futures-core",
 1105 "futures-io",
 1106 "futures-task",
 1107 "futures-util",
 1108 "log",
 1109 "pin-project-lite",
 1110 "rustls-pki-types",
 1111 "tokio",
 1112 "tokio-rustls 0.26.2",
 1113 "tungstenite 0.27.0",
 1114]
 1115
 1116[[package]]
 1117name = "async_zip"
 1118version = "0.0.18"
 1119source = "registry+https://github.com/rust-lang/crates.io-index"
 1120checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1121dependencies = [
 1122 "async-compression",
 1123 "crc32fast",
 1124 "futures-lite 2.6.1",
 1125 "pin-project",
 1126 "thiserror 2.0.17",
 1127]
 1128
 1129[[package]]
 1130name = "asynchronous-codec"
 1131version = "0.7.0"
 1132source = "registry+https://github.com/rust-lang/crates.io-index"
 1133checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1134dependencies = [
 1135 "bytes 1.11.1",
 1136 "futures-sink",
 1137 "futures-util",
 1138 "memchr",
 1139 "pin-project-lite",
 1140]
 1141
 1142[[package]]
 1143name = "atoi"
 1144version = "2.0.0"
 1145source = "registry+https://github.com/rust-lang/crates.io-index"
 1146checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1147dependencies = [
 1148 "num-traits",
 1149]
 1150
 1151[[package]]
 1152name = "atomic"
 1153version = "0.5.3"
 1154source = "registry+https://github.com/rust-lang/crates.io-index"
 1155checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1156
 1157[[package]]
 1158name = "atomic-waker"
 1159version = "1.1.2"
 1160source = "registry+https://github.com/rust-lang/crates.io-index"
 1161checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1162
 1163[[package]]
 1164name = "audio"
 1165version = "0.1.0"
 1166dependencies = [
 1167 "anyhow",
 1168 "collections",
 1169 "cpal",
 1170 "crossbeam",
 1171 "denoise",
 1172 "gpui",
 1173 "libwebrtc",
 1174 "log",
 1175 "parking_lot",
 1176 "rodio",
 1177 "serde",
 1178 "settings",
 1179 "thiserror 2.0.17",
 1180 "util",
 1181]
 1182
 1183[[package]]
 1184name = "auditable-serde"
 1185version = "0.8.0"
 1186source = "registry+https://github.com/rust-lang/crates.io-index"
 1187checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1188dependencies = [
 1189 "semver",
 1190 "serde",
 1191 "serde_json",
 1192 "topological-sort",
 1193]
 1194
 1195[[package]]
 1196name = "auto_update"
 1197version = "0.1.0"
 1198dependencies = [
 1199 "anyhow",
 1200 "client",
 1201 "clock",
 1202 "ctor",
 1203 "db",
 1204 "futures 0.3.32",
 1205 "futures-lite 1.13.0",
 1206 "gpui",
 1207 "http_client",
 1208 "log",
 1209 "parking_lot",
 1210 "paths",
 1211 "release_channel",
 1212 "semver",
 1213 "serde",
 1214 "serde_json",
 1215 "settings",
 1216 "smol",
 1217 "tempfile",
 1218 "util",
 1219 "which 6.0.3",
 1220 "workspace",
 1221 "zlog",
 1222]
 1223
 1224[[package]]
 1225name = "auto_update_helper"
 1226version = "0.1.0"
 1227dependencies = [
 1228 "anyhow",
 1229 "log",
 1230 "scopeguard",
 1231 "simplelog",
 1232 "tempfile",
 1233 "windows 0.61.3",
 1234 "winresource",
 1235]
 1236
 1237[[package]]
 1238name = "auto_update_ui"
 1239version = "0.1.0"
 1240dependencies = [
 1241 "anyhow",
 1242 "auto_update",
 1243 "client",
 1244 "editor",
 1245 "gpui",
 1246 "markdown_preview",
 1247 "release_channel",
 1248 "semver",
 1249 "serde",
 1250 "serde_json",
 1251 "smol",
 1252 "ui",
 1253 "util",
 1254 "workspace",
 1255]
 1256
 1257[[package]]
 1258name = "autocfg"
 1259version = "1.5.0"
 1260source = "registry+https://github.com/rust-lang/crates.io-index"
 1261checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1262
 1263[[package]]
 1264name = "av1-grain"
 1265version = "0.2.4"
 1266source = "registry+https://github.com/rust-lang/crates.io-index"
 1267checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1268dependencies = [
 1269 "anyhow",
 1270 "arrayvec",
 1271 "log",
 1272 "nom 7.1.3",
 1273 "num-rational",
 1274 "v_frame",
 1275]
 1276
 1277[[package]]
 1278name = "avif-serialize"
 1279version = "0.8.6"
 1280source = "registry+https://github.com/rust-lang/crates.io-index"
 1281checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1282dependencies = [
 1283 "arrayvec",
 1284]
 1285
 1286[[package]]
 1287name = "aws-config"
 1288version = "1.8.10"
 1289source = "registry+https://github.com/rust-lang/crates.io-index"
 1290checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1291dependencies = [
 1292 "aws-credential-types",
 1293 "aws-runtime",
 1294 "aws-sdk-sso",
 1295 "aws-sdk-ssooidc",
 1296 "aws-sdk-sts",
 1297 "aws-smithy-async",
 1298 "aws-smithy-http",
 1299 "aws-smithy-json",
 1300 "aws-smithy-runtime",
 1301 "aws-smithy-runtime-api",
 1302 "aws-smithy-types",
 1303 "aws-types",
 1304 "bytes 1.11.1",
 1305 "fastrand 2.3.0",
 1306 "hex",
 1307 "http 1.3.1",
 1308 "ring",
 1309 "time",
 1310 "tokio",
 1311 "tracing",
 1312 "url",
 1313 "zeroize",
 1314]
 1315
 1316[[package]]
 1317name = "aws-credential-types"
 1318version = "1.2.10"
 1319source = "registry+https://github.com/rust-lang/crates.io-index"
 1320checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1321dependencies = [
 1322 "aws-smithy-async",
 1323 "aws-smithy-runtime-api",
 1324 "aws-smithy-types",
 1325 "zeroize",
 1326]
 1327
 1328[[package]]
 1329name = "aws-lc-rs"
 1330version = "1.15.4"
 1331source = "registry+https://github.com/rust-lang/crates.io-index"
 1332checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1333dependencies = [
 1334 "aws-lc-sys",
 1335 "untrusted 0.7.1",
 1336 "zeroize",
 1337]
 1338
 1339[[package]]
 1340name = "aws-lc-sys"
 1341version = "0.37.0"
 1342source = "registry+https://github.com/rust-lang/crates.io-index"
 1343checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1344dependencies = [
 1345 "cc",
 1346 "cmake",
 1347 "dunce",
 1348 "fs_extra",
 1349]
 1350
 1351[[package]]
 1352name = "aws-runtime"
 1353version = "1.5.16"
 1354source = "registry+https://github.com/rust-lang/crates.io-index"
 1355checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1356dependencies = [
 1357 "aws-credential-types",
 1358 "aws-sigv4",
 1359 "aws-smithy-async",
 1360 "aws-smithy-eventstream",
 1361 "aws-smithy-http",
 1362 "aws-smithy-runtime",
 1363 "aws-smithy-runtime-api",
 1364 "aws-smithy-types",
 1365 "aws-types",
 1366 "bytes 1.11.1",
 1367 "fastrand 2.3.0",
 1368 "http 0.2.12",
 1369 "http-body 0.4.6",
 1370 "percent-encoding",
 1371 "pin-project-lite",
 1372 "tracing",
 1373 "uuid",
 1374]
 1375
 1376[[package]]
 1377name = "aws-sdk-bedrockruntime"
 1378version = "1.113.0"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1381dependencies = [
 1382 "aws-credential-types",
 1383 "aws-runtime",
 1384 "aws-sigv4",
 1385 "aws-smithy-async",
 1386 "aws-smithy-eventstream",
 1387 "aws-smithy-http",
 1388 "aws-smithy-json",
 1389 "aws-smithy-runtime",
 1390 "aws-smithy-runtime-api",
 1391 "aws-smithy-types",
 1392 "aws-types",
 1393 "bytes 1.11.1",
 1394 "fastrand 2.3.0",
 1395 "http 0.2.12",
 1396 "hyper 0.14.32",
 1397 "regex-lite",
 1398 "tracing",
 1399]
 1400
 1401[[package]]
 1402name = "aws-sdk-kinesis"
 1403version = "1.95.0"
 1404source = "registry+https://github.com/rust-lang/crates.io-index"
 1405checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1406dependencies = [
 1407 "aws-credential-types",
 1408 "aws-runtime",
 1409 "aws-smithy-async",
 1410 "aws-smithy-eventstream",
 1411 "aws-smithy-http",
 1412 "aws-smithy-json",
 1413 "aws-smithy-runtime",
 1414 "aws-smithy-runtime-api",
 1415 "aws-smithy-types",
 1416 "aws-types",
 1417 "bytes 1.11.1",
 1418 "fastrand 2.3.0",
 1419 "http 0.2.12",
 1420 "regex-lite",
 1421 "tracing",
 1422]
 1423
 1424[[package]]
 1425name = "aws-sdk-s3"
 1426version = "1.112.0"
 1427source = "registry+https://github.com/rust-lang/crates.io-index"
 1428checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1429dependencies = [
 1430 "aws-credential-types",
 1431 "aws-runtime",
 1432 "aws-sigv4",
 1433 "aws-smithy-async",
 1434 "aws-smithy-checksums",
 1435 "aws-smithy-eventstream",
 1436 "aws-smithy-http",
 1437 "aws-smithy-json",
 1438 "aws-smithy-runtime",
 1439 "aws-smithy-runtime-api",
 1440 "aws-smithy-types",
 1441 "aws-smithy-xml",
 1442 "aws-types",
 1443 "bytes 1.11.1",
 1444 "fastrand 2.3.0",
 1445 "hex",
 1446 "hmac",
 1447 "http 0.2.12",
 1448 "http 1.3.1",
 1449 "http-body 0.4.6",
 1450 "lru",
 1451 "percent-encoding",
 1452 "regex-lite",
 1453 "sha2",
 1454 "tracing",
 1455 "url",
 1456]
 1457
 1458[[package]]
 1459name = "aws-sdk-sso"
 1460version = "1.88.0"
 1461source = "registry+https://github.com/rust-lang/crates.io-index"
 1462checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1463dependencies = [
 1464 "aws-credential-types",
 1465 "aws-runtime",
 1466 "aws-smithy-async",
 1467 "aws-smithy-http",
 1468 "aws-smithy-json",
 1469 "aws-smithy-runtime",
 1470 "aws-smithy-runtime-api",
 1471 "aws-smithy-types",
 1472 "aws-types",
 1473 "bytes 1.11.1",
 1474 "fastrand 2.3.0",
 1475 "http 0.2.12",
 1476 "regex-lite",
 1477 "tracing",
 1478]
 1479
 1480[[package]]
 1481name = "aws-sdk-ssooidc"
 1482version = "1.90.0"
 1483source = "registry+https://github.com/rust-lang/crates.io-index"
 1484checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1485dependencies = [
 1486 "aws-credential-types",
 1487 "aws-runtime",
 1488 "aws-smithy-async",
 1489 "aws-smithy-http",
 1490 "aws-smithy-json",
 1491 "aws-smithy-runtime",
 1492 "aws-smithy-runtime-api",
 1493 "aws-smithy-types",
 1494 "aws-types",
 1495 "bytes 1.11.1",
 1496 "fastrand 2.3.0",
 1497 "http 0.2.12",
 1498 "regex-lite",
 1499 "tracing",
 1500]
 1501
 1502[[package]]
 1503name = "aws-sdk-sts"
 1504version = "1.90.0"
 1505source = "registry+https://github.com/rust-lang/crates.io-index"
 1506checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1507dependencies = [
 1508 "aws-credential-types",
 1509 "aws-runtime",
 1510 "aws-smithy-async",
 1511 "aws-smithy-http",
 1512 "aws-smithy-json",
 1513 "aws-smithy-query",
 1514 "aws-smithy-runtime",
 1515 "aws-smithy-runtime-api",
 1516 "aws-smithy-types",
 1517 "aws-smithy-xml",
 1518 "aws-types",
 1519 "fastrand 2.3.0",
 1520 "http 0.2.12",
 1521 "regex-lite",
 1522 "tracing",
 1523]
 1524
 1525[[package]]
 1526name = "aws-sigv4"
 1527version = "1.3.6"
 1528source = "registry+https://github.com/rust-lang/crates.io-index"
 1529checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1530dependencies = [
 1531 "aws-credential-types",
 1532 "aws-smithy-eventstream",
 1533 "aws-smithy-http",
 1534 "aws-smithy-runtime-api",
 1535 "aws-smithy-types",
 1536 "bytes 1.11.1",
 1537 "crypto-bigint 0.5.5",
 1538 "form_urlencoded",
 1539 "hex",
 1540 "hmac",
 1541 "http 0.2.12",
 1542 "http 1.3.1",
 1543 "p256",
 1544 "percent-encoding",
 1545 "ring",
 1546 "sha2",
 1547 "subtle",
 1548 "time",
 1549 "tracing",
 1550 "zeroize",
 1551]
 1552
 1553[[package]]
 1554name = "aws-smithy-async"
 1555version = "1.2.6"
 1556source = "registry+https://github.com/rust-lang/crates.io-index"
 1557checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1558dependencies = [
 1559 "futures-util",
 1560 "pin-project-lite",
 1561 "tokio",
 1562]
 1563
 1564[[package]]
 1565name = "aws-smithy-checksums"
 1566version = "0.63.11"
 1567source = "registry+https://github.com/rust-lang/crates.io-index"
 1568checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1569dependencies = [
 1570 "aws-smithy-http",
 1571 "aws-smithy-types",
 1572 "bytes 1.11.1",
 1573 "crc-fast",
 1574 "hex",
 1575 "http 0.2.12",
 1576 "http-body 0.4.6",
 1577 "md-5",
 1578 "pin-project-lite",
 1579 "sha1",
 1580 "sha2",
 1581 "tracing",
 1582]
 1583
 1584[[package]]
 1585name = "aws-smithy-eventstream"
 1586version = "0.60.13"
 1587source = "registry+https://github.com/rust-lang/crates.io-index"
 1588checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1589dependencies = [
 1590 "aws-smithy-types",
 1591 "bytes 1.11.1",
 1592 "crc32fast",
 1593]
 1594
 1595[[package]]
 1596name = "aws-smithy-http"
 1597version = "0.62.5"
 1598source = "registry+https://github.com/rust-lang/crates.io-index"
 1599checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1600dependencies = [
 1601 "aws-smithy-eventstream",
 1602 "aws-smithy-runtime-api",
 1603 "aws-smithy-types",
 1604 "bytes 1.11.1",
 1605 "bytes-utils",
 1606 "futures-core",
 1607 "futures-util",
 1608 "http 0.2.12",
 1609 "http 1.3.1",
 1610 "http-body 0.4.6",
 1611 "percent-encoding",
 1612 "pin-project-lite",
 1613 "pin-utils",
 1614 "tracing",
 1615]
 1616
 1617[[package]]
 1618name = "aws-smithy-http-client"
 1619version = "1.1.4"
 1620source = "registry+https://github.com/rust-lang/crates.io-index"
 1621checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1622dependencies = [
 1623 "aws-smithy-async",
 1624 "aws-smithy-runtime-api",
 1625 "aws-smithy-types",
 1626 "h2 0.3.27",
 1627 "h2 0.4.12",
 1628 "http 0.2.12",
 1629 "http 1.3.1",
 1630 "http-body 0.4.6",
 1631 "hyper 0.14.32",
 1632 "hyper 1.7.0",
 1633 "hyper-rustls 0.24.2",
 1634 "hyper-rustls 0.27.7",
 1635 "hyper-util",
 1636 "pin-project-lite",
 1637 "rustls 0.21.12",
 1638 "rustls 0.23.33",
 1639 "rustls-native-certs 0.8.2",
 1640 "rustls-pki-types",
 1641 "tokio",
 1642 "tokio-rustls 0.26.2",
 1643 "tower 0.5.2",
 1644 "tracing",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-json"
 1649version = "0.61.7"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1652dependencies = [
 1653 "aws-smithy-types",
 1654]
 1655
 1656[[package]]
 1657name = "aws-smithy-observability"
 1658version = "0.1.4"
 1659source = "registry+https://github.com/rust-lang/crates.io-index"
 1660checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1661dependencies = [
 1662 "aws-smithy-runtime-api",
 1663]
 1664
 1665[[package]]
 1666name = "aws-smithy-query"
 1667version = "0.60.8"
 1668source = "registry+https://github.com/rust-lang/crates.io-index"
 1669checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1670dependencies = [
 1671 "aws-smithy-types",
 1672 "urlencoding",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-runtime"
 1677version = "1.9.4"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1680dependencies = [
 1681 "aws-smithy-async",
 1682 "aws-smithy-http",
 1683 "aws-smithy-http-client",
 1684 "aws-smithy-observability",
 1685 "aws-smithy-runtime-api",
 1686 "aws-smithy-types",
 1687 "bytes 1.11.1",
 1688 "fastrand 2.3.0",
 1689 "http 0.2.12",
 1690 "http 1.3.1",
 1691 "http-body 0.4.6",
 1692 "http-body 1.0.1",
 1693 "pin-project-lite",
 1694 "pin-utils",
 1695 "tokio",
 1696 "tracing",
 1697]
 1698
 1699[[package]]
 1700name = "aws-smithy-runtime-api"
 1701version = "1.9.2"
 1702source = "registry+https://github.com/rust-lang/crates.io-index"
 1703checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1704dependencies = [
 1705 "aws-smithy-async",
 1706 "aws-smithy-types",
 1707 "bytes 1.11.1",
 1708 "http 0.2.12",
 1709 "http 1.3.1",
 1710 "pin-project-lite",
 1711 "tokio",
 1712 "tracing",
 1713 "zeroize",
 1714]
 1715
 1716[[package]]
 1717name = "aws-smithy-types"
 1718version = "1.3.4"
 1719source = "registry+https://github.com/rust-lang/crates.io-index"
 1720checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1721dependencies = [
 1722 "base64-simd",
 1723 "bytes 1.11.1",
 1724 "bytes-utils",
 1725 "futures-core",
 1726 "http 0.2.12",
 1727 "http 1.3.1",
 1728 "http-body 0.4.6",
 1729 "http-body 1.0.1",
 1730 "http-body-util",
 1731 "itoa",
 1732 "num-integer",
 1733 "pin-project-lite",
 1734 "pin-utils",
 1735 "ryu",
 1736 "serde",
 1737 "time",
 1738 "tokio",
 1739 "tokio-util",
 1740]
 1741
 1742[[package]]
 1743name = "aws-smithy-xml"
 1744version = "0.60.12"
 1745source = "registry+https://github.com/rust-lang/crates.io-index"
 1746checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1747dependencies = [
 1748 "xmlparser",
 1749]
 1750
 1751[[package]]
 1752name = "aws-types"
 1753version = "1.3.10"
 1754source = "registry+https://github.com/rust-lang/crates.io-index"
 1755checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1756dependencies = [
 1757 "aws-credential-types",
 1758 "aws-smithy-async",
 1759 "aws-smithy-runtime-api",
 1760 "aws-smithy-types",
 1761 "rustc_version",
 1762 "tracing",
 1763]
 1764
 1765[[package]]
 1766name = "aws_http_client"
 1767version = "0.1.0"
 1768dependencies = [
 1769 "aws-smithy-runtime-api",
 1770 "aws-smithy-types",
 1771 "http_client",
 1772]
 1773
 1774[[package]]
 1775name = "axum"
 1776version = "0.6.20"
 1777source = "registry+https://github.com/rust-lang/crates.io-index"
 1778checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1779dependencies = [
 1780 "async-trait",
 1781 "axum-core",
 1782 "base64 0.21.7",
 1783 "bitflags 1.3.2",
 1784 "bytes 1.11.1",
 1785 "futures-util",
 1786 "headers",
 1787 "http 0.2.12",
 1788 "http-body 0.4.6",
 1789 "hyper 0.14.32",
 1790 "itoa",
 1791 "matchit",
 1792 "memchr",
 1793 "mime",
 1794 "percent-encoding",
 1795 "pin-project-lite",
 1796 "rustversion",
 1797 "serde",
 1798 "serde_json",
 1799 "serde_path_to_error",
 1800 "serde_urlencoded",
 1801 "sha1",
 1802 "sync_wrapper 0.1.2",
 1803 "tokio",
 1804 "tokio-tungstenite 0.20.1",
 1805 "tower 0.4.13",
 1806 "tower-layer",
 1807 "tower-service",
 1808]
 1809
 1810[[package]]
 1811name = "axum-core"
 1812version = "0.3.4"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1815dependencies = [
 1816 "async-trait",
 1817 "bytes 1.11.1",
 1818 "futures-util",
 1819 "http 0.2.12",
 1820 "http-body 0.4.6",
 1821 "mime",
 1822 "rustversion",
 1823 "tower-layer",
 1824 "tower-service",
 1825]
 1826
 1827[[package]]
 1828name = "backtrace"
 1829version = "0.3.76"
 1830source = "registry+https://github.com/rust-lang/crates.io-index"
 1831checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1832dependencies = [
 1833 "addr2line",
 1834 "cfg-if",
 1835 "libc",
 1836 "miniz_oxide",
 1837 "object",
 1838 "rustc-demangle",
 1839 "windows-link 0.2.1",
 1840]
 1841
 1842[[package]]
 1843name = "base16ct"
 1844version = "0.1.1"
 1845source = "registry+https://github.com/rust-lang/crates.io-index"
 1846checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1847
 1848[[package]]
 1849name = "base64"
 1850version = "0.21.7"
 1851source = "registry+https://github.com/rust-lang/crates.io-index"
 1852checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1853
 1854[[package]]
 1855name = "base64"
 1856version = "0.22.1"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1859
 1860[[package]]
 1861name = "base64-simd"
 1862version = "0.8.0"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1865dependencies = [
 1866 "outref",
 1867 "vsimd",
 1868]
 1869
 1870[[package]]
 1871name = "base64ct"
 1872version = "1.8.0"
 1873source = "registry+https://github.com/rust-lang/crates.io-index"
 1874checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1875
 1876[[package]]
 1877name = "bedrock"
 1878version = "0.1.0"
 1879dependencies = [
 1880 "anyhow",
 1881 "aws-sdk-bedrockruntime",
 1882 "aws-smithy-types",
 1883 "futures 0.3.32",
 1884 "schemars",
 1885 "serde",
 1886 "serde_json",
 1887 "strum 0.27.2",
 1888 "thiserror 2.0.17",
 1889]
 1890
 1891[[package]]
 1892name = "bigdecimal"
 1893version = "0.4.8"
 1894source = "registry+https://github.com/rust-lang/crates.io-index"
 1895checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1896dependencies = [
 1897 "autocfg",
 1898 "libm",
 1899 "num-bigint",
 1900 "num-integer",
 1901 "num-traits",
 1902 "serde",
 1903]
 1904
 1905[[package]]
 1906name = "bincode"
 1907version = "1.3.3"
 1908source = "registry+https://github.com/rust-lang/crates.io-index"
 1909checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1910dependencies = [
 1911 "serde",
 1912]
 1913
 1914[[package]]
 1915name = "bindgen"
 1916version = "0.71.1"
 1917source = "registry+https://github.com/rust-lang/crates.io-index"
 1918checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1919dependencies = [
 1920 "bitflags 2.10.0",
 1921 "cexpr",
 1922 "clang-sys",
 1923 "itertools 0.12.1",
 1924 "log",
 1925 "prettyplease",
 1926 "proc-macro2",
 1927 "quote",
 1928 "regex",
 1929 "rustc-hash 2.1.1",
 1930 "shlex",
 1931 "syn 2.0.117",
 1932]
 1933
 1934[[package]]
 1935name = "bindgen"
 1936version = "0.72.1"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1939dependencies = [
 1940 "bitflags 2.10.0",
 1941 "cexpr",
 1942 "clang-sys",
 1943 "itertools 0.12.1",
 1944 "proc-macro2",
 1945 "quote",
 1946 "regex",
 1947 "rustc-hash 2.1.1",
 1948 "shlex",
 1949 "syn 2.0.117",
 1950]
 1951
 1952[[package]]
 1953name = "bit-set"
 1954version = "0.8.0"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1957dependencies = [
 1958 "bit-vec 0.8.0",
 1959]
 1960
 1961[[package]]
 1962name = "bit-set"
 1963version = "0.9.1"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1966dependencies = [
 1967 "bit-vec 0.9.1",
 1968]
 1969
 1970[[package]]
 1971name = "bit-vec"
 1972version = "0.8.0"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1975
 1976[[package]]
 1977name = "bit-vec"
 1978version = "0.9.1"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1981
 1982[[package]]
 1983name = "bit_field"
 1984version = "0.10.3"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1987
 1988[[package]]
 1989name = "bitflags"
 1990version = "1.3.2"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1993
 1994[[package]]
 1995name = "bitflags"
 1996version = "2.10.0"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 1999dependencies = [
 2000 "serde_core",
 2001]
 2002
 2003[[package]]
 2004name = "bitstream-io"
 2005version = "2.6.0"
 2006source = "registry+https://github.com/rust-lang/crates.io-index"
 2007checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2008
 2009[[package]]
 2010name = "bitvec"
 2011version = "1.0.1"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2014dependencies = [
 2015 "funty",
 2016 "radium",
 2017 "tap",
 2018 "wyz",
 2019]
 2020
 2021[[package]]
 2022name = "block"
 2023version = "0.1.6"
 2024source = "registry+https://github.com/rust-lang/crates.io-index"
 2025checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2026
 2027[[package]]
 2028name = "block-buffer"
 2029version = "0.10.4"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2032dependencies = [
 2033 "generic-array",
 2034]
 2035
 2036[[package]]
 2037name = "block-padding"
 2038version = "0.3.3"
 2039source = "registry+https://github.com/rust-lang/crates.io-index"
 2040checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2041dependencies = [
 2042 "generic-array",
 2043]
 2044
 2045[[package]]
 2046name = "block2"
 2047version = "0.6.2"
 2048source = "registry+https://github.com/rust-lang/crates.io-index"
 2049checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2050dependencies = [
 2051 "objc2",
 2052]
 2053
 2054[[package]]
 2055name = "blocking"
 2056version = "1.6.2"
 2057source = "registry+https://github.com/rust-lang/crates.io-index"
 2058checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2059dependencies = [
 2060 "async-channel 2.5.0",
 2061 "async-task",
 2062 "futures-io",
 2063 "futures-lite 2.6.1",
 2064 "piper",
 2065]
 2066
 2067[[package]]
 2068name = "bmrng"
 2069version = "0.5.2"
 2070source = "registry+https://github.com/rust-lang/crates.io-index"
 2071checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2072dependencies = [
 2073 "futures-core",
 2074 "tokio",
 2075]
 2076
 2077[[package]]
 2078name = "bon"
 2079version = "3.8.2"
 2080source = "registry+https://github.com/rust-lang/crates.io-index"
 2081checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2082dependencies = [
 2083 "bon-macros",
 2084 "rustversion",
 2085]
 2086
 2087[[package]]
 2088name = "bon-macros"
 2089version = "3.8.2"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2092dependencies = [
 2093 "darling 0.21.3",
 2094 "ident_case",
 2095 "prettyplease",
 2096 "proc-macro2",
 2097 "quote",
 2098 "rustversion",
 2099 "syn 2.0.117",
 2100]
 2101
 2102[[package]]
 2103name = "borrow-or-share"
 2104version = "0.2.4"
 2105source = "registry+https://github.com/rust-lang/crates.io-index"
 2106checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2107
 2108[[package]]
 2109name = "borsh"
 2110version = "1.5.7"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2113dependencies = [
 2114 "borsh-derive",
 2115 "cfg_aliases 0.2.1",
 2116]
 2117
 2118[[package]]
 2119name = "borsh-derive"
 2120version = "1.5.7"
 2121source = "registry+https://github.com/rust-lang/crates.io-index"
 2122checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2123dependencies = [
 2124 "once_cell",
 2125 "proc-macro-crate",
 2126 "proc-macro2",
 2127 "quote",
 2128 "syn 2.0.117",
 2129]
 2130
 2131[[package]]
 2132name = "breadcrumbs"
 2133version = "0.1.0"
 2134dependencies = [
 2135 "gpui",
 2136 "ui",
 2137 "workspace",
 2138]
 2139
 2140[[package]]
 2141name = "brush-parser"
 2142version = "0.3.0"
 2143source = "registry+https://github.com/rust-lang/crates.io-index"
 2144checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2145dependencies = [
 2146 "bon",
 2147 "cached",
 2148 "indenter",
 2149 "peg",
 2150 "thiserror 2.0.17",
 2151 "tracing",
 2152 "utf8-chars",
 2153]
 2154
 2155[[package]]
 2156name = "bstr"
 2157version = "1.12.0"
 2158source = "registry+https://github.com/rust-lang/crates.io-index"
 2159checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2160dependencies = [
 2161 "memchr",
 2162 "regex-automata",
 2163 "serde",
 2164]
 2165
 2166[[package]]
 2167name = "buffer_diff"
 2168version = "0.1.0"
 2169dependencies = [
 2170 "clock",
 2171 "ctor",
 2172 "futures 0.3.32",
 2173 "git2",
 2174 "gpui",
 2175 "language",
 2176 "log",
 2177 "pretty_assertions",
 2178 "rand 0.9.2",
 2179 "rope",
 2180 "settings",
 2181 "sum_tree",
 2182 "text",
 2183 "tracing",
 2184 "unindent",
 2185 "util",
 2186 "zlog",
 2187 "ztracing",
 2188]
 2189
 2190[[package]]
 2191name = "built"
 2192version = "0.7.7"
 2193source = "registry+https://github.com/rust-lang/crates.io-index"
 2194checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2195
 2196[[package]]
 2197name = "bumpalo"
 2198version = "3.19.0"
 2199source = "registry+https://github.com/rust-lang/crates.io-index"
 2200checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2201dependencies = [
 2202 "allocator-api2",
 2203]
 2204
 2205[[package]]
 2206name = "by_address"
 2207version = "1.2.1"
 2208source = "registry+https://github.com/rust-lang/crates.io-index"
 2209checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2210
 2211[[package]]
 2212name = "bytecheck"
 2213version = "0.6.12"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2216dependencies = [
 2217 "bytecheck_derive",
 2218 "ptr_meta",
 2219 "simdutf8",
 2220]
 2221
 2222[[package]]
 2223name = "bytecheck_derive"
 2224version = "0.6.12"
 2225source = "registry+https://github.com/rust-lang/crates.io-index"
 2226checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2227dependencies = [
 2228 "proc-macro2",
 2229 "quote",
 2230 "syn 1.0.109",
 2231]
 2232
 2233[[package]]
 2234name = "bytecount"
 2235version = "0.6.9"
 2236source = "registry+https://github.com/rust-lang/crates.io-index"
 2237checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2238
 2239[[package]]
 2240name = "bytemuck"
 2241version = "1.24.0"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2244dependencies = [
 2245 "bytemuck_derive",
 2246]
 2247
 2248[[package]]
 2249name = "bytemuck_derive"
 2250version = "1.10.2"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2253dependencies = [
 2254 "proc-macro2",
 2255 "quote",
 2256 "syn 2.0.117",
 2257]
 2258
 2259[[package]]
 2260name = "byteorder"
 2261version = "1.5.0"
 2262source = "registry+https://github.com/rust-lang/crates.io-index"
 2263checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2264
 2265[[package]]
 2266name = "byteorder-lite"
 2267version = "0.1.0"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2270
 2271[[package]]
 2272name = "bytes"
 2273version = "0.4.12"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2276dependencies = [
 2277 "byteorder",
 2278 "iovec",
 2279]
 2280
 2281[[package]]
 2282name = "bytes"
 2283version = "1.11.1"
 2284source = "registry+https://github.com/rust-lang/crates.io-index"
 2285checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2286
 2287[[package]]
 2288name = "bytes-utils"
 2289version = "0.1.4"
 2290source = "registry+https://github.com/rust-lang/crates.io-index"
 2291checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2292dependencies = [
 2293 "bytes 1.11.1",
 2294 "either",
 2295]
 2296
 2297[[package]]
 2298name = "bzip2"
 2299version = "0.4.4"
 2300source = "registry+https://github.com/rust-lang/crates.io-index"
 2301checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2302dependencies = [
 2303 "bzip2-sys",
 2304 "libc",
 2305]
 2306
 2307[[package]]
 2308name = "bzip2"
 2309version = "0.6.1"
 2310source = "registry+https://github.com/rust-lang/crates.io-index"
 2311checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2312dependencies = [
 2313 "libbz2-rs-sys",
 2314]
 2315
 2316[[package]]
 2317name = "bzip2-sys"
 2318version = "0.1.13+1.0.8"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2321dependencies = [
 2322 "cc",
 2323 "pkg-config",
 2324]
 2325
 2326[[package]]
 2327name = "cached"
 2328version = "0.56.0"
 2329source = "registry+https://github.com/rust-lang/crates.io-index"
 2330checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2331dependencies = [
 2332 "ahash 0.8.12",
 2333 "cached_proc_macro",
 2334 "cached_proc_macro_types",
 2335 "hashbrown 0.15.5",
 2336 "once_cell",
 2337 "thiserror 2.0.17",
 2338 "web-time",
 2339]
 2340
 2341[[package]]
 2342name = "cached_proc_macro"
 2343version = "0.25.0"
 2344source = "registry+https://github.com/rust-lang/crates.io-index"
 2345checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2346dependencies = [
 2347 "darling 0.20.11",
 2348 "proc-macro2",
 2349 "quote",
 2350 "syn 2.0.117",
 2351]
 2352
 2353[[package]]
 2354name = "cached_proc_macro_types"
 2355version = "0.1.1"
 2356source = "registry+https://github.com/rust-lang/crates.io-index"
 2357checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2358
 2359[[package]]
 2360name = "call"
 2361version = "0.1.0"
 2362dependencies = [
 2363 "anyhow",
 2364 "audio",
 2365 "client",
 2366 "collections",
 2367 "feature_flags",
 2368 "fs",
 2369 "futures 0.3.32",
 2370 "gpui",
 2371 "gpui_tokio",
 2372 "language",
 2373 "livekit_client",
 2374 "log",
 2375 "postage",
 2376 "project",
 2377 "serde",
 2378 "settings",
 2379 "telemetry",
 2380 "util",
 2381 "workspace",
 2382]
 2383
 2384[[package]]
 2385name = "calloop"
 2386version = "0.14.3"
 2387source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2388dependencies = [
 2389 "bitflags 2.10.0",
 2390 "polling",
 2391 "rustix 1.1.2",
 2392 "slab",
 2393 "tracing",
 2394]
 2395
 2396[[package]]
 2397name = "calloop-wayland-source"
 2398version = "0.4.1"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2401dependencies = [
 2402 "calloop",
 2403 "rustix 1.1.2",
 2404 "wayland-backend",
 2405 "wayland-client",
 2406]
 2407
 2408[[package]]
 2409name = "camino"
 2410version = "1.2.1"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2413dependencies = [
 2414 "serde_core",
 2415]
 2416
 2417[[package]]
 2418name = "candle-core"
 2419version = "0.9.1"
 2420source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2421dependencies = [
 2422 "byteorder",
 2423 "float8",
 2424 "gemm 0.17.1",
 2425 "half",
 2426 "memmap2",
 2427 "num-traits",
 2428 "num_cpus",
 2429 "rand 0.9.2",
 2430 "rand_distr",
 2431 "rayon",
 2432 "safetensors",
 2433 "thiserror 1.0.69",
 2434 "ug",
 2435 "yoke 0.7.5",
 2436 "zip 1.1.4",
 2437]
 2438
 2439[[package]]
 2440name = "candle-nn"
 2441version = "0.9.1"
 2442source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2443dependencies = [
 2444 "candle-core",
 2445 "half",
 2446 "libc",
 2447 "num-traits",
 2448 "rayon",
 2449 "safetensors",
 2450 "serde",
 2451 "thiserror 1.0.69",
 2452]
 2453
 2454[[package]]
 2455name = "candle-onnx"
 2456version = "0.9.1"
 2457source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2458dependencies = [
 2459 "candle-core",
 2460 "candle-nn",
 2461 "prost 0.12.6",
 2462]
 2463
 2464[[package]]
 2465name = "cap-fs-ext"
 2466version = "3.4.4"
 2467source = "registry+https://github.com/rust-lang/crates.io-index"
 2468checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2469dependencies = [
 2470 "cap-primitives",
 2471 "cap-std",
 2472 "io-lifetimes",
 2473 "windows-sys 0.59.0",
 2474]
 2475
 2476[[package]]
 2477name = "cap-net-ext"
 2478version = "3.4.4"
 2479source = "registry+https://github.com/rust-lang/crates.io-index"
 2480checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2481dependencies = [
 2482 "cap-primitives",
 2483 "cap-std",
 2484 "rustix 1.1.2",
 2485 "smallvec",
 2486]
 2487
 2488[[package]]
 2489name = "cap-primitives"
 2490version = "3.4.4"
 2491source = "registry+https://github.com/rust-lang/crates.io-index"
 2492checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2493dependencies = [
 2494 "ambient-authority",
 2495 "fs-set-times",
 2496 "io-extras",
 2497 "io-lifetimes",
 2498 "ipnet",
 2499 "maybe-owned",
 2500 "rustix 1.1.2",
 2501 "rustix-linux-procfs",
 2502 "windows-sys 0.59.0",
 2503 "winx",
 2504]
 2505
 2506[[package]]
 2507name = "cap-rand"
 2508version = "3.4.4"
 2509source = "registry+https://github.com/rust-lang/crates.io-index"
 2510checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2511dependencies = [
 2512 "ambient-authority",
 2513 "rand 0.8.5",
 2514]
 2515
 2516[[package]]
 2517name = "cap-std"
 2518version = "3.4.4"
 2519source = "registry+https://github.com/rust-lang/crates.io-index"
 2520checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2521dependencies = [
 2522 "cap-primitives",
 2523 "io-extras",
 2524 "io-lifetimes",
 2525 "rustix 1.1.2",
 2526]
 2527
 2528[[package]]
 2529name = "cap-time-ext"
 2530version = "3.4.4"
 2531source = "registry+https://github.com/rust-lang/crates.io-index"
 2532checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2533dependencies = [
 2534 "ambient-authority",
 2535 "cap-primitives",
 2536 "iana-time-zone",
 2537 "once_cell",
 2538 "rustix 1.1.2",
 2539 "winx",
 2540]
 2541
 2542[[package]]
 2543name = "cargo-platform"
 2544version = "0.1.9"
 2545source = "registry+https://github.com/rust-lang/crates.io-index"
 2546checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2547dependencies = [
 2548 "serde",
 2549]
 2550
 2551[[package]]
 2552name = "cargo-platform"
 2553version = "0.3.2"
 2554source = "registry+https://github.com/rust-lang/crates.io-index"
 2555checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2556dependencies = [
 2557 "serde",
 2558 "serde_core",
 2559]
 2560
 2561[[package]]
 2562name = "cargo_metadata"
 2563version = "0.19.2"
 2564source = "registry+https://github.com/rust-lang/crates.io-index"
 2565checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2566dependencies = [
 2567 "camino",
 2568 "cargo-platform 0.1.9",
 2569 "semver",
 2570 "serde",
 2571 "serde_json",
 2572 "thiserror 2.0.17",
 2573]
 2574
 2575[[package]]
 2576name = "cargo_metadata"
 2577version = "0.23.1"
 2578source = "registry+https://github.com/rust-lang/crates.io-index"
 2579checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2580dependencies = [
 2581 "camino",
 2582 "cargo-platform 0.3.2",
 2583 "semver",
 2584 "serde",
 2585 "serde_json",
 2586 "thiserror 2.0.17",
 2587]
 2588
 2589[[package]]
 2590name = "cargo_toml"
 2591version = "0.21.0"
 2592source = "registry+https://github.com/rust-lang/crates.io-index"
 2593checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2594dependencies = [
 2595 "serde",
 2596 "toml 0.8.23",
 2597]
 2598
 2599[[package]]
 2600name = "cast"
 2601version = "0.3.0"
 2602source = "registry+https://github.com/rust-lang/crates.io-index"
 2603checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2604
 2605[[package]]
 2606name = "cbc"
 2607version = "0.1.2"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2610dependencies = [
 2611 "cipher",
 2612]
 2613
 2614[[package]]
 2615name = "cbindgen"
 2616version = "0.28.0"
 2617source = "registry+https://github.com/rust-lang/crates.io-index"
 2618checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2619dependencies = [
 2620 "heck 0.4.1",
 2621 "indexmap",
 2622 "log",
 2623 "proc-macro2",
 2624 "quote",
 2625 "serde",
 2626 "serde_json",
 2627 "syn 2.0.117",
 2628 "tempfile",
 2629 "toml 0.8.23",
 2630]
 2631
 2632[[package]]
 2633name = "cc"
 2634version = "1.2.49"
 2635source = "registry+https://github.com/rust-lang/crates.io-index"
 2636checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2637dependencies = [
 2638 "find-msvc-tools",
 2639 "jobserver",
 2640 "libc",
 2641 "shlex",
 2642]
 2643
 2644[[package]]
 2645name = "cesu8"
 2646version = "1.1.0"
 2647source = "registry+https://github.com/rust-lang/crates.io-index"
 2648checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2649
 2650[[package]]
 2651name = "cexpr"
 2652version = "0.6.0"
 2653source = "registry+https://github.com/rust-lang/crates.io-index"
 2654checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2655dependencies = [
 2656 "nom 7.1.3",
 2657]
 2658
 2659[[package]]
 2660name = "cfg-expr"
 2661version = "0.15.8"
 2662source = "registry+https://github.com/rust-lang/crates.io-index"
 2663checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2664dependencies = [
 2665 "smallvec",
 2666 "target-lexicon 0.12.16",
 2667]
 2668
 2669[[package]]
 2670name = "cfg-expr"
 2671version = "0.20.6"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2674dependencies = [
 2675 "smallvec",
 2676 "target-lexicon 0.13.3",
 2677]
 2678
 2679[[package]]
 2680name = "cfg-if"
 2681version = "1.0.4"
 2682source = "registry+https://github.com/rust-lang/crates.io-index"
 2683checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2684
 2685[[package]]
 2686name = "cfg_aliases"
 2687version = "0.1.1"
 2688source = "registry+https://github.com/rust-lang/crates.io-index"
 2689checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2690
 2691[[package]]
 2692name = "cfg_aliases"
 2693version = "0.2.1"
 2694source = "registry+https://github.com/rust-lang/crates.io-index"
 2695checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2696
 2697[[package]]
 2698name = "cgl"
 2699version = "0.3.2"
 2700source = "registry+https://github.com/rust-lang/crates.io-index"
 2701checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2702dependencies = [
 2703 "libc",
 2704]
 2705
 2706[[package]]
 2707name = "channel"
 2708version = "0.1.0"
 2709dependencies = [
 2710 "anyhow",
 2711 "client",
 2712 "clock",
 2713 "collections",
 2714 "futures 0.3.32",
 2715 "gpui",
 2716 "http_client",
 2717 "language",
 2718 "log",
 2719 "postage",
 2720 "release_channel",
 2721 "rpc",
 2722 "semver",
 2723 "settings",
 2724 "text",
 2725 "time",
 2726 "util",
 2727]
 2728
 2729[[package]]
 2730name = "chardetng"
 2731version = "0.1.17"
 2732source = "registry+https://github.com/rust-lang/crates.io-index"
 2733checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2734dependencies = [
 2735 "cfg-if",
 2736 "encoding_rs",
 2737 "memchr",
 2738]
 2739
 2740[[package]]
 2741name = "chrono"
 2742version = "0.4.42"
 2743source = "registry+https://github.com/rust-lang/crates.io-index"
 2744checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2745dependencies = [
 2746 "iana-time-zone",
 2747 "js-sys",
 2748 "num-traits",
 2749 "serde",
 2750 "wasm-bindgen",
 2751 "windows-link 0.2.1",
 2752]
 2753
 2754[[package]]
 2755name = "chunked_transfer"
 2756version = "1.5.0"
 2757source = "registry+https://github.com/rust-lang/crates.io-index"
 2758checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2759
 2760[[package]]
 2761name = "ciborium"
 2762version = "0.2.2"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2765dependencies = [
 2766 "ciborium-io",
 2767 "ciborium-ll",
 2768 "serde",
 2769]
 2770
 2771[[package]]
 2772name = "ciborium-io"
 2773version = "0.2.2"
 2774source = "registry+https://github.com/rust-lang/crates.io-index"
 2775checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2776
 2777[[package]]
 2778name = "ciborium-ll"
 2779version = "0.2.2"
 2780source = "registry+https://github.com/rust-lang/crates.io-index"
 2781checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2782dependencies = [
 2783 "ciborium-io",
 2784 "half",
 2785]
 2786
 2787[[package]]
 2788name = "cipher"
 2789version = "0.4.4"
 2790source = "registry+https://github.com/rust-lang/crates.io-index"
 2791checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2792dependencies = [
 2793 "crypto-common",
 2794 "inout",
 2795 "zeroize",
 2796]
 2797
 2798[[package]]
 2799name = "circular-buffer"
 2800version = "1.2.0"
 2801source = "registry+https://github.com/rust-lang/crates.io-index"
 2802checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2803
 2804[[package]]
 2805name = "clang-sys"
 2806version = "1.8.1"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2809dependencies = [
 2810 "glob",
 2811 "libc",
 2812 "libloading",
 2813]
 2814
 2815[[package]]
 2816name = "clap"
 2817version = "4.5.49"
 2818source = "registry+https://github.com/rust-lang/crates.io-index"
 2819checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2820dependencies = [
 2821 "clap_builder",
 2822 "clap_derive",
 2823]
 2824
 2825[[package]]
 2826name = "clap_builder"
 2827version = "4.5.49"
 2828source = "registry+https://github.com/rust-lang/crates.io-index"
 2829checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2830dependencies = [
 2831 "anstream",
 2832 "anstyle",
 2833 "clap_lex",
 2834 "strsim",
 2835 "terminal_size",
 2836]
 2837
 2838[[package]]
 2839name = "clap_complete"
 2840version = "4.5.59"
 2841source = "registry+https://github.com/rust-lang/crates.io-index"
 2842checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2843dependencies = [
 2844 "clap",
 2845]
 2846
 2847[[package]]
 2848name = "clap_derive"
 2849version = "4.5.49"
 2850source = "registry+https://github.com/rust-lang/crates.io-index"
 2851checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2852dependencies = [
 2853 "heck 0.5.0",
 2854 "proc-macro2",
 2855 "quote",
 2856 "syn 2.0.117",
 2857]
 2858
 2859[[package]]
 2860name = "clap_lex"
 2861version = "0.7.6"
 2862source = "registry+https://github.com/rust-lang/crates.io-index"
 2863checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2864
 2865[[package]]
 2866name = "cli"
 2867version = "0.1.0"
 2868dependencies = [
 2869 "anyhow",
 2870 "askpass",
 2871 "clap",
 2872 "collections",
 2873 "core-foundation 0.10.0",
 2874 "core-services",
 2875 "exec",
 2876 "fork",
 2877 "ipc-channel",
 2878 "parking_lot",
 2879 "paths",
 2880 "plist",
 2881 "rayon",
 2882 "release_channel",
 2883 "serde",
 2884 "serde_json",
 2885 "tempfile",
 2886 "util",
 2887 "walkdir",
 2888 "windows 0.61.3",
 2889]
 2890
 2891[[package]]
 2892name = "client"
 2893version = "0.1.0"
 2894dependencies = [
 2895 "anyhow",
 2896 "async-tungstenite",
 2897 "base64 0.22.1",
 2898 "chrono",
 2899 "clock",
 2900 "cloud_api_client",
 2901 "cloud_api_types",
 2902 "cloud_llm_client",
 2903 "collections",
 2904 "credentials_provider",
 2905 "db",
 2906 "derive_more",
 2907 "feature_flags",
 2908 "fs",
 2909 "futures 0.3.32",
 2910 "gpui",
 2911 "gpui_tokio",
 2912 "http_client",
 2913 "http_client_tls",
 2914 "httparse",
 2915 "log",
 2916 "objc2-foundation",
 2917 "parking_lot",
 2918 "paths",
 2919 "postage",
 2920 "rand 0.9.2",
 2921 "regex",
 2922 "release_channel",
 2923 "rpc",
 2924 "rustls-pki-types",
 2925 "semver",
 2926 "serde",
 2927 "serde_json",
 2928 "serde_urlencoded",
 2929 "settings",
 2930 "sha2",
 2931 "smol",
 2932 "telemetry",
 2933 "telemetry_events",
 2934 "text",
 2935 "thiserror 2.0.17",
 2936 "time",
 2937 "tiny_http",
 2938 "tokio",
 2939 "tokio-native-tls",
 2940 "tokio-rustls 0.26.2",
 2941 "tokio-socks",
 2942 "url",
 2943 "util",
 2944 "windows 0.61.3",
 2945 "worktree",
 2946 "zed_credentials_provider",
 2947]
 2948
 2949[[package]]
 2950name = "clock"
 2951version = "0.1.0"
 2952dependencies = [
 2953 "parking_lot",
 2954 "serde",
 2955 "smallvec",
 2956]
 2957
 2958[[package]]
 2959name = "cloud_api_client"
 2960version = "0.1.0"
 2961dependencies = [
 2962 "anyhow",
 2963 "cloud_api_types",
 2964 "futures 0.3.32",
 2965 "gpui",
 2966 "gpui_tokio",
 2967 "http_client",
 2968 "parking_lot",
 2969 "serde_json",
 2970 "smol",
 2971 "thiserror 2.0.17",
 2972 "yawc",
 2973]
 2974
 2975[[package]]
 2976name = "cloud_api_types"
 2977version = "0.1.0"
 2978dependencies = [
 2979 "anyhow",
 2980 "chrono",
 2981 "ciborium",
 2982 "cloud_llm_client",
 2983 "pretty_assertions",
 2984 "serde",
 2985 "serde_json",
 2986 "strum 0.27.2",
 2987]
 2988
 2989[[package]]
 2990name = "cloud_llm_client"
 2991version = "0.1.0"
 2992dependencies = [
 2993 "anyhow",
 2994 "serde",
 2995 "serde_json",
 2996 "strum 0.27.2",
 2997 "uuid",
 2998 "zeta_prompt",
 2999]
 3000
 3001[[package]]
 3002name = "cmake"
 3003version = "0.1.56"
 3004source = "registry+https://github.com/rust-lang/crates.io-index"
 3005checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3006dependencies = [
 3007 "cc",
 3008]
 3009
 3010[[package]]
 3011name = "cobs"
 3012version = "0.3.0"
 3013source = "registry+https://github.com/rust-lang/crates.io-index"
 3014checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3015dependencies = [
 3016 "thiserror 2.0.17",
 3017]
 3018
 3019[[package]]
 3020name = "cocoa"
 3021version = "0.25.0"
 3022source = "registry+https://github.com/rust-lang/crates.io-index"
 3023checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3024dependencies = [
 3025 "bitflags 1.3.2",
 3026 "block",
 3027 "cocoa-foundation 0.1.2",
 3028 "core-foundation 0.9.4",
 3029 "core-graphics 0.23.2",
 3030 "foreign-types 0.5.0",
 3031 "libc",
 3032 "objc",
 3033]
 3034
 3035[[package]]
 3036name = "cocoa"
 3037version = "0.26.0"
 3038source = "registry+https://github.com/rust-lang/crates.io-index"
 3039checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3040dependencies = [
 3041 "bitflags 2.10.0",
 3042 "block",
 3043 "cocoa-foundation 0.2.0",
 3044 "core-foundation 0.10.0",
 3045 "core-graphics 0.24.0",
 3046 "foreign-types 0.5.0",
 3047 "libc",
 3048 "objc",
 3049]
 3050
 3051[[package]]
 3052name = "cocoa-foundation"
 3053version = "0.1.2"
 3054source = "registry+https://github.com/rust-lang/crates.io-index"
 3055checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3056dependencies = [
 3057 "bitflags 1.3.2",
 3058 "block",
 3059 "core-foundation 0.9.4",
 3060 "core-graphics-types 0.1.3",
 3061 "libc",
 3062 "objc",
 3063]
 3064
 3065[[package]]
 3066name = "cocoa-foundation"
 3067version = "0.2.0"
 3068source = "registry+https://github.com/rust-lang/crates.io-index"
 3069checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3070dependencies = [
 3071 "bitflags 2.10.0",
 3072 "block",
 3073 "core-foundation 0.10.0",
 3074 "core-graphics-types 0.2.0",
 3075 "libc",
 3076 "objc",
 3077]
 3078
 3079[[package]]
 3080name = "codespan-reporting"
 3081version = "0.13.0"
 3082source = "registry+https://github.com/rust-lang/crates.io-index"
 3083checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3084dependencies = [
 3085 "serde",
 3086 "termcolor",
 3087 "unicode-width",
 3088]
 3089
 3090[[package]]
 3091name = "codestral"
 3092version = "0.1.0"
 3093dependencies = [
 3094 "anyhow",
 3095 "edit_prediction",
 3096 "edit_prediction_types",
 3097 "futures 0.3.32",
 3098 "gpui",
 3099 "http_client",
 3100 "icons",
 3101 "language",
 3102 "language_model",
 3103 "log",
 3104 "serde",
 3105 "serde_json",
 3106 "text",
 3107 "zed_credentials_provider",
 3108 "zeta_prompt",
 3109]
 3110
 3111[[package]]
 3112name = "collab"
 3113version = "0.44.0"
 3114dependencies = [
 3115 "agent",
 3116 "anyhow",
 3117 "async-trait",
 3118 "async-tungstenite",
 3119 "aws-config",
 3120 "aws-sdk-kinesis",
 3121 "aws-sdk-s3",
 3122 "axum",
 3123 "buffer_diff",
 3124 "call",
 3125 "channel",
 3126 "chrono",
 3127 "client",
 3128 "clock",
 3129 "cloud_api_types",
 3130 "collab",
 3131 "collab_ui",
 3132 "collections",
 3133 "command_palette_hooks",
 3134 "ctor",
 3135 "dap",
 3136 "dap_adapters",
 3137 "dashmap",
 3138 "debugger_ui",
 3139 "editor",
 3140 "envy",
 3141 "extension",
 3142 "file_finder",
 3143 "fs",
 3144 "futures 0.3.32",
 3145 "git",
 3146 "git_hosting_providers",
 3147 "git_ui",
 3148 "gpui",
 3149 "gpui_tokio",
 3150 "hex",
 3151 "http_client",
 3152 "indoc",
 3153 "language",
 3154 "language_model",
 3155 "livekit_api",
 3156 "livekit_client",
 3157 "log",
 3158 "lsp",
 3159 "menu",
 3160 "multi_buffer",
 3161 "nanoid",
 3162 "node_runtime",
 3163 "notifications",
 3164 "parking_lot",
 3165 "pretty_assertions",
 3166 "project",
 3167 "prometheus",
 3168 "prompt_store",
 3169 "prost 0.9.0",
 3170 "rand 0.9.2",
 3171 "recent_projects",
 3172 "release_channel",
 3173 "remote",
 3174 "remote_server",
 3175 "reqwest 0.11.27",
 3176 "rpc",
 3177 "sea-orm",
 3178 "sea-orm-macros",
 3179 "semver",
 3180 "serde",
 3181 "serde_json",
 3182 "session",
 3183 "settings",
 3184 "sha2",
 3185 "smol",
 3186 "sqlx",
 3187 "strum 0.27.2",
 3188 "task",
 3189 "telemetry_events",
 3190 "text",
 3191 "theme",
 3192 "theme_settings",
 3193 "time",
 3194 "tokio",
 3195 "toml 0.8.23",
 3196 "tower 0.4.13",
 3197 "tower-http 0.4.4",
 3198 "tracing",
 3199 "tracing-subscriber",
 3200 "unindent",
 3201 "util",
 3202 "uuid",
 3203 "workspace",
 3204 "worktree",
 3205 "zed_actions",
 3206 "zlog",
 3207]
 3208
 3209[[package]]
 3210name = "collab_ui"
 3211version = "0.1.0"
 3212dependencies = [
 3213 "anyhow",
 3214 "call",
 3215 "channel",
 3216 "client",
 3217 "collections",
 3218 "db",
 3219 "editor",
 3220 "futures 0.3.32",
 3221 "fuzzy",
 3222 "gpui",
 3223 "livekit_client",
 3224 "menu",
 3225 "notifications",
 3226 "picker",
 3227 "project",
 3228 "release_channel",
 3229 "rpc",
 3230 "serde",
 3231 "serde_json",
 3232 "settings",
 3233 "smallvec",
 3234 "telemetry",
 3235 "theme",
 3236 "theme_settings",
 3237 "time",
 3238 "title_bar",
 3239 "ui",
 3240 "util",
 3241 "workspace",
 3242 "zed_actions",
 3243]
 3244
 3245[[package]]
 3246name = "collections"
 3247version = "0.1.0"
 3248dependencies = [
 3249 "indexmap",
 3250 "rustc-hash 2.1.1",
 3251]
 3252
 3253[[package]]
 3254name = "color_quant"
 3255version = "1.1.0"
 3256source = "registry+https://github.com/rust-lang/crates.io-index"
 3257checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3258
 3259[[package]]
 3260name = "colorchoice"
 3261version = "1.0.4"
 3262source = "registry+https://github.com/rust-lang/crates.io-index"
 3263checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3264
 3265[[package]]
 3266name = "combine"
 3267version = "4.6.7"
 3268source = "registry+https://github.com/rust-lang/crates.io-index"
 3269checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3270dependencies = [
 3271 "bytes 1.11.1",
 3272 "memchr",
 3273]
 3274
 3275[[package]]
 3276name = "command-fds"
 3277version = "0.3.2"
 3278source = "registry+https://github.com/rust-lang/crates.io-index"
 3279checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3280dependencies = [
 3281 "nix 0.30.1",
 3282 "thiserror 2.0.17",
 3283]
 3284
 3285[[package]]
 3286name = "command_palette"
 3287version = "0.1.0"
 3288dependencies = [
 3289 "anyhow",
 3290 "client",
 3291 "collections",
 3292 "command_palette_hooks",
 3293 "db",
 3294 "editor",
 3295 "fuzzy",
 3296 "go_to_line",
 3297 "gpui",
 3298 "language",
 3299 "log",
 3300 "menu",
 3301 "picker",
 3302 "postage",
 3303 "project",
 3304 "serde",
 3305 "settings",
 3306 "telemetry",
 3307 "theme",
 3308 "theme_settings",
 3309 "time",
 3310 "ui",
 3311 "util",
 3312 "workspace",
 3313 "zed_actions",
 3314]
 3315
 3316[[package]]
 3317name = "command_palette_hooks"
 3318version = "0.1.0"
 3319dependencies = [
 3320 "collections",
 3321 "derive_more",
 3322 "gpui",
 3323 "workspace",
 3324]
 3325
 3326[[package]]
 3327name = "compliance"
 3328version = "0.1.0"
 3329dependencies = [
 3330 "anyhow",
 3331 "async-trait",
 3332 "derive_more",
 3333 "futures 0.3.32",
 3334 "indoc",
 3335 "itertools 0.14.0",
 3336 "jsonwebtoken",
 3337 "octocrab",
 3338 "regex",
 3339 "semver",
 3340 "serde",
 3341 "serde_json",
 3342 "tokio",
 3343]
 3344
 3345[[package]]
 3346name = "component"
 3347version = "0.1.0"
 3348dependencies = [
 3349 "collections",
 3350 "documented",
 3351 "gpui",
 3352 "inventory",
 3353 "parking_lot",
 3354 "strum 0.27.2",
 3355 "theme",
 3356]
 3357
 3358[[package]]
 3359name = "component_preview"
 3360version = "0.1.0"
 3361dependencies = [
 3362 "anyhow",
 3363 "client",
 3364 "collections",
 3365 "component",
 3366 "db",
 3367 "fs",
 3368 "gpui",
 3369 "gpui_platform",
 3370 "language",
 3371 "log",
 3372 "node_runtime",
 3373 "notifications",
 3374 "project",
 3375 "release_channel",
 3376 "reqwest_client",
 3377 "session",
 3378 "settings",
 3379 "theme",
 3380 "theme_settings",
 3381 "ui",
 3382 "ui_input",
 3383 "uuid",
 3384 "workspace",
 3385]
 3386
 3387[[package]]
 3388name = "compression-codecs"
 3389version = "0.4.31"
 3390source = "registry+https://github.com/rust-lang/crates.io-index"
 3391checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3392dependencies = [
 3393 "bzip2 0.6.1",
 3394 "compression-core",
 3395 "deflate64",
 3396 "flate2",
 3397 "memchr",
 3398]
 3399
 3400[[package]]
 3401name = "compression-core"
 3402version = "0.4.29"
 3403source = "registry+https://github.com/rust-lang/crates.io-index"
 3404checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3405
 3406[[package]]
 3407name = "concurrent-queue"
 3408version = "2.5.0"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3411dependencies = [
 3412 "crossbeam-utils",
 3413]
 3414
 3415[[package]]
 3416name = "console"
 3417version = "0.15.11"
 3418source = "registry+https://github.com/rust-lang/crates.io-index"
 3419checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3420dependencies = [
 3421 "encode_unicode",
 3422 "libc",
 3423 "once_cell",
 3424 "unicode-width",
 3425 "windows-sys 0.59.0",
 3426]
 3427
 3428[[package]]
 3429name = "console_error_panic_hook"
 3430version = "0.1.7"
 3431source = "registry+https://github.com/rust-lang/crates.io-index"
 3432checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3433dependencies = [
 3434 "cfg-if",
 3435 "wasm-bindgen",
 3436]
 3437
 3438[[package]]
 3439name = "const-oid"
 3440version = "0.9.6"
 3441source = "registry+https://github.com/rust-lang/crates.io-index"
 3442checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3443
 3444[[package]]
 3445name = "const-random"
 3446version = "0.1.18"
 3447source = "registry+https://github.com/rust-lang/crates.io-index"
 3448checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3449dependencies = [
 3450 "const-random-macro",
 3451]
 3452
 3453[[package]]
 3454name = "const-random-macro"
 3455version = "0.1.16"
 3456source = "registry+https://github.com/rust-lang/crates.io-index"
 3457checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3458dependencies = [
 3459 "getrandom 0.2.16",
 3460 "once_cell",
 3461 "tiny-keccak",
 3462]
 3463
 3464[[package]]
 3465name = "const_format"
 3466version = "0.2.35"
 3467source = "registry+https://github.com/rust-lang/crates.io-index"
 3468checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3469dependencies = [
 3470 "const_format_proc_macros",
 3471]
 3472
 3473[[package]]
 3474name = "const_format_proc_macros"
 3475version = "0.2.34"
 3476source = "registry+https://github.com/rust-lang/crates.io-index"
 3477checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3478dependencies = [
 3479 "proc-macro2",
 3480 "quote",
 3481 "unicode-xid",
 3482]
 3483
 3484[[package]]
 3485name = "constant_time_eq"
 3486version = "0.1.5"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3489
 3490[[package]]
 3491name = "context_server"
 3492version = "0.1.0"
 3493dependencies = [
 3494 "anyhow",
 3495 "async-trait",
 3496 "base64 0.22.1",
 3497 "collections",
 3498 "futures 0.3.32",
 3499 "gpui",
 3500 "http_client",
 3501 "log",
 3502 "net",
 3503 "parking_lot",
 3504 "postage",
 3505 "rand 0.9.2",
 3506 "schemars",
 3507 "serde",
 3508 "serde_json",
 3509 "settings",
 3510 "sha2",
 3511 "slotmap",
 3512 "smol",
 3513 "tempfile",
 3514 "terminal",
 3515 "tiny_http",
 3516 "url",
 3517 "util",
 3518]
 3519
 3520[[package]]
 3521name = "convert_case"
 3522version = "0.8.0"
 3523source = "registry+https://github.com/rust-lang/crates.io-index"
 3524checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3525dependencies = [
 3526 "unicode-segmentation",
 3527]
 3528
 3529[[package]]
 3530name = "convert_case"
 3531version = "0.10.0"
 3532source = "registry+https://github.com/rust-lang/crates.io-index"
 3533checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3534dependencies = [
 3535 "unicode-segmentation",
 3536]
 3537
 3538[[package]]
 3539name = "convert_case"
 3540version = "0.11.0"
 3541source = "registry+https://github.com/rust-lang/crates.io-index"
 3542checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3543dependencies = [
 3544 "unicode-segmentation",
 3545]
 3546
 3547[[package]]
 3548name = "copilot"
 3549version = "0.1.0"
 3550dependencies = [
 3551 "anyhow",
 3552 "async-std",
 3553 "collections",
 3554 "command_palette_hooks",
 3555 "copilot_chat",
 3556 "edit_prediction_types",
 3557 "editor",
 3558 "fs",
 3559 "futures 0.3.32",
 3560 "gpui",
 3561 "icons",
 3562 "indoc",
 3563 "language",
 3564 "log",
 3565 "lsp",
 3566 "node_runtime",
 3567 "parking_lot",
 3568 "paths",
 3569 "pretty_assertions",
 3570 "project",
 3571 "rpc",
 3572 "semver",
 3573 "serde",
 3574 "serde_json",
 3575 "settings",
 3576 "sum_tree",
 3577 "theme",
 3578 "theme_settings",
 3579 "util",
 3580 "workspace",
 3581 "zlog",
 3582]
 3583
 3584[[package]]
 3585name = "copilot_chat"
 3586version = "0.1.0"
 3587dependencies = [
 3588 "anthropic",
 3589 "anyhow",
 3590 "collections",
 3591 "dirs 4.0.0",
 3592 "fs",
 3593 "futures 0.3.32",
 3594 "gpui",
 3595 "http_client",
 3596 "log",
 3597 "paths",
 3598 "serde",
 3599 "serde_json",
 3600 "settings",
 3601]
 3602
 3603[[package]]
 3604name = "copilot_ui"
 3605version = "0.1.0"
 3606dependencies = [
 3607 "anyhow",
 3608 "copilot",
 3609 "gpui",
 3610 "language",
 3611 "log",
 3612 "lsp",
 3613 "menu",
 3614 "project",
 3615 "serde_json",
 3616 "settings",
 3617 "ui",
 3618 "util",
 3619 "workspace",
 3620]
 3621
 3622[[package]]
 3623name = "core-foundation"
 3624version = "0.9.4"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3627dependencies = [
 3628 "core-foundation-sys",
 3629 "libc",
 3630]
 3631
 3632[[package]]
 3633name = "core-foundation"
 3634version = "0.10.0"
 3635source = "registry+https://github.com/rust-lang/crates.io-index"
 3636checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3637dependencies = [
 3638 "core-foundation-sys",
 3639 "libc",
 3640]
 3641
 3642[[package]]
 3643name = "core-foundation-sys"
 3644version = "0.8.7"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3647
 3648[[package]]
 3649name = "core-graphics"
 3650version = "0.23.2"
 3651source = "registry+https://github.com/rust-lang/crates.io-index"
 3652checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3653dependencies = [
 3654 "bitflags 1.3.2",
 3655 "core-foundation 0.9.4",
 3656 "core-graphics-types 0.1.3",
 3657 "foreign-types 0.5.0",
 3658 "libc",
 3659]
 3660
 3661[[package]]
 3662name = "core-graphics"
 3663version = "0.24.0"
 3664source = "registry+https://github.com/rust-lang/crates.io-index"
 3665checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3666dependencies = [
 3667 "bitflags 2.10.0",
 3668 "core-foundation 0.10.0",
 3669 "core-graphics-types 0.2.0",
 3670 "foreign-types 0.5.0",
 3671 "libc",
 3672]
 3673
 3674[[package]]
 3675name = "core-graphics-helmer-fork"
 3676version = "0.24.0"
 3677source = "registry+https://github.com/rust-lang/crates.io-index"
 3678checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3679dependencies = [
 3680 "bitflags 2.10.0",
 3681 "core-foundation 0.9.4",
 3682 "core-graphics-types 0.1.3",
 3683 "foreign-types 0.5.0",
 3684 "libc",
 3685]
 3686
 3687[[package]]
 3688name = "core-graphics-types"
 3689version = "0.1.3"
 3690source = "registry+https://github.com/rust-lang/crates.io-index"
 3691checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3692dependencies = [
 3693 "bitflags 1.3.2",
 3694 "core-foundation 0.9.4",
 3695 "libc",
 3696]
 3697
 3698[[package]]
 3699name = "core-graphics-types"
 3700version = "0.2.0"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3703dependencies = [
 3704 "bitflags 2.10.0",
 3705 "core-foundation 0.10.0",
 3706 "libc",
 3707]
 3708
 3709[[package]]
 3710name = "core-graphics2"
 3711version = "0.5.2"
 3712source = "registry+https://github.com/rust-lang/crates.io-index"
 3713checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3714dependencies = [
 3715 "bitflags 2.10.0",
 3716 "block",
 3717 "cfg-if",
 3718 "core-foundation 0.10.0",
 3719 "libc",
 3720]
 3721
 3722[[package]]
 3723name = "core-services"
 3724version = "0.2.1"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3727dependencies = [
 3728 "core-foundation 0.9.4",
 3729]
 3730
 3731[[package]]
 3732name = "core-text"
 3733version = "21.0.0"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3736dependencies = [
 3737 "core-foundation 0.10.0",
 3738 "core-graphics 0.24.0",
 3739 "foreign-types 0.5.0",
 3740 "libc",
 3741]
 3742
 3743[[package]]
 3744name = "core-video"
 3745version = "0.5.2"
 3746source = "registry+https://github.com/rust-lang/crates.io-index"
 3747checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3748dependencies = [
 3749 "block",
 3750 "core-foundation 0.10.0",
 3751 "core-graphics2",
 3752 "io-surface",
 3753 "libc",
 3754 "metal",
 3755]
 3756
 3757[[package]]
 3758name = "core_maths"
 3759version = "0.1.1"
 3760source = "registry+https://github.com/rust-lang/crates.io-index"
 3761checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3762dependencies = [
 3763 "libm",
 3764]
 3765
 3766[[package]]
 3767name = "coreaudio-rs"
 3768version = "0.12.1"
 3769source = "registry+https://github.com/rust-lang/crates.io-index"
 3770checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3771dependencies = [
 3772 "bitflags 1.3.2",
 3773 "core-foundation-sys",
 3774 "coreaudio-sys",
 3775]
 3776
 3777[[package]]
 3778name = "coreaudio-rs"
 3779version = "0.13.0"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3782dependencies = [
 3783 "bitflags 1.3.2",
 3784 "libc",
 3785 "objc2-audio-toolbox",
 3786 "objc2-core-audio",
 3787 "objc2-core-audio-types",
 3788 "objc2-core-foundation",
 3789]
 3790
 3791[[package]]
 3792name = "coreaudio-sys"
 3793version = "0.2.17"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3796dependencies = [
 3797 "bindgen 0.72.1",
 3798]
 3799
 3800[[package]]
 3801name = "cosmic-text"
 3802version = "0.17.1"
 3803source = "registry+https://github.com/rust-lang/crates.io-index"
 3804checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3805dependencies = [
 3806 "bitflags 2.10.0",
 3807 "fontdb 0.23.0",
 3808 "harfrust",
 3809 "linebender_resource_handle",
 3810 "log",
 3811 "rangemap",
 3812 "rustc-hash 2.1.1",
 3813 "self_cell",
 3814 "skrifa 0.40.0",
 3815 "smol_str",
 3816 "swash",
 3817 "sys-locale",
 3818 "unicode-bidi",
 3819 "unicode-linebreak",
 3820 "unicode-script",
 3821 "unicode-segmentation",
 3822]
 3823
 3824[[package]]
 3825name = "cpal"
 3826version = "0.17.1"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3829dependencies = [
 3830 "alsa",
 3831 "coreaudio-rs 0.13.0",
 3832 "dasp_sample",
 3833 "jni",
 3834 "js-sys",
 3835 "libc",
 3836 "mach2 0.5.0",
 3837 "ndk",
 3838 "ndk-context",
 3839 "num-derive",
 3840 "num-traits",
 3841 "objc2",
 3842 "objc2-audio-toolbox",
 3843 "objc2-avf-audio",
 3844 "objc2-core-audio",
 3845 "objc2-core-audio-types",
 3846 "objc2-core-foundation",
 3847 "objc2-foundation",
 3848 "wasm-bindgen",
 3849 "wasm-bindgen-futures",
 3850 "web-sys",
 3851 "windows 0.62.2",
 3852]
 3853
 3854[[package]]
 3855name = "cpp_demangle"
 3856version = "0.4.5"
 3857source = "registry+https://github.com/rust-lang/crates.io-index"
 3858checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3859dependencies = [
 3860 "cfg-if",
 3861]
 3862
 3863[[package]]
 3864name = "cpufeatures"
 3865version = "0.2.17"
 3866source = "registry+https://github.com/rust-lang/crates.io-index"
 3867checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3868dependencies = [
 3869 "libc",
 3870]
 3871
 3872[[package]]
 3873name = "cranelift-assembler-x64"
 3874version = "0.123.6"
 3875source = "registry+https://github.com/rust-lang/crates.io-index"
 3876checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3877dependencies = [
 3878 "cranelift-assembler-x64-meta",
 3879]
 3880
 3881[[package]]
 3882name = "cranelift-assembler-x64-meta"
 3883version = "0.123.6"
 3884source = "registry+https://github.com/rust-lang/crates.io-index"
 3885checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3886dependencies = [
 3887 "cranelift-srcgen",
 3888]
 3889
 3890[[package]]
 3891name = "cranelift-bforest"
 3892version = "0.123.6"
 3893source = "registry+https://github.com/rust-lang/crates.io-index"
 3894checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3895dependencies = [
 3896 "cranelift-entity",
 3897]
 3898
 3899[[package]]
 3900name = "cranelift-bitset"
 3901version = "0.123.6"
 3902source = "registry+https://github.com/rust-lang/crates.io-index"
 3903checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3904dependencies = [
 3905 "serde",
 3906 "serde_derive",
 3907]
 3908
 3909[[package]]
 3910name = "cranelift-codegen"
 3911version = "0.123.6"
 3912source = "registry+https://github.com/rust-lang/crates.io-index"
 3913checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3914dependencies = [
 3915 "bumpalo",
 3916 "cranelift-assembler-x64",
 3917 "cranelift-bforest",
 3918 "cranelift-bitset",
 3919 "cranelift-codegen-meta",
 3920 "cranelift-codegen-shared",
 3921 "cranelift-control",
 3922 "cranelift-entity",
 3923 "cranelift-isle",
 3924 "gimli",
 3925 "hashbrown 0.15.5",
 3926 "log",
 3927 "postcard",
 3928 "pulley-interpreter",
 3929 "regalloc2",
 3930 "rustc-hash 2.1.1",
 3931 "serde",
 3932 "serde_derive",
 3933 "sha2",
 3934 "smallvec",
 3935 "target-lexicon 0.13.3",
 3936 "wasmtime-internal-math",
 3937]
 3938
 3939[[package]]
 3940name = "cranelift-codegen-meta"
 3941version = "0.123.6"
 3942source = "registry+https://github.com/rust-lang/crates.io-index"
 3943checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3944dependencies = [
 3945 "cranelift-assembler-x64-meta",
 3946 "cranelift-codegen-shared",
 3947 "cranelift-srcgen",
 3948 "heck 0.5.0",
 3949 "pulley-interpreter",
 3950]
 3951
 3952[[package]]
 3953name = "cranelift-codegen-shared"
 3954version = "0.123.6"
 3955source = "registry+https://github.com/rust-lang/crates.io-index"
 3956checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3957
 3958[[package]]
 3959name = "cranelift-control"
 3960version = "0.123.6"
 3961source = "registry+https://github.com/rust-lang/crates.io-index"
 3962checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3963dependencies = [
 3964 "arbitrary",
 3965]
 3966
 3967[[package]]
 3968name = "cranelift-entity"
 3969version = "0.123.6"
 3970source = "registry+https://github.com/rust-lang/crates.io-index"
 3971checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3972dependencies = [
 3973 "cranelift-bitset",
 3974 "serde",
 3975 "serde_derive",
 3976]
 3977
 3978[[package]]
 3979name = "cranelift-frontend"
 3980version = "0.123.6"
 3981source = "registry+https://github.com/rust-lang/crates.io-index"
 3982checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3983dependencies = [
 3984 "cranelift-codegen",
 3985 "log",
 3986 "smallvec",
 3987 "target-lexicon 0.13.3",
 3988]
 3989
 3990[[package]]
 3991name = "cranelift-isle"
 3992version = "0.123.6"
 3993source = "registry+https://github.com/rust-lang/crates.io-index"
 3994checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3995
 3996[[package]]
 3997name = "cranelift-native"
 3998version = "0.123.6"
 3999source = "registry+https://github.com/rust-lang/crates.io-index"
 4000checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 4001dependencies = [
 4002 "cranelift-codegen",
 4003 "libc",
 4004 "target-lexicon 0.13.3",
 4005]
 4006
 4007[[package]]
 4008name = "cranelift-srcgen"
 4009version = "0.123.6"
 4010source = "registry+https://github.com/rust-lang/crates.io-index"
 4011checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 4012
 4013[[package]]
 4014name = "crash-context"
 4015version = "0.6.3"
 4016source = "registry+https://github.com/rust-lang/crates.io-index"
 4017checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4018dependencies = [
 4019 "cfg-if",
 4020 "libc",
 4021 "mach2 0.4.3",
 4022]
 4023
 4024[[package]]
 4025name = "crash-handler"
 4026version = "0.6.3"
 4027source = "registry+https://github.com/rust-lang/crates.io-index"
 4028checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4029dependencies = [
 4030 "cfg-if",
 4031 "crash-context",
 4032 "libc",
 4033 "mach2 0.4.3",
 4034 "parking_lot",
 4035]
 4036
 4037[[package]]
 4038name = "crashes"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "cfg-if",
 4042 "crash-handler",
 4043 "futures 0.3.32",
 4044 "log",
 4045 "mach2 0.5.0",
 4046 "minidumper",
 4047 "parking_lot",
 4048 "paths",
 4049 "release_channel",
 4050 "serde",
 4051 "serde_json",
 4052 "smol",
 4053 "system_specs",
 4054 "windows 0.61.3",
 4055 "zstd",
 4056]
 4057
 4058[[package]]
 4059name = "crc"
 4060version = "3.3.0"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4063dependencies = [
 4064 "crc-catalog",
 4065]
 4066
 4067[[package]]
 4068name = "crc-catalog"
 4069version = "2.4.0"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4072
 4073[[package]]
 4074name = "crc-fast"
 4075version = "1.6.0"
 4076source = "registry+https://github.com/rust-lang/crates.io-index"
 4077checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4078dependencies = [
 4079 "crc",
 4080 "digest",
 4081 "rand 0.9.2",
 4082 "regex",
 4083 "rustversion",
 4084]
 4085
 4086[[package]]
 4087name = "crc32fast"
 4088version = "1.5.0"
 4089source = "registry+https://github.com/rust-lang/crates.io-index"
 4090checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4091dependencies = [
 4092 "cfg-if",
 4093]
 4094
 4095[[package]]
 4096name = "credentials_provider"
 4097version = "0.1.0"
 4098dependencies = [
 4099 "anyhow",
 4100 "gpui",
 4101 "serde",
 4102]
 4103
 4104[[package]]
 4105name = "criterion"
 4106version = "0.5.1"
 4107source = "registry+https://github.com/rust-lang/crates.io-index"
 4108checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4109dependencies = [
 4110 "anes",
 4111 "cast",
 4112 "ciborium",
 4113 "clap",
 4114 "criterion-plot",
 4115 "is-terminal",
 4116 "itertools 0.10.5",
 4117 "num-traits",
 4118 "once_cell",
 4119 "oorandom",
 4120 "plotters",
 4121 "rayon",
 4122 "regex",
 4123 "serde",
 4124 "serde_derive",
 4125 "serde_json",
 4126 "tinytemplate",
 4127 "walkdir",
 4128]
 4129
 4130[[package]]
 4131name = "criterion-plot"
 4132version = "0.5.0"
 4133source = "registry+https://github.com/rust-lang/crates.io-index"
 4134checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4135dependencies = [
 4136 "cast",
 4137 "itertools 0.10.5",
 4138]
 4139
 4140[[package]]
 4141name = "crossbeam"
 4142version = "0.8.4"
 4143source = "registry+https://github.com/rust-lang/crates.io-index"
 4144checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4145dependencies = [
 4146 "crossbeam-channel",
 4147 "crossbeam-deque",
 4148 "crossbeam-epoch",
 4149 "crossbeam-queue",
 4150 "crossbeam-utils",
 4151]
 4152
 4153[[package]]
 4154name = "crossbeam-channel"
 4155version = "0.5.15"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4158dependencies = [
 4159 "crossbeam-utils",
 4160]
 4161
 4162[[package]]
 4163name = "crossbeam-deque"
 4164version = "0.8.6"
 4165source = "registry+https://github.com/rust-lang/crates.io-index"
 4166checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4167dependencies = [
 4168 "crossbeam-epoch",
 4169 "crossbeam-utils",
 4170]
 4171
 4172[[package]]
 4173name = "crossbeam-epoch"
 4174version = "0.9.18"
 4175source = "registry+https://github.com/rust-lang/crates.io-index"
 4176checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4177dependencies = [
 4178 "crossbeam-utils",
 4179]
 4180
 4181[[package]]
 4182name = "crossbeam-queue"
 4183version = "0.3.12"
 4184source = "registry+https://github.com/rust-lang/crates.io-index"
 4185checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4186dependencies = [
 4187 "crossbeam-utils",
 4188]
 4189
 4190[[package]]
 4191name = "crossbeam-utils"
 4192version = "0.8.21"
 4193source = "registry+https://github.com/rust-lang/crates.io-index"
 4194checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4195
 4196[[package]]
 4197name = "crunchy"
 4198version = "0.2.4"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4201
 4202[[package]]
 4203name = "crypto-bigint"
 4204version = "0.4.9"
 4205source = "registry+https://github.com/rust-lang/crates.io-index"
 4206checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4207dependencies = [
 4208 "generic-array",
 4209 "rand_core 0.6.4",
 4210 "subtle",
 4211 "zeroize",
 4212]
 4213
 4214[[package]]
 4215name = "crypto-bigint"
 4216version = "0.5.5"
 4217source = "registry+https://github.com/rust-lang/crates.io-index"
 4218checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4219dependencies = [
 4220 "rand_core 0.6.4",
 4221 "subtle",
 4222]
 4223
 4224[[package]]
 4225name = "crypto-common"
 4226version = "0.1.6"
 4227source = "registry+https://github.com/rust-lang/crates.io-index"
 4228checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4229dependencies = [
 4230 "generic-array",
 4231 "typenum",
 4232]
 4233
 4234[[package]]
 4235name = "cssparser"
 4236version = "0.35.0"
 4237source = "registry+https://github.com/rust-lang/crates.io-index"
 4238checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4239dependencies = [
 4240 "cssparser-macros",
 4241 "dtoa-short",
 4242 "itoa",
 4243 "phf 0.11.3",
 4244 "smallvec",
 4245]
 4246
 4247[[package]]
 4248name = "cssparser-macros"
 4249version = "0.6.1"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4252dependencies = [
 4253 "quote",
 4254 "syn 2.0.117",
 4255]
 4256
 4257[[package]]
 4258name = "csv_preview"
 4259version = "0.1.0"
 4260dependencies = [
 4261 "anyhow",
 4262 "editor",
 4263 "feature_flags",
 4264 "gpui",
 4265 "log",
 4266 "text",
 4267 "ui",
 4268 "workspace",
 4269]
 4270
 4271[[package]]
 4272name = "ctor"
 4273version = "0.4.3"
 4274source = "registry+https://github.com/rust-lang/crates.io-index"
 4275checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4276dependencies = [
 4277 "ctor-proc-macro",
 4278 "dtor",
 4279]
 4280
 4281[[package]]
 4282name = "ctor-proc-macro"
 4283version = "0.0.6"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4286
 4287[[package]]
 4288name = "ctrlc"
 4289version = "3.5.0"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4292dependencies = [
 4293 "dispatch",
 4294 "nix 0.30.1",
 4295 "windows-sys 0.61.2",
 4296]
 4297
 4298[[package]]
 4299name = "cursor-icon"
 4300version = "1.2.0"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4303
 4304[[package]]
 4305name = "cxx"
 4306version = "1.0.187"
 4307source = "registry+https://github.com/rust-lang/crates.io-index"
 4308checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4309dependencies = [
 4310 "cc",
 4311 "cxx-build",
 4312 "cxxbridge-cmd",
 4313 "cxxbridge-flags",
 4314 "cxxbridge-macro",
 4315 "foldhash 0.2.0",
 4316 "link-cplusplus",
 4317]
 4318
 4319[[package]]
 4320name = "cxx-build"
 4321version = "1.0.187"
 4322source = "registry+https://github.com/rust-lang/crates.io-index"
 4323checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4324dependencies = [
 4325 "cc",
 4326 "codespan-reporting",
 4327 "indexmap",
 4328 "proc-macro2",
 4329 "quote",
 4330 "scratch",
 4331 "syn 2.0.117",
 4332]
 4333
 4334[[package]]
 4335name = "cxxbridge-cmd"
 4336version = "1.0.187"
 4337source = "registry+https://github.com/rust-lang/crates.io-index"
 4338checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4339dependencies = [
 4340 "clap",
 4341 "codespan-reporting",
 4342 "indexmap",
 4343 "proc-macro2",
 4344 "quote",
 4345 "syn 2.0.117",
 4346]
 4347
 4348[[package]]
 4349name = "cxxbridge-flags"
 4350version = "1.0.187"
 4351source = "registry+https://github.com/rust-lang/crates.io-index"
 4352checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4353
 4354[[package]]
 4355name = "cxxbridge-macro"
 4356version = "1.0.187"
 4357source = "registry+https://github.com/rust-lang/crates.io-index"
 4358checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4359dependencies = [
 4360 "indexmap",
 4361 "proc-macro2",
 4362 "quote",
 4363 "syn 2.0.117",
 4364]
 4365
 4366[[package]]
 4367name = "dap"
 4368version = "0.1.0"
 4369dependencies = [
 4370 "anyhow",
 4371 "async-compression",
 4372 "async-pipe",
 4373 "async-tar",
 4374 "async-trait",
 4375 "client",
 4376 "collections",
 4377 "dap-types",
 4378 "fs",
 4379 "futures 0.3.32",
 4380 "gpui",
 4381 "http_client",
 4382 "language",
 4383 "libc",
 4384 "log",
 4385 "node_runtime",
 4386 "parking_lot",
 4387 "paths",
 4388 "proto",
 4389 "schemars",
 4390 "serde",
 4391 "serde_json",
 4392 "settings",
 4393 "smallvec",
 4394 "smol",
 4395 "task",
 4396 "telemetry",
 4397 "util",
 4398 "zlog",
 4399]
 4400
 4401[[package]]
 4402name = "dap-types"
 4403version = "0.0.1"
 4404source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4405dependencies = [
 4406 "schemars",
 4407 "serde",
 4408 "serde_json",
 4409]
 4410
 4411[[package]]
 4412name = "dap_adapters"
 4413version = "0.1.0"
 4414dependencies = [
 4415 "anyhow",
 4416 "async-trait",
 4417 "collections",
 4418 "dap",
 4419 "dotenvy",
 4420 "fs",
 4421 "futures 0.3.32",
 4422 "gpui",
 4423 "http_client",
 4424 "json_dotpath",
 4425 "language",
 4426 "log",
 4427 "node_runtime",
 4428 "paths",
 4429 "serde",
 4430 "serde_json",
 4431 "settings",
 4432 "smol",
 4433 "task",
 4434 "util",
 4435]
 4436
 4437[[package]]
 4438name = "darling"
 4439version = "0.20.11"
 4440source = "registry+https://github.com/rust-lang/crates.io-index"
 4441checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4442dependencies = [
 4443 "darling_core 0.20.11",
 4444 "darling_macro 0.20.11",
 4445]
 4446
 4447[[package]]
 4448name = "darling"
 4449version = "0.21.3"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4452dependencies = [
 4453 "darling_core 0.21.3",
 4454 "darling_macro 0.21.3",
 4455]
 4456
 4457[[package]]
 4458name = "darling_core"
 4459version = "0.20.11"
 4460source = "registry+https://github.com/rust-lang/crates.io-index"
 4461checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4462dependencies = [
 4463 "fnv",
 4464 "ident_case",
 4465 "proc-macro2",
 4466 "quote",
 4467 "strsim",
 4468 "syn 2.0.117",
 4469]
 4470
 4471[[package]]
 4472name = "darling_core"
 4473version = "0.21.3"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4476dependencies = [
 4477 "fnv",
 4478 "ident_case",
 4479 "proc-macro2",
 4480 "quote",
 4481 "strsim",
 4482 "syn 2.0.117",
 4483]
 4484
 4485[[package]]
 4486name = "darling_macro"
 4487version = "0.20.11"
 4488source = "registry+https://github.com/rust-lang/crates.io-index"
 4489checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4490dependencies = [
 4491 "darling_core 0.20.11",
 4492 "quote",
 4493 "syn 2.0.117",
 4494]
 4495
 4496[[package]]
 4497name = "darling_macro"
 4498version = "0.21.3"
 4499source = "registry+https://github.com/rust-lang/crates.io-index"
 4500checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4501dependencies = [
 4502 "darling_core 0.21.3",
 4503 "quote",
 4504 "syn 2.0.117",
 4505]
 4506
 4507[[package]]
 4508name = "dashmap"
 4509version = "6.1.0"
 4510source = "registry+https://github.com/rust-lang/crates.io-index"
 4511checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4512dependencies = [
 4513 "cfg-if",
 4514 "crossbeam-utils",
 4515 "hashbrown 0.14.5",
 4516 "lock_api",
 4517 "once_cell",
 4518 "parking_lot_core",
 4519]
 4520
 4521[[package]]
 4522name = "dasp_sample"
 4523version = "0.11.0"
 4524source = "registry+https://github.com/rust-lang/crates.io-index"
 4525checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4526
 4527[[package]]
 4528name = "data-encoding"
 4529version = "2.9.0"
 4530source = "registry+https://github.com/rust-lang/crates.io-index"
 4531checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4532
 4533[[package]]
 4534name = "data-url"
 4535version = "0.3.2"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4538
 4539[[package]]
 4540name = "db"
 4541version = "0.1.0"
 4542dependencies = [
 4543 "anyhow",
 4544 "gpui",
 4545 "indoc",
 4546 "inventory",
 4547 "log",
 4548 "paths",
 4549 "release_channel",
 4550 "smol",
 4551 "sqlez",
 4552 "sqlez_macros",
 4553 "tempfile",
 4554 "util",
 4555 "uuid",
 4556 "zed_env_vars",
 4557]
 4558
 4559[[package]]
 4560name = "dbus"
 4561version = "0.9.9"
 4562source = "registry+https://github.com/rust-lang/crates.io-index"
 4563checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4564dependencies = [
 4565 "libc",
 4566 "libdbus-sys",
 4567 "windows-sys 0.59.0",
 4568]
 4569
 4570[[package]]
 4571name = "debug_adapter_extension"
 4572version = "0.1.0"
 4573dependencies = [
 4574 "anyhow",
 4575 "async-trait",
 4576 "collections",
 4577 "dap",
 4578 "extension",
 4579 "gpui",
 4580 "serde_json",
 4581 "task",
 4582 "util",
 4583]
 4584
 4585[[package]]
 4586name = "debugger_tools"
 4587version = "0.1.0"
 4588dependencies = [
 4589 "anyhow",
 4590 "dap",
 4591 "editor",
 4592 "futures 0.3.32",
 4593 "gpui",
 4594 "project",
 4595 "serde_json",
 4596 "settings",
 4597 "smol",
 4598 "util",
 4599 "workspace",
 4600]
 4601
 4602[[package]]
 4603name = "debugger_ui"
 4604version = "0.1.0"
 4605dependencies = [
 4606 "alacritty_terminal",
 4607 "anyhow",
 4608 "bitflags 2.10.0",
 4609 "client",
 4610 "collections",
 4611 "command_palette_hooks",
 4612 "dap",
 4613 "dap_adapters",
 4614 "db",
 4615 "debugger_tools",
 4616 "editor",
 4617 "feature_flags",
 4618 "file_icons",
 4619 "futures 0.3.32",
 4620 "fuzzy",
 4621 "gpui",
 4622 "hex",
 4623 "indoc",
 4624 "itertools 0.14.0",
 4625 "language",
 4626 "log",
 4627 "menu",
 4628 "notifications",
 4629 "parking_lot",
 4630 "parse_int",
 4631 "paths",
 4632 "picker",
 4633 "pretty_assertions",
 4634 "project",
 4635 "rpc",
 4636 "schemars",
 4637 "serde",
 4638 "serde_json",
 4639 "serde_json_lenient",
 4640 "settings",
 4641 "sysinfo 0.37.2",
 4642 "task",
 4643 "tasks_ui",
 4644 "terminal_view",
 4645 "text",
 4646 "theme",
 4647 "theme_settings",
 4648 "tree-sitter",
 4649 "tree-sitter-go",
 4650 "tree-sitter-json",
 4651 "ui",
 4652 "ui_input",
 4653 "unindent",
 4654 "util",
 4655 "workspace",
 4656 "zed_actions",
 4657 "zlog",
 4658]
 4659
 4660[[package]]
 4661name = "debugid"
 4662version = "0.8.0"
 4663source = "registry+https://github.com/rust-lang/crates.io-index"
 4664checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4665dependencies = [
 4666 "uuid",
 4667]
 4668
 4669[[package]]
 4670name = "deepseek"
 4671version = "0.1.0"
 4672dependencies = [
 4673 "anyhow",
 4674 "futures 0.3.32",
 4675 "http_client",
 4676 "schemars",
 4677 "serde",
 4678 "serde_json",
 4679]
 4680
 4681[[package]]
 4682name = "deflate64"
 4683version = "0.1.10"
 4684source = "registry+https://github.com/rust-lang/crates.io-index"
 4685checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4686
 4687[[package]]
 4688name = "denoise"
 4689version = "0.1.0"
 4690dependencies = [
 4691 "candle-core",
 4692 "candle-onnx",
 4693 "log",
 4694 "realfft",
 4695 "rodio",
 4696 "rustfft",
 4697 "thiserror 2.0.17",
 4698]
 4699
 4700[[package]]
 4701name = "der"
 4702version = "0.6.1"
 4703source = "registry+https://github.com/rust-lang/crates.io-index"
 4704checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4705dependencies = [
 4706 "const-oid",
 4707 "zeroize",
 4708]
 4709
 4710[[package]]
 4711name = "der"
 4712version = "0.7.10"
 4713source = "registry+https://github.com/rust-lang/crates.io-index"
 4714checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4715dependencies = [
 4716 "const-oid",
 4717 "pem-rfc7468",
 4718 "zeroize",
 4719]
 4720
 4721[[package]]
 4722name = "deranged"
 4723version = "0.5.4"
 4724source = "registry+https://github.com/rust-lang/crates.io-index"
 4725checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4726dependencies = [
 4727 "powerfmt",
 4728 "serde_core",
 4729]
 4730
 4731[[package]]
 4732name = "derive_arbitrary"
 4733version = "1.4.2"
 4734source = "registry+https://github.com/rust-lang/crates.io-index"
 4735checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4736dependencies = [
 4737 "proc-macro2",
 4738 "quote",
 4739 "syn 2.0.117",
 4740]
 4741
 4742[[package]]
 4743name = "derive_more"
 4744version = "2.1.1"
 4745source = "registry+https://github.com/rust-lang/crates.io-index"
 4746checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4747dependencies = [
 4748 "derive_more-impl",
 4749]
 4750
 4751[[package]]
 4752name = "derive_more-impl"
 4753version = "2.1.1"
 4754source = "registry+https://github.com/rust-lang/crates.io-index"
 4755checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4756dependencies = [
 4757 "convert_case 0.10.0",
 4758 "proc-macro2",
 4759 "quote",
 4760 "rustc_version",
 4761 "syn 2.0.117",
 4762 "unicode-xid",
 4763]
 4764
 4765[[package]]
 4766name = "derive_refineable"
 4767version = "0.1.0"
 4768dependencies = [
 4769 "proc-macro2",
 4770 "quote",
 4771 "syn 2.0.117",
 4772]
 4773
 4774[[package]]
 4775name = "derive_setters"
 4776version = "0.1.9"
 4777source = "registry+https://github.com/rust-lang/crates.io-index"
 4778checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4779dependencies = [
 4780 "darling 0.21.3",
 4781 "proc-macro2",
 4782 "quote",
 4783 "syn 2.0.117",
 4784]
 4785
 4786[[package]]
 4787name = "dev_container"
 4788version = "0.1.0"
 4789dependencies = [
 4790 "async-tar",
 4791 "async-trait",
 4792 "env_logger 0.11.8",
 4793 "fs",
 4794 "futures 0.3.32",
 4795 "gpui",
 4796 "http 1.3.1",
 4797 "http_client",
 4798 "log",
 4799 "menu",
 4800 "paths",
 4801 "picker",
 4802 "project",
 4803 "serde",
 4804 "serde_json",
 4805 "serde_json_lenient",
 4806 "settings",
 4807 "shlex",
 4808 "ui",
 4809 "util",
 4810 "walkdir",
 4811 "workspace",
 4812 "worktree",
 4813]
 4814
 4815[[package]]
 4816name = "diagnostics"
 4817version = "0.1.0"
 4818dependencies = [
 4819 "anyhow",
 4820 "collections",
 4821 "component",
 4822 "ctor",
 4823 "editor",
 4824 "gpui",
 4825 "indoc",
 4826 "itertools 0.14.0",
 4827 "language",
 4828 "log",
 4829 "lsp",
 4830 "markdown",
 4831 "pretty_assertions",
 4832 "project",
 4833 "rand 0.9.2",
 4834 "serde",
 4835 "serde_json",
 4836 "settings",
 4837 "text",
 4838 "theme",
 4839 "theme_settings",
 4840 "ui",
 4841 "unindent",
 4842 "util",
 4843 "workspace",
 4844 "zed_actions",
 4845 "zlog",
 4846]
 4847
 4848[[package]]
 4849name = "dialoguer"
 4850version = "0.11.0"
 4851source = "registry+https://github.com/rust-lang/crates.io-index"
 4852checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4853dependencies = [
 4854 "console",
 4855 "fuzzy-matcher",
 4856 "shell-words",
 4857 "tempfile",
 4858 "thiserror 1.0.69",
 4859 "zeroize",
 4860]
 4861
 4862[[package]]
 4863name = "diff"
 4864version = "0.1.13"
 4865source = "registry+https://github.com/rust-lang/crates.io-index"
 4866checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4867
 4868[[package]]
 4869name = "diffy"
 4870version = "0.4.2"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4873dependencies = [
 4874 "nu-ansi-term",
 4875]
 4876
 4877[[package]]
 4878name = "digest"
 4879version = "0.10.7"
 4880source = "registry+https://github.com/rust-lang/crates.io-index"
 4881checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4882dependencies = [
 4883 "block-buffer",
 4884 "const-oid",
 4885 "crypto-common",
 4886 "subtle",
 4887]
 4888
 4889[[package]]
 4890name = "dirs"
 4891version = "4.0.0"
 4892source = "registry+https://github.com/rust-lang/crates.io-index"
 4893checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4894dependencies = [
 4895 "dirs-sys 0.3.7",
 4896]
 4897
 4898[[package]]
 4899name = "dirs"
 4900version = "5.0.1"
 4901source = "registry+https://github.com/rust-lang/crates.io-index"
 4902checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4903dependencies = [
 4904 "dirs-sys 0.4.1",
 4905]
 4906
 4907[[package]]
 4908name = "dirs"
 4909version = "6.0.0"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4912dependencies = [
 4913 "dirs-sys 0.5.0",
 4914]
 4915
 4916[[package]]
 4917name = "dirs-sys"
 4918version = "0.3.7"
 4919source = "registry+https://github.com/rust-lang/crates.io-index"
 4920checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4921dependencies = [
 4922 "libc",
 4923 "redox_users 0.4.6",
 4924 "winapi",
 4925]
 4926
 4927[[package]]
 4928name = "dirs-sys"
 4929version = "0.4.1"
 4930source = "registry+https://github.com/rust-lang/crates.io-index"
 4931checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4932dependencies = [
 4933 "libc",
 4934 "option-ext",
 4935 "redox_users 0.4.6",
 4936 "windows-sys 0.48.0",
 4937]
 4938
 4939[[package]]
 4940name = "dirs-sys"
 4941version = "0.5.0"
 4942source = "registry+https://github.com/rust-lang/crates.io-index"
 4943checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4944dependencies = [
 4945 "libc",
 4946 "option-ext",
 4947 "redox_users 0.5.2",
 4948 "windows-sys 0.61.2",
 4949]
 4950
 4951[[package]]
 4952name = "dispatch"
 4953version = "0.2.0"
 4954source = "registry+https://github.com/rust-lang/crates.io-index"
 4955checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4956
 4957[[package]]
 4958name = "dispatch2"
 4959version = "0.3.1"
 4960source = "registry+https://github.com/rust-lang/crates.io-index"
 4961checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4962dependencies = [
 4963 "bitflags 2.10.0",
 4964 "block2",
 4965 "libc",
 4966 "objc2",
 4967]
 4968
 4969[[package]]
 4970name = "displaydoc"
 4971version = "0.2.5"
 4972source = "registry+https://github.com/rust-lang/crates.io-index"
 4973checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4974dependencies = [
 4975 "proc-macro2",
 4976 "quote",
 4977 "syn 2.0.117",
 4978]
 4979
 4980[[package]]
 4981name = "dlib"
 4982version = "0.5.2"
 4983source = "registry+https://github.com/rust-lang/crates.io-index"
 4984checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4985dependencies = [
 4986 "libloading",
 4987]
 4988
 4989[[package]]
 4990name = "docs_preprocessor"
 4991version = "0.1.0"
 4992dependencies = [
 4993 "anyhow",
 4994 "collections",
 4995 "jsonschema",
 4996 "mdbook",
 4997 "regex",
 4998 "schemars",
 4999 "serde",
 5000 "serde_json",
 5001 "settings",
 5002 "task",
 5003 "theme",
 5004 "util",
 5005 "zlog",
 5006]
 5007
 5008[[package]]
 5009name = "document-features"
 5010version = "0.2.12"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5013dependencies = [
 5014 "litrs",
 5015]
 5016
 5017[[package]]
 5018name = "documented"
 5019version = "0.9.2"
 5020source = "registry+https://github.com/rust-lang/crates.io-index"
 5021checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5022dependencies = [
 5023 "documented-macros",
 5024 "phf 0.12.1",
 5025 "thiserror 2.0.17",
 5026]
 5027
 5028[[package]]
 5029name = "documented-macros"
 5030version = "0.9.2"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5033dependencies = [
 5034 "convert_case 0.8.0",
 5035 "itertools 0.14.0",
 5036 "optfield",
 5037 "proc-macro2",
 5038 "quote",
 5039 "strum 0.27.2",
 5040 "syn 2.0.117",
 5041]
 5042
 5043[[package]]
 5044name = "dotenvy"
 5045version = "0.15.7"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5048
 5049[[package]]
 5050name = "downcast-rs"
 5051version = "1.2.1"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5054
 5055[[package]]
 5056name = "doxygen-rs"
 5057version = "0.4.2"
 5058source = "registry+https://github.com/rust-lang/crates.io-index"
 5059checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5060dependencies = [
 5061 "phf 0.11.3",
 5062]
 5063
 5064[[package]]
 5065name = "dtoa"
 5066version = "1.0.10"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5069
 5070[[package]]
 5071name = "dtoa-short"
 5072version = "0.3.5"
 5073source = "registry+https://github.com/rust-lang/crates.io-index"
 5074checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5075dependencies = [
 5076 "dtoa",
 5077]
 5078
 5079[[package]]
 5080name = "dtor"
 5081version = "0.0.6"
 5082source = "registry+https://github.com/rust-lang/crates.io-index"
 5083checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5084dependencies = [
 5085 "dtor-proc-macro",
 5086]
 5087
 5088[[package]]
 5089name = "dtor-proc-macro"
 5090version = "0.0.5"
 5091source = "registry+https://github.com/rust-lang/crates.io-index"
 5092checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5093
 5094[[package]]
 5095name = "dunce"
 5096version = "1.0.5"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5099
 5100[[package]]
 5101name = "dwrote"
 5102version = "0.11.5"
 5103source = "registry+https://github.com/rust-lang/crates.io-index"
 5104checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5105dependencies = [
 5106 "lazy_static",
 5107 "libc",
 5108 "winapi",
 5109 "wio",
 5110]
 5111
 5112[[package]]
 5113name = "dyn-clone"
 5114version = "1.0.20"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5117
 5118[[package]]
 5119name = "dyn-stack"
 5120version = "0.10.0"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5123dependencies = [
 5124 "bytemuck",
 5125 "reborrow",
 5126]
 5127
 5128[[package]]
 5129name = "dyn-stack"
 5130version = "0.13.2"
 5131source = "registry+https://github.com/rust-lang/crates.io-index"
 5132checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5133dependencies = [
 5134 "bytemuck",
 5135 "dyn-stack-macros",
 5136]
 5137
 5138[[package]]
 5139name = "dyn-stack-macros"
 5140version = "0.1.3"
 5141source = "registry+https://github.com/rust-lang/crates.io-index"
 5142checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5143
 5144[[package]]
 5145name = "ec4rs"
 5146version = "1.2.0"
 5147source = "registry+https://github.com/rust-lang/crates.io-index"
 5148checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5149
 5150[[package]]
 5151name = "ecdsa"
 5152version = "0.14.8"
 5153source = "registry+https://github.com/rust-lang/crates.io-index"
 5154checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5155dependencies = [
 5156 "der 0.6.1",
 5157 "elliptic-curve",
 5158 "rfc6979",
 5159 "signature 1.6.4",
 5160]
 5161
 5162[[package]]
 5163name = "edit_prediction"
 5164version = "0.1.0"
 5165dependencies = [
 5166 "ai_onboarding",
 5167 "anyhow",
 5168 "buffer_diff",
 5169 "client",
 5170 "clock",
 5171 "cloud_api_client",
 5172 "cloud_api_types",
 5173 "cloud_llm_client",
 5174 "collections",
 5175 "copilot",
 5176 "copilot_ui",
 5177 "credentials_provider",
 5178 "ctor",
 5179 "db",
 5180 "edit_prediction_context",
 5181 "edit_prediction_types",
 5182 "feature_flags",
 5183 "fs",
 5184 "futures 0.3.32",
 5185 "gpui",
 5186 "heapless",
 5187 "indoc",
 5188 "itertools 0.14.0",
 5189 "language",
 5190 "language_model",
 5191 "log",
 5192 "lsp",
 5193 "menu",
 5194 "open_ai",
 5195 "parking_lot",
 5196 "postage",
 5197 "pretty_assertions",
 5198 "project",
 5199 "pulldown-cmark 0.13.0",
 5200 "rand 0.9.2",
 5201 "regex",
 5202 "release_channel",
 5203 "semver",
 5204 "serde",
 5205 "serde_json",
 5206 "settings",
 5207 "strum 0.27.2",
 5208 "telemetry",
 5209 "telemetry_events",
 5210 "text",
 5211 "thiserror 2.0.17",
 5212 "time",
 5213 "toml 0.8.23",
 5214 "ui",
 5215 "util",
 5216 "uuid",
 5217 "workspace",
 5218 "worktree",
 5219 "zed_actions",
 5220 "zed_credentials_provider",
 5221 "zeta_prompt",
 5222 "zlog",
 5223 "zstd",
 5224]
 5225
 5226[[package]]
 5227name = "edit_prediction_cli"
 5228version = "0.1.0"
 5229dependencies = [
 5230 "anthropic",
 5231 "anyhow",
 5232 "chrono",
 5233 "clap",
 5234 "client",
 5235 "cloud_llm_client",
 5236 "collections",
 5237 "criterion",
 5238 "db",
 5239 "debug_adapter_extension",
 5240 "dirs 4.0.0",
 5241 "edit_prediction",
 5242 "extension",
 5243 "flate2",
 5244 "fs",
 5245 "futures 0.3.32",
 5246 "gaoya",
 5247 "gpui",
 5248 "gpui_platform",
 5249 "gpui_tokio",
 5250 "http_client",
 5251 "indoc",
 5252 "language",
 5253 "language_extension",
 5254 "language_model",
 5255 "language_models",
 5256 "languages",
 5257 "libc",
 5258 "log",
 5259 "node_runtime",
 5260 "open_ai",
 5261 "paths",
 5262 "pretty_assertions",
 5263 "project",
 5264 "prompt_store",
 5265 "rand 0.9.2",
 5266 "release_channel",
 5267 "reqwest_client",
 5268 "rust-embed",
 5269 "serde",
 5270 "serde_json",
 5271 "settings",
 5272 "shellexpand 2.1.2",
 5273 "similar",
 5274 "smol",
 5275 "sqlez",
 5276 "sqlez_macros",
 5277 "strum 0.27.2",
 5278 "telemetry_events",
 5279 "tempfile",
 5280 "terminal_view",
 5281 "toml 0.8.23",
 5282 "util",
 5283 "wasmtime",
 5284 "watch",
 5285 "workspace",
 5286 "zeta_prompt",
 5287]
 5288
 5289[[package]]
 5290name = "edit_prediction_context"
 5291version = "0.1.0"
 5292dependencies = [
 5293 "anyhow",
 5294 "clock",
 5295 "collections",
 5296 "env_logger 0.11.8",
 5297 "futures 0.3.32",
 5298 "gpui",
 5299 "indoc",
 5300 "language",
 5301 "log",
 5302 "lsp",
 5303 "parking_lot",
 5304 "pretty_assertions",
 5305 "project",
 5306 "serde",
 5307 "serde_json",
 5308 "settings",
 5309 "smallvec",
 5310 "text",
 5311 "tree-sitter",
 5312 "util",
 5313 "zeta_prompt",
 5314]
 5315
 5316[[package]]
 5317name = "edit_prediction_types"
 5318version = "0.1.0"
 5319dependencies = [
 5320 "client",
 5321 "gpui",
 5322 "icons",
 5323 "language",
 5324 "text",
 5325]
 5326
 5327[[package]]
 5328name = "edit_prediction_ui"
 5329version = "0.1.0"
 5330dependencies = [
 5331 "anyhow",
 5332 "buffer_diff",
 5333 "client",
 5334 "cloud_llm_client",
 5335 "codestral",
 5336 "collections",
 5337 "command_palette_hooks",
 5338 "copilot",
 5339 "copilot_chat",
 5340 "copilot_ui",
 5341 "edit_prediction",
 5342 "edit_prediction_types",
 5343 "editor",
 5344 "feature_flags",
 5345 "fs",
 5346 "futures 0.3.32",
 5347 "gpui",
 5348 "indoc",
 5349 "language",
 5350 "markdown",
 5351 "menu",
 5352 "multi_buffer",
 5353 "paths",
 5354 "project",
 5355 "regex",
 5356 "settings",
 5357 "telemetry",
 5358 "text",
 5359 "theme",
 5360 "theme_settings",
 5361 "time",
 5362 "ui",
 5363 "util",
 5364 "workspace",
 5365 "zed_actions",
 5366 "zeta_prompt",
 5367]
 5368
 5369[[package]]
 5370name = "editor"
 5371version = "0.1.0"
 5372dependencies = [
 5373 "aho-corasick",
 5374 "anyhow",
 5375 "assets",
 5376 "breadcrumbs",
 5377 "buffer_diff",
 5378 "client",
 5379 "clock",
 5380 "collections",
 5381 "convert_case 0.8.0",
 5382 "criterion",
 5383 "ctor",
 5384 "dap",
 5385 "db",
 5386 "edit_prediction_types",
 5387 "emojis",
 5388 "feature_flags",
 5389 "file_icons",
 5390 "fs",
 5391 "futures 0.3.32",
 5392 "fuzzy",
 5393 "git",
 5394 "gpui",
 5395 "indoc",
 5396 "itertools 0.14.0",
 5397 "language",
 5398 "languages",
 5399 "linkify",
 5400 "log",
 5401 "lsp",
 5402 "markdown",
 5403 "menu",
 5404 "multi_buffer",
 5405 "ordered-float 2.10.1",
 5406 "parking_lot",
 5407 "pretty_assertions",
 5408 "project",
 5409 "proptest",
 5410 "proptest-derive",
 5411 "rand 0.9.2",
 5412 "regex",
 5413 "release_channel",
 5414 "rope",
 5415 "rpc",
 5416 "schemars",
 5417 "semver",
 5418 "serde",
 5419 "serde_json",
 5420 "settings",
 5421 "smallvec",
 5422 "smol",
 5423 "snippet",
 5424 "sum_tree",
 5425 "task",
 5426 "telemetry",
 5427 "text",
 5428 "theme",
 5429 "theme_settings",
 5430 "time",
 5431 "tracing",
 5432 "tree-sitter-bash",
 5433 "tree-sitter-c",
 5434 "tree-sitter-html",
 5435 "tree-sitter-md",
 5436 "tree-sitter-python",
 5437 "tree-sitter-rust",
 5438 "tree-sitter-typescript",
 5439 "tree-sitter-yaml",
 5440 "ui",
 5441 "ui_input",
 5442 "unicode-script",
 5443 "unicode-segmentation",
 5444 "unicode-width",
 5445 "unindent",
 5446 "url",
 5447 "util",
 5448 "uuid",
 5449 "vim_mode_setting",
 5450 "workspace",
 5451 "zed_actions",
 5452 "zlog",
 5453 "ztracing",
 5454]
 5455
 5456[[package]]
 5457name = "either"
 5458version = "1.15.0"
 5459source = "registry+https://github.com/rust-lang/crates.io-index"
 5460checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5461dependencies = [
 5462 "serde",
 5463]
 5464
 5465[[package]]
 5466name = "elasticlunr-rs"
 5467version = "3.0.2"
 5468source = "registry+https://github.com/rust-lang/crates.io-index"
 5469checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5470dependencies = [
 5471 "regex",
 5472 "serde",
 5473 "serde_derive",
 5474 "serde_json",
 5475]
 5476
 5477[[package]]
 5478name = "elliptic-curve"
 5479version = "0.12.3"
 5480source = "registry+https://github.com/rust-lang/crates.io-index"
 5481checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5482dependencies = [
 5483 "base16ct",
 5484 "crypto-bigint 0.4.9",
 5485 "der 0.6.1",
 5486 "digest",
 5487 "ff",
 5488 "generic-array",
 5489 "group",
 5490 "pkcs8 0.9.0",
 5491 "rand_core 0.6.4",
 5492 "sec1",
 5493 "subtle",
 5494 "zeroize",
 5495]
 5496
 5497[[package]]
 5498name = "email_address"
 5499version = "0.2.9"
 5500source = "registry+https://github.com/rust-lang/crates.io-index"
 5501checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5502dependencies = [
 5503 "serde",
 5504]
 5505
 5506[[package]]
 5507name = "embed-resource"
 5508version = "3.0.6"
 5509source = "registry+https://github.com/rust-lang/crates.io-index"
 5510checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5511dependencies = [
 5512 "cc",
 5513 "memchr",
 5514 "rustc_version",
 5515 "toml 0.9.8",
 5516 "vswhom",
 5517 "winreg 0.55.0",
 5518]
 5519
 5520[[package]]
 5521name = "embedded-io"
 5522version = "0.4.0"
 5523source = "registry+https://github.com/rust-lang/crates.io-index"
 5524checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5525
 5526[[package]]
 5527name = "embedded-io"
 5528version = "0.6.1"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5531
 5532[[package]]
 5533name = "emojis"
 5534version = "0.6.4"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5537dependencies = [
 5538 "phf 0.11.3",
 5539]
 5540
 5541[[package]]
 5542name = "encode_unicode"
 5543version = "1.0.0"
 5544source = "registry+https://github.com/rust-lang/crates.io-index"
 5545checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5546
 5547[[package]]
 5548name = "encoding_rs"
 5549version = "0.8.35"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5552dependencies = [
 5553 "cfg-if",
 5554]
 5555
 5556[[package]]
 5557name = "encoding_selector"
 5558version = "0.1.0"
 5559dependencies = [
 5560 "editor",
 5561 "encoding_rs",
 5562 "fuzzy",
 5563 "gpui",
 5564 "language",
 5565 "picker",
 5566 "project",
 5567 "ui",
 5568 "util",
 5569 "workspace",
 5570]
 5571
 5572[[package]]
 5573name = "endi"
 5574version = "1.1.0"
 5575source = "registry+https://github.com/rust-lang/crates.io-index"
 5576checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5577
 5578[[package]]
 5579name = "enum-as-inner"
 5580version = "0.6.1"
 5581source = "registry+https://github.com/rust-lang/crates.io-index"
 5582checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5583dependencies = [
 5584 "heck 0.5.0",
 5585 "proc-macro2",
 5586 "quote",
 5587 "syn 2.0.117",
 5588]
 5589
 5590[[package]]
 5591name = "enumflags2"
 5592version = "0.7.12"
 5593source = "registry+https://github.com/rust-lang/crates.io-index"
 5594checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5595dependencies = [
 5596 "enumflags2_derive",
 5597 "serde",
 5598]
 5599
 5600[[package]]
 5601name = "enumflags2_derive"
 5602version = "0.7.12"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5605dependencies = [
 5606 "proc-macro2",
 5607 "quote",
 5608 "syn 2.0.117",
 5609]
 5610
 5611[[package]]
 5612name = "env_filter"
 5613version = "0.1.4"
 5614source = "registry+https://github.com/rust-lang/crates.io-index"
 5615checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5616dependencies = [
 5617 "log",
 5618 "regex",
 5619]
 5620
 5621[[package]]
 5622name = "env_logger"
 5623version = "0.10.2"
 5624source = "registry+https://github.com/rust-lang/crates.io-index"
 5625checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5626dependencies = [
 5627 "humantime",
 5628 "is-terminal",
 5629 "log",
 5630 "regex",
 5631 "termcolor",
 5632]
 5633
 5634[[package]]
 5635name = "env_logger"
 5636version = "0.11.8"
 5637source = "registry+https://github.com/rust-lang/crates.io-index"
 5638checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5639dependencies = [
 5640 "anstream",
 5641 "anstyle",
 5642 "env_filter",
 5643 "jiff",
 5644 "log",
 5645]
 5646
 5647[[package]]
 5648name = "env_var"
 5649version = "0.1.0"
 5650dependencies = [
 5651 "gpui_shared_string",
 5652]
 5653
 5654[[package]]
 5655name = "envy"
 5656version = "0.4.2"
 5657source = "registry+https://github.com/rust-lang/crates.io-index"
 5658checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5659dependencies = [
 5660 "serde",
 5661]
 5662
 5663[[package]]
 5664name = "equator"
 5665version = "0.4.2"
 5666source = "registry+https://github.com/rust-lang/crates.io-index"
 5667checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5668dependencies = [
 5669 "equator-macro",
 5670]
 5671
 5672[[package]]
 5673name = "equator-macro"
 5674version = "0.4.2"
 5675source = "registry+https://github.com/rust-lang/crates.io-index"
 5676checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5677dependencies = [
 5678 "proc-macro2",
 5679 "quote",
 5680 "syn 2.0.117",
 5681]
 5682
 5683[[package]]
 5684name = "equivalent"
 5685version = "1.0.2"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5688
 5689[[package]]
 5690name = "erased-serde"
 5691version = "0.4.9"
 5692source = "registry+https://github.com/rust-lang/crates.io-index"
 5693checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5694dependencies = [
 5695 "serde",
 5696 "serde_core",
 5697 "typeid",
 5698]
 5699
 5700[[package]]
 5701name = "errno"
 5702version = "0.2.8"
 5703source = "registry+https://github.com/rust-lang/crates.io-index"
 5704checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5705dependencies = [
 5706 "errno-dragonfly",
 5707 "libc",
 5708 "winapi",
 5709]
 5710
 5711[[package]]
 5712name = "errno"
 5713version = "0.3.14"
 5714source = "registry+https://github.com/rust-lang/crates.io-index"
 5715checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5716dependencies = [
 5717 "libc",
 5718 "windows-sys 0.61.2",
 5719]
 5720
 5721[[package]]
 5722name = "errno-dragonfly"
 5723version = "0.1.2"
 5724source = "registry+https://github.com/rust-lang/crates.io-index"
 5725checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5726dependencies = [
 5727 "cc",
 5728 "libc",
 5729]
 5730
 5731[[package]]
 5732name = "error-graph"
 5733version = "0.1.1"
 5734source = "registry+https://github.com/rust-lang/crates.io-index"
 5735checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5736dependencies = [
 5737 "serde",
 5738]
 5739
 5740[[package]]
 5741name = "etagere"
 5742version = "0.2.15"
 5743source = "registry+https://github.com/rust-lang/crates.io-index"
 5744checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5745dependencies = [
 5746 "euclid",
 5747 "svg_fmt",
 5748]
 5749
 5750[[package]]
 5751name = "etcetera"
 5752version = "0.8.0"
 5753source = "registry+https://github.com/rust-lang/crates.io-index"
 5754checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5755dependencies = [
 5756 "cfg-if",
 5757 "home",
 5758 "windows-sys 0.48.0",
 5759]
 5760
 5761[[package]]
 5762name = "etw_tracing"
 5763version = "0.1.0"
 5764dependencies = [
 5765 "anyhow",
 5766 "gpui",
 5767 "log",
 5768 "net",
 5769 "serde",
 5770 "serde_json",
 5771 "util",
 5772 "windows 0.61.3",
 5773 "windows-core 0.61.2",
 5774 "workspace",
 5775 "wprcontrol",
 5776]
 5777
 5778[[package]]
 5779name = "euclid"
 5780version = "0.22.11"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5783dependencies = [
 5784 "num-traits",
 5785]
 5786
 5787[[package]]
 5788name = "eval_cli"
 5789version = "0.1.0"
 5790dependencies = [
 5791 "acp_thread",
 5792 "agent",
 5793 "agent-client-protocol",
 5794 "agent_ui",
 5795 "anyhow",
 5796 "clap",
 5797 "client",
 5798 "ctrlc",
 5799 "db",
 5800 "debug_adapter_extension",
 5801 "env_logger 0.11.8",
 5802 "extension",
 5803 "feature_flags",
 5804 "fs",
 5805 "futures 0.3.32",
 5806 "gpui",
 5807 "gpui_platform",
 5808 "gpui_tokio",
 5809 "language",
 5810 "language_extension",
 5811 "language_model",
 5812 "language_models",
 5813 "languages",
 5814 "node_runtime",
 5815 "paths",
 5816 "project",
 5817 "prompt_store",
 5818 "release_channel",
 5819 "reqwest_client",
 5820 "serde",
 5821 "serde_json",
 5822 "settings",
 5823 "shellexpand 2.1.2",
 5824 "terminal_view",
 5825 "util",
 5826 "watch",
 5827]
 5828
 5829[[package]]
 5830name = "eval_utils"
 5831version = "0.1.0"
 5832dependencies = [
 5833 "gpui_platform",
 5834 "serde",
 5835 "smol",
 5836]
 5837
 5838[[package]]
 5839name = "event-listener"
 5840version = "2.5.3"
 5841source = "registry+https://github.com/rust-lang/crates.io-index"
 5842checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5843
 5844[[package]]
 5845name = "event-listener"
 5846version = "5.4.1"
 5847source = "registry+https://github.com/rust-lang/crates.io-index"
 5848checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5849dependencies = [
 5850 "concurrent-queue",
 5851 "parking",
 5852 "pin-project-lite",
 5853]
 5854
 5855[[package]]
 5856name = "event-listener-strategy"
 5857version = "0.5.4"
 5858source = "registry+https://github.com/rust-lang/crates.io-index"
 5859checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5860dependencies = [
 5861 "event-listener 5.4.1",
 5862 "pin-project-lite",
 5863]
 5864
 5865[[package]]
 5866name = "exec"
 5867version = "0.3.1"
 5868source = "registry+https://github.com/rust-lang/crates.io-index"
 5869checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5870dependencies = [
 5871 "errno 0.2.8",
 5872 "libc",
 5873]
 5874
 5875[[package]]
 5876name = "explorer_command_injector"
 5877version = "0.1.0"
 5878dependencies = [
 5879 "windows 0.61.3",
 5880 "windows-core 0.61.2",
 5881 "windows-registry 0.5.3",
 5882]
 5883
 5884[[package]]
 5885name = "exr"
 5886version = "1.73.0"
 5887source = "registry+https://github.com/rust-lang/crates.io-index"
 5888checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5889dependencies = [
 5890 "bit_field",
 5891 "half",
 5892 "lebe",
 5893 "miniz_oxide",
 5894 "rayon-core",
 5895 "smallvec",
 5896 "zune-inflate",
 5897]
 5898
 5899[[package]]
 5900name = "extended"
 5901version = "0.1.0"
 5902source = "registry+https://github.com/rust-lang/crates.io-index"
 5903checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5904
 5905[[package]]
 5906name = "extension"
 5907version = "0.1.0"
 5908dependencies = [
 5909 "anyhow",
 5910 "async-trait",
 5911 "cloud_api_types",
 5912 "collections",
 5913 "dap",
 5914 "fs",
 5915 "futures 0.3.32",
 5916 "gpui",
 5917 "heck 0.5.0",
 5918 "http_client",
 5919 "indoc",
 5920 "language",
 5921 "log",
 5922 "lsp",
 5923 "parking_lot",
 5924 "pretty_assertions",
 5925 "proto",
 5926 "semver",
 5927 "serde",
 5928 "serde_json",
 5929 "task",
 5930 "tempfile",
 5931 "toml 0.8.23",
 5932 "tracing",
 5933 "url",
 5934 "util",
 5935 "wasm-encoder 0.221.3",
 5936 "wasmparser 0.221.3",
 5937 "ztracing",
 5938]
 5939
 5940[[package]]
 5941name = "extension_cli"
 5942version = "0.1.0"
 5943dependencies = [
 5944 "anyhow",
 5945 "clap",
 5946 "cloud_api_types",
 5947 "env_logger 0.11.8",
 5948 "extension",
 5949 "fs",
 5950 "gpui_platform",
 5951 "language",
 5952 "log",
 5953 "reqwest_client",
 5954 "serde",
 5955 "serde_json",
 5956 "serde_json_lenient",
 5957 "settings_content",
 5958 "snippet_provider",
 5959 "task",
 5960 "theme_settings",
 5961 "tokio",
 5962 "toml 0.8.23",
 5963 "tree-sitter",
 5964 "wasmtime",
 5965]
 5966
 5967[[package]]
 5968name = "extension_host"
 5969version = "0.1.0"
 5970dependencies = [
 5971 "anyhow",
 5972 "async-compression",
 5973 "async-tar",
 5974 "async-trait",
 5975 "client",
 5976 "cloud_api_types",
 5977 "collections",
 5978 "criterion",
 5979 "ctor",
 5980 "dap",
 5981 "extension",
 5982 "fs",
 5983 "futures 0.3.32",
 5984 "gpui",
 5985 "gpui_tokio",
 5986 "http_client",
 5987 "language",
 5988 "language_extension",
 5989 "log",
 5990 "lsp",
 5991 "moka",
 5992 "node_runtime",
 5993 "parking_lot",
 5994 "paths",
 5995 "project",
 5996 "release_channel",
 5997 "remote",
 5998 "reqwest_client",
 5999 "semver",
 6000 "serde",
 6001 "serde_json",
 6002 "serde_json_lenient",
 6003 "settings",
 6004 "task",
 6005 "telemetry",
 6006 "tempfile",
 6007 "theme",
 6008 "theme_extension",
 6009 "theme_settings",
 6010 "toml 0.8.23",
 6011 "tracing",
 6012 "url",
 6013 "util",
 6014 "wasmparser 0.221.3",
 6015 "wasmtime",
 6016 "wasmtime-wasi",
 6017 "zlog",
 6018 "ztracing",
 6019]
 6020
 6021[[package]]
 6022name = "extensions_ui"
 6023version = "0.1.0"
 6024dependencies = [
 6025 "anyhow",
 6026 "client",
 6027 "cloud_api_types",
 6028 "collections",
 6029 "db",
 6030 "editor",
 6031 "extension",
 6032 "extension_host",
 6033 "fs",
 6034 "fuzzy",
 6035 "gpui",
 6036 "language",
 6037 "log",
 6038 "num-format",
 6039 "picker",
 6040 "project",
 6041 "release_channel",
 6042 "semver",
 6043 "serde",
 6044 "settings",
 6045 "smallvec",
 6046 "strum 0.27.2",
 6047 "telemetry",
 6048 "theme_settings",
 6049 "ui",
 6050 "util",
 6051 "vim_mode_setting",
 6052 "workspace",
 6053 "zed_actions",
 6054]
 6055
 6056[[package]]
 6057name = "failspot"
 6058version = "0.2.0"
 6059source = "registry+https://github.com/rust-lang/crates.io-index"
 6060checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6061
 6062[[package]]
 6063name = "fallible-iterator"
 6064version = "0.3.0"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6067
 6068[[package]]
 6069name = "fancy-regex"
 6070version = "0.16.2"
 6071source = "registry+https://github.com/rust-lang/crates.io-index"
 6072checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6073dependencies = [
 6074 "bit-set 0.8.0",
 6075 "regex-automata",
 6076 "regex-syntax",
 6077]
 6078
 6079[[package]]
 6080name = "fancy-regex"
 6081version = "0.17.0"
 6082source = "registry+https://github.com/rust-lang/crates.io-index"
 6083checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6084dependencies = [
 6085 "bit-set 0.8.0",
 6086 "regex-automata",
 6087 "regex-syntax",
 6088]
 6089
 6090[[package]]
 6091name = "fast-srgb8"
 6092version = "1.0.0"
 6093source = "registry+https://github.com/rust-lang/crates.io-index"
 6094checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6095
 6096[[package]]
 6097name = "fastrand"
 6098version = "1.9.0"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6101dependencies = [
 6102 "instant",
 6103]
 6104
 6105[[package]]
 6106name = "fastrand"
 6107version = "2.3.0"
 6108source = "registry+https://github.com/rust-lang/crates.io-index"
 6109checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6110
 6111[[package]]
 6112name = "fax"
 6113version = "0.2.6"
 6114source = "registry+https://github.com/rust-lang/crates.io-index"
 6115checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6116dependencies = [
 6117 "fax_derive",
 6118]
 6119
 6120[[package]]
 6121name = "fax_derive"
 6122version = "0.2.0"
 6123source = "registry+https://github.com/rust-lang/crates.io-index"
 6124checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6125dependencies = [
 6126 "proc-macro2",
 6127 "quote",
 6128 "syn 2.0.117",
 6129]
 6130
 6131[[package]]
 6132name = "fd-lock"
 6133version = "4.0.4"
 6134source = "registry+https://github.com/rust-lang/crates.io-index"
 6135checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6136dependencies = [
 6137 "cfg-if",
 6138 "rustix 1.1.2",
 6139 "windows-sys 0.59.0",
 6140]
 6141
 6142[[package]]
 6143name = "fdeflate"
 6144version = "0.3.7"
 6145source = "registry+https://github.com/rust-lang/crates.io-index"
 6146checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6147dependencies = [
 6148 "simd-adler32",
 6149]
 6150
 6151[[package]]
 6152name = "feature_flags"
 6153version = "0.1.0"
 6154dependencies = [
 6155 "gpui",
 6156]
 6157
 6158[[package]]
 6159name = "feedback"
 6160version = "0.1.0"
 6161dependencies = [
 6162 "gpui",
 6163 "system_specs",
 6164 "urlencoding",
 6165 "util",
 6166 "workspace",
 6167 "zed_actions",
 6168]
 6169
 6170[[package]]
 6171name = "ff"
 6172version = "0.12.1"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6175dependencies = [
 6176 "rand_core 0.6.4",
 6177 "subtle",
 6178]
 6179
 6180[[package]]
 6181name = "file_finder"
 6182version = "0.1.0"
 6183dependencies = [
 6184 "anyhow",
 6185 "channel",
 6186 "client",
 6187 "collections",
 6188 "ctor",
 6189 "editor",
 6190 "file_icons",
 6191 "futures 0.3.32",
 6192 "fuzzy",
 6193 "fuzzy_nucleo",
 6194 "gpui",
 6195 "menu",
 6196 "open_path_prompt",
 6197 "picker",
 6198 "pretty_assertions",
 6199 "project",
 6200 "project_panel",
 6201 "remote_connection",
 6202 "serde",
 6203 "serde_json",
 6204 "settings",
 6205 "theme",
 6206 "theme_settings",
 6207 "ui",
 6208 "util",
 6209 "workspace",
 6210 "zed_actions",
 6211 "zlog",
 6212]
 6213
 6214[[package]]
 6215name = "file_icons"
 6216version = "0.1.0"
 6217dependencies = [
 6218 "gpui",
 6219 "serde",
 6220 "theme",
 6221 "util",
 6222]
 6223
 6224[[package]]
 6225name = "filedescriptor"
 6226version = "0.8.3"
 6227source = "registry+https://github.com/rust-lang/crates.io-index"
 6228checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6229dependencies = [
 6230 "libc",
 6231 "thiserror 1.0.69",
 6232 "winapi",
 6233]
 6234
 6235[[package]]
 6236name = "filetime"
 6237version = "0.2.26"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6240dependencies = [
 6241 "cfg-if",
 6242 "libc",
 6243 "libredox",
 6244 "windows-sys 0.60.2",
 6245]
 6246
 6247[[package]]
 6248name = "find-msvc-tools"
 6249version = "0.1.5"
 6250source = "registry+https://github.com/rust-lang/crates.io-index"
 6251checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6252
 6253[[package]]
 6254name = "fixedbitset"
 6255version = "0.4.2"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6258
 6259[[package]]
 6260name = "fixedbitset"
 6261version = "0.5.7"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6264
 6265[[package]]
 6266name = "flate2"
 6267version = "1.1.8"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6270dependencies = [
 6271 "crc32fast",
 6272 "miniz_oxide",
 6273]
 6274
 6275[[package]]
 6276name = "float-cmp"
 6277version = "0.9.0"
 6278source = "registry+https://github.com/rust-lang/crates.io-index"
 6279checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6280
 6281[[package]]
 6282name = "float-ord"
 6283version = "0.3.2"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6286
 6287[[package]]
 6288name = "float8"
 6289version = "0.4.2"
 6290source = "registry+https://github.com/rust-lang/crates.io-index"
 6291checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6292dependencies = [
 6293 "half",
 6294 "num-traits",
 6295 "rand 0.9.2",
 6296 "rand_distr",
 6297]
 6298
 6299[[package]]
 6300name = "float_next_after"
 6301version = "1.0.0"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6304
 6305[[package]]
 6306name = "fluent-uri"
 6307version = "0.4.1"
 6308source = "registry+https://github.com/rust-lang/crates.io-index"
 6309checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6310dependencies = [
 6311 "borrow-or-share",
 6312 "ref-cast",
 6313 "serde",
 6314]
 6315
 6316[[package]]
 6317name = "flume"
 6318version = "0.11.1"
 6319source = "registry+https://github.com/rust-lang/crates.io-index"
 6320checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6321dependencies = [
 6322 "futures-core",
 6323 "futures-sink",
 6324 "nanorand",
 6325 "spin 0.9.8",
 6326]
 6327
 6328[[package]]
 6329name = "fnv"
 6330version = "1.0.7"
 6331source = "registry+https://github.com/rust-lang/crates.io-index"
 6332checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6333
 6334[[package]]
 6335name = "foldhash"
 6336version = "0.1.5"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6339
 6340[[package]]
 6341name = "foldhash"
 6342version = "0.2.0"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6345
 6346[[package]]
 6347name = "font-types"
 6348version = "0.10.0"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6351dependencies = [
 6352 "bytemuck",
 6353]
 6354
 6355[[package]]
 6356name = "font-types"
 6357version = "0.11.0"
 6358source = "registry+https://github.com/rust-lang/crates.io-index"
 6359checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6360dependencies = [
 6361 "bytemuck",
 6362]
 6363
 6364[[package]]
 6365name = "fontconfig-parser"
 6366version = "0.5.8"
 6367source = "registry+https://github.com/rust-lang/crates.io-index"
 6368checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6369dependencies = [
 6370 "roxmltree",
 6371]
 6372
 6373[[package]]
 6374name = "fontdb"
 6375version = "0.16.2"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6378dependencies = [
 6379 "fontconfig-parser",
 6380 "log",
 6381 "memmap2",
 6382 "slotmap",
 6383 "tinyvec",
 6384 "ttf-parser 0.20.0",
 6385]
 6386
 6387[[package]]
 6388name = "fontdb"
 6389version = "0.23.0"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6392dependencies = [
 6393 "fontconfig-parser",
 6394 "log",
 6395 "memmap2",
 6396 "slotmap",
 6397 "tinyvec",
 6398 "ttf-parser 0.25.1",
 6399]
 6400
 6401[[package]]
 6402name = "foreign-types"
 6403version = "0.3.2"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6406dependencies = [
 6407 "foreign-types-shared 0.1.1",
 6408]
 6409
 6410[[package]]
 6411name = "foreign-types"
 6412version = "0.5.0"
 6413source = "registry+https://github.com/rust-lang/crates.io-index"
 6414checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6415dependencies = [
 6416 "foreign-types-macros",
 6417 "foreign-types-shared 0.3.1",
 6418]
 6419
 6420[[package]]
 6421name = "foreign-types-macros"
 6422version = "0.2.3"
 6423source = "registry+https://github.com/rust-lang/crates.io-index"
 6424checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6425dependencies = [
 6426 "proc-macro2",
 6427 "quote",
 6428 "syn 2.0.117",
 6429]
 6430
 6431[[package]]
 6432name = "foreign-types-shared"
 6433version = "0.1.1"
 6434source = "registry+https://github.com/rust-lang/crates.io-index"
 6435checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6436
 6437[[package]]
 6438name = "foreign-types-shared"
 6439version = "0.3.1"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6442
 6443[[package]]
 6444name = "fork"
 6445version = "0.4.0"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6448dependencies = [
 6449 "libc",
 6450]
 6451
 6452[[package]]
 6453name = "form_urlencoded"
 6454version = "1.2.2"
 6455source = "registry+https://github.com/rust-lang/crates.io-index"
 6456checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6457dependencies = [
 6458 "percent-encoding",
 6459]
 6460
 6461[[package]]
 6462name = "fraction"
 6463version = "0.15.3"
 6464source = "registry+https://github.com/rust-lang/crates.io-index"
 6465checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6466dependencies = [
 6467 "lazy_static",
 6468 "num",
 6469]
 6470
 6471[[package]]
 6472name = "freetype-sys"
 6473version = "0.20.1"
 6474source = "registry+https://github.com/rust-lang/crates.io-index"
 6475checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6476dependencies = [
 6477 "cc",
 6478 "libc",
 6479 "pkg-config",
 6480]
 6481
 6482[[package]]
 6483name = "fs"
 6484version = "0.1.0"
 6485dependencies = [
 6486 "anyhow",
 6487 "ashpd",
 6488 "async-tar",
 6489 "async-trait",
 6490 "cocoa 0.26.0",
 6491 "collections",
 6492 "dunce",
 6493 "fs",
 6494 "futures 0.3.32",
 6495 "git",
 6496 "gpui",
 6497 "ignore",
 6498 "is_executable",
 6499 "libc",
 6500 "log",
 6501 "notify 8.2.0",
 6502 "objc",
 6503 "parking_lot",
 6504 "paths",
 6505 "proto",
 6506 "rope",
 6507 "serde",
 6508 "serde_json",
 6509 "smol",
 6510 "tempfile",
 6511 "text",
 6512 "time",
 6513 "util",
 6514 "windows 0.61.3",
 6515]
 6516
 6517[[package]]
 6518name = "fs-set-times"
 6519version = "0.20.3"
 6520source = "registry+https://github.com/rust-lang/crates.io-index"
 6521checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6522dependencies = [
 6523 "io-lifetimes",
 6524 "rustix 1.1.2",
 6525 "windows-sys 0.59.0",
 6526]
 6527
 6528[[package]]
 6529name = "fs2"
 6530version = "0.4.3"
 6531source = "registry+https://github.com/rust-lang/crates.io-index"
 6532checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6533dependencies = [
 6534 "libc",
 6535 "winapi",
 6536]
 6537
 6538[[package]]
 6539name = "fs_benchmarks"
 6540version = "0.1.0"
 6541dependencies = [
 6542 "fs",
 6543 "gpui",
 6544 "gpui_platform",
 6545]
 6546
 6547[[package]]
 6548name = "fs_extra"
 6549version = "1.3.0"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6552
 6553[[package]]
 6554name = "fsevent-sys"
 6555version = "4.1.0"
 6556source = "registry+https://github.com/rust-lang/crates.io-index"
 6557checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6558dependencies = [
 6559 "libc",
 6560]
 6561
 6562[[package]]
 6563name = "fuchsia-cprng"
 6564version = "0.1.1"
 6565source = "registry+https://github.com/rust-lang/crates.io-index"
 6566checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6567
 6568[[package]]
 6569name = "funty"
 6570version = "2.0.0"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6573
 6574[[package]]
 6575name = "futf"
 6576version = "0.1.5"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6579dependencies = [
 6580 "mac",
 6581 "new_debug_unreachable",
 6582]
 6583
 6584[[package]]
 6585name = "futures"
 6586version = "0.1.31"
 6587source = "registry+https://github.com/rust-lang/crates.io-index"
 6588checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6589
 6590[[package]]
 6591name = "futures"
 6592version = "0.3.32"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6595dependencies = [
 6596 "futures-channel",
 6597 "futures-core",
 6598 "futures-executor",
 6599 "futures-io",
 6600 "futures-sink",
 6601 "futures-task",
 6602 "futures-util",
 6603]
 6604
 6605[[package]]
 6606name = "futures-channel"
 6607version = "0.3.32"
 6608source = "registry+https://github.com/rust-lang/crates.io-index"
 6609checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6610dependencies = [
 6611 "futures-core",
 6612 "futures-sink",
 6613]
 6614
 6615[[package]]
 6616name = "futures-concurrency"
 6617version = "7.7.1"
 6618source = "registry+https://github.com/rust-lang/crates.io-index"
 6619checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6620dependencies = [
 6621 "fixedbitset 0.5.7",
 6622 "futures-core",
 6623 "futures-lite 2.6.1",
 6624 "pin-project",
 6625 "smallvec",
 6626]
 6627
 6628[[package]]
 6629name = "futures-core"
 6630version = "0.3.32"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6633
 6634[[package]]
 6635name = "futures-executor"
 6636version = "0.3.32"
 6637source = "registry+https://github.com/rust-lang/crates.io-index"
 6638checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6639dependencies = [
 6640 "futures-core",
 6641 "futures-task",
 6642 "futures-util",
 6643]
 6644
 6645[[package]]
 6646name = "futures-intrusive"
 6647version = "0.5.0"
 6648source = "registry+https://github.com/rust-lang/crates.io-index"
 6649checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6650dependencies = [
 6651 "futures-core",
 6652 "lock_api",
 6653 "parking_lot",
 6654]
 6655
 6656[[package]]
 6657name = "futures-io"
 6658version = "0.3.32"
 6659source = "registry+https://github.com/rust-lang/crates.io-index"
 6660checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6661
 6662[[package]]
 6663name = "futures-lite"
 6664version = "1.13.0"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6667dependencies = [
 6668 "fastrand 1.9.0",
 6669 "futures-core",
 6670 "futures-io",
 6671 "memchr",
 6672 "parking",
 6673 "pin-project-lite",
 6674 "waker-fn",
 6675]
 6676
 6677[[package]]
 6678name = "futures-lite"
 6679version = "2.6.1"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6682dependencies = [
 6683 "fastrand 2.3.0",
 6684 "futures-core",
 6685 "futures-io",
 6686 "parking",
 6687 "pin-project-lite",
 6688]
 6689
 6690[[package]]
 6691name = "futures-macro"
 6692version = "0.3.32"
 6693source = "registry+https://github.com/rust-lang/crates.io-index"
 6694checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6695dependencies = [
 6696 "proc-macro2",
 6697 "quote",
 6698 "syn 2.0.117",
 6699]
 6700
 6701[[package]]
 6702name = "futures-sink"
 6703version = "0.3.32"
 6704source = "registry+https://github.com/rust-lang/crates.io-index"
 6705checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6706
 6707[[package]]
 6708name = "futures-task"
 6709version = "0.3.32"
 6710source = "registry+https://github.com/rust-lang/crates.io-index"
 6711checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6712
 6713[[package]]
 6714name = "futures-util"
 6715version = "0.3.32"
 6716source = "registry+https://github.com/rust-lang/crates.io-index"
 6717checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6718dependencies = [
 6719 "futures 0.1.31",
 6720 "futures-channel",
 6721 "futures-core",
 6722 "futures-io",
 6723 "futures-macro",
 6724 "futures-sink",
 6725 "futures-task",
 6726 "libc",
 6727 "memchr",
 6728 "pin-project-lite",
 6729 "slab",
 6730 "tokio-io",
 6731]
 6732
 6733[[package]]
 6734name = "fuzzy"
 6735version = "0.1.0"
 6736dependencies = [
 6737 "gpui",
 6738 "log",
 6739 "util",
 6740]
 6741
 6742[[package]]
 6743name = "fuzzy-matcher"
 6744version = "0.3.7"
 6745source = "registry+https://github.com/rust-lang/crates.io-index"
 6746checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6747dependencies = [
 6748 "thread_local",
 6749]
 6750
 6751[[package]]
 6752name = "fuzzy_nucleo"
 6753version = "0.1.0"
 6754dependencies = [
 6755 "gpui",
 6756 "nucleo",
 6757 "util",
 6758]
 6759
 6760[[package]]
 6761name = "gaoya"
 6762version = "0.2.0"
 6763source = "registry+https://github.com/rust-lang/crates.io-index"
 6764checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6765dependencies = [
 6766 "ahash 0.8.12",
 6767 "crossbeam-utils",
 6768 "fnv",
 6769 "itertools 0.10.5",
 6770 "num-traits",
 6771 "rand 0.8.5",
 6772 "rand_pcg",
 6773 "random_choice",
 6774 "rayon",
 6775 "seahash",
 6776 "sha-1",
 6777 "shingles",
 6778 "siphasher 0.3.11",
 6779 "smallvec",
 6780 "triomphe",
 6781]
 6782
 6783[[package]]
 6784name = "gemm"
 6785version = "0.17.1"
 6786source = "registry+https://github.com/rust-lang/crates.io-index"
 6787checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6788dependencies = [
 6789 "dyn-stack 0.10.0",
 6790 "gemm-c32 0.17.1",
 6791 "gemm-c64 0.17.1",
 6792 "gemm-common 0.17.1",
 6793 "gemm-f16 0.17.1",
 6794 "gemm-f32 0.17.1",
 6795 "gemm-f64 0.17.1",
 6796 "num-complex",
 6797 "num-traits",
 6798 "paste",
 6799 "raw-cpuid 10.7.0",
 6800 "seq-macro",
 6801]
 6802
 6803[[package]]
 6804name = "gemm"
 6805version = "0.18.2"
 6806source = "registry+https://github.com/rust-lang/crates.io-index"
 6807checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6808dependencies = [
 6809 "dyn-stack 0.13.2",
 6810 "gemm-c32 0.18.2",
 6811 "gemm-c64 0.18.2",
 6812 "gemm-common 0.18.2",
 6813 "gemm-f16 0.18.2",
 6814 "gemm-f32 0.18.2",
 6815 "gemm-f64 0.18.2",
 6816 "num-complex",
 6817 "num-traits",
 6818 "paste",
 6819 "raw-cpuid 11.6.0",
 6820 "seq-macro",
 6821]
 6822
 6823[[package]]
 6824name = "gemm-c32"
 6825version = "0.17.1"
 6826source = "registry+https://github.com/rust-lang/crates.io-index"
 6827checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6828dependencies = [
 6829 "dyn-stack 0.10.0",
 6830 "gemm-common 0.17.1",
 6831 "num-complex",
 6832 "num-traits",
 6833 "paste",
 6834 "raw-cpuid 10.7.0",
 6835 "seq-macro",
 6836]
 6837
 6838[[package]]
 6839name = "gemm-c32"
 6840version = "0.18.2"
 6841source = "registry+https://github.com/rust-lang/crates.io-index"
 6842checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6843dependencies = [
 6844 "dyn-stack 0.13.2",
 6845 "gemm-common 0.18.2",
 6846 "num-complex",
 6847 "num-traits",
 6848 "paste",
 6849 "raw-cpuid 11.6.0",
 6850 "seq-macro",
 6851]
 6852
 6853[[package]]
 6854name = "gemm-c64"
 6855version = "0.17.1"
 6856source = "registry+https://github.com/rust-lang/crates.io-index"
 6857checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6858dependencies = [
 6859 "dyn-stack 0.10.0",
 6860 "gemm-common 0.17.1",
 6861 "num-complex",
 6862 "num-traits",
 6863 "paste",
 6864 "raw-cpuid 10.7.0",
 6865 "seq-macro",
 6866]
 6867
 6868[[package]]
 6869name = "gemm-c64"
 6870version = "0.18.2"
 6871source = "registry+https://github.com/rust-lang/crates.io-index"
 6872checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6873dependencies = [
 6874 "dyn-stack 0.13.2",
 6875 "gemm-common 0.18.2",
 6876 "num-complex",
 6877 "num-traits",
 6878 "paste",
 6879 "raw-cpuid 11.6.0",
 6880 "seq-macro",
 6881]
 6882
 6883[[package]]
 6884name = "gemm-common"
 6885version = "0.17.1"
 6886source = "registry+https://github.com/rust-lang/crates.io-index"
 6887checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6888dependencies = [
 6889 "bytemuck",
 6890 "dyn-stack 0.10.0",
 6891 "half",
 6892 "num-complex",
 6893 "num-traits",
 6894 "once_cell",
 6895 "paste",
 6896 "pulp 0.18.22",
 6897 "raw-cpuid 10.7.0",
 6898 "rayon",
 6899 "seq-macro",
 6900 "sysctl 0.5.5",
 6901]
 6902
 6903[[package]]
 6904name = "gemm-common"
 6905version = "0.18.2"
 6906source = "registry+https://github.com/rust-lang/crates.io-index"
 6907checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6908dependencies = [
 6909 "bytemuck",
 6910 "dyn-stack 0.13.2",
 6911 "half",
 6912 "libm",
 6913 "num-complex",
 6914 "num-traits",
 6915 "once_cell",
 6916 "paste",
 6917 "pulp 0.21.5",
 6918 "raw-cpuid 11.6.0",
 6919 "rayon",
 6920 "seq-macro",
 6921 "sysctl 0.6.0",
 6922]
 6923
 6924[[package]]
 6925name = "gemm-f16"
 6926version = "0.17.1"
 6927source = "registry+https://github.com/rust-lang/crates.io-index"
 6928checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6929dependencies = [
 6930 "dyn-stack 0.10.0",
 6931 "gemm-common 0.17.1",
 6932 "gemm-f32 0.17.1",
 6933 "half",
 6934 "num-complex",
 6935 "num-traits",
 6936 "paste",
 6937 "raw-cpuid 10.7.0",
 6938 "rayon",
 6939 "seq-macro",
 6940]
 6941
 6942[[package]]
 6943name = "gemm-f16"
 6944version = "0.18.2"
 6945source = "registry+https://github.com/rust-lang/crates.io-index"
 6946checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6947dependencies = [
 6948 "dyn-stack 0.13.2",
 6949 "gemm-common 0.18.2",
 6950 "gemm-f32 0.18.2",
 6951 "half",
 6952 "num-complex",
 6953 "num-traits",
 6954 "paste",
 6955 "raw-cpuid 11.6.0",
 6956 "rayon",
 6957 "seq-macro",
 6958]
 6959
 6960[[package]]
 6961name = "gemm-f32"
 6962version = "0.17.1"
 6963source = "registry+https://github.com/rust-lang/crates.io-index"
 6964checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6965dependencies = [
 6966 "dyn-stack 0.10.0",
 6967 "gemm-common 0.17.1",
 6968 "num-complex",
 6969 "num-traits",
 6970 "paste",
 6971 "raw-cpuid 10.7.0",
 6972 "seq-macro",
 6973]
 6974
 6975[[package]]
 6976name = "gemm-f32"
 6977version = "0.18.2"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6980dependencies = [
 6981 "dyn-stack 0.13.2",
 6982 "gemm-common 0.18.2",
 6983 "num-complex",
 6984 "num-traits",
 6985 "paste",
 6986 "raw-cpuid 11.6.0",
 6987 "seq-macro",
 6988]
 6989
 6990[[package]]
 6991name = "gemm-f64"
 6992version = "0.17.1"
 6993source = "registry+https://github.com/rust-lang/crates.io-index"
 6994checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6995dependencies = [
 6996 "dyn-stack 0.10.0",
 6997 "gemm-common 0.17.1",
 6998 "num-complex",
 6999 "num-traits",
 7000 "paste",
 7001 "raw-cpuid 10.7.0",
 7002 "seq-macro",
 7003]
 7004
 7005[[package]]
 7006name = "gemm-f64"
 7007version = "0.18.2"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7010dependencies = [
 7011 "dyn-stack 0.13.2",
 7012 "gemm-common 0.18.2",
 7013 "num-complex",
 7014 "num-traits",
 7015 "paste",
 7016 "raw-cpuid 11.6.0",
 7017 "seq-macro",
 7018]
 7019
 7020[[package]]
 7021name = "generator"
 7022version = "0.8.7"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7025dependencies = [
 7026 "cc",
 7027 "cfg-if",
 7028 "libc",
 7029 "log",
 7030 "rustversion",
 7031 "windows 0.61.3",
 7032]
 7033
 7034[[package]]
 7035name = "generic-array"
 7036version = "0.14.7"
 7037source = "registry+https://github.com/rust-lang/crates.io-index"
 7038checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7039dependencies = [
 7040 "typenum",
 7041 "version_check",
 7042]
 7043
 7044[[package]]
 7045name = "gethostname"
 7046version = "1.1.0"
 7047source = "registry+https://github.com/rust-lang/crates.io-index"
 7048checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7049dependencies = [
 7050 "rustix 1.1.2",
 7051 "windows-link 0.2.1",
 7052]
 7053
 7054[[package]]
 7055name = "getrandom"
 7056version = "0.2.16"
 7057source = "registry+https://github.com/rust-lang/crates.io-index"
 7058checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7059dependencies = [
 7060 "cfg-if",
 7061 "js-sys",
 7062 "libc",
 7063 "wasi",
 7064 "wasm-bindgen",
 7065]
 7066
 7067[[package]]
 7068name = "getrandom"
 7069version = "0.3.4"
 7070source = "registry+https://github.com/rust-lang/crates.io-index"
 7071checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7072dependencies = [
 7073 "cfg-if",
 7074 "js-sys",
 7075 "libc",
 7076 "r-efi",
 7077 "wasip2",
 7078 "wasm-bindgen",
 7079]
 7080
 7081[[package]]
 7082name = "getrandom"
 7083version = "0.4.1"
 7084source = "registry+https://github.com/rust-lang/crates.io-index"
 7085checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7086dependencies = [
 7087 "cfg-if",
 7088 "libc",
 7089 "r-efi",
 7090 "wasip2",
 7091 "wasip3",
 7092]
 7093
 7094[[package]]
 7095name = "gh-workflow"
 7096version = "0.8.0"
 7097source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7098dependencies = [
 7099 "async-trait",
 7100 "derive_more",
 7101 "derive_setters",
 7102 "gh-workflow-macros",
 7103 "indexmap",
 7104 "merge",
 7105 "serde",
 7106 "serde_json",
 7107 "serde_yaml",
 7108 "strum_macros 0.27.2",
 7109]
 7110
 7111[[package]]
 7112name = "gh-workflow-macros"
 7113version = "0.8.0"
 7114source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7115dependencies = [
 7116 "heck 0.5.0",
 7117 "quote",
 7118 "syn 2.0.117",
 7119]
 7120
 7121[[package]]
 7122name = "gif"
 7123version = "0.13.3"
 7124source = "registry+https://github.com/rust-lang/crates.io-index"
 7125checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7126dependencies = [
 7127 "color_quant",
 7128 "weezl",
 7129]
 7130
 7131[[package]]
 7132name = "gimli"
 7133version = "0.32.3"
 7134source = "registry+https://github.com/rust-lang/crates.io-index"
 7135checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7136dependencies = [
 7137 "fallible-iterator",
 7138 "indexmap",
 7139 "stable_deref_trait",
 7140]
 7141
 7142[[package]]
 7143name = "gio-sys"
 7144version = "0.21.5"
 7145source = "registry+https://github.com/rust-lang/crates.io-index"
 7146checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7147dependencies = [
 7148 "glib-sys",
 7149 "gobject-sys",
 7150 "libc",
 7151 "system-deps 7.0.7",
 7152 "windows-sys 0.61.2",
 7153]
 7154
 7155[[package]]
 7156name = "git"
 7157version = "0.1.0"
 7158dependencies = [
 7159 "anyhow",
 7160 "askpass",
 7161 "async-trait",
 7162 "collections",
 7163 "derive_more",
 7164 "futures 0.3.32",
 7165 "git2",
 7166 "gpui",
 7167 "http_client",
 7168 "itertools 0.14.0",
 7169 "log",
 7170 "parking_lot",
 7171 "pretty_assertions",
 7172 "rand 0.9.2",
 7173 "regex",
 7174 "rope",
 7175 "schemars",
 7176 "serde",
 7177 "serde_json",
 7178 "smallvec",
 7179 "smol",
 7180 "sum_tree",
 7181 "tempfile",
 7182 "text",
 7183 "thiserror 2.0.17",
 7184 "time",
 7185 "url",
 7186 "urlencoding",
 7187 "util",
 7188 "uuid",
 7189 "ztracing",
 7190]
 7191
 7192[[package]]
 7193name = "git2"
 7194version = "0.20.4"
 7195source = "registry+https://github.com/rust-lang/crates.io-index"
 7196checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7197dependencies = [
 7198 "bitflags 2.10.0",
 7199 "libc",
 7200 "libgit2-sys",
 7201 "log",
 7202 "url",
 7203]
 7204
 7205[[package]]
 7206name = "git_graph"
 7207version = "0.1.0"
 7208dependencies = [
 7209 "anyhow",
 7210 "collections",
 7211 "db",
 7212 "editor",
 7213 "fs",
 7214 "git",
 7215 "git_ui",
 7216 "gpui",
 7217 "language",
 7218 "menu",
 7219 "project",
 7220 "rand 0.9.2",
 7221 "remote_connection",
 7222 "search",
 7223 "serde_json",
 7224 "settings",
 7225 "smallvec",
 7226 "smol",
 7227 "theme",
 7228 "theme_settings",
 7229 "time",
 7230 "ui",
 7231 "workspace",
 7232]
 7233
 7234[[package]]
 7235name = "git_hosting_providers"
 7236version = "0.1.0"
 7237dependencies = [
 7238 "anyhow",
 7239 "async-trait",
 7240 "futures 0.3.32",
 7241 "git",
 7242 "gpui",
 7243 "http_client",
 7244 "indoc",
 7245 "itertools 0.14.0",
 7246 "pretty_assertions",
 7247 "regex",
 7248 "serde",
 7249 "serde_json",
 7250 "settings",
 7251 "url",
 7252 "urlencoding",
 7253 "util",
 7254]
 7255
 7256[[package]]
 7257name = "git_ui"
 7258version = "0.1.0"
 7259dependencies = [
 7260 "agent_settings",
 7261 "anyhow",
 7262 "askpass",
 7263 "buffer_diff",
 7264 "call",
 7265 "collections",
 7266 "component",
 7267 "ctor",
 7268 "db",
 7269 "editor",
 7270 "file_icons",
 7271 "futures 0.3.32",
 7272 "fuzzy",
 7273 "git",
 7274 "gpui",
 7275 "indoc",
 7276 "itertools 0.14.0",
 7277 "language",
 7278 "language_model",
 7279 "linkify",
 7280 "log",
 7281 "markdown",
 7282 "menu",
 7283 "multi_buffer",
 7284 "notifications",
 7285 "panel",
 7286 "picker",
 7287 "pretty_assertions",
 7288 "project",
 7289 "prompt_store",
 7290 "proto",
 7291 "rand 0.9.2",
 7292 "remote",
 7293 "remote_connection",
 7294 "schemars",
 7295 "serde",
 7296 "serde_json",
 7297 "settings",
 7298 "smallvec",
 7299 "smol",
 7300 "strum 0.27.2",
 7301 "telemetry",
 7302 "theme",
 7303 "theme_settings",
 7304 "time",
 7305 "time_format",
 7306 "tracing",
 7307 "ui",
 7308 "ui_input",
 7309 "unindent",
 7310 "util",
 7311 "watch",
 7312 "windows 0.61.3",
 7313 "workspace",
 7314 "zed_actions",
 7315 "zeroize",
 7316 "zlog",
 7317 "ztracing",
 7318]
 7319
 7320[[package]]
 7321name = "gl_generator"
 7322version = "0.14.0"
 7323source = "registry+https://github.com/rust-lang/crates.io-index"
 7324checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7325dependencies = [
 7326 "khronos_api",
 7327 "log",
 7328 "xml-rs",
 7329]
 7330
 7331[[package]]
 7332name = "glib"
 7333version = "0.21.5"
 7334source = "registry+https://github.com/rust-lang/crates.io-index"
 7335checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7336dependencies = [
 7337 "bitflags 2.10.0",
 7338 "futures-channel",
 7339 "futures-core",
 7340 "futures-executor",
 7341 "futures-task",
 7342 "futures-util",
 7343 "gio-sys",
 7344 "glib-macros",
 7345 "glib-sys",
 7346 "gobject-sys",
 7347 "libc",
 7348 "memchr",
 7349 "smallvec",
 7350]
 7351
 7352[[package]]
 7353name = "glib-macros"
 7354version = "0.21.5"
 7355source = "registry+https://github.com/rust-lang/crates.io-index"
 7356checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7357dependencies = [
 7358 "heck 0.5.0",
 7359 "proc-macro-crate",
 7360 "proc-macro2",
 7361 "quote",
 7362 "syn 2.0.117",
 7363]
 7364
 7365[[package]]
 7366name = "glib-sys"
 7367version = "0.21.5"
 7368source = "registry+https://github.com/rust-lang/crates.io-index"
 7369checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7370dependencies = [
 7371 "libc",
 7372 "system-deps 7.0.7",
 7373]
 7374
 7375[[package]]
 7376name = "glob"
 7377version = "0.3.3"
 7378source = "registry+https://github.com/rust-lang/crates.io-index"
 7379checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7380
 7381[[package]]
 7382name = "globset"
 7383version = "0.4.17"
 7384source = "registry+https://github.com/rust-lang/crates.io-index"
 7385checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7386dependencies = [
 7387 "aho-corasick",
 7388 "bstr",
 7389 "log",
 7390 "regex-automata",
 7391 "regex-syntax",
 7392]
 7393
 7394[[package]]
 7395name = "gloo-timers"
 7396version = "0.3.0"
 7397source = "registry+https://github.com/rust-lang/crates.io-index"
 7398checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7399dependencies = [
 7400 "futures-channel",
 7401 "futures-core",
 7402 "js-sys",
 7403 "wasm-bindgen",
 7404]
 7405
 7406[[package]]
 7407name = "glow"
 7408version = "0.17.0"
 7409source = "registry+https://github.com/rust-lang/crates.io-index"
 7410checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7411dependencies = [
 7412 "js-sys",
 7413 "slotmap",
 7414 "wasm-bindgen",
 7415 "web-sys",
 7416]
 7417
 7418[[package]]
 7419name = "glutin_wgl_sys"
 7420version = "0.6.1"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7423dependencies = [
 7424 "gl_generator",
 7425]
 7426
 7427[[package]]
 7428name = "go_to_line"
 7429version = "0.1.0"
 7430dependencies = [
 7431 "editor",
 7432 "gpui",
 7433 "indoc",
 7434 "language",
 7435 "menu",
 7436 "multi_buffer",
 7437 "project",
 7438 "rope",
 7439 "serde",
 7440 "serde_json",
 7441 "settings",
 7442 "text",
 7443 "theme",
 7444 "ui",
 7445 "util",
 7446 "workspace",
 7447]
 7448
 7449[[package]]
 7450name = "gobject-sys"
 7451version = "0.21.5"
 7452source = "registry+https://github.com/rust-lang/crates.io-index"
 7453checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7454dependencies = [
 7455 "glib-sys",
 7456 "libc",
 7457 "system-deps 7.0.7",
 7458]
 7459
 7460[[package]]
 7461name = "goblin"
 7462version = "0.9.3"
 7463source = "registry+https://github.com/rust-lang/crates.io-index"
 7464checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7465dependencies = [
 7466 "log",
 7467 "plain",
 7468 "scroll",
 7469]
 7470
 7471[[package]]
 7472name = "google_ai"
 7473version = "0.1.0"
 7474dependencies = [
 7475 "anyhow",
 7476 "futures 0.3.32",
 7477 "http_client",
 7478 "language_model_core",
 7479 "log",
 7480 "schemars",
 7481 "serde",
 7482 "serde_json",
 7483 "strum 0.27.2",
 7484 "tiktoken-rs",
 7485]
 7486
 7487[[package]]
 7488name = "gpu-allocator"
 7489version = "0.28.0"
 7490source = "registry+https://github.com/rust-lang/crates.io-index"
 7491checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7492dependencies = [
 7493 "ash",
 7494 "hashbrown 0.16.1",
 7495 "log",
 7496 "presser",
 7497 "thiserror 2.0.17",
 7498 "windows 0.62.2",
 7499]
 7500
 7501[[package]]
 7502name = "gpu-descriptor"
 7503version = "0.3.2"
 7504source = "registry+https://github.com/rust-lang/crates.io-index"
 7505checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7506dependencies = [
 7507 "bitflags 2.10.0",
 7508 "gpu-descriptor-types",
 7509 "hashbrown 0.15.5",
 7510]
 7511
 7512[[package]]
 7513name = "gpu-descriptor-types"
 7514version = "0.2.0"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7517dependencies = [
 7518 "bitflags 2.10.0",
 7519]
 7520
 7521[[package]]
 7522name = "gpui"
 7523version = "0.2.2"
 7524dependencies = [
 7525 "anyhow",
 7526 "async-channel 2.5.0",
 7527 "async-task",
 7528 "backtrace",
 7529 "bindgen 0.71.1",
 7530 "bitflags 2.10.0",
 7531 "block",
 7532 "cbindgen",
 7533 "chrono",
 7534 "cocoa 0.26.0",
 7535 "cocoa-foundation 0.2.0",
 7536 "collections",
 7537 "core-foundation 0.10.0",
 7538 "core-foundation-sys",
 7539 "core-graphics 0.24.0",
 7540 "core-text",
 7541 "core-video",
 7542 "ctor",
 7543 "derive_more",
 7544 "embed-resource",
 7545 "env_logger 0.11.8",
 7546 "etagere",
 7547 "foreign-types 0.5.0",
 7548 "futures 0.3.32",
 7549 "futures-concurrency",
 7550 "getrandom 0.3.4",
 7551 "gpui_macros",
 7552 "gpui_platform",
 7553 "gpui_shared_string",
 7554 "gpui_util",
 7555 "gpui_web",
 7556 "http_client",
 7557 "image",
 7558 "inventory",
 7559 "itertools 0.14.0",
 7560 "log",
 7561 "lyon",
 7562 "mach2 0.5.0",
 7563 "media",
 7564 "metal",
 7565 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7566 "num_cpus",
 7567 "objc",
 7568 "objc2",
 7569 "objc2-metal",
 7570 "parking",
 7571 "parking_lot",
 7572 "pathfinder_geometry",
 7573 "pin-project",
 7574 "pollster 0.4.0",
 7575 "postage",
 7576 "profiling",
 7577 "proptest",
 7578 "rand 0.9.2",
 7579 "raw-window-handle",
 7580 "refineable",
 7581 "regex",
 7582 "reqwest_client",
 7583 "resvg",
 7584 "scheduler",
 7585 "schemars",
 7586 "seahash",
 7587 "serde",
 7588 "serde_json",
 7589 "slotmap",
 7590 "smallvec",
 7591 "spin 0.10.0",
 7592 "stacksafe",
 7593 "strum 0.27.2",
 7594 "sum_tree",
 7595 "taffy",
 7596 "thiserror 2.0.17",
 7597 "ttf-parser 0.25.1",
 7598 "unicode-segmentation",
 7599 "url",
 7600 "usvg",
 7601 "util_macros",
 7602 "uuid",
 7603 "waker-fn",
 7604 "wasm-bindgen",
 7605 "web-time",
 7606 "windows 0.61.3",
 7607 "zed-font-kit",
 7608 "zed-scap",
 7609]
 7610
 7611[[package]]
 7612name = "gpui_linux"
 7613version = "0.1.0"
 7614dependencies = [
 7615 "anyhow",
 7616 "as-raw-xcb-connection",
 7617 "ashpd",
 7618 "bitflags 2.10.0",
 7619 "bytemuck",
 7620 "calloop",
 7621 "calloop-wayland-source",
 7622 "collections",
 7623 "filedescriptor",
 7624 "futures 0.3.32",
 7625 "gpui",
 7626 "gpui_wgpu",
 7627 "http_client",
 7628 "itertools 0.14.0",
 7629 "libc",
 7630 "log",
 7631 "oo7",
 7632 "open",
 7633 "parking_lot",
 7634 "pathfinder_geometry",
 7635 "pollster 0.4.0",
 7636 "profiling",
 7637 "raw-window-handle",
 7638 "smallvec",
 7639 "smol",
 7640 "strum 0.27.2",
 7641 "swash",
 7642 "url",
 7643 "util",
 7644 "uuid",
 7645 "wayland-backend",
 7646 "wayland-client",
 7647 "wayland-cursor",
 7648 "wayland-protocols",
 7649 "wayland-protocols-plasma",
 7650 "wayland-protocols-wlr",
 7651 "x11-clipboard",
 7652 "x11rb",
 7653 "xkbcommon",
 7654 "zed-scap",
 7655 "zed-xim",
 7656]
 7657
 7658[[package]]
 7659name = "gpui_macos"
 7660version = "0.1.0"
 7661dependencies = [
 7662 "anyhow",
 7663 "async-task",
 7664 "block",
 7665 "cbindgen",
 7666 "cocoa 0.26.0",
 7667 "collections",
 7668 "core-foundation 0.10.0",
 7669 "core-foundation-sys",
 7670 "core-graphics 0.24.0",
 7671 "core-text",
 7672 "core-video",
 7673 "ctor",
 7674 "derive_more",
 7675 "dispatch2",
 7676 "etagere",
 7677 "foreign-types 0.5.0",
 7678 "futures 0.3.32",
 7679 "gpui",
 7680 "image",
 7681 "itertools 0.14.0",
 7682 "libc",
 7683 "log",
 7684 "mach2 0.5.0",
 7685 "media",
 7686 "metal",
 7687 "objc",
 7688 "objc2-app-kit",
 7689 "parking_lot",
 7690 "pathfinder_geometry",
 7691 "raw-window-handle",
 7692 "semver",
 7693 "smallvec",
 7694 "strum 0.27.2",
 7695 "util",
 7696 "uuid",
 7697 "zed-font-kit",
 7698]
 7699
 7700[[package]]
 7701name = "gpui_macros"
 7702version = "0.1.0"
 7703dependencies = [
 7704 "gpui",
 7705 "heck 0.5.0",
 7706 "proc-macro2",
 7707 "quote",
 7708 "syn 2.0.117",
 7709]
 7710
 7711[[package]]
 7712name = "gpui_platform"
 7713version = "0.1.0"
 7714dependencies = [
 7715 "console_error_panic_hook",
 7716 "gpui",
 7717 "gpui_linux",
 7718 "gpui_macos",
 7719 "gpui_web",
 7720 "gpui_windows",
 7721]
 7722
 7723[[package]]
 7724name = "gpui_shared_string"
 7725version = "0.1.0"
 7726dependencies = [
 7727 "derive_more",
 7728 "gpui_util",
 7729 "schemars",
 7730 "serde",
 7731]
 7732
 7733[[package]]
 7734name = "gpui_tokio"
 7735version = "0.1.0"
 7736dependencies = [
 7737 "anyhow",
 7738 "gpui",
 7739 "tokio",
 7740 "util",
 7741]
 7742
 7743[[package]]
 7744name = "gpui_util"
 7745version = "0.1.0"
 7746dependencies = [
 7747 "anyhow",
 7748 "log",
 7749]
 7750
 7751[[package]]
 7752name = "gpui_web"
 7753version = "0.1.0"
 7754dependencies = [
 7755 "anyhow",
 7756 "console_error_panic_hook",
 7757 "futures 0.3.32",
 7758 "gpui",
 7759 "gpui_wgpu",
 7760 "http_client",
 7761 "js-sys",
 7762 "log",
 7763 "parking_lot",
 7764 "raw-window-handle",
 7765 "smallvec",
 7766 "uuid",
 7767 "wasm-bindgen",
 7768 "wasm-bindgen-futures",
 7769 "wasm_thread",
 7770 "web-sys",
 7771 "web-time",
 7772]
 7773
 7774[[package]]
 7775name = "gpui_wgpu"
 7776version = "0.1.0"
 7777dependencies = [
 7778 "anyhow",
 7779 "bytemuck",
 7780 "collections",
 7781 "cosmic-text",
 7782 "etagere",
 7783 "gpui",
 7784 "gpui_util",
 7785 "itertools 0.14.0",
 7786 "js-sys",
 7787 "log",
 7788 "parking_lot",
 7789 "pollster 0.4.0",
 7790 "profiling",
 7791 "raw-window-handle",
 7792 "smallvec",
 7793 "swash",
 7794 "wasm-bindgen",
 7795 "wasm-bindgen-futures",
 7796 "web-sys",
 7797 "wgpu",
 7798 "zed-font-kit",
 7799]
 7800
 7801[[package]]
 7802name = "gpui_windows"
 7803version = "0.1.0"
 7804dependencies = [
 7805 "anyhow",
 7806 "collections",
 7807 "etagere",
 7808 "futures 0.3.32",
 7809 "gpui",
 7810 "image",
 7811 "itertools 0.14.0",
 7812 "log",
 7813 "parking_lot",
 7814 "rand 0.9.2",
 7815 "raw-window-handle",
 7816 "smallvec",
 7817 "util",
 7818 "uuid",
 7819 "windows 0.61.3",
 7820 "windows-core 0.61.2",
 7821 "windows-numerics 0.2.0",
 7822 "windows-registry 0.5.3",
 7823 "zed-scap",
 7824]
 7825
 7826[[package]]
 7827name = "grammars"
 7828version = "0.1.0"
 7829dependencies = [
 7830 "anyhow",
 7831 "language_core",
 7832 "rust-embed",
 7833 "toml 0.8.23",
 7834 "tree-sitter",
 7835 "tree-sitter-bash",
 7836 "tree-sitter-c",
 7837 "tree-sitter-cpp",
 7838 "tree-sitter-css",
 7839 "tree-sitter-diff",
 7840 "tree-sitter-gitcommit",
 7841 "tree-sitter-go",
 7842 "tree-sitter-gomod",
 7843 "tree-sitter-gowork",
 7844 "tree-sitter-jsdoc",
 7845 "tree-sitter-json",
 7846 "tree-sitter-md",
 7847 "tree-sitter-python",
 7848 "tree-sitter-regex",
 7849 "tree-sitter-rust",
 7850 "tree-sitter-typescript",
 7851 "tree-sitter-yaml",
 7852 "util",
 7853]
 7854
 7855[[package]]
 7856name = "grid"
 7857version = "0.18.0"
 7858source = "registry+https://github.com/rust-lang/crates.io-index"
 7859checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7860
 7861[[package]]
 7862name = "group"
 7863version = "0.12.1"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7866dependencies = [
 7867 "ff",
 7868 "rand_core 0.6.4",
 7869 "subtle",
 7870]
 7871
 7872[[package]]
 7873name = "h2"
 7874version = "0.3.27"
 7875source = "registry+https://github.com/rust-lang/crates.io-index"
 7876checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7877dependencies = [
 7878 "bytes 1.11.1",
 7879 "fnv",
 7880 "futures-core",
 7881 "futures-sink",
 7882 "futures-util",
 7883 "http 0.2.12",
 7884 "indexmap",
 7885 "slab",
 7886 "tokio",
 7887 "tokio-util",
 7888 "tracing",
 7889]
 7890
 7891[[package]]
 7892name = "h2"
 7893version = "0.4.12"
 7894source = "registry+https://github.com/rust-lang/crates.io-index"
 7895checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7896dependencies = [
 7897 "atomic-waker",
 7898 "bytes 1.11.1",
 7899 "fnv",
 7900 "futures-core",
 7901 "futures-sink",
 7902 "http 1.3.1",
 7903 "indexmap",
 7904 "slab",
 7905 "tokio",
 7906 "tokio-util",
 7907 "tracing",
 7908]
 7909
 7910[[package]]
 7911name = "half"
 7912version = "2.7.1"
 7913source = "registry+https://github.com/rust-lang/crates.io-index"
 7914checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7915dependencies = [
 7916 "bytemuck",
 7917 "cfg-if",
 7918 "crunchy",
 7919 "num-traits",
 7920 "rand 0.9.2",
 7921 "rand_distr",
 7922 "zerocopy",
 7923]
 7924
 7925[[package]]
 7926name = "handlebars"
 7927version = "4.5.0"
 7928source = "registry+https://github.com/rust-lang/crates.io-index"
 7929checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7930dependencies = [
 7931 "log",
 7932 "pest",
 7933 "pest_derive",
 7934 "rust-embed",
 7935 "serde",
 7936 "serde_json",
 7937 "thiserror 1.0.69",
 7938]
 7939
 7940[[package]]
 7941name = "handlebars"
 7942version = "5.1.2"
 7943source = "registry+https://github.com/rust-lang/crates.io-index"
 7944checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7945dependencies = [
 7946 "log",
 7947 "pest",
 7948 "pest_derive",
 7949 "serde",
 7950 "serde_json",
 7951 "thiserror 1.0.69",
 7952]
 7953
 7954[[package]]
 7955name = "harfrust"
 7956version = "0.5.0"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7959dependencies = [
 7960 "bitflags 2.10.0",
 7961 "bytemuck",
 7962 "core_maths",
 7963 "read-fonts 0.37.0",
 7964 "smallvec",
 7965]
 7966
 7967[[package]]
 7968name = "hash32"
 7969version = "0.3.1"
 7970source = "registry+https://github.com/rust-lang/crates.io-index"
 7971checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7972dependencies = [
 7973 "byteorder",
 7974]
 7975
 7976[[package]]
 7977name = "hashbrown"
 7978version = "0.12.3"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7981dependencies = [
 7982 "ahash 0.7.8",
 7983]
 7984
 7985[[package]]
 7986name = "hashbrown"
 7987version = "0.14.5"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7990dependencies = [
 7991 "ahash 0.8.12",
 7992 "allocator-api2",
 7993]
 7994
 7995[[package]]
 7996name = "hashbrown"
 7997version = "0.15.5"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8000dependencies = [
 8001 "allocator-api2",
 8002 "equivalent",
 8003 "foldhash 0.1.5",
 8004 "serde",
 8005]
 8006
 8007[[package]]
 8008name = "hashbrown"
 8009version = "0.16.1"
 8010source = "registry+https://github.com/rust-lang/crates.io-index"
 8011checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8012dependencies = [
 8013 "allocator-api2",
 8014 "equivalent",
 8015 "foldhash 0.2.0",
 8016]
 8017
 8018[[package]]
 8019name = "hashlink"
 8020version = "0.8.4"
 8021source = "registry+https://github.com/rust-lang/crates.io-index"
 8022checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8023dependencies = [
 8024 "hashbrown 0.14.5",
 8025]
 8026
 8027[[package]]
 8028name = "hashlink"
 8029version = "0.10.0"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8032dependencies = [
 8033 "hashbrown 0.15.5",
 8034]
 8035
 8036[[package]]
 8037name = "headers"
 8038version = "0.3.9"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8041dependencies = [
 8042 "base64 0.21.7",
 8043 "bytes 1.11.1",
 8044 "headers-core",
 8045 "http 0.2.12",
 8046 "httpdate",
 8047 "mime",
 8048 "sha1",
 8049]
 8050
 8051[[package]]
 8052name = "headers-core"
 8053version = "0.2.0"
 8054source = "registry+https://github.com/rust-lang/crates.io-index"
 8055checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8056dependencies = [
 8057 "http 0.2.12",
 8058]
 8059
 8060[[package]]
 8061name = "heapless"
 8062version = "0.9.2"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8065dependencies = [
 8066 "hash32",
 8067 "stable_deref_trait",
 8068]
 8069
 8070[[package]]
 8071name = "heck"
 8072version = "0.3.3"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8075dependencies = [
 8076 "unicode-segmentation",
 8077]
 8078
 8079[[package]]
 8080name = "heck"
 8081version = "0.4.1"
 8082source = "registry+https://github.com/rust-lang/crates.io-index"
 8083checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8084dependencies = [
 8085 "unicode-segmentation",
 8086]
 8087
 8088[[package]]
 8089name = "heck"
 8090version = "0.5.0"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8093
 8094[[package]]
 8095name = "heed"
 8096version = "0.21.0"
 8097source = "registry+https://github.com/rust-lang/crates.io-index"
 8098checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8099dependencies = [
 8100 "bitflags 2.10.0",
 8101 "byteorder",
 8102 "heed-traits",
 8103 "heed-types",
 8104 "libc",
 8105 "lmdb-master-sys",
 8106 "once_cell",
 8107 "page_size",
 8108 "serde",
 8109 "synchronoise",
 8110 "url",
 8111]
 8112
 8113[[package]]
 8114name = "heed-traits"
 8115version = "0.20.0"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8118
 8119[[package]]
 8120name = "heed-types"
 8121version = "0.21.0"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8124dependencies = [
 8125 "bincode",
 8126 "byteorder",
 8127 "heed-traits",
 8128 "serde",
 8129 "serde_json",
 8130]
 8131
 8132[[package]]
 8133name = "hermit-abi"
 8134version = "0.5.2"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8137
 8138[[package]]
 8139name = "hex"
 8140version = "0.4.3"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8143
 8144[[package]]
 8145name = "hexf-parse"
 8146version = "0.2.1"
 8147source = "registry+https://github.com/rust-lang/crates.io-index"
 8148checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8149
 8150[[package]]
 8151name = "hkdf"
 8152version = "0.12.4"
 8153source = "registry+https://github.com/rust-lang/crates.io-index"
 8154checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8155dependencies = [
 8156 "hmac",
 8157]
 8158
 8159[[package]]
 8160name = "hmac"
 8161version = "0.12.1"
 8162source = "registry+https://github.com/rust-lang/crates.io-index"
 8163checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8164dependencies = [
 8165 "digest",
 8166]
 8167
 8168[[package]]
 8169name = "home"
 8170version = "0.5.11"
 8171source = "registry+https://github.com/rust-lang/crates.io-index"
 8172checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8173dependencies = [
 8174 "windows-sys 0.59.0",
 8175]
 8176
 8177[[package]]
 8178name = "hound"
 8179version = "3.5.1"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8182
 8183[[package]]
 8184name = "html5ever"
 8185version = "0.27.0"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8188dependencies = [
 8189 "log",
 8190 "mac",
 8191 "markup5ever 0.12.1",
 8192 "proc-macro2",
 8193 "quote",
 8194 "syn 2.0.117",
 8195]
 8196
 8197[[package]]
 8198name = "html5ever"
 8199version = "0.35.0"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8202dependencies = [
 8203 "log",
 8204 "markup5ever 0.35.0",
 8205 "match_token",
 8206]
 8207
 8208[[package]]
 8209name = "html_to_markdown"
 8210version = "0.1.0"
 8211dependencies = [
 8212 "anyhow",
 8213 "html5ever 0.27.0",
 8214 "indoc",
 8215 "markup5ever_rcdom",
 8216 "pretty_assertions",
 8217 "regex",
 8218]
 8219
 8220[[package]]
 8221name = "http"
 8222version = "0.2.12"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8225dependencies = [
 8226 "bytes 1.11.1",
 8227 "fnv",
 8228 "itoa",
 8229]
 8230
 8231[[package]]
 8232name = "http"
 8233version = "1.3.1"
 8234source = "registry+https://github.com/rust-lang/crates.io-index"
 8235checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8236dependencies = [
 8237 "bytes 1.11.1",
 8238 "fnv",
 8239 "itoa",
 8240]
 8241
 8242[[package]]
 8243name = "http-body"
 8244version = "0.4.6"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8247dependencies = [
 8248 "bytes 1.11.1",
 8249 "http 0.2.12",
 8250 "pin-project-lite",
 8251]
 8252
 8253[[package]]
 8254name = "http-body"
 8255version = "1.0.1"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8258dependencies = [
 8259 "bytes 1.11.1",
 8260 "http 1.3.1",
 8261]
 8262
 8263[[package]]
 8264name = "http-body-util"
 8265version = "0.1.3"
 8266source = "registry+https://github.com/rust-lang/crates.io-index"
 8267checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8268dependencies = [
 8269 "bytes 1.11.1",
 8270 "futures-core",
 8271 "http 1.3.1",
 8272 "http-body 1.0.1",
 8273 "pin-project-lite",
 8274]
 8275
 8276[[package]]
 8277name = "http-range-header"
 8278version = "0.3.1"
 8279source = "registry+https://github.com/rust-lang/crates.io-index"
 8280checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8281
 8282[[package]]
 8283name = "http_client"
 8284version = "0.1.0"
 8285dependencies = [
 8286 "anyhow",
 8287 "async-compression",
 8288 "async-fs",
 8289 "async-tar",
 8290 "bytes 1.11.1",
 8291 "derive_more",
 8292 "futures 0.3.32",
 8293 "http 1.3.1",
 8294 "http-body 1.0.1",
 8295 "log",
 8296 "parking_lot",
 8297 "serde",
 8298 "serde_json",
 8299 "serde_urlencoded",
 8300 "sha2",
 8301 "tempfile",
 8302 "url",
 8303 "util",
 8304]
 8305
 8306[[package]]
 8307name = "http_client_tls"
 8308version = "0.1.0"
 8309dependencies = [
 8310 "rustls 0.23.33",
 8311 "rustls-platform-verifier",
 8312]
 8313
 8314[[package]]
 8315name = "httparse"
 8316version = "1.10.1"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8319
 8320[[package]]
 8321name = "httpdate"
 8322version = "1.0.3"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8325
 8326[[package]]
 8327name = "human_bytes"
 8328version = "0.4.3"
 8329source = "registry+https://github.com/rust-lang/crates.io-index"
 8330checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8331
 8332[[package]]
 8333name = "humantime"
 8334version = "2.3.0"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8337
 8338[[package]]
 8339name = "hyper"
 8340version = "0.14.32"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8343dependencies = [
 8344 "bytes 1.11.1",
 8345 "futures-channel",
 8346 "futures-core",
 8347 "futures-util",
 8348 "h2 0.3.27",
 8349 "http 0.2.12",
 8350 "http-body 0.4.6",
 8351 "httparse",
 8352 "httpdate",
 8353 "itoa",
 8354 "pin-project-lite",
 8355 "socket2 0.5.10",
 8356 "tokio",
 8357 "tower-service",
 8358 "tracing",
 8359 "want",
 8360]
 8361
 8362[[package]]
 8363name = "hyper"
 8364version = "1.7.0"
 8365source = "registry+https://github.com/rust-lang/crates.io-index"
 8366checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8367dependencies = [
 8368 "atomic-waker",
 8369 "bytes 1.11.1",
 8370 "futures-channel",
 8371 "futures-core",
 8372 "h2 0.4.12",
 8373 "http 1.3.1",
 8374 "http-body 1.0.1",
 8375 "httparse",
 8376 "itoa",
 8377 "pin-project-lite",
 8378 "pin-utils",
 8379 "smallvec",
 8380 "tokio",
 8381 "want",
 8382]
 8383
 8384[[package]]
 8385name = "hyper-rustls"
 8386version = "0.24.2"
 8387source = "registry+https://github.com/rust-lang/crates.io-index"
 8388checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8389dependencies = [
 8390 "futures-util",
 8391 "http 0.2.12",
 8392 "hyper 0.14.32",
 8393 "log",
 8394 "rustls 0.21.12",
 8395 "rustls-native-certs 0.6.3",
 8396 "tokio",
 8397 "tokio-rustls 0.24.1",
 8398]
 8399
 8400[[package]]
 8401name = "hyper-rustls"
 8402version = "0.27.7"
 8403source = "registry+https://github.com/rust-lang/crates.io-index"
 8404checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8405dependencies = [
 8406 "http 1.3.1",
 8407 "hyper 1.7.0",
 8408 "hyper-util",
 8409 "log",
 8410 "rustls 0.23.33",
 8411 "rustls-native-certs 0.8.2",
 8412 "rustls-pki-types",
 8413 "tokio",
 8414 "tokio-rustls 0.26.2",
 8415 "tower-service",
 8416]
 8417
 8418[[package]]
 8419name = "hyper-timeout"
 8420version = "0.5.2"
 8421source = "registry+https://github.com/rust-lang/crates.io-index"
 8422checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8423dependencies = [
 8424 "hyper 1.7.0",
 8425 "hyper-util",
 8426 "pin-project-lite",
 8427 "tokio",
 8428 "tower-service",
 8429]
 8430
 8431[[package]]
 8432name = "hyper-tls"
 8433version = "0.5.0"
 8434source = "registry+https://github.com/rust-lang/crates.io-index"
 8435checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8436dependencies = [
 8437 "bytes 1.11.1",
 8438 "hyper 0.14.32",
 8439 "native-tls",
 8440 "tokio",
 8441 "tokio-native-tls",
 8442]
 8443
 8444[[package]]
 8445name = "hyper-util"
 8446version = "0.1.17"
 8447source = "registry+https://github.com/rust-lang/crates.io-index"
 8448checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8449dependencies = [
 8450 "base64 0.22.1",
 8451 "bytes 1.11.1",
 8452 "futures-channel",
 8453 "futures-core",
 8454 "futures-util",
 8455 "http 1.3.1",
 8456 "http-body 1.0.1",
 8457 "hyper 1.7.0",
 8458 "ipnet",
 8459 "libc",
 8460 "percent-encoding",
 8461 "pin-project-lite",
 8462 "socket2 0.6.1",
 8463 "tokio",
 8464 "tower-service",
 8465 "tracing",
 8466]
 8467
 8468[[package]]
 8469name = "iana-time-zone"
 8470version = "0.1.64"
 8471source = "registry+https://github.com/rust-lang/crates.io-index"
 8472checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8473dependencies = [
 8474 "android_system_properties",
 8475 "core-foundation-sys",
 8476 "iana-time-zone-haiku",
 8477 "js-sys",
 8478 "log",
 8479 "wasm-bindgen",
 8480 "windows-core 0.62.2",
 8481]
 8482
 8483[[package]]
 8484name = "iana-time-zone-haiku"
 8485version = "0.1.2"
 8486source = "registry+https://github.com/rust-lang/crates.io-index"
 8487checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8488dependencies = [
 8489 "cc",
 8490]
 8491
 8492[[package]]
 8493name = "icons"
 8494version = "0.1.0"
 8495dependencies = [
 8496 "serde",
 8497 "strum 0.27.2",
 8498]
 8499
 8500[[package]]
 8501name = "icu_collections"
 8502version = "2.0.0"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8505dependencies = [
 8506 "displaydoc",
 8507 "potential_utf",
 8508 "yoke 0.8.0",
 8509 "zerofrom",
 8510 "zerovec",
 8511]
 8512
 8513[[package]]
 8514name = "icu_locale_core"
 8515version = "2.0.0"
 8516source = "registry+https://github.com/rust-lang/crates.io-index"
 8517checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8518dependencies = [
 8519 "displaydoc",
 8520 "litemap",
 8521 "tinystr",
 8522 "writeable",
 8523 "zerovec",
 8524]
 8525
 8526[[package]]
 8527name = "icu_normalizer"
 8528version = "2.0.0"
 8529source = "registry+https://github.com/rust-lang/crates.io-index"
 8530checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8531dependencies = [
 8532 "displaydoc",
 8533 "icu_collections",
 8534 "icu_normalizer_data",
 8535 "icu_properties",
 8536 "icu_provider",
 8537 "smallvec",
 8538 "zerovec",
 8539]
 8540
 8541[[package]]
 8542name = "icu_normalizer_data"
 8543version = "2.0.0"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8546
 8547[[package]]
 8548name = "icu_properties"
 8549version = "2.0.1"
 8550source = "registry+https://github.com/rust-lang/crates.io-index"
 8551checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8552dependencies = [
 8553 "displaydoc",
 8554 "icu_collections",
 8555 "icu_locale_core",
 8556 "icu_properties_data",
 8557 "icu_provider",
 8558 "potential_utf",
 8559 "zerotrie",
 8560 "zerovec",
 8561]
 8562
 8563[[package]]
 8564name = "icu_properties_data"
 8565version = "2.0.1"
 8566source = "registry+https://github.com/rust-lang/crates.io-index"
 8567checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8568
 8569[[package]]
 8570name = "icu_provider"
 8571version = "2.0.0"
 8572source = "registry+https://github.com/rust-lang/crates.io-index"
 8573checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8574dependencies = [
 8575 "displaydoc",
 8576 "icu_locale_core",
 8577 "stable_deref_trait",
 8578 "tinystr",
 8579 "writeable",
 8580 "yoke 0.8.0",
 8581 "zerofrom",
 8582 "zerotrie",
 8583 "zerovec",
 8584]
 8585
 8586[[package]]
 8587name = "id-arena"
 8588version = "2.2.1"
 8589source = "registry+https://github.com/rust-lang/crates.io-index"
 8590checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8591
 8592[[package]]
 8593name = "ident_case"
 8594version = "1.0.1"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8597
 8598[[package]]
 8599name = "idna"
 8600version = "1.1.0"
 8601source = "registry+https://github.com/rust-lang/crates.io-index"
 8602checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8603dependencies = [
 8604 "idna_adapter",
 8605 "smallvec",
 8606 "utf8_iter",
 8607]
 8608
 8609[[package]]
 8610name = "idna_adapter"
 8611version = "1.2.1"
 8612source = "registry+https://github.com/rust-lang/crates.io-index"
 8613checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8614dependencies = [
 8615 "icu_normalizer",
 8616 "icu_properties",
 8617]
 8618
 8619[[package]]
 8620name = "ignore"
 8621version = "0.4.24"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8624dependencies = [
 8625 "crossbeam-deque",
 8626 "globset",
 8627 "log",
 8628 "memchr",
 8629 "regex-automata",
 8630 "same-file",
 8631 "walkdir",
 8632 "winapi-util",
 8633]
 8634
 8635[[package]]
 8636name = "image"
 8637version = "0.25.8"
 8638source = "registry+https://github.com/rust-lang/crates.io-index"
 8639checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8640dependencies = [
 8641 "bytemuck",
 8642 "byteorder-lite",
 8643 "color_quant",
 8644 "exr",
 8645 "gif",
 8646 "image-webp",
 8647 "moxcms",
 8648 "num-traits",
 8649 "png 0.18.0",
 8650 "qoi",
 8651 "ravif",
 8652 "rayon",
 8653 "rgb",
 8654 "tiff",
 8655 "zune-core",
 8656 "zune-jpeg",
 8657]
 8658
 8659[[package]]
 8660name = "image-webp"
 8661version = "0.2.4"
 8662source = "registry+https://github.com/rust-lang/crates.io-index"
 8663checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8664dependencies = [
 8665 "byteorder-lite",
 8666 "quick-error 2.0.1",
 8667]
 8668
 8669[[package]]
 8670name = "image_viewer"
 8671version = "0.1.0"
 8672dependencies = [
 8673 "anyhow",
 8674 "db",
 8675 "editor",
 8676 "file_icons",
 8677 "gpui",
 8678 "language",
 8679 "log",
 8680 "project",
 8681 "serde",
 8682 "settings",
 8683 "theme_settings",
 8684 "ui",
 8685 "util",
 8686 "workspace",
 8687]
 8688
 8689[[package]]
 8690name = "imagesize"
 8691version = "0.13.0"
 8692source = "registry+https://github.com/rust-lang/crates.io-index"
 8693checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8694
 8695[[package]]
 8696name = "imara-diff"
 8697version = "0.1.8"
 8698source = "registry+https://github.com/rust-lang/crates.io-index"
 8699checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8700dependencies = [
 8701 "hashbrown 0.15.5",
 8702]
 8703
 8704[[package]]
 8705name = "imgref"
 8706version = "1.12.0"
 8707source = "registry+https://github.com/rust-lang/crates.io-index"
 8708checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8709
 8710[[package]]
 8711name = "indenter"
 8712version = "0.3.4"
 8713source = "registry+https://github.com/rust-lang/crates.io-index"
 8714checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8715
 8716[[package]]
 8717name = "indexmap"
 8718version = "2.11.4"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8721dependencies = [
 8722 "equivalent",
 8723 "hashbrown 0.16.1",
 8724 "serde",
 8725 "serde_core",
 8726]
 8727
 8728[[package]]
 8729name = "indoc"
 8730version = "2.0.6"
 8731source = "registry+https://github.com/rust-lang/crates.io-index"
 8732checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8733
 8734[[package]]
 8735name = "inherent"
 8736version = "1.0.13"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8739dependencies = [
 8740 "proc-macro2",
 8741 "quote",
 8742 "syn 2.0.117",
 8743]
 8744
 8745[[package]]
 8746name = "inotify"
 8747version = "0.9.6"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8750dependencies = [
 8751 "bitflags 1.3.2",
 8752 "inotify-sys",
 8753 "libc",
 8754]
 8755
 8756[[package]]
 8757name = "inotify"
 8758version = "0.11.0"
 8759source = "registry+https://github.com/rust-lang/crates.io-index"
 8760checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8761dependencies = [
 8762 "bitflags 2.10.0",
 8763 "inotify-sys",
 8764 "libc",
 8765]
 8766
 8767[[package]]
 8768name = "inotify-sys"
 8769version = "0.1.5"
 8770source = "registry+https://github.com/rust-lang/crates.io-index"
 8771checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8772dependencies = [
 8773 "libc",
 8774]
 8775
 8776[[package]]
 8777name = "inout"
 8778version = "0.1.4"
 8779source = "registry+https://github.com/rust-lang/crates.io-index"
 8780checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8781dependencies = [
 8782 "block-padding",
 8783 "generic-array",
 8784]
 8785
 8786[[package]]
 8787name = "inspector_ui"
 8788version = "0.1.0"
 8789dependencies = [
 8790 "anyhow",
 8791 "command_palette_hooks",
 8792 "editor",
 8793 "fuzzy",
 8794 "gpui",
 8795 "language",
 8796 "project",
 8797 "serde_json",
 8798 "serde_json_lenient",
 8799 "theme_settings",
 8800 "ui",
 8801 "util",
 8802 "util_macros",
 8803 "workspace",
 8804 "zed_actions",
 8805]
 8806
 8807[[package]]
 8808name = "install_cli"
 8809version = "0.1.0"
 8810dependencies = [
 8811 "anyhow",
 8812 "client",
 8813 "gpui",
 8814 "release_channel",
 8815 "smol",
 8816 "util",
 8817 "workspace",
 8818]
 8819
 8820[[package]]
 8821name = "instant"
 8822version = "0.1.13"
 8823source = "registry+https://github.com/rust-lang/crates.io-index"
 8824checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8825dependencies = [
 8826 "cfg-if",
 8827]
 8828
 8829[[package]]
 8830name = "interpolate_name"
 8831version = "0.2.4"
 8832source = "registry+https://github.com/rust-lang/crates.io-index"
 8833checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8834dependencies = [
 8835 "proc-macro2",
 8836 "quote",
 8837 "syn 2.0.117",
 8838]
 8839
 8840[[package]]
 8841name = "inventory"
 8842version = "0.3.21"
 8843source = "registry+https://github.com/rust-lang/crates.io-index"
 8844checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8845dependencies = [
 8846 "rustversion",
 8847]
 8848
 8849[[package]]
 8850name = "io-extras"
 8851version = "0.18.4"
 8852source = "registry+https://github.com/rust-lang/crates.io-index"
 8853checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8854dependencies = [
 8855 "io-lifetimes",
 8856 "windows-sys 0.59.0",
 8857]
 8858
 8859[[package]]
 8860name = "io-lifetimes"
 8861version = "2.0.4"
 8862source = "registry+https://github.com/rust-lang/crates.io-index"
 8863checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8864
 8865[[package]]
 8866name = "io-surface"
 8867version = "0.16.1"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8870dependencies = [
 8871 "cgl",
 8872 "core-foundation 0.10.0",
 8873 "core-foundation-sys",
 8874 "leaky-cow",
 8875]
 8876
 8877[[package]]
 8878name = "iovec"
 8879version = "0.1.4"
 8880source = "registry+https://github.com/rust-lang/crates.io-index"
 8881checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8882dependencies = [
 8883 "libc",
 8884]
 8885
 8886[[package]]
 8887name = "ipc-channel"
 8888version = "0.19.0"
 8889source = "registry+https://github.com/rust-lang/crates.io-index"
 8890checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8891dependencies = [
 8892 "bincode",
 8893 "crossbeam-channel",
 8894 "fnv",
 8895 "lazy_static",
 8896 "libc",
 8897 "mio 1.1.0",
 8898 "rand 0.8.5",
 8899 "serde",
 8900 "tempfile",
 8901 "uuid",
 8902 "windows 0.58.0",
 8903]
 8904
 8905[[package]]
 8906name = "ipnet"
 8907version = "2.11.0"
 8908source = "registry+https://github.com/rust-lang/crates.io-index"
 8909checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8910
 8911[[package]]
 8912name = "iri-string"
 8913version = "0.7.8"
 8914source = "registry+https://github.com/rust-lang/crates.io-index"
 8915checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8916dependencies = [
 8917 "memchr",
 8918 "serde",
 8919]
 8920
 8921[[package]]
 8922name = "is-docker"
 8923version = "0.2.0"
 8924source = "registry+https://github.com/rust-lang/crates.io-index"
 8925checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8926dependencies = [
 8927 "once_cell",
 8928]
 8929
 8930[[package]]
 8931name = "is-terminal"
 8932version = "0.4.16"
 8933source = "registry+https://github.com/rust-lang/crates.io-index"
 8934checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8935dependencies = [
 8936 "hermit-abi",
 8937 "libc",
 8938 "windows-sys 0.59.0",
 8939]
 8940
 8941[[package]]
 8942name = "is-wsl"
 8943version = "0.4.0"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8946dependencies = [
 8947 "is-docker",
 8948 "once_cell",
 8949]
 8950
 8951[[package]]
 8952name = "is_executable"
 8953version = "1.0.5"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8956dependencies = [
 8957 "windows-sys 0.60.2",
 8958]
 8959
 8960[[package]]
 8961name = "is_terminal_polyfill"
 8962version = "1.70.1"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8965
 8966[[package]]
 8967name = "itertools"
 8968version = "0.10.5"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8971dependencies = [
 8972 "either",
 8973]
 8974
 8975[[package]]
 8976name = "itertools"
 8977version = "0.11.0"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8980dependencies = [
 8981 "either",
 8982]
 8983
 8984[[package]]
 8985name = "itertools"
 8986version = "0.12.1"
 8987source = "registry+https://github.com/rust-lang/crates.io-index"
 8988checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8989dependencies = [
 8990 "either",
 8991]
 8992
 8993[[package]]
 8994name = "itertools"
 8995version = "0.14.0"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8998dependencies = [
 8999 "either",
 9000]
 9001
 9002[[package]]
 9003name = "itoa"
 9004version = "1.0.15"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9007
 9008[[package]]
 9009name = "jiff"
 9010version = "0.2.15"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9013dependencies = [
 9014 "jiff-static",
 9015 "log",
 9016 "portable-atomic",
 9017 "portable-atomic-util",
 9018 "serde",
 9019]
 9020
 9021[[package]]
 9022name = "jiff-static"
 9023version = "0.2.15"
 9024source = "registry+https://github.com/rust-lang/crates.io-index"
 9025checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9026dependencies = [
 9027 "proc-macro2",
 9028 "quote",
 9029 "syn 2.0.117",
 9030]
 9031
 9032[[package]]
 9033name = "jni"
 9034version = "0.21.1"
 9035source = "registry+https://github.com/rust-lang/crates.io-index"
 9036checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9037dependencies = [
 9038 "cesu8",
 9039 "cfg-if",
 9040 "combine",
 9041 "jni-sys",
 9042 "log",
 9043 "thiserror 1.0.69",
 9044 "walkdir",
 9045 "windows-sys 0.45.0",
 9046]
 9047
 9048[[package]]
 9049name = "jni-sys"
 9050version = "0.3.0"
 9051source = "registry+https://github.com/rust-lang/crates.io-index"
 9052checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9053
 9054[[package]]
 9055name = "jobserver"
 9056version = "0.1.34"
 9057source = "registry+https://github.com/rust-lang/crates.io-index"
 9058checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9059dependencies = [
 9060 "getrandom 0.3.4",
 9061 "libc",
 9062]
 9063
 9064[[package]]
 9065name = "journal"
 9066version = "0.1.0"
 9067dependencies = [
 9068 "anyhow",
 9069 "chrono",
 9070 "editor",
 9071 "gpui",
 9072 "log",
 9073 "serde",
 9074 "settings",
 9075 "shellexpand 2.1.2",
 9076 "workspace",
 9077]
 9078
 9079[[package]]
 9080name = "js-sys"
 9081version = "0.3.90"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9084dependencies = [
 9085 "once_cell",
 9086 "wasm-bindgen",
 9087]
 9088
 9089[[package]]
 9090name = "json5"
 9091version = "0.4.1"
 9092source = "registry+https://github.com/rust-lang/crates.io-index"
 9093checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9094dependencies = [
 9095 "pest",
 9096 "pest_derive",
 9097 "serde",
 9098]
 9099
 9100[[package]]
 9101name = "json_dotpath"
 9102version = "1.1.0"
 9103source = "registry+https://github.com/rust-lang/crates.io-index"
 9104checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9105dependencies = [
 9106 "serde",
 9107 "serde_derive",
 9108 "serde_json",
 9109 "thiserror 1.0.69",
 9110]
 9111
 9112[[package]]
 9113name = "json_schema_store"
 9114version = "0.1.0"
 9115dependencies = [
 9116 "anyhow",
 9117 "collections",
 9118 "dap",
 9119 "extension",
 9120 "gpui",
 9121 "language",
 9122 "parking_lot",
 9123 "paths",
 9124 "project",
 9125 "schemars",
 9126 "serde",
 9127 "serde_json",
 9128 "settings",
 9129 "snippet_provider",
 9130 "task",
 9131 "theme",
 9132 "util",
 9133]
 9134
 9135[[package]]
 9136name = "jsonschema"
 9137version = "0.37.4"
 9138source = "registry+https://github.com/rust-lang/crates.io-index"
 9139checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9140dependencies = [
 9141 "ahash 0.8.12",
 9142 "bytecount",
 9143 "data-encoding",
 9144 "email_address",
 9145 "fancy-regex 0.16.2",
 9146 "fraction",
 9147 "getrandom 0.3.4",
 9148 "idna",
 9149 "itoa",
 9150 "num-cmp",
 9151 "num-traits",
 9152 "percent-encoding",
 9153 "referencing",
 9154 "regex",
 9155 "regex-syntax",
 9156 "reqwest 0.12.24",
 9157 "serde",
 9158 "serde_json",
 9159 "unicode-general-category",
 9160 "uuid-simd",
 9161]
 9162
 9163[[package]]
 9164name = "jsonwebtoken"
 9165version = "10.3.0"
 9166source = "registry+https://github.com/rust-lang/crates.io-index"
 9167checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9168dependencies = [
 9169 "aws-lc-rs",
 9170 "base64 0.22.1",
 9171 "getrandom 0.2.16",
 9172 "js-sys",
 9173 "pem",
 9174 "serde",
 9175 "serde_json",
 9176 "signature 2.2.0",
 9177 "simple_asn1",
 9178]
 9179
 9180[[package]]
 9181name = "jupyter-protocol"
 9182version = "1.4.0"
 9183source = "registry+https://github.com/rust-lang/crates.io-index"
 9184checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9185dependencies = [
 9186 "async-trait",
 9187 "bytes 1.11.1",
 9188 "chrono",
 9189 "futures 0.3.32",
 9190 "serde",
 9191 "serde_json",
 9192 "thiserror 2.0.17",
 9193 "uuid",
 9194]
 9195
 9196[[package]]
 9197name = "jupyter-websocket-client"
 9198version = "1.0.0"
 9199source = "registry+https://github.com/rust-lang/crates.io-index"
 9200checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9201dependencies = [
 9202 "anyhow",
 9203 "async-trait",
 9204 "async-tungstenite",
 9205 "futures 0.3.32",
 9206 "jupyter-protocol",
 9207 "serde",
 9208 "serde_json",
 9209 "tokio",
 9210 "url",
 9211 "uuid",
 9212]
 9213
 9214[[package]]
 9215name = "keymap_editor"
 9216version = "0.1.0"
 9217dependencies = [
 9218 "anyhow",
 9219 "collections",
 9220 "command_palette",
 9221 "component",
 9222 "db",
 9223 "editor",
 9224 "fs",
 9225 "fuzzy",
 9226 "gpui",
 9227 "itertools 0.14.0",
 9228 "json_schema_store",
 9229 "language",
 9230 "log",
 9231 "menu",
 9232 "notifications",
 9233 "paths",
 9234 "project",
 9235 "search",
 9236 "serde",
 9237 "serde_json",
 9238 "settings",
 9239 "telemetry",
 9240 "tempfile",
 9241 "theme",
 9242 "theme_settings",
 9243 "tree-sitter-json",
 9244 "tree-sitter-rust",
 9245 "ui",
 9246 "ui_input",
 9247 "util",
 9248 "workspace",
 9249 "zed_actions",
 9250]
 9251
 9252[[package]]
 9253name = "khronos-egl"
 9254version = "6.0.0"
 9255source = "registry+https://github.com/rust-lang/crates.io-index"
 9256checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9257dependencies = [
 9258 "libc",
 9259 "libloading",
 9260 "pkg-config",
 9261]
 9262
 9263[[package]]
 9264name = "khronos_api"
 9265version = "3.1.0"
 9266source = "registry+https://github.com/rust-lang/crates.io-index"
 9267checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9268
 9269[[package]]
 9270name = "kqueue"
 9271version = "1.1.1"
 9272source = "registry+https://github.com/rust-lang/crates.io-index"
 9273checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9274dependencies = [
 9275 "kqueue-sys",
 9276 "libc",
 9277]
 9278
 9279[[package]]
 9280name = "kqueue-sys"
 9281version = "1.0.4"
 9282source = "registry+https://github.com/rust-lang/crates.io-index"
 9283checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9284dependencies = [
 9285 "bitflags 1.3.2",
 9286 "libc",
 9287]
 9288
 9289[[package]]
 9290name = "kurbo"
 9291version = "0.11.3"
 9292source = "registry+https://github.com/rust-lang/crates.io-index"
 9293checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9294dependencies = [
 9295 "arrayvec",
 9296 "euclid",
 9297 "smallvec",
 9298]
 9299
 9300[[package]]
 9301name = "kv-log-macro"
 9302version = "1.0.7"
 9303source = "registry+https://github.com/rust-lang/crates.io-index"
 9304checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9305dependencies = [
 9306 "log",
 9307]
 9308
 9309[[package]]
 9310name = "language"
 9311version = "0.1.0"
 9312dependencies = [
 9313 "anyhow",
 9314 "async-trait",
 9315 "clock",
 9316 "collections",
 9317 "criterion",
 9318 "ctor",
 9319 "diffy",
 9320 "ec4rs",
 9321 "encoding_rs",
 9322 "fs",
 9323 "futures 0.3.32",
 9324 "fuzzy",
 9325 "globset",
 9326 "gpui",
 9327 "http_client",
 9328 "imara-diff",
 9329 "indoc",
 9330 "itertools 0.14.0",
 9331 "language_core",
 9332 "log",
 9333 "lsp",
 9334 "parking_lot",
 9335 "postage",
 9336 "pretty_assertions",
 9337 "rand 0.9.2",
 9338 "regex",
 9339 "rpc",
 9340 "semver",
 9341 "serde",
 9342 "serde_json",
 9343 "settings",
 9344 "shellexpand 2.1.2",
 9345 "smallvec",
 9346 "smol",
 9347 "streaming-iterator",
 9348 "strsim",
 9349 "sum_tree",
 9350 "task",
 9351 "text",
 9352 "theme",
 9353 "theme_settings",
 9354 "toml 0.8.23",
 9355 "tracing",
 9356 "tree-sitter",
 9357 "tree-sitter-elixir",
 9358 "tree-sitter-embedded-template",
 9359 "tree-sitter-heex",
 9360 "tree-sitter-html",
 9361 "tree-sitter-json",
 9362 "tree-sitter-md",
 9363 "tree-sitter-python",
 9364 "tree-sitter-ruby",
 9365 "tree-sitter-rust",
 9366 "tree-sitter-typescript",
 9367 "unicase",
 9368 "unindent",
 9369 "util",
 9370 "watch",
 9371 "zlog",
 9372 "ztracing",
 9373]
 9374
 9375[[package]]
 9376name = "language_core"
 9377version = "0.1.0"
 9378dependencies = [
 9379 "anyhow",
 9380 "collections",
 9381 "gpui_shared_string",
 9382 "log",
 9383 "lsp",
 9384 "parking_lot",
 9385 "regex",
 9386 "schemars",
 9387 "serde",
 9388 "serde_json",
 9389 "toml 0.8.23",
 9390 "tree-sitter",
 9391 "util",
 9392]
 9393
 9394[[package]]
 9395name = "language_extension"
 9396version = "0.1.0"
 9397dependencies = [
 9398 "anyhow",
 9399 "async-trait",
 9400 "collections",
 9401 "extension",
 9402 "fs",
 9403 "futures 0.3.32",
 9404 "gpui",
 9405 "language",
 9406 "log",
 9407 "lsp",
 9408 "project",
 9409 "serde",
 9410 "serde_json",
 9411 "tracing",
 9412 "util",
 9413 "ztracing",
 9414]
 9415
 9416[[package]]
 9417name = "language_model"
 9418version = "0.1.0"
 9419dependencies = [
 9420 "anyhow",
 9421 "base64 0.22.1",
 9422 "collections",
 9423 "credentials_provider",
 9424 "env_var",
 9425 "futures 0.3.32",
 9426 "gpui",
 9427 "http_client",
 9428 "icons",
 9429 "image",
 9430 "language_model_core",
 9431 "log",
 9432 "parking_lot",
 9433 "serde",
 9434 "serde_json",
 9435 "thiserror 2.0.17",
 9436 "util",
 9437]
 9438
 9439[[package]]
 9440name = "language_model_core"
 9441version = "0.1.0"
 9442dependencies = [
 9443 "anyhow",
 9444 "cloud_llm_client",
 9445 "futures 0.3.32",
 9446 "gpui_shared_string",
 9447 "http_client",
 9448 "partial-json-fixer",
 9449 "schemars",
 9450 "serde",
 9451 "serde_json",
 9452 "smol",
 9453 "strum 0.27.2",
 9454 "thiserror 2.0.17",
 9455]
 9456
 9457[[package]]
 9458name = "language_models"
 9459version = "0.1.0"
 9460dependencies = [
 9461 "ai_onboarding",
 9462 "anthropic",
 9463 "anyhow",
 9464 "aws-config",
 9465 "aws-credential-types",
 9466 "aws_http_client",
 9467 "base64 0.22.1",
 9468 "bedrock",
 9469 "client",
 9470 "cloud_api_client",
 9471 "cloud_api_types",
 9472 "collections",
 9473 "component",
 9474 "convert_case 0.8.0",
 9475 "copilot",
 9476 "copilot_chat",
 9477 "copilot_ui",
 9478 "credentials_provider",
 9479 "deepseek",
 9480 "extension",
 9481 "extension_host",
 9482 "fs",
 9483 "futures 0.3.32",
 9484 "google_ai",
 9485 "gpui",
 9486 "gpui_tokio",
 9487 "http_client",
 9488 "language",
 9489 "language_model",
 9490 "language_models_cloud",
 9491 "lmstudio",
 9492 "log",
 9493 "menu",
 9494 "mistral",
 9495 "ollama",
 9496 "open_ai",
 9497 "open_router",
 9498 "opencode",
 9499 "pretty_assertions",
 9500 "release_channel",
 9501 "schemars",
 9502 "serde",
 9503 "serde_json",
 9504 "settings",
 9505 "smol",
 9506 "strum 0.27.2",
 9507 "tiktoken-rs",
 9508 "tokio",
 9509 "ui",
 9510 "ui_input",
 9511 "util",
 9512 "vercel",
 9513 "x_ai",
 9514]
 9515
 9516[[package]]
 9517name = "language_models_cloud"
 9518version = "0.1.0"
 9519dependencies = [
 9520 "anthropic",
 9521 "anyhow",
 9522 "cloud_llm_client",
 9523 "futures 0.3.32",
 9524 "google_ai",
 9525 "gpui",
 9526 "http_client",
 9527 "language_model",
 9528 "open_ai",
 9529 "schemars",
 9530 "semver",
 9531 "serde",
 9532 "serde_json",
 9533 "smol",
 9534 "thiserror 2.0.17",
 9535 "x_ai",
 9536]
 9537
 9538[[package]]
 9539name = "language_onboarding"
 9540version = "0.1.0"
 9541dependencies = [
 9542 "db",
 9543 "editor",
 9544 "gpui",
 9545 "project",
 9546 "ui",
 9547 "workspace",
 9548]
 9549
 9550[[package]]
 9551name = "language_selector"
 9552version = "0.1.0"
 9553dependencies = [
 9554 "anyhow",
 9555 "editor",
 9556 "file_icons",
 9557 "fuzzy",
 9558 "gpui",
 9559 "language",
 9560 "open_path_prompt",
 9561 "picker",
 9562 "project",
 9563 "serde_json",
 9564 "settings",
 9565 "ui",
 9566 "util",
 9567 "workspace",
 9568]
 9569
 9570[[package]]
 9571name = "language_tools"
 9572version = "0.1.0"
 9573dependencies = [
 9574 "anyhow",
 9575 "client",
 9576 "collections",
 9577 "command_palette_hooks",
 9578 "edit_prediction",
 9579 "editor",
 9580 "futures 0.3.32",
 9581 "gpui",
 9582 "itertools 0.14.0",
 9583 "language",
 9584 "lsp",
 9585 "menu",
 9586 "project",
 9587 "proto",
 9588 "release_channel",
 9589 "semver",
 9590 "serde_json",
 9591 "settings",
 9592 "sysinfo 0.37.2",
 9593 "telemetry",
 9594 "theme",
 9595 "theme_settings",
 9596 "tree-sitter",
 9597 "ui",
 9598 "util",
 9599 "workspace",
 9600 "zed_actions",
 9601 "zlog",
 9602]
 9603
 9604[[package]]
 9605name = "languages"
 9606version = "0.1.0"
 9607dependencies = [
 9608 "anyhow",
 9609 "async-compression",
 9610 "async-fs",
 9611 "async-tar",
 9612 "async-trait",
 9613 "chrono",
 9614 "collections",
 9615 "fs",
 9616 "futures 0.3.32",
 9617 "globset",
 9618 "gpui",
 9619 "grammars",
 9620 "http_client",
 9621 "itertools 0.14.0",
 9622 "json_schema_store",
 9623 "language",
 9624 "log",
 9625 "lsp",
 9626 "node_runtime",
 9627 "parking_lot",
 9628 "pet",
 9629 "pet-conda",
 9630 "pet-core",
 9631 "pet-fs",
 9632 "pet-poetry",
 9633 "pet-reporter",
 9634 "pet-virtualenv",
 9635 "pretty_assertions",
 9636 "project",
 9637 "regex",
 9638 "rope",
 9639 "semver",
 9640 "serde",
 9641 "serde_json",
 9642 "serde_json_lenient",
 9643 "settings",
 9644 "smallvec",
 9645 "smol",
 9646 "snippet",
 9647 "task",
 9648 "terminal",
 9649 "theme",
 9650 "tree-sitter",
 9651 "tree-sitter-bash",
 9652 "tree-sitter-c",
 9653 "tree-sitter-cpp",
 9654 "tree-sitter-css",
 9655 "tree-sitter-gitcommit",
 9656 "tree-sitter-go",
 9657 "tree-sitter-python",
 9658 "tree-sitter-rust",
 9659 "tree-sitter-typescript",
 9660 "unindent",
 9661 "url",
 9662 "util",
 9663]
 9664
 9665[[package]]
 9666name = "lazy_static"
 9667version = "1.5.0"
 9668source = "registry+https://github.com/rust-lang/crates.io-index"
 9669checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9670dependencies = [
 9671 "spin 0.9.8",
 9672]
 9673
 9674[[package]]
 9675name = "leak"
 9676version = "0.1.2"
 9677source = "registry+https://github.com/rust-lang/crates.io-index"
 9678checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9679
 9680[[package]]
 9681name = "leaky-cow"
 9682version = "0.1.1"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9685dependencies = [
 9686 "leak",
 9687]
 9688
 9689[[package]]
 9690name = "leb128"
 9691version = "0.2.5"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9694
 9695[[package]]
 9696name = "leb128fmt"
 9697version = "0.1.0"
 9698source = "registry+https://github.com/rust-lang/crates.io-index"
 9699checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9700
 9701[[package]]
 9702name = "lebe"
 9703version = "0.5.3"
 9704source = "registry+https://github.com/rust-lang/crates.io-index"
 9705checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9706
 9707[[package]]
 9708name = "libbz2-rs-sys"
 9709version = "0.2.2"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9712
 9713[[package]]
 9714name = "libc"
 9715version = "0.2.182"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9718
 9719[[package]]
 9720name = "libdbus-sys"
 9721version = "0.2.6"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9724dependencies = [
 9725 "cc",
 9726 "pkg-config",
 9727]
 9728
 9729[[package]]
 9730name = "libfuzzer-sys"
 9731version = "0.4.10"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9734dependencies = [
 9735 "arbitrary",
 9736 "cc",
 9737]
 9738
 9739[[package]]
 9740name = "libgit2-sys"
 9741version = "0.18.3+1.9.2"
 9742source = "registry+https://github.com/rust-lang/crates.io-index"
 9743checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9744dependencies = [
 9745 "cc",
 9746 "libc",
 9747 "libz-sys",
 9748 "pkg-config",
 9749]
 9750
 9751[[package]]
 9752name = "libloading"
 9753version = "0.8.9"
 9754source = "registry+https://github.com/rust-lang/crates.io-index"
 9755checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9756dependencies = [
 9757 "cfg-if",
 9758 "windows-link 0.2.1",
 9759]
 9760
 9761[[package]]
 9762name = "libm"
 9763version = "0.2.15"
 9764source = "registry+https://github.com/rust-lang/crates.io-index"
 9765checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9766
 9767[[package]]
 9768name = "libmimalloc-sys"
 9769version = "0.1.44"
 9770source = "registry+https://github.com/rust-lang/crates.io-index"
 9771checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9772dependencies = [
 9773 "cc",
 9774 "libc",
 9775]
 9776
 9777[[package]]
 9778name = "libredox"
 9779version = "0.1.10"
 9780source = "registry+https://github.com/rust-lang/crates.io-index"
 9781checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9782dependencies = [
 9783 "bitflags 2.10.0",
 9784 "libc",
 9785 "redox_syscall 0.5.18",
 9786]
 9787
 9788[[package]]
 9789name = "libsqlite3-sys"
 9790version = "0.30.1"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9793dependencies = [
 9794 "cc",
 9795 "pkg-config",
 9796 "vcpkg",
 9797]
 9798
 9799[[package]]
 9800name = "libwebrtc"
 9801version = "0.3.26"
 9802source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9803dependencies = [
 9804 "cxx",
 9805 "glib",
 9806 "jni",
 9807 "js-sys",
 9808 "lazy_static",
 9809 "livekit-protocol",
 9810 "livekit-runtime",
 9811 "log",
 9812 "parking_lot",
 9813 "serde",
 9814 "serde_json",
 9815 "thiserror 1.0.69",
 9816 "tokio",
 9817 "wasm-bindgen",
 9818 "wasm-bindgen-futures",
 9819 "web-sys",
 9820 "webrtc-sys",
 9821]
 9822
 9823[[package]]
 9824name = "libz-sys"
 9825version = "1.1.22"
 9826source = "registry+https://github.com/rust-lang/crates.io-index"
 9827checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9828dependencies = [
 9829 "cc",
 9830 "libc",
 9831 "pkg-config",
 9832 "vcpkg",
 9833]
 9834
 9835[[package]]
 9836name = "line_ending_selector"
 9837version = "0.1.0"
 9838dependencies = [
 9839 "editor",
 9840 "gpui",
 9841 "language",
 9842 "picker",
 9843 "project",
 9844 "ui",
 9845 "util",
 9846 "workspace",
 9847]
 9848
 9849[[package]]
 9850name = "linebender_resource_handle"
 9851version = "0.1.1"
 9852source = "registry+https://github.com/rust-lang/crates.io-index"
 9853checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9854
 9855[[package]]
 9856name = "link-cplusplus"
 9857version = "1.0.12"
 9858source = "registry+https://github.com/rust-lang/crates.io-index"
 9859checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9860dependencies = [
 9861 "cc",
 9862]
 9863
 9864[[package]]
 9865name = "linkify"
 9866version = "0.10.0"
 9867source = "registry+https://github.com/rust-lang/crates.io-index"
 9868checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9869dependencies = [
 9870 "memchr",
 9871]
 9872
 9873[[package]]
 9874name = "linux-raw-sys"
 9875version = "0.4.15"
 9876source = "registry+https://github.com/rust-lang/crates.io-index"
 9877checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9878
 9879[[package]]
 9880name = "linux-raw-sys"
 9881version = "0.11.0"
 9882source = "registry+https://github.com/rust-lang/crates.io-index"
 9883checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9884
 9885[[package]]
 9886name = "litemap"
 9887version = "0.8.0"
 9888source = "registry+https://github.com/rust-lang/crates.io-index"
 9889checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9890
 9891[[package]]
 9892name = "litrs"
 9893version = "1.0.0"
 9894source = "registry+https://github.com/rust-lang/crates.io-index"
 9895checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9896
 9897[[package]]
 9898name = "livekit"
 9899version = "0.7.32"
 9900source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9901dependencies = [
 9902 "base64 0.22.1",
 9903 "bmrng",
 9904 "bytes 1.11.1",
 9905 "chrono",
 9906 "futures-util",
 9907 "lazy_static",
 9908 "libloading",
 9909 "libwebrtc",
 9910 "livekit-api",
 9911 "livekit-protocol",
 9912 "livekit-runtime",
 9913 "log",
 9914 "parking_lot",
 9915 "prost 0.12.6",
 9916 "semver",
 9917 "serde",
 9918 "serde_json",
 9919 "thiserror 1.0.69",
 9920 "tokio",
 9921]
 9922
 9923[[package]]
 9924name = "livekit-api"
 9925version = "0.4.14"
 9926source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9927dependencies = [
 9928 "base64 0.21.7",
 9929 "futures-util",
 9930 "http 1.3.1",
 9931 "livekit-protocol",
 9932 "livekit-runtime",
 9933 "log",
 9934 "parking_lot",
 9935 "pbjson-types",
 9936 "prost 0.12.6",
 9937 "rand 0.9.2",
 9938 "reqwest 0.12.24",
 9939 "rustls-native-certs 0.6.3",
 9940 "scopeguard",
 9941 "serde",
 9942 "sha2",
 9943 "thiserror 1.0.69",
 9944 "tokio",
 9945 "tokio-rustls 0.26.2",
 9946 "tokio-tungstenite 0.28.0",
 9947 "url",
 9948]
 9949
 9950[[package]]
 9951name = "livekit-protocol"
 9952version = "0.7.1"
 9953source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9954dependencies = [
 9955 "futures-util",
 9956 "livekit-runtime",
 9957 "parking_lot",
 9958 "pbjson",
 9959 "pbjson-types",
 9960 "prost 0.12.6",
 9961 "serde",
 9962 "thiserror 1.0.69",
 9963 "tokio",
 9964]
 9965
 9966[[package]]
 9967name = "livekit-runtime"
 9968version = "0.4.0"
 9969source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9970dependencies = [
 9971 "tokio",
 9972 "tokio-stream",
 9973]
 9974
 9975[[package]]
 9976name = "livekit_api"
 9977version = "0.1.0"
 9978dependencies = [
 9979 "anyhow",
 9980 "async-trait",
 9981 "jsonwebtoken",
 9982 "log",
 9983 "prost 0.9.0",
 9984 "prost-build 0.9.0",
 9985 "prost-types 0.9.0",
 9986 "serde",
 9987 "zed-reqwest",
 9988]
 9989
 9990[[package]]
 9991name = "livekit_client"
 9992version = "0.1.0"
 9993dependencies = [
 9994 "anyhow",
 9995 "async-trait",
 9996 "audio",
 9997 "cocoa 0.26.0",
 9998 "collections",
 9999 "core-foundation 0.10.0",
10000 "core-video",
10001 "coreaudio-rs 0.12.1",
10002 "cpal",
10003 "futures 0.3.32",
10004 "gpui",
10005 "gpui_platform",
10006 "gpui_tokio",
10007 "http_client_tls",
10008 "image",
10009 "libwebrtc",
10010 "livekit",
10011 "livekit_api",
10012 "log",
10013 "nanoid",
10014 "objc",
10015 "parking_lot",
10016 "postage",
10017 "rodio",
10018 "serde",
10019 "serde_json",
10020 "serde_urlencoded",
10021 "settings",
10022 "simplelog",
10023 "smallvec",
10024 "tokio",
10025 "ui",
10026 "util",
10027 "webrtc-sys",
10028 "zed-scap",
10029]
10030
10031[[package]]
10032name = "lmdb-master-sys"
10033version = "0.2.5"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10036dependencies = [
10037 "cc",
10038 "doxygen-rs",
10039 "libc",
10040]
10041
10042[[package]]
10043name = "lmstudio"
10044version = "0.1.0"
10045dependencies = [
10046 "anyhow",
10047 "futures 0.3.32",
10048 "http_client",
10049 "schemars",
10050 "serde",
10051 "serde_json",
10052]
10053
10054[[package]]
10055name = "lock_api"
10056version = "0.4.14"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10059dependencies = [
10060 "scopeguard",
10061]
10062
10063[[package]]
10064name = "log"
10065version = "0.4.29"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10068dependencies = [
10069 "serde_core",
10070 "value-bag",
10071]
10072
10073[[package]]
10074name = "loom"
10075version = "0.7.2"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10078dependencies = [
10079 "cfg-if",
10080 "generator",
10081 "scoped-tls",
10082 "tracing",
10083 "tracing-subscriber",
10084]
10085
10086[[package]]
10087name = "loop9"
10088version = "0.1.5"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10091dependencies = [
10092 "imgref",
10093]
10094
10095[[package]]
10096name = "lru"
10097version = "0.12.5"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10100dependencies = [
10101 "hashbrown 0.15.5",
10102]
10103
10104[[package]]
10105name = "lru-slab"
10106version = "0.1.2"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10109
10110[[package]]
10111name = "lsp"
10112version = "0.1.0"
10113dependencies = [
10114 "anyhow",
10115 "async-pipe",
10116 "collections",
10117 "ctor",
10118 "futures 0.3.32",
10119 "gpui",
10120 "gpui_util",
10121 "log",
10122 "lsp-types",
10123 "parking_lot",
10124 "postage",
10125 "release_channel",
10126 "schemars",
10127 "semver",
10128 "serde",
10129 "serde_json",
10130 "smol",
10131 "util",
10132 "zlog",
10133]
10134
10135[[package]]
10136name = "lsp-types"
10137version = "0.95.1"
10138source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10139dependencies = [
10140 "bitflags 1.3.2",
10141 "serde",
10142 "serde_json",
10143 "url",
10144]
10145
10146[[package]]
10147name = "lyon"
10148version = "1.0.16"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10151dependencies = [
10152 "lyon_algorithms",
10153 "lyon_extra",
10154 "lyon_tessellation",
10155]
10156
10157[[package]]
10158name = "lyon_algorithms"
10159version = "1.0.16"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10162dependencies = [
10163 "lyon_path",
10164 "num-traits",
10165]
10166
10167[[package]]
10168name = "lyon_extra"
10169version = "1.0.3"
10170source = "registry+https://github.com/rust-lang/crates.io-index"
10171checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10172dependencies = [
10173 "lyon_path",
10174 "thiserror 1.0.69",
10175]
10176
10177[[package]]
10178name = "lyon_geom"
10179version = "1.0.17"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10182dependencies = [
10183 "arrayvec",
10184 "euclid",
10185 "num-traits",
10186]
10187
10188[[package]]
10189name = "lyon_path"
10190version = "1.0.16"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10193dependencies = [
10194 "lyon_geom",
10195 "num-traits",
10196]
10197
10198[[package]]
10199name = "lyon_tessellation"
10200version = "1.0.16"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10203dependencies = [
10204 "float_next_after",
10205 "lyon_path",
10206 "num-traits",
10207]
10208
10209[[package]]
10210name = "mac"
10211version = "0.1.1"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10214
10215[[package]]
10216name = "mach2"
10217version = "0.4.3"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10220dependencies = [
10221 "libc",
10222]
10223
10224[[package]]
10225name = "mach2"
10226version = "0.5.0"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10229dependencies = [
10230 "libc",
10231]
10232
10233[[package]]
10234name = "malloc_buf"
10235version = "0.0.6"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10238dependencies = [
10239 "libc",
10240]
10241
10242[[package]]
10243name = "maplit"
10244version = "1.0.2"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10247
10248[[package]]
10249name = "markdown"
10250version = "0.1.0"
10251dependencies = [
10252 "anyhow",
10253 "assets",
10254 "base64 0.22.1",
10255 "collections",
10256 "env_logger 0.11.8",
10257 "fs",
10258 "futures 0.3.32",
10259 "gpui",
10260 "gpui_platform",
10261 "html5ever 0.27.0",
10262 "language",
10263 "languages",
10264 "linkify",
10265 "log",
10266 "markup5ever_rcdom",
10267 "mermaid-rs-renderer",
10268 "node_runtime",
10269 "pulldown-cmark 0.13.0",
10270 "settings",
10271 "stacksafe",
10272 "sum_tree",
10273 "theme",
10274 "theme_settings",
10275 "ui",
10276 "util",
10277]
10278
10279[[package]]
10280name = "markdown_preview"
10281version = "0.1.0"
10282dependencies = [
10283 "anyhow",
10284 "editor",
10285 "gpui",
10286 "language",
10287 "log",
10288 "markdown",
10289 "project",
10290 "settings",
10291 "tempfile",
10292 "theme_settings",
10293 "ui",
10294 "urlencoding",
10295 "util",
10296 "workspace",
10297 "zed_actions",
10298]
10299
10300[[package]]
10301name = "markup5ever"
10302version = "0.12.1"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10305dependencies = [
10306 "log",
10307 "phf 0.11.3",
10308 "phf_codegen",
10309 "string_cache",
10310 "string_cache_codegen",
10311 "tendril",
10312]
10313
10314[[package]]
10315name = "markup5ever"
10316version = "0.35.0"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10319dependencies = [
10320 "log",
10321 "tendril",
10322 "web_atoms",
10323]
10324
10325[[package]]
10326name = "markup5ever_rcdom"
10327version = "0.3.0"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10330dependencies = [
10331 "html5ever 0.27.0",
10332 "markup5ever 0.12.1",
10333 "tendril",
10334 "xml5ever",
10335]
10336
10337[[package]]
10338name = "match_token"
10339version = "0.35.0"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10342dependencies = [
10343 "proc-macro2",
10344 "quote",
10345 "syn 2.0.117",
10346]
10347
10348[[package]]
10349name = "matchers"
10350version = "0.2.0"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10353dependencies = [
10354 "regex-automata",
10355]
10356
10357[[package]]
10358name = "matchit"
10359version = "0.7.3"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10362
10363[[package]]
10364name = "maybe-owned"
10365version = "0.3.4"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10368
10369[[package]]
10370name = "maybe-rayon"
10371version = "0.1.1"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10374dependencies = [
10375 "cfg-if",
10376 "rayon",
10377]
10378
10379[[package]]
10380name = "md-5"
10381version = "0.10.6"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10384dependencies = [
10385 "cfg-if",
10386 "digest",
10387]
10388
10389[[package]]
10390name = "mdbook"
10391version = "0.4.40"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10394dependencies = [
10395 "ammonia",
10396 "anyhow",
10397 "chrono",
10398 "clap",
10399 "clap_complete",
10400 "elasticlunr-rs",
10401 "env_logger 0.11.8",
10402 "futures-util",
10403 "handlebars 5.1.2",
10404 "ignore",
10405 "log",
10406 "memchr",
10407 "notify 6.1.1",
10408 "notify-debouncer-mini",
10409 "once_cell",
10410 "opener",
10411 "pathdiff",
10412 "pulldown-cmark 0.10.3",
10413 "regex",
10414 "serde",
10415 "serde_json",
10416 "shlex",
10417 "tempfile",
10418 "tokio",
10419 "toml 0.5.11",
10420 "topological-sort",
10421 "walkdir",
10422 "warp",
10423]
10424
10425[[package]]
10426name = "media"
10427version = "0.1.0"
10428dependencies = [
10429 "anyhow",
10430 "bindgen 0.71.1",
10431 "core-foundation 0.10.0",
10432 "core-video",
10433 "ctor",
10434 "foreign-types 0.5.0",
10435 "metal",
10436 "objc",
10437]
10438
10439[[package]]
10440name = "memchr"
10441version = "2.7.6"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10444
10445[[package]]
10446name = "memfd"
10447version = "0.6.5"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10450dependencies = [
10451 "rustix 1.1.2",
10452]
10453
10454[[package]]
10455name = "memmap2"
10456version = "0.9.8"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10459dependencies = [
10460 "libc",
10461 "stable_deref_trait",
10462]
10463
10464[[package]]
10465name = "memoffset"
10466version = "0.9.1"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10469dependencies = [
10470 "autocfg",
10471]
10472
10473[[package]]
10474name = "menu"
10475version = "0.1.0"
10476dependencies = [
10477 "gpui",
10478]
10479
10480[[package]]
10481name = "merge"
10482version = "0.1.0"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10485dependencies = [
10486 "merge_derive",
10487 "num-traits",
10488]
10489
10490[[package]]
10491name = "merge_derive"
10492version = "0.1.0"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10495dependencies = [
10496 "proc-macro-error",
10497 "proc-macro2",
10498 "quote",
10499 "syn 1.0.109",
10500]
10501
10502[[package]]
10503name = "mermaid-rs-renderer"
10504version = "0.2.0"
10505source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10506dependencies = [
10507 "anyhow",
10508 "fontdb 0.16.2",
10509 "json5",
10510 "once_cell",
10511 "regex",
10512 "serde",
10513 "serde_json",
10514 "thiserror 2.0.17",
10515 "ttf-parser 0.20.0",
10516]
10517
10518[[package]]
10519name = "metal"
10520version = "0.33.0"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10523dependencies = [
10524 "bitflags 2.10.0",
10525 "block",
10526 "core-graphics-types 0.2.0",
10527 "foreign-types 0.5.0",
10528 "log",
10529 "objc",
10530 "paste",
10531]
10532
10533[[package]]
10534name = "migrator"
10535version = "0.1.0"
10536dependencies = [
10537 "anyhow",
10538 "collections",
10539 "convert_case 0.8.0",
10540 "log",
10541 "pretty_assertions",
10542 "serde_json",
10543 "serde_json_lenient",
10544 "settings_content",
10545 "settings_json",
10546 "streaming-iterator",
10547 "tree-sitter",
10548 "tree-sitter-json",
10549 "unindent",
10550]
10551
10552[[package]]
10553name = "mimalloc"
10554version = "0.1.48"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10557dependencies = [
10558 "libmimalloc-sys",
10559]
10560
10561[[package]]
10562name = "mime"
10563version = "0.3.17"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10566
10567[[package]]
10568name = "mime_guess"
10569version = "2.0.5"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10572dependencies = [
10573 "mime",
10574 "unicase",
10575]
10576
10577[[package]]
10578name = "minidump-common"
10579version = "0.26.1"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10582dependencies = [
10583 "bitflags 2.10.0",
10584 "debugid",
10585 "num-derive",
10586 "num-traits",
10587 "range-map",
10588 "scroll",
10589 "smart-default",
10590]
10591
10592[[package]]
10593name = "minidump-writer"
10594version = "0.11.0"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10597dependencies = [
10598 "bitflags 2.10.0",
10599 "byteorder",
10600 "cfg-if",
10601 "crash-context",
10602 "error-graph",
10603 "failspot",
10604 "goblin",
10605 "libc",
10606 "log",
10607 "mach2 0.4.3",
10608 "memmap2",
10609 "memoffset",
10610 "minidump-common",
10611 "nix 0.29.0",
10612 "procfs-core",
10613 "scroll",
10614 "serde",
10615 "serde_json",
10616 "tempfile",
10617 "thiserror 2.0.17",
10618]
10619
10620[[package]]
10621name = "minidumper"
10622version = "0.9.0"
10623source = "registry+https://github.com/rust-lang/crates.io-index"
10624checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10625dependencies = [
10626 "cfg-if",
10627 "crash-context",
10628 "libc",
10629 "log",
10630 "minidump-writer",
10631 "parking_lot",
10632 "polling",
10633 "scroll",
10634 "thiserror 2.0.17",
10635 "uds",
10636]
10637
10638[[package]]
10639name = "minimal-lexical"
10640version = "0.2.1"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10643
10644[[package]]
10645name = "miniprofiler_ui"
10646version = "0.1.0"
10647dependencies = [
10648 "gpui",
10649 "rpc",
10650 "serde_json",
10651 "smol",
10652 "theme_settings",
10653 "util",
10654 "workspace",
10655 "zed_actions",
10656]
10657
10658[[package]]
10659name = "miniz_oxide"
10660version = "0.8.9"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10663dependencies = [
10664 "adler2",
10665 "simd-adler32",
10666]
10667
10668[[package]]
10669name = "mio"
10670version = "0.8.11"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10673dependencies = [
10674 "libc",
10675 "log",
10676 "wasi",
10677 "windows-sys 0.48.0",
10678]
10679
10680[[package]]
10681name = "mio"
10682version = "1.1.0"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10685dependencies = [
10686 "libc",
10687 "log",
10688 "wasi",
10689 "windows-sys 0.61.2",
10690]
10691
10692[[package]]
10693name = "miow"
10694version = "0.6.1"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10697dependencies = [
10698 "windows-sys 0.61.2",
10699]
10700
10701[[package]]
10702name = "mistral"
10703version = "0.1.0"
10704dependencies = [
10705 "anyhow",
10706 "futures 0.3.32",
10707 "http_client",
10708 "schemars",
10709 "serde",
10710 "serde_json",
10711 "strum 0.27.2",
10712]
10713
10714[[package]]
10715name = "moka"
10716version = "0.12.11"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10719dependencies = [
10720 "crossbeam-channel",
10721 "crossbeam-epoch",
10722 "crossbeam-utils",
10723 "equivalent",
10724 "parking_lot",
10725 "portable-atomic",
10726 "rustc_version",
10727 "smallvec",
10728 "tagptr",
10729 "uuid",
10730]
10731
10732[[package]]
10733name = "moxcms"
10734version = "0.7.7"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10737dependencies = [
10738 "num-traits",
10739 "pxfm",
10740]
10741
10742[[package]]
10743name = "msvc_spectre_libs"
10744version = "0.1.3"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10747dependencies = [
10748 "cc",
10749]
10750
10751[[package]]
10752name = "multi_buffer"
10753version = "0.1.0"
10754dependencies = [
10755 "anyhow",
10756 "buffer_diff",
10757 "clock",
10758 "collections",
10759 "ctor",
10760 "gpui",
10761 "indoc",
10762 "itertools 0.14.0",
10763 "language",
10764 "log",
10765 "parking_lot",
10766 "pretty_assertions",
10767 "rand 0.9.2",
10768 "rope",
10769 "serde",
10770 "settings",
10771 "smallvec",
10772 "smol",
10773 "sum_tree",
10774 "text",
10775 "theme",
10776 "tracing",
10777 "tree-sitter",
10778 "unicode-segmentation",
10779 "util",
10780 "zlog",
10781 "ztracing",
10782]
10783
10784[[package]]
10785name = "multimap"
10786version = "0.8.3"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10789
10790[[package]]
10791name = "naga"
10792version = "29.0.0"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10795dependencies = [
10796 "arrayvec",
10797 "bit-set 0.9.1",
10798 "bitflags 2.10.0",
10799 "cfg-if",
10800 "cfg_aliases 0.2.1",
10801 "codespan-reporting",
10802 "half",
10803 "hashbrown 0.16.1",
10804 "hexf-parse",
10805 "indexmap",
10806 "libm",
10807 "log",
10808 "num-traits",
10809 "once_cell",
10810 "rustc-hash 1.1.0",
10811 "thiserror 2.0.17",
10812 "unicode-ident",
10813]
10814
10815[[package]]
10816name = "naga"
10817version = "29.0.0"
10818source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10819dependencies = [
10820 "arrayvec",
10821 "bit-set 0.9.1",
10822 "bitflags 2.10.0",
10823 "cfg-if",
10824 "cfg_aliases 0.2.1",
10825 "codespan-reporting",
10826 "half",
10827 "hashbrown 0.16.1",
10828 "hexf-parse",
10829 "indexmap",
10830 "libm",
10831 "log",
10832 "num-traits",
10833 "once_cell",
10834 "rustc-hash 1.1.0",
10835 "spirv",
10836 "thiserror 2.0.17",
10837 "unicode-ident",
10838]
10839
10840[[package]]
10841name = "nanoid"
10842version = "0.4.0"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10845dependencies = [
10846 "rand 0.8.5",
10847]
10848
10849[[package]]
10850name = "nanorand"
10851version = "0.7.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10854dependencies = [
10855 "getrandom 0.2.16",
10856]
10857
10858[[package]]
10859name = "native-tls"
10860version = "0.2.14"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10863dependencies = [
10864 "libc",
10865 "log",
10866 "openssl",
10867 "openssl-probe",
10868 "openssl-sys",
10869 "schannel",
10870 "security-framework 2.11.1",
10871 "security-framework-sys",
10872 "tempfile",
10873]
10874
10875[[package]]
10876name = "nbformat"
10877version = "1.2.0"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10880dependencies = [
10881 "anyhow",
10882 "chrono",
10883 "jupyter-protocol",
10884 "serde",
10885 "serde_json",
10886 "thiserror 1.0.69",
10887 "uuid",
10888]
10889
10890[[package]]
10891name = "nc"
10892version = "0.1.0"
10893dependencies = [
10894 "anyhow",
10895 "futures 0.3.32",
10896 "net",
10897 "smol",
10898]
10899
10900[[package]]
10901name = "ndk"
10902version = "0.9.0"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10905dependencies = [
10906 "bitflags 2.10.0",
10907 "jni-sys",
10908 "log",
10909 "ndk-sys",
10910 "num_enum",
10911 "thiserror 1.0.69",
10912]
10913
10914[[package]]
10915name = "ndk-context"
10916version = "0.1.1"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10919
10920[[package]]
10921name = "ndk-sys"
10922version = "0.6.0+11769913"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10925dependencies = [
10926 "jni-sys",
10927]
10928
10929[[package]]
10930name = "net"
10931version = "0.1.0"
10932dependencies = [
10933 "anyhow",
10934 "async-io",
10935 "smol",
10936 "tempfile",
10937 "windows 0.61.3",
10938]
10939
10940[[package]]
10941name = "new_debug_unreachable"
10942version = "1.0.6"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10945
10946[[package]]
10947name = "nix"
10948version = "0.28.0"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10951dependencies = [
10952 "bitflags 2.10.0",
10953 "cfg-if",
10954 "cfg_aliases 0.1.1",
10955 "libc",
10956]
10957
10958[[package]]
10959name = "nix"
10960version = "0.29.0"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10963dependencies = [
10964 "bitflags 2.10.0",
10965 "cfg-if",
10966 "cfg_aliases 0.2.1",
10967 "libc",
10968]
10969
10970[[package]]
10971name = "nix"
10972version = "0.30.1"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10975dependencies = [
10976 "bitflags 2.10.0",
10977 "cfg-if",
10978 "cfg_aliases 0.2.1",
10979 "libc",
10980]
10981
10982[[package]]
10983name = "node_runtime"
10984version = "0.1.0"
10985dependencies = [
10986 "anyhow",
10987 "async-compression",
10988 "async-std",
10989 "async-tar",
10990 "async-trait",
10991 "futures 0.3.32",
10992 "http_client",
10993 "log",
10994 "paths",
10995 "semver",
10996 "serde",
10997 "serde_json",
10998 "smol",
10999 "util",
11000 "watch",
11001 "which 6.0.3",
11002]
11003
11004[[package]]
11005name = "nom"
11006version = "7.1.3"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11009dependencies = [
11010 "memchr",
11011 "minimal-lexical",
11012]
11013
11014[[package]]
11015name = "nom"
11016version = "8.0.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11019dependencies = [
11020 "memchr",
11021]
11022
11023[[package]]
11024name = "noop_proc_macro"
11025version = "0.3.0"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11028
11029[[package]]
11030name = "normpath"
11031version = "1.5.0"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11034dependencies = [
11035 "windows-sys 0.61.2",
11036]
11037
11038[[package]]
11039name = "notifications"
11040version = "0.1.0"
11041dependencies = [
11042 "anyhow",
11043 "channel",
11044 "client",
11045 "component",
11046 "db",
11047 "gpui",
11048 "rpc",
11049 "sum_tree",
11050 "time",
11051 "ui",
11052 "util",
11053 "workspace",
11054 "zed_actions",
11055]
11056
11057[[package]]
11058name = "notify"
11059version = "6.1.1"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11062dependencies = [
11063 "bitflags 2.10.0",
11064 "crossbeam-channel",
11065 "filetime",
11066 "fsevent-sys",
11067 "inotify 0.9.6",
11068 "kqueue",
11069 "libc",
11070 "log",
11071 "mio 0.8.11",
11072 "walkdir",
11073 "windows-sys 0.48.0",
11074]
11075
11076[[package]]
11077name = "notify"
11078version = "8.2.0"
11079source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11080dependencies = [
11081 "bitflags 2.10.0",
11082 "fsevent-sys",
11083 "inotify 0.11.0",
11084 "kqueue",
11085 "libc",
11086 "log",
11087 "mio 1.1.0",
11088 "notify-types",
11089 "walkdir",
11090 "windows-sys 0.60.2",
11091]
11092
11093[[package]]
11094name = "notify-debouncer-mini"
11095version = "0.4.1"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11098dependencies = [
11099 "crossbeam-channel",
11100 "log",
11101 "notify 6.1.1",
11102]
11103
11104[[package]]
11105name = "notify-types"
11106version = "2.0.0"
11107source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11108
11109[[package]]
11110name = "ntapi"
11111version = "0.4.1"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11114dependencies = [
11115 "winapi",
11116]
11117
11118[[package]]
11119name = "nu-ansi-term"
11120version = "0.50.3"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11123dependencies = [
11124 "windows-sys 0.61.2",
11125]
11126
11127[[package]]
11128name = "nucleo"
11129version = "0.5.0"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11132dependencies = [
11133 "nucleo-matcher",
11134 "parking_lot",
11135 "rayon",
11136]
11137
11138[[package]]
11139name = "nucleo-matcher"
11140version = "0.3.1"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11143dependencies = [
11144 "memchr",
11145 "unicode-segmentation",
11146]
11147
11148[[package]]
11149name = "num"
11150version = "0.4.3"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11153dependencies = [
11154 "num-bigint",
11155 "num-complex",
11156 "num-integer",
11157 "num-iter",
11158 "num-rational",
11159 "num-traits",
11160]
11161
11162[[package]]
11163name = "num-bigint"
11164version = "0.4.6"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11167dependencies = [
11168 "num-integer",
11169 "num-traits",
11170]
11171
11172[[package]]
11173name = "num-bigint-dig"
11174version = "0.8.6"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11177dependencies = [
11178 "lazy_static",
11179 "libm",
11180 "num-integer",
11181 "num-iter",
11182 "num-traits",
11183 "rand 0.8.5",
11184 "smallvec",
11185 "zeroize",
11186]
11187
11188[[package]]
11189name = "num-bigint-dig"
11190version = "0.9.1"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11193dependencies = [
11194 "libm",
11195 "num-integer",
11196 "num-iter",
11197 "num-traits",
11198 "once_cell",
11199 "rand 0.9.2",
11200 "serde",
11201 "smallvec",
11202 "zeroize",
11203]
11204
11205[[package]]
11206name = "num-cmp"
11207version = "0.1.0"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11210
11211[[package]]
11212name = "num-complex"
11213version = "0.4.6"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11216dependencies = [
11217 "bytemuck",
11218 "num-traits",
11219]
11220
11221[[package]]
11222name = "num-conv"
11223version = "0.2.0"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11226
11227[[package]]
11228name = "num-derive"
11229version = "0.4.2"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11232dependencies = [
11233 "proc-macro2",
11234 "quote",
11235 "syn 2.0.117",
11236]
11237
11238[[package]]
11239name = "num-format"
11240version = "0.4.4"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11243dependencies = [
11244 "arrayvec",
11245 "itoa",
11246]
11247
11248[[package]]
11249name = "num-integer"
11250version = "0.1.46"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11253dependencies = [
11254 "num-traits",
11255]
11256
11257[[package]]
11258name = "num-iter"
11259version = "0.1.45"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11262dependencies = [
11263 "autocfg",
11264 "num-integer",
11265 "num-traits",
11266]
11267
11268[[package]]
11269name = "num-rational"
11270version = "0.4.2"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11273dependencies = [
11274 "num-bigint",
11275 "num-integer",
11276 "num-traits",
11277]
11278
11279[[package]]
11280name = "num-traits"
11281version = "0.2.19"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11284dependencies = [
11285 "autocfg",
11286 "libm",
11287]
11288
11289[[package]]
11290name = "num_cpus"
11291version = "1.17.0"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11294dependencies = [
11295 "hermit-abi",
11296 "libc",
11297]
11298
11299[[package]]
11300name = "num_enum"
11301version = "0.7.4"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11304dependencies = [
11305 "num_enum_derive",
11306 "rustversion",
11307]
11308
11309[[package]]
11310name = "num_enum_derive"
11311version = "0.7.4"
11312source = "registry+https://github.com/rust-lang/crates.io-index"
11313checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11314dependencies = [
11315 "proc-macro-crate",
11316 "proc-macro2",
11317 "quote",
11318 "syn 2.0.117",
11319]
11320
11321[[package]]
11322name = "num_threads"
11323version = "0.1.7"
11324source = "registry+https://github.com/rust-lang/crates.io-index"
11325checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11326dependencies = [
11327 "libc",
11328]
11329
11330[[package]]
11331name = "nvim-rs"
11332version = "0.9.2"
11333source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11334dependencies = [
11335 "async-trait",
11336 "futures 0.3.32",
11337 "log",
11338 "rmp",
11339 "rmpv",
11340 "tokio",
11341 "tokio-util",
11342]
11343
11344[[package]]
11345name = "objc"
11346version = "0.2.7"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11349dependencies = [
11350 "malloc_buf",
11351 "objc_exception",
11352]
11353
11354[[package]]
11355name = "objc-foundation"
11356version = "0.1.1"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11359dependencies = [
11360 "block",
11361 "objc",
11362 "objc_id",
11363]
11364
11365[[package]]
11366name = "objc2"
11367version = "0.6.3"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11370dependencies = [
11371 "objc2-encode",
11372]
11373
11374[[package]]
11375name = "objc2-app-kit"
11376version = "0.3.1"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11379dependencies = [
11380 "objc2",
11381 "objc2-foundation",
11382]
11383
11384[[package]]
11385name = "objc2-audio-toolbox"
11386version = "0.3.2"
11387source = "registry+https://github.com/rust-lang/crates.io-index"
11388checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11389dependencies = [
11390 "bitflags 2.10.0",
11391 "libc",
11392 "objc2",
11393 "objc2-core-audio",
11394 "objc2-core-audio-types",
11395 "objc2-core-foundation",
11396 "objc2-foundation",
11397]
11398
11399[[package]]
11400name = "objc2-avf-audio"
11401version = "0.3.2"
11402source = "registry+https://github.com/rust-lang/crates.io-index"
11403checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11404dependencies = [
11405 "objc2",
11406 "objc2-foundation",
11407]
11408
11409[[package]]
11410name = "objc2-core-audio"
11411version = "0.3.2"
11412source = "registry+https://github.com/rust-lang/crates.io-index"
11413checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11414dependencies = [
11415 "dispatch2",
11416 "objc2",
11417 "objc2-core-audio-types",
11418 "objc2-core-foundation",
11419 "objc2-foundation",
11420]
11421
11422[[package]]
11423name = "objc2-core-audio-types"
11424version = "0.3.2"
11425source = "registry+https://github.com/rust-lang/crates.io-index"
11426checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11427dependencies = [
11428 "bitflags 2.10.0",
11429 "objc2",
11430]
11431
11432[[package]]
11433name = "objc2-core-foundation"
11434version = "0.3.2"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11437dependencies = [
11438 "bitflags 2.10.0",
11439 "block2",
11440 "dispatch2",
11441 "libc",
11442 "objc2",
11443]
11444
11445[[package]]
11446name = "objc2-encode"
11447version = "4.1.0"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11450
11451[[package]]
11452name = "objc2-foundation"
11453version = "0.3.2"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11456dependencies = [
11457 "bitflags 2.10.0",
11458 "block2",
11459 "libc",
11460 "objc2",
11461 "objc2-core-foundation",
11462]
11463
11464[[package]]
11465name = "objc2-io-kit"
11466version = "0.3.2"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11469dependencies = [
11470 "libc",
11471 "objc2-core-foundation",
11472]
11473
11474[[package]]
11475name = "objc2-metal"
11476version = "0.3.2"
11477source = "registry+https://github.com/rust-lang/crates.io-index"
11478checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11479dependencies = [
11480 "bitflags 2.10.0",
11481 "block2",
11482 "dispatch2",
11483 "objc2",
11484 "objc2-core-foundation",
11485 "objc2-foundation",
11486]
11487
11488[[package]]
11489name = "objc2-quartz-core"
11490version = "0.3.2"
11491source = "registry+https://github.com/rust-lang/crates.io-index"
11492checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11493dependencies = [
11494 "bitflags 2.10.0",
11495 "objc2",
11496 "objc2-core-foundation",
11497 "objc2-foundation",
11498 "objc2-metal",
11499]
11500
11501[[package]]
11502name = "objc_exception"
11503version = "0.1.2"
11504source = "registry+https://github.com/rust-lang/crates.io-index"
11505checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11506dependencies = [
11507 "cc",
11508]
11509
11510[[package]]
11511name = "objc_id"
11512version = "0.1.1"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11515dependencies = [
11516 "objc",
11517]
11518
11519[[package]]
11520name = "object"
11521version = "0.37.3"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11524dependencies = [
11525 "crc32fast",
11526 "hashbrown 0.15.5",
11527 "indexmap",
11528 "memchr",
11529]
11530
11531[[package]]
11532name = "octocrab"
11533version = "0.49.7"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11536dependencies = [
11537 "arc-swap",
11538 "async-trait",
11539 "base64 0.22.1",
11540 "bytes 1.11.1",
11541 "cargo_metadata 0.23.1",
11542 "cfg-if",
11543 "chrono",
11544 "either",
11545 "futures 0.3.32",
11546 "futures-core",
11547 "futures-util",
11548 "getrandom 0.2.16",
11549 "http 1.3.1",
11550 "http-body 1.0.1",
11551 "http-body-util",
11552 "hyper 1.7.0",
11553 "hyper-rustls 0.27.7",
11554 "hyper-timeout",
11555 "hyper-util",
11556 "jsonwebtoken",
11557 "once_cell",
11558 "percent-encoding",
11559 "pin-project",
11560 "secrecy",
11561 "serde",
11562 "serde_json",
11563 "serde_path_to_error",
11564 "serde_urlencoded",
11565 "snafu",
11566 "tokio",
11567 "tower 0.5.2",
11568 "tower-http 0.6.6",
11569 "url",
11570 "web-time",
11571]
11572
11573[[package]]
11574name = "ollama"
11575version = "0.1.0"
11576dependencies = [
11577 "anyhow",
11578 "futures 0.3.32",
11579 "http_client",
11580 "schemars",
11581 "serde",
11582 "serde_json",
11583 "settings",
11584]
11585
11586[[package]]
11587name = "onboarding"
11588version = "0.1.0"
11589dependencies = [
11590 "anyhow",
11591 "client",
11592 "component",
11593 "db",
11594 "documented",
11595 "fs",
11596 "fuzzy",
11597 "gpui",
11598 "menu",
11599 "notifications",
11600 "picker",
11601 "project",
11602 "schemars",
11603 "serde",
11604 "settings",
11605 "telemetry",
11606 "theme",
11607 "theme_settings",
11608 "ui",
11609 "util",
11610 "vim_mode_setting",
11611 "workspace",
11612 "zed_actions",
11613 "zlog",
11614]
11615
11616[[package]]
11617name = "once_cell"
11618version = "1.21.3"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11621
11622[[package]]
11623name = "once_cell_polyfill"
11624version = "1.70.1"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11627
11628[[package]]
11629name = "oo7"
11630version = "0.6.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11633dependencies = [
11634 "aes",
11635 "ashpd",
11636 "async-fs",
11637 "async-io",
11638 "async-lock 3.4.2",
11639 "blocking",
11640 "cbc",
11641 "cipher",
11642 "digest",
11643 "endi",
11644 "futures-lite 2.6.1",
11645 "futures-util",
11646 "getrandom 0.4.1",
11647 "hkdf",
11648 "hmac",
11649 "md-5",
11650 "num",
11651 "num-bigint-dig 0.9.1",
11652 "pbkdf2 0.12.2",
11653 "serde",
11654 "serde_bytes",
11655 "sha2",
11656 "subtle",
11657 "zbus",
11658 "zbus_macros",
11659 "zeroize",
11660 "zvariant",
11661]
11662
11663[[package]]
11664name = "oorandom"
11665version = "11.1.5"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11668
11669[[package]]
11670name = "open"
11671version = "5.3.2"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11674dependencies = [
11675 "is-wsl",
11676 "libc",
11677 "pathdiff",
11678]
11679
11680[[package]]
11681name = "open_ai"
11682version = "0.1.0"
11683dependencies = [
11684 "anyhow",
11685 "collections",
11686 "futures 0.3.32",
11687 "http_client",
11688 "language_model_core",
11689 "log",
11690 "pretty_assertions",
11691 "rand 0.9.2",
11692 "schemars",
11693 "serde",
11694 "serde_json",
11695 "strum 0.27.2",
11696 "thiserror 2.0.17",
11697 "tiktoken-rs",
11698]
11699
11700[[package]]
11701name = "open_path_prompt"
11702version = "0.1.0"
11703dependencies = [
11704 "editor",
11705 "file_icons",
11706 "futures 0.3.32",
11707 "fuzzy",
11708 "gpui",
11709 "picker",
11710 "project",
11711 "schemars",
11712 "serde",
11713 "serde_json",
11714 "settings",
11715 "theme",
11716 "theme_settings",
11717 "ui",
11718 "util",
11719 "workspace",
11720]
11721
11722[[package]]
11723name = "open_router"
11724version = "0.1.0"
11725dependencies = [
11726 "anyhow",
11727 "futures 0.3.32",
11728 "http_client",
11729 "language_model_core",
11730 "schemars",
11731 "serde",
11732 "serde_json",
11733 "settings",
11734 "strum 0.27.2",
11735 "thiserror 2.0.17",
11736]
11737
11738[[package]]
11739name = "opencode"
11740version = "0.1.0"
11741dependencies = [
11742 "anyhow",
11743 "futures 0.3.32",
11744 "google_ai",
11745 "http_client",
11746 "schemars",
11747 "serde",
11748 "serde_json",
11749 "strum 0.27.2",
11750]
11751
11752[[package]]
11753name = "opener"
11754version = "0.7.2"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11757dependencies = [
11758 "bstr",
11759 "dbus",
11760 "normpath",
11761 "windows-sys 0.59.0",
11762]
11763
11764[[package]]
11765name = "openssl"
11766version = "0.10.74"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11769dependencies = [
11770 "bitflags 2.10.0",
11771 "cfg-if",
11772 "foreign-types 0.3.2",
11773 "libc",
11774 "once_cell",
11775 "openssl-macros",
11776 "openssl-sys",
11777]
11778
11779[[package]]
11780name = "openssl-macros"
11781version = "0.1.1"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11784dependencies = [
11785 "proc-macro2",
11786 "quote",
11787 "syn 2.0.117",
11788]
11789
11790[[package]]
11791name = "openssl-probe"
11792version = "0.1.6"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11795
11796[[package]]
11797name = "openssl-sys"
11798version = "0.9.110"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11801dependencies = [
11802 "cc",
11803 "libc",
11804 "pkg-config",
11805 "vcpkg",
11806]
11807
11808[[package]]
11809name = "optfield"
11810version = "0.4.0"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11813dependencies = [
11814 "proc-macro2",
11815 "quote",
11816 "syn 2.0.117",
11817]
11818
11819[[package]]
11820name = "option-ext"
11821version = "0.2.0"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11824
11825[[package]]
11826name = "ordered-float"
11827version = "2.10.1"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11830dependencies = [
11831 "num-traits",
11832]
11833
11834[[package]]
11835name = "ordered-float"
11836version = "4.6.0"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11839dependencies = [
11840 "num-traits",
11841]
11842
11843[[package]]
11844name = "ordered-stream"
11845version = "0.2.0"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11848dependencies = [
11849 "futures-core",
11850 "pin-project-lite",
11851]
11852
11853[[package]]
11854name = "ouroboros"
11855version = "0.18.5"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11858dependencies = [
11859 "aliasable",
11860 "ouroboros_macro",
11861 "static_assertions",
11862]
11863
11864[[package]]
11865name = "ouroboros_macro"
11866version = "0.18.5"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11869dependencies = [
11870 "heck 0.4.1",
11871 "proc-macro2",
11872 "proc-macro2-diagnostics",
11873 "quote",
11874 "syn 2.0.117",
11875]
11876
11877[[package]]
11878name = "outline"
11879version = "0.1.0"
11880dependencies = [
11881 "editor",
11882 "fuzzy",
11883 "gpui",
11884 "indoc",
11885 "language",
11886 "lsp",
11887 "menu",
11888 "ordered-float 2.10.1",
11889 "picker",
11890 "project",
11891 "rope",
11892 "serde_json",
11893 "settings",
11894 "smol",
11895 "theme",
11896 "theme_settings",
11897 "ui",
11898 "util",
11899 "workspace",
11900 "zed_actions",
11901]
11902
11903[[package]]
11904name = "outline_panel"
11905version = "0.1.0"
11906dependencies = [
11907 "anyhow",
11908 "collections",
11909 "db",
11910 "editor",
11911 "file_icons",
11912 "fuzzy",
11913 "gpui",
11914 "itertools 0.14.0",
11915 "language",
11916 "log",
11917 "lsp",
11918 "menu",
11919 "outline",
11920 "pretty_assertions",
11921 "project",
11922 "search",
11923 "serde",
11924 "serde_json",
11925 "settings",
11926 "smallvec",
11927 "smol",
11928 "theme",
11929 "theme_settings",
11930 "ui",
11931 "util",
11932 "workspace",
11933 "worktree",
11934 "zed_actions",
11935]
11936
11937[[package]]
11938name = "outref"
11939version = "0.5.2"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11942
11943[[package]]
11944name = "p256"
11945version = "0.11.1"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11948dependencies = [
11949 "ecdsa",
11950 "elliptic-curve",
11951 "sha2",
11952]
11953
11954[[package]]
11955name = "page_size"
11956version = "0.6.0"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11959dependencies = [
11960 "libc",
11961 "winapi",
11962]
11963
11964[[package]]
11965name = "palette"
11966version = "0.7.6"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11969dependencies = [
11970 "approx",
11971 "fast-srgb8",
11972 "palette_derive",
11973]
11974
11975[[package]]
11976name = "palette_derive"
11977version = "0.7.6"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11980dependencies = [
11981 "by_address",
11982 "proc-macro2",
11983 "quote",
11984 "syn 2.0.117",
11985]
11986
11987[[package]]
11988name = "panel"
11989version = "0.1.0"
11990dependencies = [
11991 "gpui",
11992 "ui",
11993 "workspace",
11994]
11995
11996[[package]]
11997name = "parking"
11998version = "2.2.1"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12001
12002[[package]]
12003name = "parking_lot"
12004version = "0.12.5"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12007dependencies = [
12008 "lock_api",
12009 "parking_lot_core",
12010]
12011
12012[[package]]
12013name = "parking_lot_core"
12014version = "0.9.12"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12017dependencies = [
12018 "cfg-if",
12019 "libc",
12020 "redox_syscall 0.5.18",
12021 "smallvec",
12022 "windows-link 0.2.1",
12023]
12024
12025[[package]]
12026name = "parse_int"
12027version = "0.9.0"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12030dependencies = [
12031 "num-traits",
12032]
12033
12034[[package]]
12035name = "partial-json-fixer"
12036version = "0.5.3"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12039
12040[[package]]
12041name = "password-hash"
12042version = "0.4.2"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12045dependencies = [
12046 "base64ct",
12047 "rand_core 0.6.4",
12048 "subtle",
12049]
12050
12051[[package]]
12052name = "paste"
12053version = "1.0.15"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12056
12057[[package]]
12058name = "pathdiff"
12059version = "0.2.3"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12062
12063[[package]]
12064name = "pathfinder_geometry"
12065version = "0.5.1"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12068dependencies = [
12069 "log",
12070 "pathfinder_simd",
12071]
12072
12073[[package]]
12074name = "pathfinder_simd"
12075version = "0.5.5"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12078dependencies = [
12079 "rustc_version",
12080]
12081
12082[[package]]
12083name = "paths"
12084version = "0.1.0"
12085dependencies = [
12086 "dirs 4.0.0",
12087 "ignore",
12088 "util",
12089]
12090
12091[[package]]
12092name = "pbjson"
12093version = "0.6.0"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12096dependencies = [
12097 "base64 0.21.7",
12098 "serde",
12099]
12100
12101[[package]]
12102name = "pbjson-build"
12103version = "0.6.2"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12106dependencies = [
12107 "heck 0.4.1",
12108 "itertools 0.11.0",
12109 "prost 0.12.6",
12110 "prost-types 0.12.6",
12111]
12112
12113[[package]]
12114name = "pbjson-types"
12115version = "0.6.0"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12118dependencies = [
12119 "bytes 1.11.1",
12120 "chrono",
12121 "pbjson",
12122 "pbjson-build",
12123 "prost 0.12.6",
12124 "prost-build 0.12.6",
12125 "serde",
12126]
12127
12128[[package]]
12129name = "pbkdf2"
12130version = "0.11.0"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12133dependencies = [
12134 "digest",
12135 "hmac",
12136 "password-hash",
12137 "sha2",
12138]
12139
12140[[package]]
12141name = "pbkdf2"
12142version = "0.12.2"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12145dependencies = [
12146 "digest",
12147 "hmac",
12148]
12149
12150[[package]]
12151name = "pciid-parser"
12152version = "0.8.0"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12155
12156[[package]]
12157name = "peg"
12158version = "0.8.5"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12161dependencies = [
12162 "peg-macros",
12163 "peg-runtime",
12164]
12165
12166[[package]]
12167name = "peg-macros"
12168version = "0.8.5"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12171dependencies = [
12172 "peg-runtime",
12173 "proc-macro2",
12174 "quote",
12175]
12176
12177[[package]]
12178name = "peg-runtime"
12179version = "0.8.5"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12182
12183[[package]]
12184name = "pem"
12185version = "3.0.6"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12188dependencies = [
12189 "base64 0.22.1",
12190 "serde_core",
12191]
12192
12193[[package]]
12194name = "pem-rfc7468"
12195version = "0.7.0"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12198dependencies = [
12199 "base64ct",
12200]
12201
12202[[package]]
12203name = "percent-encoding"
12204version = "2.3.2"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12207
12208[[package]]
12209name = "perf"
12210version = "0.1.0"
12211dependencies = [
12212 "collections",
12213 "serde",
12214 "serde_json",
12215]
12216
12217[[package]]
12218name = "pest"
12219version = "2.8.3"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12222dependencies = [
12223 "memchr",
12224 "ucd-trie",
12225]
12226
12227[[package]]
12228name = "pest_derive"
12229version = "2.8.3"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12232dependencies = [
12233 "pest",
12234 "pest_generator",
12235]
12236
12237[[package]]
12238name = "pest_generator"
12239version = "2.8.3"
12240source = "registry+https://github.com/rust-lang/crates.io-index"
12241checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12242dependencies = [
12243 "pest",
12244 "pest_meta",
12245 "proc-macro2",
12246 "quote",
12247 "syn 2.0.117",
12248]
12249
12250[[package]]
12251name = "pest_meta"
12252version = "2.8.3"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12255dependencies = [
12256 "pest",
12257 "sha2",
12258]
12259
12260[[package]]
12261name = "pet"
12262version = "0.1.0"
12263source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12264dependencies = [
12265 "clap",
12266 "env_logger 0.10.2",
12267 "lazy_static",
12268 "log",
12269 "msvc_spectre_libs",
12270 "pet-conda",
12271 "pet-core",
12272 "pet-env-var-path",
12273 "pet-fs",
12274 "pet-global-virtualenvs",
12275 "pet-homebrew",
12276 "pet-jsonrpc",
12277 "pet-linux-global-python",
12278 "pet-mac-commandlinetools",
12279 "pet-mac-python-org",
12280 "pet-mac-xcode",
12281 "pet-pipenv",
12282 "pet-pixi",
12283 "pet-poetry",
12284 "pet-pyenv",
12285 "pet-python-utils",
12286 "pet-reporter",
12287 "pet-telemetry",
12288 "pet-uv",
12289 "pet-venv",
12290 "pet-virtualenv",
12291 "pet-virtualenvwrapper",
12292 "pet-windows-registry",
12293 "pet-windows-store",
12294 "pet-winpython",
12295 "serde",
12296 "serde_json",
12297 "tracing",
12298 "tracing-subscriber",
12299 "winresource",
12300]
12301
12302[[package]]
12303name = "pet-conda"
12304version = "0.1.0"
12305source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12306dependencies = [
12307 "env_logger 0.10.2",
12308 "lazy_static",
12309 "log",
12310 "msvc_spectre_libs",
12311 "pet-core",
12312 "pet-fs",
12313 "pet-python-utils",
12314 "pet-reporter",
12315 "rayon",
12316 "regex",
12317 "serde",
12318 "serde_json",
12319 "yaml-rust2",
12320]
12321
12322[[package]]
12323name = "pet-core"
12324version = "0.1.0"
12325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12326dependencies = [
12327 "clap",
12328 "lazy_static",
12329 "log",
12330 "msvc_spectre_libs",
12331 "pet-fs",
12332 "regex",
12333 "serde",
12334 "serde_json",
12335]
12336
12337[[package]]
12338name = "pet-env-var-path"
12339version = "0.1.0"
12340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12341dependencies = [
12342 "lazy_static",
12343 "log",
12344 "msvc_spectre_libs",
12345 "pet-conda",
12346 "pet-core",
12347 "pet-fs",
12348 "pet-python-utils",
12349 "pet-virtualenv",
12350 "regex",
12351]
12352
12353[[package]]
12354name = "pet-fs"
12355version = "0.1.0"
12356source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12357dependencies = [
12358 "glob",
12359 "log",
12360 "msvc_spectre_libs",
12361 "windows-sys 0.59.0",
12362]
12363
12364[[package]]
12365name = "pet-global-virtualenvs"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "log",
12370 "msvc_spectre_libs",
12371 "pet-conda",
12372 "pet-core",
12373 "pet-fs",
12374 "pet-virtualenv",
12375]
12376
12377[[package]]
12378name = "pet-homebrew"
12379version = "0.1.0"
12380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12381dependencies = [
12382 "lazy_static",
12383 "log",
12384 "msvc_spectre_libs",
12385 "pet-conda",
12386 "pet-core",
12387 "pet-fs",
12388 "pet-python-utils",
12389 "pet-virtualenv",
12390 "rayon",
12391 "regex",
12392 "serde",
12393 "serde_json",
12394]
12395
12396[[package]]
12397name = "pet-jsonrpc"
12398version = "0.1.0"
12399source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12400dependencies = [
12401 "env_logger 0.10.2",
12402 "log",
12403 "msvc_spectre_libs",
12404 "pet-core",
12405 "serde",
12406 "serde_json",
12407]
12408
12409[[package]]
12410name = "pet-linux-global-python"
12411version = "0.1.0"
12412source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12413dependencies = [
12414 "log",
12415 "msvc_spectre_libs",
12416 "pet-core",
12417 "pet-fs",
12418 "pet-python-utils",
12419 "pet-virtualenv",
12420]
12421
12422[[package]]
12423name = "pet-mac-commandlinetools"
12424version = "0.1.0"
12425source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12426dependencies = [
12427 "log",
12428 "msvc_spectre_libs",
12429 "pet-core",
12430 "pet-fs",
12431 "pet-python-utils",
12432 "pet-virtualenv",
12433]
12434
12435[[package]]
12436name = "pet-mac-python-org"
12437version = "0.1.0"
12438source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12439dependencies = [
12440 "log",
12441 "msvc_spectre_libs",
12442 "pet-core",
12443 "pet-fs",
12444 "pet-python-utils",
12445 "pet-virtualenv",
12446]
12447
12448[[package]]
12449name = "pet-mac-xcode"
12450version = "0.1.0"
12451source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12452dependencies = [
12453 "log",
12454 "msvc_spectre_libs",
12455 "pet-core",
12456 "pet-fs",
12457 "pet-python-utils",
12458 "pet-virtualenv",
12459]
12460
12461[[package]]
12462name = "pet-pipenv"
12463version = "0.1.0"
12464source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12465dependencies = [
12466 "lazy_static",
12467 "log",
12468 "msvc_spectre_libs",
12469 "pet-core",
12470 "pet-fs",
12471 "pet-python-utils",
12472 "pet-virtualenv",
12473 "regex",
12474]
12475
12476[[package]]
12477name = "pet-pixi"
12478version = "0.1.0"
12479source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12480dependencies = [
12481 "log",
12482 "msvc_spectre_libs",
12483 "pet-conda",
12484 "pet-core",
12485 "pet-python-utils",
12486]
12487
12488[[package]]
12489name = "pet-poetry"
12490version = "0.1.0"
12491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12492dependencies = [
12493 "base64 0.22.1",
12494 "lazy_static",
12495 "log",
12496 "msvc_spectre_libs",
12497 "pet-core",
12498 "pet-fs",
12499 "pet-python-utils",
12500 "pet-reporter",
12501 "pet-virtualenv",
12502 "regex",
12503 "serde",
12504 "serde_json",
12505 "sha2",
12506 "toml 0.8.23",
12507]
12508
12509[[package]]
12510name = "pet-pyenv"
12511version = "0.1.0"
12512source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12513dependencies = [
12514 "lazy_static",
12515 "log",
12516 "msvc_spectre_libs",
12517 "pet-conda",
12518 "pet-core",
12519 "pet-fs",
12520 "pet-python-utils",
12521 "pet-reporter",
12522 "regex",
12523 "serde",
12524 "serde_json",
12525]
12526
12527[[package]]
12528name = "pet-python-utils"
12529version = "0.1.0"
12530source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12531dependencies = [
12532 "env_logger 0.10.2",
12533 "lazy_static",
12534 "log",
12535 "msvc_spectre_libs",
12536 "pet-core",
12537 "pet-fs",
12538 "regex",
12539 "serde",
12540 "serde_json",
12541 "sha2",
12542]
12543
12544[[package]]
12545name = "pet-reporter"
12546version = "0.1.0"
12547source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12548dependencies = [
12549 "env_logger 0.10.2",
12550 "log",
12551 "msvc_spectre_libs",
12552 "pet-core",
12553 "pet-jsonrpc",
12554 "serde",
12555 "serde_json",
12556]
12557
12558[[package]]
12559name = "pet-telemetry"
12560version = "0.1.0"
12561source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12562dependencies = [
12563 "env_logger 0.10.2",
12564 "lazy_static",
12565 "log",
12566 "msvc_spectre_libs",
12567 "pet-core",
12568 "pet-fs",
12569 "pet-python-utils",
12570 "regex",
12571]
12572
12573[[package]]
12574name = "pet-uv"
12575version = "0.1.0"
12576source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12577dependencies = [
12578 "log",
12579 "pet-core",
12580 "pet-python-utils",
12581 "serde",
12582 "toml 0.9.8",
12583]
12584
12585[[package]]
12586name = "pet-venv"
12587version = "0.1.0"
12588source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12589dependencies = [
12590 "log",
12591 "msvc_spectre_libs",
12592 "pet-core",
12593 "pet-python-utils",
12594 "pet-virtualenv",
12595]
12596
12597[[package]]
12598name = "pet-virtualenv"
12599version = "0.1.0"
12600source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12601dependencies = [
12602 "log",
12603 "msvc_spectre_libs",
12604 "pet-core",
12605 "pet-fs",
12606 "pet-python-utils",
12607]
12608
12609[[package]]
12610name = "pet-virtualenvwrapper"
12611version = "0.1.0"
12612source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12613dependencies = [
12614 "log",
12615 "msvc_spectre_libs",
12616 "pet-core",
12617 "pet-fs",
12618 "pet-python-utils",
12619 "pet-virtualenv",
12620]
12621
12622[[package]]
12623name = "pet-windows-registry"
12624version = "0.1.0"
12625source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12626dependencies = [
12627 "lazy_static",
12628 "log",
12629 "msvc_spectre_libs",
12630 "pet-conda",
12631 "pet-core",
12632 "pet-fs",
12633 "pet-python-utils",
12634 "pet-virtualenv",
12635 "pet-windows-store",
12636 "regex",
12637 "winreg 0.55.0",
12638]
12639
12640[[package]]
12641name = "pet-windows-store"
12642version = "0.1.0"
12643source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12644dependencies = [
12645 "lazy_static",
12646 "log",
12647 "msvc_spectre_libs",
12648 "pet-core",
12649 "pet-fs",
12650 "pet-python-utils",
12651 "pet-virtualenv",
12652 "regex",
12653 "winreg 0.55.0",
12654]
12655
12656[[package]]
12657name = "pet-winpython"
12658version = "0.1.0"
12659source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12660dependencies = [
12661 "lazy_static",
12662 "log",
12663 "pet-core",
12664 "pet-fs",
12665 "pet-python-utils",
12666 "pet-virtualenv",
12667 "regex",
12668]
12669
12670[[package]]
12671name = "petgraph"
12672version = "0.6.5"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12675dependencies = [
12676 "fixedbitset 0.4.2",
12677 "indexmap",
12678]
12679
12680[[package]]
12681name = "pgvector"
12682version = "0.4.1"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12685dependencies = [
12686 "serde",
12687]
12688
12689[[package]]
12690name = "phf"
12691version = "0.11.3"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12694dependencies = [
12695 "phf_macros 0.11.3",
12696 "phf_shared 0.11.3",
12697]
12698
12699[[package]]
12700name = "phf"
12701version = "0.12.1"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12704dependencies = [
12705 "phf_macros 0.12.1",
12706 "phf_shared 0.12.1",
12707]
12708
12709[[package]]
12710name = "phf_codegen"
12711version = "0.11.3"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12714dependencies = [
12715 "phf_generator 0.11.3",
12716 "phf_shared 0.11.3",
12717]
12718
12719[[package]]
12720name = "phf_generator"
12721version = "0.11.3"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12724dependencies = [
12725 "phf_shared 0.11.3",
12726 "rand 0.8.5",
12727]
12728
12729[[package]]
12730name = "phf_generator"
12731version = "0.12.1"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12734dependencies = [
12735 "fastrand 2.3.0",
12736 "phf_shared 0.12.1",
12737]
12738
12739[[package]]
12740name = "phf_macros"
12741version = "0.11.3"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12744dependencies = [
12745 "phf_generator 0.11.3",
12746 "phf_shared 0.11.3",
12747 "proc-macro2",
12748 "quote",
12749 "syn 2.0.117",
12750]
12751
12752[[package]]
12753name = "phf_macros"
12754version = "0.12.1"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12757dependencies = [
12758 "phf_generator 0.12.1",
12759 "phf_shared 0.12.1",
12760 "proc-macro2",
12761 "quote",
12762 "syn 2.0.117",
12763]
12764
12765[[package]]
12766name = "phf_shared"
12767version = "0.11.3"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12770dependencies = [
12771 "siphasher 1.0.1",
12772]
12773
12774[[package]]
12775name = "phf_shared"
12776version = "0.12.1"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12779dependencies = [
12780 "siphasher 1.0.1",
12781]
12782
12783[[package]]
12784name = "picker"
12785version = "0.1.0"
12786dependencies = [
12787 "anyhow",
12788 "editor",
12789 "gpui",
12790 "menu",
12791 "schemars",
12792 "serde",
12793 "settings",
12794 "theme",
12795 "theme_settings",
12796 "ui",
12797 "ui_input",
12798 "workspace",
12799 "zed_actions",
12800]
12801
12802[[package]]
12803name = "pico-args"
12804version = "0.5.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12807
12808[[package]]
12809name = "pin-project"
12810version = "1.1.10"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12813dependencies = [
12814 "pin-project-internal",
12815]
12816
12817[[package]]
12818name = "pin-project-internal"
12819version = "1.1.10"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12822dependencies = [
12823 "proc-macro2",
12824 "quote",
12825 "syn 2.0.117",
12826]
12827
12828[[package]]
12829name = "pin-project-lite"
12830version = "0.2.16"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12833
12834[[package]]
12835name = "pin-utils"
12836version = "0.1.0"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12839
12840[[package]]
12841name = "piper"
12842version = "0.2.4"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12845dependencies = [
12846 "atomic-waker",
12847 "fastrand 2.3.0",
12848 "futures-io",
12849]
12850
12851[[package]]
12852name = "pkcs1"
12853version = "0.7.5"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12856dependencies = [
12857 "der 0.7.10",
12858 "pkcs8 0.10.2",
12859 "spki 0.7.3",
12860]
12861
12862[[package]]
12863name = "pkcs8"
12864version = "0.9.0"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12867dependencies = [
12868 "der 0.6.1",
12869 "spki 0.6.0",
12870]
12871
12872[[package]]
12873name = "pkcs8"
12874version = "0.10.2"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12877dependencies = [
12878 "der 0.7.10",
12879 "spki 0.7.3",
12880]
12881
12882[[package]]
12883name = "pkg-config"
12884version = "0.3.32"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12887
12888[[package]]
12889name = "plain"
12890version = "0.2.3"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12893
12894[[package]]
12895name = "platform_title_bar"
12896version = "0.1.0"
12897dependencies = [
12898 "feature_flags",
12899 "gpui",
12900 "project",
12901 "settings",
12902 "smallvec",
12903 "theme",
12904 "theme_settings",
12905 "ui",
12906 "windows 0.61.3",
12907 "workspace",
12908 "zed_actions",
12909]
12910
12911[[package]]
12912name = "plist"
12913version = "1.8.0"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12916dependencies = [
12917 "base64 0.22.1",
12918 "indexmap",
12919 "quick-xml 0.38.3",
12920 "serde",
12921 "time",
12922]
12923
12924[[package]]
12925name = "plotters"
12926version = "0.3.7"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12929dependencies = [
12930 "num-traits",
12931 "plotters-backend",
12932 "plotters-svg",
12933 "wasm-bindgen",
12934 "web-sys",
12935]
12936
12937[[package]]
12938name = "plotters-backend"
12939version = "0.3.7"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12942
12943[[package]]
12944name = "plotters-svg"
12945version = "0.3.7"
12946source = "registry+https://github.com/rust-lang/crates.io-index"
12947checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12948dependencies = [
12949 "plotters-backend",
12950]
12951
12952[[package]]
12953name = "png"
12954version = "0.17.16"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12957dependencies = [
12958 "bitflags 1.3.2",
12959 "crc32fast",
12960 "fdeflate",
12961 "flate2",
12962 "miniz_oxide",
12963]
12964
12965[[package]]
12966name = "png"
12967version = "0.18.0"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12970dependencies = [
12971 "bitflags 2.10.0",
12972 "crc32fast",
12973 "fdeflate",
12974 "flate2",
12975 "miniz_oxide",
12976]
12977
12978[[package]]
12979name = "polling"
12980version = "3.11.0"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12983dependencies = [
12984 "cfg-if",
12985 "concurrent-queue",
12986 "hermit-abi",
12987 "pin-project-lite",
12988 "rustix 1.1.2",
12989 "windows-sys 0.61.2",
12990]
12991
12992[[package]]
12993name = "pollster"
12994version = "0.2.5"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12997
12998[[package]]
12999name = "pollster"
13000version = "0.4.0"
13001source = "registry+https://github.com/rust-lang/crates.io-index"
13002checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13003
13004[[package]]
13005name = "pori"
13006version = "0.0.0"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13009dependencies = [
13010 "nom 7.1.3",
13011]
13012
13013[[package]]
13014name = "portable-atomic"
13015version = "1.11.1"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13018
13019[[package]]
13020name = "portable-atomic-util"
13021version = "0.2.4"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13024dependencies = [
13025 "portable-atomic",
13026]
13027
13028[[package]]
13029name = "portable-pty"
13030version = "0.9.0"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13033dependencies = [
13034 "anyhow",
13035 "bitflags 1.3.2",
13036 "downcast-rs",
13037 "filedescriptor",
13038 "lazy_static",
13039 "libc",
13040 "log",
13041 "nix 0.28.0",
13042 "serial2",
13043 "shared_library",
13044 "shell-words",
13045 "winapi",
13046 "winreg 0.10.1",
13047]
13048
13049[[package]]
13050name = "postage"
13051version = "0.5.0"
13052source = "registry+https://github.com/rust-lang/crates.io-index"
13053checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13054dependencies = [
13055 "atomic",
13056 "crossbeam-queue",
13057 "futures 0.3.32",
13058 "log",
13059 "parking_lot",
13060 "pin-project",
13061 "pollster 0.2.5",
13062 "static_assertions",
13063 "thiserror 1.0.69",
13064]
13065
13066[[package]]
13067name = "postcard"
13068version = "1.1.3"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13071dependencies = [
13072 "cobs",
13073 "embedded-io 0.4.0",
13074 "embedded-io 0.6.1",
13075 "serde",
13076]
13077
13078[[package]]
13079name = "potential_utf"
13080version = "0.1.3"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13083dependencies = [
13084 "zerovec",
13085]
13086
13087[[package]]
13088name = "powerfmt"
13089version = "0.2.0"
13090source = "registry+https://github.com/rust-lang/crates.io-index"
13091checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13092
13093[[package]]
13094name = "ppv-lite86"
13095version = "0.2.21"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13098dependencies = [
13099 "zerocopy",
13100]
13101
13102[[package]]
13103name = "precomputed-hash"
13104version = "0.1.1"
13105source = "registry+https://github.com/rust-lang/crates.io-index"
13106checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13107
13108[[package]]
13109name = "presser"
13110version = "0.3.1"
13111source = "registry+https://github.com/rust-lang/crates.io-index"
13112checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13113
13114[[package]]
13115name = "prettier"
13116version = "0.1.0"
13117dependencies = [
13118 "anyhow",
13119 "collections",
13120 "fs",
13121 "gpui",
13122 "language",
13123 "log",
13124 "lsp",
13125 "node_runtime",
13126 "parking_lot",
13127 "paths",
13128 "serde",
13129 "serde_json",
13130 "util",
13131]
13132
13133[[package]]
13134name = "pretty_assertions"
13135version = "1.4.1"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13138dependencies = [
13139 "diff",
13140 "yansi",
13141]
13142
13143[[package]]
13144name = "prettyplease"
13145version = "0.2.37"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13148dependencies = [
13149 "proc-macro2",
13150 "syn 2.0.117",
13151]
13152
13153[[package]]
13154name = "primal-check"
13155version = "0.3.4"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13158dependencies = [
13159 "num-integer",
13160]
13161
13162[[package]]
13163name = "proc-macro-crate"
13164version = "3.4.0"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13167dependencies = [
13168 "toml_edit 0.23.7",
13169]
13170
13171[[package]]
13172name = "proc-macro-error"
13173version = "1.0.4"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13176dependencies = [
13177 "proc-macro-error-attr",
13178 "proc-macro2",
13179 "quote",
13180 "syn 1.0.109",
13181 "version_check",
13182]
13183
13184[[package]]
13185name = "proc-macro-error-attr"
13186version = "1.0.4"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13189dependencies = [
13190 "proc-macro2",
13191 "quote",
13192 "version_check",
13193]
13194
13195[[package]]
13196name = "proc-macro-error-attr2"
13197version = "2.0.0"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13200dependencies = [
13201 "proc-macro2",
13202 "quote",
13203]
13204
13205[[package]]
13206name = "proc-macro-error2"
13207version = "2.0.1"
13208source = "registry+https://github.com/rust-lang/crates.io-index"
13209checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13210dependencies = [
13211 "proc-macro-error-attr2",
13212 "proc-macro2",
13213 "quote",
13214 "syn 2.0.117",
13215]
13216
13217[[package]]
13218name = "proc-macro2"
13219version = "1.0.101"
13220source = "registry+https://github.com/rust-lang/crates.io-index"
13221checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13222dependencies = [
13223 "unicode-ident",
13224]
13225
13226[[package]]
13227name = "proc-macro2-diagnostics"
13228version = "0.10.1"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13231dependencies = [
13232 "proc-macro2",
13233 "quote",
13234 "syn 2.0.117",
13235 "version_check",
13236 "yansi",
13237]
13238
13239[[package]]
13240name = "procfs-core"
13241version = "0.17.0"
13242source = "registry+https://github.com/rust-lang/crates.io-index"
13243checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13244dependencies = [
13245 "bitflags 2.10.0",
13246 "hex",
13247 "serde",
13248]
13249
13250[[package]]
13251name = "profiling"
13252version = "1.0.17"
13253source = "registry+https://github.com/rust-lang/crates.io-index"
13254checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13255dependencies = [
13256 "profiling-procmacros",
13257]
13258
13259[[package]]
13260name = "profiling-procmacros"
13261version = "1.0.17"
13262source = "registry+https://github.com/rust-lang/crates.io-index"
13263checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13264dependencies = [
13265 "quote",
13266 "syn 2.0.117",
13267]
13268
13269[[package]]
13270name = "project"
13271version = "0.1.0"
13272dependencies = [
13273 "aho-corasick",
13274 "anyhow",
13275 "askpass",
13276 "async-trait",
13277 "base64 0.22.1",
13278 "buffer_diff",
13279 "circular-buffer",
13280 "client",
13281 "clock",
13282 "collections",
13283 "context_server",
13284 "credentials_provider",
13285 "dap",
13286 "encoding_rs",
13287 "extension",
13288 "fancy-regex 0.17.0",
13289 "fs",
13290 "futures 0.3.32",
13291 "fuzzy",
13292 "fuzzy_nucleo",
13293 "git",
13294 "git2",
13295 "git_hosting_providers",
13296 "globset",
13297 "gpui",
13298 "http_client",
13299 "image",
13300 "indexmap",
13301 "itertools 0.14.0",
13302 "language",
13303 "log",
13304 "lsp",
13305 "markdown",
13306 "node_runtime",
13307 "parking_lot",
13308 "paths",
13309 "percent-encoding",
13310 "postage",
13311 "prettier",
13312 "pretty_assertions",
13313 "project",
13314 "rand 0.9.2",
13315 "regex",
13316 "release_channel",
13317 "remote",
13318 "rpc",
13319 "schemars",
13320 "semver",
13321 "serde",
13322 "serde_json",
13323 "settings",
13324 "sha2",
13325 "shellexpand 2.1.2",
13326 "smallvec",
13327 "smol",
13328 "snippet",
13329 "snippet_provider",
13330 "sum_tree",
13331 "task",
13332 "tempfile",
13333 "terminal",
13334 "text",
13335 "toml 0.8.23",
13336 "tracing",
13337 "unindent",
13338 "url",
13339 "util",
13340 "watch",
13341 "wax",
13342 "which 6.0.3",
13343 "worktree",
13344 "zed_credentials_provider",
13345 "zeroize",
13346 "zlog",
13347 "ztracing",
13348]
13349
13350[[package]]
13351name = "project_benchmarks"
13352version = "0.1.0"
13353dependencies = [
13354 "anyhow",
13355 "askpass",
13356 "clap",
13357 "client",
13358 "futures 0.3.32",
13359 "gpui",
13360 "gpui_platform",
13361 "http_client",
13362 "language",
13363 "node_runtime",
13364 "project",
13365 "release_channel",
13366 "remote",
13367 "rpassword",
13368 "semver",
13369 "settings",
13370 "watch",
13371]
13372
13373[[package]]
13374name = "project_panel"
13375version = "0.1.0"
13376dependencies = [
13377 "anyhow",
13378 "client",
13379 "collections",
13380 "command_palette_hooks",
13381 "criterion",
13382 "editor",
13383 "feature_flags",
13384 "file_icons",
13385 "git",
13386 "git_ui",
13387 "gpui",
13388 "itertools 0.14.0",
13389 "language",
13390 "menu",
13391 "notifications",
13392 "pretty_assertions",
13393 "project",
13394 "rayon",
13395 "remote_connection",
13396 "schemars",
13397 "search",
13398 "serde",
13399 "serde_json",
13400 "settings",
13401 "smallvec",
13402 "telemetry",
13403 "tempfile",
13404 "theme",
13405 "theme_settings",
13406 "ui",
13407 "util",
13408 "workspace",
13409 "worktree",
13410 "zed_actions",
13411]
13412
13413[[package]]
13414name = "project_symbols"
13415version = "0.1.0"
13416dependencies = [
13417 "anyhow",
13418 "editor",
13419 "futures 0.3.32",
13420 "fuzzy",
13421 "gpui",
13422 "language",
13423 "lsp",
13424 "ordered-float 2.10.1",
13425 "picker",
13426 "project",
13427 "release_channel",
13428 "semver",
13429 "serde_json",
13430 "settings",
13431 "theme",
13432 "theme_settings",
13433 "util",
13434 "workspace",
13435]
13436
13437[[package]]
13438name = "prometheus"
13439version = "0.14.0"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13442dependencies = [
13443 "cfg-if",
13444 "fnv",
13445 "lazy_static",
13446 "memchr",
13447 "parking_lot",
13448 "protobuf",
13449 "thiserror 2.0.17",
13450]
13451
13452[[package]]
13453name = "prompt_store"
13454version = "0.1.0"
13455dependencies = [
13456 "anyhow",
13457 "assets",
13458 "chrono",
13459 "collections",
13460 "fs",
13461 "futures 0.3.32",
13462 "fuzzy",
13463 "gpui",
13464 "handlebars 4.5.0",
13465 "heed",
13466 "language",
13467 "log",
13468 "parking_lot",
13469 "paths",
13470 "rope",
13471 "serde",
13472 "strum 0.27.2",
13473 "tempfile",
13474 "text",
13475 "util",
13476 "uuid",
13477]
13478
13479[[package]]
13480name = "proptest"
13481version = "1.10.0"
13482source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13483dependencies = [
13484 "bit-set 0.8.0",
13485 "bit-vec 0.8.0",
13486 "bitflags 2.10.0",
13487 "num-traits",
13488 "proptest-macro",
13489 "rand 0.9.2",
13490 "rand_chacha 0.9.0",
13491 "rand_xorshift",
13492 "regex-syntax",
13493 "rusty-fork",
13494 "tempfile",
13495 "unarray",
13496]
13497
13498[[package]]
13499name = "proptest-derive"
13500version = "0.8.0"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13503dependencies = [
13504 "proc-macro2",
13505 "quote",
13506 "syn 2.0.117",
13507]
13508
13509[[package]]
13510name = "proptest-macro"
13511version = "0.5.0"
13512source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13513dependencies = [
13514 "convert_case 0.11.0",
13515 "proc-macro2",
13516 "quote",
13517 "syn 2.0.117",
13518]
13519
13520[[package]]
13521name = "prost"
13522version = "0.9.0"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13525dependencies = [
13526 "bytes 1.11.1",
13527 "prost-derive 0.9.0",
13528]
13529
13530[[package]]
13531name = "prost"
13532version = "0.12.6"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13535dependencies = [
13536 "bytes 1.11.1",
13537 "prost-derive 0.12.6",
13538]
13539
13540[[package]]
13541name = "prost-build"
13542version = "0.9.0"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13545dependencies = [
13546 "bytes 1.11.1",
13547 "heck 0.3.3",
13548 "itertools 0.10.5",
13549 "lazy_static",
13550 "log",
13551 "multimap",
13552 "petgraph",
13553 "prost 0.9.0",
13554 "prost-types 0.9.0",
13555 "regex",
13556 "tempfile",
13557 "which 4.4.2",
13558]
13559
13560[[package]]
13561name = "prost-build"
13562version = "0.12.6"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13565dependencies = [
13566 "bytes 1.11.1",
13567 "heck 0.5.0",
13568 "itertools 0.12.1",
13569 "log",
13570 "multimap",
13571 "once_cell",
13572 "petgraph",
13573 "prettyplease",
13574 "prost 0.12.6",
13575 "prost-types 0.12.6",
13576 "regex",
13577 "syn 2.0.117",
13578 "tempfile",
13579]
13580
13581[[package]]
13582name = "prost-derive"
13583version = "0.9.0"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13586dependencies = [
13587 "anyhow",
13588 "itertools 0.10.5",
13589 "proc-macro2",
13590 "quote",
13591 "syn 1.0.109",
13592]
13593
13594[[package]]
13595name = "prost-derive"
13596version = "0.12.6"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13599dependencies = [
13600 "anyhow",
13601 "itertools 0.12.1",
13602 "proc-macro2",
13603 "quote",
13604 "syn 2.0.117",
13605]
13606
13607[[package]]
13608name = "prost-types"
13609version = "0.9.0"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13612dependencies = [
13613 "bytes 1.11.1",
13614 "prost 0.9.0",
13615]
13616
13617[[package]]
13618name = "prost-types"
13619version = "0.12.6"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13622dependencies = [
13623 "prost 0.12.6",
13624]
13625
13626[[package]]
13627name = "proto"
13628version = "0.1.0"
13629dependencies = [
13630 "anyhow",
13631 "prost 0.9.0",
13632 "prost-build 0.9.0",
13633 "serde",
13634]
13635
13636[[package]]
13637name = "protobuf"
13638version = "3.7.2"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13641dependencies = [
13642 "once_cell",
13643 "protobuf-support",
13644 "thiserror 1.0.69",
13645]
13646
13647[[package]]
13648name = "protobuf-support"
13649version = "3.7.2"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13652dependencies = [
13653 "thiserror 1.0.69",
13654]
13655
13656[[package]]
13657name = "psm"
13658version = "0.1.30"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13661dependencies = [
13662 "ar_archive_writer",
13663 "cc",
13664]
13665
13666[[package]]
13667name = "ptr_meta"
13668version = "0.1.4"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13671dependencies = [
13672 "ptr_meta_derive",
13673]
13674
13675[[package]]
13676name = "ptr_meta_derive"
13677version = "0.1.4"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13680dependencies = [
13681 "proc-macro2",
13682 "quote",
13683 "syn 1.0.109",
13684]
13685
13686[[package]]
13687name = "pulldown-cmark"
13688version = "0.10.3"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13691dependencies = [
13692 "bitflags 2.10.0",
13693 "memchr",
13694 "pulldown-cmark-escape",
13695 "unicase",
13696]
13697
13698[[package]]
13699name = "pulldown-cmark"
13700version = "0.13.0"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13703dependencies = [
13704 "bitflags 2.10.0",
13705 "memchr",
13706 "unicase",
13707]
13708
13709[[package]]
13710name = "pulldown-cmark-escape"
13711version = "0.10.1"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13714
13715[[package]]
13716name = "pulley-interpreter"
13717version = "36.0.6"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13720dependencies = [
13721 "cranelift-bitset",
13722 "log",
13723 "pulley-macros",
13724 "wasmtime-internal-math",
13725]
13726
13727[[package]]
13728name = "pulley-macros"
13729version = "36.0.6"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13732dependencies = [
13733 "proc-macro2",
13734 "quote",
13735 "syn 2.0.117",
13736]
13737
13738[[package]]
13739name = "pulp"
13740version = "0.18.22"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13743dependencies = [
13744 "bytemuck",
13745 "libm",
13746 "num-complex",
13747 "reborrow",
13748]
13749
13750[[package]]
13751name = "pulp"
13752version = "0.21.5"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13755dependencies = [
13756 "bytemuck",
13757 "cfg-if",
13758 "libm",
13759 "num-complex",
13760 "reborrow",
13761 "version_check",
13762]
13763
13764[[package]]
13765name = "pxfm"
13766version = "0.1.25"
13767source = "registry+https://github.com/rust-lang/crates.io-index"
13768checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13769dependencies = [
13770 "num-traits",
13771]
13772
13773[[package]]
13774name = "qoi"
13775version = "0.4.1"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13778dependencies = [
13779 "bytemuck",
13780]
13781
13782[[package]]
13783name = "quick-error"
13784version = "1.2.3"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13787
13788[[package]]
13789name = "quick-error"
13790version = "2.0.1"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13793
13794[[package]]
13795name = "quick-xml"
13796version = "0.30.0"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13799dependencies = [
13800 "memchr",
13801]
13802
13803[[package]]
13804name = "quick-xml"
13805version = "0.37.5"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13808dependencies = [
13809 "memchr",
13810]
13811
13812[[package]]
13813name = "quick-xml"
13814version = "0.38.3"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13817dependencies = [
13818 "memchr",
13819]
13820
13821[[package]]
13822name = "quinn"
13823version = "0.11.9"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13826dependencies = [
13827 "bytes 1.11.1",
13828 "cfg_aliases 0.2.1",
13829 "pin-project-lite",
13830 "quinn-proto",
13831 "quinn-udp",
13832 "rustc-hash 2.1.1",
13833 "rustls 0.23.33",
13834 "socket2 0.6.1",
13835 "thiserror 2.0.17",
13836 "tokio",
13837 "tracing",
13838 "web-time",
13839]
13840
13841[[package]]
13842name = "quinn-proto"
13843version = "0.11.13"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13846dependencies = [
13847 "bytes 1.11.1",
13848 "getrandom 0.3.4",
13849 "lru-slab",
13850 "rand 0.9.2",
13851 "ring",
13852 "rustc-hash 2.1.1",
13853 "rustls 0.23.33",
13854 "rustls-pki-types",
13855 "slab",
13856 "thiserror 2.0.17",
13857 "tinyvec",
13858 "tracing",
13859 "web-time",
13860]
13861
13862[[package]]
13863name = "quinn-udp"
13864version = "0.5.14"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13867dependencies = [
13868 "cfg_aliases 0.2.1",
13869 "libc",
13870 "once_cell",
13871 "socket2 0.6.1",
13872 "tracing",
13873 "windows-sys 0.60.2",
13874]
13875
13876[[package]]
13877name = "quote"
13878version = "1.0.41"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13881dependencies = [
13882 "proc-macro2",
13883]
13884
13885[[package]]
13886name = "r-efi"
13887version = "5.3.0"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13890
13891[[package]]
13892name = "radium"
13893version = "0.7.0"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13896
13897[[package]]
13898name = "rand"
13899version = "0.3.23"
13900source = "registry+https://github.com/rust-lang/crates.io-index"
13901checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13902dependencies = [
13903 "libc",
13904 "rand 0.4.6",
13905]
13906
13907[[package]]
13908name = "rand"
13909version = "0.4.6"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13912dependencies = [
13913 "fuchsia-cprng",
13914 "libc",
13915 "rand_core 0.3.1",
13916 "rdrand",
13917 "winapi",
13918]
13919
13920[[package]]
13921name = "rand"
13922version = "0.8.5"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13925dependencies = [
13926 "libc",
13927 "rand_chacha 0.3.1",
13928 "rand_core 0.6.4",
13929]
13930
13931[[package]]
13932name = "rand"
13933version = "0.9.2"
13934source = "registry+https://github.com/rust-lang/crates.io-index"
13935checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13936dependencies = [
13937 "rand_chacha 0.9.0",
13938 "rand_core 0.9.3",
13939]
13940
13941[[package]]
13942name = "rand_chacha"
13943version = "0.3.1"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13946dependencies = [
13947 "ppv-lite86",
13948 "rand_core 0.6.4",
13949]
13950
13951[[package]]
13952name = "rand_chacha"
13953version = "0.9.0"
13954source = "registry+https://github.com/rust-lang/crates.io-index"
13955checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13956dependencies = [
13957 "ppv-lite86",
13958 "rand_core 0.9.3",
13959]
13960
13961[[package]]
13962name = "rand_core"
13963version = "0.3.1"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13966dependencies = [
13967 "rand_core 0.4.2",
13968]
13969
13970[[package]]
13971name = "rand_core"
13972version = "0.4.2"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13975
13976[[package]]
13977name = "rand_core"
13978version = "0.6.4"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13981dependencies = [
13982 "getrandom 0.2.16",
13983]
13984
13985[[package]]
13986name = "rand_core"
13987version = "0.9.3"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13990dependencies = [
13991 "getrandom 0.3.4",
13992]
13993
13994[[package]]
13995name = "rand_distr"
13996version = "0.5.1"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13999dependencies = [
14000 "num-traits",
14001 "rand 0.9.2",
14002]
14003
14004[[package]]
14005name = "rand_pcg"
14006version = "0.3.1"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14009dependencies = [
14010 "rand_core 0.6.4",
14011]
14012
14013[[package]]
14014name = "rand_xorshift"
14015version = "0.4.0"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14018dependencies = [
14019 "rand_core 0.9.3",
14020]
14021
14022[[package]]
14023name = "random_choice"
14024version = "0.3.2"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14027dependencies = [
14028 "rand 0.3.23",
14029]
14030
14031[[package]]
14032name = "range-alloc"
14033version = "0.1.4"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14036
14037[[package]]
14038name = "range-map"
14039version = "0.2.0"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14042dependencies = [
14043 "num-traits",
14044]
14045
14046[[package]]
14047name = "rangemap"
14048version = "1.7.1"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14051
14052[[package]]
14053name = "rav1e"
14054version = "0.7.1"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14057dependencies = [
14058 "arbitrary",
14059 "arg_enum_proc_macro",
14060 "arrayvec",
14061 "av1-grain",
14062 "bitstream-io",
14063 "built",
14064 "cfg-if",
14065 "interpolate_name",
14066 "itertools 0.12.1",
14067 "libc",
14068 "libfuzzer-sys",
14069 "log",
14070 "maybe-rayon",
14071 "new_debug_unreachable",
14072 "noop_proc_macro",
14073 "num-derive",
14074 "num-traits",
14075 "once_cell",
14076 "paste",
14077 "profiling",
14078 "rand 0.8.5",
14079 "rand_chacha 0.3.1",
14080 "simd_helpers",
14081 "system-deps 6.2.2",
14082 "thiserror 1.0.69",
14083 "v_frame",
14084 "wasm-bindgen",
14085]
14086
14087[[package]]
14088name = "ravif"
14089version = "0.11.20"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14092dependencies = [
14093 "avif-serialize",
14094 "imgref",
14095 "loop9",
14096 "quick-error 2.0.1",
14097 "rav1e",
14098 "rayon",
14099 "rgb",
14100]
14101
14102[[package]]
14103name = "raw-cpuid"
14104version = "10.7.0"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14107dependencies = [
14108 "bitflags 1.3.2",
14109]
14110
14111[[package]]
14112name = "raw-cpuid"
14113version = "11.6.0"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14116dependencies = [
14117 "bitflags 2.10.0",
14118]
14119
14120[[package]]
14121name = "raw-window-handle"
14122version = "0.6.2"
14123source = "registry+https://github.com/rust-lang/crates.io-index"
14124checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14125
14126[[package]]
14127name = "raw-window-metal"
14128version = "1.1.0"
14129source = "registry+https://github.com/rust-lang/crates.io-index"
14130checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14131dependencies = [
14132 "objc2",
14133 "objc2-core-foundation",
14134 "objc2-foundation",
14135 "objc2-quartz-core",
14136]
14137
14138[[package]]
14139name = "rayon"
14140version = "1.11.0"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14143dependencies = [
14144 "either",
14145 "rayon-core",
14146]
14147
14148[[package]]
14149name = "rayon-core"
14150version = "1.13.0"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14153dependencies = [
14154 "crossbeam-deque",
14155 "crossbeam-utils",
14156]
14157
14158[[package]]
14159name = "rdrand"
14160version = "0.4.0"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14163dependencies = [
14164 "rand_core 0.3.1",
14165]
14166
14167[[package]]
14168name = "read-fonts"
14169version = "0.35.0"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14172dependencies = [
14173 "bytemuck",
14174 "font-types 0.10.0",
14175]
14176
14177[[package]]
14178name = "read-fonts"
14179version = "0.37.0"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14182dependencies = [
14183 "bytemuck",
14184 "core_maths",
14185 "font-types 0.11.0",
14186]
14187
14188[[package]]
14189name = "realfft"
14190version = "3.5.0"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14193dependencies = [
14194 "rustfft",
14195]
14196
14197[[package]]
14198name = "reborrow"
14199version = "0.5.5"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14202
14203[[package]]
14204name = "recent_projects"
14205version = "0.1.0"
14206dependencies = [
14207 "anyhow",
14208 "askpass",
14209 "chrono",
14210 "db",
14211 "dev_container",
14212 "editor",
14213 "extension",
14214 "extension_host",
14215 "fs",
14216 "futures 0.3.32",
14217 "fuzzy",
14218 "gpui",
14219 "http_client",
14220 "indoc",
14221 "language",
14222 "log",
14223 "menu",
14224 "node_runtime",
14225 "open_path_prompt",
14226 "ordered-float 2.10.1",
14227 "paths",
14228 "picker",
14229 "project",
14230 "release_channel",
14231 "remote",
14232 "remote_connection",
14233 "remote_server",
14234 "semver",
14235 "serde",
14236 "serde_json",
14237 "settings",
14238 "smol",
14239 "task",
14240 "telemetry",
14241 "ui",
14242 "ui_input",
14243 "util",
14244 "windows-registry 0.6.1",
14245 "workspace",
14246 "worktree",
14247 "zed_actions",
14248]
14249
14250[[package]]
14251name = "redox_syscall"
14252version = "0.2.16"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14255dependencies = [
14256 "bitflags 1.3.2",
14257]
14258
14259[[package]]
14260name = "redox_syscall"
14261version = "0.5.18"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14264dependencies = [
14265 "bitflags 2.10.0",
14266]
14267
14268[[package]]
14269name = "redox_users"
14270version = "0.4.6"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14273dependencies = [
14274 "getrandom 0.2.16",
14275 "libredox",
14276 "thiserror 1.0.69",
14277]
14278
14279[[package]]
14280name = "redox_users"
14281version = "0.5.2"
14282source = "registry+https://github.com/rust-lang/crates.io-index"
14283checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14284dependencies = [
14285 "getrandom 0.2.16",
14286 "libredox",
14287 "thiserror 2.0.17",
14288]
14289
14290[[package]]
14291name = "ref-cast"
14292version = "1.0.25"
14293source = "registry+https://github.com/rust-lang/crates.io-index"
14294checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14295dependencies = [
14296 "ref-cast-impl",
14297]
14298
14299[[package]]
14300name = "ref-cast-impl"
14301version = "1.0.25"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14304dependencies = [
14305 "proc-macro2",
14306 "quote",
14307 "syn 2.0.117",
14308]
14309
14310[[package]]
14311name = "referencing"
14312version = "0.37.4"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14315dependencies = [
14316 "ahash 0.8.12",
14317 "fluent-uri",
14318 "getrandom 0.3.4",
14319 "hashbrown 0.16.1",
14320 "parking_lot",
14321 "percent-encoding",
14322 "serde_json",
14323]
14324
14325[[package]]
14326name = "refineable"
14327version = "0.1.0"
14328dependencies = [
14329 "derive_refineable",
14330]
14331
14332[[package]]
14333name = "regalloc2"
14334version = "0.12.2"
14335source = "registry+https://github.com/rust-lang/crates.io-index"
14336checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14337dependencies = [
14338 "allocator-api2",
14339 "bumpalo",
14340 "hashbrown 0.15.5",
14341 "log",
14342 "rustc-hash 2.1.1",
14343 "serde",
14344 "smallvec",
14345]
14346
14347[[package]]
14348name = "regex"
14349version = "1.12.2"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14352dependencies = [
14353 "aho-corasick",
14354 "memchr",
14355 "regex-automata",
14356 "regex-syntax",
14357]
14358
14359[[package]]
14360name = "regex-automata"
14361version = "0.4.13"
14362source = "registry+https://github.com/rust-lang/crates.io-index"
14363checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14364dependencies = [
14365 "aho-corasick",
14366 "memchr",
14367 "regex-syntax",
14368]
14369
14370[[package]]
14371name = "regex-lite"
14372version = "0.1.8"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14375
14376[[package]]
14377name = "regex-syntax"
14378version = "0.8.8"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14381
14382[[package]]
14383name = "release_channel"
14384version = "0.1.0"
14385dependencies = [
14386 "gpui",
14387 "semver",
14388]
14389
14390[[package]]
14391name = "remote"
14392version = "0.1.0"
14393dependencies = [
14394 "anyhow",
14395 "askpass",
14396 "async-trait",
14397 "base64 0.22.1",
14398 "collections",
14399 "fs",
14400 "futures 0.3.32",
14401 "gpui",
14402 "log",
14403 "parking_lot",
14404 "paths",
14405 "prost 0.9.0",
14406 "release_channel",
14407 "rpc",
14408 "schemars",
14409 "semver",
14410 "serde",
14411 "serde_json",
14412 "settings",
14413 "smol",
14414 "tempfile",
14415 "thiserror 2.0.17",
14416 "urlencoding",
14417 "util",
14418 "which 6.0.3",
14419]
14420
14421[[package]]
14422name = "remote_connection"
14423version = "0.1.0"
14424dependencies = [
14425 "anyhow",
14426 "askpass",
14427 "auto_update",
14428 "futures 0.3.32",
14429 "gpui",
14430 "log",
14431 "markdown",
14432 "menu",
14433 "release_channel",
14434 "remote",
14435 "semver",
14436 "settings",
14437 "theme_settings",
14438 "ui",
14439 "ui_input",
14440 "workspace",
14441]
14442
14443[[package]]
14444name = "remote_server"
14445version = "0.1.0"
14446dependencies = [
14447 "action_log",
14448 "agent",
14449 "anyhow",
14450 "askpass",
14451 "cargo_toml",
14452 "clap",
14453 "client",
14454 "clock",
14455 "collections",
14456 "crash-handler",
14457 "crashes",
14458 "dap_adapters",
14459 "debug_adapter_extension",
14460 "editor",
14461 "env_logger 0.11.8",
14462 "extension",
14463 "extension_host",
14464 "fork",
14465 "fs",
14466 "futures 0.3.32",
14467 "git",
14468 "git2",
14469 "git_hosting_providers",
14470 "gpui",
14471 "gpui_platform",
14472 "gpui_tokio",
14473 "http_client",
14474 "image",
14475 "json_schema_store",
14476 "language",
14477 "language_extension",
14478 "language_model",
14479 "languages",
14480 "libc",
14481 "log",
14482 "lsp",
14483 "minidumper",
14484 "net",
14485 "node_runtime",
14486 "paths",
14487 "pretty_assertions",
14488 "project",
14489 "proto",
14490 "rayon",
14491 "release_channel",
14492 "remote",
14493 "reqwest_client",
14494 "rpc",
14495 "rust-embed",
14496 "semver",
14497 "serde",
14498 "serde_json",
14499 "settings",
14500 "shellexpand 2.1.2",
14501 "smol",
14502 "sysinfo 0.37.2",
14503 "task",
14504 "theme",
14505 "theme_settings",
14506 "thiserror 2.0.17",
14507 "toml 0.8.23",
14508 "unindent",
14509 "util",
14510 "uuid",
14511 "watch",
14512 "windows 0.61.3",
14513 "worktree",
14514 "zlog",
14515]
14516
14517[[package]]
14518name = "rend"
14519version = "0.4.2"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14522dependencies = [
14523 "bytecheck",
14524]
14525
14526[[package]]
14527name = "renderdoc-sys"
14528version = "1.1.0"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14531
14532[[package]]
14533name = "repl"
14534version = "0.1.0"
14535dependencies = [
14536 "alacritty_terminal",
14537 "anyhow",
14538 "async-dispatcher",
14539 "async-task",
14540 "async-tungstenite",
14541 "base64 0.22.1",
14542 "client",
14543 "collections",
14544 "command_palette_hooks",
14545 "editor",
14546 "feature_flags",
14547 "file_icons",
14548 "futures 0.3.32",
14549 "gpui",
14550 "html_to_markdown",
14551 "http_client",
14552 "image",
14553 "indoc",
14554 "jupyter-protocol",
14555 "jupyter-websocket-client",
14556 "language",
14557 "languages",
14558 "log",
14559 "markdown",
14560 "menu",
14561 "multi_buffer",
14562 "nbformat",
14563 "picker",
14564 "project",
14565 "remote",
14566 "runtimelib",
14567 "serde",
14568 "serde_json",
14569 "settings",
14570 "shlex",
14571 "smol",
14572 "telemetry",
14573 "terminal",
14574 "terminal_view",
14575 "theme",
14576 "theme_settings",
14577 "tree-sitter-md",
14578 "tree-sitter-python",
14579 "tree-sitter-typescript",
14580 "ui",
14581 "util",
14582 "uuid",
14583 "workspace",
14584 "zed_actions",
14585]
14586
14587[[package]]
14588name = "reqwest"
14589version = "0.11.27"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14592dependencies = [
14593 "base64 0.21.7",
14594 "bytes 1.11.1",
14595 "encoding_rs",
14596 "futures-core",
14597 "futures-util",
14598 "h2 0.3.27",
14599 "http 0.2.12",
14600 "http-body 0.4.6",
14601 "hyper 0.14.32",
14602 "hyper-tls",
14603 "ipnet",
14604 "js-sys",
14605 "log",
14606 "mime",
14607 "native-tls",
14608 "once_cell",
14609 "percent-encoding",
14610 "pin-project-lite",
14611 "rustls-pemfile 1.0.4",
14612 "serde",
14613 "serde_json",
14614 "serde_urlencoded",
14615 "sync_wrapper 0.1.2",
14616 "system-configuration 0.5.1",
14617 "tokio",
14618 "tokio-native-tls",
14619 "tower-service",
14620 "url",
14621 "wasm-bindgen",
14622 "wasm-bindgen-futures",
14623 "web-sys",
14624 "winreg 0.50.0",
14625]
14626
14627[[package]]
14628name = "reqwest"
14629version = "0.12.24"
14630source = "registry+https://github.com/rust-lang/crates.io-index"
14631checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14632dependencies = [
14633 "base64 0.22.1",
14634 "bytes 1.11.1",
14635 "futures-channel",
14636 "futures-core",
14637 "futures-util",
14638 "http 1.3.1",
14639 "http-body 1.0.1",
14640 "http-body-util",
14641 "hyper 1.7.0",
14642 "hyper-rustls 0.27.7",
14643 "hyper-util",
14644 "js-sys",
14645 "log",
14646 "percent-encoding",
14647 "pin-project-lite",
14648 "quinn",
14649 "rustls 0.23.33",
14650 "rustls-native-certs 0.8.2",
14651 "rustls-pki-types",
14652 "serde",
14653 "serde_json",
14654 "serde_urlencoded",
14655 "sync_wrapper 1.0.2",
14656 "tokio",
14657 "tokio-rustls 0.26.2",
14658 "tower 0.5.2",
14659 "tower-http 0.6.6",
14660 "tower-service",
14661 "url",
14662 "wasm-bindgen",
14663 "wasm-bindgen-futures",
14664 "web-sys",
14665]
14666
14667[[package]]
14668name = "reqwest_client"
14669version = "0.1.0"
14670dependencies = [
14671 "anyhow",
14672 "bytes 1.11.1",
14673 "futures 0.3.32",
14674 "gpui_util",
14675 "http_client",
14676 "http_client_tls",
14677 "log",
14678 "regex",
14679 "serde",
14680 "tokio",
14681 "zed-reqwest",
14682]
14683
14684[[package]]
14685name = "resvg"
14686version = "0.45.1"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14689dependencies = [
14690 "gif",
14691 "image-webp",
14692 "log",
14693 "pico-args",
14694 "rgb",
14695 "svgtypes",
14696 "tiny-skia",
14697 "usvg",
14698 "zune-jpeg",
14699]
14700
14701[[package]]
14702name = "rfc6979"
14703version = "0.3.1"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14706dependencies = [
14707 "crypto-bigint 0.4.9",
14708 "hmac",
14709 "zeroize",
14710]
14711
14712[[package]]
14713name = "rgb"
14714version = "0.8.52"
14715source = "registry+https://github.com/rust-lang/crates.io-index"
14716checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14717dependencies = [
14718 "bytemuck",
14719]
14720
14721[[package]]
14722name = "ring"
14723version = "0.17.14"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14726dependencies = [
14727 "cc",
14728 "cfg-if",
14729 "getrandom 0.2.16",
14730 "libc",
14731 "untrusted 0.9.0",
14732 "windows-sys 0.52.0",
14733]
14734
14735[[package]]
14736name = "rkyv"
14737version = "0.7.45"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14740dependencies = [
14741 "bitvec",
14742 "bytecheck",
14743 "bytes 1.11.1",
14744 "hashbrown 0.12.3",
14745 "ptr_meta",
14746 "rend",
14747 "rkyv_derive",
14748 "seahash",
14749 "tinyvec",
14750 "uuid",
14751]
14752
14753[[package]]
14754name = "rkyv_derive"
14755version = "0.7.45"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14758dependencies = [
14759 "proc-macro2",
14760 "quote",
14761 "syn 1.0.109",
14762]
14763
14764[[package]]
14765name = "rmp"
14766version = "0.8.14"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14769dependencies = [
14770 "byteorder",
14771 "num-traits",
14772 "paste",
14773]
14774
14775[[package]]
14776name = "rmpv"
14777version = "1.3.0"
14778source = "registry+https://github.com/rust-lang/crates.io-index"
14779checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14780dependencies = [
14781 "num-traits",
14782 "rmp",
14783]
14784
14785[[package]]
14786name = "rodio"
14787version = "0.21.1"
14788source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14789dependencies = [
14790 "cpal",
14791 "dasp_sample",
14792 "hound",
14793 "num-rational",
14794 "rand 0.9.2",
14795 "rand_distr",
14796 "rtrb",
14797 "symphonia",
14798 "thiserror 2.0.17",
14799]
14800
14801[[package]]
14802name = "rope"
14803version = "0.1.0"
14804dependencies = [
14805 "criterion",
14806 "ctor",
14807 "gpui",
14808 "heapless",
14809 "log",
14810 "rand 0.9.2",
14811 "rayon",
14812 "sum_tree",
14813 "tracing",
14814 "unicode-segmentation",
14815 "util",
14816 "zlog",
14817 "ztracing",
14818]
14819
14820[[package]]
14821name = "roxmltree"
14822version = "0.20.0"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14825
14826[[package]]
14827name = "rpassword"
14828version = "7.4.0"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14831dependencies = [
14832 "libc",
14833 "rtoolbox",
14834 "windows-sys 0.59.0",
14835]
14836
14837[[package]]
14838name = "rpc"
14839version = "0.1.0"
14840dependencies = [
14841 "anyhow",
14842 "async-tungstenite",
14843 "base64 0.22.1",
14844 "collections",
14845 "futures 0.3.32",
14846 "gpui",
14847 "parking_lot",
14848 "proto",
14849 "rand 0.9.2",
14850 "rsa",
14851 "serde",
14852 "serde_json",
14853 "sha2",
14854 "strum 0.27.2",
14855 "tracing",
14856 "util",
14857 "zlog",
14858 "zstd",
14859]
14860
14861[[package]]
14862name = "rsa"
14863version = "0.9.10"
14864source = "registry+https://github.com/rust-lang/crates.io-index"
14865checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14866dependencies = [
14867 "const-oid",
14868 "digest",
14869 "num-bigint-dig 0.8.6",
14870 "num-integer",
14871 "num-traits",
14872 "pkcs1",
14873 "pkcs8 0.10.2",
14874 "rand_core 0.6.4",
14875 "signature 2.2.0",
14876 "spki 0.7.3",
14877 "subtle",
14878 "zeroize",
14879]
14880
14881[[package]]
14882name = "rtoolbox"
14883version = "0.0.3"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14886dependencies = [
14887 "libc",
14888 "windows-sys 0.52.0",
14889]
14890
14891[[package]]
14892name = "rtrb"
14893version = "0.3.2"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14896
14897[[package]]
14898name = "rules_library"
14899version = "0.1.0"
14900dependencies = [
14901 "anyhow",
14902 "collections",
14903 "editor",
14904 "gpui",
14905 "language",
14906 "language_model",
14907 "log",
14908 "menu",
14909 "picker",
14910 "platform_title_bar",
14911 "prompt_store",
14912 "release_channel",
14913 "rope",
14914 "serde",
14915 "settings",
14916 "theme_settings",
14917 "ui",
14918 "ui_input",
14919 "util",
14920 "workspace",
14921 "zed_actions",
14922]
14923
14924[[package]]
14925name = "runtimelib"
14926version = "1.4.0"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14929dependencies = [
14930 "async-dispatcher",
14931 "async-std",
14932 "aws-lc-rs",
14933 "base64 0.22.1",
14934 "bytes 1.11.1",
14935 "chrono",
14936 "data-encoding",
14937 "dirs 6.0.0",
14938 "futures 0.3.32",
14939 "glob",
14940 "jupyter-protocol",
14941 "serde",
14942 "serde_json",
14943 "shellexpand 3.1.1",
14944 "smol",
14945 "thiserror 2.0.17",
14946 "uuid",
14947 "zeromq",
14948]
14949
14950[[package]]
14951name = "rust-embed"
14952version = "8.11.0"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14955dependencies = [
14956 "rust-embed-impl",
14957 "rust-embed-utils",
14958 "walkdir",
14959]
14960
14961[[package]]
14962name = "rust-embed-impl"
14963version = "8.11.0"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14966dependencies = [
14967 "proc-macro2",
14968 "quote",
14969 "rust-embed-utils",
14970 "syn 2.0.117",
14971 "walkdir",
14972]
14973
14974[[package]]
14975name = "rust-embed-utils"
14976version = "8.11.0"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14979dependencies = [
14980 "globset",
14981 "sha2",
14982 "walkdir",
14983]
14984
14985[[package]]
14986name = "rust_decimal"
14987version = "1.39.0"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14990dependencies = [
14991 "arrayvec",
14992 "borsh",
14993 "bytes 1.11.1",
14994 "num-traits",
14995 "rand 0.8.5",
14996 "rkyv",
14997 "serde",
14998 "serde_json",
14999]
15000
15001[[package]]
15002name = "rustc-demangle"
15003version = "0.1.26"
15004source = "registry+https://github.com/rust-lang/crates.io-index"
15005checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15006
15007[[package]]
15008name = "rustc-hash"
15009version = "1.1.0"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15012
15013[[package]]
15014name = "rustc-hash"
15015version = "2.1.1"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15018
15019[[package]]
15020name = "rustc_version"
15021version = "0.4.1"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15024dependencies = [
15025 "semver",
15026]
15027
15028[[package]]
15029name = "rustfft"
15030version = "6.4.1"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15033dependencies = [
15034 "num-complex",
15035 "num-integer",
15036 "num-traits",
15037 "primal-check",
15038 "strength_reduce",
15039 "transpose",
15040]
15041
15042[[package]]
15043name = "rustix"
15044version = "0.38.44"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15047dependencies = [
15048 "bitflags 2.10.0",
15049 "errno 0.3.14",
15050 "libc",
15051 "linux-raw-sys 0.4.15",
15052 "windows-sys 0.59.0",
15053]
15054
15055[[package]]
15056name = "rustix"
15057version = "1.1.2"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15060dependencies = [
15061 "bitflags 2.10.0",
15062 "errno 0.3.14",
15063 "libc",
15064 "linux-raw-sys 0.11.0",
15065 "windows-sys 0.61.2",
15066]
15067
15068[[package]]
15069name = "rustix-linux-procfs"
15070version = "0.1.1"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15073dependencies = [
15074 "once_cell",
15075 "rustix 1.1.2",
15076]
15077
15078[[package]]
15079name = "rustix-openpty"
15080version = "0.2.0"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15083dependencies = [
15084 "errno 0.3.14",
15085 "libc",
15086 "rustix 1.1.2",
15087]
15088
15089[[package]]
15090name = "rustls"
15091version = "0.21.12"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15094dependencies = [
15095 "log",
15096 "ring",
15097 "rustls-webpki 0.101.7",
15098 "sct",
15099]
15100
15101[[package]]
15102name = "rustls"
15103version = "0.23.33"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15106dependencies = [
15107 "aws-lc-rs",
15108 "log",
15109 "once_cell",
15110 "ring",
15111 "rustls-pki-types",
15112 "rustls-webpki 0.103.7",
15113 "subtle",
15114 "zeroize",
15115]
15116
15117[[package]]
15118name = "rustls-native-certs"
15119version = "0.6.3"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15122dependencies = [
15123 "openssl-probe",
15124 "rustls-pemfile 1.0.4",
15125 "schannel",
15126 "security-framework 2.11.1",
15127]
15128
15129[[package]]
15130name = "rustls-native-certs"
15131version = "0.8.2"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15134dependencies = [
15135 "openssl-probe",
15136 "rustls-pki-types",
15137 "schannel",
15138 "security-framework 3.5.1",
15139]
15140
15141[[package]]
15142name = "rustls-pemfile"
15143version = "1.0.4"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15146dependencies = [
15147 "base64 0.21.7",
15148]
15149
15150[[package]]
15151name = "rustls-pemfile"
15152version = "2.2.0"
15153source = "registry+https://github.com/rust-lang/crates.io-index"
15154checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15155dependencies = [
15156 "rustls-pki-types",
15157]
15158
15159[[package]]
15160name = "rustls-pki-types"
15161version = "1.12.0"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15164dependencies = [
15165 "web-time",
15166 "zeroize",
15167]
15168
15169[[package]]
15170name = "rustls-platform-verifier"
15171version = "0.5.3"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15174dependencies = [
15175 "core-foundation 0.10.0",
15176 "core-foundation-sys",
15177 "jni",
15178 "log",
15179 "once_cell",
15180 "rustls 0.23.33",
15181 "rustls-native-certs 0.8.2",
15182 "rustls-platform-verifier-android",
15183 "rustls-webpki 0.103.7",
15184 "security-framework 3.5.1",
15185 "security-framework-sys",
15186 "webpki-root-certs",
15187 "windows-sys 0.59.0",
15188]
15189
15190[[package]]
15191name = "rustls-platform-verifier-android"
15192version = "0.1.1"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15195
15196[[package]]
15197name = "rustls-webpki"
15198version = "0.101.7"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15201dependencies = [
15202 "ring",
15203 "untrusted 0.9.0",
15204]
15205
15206[[package]]
15207name = "rustls-webpki"
15208version = "0.103.7"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15211dependencies = [
15212 "aws-lc-rs",
15213 "ring",
15214 "rustls-pki-types",
15215 "untrusted 0.9.0",
15216]
15217
15218[[package]]
15219name = "rustversion"
15220version = "1.0.22"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15223
15224[[package]]
15225name = "rusty-fork"
15226version = "0.3.1"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15229dependencies = [
15230 "fnv",
15231 "quick-error 1.2.3",
15232 "tempfile",
15233 "wait-timeout",
15234]
15235
15236[[package]]
15237name = "rustybuzz"
15238version = "0.20.1"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15241dependencies = [
15242 "bitflags 2.10.0",
15243 "bytemuck",
15244 "core_maths",
15245 "log",
15246 "smallvec",
15247 "ttf-parser 0.25.1",
15248 "unicode-bidi-mirroring",
15249 "unicode-ccc",
15250 "unicode-properties",
15251 "unicode-script",
15252]
15253
15254[[package]]
15255name = "ryu"
15256version = "1.0.20"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15259
15260[[package]]
15261name = "saa"
15262version = "5.4.9"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15265
15266[[package]]
15267name = "safetensors"
15268version = "0.4.5"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15271dependencies = [
15272 "serde",
15273 "serde_json",
15274]
15275
15276[[package]]
15277name = "same-file"
15278version = "1.0.6"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15281dependencies = [
15282 "winapi-util",
15283]
15284
15285[[package]]
15286name = "scc"
15287version = "3.5.6"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15290dependencies = [
15291 "saa",
15292 "sdd",
15293]
15294
15295[[package]]
15296name = "schannel"
15297version = "0.1.28"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15300dependencies = [
15301 "windows-sys 0.61.2",
15302]
15303
15304[[package]]
15305name = "scheduler"
15306version = "0.1.0"
15307dependencies = [
15308 "async-task",
15309 "backtrace",
15310 "chrono",
15311 "flume",
15312 "futures 0.3.32",
15313 "parking_lot",
15314 "rand 0.9.2",
15315 "web-time",
15316]
15317
15318[[package]]
15319name = "schema_generator"
15320version = "0.1.0"
15321dependencies = [
15322 "anyhow",
15323 "clap",
15324 "env_logger 0.11.8",
15325 "schemars",
15326 "serde",
15327 "serde_json",
15328 "settings",
15329 "theme",
15330 "theme_settings",
15331]
15332
15333[[package]]
15334name = "schemars"
15335version = "1.0.4"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15338dependencies = [
15339 "dyn-clone",
15340 "indexmap",
15341 "ref-cast",
15342 "schemars_derive",
15343 "serde",
15344 "serde_json",
15345]
15346
15347[[package]]
15348name = "schemars_derive"
15349version = "1.0.4"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15352dependencies = [
15353 "proc-macro2",
15354 "quote",
15355 "serde_derive_internals",
15356 "syn 2.0.117",
15357]
15358
15359[[package]]
15360name = "scoped-tls"
15361version = "1.0.1"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15364
15365[[package]]
15366name = "scopeguard"
15367version = "1.2.0"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15370
15371[[package]]
15372name = "scratch"
15373version = "1.0.9"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15376
15377[[package]]
15378name = "screencapturekit"
15379version = "0.2.8"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15382dependencies = [
15383 "screencapturekit-sys",
15384]
15385
15386[[package]]
15387name = "screencapturekit-sys"
15388version = "0.2.8"
15389source = "registry+https://github.com/rust-lang/crates.io-index"
15390checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15391dependencies = [
15392 "block",
15393 "dispatch",
15394 "objc",
15395 "objc-foundation",
15396 "objc_id",
15397 "once_cell",
15398]
15399
15400[[package]]
15401name = "scroll"
15402version = "0.12.0"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15405dependencies = [
15406 "scroll_derive",
15407]
15408
15409[[package]]
15410name = "scroll_derive"
15411version = "0.12.1"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15414dependencies = [
15415 "proc-macro2",
15416 "quote",
15417 "syn 2.0.117",
15418]
15419
15420[[package]]
15421name = "sct"
15422version = "0.7.1"
15423source = "registry+https://github.com/rust-lang/crates.io-index"
15424checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15425dependencies = [
15426 "ring",
15427 "untrusted 0.9.0",
15428]
15429
15430[[package]]
15431name = "sdd"
15432version = "4.6.2"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15435
15436[[package]]
15437name = "sea-bae"
15438version = "0.2.1"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15441dependencies = [
15442 "heck 0.4.1",
15443 "proc-macro-error2",
15444 "proc-macro2",
15445 "quote",
15446 "syn 2.0.117",
15447]
15448
15449[[package]]
15450name = "sea-orm"
15451version = "1.1.10"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15454dependencies = [
15455 "async-stream",
15456 "async-trait",
15457 "bigdecimal",
15458 "chrono",
15459 "futures-util",
15460 "log",
15461 "ouroboros",
15462 "pgvector",
15463 "rust_decimal",
15464 "sea-orm-macros",
15465 "sea-query",
15466 "sea-query-binder",
15467 "serde",
15468 "serde_json",
15469 "sqlx",
15470 "strum 0.26.3",
15471 "thiserror 2.0.17",
15472 "time",
15473 "tracing",
15474 "url",
15475 "uuid",
15476]
15477
15478[[package]]
15479name = "sea-orm-macros"
15480version = "1.1.10"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15483dependencies = [
15484 "heck 0.4.1",
15485 "proc-macro2",
15486 "quote",
15487 "sea-bae",
15488 "syn 2.0.117",
15489 "unicode-ident",
15490]
15491
15492[[package]]
15493name = "sea-query"
15494version = "0.32.7"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15497dependencies = [
15498 "bigdecimal",
15499 "chrono",
15500 "inherent",
15501 "ordered-float 4.6.0",
15502 "rust_decimal",
15503 "serde_json",
15504 "time",
15505 "uuid",
15506]
15507
15508[[package]]
15509name = "sea-query-binder"
15510version = "0.7.0"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15513dependencies = [
15514 "bigdecimal",
15515 "chrono",
15516 "rust_decimal",
15517 "sea-query",
15518 "serde_json",
15519 "sqlx",
15520 "time",
15521 "uuid",
15522]
15523
15524[[package]]
15525name = "seahash"
15526version = "4.1.0"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15529
15530[[package]]
15531name = "search"
15532version = "0.1.0"
15533dependencies = [
15534 "any_vec",
15535 "anyhow",
15536 "bitflags 2.10.0",
15537 "collections",
15538 "editor",
15539 "fs",
15540 "futures 0.3.32",
15541 "gpui",
15542 "itertools 0.14.0",
15543 "language",
15544 "lsp",
15545 "menu",
15546 "multi_buffer",
15547 "pretty_assertions",
15548 "project",
15549 "serde",
15550 "serde_json",
15551 "settings",
15552 "smol",
15553 "theme",
15554 "theme_settings",
15555 "tracing",
15556 "ui",
15557 "unindent",
15558 "util",
15559 "util_macros",
15560 "workspace",
15561 "zed_actions",
15562 "ztracing",
15563]
15564
15565[[package]]
15566name = "sec1"
15567version = "0.3.0"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15570dependencies = [
15571 "base16ct",
15572 "der 0.6.1",
15573 "generic-array",
15574 "pkcs8 0.9.0",
15575 "subtle",
15576 "zeroize",
15577]
15578
15579[[package]]
15580name = "secrecy"
15581version = "0.10.3"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15584dependencies = [
15585 "zeroize",
15586]
15587
15588[[package]]
15589name = "security-framework"
15590version = "2.11.1"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15593dependencies = [
15594 "bitflags 2.10.0",
15595 "core-foundation 0.9.4",
15596 "core-foundation-sys",
15597 "libc",
15598 "security-framework-sys",
15599]
15600
15601[[package]]
15602name = "security-framework"
15603version = "3.5.1"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15606dependencies = [
15607 "bitflags 2.10.0",
15608 "core-foundation 0.10.0",
15609 "core-foundation-sys",
15610 "libc",
15611 "security-framework-sys",
15612]
15613
15614[[package]]
15615name = "security-framework-sys"
15616version = "2.15.0"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15619dependencies = [
15620 "core-foundation-sys",
15621 "libc",
15622]
15623
15624[[package]]
15625name = "self_cell"
15626version = "1.2.2"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15629
15630[[package]]
15631name = "semver"
15632version = "1.0.27"
15633source = "registry+https://github.com/rust-lang/crates.io-index"
15634checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15635dependencies = [
15636 "serde",
15637 "serde_core",
15638]
15639
15640[[package]]
15641name = "seq-macro"
15642version = "0.3.6"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15645
15646[[package]]
15647name = "serde"
15648version = "1.0.228"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15651dependencies = [
15652 "serde_core",
15653 "serde_derive",
15654]
15655
15656[[package]]
15657name = "serde_bytes"
15658version = "0.11.19"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15661dependencies = [
15662 "serde",
15663 "serde_core",
15664]
15665
15666[[package]]
15667name = "serde_core"
15668version = "1.0.228"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15671dependencies = [
15672 "serde_derive",
15673]
15674
15675[[package]]
15676name = "serde_derive"
15677version = "1.0.228"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15680dependencies = [
15681 "proc-macro2",
15682 "quote",
15683 "syn 2.0.117",
15684]
15685
15686[[package]]
15687name = "serde_derive_internals"
15688version = "0.29.1"
15689source = "registry+https://github.com/rust-lang/crates.io-index"
15690checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15691dependencies = [
15692 "proc-macro2",
15693 "quote",
15694 "syn 2.0.117",
15695]
15696
15697[[package]]
15698name = "serde_fmt"
15699version = "1.0.3"
15700source = "registry+https://github.com/rust-lang/crates.io-index"
15701checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15702dependencies = [
15703 "serde",
15704]
15705
15706[[package]]
15707name = "serde_json"
15708version = "1.0.145"
15709source = "registry+https://github.com/rust-lang/crates.io-index"
15710checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15711dependencies = [
15712 "indexmap",
15713 "itoa",
15714 "memchr",
15715 "ryu",
15716 "serde",
15717 "serde_core",
15718]
15719
15720[[package]]
15721name = "serde_json_lenient"
15722version = "0.2.4"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15725dependencies = [
15726 "indexmap",
15727 "itoa",
15728 "memchr",
15729 "ryu",
15730 "serde",
15731]
15732
15733[[package]]
15734name = "serde_path_to_error"
15735version = "0.1.20"
15736source = "registry+https://github.com/rust-lang/crates.io-index"
15737checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15738dependencies = [
15739 "itoa",
15740 "serde",
15741 "serde_core",
15742]
15743
15744[[package]]
15745name = "serde_repr"
15746version = "0.1.20"
15747source = "registry+https://github.com/rust-lang/crates.io-index"
15748checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15749dependencies = [
15750 "proc-macro2",
15751 "quote",
15752 "syn 2.0.117",
15753]
15754
15755[[package]]
15756name = "serde_spanned"
15757version = "0.6.9"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15760dependencies = [
15761 "serde",
15762]
15763
15764[[package]]
15765name = "serde_spanned"
15766version = "1.0.3"
15767source = "registry+https://github.com/rust-lang/crates.io-index"
15768checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15769dependencies = [
15770 "serde_core",
15771]
15772
15773[[package]]
15774name = "serde_urlencoded"
15775version = "0.7.1"
15776source = "registry+https://github.com/rust-lang/crates.io-index"
15777checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15778dependencies = [
15779 "form_urlencoded",
15780 "itoa",
15781 "ryu",
15782 "serde",
15783]
15784
15785[[package]]
15786name = "serde_yaml"
15787version = "0.9.34+deprecated"
15788source = "registry+https://github.com/rust-lang/crates.io-index"
15789checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15790dependencies = [
15791 "indexmap",
15792 "itoa",
15793 "ryu",
15794 "serde",
15795 "unsafe-libyaml",
15796]
15797
15798[[package]]
15799name = "serial2"
15800version = "0.2.33"
15801source = "registry+https://github.com/rust-lang/crates.io-index"
15802checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15803dependencies = [
15804 "cfg-if",
15805 "libc",
15806 "winapi",
15807]
15808
15809[[package]]
15810name = "session"
15811version = "0.1.0"
15812dependencies = [
15813 "db",
15814 "gpui",
15815 "serde_json",
15816 "util",
15817 "uuid",
15818]
15819
15820[[package]]
15821name = "settings"
15822version = "0.1.0"
15823dependencies = [
15824 "anyhow",
15825 "collections",
15826 "ec4rs",
15827 "fs",
15828 "futures 0.3.32",
15829 "gpui",
15830 "indoc",
15831 "inventory",
15832 "log",
15833 "migrator",
15834 "paths",
15835 "pretty_assertions",
15836 "release_channel",
15837 "rust-embed",
15838 "schemars",
15839 "serde",
15840 "serde_json",
15841 "serde_json_lenient",
15842 "settings_content",
15843 "settings_json",
15844 "settings_macros",
15845 "smallvec",
15846 "unindent",
15847 "util",
15848 "zlog",
15849]
15850
15851[[package]]
15852name = "settings_content"
15853version = "0.1.0"
15854dependencies = [
15855 "anyhow",
15856 "collections",
15857 "derive_more",
15858 "gpui",
15859 "language_model_core",
15860 "log",
15861 "schemars",
15862 "serde",
15863 "serde_json",
15864 "serde_json_lenient",
15865 "settings_json",
15866 "settings_macros",
15867 "strum 0.27.2",
15868 "util",
15869]
15870
15871[[package]]
15872name = "settings_json"
15873version = "0.1.0"
15874dependencies = [
15875 "anyhow",
15876 "pretty_assertions",
15877 "serde",
15878 "serde_json",
15879 "serde_json_lenient",
15880 "serde_path_to_error",
15881 "tree-sitter",
15882 "tree-sitter-json",
15883 "unindent",
15884 "util",
15885]
15886
15887[[package]]
15888name = "settings_macros"
15889version = "0.1.0"
15890dependencies = [
15891 "quote",
15892 "settings",
15893 "syn 2.0.117",
15894]
15895
15896[[package]]
15897name = "settings_profile_selector"
15898version = "0.1.0"
15899dependencies = [
15900 "editor",
15901 "fuzzy",
15902 "gpui",
15903 "menu",
15904 "picker",
15905 "project",
15906 "serde_json",
15907 "settings",
15908 "theme",
15909 "theme_settings",
15910 "ui",
15911 "workspace",
15912 "zed_actions",
15913]
15914
15915[[package]]
15916name = "settings_ui"
15917version = "0.1.0"
15918dependencies = [
15919 "agent",
15920 "agent_settings",
15921 "anyhow",
15922 "audio",
15923 "codestral",
15924 "component",
15925 "copilot",
15926 "copilot_ui",
15927 "cpal",
15928 "edit_prediction",
15929 "edit_prediction_ui",
15930 "editor",
15931 "feature_flags",
15932 "fs",
15933 "futures 0.3.32",
15934 "fuzzy",
15935 "gpui",
15936 "heck 0.5.0",
15937 "itertools 0.14.0",
15938 "language",
15939 "log",
15940 "menu",
15941 "paths",
15942 "picker",
15943 "platform_title_bar",
15944 "pretty_assertions",
15945 "project",
15946 "regex",
15947 "release_channel",
15948 "rodio",
15949 "schemars",
15950 "search",
15951 "serde",
15952 "serde_json",
15953 "settings",
15954 "shell_command_parser",
15955 "strum 0.27.2",
15956 "telemetry",
15957 "theme",
15958 "theme_settings",
15959 "title_bar",
15960 "ui",
15961 "util",
15962 "workspace",
15963 "zed_actions",
15964 "zed_credentials_provider",
15965]
15966
15967[[package]]
15968name = "sha-1"
15969version = "0.10.1"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15972dependencies = [
15973 "cfg-if",
15974 "cpufeatures",
15975 "digest",
15976]
15977
15978[[package]]
15979name = "sha1"
15980version = "0.10.6"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15983dependencies = [
15984 "cfg-if",
15985 "cpufeatures",
15986 "digest",
15987]
15988
15989[[package]]
15990name = "sha1_smol"
15991version = "1.0.1"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15994
15995[[package]]
15996name = "sha2"
15997version = "0.10.9"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16000dependencies = [
16001 "cfg-if",
16002 "cpufeatures",
16003 "digest",
16004]
16005
16006[[package]]
16007name = "sharded-slab"
16008version = "0.1.7"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16011dependencies = [
16012 "lazy_static",
16013]
16014
16015[[package]]
16016name = "shared_library"
16017version = "0.1.9"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16020dependencies = [
16021 "lazy_static",
16022 "libc",
16023]
16024
16025[[package]]
16026name = "shell-words"
16027version = "1.1.0"
16028source = "registry+https://github.com/rust-lang/crates.io-index"
16029checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16030
16031[[package]]
16032name = "shell_command_parser"
16033version = "0.1.0"
16034dependencies = [
16035 "brush-parser",
16036]
16037
16038[[package]]
16039name = "shellexpand"
16040version = "2.1.2"
16041source = "registry+https://github.com/rust-lang/crates.io-index"
16042checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16043dependencies = [
16044 "dirs 4.0.0",
16045]
16046
16047[[package]]
16048name = "shellexpand"
16049version = "3.1.1"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16052dependencies = [
16053 "dirs 6.0.0",
16054]
16055
16056[[package]]
16057name = "shingles"
16058version = "0.1.1"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16061
16062[[package]]
16063name = "shlex"
16064version = "1.3.0"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16067
16068[[package]]
16069name = "sidebar"
16070version = "0.1.0"
16071dependencies = [
16072 "acp_thread",
16073 "action_log",
16074 "agent",
16075 "agent-client-protocol",
16076 "agent_settings",
16077 "agent_ui",
16078 "anyhow",
16079 "chrono",
16080 "client",
16081 "clock",
16082 "editor",
16083 "extension",
16084 "feature_flags",
16085 "fs",
16086 "futures 0.3.32",
16087 "git",
16088 "gpui",
16089 "http_client",
16090 "language",
16091 "language_model",
16092 "menu",
16093 "node_runtime",
16094 "platform_title_bar",
16095 "pretty_assertions",
16096 "project",
16097 "prompt_store",
16098 "recent_projects",
16099 "release_channel",
16100 "remote",
16101 "remote_connection",
16102 "remote_server",
16103 "semver",
16104 "serde",
16105 "serde_json",
16106 "settings",
16107 "theme",
16108 "theme_settings",
16109 "ui",
16110 "util",
16111 "vim_mode_setting",
16112 "workspace",
16113 "zed_actions",
16114]
16115
16116[[package]]
16117name = "signal-hook"
16118version = "0.3.18"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16121dependencies = [
16122 "libc",
16123 "signal-hook-registry",
16124]
16125
16126[[package]]
16127name = "signal-hook-registry"
16128version = "1.4.6"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16131dependencies = [
16132 "libc",
16133]
16134
16135[[package]]
16136name = "signature"
16137version = "1.6.4"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16140dependencies = [
16141 "digest",
16142 "rand_core 0.6.4",
16143]
16144
16145[[package]]
16146name = "signature"
16147version = "2.2.0"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16150dependencies = [
16151 "digest",
16152 "rand_core 0.6.4",
16153]
16154
16155[[package]]
16156name = "simd-adler32"
16157version = "0.3.7"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16160
16161[[package]]
16162name = "simd_helpers"
16163version = "0.1.0"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16166dependencies = [
16167 "quote",
16168]
16169
16170[[package]]
16171name = "simdutf8"
16172version = "0.1.5"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16175
16176[[package]]
16177name = "similar"
16178version = "2.7.0"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16181
16182[[package]]
16183name = "simple_asn1"
16184version = "0.6.3"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16187dependencies = [
16188 "num-bigint",
16189 "num-traits",
16190 "thiserror 2.0.17",
16191 "time",
16192]
16193
16194[[package]]
16195name = "simplecss"
16196version = "0.2.2"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16199dependencies = [
16200 "log",
16201]
16202
16203[[package]]
16204name = "simplelog"
16205version = "0.12.2"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16208dependencies = [
16209 "log",
16210 "termcolor",
16211 "time",
16212]
16213
16214[[package]]
16215name = "siphasher"
16216version = "0.3.11"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16219
16220[[package]]
16221name = "siphasher"
16222version = "1.0.1"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16225
16226[[package]]
16227name = "skrifa"
16228version = "0.37.0"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16231dependencies = [
16232 "bytemuck",
16233 "read-fonts 0.35.0",
16234]
16235
16236[[package]]
16237name = "skrifa"
16238version = "0.40.0"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16241dependencies = [
16242 "bytemuck",
16243 "read-fonts 0.37.0",
16244]
16245
16246[[package]]
16247name = "slab"
16248version = "0.4.11"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16251
16252[[package]]
16253name = "slotmap"
16254version = "1.0.7"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16257dependencies = [
16258 "version_check",
16259]
16260
16261[[package]]
16262name = "smallvec"
16263version = "1.15.1"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16266dependencies = [
16267 "serde",
16268]
16269
16270[[package]]
16271name = "smart-default"
16272version = "0.7.1"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16275dependencies = [
16276 "proc-macro2",
16277 "quote",
16278 "syn 2.0.117",
16279]
16280
16281[[package]]
16282name = "smol"
16283version = "2.0.2"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16286dependencies = [
16287 "async-channel 2.5.0",
16288 "async-executor",
16289 "async-fs",
16290 "async-io",
16291 "async-lock 3.4.2",
16292 "async-net",
16293 "async-process",
16294 "blocking",
16295 "futures-lite 2.6.1",
16296]
16297
16298[[package]]
16299name = "smol_str"
16300version = "0.3.5"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16303
16304[[package]]
16305name = "snafu"
16306version = "0.8.9"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16309dependencies = [
16310 "snafu-derive",
16311]
16312
16313[[package]]
16314name = "snafu-derive"
16315version = "0.8.9"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16318dependencies = [
16319 "heck 0.5.0",
16320 "proc-macro2",
16321 "quote",
16322 "syn 2.0.117",
16323]
16324
16325[[package]]
16326name = "snippet"
16327version = "0.1.0"
16328dependencies = [
16329 "anyhow",
16330 "smallvec",
16331]
16332
16333[[package]]
16334name = "snippet_provider"
16335version = "0.1.0"
16336dependencies = [
16337 "anyhow",
16338 "collections",
16339 "extension",
16340 "fs",
16341 "futures 0.3.32",
16342 "gpui",
16343 "indoc",
16344 "parking_lot",
16345 "paths",
16346 "schemars",
16347 "serde",
16348 "serde_json",
16349 "serde_json_lenient",
16350 "snippet",
16351 "util",
16352]
16353
16354[[package]]
16355name = "snippets_ui"
16356version = "0.1.0"
16357dependencies = [
16358 "file_icons",
16359 "fuzzy",
16360 "gpui",
16361 "language",
16362 "open_path_prompt",
16363 "paths",
16364 "picker",
16365 "settings",
16366 "ui",
16367 "util",
16368 "workspace",
16369]
16370
16371[[package]]
16372name = "socket2"
16373version = "0.5.10"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16376dependencies = [
16377 "libc",
16378 "windows-sys 0.52.0",
16379]
16380
16381[[package]]
16382name = "socket2"
16383version = "0.6.1"
16384source = "registry+https://github.com/rust-lang/crates.io-index"
16385checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16386dependencies = [
16387 "libc",
16388 "windows-sys 0.60.2",
16389]
16390
16391[[package]]
16392name = "spdx"
16393version = "0.10.9"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16396dependencies = [
16397 "smallvec",
16398]
16399
16400[[package]]
16401name = "spin"
16402version = "0.9.8"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16405dependencies = [
16406 "lock_api",
16407]
16408
16409[[package]]
16410name = "spin"
16411version = "0.10.0"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16414dependencies = [
16415 "lock_api",
16416]
16417
16418[[package]]
16419name = "spirv"
16420version = "0.4.0+sdk-1.4.341.0"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16423dependencies = [
16424 "bitflags 2.10.0",
16425]
16426
16427[[package]]
16428name = "spki"
16429version = "0.6.0"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16432dependencies = [
16433 "base64ct",
16434 "der 0.6.1",
16435]
16436
16437[[package]]
16438name = "spki"
16439version = "0.7.3"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16442dependencies = [
16443 "base64ct",
16444 "der 0.7.10",
16445]
16446
16447[[package]]
16448name = "sqlez"
16449version = "0.1.0"
16450dependencies = [
16451 "anyhow",
16452 "collections",
16453 "futures 0.3.32",
16454 "indoc",
16455 "libsqlite3-sys",
16456 "log",
16457 "parking_lot",
16458 "smol",
16459 "sqlformat",
16460 "thread_local",
16461 "util",
16462 "uuid",
16463]
16464
16465[[package]]
16466name = "sqlez_macros"
16467version = "0.1.0"
16468dependencies = [
16469 "sqlez",
16470 "sqlformat",
16471 "syn 2.0.117",
16472]
16473
16474[[package]]
16475name = "sqlformat"
16476version = "0.2.6"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16479dependencies = [
16480 "nom 7.1.3",
16481 "unicode_categories",
16482]
16483
16484[[package]]
16485name = "sqlx"
16486version = "0.8.6"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16489dependencies = [
16490 "sqlx-core",
16491 "sqlx-macros",
16492 "sqlx-mysql",
16493 "sqlx-postgres",
16494 "sqlx-sqlite",
16495]
16496
16497[[package]]
16498name = "sqlx-core"
16499version = "0.8.6"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16502dependencies = [
16503 "base64 0.22.1",
16504 "bigdecimal",
16505 "bytes 1.11.1",
16506 "chrono",
16507 "crc",
16508 "crossbeam-queue",
16509 "either",
16510 "event-listener 5.4.1",
16511 "futures-core",
16512 "futures-intrusive",
16513 "futures-io",
16514 "futures-util",
16515 "hashbrown 0.15.5",
16516 "hashlink 0.10.0",
16517 "indexmap",
16518 "log",
16519 "memchr",
16520 "once_cell",
16521 "percent-encoding",
16522 "rust_decimal",
16523 "rustls 0.23.33",
16524 "serde",
16525 "serde_json",
16526 "sha2",
16527 "smallvec",
16528 "thiserror 2.0.17",
16529 "time",
16530 "tokio",
16531 "tokio-stream",
16532 "tracing",
16533 "url",
16534 "uuid",
16535 "webpki-roots",
16536]
16537
16538[[package]]
16539name = "sqlx-macros"
16540version = "0.8.6"
16541source = "registry+https://github.com/rust-lang/crates.io-index"
16542checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16543dependencies = [
16544 "proc-macro2",
16545 "quote",
16546 "sqlx-core",
16547 "sqlx-macros-core",
16548 "syn 2.0.117",
16549]
16550
16551[[package]]
16552name = "sqlx-macros-core"
16553version = "0.8.6"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16556dependencies = [
16557 "dotenvy",
16558 "either",
16559 "heck 0.5.0",
16560 "hex",
16561 "once_cell",
16562 "proc-macro2",
16563 "quote",
16564 "serde",
16565 "serde_json",
16566 "sha2",
16567 "sqlx-core",
16568 "sqlx-mysql",
16569 "sqlx-postgres",
16570 "sqlx-sqlite",
16571 "syn 2.0.117",
16572 "tokio",
16573 "url",
16574]
16575
16576[[package]]
16577name = "sqlx-mysql"
16578version = "0.8.6"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16581dependencies = [
16582 "atoi",
16583 "base64 0.22.1",
16584 "bigdecimal",
16585 "bitflags 2.10.0",
16586 "byteorder",
16587 "bytes 1.11.1",
16588 "chrono",
16589 "crc",
16590 "digest",
16591 "dotenvy",
16592 "either",
16593 "futures-channel",
16594 "futures-core",
16595 "futures-io",
16596 "futures-util",
16597 "generic-array",
16598 "hex",
16599 "hkdf",
16600 "hmac",
16601 "itoa",
16602 "log",
16603 "md-5",
16604 "memchr",
16605 "once_cell",
16606 "percent-encoding",
16607 "rand 0.8.5",
16608 "rsa",
16609 "rust_decimal",
16610 "serde",
16611 "sha1",
16612 "sha2",
16613 "smallvec",
16614 "sqlx-core",
16615 "stringprep",
16616 "thiserror 2.0.17",
16617 "time",
16618 "tracing",
16619 "uuid",
16620 "whoami",
16621]
16622
16623[[package]]
16624name = "sqlx-postgres"
16625version = "0.8.6"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16628dependencies = [
16629 "atoi",
16630 "base64 0.22.1",
16631 "bigdecimal",
16632 "bitflags 2.10.0",
16633 "byteorder",
16634 "chrono",
16635 "crc",
16636 "dotenvy",
16637 "etcetera",
16638 "futures-channel",
16639 "futures-core",
16640 "futures-util",
16641 "hex",
16642 "hkdf",
16643 "hmac",
16644 "home",
16645 "itoa",
16646 "log",
16647 "md-5",
16648 "memchr",
16649 "num-bigint",
16650 "once_cell",
16651 "rand 0.8.5",
16652 "rust_decimal",
16653 "serde",
16654 "serde_json",
16655 "sha2",
16656 "smallvec",
16657 "sqlx-core",
16658 "stringprep",
16659 "thiserror 2.0.17",
16660 "time",
16661 "tracing",
16662 "uuid",
16663 "whoami",
16664]
16665
16666[[package]]
16667name = "sqlx-sqlite"
16668version = "0.8.6"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16671dependencies = [
16672 "atoi",
16673 "chrono",
16674 "flume",
16675 "futures-channel",
16676 "futures-core",
16677 "futures-executor",
16678 "futures-intrusive",
16679 "futures-util",
16680 "libsqlite3-sys",
16681 "log",
16682 "percent-encoding",
16683 "serde",
16684 "serde_urlencoded",
16685 "sqlx-core",
16686 "thiserror 2.0.17",
16687 "time",
16688 "tracing",
16689 "url",
16690 "uuid",
16691]
16692
16693[[package]]
16694name = "stable_deref_trait"
16695version = "1.2.1"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16698
16699[[package]]
16700name = "stacker"
16701version = "0.1.23"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16704dependencies = [
16705 "cc",
16706 "cfg-if",
16707 "libc",
16708 "psm",
16709 "windows-sys 0.59.0",
16710]
16711
16712[[package]]
16713name = "stacksafe"
16714version = "0.1.4"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16717dependencies = [
16718 "stacker",
16719 "stacksafe-macro",
16720]
16721
16722[[package]]
16723name = "stacksafe-macro"
16724version = "0.1.4"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16727dependencies = [
16728 "proc-macro-error2",
16729 "quote",
16730 "syn 2.0.117",
16731]
16732
16733[[package]]
16734name = "static_assertions"
16735version = "1.1.0"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16738
16739[[package]]
16740name = "story"
16741version = "0.1.0"
16742dependencies = [
16743 "gpui",
16744 "itertools 0.14.0",
16745 "smallvec",
16746]
16747
16748[[package]]
16749name = "storybook"
16750version = "0.1.0"
16751dependencies = [
16752 "anyhow",
16753 "clap",
16754 "ctrlc",
16755 "dialoguer",
16756 "editor",
16757 "fuzzy",
16758 "gpui",
16759 "gpui_platform",
16760 "indoc",
16761 "language",
16762 "log",
16763 "menu",
16764 "picker",
16765 "reqwest_client",
16766 "rust-embed",
16767 "settings",
16768 "simplelog",
16769 "story",
16770 "strum 0.27.2",
16771 "theme",
16772 "theme_settings",
16773 "title_bar",
16774 "ui",
16775]
16776
16777[[package]]
16778name = "streaming-iterator"
16779version = "0.1.9"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16782
16783[[package]]
16784name = "streaming_diff"
16785version = "0.1.0"
16786dependencies = [
16787 "ordered-float 2.10.1",
16788 "rand 0.9.2",
16789 "rope",
16790 "util",
16791]
16792
16793[[package]]
16794name = "strength_reduce"
16795version = "0.2.4"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16798
16799[[package]]
16800name = "strict-num"
16801version = "0.1.1"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16804dependencies = [
16805 "float-cmp",
16806]
16807
16808[[package]]
16809name = "string_cache"
16810version = "0.8.9"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16813dependencies = [
16814 "new_debug_unreachable",
16815 "parking_lot",
16816 "phf_shared 0.11.3",
16817 "precomputed-hash",
16818 "serde",
16819]
16820
16821[[package]]
16822name = "string_cache_codegen"
16823version = "0.5.4"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16826dependencies = [
16827 "phf_generator 0.11.3",
16828 "phf_shared 0.11.3",
16829 "proc-macro2",
16830 "quote",
16831]
16832
16833[[package]]
16834name = "stringprep"
16835version = "0.1.5"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16838dependencies = [
16839 "unicode-bidi",
16840 "unicode-normalization",
16841 "unicode-properties",
16842]
16843
16844[[package]]
16845name = "strsim"
16846version = "0.11.1"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16849
16850[[package]]
16851name = "strum"
16852version = "0.26.3"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16855
16856[[package]]
16857name = "strum"
16858version = "0.27.2"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16861dependencies = [
16862 "strum_macros 0.27.2",
16863]
16864
16865[[package]]
16866name = "strum"
16867version = "0.28.0"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16870dependencies = [
16871 "strum_macros 0.28.0",
16872]
16873
16874[[package]]
16875name = "strum_macros"
16876version = "0.27.2"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16879dependencies = [
16880 "heck 0.5.0",
16881 "proc-macro2",
16882 "quote",
16883 "syn 2.0.117",
16884]
16885
16886[[package]]
16887name = "strum_macros"
16888version = "0.28.0"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16891dependencies = [
16892 "heck 0.5.0",
16893 "proc-macro2",
16894 "quote",
16895 "syn 2.0.117",
16896]
16897
16898[[package]]
16899name = "subtle"
16900version = "2.6.1"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16903
16904[[package]]
16905name = "sum_tree"
16906version = "0.1.0"
16907dependencies = [
16908 "ctor",
16909 "heapless",
16910 "log",
16911 "proptest",
16912 "rand 0.9.2",
16913 "rayon",
16914 "tracing",
16915 "zlog",
16916 "ztracing",
16917]
16918
16919[[package]]
16920name = "sval"
16921version = "2.15.0"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16924
16925[[package]]
16926name = "sval_buffer"
16927version = "2.15.0"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16930dependencies = [
16931 "sval",
16932 "sval_ref",
16933]
16934
16935[[package]]
16936name = "sval_dynamic"
16937version = "2.15.0"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16940dependencies = [
16941 "sval",
16942]
16943
16944[[package]]
16945name = "sval_fmt"
16946version = "2.15.0"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16949dependencies = [
16950 "itoa",
16951 "ryu",
16952 "sval",
16953]
16954
16955[[package]]
16956name = "sval_json"
16957version = "2.15.0"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16960dependencies = [
16961 "itoa",
16962 "ryu",
16963 "sval",
16964]
16965
16966[[package]]
16967name = "sval_nested"
16968version = "2.15.0"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16971dependencies = [
16972 "sval",
16973 "sval_buffer",
16974 "sval_ref",
16975]
16976
16977[[package]]
16978name = "sval_ref"
16979version = "2.15.0"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16982dependencies = [
16983 "sval",
16984]
16985
16986[[package]]
16987name = "sval_serde"
16988version = "2.15.0"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16991dependencies = [
16992 "serde_core",
16993 "sval",
16994 "sval_nested",
16995]
16996
16997[[package]]
16998name = "svg_fmt"
16999version = "0.4.5"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17002
17003[[package]]
17004name = "svg_preview"
17005version = "0.1.0"
17006dependencies = [
17007 "file_icons",
17008 "gpui",
17009 "language",
17010 "multi_buffer",
17011 "ui",
17012 "workspace",
17013 "zed_actions",
17014]
17015
17016[[package]]
17017name = "svgtypes"
17018version = "0.15.3"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17021dependencies = [
17022 "kurbo",
17023 "siphasher 1.0.1",
17024]
17025
17026[[package]]
17027name = "swash"
17028version = "0.2.6"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17031dependencies = [
17032 "skrifa 0.37.0",
17033 "yazi",
17034 "zeno",
17035]
17036
17037[[package]]
17038name = "symphonia"
17039version = "0.5.5"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17042dependencies = [
17043 "lazy_static",
17044 "symphonia-bundle-flac",
17045 "symphonia-bundle-mp3",
17046 "symphonia-codec-aac",
17047 "symphonia-codec-pcm",
17048 "symphonia-codec-vorbis",
17049 "symphonia-core",
17050 "symphonia-format-isomp4",
17051 "symphonia-format-ogg",
17052 "symphonia-format-riff",
17053 "symphonia-metadata",
17054]
17055
17056[[package]]
17057name = "symphonia-bundle-flac"
17058version = "0.5.5"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17061dependencies = [
17062 "log",
17063 "symphonia-core",
17064 "symphonia-metadata",
17065 "symphonia-utils-xiph",
17066]
17067
17068[[package]]
17069name = "symphonia-bundle-mp3"
17070version = "0.5.5"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17073dependencies = [
17074 "lazy_static",
17075 "log",
17076 "symphonia-core",
17077 "symphonia-metadata",
17078]
17079
17080[[package]]
17081name = "symphonia-codec-aac"
17082version = "0.5.5"
17083source = "registry+https://github.com/rust-lang/crates.io-index"
17084checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17085dependencies = [
17086 "lazy_static",
17087 "log",
17088 "symphonia-core",
17089]
17090
17091[[package]]
17092name = "symphonia-codec-pcm"
17093version = "0.5.5"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17096dependencies = [
17097 "log",
17098 "symphonia-core",
17099]
17100
17101[[package]]
17102name = "symphonia-codec-vorbis"
17103version = "0.5.5"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17106dependencies = [
17107 "log",
17108 "symphonia-core",
17109 "symphonia-utils-xiph",
17110]
17111
17112[[package]]
17113name = "symphonia-core"
17114version = "0.5.5"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17117dependencies = [
17118 "arrayvec",
17119 "bitflags 1.3.2",
17120 "bytemuck",
17121 "lazy_static",
17122 "log",
17123]
17124
17125[[package]]
17126name = "symphonia-format-isomp4"
17127version = "0.5.5"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17130dependencies = [
17131 "encoding_rs",
17132 "log",
17133 "symphonia-core",
17134 "symphonia-metadata",
17135 "symphonia-utils-xiph",
17136]
17137
17138[[package]]
17139name = "symphonia-format-ogg"
17140version = "0.5.5"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17143dependencies = [
17144 "log",
17145 "symphonia-core",
17146 "symphonia-metadata",
17147 "symphonia-utils-xiph",
17148]
17149
17150[[package]]
17151name = "symphonia-format-riff"
17152version = "0.5.5"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17155dependencies = [
17156 "extended",
17157 "log",
17158 "symphonia-core",
17159 "symphonia-metadata",
17160]
17161
17162[[package]]
17163name = "symphonia-metadata"
17164version = "0.5.5"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17167dependencies = [
17168 "encoding_rs",
17169 "lazy_static",
17170 "log",
17171 "symphonia-core",
17172]
17173
17174[[package]]
17175name = "symphonia-utils-xiph"
17176version = "0.5.5"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17179dependencies = [
17180 "symphonia-core",
17181 "symphonia-metadata",
17182]
17183
17184[[package]]
17185name = "syn"
17186version = "1.0.109"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17189dependencies = [
17190 "proc-macro2",
17191 "quote",
17192 "unicode-ident",
17193]
17194
17195[[package]]
17196name = "syn"
17197version = "2.0.117"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17200dependencies = [
17201 "proc-macro2",
17202 "quote",
17203 "unicode-ident",
17204]
17205
17206[[package]]
17207name = "sync_wrapper"
17208version = "0.1.2"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17211
17212[[package]]
17213name = "sync_wrapper"
17214version = "1.0.2"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17217dependencies = [
17218 "futures-core",
17219]
17220
17221[[package]]
17222name = "synchronoise"
17223version = "1.0.1"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17226dependencies = [
17227 "crossbeam-queue",
17228]
17229
17230[[package]]
17231name = "synstructure"
17232version = "0.13.2"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17235dependencies = [
17236 "proc-macro2",
17237 "quote",
17238 "syn 2.0.117",
17239]
17240
17241[[package]]
17242name = "syntax_theme"
17243version = "0.1.0"
17244dependencies = [
17245 "gpui",
17246 "serde",
17247 "serde_json",
17248]
17249
17250[[package]]
17251name = "sys-locale"
17252version = "0.3.2"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17255dependencies = [
17256 "libc",
17257]
17258
17259[[package]]
17260name = "sysctl"
17261version = "0.5.5"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17264dependencies = [
17265 "bitflags 2.10.0",
17266 "byteorder",
17267 "enum-as-inner",
17268 "libc",
17269 "thiserror 1.0.69",
17270 "walkdir",
17271]
17272
17273[[package]]
17274name = "sysctl"
17275version = "0.6.0"
17276source = "registry+https://github.com/rust-lang/crates.io-index"
17277checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17278dependencies = [
17279 "bitflags 2.10.0",
17280 "byteorder",
17281 "enum-as-inner",
17282 "libc",
17283 "thiserror 1.0.69",
17284 "walkdir",
17285]
17286
17287[[package]]
17288name = "sysinfo"
17289version = "0.31.4"
17290source = "registry+https://github.com/rust-lang/crates.io-index"
17291checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17292dependencies = [
17293 "core-foundation-sys",
17294 "libc",
17295 "memchr",
17296 "ntapi",
17297 "rayon",
17298 "windows 0.57.0",
17299]
17300
17301[[package]]
17302name = "sysinfo"
17303version = "0.37.2"
17304source = "registry+https://github.com/rust-lang/crates.io-index"
17305checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17306dependencies = [
17307 "libc",
17308 "memchr",
17309 "ntapi",
17310 "objc2-core-foundation",
17311 "objc2-io-kit",
17312 "windows 0.61.3",
17313]
17314
17315[[package]]
17316name = "system-configuration"
17317version = "0.5.1"
17318source = "registry+https://github.com/rust-lang/crates.io-index"
17319checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17320dependencies = [
17321 "bitflags 1.3.2",
17322 "core-foundation 0.9.4",
17323 "system-configuration-sys 0.5.0",
17324]
17325
17326[[package]]
17327name = "system-configuration"
17328version = "0.6.1"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17331dependencies = [
17332 "bitflags 2.10.0",
17333 "core-foundation 0.9.4",
17334 "system-configuration-sys 0.6.0",
17335]
17336
17337[[package]]
17338name = "system-configuration-sys"
17339version = "0.5.0"
17340source = "registry+https://github.com/rust-lang/crates.io-index"
17341checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17342dependencies = [
17343 "core-foundation-sys",
17344 "libc",
17345]
17346
17347[[package]]
17348name = "system-configuration-sys"
17349version = "0.6.0"
17350source = "registry+https://github.com/rust-lang/crates.io-index"
17351checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17352dependencies = [
17353 "core-foundation-sys",
17354 "libc",
17355]
17356
17357[[package]]
17358name = "system-deps"
17359version = "6.2.2"
17360source = "registry+https://github.com/rust-lang/crates.io-index"
17361checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17362dependencies = [
17363 "cfg-expr 0.15.8",
17364 "heck 0.5.0",
17365 "pkg-config",
17366 "toml 0.8.23",
17367 "version-compare",
17368]
17369
17370[[package]]
17371name = "system-deps"
17372version = "7.0.7"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17375dependencies = [
17376 "cfg-expr 0.20.6",
17377 "heck 0.5.0",
17378 "pkg-config",
17379 "toml 0.9.8",
17380 "version-compare",
17381]
17382
17383[[package]]
17384name = "system-interface"
17385version = "0.27.3"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17388dependencies = [
17389 "bitflags 2.10.0",
17390 "cap-fs-ext",
17391 "cap-std",
17392 "fd-lock",
17393 "io-lifetimes",
17394 "rustix 0.38.44",
17395 "windows-sys 0.59.0",
17396 "winx",
17397]
17398
17399[[package]]
17400name = "system_specs"
17401version = "0.1.0"
17402dependencies = [
17403 "anyhow",
17404 "client",
17405 "gpui",
17406 "human_bytes",
17407 "pciid-parser",
17408 "release_channel",
17409 "semver",
17410 "serde",
17411 "sysinfo 0.37.2",
17412]
17413
17414[[package]]
17415name = "tab_switcher"
17416version = "0.1.0"
17417dependencies = [
17418 "collections",
17419 "ctor",
17420 "editor",
17421 "fuzzy",
17422 "gpui",
17423 "menu",
17424 "picker",
17425 "project",
17426 "schemars",
17427 "serde",
17428 "serde_json",
17429 "settings",
17430 "smol",
17431 "theme",
17432 "theme_settings",
17433 "ui",
17434 "util",
17435 "workspace",
17436 "zlog",
17437]
17438
17439[[package]]
17440name = "taffy"
17441version = "0.9.0"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17444dependencies = [
17445 "arrayvec",
17446 "grid",
17447 "serde",
17448 "slotmap",
17449]
17450
17451[[package]]
17452name = "tagptr"
17453version = "0.2.0"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17456
17457[[package]]
17458name = "take-until"
17459version = "0.2.0"
17460source = "registry+https://github.com/rust-lang/crates.io-index"
17461checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17462
17463[[package]]
17464name = "tao-core-video-sys"
17465version = "0.2.0"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17468dependencies = [
17469 "cfg-if",
17470 "core-foundation-sys",
17471 "libc",
17472 "objc",
17473]
17474
17475[[package]]
17476name = "tap"
17477version = "1.0.1"
17478source = "registry+https://github.com/rust-lang/crates.io-index"
17479checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17480
17481[[package]]
17482name = "target-lexicon"
17483version = "0.12.16"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17486
17487[[package]]
17488name = "target-lexicon"
17489version = "0.13.3"
17490source = "registry+https://github.com/rust-lang/crates.io-index"
17491checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17492
17493[[package]]
17494name = "task"
17495version = "0.1.0"
17496dependencies = [
17497 "anyhow",
17498 "collections",
17499 "futures 0.3.32",
17500 "gpui",
17501 "hex",
17502 "log",
17503 "parking_lot",
17504 "pretty_assertions",
17505 "proto",
17506 "schemars",
17507 "serde",
17508 "serde_json",
17509 "serde_json_lenient",
17510 "sha2",
17511 "shellexpand 2.1.2",
17512 "util",
17513 "zed_actions",
17514]
17515
17516[[package]]
17517name = "tasks_ui"
17518version = "0.1.0"
17519dependencies = [
17520 "anyhow",
17521 "collections",
17522 "editor",
17523 "file_icons",
17524 "fuzzy",
17525 "gpui",
17526 "itertools 0.14.0",
17527 "language",
17528 "menu",
17529 "picker",
17530 "project",
17531 "serde",
17532 "serde_json",
17533 "task",
17534 "tree-sitter-rust",
17535 "tree-sitter-typescript",
17536 "ui",
17537 "util",
17538 "workspace",
17539 "zed_actions",
17540]
17541
17542[[package]]
17543name = "telemetry"
17544version = "0.1.0"
17545dependencies = [
17546 "futures 0.3.32",
17547 "serde",
17548 "serde_json",
17549 "telemetry_events",
17550]
17551
17552[[package]]
17553name = "telemetry_events"
17554version = "0.1.0"
17555dependencies = [
17556 "semver",
17557 "serde",
17558 "serde_json",
17559]
17560
17561[[package]]
17562name = "tempfile"
17563version = "3.23.0"
17564source = "registry+https://github.com/rust-lang/crates.io-index"
17565checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17566dependencies = [
17567 "fastrand 2.3.0",
17568 "getrandom 0.3.4",
17569 "once_cell",
17570 "rustix 1.1.2",
17571 "windows-sys 0.61.2",
17572]
17573
17574[[package]]
17575name = "tendril"
17576version = "0.4.3"
17577source = "registry+https://github.com/rust-lang/crates.io-index"
17578checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17579dependencies = [
17580 "futf",
17581 "mac",
17582 "utf-8",
17583]
17584
17585[[package]]
17586name = "termcolor"
17587version = "1.4.1"
17588source = "registry+https://github.com/rust-lang/crates.io-index"
17589checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17590dependencies = [
17591 "winapi-util",
17592]
17593
17594[[package]]
17595name = "terminal"
17596version = "0.1.0"
17597dependencies = [
17598 "alacritty_terminal",
17599 "anyhow",
17600 "collections",
17601 "futures 0.3.32",
17602 "gpui",
17603 "itertools 0.14.0",
17604 "libc",
17605 "log",
17606 "parking_lot",
17607 "rand 0.9.2",
17608 "regex",
17609 "release_channel",
17610 "schemars",
17611 "serde",
17612 "settings",
17613 "smol",
17614 "sysinfo 0.37.2",
17615 "task",
17616 "theme",
17617 "theme_settings",
17618 "thiserror 2.0.17",
17619 "url",
17620 "urlencoding",
17621 "util",
17622 "util_macros",
17623 "windows 0.61.3",
17624]
17625
17626[[package]]
17627name = "terminal_size"
17628version = "0.4.3"
17629source = "registry+https://github.com/rust-lang/crates.io-index"
17630checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17631dependencies = [
17632 "rustix 1.1.2",
17633 "windows-sys 0.60.2",
17634]
17635
17636[[package]]
17637name = "terminal_view"
17638version = "0.1.0"
17639dependencies = [
17640 "anyhow",
17641 "async-recursion",
17642 "breadcrumbs",
17643 "collections",
17644 "db",
17645 "dirs 4.0.0",
17646 "editor",
17647 "futures 0.3.32",
17648 "gpui",
17649 "itertools 0.14.0",
17650 "language",
17651 "log",
17652 "menu",
17653 "pretty_assertions",
17654 "project",
17655 "regex",
17656 "schemars",
17657 "serde",
17658 "serde_json",
17659 "settings",
17660 "shellexpand 2.1.2",
17661 "task",
17662 "terminal",
17663 "theme",
17664 "theme_settings",
17665 "ui",
17666 "util",
17667 "workspace",
17668 "zed_actions",
17669]
17670
17671[[package]]
17672name = "text"
17673version = "0.1.0"
17674dependencies = [
17675 "anyhow",
17676 "clock",
17677 "collections",
17678 "ctor",
17679 "gpui",
17680 "log",
17681 "parking_lot",
17682 "postage",
17683 "rand 0.9.2",
17684 "regex",
17685 "rope",
17686 "smallvec",
17687 "sum_tree",
17688 "util",
17689 "zlog",
17690]
17691
17692[[package]]
17693name = "theme"
17694version = "0.1.0"
17695dependencies = [
17696 "anyhow",
17697 "collections",
17698 "derive_more",
17699 "gpui",
17700 "palette",
17701 "parking_lot",
17702 "refineable",
17703 "schemars",
17704 "serde",
17705 "serde_json",
17706 "serde_json_lenient",
17707 "strum 0.27.2",
17708 "syntax_theme",
17709 "thiserror 2.0.17",
17710 "uuid",
17711]
17712
17713[[package]]
17714name = "theme_extension"
17715version = "0.1.0"
17716dependencies = [
17717 "anyhow",
17718 "extension",
17719 "fs",
17720 "gpui",
17721 "theme",
17722 "theme_settings",
17723]
17724
17725[[package]]
17726name = "theme_importer"
17727version = "0.1.0"
17728dependencies = [
17729 "anyhow",
17730 "clap",
17731 "collections",
17732 "gpui",
17733 "indexmap",
17734 "log",
17735 "palette",
17736 "serde",
17737 "serde_json",
17738 "serde_json_lenient",
17739 "simplelog",
17740 "strum 0.27.2",
17741 "theme",
17742 "theme_settings",
17743 "vscode_theme",
17744]
17745
17746[[package]]
17747name = "theme_selector"
17748version = "0.1.0"
17749dependencies = [
17750 "fs",
17751 "fuzzy",
17752 "gpui",
17753 "log",
17754 "picker",
17755 "serde",
17756 "settings",
17757 "telemetry",
17758 "theme",
17759 "theme_settings",
17760 "ui",
17761 "util",
17762 "workspace",
17763 "zed_actions",
17764]
17765
17766[[package]]
17767name = "theme_settings"
17768version = "0.1.0"
17769dependencies = [
17770 "anyhow",
17771 "collections",
17772 "gpui",
17773 "gpui_util",
17774 "log",
17775 "palette",
17776 "refineable",
17777 "schemars",
17778 "serde",
17779 "serde_json",
17780 "serde_json_lenient",
17781 "settings",
17782 "theme",
17783 "uuid",
17784]
17785
17786[[package]]
17787name = "thiserror"
17788version = "1.0.69"
17789source = "registry+https://github.com/rust-lang/crates.io-index"
17790checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17791dependencies = [
17792 "thiserror-impl 1.0.69",
17793]
17794
17795[[package]]
17796name = "thiserror"
17797version = "2.0.17"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17800dependencies = [
17801 "thiserror-impl 2.0.17",
17802]
17803
17804[[package]]
17805name = "thiserror-impl"
17806version = "1.0.69"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17809dependencies = [
17810 "proc-macro2",
17811 "quote",
17812 "syn 2.0.117",
17813]
17814
17815[[package]]
17816name = "thiserror-impl"
17817version = "2.0.17"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17820dependencies = [
17821 "proc-macro2",
17822 "quote",
17823 "syn 2.0.117",
17824]
17825
17826[[package]]
17827name = "thread_local"
17828version = "1.1.9"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17831dependencies = [
17832 "cfg-if",
17833]
17834
17835[[package]]
17836name = "tiff"
17837version = "0.10.3"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17840dependencies = [
17841 "fax",
17842 "flate2",
17843 "half",
17844 "quick-error 2.0.1",
17845 "weezl",
17846 "zune-jpeg",
17847]
17848
17849[[package]]
17850name = "tiktoken-rs"
17851version = "0.9.1"
17852source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17853dependencies = [
17854 "anyhow",
17855 "base64 0.22.1",
17856 "bstr",
17857 "fancy-regex 0.16.2",
17858 "lazy_static",
17859 "regex",
17860 "rustc-hash 1.1.0",
17861]
17862
17863[[package]]
17864name = "time"
17865version = "0.3.47"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17868dependencies = [
17869 "deranged",
17870 "itoa",
17871 "libc",
17872 "num-conv",
17873 "num_threads",
17874 "powerfmt",
17875 "serde_core",
17876 "time-core",
17877 "time-macros",
17878]
17879
17880[[package]]
17881name = "time-core"
17882version = "0.1.8"
17883source = "registry+https://github.com/rust-lang/crates.io-index"
17884checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17885
17886[[package]]
17887name = "time-macros"
17888version = "0.2.27"
17889source = "registry+https://github.com/rust-lang/crates.io-index"
17890checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17891dependencies = [
17892 "num-conv",
17893 "time-core",
17894]
17895
17896[[package]]
17897name = "time_format"
17898version = "0.1.0"
17899dependencies = [
17900 "core-foundation 0.10.0",
17901 "core-foundation-sys",
17902 "sys-locale",
17903 "time",
17904 "windows 0.61.3",
17905]
17906
17907[[package]]
17908name = "tiny-keccak"
17909version = "2.0.2"
17910source = "registry+https://github.com/rust-lang/crates.io-index"
17911checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17912dependencies = [
17913 "crunchy",
17914]
17915
17916[[package]]
17917name = "tiny-skia"
17918version = "0.11.4"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17921dependencies = [
17922 "arrayref",
17923 "arrayvec",
17924 "bytemuck",
17925 "cfg-if",
17926 "log",
17927 "png 0.17.16",
17928 "tiny-skia-path",
17929]
17930
17931[[package]]
17932name = "tiny-skia-path"
17933version = "0.11.4"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17936dependencies = [
17937 "arrayref",
17938 "bytemuck",
17939 "strict-num",
17940]
17941
17942[[package]]
17943name = "tiny_http"
17944version = "0.12.0"
17945source = "registry+https://github.com/rust-lang/crates.io-index"
17946checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17947dependencies = [
17948 "ascii",
17949 "chunked_transfer",
17950 "httpdate",
17951 "log",
17952]
17953
17954[[package]]
17955name = "tinystr"
17956version = "0.8.1"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17959dependencies = [
17960 "displaydoc",
17961 "zerovec",
17962]
17963
17964[[package]]
17965name = "tinytemplate"
17966version = "1.2.1"
17967source = "registry+https://github.com/rust-lang/crates.io-index"
17968checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17969dependencies = [
17970 "serde",
17971 "serde_json",
17972]
17973
17974[[package]]
17975name = "tinyvec"
17976version = "1.10.0"
17977source = "registry+https://github.com/rust-lang/crates.io-index"
17978checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17979dependencies = [
17980 "tinyvec_macros",
17981]
17982
17983[[package]]
17984name = "tinyvec_macros"
17985version = "0.1.1"
17986source = "registry+https://github.com/rust-lang/crates.io-index"
17987checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17988
17989[[package]]
17990name = "title_bar"
17991version = "0.1.0"
17992dependencies = [
17993 "anyhow",
17994 "auto_update",
17995 "call",
17996 "channel",
17997 "chrono",
17998 "client",
17999 "cloud_api_types",
18000 "db",
18001 "git_ui",
18002 "gpui",
18003 "icons",
18004 "livekit_client",
18005 "notifications",
18006 "platform_title_bar",
18007 "project",
18008 "recent_projects",
18009 "release_channel",
18010 "remote",
18011 "remote_connection",
18012 "rpc",
18013 "schemars",
18014 "semver",
18015 "serde",
18016 "settings",
18017 "smallvec",
18018 "story",
18019 "telemetry",
18020 "theme",
18021 "ui",
18022 "util",
18023 "windows 0.61.3",
18024 "workspace",
18025 "zed_actions",
18026]
18027
18028[[package]]
18029name = "tokio"
18030version = "1.48.0"
18031source = "registry+https://github.com/rust-lang/crates.io-index"
18032checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18033dependencies = [
18034 "bytes 1.11.1",
18035 "libc",
18036 "mio 1.1.0",
18037 "parking_lot",
18038 "pin-project-lite",
18039 "signal-hook-registry",
18040 "socket2 0.6.1",
18041 "tokio-macros",
18042 "windows-sys 0.61.2",
18043]
18044
18045[[package]]
18046name = "tokio-io"
18047version = "0.1.13"
18048source = "registry+https://github.com/rust-lang/crates.io-index"
18049checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18050dependencies = [
18051 "bytes 0.4.12",
18052 "futures 0.1.31",
18053 "log",
18054]
18055
18056[[package]]
18057name = "tokio-macros"
18058version = "2.6.0"
18059source = "registry+https://github.com/rust-lang/crates.io-index"
18060checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18061dependencies = [
18062 "proc-macro2",
18063 "quote",
18064 "syn 2.0.117",
18065]
18066
18067[[package]]
18068name = "tokio-native-tls"
18069version = "0.3.1"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18072dependencies = [
18073 "native-tls",
18074 "tokio",
18075]
18076
18077[[package]]
18078name = "tokio-rustls"
18079version = "0.24.1"
18080source = "registry+https://github.com/rust-lang/crates.io-index"
18081checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18082dependencies = [
18083 "rustls 0.21.12",
18084 "tokio",
18085]
18086
18087[[package]]
18088name = "tokio-rustls"
18089version = "0.26.2"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18092dependencies = [
18093 "rustls 0.23.33",
18094 "tokio",
18095]
18096
18097[[package]]
18098name = "tokio-socks"
18099version = "0.5.2"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18102dependencies = [
18103 "either",
18104 "futures-io",
18105 "futures-util",
18106 "thiserror 1.0.69",
18107 "tokio",
18108]
18109
18110[[package]]
18111name = "tokio-stream"
18112version = "0.1.17"
18113source = "registry+https://github.com/rust-lang/crates.io-index"
18114checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18115dependencies = [
18116 "futures-core",
18117 "pin-project-lite",
18118 "tokio",
18119]
18120
18121[[package]]
18122name = "tokio-tungstenite"
18123version = "0.20.1"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18126dependencies = [
18127 "futures-util",
18128 "log",
18129 "tokio",
18130 "tungstenite 0.20.1",
18131]
18132
18133[[package]]
18134name = "tokio-tungstenite"
18135version = "0.21.0"
18136source = "registry+https://github.com/rust-lang/crates.io-index"
18137checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18138dependencies = [
18139 "futures-util",
18140 "log",
18141 "tokio",
18142 "tungstenite 0.21.0",
18143]
18144
18145[[package]]
18146name = "tokio-tungstenite"
18147version = "0.28.0"
18148source = "registry+https://github.com/rust-lang/crates.io-index"
18149checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18150dependencies = [
18151 "futures-util",
18152 "log",
18153 "rustls 0.23.33",
18154 "rustls-native-certs 0.8.2",
18155 "rustls-pki-types",
18156 "tokio",
18157 "tokio-rustls 0.26.2",
18158 "tungstenite 0.28.0",
18159]
18160
18161[[package]]
18162name = "tokio-util"
18163version = "0.7.16"
18164source = "registry+https://github.com/rust-lang/crates.io-index"
18165checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18166dependencies = [
18167 "bytes 1.11.1",
18168 "futures-core",
18169 "futures-io",
18170 "futures-sink",
18171 "pin-project-lite",
18172 "tokio",
18173]
18174
18175[[package]]
18176name = "toml"
18177version = "0.5.11"
18178source = "registry+https://github.com/rust-lang/crates.io-index"
18179checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18180dependencies = [
18181 "serde",
18182]
18183
18184[[package]]
18185name = "toml"
18186version = "0.8.23"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18189dependencies = [
18190 "serde",
18191 "serde_spanned 0.6.9",
18192 "toml_datetime 0.6.11",
18193 "toml_edit 0.22.27",
18194]
18195
18196[[package]]
18197name = "toml"
18198version = "0.9.8"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18201dependencies = [
18202 "indexmap",
18203 "serde_core",
18204 "serde_spanned 1.0.3",
18205 "toml_datetime 0.7.3",
18206 "toml_parser",
18207 "toml_writer",
18208 "winnow",
18209]
18210
18211[[package]]
18212name = "toml_datetime"
18213version = "0.6.11"
18214source = "registry+https://github.com/rust-lang/crates.io-index"
18215checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18216dependencies = [
18217 "serde",
18218]
18219
18220[[package]]
18221name = "toml_datetime"
18222version = "0.7.3"
18223source = "registry+https://github.com/rust-lang/crates.io-index"
18224checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18225dependencies = [
18226 "serde_core",
18227]
18228
18229[[package]]
18230name = "toml_edit"
18231version = "0.22.27"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18234dependencies = [
18235 "indexmap",
18236 "serde",
18237 "serde_spanned 0.6.9",
18238 "toml_datetime 0.6.11",
18239 "toml_write",
18240 "winnow",
18241]
18242
18243[[package]]
18244name = "toml_edit"
18245version = "0.23.7"
18246source = "registry+https://github.com/rust-lang/crates.io-index"
18247checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18248dependencies = [
18249 "indexmap",
18250 "toml_datetime 0.7.3",
18251 "toml_parser",
18252 "winnow",
18253]
18254
18255[[package]]
18256name = "toml_parser"
18257version = "1.0.4"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18260dependencies = [
18261 "winnow",
18262]
18263
18264[[package]]
18265name = "toml_write"
18266version = "0.1.2"
18267source = "registry+https://github.com/rust-lang/crates.io-index"
18268checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18269
18270[[package]]
18271name = "toml_writer"
18272version = "1.0.4"
18273source = "registry+https://github.com/rust-lang/crates.io-index"
18274checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18275
18276[[package]]
18277name = "toolchain_selector"
18278version = "0.1.0"
18279dependencies = [
18280 "anyhow",
18281 "convert_case 0.8.0",
18282 "editor",
18283 "futures 0.3.32",
18284 "fuzzy",
18285 "gpui",
18286 "language",
18287 "menu",
18288 "open_path_prompt",
18289 "picker",
18290 "project",
18291 "ui",
18292 "util",
18293 "workspace",
18294]
18295
18296[[package]]
18297name = "topological-sort"
18298version = "0.2.2"
18299source = "registry+https://github.com/rust-lang/crates.io-index"
18300checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18301
18302[[package]]
18303name = "tower"
18304version = "0.4.13"
18305source = "registry+https://github.com/rust-lang/crates.io-index"
18306checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18307dependencies = [
18308 "futures-core",
18309 "futures-util",
18310 "pin-project",
18311 "pin-project-lite",
18312 "tokio",
18313 "tower-layer",
18314 "tower-service",
18315 "tracing",
18316]
18317
18318[[package]]
18319name = "tower"
18320version = "0.5.2"
18321source = "registry+https://github.com/rust-lang/crates.io-index"
18322checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18323dependencies = [
18324 "futures-core",
18325 "futures-util",
18326 "pin-project-lite",
18327 "sync_wrapper 1.0.2",
18328 "tokio",
18329 "tokio-util",
18330 "tower-layer",
18331 "tower-service",
18332 "tracing",
18333]
18334
18335[[package]]
18336name = "tower-http"
18337version = "0.4.4"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18340dependencies = [
18341 "bitflags 2.10.0",
18342 "bytes 1.11.1",
18343 "futures-core",
18344 "futures-util",
18345 "http 0.2.12",
18346 "http-body 0.4.6",
18347 "http-range-header",
18348 "pin-project-lite",
18349 "tower-layer",
18350 "tower-service",
18351 "tracing",
18352]
18353
18354[[package]]
18355name = "tower-http"
18356version = "0.6.6"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18359dependencies = [
18360 "bitflags 2.10.0",
18361 "bytes 1.11.1",
18362 "futures-util",
18363 "http 1.3.1",
18364 "http-body 1.0.1",
18365 "iri-string",
18366 "pin-project-lite",
18367 "tower 0.5.2",
18368 "tower-layer",
18369 "tower-service",
18370 "tracing",
18371]
18372
18373[[package]]
18374name = "tower-layer"
18375version = "0.3.3"
18376source = "registry+https://github.com/rust-lang/crates.io-index"
18377checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18378
18379[[package]]
18380name = "tower-service"
18381version = "0.3.3"
18382source = "registry+https://github.com/rust-lang/crates.io-index"
18383checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18384
18385[[package]]
18386name = "tracing"
18387version = "0.1.43"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18390dependencies = [
18391 "log",
18392 "pin-project-lite",
18393 "tracing-attributes",
18394 "tracing-core",
18395]
18396
18397[[package]]
18398name = "tracing-attributes"
18399version = "0.1.31"
18400source = "registry+https://github.com/rust-lang/crates.io-index"
18401checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18402dependencies = [
18403 "proc-macro2",
18404 "quote",
18405 "syn 2.0.117",
18406]
18407
18408[[package]]
18409name = "tracing-core"
18410version = "0.1.35"
18411source = "registry+https://github.com/rust-lang/crates.io-index"
18412checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18413dependencies = [
18414 "once_cell",
18415 "valuable",
18416]
18417
18418[[package]]
18419name = "tracing-log"
18420version = "0.2.0"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18423dependencies = [
18424 "log",
18425 "once_cell",
18426 "tracing-core",
18427]
18428
18429[[package]]
18430name = "tracing-serde"
18431version = "0.2.0"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18434dependencies = [
18435 "serde",
18436 "tracing-core",
18437]
18438
18439[[package]]
18440name = "tracing-subscriber"
18441version = "0.3.22"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18444dependencies = [
18445 "matchers",
18446 "nu-ansi-term",
18447 "once_cell",
18448 "regex-automata",
18449 "serde",
18450 "serde_json",
18451 "sharded-slab",
18452 "smallvec",
18453 "thread_local",
18454 "tracing",
18455 "tracing-core",
18456 "tracing-log",
18457 "tracing-serde",
18458]
18459
18460[[package]]
18461name = "tracing-tracy"
18462version = "0.11.4"
18463source = "registry+https://github.com/rust-lang/crates.io-index"
18464checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18465dependencies = [
18466 "tracing-core",
18467 "tracing-subscriber",
18468 "tracy-client",
18469]
18470
18471[[package]]
18472name = "tracy-client"
18473version = "0.18.3"
18474source = "registry+https://github.com/rust-lang/crates.io-index"
18475checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18476dependencies = [
18477 "loom",
18478 "once_cell",
18479 "tracy-client-sys",
18480]
18481
18482[[package]]
18483name = "tracy-client-sys"
18484version = "0.27.0"
18485source = "registry+https://github.com/rust-lang/crates.io-index"
18486checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18487dependencies = [
18488 "cc",
18489 "windows-targets 0.52.6",
18490]
18491
18492[[package]]
18493name = "transpose"
18494version = "0.2.3"
18495source = "registry+https://github.com/rust-lang/crates.io-index"
18496checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18497dependencies = [
18498 "num-integer",
18499 "strength_reduce",
18500]
18501
18502[[package]]
18503name = "tree-sitter"
18504version = "0.26.8"
18505source = "registry+https://github.com/rust-lang/crates.io-index"
18506checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18507dependencies = [
18508 "cc",
18509 "regex",
18510 "regex-syntax",
18511 "serde_json",
18512 "streaming-iterator",
18513 "tree-sitter-language",
18514 "wasmtime-c-api-impl",
18515]
18516
18517[[package]]
18518name = "tree-sitter-bash"
18519version = "0.25.1"
18520source = "registry+https://github.com/rust-lang/crates.io-index"
18521checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18522dependencies = [
18523 "cc",
18524 "tree-sitter-language",
18525]
18526
18527[[package]]
18528name = "tree-sitter-c"
18529version = "0.24.1"
18530source = "registry+https://github.com/rust-lang/crates.io-index"
18531checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18532dependencies = [
18533 "cc",
18534 "tree-sitter-language",
18535]
18536
18537[[package]]
18538name = "tree-sitter-cpp"
18539version = "0.23.4"
18540source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18541dependencies = [
18542 "cc",
18543 "tree-sitter-language",
18544]
18545
18546[[package]]
18547name = "tree-sitter-css"
18548version = "0.23.2"
18549source = "registry+https://github.com/rust-lang/crates.io-index"
18550checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18551dependencies = [
18552 "cc",
18553 "tree-sitter-language",
18554]
18555
18556[[package]]
18557name = "tree-sitter-diff"
18558version = "0.1.0"
18559source = "registry+https://github.com/rust-lang/crates.io-index"
18560checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18561dependencies = [
18562 "cc",
18563 "tree-sitter-language",
18564]
18565
18566[[package]]
18567name = "tree-sitter-elixir"
18568version = "0.3.4"
18569source = "registry+https://github.com/rust-lang/crates.io-index"
18570checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18571dependencies = [
18572 "cc",
18573 "tree-sitter-language",
18574]
18575
18576[[package]]
18577name = "tree-sitter-embedded-template"
18578version = "0.23.2"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18581dependencies = [
18582 "cc",
18583 "tree-sitter-language",
18584]
18585
18586[[package]]
18587name = "tree-sitter-gitcommit"
18588version = "0.0.1"
18589source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18590dependencies = [
18591 "cc",
18592 "tree-sitter-language",
18593]
18594
18595[[package]]
18596name = "tree-sitter-go"
18597version = "0.25.0"
18598source = "registry+https://github.com/rust-lang/crates.io-index"
18599checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18600dependencies = [
18601 "cc",
18602 "tree-sitter-language",
18603]
18604
18605[[package]]
18606name = "tree-sitter-gomod"
18607version = "1.1.1"
18608source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18609dependencies = [
18610 "cc",
18611 "tree-sitter-language",
18612]
18613
18614[[package]]
18615name = "tree-sitter-gowork"
18616version = "0.0.1"
18617source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18618dependencies = [
18619 "cc",
18620 "tree-sitter-language",
18621]
18622
18623[[package]]
18624name = "tree-sitter-heex"
18625version = "0.0.1"
18626source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18627dependencies = [
18628 "cc",
18629 "tree-sitter-language",
18630]
18631
18632[[package]]
18633name = "tree-sitter-html"
18634version = "0.23.2"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18637dependencies = [
18638 "cc",
18639 "tree-sitter-language",
18640]
18641
18642[[package]]
18643name = "tree-sitter-jsdoc"
18644version = "0.23.2"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18647dependencies = [
18648 "cc",
18649 "tree-sitter-language",
18650]
18651
18652[[package]]
18653name = "tree-sitter-json"
18654version = "0.24.8"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18657dependencies = [
18658 "cc",
18659 "tree-sitter-language",
18660]
18661
18662[[package]]
18663name = "tree-sitter-language"
18664version = "0.1.5"
18665source = "registry+https://github.com/rust-lang/crates.io-index"
18666checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18667
18668[[package]]
18669name = "tree-sitter-md"
18670version = "0.3.2"
18671source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18672dependencies = [
18673 "cc",
18674 "tree-sitter-language",
18675]
18676
18677[[package]]
18678name = "tree-sitter-python"
18679version = "0.25.0"
18680source = "registry+https://github.com/rust-lang/crates.io-index"
18681checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18682dependencies = [
18683 "cc",
18684 "tree-sitter-language",
18685]
18686
18687[[package]]
18688name = "tree-sitter-regex"
18689version = "0.24.3"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18692dependencies = [
18693 "cc",
18694 "tree-sitter-language",
18695]
18696
18697[[package]]
18698name = "tree-sitter-ruby"
18699version = "0.23.1"
18700source = "registry+https://github.com/rust-lang/crates.io-index"
18701checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18702dependencies = [
18703 "cc",
18704 "tree-sitter-language",
18705]
18706
18707[[package]]
18708name = "tree-sitter-rust"
18709version = "0.24.2"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18712dependencies = [
18713 "cc",
18714 "tree-sitter-language",
18715]
18716
18717[[package]]
18718name = "tree-sitter-typescript"
18719version = "0.23.2"
18720source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18721dependencies = [
18722 "cc",
18723 "tree-sitter-language",
18724]
18725
18726[[package]]
18727name = "tree-sitter-yaml"
18728version = "0.6.1"
18729source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18730dependencies = [
18731 "cc",
18732 "tree-sitter-language",
18733]
18734
18735[[package]]
18736name = "triomphe"
18737version = "0.1.15"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18740dependencies = [
18741 "serde",
18742 "stable_deref_trait",
18743]
18744
18745[[package]]
18746name = "try-lock"
18747version = "0.2.5"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18750
18751[[package]]
18752name = "ttf-parser"
18753version = "0.20.0"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18756
18757[[package]]
18758name = "ttf-parser"
18759version = "0.25.1"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18762dependencies = [
18763 "core_maths",
18764]
18765
18766[[package]]
18767name = "tungstenite"
18768version = "0.20.1"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18771dependencies = [
18772 "byteorder",
18773 "bytes 1.11.1",
18774 "data-encoding",
18775 "http 0.2.12",
18776 "httparse",
18777 "log",
18778 "rand 0.8.5",
18779 "sha1",
18780 "thiserror 1.0.69",
18781 "url",
18782 "utf-8",
18783]
18784
18785[[package]]
18786name = "tungstenite"
18787version = "0.21.0"
18788source = "registry+https://github.com/rust-lang/crates.io-index"
18789checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18790dependencies = [
18791 "byteorder",
18792 "bytes 1.11.1",
18793 "data-encoding",
18794 "http 1.3.1",
18795 "httparse",
18796 "log",
18797 "rand 0.8.5",
18798 "sha1",
18799 "thiserror 1.0.69",
18800 "url",
18801 "utf-8",
18802]
18803
18804[[package]]
18805name = "tungstenite"
18806version = "0.27.0"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18809dependencies = [
18810 "bytes 1.11.1",
18811 "data-encoding",
18812 "http 1.3.1",
18813 "httparse",
18814 "log",
18815 "rand 0.9.2",
18816 "rustls 0.23.33",
18817 "rustls-pki-types",
18818 "sha1",
18819 "thiserror 2.0.17",
18820 "utf-8",
18821]
18822
18823[[package]]
18824name = "tungstenite"
18825version = "0.28.0"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18828dependencies = [
18829 "bytes 1.11.1",
18830 "data-encoding",
18831 "http 1.3.1",
18832 "httparse",
18833 "log",
18834 "rand 0.9.2",
18835 "rustls 0.23.33",
18836 "rustls-pki-types",
18837 "sha1",
18838 "thiserror 2.0.17",
18839 "utf-8",
18840]
18841
18842[[package]]
18843name = "typeid"
18844version = "1.0.3"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18847
18848[[package]]
18849name = "typenum"
18850version = "1.19.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18853
18854[[package]]
18855name = "ucd-trie"
18856version = "0.1.7"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18859
18860[[package]]
18861name = "uds"
18862version = "0.4.2"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18865dependencies = [
18866 "libc",
18867]
18868
18869[[package]]
18870name = "uds_windows"
18871version = "1.1.0"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18874dependencies = [
18875 "memoffset",
18876 "tempfile",
18877 "winapi",
18878]
18879
18880[[package]]
18881name = "ug"
18882version = "0.4.0"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18885dependencies = [
18886 "gemm 0.18.2",
18887 "half",
18888 "libloading",
18889 "memmap2",
18890 "num",
18891 "num-traits",
18892 "num_cpus",
18893 "rayon",
18894 "safetensors",
18895 "serde",
18896 "thiserror 1.0.69",
18897 "tracing",
18898 "yoke 0.7.5",
18899]
18900
18901[[package]]
18902name = "ui"
18903version = "0.1.0"
18904dependencies = [
18905 "chrono",
18906 "component",
18907 "documented",
18908 "gpui",
18909 "gpui_macros",
18910 "gpui_util",
18911 "icons",
18912 "itertools 0.14.0",
18913 "menu",
18914 "schemars",
18915 "serde",
18916 "smallvec",
18917 "story",
18918 "strum 0.27.2",
18919 "theme",
18920 "ui_macros",
18921 "windows 0.61.3",
18922]
18923
18924[[package]]
18925name = "ui_input"
18926version = "0.1.0"
18927dependencies = [
18928 "component",
18929 "gpui",
18930 "ui",
18931]
18932
18933[[package]]
18934name = "ui_macros"
18935version = "0.1.0"
18936dependencies = [
18937 "component",
18938 "quote",
18939 "syn 2.0.117",
18940 "ui",
18941]
18942
18943[[package]]
18944name = "ui_prompt"
18945version = "0.1.0"
18946dependencies = [
18947 "gpui",
18948 "markdown",
18949 "menu",
18950 "settings",
18951 "theme_settings",
18952 "ui",
18953 "workspace",
18954]
18955
18956[[package]]
18957name = "unarray"
18958version = "0.1.4"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18961
18962[[package]]
18963name = "unicase"
18964version = "2.8.1"
18965source = "registry+https://github.com/rust-lang/crates.io-index"
18966checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18967
18968[[package]]
18969name = "unicode-bidi"
18970version = "0.3.18"
18971source = "registry+https://github.com/rust-lang/crates.io-index"
18972checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18973
18974[[package]]
18975name = "unicode-bidi-mirroring"
18976version = "0.4.0"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18979
18980[[package]]
18981name = "unicode-ccc"
18982version = "0.4.0"
18983source = "registry+https://github.com/rust-lang/crates.io-index"
18984checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18985
18986[[package]]
18987name = "unicode-general-category"
18988version = "1.1.0"
18989source = "registry+https://github.com/rust-lang/crates.io-index"
18990checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18991
18992[[package]]
18993name = "unicode-ident"
18994version = "1.0.19"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18997
18998[[package]]
18999name = "unicode-linebreak"
19000version = "0.1.5"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19003
19004[[package]]
19005name = "unicode-normalization"
19006version = "0.1.24"
19007source = "registry+https://github.com/rust-lang/crates.io-index"
19008checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19009dependencies = [
19010 "tinyvec",
19011]
19012
19013[[package]]
19014name = "unicode-properties"
19015version = "0.1.3"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19018
19019[[package]]
19020name = "unicode-script"
19021version = "0.5.8"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19024
19025[[package]]
19026name = "unicode-segmentation"
19027version = "1.12.0"
19028source = "registry+https://github.com/rust-lang/crates.io-index"
19029checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19030
19031[[package]]
19032name = "unicode-vo"
19033version = "0.1.0"
19034source = "registry+https://github.com/rust-lang/crates.io-index"
19035checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19036
19037[[package]]
19038name = "unicode-width"
19039version = "0.2.2"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19042
19043[[package]]
19044name = "unicode-xid"
19045version = "0.2.6"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19048
19049[[package]]
19050name = "unicode_categories"
19051version = "0.1.1"
19052source = "registry+https://github.com/rust-lang/crates.io-index"
19053checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19054
19055[[package]]
19056name = "unindent"
19057version = "0.2.4"
19058source = "registry+https://github.com/rust-lang/crates.io-index"
19059checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19060
19061[[package]]
19062name = "unsafe-libyaml"
19063version = "0.2.11"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19066
19067[[package]]
19068name = "untrusted"
19069version = "0.7.1"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19072
19073[[package]]
19074name = "untrusted"
19075version = "0.9.0"
19076source = "registry+https://github.com/rust-lang/crates.io-index"
19077checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19078
19079[[package]]
19080name = "url"
19081version = "2.5.7"
19082source = "registry+https://github.com/rust-lang/crates.io-index"
19083checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19084dependencies = [
19085 "form_urlencoded",
19086 "idna",
19087 "percent-encoding",
19088 "serde",
19089]
19090
19091[[package]]
19092name = "urlencoding"
19093version = "2.1.3"
19094source = "registry+https://github.com/rust-lang/crates.io-index"
19095checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19096
19097[[package]]
19098name = "usvg"
19099version = "0.45.1"
19100source = "registry+https://github.com/rust-lang/crates.io-index"
19101checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19102dependencies = [
19103 "base64 0.22.1",
19104 "data-url",
19105 "flate2",
19106 "fontdb 0.23.0",
19107 "imagesize",
19108 "kurbo",
19109 "log",
19110 "pico-args",
19111 "roxmltree",
19112 "rustybuzz",
19113 "simplecss",
19114 "siphasher 1.0.1",
19115 "strict-num",
19116 "svgtypes",
19117 "tiny-skia-path",
19118 "unicode-bidi",
19119 "unicode-script",
19120 "unicode-vo",
19121 "xmlwriter",
19122]
19123
19124[[package]]
19125name = "utf-8"
19126version = "0.7.6"
19127source = "registry+https://github.com/rust-lang/crates.io-index"
19128checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19129
19130[[package]]
19131name = "utf8-chars"
19132version = "3.0.6"
19133source = "registry+https://github.com/rust-lang/crates.io-index"
19134checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19135dependencies = [
19136 "arrayvec",
19137]
19138
19139[[package]]
19140name = "utf8_iter"
19141version = "1.0.4"
19142source = "registry+https://github.com/rust-lang/crates.io-index"
19143checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19144
19145[[package]]
19146name = "utf8parse"
19147version = "0.2.2"
19148source = "registry+https://github.com/rust-lang/crates.io-index"
19149checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19150
19151[[package]]
19152name = "util"
19153version = "0.1.0"
19154dependencies = [
19155 "anyhow",
19156 "async-fs",
19157 "async_zip",
19158 "collections",
19159 "command-fds",
19160 "dirs 4.0.0",
19161 "dunce",
19162 "futures 0.3.32",
19163 "futures-lite 1.13.0",
19164 "git2",
19165 "globset",
19166 "gpui_util",
19167 "itertools 0.14.0",
19168 "libc",
19169 "log",
19170 "mach2 0.5.0",
19171 "nix 0.29.0",
19172 "percent-encoding",
19173 "pretty_assertions",
19174 "rand 0.9.2",
19175 "regex",
19176 "rust-embed",
19177 "schemars",
19178 "serde",
19179 "serde_json",
19180 "serde_json_lenient",
19181 "shlex",
19182 "smol",
19183 "take-until",
19184 "tempfile",
19185 "tendril",
19186 "unicase",
19187 "url",
19188 "util_macros",
19189 "walkdir",
19190 "which 6.0.3",
19191]
19192
19193[[package]]
19194name = "util_macros"
19195version = "0.1.0"
19196dependencies = [
19197 "perf",
19198 "quote",
19199 "syn 2.0.117",
19200]
19201
19202[[package]]
19203name = "uuid"
19204version = "1.18.1"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19207dependencies = [
19208 "getrandom 0.3.4",
19209 "js-sys",
19210 "serde",
19211 "sha1_smol",
19212 "wasm-bindgen",
19213]
19214
19215[[package]]
19216name = "uuid-simd"
19217version = "0.8.0"
19218source = "registry+https://github.com/rust-lang/crates.io-index"
19219checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19220dependencies = [
19221 "outref",
19222 "vsimd",
19223]
19224
19225[[package]]
19226name = "v_frame"
19227version = "0.3.9"
19228source = "registry+https://github.com/rust-lang/crates.io-index"
19229checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19230dependencies = [
19231 "aligned-vec",
19232 "num-traits",
19233 "wasm-bindgen",
19234]
19235
19236[[package]]
19237name = "valuable"
19238version = "0.1.1"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19241
19242[[package]]
19243name = "value-bag"
19244version = "1.12.0"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19247dependencies = [
19248 "value-bag-serde1",
19249 "value-bag-sval2",
19250]
19251
19252[[package]]
19253name = "value-bag-serde1"
19254version = "1.12.0"
19255source = "registry+https://github.com/rust-lang/crates.io-index"
19256checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19257dependencies = [
19258 "erased-serde",
19259 "serde_core",
19260 "serde_fmt",
19261]
19262
19263[[package]]
19264name = "value-bag-sval2"
19265version = "1.12.0"
19266source = "registry+https://github.com/rust-lang/crates.io-index"
19267checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19268dependencies = [
19269 "sval",
19270 "sval_buffer",
19271 "sval_dynamic",
19272 "sval_fmt",
19273 "sval_json",
19274 "sval_ref",
19275 "sval_serde",
19276]
19277
19278[[package]]
19279name = "vcpkg"
19280version = "0.2.15"
19281source = "registry+https://github.com/rust-lang/crates.io-index"
19282checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19283
19284[[package]]
19285name = "vercel"
19286version = "0.1.0"
19287dependencies = [
19288 "anyhow",
19289 "schemars",
19290 "serde",
19291 "strum 0.27.2",
19292]
19293
19294[[package]]
19295name = "version-compare"
19296version = "0.2.0"
19297source = "registry+https://github.com/rust-lang/crates.io-index"
19298checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19299
19300[[package]]
19301name = "version_check"
19302version = "0.9.5"
19303source = "registry+https://github.com/rust-lang/crates.io-index"
19304checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19305
19306[[package]]
19307name = "vim"
19308version = "0.1.0"
19309dependencies = [
19310 "anyhow",
19311 "async-compat",
19312 "async-trait",
19313 "collections",
19314 "command_palette",
19315 "command_palette_hooks",
19316 "db",
19317 "editor",
19318 "env_logger 0.11.8",
19319 "futures 0.3.32",
19320 "fuzzy",
19321 "git_ui",
19322 "gpui",
19323 "indoc",
19324 "itertools 0.14.0",
19325 "language",
19326 "log",
19327 "lsp",
19328 "markdown_preview",
19329 "menu",
19330 "multi_buffer",
19331 "nvim-rs",
19332 "outline_panel",
19333 "parking_lot",
19334 "perf",
19335 "picker",
19336 "project",
19337 "project_panel",
19338 "regex",
19339 "release_channel",
19340 "schemars",
19341 "search",
19342 "semver",
19343 "serde",
19344 "serde_json",
19345 "settings",
19346 "settings_ui",
19347 "task",
19348 "text",
19349 "theme",
19350 "theme_settings",
19351 "tokio",
19352 "ui",
19353 "util",
19354 "util_macros",
19355 "vim_mode_setting",
19356 "workspace",
19357 "zed_actions",
19358]
19359
19360[[package]]
19361name = "vim_mode_setting"
19362version = "0.1.0"
19363dependencies = [
19364 "gpui",
19365 "settings",
19366]
19367
19368[[package]]
19369name = "vscode_theme"
19370version = "0.2.0"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19373dependencies = [
19374 "serde",
19375]
19376
19377[[package]]
19378name = "vsimd"
19379version = "0.8.0"
19380source = "registry+https://github.com/rust-lang/crates.io-index"
19381checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19382
19383[[package]]
19384name = "vswhom"
19385version = "0.1.0"
19386source = "registry+https://github.com/rust-lang/crates.io-index"
19387checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19388dependencies = [
19389 "libc",
19390 "vswhom-sys",
19391]
19392
19393[[package]]
19394name = "vswhom-sys"
19395version = "0.1.3"
19396source = "registry+https://github.com/rust-lang/crates.io-index"
19397checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19398dependencies = [
19399 "cc",
19400 "libc",
19401]
19402
19403[[package]]
19404name = "vte"
19405version = "0.15.0"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19408dependencies = [
19409 "arrayvec",
19410 "bitflags 2.10.0",
19411 "cursor-icon",
19412 "log",
19413 "memchr",
19414 "serde",
19415]
19416
19417[[package]]
19418name = "wait-timeout"
19419version = "0.2.1"
19420source = "registry+https://github.com/rust-lang/crates.io-index"
19421checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19422dependencies = [
19423 "libc",
19424]
19425
19426[[package]]
19427name = "waker-fn"
19428version = "1.2.0"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19431
19432[[package]]
19433name = "walkdir"
19434version = "2.5.0"
19435source = "registry+https://github.com/rust-lang/crates.io-index"
19436checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19437dependencies = [
19438 "same-file",
19439 "winapi-util",
19440]
19441
19442[[package]]
19443name = "want"
19444version = "0.3.1"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19447dependencies = [
19448 "try-lock",
19449]
19450
19451[[package]]
19452name = "warp"
19453version = "0.3.7"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19456dependencies = [
19457 "bytes 1.11.1",
19458 "futures-channel",
19459 "futures-util",
19460 "headers",
19461 "http 0.2.12",
19462 "hyper 0.14.32",
19463 "log",
19464 "mime",
19465 "mime_guess",
19466 "percent-encoding",
19467 "pin-project",
19468 "scoped-tls",
19469 "serde",
19470 "serde_json",
19471 "serde_urlencoded",
19472 "tokio",
19473 "tokio-tungstenite 0.21.0",
19474 "tokio-util",
19475 "tower-service",
19476 "tracing",
19477]
19478
19479[[package]]
19480name = "wasi"
19481version = "0.11.1+wasi-snapshot-preview1"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19484
19485[[package]]
19486name = "wasip2"
19487version = "1.0.1+wasi-0.2.4"
19488source = "registry+https://github.com/rust-lang/crates.io-index"
19489checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19490dependencies = [
19491 "wit-bindgen 0.46.0",
19492]
19493
19494[[package]]
19495name = "wasip3"
19496version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19497source = "registry+https://github.com/rust-lang/crates.io-index"
19498checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19499dependencies = [
19500 "wit-bindgen 0.51.0",
19501]
19502
19503[[package]]
19504name = "wasite"
19505version = "0.1.0"
19506source = "registry+https://github.com/rust-lang/crates.io-index"
19507checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19508
19509[[package]]
19510name = "wasm-bindgen"
19511version = "0.2.113"
19512source = "registry+https://github.com/rust-lang/crates.io-index"
19513checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19514dependencies = [
19515 "cfg-if",
19516 "once_cell",
19517 "rustversion",
19518 "wasm-bindgen-macro",
19519 "wasm-bindgen-shared",
19520]
19521
19522[[package]]
19523name = "wasm-bindgen-futures"
19524version = "0.4.63"
19525source = "registry+https://github.com/rust-lang/crates.io-index"
19526checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19527dependencies = [
19528 "cfg-if",
19529 "futures-util",
19530 "js-sys",
19531 "once_cell",
19532 "wasm-bindgen",
19533 "web-sys",
19534]
19535
19536[[package]]
19537name = "wasm-bindgen-macro"
19538version = "0.2.113"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19541dependencies = [
19542 "quote",
19543 "wasm-bindgen-macro-support",
19544]
19545
19546[[package]]
19547name = "wasm-bindgen-macro-support"
19548version = "0.2.113"
19549source = "registry+https://github.com/rust-lang/crates.io-index"
19550checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19551dependencies = [
19552 "bumpalo",
19553 "proc-macro2",
19554 "quote",
19555 "syn 2.0.117",
19556 "wasm-bindgen-shared",
19557]
19558
19559[[package]]
19560name = "wasm-bindgen-shared"
19561version = "0.2.113"
19562source = "registry+https://github.com/rust-lang/crates.io-index"
19563checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19564dependencies = [
19565 "unicode-ident",
19566]
19567
19568[[package]]
19569name = "wasm-encoder"
19570version = "0.201.0"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19573dependencies = [
19574 "leb128",
19575]
19576
19577[[package]]
19578name = "wasm-encoder"
19579version = "0.221.3"
19580source = "registry+https://github.com/rust-lang/crates.io-index"
19581checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19582dependencies = [
19583 "leb128",
19584 "wasmparser 0.221.3",
19585]
19586
19587[[package]]
19588name = "wasm-encoder"
19589version = "0.227.1"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19592dependencies = [
19593 "leb128fmt",
19594 "wasmparser 0.227.1",
19595]
19596
19597[[package]]
19598name = "wasm-encoder"
19599version = "0.236.1"
19600source = "registry+https://github.com/rust-lang/crates.io-index"
19601checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19602dependencies = [
19603 "leb128fmt",
19604 "wasmparser 0.236.1",
19605]
19606
19607[[package]]
19608name = "wasm-encoder"
19609version = "0.244.0"
19610source = "registry+https://github.com/rust-lang/crates.io-index"
19611checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19612dependencies = [
19613 "leb128fmt",
19614 "wasmparser 0.244.0",
19615]
19616
19617[[package]]
19618name = "wasm-metadata"
19619version = "0.201.0"
19620source = "registry+https://github.com/rust-lang/crates.io-index"
19621checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19622dependencies = [
19623 "anyhow",
19624 "indexmap",
19625 "serde",
19626 "serde_derive",
19627 "serde_json",
19628 "spdx",
19629 "wasm-encoder 0.201.0",
19630 "wasmparser 0.201.0",
19631]
19632
19633[[package]]
19634name = "wasm-metadata"
19635version = "0.227.1"
19636source = "registry+https://github.com/rust-lang/crates.io-index"
19637checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19638dependencies = [
19639 "anyhow",
19640 "auditable-serde",
19641 "flate2",
19642 "indexmap",
19643 "serde",
19644 "serde_derive",
19645 "serde_json",
19646 "spdx",
19647 "url",
19648 "wasm-encoder 0.227.1",
19649 "wasmparser 0.227.1",
19650]
19651
19652[[package]]
19653name = "wasm-metadata"
19654version = "0.244.0"
19655source = "registry+https://github.com/rust-lang/crates.io-index"
19656checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19657dependencies = [
19658 "anyhow",
19659 "indexmap",
19660 "wasm-encoder 0.244.0",
19661 "wasmparser 0.244.0",
19662]
19663
19664[[package]]
19665name = "wasm-streams"
19666version = "0.4.2"
19667source = "registry+https://github.com/rust-lang/crates.io-index"
19668checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19669dependencies = [
19670 "futures-util",
19671 "js-sys",
19672 "wasm-bindgen",
19673 "wasm-bindgen-futures",
19674 "web-sys",
19675]
19676
19677[[package]]
19678name = "wasm_thread"
19679version = "0.3.3"
19680source = "registry+https://github.com/rust-lang/crates.io-index"
19681checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19682dependencies = [
19683 "futures 0.3.32",
19684 "js-sys",
19685 "wasm-bindgen",
19686 "web-sys",
19687]
19688
19689[[package]]
19690name = "wasmparser"
19691version = "0.201.0"
19692source = "registry+https://github.com/rust-lang/crates.io-index"
19693checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19694dependencies = [
19695 "bitflags 2.10.0",
19696 "indexmap",
19697 "semver",
19698]
19699
19700[[package]]
19701name = "wasmparser"
19702version = "0.221.3"
19703source = "registry+https://github.com/rust-lang/crates.io-index"
19704checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19705dependencies = [
19706 "bitflags 2.10.0",
19707 "hashbrown 0.15.5",
19708 "indexmap",
19709 "semver",
19710 "serde",
19711]
19712
19713[[package]]
19714name = "wasmparser"
19715version = "0.227.1"
19716source = "registry+https://github.com/rust-lang/crates.io-index"
19717checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19718dependencies = [
19719 "bitflags 2.10.0",
19720 "hashbrown 0.15.5",
19721 "indexmap",
19722 "semver",
19723]
19724
19725[[package]]
19726name = "wasmparser"
19727version = "0.236.1"
19728source = "registry+https://github.com/rust-lang/crates.io-index"
19729checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19730dependencies = [
19731 "bitflags 2.10.0",
19732 "hashbrown 0.15.5",
19733 "indexmap",
19734 "semver",
19735 "serde",
19736]
19737
19738[[package]]
19739name = "wasmparser"
19740version = "0.244.0"
19741source = "registry+https://github.com/rust-lang/crates.io-index"
19742checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19743dependencies = [
19744 "bitflags 2.10.0",
19745 "hashbrown 0.15.5",
19746 "indexmap",
19747 "semver",
19748]
19749
19750[[package]]
19751name = "wasmprinter"
19752version = "0.236.1"
19753source = "registry+https://github.com/rust-lang/crates.io-index"
19754checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19755dependencies = [
19756 "anyhow",
19757 "termcolor",
19758 "wasmparser 0.236.1",
19759]
19760
19761[[package]]
19762name = "wasmtime"
19763version = "36.0.6"
19764source = "registry+https://github.com/rust-lang/crates.io-index"
19765checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19766dependencies = [
19767 "addr2line",
19768 "anyhow",
19769 "async-trait",
19770 "bitflags 2.10.0",
19771 "bumpalo",
19772 "cc",
19773 "cfg-if",
19774 "encoding_rs",
19775 "hashbrown 0.15.5",
19776 "indexmap",
19777 "libc",
19778 "log",
19779 "mach2 0.4.3",
19780 "memfd",
19781 "object",
19782 "once_cell",
19783 "postcard",
19784 "pulley-interpreter",
19785 "rayon",
19786 "rustix 1.1.2",
19787 "semver",
19788 "serde",
19789 "serde_derive",
19790 "smallvec",
19791 "target-lexicon 0.13.3",
19792 "wasmparser 0.236.1",
19793 "wasmtime-environ",
19794 "wasmtime-internal-asm-macros",
19795 "wasmtime-internal-component-macro",
19796 "wasmtime-internal-component-util",
19797 "wasmtime-internal-cranelift",
19798 "wasmtime-internal-fiber",
19799 "wasmtime-internal-jit-debug",
19800 "wasmtime-internal-jit-icache-coherence",
19801 "wasmtime-internal-math",
19802 "wasmtime-internal-slab",
19803 "wasmtime-internal-unwinder",
19804 "wasmtime-internal-versioned-export-macros",
19805 "wasmtime-internal-winch",
19806 "windows-sys 0.60.2",
19807]
19808
19809[[package]]
19810name = "wasmtime-c-api-impl"
19811version = "36.0.6"
19812source = "registry+https://github.com/rust-lang/crates.io-index"
19813checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19814dependencies = [
19815 "anyhow",
19816 "log",
19817 "tracing",
19818 "wasmtime",
19819 "wasmtime-internal-c-api-macros",
19820]
19821
19822[[package]]
19823name = "wasmtime-environ"
19824version = "36.0.6"
19825source = "registry+https://github.com/rust-lang/crates.io-index"
19826checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19827dependencies = [
19828 "anyhow",
19829 "cpp_demangle",
19830 "cranelift-bitset",
19831 "cranelift-entity",
19832 "gimli",
19833 "indexmap",
19834 "log",
19835 "object",
19836 "postcard",
19837 "rustc-demangle",
19838 "semver",
19839 "serde",
19840 "serde_derive",
19841 "smallvec",
19842 "target-lexicon 0.13.3",
19843 "wasm-encoder 0.236.1",
19844 "wasmparser 0.236.1",
19845 "wasmprinter",
19846 "wasmtime-internal-component-util",
19847]
19848
19849[[package]]
19850name = "wasmtime-internal-asm-macros"
19851version = "36.0.6"
19852source = "registry+https://github.com/rust-lang/crates.io-index"
19853checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19854dependencies = [
19855 "cfg-if",
19856]
19857
19858[[package]]
19859name = "wasmtime-internal-c-api-macros"
19860version = "36.0.6"
19861source = "registry+https://github.com/rust-lang/crates.io-index"
19862checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19863dependencies = [
19864 "proc-macro2",
19865 "quote",
19866]
19867
19868[[package]]
19869name = "wasmtime-internal-component-macro"
19870version = "36.0.6"
19871source = "registry+https://github.com/rust-lang/crates.io-index"
19872checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19873dependencies = [
19874 "anyhow",
19875 "proc-macro2",
19876 "quote",
19877 "syn 2.0.117",
19878 "wasmtime-internal-component-util",
19879 "wasmtime-internal-wit-bindgen",
19880 "wit-parser 0.236.1",
19881]
19882
19883[[package]]
19884name = "wasmtime-internal-component-util"
19885version = "36.0.6"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19888
19889[[package]]
19890name = "wasmtime-internal-cranelift"
19891version = "36.0.6"
19892source = "registry+https://github.com/rust-lang/crates.io-index"
19893checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19894dependencies = [
19895 "anyhow",
19896 "cfg-if",
19897 "cranelift-codegen",
19898 "cranelift-control",
19899 "cranelift-entity",
19900 "cranelift-frontend",
19901 "cranelift-native",
19902 "gimli",
19903 "itertools 0.14.0",
19904 "log",
19905 "object",
19906 "pulley-interpreter",
19907 "smallvec",
19908 "target-lexicon 0.13.3",
19909 "thiserror 2.0.17",
19910 "wasmparser 0.236.1",
19911 "wasmtime-environ",
19912 "wasmtime-internal-math",
19913 "wasmtime-internal-versioned-export-macros",
19914]
19915
19916[[package]]
19917name = "wasmtime-internal-fiber"
19918version = "36.0.6"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19921dependencies = [
19922 "anyhow",
19923 "cc",
19924 "cfg-if",
19925 "libc",
19926 "rustix 1.1.2",
19927 "wasmtime-internal-asm-macros",
19928 "wasmtime-internal-versioned-export-macros",
19929 "windows-sys 0.60.2",
19930]
19931
19932[[package]]
19933name = "wasmtime-internal-jit-debug"
19934version = "36.0.6"
19935source = "registry+https://github.com/rust-lang/crates.io-index"
19936checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19937dependencies = [
19938 "cc",
19939 "wasmtime-internal-versioned-export-macros",
19940]
19941
19942[[package]]
19943name = "wasmtime-internal-jit-icache-coherence"
19944version = "36.0.6"
19945source = "registry+https://github.com/rust-lang/crates.io-index"
19946checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19947dependencies = [
19948 "anyhow",
19949 "cfg-if",
19950 "libc",
19951 "windows-sys 0.60.2",
19952]
19953
19954[[package]]
19955name = "wasmtime-internal-math"
19956version = "36.0.6"
19957source = "registry+https://github.com/rust-lang/crates.io-index"
19958checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19959dependencies = [
19960 "libm",
19961]
19962
19963[[package]]
19964name = "wasmtime-internal-slab"
19965version = "36.0.6"
19966source = "registry+https://github.com/rust-lang/crates.io-index"
19967checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19968
19969[[package]]
19970name = "wasmtime-internal-unwinder"
19971version = "36.0.6"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19974dependencies = [
19975 "anyhow",
19976 "cfg-if",
19977 "cranelift-codegen",
19978 "log",
19979 "object",
19980]
19981
19982[[package]]
19983name = "wasmtime-internal-versioned-export-macros"
19984version = "36.0.6"
19985source = "registry+https://github.com/rust-lang/crates.io-index"
19986checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19987dependencies = [
19988 "proc-macro2",
19989 "quote",
19990 "syn 2.0.117",
19991]
19992
19993[[package]]
19994name = "wasmtime-internal-winch"
19995version = "36.0.6"
19996source = "registry+https://github.com/rust-lang/crates.io-index"
19997checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19998dependencies = [
19999 "anyhow",
20000 "cranelift-codegen",
20001 "gimli",
20002 "object",
20003 "target-lexicon 0.13.3",
20004 "wasmparser 0.236.1",
20005 "wasmtime-environ",
20006 "wasmtime-internal-cranelift",
20007 "winch-codegen",
20008]
20009
20010[[package]]
20011name = "wasmtime-internal-wit-bindgen"
20012version = "36.0.6"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
20015dependencies = [
20016 "anyhow",
20017 "bitflags 2.10.0",
20018 "heck 0.5.0",
20019 "indexmap",
20020 "wit-parser 0.236.1",
20021]
20022
20023[[package]]
20024name = "wasmtime-wasi"
20025version = "36.0.6"
20026source = "registry+https://github.com/rust-lang/crates.io-index"
20027checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20028dependencies = [
20029 "anyhow",
20030 "async-trait",
20031 "bitflags 2.10.0",
20032 "bytes 1.11.1",
20033 "cap-fs-ext",
20034 "cap-net-ext",
20035 "cap-rand",
20036 "cap-std",
20037 "cap-time-ext",
20038 "fs-set-times",
20039 "futures 0.3.32",
20040 "io-extras",
20041 "io-lifetimes",
20042 "rustix 1.1.2",
20043 "system-interface",
20044 "thiserror 2.0.17",
20045 "tokio",
20046 "tracing",
20047 "url",
20048 "wasmtime",
20049 "wasmtime-wasi-io",
20050 "wiggle",
20051 "windows-sys 0.60.2",
20052]
20053
20054[[package]]
20055name = "wasmtime-wasi-io"
20056version = "36.0.6"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20059dependencies = [
20060 "anyhow",
20061 "async-trait",
20062 "bytes 1.11.1",
20063 "futures 0.3.32",
20064 "wasmtime",
20065]
20066
20067[[package]]
20068name = "wast"
20069version = "35.0.2"
20070source = "registry+https://github.com/rust-lang/crates.io-index"
20071checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20072dependencies = [
20073 "leb128",
20074]
20075
20076[[package]]
20077name = "watch"
20078version = "0.1.0"
20079dependencies = [
20080 "ctor",
20081 "futures 0.3.32",
20082 "gpui",
20083 "parking_lot",
20084 "zlog",
20085]
20086
20087[[package]]
20088name = "wax"
20089version = "0.7.0"
20090source = "registry+https://github.com/rust-lang/crates.io-index"
20091checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20092dependencies = [
20093 "const_format",
20094 "itertools 0.14.0",
20095 "nom 7.1.3",
20096 "pori",
20097 "regex",
20098 "thiserror 2.0.17",
20099 "walkdir",
20100]
20101
20102[[package]]
20103name = "wayland-backend"
20104version = "0.3.11"
20105source = "registry+https://github.com/rust-lang/crates.io-index"
20106checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20107dependencies = [
20108 "cc",
20109 "downcast-rs",
20110 "rustix 1.1.2",
20111 "scoped-tls",
20112 "smallvec",
20113 "wayland-sys",
20114]
20115
20116[[package]]
20117name = "wayland-client"
20118version = "0.31.11"
20119source = "registry+https://github.com/rust-lang/crates.io-index"
20120checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20121dependencies = [
20122 "bitflags 2.10.0",
20123 "rustix 1.1.2",
20124 "wayland-backend",
20125 "wayland-scanner",
20126]
20127
20128[[package]]
20129name = "wayland-cursor"
20130version = "0.31.11"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20133dependencies = [
20134 "rustix 1.1.2",
20135 "wayland-client",
20136 "xcursor",
20137]
20138
20139[[package]]
20140name = "wayland-protocols"
20141version = "0.32.9"
20142source = "registry+https://github.com/rust-lang/crates.io-index"
20143checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20144dependencies = [
20145 "bitflags 2.10.0",
20146 "wayland-backend",
20147 "wayland-client",
20148 "wayland-scanner",
20149]
20150
20151[[package]]
20152name = "wayland-protocols-plasma"
20153version = "0.3.9"
20154source = "registry+https://github.com/rust-lang/crates.io-index"
20155checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20156dependencies = [
20157 "bitflags 2.10.0",
20158 "wayland-backend",
20159 "wayland-client",
20160 "wayland-protocols",
20161 "wayland-scanner",
20162]
20163
20164[[package]]
20165name = "wayland-protocols-wlr"
20166version = "0.3.9"
20167source = "registry+https://github.com/rust-lang/crates.io-index"
20168checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20169dependencies = [
20170 "bitflags 2.10.0",
20171 "wayland-backend",
20172 "wayland-client",
20173 "wayland-protocols",
20174 "wayland-scanner",
20175]
20176
20177[[package]]
20178name = "wayland-scanner"
20179version = "0.31.7"
20180source = "registry+https://github.com/rust-lang/crates.io-index"
20181checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20182dependencies = [
20183 "proc-macro2",
20184 "quick-xml 0.37.5",
20185 "quote",
20186]
20187
20188[[package]]
20189name = "wayland-sys"
20190version = "0.31.7"
20191source = "registry+https://github.com/rust-lang/crates.io-index"
20192checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20193dependencies = [
20194 "dlib",
20195 "log",
20196 "once_cell",
20197 "pkg-config",
20198]
20199
20200[[package]]
20201name = "web-sys"
20202version = "0.3.90"
20203source = "registry+https://github.com/rust-lang/crates.io-index"
20204checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20205dependencies = [
20206 "js-sys",
20207 "wasm-bindgen",
20208]
20209
20210[[package]]
20211name = "web-time"
20212version = "1.1.0"
20213source = "registry+https://github.com/rust-lang/crates.io-index"
20214checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20215dependencies = [
20216 "js-sys",
20217 "serde",
20218 "wasm-bindgen",
20219]
20220
20221[[package]]
20222name = "web_atoms"
20223version = "0.1.3"
20224source = "registry+https://github.com/rust-lang/crates.io-index"
20225checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20226dependencies = [
20227 "phf 0.11.3",
20228 "phf_codegen",
20229 "string_cache",
20230 "string_cache_codegen",
20231]
20232
20233[[package]]
20234name = "web_search"
20235version = "0.1.0"
20236dependencies = [
20237 "anyhow",
20238 "cloud_llm_client",
20239 "collections",
20240 "gpui",
20241 "serde",
20242]
20243
20244[[package]]
20245name = "web_search_providers"
20246version = "0.1.0"
20247dependencies = [
20248 "anyhow",
20249 "client",
20250 "cloud_api_client",
20251 "cloud_api_types",
20252 "cloud_llm_client",
20253 "futures 0.3.32",
20254 "gpui",
20255 "http_client",
20256 "language_model",
20257 "serde",
20258 "serde_json",
20259 "web_search",
20260]
20261
20262[[package]]
20263name = "webpki-root-certs"
20264version = "0.26.8"
20265source = "registry+https://github.com/rust-lang/crates.io-index"
20266checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20267dependencies = [
20268 "rustls-pki-types",
20269]
20270
20271[[package]]
20272name = "webpki-roots"
20273version = "0.26.8"
20274source = "registry+https://github.com/rust-lang/crates.io-index"
20275checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20276dependencies = [
20277 "rustls-pki-types",
20278]
20279
20280[[package]]
20281name = "webrtc-sys"
20282version = "0.3.23"
20283source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20284dependencies = [
20285 "cc",
20286 "cxx",
20287 "cxx-build",
20288 "glob",
20289 "log",
20290 "pkg-config",
20291 "webrtc-sys-build",
20292]
20293
20294[[package]]
20295name = "webrtc-sys-build"
20296version = "0.3.13"
20297source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20298dependencies = [
20299 "anyhow",
20300 "fs2",
20301 "regex",
20302 "reqwest 0.12.24",
20303 "scratch",
20304 "semver",
20305 "zip 0.6.6",
20306]
20307
20308[[package]]
20309name = "weezl"
20310version = "0.1.10"
20311source = "registry+https://github.com/rust-lang/crates.io-index"
20312checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20313
20314[[package]]
20315name = "wgpu"
20316version = "29.0.0"
20317source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20318dependencies = [
20319 "arrayvec",
20320 "bitflags 2.10.0",
20321 "bytemuck",
20322 "cfg-if",
20323 "cfg_aliases 0.2.1",
20324 "document-features",
20325 "hashbrown 0.16.1",
20326 "js-sys",
20327 "log",
20328 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20329 "parking_lot",
20330 "portable-atomic",
20331 "profiling",
20332 "raw-window-handle",
20333 "smallvec",
20334 "static_assertions",
20335 "wasm-bindgen",
20336 "wasm-bindgen-futures",
20337 "web-sys",
20338 "wgpu-core",
20339 "wgpu-hal",
20340 "wgpu-types",
20341]
20342
20343[[package]]
20344name = "wgpu-core"
20345version = "29.0.0"
20346source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20347dependencies = [
20348 "arrayvec",
20349 "bit-set 0.9.1",
20350 "bit-vec 0.9.1",
20351 "bitflags 2.10.0",
20352 "bytemuck",
20353 "cfg_aliases 0.2.1",
20354 "document-features",
20355 "hashbrown 0.16.1",
20356 "indexmap",
20357 "log",
20358 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20359 "once_cell",
20360 "parking_lot",
20361 "portable-atomic",
20362 "profiling",
20363 "raw-window-handle",
20364 "rustc-hash 1.1.0",
20365 "smallvec",
20366 "thiserror 2.0.17",
20367 "wgpu-core-deps-apple",
20368 "wgpu-core-deps-emscripten",
20369 "wgpu-core-deps-windows-linux-android",
20370 "wgpu-hal",
20371 "wgpu-naga-bridge",
20372 "wgpu-types",
20373]
20374
20375[[package]]
20376name = "wgpu-core-deps-apple"
20377version = "29.0.0"
20378source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20379dependencies = [
20380 "wgpu-hal",
20381]
20382
20383[[package]]
20384name = "wgpu-core-deps-emscripten"
20385version = "29.0.0"
20386source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20387dependencies = [
20388 "wgpu-hal",
20389]
20390
20391[[package]]
20392name = "wgpu-core-deps-windows-linux-android"
20393version = "29.0.0"
20394source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20395dependencies = [
20396 "wgpu-hal",
20397]
20398
20399[[package]]
20400name = "wgpu-hal"
20401version = "29.0.0"
20402source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20403dependencies = [
20404 "android_system_properties",
20405 "arrayvec",
20406 "ash",
20407 "bit-set 0.9.1",
20408 "bitflags 2.10.0",
20409 "block2",
20410 "bytemuck",
20411 "cfg-if",
20412 "cfg_aliases 0.2.1",
20413 "glow",
20414 "glutin_wgl_sys",
20415 "gpu-allocator",
20416 "gpu-descriptor",
20417 "hashbrown 0.16.1",
20418 "js-sys",
20419 "khronos-egl",
20420 "libc",
20421 "libloading",
20422 "log",
20423 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20424 "ndk-sys",
20425 "objc2",
20426 "objc2-core-foundation",
20427 "objc2-foundation",
20428 "objc2-metal",
20429 "objc2-quartz-core",
20430 "once_cell",
20431 "ordered-float 4.6.0",
20432 "parking_lot",
20433 "portable-atomic",
20434 "portable-atomic-util",
20435 "profiling",
20436 "range-alloc",
20437 "raw-window-handle",
20438 "raw-window-metal",
20439 "renderdoc-sys",
20440 "smallvec",
20441 "thiserror 2.0.17",
20442 "wasm-bindgen",
20443 "wayland-sys",
20444 "web-sys",
20445 "wgpu-naga-bridge",
20446 "wgpu-types",
20447 "windows 0.62.2",
20448 "windows-core 0.62.2",
20449]
20450
20451[[package]]
20452name = "wgpu-naga-bridge"
20453version = "29.0.0"
20454source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20455dependencies = [
20456 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20457 "wgpu-types",
20458]
20459
20460[[package]]
20461name = "wgpu-types"
20462version = "29.0.0"
20463source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20464dependencies = [
20465 "bitflags 2.10.0",
20466 "bytemuck",
20467 "js-sys",
20468 "log",
20469 "raw-window-handle",
20470 "web-sys",
20471]
20472
20473[[package]]
20474name = "which"
20475version = "4.4.2"
20476source = "registry+https://github.com/rust-lang/crates.io-index"
20477checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20478dependencies = [
20479 "either",
20480 "home",
20481 "once_cell",
20482 "rustix 0.38.44",
20483]
20484
20485[[package]]
20486name = "which"
20487version = "6.0.3"
20488source = "registry+https://github.com/rust-lang/crates.io-index"
20489checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20490dependencies = [
20491 "either",
20492 "home",
20493 "rustix 0.38.44",
20494 "winsafe",
20495]
20496
20497[[package]]
20498name = "which_key"
20499version = "0.1.0"
20500dependencies = [
20501 "command_palette",
20502 "gpui",
20503 "serde",
20504 "settings",
20505 "theme_settings",
20506 "ui",
20507 "util",
20508 "workspace",
20509]
20510
20511[[package]]
20512name = "whoami"
20513version = "1.6.1"
20514source = "registry+https://github.com/rust-lang/crates.io-index"
20515checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20516dependencies = [
20517 "libredox",
20518 "wasite",
20519]
20520
20521[[package]]
20522name = "wiggle"
20523version = "36.0.6"
20524source = "registry+https://github.com/rust-lang/crates.io-index"
20525checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20526dependencies = [
20527 "anyhow",
20528 "async-trait",
20529 "bitflags 2.10.0",
20530 "thiserror 2.0.17",
20531 "tracing",
20532 "wasmtime",
20533 "wiggle-macro",
20534]
20535
20536[[package]]
20537name = "wiggle-generate"
20538version = "36.0.6"
20539source = "registry+https://github.com/rust-lang/crates.io-index"
20540checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20541dependencies = [
20542 "anyhow",
20543 "heck 0.5.0",
20544 "proc-macro2",
20545 "quote",
20546 "syn 2.0.117",
20547 "witx",
20548]
20549
20550[[package]]
20551name = "wiggle-macro"
20552version = "36.0.6"
20553source = "registry+https://github.com/rust-lang/crates.io-index"
20554checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20555dependencies = [
20556 "proc-macro2",
20557 "quote",
20558 "syn 2.0.117",
20559 "wiggle-generate",
20560]
20561
20562[[package]]
20563name = "winapi"
20564version = "0.3.9"
20565source = "registry+https://github.com/rust-lang/crates.io-index"
20566checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20567dependencies = [
20568 "winapi-i686-pc-windows-gnu",
20569 "winapi-x86_64-pc-windows-gnu",
20570]
20571
20572[[package]]
20573name = "winapi-i686-pc-windows-gnu"
20574version = "0.4.0"
20575source = "registry+https://github.com/rust-lang/crates.io-index"
20576checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20577
20578[[package]]
20579name = "winapi-util"
20580version = "0.1.11"
20581source = "registry+https://github.com/rust-lang/crates.io-index"
20582checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20583dependencies = [
20584 "windows-sys 0.61.2",
20585]
20586
20587[[package]]
20588name = "winapi-x86_64-pc-windows-gnu"
20589version = "0.4.0"
20590source = "registry+https://github.com/rust-lang/crates.io-index"
20591checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20592
20593[[package]]
20594name = "winch-codegen"
20595version = "36.0.6"
20596source = "registry+https://github.com/rust-lang/crates.io-index"
20597checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20598dependencies = [
20599 "anyhow",
20600 "cranelift-assembler-x64",
20601 "cranelift-codegen",
20602 "gimli",
20603 "regalloc2",
20604 "smallvec",
20605 "target-lexicon 0.13.3",
20606 "thiserror 2.0.17",
20607 "wasmparser 0.236.1",
20608 "wasmtime-environ",
20609 "wasmtime-internal-cranelift",
20610 "wasmtime-internal-math",
20611]
20612
20613[[package]]
20614name = "windows"
20615version = "0.57.0"
20616source = "registry+https://github.com/rust-lang/crates.io-index"
20617checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20618dependencies = [
20619 "windows-core 0.57.0",
20620 "windows-targets 0.52.6",
20621]
20622
20623[[package]]
20624name = "windows"
20625version = "0.58.0"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20628dependencies = [
20629 "windows-core 0.58.0",
20630 "windows-targets 0.52.6",
20631]
20632
20633[[package]]
20634name = "windows"
20635version = "0.61.3"
20636source = "registry+https://github.com/rust-lang/crates.io-index"
20637checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20638dependencies = [
20639 "windows-collections 0.2.0",
20640 "windows-core 0.61.2",
20641 "windows-future 0.2.1",
20642 "windows-link 0.1.3",
20643 "windows-numerics 0.2.0",
20644]
20645
20646[[package]]
20647name = "windows"
20648version = "0.62.2"
20649source = "registry+https://github.com/rust-lang/crates.io-index"
20650checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20651dependencies = [
20652 "windows-collections 0.3.2",
20653 "windows-core 0.62.2",
20654 "windows-future 0.3.2",
20655 "windows-numerics 0.3.1",
20656]
20657
20658[[package]]
20659name = "windows-bindgen"
20660version = "0.61.1"
20661source = "registry+https://github.com/rust-lang/crates.io-index"
20662checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20663dependencies = [
20664 "serde",
20665 "serde_json",
20666 "windows-threading 0.1.0",
20667]
20668
20669[[package]]
20670name = "windows-capture"
20671version = "1.4.3"
20672source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20673dependencies = [
20674 "clap",
20675 "ctrlc",
20676 "parking_lot",
20677 "rayon",
20678 "thiserror 2.0.17",
20679 "windows 0.61.3",
20680 "windows-future 0.2.1",
20681]
20682
20683[[package]]
20684name = "windows-collections"
20685version = "0.2.0"
20686source = "registry+https://github.com/rust-lang/crates.io-index"
20687checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20688dependencies = [
20689 "windows-core 0.61.2",
20690]
20691
20692[[package]]
20693name = "windows-collections"
20694version = "0.3.2"
20695source = "registry+https://github.com/rust-lang/crates.io-index"
20696checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20697dependencies = [
20698 "windows-core 0.62.2",
20699]
20700
20701[[package]]
20702name = "windows-core"
20703version = "0.57.0"
20704source = "registry+https://github.com/rust-lang/crates.io-index"
20705checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20706dependencies = [
20707 "windows-implement 0.57.0",
20708 "windows-interface 0.57.0",
20709 "windows-result 0.1.2",
20710 "windows-targets 0.52.6",
20711]
20712
20713[[package]]
20714name = "windows-core"
20715version = "0.58.0"
20716source = "registry+https://github.com/rust-lang/crates.io-index"
20717checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20718dependencies = [
20719 "windows-implement 0.58.0",
20720 "windows-interface 0.58.0",
20721 "windows-result 0.2.0",
20722 "windows-strings 0.1.0",
20723 "windows-targets 0.52.6",
20724]
20725
20726[[package]]
20727name = "windows-core"
20728version = "0.61.2"
20729source = "registry+https://github.com/rust-lang/crates.io-index"
20730checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20731dependencies = [
20732 "windows-implement 0.60.2",
20733 "windows-interface 0.59.3",
20734 "windows-link 0.1.3",
20735 "windows-result 0.3.4",
20736 "windows-strings 0.4.2",
20737]
20738
20739[[package]]
20740name = "windows-core"
20741version = "0.62.2"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20744dependencies = [
20745 "windows-implement 0.60.2",
20746 "windows-interface 0.59.3",
20747 "windows-link 0.2.1",
20748 "windows-result 0.4.1",
20749 "windows-strings 0.5.1",
20750]
20751
20752[[package]]
20753name = "windows-future"
20754version = "0.2.1"
20755source = "registry+https://github.com/rust-lang/crates.io-index"
20756checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20757dependencies = [
20758 "windows-core 0.61.2",
20759 "windows-link 0.1.3",
20760 "windows-threading 0.1.0",
20761]
20762
20763[[package]]
20764name = "windows-future"
20765version = "0.3.2"
20766source = "registry+https://github.com/rust-lang/crates.io-index"
20767checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20768dependencies = [
20769 "windows-core 0.62.2",
20770 "windows-link 0.2.1",
20771 "windows-threading 0.2.1",
20772]
20773
20774[[package]]
20775name = "windows-implement"
20776version = "0.57.0"
20777source = "registry+https://github.com/rust-lang/crates.io-index"
20778checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20779dependencies = [
20780 "proc-macro2",
20781 "quote",
20782 "syn 2.0.117",
20783]
20784
20785[[package]]
20786name = "windows-implement"
20787version = "0.58.0"
20788source = "registry+https://github.com/rust-lang/crates.io-index"
20789checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20790dependencies = [
20791 "proc-macro2",
20792 "quote",
20793 "syn 2.0.117",
20794]
20795
20796[[package]]
20797name = "windows-implement"
20798version = "0.60.2"
20799source = "registry+https://github.com/rust-lang/crates.io-index"
20800checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20801dependencies = [
20802 "proc-macro2",
20803 "quote",
20804 "syn 2.0.117",
20805]
20806
20807[[package]]
20808name = "windows-interface"
20809version = "0.57.0"
20810source = "registry+https://github.com/rust-lang/crates.io-index"
20811checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20812dependencies = [
20813 "proc-macro2",
20814 "quote",
20815 "syn 2.0.117",
20816]
20817
20818[[package]]
20819name = "windows-interface"
20820version = "0.58.0"
20821source = "registry+https://github.com/rust-lang/crates.io-index"
20822checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20823dependencies = [
20824 "proc-macro2",
20825 "quote",
20826 "syn 2.0.117",
20827]
20828
20829[[package]]
20830name = "windows-interface"
20831version = "0.59.3"
20832source = "registry+https://github.com/rust-lang/crates.io-index"
20833checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20834dependencies = [
20835 "proc-macro2",
20836 "quote",
20837 "syn 2.0.117",
20838]
20839
20840[[package]]
20841name = "windows-link"
20842version = "0.1.3"
20843source = "registry+https://github.com/rust-lang/crates.io-index"
20844checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20845
20846[[package]]
20847name = "windows-link"
20848version = "0.2.1"
20849source = "registry+https://github.com/rust-lang/crates.io-index"
20850checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20851
20852[[package]]
20853name = "windows-numerics"
20854version = "0.2.0"
20855source = "registry+https://github.com/rust-lang/crates.io-index"
20856checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20857dependencies = [
20858 "windows-core 0.61.2",
20859 "windows-link 0.1.3",
20860]
20861
20862[[package]]
20863name = "windows-numerics"
20864version = "0.3.1"
20865source = "registry+https://github.com/rust-lang/crates.io-index"
20866checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20867dependencies = [
20868 "windows-core 0.62.2",
20869 "windows-link 0.2.1",
20870]
20871
20872[[package]]
20873name = "windows-registry"
20874version = "0.4.0"
20875source = "registry+https://github.com/rust-lang/crates.io-index"
20876checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20877dependencies = [
20878 "windows-result 0.3.4",
20879 "windows-strings 0.3.1",
20880 "windows-targets 0.53.5",
20881]
20882
20883[[package]]
20884name = "windows-registry"
20885version = "0.5.3"
20886source = "registry+https://github.com/rust-lang/crates.io-index"
20887checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20888dependencies = [
20889 "windows-link 0.1.3",
20890 "windows-result 0.3.4",
20891 "windows-strings 0.4.2",
20892]
20893
20894[[package]]
20895name = "windows-registry"
20896version = "0.6.1"
20897source = "registry+https://github.com/rust-lang/crates.io-index"
20898checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20899dependencies = [
20900 "windows-link 0.2.1",
20901 "windows-result 0.4.1",
20902 "windows-strings 0.5.1",
20903]
20904
20905[[package]]
20906name = "windows-result"
20907version = "0.1.2"
20908source = "registry+https://github.com/rust-lang/crates.io-index"
20909checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20910dependencies = [
20911 "windows-targets 0.52.6",
20912]
20913
20914[[package]]
20915name = "windows-result"
20916version = "0.2.0"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20919dependencies = [
20920 "windows-targets 0.52.6",
20921]
20922
20923[[package]]
20924name = "windows-result"
20925version = "0.3.4"
20926source = "registry+https://github.com/rust-lang/crates.io-index"
20927checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20928dependencies = [
20929 "windows-link 0.1.3",
20930]
20931
20932[[package]]
20933name = "windows-result"
20934version = "0.4.1"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20937dependencies = [
20938 "windows-link 0.2.1",
20939]
20940
20941[[package]]
20942name = "windows-strings"
20943version = "0.1.0"
20944source = "registry+https://github.com/rust-lang/crates.io-index"
20945checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20946dependencies = [
20947 "windows-result 0.2.0",
20948 "windows-targets 0.52.6",
20949]
20950
20951[[package]]
20952name = "windows-strings"
20953version = "0.3.1"
20954source = "registry+https://github.com/rust-lang/crates.io-index"
20955checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20956dependencies = [
20957 "windows-link 0.1.3",
20958]
20959
20960[[package]]
20961name = "windows-strings"
20962version = "0.4.2"
20963source = "registry+https://github.com/rust-lang/crates.io-index"
20964checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20965dependencies = [
20966 "windows-link 0.1.3",
20967]
20968
20969[[package]]
20970name = "windows-strings"
20971version = "0.5.1"
20972source = "registry+https://github.com/rust-lang/crates.io-index"
20973checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20974dependencies = [
20975 "windows-link 0.2.1",
20976]
20977
20978[[package]]
20979name = "windows-sys"
20980version = "0.45.0"
20981source = "registry+https://github.com/rust-lang/crates.io-index"
20982checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20983dependencies = [
20984 "windows-targets 0.42.2",
20985]
20986
20987[[package]]
20988name = "windows-sys"
20989version = "0.48.0"
20990source = "registry+https://github.com/rust-lang/crates.io-index"
20991checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20992dependencies = [
20993 "windows-targets 0.48.5",
20994]
20995
20996[[package]]
20997name = "windows-sys"
20998version = "0.52.0"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21001dependencies = [
21002 "windows-targets 0.52.6",
21003]
21004
21005[[package]]
21006name = "windows-sys"
21007version = "0.59.0"
21008source = "registry+https://github.com/rust-lang/crates.io-index"
21009checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21010dependencies = [
21011 "windows-targets 0.52.6",
21012]
21013
21014[[package]]
21015name = "windows-sys"
21016version = "0.60.2"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21019dependencies = [
21020 "windows-targets 0.53.5",
21021]
21022
21023[[package]]
21024name = "windows-sys"
21025version = "0.61.2"
21026source = "registry+https://github.com/rust-lang/crates.io-index"
21027checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21028dependencies = [
21029 "windows-link 0.2.1",
21030]
21031
21032[[package]]
21033name = "windows-targets"
21034version = "0.42.2"
21035source = "registry+https://github.com/rust-lang/crates.io-index"
21036checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21037dependencies = [
21038 "windows_aarch64_gnullvm 0.42.2",
21039 "windows_aarch64_msvc 0.42.2",
21040 "windows_i686_gnu 0.42.2",
21041 "windows_i686_msvc 0.42.2",
21042 "windows_x86_64_gnu 0.42.2",
21043 "windows_x86_64_gnullvm 0.42.2",
21044 "windows_x86_64_msvc 0.42.2",
21045]
21046
21047[[package]]
21048name = "windows-targets"
21049version = "0.48.5"
21050source = "registry+https://github.com/rust-lang/crates.io-index"
21051checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21052dependencies = [
21053 "windows_aarch64_gnullvm 0.48.5",
21054 "windows_aarch64_msvc 0.48.5",
21055 "windows_i686_gnu 0.48.5",
21056 "windows_i686_msvc 0.48.5",
21057 "windows_x86_64_gnu 0.48.5",
21058 "windows_x86_64_gnullvm 0.48.5",
21059 "windows_x86_64_msvc 0.48.5",
21060]
21061
21062[[package]]
21063name = "windows-targets"
21064version = "0.52.6"
21065source = "registry+https://github.com/rust-lang/crates.io-index"
21066checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21067dependencies = [
21068 "windows_aarch64_gnullvm 0.52.6",
21069 "windows_aarch64_msvc 0.52.6",
21070 "windows_i686_gnu 0.52.6",
21071 "windows_i686_gnullvm 0.52.6",
21072 "windows_i686_msvc 0.52.6",
21073 "windows_x86_64_gnu 0.52.6",
21074 "windows_x86_64_gnullvm 0.52.6",
21075 "windows_x86_64_msvc 0.52.6",
21076]
21077
21078[[package]]
21079name = "windows-targets"
21080version = "0.53.5"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21083dependencies = [
21084 "windows-link 0.2.1",
21085 "windows_aarch64_gnullvm 0.53.1",
21086 "windows_aarch64_msvc 0.53.1",
21087 "windows_i686_gnu 0.53.1",
21088 "windows_i686_gnullvm 0.53.1",
21089 "windows_i686_msvc 0.53.1",
21090 "windows_x86_64_gnu 0.53.1",
21091 "windows_x86_64_gnullvm 0.53.1",
21092 "windows_x86_64_msvc 0.53.1",
21093]
21094
21095[[package]]
21096name = "windows-threading"
21097version = "0.1.0"
21098source = "registry+https://github.com/rust-lang/crates.io-index"
21099checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21100dependencies = [
21101 "windows-link 0.1.3",
21102]
21103
21104[[package]]
21105name = "windows-threading"
21106version = "0.2.1"
21107source = "registry+https://github.com/rust-lang/crates.io-index"
21108checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21109dependencies = [
21110 "windows-link 0.2.1",
21111]
21112
21113[[package]]
21114name = "windows_aarch64_gnullvm"
21115version = "0.42.2"
21116source = "registry+https://github.com/rust-lang/crates.io-index"
21117checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21118
21119[[package]]
21120name = "windows_aarch64_gnullvm"
21121version = "0.48.5"
21122source = "registry+https://github.com/rust-lang/crates.io-index"
21123checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21124
21125[[package]]
21126name = "windows_aarch64_gnullvm"
21127version = "0.52.6"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21130
21131[[package]]
21132name = "windows_aarch64_gnullvm"
21133version = "0.53.1"
21134source = "registry+https://github.com/rust-lang/crates.io-index"
21135checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21136
21137[[package]]
21138name = "windows_aarch64_msvc"
21139version = "0.42.2"
21140source = "registry+https://github.com/rust-lang/crates.io-index"
21141checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21142
21143[[package]]
21144name = "windows_aarch64_msvc"
21145version = "0.48.5"
21146source = "registry+https://github.com/rust-lang/crates.io-index"
21147checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21148
21149[[package]]
21150name = "windows_aarch64_msvc"
21151version = "0.52.6"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21154
21155[[package]]
21156name = "windows_aarch64_msvc"
21157version = "0.53.1"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21160
21161[[package]]
21162name = "windows_i686_gnu"
21163version = "0.42.2"
21164source = "registry+https://github.com/rust-lang/crates.io-index"
21165checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21166
21167[[package]]
21168name = "windows_i686_gnu"
21169version = "0.48.5"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21172
21173[[package]]
21174name = "windows_i686_gnu"
21175version = "0.52.6"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21178
21179[[package]]
21180name = "windows_i686_gnu"
21181version = "0.53.1"
21182source = "registry+https://github.com/rust-lang/crates.io-index"
21183checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21184
21185[[package]]
21186name = "windows_i686_gnullvm"
21187version = "0.52.6"
21188source = "registry+https://github.com/rust-lang/crates.io-index"
21189checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21190
21191[[package]]
21192name = "windows_i686_gnullvm"
21193version = "0.53.1"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21196
21197[[package]]
21198name = "windows_i686_msvc"
21199version = "0.42.2"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21202
21203[[package]]
21204name = "windows_i686_msvc"
21205version = "0.48.5"
21206source = "registry+https://github.com/rust-lang/crates.io-index"
21207checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21208
21209[[package]]
21210name = "windows_i686_msvc"
21211version = "0.52.6"
21212source = "registry+https://github.com/rust-lang/crates.io-index"
21213checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21214
21215[[package]]
21216name = "windows_i686_msvc"
21217version = "0.53.1"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21220
21221[[package]]
21222name = "windows_x86_64_gnu"
21223version = "0.42.2"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21226
21227[[package]]
21228name = "windows_x86_64_gnu"
21229version = "0.48.5"
21230source = "registry+https://github.com/rust-lang/crates.io-index"
21231checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21232
21233[[package]]
21234name = "windows_x86_64_gnu"
21235version = "0.52.6"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21238
21239[[package]]
21240name = "windows_x86_64_gnu"
21241version = "0.53.1"
21242source = "registry+https://github.com/rust-lang/crates.io-index"
21243checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21244
21245[[package]]
21246name = "windows_x86_64_gnullvm"
21247version = "0.42.2"
21248source = "registry+https://github.com/rust-lang/crates.io-index"
21249checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21250
21251[[package]]
21252name = "windows_x86_64_gnullvm"
21253version = "0.48.5"
21254source = "registry+https://github.com/rust-lang/crates.io-index"
21255checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21256
21257[[package]]
21258name = "windows_x86_64_gnullvm"
21259version = "0.52.6"
21260source = "registry+https://github.com/rust-lang/crates.io-index"
21261checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21262
21263[[package]]
21264name = "windows_x86_64_gnullvm"
21265version = "0.53.1"
21266source = "registry+https://github.com/rust-lang/crates.io-index"
21267checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21268
21269[[package]]
21270name = "windows_x86_64_msvc"
21271version = "0.42.2"
21272source = "registry+https://github.com/rust-lang/crates.io-index"
21273checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21274
21275[[package]]
21276name = "windows_x86_64_msvc"
21277version = "0.48.5"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21280
21281[[package]]
21282name = "windows_x86_64_msvc"
21283version = "0.52.6"
21284source = "registry+https://github.com/rust-lang/crates.io-index"
21285checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21286
21287[[package]]
21288name = "windows_x86_64_msvc"
21289version = "0.53.1"
21290source = "registry+https://github.com/rust-lang/crates.io-index"
21291checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21292
21293[[package]]
21294name = "winnow"
21295version = "0.7.13"
21296source = "registry+https://github.com/rust-lang/crates.io-index"
21297checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21298dependencies = [
21299 "memchr",
21300]
21301
21302[[package]]
21303name = "winreg"
21304version = "0.10.1"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21307dependencies = [
21308 "winapi",
21309]
21310
21311[[package]]
21312name = "winreg"
21313version = "0.50.0"
21314source = "registry+https://github.com/rust-lang/crates.io-index"
21315checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21316dependencies = [
21317 "cfg-if",
21318 "windows-sys 0.48.0",
21319]
21320
21321[[package]]
21322name = "winreg"
21323version = "0.55.0"
21324source = "registry+https://github.com/rust-lang/crates.io-index"
21325checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21326dependencies = [
21327 "cfg-if",
21328 "windows-sys 0.59.0",
21329]
21330
21331[[package]]
21332name = "winresource"
21333version = "0.1.23"
21334source = "registry+https://github.com/rust-lang/crates.io-index"
21335checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21336dependencies = [
21337 "toml 0.8.23",
21338 "version_check",
21339]
21340
21341[[package]]
21342name = "winsafe"
21343version = "0.0.19"
21344source = "registry+https://github.com/rust-lang/crates.io-index"
21345checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21346
21347[[package]]
21348name = "winx"
21349version = "0.36.4"
21350source = "registry+https://github.com/rust-lang/crates.io-index"
21351checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21352dependencies = [
21353 "bitflags 2.10.0",
21354 "windows-sys 0.59.0",
21355]
21356
21357[[package]]
21358name = "wio"
21359version = "0.2.2"
21360source = "registry+https://github.com/rust-lang/crates.io-index"
21361checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21362dependencies = [
21363 "winapi",
21364]
21365
21366[[package]]
21367name = "wit-bindgen"
21368version = "0.22.0"
21369source = "registry+https://github.com/rust-lang/crates.io-index"
21370checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21371dependencies = [
21372 "bitflags 2.10.0",
21373 "wit-bindgen-rt 0.22.0",
21374 "wit-bindgen-rust-macro 0.22.0",
21375]
21376
21377[[package]]
21378name = "wit-bindgen"
21379version = "0.41.0"
21380source = "registry+https://github.com/rust-lang/crates.io-index"
21381checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21382dependencies = [
21383 "wit-bindgen-rt 0.41.0",
21384 "wit-bindgen-rust-macro 0.41.0",
21385]
21386
21387[[package]]
21388name = "wit-bindgen"
21389version = "0.46.0"
21390source = "registry+https://github.com/rust-lang/crates.io-index"
21391checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21392
21393[[package]]
21394name = "wit-bindgen"
21395version = "0.51.0"
21396source = "registry+https://github.com/rust-lang/crates.io-index"
21397checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21398dependencies = [
21399 "wit-bindgen-rust-macro 0.51.0",
21400]
21401
21402[[package]]
21403name = "wit-bindgen-core"
21404version = "0.22.0"
21405source = "registry+https://github.com/rust-lang/crates.io-index"
21406checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21407dependencies = [
21408 "anyhow",
21409 "wit-parser 0.201.0",
21410]
21411
21412[[package]]
21413name = "wit-bindgen-core"
21414version = "0.41.0"
21415source = "registry+https://github.com/rust-lang/crates.io-index"
21416checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21417dependencies = [
21418 "anyhow",
21419 "heck 0.5.0",
21420 "wit-parser 0.227.1",
21421]
21422
21423[[package]]
21424name = "wit-bindgen-core"
21425version = "0.51.0"
21426source = "registry+https://github.com/rust-lang/crates.io-index"
21427checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21428dependencies = [
21429 "anyhow",
21430 "heck 0.5.0",
21431 "wit-parser 0.244.0",
21432]
21433
21434[[package]]
21435name = "wit-bindgen-rt"
21436version = "0.22.0"
21437source = "registry+https://github.com/rust-lang/crates.io-index"
21438checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21439
21440[[package]]
21441name = "wit-bindgen-rt"
21442version = "0.41.0"
21443source = "registry+https://github.com/rust-lang/crates.io-index"
21444checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21445dependencies = [
21446 "bitflags 2.10.0",
21447 "futures 0.3.32",
21448 "once_cell",
21449]
21450
21451[[package]]
21452name = "wit-bindgen-rust"
21453version = "0.22.0"
21454source = "registry+https://github.com/rust-lang/crates.io-index"
21455checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21456dependencies = [
21457 "anyhow",
21458 "heck 0.4.1",
21459 "indexmap",
21460 "wasm-metadata 0.201.0",
21461 "wit-bindgen-core 0.22.0",
21462 "wit-component 0.201.0",
21463]
21464
21465[[package]]
21466name = "wit-bindgen-rust"
21467version = "0.41.0"
21468source = "registry+https://github.com/rust-lang/crates.io-index"
21469checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21470dependencies = [
21471 "anyhow",
21472 "heck 0.5.0",
21473 "indexmap",
21474 "prettyplease",
21475 "syn 2.0.117",
21476 "wasm-metadata 0.227.1",
21477 "wit-bindgen-core 0.41.0",
21478 "wit-component 0.227.1",
21479]
21480
21481[[package]]
21482name = "wit-bindgen-rust"
21483version = "0.51.0"
21484source = "registry+https://github.com/rust-lang/crates.io-index"
21485checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21486dependencies = [
21487 "anyhow",
21488 "heck 0.5.0",
21489 "indexmap",
21490 "prettyplease",
21491 "syn 2.0.117",
21492 "wasm-metadata 0.244.0",
21493 "wit-bindgen-core 0.51.0",
21494 "wit-component 0.244.0",
21495]
21496
21497[[package]]
21498name = "wit-bindgen-rust-macro"
21499version = "0.22.0"
21500source = "registry+https://github.com/rust-lang/crates.io-index"
21501checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21502dependencies = [
21503 "anyhow",
21504 "proc-macro2",
21505 "quote",
21506 "syn 2.0.117",
21507 "wit-bindgen-core 0.22.0",
21508 "wit-bindgen-rust 0.22.0",
21509]
21510
21511[[package]]
21512name = "wit-bindgen-rust-macro"
21513version = "0.41.0"
21514source = "registry+https://github.com/rust-lang/crates.io-index"
21515checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21516dependencies = [
21517 "anyhow",
21518 "prettyplease",
21519 "proc-macro2",
21520 "quote",
21521 "syn 2.0.117",
21522 "wit-bindgen-core 0.41.0",
21523 "wit-bindgen-rust 0.41.0",
21524]
21525
21526[[package]]
21527name = "wit-bindgen-rust-macro"
21528version = "0.51.0"
21529source = "registry+https://github.com/rust-lang/crates.io-index"
21530checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21531dependencies = [
21532 "anyhow",
21533 "prettyplease",
21534 "proc-macro2",
21535 "quote",
21536 "syn 2.0.117",
21537 "wit-bindgen-core 0.51.0",
21538 "wit-bindgen-rust 0.51.0",
21539]
21540
21541[[package]]
21542name = "wit-component"
21543version = "0.201.0"
21544source = "registry+https://github.com/rust-lang/crates.io-index"
21545checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21546dependencies = [
21547 "anyhow",
21548 "bitflags 2.10.0",
21549 "indexmap",
21550 "log",
21551 "serde",
21552 "serde_derive",
21553 "serde_json",
21554 "wasm-encoder 0.201.0",
21555 "wasm-metadata 0.201.0",
21556 "wasmparser 0.201.0",
21557 "wit-parser 0.201.0",
21558]
21559
21560[[package]]
21561name = "wit-component"
21562version = "0.227.1"
21563source = "registry+https://github.com/rust-lang/crates.io-index"
21564checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21565dependencies = [
21566 "anyhow",
21567 "bitflags 2.10.0",
21568 "indexmap",
21569 "log",
21570 "serde",
21571 "serde_derive",
21572 "serde_json",
21573 "wasm-encoder 0.227.1",
21574 "wasm-metadata 0.227.1",
21575 "wasmparser 0.227.1",
21576 "wit-parser 0.227.1",
21577]
21578
21579[[package]]
21580name = "wit-component"
21581version = "0.244.0"
21582source = "registry+https://github.com/rust-lang/crates.io-index"
21583checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21584dependencies = [
21585 "anyhow",
21586 "bitflags 2.10.0",
21587 "indexmap",
21588 "log",
21589 "serde",
21590 "serde_derive",
21591 "serde_json",
21592 "wasm-encoder 0.244.0",
21593 "wasm-metadata 0.244.0",
21594 "wasmparser 0.244.0",
21595 "wit-parser 0.244.0",
21596]
21597
21598[[package]]
21599name = "wit-parser"
21600version = "0.201.0"
21601source = "registry+https://github.com/rust-lang/crates.io-index"
21602checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21603dependencies = [
21604 "anyhow",
21605 "id-arena",
21606 "indexmap",
21607 "log",
21608 "semver",
21609 "serde",
21610 "serde_derive",
21611 "serde_json",
21612 "unicode-xid",
21613 "wasmparser 0.201.0",
21614]
21615
21616[[package]]
21617name = "wit-parser"
21618version = "0.227.1"
21619source = "registry+https://github.com/rust-lang/crates.io-index"
21620checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21621dependencies = [
21622 "anyhow",
21623 "id-arena",
21624 "indexmap",
21625 "log",
21626 "semver",
21627 "serde",
21628 "serde_derive",
21629 "serde_json",
21630 "unicode-xid",
21631 "wasmparser 0.227.1",
21632]
21633
21634[[package]]
21635name = "wit-parser"
21636version = "0.236.1"
21637source = "registry+https://github.com/rust-lang/crates.io-index"
21638checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21639dependencies = [
21640 "anyhow",
21641 "id-arena",
21642 "indexmap",
21643 "log",
21644 "semver",
21645 "serde",
21646 "serde_derive",
21647 "serde_json",
21648 "unicode-xid",
21649 "wasmparser 0.236.1",
21650]
21651
21652[[package]]
21653name = "wit-parser"
21654version = "0.244.0"
21655source = "registry+https://github.com/rust-lang/crates.io-index"
21656checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21657dependencies = [
21658 "anyhow",
21659 "id-arena",
21660 "indexmap",
21661 "log",
21662 "semver",
21663 "serde",
21664 "serde_derive",
21665 "serde_json",
21666 "unicode-xid",
21667 "wasmparser 0.244.0",
21668]
21669
21670[[package]]
21671name = "witx"
21672version = "0.9.1"
21673source = "registry+https://github.com/rust-lang/crates.io-index"
21674checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21675dependencies = [
21676 "anyhow",
21677 "log",
21678 "thiserror 1.0.69",
21679 "wast",
21680]
21681
21682[[package]]
21683name = "workspace"
21684version = "0.1.0"
21685dependencies = [
21686 "agent_settings",
21687 "any_vec",
21688 "anyhow",
21689 "async-recursion",
21690 "chrono",
21691 "client",
21692 "clock",
21693 "collections",
21694 "component",
21695 "db",
21696 "feature_flags",
21697 "fs",
21698 "futures 0.3.32",
21699 "git",
21700 "gpui",
21701 "http_client",
21702 "itertools 0.14.0",
21703 "language",
21704 "log",
21705 "markdown",
21706 "menu",
21707 "node_runtime",
21708 "parking_lot",
21709 "postage",
21710 "pretty_assertions",
21711 "project",
21712 "remote",
21713 "schemars",
21714 "serde",
21715 "serde_json",
21716 "session",
21717 "settings",
21718 "smallvec",
21719 "sqlez",
21720 "strum 0.27.2",
21721 "task",
21722 "telemetry",
21723 "tempfile",
21724 "theme",
21725 "theme_settings",
21726 "ui",
21727 "util",
21728 "uuid",
21729 "vim_mode_setting",
21730 "windows 0.61.3",
21731 "zed_actions",
21732 "zlog",
21733]
21734
21735[[package]]
21736name = "worktree"
21737version = "0.1.0"
21738dependencies = [
21739 "anyhow",
21740 "async-lock 2.8.0",
21741 "chardetng",
21742 "clock",
21743 "collections",
21744 "encoding_rs",
21745 "fs",
21746 "futures 0.3.32",
21747 "fuzzy",
21748 "git",
21749 "gpui",
21750 "ignore",
21751 "language",
21752 "log",
21753 "parking_lot",
21754 "paths",
21755 "postage",
21756 "pretty_assertions",
21757 "rand 0.9.2",
21758 "rpc",
21759 "serde",
21760 "serde_json",
21761 "settings",
21762 "smallvec",
21763 "smol",
21764 "sum_tree",
21765 "text",
21766 "tracing",
21767 "util",
21768 "worktree",
21769 "zlog",
21770 "ztracing",
21771]
21772
21773[[package]]
21774name = "worktree_benchmarks"
21775version = "0.1.0"
21776dependencies = [
21777 "fs",
21778 "gpui_platform",
21779 "settings",
21780 "worktree",
21781]
21782
21783[[package]]
21784name = "wprcontrol"
21785version = "0.1.0"
21786source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21787dependencies = [
21788 "windows 0.61.3",
21789 "windows-bindgen",
21790 "windows-core 0.61.2",
21791 "windows-link 0.2.1",
21792]
21793
21794[[package]]
21795name = "writeable"
21796version = "0.6.1"
21797source = "registry+https://github.com/rust-lang/crates.io-index"
21798checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21799
21800[[package]]
21801name = "wyz"
21802version = "0.5.1"
21803source = "registry+https://github.com/rust-lang/crates.io-index"
21804checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21805dependencies = [
21806 "tap",
21807]
21808
21809[[package]]
21810name = "x11"
21811version = "2.21.0"
21812source = "registry+https://github.com/rust-lang/crates.io-index"
21813checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21814dependencies = [
21815 "libc",
21816 "pkg-config",
21817]
21818
21819[[package]]
21820name = "x11-clipboard"
21821version = "0.9.3"
21822source = "registry+https://github.com/rust-lang/crates.io-index"
21823checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21824dependencies = [
21825 "libc",
21826 "x11rb",
21827]
21828
21829[[package]]
21830name = "x11rb"
21831version = "0.13.2"
21832source = "registry+https://github.com/rust-lang/crates.io-index"
21833checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21834dependencies = [
21835 "as-raw-xcb-connection",
21836 "gethostname",
21837 "libc",
21838 "rustix 1.1.2",
21839 "x11rb-protocol",
21840 "xcursor",
21841]
21842
21843[[package]]
21844name = "x11rb-protocol"
21845version = "0.13.2"
21846source = "registry+https://github.com/rust-lang/crates.io-index"
21847checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21848
21849[[package]]
21850name = "x_ai"
21851version = "0.1.0"
21852dependencies = [
21853 "anyhow",
21854 "language_model_core",
21855 "schemars",
21856 "serde",
21857 "strum 0.27.2",
21858 "tiktoken-rs",
21859]
21860
21861[[package]]
21862name = "xattr"
21863version = "0.2.3"
21864source = "registry+https://github.com/rust-lang/crates.io-index"
21865checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21866dependencies = [
21867 "libc",
21868]
21869
21870[[package]]
21871name = "xcb"
21872version = "1.6.0"
21873source = "registry+https://github.com/rust-lang/crates.io-index"
21874checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21875dependencies = [
21876 "bitflags 1.3.2",
21877 "libc",
21878 "quick-xml 0.30.0",
21879 "x11",
21880]
21881
21882[[package]]
21883name = "xcursor"
21884version = "0.3.10"
21885source = "registry+https://github.com/rust-lang/crates.io-index"
21886checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21887
21888[[package]]
21889name = "xim-ctext"
21890version = "0.3.0"
21891source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21892dependencies = [
21893 "encoding_rs",
21894]
21895
21896[[package]]
21897name = "xim-parser"
21898version = "0.2.1"
21899source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21900dependencies = [
21901 "bitflags 2.10.0",
21902]
21903
21904[[package]]
21905name = "xkbcommon"
21906version = "0.8.0"
21907source = "registry+https://github.com/rust-lang/crates.io-index"
21908checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21909dependencies = [
21910 "as-raw-xcb-connection",
21911 "libc",
21912 "memmap2",
21913 "xkeysym",
21914]
21915
21916[[package]]
21917name = "xkeysym"
21918version = "0.2.1"
21919source = "registry+https://github.com/rust-lang/crates.io-index"
21920checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21921
21922[[package]]
21923name = "xml-rs"
21924version = "0.8.28"
21925source = "registry+https://github.com/rust-lang/crates.io-index"
21926checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21927
21928[[package]]
21929name = "xml5ever"
21930version = "0.18.1"
21931source = "registry+https://github.com/rust-lang/crates.io-index"
21932checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21933dependencies = [
21934 "log",
21935 "mac",
21936 "markup5ever 0.12.1",
21937]
21938
21939[[package]]
21940name = "xmlparser"
21941version = "0.13.6"
21942source = "registry+https://github.com/rust-lang/crates.io-index"
21943checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21944
21945[[package]]
21946name = "xmlwriter"
21947version = "0.1.0"
21948source = "registry+https://github.com/rust-lang/crates.io-index"
21949checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21950
21951[[package]]
21952name = "xtask"
21953version = "0.1.0"
21954dependencies = [
21955 "annotate-snippets",
21956 "anyhow",
21957 "backtrace",
21958 "cargo_metadata 0.19.2",
21959 "cargo_toml",
21960 "clap",
21961 "compliance",
21962 "gh-workflow",
21963 "indexmap",
21964 "indoc",
21965 "itertools 0.14.0",
21966 "regex",
21967 "serde",
21968 "serde_json",
21969 "serde_yaml",
21970 "strum 0.27.2",
21971 "tokio",
21972 "toml 0.8.23",
21973 "toml_edit 0.22.27",
21974]
21975
21976[[package]]
21977name = "yaml-rust2"
21978version = "0.8.1"
21979source = "registry+https://github.com/rust-lang/crates.io-index"
21980checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21981dependencies = [
21982 "arraydeque",
21983 "encoding_rs",
21984 "hashlink 0.8.4",
21985]
21986
21987[[package]]
21988name = "yansi"
21989version = "1.0.1"
21990source = "registry+https://github.com/rust-lang/crates.io-index"
21991checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21992
21993[[package]]
21994name = "yawc"
21995version = "0.2.5"
21996source = "registry+https://github.com/rust-lang/crates.io-index"
21997checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21998dependencies = [
21999 "base64 0.22.1",
22000 "bytes 1.11.1",
22001 "flate2",
22002 "futures 0.3.32",
22003 "http-body-util",
22004 "hyper 1.7.0",
22005 "hyper-util",
22006 "js-sys",
22007 "nom 8.0.0",
22008 "pin-project",
22009 "rand 0.8.5",
22010 "sha1",
22011 "thiserror 1.0.69",
22012 "tokio",
22013 "tokio-rustls 0.26.2",
22014 "tokio-util",
22015 "url",
22016 "wasm-bindgen",
22017 "wasm-bindgen-futures",
22018 "web-sys",
22019 "webpki-roots",
22020]
22021
22022[[package]]
22023name = "yazi"
22024version = "0.2.1"
22025source = "registry+https://github.com/rust-lang/crates.io-index"
22026checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22027
22028[[package]]
22029name = "yeslogic-fontconfig-sys"
22030version = "6.0.0"
22031source = "registry+https://github.com/rust-lang/crates.io-index"
22032checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22033dependencies = [
22034 "dlib",
22035 "once_cell",
22036 "pkg-config",
22037]
22038
22039[[package]]
22040name = "yoke"
22041version = "0.7.5"
22042source = "registry+https://github.com/rust-lang/crates.io-index"
22043checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22044dependencies = [
22045 "serde",
22046 "stable_deref_trait",
22047 "yoke-derive 0.7.5",
22048 "zerofrom",
22049]
22050
22051[[package]]
22052name = "yoke"
22053version = "0.8.0"
22054source = "registry+https://github.com/rust-lang/crates.io-index"
22055checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22056dependencies = [
22057 "serde",
22058 "stable_deref_trait",
22059 "yoke-derive 0.8.0",
22060 "zerofrom",
22061]
22062
22063[[package]]
22064name = "yoke-derive"
22065version = "0.7.5"
22066source = "registry+https://github.com/rust-lang/crates.io-index"
22067checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22068dependencies = [
22069 "proc-macro2",
22070 "quote",
22071 "syn 2.0.117",
22072 "synstructure",
22073]
22074
22075[[package]]
22076name = "yoke-derive"
22077version = "0.8.0"
22078source = "registry+https://github.com/rust-lang/crates.io-index"
22079checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22080dependencies = [
22081 "proc-macro2",
22082 "quote",
22083 "syn 2.0.117",
22084 "synstructure",
22085]
22086
22087[[package]]
22088name = "zbus"
22089version = "5.13.2"
22090source = "registry+https://github.com/rust-lang/crates.io-index"
22091checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22092dependencies = [
22093 "async-broadcast",
22094 "async-executor",
22095 "async-io",
22096 "async-lock 3.4.2",
22097 "async-process",
22098 "async-recursion",
22099 "async-task",
22100 "async-trait",
22101 "blocking",
22102 "enumflags2",
22103 "event-listener 5.4.1",
22104 "futures-core",
22105 "futures-lite 2.6.1",
22106 "hex",
22107 "libc",
22108 "ordered-stream",
22109 "rustix 1.1.2",
22110 "serde",
22111 "serde_repr",
22112 "tracing",
22113 "uds_windows",
22114 "uuid",
22115 "windows-sys 0.61.2",
22116 "winnow",
22117 "zbus_macros",
22118 "zbus_names",
22119 "zvariant",
22120]
22121
22122[[package]]
22123name = "zbus_macros"
22124version = "5.13.2"
22125source = "registry+https://github.com/rust-lang/crates.io-index"
22126checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22127dependencies = [
22128 "proc-macro-crate",
22129 "proc-macro2",
22130 "quote",
22131 "syn 2.0.117",
22132 "zbus_names",
22133 "zvariant",
22134 "zvariant_utils",
22135]
22136
22137[[package]]
22138name = "zbus_names"
22139version = "4.3.1"
22140source = "registry+https://github.com/rust-lang/crates.io-index"
22141checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22142dependencies = [
22143 "serde",
22144 "winnow",
22145 "zvariant",
22146]
22147
22148[[package]]
22149name = "zed"
22150version = "0.232.0"
22151dependencies = [
22152 "acp_thread",
22153 "acp_tools",
22154 "action_log",
22155 "activity_indicator",
22156 "agent",
22157 "agent-client-protocol",
22158 "agent_servers",
22159 "agent_settings",
22160 "agent_ui",
22161 "anyhow",
22162 "ashpd",
22163 "askpass",
22164 "assets",
22165 "audio",
22166 "auto_update",
22167 "auto_update_ui",
22168 "breadcrumbs",
22169 "call",
22170 "channel",
22171 "chrono",
22172 "clap",
22173 "cli",
22174 "client",
22175 "clock",
22176 "codestral",
22177 "collab_ui",
22178 "collections",
22179 "command_palette",
22180 "component",
22181 "component_preview",
22182 "copilot",
22183 "copilot_chat",
22184 "copilot_ui",
22185 "crashes",
22186 "csv_preview",
22187 "dap_adapters",
22188 "db",
22189 "debug_adapter_extension",
22190 "debugger_tools",
22191 "debugger_ui",
22192 "dev_container",
22193 "diagnostics",
22194 "edit_prediction",
22195 "edit_prediction_ui",
22196 "editor",
22197 "encoding_selector",
22198 "env_logger 0.11.8",
22199 "etw_tracing",
22200 "extension",
22201 "extension_host",
22202 "extensions_ui",
22203 "feature_flags",
22204 "feedback",
22205 "file_finder",
22206 "fs",
22207 "futures 0.3.32",
22208 "git",
22209 "git_graph",
22210 "git_hosting_providers",
22211 "git_ui",
22212 "go_to_line",
22213 "gpui",
22214 "gpui_platform",
22215 "gpui_tokio",
22216 "http_client",
22217 "image",
22218 "image_viewer",
22219 "inspector_ui",
22220 "install_cli",
22221 "itertools 0.14.0",
22222 "journal",
22223 "json_schema_store",
22224 "keymap_editor",
22225 "language",
22226 "language_extension",
22227 "language_model",
22228 "language_models",
22229 "language_onboarding",
22230 "language_selector",
22231 "language_tools",
22232 "languages",
22233 "line_ending_selector",
22234 "log",
22235 "markdown",
22236 "markdown_preview",
22237 "menu",
22238 "migrator",
22239 "mimalloc",
22240 "miniprofiler_ui",
22241 "nc",
22242 "node_runtime",
22243 "notifications",
22244 "onboarding",
22245 "outline",
22246 "outline_panel",
22247 "parking_lot",
22248 "paths",
22249 "picker",
22250 "pkg-config",
22251 "pretty_assertions",
22252 "profiling",
22253 "project",
22254 "project_panel",
22255 "project_symbols",
22256 "prompt_store",
22257 "proto",
22258 "rayon",
22259 "recent_projects",
22260 "release_channel",
22261 "remote",
22262 "repl",
22263 "reqwest_client",
22264 "rope",
22265 "search",
22266 "semver",
22267 "serde",
22268 "serde_json",
22269 "session",
22270 "settings",
22271 "settings_profile_selector",
22272 "settings_ui",
22273 "shellexpand 2.1.2",
22274 "sidebar",
22275 "smol",
22276 "snippet_provider",
22277 "snippets_ui",
22278 "svg_preview",
22279 "sysinfo 0.37.2",
22280 "system_specs",
22281 "tab_switcher",
22282 "task",
22283 "tasks_ui",
22284 "telemetry",
22285 "telemetry_events",
22286 "tempfile",
22287 "terminal_view",
22288 "theme",
22289 "theme_extension",
22290 "theme_selector",
22291 "theme_settings",
22292 "time",
22293 "time_format",
22294 "title_bar",
22295 "toolchain_selector",
22296 "tracing",
22297 "ui",
22298 "ui_prompt",
22299 "url",
22300 "urlencoding",
22301 "util",
22302 "uuid",
22303 "vim",
22304 "vim_mode_setting",
22305 "watch",
22306 "web_search",
22307 "web_search_providers",
22308 "which_key",
22309 "windows 0.61.3",
22310 "winresource",
22311 "workspace",
22312 "zed-reqwest",
22313 "zed_actions",
22314 "zed_env_vars",
22315 "zlog",
22316 "zlog_settings",
22317 "ztracing",
22318]
22319
22320[[package]]
22321name = "zed-font-kit"
22322version = "0.14.1-zed"
22323source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22324dependencies = [
22325 "bitflags 2.10.0",
22326 "byteorder",
22327 "core-foundation 0.10.0",
22328 "core-graphics 0.24.0",
22329 "core-text",
22330 "dirs 5.0.1",
22331 "dwrote",
22332 "float-ord",
22333 "freetype-sys",
22334 "lazy_static",
22335 "libc",
22336 "log",
22337 "pathfinder_geometry",
22338 "pathfinder_simd",
22339 "walkdir",
22340 "winapi",
22341 "yeslogic-fontconfig-sys",
22342]
22343
22344[[package]]
22345name = "zed-reqwest"
22346version = "0.12.15-zed"
22347source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22348dependencies = [
22349 "base64 0.22.1",
22350 "bytes 1.11.1",
22351 "encoding_rs",
22352 "futures-core",
22353 "futures-util",
22354 "h2 0.4.12",
22355 "http 1.3.1",
22356 "http-body 1.0.1",
22357 "http-body-util",
22358 "hyper 1.7.0",
22359 "hyper-rustls 0.27.7",
22360 "hyper-util",
22361 "ipnet",
22362 "js-sys",
22363 "log",
22364 "mime",
22365 "mime_guess",
22366 "once_cell",
22367 "percent-encoding",
22368 "pin-project-lite",
22369 "quinn",
22370 "rustls 0.23.33",
22371 "rustls-native-certs 0.8.2",
22372 "rustls-pemfile 2.2.0",
22373 "rustls-pki-types",
22374 "serde",
22375 "serde_json",
22376 "serde_urlencoded",
22377 "sync_wrapper 1.0.2",
22378 "system-configuration 0.6.1",
22379 "tokio",
22380 "tokio-rustls 0.26.2",
22381 "tokio-socks",
22382 "tokio-util",
22383 "tower 0.5.2",
22384 "tower-service",
22385 "url",
22386 "wasm-bindgen",
22387 "wasm-bindgen-futures",
22388 "wasm-streams",
22389 "web-sys",
22390 "windows-registry 0.4.0",
22391]
22392
22393[[package]]
22394name = "zed-scap"
22395version = "0.0.8-zed"
22396source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22397dependencies = [
22398 "anyhow",
22399 "cocoa 0.25.0",
22400 "core-graphics-helmer-fork",
22401 "log",
22402 "objc",
22403 "rand 0.8.5",
22404 "screencapturekit",
22405 "screencapturekit-sys",
22406 "sysinfo 0.31.4",
22407 "tao-core-video-sys",
22408 "windows 0.61.3",
22409 "windows-capture",
22410 "x11",
22411 "xcb",
22412]
22413
22414[[package]]
22415name = "zed-xim"
22416version = "0.4.0-zed"
22417source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22418dependencies = [
22419 "ahash 0.8.12",
22420 "hashbrown 0.14.5",
22421 "log",
22422 "x11rb",
22423 "xim-ctext",
22424 "xim-parser",
22425]
22426
22427[[package]]
22428name = "zed_actions"
22429version = "0.1.0"
22430dependencies = [
22431 "gpui",
22432 "schemars",
22433 "serde",
22434 "util",
22435 "uuid",
22436]
22437
22438[[package]]
22439name = "zed_credentials_provider"
22440version = "0.1.0"
22441dependencies = [
22442 "anyhow",
22443 "credentials_provider",
22444 "futures 0.3.32",
22445 "gpui",
22446 "paths",
22447 "release_channel",
22448 "serde",
22449 "serde_json",
22450]
22451
22452[[package]]
22453name = "zed_env_vars"
22454version = "0.1.0"
22455dependencies = [
22456 "env_var",
22457]
22458
22459[[package]]
22460name = "zed_extension_api"
22461version = "0.1.0"
22462source = "registry+https://github.com/rust-lang/crates.io-index"
22463checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22464dependencies = [
22465 "serde",
22466 "serde_json",
22467 "wit-bindgen 0.22.0",
22468]
22469
22470[[package]]
22471name = "zed_extension_api"
22472version = "0.7.0"
22473source = "registry+https://github.com/rust-lang/crates.io-index"
22474checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22475dependencies = [
22476 "serde",
22477 "serde_json",
22478 "wit-bindgen 0.41.0",
22479]
22480
22481[[package]]
22482name = "zed_extension_api"
22483version = "0.8.0"
22484dependencies = [
22485 "serde",
22486 "serde_json",
22487 "wit-bindgen 0.41.0",
22488]
22489
22490[[package]]
22491name = "zed_glsl"
22492version = "0.2.3"
22493dependencies = [
22494 "zed_extension_api 0.1.0",
22495]
22496
22497[[package]]
22498name = "zed_html"
22499version = "0.3.1"
22500dependencies = [
22501 "zed_extension_api 0.7.0",
22502]
22503
22504[[package]]
22505name = "zed_proto"
22506version = "0.3.2"
22507dependencies = [
22508 "zed_extension_api 0.7.0",
22509]
22510
22511[[package]]
22512name = "zed_test_extension"
22513version = "0.1.0"
22514dependencies = [
22515 "zed_extension_api 0.8.0",
22516]
22517
22518[[package]]
22519name = "zeno"
22520version = "0.3.3"
22521source = "registry+https://github.com/rust-lang/crates.io-index"
22522checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22523
22524[[package]]
22525name = "zerocopy"
22526version = "0.8.27"
22527source = "registry+https://github.com/rust-lang/crates.io-index"
22528checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22529dependencies = [
22530 "zerocopy-derive",
22531]
22532
22533[[package]]
22534name = "zerocopy-derive"
22535version = "0.8.27"
22536source = "registry+https://github.com/rust-lang/crates.io-index"
22537checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22538dependencies = [
22539 "proc-macro2",
22540 "quote",
22541 "syn 2.0.117",
22542]
22543
22544[[package]]
22545name = "zerofrom"
22546version = "0.1.6"
22547source = "registry+https://github.com/rust-lang/crates.io-index"
22548checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22549dependencies = [
22550 "zerofrom-derive",
22551]
22552
22553[[package]]
22554name = "zerofrom-derive"
22555version = "0.1.6"
22556source = "registry+https://github.com/rust-lang/crates.io-index"
22557checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22558dependencies = [
22559 "proc-macro2",
22560 "quote",
22561 "syn 2.0.117",
22562 "synstructure",
22563]
22564
22565[[package]]
22566name = "zeroize"
22567version = "1.8.2"
22568source = "registry+https://github.com/rust-lang/crates.io-index"
22569checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22570dependencies = [
22571 "zeroize_derive",
22572]
22573
22574[[package]]
22575name = "zeroize_derive"
22576version = "1.4.2"
22577source = "registry+https://github.com/rust-lang/crates.io-index"
22578checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22579dependencies = [
22580 "proc-macro2",
22581 "quote",
22582 "syn 2.0.117",
22583]
22584
22585[[package]]
22586name = "zeromq"
22587version = "0.5.0"
22588source = "registry+https://github.com/rust-lang/crates.io-index"
22589checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22590dependencies = [
22591 "async-dispatcher",
22592 "async-std",
22593 "async-trait",
22594 "asynchronous-codec",
22595 "bytes 1.11.1",
22596 "crossbeam-queue",
22597 "futures 0.3.32",
22598 "log",
22599 "num-traits",
22600 "once_cell",
22601 "parking_lot",
22602 "rand 0.9.2",
22603 "regex",
22604 "scc",
22605 "thiserror 1.0.69",
22606 "uuid",
22607]
22608
22609[[package]]
22610name = "zerotrie"
22611version = "0.2.2"
22612source = "registry+https://github.com/rust-lang/crates.io-index"
22613checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22614dependencies = [
22615 "displaydoc",
22616 "yoke 0.8.0",
22617 "zerofrom",
22618]
22619
22620[[package]]
22621name = "zerovec"
22622version = "0.11.4"
22623source = "registry+https://github.com/rust-lang/crates.io-index"
22624checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22625dependencies = [
22626 "yoke 0.8.0",
22627 "zerofrom",
22628 "zerovec-derive",
22629]
22630
22631[[package]]
22632name = "zerovec-derive"
22633version = "0.11.1"
22634source = "registry+https://github.com/rust-lang/crates.io-index"
22635checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22636dependencies = [
22637 "proc-macro2",
22638 "quote",
22639 "syn 2.0.117",
22640]
22641
22642[[package]]
22643name = "zeta_prompt"
22644version = "0.1.0"
22645dependencies = [
22646 "anyhow",
22647 "imara-diff",
22648 "indoc",
22649 "serde",
22650 "strum 0.27.2",
22651]
22652
22653[[package]]
22654name = "zip"
22655version = "0.6.6"
22656source = "registry+https://github.com/rust-lang/crates.io-index"
22657checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22658dependencies = [
22659 "aes",
22660 "byteorder",
22661 "bzip2 0.4.4",
22662 "constant_time_eq",
22663 "crc32fast",
22664 "crossbeam-utils",
22665 "flate2",
22666 "hmac",
22667 "pbkdf2 0.11.0",
22668 "sha1",
22669 "time",
22670 "zstd",
22671]
22672
22673[[package]]
22674name = "zip"
22675version = "1.1.4"
22676source = "registry+https://github.com/rust-lang/crates.io-index"
22677checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22678dependencies = [
22679 "arbitrary",
22680 "crc32fast",
22681 "crossbeam-utils",
22682 "displaydoc",
22683 "indexmap",
22684 "num_enum",
22685 "thiserror 1.0.69",
22686]
22687
22688[[package]]
22689name = "zlog"
22690version = "0.1.0"
22691dependencies = [
22692 "anyhow",
22693 "chrono",
22694 "collections",
22695 "log",
22696 "tempfile",
22697]
22698
22699[[package]]
22700name = "zlog_settings"
22701version = "0.1.0"
22702dependencies = [
22703 "collections",
22704 "gpui",
22705 "settings",
22706 "zlog",
22707]
22708
22709[[package]]
22710name = "zstd"
22711version = "0.11.2+zstd.1.5.2"
22712source = "registry+https://github.com/rust-lang/crates.io-index"
22713checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22714dependencies = [
22715 "zstd-safe",
22716]
22717
22718[[package]]
22719name = "zstd-safe"
22720version = "5.0.2+zstd.1.5.2"
22721source = "registry+https://github.com/rust-lang/crates.io-index"
22722checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22723dependencies = [
22724 "libc",
22725 "zstd-sys",
22726]
22727
22728[[package]]
22729name = "zstd-sys"
22730version = "2.0.16+zstd.1.5.7"
22731source = "registry+https://github.com/rust-lang/crates.io-index"
22732checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22733dependencies = [
22734 "cc",
22735 "pkg-config",
22736]
22737
22738[[package]]
22739name = "ztracing"
22740version = "0.1.0"
22741dependencies = [
22742 "tracing",
22743 "tracing-subscriber",
22744 "tracing-tracy",
22745 "tracy-client",
22746 "zlog",
22747 "ztracing_macro",
22748]
22749
22750[[package]]
22751name = "ztracing_macro"
22752version = "0.1.0"
22753
22754[[package]]
22755name = "zune-core"
22756version = "0.4.12"
22757source = "registry+https://github.com/rust-lang/crates.io-index"
22758checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22759
22760[[package]]
22761name = "zune-inflate"
22762version = "0.2.54"
22763source = "registry+https://github.com/rust-lang/crates.io-index"
22764checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22765dependencies = [
22766 "simd-adler32",
22767]
22768
22769[[package]]
22770name = "zune-jpeg"
22771version = "0.4.21"
22772source = "registry+https://github.com/rust-lang/crates.io-index"
22773checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22774dependencies = [
22775 "zune-core",
22776]
22777
22778[[package]]
22779name = "zvariant"
22780version = "5.9.2"
22781source = "registry+https://github.com/rust-lang/crates.io-index"
22782checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22783dependencies = [
22784 "endi",
22785 "enumflags2",
22786 "serde",
22787 "serde_bytes",
22788 "winnow",
22789 "zvariant_derive",
22790 "zvariant_utils",
22791]
22792
22793[[package]]
22794name = "zvariant_derive"
22795version = "5.9.2"
22796source = "registry+https://github.com/rust-lang/crates.io-index"
22797checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22798dependencies = [
22799 "proc-macro-crate",
22800 "proc-macro2",
22801 "quote",
22802 "syn 2.0.117",
22803 "zvariant_utils",
22804]
22805
22806[[package]]
22807name = "zvariant_utils"
22808version = "3.3.0"
22809source = "registry+https://github.com/rust-lang/crates.io-index"
22810checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22811dependencies = [
22812 "proc-macro2",
22813 "quote",
22814 "serde",
22815 "syn 2.0.117",
22816 "winnow",
22817]