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 "agent_settings",
   12 "anyhow",
   13 "buffer_diff",
   14 "collections",
   15 "editor",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.31",
   19 "gpui",
   20 "indoc",
   21 "itertools 0.14.0",
   22 "language",
   23 "language_model",
   24 "markdown",
   25 "parking_lot",
   26 "portable-pty",
   27 "project",
   28 "prompt_store",
   29 "rand 0.9.1",
   30 "serde",
   31 "serde_json",
   32 "settings",
   33 "smol",
   34 "task",
   35 "tempfile",
   36 "terminal",
   37 "ui",
   38 "url",
   39 "util",
   40 "uuid",
   41 "watch",
   42 "workspace-hack",
   43]
   44
   45[[package]]
   46name = "acp_tools"
   47version = "0.1.0"
   48dependencies = [
   49 "agent-client-protocol",
   50 "collections",
   51 "gpui",
   52 "language",
   53 "markdown",
   54 "project",
   55 "serde",
   56 "serde_json",
   57 "settings",
   58 "theme",
   59 "ui",
   60 "util",
   61 "workspace",
   62 "workspace-hack",
   63]
   64
   65[[package]]
   66name = "action_log"
   67version = "0.1.0"
   68dependencies = [
   69 "anyhow",
   70 "buffer_diff",
   71 "clock",
   72 "collections",
   73 "ctor",
   74 "futures 0.3.31",
   75 "gpui",
   76 "indoc",
   77 "language",
   78 "log",
   79 "pretty_assertions",
   80 "project",
   81 "rand 0.9.1",
   82 "serde_json",
   83 "settings",
   84 "text",
   85 "util",
   86 "watch",
   87 "workspace-hack",
   88 "zlog",
   89]
   90
   91[[package]]
   92name = "activity_indicator"
   93version = "0.1.0"
   94dependencies = [
   95 "anyhow",
   96 "auto_update",
   97 "editor",
   98 "extension_host",
   99 "futures 0.3.31",
  100 "gpui",
  101 "language",
  102 "project",
  103 "proto",
  104 "release_channel",
  105 "smallvec",
  106 "ui",
  107 "util",
  108 "workspace",
  109 "workspace-hack",
  110]
  111
  112[[package]]
  113name = "addr2line"
  114version = "0.24.2"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
  117dependencies = [
  118 "gimli",
  119]
  120
  121[[package]]
  122name = "adler2"
  123version = "2.0.0"
  124source = "registry+https://github.com/rust-lang/crates.io-index"
  125checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
  126
  127[[package]]
  128name = "aes"
  129version = "0.8.4"
  130source = "registry+https://github.com/rust-lang/crates.io-index"
  131checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  132dependencies = [
  133 "cfg-if",
  134 "cipher",
  135 "cpufeatures",
  136 "zeroize",
  137]
  138
  139[[package]]
  140name = "agent"
  141version = "0.1.0"
  142dependencies = [
  143 "action_log",
  144 "agent_settings",
  145 "anyhow",
  146 "assistant_context",
  147 "assistant_tool",
  148 "assistant_tools",
  149 "chrono",
  150 "client",
  151 "cloud_llm_client",
  152 "collections",
  153 "component",
  154 "context_server",
  155 "convert_case 0.8.0",
  156 "fs",
  157 "futures 0.3.31",
  158 "git",
  159 "gpui",
  160 "heed",
  161 "http_client",
  162 "icons",
  163 "indoc",
  164 "itertools 0.14.0",
  165 "language",
  166 "language_model",
  167 "log",
  168 "parking_lot",
  169 "paths",
  170 "postage",
  171 "pretty_assertions",
  172 "project",
  173 "prompt_store",
  174 "rand 0.9.1",
  175 "ref-cast",
  176 "rope",
  177 "schemars 1.0.1",
  178 "serde",
  179 "serde_json",
  180 "settings",
  181 "smol",
  182 "sqlez",
  183 "telemetry",
  184 "text",
  185 "theme",
  186 "thiserror 2.0.12",
  187 "time",
  188 "util",
  189 "uuid",
  190 "workspace",
  191 "workspace-hack",
  192 "zed_env_vars",
  193 "zstd",
  194]
  195
  196[[package]]
  197name = "agent-client-protocol"
  198version = "0.4.3"
  199source = "registry+https://github.com/rust-lang/crates.io-index"
  200checksum = "3aaa2bd05a2401887945f8bfd70026e90bc3cf96c62ab9eba2779835bf21dc60"
  201dependencies = [
  202 "anyhow",
  203 "async-broadcast",
  204 "async-trait",
  205 "futures 0.3.31",
  206 "log",
  207 "parking_lot",
  208 "schemars 1.0.1",
  209 "serde",
  210 "serde_json",
  211]
  212
  213[[package]]
  214name = "agent2"
  215version = "0.1.0"
  216dependencies = [
  217 "acp_thread",
  218 "action_log",
  219 "agent",
  220 "agent-client-protocol",
  221 "agent_servers",
  222 "agent_settings",
  223 "anyhow",
  224 "assistant_context",
  225 "assistant_tool",
  226 "assistant_tools",
  227 "chrono",
  228 "client",
  229 "clock",
  230 "cloud_llm_client",
  231 "collections",
  232 "context_server",
  233 "ctor",
  234 "db",
  235 "editor",
  236 "env_logger 0.11.8",
  237 "fs",
  238 "futures 0.3.31",
  239 "git",
  240 "gpui",
  241 "gpui_tokio",
  242 "handlebars 4.5.0",
  243 "html_to_markdown",
  244 "http_client",
  245 "indoc",
  246 "itertools 0.14.0",
  247 "language",
  248 "language_model",
  249 "language_models",
  250 "log",
  251 "lsp",
  252 "open",
  253 "parking_lot",
  254 "paths",
  255 "pretty_assertions",
  256 "project",
  257 "prompt_store",
  258 "reqwest_client",
  259 "rust-embed",
  260 "schemars 1.0.1",
  261 "serde",
  262 "serde_json",
  263 "settings",
  264 "smol",
  265 "sqlez",
  266 "task",
  267 "telemetry",
  268 "tempfile",
  269 "terminal",
  270 "text",
  271 "theme",
  272 "thiserror 2.0.12",
  273 "tree-sitter-rust",
  274 "ui",
  275 "unindent",
  276 "util",
  277 "uuid",
  278 "watch",
  279 "web_search",
  280 "workspace-hack",
  281 "worktree",
  282 "zed_env_vars",
  283 "zlog",
  284 "zstd",
  285]
  286
  287[[package]]
  288name = "agent_servers"
  289version = "0.1.0"
  290dependencies = [
  291 "acp_thread",
  292 "acp_tools",
  293 "action_log",
  294 "agent-client-protocol",
  295 "agent_settings",
  296 "anyhow",
  297 "async-trait",
  298 "client",
  299 "collections",
  300 "env_logger 0.11.8",
  301 "fs",
  302 "futures 0.3.31",
  303 "gpui",
  304 "gpui_tokio",
  305 "http_client",
  306 "indoc",
  307 "language",
  308 "language_model",
  309 "language_models",
  310 "libc",
  311 "log",
  312 "nix 0.29.0",
  313 "project",
  314 "reqwest_client",
  315 "serde",
  316 "serde_json",
  317 "settings",
  318 "smol",
  319 "task",
  320 "tempfile",
  321 "thiserror 2.0.12",
  322 "ui",
  323 "util",
  324 "watch",
  325 "workspace-hack",
  326]
  327
  328[[package]]
  329name = "agent_settings"
  330version = "0.1.0"
  331dependencies = [
  332 "anyhow",
  333 "cloud_llm_client",
  334 "collections",
  335 "convert_case 0.8.0",
  336 "fs",
  337 "gpui",
  338 "language_model",
  339 "paths",
  340 "project",
  341 "schemars 1.0.1",
  342 "serde",
  343 "serde_json",
  344 "serde_json_lenient",
  345 "settings",
  346 "util",
  347 "workspace-hack",
  348]
  349
  350[[package]]
  351name = "agent_ui"
  352version = "0.1.0"
  353dependencies = [
  354 "acp_thread",
  355 "action_log",
  356 "agent",
  357 "agent-client-protocol",
  358 "agent2",
  359 "agent_servers",
  360 "agent_settings",
  361 "ai_onboarding",
  362 "anyhow",
  363 "arrayvec",
  364 "assistant_context",
  365 "assistant_slash_command",
  366 "assistant_slash_commands",
  367 "assistant_tool",
  368 "assistant_tools",
  369 "audio",
  370 "buffer_diff",
  371 "chrono",
  372 "client",
  373 "cloud_llm_client",
  374 "collections",
  375 "command_palette_hooks",
  376 "component",
  377 "context_server",
  378 "db",
  379 "editor",
  380 "extension",
  381 "extension_host",
  382 "feature_flags",
  383 "file_icons",
  384 "fs",
  385 "futures 0.3.31",
  386 "fuzzy",
  387 "gpui",
  388 "html_to_markdown",
  389 "http_client",
  390 "indoc",
  391 "itertools 0.14.0",
  392 "jsonschema",
  393 "language",
  394 "language_model",
  395 "language_models",
  396 "languages",
  397 "log",
  398 "lsp",
  399 "markdown",
  400 "menu",
  401 "multi_buffer",
  402 "notifications",
  403 "ordered-float 2.10.1",
  404 "parking_lot",
  405 "paths",
  406 "picker",
  407 "postage",
  408 "pretty_assertions",
  409 "project",
  410 "prompt_store",
  411 "proto",
  412 "rand 0.9.1",
  413 "release_channel",
  414 "rope",
  415 "rules_library",
  416 "schemars 1.0.1",
  417 "search",
  418 "serde",
  419 "serde_json",
  420 "serde_json_lenient",
  421 "settings",
  422 "shlex",
  423 "smol",
  424 "streaming_diff",
  425 "task",
  426 "telemetry",
  427 "telemetry_events",
  428 "terminal",
  429 "terminal_view",
  430 "text",
  431 "theme",
  432 "time",
  433 "time_format",
  434 "tree-sitter-md",
  435 "ui",
  436 "ui_input",
  437 "unindent",
  438 "url",
  439 "urlencoding",
  440 "util",
  441 "watch",
  442 "workspace",
  443 "workspace-hack",
  444 "zed_actions",
  445]
  446
  447[[package]]
  448name = "ahash"
  449version = "0.7.8"
  450source = "registry+https://github.com/rust-lang/crates.io-index"
  451checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  452dependencies = [
  453 "getrandom 0.2.15",
  454 "once_cell",
  455 "version_check",
  456]
  457
  458[[package]]
  459name = "ahash"
  460version = "0.8.11"
  461source = "registry+https://github.com/rust-lang/crates.io-index"
  462checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  463dependencies = [
  464 "cfg-if",
  465 "const-random",
  466 "getrandom 0.2.15",
  467 "once_cell",
  468 "serde",
  469 "version_check",
  470 "zerocopy 0.7.35",
  471]
  472
  473[[package]]
  474name = "aho-corasick"
  475version = "1.1.3"
  476source = "registry+https://github.com/rust-lang/crates.io-index"
  477checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  478dependencies = [
  479 "memchr",
  480]
  481
  482[[package]]
  483name = "ai_onboarding"
  484version = "0.1.0"
  485dependencies = [
  486 "client",
  487 "cloud_llm_client",
  488 "component",
  489 "gpui",
  490 "language_model",
  491 "serde",
  492 "smallvec",
  493 "telemetry",
  494 "ui",
  495 "workspace-hack",
  496 "zed_actions",
  497]
  498
  499[[package]]
  500name = "alacritty_terminal"
  501version = "0.25.1-rc1"
  502source = "registry+https://github.com/rust-lang/crates.io-index"
  503checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
  504dependencies = [
  505 "base64 0.22.1",
  506 "bitflags 2.9.0",
  507 "home",
  508 "libc",
  509 "log",
  510 "miow",
  511 "parking_lot",
  512 "piper",
  513 "polling",
  514 "regex-automata",
  515 "rustix 1.0.7",
  516 "rustix-openpty",
  517 "serde",
  518 "signal-hook",
  519 "unicode-width 0.2.0",
  520 "vte",
  521 "windows-sys 0.59.0",
  522]
  523
  524[[package]]
  525name = "aliasable"
  526version = "0.1.3"
  527source = "registry+https://github.com/rust-lang/crates.io-index"
  528checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  529
  530[[package]]
  531name = "aligned-vec"
  532version = "0.5.0"
  533source = "registry+https://github.com/rust-lang/crates.io-index"
  534checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  535
  536[[package]]
  537name = "allocator-api2"
  538version = "0.2.21"
  539source = "registry+https://github.com/rust-lang/crates.io-index"
  540checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  541
  542[[package]]
  543name = "alsa"
  544version = "0.9.1"
  545source = "registry+https://github.com/rust-lang/crates.io-index"
  546checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  547dependencies = [
  548 "alsa-sys",
  549 "bitflags 2.9.0",
  550 "cfg-if",
  551 "libc",
  552]
  553
  554[[package]]
  555name = "alsa-sys"
  556version = "0.3.1"
  557source = "registry+https://github.com/rust-lang/crates.io-index"
  558checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  559dependencies = [
  560 "libc",
  561 "pkg-config",
  562]
  563
  564[[package]]
  565name = "ambient-authority"
  566version = "0.0.2"
  567source = "registry+https://github.com/rust-lang/crates.io-index"
  568checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  569
  570[[package]]
  571name = "ammonia"
  572version = "4.1.0"
  573source = "registry+https://github.com/rust-lang/crates.io-index"
  574checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
  575dependencies = [
  576 "cssparser",
  577 "html5ever 0.31.0",
  578 "maplit",
  579 "tendril",
  580 "url",
  581]
  582
  583[[package]]
  584name = "android-tzdata"
  585version = "0.1.1"
  586source = "registry+https://github.com/rust-lang/crates.io-index"
  587checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  588
  589[[package]]
  590name = "android_system_properties"
  591version = "0.1.5"
  592source = "registry+https://github.com/rust-lang/crates.io-index"
  593checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  594dependencies = [
  595 "libc",
  596]
  597
  598[[package]]
  599name = "anes"
  600version = "0.1.6"
  601source = "registry+https://github.com/rust-lang/crates.io-index"
  602checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  603
  604[[package]]
  605name = "anstream"
  606version = "0.6.18"
  607source = "registry+https://github.com/rust-lang/crates.io-index"
  608checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  609dependencies = [
  610 "anstyle",
  611 "anstyle-parse",
  612 "anstyle-query",
  613 "anstyle-wincon",
  614 "colorchoice",
  615 "is_terminal_polyfill",
  616 "utf8parse",
  617]
  618
  619[[package]]
  620name = "anstyle"
  621version = "1.0.10"
  622source = "registry+https://github.com/rust-lang/crates.io-index"
  623checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  624
  625[[package]]
  626name = "anstyle-parse"
  627version = "0.2.6"
  628source = "registry+https://github.com/rust-lang/crates.io-index"
  629checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  630dependencies = [
  631 "utf8parse",
  632]
  633
  634[[package]]
  635name = "anstyle-query"
  636version = "1.1.2"
  637source = "registry+https://github.com/rust-lang/crates.io-index"
  638checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  639dependencies = [
  640 "windows-sys 0.59.0",
  641]
  642
  643[[package]]
  644name = "anstyle-wincon"
  645version = "3.0.7"
  646source = "registry+https://github.com/rust-lang/crates.io-index"
  647checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
  648dependencies = [
  649 "anstyle",
  650 "once_cell",
  651 "windows-sys 0.59.0",
  652]
  653
  654[[package]]
  655name = "anthropic"
  656version = "0.1.0"
  657dependencies = [
  658 "anyhow",
  659 "chrono",
  660 "futures 0.3.31",
  661 "http_client",
  662 "schemars 1.0.1",
  663 "serde",
  664 "serde_json",
  665 "settings",
  666 "strum 0.27.1",
  667 "thiserror 2.0.12",
  668 "workspace-hack",
  669]
  670
  671[[package]]
  672name = "any_vec"
  673version = "0.14.0"
  674source = "registry+https://github.com/rust-lang/crates.io-index"
  675checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  676
  677[[package]]
  678name = "anyhow"
  679version = "1.0.98"
  680source = "registry+https://github.com/rust-lang/crates.io-index"
  681checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
  682
  683[[package]]
  684name = "approx"
  685version = "0.5.1"
  686source = "registry+https://github.com/rust-lang/crates.io-index"
  687checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  688dependencies = [
  689 "num-traits",
  690]
  691
  692[[package]]
  693name = "arbitrary"
  694version = "1.4.1"
  695source = "registry+https://github.com/rust-lang/crates.io-index"
  696checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  697dependencies = [
  698 "derive_arbitrary",
  699]
  700
  701[[package]]
  702name = "arg_enum_proc_macro"
  703version = "0.3.4"
  704source = "registry+https://github.com/rust-lang/crates.io-index"
  705checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  706dependencies = [
  707 "proc-macro2",
  708 "quote",
  709 "syn 2.0.101",
  710]
  711
  712[[package]]
  713name = "arraydeque"
  714version = "0.5.1"
  715source = "registry+https://github.com/rust-lang/crates.io-index"
  716checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  717
  718[[package]]
  719name = "arrayref"
  720version = "0.3.9"
  721source = "registry+https://github.com/rust-lang/crates.io-index"
  722checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  723
  724[[package]]
  725name = "arrayvec"
  726version = "0.7.6"
  727source = "registry+https://github.com/rust-lang/crates.io-index"
  728checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  729dependencies = [
  730 "serde",
  731]
  732
  733[[package]]
  734name = "as-raw-xcb-connection"
  735version = "1.0.1"
  736source = "registry+https://github.com/rust-lang/crates.io-index"
  737checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  738
  739[[package]]
  740name = "ascii"
  741version = "1.1.0"
  742source = "registry+https://github.com/rust-lang/crates.io-index"
  743checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  744
  745[[package]]
  746name = "ash"
  747version = "0.38.0+1.3.281"
  748source = "registry+https://github.com/rust-lang/crates.io-index"
  749checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  750dependencies = [
  751 "libloading",
  752]
  753
  754[[package]]
  755name = "ash-window"
  756version = "0.13.0"
  757source = "registry+https://github.com/rust-lang/crates.io-index"
  758checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  759dependencies = [
  760 "ash",
  761 "raw-window-handle",
  762 "raw-window-metal",
  763]
  764
  765[[package]]
  766name = "ashpd"
  767version = "0.11.0"
  768source = "registry+https://github.com/rust-lang/crates.io-index"
  769checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  770dependencies = [
  771 "async-fs",
  772 "async-net",
  773 "enumflags2",
  774 "futures-channel",
  775 "futures-util",
  776 "rand 0.9.1",
  777 "serde",
  778 "serde_repr",
  779 "url",
  780 "zbus",
  781]
  782
  783[[package]]
  784name = "ashpd"
  785version = "0.12.0"
  786source = "registry+https://github.com/rust-lang/crates.io-index"
  787checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
  788dependencies = [
  789 "async-fs",
  790 "async-net",
  791 "enumflags2",
  792 "futures-channel",
  793 "futures-util",
  794 "rand 0.9.1",
  795 "serde",
  796 "serde_repr",
  797 "url",
  798 "zbus",
  799]
  800
  801[[package]]
  802name = "askpass"
  803version = "0.1.0"
  804dependencies = [
  805 "anyhow",
  806 "futures 0.3.31",
  807 "gpui",
  808 "net",
  809 "proto",
  810 "smol",
  811 "tempfile",
  812 "util",
  813 "windows 0.61.1",
  814 "workspace-hack",
  815 "zeroize",
  816]
  817
  818[[package]]
  819name = "assets"
  820version = "0.1.0"
  821dependencies = [
  822 "anyhow",
  823 "gpui",
  824 "rust-embed",
  825 "workspace-hack",
  826]
  827
  828[[package]]
  829name = "assistant_context"
  830version = "0.1.0"
  831dependencies = [
  832 "agent_settings",
  833 "anyhow",
  834 "assistant_slash_command",
  835 "assistant_slash_commands",
  836 "chrono",
  837 "client",
  838 "clock",
  839 "cloud_llm_client",
  840 "collections",
  841 "context_server",
  842 "fs",
  843 "futures 0.3.31",
  844 "fuzzy",
  845 "gpui",
  846 "indoc",
  847 "language",
  848 "language_model",
  849 "log",
  850 "open_ai",
  851 "parking_lot",
  852 "paths",
  853 "pretty_assertions",
  854 "project",
  855 "prompt_store",
  856 "proto",
  857 "rand 0.9.1",
  858 "regex",
  859 "rpc",
  860 "serde",
  861 "serde_json",
  862 "settings",
  863 "smallvec",
  864 "smol",
  865 "telemetry_events",
  866 "text",
  867 "ui",
  868 "unindent",
  869 "util",
  870 "uuid",
  871 "workspace",
  872 "workspace-hack",
  873 "zed_env_vars",
  874]
  875
  876[[package]]
  877name = "assistant_slash_command"
  878version = "0.1.0"
  879dependencies = [
  880 "anyhow",
  881 "async-trait",
  882 "collections",
  883 "derive_more",
  884 "extension",
  885 "futures 0.3.31",
  886 "gpui",
  887 "language",
  888 "language_model",
  889 "parking_lot",
  890 "pretty_assertions",
  891 "serde",
  892 "serde_json",
  893 "ui",
  894 "util",
  895 "workspace",
  896 "workspace-hack",
  897]
  898
  899[[package]]
  900name = "assistant_slash_commands"
  901version = "0.1.0"
  902dependencies = [
  903 "anyhow",
  904 "assistant_slash_command",
  905 "chrono",
  906 "collections",
  907 "context_server",
  908 "editor",
  909 "feature_flags",
  910 "fs",
  911 "futures 0.3.31",
  912 "fuzzy",
  913 "globset",
  914 "gpui",
  915 "html_to_markdown",
  916 "http_client",
  917 "language",
  918 "pretty_assertions",
  919 "project",
  920 "prompt_store",
  921 "rope",
  922 "serde",
  923 "serde_json",
  924 "settings",
  925 "smol",
  926 "text",
  927 "ui",
  928 "util",
  929 "workspace",
  930 "workspace-hack",
  931 "worktree",
  932 "zlog",
  933]
  934
  935[[package]]
  936name = "assistant_tool"
  937version = "0.1.0"
  938dependencies = [
  939 "action_log",
  940 "anyhow",
  941 "buffer_diff",
  942 "clock",
  943 "collections",
  944 "ctor",
  945 "derive_more",
  946 "gpui",
  947 "icons",
  948 "indoc",
  949 "language",
  950 "language_model",
  951 "log",
  952 "parking_lot",
  953 "pretty_assertions",
  954 "project",
  955 "rand 0.9.1",
  956 "regex",
  957 "serde",
  958 "serde_json",
  959 "settings",
  960 "text",
  961 "util",
  962 "workspace",
  963 "workspace-hack",
  964 "zlog",
  965]
  966
  967[[package]]
  968name = "assistant_tools"
  969version = "0.1.0"
  970dependencies = [
  971 "action_log",
  972 "agent_settings",
  973 "anyhow",
  974 "assistant_tool",
  975 "buffer_diff",
  976 "chrono",
  977 "client",
  978 "clock",
  979 "cloud_llm_client",
  980 "collections",
  981 "component",
  982 "derive_more",
  983 "diffy",
  984 "editor",
  985 "feature_flags",
  986 "fs",
  987 "futures 0.3.31",
  988 "gpui",
  989 "gpui_tokio",
  990 "handlebars 4.5.0",
  991 "html_to_markdown",
  992 "http_client",
  993 "indoc",
  994 "itertools 0.14.0",
  995 "language",
  996 "language_model",
  997 "language_models",
  998 "log",
  999 "lsp",
 1000 "markdown",
 1001 "open",
 1002 "paths",
 1003 "portable-pty",
 1004 "pretty_assertions",
 1005 "project",
 1006 "prompt_store",
 1007 "rand 0.9.1",
 1008 "regex",
 1009 "reqwest_client",
 1010 "rust-embed",
 1011 "schemars 1.0.1",
 1012 "serde",
 1013 "serde_json",
 1014 "settings",
 1015 "smallvec",
 1016 "smol",
 1017 "streaming_diff",
 1018 "strsim",
 1019 "task",
 1020 "tempfile",
 1021 "terminal",
 1022 "terminal_view",
 1023 "theme",
 1024 "tree-sitter-rust",
 1025 "ui",
 1026 "unindent",
 1027 "util",
 1028 "watch",
 1029 "web_search",
 1030 "workspace",
 1031 "workspace-hack",
 1032 "zlog",
 1033]
 1034
 1035[[package]]
 1036name = "async-attributes"
 1037version = "1.1.2"
 1038source = "registry+https://github.com/rust-lang/crates.io-index"
 1039checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
 1040dependencies = [
 1041 "quote",
 1042 "syn 1.0.109",
 1043]
 1044
 1045[[package]]
 1046name = "async-broadcast"
 1047version = "0.7.2"
 1048source = "registry+https://github.com/rust-lang/crates.io-index"
 1049checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
 1050dependencies = [
 1051 "event-listener 5.4.0",
 1052 "event-listener-strategy",
 1053 "futures-core",
 1054 "pin-project-lite",
 1055]
 1056
 1057[[package]]
 1058name = "async-channel"
 1059version = "1.9.0"
 1060source = "registry+https://github.com/rust-lang/crates.io-index"
 1061checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
 1062dependencies = [
 1063 "concurrent-queue",
 1064 "event-listener 2.5.3",
 1065 "futures-core",
 1066]
 1067
 1068[[package]]
 1069name = "async-channel"
 1070version = "2.3.1"
 1071source = "registry+https://github.com/rust-lang/crates.io-index"
 1072checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
 1073dependencies = [
 1074 "concurrent-queue",
 1075 "event-listener-strategy",
 1076 "futures-core",
 1077 "pin-project-lite",
 1078]
 1079
 1080[[package]]
 1081name = "async-compat"
 1082version = "0.2.4"
 1083source = "registry+https://github.com/rust-lang/crates.io-index"
 1084checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
 1085dependencies = [
 1086 "futures-core",
 1087 "futures-io",
 1088 "once_cell",
 1089 "pin-project-lite",
 1090 "tokio",
 1091]
 1092
 1093[[package]]
 1094name = "async-compression"
 1095version = "0.4.22"
 1096source = "registry+https://github.com/rust-lang/crates.io-index"
 1097checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
 1098dependencies = [
 1099 "deflate64",
 1100 "flate2",
 1101 "futures-core",
 1102 "futures-io",
 1103 "memchr",
 1104 "pin-project-lite",
 1105]
 1106
 1107[[package]]
 1108name = "async-dispatcher"
 1109version = "0.1.2"
 1110source = "registry+https://github.com/rust-lang/crates.io-index"
 1111checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
 1112dependencies = [
 1113 "async-task",
 1114 "futures-lite 1.13.0",
 1115]
 1116
 1117[[package]]
 1118name = "async-executor"
 1119version = "1.13.1"
 1120source = "registry+https://github.com/rust-lang/crates.io-index"
 1121checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
 1122dependencies = [
 1123 "async-task",
 1124 "concurrent-queue",
 1125 "fastrand 2.3.0",
 1126 "futures-lite 2.6.0",
 1127 "slab",
 1128]
 1129
 1130[[package]]
 1131name = "async-fs"
 1132version = "2.1.3"
 1133source = "registry+https://github.com/rust-lang/crates.io-index"
 1134checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
 1135dependencies = [
 1136 "async-lock",
 1137 "blocking",
 1138 "futures-lite 2.6.0",
 1139]
 1140
 1141[[package]]
 1142name = "async-global-executor"
 1143version = "2.4.1"
 1144source = "registry+https://github.com/rust-lang/crates.io-index"
 1145checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
 1146dependencies = [
 1147 "async-channel 2.3.1",
 1148 "async-executor",
 1149 "async-io",
 1150 "async-lock",
 1151 "blocking",
 1152 "futures-lite 2.6.0",
 1153 "once_cell",
 1154]
 1155
 1156[[package]]
 1157name = "async-io"
 1158version = "2.5.0"
 1159source = "registry+https://github.com/rust-lang/crates.io-index"
 1160checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
 1161dependencies = [
 1162 "async-lock",
 1163 "cfg-if",
 1164 "concurrent-queue",
 1165 "futures-io",
 1166 "futures-lite 2.6.0",
 1167 "parking",
 1168 "polling",
 1169 "rustix 1.0.7",
 1170 "slab",
 1171 "windows-sys 0.60.2",
 1172]
 1173
 1174[[package]]
 1175name = "async-lock"
 1176version = "3.4.1"
 1177source = "registry+https://github.com/rust-lang/crates.io-index"
 1178checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
 1179dependencies = [
 1180 "event-listener 5.4.0",
 1181 "event-listener-strategy",
 1182 "pin-project-lite",
 1183]
 1184
 1185[[package]]
 1186name = "async-net"
 1187version = "2.0.0"
 1188source = "registry+https://github.com/rust-lang/crates.io-index"
 1189checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1190dependencies = [
 1191 "async-io",
 1192 "blocking",
 1193 "futures-lite 2.6.0",
 1194]
 1195
 1196[[package]]
 1197name = "async-pipe"
 1198version = "0.1.3"
 1199source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1200dependencies = [
 1201 "futures 0.3.31",
 1202 "log",
 1203]
 1204
 1205[[package]]
 1206name = "async-process"
 1207version = "2.3.0"
 1208source = "registry+https://github.com/rust-lang/crates.io-index"
 1209checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
 1210dependencies = [
 1211 "async-channel 2.3.1",
 1212 "async-io",
 1213 "async-lock",
 1214 "async-signal",
 1215 "async-task",
 1216 "blocking",
 1217 "cfg-if",
 1218 "event-listener 5.4.0",
 1219 "futures-lite 2.6.0",
 1220 "rustix 0.38.44",
 1221 "tracing",
 1222]
 1223
 1224[[package]]
 1225name = "async-recursion"
 1226version = "1.1.1"
 1227source = "registry+https://github.com/rust-lang/crates.io-index"
 1228checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1229dependencies = [
 1230 "proc-macro2",
 1231 "quote",
 1232 "syn 2.0.101",
 1233]
 1234
 1235[[package]]
 1236name = "async-signal"
 1237version = "0.2.10"
 1238source = "registry+https://github.com/rust-lang/crates.io-index"
 1239checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
 1240dependencies = [
 1241 "async-io",
 1242 "async-lock",
 1243 "atomic-waker",
 1244 "cfg-if",
 1245 "futures-core",
 1246 "futures-io",
 1247 "rustix 0.38.44",
 1248 "signal-hook-registry",
 1249 "slab",
 1250 "windows-sys 0.59.0",
 1251]
 1252
 1253[[package]]
 1254name = "async-std"
 1255version = "1.13.1"
 1256source = "registry+https://github.com/rust-lang/crates.io-index"
 1257checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
 1258dependencies = [
 1259 "async-attributes",
 1260 "async-channel 1.9.0",
 1261 "async-global-executor",
 1262 "async-io",
 1263 "async-lock",
 1264 "async-process",
 1265 "crossbeam-utils",
 1266 "futures-channel",
 1267 "futures-core",
 1268 "futures-io",
 1269 "futures-lite 2.6.0",
 1270 "gloo-timers",
 1271 "kv-log-macro",
 1272 "log",
 1273 "memchr",
 1274 "once_cell",
 1275 "pin-project-lite",
 1276 "pin-utils",
 1277 "slab",
 1278 "wasm-bindgen-futures",
 1279]
 1280
 1281[[package]]
 1282name = "async-stream"
 1283version = "0.3.6"
 1284source = "registry+https://github.com/rust-lang/crates.io-index"
 1285checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1286dependencies = [
 1287 "async-stream-impl",
 1288 "futures-core",
 1289 "pin-project-lite",
 1290]
 1291
 1292[[package]]
 1293name = "async-stream-impl"
 1294version = "0.3.6"
 1295source = "registry+https://github.com/rust-lang/crates.io-index"
 1296checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1297dependencies = [
 1298 "proc-macro2",
 1299 "quote",
 1300 "syn 2.0.101",
 1301]
 1302
 1303[[package]]
 1304name = "async-tar"
 1305version = "0.5.0"
 1306source = "registry+https://github.com/rust-lang/crates.io-index"
 1307checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1308dependencies = [
 1309 "async-std",
 1310 "filetime",
 1311 "libc",
 1312 "pin-project",
 1313 "redox_syscall 0.2.16",
 1314 "xattr",
 1315]
 1316
 1317[[package]]
 1318name = "async-task"
 1319version = "4.7.1"
 1320source = "registry+https://github.com/rust-lang/crates.io-index"
 1321checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1322
 1323[[package]]
 1324name = "async-trait"
 1325version = "0.1.89"
 1326source = "registry+https://github.com/rust-lang/crates.io-index"
 1327checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1328dependencies = [
 1329 "proc-macro2",
 1330 "quote",
 1331 "syn 2.0.101",
 1332]
 1333
 1334[[package]]
 1335name = "async-tungstenite"
 1336version = "0.29.1"
 1337source = "registry+https://github.com/rust-lang/crates.io-index"
 1338checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1339dependencies = [
 1340 "atomic-waker",
 1341 "futures-core",
 1342 "futures-io",
 1343 "futures-task",
 1344 "futures-util",
 1345 "log",
 1346 "pin-project-lite",
 1347 "rustls-pki-types",
 1348 "tokio",
 1349 "tokio-rustls 0.26.2",
 1350 "tungstenite 0.26.2",
 1351]
 1352
 1353[[package]]
 1354name = "async_zip"
 1355version = "0.0.17"
 1356source = "registry+https://github.com/rust-lang/crates.io-index"
 1357checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1358dependencies = [
 1359 "async-compression",
 1360 "crc32fast",
 1361 "futures-lite 2.6.0",
 1362 "pin-project",
 1363 "thiserror 1.0.69",
 1364]
 1365
 1366[[package]]
 1367name = "asynchronous-codec"
 1368version = "0.7.0"
 1369source = "registry+https://github.com/rust-lang/crates.io-index"
 1370checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1371dependencies = [
 1372 "bytes 1.10.1",
 1373 "futures-sink",
 1374 "futures-util",
 1375 "memchr",
 1376 "pin-project-lite",
 1377]
 1378
 1379[[package]]
 1380name = "atoi"
 1381version = "2.0.0"
 1382source = "registry+https://github.com/rust-lang/crates.io-index"
 1383checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1384dependencies = [
 1385 "num-traits",
 1386]
 1387
 1388[[package]]
 1389name = "atomic"
 1390version = "0.5.3"
 1391source = "registry+https://github.com/rust-lang/crates.io-index"
 1392checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1393
 1394[[package]]
 1395name = "atomic-waker"
 1396version = "1.1.2"
 1397source = "registry+https://github.com/rust-lang/crates.io-index"
 1398checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1399
 1400[[package]]
 1401name = "audio"
 1402version = "0.1.0"
 1403dependencies = [
 1404 "anyhow",
 1405 "async-tar",
 1406 "collections",
 1407 "crossbeam",
 1408 "denoise",
 1409 "gpui",
 1410 "libwebrtc",
 1411 "log",
 1412 "parking_lot",
 1413 "rodio",
 1414 "rubato",
 1415 "serde",
 1416 "settings",
 1417 "smol",
 1418 "thiserror 2.0.12",
 1419 "util",
 1420 "workspace-hack",
 1421]
 1422
 1423[[package]]
 1424name = "auditable-serde"
 1425version = "0.8.0"
 1426source = "registry+https://github.com/rust-lang/crates.io-index"
 1427checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1428dependencies = [
 1429 "semver",
 1430 "serde",
 1431 "serde_json",
 1432 "topological-sort",
 1433]
 1434
 1435[[package]]
 1436name = "auto_update"
 1437version = "0.1.0"
 1438dependencies = [
 1439 "anyhow",
 1440 "client",
 1441 "db",
 1442 "gpui",
 1443 "http_client",
 1444 "log",
 1445 "paths",
 1446 "release_channel",
 1447 "serde",
 1448 "serde_json",
 1449 "settings",
 1450 "smol",
 1451 "tempfile",
 1452 "which 6.0.3",
 1453 "workspace",
 1454 "workspace-hack",
 1455]
 1456
 1457[[package]]
 1458name = "auto_update_helper"
 1459version = "0.1.0"
 1460dependencies = [
 1461 "anyhow",
 1462 "log",
 1463 "simplelog",
 1464 "windows 0.61.1",
 1465 "winresource",
 1466 "workspace-hack",
 1467]
 1468
 1469[[package]]
 1470name = "auto_update_ui"
 1471version = "0.1.0"
 1472dependencies = [
 1473 "anyhow",
 1474 "auto_update",
 1475 "client",
 1476 "editor",
 1477 "gpui",
 1478 "http_client",
 1479 "markdown_preview",
 1480 "release_channel",
 1481 "serde",
 1482 "serde_json",
 1483 "smol",
 1484 "util",
 1485 "workspace",
 1486 "workspace-hack",
 1487]
 1488
 1489[[package]]
 1490name = "autocfg"
 1491version = "1.4.0"
 1492source = "registry+https://github.com/rust-lang/crates.io-index"
 1493checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1494
 1495[[package]]
 1496name = "av1-grain"
 1497version = "0.2.3"
 1498source = "registry+https://github.com/rust-lang/crates.io-index"
 1499checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1500dependencies = [
 1501 "anyhow",
 1502 "arrayvec",
 1503 "log",
 1504 "nom 7.1.3",
 1505 "num-rational",
 1506 "v_frame",
 1507]
 1508
 1509[[package]]
 1510name = "avif-serialize"
 1511version = "0.8.3"
 1512source = "registry+https://github.com/rust-lang/crates.io-index"
 1513checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1514dependencies = [
 1515 "arrayvec",
 1516]
 1517
 1518[[package]]
 1519name = "aws-config"
 1520version = "1.6.1"
 1521source = "registry+https://github.com/rust-lang/crates.io-index"
 1522checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1523dependencies = [
 1524 "aws-credential-types",
 1525 "aws-runtime",
 1526 "aws-sdk-sso",
 1527 "aws-sdk-ssooidc",
 1528 "aws-sdk-sts",
 1529 "aws-smithy-async",
 1530 "aws-smithy-http",
 1531 "aws-smithy-json",
 1532 "aws-smithy-runtime",
 1533 "aws-smithy-runtime-api",
 1534 "aws-smithy-types",
 1535 "aws-types",
 1536 "bytes 1.10.1",
 1537 "fastrand 2.3.0",
 1538 "hex",
 1539 "http 1.3.1",
 1540 "ring",
 1541 "time",
 1542 "tokio",
 1543 "tracing",
 1544 "url",
 1545 "zeroize",
 1546]
 1547
 1548[[package]]
 1549name = "aws-credential-types"
 1550version = "1.2.2"
 1551source = "registry+https://github.com/rust-lang/crates.io-index"
 1552checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1553dependencies = [
 1554 "aws-smithy-async",
 1555 "aws-smithy-runtime-api",
 1556 "aws-smithy-types",
 1557 "zeroize",
 1558]
 1559
 1560[[package]]
 1561name = "aws-lc-rs"
 1562version = "1.13.1"
 1563source = "registry+https://github.com/rust-lang/crates.io-index"
 1564checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1565dependencies = [
 1566 "aws-lc-sys",
 1567 "zeroize",
 1568]
 1569
 1570[[package]]
 1571name = "aws-lc-sys"
 1572version = "0.29.0"
 1573source = "registry+https://github.com/rust-lang/crates.io-index"
 1574checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1575dependencies = [
 1576 "bindgen 0.69.5",
 1577 "cc",
 1578 "cmake",
 1579 "dunce",
 1580 "fs_extra",
 1581]
 1582
 1583[[package]]
 1584name = "aws-runtime"
 1585version = "1.5.6"
 1586source = "registry+https://github.com/rust-lang/crates.io-index"
 1587checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1588dependencies = [
 1589 "aws-credential-types",
 1590 "aws-sigv4",
 1591 "aws-smithy-async",
 1592 "aws-smithy-eventstream",
 1593 "aws-smithy-http",
 1594 "aws-smithy-runtime",
 1595 "aws-smithy-runtime-api",
 1596 "aws-smithy-types",
 1597 "aws-types",
 1598 "bytes 1.10.1",
 1599 "fastrand 2.3.0",
 1600 "http 0.2.12",
 1601 "http-body 0.4.6",
 1602 "once_cell",
 1603 "percent-encoding",
 1604 "pin-project-lite",
 1605 "tracing",
 1606 "uuid",
 1607]
 1608
 1609[[package]]
 1610name = "aws-sdk-bedrockruntime"
 1611version = "1.82.0"
 1612source = "registry+https://github.com/rust-lang/crates.io-index"
 1613checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1614dependencies = [
 1615 "aws-credential-types",
 1616 "aws-runtime",
 1617 "aws-sigv4",
 1618 "aws-smithy-async",
 1619 "aws-smithy-eventstream",
 1620 "aws-smithy-http",
 1621 "aws-smithy-json",
 1622 "aws-smithy-runtime",
 1623 "aws-smithy-runtime-api",
 1624 "aws-smithy-types",
 1625 "aws-types",
 1626 "bytes 1.10.1",
 1627 "fastrand 2.3.0",
 1628 "http 0.2.12",
 1629 "hyper 0.14.32",
 1630 "once_cell",
 1631 "regex-lite",
 1632 "tracing",
 1633]
 1634
 1635[[package]]
 1636name = "aws-sdk-kinesis"
 1637version = "1.66.0"
 1638source = "registry+https://github.com/rust-lang/crates.io-index"
 1639checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1640dependencies = [
 1641 "aws-credential-types",
 1642 "aws-runtime",
 1643 "aws-smithy-async",
 1644 "aws-smithy-eventstream",
 1645 "aws-smithy-http",
 1646 "aws-smithy-json",
 1647 "aws-smithy-runtime",
 1648 "aws-smithy-runtime-api",
 1649 "aws-smithy-types",
 1650 "aws-types",
 1651 "bytes 1.10.1",
 1652 "fastrand 2.3.0",
 1653 "http 0.2.12",
 1654 "once_cell",
 1655 "regex-lite",
 1656 "tracing",
 1657]
 1658
 1659[[package]]
 1660name = "aws-sdk-s3"
 1661version = "1.82.0"
 1662source = "registry+https://github.com/rust-lang/crates.io-index"
 1663checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1664dependencies = [
 1665 "aws-credential-types",
 1666 "aws-runtime",
 1667 "aws-sigv4",
 1668 "aws-smithy-async",
 1669 "aws-smithy-checksums",
 1670 "aws-smithy-eventstream",
 1671 "aws-smithy-http",
 1672 "aws-smithy-json",
 1673 "aws-smithy-runtime",
 1674 "aws-smithy-runtime-api",
 1675 "aws-smithy-types",
 1676 "aws-smithy-xml",
 1677 "aws-types",
 1678 "bytes 1.10.1",
 1679 "fastrand 2.3.0",
 1680 "hex",
 1681 "hmac",
 1682 "http 0.2.12",
 1683 "http 1.3.1",
 1684 "http-body 0.4.6",
 1685 "lru",
 1686 "once_cell",
 1687 "percent-encoding",
 1688 "regex-lite",
 1689 "sha2",
 1690 "tracing",
 1691 "url",
 1692]
 1693
 1694[[package]]
 1695name = "aws-sdk-sso"
 1696version = "1.64.0"
 1697source = "registry+https://github.com/rust-lang/crates.io-index"
 1698checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1699dependencies = [
 1700 "aws-credential-types",
 1701 "aws-runtime",
 1702 "aws-smithy-async",
 1703 "aws-smithy-http",
 1704 "aws-smithy-json",
 1705 "aws-smithy-runtime",
 1706 "aws-smithy-runtime-api",
 1707 "aws-smithy-types",
 1708 "aws-types",
 1709 "bytes 1.10.1",
 1710 "fastrand 2.3.0",
 1711 "http 0.2.12",
 1712 "once_cell",
 1713 "regex-lite",
 1714 "tracing",
 1715]
 1716
 1717[[package]]
 1718name = "aws-sdk-ssooidc"
 1719version = "1.65.0"
 1720source = "registry+https://github.com/rust-lang/crates.io-index"
 1721checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1722dependencies = [
 1723 "aws-credential-types",
 1724 "aws-runtime",
 1725 "aws-smithy-async",
 1726 "aws-smithy-http",
 1727 "aws-smithy-json",
 1728 "aws-smithy-runtime",
 1729 "aws-smithy-runtime-api",
 1730 "aws-smithy-types",
 1731 "aws-types",
 1732 "bytes 1.10.1",
 1733 "fastrand 2.3.0",
 1734 "http 0.2.12",
 1735 "once_cell",
 1736 "regex-lite",
 1737 "tracing",
 1738]
 1739
 1740[[package]]
 1741name = "aws-sdk-sts"
 1742version = "1.65.0"
 1743source = "registry+https://github.com/rust-lang/crates.io-index"
 1744checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1745dependencies = [
 1746 "aws-credential-types",
 1747 "aws-runtime",
 1748 "aws-smithy-async",
 1749 "aws-smithy-http",
 1750 "aws-smithy-json",
 1751 "aws-smithy-query",
 1752 "aws-smithy-runtime",
 1753 "aws-smithy-runtime-api",
 1754 "aws-smithy-types",
 1755 "aws-smithy-xml",
 1756 "aws-types",
 1757 "fastrand 2.3.0",
 1758 "http 0.2.12",
 1759 "once_cell",
 1760 "regex-lite",
 1761 "tracing",
 1762]
 1763
 1764[[package]]
 1765name = "aws-sigv4"
 1766version = "1.3.0"
 1767source = "registry+https://github.com/rust-lang/crates.io-index"
 1768checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1769dependencies = [
 1770 "aws-credential-types",
 1771 "aws-smithy-eventstream",
 1772 "aws-smithy-http",
 1773 "aws-smithy-runtime-api",
 1774 "aws-smithy-types",
 1775 "bytes 1.10.1",
 1776 "crypto-bigint 0.5.5",
 1777 "form_urlencoded",
 1778 "hex",
 1779 "hmac",
 1780 "http 0.2.12",
 1781 "http 1.3.1",
 1782 "once_cell",
 1783 "p256",
 1784 "percent-encoding",
 1785 "ring",
 1786 "sha2",
 1787 "subtle",
 1788 "time",
 1789 "tracing",
 1790 "zeroize",
 1791]
 1792
 1793[[package]]
 1794name = "aws-smithy-async"
 1795version = "1.2.5"
 1796source = "registry+https://github.com/rust-lang/crates.io-index"
 1797checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1798dependencies = [
 1799 "futures-util",
 1800 "pin-project-lite",
 1801 "tokio",
 1802]
 1803
 1804[[package]]
 1805name = "aws-smithy-checksums"
 1806version = "0.63.1"
 1807source = "registry+https://github.com/rust-lang/crates.io-index"
 1808checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1809dependencies = [
 1810 "aws-smithy-http",
 1811 "aws-smithy-types",
 1812 "bytes 1.10.1",
 1813 "crc32c",
 1814 "crc32fast",
 1815 "crc64fast-nvme",
 1816 "hex",
 1817 "http 0.2.12",
 1818 "http-body 0.4.6",
 1819 "md-5",
 1820 "pin-project-lite",
 1821 "sha1",
 1822 "sha2",
 1823 "tracing",
 1824]
 1825
 1826[[package]]
 1827name = "aws-smithy-eventstream"
 1828version = "0.60.8"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1831dependencies = [
 1832 "aws-smithy-types",
 1833 "bytes 1.10.1",
 1834 "crc32fast",
 1835]
 1836
 1837[[package]]
 1838name = "aws-smithy-http"
 1839version = "0.62.0"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1842dependencies = [
 1843 "aws-smithy-eventstream",
 1844 "aws-smithy-runtime-api",
 1845 "aws-smithy-types",
 1846 "bytes 1.10.1",
 1847 "bytes-utils",
 1848 "futures-core",
 1849 "http 0.2.12",
 1850 "http 1.3.1",
 1851 "http-body 0.4.6",
 1852 "once_cell",
 1853 "percent-encoding",
 1854 "pin-project-lite",
 1855 "pin-utils",
 1856 "tracing",
 1857]
 1858
 1859[[package]]
 1860name = "aws-smithy-http-client"
 1861version = "1.0.1"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1864dependencies = [
 1865 "aws-smithy-async",
 1866 "aws-smithy-runtime-api",
 1867 "aws-smithy-types",
 1868 "h2 0.4.9",
 1869 "http 0.2.12",
 1870 "http 1.3.1",
 1871 "http-body 0.4.6",
 1872 "hyper 0.14.32",
 1873 "hyper 1.6.0",
 1874 "hyper-rustls 0.24.2",
 1875 "hyper-rustls 0.27.5",
 1876 "hyper-util",
 1877 "pin-project-lite",
 1878 "rustls 0.21.12",
 1879 "rustls 0.23.26",
 1880 "rustls-native-certs 0.8.1",
 1881 "rustls-pki-types",
 1882 "tokio",
 1883 "tower 0.5.2",
 1884 "tracing",
 1885]
 1886
 1887[[package]]
 1888name = "aws-smithy-json"
 1889version = "0.61.3"
 1890source = "registry+https://github.com/rust-lang/crates.io-index"
 1891checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1892dependencies = [
 1893 "aws-smithy-types",
 1894]
 1895
 1896[[package]]
 1897name = "aws-smithy-observability"
 1898version = "0.1.2"
 1899source = "registry+https://github.com/rust-lang/crates.io-index"
 1900checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1901dependencies = [
 1902 "aws-smithy-runtime-api",
 1903 "once_cell",
 1904]
 1905
 1906[[package]]
 1907name = "aws-smithy-query"
 1908version = "0.60.7"
 1909source = "registry+https://github.com/rust-lang/crates.io-index"
 1910checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1911dependencies = [
 1912 "aws-smithy-types",
 1913 "urlencoding",
 1914]
 1915
 1916[[package]]
 1917name = "aws-smithy-runtime"
 1918version = "1.8.1"
 1919source = "registry+https://github.com/rust-lang/crates.io-index"
 1920checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1921dependencies = [
 1922 "aws-smithy-async",
 1923 "aws-smithy-http",
 1924 "aws-smithy-http-client",
 1925 "aws-smithy-observability",
 1926 "aws-smithy-runtime-api",
 1927 "aws-smithy-types",
 1928 "bytes 1.10.1",
 1929 "fastrand 2.3.0",
 1930 "http 0.2.12",
 1931 "http 1.3.1",
 1932 "http-body 0.4.6",
 1933 "http-body 1.0.1",
 1934 "once_cell",
 1935 "pin-project-lite",
 1936 "pin-utils",
 1937 "tokio",
 1938 "tracing",
 1939]
 1940
 1941[[package]]
 1942name = "aws-smithy-runtime-api"
 1943version = "1.7.4"
 1944source = "registry+https://github.com/rust-lang/crates.io-index"
 1945checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1946dependencies = [
 1947 "aws-smithy-async",
 1948 "aws-smithy-types",
 1949 "bytes 1.10.1",
 1950 "http 0.2.12",
 1951 "http 1.3.1",
 1952 "pin-project-lite",
 1953 "tokio",
 1954 "tracing",
 1955 "zeroize",
 1956]
 1957
 1958[[package]]
 1959name = "aws-smithy-types"
 1960version = "1.3.0"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1963dependencies = [
 1964 "base64-simd",
 1965 "bytes 1.10.1",
 1966 "bytes-utils",
 1967 "futures-core",
 1968 "http 0.2.12",
 1969 "http 1.3.1",
 1970 "http-body 0.4.6",
 1971 "http-body 1.0.1",
 1972 "http-body-util",
 1973 "itoa",
 1974 "num-integer",
 1975 "pin-project-lite",
 1976 "pin-utils",
 1977 "ryu",
 1978 "serde",
 1979 "time",
 1980 "tokio",
 1981 "tokio-util",
 1982]
 1983
 1984[[package]]
 1985name = "aws-smithy-xml"
 1986version = "0.60.9"
 1987source = "registry+https://github.com/rust-lang/crates.io-index"
 1988checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1989dependencies = [
 1990 "xmlparser",
 1991]
 1992
 1993[[package]]
 1994name = "aws-types"
 1995version = "1.3.6"
 1996source = "registry+https://github.com/rust-lang/crates.io-index"
 1997checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1998dependencies = [
 1999 "aws-credential-types",
 2000 "aws-smithy-async",
 2001 "aws-smithy-runtime-api",
 2002 "aws-smithy-types",
 2003 "rustc_version",
 2004 "tracing",
 2005]
 2006
 2007[[package]]
 2008name = "aws_http_client"
 2009version = "0.1.0"
 2010dependencies = [
 2011 "aws-smithy-runtime-api",
 2012 "aws-smithy-types",
 2013 "http_client",
 2014 "workspace-hack",
 2015]
 2016
 2017[[package]]
 2018name = "axum"
 2019version = "0.6.20"
 2020source = "registry+https://github.com/rust-lang/crates.io-index"
 2021checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 2022dependencies = [
 2023 "async-trait",
 2024 "axum-core",
 2025 "base64 0.21.7",
 2026 "bitflags 1.3.2",
 2027 "bytes 1.10.1",
 2028 "futures-util",
 2029 "headers",
 2030 "http 0.2.12",
 2031 "http-body 0.4.6",
 2032 "hyper 0.14.32",
 2033 "itoa",
 2034 "matchit",
 2035 "memchr",
 2036 "mime",
 2037 "percent-encoding",
 2038 "pin-project-lite",
 2039 "rustversion",
 2040 "serde",
 2041 "serde_json",
 2042 "serde_path_to_error",
 2043 "serde_urlencoded",
 2044 "sha1",
 2045 "sync_wrapper 0.1.2",
 2046 "tokio",
 2047 "tokio-tungstenite 0.20.1",
 2048 "tower 0.4.13",
 2049 "tower-layer",
 2050 "tower-service",
 2051]
 2052
 2053[[package]]
 2054name = "axum-core"
 2055version = "0.3.4"
 2056source = "registry+https://github.com/rust-lang/crates.io-index"
 2057checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 2058dependencies = [
 2059 "async-trait",
 2060 "bytes 1.10.1",
 2061 "futures-util",
 2062 "http 0.2.12",
 2063 "http-body 0.4.6",
 2064 "mime",
 2065 "rustversion",
 2066 "tower-layer",
 2067 "tower-service",
 2068]
 2069
 2070[[package]]
 2071name = "axum-extra"
 2072version = "0.4.2"
 2073source = "registry+https://github.com/rust-lang/crates.io-index"
 2074checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 2075dependencies = [
 2076 "axum",
 2077 "bytes 1.10.1",
 2078 "futures-util",
 2079 "http 0.2.12",
 2080 "mime",
 2081 "pin-project-lite",
 2082 "serde",
 2083 "serde_json",
 2084 "tokio",
 2085 "tower 0.4.13",
 2086 "tower-http 0.3.5",
 2087 "tower-layer",
 2088 "tower-service",
 2089]
 2090
 2091[[package]]
 2092name = "backtrace"
 2093version = "0.3.74"
 2094source = "registry+https://github.com/rust-lang/crates.io-index"
 2095checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 2096dependencies = [
 2097 "addr2line",
 2098 "cfg-if",
 2099 "libc",
 2100 "miniz_oxide",
 2101 "object",
 2102 "rustc-demangle",
 2103 "windows-targets 0.52.6",
 2104]
 2105
 2106[[package]]
 2107name = "base16ct"
 2108version = "0.1.1"
 2109source = "registry+https://github.com/rust-lang/crates.io-index"
 2110checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 2111
 2112[[package]]
 2113name = "base64"
 2114version = "0.21.7"
 2115source = "registry+https://github.com/rust-lang/crates.io-index"
 2116checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 2117
 2118[[package]]
 2119name = "base64"
 2120version = "0.22.1"
 2121source = "registry+https://github.com/rust-lang/crates.io-index"
 2122checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 2123
 2124[[package]]
 2125name = "base64-simd"
 2126version = "0.8.0"
 2127source = "registry+https://github.com/rust-lang/crates.io-index"
 2128checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 2129dependencies = [
 2130 "outref",
 2131 "vsimd",
 2132]
 2133
 2134[[package]]
 2135name = "base64ct"
 2136version = "1.7.3"
 2137source = "registry+https://github.com/rust-lang/crates.io-index"
 2138checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 2139
 2140[[package]]
 2141name = "bedrock"
 2142version = "0.1.0"
 2143dependencies = [
 2144 "anyhow",
 2145 "aws-sdk-bedrockruntime",
 2146 "aws-smithy-types",
 2147 "futures 0.3.31",
 2148 "schemars 1.0.1",
 2149 "serde",
 2150 "serde_json",
 2151 "strum 0.27.1",
 2152 "thiserror 2.0.12",
 2153 "workspace-hack",
 2154]
 2155
 2156[[package]]
 2157name = "bigdecimal"
 2158version = "0.4.8"
 2159source = "registry+https://github.com/rust-lang/crates.io-index"
 2160checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 2161dependencies = [
 2162 "autocfg",
 2163 "libm",
 2164 "num-bigint",
 2165 "num-integer",
 2166 "num-traits",
 2167 "serde",
 2168]
 2169
 2170[[package]]
 2171name = "bincode"
 2172version = "1.3.3"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2175dependencies = [
 2176 "serde",
 2177]
 2178
 2179[[package]]
 2180name = "bindgen"
 2181version = "0.69.5"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 2184dependencies = [
 2185 "bitflags 2.9.0",
 2186 "cexpr",
 2187 "clang-sys",
 2188 "itertools 0.12.1",
 2189 "lazy_static",
 2190 "lazycell",
 2191 "log",
 2192 "prettyplease",
 2193 "proc-macro2",
 2194 "quote",
 2195 "regex",
 2196 "rustc-hash 1.1.0",
 2197 "shlex",
 2198 "syn 2.0.101",
 2199 "which 4.4.2",
 2200]
 2201
 2202[[package]]
 2203name = "bindgen"
 2204version = "0.70.1"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 2207dependencies = [
 2208 "bitflags 2.9.0",
 2209 "cexpr",
 2210 "clang-sys",
 2211 "itertools 0.13.0",
 2212 "proc-macro2",
 2213 "quote",
 2214 "regex",
 2215 "rustc-hash 1.1.0",
 2216 "shlex",
 2217 "syn 2.0.101",
 2218]
 2219
 2220[[package]]
 2221name = "bindgen"
 2222version = "0.71.1"
 2223source = "registry+https://github.com/rust-lang/crates.io-index"
 2224checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2225dependencies = [
 2226 "bitflags 2.9.0",
 2227 "cexpr",
 2228 "clang-sys",
 2229 "itertools 0.13.0",
 2230 "log",
 2231 "prettyplease",
 2232 "proc-macro2",
 2233 "quote",
 2234 "regex",
 2235 "rustc-hash 2.1.1",
 2236 "shlex",
 2237 "syn 2.0.101",
 2238]
 2239
 2240[[package]]
 2241name = "bit-set"
 2242version = "0.5.3"
 2243source = "registry+https://github.com/rust-lang/crates.io-index"
 2244checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 2245dependencies = [
 2246 "bit-vec 0.6.3",
 2247]
 2248
 2249[[package]]
 2250name = "bit-set"
 2251version = "0.8.0"
 2252source = "registry+https://github.com/rust-lang/crates.io-index"
 2253checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2254dependencies = [
 2255 "bit-vec 0.8.0",
 2256]
 2257
 2258[[package]]
 2259name = "bit-vec"
 2260version = "0.6.3"
 2261source = "registry+https://github.com/rust-lang/crates.io-index"
 2262checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 2263
 2264[[package]]
 2265name = "bit-vec"
 2266version = "0.8.0"
 2267source = "registry+https://github.com/rust-lang/crates.io-index"
 2268checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2269
 2270[[package]]
 2271name = "bit_field"
 2272version = "0.10.2"
 2273source = "registry+https://github.com/rust-lang/crates.io-index"
 2274checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2275
 2276[[package]]
 2277name = "bitflags"
 2278version = "1.3.2"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2281
 2282[[package]]
 2283name = "bitflags"
 2284version = "2.9.0"
 2285source = "registry+https://github.com/rust-lang/crates.io-index"
 2286checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2287dependencies = [
 2288 "serde",
 2289]
 2290
 2291[[package]]
 2292name = "bitstream-io"
 2293version = "2.6.0"
 2294source = "registry+https://github.com/rust-lang/crates.io-index"
 2295checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2296
 2297[[package]]
 2298name = "bitvec"
 2299version = "1.0.1"
 2300source = "registry+https://github.com/rust-lang/crates.io-index"
 2301checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2302dependencies = [
 2303 "funty",
 2304 "radium",
 2305 "tap",
 2306 "wyz",
 2307]
 2308
 2309[[package]]
 2310name = "blade-graphics"
 2311version = "0.6.0"
 2312source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
 2313dependencies = [
 2314 "ash",
 2315 "ash-window",
 2316 "bitflags 2.9.0",
 2317 "bytemuck",
 2318 "codespan-reporting 0.11.1",
 2319 "glow",
 2320 "gpu-alloc",
 2321 "gpu-alloc-ash",
 2322 "hidden-trait",
 2323 "js-sys",
 2324 "khronos-egl",
 2325 "libloading",
 2326 "log",
 2327 "mint",
 2328 "naga",
 2329 "objc2",
 2330 "objc2-app-kit",
 2331 "objc2-core-foundation",
 2332 "objc2-foundation",
 2333 "objc2-metal",
 2334 "objc2-quartz-core",
 2335 "objc2-ui-kit",
 2336 "raw-window-handle",
 2337 "slab",
 2338 "wasm-bindgen",
 2339 "web-sys",
 2340]
 2341
 2342[[package]]
 2343name = "blade-macros"
 2344version = "0.3.0"
 2345source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
 2346dependencies = [
 2347 "proc-macro2",
 2348 "quote",
 2349 "syn 2.0.101",
 2350]
 2351
 2352[[package]]
 2353name = "blade-util"
 2354version = "0.2.0"
 2355source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
 2356dependencies = [
 2357 "blade-graphics",
 2358 "bytemuck",
 2359 "log",
 2360 "profiling",
 2361]
 2362
 2363[[package]]
 2364name = "block"
 2365version = "0.1.6"
 2366source = "registry+https://github.com/rust-lang/crates.io-index"
 2367checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2368
 2369[[package]]
 2370name = "block-buffer"
 2371version = "0.10.4"
 2372source = "registry+https://github.com/rust-lang/crates.io-index"
 2373checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2374dependencies = [
 2375 "generic-array",
 2376]
 2377
 2378[[package]]
 2379name = "block-padding"
 2380version = "0.3.3"
 2381source = "registry+https://github.com/rust-lang/crates.io-index"
 2382checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2383dependencies = [
 2384 "generic-array",
 2385]
 2386
 2387[[package]]
 2388name = "block2"
 2389version = "0.6.1"
 2390source = "registry+https://github.com/rust-lang/crates.io-index"
 2391checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2392dependencies = [
 2393 "objc2",
 2394]
 2395
 2396[[package]]
 2397name = "blocking"
 2398version = "1.6.1"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2401dependencies = [
 2402 "async-channel 2.3.1",
 2403 "async-task",
 2404 "futures-io",
 2405 "futures-lite 2.6.0",
 2406 "piper",
 2407]
 2408
 2409[[package]]
 2410name = "borrow-or-share"
 2411version = "0.2.2"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2414
 2415[[package]]
 2416name = "borsh"
 2417version = "1.5.7"
 2418source = "registry+https://github.com/rust-lang/crates.io-index"
 2419checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2420dependencies = [
 2421 "borsh-derive",
 2422 "cfg_aliases 0.2.1",
 2423]
 2424
 2425[[package]]
 2426name = "borsh-derive"
 2427version = "1.5.7"
 2428source = "registry+https://github.com/rust-lang/crates.io-index"
 2429checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2430dependencies = [
 2431 "once_cell",
 2432 "proc-macro-crate",
 2433 "proc-macro2",
 2434 "quote",
 2435 "syn 2.0.101",
 2436]
 2437
 2438[[package]]
 2439name = "breadcrumbs"
 2440version = "0.1.0"
 2441dependencies = [
 2442 "editor",
 2443 "gpui",
 2444 "itertools 0.14.0",
 2445 "settings",
 2446 "theme",
 2447 "ui",
 2448 "workspace",
 2449 "workspace-hack",
 2450 "zed_actions",
 2451]
 2452
 2453[[package]]
 2454name = "bstr"
 2455version = "1.12.0"
 2456source = "registry+https://github.com/rust-lang/crates.io-index"
 2457checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2458dependencies = [
 2459 "memchr",
 2460 "regex-automata",
 2461 "serde",
 2462]
 2463
 2464[[package]]
 2465name = "buffer_diff"
 2466version = "0.1.0"
 2467dependencies = [
 2468 "anyhow",
 2469 "clock",
 2470 "ctor",
 2471 "futures 0.3.31",
 2472 "git2",
 2473 "gpui",
 2474 "language",
 2475 "log",
 2476 "pretty_assertions",
 2477 "rand 0.9.1",
 2478 "rope",
 2479 "serde_json",
 2480 "sum_tree",
 2481 "text",
 2482 "unindent",
 2483 "util",
 2484 "workspace-hack",
 2485 "zlog",
 2486]
 2487
 2488[[package]]
 2489name = "built"
 2490version = "0.7.7"
 2491source = "registry+https://github.com/rust-lang/crates.io-index"
 2492checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2493
 2494[[package]]
 2495name = "bumpalo"
 2496version = "3.17.0"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2499dependencies = [
 2500 "allocator-api2",
 2501]
 2502
 2503[[package]]
 2504name = "by_address"
 2505version = "1.2.1"
 2506source = "registry+https://github.com/rust-lang/crates.io-index"
 2507checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2508
 2509[[package]]
 2510name = "bytecheck"
 2511version = "0.6.12"
 2512source = "registry+https://github.com/rust-lang/crates.io-index"
 2513checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2514dependencies = [
 2515 "bytecheck_derive",
 2516 "ptr_meta",
 2517 "simdutf8",
 2518]
 2519
 2520[[package]]
 2521name = "bytecheck_derive"
 2522version = "0.6.12"
 2523source = "registry+https://github.com/rust-lang/crates.io-index"
 2524checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2525dependencies = [
 2526 "proc-macro2",
 2527 "quote",
 2528 "syn 1.0.109",
 2529]
 2530
 2531[[package]]
 2532name = "bytecount"
 2533version = "0.6.8"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2536
 2537[[package]]
 2538name = "bytemuck"
 2539version = "1.22.0"
 2540source = "registry+https://github.com/rust-lang/crates.io-index"
 2541checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2542dependencies = [
 2543 "bytemuck_derive",
 2544]
 2545
 2546[[package]]
 2547name = "bytemuck_derive"
 2548version = "1.9.3"
 2549source = "registry+https://github.com/rust-lang/crates.io-index"
 2550checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2551dependencies = [
 2552 "proc-macro2",
 2553 "quote",
 2554 "syn 2.0.101",
 2555]
 2556
 2557[[package]]
 2558name = "byteorder"
 2559version = "1.5.0"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2562
 2563[[package]]
 2564name = "byteorder-lite"
 2565version = "0.1.0"
 2566source = "registry+https://github.com/rust-lang/crates.io-index"
 2567checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2568
 2569[[package]]
 2570name = "bytes"
 2571version = "0.4.12"
 2572source = "registry+https://github.com/rust-lang/crates.io-index"
 2573checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2574dependencies = [
 2575 "byteorder",
 2576 "iovec",
 2577]
 2578
 2579[[package]]
 2580name = "bytes"
 2581version = "1.10.1"
 2582source = "registry+https://github.com/rust-lang/crates.io-index"
 2583checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2584
 2585[[package]]
 2586name = "bytes-utils"
 2587version = "0.1.4"
 2588source = "registry+https://github.com/rust-lang/crates.io-index"
 2589checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2590dependencies = [
 2591 "bytes 1.10.1",
 2592 "either",
 2593]
 2594
 2595[[package]]
 2596name = "bzip2"
 2597version = "0.4.4"
 2598source = "registry+https://github.com/rust-lang/crates.io-index"
 2599checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2600dependencies = [
 2601 "bzip2-sys",
 2602 "libc",
 2603]
 2604
 2605[[package]]
 2606name = "bzip2-sys"
 2607version = "0.1.13+1.0.8"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2610dependencies = [
 2611 "cc",
 2612 "pkg-config",
 2613]
 2614
 2615[[package]]
 2616name = "call"
 2617version = "0.1.0"
 2618dependencies = [
 2619 "anyhow",
 2620 "audio",
 2621 "client",
 2622 "collections",
 2623 "feature_flags",
 2624 "fs",
 2625 "futures 0.3.31",
 2626 "gpui",
 2627 "gpui_tokio",
 2628 "http_client",
 2629 "language",
 2630 "livekit_client",
 2631 "log",
 2632 "postage",
 2633 "project",
 2634 "serde",
 2635 "settings",
 2636 "telemetry",
 2637 "util",
 2638 "workspace-hack",
 2639]
 2640
 2641[[package]]
 2642name = "calloop"
 2643version = "0.13.0"
 2644source = "registry+https://github.com/rust-lang/crates.io-index"
 2645checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2646dependencies = [
 2647 "bitflags 2.9.0",
 2648 "log",
 2649 "polling",
 2650 "rustix 0.38.44",
 2651 "slab",
 2652 "thiserror 1.0.69",
 2653]
 2654
 2655[[package]]
 2656name = "calloop-wayland-source"
 2657version = "0.3.0"
 2658source = "registry+https://github.com/rust-lang/crates.io-index"
 2659checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2660dependencies = [
 2661 "calloop",
 2662 "rustix 0.38.44",
 2663 "wayland-backend",
 2664 "wayland-client",
 2665]
 2666
 2667[[package]]
 2668name = "camino"
 2669version = "1.1.9"
 2670source = "registry+https://github.com/rust-lang/crates.io-index"
 2671checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2672dependencies = [
 2673 "serde",
 2674]
 2675
 2676[[package]]
 2677name = "candle-core"
 2678version = "0.9.1"
 2679source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2680dependencies = [
 2681 "byteorder",
 2682 "float8",
 2683 "gemm 0.17.1",
 2684 "half",
 2685 "memmap2",
 2686 "num-traits",
 2687 "num_cpus",
 2688 "rand 0.9.1",
 2689 "rand_distr",
 2690 "rayon",
 2691 "safetensors",
 2692 "thiserror 1.0.69",
 2693 "ug",
 2694 "yoke",
 2695 "zip 1.1.4",
 2696]
 2697
 2698[[package]]
 2699name = "candle-nn"
 2700version = "0.9.1"
 2701source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2702dependencies = [
 2703 "candle-core",
 2704 "half",
 2705 "libc",
 2706 "num-traits",
 2707 "rayon",
 2708 "safetensors",
 2709 "serde",
 2710 "thiserror 1.0.69",
 2711]
 2712
 2713[[package]]
 2714name = "candle-onnx"
 2715version = "0.9.1"
 2716source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2717dependencies = [
 2718 "candle-core",
 2719 "candle-nn",
 2720 "prost 0.12.6",
 2721]
 2722
 2723[[package]]
 2724name = "cap-fs-ext"
 2725version = "3.4.4"
 2726source = "registry+https://github.com/rust-lang/crates.io-index"
 2727checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2728dependencies = [
 2729 "cap-primitives",
 2730 "cap-std",
 2731 "io-lifetimes",
 2732 "windows-sys 0.59.0",
 2733]
 2734
 2735[[package]]
 2736name = "cap-net-ext"
 2737version = "3.4.4"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2740dependencies = [
 2741 "cap-primitives",
 2742 "cap-std",
 2743 "rustix 1.0.7",
 2744 "smallvec",
 2745]
 2746
 2747[[package]]
 2748name = "cap-primitives"
 2749version = "3.4.4"
 2750source = "registry+https://github.com/rust-lang/crates.io-index"
 2751checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2752dependencies = [
 2753 "ambient-authority",
 2754 "fs-set-times",
 2755 "io-extras",
 2756 "io-lifetimes",
 2757 "ipnet",
 2758 "maybe-owned",
 2759 "rustix 1.0.7",
 2760 "rustix-linux-procfs",
 2761 "windows-sys 0.59.0",
 2762 "winx",
 2763]
 2764
 2765[[package]]
 2766name = "cap-rand"
 2767version = "3.4.4"
 2768source = "registry+https://github.com/rust-lang/crates.io-index"
 2769checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2770dependencies = [
 2771 "ambient-authority",
 2772 "rand 0.8.5",
 2773]
 2774
 2775[[package]]
 2776name = "cap-std"
 2777version = "3.4.4"
 2778source = "registry+https://github.com/rust-lang/crates.io-index"
 2779checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2780dependencies = [
 2781 "cap-primitives",
 2782 "io-extras",
 2783 "io-lifetimes",
 2784 "rustix 1.0.7",
 2785]
 2786
 2787[[package]]
 2788name = "cap-time-ext"
 2789version = "3.4.4"
 2790source = "registry+https://github.com/rust-lang/crates.io-index"
 2791checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2792dependencies = [
 2793 "ambient-authority",
 2794 "cap-primitives",
 2795 "iana-time-zone",
 2796 "once_cell",
 2797 "rustix 1.0.7",
 2798 "winx",
 2799]
 2800
 2801[[package]]
 2802name = "cargo-platform"
 2803version = "0.1.9"
 2804source = "registry+https://github.com/rust-lang/crates.io-index"
 2805checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2806dependencies = [
 2807 "serde",
 2808]
 2809
 2810[[package]]
 2811name = "cargo_metadata"
 2812version = "0.19.2"
 2813source = "registry+https://github.com/rust-lang/crates.io-index"
 2814checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2815dependencies = [
 2816 "camino",
 2817 "cargo-platform",
 2818 "semver",
 2819 "serde",
 2820 "serde_json",
 2821 "thiserror 2.0.12",
 2822]
 2823
 2824[[package]]
 2825name = "cargo_toml"
 2826version = "0.21.0"
 2827source = "registry+https://github.com/rust-lang/crates.io-index"
 2828checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2829dependencies = [
 2830 "serde",
 2831 "toml 0.8.20",
 2832]
 2833
 2834[[package]]
 2835name = "cast"
 2836version = "0.3.0"
 2837source = "registry+https://github.com/rust-lang/crates.io-index"
 2838checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2839
 2840[[package]]
 2841name = "cbc"
 2842version = "0.1.2"
 2843source = "registry+https://github.com/rust-lang/crates.io-index"
 2844checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2845dependencies = [
 2846 "cipher",
 2847]
 2848
 2849[[package]]
 2850name = "cbindgen"
 2851version = "0.28.0"
 2852source = "registry+https://github.com/rust-lang/crates.io-index"
 2853checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2854dependencies = [
 2855 "heck 0.4.1",
 2856 "indexmap 2.9.0",
 2857 "log",
 2858 "proc-macro2",
 2859 "quote",
 2860 "serde",
 2861 "serde_json",
 2862 "syn 2.0.101",
 2863 "tempfile",
 2864 "toml 0.8.20",
 2865]
 2866
 2867[[package]]
 2868name = "cc"
 2869version = "1.2.19"
 2870source = "registry+https://github.com/rust-lang/crates.io-index"
 2871checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2872dependencies = [
 2873 "jobserver",
 2874 "libc",
 2875 "shlex",
 2876]
 2877
 2878[[package]]
 2879name = "cesu8"
 2880version = "1.1.0"
 2881source = "registry+https://github.com/rust-lang/crates.io-index"
 2882checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2883
 2884[[package]]
 2885name = "cexpr"
 2886version = "0.6.0"
 2887source = "registry+https://github.com/rust-lang/crates.io-index"
 2888checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2889dependencies = [
 2890 "nom 7.1.3",
 2891]
 2892
 2893[[package]]
 2894name = "cfg-expr"
 2895version = "0.15.8"
 2896source = "registry+https://github.com/rust-lang/crates.io-index"
 2897checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2898dependencies = [
 2899 "smallvec",
 2900 "target-lexicon 0.12.16",
 2901]
 2902
 2903[[package]]
 2904name = "cfg-if"
 2905version = "1.0.3"
 2906source = "registry+https://github.com/rust-lang/crates.io-index"
 2907checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
 2908
 2909[[package]]
 2910name = "cfg_aliases"
 2911version = "0.1.1"
 2912source = "registry+https://github.com/rust-lang/crates.io-index"
 2913checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2914
 2915[[package]]
 2916name = "cfg_aliases"
 2917version = "0.2.1"
 2918source = "registry+https://github.com/rust-lang/crates.io-index"
 2919checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2920
 2921[[package]]
 2922name = "cgl"
 2923version = "0.3.2"
 2924source = "registry+https://github.com/rust-lang/crates.io-index"
 2925checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2926dependencies = [
 2927 "libc",
 2928]
 2929
 2930[[package]]
 2931name = "channel"
 2932version = "0.1.0"
 2933dependencies = [
 2934 "anyhow",
 2935 "client",
 2936 "clock",
 2937 "collections",
 2938 "futures 0.3.31",
 2939 "gpui",
 2940 "http_client",
 2941 "language",
 2942 "log",
 2943 "postage",
 2944 "release_channel",
 2945 "rpc",
 2946 "settings",
 2947 "text",
 2948 "time",
 2949 "util",
 2950 "workspace-hack",
 2951]
 2952
 2953[[package]]
 2954name = "chrono"
 2955version = "0.4.41"
 2956source = "registry+https://github.com/rust-lang/crates.io-index"
 2957checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2958dependencies = [
 2959 "android-tzdata",
 2960 "iana-time-zone",
 2961 "js-sys",
 2962 "num-traits",
 2963 "serde",
 2964 "wasm-bindgen",
 2965 "windows-link 0.1.1",
 2966]
 2967
 2968[[package]]
 2969name = "chunked_transfer"
 2970version = "1.5.0"
 2971source = "registry+https://github.com/rust-lang/crates.io-index"
 2972checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2973
 2974[[package]]
 2975name = "ciborium"
 2976version = "0.2.2"
 2977source = "registry+https://github.com/rust-lang/crates.io-index"
 2978checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2979dependencies = [
 2980 "ciborium-io",
 2981 "ciborium-ll",
 2982 "serde",
 2983]
 2984
 2985[[package]]
 2986name = "ciborium-io"
 2987version = "0.2.2"
 2988source = "registry+https://github.com/rust-lang/crates.io-index"
 2989checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2990
 2991[[package]]
 2992name = "ciborium-ll"
 2993version = "0.2.2"
 2994source = "registry+https://github.com/rust-lang/crates.io-index"
 2995checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2996dependencies = [
 2997 "ciborium-io",
 2998 "half",
 2999]
 3000
 3001[[package]]
 3002name = "cipher"
 3003version = "0.4.4"
 3004source = "registry+https://github.com/rust-lang/crates.io-index"
 3005checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 3006dependencies = [
 3007 "crypto-common",
 3008 "inout",
 3009 "zeroize",
 3010]
 3011
 3012[[package]]
 3013name = "circular-buffer"
 3014version = "1.1.0"
 3015source = "registry+https://github.com/rust-lang/crates.io-index"
 3016checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 3017
 3018[[package]]
 3019name = "clang-sys"
 3020version = "1.8.1"
 3021source = "registry+https://github.com/rust-lang/crates.io-index"
 3022checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 3023dependencies = [
 3024 "glob",
 3025 "libc",
 3026 "libloading",
 3027]
 3028
 3029[[package]]
 3030name = "clap"
 3031version = "4.5.37"
 3032source = "registry+https://github.com/rust-lang/crates.io-index"
 3033checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 3034dependencies = [
 3035 "clap_builder",
 3036 "clap_derive",
 3037]
 3038
 3039[[package]]
 3040name = "clap_builder"
 3041version = "4.5.37"
 3042source = "registry+https://github.com/rust-lang/crates.io-index"
 3043checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 3044dependencies = [
 3045 "anstream",
 3046 "anstyle",
 3047 "clap_lex",
 3048 "strsim",
 3049 "terminal_size",
 3050]
 3051
 3052[[package]]
 3053name = "clap_complete"
 3054version = "4.5.47"
 3055source = "registry+https://github.com/rust-lang/crates.io-index"
 3056checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 3057dependencies = [
 3058 "clap",
 3059]
 3060
 3061[[package]]
 3062name = "clap_derive"
 3063version = "4.5.32"
 3064source = "registry+https://github.com/rust-lang/crates.io-index"
 3065checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 3066dependencies = [
 3067 "heck 0.5.0",
 3068 "proc-macro2",
 3069 "quote",
 3070 "syn 2.0.101",
 3071]
 3072
 3073[[package]]
 3074name = "clap_lex"
 3075version = "0.7.4"
 3076source = "registry+https://github.com/rust-lang/crates.io-index"
 3077checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 3078
 3079[[package]]
 3080name = "cli"
 3081version = "0.1.0"
 3082dependencies = [
 3083 "anyhow",
 3084 "clap",
 3085 "collections",
 3086 "core-foundation 0.10.0",
 3087 "core-services",
 3088 "exec",
 3089 "fork",
 3090 "ipc-channel",
 3091 "parking_lot",
 3092 "paths",
 3093 "plist",
 3094 "release_channel",
 3095 "serde",
 3096 "tempfile",
 3097 "util",
 3098 "windows 0.61.1",
 3099 "workspace-hack",
 3100]
 3101
 3102[[package]]
 3103name = "client"
 3104version = "0.1.0"
 3105dependencies = [
 3106 "anyhow",
 3107 "async-tungstenite",
 3108 "base64 0.22.1",
 3109 "chrono",
 3110 "clock",
 3111 "cloud_api_client",
 3112 "cloud_llm_client",
 3113 "collections",
 3114 "credentials_provider",
 3115 "derive_more",
 3116 "feature_flags",
 3117 "fs",
 3118 "futures 0.3.31",
 3119 "gpui",
 3120 "gpui_tokio",
 3121 "http_client",
 3122 "http_client_tls",
 3123 "httparse",
 3124 "log",
 3125 "objc2-foundation",
 3126 "parking_lot",
 3127 "paths",
 3128 "postage",
 3129 "rand 0.9.1",
 3130 "regex",
 3131 "release_channel",
 3132 "rpc",
 3133 "rustls-pki-types",
 3134 "serde",
 3135 "serde_json",
 3136 "serde_urlencoded",
 3137 "settings",
 3138 "sha2",
 3139 "smol",
 3140 "telemetry",
 3141 "telemetry_events",
 3142 "text",
 3143 "thiserror 2.0.12",
 3144 "time",
 3145 "tiny_http",
 3146 "tokio",
 3147 "tokio-native-tls",
 3148 "tokio-rustls 0.26.2",
 3149 "tokio-socks",
 3150 "url",
 3151 "util",
 3152 "windows 0.61.1",
 3153 "workspace-hack",
 3154 "worktree",
 3155]
 3156
 3157[[package]]
 3158name = "clock"
 3159version = "0.1.0"
 3160dependencies = [
 3161 "parking_lot",
 3162 "serde",
 3163 "smallvec",
 3164 "workspace-hack",
 3165]
 3166
 3167[[package]]
 3168name = "cloud_api_client"
 3169version = "0.1.0"
 3170dependencies = [
 3171 "anyhow",
 3172 "cloud_api_types",
 3173 "futures 0.3.31",
 3174 "gpui",
 3175 "gpui_tokio",
 3176 "http_client",
 3177 "parking_lot",
 3178 "serde_json",
 3179 "workspace-hack",
 3180 "yawc",
 3181]
 3182
 3183[[package]]
 3184name = "cloud_api_types"
 3185version = "0.1.0"
 3186dependencies = [
 3187 "anyhow",
 3188 "chrono",
 3189 "ciborium",
 3190 "cloud_llm_client",
 3191 "pretty_assertions",
 3192 "serde",
 3193 "serde_json",
 3194 "workspace-hack",
 3195]
 3196
 3197[[package]]
 3198name = "cloud_llm_client"
 3199version = "0.1.0"
 3200dependencies = [
 3201 "anyhow",
 3202 "chrono",
 3203 "pretty_assertions",
 3204 "serde",
 3205 "serde_json",
 3206 "strum 0.27.1",
 3207 "uuid",
 3208 "workspace-hack",
 3209]
 3210
 3211[[package]]
 3212name = "cloud_zeta2_prompt"
 3213version = "0.1.0"
 3214dependencies = [
 3215 "anyhow",
 3216 "cloud_llm_client",
 3217 "indoc",
 3218 "ordered-float 2.10.1",
 3219 "rustc-hash 2.1.1",
 3220 "strum 0.27.1",
 3221 "workspace-hack",
 3222]
 3223
 3224[[package]]
 3225name = "cmake"
 3226version = "0.1.54"
 3227source = "registry+https://github.com/rust-lang/crates.io-index"
 3228checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 3229dependencies = [
 3230 "cc",
 3231]
 3232
 3233[[package]]
 3234name = "cobs"
 3235version = "0.2.3"
 3236source = "registry+https://github.com/rust-lang/crates.io-index"
 3237checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 3238
 3239[[package]]
 3240name = "cocoa"
 3241version = "0.25.0"
 3242source = "registry+https://github.com/rust-lang/crates.io-index"
 3243checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3244dependencies = [
 3245 "bitflags 1.3.2",
 3246 "block",
 3247 "cocoa-foundation 0.1.2",
 3248 "core-foundation 0.9.4",
 3249 "core-graphics 0.23.2",
 3250 "foreign-types 0.5.0",
 3251 "libc",
 3252 "objc",
 3253]
 3254
 3255[[package]]
 3256name = "cocoa"
 3257version = "0.26.0"
 3258source = "registry+https://github.com/rust-lang/crates.io-index"
 3259checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3260dependencies = [
 3261 "bitflags 2.9.0",
 3262 "block",
 3263 "cocoa-foundation 0.2.0",
 3264 "core-foundation 0.10.0",
 3265 "core-graphics 0.24.0",
 3266 "foreign-types 0.5.0",
 3267 "libc",
 3268 "objc",
 3269]
 3270
 3271[[package]]
 3272name = "cocoa-foundation"
 3273version = "0.1.2"
 3274source = "registry+https://github.com/rust-lang/crates.io-index"
 3275checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3276dependencies = [
 3277 "bitflags 1.3.2",
 3278 "block",
 3279 "core-foundation 0.9.4",
 3280 "core-graphics-types 0.1.3",
 3281 "libc",
 3282 "objc",
 3283]
 3284
 3285[[package]]
 3286name = "cocoa-foundation"
 3287version = "0.2.0"
 3288source = "registry+https://github.com/rust-lang/crates.io-index"
 3289checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3290dependencies = [
 3291 "bitflags 2.9.0",
 3292 "block",
 3293 "core-foundation 0.10.0",
 3294 "core-graphics-types 0.2.0",
 3295 "libc",
 3296 "objc",
 3297]
 3298
 3299[[package]]
 3300name = "codespan-reporting"
 3301version = "0.11.1"
 3302source = "registry+https://github.com/rust-lang/crates.io-index"
 3303checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 3304dependencies = [
 3305 "termcolor",
 3306 "unicode-width 0.1.14",
 3307]
 3308
 3309[[package]]
 3310name = "codespan-reporting"
 3311version = "0.12.0"
 3312source = "registry+https://github.com/rust-lang/crates.io-index"
 3313checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 3314dependencies = [
 3315 "serde",
 3316 "termcolor",
 3317 "unicode-width 0.2.0",
 3318]
 3319
 3320[[package]]
 3321name = "collab"
 3322version = "0.44.0"
 3323dependencies = [
 3324 "agent_settings",
 3325 "anyhow",
 3326 "assistant_context",
 3327 "assistant_slash_command",
 3328 "async-trait",
 3329 "async-tungstenite",
 3330 "audio",
 3331 "aws-config",
 3332 "aws-sdk-kinesis",
 3333 "aws-sdk-s3",
 3334 "axum",
 3335 "axum-extra",
 3336 "base64 0.22.1",
 3337 "buffer_diff",
 3338 "call",
 3339 "channel",
 3340 "chrono",
 3341 "client",
 3342 "clock",
 3343 "collab_ui",
 3344 "collections",
 3345 "command_palette_hooks",
 3346 "context_server",
 3347 "ctor",
 3348 "dap",
 3349 "dap-types",
 3350 "dap_adapters",
 3351 "dashmap 6.1.0",
 3352 "debugger_ui",
 3353 "editor",
 3354 "envy",
 3355 "extension",
 3356 "file_finder",
 3357 "fs",
 3358 "futures 0.3.31",
 3359 "git",
 3360 "git_hosting_providers",
 3361 "git_ui",
 3362 "gpui",
 3363 "gpui_tokio",
 3364 "hex",
 3365 "http_client",
 3366 "hyper 0.14.32",
 3367 "indoc",
 3368 "language",
 3369 "language_model",
 3370 "livekit_api",
 3371 "livekit_client",
 3372 "log",
 3373 "lsp",
 3374 "menu",
 3375 "multi_buffer",
 3376 "nanoid",
 3377 "node_runtime",
 3378 "notifications",
 3379 "parking_lot",
 3380 "pretty_assertions",
 3381 "project",
 3382 "prometheus",
 3383 "prompt_store",
 3384 "prost 0.9.0",
 3385 "rand 0.9.1",
 3386 "recent_projects",
 3387 "release_channel",
 3388 "remote",
 3389 "remote_server",
 3390 "reqwest 0.11.27",
 3391 "reqwest_client",
 3392 "rpc",
 3393 "rustc-demangle",
 3394 "scrypt",
 3395 "sea-orm",
 3396 "semantic_version",
 3397 "semver",
 3398 "serde",
 3399 "serde_json",
 3400 "session",
 3401 "settings",
 3402 "sha2",
 3403 "smol",
 3404 "sqlx",
 3405 "strum 0.27.1",
 3406 "subtle",
 3407 "supermaven_api",
 3408 "task",
 3409 "telemetry_events",
 3410 "text",
 3411 "theme",
 3412 "time",
 3413 "tokio",
 3414 "toml 0.8.20",
 3415 "tower 0.4.13",
 3416 "tower-http 0.4.4",
 3417 "tracing",
 3418 "tracing-subscriber",
 3419 "unindent",
 3420 "util",
 3421 "uuid",
 3422 "workspace",
 3423 "workspace-hack",
 3424 "worktree",
 3425 "zlog",
 3426]
 3427
 3428[[package]]
 3429name = "collab_ui"
 3430version = "0.1.0"
 3431dependencies = [
 3432 "anyhow",
 3433 "call",
 3434 "channel",
 3435 "chrono",
 3436 "client",
 3437 "collections",
 3438 "db",
 3439 "editor",
 3440 "futures 0.3.31",
 3441 "fuzzy",
 3442 "gpui",
 3443 "http_client",
 3444 "log",
 3445 "menu",
 3446 "notifications",
 3447 "picker",
 3448 "pretty_assertions",
 3449 "project",
 3450 "release_channel",
 3451 "rpc",
 3452 "serde",
 3453 "serde_json",
 3454 "settings",
 3455 "smallvec",
 3456 "story",
 3457 "telemetry",
 3458 "theme",
 3459 "time",
 3460 "time_format",
 3461 "title_bar",
 3462 "tree-sitter-md",
 3463 "ui",
 3464 "util",
 3465 "workspace",
 3466 "workspace-hack",
 3467]
 3468
 3469[[package]]
 3470name = "collections"
 3471version = "0.1.0"
 3472dependencies = [
 3473 "indexmap 2.9.0",
 3474 "rustc-hash 2.1.1",
 3475 "workspace-hack",
 3476]
 3477
 3478[[package]]
 3479name = "color_quant"
 3480version = "1.1.0"
 3481source = "registry+https://github.com/rust-lang/crates.io-index"
 3482checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3483
 3484[[package]]
 3485name = "colorchoice"
 3486version = "1.0.3"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3489
 3490[[package]]
 3491name = "combine"
 3492version = "4.6.7"
 3493source = "registry+https://github.com/rust-lang/crates.io-index"
 3494checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3495dependencies = [
 3496 "bytes 1.10.1",
 3497 "memchr",
 3498]
 3499
 3500[[package]]
 3501name = "command-fds"
 3502version = "0.3.1"
 3503source = "registry+https://github.com/rust-lang/crates.io-index"
 3504checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
 3505dependencies = [
 3506 "nix 0.30.1",
 3507 "thiserror 2.0.12",
 3508]
 3509
 3510[[package]]
 3511name = "command_palette"
 3512version = "0.1.0"
 3513dependencies = [
 3514 "anyhow",
 3515 "client",
 3516 "collections",
 3517 "command_palette_hooks",
 3518 "ctor",
 3519 "db",
 3520 "editor",
 3521 "env_logger 0.11.8",
 3522 "fuzzy",
 3523 "go_to_line",
 3524 "gpui",
 3525 "language",
 3526 "log",
 3527 "menu",
 3528 "picker",
 3529 "postage",
 3530 "project",
 3531 "serde",
 3532 "serde_json",
 3533 "settings",
 3534 "telemetry",
 3535 "theme",
 3536 "time",
 3537 "ui",
 3538 "util",
 3539 "workspace",
 3540 "workspace-hack",
 3541 "zed_actions",
 3542]
 3543
 3544[[package]]
 3545name = "command_palette_hooks"
 3546version = "0.1.0"
 3547dependencies = [
 3548 "collections",
 3549 "derive_more",
 3550 "gpui",
 3551 "workspace-hack",
 3552]
 3553
 3554[[package]]
 3555name = "component"
 3556version = "0.1.0"
 3557dependencies = [
 3558 "collections",
 3559 "documented",
 3560 "gpui",
 3561 "inventory",
 3562 "parking_lot",
 3563 "strum 0.27.1",
 3564 "theme",
 3565 "workspace-hack",
 3566]
 3567
 3568[[package]]
 3569name = "concurrent-queue"
 3570version = "2.5.0"
 3571source = "registry+https://github.com/rust-lang/crates.io-index"
 3572checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3573dependencies = [
 3574 "crossbeam-utils",
 3575]
 3576
 3577[[package]]
 3578name = "console"
 3579version = "0.15.11"
 3580source = "registry+https://github.com/rust-lang/crates.io-index"
 3581checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3582dependencies = [
 3583 "encode_unicode",
 3584 "libc",
 3585 "once_cell",
 3586 "unicode-width 0.2.0",
 3587 "windows-sys 0.59.0",
 3588]
 3589
 3590[[package]]
 3591name = "const-oid"
 3592version = "0.9.6"
 3593source = "registry+https://github.com/rust-lang/crates.io-index"
 3594checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3595
 3596[[package]]
 3597name = "const-random"
 3598version = "0.1.18"
 3599source = "registry+https://github.com/rust-lang/crates.io-index"
 3600checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3601dependencies = [
 3602 "const-random-macro",
 3603]
 3604
 3605[[package]]
 3606name = "const-random-macro"
 3607version = "0.1.16"
 3608source = "registry+https://github.com/rust-lang/crates.io-index"
 3609checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3610dependencies = [
 3611 "getrandom 0.2.15",
 3612 "once_cell",
 3613 "tiny-keccak",
 3614]
 3615
 3616[[package]]
 3617name = "constant_time_eq"
 3618version = "0.1.5"
 3619source = "registry+https://github.com/rust-lang/crates.io-index"
 3620checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3621
 3622[[package]]
 3623name = "context_server"
 3624version = "0.1.0"
 3625dependencies = [
 3626 "anyhow",
 3627 "async-trait",
 3628 "collections",
 3629 "futures 0.3.31",
 3630 "gpui",
 3631 "log",
 3632 "net",
 3633 "parking_lot",
 3634 "postage",
 3635 "schemars 1.0.1",
 3636 "serde",
 3637 "serde_json",
 3638 "settings",
 3639 "smol",
 3640 "tempfile",
 3641 "url",
 3642 "util",
 3643 "workspace-hack",
 3644]
 3645
 3646[[package]]
 3647name = "convert_case"
 3648version = "0.4.0"
 3649source = "registry+https://github.com/rust-lang/crates.io-index"
 3650checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3651
 3652[[package]]
 3653name = "convert_case"
 3654version = "0.6.0"
 3655source = "registry+https://github.com/rust-lang/crates.io-index"
 3656checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3657dependencies = [
 3658 "unicode-segmentation",
 3659]
 3660
 3661[[package]]
 3662name = "convert_case"
 3663version = "0.8.0"
 3664source = "registry+https://github.com/rust-lang/crates.io-index"
 3665checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3666dependencies = [
 3667 "unicode-segmentation",
 3668]
 3669
 3670[[package]]
 3671name = "copilot"
 3672version = "0.1.0"
 3673dependencies = [
 3674 "anyhow",
 3675 "async-std",
 3676 "chrono",
 3677 "client",
 3678 "clock",
 3679 "collections",
 3680 "command_palette_hooks",
 3681 "ctor",
 3682 "dirs 4.0.0",
 3683 "edit_prediction",
 3684 "editor",
 3685 "fs",
 3686 "futures 0.3.31",
 3687 "gpui",
 3688 "http_client",
 3689 "indoc",
 3690 "itertools 0.14.0",
 3691 "language",
 3692 "log",
 3693 "lsp",
 3694 "menu",
 3695 "node_runtime",
 3696 "parking_lot",
 3697 "paths",
 3698 "project",
 3699 "rpc",
 3700 "semver",
 3701 "serde",
 3702 "serde_json",
 3703 "settings",
 3704 "sum_tree",
 3705 "task",
 3706 "theme",
 3707 "ui",
 3708 "util",
 3709 "workspace",
 3710 "workspace-hack",
 3711 "zlog",
 3712]
 3713
 3714[[package]]
 3715name = "core-foundation"
 3716version = "0.9.4"
 3717source = "registry+https://github.com/rust-lang/crates.io-index"
 3718checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3719dependencies = [
 3720 "core-foundation-sys",
 3721 "libc",
 3722]
 3723
 3724[[package]]
 3725name = "core-foundation"
 3726version = "0.10.0"
 3727source = "registry+https://github.com/rust-lang/crates.io-index"
 3728checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3729dependencies = [
 3730 "core-foundation-sys",
 3731 "libc",
 3732]
 3733
 3734[[package]]
 3735name = "core-foundation-sys"
 3736version = "0.8.7"
 3737source = "registry+https://github.com/rust-lang/crates.io-index"
 3738checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3739
 3740[[package]]
 3741name = "core-graphics"
 3742version = "0.23.2"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3745dependencies = [
 3746 "bitflags 1.3.2",
 3747 "core-foundation 0.9.4",
 3748 "core-graphics-types 0.1.3",
 3749 "foreign-types 0.5.0",
 3750 "libc",
 3751]
 3752
 3753[[package]]
 3754name = "core-graphics"
 3755version = "0.24.0"
 3756source = "registry+https://github.com/rust-lang/crates.io-index"
 3757checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3758dependencies = [
 3759 "bitflags 2.9.0",
 3760 "core-foundation 0.10.0",
 3761 "core-graphics-types 0.2.0",
 3762 "foreign-types 0.5.0",
 3763 "libc",
 3764]
 3765
 3766[[package]]
 3767name = "core-graphics-helmer-fork"
 3768version = "0.24.0"
 3769source = "registry+https://github.com/rust-lang/crates.io-index"
 3770checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3771dependencies = [
 3772 "bitflags 2.9.0",
 3773 "core-foundation 0.9.4",
 3774 "core-graphics-types 0.1.3",
 3775 "foreign-types 0.5.0",
 3776 "libc",
 3777]
 3778
 3779[[package]]
 3780name = "core-graphics-types"
 3781version = "0.1.3"
 3782source = "registry+https://github.com/rust-lang/crates.io-index"
 3783checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3784dependencies = [
 3785 "bitflags 1.3.2",
 3786 "core-foundation 0.9.4",
 3787 "libc",
 3788]
 3789
 3790[[package]]
 3791name = "core-graphics-types"
 3792version = "0.2.0"
 3793source = "registry+https://github.com/rust-lang/crates.io-index"
 3794checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3795dependencies = [
 3796 "bitflags 2.9.0",
 3797 "core-foundation 0.10.0",
 3798 "libc",
 3799]
 3800
 3801[[package]]
 3802name = "core-graphics2"
 3803version = "0.4.1"
 3804source = "registry+https://github.com/rust-lang/crates.io-index"
 3805checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3806dependencies = [
 3807 "bitflags 2.9.0",
 3808 "block",
 3809 "cfg-if",
 3810 "core-foundation 0.10.0",
 3811 "libc",
 3812]
 3813
 3814[[package]]
 3815name = "core-services"
 3816version = "0.2.1"
 3817source = "registry+https://github.com/rust-lang/crates.io-index"
 3818checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3819dependencies = [
 3820 "core-foundation 0.9.4",
 3821]
 3822
 3823[[package]]
 3824name = "core-text"
 3825version = "21.0.0"
 3826source = "registry+https://github.com/rust-lang/crates.io-index"
 3827checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3828dependencies = [
 3829 "core-foundation 0.10.0",
 3830 "core-graphics 0.24.0",
 3831 "foreign-types 0.5.0",
 3832 "libc",
 3833]
 3834
 3835[[package]]
 3836name = "core-video"
 3837version = "0.4.3"
 3838source = "registry+https://github.com/rust-lang/crates.io-index"
 3839checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3840dependencies = [
 3841 "block",
 3842 "core-foundation 0.10.0",
 3843 "core-graphics2",
 3844 "io-surface",
 3845 "libc",
 3846 "metal",
 3847]
 3848
 3849[[package]]
 3850name = "core_maths"
 3851version = "0.1.1"
 3852source = "registry+https://github.com/rust-lang/crates.io-index"
 3853checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3854dependencies = [
 3855 "libm",
 3856]
 3857
 3858[[package]]
 3859name = "coreaudio-rs"
 3860version = "0.12.1"
 3861source = "registry+https://github.com/rust-lang/crates.io-index"
 3862checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3863dependencies = [
 3864 "bitflags 1.3.2",
 3865 "core-foundation-sys",
 3866 "coreaudio-sys",
 3867]
 3868
 3869[[package]]
 3870name = "coreaudio-rs"
 3871version = "0.13.0"
 3872source = "registry+https://github.com/rust-lang/crates.io-index"
 3873checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3874dependencies = [
 3875 "bitflags 1.3.2",
 3876 "libc",
 3877 "objc2-audio-toolbox",
 3878 "objc2-core-audio",
 3879 "objc2-core-audio-types",
 3880 "objc2-core-foundation",
 3881]
 3882
 3883[[package]]
 3884name = "coreaudio-sys"
 3885version = "0.2.16"
 3886source = "registry+https://github.com/rust-lang/crates.io-index"
 3887checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3888dependencies = [
 3889 "bindgen 0.70.1",
 3890]
 3891
 3892[[package]]
 3893name = "cosmic-text"
 3894version = "0.14.0"
 3895source = "registry+https://github.com/rust-lang/crates.io-index"
 3896checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3897dependencies = [
 3898 "bitflags 2.9.0",
 3899 "fontdb 0.16.2",
 3900 "log",
 3901 "rangemap",
 3902 "rustc-hash 1.1.0",
 3903 "rustybuzz 0.14.1",
 3904 "self_cell",
 3905 "smol_str",
 3906 "swash",
 3907 "sys-locale",
 3908 "ttf-parser 0.21.1",
 3909 "unicode-bidi",
 3910 "unicode-linebreak",
 3911 "unicode-script",
 3912 "unicode-segmentation",
 3913]
 3914
 3915[[package]]
 3916name = "cpal"
 3917version = "0.16.0"
 3918source = "registry+https://github.com/rust-lang/crates.io-index"
 3919checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
 3920dependencies = [
 3921 "alsa",
 3922 "coreaudio-rs 0.13.0",
 3923 "dasp_sample",
 3924 "jni",
 3925 "js-sys",
 3926 "libc",
 3927 "mach2 0.4.2",
 3928 "ndk",
 3929 "ndk-context",
 3930 "num-derive",
 3931 "num-traits",
 3932 "objc2-audio-toolbox",
 3933 "objc2-core-audio",
 3934 "objc2-core-audio-types",
 3935 "wasm-bindgen",
 3936 "wasm-bindgen-futures",
 3937 "web-sys",
 3938 "windows 0.54.0",
 3939]
 3940
 3941[[package]]
 3942name = "cpp_demangle"
 3943version = "0.4.4"
 3944source = "registry+https://github.com/rust-lang/crates.io-index"
 3945checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3946dependencies = [
 3947 "cfg-if",
 3948]
 3949
 3950[[package]]
 3951name = "cpufeatures"
 3952version = "0.2.17"
 3953source = "registry+https://github.com/rust-lang/crates.io-index"
 3954checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3955dependencies = [
 3956 "libc",
 3957]
 3958
 3959[[package]]
 3960name = "cranelift-bforest"
 3961version = "0.116.1"
 3962source = "registry+https://github.com/rust-lang/crates.io-index"
 3963checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3964dependencies = [
 3965 "cranelift-entity",
 3966]
 3967
 3968[[package]]
 3969name = "cranelift-bitset"
 3970version = "0.116.1"
 3971source = "registry+https://github.com/rust-lang/crates.io-index"
 3972checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3973dependencies = [
 3974 "serde",
 3975 "serde_derive",
 3976]
 3977
 3978[[package]]
 3979name = "cranelift-codegen"
 3980version = "0.116.1"
 3981source = "registry+https://github.com/rust-lang/crates.io-index"
 3982checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3983dependencies = [
 3984 "bumpalo",
 3985 "cranelift-bforest",
 3986 "cranelift-bitset",
 3987 "cranelift-codegen-meta",
 3988 "cranelift-codegen-shared",
 3989 "cranelift-control",
 3990 "cranelift-entity",
 3991 "cranelift-isle",
 3992 "gimli",
 3993 "hashbrown 0.14.5",
 3994 "log",
 3995 "postcard",
 3996 "regalloc2",
 3997 "rustc-hash 2.1.1",
 3998 "serde",
 3999 "serde_derive",
 4000 "sha2",
 4001 "smallvec",
 4002 "target-lexicon 0.13.2",
 4003]
 4004
 4005[[package]]
 4006name = "cranelift-codegen-meta"
 4007version = "0.116.1"
 4008source = "registry+https://github.com/rust-lang/crates.io-index"
 4009checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 4010dependencies = [
 4011 "cranelift-codegen-shared",
 4012]
 4013
 4014[[package]]
 4015name = "cranelift-codegen-shared"
 4016version = "0.116.1"
 4017source = "registry+https://github.com/rust-lang/crates.io-index"
 4018checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 4019
 4020[[package]]
 4021name = "cranelift-control"
 4022version = "0.116.1"
 4023source = "registry+https://github.com/rust-lang/crates.io-index"
 4024checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 4025dependencies = [
 4026 "arbitrary",
 4027]
 4028
 4029[[package]]
 4030name = "cranelift-entity"
 4031version = "0.116.1"
 4032source = "registry+https://github.com/rust-lang/crates.io-index"
 4033checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 4034dependencies = [
 4035 "cranelift-bitset",
 4036 "serde",
 4037 "serde_derive",
 4038]
 4039
 4040[[package]]
 4041name = "cranelift-frontend"
 4042version = "0.116.1"
 4043source = "registry+https://github.com/rust-lang/crates.io-index"
 4044checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 4045dependencies = [
 4046 "cranelift-codegen",
 4047 "log",
 4048 "smallvec",
 4049 "target-lexicon 0.13.2",
 4050]
 4051
 4052[[package]]
 4053name = "cranelift-isle"
 4054version = "0.116.1"
 4055source = "registry+https://github.com/rust-lang/crates.io-index"
 4056checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 4057
 4058[[package]]
 4059name = "cranelift-native"
 4060version = "0.116.1"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 4063dependencies = [
 4064 "cranelift-codegen",
 4065 "libc",
 4066 "target-lexicon 0.13.2",
 4067]
 4068
 4069[[package]]
 4070name = "crash-context"
 4071version = "0.6.3"
 4072source = "registry+https://github.com/rust-lang/crates.io-index"
 4073checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4074dependencies = [
 4075 "cfg-if",
 4076 "libc",
 4077 "mach2 0.4.2",
 4078]
 4079
 4080[[package]]
 4081name = "crash-handler"
 4082version = "0.6.3"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4085dependencies = [
 4086 "cfg-if",
 4087 "crash-context",
 4088 "libc",
 4089 "mach2 0.4.2",
 4090 "parking_lot",
 4091]
 4092
 4093[[package]]
 4094name = "crashes"
 4095version = "0.1.0"
 4096dependencies = [
 4097 "bincode",
 4098 "cfg-if",
 4099 "crash-handler",
 4100 "log",
 4101 "mach2 0.5.0",
 4102 "minidumper",
 4103 "paths",
 4104 "release_channel",
 4105 "serde",
 4106 "serde_json",
 4107 "smol",
 4108 "system_specs",
 4109 "workspace-hack",
 4110 "zstd",
 4111]
 4112
 4113[[package]]
 4114name = "crc"
 4115version = "3.2.1"
 4116source = "registry+https://github.com/rust-lang/crates.io-index"
 4117checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 4118dependencies = [
 4119 "crc-catalog",
 4120]
 4121
 4122[[package]]
 4123name = "crc-catalog"
 4124version = "2.4.0"
 4125source = "registry+https://github.com/rust-lang/crates.io-index"
 4126checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4127
 4128[[package]]
 4129name = "crc32c"
 4130version = "0.6.8"
 4131source = "registry+https://github.com/rust-lang/crates.io-index"
 4132checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 4133dependencies = [
 4134 "rustc_version",
 4135]
 4136
 4137[[package]]
 4138name = "crc32fast"
 4139version = "1.4.2"
 4140source = "registry+https://github.com/rust-lang/crates.io-index"
 4141checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 4142dependencies = [
 4143 "cfg-if",
 4144]
 4145
 4146[[package]]
 4147name = "crc64fast-nvme"
 4148version = "1.2.0"
 4149source = "registry+https://github.com/rust-lang/crates.io-index"
 4150checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 4151dependencies = [
 4152 "crc",
 4153]
 4154
 4155[[package]]
 4156name = "credentials_provider"
 4157version = "0.1.0"
 4158dependencies = [
 4159 "anyhow",
 4160 "futures 0.3.31",
 4161 "gpui",
 4162 "paths",
 4163 "release_channel",
 4164 "serde",
 4165 "serde_json",
 4166 "workspace-hack",
 4167]
 4168
 4169[[package]]
 4170name = "criterion"
 4171version = "0.5.1"
 4172source = "registry+https://github.com/rust-lang/crates.io-index"
 4173checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4174dependencies = [
 4175 "anes",
 4176 "cast",
 4177 "ciborium",
 4178 "clap",
 4179 "criterion-plot",
 4180 "is-terminal",
 4181 "itertools 0.10.5",
 4182 "num-traits",
 4183 "once_cell",
 4184 "oorandom",
 4185 "plotters",
 4186 "rayon",
 4187 "regex",
 4188 "serde",
 4189 "serde_derive",
 4190 "serde_json",
 4191 "tinytemplate",
 4192 "walkdir",
 4193]
 4194
 4195[[package]]
 4196name = "criterion-plot"
 4197version = "0.5.0"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4200dependencies = [
 4201 "cast",
 4202 "itertools 0.10.5",
 4203]
 4204
 4205[[package]]
 4206name = "crossbeam"
 4207version = "0.8.4"
 4208source = "registry+https://github.com/rust-lang/crates.io-index"
 4209checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4210dependencies = [
 4211 "crossbeam-channel",
 4212 "crossbeam-deque",
 4213 "crossbeam-epoch",
 4214 "crossbeam-queue",
 4215 "crossbeam-utils",
 4216]
 4217
 4218[[package]]
 4219name = "crossbeam-channel"
 4220version = "0.5.15"
 4221source = "registry+https://github.com/rust-lang/crates.io-index"
 4222checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4223dependencies = [
 4224 "crossbeam-utils",
 4225]
 4226
 4227[[package]]
 4228name = "crossbeam-deque"
 4229version = "0.8.6"
 4230source = "registry+https://github.com/rust-lang/crates.io-index"
 4231checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4232dependencies = [
 4233 "crossbeam-epoch",
 4234 "crossbeam-utils",
 4235]
 4236
 4237[[package]]
 4238name = "crossbeam-epoch"
 4239version = "0.9.18"
 4240source = "registry+https://github.com/rust-lang/crates.io-index"
 4241checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4242dependencies = [
 4243 "crossbeam-utils",
 4244]
 4245
 4246[[package]]
 4247name = "crossbeam-queue"
 4248version = "0.3.12"
 4249source = "registry+https://github.com/rust-lang/crates.io-index"
 4250checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4251dependencies = [
 4252 "crossbeam-utils",
 4253]
 4254
 4255[[package]]
 4256name = "crossbeam-utils"
 4257version = "0.8.21"
 4258source = "registry+https://github.com/rust-lang/crates.io-index"
 4259checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4260
 4261[[package]]
 4262name = "crunchy"
 4263version = "0.2.3"
 4264source = "registry+https://github.com/rust-lang/crates.io-index"
 4265checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 4266
 4267[[package]]
 4268name = "crypto-bigint"
 4269version = "0.4.9"
 4270source = "registry+https://github.com/rust-lang/crates.io-index"
 4271checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4272dependencies = [
 4273 "generic-array",
 4274 "rand_core 0.6.4",
 4275 "subtle",
 4276 "zeroize",
 4277]
 4278
 4279[[package]]
 4280name = "crypto-bigint"
 4281version = "0.5.5"
 4282source = "registry+https://github.com/rust-lang/crates.io-index"
 4283checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4284dependencies = [
 4285 "rand_core 0.6.4",
 4286 "subtle",
 4287]
 4288
 4289[[package]]
 4290name = "crypto-common"
 4291version = "0.1.6"
 4292source = "registry+https://github.com/rust-lang/crates.io-index"
 4293checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4294dependencies = [
 4295 "generic-array",
 4296 "rand_core 0.6.4",
 4297 "typenum",
 4298]
 4299
 4300[[package]]
 4301name = "cssparser"
 4302version = "0.35.0"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4305dependencies = [
 4306 "cssparser-macros",
 4307 "dtoa-short",
 4308 "itoa",
 4309 "phf",
 4310 "smallvec",
 4311]
 4312
 4313[[package]]
 4314name = "cssparser-macros"
 4315version = "0.6.1"
 4316source = "registry+https://github.com/rust-lang/crates.io-index"
 4317checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4318dependencies = [
 4319 "quote",
 4320 "syn 2.0.101",
 4321]
 4322
 4323[[package]]
 4324name = "ctor"
 4325version = "0.4.2"
 4326source = "registry+https://github.com/rust-lang/crates.io-index"
 4327checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 4328dependencies = [
 4329 "ctor-proc-macro",
 4330 "dtor",
 4331]
 4332
 4333[[package]]
 4334name = "ctor-proc-macro"
 4335version = "0.0.5"
 4336source = "registry+https://github.com/rust-lang/crates.io-index"
 4337checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 4338
 4339[[package]]
 4340name = "ctrlc"
 4341version = "3.4.6"
 4342source = "registry+https://github.com/rust-lang/crates.io-index"
 4343checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 4344dependencies = [
 4345 "nix 0.29.0",
 4346 "windows-sys 0.59.0",
 4347]
 4348
 4349[[package]]
 4350name = "cursor-icon"
 4351version = "1.1.0"
 4352source = "registry+https://github.com/rust-lang/crates.io-index"
 4353checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 4354
 4355[[package]]
 4356name = "cxx"
 4357version = "1.0.157"
 4358source = "registry+https://github.com/rust-lang/crates.io-index"
 4359checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 4360dependencies = [
 4361 "cc",
 4362 "cxxbridge-cmd",
 4363 "cxxbridge-flags",
 4364 "cxxbridge-macro",
 4365 "foldhash",
 4366 "link-cplusplus",
 4367]
 4368
 4369[[package]]
 4370name = "cxx-build"
 4371version = "1.0.157"
 4372source = "registry+https://github.com/rust-lang/crates.io-index"
 4373checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 4374dependencies = [
 4375 "cc",
 4376 "codespan-reporting 0.12.0",
 4377 "proc-macro2",
 4378 "quote",
 4379 "scratch",
 4380 "syn 2.0.101",
 4381]
 4382
 4383[[package]]
 4384name = "cxxbridge-cmd"
 4385version = "1.0.157"
 4386source = "registry+https://github.com/rust-lang/crates.io-index"
 4387checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 4388dependencies = [
 4389 "clap",
 4390 "codespan-reporting 0.12.0",
 4391 "proc-macro2",
 4392 "quote",
 4393 "syn 2.0.101",
 4394]
 4395
 4396[[package]]
 4397name = "cxxbridge-flags"
 4398version = "1.0.157"
 4399source = "registry+https://github.com/rust-lang/crates.io-index"
 4400checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 4401
 4402[[package]]
 4403name = "cxxbridge-macro"
 4404version = "1.0.157"
 4405source = "registry+https://github.com/rust-lang/crates.io-index"
 4406checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 4407dependencies = [
 4408 "proc-macro2",
 4409 "quote",
 4410 "rustversion",
 4411 "syn 2.0.101",
 4412]
 4413
 4414[[package]]
 4415name = "dap"
 4416version = "0.1.0"
 4417dependencies = [
 4418 "anyhow",
 4419 "async-compression",
 4420 "async-pipe",
 4421 "async-tar",
 4422 "async-trait",
 4423 "client",
 4424 "collections",
 4425 "dap-types",
 4426 "fs",
 4427 "futures 0.3.31",
 4428 "gpui",
 4429 "http_client",
 4430 "language",
 4431 "libc",
 4432 "log",
 4433 "node_runtime",
 4434 "parking_lot",
 4435 "paths",
 4436 "proto",
 4437 "schemars 1.0.1",
 4438 "serde",
 4439 "serde_json",
 4440 "settings",
 4441 "smallvec",
 4442 "smol",
 4443 "task",
 4444 "telemetry",
 4445 "tree-sitter",
 4446 "tree-sitter-go",
 4447 "util",
 4448 "workspace-hack",
 4449 "zlog",
 4450]
 4451
 4452[[package]]
 4453name = "dap-types"
 4454version = "0.0.1"
 4455source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4456dependencies = [
 4457 "schemars 1.0.1",
 4458 "serde",
 4459 "serde_json",
 4460]
 4461
 4462[[package]]
 4463name = "dap_adapters"
 4464version = "0.1.0"
 4465dependencies = [
 4466 "anyhow",
 4467 "async-trait",
 4468 "collections",
 4469 "dap",
 4470 "dotenvy",
 4471 "fs",
 4472 "futures 0.3.31",
 4473 "gpui",
 4474 "json_dotpath",
 4475 "language",
 4476 "log",
 4477 "paths",
 4478 "serde",
 4479 "serde_json",
 4480 "shlex",
 4481 "smol",
 4482 "task",
 4483 "util",
 4484 "workspace-hack",
 4485]
 4486
 4487[[package]]
 4488name = "darling"
 4489version = "0.20.11"
 4490source = "registry+https://github.com/rust-lang/crates.io-index"
 4491checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4492dependencies = [
 4493 "darling_core",
 4494 "darling_macro",
 4495]
 4496
 4497[[package]]
 4498name = "darling_core"
 4499version = "0.20.11"
 4500source = "registry+https://github.com/rust-lang/crates.io-index"
 4501checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4502dependencies = [
 4503 "fnv",
 4504 "ident_case",
 4505 "proc-macro2",
 4506 "quote",
 4507 "strsim",
 4508 "syn 2.0.101",
 4509]
 4510
 4511[[package]]
 4512name = "darling_macro"
 4513version = "0.20.11"
 4514source = "registry+https://github.com/rust-lang/crates.io-index"
 4515checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4516dependencies = [
 4517 "darling_core",
 4518 "quote",
 4519 "syn 2.0.101",
 4520]
 4521
 4522[[package]]
 4523name = "dashmap"
 4524version = "5.5.3"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4527dependencies = [
 4528 "cfg-if",
 4529 "hashbrown 0.14.5",
 4530 "lock_api",
 4531 "once_cell",
 4532 "parking_lot_core",
 4533]
 4534
 4535[[package]]
 4536name = "dashmap"
 4537version = "6.1.0"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4540dependencies = [
 4541 "cfg-if",
 4542 "crossbeam-utils",
 4543 "hashbrown 0.14.5",
 4544 "lock_api",
 4545 "once_cell",
 4546 "parking_lot_core",
 4547]
 4548
 4549[[package]]
 4550name = "dasp_sample"
 4551version = "0.11.0"
 4552source = "registry+https://github.com/rust-lang/crates.io-index"
 4553checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4554
 4555[[package]]
 4556name = "data-encoding"
 4557version = "2.9.0"
 4558source = "registry+https://github.com/rust-lang/crates.io-index"
 4559checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4560
 4561[[package]]
 4562name = "data-url"
 4563version = "0.3.1"
 4564source = "registry+https://github.com/rust-lang/crates.io-index"
 4565checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4566
 4567[[package]]
 4568name = "db"
 4569version = "0.1.0"
 4570dependencies = [
 4571 "anyhow",
 4572 "gpui",
 4573 "indoc",
 4574 "log",
 4575 "paths",
 4576 "release_channel",
 4577 "smol",
 4578 "sqlez",
 4579 "sqlez_macros",
 4580 "tempfile",
 4581 "util",
 4582 "workspace-hack",
 4583 "zed_env_vars",
 4584]
 4585
 4586[[package]]
 4587name = "dbus"
 4588version = "0.9.7"
 4589source = "registry+https://github.com/rust-lang/crates.io-index"
 4590checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4591dependencies = [
 4592 "libc",
 4593 "libdbus-sys",
 4594 "winapi",
 4595]
 4596
 4597[[package]]
 4598name = "debug_adapter_extension"
 4599version = "0.1.0"
 4600dependencies = [
 4601 "anyhow",
 4602 "async-trait",
 4603 "dap",
 4604 "extension",
 4605 "gpui",
 4606 "serde_json",
 4607 "task",
 4608 "util",
 4609 "workspace-hack",
 4610]
 4611
 4612[[package]]
 4613name = "debugger_tools"
 4614version = "0.1.0"
 4615dependencies = [
 4616 "anyhow",
 4617 "dap",
 4618 "editor",
 4619 "futures 0.3.31",
 4620 "gpui",
 4621 "project",
 4622 "serde_json",
 4623 "settings",
 4624 "smol",
 4625 "util",
 4626 "workspace",
 4627 "workspace-hack",
 4628]
 4629
 4630[[package]]
 4631name = "debugger_ui"
 4632version = "0.1.0"
 4633dependencies = [
 4634 "alacritty_terminal",
 4635 "anyhow",
 4636 "bitflags 2.9.0",
 4637 "client",
 4638 "collections",
 4639 "command_palette_hooks",
 4640 "dap",
 4641 "dap_adapters",
 4642 "db",
 4643 "debugger_tools",
 4644 "editor",
 4645 "file_icons",
 4646 "futures 0.3.31",
 4647 "fuzzy",
 4648 "gpui",
 4649 "hex",
 4650 "indoc",
 4651 "itertools 0.14.0",
 4652 "language",
 4653 "log",
 4654 "menu",
 4655 "notifications",
 4656 "parking_lot",
 4657 "parse_int",
 4658 "paths",
 4659 "picker",
 4660 "pretty_assertions",
 4661 "project",
 4662 "rpc",
 4663 "schemars 1.0.1",
 4664 "serde",
 4665 "serde_json",
 4666 "serde_json_lenient",
 4667 "settings",
 4668 "shlex",
 4669 "sysinfo",
 4670 "task",
 4671 "tasks_ui",
 4672 "telemetry",
 4673 "terminal_view",
 4674 "text",
 4675 "theme",
 4676 "tree-sitter",
 4677 "tree-sitter-go",
 4678 "tree-sitter-json",
 4679 "ui",
 4680 "unindent",
 4681 "util",
 4682 "workspace",
 4683 "workspace-hack",
 4684 "zed_actions",
 4685 "zlog",
 4686]
 4687
 4688[[package]]
 4689name = "debugid"
 4690version = "0.8.0"
 4691source = "registry+https://github.com/rust-lang/crates.io-index"
 4692checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4693dependencies = [
 4694 "uuid",
 4695]
 4696
 4697[[package]]
 4698name = "deepseek"
 4699version = "0.1.0"
 4700dependencies = [
 4701 "anyhow",
 4702 "futures 0.3.31",
 4703 "http_client",
 4704 "schemars 1.0.1",
 4705 "serde",
 4706 "serde_json",
 4707 "workspace-hack",
 4708]
 4709
 4710[[package]]
 4711name = "deflate64"
 4712version = "0.1.9"
 4713source = "registry+https://github.com/rust-lang/crates.io-index"
 4714checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4715
 4716[[package]]
 4717name = "denoise"
 4718version = "0.1.0"
 4719dependencies = [
 4720 "candle-core",
 4721 "candle-onnx",
 4722 "log",
 4723 "realfft",
 4724 "rodio",
 4725 "rustfft",
 4726 "thiserror 2.0.12",
 4727 "workspace-hack",
 4728]
 4729
 4730[[package]]
 4731name = "der"
 4732version = "0.6.1"
 4733source = "registry+https://github.com/rust-lang/crates.io-index"
 4734checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4735dependencies = [
 4736 "const-oid",
 4737 "zeroize",
 4738]
 4739
 4740[[package]]
 4741name = "der"
 4742version = "0.7.10"
 4743source = "registry+https://github.com/rust-lang/crates.io-index"
 4744checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4745dependencies = [
 4746 "const-oid",
 4747 "pem-rfc7468",
 4748 "zeroize",
 4749]
 4750
 4751[[package]]
 4752name = "deranged"
 4753version = "0.4.0"
 4754source = "registry+https://github.com/rust-lang/crates.io-index"
 4755checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4756dependencies = [
 4757 "powerfmt",
 4758 "serde",
 4759]
 4760
 4761[[package]]
 4762name = "derive_arbitrary"
 4763version = "1.4.2"
 4764source = "registry+https://github.com/rust-lang/crates.io-index"
 4765checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4766dependencies = [
 4767 "proc-macro2",
 4768 "quote",
 4769 "syn 2.0.101",
 4770]
 4771
 4772[[package]]
 4773name = "derive_more"
 4774version = "0.99.19"
 4775source = "registry+https://github.com/rust-lang/crates.io-index"
 4776checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4777dependencies = [
 4778 "convert_case 0.4.0",
 4779 "proc-macro2",
 4780 "quote",
 4781 "rustc_version",
 4782 "syn 2.0.101",
 4783]
 4784
 4785[[package]]
 4786name = "derive_refineable"
 4787version = "0.1.0"
 4788dependencies = [
 4789 "proc-macro2",
 4790 "quote",
 4791 "syn 2.0.101",
 4792 "workspace-hack",
 4793]
 4794
 4795[[package]]
 4796name = "diagnostics"
 4797version = "0.1.0"
 4798dependencies = [
 4799 "anyhow",
 4800 "client",
 4801 "collections",
 4802 "component",
 4803 "ctor",
 4804 "editor",
 4805 "gpui",
 4806 "indoc",
 4807 "language",
 4808 "log",
 4809 "lsp",
 4810 "markdown",
 4811 "pretty_assertions",
 4812 "project",
 4813 "rand 0.9.1",
 4814 "serde",
 4815 "serde_json",
 4816 "settings",
 4817 "text",
 4818 "theme",
 4819 "ui",
 4820 "unindent",
 4821 "util",
 4822 "workspace",
 4823 "workspace-hack",
 4824 "zlog",
 4825]
 4826
 4827[[package]]
 4828name = "dialoguer"
 4829version = "0.11.0"
 4830source = "registry+https://github.com/rust-lang/crates.io-index"
 4831checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4832dependencies = [
 4833 "console",
 4834 "fuzzy-matcher",
 4835 "shell-words",
 4836 "tempfile",
 4837 "thiserror 1.0.69",
 4838 "zeroize",
 4839]
 4840
 4841[[package]]
 4842name = "diff"
 4843version = "0.1.13"
 4844source = "registry+https://github.com/rust-lang/crates.io-index"
 4845checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4846
 4847[[package]]
 4848name = "diffy"
 4849version = "0.4.2"
 4850source = "registry+https://github.com/rust-lang/crates.io-index"
 4851checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4852dependencies = [
 4853 "nu-ansi-term",
 4854]
 4855
 4856[[package]]
 4857name = "digest"
 4858version = "0.10.7"
 4859source = "registry+https://github.com/rust-lang/crates.io-index"
 4860checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4861dependencies = [
 4862 "block-buffer",
 4863 "const-oid",
 4864 "crypto-common",
 4865 "subtle",
 4866]
 4867
 4868[[package]]
 4869name = "dirs"
 4870version = "4.0.0"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4873dependencies = [
 4874 "dirs-sys 0.3.7",
 4875]
 4876
 4877[[package]]
 4878name = "dirs"
 4879version = "5.0.1"
 4880source = "registry+https://github.com/rust-lang/crates.io-index"
 4881checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4882dependencies = [
 4883 "dirs-sys 0.4.1",
 4884]
 4885
 4886[[package]]
 4887name = "dirs"
 4888version = "6.0.0"
 4889source = "registry+https://github.com/rust-lang/crates.io-index"
 4890checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4891dependencies = [
 4892 "dirs-sys 0.5.0",
 4893]
 4894
 4895[[package]]
 4896name = "dirs-sys"
 4897version = "0.3.7"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4900dependencies = [
 4901 "libc",
 4902 "redox_users 0.4.6",
 4903 "winapi",
 4904]
 4905
 4906[[package]]
 4907name = "dirs-sys"
 4908version = "0.4.1"
 4909source = "registry+https://github.com/rust-lang/crates.io-index"
 4910checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4911dependencies = [
 4912 "libc",
 4913 "option-ext",
 4914 "redox_users 0.4.6",
 4915 "windows-sys 0.48.0",
 4916]
 4917
 4918[[package]]
 4919name = "dirs-sys"
 4920version = "0.5.0"
 4921source = "registry+https://github.com/rust-lang/crates.io-index"
 4922checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4923dependencies = [
 4924 "libc",
 4925 "option-ext",
 4926 "redox_users 0.5.0",
 4927 "windows-sys 0.61.0",
 4928]
 4929
 4930[[package]]
 4931name = "dispatch"
 4932version = "0.2.0"
 4933source = "registry+https://github.com/rust-lang/crates.io-index"
 4934checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4935
 4936[[package]]
 4937name = "dispatch2"
 4938version = "0.3.0"
 4939source = "registry+https://github.com/rust-lang/crates.io-index"
 4940checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4941dependencies = [
 4942 "bitflags 2.9.0",
 4943 "objc2",
 4944]
 4945
 4946[[package]]
 4947name = "displaydoc"
 4948version = "0.2.5"
 4949source = "registry+https://github.com/rust-lang/crates.io-index"
 4950checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4951dependencies = [
 4952 "proc-macro2",
 4953 "quote",
 4954 "syn 2.0.101",
 4955]
 4956
 4957[[package]]
 4958name = "dlib"
 4959version = "0.5.2"
 4960source = "registry+https://github.com/rust-lang/crates.io-index"
 4961checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4962dependencies = [
 4963 "libloading",
 4964]
 4965
 4966[[package]]
 4967name = "docs_preprocessor"
 4968version = "0.1.0"
 4969dependencies = [
 4970 "anyhow",
 4971 "command_palette",
 4972 "gpui",
 4973 "mdbook",
 4974 "regex",
 4975 "serde",
 4976 "serde_json",
 4977 "settings",
 4978 "util",
 4979 "workspace-hack",
 4980 "zed",
 4981 "zlog",
 4982]
 4983
 4984[[package]]
 4985name = "documented"
 4986version = "0.9.1"
 4987source = "registry+https://github.com/rust-lang/crates.io-index"
 4988checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4989dependencies = [
 4990 "documented-macros",
 4991 "phf",
 4992 "thiserror 1.0.69",
 4993]
 4994
 4995[[package]]
 4996name = "documented-macros"
 4997version = "0.9.1"
 4998source = "registry+https://github.com/rust-lang/crates.io-index"
 4999checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 5000dependencies = [
 5001 "convert_case 0.6.0",
 5002 "itertools 0.13.0",
 5003 "optfield",
 5004 "proc-macro2",
 5005 "quote",
 5006 "strum 0.26.3",
 5007 "syn 2.0.101",
 5008]
 5009
 5010[[package]]
 5011name = "dotenvy"
 5012version = "0.15.7"
 5013source = "registry+https://github.com/rust-lang/crates.io-index"
 5014checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5015
 5016[[package]]
 5017name = "downcast-rs"
 5018version = "1.2.1"
 5019source = "registry+https://github.com/rust-lang/crates.io-index"
 5020checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5021
 5022[[package]]
 5023name = "doxygen-rs"
 5024version = "0.4.2"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5027dependencies = [
 5028 "phf",
 5029]
 5030
 5031[[package]]
 5032name = "dtoa"
 5033version = "1.0.10"
 5034source = "registry+https://github.com/rust-lang/crates.io-index"
 5035checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5036
 5037[[package]]
 5038name = "dtoa-short"
 5039version = "0.3.5"
 5040source = "registry+https://github.com/rust-lang/crates.io-index"
 5041checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5042dependencies = [
 5043 "dtoa",
 5044]
 5045
 5046[[package]]
 5047name = "dtor"
 5048version = "0.0.6"
 5049source = "registry+https://github.com/rust-lang/crates.io-index"
 5050checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5051dependencies = [
 5052 "dtor-proc-macro",
 5053]
 5054
 5055[[package]]
 5056name = "dtor-proc-macro"
 5057version = "0.0.5"
 5058source = "registry+https://github.com/rust-lang/crates.io-index"
 5059checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5060
 5061[[package]]
 5062name = "dunce"
 5063version = "1.0.5"
 5064source = "registry+https://github.com/rust-lang/crates.io-index"
 5065checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5066
 5067[[package]]
 5068name = "dwrote"
 5069version = "0.11.3"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 5072dependencies = [
 5073 "lazy_static",
 5074 "libc",
 5075 "winapi",
 5076 "wio",
 5077]
 5078
 5079[[package]]
 5080name = "dyn-clone"
 5081version = "1.0.19"
 5082source = "registry+https://github.com/rust-lang/crates.io-index"
 5083checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 5084
 5085[[package]]
 5086name = "dyn-stack"
 5087version = "0.10.0"
 5088source = "registry+https://github.com/rust-lang/crates.io-index"
 5089checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5090dependencies = [
 5091 "bytemuck",
 5092 "reborrow",
 5093]
 5094
 5095[[package]]
 5096name = "dyn-stack"
 5097version = "0.13.0"
 5098source = "registry+https://github.com/rust-lang/crates.io-index"
 5099checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
 5100dependencies = [
 5101 "bytemuck",
 5102]
 5103
 5104[[package]]
 5105name = "ec4rs"
 5106version = "1.2.0"
 5107source = "registry+https://github.com/rust-lang/crates.io-index"
 5108checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5109
 5110[[package]]
 5111name = "ecdsa"
 5112version = "0.14.8"
 5113source = "registry+https://github.com/rust-lang/crates.io-index"
 5114checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5115dependencies = [
 5116 "der 0.6.1",
 5117 "elliptic-curve",
 5118 "rfc6979",
 5119 "signature 1.6.4",
 5120]
 5121
 5122[[package]]
 5123name = "edit_prediction"
 5124version = "0.1.0"
 5125dependencies = [
 5126 "client",
 5127 "gpui",
 5128 "language",
 5129 "project",
 5130 "workspace-hack",
 5131]
 5132
 5133[[package]]
 5134name = "edit_prediction_button"
 5135version = "0.1.0"
 5136dependencies = [
 5137 "anyhow",
 5138 "client",
 5139 "cloud_llm_client",
 5140 "copilot",
 5141 "edit_prediction",
 5142 "editor",
 5143 "feature_flags",
 5144 "fs",
 5145 "futures 0.3.31",
 5146 "gpui",
 5147 "indoc",
 5148 "language",
 5149 "lsp",
 5150 "paths",
 5151 "project",
 5152 "regex",
 5153 "serde_json",
 5154 "settings",
 5155 "supermaven",
 5156 "telemetry",
 5157 "theme",
 5158 "ui",
 5159 "workspace",
 5160 "workspace-hack",
 5161 "zed_actions",
 5162 "zeta",
 5163]
 5164
 5165[[package]]
 5166name = "edit_prediction_context"
 5167version = "0.1.0"
 5168dependencies = [
 5169 "anyhow",
 5170 "arrayvec",
 5171 "clap",
 5172 "cloud_llm_client",
 5173 "collections",
 5174 "futures 0.3.31",
 5175 "gpui",
 5176 "hashbrown 0.15.3",
 5177 "indoc",
 5178 "itertools 0.14.0",
 5179 "language",
 5180 "log",
 5181 "ordered-float 2.10.1",
 5182 "pretty_assertions",
 5183 "project",
 5184 "regex",
 5185 "serde",
 5186 "serde_json",
 5187 "settings",
 5188 "slotmap",
 5189 "strum 0.27.1",
 5190 "text",
 5191 "tree-sitter",
 5192 "util",
 5193 "workspace-hack",
 5194 "zlog",
 5195]
 5196
 5197[[package]]
 5198name = "editor"
 5199version = "0.1.0"
 5200dependencies = [
 5201 "aho-corasick",
 5202 "anyhow",
 5203 "assets",
 5204 "buffer_diff",
 5205 "client",
 5206 "clock",
 5207 "collections",
 5208 "convert_case 0.8.0",
 5209 "criterion",
 5210 "ctor",
 5211 "dap",
 5212 "db",
 5213 "edit_prediction",
 5214 "emojis",
 5215 "file_icons",
 5216 "fs",
 5217 "futures 0.3.31",
 5218 "fuzzy",
 5219 "git",
 5220 "gpui",
 5221 "http_client",
 5222 "indoc",
 5223 "itertools 0.14.0",
 5224 "language",
 5225 "languages",
 5226 "linkify",
 5227 "log",
 5228 "lsp",
 5229 "markdown",
 5230 "menu",
 5231 "multi_buffer",
 5232 "ordered-float 2.10.1",
 5233 "parking_lot",
 5234 "pretty_assertions",
 5235 "project",
 5236 "rand 0.9.1",
 5237 "regex",
 5238 "release_channel",
 5239 "rpc",
 5240 "schemars 1.0.1",
 5241 "serde",
 5242 "serde_json",
 5243 "settings",
 5244 "smallvec",
 5245 "smol",
 5246 "snippet",
 5247 "sum_tree",
 5248 "task",
 5249 "telemetry",
 5250 "tempfile",
 5251 "text",
 5252 "theme",
 5253 "time",
 5254 "tree-sitter-bash",
 5255 "tree-sitter-c",
 5256 "tree-sitter-html",
 5257 "tree-sitter-python",
 5258 "tree-sitter-rust",
 5259 "tree-sitter-typescript",
 5260 "tree-sitter-yaml",
 5261 "ui",
 5262 "unicode-script",
 5263 "unicode-segmentation",
 5264 "unindent",
 5265 "url",
 5266 "util",
 5267 "uuid",
 5268 "vim_mode_setting",
 5269 "workspace",
 5270 "workspace-hack",
 5271 "zed_actions",
 5272 "zlog",
 5273]
 5274
 5275[[package]]
 5276name = "either"
 5277version = "1.15.0"
 5278source = "registry+https://github.com/rust-lang/crates.io-index"
 5279checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5280dependencies = [
 5281 "serde",
 5282]
 5283
 5284[[package]]
 5285name = "elasticlunr-rs"
 5286version = "3.0.2"
 5287source = "registry+https://github.com/rust-lang/crates.io-index"
 5288checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5289dependencies = [
 5290 "regex",
 5291 "serde",
 5292 "serde_derive",
 5293 "serde_json",
 5294]
 5295
 5296[[package]]
 5297name = "elliptic-curve"
 5298version = "0.12.3"
 5299source = "registry+https://github.com/rust-lang/crates.io-index"
 5300checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5301dependencies = [
 5302 "base16ct",
 5303 "crypto-bigint 0.4.9",
 5304 "der 0.6.1",
 5305 "digest",
 5306 "ff",
 5307 "generic-array",
 5308 "group",
 5309 "pkcs8 0.9.0",
 5310 "rand_core 0.6.4",
 5311 "sec1",
 5312 "subtle",
 5313 "zeroize",
 5314]
 5315
 5316[[package]]
 5317name = "email_address"
 5318version = "0.2.9"
 5319source = "registry+https://github.com/rust-lang/crates.io-index"
 5320checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5321dependencies = [
 5322 "serde",
 5323]
 5324
 5325[[package]]
 5326name = "embed-resource"
 5327version = "3.0.2"
 5328source = "registry+https://github.com/rust-lang/crates.io-index"
 5329checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 5330dependencies = [
 5331 "cc",
 5332 "memchr",
 5333 "rustc_version",
 5334 "toml 0.8.20",
 5335 "vswhom",
 5336 "winreg 0.52.0",
 5337]
 5338
 5339[[package]]
 5340name = "embedded-io"
 5341version = "0.4.0"
 5342source = "registry+https://github.com/rust-lang/crates.io-index"
 5343checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5344
 5345[[package]]
 5346name = "embedded-io"
 5347version = "0.6.1"
 5348source = "registry+https://github.com/rust-lang/crates.io-index"
 5349checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5350
 5351[[package]]
 5352name = "emojis"
 5353version = "0.6.4"
 5354source = "registry+https://github.com/rust-lang/crates.io-index"
 5355checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5356dependencies = [
 5357 "phf",
 5358]
 5359
 5360[[package]]
 5361name = "encode_unicode"
 5362version = "1.0.0"
 5363source = "registry+https://github.com/rust-lang/crates.io-index"
 5364checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5365
 5366[[package]]
 5367name = "encoding_rs"
 5368version = "0.8.35"
 5369source = "registry+https://github.com/rust-lang/crates.io-index"
 5370checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5371dependencies = [
 5372 "cfg-if",
 5373]
 5374
 5375[[package]]
 5376name = "endi"
 5377version = "1.1.0"
 5378source = "registry+https://github.com/rust-lang/crates.io-index"
 5379checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5380
 5381[[package]]
 5382name = "enum-as-inner"
 5383version = "0.6.1"
 5384source = "registry+https://github.com/rust-lang/crates.io-index"
 5385checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5386dependencies = [
 5387 "heck 0.5.0",
 5388 "proc-macro2",
 5389 "quote",
 5390 "syn 2.0.101",
 5391]
 5392
 5393[[package]]
 5394name = "enumflags2"
 5395version = "0.7.11"
 5396source = "registry+https://github.com/rust-lang/crates.io-index"
 5397checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 5398dependencies = [
 5399 "enumflags2_derive",
 5400 "serde",
 5401]
 5402
 5403[[package]]
 5404name = "enumflags2_derive"
 5405version = "0.7.11"
 5406source = "registry+https://github.com/rust-lang/crates.io-index"
 5407checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 5408dependencies = [
 5409 "proc-macro2",
 5410 "quote",
 5411 "syn 2.0.101",
 5412]
 5413
 5414[[package]]
 5415name = "env_filter"
 5416version = "0.1.3"
 5417source = "registry+https://github.com/rust-lang/crates.io-index"
 5418checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 5419dependencies = [
 5420 "log",
 5421 "regex",
 5422]
 5423
 5424[[package]]
 5425name = "env_logger"
 5426version = "0.10.2"
 5427source = "registry+https://github.com/rust-lang/crates.io-index"
 5428checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5429dependencies = [
 5430 "humantime",
 5431 "is-terminal",
 5432 "log",
 5433 "regex",
 5434 "termcolor",
 5435]
 5436
 5437[[package]]
 5438name = "env_logger"
 5439version = "0.11.8"
 5440source = "registry+https://github.com/rust-lang/crates.io-index"
 5441checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5442dependencies = [
 5443 "anstream",
 5444 "anstyle",
 5445 "env_filter",
 5446 "jiff",
 5447 "log",
 5448]
 5449
 5450[[package]]
 5451name = "envy"
 5452version = "0.4.2"
 5453source = "registry+https://github.com/rust-lang/crates.io-index"
 5454checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5455dependencies = [
 5456 "serde",
 5457]
 5458
 5459[[package]]
 5460name = "equivalent"
 5461version = "1.0.2"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5464
 5465[[package]]
 5466name = "erased-serde"
 5467version = "0.4.6"
 5468source = "registry+https://github.com/rust-lang/crates.io-index"
 5469checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 5470dependencies = [
 5471 "serde",
 5472 "typeid",
 5473]
 5474
 5475[[package]]
 5476name = "errno"
 5477version = "0.2.8"
 5478source = "registry+https://github.com/rust-lang/crates.io-index"
 5479checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5480dependencies = [
 5481 "errno-dragonfly",
 5482 "libc",
 5483 "winapi",
 5484]
 5485
 5486[[package]]
 5487name = "errno"
 5488version = "0.3.11"
 5489source = "registry+https://github.com/rust-lang/crates.io-index"
 5490checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 5491dependencies = [
 5492 "libc",
 5493 "windows-sys 0.59.0",
 5494]
 5495
 5496[[package]]
 5497name = "errno-dragonfly"
 5498version = "0.1.2"
 5499source = "registry+https://github.com/rust-lang/crates.io-index"
 5500checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5501dependencies = [
 5502 "cc",
 5503 "libc",
 5504]
 5505
 5506[[package]]
 5507name = "etagere"
 5508version = "0.2.15"
 5509source = "registry+https://github.com/rust-lang/crates.io-index"
 5510checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5511dependencies = [
 5512 "euclid",
 5513 "svg_fmt",
 5514]
 5515
 5516[[package]]
 5517name = "etcetera"
 5518version = "0.8.0"
 5519source = "registry+https://github.com/rust-lang/crates.io-index"
 5520checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5521dependencies = [
 5522 "cfg-if",
 5523 "home",
 5524 "windows-sys 0.48.0",
 5525]
 5526
 5527[[package]]
 5528name = "euclid"
 5529version = "0.22.11"
 5530source = "registry+https://github.com/rust-lang/crates.io-index"
 5531checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5532dependencies = [
 5533 "num-traits",
 5534]
 5535
 5536[[package]]
 5537name = "eval"
 5538version = "0.1.0"
 5539dependencies = [
 5540 "agent",
 5541 "agent_settings",
 5542 "agent_ui",
 5543 "anyhow",
 5544 "assistant_tool",
 5545 "assistant_tools",
 5546 "async-trait",
 5547 "buffer_diff",
 5548 "chrono",
 5549 "clap",
 5550 "client",
 5551 "cloud_llm_client",
 5552 "collections",
 5553 "debug_adapter_extension",
 5554 "dirs 4.0.0",
 5555 "dotenvy",
 5556 "env_logger 0.11.8",
 5557 "extension",
 5558 "fs",
 5559 "futures 0.3.31",
 5560 "gpui",
 5561 "gpui_tokio",
 5562 "handlebars 4.5.0",
 5563 "language",
 5564 "language_extension",
 5565 "language_model",
 5566 "language_models",
 5567 "languages",
 5568 "markdown",
 5569 "node_runtime",
 5570 "pathdiff",
 5571 "paths",
 5572 "pretty_assertions",
 5573 "project",
 5574 "prompt_store",
 5575 "regex",
 5576 "release_channel",
 5577 "reqwest_client",
 5578 "serde",
 5579 "serde_json",
 5580 "settings",
 5581 "shellexpand 2.1.2",
 5582 "smol",
 5583 "telemetry",
 5584 "terminal_view",
 5585 "toml 0.8.20",
 5586 "unindent",
 5587 "util",
 5588 "uuid",
 5589 "watch",
 5590 "workspace-hack",
 5591]
 5592
 5593[[package]]
 5594name = "event-listener"
 5595version = "2.5.3"
 5596source = "registry+https://github.com/rust-lang/crates.io-index"
 5597checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5598
 5599[[package]]
 5600name = "event-listener"
 5601version = "5.4.0"
 5602source = "registry+https://github.com/rust-lang/crates.io-index"
 5603checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5604dependencies = [
 5605 "concurrent-queue",
 5606 "parking",
 5607 "pin-project-lite",
 5608]
 5609
 5610[[package]]
 5611name = "event-listener-strategy"
 5612version = "0.5.4"
 5613source = "registry+https://github.com/rust-lang/crates.io-index"
 5614checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5615dependencies = [
 5616 "event-listener 5.4.0",
 5617 "pin-project-lite",
 5618]
 5619
 5620[[package]]
 5621name = "exec"
 5622version = "0.3.1"
 5623source = "registry+https://github.com/rust-lang/crates.io-index"
 5624checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5625dependencies = [
 5626 "errno 0.2.8",
 5627 "libc",
 5628]
 5629
 5630[[package]]
 5631name = "explorer_command_injector"
 5632version = "0.1.0"
 5633dependencies = [
 5634 "windows 0.61.1",
 5635 "windows-core 0.61.0",
 5636 "windows-registry 0.5.1",
 5637 "workspace-hack",
 5638]
 5639
 5640[[package]]
 5641name = "exr"
 5642version = "1.73.0"
 5643source = "registry+https://github.com/rust-lang/crates.io-index"
 5644checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5645dependencies = [
 5646 "bit_field",
 5647 "half",
 5648 "lebe",
 5649 "miniz_oxide",
 5650 "rayon-core",
 5651 "smallvec",
 5652 "zune-inflate",
 5653]
 5654
 5655[[package]]
 5656name = "extended"
 5657version = "0.1.0"
 5658source = "registry+https://github.com/rust-lang/crates.io-index"
 5659checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5660
 5661[[package]]
 5662name = "extension"
 5663version = "0.1.0"
 5664dependencies = [
 5665 "anyhow",
 5666 "async-compression",
 5667 "async-tar",
 5668 "async-trait",
 5669 "collections",
 5670 "dap",
 5671 "fs",
 5672 "futures 0.3.31",
 5673 "gpui",
 5674 "heck 0.5.0",
 5675 "http_client",
 5676 "language",
 5677 "log",
 5678 "lsp",
 5679 "parking_lot",
 5680 "pretty_assertions",
 5681 "semantic_version",
 5682 "serde",
 5683 "serde_json",
 5684 "task",
 5685 "toml 0.8.20",
 5686 "url",
 5687 "util",
 5688 "wasm-encoder 0.221.3",
 5689 "wasmparser 0.221.3",
 5690 "workspace-hack",
 5691]
 5692
 5693[[package]]
 5694name = "extension_cli"
 5695version = "0.1.0"
 5696dependencies = [
 5697 "anyhow",
 5698 "clap",
 5699 "env_logger 0.11.8",
 5700 "extension",
 5701 "fs",
 5702 "gpui",
 5703 "language",
 5704 "log",
 5705 "reqwest_client",
 5706 "rpc",
 5707 "serde",
 5708 "serde_json",
 5709 "theme",
 5710 "tokio",
 5711 "toml 0.8.20",
 5712 "tree-sitter",
 5713 "wasmtime",
 5714 "workspace-hack",
 5715]
 5716
 5717[[package]]
 5718name = "extension_host"
 5719version = "0.1.0"
 5720dependencies = [
 5721 "anyhow",
 5722 "async-compression",
 5723 "async-tar",
 5724 "async-trait",
 5725 "client",
 5726 "collections",
 5727 "criterion",
 5728 "ctor",
 5729 "dap",
 5730 "extension",
 5731 "fs",
 5732 "futures 0.3.31",
 5733 "gpui",
 5734 "http_client",
 5735 "language",
 5736 "language_extension",
 5737 "log",
 5738 "lsp",
 5739 "moka",
 5740 "node_runtime",
 5741 "parking_lot",
 5742 "paths",
 5743 "project",
 5744 "rand 0.9.1",
 5745 "release_channel",
 5746 "remote",
 5747 "reqwest_client",
 5748 "semantic_version",
 5749 "serde",
 5750 "serde_json",
 5751 "serde_json_lenient",
 5752 "settings",
 5753 "task",
 5754 "telemetry",
 5755 "tempfile",
 5756 "theme",
 5757 "theme_extension",
 5758 "toml 0.8.20",
 5759 "url",
 5760 "util",
 5761 "wasmparser 0.221.3",
 5762 "wasmtime",
 5763 "wasmtime-wasi",
 5764 "workspace-hack",
 5765 "zlog",
 5766]
 5767
 5768[[package]]
 5769name = "extensions_ui"
 5770version = "0.1.0"
 5771dependencies = [
 5772 "anyhow",
 5773 "client",
 5774 "collections",
 5775 "db",
 5776 "editor",
 5777 "extension",
 5778 "extension_host",
 5779 "fs",
 5780 "fuzzy",
 5781 "gpui",
 5782 "language",
 5783 "log",
 5784 "num-format",
 5785 "picker",
 5786 "project",
 5787 "release_channel",
 5788 "semantic_version",
 5789 "serde",
 5790 "settings",
 5791 "smallvec",
 5792 "strum 0.27.1",
 5793 "telemetry",
 5794 "theme",
 5795 "ui",
 5796 "util",
 5797 "vim_mode_setting",
 5798 "workspace",
 5799 "workspace-hack",
 5800 "zed_actions",
 5801]
 5802
 5803[[package]]
 5804name = "fallible-iterator"
 5805version = "0.3.0"
 5806source = "registry+https://github.com/rust-lang/crates.io-index"
 5807checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5808
 5809[[package]]
 5810name = "fancy-regex"
 5811version = "0.13.0"
 5812source = "registry+https://github.com/rust-lang/crates.io-index"
 5813checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5814dependencies = [
 5815 "bit-set 0.5.3",
 5816 "regex-automata",
 5817 "regex-syntax",
 5818]
 5819
 5820[[package]]
 5821name = "fancy-regex"
 5822version = "0.14.0"
 5823source = "registry+https://github.com/rust-lang/crates.io-index"
 5824checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5825dependencies = [
 5826 "bit-set 0.8.0",
 5827 "regex-automata",
 5828 "regex-syntax",
 5829]
 5830
 5831[[package]]
 5832name = "fast-srgb8"
 5833version = "1.0.0"
 5834source = "registry+https://github.com/rust-lang/crates.io-index"
 5835checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5836
 5837[[package]]
 5838name = "fastrand"
 5839version = "1.9.0"
 5840source = "registry+https://github.com/rust-lang/crates.io-index"
 5841checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5842dependencies = [
 5843 "instant",
 5844]
 5845
 5846[[package]]
 5847name = "fastrand"
 5848version = "2.3.0"
 5849source = "registry+https://github.com/rust-lang/crates.io-index"
 5850checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5851
 5852[[package]]
 5853name = "fd-lock"
 5854version = "4.0.4"
 5855source = "registry+https://github.com/rust-lang/crates.io-index"
 5856checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5857dependencies = [
 5858 "cfg-if",
 5859 "rustix 1.0.7",
 5860 "windows-sys 0.59.0",
 5861]
 5862
 5863[[package]]
 5864name = "fdeflate"
 5865version = "0.3.7"
 5866source = "registry+https://github.com/rust-lang/crates.io-index"
 5867checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5868dependencies = [
 5869 "simd-adler32",
 5870]
 5871
 5872[[package]]
 5873name = "feature_flags"
 5874version = "0.1.0"
 5875dependencies = [
 5876 "futures 0.3.31",
 5877 "gpui",
 5878 "smol",
 5879 "workspace-hack",
 5880]
 5881
 5882[[package]]
 5883name = "feedback"
 5884version = "0.1.0"
 5885dependencies = [
 5886 "editor",
 5887 "gpui",
 5888 "menu",
 5889 "system_specs",
 5890 "ui",
 5891 "urlencoding",
 5892 "util",
 5893 "workspace",
 5894 "workspace-hack",
 5895 "zed_actions",
 5896]
 5897
 5898[[package]]
 5899name = "ff"
 5900version = "0.12.1"
 5901source = "registry+https://github.com/rust-lang/crates.io-index"
 5902checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5903dependencies = [
 5904 "rand_core 0.6.4",
 5905 "subtle",
 5906]
 5907
 5908[[package]]
 5909name = "file_finder"
 5910version = "0.1.0"
 5911dependencies = [
 5912 "anyhow",
 5913 "collections",
 5914 "ctor",
 5915 "editor",
 5916 "file_icons",
 5917 "futures 0.3.31",
 5918 "fuzzy",
 5919 "gpui",
 5920 "language",
 5921 "menu",
 5922 "picker",
 5923 "pretty_assertions",
 5924 "project",
 5925 "schemars 1.0.1",
 5926 "search",
 5927 "serde",
 5928 "serde_json",
 5929 "settings",
 5930 "text",
 5931 "theme",
 5932 "ui",
 5933 "util",
 5934 "workspace",
 5935 "workspace-hack",
 5936 "zlog",
 5937]
 5938
 5939[[package]]
 5940name = "file_icons"
 5941version = "0.1.0"
 5942dependencies = [
 5943 "gpui",
 5944 "serde",
 5945 "settings",
 5946 "theme",
 5947 "util",
 5948 "workspace-hack",
 5949]
 5950
 5951[[package]]
 5952name = "filedescriptor"
 5953version = "0.8.3"
 5954source = "registry+https://github.com/rust-lang/crates.io-index"
 5955checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5956dependencies = [
 5957 "libc",
 5958 "thiserror 1.0.69",
 5959 "winapi",
 5960]
 5961
 5962[[package]]
 5963name = "filetime"
 5964version = "0.2.25"
 5965source = "registry+https://github.com/rust-lang/crates.io-index"
 5966checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5967dependencies = [
 5968 "cfg-if",
 5969 "libc",
 5970 "libredox",
 5971 "windows-sys 0.59.0",
 5972]
 5973
 5974[[package]]
 5975name = "fixedbitset"
 5976version = "0.4.2"
 5977source = "registry+https://github.com/rust-lang/crates.io-index"
 5978checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5979
 5980[[package]]
 5981name = "flate2"
 5982version = "1.1.1"
 5983source = "registry+https://github.com/rust-lang/crates.io-index"
 5984checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5985dependencies = [
 5986 "crc32fast",
 5987 "miniz_oxide",
 5988]
 5989
 5990[[package]]
 5991name = "float-cmp"
 5992version = "0.9.0"
 5993source = "registry+https://github.com/rust-lang/crates.io-index"
 5994checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5995
 5996[[package]]
 5997name = "float-ord"
 5998version = "0.3.2"
 5999source = "registry+https://github.com/rust-lang/crates.io-index"
 6000checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6001
 6002[[package]]
 6003name = "float8"
 6004version = "0.4.2"
 6005source = "registry+https://github.com/rust-lang/crates.io-index"
 6006checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6007dependencies = [
 6008 "half",
 6009 "num-traits",
 6010 "rand 0.9.1",
 6011 "rand_distr",
 6012]
 6013
 6014[[package]]
 6015name = "float_next_after"
 6016version = "1.0.0"
 6017source = "registry+https://github.com/rust-lang/crates.io-index"
 6018checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6019
 6020[[package]]
 6021name = "fluent-uri"
 6022version = "0.3.2"
 6023source = "registry+https://github.com/rust-lang/crates.io-index"
 6024checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 6025dependencies = [
 6026 "borrow-or-share",
 6027 "ref-cast",
 6028 "serde",
 6029]
 6030
 6031[[package]]
 6032name = "flume"
 6033version = "0.11.1"
 6034source = "registry+https://github.com/rust-lang/crates.io-index"
 6035checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6036dependencies = [
 6037 "futures-core",
 6038 "futures-sink",
 6039 "nanorand",
 6040 "spin",
 6041]
 6042
 6043[[package]]
 6044name = "fnv"
 6045version = "1.0.7"
 6046source = "registry+https://github.com/rust-lang/crates.io-index"
 6047checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6048
 6049[[package]]
 6050name = "foldhash"
 6051version = "0.1.5"
 6052source = "registry+https://github.com/rust-lang/crates.io-index"
 6053checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6054
 6055[[package]]
 6056name = "font-kit"
 6057version = "0.14.1"
 6058source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 6059dependencies = [
 6060 "bitflags 2.9.0",
 6061 "byteorder",
 6062 "core-foundation 0.10.0",
 6063 "core-graphics 0.24.0",
 6064 "core-text",
 6065 "dirs 5.0.1",
 6066 "dwrote",
 6067 "float-ord",
 6068 "freetype-sys",
 6069 "lazy_static",
 6070 "libc",
 6071 "log",
 6072 "pathfinder_geometry",
 6073 "pathfinder_simd",
 6074 "walkdir",
 6075 "winapi",
 6076 "yeslogic-fontconfig-sys",
 6077]
 6078
 6079[[package]]
 6080name = "font-types"
 6081version = "0.8.4"
 6082source = "registry+https://github.com/rust-lang/crates.io-index"
 6083checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 6084dependencies = [
 6085 "bytemuck",
 6086]
 6087
 6088[[package]]
 6089name = "fontconfig-parser"
 6090version = "0.5.7"
 6091source = "registry+https://github.com/rust-lang/crates.io-index"
 6092checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 6093dependencies = [
 6094 "roxmltree",
 6095]
 6096
 6097[[package]]
 6098name = "fontdb"
 6099version = "0.16.2"
 6100source = "registry+https://github.com/rust-lang/crates.io-index"
 6101checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6102dependencies = [
 6103 "fontconfig-parser",
 6104 "log",
 6105 "memmap2",
 6106 "slotmap",
 6107 "tinyvec",
 6108 "ttf-parser 0.20.0",
 6109]
 6110
 6111[[package]]
 6112name = "fontdb"
 6113version = "0.23.0"
 6114source = "registry+https://github.com/rust-lang/crates.io-index"
 6115checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6116dependencies = [
 6117 "fontconfig-parser",
 6118 "log",
 6119 "memmap2",
 6120 "slotmap",
 6121 "tinyvec",
 6122 "ttf-parser 0.25.1",
 6123]
 6124
 6125[[package]]
 6126name = "foreign-types"
 6127version = "0.3.2"
 6128source = "registry+https://github.com/rust-lang/crates.io-index"
 6129checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6130dependencies = [
 6131 "foreign-types-shared 0.1.1",
 6132]
 6133
 6134[[package]]
 6135name = "foreign-types"
 6136version = "0.5.0"
 6137source = "registry+https://github.com/rust-lang/crates.io-index"
 6138checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6139dependencies = [
 6140 "foreign-types-macros",
 6141 "foreign-types-shared 0.3.1",
 6142]
 6143
 6144[[package]]
 6145name = "foreign-types-macros"
 6146version = "0.2.3"
 6147source = "registry+https://github.com/rust-lang/crates.io-index"
 6148checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6149dependencies = [
 6150 "proc-macro2",
 6151 "quote",
 6152 "syn 2.0.101",
 6153]
 6154
 6155[[package]]
 6156name = "foreign-types-shared"
 6157version = "0.1.1"
 6158source = "registry+https://github.com/rust-lang/crates.io-index"
 6159checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6160
 6161[[package]]
 6162name = "foreign-types-shared"
 6163version = "0.3.1"
 6164source = "registry+https://github.com/rust-lang/crates.io-index"
 6165checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6166
 6167[[package]]
 6168name = "fork"
 6169version = "0.2.0"
 6170source = "registry+https://github.com/rust-lang/crates.io-index"
 6171checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 6172dependencies = [
 6173 "libc",
 6174]
 6175
 6176[[package]]
 6177name = "form_urlencoded"
 6178version = "1.2.1"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 6181dependencies = [
 6182 "percent-encoding",
 6183]
 6184
 6185[[package]]
 6186name = "fraction"
 6187version = "0.15.3"
 6188source = "registry+https://github.com/rust-lang/crates.io-index"
 6189checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6190dependencies = [
 6191 "lazy_static",
 6192 "num",
 6193]
 6194
 6195[[package]]
 6196name = "freetype-sys"
 6197version = "0.20.1"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6200dependencies = [
 6201 "cc",
 6202 "libc",
 6203 "pkg-config",
 6204]
 6205
 6206[[package]]
 6207name = "fs"
 6208version = "0.1.0"
 6209dependencies = [
 6210 "anyhow",
 6211 "ashpd 0.11.0",
 6212 "async-tar",
 6213 "async-trait",
 6214 "cocoa 0.26.0",
 6215 "collections",
 6216 "fsevent",
 6217 "futures 0.3.31",
 6218 "git",
 6219 "gpui",
 6220 "ignore",
 6221 "libc",
 6222 "log",
 6223 "notify 8.0.0",
 6224 "objc",
 6225 "parking_lot",
 6226 "paths",
 6227 "proto",
 6228 "rope",
 6229 "serde",
 6230 "serde_json",
 6231 "smol",
 6232 "tempfile",
 6233 "text",
 6234 "time",
 6235 "util",
 6236 "windows 0.61.1",
 6237 "workspace-hack",
 6238]
 6239
 6240[[package]]
 6241name = "fs-set-times"
 6242version = "0.20.3"
 6243source = "registry+https://github.com/rust-lang/crates.io-index"
 6244checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6245dependencies = [
 6246 "io-lifetimes",
 6247 "rustix 1.0.7",
 6248 "windows-sys 0.59.0",
 6249]
 6250
 6251[[package]]
 6252name = "fs2"
 6253version = "0.4.3"
 6254source = "registry+https://github.com/rust-lang/crates.io-index"
 6255checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6256dependencies = [
 6257 "libc",
 6258 "winapi",
 6259]
 6260
 6261[[package]]
 6262name = "fs_extra"
 6263version = "1.3.0"
 6264source = "registry+https://github.com/rust-lang/crates.io-index"
 6265checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6266
 6267[[package]]
 6268name = "fsevent"
 6269version = "0.1.0"
 6270dependencies = [
 6271 "bitflags 2.9.0",
 6272 "core-foundation 0.10.0",
 6273 "fsevent-sys 3.1.0",
 6274 "log",
 6275 "parking_lot",
 6276 "tempfile",
 6277 "workspace-hack",
 6278]
 6279
 6280[[package]]
 6281name = "fsevent-sys"
 6282version = "3.1.0"
 6283source = "registry+https://github.com/rust-lang/crates.io-index"
 6284checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 6285dependencies = [
 6286 "libc",
 6287]
 6288
 6289[[package]]
 6290name = "fsevent-sys"
 6291version = "4.1.0"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6294dependencies = [
 6295 "libc",
 6296]
 6297
 6298[[package]]
 6299name = "funty"
 6300version = "2.0.0"
 6301source = "registry+https://github.com/rust-lang/crates.io-index"
 6302checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6303
 6304[[package]]
 6305name = "futf"
 6306version = "0.1.5"
 6307source = "registry+https://github.com/rust-lang/crates.io-index"
 6308checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6309dependencies = [
 6310 "mac",
 6311 "new_debug_unreachable",
 6312]
 6313
 6314[[package]]
 6315name = "futures"
 6316version = "0.1.31"
 6317source = "registry+https://github.com/rust-lang/crates.io-index"
 6318checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6319
 6320[[package]]
 6321name = "futures"
 6322version = "0.3.31"
 6323source = "registry+https://github.com/rust-lang/crates.io-index"
 6324checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6325dependencies = [
 6326 "futures-channel",
 6327 "futures-core",
 6328 "futures-executor",
 6329 "futures-io",
 6330 "futures-sink",
 6331 "futures-task",
 6332 "futures-util",
 6333]
 6334
 6335[[package]]
 6336name = "futures-channel"
 6337version = "0.3.31"
 6338source = "registry+https://github.com/rust-lang/crates.io-index"
 6339checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6340dependencies = [
 6341 "futures-core",
 6342 "futures-sink",
 6343]
 6344
 6345[[package]]
 6346name = "futures-core"
 6347version = "0.3.31"
 6348source = "registry+https://github.com/rust-lang/crates.io-index"
 6349checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6350
 6351[[package]]
 6352name = "futures-executor"
 6353version = "0.3.31"
 6354source = "registry+https://github.com/rust-lang/crates.io-index"
 6355checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6356dependencies = [
 6357 "futures-core",
 6358 "futures-task",
 6359 "futures-util",
 6360]
 6361
 6362[[package]]
 6363name = "futures-intrusive"
 6364version = "0.5.0"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6367dependencies = [
 6368 "futures-core",
 6369 "lock_api",
 6370 "parking_lot",
 6371]
 6372
 6373[[package]]
 6374name = "futures-io"
 6375version = "0.3.31"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6378
 6379[[package]]
 6380name = "futures-lite"
 6381version = "1.13.0"
 6382source = "registry+https://github.com/rust-lang/crates.io-index"
 6383checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6384dependencies = [
 6385 "fastrand 1.9.0",
 6386 "futures-core",
 6387 "futures-io",
 6388 "memchr",
 6389 "parking",
 6390 "pin-project-lite",
 6391 "waker-fn",
 6392]
 6393
 6394[[package]]
 6395name = "futures-lite"
 6396version = "2.6.0"
 6397source = "registry+https://github.com/rust-lang/crates.io-index"
 6398checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 6399dependencies = [
 6400 "fastrand 2.3.0",
 6401 "futures-core",
 6402 "futures-io",
 6403 "parking",
 6404 "pin-project-lite",
 6405]
 6406
 6407[[package]]
 6408name = "futures-macro"
 6409version = "0.3.31"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6412dependencies = [
 6413 "proc-macro2",
 6414 "quote",
 6415 "syn 2.0.101",
 6416]
 6417
 6418[[package]]
 6419name = "futures-sink"
 6420version = "0.3.31"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6423
 6424[[package]]
 6425name = "futures-task"
 6426version = "0.3.31"
 6427source = "registry+https://github.com/rust-lang/crates.io-index"
 6428checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6429
 6430[[package]]
 6431name = "futures-util"
 6432version = "0.3.31"
 6433source = "registry+https://github.com/rust-lang/crates.io-index"
 6434checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6435dependencies = [
 6436 "futures 0.1.31",
 6437 "futures-channel",
 6438 "futures-core",
 6439 "futures-io",
 6440 "futures-macro",
 6441 "futures-sink",
 6442 "futures-task",
 6443 "memchr",
 6444 "pin-project-lite",
 6445 "pin-utils",
 6446 "slab",
 6447 "tokio-io",
 6448]
 6449
 6450[[package]]
 6451name = "fuzzy"
 6452version = "0.1.0"
 6453dependencies = [
 6454 "gpui",
 6455 "log",
 6456 "util",
 6457 "workspace-hack",
 6458]
 6459
 6460[[package]]
 6461name = "fuzzy-matcher"
 6462version = "0.3.7"
 6463source = "registry+https://github.com/rust-lang/crates.io-index"
 6464checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6465dependencies = [
 6466 "thread_local",
 6467]
 6468
 6469[[package]]
 6470name = "gemm"
 6471version = "0.17.1"
 6472source = "registry+https://github.com/rust-lang/crates.io-index"
 6473checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6474dependencies = [
 6475 "dyn-stack 0.10.0",
 6476 "gemm-c32 0.17.1",
 6477 "gemm-c64 0.17.1",
 6478 "gemm-common 0.17.1",
 6479 "gemm-f16 0.17.1",
 6480 "gemm-f32 0.17.1",
 6481 "gemm-f64 0.17.1",
 6482 "num-complex",
 6483 "num-traits",
 6484 "paste",
 6485 "raw-cpuid 10.7.0",
 6486 "seq-macro",
 6487]
 6488
 6489[[package]]
 6490name = "gemm"
 6491version = "0.18.2"
 6492source = "registry+https://github.com/rust-lang/crates.io-index"
 6493checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6494dependencies = [
 6495 "dyn-stack 0.13.0",
 6496 "gemm-c32 0.18.2",
 6497 "gemm-c64 0.18.2",
 6498 "gemm-common 0.18.2",
 6499 "gemm-f16 0.18.2",
 6500 "gemm-f32 0.18.2",
 6501 "gemm-f64 0.18.2",
 6502 "num-complex",
 6503 "num-traits",
 6504 "paste",
 6505 "raw-cpuid 11.6.0",
 6506 "seq-macro",
 6507]
 6508
 6509[[package]]
 6510name = "gemm-c32"
 6511version = "0.17.1"
 6512source = "registry+https://github.com/rust-lang/crates.io-index"
 6513checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6514dependencies = [
 6515 "dyn-stack 0.10.0",
 6516 "gemm-common 0.17.1",
 6517 "num-complex",
 6518 "num-traits",
 6519 "paste",
 6520 "raw-cpuid 10.7.0",
 6521 "seq-macro",
 6522]
 6523
 6524[[package]]
 6525name = "gemm-c32"
 6526version = "0.18.2"
 6527source = "registry+https://github.com/rust-lang/crates.io-index"
 6528checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6529dependencies = [
 6530 "dyn-stack 0.13.0",
 6531 "gemm-common 0.18.2",
 6532 "num-complex",
 6533 "num-traits",
 6534 "paste",
 6535 "raw-cpuid 11.6.0",
 6536 "seq-macro",
 6537]
 6538
 6539[[package]]
 6540name = "gemm-c64"
 6541version = "0.17.1"
 6542source = "registry+https://github.com/rust-lang/crates.io-index"
 6543checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6544dependencies = [
 6545 "dyn-stack 0.10.0",
 6546 "gemm-common 0.17.1",
 6547 "num-complex",
 6548 "num-traits",
 6549 "paste",
 6550 "raw-cpuid 10.7.0",
 6551 "seq-macro",
 6552]
 6553
 6554[[package]]
 6555name = "gemm-c64"
 6556version = "0.18.2"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6559dependencies = [
 6560 "dyn-stack 0.13.0",
 6561 "gemm-common 0.18.2",
 6562 "num-complex",
 6563 "num-traits",
 6564 "paste",
 6565 "raw-cpuid 11.6.0",
 6566 "seq-macro",
 6567]
 6568
 6569[[package]]
 6570name = "gemm-common"
 6571version = "0.17.1"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6574dependencies = [
 6575 "bytemuck",
 6576 "dyn-stack 0.10.0",
 6577 "half",
 6578 "num-complex",
 6579 "num-traits",
 6580 "once_cell",
 6581 "paste",
 6582 "pulp 0.18.22",
 6583 "raw-cpuid 10.7.0",
 6584 "rayon",
 6585 "seq-macro",
 6586 "sysctl 0.5.5",
 6587]
 6588
 6589[[package]]
 6590name = "gemm-common"
 6591version = "0.18.2"
 6592source = "registry+https://github.com/rust-lang/crates.io-index"
 6593checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6594dependencies = [
 6595 "bytemuck",
 6596 "dyn-stack 0.13.0",
 6597 "half",
 6598 "libm",
 6599 "num-complex",
 6600 "num-traits",
 6601 "once_cell",
 6602 "paste",
 6603 "pulp 0.21.5",
 6604 "raw-cpuid 11.6.0",
 6605 "rayon",
 6606 "seq-macro",
 6607 "sysctl 0.6.0",
 6608]
 6609
 6610[[package]]
 6611name = "gemm-f16"
 6612version = "0.17.1"
 6613source = "registry+https://github.com/rust-lang/crates.io-index"
 6614checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6615dependencies = [
 6616 "dyn-stack 0.10.0",
 6617 "gemm-common 0.17.1",
 6618 "gemm-f32 0.17.1",
 6619 "half",
 6620 "num-complex",
 6621 "num-traits",
 6622 "paste",
 6623 "raw-cpuid 10.7.0",
 6624 "rayon",
 6625 "seq-macro",
 6626]
 6627
 6628[[package]]
 6629name = "gemm-f16"
 6630version = "0.18.2"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6633dependencies = [
 6634 "dyn-stack 0.13.0",
 6635 "gemm-common 0.18.2",
 6636 "gemm-f32 0.18.2",
 6637 "half",
 6638 "num-complex",
 6639 "num-traits",
 6640 "paste",
 6641 "raw-cpuid 11.6.0",
 6642 "rayon",
 6643 "seq-macro",
 6644]
 6645
 6646[[package]]
 6647name = "gemm-f32"
 6648version = "0.17.1"
 6649source = "registry+https://github.com/rust-lang/crates.io-index"
 6650checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6651dependencies = [
 6652 "dyn-stack 0.10.0",
 6653 "gemm-common 0.17.1",
 6654 "num-complex",
 6655 "num-traits",
 6656 "paste",
 6657 "raw-cpuid 10.7.0",
 6658 "seq-macro",
 6659]
 6660
 6661[[package]]
 6662name = "gemm-f32"
 6663version = "0.18.2"
 6664source = "registry+https://github.com/rust-lang/crates.io-index"
 6665checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6666dependencies = [
 6667 "dyn-stack 0.13.0",
 6668 "gemm-common 0.18.2",
 6669 "num-complex",
 6670 "num-traits",
 6671 "paste",
 6672 "raw-cpuid 11.6.0",
 6673 "seq-macro",
 6674]
 6675
 6676[[package]]
 6677name = "gemm-f64"
 6678version = "0.17.1"
 6679source = "registry+https://github.com/rust-lang/crates.io-index"
 6680checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6681dependencies = [
 6682 "dyn-stack 0.10.0",
 6683 "gemm-common 0.17.1",
 6684 "num-complex",
 6685 "num-traits",
 6686 "paste",
 6687 "raw-cpuid 10.7.0",
 6688 "seq-macro",
 6689]
 6690
 6691[[package]]
 6692name = "gemm-f64"
 6693version = "0.18.2"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6696dependencies = [
 6697 "dyn-stack 0.13.0",
 6698 "gemm-common 0.18.2",
 6699 "num-complex",
 6700 "num-traits",
 6701 "paste",
 6702 "raw-cpuid 11.6.0",
 6703 "seq-macro",
 6704]
 6705
 6706[[package]]
 6707name = "generator"
 6708version = "0.8.5"
 6709source = "registry+https://github.com/rust-lang/crates.io-index"
 6710checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 6711dependencies = [
 6712 "cc",
 6713 "cfg-if",
 6714 "libc",
 6715 "log",
 6716 "rustversion",
 6717 "windows 0.61.1",
 6718]
 6719
 6720[[package]]
 6721name = "generic-array"
 6722version = "0.14.7"
 6723source = "registry+https://github.com/rust-lang/crates.io-index"
 6724checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6725dependencies = [
 6726 "typenum",
 6727 "version_check",
 6728]
 6729
 6730[[package]]
 6731name = "gethostname"
 6732version = "0.4.3"
 6733source = "registry+https://github.com/rust-lang/crates.io-index"
 6734checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 6735dependencies = [
 6736 "libc",
 6737 "windows-targets 0.48.5",
 6738]
 6739
 6740[[package]]
 6741name = "getrandom"
 6742version = "0.2.15"
 6743source = "registry+https://github.com/rust-lang/crates.io-index"
 6744checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 6745dependencies = [
 6746 "cfg-if",
 6747 "js-sys",
 6748 "libc",
 6749 "wasi 0.11.0+wasi-snapshot-preview1",
 6750 "wasm-bindgen",
 6751]
 6752
 6753[[package]]
 6754name = "getrandom"
 6755version = "0.3.2"
 6756source = "registry+https://github.com/rust-lang/crates.io-index"
 6757checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 6758dependencies = [
 6759 "cfg-if",
 6760 "js-sys",
 6761 "libc",
 6762 "r-efi",
 6763 "wasi 0.14.2+wasi-0.2.4",
 6764 "wasm-bindgen",
 6765]
 6766
 6767[[package]]
 6768name = "gif"
 6769version = "0.13.1"
 6770source = "registry+https://github.com/rust-lang/crates.io-index"
 6771checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 6772dependencies = [
 6773 "color_quant",
 6774 "weezl",
 6775]
 6776
 6777[[package]]
 6778name = "gimli"
 6779version = "0.31.1"
 6780source = "registry+https://github.com/rust-lang/crates.io-index"
 6781checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6782dependencies = [
 6783 "fallible-iterator",
 6784 "indexmap 2.9.0",
 6785 "stable_deref_trait",
 6786]
 6787
 6788[[package]]
 6789name = "git"
 6790version = "0.1.0"
 6791dependencies = [
 6792 "anyhow",
 6793 "askpass",
 6794 "async-trait",
 6795 "collections",
 6796 "derive_more",
 6797 "futures 0.3.31",
 6798 "git2",
 6799 "gpui",
 6800 "http_client",
 6801 "log",
 6802 "parking_lot",
 6803 "pretty_assertions",
 6804 "rand 0.9.1",
 6805 "regex",
 6806 "rope",
 6807 "schemars 1.0.1",
 6808 "serde",
 6809 "serde_json",
 6810 "smol",
 6811 "sum_tree",
 6812 "tempfile",
 6813 "text",
 6814 "thiserror 2.0.12",
 6815 "time",
 6816 "unindent",
 6817 "url",
 6818 "util",
 6819 "uuid",
 6820 "workspace-hack",
 6821]
 6822
 6823[[package]]
 6824name = "git2"
 6825version = "0.20.1"
 6826source = "registry+https://github.com/rust-lang/crates.io-index"
 6827checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6828dependencies = [
 6829 "bitflags 2.9.0",
 6830 "libc",
 6831 "libgit2-sys",
 6832 "log",
 6833 "url",
 6834]
 6835
 6836[[package]]
 6837name = "git_hosting_providers"
 6838version = "0.1.0"
 6839dependencies = [
 6840 "anyhow",
 6841 "async-trait",
 6842 "futures 0.3.31",
 6843 "git",
 6844 "gpui",
 6845 "http_client",
 6846 "indoc",
 6847 "pretty_assertions",
 6848 "regex",
 6849 "serde",
 6850 "serde_json",
 6851 "settings",
 6852 "url",
 6853 "util",
 6854 "workspace-hack",
 6855]
 6856
 6857[[package]]
 6858name = "git_ui"
 6859version = "0.1.0"
 6860dependencies = [
 6861 "agent_settings",
 6862 "anyhow",
 6863 "askpass",
 6864 "buffer_diff",
 6865 "call",
 6866 "chrono",
 6867 "cloud_llm_client",
 6868 "collections",
 6869 "command_palette_hooks",
 6870 "component",
 6871 "ctor",
 6872 "db",
 6873 "editor",
 6874 "futures 0.3.31",
 6875 "fuzzy",
 6876 "git",
 6877 "gpui",
 6878 "indoc",
 6879 "itertools 0.14.0",
 6880 "language",
 6881 "language_model",
 6882 "linkify",
 6883 "log",
 6884 "markdown",
 6885 "menu",
 6886 "multi_buffer",
 6887 "notifications",
 6888 "panel",
 6889 "picker",
 6890 "postage",
 6891 "pretty_assertions",
 6892 "project",
 6893 "schemars 1.0.1",
 6894 "serde",
 6895 "serde_json",
 6896 "settings",
 6897 "strum 0.27.1",
 6898 "telemetry",
 6899 "theme",
 6900 "time",
 6901 "time_format",
 6902 "ui",
 6903 "unindent",
 6904 "util",
 6905 "watch",
 6906 "windows 0.61.1",
 6907 "workspace",
 6908 "workspace-hack",
 6909 "zed_actions",
 6910 "zeroize",
 6911 "zlog",
 6912]
 6913
 6914[[package]]
 6915name = "glob"
 6916version = "0.3.2"
 6917source = "registry+https://github.com/rust-lang/crates.io-index"
 6918checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6919
 6920[[package]]
 6921name = "globset"
 6922version = "0.4.16"
 6923source = "registry+https://github.com/rust-lang/crates.io-index"
 6924checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6925dependencies = [
 6926 "aho-corasick",
 6927 "bstr",
 6928 "log",
 6929 "regex-automata",
 6930 "regex-syntax",
 6931]
 6932
 6933[[package]]
 6934name = "gloo-timers"
 6935version = "0.3.0"
 6936source = "registry+https://github.com/rust-lang/crates.io-index"
 6937checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6938dependencies = [
 6939 "futures-channel",
 6940 "futures-core",
 6941 "js-sys",
 6942 "wasm-bindgen",
 6943]
 6944
 6945[[package]]
 6946name = "glow"
 6947version = "0.14.2"
 6948source = "registry+https://github.com/rust-lang/crates.io-index"
 6949checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6950dependencies = [
 6951 "js-sys",
 6952 "slotmap",
 6953 "wasm-bindgen",
 6954 "web-sys",
 6955]
 6956
 6957[[package]]
 6958name = "go_to_line"
 6959version = "0.1.0"
 6960dependencies = [
 6961 "editor",
 6962 "gpui",
 6963 "indoc",
 6964 "language",
 6965 "menu",
 6966 "project",
 6967 "rope",
 6968 "serde",
 6969 "serde_json",
 6970 "settings",
 6971 "text",
 6972 "theme",
 6973 "tree-sitter-rust",
 6974 "tree-sitter-typescript",
 6975 "ui",
 6976 "util",
 6977 "workspace",
 6978 "workspace-hack",
 6979]
 6980
 6981[[package]]
 6982name = "goblin"
 6983version = "0.8.2"
 6984source = "registry+https://github.com/rust-lang/crates.io-index"
 6985checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
 6986dependencies = [
 6987 "log",
 6988 "plain",
 6989 "scroll",
 6990]
 6991
 6992[[package]]
 6993name = "google_ai"
 6994version = "0.1.0"
 6995dependencies = [
 6996 "anyhow",
 6997 "futures 0.3.31",
 6998 "http_client",
 6999 "schemars 1.0.1",
 7000 "serde",
 7001 "serde_json",
 7002 "settings",
 7003 "strum 0.27.1",
 7004 "workspace-hack",
 7005]
 7006
 7007[[package]]
 7008name = "gpu-alloc"
 7009version = "0.6.0"
 7010source = "registry+https://github.com/rust-lang/crates.io-index"
 7011checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 7012dependencies = [
 7013 "bitflags 2.9.0",
 7014 "gpu-alloc-types",
 7015]
 7016
 7017[[package]]
 7018name = "gpu-alloc-ash"
 7019version = "0.7.0"
 7020source = "registry+https://github.com/rust-lang/crates.io-index"
 7021checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 7022dependencies = [
 7023 "ash",
 7024 "gpu-alloc-types",
 7025 "tinyvec",
 7026]
 7027
 7028[[package]]
 7029name = "gpu-alloc-types"
 7030version = "0.3.0"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7033dependencies = [
 7034 "bitflags 2.9.0",
 7035]
 7036
 7037[[package]]
 7038name = "gpui"
 7039version = "0.1.0"
 7040dependencies = [
 7041 "anyhow",
 7042 "as-raw-xcb-connection",
 7043 "ashpd 0.11.0",
 7044 "async-task",
 7045 "backtrace",
 7046 "bindgen 0.71.1",
 7047 "blade-graphics",
 7048 "blade-macros",
 7049 "blade-util",
 7050 "block",
 7051 "bytemuck",
 7052 "calloop",
 7053 "calloop-wayland-source",
 7054 "cbindgen",
 7055 "cocoa 0.26.0",
 7056 "collections",
 7057 "core-foundation 0.10.0",
 7058 "core-foundation-sys",
 7059 "core-graphics 0.24.0",
 7060 "core-text",
 7061 "core-video",
 7062 "cosmic-text",
 7063 "ctor",
 7064 "derive_more",
 7065 "embed-resource",
 7066 "env_logger 0.11.8",
 7067 "etagere",
 7068 "filedescriptor",
 7069 "flume",
 7070 "font-kit",
 7071 "foreign-types 0.5.0",
 7072 "futures 0.3.31",
 7073 "gpui_macros",
 7074 "http_client",
 7075 "image",
 7076 "inventory",
 7077 "itertools 0.14.0",
 7078 "libc",
 7079 "log",
 7080 "lyon",
 7081 "media",
 7082 "metal",
 7083 "naga",
 7084 "num_cpus",
 7085 "objc",
 7086 "objc2",
 7087 "objc2-metal",
 7088 "oo7",
 7089 "open",
 7090 "parking",
 7091 "parking_lot",
 7092 "pathfinder_geometry",
 7093 "postage",
 7094 "pretty_assertions",
 7095 "profiling",
 7096 "rand 0.9.1",
 7097 "raw-window-handle",
 7098 "refineable",
 7099 "reqwest_client",
 7100 "resvg",
 7101 "scap",
 7102 "schemars 1.0.1",
 7103 "seahash",
 7104 "semantic_version",
 7105 "serde",
 7106 "serde_json",
 7107 "slotmap",
 7108 "smallvec",
 7109 "smol",
 7110 "stacksafe",
 7111 "strum 0.27.1",
 7112 "sum_tree",
 7113 "taffy",
 7114 "thiserror 2.0.12",
 7115 "unicode-segmentation",
 7116 "usvg",
 7117 "util",
 7118 "util_macros",
 7119 "uuid",
 7120 "waker-fn",
 7121 "wayland-backend",
 7122 "wayland-client",
 7123 "wayland-cursor",
 7124 "wayland-protocols",
 7125 "wayland-protocols-plasma",
 7126 "windows 0.61.1",
 7127 "windows-core 0.61.0",
 7128 "windows-numerics",
 7129 "windows-registry 0.5.1",
 7130 "workspace-hack",
 7131 "x11-clipboard",
 7132 "x11rb",
 7133 "xim",
 7134 "xkbcommon",
 7135]
 7136
 7137[[package]]
 7138name = "gpui_macros"
 7139version = "0.1.0"
 7140dependencies = [
 7141 "gpui",
 7142 "heck 0.5.0",
 7143 "proc-macro2",
 7144 "quote",
 7145 "syn 2.0.101",
 7146 "workspace-hack",
 7147]
 7148
 7149[[package]]
 7150name = "gpui_tokio"
 7151version = "0.1.0"
 7152dependencies = [
 7153 "anyhow",
 7154 "gpui",
 7155 "tokio",
 7156 "util",
 7157 "workspace-hack",
 7158]
 7159
 7160[[package]]
 7161name = "grid"
 7162version = "0.18.0"
 7163source = "registry+https://github.com/rust-lang/crates.io-index"
 7164checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7165
 7166[[package]]
 7167name = "group"
 7168version = "0.12.1"
 7169source = "registry+https://github.com/rust-lang/crates.io-index"
 7170checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7171dependencies = [
 7172 "ff",
 7173 "rand_core 0.6.4",
 7174 "subtle",
 7175]
 7176
 7177[[package]]
 7178name = "h2"
 7179version = "0.3.26"
 7180source = "registry+https://github.com/rust-lang/crates.io-index"
 7181checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7182dependencies = [
 7183 "bytes 1.10.1",
 7184 "fnv",
 7185 "futures-core",
 7186 "futures-sink",
 7187 "futures-util",
 7188 "http 0.2.12",
 7189 "indexmap 2.9.0",
 7190 "slab",
 7191 "tokio",
 7192 "tokio-util",
 7193 "tracing",
 7194]
 7195
 7196[[package]]
 7197name = "h2"
 7198version = "0.4.9"
 7199source = "registry+https://github.com/rust-lang/crates.io-index"
 7200checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7201dependencies = [
 7202 "atomic-waker",
 7203 "bytes 1.10.1",
 7204 "fnv",
 7205 "futures-core",
 7206 "futures-sink",
 7207 "http 1.3.1",
 7208 "indexmap 2.9.0",
 7209 "slab",
 7210 "tokio",
 7211 "tokio-util",
 7212 "tracing",
 7213]
 7214
 7215[[package]]
 7216name = "half"
 7217version = "2.6.0"
 7218source = "registry+https://github.com/rust-lang/crates.io-index"
 7219checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7220dependencies = [
 7221 "bytemuck",
 7222 "cfg-if",
 7223 "crunchy",
 7224 "num-traits",
 7225 "rand 0.9.1",
 7226 "rand_distr",
 7227]
 7228
 7229[[package]]
 7230name = "handlebars"
 7231version = "4.5.0"
 7232source = "registry+https://github.com/rust-lang/crates.io-index"
 7233checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7234dependencies = [
 7235 "log",
 7236 "pest",
 7237 "pest_derive",
 7238 "rust-embed",
 7239 "serde",
 7240 "serde_json",
 7241 "thiserror 1.0.69",
 7242]
 7243
 7244[[package]]
 7245name = "handlebars"
 7246version = "5.1.2"
 7247source = "registry+https://github.com/rust-lang/crates.io-index"
 7248checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7249dependencies = [
 7250 "log",
 7251 "pest",
 7252 "pest_derive",
 7253 "serde",
 7254 "serde_json",
 7255 "thiserror 1.0.69",
 7256]
 7257
 7258[[package]]
 7259name = "hashbrown"
 7260version = "0.12.3"
 7261source = "registry+https://github.com/rust-lang/crates.io-index"
 7262checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7263dependencies = [
 7264 "ahash 0.7.8",
 7265]
 7266
 7267[[package]]
 7268name = "hashbrown"
 7269version = "0.14.5"
 7270source = "registry+https://github.com/rust-lang/crates.io-index"
 7271checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7272dependencies = [
 7273 "ahash 0.8.11",
 7274 "allocator-api2",
 7275]
 7276
 7277[[package]]
 7278name = "hashbrown"
 7279version = "0.15.3"
 7280source = "registry+https://github.com/rust-lang/crates.io-index"
 7281checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7282dependencies = [
 7283 "allocator-api2",
 7284 "equivalent",
 7285 "foldhash",
 7286 "serde",
 7287]
 7288
 7289[[package]]
 7290name = "hashlink"
 7291version = "0.8.4"
 7292source = "registry+https://github.com/rust-lang/crates.io-index"
 7293checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7294dependencies = [
 7295 "hashbrown 0.14.5",
 7296]
 7297
 7298[[package]]
 7299name = "hashlink"
 7300version = "0.10.0"
 7301source = "registry+https://github.com/rust-lang/crates.io-index"
 7302checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7303dependencies = [
 7304 "hashbrown 0.15.3",
 7305]
 7306
 7307[[package]]
 7308name = "headers"
 7309version = "0.3.9"
 7310source = "registry+https://github.com/rust-lang/crates.io-index"
 7311checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7312dependencies = [
 7313 "base64 0.21.7",
 7314 "bytes 1.10.1",
 7315 "headers-core",
 7316 "http 0.2.12",
 7317 "httpdate",
 7318 "mime",
 7319 "sha1",
 7320]
 7321
 7322[[package]]
 7323name = "headers-core"
 7324version = "0.2.0"
 7325source = "registry+https://github.com/rust-lang/crates.io-index"
 7326checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7327dependencies = [
 7328 "http 0.2.12",
 7329]
 7330
 7331[[package]]
 7332name = "heck"
 7333version = "0.3.3"
 7334source = "registry+https://github.com/rust-lang/crates.io-index"
 7335checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7336dependencies = [
 7337 "unicode-segmentation",
 7338]
 7339
 7340[[package]]
 7341name = "heck"
 7342version = "0.4.1"
 7343source = "registry+https://github.com/rust-lang/crates.io-index"
 7344checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7345dependencies = [
 7346 "unicode-segmentation",
 7347]
 7348
 7349[[package]]
 7350name = "heck"
 7351version = "0.5.0"
 7352source = "registry+https://github.com/rust-lang/crates.io-index"
 7353checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7354
 7355[[package]]
 7356name = "heed"
 7357version = "0.21.0"
 7358source = "registry+https://github.com/rust-lang/crates.io-index"
 7359checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7360dependencies = [
 7361 "bitflags 2.9.0",
 7362 "byteorder",
 7363 "heed-traits",
 7364 "heed-types",
 7365 "libc",
 7366 "lmdb-master-sys",
 7367 "once_cell",
 7368 "page_size",
 7369 "serde",
 7370 "synchronoise",
 7371 "url",
 7372]
 7373
 7374[[package]]
 7375name = "heed-traits"
 7376version = "0.20.0"
 7377source = "registry+https://github.com/rust-lang/crates.io-index"
 7378checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7379
 7380[[package]]
 7381name = "heed-types"
 7382version = "0.21.0"
 7383source = "registry+https://github.com/rust-lang/crates.io-index"
 7384checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7385dependencies = [
 7386 "bincode",
 7387 "byteorder",
 7388 "heed-traits",
 7389 "serde",
 7390 "serde_json",
 7391]
 7392
 7393[[package]]
 7394name = "hermit-abi"
 7395version = "0.3.9"
 7396source = "registry+https://github.com/rust-lang/crates.io-index"
 7397checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7398
 7399[[package]]
 7400name = "hermit-abi"
 7401version = "0.5.0"
 7402source = "registry+https://github.com/rust-lang/crates.io-index"
 7403checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7404
 7405[[package]]
 7406name = "hex"
 7407version = "0.4.3"
 7408source = "registry+https://github.com/rust-lang/crates.io-index"
 7409checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7410
 7411[[package]]
 7412name = "hexf-parse"
 7413version = "0.2.1"
 7414source = "registry+https://github.com/rust-lang/crates.io-index"
 7415checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7416
 7417[[package]]
 7418name = "hidden-trait"
 7419version = "0.1.2"
 7420source = "registry+https://github.com/rust-lang/crates.io-index"
 7421checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7422dependencies = [
 7423 "proc-macro2",
 7424 "quote",
 7425 "syn 1.0.109",
 7426]
 7427
 7428[[package]]
 7429name = "hkdf"
 7430version = "0.12.4"
 7431source = "registry+https://github.com/rust-lang/crates.io-index"
 7432checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7433dependencies = [
 7434 "hmac",
 7435]
 7436
 7437[[package]]
 7438name = "hmac"
 7439version = "0.12.1"
 7440source = "registry+https://github.com/rust-lang/crates.io-index"
 7441checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7442dependencies = [
 7443 "digest",
 7444]
 7445
 7446[[package]]
 7447name = "home"
 7448version = "0.5.11"
 7449source = "registry+https://github.com/rust-lang/crates.io-index"
 7450checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7451dependencies = [
 7452 "windows-sys 0.59.0",
 7453]
 7454
 7455[[package]]
 7456name = "hound"
 7457version = "3.5.1"
 7458source = "registry+https://github.com/rust-lang/crates.io-index"
 7459checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7460
 7461[[package]]
 7462name = "html5ever"
 7463version = "0.27.0"
 7464source = "registry+https://github.com/rust-lang/crates.io-index"
 7465checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7466dependencies = [
 7467 "log",
 7468 "mac",
 7469 "markup5ever 0.12.1",
 7470 "proc-macro2",
 7471 "quote",
 7472 "syn 2.0.101",
 7473]
 7474
 7475[[package]]
 7476name = "html5ever"
 7477version = "0.31.0"
 7478source = "registry+https://github.com/rust-lang/crates.io-index"
 7479checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7480dependencies = [
 7481 "log",
 7482 "mac",
 7483 "markup5ever 0.16.1",
 7484 "match_token",
 7485]
 7486
 7487[[package]]
 7488name = "html_to_markdown"
 7489version = "0.1.0"
 7490dependencies = [
 7491 "anyhow",
 7492 "html5ever 0.27.0",
 7493 "indoc",
 7494 "markup5ever_rcdom",
 7495 "pretty_assertions",
 7496 "regex",
 7497 "workspace-hack",
 7498]
 7499
 7500[[package]]
 7501name = "http"
 7502version = "0.2.12"
 7503source = "registry+https://github.com/rust-lang/crates.io-index"
 7504checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7505dependencies = [
 7506 "bytes 1.10.1",
 7507 "fnv",
 7508 "itoa",
 7509]
 7510
 7511[[package]]
 7512name = "http"
 7513version = "1.3.1"
 7514source = "registry+https://github.com/rust-lang/crates.io-index"
 7515checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7516dependencies = [
 7517 "bytes 1.10.1",
 7518 "fnv",
 7519 "itoa",
 7520]
 7521
 7522[[package]]
 7523name = "http-body"
 7524version = "0.4.6"
 7525source = "registry+https://github.com/rust-lang/crates.io-index"
 7526checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7527dependencies = [
 7528 "bytes 1.10.1",
 7529 "http 0.2.12",
 7530 "pin-project-lite",
 7531]
 7532
 7533[[package]]
 7534name = "http-body"
 7535version = "1.0.1"
 7536source = "registry+https://github.com/rust-lang/crates.io-index"
 7537checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7538dependencies = [
 7539 "bytes 1.10.1",
 7540 "http 1.3.1",
 7541]
 7542
 7543[[package]]
 7544name = "http-body-util"
 7545version = "0.1.3"
 7546source = "registry+https://github.com/rust-lang/crates.io-index"
 7547checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7548dependencies = [
 7549 "bytes 1.10.1",
 7550 "futures-core",
 7551 "http 1.3.1",
 7552 "http-body 1.0.1",
 7553 "pin-project-lite",
 7554]
 7555
 7556[[package]]
 7557name = "http-range-header"
 7558version = "0.3.1"
 7559source = "registry+https://github.com/rust-lang/crates.io-index"
 7560checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7561
 7562[[package]]
 7563name = "http_client"
 7564version = "0.1.0"
 7565dependencies = [
 7566 "anyhow",
 7567 "bytes 1.10.1",
 7568 "derive_more",
 7569 "futures 0.3.31",
 7570 "http 1.3.1",
 7571 "http-body 1.0.1",
 7572 "log",
 7573 "parking_lot",
 7574 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 7575 "serde",
 7576 "serde_json",
 7577 "url",
 7578 "workspace-hack",
 7579]
 7580
 7581[[package]]
 7582name = "http_client_tls"
 7583version = "0.1.0"
 7584dependencies = [
 7585 "rustls 0.23.26",
 7586 "rustls-platform-verifier",
 7587 "workspace-hack",
 7588]
 7589
 7590[[package]]
 7591name = "httparse"
 7592version = "1.10.1"
 7593source = "registry+https://github.com/rust-lang/crates.io-index"
 7594checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7595
 7596[[package]]
 7597name = "httpdate"
 7598version = "1.0.3"
 7599source = "registry+https://github.com/rust-lang/crates.io-index"
 7600checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7601
 7602[[package]]
 7603name = "human_bytes"
 7604version = "0.4.3"
 7605source = "registry+https://github.com/rust-lang/crates.io-index"
 7606checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7607
 7608[[package]]
 7609name = "humantime"
 7610version = "2.2.0"
 7611source = "registry+https://github.com/rust-lang/crates.io-index"
 7612checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7613
 7614[[package]]
 7615name = "hyper"
 7616version = "0.14.32"
 7617source = "registry+https://github.com/rust-lang/crates.io-index"
 7618checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7619dependencies = [
 7620 "bytes 1.10.1",
 7621 "futures-channel",
 7622 "futures-core",
 7623 "futures-util",
 7624 "h2 0.3.26",
 7625 "http 0.2.12",
 7626 "http-body 0.4.6",
 7627 "httparse",
 7628 "httpdate",
 7629 "itoa",
 7630 "pin-project-lite",
 7631 "socket2",
 7632 "tokio",
 7633 "tower-service",
 7634 "tracing",
 7635 "want",
 7636]
 7637
 7638[[package]]
 7639name = "hyper"
 7640version = "1.6.0"
 7641source = "registry+https://github.com/rust-lang/crates.io-index"
 7642checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7643dependencies = [
 7644 "bytes 1.10.1",
 7645 "futures-channel",
 7646 "futures-util",
 7647 "h2 0.4.9",
 7648 "http 1.3.1",
 7649 "http-body 1.0.1",
 7650 "httparse",
 7651 "itoa",
 7652 "pin-project-lite",
 7653 "smallvec",
 7654 "tokio",
 7655 "want",
 7656]
 7657
 7658[[package]]
 7659name = "hyper-rustls"
 7660version = "0.24.2"
 7661source = "registry+https://github.com/rust-lang/crates.io-index"
 7662checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7663dependencies = [
 7664 "futures-util",
 7665 "http 0.2.12",
 7666 "hyper 0.14.32",
 7667 "log",
 7668 "rustls 0.21.12",
 7669 "rustls-native-certs 0.6.3",
 7670 "tokio",
 7671 "tokio-rustls 0.24.1",
 7672]
 7673
 7674[[package]]
 7675name = "hyper-rustls"
 7676version = "0.27.5"
 7677source = "registry+https://github.com/rust-lang/crates.io-index"
 7678checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7679dependencies = [
 7680 "futures-util",
 7681 "http 1.3.1",
 7682 "hyper 1.6.0",
 7683 "hyper-util",
 7684 "rustls 0.23.26",
 7685 "rustls-native-certs 0.8.1",
 7686 "rustls-pki-types",
 7687 "tokio",
 7688 "tokio-rustls 0.26.2",
 7689 "tower-service",
 7690]
 7691
 7692[[package]]
 7693name = "hyper-tls"
 7694version = "0.5.0"
 7695source = "registry+https://github.com/rust-lang/crates.io-index"
 7696checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7697dependencies = [
 7698 "bytes 1.10.1",
 7699 "hyper 0.14.32",
 7700 "native-tls",
 7701 "tokio",
 7702 "tokio-native-tls",
 7703]
 7704
 7705[[package]]
 7706name = "hyper-util"
 7707version = "0.1.11"
 7708source = "registry+https://github.com/rust-lang/crates.io-index"
 7709checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7710dependencies = [
 7711 "bytes 1.10.1",
 7712 "futures-channel",
 7713 "futures-util",
 7714 "http 1.3.1",
 7715 "http-body 1.0.1",
 7716 "hyper 1.6.0",
 7717 "libc",
 7718 "pin-project-lite",
 7719 "socket2",
 7720 "tokio",
 7721 "tower-service",
 7722 "tracing",
 7723]
 7724
 7725[[package]]
 7726name = "iana-time-zone"
 7727version = "0.1.63"
 7728source = "registry+https://github.com/rust-lang/crates.io-index"
 7729checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7730dependencies = [
 7731 "android_system_properties",
 7732 "core-foundation-sys",
 7733 "iana-time-zone-haiku",
 7734 "js-sys",
 7735 "log",
 7736 "wasm-bindgen",
 7737 "windows-core 0.61.0",
 7738]
 7739
 7740[[package]]
 7741name = "iana-time-zone-haiku"
 7742version = "0.1.2"
 7743source = "registry+https://github.com/rust-lang/crates.io-index"
 7744checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7745dependencies = [
 7746 "cc",
 7747]
 7748
 7749[[package]]
 7750name = "icons"
 7751version = "0.1.0"
 7752dependencies = [
 7753 "serde",
 7754 "strum 0.27.1",
 7755 "workspace-hack",
 7756]
 7757
 7758[[package]]
 7759name = "icu_collections"
 7760version = "1.5.0"
 7761source = "registry+https://github.com/rust-lang/crates.io-index"
 7762checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7763dependencies = [
 7764 "displaydoc",
 7765 "yoke",
 7766 "zerofrom",
 7767 "zerovec",
 7768]
 7769
 7770[[package]]
 7771name = "icu_locid"
 7772version = "1.5.0"
 7773source = "registry+https://github.com/rust-lang/crates.io-index"
 7774checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7775dependencies = [
 7776 "displaydoc",
 7777 "litemap",
 7778 "tinystr",
 7779 "writeable",
 7780 "zerovec",
 7781]
 7782
 7783[[package]]
 7784name = "icu_locid_transform"
 7785version = "1.5.0"
 7786source = "registry+https://github.com/rust-lang/crates.io-index"
 7787checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7788dependencies = [
 7789 "displaydoc",
 7790 "icu_locid",
 7791 "icu_locid_transform_data",
 7792 "icu_provider",
 7793 "tinystr",
 7794 "zerovec",
 7795]
 7796
 7797[[package]]
 7798name = "icu_locid_transform_data"
 7799version = "1.5.1"
 7800source = "registry+https://github.com/rust-lang/crates.io-index"
 7801checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7802
 7803[[package]]
 7804name = "icu_normalizer"
 7805version = "1.5.0"
 7806source = "registry+https://github.com/rust-lang/crates.io-index"
 7807checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7808dependencies = [
 7809 "displaydoc",
 7810 "icu_collections",
 7811 "icu_normalizer_data",
 7812 "icu_properties",
 7813 "icu_provider",
 7814 "smallvec",
 7815 "utf16_iter",
 7816 "utf8_iter",
 7817 "write16",
 7818 "zerovec",
 7819]
 7820
 7821[[package]]
 7822name = "icu_normalizer_data"
 7823version = "1.5.1"
 7824source = "registry+https://github.com/rust-lang/crates.io-index"
 7825checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7826
 7827[[package]]
 7828name = "icu_properties"
 7829version = "1.5.1"
 7830source = "registry+https://github.com/rust-lang/crates.io-index"
 7831checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7832dependencies = [
 7833 "displaydoc",
 7834 "icu_collections",
 7835 "icu_locid_transform",
 7836 "icu_properties_data",
 7837 "icu_provider",
 7838 "tinystr",
 7839 "zerovec",
 7840]
 7841
 7842[[package]]
 7843name = "icu_properties_data"
 7844version = "1.5.1"
 7845source = "registry+https://github.com/rust-lang/crates.io-index"
 7846checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7847
 7848[[package]]
 7849name = "icu_provider"
 7850version = "1.5.0"
 7851source = "registry+https://github.com/rust-lang/crates.io-index"
 7852checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7853dependencies = [
 7854 "displaydoc",
 7855 "icu_locid",
 7856 "icu_provider_macros",
 7857 "stable_deref_trait",
 7858 "tinystr",
 7859 "writeable",
 7860 "yoke",
 7861 "zerofrom",
 7862 "zerovec",
 7863]
 7864
 7865[[package]]
 7866name = "icu_provider_macros"
 7867version = "1.5.0"
 7868source = "registry+https://github.com/rust-lang/crates.io-index"
 7869checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7870dependencies = [
 7871 "proc-macro2",
 7872 "quote",
 7873 "syn 2.0.101",
 7874]
 7875
 7876[[package]]
 7877name = "id-arena"
 7878version = "2.2.1"
 7879source = "registry+https://github.com/rust-lang/crates.io-index"
 7880checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7881
 7882[[package]]
 7883name = "ident_case"
 7884version = "1.0.1"
 7885source = "registry+https://github.com/rust-lang/crates.io-index"
 7886checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7887
 7888[[package]]
 7889name = "idna"
 7890version = "1.0.3"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7893dependencies = [
 7894 "idna_adapter",
 7895 "smallvec",
 7896 "utf8_iter",
 7897]
 7898
 7899[[package]]
 7900name = "idna_adapter"
 7901version = "1.2.0"
 7902source = "registry+https://github.com/rust-lang/crates.io-index"
 7903checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7904dependencies = [
 7905 "icu_normalizer",
 7906 "icu_properties",
 7907]
 7908
 7909[[package]]
 7910name = "ignore"
 7911version = "0.4.23"
 7912source = "registry+https://github.com/rust-lang/crates.io-index"
 7913checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7914dependencies = [
 7915 "crossbeam-deque",
 7916 "globset",
 7917 "log",
 7918 "memchr",
 7919 "regex-automata",
 7920 "same-file",
 7921 "walkdir",
 7922 "winapi-util",
 7923]
 7924
 7925[[package]]
 7926name = "image"
 7927version = "0.25.6"
 7928source = "registry+https://github.com/rust-lang/crates.io-index"
 7929checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7930dependencies = [
 7931 "bytemuck",
 7932 "byteorder-lite",
 7933 "color_quant",
 7934 "exr",
 7935 "gif",
 7936 "image-webp",
 7937 "num-traits",
 7938 "png",
 7939 "qoi",
 7940 "ravif",
 7941 "rayon",
 7942 "rgb",
 7943 "tiff",
 7944 "zune-core",
 7945 "zune-jpeg",
 7946]
 7947
 7948[[package]]
 7949name = "image-webp"
 7950version = "0.2.1"
 7951source = "registry+https://github.com/rust-lang/crates.io-index"
 7952checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7953dependencies = [
 7954 "byteorder-lite",
 7955 "quick-error",
 7956]
 7957
 7958[[package]]
 7959name = "image_viewer"
 7960version = "0.1.0"
 7961dependencies = [
 7962 "anyhow",
 7963 "db",
 7964 "editor",
 7965 "file_icons",
 7966 "gpui",
 7967 "language",
 7968 "log",
 7969 "project",
 7970 "serde",
 7971 "settings",
 7972 "theme",
 7973 "ui",
 7974 "util",
 7975 "workspace",
 7976 "workspace-hack",
 7977]
 7978
 7979[[package]]
 7980name = "imagesize"
 7981version = "0.13.0"
 7982source = "registry+https://github.com/rust-lang/crates.io-index"
 7983checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7984
 7985[[package]]
 7986name = "imara-diff"
 7987version = "0.1.8"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7990dependencies = [
 7991 "hashbrown 0.15.3",
 7992]
 7993
 7994[[package]]
 7995name = "imgref"
 7996version = "1.11.0"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 7999
 8000[[package]]
 8001name = "indexmap"
 8002version = "1.9.3"
 8003source = "registry+https://github.com/rust-lang/crates.io-index"
 8004checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 8005dependencies = [
 8006 "autocfg",
 8007 "hashbrown 0.12.3",
 8008 "serde",
 8009]
 8010
 8011[[package]]
 8012name = "indexmap"
 8013version = "2.9.0"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8016dependencies = [
 8017 "equivalent",
 8018 "hashbrown 0.15.3",
 8019 "serde",
 8020]
 8021
 8022[[package]]
 8023name = "indoc"
 8024version = "2.0.6"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8027
 8028[[package]]
 8029name = "inherent"
 8030version = "1.0.12"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8033dependencies = [
 8034 "proc-macro2",
 8035 "quote",
 8036 "syn 2.0.101",
 8037]
 8038
 8039[[package]]
 8040name = "inotify"
 8041version = "0.9.6"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8044dependencies = [
 8045 "bitflags 1.3.2",
 8046 "inotify-sys",
 8047 "libc",
 8048]
 8049
 8050[[package]]
 8051name = "inotify"
 8052version = "0.11.0"
 8053source = "registry+https://github.com/rust-lang/crates.io-index"
 8054checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8055dependencies = [
 8056 "bitflags 2.9.0",
 8057 "inotify-sys",
 8058 "libc",
 8059]
 8060
 8061[[package]]
 8062name = "inotify-sys"
 8063version = "0.1.5"
 8064source = "registry+https://github.com/rust-lang/crates.io-index"
 8065checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8066dependencies = [
 8067 "libc",
 8068]
 8069
 8070[[package]]
 8071name = "inout"
 8072version = "0.1.4"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8075dependencies = [
 8076 "block-padding",
 8077 "generic-array",
 8078]
 8079
 8080[[package]]
 8081name = "inspector_ui"
 8082version = "0.1.0"
 8083dependencies = [
 8084 "anyhow",
 8085 "command_palette_hooks",
 8086 "editor",
 8087 "fuzzy",
 8088 "gpui",
 8089 "language",
 8090 "project",
 8091 "serde_json",
 8092 "serde_json_lenient",
 8093 "theme",
 8094 "ui",
 8095 "util",
 8096 "util_macros",
 8097 "workspace",
 8098 "workspace-hack",
 8099 "zed_actions",
 8100]
 8101
 8102[[package]]
 8103name = "install_cli"
 8104version = "0.1.0"
 8105dependencies = [
 8106 "anyhow",
 8107 "client",
 8108 "gpui",
 8109 "release_channel",
 8110 "smol",
 8111 "util",
 8112 "workspace",
 8113 "workspace-hack",
 8114]
 8115
 8116[[package]]
 8117name = "instant"
 8118version = "0.1.13"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8121dependencies = [
 8122 "cfg-if",
 8123]
 8124
 8125[[package]]
 8126name = "interpolate_name"
 8127version = "0.2.4"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8130dependencies = [
 8131 "proc-macro2",
 8132 "quote",
 8133 "syn 2.0.101",
 8134]
 8135
 8136[[package]]
 8137name = "inventory"
 8138version = "0.3.20"
 8139source = "registry+https://github.com/rust-lang/crates.io-index"
 8140checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8141dependencies = [
 8142 "rustversion",
 8143]
 8144
 8145[[package]]
 8146name = "io-extras"
 8147version = "0.18.4"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8150dependencies = [
 8151 "io-lifetimes",
 8152 "windows-sys 0.59.0",
 8153]
 8154
 8155[[package]]
 8156name = "io-lifetimes"
 8157version = "2.0.4"
 8158source = "registry+https://github.com/rust-lang/crates.io-index"
 8159checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8160
 8161[[package]]
 8162name = "io-surface"
 8163version = "0.16.0"
 8164source = "registry+https://github.com/rust-lang/crates.io-index"
 8165checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8166dependencies = [
 8167 "cgl",
 8168 "core-foundation 0.10.0",
 8169 "core-foundation-sys",
 8170 "leaky-cow",
 8171 "libc",
 8172]
 8173
 8174[[package]]
 8175name = "iovec"
 8176version = "0.1.4"
 8177source = "registry+https://github.com/rust-lang/crates.io-index"
 8178checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8179dependencies = [
 8180 "libc",
 8181]
 8182
 8183[[package]]
 8184name = "ipc-channel"
 8185version = "0.19.0"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8188dependencies = [
 8189 "bincode",
 8190 "crossbeam-channel",
 8191 "fnv",
 8192 "lazy_static",
 8193 "libc",
 8194 "mio 1.0.3",
 8195 "rand 0.8.5",
 8196 "serde",
 8197 "tempfile",
 8198 "uuid",
 8199 "windows 0.58.0",
 8200]
 8201
 8202[[package]]
 8203name = "ipnet"
 8204version = "2.11.0"
 8205source = "registry+https://github.com/rust-lang/crates.io-index"
 8206checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8207
 8208[[package]]
 8209name = "is-docker"
 8210version = "0.2.0"
 8211source = "registry+https://github.com/rust-lang/crates.io-index"
 8212checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8213dependencies = [
 8214 "once_cell",
 8215]
 8216
 8217[[package]]
 8218name = "is-terminal"
 8219version = "0.4.16"
 8220source = "registry+https://github.com/rust-lang/crates.io-index"
 8221checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8222dependencies = [
 8223 "hermit-abi 0.5.0",
 8224 "libc",
 8225 "windows-sys 0.59.0",
 8226]
 8227
 8228[[package]]
 8229name = "is-wsl"
 8230version = "0.4.0"
 8231source = "registry+https://github.com/rust-lang/crates.io-index"
 8232checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8233dependencies = [
 8234 "is-docker",
 8235 "once_cell",
 8236]
 8237
 8238[[package]]
 8239name = "is_terminal_polyfill"
 8240version = "1.70.1"
 8241source = "registry+https://github.com/rust-lang/crates.io-index"
 8242checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8243
 8244[[package]]
 8245name = "itertools"
 8246version = "0.10.5"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8249dependencies = [
 8250 "either",
 8251]
 8252
 8253[[package]]
 8254name = "itertools"
 8255version = "0.11.0"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8258dependencies = [
 8259 "either",
 8260]
 8261
 8262[[package]]
 8263name = "itertools"
 8264version = "0.12.1"
 8265source = "registry+https://github.com/rust-lang/crates.io-index"
 8266checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8267dependencies = [
 8268 "either",
 8269]
 8270
 8271[[package]]
 8272name = "itertools"
 8273version = "0.13.0"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8276dependencies = [
 8277 "either",
 8278]
 8279
 8280[[package]]
 8281name = "itertools"
 8282version = "0.14.0"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8285dependencies = [
 8286 "either",
 8287]
 8288
 8289[[package]]
 8290name = "itoa"
 8291version = "1.0.15"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8294
 8295[[package]]
 8296name = "jiff"
 8297version = "0.2.10"
 8298source = "registry+https://github.com/rust-lang/crates.io-index"
 8299checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8300dependencies = [
 8301 "jiff-static",
 8302 "log",
 8303 "portable-atomic",
 8304 "portable-atomic-util",
 8305 "serde",
 8306]
 8307
 8308[[package]]
 8309name = "jiff-static"
 8310version = "0.2.10"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8313dependencies = [
 8314 "proc-macro2",
 8315 "quote",
 8316 "syn 2.0.101",
 8317]
 8318
 8319[[package]]
 8320name = "jni"
 8321version = "0.21.1"
 8322source = "registry+https://github.com/rust-lang/crates.io-index"
 8323checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8324dependencies = [
 8325 "cesu8",
 8326 "cfg-if",
 8327 "combine",
 8328 "jni-sys",
 8329 "log",
 8330 "thiserror 1.0.69",
 8331 "walkdir",
 8332 "windows-sys 0.45.0",
 8333]
 8334
 8335[[package]]
 8336name = "jni-sys"
 8337version = "0.3.0"
 8338source = "registry+https://github.com/rust-lang/crates.io-index"
 8339checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8340
 8341[[package]]
 8342name = "jobserver"
 8343version = "0.1.33"
 8344source = "registry+https://github.com/rust-lang/crates.io-index"
 8345checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8346dependencies = [
 8347 "getrandom 0.3.2",
 8348 "libc",
 8349]
 8350
 8351[[package]]
 8352name = "journal"
 8353version = "0.1.0"
 8354dependencies = [
 8355 "anyhow",
 8356 "chrono",
 8357 "editor",
 8358 "gpui",
 8359 "log",
 8360 "serde",
 8361 "settings",
 8362 "shellexpand 2.1.2",
 8363 "workspace",
 8364 "workspace-hack",
 8365]
 8366
 8367[[package]]
 8368name = "jpeg-decoder"
 8369version = "0.3.1"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8372
 8373[[package]]
 8374name = "js-sys"
 8375version = "0.3.77"
 8376source = "registry+https://github.com/rust-lang/crates.io-index"
 8377checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8378dependencies = [
 8379 "once_cell",
 8380 "wasm-bindgen",
 8381]
 8382
 8383[[package]]
 8384name = "json_dotpath"
 8385version = "1.1.0"
 8386source = "registry+https://github.com/rust-lang/crates.io-index"
 8387checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 8388dependencies = [
 8389 "serde",
 8390 "serde_derive",
 8391 "serde_json",
 8392 "thiserror 1.0.69",
 8393]
 8394
 8395[[package]]
 8396name = "json_schema_store"
 8397version = "0.1.0"
 8398dependencies = [
 8399 "anyhow",
 8400 "dap",
 8401 "extension",
 8402 "gpui",
 8403 "language",
 8404 "paths",
 8405 "project",
 8406 "schemars 1.0.1",
 8407 "serde",
 8408 "serde_json",
 8409 "settings",
 8410 "snippet_provider",
 8411 "task",
 8412 "theme",
 8413 "util",
 8414 "workspace-hack",
 8415]
 8416
 8417[[package]]
 8418name = "jsonschema"
 8419version = "0.30.0"
 8420source = "registry+https://github.com/rust-lang/crates.io-index"
 8421checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8422dependencies = [
 8423 "ahash 0.8.11",
 8424 "base64 0.22.1",
 8425 "bytecount",
 8426 "email_address",
 8427 "fancy-regex 0.14.0",
 8428 "fraction",
 8429 "idna",
 8430 "itoa",
 8431 "num-cmp",
 8432 "num-traits",
 8433 "once_cell",
 8434 "percent-encoding",
 8435 "referencing",
 8436 "regex",
 8437 "regex-syntax",
 8438 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8439 "serde",
 8440 "serde_json",
 8441 "uuid-simd",
 8442]
 8443
 8444[[package]]
 8445name = "jsonwebtoken"
 8446version = "9.3.1"
 8447source = "registry+https://github.com/rust-lang/crates.io-index"
 8448checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8449dependencies = [
 8450 "base64 0.22.1",
 8451 "js-sys",
 8452 "pem",
 8453 "ring",
 8454 "serde",
 8455 "serde_json",
 8456 "simple_asn1",
 8457]
 8458
 8459[[package]]
 8460name = "jupyter-protocol"
 8461version = "0.6.0"
 8462source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8463dependencies = [
 8464 "anyhow",
 8465 "async-trait",
 8466 "bytes 1.10.1",
 8467 "chrono",
 8468 "futures 0.3.31",
 8469 "serde",
 8470 "serde_json",
 8471 "uuid",
 8472]
 8473
 8474[[package]]
 8475name = "jupyter-websocket-client"
 8476version = "0.9.0"
 8477source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8478dependencies = [
 8479 "anyhow",
 8480 "async-trait",
 8481 "async-tungstenite",
 8482 "futures 0.3.31",
 8483 "jupyter-protocol",
 8484 "serde",
 8485 "serde_json",
 8486 "url",
 8487 "uuid",
 8488]
 8489
 8490[[package]]
 8491name = "keymap_editor"
 8492version = "0.1.0"
 8493dependencies = [
 8494 "anyhow",
 8495 "collections",
 8496 "command_palette",
 8497 "component",
 8498 "db",
 8499 "editor",
 8500 "fs",
 8501 "fuzzy",
 8502 "gpui",
 8503 "itertools 0.14.0",
 8504 "json_schema_store",
 8505 "language",
 8506 "log",
 8507 "menu",
 8508 "notifications",
 8509 "paths",
 8510 "project",
 8511 "search",
 8512 "serde",
 8513 "serde_json",
 8514 "settings",
 8515 "telemetry",
 8516 "tempfile",
 8517 "theme",
 8518 "tree-sitter-json",
 8519 "tree-sitter-rust",
 8520 "ui",
 8521 "ui_input",
 8522 "util",
 8523 "vim",
 8524 "workspace",
 8525 "workspace-hack",
 8526 "zed_actions",
 8527]
 8528
 8529[[package]]
 8530name = "khronos-egl"
 8531version = "6.0.0"
 8532source = "registry+https://github.com/rust-lang/crates.io-index"
 8533checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8534dependencies = [
 8535 "libc",
 8536 "libloading",
 8537]
 8538
 8539[[package]]
 8540name = "kqueue"
 8541version = "1.0.8"
 8542source = "registry+https://github.com/rust-lang/crates.io-index"
 8543checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8544dependencies = [
 8545 "kqueue-sys",
 8546 "libc",
 8547]
 8548
 8549[[package]]
 8550name = "kqueue-sys"
 8551version = "1.0.4"
 8552source = "registry+https://github.com/rust-lang/crates.io-index"
 8553checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8554dependencies = [
 8555 "bitflags 1.3.2",
 8556 "libc",
 8557]
 8558
 8559[[package]]
 8560name = "kurbo"
 8561version = "0.11.1"
 8562source = "registry+https://github.com/rust-lang/crates.io-index"
 8563checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8564dependencies = [
 8565 "arrayvec",
 8566 "smallvec",
 8567]
 8568
 8569[[package]]
 8570name = "kv-log-macro"
 8571version = "1.0.7"
 8572source = "registry+https://github.com/rust-lang/crates.io-index"
 8573checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8574dependencies = [
 8575 "log",
 8576]
 8577
 8578[[package]]
 8579name = "language"
 8580version = "0.1.0"
 8581dependencies = [
 8582 "anyhow",
 8583 "async-trait",
 8584 "clock",
 8585 "collections",
 8586 "ctor",
 8587 "diffy",
 8588 "ec4rs",
 8589 "fs",
 8590 "futures 0.3.31",
 8591 "fuzzy",
 8592 "globset",
 8593 "gpui",
 8594 "http_client",
 8595 "imara-diff",
 8596 "indoc",
 8597 "itertools 0.14.0",
 8598 "log",
 8599 "lsp",
 8600 "parking_lot",
 8601 "postage",
 8602 "pretty_assertions",
 8603 "rand 0.9.1",
 8604 "regex",
 8605 "rpc",
 8606 "schemars 1.0.1",
 8607 "serde",
 8608 "serde_json",
 8609 "settings",
 8610 "shellexpand 2.1.2",
 8611 "smallvec",
 8612 "smol",
 8613 "streaming-iterator",
 8614 "strsim",
 8615 "sum_tree",
 8616 "task",
 8617 "text",
 8618 "theme",
 8619 "toml 0.8.20",
 8620 "tree-sitter",
 8621 "tree-sitter-elixir",
 8622 "tree-sitter-embedded-template",
 8623 "tree-sitter-heex",
 8624 "tree-sitter-html",
 8625 "tree-sitter-json",
 8626 "tree-sitter-md",
 8627 "tree-sitter-python",
 8628 "tree-sitter-ruby",
 8629 "tree-sitter-rust",
 8630 "tree-sitter-typescript",
 8631 "unicase",
 8632 "unindent",
 8633 "util",
 8634 "watch",
 8635 "workspace-hack",
 8636 "zlog",
 8637]
 8638
 8639[[package]]
 8640name = "language_extension"
 8641version = "0.1.0"
 8642dependencies = [
 8643 "anyhow",
 8644 "async-trait",
 8645 "collections",
 8646 "extension",
 8647 "fs",
 8648 "futures 0.3.31",
 8649 "gpui",
 8650 "language",
 8651 "log",
 8652 "lsp",
 8653 "project",
 8654 "serde",
 8655 "serde_json",
 8656 "util",
 8657 "workspace-hack",
 8658]
 8659
 8660[[package]]
 8661name = "language_model"
 8662version = "0.1.0"
 8663dependencies = [
 8664 "anthropic",
 8665 "anyhow",
 8666 "base64 0.22.1",
 8667 "client",
 8668 "cloud_api_types",
 8669 "cloud_llm_client",
 8670 "collections",
 8671 "futures 0.3.31",
 8672 "gpui",
 8673 "http_client",
 8674 "icons",
 8675 "image",
 8676 "log",
 8677 "open_router",
 8678 "parking_lot",
 8679 "proto",
 8680 "schemars 1.0.1",
 8681 "serde",
 8682 "serde_json",
 8683 "settings",
 8684 "smol",
 8685 "telemetry_events",
 8686 "thiserror 2.0.12",
 8687 "util",
 8688 "workspace-hack",
 8689]
 8690
 8691[[package]]
 8692name = "language_models"
 8693version = "0.1.0"
 8694dependencies = [
 8695 "ai_onboarding",
 8696 "anthropic",
 8697 "anyhow",
 8698 "aws-config",
 8699 "aws-credential-types",
 8700 "aws_http_client",
 8701 "bedrock",
 8702 "chrono",
 8703 "client",
 8704 "cloud_llm_client",
 8705 "collections",
 8706 "component",
 8707 "convert_case 0.8.0",
 8708 "copilot",
 8709 "credentials_provider",
 8710 "deepseek",
 8711 "editor",
 8712 "fs",
 8713 "futures 0.3.31",
 8714 "google_ai",
 8715 "gpui",
 8716 "gpui_tokio",
 8717 "http_client",
 8718 "language",
 8719 "language_model",
 8720 "lmstudio",
 8721 "log",
 8722 "menu",
 8723 "mistral",
 8724 "ollama",
 8725 "open_ai",
 8726 "open_router",
 8727 "partial-json-fixer",
 8728 "project",
 8729 "release_channel",
 8730 "schemars 1.0.1",
 8731 "serde",
 8732 "serde_json",
 8733 "settings",
 8734 "smol",
 8735 "strum 0.27.1",
 8736 "thiserror 2.0.12",
 8737 "tiktoken-rs",
 8738 "tokio",
 8739 "ui",
 8740 "ui_input",
 8741 "util",
 8742 "vercel",
 8743 "workspace-hack",
 8744 "x_ai",
 8745 "zed_env_vars",
 8746]
 8747
 8748[[package]]
 8749name = "language_onboarding"
 8750version = "0.1.0"
 8751dependencies = [
 8752 "db",
 8753 "editor",
 8754 "gpui",
 8755 "project",
 8756 "ui",
 8757 "workspace",
 8758 "workspace-hack",
 8759]
 8760
 8761[[package]]
 8762name = "language_selector"
 8763version = "0.1.0"
 8764dependencies = [
 8765 "anyhow",
 8766 "editor",
 8767 "file_finder",
 8768 "file_icons",
 8769 "fuzzy",
 8770 "gpui",
 8771 "language",
 8772 "picker",
 8773 "project",
 8774 "settings",
 8775 "ui",
 8776 "util",
 8777 "workspace",
 8778 "workspace-hack",
 8779]
 8780
 8781[[package]]
 8782name = "language_tools"
 8783version = "0.1.0"
 8784dependencies = [
 8785 "anyhow",
 8786 "client",
 8787 "collections",
 8788 "command_palette_hooks",
 8789 "copilot",
 8790 "editor",
 8791 "futures 0.3.31",
 8792 "gpui",
 8793 "itertools 0.14.0",
 8794 "language",
 8795 "lsp",
 8796 "project",
 8797 "proto",
 8798 "release_channel",
 8799 "serde_json",
 8800 "settings",
 8801 "theme",
 8802 "tree-sitter",
 8803 "ui",
 8804 "util",
 8805 "workspace",
 8806 "workspace-hack",
 8807 "zed_actions",
 8808 "zlog",
 8809]
 8810
 8811[[package]]
 8812name = "languages"
 8813version = "0.1.0"
 8814dependencies = [
 8815 "anyhow",
 8816 "async-compression",
 8817 "async-fs",
 8818 "async-tar",
 8819 "async-trait",
 8820 "chrono",
 8821 "collections",
 8822 "futures 0.3.31",
 8823 "gpui",
 8824 "http_client",
 8825 "itertools 0.14.0",
 8826 "json_schema_store",
 8827 "language",
 8828 "log",
 8829 "lsp",
 8830 "node_runtime",
 8831 "parking_lot",
 8832 "pet",
 8833 "pet-conda",
 8834 "pet-core",
 8835 "pet-fs",
 8836 "pet-poetry",
 8837 "pet-reporter",
 8838 "pet-virtualenv",
 8839 "pretty_assertions",
 8840 "project",
 8841 "regex",
 8842 "rope",
 8843 "rust-embed",
 8844 "serde",
 8845 "serde_json",
 8846 "serde_json_lenient",
 8847 "settings",
 8848 "sha2",
 8849 "shlex",
 8850 "smol",
 8851 "task",
 8852 "tempfile",
 8853 "text",
 8854 "theme",
 8855 "toml 0.8.20",
 8856 "tree-sitter",
 8857 "tree-sitter-bash",
 8858 "tree-sitter-c",
 8859 "tree-sitter-cpp",
 8860 "tree-sitter-css",
 8861 "tree-sitter-diff",
 8862 "tree-sitter-gitcommit",
 8863 "tree-sitter-go",
 8864 "tree-sitter-gomod",
 8865 "tree-sitter-gowork",
 8866 "tree-sitter-jsdoc",
 8867 "tree-sitter-json",
 8868 "tree-sitter-md",
 8869 "tree-sitter-python",
 8870 "tree-sitter-regex",
 8871 "tree-sitter-rust",
 8872 "tree-sitter-typescript",
 8873 "tree-sitter-yaml",
 8874 "unindent",
 8875 "url",
 8876 "util",
 8877 "workspace",
 8878 "workspace-hack",
 8879]
 8880
 8881[[package]]
 8882name = "lazy_static"
 8883version = "1.5.0"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8886dependencies = [
 8887 "spin",
 8888]
 8889
 8890[[package]]
 8891name = "lazycell"
 8892version = "1.3.0"
 8893source = "registry+https://github.com/rust-lang/crates.io-index"
 8894checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8895
 8896[[package]]
 8897name = "leak"
 8898version = "0.1.2"
 8899source = "registry+https://github.com/rust-lang/crates.io-index"
 8900checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8901
 8902[[package]]
 8903name = "leaky-cow"
 8904version = "0.1.1"
 8905source = "registry+https://github.com/rust-lang/crates.io-index"
 8906checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8907dependencies = [
 8908 "leak",
 8909]
 8910
 8911[[package]]
 8912name = "leb128"
 8913version = "0.2.5"
 8914source = "registry+https://github.com/rust-lang/crates.io-index"
 8915checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8916
 8917[[package]]
 8918name = "leb128fmt"
 8919version = "0.1.0"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8922
 8923[[package]]
 8924name = "lebe"
 8925version = "0.5.2"
 8926source = "registry+https://github.com/rust-lang/crates.io-index"
 8927checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8928
 8929[[package]]
 8930name = "libc"
 8931version = "0.2.172"
 8932source = "registry+https://github.com/rust-lang/crates.io-index"
 8933checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8934
 8935[[package]]
 8936name = "libdbus-sys"
 8937version = "0.2.5"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 8940dependencies = [
 8941 "cc",
 8942 "pkg-config",
 8943]
 8944
 8945[[package]]
 8946name = "libfuzzer-sys"
 8947version = "0.4.9"
 8948source = "registry+https://github.com/rust-lang/crates.io-index"
 8949checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 8950dependencies = [
 8951 "arbitrary",
 8952 "cc",
 8953]
 8954
 8955[[package]]
 8956name = "libgit2-sys"
 8957version = "0.18.1+1.9.0"
 8958source = "registry+https://github.com/rust-lang/crates.io-index"
 8959checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 8960dependencies = [
 8961 "cc",
 8962 "libc",
 8963 "libz-sys",
 8964 "pkg-config",
 8965]
 8966
 8967[[package]]
 8968name = "libloading"
 8969version = "0.8.6"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 8972dependencies = [
 8973 "cfg-if",
 8974 "windows-targets 0.52.6",
 8975]
 8976
 8977[[package]]
 8978name = "libm"
 8979version = "0.2.11"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 8982
 8983[[package]]
 8984name = "libmimalloc-sys"
 8985version = "0.1.42"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 8988dependencies = [
 8989 "cc",
 8990 "libc",
 8991]
 8992
 8993[[package]]
 8994name = "libredox"
 8995version = "0.1.3"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 8998dependencies = [
 8999 "bitflags 2.9.0",
 9000 "libc",
 9001 "redox_syscall 0.5.11",
 9002]
 9003
 9004[[package]]
 9005name = "libsqlite3-sys"
 9006version = "0.30.1"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9009dependencies = [
 9010 "cc",
 9011 "pkg-config",
 9012 "vcpkg",
 9013]
 9014
 9015[[package]]
 9016name = "libwebrtc"
 9017version = "0.3.10"
 9018source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9019dependencies = [
 9020 "cxx",
 9021 "jni",
 9022 "js-sys",
 9023 "lazy_static",
 9024 "livekit-protocol",
 9025 "livekit-runtime",
 9026 "log",
 9027 "parking_lot",
 9028 "serde",
 9029 "serde_json",
 9030 "thiserror 1.0.69",
 9031 "tokio",
 9032 "wasm-bindgen",
 9033 "wasm-bindgen-futures",
 9034 "web-sys",
 9035 "webrtc-sys",
 9036]
 9037
 9038[[package]]
 9039name = "libz-sys"
 9040version = "1.1.22"
 9041source = "registry+https://github.com/rust-lang/crates.io-index"
 9042checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9043dependencies = [
 9044 "cc",
 9045 "libc",
 9046 "pkg-config",
 9047 "vcpkg",
 9048]
 9049
 9050[[package]]
 9051name = "line_ending_selector"
 9052version = "0.1.0"
 9053dependencies = [
 9054 "editor",
 9055 "gpui",
 9056 "language",
 9057 "picker",
 9058 "project",
 9059 "ui",
 9060 "util",
 9061 "workspace",
 9062 "workspace-hack",
 9063]
 9064
 9065[[package]]
 9066name = "link-cplusplus"
 9067version = "1.0.10"
 9068source = "registry+https://github.com/rust-lang/crates.io-index"
 9069checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9070dependencies = [
 9071 "cc",
 9072]
 9073
 9074[[package]]
 9075name = "linkify"
 9076version = "0.10.0"
 9077source = "registry+https://github.com/rust-lang/crates.io-index"
 9078checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9079dependencies = [
 9080 "memchr",
 9081]
 9082
 9083[[package]]
 9084name = "linux-raw-sys"
 9085version = "0.4.15"
 9086source = "registry+https://github.com/rust-lang/crates.io-index"
 9087checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9088
 9089[[package]]
 9090name = "linux-raw-sys"
 9091version = "0.9.4"
 9092source = "registry+https://github.com/rust-lang/crates.io-index"
 9093checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9094
 9095[[package]]
 9096name = "litemap"
 9097version = "0.7.5"
 9098source = "registry+https://github.com/rust-lang/crates.io-index"
 9099checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9100
 9101[[package]]
 9102name = "livekit"
 9103version = "0.7.8"
 9104source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9105dependencies = [
 9106 "chrono",
 9107 "futures-util",
 9108 "lazy_static",
 9109 "libloading",
 9110 "libwebrtc",
 9111 "livekit-api",
 9112 "livekit-protocol",
 9113 "livekit-runtime",
 9114 "log",
 9115 "parking_lot",
 9116 "prost 0.12.6",
 9117 "semver",
 9118 "serde",
 9119 "serde_json",
 9120 "thiserror 1.0.69",
 9121 "tokio",
 9122]
 9123
 9124[[package]]
 9125name = "livekit-api"
 9126version = "0.4.2"
 9127source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9128dependencies = [
 9129 "futures-util",
 9130 "http 0.2.12",
 9131 "livekit-protocol",
 9132 "livekit-runtime",
 9133 "log",
 9134 "parking_lot",
 9135 "pbjson-types",
 9136 "prost 0.12.6",
 9137 "rand 0.9.1",
 9138 "reqwest 0.11.27",
 9139 "scopeguard",
 9140 "serde",
 9141 "sha2",
 9142 "thiserror 1.0.69",
 9143 "tokio",
 9144 "tokio-tungstenite 0.26.2",
 9145 "url",
 9146]
 9147
 9148[[package]]
 9149name = "livekit-protocol"
 9150version = "0.3.9"
 9151source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9152dependencies = [
 9153 "futures-util",
 9154 "livekit-runtime",
 9155 "parking_lot",
 9156 "pbjson",
 9157 "pbjson-types",
 9158 "prost 0.12.6",
 9159 "prost-types 0.12.6",
 9160 "serde",
 9161 "thiserror 1.0.69",
 9162 "tokio",
 9163]
 9164
 9165[[package]]
 9166name = "livekit-runtime"
 9167version = "0.4.0"
 9168source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9169dependencies = [
 9170 "tokio",
 9171 "tokio-stream",
 9172]
 9173
 9174[[package]]
 9175name = "livekit_api"
 9176version = "0.1.0"
 9177dependencies = [
 9178 "anyhow",
 9179 "async-trait",
 9180 "jsonwebtoken",
 9181 "log",
 9182 "prost 0.9.0",
 9183 "prost-build 0.9.0",
 9184 "prost-types 0.9.0",
 9185 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9186 "serde",
 9187 "workspace-hack",
 9188]
 9189
 9190[[package]]
 9191name = "livekit_client"
 9192version = "0.1.0"
 9193dependencies = [
 9194 "anyhow",
 9195 "async-trait",
 9196 "audio",
 9197 "collections",
 9198 "core-foundation 0.10.0",
 9199 "core-video",
 9200 "coreaudio-rs 0.12.1",
 9201 "cpal",
 9202 "futures 0.3.31",
 9203 "gpui",
 9204 "gpui_tokio",
 9205 "http_client_tls",
 9206 "image",
 9207 "libwebrtc",
 9208 "livekit",
 9209 "livekit_api",
 9210 "log",
 9211 "nanoid",
 9212 "objc",
 9213 "parking_lot",
 9214 "postage",
 9215 "rodio",
 9216 "scap",
 9217 "serde",
 9218 "serde_json",
 9219 "serde_urlencoded",
 9220 "settings",
 9221 "sha2",
 9222 "simplelog",
 9223 "smallvec",
 9224 "tokio-tungstenite 0.26.2",
 9225 "ui",
 9226 "util",
 9227 "workspace-hack",
 9228]
 9229
 9230[[package]]
 9231name = "lmdb-master-sys"
 9232version = "0.2.5"
 9233source = "registry+https://github.com/rust-lang/crates.io-index"
 9234checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9235dependencies = [
 9236 "cc",
 9237 "doxygen-rs",
 9238 "libc",
 9239]
 9240
 9241[[package]]
 9242name = "lmstudio"
 9243version = "0.1.0"
 9244dependencies = [
 9245 "anyhow",
 9246 "futures 0.3.31",
 9247 "http_client",
 9248 "schemars 1.0.1",
 9249 "serde",
 9250 "serde_json",
 9251 "workspace-hack",
 9252]
 9253
 9254[[package]]
 9255name = "lock_api"
 9256version = "0.4.13"
 9257source = "registry+https://github.com/rust-lang/crates.io-index"
 9258checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
 9259dependencies = [
 9260 "autocfg",
 9261 "scopeguard",
 9262]
 9263
 9264[[package]]
 9265name = "log"
 9266version = "0.4.27"
 9267source = "registry+https://github.com/rust-lang/crates.io-index"
 9268checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9269dependencies = [
 9270 "serde",
 9271 "value-bag",
 9272]
 9273
 9274[[package]]
 9275name = "loom"
 9276version = "0.7.2"
 9277source = "registry+https://github.com/rust-lang/crates.io-index"
 9278checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9279dependencies = [
 9280 "cfg-if",
 9281 "generator",
 9282 "scoped-tls",
 9283 "tracing",
 9284 "tracing-subscriber",
 9285]
 9286
 9287[[package]]
 9288name = "loop9"
 9289version = "0.1.5"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9292dependencies = [
 9293 "imgref",
 9294]
 9295
 9296[[package]]
 9297name = "lru"
 9298version = "0.12.5"
 9299source = "registry+https://github.com/rust-lang/crates.io-index"
 9300checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9301dependencies = [
 9302 "hashbrown 0.15.3",
 9303]
 9304
 9305[[package]]
 9306name = "lsp"
 9307version = "0.1.0"
 9308dependencies = [
 9309 "anyhow",
 9310 "async-pipe",
 9311 "collections",
 9312 "ctor",
 9313 "futures 0.3.31",
 9314 "gpui",
 9315 "log",
 9316 "lsp-types",
 9317 "parking_lot",
 9318 "postage",
 9319 "release_channel",
 9320 "schemars 1.0.1",
 9321 "serde",
 9322 "serde_json",
 9323 "smol",
 9324 "util",
 9325 "workspace-hack",
 9326 "zlog",
 9327]
 9328
 9329[[package]]
 9330name = "lsp-types"
 9331version = "0.95.1"
 9332source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
 9333dependencies = [
 9334 "bitflags 1.3.2",
 9335 "serde",
 9336 "serde_json",
 9337 "url",
 9338]
 9339
 9340[[package]]
 9341name = "lyon"
 9342version = "1.0.1"
 9343source = "registry+https://github.com/rust-lang/crates.io-index"
 9344checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9345dependencies = [
 9346 "lyon_algorithms",
 9347 "lyon_extra",
 9348 "lyon_tessellation",
 9349]
 9350
 9351[[package]]
 9352name = "lyon_algorithms"
 9353version = "1.0.5"
 9354source = "registry+https://github.com/rust-lang/crates.io-index"
 9355checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9356dependencies = [
 9357 "lyon_path",
 9358 "num-traits",
 9359]
 9360
 9361[[package]]
 9362name = "lyon_extra"
 9363version = "1.0.3"
 9364source = "registry+https://github.com/rust-lang/crates.io-index"
 9365checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9366dependencies = [
 9367 "lyon_path",
 9368 "thiserror 1.0.69",
 9369]
 9370
 9371[[package]]
 9372name = "lyon_geom"
 9373version = "1.0.6"
 9374source = "registry+https://github.com/rust-lang/crates.io-index"
 9375checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9376dependencies = [
 9377 "arrayvec",
 9378 "euclid",
 9379 "num-traits",
 9380]
 9381
 9382[[package]]
 9383name = "lyon_path"
 9384version = "1.0.7"
 9385source = "registry+https://github.com/rust-lang/crates.io-index"
 9386checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9387dependencies = [
 9388 "lyon_geom",
 9389 "num-traits",
 9390]
 9391
 9392[[package]]
 9393name = "lyon_tessellation"
 9394version = "1.0.15"
 9395source = "registry+https://github.com/rust-lang/crates.io-index"
 9396checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9397dependencies = [
 9398 "float_next_after",
 9399 "lyon_path",
 9400 "num-traits",
 9401]
 9402
 9403[[package]]
 9404name = "mac"
 9405version = "0.1.1"
 9406source = "registry+https://github.com/rust-lang/crates.io-index"
 9407checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9408
 9409[[package]]
 9410name = "mach2"
 9411version = "0.4.2"
 9412source = "registry+https://github.com/rust-lang/crates.io-index"
 9413checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9414dependencies = [
 9415 "libc",
 9416]
 9417
 9418[[package]]
 9419name = "mach2"
 9420version = "0.5.0"
 9421source = "registry+https://github.com/rust-lang/crates.io-index"
 9422checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
 9423dependencies = [
 9424 "libc",
 9425]
 9426
 9427[[package]]
 9428name = "malloc_buf"
 9429version = "0.0.6"
 9430source = "registry+https://github.com/rust-lang/crates.io-index"
 9431checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9432dependencies = [
 9433 "libc",
 9434]
 9435
 9436[[package]]
 9437name = "maplit"
 9438version = "1.0.2"
 9439source = "registry+https://github.com/rust-lang/crates.io-index"
 9440checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9441
 9442[[package]]
 9443name = "markdown"
 9444version = "0.1.0"
 9445dependencies = [
 9446 "assets",
 9447 "base64 0.22.1",
 9448 "collections",
 9449 "env_logger 0.11.8",
 9450 "fs",
 9451 "futures 0.3.31",
 9452 "gpui",
 9453 "language",
 9454 "languages",
 9455 "linkify",
 9456 "log",
 9457 "node_runtime",
 9458 "pulldown-cmark 0.12.2",
 9459 "settings",
 9460 "sum_tree",
 9461 "theme",
 9462 "ui",
 9463 "util",
 9464 "workspace-hack",
 9465]
 9466
 9467[[package]]
 9468name = "markdown_preview"
 9469version = "0.1.0"
 9470dependencies = [
 9471 "anyhow",
 9472 "async-recursion",
 9473 "collections",
 9474 "editor",
 9475 "fs",
 9476 "gpui",
 9477 "html5ever 0.27.0",
 9478 "language",
 9479 "linkify",
 9480 "log",
 9481 "markup5ever_rcdom",
 9482 "pretty_assertions",
 9483 "pulldown-cmark 0.12.2",
 9484 "settings",
 9485 "theme",
 9486 "ui",
 9487 "util",
 9488 "workspace",
 9489 "workspace-hack",
 9490]
 9491
 9492[[package]]
 9493name = "markup5ever"
 9494version = "0.12.1"
 9495source = "registry+https://github.com/rust-lang/crates.io-index"
 9496checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9497dependencies = [
 9498 "log",
 9499 "phf",
 9500 "phf_codegen",
 9501 "string_cache",
 9502 "string_cache_codegen",
 9503 "tendril",
 9504]
 9505
 9506[[package]]
 9507name = "markup5ever"
 9508version = "0.16.1"
 9509source = "registry+https://github.com/rust-lang/crates.io-index"
 9510checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9511dependencies = [
 9512 "log",
 9513 "tendril",
 9514 "web_atoms",
 9515]
 9516
 9517[[package]]
 9518name = "markup5ever_rcdom"
 9519version = "0.3.0"
 9520source = "registry+https://github.com/rust-lang/crates.io-index"
 9521checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9522dependencies = [
 9523 "html5ever 0.27.0",
 9524 "markup5ever 0.12.1",
 9525 "tendril",
 9526 "xml5ever",
 9527]
 9528
 9529[[package]]
 9530name = "match_token"
 9531version = "0.1.0"
 9532source = "registry+https://github.com/rust-lang/crates.io-index"
 9533checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9534dependencies = [
 9535 "proc-macro2",
 9536 "quote",
 9537 "syn 2.0.101",
 9538]
 9539
 9540[[package]]
 9541name = "matchers"
 9542version = "0.2.0"
 9543source = "registry+https://github.com/rust-lang/crates.io-index"
 9544checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
 9545dependencies = [
 9546 "regex-automata",
 9547]
 9548
 9549[[package]]
 9550name = "matchit"
 9551version = "0.7.3"
 9552source = "registry+https://github.com/rust-lang/crates.io-index"
 9553checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9554
 9555[[package]]
 9556name = "maybe-owned"
 9557version = "0.3.4"
 9558source = "registry+https://github.com/rust-lang/crates.io-index"
 9559checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9560
 9561[[package]]
 9562name = "maybe-rayon"
 9563version = "0.1.1"
 9564source = "registry+https://github.com/rust-lang/crates.io-index"
 9565checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9566dependencies = [
 9567 "cfg-if",
 9568 "rayon",
 9569]
 9570
 9571[[package]]
 9572name = "md-5"
 9573version = "0.10.6"
 9574source = "registry+https://github.com/rust-lang/crates.io-index"
 9575checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9576dependencies = [
 9577 "cfg-if",
 9578 "digest",
 9579]
 9580
 9581[[package]]
 9582name = "mdbook"
 9583version = "0.4.40"
 9584source = "registry+https://github.com/rust-lang/crates.io-index"
 9585checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
 9586dependencies = [
 9587 "ammonia",
 9588 "anyhow",
 9589 "chrono",
 9590 "clap",
 9591 "clap_complete",
 9592 "elasticlunr-rs",
 9593 "env_logger 0.11.8",
 9594 "futures-util",
 9595 "handlebars 5.1.2",
 9596 "ignore",
 9597 "log",
 9598 "memchr",
 9599 "notify 6.1.1",
 9600 "notify-debouncer-mini",
 9601 "once_cell",
 9602 "opener",
 9603 "pathdiff",
 9604 "pulldown-cmark 0.10.3",
 9605 "regex",
 9606 "serde",
 9607 "serde_json",
 9608 "shlex",
 9609 "tempfile",
 9610 "tokio",
 9611 "toml 0.5.11",
 9612 "topological-sort",
 9613 "walkdir",
 9614 "warp",
 9615]
 9616
 9617[[package]]
 9618name = "media"
 9619version = "0.1.0"
 9620dependencies = [
 9621 "anyhow",
 9622 "bindgen 0.71.1",
 9623 "core-foundation 0.10.0",
 9624 "core-video",
 9625 "ctor",
 9626 "foreign-types 0.5.0",
 9627 "metal",
 9628 "objc",
 9629 "workspace-hack",
 9630]
 9631
 9632[[package]]
 9633name = "memchr"
 9634version = "2.7.4"
 9635source = "registry+https://github.com/rust-lang/crates.io-index"
 9636checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9637
 9638[[package]]
 9639name = "memfd"
 9640version = "0.6.4"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9643dependencies = [
 9644 "rustix 0.38.44",
 9645]
 9646
 9647[[package]]
 9648name = "memmap2"
 9649version = "0.9.5"
 9650source = "registry+https://github.com/rust-lang/crates.io-index"
 9651checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9652dependencies = [
 9653 "libc",
 9654 "stable_deref_trait",
 9655]
 9656
 9657[[package]]
 9658name = "memoffset"
 9659version = "0.9.1"
 9660source = "registry+https://github.com/rust-lang/crates.io-index"
 9661checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9662dependencies = [
 9663 "autocfg",
 9664]
 9665
 9666[[package]]
 9667name = "menu"
 9668version = "0.1.0"
 9669dependencies = [
 9670 "gpui",
 9671 "workspace-hack",
 9672]
 9673
 9674[[package]]
 9675name = "metal"
 9676version = "0.29.0"
 9677source = "registry+https://github.com/rust-lang/crates.io-index"
 9678checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9679dependencies = [
 9680 "bitflags 2.9.0",
 9681 "block",
 9682 "core-graphics-types 0.1.3",
 9683 "foreign-types 0.5.0",
 9684 "log",
 9685 "objc",
 9686 "paste",
 9687]
 9688
 9689[[package]]
 9690name = "migrator"
 9691version = "0.1.0"
 9692dependencies = [
 9693 "anyhow",
 9694 "collections",
 9695 "convert_case 0.8.0",
 9696 "log",
 9697 "pretty_assertions",
 9698 "streaming-iterator",
 9699 "tree-sitter",
 9700 "tree-sitter-json",
 9701 "workspace-hack",
 9702]
 9703
 9704[[package]]
 9705name = "mimalloc"
 9706version = "0.1.46"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9709dependencies = [
 9710 "libmimalloc-sys",
 9711]
 9712
 9713[[package]]
 9714name = "mime"
 9715version = "0.3.17"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9718
 9719[[package]]
 9720name = "mime_guess"
 9721version = "2.0.5"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9724dependencies = [
 9725 "mime",
 9726 "unicase",
 9727]
 9728
 9729[[package]]
 9730name = "minidump-common"
 9731version = "0.21.2"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
 9734dependencies = [
 9735 "bitflags 2.9.0",
 9736 "debugid",
 9737 "num-derive",
 9738 "num-traits",
 9739 "range-map",
 9740 "scroll",
 9741 "smart-default",
 9742]
 9743
 9744[[package]]
 9745name = "minidump-writer"
 9746version = "0.8.9"
 9747source = "registry+https://github.com/rust-lang/crates.io-index"
 9748checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
 9749dependencies = [
 9750 "bitflags 2.9.0",
 9751 "byteorder",
 9752 "cfg-if",
 9753 "crash-context",
 9754 "goblin",
 9755 "libc",
 9756 "log",
 9757 "mach2 0.4.2",
 9758 "memmap2",
 9759 "memoffset",
 9760 "minidump-common",
 9761 "nix 0.28.0",
 9762 "procfs-core",
 9763 "scroll",
 9764 "tempfile",
 9765 "thiserror 1.0.69",
 9766]
 9767
 9768[[package]]
 9769name = "minidumper"
 9770version = "0.8.3"
 9771source = "registry+https://github.com/rust-lang/crates.io-index"
 9772checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
 9773dependencies = [
 9774 "cfg-if",
 9775 "crash-context",
 9776 "libc",
 9777 "log",
 9778 "minidump-writer",
 9779 "parking_lot",
 9780 "polling",
 9781 "scroll",
 9782 "thiserror 1.0.69",
 9783 "uds",
 9784]
 9785
 9786[[package]]
 9787name = "minimal-lexical"
 9788version = "0.2.1"
 9789source = "registry+https://github.com/rust-lang/crates.io-index"
 9790checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9791
 9792[[package]]
 9793name = "miniz_oxide"
 9794version = "0.8.8"
 9795source = "registry+https://github.com/rust-lang/crates.io-index"
 9796checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9797dependencies = [
 9798 "adler2",
 9799 "simd-adler32",
 9800]
 9801
 9802[[package]]
 9803name = "mint"
 9804version = "0.5.9"
 9805source = "registry+https://github.com/rust-lang/crates.io-index"
 9806checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9807
 9808[[package]]
 9809name = "mio"
 9810version = "0.8.11"
 9811source = "registry+https://github.com/rust-lang/crates.io-index"
 9812checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 9813dependencies = [
 9814 "libc",
 9815 "log",
 9816 "wasi 0.11.0+wasi-snapshot-preview1",
 9817 "windows-sys 0.48.0",
 9818]
 9819
 9820[[package]]
 9821name = "mio"
 9822version = "1.0.3"
 9823source = "registry+https://github.com/rust-lang/crates.io-index"
 9824checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9825dependencies = [
 9826 "libc",
 9827 "log",
 9828 "wasi 0.11.0+wasi-snapshot-preview1",
 9829 "windows-sys 0.52.0",
 9830]
 9831
 9832[[package]]
 9833name = "miow"
 9834version = "0.6.0"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9837dependencies = [
 9838 "windows-sys 0.48.0",
 9839]
 9840
 9841[[package]]
 9842name = "mistral"
 9843version = "0.1.0"
 9844dependencies = [
 9845 "anyhow",
 9846 "futures 0.3.31",
 9847 "http_client",
 9848 "schemars 1.0.1",
 9849 "serde",
 9850 "serde_json",
 9851 "strum 0.27.1",
 9852 "workspace-hack",
 9853]
 9854
 9855[[package]]
 9856name = "moka"
 9857version = "0.12.10"
 9858source = "registry+https://github.com/rust-lang/crates.io-index"
 9859checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9860dependencies = [
 9861 "crossbeam-channel",
 9862 "crossbeam-epoch",
 9863 "crossbeam-utils",
 9864 "loom",
 9865 "parking_lot",
 9866 "portable-atomic",
 9867 "rustc_version",
 9868 "smallvec",
 9869 "tagptr",
 9870 "thiserror 1.0.69",
 9871 "uuid",
 9872]
 9873
 9874[[package]]
 9875name = "msvc_spectre_libs"
 9876version = "0.1.3"
 9877source = "registry+https://github.com/rust-lang/crates.io-index"
 9878checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9879dependencies = [
 9880 "cc",
 9881]
 9882
 9883[[package]]
 9884name = "multi_buffer"
 9885version = "0.1.0"
 9886dependencies = [
 9887 "anyhow",
 9888 "buffer_diff",
 9889 "clock",
 9890 "collections",
 9891 "ctor",
 9892 "gpui",
 9893 "indoc",
 9894 "itertools 0.14.0",
 9895 "language",
 9896 "log",
 9897 "parking_lot",
 9898 "pretty_assertions",
 9899 "project",
 9900 "rand 0.9.1",
 9901 "rope",
 9902 "serde",
 9903 "settings",
 9904 "smallvec",
 9905 "smol",
 9906 "sum_tree",
 9907 "text",
 9908 "theme",
 9909 "tree-sitter",
 9910 "util",
 9911 "workspace-hack",
 9912 "zlog",
 9913]
 9914
 9915[[package]]
 9916name = "multimap"
 9917version = "0.8.3"
 9918source = "registry+https://github.com/rust-lang/crates.io-index"
 9919checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9920
 9921[[package]]
 9922name = "naga"
 9923version = "25.0.1"
 9924source = "registry+https://github.com/rust-lang/crates.io-index"
 9925checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9926dependencies = [
 9927 "arrayvec",
 9928 "bit-set 0.8.0",
 9929 "bitflags 2.9.0",
 9930 "cfg_aliases 0.2.1",
 9931 "codespan-reporting 0.12.0",
 9932 "half",
 9933 "hashbrown 0.15.3",
 9934 "hexf-parse",
 9935 "indexmap 2.9.0",
 9936 "log",
 9937 "num-traits",
 9938 "once_cell",
 9939 "rustc-hash 1.1.0",
 9940 "spirv",
 9941 "strum 0.26.3",
 9942 "thiserror 2.0.12",
 9943 "unicode-ident",
 9944]
 9945
 9946[[package]]
 9947name = "nanoid"
 9948version = "0.4.0"
 9949source = "registry+https://github.com/rust-lang/crates.io-index"
 9950checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9951dependencies = [
 9952 "rand 0.8.5",
 9953]
 9954
 9955[[package]]
 9956name = "nanorand"
 9957version = "0.7.0"
 9958source = "registry+https://github.com/rust-lang/crates.io-index"
 9959checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9960dependencies = [
 9961 "getrandom 0.2.15",
 9962]
 9963
 9964[[package]]
 9965name = "native-tls"
 9966version = "0.2.14"
 9967source = "registry+https://github.com/rust-lang/crates.io-index"
 9968checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9969dependencies = [
 9970 "libc",
 9971 "log",
 9972 "openssl",
 9973 "openssl-probe",
 9974 "openssl-sys",
 9975 "schannel",
 9976 "security-framework 2.11.1",
 9977 "security-framework-sys",
 9978 "tempfile",
 9979]
 9980
 9981[[package]]
 9982name = "nbformat"
 9983version = "0.10.0"
 9984source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 9985dependencies = [
 9986 "anyhow",
 9987 "chrono",
 9988 "jupyter-protocol",
 9989 "serde",
 9990 "serde_json",
 9991 "thiserror 1.0.69",
 9992 "uuid",
 9993]
 9994
 9995[[package]]
 9996name = "nc"
 9997version = "0.1.0"
 9998dependencies = [
 9999 "anyhow",
10000 "futures 0.3.31",
10001 "net",
10002 "smol",
10003 "workspace-hack",
10004]
10005
10006[[package]]
10007name = "ndk"
10008version = "0.9.0"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10011dependencies = [
10012 "bitflags 2.9.0",
10013 "jni-sys",
10014 "log",
10015 "ndk-sys",
10016 "num_enum",
10017 "thiserror 1.0.69",
10018]
10019
10020[[package]]
10021name = "ndk-context"
10022version = "0.1.1"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10025
10026[[package]]
10027name = "ndk-sys"
10028version = "0.6.0+11769913"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10031dependencies = [
10032 "jni-sys",
10033]
10034
10035[[package]]
10036name = "net"
10037version = "0.1.0"
10038dependencies = [
10039 "anyhow",
10040 "async-io",
10041 "smol",
10042 "tempfile",
10043 "windows 0.61.1",
10044 "workspace-hack",
10045]
10046
10047[[package]]
10048name = "new_debug_unreachable"
10049version = "1.0.6"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10052
10053[[package]]
10054name = "nix"
10055version = "0.28.0"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10058dependencies = [
10059 "bitflags 2.9.0",
10060 "cfg-if",
10061 "cfg_aliases 0.1.1",
10062 "libc",
10063]
10064
10065[[package]]
10066name = "nix"
10067version = "0.29.0"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10070dependencies = [
10071 "bitflags 2.9.0",
10072 "cfg-if",
10073 "cfg_aliases 0.2.1",
10074 "libc",
10075]
10076
10077[[package]]
10078name = "nix"
10079version = "0.30.1"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10082dependencies = [
10083 "bitflags 2.9.0",
10084 "cfg-if",
10085 "cfg_aliases 0.2.1",
10086 "libc",
10087 "memoffset",
10088]
10089
10090[[package]]
10091name = "node_runtime"
10092version = "0.1.0"
10093dependencies = [
10094 "anyhow",
10095 "async-compression",
10096 "async-std",
10097 "async-tar",
10098 "async-trait",
10099 "futures 0.3.31",
10100 "http_client",
10101 "log",
10102 "paths",
10103 "semver",
10104 "serde",
10105 "serde_json",
10106 "smol",
10107 "util",
10108 "watch",
10109 "which 6.0.3",
10110 "workspace-hack",
10111]
10112
10113[[package]]
10114name = "nom"
10115version = "7.1.3"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10118dependencies = [
10119 "memchr",
10120 "minimal-lexical",
10121]
10122
10123[[package]]
10124name = "nom"
10125version = "8.0.0"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10128dependencies = [
10129 "memchr",
10130]
10131
10132[[package]]
10133name = "noop_proc_macro"
10134version = "0.3.0"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10137
10138[[package]]
10139name = "normpath"
10140version = "1.3.0"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10143dependencies = [
10144 "windows-sys 0.59.0",
10145]
10146
10147[[package]]
10148name = "notifications"
10149version = "0.1.0"
10150dependencies = [
10151 "anyhow",
10152 "channel",
10153 "client",
10154 "collections",
10155 "component",
10156 "db",
10157 "gpui",
10158 "rpc",
10159 "settings",
10160 "sum_tree",
10161 "time",
10162 "ui",
10163 "util",
10164 "workspace",
10165 "workspace-hack",
10166 "zed_actions",
10167]
10168
10169[[package]]
10170name = "notify"
10171version = "6.1.1"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10174dependencies = [
10175 "bitflags 2.9.0",
10176 "crossbeam-channel",
10177 "filetime",
10178 "fsevent-sys 4.1.0",
10179 "inotify 0.9.6",
10180 "kqueue",
10181 "libc",
10182 "log",
10183 "mio 0.8.11",
10184 "walkdir",
10185 "windows-sys 0.48.0",
10186]
10187
10188[[package]]
10189name = "notify"
10190version = "8.0.0"
10191source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10192dependencies = [
10193 "bitflags 2.9.0",
10194 "filetime",
10195 "fsevent-sys 4.1.0",
10196 "inotify 0.11.0",
10197 "kqueue",
10198 "libc",
10199 "log",
10200 "mio 1.0.3",
10201 "notify-types",
10202 "walkdir",
10203 "windows-sys 0.59.0",
10204]
10205
10206[[package]]
10207name = "notify-debouncer-mini"
10208version = "0.4.1"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10211dependencies = [
10212 "crossbeam-channel",
10213 "log",
10214 "notify 6.1.1",
10215]
10216
10217[[package]]
10218name = "notify-types"
10219version = "2.0.0"
10220source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10221
10222[[package]]
10223name = "ntapi"
10224version = "0.4.1"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10227dependencies = [
10228 "winapi",
10229]
10230
10231[[package]]
10232name = "nu-ansi-term"
10233version = "0.50.1"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10236dependencies = [
10237 "windows-sys 0.52.0",
10238]
10239
10240[[package]]
10241name = "num"
10242version = "0.4.3"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10245dependencies = [
10246 "num-bigint",
10247 "num-complex",
10248 "num-integer",
10249 "num-iter",
10250 "num-rational",
10251 "num-traits",
10252]
10253
10254[[package]]
10255name = "num-bigint"
10256version = "0.4.6"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10259dependencies = [
10260 "num-integer",
10261 "num-traits",
10262]
10263
10264[[package]]
10265name = "num-bigint-dig"
10266version = "0.8.4"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10269dependencies = [
10270 "byteorder",
10271 "lazy_static",
10272 "libm",
10273 "num-integer",
10274 "num-iter",
10275 "num-traits",
10276 "rand 0.8.5",
10277 "serde",
10278 "smallvec",
10279 "zeroize",
10280]
10281
10282[[package]]
10283name = "num-cmp"
10284version = "0.1.0"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10287
10288[[package]]
10289name = "num-complex"
10290version = "0.4.6"
10291source = "registry+https://github.com/rust-lang/crates.io-index"
10292checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10293dependencies = [
10294 "bytemuck",
10295 "num-traits",
10296]
10297
10298[[package]]
10299name = "num-conv"
10300version = "0.1.0"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10303
10304[[package]]
10305name = "num-derive"
10306version = "0.4.2"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10309dependencies = [
10310 "proc-macro2",
10311 "quote",
10312 "syn 2.0.101",
10313]
10314
10315[[package]]
10316name = "num-format"
10317version = "0.4.4"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10320dependencies = [
10321 "arrayvec",
10322 "itoa",
10323]
10324
10325[[package]]
10326name = "num-integer"
10327version = "0.1.46"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10330dependencies = [
10331 "num-traits",
10332]
10333
10334[[package]]
10335name = "num-iter"
10336version = "0.1.45"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10339dependencies = [
10340 "autocfg",
10341 "num-integer",
10342 "num-traits",
10343]
10344
10345[[package]]
10346name = "num-rational"
10347version = "0.4.2"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10350dependencies = [
10351 "num-bigint",
10352 "num-integer",
10353 "num-traits",
10354]
10355
10356[[package]]
10357name = "num-traits"
10358version = "0.2.19"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10361dependencies = [
10362 "autocfg",
10363 "libm",
10364]
10365
10366[[package]]
10367name = "num_cpus"
10368version = "1.16.0"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10371dependencies = [
10372 "hermit-abi 0.3.9",
10373 "libc",
10374]
10375
10376[[package]]
10377name = "num_enum"
10378version = "0.7.3"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10381dependencies = [
10382 "num_enum_derive",
10383]
10384
10385[[package]]
10386name = "num_enum_derive"
10387version = "0.7.3"
10388source = "registry+https://github.com/rust-lang/crates.io-index"
10389checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10390dependencies = [
10391 "proc-macro-crate",
10392 "proc-macro2",
10393 "quote",
10394 "syn 2.0.101",
10395]
10396
10397[[package]]
10398name = "num_threads"
10399version = "0.1.7"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10402dependencies = [
10403 "libc",
10404]
10405
10406[[package]]
10407name = "nvim-rs"
10408version = "0.9.2"
10409source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10410dependencies = [
10411 "async-trait",
10412 "futures 0.3.31",
10413 "log",
10414 "rmp",
10415 "rmpv",
10416 "tokio",
10417 "tokio-util",
10418]
10419
10420[[package]]
10421name = "objc"
10422version = "0.2.7"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10425dependencies = [
10426 "malloc_buf",
10427 "objc_exception",
10428]
10429
10430[[package]]
10431name = "objc-foundation"
10432version = "0.1.1"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10435dependencies = [
10436 "block",
10437 "objc",
10438 "objc_id",
10439]
10440
10441[[package]]
10442name = "objc2"
10443version = "0.6.1"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10446dependencies = [
10447 "objc2-encode",
10448]
10449
10450[[package]]
10451name = "objc2-app-kit"
10452version = "0.3.1"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10455dependencies = [
10456 "bitflags 2.9.0",
10457 "objc2",
10458 "objc2-core-foundation",
10459 "objc2-foundation",
10460 "objc2-quartz-core",
10461]
10462
10463[[package]]
10464name = "objc2-audio-toolbox"
10465version = "0.3.1"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10468dependencies = [
10469 "bitflags 2.9.0",
10470 "libc",
10471 "objc2",
10472 "objc2-core-audio",
10473 "objc2-core-audio-types",
10474 "objc2-core-foundation",
10475 "objc2-foundation",
10476]
10477
10478[[package]]
10479name = "objc2-core-audio"
10480version = "0.3.1"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10483dependencies = [
10484 "dispatch2",
10485 "objc2",
10486 "objc2-core-audio-types",
10487 "objc2-core-foundation",
10488]
10489
10490[[package]]
10491name = "objc2-core-audio-types"
10492version = "0.3.1"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10495dependencies = [
10496 "bitflags 2.9.0",
10497 "objc2",
10498]
10499
10500[[package]]
10501name = "objc2-core-foundation"
10502version = "0.3.1"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10505dependencies = [
10506 "bitflags 2.9.0",
10507 "dispatch2",
10508 "objc2",
10509]
10510
10511[[package]]
10512name = "objc2-encode"
10513version = "4.1.0"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10516
10517[[package]]
10518name = "objc2-foundation"
10519version = "0.3.1"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10522dependencies = [
10523 "bitflags 2.9.0",
10524 "objc2",
10525 "objc2-core-foundation",
10526]
10527
10528[[package]]
10529name = "objc2-metal"
10530version = "0.3.1"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10533dependencies = [
10534 "bitflags 2.9.0",
10535 "block2",
10536 "dispatch2",
10537 "objc2",
10538 "objc2-core-foundation",
10539 "objc2-foundation",
10540]
10541
10542[[package]]
10543name = "objc2-quartz-core"
10544version = "0.3.1"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10547dependencies = [
10548 "bitflags 2.9.0",
10549 "objc2",
10550 "objc2-core-foundation",
10551 "objc2-foundation",
10552 "objc2-metal",
10553]
10554
10555[[package]]
10556name = "objc2-ui-kit"
10557version = "0.3.1"
10558source = "registry+https://github.com/rust-lang/crates.io-index"
10559checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10560dependencies = [
10561 "bitflags 2.9.0",
10562 "objc2",
10563 "objc2-core-foundation",
10564 "objc2-foundation",
10565 "objc2-quartz-core",
10566]
10567
10568[[package]]
10569name = "objc_exception"
10570version = "0.1.2"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10573dependencies = [
10574 "cc",
10575]
10576
10577[[package]]
10578name = "objc_id"
10579version = "0.1.1"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10582dependencies = [
10583 "objc",
10584]
10585
10586[[package]]
10587name = "object"
10588version = "0.36.7"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10591dependencies = [
10592 "crc32fast",
10593 "hashbrown 0.15.3",
10594 "indexmap 2.9.0",
10595 "memchr",
10596]
10597
10598[[package]]
10599name = "ollama"
10600version = "0.1.0"
10601dependencies = [
10602 "anyhow",
10603 "futures 0.3.31",
10604 "http_client",
10605 "schemars 1.0.1",
10606 "serde",
10607 "serde_json",
10608 "settings",
10609 "workspace-hack",
10610]
10611
10612[[package]]
10613name = "onboarding"
10614version = "0.1.0"
10615dependencies = [
10616 "ai_onboarding",
10617 "anyhow",
10618 "client",
10619 "component",
10620 "db",
10621 "documented",
10622 "editor",
10623 "fs",
10624 "fuzzy",
10625 "git",
10626 "gpui",
10627 "itertools 0.14.0",
10628 "language",
10629 "language_model",
10630 "menu",
10631 "notifications",
10632 "picker",
10633 "project",
10634 "schemars 1.0.1",
10635 "serde",
10636 "settings",
10637 "telemetry",
10638 "theme",
10639 "ui",
10640 "util",
10641 "vim_mode_setting",
10642 "workspace",
10643 "workspace-hack",
10644 "zed_actions",
10645 "zlog",
10646]
10647
10648[[package]]
10649name = "once_cell"
10650version = "1.21.3"
10651source = "registry+https://github.com/rust-lang/crates.io-index"
10652checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10653
10654[[package]]
10655name = "oo7"
10656version = "0.5.0"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10659dependencies = [
10660 "aes",
10661 "ashpd 0.12.0",
10662 "async-fs",
10663 "async-io",
10664 "async-lock",
10665 "blocking",
10666 "cbc",
10667 "cipher",
10668 "digest",
10669 "endi",
10670 "futures-lite 2.6.0",
10671 "futures-util",
10672 "getrandom 0.3.2",
10673 "hkdf",
10674 "hmac",
10675 "md-5",
10676 "num",
10677 "num-bigint-dig",
10678 "pbkdf2 0.12.2",
10679 "rand 0.9.1",
10680 "serde",
10681 "sha2",
10682 "subtle",
10683 "zbus",
10684 "zbus_macros",
10685 "zeroize",
10686 "zvariant",
10687]
10688
10689[[package]]
10690name = "oorandom"
10691version = "11.1.5"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10694
10695[[package]]
10696name = "open"
10697version = "5.3.2"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10700dependencies = [
10701 "is-wsl",
10702 "libc",
10703 "pathdiff",
10704]
10705
10706[[package]]
10707name = "open_ai"
10708version = "0.1.0"
10709dependencies = [
10710 "anyhow",
10711 "futures 0.3.31",
10712 "http_client",
10713 "log",
10714 "schemars 1.0.1",
10715 "serde",
10716 "serde_json",
10717 "settings",
10718 "strum 0.27.1",
10719 "workspace-hack",
10720]
10721
10722[[package]]
10723name = "open_router"
10724version = "0.1.0"
10725dependencies = [
10726 "anyhow",
10727 "futures 0.3.31",
10728 "http_client",
10729 "schemars 1.0.1",
10730 "serde",
10731 "serde_json",
10732 "settings",
10733 "strum 0.27.1",
10734 "thiserror 2.0.12",
10735 "workspace-hack",
10736]
10737
10738[[package]]
10739name = "opener"
10740version = "0.7.2"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10743dependencies = [
10744 "bstr",
10745 "dbus",
10746 "normpath",
10747 "windows-sys 0.59.0",
10748]
10749
10750[[package]]
10751name = "openssl"
10752version = "0.10.72"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10755dependencies = [
10756 "bitflags 2.9.0",
10757 "cfg-if",
10758 "foreign-types 0.3.2",
10759 "libc",
10760 "once_cell",
10761 "openssl-macros",
10762 "openssl-sys",
10763]
10764
10765[[package]]
10766name = "openssl-macros"
10767version = "0.1.1"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10770dependencies = [
10771 "proc-macro2",
10772 "quote",
10773 "syn 2.0.101",
10774]
10775
10776[[package]]
10777name = "openssl-probe"
10778version = "0.1.6"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10781
10782[[package]]
10783name = "openssl-sys"
10784version = "0.9.107"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10787dependencies = [
10788 "cc",
10789 "libc",
10790 "pkg-config",
10791 "vcpkg",
10792]
10793
10794[[package]]
10795name = "optfield"
10796version = "0.3.0"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10799dependencies = [
10800 "proc-macro2",
10801 "quote",
10802 "syn 2.0.101",
10803]
10804
10805[[package]]
10806name = "option-ext"
10807version = "0.2.0"
10808source = "registry+https://github.com/rust-lang/crates.io-index"
10809checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10810
10811[[package]]
10812name = "ordered-float"
10813version = "2.10.1"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10816dependencies = [
10817 "num-traits",
10818]
10819
10820[[package]]
10821name = "ordered-float"
10822version = "4.6.0"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10825dependencies = [
10826 "num-traits",
10827]
10828
10829[[package]]
10830name = "ordered-stream"
10831version = "0.2.0"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10834dependencies = [
10835 "futures-core",
10836 "pin-project-lite",
10837]
10838
10839[[package]]
10840name = "ouroboros"
10841version = "0.18.5"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10844dependencies = [
10845 "aliasable",
10846 "ouroboros_macro",
10847 "static_assertions",
10848]
10849
10850[[package]]
10851name = "ouroboros_macro"
10852version = "0.18.5"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10855dependencies = [
10856 "heck 0.4.1",
10857 "proc-macro2",
10858 "proc-macro2-diagnostics",
10859 "quote",
10860 "syn 2.0.101",
10861]
10862
10863[[package]]
10864name = "outline"
10865version = "0.1.0"
10866dependencies = [
10867 "editor",
10868 "fuzzy",
10869 "gpui",
10870 "indoc",
10871 "language",
10872 "menu",
10873 "ordered-float 2.10.1",
10874 "picker",
10875 "project",
10876 "rope",
10877 "serde_json",
10878 "settings",
10879 "smol",
10880 "theme",
10881 "tree-sitter-rust",
10882 "tree-sitter-typescript",
10883 "ui",
10884 "util",
10885 "workspace",
10886 "workspace-hack",
10887 "zed_actions",
10888]
10889
10890[[package]]
10891name = "outline_panel"
10892version = "0.1.0"
10893dependencies = [
10894 "anyhow",
10895 "collections",
10896 "db",
10897 "editor",
10898 "file_icons",
10899 "fuzzy",
10900 "gpui",
10901 "itertools 0.14.0",
10902 "language",
10903 "log",
10904 "menu",
10905 "outline",
10906 "pretty_assertions",
10907 "project",
10908 "search",
10909 "serde",
10910 "serde_json",
10911 "settings",
10912 "smallvec",
10913 "smol",
10914 "theme",
10915 "ui",
10916 "util",
10917 "workspace",
10918 "workspace-hack",
10919 "worktree",
10920 "zed_actions",
10921]
10922
10923[[package]]
10924name = "outref"
10925version = "0.5.2"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10928
10929[[package]]
10930name = "p256"
10931version = "0.11.1"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10934dependencies = [
10935 "ecdsa",
10936 "elliptic-curve",
10937 "sha2",
10938]
10939
10940[[package]]
10941name = "page_size"
10942version = "0.6.0"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10945dependencies = [
10946 "libc",
10947 "winapi",
10948]
10949
10950[[package]]
10951name = "palette"
10952version = "0.7.6"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10955dependencies = [
10956 "approx",
10957 "fast-srgb8",
10958 "palette_derive",
10959]
10960
10961[[package]]
10962name = "palette_derive"
10963version = "0.7.6"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10966dependencies = [
10967 "by_address",
10968 "proc-macro2",
10969 "quote",
10970 "syn 2.0.101",
10971]
10972
10973[[package]]
10974name = "panel"
10975version = "0.1.0"
10976dependencies = [
10977 "editor",
10978 "gpui",
10979 "settings",
10980 "theme",
10981 "ui",
10982 "workspace",
10983 "workspace-hack",
10984]
10985
10986[[package]]
10987name = "parking"
10988version = "2.2.1"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10991
10992[[package]]
10993name = "parking_lot"
10994version = "0.12.4"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10997dependencies = [
10998 "lock_api",
10999 "parking_lot_core",
11000]
11001
11002[[package]]
11003name = "parking_lot_core"
11004version = "0.9.11"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11007dependencies = [
11008 "cfg-if",
11009 "libc",
11010 "redox_syscall 0.5.11",
11011 "smallvec",
11012 "windows-targets 0.52.6",
11013]
11014
11015[[package]]
11016name = "parse_int"
11017version = "0.9.0"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11020dependencies = [
11021 "num-traits",
11022]
11023
11024[[package]]
11025name = "partial-json-fixer"
11026version = "0.5.3"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11029
11030[[package]]
11031name = "password-hash"
11032version = "0.4.2"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11035dependencies = [
11036 "base64ct",
11037 "rand_core 0.6.4",
11038 "subtle",
11039]
11040
11041[[package]]
11042name = "password-hash"
11043version = "0.5.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11046dependencies = [
11047 "base64ct",
11048 "rand_core 0.6.4",
11049 "subtle",
11050]
11051
11052[[package]]
11053name = "paste"
11054version = "1.0.15"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11057
11058[[package]]
11059name = "pathdiff"
11060version = "0.2.3"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11063
11064[[package]]
11065name = "pathfinder_geometry"
11066version = "0.5.1"
11067source = "registry+https://github.com/rust-lang/crates.io-index"
11068checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11069dependencies = [
11070 "log",
11071 "pathfinder_simd",
11072]
11073
11074[[package]]
11075name = "pathfinder_simd"
11076version = "0.5.5"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11079dependencies = [
11080 "rustc_version",
11081]
11082
11083[[package]]
11084name = "paths"
11085version = "0.1.0"
11086dependencies = [
11087 "dirs 4.0.0",
11088 "ignore",
11089 "util",
11090 "workspace-hack",
11091]
11092
11093[[package]]
11094name = "pbjson"
11095version = "0.6.0"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11098dependencies = [
11099 "base64 0.21.7",
11100 "serde",
11101]
11102
11103[[package]]
11104name = "pbjson-build"
11105version = "0.6.2"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11108dependencies = [
11109 "heck 0.4.1",
11110 "itertools 0.11.0",
11111 "prost 0.12.6",
11112 "prost-types 0.12.6",
11113]
11114
11115[[package]]
11116name = "pbjson-types"
11117version = "0.6.0"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11120dependencies = [
11121 "bytes 1.10.1",
11122 "chrono",
11123 "pbjson",
11124 "pbjson-build",
11125 "prost 0.12.6",
11126 "prost-build 0.12.6",
11127 "serde",
11128]
11129
11130[[package]]
11131name = "pbkdf2"
11132version = "0.11.0"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11135dependencies = [
11136 "digest",
11137 "hmac",
11138 "password-hash 0.4.2",
11139 "sha2",
11140]
11141
11142[[package]]
11143name = "pbkdf2"
11144version = "0.12.2"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11147dependencies = [
11148 "digest",
11149 "hmac",
11150]
11151
11152[[package]]
11153name = "pciid-parser"
11154version = "0.8.0"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11157
11158[[package]]
11159name = "pem"
11160version = "3.0.5"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11163dependencies = [
11164 "base64 0.22.1",
11165 "serde",
11166]
11167
11168[[package]]
11169name = "pem-rfc7468"
11170version = "0.7.0"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11173dependencies = [
11174 "base64ct",
11175]
11176
11177[[package]]
11178name = "percent-encoding"
11179version = "2.3.1"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11182
11183[[package]]
11184name = "perf"
11185version = "0.1.0"
11186dependencies = [
11187 "collections",
11188 "serde",
11189 "serde_json",
11190 "workspace-hack",
11191]
11192
11193[[package]]
11194name = "pest"
11195version = "2.8.0"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11198dependencies = [
11199 "memchr",
11200 "thiserror 2.0.12",
11201 "ucd-trie",
11202]
11203
11204[[package]]
11205name = "pest_derive"
11206version = "2.8.0"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11209dependencies = [
11210 "pest",
11211 "pest_generator",
11212]
11213
11214[[package]]
11215name = "pest_generator"
11216version = "2.8.0"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11219dependencies = [
11220 "pest",
11221 "pest_meta",
11222 "proc-macro2",
11223 "quote",
11224 "syn 2.0.101",
11225]
11226
11227[[package]]
11228name = "pest_meta"
11229version = "2.8.0"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11232dependencies = [
11233 "once_cell",
11234 "pest",
11235 "sha2",
11236]
11237
11238[[package]]
11239name = "pet"
11240version = "0.1.0"
11241source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11242dependencies = [
11243 "clap",
11244 "env_logger 0.10.2",
11245 "lazy_static",
11246 "log",
11247 "msvc_spectre_libs",
11248 "pet-conda",
11249 "pet-core",
11250 "pet-env-var-path",
11251 "pet-fs",
11252 "pet-global-virtualenvs",
11253 "pet-homebrew",
11254 "pet-jsonrpc",
11255 "pet-linux-global-python",
11256 "pet-mac-commandlinetools",
11257 "pet-mac-python-org",
11258 "pet-mac-xcode",
11259 "pet-pipenv",
11260 "pet-pixi",
11261 "pet-poetry",
11262 "pet-pyenv",
11263 "pet-python-utils",
11264 "pet-reporter",
11265 "pet-telemetry",
11266 "pet-venv",
11267 "pet-virtualenv",
11268 "pet-virtualenvwrapper",
11269 "pet-windows-registry",
11270 "pet-windows-store",
11271 "serde",
11272 "serde_json",
11273]
11274
11275[[package]]
11276name = "pet-conda"
11277version = "0.1.0"
11278source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11279dependencies = [
11280 "env_logger 0.10.2",
11281 "lazy_static",
11282 "log",
11283 "msvc_spectre_libs",
11284 "pet-core",
11285 "pet-fs",
11286 "pet-python-utils",
11287 "pet-reporter",
11288 "regex",
11289 "serde",
11290 "serde_json",
11291 "yaml-rust2",
11292]
11293
11294[[package]]
11295name = "pet-core"
11296version = "0.1.0"
11297source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11298dependencies = [
11299 "clap",
11300 "lazy_static",
11301 "log",
11302 "msvc_spectre_libs",
11303 "pet-fs",
11304 "regex",
11305 "serde",
11306 "serde_json",
11307]
11308
11309[[package]]
11310name = "pet-env-var-path"
11311version = "0.1.0"
11312source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11313dependencies = [
11314 "lazy_static",
11315 "log",
11316 "msvc_spectre_libs",
11317 "pet-conda",
11318 "pet-core",
11319 "pet-fs",
11320 "pet-python-utils",
11321 "pet-virtualenv",
11322 "regex",
11323]
11324
11325[[package]]
11326name = "pet-fs"
11327version = "0.1.0"
11328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11329dependencies = [
11330 "log",
11331 "msvc_spectre_libs",
11332]
11333
11334[[package]]
11335name = "pet-global-virtualenvs"
11336version = "0.1.0"
11337source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11338dependencies = [
11339 "log",
11340 "msvc_spectre_libs",
11341 "pet-conda",
11342 "pet-core",
11343 "pet-fs",
11344 "pet-virtualenv",
11345]
11346
11347[[package]]
11348name = "pet-homebrew"
11349version = "0.1.0"
11350source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11351dependencies = [
11352 "lazy_static",
11353 "log",
11354 "msvc_spectre_libs",
11355 "pet-conda",
11356 "pet-core",
11357 "pet-fs",
11358 "pet-python-utils",
11359 "pet-virtualenv",
11360 "regex",
11361 "serde",
11362 "serde_json",
11363]
11364
11365[[package]]
11366name = "pet-jsonrpc"
11367version = "0.1.0"
11368source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11369dependencies = [
11370 "env_logger 0.10.2",
11371 "log",
11372 "msvc_spectre_libs",
11373 "pet-core",
11374 "serde",
11375 "serde_json",
11376]
11377
11378[[package]]
11379name = "pet-linux-global-python"
11380version = "0.1.0"
11381source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11382dependencies = [
11383 "log",
11384 "msvc_spectre_libs",
11385 "pet-core",
11386 "pet-fs",
11387 "pet-python-utils",
11388 "pet-virtualenv",
11389]
11390
11391[[package]]
11392name = "pet-mac-commandlinetools"
11393version = "0.1.0"
11394source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11395dependencies = [
11396 "log",
11397 "msvc_spectre_libs",
11398 "pet-core",
11399 "pet-fs",
11400 "pet-python-utils",
11401 "pet-virtualenv",
11402]
11403
11404[[package]]
11405name = "pet-mac-python-org"
11406version = "0.1.0"
11407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11408dependencies = [
11409 "log",
11410 "msvc_spectre_libs",
11411 "pet-core",
11412 "pet-fs",
11413 "pet-python-utils",
11414 "pet-virtualenv",
11415]
11416
11417[[package]]
11418name = "pet-mac-xcode"
11419version = "0.1.0"
11420source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11421dependencies = [
11422 "log",
11423 "msvc_spectre_libs",
11424 "pet-core",
11425 "pet-fs",
11426 "pet-python-utils",
11427 "pet-virtualenv",
11428]
11429
11430[[package]]
11431name = "pet-pipenv"
11432version = "0.1.0"
11433source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11434dependencies = [
11435 "log",
11436 "msvc_spectre_libs",
11437 "pet-core",
11438 "pet-fs",
11439 "pet-python-utils",
11440 "pet-virtualenv",
11441]
11442
11443[[package]]
11444name = "pet-pixi"
11445version = "0.1.0"
11446source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11447dependencies = [
11448 "log",
11449 "msvc_spectre_libs",
11450 "pet-conda",
11451 "pet-core",
11452 "pet-python-utils",
11453]
11454
11455[[package]]
11456name = "pet-poetry"
11457version = "0.1.0"
11458source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11459dependencies = [
11460 "base64 0.22.1",
11461 "lazy_static",
11462 "log",
11463 "msvc_spectre_libs",
11464 "pet-core",
11465 "pet-fs",
11466 "pet-python-utils",
11467 "pet-reporter",
11468 "pet-virtualenv",
11469 "regex",
11470 "serde",
11471 "serde_json",
11472 "sha2",
11473 "toml 0.8.20",
11474]
11475
11476[[package]]
11477name = "pet-pyenv"
11478version = "0.1.0"
11479source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11480dependencies = [
11481 "lazy_static",
11482 "log",
11483 "msvc_spectre_libs",
11484 "pet-conda",
11485 "pet-core",
11486 "pet-fs",
11487 "pet-python-utils",
11488 "pet-reporter",
11489 "regex",
11490 "serde",
11491 "serde_json",
11492]
11493
11494[[package]]
11495name = "pet-python-utils"
11496version = "0.1.0"
11497source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11498dependencies = [
11499 "env_logger 0.10.2",
11500 "lazy_static",
11501 "log",
11502 "msvc_spectre_libs",
11503 "pet-core",
11504 "pet-fs",
11505 "regex",
11506 "serde",
11507 "serde_json",
11508 "sha2",
11509]
11510
11511[[package]]
11512name = "pet-reporter"
11513version = "0.1.0"
11514source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11515dependencies = [
11516 "env_logger 0.10.2",
11517 "log",
11518 "msvc_spectre_libs",
11519 "pet-core",
11520 "pet-jsonrpc",
11521 "serde",
11522 "serde_json",
11523]
11524
11525[[package]]
11526name = "pet-telemetry"
11527version = "0.1.0"
11528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11529dependencies = [
11530 "env_logger 0.10.2",
11531 "lazy_static",
11532 "log",
11533 "msvc_spectre_libs",
11534 "pet-core",
11535 "pet-fs",
11536 "pet-python-utils",
11537 "regex",
11538]
11539
11540[[package]]
11541name = "pet-venv"
11542version = "0.1.0"
11543source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11544dependencies = [
11545 "log",
11546 "msvc_spectre_libs",
11547 "pet-core",
11548 "pet-python-utils",
11549 "pet-virtualenv",
11550]
11551
11552[[package]]
11553name = "pet-virtualenv"
11554version = "0.1.0"
11555source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11556dependencies = [
11557 "log",
11558 "msvc_spectre_libs",
11559 "pet-core",
11560 "pet-fs",
11561 "pet-python-utils",
11562]
11563
11564[[package]]
11565name = "pet-virtualenvwrapper"
11566version = "0.1.0"
11567source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11568dependencies = [
11569 "log",
11570 "msvc_spectre_libs",
11571 "pet-core",
11572 "pet-fs",
11573 "pet-python-utils",
11574 "pet-virtualenv",
11575]
11576
11577[[package]]
11578name = "pet-windows-registry"
11579version = "0.1.0"
11580source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11581dependencies = [
11582 "lazy_static",
11583 "log",
11584 "msvc_spectre_libs",
11585 "pet-conda",
11586 "pet-core",
11587 "pet-fs",
11588 "pet-python-utils",
11589 "pet-virtualenv",
11590 "pet-windows-store",
11591 "regex",
11592 "winreg 0.55.0",
11593]
11594
11595[[package]]
11596name = "pet-windows-store"
11597version = "0.1.0"
11598source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11599dependencies = [
11600 "lazy_static",
11601 "log",
11602 "msvc_spectre_libs",
11603 "pet-core",
11604 "pet-fs",
11605 "pet-python-utils",
11606 "pet-virtualenv",
11607 "regex",
11608 "winreg 0.55.0",
11609]
11610
11611[[package]]
11612name = "petgraph"
11613version = "0.6.5"
11614source = "registry+https://github.com/rust-lang/crates.io-index"
11615checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11616dependencies = [
11617 "fixedbitset",
11618 "indexmap 2.9.0",
11619]
11620
11621[[package]]
11622name = "pgvector"
11623version = "0.4.0"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11626dependencies = [
11627 "serde",
11628]
11629
11630[[package]]
11631name = "phf"
11632version = "0.11.3"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11635dependencies = [
11636 "phf_macros",
11637 "phf_shared",
11638]
11639
11640[[package]]
11641name = "phf_codegen"
11642version = "0.11.3"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11645dependencies = [
11646 "phf_generator",
11647 "phf_shared",
11648]
11649
11650[[package]]
11651name = "phf_generator"
11652version = "0.11.3"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11655dependencies = [
11656 "phf_shared",
11657 "rand 0.8.5",
11658]
11659
11660[[package]]
11661name = "phf_macros"
11662version = "0.11.3"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11665dependencies = [
11666 "phf_generator",
11667 "phf_shared",
11668 "proc-macro2",
11669 "quote",
11670 "syn 2.0.101",
11671]
11672
11673[[package]]
11674name = "phf_shared"
11675version = "0.11.3"
11676source = "registry+https://github.com/rust-lang/crates.io-index"
11677checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11678dependencies = [
11679 "siphasher",
11680]
11681
11682[[package]]
11683name = "picker"
11684version = "0.1.0"
11685dependencies = [
11686 "anyhow",
11687 "ctor",
11688 "editor",
11689 "env_logger 0.11.8",
11690 "gpui",
11691 "menu",
11692 "schemars 1.0.1",
11693 "serde",
11694 "serde_json",
11695 "theme",
11696 "ui",
11697 "workspace",
11698 "workspace-hack",
11699]
11700
11701[[package]]
11702name = "pico-args"
11703version = "0.5.0"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11706
11707[[package]]
11708name = "pin-project"
11709version = "1.1.10"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11712dependencies = [
11713 "pin-project-internal",
11714]
11715
11716[[package]]
11717name = "pin-project-internal"
11718version = "1.1.10"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11721dependencies = [
11722 "proc-macro2",
11723 "quote",
11724 "syn 2.0.101",
11725]
11726
11727[[package]]
11728name = "pin-project-lite"
11729version = "0.2.16"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11732
11733[[package]]
11734name = "pin-utils"
11735version = "0.1.0"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11738
11739[[package]]
11740name = "piper"
11741version = "0.2.4"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11744dependencies = [
11745 "atomic-waker",
11746 "fastrand 2.3.0",
11747 "futures-io",
11748]
11749
11750[[package]]
11751name = "pkcs1"
11752version = "0.7.5"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11755dependencies = [
11756 "der 0.7.10",
11757 "pkcs8 0.10.2",
11758 "spki 0.7.3",
11759]
11760
11761[[package]]
11762name = "pkcs8"
11763version = "0.9.0"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11766dependencies = [
11767 "der 0.6.1",
11768 "spki 0.6.0",
11769]
11770
11771[[package]]
11772name = "pkcs8"
11773version = "0.10.2"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11776dependencies = [
11777 "der 0.7.10",
11778 "spki 0.7.3",
11779]
11780
11781[[package]]
11782name = "pkg-config"
11783version = "0.3.32"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11786
11787[[package]]
11788name = "plain"
11789version = "0.2.3"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11792
11793[[package]]
11794name = "plist"
11795version = "1.7.1"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11798dependencies = [
11799 "base64 0.22.1",
11800 "indexmap 2.9.0",
11801 "quick-xml 0.32.0",
11802 "serde",
11803 "time",
11804]
11805
11806[[package]]
11807name = "plotters"
11808version = "0.3.7"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11811dependencies = [
11812 "num-traits",
11813 "plotters-backend",
11814 "plotters-svg",
11815 "wasm-bindgen",
11816 "web-sys",
11817]
11818
11819[[package]]
11820name = "plotters-backend"
11821version = "0.3.7"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11824
11825[[package]]
11826name = "plotters-svg"
11827version = "0.3.7"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11830dependencies = [
11831 "plotters-backend",
11832]
11833
11834[[package]]
11835name = "png"
11836version = "0.17.16"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11839dependencies = [
11840 "bitflags 1.3.2",
11841 "crc32fast",
11842 "fdeflate",
11843 "flate2",
11844 "miniz_oxide",
11845]
11846
11847[[package]]
11848name = "polling"
11849version = "3.11.0"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11852dependencies = [
11853 "cfg-if",
11854 "concurrent-queue",
11855 "hermit-abi 0.5.0",
11856 "pin-project-lite",
11857 "rustix 1.0.7",
11858 "windows-sys 0.61.0",
11859]
11860
11861[[package]]
11862name = "pollster"
11863version = "0.2.5"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11866
11867[[package]]
11868name = "portable-atomic"
11869version = "1.11.0"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11872
11873[[package]]
11874name = "portable-atomic-util"
11875version = "0.2.4"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11878dependencies = [
11879 "portable-atomic",
11880]
11881
11882[[package]]
11883name = "portable-pty"
11884version = "0.9.0"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11887dependencies = [
11888 "anyhow",
11889 "bitflags 1.3.2",
11890 "downcast-rs",
11891 "filedescriptor",
11892 "lazy_static",
11893 "libc",
11894 "log",
11895 "nix 0.28.0",
11896 "serial2",
11897 "shared_library",
11898 "shell-words",
11899 "winapi",
11900 "winreg 0.10.1",
11901]
11902
11903[[package]]
11904name = "postage"
11905version = "0.5.0"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11908dependencies = [
11909 "atomic",
11910 "crossbeam-queue",
11911 "futures 0.3.31",
11912 "log",
11913 "parking_lot",
11914 "pin-project",
11915 "pollster",
11916 "static_assertions",
11917 "thiserror 1.0.69",
11918]
11919
11920[[package]]
11921name = "postcard"
11922version = "1.1.1"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11925dependencies = [
11926 "cobs",
11927 "embedded-io 0.4.0",
11928 "embedded-io 0.6.1",
11929 "serde",
11930]
11931
11932[[package]]
11933name = "powerfmt"
11934version = "0.2.0"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11937
11938[[package]]
11939name = "ppv-lite86"
11940version = "0.2.21"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11943dependencies = [
11944 "zerocopy 0.8.24",
11945]
11946
11947[[package]]
11948name = "precomputed-hash"
11949version = "0.1.1"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11952
11953[[package]]
11954name = "prettier"
11955version = "0.1.0"
11956dependencies = [
11957 "anyhow",
11958 "collections",
11959 "fs",
11960 "gpui",
11961 "language",
11962 "log",
11963 "lsp",
11964 "node_runtime",
11965 "parking_lot",
11966 "paths",
11967 "serde",
11968 "serde_json",
11969 "util",
11970 "workspace-hack",
11971]
11972
11973[[package]]
11974name = "pretty_assertions"
11975version = "1.4.1"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11978dependencies = [
11979 "diff",
11980 "yansi",
11981]
11982
11983[[package]]
11984name = "prettyplease"
11985version = "0.2.32"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11988dependencies = [
11989 "proc-macro2",
11990 "syn 2.0.101",
11991]
11992
11993[[package]]
11994name = "primal-check"
11995version = "0.3.4"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11998dependencies = [
11999 "num-integer",
12000]
12001
12002[[package]]
12003name = "proc-macro-crate"
12004version = "3.3.0"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12007dependencies = [
12008 "toml_edit",
12009]
12010
12011[[package]]
12012name = "proc-macro-error-attr2"
12013version = "2.0.0"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12016dependencies = [
12017 "proc-macro2",
12018 "quote",
12019]
12020
12021[[package]]
12022name = "proc-macro-error2"
12023version = "2.0.1"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12026dependencies = [
12027 "proc-macro-error-attr2",
12028 "proc-macro2",
12029 "quote",
12030 "syn 2.0.101",
12031]
12032
12033[[package]]
12034name = "proc-macro2"
12035version = "1.0.95"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12038dependencies = [
12039 "unicode-ident",
12040]
12041
12042[[package]]
12043name = "proc-macro2-diagnostics"
12044version = "0.10.1"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12047dependencies = [
12048 "proc-macro2",
12049 "quote",
12050 "syn 2.0.101",
12051 "version_check",
12052 "yansi",
12053]
12054
12055[[package]]
12056name = "procfs-core"
12057version = "0.16.0"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12060dependencies = [
12061 "bitflags 2.9.0",
12062 "hex",
12063]
12064
12065[[package]]
12066name = "profiling"
12067version = "1.0.16"
12068source = "registry+https://github.com/rust-lang/crates.io-index"
12069checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12070dependencies = [
12071 "profiling-procmacros",
12072]
12073
12074[[package]]
12075name = "profiling-procmacros"
12076version = "1.0.16"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12079dependencies = [
12080 "quote",
12081 "syn 2.0.101",
12082]
12083
12084[[package]]
12085name = "project"
12086version = "0.1.0"
12087dependencies = [
12088 "aho-corasick",
12089 "anyhow",
12090 "askpass",
12091 "async-trait",
12092 "base64 0.22.1",
12093 "buffer_diff",
12094 "circular-buffer",
12095 "client",
12096 "clock",
12097 "collections",
12098 "context_server",
12099 "dap",
12100 "dap_adapters",
12101 "extension",
12102 "fancy-regex 0.14.0",
12103 "fs",
12104 "futures 0.3.31",
12105 "fuzzy",
12106 "git",
12107 "git2",
12108 "git_hosting_providers",
12109 "globset",
12110 "gpui",
12111 "http_client",
12112 "image",
12113 "indexmap 2.9.0",
12114 "itertools 0.14.0",
12115 "language",
12116 "log",
12117 "lsp",
12118 "markdown",
12119 "node_runtime",
12120 "parking_lot",
12121 "paths",
12122 "postage",
12123 "prettier",
12124 "pretty_assertions",
12125 "rand 0.9.1",
12126 "regex",
12127 "release_channel",
12128 "remote",
12129 "rpc",
12130 "schemars 1.0.1",
12131 "semver",
12132 "serde",
12133 "serde_json",
12134 "settings",
12135 "sha2",
12136 "shellexpand 2.1.2",
12137 "shlex",
12138 "smallvec",
12139 "smol",
12140 "snippet",
12141 "snippet_provider",
12142 "sum_tree",
12143 "task",
12144 "tempfile",
12145 "terminal",
12146 "text",
12147 "toml 0.8.20",
12148 "unindent",
12149 "url",
12150 "util",
12151 "watch",
12152 "which 6.0.3",
12153 "workspace-hack",
12154 "worktree",
12155 "zeroize",
12156 "zlog",
12157]
12158
12159[[package]]
12160name = "project_panel"
12161version = "0.1.0"
12162dependencies = [
12163 "anyhow",
12164 "client",
12165 "collections",
12166 "command_palette_hooks",
12167 "db",
12168 "editor",
12169 "file_icons",
12170 "git",
12171 "git_ui",
12172 "gpui",
12173 "language",
12174 "menu",
12175 "pretty_assertions",
12176 "project",
12177 "schemars 1.0.1",
12178 "search",
12179 "serde",
12180 "serde_json",
12181 "settings",
12182 "smallvec",
12183 "telemetry",
12184 "theme",
12185 "ui",
12186 "util",
12187 "workspace",
12188 "workspace-hack",
12189 "worktree",
12190 "zed_actions",
12191]
12192
12193[[package]]
12194name = "project_symbols"
12195version = "0.1.0"
12196dependencies = [
12197 "anyhow",
12198 "editor",
12199 "futures 0.3.31",
12200 "fuzzy",
12201 "gpui",
12202 "language",
12203 "lsp",
12204 "ordered-float 2.10.1",
12205 "picker",
12206 "project",
12207 "release_channel",
12208 "serde_json",
12209 "settings",
12210 "theme",
12211 "util",
12212 "workspace",
12213 "workspace-hack",
12214]
12215
12216[[package]]
12217name = "prometheus"
12218version = "0.14.0"
12219source = "registry+https://github.com/rust-lang/crates.io-index"
12220checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12221dependencies = [
12222 "cfg-if",
12223 "fnv",
12224 "lazy_static",
12225 "memchr",
12226 "parking_lot",
12227 "protobuf",
12228 "thiserror 2.0.12",
12229]
12230
12231[[package]]
12232name = "prompt_store"
12233version = "0.1.0"
12234dependencies = [
12235 "anyhow",
12236 "assets",
12237 "chrono",
12238 "collections",
12239 "fs",
12240 "futures 0.3.31",
12241 "fuzzy",
12242 "gpui",
12243 "handlebars 4.5.0",
12244 "heed",
12245 "language",
12246 "log",
12247 "parking_lot",
12248 "paths",
12249 "rope",
12250 "serde",
12251 "serde_json",
12252 "text",
12253 "util",
12254 "uuid",
12255 "workspace-hack",
12256]
12257
12258[[package]]
12259name = "prost"
12260version = "0.9.0"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12263dependencies = [
12264 "bytes 1.10.1",
12265 "prost-derive 0.9.0",
12266]
12267
12268[[package]]
12269name = "prost"
12270version = "0.12.6"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12273dependencies = [
12274 "bytes 1.10.1",
12275 "prost-derive 0.12.6",
12276]
12277
12278[[package]]
12279name = "prost-build"
12280version = "0.9.0"
12281source = "registry+https://github.com/rust-lang/crates.io-index"
12282checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12283dependencies = [
12284 "bytes 1.10.1",
12285 "heck 0.3.3",
12286 "itertools 0.10.5",
12287 "lazy_static",
12288 "log",
12289 "multimap",
12290 "petgraph",
12291 "prost 0.9.0",
12292 "prost-types 0.9.0",
12293 "regex",
12294 "tempfile",
12295 "which 4.4.2",
12296]
12297
12298[[package]]
12299name = "prost-build"
12300version = "0.12.6"
12301source = "registry+https://github.com/rust-lang/crates.io-index"
12302checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12303dependencies = [
12304 "bytes 1.10.1",
12305 "heck 0.5.0",
12306 "itertools 0.12.1",
12307 "log",
12308 "multimap",
12309 "once_cell",
12310 "petgraph",
12311 "prettyplease",
12312 "prost 0.12.6",
12313 "prost-types 0.12.6",
12314 "regex",
12315 "syn 2.0.101",
12316 "tempfile",
12317]
12318
12319[[package]]
12320name = "prost-derive"
12321version = "0.9.0"
12322source = "registry+https://github.com/rust-lang/crates.io-index"
12323checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12324dependencies = [
12325 "anyhow",
12326 "itertools 0.10.5",
12327 "proc-macro2",
12328 "quote",
12329 "syn 1.0.109",
12330]
12331
12332[[package]]
12333name = "prost-derive"
12334version = "0.12.6"
12335source = "registry+https://github.com/rust-lang/crates.io-index"
12336checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12337dependencies = [
12338 "anyhow",
12339 "itertools 0.12.1",
12340 "proc-macro2",
12341 "quote",
12342 "syn 2.0.101",
12343]
12344
12345[[package]]
12346name = "prost-types"
12347version = "0.9.0"
12348source = "registry+https://github.com/rust-lang/crates.io-index"
12349checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12350dependencies = [
12351 "bytes 1.10.1",
12352 "prost 0.9.0",
12353]
12354
12355[[package]]
12356name = "prost-types"
12357version = "0.12.6"
12358source = "registry+https://github.com/rust-lang/crates.io-index"
12359checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12360dependencies = [
12361 "prost 0.12.6",
12362]
12363
12364[[package]]
12365name = "proto"
12366version = "0.1.0"
12367dependencies = [
12368 "anyhow",
12369 "collections",
12370 "prost 0.9.0",
12371 "prost-build 0.9.0",
12372 "serde",
12373 "typed-path",
12374 "workspace-hack",
12375]
12376
12377[[package]]
12378name = "protobuf"
12379version = "3.7.2"
12380source = "registry+https://github.com/rust-lang/crates.io-index"
12381checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12382dependencies = [
12383 "once_cell",
12384 "protobuf-support",
12385 "thiserror 1.0.69",
12386]
12387
12388[[package]]
12389name = "protobuf-support"
12390version = "3.7.2"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12393dependencies = [
12394 "thiserror 1.0.69",
12395]
12396
12397[[package]]
12398name = "psm"
12399version = "0.1.25"
12400source = "registry+https://github.com/rust-lang/crates.io-index"
12401checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12402dependencies = [
12403 "cc",
12404]
12405
12406[[package]]
12407name = "ptr_meta"
12408version = "0.1.4"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12411dependencies = [
12412 "ptr_meta_derive",
12413]
12414
12415[[package]]
12416name = "ptr_meta_derive"
12417version = "0.1.4"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12420dependencies = [
12421 "proc-macro2",
12422 "quote",
12423 "syn 1.0.109",
12424]
12425
12426[[package]]
12427name = "pulldown-cmark"
12428version = "0.10.3"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12431dependencies = [
12432 "bitflags 2.9.0",
12433 "memchr",
12434 "pulldown-cmark-escape",
12435 "unicase",
12436]
12437
12438[[package]]
12439name = "pulldown-cmark"
12440version = "0.12.2"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12443dependencies = [
12444 "bitflags 2.9.0",
12445 "memchr",
12446 "unicase",
12447]
12448
12449[[package]]
12450name = "pulldown-cmark-escape"
12451version = "0.10.1"
12452source = "registry+https://github.com/rust-lang/crates.io-index"
12453checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12454
12455[[package]]
12456name = "pulley-interpreter"
12457version = "29.0.1"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12460dependencies = [
12461 "cranelift-bitset",
12462 "log",
12463 "sptr",
12464 "wasmtime-math",
12465]
12466
12467[[package]]
12468name = "pulp"
12469version = "0.18.22"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12472dependencies = [
12473 "bytemuck",
12474 "libm",
12475 "num-complex",
12476 "reborrow",
12477]
12478
12479[[package]]
12480name = "pulp"
12481version = "0.21.5"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12484dependencies = [
12485 "bytemuck",
12486 "cfg-if",
12487 "libm",
12488 "num-complex",
12489 "reborrow",
12490 "version_check",
12491]
12492
12493[[package]]
12494name = "qoi"
12495version = "0.4.1"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12498dependencies = [
12499 "bytemuck",
12500]
12501
12502[[package]]
12503name = "quick-error"
12504version = "2.0.1"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12507
12508[[package]]
12509name = "quick-xml"
12510version = "0.30.0"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12513dependencies = [
12514 "memchr",
12515]
12516
12517[[package]]
12518name = "quick-xml"
12519version = "0.32.0"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12522dependencies = [
12523 "memchr",
12524]
12525
12526[[package]]
12527name = "quick-xml"
12528version = "0.37.4"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12531dependencies = [
12532 "memchr",
12533]
12534
12535[[package]]
12536name = "quinn"
12537version = "0.11.7"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12540dependencies = [
12541 "bytes 1.10.1",
12542 "cfg_aliases 0.2.1",
12543 "pin-project-lite",
12544 "quinn-proto",
12545 "quinn-udp",
12546 "rustc-hash 2.1.1",
12547 "rustls 0.23.26",
12548 "socket2",
12549 "thiserror 2.0.12",
12550 "tokio",
12551 "tracing",
12552 "web-time",
12553]
12554
12555[[package]]
12556name = "quinn-proto"
12557version = "0.11.10"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12560dependencies = [
12561 "bytes 1.10.1",
12562 "getrandom 0.3.2",
12563 "rand 0.9.1",
12564 "ring",
12565 "rustc-hash 2.1.1",
12566 "rustls 0.23.26",
12567 "rustls-pki-types",
12568 "slab",
12569 "thiserror 2.0.12",
12570 "tinyvec",
12571 "tracing",
12572 "web-time",
12573]
12574
12575[[package]]
12576name = "quinn-udp"
12577version = "0.5.11"
12578source = "registry+https://github.com/rust-lang/crates.io-index"
12579checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12580dependencies = [
12581 "cfg_aliases 0.2.1",
12582 "libc",
12583 "once_cell",
12584 "socket2",
12585 "tracing",
12586 "windows-sys 0.59.0",
12587]
12588
12589[[package]]
12590name = "quote"
12591version = "1.0.40"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12594dependencies = [
12595 "proc-macro2",
12596]
12597
12598[[package]]
12599name = "r-efi"
12600version = "5.2.0"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12603
12604[[package]]
12605name = "radium"
12606version = "0.7.0"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12609
12610[[package]]
12611name = "rand"
12612version = "0.8.5"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12615dependencies = [
12616 "libc",
12617 "rand_chacha 0.3.1",
12618 "rand_core 0.6.4",
12619]
12620
12621[[package]]
12622name = "rand"
12623version = "0.9.1"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12626dependencies = [
12627 "rand_chacha 0.9.0",
12628 "rand_core 0.9.3",
12629]
12630
12631[[package]]
12632name = "rand_chacha"
12633version = "0.3.1"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12636dependencies = [
12637 "ppv-lite86",
12638 "rand_core 0.6.4",
12639]
12640
12641[[package]]
12642name = "rand_chacha"
12643version = "0.9.0"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12646dependencies = [
12647 "ppv-lite86",
12648 "rand_core 0.9.3",
12649]
12650
12651[[package]]
12652name = "rand_core"
12653version = "0.6.4"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12656dependencies = [
12657 "getrandom 0.2.15",
12658]
12659
12660[[package]]
12661name = "rand_core"
12662version = "0.9.3"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12665dependencies = [
12666 "getrandom 0.3.2",
12667]
12668
12669[[package]]
12670name = "rand_distr"
12671version = "0.5.1"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12674dependencies = [
12675 "num-traits",
12676 "rand 0.9.1",
12677]
12678
12679[[package]]
12680name = "range-map"
12681version = "0.2.0"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12684dependencies = [
12685 "num-traits",
12686]
12687
12688[[package]]
12689name = "rangemap"
12690version = "1.5.1"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12693
12694[[package]]
12695name = "rav1e"
12696version = "0.7.1"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12699dependencies = [
12700 "arbitrary",
12701 "arg_enum_proc_macro",
12702 "arrayvec",
12703 "av1-grain",
12704 "bitstream-io",
12705 "built",
12706 "cfg-if",
12707 "interpolate_name",
12708 "itertools 0.12.1",
12709 "libc",
12710 "libfuzzer-sys",
12711 "log",
12712 "maybe-rayon",
12713 "new_debug_unreachable",
12714 "noop_proc_macro",
12715 "num-derive",
12716 "num-traits",
12717 "once_cell",
12718 "paste",
12719 "profiling",
12720 "rand 0.8.5",
12721 "rand_chacha 0.3.1",
12722 "simd_helpers",
12723 "system-deps",
12724 "thiserror 1.0.69",
12725 "v_frame",
12726 "wasm-bindgen",
12727]
12728
12729[[package]]
12730name = "ravif"
12731version = "0.11.12"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12734dependencies = [
12735 "avif-serialize",
12736 "imgref",
12737 "loop9",
12738 "quick-error",
12739 "rav1e",
12740 "rayon",
12741 "rgb",
12742]
12743
12744[[package]]
12745name = "raw-cpuid"
12746version = "10.7.0"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12749dependencies = [
12750 "bitflags 1.3.2",
12751]
12752
12753[[package]]
12754name = "raw-cpuid"
12755version = "11.6.0"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12758dependencies = [
12759 "bitflags 2.9.0",
12760]
12761
12762[[package]]
12763name = "raw-window-handle"
12764version = "0.6.2"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12767
12768[[package]]
12769name = "raw-window-metal"
12770version = "0.4.0"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12773dependencies = [
12774 "cocoa 0.25.0",
12775 "core-graphics 0.23.2",
12776 "objc",
12777 "raw-window-handle",
12778]
12779
12780[[package]]
12781name = "rayon"
12782version = "1.10.0"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12785dependencies = [
12786 "either",
12787 "rayon-core",
12788]
12789
12790[[package]]
12791name = "rayon-core"
12792version = "1.12.1"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12795dependencies = [
12796 "crossbeam-deque",
12797 "crossbeam-utils",
12798]
12799
12800[[package]]
12801name = "read-fonts"
12802version = "0.25.3"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12805dependencies = [
12806 "bytemuck",
12807 "font-types",
12808]
12809
12810[[package]]
12811name = "realfft"
12812version = "3.5.0"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12815dependencies = [
12816 "rustfft",
12817]
12818
12819[[package]]
12820name = "reborrow"
12821version = "0.5.5"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12824
12825[[package]]
12826name = "recent_projects"
12827version = "0.1.0"
12828dependencies = [
12829 "anyhow",
12830 "askpass",
12831 "auto_update",
12832 "dap",
12833 "editor",
12834 "extension_host",
12835 "file_finder",
12836 "futures 0.3.31",
12837 "fuzzy",
12838 "gpui",
12839 "indoc",
12840 "language",
12841 "log",
12842 "markdown",
12843 "menu",
12844 "ordered-float 2.10.1",
12845 "paths",
12846 "picker",
12847 "project",
12848 "release_channel",
12849 "remote",
12850 "serde",
12851 "serde_json",
12852 "settings",
12853 "smol",
12854 "task",
12855 "telemetry",
12856 "theme",
12857 "ui",
12858 "util",
12859 "windows-registry 0.6.0",
12860 "workspace",
12861 "workspace-hack",
12862 "zed_actions",
12863]
12864
12865[[package]]
12866name = "redox_syscall"
12867version = "0.2.16"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12870dependencies = [
12871 "bitflags 1.3.2",
12872]
12873
12874[[package]]
12875name = "redox_syscall"
12876version = "0.5.11"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12879dependencies = [
12880 "bitflags 2.9.0",
12881]
12882
12883[[package]]
12884name = "redox_users"
12885version = "0.4.6"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12888dependencies = [
12889 "getrandom 0.2.15",
12890 "libredox",
12891 "thiserror 1.0.69",
12892]
12893
12894[[package]]
12895name = "redox_users"
12896version = "0.5.0"
12897source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12899dependencies = [
12900 "getrandom 0.2.15",
12901 "libredox",
12902 "thiserror 2.0.12",
12903]
12904
12905[[package]]
12906name = "ref-cast"
12907version = "1.0.24"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12910dependencies = [
12911 "ref-cast-impl",
12912]
12913
12914[[package]]
12915name = "ref-cast-impl"
12916version = "1.0.24"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12919dependencies = [
12920 "proc-macro2",
12921 "quote",
12922 "syn 2.0.101",
12923]
12924
12925[[package]]
12926name = "referencing"
12927version = "0.30.0"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12930dependencies = [
12931 "ahash 0.8.11",
12932 "fluent-uri",
12933 "once_cell",
12934 "parking_lot",
12935 "percent-encoding",
12936 "serde_json",
12937]
12938
12939[[package]]
12940name = "refineable"
12941version = "0.1.0"
12942dependencies = [
12943 "derive_refineable",
12944 "workspace-hack",
12945]
12946
12947[[package]]
12948name = "regalloc2"
12949version = "0.11.2"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12952dependencies = [
12953 "allocator-api2",
12954 "bumpalo",
12955 "hashbrown 0.15.3",
12956 "log",
12957 "rustc-hash 2.1.1",
12958 "serde",
12959 "smallvec",
12960]
12961
12962[[package]]
12963name = "regex"
12964version = "1.11.1"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12967dependencies = [
12968 "aho-corasick",
12969 "memchr",
12970 "regex-automata",
12971 "regex-syntax",
12972]
12973
12974[[package]]
12975name = "regex-automata"
12976version = "0.4.9"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12979dependencies = [
12980 "aho-corasick",
12981 "memchr",
12982 "regex-syntax",
12983]
12984
12985[[package]]
12986name = "regex-lite"
12987version = "0.1.6"
12988source = "registry+https://github.com/rust-lang/crates.io-index"
12989checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12990
12991[[package]]
12992name = "regex-syntax"
12993version = "0.8.5"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12996
12997[[package]]
12998name = "release_channel"
12999version = "0.1.0"
13000dependencies = [
13001 "gpui",
13002 "workspace-hack",
13003]
13004
13005[[package]]
13006name = "remote"
13007version = "0.1.0"
13008dependencies = [
13009 "anyhow",
13010 "askpass",
13011 "async-trait",
13012 "collections",
13013 "fs",
13014 "futures 0.3.31",
13015 "gpui",
13016 "itertools 0.14.0",
13017 "log",
13018 "parking_lot",
13019 "paths",
13020 "prost 0.9.0",
13021 "release_channel",
13022 "rpc",
13023 "serde",
13024 "serde_json",
13025 "settings",
13026 "shlex",
13027 "smol",
13028 "tempfile",
13029 "thiserror 2.0.12",
13030 "urlencoding",
13031 "util",
13032 "which 6.0.3",
13033 "workspace-hack",
13034]
13035
13036[[package]]
13037name = "remote_server"
13038version = "0.1.0"
13039dependencies = [
13040 "action_log",
13041 "anyhow",
13042 "askpass",
13043 "assistant_tool",
13044 "assistant_tools",
13045 "cargo_toml",
13046 "clap",
13047 "client",
13048 "clock",
13049 "collections",
13050 "crash-handler",
13051 "crashes",
13052 "dap",
13053 "dap_adapters",
13054 "debug_adapter_extension",
13055 "editor",
13056 "env_logger 0.11.8",
13057 "extension",
13058 "extension_host",
13059 "fork",
13060 "fs",
13061 "futures 0.3.31",
13062 "git",
13063 "git2",
13064 "git_hosting_providers",
13065 "gpui",
13066 "gpui_tokio",
13067 "http_client",
13068 "json_schema_store",
13069 "language",
13070 "language_extension",
13071 "language_model",
13072 "languages",
13073 "libc",
13074 "log",
13075 "lsp",
13076 "minidumper",
13077 "node_runtime",
13078 "paths",
13079 "pretty_assertions",
13080 "project",
13081 "proto",
13082 "release_channel",
13083 "remote",
13084 "reqwest_client",
13085 "rpc",
13086 "rust-embed",
13087 "serde",
13088 "serde_json",
13089 "settings",
13090 "shellexpand 2.1.2",
13091 "smol",
13092 "sysinfo",
13093 "thiserror 2.0.12",
13094 "toml 0.8.20",
13095 "unindent",
13096 "util",
13097 "watch",
13098 "workspace",
13099 "worktree",
13100 "zlog",
13101]
13102
13103[[package]]
13104name = "rend"
13105version = "0.4.2"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13108dependencies = [
13109 "bytecheck",
13110]
13111
13112[[package]]
13113name = "repl"
13114version = "0.1.0"
13115dependencies = [
13116 "alacritty_terminal",
13117 "anyhow",
13118 "async-dispatcher",
13119 "async-tungstenite",
13120 "base64 0.22.1",
13121 "client",
13122 "collections",
13123 "command_palette_hooks",
13124 "editor",
13125 "env_logger 0.11.8",
13126 "feature_flags",
13127 "file_icons",
13128 "futures 0.3.31",
13129 "gpui",
13130 "http_client",
13131 "image",
13132 "indoc",
13133 "jupyter-protocol",
13134 "jupyter-websocket-client",
13135 "language",
13136 "languages",
13137 "log",
13138 "markdown_preview",
13139 "menu",
13140 "multi_buffer",
13141 "nbformat",
13142 "picker",
13143 "project",
13144 "runtimelib",
13145 "serde",
13146 "serde_json",
13147 "settings",
13148 "smol",
13149 "telemetry",
13150 "terminal",
13151 "terminal_view",
13152 "theme",
13153 "tree-sitter-md",
13154 "tree-sitter-python",
13155 "tree-sitter-typescript",
13156 "ui",
13157 "util",
13158 "uuid",
13159 "workspace",
13160 "workspace-hack",
13161]
13162
13163[[package]]
13164name = "reqwest"
13165version = "0.11.27"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13168dependencies = [
13169 "base64 0.21.7",
13170 "bytes 1.10.1",
13171 "encoding_rs",
13172 "futures-core",
13173 "futures-util",
13174 "h2 0.3.26",
13175 "http 0.2.12",
13176 "http-body 0.4.6",
13177 "hyper 0.14.32",
13178 "hyper-rustls 0.24.2",
13179 "hyper-tls",
13180 "ipnet",
13181 "js-sys",
13182 "log",
13183 "mime",
13184 "native-tls",
13185 "once_cell",
13186 "percent-encoding",
13187 "pin-project-lite",
13188 "rustls 0.21.12",
13189 "rustls-native-certs 0.6.3",
13190 "rustls-pemfile 1.0.4",
13191 "serde",
13192 "serde_json",
13193 "serde_urlencoded",
13194 "sync_wrapper 0.1.2",
13195 "system-configuration 0.5.1",
13196 "tokio",
13197 "tokio-native-tls",
13198 "tokio-rustls 0.24.1",
13199 "tower-service",
13200 "url",
13201 "wasm-bindgen",
13202 "wasm-bindgen-futures",
13203 "web-sys",
13204 "winreg 0.50.0",
13205]
13206
13207[[package]]
13208name = "reqwest"
13209version = "0.12.15"
13210source = "registry+https://github.com/rust-lang/crates.io-index"
13211checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13212dependencies = [
13213 "base64 0.22.1",
13214 "bytes 1.10.1",
13215 "futures-channel",
13216 "futures-core",
13217 "futures-util",
13218 "http 1.3.1",
13219 "http-body 1.0.1",
13220 "http-body-util",
13221 "hyper 1.6.0",
13222 "hyper-util",
13223 "ipnet",
13224 "js-sys",
13225 "log",
13226 "mime",
13227 "once_cell",
13228 "percent-encoding",
13229 "pin-project-lite",
13230 "serde",
13231 "serde_json",
13232 "serde_urlencoded",
13233 "sync_wrapper 1.0.2",
13234 "tokio",
13235 "tower 0.5.2",
13236 "tower-service",
13237 "url",
13238 "wasm-bindgen",
13239 "wasm-bindgen-futures",
13240 "web-sys",
13241 "windows-registry 0.4.0",
13242]
13243
13244[[package]]
13245name = "reqwest"
13246version = "0.12.15"
13247source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13248dependencies = [
13249 "base64 0.22.1",
13250 "bytes 1.10.1",
13251 "encoding_rs",
13252 "futures-core",
13253 "futures-util",
13254 "h2 0.4.9",
13255 "http 1.3.1",
13256 "http-body 1.0.1",
13257 "http-body-util",
13258 "hyper 1.6.0",
13259 "hyper-rustls 0.27.5",
13260 "hyper-util",
13261 "ipnet",
13262 "js-sys",
13263 "log",
13264 "mime",
13265 "mime_guess",
13266 "once_cell",
13267 "percent-encoding",
13268 "pin-project-lite",
13269 "quinn",
13270 "rustls 0.23.26",
13271 "rustls-native-certs 0.8.1",
13272 "rustls-pemfile 2.2.0",
13273 "rustls-pki-types",
13274 "serde",
13275 "serde_json",
13276 "serde_urlencoded",
13277 "sync_wrapper 1.0.2",
13278 "system-configuration 0.6.1",
13279 "tokio",
13280 "tokio-rustls 0.26.2",
13281 "tokio-socks",
13282 "tokio-util",
13283 "tower 0.5.2",
13284 "tower-service",
13285 "url",
13286 "wasm-bindgen",
13287 "wasm-bindgen-futures",
13288 "wasm-streams",
13289 "web-sys",
13290 "windows-registry 0.4.0",
13291]
13292
13293[[package]]
13294name = "reqwest_client"
13295version = "0.1.0"
13296dependencies = [
13297 "anyhow",
13298 "bytes 1.10.1",
13299 "futures 0.3.31",
13300 "gpui",
13301 "http_client",
13302 "http_client_tls",
13303 "log",
13304 "regex",
13305 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13306 "serde",
13307 "tokio",
13308 "workspace-hack",
13309]
13310
13311[[package]]
13312name = "resvg"
13313version = "0.45.1"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13316dependencies = [
13317 "log",
13318 "pico-args",
13319 "rgb",
13320 "svgtypes",
13321 "tiny-skia",
13322 "usvg",
13323]
13324
13325[[package]]
13326name = "rfc6979"
13327version = "0.3.1"
13328source = "registry+https://github.com/rust-lang/crates.io-index"
13329checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13330dependencies = [
13331 "crypto-bigint 0.4.9",
13332 "hmac",
13333 "zeroize",
13334]
13335
13336[[package]]
13337name = "rgb"
13338version = "0.8.50"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13341dependencies = [
13342 "bytemuck",
13343]
13344
13345[[package]]
13346name = "rich_text"
13347version = "0.1.0"
13348dependencies = [
13349 "futures 0.3.31",
13350 "gpui",
13351 "language",
13352 "linkify",
13353 "pulldown-cmark 0.12.2",
13354 "theme",
13355 "ui",
13356 "util",
13357 "workspace-hack",
13358]
13359
13360[[package]]
13361name = "ring"
13362version = "0.17.14"
13363source = "registry+https://github.com/rust-lang/crates.io-index"
13364checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13365dependencies = [
13366 "cc",
13367 "cfg-if",
13368 "getrandom 0.2.15",
13369 "libc",
13370 "untrusted",
13371 "windows-sys 0.52.0",
13372]
13373
13374[[package]]
13375name = "rkyv"
13376version = "0.7.45"
13377source = "registry+https://github.com/rust-lang/crates.io-index"
13378checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13379dependencies = [
13380 "bitvec",
13381 "bytecheck",
13382 "bytes 1.10.1",
13383 "hashbrown 0.12.3",
13384 "ptr_meta",
13385 "rend",
13386 "rkyv_derive",
13387 "seahash",
13388 "tinyvec",
13389 "uuid",
13390]
13391
13392[[package]]
13393name = "rkyv_derive"
13394version = "0.7.45"
13395source = "registry+https://github.com/rust-lang/crates.io-index"
13396checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13397dependencies = [
13398 "proc-macro2",
13399 "quote",
13400 "syn 1.0.109",
13401]
13402
13403[[package]]
13404name = "rmp"
13405version = "0.8.14"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13408dependencies = [
13409 "byteorder",
13410 "num-traits",
13411 "paste",
13412]
13413
13414[[package]]
13415name = "rmpv"
13416version = "1.3.0"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13419dependencies = [
13420 "num-traits",
13421 "rmp",
13422]
13423
13424[[package]]
13425name = "rodio"
13426version = "0.21.1"
13427source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13428dependencies = [
13429 "cpal",
13430 "dasp_sample",
13431 "hound",
13432 "num-rational",
13433 "rtrb",
13434 "symphonia",
13435 "thiserror 2.0.12",
13436]
13437
13438[[package]]
13439name = "rope"
13440version = "0.1.0"
13441dependencies = [
13442 "arrayvec",
13443 "criterion",
13444 "ctor",
13445 "gpui",
13446 "log",
13447 "rand 0.9.1",
13448 "rayon",
13449 "smallvec",
13450 "sum_tree",
13451 "unicode-segmentation",
13452 "util",
13453 "workspace-hack",
13454 "zlog",
13455]
13456
13457[[package]]
13458name = "roxmltree"
13459version = "0.20.0"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13462
13463[[package]]
13464name = "rpc"
13465version = "0.1.0"
13466dependencies = [
13467 "anyhow",
13468 "async-tungstenite",
13469 "base64 0.22.1",
13470 "chrono",
13471 "collections",
13472 "futures 0.3.31",
13473 "gpui",
13474 "parking_lot",
13475 "proto",
13476 "rand 0.9.1",
13477 "rsa",
13478 "serde",
13479 "serde_json",
13480 "sha2",
13481 "strum 0.27.1",
13482 "tracing",
13483 "util",
13484 "workspace-hack",
13485 "zlog",
13486 "zstd",
13487]
13488
13489[[package]]
13490name = "rsa"
13491version = "0.9.8"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13494dependencies = [
13495 "const-oid",
13496 "digest",
13497 "num-bigint-dig",
13498 "num-integer",
13499 "num-traits",
13500 "pkcs1",
13501 "pkcs8 0.10.2",
13502 "rand_core 0.6.4",
13503 "signature 2.2.0",
13504 "spki 0.7.3",
13505 "subtle",
13506 "zeroize",
13507]
13508
13509[[package]]
13510name = "rtrb"
13511version = "0.3.2"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13514
13515[[package]]
13516name = "rubato"
13517version = "0.16.2"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "5258099699851cfd0082aeb645feb9c084d9a5e1f1b8d5372086b989fc5e56a1"
13520dependencies = [
13521 "num-complex",
13522 "num-integer",
13523 "num-traits",
13524 "realfft",
13525]
13526
13527[[package]]
13528name = "rules_library"
13529version = "0.1.0"
13530dependencies = [
13531 "anyhow",
13532 "collections",
13533 "editor",
13534 "gpui",
13535 "language",
13536 "language_model",
13537 "log",
13538 "menu",
13539 "picker",
13540 "prompt_store",
13541 "release_channel",
13542 "rope",
13543 "serde",
13544 "settings",
13545 "theme",
13546 "title_bar",
13547 "ui",
13548 "util",
13549 "workspace",
13550 "workspace-hack",
13551 "zed_actions",
13552]
13553
13554[[package]]
13555name = "runtimelib"
13556version = "0.25.0"
13557source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13558dependencies = [
13559 "anyhow",
13560 "async-dispatcher",
13561 "async-std",
13562 "base64 0.22.1",
13563 "bytes 1.10.1",
13564 "chrono",
13565 "data-encoding",
13566 "dirs 5.0.1",
13567 "futures 0.3.31",
13568 "glob",
13569 "jupyter-protocol",
13570 "ring",
13571 "serde",
13572 "serde_json",
13573 "shellexpand 3.1.1",
13574 "smol",
13575 "uuid",
13576 "zeromq",
13577]
13578
13579[[package]]
13580name = "rust-embed"
13581version = "8.7.0"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13584dependencies = [
13585 "rust-embed-impl",
13586 "rust-embed-utils",
13587 "walkdir",
13588]
13589
13590[[package]]
13591name = "rust-embed-impl"
13592version = "8.7.0"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13595dependencies = [
13596 "proc-macro2",
13597 "quote",
13598 "rust-embed-utils",
13599 "syn 2.0.101",
13600 "walkdir",
13601]
13602
13603[[package]]
13604name = "rust-embed-utils"
13605version = "8.7.0"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13608dependencies = [
13609 "globset",
13610 "sha2",
13611 "walkdir",
13612]
13613
13614[[package]]
13615name = "rust_decimal"
13616version = "1.37.1"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13619dependencies = [
13620 "arrayvec",
13621 "borsh",
13622 "bytes 1.10.1",
13623 "num-traits",
13624 "rand 0.8.5",
13625 "rkyv",
13626 "serde",
13627 "serde_json",
13628]
13629
13630[[package]]
13631name = "rustc-demangle"
13632version = "0.1.24"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13635
13636[[package]]
13637name = "rustc-hash"
13638version = "1.1.0"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13641
13642[[package]]
13643name = "rustc-hash"
13644version = "2.1.1"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13647
13648[[package]]
13649name = "rustc_version"
13650version = "0.4.1"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13653dependencies = [
13654 "semver",
13655]
13656
13657[[package]]
13658name = "rustfft"
13659version = "6.4.0"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13662dependencies = [
13663 "num-complex",
13664 "num-integer",
13665 "num-traits",
13666 "primal-check",
13667 "strength_reduce",
13668 "transpose",
13669]
13670
13671[[package]]
13672name = "rustix"
13673version = "0.38.44"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13676dependencies = [
13677 "bitflags 2.9.0",
13678 "errno 0.3.11",
13679 "libc",
13680 "linux-raw-sys 0.4.15",
13681 "windows-sys 0.59.0",
13682]
13683
13684[[package]]
13685name = "rustix"
13686version = "1.0.7"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13689dependencies = [
13690 "bitflags 2.9.0",
13691 "errno 0.3.11",
13692 "libc",
13693 "linux-raw-sys 0.9.4",
13694 "windows-sys 0.59.0",
13695]
13696
13697[[package]]
13698name = "rustix-linux-procfs"
13699version = "0.1.1"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13702dependencies = [
13703 "once_cell",
13704 "rustix 1.0.7",
13705]
13706
13707[[package]]
13708name = "rustix-openpty"
13709version = "0.2.0"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13712dependencies = [
13713 "errno 0.3.11",
13714 "libc",
13715 "rustix 1.0.7",
13716]
13717
13718[[package]]
13719name = "rustls"
13720version = "0.21.12"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13723dependencies = [
13724 "log",
13725 "ring",
13726 "rustls-webpki 0.101.7",
13727 "sct",
13728]
13729
13730[[package]]
13731name = "rustls"
13732version = "0.23.26"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13735dependencies = [
13736 "aws-lc-rs",
13737 "log",
13738 "once_cell",
13739 "ring",
13740 "rustls-pki-types",
13741 "rustls-webpki 0.103.1",
13742 "subtle",
13743 "zeroize",
13744]
13745
13746[[package]]
13747name = "rustls-native-certs"
13748version = "0.6.3"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13751dependencies = [
13752 "openssl-probe",
13753 "rustls-pemfile 1.0.4",
13754 "schannel",
13755 "security-framework 2.11.1",
13756]
13757
13758[[package]]
13759name = "rustls-native-certs"
13760version = "0.8.1"
13761source = "registry+https://github.com/rust-lang/crates.io-index"
13762checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13763dependencies = [
13764 "openssl-probe",
13765 "rustls-pki-types",
13766 "schannel",
13767 "security-framework 3.2.0",
13768]
13769
13770[[package]]
13771name = "rustls-pemfile"
13772version = "1.0.4"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13775dependencies = [
13776 "base64 0.21.7",
13777]
13778
13779[[package]]
13780name = "rustls-pemfile"
13781version = "2.2.0"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13784dependencies = [
13785 "rustls-pki-types",
13786]
13787
13788[[package]]
13789name = "rustls-pki-types"
13790version = "1.12.0"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13793dependencies = [
13794 "web-time",
13795 "zeroize",
13796]
13797
13798[[package]]
13799name = "rustls-platform-verifier"
13800version = "0.5.1"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13803dependencies = [
13804 "core-foundation 0.10.0",
13805 "core-foundation-sys",
13806 "jni",
13807 "log",
13808 "once_cell",
13809 "rustls 0.23.26",
13810 "rustls-native-certs 0.8.1",
13811 "rustls-platform-verifier-android",
13812 "rustls-webpki 0.103.1",
13813 "security-framework 3.2.0",
13814 "security-framework-sys",
13815 "webpki-root-certs",
13816 "windows-sys 0.59.0",
13817]
13818
13819[[package]]
13820name = "rustls-platform-verifier-android"
13821version = "0.1.1"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13824
13825[[package]]
13826name = "rustls-webpki"
13827version = "0.101.7"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13830dependencies = [
13831 "ring",
13832 "untrusted",
13833]
13834
13835[[package]]
13836name = "rustls-webpki"
13837version = "0.103.1"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13840dependencies = [
13841 "aws-lc-rs",
13842 "ring",
13843 "rustls-pki-types",
13844 "untrusted",
13845]
13846
13847[[package]]
13848name = "rustversion"
13849version = "1.0.20"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13852
13853[[package]]
13854name = "rustybuzz"
13855version = "0.14.1"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13858dependencies = [
13859 "bitflags 2.9.0",
13860 "bytemuck",
13861 "libm",
13862 "smallvec",
13863 "ttf-parser 0.21.1",
13864 "unicode-bidi-mirroring 0.2.0",
13865 "unicode-ccc 0.2.0",
13866 "unicode-properties",
13867 "unicode-script",
13868]
13869
13870[[package]]
13871name = "rustybuzz"
13872version = "0.20.1"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13875dependencies = [
13876 "bitflags 2.9.0",
13877 "bytemuck",
13878 "core_maths",
13879 "log",
13880 "smallvec",
13881 "ttf-parser 0.25.1",
13882 "unicode-bidi-mirroring 0.4.0",
13883 "unicode-ccc 0.4.0",
13884 "unicode-properties",
13885 "unicode-script",
13886]
13887
13888[[package]]
13889name = "ryu"
13890version = "1.0.20"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13893
13894[[package]]
13895name = "safetensors"
13896version = "0.4.5"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13899dependencies = [
13900 "serde",
13901 "serde_json",
13902]
13903
13904[[package]]
13905name = "salsa20"
13906version = "0.10.2"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13909dependencies = [
13910 "cipher",
13911]
13912
13913[[package]]
13914name = "same-file"
13915version = "1.0.6"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13918dependencies = [
13919 "winapi-util",
13920]
13921
13922[[package]]
13923name = "scap"
13924version = "0.0.8"
13925source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13926dependencies = [
13927 "anyhow",
13928 "cocoa 0.25.0",
13929 "core-graphics-helmer-fork",
13930 "log",
13931 "objc",
13932 "rand 0.8.5",
13933 "screencapturekit",
13934 "screencapturekit-sys",
13935 "sysinfo",
13936 "tao-core-video-sys",
13937 "windows 0.61.1",
13938 "windows-capture",
13939 "x11",
13940 "xcb",
13941]
13942
13943[[package]]
13944name = "schannel"
13945version = "0.1.27"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13948dependencies = [
13949 "windows-sys 0.59.0",
13950]
13951
13952[[package]]
13953name = "scheduler"
13954version = "0.1.0"
13955dependencies = [
13956 "async-task",
13957 "backtrace",
13958 "chrono",
13959 "futures 0.3.31",
13960 "parking_lot",
13961 "rand 0.9.1",
13962 "workspace-hack",
13963]
13964
13965[[package]]
13966name = "schema_generator"
13967version = "0.1.0"
13968dependencies = [
13969 "anyhow",
13970 "clap",
13971 "env_logger 0.11.8",
13972 "schemars 1.0.1",
13973 "serde",
13974 "serde_json",
13975 "theme",
13976 "workspace-hack",
13977]
13978
13979[[package]]
13980name = "schemars"
13981version = "0.9.0"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13984dependencies = [
13985 "dyn-clone",
13986 "ref-cast",
13987 "serde",
13988 "serde_json",
13989]
13990
13991[[package]]
13992name = "schemars"
13993version = "1.0.1"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13996dependencies = [
13997 "dyn-clone",
13998 "indexmap 2.9.0",
13999 "ref-cast",
14000 "schemars_derive",
14001 "serde",
14002 "serde_json",
14003]
14004
14005[[package]]
14006name = "schemars_derive"
14007version = "1.0.1"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
14010dependencies = [
14011 "proc-macro2",
14012 "quote",
14013 "serde_derive_internals",
14014 "syn 2.0.101",
14015]
14016
14017[[package]]
14018name = "scoped-tls"
14019version = "1.0.1"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14022
14023[[package]]
14024name = "scopeguard"
14025version = "1.2.0"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14028
14029[[package]]
14030name = "scratch"
14031version = "1.0.8"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14034
14035[[package]]
14036name = "screencapturekit"
14037version = "0.2.8"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14040dependencies = [
14041 "screencapturekit-sys",
14042]
14043
14044[[package]]
14045name = "screencapturekit-sys"
14046version = "0.2.8"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14049dependencies = [
14050 "block",
14051 "dispatch",
14052 "objc",
14053 "objc-foundation",
14054 "objc_id",
14055 "once_cell",
14056]
14057
14058[[package]]
14059name = "scroll"
14060version = "0.12.0"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14063dependencies = [
14064 "scroll_derive",
14065]
14066
14067[[package]]
14068name = "scroll_derive"
14069version = "0.12.1"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14072dependencies = [
14073 "proc-macro2",
14074 "quote",
14075 "syn 2.0.101",
14076]
14077
14078[[package]]
14079name = "scrypt"
14080version = "0.11.0"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14083dependencies = [
14084 "password-hash 0.5.0",
14085 "pbkdf2 0.12.2",
14086 "salsa20",
14087 "sha2",
14088]
14089
14090[[package]]
14091name = "sct"
14092version = "0.7.1"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14095dependencies = [
14096 "ring",
14097 "untrusted",
14098]
14099
14100[[package]]
14101name = "sea-bae"
14102version = "0.2.1"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14105dependencies = [
14106 "heck 0.4.1",
14107 "proc-macro-error2",
14108 "proc-macro2",
14109 "quote",
14110 "syn 2.0.101",
14111]
14112
14113[[package]]
14114name = "sea-orm"
14115version = "1.1.10"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14118dependencies = [
14119 "async-stream",
14120 "async-trait",
14121 "bigdecimal",
14122 "chrono",
14123 "futures-util",
14124 "log",
14125 "ouroboros",
14126 "pgvector",
14127 "rust_decimal",
14128 "sea-orm-macros",
14129 "sea-query",
14130 "sea-query-binder",
14131 "serde",
14132 "serde_json",
14133 "sqlx",
14134 "strum 0.26.3",
14135 "thiserror 2.0.12",
14136 "time",
14137 "tracing",
14138 "url",
14139 "uuid",
14140]
14141
14142[[package]]
14143name = "sea-orm-macros"
14144version = "1.1.10"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14147dependencies = [
14148 "heck 0.4.1",
14149 "proc-macro2",
14150 "quote",
14151 "sea-bae",
14152 "syn 2.0.101",
14153 "unicode-ident",
14154]
14155
14156[[package]]
14157name = "sea-query"
14158version = "0.32.4"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14161dependencies = [
14162 "bigdecimal",
14163 "chrono",
14164 "inherent",
14165 "ordered-float 4.6.0",
14166 "rust_decimal",
14167 "serde_json",
14168 "time",
14169 "uuid",
14170]
14171
14172[[package]]
14173name = "sea-query-binder"
14174version = "0.7.0"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14177dependencies = [
14178 "bigdecimal",
14179 "chrono",
14180 "rust_decimal",
14181 "sea-query",
14182 "serde_json",
14183 "sqlx",
14184 "time",
14185 "uuid",
14186]
14187
14188[[package]]
14189name = "seahash"
14190version = "4.1.0"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14193
14194[[package]]
14195name = "search"
14196version = "0.1.0"
14197dependencies = [
14198 "any_vec",
14199 "anyhow",
14200 "bitflags 2.9.0",
14201 "client",
14202 "collections",
14203 "editor",
14204 "futures 0.3.31",
14205 "gpui",
14206 "language",
14207 "menu",
14208 "project",
14209 "schemars 1.0.1",
14210 "serde",
14211 "serde_json",
14212 "settings",
14213 "smol",
14214 "theme",
14215 "ui",
14216 "unindent",
14217 "util",
14218 "workspace",
14219 "workspace-hack",
14220 "zed_actions",
14221]
14222
14223[[package]]
14224name = "sec1"
14225version = "0.3.0"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14228dependencies = [
14229 "base16ct",
14230 "der 0.6.1",
14231 "generic-array",
14232 "pkcs8 0.9.0",
14233 "subtle",
14234 "zeroize",
14235]
14236
14237[[package]]
14238name = "security-framework"
14239version = "2.11.1"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14242dependencies = [
14243 "bitflags 2.9.0",
14244 "core-foundation 0.9.4",
14245 "core-foundation-sys",
14246 "libc",
14247 "security-framework-sys",
14248]
14249
14250[[package]]
14251name = "security-framework"
14252version = "3.2.0"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14255dependencies = [
14256 "bitflags 2.9.0",
14257 "core-foundation 0.10.0",
14258 "core-foundation-sys",
14259 "libc",
14260 "security-framework-sys",
14261]
14262
14263[[package]]
14264name = "security-framework-sys"
14265version = "2.14.0"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14268dependencies = [
14269 "core-foundation-sys",
14270 "libc",
14271]
14272
14273[[package]]
14274name = "self_cell"
14275version = "1.2.0"
14276source = "registry+https://github.com/rust-lang/crates.io-index"
14277checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14278
14279[[package]]
14280name = "semantic_version"
14281version = "0.1.0"
14282dependencies = [
14283 "anyhow",
14284 "serde",
14285 "workspace-hack",
14286]
14287
14288[[package]]
14289name = "semver"
14290version = "1.0.26"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14293dependencies = [
14294 "serde",
14295]
14296
14297[[package]]
14298name = "seq-macro"
14299version = "0.3.6"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14302
14303[[package]]
14304name = "serde"
14305version = "1.0.221"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14308dependencies = [
14309 "serde_core",
14310 "serde_derive",
14311]
14312
14313[[package]]
14314name = "serde_core"
14315version = "1.0.221"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14318dependencies = [
14319 "serde_derive",
14320]
14321
14322[[package]]
14323name = "serde_derive"
14324version = "1.0.221"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14327dependencies = [
14328 "proc-macro2",
14329 "quote",
14330 "syn 2.0.101",
14331]
14332
14333[[package]]
14334name = "serde_derive_internals"
14335version = "0.29.1"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14338dependencies = [
14339 "proc-macro2",
14340 "quote",
14341 "syn 2.0.101",
14342]
14343
14344[[package]]
14345name = "serde_fmt"
14346version = "1.0.3"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14349dependencies = [
14350 "serde",
14351]
14352
14353[[package]]
14354name = "serde_json"
14355version = "1.0.144"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14358dependencies = [
14359 "indexmap 2.9.0",
14360 "itoa",
14361 "memchr",
14362 "ryu",
14363 "serde_core",
14364]
14365
14366[[package]]
14367name = "serde_json_lenient"
14368version = "0.2.4"
14369source = "registry+https://github.com/rust-lang/crates.io-index"
14370checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14371dependencies = [
14372 "indexmap 2.9.0",
14373 "itoa",
14374 "memchr",
14375 "ryu",
14376 "serde",
14377]
14378
14379[[package]]
14380name = "serde_path_to_error"
14381version = "0.1.17"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14384dependencies = [
14385 "itoa",
14386 "serde",
14387]
14388
14389[[package]]
14390name = "serde_repr"
14391version = "0.1.20"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14394dependencies = [
14395 "proc-macro2",
14396 "quote",
14397 "syn 2.0.101",
14398]
14399
14400[[package]]
14401name = "serde_spanned"
14402version = "0.6.8"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14405dependencies = [
14406 "serde",
14407]
14408
14409[[package]]
14410name = "serde_urlencoded"
14411version = "0.7.1"
14412source = "registry+https://github.com/rust-lang/crates.io-index"
14413checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14414dependencies = [
14415 "form_urlencoded",
14416 "itoa",
14417 "ryu",
14418 "serde",
14419]
14420
14421[[package]]
14422name = "serde_with"
14423version = "3.13.0"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14426dependencies = [
14427 "base64 0.22.1",
14428 "chrono",
14429 "hex",
14430 "indexmap 1.9.3",
14431 "indexmap 2.9.0",
14432 "schemars 0.9.0",
14433 "serde",
14434 "serde_derive",
14435 "serde_json",
14436 "serde_with_macros",
14437 "time",
14438]
14439
14440[[package]]
14441name = "serde_with_macros"
14442version = "3.13.0"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14445dependencies = [
14446 "darling",
14447 "proc-macro2",
14448 "quote",
14449 "syn 2.0.101",
14450]
14451
14452[[package]]
14453name = "serial2"
14454version = "0.2.29"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14457dependencies = [
14458 "cfg-if",
14459 "libc",
14460 "winapi",
14461]
14462
14463[[package]]
14464name = "session"
14465version = "0.1.0"
14466dependencies = [
14467 "db",
14468 "gpui",
14469 "serde_json",
14470 "util",
14471 "uuid",
14472 "workspace-hack",
14473]
14474
14475[[package]]
14476name = "settings"
14477version = "0.1.0"
14478dependencies = [
14479 "anyhow",
14480 "collections",
14481 "ec4rs",
14482 "fs",
14483 "futures 0.3.31",
14484 "gpui",
14485 "indoc",
14486 "inventory",
14487 "log",
14488 "paths",
14489 "pretty_assertions",
14490 "release_channel",
14491 "rust-embed",
14492 "schemars 1.0.1",
14493 "serde",
14494 "serde_json",
14495 "serde_json_lenient",
14496 "serde_path_to_error",
14497 "serde_repr",
14498 "serde_with",
14499 "settings_macros",
14500 "smallvec",
14501 "strum 0.27.1",
14502 "tree-sitter",
14503 "tree-sitter-json",
14504 "unindent",
14505 "util",
14506 "workspace-hack",
14507 "zlog",
14508]
14509
14510[[package]]
14511name = "settings_macros"
14512version = "0.1.0"
14513dependencies = [
14514 "quote",
14515 "settings",
14516 "syn 2.0.101",
14517 "workspace-hack",
14518]
14519
14520[[package]]
14521name = "settings_profile_selector"
14522version = "0.1.0"
14523dependencies = [
14524 "client",
14525 "editor",
14526 "fuzzy",
14527 "gpui",
14528 "language",
14529 "menu",
14530 "picker",
14531 "project",
14532 "serde_json",
14533 "settings",
14534 "theme",
14535 "ui",
14536 "workspace",
14537 "workspace-hack",
14538 "zed_actions",
14539]
14540
14541[[package]]
14542name = "settings_ui"
14543version = "0.1.0"
14544dependencies = [
14545 "anyhow",
14546 "assets",
14547 "client",
14548 "command_palette_hooks",
14549 "editor",
14550 "feature_flags",
14551 "fs",
14552 "futures 0.3.31",
14553 "gpui",
14554 "language",
14555 "menu",
14556 "node_runtime",
14557 "paths",
14558 "project",
14559 "serde",
14560 "session",
14561 "settings",
14562 "strum 0.27.1",
14563 "theme",
14564 "ui",
14565 "util",
14566 "workspace",
14567 "workspace-hack",
14568 "zlog",
14569]
14570
14571[[package]]
14572name = "sha1"
14573version = "0.10.6"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14576dependencies = [
14577 "cfg-if",
14578 "cpufeatures",
14579 "digest",
14580]
14581
14582[[package]]
14583name = "sha1_smol"
14584version = "1.0.1"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14587
14588[[package]]
14589name = "sha2"
14590version = "0.10.8"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14593dependencies = [
14594 "cfg-if",
14595 "cpufeatures",
14596 "digest",
14597]
14598
14599[[package]]
14600name = "sharded-slab"
14601version = "0.1.7"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14604dependencies = [
14605 "lazy_static",
14606]
14607
14608[[package]]
14609name = "shared_library"
14610version = "0.1.9"
14611source = "registry+https://github.com/rust-lang/crates.io-index"
14612checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14613dependencies = [
14614 "lazy_static",
14615 "libc",
14616]
14617
14618[[package]]
14619name = "shell-words"
14620version = "1.1.0"
14621source = "registry+https://github.com/rust-lang/crates.io-index"
14622checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14623
14624[[package]]
14625name = "shellexpand"
14626version = "2.1.2"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14629dependencies = [
14630 "dirs 4.0.0",
14631]
14632
14633[[package]]
14634name = "shellexpand"
14635version = "3.1.1"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14638dependencies = [
14639 "dirs 6.0.0",
14640]
14641
14642[[package]]
14643name = "shlex"
14644version = "1.3.0"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14647
14648[[package]]
14649name = "signal-hook"
14650version = "0.3.17"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14653dependencies = [
14654 "libc",
14655 "signal-hook-registry",
14656]
14657
14658[[package]]
14659name = "signal-hook-registry"
14660version = "1.4.5"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14663dependencies = [
14664 "libc",
14665]
14666
14667[[package]]
14668name = "signature"
14669version = "1.6.4"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14672dependencies = [
14673 "digest",
14674 "rand_core 0.6.4",
14675]
14676
14677[[package]]
14678name = "signature"
14679version = "2.2.0"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14682dependencies = [
14683 "digest",
14684 "rand_core 0.6.4",
14685]
14686
14687[[package]]
14688name = "simd-adler32"
14689version = "0.3.7"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14692
14693[[package]]
14694name = "simd_helpers"
14695version = "0.1.0"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14698dependencies = [
14699 "quote",
14700]
14701
14702[[package]]
14703name = "simdutf8"
14704version = "0.1.5"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14707
14708[[package]]
14709name = "simple_asn1"
14710version = "0.6.3"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14713dependencies = [
14714 "num-bigint",
14715 "num-traits",
14716 "thiserror 2.0.12",
14717 "time",
14718]
14719
14720[[package]]
14721name = "simplecss"
14722version = "0.2.2"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14725dependencies = [
14726 "log",
14727]
14728
14729[[package]]
14730name = "simplelog"
14731version = "0.12.2"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14734dependencies = [
14735 "log",
14736 "termcolor",
14737 "time",
14738]
14739
14740[[package]]
14741name = "siphasher"
14742version = "1.0.1"
14743source = "registry+https://github.com/rust-lang/crates.io-index"
14744checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14745
14746[[package]]
14747name = "skrifa"
14748version = "0.26.6"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14751dependencies = [
14752 "bytemuck",
14753 "read-fonts",
14754]
14755
14756[[package]]
14757name = "slab"
14758version = "0.4.9"
14759source = "registry+https://github.com/rust-lang/crates.io-index"
14760checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14761dependencies = [
14762 "autocfg",
14763]
14764
14765[[package]]
14766name = "slash_commands_example"
14767version = "0.1.0"
14768dependencies = [
14769 "zed_extension_api 0.1.0",
14770]
14771
14772[[package]]
14773name = "slotmap"
14774version = "1.0.7"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14777dependencies = [
14778 "version_check",
14779]
14780
14781[[package]]
14782name = "smallvec"
14783version = "1.15.0"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14786dependencies = [
14787 "serde",
14788]
14789
14790[[package]]
14791name = "smart-default"
14792version = "0.7.1"
14793source = "registry+https://github.com/rust-lang/crates.io-index"
14794checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14795dependencies = [
14796 "proc-macro2",
14797 "quote",
14798 "syn 2.0.101",
14799]
14800
14801[[package]]
14802name = "smol"
14803version = "2.0.2"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14806dependencies = [
14807 "async-channel 2.3.1",
14808 "async-executor",
14809 "async-fs",
14810 "async-io",
14811 "async-lock",
14812 "async-net",
14813 "async-process",
14814 "blocking",
14815 "futures-lite 2.6.0",
14816]
14817
14818[[package]]
14819name = "smol_str"
14820version = "0.2.2"
14821source = "registry+https://github.com/rust-lang/crates.io-index"
14822checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14823
14824[[package]]
14825name = "snippet"
14826version = "0.1.0"
14827dependencies = [
14828 "anyhow",
14829 "smallvec",
14830 "workspace-hack",
14831]
14832
14833[[package]]
14834name = "snippet_provider"
14835version = "0.1.0"
14836dependencies = [
14837 "anyhow",
14838 "collections",
14839 "extension",
14840 "fs",
14841 "futures 0.3.31",
14842 "gpui",
14843 "indoc",
14844 "parking_lot",
14845 "paths",
14846 "schemars 1.0.1",
14847 "serde",
14848 "serde_json",
14849 "serde_json_lenient",
14850 "snippet",
14851 "util",
14852 "workspace-hack",
14853]
14854
14855[[package]]
14856name = "snippets_ui"
14857version = "0.1.0"
14858dependencies = [
14859 "file_finder",
14860 "file_icons",
14861 "fuzzy",
14862 "gpui",
14863 "language",
14864 "paths",
14865 "picker",
14866 "settings",
14867 "ui",
14868 "util",
14869 "workspace",
14870 "workspace-hack",
14871]
14872
14873[[package]]
14874name = "socket2"
14875version = "0.5.9"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14878dependencies = [
14879 "libc",
14880 "windows-sys 0.52.0",
14881]
14882
14883[[package]]
14884name = "spdx"
14885version = "0.10.8"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14888dependencies = [
14889 "smallvec",
14890]
14891
14892[[package]]
14893name = "spin"
14894version = "0.9.8"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14897dependencies = [
14898 "lock_api",
14899]
14900
14901[[package]]
14902name = "spirv"
14903version = "0.3.0+sdk-1.3.268.0"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14906dependencies = [
14907 "bitflags 2.9.0",
14908]
14909
14910[[package]]
14911name = "spki"
14912version = "0.6.0"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14915dependencies = [
14916 "base64ct",
14917 "der 0.6.1",
14918]
14919
14920[[package]]
14921name = "spki"
14922version = "0.7.3"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14925dependencies = [
14926 "base64ct",
14927 "der 0.7.10",
14928]
14929
14930[[package]]
14931name = "sptr"
14932version = "0.3.2"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14935
14936[[package]]
14937name = "sqlez"
14938version = "0.1.0"
14939dependencies = [
14940 "anyhow",
14941 "collections",
14942 "futures 0.3.31",
14943 "indoc",
14944 "libsqlite3-sys",
14945 "log",
14946 "parking_lot",
14947 "smol",
14948 "sqlformat",
14949 "thread_local",
14950 "util",
14951 "uuid",
14952 "workspace-hack",
14953]
14954
14955[[package]]
14956name = "sqlez_macros"
14957version = "0.1.0"
14958dependencies = [
14959 "sqlez",
14960 "sqlformat",
14961 "syn 2.0.101",
14962 "workspace-hack",
14963]
14964
14965[[package]]
14966name = "sqlformat"
14967version = "0.2.6"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14970dependencies = [
14971 "nom 7.1.3",
14972 "unicode_categories",
14973]
14974
14975[[package]]
14976name = "sqlx"
14977version = "0.8.5"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14980dependencies = [
14981 "sqlx-core",
14982 "sqlx-macros",
14983 "sqlx-mysql",
14984 "sqlx-postgres",
14985 "sqlx-sqlite",
14986]
14987
14988[[package]]
14989name = "sqlx-core"
14990version = "0.8.5"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14993dependencies = [
14994 "base64 0.22.1",
14995 "bigdecimal",
14996 "bytes 1.10.1",
14997 "chrono",
14998 "crc",
14999 "crossbeam-queue",
15000 "either",
15001 "event-listener 5.4.0",
15002 "futures-core",
15003 "futures-intrusive",
15004 "futures-io",
15005 "futures-util",
15006 "hashbrown 0.15.3",
15007 "hashlink 0.10.0",
15008 "indexmap 2.9.0",
15009 "log",
15010 "memchr",
15011 "once_cell",
15012 "percent-encoding",
15013 "rust_decimal",
15014 "rustls 0.23.26",
15015 "serde",
15016 "serde_json",
15017 "sha2",
15018 "smallvec",
15019 "thiserror 2.0.12",
15020 "time",
15021 "tokio",
15022 "tokio-stream",
15023 "tracing",
15024 "url",
15025 "uuid",
15026 "webpki-roots",
15027]
15028
15029[[package]]
15030name = "sqlx-macros"
15031version = "0.8.5"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15034dependencies = [
15035 "proc-macro2",
15036 "quote",
15037 "sqlx-core",
15038 "sqlx-macros-core",
15039 "syn 2.0.101",
15040]
15041
15042[[package]]
15043name = "sqlx-macros-core"
15044version = "0.8.5"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15047dependencies = [
15048 "dotenvy",
15049 "either",
15050 "heck 0.5.0",
15051 "hex",
15052 "once_cell",
15053 "proc-macro2",
15054 "quote",
15055 "serde",
15056 "serde_json",
15057 "sha2",
15058 "sqlx-core",
15059 "sqlx-mysql",
15060 "sqlx-postgres",
15061 "sqlx-sqlite",
15062 "syn 2.0.101",
15063 "tempfile",
15064 "tokio",
15065 "url",
15066]
15067
15068[[package]]
15069name = "sqlx-mysql"
15070version = "0.8.5"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15073dependencies = [
15074 "atoi",
15075 "base64 0.22.1",
15076 "bigdecimal",
15077 "bitflags 2.9.0",
15078 "byteorder",
15079 "bytes 1.10.1",
15080 "chrono",
15081 "crc",
15082 "digest",
15083 "dotenvy",
15084 "either",
15085 "futures-channel",
15086 "futures-core",
15087 "futures-io",
15088 "futures-util",
15089 "generic-array",
15090 "hex",
15091 "hkdf",
15092 "hmac",
15093 "itoa",
15094 "log",
15095 "md-5",
15096 "memchr",
15097 "once_cell",
15098 "percent-encoding",
15099 "rand 0.8.5",
15100 "rsa",
15101 "rust_decimal",
15102 "serde",
15103 "sha1",
15104 "sha2",
15105 "smallvec",
15106 "sqlx-core",
15107 "stringprep",
15108 "thiserror 2.0.12",
15109 "time",
15110 "tracing",
15111 "uuid",
15112 "whoami",
15113]
15114
15115[[package]]
15116name = "sqlx-postgres"
15117version = "0.8.5"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15120dependencies = [
15121 "atoi",
15122 "base64 0.22.1",
15123 "bigdecimal",
15124 "bitflags 2.9.0",
15125 "byteorder",
15126 "chrono",
15127 "crc",
15128 "dotenvy",
15129 "etcetera",
15130 "futures-channel",
15131 "futures-core",
15132 "futures-util",
15133 "hex",
15134 "hkdf",
15135 "hmac",
15136 "home",
15137 "itoa",
15138 "log",
15139 "md-5",
15140 "memchr",
15141 "num-bigint",
15142 "once_cell",
15143 "rand 0.8.5",
15144 "rust_decimal",
15145 "serde",
15146 "serde_json",
15147 "sha2",
15148 "smallvec",
15149 "sqlx-core",
15150 "stringprep",
15151 "thiserror 2.0.12",
15152 "time",
15153 "tracing",
15154 "uuid",
15155 "whoami",
15156]
15157
15158[[package]]
15159name = "sqlx-sqlite"
15160version = "0.8.5"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15163dependencies = [
15164 "atoi",
15165 "chrono",
15166 "flume",
15167 "futures-channel",
15168 "futures-core",
15169 "futures-executor",
15170 "futures-intrusive",
15171 "futures-util",
15172 "libsqlite3-sys",
15173 "log",
15174 "percent-encoding",
15175 "serde",
15176 "serde_urlencoded",
15177 "sqlx-core",
15178 "thiserror 2.0.12",
15179 "time",
15180 "tracing",
15181 "url",
15182 "uuid",
15183]
15184
15185[[package]]
15186name = "stable_deref_trait"
15187version = "1.2.0"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15190
15191[[package]]
15192name = "stacker"
15193version = "0.1.21"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15196dependencies = [
15197 "cc",
15198 "cfg-if",
15199 "libc",
15200 "psm",
15201 "windows-sys 0.59.0",
15202]
15203
15204[[package]]
15205name = "stacksafe"
15206version = "0.1.4"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15209dependencies = [
15210 "stacker",
15211 "stacksafe-macro",
15212]
15213
15214[[package]]
15215name = "stacksafe-macro"
15216version = "0.1.4"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15219dependencies = [
15220 "proc-macro-error2",
15221 "quote",
15222 "syn 2.0.101",
15223]
15224
15225[[package]]
15226name = "static_assertions"
15227version = "1.1.0"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15230
15231[[package]]
15232name = "story"
15233version = "0.1.0"
15234dependencies = [
15235 "gpui",
15236 "itertools 0.14.0",
15237 "smallvec",
15238 "workspace-hack",
15239]
15240
15241[[package]]
15242name = "storybook"
15243version = "0.1.0"
15244dependencies = [
15245 "anyhow",
15246 "clap",
15247 "collab_ui",
15248 "ctrlc",
15249 "dialoguer",
15250 "editor",
15251 "fuzzy",
15252 "gpui",
15253 "indoc",
15254 "language",
15255 "log",
15256 "menu",
15257 "picker",
15258 "project",
15259 "reqwest_client",
15260 "rust-embed",
15261 "settings",
15262 "simplelog",
15263 "story",
15264 "strum 0.27.1",
15265 "theme",
15266 "title_bar",
15267 "ui",
15268 "workspace",
15269 "workspace-hack",
15270]
15271
15272[[package]]
15273name = "streaming-iterator"
15274version = "0.1.9"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15277
15278[[package]]
15279name = "streaming_diff"
15280version = "0.1.0"
15281dependencies = [
15282 "ordered-float 2.10.1",
15283 "rand 0.9.1",
15284 "rope",
15285 "util",
15286 "workspace-hack",
15287]
15288
15289[[package]]
15290name = "strength_reduce"
15291version = "0.2.4"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15294
15295[[package]]
15296name = "strict-num"
15297version = "0.1.1"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15300dependencies = [
15301 "float-cmp",
15302]
15303
15304[[package]]
15305name = "string_cache"
15306version = "0.8.9"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15309dependencies = [
15310 "new_debug_unreachable",
15311 "parking_lot",
15312 "phf_shared",
15313 "precomputed-hash",
15314 "serde",
15315]
15316
15317[[package]]
15318name = "string_cache_codegen"
15319version = "0.5.4"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15322dependencies = [
15323 "phf_generator",
15324 "phf_shared",
15325 "proc-macro2",
15326 "quote",
15327]
15328
15329[[package]]
15330name = "stringprep"
15331version = "0.1.5"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15334dependencies = [
15335 "unicode-bidi",
15336 "unicode-normalization",
15337 "unicode-properties",
15338]
15339
15340[[package]]
15341name = "strsim"
15342version = "0.11.1"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15345
15346[[package]]
15347name = "strum"
15348version = "0.26.3"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15351dependencies = [
15352 "strum_macros 0.26.4",
15353]
15354
15355[[package]]
15356name = "strum"
15357version = "0.27.1"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15360dependencies = [
15361 "strum_macros 0.27.1",
15362]
15363
15364[[package]]
15365name = "strum_macros"
15366version = "0.26.4"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15369dependencies = [
15370 "heck 0.5.0",
15371 "proc-macro2",
15372 "quote",
15373 "rustversion",
15374 "syn 2.0.101",
15375]
15376
15377[[package]]
15378name = "strum_macros"
15379version = "0.27.1"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15382dependencies = [
15383 "heck 0.5.0",
15384 "proc-macro2",
15385 "quote",
15386 "rustversion",
15387 "syn 2.0.101",
15388]
15389
15390[[package]]
15391name = "subtle"
15392version = "2.6.1"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15395
15396[[package]]
15397name = "sum_tree"
15398version = "0.1.0"
15399dependencies = [
15400 "arrayvec",
15401 "ctor",
15402 "log",
15403 "rand 0.9.1",
15404 "rayon",
15405 "workspace-hack",
15406 "zlog",
15407]
15408
15409[[package]]
15410name = "supermaven"
15411version = "0.1.0"
15412dependencies = [
15413 "anyhow",
15414 "client",
15415 "collections",
15416 "edit_prediction",
15417 "editor",
15418 "env_logger 0.11.8",
15419 "futures 0.3.31",
15420 "gpui",
15421 "http_client",
15422 "language",
15423 "log",
15424 "postage",
15425 "project",
15426 "serde",
15427 "serde_json",
15428 "settings",
15429 "smol",
15430 "supermaven_api",
15431 "text",
15432 "theme",
15433 "ui",
15434 "unicode-segmentation",
15435 "util",
15436 "workspace-hack",
15437]
15438
15439[[package]]
15440name = "supermaven_api"
15441version = "0.1.0"
15442dependencies = [
15443 "anyhow",
15444 "futures 0.3.31",
15445 "http_client",
15446 "paths",
15447 "serde",
15448 "serde_json",
15449 "smol",
15450 "util",
15451 "workspace-hack",
15452]
15453
15454[[package]]
15455name = "sval"
15456version = "2.14.1"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15459
15460[[package]]
15461name = "sval_buffer"
15462version = "2.14.1"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15465dependencies = [
15466 "sval",
15467 "sval_ref",
15468]
15469
15470[[package]]
15471name = "sval_dynamic"
15472version = "2.14.1"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15475dependencies = [
15476 "sval",
15477]
15478
15479[[package]]
15480name = "sval_fmt"
15481version = "2.14.1"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15484dependencies = [
15485 "itoa",
15486 "ryu",
15487 "sval",
15488]
15489
15490[[package]]
15491name = "sval_json"
15492version = "2.14.1"
15493source = "registry+https://github.com/rust-lang/crates.io-index"
15494checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15495dependencies = [
15496 "itoa",
15497 "ryu",
15498 "sval",
15499]
15500
15501[[package]]
15502name = "sval_nested"
15503version = "2.14.1"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15506dependencies = [
15507 "sval",
15508 "sval_buffer",
15509 "sval_ref",
15510]
15511
15512[[package]]
15513name = "sval_ref"
15514version = "2.14.1"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15517dependencies = [
15518 "sval",
15519]
15520
15521[[package]]
15522name = "sval_serde"
15523version = "2.14.1"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15526dependencies = [
15527 "serde",
15528 "sval",
15529 "sval_nested",
15530]
15531
15532[[package]]
15533name = "svg_fmt"
15534version = "0.4.5"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15537
15538[[package]]
15539name = "svg_preview"
15540version = "0.1.0"
15541dependencies = [
15542 "editor",
15543 "file_icons",
15544 "gpui",
15545 "multi_buffer",
15546 "ui",
15547 "workspace",
15548 "workspace-hack",
15549]
15550
15551[[package]]
15552name = "svgtypes"
15553version = "0.15.3"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15556dependencies = [
15557 "kurbo",
15558 "siphasher",
15559]
15560
15561[[package]]
15562name = "swash"
15563version = "0.2.2"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15566dependencies = [
15567 "skrifa",
15568 "yazi",
15569 "zeno",
15570]
15571
15572[[package]]
15573name = "symphonia"
15574version = "0.5.4"
15575source = "registry+https://github.com/rust-lang/crates.io-index"
15576checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15577dependencies = [
15578 "lazy_static",
15579 "symphonia-bundle-flac",
15580 "symphonia-bundle-mp3",
15581 "symphonia-codec-aac",
15582 "symphonia-codec-pcm",
15583 "symphonia-codec-vorbis",
15584 "symphonia-core",
15585 "symphonia-format-isomp4",
15586 "symphonia-format-ogg",
15587 "symphonia-format-riff",
15588 "symphonia-metadata",
15589]
15590
15591[[package]]
15592name = "symphonia-bundle-flac"
15593version = "0.5.4"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15596dependencies = [
15597 "log",
15598 "symphonia-core",
15599 "symphonia-metadata",
15600 "symphonia-utils-xiph",
15601]
15602
15603[[package]]
15604name = "symphonia-bundle-mp3"
15605version = "0.5.4"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15608dependencies = [
15609 "lazy_static",
15610 "log",
15611 "symphonia-core",
15612 "symphonia-metadata",
15613]
15614
15615[[package]]
15616name = "symphonia-codec-aac"
15617version = "0.5.4"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15620dependencies = [
15621 "lazy_static",
15622 "log",
15623 "symphonia-core",
15624]
15625
15626[[package]]
15627name = "symphonia-codec-pcm"
15628version = "0.5.4"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15631dependencies = [
15632 "log",
15633 "symphonia-core",
15634]
15635
15636[[package]]
15637name = "symphonia-codec-vorbis"
15638version = "0.5.4"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15641dependencies = [
15642 "log",
15643 "symphonia-core",
15644 "symphonia-utils-xiph",
15645]
15646
15647[[package]]
15648name = "symphonia-core"
15649version = "0.5.4"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15652dependencies = [
15653 "arrayvec",
15654 "bitflags 1.3.2",
15655 "bytemuck",
15656 "lazy_static",
15657 "log",
15658]
15659
15660[[package]]
15661name = "symphonia-format-isomp4"
15662version = "0.5.4"
15663source = "registry+https://github.com/rust-lang/crates.io-index"
15664checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15665dependencies = [
15666 "encoding_rs",
15667 "log",
15668 "symphonia-core",
15669 "symphonia-metadata",
15670 "symphonia-utils-xiph",
15671]
15672
15673[[package]]
15674name = "symphonia-format-ogg"
15675version = "0.5.4"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15678dependencies = [
15679 "log",
15680 "symphonia-core",
15681 "symphonia-metadata",
15682 "symphonia-utils-xiph",
15683]
15684
15685[[package]]
15686name = "symphonia-format-riff"
15687version = "0.5.4"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15690dependencies = [
15691 "extended",
15692 "log",
15693 "symphonia-core",
15694 "symphonia-metadata",
15695]
15696
15697[[package]]
15698name = "symphonia-metadata"
15699version = "0.5.4"
15700source = "registry+https://github.com/rust-lang/crates.io-index"
15701checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15702dependencies = [
15703 "encoding_rs",
15704 "lazy_static",
15705 "log",
15706 "symphonia-core",
15707]
15708
15709[[package]]
15710name = "symphonia-utils-xiph"
15711version = "0.5.4"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15714dependencies = [
15715 "symphonia-core",
15716 "symphonia-metadata",
15717]
15718
15719[[package]]
15720name = "syn"
15721version = "1.0.109"
15722source = "registry+https://github.com/rust-lang/crates.io-index"
15723checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15724dependencies = [
15725 "proc-macro2",
15726 "quote",
15727 "unicode-ident",
15728]
15729
15730[[package]]
15731name = "syn"
15732version = "2.0.101"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15735dependencies = [
15736 "proc-macro2",
15737 "quote",
15738 "unicode-ident",
15739]
15740
15741[[package]]
15742name = "sync_wrapper"
15743version = "0.1.2"
15744source = "registry+https://github.com/rust-lang/crates.io-index"
15745checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15746
15747[[package]]
15748name = "sync_wrapper"
15749version = "1.0.2"
15750source = "registry+https://github.com/rust-lang/crates.io-index"
15751checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15752dependencies = [
15753 "futures-core",
15754]
15755
15756[[package]]
15757name = "synchronoise"
15758version = "1.0.1"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15761dependencies = [
15762 "crossbeam-queue",
15763]
15764
15765[[package]]
15766name = "synstructure"
15767version = "0.13.1"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15770dependencies = [
15771 "proc-macro2",
15772 "quote",
15773 "syn 2.0.101",
15774]
15775
15776[[package]]
15777name = "sys-locale"
15778version = "0.3.2"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15781dependencies = [
15782 "libc",
15783]
15784
15785[[package]]
15786name = "sysctl"
15787version = "0.5.5"
15788source = "registry+https://github.com/rust-lang/crates.io-index"
15789checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15790dependencies = [
15791 "bitflags 2.9.0",
15792 "byteorder",
15793 "enum-as-inner",
15794 "libc",
15795 "thiserror 1.0.69",
15796 "walkdir",
15797]
15798
15799[[package]]
15800name = "sysctl"
15801version = "0.6.0"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15804dependencies = [
15805 "bitflags 2.9.0",
15806 "byteorder",
15807 "enum-as-inner",
15808 "libc",
15809 "thiserror 1.0.69",
15810 "walkdir",
15811]
15812
15813[[package]]
15814name = "sysinfo"
15815version = "0.31.4"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15818dependencies = [
15819 "core-foundation-sys",
15820 "libc",
15821 "memchr",
15822 "ntapi",
15823 "rayon",
15824 "windows 0.57.0",
15825]
15826
15827[[package]]
15828name = "system-configuration"
15829version = "0.5.1"
15830source = "registry+https://github.com/rust-lang/crates.io-index"
15831checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15832dependencies = [
15833 "bitflags 1.3.2",
15834 "core-foundation 0.9.4",
15835 "system-configuration-sys 0.5.0",
15836]
15837
15838[[package]]
15839name = "system-configuration"
15840version = "0.6.1"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15843dependencies = [
15844 "bitflags 2.9.0",
15845 "core-foundation 0.9.4",
15846 "system-configuration-sys 0.6.0",
15847]
15848
15849[[package]]
15850name = "system-configuration-sys"
15851version = "0.5.0"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15854dependencies = [
15855 "core-foundation-sys",
15856 "libc",
15857]
15858
15859[[package]]
15860name = "system-configuration-sys"
15861version = "0.6.0"
15862source = "registry+https://github.com/rust-lang/crates.io-index"
15863checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15864dependencies = [
15865 "core-foundation-sys",
15866 "libc",
15867]
15868
15869[[package]]
15870name = "system-deps"
15871version = "6.2.2"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15874dependencies = [
15875 "cfg-expr",
15876 "heck 0.5.0",
15877 "pkg-config",
15878 "toml 0.8.20",
15879 "version-compare",
15880]
15881
15882[[package]]
15883name = "system-interface"
15884version = "0.27.3"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15887dependencies = [
15888 "bitflags 2.9.0",
15889 "cap-fs-ext",
15890 "cap-std",
15891 "fd-lock",
15892 "io-lifetimes",
15893 "rustix 0.38.44",
15894 "windows-sys 0.59.0",
15895 "winx",
15896]
15897
15898[[package]]
15899name = "system_specs"
15900version = "0.1.0"
15901dependencies = [
15902 "anyhow",
15903 "client",
15904 "gpui",
15905 "human_bytes",
15906 "pciid-parser",
15907 "release_channel",
15908 "serde",
15909 "sysinfo",
15910 "workspace-hack",
15911]
15912
15913[[package]]
15914name = "tab_switcher"
15915version = "0.1.0"
15916dependencies = [
15917 "anyhow",
15918 "collections",
15919 "ctor",
15920 "editor",
15921 "fuzzy",
15922 "gpui",
15923 "language",
15924 "menu",
15925 "picker",
15926 "project",
15927 "schemars 1.0.1",
15928 "serde",
15929 "serde_json",
15930 "settings",
15931 "smol",
15932 "theme",
15933 "ui",
15934 "util",
15935 "workspace",
15936 "workspace-hack",
15937 "zlog",
15938]
15939
15940[[package]]
15941name = "taffy"
15942version = "0.9.0"
15943source = "registry+https://github.com/rust-lang/crates.io-index"
15944checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15945dependencies = [
15946 "arrayvec",
15947 "grid",
15948 "serde",
15949 "slotmap",
15950]
15951
15952[[package]]
15953name = "tagptr"
15954version = "0.2.0"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15957
15958[[package]]
15959name = "take-until"
15960version = "0.2.0"
15961source = "registry+https://github.com/rust-lang/crates.io-index"
15962checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15963
15964[[package]]
15965name = "tao-core-video-sys"
15966version = "0.2.0"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15969dependencies = [
15970 "cfg-if",
15971 "core-foundation-sys",
15972 "libc",
15973 "objc",
15974]
15975
15976[[package]]
15977name = "tap"
15978version = "1.0.1"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15981
15982[[package]]
15983name = "target-lexicon"
15984version = "0.12.16"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15987
15988[[package]]
15989name = "target-lexicon"
15990version = "0.13.2"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15993
15994[[package]]
15995name = "task"
15996version = "0.1.0"
15997dependencies = [
15998 "anyhow",
15999 "collections",
16000 "futures 0.3.31",
16001 "gpui",
16002 "hex",
16003 "log",
16004 "parking_lot",
16005 "pretty_assertions",
16006 "proto",
16007 "schemars 1.0.1",
16008 "serde",
16009 "serde_json",
16010 "serde_json_lenient",
16011 "sha2",
16012 "shellexpand 2.1.2",
16013 "util",
16014 "workspace-hack",
16015 "zed_actions",
16016]
16017
16018[[package]]
16019name = "tasks_ui"
16020version = "0.1.0"
16021dependencies = [
16022 "anyhow",
16023 "collections",
16024 "editor",
16025 "file_icons",
16026 "fuzzy",
16027 "gpui",
16028 "itertools 0.14.0",
16029 "language",
16030 "menu",
16031 "picker",
16032 "project",
16033 "serde",
16034 "serde_json",
16035 "task",
16036 "tree-sitter-rust",
16037 "tree-sitter-typescript",
16038 "ui",
16039 "util",
16040 "workspace",
16041 "workspace-hack",
16042 "zed_actions",
16043]
16044
16045[[package]]
16046name = "telemetry"
16047version = "0.1.0"
16048dependencies = [
16049 "futures 0.3.31",
16050 "serde",
16051 "serde_json",
16052 "telemetry_events",
16053 "workspace-hack",
16054]
16055
16056[[package]]
16057name = "telemetry_events"
16058version = "0.1.0"
16059dependencies = [
16060 "semantic_version",
16061 "serde",
16062 "serde_json",
16063 "workspace-hack",
16064]
16065
16066[[package]]
16067name = "tempfile"
16068version = "3.20.0"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16071dependencies = [
16072 "fastrand 2.3.0",
16073 "getrandom 0.3.2",
16074 "once_cell",
16075 "rustix 1.0.7",
16076 "windows-sys 0.59.0",
16077]
16078
16079[[package]]
16080name = "tendril"
16081version = "0.4.3"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16084dependencies = [
16085 "futf",
16086 "mac",
16087 "utf-8",
16088]
16089
16090[[package]]
16091name = "termcolor"
16092version = "1.4.1"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16095dependencies = [
16096 "winapi-util",
16097]
16098
16099[[package]]
16100name = "terminal"
16101version = "0.1.0"
16102dependencies = [
16103 "alacritty_terminal",
16104 "anyhow",
16105 "collections",
16106 "futures 0.3.31",
16107 "gpui",
16108 "itertools 0.14.0",
16109 "libc",
16110 "log",
16111 "rand 0.9.1",
16112 "regex",
16113 "release_channel",
16114 "schemars 1.0.1",
16115 "serde",
16116 "settings",
16117 "smol",
16118 "sysinfo",
16119 "task",
16120 "theme",
16121 "thiserror 2.0.12",
16122 "url",
16123 "urlencoding",
16124 "util",
16125 "windows 0.61.1",
16126 "workspace-hack",
16127]
16128
16129[[package]]
16130name = "terminal_size"
16131version = "0.4.2"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16134dependencies = [
16135 "rustix 1.0.7",
16136 "windows-sys 0.59.0",
16137]
16138
16139[[package]]
16140name = "terminal_view"
16141version = "0.1.0"
16142dependencies = [
16143 "anyhow",
16144 "assistant_slash_command",
16145 "async-recursion",
16146 "breadcrumbs",
16147 "client",
16148 "collections",
16149 "db",
16150 "dirs 4.0.0",
16151 "editor",
16152 "futures 0.3.31",
16153 "gpui",
16154 "itertools 0.14.0",
16155 "language",
16156 "log",
16157 "pretty_assertions",
16158 "project",
16159 "rand 0.9.1",
16160 "regex",
16161 "schemars 1.0.1",
16162 "search",
16163 "serde",
16164 "serde_json",
16165 "settings",
16166 "shellexpand 2.1.2",
16167 "smol",
16168 "task",
16169 "terminal",
16170 "theme",
16171 "ui",
16172 "util",
16173 "workspace",
16174 "workspace-hack",
16175 "zed_actions",
16176]
16177
16178[[package]]
16179name = "text"
16180version = "0.1.0"
16181dependencies = [
16182 "anyhow",
16183 "clock",
16184 "collections",
16185 "ctor",
16186 "gpui",
16187 "http_client",
16188 "log",
16189 "parking_lot",
16190 "postage",
16191 "rand 0.9.1",
16192 "regex",
16193 "rope",
16194 "smallvec",
16195 "sum_tree",
16196 "util",
16197 "workspace-hack",
16198 "zlog",
16199]
16200
16201[[package]]
16202name = "theme"
16203version = "0.1.0"
16204dependencies = [
16205 "anyhow",
16206 "collections",
16207 "derive_more",
16208 "fs",
16209 "futures 0.3.31",
16210 "gpui",
16211 "log",
16212 "palette",
16213 "parking_lot",
16214 "refineable",
16215 "schemars 1.0.1",
16216 "serde",
16217 "serde_json",
16218 "serde_json_lenient",
16219 "settings",
16220 "strum 0.27.1",
16221 "thiserror 2.0.12",
16222 "util",
16223 "uuid",
16224 "workspace-hack",
16225]
16226
16227[[package]]
16228name = "theme_extension"
16229version = "0.1.0"
16230dependencies = [
16231 "anyhow",
16232 "extension",
16233 "fs",
16234 "gpui",
16235 "theme",
16236 "workspace-hack",
16237]
16238
16239[[package]]
16240name = "theme_importer"
16241version = "0.1.0"
16242dependencies = [
16243 "anyhow",
16244 "clap",
16245 "collections",
16246 "gpui",
16247 "indexmap 2.9.0",
16248 "log",
16249 "palette",
16250 "serde",
16251 "serde_json",
16252 "serde_json_lenient",
16253 "simplelog",
16254 "strum 0.27.1",
16255 "theme",
16256 "vscode_theme",
16257 "workspace-hack",
16258]
16259
16260[[package]]
16261name = "theme_selector"
16262version = "0.1.0"
16263dependencies = [
16264 "fs",
16265 "fuzzy",
16266 "gpui",
16267 "log",
16268 "picker",
16269 "serde",
16270 "settings",
16271 "telemetry",
16272 "theme",
16273 "ui",
16274 "util",
16275 "workspace",
16276 "workspace-hack",
16277 "zed_actions",
16278]
16279
16280[[package]]
16281name = "thiserror"
16282version = "1.0.69"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16285dependencies = [
16286 "thiserror-impl 1.0.69",
16287]
16288
16289[[package]]
16290name = "thiserror"
16291version = "2.0.12"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16294dependencies = [
16295 "thiserror-impl 2.0.12",
16296]
16297
16298[[package]]
16299name = "thiserror-impl"
16300version = "1.0.69"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16303dependencies = [
16304 "proc-macro2",
16305 "quote",
16306 "syn 2.0.101",
16307]
16308
16309[[package]]
16310name = "thiserror-impl"
16311version = "2.0.12"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16314dependencies = [
16315 "proc-macro2",
16316 "quote",
16317 "syn 2.0.101",
16318]
16319
16320[[package]]
16321name = "thread_local"
16322version = "1.1.8"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16325dependencies = [
16326 "cfg-if",
16327 "once_cell",
16328]
16329
16330[[package]]
16331name = "tiff"
16332version = "0.9.1"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16335dependencies = [
16336 "flate2",
16337 "jpeg-decoder",
16338 "weezl",
16339]
16340
16341[[package]]
16342name = "tiktoken-rs"
16343version = "0.8.0"
16344source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16345dependencies = [
16346 "anyhow",
16347 "base64 0.22.1",
16348 "bstr",
16349 "fancy-regex 0.13.0",
16350 "lazy_static",
16351 "regex",
16352 "rustc-hash 1.1.0",
16353]
16354
16355[[package]]
16356name = "time"
16357version = "0.3.41"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16360dependencies = [
16361 "deranged",
16362 "itoa",
16363 "libc",
16364 "num-conv",
16365 "num_threads",
16366 "powerfmt",
16367 "serde",
16368 "time-core",
16369 "time-macros",
16370]
16371
16372[[package]]
16373name = "time-core"
16374version = "0.1.4"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16377
16378[[package]]
16379name = "time-macros"
16380version = "0.2.22"
16381source = "registry+https://github.com/rust-lang/crates.io-index"
16382checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16383dependencies = [
16384 "num-conv",
16385 "time-core",
16386]
16387
16388[[package]]
16389name = "time_format"
16390version = "0.1.0"
16391dependencies = [
16392 "core-foundation 0.10.0",
16393 "core-foundation-sys",
16394 "sys-locale",
16395 "time",
16396 "workspace-hack",
16397]
16398
16399[[package]]
16400name = "tiny-keccak"
16401version = "2.0.2"
16402source = "registry+https://github.com/rust-lang/crates.io-index"
16403checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16404dependencies = [
16405 "crunchy",
16406]
16407
16408[[package]]
16409name = "tiny-skia"
16410version = "0.11.4"
16411source = "registry+https://github.com/rust-lang/crates.io-index"
16412checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16413dependencies = [
16414 "arrayref",
16415 "arrayvec",
16416 "bytemuck",
16417 "cfg-if",
16418 "log",
16419 "png",
16420 "tiny-skia-path",
16421]
16422
16423[[package]]
16424name = "tiny-skia-path"
16425version = "0.11.4"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16428dependencies = [
16429 "arrayref",
16430 "bytemuck",
16431 "strict-num",
16432]
16433
16434[[package]]
16435name = "tiny_http"
16436version = "0.8.2"
16437source = "registry+https://github.com/rust-lang/crates.io-index"
16438checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16439dependencies = [
16440 "ascii",
16441 "chrono",
16442 "chunked_transfer",
16443 "log",
16444 "url",
16445]
16446
16447[[package]]
16448name = "tinystr"
16449version = "0.7.6"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16452dependencies = [
16453 "displaydoc",
16454 "zerovec",
16455]
16456
16457[[package]]
16458name = "tinytemplate"
16459version = "1.2.1"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16462dependencies = [
16463 "serde",
16464 "serde_json",
16465]
16466
16467[[package]]
16468name = "tinyvec"
16469version = "1.9.0"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16472dependencies = [
16473 "tinyvec_macros",
16474]
16475
16476[[package]]
16477name = "tinyvec_macros"
16478version = "0.1.1"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16481
16482[[package]]
16483name = "title_bar"
16484version = "0.1.0"
16485dependencies = [
16486 "anyhow",
16487 "auto_update",
16488 "call",
16489 "chrono",
16490 "client",
16491 "cloud_llm_client",
16492 "collections",
16493 "db",
16494 "gpui",
16495 "http_client",
16496 "notifications",
16497 "pretty_assertions",
16498 "project",
16499 "remote",
16500 "rpc",
16501 "schemars 1.0.1",
16502 "serde",
16503 "settings",
16504 "smallvec",
16505 "story",
16506 "telemetry",
16507 "theme",
16508 "tree-sitter-md",
16509 "ui",
16510 "util",
16511 "windows 0.61.1",
16512 "workspace",
16513 "workspace-hack",
16514 "zed_actions",
16515]
16516
16517[[package]]
16518name = "tokio"
16519version = "1.44.2"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16522dependencies = [
16523 "backtrace",
16524 "bytes 1.10.1",
16525 "libc",
16526 "mio 1.0.3",
16527 "parking_lot",
16528 "pin-project-lite",
16529 "signal-hook-registry",
16530 "socket2",
16531 "tokio-macros",
16532 "windows-sys 0.52.0",
16533]
16534
16535[[package]]
16536name = "tokio-io"
16537version = "0.1.13"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16540dependencies = [
16541 "bytes 0.4.12",
16542 "futures 0.1.31",
16543 "log",
16544]
16545
16546[[package]]
16547name = "tokio-macros"
16548version = "2.5.0"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16551dependencies = [
16552 "proc-macro2",
16553 "quote",
16554 "syn 2.0.101",
16555]
16556
16557[[package]]
16558name = "tokio-native-tls"
16559version = "0.3.1"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16562dependencies = [
16563 "native-tls",
16564 "tokio",
16565]
16566
16567[[package]]
16568name = "tokio-rustls"
16569version = "0.24.1"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16572dependencies = [
16573 "rustls 0.21.12",
16574 "tokio",
16575]
16576
16577[[package]]
16578name = "tokio-rustls"
16579version = "0.26.2"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16582dependencies = [
16583 "rustls 0.23.26",
16584 "tokio",
16585]
16586
16587[[package]]
16588name = "tokio-socks"
16589version = "0.5.2"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16592dependencies = [
16593 "either",
16594 "futures-io",
16595 "futures-util",
16596 "thiserror 1.0.69",
16597 "tokio",
16598]
16599
16600[[package]]
16601name = "tokio-stream"
16602version = "0.1.17"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16605dependencies = [
16606 "futures-core",
16607 "pin-project-lite",
16608 "tokio",
16609]
16610
16611[[package]]
16612name = "tokio-tungstenite"
16613version = "0.20.1"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16616dependencies = [
16617 "futures-util",
16618 "log",
16619 "tokio",
16620 "tungstenite 0.20.1",
16621]
16622
16623[[package]]
16624name = "tokio-tungstenite"
16625version = "0.21.0"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16628dependencies = [
16629 "futures-util",
16630 "log",
16631 "tokio",
16632 "tungstenite 0.21.0",
16633]
16634
16635[[package]]
16636name = "tokio-tungstenite"
16637version = "0.26.2"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16640dependencies = [
16641 "futures-util",
16642 "log",
16643 "rustls 0.23.26",
16644 "rustls-pki-types",
16645 "tokio",
16646 "tokio-rustls 0.26.2",
16647 "tungstenite 0.26.2",
16648]
16649
16650[[package]]
16651name = "tokio-util"
16652version = "0.7.14"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16655dependencies = [
16656 "bytes 1.10.1",
16657 "futures-core",
16658 "futures-io",
16659 "futures-sink",
16660 "pin-project-lite",
16661 "tokio",
16662]
16663
16664[[package]]
16665name = "toml"
16666version = "0.5.11"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16669dependencies = [
16670 "serde",
16671]
16672
16673[[package]]
16674name = "toml"
16675version = "0.8.20"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16678dependencies = [
16679 "serde",
16680 "serde_spanned",
16681 "toml_datetime",
16682 "toml_edit",
16683]
16684
16685[[package]]
16686name = "toml_datetime"
16687version = "0.6.9"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16690dependencies = [
16691 "serde",
16692]
16693
16694[[package]]
16695name = "toml_edit"
16696version = "0.22.26"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16699dependencies = [
16700 "indexmap 2.9.0",
16701 "serde",
16702 "serde_spanned",
16703 "toml_datetime",
16704 "toml_write",
16705 "winnow",
16706]
16707
16708[[package]]
16709name = "toml_write"
16710version = "0.1.1"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16713
16714[[package]]
16715name = "toolchain_selector"
16716version = "0.1.0"
16717dependencies = [
16718 "anyhow",
16719 "convert_case 0.8.0",
16720 "editor",
16721 "file_finder",
16722 "futures 0.3.31",
16723 "fuzzy",
16724 "gpui",
16725 "language",
16726 "menu",
16727 "picker",
16728 "project",
16729 "ui",
16730 "util",
16731 "workspace",
16732 "workspace-hack",
16733]
16734
16735[[package]]
16736name = "topological-sort"
16737version = "0.2.2"
16738source = "registry+https://github.com/rust-lang/crates.io-index"
16739checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16740
16741[[package]]
16742name = "tower"
16743version = "0.4.13"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16746dependencies = [
16747 "futures-core",
16748 "futures-util",
16749 "pin-project",
16750 "pin-project-lite",
16751 "tokio",
16752 "tower-layer",
16753 "tower-service",
16754 "tracing",
16755]
16756
16757[[package]]
16758name = "tower"
16759version = "0.5.2"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16762dependencies = [
16763 "futures-core",
16764 "futures-util",
16765 "pin-project-lite",
16766 "sync_wrapper 1.0.2",
16767 "tokio",
16768 "tower-layer",
16769 "tower-service",
16770]
16771
16772[[package]]
16773name = "tower-http"
16774version = "0.3.5"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16777dependencies = [
16778 "bitflags 1.3.2",
16779 "bytes 1.10.1",
16780 "futures-core",
16781 "futures-util",
16782 "http 0.2.12",
16783 "http-body 0.4.6",
16784 "http-range-header",
16785 "pin-project-lite",
16786 "tower-layer",
16787 "tower-service",
16788]
16789
16790[[package]]
16791name = "tower-http"
16792version = "0.4.4"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16795dependencies = [
16796 "bitflags 2.9.0",
16797 "bytes 1.10.1",
16798 "futures-core",
16799 "futures-util",
16800 "http 0.2.12",
16801 "http-body 0.4.6",
16802 "http-range-header",
16803 "pin-project-lite",
16804 "tower-layer",
16805 "tower-service",
16806 "tracing",
16807]
16808
16809[[package]]
16810name = "tower-layer"
16811version = "0.3.3"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16814
16815[[package]]
16816name = "tower-service"
16817version = "0.3.3"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16820
16821[[package]]
16822name = "tracing"
16823version = "0.1.41"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16826dependencies = [
16827 "log",
16828 "pin-project-lite",
16829 "tracing-attributes",
16830 "tracing-core",
16831]
16832
16833[[package]]
16834name = "tracing-attributes"
16835version = "0.1.28"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16838dependencies = [
16839 "proc-macro2",
16840 "quote",
16841 "syn 2.0.101",
16842]
16843
16844[[package]]
16845name = "tracing-core"
16846version = "0.1.33"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16849dependencies = [
16850 "once_cell",
16851 "valuable",
16852]
16853
16854[[package]]
16855name = "tracing-log"
16856version = "0.2.0"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16859dependencies = [
16860 "log",
16861 "once_cell",
16862 "tracing-core",
16863]
16864
16865[[package]]
16866name = "tracing-serde"
16867version = "0.2.0"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16870dependencies = [
16871 "serde",
16872 "tracing-core",
16873]
16874
16875[[package]]
16876name = "tracing-subscriber"
16877version = "0.3.20"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16880dependencies = [
16881 "matchers",
16882 "nu-ansi-term",
16883 "once_cell",
16884 "regex-automata",
16885 "serde",
16886 "serde_json",
16887 "sharded-slab",
16888 "smallvec",
16889 "thread_local",
16890 "tracing",
16891 "tracing-core",
16892 "tracing-log",
16893 "tracing-serde",
16894]
16895
16896[[package]]
16897name = "trait-variant"
16898version = "0.1.2"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16901dependencies = [
16902 "proc-macro2",
16903 "quote",
16904 "syn 2.0.101",
16905]
16906
16907[[package]]
16908name = "transpose"
16909version = "0.2.3"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16912dependencies = [
16913 "num-integer",
16914 "strength_reduce",
16915]
16916
16917[[package]]
16918name = "tree-sitter"
16919version = "0.25.6"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "a7cf18d43cbf0bfca51f657132cc616a5097edc4424d538bae6fa60142eaf9f0"
16922dependencies = [
16923 "cc",
16924 "regex",
16925 "regex-syntax",
16926 "serde_json",
16927 "streaming-iterator",
16928 "tree-sitter-language",
16929 "wasmtime-c-api-impl",
16930]
16931
16932[[package]]
16933name = "tree-sitter-bash"
16934version = "0.25.0"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16937dependencies = [
16938 "cc",
16939 "tree-sitter-language",
16940]
16941
16942[[package]]
16943name = "tree-sitter-c"
16944version = "0.23.4"
16945source = "registry+https://github.com/rust-lang/crates.io-index"
16946checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16947dependencies = [
16948 "cc",
16949 "tree-sitter-language",
16950]
16951
16952[[package]]
16953name = "tree-sitter-cpp"
16954version = "0.23.4"
16955source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16956dependencies = [
16957 "cc",
16958 "tree-sitter-language",
16959]
16960
16961[[package]]
16962name = "tree-sitter-css"
16963version = "0.23.2"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16966dependencies = [
16967 "cc",
16968 "tree-sitter-language",
16969]
16970
16971[[package]]
16972name = "tree-sitter-diff"
16973version = "0.1.0"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16976dependencies = [
16977 "cc",
16978 "tree-sitter-language",
16979]
16980
16981[[package]]
16982name = "tree-sitter-elixir"
16983version = "0.3.4"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16986dependencies = [
16987 "cc",
16988 "tree-sitter-language",
16989]
16990
16991[[package]]
16992name = "tree-sitter-embedded-template"
16993version = "0.23.2"
16994source = "registry+https://github.com/rust-lang/crates.io-index"
16995checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16996dependencies = [
16997 "cc",
16998 "tree-sitter-language",
16999]
17000
17001[[package]]
17002name = "tree-sitter-gitcommit"
17003version = "0.0.1"
17004source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
17005dependencies = [
17006 "cc",
17007 "tree-sitter-language",
17008]
17009
17010[[package]]
17011name = "tree-sitter-go"
17012version = "0.23.4"
17013source = "registry+https://github.com/rust-lang/crates.io-index"
17014checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17015dependencies = [
17016 "cc",
17017 "tree-sitter-language",
17018]
17019
17020[[package]]
17021name = "tree-sitter-gomod"
17022version = "1.1.1"
17023source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17024dependencies = [
17025 "cc",
17026 "tree-sitter-language",
17027]
17028
17029[[package]]
17030name = "tree-sitter-gowork"
17031version = "0.0.1"
17032source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17033dependencies = [
17034 "cc",
17035 "tree-sitter-language",
17036]
17037
17038[[package]]
17039name = "tree-sitter-heex"
17040version = "0.0.1"
17041source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17042dependencies = [
17043 "cc",
17044 "tree-sitter-language",
17045]
17046
17047[[package]]
17048name = "tree-sitter-html"
17049version = "0.23.2"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17052dependencies = [
17053 "cc",
17054 "tree-sitter-language",
17055]
17056
17057[[package]]
17058name = "tree-sitter-jsdoc"
17059version = "0.23.2"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17062dependencies = [
17063 "cc",
17064 "tree-sitter-language",
17065]
17066
17067[[package]]
17068name = "tree-sitter-json"
17069version = "0.24.8"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17072dependencies = [
17073 "cc",
17074 "tree-sitter-language",
17075]
17076
17077[[package]]
17078name = "tree-sitter-language"
17079version = "0.1.5"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17082
17083[[package]]
17084name = "tree-sitter-md"
17085version = "0.3.2"
17086source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17087dependencies = [
17088 "cc",
17089 "tree-sitter-language",
17090]
17091
17092[[package]]
17093name = "tree-sitter-python"
17094version = "0.25.0"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17097dependencies = [
17098 "cc",
17099 "tree-sitter-language",
17100]
17101
17102[[package]]
17103name = "tree-sitter-regex"
17104version = "0.24.3"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17107dependencies = [
17108 "cc",
17109 "tree-sitter-language",
17110]
17111
17112[[package]]
17113name = "tree-sitter-ruby"
17114version = "0.23.1"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17117dependencies = [
17118 "cc",
17119 "tree-sitter-language",
17120]
17121
17122[[package]]
17123name = "tree-sitter-rust"
17124version = "0.24.0"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17127dependencies = [
17128 "cc",
17129 "tree-sitter-language",
17130]
17131
17132[[package]]
17133name = "tree-sitter-typescript"
17134version = "0.23.2"
17135source = "registry+https://github.com/rust-lang/crates.io-index"
17136checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17137dependencies = [
17138 "cc",
17139 "tree-sitter-language",
17140]
17141
17142[[package]]
17143name = "tree-sitter-yaml"
17144version = "0.6.1"
17145source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17146dependencies = [
17147 "cc",
17148 "tree-sitter-language",
17149]
17150
17151[[package]]
17152name = "try-lock"
17153version = "0.2.5"
17154source = "registry+https://github.com/rust-lang/crates.io-index"
17155checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17156
17157[[package]]
17158name = "ttf-parser"
17159version = "0.20.0"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17162
17163[[package]]
17164name = "ttf-parser"
17165version = "0.21.1"
17166source = "registry+https://github.com/rust-lang/crates.io-index"
17167checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17168
17169[[package]]
17170name = "ttf-parser"
17171version = "0.25.1"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17174dependencies = [
17175 "core_maths",
17176]
17177
17178[[package]]
17179name = "tungstenite"
17180version = "0.20.1"
17181source = "registry+https://github.com/rust-lang/crates.io-index"
17182checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17183dependencies = [
17184 "byteorder",
17185 "bytes 1.10.1",
17186 "data-encoding",
17187 "http 0.2.12",
17188 "httparse",
17189 "log",
17190 "rand 0.8.5",
17191 "sha1",
17192 "thiserror 1.0.69",
17193 "url",
17194 "utf-8",
17195]
17196
17197[[package]]
17198name = "tungstenite"
17199version = "0.21.0"
17200source = "registry+https://github.com/rust-lang/crates.io-index"
17201checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17202dependencies = [
17203 "byteorder",
17204 "bytes 1.10.1",
17205 "data-encoding",
17206 "http 1.3.1",
17207 "httparse",
17208 "log",
17209 "rand 0.8.5",
17210 "sha1",
17211 "thiserror 1.0.69",
17212 "url",
17213 "utf-8",
17214]
17215
17216[[package]]
17217name = "tungstenite"
17218version = "0.26.2"
17219source = "registry+https://github.com/rust-lang/crates.io-index"
17220checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17221dependencies = [
17222 "bytes 1.10.1",
17223 "data-encoding",
17224 "http 1.3.1",
17225 "httparse",
17226 "log",
17227 "rand 0.9.1",
17228 "rustls 0.23.26",
17229 "rustls-pki-types",
17230 "sha1",
17231 "thiserror 2.0.12",
17232 "utf-8",
17233]
17234
17235[[package]]
17236name = "typed-path"
17237version = "0.11.0"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17240
17241[[package]]
17242name = "typeid"
17243version = "1.0.3"
17244source = "registry+https://github.com/rust-lang/crates.io-index"
17245checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17246
17247[[package]]
17248name = "typenum"
17249version = "1.18.0"
17250source = "registry+https://github.com/rust-lang/crates.io-index"
17251checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17252
17253[[package]]
17254name = "ucd-trie"
17255version = "0.1.7"
17256source = "registry+https://github.com/rust-lang/crates.io-index"
17257checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17258
17259[[package]]
17260name = "uds"
17261version = "0.4.2"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17264dependencies = [
17265 "libc",
17266]
17267
17268[[package]]
17269name = "uds_windows"
17270version = "1.1.0"
17271source = "registry+https://github.com/rust-lang/crates.io-index"
17272checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17273dependencies = [
17274 "memoffset",
17275 "tempfile",
17276 "winapi",
17277]
17278
17279[[package]]
17280name = "ug"
17281version = "0.4.0"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17284dependencies = [
17285 "gemm 0.18.2",
17286 "half",
17287 "libloading",
17288 "memmap2",
17289 "num",
17290 "num-traits",
17291 "num_cpus",
17292 "rayon",
17293 "safetensors",
17294 "serde",
17295 "thiserror 1.0.69",
17296 "tracing",
17297 "yoke",
17298]
17299
17300[[package]]
17301name = "ui"
17302version = "0.1.0"
17303dependencies = [
17304 "chrono",
17305 "component",
17306 "documented",
17307 "gpui",
17308 "gpui_macros",
17309 "icons",
17310 "itertools 0.14.0",
17311 "menu",
17312 "schemars 1.0.1",
17313 "serde",
17314 "settings",
17315 "smallvec",
17316 "story",
17317 "strum 0.27.1",
17318 "theme",
17319 "ui_macros",
17320 "util",
17321 "windows 0.61.1",
17322 "workspace-hack",
17323]
17324
17325[[package]]
17326name = "ui_input"
17327version = "0.1.0"
17328dependencies = [
17329 "component",
17330 "editor",
17331 "gpui",
17332 "settings",
17333 "theme",
17334 "ui",
17335 "workspace-hack",
17336]
17337
17338[[package]]
17339name = "ui_macros"
17340version = "0.1.0"
17341dependencies = [
17342 "component",
17343 "quote",
17344 "syn 2.0.101",
17345 "ui",
17346 "workspace-hack",
17347]
17348
17349[[package]]
17350name = "ui_prompt"
17351version = "0.1.0"
17352dependencies = [
17353 "gpui",
17354 "markdown",
17355 "menu",
17356 "settings",
17357 "theme",
17358 "ui",
17359 "workspace",
17360 "workspace-hack",
17361]
17362
17363[[package]]
17364name = "unicase"
17365version = "2.8.1"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17368
17369[[package]]
17370name = "unicode-bidi"
17371version = "0.3.18"
17372source = "registry+https://github.com/rust-lang/crates.io-index"
17373checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17374
17375[[package]]
17376name = "unicode-bidi-mirroring"
17377version = "0.2.0"
17378source = "registry+https://github.com/rust-lang/crates.io-index"
17379checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17380
17381[[package]]
17382name = "unicode-bidi-mirroring"
17383version = "0.4.0"
17384source = "registry+https://github.com/rust-lang/crates.io-index"
17385checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17386
17387[[package]]
17388name = "unicode-ccc"
17389version = "0.2.0"
17390source = "registry+https://github.com/rust-lang/crates.io-index"
17391checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17392
17393[[package]]
17394name = "unicode-ccc"
17395version = "0.4.0"
17396source = "registry+https://github.com/rust-lang/crates.io-index"
17397checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17398
17399[[package]]
17400name = "unicode-ident"
17401version = "1.0.18"
17402source = "registry+https://github.com/rust-lang/crates.io-index"
17403checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17404
17405[[package]]
17406name = "unicode-linebreak"
17407version = "0.1.5"
17408source = "registry+https://github.com/rust-lang/crates.io-index"
17409checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17410
17411[[package]]
17412name = "unicode-normalization"
17413version = "0.1.24"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17416dependencies = [
17417 "tinyvec",
17418]
17419
17420[[package]]
17421name = "unicode-properties"
17422version = "0.1.3"
17423source = "registry+https://github.com/rust-lang/crates.io-index"
17424checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17425
17426[[package]]
17427name = "unicode-script"
17428version = "0.5.7"
17429source = "registry+https://github.com/rust-lang/crates.io-index"
17430checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17431
17432[[package]]
17433name = "unicode-segmentation"
17434version = "1.12.0"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17437
17438[[package]]
17439name = "unicode-vo"
17440version = "0.1.0"
17441source = "registry+https://github.com/rust-lang/crates.io-index"
17442checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17443
17444[[package]]
17445name = "unicode-width"
17446version = "0.1.14"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
17449
17450[[package]]
17451name = "unicode-width"
17452version = "0.2.0"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17455
17456[[package]]
17457name = "unicode-xid"
17458version = "0.2.6"
17459source = "registry+https://github.com/rust-lang/crates.io-index"
17460checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17461
17462[[package]]
17463name = "unicode_categories"
17464version = "0.1.1"
17465source = "registry+https://github.com/rust-lang/crates.io-index"
17466checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17467
17468[[package]]
17469name = "unindent"
17470version = "0.2.4"
17471source = "registry+https://github.com/rust-lang/crates.io-index"
17472checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17473
17474[[package]]
17475name = "untrusted"
17476version = "0.9.0"
17477source = "registry+https://github.com/rust-lang/crates.io-index"
17478checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17479
17480[[package]]
17481name = "url"
17482version = "2.5.4"
17483source = "registry+https://github.com/rust-lang/crates.io-index"
17484checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17485dependencies = [
17486 "form_urlencoded",
17487 "idna",
17488 "percent-encoding",
17489 "serde",
17490]
17491
17492[[package]]
17493name = "urlencoding"
17494version = "2.1.3"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17497
17498[[package]]
17499name = "usvg"
17500version = "0.45.1"
17501source = "registry+https://github.com/rust-lang/crates.io-index"
17502checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17503dependencies = [
17504 "base64 0.22.1",
17505 "data-url",
17506 "flate2",
17507 "fontdb 0.23.0",
17508 "imagesize",
17509 "kurbo",
17510 "log",
17511 "pico-args",
17512 "roxmltree",
17513 "rustybuzz 0.20.1",
17514 "simplecss",
17515 "siphasher",
17516 "strict-num",
17517 "svgtypes",
17518 "tiny-skia-path",
17519 "unicode-bidi",
17520 "unicode-script",
17521 "unicode-vo",
17522 "xmlwriter",
17523]
17524
17525[[package]]
17526name = "utf-8"
17527version = "0.7.6"
17528source = "registry+https://github.com/rust-lang/crates.io-index"
17529checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17530
17531[[package]]
17532name = "utf16_iter"
17533version = "1.0.5"
17534source = "registry+https://github.com/rust-lang/crates.io-index"
17535checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17536
17537[[package]]
17538name = "utf8_iter"
17539version = "1.0.4"
17540source = "registry+https://github.com/rust-lang/crates.io-index"
17541checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17542
17543[[package]]
17544name = "utf8parse"
17545version = "0.2.2"
17546source = "registry+https://github.com/rust-lang/crates.io-index"
17547checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17548
17549[[package]]
17550name = "util"
17551version = "0.1.0"
17552dependencies = [
17553 "anyhow",
17554 "async-fs",
17555 "async_zip",
17556 "collections",
17557 "command-fds",
17558 "dirs 4.0.0",
17559 "dunce",
17560 "futures 0.3.31",
17561 "futures-lite 1.13.0",
17562 "git2",
17563 "globset",
17564 "indoc",
17565 "itertools 0.14.0",
17566 "libc",
17567 "log",
17568 "nix 0.29.0",
17569 "pretty_assertions",
17570 "rand 0.9.1",
17571 "regex",
17572 "rust-embed",
17573 "schemars 1.0.1",
17574 "serde",
17575 "serde_json",
17576 "serde_json_lenient",
17577 "shlex",
17578 "smol",
17579 "take-until",
17580 "tempfile",
17581 "tendril",
17582 "unicase",
17583 "util_macros",
17584 "walkdir",
17585 "workspace-hack",
17586]
17587
17588[[package]]
17589name = "util_macros"
17590version = "0.1.0"
17591dependencies = [
17592 "perf",
17593 "quote",
17594 "syn 2.0.101",
17595 "workspace-hack",
17596]
17597
17598[[package]]
17599name = "uuid"
17600version = "1.16.0"
17601source = "registry+https://github.com/rust-lang/crates.io-index"
17602checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17603dependencies = [
17604 "getrandom 0.3.2",
17605 "serde",
17606 "sha1_smol",
17607]
17608
17609[[package]]
17610name = "uuid-simd"
17611version = "0.8.0"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17614dependencies = [
17615 "outref",
17616 "uuid",
17617 "vsimd",
17618]
17619
17620[[package]]
17621name = "v_frame"
17622version = "0.3.8"
17623source = "registry+https://github.com/rust-lang/crates.io-index"
17624checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17625dependencies = [
17626 "aligned-vec",
17627 "num-traits",
17628 "wasm-bindgen",
17629]
17630
17631[[package]]
17632name = "valuable"
17633version = "0.1.1"
17634source = "registry+https://github.com/rust-lang/crates.io-index"
17635checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17636
17637[[package]]
17638name = "value-bag"
17639version = "1.11.1"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17642dependencies = [
17643 "value-bag-serde1",
17644 "value-bag-sval2",
17645]
17646
17647[[package]]
17648name = "value-bag-serde1"
17649version = "1.11.1"
17650source = "registry+https://github.com/rust-lang/crates.io-index"
17651checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17652dependencies = [
17653 "erased-serde",
17654 "serde",
17655 "serde_fmt",
17656]
17657
17658[[package]]
17659name = "value-bag-sval2"
17660version = "1.11.1"
17661source = "registry+https://github.com/rust-lang/crates.io-index"
17662checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17663dependencies = [
17664 "sval",
17665 "sval_buffer",
17666 "sval_dynamic",
17667 "sval_fmt",
17668 "sval_json",
17669 "sval_ref",
17670 "sval_serde",
17671]
17672
17673[[package]]
17674name = "vcpkg"
17675version = "0.2.15"
17676source = "registry+https://github.com/rust-lang/crates.io-index"
17677checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17678
17679[[package]]
17680name = "vercel"
17681version = "0.1.0"
17682dependencies = [
17683 "anyhow",
17684 "schemars 1.0.1",
17685 "serde",
17686 "strum 0.27.1",
17687 "workspace-hack",
17688]
17689
17690[[package]]
17691name = "version-compare"
17692version = "0.2.0"
17693source = "registry+https://github.com/rust-lang/crates.io-index"
17694checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17695
17696[[package]]
17697name = "version_check"
17698version = "0.9.5"
17699source = "registry+https://github.com/rust-lang/crates.io-index"
17700checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17701
17702[[package]]
17703name = "vim"
17704version = "0.1.0"
17705dependencies = [
17706 "anyhow",
17707 "assets",
17708 "async-compat",
17709 "async-trait",
17710 "collections",
17711 "command_palette",
17712 "command_palette_hooks",
17713 "db",
17714 "editor",
17715 "env_logger 0.11.8",
17716 "futures 0.3.31",
17717 "git_ui",
17718 "gpui",
17719 "indoc",
17720 "itertools 0.14.0",
17721 "language",
17722 "log",
17723 "lsp",
17724 "multi_buffer",
17725 "nvim-rs",
17726 "parking_lot",
17727 "perf",
17728 "picker",
17729 "project",
17730 "project_panel",
17731 "regex",
17732 "release_channel",
17733 "schemars 1.0.1",
17734 "search",
17735 "serde",
17736 "serde_json",
17737 "settings",
17738 "task",
17739 "text",
17740 "theme",
17741 "tokio",
17742 "ui",
17743 "util",
17744 "util_macros",
17745 "vim_mode_setting",
17746 "workspace",
17747 "workspace-hack",
17748 "zed_actions",
17749]
17750
17751[[package]]
17752name = "vim_mode_setting"
17753version = "0.1.0"
17754dependencies = [
17755 "gpui",
17756 "settings",
17757 "workspace-hack",
17758]
17759
17760[[package]]
17761name = "vscode_theme"
17762version = "0.2.0"
17763source = "registry+https://github.com/rust-lang/crates.io-index"
17764checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17765dependencies = [
17766 "serde",
17767]
17768
17769[[package]]
17770name = "vsimd"
17771version = "0.8.0"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17774
17775[[package]]
17776name = "vswhom"
17777version = "0.1.0"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17780dependencies = [
17781 "libc",
17782 "vswhom-sys",
17783]
17784
17785[[package]]
17786name = "vswhom-sys"
17787version = "0.1.3"
17788source = "registry+https://github.com/rust-lang/crates.io-index"
17789checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17790dependencies = [
17791 "cc",
17792 "libc",
17793]
17794
17795[[package]]
17796name = "vte"
17797version = "0.15.0"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17800dependencies = [
17801 "arrayvec",
17802 "bitflags 2.9.0",
17803 "cursor-icon",
17804 "log",
17805 "memchr",
17806 "serde",
17807]
17808
17809[[package]]
17810name = "waker-fn"
17811version = "1.2.0"
17812source = "registry+https://github.com/rust-lang/crates.io-index"
17813checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17814
17815[[package]]
17816name = "walkdir"
17817version = "2.5.0"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17820dependencies = [
17821 "same-file",
17822 "winapi-util",
17823]
17824
17825[[package]]
17826name = "want"
17827version = "0.3.1"
17828source = "registry+https://github.com/rust-lang/crates.io-index"
17829checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17830dependencies = [
17831 "try-lock",
17832]
17833
17834[[package]]
17835name = "warp"
17836version = "0.3.7"
17837source = "registry+https://github.com/rust-lang/crates.io-index"
17838checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17839dependencies = [
17840 "bytes 1.10.1",
17841 "futures-channel",
17842 "futures-util",
17843 "headers",
17844 "http 0.2.12",
17845 "hyper 0.14.32",
17846 "log",
17847 "mime",
17848 "mime_guess",
17849 "percent-encoding",
17850 "pin-project",
17851 "scoped-tls",
17852 "serde",
17853 "serde_json",
17854 "serde_urlencoded",
17855 "tokio",
17856 "tokio-tungstenite 0.21.0",
17857 "tokio-util",
17858 "tower-service",
17859 "tracing",
17860]
17861
17862[[package]]
17863name = "wasi"
17864version = "0.11.0+wasi-snapshot-preview1"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17867
17868[[package]]
17869name = "wasi"
17870version = "0.14.2+wasi-0.2.4"
17871source = "registry+https://github.com/rust-lang/crates.io-index"
17872checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17873dependencies = [
17874 "wit-bindgen-rt 0.39.0",
17875]
17876
17877[[package]]
17878name = "wasite"
17879version = "0.1.0"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17882
17883[[package]]
17884name = "wasm-bindgen"
17885version = "0.2.100"
17886source = "registry+https://github.com/rust-lang/crates.io-index"
17887checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17888dependencies = [
17889 "cfg-if",
17890 "once_cell",
17891 "rustversion",
17892 "wasm-bindgen-macro",
17893]
17894
17895[[package]]
17896name = "wasm-bindgen-backend"
17897version = "0.2.100"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17900dependencies = [
17901 "bumpalo",
17902 "log",
17903 "proc-macro2",
17904 "quote",
17905 "syn 2.0.101",
17906 "wasm-bindgen-shared",
17907]
17908
17909[[package]]
17910name = "wasm-bindgen-futures"
17911version = "0.4.50"
17912source = "registry+https://github.com/rust-lang/crates.io-index"
17913checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17914dependencies = [
17915 "cfg-if",
17916 "js-sys",
17917 "once_cell",
17918 "wasm-bindgen",
17919 "web-sys",
17920]
17921
17922[[package]]
17923name = "wasm-bindgen-macro"
17924version = "0.2.100"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17927dependencies = [
17928 "quote",
17929 "wasm-bindgen-macro-support",
17930]
17931
17932[[package]]
17933name = "wasm-bindgen-macro-support"
17934version = "0.2.100"
17935source = "registry+https://github.com/rust-lang/crates.io-index"
17936checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17937dependencies = [
17938 "proc-macro2",
17939 "quote",
17940 "syn 2.0.101",
17941 "wasm-bindgen-backend",
17942 "wasm-bindgen-shared",
17943]
17944
17945[[package]]
17946name = "wasm-bindgen-shared"
17947version = "0.2.100"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17950dependencies = [
17951 "unicode-ident",
17952]
17953
17954[[package]]
17955name = "wasm-encoder"
17956version = "0.201.0"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17959dependencies = [
17960 "leb128",
17961]
17962
17963[[package]]
17964name = "wasm-encoder"
17965version = "0.221.3"
17966source = "registry+https://github.com/rust-lang/crates.io-index"
17967checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17968dependencies = [
17969 "leb128",
17970 "wasmparser 0.221.3",
17971]
17972
17973[[package]]
17974name = "wasm-encoder"
17975version = "0.227.1"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17978dependencies = [
17979 "leb128fmt",
17980 "wasmparser 0.227.1",
17981]
17982
17983[[package]]
17984name = "wasm-metadata"
17985version = "0.201.0"
17986source = "registry+https://github.com/rust-lang/crates.io-index"
17987checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17988dependencies = [
17989 "anyhow",
17990 "indexmap 2.9.0",
17991 "serde",
17992 "serde_derive",
17993 "serde_json",
17994 "spdx",
17995 "wasm-encoder 0.201.0",
17996 "wasmparser 0.201.0",
17997]
17998
17999[[package]]
18000name = "wasm-metadata"
18001version = "0.227.1"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
18004dependencies = [
18005 "anyhow",
18006 "auditable-serde",
18007 "flate2",
18008 "indexmap 2.9.0",
18009 "serde",
18010 "serde_derive",
18011 "serde_json",
18012 "spdx",
18013 "url",
18014 "wasm-encoder 0.227.1",
18015 "wasmparser 0.227.1",
18016]
18017
18018[[package]]
18019name = "wasm-streams"
18020version = "0.4.2"
18021source = "registry+https://github.com/rust-lang/crates.io-index"
18022checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18023dependencies = [
18024 "futures-util",
18025 "js-sys",
18026 "wasm-bindgen",
18027 "wasm-bindgen-futures",
18028 "web-sys",
18029]
18030
18031[[package]]
18032name = "wasmparser"
18033version = "0.201.0"
18034source = "registry+https://github.com/rust-lang/crates.io-index"
18035checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18036dependencies = [
18037 "bitflags 2.9.0",
18038 "indexmap 2.9.0",
18039 "semver",
18040]
18041
18042[[package]]
18043name = "wasmparser"
18044version = "0.221.3"
18045source = "registry+https://github.com/rust-lang/crates.io-index"
18046checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18047dependencies = [
18048 "bitflags 2.9.0",
18049 "hashbrown 0.15.3",
18050 "indexmap 2.9.0",
18051 "semver",
18052 "serde",
18053]
18054
18055[[package]]
18056name = "wasmparser"
18057version = "0.227.1"
18058source = "registry+https://github.com/rust-lang/crates.io-index"
18059checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18060dependencies = [
18061 "bitflags 2.9.0",
18062 "hashbrown 0.15.3",
18063 "indexmap 2.9.0",
18064 "semver",
18065]
18066
18067[[package]]
18068name = "wasmprinter"
18069version = "0.221.3"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18072dependencies = [
18073 "anyhow",
18074 "termcolor",
18075 "wasmparser 0.221.3",
18076]
18077
18078[[package]]
18079name = "wasmtime"
18080version = "29.0.1"
18081source = "registry+https://github.com/rust-lang/crates.io-index"
18082checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18083dependencies = [
18084 "anyhow",
18085 "async-trait",
18086 "bitflags 2.9.0",
18087 "bumpalo",
18088 "cc",
18089 "cfg-if",
18090 "encoding_rs",
18091 "hashbrown 0.14.5",
18092 "indexmap 2.9.0",
18093 "libc",
18094 "log",
18095 "mach2 0.4.2",
18096 "memfd",
18097 "object",
18098 "once_cell",
18099 "paste",
18100 "postcard",
18101 "psm",
18102 "pulley-interpreter",
18103 "rayon",
18104 "rustix 0.38.44",
18105 "semver",
18106 "serde",
18107 "serde_derive",
18108 "smallvec",
18109 "sptr",
18110 "target-lexicon 0.13.2",
18111 "trait-variant",
18112 "wasmparser 0.221.3",
18113 "wasmtime-asm-macros",
18114 "wasmtime-component-macro",
18115 "wasmtime-component-util",
18116 "wasmtime-cranelift",
18117 "wasmtime-environ",
18118 "wasmtime-fiber",
18119 "wasmtime-jit-icache-coherence",
18120 "wasmtime-math",
18121 "wasmtime-slab",
18122 "wasmtime-versioned-export-macros",
18123 "wasmtime-winch",
18124 "windows-sys 0.59.0",
18125]
18126
18127[[package]]
18128name = "wasmtime-asm-macros"
18129version = "29.0.1"
18130source = "registry+https://github.com/rust-lang/crates.io-index"
18131checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18132dependencies = [
18133 "cfg-if",
18134]
18135
18136[[package]]
18137name = "wasmtime-c-api-impl"
18138version = "29.0.1"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18141dependencies = [
18142 "anyhow",
18143 "log",
18144 "tracing",
18145 "wasmtime",
18146 "wasmtime-c-api-macros",
18147]
18148
18149[[package]]
18150name = "wasmtime-c-api-macros"
18151version = "29.0.1"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18154dependencies = [
18155 "proc-macro2",
18156 "quote",
18157]
18158
18159[[package]]
18160name = "wasmtime-component-macro"
18161version = "29.0.1"
18162source = "registry+https://github.com/rust-lang/crates.io-index"
18163checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18164dependencies = [
18165 "anyhow",
18166 "proc-macro2",
18167 "quote",
18168 "syn 2.0.101",
18169 "wasmtime-component-util",
18170 "wasmtime-wit-bindgen",
18171 "wit-parser 0.221.3",
18172]
18173
18174[[package]]
18175name = "wasmtime-component-util"
18176version = "29.0.1"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18179
18180[[package]]
18181name = "wasmtime-cranelift"
18182version = "29.0.1"
18183source = "registry+https://github.com/rust-lang/crates.io-index"
18184checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18185dependencies = [
18186 "anyhow",
18187 "cfg-if",
18188 "cranelift-codegen",
18189 "cranelift-control",
18190 "cranelift-entity",
18191 "cranelift-frontend",
18192 "cranelift-native",
18193 "gimli",
18194 "itertools 0.12.1",
18195 "log",
18196 "object",
18197 "smallvec",
18198 "target-lexicon 0.13.2",
18199 "thiserror 1.0.69",
18200 "wasmparser 0.221.3",
18201 "wasmtime-environ",
18202 "wasmtime-versioned-export-macros",
18203]
18204
18205[[package]]
18206name = "wasmtime-environ"
18207version = "29.0.1"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18210dependencies = [
18211 "anyhow",
18212 "cpp_demangle",
18213 "cranelift-bitset",
18214 "cranelift-entity",
18215 "gimli",
18216 "indexmap 2.9.0",
18217 "log",
18218 "object",
18219 "postcard",
18220 "rustc-demangle",
18221 "semver",
18222 "serde",
18223 "serde_derive",
18224 "smallvec",
18225 "target-lexicon 0.13.2",
18226 "wasm-encoder 0.221.3",
18227 "wasmparser 0.221.3",
18228 "wasmprinter",
18229 "wasmtime-component-util",
18230]
18231
18232[[package]]
18233name = "wasmtime-fiber"
18234version = "29.0.1"
18235source = "registry+https://github.com/rust-lang/crates.io-index"
18236checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18237dependencies = [
18238 "anyhow",
18239 "cc",
18240 "cfg-if",
18241 "rustix 0.38.44",
18242 "wasmtime-asm-macros",
18243 "wasmtime-versioned-export-macros",
18244 "windows-sys 0.59.0",
18245]
18246
18247[[package]]
18248name = "wasmtime-jit-icache-coherence"
18249version = "29.0.1"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18252dependencies = [
18253 "anyhow",
18254 "cfg-if",
18255 "libc",
18256 "windows-sys 0.59.0",
18257]
18258
18259[[package]]
18260name = "wasmtime-math"
18261version = "29.0.1"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18264dependencies = [
18265 "libm",
18266]
18267
18268[[package]]
18269name = "wasmtime-slab"
18270version = "29.0.1"
18271source = "registry+https://github.com/rust-lang/crates.io-index"
18272checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18273
18274[[package]]
18275name = "wasmtime-versioned-export-macros"
18276version = "29.0.1"
18277source = "registry+https://github.com/rust-lang/crates.io-index"
18278checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18279dependencies = [
18280 "proc-macro2",
18281 "quote",
18282 "syn 2.0.101",
18283]
18284
18285[[package]]
18286name = "wasmtime-wasi"
18287version = "29.0.1"
18288source = "registry+https://github.com/rust-lang/crates.io-index"
18289checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18290dependencies = [
18291 "anyhow",
18292 "async-trait",
18293 "bitflags 2.9.0",
18294 "bytes 1.10.1",
18295 "cap-fs-ext",
18296 "cap-net-ext",
18297 "cap-rand",
18298 "cap-std",
18299 "cap-time-ext",
18300 "fs-set-times",
18301 "futures 0.3.31",
18302 "io-extras",
18303 "io-lifetimes",
18304 "rustix 0.38.44",
18305 "system-interface",
18306 "thiserror 1.0.69",
18307 "tokio",
18308 "tracing",
18309 "trait-variant",
18310 "url",
18311 "wasmtime",
18312 "wiggle",
18313 "windows-sys 0.59.0",
18314]
18315
18316[[package]]
18317name = "wasmtime-winch"
18318version = "29.0.1"
18319source = "registry+https://github.com/rust-lang/crates.io-index"
18320checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18321dependencies = [
18322 "anyhow",
18323 "cranelift-codegen",
18324 "gimli",
18325 "object",
18326 "target-lexicon 0.13.2",
18327 "wasmparser 0.221.3",
18328 "wasmtime-cranelift",
18329 "wasmtime-environ",
18330 "winch-codegen",
18331]
18332
18333[[package]]
18334name = "wasmtime-wit-bindgen"
18335version = "29.0.1"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18338dependencies = [
18339 "anyhow",
18340 "heck 0.5.0",
18341 "indexmap 2.9.0",
18342 "wit-parser 0.221.3",
18343]
18344
18345[[package]]
18346name = "wast"
18347version = "35.0.2"
18348source = "registry+https://github.com/rust-lang/crates.io-index"
18349checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18350dependencies = [
18351 "leb128",
18352]
18353
18354[[package]]
18355name = "watch"
18356version = "0.1.0"
18357dependencies = [
18358 "ctor",
18359 "futures 0.3.31",
18360 "gpui",
18361 "parking_lot",
18362 "rand 0.9.1",
18363 "workspace-hack",
18364 "zlog",
18365]
18366
18367[[package]]
18368name = "wayland-backend"
18369version = "0.3.8"
18370source = "registry+https://github.com/rust-lang/crates.io-index"
18371checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18372dependencies = [
18373 "cc",
18374 "downcast-rs",
18375 "rustix 0.38.44",
18376 "scoped-tls",
18377 "smallvec",
18378 "wayland-sys",
18379]
18380
18381[[package]]
18382name = "wayland-client"
18383version = "0.31.8"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18386dependencies = [
18387 "bitflags 2.9.0",
18388 "rustix 0.38.44",
18389 "wayland-backend",
18390 "wayland-scanner",
18391]
18392
18393[[package]]
18394name = "wayland-cursor"
18395version = "0.31.8"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18398dependencies = [
18399 "rustix 0.38.44",
18400 "wayland-client",
18401 "xcursor",
18402]
18403
18404[[package]]
18405name = "wayland-protocols"
18406version = "0.31.2"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18409dependencies = [
18410 "bitflags 2.9.0",
18411 "wayland-backend",
18412 "wayland-client",
18413 "wayland-scanner",
18414]
18415
18416[[package]]
18417name = "wayland-protocols-plasma"
18418version = "0.2.0"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18421dependencies = [
18422 "bitflags 2.9.0",
18423 "wayland-backend",
18424 "wayland-client",
18425 "wayland-protocols",
18426 "wayland-scanner",
18427]
18428
18429[[package]]
18430name = "wayland-scanner"
18431version = "0.31.6"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18434dependencies = [
18435 "proc-macro2",
18436 "quick-xml 0.37.4",
18437 "quote",
18438]
18439
18440[[package]]
18441name = "wayland-sys"
18442version = "0.31.6"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18445dependencies = [
18446 "dlib",
18447 "log",
18448 "once_cell",
18449 "pkg-config",
18450]
18451
18452[[package]]
18453name = "web-sys"
18454version = "0.3.77"
18455source = "registry+https://github.com/rust-lang/crates.io-index"
18456checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18457dependencies = [
18458 "js-sys",
18459 "wasm-bindgen",
18460]
18461
18462[[package]]
18463name = "web-time"
18464version = "1.1.0"
18465source = "registry+https://github.com/rust-lang/crates.io-index"
18466checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18467dependencies = [
18468 "js-sys",
18469 "wasm-bindgen",
18470]
18471
18472[[package]]
18473name = "web_atoms"
18474version = "0.1.0"
18475source = "registry+https://github.com/rust-lang/crates.io-index"
18476checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18477dependencies = [
18478 "phf",
18479 "phf_codegen",
18480 "string_cache",
18481 "string_cache_codegen",
18482]
18483
18484[[package]]
18485name = "web_search"
18486version = "0.1.0"
18487dependencies = [
18488 "anyhow",
18489 "cloud_llm_client",
18490 "collections",
18491 "gpui",
18492 "serde",
18493 "workspace-hack",
18494]
18495
18496[[package]]
18497name = "web_search_providers"
18498version = "0.1.0"
18499dependencies = [
18500 "anyhow",
18501 "client",
18502 "cloud_llm_client",
18503 "futures 0.3.31",
18504 "gpui",
18505 "http_client",
18506 "language_model",
18507 "serde",
18508 "serde_json",
18509 "web_search",
18510 "workspace-hack",
18511]
18512
18513[[package]]
18514name = "webpki-root-certs"
18515version = "0.26.8"
18516source = "registry+https://github.com/rust-lang/crates.io-index"
18517checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18518dependencies = [
18519 "rustls-pki-types",
18520]
18521
18522[[package]]
18523name = "webpki-roots"
18524version = "0.26.8"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18527dependencies = [
18528 "rustls-pki-types",
18529]
18530
18531[[package]]
18532name = "webrtc-sys"
18533version = "0.3.7"
18534source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18535dependencies = [
18536 "cc",
18537 "cxx",
18538 "cxx-build",
18539 "glob",
18540 "log",
18541 "webrtc-sys-build",
18542]
18543
18544[[package]]
18545name = "webrtc-sys-build"
18546version = "0.3.6"
18547source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18548dependencies = [
18549 "fs2",
18550 "regex",
18551 "reqwest 0.11.27",
18552 "scratch",
18553 "semver",
18554 "zip 0.6.6",
18555]
18556
18557[[package]]
18558name = "weezl"
18559version = "0.1.8"
18560source = "registry+https://github.com/rust-lang/crates.io-index"
18561checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18562
18563[[package]]
18564name = "which"
18565version = "4.4.2"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18568dependencies = [
18569 "either",
18570 "home",
18571 "once_cell",
18572 "rustix 0.38.44",
18573]
18574
18575[[package]]
18576name = "which"
18577version = "6.0.3"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18580dependencies = [
18581 "either",
18582 "home",
18583 "rustix 0.38.44",
18584 "winsafe",
18585]
18586
18587[[package]]
18588name = "whoami"
18589version = "1.6.0"
18590source = "registry+https://github.com/rust-lang/crates.io-index"
18591checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18592dependencies = [
18593 "redox_syscall 0.5.11",
18594 "wasite",
18595]
18596
18597[[package]]
18598name = "wiggle"
18599version = "29.0.1"
18600source = "registry+https://github.com/rust-lang/crates.io-index"
18601checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18602dependencies = [
18603 "anyhow",
18604 "async-trait",
18605 "bitflags 2.9.0",
18606 "thiserror 1.0.69",
18607 "tracing",
18608 "wasmtime",
18609 "wiggle-macro",
18610]
18611
18612[[package]]
18613name = "wiggle-generate"
18614version = "29.0.1"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18617dependencies = [
18618 "anyhow",
18619 "heck 0.5.0",
18620 "proc-macro2",
18621 "quote",
18622 "shellexpand 2.1.2",
18623 "syn 2.0.101",
18624 "witx",
18625]
18626
18627[[package]]
18628name = "wiggle-macro"
18629version = "29.0.1"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18632dependencies = [
18633 "proc-macro2",
18634 "quote",
18635 "syn 2.0.101",
18636 "wiggle-generate",
18637]
18638
18639[[package]]
18640name = "winapi"
18641version = "0.3.9"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18644dependencies = [
18645 "winapi-i686-pc-windows-gnu",
18646 "winapi-x86_64-pc-windows-gnu",
18647]
18648
18649[[package]]
18650name = "winapi-i686-pc-windows-gnu"
18651version = "0.4.0"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18654
18655[[package]]
18656name = "winapi-util"
18657version = "0.1.9"
18658source = "registry+https://github.com/rust-lang/crates.io-index"
18659checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18660dependencies = [
18661 "windows-sys 0.59.0",
18662]
18663
18664[[package]]
18665name = "winapi-x86_64-pc-windows-gnu"
18666version = "0.4.0"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18669
18670[[package]]
18671name = "winch-codegen"
18672version = "29.0.1"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18675dependencies = [
18676 "anyhow",
18677 "cranelift-codegen",
18678 "gimli",
18679 "regalloc2",
18680 "smallvec",
18681 "target-lexicon 0.13.2",
18682 "thiserror 1.0.69",
18683 "wasmparser 0.221.3",
18684 "wasmtime-cranelift",
18685 "wasmtime-environ",
18686]
18687
18688[[package]]
18689name = "windows"
18690version = "0.54.0"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18693dependencies = [
18694 "windows-core 0.54.0",
18695 "windows-targets 0.52.6",
18696]
18697
18698[[package]]
18699name = "windows"
18700version = "0.57.0"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18703dependencies = [
18704 "windows-core 0.57.0",
18705 "windows-targets 0.52.6",
18706]
18707
18708[[package]]
18709name = "windows"
18710version = "0.58.0"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18713dependencies = [
18714 "windows-core 0.58.0",
18715 "windows-targets 0.52.6",
18716]
18717
18718[[package]]
18719name = "windows"
18720version = "0.61.1"
18721source = "registry+https://github.com/rust-lang/crates.io-index"
18722checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18723dependencies = [
18724 "windows-collections",
18725 "windows-core 0.61.0",
18726 "windows-future",
18727 "windows-link 0.1.1",
18728 "windows-numerics",
18729]
18730
18731[[package]]
18732name = "windows-capture"
18733version = "1.4.3"
18734source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18735dependencies = [
18736 "clap",
18737 "ctrlc",
18738 "parking_lot",
18739 "rayon",
18740 "thiserror 2.0.12",
18741 "windows 0.61.1",
18742 "windows-future",
18743]
18744
18745[[package]]
18746name = "windows-collections"
18747version = "0.2.0"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18750dependencies = [
18751 "windows-core 0.61.0",
18752]
18753
18754[[package]]
18755name = "windows-core"
18756version = "0.54.0"
18757source = "registry+https://github.com/rust-lang/crates.io-index"
18758checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18759dependencies = [
18760 "windows-result 0.1.2",
18761 "windows-targets 0.52.6",
18762]
18763
18764[[package]]
18765name = "windows-core"
18766version = "0.57.0"
18767source = "registry+https://github.com/rust-lang/crates.io-index"
18768checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18769dependencies = [
18770 "windows-implement 0.57.0",
18771 "windows-interface 0.57.0",
18772 "windows-result 0.1.2",
18773 "windows-targets 0.52.6",
18774]
18775
18776[[package]]
18777name = "windows-core"
18778version = "0.58.0"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18781dependencies = [
18782 "windows-implement 0.58.0",
18783 "windows-interface 0.58.0",
18784 "windows-result 0.2.0",
18785 "windows-strings 0.1.0",
18786 "windows-targets 0.52.6",
18787]
18788
18789[[package]]
18790name = "windows-core"
18791version = "0.61.0"
18792source = "registry+https://github.com/rust-lang/crates.io-index"
18793checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18794dependencies = [
18795 "windows-implement 0.60.0",
18796 "windows-interface 0.59.1",
18797 "windows-link 0.1.1",
18798 "windows-result 0.3.2",
18799 "windows-strings 0.4.0",
18800]
18801
18802[[package]]
18803name = "windows-future"
18804version = "0.2.0"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18807dependencies = [
18808 "windows-core 0.61.0",
18809 "windows-link 0.1.1",
18810]
18811
18812[[package]]
18813name = "windows-implement"
18814version = "0.57.0"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18817dependencies = [
18818 "proc-macro2",
18819 "quote",
18820 "syn 2.0.101",
18821]
18822
18823[[package]]
18824name = "windows-implement"
18825version = "0.58.0"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18828dependencies = [
18829 "proc-macro2",
18830 "quote",
18831 "syn 2.0.101",
18832]
18833
18834[[package]]
18835name = "windows-implement"
18836version = "0.60.0"
18837source = "registry+https://github.com/rust-lang/crates.io-index"
18838checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18839dependencies = [
18840 "proc-macro2",
18841 "quote",
18842 "syn 2.0.101",
18843]
18844
18845[[package]]
18846name = "windows-interface"
18847version = "0.57.0"
18848source = "registry+https://github.com/rust-lang/crates.io-index"
18849checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18850dependencies = [
18851 "proc-macro2",
18852 "quote",
18853 "syn 2.0.101",
18854]
18855
18856[[package]]
18857name = "windows-interface"
18858version = "0.58.0"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18861dependencies = [
18862 "proc-macro2",
18863 "quote",
18864 "syn 2.0.101",
18865]
18866
18867[[package]]
18868name = "windows-interface"
18869version = "0.59.1"
18870source = "registry+https://github.com/rust-lang/crates.io-index"
18871checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18872dependencies = [
18873 "proc-macro2",
18874 "quote",
18875 "syn 2.0.101",
18876]
18877
18878[[package]]
18879name = "windows-link"
18880version = "0.1.1"
18881source = "registry+https://github.com/rust-lang/crates.io-index"
18882checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18883
18884[[package]]
18885name = "windows-link"
18886version = "0.2.0"
18887source = "registry+https://github.com/rust-lang/crates.io-index"
18888checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18889
18890[[package]]
18891name = "windows-numerics"
18892version = "0.2.0"
18893source = "registry+https://github.com/rust-lang/crates.io-index"
18894checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18895dependencies = [
18896 "windows-core 0.61.0",
18897 "windows-link 0.1.1",
18898]
18899
18900[[package]]
18901name = "windows-registry"
18902version = "0.4.0"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18905dependencies = [
18906 "windows-result 0.3.2",
18907 "windows-strings 0.3.1",
18908 "windows-targets 0.53.2",
18909]
18910
18911[[package]]
18912name = "windows-registry"
18913version = "0.5.1"
18914source = "registry+https://github.com/rust-lang/crates.io-index"
18915checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18916dependencies = [
18917 "windows-link 0.1.1",
18918 "windows-result 0.3.2",
18919 "windows-strings 0.4.0",
18920]
18921
18922[[package]]
18923name = "windows-registry"
18924version = "0.6.0"
18925source = "registry+https://github.com/rust-lang/crates.io-index"
18926checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18927dependencies = [
18928 "windows-link 0.2.0",
18929 "windows-result 0.4.0",
18930 "windows-strings 0.5.0",
18931]
18932
18933[[package]]
18934name = "windows-result"
18935version = "0.1.2"
18936source = "registry+https://github.com/rust-lang/crates.io-index"
18937checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18938dependencies = [
18939 "windows-targets 0.52.6",
18940]
18941
18942[[package]]
18943name = "windows-result"
18944version = "0.2.0"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18947dependencies = [
18948 "windows-targets 0.52.6",
18949]
18950
18951[[package]]
18952name = "windows-result"
18953version = "0.3.2"
18954source = "registry+https://github.com/rust-lang/crates.io-index"
18955checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18956dependencies = [
18957 "windows-link 0.1.1",
18958]
18959
18960[[package]]
18961name = "windows-result"
18962version = "0.4.0"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18965dependencies = [
18966 "windows-link 0.2.0",
18967]
18968
18969[[package]]
18970name = "windows-strings"
18971version = "0.1.0"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18974dependencies = [
18975 "windows-result 0.2.0",
18976 "windows-targets 0.52.6",
18977]
18978
18979[[package]]
18980name = "windows-strings"
18981version = "0.3.1"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18984dependencies = [
18985 "windows-link 0.1.1",
18986]
18987
18988[[package]]
18989name = "windows-strings"
18990version = "0.4.0"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18993dependencies = [
18994 "windows-link 0.1.1",
18995]
18996
18997[[package]]
18998name = "windows-strings"
18999version = "0.5.0"
19000source = "registry+https://github.com/rust-lang/crates.io-index"
19001checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
19002dependencies = [
19003 "windows-link 0.2.0",
19004]
19005
19006[[package]]
19007name = "windows-sys"
19008version = "0.45.0"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19011dependencies = [
19012 "windows-targets 0.42.2",
19013]
19014
19015[[package]]
19016name = "windows-sys"
19017version = "0.48.0"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19020dependencies = [
19021 "windows-targets 0.48.5",
19022]
19023
19024[[package]]
19025name = "windows-sys"
19026version = "0.52.0"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19029dependencies = [
19030 "windows-targets 0.52.6",
19031]
19032
19033[[package]]
19034name = "windows-sys"
19035version = "0.59.0"
19036source = "registry+https://github.com/rust-lang/crates.io-index"
19037checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19038dependencies = [
19039 "windows-targets 0.52.6",
19040]
19041
19042[[package]]
19043name = "windows-sys"
19044version = "0.60.2"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19047dependencies = [
19048 "windows-targets 0.53.2",
19049]
19050
19051[[package]]
19052name = "windows-sys"
19053version = "0.61.0"
19054source = "registry+https://github.com/rust-lang/crates.io-index"
19055checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19056dependencies = [
19057 "windows-link 0.2.0",
19058]
19059
19060[[package]]
19061name = "windows-targets"
19062version = "0.42.2"
19063source = "registry+https://github.com/rust-lang/crates.io-index"
19064checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19065dependencies = [
19066 "windows_aarch64_gnullvm 0.42.2",
19067 "windows_aarch64_msvc 0.42.2",
19068 "windows_i686_gnu 0.42.2",
19069 "windows_i686_msvc 0.42.2",
19070 "windows_x86_64_gnu 0.42.2",
19071 "windows_x86_64_gnullvm 0.42.2",
19072 "windows_x86_64_msvc 0.42.2",
19073]
19074
19075[[package]]
19076name = "windows-targets"
19077version = "0.48.5"
19078source = "registry+https://github.com/rust-lang/crates.io-index"
19079checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19080dependencies = [
19081 "windows_aarch64_gnullvm 0.48.5",
19082 "windows_aarch64_msvc 0.48.5",
19083 "windows_i686_gnu 0.48.5",
19084 "windows_i686_msvc 0.48.5",
19085 "windows_x86_64_gnu 0.48.5",
19086 "windows_x86_64_gnullvm 0.48.5",
19087 "windows_x86_64_msvc 0.48.5",
19088]
19089
19090[[package]]
19091name = "windows-targets"
19092version = "0.52.6"
19093source = "registry+https://github.com/rust-lang/crates.io-index"
19094checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19095dependencies = [
19096 "windows_aarch64_gnullvm 0.52.6",
19097 "windows_aarch64_msvc 0.52.6",
19098 "windows_i686_gnu 0.52.6",
19099 "windows_i686_gnullvm 0.52.6",
19100 "windows_i686_msvc 0.52.6",
19101 "windows_x86_64_gnu 0.52.6",
19102 "windows_x86_64_gnullvm 0.52.6",
19103 "windows_x86_64_msvc 0.52.6",
19104]
19105
19106[[package]]
19107name = "windows-targets"
19108version = "0.53.2"
19109source = "registry+https://github.com/rust-lang/crates.io-index"
19110checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19111dependencies = [
19112 "windows_aarch64_gnullvm 0.53.0",
19113 "windows_aarch64_msvc 0.53.0",
19114 "windows_i686_gnu 0.53.0",
19115 "windows_i686_gnullvm 0.53.0",
19116 "windows_i686_msvc 0.53.0",
19117 "windows_x86_64_gnu 0.53.0",
19118 "windows_x86_64_gnullvm 0.53.0",
19119 "windows_x86_64_msvc 0.53.0",
19120]
19121
19122[[package]]
19123name = "windows_aarch64_gnullvm"
19124version = "0.42.2"
19125source = "registry+https://github.com/rust-lang/crates.io-index"
19126checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19127
19128[[package]]
19129name = "windows_aarch64_gnullvm"
19130version = "0.48.5"
19131source = "registry+https://github.com/rust-lang/crates.io-index"
19132checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19133
19134[[package]]
19135name = "windows_aarch64_gnullvm"
19136version = "0.52.6"
19137source = "registry+https://github.com/rust-lang/crates.io-index"
19138checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19139
19140[[package]]
19141name = "windows_aarch64_gnullvm"
19142version = "0.53.0"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19145
19146[[package]]
19147name = "windows_aarch64_msvc"
19148version = "0.42.2"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19151
19152[[package]]
19153name = "windows_aarch64_msvc"
19154version = "0.48.5"
19155source = "registry+https://github.com/rust-lang/crates.io-index"
19156checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19157
19158[[package]]
19159name = "windows_aarch64_msvc"
19160version = "0.52.6"
19161source = "registry+https://github.com/rust-lang/crates.io-index"
19162checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19163
19164[[package]]
19165name = "windows_aarch64_msvc"
19166version = "0.53.0"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19169
19170[[package]]
19171name = "windows_i686_gnu"
19172version = "0.42.2"
19173source = "registry+https://github.com/rust-lang/crates.io-index"
19174checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19175
19176[[package]]
19177name = "windows_i686_gnu"
19178version = "0.48.5"
19179source = "registry+https://github.com/rust-lang/crates.io-index"
19180checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19181
19182[[package]]
19183name = "windows_i686_gnu"
19184version = "0.52.6"
19185source = "registry+https://github.com/rust-lang/crates.io-index"
19186checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19187
19188[[package]]
19189name = "windows_i686_gnu"
19190version = "0.53.0"
19191source = "registry+https://github.com/rust-lang/crates.io-index"
19192checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19193
19194[[package]]
19195name = "windows_i686_gnullvm"
19196version = "0.52.6"
19197source = "registry+https://github.com/rust-lang/crates.io-index"
19198checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19199
19200[[package]]
19201name = "windows_i686_gnullvm"
19202version = "0.53.0"
19203source = "registry+https://github.com/rust-lang/crates.io-index"
19204checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19205
19206[[package]]
19207name = "windows_i686_msvc"
19208version = "0.42.2"
19209source = "registry+https://github.com/rust-lang/crates.io-index"
19210checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19211
19212[[package]]
19213name = "windows_i686_msvc"
19214version = "0.48.5"
19215source = "registry+https://github.com/rust-lang/crates.io-index"
19216checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19217
19218[[package]]
19219name = "windows_i686_msvc"
19220version = "0.52.6"
19221source = "registry+https://github.com/rust-lang/crates.io-index"
19222checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19223
19224[[package]]
19225name = "windows_i686_msvc"
19226version = "0.53.0"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19229
19230[[package]]
19231name = "windows_x86_64_gnu"
19232version = "0.42.2"
19233source = "registry+https://github.com/rust-lang/crates.io-index"
19234checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19235
19236[[package]]
19237name = "windows_x86_64_gnu"
19238version = "0.48.5"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19241
19242[[package]]
19243name = "windows_x86_64_gnu"
19244version = "0.52.6"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19247
19248[[package]]
19249name = "windows_x86_64_gnu"
19250version = "0.53.0"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19253
19254[[package]]
19255name = "windows_x86_64_gnullvm"
19256version = "0.42.2"
19257source = "registry+https://github.com/rust-lang/crates.io-index"
19258checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19259
19260[[package]]
19261name = "windows_x86_64_gnullvm"
19262version = "0.48.5"
19263source = "registry+https://github.com/rust-lang/crates.io-index"
19264checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19265
19266[[package]]
19267name = "windows_x86_64_gnullvm"
19268version = "0.52.6"
19269source = "registry+https://github.com/rust-lang/crates.io-index"
19270checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19271
19272[[package]]
19273name = "windows_x86_64_gnullvm"
19274version = "0.53.0"
19275source = "registry+https://github.com/rust-lang/crates.io-index"
19276checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19277
19278[[package]]
19279name = "windows_x86_64_msvc"
19280version = "0.42.2"
19281source = "registry+https://github.com/rust-lang/crates.io-index"
19282checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19283
19284[[package]]
19285name = "windows_x86_64_msvc"
19286version = "0.48.5"
19287source = "registry+https://github.com/rust-lang/crates.io-index"
19288checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19289
19290[[package]]
19291name = "windows_x86_64_msvc"
19292version = "0.52.6"
19293source = "registry+https://github.com/rust-lang/crates.io-index"
19294checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19295
19296[[package]]
19297name = "windows_x86_64_msvc"
19298version = "0.53.0"
19299source = "registry+https://github.com/rust-lang/crates.io-index"
19300checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19301
19302[[package]]
19303name = "winnow"
19304version = "0.7.6"
19305source = "registry+https://github.com/rust-lang/crates.io-index"
19306checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19307dependencies = [
19308 "memchr",
19309]
19310
19311[[package]]
19312name = "winreg"
19313version = "0.10.1"
19314source = "registry+https://github.com/rust-lang/crates.io-index"
19315checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19316dependencies = [
19317 "winapi",
19318]
19319
19320[[package]]
19321name = "winreg"
19322version = "0.50.0"
19323source = "registry+https://github.com/rust-lang/crates.io-index"
19324checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19325dependencies = [
19326 "cfg-if",
19327 "windows-sys 0.48.0",
19328]
19329
19330[[package]]
19331name = "winreg"
19332version = "0.52.0"
19333source = "registry+https://github.com/rust-lang/crates.io-index"
19334checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19335dependencies = [
19336 "cfg-if",
19337 "windows-sys 0.48.0",
19338]
19339
19340[[package]]
19341name = "winreg"
19342version = "0.55.0"
19343source = "registry+https://github.com/rust-lang/crates.io-index"
19344checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19345dependencies = [
19346 "cfg-if",
19347 "windows-sys 0.59.0",
19348]
19349
19350[[package]]
19351name = "winresource"
19352version = "0.1.20"
19353source = "registry+https://github.com/rust-lang/crates.io-index"
19354checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19355dependencies = [
19356 "toml 0.8.20",
19357 "version_check",
19358]
19359
19360[[package]]
19361name = "winsafe"
19362version = "0.0.19"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19365
19366[[package]]
19367name = "winx"
19368version = "0.36.4"
19369source = "registry+https://github.com/rust-lang/crates.io-index"
19370checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19371dependencies = [
19372 "bitflags 2.9.0",
19373 "windows-sys 0.59.0",
19374]
19375
19376[[package]]
19377name = "wio"
19378version = "0.2.2"
19379source = "registry+https://github.com/rust-lang/crates.io-index"
19380checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19381dependencies = [
19382 "winapi",
19383]
19384
19385[[package]]
19386name = "wit-bindgen"
19387version = "0.22.0"
19388source = "registry+https://github.com/rust-lang/crates.io-index"
19389checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19390dependencies = [
19391 "bitflags 2.9.0",
19392 "wit-bindgen-rt 0.22.0",
19393 "wit-bindgen-rust-macro 0.22.0",
19394]
19395
19396[[package]]
19397name = "wit-bindgen"
19398version = "0.41.0"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19401dependencies = [
19402 "wit-bindgen-rt 0.41.0",
19403 "wit-bindgen-rust-macro 0.41.0",
19404]
19405
19406[[package]]
19407name = "wit-bindgen-core"
19408version = "0.22.0"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19411dependencies = [
19412 "anyhow",
19413 "wit-parser 0.201.0",
19414]
19415
19416[[package]]
19417name = "wit-bindgen-core"
19418version = "0.41.0"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19421dependencies = [
19422 "anyhow",
19423 "heck 0.5.0",
19424 "wit-parser 0.227.1",
19425]
19426
19427[[package]]
19428name = "wit-bindgen-rt"
19429version = "0.22.0"
19430source = "registry+https://github.com/rust-lang/crates.io-index"
19431checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19432
19433[[package]]
19434name = "wit-bindgen-rt"
19435version = "0.39.0"
19436source = "registry+https://github.com/rust-lang/crates.io-index"
19437checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19438dependencies = [
19439 "bitflags 2.9.0",
19440]
19441
19442[[package]]
19443name = "wit-bindgen-rt"
19444version = "0.41.0"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19447dependencies = [
19448 "bitflags 2.9.0",
19449 "futures 0.3.31",
19450 "once_cell",
19451]
19452
19453[[package]]
19454name = "wit-bindgen-rust"
19455version = "0.22.0"
19456source = "registry+https://github.com/rust-lang/crates.io-index"
19457checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19458dependencies = [
19459 "anyhow",
19460 "heck 0.4.1",
19461 "indexmap 2.9.0",
19462 "wasm-metadata 0.201.0",
19463 "wit-bindgen-core 0.22.0",
19464 "wit-component 0.201.0",
19465]
19466
19467[[package]]
19468name = "wit-bindgen-rust"
19469version = "0.41.0"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19472dependencies = [
19473 "anyhow",
19474 "heck 0.5.0",
19475 "indexmap 2.9.0",
19476 "prettyplease",
19477 "syn 2.0.101",
19478 "wasm-metadata 0.227.1",
19479 "wit-bindgen-core 0.41.0",
19480 "wit-component 0.227.1",
19481]
19482
19483[[package]]
19484name = "wit-bindgen-rust-macro"
19485version = "0.22.0"
19486source = "registry+https://github.com/rust-lang/crates.io-index"
19487checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19488dependencies = [
19489 "anyhow",
19490 "proc-macro2",
19491 "quote",
19492 "syn 2.0.101",
19493 "wit-bindgen-core 0.22.0",
19494 "wit-bindgen-rust 0.22.0",
19495]
19496
19497[[package]]
19498name = "wit-bindgen-rust-macro"
19499version = "0.41.0"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19502dependencies = [
19503 "anyhow",
19504 "prettyplease",
19505 "proc-macro2",
19506 "quote",
19507 "syn 2.0.101",
19508 "wit-bindgen-core 0.41.0",
19509 "wit-bindgen-rust 0.41.0",
19510]
19511
19512[[package]]
19513name = "wit-component"
19514version = "0.201.0"
19515source = "registry+https://github.com/rust-lang/crates.io-index"
19516checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19517dependencies = [
19518 "anyhow",
19519 "bitflags 2.9.0",
19520 "indexmap 2.9.0",
19521 "log",
19522 "serde",
19523 "serde_derive",
19524 "serde_json",
19525 "wasm-encoder 0.201.0",
19526 "wasm-metadata 0.201.0",
19527 "wasmparser 0.201.0",
19528 "wit-parser 0.201.0",
19529]
19530
19531[[package]]
19532name = "wit-component"
19533version = "0.227.1"
19534source = "registry+https://github.com/rust-lang/crates.io-index"
19535checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19536dependencies = [
19537 "anyhow",
19538 "bitflags 2.9.0",
19539 "indexmap 2.9.0",
19540 "log",
19541 "serde",
19542 "serde_derive",
19543 "serde_json",
19544 "wasm-encoder 0.227.1",
19545 "wasm-metadata 0.227.1",
19546 "wasmparser 0.227.1",
19547 "wit-parser 0.227.1",
19548]
19549
19550[[package]]
19551name = "wit-parser"
19552version = "0.201.0"
19553source = "registry+https://github.com/rust-lang/crates.io-index"
19554checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19555dependencies = [
19556 "anyhow",
19557 "id-arena",
19558 "indexmap 2.9.0",
19559 "log",
19560 "semver",
19561 "serde",
19562 "serde_derive",
19563 "serde_json",
19564 "unicode-xid",
19565 "wasmparser 0.201.0",
19566]
19567
19568[[package]]
19569name = "wit-parser"
19570version = "0.221.3"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19573dependencies = [
19574 "anyhow",
19575 "id-arena",
19576 "indexmap 2.9.0",
19577 "log",
19578 "semver",
19579 "serde",
19580 "serde_derive",
19581 "serde_json",
19582 "unicode-xid",
19583 "wasmparser 0.221.3",
19584]
19585
19586[[package]]
19587name = "wit-parser"
19588version = "0.227.1"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19591dependencies = [
19592 "anyhow",
19593 "id-arena",
19594 "indexmap 2.9.0",
19595 "log",
19596 "semver",
19597 "serde",
19598 "serde_derive",
19599 "serde_json",
19600 "unicode-xid",
19601 "wasmparser 0.227.1",
19602]
19603
19604[[package]]
19605name = "witx"
19606version = "0.9.1"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19609dependencies = [
19610 "anyhow",
19611 "log",
19612 "thiserror 1.0.69",
19613 "wast",
19614]
19615
19616[[package]]
19617name = "workspace"
19618version = "0.1.0"
19619dependencies = [
19620 "any_vec",
19621 "anyhow",
19622 "async-recursion",
19623 "call",
19624 "client",
19625 "clock",
19626 "collections",
19627 "component",
19628 "dap",
19629 "db",
19630 "fs",
19631 "futures 0.3.31",
19632 "gpui",
19633 "http_client",
19634 "itertools 0.14.0",
19635 "language",
19636 "log",
19637 "menu",
19638 "node_runtime",
19639 "parking_lot",
19640 "postage",
19641 "pretty_assertions",
19642 "project",
19643 "remote",
19644 "schemars 1.0.1",
19645 "serde",
19646 "serde_json",
19647 "session",
19648 "settings",
19649 "smallvec",
19650 "sqlez",
19651 "strum 0.27.1",
19652 "task",
19653 "telemetry",
19654 "tempfile",
19655 "theme",
19656 "ui",
19657 "util",
19658 "uuid",
19659 "windows 0.61.1",
19660 "workspace-hack",
19661 "zed_actions",
19662 "zlog",
19663]
19664
19665[[package]]
19666name = "workspace-hack"
19667version = "0.1.0"
19668dependencies = [
19669 "aes",
19670 "ahash 0.8.11",
19671 "aho-corasick",
19672 "anstream",
19673 "arrayvec",
19674 "async-compression",
19675 "async-std",
19676 "async-tungstenite",
19677 "aws-config",
19678 "aws-credential-types",
19679 "aws-runtime",
19680 "aws-sigv4",
19681 "aws-smithy-async",
19682 "aws-smithy-http",
19683 "aws-smithy-runtime",
19684 "aws-smithy-runtime-api",
19685 "aws-smithy-types",
19686 "base64 0.22.1",
19687 "base64ct",
19688 "bigdecimal",
19689 "bit-set 0.8.0",
19690 "bit-vec 0.8.0",
19691 "bitflags 2.9.0",
19692 "bstr",
19693 "bytemuck",
19694 "byteorder",
19695 "bytes 1.10.1",
19696 "cc",
19697 "chrono",
19698 "cipher",
19699 "clap",
19700 "clap_builder",
19701 "codespan-reporting 0.12.0",
19702 "concurrent-queue",
19703 "core-foundation 0.9.4",
19704 "core-foundation-sys",
19705 "cranelift-codegen",
19706 "crc32fast",
19707 "crossbeam-channel",
19708 "crossbeam-epoch",
19709 "crossbeam-utils",
19710 "crypto-common",
19711 "deranged",
19712 "digest",
19713 "either",
19714 "euclid",
19715 "event-listener 5.4.0",
19716 "event-listener-strategy",
19717 "flate2",
19718 "flume",
19719 "foldhash",
19720 "form_urlencoded",
19721 "futures 0.3.31",
19722 "futures-channel",
19723 "futures-core",
19724 "futures-executor",
19725 "futures-io",
19726 "futures-sink",
19727 "futures-task",
19728 "futures-util",
19729 "getrandom 0.2.15",
19730 "getrandom 0.3.2",
19731 "gimli",
19732 "half",
19733 "handlebars 4.5.0",
19734 "hashbrown 0.14.5",
19735 "hashbrown 0.15.3",
19736 "heck 0.4.1",
19737 "hmac",
19738 "hyper 0.14.32",
19739 "hyper-rustls 0.27.5",
19740 "idna",
19741 "indexmap 2.9.0",
19742 "inout",
19743 "itertools 0.12.1",
19744 "itertools 0.13.0",
19745 "lazy_static",
19746 "libc",
19747 "libsqlite3-sys",
19748 "linux-raw-sys 0.4.15",
19749 "linux-raw-sys 0.9.4",
19750 "livekit-runtime",
19751 "log",
19752 "lyon",
19753 "lyon_path",
19754 "md-5",
19755 "memchr",
19756 "memmap2",
19757 "mime_guess",
19758 "miniz_oxide",
19759 "mio 1.0.3",
19760 "naga",
19761 "nix 0.28.0",
19762 "nix 0.29.0",
19763 "nix 0.30.1",
19764 "nom 7.1.3",
19765 "num-bigint",
19766 "num-bigint-dig",
19767 "num-complex",
19768 "num-integer",
19769 "num-iter",
19770 "num-rational",
19771 "num-traits",
19772 "objc2",
19773 "objc2-core-foundation",
19774 "objc2-foundation",
19775 "objc2-metal",
19776 "object",
19777 "once_cell",
19778 "percent-encoding",
19779 "phf",
19780 "phf_shared",
19781 "prettyplease",
19782 "proc-macro2",
19783 "prost 0.12.6",
19784 "prost 0.9.0",
19785 "prost-types 0.9.0",
19786 "quote",
19787 "rand 0.8.5",
19788 "rand 0.9.1",
19789 "rand_chacha 0.3.1",
19790 "rand_core 0.6.4",
19791 "rand_distr",
19792 "regalloc2",
19793 "regex",
19794 "regex-automata",
19795 "regex-syntax",
19796 "ring",
19797 "rust_decimal",
19798 "rustc-hash 1.1.0",
19799 "rustix 0.38.44",
19800 "rustix 1.0.7",
19801 "rustls 0.23.26",
19802 "rustls-webpki 0.103.1",
19803 "scopeguard",
19804 "sea-orm",
19805 "sea-query-binder",
19806 "security-framework 3.2.0",
19807 "security-framework-sys",
19808 "semver",
19809 "serde",
19810 "serde_core",
19811 "serde_json",
19812 "simd-adler32",
19813 "smallvec",
19814 "spin",
19815 "sqlx",
19816 "sqlx-macros",
19817 "sqlx-macros-core",
19818 "sqlx-postgres",
19819 "sqlx-sqlite",
19820 "stable_deref_trait",
19821 "strum 0.26.3",
19822 "subtle",
19823 "syn 1.0.109",
19824 "syn 2.0.101",
19825 "sync_wrapper 1.0.2",
19826 "thiserror 2.0.12",
19827 "time",
19828 "time-macros",
19829 "tokio",
19830 "tokio-rustls 0.26.2",
19831 "tokio-socks",
19832 "tokio-stream",
19833 "tokio-util",
19834 "toml_datetime",
19835 "toml_edit",
19836 "tower 0.5.2",
19837 "tracing",
19838 "tracing-core",
19839 "tungstenite 0.26.2",
19840 "unicode-properties",
19841 "url",
19842 "uuid",
19843 "wasmparser 0.221.3",
19844 "wasmtime",
19845 "wasmtime-cranelift",
19846 "wasmtime-environ",
19847 "winapi",
19848 "windows-core 0.61.0",
19849 "windows-numerics",
19850 "windows-sys 0.48.0",
19851 "windows-sys 0.52.0",
19852 "windows-sys 0.59.0",
19853 "windows-sys 0.61.0",
19854 "zeroize",
19855 "zvariant",
19856]
19857
19858[[package]]
19859name = "worktree"
19860version = "0.1.0"
19861dependencies = [
19862 "anyhow",
19863 "clock",
19864 "collections",
19865 "fs",
19866 "futures 0.3.31",
19867 "fuzzy",
19868 "git",
19869 "git2",
19870 "gpui",
19871 "http_client",
19872 "ignore",
19873 "language",
19874 "log",
19875 "parking_lot",
19876 "paths",
19877 "postage",
19878 "pretty_assertions",
19879 "rand 0.9.1",
19880 "rpc",
19881 "serde",
19882 "serde_json",
19883 "settings",
19884 "smallvec",
19885 "smol",
19886 "sum_tree",
19887 "text",
19888 "util",
19889 "workspace-hack",
19890 "zlog",
19891]
19892
19893[[package]]
19894name = "write16"
19895version = "1.0.0"
19896source = "registry+https://github.com/rust-lang/crates.io-index"
19897checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19898
19899[[package]]
19900name = "writeable"
19901version = "0.5.5"
19902source = "registry+https://github.com/rust-lang/crates.io-index"
19903checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19904
19905[[package]]
19906name = "wyz"
19907version = "0.5.1"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19910dependencies = [
19911 "tap",
19912]
19913
19914[[package]]
19915name = "x11"
19916version = "2.21.0"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19919dependencies = [
19920 "libc",
19921 "pkg-config",
19922]
19923
19924[[package]]
19925name = "x11-clipboard"
19926version = "0.9.3"
19927source = "registry+https://github.com/rust-lang/crates.io-index"
19928checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19929dependencies = [
19930 "libc",
19931 "x11rb",
19932]
19933
19934[[package]]
19935name = "x11rb"
19936version = "0.13.1"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19939dependencies = [
19940 "as-raw-xcb-connection",
19941 "gethostname",
19942 "libc",
19943 "rustix 0.38.44",
19944 "x11rb-protocol",
19945]
19946
19947[[package]]
19948name = "x11rb-protocol"
19949version = "0.13.1"
19950source = "registry+https://github.com/rust-lang/crates.io-index"
19951checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19952
19953[[package]]
19954name = "x_ai"
19955version = "0.1.0"
19956dependencies = [
19957 "anyhow",
19958 "schemars 1.0.1",
19959 "serde",
19960 "strum 0.27.1",
19961 "workspace-hack",
19962]
19963
19964[[package]]
19965name = "xattr"
19966version = "0.2.3"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19969dependencies = [
19970 "libc",
19971]
19972
19973[[package]]
19974name = "xcb"
19975version = "1.6.0"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19978dependencies = [
19979 "bitflags 1.3.2",
19980 "libc",
19981 "quick-xml 0.30.0",
19982 "x11",
19983]
19984
19985[[package]]
19986name = "xcursor"
19987version = "0.3.8"
19988source = "registry+https://github.com/rust-lang/crates.io-index"
19989checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19990
19991[[package]]
19992name = "xim"
19993version = "0.4.0"
19994source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19995dependencies = [
19996 "ahash 0.8.11",
19997 "hashbrown 0.14.5",
19998 "log",
19999 "x11rb",
20000 "xim-ctext",
20001 "xim-parser",
20002]
20003
20004[[package]]
20005name = "xim-ctext"
20006version = "0.3.0"
20007source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20008dependencies = [
20009 "encoding_rs",
20010]
20011
20012[[package]]
20013name = "xim-parser"
20014version = "0.2.1"
20015source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20016dependencies = [
20017 "bitflags 2.9.0",
20018]
20019
20020[[package]]
20021name = "xkbcommon"
20022version = "0.8.0"
20023source = "registry+https://github.com/rust-lang/crates.io-index"
20024checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20025dependencies = [
20026 "as-raw-xcb-connection",
20027 "libc",
20028 "memmap2",
20029 "xkeysym",
20030]
20031
20032[[package]]
20033name = "xkeysym"
20034version = "0.2.1"
20035source = "registry+https://github.com/rust-lang/crates.io-index"
20036checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20037
20038[[package]]
20039name = "xml5ever"
20040version = "0.18.1"
20041source = "registry+https://github.com/rust-lang/crates.io-index"
20042checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20043dependencies = [
20044 "log",
20045 "mac",
20046 "markup5ever 0.12.1",
20047]
20048
20049[[package]]
20050name = "xmlparser"
20051version = "0.13.6"
20052source = "registry+https://github.com/rust-lang/crates.io-index"
20053checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20054
20055[[package]]
20056name = "xmlwriter"
20057version = "0.1.0"
20058source = "registry+https://github.com/rust-lang/crates.io-index"
20059checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20060
20061[[package]]
20062name = "xtask"
20063version = "0.1.0"
20064dependencies = [
20065 "anyhow",
20066 "cargo_metadata",
20067 "cargo_toml",
20068 "clap",
20069 "workspace-hack",
20070]
20071
20072[[package]]
20073name = "yaml-rust2"
20074version = "0.8.1"
20075source = "registry+https://github.com/rust-lang/crates.io-index"
20076checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20077dependencies = [
20078 "arraydeque",
20079 "encoding_rs",
20080 "hashlink 0.8.4",
20081]
20082
20083[[package]]
20084name = "yansi"
20085version = "1.0.1"
20086source = "registry+https://github.com/rust-lang/crates.io-index"
20087checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20088
20089[[package]]
20090name = "yawc"
20091version = "0.2.5"
20092source = "registry+https://github.com/rust-lang/crates.io-index"
20093checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20094dependencies = [
20095 "base64 0.22.1",
20096 "bytes 1.10.1",
20097 "flate2",
20098 "futures 0.3.31",
20099 "http-body-util",
20100 "hyper 1.6.0",
20101 "hyper-util",
20102 "js-sys",
20103 "nom 8.0.0",
20104 "pin-project",
20105 "rand 0.8.5",
20106 "sha1",
20107 "thiserror 1.0.69",
20108 "tokio",
20109 "tokio-rustls 0.26.2",
20110 "tokio-util",
20111 "url",
20112 "wasm-bindgen",
20113 "wasm-bindgen-futures",
20114 "web-sys",
20115 "webpki-roots",
20116]
20117
20118[[package]]
20119name = "yazi"
20120version = "0.2.1"
20121source = "registry+https://github.com/rust-lang/crates.io-index"
20122checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20123
20124[[package]]
20125name = "yeslogic-fontconfig-sys"
20126version = "6.0.0"
20127source = "registry+https://github.com/rust-lang/crates.io-index"
20128checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20129dependencies = [
20130 "dlib",
20131 "once_cell",
20132 "pkg-config",
20133]
20134
20135[[package]]
20136name = "yoke"
20137version = "0.7.5"
20138source = "registry+https://github.com/rust-lang/crates.io-index"
20139checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20140dependencies = [
20141 "serde",
20142 "stable_deref_trait",
20143 "yoke-derive",
20144 "zerofrom",
20145]
20146
20147[[package]]
20148name = "yoke-derive"
20149version = "0.7.5"
20150source = "registry+https://github.com/rust-lang/crates.io-index"
20151checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20152dependencies = [
20153 "proc-macro2",
20154 "quote",
20155 "syn 2.0.101",
20156 "synstructure",
20157]
20158
20159[[package]]
20160name = "zbus"
20161version = "5.11.0"
20162source = "registry+https://github.com/rust-lang/crates.io-index"
20163checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20164dependencies = [
20165 "async-broadcast",
20166 "async-executor",
20167 "async-io",
20168 "async-lock",
20169 "async-process",
20170 "async-recursion",
20171 "async-task",
20172 "async-trait",
20173 "blocking",
20174 "enumflags2",
20175 "event-listener 5.4.0",
20176 "futures-core",
20177 "futures-lite 2.6.0",
20178 "hex",
20179 "nix 0.30.1",
20180 "ordered-stream",
20181 "serde",
20182 "serde_repr",
20183 "tracing",
20184 "uds_windows",
20185 "windows-sys 0.60.2",
20186 "winnow",
20187 "zbus_macros",
20188 "zbus_names",
20189 "zvariant",
20190]
20191
20192[[package]]
20193name = "zbus_macros"
20194version = "5.11.0"
20195source = "registry+https://github.com/rust-lang/crates.io-index"
20196checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20197dependencies = [
20198 "proc-macro-crate",
20199 "proc-macro2",
20200 "quote",
20201 "syn 2.0.101",
20202 "zbus_names",
20203 "zvariant",
20204 "zvariant_utils",
20205]
20206
20207[[package]]
20208name = "zbus_names"
20209version = "4.2.0"
20210source = "registry+https://github.com/rust-lang/crates.io-index"
20211checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20212dependencies = [
20213 "serde",
20214 "static_assertions",
20215 "winnow",
20216 "zvariant",
20217]
20218
20219[[package]]
20220name = "zed"
20221version = "0.207.0"
20222dependencies = [
20223 "acp_tools",
20224 "activity_indicator",
20225 "agent",
20226 "agent_settings",
20227 "agent_ui",
20228 "anyhow",
20229 "ashpd 0.11.0",
20230 "askpass",
20231 "assets",
20232 "assistant_tools",
20233 "audio",
20234 "auto_update",
20235 "auto_update_ui",
20236 "backtrace",
20237 "bincode",
20238 "breadcrumbs",
20239 "call",
20240 "channel",
20241 "clap",
20242 "cli",
20243 "client",
20244 "collab_ui",
20245 "collections",
20246 "command_palette",
20247 "component",
20248 "copilot",
20249 "crashes",
20250 "dap",
20251 "dap_adapters",
20252 "db",
20253 "debug_adapter_extension",
20254 "debugger_tools",
20255 "debugger_ui",
20256 "diagnostics",
20257 "edit_prediction_button",
20258 "editor",
20259 "env_logger 0.11.8",
20260 "extension",
20261 "extension_host",
20262 "extensions_ui",
20263 "feature_flags",
20264 "feedback",
20265 "file_finder",
20266 "fs",
20267 "futures 0.3.31",
20268 "git",
20269 "git_hosting_providers",
20270 "git_ui",
20271 "go_to_line",
20272 "gpui",
20273 "gpui_tokio",
20274 "http_client",
20275 "image_viewer",
20276 "inspector_ui",
20277 "install_cli",
20278 "itertools 0.14.0",
20279 "journal",
20280 "json_schema_store",
20281 "keymap_editor",
20282 "language",
20283 "language_extension",
20284 "language_model",
20285 "language_models",
20286 "language_onboarding",
20287 "language_selector",
20288 "language_tools",
20289 "languages",
20290 "line_ending_selector",
20291 "log",
20292 "markdown",
20293 "markdown_preview",
20294 "menu",
20295 "migrator",
20296 "mimalloc",
20297 "nc",
20298 "nix 0.29.0",
20299 "node_runtime",
20300 "notifications",
20301 "onboarding",
20302 "outline",
20303 "outline_panel",
20304 "parking_lot",
20305 "paths",
20306 "picker",
20307 "pretty_assertions",
20308 "profiling",
20309 "project",
20310 "project_panel",
20311 "project_symbols",
20312 "prompt_store",
20313 "proto",
20314 "recent_projects",
20315 "release_channel",
20316 "remote",
20317 "repl",
20318 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20319 "reqwest_client",
20320 "rope",
20321 "search",
20322 "serde",
20323 "serde_json",
20324 "session",
20325 "settings",
20326 "settings_profile_selector",
20327 "settings_ui",
20328 "shellexpand 2.1.2",
20329 "smol",
20330 "snippet_provider",
20331 "snippets_ui",
20332 "supermaven",
20333 "svg_preview",
20334 "sysinfo",
20335 "system_specs",
20336 "tab_switcher",
20337 "task",
20338 "tasks_ui",
20339 "telemetry",
20340 "telemetry_events",
20341 "terminal_view",
20342 "theme",
20343 "theme_extension",
20344 "theme_selector",
20345 "time",
20346 "title_bar",
20347 "toolchain_selector",
20348 "tree-sitter-md",
20349 "tree-sitter-rust",
20350 "ui",
20351 "ui_input",
20352 "ui_prompt",
20353 "url",
20354 "urlencoding",
20355 "util",
20356 "util_macros",
20357 "uuid",
20358 "vim",
20359 "vim_mode_setting",
20360 "watch",
20361 "web_search",
20362 "web_search_providers",
20363 "windows 0.61.1",
20364 "winresource",
20365 "workspace",
20366 "workspace-hack",
20367 "zed_actions",
20368 "zed_env_vars",
20369 "zeta",
20370 "zeta2",
20371 "zeta2_tools",
20372 "zlog",
20373 "zlog_settings",
20374]
20375
20376[[package]]
20377name = "zed_actions"
20378version = "0.1.0"
20379dependencies = [
20380 "gpui",
20381 "schemars 1.0.1",
20382 "serde",
20383 "uuid",
20384 "workspace-hack",
20385]
20386
20387[[package]]
20388name = "zed_env_vars"
20389version = "0.1.0"
20390dependencies = [
20391 "gpui",
20392 "workspace-hack",
20393]
20394
20395[[package]]
20396name = "zed_extension_api"
20397version = "0.1.0"
20398source = "registry+https://github.com/rust-lang/crates.io-index"
20399checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20400dependencies = [
20401 "serde",
20402 "serde_json",
20403 "wit-bindgen 0.22.0",
20404]
20405
20406[[package]]
20407name = "zed_extension_api"
20408version = "0.7.0"
20409dependencies = [
20410 "serde",
20411 "serde_json",
20412 "wit-bindgen 0.41.0",
20413]
20414
20415[[package]]
20416name = "zed_extension_api"
20417version = "0.7.0"
20418source = "registry+https://github.com/rust-lang/crates.io-index"
20419checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20420dependencies = [
20421 "serde",
20422 "serde_json",
20423 "wit-bindgen 0.41.0",
20424]
20425
20426[[package]]
20427name = "zed_glsl"
20428version = "0.1.0"
20429dependencies = [
20430 "zed_extension_api 0.1.0",
20431]
20432
20433[[package]]
20434name = "zed_html"
20435version = "0.2.3"
20436dependencies = [
20437 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20438]
20439
20440[[package]]
20441name = "zed_proto"
20442version = "0.2.2"
20443dependencies = [
20444 "zed_extension_api 0.1.0",
20445]
20446
20447[[package]]
20448name = "zed_ruff"
20449version = "0.1.1"
20450dependencies = [
20451 "zed_extension_api 0.1.0",
20452]
20453
20454[[package]]
20455name = "zed_snippets"
20456version = "0.0.6"
20457dependencies = [
20458 "serde_json",
20459 "zed_extension_api 0.1.0",
20460]
20461
20462[[package]]
20463name = "zed_test_extension"
20464version = "0.1.0"
20465dependencies = [
20466 "zed_extension_api 0.7.0",
20467]
20468
20469[[package]]
20470name = "zeno"
20471version = "0.3.2"
20472source = "registry+https://github.com/rust-lang/crates.io-index"
20473checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20474
20475[[package]]
20476name = "zerocopy"
20477version = "0.7.35"
20478source = "registry+https://github.com/rust-lang/crates.io-index"
20479checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20480dependencies = [
20481 "zerocopy-derive 0.7.35",
20482]
20483
20484[[package]]
20485name = "zerocopy"
20486version = "0.8.24"
20487source = "registry+https://github.com/rust-lang/crates.io-index"
20488checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20489dependencies = [
20490 "zerocopy-derive 0.8.24",
20491]
20492
20493[[package]]
20494name = "zerocopy-derive"
20495version = "0.7.35"
20496source = "registry+https://github.com/rust-lang/crates.io-index"
20497checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20498dependencies = [
20499 "proc-macro2",
20500 "quote",
20501 "syn 2.0.101",
20502]
20503
20504[[package]]
20505name = "zerocopy-derive"
20506version = "0.8.24"
20507source = "registry+https://github.com/rust-lang/crates.io-index"
20508checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20509dependencies = [
20510 "proc-macro2",
20511 "quote",
20512 "syn 2.0.101",
20513]
20514
20515[[package]]
20516name = "zerofrom"
20517version = "0.1.6"
20518source = "registry+https://github.com/rust-lang/crates.io-index"
20519checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20520dependencies = [
20521 "zerofrom-derive",
20522]
20523
20524[[package]]
20525name = "zerofrom-derive"
20526version = "0.1.6"
20527source = "registry+https://github.com/rust-lang/crates.io-index"
20528checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20529dependencies = [
20530 "proc-macro2",
20531 "quote",
20532 "syn 2.0.101",
20533 "synstructure",
20534]
20535
20536[[package]]
20537name = "zeroize"
20538version = "1.8.1"
20539source = "registry+https://github.com/rust-lang/crates.io-index"
20540checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20541dependencies = [
20542 "zeroize_derive",
20543]
20544
20545[[package]]
20546name = "zeroize_derive"
20547version = "1.4.2"
20548source = "registry+https://github.com/rust-lang/crates.io-index"
20549checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20550dependencies = [
20551 "proc-macro2",
20552 "quote",
20553 "syn 2.0.101",
20554]
20555
20556[[package]]
20557name = "zeromq"
20558version = "0.5.0-pre"
20559source = "registry+https://github.com/rust-lang/crates.io-index"
20560checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20561dependencies = [
20562 "async-dispatcher",
20563 "async-std",
20564 "async-trait",
20565 "asynchronous-codec",
20566 "bytes 1.10.1",
20567 "crossbeam-queue",
20568 "dashmap 5.5.3",
20569 "futures 0.3.31",
20570 "log",
20571 "num-traits",
20572 "once_cell",
20573 "parking_lot",
20574 "rand 0.8.5",
20575 "regex",
20576 "thiserror 1.0.69",
20577 "uuid",
20578]
20579
20580[[package]]
20581name = "zerovec"
20582version = "0.10.4"
20583source = "registry+https://github.com/rust-lang/crates.io-index"
20584checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20585dependencies = [
20586 "yoke",
20587 "zerofrom",
20588 "zerovec-derive",
20589]
20590
20591[[package]]
20592name = "zerovec-derive"
20593version = "0.10.3"
20594source = "registry+https://github.com/rust-lang/crates.io-index"
20595checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20596dependencies = [
20597 "proc-macro2",
20598 "quote",
20599 "syn 2.0.101",
20600]
20601
20602[[package]]
20603name = "zeta"
20604version = "0.1.0"
20605dependencies = [
20606 "ai_onboarding",
20607 "anyhow",
20608 "arrayvec",
20609 "call",
20610 "client",
20611 "clock",
20612 "cloud_api_types",
20613 "cloud_llm_client",
20614 "collections",
20615 "command_palette_hooks",
20616 "copilot",
20617 "ctor",
20618 "db",
20619 "edit_prediction",
20620 "editor",
20621 "feature_flags",
20622 "fs",
20623 "futures 0.3.31",
20624 "gpui",
20625 "http_client",
20626 "indoc",
20627 "itertools 0.14.0",
20628 "language",
20629 "language_model",
20630 "log",
20631 "menu",
20632 "parking_lot",
20633 "postage",
20634 "project",
20635 "rand 0.9.1",
20636 "regex",
20637 "release_channel",
20638 "reqwest_client",
20639 "rpc",
20640 "serde",
20641 "serde_json",
20642 "settings",
20643 "strum 0.27.1",
20644 "telemetry",
20645 "telemetry_events",
20646 "theme",
20647 "thiserror 2.0.12",
20648 "tree-sitter-go",
20649 "tree-sitter-rust",
20650 "ui",
20651 "util",
20652 "uuid",
20653 "workspace",
20654 "workspace-hack",
20655 "worktree",
20656 "zed_actions",
20657 "zlog",
20658]
20659
20660[[package]]
20661name = "zeta2"
20662version = "0.1.0"
20663dependencies = [
20664 "anyhow",
20665 "arrayvec",
20666 "chrono",
20667 "client",
20668 "clock",
20669 "cloud_llm_client",
20670 "cloud_zeta2_prompt",
20671 "edit_prediction",
20672 "edit_prediction_context",
20673 "futures 0.3.31",
20674 "gpui",
20675 "indoc",
20676 "language",
20677 "language_model",
20678 "log",
20679 "lsp",
20680 "pretty_assertions",
20681 "project",
20682 "release_channel",
20683 "serde_json",
20684 "settings",
20685 "thiserror 2.0.12",
20686 "util",
20687 "uuid",
20688 "workspace",
20689 "workspace-hack",
20690 "worktree",
20691]
20692
20693[[package]]
20694name = "zeta2_tools"
20695version = "0.1.0"
20696dependencies = [
20697 "chrono",
20698 "clap",
20699 "client",
20700 "cloud_llm_client",
20701 "collections",
20702 "edit_prediction_context",
20703 "editor",
20704 "futures 0.3.31",
20705 "gpui",
20706 "indoc",
20707 "language",
20708 "log",
20709 "pretty_assertions",
20710 "project",
20711 "serde",
20712 "serde_json",
20713 "settings",
20714 "text",
20715 "ui",
20716 "ui_input",
20717 "util",
20718 "workspace",
20719 "workspace-hack",
20720 "zeta2",
20721 "zlog",
20722]
20723
20724[[package]]
20725name = "zeta_cli"
20726version = "0.1.0"
20727dependencies = [
20728 "anyhow",
20729 "clap",
20730 "client",
20731 "cloud_llm_client",
20732 "cloud_zeta2_prompt",
20733 "debug_adapter_extension",
20734 "edit_prediction_context",
20735 "extension",
20736 "fs",
20737 "futures 0.3.31",
20738 "gpui",
20739 "gpui_tokio",
20740 "language",
20741 "language_extension",
20742 "language_model",
20743 "language_models",
20744 "languages",
20745 "node_runtime",
20746 "paths",
20747 "project",
20748 "prompt_store",
20749 "release_channel",
20750 "reqwest_client",
20751 "serde",
20752 "serde_json",
20753 "settings",
20754 "shellexpand 2.1.2",
20755 "smol",
20756 "terminal_view",
20757 "util",
20758 "watch",
20759 "workspace-hack",
20760 "zeta",
20761 "zeta2",
20762]
20763
20764[[package]]
20765name = "zip"
20766version = "0.6.6"
20767source = "registry+https://github.com/rust-lang/crates.io-index"
20768checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20769dependencies = [
20770 "aes",
20771 "byteorder",
20772 "bzip2",
20773 "constant_time_eq",
20774 "crc32fast",
20775 "crossbeam-utils",
20776 "flate2",
20777 "hmac",
20778 "pbkdf2 0.11.0",
20779 "sha1",
20780 "time",
20781 "zstd",
20782]
20783
20784[[package]]
20785name = "zip"
20786version = "1.1.4"
20787source = "registry+https://github.com/rust-lang/crates.io-index"
20788checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20789dependencies = [
20790 "arbitrary",
20791 "crc32fast",
20792 "crossbeam-utils",
20793 "displaydoc",
20794 "indexmap 2.9.0",
20795 "num_enum",
20796 "thiserror 1.0.69",
20797]
20798
20799[[package]]
20800name = "zlog"
20801version = "0.1.0"
20802dependencies = [
20803 "anyhow",
20804 "chrono",
20805 "collections",
20806 "log",
20807 "tempfile",
20808 "workspace-hack",
20809]
20810
20811[[package]]
20812name = "zlog_settings"
20813version = "0.1.0"
20814dependencies = [
20815 "collections",
20816 "gpui",
20817 "settings",
20818 "workspace-hack",
20819 "zlog",
20820]
20821
20822[[package]]
20823name = "zstd"
20824version = "0.11.2+zstd.1.5.2"
20825source = "registry+https://github.com/rust-lang/crates.io-index"
20826checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20827dependencies = [
20828 "zstd-safe",
20829]
20830
20831[[package]]
20832name = "zstd-safe"
20833version = "5.0.2+zstd.1.5.2"
20834source = "registry+https://github.com/rust-lang/crates.io-index"
20835checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20836dependencies = [
20837 "libc",
20838 "zstd-sys",
20839]
20840
20841[[package]]
20842name = "zstd-sys"
20843version = "2.0.15+zstd.1.5.7"
20844source = "registry+https://github.com/rust-lang/crates.io-index"
20845checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20846dependencies = [
20847 "cc",
20848 "pkg-config",
20849]
20850
20851[[package]]
20852name = "zune-core"
20853version = "0.4.12"
20854source = "registry+https://github.com/rust-lang/crates.io-index"
20855checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20856
20857[[package]]
20858name = "zune-inflate"
20859version = "0.2.54"
20860source = "registry+https://github.com/rust-lang/crates.io-index"
20861checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20862dependencies = [
20863 "simd-adler32",
20864]
20865
20866[[package]]
20867name = "zune-jpeg"
20868version = "0.4.14"
20869source = "registry+https://github.com/rust-lang/crates.io-index"
20870checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20871dependencies = [
20872 "zune-core",
20873]
20874
20875[[package]]
20876name = "zvariant"
20877version = "5.7.0"
20878source = "registry+https://github.com/rust-lang/crates.io-index"
20879checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20880dependencies = [
20881 "endi",
20882 "enumflags2",
20883 "serde",
20884 "url",
20885 "winnow",
20886 "zvariant_derive",
20887 "zvariant_utils",
20888]
20889
20890[[package]]
20891name = "zvariant_derive"
20892version = "5.7.0"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20895dependencies = [
20896 "proc-macro-crate",
20897 "proc-macro2",
20898 "quote",
20899 "syn 2.0.101",
20900 "zvariant_utils",
20901]
20902
20903[[package]]
20904name = "zvariant_utils"
20905version = "3.2.0"
20906source = "registry+https://github.com/rust-lang/crates.io-index"
20907checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20908dependencies = [
20909 "proc-macro2",
20910 "quote",
20911 "serde",
20912 "static_assertions",
20913 "syn 2.0.101",
20914 "winnow",
20915]