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 "serde",
 1415 "settings",
 1416 "smol",
 1417 "thiserror 2.0.12",
 1418 "util",
 1419 "workspace-hack",
 1420]
 1421
 1422[[package]]
 1423name = "auditable-serde"
 1424version = "0.8.0"
 1425source = "registry+https://github.com/rust-lang/crates.io-index"
 1426checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1427dependencies = [
 1428 "semver",
 1429 "serde",
 1430 "serde_json",
 1431 "topological-sort",
 1432]
 1433
 1434[[package]]
 1435name = "auto_update"
 1436version = "0.1.0"
 1437dependencies = [
 1438 "anyhow",
 1439 "client",
 1440 "db",
 1441 "gpui",
 1442 "http_client",
 1443 "log",
 1444 "paths",
 1445 "release_channel",
 1446 "serde",
 1447 "serde_json",
 1448 "settings",
 1449 "smol",
 1450 "tempfile",
 1451 "which 6.0.3",
 1452 "workspace",
 1453 "workspace-hack",
 1454]
 1455
 1456[[package]]
 1457name = "auto_update_helper"
 1458version = "0.1.0"
 1459dependencies = [
 1460 "anyhow",
 1461 "log",
 1462 "simplelog",
 1463 "windows 0.61.1",
 1464 "winresource",
 1465 "workspace-hack",
 1466]
 1467
 1468[[package]]
 1469name = "auto_update_ui"
 1470version = "0.1.0"
 1471dependencies = [
 1472 "anyhow",
 1473 "auto_update",
 1474 "client",
 1475 "editor",
 1476 "gpui",
 1477 "http_client",
 1478 "markdown_preview",
 1479 "release_channel",
 1480 "serde",
 1481 "serde_json",
 1482 "smol",
 1483 "util",
 1484 "workspace",
 1485 "workspace-hack",
 1486]
 1487
 1488[[package]]
 1489name = "autocfg"
 1490version = "1.4.0"
 1491source = "registry+https://github.com/rust-lang/crates.io-index"
 1492checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1493
 1494[[package]]
 1495name = "av1-grain"
 1496version = "0.2.3"
 1497source = "registry+https://github.com/rust-lang/crates.io-index"
 1498checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1499dependencies = [
 1500 "anyhow",
 1501 "arrayvec",
 1502 "log",
 1503 "nom 7.1.3",
 1504 "num-rational",
 1505 "v_frame",
 1506]
 1507
 1508[[package]]
 1509name = "avif-serialize"
 1510version = "0.8.3"
 1511source = "registry+https://github.com/rust-lang/crates.io-index"
 1512checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1513dependencies = [
 1514 "arrayvec",
 1515]
 1516
 1517[[package]]
 1518name = "aws-config"
 1519version = "1.6.1"
 1520source = "registry+https://github.com/rust-lang/crates.io-index"
 1521checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1522dependencies = [
 1523 "aws-credential-types",
 1524 "aws-runtime",
 1525 "aws-sdk-sso",
 1526 "aws-sdk-ssooidc",
 1527 "aws-sdk-sts",
 1528 "aws-smithy-async",
 1529 "aws-smithy-http",
 1530 "aws-smithy-json",
 1531 "aws-smithy-runtime",
 1532 "aws-smithy-runtime-api",
 1533 "aws-smithy-types",
 1534 "aws-types",
 1535 "bytes 1.10.1",
 1536 "fastrand 2.3.0",
 1537 "hex",
 1538 "http 1.3.1",
 1539 "ring",
 1540 "time",
 1541 "tokio",
 1542 "tracing",
 1543 "url",
 1544 "zeroize",
 1545]
 1546
 1547[[package]]
 1548name = "aws-credential-types"
 1549version = "1.2.2"
 1550source = "registry+https://github.com/rust-lang/crates.io-index"
 1551checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1552dependencies = [
 1553 "aws-smithy-async",
 1554 "aws-smithy-runtime-api",
 1555 "aws-smithy-types",
 1556 "zeroize",
 1557]
 1558
 1559[[package]]
 1560name = "aws-lc-rs"
 1561version = "1.13.1"
 1562source = "registry+https://github.com/rust-lang/crates.io-index"
 1563checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1564dependencies = [
 1565 "aws-lc-sys",
 1566 "zeroize",
 1567]
 1568
 1569[[package]]
 1570name = "aws-lc-sys"
 1571version = "0.29.0"
 1572source = "registry+https://github.com/rust-lang/crates.io-index"
 1573checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1574dependencies = [
 1575 "bindgen 0.69.5",
 1576 "cc",
 1577 "cmake",
 1578 "dunce",
 1579 "fs_extra",
 1580]
 1581
 1582[[package]]
 1583name = "aws-runtime"
 1584version = "1.5.6"
 1585source = "registry+https://github.com/rust-lang/crates.io-index"
 1586checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1587dependencies = [
 1588 "aws-credential-types",
 1589 "aws-sigv4",
 1590 "aws-smithy-async",
 1591 "aws-smithy-eventstream",
 1592 "aws-smithy-http",
 1593 "aws-smithy-runtime",
 1594 "aws-smithy-runtime-api",
 1595 "aws-smithy-types",
 1596 "aws-types",
 1597 "bytes 1.10.1",
 1598 "fastrand 2.3.0",
 1599 "http 0.2.12",
 1600 "http-body 0.4.6",
 1601 "once_cell",
 1602 "percent-encoding",
 1603 "pin-project-lite",
 1604 "tracing",
 1605 "uuid",
 1606]
 1607
 1608[[package]]
 1609name = "aws-sdk-bedrockruntime"
 1610version = "1.82.0"
 1611source = "registry+https://github.com/rust-lang/crates.io-index"
 1612checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1613dependencies = [
 1614 "aws-credential-types",
 1615 "aws-runtime",
 1616 "aws-sigv4",
 1617 "aws-smithy-async",
 1618 "aws-smithy-eventstream",
 1619 "aws-smithy-http",
 1620 "aws-smithy-json",
 1621 "aws-smithy-runtime",
 1622 "aws-smithy-runtime-api",
 1623 "aws-smithy-types",
 1624 "aws-types",
 1625 "bytes 1.10.1",
 1626 "fastrand 2.3.0",
 1627 "http 0.2.12",
 1628 "hyper 0.14.32",
 1629 "once_cell",
 1630 "regex-lite",
 1631 "tracing",
 1632]
 1633
 1634[[package]]
 1635name = "aws-sdk-kinesis"
 1636version = "1.66.0"
 1637source = "registry+https://github.com/rust-lang/crates.io-index"
 1638checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1639dependencies = [
 1640 "aws-credential-types",
 1641 "aws-runtime",
 1642 "aws-smithy-async",
 1643 "aws-smithy-eventstream",
 1644 "aws-smithy-http",
 1645 "aws-smithy-json",
 1646 "aws-smithy-runtime",
 1647 "aws-smithy-runtime-api",
 1648 "aws-smithy-types",
 1649 "aws-types",
 1650 "bytes 1.10.1",
 1651 "fastrand 2.3.0",
 1652 "http 0.2.12",
 1653 "once_cell",
 1654 "regex-lite",
 1655 "tracing",
 1656]
 1657
 1658[[package]]
 1659name = "aws-sdk-s3"
 1660version = "1.82.0"
 1661source = "registry+https://github.com/rust-lang/crates.io-index"
 1662checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1663dependencies = [
 1664 "aws-credential-types",
 1665 "aws-runtime",
 1666 "aws-sigv4",
 1667 "aws-smithy-async",
 1668 "aws-smithy-checksums",
 1669 "aws-smithy-eventstream",
 1670 "aws-smithy-http",
 1671 "aws-smithy-json",
 1672 "aws-smithy-runtime",
 1673 "aws-smithy-runtime-api",
 1674 "aws-smithy-types",
 1675 "aws-smithy-xml",
 1676 "aws-types",
 1677 "bytes 1.10.1",
 1678 "fastrand 2.3.0",
 1679 "hex",
 1680 "hmac",
 1681 "http 0.2.12",
 1682 "http 1.3.1",
 1683 "http-body 0.4.6",
 1684 "lru",
 1685 "once_cell",
 1686 "percent-encoding",
 1687 "regex-lite",
 1688 "sha2",
 1689 "tracing",
 1690 "url",
 1691]
 1692
 1693[[package]]
 1694name = "aws-sdk-sso"
 1695version = "1.64.0"
 1696source = "registry+https://github.com/rust-lang/crates.io-index"
 1697checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1698dependencies = [
 1699 "aws-credential-types",
 1700 "aws-runtime",
 1701 "aws-smithy-async",
 1702 "aws-smithy-http",
 1703 "aws-smithy-json",
 1704 "aws-smithy-runtime",
 1705 "aws-smithy-runtime-api",
 1706 "aws-smithy-types",
 1707 "aws-types",
 1708 "bytes 1.10.1",
 1709 "fastrand 2.3.0",
 1710 "http 0.2.12",
 1711 "once_cell",
 1712 "regex-lite",
 1713 "tracing",
 1714]
 1715
 1716[[package]]
 1717name = "aws-sdk-ssooidc"
 1718version = "1.65.0"
 1719source = "registry+https://github.com/rust-lang/crates.io-index"
 1720checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1721dependencies = [
 1722 "aws-credential-types",
 1723 "aws-runtime",
 1724 "aws-smithy-async",
 1725 "aws-smithy-http",
 1726 "aws-smithy-json",
 1727 "aws-smithy-runtime",
 1728 "aws-smithy-runtime-api",
 1729 "aws-smithy-types",
 1730 "aws-types",
 1731 "bytes 1.10.1",
 1732 "fastrand 2.3.0",
 1733 "http 0.2.12",
 1734 "once_cell",
 1735 "regex-lite",
 1736 "tracing",
 1737]
 1738
 1739[[package]]
 1740name = "aws-sdk-sts"
 1741version = "1.65.0"
 1742source = "registry+https://github.com/rust-lang/crates.io-index"
 1743checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1744dependencies = [
 1745 "aws-credential-types",
 1746 "aws-runtime",
 1747 "aws-smithy-async",
 1748 "aws-smithy-http",
 1749 "aws-smithy-json",
 1750 "aws-smithy-query",
 1751 "aws-smithy-runtime",
 1752 "aws-smithy-runtime-api",
 1753 "aws-smithy-types",
 1754 "aws-smithy-xml",
 1755 "aws-types",
 1756 "fastrand 2.3.0",
 1757 "http 0.2.12",
 1758 "once_cell",
 1759 "regex-lite",
 1760 "tracing",
 1761]
 1762
 1763[[package]]
 1764name = "aws-sigv4"
 1765version = "1.3.0"
 1766source = "registry+https://github.com/rust-lang/crates.io-index"
 1767checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1768dependencies = [
 1769 "aws-credential-types",
 1770 "aws-smithy-eventstream",
 1771 "aws-smithy-http",
 1772 "aws-smithy-runtime-api",
 1773 "aws-smithy-types",
 1774 "bytes 1.10.1",
 1775 "crypto-bigint 0.5.5",
 1776 "form_urlencoded",
 1777 "hex",
 1778 "hmac",
 1779 "http 0.2.12",
 1780 "http 1.3.1",
 1781 "once_cell",
 1782 "p256",
 1783 "percent-encoding",
 1784 "ring",
 1785 "sha2",
 1786 "subtle",
 1787 "time",
 1788 "tracing",
 1789 "zeroize",
 1790]
 1791
 1792[[package]]
 1793name = "aws-smithy-async"
 1794version = "1.2.5"
 1795source = "registry+https://github.com/rust-lang/crates.io-index"
 1796checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1797dependencies = [
 1798 "futures-util",
 1799 "pin-project-lite",
 1800 "tokio",
 1801]
 1802
 1803[[package]]
 1804name = "aws-smithy-checksums"
 1805version = "0.63.1"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1808dependencies = [
 1809 "aws-smithy-http",
 1810 "aws-smithy-types",
 1811 "bytes 1.10.1",
 1812 "crc32c",
 1813 "crc32fast",
 1814 "crc64fast-nvme",
 1815 "hex",
 1816 "http 0.2.12",
 1817 "http-body 0.4.6",
 1818 "md-5",
 1819 "pin-project-lite",
 1820 "sha1",
 1821 "sha2",
 1822 "tracing",
 1823]
 1824
 1825[[package]]
 1826name = "aws-smithy-eventstream"
 1827version = "0.60.8"
 1828source = "registry+https://github.com/rust-lang/crates.io-index"
 1829checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1830dependencies = [
 1831 "aws-smithy-types",
 1832 "bytes 1.10.1",
 1833 "crc32fast",
 1834]
 1835
 1836[[package]]
 1837name = "aws-smithy-http"
 1838version = "0.62.0"
 1839source = "registry+https://github.com/rust-lang/crates.io-index"
 1840checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1841dependencies = [
 1842 "aws-smithy-eventstream",
 1843 "aws-smithy-runtime-api",
 1844 "aws-smithy-types",
 1845 "bytes 1.10.1",
 1846 "bytes-utils",
 1847 "futures-core",
 1848 "http 0.2.12",
 1849 "http 1.3.1",
 1850 "http-body 0.4.6",
 1851 "once_cell",
 1852 "percent-encoding",
 1853 "pin-project-lite",
 1854 "pin-utils",
 1855 "tracing",
 1856]
 1857
 1858[[package]]
 1859name = "aws-smithy-http-client"
 1860version = "1.0.1"
 1861source = "registry+https://github.com/rust-lang/crates.io-index"
 1862checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1863dependencies = [
 1864 "aws-smithy-async",
 1865 "aws-smithy-runtime-api",
 1866 "aws-smithy-types",
 1867 "h2 0.4.9",
 1868 "http 0.2.12",
 1869 "http 1.3.1",
 1870 "http-body 0.4.6",
 1871 "hyper 0.14.32",
 1872 "hyper 1.6.0",
 1873 "hyper-rustls 0.24.2",
 1874 "hyper-rustls 0.27.5",
 1875 "hyper-util",
 1876 "pin-project-lite",
 1877 "rustls 0.21.12",
 1878 "rustls 0.23.26",
 1879 "rustls-native-certs 0.8.1",
 1880 "rustls-pki-types",
 1881 "tokio",
 1882 "tower 0.5.2",
 1883 "tracing",
 1884]
 1885
 1886[[package]]
 1887name = "aws-smithy-json"
 1888version = "0.61.3"
 1889source = "registry+https://github.com/rust-lang/crates.io-index"
 1890checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1891dependencies = [
 1892 "aws-smithy-types",
 1893]
 1894
 1895[[package]]
 1896name = "aws-smithy-observability"
 1897version = "0.1.2"
 1898source = "registry+https://github.com/rust-lang/crates.io-index"
 1899checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1900dependencies = [
 1901 "aws-smithy-runtime-api",
 1902 "once_cell",
 1903]
 1904
 1905[[package]]
 1906name = "aws-smithy-query"
 1907version = "0.60.7"
 1908source = "registry+https://github.com/rust-lang/crates.io-index"
 1909checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1910dependencies = [
 1911 "aws-smithy-types",
 1912 "urlencoding",
 1913]
 1914
 1915[[package]]
 1916name = "aws-smithy-runtime"
 1917version = "1.8.1"
 1918source = "registry+https://github.com/rust-lang/crates.io-index"
 1919checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1920dependencies = [
 1921 "aws-smithy-async",
 1922 "aws-smithy-http",
 1923 "aws-smithy-http-client",
 1924 "aws-smithy-observability",
 1925 "aws-smithy-runtime-api",
 1926 "aws-smithy-types",
 1927 "bytes 1.10.1",
 1928 "fastrand 2.3.0",
 1929 "http 0.2.12",
 1930 "http 1.3.1",
 1931 "http-body 0.4.6",
 1932 "http-body 1.0.1",
 1933 "once_cell",
 1934 "pin-project-lite",
 1935 "pin-utils",
 1936 "tokio",
 1937 "tracing",
 1938]
 1939
 1940[[package]]
 1941name = "aws-smithy-runtime-api"
 1942version = "1.7.4"
 1943source = "registry+https://github.com/rust-lang/crates.io-index"
 1944checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1945dependencies = [
 1946 "aws-smithy-async",
 1947 "aws-smithy-types",
 1948 "bytes 1.10.1",
 1949 "http 0.2.12",
 1950 "http 1.3.1",
 1951 "pin-project-lite",
 1952 "tokio",
 1953 "tracing",
 1954 "zeroize",
 1955]
 1956
 1957[[package]]
 1958name = "aws-smithy-types"
 1959version = "1.3.0"
 1960source = "registry+https://github.com/rust-lang/crates.io-index"
 1961checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1962dependencies = [
 1963 "base64-simd",
 1964 "bytes 1.10.1",
 1965 "bytes-utils",
 1966 "futures-core",
 1967 "http 0.2.12",
 1968 "http 1.3.1",
 1969 "http-body 0.4.6",
 1970 "http-body 1.0.1",
 1971 "http-body-util",
 1972 "itoa",
 1973 "num-integer",
 1974 "pin-project-lite",
 1975 "pin-utils",
 1976 "ryu",
 1977 "serde",
 1978 "time",
 1979 "tokio",
 1980 "tokio-util",
 1981]
 1982
 1983[[package]]
 1984name = "aws-smithy-xml"
 1985version = "0.60.9"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1988dependencies = [
 1989 "xmlparser",
 1990]
 1991
 1992[[package]]
 1993name = "aws-types"
 1994version = "1.3.6"
 1995source = "registry+https://github.com/rust-lang/crates.io-index"
 1996checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1997dependencies = [
 1998 "aws-credential-types",
 1999 "aws-smithy-async",
 2000 "aws-smithy-runtime-api",
 2001 "aws-smithy-types",
 2002 "rustc_version",
 2003 "tracing",
 2004]
 2005
 2006[[package]]
 2007name = "aws_http_client"
 2008version = "0.1.0"
 2009dependencies = [
 2010 "aws-smithy-runtime-api",
 2011 "aws-smithy-types",
 2012 "http_client",
 2013 "workspace-hack",
 2014]
 2015
 2016[[package]]
 2017name = "axum"
 2018version = "0.6.20"
 2019source = "registry+https://github.com/rust-lang/crates.io-index"
 2020checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 2021dependencies = [
 2022 "async-trait",
 2023 "axum-core",
 2024 "base64 0.21.7",
 2025 "bitflags 1.3.2",
 2026 "bytes 1.10.1",
 2027 "futures-util",
 2028 "headers",
 2029 "http 0.2.12",
 2030 "http-body 0.4.6",
 2031 "hyper 0.14.32",
 2032 "itoa",
 2033 "matchit",
 2034 "memchr",
 2035 "mime",
 2036 "percent-encoding",
 2037 "pin-project-lite",
 2038 "rustversion",
 2039 "serde",
 2040 "serde_json",
 2041 "serde_path_to_error",
 2042 "serde_urlencoded",
 2043 "sha1",
 2044 "sync_wrapper 0.1.2",
 2045 "tokio",
 2046 "tokio-tungstenite 0.20.1",
 2047 "tower 0.4.13",
 2048 "tower-layer",
 2049 "tower-service",
 2050]
 2051
 2052[[package]]
 2053name = "axum-core"
 2054version = "0.3.4"
 2055source = "registry+https://github.com/rust-lang/crates.io-index"
 2056checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 2057dependencies = [
 2058 "async-trait",
 2059 "bytes 1.10.1",
 2060 "futures-util",
 2061 "http 0.2.12",
 2062 "http-body 0.4.6",
 2063 "mime",
 2064 "rustversion",
 2065 "tower-layer",
 2066 "tower-service",
 2067]
 2068
 2069[[package]]
 2070name = "axum-extra"
 2071version = "0.4.2"
 2072source = "registry+https://github.com/rust-lang/crates.io-index"
 2073checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 2074dependencies = [
 2075 "axum",
 2076 "bytes 1.10.1",
 2077 "futures-util",
 2078 "http 0.2.12",
 2079 "mime",
 2080 "pin-project-lite",
 2081 "serde",
 2082 "serde_json",
 2083 "tokio",
 2084 "tower 0.4.13",
 2085 "tower-http 0.3.5",
 2086 "tower-layer",
 2087 "tower-service",
 2088]
 2089
 2090[[package]]
 2091name = "backtrace"
 2092version = "0.3.74"
 2093source = "registry+https://github.com/rust-lang/crates.io-index"
 2094checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 2095dependencies = [
 2096 "addr2line",
 2097 "cfg-if",
 2098 "libc",
 2099 "miniz_oxide",
 2100 "object",
 2101 "rustc-demangle",
 2102 "windows-targets 0.52.6",
 2103]
 2104
 2105[[package]]
 2106name = "base16ct"
 2107version = "0.1.1"
 2108source = "registry+https://github.com/rust-lang/crates.io-index"
 2109checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 2110
 2111[[package]]
 2112name = "base64"
 2113version = "0.21.7"
 2114source = "registry+https://github.com/rust-lang/crates.io-index"
 2115checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 2116
 2117[[package]]
 2118name = "base64"
 2119version = "0.22.1"
 2120source = "registry+https://github.com/rust-lang/crates.io-index"
 2121checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 2122
 2123[[package]]
 2124name = "base64-simd"
 2125version = "0.8.0"
 2126source = "registry+https://github.com/rust-lang/crates.io-index"
 2127checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 2128dependencies = [
 2129 "outref",
 2130 "vsimd",
 2131]
 2132
 2133[[package]]
 2134name = "base64ct"
 2135version = "1.7.3"
 2136source = "registry+https://github.com/rust-lang/crates.io-index"
 2137checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 2138
 2139[[package]]
 2140name = "bedrock"
 2141version = "0.1.0"
 2142dependencies = [
 2143 "anyhow",
 2144 "aws-sdk-bedrockruntime",
 2145 "aws-smithy-types",
 2146 "futures 0.3.31",
 2147 "schemars 1.0.1",
 2148 "serde",
 2149 "serde_json",
 2150 "strum 0.27.1",
 2151 "thiserror 2.0.12",
 2152 "workspace-hack",
 2153]
 2154
 2155[[package]]
 2156name = "bigdecimal"
 2157version = "0.4.8"
 2158source = "registry+https://github.com/rust-lang/crates.io-index"
 2159checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 2160dependencies = [
 2161 "autocfg",
 2162 "libm",
 2163 "num-bigint",
 2164 "num-integer",
 2165 "num-traits",
 2166 "serde",
 2167]
 2168
 2169[[package]]
 2170name = "bincode"
 2171version = "1.3.3"
 2172source = "registry+https://github.com/rust-lang/crates.io-index"
 2173checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2174dependencies = [
 2175 "serde",
 2176]
 2177
 2178[[package]]
 2179name = "bindgen"
 2180version = "0.69.5"
 2181source = "registry+https://github.com/rust-lang/crates.io-index"
 2182checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 2183dependencies = [
 2184 "bitflags 2.9.0",
 2185 "cexpr",
 2186 "clang-sys",
 2187 "itertools 0.12.1",
 2188 "lazy_static",
 2189 "lazycell",
 2190 "log",
 2191 "prettyplease",
 2192 "proc-macro2",
 2193 "quote",
 2194 "regex",
 2195 "rustc-hash 1.1.0",
 2196 "shlex",
 2197 "syn 2.0.101",
 2198 "which 4.4.2",
 2199]
 2200
 2201[[package]]
 2202name = "bindgen"
 2203version = "0.70.1"
 2204source = "registry+https://github.com/rust-lang/crates.io-index"
 2205checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 2206dependencies = [
 2207 "bitflags 2.9.0",
 2208 "cexpr",
 2209 "clang-sys",
 2210 "itertools 0.13.0",
 2211 "proc-macro2",
 2212 "quote",
 2213 "regex",
 2214 "rustc-hash 1.1.0",
 2215 "shlex",
 2216 "syn 2.0.101",
 2217]
 2218
 2219[[package]]
 2220name = "bindgen"
 2221version = "0.71.1"
 2222source = "registry+https://github.com/rust-lang/crates.io-index"
 2223checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2224dependencies = [
 2225 "bitflags 2.9.0",
 2226 "cexpr",
 2227 "clang-sys",
 2228 "itertools 0.13.0",
 2229 "log",
 2230 "prettyplease",
 2231 "proc-macro2",
 2232 "quote",
 2233 "regex",
 2234 "rustc-hash 2.1.1",
 2235 "shlex",
 2236 "syn 2.0.101",
 2237]
 2238
 2239[[package]]
 2240name = "bit-set"
 2241version = "0.5.3"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 2244dependencies = [
 2245 "bit-vec 0.6.3",
 2246]
 2247
 2248[[package]]
 2249name = "bit-set"
 2250version = "0.8.0"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2253dependencies = [
 2254 "bit-vec 0.8.0",
 2255]
 2256
 2257[[package]]
 2258name = "bit-vec"
 2259version = "0.6.3"
 2260source = "registry+https://github.com/rust-lang/crates.io-index"
 2261checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 2262
 2263[[package]]
 2264name = "bit-vec"
 2265version = "0.8.0"
 2266source = "registry+https://github.com/rust-lang/crates.io-index"
 2267checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2268
 2269[[package]]
 2270name = "bit_field"
 2271version = "0.10.2"
 2272source = "registry+https://github.com/rust-lang/crates.io-index"
 2273checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2274
 2275[[package]]
 2276name = "bitflags"
 2277version = "1.3.2"
 2278source = "registry+https://github.com/rust-lang/crates.io-index"
 2279checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2280
 2281[[package]]
 2282name = "bitflags"
 2283version = "2.9.0"
 2284source = "registry+https://github.com/rust-lang/crates.io-index"
 2285checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2286dependencies = [
 2287 "serde",
 2288]
 2289
 2290[[package]]
 2291name = "bitstream-io"
 2292version = "2.6.0"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2295
 2296[[package]]
 2297name = "bitvec"
 2298version = "1.0.1"
 2299source = "registry+https://github.com/rust-lang/crates.io-index"
 2300checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2301dependencies = [
 2302 "funty",
 2303 "radium",
 2304 "tap",
 2305 "wyz",
 2306]
 2307
 2308[[package]]
 2309name = "blade-graphics"
 2310version = "0.6.0"
 2311source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
 2312dependencies = [
 2313 "ash",
 2314 "ash-window",
 2315 "bitflags 2.9.0",
 2316 "bytemuck",
 2317 "codespan-reporting 0.11.1",
 2318 "glow",
 2319 "gpu-alloc",
 2320 "gpu-alloc-ash",
 2321 "hidden-trait",
 2322 "js-sys",
 2323 "khronos-egl",
 2324 "libloading",
 2325 "log",
 2326 "mint",
 2327 "naga",
 2328 "objc2",
 2329 "objc2-app-kit",
 2330 "objc2-core-foundation",
 2331 "objc2-foundation",
 2332 "objc2-metal",
 2333 "objc2-quartz-core",
 2334 "objc2-ui-kit",
 2335 "raw-window-handle",
 2336 "slab",
 2337 "wasm-bindgen",
 2338 "web-sys",
 2339]
 2340
 2341[[package]]
 2342name = "blade-macros"
 2343version = "0.3.0"
 2344source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
 2345dependencies = [
 2346 "proc-macro2",
 2347 "quote",
 2348 "syn 2.0.101",
 2349]
 2350
 2351[[package]]
 2352name = "blade-util"
 2353version = "0.2.0"
 2354source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
 2355dependencies = [
 2356 "blade-graphics",
 2357 "bytemuck",
 2358 "log",
 2359 "profiling",
 2360]
 2361
 2362[[package]]
 2363name = "block"
 2364version = "0.1.6"
 2365source = "registry+https://github.com/rust-lang/crates.io-index"
 2366checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2367
 2368[[package]]
 2369name = "block-buffer"
 2370version = "0.10.4"
 2371source = "registry+https://github.com/rust-lang/crates.io-index"
 2372checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2373dependencies = [
 2374 "generic-array",
 2375]
 2376
 2377[[package]]
 2378name = "block-padding"
 2379version = "0.3.3"
 2380source = "registry+https://github.com/rust-lang/crates.io-index"
 2381checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2382dependencies = [
 2383 "generic-array",
 2384]
 2385
 2386[[package]]
 2387name = "block2"
 2388version = "0.6.1"
 2389source = "registry+https://github.com/rust-lang/crates.io-index"
 2390checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2391dependencies = [
 2392 "objc2",
 2393]
 2394
 2395[[package]]
 2396name = "blocking"
 2397version = "1.6.1"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2400dependencies = [
 2401 "async-channel 2.3.1",
 2402 "async-task",
 2403 "futures-io",
 2404 "futures-lite 2.6.0",
 2405 "piper",
 2406]
 2407
 2408[[package]]
 2409name = "borrow-or-share"
 2410version = "0.2.2"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2413
 2414[[package]]
 2415name = "borsh"
 2416version = "1.5.7"
 2417source = "registry+https://github.com/rust-lang/crates.io-index"
 2418checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2419dependencies = [
 2420 "borsh-derive",
 2421 "cfg_aliases 0.2.1",
 2422]
 2423
 2424[[package]]
 2425name = "borsh-derive"
 2426version = "1.5.7"
 2427source = "registry+https://github.com/rust-lang/crates.io-index"
 2428checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2429dependencies = [
 2430 "once_cell",
 2431 "proc-macro-crate",
 2432 "proc-macro2",
 2433 "quote",
 2434 "syn 2.0.101",
 2435]
 2436
 2437[[package]]
 2438name = "breadcrumbs"
 2439version = "0.1.0"
 2440dependencies = [
 2441 "editor",
 2442 "gpui",
 2443 "itertools 0.14.0",
 2444 "settings",
 2445 "theme",
 2446 "ui",
 2447 "workspace",
 2448 "workspace-hack",
 2449 "zed_actions",
 2450]
 2451
 2452[[package]]
 2453name = "bstr"
 2454version = "1.12.0"
 2455source = "registry+https://github.com/rust-lang/crates.io-index"
 2456checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2457dependencies = [
 2458 "memchr",
 2459 "regex-automata",
 2460 "serde",
 2461]
 2462
 2463[[package]]
 2464name = "buffer_diff"
 2465version = "0.1.0"
 2466dependencies = [
 2467 "anyhow",
 2468 "clock",
 2469 "ctor",
 2470 "futures 0.3.31",
 2471 "git2",
 2472 "gpui",
 2473 "language",
 2474 "log",
 2475 "pretty_assertions",
 2476 "rand 0.9.1",
 2477 "rope",
 2478 "serde_json",
 2479 "sum_tree",
 2480 "text",
 2481 "unindent",
 2482 "util",
 2483 "workspace-hack",
 2484 "zlog",
 2485]
 2486
 2487[[package]]
 2488name = "built"
 2489version = "0.7.7"
 2490source = "registry+https://github.com/rust-lang/crates.io-index"
 2491checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2492
 2493[[package]]
 2494name = "bumpalo"
 2495version = "3.17.0"
 2496source = "registry+https://github.com/rust-lang/crates.io-index"
 2497checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2498dependencies = [
 2499 "allocator-api2",
 2500]
 2501
 2502[[package]]
 2503name = "by_address"
 2504version = "1.2.1"
 2505source = "registry+https://github.com/rust-lang/crates.io-index"
 2506checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2507
 2508[[package]]
 2509name = "bytecheck"
 2510version = "0.6.12"
 2511source = "registry+https://github.com/rust-lang/crates.io-index"
 2512checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2513dependencies = [
 2514 "bytecheck_derive",
 2515 "ptr_meta",
 2516 "simdutf8",
 2517]
 2518
 2519[[package]]
 2520name = "bytecheck_derive"
 2521version = "0.6.12"
 2522source = "registry+https://github.com/rust-lang/crates.io-index"
 2523checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2524dependencies = [
 2525 "proc-macro2",
 2526 "quote",
 2527 "syn 1.0.109",
 2528]
 2529
 2530[[package]]
 2531name = "bytecount"
 2532version = "0.6.8"
 2533source = "registry+https://github.com/rust-lang/crates.io-index"
 2534checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2535
 2536[[package]]
 2537name = "bytemuck"
 2538version = "1.22.0"
 2539source = "registry+https://github.com/rust-lang/crates.io-index"
 2540checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2541dependencies = [
 2542 "bytemuck_derive",
 2543]
 2544
 2545[[package]]
 2546name = "bytemuck_derive"
 2547version = "1.9.3"
 2548source = "registry+https://github.com/rust-lang/crates.io-index"
 2549checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2550dependencies = [
 2551 "proc-macro2",
 2552 "quote",
 2553 "syn 2.0.101",
 2554]
 2555
 2556[[package]]
 2557name = "byteorder"
 2558version = "1.5.0"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2561
 2562[[package]]
 2563name = "byteorder-lite"
 2564version = "0.1.0"
 2565source = "registry+https://github.com/rust-lang/crates.io-index"
 2566checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2567
 2568[[package]]
 2569name = "bytes"
 2570version = "0.4.12"
 2571source = "registry+https://github.com/rust-lang/crates.io-index"
 2572checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2573dependencies = [
 2574 "byteorder",
 2575 "iovec",
 2576]
 2577
 2578[[package]]
 2579name = "bytes"
 2580version = "1.10.1"
 2581source = "registry+https://github.com/rust-lang/crates.io-index"
 2582checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2583
 2584[[package]]
 2585name = "bytes-utils"
 2586version = "0.1.4"
 2587source = "registry+https://github.com/rust-lang/crates.io-index"
 2588checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2589dependencies = [
 2590 "bytes 1.10.1",
 2591 "either",
 2592]
 2593
 2594[[package]]
 2595name = "bzip2"
 2596version = "0.4.4"
 2597source = "registry+https://github.com/rust-lang/crates.io-index"
 2598checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2599dependencies = [
 2600 "bzip2-sys",
 2601 "libc",
 2602]
 2603
 2604[[package]]
 2605name = "bzip2-sys"
 2606version = "0.1.13+1.0.8"
 2607source = "registry+https://github.com/rust-lang/crates.io-index"
 2608checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2609dependencies = [
 2610 "cc",
 2611 "pkg-config",
 2612]
 2613
 2614[[package]]
 2615name = "call"
 2616version = "0.1.0"
 2617dependencies = [
 2618 "anyhow",
 2619 "audio",
 2620 "client",
 2621 "collections",
 2622 "feature_flags",
 2623 "fs",
 2624 "futures 0.3.31",
 2625 "gpui",
 2626 "gpui_tokio",
 2627 "http_client",
 2628 "language",
 2629 "livekit_client",
 2630 "log",
 2631 "postage",
 2632 "project",
 2633 "serde",
 2634 "settings",
 2635 "telemetry",
 2636 "util",
 2637 "workspace-hack",
 2638]
 2639
 2640[[package]]
 2641name = "calloop"
 2642version = "0.13.0"
 2643source = "registry+https://github.com/rust-lang/crates.io-index"
 2644checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2645dependencies = [
 2646 "bitflags 2.9.0",
 2647 "log",
 2648 "polling",
 2649 "rustix 0.38.44",
 2650 "slab",
 2651 "thiserror 1.0.69",
 2652]
 2653
 2654[[package]]
 2655name = "calloop-wayland-source"
 2656version = "0.3.0"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2659dependencies = [
 2660 "calloop",
 2661 "rustix 0.38.44",
 2662 "wayland-backend",
 2663 "wayland-client",
 2664]
 2665
 2666[[package]]
 2667name = "camino"
 2668version = "1.1.9"
 2669source = "registry+https://github.com/rust-lang/crates.io-index"
 2670checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2671dependencies = [
 2672 "serde",
 2673]
 2674
 2675[[package]]
 2676name = "candle-core"
 2677version = "0.9.1"
 2678source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2679dependencies = [
 2680 "byteorder",
 2681 "float8",
 2682 "gemm 0.17.1",
 2683 "half",
 2684 "memmap2",
 2685 "num-traits",
 2686 "num_cpus",
 2687 "rand 0.9.1",
 2688 "rand_distr",
 2689 "rayon",
 2690 "safetensors",
 2691 "thiserror 1.0.69",
 2692 "ug",
 2693 "yoke",
 2694 "zip 1.1.4",
 2695]
 2696
 2697[[package]]
 2698name = "candle-nn"
 2699version = "0.9.1"
 2700source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2701dependencies = [
 2702 "candle-core",
 2703 "half",
 2704 "libc",
 2705 "num-traits",
 2706 "rayon",
 2707 "safetensors",
 2708 "serde",
 2709 "thiserror 1.0.69",
 2710]
 2711
 2712[[package]]
 2713name = "candle-onnx"
 2714version = "0.9.1"
 2715source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2716dependencies = [
 2717 "candle-core",
 2718 "candle-nn",
 2719 "prost 0.12.6",
 2720]
 2721
 2722[[package]]
 2723name = "cap-fs-ext"
 2724version = "3.4.4"
 2725source = "registry+https://github.com/rust-lang/crates.io-index"
 2726checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2727dependencies = [
 2728 "cap-primitives",
 2729 "cap-std",
 2730 "io-lifetimes",
 2731 "windows-sys 0.59.0",
 2732]
 2733
 2734[[package]]
 2735name = "cap-net-ext"
 2736version = "3.4.4"
 2737source = "registry+https://github.com/rust-lang/crates.io-index"
 2738checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2739dependencies = [
 2740 "cap-primitives",
 2741 "cap-std",
 2742 "rustix 1.0.7",
 2743 "smallvec",
 2744]
 2745
 2746[[package]]
 2747name = "cap-primitives"
 2748version = "3.4.4"
 2749source = "registry+https://github.com/rust-lang/crates.io-index"
 2750checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2751dependencies = [
 2752 "ambient-authority",
 2753 "fs-set-times",
 2754 "io-extras",
 2755 "io-lifetimes",
 2756 "ipnet",
 2757 "maybe-owned",
 2758 "rustix 1.0.7",
 2759 "rustix-linux-procfs",
 2760 "windows-sys 0.59.0",
 2761 "winx",
 2762]
 2763
 2764[[package]]
 2765name = "cap-rand"
 2766version = "3.4.4"
 2767source = "registry+https://github.com/rust-lang/crates.io-index"
 2768checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2769dependencies = [
 2770 "ambient-authority",
 2771 "rand 0.8.5",
 2772]
 2773
 2774[[package]]
 2775name = "cap-std"
 2776version = "3.4.4"
 2777source = "registry+https://github.com/rust-lang/crates.io-index"
 2778checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2779dependencies = [
 2780 "cap-primitives",
 2781 "io-extras",
 2782 "io-lifetimes",
 2783 "rustix 1.0.7",
 2784]
 2785
 2786[[package]]
 2787name = "cap-time-ext"
 2788version = "3.4.4"
 2789source = "registry+https://github.com/rust-lang/crates.io-index"
 2790checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2791dependencies = [
 2792 "ambient-authority",
 2793 "cap-primitives",
 2794 "iana-time-zone",
 2795 "once_cell",
 2796 "rustix 1.0.7",
 2797 "winx",
 2798]
 2799
 2800[[package]]
 2801name = "cargo-platform"
 2802version = "0.1.9"
 2803source = "registry+https://github.com/rust-lang/crates.io-index"
 2804checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2805dependencies = [
 2806 "serde",
 2807]
 2808
 2809[[package]]
 2810name = "cargo_metadata"
 2811version = "0.19.2"
 2812source = "registry+https://github.com/rust-lang/crates.io-index"
 2813checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2814dependencies = [
 2815 "camino",
 2816 "cargo-platform",
 2817 "semver",
 2818 "serde",
 2819 "serde_json",
 2820 "thiserror 2.0.12",
 2821]
 2822
 2823[[package]]
 2824name = "cargo_toml"
 2825version = "0.21.0"
 2826source = "registry+https://github.com/rust-lang/crates.io-index"
 2827checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2828dependencies = [
 2829 "serde",
 2830 "toml 0.8.20",
 2831]
 2832
 2833[[package]]
 2834name = "cast"
 2835version = "0.3.0"
 2836source = "registry+https://github.com/rust-lang/crates.io-index"
 2837checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2838
 2839[[package]]
 2840name = "cbc"
 2841version = "0.1.2"
 2842source = "registry+https://github.com/rust-lang/crates.io-index"
 2843checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2844dependencies = [
 2845 "cipher",
 2846]
 2847
 2848[[package]]
 2849name = "cbindgen"
 2850version = "0.28.0"
 2851source = "registry+https://github.com/rust-lang/crates.io-index"
 2852checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2853dependencies = [
 2854 "heck 0.4.1",
 2855 "indexmap 2.9.0",
 2856 "log",
 2857 "proc-macro2",
 2858 "quote",
 2859 "serde",
 2860 "serde_json",
 2861 "syn 2.0.101",
 2862 "tempfile",
 2863 "toml 0.8.20",
 2864]
 2865
 2866[[package]]
 2867name = "cc"
 2868version = "1.2.19"
 2869source = "registry+https://github.com/rust-lang/crates.io-index"
 2870checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2871dependencies = [
 2872 "jobserver",
 2873 "libc",
 2874 "shlex",
 2875]
 2876
 2877[[package]]
 2878name = "cesu8"
 2879version = "1.1.0"
 2880source = "registry+https://github.com/rust-lang/crates.io-index"
 2881checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2882
 2883[[package]]
 2884name = "cexpr"
 2885version = "0.6.0"
 2886source = "registry+https://github.com/rust-lang/crates.io-index"
 2887checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2888dependencies = [
 2889 "nom 7.1.3",
 2890]
 2891
 2892[[package]]
 2893name = "cfg-expr"
 2894version = "0.15.8"
 2895source = "registry+https://github.com/rust-lang/crates.io-index"
 2896checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2897dependencies = [
 2898 "smallvec",
 2899 "target-lexicon 0.12.16",
 2900]
 2901
 2902[[package]]
 2903name = "cfg-if"
 2904version = "1.0.3"
 2905source = "registry+https://github.com/rust-lang/crates.io-index"
 2906checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
 2907
 2908[[package]]
 2909name = "cfg_aliases"
 2910version = "0.1.1"
 2911source = "registry+https://github.com/rust-lang/crates.io-index"
 2912checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2913
 2914[[package]]
 2915name = "cfg_aliases"
 2916version = "0.2.1"
 2917source = "registry+https://github.com/rust-lang/crates.io-index"
 2918checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2919
 2920[[package]]
 2921name = "cgl"
 2922version = "0.3.2"
 2923source = "registry+https://github.com/rust-lang/crates.io-index"
 2924checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2925dependencies = [
 2926 "libc",
 2927]
 2928
 2929[[package]]
 2930name = "channel"
 2931version = "0.1.0"
 2932dependencies = [
 2933 "anyhow",
 2934 "client",
 2935 "clock",
 2936 "collections",
 2937 "futures 0.3.31",
 2938 "gpui",
 2939 "http_client",
 2940 "language",
 2941 "log",
 2942 "postage",
 2943 "release_channel",
 2944 "rpc",
 2945 "settings",
 2946 "text",
 2947 "time",
 2948 "util",
 2949 "workspace-hack",
 2950]
 2951
 2952[[package]]
 2953name = "chrono"
 2954version = "0.4.41"
 2955source = "registry+https://github.com/rust-lang/crates.io-index"
 2956checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2957dependencies = [
 2958 "android-tzdata",
 2959 "iana-time-zone",
 2960 "js-sys",
 2961 "num-traits",
 2962 "serde",
 2963 "wasm-bindgen",
 2964 "windows-link 0.1.1",
 2965]
 2966
 2967[[package]]
 2968name = "chunked_transfer"
 2969version = "1.5.0"
 2970source = "registry+https://github.com/rust-lang/crates.io-index"
 2971checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2972
 2973[[package]]
 2974name = "ciborium"
 2975version = "0.2.2"
 2976source = "registry+https://github.com/rust-lang/crates.io-index"
 2977checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2978dependencies = [
 2979 "ciborium-io",
 2980 "ciborium-ll",
 2981 "serde",
 2982]
 2983
 2984[[package]]
 2985name = "ciborium-io"
 2986version = "0.2.2"
 2987source = "registry+https://github.com/rust-lang/crates.io-index"
 2988checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2989
 2990[[package]]
 2991name = "ciborium-ll"
 2992version = "0.2.2"
 2993source = "registry+https://github.com/rust-lang/crates.io-index"
 2994checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2995dependencies = [
 2996 "ciborium-io",
 2997 "half",
 2998]
 2999
 3000[[package]]
 3001name = "cipher"
 3002version = "0.4.4"
 3003source = "registry+https://github.com/rust-lang/crates.io-index"
 3004checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 3005dependencies = [
 3006 "crypto-common",
 3007 "inout",
 3008 "zeroize",
 3009]
 3010
 3011[[package]]
 3012name = "circular-buffer"
 3013version = "1.1.0"
 3014source = "registry+https://github.com/rust-lang/crates.io-index"
 3015checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 3016
 3017[[package]]
 3018name = "clang-sys"
 3019version = "1.8.1"
 3020source = "registry+https://github.com/rust-lang/crates.io-index"
 3021checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 3022dependencies = [
 3023 "glob",
 3024 "libc",
 3025 "libloading",
 3026]
 3027
 3028[[package]]
 3029name = "clap"
 3030version = "4.5.37"
 3031source = "registry+https://github.com/rust-lang/crates.io-index"
 3032checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 3033dependencies = [
 3034 "clap_builder",
 3035 "clap_derive",
 3036]
 3037
 3038[[package]]
 3039name = "clap_builder"
 3040version = "4.5.37"
 3041source = "registry+https://github.com/rust-lang/crates.io-index"
 3042checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 3043dependencies = [
 3044 "anstream",
 3045 "anstyle",
 3046 "clap_lex",
 3047 "strsim",
 3048 "terminal_size",
 3049]
 3050
 3051[[package]]
 3052name = "clap_complete"
 3053version = "4.5.47"
 3054source = "registry+https://github.com/rust-lang/crates.io-index"
 3055checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 3056dependencies = [
 3057 "clap",
 3058]
 3059
 3060[[package]]
 3061name = "clap_derive"
 3062version = "4.5.32"
 3063source = "registry+https://github.com/rust-lang/crates.io-index"
 3064checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 3065dependencies = [
 3066 "heck 0.5.0",
 3067 "proc-macro2",
 3068 "quote",
 3069 "syn 2.0.101",
 3070]
 3071
 3072[[package]]
 3073name = "clap_lex"
 3074version = "0.7.4"
 3075source = "registry+https://github.com/rust-lang/crates.io-index"
 3076checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 3077
 3078[[package]]
 3079name = "cli"
 3080version = "0.1.0"
 3081dependencies = [
 3082 "anyhow",
 3083 "askpass",
 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 "serde",
 3221 "strum 0.27.1",
 3222 "workspace-hack",
 3223]
 3224
 3225[[package]]
 3226name = "cmake"
 3227version = "0.1.54"
 3228source = "registry+https://github.com/rust-lang/crates.io-index"
 3229checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 3230dependencies = [
 3231 "cc",
 3232]
 3233
 3234[[package]]
 3235name = "cobs"
 3236version = "0.2.3"
 3237source = "registry+https://github.com/rust-lang/crates.io-index"
 3238checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 3239
 3240[[package]]
 3241name = "cocoa"
 3242version = "0.25.0"
 3243source = "registry+https://github.com/rust-lang/crates.io-index"
 3244checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3245dependencies = [
 3246 "bitflags 1.3.2",
 3247 "block",
 3248 "cocoa-foundation 0.1.2",
 3249 "core-foundation 0.9.4",
 3250 "core-graphics 0.23.2",
 3251 "foreign-types 0.5.0",
 3252 "libc",
 3253 "objc",
 3254]
 3255
 3256[[package]]
 3257name = "cocoa"
 3258version = "0.26.0"
 3259source = "registry+https://github.com/rust-lang/crates.io-index"
 3260checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3261dependencies = [
 3262 "bitflags 2.9.0",
 3263 "block",
 3264 "cocoa-foundation 0.2.0",
 3265 "core-foundation 0.10.0",
 3266 "core-graphics 0.24.0",
 3267 "foreign-types 0.5.0",
 3268 "libc",
 3269 "objc",
 3270]
 3271
 3272[[package]]
 3273name = "cocoa-foundation"
 3274version = "0.1.2"
 3275source = "registry+https://github.com/rust-lang/crates.io-index"
 3276checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3277dependencies = [
 3278 "bitflags 1.3.2",
 3279 "block",
 3280 "core-foundation 0.9.4",
 3281 "core-graphics-types 0.1.3",
 3282 "libc",
 3283 "objc",
 3284]
 3285
 3286[[package]]
 3287name = "cocoa-foundation"
 3288version = "0.2.0"
 3289source = "registry+https://github.com/rust-lang/crates.io-index"
 3290checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3291dependencies = [
 3292 "bitflags 2.9.0",
 3293 "block",
 3294 "core-foundation 0.10.0",
 3295 "core-graphics-types 0.2.0",
 3296 "libc",
 3297 "objc",
 3298]
 3299
 3300[[package]]
 3301name = "codespan-reporting"
 3302version = "0.11.1"
 3303source = "registry+https://github.com/rust-lang/crates.io-index"
 3304checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 3305dependencies = [
 3306 "termcolor",
 3307 "unicode-width 0.1.14",
 3308]
 3309
 3310[[package]]
 3311name = "codespan-reporting"
 3312version = "0.12.0"
 3313source = "registry+https://github.com/rust-lang/crates.io-index"
 3314checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 3315dependencies = [
 3316 "serde",
 3317 "termcolor",
 3318 "unicode-width 0.2.0",
 3319]
 3320
 3321[[package]]
 3322name = "collab"
 3323version = "0.44.0"
 3324dependencies = [
 3325 "agent_settings",
 3326 "anyhow",
 3327 "assistant_context",
 3328 "assistant_slash_command",
 3329 "async-trait",
 3330 "async-tungstenite",
 3331 "audio",
 3332 "aws-config",
 3333 "aws-sdk-kinesis",
 3334 "aws-sdk-s3",
 3335 "axum",
 3336 "axum-extra",
 3337 "base64 0.22.1",
 3338 "buffer_diff",
 3339 "call",
 3340 "channel",
 3341 "chrono",
 3342 "client",
 3343 "clock",
 3344 "collab_ui",
 3345 "collections",
 3346 "command_palette_hooks",
 3347 "context_server",
 3348 "ctor",
 3349 "dap",
 3350 "dap-types",
 3351 "dap_adapters",
 3352 "dashmap 6.1.0",
 3353 "debugger_ui",
 3354 "editor",
 3355 "envy",
 3356 "extension",
 3357 "file_finder",
 3358 "fs",
 3359 "futures 0.3.31",
 3360 "git",
 3361 "git_hosting_providers",
 3362 "git_ui",
 3363 "gpui",
 3364 "gpui_tokio",
 3365 "hex",
 3366 "http_client",
 3367 "hyper 0.14.32",
 3368 "indoc",
 3369 "language",
 3370 "language_model",
 3371 "livekit_api",
 3372 "livekit_client",
 3373 "log",
 3374 "lsp",
 3375 "menu",
 3376 "multi_buffer",
 3377 "nanoid",
 3378 "node_runtime",
 3379 "notifications",
 3380 "parking_lot",
 3381 "pretty_assertions",
 3382 "project",
 3383 "prometheus",
 3384 "prompt_store",
 3385 "prost 0.9.0",
 3386 "rand 0.9.1",
 3387 "recent_projects",
 3388 "release_channel",
 3389 "remote",
 3390 "remote_server",
 3391 "reqwest 0.11.27",
 3392 "reqwest_client",
 3393 "rpc",
 3394 "rustc-demangle",
 3395 "scrypt",
 3396 "sea-orm",
 3397 "semantic_version",
 3398 "semver",
 3399 "serde",
 3400 "serde_json",
 3401 "session",
 3402 "settings",
 3403 "sha2",
 3404 "smol",
 3405 "sqlx",
 3406 "strum 0.27.1",
 3407 "subtle",
 3408 "supermaven_api",
 3409 "task",
 3410 "telemetry_events",
 3411 "text",
 3412 "theme",
 3413 "time",
 3414 "tokio",
 3415 "toml 0.8.20",
 3416 "tower 0.4.13",
 3417 "tower-http 0.4.4",
 3418 "tracing",
 3419 "tracing-subscriber",
 3420 "unindent",
 3421 "util",
 3422 "uuid",
 3423 "workspace",
 3424 "workspace-hack",
 3425 "worktree",
 3426 "zlog",
 3427]
 3428
 3429[[package]]
 3430name = "collab_ui"
 3431version = "0.1.0"
 3432dependencies = [
 3433 "anyhow",
 3434 "call",
 3435 "channel",
 3436 "chrono",
 3437 "client",
 3438 "collections",
 3439 "db",
 3440 "editor",
 3441 "futures 0.3.31",
 3442 "fuzzy",
 3443 "gpui",
 3444 "http_client",
 3445 "log",
 3446 "menu",
 3447 "notifications",
 3448 "picker",
 3449 "pretty_assertions",
 3450 "project",
 3451 "release_channel",
 3452 "rpc",
 3453 "serde",
 3454 "serde_json",
 3455 "settings",
 3456 "smallvec",
 3457 "story",
 3458 "telemetry",
 3459 "theme",
 3460 "time",
 3461 "time_format",
 3462 "title_bar",
 3463 "tree-sitter-md",
 3464 "ui",
 3465 "util",
 3466 "workspace",
 3467 "workspace-hack",
 3468]
 3469
 3470[[package]]
 3471name = "collections"
 3472version = "0.1.0"
 3473dependencies = [
 3474 "indexmap 2.9.0",
 3475 "rustc-hash 2.1.1",
 3476 "workspace-hack",
 3477]
 3478
 3479[[package]]
 3480name = "color_quant"
 3481version = "1.1.0"
 3482source = "registry+https://github.com/rust-lang/crates.io-index"
 3483checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3484
 3485[[package]]
 3486name = "colorchoice"
 3487version = "1.0.3"
 3488source = "registry+https://github.com/rust-lang/crates.io-index"
 3489checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3490
 3491[[package]]
 3492name = "combine"
 3493version = "4.6.7"
 3494source = "registry+https://github.com/rust-lang/crates.io-index"
 3495checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3496dependencies = [
 3497 "bytes 1.10.1",
 3498 "memchr",
 3499]
 3500
 3501[[package]]
 3502name = "command-fds"
 3503version = "0.3.1"
 3504source = "registry+https://github.com/rust-lang/crates.io-index"
 3505checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
 3506dependencies = [
 3507 "nix 0.30.1",
 3508 "thiserror 2.0.12",
 3509]
 3510
 3511[[package]]
 3512name = "command_palette"
 3513version = "0.1.0"
 3514dependencies = [
 3515 "anyhow",
 3516 "client",
 3517 "collections",
 3518 "command_palette_hooks",
 3519 "ctor",
 3520 "db",
 3521 "editor",
 3522 "env_logger 0.11.8",
 3523 "fuzzy",
 3524 "go_to_line",
 3525 "gpui",
 3526 "language",
 3527 "log",
 3528 "menu",
 3529 "picker",
 3530 "postage",
 3531 "project",
 3532 "serde",
 3533 "serde_json",
 3534 "settings",
 3535 "telemetry",
 3536 "theme",
 3537 "time",
 3538 "ui",
 3539 "util",
 3540 "workspace",
 3541 "workspace-hack",
 3542 "zed_actions",
 3543]
 3544
 3545[[package]]
 3546name = "command_palette_hooks"
 3547version = "0.1.0"
 3548dependencies = [
 3549 "collections",
 3550 "derive_more",
 3551 "gpui",
 3552 "workspace-hack",
 3553]
 3554
 3555[[package]]
 3556name = "component"
 3557version = "0.1.0"
 3558dependencies = [
 3559 "collections",
 3560 "documented",
 3561 "gpui",
 3562 "inventory",
 3563 "parking_lot",
 3564 "strum 0.27.1",
 3565 "theme",
 3566 "workspace-hack",
 3567]
 3568
 3569[[package]]
 3570name = "concurrent-queue"
 3571version = "2.5.0"
 3572source = "registry+https://github.com/rust-lang/crates.io-index"
 3573checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3574dependencies = [
 3575 "crossbeam-utils",
 3576]
 3577
 3578[[package]]
 3579name = "console"
 3580version = "0.15.11"
 3581source = "registry+https://github.com/rust-lang/crates.io-index"
 3582checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3583dependencies = [
 3584 "encode_unicode",
 3585 "libc",
 3586 "once_cell",
 3587 "unicode-width 0.2.0",
 3588 "windows-sys 0.59.0",
 3589]
 3590
 3591[[package]]
 3592name = "const-oid"
 3593version = "0.9.6"
 3594source = "registry+https://github.com/rust-lang/crates.io-index"
 3595checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3596
 3597[[package]]
 3598name = "const-random"
 3599version = "0.1.18"
 3600source = "registry+https://github.com/rust-lang/crates.io-index"
 3601checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3602dependencies = [
 3603 "const-random-macro",
 3604]
 3605
 3606[[package]]
 3607name = "const-random-macro"
 3608version = "0.1.16"
 3609source = "registry+https://github.com/rust-lang/crates.io-index"
 3610checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3611dependencies = [
 3612 "getrandom 0.2.15",
 3613 "once_cell",
 3614 "tiny-keccak",
 3615]
 3616
 3617[[package]]
 3618name = "constant_time_eq"
 3619version = "0.1.5"
 3620source = "registry+https://github.com/rust-lang/crates.io-index"
 3621checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3622
 3623[[package]]
 3624name = "context_server"
 3625version = "0.1.0"
 3626dependencies = [
 3627 "anyhow",
 3628 "async-trait",
 3629 "collections",
 3630 "futures 0.3.31",
 3631 "gpui",
 3632 "log",
 3633 "net",
 3634 "parking_lot",
 3635 "postage",
 3636 "schemars 1.0.1",
 3637 "serde",
 3638 "serde_json",
 3639 "settings",
 3640 "smol",
 3641 "tempfile",
 3642 "url",
 3643 "util",
 3644 "workspace-hack",
 3645]
 3646
 3647[[package]]
 3648name = "convert_case"
 3649version = "0.4.0"
 3650source = "registry+https://github.com/rust-lang/crates.io-index"
 3651checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3652
 3653[[package]]
 3654name = "convert_case"
 3655version = "0.6.0"
 3656source = "registry+https://github.com/rust-lang/crates.io-index"
 3657checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3658dependencies = [
 3659 "unicode-segmentation",
 3660]
 3661
 3662[[package]]
 3663name = "convert_case"
 3664version = "0.8.0"
 3665source = "registry+https://github.com/rust-lang/crates.io-index"
 3666checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3667dependencies = [
 3668 "unicode-segmentation",
 3669]
 3670
 3671[[package]]
 3672name = "copilot"
 3673version = "0.1.0"
 3674dependencies = [
 3675 "anyhow",
 3676 "async-std",
 3677 "chrono",
 3678 "client",
 3679 "clock",
 3680 "collections",
 3681 "command_palette_hooks",
 3682 "ctor",
 3683 "dirs 4.0.0",
 3684 "edit_prediction",
 3685 "editor",
 3686 "fs",
 3687 "futures 0.3.31",
 3688 "gpui",
 3689 "http_client",
 3690 "indoc",
 3691 "itertools 0.14.0",
 3692 "language",
 3693 "log",
 3694 "lsp",
 3695 "menu",
 3696 "node_runtime",
 3697 "parking_lot",
 3698 "paths",
 3699 "project",
 3700 "rpc",
 3701 "semver",
 3702 "serde",
 3703 "serde_json",
 3704 "settings",
 3705 "sum_tree",
 3706 "task",
 3707 "theme",
 3708 "ui",
 3709 "util",
 3710 "workspace",
 3711 "workspace-hack",
 3712 "zlog",
 3713]
 3714
 3715[[package]]
 3716name = "core-foundation"
 3717version = "0.9.4"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3720dependencies = [
 3721 "core-foundation-sys",
 3722 "libc",
 3723]
 3724
 3725[[package]]
 3726name = "core-foundation"
 3727version = "0.10.0"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3730dependencies = [
 3731 "core-foundation-sys",
 3732 "libc",
 3733]
 3734
 3735[[package]]
 3736name = "core-foundation-sys"
 3737version = "0.8.7"
 3738source = "registry+https://github.com/rust-lang/crates.io-index"
 3739checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3740
 3741[[package]]
 3742name = "core-graphics"
 3743version = "0.23.2"
 3744source = "registry+https://github.com/rust-lang/crates.io-index"
 3745checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3746dependencies = [
 3747 "bitflags 1.3.2",
 3748 "core-foundation 0.9.4",
 3749 "core-graphics-types 0.1.3",
 3750 "foreign-types 0.5.0",
 3751 "libc",
 3752]
 3753
 3754[[package]]
 3755name = "core-graphics"
 3756version = "0.24.0"
 3757source = "registry+https://github.com/rust-lang/crates.io-index"
 3758checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3759dependencies = [
 3760 "bitflags 2.9.0",
 3761 "core-foundation 0.10.0",
 3762 "core-graphics-types 0.2.0",
 3763 "foreign-types 0.5.0",
 3764 "libc",
 3765]
 3766
 3767[[package]]
 3768name = "core-graphics-helmer-fork"
 3769version = "0.24.0"
 3770source = "registry+https://github.com/rust-lang/crates.io-index"
 3771checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3772dependencies = [
 3773 "bitflags 2.9.0",
 3774 "core-foundation 0.9.4",
 3775 "core-graphics-types 0.1.3",
 3776 "foreign-types 0.5.0",
 3777 "libc",
 3778]
 3779
 3780[[package]]
 3781name = "core-graphics-types"
 3782version = "0.1.3"
 3783source = "registry+https://github.com/rust-lang/crates.io-index"
 3784checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3785dependencies = [
 3786 "bitflags 1.3.2",
 3787 "core-foundation 0.9.4",
 3788 "libc",
 3789]
 3790
 3791[[package]]
 3792name = "core-graphics-types"
 3793version = "0.2.0"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3796dependencies = [
 3797 "bitflags 2.9.0",
 3798 "core-foundation 0.10.0",
 3799 "libc",
 3800]
 3801
 3802[[package]]
 3803name = "core-graphics2"
 3804version = "0.4.1"
 3805source = "registry+https://github.com/rust-lang/crates.io-index"
 3806checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3807dependencies = [
 3808 "bitflags 2.9.0",
 3809 "block",
 3810 "cfg-if",
 3811 "core-foundation 0.10.0",
 3812 "libc",
 3813]
 3814
 3815[[package]]
 3816name = "core-services"
 3817version = "0.2.1"
 3818source = "registry+https://github.com/rust-lang/crates.io-index"
 3819checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3820dependencies = [
 3821 "core-foundation 0.9.4",
 3822]
 3823
 3824[[package]]
 3825name = "core-text"
 3826version = "21.0.0"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3829dependencies = [
 3830 "core-foundation 0.10.0",
 3831 "core-graphics 0.24.0",
 3832 "foreign-types 0.5.0",
 3833 "libc",
 3834]
 3835
 3836[[package]]
 3837name = "core-video"
 3838version = "0.4.3"
 3839source = "registry+https://github.com/rust-lang/crates.io-index"
 3840checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3841dependencies = [
 3842 "block",
 3843 "core-foundation 0.10.0",
 3844 "core-graphics2",
 3845 "io-surface",
 3846 "libc",
 3847 "metal",
 3848]
 3849
 3850[[package]]
 3851name = "core_maths"
 3852version = "0.1.1"
 3853source = "registry+https://github.com/rust-lang/crates.io-index"
 3854checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3855dependencies = [
 3856 "libm",
 3857]
 3858
 3859[[package]]
 3860name = "coreaudio-rs"
 3861version = "0.12.1"
 3862source = "registry+https://github.com/rust-lang/crates.io-index"
 3863checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3864dependencies = [
 3865 "bitflags 1.3.2",
 3866 "core-foundation-sys",
 3867 "coreaudio-sys",
 3868]
 3869
 3870[[package]]
 3871name = "coreaudio-rs"
 3872version = "0.13.0"
 3873source = "registry+https://github.com/rust-lang/crates.io-index"
 3874checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3875dependencies = [
 3876 "bitflags 1.3.2",
 3877 "libc",
 3878 "objc2-audio-toolbox",
 3879 "objc2-core-audio",
 3880 "objc2-core-audio-types",
 3881 "objc2-core-foundation",
 3882]
 3883
 3884[[package]]
 3885name = "coreaudio-sys"
 3886version = "0.2.16"
 3887source = "registry+https://github.com/rust-lang/crates.io-index"
 3888checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3889dependencies = [
 3890 "bindgen 0.70.1",
 3891]
 3892
 3893[[package]]
 3894name = "cosmic-text"
 3895version = "0.14.0"
 3896source = "registry+https://github.com/rust-lang/crates.io-index"
 3897checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3898dependencies = [
 3899 "bitflags 2.9.0",
 3900 "fontdb 0.16.2",
 3901 "log",
 3902 "rangemap",
 3903 "rustc-hash 1.1.0",
 3904 "rustybuzz 0.14.1",
 3905 "self_cell",
 3906 "smol_str",
 3907 "swash",
 3908 "sys-locale",
 3909 "ttf-parser 0.21.1",
 3910 "unicode-bidi",
 3911 "unicode-linebreak",
 3912 "unicode-script",
 3913 "unicode-segmentation",
 3914]
 3915
 3916[[package]]
 3917name = "cpal"
 3918version = "0.16.0"
 3919source = "registry+https://github.com/rust-lang/crates.io-index"
 3920checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
 3921dependencies = [
 3922 "alsa",
 3923 "coreaudio-rs 0.13.0",
 3924 "dasp_sample",
 3925 "jni",
 3926 "js-sys",
 3927 "libc",
 3928 "mach2 0.4.2",
 3929 "ndk",
 3930 "ndk-context",
 3931 "num-derive",
 3932 "num-traits",
 3933 "objc2-audio-toolbox",
 3934 "objc2-core-audio",
 3935 "objc2-core-audio-types",
 3936 "wasm-bindgen",
 3937 "wasm-bindgen-futures",
 3938 "web-sys",
 3939 "windows 0.54.0",
 3940]
 3941
 3942[[package]]
 3943name = "cpp_demangle"
 3944version = "0.4.4"
 3945source = "registry+https://github.com/rust-lang/crates.io-index"
 3946checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3947dependencies = [
 3948 "cfg-if",
 3949]
 3950
 3951[[package]]
 3952name = "cpufeatures"
 3953version = "0.2.17"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3956dependencies = [
 3957 "libc",
 3958]
 3959
 3960[[package]]
 3961name = "cranelift-bforest"
 3962version = "0.116.1"
 3963source = "registry+https://github.com/rust-lang/crates.io-index"
 3964checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3965dependencies = [
 3966 "cranelift-entity",
 3967]
 3968
 3969[[package]]
 3970name = "cranelift-bitset"
 3971version = "0.116.1"
 3972source = "registry+https://github.com/rust-lang/crates.io-index"
 3973checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3974dependencies = [
 3975 "serde",
 3976 "serde_derive",
 3977]
 3978
 3979[[package]]
 3980name = "cranelift-codegen"
 3981version = "0.116.1"
 3982source = "registry+https://github.com/rust-lang/crates.io-index"
 3983checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3984dependencies = [
 3985 "bumpalo",
 3986 "cranelift-bforest",
 3987 "cranelift-bitset",
 3988 "cranelift-codegen-meta",
 3989 "cranelift-codegen-shared",
 3990 "cranelift-control",
 3991 "cranelift-entity",
 3992 "cranelift-isle",
 3993 "gimli",
 3994 "hashbrown 0.14.5",
 3995 "log",
 3996 "postcard",
 3997 "regalloc2",
 3998 "rustc-hash 2.1.1",
 3999 "serde",
 4000 "serde_derive",
 4001 "sha2",
 4002 "smallvec",
 4003 "target-lexicon 0.13.2",
 4004]
 4005
 4006[[package]]
 4007name = "cranelift-codegen-meta"
 4008version = "0.116.1"
 4009source = "registry+https://github.com/rust-lang/crates.io-index"
 4010checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 4011dependencies = [
 4012 "cranelift-codegen-shared",
 4013]
 4014
 4015[[package]]
 4016name = "cranelift-codegen-shared"
 4017version = "0.116.1"
 4018source = "registry+https://github.com/rust-lang/crates.io-index"
 4019checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 4020
 4021[[package]]
 4022name = "cranelift-control"
 4023version = "0.116.1"
 4024source = "registry+https://github.com/rust-lang/crates.io-index"
 4025checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 4026dependencies = [
 4027 "arbitrary",
 4028]
 4029
 4030[[package]]
 4031name = "cranelift-entity"
 4032version = "0.116.1"
 4033source = "registry+https://github.com/rust-lang/crates.io-index"
 4034checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 4035dependencies = [
 4036 "cranelift-bitset",
 4037 "serde",
 4038 "serde_derive",
 4039]
 4040
 4041[[package]]
 4042name = "cranelift-frontend"
 4043version = "0.116.1"
 4044source = "registry+https://github.com/rust-lang/crates.io-index"
 4045checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 4046dependencies = [
 4047 "cranelift-codegen",
 4048 "log",
 4049 "smallvec",
 4050 "target-lexicon 0.13.2",
 4051]
 4052
 4053[[package]]
 4054name = "cranelift-isle"
 4055version = "0.116.1"
 4056source = "registry+https://github.com/rust-lang/crates.io-index"
 4057checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 4058
 4059[[package]]
 4060name = "cranelift-native"
 4061version = "0.116.1"
 4062source = "registry+https://github.com/rust-lang/crates.io-index"
 4063checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 4064dependencies = [
 4065 "cranelift-codegen",
 4066 "libc",
 4067 "target-lexicon 0.13.2",
 4068]
 4069
 4070[[package]]
 4071name = "crash-context"
 4072version = "0.6.3"
 4073source = "registry+https://github.com/rust-lang/crates.io-index"
 4074checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4075dependencies = [
 4076 "cfg-if",
 4077 "libc",
 4078 "mach2 0.4.2",
 4079]
 4080
 4081[[package]]
 4082name = "crash-handler"
 4083version = "0.6.3"
 4084source = "registry+https://github.com/rust-lang/crates.io-index"
 4085checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4086dependencies = [
 4087 "cfg-if",
 4088 "crash-context",
 4089 "libc",
 4090 "mach2 0.4.2",
 4091 "parking_lot",
 4092]
 4093
 4094[[package]]
 4095name = "crashes"
 4096version = "0.1.0"
 4097dependencies = [
 4098 "bincode",
 4099 "cfg-if",
 4100 "crash-handler",
 4101 "log",
 4102 "mach2 0.5.0",
 4103 "minidumper",
 4104 "paths",
 4105 "release_channel",
 4106 "serde",
 4107 "serde_json",
 4108 "smol",
 4109 "system_specs",
 4110 "workspace-hack",
 4111 "zstd",
 4112]
 4113
 4114[[package]]
 4115name = "crc"
 4116version = "3.3.0"
 4117source = "registry+https://github.com/rust-lang/crates.io-index"
 4118checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4119dependencies = [
 4120 "crc-catalog",
 4121]
 4122
 4123[[package]]
 4124name = "crc-catalog"
 4125version = "2.4.0"
 4126source = "registry+https://github.com/rust-lang/crates.io-index"
 4127checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4128
 4129[[package]]
 4130name = "crc32c"
 4131version = "0.6.8"
 4132source = "registry+https://github.com/rust-lang/crates.io-index"
 4133checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 4134dependencies = [
 4135 "rustc_version",
 4136]
 4137
 4138[[package]]
 4139name = "crc32fast"
 4140version = "1.4.2"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 4143dependencies = [
 4144 "cfg-if",
 4145]
 4146
 4147[[package]]
 4148name = "crc64fast-nvme"
 4149version = "1.2.0"
 4150source = "registry+https://github.com/rust-lang/crates.io-index"
 4151checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 4152dependencies = [
 4153 "crc",
 4154]
 4155
 4156[[package]]
 4157name = "credentials_provider"
 4158version = "0.1.0"
 4159dependencies = [
 4160 "anyhow",
 4161 "futures 0.3.31",
 4162 "gpui",
 4163 "paths",
 4164 "release_channel",
 4165 "serde",
 4166 "serde_json",
 4167 "workspace-hack",
 4168]
 4169
 4170[[package]]
 4171name = "criterion"
 4172version = "0.5.1"
 4173source = "registry+https://github.com/rust-lang/crates.io-index"
 4174checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4175dependencies = [
 4176 "anes",
 4177 "cast",
 4178 "ciborium",
 4179 "clap",
 4180 "criterion-plot",
 4181 "is-terminal",
 4182 "itertools 0.10.5",
 4183 "num-traits",
 4184 "once_cell",
 4185 "oorandom",
 4186 "plotters",
 4187 "rayon",
 4188 "regex",
 4189 "serde",
 4190 "serde_derive",
 4191 "serde_json",
 4192 "tinytemplate",
 4193 "walkdir",
 4194]
 4195
 4196[[package]]
 4197name = "criterion-plot"
 4198version = "0.5.0"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4201dependencies = [
 4202 "cast",
 4203 "itertools 0.10.5",
 4204]
 4205
 4206[[package]]
 4207name = "crossbeam"
 4208version = "0.8.4"
 4209source = "registry+https://github.com/rust-lang/crates.io-index"
 4210checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4211dependencies = [
 4212 "crossbeam-channel",
 4213 "crossbeam-deque",
 4214 "crossbeam-epoch",
 4215 "crossbeam-queue",
 4216 "crossbeam-utils",
 4217]
 4218
 4219[[package]]
 4220name = "crossbeam-channel"
 4221version = "0.5.15"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4224dependencies = [
 4225 "crossbeam-utils",
 4226]
 4227
 4228[[package]]
 4229name = "crossbeam-deque"
 4230version = "0.8.6"
 4231source = "registry+https://github.com/rust-lang/crates.io-index"
 4232checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4233dependencies = [
 4234 "crossbeam-epoch",
 4235 "crossbeam-utils",
 4236]
 4237
 4238[[package]]
 4239name = "crossbeam-epoch"
 4240version = "0.9.18"
 4241source = "registry+https://github.com/rust-lang/crates.io-index"
 4242checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4243dependencies = [
 4244 "crossbeam-utils",
 4245]
 4246
 4247[[package]]
 4248name = "crossbeam-queue"
 4249version = "0.3.12"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4252dependencies = [
 4253 "crossbeam-utils",
 4254]
 4255
 4256[[package]]
 4257name = "crossbeam-utils"
 4258version = "0.8.21"
 4259source = "registry+https://github.com/rust-lang/crates.io-index"
 4260checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4261
 4262[[package]]
 4263name = "crunchy"
 4264version = "0.2.3"
 4265source = "registry+https://github.com/rust-lang/crates.io-index"
 4266checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 4267
 4268[[package]]
 4269name = "crypto-bigint"
 4270version = "0.4.9"
 4271source = "registry+https://github.com/rust-lang/crates.io-index"
 4272checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4273dependencies = [
 4274 "generic-array",
 4275 "rand_core 0.6.4",
 4276 "subtle",
 4277 "zeroize",
 4278]
 4279
 4280[[package]]
 4281name = "crypto-bigint"
 4282version = "0.5.5"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4285dependencies = [
 4286 "rand_core 0.6.4",
 4287 "subtle",
 4288]
 4289
 4290[[package]]
 4291name = "crypto-common"
 4292version = "0.1.6"
 4293source = "registry+https://github.com/rust-lang/crates.io-index"
 4294checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4295dependencies = [
 4296 "generic-array",
 4297 "rand_core 0.6.4",
 4298 "typenum",
 4299]
 4300
 4301[[package]]
 4302name = "cssparser"
 4303version = "0.35.0"
 4304source = "registry+https://github.com/rust-lang/crates.io-index"
 4305checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4306dependencies = [
 4307 "cssparser-macros",
 4308 "dtoa-short",
 4309 "itoa",
 4310 "phf",
 4311 "smallvec",
 4312]
 4313
 4314[[package]]
 4315name = "cssparser-macros"
 4316version = "0.6.1"
 4317source = "registry+https://github.com/rust-lang/crates.io-index"
 4318checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4319dependencies = [
 4320 "quote",
 4321 "syn 2.0.101",
 4322]
 4323
 4324[[package]]
 4325name = "ctor"
 4326version = "0.4.2"
 4327source = "registry+https://github.com/rust-lang/crates.io-index"
 4328checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 4329dependencies = [
 4330 "ctor-proc-macro",
 4331 "dtor",
 4332]
 4333
 4334[[package]]
 4335name = "ctor-proc-macro"
 4336version = "0.0.5"
 4337source = "registry+https://github.com/rust-lang/crates.io-index"
 4338checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 4339
 4340[[package]]
 4341name = "ctrlc"
 4342version = "3.4.6"
 4343source = "registry+https://github.com/rust-lang/crates.io-index"
 4344checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 4345dependencies = [
 4346 "nix 0.29.0",
 4347 "windows-sys 0.59.0",
 4348]
 4349
 4350[[package]]
 4351name = "cursor-icon"
 4352version = "1.1.0"
 4353source = "registry+https://github.com/rust-lang/crates.io-index"
 4354checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 4355
 4356[[package]]
 4357name = "cxx"
 4358version = "1.0.157"
 4359source = "registry+https://github.com/rust-lang/crates.io-index"
 4360checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 4361dependencies = [
 4362 "cc",
 4363 "cxxbridge-cmd",
 4364 "cxxbridge-flags",
 4365 "cxxbridge-macro",
 4366 "foldhash",
 4367 "link-cplusplus",
 4368]
 4369
 4370[[package]]
 4371name = "cxx-build"
 4372version = "1.0.157"
 4373source = "registry+https://github.com/rust-lang/crates.io-index"
 4374checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 4375dependencies = [
 4376 "cc",
 4377 "codespan-reporting 0.12.0",
 4378 "proc-macro2",
 4379 "quote",
 4380 "scratch",
 4381 "syn 2.0.101",
 4382]
 4383
 4384[[package]]
 4385name = "cxxbridge-cmd"
 4386version = "1.0.157"
 4387source = "registry+https://github.com/rust-lang/crates.io-index"
 4388checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 4389dependencies = [
 4390 "clap",
 4391 "codespan-reporting 0.12.0",
 4392 "proc-macro2",
 4393 "quote",
 4394 "syn 2.0.101",
 4395]
 4396
 4397[[package]]
 4398name = "cxxbridge-flags"
 4399version = "1.0.157"
 4400source = "registry+https://github.com/rust-lang/crates.io-index"
 4401checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 4402
 4403[[package]]
 4404name = "cxxbridge-macro"
 4405version = "1.0.157"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 4408dependencies = [
 4409 "proc-macro2",
 4410 "quote",
 4411 "rustversion",
 4412 "syn 2.0.101",
 4413]
 4414
 4415[[package]]
 4416name = "dap"
 4417version = "0.1.0"
 4418dependencies = [
 4419 "anyhow",
 4420 "async-compression",
 4421 "async-pipe",
 4422 "async-tar",
 4423 "async-trait",
 4424 "client",
 4425 "collections",
 4426 "dap-types",
 4427 "fs",
 4428 "futures 0.3.31",
 4429 "gpui",
 4430 "http_client",
 4431 "language",
 4432 "libc",
 4433 "log",
 4434 "node_runtime",
 4435 "parking_lot",
 4436 "paths",
 4437 "proto",
 4438 "schemars 1.0.1",
 4439 "serde",
 4440 "serde_json",
 4441 "settings",
 4442 "smallvec",
 4443 "smol",
 4444 "task",
 4445 "telemetry",
 4446 "tree-sitter",
 4447 "tree-sitter-go",
 4448 "util",
 4449 "workspace-hack",
 4450 "zlog",
 4451]
 4452
 4453[[package]]
 4454name = "dap-types"
 4455version = "0.0.1"
 4456source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4457dependencies = [
 4458 "schemars 1.0.1",
 4459 "serde",
 4460 "serde_json",
 4461]
 4462
 4463[[package]]
 4464name = "dap_adapters"
 4465version = "0.1.0"
 4466dependencies = [
 4467 "anyhow",
 4468 "async-trait",
 4469 "collections",
 4470 "dap",
 4471 "dotenvy",
 4472 "fs",
 4473 "futures 0.3.31",
 4474 "gpui",
 4475 "json_dotpath",
 4476 "language",
 4477 "log",
 4478 "paths",
 4479 "serde",
 4480 "serde_json",
 4481 "shlex",
 4482 "smol",
 4483 "task",
 4484 "util",
 4485 "workspace-hack",
 4486]
 4487
 4488[[package]]
 4489name = "darling"
 4490version = "0.20.11"
 4491source = "registry+https://github.com/rust-lang/crates.io-index"
 4492checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4493dependencies = [
 4494 "darling_core",
 4495 "darling_macro",
 4496]
 4497
 4498[[package]]
 4499name = "darling_core"
 4500version = "0.20.11"
 4501source = "registry+https://github.com/rust-lang/crates.io-index"
 4502checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4503dependencies = [
 4504 "fnv",
 4505 "ident_case",
 4506 "proc-macro2",
 4507 "quote",
 4508 "strsim",
 4509 "syn 2.0.101",
 4510]
 4511
 4512[[package]]
 4513name = "darling_macro"
 4514version = "0.20.11"
 4515source = "registry+https://github.com/rust-lang/crates.io-index"
 4516checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4517dependencies = [
 4518 "darling_core",
 4519 "quote",
 4520 "syn 2.0.101",
 4521]
 4522
 4523[[package]]
 4524name = "dashmap"
 4525version = "5.5.3"
 4526source = "registry+https://github.com/rust-lang/crates.io-index"
 4527checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4528dependencies = [
 4529 "cfg-if",
 4530 "hashbrown 0.14.5",
 4531 "lock_api",
 4532 "once_cell",
 4533 "parking_lot_core",
 4534]
 4535
 4536[[package]]
 4537name = "dashmap"
 4538version = "6.1.0"
 4539source = "registry+https://github.com/rust-lang/crates.io-index"
 4540checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4541dependencies = [
 4542 "cfg-if",
 4543 "crossbeam-utils",
 4544 "hashbrown 0.14.5",
 4545 "lock_api",
 4546 "once_cell",
 4547 "parking_lot_core",
 4548]
 4549
 4550[[package]]
 4551name = "dasp_sample"
 4552version = "0.11.0"
 4553source = "registry+https://github.com/rust-lang/crates.io-index"
 4554checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4555
 4556[[package]]
 4557name = "data-encoding"
 4558version = "2.9.0"
 4559source = "registry+https://github.com/rust-lang/crates.io-index"
 4560checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4561
 4562[[package]]
 4563name = "data-url"
 4564version = "0.3.1"
 4565source = "registry+https://github.com/rust-lang/crates.io-index"
 4566checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4567
 4568[[package]]
 4569name = "db"
 4570version = "0.1.0"
 4571dependencies = [
 4572 "anyhow",
 4573 "gpui",
 4574 "indoc",
 4575 "log",
 4576 "paths",
 4577 "release_channel",
 4578 "smol",
 4579 "sqlez",
 4580 "sqlez_macros",
 4581 "tempfile",
 4582 "util",
 4583 "workspace-hack",
 4584 "zed_env_vars",
 4585]
 4586
 4587[[package]]
 4588name = "dbus"
 4589version = "0.9.7"
 4590source = "registry+https://github.com/rust-lang/crates.io-index"
 4591checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4592dependencies = [
 4593 "libc",
 4594 "libdbus-sys",
 4595 "winapi",
 4596]
 4597
 4598[[package]]
 4599name = "debug_adapter_extension"
 4600version = "0.1.0"
 4601dependencies = [
 4602 "anyhow",
 4603 "async-trait",
 4604 "dap",
 4605 "extension",
 4606 "gpui",
 4607 "serde_json",
 4608 "task",
 4609 "util",
 4610 "workspace-hack",
 4611]
 4612
 4613[[package]]
 4614name = "debugger_tools"
 4615version = "0.1.0"
 4616dependencies = [
 4617 "anyhow",
 4618 "dap",
 4619 "editor",
 4620 "futures 0.3.31",
 4621 "gpui",
 4622 "project",
 4623 "serde_json",
 4624 "settings",
 4625 "smol",
 4626 "util",
 4627 "workspace",
 4628 "workspace-hack",
 4629]
 4630
 4631[[package]]
 4632name = "debugger_ui"
 4633version = "0.1.0"
 4634dependencies = [
 4635 "alacritty_terminal",
 4636 "anyhow",
 4637 "bitflags 2.9.0",
 4638 "client",
 4639 "collections",
 4640 "command_palette_hooks",
 4641 "dap",
 4642 "dap_adapters",
 4643 "db",
 4644 "debugger_tools",
 4645 "editor",
 4646 "file_icons",
 4647 "futures 0.3.31",
 4648 "fuzzy",
 4649 "gpui",
 4650 "hex",
 4651 "indoc",
 4652 "itertools 0.14.0",
 4653 "language",
 4654 "log",
 4655 "menu",
 4656 "notifications",
 4657 "parking_lot",
 4658 "parse_int",
 4659 "paths",
 4660 "picker",
 4661 "pretty_assertions",
 4662 "project",
 4663 "rpc",
 4664 "schemars 1.0.1",
 4665 "serde",
 4666 "serde_json",
 4667 "serde_json_lenient",
 4668 "settings",
 4669 "shlex",
 4670 "sysinfo",
 4671 "task",
 4672 "tasks_ui",
 4673 "telemetry",
 4674 "terminal_view",
 4675 "text",
 4676 "theme",
 4677 "tree-sitter",
 4678 "tree-sitter-go",
 4679 "tree-sitter-json",
 4680 "ui",
 4681 "unindent",
 4682 "util",
 4683 "workspace",
 4684 "workspace-hack",
 4685 "zed_actions",
 4686 "zlog",
 4687]
 4688
 4689[[package]]
 4690name = "debugid"
 4691version = "0.8.0"
 4692source = "registry+https://github.com/rust-lang/crates.io-index"
 4693checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4694dependencies = [
 4695 "uuid",
 4696]
 4697
 4698[[package]]
 4699name = "deepseek"
 4700version = "0.1.0"
 4701dependencies = [
 4702 "anyhow",
 4703 "futures 0.3.31",
 4704 "http_client",
 4705 "schemars 1.0.1",
 4706 "serde",
 4707 "serde_json",
 4708 "workspace-hack",
 4709]
 4710
 4711[[package]]
 4712name = "deflate64"
 4713version = "0.1.9"
 4714source = "registry+https://github.com/rust-lang/crates.io-index"
 4715checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4716
 4717[[package]]
 4718name = "denoise"
 4719version = "0.1.0"
 4720dependencies = [
 4721 "candle-core",
 4722 "candle-onnx",
 4723 "log",
 4724 "realfft",
 4725 "rodio",
 4726 "rustfft",
 4727 "thiserror 2.0.12",
 4728 "workspace-hack",
 4729]
 4730
 4731[[package]]
 4732name = "der"
 4733version = "0.6.1"
 4734source = "registry+https://github.com/rust-lang/crates.io-index"
 4735checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4736dependencies = [
 4737 "const-oid",
 4738 "zeroize",
 4739]
 4740
 4741[[package]]
 4742name = "der"
 4743version = "0.7.10"
 4744source = "registry+https://github.com/rust-lang/crates.io-index"
 4745checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4746dependencies = [
 4747 "const-oid",
 4748 "pem-rfc7468",
 4749 "zeroize",
 4750]
 4751
 4752[[package]]
 4753name = "deranged"
 4754version = "0.4.0"
 4755source = "registry+https://github.com/rust-lang/crates.io-index"
 4756checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4757dependencies = [
 4758 "powerfmt",
 4759 "serde",
 4760]
 4761
 4762[[package]]
 4763name = "derive_arbitrary"
 4764version = "1.4.2"
 4765source = "registry+https://github.com/rust-lang/crates.io-index"
 4766checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4767dependencies = [
 4768 "proc-macro2",
 4769 "quote",
 4770 "syn 2.0.101",
 4771]
 4772
 4773[[package]]
 4774name = "derive_more"
 4775version = "0.99.19"
 4776source = "registry+https://github.com/rust-lang/crates.io-index"
 4777checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4778dependencies = [
 4779 "convert_case 0.4.0",
 4780 "proc-macro2",
 4781 "quote",
 4782 "rustc_version",
 4783 "syn 2.0.101",
 4784]
 4785
 4786[[package]]
 4787name = "derive_refineable"
 4788version = "0.1.0"
 4789dependencies = [
 4790 "proc-macro2",
 4791 "quote",
 4792 "syn 2.0.101",
 4793 "workspace-hack",
 4794]
 4795
 4796[[package]]
 4797name = "diagnostics"
 4798version = "0.1.0"
 4799dependencies = [
 4800 "anyhow",
 4801 "client",
 4802 "collections",
 4803 "component",
 4804 "ctor",
 4805 "editor",
 4806 "gpui",
 4807 "indoc",
 4808 "language",
 4809 "log",
 4810 "lsp",
 4811 "markdown",
 4812 "pretty_assertions",
 4813 "project",
 4814 "rand 0.9.1",
 4815 "serde",
 4816 "serde_json",
 4817 "settings",
 4818 "text",
 4819 "theme",
 4820 "ui",
 4821 "unindent",
 4822 "util",
 4823 "workspace",
 4824 "workspace-hack",
 4825 "zlog",
 4826]
 4827
 4828[[package]]
 4829name = "dialoguer"
 4830version = "0.11.0"
 4831source = "registry+https://github.com/rust-lang/crates.io-index"
 4832checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4833dependencies = [
 4834 "console",
 4835 "fuzzy-matcher",
 4836 "shell-words",
 4837 "tempfile",
 4838 "thiserror 1.0.69",
 4839 "zeroize",
 4840]
 4841
 4842[[package]]
 4843name = "diff"
 4844version = "0.1.13"
 4845source = "registry+https://github.com/rust-lang/crates.io-index"
 4846checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4847
 4848[[package]]
 4849name = "diffy"
 4850version = "0.4.2"
 4851source = "registry+https://github.com/rust-lang/crates.io-index"
 4852checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4853dependencies = [
 4854 "nu-ansi-term",
 4855]
 4856
 4857[[package]]
 4858name = "digest"
 4859version = "0.10.7"
 4860source = "registry+https://github.com/rust-lang/crates.io-index"
 4861checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4862dependencies = [
 4863 "block-buffer",
 4864 "const-oid",
 4865 "crypto-common",
 4866 "subtle",
 4867]
 4868
 4869[[package]]
 4870name = "dirs"
 4871version = "4.0.0"
 4872source = "registry+https://github.com/rust-lang/crates.io-index"
 4873checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4874dependencies = [
 4875 "dirs-sys 0.3.7",
 4876]
 4877
 4878[[package]]
 4879name = "dirs"
 4880version = "5.0.1"
 4881source = "registry+https://github.com/rust-lang/crates.io-index"
 4882checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4883dependencies = [
 4884 "dirs-sys 0.4.1",
 4885]
 4886
 4887[[package]]
 4888name = "dirs"
 4889version = "6.0.0"
 4890source = "registry+https://github.com/rust-lang/crates.io-index"
 4891checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4892dependencies = [
 4893 "dirs-sys 0.5.0",
 4894]
 4895
 4896[[package]]
 4897name = "dirs-sys"
 4898version = "0.3.7"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4901dependencies = [
 4902 "libc",
 4903 "redox_users 0.4.6",
 4904 "winapi",
 4905]
 4906
 4907[[package]]
 4908name = "dirs-sys"
 4909version = "0.4.1"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4912dependencies = [
 4913 "libc",
 4914 "option-ext",
 4915 "redox_users 0.4.6",
 4916 "windows-sys 0.48.0",
 4917]
 4918
 4919[[package]]
 4920name = "dirs-sys"
 4921version = "0.5.0"
 4922source = "registry+https://github.com/rust-lang/crates.io-index"
 4923checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4924dependencies = [
 4925 "libc",
 4926 "option-ext",
 4927 "redox_users 0.5.0",
 4928 "windows-sys 0.61.0",
 4929]
 4930
 4931[[package]]
 4932name = "dispatch"
 4933version = "0.2.0"
 4934source = "registry+https://github.com/rust-lang/crates.io-index"
 4935checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4936
 4937[[package]]
 4938name = "dispatch2"
 4939version = "0.3.0"
 4940source = "registry+https://github.com/rust-lang/crates.io-index"
 4941checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4942dependencies = [
 4943 "bitflags 2.9.0",
 4944 "objc2",
 4945]
 4946
 4947[[package]]
 4948name = "displaydoc"
 4949version = "0.2.5"
 4950source = "registry+https://github.com/rust-lang/crates.io-index"
 4951checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4952dependencies = [
 4953 "proc-macro2",
 4954 "quote",
 4955 "syn 2.0.101",
 4956]
 4957
 4958[[package]]
 4959name = "dlib"
 4960version = "0.5.2"
 4961source = "registry+https://github.com/rust-lang/crates.io-index"
 4962checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4963dependencies = [
 4964 "libloading",
 4965]
 4966
 4967[[package]]
 4968name = "docs_preprocessor"
 4969version = "0.1.0"
 4970dependencies = [
 4971 "anyhow",
 4972 "command_palette",
 4973 "gpui",
 4974 "mdbook",
 4975 "regex",
 4976 "serde",
 4977 "serde_json",
 4978 "settings",
 4979 "util",
 4980 "workspace-hack",
 4981 "zed",
 4982 "zlog",
 4983]
 4984
 4985[[package]]
 4986name = "documented"
 4987version = "0.9.1"
 4988source = "registry+https://github.com/rust-lang/crates.io-index"
 4989checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4990dependencies = [
 4991 "documented-macros",
 4992 "phf",
 4993 "thiserror 1.0.69",
 4994]
 4995
 4996[[package]]
 4997name = "documented-macros"
 4998version = "0.9.1"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 5001dependencies = [
 5002 "convert_case 0.6.0",
 5003 "itertools 0.13.0",
 5004 "optfield",
 5005 "proc-macro2",
 5006 "quote",
 5007 "strum 0.26.3",
 5008 "syn 2.0.101",
 5009]
 5010
 5011[[package]]
 5012name = "dotenvy"
 5013version = "0.15.7"
 5014source = "registry+https://github.com/rust-lang/crates.io-index"
 5015checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5016
 5017[[package]]
 5018name = "downcast-rs"
 5019version = "1.2.1"
 5020source = "registry+https://github.com/rust-lang/crates.io-index"
 5021checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5022
 5023[[package]]
 5024name = "doxygen-rs"
 5025version = "0.4.2"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5028dependencies = [
 5029 "phf",
 5030]
 5031
 5032[[package]]
 5033name = "dtoa"
 5034version = "1.0.10"
 5035source = "registry+https://github.com/rust-lang/crates.io-index"
 5036checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5037
 5038[[package]]
 5039name = "dtoa-short"
 5040version = "0.3.5"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5043dependencies = [
 5044 "dtoa",
 5045]
 5046
 5047[[package]]
 5048name = "dtor"
 5049version = "0.0.6"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5052dependencies = [
 5053 "dtor-proc-macro",
 5054]
 5055
 5056[[package]]
 5057name = "dtor-proc-macro"
 5058version = "0.0.5"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5061
 5062[[package]]
 5063name = "dunce"
 5064version = "1.0.5"
 5065source = "registry+https://github.com/rust-lang/crates.io-index"
 5066checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5067
 5068[[package]]
 5069name = "dwrote"
 5070version = "0.11.3"
 5071source = "registry+https://github.com/rust-lang/crates.io-index"
 5072checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 5073dependencies = [
 5074 "lazy_static",
 5075 "libc",
 5076 "winapi",
 5077 "wio",
 5078]
 5079
 5080[[package]]
 5081name = "dyn-clone"
 5082version = "1.0.19"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 5085
 5086[[package]]
 5087name = "dyn-stack"
 5088version = "0.10.0"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5091dependencies = [
 5092 "bytemuck",
 5093 "reborrow",
 5094]
 5095
 5096[[package]]
 5097name = "dyn-stack"
 5098version = "0.13.0"
 5099source = "registry+https://github.com/rust-lang/crates.io-index"
 5100checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
 5101dependencies = [
 5102 "bytemuck",
 5103]
 5104
 5105[[package]]
 5106name = "ec4rs"
 5107version = "1.2.0"
 5108source = "registry+https://github.com/rust-lang/crates.io-index"
 5109checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5110
 5111[[package]]
 5112name = "ecdsa"
 5113version = "0.14.8"
 5114source = "registry+https://github.com/rust-lang/crates.io-index"
 5115checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5116dependencies = [
 5117 "der 0.6.1",
 5118 "elliptic-curve",
 5119 "rfc6979",
 5120 "signature 1.6.4",
 5121]
 5122
 5123[[package]]
 5124name = "edit_prediction"
 5125version = "0.1.0"
 5126dependencies = [
 5127 "client",
 5128 "gpui",
 5129 "language",
 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 "postage",
 5183 "pretty_assertions",
 5184 "project",
 5185 "regex",
 5186 "serde",
 5187 "serde_json",
 5188 "settings",
 5189 "slotmap",
 5190 "strum 0.27.1",
 5191 "text",
 5192 "tree-sitter",
 5193 "util",
 5194 "workspace-hack",
 5195 "zlog",
 5196]
 5197
 5198[[package]]
 5199name = "editor"
 5200version = "0.1.0"
 5201dependencies = [
 5202 "aho-corasick",
 5203 "anyhow",
 5204 "assets",
 5205 "buffer_diff",
 5206 "client",
 5207 "clock",
 5208 "collections",
 5209 "convert_case 0.8.0",
 5210 "criterion",
 5211 "ctor",
 5212 "dap",
 5213 "db",
 5214 "edit_prediction",
 5215 "emojis",
 5216 "file_icons",
 5217 "fs",
 5218 "futures 0.3.31",
 5219 "fuzzy",
 5220 "git",
 5221 "gpui",
 5222 "http_client",
 5223 "indoc",
 5224 "itertools 0.14.0",
 5225 "language",
 5226 "languages",
 5227 "linkify",
 5228 "log",
 5229 "lsp",
 5230 "markdown",
 5231 "menu",
 5232 "multi_buffer",
 5233 "ordered-float 2.10.1",
 5234 "parking_lot",
 5235 "pretty_assertions",
 5236 "project",
 5237 "rand 0.9.1",
 5238 "regex",
 5239 "release_channel",
 5240 "rpc",
 5241 "schemars 1.0.1",
 5242 "serde",
 5243 "serde_json",
 5244 "settings",
 5245 "smallvec",
 5246 "smol",
 5247 "snippet",
 5248 "sum_tree",
 5249 "task",
 5250 "telemetry",
 5251 "tempfile",
 5252 "text",
 5253 "theme",
 5254 "time",
 5255 "tree-sitter-bash",
 5256 "tree-sitter-c",
 5257 "tree-sitter-html",
 5258 "tree-sitter-python",
 5259 "tree-sitter-rust",
 5260 "tree-sitter-typescript",
 5261 "tree-sitter-yaml",
 5262 "ui",
 5263 "unicode-script",
 5264 "unicode-segmentation",
 5265 "unindent",
 5266 "url",
 5267 "util",
 5268 "uuid",
 5269 "vim_mode_setting",
 5270 "workspace",
 5271 "workspace-hack",
 5272 "zed_actions",
 5273 "zlog",
 5274]
 5275
 5276[[package]]
 5277name = "either"
 5278version = "1.15.0"
 5279source = "registry+https://github.com/rust-lang/crates.io-index"
 5280checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5281dependencies = [
 5282 "serde",
 5283]
 5284
 5285[[package]]
 5286name = "elasticlunr-rs"
 5287version = "3.0.2"
 5288source = "registry+https://github.com/rust-lang/crates.io-index"
 5289checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5290dependencies = [
 5291 "regex",
 5292 "serde",
 5293 "serde_derive",
 5294 "serde_json",
 5295]
 5296
 5297[[package]]
 5298name = "elliptic-curve"
 5299version = "0.12.3"
 5300source = "registry+https://github.com/rust-lang/crates.io-index"
 5301checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5302dependencies = [
 5303 "base16ct",
 5304 "crypto-bigint 0.4.9",
 5305 "der 0.6.1",
 5306 "digest",
 5307 "ff",
 5308 "generic-array",
 5309 "group",
 5310 "pkcs8 0.9.0",
 5311 "rand_core 0.6.4",
 5312 "sec1",
 5313 "subtle",
 5314 "zeroize",
 5315]
 5316
 5317[[package]]
 5318name = "email_address"
 5319version = "0.2.9"
 5320source = "registry+https://github.com/rust-lang/crates.io-index"
 5321checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5322dependencies = [
 5323 "serde",
 5324]
 5325
 5326[[package]]
 5327name = "embed-resource"
 5328version = "3.0.2"
 5329source = "registry+https://github.com/rust-lang/crates.io-index"
 5330checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 5331dependencies = [
 5332 "cc",
 5333 "memchr",
 5334 "rustc_version",
 5335 "toml 0.8.20",
 5336 "vswhom",
 5337 "winreg 0.52.0",
 5338]
 5339
 5340[[package]]
 5341name = "embedded-io"
 5342version = "0.4.0"
 5343source = "registry+https://github.com/rust-lang/crates.io-index"
 5344checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5345
 5346[[package]]
 5347name = "embedded-io"
 5348version = "0.6.1"
 5349source = "registry+https://github.com/rust-lang/crates.io-index"
 5350checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5351
 5352[[package]]
 5353name = "emojis"
 5354version = "0.6.4"
 5355source = "registry+https://github.com/rust-lang/crates.io-index"
 5356checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5357dependencies = [
 5358 "phf",
 5359]
 5360
 5361[[package]]
 5362name = "encode_unicode"
 5363version = "1.0.0"
 5364source = "registry+https://github.com/rust-lang/crates.io-index"
 5365checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5366
 5367[[package]]
 5368name = "encoding_rs"
 5369version = "0.8.35"
 5370source = "registry+https://github.com/rust-lang/crates.io-index"
 5371checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5372dependencies = [
 5373 "cfg-if",
 5374]
 5375
 5376[[package]]
 5377name = "endi"
 5378version = "1.1.0"
 5379source = "registry+https://github.com/rust-lang/crates.io-index"
 5380checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5381
 5382[[package]]
 5383name = "enum-as-inner"
 5384version = "0.6.1"
 5385source = "registry+https://github.com/rust-lang/crates.io-index"
 5386checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5387dependencies = [
 5388 "heck 0.5.0",
 5389 "proc-macro2",
 5390 "quote",
 5391 "syn 2.0.101",
 5392]
 5393
 5394[[package]]
 5395name = "enumflags2"
 5396version = "0.7.11"
 5397source = "registry+https://github.com/rust-lang/crates.io-index"
 5398checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 5399dependencies = [
 5400 "enumflags2_derive",
 5401 "serde",
 5402]
 5403
 5404[[package]]
 5405name = "enumflags2_derive"
 5406version = "0.7.11"
 5407source = "registry+https://github.com/rust-lang/crates.io-index"
 5408checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 5409dependencies = [
 5410 "proc-macro2",
 5411 "quote",
 5412 "syn 2.0.101",
 5413]
 5414
 5415[[package]]
 5416name = "env_filter"
 5417version = "0.1.3"
 5418source = "registry+https://github.com/rust-lang/crates.io-index"
 5419checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 5420dependencies = [
 5421 "log",
 5422 "regex",
 5423]
 5424
 5425[[package]]
 5426name = "env_logger"
 5427version = "0.10.2"
 5428source = "registry+https://github.com/rust-lang/crates.io-index"
 5429checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5430dependencies = [
 5431 "humantime",
 5432 "is-terminal",
 5433 "log",
 5434 "regex",
 5435 "termcolor",
 5436]
 5437
 5438[[package]]
 5439name = "env_logger"
 5440version = "0.11.8"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5443dependencies = [
 5444 "anstream",
 5445 "anstyle",
 5446 "env_filter",
 5447 "jiff",
 5448 "log",
 5449]
 5450
 5451[[package]]
 5452name = "envy"
 5453version = "0.4.2"
 5454source = "registry+https://github.com/rust-lang/crates.io-index"
 5455checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5456dependencies = [
 5457 "serde",
 5458]
 5459
 5460[[package]]
 5461name = "equivalent"
 5462version = "1.0.2"
 5463source = "registry+https://github.com/rust-lang/crates.io-index"
 5464checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5465
 5466[[package]]
 5467name = "erased-serde"
 5468version = "0.4.6"
 5469source = "registry+https://github.com/rust-lang/crates.io-index"
 5470checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 5471dependencies = [
 5472 "serde",
 5473 "typeid",
 5474]
 5475
 5476[[package]]
 5477name = "errno"
 5478version = "0.2.8"
 5479source = "registry+https://github.com/rust-lang/crates.io-index"
 5480checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5481dependencies = [
 5482 "errno-dragonfly",
 5483 "libc",
 5484 "winapi",
 5485]
 5486
 5487[[package]]
 5488name = "errno"
 5489version = "0.3.11"
 5490source = "registry+https://github.com/rust-lang/crates.io-index"
 5491checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 5492dependencies = [
 5493 "libc",
 5494 "windows-sys 0.59.0",
 5495]
 5496
 5497[[package]]
 5498name = "errno-dragonfly"
 5499version = "0.1.2"
 5500source = "registry+https://github.com/rust-lang/crates.io-index"
 5501checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5502dependencies = [
 5503 "cc",
 5504 "libc",
 5505]
 5506
 5507[[package]]
 5508name = "etagere"
 5509version = "0.2.15"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5512dependencies = [
 5513 "euclid",
 5514 "svg_fmt",
 5515]
 5516
 5517[[package]]
 5518name = "etcetera"
 5519version = "0.8.0"
 5520source = "registry+https://github.com/rust-lang/crates.io-index"
 5521checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5522dependencies = [
 5523 "cfg-if",
 5524 "home",
 5525 "windows-sys 0.48.0",
 5526]
 5527
 5528[[package]]
 5529name = "euclid"
 5530version = "0.22.11"
 5531source = "registry+https://github.com/rust-lang/crates.io-index"
 5532checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5533dependencies = [
 5534 "num-traits",
 5535]
 5536
 5537[[package]]
 5538name = "eval"
 5539version = "0.1.0"
 5540dependencies = [
 5541 "agent",
 5542 "agent_settings",
 5543 "agent_ui",
 5544 "anyhow",
 5545 "assistant_tool",
 5546 "assistant_tools",
 5547 "async-trait",
 5548 "buffer_diff",
 5549 "chrono",
 5550 "clap",
 5551 "client",
 5552 "cloud_llm_client",
 5553 "collections",
 5554 "debug_adapter_extension",
 5555 "dirs 4.0.0",
 5556 "dotenvy",
 5557 "env_logger 0.11.8",
 5558 "extension",
 5559 "fs",
 5560 "futures 0.3.31",
 5561 "gpui",
 5562 "gpui_tokio",
 5563 "handlebars 4.5.0",
 5564 "language",
 5565 "language_extension",
 5566 "language_model",
 5567 "language_models",
 5568 "languages",
 5569 "markdown",
 5570 "node_runtime",
 5571 "pathdiff",
 5572 "paths",
 5573 "pretty_assertions",
 5574 "project",
 5575 "prompt_store",
 5576 "regex",
 5577 "release_channel",
 5578 "reqwest_client",
 5579 "serde",
 5580 "serde_json",
 5581 "settings",
 5582 "shellexpand 2.1.2",
 5583 "smol",
 5584 "telemetry",
 5585 "terminal_view",
 5586 "toml 0.8.20",
 5587 "unindent",
 5588 "util",
 5589 "uuid",
 5590 "watch",
 5591 "workspace-hack",
 5592]
 5593
 5594[[package]]
 5595name = "event-listener"
 5596version = "2.5.3"
 5597source = "registry+https://github.com/rust-lang/crates.io-index"
 5598checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5599
 5600[[package]]
 5601name = "event-listener"
 5602version = "5.4.0"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5605dependencies = [
 5606 "concurrent-queue",
 5607 "parking",
 5608 "pin-project-lite",
 5609]
 5610
 5611[[package]]
 5612name = "event-listener-strategy"
 5613version = "0.5.4"
 5614source = "registry+https://github.com/rust-lang/crates.io-index"
 5615checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5616dependencies = [
 5617 "event-listener 5.4.0",
 5618 "pin-project-lite",
 5619]
 5620
 5621[[package]]
 5622name = "exec"
 5623version = "0.3.1"
 5624source = "registry+https://github.com/rust-lang/crates.io-index"
 5625checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5626dependencies = [
 5627 "errno 0.2.8",
 5628 "libc",
 5629]
 5630
 5631[[package]]
 5632name = "explorer_command_injector"
 5633version = "0.1.0"
 5634dependencies = [
 5635 "windows 0.61.1",
 5636 "windows-core 0.61.0",
 5637 "windows-registry 0.5.1",
 5638 "workspace-hack",
 5639]
 5640
 5641[[package]]
 5642name = "exr"
 5643version = "1.73.0"
 5644source = "registry+https://github.com/rust-lang/crates.io-index"
 5645checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5646dependencies = [
 5647 "bit_field",
 5648 "half",
 5649 "lebe",
 5650 "miniz_oxide",
 5651 "rayon-core",
 5652 "smallvec",
 5653 "zune-inflate",
 5654]
 5655
 5656[[package]]
 5657name = "extended"
 5658version = "0.1.0"
 5659source = "registry+https://github.com/rust-lang/crates.io-index"
 5660checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5661
 5662[[package]]
 5663name = "extension"
 5664version = "0.1.0"
 5665dependencies = [
 5666 "anyhow",
 5667 "async-compression",
 5668 "async-tar",
 5669 "async-trait",
 5670 "collections",
 5671 "dap",
 5672 "fs",
 5673 "futures 0.3.31",
 5674 "gpui",
 5675 "heck 0.5.0",
 5676 "http_client",
 5677 "language",
 5678 "log",
 5679 "lsp",
 5680 "parking_lot",
 5681 "pretty_assertions",
 5682 "semantic_version",
 5683 "serde",
 5684 "serde_json",
 5685 "task",
 5686 "toml 0.8.20",
 5687 "url",
 5688 "util",
 5689 "wasm-encoder 0.221.3",
 5690 "wasmparser 0.221.3",
 5691 "workspace-hack",
 5692]
 5693
 5694[[package]]
 5695name = "extension_cli"
 5696version = "0.1.0"
 5697dependencies = [
 5698 "anyhow",
 5699 "clap",
 5700 "env_logger 0.11.8",
 5701 "extension",
 5702 "fs",
 5703 "gpui",
 5704 "language",
 5705 "log",
 5706 "reqwest_client",
 5707 "rpc",
 5708 "serde",
 5709 "serde_json",
 5710 "theme",
 5711 "tokio",
 5712 "toml 0.8.20",
 5713 "tree-sitter",
 5714 "wasmtime",
 5715 "workspace-hack",
 5716]
 5717
 5718[[package]]
 5719name = "extension_host"
 5720version = "0.1.0"
 5721dependencies = [
 5722 "anyhow",
 5723 "async-compression",
 5724 "async-tar",
 5725 "async-trait",
 5726 "client",
 5727 "collections",
 5728 "criterion",
 5729 "ctor",
 5730 "dap",
 5731 "extension",
 5732 "fs",
 5733 "futures 0.3.31",
 5734 "gpui",
 5735 "http_client",
 5736 "language",
 5737 "language_extension",
 5738 "log",
 5739 "lsp",
 5740 "moka",
 5741 "node_runtime",
 5742 "parking_lot",
 5743 "paths",
 5744 "project",
 5745 "rand 0.9.1",
 5746 "release_channel",
 5747 "remote",
 5748 "reqwest_client",
 5749 "semantic_version",
 5750 "serde",
 5751 "serde_json",
 5752 "serde_json_lenient",
 5753 "settings",
 5754 "task",
 5755 "telemetry",
 5756 "tempfile",
 5757 "theme",
 5758 "theme_extension",
 5759 "toml 0.8.20",
 5760 "url",
 5761 "util",
 5762 "wasmparser 0.221.3",
 5763 "wasmtime",
 5764 "wasmtime-wasi",
 5765 "workspace-hack",
 5766 "zlog",
 5767]
 5768
 5769[[package]]
 5770name = "extensions_ui"
 5771version = "0.1.0"
 5772dependencies = [
 5773 "anyhow",
 5774 "client",
 5775 "collections",
 5776 "db",
 5777 "editor",
 5778 "extension",
 5779 "extension_host",
 5780 "fs",
 5781 "fuzzy",
 5782 "gpui",
 5783 "language",
 5784 "log",
 5785 "num-format",
 5786 "picker",
 5787 "project",
 5788 "release_channel",
 5789 "semantic_version",
 5790 "serde",
 5791 "settings",
 5792 "smallvec",
 5793 "strum 0.27.1",
 5794 "telemetry",
 5795 "theme",
 5796 "ui",
 5797 "util",
 5798 "vim_mode_setting",
 5799 "workspace",
 5800 "workspace-hack",
 5801 "zed_actions",
 5802]
 5803
 5804[[package]]
 5805name = "fallible-iterator"
 5806version = "0.3.0"
 5807source = "registry+https://github.com/rust-lang/crates.io-index"
 5808checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5809
 5810[[package]]
 5811name = "fancy-regex"
 5812version = "0.13.0"
 5813source = "registry+https://github.com/rust-lang/crates.io-index"
 5814checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5815dependencies = [
 5816 "bit-set 0.5.3",
 5817 "regex-automata",
 5818 "regex-syntax",
 5819]
 5820
 5821[[package]]
 5822name = "fancy-regex"
 5823version = "0.14.0"
 5824source = "registry+https://github.com/rust-lang/crates.io-index"
 5825checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5826dependencies = [
 5827 "bit-set 0.8.0",
 5828 "regex-automata",
 5829 "regex-syntax",
 5830]
 5831
 5832[[package]]
 5833name = "fast-srgb8"
 5834version = "1.0.0"
 5835source = "registry+https://github.com/rust-lang/crates.io-index"
 5836checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5837
 5838[[package]]
 5839name = "fastrand"
 5840version = "1.9.0"
 5841source = "registry+https://github.com/rust-lang/crates.io-index"
 5842checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5843dependencies = [
 5844 "instant",
 5845]
 5846
 5847[[package]]
 5848name = "fastrand"
 5849version = "2.3.0"
 5850source = "registry+https://github.com/rust-lang/crates.io-index"
 5851checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5852
 5853[[package]]
 5854name = "fd-lock"
 5855version = "4.0.4"
 5856source = "registry+https://github.com/rust-lang/crates.io-index"
 5857checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5858dependencies = [
 5859 "cfg-if",
 5860 "rustix 1.0.7",
 5861 "windows-sys 0.59.0",
 5862]
 5863
 5864[[package]]
 5865name = "fdeflate"
 5866version = "0.3.7"
 5867source = "registry+https://github.com/rust-lang/crates.io-index"
 5868checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5869dependencies = [
 5870 "simd-adler32",
 5871]
 5872
 5873[[package]]
 5874name = "feature_flags"
 5875version = "0.1.0"
 5876dependencies = [
 5877 "futures 0.3.31",
 5878 "gpui",
 5879 "smol",
 5880 "workspace-hack",
 5881]
 5882
 5883[[package]]
 5884name = "feedback"
 5885version = "0.1.0"
 5886dependencies = [
 5887 "editor",
 5888 "gpui",
 5889 "menu",
 5890 "system_specs",
 5891 "ui",
 5892 "urlencoding",
 5893 "util",
 5894 "workspace",
 5895 "workspace-hack",
 5896 "zed_actions",
 5897]
 5898
 5899[[package]]
 5900name = "ff"
 5901version = "0.12.1"
 5902source = "registry+https://github.com/rust-lang/crates.io-index"
 5903checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5904dependencies = [
 5905 "rand_core 0.6.4",
 5906 "subtle",
 5907]
 5908
 5909[[package]]
 5910name = "file_finder"
 5911version = "0.1.0"
 5912dependencies = [
 5913 "anyhow",
 5914 "collections",
 5915 "ctor",
 5916 "editor",
 5917 "file_icons",
 5918 "futures 0.3.31",
 5919 "fuzzy",
 5920 "gpui",
 5921 "language",
 5922 "menu",
 5923 "picker",
 5924 "pretty_assertions",
 5925 "project",
 5926 "schemars 1.0.1",
 5927 "search",
 5928 "serde",
 5929 "serde_json",
 5930 "settings",
 5931 "text",
 5932 "theme",
 5933 "ui",
 5934 "util",
 5935 "workspace",
 5936 "workspace-hack",
 5937 "zlog",
 5938]
 5939
 5940[[package]]
 5941name = "file_icons"
 5942version = "0.1.0"
 5943dependencies = [
 5944 "gpui",
 5945 "serde",
 5946 "settings",
 5947 "theme",
 5948 "util",
 5949 "workspace-hack",
 5950]
 5951
 5952[[package]]
 5953name = "filedescriptor"
 5954version = "0.8.3"
 5955source = "registry+https://github.com/rust-lang/crates.io-index"
 5956checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5957dependencies = [
 5958 "libc",
 5959 "thiserror 1.0.69",
 5960 "winapi",
 5961]
 5962
 5963[[package]]
 5964name = "filetime"
 5965version = "0.2.25"
 5966source = "registry+https://github.com/rust-lang/crates.io-index"
 5967checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5968dependencies = [
 5969 "cfg-if",
 5970 "libc",
 5971 "libredox",
 5972 "windows-sys 0.59.0",
 5973]
 5974
 5975[[package]]
 5976name = "fixedbitset"
 5977version = "0.4.2"
 5978source = "registry+https://github.com/rust-lang/crates.io-index"
 5979checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5980
 5981[[package]]
 5982name = "flate2"
 5983version = "1.1.1"
 5984source = "registry+https://github.com/rust-lang/crates.io-index"
 5985checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5986dependencies = [
 5987 "crc32fast",
 5988 "miniz_oxide",
 5989]
 5990
 5991[[package]]
 5992name = "float-cmp"
 5993version = "0.9.0"
 5994source = "registry+https://github.com/rust-lang/crates.io-index"
 5995checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5996
 5997[[package]]
 5998name = "float-ord"
 5999version = "0.3.2"
 6000source = "registry+https://github.com/rust-lang/crates.io-index"
 6001checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6002
 6003[[package]]
 6004name = "float8"
 6005version = "0.4.2"
 6006source = "registry+https://github.com/rust-lang/crates.io-index"
 6007checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6008dependencies = [
 6009 "half",
 6010 "num-traits",
 6011 "rand 0.9.1",
 6012 "rand_distr",
 6013]
 6014
 6015[[package]]
 6016name = "float_next_after"
 6017version = "1.0.0"
 6018source = "registry+https://github.com/rust-lang/crates.io-index"
 6019checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6020
 6021[[package]]
 6022name = "fluent-uri"
 6023version = "0.3.2"
 6024source = "registry+https://github.com/rust-lang/crates.io-index"
 6025checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 6026dependencies = [
 6027 "borrow-or-share",
 6028 "ref-cast",
 6029 "serde",
 6030]
 6031
 6032[[package]]
 6033name = "flume"
 6034version = "0.11.1"
 6035source = "registry+https://github.com/rust-lang/crates.io-index"
 6036checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6037dependencies = [
 6038 "futures-core",
 6039 "futures-sink",
 6040 "nanorand",
 6041 "spin",
 6042]
 6043
 6044[[package]]
 6045name = "fnv"
 6046version = "1.0.7"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6049
 6050[[package]]
 6051name = "foldhash"
 6052version = "0.1.5"
 6053source = "registry+https://github.com/rust-lang/crates.io-index"
 6054checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6055
 6056[[package]]
 6057name = "font-kit"
 6058version = "0.14.1"
 6059source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 6060dependencies = [
 6061 "bitflags 2.9.0",
 6062 "byteorder",
 6063 "core-foundation 0.10.0",
 6064 "core-graphics 0.24.0",
 6065 "core-text",
 6066 "dirs 5.0.1",
 6067 "dwrote",
 6068 "float-ord",
 6069 "freetype-sys",
 6070 "lazy_static",
 6071 "libc",
 6072 "log",
 6073 "pathfinder_geometry",
 6074 "pathfinder_simd",
 6075 "walkdir",
 6076 "winapi",
 6077 "yeslogic-fontconfig-sys",
 6078]
 6079
 6080[[package]]
 6081name = "font-types"
 6082version = "0.8.4"
 6083source = "registry+https://github.com/rust-lang/crates.io-index"
 6084checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 6085dependencies = [
 6086 "bytemuck",
 6087]
 6088
 6089[[package]]
 6090name = "fontconfig-parser"
 6091version = "0.5.7"
 6092source = "registry+https://github.com/rust-lang/crates.io-index"
 6093checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 6094dependencies = [
 6095 "roxmltree",
 6096]
 6097
 6098[[package]]
 6099name = "fontdb"
 6100version = "0.16.2"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6103dependencies = [
 6104 "fontconfig-parser",
 6105 "log",
 6106 "memmap2",
 6107 "slotmap",
 6108 "tinyvec",
 6109 "ttf-parser 0.20.0",
 6110]
 6111
 6112[[package]]
 6113name = "fontdb"
 6114version = "0.23.0"
 6115source = "registry+https://github.com/rust-lang/crates.io-index"
 6116checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6117dependencies = [
 6118 "fontconfig-parser",
 6119 "log",
 6120 "memmap2",
 6121 "slotmap",
 6122 "tinyvec",
 6123 "ttf-parser 0.25.1",
 6124]
 6125
 6126[[package]]
 6127name = "foreign-types"
 6128version = "0.3.2"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6131dependencies = [
 6132 "foreign-types-shared 0.1.1",
 6133]
 6134
 6135[[package]]
 6136name = "foreign-types"
 6137version = "0.5.0"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6140dependencies = [
 6141 "foreign-types-macros",
 6142 "foreign-types-shared 0.3.1",
 6143]
 6144
 6145[[package]]
 6146name = "foreign-types-macros"
 6147version = "0.2.3"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6150dependencies = [
 6151 "proc-macro2",
 6152 "quote",
 6153 "syn 2.0.101",
 6154]
 6155
 6156[[package]]
 6157name = "foreign-types-shared"
 6158version = "0.1.1"
 6159source = "registry+https://github.com/rust-lang/crates.io-index"
 6160checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6161
 6162[[package]]
 6163name = "foreign-types-shared"
 6164version = "0.3.1"
 6165source = "registry+https://github.com/rust-lang/crates.io-index"
 6166checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6167
 6168[[package]]
 6169name = "fork"
 6170version = "0.2.0"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 6173dependencies = [
 6174 "libc",
 6175]
 6176
 6177[[package]]
 6178name = "form_urlencoded"
 6179version = "1.2.1"
 6180source = "registry+https://github.com/rust-lang/crates.io-index"
 6181checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 6182dependencies = [
 6183 "percent-encoding",
 6184]
 6185
 6186[[package]]
 6187name = "fraction"
 6188version = "0.15.3"
 6189source = "registry+https://github.com/rust-lang/crates.io-index"
 6190checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6191dependencies = [
 6192 "lazy_static",
 6193 "num",
 6194]
 6195
 6196[[package]]
 6197name = "freetype-sys"
 6198version = "0.20.1"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6201dependencies = [
 6202 "cc",
 6203 "libc",
 6204 "pkg-config",
 6205]
 6206
 6207[[package]]
 6208name = "fs"
 6209version = "0.1.0"
 6210dependencies = [
 6211 "anyhow",
 6212 "ashpd 0.11.0",
 6213 "async-tar",
 6214 "async-trait",
 6215 "cocoa 0.26.0",
 6216 "collections",
 6217 "fsevent",
 6218 "futures 0.3.31",
 6219 "git",
 6220 "gpui",
 6221 "ignore",
 6222 "libc",
 6223 "log",
 6224 "notify 8.0.0",
 6225 "objc",
 6226 "parking_lot",
 6227 "paths",
 6228 "proto",
 6229 "rope",
 6230 "serde",
 6231 "serde_json",
 6232 "smol",
 6233 "tempfile",
 6234 "text",
 6235 "time",
 6236 "util",
 6237 "windows 0.61.1",
 6238 "workspace-hack",
 6239]
 6240
 6241[[package]]
 6242name = "fs-set-times"
 6243version = "0.20.3"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6246dependencies = [
 6247 "io-lifetimes",
 6248 "rustix 1.0.7",
 6249 "windows-sys 0.59.0",
 6250]
 6251
 6252[[package]]
 6253name = "fs2"
 6254version = "0.4.3"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6257dependencies = [
 6258 "libc",
 6259 "winapi",
 6260]
 6261
 6262[[package]]
 6263name = "fs_extra"
 6264version = "1.3.0"
 6265source = "registry+https://github.com/rust-lang/crates.io-index"
 6266checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6267
 6268[[package]]
 6269name = "fsevent"
 6270version = "0.1.0"
 6271dependencies = [
 6272 "bitflags 2.9.0",
 6273 "core-foundation 0.10.0",
 6274 "fsevent-sys 3.1.0",
 6275 "log",
 6276 "parking_lot",
 6277 "tempfile",
 6278 "workspace-hack",
 6279]
 6280
 6281[[package]]
 6282name = "fsevent-sys"
 6283version = "3.1.0"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 6286dependencies = [
 6287 "libc",
 6288]
 6289
 6290[[package]]
 6291name = "fsevent-sys"
 6292version = "4.1.0"
 6293source = "registry+https://github.com/rust-lang/crates.io-index"
 6294checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6295dependencies = [
 6296 "libc",
 6297]
 6298
 6299[[package]]
 6300name = "funty"
 6301version = "2.0.0"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6304
 6305[[package]]
 6306name = "futf"
 6307version = "0.1.5"
 6308source = "registry+https://github.com/rust-lang/crates.io-index"
 6309checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6310dependencies = [
 6311 "mac",
 6312 "new_debug_unreachable",
 6313]
 6314
 6315[[package]]
 6316name = "futures"
 6317version = "0.1.31"
 6318source = "registry+https://github.com/rust-lang/crates.io-index"
 6319checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6320
 6321[[package]]
 6322name = "futures"
 6323version = "0.3.31"
 6324source = "registry+https://github.com/rust-lang/crates.io-index"
 6325checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6326dependencies = [
 6327 "futures-channel",
 6328 "futures-core",
 6329 "futures-executor",
 6330 "futures-io",
 6331 "futures-sink",
 6332 "futures-task",
 6333 "futures-util",
 6334]
 6335
 6336[[package]]
 6337name = "futures-channel"
 6338version = "0.3.31"
 6339source = "registry+https://github.com/rust-lang/crates.io-index"
 6340checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6341dependencies = [
 6342 "futures-core",
 6343 "futures-sink",
 6344]
 6345
 6346[[package]]
 6347name = "futures-core"
 6348version = "0.3.31"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6351
 6352[[package]]
 6353name = "futures-executor"
 6354version = "0.3.31"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6357dependencies = [
 6358 "futures-core",
 6359 "futures-task",
 6360 "futures-util",
 6361]
 6362
 6363[[package]]
 6364name = "futures-intrusive"
 6365version = "0.5.0"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6368dependencies = [
 6369 "futures-core",
 6370 "lock_api",
 6371 "parking_lot",
 6372]
 6373
 6374[[package]]
 6375name = "futures-io"
 6376version = "0.3.31"
 6377source = "registry+https://github.com/rust-lang/crates.io-index"
 6378checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6379
 6380[[package]]
 6381name = "futures-lite"
 6382version = "1.13.0"
 6383source = "registry+https://github.com/rust-lang/crates.io-index"
 6384checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6385dependencies = [
 6386 "fastrand 1.9.0",
 6387 "futures-core",
 6388 "futures-io",
 6389 "memchr",
 6390 "parking",
 6391 "pin-project-lite",
 6392 "waker-fn",
 6393]
 6394
 6395[[package]]
 6396name = "futures-lite"
 6397version = "2.6.0"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 6400dependencies = [
 6401 "fastrand 2.3.0",
 6402 "futures-core",
 6403 "futures-io",
 6404 "parking",
 6405 "pin-project-lite",
 6406]
 6407
 6408[[package]]
 6409name = "futures-macro"
 6410version = "0.3.31"
 6411source = "registry+https://github.com/rust-lang/crates.io-index"
 6412checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6413dependencies = [
 6414 "proc-macro2",
 6415 "quote",
 6416 "syn 2.0.101",
 6417]
 6418
 6419[[package]]
 6420name = "futures-sink"
 6421version = "0.3.31"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6424
 6425[[package]]
 6426name = "futures-task"
 6427version = "0.3.31"
 6428source = "registry+https://github.com/rust-lang/crates.io-index"
 6429checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6430
 6431[[package]]
 6432name = "futures-util"
 6433version = "0.3.31"
 6434source = "registry+https://github.com/rust-lang/crates.io-index"
 6435checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6436dependencies = [
 6437 "futures 0.1.31",
 6438 "futures-channel",
 6439 "futures-core",
 6440 "futures-io",
 6441 "futures-macro",
 6442 "futures-sink",
 6443 "futures-task",
 6444 "memchr",
 6445 "pin-project-lite",
 6446 "pin-utils",
 6447 "slab",
 6448 "tokio-io",
 6449]
 6450
 6451[[package]]
 6452name = "fuzzy"
 6453version = "0.1.0"
 6454dependencies = [
 6455 "gpui",
 6456 "log",
 6457 "util",
 6458 "workspace-hack",
 6459]
 6460
 6461[[package]]
 6462name = "fuzzy-matcher"
 6463version = "0.3.7"
 6464source = "registry+https://github.com/rust-lang/crates.io-index"
 6465checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6466dependencies = [
 6467 "thread_local",
 6468]
 6469
 6470[[package]]
 6471name = "gemm"
 6472version = "0.17.1"
 6473source = "registry+https://github.com/rust-lang/crates.io-index"
 6474checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6475dependencies = [
 6476 "dyn-stack 0.10.0",
 6477 "gemm-c32 0.17.1",
 6478 "gemm-c64 0.17.1",
 6479 "gemm-common 0.17.1",
 6480 "gemm-f16 0.17.1",
 6481 "gemm-f32 0.17.1",
 6482 "gemm-f64 0.17.1",
 6483 "num-complex",
 6484 "num-traits",
 6485 "paste",
 6486 "raw-cpuid 10.7.0",
 6487 "seq-macro",
 6488]
 6489
 6490[[package]]
 6491name = "gemm"
 6492version = "0.18.2"
 6493source = "registry+https://github.com/rust-lang/crates.io-index"
 6494checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6495dependencies = [
 6496 "dyn-stack 0.13.0",
 6497 "gemm-c32 0.18.2",
 6498 "gemm-c64 0.18.2",
 6499 "gemm-common 0.18.2",
 6500 "gemm-f16 0.18.2",
 6501 "gemm-f32 0.18.2",
 6502 "gemm-f64 0.18.2",
 6503 "num-complex",
 6504 "num-traits",
 6505 "paste",
 6506 "raw-cpuid 11.6.0",
 6507 "seq-macro",
 6508]
 6509
 6510[[package]]
 6511name = "gemm-c32"
 6512version = "0.17.1"
 6513source = "registry+https://github.com/rust-lang/crates.io-index"
 6514checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6515dependencies = [
 6516 "dyn-stack 0.10.0",
 6517 "gemm-common 0.17.1",
 6518 "num-complex",
 6519 "num-traits",
 6520 "paste",
 6521 "raw-cpuid 10.7.0",
 6522 "seq-macro",
 6523]
 6524
 6525[[package]]
 6526name = "gemm-c32"
 6527version = "0.18.2"
 6528source = "registry+https://github.com/rust-lang/crates.io-index"
 6529checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6530dependencies = [
 6531 "dyn-stack 0.13.0",
 6532 "gemm-common 0.18.2",
 6533 "num-complex",
 6534 "num-traits",
 6535 "paste",
 6536 "raw-cpuid 11.6.0",
 6537 "seq-macro",
 6538]
 6539
 6540[[package]]
 6541name = "gemm-c64"
 6542version = "0.17.1"
 6543source = "registry+https://github.com/rust-lang/crates.io-index"
 6544checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6545dependencies = [
 6546 "dyn-stack 0.10.0",
 6547 "gemm-common 0.17.1",
 6548 "num-complex",
 6549 "num-traits",
 6550 "paste",
 6551 "raw-cpuid 10.7.0",
 6552 "seq-macro",
 6553]
 6554
 6555[[package]]
 6556name = "gemm-c64"
 6557version = "0.18.2"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6560dependencies = [
 6561 "dyn-stack 0.13.0",
 6562 "gemm-common 0.18.2",
 6563 "num-complex",
 6564 "num-traits",
 6565 "paste",
 6566 "raw-cpuid 11.6.0",
 6567 "seq-macro",
 6568]
 6569
 6570[[package]]
 6571name = "gemm-common"
 6572version = "0.17.1"
 6573source = "registry+https://github.com/rust-lang/crates.io-index"
 6574checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6575dependencies = [
 6576 "bytemuck",
 6577 "dyn-stack 0.10.0",
 6578 "half",
 6579 "num-complex",
 6580 "num-traits",
 6581 "once_cell",
 6582 "paste",
 6583 "pulp 0.18.22",
 6584 "raw-cpuid 10.7.0",
 6585 "rayon",
 6586 "seq-macro",
 6587 "sysctl 0.5.5",
 6588]
 6589
 6590[[package]]
 6591name = "gemm-common"
 6592version = "0.18.2"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6595dependencies = [
 6596 "bytemuck",
 6597 "dyn-stack 0.13.0",
 6598 "half",
 6599 "libm",
 6600 "num-complex",
 6601 "num-traits",
 6602 "once_cell",
 6603 "paste",
 6604 "pulp 0.21.5",
 6605 "raw-cpuid 11.6.0",
 6606 "rayon",
 6607 "seq-macro",
 6608 "sysctl 0.6.0",
 6609]
 6610
 6611[[package]]
 6612name = "gemm-f16"
 6613version = "0.17.1"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6616dependencies = [
 6617 "dyn-stack 0.10.0",
 6618 "gemm-common 0.17.1",
 6619 "gemm-f32 0.17.1",
 6620 "half",
 6621 "num-complex",
 6622 "num-traits",
 6623 "paste",
 6624 "raw-cpuid 10.7.0",
 6625 "rayon",
 6626 "seq-macro",
 6627]
 6628
 6629[[package]]
 6630name = "gemm-f16"
 6631version = "0.18.2"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6634dependencies = [
 6635 "dyn-stack 0.13.0",
 6636 "gemm-common 0.18.2",
 6637 "gemm-f32 0.18.2",
 6638 "half",
 6639 "num-complex",
 6640 "num-traits",
 6641 "paste",
 6642 "raw-cpuid 11.6.0",
 6643 "rayon",
 6644 "seq-macro",
 6645]
 6646
 6647[[package]]
 6648name = "gemm-f32"
 6649version = "0.17.1"
 6650source = "registry+https://github.com/rust-lang/crates.io-index"
 6651checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6652dependencies = [
 6653 "dyn-stack 0.10.0",
 6654 "gemm-common 0.17.1",
 6655 "num-complex",
 6656 "num-traits",
 6657 "paste",
 6658 "raw-cpuid 10.7.0",
 6659 "seq-macro",
 6660]
 6661
 6662[[package]]
 6663name = "gemm-f32"
 6664version = "0.18.2"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6667dependencies = [
 6668 "dyn-stack 0.13.0",
 6669 "gemm-common 0.18.2",
 6670 "num-complex",
 6671 "num-traits",
 6672 "paste",
 6673 "raw-cpuid 11.6.0",
 6674 "seq-macro",
 6675]
 6676
 6677[[package]]
 6678name = "gemm-f64"
 6679version = "0.17.1"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6682dependencies = [
 6683 "dyn-stack 0.10.0",
 6684 "gemm-common 0.17.1",
 6685 "num-complex",
 6686 "num-traits",
 6687 "paste",
 6688 "raw-cpuid 10.7.0",
 6689 "seq-macro",
 6690]
 6691
 6692[[package]]
 6693name = "gemm-f64"
 6694version = "0.18.2"
 6695source = "registry+https://github.com/rust-lang/crates.io-index"
 6696checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6697dependencies = [
 6698 "dyn-stack 0.13.0",
 6699 "gemm-common 0.18.2",
 6700 "num-complex",
 6701 "num-traits",
 6702 "paste",
 6703 "raw-cpuid 11.6.0",
 6704 "seq-macro",
 6705]
 6706
 6707[[package]]
 6708name = "generator"
 6709version = "0.8.5"
 6710source = "registry+https://github.com/rust-lang/crates.io-index"
 6711checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 6712dependencies = [
 6713 "cc",
 6714 "cfg-if",
 6715 "libc",
 6716 "log",
 6717 "rustversion",
 6718 "windows 0.61.1",
 6719]
 6720
 6721[[package]]
 6722name = "generic-array"
 6723version = "0.14.7"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6726dependencies = [
 6727 "typenum",
 6728 "version_check",
 6729]
 6730
 6731[[package]]
 6732name = "gethostname"
 6733version = "0.4.3"
 6734source = "registry+https://github.com/rust-lang/crates.io-index"
 6735checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 6736dependencies = [
 6737 "libc",
 6738 "windows-targets 0.48.5",
 6739]
 6740
 6741[[package]]
 6742name = "getrandom"
 6743version = "0.2.15"
 6744source = "registry+https://github.com/rust-lang/crates.io-index"
 6745checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 6746dependencies = [
 6747 "cfg-if",
 6748 "js-sys",
 6749 "libc",
 6750 "wasi 0.11.0+wasi-snapshot-preview1",
 6751 "wasm-bindgen",
 6752]
 6753
 6754[[package]]
 6755name = "getrandom"
 6756version = "0.3.2"
 6757source = "registry+https://github.com/rust-lang/crates.io-index"
 6758checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 6759dependencies = [
 6760 "cfg-if",
 6761 "js-sys",
 6762 "libc",
 6763 "r-efi",
 6764 "wasi 0.14.2+wasi-0.2.4",
 6765 "wasm-bindgen",
 6766]
 6767
 6768[[package]]
 6769name = "gif"
 6770version = "0.13.1"
 6771source = "registry+https://github.com/rust-lang/crates.io-index"
 6772checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 6773dependencies = [
 6774 "color_quant",
 6775 "weezl",
 6776]
 6777
 6778[[package]]
 6779name = "gimli"
 6780version = "0.31.1"
 6781source = "registry+https://github.com/rust-lang/crates.io-index"
 6782checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6783dependencies = [
 6784 "fallible-iterator",
 6785 "indexmap 2.9.0",
 6786 "stable_deref_trait",
 6787]
 6788
 6789[[package]]
 6790name = "git"
 6791version = "0.1.0"
 6792dependencies = [
 6793 "anyhow",
 6794 "askpass",
 6795 "async-trait",
 6796 "collections",
 6797 "derive_more",
 6798 "futures 0.3.31",
 6799 "git2",
 6800 "gpui",
 6801 "http_client",
 6802 "log",
 6803 "parking_lot",
 6804 "pretty_assertions",
 6805 "rand 0.9.1",
 6806 "regex",
 6807 "rope",
 6808 "schemars 1.0.1",
 6809 "serde",
 6810 "serde_json",
 6811 "smol",
 6812 "sum_tree",
 6813 "tempfile",
 6814 "text",
 6815 "thiserror 2.0.12",
 6816 "time",
 6817 "unindent",
 6818 "url",
 6819 "util",
 6820 "uuid",
 6821 "workspace-hack",
 6822]
 6823
 6824[[package]]
 6825name = "git2"
 6826version = "0.20.1"
 6827source = "registry+https://github.com/rust-lang/crates.io-index"
 6828checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6829dependencies = [
 6830 "bitflags 2.9.0",
 6831 "libc",
 6832 "libgit2-sys",
 6833 "log",
 6834 "url",
 6835]
 6836
 6837[[package]]
 6838name = "git_hosting_providers"
 6839version = "0.1.0"
 6840dependencies = [
 6841 "anyhow",
 6842 "async-trait",
 6843 "futures 0.3.31",
 6844 "git",
 6845 "gpui",
 6846 "http_client",
 6847 "indoc",
 6848 "pretty_assertions",
 6849 "regex",
 6850 "serde",
 6851 "serde_json",
 6852 "settings",
 6853 "url",
 6854 "util",
 6855 "workspace-hack",
 6856]
 6857
 6858[[package]]
 6859name = "git_ui"
 6860version = "0.1.0"
 6861dependencies = [
 6862 "agent_settings",
 6863 "anyhow",
 6864 "askpass",
 6865 "buffer_diff",
 6866 "call",
 6867 "chrono",
 6868 "cloud_llm_client",
 6869 "collections",
 6870 "command_palette_hooks",
 6871 "component",
 6872 "ctor",
 6873 "db",
 6874 "editor",
 6875 "futures 0.3.31",
 6876 "fuzzy",
 6877 "git",
 6878 "gpui",
 6879 "indoc",
 6880 "itertools 0.14.0",
 6881 "language",
 6882 "language_model",
 6883 "linkify",
 6884 "log",
 6885 "markdown",
 6886 "menu",
 6887 "multi_buffer",
 6888 "notifications",
 6889 "panel",
 6890 "picker",
 6891 "postage",
 6892 "pretty_assertions",
 6893 "project",
 6894 "schemars 1.0.1",
 6895 "serde",
 6896 "serde_json",
 6897 "settings",
 6898 "strum 0.27.1",
 6899 "telemetry",
 6900 "theme",
 6901 "time",
 6902 "time_format",
 6903 "ui",
 6904 "unindent",
 6905 "util",
 6906 "watch",
 6907 "windows 0.61.1",
 6908 "workspace",
 6909 "workspace-hack",
 6910 "zed_actions",
 6911 "zeroize",
 6912 "zlog",
 6913]
 6914
 6915[[package]]
 6916name = "glob"
 6917version = "0.3.2"
 6918source = "registry+https://github.com/rust-lang/crates.io-index"
 6919checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6920
 6921[[package]]
 6922name = "globset"
 6923version = "0.4.16"
 6924source = "registry+https://github.com/rust-lang/crates.io-index"
 6925checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6926dependencies = [
 6927 "aho-corasick",
 6928 "bstr",
 6929 "log",
 6930 "regex-automata",
 6931 "regex-syntax",
 6932]
 6933
 6934[[package]]
 6935name = "gloo-timers"
 6936version = "0.3.0"
 6937source = "registry+https://github.com/rust-lang/crates.io-index"
 6938checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6939dependencies = [
 6940 "futures-channel",
 6941 "futures-core",
 6942 "js-sys",
 6943 "wasm-bindgen",
 6944]
 6945
 6946[[package]]
 6947name = "glow"
 6948version = "0.14.2"
 6949source = "registry+https://github.com/rust-lang/crates.io-index"
 6950checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6951dependencies = [
 6952 "js-sys",
 6953 "slotmap",
 6954 "wasm-bindgen",
 6955 "web-sys",
 6956]
 6957
 6958[[package]]
 6959name = "go_to_line"
 6960version = "0.1.0"
 6961dependencies = [
 6962 "editor",
 6963 "gpui",
 6964 "indoc",
 6965 "language",
 6966 "menu",
 6967 "project",
 6968 "rope",
 6969 "serde",
 6970 "serde_json",
 6971 "settings",
 6972 "text",
 6973 "theme",
 6974 "tree-sitter-rust",
 6975 "tree-sitter-typescript",
 6976 "ui",
 6977 "util",
 6978 "workspace",
 6979 "workspace-hack",
 6980]
 6981
 6982[[package]]
 6983name = "goblin"
 6984version = "0.8.2"
 6985source = "registry+https://github.com/rust-lang/crates.io-index"
 6986checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
 6987dependencies = [
 6988 "log",
 6989 "plain",
 6990 "scroll",
 6991]
 6992
 6993[[package]]
 6994name = "google_ai"
 6995version = "0.1.0"
 6996dependencies = [
 6997 "anyhow",
 6998 "futures 0.3.31",
 6999 "http_client",
 7000 "schemars 1.0.1",
 7001 "serde",
 7002 "serde_json",
 7003 "settings",
 7004 "strum 0.27.1",
 7005 "workspace-hack",
 7006]
 7007
 7008[[package]]
 7009name = "gpu-alloc"
 7010version = "0.6.0"
 7011source = "registry+https://github.com/rust-lang/crates.io-index"
 7012checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 7013dependencies = [
 7014 "bitflags 2.9.0",
 7015 "gpu-alloc-types",
 7016]
 7017
 7018[[package]]
 7019name = "gpu-alloc-ash"
 7020version = "0.7.0"
 7021source = "registry+https://github.com/rust-lang/crates.io-index"
 7022checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 7023dependencies = [
 7024 "ash",
 7025 "gpu-alloc-types",
 7026 "tinyvec",
 7027]
 7028
 7029[[package]]
 7030name = "gpu-alloc-types"
 7031version = "0.3.0"
 7032source = "registry+https://github.com/rust-lang/crates.io-index"
 7033checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7034dependencies = [
 7035 "bitflags 2.9.0",
 7036]
 7037
 7038[[package]]
 7039name = "gpui"
 7040version = "0.1.0"
 7041dependencies = [
 7042 "anyhow",
 7043 "as-raw-xcb-connection",
 7044 "ashpd 0.11.0",
 7045 "async-task",
 7046 "backtrace",
 7047 "bindgen 0.71.1",
 7048 "blade-graphics",
 7049 "blade-macros",
 7050 "blade-util",
 7051 "block",
 7052 "bytemuck",
 7053 "calloop",
 7054 "calloop-wayland-source",
 7055 "cbindgen",
 7056 "cocoa 0.26.0",
 7057 "collections",
 7058 "core-foundation 0.10.0",
 7059 "core-foundation-sys",
 7060 "core-graphics 0.24.0",
 7061 "core-text",
 7062 "core-video",
 7063 "cosmic-text",
 7064 "ctor",
 7065 "derive_more",
 7066 "embed-resource",
 7067 "env_logger 0.11.8",
 7068 "etagere",
 7069 "filedescriptor",
 7070 "flume",
 7071 "font-kit",
 7072 "foreign-types 0.5.0",
 7073 "futures 0.3.31",
 7074 "gpui_macros",
 7075 "http_client",
 7076 "image",
 7077 "inventory",
 7078 "itertools 0.14.0",
 7079 "libc",
 7080 "log",
 7081 "lyon",
 7082 "media",
 7083 "metal",
 7084 "naga",
 7085 "num_cpus",
 7086 "objc",
 7087 "objc2",
 7088 "objc2-metal",
 7089 "oo7",
 7090 "open",
 7091 "parking",
 7092 "parking_lot",
 7093 "pathfinder_geometry",
 7094 "postage",
 7095 "pretty_assertions",
 7096 "profiling",
 7097 "rand 0.9.1",
 7098 "raw-window-handle",
 7099 "refineable",
 7100 "reqwest_client",
 7101 "resvg",
 7102 "scap",
 7103 "schemars 1.0.1",
 7104 "seahash",
 7105 "semantic_version",
 7106 "serde",
 7107 "serde_json",
 7108 "slotmap",
 7109 "smallvec",
 7110 "smol",
 7111 "stacksafe",
 7112 "strum 0.27.1",
 7113 "sum_tree",
 7114 "taffy",
 7115 "thiserror 2.0.12",
 7116 "unicode-segmentation",
 7117 "usvg",
 7118 "util",
 7119 "util_macros",
 7120 "uuid",
 7121 "waker-fn",
 7122 "wayland-backend",
 7123 "wayland-client",
 7124 "wayland-cursor",
 7125 "wayland-protocols",
 7126 "wayland-protocols-plasma",
 7127 "windows 0.61.1",
 7128 "windows-core 0.61.0",
 7129 "windows-numerics",
 7130 "windows-registry 0.5.1",
 7131 "workspace-hack",
 7132 "x11-clipboard",
 7133 "x11rb",
 7134 "xim",
 7135 "xkbcommon",
 7136]
 7137
 7138[[package]]
 7139name = "gpui_macros"
 7140version = "0.1.0"
 7141dependencies = [
 7142 "gpui",
 7143 "heck 0.5.0",
 7144 "proc-macro2",
 7145 "quote",
 7146 "syn 2.0.101",
 7147 "workspace-hack",
 7148]
 7149
 7150[[package]]
 7151name = "gpui_tokio"
 7152version = "0.1.0"
 7153dependencies = [
 7154 "anyhow",
 7155 "gpui",
 7156 "tokio",
 7157 "util",
 7158 "workspace-hack",
 7159]
 7160
 7161[[package]]
 7162name = "grid"
 7163version = "0.18.0"
 7164source = "registry+https://github.com/rust-lang/crates.io-index"
 7165checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7166
 7167[[package]]
 7168name = "group"
 7169version = "0.12.1"
 7170source = "registry+https://github.com/rust-lang/crates.io-index"
 7171checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7172dependencies = [
 7173 "ff",
 7174 "rand_core 0.6.4",
 7175 "subtle",
 7176]
 7177
 7178[[package]]
 7179name = "h2"
 7180version = "0.3.26"
 7181source = "registry+https://github.com/rust-lang/crates.io-index"
 7182checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7183dependencies = [
 7184 "bytes 1.10.1",
 7185 "fnv",
 7186 "futures-core",
 7187 "futures-sink",
 7188 "futures-util",
 7189 "http 0.2.12",
 7190 "indexmap 2.9.0",
 7191 "slab",
 7192 "tokio",
 7193 "tokio-util",
 7194 "tracing",
 7195]
 7196
 7197[[package]]
 7198name = "h2"
 7199version = "0.4.9"
 7200source = "registry+https://github.com/rust-lang/crates.io-index"
 7201checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7202dependencies = [
 7203 "atomic-waker",
 7204 "bytes 1.10.1",
 7205 "fnv",
 7206 "futures-core",
 7207 "futures-sink",
 7208 "http 1.3.1",
 7209 "indexmap 2.9.0",
 7210 "slab",
 7211 "tokio",
 7212 "tokio-util",
 7213 "tracing",
 7214]
 7215
 7216[[package]]
 7217name = "half"
 7218version = "2.6.0"
 7219source = "registry+https://github.com/rust-lang/crates.io-index"
 7220checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7221dependencies = [
 7222 "bytemuck",
 7223 "cfg-if",
 7224 "crunchy",
 7225 "num-traits",
 7226 "rand 0.9.1",
 7227 "rand_distr",
 7228]
 7229
 7230[[package]]
 7231name = "handlebars"
 7232version = "4.5.0"
 7233source = "registry+https://github.com/rust-lang/crates.io-index"
 7234checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7235dependencies = [
 7236 "log",
 7237 "pest",
 7238 "pest_derive",
 7239 "rust-embed",
 7240 "serde",
 7241 "serde_json",
 7242 "thiserror 1.0.69",
 7243]
 7244
 7245[[package]]
 7246name = "handlebars"
 7247version = "5.1.2"
 7248source = "registry+https://github.com/rust-lang/crates.io-index"
 7249checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7250dependencies = [
 7251 "log",
 7252 "pest",
 7253 "pest_derive",
 7254 "serde",
 7255 "serde_json",
 7256 "thiserror 1.0.69",
 7257]
 7258
 7259[[package]]
 7260name = "hashbrown"
 7261version = "0.12.3"
 7262source = "registry+https://github.com/rust-lang/crates.io-index"
 7263checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7264dependencies = [
 7265 "ahash 0.7.8",
 7266]
 7267
 7268[[package]]
 7269name = "hashbrown"
 7270version = "0.14.5"
 7271source = "registry+https://github.com/rust-lang/crates.io-index"
 7272checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7273dependencies = [
 7274 "ahash 0.8.11",
 7275 "allocator-api2",
 7276]
 7277
 7278[[package]]
 7279name = "hashbrown"
 7280version = "0.15.3"
 7281source = "registry+https://github.com/rust-lang/crates.io-index"
 7282checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7283dependencies = [
 7284 "allocator-api2",
 7285 "equivalent",
 7286 "foldhash",
 7287 "serde",
 7288]
 7289
 7290[[package]]
 7291name = "hashlink"
 7292version = "0.8.4"
 7293source = "registry+https://github.com/rust-lang/crates.io-index"
 7294checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7295dependencies = [
 7296 "hashbrown 0.14.5",
 7297]
 7298
 7299[[package]]
 7300name = "hashlink"
 7301version = "0.10.0"
 7302source = "registry+https://github.com/rust-lang/crates.io-index"
 7303checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7304dependencies = [
 7305 "hashbrown 0.15.3",
 7306]
 7307
 7308[[package]]
 7309name = "headers"
 7310version = "0.3.9"
 7311source = "registry+https://github.com/rust-lang/crates.io-index"
 7312checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7313dependencies = [
 7314 "base64 0.21.7",
 7315 "bytes 1.10.1",
 7316 "headers-core",
 7317 "http 0.2.12",
 7318 "httpdate",
 7319 "mime",
 7320 "sha1",
 7321]
 7322
 7323[[package]]
 7324name = "headers-core"
 7325version = "0.2.0"
 7326source = "registry+https://github.com/rust-lang/crates.io-index"
 7327checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7328dependencies = [
 7329 "http 0.2.12",
 7330]
 7331
 7332[[package]]
 7333name = "heck"
 7334version = "0.3.3"
 7335source = "registry+https://github.com/rust-lang/crates.io-index"
 7336checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7337dependencies = [
 7338 "unicode-segmentation",
 7339]
 7340
 7341[[package]]
 7342name = "heck"
 7343version = "0.4.1"
 7344source = "registry+https://github.com/rust-lang/crates.io-index"
 7345checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7346dependencies = [
 7347 "unicode-segmentation",
 7348]
 7349
 7350[[package]]
 7351name = "heck"
 7352version = "0.5.0"
 7353source = "registry+https://github.com/rust-lang/crates.io-index"
 7354checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7355
 7356[[package]]
 7357name = "heed"
 7358version = "0.21.0"
 7359source = "registry+https://github.com/rust-lang/crates.io-index"
 7360checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7361dependencies = [
 7362 "bitflags 2.9.0",
 7363 "byteorder",
 7364 "heed-traits",
 7365 "heed-types",
 7366 "libc",
 7367 "lmdb-master-sys",
 7368 "once_cell",
 7369 "page_size",
 7370 "serde",
 7371 "synchronoise",
 7372 "url",
 7373]
 7374
 7375[[package]]
 7376name = "heed-traits"
 7377version = "0.20.0"
 7378source = "registry+https://github.com/rust-lang/crates.io-index"
 7379checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7380
 7381[[package]]
 7382name = "heed-types"
 7383version = "0.21.0"
 7384source = "registry+https://github.com/rust-lang/crates.io-index"
 7385checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7386dependencies = [
 7387 "bincode",
 7388 "byteorder",
 7389 "heed-traits",
 7390 "serde",
 7391 "serde_json",
 7392]
 7393
 7394[[package]]
 7395name = "hermit-abi"
 7396version = "0.3.9"
 7397source = "registry+https://github.com/rust-lang/crates.io-index"
 7398checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7399
 7400[[package]]
 7401name = "hermit-abi"
 7402version = "0.5.0"
 7403source = "registry+https://github.com/rust-lang/crates.io-index"
 7404checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7405
 7406[[package]]
 7407name = "hex"
 7408version = "0.4.3"
 7409source = "registry+https://github.com/rust-lang/crates.io-index"
 7410checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7411
 7412[[package]]
 7413name = "hexf-parse"
 7414version = "0.2.1"
 7415source = "registry+https://github.com/rust-lang/crates.io-index"
 7416checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7417
 7418[[package]]
 7419name = "hidden-trait"
 7420version = "0.1.2"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7423dependencies = [
 7424 "proc-macro2",
 7425 "quote",
 7426 "syn 1.0.109",
 7427]
 7428
 7429[[package]]
 7430name = "hkdf"
 7431version = "0.12.4"
 7432source = "registry+https://github.com/rust-lang/crates.io-index"
 7433checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7434dependencies = [
 7435 "hmac",
 7436]
 7437
 7438[[package]]
 7439name = "hmac"
 7440version = "0.12.1"
 7441source = "registry+https://github.com/rust-lang/crates.io-index"
 7442checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7443dependencies = [
 7444 "digest",
 7445]
 7446
 7447[[package]]
 7448name = "home"
 7449version = "0.5.11"
 7450source = "registry+https://github.com/rust-lang/crates.io-index"
 7451checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7452dependencies = [
 7453 "windows-sys 0.59.0",
 7454]
 7455
 7456[[package]]
 7457name = "hound"
 7458version = "3.5.1"
 7459source = "registry+https://github.com/rust-lang/crates.io-index"
 7460checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7461
 7462[[package]]
 7463name = "html5ever"
 7464version = "0.27.0"
 7465source = "registry+https://github.com/rust-lang/crates.io-index"
 7466checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7467dependencies = [
 7468 "log",
 7469 "mac",
 7470 "markup5ever 0.12.1",
 7471 "proc-macro2",
 7472 "quote",
 7473 "syn 2.0.101",
 7474]
 7475
 7476[[package]]
 7477name = "html5ever"
 7478version = "0.31.0"
 7479source = "registry+https://github.com/rust-lang/crates.io-index"
 7480checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7481dependencies = [
 7482 "log",
 7483 "mac",
 7484 "markup5ever 0.16.1",
 7485 "match_token",
 7486]
 7487
 7488[[package]]
 7489name = "html_to_markdown"
 7490version = "0.1.0"
 7491dependencies = [
 7492 "anyhow",
 7493 "html5ever 0.27.0",
 7494 "indoc",
 7495 "markup5ever_rcdom",
 7496 "pretty_assertions",
 7497 "regex",
 7498 "workspace-hack",
 7499]
 7500
 7501[[package]]
 7502name = "http"
 7503version = "0.2.12"
 7504source = "registry+https://github.com/rust-lang/crates.io-index"
 7505checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7506dependencies = [
 7507 "bytes 1.10.1",
 7508 "fnv",
 7509 "itoa",
 7510]
 7511
 7512[[package]]
 7513name = "http"
 7514version = "1.3.1"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7517dependencies = [
 7518 "bytes 1.10.1",
 7519 "fnv",
 7520 "itoa",
 7521]
 7522
 7523[[package]]
 7524name = "http-body"
 7525version = "0.4.6"
 7526source = "registry+https://github.com/rust-lang/crates.io-index"
 7527checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7528dependencies = [
 7529 "bytes 1.10.1",
 7530 "http 0.2.12",
 7531 "pin-project-lite",
 7532]
 7533
 7534[[package]]
 7535name = "http-body"
 7536version = "1.0.1"
 7537source = "registry+https://github.com/rust-lang/crates.io-index"
 7538checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7539dependencies = [
 7540 "bytes 1.10.1",
 7541 "http 1.3.1",
 7542]
 7543
 7544[[package]]
 7545name = "http-body-util"
 7546version = "0.1.3"
 7547source = "registry+https://github.com/rust-lang/crates.io-index"
 7548checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7549dependencies = [
 7550 "bytes 1.10.1",
 7551 "futures-core",
 7552 "http 1.3.1",
 7553 "http-body 1.0.1",
 7554 "pin-project-lite",
 7555]
 7556
 7557[[package]]
 7558name = "http-range-header"
 7559version = "0.3.1"
 7560source = "registry+https://github.com/rust-lang/crates.io-index"
 7561checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7562
 7563[[package]]
 7564name = "http_client"
 7565version = "0.1.0"
 7566dependencies = [
 7567 "anyhow",
 7568 "bytes 1.10.1",
 7569 "derive_more",
 7570 "futures 0.3.31",
 7571 "http 1.3.1",
 7572 "http-body 1.0.1",
 7573 "log",
 7574 "parking_lot",
 7575 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 7576 "serde",
 7577 "serde_json",
 7578 "url",
 7579 "workspace-hack",
 7580]
 7581
 7582[[package]]
 7583name = "http_client_tls"
 7584version = "0.1.0"
 7585dependencies = [
 7586 "rustls 0.23.26",
 7587 "rustls-platform-verifier",
 7588 "workspace-hack",
 7589]
 7590
 7591[[package]]
 7592name = "httparse"
 7593version = "1.10.1"
 7594source = "registry+https://github.com/rust-lang/crates.io-index"
 7595checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7596
 7597[[package]]
 7598name = "httpdate"
 7599version = "1.0.3"
 7600source = "registry+https://github.com/rust-lang/crates.io-index"
 7601checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7602
 7603[[package]]
 7604name = "human_bytes"
 7605version = "0.4.3"
 7606source = "registry+https://github.com/rust-lang/crates.io-index"
 7607checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7608
 7609[[package]]
 7610name = "humantime"
 7611version = "2.2.0"
 7612source = "registry+https://github.com/rust-lang/crates.io-index"
 7613checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7614
 7615[[package]]
 7616name = "hyper"
 7617version = "0.14.32"
 7618source = "registry+https://github.com/rust-lang/crates.io-index"
 7619checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7620dependencies = [
 7621 "bytes 1.10.1",
 7622 "futures-channel",
 7623 "futures-core",
 7624 "futures-util",
 7625 "h2 0.3.26",
 7626 "http 0.2.12",
 7627 "http-body 0.4.6",
 7628 "httparse",
 7629 "httpdate",
 7630 "itoa",
 7631 "pin-project-lite",
 7632 "socket2",
 7633 "tokio",
 7634 "tower-service",
 7635 "tracing",
 7636 "want",
 7637]
 7638
 7639[[package]]
 7640name = "hyper"
 7641version = "1.6.0"
 7642source = "registry+https://github.com/rust-lang/crates.io-index"
 7643checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7644dependencies = [
 7645 "bytes 1.10.1",
 7646 "futures-channel",
 7647 "futures-util",
 7648 "h2 0.4.9",
 7649 "http 1.3.1",
 7650 "http-body 1.0.1",
 7651 "httparse",
 7652 "itoa",
 7653 "pin-project-lite",
 7654 "smallvec",
 7655 "tokio",
 7656 "want",
 7657]
 7658
 7659[[package]]
 7660name = "hyper-rustls"
 7661version = "0.24.2"
 7662source = "registry+https://github.com/rust-lang/crates.io-index"
 7663checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7664dependencies = [
 7665 "futures-util",
 7666 "http 0.2.12",
 7667 "hyper 0.14.32",
 7668 "log",
 7669 "rustls 0.21.12",
 7670 "rustls-native-certs 0.6.3",
 7671 "tokio",
 7672 "tokio-rustls 0.24.1",
 7673]
 7674
 7675[[package]]
 7676name = "hyper-rustls"
 7677version = "0.27.5"
 7678source = "registry+https://github.com/rust-lang/crates.io-index"
 7679checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7680dependencies = [
 7681 "futures-util",
 7682 "http 1.3.1",
 7683 "hyper 1.6.0",
 7684 "hyper-util",
 7685 "rustls 0.23.26",
 7686 "rustls-native-certs 0.8.1",
 7687 "rustls-pki-types",
 7688 "tokio",
 7689 "tokio-rustls 0.26.2",
 7690 "tower-service",
 7691]
 7692
 7693[[package]]
 7694name = "hyper-tls"
 7695version = "0.5.0"
 7696source = "registry+https://github.com/rust-lang/crates.io-index"
 7697checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7698dependencies = [
 7699 "bytes 1.10.1",
 7700 "hyper 0.14.32",
 7701 "native-tls",
 7702 "tokio",
 7703 "tokio-native-tls",
 7704]
 7705
 7706[[package]]
 7707name = "hyper-util"
 7708version = "0.1.11"
 7709source = "registry+https://github.com/rust-lang/crates.io-index"
 7710checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7711dependencies = [
 7712 "bytes 1.10.1",
 7713 "futures-channel",
 7714 "futures-util",
 7715 "http 1.3.1",
 7716 "http-body 1.0.1",
 7717 "hyper 1.6.0",
 7718 "libc",
 7719 "pin-project-lite",
 7720 "socket2",
 7721 "tokio",
 7722 "tower-service",
 7723 "tracing",
 7724]
 7725
 7726[[package]]
 7727name = "iana-time-zone"
 7728version = "0.1.63"
 7729source = "registry+https://github.com/rust-lang/crates.io-index"
 7730checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7731dependencies = [
 7732 "android_system_properties",
 7733 "core-foundation-sys",
 7734 "iana-time-zone-haiku",
 7735 "js-sys",
 7736 "log",
 7737 "wasm-bindgen",
 7738 "windows-core 0.61.0",
 7739]
 7740
 7741[[package]]
 7742name = "iana-time-zone-haiku"
 7743version = "0.1.2"
 7744source = "registry+https://github.com/rust-lang/crates.io-index"
 7745checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7746dependencies = [
 7747 "cc",
 7748]
 7749
 7750[[package]]
 7751name = "icons"
 7752version = "0.1.0"
 7753dependencies = [
 7754 "serde",
 7755 "strum 0.27.1",
 7756 "workspace-hack",
 7757]
 7758
 7759[[package]]
 7760name = "icu_collections"
 7761version = "1.5.0"
 7762source = "registry+https://github.com/rust-lang/crates.io-index"
 7763checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7764dependencies = [
 7765 "displaydoc",
 7766 "yoke",
 7767 "zerofrom",
 7768 "zerovec",
 7769]
 7770
 7771[[package]]
 7772name = "icu_locid"
 7773version = "1.5.0"
 7774source = "registry+https://github.com/rust-lang/crates.io-index"
 7775checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7776dependencies = [
 7777 "displaydoc",
 7778 "litemap",
 7779 "tinystr",
 7780 "writeable",
 7781 "zerovec",
 7782]
 7783
 7784[[package]]
 7785name = "icu_locid_transform"
 7786version = "1.5.0"
 7787source = "registry+https://github.com/rust-lang/crates.io-index"
 7788checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7789dependencies = [
 7790 "displaydoc",
 7791 "icu_locid",
 7792 "icu_locid_transform_data",
 7793 "icu_provider",
 7794 "tinystr",
 7795 "zerovec",
 7796]
 7797
 7798[[package]]
 7799name = "icu_locid_transform_data"
 7800version = "1.5.1"
 7801source = "registry+https://github.com/rust-lang/crates.io-index"
 7802checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7803
 7804[[package]]
 7805name = "icu_normalizer"
 7806version = "1.5.0"
 7807source = "registry+https://github.com/rust-lang/crates.io-index"
 7808checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7809dependencies = [
 7810 "displaydoc",
 7811 "icu_collections",
 7812 "icu_normalizer_data",
 7813 "icu_properties",
 7814 "icu_provider",
 7815 "smallvec",
 7816 "utf16_iter",
 7817 "utf8_iter",
 7818 "write16",
 7819 "zerovec",
 7820]
 7821
 7822[[package]]
 7823name = "icu_normalizer_data"
 7824version = "1.5.1"
 7825source = "registry+https://github.com/rust-lang/crates.io-index"
 7826checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7827
 7828[[package]]
 7829name = "icu_properties"
 7830version = "1.5.1"
 7831source = "registry+https://github.com/rust-lang/crates.io-index"
 7832checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7833dependencies = [
 7834 "displaydoc",
 7835 "icu_collections",
 7836 "icu_locid_transform",
 7837 "icu_properties_data",
 7838 "icu_provider",
 7839 "tinystr",
 7840 "zerovec",
 7841]
 7842
 7843[[package]]
 7844name = "icu_properties_data"
 7845version = "1.5.1"
 7846source = "registry+https://github.com/rust-lang/crates.io-index"
 7847checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7848
 7849[[package]]
 7850name = "icu_provider"
 7851version = "1.5.0"
 7852source = "registry+https://github.com/rust-lang/crates.io-index"
 7853checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7854dependencies = [
 7855 "displaydoc",
 7856 "icu_locid",
 7857 "icu_provider_macros",
 7858 "stable_deref_trait",
 7859 "tinystr",
 7860 "writeable",
 7861 "yoke",
 7862 "zerofrom",
 7863 "zerovec",
 7864]
 7865
 7866[[package]]
 7867name = "icu_provider_macros"
 7868version = "1.5.0"
 7869source = "registry+https://github.com/rust-lang/crates.io-index"
 7870checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7871dependencies = [
 7872 "proc-macro2",
 7873 "quote",
 7874 "syn 2.0.101",
 7875]
 7876
 7877[[package]]
 7878name = "id-arena"
 7879version = "2.2.1"
 7880source = "registry+https://github.com/rust-lang/crates.io-index"
 7881checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7882
 7883[[package]]
 7884name = "ident_case"
 7885version = "1.0.1"
 7886source = "registry+https://github.com/rust-lang/crates.io-index"
 7887checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7888
 7889[[package]]
 7890name = "idna"
 7891version = "1.0.3"
 7892source = "registry+https://github.com/rust-lang/crates.io-index"
 7893checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7894dependencies = [
 7895 "idna_adapter",
 7896 "smallvec",
 7897 "utf8_iter",
 7898]
 7899
 7900[[package]]
 7901name = "idna_adapter"
 7902version = "1.2.0"
 7903source = "registry+https://github.com/rust-lang/crates.io-index"
 7904checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7905dependencies = [
 7906 "icu_normalizer",
 7907 "icu_properties",
 7908]
 7909
 7910[[package]]
 7911name = "ignore"
 7912version = "0.4.23"
 7913source = "registry+https://github.com/rust-lang/crates.io-index"
 7914checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7915dependencies = [
 7916 "crossbeam-deque",
 7917 "globset",
 7918 "log",
 7919 "memchr",
 7920 "regex-automata",
 7921 "same-file",
 7922 "walkdir",
 7923 "winapi-util",
 7924]
 7925
 7926[[package]]
 7927name = "image"
 7928version = "0.25.6"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7931dependencies = [
 7932 "bytemuck",
 7933 "byteorder-lite",
 7934 "color_quant",
 7935 "exr",
 7936 "gif",
 7937 "image-webp",
 7938 "num-traits",
 7939 "png",
 7940 "qoi",
 7941 "ravif",
 7942 "rayon",
 7943 "rgb",
 7944 "tiff",
 7945 "zune-core",
 7946 "zune-jpeg",
 7947]
 7948
 7949[[package]]
 7950name = "image-webp"
 7951version = "0.2.1"
 7952source = "registry+https://github.com/rust-lang/crates.io-index"
 7953checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7954dependencies = [
 7955 "byteorder-lite",
 7956 "quick-error",
 7957]
 7958
 7959[[package]]
 7960name = "image_viewer"
 7961version = "0.1.0"
 7962dependencies = [
 7963 "anyhow",
 7964 "db",
 7965 "editor",
 7966 "file_icons",
 7967 "gpui",
 7968 "language",
 7969 "log",
 7970 "project",
 7971 "serde",
 7972 "settings",
 7973 "theme",
 7974 "ui",
 7975 "util",
 7976 "workspace",
 7977 "workspace-hack",
 7978]
 7979
 7980[[package]]
 7981name = "imagesize"
 7982version = "0.13.0"
 7983source = "registry+https://github.com/rust-lang/crates.io-index"
 7984checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7985
 7986[[package]]
 7987name = "imara-diff"
 7988version = "0.1.8"
 7989source = "registry+https://github.com/rust-lang/crates.io-index"
 7990checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7991dependencies = [
 7992 "hashbrown 0.15.3",
 7993]
 7994
 7995[[package]]
 7996name = "imgref"
 7997version = "1.11.0"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 8000
 8001[[package]]
 8002name = "indexmap"
 8003version = "1.9.3"
 8004source = "registry+https://github.com/rust-lang/crates.io-index"
 8005checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 8006dependencies = [
 8007 "autocfg",
 8008 "hashbrown 0.12.3",
 8009 "serde",
 8010]
 8011
 8012[[package]]
 8013name = "indexmap"
 8014version = "2.9.0"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8017dependencies = [
 8018 "equivalent",
 8019 "hashbrown 0.15.3",
 8020 "serde",
 8021]
 8022
 8023[[package]]
 8024name = "indoc"
 8025version = "2.0.6"
 8026source = "registry+https://github.com/rust-lang/crates.io-index"
 8027checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8028
 8029[[package]]
 8030name = "inherent"
 8031version = "1.0.12"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8034dependencies = [
 8035 "proc-macro2",
 8036 "quote",
 8037 "syn 2.0.101",
 8038]
 8039
 8040[[package]]
 8041name = "inotify"
 8042version = "0.9.6"
 8043source = "registry+https://github.com/rust-lang/crates.io-index"
 8044checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8045dependencies = [
 8046 "bitflags 1.3.2",
 8047 "inotify-sys",
 8048 "libc",
 8049]
 8050
 8051[[package]]
 8052name = "inotify"
 8053version = "0.11.0"
 8054source = "registry+https://github.com/rust-lang/crates.io-index"
 8055checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8056dependencies = [
 8057 "bitflags 2.9.0",
 8058 "inotify-sys",
 8059 "libc",
 8060]
 8061
 8062[[package]]
 8063name = "inotify-sys"
 8064version = "0.1.5"
 8065source = "registry+https://github.com/rust-lang/crates.io-index"
 8066checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8067dependencies = [
 8068 "libc",
 8069]
 8070
 8071[[package]]
 8072name = "inout"
 8073version = "0.1.4"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8076dependencies = [
 8077 "block-padding",
 8078 "generic-array",
 8079]
 8080
 8081[[package]]
 8082name = "inspector_ui"
 8083version = "0.1.0"
 8084dependencies = [
 8085 "anyhow",
 8086 "command_palette_hooks",
 8087 "editor",
 8088 "fuzzy",
 8089 "gpui",
 8090 "language",
 8091 "project",
 8092 "serde_json",
 8093 "serde_json_lenient",
 8094 "theme",
 8095 "ui",
 8096 "util",
 8097 "util_macros",
 8098 "workspace",
 8099 "workspace-hack",
 8100 "zed_actions",
 8101]
 8102
 8103[[package]]
 8104name = "install_cli"
 8105version = "0.1.0"
 8106dependencies = [
 8107 "anyhow",
 8108 "client",
 8109 "gpui",
 8110 "release_channel",
 8111 "smol",
 8112 "util",
 8113 "workspace",
 8114 "workspace-hack",
 8115]
 8116
 8117[[package]]
 8118name = "instant"
 8119version = "0.1.13"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8122dependencies = [
 8123 "cfg-if",
 8124]
 8125
 8126[[package]]
 8127name = "interpolate_name"
 8128version = "0.2.4"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8131dependencies = [
 8132 "proc-macro2",
 8133 "quote",
 8134 "syn 2.0.101",
 8135]
 8136
 8137[[package]]
 8138name = "inventory"
 8139version = "0.3.20"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8142dependencies = [
 8143 "rustversion",
 8144]
 8145
 8146[[package]]
 8147name = "io-extras"
 8148version = "0.18.4"
 8149source = "registry+https://github.com/rust-lang/crates.io-index"
 8150checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8151dependencies = [
 8152 "io-lifetimes",
 8153 "windows-sys 0.59.0",
 8154]
 8155
 8156[[package]]
 8157name = "io-lifetimes"
 8158version = "2.0.4"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8161
 8162[[package]]
 8163name = "io-surface"
 8164version = "0.16.0"
 8165source = "registry+https://github.com/rust-lang/crates.io-index"
 8166checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8167dependencies = [
 8168 "cgl",
 8169 "core-foundation 0.10.0",
 8170 "core-foundation-sys",
 8171 "leaky-cow",
 8172 "libc",
 8173]
 8174
 8175[[package]]
 8176name = "iovec"
 8177version = "0.1.4"
 8178source = "registry+https://github.com/rust-lang/crates.io-index"
 8179checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8180dependencies = [
 8181 "libc",
 8182]
 8183
 8184[[package]]
 8185name = "ipc-channel"
 8186version = "0.19.0"
 8187source = "registry+https://github.com/rust-lang/crates.io-index"
 8188checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8189dependencies = [
 8190 "bincode",
 8191 "crossbeam-channel",
 8192 "fnv",
 8193 "lazy_static",
 8194 "libc",
 8195 "mio 1.0.3",
 8196 "rand 0.8.5",
 8197 "serde",
 8198 "tempfile",
 8199 "uuid",
 8200 "windows 0.58.0",
 8201]
 8202
 8203[[package]]
 8204name = "ipnet"
 8205version = "2.11.0"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8208
 8209[[package]]
 8210name = "is-docker"
 8211version = "0.2.0"
 8212source = "registry+https://github.com/rust-lang/crates.io-index"
 8213checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8214dependencies = [
 8215 "once_cell",
 8216]
 8217
 8218[[package]]
 8219name = "is-terminal"
 8220version = "0.4.16"
 8221source = "registry+https://github.com/rust-lang/crates.io-index"
 8222checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8223dependencies = [
 8224 "hermit-abi 0.5.0",
 8225 "libc",
 8226 "windows-sys 0.59.0",
 8227]
 8228
 8229[[package]]
 8230name = "is-wsl"
 8231version = "0.4.0"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8234dependencies = [
 8235 "is-docker",
 8236 "once_cell",
 8237]
 8238
 8239[[package]]
 8240name = "is_terminal_polyfill"
 8241version = "1.70.1"
 8242source = "registry+https://github.com/rust-lang/crates.io-index"
 8243checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8244
 8245[[package]]
 8246name = "itertools"
 8247version = "0.10.5"
 8248source = "registry+https://github.com/rust-lang/crates.io-index"
 8249checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8250dependencies = [
 8251 "either",
 8252]
 8253
 8254[[package]]
 8255name = "itertools"
 8256version = "0.11.0"
 8257source = "registry+https://github.com/rust-lang/crates.io-index"
 8258checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8259dependencies = [
 8260 "either",
 8261]
 8262
 8263[[package]]
 8264name = "itertools"
 8265version = "0.12.1"
 8266source = "registry+https://github.com/rust-lang/crates.io-index"
 8267checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8268dependencies = [
 8269 "either",
 8270]
 8271
 8272[[package]]
 8273name = "itertools"
 8274version = "0.13.0"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8277dependencies = [
 8278 "either",
 8279]
 8280
 8281[[package]]
 8282name = "itertools"
 8283version = "0.14.0"
 8284source = "registry+https://github.com/rust-lang/crates.io-index"
 8285checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8286dependencies = [
 8287 "either",
 8288]
 8289
 8290[[package]]
 8291name = "itoa"
 8292version = "1.0.15"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8295
 8296[[package]]
 8297name = "jiff"
 8298version = "0.2.10"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8301dependencies = [
 8302 "jiff-static",
 8303 "log",
 8304 "portable-atomic",
 8305 "portable-atomic-util",
 8306 "serde",
 8307]
 8308
 8309[[package]]
 8310name = "jiff-static"
 8311version = "0.2.10"
 8312source = "registry+https://github.com/rust-lang/crates.io-index"
 8313checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8314dependencies = [
 8315 "proc-macro2",
 8316 "quote",
 8317 "syn 2.0.101",
 8318]
 8319
 8320[[package]]
 8321name = "jni"
 8322version = "0.21.1"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8325dependencies = [
 8326 "cesu8",
 8327 "cfg-if",
 8328 "combine",
 8329 "jni-sys",
 8330 "log",
 8331 "thiserror 1.0.69",
 8332 "walkdir",
 8333 "windows-sys 0.45.0",
 8334]
 8335
 8336[[package]]
 8337name = "jni-sys"
 8338version = "0.3.0"
 8339source = "registry+https://github.com/rust-lang/crates.io-index"
 8340checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8341
 8342[[package]]
 8343name = "jobserver"
 8344version = "0.1.33"
 8345source = "registry+https://github.com/rust-lang/crates.io-index"
 8346checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8347dependencies = [
 8348 "getrandom 0.3.2",
 8349 "libc",
 8350]
 8351
 8352[[package]]
 8353name = "journal"
 8354version = "0.1.0"
 8355dependencies = [
 8356 "anyhow",
 8357 "chrono",
 8358 "editor",
 8359 "gpui",
 8360 "log",
 8361 "serde",
 8362 "settings",
 8363 "shellexpand 2.1.2",
 8364 "workspace",
 8365 "workspace-hack",
 8366]
 8367
 8368[[package]]
 8369name = "jpeg-decoder"
 8370version = "0.3.1"
 8371source = "registry+https://github.com/rust-lang/crates.io-index"
 8372checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8373
 8374[[package]]
 8375name = "js-sys"
 8376version = "0.3.77"
 8377source = "registry+https://github.com/rust-lang/crates.io-index"
 8378checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8379dependencies = [
 8380 "once_cell",
 8381 "wasm-bindgen",
 8382]
 8383
 8384[[package]]
 8385name = "json_dotpath"
 8386version = "1.1.0"
 8387source = "registry+https://github.com/rust-lang/crates.io-index"
 8388checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 8389dependencies = [
 8390 "serde",
 8391 "serde_derive",
 8392 "serde_json",
 8393 "thiserror 1.0.69",
 8394]
 8395
 8396[[package]]
 8397name = "json_schema_store"
 8398version = "0.1.0"
 8399dependencies = [
 8400 "anyhow",
 8401 "dap",
 8402 "extension",
 8403 "gpui",
 8404 "language",
 8405 "paths",
 8406 "project",
 8407 "schemars 1.0.1",
 8408 "serde",
 8409 "serde_json",
 8410 "settings",
 8411 "snippet_provider",
 8412 "task",
 8413 "theme",
 8414 "util",
 8415 "workspace-hack",
 8416]
 8417
 8418[[package]]
 8419name = "jsonschema"
 8420version = "0.30.0"
 8421source = "registry+https://github.com/rust-lang/crates.io-index"
 8422checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8423dependencies = [
 8424 "ahash 0.8.11",
 8425 "base64 0.22.1",
 8426 "bytecount",
 8427 "email_address",
 8428 "fancy-regex 0.14.0",
 8429 "fraction",
 8430 "idna",
 8431 "itoa",
 8432 "num-cmp",
 8433 "num-traits",
 8434 "once_cell",
 8435 "percent-encoding",
 8436 "referencing",
 8437 "regex",
 8438 "regex-syntax",
 8439 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8440 "serde",
 8441 "serde_json",
 8442 "uuid-simd",
 8443]
 8444
 8445[[package]]
 8446name = "jsonwebtoken"
 8447version = "9.3.1"
 8448source = "registry+https://github.com/rust-lang/crates.io-index"
 8449checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8450dependencies = [
 8451 "base64 0.22.1",
 8452 "js-sys",
 8453 "pem",
 8454 "ring",
 8455 "serde",
 8456 "serde_json",
 8457 "simple_asn1",
 8458]
 8459
 8460[[package]]
 8461name = "jupyter-protocol"
 8462version = "0.6.0"
 8463source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8464dependencies = [
 8465 "anyhow",
 8466 "async-trait",
 8467 "bytes 1.10.1",
 8468 "chrono",
 8469 "futures 0.3.31",
 8470 "serde",
 8471 "serde_json",
 8472 "uuid",
 8473]
 8474
 8475[[package]]
 8476name = "jupyter-websocket-client"
 8477version = "0.9.0"
 8478source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8479dependencies = [
 8480 "anyhow",
 8481 "async-trait",
 8482 "async-tungstenite",
 8483 "futures 0.3.31",
 8484 "jupyter-protocol",
 8485 "serde",
 8486 "serde_json",
 8487 "url",
 8488 "uuid",
 8489]
 8490
 8491[[package]]
 8492name = "keymap_editor"
 8493version = "0.1.0"
 8494dependencies = [
 8495 "anyhow",
 8496 "collections",
 8497 "command_palette",
 8498 "component",
 8499 "db",
 8500 "editor",
 8501 "fs",
 8502 "fuzzy",
 8503 "gpui",
 8504 "itertools 0.14.0",
 8505 "json_schema_store",
 8506 "language",
 8507 "log",
 8508 "menu",
 8509 "notifications",
 8510 "paths",
 8511 "project",
 8512 "search",
 8513 "serde",
 8514 "serde_json",
 8515 "settings",
 8516 "telemetry",
 8517 "tempfile",
 8518 "theme",
 8519 "tree-sitter-json",
 8520 "tree-sitter-rust",
 8521 "ui",
 8522 "ui_input",
 8523 "util",
 8524 "vim",
 8525 "workspace",
 8526 "workspace-hack",
 8527 "zed_actions",
 8528]
 8529
 8530[[package]]
 8531name = "khronos-egl"
 8532version = "6.0.0"
 8533source = "registry+https://github.com/rust-lang/crates.io-index"
 8534checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8535dependencies = [
 8536 "libc",
 8537 "libloading",
 8538]
 8539
 8540[[package]]
 8541name = "kqueue"
 8542version = "1.0.8"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8545dependencies = [
 8546 "kqueue-sys",
 8547 "libc",
 8548]
 8549
 8550[[package]]
 8551name = "kqueue-sys"
 8552version = "1.0.4"
 8553source = "registry+https://github.com/rust-lang/crates.io-index"
 8554checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8555dependencies = [
 8556 "bitflags 1.3.2",
 8557 "libc",
 8558]
 8559
 8560[[package]]
 8561name = "kurbo"
 8562version = "0.11.1"
 8563source = "registry+https://github.com/rust-lang/crates.io-index"
 8564checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8565dependencies = [
 8566 "arrayvec",
 8567 "smallvec",
 8568]
 8569
 8570[[package]]
 8571name = "kv-log-macro"
 8572version = "1.0.7"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8575dependencies = [
 8576 "log",
 8577]
 8578
 8579[[package]]
 8580name = "language"
 8581version = "0.1.0"
 8582dependencies = [
 8583 "anyhow",
 8584 "async-trait",
 8585 "clock",
 8586 "collections",
 8587 "ctor",
 8588 "diffy",
 8589 "ec4rs",
 8590 "fs",
 8591 "futures 0.3.31",
 8592 "fuzzy",
 8593 "globset",
 8594 "gpui",
 8595 "http_client",
 8596 "imara-diff",
 8597 "indoc",
 8598 "itertools 0.14.0",
 8599 "log",
 8600 "lsp",
 8601 "parking_lot",
 8602 "postage",
 8603 "pretty_assertions",
 8604 "rand 0.9.1",
 8605 "regex",
 8606 "rpc",
 8607 "schemars 1.0.1",
 8608 "serde",
 8609 "serde_json",
 8610 "settings",
 8611 "shellexpand 2.1.2",
 8612 "smallvec",
 8613 "smol",
 8614 "streaming-iterator",
 8615 "strsim",
 8616 "sum_tree",
 8617 "task",
 8618 "text",
 8619 "theme",
 8620 "toml 0.8.20",
 8621 "tree-sitter",
 8622 "tree-sitter-elixir",
 8623 "tree-sitter-embedded-template",
 8624 "tree-sitter-heex",
 8625 "tree-sitter-html",
 8626 "tree-sitter-json",
 8627 "tree-sitter-md",
 8628 "tree-sitter-python",
 8629 "tree-sitter-ruby",
 8630 "tree-sitter-rust",
 8631 "tree-sitter-typescript",
 8632 "unicase",
 8633 "unindent",
 8634 "util",
 8635 "watch",
 8636 "workspace-hack",
 8637 "zlog",
 8638]
 8639
 8640[[package]]
 8641name = "language_extension"
 8642version = "0.1.0"
 8643dependencies = [
 8644 "anyhow",
 8645 "async-trait",
 8646 "collections",
 8647 "extension",
 8648 "fs",
 8649 "futures 0.3.31",
 8650 "gpui",
 8651 "language",
 8652 "log",
 8653 "lsp",
 8654 "project",
 8655 "serde",
 8656 "serde_json",
 8657 "util",
 8658 "workspace-hack",
 8659]
 8660
 8661[[package]]
 8662name = "language_model"
 8663version = "0.1.0"
 8664dependencies = [
 8665 "anthropic",
 8666 "anyhow",
 8667 "base64 0.22.1",
 8668 "client",
 8669 "cloud_api_types",
 8670 "cloud_llm_client",
 8671 "collections",
 8672 "futures 0.3.31",
 8673 "gpui",
 8674 "http_client",
 8675 "icons",
 8676 "image",
 8677 "log",
 8678 "open_router",
 8679 "parking_lot",
 8680 "proto",
 8681 "schemars 1.0.1",
 8682 "serde",
 8683 "serde_json",
 8684 "settings",
 8685 "smol",
 8686 "telemetry_events",
 8687 "thiserror 2.0.12",
 8688 "util",
 8689 "workspace-hack",
 8690]
 8691
 8692[[package]]
 8693name = "language_models"
 8694version = "0.1.0"
 8695dependencies = [
 8696 "ai_onboarding",
 8697 "anthropic",
 8698 "anyhow",
 8699 "aws-config",
 8700 "aws-credential-types",
 8701 "aws_http_client",
 8702 "bedrock",
 8703 "chrono",
 8704 "client",
 8705 "cloud_llm_client",
 8706 "collections",
 8707 "component",
 8708 "convert_case 0.8.0",
 8709 "copilot",
 8710 "credentials_provider",
 8711 "deepseek",
 8712 "editor",
 8713 "fs",
 8714 "futures 0.3.31",
 8715 "google_ai",
 8716 "gpui",
 8717 "gpui_tokio",
 8718 "http_client",
 8719 "language",
 8720 "language_model",
 8721 "lmstudio",
 8722 "log",
 8723 "menu",
 8724 "mistral",
 8725 "ollama",
 8726 "open_ai",
 8727 "open_router",
 8728 "partial-json-fixer",
 8729 "project",
 8730 "release_channel",
 8731 "schemars 1.0.1",
 8732 "serde",
 8733 "serde_json",
 8734 "settings",
 8735 "smol",
 8736 "strum 0.27.1",
 8737 "thiserror 2.0.12",
 8738 "tiktoken-rs",
 8739 "tokio",
 8740 "ui",
 8741 "ui_input",
 8742 "util",
 8743 "vercel",
 8744 "workspace-hack",
 8745 "x_ai",
 8746 "zed_env_vars",
 8747]
 8748
 8749[[package]]
 8750name = "language_onboarding"
 8751version = "0.1.0"
 8752dependencies = [
 8753 "db",
 8754 "editor",
 8755 "gpui",
 8756 "project",
 8757 "ui",
 8758 "workspace",
 8759 "workspace-hack",
 8760]
 8761
 8762[[package]]
 8763name = "language_selector"
 8764version = "0.1.0"
 8765dependencies = [
 8766 "anyhow",
 8767 "editor",
 8768 "file_finder",
 8769 "file_icons",
 8770 "fuzzy",
 8771 "gpui",
 8772 "language",
 8773 "picker",
 8774 "project",
 8775 "settings",
 8776 "ui",
 8777 "util",
 8778 "workspace",
 8779 "workspace-hack",
 8780]
 8781
 8782[[package]]
 8783name = "language_tools"
 8784version = "0.1.0"
 8785dependencies = [
 8786 "anyhow",
 8787 "client",
 8788 "collections",
 8789 "command_palette_hooks",
 8790 "copilot",
 8791 "editor",
 8792 "futures 0.3.31",
 8793 "gpui",
 8794 "itertools 0.14.0",
 8795 "language",
 8796 "lsp",
 8797 "project",
 8798 "proto",
 8799 "release_channel",
 8800 "serde_json",
 8801 "settings",
 8802 "theme",
 8803 "tree-sitter",
 8804 "ui",
 8805 "util",
 8806 "workspace",
 8807 "workspace-hack",
 8808 "zed_actions",
 8809 "zlog",
 8810]
 8811
 8812[[package]]
 8813name = "languages"
 8814version = "0.1.0"
 8815dependencies = [
 8816 "anyhow",
 8817 "async-compression",
 8818 "async-fs",
 8819 "async-tar",
 8820 "async-trait",
 8821 "chrono",
 8822 "collections",
 8823 "futures 0.3.31",
 8824 "gpui",
 8825 "http_client",
 8826 "itertools 0.14.0",
 8827 "json_schema_store",
 8828 "language",
 8829 "log",
 8830 "lsp",
 8831 "node_runtime",
 8832 "parking_lot",
 8833 "pet",
 8834 "pet-conda",
 8835 "pet-core",
 8836 "pet-fs",
 8837 "pet-poetry",
 8838 "pet-reporter",
 8839 "pet-virtualenv",
 8840 "pretty_assertions",
 8841 "project",
 8842 "regex",
 8843 "rope",
 8844 "rust-embed",
 8845 "serde",
 8846 "serde_json",
 8847 "serde_json_lenient",
 8848 "settings",
 8849 "sha2",
 8850 "shlex",
 8851 "smol",
 8852 "task",
 8853 "tempfile",
 8854 "text",
 8855 "theme",
 8856 "toml 0.8.20",
 8857 "tree-sitter",
 8858 "tree-sitter-bash",
 8859 "tree-sitter-c",
 8860 "tree-sitter-cpp",
 8861 "tree-sitter-css",
 8862 "tree-sitter-diff",
 8863 "tree-sitter-gitcommit",
 8864 "tree-sitter-go",
 8865 "tree-sitter-gomod",
 8866 "tree-sitter-gowork",
 8867 "tree-sitter-jsdoc",
 8868 "tree-sitter-json",
 8869 "tree-sitter-md",
 8870 "tree-sitter-python",
 8871 "tree-sitter-regex",
 8872 "tree-sitter-rust",
 8873 "tree-sitter-typescript",
 8874 "tree-sitter-yaml",
 8875 "unindent",
 8876 "url",
 8877 "util",
 8878 "workspace",
 8879 "workspace-hack",
 8880]
 8881
 8882[[package]]
 8883name = "lazy_static"
 8884version = "1.5.0"
 8885source = "registry+https://github.com/rust-lang/crates.io-index"
 8886checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8887dependencies = [
 8888 "spin",
 8889]
 8890
 8891[[package]]
 8892name = "lazycell"
 8893version = "1.3.0"
 8894source = "registry+https://github.com/rust-lang/crates.io-index"
 8895checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8896
 8897[[package]]
 8898name = "leak"
 8899version = "0.1.2"
 8900source = "registry+https://github.com/rust-lang/crates.io-index"
 8901checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8902
 8903[[package]]
 8904name = "leaky-cow"
 8905version = "0.1.1"
 8906source = "registry+https://github.com/rust-lang/crates.io-index"
 8907checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8908dependencies = [
 8909 "leak",
 8910]
 8911
 8912[[package]]
 8913name = "leb128"
 8914version = "0.2.5"
 8915source = "registry+https://github.com/rust-lang/crates.io-index"
 8916checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8917
 8918[[package]]
 8919name = "leb128fmt"
 8920version = "0.1.0"
 8921source = "registry+https://github.com/rust-lang/crates.io-index"
 8922checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8923
 8924[[package]]
 8925name = "lebe"
 8926version = "0.5.2"
 8927source = "registry+https://github.com/rust-lang/crates.io-index"
 8928checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8929
 8930[[package]]
 8931name = "libc"
 8932version = "0.2.172"
 8933source = "registry+https://github.com/rust-lang/crates.io-index"
 8934checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8935
 8936[[package]]
 8937name = "libdbus-sys"
 8938version = "0.2.5"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 8941dependencies = [
 8942 "cc",
 8943 "pkg-config",
 8944]
 8945
 8946[[package]]
 8947name = "libfuzzer-sys"
 8948version = "0.4.9"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 8951dependencies = [
 8952 "arbitrary",
 8953 "cc",
 8954]
 8955
 8956[[package]]
 8957name = "libgit2-sys"
 8958version = "0.18.1+1.9.0"
 8959source = "registry+https://github.com/rust-lang/crates.io-index"
 8960checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 8961dependencies = [
 8962 "cc",
 8963 "libc",
 8964 "libz-sys",
 8965 "pkg-config",
 8966]
 8967
 8968[[package]]
 8969name = "libloading"
 8970version = "0.8.6"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 8973dependencies = [
 8974 "cfg-if",
 8975 "windows-targets 0.52.6",
 8976]
 8977
 8978[[package]]
 8979name = "libm"
 8980version = "0.2.11"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 8983
 8984[[package]]
 8985name = "libmimalloc-sys"
 8986version = "0.1.42"
 8987source = "registry+https://github.com/rust-lang/crates.io-index"
 8988checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 8989dependencies = [
 8990 "cc",
 8991 "libc",
 8992]
 8993
 8994[[package]]
 8995name = "libredox"
 8996version = "0.1.3"
 8997source = "registry+https://github.com/rust-lang/crates.io-index"
 8998checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 8999dependencies = [
 9000 "bitflags 2.9.0",
 9001 "libc",
 9002 "redox_syscall 0.5.11",
 9003]
 9004
 9005[[package]]
 9006name = "libsqlite3-sys"
 9007version = "0.30.1"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9010dependencies = [
 9011 "cc",
 9012 "pkg-config",
 9013 "vcpkg",
 9014]
 9015
 9016[[package]]
 9017name = "libwebrtc"
 9018version = "0.3.10"
 9019source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9020dependencies = [
 9021 "cxx",
 9022 "jni",
 9023 "js-sys",
 9024 "lazy_static",
 9025 "livekit-protocol",
 9026 "livekit-runtime",
 9027 "log",
 9028 "parking_lot",
 9029 "serde",
 9030 "serde_json",
 9031 "thiserror 1.0.69",
 9032 "tokio",
 9033 "wasm-bindgen",
 9034 "wasm-bindgen-futures",
 9035 "web-sys",
 9036 "webrtc-sys",
 9037]
 9038
 9039[[package]]
 9040name = "libz-sys"
 9041version = "1.1.22"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9044dependencies = [
 9045 "cc",
 9046 "libc",
 9047 "pkg-config",
 9048 "vcpkg",
 9049]
 9050
 9051[[package]]
 9052name = "line_ending_selector"
 9053version = "0.1.0"
 9054dependencies = [
 9055 "editor",
 9056 "gpui",
 9057 "language",
 9058 "picker",
 9059 "project",
 9060 "ui",
 9061 "util",
 9062 "workspace",
 9063 "workspace-hack",
 9064]
 9065
 9066[[package]]
 9067name = "link-cplusplus"
 9068version = "1.0.10"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9071dependencies = [
 9072 "cc",
 9073]
 9074
 9075[[package]]
 9076name = "linkify"
 9077version = "0.10.0"
 9078source = "registry+https://github.com/rust-lang/crates.io-index"
 9079checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9080dependencies = [
 9081 "memchr",
 9082]
 9083
 9084[[package]]
 9085name = "linux-raw-sys"
 9086version = "0.4.15"
 9087source = "registry+https://github.com/rust-lang/crates.io-index"
 9088checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9089
 9090[[package]]
 9091name = "linux-raw-sys"
 9092version = "0.9.4"
 9093source = "registry+https://github.com/rust-lang/crates.io-index"
 9094checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9095
 9096[[package]]
 9097name = "litemap"
 9098version = "0.7.5"
 9099source = "registry+https://github.com/rust-lang/crates.io-index"
 9100checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9101
 9102[[package]]
 9103name = "livekit"
 9104version = "0.7.8"
 9105source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9106dependencies = [
 9107 "chrono",
 9108 "futures-util",
 9109 "lazy_static",
 9110 "libloading",
 9111 "libwebrtc",
 9112 "livekit-api",
 9113 "livekit-protocol",
 9114 "livekit-runtime",
 9115 "log",
 9116 "parking_lot",
 9117 "prost 0.12.6",
 9118 "semver",
 9119 "serde",
 9120 "serde_json",
 9121 "thiserror 1.0.69",
 9122 "tokio",
 9123]
 9124
 9125[[package]]
 9126name = "livekit-api"
 9127version = "0.4.2"
 9128source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9129dependencies = [
 9130 "futures-util",
 9131 "http 0.2.12",
 9132 "livekit-protocol",
 9133 "livekit-runtime",
 9134 "log",
 9135 "parking_lot",
 9136 "pbjson-types",
 9137 "prost 0.12.6",
 9138 "rand 0.9.1",
 9139 "reqwest 0.11.27",
 9140 "scopeguard",
 9141 "serde",
 9142 "sha2",
 9143 "thiserror 1.0.69",
 9144 "tokio",
 9145 "tokio-tungstenite 0.26.2",
 9146 "url",
 9147]
 9148
 9149[[package]]
 9150name = "livekit-protocol"
 9151version = "0.3.9"
 9152source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9153dependencies = [
 9154 "futures-util",
 9155 "livekit-runtime",
 9156 "parking_lot",
 9157 "pbjson",
 9158 "pbjson-types",
 9159 "prost 0.12.6",
 9160 "prost-types 0.12.6",
 9161 "serde",
 9162 "thiserror 1.0.69",
 9163 "tokio",
 9164]
 9165
 9166[[package]]
 9167name = "livekit-runtime"
 9168version = "0.4.0"
 9169source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9170dependencies = [
 9171 "tokio",
 9172 "tokio-stream",
 9173]
 9174
 9175[[package]]
 9176name = "livekit_api"
 9177version = "0.1.0"
 9178dependencies = [
 9179 "anyhow",
 9180 "async-trait",
 9181 "jsonwebtoken",
 9182 "log",
 9183 "prost 0.9.0",
 9184 "prost-build 0.9.0",
 9185 "prost-types 0.9.0",
 9186 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9187 "serde",
 9188 "workspace-hack",
 9189]
 9190
 9191[[package]]
 9192name = "livekit_client"
 9193version = "0.1.0"
 9194dependencies = [
 9195 "anyhow",
 9196 "async-trait",
 9197 "audio",
 9198 "collections",
 9199 "core-foundation 0.10.0",
 9200 "core-video",
 9201 "coreaudio-rs 0.12.1",
 9202 "cpal",
 9203 "futures 0.3.31",
 9204 "gpui",
 9205 "gpui_tokio",
 9206 "http_client_tls",
 9207 "image",
 9208 "libwebrtc",
 9209 "livekit",
 9210 "livekit_api",
 9211 "log",
 9212 "nanoid",
 9213 "objc",
 9214 "parking_lot",
 9215 "postage",
 9216 "rodio",
 9217 "scap",
 9218 "serde",
 9219 "serde_json",
 9220 "serde_urlencoded",
 9221 "settings",
 9222 "sha2",
 9223 "simplelog",
 9224 "smallvec",
 9225 "tokio-tungstenite 0.26.2",
 9226 "ui",
 9227 "util",
 9228 "workspace-hack",
 9229]
 9230
 9231[[package]]
 9232name = "lmdb-master-sys"
 9233version = "0.2.5"
 9234source = "registry+https://github.com/rust-lang/crates.io-index"
 9235checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9236dependencies = [
 9237 "cc",
 9238 "doxygen-rs",
 9239 "libc",
 9240]
 9241
 9242[[package]]
 9243name = "lmstudio"
 9244version = "0.1.0"
 9245dependencies = [
 9246 "anyhow",
 9247 "futures 0.3.31",
 9248 "http_client",
 9249 "schemars 1.0.1",
 9250 "serde",
 9251 "serde_json",
 9252 "workspace-hack",
 9253]
 9254
 9255[[package]]
 9256name = "lock_api"
 9257version = "0.4.13"
 9258source = "registry+https://github.com/rust-lang/crates.io-index"
 9259checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
 9260dependencies = [
 9261 "autocfg",
 9262 "scopeguard",
 9263]
 9264
 9265[[package]]
 9266name = "log"
 9267version = "0.4.27"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9270dependencies = [
 9271 "serde",
 9272 "value-bag",
 9273]
 9274
 9275[[package]]
 9276name = "loom"
 9277version = "0.7.2"
 9278source = "registry+https://github.com/rust-lang/crates.io-index"
 9279checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9280dependencies = [
 9281 "cfg-if",
 9282 "generator",
 9283 "scoped-tls",
 9284 "tracing",
 9285 "tracing-subscriber",
 9286]
 9287
 9288[[package]]
 9289name = "loop9"
 9290version = "0.1.5"
 9291source = "registry+https://github.com/rust-lang/crates.io-index"
 9292checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9293dependencies = [
 9294 "imgref",
 9295]
 9296
 9297[[package]]
 9298name = "lru"
 9299version = "0.12.5"
 9300source = "registry+https://github.com/rust-lang/crates.io-index"
 9301checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9302dependencies = [
 9303 "hashbrown 0.15.3",
 9304]
 9305
 9306[[package]]
 9307name = "lsp"
 9308version = "0.1.0"
 9309dependencies = [
 9310 "anyhow",
 9311 "async-pipe",
 9312 "collections",
 9313 "ctor",
 9314 "futures 0.3.31",
 9315 "gpui",
 9316 "log",
 9317 "lsp-types",
 9318 "parking_lot",
 9319 "postage",
 9320 "release_channel",
 9321 "schemars 1.0.1",
 9322 "serde",
 9323 "serde_json",
 9324 "smol",
 9325 "util",
 9326 "workspace-hack",
 9327 "zlog",
 9328]
 9329
 9330[[package]]
 9331name = "lsp-types"
 9332version = "0.95.1"
 9333source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
 9334dependencies = [
 9335 "bitflags 1.3.2",
 9336 "serde",
 9337 "serde_json",
 9338 "url",
 9339]
 9340
 9341[[package]]
 9342name = "lyon"
 9343version = "1.0.1"
 9344source = "registry+https://github.com/rust-lang/crates.io-index"
 9345checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9346dependencies = [
 9347 "lyon_algorithms",
 9348 "lyon_extra",
 9349 "lyon_tessellation",
 9350]
 9351
 9352[[package]]
 9353name = "lyon_algorithms"
 9354version = "1.0.5"
 9355source = "registry+https://github.com/rust-lang/crates.io-index"
 9356checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9357dependencies = [
 9358 "lyon_path",
 9359 "num-traits",
 9360]
 9361
 9362[[package]]
 9363name = "lyon_extra"
 9364version = "1.0.3"
 9365source = "registry+https://github.com/rust-lang/crates.io-index"
 9366checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9367dependencies = [
 9368 "lyon_path",
 9369 "thiserror 1.0.69",
 9370]
 9371
 9372[[package]]
 9373name = "lyon_geom"
 9374version = "1.0.6"
 9375source = "registry+https://github.com/rust-lang/crates.io-index"
 9376checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9377dependencies = [
 9378 "arrayvec",
 9379 "euclid",
 9380 "num-traits",
 9381]
 9382
 9383[[package]]
 9384name = "lyon_path"
 9385version = "1.0.7"
 9386source = "registry+https://github.com/rust-lang/crates.io-index"
 9387checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9388dependencies = [
 9389 "lyon_geom",
 9390 "num-traits",
 9391]
 9392
 9393[[package]]
 9394name = "lyon_tessellation"
 9395version = "1.0.15"
 9396source = "registry+https://github.com/rust-lang/crates.io-index"
 9397checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9398dependencies = [
 9399 "float_next_after",
 9400 "lyon_path",
 9401 "num-traits",
 9402]
 9403
 9404[[package]]
 9405name = "mac"
 9406version = "0.1.1"
 9407source = "registry+https://github.com/rust-lang/crates.io-index"
 9408checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9409
 9410[[package]]
 9411name = "mach2"
 9412version = "0.4.2"
 9413source = "registry+https://github.com/rust-lang/crates.io-index"
 9414checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9415dependencies = [
 9416 "libc",
 9417]
 9418
 9419[[package]]
 9420name = "mach2"
 9421version = "0.5.0"
 9422source = "registry+https://github.com/rust-lang/crates.io-index"
 9423checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
 9424dependencies = [
 9425 "libc",
 9426]
 9427
 9428[[package]]
 9429name = "malloc_buf"
 9430version = "0.0.6"
 9431source = "registry+https://github.com/rust-lang/crates.io-index"
 9432checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9433dependencies = [
 9434 "libc",
 9435]
 9436
 9437[[package]]
 9438name = "maplit"
 9439version = "1.0.2"
 9440source = "registry+https://github.com/rust-lang/crates.io-index"
 9441checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9442
 9443[[package]]
 9444name = "markdown"
 9445version = "0.1.0"
 9446dependencies = [
 9447 "assets",
 9448 "base64 0.22.1",
 9449 "collections",
 9450 "env_logger 0.11.8",
 9451 "fs",
 9452 "futures 0.3.31",
 9453 "gpui",
 9454 "language",
 9455 "languages",
 9456 "linkify",
 9457 "log",
 9458 "node_runtime",
 9459 "pulldown-cmark 0.12.2",
 9460 "settings",
 9461 "sum_tree",
 9462 "theme",
 9463 "ui",
 9464 "util",
 9465 "workspace-hack",
 9466]
 9467
 9468[[package]]
 9469name = "markdown_preview"
 9470version = "0.1.0"
 9471dependencies = [
 9472 "anyhow",
 9473 "async-recursion",
 9474 "collections",
 9475 "editor",
 9476 "fs",
 9477 "gpui",
 9478 "html5ever 0.27.0",
 9479 "language",
 9480 "linkify",
 9481 "log",
 9482 "markup5ever_rcdom",
 9483 "pretty_assertions",
 9484 "pulldown-cmark 0.12.2",
 9485 "settings",
 9486 "theme",
 9487 "ui",
 9488 "util",
 9489 "workspace",
 9490 "workspace-hack",
 9491]
 9492
 9493[[package]]
 9494name = "markup5ever"
 9495version = "0.12.1"
 9496source = "registry+https://github.com/rust-lang/crates.io-index"
 9497checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9498dependencies = [
 9499 "log",
 9500 "phf",
 9501 "phf_codegen",
 9502 "string_cache",
 9503 "string_cache_codegen",
 9504 "tendril",
 9505]
 9506
 9507[[package]]
 9508name = "markup5ever"
 9509version = "0.16.1"
 9510source = "registry+https://github.com/rust-lang/crates.io-index"
 9511checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9512dependencies = [
 9513 "log",
 9514 "tendril",
 9515 "web_atoms",
 9516]
 9517
 9518[[package]]
 9519name = "markup5ever_rcdom"
 9520version = "0.3.0"
 9521source = "registry+https://github.com/rust-lang/crates.io-index"
 9522checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9523dependencies = [
 9524 "html5ever 0.27.0",
 9525 "markup5ever 0.12.1",
 9526 "tendril",
 9527 "xml5ever",
 9528]
 9529
 9530[[package]]
 9531name = "match_token"
 9532version = "0.1.0"
 9533source = "registry+https://github.com/rust-lang/crates.io-index"
 9534checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9535dependencies = [
 9536 "proc-macro2",
 9537 "quote",
 9538 "syn 2.0.101",
 9539]
 9540
 9541[[package]]
 9542name = "matchers"
 9543version = "0.2.0"
 9544source = "registry+https://github.com/rust-lang/crates.io-index"
 9545checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
 9546dependencies = [
 9547 "regex-automata",
 9548]
 9549
 9550[[package]]
 9551name = "matchit"
 9552version = "0.7.3"
 9553source = "registry+https://github.com/rust-lang/crates.io-index"
 9554checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9555
 9556[[package]]
 9557name = "maybe-owned"
 9558version = "0.3.4"
 9559source = "registry+https://github.com/rust-lang/crates.io-index"
 9560checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9561
 9562[[package]]
 9563name = "maybe-rayon"
 9564version = "0.1.1"
 9565source = "registry+https://github.com/rust-lang/crates.io-index"
 9566checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9567dependencies = [
 9568 "cfg-if",
 9569 "rayon",
 9570]
 9571
 9572[[package]]
 9573name = "md-5"
 9574version = "0.10.6"
 9575source = "registry+https://github.com/rust-lang/crates.io-index"
 9576checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9577dependencies = [
 9578 "cfg-if",
 9579 "digest",
 9580]
 9581
 9582[[package]]
 9583name = "mdbook"
 9584version = "0.4.40"
 9585source = "registry+https://github.com/rust-lang/crates.io-index"
 9586checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
 9587dependencies = [
 9588 "ammonia",
 9589 "anyhow",
 9590 "chrono",
 9591 "clap",
 9592 "clap_complete",
 9593 "elasticlunr-rs",
 9594 "env_logger 0.11.8",
 9595 "futures-util",
 9596 "handlebars 5.1.2",
 9597 "ignore",
 9598 "log",
 9599 "memchr",
 9600 "notify 6.1.1",
 9601 "notify-debouncer-mini",
 9602 "once_cell",
 9603 "opener",
 9604 "pathdiff",
 9605 "pulldown-cmark 0.10.3",
 9606 "regex",
 9607 "serde",
 9608 "serde_json",
 9609 "shlex",
 9610 "tempfile",
 9611 "tokio",
 9612 "toml 0.5.11",
 9613 "topological-sort",
 9614 "walkdir",
 9615 "warp",
 9616]
 9617
 9618[[package]]
 9619name = "media"
 9620version = "0.1.0"
 9621dependencies = [
 9622 "anyhow",
 9623 "bindgen 0.71.1",
 9624 "core-foundation 0.10.0",
 9625 "core-video",
 9626 "ctor",
 9627 "foreign-types 0.5.0",
 9628 "metal",
 9629 "objc",
 9630 "workspace-hack",
 9631]
 9632
 9633[[package]]
 9634name = "memchr"
 9635version = "2.7.4"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9638
 9639[[package]]
 9640name = "memfd"
 9641version = "0.6.4"
 9642source = "registry+https://github.com/rust-lang/crates.io-index"
 9643checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9644dependencies = [
 9645 "rustix 0.38.44",
 9646]
 9647
 9648[[package]]
 9649name = "memmap2"
 9650version = "0.9.5"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9653dependencies = [
 9654 "libc",
 9655 "stable_deref_trait",
 9656]
 9657
 9658[[package]]
 9659name = "memoffset"
 9660version = "0.9.1"
 9661source = "registry+https://github.com/rust-lang/crates.io-index"
 9662checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9663dependencies = [
 9664 "autocfg",
 9665]
 9666
 9667[[package]]
 9668name = "menu"
 9669version = "0.1.0"
 9670dependencies = [
 9671 "gpui",
 9672 "workspace-hack",
 9673]
 9674
 9675[[package]]
 9676name = "metal"
 9677version = "0.29.0"
 9678source = "registry+https://github.com/rust-lang/crates.io-index"
 9679checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9680dependencies = [
 9681 "bitflags 2.9.0",
 9682 "block",
 9683 "core-graphics-types 0.1.3",
 9684 "foreign-types 0.5.0",
 9685 "log",
 9686 "objc",
 9687 "paste",
 9688]
 9689
 9690[[package]]
 9691name = "migrator"
 9692version = "0.1.0"
 9693dependencies = [
 9694 "anyhow",
 9695 "collections",
 9696 "convert_case 0.8.0",
 9697 "log",
 9698 "pretty_assertions",
 9699 "streaming-iterator",
 9700 "tree-sitter",
 9701 "tree-sitter-json",
 9702 "workspace-hack",
 9703]
 9704
 9705[[package]]
 9706name = "mimalloc"
 9707version = "0.1.46"
 9708source = "registry+https://github.com/rust-lang/crates.io-index"
 9709checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9710dependencies = [
 9711 "libmimalloc-sys",
 9712]
 9713
 9714[[package]]
 9715name = "mime"
 9716version = "0.3.17"
 9717source = "registry+https://github.com/rust-lang/crates.io-index"
 9718checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9719
 9720[[package]]
 9721name = "mime_guess"
 9722version = "2.0.5"
 9723source = "registry+https://github.com/rust-lang/crates.io-index"
 9724checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9725dependencies = [
 9726 "mime",
 9727 "unicase",
 9728]
 9729
 9730[[package]]
 9731name = "minidump-common"
 9732version = "0.21.2"
 9733source = "registry+https://github.com/rust-lang/crates.io-index"
 9734checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
 9735dependencies = [
 9736 "bitflags 2.9.0",
 9737 "debugid",
 9738 "num-derive",
 9739 "num-traits",
 9740 "range-map",
 9741 "scroll",
 9742 "smart-default",
 9743]
 9744
 9745[[package]]
 9746name = "minidump-writer"
 9747version = "0.8.9"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
 9750dependencies = [
 9751 "bitflags 2.9.0",
 9752 "byteorder",
 9753 "cfg-if",
 9754 "crash-context",
 9755 "goblin",
 9756 "libc",
 9757 "log",
 9758 "mach2 0.4.2",
 9759 "memmap2",
 9760 "memoffset",
 9761 "minidump-common",
 9762 "nix 0.28.0",
 9763 "procfs-core",
 9764 "scroll",
 9765 "tempfile",
 9766 "thiserror 1.0.69",
 9767]
 9768
 9769[[package]]
 9770name = "minidumper"
 9771version = "0.8.3"
 9772source = "registry+https://github.com/rust-lang/crates.io-index"
 9773checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
 9774dependencies = [
 9775 "cfg-if",
 9776 "crash-context",
 9777 "libc",
 9778 "log",
 9779 "minidump-writer",
 9780 "parking_lot",
 9781 "polling",
 9782 "scroll",
 9783 "thiserror 1.0.69",
 9784 "uds",
 9785]
 9786
 9787[[package]]
 9788name = "minimal-lexical"
 9789version = "0.2.1"
 9790source = "registry+https://github.com/rust-lang/crates.io-index"
 9791checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9792
 9793[[package]]
 9794name = "miniz_oxide"
 9795version = "0.8.8"
 9796source = "registry+https://github.com/rust-lang/crates.io-index"
 9797checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9798dependencies = [
 9799 "adler2",
 9800 "simd-adler32",
 9801]
 9802
 9803[[package]]
 9804name = "mint"
 9805version = "0.5.9"
 9806source = "registry+https://github.com/rust-lang/crates.io-index"
 9807checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9808
 9809[[package]]
 9810name = "mio"
 9811version = "0.8.11"
 9812source = "registry+https://github.com/rust-lang/crates.io-index"
 9813checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 9814dependencies = [
 9815 "libc",
 9816 "log",
 9817 "wasi 0.11.0+wasi-snapshot-preview1",
 9818 "windows-sys 0.48.0",
 9819]
 9820
 9821[[package]]
 9822name = "mio"
 9823version = "1.0.3"
 9824source = "registry+https://github.com/rust-lang/crates.io-index"
 9825checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9826dependencies = [
 9827 "libc",
 9828 "log",
 9829 "wasi 0.11.0+wasi-snapshot-preview1",
 9830 "windows-sys 0.52.0",
 9831]
 9832
 9833[[package]]
 9834name = "miow"
 9835version = "0.6.0"
 9836source = "registry+https://github.com/rust-lang/crates.io-index"
 9837checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9838dependencies = [
 9839 "windows-sys 0.48.0",
 9840]
 9841
 9842[[package]]
 9843name = "mistral"
 9844version = "0.1.0"
 9845dependencies = [
 9846 "anyhow",
 9847 "futures 0.3.31",
 9848 "http_client",
 9849 "schemars 1.0.1",
 9850 "serde",
 9851 "serde_json",
 9852 "strum 0.27.1",
 9853 "workspace-hack",
 9854]
 9855
 9856[[package]]
 9857name = "moka"
 9858version = "0.12.10"
 9859source = "registry+https://github.com/rust-lang/crates.io-index"
 9860checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9861dependencies = [
 9862 "crossbeam-channel",
 9863 "crossbeam-epoch",
 9864 "crossbeam-utils",
 9865 "loom",
 9866 "parking_lot",
 9867 "portable-atomic",
 9868 "rustc_version",
 9869 "smallvec",
 9870 "tagptr",
 9871 "thiserror 1.0.69",
 9872 "uuid",
 9873]
 9874
 9875[[package]]
 9876name = "msvc_spectre_libs"
 9877version = "0.1.3"
 9878source = "registry+https://github.com/rust-lang/crates.io-index"
 9879checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9880dependencies = [
 9881 "cc",
 9882]
 9883
 9884[[package]]
 9885name = "multi_buffer"
 9886version = "0.1.0"
 9887dependencies = [
 9888 "anyhow",
 9889 "buffer_diff",
 9890 "clock",
 9891 "collections",
 9892 "ctor",
 9893 "gpui",
 9894 "indoc",
 9895 "itertools 0.14.0",
 9896 "language",
 9897 "log",
 9898 "parking_lot",
 9899 "pretty_assertions",
 9900 "project",
 9901 "rand 0.9.1",
 9902 "rope",
 9903 "serde",
 9904 "settings",
 9905 "smallvec",
 9906 "smol",
 9907 "sum_tree",
 9908 "text",
 9909 "theme",
 9910 "tree-sitter",
 9911 "util",
 9912 "workspace-hack",
 9913 "zlog",
 9914]
 9915
 9916[[package]]
 9917name = "multimap"
 9918version = "0.8.3"
 9919source = "registry+https://github.com/rust-lang/crates.io-index"
 9920checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9921
 9922[[package]]
 9923name = "naga"
 9924version = "25.0.1"
 9925source = "registry+https://github.com/rust-lang/crates.io-index"
 9926checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9927dependencies = [
 9928 "arrayvec",
 9929 "bit-set 0.8.0",
 9930 "bitflags 2.9.0",
 9931 "cfg_aliases 0.2.1",
 9932 "codespan-reporting 0.12.0",
 9933 "half",
 9934 "hashbrown 0.15.3",
 9935 "hexf-parse",
 9936 "indexmap 2.9.0",
 9937 "log",
 9938 "num-traits",
 9939 "once_cell",
 9940 "rustc-hash 1.1.0",
 9941 "spirv",
 9942 "strum 0.26.3",
 9943 "thiserror 2.0.12",
 9944 "unicode-ident",
 9945]
 9946
 9947[[package]]
 9948name = "nanoid"
 9949version = "0.4.0"
 9950source = "registry+https://github.com/rust-lang/crates.io-index"
 9951checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9952dependencies = [
 9953 "rand 0.8.5",
 9954]
 9955
 9956[[package]]
 9957name = "nanorand"
 9958version = "0.7.0"
 9959source = "registry+https://github.com/rust-lang/crates.io-index"
 9960checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9961dependencies = [
 9962 "getrandom 0.2.15",
 9963]
 9964
 9965[[package]]
 9966name = "native-tls"
 9967version = "0.2.14"
 9968source = "registry+https://github.com/rust-lang/crates.io-index"
 9969checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9970dependencies = [
 9971 "libc",
 9972 "log",
 9973 "openssl",
 9974 "openssl-probe",
 9975 "openssl-sys",
 9976 "schannel",
 9977 "security-framework 2.11.1",
 9978 "security-framework-sys",
 9979 "tempfile",
 9980]
 9981
 9982[[package]]
 9983name = "nbformat"
 9984version = "0.10.0"
 9985source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 9986dependencies = [
 9987 "anyhow",
 9988 "chrono",
 9989 "jupyter-protocol",
 9990 "serde",
 9991 "serde_json",
 9992 "thiserror 1.0.69",
 9993 "uuid",
 9994]
 9995
 9996[[package]]
 9997name = "nc"
 9998version = "0.1.0"
 9999dependencies = [
10000 "anyhow",
10001 "futures 0.3.31",
10002 "net",
10003 "smol",
10004 "workspace-hack",
10005]
10006
10007[[package]]
10008name = "ndk"
10009version = "0.9.0"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10012dependencies = [
10013 "bitflags 2.9.0",
10014 "jni-sys",
10015 "log",
10016 "ndk-sys",
10017 "num_enum",
10018 "thiserror 1.0.69",
10019]
10020
10021[[package]]
10022name = "ndk-context"
10023version = "0.1.1"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10026
10027[[package]]
10028name = "ndk-sys"
10029version = "0.6.0+11769913"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10032dependencies = [
10033 "jni-sys",
10034]
10035
10036[[package]]
10037name = "net"
10038version = "0.1.0"
10039dependencies = [
10040 "anyhow",
10041 "async-io",
10042 "smol",
10043 "tempfile",
10044 "windows 0.61.1",
10045 "workspace-hack",
10046]
10047
10048[[package]]
10049name = "new_debug_unreachable"
10050version = "1.0.6"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10053
10054[[package]]
10055name = "nix"
10056version = "0.28.0"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10059dependencies = [
10060 "bitflags 2.9.0",
10061 "cfg-if",
10062 "cfg_aliases 0.1.1",
10063 "libc",
10064]
10065
10066[[package]]
10067name = "nix"
10068version = "0.29.0"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10071dependencies = [
10072 "bitflags 2.9.0",
10073 "cfg-if",
10074 "cfg_aliases 0.2.1",
10075 "libc",
10076]
10077
10078[[package]]
10079name = "nix"
10080version = "0.30.1"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10083dependencies = [
10084 "bitflags 2.9.0",
10085 "cfg-if",
10086 "cfg_aliases 0.2.1",
10087 "libc",
10088 "memoffset",
10089]
10090
10091[[package]]
10092name = "node_runtime"
10093version = "0.1.0"
10094dependencies = [
10095 "anyhow",
10096 "async-compression",
10097 "async-std",
10098 "async-tar",
10099 "async-trait",
10100 "futures 0.3.31",
10101 "http_client",
10102 "log",
10103 "paths",
10104 "semver",
10105 "serde",
10106 "serde_json",
10107 "smol",
10108 "util",
10109 "watch",
10110 "which 6.0.3",
10111 "workspace-hack",
10112]
10113
10114[[package]]
10115name = "nom"
10116version = "7.1.3"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10119dependencies = [
10120 "memchr",
10121 "minimal-lexical",
10122]
10123
10124[[package]]
10125name = "nom"
10126version = "8.0.0"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10129dependencies = [
10130 "memchr",
10131]
10132
10133[[package]]
10134name = "noop_proc_macro"
10135version = "0.3.0"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10138
10139[[package]]
10140name = "normpath"
10141version = "1.3.0"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10144dependencies = [
10145 "windows-sys 0.59.0",
10146]
10147
10148[[package]]
10149name = "notifications"
10150version = "0.1.0"
10151dependencies = [
10152 "anyhow",
10153 "channel",
10154 "client",
10155 "collections",
10156 "component",
10157 "db",
10158 "gpui",
10159 "rpc",
10160 "settings",
10161 "sum_tree",
10162 "time",
10163 "ui",
10164 "util",
10165 "workspace",
10166 "workspace-hack",
10167 "zed_actions",
10168]
10169
10170[[package]]
10171name = "notify"
10172version = "6.1.1"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10175dependencies = [
10176 "bitflags 2.9.0",
10177 "crossbeam-channel",
10178 "filetime",
10179 "fsevent-sys 4.1.0",
10180 "inotify 0.9.6",
10181 "kqueue",
10182 "libc",
10183 "log",
10184 "mio 0.8.11",
10185 "walkdir",
10186 "windows-sys 0.48.0",
10187]
10188
10189[[package]]
10190name = "notify"
10191version = "8.0.0"
10192source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10193dependencies = [
10194 "bitflags 2.9.0",
10195 "filetime",
10196 "fsevent-sys 4.1.0",
10197 "inotify 0.11.0",
10198 "kqueue",
10199 "libc",
10200 "log",
10201 "mio 1.0.3",
10202 "notify-types",
10203 "walkdir",
10204 "windows-sys 0.59.0",
10205]
10206
10207[[package]]
10208name = "notify-debouncer-mini"
10209version = "0.4.1"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10212dependencies = [
10213 "crossbeam-channel",
10214 "log",
10215 "notify 6.1.1",
10216]
10217
10218[[package]]
10219name = "notify-types"
10220version = "2.0.0"
10221source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10222
10223[[package]]
10224name = "ntapi"
10225version = "0.4.1"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10228dependencies = [
10229 "winapi",
10230]
10231
10232[[package]]
10233name = "nu-ansi-term"
10234version = "0.50.1"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10237dependencies = [
10238 "windows-sys 0.52.0",
10239]
10240
10241[[package]]
10242name = "num"
10243version = "0.4.3"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10246dependencies = [
10247 "num-bigint",
10248 "num-complex",
10249 "num-integer",
10250 "num-iter",
10251 "num-rational",
10252 "num-traits",
10253]
10254
10255[[package]]
10256name = "num-bigint"
10257version = "0.4.6"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10260dependencies = [
10261 "num-integer",
10262 "num-traits",
10263]
10264
10265[[package]]
10266name = "num-bigint-dig"
10267version = "0.8.4"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10270dependencies = [
10271 "byteorder",
10272 "lazy_static",
10273 "libm",
10274 "num-integer",
10275 "num-iter",
10276 "num-traits",
10277 "rand 0.8.5",
10278 "serde",
10279 "smallvec",
10280 "zeroize",
10281]
10282
10283[[package]]
10284name = "num-cmp"
10285version = "0.1.0"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10288
10289[[package]]
10290name = "num-complex"
10291version = "0.4.6"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10294dependencies = [
10295 "bytemuck",
10296 "num-traits",
10297]
10298
10299[[package]]
10300name = "num-conv"
10301version = "0.1.0"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10304
10305[[package]]
10306name = "num-derive"
10307version = "0.4.2"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10310dependencies = [
10311 "proc-macro2",
10312 "quote",
10313 "syn 2.0.101",
10314]
10315
10316[[package]]
10317name = "num-format"
10318version = "0.4.4"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10321dependencies = [
10322 "arrayvec",
10323 "itoa",
10324]
10325
10326[[package]]
10327name = "num-integer"
10328version = "0.1.46"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10331dependencies = [
10332 "num-traits",
10333]
10334
10335[[package]]
10336name = "num-iter"
10337version = "0.1.45"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10340dependencies = [
10341 "autocfg",
10342 "num-integer",
10343 "num-traits",
10344]
10345
10346[[package]]
10347name = "num-rational"
10348version = "0.4.2"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10351dependencies = [
10352 "num-bigint",
10353 "num-integer",
10354 "num-traits",
10355]
10356
10357[[package]]
10358name = "num-traits"
10359version = "0.2.19"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10362dependencies = [
10363 "autocfg",
10364 "libm",
10365]
10366
10367[[package]]
10368name = "num_cpus"
10369version = "1.16.0"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10372dependencies = [
10373 "hermit-abi 0.3.9",
10374 "libc",
10375]
10376
10377[[package]]
10378name = "num_enum"
10379version = "0.7.3"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10382dependencies = [
10383 "num_enum_derive",
10384]
10385
10386[[package]]
10387name = "num_enum_derive"
10388version = "0.7.3"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10391dependencies = [
10392 "proc-macro-crate",
10393 "proc-macro2",
10394 "quote",
10395 "syn 2.0.101",
10396]
10397
10398[[package]]
10399name = "num_threads"
10400version = "0.1.7"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10403dependencies = [
10404 "libc",
10405]
10406
10407[[package]]
10408name = "nvim-rs"
10409version = "0.9.2"
10410source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10411dependencies = [
10412 "async-trait",
10413 "futures 0.3.31",
10414 "log",
10415 "rmp",
10416 "rmpv",
10417 "tokio",
10418 "tokio-util",
10419]
10420
10421[[package]]
10422name = "objc"
10423version = "0.2.7"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10426dependencies = [
10427 "malloc_buf",
10428 "objc_exception",
10429]
10430
10431[[package]]
10432name = "objc-foundation"
10433version = "0.1.1"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10436dependencies = [
10437 "block",
10438 "objc",
10439 "objc_id",
10440]
10441
10442[[package]]
10443name = "objc2"
10444version = "0.6.1"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10447dependencies = [
10448 "objc2-encode",
10449]
10450
10451[[package]]
10452name = "objc2-app-kit"
10453version = "0.3.1"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10456dependencies = [
10457 "bitflags 2.9.0",
10458 "objc2",
10459 "objc2-core-foundation",
10460 "objc2-foundation",
10461 "objc2-quartz-core",
10462]
10463
10464[[package]]
10465name = "objc2-audio-toolbox"
10466version = "0.3.1"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10469dependencies = [
10470 "bitflags 2.9.0",
10471 "libc",
10472 "objc2",
10473 "objc2-core-audio",
10474 "objc2-core-audio-types",
10475 "objc2-core-foundation",
10476 "objc2-foundation",
10477]
10478
10479[[package]]
10480name = "objc2-core-audio"
10481version = "0.3.1"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10484dependencies = [
10485 "dispatch2",
10486 "objc2",
10487 "objc2-core-audio-types",
10488 "objc2-core-foundation",
10489]
10490
10491[[package]]
10492name = "objc2-core-audio-types"
10493version = "0.3.1"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10496dependencies = [
10497 "bitflags 2.9.0",
10498 "objc2",
10499]
10500
10501[[package]]
10502name = "objc2-core-foundation"
10503version = "0.3.1"
10504source = "registry+https://github.com/rust-lang/crates.io-index"
10505checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10506dependencies = [
10507 "bitflags 2.9.0",
10508 "dispatch2",
10509 "objc2",
10510]
10511
10512[[package]]
10513name = "objc2-encode"
10514version = "4.1.0"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10517
10518[[package]]
10519name = "objc2-foundation"
10520version = "0.3.1"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10523dependencies = [
10524 "bitflags 2.9.0",
10525 "objc2",
10526 "objc2-core-foundation",
10527]
10528
10529[[package]]
10530name = "objc2-metal"
10531version = "0.3.1"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10534dependencies = [
10535 "bitflags 2.9.0",
10536 "block2",
10537 "dispatch2",
10538 "objc2",
10539 "objc2-core-foundation",
10540 "objc2-foundation",
10541]
10542
10543[[package]]
10544name = "objc2-quartz-core"
10545version = "0.3.1"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10548dependencies = [
10549 "bitflags 2.9.0",
10550 "objc2",
10551 "objc2-core-foundation",
10552 "objc2-foundation",
10553 "objc2-metal",
10554]
10555
10556[[package]]
10557name = "objc2-ui-kit"
10558version = "0.3.1"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10561dependencies = [
10562 "bitflags 2.9.0",
10563 "objc2",
10564 "objc2-core-foundation",
10565 "objc2-foundation",
10566 "objc2-quartz-core",
10567]
10568
10569[[package]]
10570name = "objc_exception"
10571version = "0.1.2"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10574dependencies = [
10575 "cc",
10576]
10577
10578[[package]]
10579name = "objc_id"
10580version = "0.1.1"
10581source = "registry+https://github.com/rust-lang/crates.io-index"
10582checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10583dependencies = [
10584 "objc",
10585]
10586
10587[[package]]
10588name = "object"
10589version = "0.36.7"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10592dependencies = [
10593 "crc32fast",
10594 "hashbrown 0.15.3",
10595 "indexmap 2.9.0",
10596 "memchr",
10597]
10598
10599[[package]]
10600name = "ollama"
10601version = "0.1.0"
10602dependencies = [
10603 "anyhow",
10604 "futures 0.3.31",
10605 "http_client",
10606 "schemars 1.0.1",
10607 "serde",
10608 "serde_json",
10609 "settings",
10610 "workspace-hack",
10611]
10612
10613[[package]]
10614name = "onboarding"
10615version = "0.1.0"
10616dependencies = [
10617 "ai_onboarding",
10618 "anyhow",
10619 "client",
10620 "component",
10621 "db",
10622 "documented",
10623 "editor",
10624 "fs",
10625 "fuzzy",
10626 "git",
10627 "gpui",
10628 "itertools 0.14.0",
10629 "language",
10630 "language_model",
10631 "menu",
10632 "notifications",
10633 "picker",
10634 "project",
10635 "schemars 1.0.1",
10636 "serde",
10637 "settings",
10638 "telemetry",
10639 "theme",
10640 "ui",
10641 "util",
10642 "vim_mode_setting",
10643 "workspace",
10644 "workspace-hack",
10645 "zed_actions",
10646 "zlog",
10647]
10648
10649[[package]]
10650name = "once_cell"
10651version = "1.21.3"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10654
10655[[package]]
10656name = "oo7"
10657version = "0.5.0"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10660dependencies = [
10661 "aes",
10662 "ashpd 0.12.0",
10663 "async-fs",
10664 "async-io",
10665 "async-lock",
10666 "blocking",
10667 "cbc",
10668 "cipher",
10669 "digest",
10670 "endi",
10671 "futures-lite 2.6.0",
10672 "futures-util",
10673 "getrandom 0.3.2",
10674 "hkdf",
10675 "hmac",
10676 "md-5",
10677 "num",
10678 "num-bigint-dig",
10679 "pbkdf2 0.12.2",
10680 "rand 0.9.1",
10681 "serde",
10682 "sha2",
10683 "subtle",
10684 "zbus",
10685 "zbus_macros",
10686 "zeroize",
10687 "zvariant",
10688]
10689
10690[[package]]
10691name = "oorandom"
10692version = "11.1.5"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10695
10696[[package]]
10697name = "open"
10698version = "5.3.2"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10701dependencies = [
10702 "is-wsl",
10703 "libc",
10704 "pathdiff",
10705]
10706
10707[[package]]
10708name = "open_ai"
10709version = "0.1.0"
10710dependencies = [
10711 "anyhow",
10712 "futures 0.3.31",
10713 "http_client",
10714 "log",
10715 "schemars 1.0.1",
10716 "serde",
10717 "serde_json",
10718 "settings",
10719 "strum 0.27.1",
10720 "workspace-hack",
10721]
10722
10723[[package]]
10724name = "open_router"
10725version = "0.1.0"
10726dependencies = [
10727 "anyhow",
10728 "futures 0.3.31",
10729 "http_client",
10730 "schemars 1.0.1",
10731 "serde",
10732 "serde_json",
10733 "settings",
10734 "strum 0.27.1",
10735 "thiserror 2.0.12",
10736 "workspace-hack",
10737]
10738
10739[[package]]
10740name = "opener"
10741version = "0.7.2"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10744dependencies = [
10745 "bstr",
10746 "dbus",
10747 "normpath",
10748 "windows-sys 0.59.0",
10749]
10750
10751[[package]]
10752name = "openssl"
10753version = "0.10.72"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10756dependencies = [
10757 "bitflags 2.9.0",
10758 "cfg-if",
10759 "foreign-types 0.3.2",
10760 "libc",
10761 "once_cell",
10762 "openssl-macros",
10763 "openssl-sys",
10764]
10765
10766[[package]]
10767name = "openssl-macros"
10768version = "0.1.1"
10769source = "registry+https://github.com/rust-lang/crates.io-index"
10770checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10771dependencies = [
10772 "proc-macro2",
10773 "quote",
10774 "syn 2.0.101",
10775]
10776
10777[[package]]
10778name = "openssl-probe"
10779version = "0.1.6"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10782
10783[[package]]
10784name = "openssl-sys"
10785version = "0.9.107"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10788dependencies = [
10789 "cc",
10790 "libc",
10791 "pkg-config",
10792 "vcpkg",
10793]
10794
10795[[package]]
10796name = "optfield"
10797version = "0.3.0"
10798source = "registry+https://github.com/rust-lang/crates.io-index"
10799checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10800dependencies = [
10801 "proc-macro2",
10802 "quote",
10803 "syn 2.0.101",
10804]
10805
10806[[package]]
10807name = "option-ext"
10808version = "0.2.0"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10811
10812[[package]]
10813name = "ordered-float"
10814version = "2.10.1"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10817dependencies = [
10818 "num-traits",
10819]
10820
10821[[package]]
10822name = "ordered-float"
10823version = "4.6.0"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10826dependencies = [
10827 "num-traits",
10828]
10829
10830[[package]]
10831name = "ordered-stream"
10832version = "0.2.0"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10835dependencies = [
10836 "futures-core",
10837 "pin-project-lite",
10838]
10839
10840[[package]]
10841name = "ouroboros"
10842version = "0.18.5"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10845dependencies = [
10846 "aliasable",
10847 "ouroboros_macro",
10848 "static_assertions",
10849]
10850
10851[[package]]
10852name = "ouroboros_macro"
10853version = "0.18.5"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10856dependencies = [
10857 "heck 0.4.1",
10858 "proc-macro2",
10859 "proc-macro2-diagnostics",
10860 "quote",
10861 "syn 2.0.101",
10862]
10863
10864[[package]]
10865name = "outline"
10866version = "0.1.0"
10867dependencies = [
10868 "editor",
10869 "fuzzy",
10870 "gpui",
10871 "indoc",
10872 "language",
10873 "menu",
10874 "ordered-float 2.10.1",
10875 "picker",
10876 "project",
10877 "rope",
10878 "serde_json",
10879 "settings",
10880 "smol",
10881 "theme",
10882 "tree-sitter-rust",
10883 "tree-sitter-typescript",
10884 "ui",
10885 "util",
10886 "workspace",
10887 "workspace-hack",
10888 "zed_actions",
10889]
10890
10891[[package]]
10892name = "outline_panel"
10893version = "0.1.0"
10894dependencies = [
10895 "anyhow",
10896 "collections",
10897 "db",
10898 "editor",
10899 "file_icons",
10900 "fuzzy",
10901 "gpui",
10902 "itertools 0.14.0",
10903 "language",
10904 "log",
10905 "menu",
10906 "outline",
10907 "pretty_assertions",
10908 "project",
10909 "search",
10910 "serde",
10911 "serde_json",
10912 "settings",
10913 "smallvec",
10914 "smol",
10915 "theme",
10916 "ui",
10917 "util",
10918 "workspace",
10919 "workspace-hack",
10920 "worktree",
10921 "zed_actions",
10922]
10923
10924[[package]]
10925name = "outref"
10926version = "0.5.2"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10929
10930[[package]]
10931name = "p256"
10932version = "0.11.1"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10935dependencies = [
10936 "ecdsa",
10937 "elliptic-curve",
10938 "sha2",
10939]
10940
10941[[package]]
10942name = "page_size"
10943version = "0.6.0"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10946dependencies = [
10947 "libc",
10948 "winapi",
10949]
10950
10951[[package]]
10952name = "palette"
10953version = "0.7.6"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10956dependencies = [
10957 "approx",
10958 "fast-srgb8",
10959 "palette_derive",
10960]
10961
10962[[package]]
10963name = "palette_derive"
10964version = "0.7.6"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10967dependencies = [
10968 "by_address",
10969 "proc-macro2",
10970 "quote",
10971 "syn 2.0.101",
10972]
10973
10974[[package]]
10975name = "panel"
10976version = "0.1.0"
10977dependencies = [
10978 "editor",
10979 "gpui",
10980 "settings",
10981 "theme",
10982 "ui",
10983 "workspace",
10984 "workspace-hack",
10985]
10986
10987[[package]]
10988name = "parking"
10989version = "2.2.1"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10992
10993[[package]]
10994name = "parking_lot"
10995version = "0.12.4"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10998dependencies = [
10999 "lock_api",
11000 "parking_lot_core",
11001]
11002
11003[[package]]
11004name = "parking_lot_core"
11005version = "0.9.11"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11008dependencies = [
11009 "cfg-if",
11010 "libc",
11011 "redox_syscall 0.5.11",
11012 "smallvec",
11013 "windows-targets 0.52.6",
11014]
11015
11016[[package]]
11017name = "parse_int"
11018version = "0.9.0"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11021dependencies = [
11022 "num-traits",
11023]
11024
11025[[package]]
11026name = "partial-json-fixer"
11027version = "0.5.3"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11030
11031[[package]]
11032name = "password-hash"
11033version = "0.4.2"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11036dependencies = [
11037 "base64ct",
11038 "rand_core 0.6.4",
11039 "subtle",
11040]
11041
11042[[package]]
11043name = "password-hash"
11044version = "0.5.0"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11047dependencies = [
11048 "base64ct",
11049 "rand_core 0.6.4",
11050 "subtle",
11051]
11052
11053[[package]]
11054name = "paste"
11055version = "1.0.15"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11058
11059[[package]]
11060name = "pathdiff"
11061version = "0.2.3"
11062source = "registry+https://github.com/rust-lang/crates.io-index"
11063checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11064
11065[[package]]
11066name = "pathfinder_geometry"
11067version = "0.5.1"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11070dependencies = [
11071 "log",
11072 "pathfinder_simd",
11073]
11074
11075[[package]]
11076name = "pathfinder_simd"
11077version = "0.5.5"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11080dependencies = [
11081 "rustc_version",
11082]
11083
11084[[package]]
11085name = "paths"
11086version = "0.1.0"
11087dependencies = [
11088 "dirs 4.0.0",
11089 "ignore",
11090 "util",
11091 "workspace-hack",
11092]
11093
11094[[package]]
11095name = "pbjson"
11096version = "0.6.0"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11099dependencies = [
11100 "base64 0.21.7",
11101 "serde",
11102]
11103
11104[[package]]
11105name = "pbjson-build"
11106version = "0.6.2"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11109dependencies = [
11110 "heck 0.4.1",
11111 "itertools 0.11.0",
11112 "prost 0.12.6",
11113 "prost-types 0.12.6",
11114]
11115
11116[[package]]
11117name = "pbjson-types"
11118version = "0.6.0"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11121dependencies = [
11122 "bytes 1.10.1",
11123 "chrono",
11124 "pbjson",
11125 "pbjson-build",
11126 "prost 0.12.6",
11127 "prost-build 0.12.6",
11128 "serde",
11129]
11130
11131[[package]]
11132name = "pbkdf2"
11133version = "0.11.0"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11136dependencies = [
11137 "digest",
11138 "hmac",
11139 "password-hash 0.4.2",
11140 "sha2",
11141]
11142
11143[[package]]
11144name = "pbkdf2"
11145version = "0.12.2"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11148dependencies = [
11149 "digest",
11150 "hmac",
11151]
11152
11153[[package]]
11154name = "pciid-parser"
11155version = "0.8.0"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11158
11159[[package]]
11160name = "pem"
11161version = "3.0.5"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11164dependencies = [
11165 "base64 0.22.1",
11166 "serde",
11167]
11168
11169[[package]]
11170name = "pem-rfc7468"
11171version = "0.7.0"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11174dependencies = [
11175 "base64ct",
11176]
11177
11178[[package]]
11179name = "percent-encoding"
11180version = "2.3.1"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11183
11184[[package]]
11185name = "perf"
11186version = "0.1.0"
11187dependencies = [
11188 "collections",
11189 "serde",
11190 "serde_json",
11191 "workspace-hack",
11192]
11193
11194[[package]]
11195name = "pest"
11196version = "2.8.0"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11199dependencies = [
11200 "memchr",
11201 "thiserror 2.0.12",
11202 "ucd-trie",
11203]
11204
11205[[package]]
11206name = "pest_derive"
11207version = "2.8.0"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11210dependencies = [
11211 "pest",
11212 "pest_generator",
11213]
11214
11215[[package]]
11216name = "pest_generator"
11217version = "2.8.0"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11220dependencies = [
11221 "pest",
11222 "pest_meta",
11223 "proc-macro2",
11224 "quote",
11225 "syn 2.0.101",
11226]
11227
11228[[package]]
11229name = "pest_meta"
11230version = "2.8.0"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11233dependencies = [
11234 "once_cell",
11235 "pest",
11236 "sha2",
11237]
11238
11239[[package]]
11240name = "pet"
11241version = "0.1.0"
11242source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11243dependencies = [
11244 "clap",
11245 "env_logger 0.10.2",
11246 "lazy_static",
11247 "log",
11248 "msvc_spectre_libs",
11249 "pet-conda",
11250 "pet-core",
11251 "pet-env-var-path",
11252 "pet-fs",
11253 "pet-global-virtualenvs",
11254 "pet-homebrew",
11255 "pet-jsonrpc",
11256 "pet-linux-global-python",
11257 "pet-mac-commandlinetools",
11258 "pet-mac-python-org",
11259 "pet-mac-xcode",
11260 "pet-pipenv",
11261 "pet-pixi",
11262 "pet-poetry",
11263 "pet-pyenv",
11264 "pet-python-utils",
11265 "pet-reporter",
11266 "pet-telemetry",
11267 "pet-venv",
11268 "pet-virtualenv",
11269 "pet-virtualenvwrapper",
11270 "pet-windows-registry",
11271 "pet-windows-store",
11272 "serde",
11273 "serde_json",
11274]
11275
11276[[package]]
11277name = "pet-conda"
11278version = "0.1.0"
11279source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11280dependencies = [
11281 "env_logger 0.10.2",
11282 "lazy_static",
11283 "log",
11284 "msvc_spectre_libs",
11285 "pet-core",
11286 "pet-fs",
11287 "pet-python-utils",
11288 "pet-reporter",
11289 "regex",
11290 "serde",
11291 "serde_json",
11292 "yaml-rust2",
11293]
11294
11295[[package]]
11296name = "pet-core"
11297version = "0.1.0"
11298source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11299dependencies = [
11300 "clap",
11301 "lazy_static",
11302 "log",
11303 "msvc_spectre_libs",
11304 "pet-fs",
11305 "regex",
11306 "serde",
11307 "serde_json",
11308]
11309
11310[[package]]
11311name = "pet-env-var-path"
11312version = "0.1.0"
11313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11314dependencies = [
11315 "lazy_static",
11316 "log",
11317 "msvc_spectre_libs",
11318 "pet-conda",
11319 "pet-core",
11320 "pet-fs",
11321 "pet-python-utils",
11322 "pet-virtualenv",
11323 "regex",
11324]
11325
11326[[package]]
11327name = "pet-fs"
11328version = "0.1.0"
11329source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11330dependencies = [
11331 "log",
11332 "msvc_spectre_libs",
11333]
11334
11335[[package]]
11336name = "pet-global-virtualenvs"
11337version = "0.1.0"
11338source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11339dependencies = [
11340 "log",
11341 "msvc_spectre_libs",
11342 "pet-conda",
11343 "pet-core",
11344 "pet-fs",
11345 "pet-virtualenv",
11346]
11347
11348[[package]]
11349name = "pet-homebrew"
11350version = "0.1.0"
11351source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11352dependencies = [
11353 "lazy_static",
11354 "log",
11355 "msvc_spectre_libs",
11356 "pet-conda",
11357 "pet-core",
11358 "pet-fs",
11359 "pet-python-utils",
11360 "pet-virtualenv",
11361 "regex",
11362 "serde",
11363 "serde_json",
11364]
11365
11366[[package]]
11367name = "pet-jsonrpc"
11368version = "0.1.0"
11369source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11370dependencies = [
11371 "env_logger 0.10.2",
11372 "log",
11373 "msvc_spectre_libs",
11374 "pet-core",
11375 "serde",
11376 "serde_json",
11377]
11378
11379[[package]]
11380name = "pet-linux-global-python"
11381version = "0.1.0"
11382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11383dependencies = [
11384 "log",
11385 "msvc_spectre_libs",
11386 "pet-core",
11387 "pet-fs",
11388 "pet-python-utils",
11389 "pet-virtualenv",
11390]
11391
11392[[package]]
11393name = "pet-mac-commandlinetools"
11394version = "0.1.0"
11395source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11396dependencies = [
11397 "log",
11398 "msvc_spectre_libs",
11399 "pet-core",
11400 "pet-fs",
11401 "pet-python-utils",
11402 "pet-virtualenv",
11403]
11404
11405[[package]]
11406name = "pet-mac-python-org"
11407version = "0.1.0"
11408source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11409dependencies = [
11410 "log",
11411 "msvc_spectre_libs",
11412 "pet-core",
11413 "pet-fs",
11414 "pet-python-utils",
11415 "pet-virtualenv",
11416]
11417
11418[[package]]
11419name = "pet-mac-xcode"
11420version = "0.1.0"
11421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11422dependencies = [
11423 "log",
11424 "msvc_spectre_libs",
11425 "pet-core",
11426 "pet-fs",
11427 "pet-python-utils",
11428 "pet-virtualenv",
11429]
11430
11431[[package]]
11432name = "pet-pipenv"
11433version = "0.1.0"
11434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11435dependencies = [
11436 "log",
11437 "msvc_spectre_libs",
11438 "pet-core",
11439 "pet-fs",
11440 "pet-python-utils",
11441 "pet-virtualenv",
11442]
11443
11444[[package]]
11445name = "pet-pixi"
11446version = "0.1.0"
11447source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11448dependencies = [
11449 "log",
11450 "msvc_spectre_libs",
11451 "pet-conda",
11452 "pet-core",
11453 "pet-python-utils",
11454]
11455
11456[[package]]
11457name = "pet-poetry"
11458version = "0.1.0"
11459source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11460dependencies = [
11461 "base64 0.22.1",
11462 "lazy_static",
11463 "log",
11464 "msvc_spectre_libs",
11465 "pet-core",
11466 "pet-fs",
11467 "pet-python-utils",
11468 "pet-reporter",
11469 "pet-virtualenv",
11470 "regex",
11471 "serde",
11472 "serde_json",
11473 "sha2",
11474 "toml 0.8.20",
11475]
11476
11477[[package]]
11478name = "pet-pyenv"
11479version = "0.1.0"
11480source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11481dependencies = [
11482 "lazy_static",
11483 "log",
11484 "msvc_spectre_libs",
11485 "pet-conda",
11486 "pet-core",
11487 "pet-fs",
11488 "pet-python-utils",
11489 "pet-reporter",
11490 "regex",
11491 "serde",
11492 "serde_json",
11493]
11494
11495[[package]]
11496name = "pet-python-utils"
11497version = "0.1.0"
11498source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11499dependencies = [
11500 "env_logger 0.10.2",
11501 "lazy_static",
11502 "log",
11503 "msvc_spectre_libs",
11504 "pet-core",
11505 "pet-fs",
11506 "regex",
11507 "serde",
11508 "serde_json",
11509 "sha2",
11510]
11511
11512[[package]]
11513name = "pet-reporter"
11514version = "0.1.0"
11515source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11516dependencies = [
11517 "env_logger 0.10.2",
11518 "log",
11519 "msvc_spectre_libs",
11520 "pet-core",
11521 "pet-jsonrpc",
11522 "serde",
11523 "serde_json",
11524]
11525
11526[[package]]
11527name = "pet-telemetry"
11528version = "0.1.0"
11529source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11530dependencies = [
11531 "env_logger 0.10.2",
11532 "lazy_static",
11533 "log",
11534 "msvc_spectre_libs",
11535 "pet-core",
11536 "pet-fs",
11537 "pet-python-utils",
11538 "regex",
11539]
11540
11541[[package]]
11542name = "pet-venv"
11543version = "0.1.0"
11544source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11545dependencies = [
11546 "log",
11547 "msvc_spectre_libs",
11548 "pet-core",
11549 "pet-python-utils",
11550 "pet-virtualenv",
11551]
11552
11553[[package]]
11554name = "pet-virtualenv"
11555version = "0.1.0"
11556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11557dependencies = [
11558 "log",
11559 "msvc_spectre_libs",
11560 "pet-core",
11561 "pet-fs",
11562 "pet-python-utils",
11563]
11564
11565[[package]]
11566name = "pet-virtualenvwrapper"
11567version = "0.1.0"
11568source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11569dependencies = [
11570 "log",
11571 "msvc_spectre_libs",
11572 "pet-core",
11573 "pet-fs",
11574 "pet-python-utils",
11575 "pet-virtualenv",
11576]
11577
11578[[package]]
11579name = "pet-windows-registry"
11580version = "0.1.0"
11581source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11582dependencies = [
11583 "lazy_static",
11584 "log",
11585 "msvc_spectre_libs",
11586 "pet-conda",
11587 "pet-core",
11588 "pet-fs",
11589 "pet-python-utils",
11590 "pet-virtualenv",
11591 "pet-windows-store",
11592 "regex",
11593 "winreg 0.55.0",
11594]
11595
11596[[package]]
11597name = "pet-windows-store"
11598version = "0.1.0"
11599source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11600dependencies = [
11601 "lazy_static",
11602 "log",
11603 "msvc_spectre_libs",
11604 "pet-core",
11605 "pet-fs",
11606 "pet-python-utils",
11607 "pet-virtualenv",
11608 "regex",
11609 "winreg 0.55.0",
11610]
11611
11612[[package]]
11613name = "petgraph"
11614version = "0.6.5"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11617dependencies = [
11618 "fixedbitset",
11619 "indexmap 2.9.0",
11620]
11621
11622[[package]]
11623name = "pgvector"
11624version = "0.4.0"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11627dependencies = [
11628 "serde",
11629]
11630
11631[[package]]
11632name = "phf"
11633version = "0.11.3"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11636dependencies = [
11637 "phf_macros",
11638 "phf_shared",
11639]
11640
11641[[package]]
11642name = "phf_codegen"
11643version = "0.11.3"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11646dependencies = [
11647 "phf_generator",
11648 "phf_shared",
11649]
11650
11651[[package]]
11652name = "phf_generator"
11653version = "0.11.3"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11656dependencies = [
11657 "phf_shared",
11658 "rand 0.8.5",
11659]
11660
11661[[package]]
11662name = "phf_macros"
11663version = "0.11.3"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11666dependencies = [
11667 "phf_generator",
11668 "phf_shared",
11669 "proc-macro2",
11670 "quote",
11671 "syn 2.0.101",
11672]
11673
11674[[package]]
11675name = "phf_shared"
11676version = "0.11.3"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11679dependencies = [
11680 "siphasher",
11681]
11682
11683[[package]]
11684name = "picker"
11685version = "0.1.0"
11686dependencies = [
11687 "anyhow",
11688 "ctor",
11689 "editor",
11690 "env_logger 0.11.8",
11691 "gpui",
11692 "menu",
11693 "schemars 1.0.1",
11694 "serde",
11695 "serde_json",
11696 "theme",
11697 "ui",
11698 "workspace",
11699 "workspace-hack",
11700]
11701
11702[[package]]
11703name = "pico-args"
11704version = "0.5.0"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11707
11708[[package]]
11709name = "pin-project"
11710version = "1.1.10"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11713dependencies = [
11714 "pin-project-internal",
11715]
11716
11717[[package]]
11718name = "pin-project-internal"
11719version = "1.1.10"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11722dependencies = [
11723 "proc-macro2",
11724 "quote",
11725 "syn 2.0.101",
11726]
11727
11728[[package]]
11729name = "pin-project-lite"
11730version = "0.2.16"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11733
11734[[package]]
11735name = "pin-utils"
11736version = "0.1.0"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11739
11740[[package]]
11741name = "piper"
11742version = "0.2.4"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11745dependencies = [
11746 "atomic-waker",
11747 "fastrand 2.3.0",
11748 "futures-io",
11749]
11750
11751[[package]]
11752name = "pkcs1"
11753version = "0.7.5"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11756dependencies = [
11757 "der 0.7.10",
11758 "pkcs8 0.10.2",
11759 "spki 0.7.3",
11760]
11761
11762[[package]]
11763name = "pkcs8"
11764version = "0.9.0"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11767dependencies = [
11768 "der 0.6.1",
11769 "spki 0.6.0",
11770]
11771
11772[[package]]
11773name = "pkcs8"
11774version = "0.10.2"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11777dependencies = [
11778 "der 0.7.10",
11779 "spki 0.7.3",
11780]
11781
11782[[package]]
11783name = "pkg-config"
11784version = "0.3.32"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11787
11788[[package]]
11789name = "plain"
11790version = "0.2.3"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11793
11794[[package]]
11795name = "plist"
11796version = "1.7.1"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11799dependencies = [
11800 "base64 0.22.1",
11801 "indexmap 2.9.0",
11802 "quick-xml 0.32.0",
11803 "serde",
11804 "time",
11805]
11806
11807[[package]]
11808name = "plotters"
11809version = "0.3.7"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11812dependencies = [
11813 "num-traits",
11814 "plotters-backend",
11815 "plotters-svg",
11816 "wasm-bindgen",
11817 "web-sys",
11818]
11819
11820[[package]]
11821name = "plotters-backend"
11822version = "0.3.7"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11825
11826[[package]]
11827name = "plotters-svg"
11828version = "0.3.7"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11831dependencies = [
11832 "plotters-backend",
11833]
11834
11835[[package]]
11836name = "png"
11837version = "0.17.16"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11840dependencies = [
11841 "bitflags 1.3.2",
11842 "crc32fast",
11843 "fdeflate",
11844 "flate2",
11845 "miniz_oxide",
11846]
11847
11848[[package]]
11849name = "polling"
11850version = "3.11.0"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11853dependencies = [
11854 "cfg-if",
11855 "concurrent-queue",
11856 "hermit-abi 0.5.0",
11857 "pin-project-lite",
11858 "rustix 1.0.7",
11859 "windows-sys 0.61.0",
11860]
11861
11862[[package]]
11863name = "pollster"
11864version = "0.2.5"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11867
11868[[package]]
11869name = "portable-atomic"
11870version = "1.11.0"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11873
11874[[package]]
11875name = "portable-atomic-util"
11876version = "0.2.4"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11879dependencies = [
11880 "portable-atomic",
11881]
11882
11883[[package]]
11884name = "portable-pty"
11885version = "0.9.0"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11888dependencies = [
11889 "anyhow",
11890 "bitflags 1.3.2",
11891 "downcast-rs",
11892 "filedescriptor",
11893 "lazy_static",
11894 "libc",
11895 "log",
11896 "nix 0.28.0",
11897 "serial2",
11898 "shared_library",
11899 "shell-words",
11900 "winapi",
11901 "winreg 0.10.1",
11902]
11903
11904[[package]]
11905name = "postage"
11906version = "0.5.0"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11909dependencies = [
11910 "atomic",
11911 "crossbeam-queue",
11912 "futures 0.3.31",
11913 "log",
11914 "parking_lot",
11915 "pin-project",
11916 "pollster",
11917 "static_assertions",
11918 "thiserror 1.0.69",
11919]
11920
11921[[package]]
11922name = "postcard"
11923version = "1.1.1"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11926dependencies = [
11927 "cobs",
11928 "embedded-io 0.4.0",
11929 "embedded-io 0.6.1",
11930 "serde",
11931]
11932
11933[[package]]
11934name = "powerfmt"
11935version = "0.2.0"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11938
11939[[package]]
11940name = "ppv-lite86"
11941version = "0.2.21"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11944dependencies = [
11945 "zerocopy 0.8.24",
11946]
11947
11948[[package]]
11949name = "precomputed-hash"
11950version = "0.1.1"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11953
11954[[package]]
11955name = "prettier"
11956version = "0.1.0"
11957dependencies = [
11958 "anyhow",
11959 "collections",
11960 "fs",
11961 "gpui",
11962 "language",
11963 "log",
11964 "lsp",
11965 "node_runtime",
11966 "parking_lot",
11967 "paths",
11968 "serde",
11969 "serde_json",
11970 "util",
11971 "workspace-hack",
11972]
11973
11974[[package]]
11975name = "pretty_assertions"
11976version = "1.4.1"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11979dependencies = [
11980 "diff",
11981 "yansi",
11982]
11983
11984[[package]]
11985name = "prettyplease"
11986version = "0.2.32"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11989dependencies = [
11990 "proc-macro2",
11991 "syn 2.0.101",
11992]
11993
11994[[package]]
11995name = "primal-check"
11996version = "0.3.4"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11999dependencies = [
12000 "num-integer",
12001]
12002
12003[[package]]
12004name = "proc-macro-crate"
12005version = "3.3.0"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12008dependencies = [
12009 "toml_edit",
12010]
12011
12012[[package]]
12013name = "proc-macro-error-attr2"
12014version = "2.0.0"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12017dependencies = [
12018 "proc-macro2",
12019 "quote",
12020]
12021
12022[[package]]
12023name = "proc-macro-error2"
12024version = "2.0.1"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12027dependencies = [
12028 "proc-macro-error-attr2",
12029 "proc-macro2",
12030 "quote",
12031 "syn 2.0.101",
12032]
12033
12034[[package]]
12035name = "proc-macro2"
12036version = "1.0.95"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12039dependencies = [
12040 "unicode-ident",
12041]
12042
12043[[package]]
12044name = "proc-macro2-diagnostics"
12045version = "0.10.1"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12048dependencies = [
12049 "proc-macro2",
12050 "quote",
12051 "syn 2.0.101",
12052 "version_check",
12053 "yansi",
12054]
12055
12056[[package]]
12057name = "procfs-core"
12058version = "0.16.0"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12061dependencies = [
12062 "bitflags 2.9.0",
12063 "hex",
12064]
12065
12066[[package]]
12067name = "profiling"
12068version = "1.0.16"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12071dependencies = [
12072 "profiling-procmacros",
12073]
12074
12075[[package]]
12076name = "profiling-procmacros"
12077version = "1.0.16"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12080dependencies = [
12081 "quote",
12082 "syn 2.0.101",
12083]
12084
12085[[package]]
12086name = "project"
12087version = "0.1.0"
12088dependencies = [
12089 "aho-corasick",
12090 "anyhow",
12091 "askpass",
12092 "async-trait",
12093 "base64 0.22.1",
12094 "buffer_diff",
12095 "circular-buffer",
12096 "client",
12097 "clock",
12098 "collections",
12099 "context_server",
12100 "dap",
12101 "dap_adapters",
12102 "extension",
12103 "fancy-regex 0.14.0",
12104 "fs",
12105 "futures 0.3.31",
12106 "fuzzy",
12107 "git",
12108 "git2",
12109 "git_hosting_providers",
12110 "globset",
12111 "gpui",
12112 "http_client",
12113 "image",
12114 "indexmap 2.9.0",
12115 "itertools 0.14.0",
12116 "language",
12117 "log",
12118 "lsp",
12119 "markdown",
12120 "node_runtime",
12121 "parking_lot",
12122 "paths",
12123 "postage",
12124 "prettier",
12125 "pretty_assertions",
12126 "rand 0.9.1",
12127 "regex",
12128 "release_channel",
12129 "remote",
12130 "rpc",
12131 "schemars 1.0.1",
12132 "semver",
12133 "serde",
12134 "serde_json",
12135 "settings",
12136 "sha2",
12137 "shellexpand 2.1.2",
12138 "shlex",
12139 "smallvec",
12140 "smol",
12141 "snippet",
12142 "snippet_provider",
12143 "sum_tree",
12144 "task",
12145 "tempfile",
12146 "terminal",
12147 "text",
12148 "toml 0.8.20",
12149 "unindent",
12150 "url",
12151 "util",
12152 "watch",
12153 "which 6.0.3",
12154 "workspace-hack",
12155 "worktree",
12156 "zeroize",
12157 "zlog",
12158]
12159
12160[[package]]
12161name = "project_panel"
12162version = "0.1.0"
12163dependencies = [
12164 "anyhow",
12165 "client",
12166 "collections",
12167 "command_palette_hooks",
12168 "db",
12169 "editor",
12170 "file_icons",
12171 "git",
12172 "git_ui",
12173 "gpui",
12174 "language",
12175 "menu",
12176 "pretty_assertions",
12177 "project",
12178 "schemars 1.0.1",
12179 "search",
12180 "serde",
12181 "serde_json",
12182 "settings",
12183 "smallvec",
12184 "telemetry",
12185 "theme",
12186 "ui",
12187 "util",
12188 "workspace",
12189 "workspace-hack",
12190 "worktree",
12191 "zed_actions",
12192]
12193
12194[[package]]
12195name = "project_symbols"
12196version = "0.1.0"
12197dependencies = [
12198 "anyhow",
12199 "editor",
12200 "futures 0.3.31",
12201 "fuzzy",
12202 "gpui",
12203 "language",
12204 "lsp",
12205 "ordered-float 2.10.1",
12206 "picker",
12207 "project",
12208 "release_channel",
12209 "serde_json",
12210 "settings",
12211 "theme",
12212 "util",
12213 "workspace",
12214 "workspace-hack",
12215]
12216
12217[[package]]
12218name = "prometheus"
12219version = "0.14.0"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12222dependencies = [
12223 "cfg-if",
12224 "fnv",
12225 "lazy_static",
12226 "memchr",
12227 "parking_lot",
12228 "protobuf",
12229 "thiserror 2.0.12",
12230]
12231
12232[[package]]
12233name = "prompt_store"
12234version = "0.1.0"
12235dependencies = [
12236 "anyhow",
12237 "assets",
12238 "chrono",
12239 "collections",
12240 "fs",
12241 "futures 0.3.31",
12242 "fuzzy",
12243 "gpui",
12244 "handlebars 4.5.0",
12245 "heed",
12246 "language",
12247 "log",
12248 "parking_lot",
12249 "paths",
12250 "rope",
12251 "serde",
12252 "serde_json",
12253 "text",
12254 "util",
12255 "uuid",
12256 "workspace-hack",
12257]
12258
12259[[package]]
12260name = "prost"
12261version = "0.9.0"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12264dependencies = [
12265 "bytes 1.10.1",
12266 "prost-derive 0.9.0",
12267]
12268
12269[[package]]
12270name = "prost"
12271version = "0.12.6"
12272source = "registry+https://github.com/rust-lang/crates.io-index"
12273checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12274dependencies = [
12275 "bytes 1.10.1",
12276 "prost-derive 0.12.6",
12277]
12278
12279[[package]]
12280name = "prost-build"
12281version = "0.9.0"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12284dependencies = [
12285 "bytes 1.10.1",
12286 "heck 0.3.3",
12287 "itertools 0.10.5",
12288 "lazy_static",
12289 "log",
12290 "multimap",
12291 "petgraph",
12292 "prost 0.9.0",
12293 "prost-types 0.9.0",
12294 "regex",
12295 "tempfile",
12296 "which 4.4.2",
12297]
12298
12299[[package]]
12300name = "prost-build"
12301version = "0.12.6"
12302source = "registry+https://github.com/rust-lang/crates.io-index"
12303checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12304dependencies = [
12305 "bytes 1.10.1",
12306 "heck 0.5.0",
12307 "itertools 0.12.1",
12308 "log",
12309 "multimap",
12310 "once_cell",
12311 "petgraph",
12312 "prettyplease",
12313 "prost 0.12.6",
12314 "prost-types 0.12.6",
12315 "regex",
12316 "syn 2.0.101",
12317 "tempfile",
12318]
12319
12320[[package]]
12321name = "prost-derive"
12322version = "0.9.0"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12325dependencies = [
12326 "anyhow",
12327 "itertools 0.10.5",
12328 "proc-macro2",
12329 "quote",
12330 "syn 1.0.109",
12331]
12332
12333[[package]]
12334name = "prost-derive"
12335version = "0.12.6"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12338dependencies = [
12339 "anyhow",
12340 "itertools 0.12.1",
12341 "proc-macro2",
12342 "quote",
12343 "syn 2.0.101",
12344]
12345
12346[[package]]
12347name = "prost-types"
12348version = "0.9.0"
12349source = "registry+https://github.com/rust-lang/crates.io-index"
12350checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12351dependencies = [
12352 "bytes 1.10.1",
12353 "prost 0.9.0",
12354]
12355
12356[[package]]
12357name = "prost-types"
12358version = "0.12.6"
12359source = "registry+https://github.com/rust-lang/crates.io-index"
12360checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12361dependencies = [
12362 "prost 0.12.6",
12363]
12364
12365[[package]]
12366name = "proto"
12367version = "0.1.0"
12368dependencies = [
12369 "anyhow",
12370 "collections",
12371 "prost 0.9.0",
12372 "prost-build 0.9.0",
12373 "serde",
12374 "typed-path",
12375 "workspace-hack",
12376]
12377
12378[[package]]
12379name = "protobuf"
12380version = "3.7.2"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12383dependencies = [
12384 "once_cell",
12385 "protobuf-support",
12386 "thiserror 1.0.69",
12387]
12388
12389[[package]]
12390name = "protobuf-support"
12391version = "3.7.2"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12394dependencies = [
12395 "thiserror 1.0.69",
12396]
12397
12398[[package]]
12399name = "psm"
12400version = "0.1.25"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12403dependencies = [
12404 "cc",
12405]
12406
12407[[package]]
12408name = "ptr_meta"
12409version = "0.1.4"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12412dependencies = [
12413 "ptr_meta_derive",
12414]
12415
12416[[package]]
12417name = "ptr_meta_derive"
12418version = "0.1.4"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12421dependencies = [
12422 "proc-macro2",
12423 "quote",
12424 "syn 1.0.109",
12425]
12426
12427[[package]]
12428name = "pulldown-cmark"
12429version = "0.10.3"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12432dependencies = [
12433 "bitflags 2.9.0",
12434 "memchr",
12435 "pulldown-cmark-escape",
12436 "unicase",
12437]
12438
12439[[package]]
12440name = "pulldown-cmark"
12441version = "0.12.2"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12444dependencies = [
12445 "bitflags 2.9.0",
12446 "memchr",
12447 "unicase",
12448]
12449
12450[[package]]
12451name = "pulldown-cmark-escape"
12452version = "0.10.1"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12455
12456[[package]]
12457name = "pulley-interpreter"
12458version = "29.0.1"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12461dependencies = [
12462 "cranelift-bitset",
12463 "log",
12464 "sptr",
12465 "wasmtime-math",
12466]
12467
12468[[package]]
12469name = "pulp"
12470version = "0.18.22"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12473dependencies = [
12474 "bytemuck",
12475 "libm",
12476 "num-complex",
12477 "reborrow",
12478]
12479
12480[[package]]
12481name = "pulp"
12482version = "0.21.5"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12485dependencies = [
12486 "bytemuck",
12487 "cfg-if",
12488 "libm",
12489 "num-complex",
12490 "reborrow",
12491 "version_check",
12492]
12493
12494[[package]]
12495name = "qoi"
12496version = "0.4.1"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12499dependencies = [
12500 "bytemuck",
12501]
12502
12503[[package]]
12504name = "quick-error"
12505version = "2.0.1"
12506source = "registry+https://github.com/rust-lang/crates.io-index"
12507checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12508
12509[[package]]
12510name = "quick-xml"
12511version = "0.30.0"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12514dependencies = [
12515 "memchr",
12516]
12517
12518[[package]]
12519name = "quick-xml"
12520version = "0.32.0"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12523dependencies = [
12524 "memchr",
12525]
12526
12527[[package]]
12528name = "quick-xml"
12529version = "0.37.4"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12532dependencies = [
12533 "memchr",
12534]
12535
12536[[package]]
12537name = "quinn"
12538version = "0.11.7"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12541dependencies = [
12542 "bytes 1.10.1",
12543 "cfg_aliases 0.2.1",
12544 "pin-project-lite",
12545 "quinn-proto",
12546 "quinn-udp",
12547 "rustc-hash 2.1.1",
12548 "rustls 0.23.26",
12549 "socket2",
12550 "thiserror 2.0.12",
12551 "tokio",
12552 "tracing",
12553 "web-time",
12554]
12555
12556[[package]]
12557name = "quinn-proto"
12558version = "0.11.10"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12561dependencies = [
12562 "bytes 1.10.1",
12563 "getrandom 0.3.2",
12564 "rand 0.9.1",
12565 "ring",
12566 "rustc-hash 2.1.1",
12567 "rustls 0.23.26",
12568 "rustls-pki-types",
12569 "slab",
12570 "thiserror 2.0.12",
12571 "tinyvec",
12572 "tracing",
12573 "web-time",
12574]
12575
12576[[package]]
12577name = "quinn-udp"
12578version = "0.5.11"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12581dependencies = [
12582 "cfg_aliases 0.2.1",
12583 "libc",
12584 "once_cell",
12585 "socket2",
12586 "tracing",
12587 "windows-sys 0.59.0",
12588]
12589
12590[[package]]
12591name = "quote"
12592version = "1.0.40"
12593source = "registry+https://github.com/rust-lang/crates.io-index"
12594checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12595dependencies = [
12596 "proc-macro2",
12597]
12598
12599[[package]]
12600name = "r-efi"
12601version = "5.2.0"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12604
12605[[package]]
12606name = "radium"
12607version = "0.7.0"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12610
12611[[package]]
12612name = "rand"
12613version = "0.8.5"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12616dependencies = [
12617 "libc",
12618 "rand_chacha 0.3.1",
12619 "rand_core 0.6.4",
12620]
12621
12622[[package]]
12623name = "rand"
12624version = "0.9.1"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12627dependencies = [
12628 "rand_chacha 0.9.0",
12629 "rand_core 0.9.3",
12630]
12631
12632[[package]]
12633name = "rand_chacha"
12634version = "0.3.1"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12637dependencies = [
12638 "ppv-lite86",
12639 "rand_core 0.6.4",
12640]
12641
12642[[package]]
12643name = "rand_chacha"
12644version = "0.9.0"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12647dependencies = [
12648 "ppv-lite86",
12649 "rand_core 0.9.3",
12650]
12651
12652[[package]]
12653name = "rand_core"
12654version = "0.6.4"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12657dependencies = [
12658 "getrandom 0.2.15",
12659]
12660
12661[[package]]
12662name = "rand_core"
12663version = "0.9.3"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12666dependencies = [
12667 "getrandom 0.3.2",
12668]
12669
12670[[package]]
12671name = "rand_distr"
12672version = "0.5.1"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12675dependencies = [
12676 "num-traits",
12677 "rand 0.9.1",
12678]
12679
12680[[package]]
12681name = "range-map"
12682version = "0.2.0"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12685dependencies = [
12686 "num-traits",
12687]
12688
12689[[package]]
12690name = "rangemap"
12691version = "1.5.1"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12694
12695[[package]]
12696name = "rav1e"
12697version = "0.7.1"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12700dependencies = [
12701 "arbitrary",
12702 "arg_enum_proc_macro",
12703 "arrayvec",
12704 "av1-grain",
12705 "bitstream-io",
12706 "built",
12707 "cfg-if",
12708 "interpolate_name",
12709 "itertools 0.12.1",
12710 "libc",
12711 "libfuzzer-sys",
12712 "log",
12713 "maybe-rayon",
12714 "new_debug_unreachable",
12715 "noop_proc_macro",
12716 "num-derive",
12717 "num-traits",
12718 "once_cell",
12719 "paste",
12720 "profiling",
12721 "rand 0.8.5",
12722 "rand_chacha 0.3.1",
12723 "simd_helpers",
12724 "system-deps",
12725 "thiserror 1.0.69",
12726 "v_frame",
12727 "wasm-bindgen",
12728]
12729
12730[[package]]
12731name = "ravif"
12732version = "0.11.12"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12735dependencies = [
12736 "avif-serialize",
12737 "imgref",
12738 "loop9",
12739 "quick-error",
12740 "rav1e",
12741 "rayon",
12742 "rgb",
12743]
12744
12745[[package]]
12746name = "raw-cpuid"
12747version = "10.7.0"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12750dependencies = [
12751 "bitflags 1.3.2",
12752]
12753
12754[[package]]
12755name = "raw-cpuid"
12756version = "11.6.0"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12759dependencies = [
12760 "bitflags 2.9.0",
12761]
12762
12763[[package]]
12764name = "raw-window-handle"
12765version = "0.6.2"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12768
12769[[package]]
12770name = "raw-window-metal"
12771version = "0.4.0"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12774dependencies = [
12775 "cocoa 0.25.0",
12776 "core-graphics 0.23.2",
12777 "objc",
12778 "raw-window-handle",
12779]
12780
12781[[package]]
12782name = "rayon"
12783version = "1.10.0"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12786dependencies = [
12787 "either",
12788 "rayon-core",
12789]
12790
12791[[package]]
12792name = "rayon-core"
12793version = "1.12.1"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12796dependencies = [
12797 "crossbeam-deque",
12798 "crossbeam-utils",
12799]
12800
12801[[package]]
12802name = "read-fonts"
12803version = "0.25.3"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12806dependencies = [
12807 "bytemuck",
12808 "font-types",
12809]
12810
12811[[package]]
12812name = "realfft"
12813version = "3.5.0"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12816dependencies = [
12817 "rustfft",
12818]
12819
12820[[package]]
12821name = "reborrow"
12822version = "0.5.5"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12825
12826[[package]]
12827name = "recent_projects"
12828version = "0.1.0"
12829dependencies = [
12830 "anyhow",
12831 "askpass",
12832 "auto_update",
12833 "dap",
12834 "editor",
12835 "extension_host",
12836 "file_finder",
12837 "futures 0.3.31",
12838 "fuzzy",
12839 "gpui",
12840 "indoc",
12841 "language",
12842 "log",
12843 "markdown",
12844 "menu",
12845 "ordered-float 2.10.1",
12846 "paths",
12847 "picker",
12848 "project",
12849 "release_channel",
12850 "remote",
12851 "serde",
12852 "serde_json",
12853 "settings",
12854 "smol",
12855 "task",
12856 "telemetry",
12857 "theme",
12858 "ui",
12859 "util",
12860 "windows-registry 0.6.0",
12861 "workspace",
12862 "workspace-hack",
12863 "zed_actions",
12864]
12865
12866[[package]]
12867name = "redox_syscall"
12868version = "0.2.16"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12871dependencies = [
12872 "bitflags 1.3.2",
12873]
12874
12875[[package]]
12876name = "redox_syscall"
12877version = "0.5.11"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12880dependencies = [
12881 "bitflags 2.9.0",
12882]
12883
12884[[package]]
12885name = "redox_users"
12886version = "0.4.6"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12889dependencies = [
12890 "getrandom 0.2.15",
12891 "libredox",
12892 "thiserror 1.0.69",
12893]
12894
12895[[package]]
12896name = "redox_users"
12897version = "0.5.0"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12900dependencies = [
12901 "getrandom 0.2.15",
12902 "libredox",
12903 "thiserror 2.0.12",
12904]
12905
12906[[package]]
12907name = "ref-cast"
12908version = "1.0.24"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12911dependencies = [
12912 "ref-cast-impl",
12913]
12914
12915[[package]]
12916name = "ref-cast-impl"
12917version = "1.0.24"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12920dependencies = [
12921 "proc-macro2",
12922 "quote",
12923 "syn 2.0.101",
12924]
12925
12926[[package]]
12927name = "referencing"
12928version = "0.30.0"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12931dependencies = [
12932 "ahash 0.8.11",
12933 "fluent-uri",
12934 "once_cell",
12935 "parking_lot",
12936 "percent-encoding",
12937 "serde_json",
12938]
12939
12940[[package]]
12941name = "refineable"
12942version = "0.1.0"
12943dependencies = [
12944 "derive_refineable",
12945 "workspace-hack",
12946]
12947
12948[[package]]
12949name = "regalloc2"
12950version = "0.11.2"
12951source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12953dependencies = [
12954 "allocator-api2",
12955 "bumpalo",
12956 "hashbrown 0.15.3",
12957 "log",
12958 "rustc-hash 2.1.1",
12959 "serde",
12960 "smallvec",
12961]
12962
12963[[package]]
12964name = "regex"
12965version = "1.11.1"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12968dependencies = [
12969 "aho-corasick",
12970 "memchr",
12971 "regex-automata",
12972 "regex-syntax",
12973]
12974
12975[[package]]
12976name = "regex-automata"
12977version = "0.4.9"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12980dependencies = [
12981 "aho-corasick",
12982 "memchr",
12983 "regex-syntax",
12984]
12985
12986[[package]]
12987name = "regex-lite"
12988version = "0.1.6"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12991
12992[[package]]
12993name = "regex-syntax"
12994version = "0.8.5"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12997
12998[[package]]
12999name = "release_channel"
13000version = "0.1.0"
13001dependencies = [
13002 "gpui",
13003 "workspace-hack",
13004]
13005
13006[[package]]
13007name = "remote"
13008version = "0.1.0"
13009dependencies = [
13010 "anyhow",
13011 "askpass",
13012 "async-trait",
13013 "collections",
13014 "fs",
13015 "futures 0.3.31",
13016 "gpui",
13017 "itertools 0.14.0",
13018 "log",
13019 "parking_lot",
13020 "paths",
13021 "prost 0.9.0",
13022 "release_channel",
13023 "rpc",
13024 "serde",
13025 "serde_json",
13026 "settings",
13027 "shlex",
13028 "smol",
13029 "tempfile",
13030 "thiserror 2.0.12",
13031 "urlencoding",
13032 "util",
13033 "which 6.0.3",
13034 "workspace-hack",
13035]
13036
13037[[package]]
13038name = "remote_server"
13039version = "0.1.0"
13040dependencies = [
13041 "action_log",
13042 "anyhow",
13043 "askpass",
13044 "assistant_tool",
13045 "assistant_tools",
13046 "cargo_toml",
13047 "clap",
13048 "client",
13049 "clock",
13050 "collections",
13051 "crash-handler",
13052 "crashes",
13053 "dap",
13054 "dap_adapters",
13055 "debug_adapter_extension",
13056 "editor",
13057 "env_logger 0.11.8",
13058 "extension",
13059 "extension_host",
13060 "fork",
13061 "fs",
13062 "futures 0.3.31",
13063 "git",
13064 "git2",
13065 "git_hosting_providers",
13066 "gpui",
13067 "gpui_tokio",
13068 "http_client",
13069 "json_schema_store",
13070 "language",
13071 "language_extension",
13072 "language_model",
13073 "languages",
13074 "libc",
13075 "log",
13076 "lsp",
13077 "minidumper",
13078 "node_runtime",
13079 "paths",
13080 "pretty_assertions",
13081 "project",
13082 "proto",
13083 "release_channel",
13084 "remote",
13085 "reqwest_client",
13086 "rpc",
13087 "rust-embed",
13088 "serde",
13089 "serde_json",
13090 "settings",
13091 "shellexpand 2.1.2",
13092 "smol",
13093 "sysinfo",
13094 "thiserror 2.0.12",
13095 "toml 0.8.20",
13096 "unindent",
13097 "util",
13098 "watch",
13099 "workspace",
13100 "worktree",
13101 "zlog",
13102]
13103
13104[[package]]
13105name = "rend"
13106version = "0.4.2"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13109dependencies = [
13110 "bytecheck",
13111]
13112
13113[[package]]
13114name = "repl"
13115version = "0.1.0"
13116dependencies = [
13117 "alacritty_terminal",
13118 "anyhow",
13119 "async-dispatcher",
13120 "async-tungstenite",
13121 "base64 0.22.1",
13122 "client",
13123 "collections",
13124 "command_palette_hooks",
13125 "editor",
13126 "env_logger 0.11.8",
13127 "feature_flags",
13128 "file_icons",
13129 "futures 0.3.31",
13130 "gpui",
13131 "http_client",
13132 "image",
13133 "indoc",
13134 "jupyter-protocol",
13135 "jupyter-websocket-client",
13136 "language",
13137 "languages",
13138 "log",
13139 "markdown_preview",
13140 "menu",
13141 "multi_buffer",
13142 "nbformat",
13143 "picker",
13144 "project",
13145 "runtimelib",
13146 "serde",
13147 "serde_json",
13148 "settings",
13149 "smol",
13150 "telemetry",
13151 "terminal",
13152 "terminal_view",
13153 "theme",
13154 "tree-sitter-md",
13155 "tree-sitter-python",
13156 "tree-sitter-typescript",
13157 "ui",
13158 "util",
13159 "uuid",
13160 "workspace",
13161 "workspace-hack",
13162]
13163
13164[[package]]
13165name = "reqwest"
13166version = "0.11.27"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13169dependencies = [
13170 "base64 0.21.7",
13171 "bytes 1.10.1",
13172 "encoding_rs",
13173 "futures-core",
13174 "futures-util",
13175 "h2 0.3.26",
13176 "http 0.2.12",
13177 "http-body 0.4.6",
13178 "hyper 0.14.32",
13179 "hyper-rustls 0.24.2",
13180 "hyper-tls",
13181 "ipnet",
13182 "js-sys",
13183 "log",
13184 "mime",
13185 "native-tls",
13186 "once_cell",
13187 "percent-encoding",
13188 "pin-project-lite",
13189 "rustls 0.21.12",
13190 "rustls-native-certs 0.6.3",
13191 "rustls-pemfile 1.0.4",
13192 "serde",
13193 "serde_json",
13194 "serde_urlencoded",
13195 "sync_wrapper 0.1.2",
13196 "system-configuration 0.5.1",
13197 "tokio",
13198 "tokio-native-tls",
13199 "tokio-rustls 0.24.1",
13200 "tower-service",
13201 "url",
13202 "wasm-bindgen",
13203 "wasm-bindgen-futures",
13204 "web-sys",
13205 "winreg 0.50.0",
13206]
13207
13208[[package]]
13209name = "reqwest"
13210version = "0.12.15"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13213dependencies = [
13214 "base64 0.22.1",
13215 "bytes 1.10.1",
13216 "futures-channel",
13217 "futures-core",
13218 "futures-util",
13219 "http 1.3.1",
13220 "http-body 1.0.1",
13221 "http-body-util",
13222 "hyper 1.6.0",
13223 "hyper-util",
13224 "ipnet",
13225 "js-sys",
13226 "log",
13227 "mime",
13228 "once_cell",
13229 "percent-encoding",
13230 "pin-project-lite",
13231 "serde",
13232 "serde_json",
13233 "serde_urlencoded",
13234 "sync_wrapper 1.0.2",
13235 "tokio",
13236 "tower 0.5.2",
13237 "tower-service",
13238 "url",
13239 "wasm-bindgen",
13240 "wasm-bindgen-futures",
13241 "web-sys",
13242 "windows-registry 0.4.0",
13243]
13244
13245[[package]]
13246name = "reqwest"
13247version = "0.12.15"
13248source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13249dependencies = [
13250 "base64 0.22.1",
13251 "bytes 1.10.1",
13252 "encoding_rs",
13253 "futures-core",
13254 "futures-util",
13255 "h2 0.4.9",
13256 "http 1.3.1",
13257 "http-body 1.0.1",
13258 "http-body-util",
13259 "hyper 1.6.0",
13260 "hyper-rustls 0.27.5",
13261 "hyper-util",
13262 "ipnet",
13263 "js-sys",
13264 "log",
13265 "mime",
13266 "mime_guess",
13267 "once_cell",
13268 "percent-encoding",
13269 "pin-project-lite",
13270 "quinn",
13271 "rustls 0.23.26",
13272 "rustls-native-certs 0.8.1",
13273 "rustls-pemfile 2.2.0",
13274 "rustls-pki-types",
13275 "serde",
13276 "serde_json",
13277 "serde_urlencoded",
13278 "sync_wrapper 1.0.2",
13279 "system-configuration 0.6.1",
13280 "tokio",
13281 "tokio-rustls 0.26.2",
13282 "tokio-socks",
13283 "tokio-util",
13284 "tower 0.5.2",
13285 "tower-service",
13286 "url",
13287 "wasm-bindgen",
13288 "wasm-bindgen-futures",
13289 "wasm-streams",
13290 "web-sys",
13291 "windows-registry 0.4.0",
13292]
13293
13294[[package]]
13295name = "reqwest_client"
13296version = "0.1.0"
13297dependencies = [
13298 "anyhow",
13299 "bytes 1.10.1",
13300 "futures 0.3.31",
13301 "gpui",
13302 "http_client",
13303 "http_client_tls",
13304 "log",
13305 "regex",
13306 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13307 "serde",
13308 "tokio",
13309 "workspace-hack",
13310]
13311
13312[[package]]
13313name = "resvg"
13314version = "0.45.1"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13317dependencies = [
13318 "log",
13319 "pico-args",
13320 "rgb",
13321 "svgtypes",
13322 "tiny-skia",
13323 "usvg",
13324]
13325
13326[[package]]
13327name = "rfc6979"
13328version = "0.3.1"
13329source = "registry+https://github.com/rust-lang/crates.io-index"
13330checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13331dependencies = [
13332 "crypto-bigint 0.4.9",
13333 "hmac",
13334 "zeroize",
13335]
13336
13337[[package]]
13338name = "rgb"
13339version = "0.8.50"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13342dependencies = [
13343 "bytemuck",
13344]
13345
13346[[package]]
13347name = "rich_text"
13348version = "0.1.0"
13349dependencies = [
13350 "futures 0.3.31",
13351 "gpui",
13352 "language",
13353 "linkify",
13354 "pulldown-cmark 0.12.2",
13355 "theme",
13356 "ui",
13357 "util",
13358 "workspace-hack",
13359]
13360
13361[[package]]
13362name = "ring"
13363version = "0.17.14"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13366dependencies = [
13367 "cc",
13368 "cfg-if",
13369 "getrandom 0.2.15",
13370 "libc",
13371 "untrusted",
13372 "windows-sys 0.52.0",
13373]
13374
13375[[package]]
13376name = "rkyv"
13377version = "0.7.45"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13380dependencies = [
13381 "bitvec",
13382 "bytecheck",
13383 "bytes 1.10.1",
13384 "hashbrown 0.12.3",
13385 "ptr_meta",
13386 "rend",
13387 "rkyv_derive",
13388 "seahash",
13389 "tinyvec",
13390 "uuid",
13391]
13392
13393[[package]]
13394name = "rkyv_derive"
13395version = "0.7.45"
13396source = "registry+https://github.com/rust-lang/crates.io-index"
13397checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13398dependencies = [
13399 "proc-macro2",
13400 "quote",
13401 "syn 1.0.109",
13402]
13403
13404[[package]]
13405name = "rmp"
13406version = "0.8.14"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13409dependencies = [
13410 "byteorder",
13411 "num-traits",
13412 "paste",
13413]
13414
13415[[package]]
13416name = "rmpv"
13417version = "1.3.0"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13420dependencies = [
13421 "num-traits",
13422 "rmp",
13423]
13424
13425[[package]]
13426name = "rodio"
13427version = "0.21.1"
13428source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13429dependencies = [
13430 "cpal",
13431 "dasp_sample",
13432 "hound",
13433 "num-rational",
13434 "rtrb",
13435 "symphonia",
13436 "thiserror 2.0.12",
13437]
13438
13439[[package]]
13440name = "rope"
13441version = "0.1.0"
13442dependencies = [
13443 "arrayvec",
13444 "criterion",
13445 "ctor",
13446 "gpui",
13447 "log",
13448 "rand 0.9.1",
13449 "rayon",
13450 "smallvec",
13451 "sum_tree",
13452 "unicode-segmentation",
13453 "util",
13454 "workspace-hack",
13455 "zlog",
13456]
13457
13458[[package]]
13459name = "roxmltree"
13460version = "0.20.0"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13463
13464[[package]]
13465name = "rpc"
13466version = "0.1.0"
13467dependencies = [
13468 "anyhow",
13469 "async-tungstenite",
13470 "base64 0.22.1",
13471 "chrono",
13472 "collections",
13473 "futures 0.3.31",
13474 "gpui",
13475 "parking_lot",
13476 "proto",
13477 "rand 0.9.1",
13478 "rsa",
13479 "serde",
13480 "serde_json",
13481 "sha2",
13482 "strum 0.27.1",
13483 "tracing",
13484 "util",
13485 "workspace-hack",
13486 "zlog",
13487 "zstd",
13488]
13489
13490[[package]]
13491name = "rsa"
13492version = "0.9.8"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13495dependencies = [
13496 "const-oid",
13497 "digest",
13498 "num-bigint-dig",
13499 "num-integer",
13500 "num-traits",
13501 "pkcs1",
13502 "pkcs8 0.10.2",
13503 "rand_core 0.6.4",
13504 "signature 2.2.0",
13505 "spki 0.7.3",
13506 "subtle",
13507 "zeroize",
13508]
13509
13510[[package]]
13511name = "rtrb"
13512version = "0.3.2"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13515
13516[[package]]
13517name = "rules_library"
13518version = "0.1.0"
13519dependencies = [
13520 "anyhow",
13521 "collections",
13522 "editor",
13523 "gpui",
13524 "language",
13525 "language_model",
13526 "log",
13527 "menu",
13528 "picker",
13529 "prompt_store",
13530 "release_channel",
13531 "rope",
13532 "serde",
13533 "settings",
13534 "theme",
13535 "title_bar",
13536 "ui",
13537 "util",
13538 "workspace",
13539 "workspace-hack",
13540 "zed_actions",
13541]
13542
13543[[package]]
13544name = "runtimelib"
13545version = "0.25.0"
13546source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13547dependencies = [
13548 "anyhow",
13549 "async-dispatcher",
13550 "async-std",
13551 "base64 0.22.1",
13552 "bytes 1.10.1",
13553 "chrono",
13554 "data-encoding",
13555 "dirs 5.0.1",
13556 "futures 0.3.31",
13557 "glob",
13558 "jupyter-protocol",
13559 "ring",
13560 "serde",
13561 "serde_json",
13562 "shellexpand 3.1.1",
13563 "smol",
13564 "uuid",
13565 "zeromq",
13566]
13567
13568[[package]]
13569name = "rust-embed"
13570version = "8.7.0"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13573dependencies = [
13574 "rust-embed-impl",
13575 "rust-embed-utils",
13576 "walkdir",
13577]
13578
13579[[package]]
13580name = "rust-embed-impl"
13581version = "8.7.0"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13584dependencies = [
13585 "proc-macro2",
13586 "quote",
13587 "rust-embed-utils",
13588 "syn 2.0.101",
13589 "walkdir",
13590]
13591
13592[[package]]
13593name = "rust-embed-utils"
13594version = "8.7.0"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13597dependencies = [
13598 "globset",
13599 "sha2",
13600 "walkdir",
13601]
13602
13603[[package]]
13604name = "rust_decimal"
13605version = "1.37.1"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13608dependencies = [
13609 "arrayvec",
13610 "borsh",
13611 "bytes 1.10.1",
13612 "num-traits",
13613 "rand 0.8.5",
13614 "rkyv",
13615 "serde",
13616 "serde_json",
13617]
13618
13619[[package]]
13620name = "rustc-demangle"
13621version = "0.1.24"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13624
13625[[package]]
13626name = "rustc-hash"
13627version = "1.1.0"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13630
13631[[package]]
13632name = "rustc-hash"
13633version = "2.1.1"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13636
13637[[package]]
13638name = "rustc_version"
13639version = "0.4.1"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13642dependencies = [
13643 "semver",
13644]
13645
13646[[package]]
13647name = "rustfft"
13648version = "6.4.0"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13651dependencies = [
13652 "num-complex",
13653 "num-integer",
13654 "num-traits",
13655 "primal-check",
13656 "strength_reduce",
13657 "transpose",
13658]
13659
13660[[package]]
13661name = "rustix"
13662version = "0.38.44"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13665dependencies = [
13666 "bitflags 2.9.0",
13667 "errno 0.3.11",
13668 "libc",
13669 "linux-raw-sys 0.4.15",
13670 "windows-sys 0.59.0",
13671]
13672
13673[[package]]
13674name = "rustix"
13675version = "1.0.7"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13678dependencies = [
13679 "bitflags 2.9.0",
13680 "errno 0.3.11",
13681 "libc",
13682 "linux-raw-sys 0.9.4",
13683 "windows-sys 0.59.0",
13684]
13685
13686[[package]]
13687name = "rustix-linux-procfs"
13688version = "0.1.1"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13691dependencies = [
13692 "once_cell",
13693 "rustix 1.0.7",
13694]
13695
13696[[package]]
13697name = "rustix-openpty"
13698version = "0.2.0"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13701dependencies = [
13702 "errno 0.3.11",
13703 "libc",
13704 "rustix 1.0.7",
13705]
13706
13707[[package]]
13708name = "rustls"
13709version = "0.21.12"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13712dependencies = [
13713 "log",
13714 "ring",
13715 "rustls-webpki 0.101.7",
13716 "sct",
13717]
13718
13719[[package]]
13720name = "rustls"
13721version = "0.23.26"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13724dependencies = [
13725 "aws-lc-rs",
13726 "log",
13727 "once_cell",
13728 "ring",
13729 "rustls-pki-types",
13730 "rustls-webpki 0.103.1",
13731 "subtle",
13732 "zeroize",
13733]
13734
13735[[package]]
13736name = "rustls-native-certs"
13737version = "0.6.3"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13740dependencies = [
13741 "openssl-probe",
13742 "rustls-pemfile 1.0.4",
13743 "schannel",
13744 "security-framework 2.11.1",
13745]
13746
13747[[package]]
13748name = "rustls-native-certs"
13749version = "0.8.1"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13752dependencies = [
13753 "openssl-probe",
13754 "rustls-pki-types",
13755 "schannel",
13756 "security-framework 3.2.0",
13757]
13758
13759[[package]]
13760name = "rustls-pemfile"
13761version = "1.0.4"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13764dependencies = [
13765 "base64 0.21.7",
13766]
13767
13768[[package]]
13769name = "rustls-pemfile"
13770version = "2.2.0"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13773dependencies = [
13774 "rustls-pki-types",
13775]
13776
13777[[package]]
13778name = "rustls-pki-types"
13779version = "1.12.0"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13782dependencies = [
13783 "web-time",
13784 "zeroize",
13785]
13786
13787[[package]]
13788name = "rustls-platform-verifier"
13789version = "0.5.1"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13792dependencies = [
13793 "core-foundation 0.10.0",
13794 "core-foundation-sys",
13795 "jni",
13796 "log",
13797 "once_cell",
13798 "rustls 0.23.26",
13799 "rustls-native-certs 0.8.1",
13800 "rustls-platform-verifier-android",
13801 "rustls-webpki 0.103.1",
13802 "security-framework 3.2.0",
13803 "security-framework-sys",
13804 "webpki-root-certs",
13805 "windows-sys 0.59.0",
13806]
13807
13808[[package]]
13809name = "rustls-platform-verifier-android"
13810version = "0.1.1"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13813
13814[[package]]
13815name = "rustls-webpki"
13816version = "0.101.7"
13817source = "registry+https://github.com/rust-lang/crates.io-index"
13818checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13819dependencies = [
13820 "ring",
13821 "untrusted",
13822]
13823
13824[[package]]
13825name = "rustls-webpki"
13826version = "0.103.1"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13829dependencies = [
13830 "aws-lc-rs",
13831 "ring",
13832 "rustls-pki-types",
13833 "untrusted",
13834]
13835
13836[[package]]
13837name = "rustversion"
13838version = "1.0.20"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13841
13842[[package]]
13843name = "rustybuzz"
13844version = "0.14.1"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13847dependencies = [
13848 "bitflags 2.9.0",
13849 "bytemuck",
13850 "libm",
13851 "smallvec",
13852 "ttf-parser 0.21.1",
13853 "unicode-bidi-mirroring 0.2.0",
13854 "unicode-ccc 0.2.0",
13855 "unicode-properties",
13856 "unicode-script",
13857]
13858
13859[[package]]
13860name = "rustybuzz"
13861version = "0.20.1"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13864dependencies = [
13865 "bitflags 2.9.0",
13866 "bytemuck",
13867 "core_maths",
13868 "log",
13869 "smallvec",
13870 "ttf-parser 0.25.1",
13871 "unicode-bidi-mirroring 0.4.0",
13872 "unicode-ccc 0.4.0",
13873 "unicode-properties",
13874 "unicode-script",
13875]
13876
13877[[package]]
13878name = "ryu"
13879version = "1.0.20"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13882
13883[[package]]
13884name = "safetensors"
13885version = "0.4.5"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13888dependencies = [
13889 "serde",
13890 "serde_json",
13891]
13892
13893[[package]]
13894name = "salsa20"
13895version = "0.10.2"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13898dependencies = [
13899 "cipher",
13900]
13901
13902[[package]]
13903name = "same-file"
13904version = "1.0.6"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13907dependencies = [
13908 "winapi-util",
13909]
13910
13911[[package]]
13912name = "scap"
13913version = "0.0.8"
13914source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13915dependencies = [
13916 "anyhow",
13917 "cocoa 0.25.0",
13918 "core-graphics-helmer-fork",
13919 "log",
13920 "objc",
13921 "rand 0.8.5",
13922 "screencapturekit",
13923 "screencapturekit-sys",
13924 "sysinfo",
13925 "tao-core-video-sys",
13926 "windows 0.61.1",
13927 "windows-capture",
13928 "x11",
13929 "xcb",
13930]
13931
13932[[package]]
13933name = "schannel"
13934version = "0.1.27"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13937dependencies = [
13938 "windows-sys 0.59.0",
13939]
13940
13941[[package]]
13942name = "scheduler"
13943version = "0.1.0"
13944dependencies = [
13945 "async-task",
13946 "backtrace",
13947 "chrono",
13948 "futures 0.3.31",
13949 "parking_lot",
13950 "rand 0.9.1",
13951 "workspace-hack",
13952]
13953
13954[[package]]
13955name = "schema_generator"
13956version = "0.1.0"
13957dependencies = [
13958 "anyhow",
13959 "clap",
13960 "env_logger 0.11.8",
13961 "schemars 1.0.1",
13962 "serde",
13963 "serde_json",
13964 "theme",
13965 "workspace-hack",
13966]
13967
13968[[package]]
13969name = "schemars"
13970version = "0.9.0"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13973dependencies = [
13974 "dyn-clone",
13975 "ref-cast",
13976 "serde",
13977 "serde_json",
13978]
13979
13980[[package]]
13981name = "schemars"
13982version = "1.0.1"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13985dependencies = [
13986 "dyn-clone",
13987 "indexmap 2.9.0",
13988 "ref-cast",
13989 "schemars_derive",
13990 "serde",
13991 "serde_json",
13992]
13993
13994[[package]]
13995name = "schemars_derive"
13996version = "1.0.1"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
13999dependencies = [
14000 "proc-macro2",
14001 "quote",
14002 "serde_derive_internals",
14003 "syn 2.0.101",
14004]
14005
14006[[package]]
14007name = "scoped-tls"
14008version = "1.0.1"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14011
14012[[package]]
14013name = "scopeguard"
14014version = "1.2.0"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14017
14018[[package]]
14019name = "scratch"
14020version = "1.0.8"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14023
14024[[package]]
14025name = "screencapturekit"
14026version = "0.2.8"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14029dependencies = [
14030 "screencapturekit-sys",
14031]
14032
14033[[package]]
14034name = "screencapturekit-sys"
14035version = "0.2.8"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14038dependencies = [
14039 "block",
14040 "dispatch",
14041 "objc",
14042 "objc-foundation",
14043 "objc_id",
14044 "once_cell",
14045]
14046
14047[[package]]
14048name = "scroll"
14049version = "0.12.0"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14052dependencies = [
14053 "scroll_derive",
14054]
14055
14056[[package]]
14057name = "scroll_derive"
14058version = "0.12.1"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14061dependencies = [
14062 "proc-macro2",
14063 "quote",
14064 "syn 2.0.101",
14065]
14066
14067[[package]]
14068name = "scrypt"
14069version = "0.11.0"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14072dependencies = [
14073 "password-hash 0.5.0",
14074 "pbkdf2 0.12.2",
14075 "salsa20",
14076 "sha2",
14077]
14078
14079[[package]]
14080name = "sct"
14081version = "0.7.1"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14084dependencies = [
14085 "ring",
14086 "untrusted",
14087]
14088
14089[[package]]
14090name = "sea-bae"
14091version = "0.2.1"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14094dependencies = [
14095 "heck 0.4.1",
14096 "proc-macro-error2",
14097 "proc-macro2",
14098 "quote",
14099 "syn 2.0.101",
14100]
14101
14102[[package]]
14103name = "sea-orm"
14104version = "1.1.10"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14107dependencies = [
14108 "async-stream",
14109 "async-trait",
14110 "bigdecimal",
14111 "chrono",
14112 "futures-util",
14113 "log",
14114 "ouroboros",
14115 "pgvector",
14116 "rust_decimal",
14117 "sea-orm-macros",
14118 "sea-query",
14119 "sea-query-binder",
14120 "serde",
14121 "serde_json",
14122 "sqlx",
14123 "strum 0.26.3",
14124 "thiserror 2.0.12",
14125 "time",
14126 "tracing",
14127 "url",
14128 "uuid",
14129]
14130
14131[[package]]
14132name = "sea-orm-macros"
14133version = "1.1.10"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14136dependencies = [
14137 "heck 0.4.1",
14138 "proc-macro2",
14139 "quote",
14140 "sea-bae",
14141 "syn 2.0.101",
14142 "unicode-ident",
14143]
14144
14145[[package]]
14146name = "sea-query"
14147version = "0.32.4"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14150dependencies = [
14151 "bigdecimal",
14152 "chrono",
14153 "inherent",
14154 "ordered-float 4.6.0",
14155 "rust_decimal",
14156 "serde_json",
14157 "time",
14158 "uuid",
14159]
14160
14161[[package]]
14162name = "sea-query-binder"
14163version = "0.7.0"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14166dependencies = [
14167 "bigdecimal",
14168 "chrono",
14169 "rust_decimal",
14170 "sea-query",
14171 "serde_json",
14172 "sqlx",
14173 "time",
14174 "uuid",
14175]
14176
14177[[package]]
14178name = "seahash"
14179version = "4.1.0"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14182
14183[[package]]
14184name = "search"
14185version = "0.1.0"
14186dependencies = [
14187 "any_vec",
14188 "anyhow",
14189 "bitflags 2.9.0",
14190 "client",
14191 "collections",
14192 "editor",
14193 "futures 0.3.31",
14194 "gpui",
14195 "language",
14196 "menu",
14197 "project",
14198 "schemars 1.0.1",
14199 "serde",
14200 "serde_json",
14201 "settings",
14202 "smol",
14203 "theme",
14204 "ui",
14205 "unindent",
14206 "util",
14207 "workspace",
14208 "workspace-hack",
14209 "zed_actions",
14210]
14211
14212[[package]]
14213name = "sec1"
14214version = "0.3.0"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14217dependencies = [
14218 "base16ct",
14219 "der 0.6.1",
14220 "generic-array",
14221 "pkcs8 0.9.0",
14222 "subtle",
14223 "zeroize",
14224]
14225
14226[[package]]
14227name = "security-framework"
14228version = "2.11.1"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14231dependencies = [
14232 "bitflags 2.9.0",
14233 "core-foundation 0.9.4",
14234 "core-foundation-sys",
14235 "libc",
14236 "security-framework-sys",
14237]
14238
14239[[package]]
14240name = "security-framework"
14241version = "3.2.0"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14244dependencies = [
14245 "bitflags 2.9.0",
14246 "core-foundation 0.10.0",
14247 "core-foundation-sys",
14248 "libc",
14249 "security-framework-sys",
14250]
14251
14252[[package]]
14253name = "security-framework-sys"
14254version = "2.14.0"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14257dependencies = [
14258 "core-foundation-sys",
14259 "libc",
14260]
14261
14262[[package]]
14263name = "self_cell"
14264version = "1.2.0"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14267
14268[[package]]
14269name = "semantic_version"
14270version = "0.1.0"
14271dependencies = [
14272 "anyhow",
14273 "serde",
14274 "workspace-hack",
14275]
14276
14277[[package]]
14278name = "semver"
14279version = "1.0.26"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14282dependencies = [
14283 "serde",
14284]
14285
14286[[package]]
14287name = "seq-macro"
14288version = "0.3.6"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14291
14292[[package]]
14293name = "serde"
14294version = "1.0.221"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14297dependencies = [
14298 "serde_core",
14299 "serde_derive",
14300]
14301
14302[[package]]
14303name = "serde_core"
14304version = "1.0.221"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14307dependencies = [
14308 "serde_derive",
14309]
14310
14311[[package]]
14312name = "serde_derive"
14313version = "1.0.221"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14316dependencies = [
14317 "proc-macro2",
14318 "quote",
14319 "syn 2.0.101",
14320]
14321
14322[[package]]
14323name = "serde_derive_internals"
14324version = "0.29.1"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14327dependencies = [
14328 "proc-macro2",
14329 "quote",
14330 "syn 2.0.101",
14331]
14332
14333[[package]]
14334name = "serde_fmt"
14335version = "1.0.3"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14338dependencies = [
14339 "serde",
14340]
14341
14342[[package]]
14343name = "serde_json"
14344version = "1.0.144"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14347dependencies = [
14348 "indexmap 2.9.0",
14349 "itoa",
14350 "memchr",
14351 "ryu",
14352 "serde_core",
14353]
14354
14355[[package]]
14356name = "serde_json_lenient"
14357version = "0.2.4"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14360dependencies = [
14361 "indexmap 2.9.0",
14362 "itoa",
14363 "memchr",
14364 "ryu",
14365 "serde",
14366]
14367
14368[[package]]
14369name = "serde_path_to_error"
14370version = "0.1.17"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14373dependencies = [
14374 "itoa",
14375 "serde",
14376]
14377
14378[[package]]
14379name = "serde_repr"
14380version = "0.1.20"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14383dependencies = [
14384 "proc-macro2",
14385 "quote",
14386 "syn 2.0.101",
14387]
14388
14389[[package]]
14390name = "serde_spanned"
14391version = "0.6.8"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14394dependencies = [
14395 "serde",
14396]
14397
14398[[package]]
14399name = "serde_urlencoded"
14400version = "0.7.1"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14403dependencies = [
14404 "form_urlencoded",
14405 "itoa",
14406 "ryu",
14407 "serde",
14408]
14409
14410[[package]]
14411name = "serde_with"
14412version = "3.13.0"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14415dependencies = [
14416 "base64 0.22.1",
14417 "chrono",
14418 "hex",
14419 "indexmap 1.9.3",
14420 "indexmap 2.9.0",
14421 "schemars 0.9.0",
14422 "serde",
14423 "serde_derive",
14424 "serde_json",
14425 "serde_with_macros",
14426 "time",
14427]
14428
14429[[package]]
14430name = "serde_with_macros"
14431version = "3.13.0"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14434dependencies = [
14435 "darling",
14436 "proc-macro2",
14437 "quote",
14438 "syn 2.0.101",
14439]
14440
14441[[package]]
14442name = "serial2"
14443version = "0.2.29"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14446dependencies = [
14447 "cfg-if",
14448 "libc",
14449 "winapi",
14450]
14451
14452[[package]]
14453name = "session"
14454version = "0.1.0"
14455dependencies = [
14456 "db",
14457 "gpui",
14458 "serde_json",
14459 "util",
14460 "uuid",
14461 "workspace-hack",
14462]
14463
14464[[package]]
14465name = "settings"
14466version = "0.1.0"
14467dependencies = [
14468 "anyhow",
14469 "collections",
14470 "ec4rs",
14471 "fs",
14472 "futures 0.3.31",
14473 "gpui",
14474 "indoc",
14475 "inventory",
14476 "log",
14477 "paths",
14478 "pretty_assertions",
14479 "release_channel",
14480 "rust-embed",
14481 "schemars 1.0.1",
14482 "serde",
14483 "serde_json",
14484 "serde_json_lenient",
14485 "serde_path_to_error",
14486 "serde_repr",
14487 "serde_with",
14488 "settings_macros",
14489 "smallvec",
14490 "strum 0.27.1",
14491 "tree-sitter",
14492 "tree-sitter-json",
14493 "unindent",
14494 "util",
14495 "workspace-hack",
14496 "zlog",
14497]
14498
14499[[package]]
14500name = "settings_macros"
14501version = "0.1.0"
14502dependencies = [
14503 "quote",
14504 "settings",
14505 "syn 2.0.101",
14506 "workspace-hack",
14507]
14508
14509[[package]]
14510name = "settings_profile_selector"
14511version = "0.1.0"
14512dependencies = [
14513 "client",
14514 "editor",
14515 "fuzzy",
14516 "gpui",
14517 "language",
14518 "menu",
14519 "picker",
14520 "project",
14521 "serde_json",
14522 "settings",
14523 "theme",
14524 "ui",
14525 "workspace",
14526 "workspace-hack",
14527 "zed_actions",
14528]
14529
14530[[package]]
14531name = "settings_ui"
14532version = "0.1.0"
14533dependencies = [
14534 "anyhow",
14535 "assets",
14536 "client",
14537 "command_palette_hooks",
14538 "editor",
14539 "feature_flags",
14540 "fs",
14541 "futures 0.3.31",
14542 "gpui",
14543 "language",
14544 "menu",
14545 "node_runtime",
14546 "paths",
14547 "project",
14548 "serde",
14549 "session",
14550 "settings",
14551 "strum 0.27.1",
14552 "theme",
14553 "ui",
14554 "util",
14555 "workspace",
14556 "workspace-hack",
14557 "zlog",
14558]
14559
14560[[package]]
14561name = "sha1"
14562version = "0.10.6"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14565dependencies = [
14566 "cfg-if",
14567 "cpufeatures",
14568 "digest",
14569]
14570
14571[[package]]
14572name = "sha1_smol"
14573version = "1.0.1"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14576
14577[[package]]
14578name = "sha2"
14579version = "0.10.9"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14582dependencies = [
14583 "cfg-if",
14584 "cpufeatures",
14585 "digest",
14586]
14587
14588[[package]]
14589name = "sharded-slab"
14590version = "0.1.7"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14593dependencies = [
14594 "lazy_static",
14595]
14596
14597[[package]]
14598name = "shared_library"
14599version = "0.1.9"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14602dependencies = [
14603 "lazy_static",
14604 "libc",
14605]
14606
14607[[package]]
14608name = "shell-words"
14609version = "1.1.0"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14612
14613[[package]]
14614name = "shellexpand"
14615version = "2.1.2"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14618dependencies = [
14619 "dirs 4.0.0",
14620]
14621
14622[[package]]
14623name = "shellexpand"
14624version = "3.1.1"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14627dependencies = [
14628 "dirs 6.0.0",
14629]
14630
14631[[package]]
14632name = "shlex"
14633version = "1.3.0"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14636
14637[[package]]
14638name = "signal-hook"
14639version = "0.3.17"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14642dependencies = [
14643 "libc",
14644 "signal-hook-registry",
14645]
14646
14647[[package]]
14648name = "signal-hook-registry"
14649version = "1.4.5"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14652dependencies = [
14653 "libc",
14654]
14655
14656[[package]]
14657name = "signature"
14658version = "1.6.4"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14661dependencies = [
14662 "digest",
14663 "rand_core 0.6.4",
14664]
14665
14666[[package]]
14667name = "signature"
14668version = "2.2.0"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14671dependencies = [
14672 "digest",
14673 "rand_core 0.6.4",
14674]
14675
14676[[package]]
14677name = "simd-adler32"
14678version = "0.3.7"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14681
14682[[package]]
14683name = "simd_helpers"
14684version = "0.1.0"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14687dependencies = [
14688 "quote",
14689]
14690
14691[[package]]
14692name = "simdutf8"
14693version = "0.1.5"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14696
14697[[package]]
14698name = "simple_asn1"
14699version = "0.6.3"
14700source = "registry+https://github.com/rust-lang/crates.io-index"
14701checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14702dependencies = [
14703 "num-bigint",
14704 "num-traits",
14705 "thiserror 2.0.12",
14706 "time",
14707]
14708
14709[[package]]
14710name = "simplecss"
14711version = "0.2.2"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14714dependencies = [
14715 "log",
14716]
14717
14718[[package]]
14719name = "simplelog"
14720version = "0.12.2"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14723dependencies = [
14724 "log",
14725 "termcolor",
14726 "time",
14727]
14728
14729[[package]]
14730name = "siphasher"
14731version = "1.0.1"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14734
14735[[package]]
14736name = "skrifa"
14737version = "0.26.6"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14740dependencies = [
14741 "bytemuck",
14742 "read-fonts",
14743]
14744
14745[[package]]
14746name = "slab"
14747version = "0.4.9"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14750dependencies = [
14751 "autocfg",
14752]
14753
14754[[package]]
14755name = "slash_commands_example"
14756version = "0.1.0"
14757dependencies = [
14758 "zed_extension_api 0.1.0",
14759]
14760
14761[[package]]
14762name = "slotmap"
14763version = "1.0.7"
14764source = "registry+https://github.com/rust-lang/crates.io-index"
14765checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14766dependencies = [
14767 "version_check",
14768]
14769
14770[[package]]
14771name = "smallvec"
14772version = "1.15.0"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14775dependencies = [
14776 "serde",
14777]
14778
14779[[package]]
14780name = "smart-default"
14781version = "0.7.1"
14782source = "registry+https://github.com/rust-lang/crates.io-index"
14783checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14784dependencies = [
14785 "proc-macro2",
14786 "quote",
14787 "syn 2.0.101",
14788]
14789
14790[[package]]
14791name = "smol"
14792version = "2.0.2"
14793source = "registry+https://github.com/rust-lang/crates.io-index"
14794checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14795dependencies = [
14796 "async-channel 2.3.1",
14797 "async-executor",
14798 "async-fs",
14799 "async-io",
14800 "async-lock",
14801 "async-net",
14802 "async-process",
14803 "blocking",
14804 "futures-lite 2.6.0",
14805]
14806
14807[[package]]
14808name = "smol_str"
14809version = "0.2.2"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14812
14813[[package]]
14814name = "snippet"
14815version = "0.1.0"
14816dependencies = [
14817 "anyhow",
14818 "smallvec",
14819 "workspace-hack",
14820]
14821
14822[[package]]
14823name = "snippet_provider"
14824version = "0.1.0"
14825dependencies = [
14826 "anyhow",
14827 "collections",
14828 "extension",
14829 "fs",
14830 "futures 0.3.31",
14831 "gpui",
14832 "indoc",
14833 "parking_lot",
14834 "paths",
14835 "schemars 1.0.1",
14836 "serde",
14837 "serde_json",
14838 "serde_json_lenient",
14839 "snippet",
14840 "util",
14841 "workspace-hack",
14842]
14843
14844[[package]]
14845name = "snippets_ui"
14846version = "0.1.0"
14847dependencies = [
14848 "file_finder",
14849 "file_icons",
14850 "fuzzy",
14851 "gpui",
14852 "language",
14853 "paths",
14854 "picker",
14855 "settings",
14856 "ui",
14857 "util",
14858 "workspace",
14859 "workspace-hack",
14860]
14861
14862[[package]]
14863name = "socket2"
14864version = "0.5.9"
14865source = "registry+https://github.com/rust-lang/crates.io-index"
14866checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14867dependencies = [
14868 "libc",
14869 "windows-sys 0.52.0",
14870]
14871
14872[[package]]
14873name = "spdx"
14874version = "0.10.8"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14877dependencies = [
14878 "smallvec",
14879]
14880
14881[[package]]
14882name = "spin"
14883version = "0.9.8"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14886dependencies = [
14887 "lock_api",
14888]
14889
14890[[package]]
14891name = "spirv"
14892version = "0.3.0+sdk-1.3.268.0"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14895dependencies = [
14896 "bitflags 2.9.0",
14897]
14898
14899[[package]]
14900name = "spki"
14901version = "0.6.0"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14904dependencies = [
14905 "base64ct",
14906 "der 0.6.1",
14907]
14908
14909[[package]]
14910name = "spki"
14911version = "0.7.3"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14914dependencies = [
14915 "base64ct",
14916 "der 0.7.10",
14917]
14918
14919[[package]]
14920name = "sptr"
14921version = "0.3.2"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14924
14925[[package]]
14926name = "sqlez"
14927version = "0.1.0"
14928dependencies = [
14929 "anyhow",
14930 "collections",
14931 "futures 0.3.31",
14932 "indoc",
14933 "libsqlite3-sys",
14934 "log",
14935 "parking_lot",
14936 "smol",
14937 "sqlformat",
14938 "thread_local",
14939 "util",
14940 "uuid",
14941 "workspace-hack",
14942]
14943
14944[[package]]
14945name = "sqlez_macros"
14946version = "0.1.0"
14947dependencies = [
14948 "sqlez",
14949 "sqlformat",
14950 "syn 2.0.101",
14951 "workspace-hack",
14952]
14953
14954[[package]]
14955name = "sqlformat"
14956version = "0.2.6"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14959dependencies = [
14960 "nom 7.1.3",
14961 "unicode_categories",
14962]
14963
14964[[package]]
14965name = "sqlx"
14966version = "0.8.5"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14969dependencies = [
14970 "sqlx-core",
14971 "sqlx-macros",
14972 "sqlx-mysql",
14973 "sqlx-postgres",
14974 "sqlx-sqlite",
14975]
14976
14977[[package]]
14978name = "sqlx-core"
14979version = "0.8.5"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14982dependencies = [
14983 "base64 0.22.1",
14984 "bigdecimal",
14985 "bytes 1.10.1",
14986 "chrono",
14987 "crc",
14988 "crossbeam-queue",
14989 "either",
14990 "event-listener 5.4.0",
14991 "futures-core",
14992 "futures-intrusive",
14993 "futures-io",
14994 "futures-util",
14995 "hashbrown 0.15.3",
14996 "hashlink 0.10.0",
14997 "indexmap 2.9.0",
14998 "log",
14999 "memchr",
15000 "once_cell",
15001 "percent-encoding",
15002 "rust_decimal",
15003 "rustls 0.23.26",
15004 "serde",
15005 "serde_json",
15006 "sha2",
15007 "smallvec",
15008 "thiserror 2.0.12",
15009 "time",
15010 "tokio",
15011 "tokio-stream",
15012 "tracing",
15013 "url",
15014 "uuid",
15015 "webpki-roots",
15016]
15017
15018[[package]]
15019name = "sqlx-macros"
15020version = "0.8.5"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15023dependencies = [
15024 "proc-macro2",
15025 "quote",
15026 "sqlx-core",
15027 "sqlx-macros-core",
15028 "syn 2.0.101",
15029]
15030
15031[[package]]
15032name = "sqlx-macros-core"
15033version = "0.8.5"
15034source = "registry+https://github.com/rust-lang/crates.io-index"
15035checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15036dependencies = [
15037 "dotenvy",
15038 "either",
15039 "heck 0.5.0",
15040 "hex",
15041 "once_cell",
15042 "proc-macro2",
15043 "quote",
15044 "serde",
15045 "serde_json",
15046 "sha2",
15047 "sqlx-core",
15048 "sqlx-mysql",
15049 "sqlx-postgres",
15050 "sqlx-sqlite",
15051 "syn 2.0.101",
15052 "tempfile",
15053 "tokio",
15054 "url",
15055]
15056
15057[[package]]
15058name = "sqlx-mysql"
15059version = "0.8.5"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15062dependencies = [
15063 "atoi",
15064 "base64 0.22.1",
15065 "bigdecimal",
15066 "bitflags 2.9.0",
15067 "byteorder",
15068 "bytes 1.10.1",
15069 "chrono",
15070 "crc",
15071 "digest",
15072 "dotenvy",
15073 "either",
15074 "futures-channel",
15075 "futures-core",
15076 "futures-io",
15077 "futures-util",
15078 "generic-array",
15079 "hex",
15080 "hkdf",
15081 "hmac",
15082 "itoa",
15083 "log",
15084 "md-5",
15085 "memchr",
15086 "once_cell",
15087 "percent-encoding",
15088 "rand 0.8.5",
15089 "rsa",
15090 "rust_decimal",
15091 "serde",
15092 "sha1",
15093 "sha2",
15094 "smallvec",
15095 "sqlx-core",
15096 "stringprep",
15097 "thiserror 2.0.12",
15098 "time",
15099 "tracing",
15100 "uuid",
15101 "whoami",
15102]
15103
15104[[package]]
15105name = "sqlx-postgres"
15106version = "0.8.5"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15109dependencies = [
15110 "atoi",
15111 "base64 0.22.1",
15112 "bigdecimal",
15113 "bitflags 2.9.0",
15114 "byteorder",
15115 "chrono",
15116 "crc",
15117 "dotenvy",
15118 "etcetera",
15119 "futures-channel",
15120 "futures-core",
15121 "futures-util",
15122 "hex",
15123 "hkdf",
15124 "hmac",
15125 "home",
15126 "itoa",
15127 "log",
15128 "md-5",
15129 "memchr",
15130 "num-bigint",
15131 "once_cell",
15132 "rand 0.8.5",
15133 "rust_decimal",
15134 "serde",
15135 "serde_json",
15136 "sha2",
15137 "smallvec",
15138 "sqlx-core",
15139 "stringprep",
15140 "thiserror 2.0.12",
15141 "time",
15142 "tracing",
15143 "uuid",
15144 "whoami",
15145]
15146
15147[[package]]
15148name = "sqlx-sqlite"
15149version = "0.8.5"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15152dependencies = [
15153 "atoi",
15154 "chrono",
15155 "flume",
15156 "futures-channel",
15157 "futures-core",
15158 "futures-executor",
15159 "futures-intrusive",
15160 "futures-util",
15161 "libsqlite3-sys",
15162 "log",
15163 "percent-encoding",
15164 "serde",
15165 "serde_urlencoded",
15166 "sqlx-core",
15167 "thiserror 2.0.12",
15168 "time",
15169 "tracing",
15170 "url",
15171 "uuid",
15172]
15173
15174[[package]]
15175name = "stable_deref_trait"
15176version = "1.2.0"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15179
15180[[package]]
15181name = "stacker"
15182version = "0.1.21"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15185dependencies = [
15186 "cc",
15187 "cfg-if",
15188 "libc",
15189 "psm",
15190 "windows-sys 0.59.0",
15191]
15192
15193[[package]]
15194name = "stacksafe"
15195version = "0.1.4"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15198dependencies = [
15199 "stacker",
15200 "stacksafe-macro",
15201]
15202
15203[[package]]
15204name = "stacksafe-macro"
15205version = "0.1.4"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15208dependencies = [
15209 "proc-macro-error2",
15210 "quote",
15211 "syn 2.0.101",
15212]
15213
15214[[package]]
15215name = "static_assertions"
15216version = "1.1.0"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15219
15220[[package]]
15221name = "story"
15222version = "0.1.0"
15223dependencies = [
15224 "gpui",
15225 "itertools 0.14.0",
15226 "smallvec",
15227 "workspace-hack",
15228]
15229
15230[[package]]
15231name = "storybook"
15232version = "0.1.0"
15233dependencies = [
15234 "anyhow",
15235 "clap",
15236 "collab_ui",
15237 "ctrlc",
15238 "dialoguer",
15239 "editor",
15240 "fuzzy",
15241 "gpui",
15242 "indoc",
15243 "language",
15244 "log",
15245 "menu",
15246 "picker",
15247 "project",
15248 "reqwest_client",
15249 "rust-embed",
15250 "settings",
15251 "simplelog",
15252 "story",
15253 "strum 0.27.1",
15254 "theme",
15255 "title_bar",
15256 "ui",
15257 "workspace",
15258 "workspace-hack",
15259]
15260
15261[[package]]
15262name = "streaming-iterator"
15263version = "0.1.9"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15266
15267[[package]]
15268name = "streaming_diff"
15269version = "0.1.0"
15270dependencies = [
15271 "ordered-float 2.10.1",
15272 "rand 0.9.1",
15273 "rope",
15274 "util",
15275 "workspace-hack",
15276]
15277
15278[[package]]
15279name = "strength_reduce"
15280version = "0.2.4"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15283
15284[[package]]
15285name = "strict-num"
15286version = "0.1.1"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15289dependencies = [
15290 "float-cmp",
15291]
15292
15293[[package]]
15294name = "string_cache"
15295version = "0.8.9"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15298dependencies = [
15299 "new_debug_unreachable",
15300 "parking_lot",
15301 "phf_shared",
15302 "precomputed-hash",
15303 "serde",
15304]
15305
15306[[package]]
15307name = "string_cache_codegen"
15308version = "0.5.4"
15309source = "registry+https://github.com/rust-lang/crates.io-index"
15310checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15311dependencies = [
15312 "phf_generator",
15313 "phf_shared",
15314 "proc-macro2",
15315 "quote",
15316]
15317
15318[[package]]
15319name = "stringprep"
15320version = "0.1.5"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15323dependencies = [
15324 "unicode-bidi",
15325 "unicode-normalization",
15326 "unicode-properties",
15327]
15328
15329[[package]]
15330name = "strsim"
15331version = "0.11.1"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15334
15335[[package]]
15336name = "strum"
15337version = "0.26.3"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15340dependencies = [
15341 "strum_macros 0.26.4",
15342]
15343
15344[[package]]
15345name = "strum"
15346version = "0.27.1"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15349dependencies = [
15350 "strum_macros 0.27.1",
15351]
15352
15353[[package]]
15354name = "strum_macros"
15355version = "0.26.4"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15358dependencies = [
15359 "heck 0.5.0",
15360 "proc-macro2",
15361 "quote",
15362 "rustversion",
15363 "syn 2.0.101",
15364]
15365
15366[[package]]
15367name = "strum_macros"
15368version = "0.27.1"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15371dependencies = [
15372 "heck 0.5.0",
15373 "proc-macro2",
15374 "quote",
15375 "rustversion",
15376 "syn 2.0.101",
15377]
15378
15379[[package]]
15380name = "subtle"
15381version = "2.6.1"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15384
15385[[package]]
15386name = "sum_tree"
15387version = "0.1.0"
15388dependencies = [
15389 "arrayvec",
15390 "ctor",
15391 "log",
15392 "rand 0.9.1",
15393 "rayon",
15394 "workspace-hack",
15395 "zlog",
15396]
15397
15398[[package]]
15399name = "supermaven"
15400version = "0.1.0"
15401dependencies = [
15402 "anyhow",
15403 "client",
15404 "collections",
15405 "edit_prediction",
15406 "editor",
15407 "env_logger 0.11.8",
15408 "futures 0.3.31",
15409 "gpui",
15410 "http_client",
15411 "language",
15412 "log",
15413 "postage",
15414 "project",
15415 "serde",
15416 "serde_json",
15417 "settings",
15418 "smol",
15419 "supermaven_api",
15420 "text",
15421 "theme",
15422 "ui",
15423 "unicode-segmentation",
15424 "util",
15425 "workspace-hack",
15426]
15427
15428[[package]]
15429name = "supermaven_api"
15430version = "0.1.0"
15431dependencies = [
15432 "anyhow",
15433 "futures 0.3.31",
15434 "http_client",
15435 "paths",
15436 "serde",
15437 "serde_json",
15438 "smol",
15439 "util",
15440 "workspace-hack",
15441]
15442
15443[[package]]
15444name = "sval"
15445version = "2.14.1"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15448
15449[[package]]
15450name = "sval_buffer"
15451version = "2.14.1"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15454dependencies = [
15455 "sval",
15456 "sval_ref",
15457]
15458
15459[[package]]
15460name = "sval_dynamic"
15461version = "2.14.1"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15464dependencies = [
15465 "sval",
15466]
15467
15468[[package]]
15469name = "sval_fmt"
15470version = "2.14.1"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15473dependencies = [
15474 "itoa",
15475 "ryu",
15476 "sval",
15477]
15478
15479[[package]]
15480name = "sval_json"
15481version = "2.14.1"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15484dependencies = [
15485 "itoa",
15486 "ryu",
15487 "sval",
15488]
15489
15490[[package]]
15491name = "sval_nested"
15492version = "2.14.1"
15493source = "registry+https://github.com/rust-lang/crates.io-index"
15494checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15495dependencies = [
15496 "sval",
15497 "sval_buffer",
15498 "sval_ref",
15499]
15500
15501[[package]]
15502name = "sval_ref"
15503version = "2.14.1"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15506dependencies = [
15507 "sval",
15508]
15509
15510[[package]]
15511name = "sval_serde"
15512version = "2.14.1"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15515dependencies = [
15516 "serde",
15517 "sval",
15518 "sval_nested",
15519]
15520
15521[[package]]
15522name = "svg_fmt"
15523version = "0.4.5"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15526
15527[[package]]
15528name = "svg_preview"
15529version = "0.1.0"
15530dependencies = [
15531 "editor",
15532 "file_icons",
15533 "gpui",
15534 "multi_buffer",
15535 "ui",
15536 "workspace",
15537 "workspace-hack",
15538]
15539
15540[[package]]
15541name = "svgtypes"
15542version = "0.15.3"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15545dependencies = [
15546 "kurbo",
15547 "siphasher",
15548]
15549
15550[[package]]
15551name = "swash"
15552version = "0.2.2"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15555dependencies = [
15556 "skrifa",
15557 "yazi",
15558 "zeno",
15559]
15560
15561[[package]]
15562name = "symphonia"
15563version = "0.5.4"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15566dependencies = [
15567 "lazy_static",
15568 "symphonia-bundle-flac",
15569 "symphonia-bundle-mp3",
15570 "symphonia-codec-aac",
15571 "symphonia-codec-pcm",
15572 "symphonia-codec-vorbis",
15573 "symphonia-core",
15574 "symphonia-format-isomp4",
15575 "symphonia-format-ogg",
15576 "symphonia-format-riff",
15577 "symphonia-metadata",
15578]
15579
15580[[package]]
15581name = "symphonia-bundle-flac"
15582version = "0.5.4"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15585dependencies = [
15586 "log",
15587 "symphonia-core",
15588 "symphonia-metadata",
15589 "symphonia-utils-xiph",
15590]
15591
15592[[package]]
15593name = "symphonia-bundle-mp3"
15594version = "0.5.4"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15597dependencies = [
15598 "lazy_static",
15599 "log",
15600 "symphonia-core",
15601 "symphonia-metadata",
15602]
15603
15604[[package]]
15605name = "symphonia-codec-aac"
15606version = "0.5.4"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15609dependencies = [
15610 "lazy_static",
15611 "log",
15612 "symphonia-core",
15613]
15614
15615[[package]]
15616name = "symphonia-codec-pcm"
15617version = "0.5.4"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15620dependencies = [
15621 "log",
15622 "symphonia-core",
15623]
15624
15625[[package]]
15626name = "symphonia-codec-vorbis"
15627version = "0.5.4"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15630dependencies = [
15631 "log",
15632 "symphonia-core",
15633 "symphonia-utils-xiph",
15634]
15635
15636[[package]]
15637name = "symphonia-core"
15638version = "0.5.4"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15641dependencies = [
15642 "arrayvec",
15643 "bitflags 1.3.2",
15644 "bytemuck",
15645 "lazy_static",
15646 "log",
15647]
15648
15649[[package]]
15650name = "symphonia-format-isomp4"
15651version = "0.5.4"
15652source = "registry+https://github.com/rust-lang/crates.io-index"
15653checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15654dependencies = [
15655 "encoding_rs",
15656 "log",
15657 "symphonia-core",
15658 "symphonia-metadata",
15659 "symphonia-utils-xiph",
15660]
15661
15662[[package]]
15663name = "symphonia-format-ogg"
15664version = "0.5.4"
15665source = "registry+https://github.com/rust-lang/crates.io-index"
15666checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15667dependencies = [
15668 "log",
15669 "symphonia-core",
15670 "symphonia-metadata",
15671 "symphonia-utils-xiph",
15672]
15673
15674[[package]]
15675name = "symphonia-format-riff"
15676version = "0.5.4"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15679dependencies = [
15680 "extended",
15681 "log",
15682 "symphonia-core",
15683 "symphonia-metadata",
15684]
15685
15686[[package]]
15687name = "symphonia-metadata"
15688version = "0.5.4"
15689source = "registry+https://github.com/rust-lang/crates.io-index"
15690checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15691dependencies = [
15692 "encoding_rs",
15693 "lazy_static",
15694 "log",
15695 "symphonia-core",
15696]
15697
15698[[package]]
15699name = "symphonia-utils-xiph"
15700version = "0.5.4"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15703dependencies = [
15704 "symphonia-core",
15705 "symphonia-metadata",
15706]
15707
15708[[package]]
15709name = "syn"
15710version = "1.0.109"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15713dependencies = [
15714 "proc-macro2",
15715 "quote",
15716 "unicode-ident",
15717]
15718
15719[[package]]
15720name = "syn"
15721version = "2.0.101"
15722source = "registry+https://github.com/rust-lang/crates.io-index"
15723checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15724dependencies = [
15725 "proc-macro2",
15726 "quote",
15727 "unicode-ident",
15728]
15729
15730[[package]]
15731name = "sync_wrapper"
15732version = "0.1.2"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15735
15736[[package]]
15737name = "sync_wrapper"
15738version = "1.0.2"
15739source = "registry+https://github.com/rust-lang/crates.io-index"
15740checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15741dependencies = [
15742 "futures-core",
15743]
15744
15745[[package]]
15746name = "synchronoise"
15747version = "1.0.1"
15748source = "registry+https://github.com/rust-lang/crates.io-index"
15749checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15750dependencies = [
15751 "crossbeam-queue",
15752]
15753
15754[[package]]
15755name = "synstructure"
15756version = "0.13.1"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15759dependencies = [
15760 "proc-macro2",
15761 "quote",
15762 "syn 2.0.101",
15763]
15764
15765[[package]]
15766name = "sys-locale"
15767version = "0.3.2"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15770dependencies = [
15771 "libc",
15772]
15773
15774[[package]]
15775name = "sysctl"
15776version = "0.5.5"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15779dependencies = [
15780 "bitflags 2.9.0",
15781 "byteorder",
15782 "enum-as-inner",
15783 "libc",
15784 "thiserror 1.0.69",
15785 "walkdir",
15786]
15787
15788[[package]]
15789name = "sysctl"
15790version = "0.6.0"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15793dependencies = [
15794 "bitflags 2.9.0",
15795 "byteorder",
15796 "enum-as-inner",
15797 "libc",
15798 "thiserror 1.0.69",
15799 "walkdir",
15800]
15801
15802[[package]]
15803name = "sysinfo"
15804version = "0.31.4"
15805source = "registry+https://github.com/rust-lang/crates.io-index"
15806checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15807dependencies = [
15808 "core-foundation-sys",
15809 "libc",
15810 "memchr",
15811 "ntapi",
15812 "rayon",
15813 "windows 0.57.0",
15814]
15815
15816[[package]]
15817name = "system-configuration"
15818version = "0.5.1"
15819source = "registry+https://github.com/rust-lang/crates.io-index"
15820checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15821dependencies = [
15822 "bitflags 1.3.2",
15823 "core-foundation 0.9.4",
15824 "system-configuration-sys 0.5.0",
15825]
15826
15827[[package]]
15828name = "system-configuration"
15829version = "0.6.1"
15830source = "registry+https://github.com/rust-lang/crates.io-index"
15831checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15832dependencies = [
15833 "bitflags 2.9.0",
15834 "core-foundation 0.9.4",
15835 "system-configuration-sys 0.6.0",
15836]
15837
15838[[package]]
15839name = "system-configuration-sys"
15840version = "0.5.0"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15843dependencies = [
15844 "core-foundation-sys",
15845 "libc",
15846]
15847
15848[[package]]
15849name = "system-configuration-sys"
15850version = "0.6.0"
15851source = "registry+https://github.com/rust-lang/crates.io-index"
15852checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15853dependencies = [
15854 "core-foundation-sys",
15855 "libc",
15856]
15857
15858[[package]]
15859name = "system-deps"
15860version = "6.2.2"
15861source = "registry+https://github.com/rust-lang/crates.io-index"
15862checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15863dependencies = [
15864 "cfg-expr",
15865 "heck 0.5.0",
15866 "pkg-config",
15867 "toml 0.8.20",
15868 "version-compare",
15869]
15870
15871[[package]]
15872name = "system-interface"
15873version = "0.27.3"
15874source = "registry+https://github.com/rust-lang/crates.io-index"
15875checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15876dependencies = [
15877 "bitflags 2.9.0",
15878 "cap-fs-ext",
15879 "cap-std",
15880 "fd-lock",
15881 "io-lifetimes",
15882 "rustix 0.38.44",
15883 "windows-sys 0.59.0",
15884 "winx",
15885]
15886
15887[[package]]
15888name = "system_specs"
15889version = "0.1.0"
15890dependencies = [
15891 "anyhow",
15892 "client",
15893 "gpui",
15894 "human_bytes",
15895 "pciid-parser",
15896 "release_channel",
15897 "serde",
15898 "sysinfo",
15899 "workspace-hack",
15900]
15901
15902[[package]]
15903name = "tab_switcher"
15904version = "0.1.0"
15905dependencies = [
15906 "anyhow",
15907 "collections",
15908 "ctor",
15909 "editor",
15910 "fuzzy",
15911 "gpui",
15912 "language",
15913 "menu",
15914 "picker",
15915 "project",
15916 "schemars 1.0.1",
15917 "serde",
15918 "serde_json",
15919 "settings",
15920 "smol",
15921 "theme",
15922 "ui",
15923 "util",
15924 "workspace",
15925 "workspace-hack",
15926 "zlog",
15927]
15928
15929[[package]]
15930name = "taffy"
15931version = "0.9.0"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15934dependencies = [
15935 "arrayvec",
15936 "grid",
15937 "serde",
15938 "slotmap",
15939]
15940
15941[[package]]
15942name = "tagptr"
15943version = "0.2.0"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15946
15947[[package]]
15948name = "take-until"
15949version = "0.2.0"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15952
15953[[package]]
15954name = "tao-core-video-sys"
15955version = "0.2.0"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15958dependencies = [
15959 "cfg-if",
15960 "core-foundation-sys",
15961 "libc",
15962 "objc",
15963]
15964
15965[[package]]
15966name = "tap"
15967version = "1.0.1"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15970
15971[[package]]
15972name = "target-lexicon"
15973version = "0.12.16"
15974source = "registry+https://github.com/rust-lang/crates.io-index"
15975checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15976
15977[[package]]
15978name = "target-lexicon"
15979version = "0.13.2"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15982
15983[[package]]
15984name = "task"
15985version = "0.1.0"
15986dependencies = [
15987 "anyhow",
15988 "collections",
15989 "futures 0.3.31",
15990 "gpui",
15991 "hex",
15992 "log",
15993 "parking_lot",
15994 "pretty_assertions",
15995 "proto",
15996 "schemars 1.0.1",
15997 "serde",
15998 "serde_json",
15999 "serde_json_lenient",
16000 "sha2",
16001 "shellexpand 2.1.2",
16002 "util",
16003 "workspace-hack",
16004 "zed_actions",
16005]
16006
16007[[package]]
16008name = "tasks_ui"
16009version = "0.1.0"
16010dependencies = [
16011 "anyhow",
16012 "collections",
16013 "editor",
16014 "file_icons",
16015 "fuzzy",
16016 "gpui",
16017 "itertools 0.14.0",
16018 "language",
16019 "menu",
16020 "picker",
16021 "project",
16022 "serde",
16023 "serde_json",
16024 "task",
16025 "tree-sitter-rust",
16026 "tree-sitter-typescript",
16027 "ui",
16028 "util",
16029 "workspace",
16030 "workspace-hack",
16031 "zed_actions",
16032]
16033
16034[[package]]
16035name = "telemetry"
16036version = "0.1.0"
16037dependencies = [
16038 "futures 0.3.31",
16039 "serde",
16040 "serde_json",
16041 "telemetry_events",
16042 "workspace-hack",
16043]
16044
16045[[package]]
16046name = "telemetry_events"
16047version = "0.1.0"
16048dependencies = [
16049 "semantic_version",
16050 "serde",
16051 "serde_json",
16052 "workspace-hack",
16053]
16054
16055[[package]]
16056name = "tempfile"
16057version = "3.20.0"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16060dependencies = [
16061 "fastrand 2.3.0",
16062 "getrandom 0.3.2",
16063 "once_cell",
16064 "rustix 1.0.7",
16065 "windows-sys 0.59.0",
16066]
16067
16068[[package]]
16069name = "tendril"
16070version = "0.4.3"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16073dependencies = [
16074 "futf",
16075 "mac",
16076 "utf-8",
16077]
16078
16079[[package]]
16080name = "termcolor"
16081version = "1.4.1"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16084dependencies = [
16085 "winapi-util",
16086]
16087
16088[[package]]
16089name = "terminal"
16090version = "0.1.0"
16091dependencies = [
16092 "alacritty_terminal",
16093 "anyhow",
16094 "collections",
16095 "futures 0.3.31",
16096 "gpui",
16097 "itertools 0.14.0",
16098 "libc",
16099 "log",
16100 "rand 0.9.1",
16101 "regex",
16102 "release_channel",
16103 "schemars 1.0.1",
16104 "serde",
16105 "settings",
16106 "smol",
16107 "sysinfo",
16108 "task",
16109 "theme",
16110 "thiserror 2.0.12",
16111 "url",
16112 "urlencoding",
16113 "util",
16114 "windows 0.61.1",
16115 "workspace-hack",
16116]
16117
16118[[package]]
16119name = "terminal_size"
16120version = "0.4.2"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16123dependencies = [
16124 "rustix 1.0.7",
16125 "windows-sys 0.59.0",
16126]
16127
16128[[package]]
16129name = "terminal_view"
16130version = "0.1.0"
16131dependencies = [
16132 "anyhow",
16133 "assistant_slash_command",
16134 "async-recursion",
16135 "breadcrumbs",
16136 "client",
16137 "collections",
16138 "db",
16139 "dirs 4.0.0",
16140 "editor",
16141 "futures 0.3.31",
16142 "gpui",
16143 "itertools 0.14.0",
16144 "language",
16145 "log",
16146 "pretty_assertions",
16147 "project",
16148 "rand 0.9.1",
16149 "regex",
16150 "schemars 1.0.1",
16151 "search",
16152 "serde",
16153 "serde_json",
16154 "settings",
16155 "shellexpand 2.1.2",
16156 "smol",
16157 "task",
16158 "terminal",
16159 "theme",
16160 "ui",
16161 "util",
16162 "workspace",
16163 "workspace-hack",
16164 "zed_actions",
16165]
16166
16167[[package]]
16168name = "text"
16169version = "0.1.0"
16170dependencies = [
16171 "anyhow",
16172 "clock",
16173 "collections",
16174 "ctor",
16175 "gpui",
16176 "http_client",
16177 "log",
16178 "parking_lot",
16179 "postage",
16180 "rand 0.9.1",
16181 "regex",
16182 "rope",
16183 "smallvec",
16184 "sum_tree",
16185 "util",
16186 "workspace-hack",
16187 "zlog",
16188]
16189
16190[[package]]
16191name = "theme"
16192version = "0.1.0"
16193dependencies = [
16194 "anyhow",
16195 "collections",
16196 "derive_more",
16197 "fs",
16198 "futures 0.3.31",
16199 "gpui",
16200 "log",
16201 "palette",
16202 "parking_lot",
16203 "refineable",
16204 "schemars 1.0.1",
16205 "serde",
16206 "serde_json",
16207 "serde_json_lenient",
16208 "settings",
16209 "strum 0.27.1",
16210 "thiserror 2.0.12",
16211 "util",
16212 "uuid",
16213 "workspace-hack",
16214]
16215
16216[[package]]
16217name = "theme_extension"
16218version = "0.1.0"
16219dependencies = [
16220 "anyhow",
16221 "extension",
16222 "fs",
16223 "gpui",
16224 "theme",
16225 "workspace-hack",
16226]
16227
16228[[package]]
16229name = "theme_importer"
16230version = "0.1.0"
16231dependencies = [
16232 "anyhow",
16233 "clap",
16234 "collections",
16235 "gpui",
16236 "indexmap 2.9.0",
16237 "log",
16238 "palette",
16239 "serde",
16240 "serde_json",
16241 "serde_json_lenient",
16242 "simplelog",
16243 "strum 0.27.1",
16244 "theme",
16245 "vscode_theme",
16246 "workspace-hack",
16247]
16248
16249[[package]]
16250name = "theme_selector"
16251version = "0.1.0"
16252dependencies = [
16253 "fs",
16254 "fuzzy",
16255 "gpui",
16256 "log",
16257 "picker",
16258 "serde",
16259 "settings",
16260 "telemetry",
16261 "theme",
16262 "ui",
16263 "util",
16264 "workspace",
16265 "workspace-hack",
16266 "zed_actions",
16267]
16268
16269[[package]]
16270name = "thiserror"
16271version = "1.0.69"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16274dependencies = [
16275 "thiserror-impl 1.0.69",
16276]
16277
16278[[package]]
16279name = "thiserror"
16280version = "2.0.12"
16281source = "registry+https://github.com/rust-lang/crates.io-index"
16282checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16283dependencies = [
16284 "thiserror-impl 2.0.12",
16285]
16286
16287[[package]]
16288name = "thiserror-impl"
16289version = "1.0.69"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16292dependencies = [
16293 "proc-macro2",
16294 "quote",
16295 "syn 2.0.101",
16296]
16297
16298[[package]]
16299name = "thiserror-impl"
16300version = "2.0.12"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16303dependencies = [
16304 "proc-macro2",
16305 "quote",
16306 "syn 2.0.101",
16307]
16308
16309[[package]]
16310name = "thread_local"
16311version = "1.1.8"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16314dependencies = [
16315 "cfg-if",
16316 "once_cell",
16317]
16318
16319[[package]]
16320name = "tiff"
16321version = "0.9.1"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16324dependencies = [
16325 "flate2",
16326 "jpeg-decoder",
16327 "weezl",
16328]
16329
16330[[package]]
16331name = "tiktoken-rs"
16332version = "0.8.0"
16333source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16334dependencies = [
16335 "anyhow",
16336 "base64 0.22.1",
16337 "bstr",
16338 "fancy-regex 0.13.0",
16339 "lazy_static",
16340 "regex",
16341 "rustc-hash 1.1.0",
16342]
16343
16344[[package]]
16345name = "time"
16346version = "0.3.41"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16349dependencies = [
16350 "deranged",
16351 "itoa",
16352 "libc",
16353 "num-conv",
16354 "num_threads",
16355 "powerfmt",
16356 "serde",
16357 "time-core",
16358 "time-macros",
16359]
16360
16361[[package]]
16362name = "time-core"
16363version = "0.1.4"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16366
16367[[package]]
16368name = "time-macros"
16369version = "0.2.22"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16372dependencies = [
16373 "num-conv",
16374 "time-core",
16375]
16376
16377[[package]]
16378name = "time_format"
16379version = "0.1.0"
16380dependencies = [
16381 "core-foundation 0.10.0",
16382 "core-foundation-sys",
16383 "sys-locale",
16384 "time",
16385 "workspace-hack",
16386]
16387
16388[[package]]
16389name = "tiny-keccak"
16390version = "2.0.2"
16391source = "registry+https://github.com/rust-lang/crates.io-index"
16392checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16393dependencies = [
16394 "crunchy",
16395]
16396
16397[[package]]
16398name = "tiny-skia"
16399version = "0.11.4"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16402dependencies = [
16403 "arrayref",
16404 "arrayvec",
16405 "bytemuck",
16406 "cfg-if",
16407 "log",
16408 "png",
16409 "tiny-skia-path",
16410]
16411
16412[[package]]
16413name = "tiny-skia-path"
16414version = "0.11.4"
16415source = "registry+https://github.com/rust-lang/crates.io-index"
16416checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16417dependencies = [
16418 "arrayref",
16419 "bytemuck",
16420 "strict-num",
16421]
16422
16423[[package]]
16424name = "tiny_http"
16425version = "0.8.2"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16428dependencies = [
16429 "ascii",
16430 "chrono",
16431 "chunked_transfer",
16432 "log",
16433 "url",
16434]
16435
16436[[package]]
16437name = "tinystr"
16438version = "0.7.6"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16441dependencies = [
16442 "displaydoc",
16443 "zerovec",
16444]
16445
16446[[package]]
16447name = "tinytemplate"
16448version = "1.2.1"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16451dependencies = [
16452 "serde",
16453 "serde_json",
16454]
16455
16456[[package]]
16457name = "tinyvec"
16458version = "1.9.0"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16461dependencies = [
16462 "tinyvec_macros",
16463]
16464
16465[[package]]
16466name = "tinyvec_macros"
16467version = "0.1.1"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16470
16471[[package]]
16472name = "title_bar"
16473version = "0.1.0"
16474dependencies = [
16475 "anyhow",
16476 "auto_update",
16477 "call",
16478 "chrono",
16479 "client",
16480 "cloud_llm_client",
16481 "collections",
16482 "db",
16483 "gpui",
16484 "http_client",
16485 "notifications",
16486 "pretty_assertions",
16487 "project",
16488 "remote",
16489 "rpc",
16490 "schemars 1.0.1",
16491 "serde",
16492 "settings",
16493 "smallvec",
16494 "story",
16495 "telemetry",
16496 "theme",
16497 "tree-sitter-md",
16498 "ui",
16499 "util",
16500 "windows 0.61.1",
16501 "workspace",
16502 "workspace-hack",
16503 "zed_actions",
16504]
16505
16506[[package]]
16507name = "tokio"
16508version = "1.44.2"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16511dependencies = [
16512 "backtrace",
16513 "bytes 1.10.1",
16514 "libc",
16515 "mio 1.0.3",
16516 "parking_lot",
16517 "pin-project-lite",
16518 "signal-hook-registry",
16519 "socket2",
16520 "tokio-macros",
16521 "windows-sys 0.52.0",
16522]
16523
16524[[package]]
16525name = "tokio-io"
16526version = "0.1.13"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16529dependencies = [
16530 "bytes 0.4.12",
16531 "futures 0.1.31",
16532 "log",
16533]
16534
16535[[package]]
16536name = "tokio-macros"
16537version = "2.5.0"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16540dependencies = [
16541 "proc-macro2",
16542 "quote",
16543 "syn 2.0.101",
16544]
16545
16546[[package]]
16547name = "tokio-native-tls"
16548version = "0.3.1"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16551dependencies = [
16552 "native-tls",
16553 "tokio",
16554]
16555
16556[[package]]
16557name = "tokio-rustls"
16558version = "0.24.1"
16559source = "registry+https://github.com/rust-lang/crates.io-index"
16560checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16561dependencies = [
16562 "rustls 0.21.12",
16563 "tokio",
16564]
16565
16566[[package]]
16567name = "tokio-rustls"
16568version = "0.26.2"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16571dependencies = [
16572 "rustls 0.23.26",
16573 "tokio",
16574]
16575
16576[[package]]
16577name = "tokio-socks"
16578version = "0.5.2"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16581dependencies = [
16582 "either",
16583 "futures-io",
16584 "futures-util",
16585 "thiserror 1.0.69",
16586 "tokio",
16587]
16588
16589[[package]]
16590name = "tokio-stream"
16591version = "0.1.17"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16594dependencies = [
16595 "futures-core",
16596 "pin-project-lite",
16597 "tokio",
16598]
16599
16600[[package]]
16601name = "tokio-tungstenite"
16602version = "0.20.1"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16605dependencies = [
16606 "futures-util",
16607 "log",
16608 "tokio",
16609 "tungstenite 0.20.1",
16610]
16611
16612[[package]]
16613name = "tokio-tungstenite"
16614version = "0.21.0"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16617dependencies = [
16618 "futures-util",
16619 "log",
16620 "tokio",
16621 "tungstenite 0.21.0",
16622]
16623
16624[[package]]
16625name = "tokio-tungstenite"
16626version = "0.26.2"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16629dependencies = [
16630 "futures-util",
16631 "log",
16632 "rustls 0.23.26",
16633 "rustls-pki-types",
16634 "tokio",
16635 "tokio-rustls 0.26.2",
16636 "tungstenite 0.26.2",
16637]
16638
16639[[package]]
16640name = "tokio-util"
16641version = "0.7.14"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16644dependencies = [
16645 "bytes 1.10.1",
16646 "futures-core",
16647 "futures-io",
16648 "futures-sink",
16649 "pin-project-lite",
16650 "tokio",
16651]
16652
16653[[package]]
16654name = "toml"
16655version = "0.5.11"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16658dependencies = [
16659 "serde",
16660]
16661
16662[[package]]
16663name = "toml"
16664version = "0.8.20"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16667dependencies = [
16668 "serde",
16669 "serde_spanned",
16670 "toml_datetime",
16671 "toml_edit",
16672]
16673
16674[[package]]
16675name = "toml_datetime"
16676version = "0.6.9"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16679dependencies = [
16680 "serde",
16681]
16682
16683[[package]]
16684name = "toml_edit"
16685version = "0.22.26"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16688dependencies = [
16689 "indexmap 2.9.0",
16690 "serde",
16691 "serde_spanned",
16692 "toml_datetime",
16693 "toml_write",
16694 "winnow",
16695]
16696
16697[[package]]
16698name = "toml_write"
16699version = "0.1.1"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16702
16703[[package]]
16704name = "toolchain_selector"
16705version = "0.1.0"
16706dependencies = [
16707 "anyhow",
16708 "convert_case 0.8.0",
16709 "editor",
16710 "file_finder",
16711 "futures 0.3.31",
16712 "fuzzy",
16713 "gpui",
16714 "language",
16715 "menu",
16716 "picker",
16717 "project",
16718 "ui",
16719 "util",
16720 "workspace",
16721 "workspace-hack",
16722]
16723
16724[[package]]
16725name = "topological-sort"
16726version = "0.2.2"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16729
16730[[package]]
16731name = "tower"
16732version = "0.4.13"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16735dependencies = [
16736 "futures-core",
16737 "futures-util",
16738 "pin-project",
16739 "pin-project-lite",
16740 "tokio",
16741 "tower-layer",
16742 "tower-service",
16743 "tracing",
16744]
16745
16746[[package]]
16747name = "tower"
16748version = "0.5.2"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16751dependencies = [
16752 "futures-core",
16753 "futures-util",
16754 "pin-project-lite",
16755 "sync_wrapper 1.0.2",
16756 "tokio",
16757 "tower-layer",
16758 "tower-service",
16759]
16760
16761[[package]]
16762name = "tower-http"
16763version = "0.3.5"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16766dependencies = [
16767 "bitflags 1.3.2",
16768 "bytes 1.10.1",
16769 "futures-core",
16770 "futures-util",
16771 "http 0.2.12",
16772 "http-body 0.4.6",
16773 "http-range-header",
16774 "pin-project-lite",
16775 "tower-layer",
16776 "tower-service",
16777]
16778
16779[[package]]
16780name = "tower-http"
16781version = "0.4.4"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16784dependencies = [
16785 "bitflags 2.9.0",
16786 "bytes 1.10.1",
16787 "futures-core",
16788 "futures-util",
16789 "http 0.2.12",
16790 "http-body 0.4.6",
16791 "http-range-header",
16792 "pin-project-lite",
16793 "tower-layer",
16794 "tower-service",
16795 "tracing",
16796]
16797
16798[[package]]
16799name = "tower-layer"
16800version = "0.3.3"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16803
16804[[package]]
16805name = "tower-service"
16806version = "0.3.3"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16809
16810[[package]]
16811name = "tracing"
16812version = "0.1.41"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16815dependencies = [
16816 "log",
16817 "pin-project-lite",
16818 "tracing-attributes",
16819 "tracing-core",
16820]
16821
16822[[package]]
16823name = "tracing-attributes"
16824version = "0.1.28"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16827dependencies = [
16828 "proc-macro2",
16829 "quote",
16830 "syn 2.0.101",
16831]
16832
16833[[package]]
16834name = "tracing-core"
16835version = "0.1.33"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16838dependencies = [
16839 "once_cell",
16840 "valuable",
16841]
16842
16843[[package]]
16844name = "tracing-log"
16845version = "0.2.0"
16846source = "registry+https://github.com/rust-lang/crates.io-index"
16847checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16848dependencies = [
16849 "log",
16850 "once_cell",
16851 "tracing-core",
16852]
16853
16854[[package]]
16855name = "tracing-serde"
16856version = "0.2.0"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16859dependencies = [
16860 "serde",
16861 "tracing-core",
16862]
16863
16864[[package]]
16865name = "tracing-subscriber"
16866version = "0.3.20"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16869dependencies = [
16870 "matchers",
16871 "nu-ansi-term",
16872 "once_cell",
16873 "regex-automata",
16874 "serde",
16875 "serde_json",
16876 "sharded-slab",
16877 "smallvec",
16878 "thread_local",
16879 "tracing",
16880 "tracing-core",
16881 "tracing-log",
16882 "tracing-serde",
16883]
16884
16885[[package]]
16886name = "trait-variant"
16887version = "0.1.2"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16890dependencies = [
16891 "proc-macro2",
16892 "quote",
16893 "syn 2.0.101",
16894]
16895
16896[[package]]
16897name = "transpose"
16898version = "0.2.3"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16901dependencies = [
16902 "num-integer",
16903 "strength_reduce",
16904]
16905
16906[[package]]
16907name = "tree-sitter"
16908version = "0.25.10"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16911dependencies = [
16912 "cc",
16913 "regex",
16914 "regex-syntax",
16915 "serde_json",
16916 "streaming-iterator",
16917 "tree-sitter-language",
16918 "wasmtime-c-api-impl",
16919]
16920
16921[[package]]
16922name = "tree-sitter-bash"
16923version = "0.25.0"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16926dependencies = [
16927 "cc",
16928 "tree-sitter-language",
16929]
16930
16931[[package]]
16932name = "tree-sitter-c"
16933version = "0.23.4"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16936dependencies = [
16937 "cc",
16938 "tree-sitter-language",
16939]
16940
16941[[package]]
16942name = "tree-sitter-cpp"
16943version = "0.23.4"
16944source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16945dependencies = [
16946 "cc",
16947 "tree-sitter-language",
16948]
16949
16950[[package]]
16951name = "tree-sitter-css"
16952version = "0.23.2"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16955dependencies = [
16956 "cc",
16957 "tree-sitter-language",
16958]
16959
16960[[package]]
16961name = "tree-sitter-diff"
16962version = "0.1.0"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16965dependencies = [
16966 "cc",
16967 "tree-sitter-language",
16968]
16969
16970[[package]]
16971name = "tree-sitter-elixir"
16972version = "0.3.4"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16975dependencies = [
16976 "cc",
16977 "tree-sitter-language",
16978]
16979
16980[[package]]
16981name = "tree-sitter-embedded-template"
16982version = "0.23.2"
16983source = "registry+https://github.com/rust-lang/crates.io-index"
16984checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16985dependencies = [
16986 "cc",
16987 "tree-sitter-language",
16988]
16989
16990[[package]]
16991name = "tree-sitter-gitcommit"
16992version = "0.0.1"
16993source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16994dependencies = [
16995 "cc",
16996 "tree-sitter-language",
16997]
16998
16999[[package]]
17000name = "tree-sitter-go"
17001version = "0.23.4"
17002source = "registry+https://github.com/rust-lang/crates.io-index"
17003checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17004dependencies = [
17005 "cc",
17006 "tree-sitter-language",
17007]
17008
17009[[package]]
17010name = "tree-sitter-gomod"
17011version = "1.1.1"
17012source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17013dependencies = [
17014 "cc",
17015 "tree-sitter-language",
17016]
17017
17018[[package]]
17019name = "tree-sitter-gowork"
17020version = "0.0.1"
17021source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17022dependencies = [
17023 "cc",
17024 "tree-sitter-language",
17025]
17026
17027[[package]]
17028name = "tree-sitter-heex"
17029version = "0.0.1"
17030source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17031dependencies = [
17032 "cc",
17033 "tree-sitter-language",
17034]
17035
17036[[package]]
17037name = "tree-sitter-html"
17038version = "0.23.2"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17041dependencies = [
17042 "cc",
17043 "tree-sitter-language",
17044]
17045
17046[[package]]
17047name = "tree-sitter-jsdoc"
17048version = "0.23.2"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17051dependencies = [
17052 "cc",
17053 "tree-sitter-language",
17054]
17055
17056[[package]]
17057name = "tree-sitter-json"
17058version = "0.24.8"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17061dependencies = [
17062 "cc",
17063 "tree-sitter-language",
17064]
17065
17066[[package]]
17067name = "tree-sitter-language"
17068version = "0.1.5"
17069source = "registry+https://github.com/rust-lang/crates.io-index"
17070checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17071
17072[[package]]
17073name = "tree-sitter-md"
17074version = "0.3.2"
17075source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17076dependencies = [
17077 "cc",
17078 "tree-sitter-language",
17079]
17080
17081[[package]]
17082name = "tree-sitter-python"
17083version = "0.25.0"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17086dependencies = [
17087 "cc",
17088 "tree-sitter-language",
17089]
17090
17091[[package]]
17092name = "tree-sitter-regex"
17093version = "0.24.3"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17096dependencies = [
17097 "cc",
17098 "tree-sitter-language",
17099]
17100
17101[[package]]
17102name = "tree-sitter-ruby"
17103version = "0.23.1"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17106dependencies = [
17107 "cc",
17108 "tree-sitter-language",
17109]
17110
17111[[package]]
17112name = "tree-sitter-rust"
17113version = "0.24.0"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17116dependencies = [
17117 "cc",
17118 "tree-sitter-language",
17119]
17120
17121[[package]]
17122name = "tree-sitter-typescript"
17123version = "0.23.2"
17124source = "registry+https://github.com/rust-lang/crates.io-index"
17125checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17126dependencies = [
17127 "cc",
17128 "tree-sitter-language",
17129]
17130
17131[[package]]
17132name = "tree-sitter-yaml"
17133version = "0.6.1"
17134source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17135dependencies = [
17136 "cc",
17137 "tree-sitter-language",
17138]
17139
17140[[package]]
17141name = "try-lock"
17142version = "0.2.5"
17143source = "registry+https://github.com/rust-lang/crates.io-index"
17144checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17145
17146[[package]]
17147name = "ttf-parser"
17148version = "0.20.0"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17151
17152[[package]]
17153name = "ttf-parser"
17154version = "0.21.1"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17157
17158[[package]]
17159name = "ttf-parser"
17160version = "0.25.1"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17163dependencies = [
17164 "core_maths",
17165]
17166
17167[[package]]
17168name = "tungstenite"
17169version = "0.20.1"
17170source = "registry+https://github.com/rust-lang/crates.io-index"
17171checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17172dependencies = [
17173 "byteorder",
17174 "bytes 1.10.1",
17175 "data-encoding",
17176 "http 0.2.12",
17177 "httparse",
17178 "log",
17179 "rand 0.8.5",
17180 "sha1",
17181 "thiserror 1.0.69",
17182 "url",
17183 "utf-8",
17184]
17185
17186[[package]]
17187name = "tungstenite"
17188version = "0.21.0"
17189source = "registry+https://github.com/rust-lang/crates.io-index"
17190checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17191dependencies = [
17192 "byteorder",
17193 "bytes 1.10.1",
17194 "data-encoding",
17195 "http 1.3.1",
17196 "httparse",
17197 "log",
17198 "rand 0.8.5",
17199 "sha1",
17200 "thiserror 1.0.69",
17201 "url",
17202 "utf-8",
17203]
17204
17205[[package]]
17206name = "tungstenite"
17207version = "0.26.2"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17210dependencies = [
17211 "bytes 1.10.1",
17212 "data-encoding",
17213 "http 1.3.1",
17214 "httparse",
17215 "log",
17216 "rand 0.9.1",
17217 "rustls 0.23.26",
17218 "rustls-pki-types",
17219 "sha1",
17220 "thiserror 2.0.12",
17221 "utf-8",
17222]
17223
17224[[package]]
17225name = "typed-path"
17226version = "0.11.0"
17227source = "registry+https://github.com/rust-lang/crates.io-index"
17228checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17229
17230[[package]]
17231name = "typeid"
17232version = "1.0.3"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17235
17236[[package]]
17237name = "typenum"
17238version = "1.18.0"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17241
17242[[package]]
17243name = "ucd-trie"
17244version = "0.1.7"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17247
17248[[package]]
17249name = "uds"
17250version = "0.4.2"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17253dependencies = [
17254 "libc",
17255]
17256
17257[[package]]
17258name = "uds_windows"
17259version = "1.1.0"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17262dependencies = [
17263 "memoffset",
17264 "tempfile",
17265 "winapi",
17266]
17267
17268[[package]]
17269name = "ug"
17270version = "0.4.0"
17271source = "registry+https://github.com/rust-lang/crates.io-index"
17272checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17273dependencies = [
17274 "gemm 0.18.2",
17275 "half",
17276 "libloading",
17277 "memmap2",
17278 "num",
17279 "num-traits",
17280 "num_cpus",
17281 "rayon",
17282 "safetensors",
17283 "serde",
17284 "thiserror 1.0.69",
17285 "tracing",
17286 "yoke",
17287]
17288
17289[[package]]
17290name = "ui"
17291version = "0.1.0"
17292dependencies = [
17293 "chrono",
17294 "component",
17295 "documented",
17296 "gpui",
17297 "gpui_macros",
17298 "icons",
17299 "itertools 0.14.0",
17300 "menu",
17301 "schemars 1.0.1",
17302 "serde",
17303 "settings",
17304 "smallvec",
17305 "story",
17306 "strum 0.27.1",
17307 "theme",
17308 "ui_macros",
17309 "util",
17310 "windows 0.61.1",
17311 "workspace-hack",
17312]
17313
17314[[package]]
17315name = "ui_input"
17316version = "0.1.0"
17317dependencies = [
17318 "component",
17319 "editor",
17320 "gpui",
17321 "settings",
17322 "theme",
17323 "ui",
17324 "workspace-hack",
17325]
17326
17327[[package]]
17328name = "ui_macros"
17329version = "0.1.0"
17330dependencies = [
17331 "component",
17332 "quote",
17333 "syn 2.0.101",
17334 "ui",
17335 "workspace-hack",
17336]
17337
17338[[package]]
17339name = "ui_prompt"
17340version = "0.1.0"
17341dependencies = [
17342 "gpui",
17343 "markdown",
17344 "menu",
17345 "settings",
17346 "theme",
17347 "ui",
17348 "workspace",
17349 "workspace-hack",
17350]
17351
17352[[package]]
17353name = "unicase"
17354version = "2.8.1"
17355source = "registry+https://github.com/rust-lang/crates.io-index"
17356checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17357
17358[[package]]
17359name = "unicode-bidi"
17360version = "0.3.18"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17363
17364[[package]]
17365name = "unicode-bidi-mirroring"
17366version = "0.2.0"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17369
17370[[package]]
17371name = "unicode-bidi-mirroring"
17372version = "0.4.0"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17375
17376[[package]]
17377name = "unicode-ccc"
17378version = "0.2.0"
17379source = "registry+https://github.com/rust-lang/crates.io-index"
17380checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17381
17382[[package]]
17383name = "unicode-ccc"
17384version = "0.4.0"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17387
17388[[package]]
17389name = "unicode-ident"
17390version = "1.0.18"
17391source = "registry+https://github.com/rust-lang/crates.io-index"
17392checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17393
17394[[package]]
17395name = "unicode-linebreak"
17396version = "0.1.5"
17397source = "registry+https://github.com/rust-lang/crates.io-index"
17398checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17399
17400[[package]]
17401name = "unicode-normalization"
17402version = "0.1.24"
17403source = "registry+https://github.com/rust-lang/crates.io-index"
17404checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17405dependencies = [
17406 "tinyvec",
17407]
17408
17409[[package]]
17410name = "unicode-properties"
17411version = "0.1.3"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17414
17415[[package]]
17416name = "unicode-script"
17417version = "0.5.7"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17420
17421[[package]]
17422name = "unicode-segmentation"
17423version = "1.12.0"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17426
17427[[package]]
17428name = "unicode-vo"
17429version = "0.1.0"
17430source = "registry+https://github.com/rust-lang/crates.io-index"
17431checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17432
17433[[package]]
17434name = "unicode-width"
17435version = "0.1.14"
17436source = "registry+https://github.com/rust-lang/crates.io-index"
17437checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
17438
17439[[package]]
17440name = "unicode-width"
17441version = "0.2.0"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17444
17445[[package]]
17446name = "unicode-xid"
17447version = "0.2.6"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17450
17451[[package]]
17452name = "unicode_categories"
17453version = "0.1.1"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17456
17457[[package]]
17458name = "unindent"
17459version = "0.2.4"
17460source = "registry+https://github.com/rust-lang/crates.io-index"
17461checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17462
17463[[package]]
17464name = "untrusted"
17465version = "0.9.0"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17468
17469[[package]]
17470name = "url"
17471version = "2.5.4"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17474dependencies = [
17475 "form_urlencoded",
17476 "idna",
17477 "percent-encoding",
17478 "serde",
17479]
17480
17481[[package]]
17482name = "urlencoding"
17483version = "2.1.3"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17486
17487[[package]]
17488name = "usvg"
17489version = "0.45.1"
17490source = "registry+https://github.com/rust-lang/crates.io-index"
17491checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17492dependencies = [
17493 "base64 0.22.1",
17494 "data-url",
17495 "flate2",
17496 "fontdb 0.23.0",
17497 "imagesize",
17498 "kurbo",
17499 "log",
17500 "pico-args",
17501 "roxmltree",
17502 "rustybuzz 0.20.1",
17503 "simplecss",
17504 "siphasher",
17505 "strict-num",
17506 "svgtypes",
17507 "tiny-skia-path",
17508 "unicode-bidi",
17509 "unicode-script",
17510 "unicode-vo",
17511 "xmlwriter",
17512]
17513
17514[[package]]
17515name = "utf-8"
17516version = "0.7.6"
17517source = "registry+https://github.com/rust-lang/crates.io-index"
17518checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17519
17520[[package]]
17521name = "utf16_iter"
17522version = "1.0.5"
17523source = "registry+https://github.com/rust-lang/crates.io-index"
17524checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17525
17526[[package]]
17527name = "utf8_iter"
17528version = "1.0.4"
17529source = "registry+https://github.com/rust-lang/crates.io-index"
17530checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17531
17532[[package]]
17533name = "utf8parse"
17534version = "0.2.2"
17535source = "registry+https://github.com/rust-lang/crates.io-index"
17536checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17537
17538[[package]]
17539name = "util"
17540version = "0.1.0"
17541dependencies = [
17542 "anyhow",
17543 "async-fs",
17544 "async_zip",
17545 "collections",
17546 "command-fds",
17547 "dirs 4.0.0",
17548 "dunce",
17549 "futures 0.3.31",
17550 "futures-lite 1.13.0",
17551 "git2",
17552 "globset",
17553 "indoc",
17554 "itertools 0.14.0",
17555 "libc",
17556 "log",
17557 "nix 0.29.0",
17558 "pretty_assertions",
17559 "rand 0.9.1",
17560 "regex",
17561 "rust-embed",
17562 "schemars 1.0.1",
17563 "serde",
17564 "serde_json",
17565 "serde_json_lenient",
17566 "shlex",
17567 "smol",
17568 "take-until",
17569 "tempfile",
17570 "tendril",
17571 "unicase",
17572 "util_macros",
17573 "walkdir",
17574 "workspace-hack",
17575]
17576
17577[[package]]
17578name = "util_macros"
17579version = "0.1.0"
17580dependencies = [
17581 "perf",
17582 "quote",
17583 "syn 2.0.101",
17584 "workspace-hack",
17585]
17586
17587[[package]]
17588name = "uuid"
17589version = "1.16.0"
17590source = "registry+https://github.com/rust-lang/crates.io-index"
17591checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17592dependencies = [
17593 "getrandom 0.3.2",
17594 "serde",
17595 "sha1_smol",
17596]
17597
17598[[package]]
17599name = "uuid-simd"
17600version = "0.8.0"
17601source = "registry+https://github.com/rust-lang/crates.io-index"
17602checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17603dependencies = [
17604 "outref",
17605 "uuid",
17606 "vsimd",
17607]
17608
17609[[package]]
17610name = "v_frame"
17611version = "0.3.8"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17614dependencies = [
17615 "aligned-vec",
17616 "num-traits",
17617 "wasm-bindgen",
17618]
17619
17620[[package]]
17621name = "valuable"
17622version = "0.1.1"
17623source = "registry+https://github.com/rust-lang/crates.io-index"
17624checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17625
17626[[package]]
17627name = "value-bag"
17628version = "1.11.1"
17629source = "registry+https://github.com/rust-lang/crates.io-index"
17630checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17631dependencies = [
17632 "value-bag-serde1",
17633 "value-bag-sval2",
17634]
17635
17636[[package]]
17637name = "value-bag-serde1"
17638version = "1.11.1"
17639source = "registry+https://github.com/rust-lang/crates.io-index"
17640checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17641dependencies = [
17642 "erased-serde",
17643 "serde",
17644 "serde_fmt",
17645]
17646
17647[[package]]
17648name = "value-bag-sval2"
17649version = "1.11.1"
17650source = "registry+https://github.com/rust-lang/crates.io-index"
17651checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17652dependencies = [
17653 "sval",
17654 "sval_buffer",
17655 "sval_dynamic",
17656 "sval_fmt",
17657 "sval_json",
17658 "sval_ref",
17659 "sval_serde",
17660]
17661
17662[[package]]
17663name = "vcpkg"
17664version = "0.2.15"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17667
17668[[package]]
17669name = "vercel"
17670version = "0.1.0"
17671dependencies = [
17672 "anyhow",
17673 "schemars 1.0.1",
17674 "serde",
17675 "strum 0.27.1",
17676 "workspace-hack",
17677]
17678
17679[[package]]
17680name = "version-compare"
17681version = "0.2.0"
17682source = "registry+https://github.com/rust-lang/crates.io-index"
17683checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17684
17685[[package]]
17686name = "version_check"
17687version = "0.9.5"
17688source = "registry+https://github.com/rust-lang/crates.io-index"
17689checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17690
17691[[package]]
17692name = "vim"
17693version = "0.1.0"
17694dependencies = [
17695 "anyhow",
17696 "assets",
17697 "async-compat",
17698 "async-trait",
17699 "collections",
17700 "command_palette",
17701 "command_palette_hooks",
17702 "db",
17703 "editor",
17704 "env_logger 0.11.8",
17705 "futures 0.3.31",
17706 "git_ui",
17707 "gpui",
17708 "indoc",
17709 "itertools 0.14.0",
17710 "language",
17711 "log",
17712 "lsp",
17713 "menu",
17714 "multi_buffer",
17715 "nvim-rs",
17716 "parking_lot",
17717 "perf",
17718 "picker",
17719 "project",
17720 "project_panel",
17721 "regex",
17722 "release_channel",
17723 "schemars 1.0.1",
17724 "search",
17725 "serde",
17726 "serde_json",
17727 "settings",
17728 "task",
17729 "text",
17730 "theme",
17731 "tokio",
17732 "ui",
17733 "util",
17734 "util_macros",
17735 "vim_mode_setting",
17736 "workspace",
17737 "workspace-hack",
17738 "zed_actions",
17739]
17740
17741[[package]]
17742name = "vim_mode_setting"
17743version = "0.1.0"
17744dependencies = [
17745 "gpui",
17746 "settings",
17747 "workspace-hack",
17748]
17749
17750[[package]]
17751name = "vscode_theme"
17752version = "0.2.0"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17755dependencies = [
17756 "serde",
17757]
17758
17759[[package]]
17760name = "vsimd"
17761version = "0.8.0"
17762source = "registry+https://github.com/rust-lang/crates.io-index"
17763checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17764
17765[[package]]
17766name = "vswhom"
17767version = "0.1.0"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17770dependencies = [
17771 "libc",
17772 "vswhom-sys",
17773]
17774
17775[[package]]
17776name = "vswhom-sys"
17777version = "0.1.3"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17780dependencies = [
17781 "cc",
17782 "libc",
17783]
17784
17785[[package]]
17786name = "vte"
17787version = "0.15.0"
17788source = "registry+https://github.com/rust-lang/crates.io-index"
17789checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17790dependencies = [
17791 "arrayvec",
17792 "bitflags 2.9.0",
17793 "cursor-icon",
17794 "log",
17795 "memchr",
17796 "serde",
17797]
17798
17799[[package]]
17800name = "waker-fn"
17801version = "1.2.0"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17804
17805[[package]]
17806name = "walkdir"
17807version = "2.5.0"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17810dependencies = [
17811 "same-file",
17812 "winapi-util",
17813]
17814
17815[[package]]
17816name = "want"
17817version = "0.3.1"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17820dependencies = [
17821 "try-lock",
17822]
17823
17824[[package]]
17825name = "warp"
17826version = "0.3.7"
17827source = "registry+https://github.com/rust-lang/crates.io-index"
17828checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17829dependencies = [
17830 "bytes 1.10.1",
17831 "futures-channel",
17832 "futures-util",
17833 "headers",
17834 "http 0.2.12",
17835 "hyper 0.14.32",
17836 "log",
17837 "mime",
17838 "mime_guess",
17839 "percent-encoding",
17840 "pin-project",
17841 "scoped-tls",
17842 "serde",
17843 "serde_json",
17844 "serde_urlencoded",
17845 "tokio",
17846 "tokio-tungstenite 0.21.0",
17847 "tokio-util",
17848 "tower-service",
17849 "tracing",
17850]
17851
17852[[package]]
17853name = "wasi"
17854version = "0.11.0+wasi-snapshot-preview1"
17855source = "registry+https://github.com/rust-lang/crates.io-index"
17856checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17857
17858[[package]]
17859name = "wasi"
17860version = "0.14.2+wasi-0.2.4"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17863dependencies = [
17864 "wit-bindgen-rt 0.39.0",
17865]
17866
17867[[package]]
17868name = "wasite"
17869version = "0.1.0"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17872
17873[[package]]
17874name = "wasm-bindgen"
17875version = "0.2.100"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17878dependencies = [
17879 "cfg-if",
17880 "once_cell",
17881 "rustversion",
17882 "wasm-bindgen-macro",
17883]
17884
17885[[package]]
17886name = "wasm-bindgen-backend"
17887version = "0.2.100"
17888source = "registry+https://github.com/rust-lang/crates.io-index"
17889checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17890dependencies = [
17891 "bumpalo",
17892 "log",
17893 "proc-macro2",
17894 "quote",
17895 "syn 2.0.101",
17896 "wasm-bindgen-shared",
17897]
17898
17899[[package]]
17900name = "wasm-bindgen-futures"
17901version = "0.4.50"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17904dependencies = [
17905 "cfg-if",
17906 "js-sys",
17907 "once_cell",
17908 "wasm-bindgen",
17909 "web-sys",
17910]
17911
17912[[package]]
17913name = "wasm-bindgen-macro"
17914version = "0.2.100"
17915source = "registry+https://github.com/rust-lang/crates.io-index"
17916checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17917dependencies = [
17918 "quote",
17919 "wasm-bindgen-macro-support",
17920]
17921
17922[[package]]
17923name = "wasm-bindgen-macro-support"
17924version = "0.2.100"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17927dependencies = [
17928 "proc-macro2",
17929 "quote",
17930 "syn 2.0.101",
17931 "wasm-bindgen-backend",
17932 "wasm-bindgen-shared",
17933]
17934
17935[[package]]
17936name = "wasm-bindgen-shared"
17937version = "0.2.100"
17938source = "registry+https://github.com/rust-lang/crates.io-index"
17939checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17940dependencies = [
17941 "unicode-ident",
17942]
17943
17944[[package]]
17945name = "wasm-encoder"
17946version = "0.201.0"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17949dependencies = [
17950 "leb128",
17951]
17952
17953[[package]]
17954name = "wasm-encoder"
17955version = "0.221.3"
17956source = "registry+https://github.com/rust-lang/crates.io-index"
17957checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17958dependencies = [
17959 "leb128",
17960 "wasmparser 0.221.3",
17961]
17962
17963[[package]]
17964name = "wasm-encoder"
17965version = "0.227.1"
17966source = "registry+https://github.com/rust-lang/crates.io-index"
17967checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17968dependencies = [
17969 "leb128fmt",
17970 "wasmparser 0.227.1",
17971]
17972
17973[[package]]
17974name = "wasm-metadata"
17975version = "0.201.0"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17978dependencies = [
17979 "anyhow",
17980 "indexmap 2.9.0",
17981 "serde",
17982 "serde_derive",
17983 "serde_json",
17984 "spdx",
17985 "wasm-encoder 0.201.0",
17986 "wasmparser 0.201.0",
17987]
17988
17989[[package]]
17990name = "wasm-metadata"
17991version = "0.227.1"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17994dependencies = [
17995 "anyhow",
17996 "auditable-serde",
17997 "flate2",
17998 "indexmap 2.9.0",
17999 "serde",
18000 "serde_derive",
18001 "serde_json",
18002 "spdx",
18003 "url",
18004 "wasm-encoder 0.227.1",
18005 "wasmparser 0.227.1",
18006]
18007
18008[[package]]
18009name = "wasm-streams"
18010version = "0.4.2"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18013dependencies = [
18014 "futures-util",
18015 "js-sys",
18016 "wasm-bindgen",
18017 "wasm-bindgen-futures",
18018 "web-sys",
18019]
18020
18021[[package]]
18022name = "wasmparser"
18023version = "0.201.0"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18026dependencies = [
18027 "bitflags 2.9.0",
18028 "indexmap 2.9.0",
18029 "semver",
18030]
18031
18032[[package]]
18033name = "wasmparser"
18034version = "0.221.3"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18037dependencies = [
18038 "bitflags 2.9.0",
18039 "hashbrown 0.15.3",
18040 "indexmap 2.9.0",
18041 "semver",
18042 "serde",
18043]
18044
18045[[package]]
18046name = "wasmparser"
18047version = "0.227.1"
18048source = "registry+https://github.com/rust-lang/crates.io-index"
18049checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18050dependencies = [
18051 "bitflags 2.9.0",
18052 "hashbrown 0.15.3",
18053 "indexmap 2.9.0",
18054 "semver",
18055]
18056
18057[[package]]
18058name = "wasmprinter"
18059version = "0.221.3"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18062dependencies = [
18063 "anyhow",
18064 "termcolor",
18065 "wasmparser 0.221.3",
18066]
18067
18068[[package]]
18069name = "wasmtime"
18070version = "29.0.1"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18073dependencies = [
18074 "anyhow",
18075 "async-trait",
18076 "bitflags 2.9.0",
18077 "bumpalo",
18078 "cc",
18079 "cfg-if",
18080 "encoding_rs",
18081 "hashbrown 0.14.5",
18082 "indexmap 2.9.0",
18083 "libc",
18084 "log",
18085 "mach2 0.4.2",
18086 "memfd",
18087 "object",
18088 "once_cell",
18089 "paste",
18090 "postcard",
18091 "psm",
18092 "pulley-interpreter",
18093 "rayon",
18094 "rustix 0.38.44",
18095 "semver",
18096 "serde",
18097 "serde_derive",
18098 "smallvec",
18099 "sptr",
18100 "target-lexicon 0.13.2",
18101 "trait-variant",
18102 "wasmparser 0.221.3",
18103 "wasmtime-asm-macros",
18104 "wasmtime-component-macro",
18105 "wasmtime-component-util",
18106 "wasmtime-cranelift",
18107 "wasmtime-environ",
18108 "wasmtime-fiber",
18109 "wasmtime-jit-icache-coherence",
18110 "wasmtime-math",
18111 "wasmtime-slab",
18112 "wasmtime-versioned-export-macros",
18113 "wasmtime-winch",
18114 "windows-sys 0.59.0",
18115]
18116
18117[[package]]
18118name = "wasmtime-asm-macros"
18119version = "29.0.1"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18122dependencies = [
18123 "cfg-if",
18124]
18125
18126[[package]]
18127name = "wasmtime-c-api-impl"
18128version = "29.0.1"
18129source = "registry+https://github.com/rust-lang/crates.io-index"
18130checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18131dependencies = [
18132 "anyhow",
18133 "log",
18134 "tracing",
18135 "wasmtime",
18136 "wasmtime-c-api-macros",
18137]
18138
18139[[package]]
18140name = "wasmtime-c-api-macros"
18141version = "29.0.1"
18142source = "registry+https://github.com/rust-lang/crates.io-index"
18143checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18144dependencies = [
18145 "proc-macro2",
18146 "quote",
18147]
18148
18149[[package]]
18150name = "wasmtime-component-macro"
18151version = "29.0.1"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18154dependencies = [
18155 "anyhow",
18156 "proc-macro2",
18157 "quote",
18158 "syn 2.0.101",
18159 "wasmtime-component-util",
18160 "wasmtime-wit-bindgen",
18161 "wit-parser 0.221.3",
18162]
18163
18164[[package]]
18165name = "wasmtime-component-util"
18166version = "29.0.1"
18167source = "registry+https://github.com/rust-lang/crates.io-index"
18168checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18169
18170[[package]]
18171name = "wasmtime-cranelift"
18172version = "29.0.1"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18175dependencies = [
18176 "anyhow",
18177 "cfg-if",
18178 "cranelift-codegen",
18179 "cranelift-control",
18180 "cranelift-entity",
18181 "cranelift-frontend",
18182 "cranelift-native",
18183 "gimli",
18184 "itertools 0.12.1",
18185 "log",
18186 "object",
18187 "smallvec",
18188 "target-lexicon 0.13.2",
18189 "thiserror 1.0.69",
18190 "wasmparser 0.221.3",
18191 "wasmtime-environ",
18192 "wasmtime-versioned-export-macros",
18193]
18194
18195[[package]]
18196name = "wasmtime-environ"
18197version = "29.0.1"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18200dependencies = [
18201 "anyhow",
18202 "cpp_demangle",
18203 "cranelift-bitset",
18204 "cranelift-entity",
18205 "gimli",
18206 "indexmap 2.9.0",
18207 "log",
18208 "object",
18209 "postcard",
18210 "rustc-demangle",
18211 "semver",
18212 "serde",
18213 "serde_derive",
18214 "smallvec",
18215 "target-lexicon 0.13.2",
18216 "wasm-encoder 0.221.3",
18217 "wasmparser 0.221.3",
18218 "wasmprinter",
18219 "wasmtime-component-util",
18220]
18221
18222[[package]]
18223name = "wasmtime-fiber"
18224version = "29.0.1"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18227dependencies = [
18228 "anyhow",
18229 "cc",
18230 "cfg-if",
18231 "rustix 0.38.44",
18232 "wasmtime-asm-macros",
18233 "wasmtime-versioned-export-macros",
18234 "windows-sys 0.59.0",
18235]
18236
18237[[package]]
18238name = "wasmtime-jit-icache-coherence"
18239version = "29.0.1"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18242dependencies = [
18243 "anyhow",
18244 "cfg-if",
18245 "libc",
18246 "windows-sys 0.59.0",
18247]
18248
18249[[package]]
18250name = "wasmtime-math"
18251version = "29.0.1"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18254dependencies = [
18255 "libm",
18256]
18257
18258[[package]]
18259name = "wasmtime-slab"
18260version = "29.0.1"
18261source = "registry+https://github.com/rust-lang/crates.io-index"
18262checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18263
18264[[package]]
18265name = "wasmtime-versioned-export-macros"
18266version = "29.0.1"
18267source = "registry+https://github.com/rust-lang/crates.io-index"
18268checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18269dependencies = [
18270 "proc-macro2",
18271 "quote",
18272 "syn 2.0.101",
18273]
18274
18275[[package]]
18276name = "wasmtime-wasi"
18277version = "29.0.1"
18278source = "registry+https://github.com/rust-lang/crates.io-index"
18279checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18280dependencies = [
18281 "anyhow",
18282 "async-trait",
18283 "bitflags 2.9.0",
18284 "bytes 1.10.1",
18285 "cap-fs-ext",
18286 "cap-net-ext",
18287 "cap-rand",
18288 "cap-std",
18289 "cap-time-ext",
18290 "fs-set-times",
18291 "futures 0.3.31",
18292 "io-extras",
18293 "io-lifetimes",
18294 "rustix 0.38.44",
18295 "system-interface",
18296 "thiserror 1.0.69",
18297 "tokio",
18298 "tracing",
18299 "trait-variant",
18300 "url",
18301 "wasmtime",
18302 "wiggle",
18303 "windows-sys 0.59.0",
18304]
18305
18306[[package]]
18307name = "wasmtime-winch"
18308version = "29.0.1"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18311dependencies = [
18312 "anyhow",
18313 "cranelift-codegen",
18314 "gimli",
18315 "object",
18316 "target-lexicon 0.13.2",
18317 "wasmparser 0.221.3",
18318 "wasmtime-cranelift",
18319 "wasmtime-environ",
18320 "winch-codegen",
18321]
18322
18323[[package]]
18324name = "wasmtime-wit-bindgen"
18325version = "29.0.1"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18328dependencies = [
18329 "anyhow",
18330 "heck 0.5.0",
18331 "indexmap 2.9.0",
18332 "wit-parser 0.221.3",
18333]
18334
18335[[package]]
18336name = "wast"
18337version = "35.0.2"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18340dependencies = [
18341 "leb128",
18342]
18343
18344[[package]]
18345name = "watch"
18346version = "0.1.0"
18347dependencies = [
18348 "ctor",
18349 "futures 0.3.31",
18350 "gpui",
18351 "parking_lot",
18352 "rand 0.9.1",
18353 "workspace-hack",
18354 "zlog",
18355]
18356
18357[[package]]
18358name = "wayland-backend"
18359version = "0.3.8"
18360source = "registry+https://github.com/rust-lang/crates.io-index"
18361checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18362dependencies = [
18363 "cc",
18364 "downcast-rs",
18365 "rustix 0.38.44",
18366 "scoped-tls",
18367 "smallvec",
18368 "wayland-sys",
18369]
18370
18371[[package]]
18372name = "wayland-client"
18373version = "0.31.8"
18374source = "registry+https://github.com/rust-lang/crates.io-index"
18375checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18376dependencies = [
18377 "bitflags 2.9.0",
18378 "rustix 0.38.44",
18379 "wayland-backend",
18380 "wayland-scanner",
18381]
18382
18383[[package]]
18384name = "wayland-cursor"
18385version = "0.31.8"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18388dependencies = [
18389 "rustix 0.38.44",
18390 "wayland-client",
18391 "xcursor",
18392]
18393
18394[[package]]
18395name = "wayland-protocols"
18396version = "0.31.2"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18399dependencies = [
18400 "bitflags 2.9.0",
18401 "wayland-backend",
18402 "wayland-client",
18403 "wayland-scanner",
18404]
18405
18406[[package]]
18407name = "wayland-protocols-plasma"
18408version = "0.2.0"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18411dependencies = [
18412 "bitflags 2.9.0",
18413 "wayland-backend",
18414 "wayland-client",
18415 "wayland-protocols",
18416 "wayland-scanner",
18417]
18418
18419[[package]]
18420name = "wayland-scanner"
18421version = "0.31.6"
18422source = "registry+https://github.com/rust-lang/crates.io-index"
18423checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18424dependencies = [
18425 "proc-macro2",
18426 "quick-xml 0.37.4",
18427 "quote",
18428]
18429
18430[[package]]
18431name = "wayland-sys"
18432version = "0.31.6"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18435dependencies = [
18436 "dlib",
18437 "log",
18438 "once_cell",
18439 "pkg-config",
18440]
18441
18442[[package]]
18443name = "web-sys"
18444version = "0.3.77"
18445source = "registry+https://github.com/rust-lang/crates.io-index"
18446checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18447dependencies = [
18448 "js-sys",
18449 "wasm-bindgen",
18450]
18451
18452[[package]]
18453name = "web-time"
18454version = "1.1.0"
18455source = "registry+https://github.com/rust-lang/crates.io-index"
18456checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18457dependencies = [
18458 "js-sys",
18459 "wasm-bindgen",
18460]
18461
18462[[package]]
18463name = "web_atoms"
18464version = "0.1.0"
18465source = "registry+https://github.com/rust-lang/crates.io-index"
18466checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18467dependencies = [
18468 "phf",
18469 "phf_codegen",
18470 "string_cache",
18471 "string_cache_codegen",
18472]
18473
18474[[package]]
18475name = "web_search"
18476version = "0.1.0"
18477dependencies = [
18478 "anyhow",
18479 "cloud_llm_client",
18480 "collections",
18481 "gpui",
18482 "serde",
18483 "workspace-hack",
18484]
18485
18486[[package]]
18487name = "web_search_providers"
18488version = "0.1.0"
18489dependencies = [
18490 "anyhow",
18491 "client",
18492 "cloud_llm_client",
18493 "futures 0.3.31",
18494 "gpui",
18495 "http_client",
18496 "language_model",
18497 "serde",
18498 "serde_json",
18499 "web_search",
18500 "workspace-hack",
18501]
18502
18503[[package]]
18504name = "webpki-root-certs"
18505version = "0.26.8"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18508dependencies = [
18509 "rustls-pki-types",
18510]
18511
18512[[package]]
18513name = "webpki-roots"
18514version = "0.26.8"
18515source = "registry+https://github.com/rust-lang/crates.io-index"
18516checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18517dependencies = [
18518 "rustls-pki-types",
18519]
18520
18521[[package]]
18522name = "webrtc-sys"
18523version = "0.3.7"
18524source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18525dependencies = [
18526 "cc",
18527 "cxx",
18528 "cxx-build",
18529 "glob",
18530 "log",
18531 "webrtc-sys-build",
18532]
18533
18534[[package]]
18535name = "webrtc-sys-build"
18536version = "0.3.6"
18537source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18538dependencies = [
18539 "fs2",
18540 "regex",
18541 "reqwest 0.11.27",
18542 "scratch",
18543 "semver",
18544 "zip 0.6.6",
18545]
18546
18547[[package]]
18548name = "weezl"
18549version = "0.1.8"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18552
18553[[package]]
18554name = "which"
18555version = "4.4.2"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18558dependencies = [
18559 "either",
18560 "home",
18561 "once_cell",
18562 "rustix 0.38.44",
18563]
18564
18565[[package]]
18566name = "which"
18567version = "6.0.3"
18568source = "registry+https://github.com/rust-lang/crates.io-index"
18569checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18570dependencies = [
18571 "either",
18572 "home",
18573 "rustix 0.38.44",
18574 "winsafe",
18575]
18576
18577[[package]]
18578name = "whoami"
18579version = "1.6.0"
18580source = "registry+https://github.com/rust-lang/crates.io-index"
18581checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18582dependencies = [
18583 "redox_syscall 0.5.11",
18584 "wasite",
18585]
18586
18587[[package]]
18588name = "wiggle"
18589version = "29.0.1"
18590source = "registry+https://github.com/rust-lang/crates.io-index"
18591checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18592dependencies = [
18593 "anyhow",
18594 "async-trait",
18595 "bitflags 2.9.0",
18596 "thiserror 1.0.69",
18597 "tracing",
18598 "wasmtime",
18599 "wiggle-macro",
18600]
18601
18602[[package]]
18603name = "wiggle-generate"
18604version = "29.0.1"
18605source = "registry+https://github.com/rust-lang/crates.io-index"
18606checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18607dependencies = [
18608 "anyhow",
18609 "heck 0.5.0",
18610 "proc-macro2",
18611 "quote",
18612 "shellexpand 2.1.2",
18613 "syn 2.0.101",
18614 "witx",
18615]
18616
18617[[package]]
18618name = "wiggle-macro"
18619version = "29.0.1"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18622dependencies = [
18623 "proc-macro2",
18624 "quote",
18625 "syn 2.0.101",
18626 "wiggle-generate",
18627]
18628
18629[[package]]
18630name = "winapi"
18631version = "0.3.9"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18634dependencies = [
18635 "winapi-i686-pc-windows-gnu",
18636 "winapi-x86_64-pc-windows-gnu",
18637]
18638
18639[[package]]
18640name = "winapi-i686-pc-windows-gnu"
18641version = "0.4.0"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18644
18645[[package]]
18646name = "winapi-util"
18647version = "0.1.9"
18648source = "registry+https://github.com/rust-lang/crates.io-index"
18649checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18650dependencies = [
18651 "windows-sys 0.59.0",
18652]
18653
18654[[package]]
18655name = "winapi-x86_64-pc-windows-gnu"
18656version = "0.4.0"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18659
18660[[package]]
18661name = "winch-codegen"
18662version = "29.0.1"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18665dependencies = [
18666 "anyhow",
18667 "cranelift-codegen",
18668 "gimli",
18669 "regalloc2",
18670 "smallvec",
18671 "target-lexicon 0.13.2",
18672 "thiserror 1.0.69",
18673 "wasmparser 0.221.3",
18674 "wasmtime-cranelift",
18675 "wasmtime-environ",
18676]
18677
18678[[package]]
18679name = "windows"
18680version = "0.54.0"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18683dependencies = [
18684 "windows-core 0.54.0",
18685 "windows-targets 0.52.6",
18686]
18687
18688[[package]]
18689name = "windows"
18690version = "0.57.0"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18693dependencies = [
18694 "windows-core 0.57.0",
18695 "windows-targets 0.52.6",
18696]
18697
18698[[package]]
18699name = "windows"
18700version = "0.58.0"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18703dependencies = [
18704 "windows-core 0.58.0",
18705 "windows-targets 0.52.6",
18706]
18707
18708[[package]]
18709name = "windows"
18710version = "0.61.1"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18713dependencies = [
18714 "windows-collections",
18715 "windows-core 0.61.0",
18716 "windows-future",
18717 "windows-link 0.1.1",
18718 "windows-numerics",
18719]
18720
18721[[package]]
18722name = "windows-capture"
18723version = "1.4.3"
18724source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18725dependencies = [
18726 "clap",
18727 "ctrlc",
18728 "parking_lot",
18729 "rayon",
18730 "thiserror 2.0.12",
18731 "windows 0.61.1",
18732 "windows-future",
18733]
18734
18735[[package]]
18736name = "windows-collections"
18737version = "0.2.0"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18740dependencies = [
18741 "windows-core 0.61.0",
18742]
18743
18744[[package]]
18745name = "windows-core"
18746version = "0.54.0"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18749dependencies = [
18750 "windows-result 0.1.2",
18751 "windows-targets 0.52.6",
18752]
18753
18754[[package]]
18755name = "windows-core"
18756version = "0.57.0"
18757source = "registry+https://github.com/rust-lang/crates.io-index"
18758checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18759dependencies = [
18760 "windows-implement 0.57.0",
18761 "windows-interface 0.57.0",
18762 "windows-result 0.1.2",
18763 "windows-targets 0.52.6",
18764]
18765
18766[[package]]
18767name = "windows-core"
18768version = "0.58.0"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18771dependencies = [
18772 "windows-implement 0.58.0",
18773 "windows-interface 0.58.0",
18774 "windows-result 0.2.0",
18775 "windows-strings 0.1.0",
18776 "windows-targets 0.52.6",
18777]
18778
18779[[package]]
18780name = "windows-core"
18781version = "0.61.0"
18782source = "registry+https://github.com/rust-lang/crates.io-index"
18783checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18784dependencies = [
18785 "windows-implement 0.60.0",
18786 "windows-interface 0.59.1",
18787 "windows-link 0.1.1",
18788 "windows-result 0.3.2",
18789 "windows-strings 0.4.0",
18790]
18791
18792[[package]]
18793name = "windows-future"
18794version = "0.2.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18797dependencies = [
18798 "windows-core 0.61.0",
18799 "windows-link 0.1.1",
18800]
18801
18802[[package]]
18803name = "windows-implement"
18804version = "0.57.0"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18807dependencies = [
18808 "proc-macro2",
18809 "quote",
18810 "syn 2.0.101",
18811]
18812
18813[[package]]
18814name = "windows-implement"
18815version = "0.58.0"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18818dependencies = [
18819 "proc-macro2",
18820 "quote",
18821 "syn 2.0.101",
18822]
18823
18824[[package]]
18825name = "windows-implement"
18826version = "0.60.0"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18829dependencies = [
18830 "proc-macro2",
18831 "quote",
18832 "syn 2.0.101",
18833]
18834
18835[[package]]
18836name = "windows-interface"
18837version = "0.57.0"
18838source = "registry+https://github.com/rust-lang/crates.io-index"
18839checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18840dependencies = [
18841 "proc-macro2",
18842 "quote",
18843 "syn 2.0.101",
18844]
18845
18846[[package]]
18847name = "windows-interface"
18848version = "0.58.0"
18849source = "registry+https://github.com/rust-lang/crates.io-index"
18850checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18851dependencies = [
18852 "proc-macro2",
18853 "quote",
18854 "syn 2.0.101",
18855]
18856
18857[[package]]
18858name = "windows-interface"
18859version = "0.59.1"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18862dependencies = [
18863 "proc-macro2",
18864 "quote",
18865 "syn 2.0.101",
18866]
18867
18868[[package]]
18869name = "windows-link"
18870version = "0.1.1"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18873
18874[[package]]
18875name = "windows-link"
18876version = "0.2.0"
18877source = "registry+https://github.com/rust-lang/crates.io-index"
18878checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18879
18880[[package]]
18881name = "windows-numerics"
18882version = "0.2.0"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18885dependencies = [
18886 "windows-core 0.61.0",
18887 "windows-link 0.1.1",
18888]
18889
18890[[package]]
18891name = "windows-registry"
18892version = "0.4.0"
18893source = "registry+https://github.com/rust-lang/crates.io-index"
18894checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18895dependencies = [
18896 "windows-result 0.3.2",
18897 "windows-strings 0.3.1",
18898 "windows-targets 0.53.2",
18899]
18900
18901[[package]]
18902name = "windows-registry"
18903version = "0.5.1"
18904source = "registry+https://github.com/rust-lang/crates.io-index"
18905checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18906dependencies = [
18907 "windows-link 0.1.1",
18908 "windows-result 0.3.2",
18909 "windows-strings 0.4.0",
18910]
18911
18912[[package]]
18913name = "windows-registry"
18914version = "0.6.0"
18915source = "registry+https://github.com/rust-lang/crates.io-index"
18916checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18917dependencies = [
18918 "windows-link 0.2.0",
18919 "windows-result 0.4.0",
18920 "windows-strings 0.5.0",
18921]
18922
18923[[package]]
18924name = "windows-result"
18925version = "0.1.2"
18926source = "registry+https://github.com/rust-lang/crates.io-index"
18927checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18928dependencies = [
18929 "windows-targets 0.52.6",
18930]
18931
18932[[package]]
18933name = "windows-result"
18934version = "0.2.0"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18937dependencies = [
18938 "windows-targets 0.52.6",
18939]
18940
18941[[package]]
18942name = "windows-result"
18943version = "0.3.2"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18946dependencies = [
18947 "windows-link 0.1.1",
18948]
18949
18950[[package]]
18951name = "windows-result"
18952version = "0.4.0"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18955dependencies = [
18956 "windows-link 0.2.0",
18957]
18958
18959[[package]]
18960name = "windows-strings"
18961version = "0.1.0"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18964dependencies = [
18965 "windows-result 0.2.0",
18966 "windows-targets 0.52.6",
18967]
18968
18969[[package]]
18970name = "windows-strings"
18971version = "0.3.1"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18974dependencies = [
18975 "windows-link 0.1.1",
18976]
18977
18978[[package]]
18979name = "windows-strings"
18980version = "0.4.0"
18981source = "registry+https://github.com/rust-lang/crates.io-index"
18982checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18983dependencies = [
18984 "windows-link 0.1.1",
18985]
18986
18987[[package]]
18988name = "windows-strings"
18989version = "0.5.0"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18992dependencies = [
18993 "windows-link 0.2.0",
18994]
18995
18996[[package]]
18997name = "windows-sys"
18998version = "0.45.0"
18999source = "registry+https://github.com/rust-lang/crates.io-index"
19000checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19001dependencies = [
19002 "windows-targets 0.42.2",
19003]
19004
19005[[package]]
19006name = "windows-sys"
19007version = "0.48.0"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19010dependencies = [
19011 "windows-targets 0.48.5",
19012]
19013
19014[[package]]
19015name = "windows-sys"
19016version = "0.52.0"
19017source = "registry+https://github.com/rust-lang/crates.io-index"
19018checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19019dependencies = [
19020 "windows-targets 0.52.6",
19021]
19022
19023[[package]]
19024name = "windows-sys"
19025version = "0.59.0"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19028dependencies = [
19029 "windows-targets 0.52.6",
19030]
19031
19032[[package]]
19033name = "windows-sys"
19034version = "0.60.2"
19035source = "registry+https://github.com/rust-lang/crates.io-index"
19036checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19037dependencies = [
19038 "windows-targets 0.53.2",
19039]
19040
19041[[package]]
19042name = "windows-sys"
19043version = "0.61.0"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19046dependencies = [
19047 "windows-link 0.2.0",
19048]
19049
19050[[package]]
19051name = "windows-targets"
19052version = "0.42.2"
19053source = "registry+https://github.com/rust-lang/crates.io-index"
19054checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19055dependencies = [
19056 "windows_aarch64_gnullvm 0.42.2",
19057 "windows_aarch64_msvc 0.42.2",
19058 "windows_i686_gnu 0.42.2",
19059 "windows_i686_msvc 0.42.2",
19060 "windows_x86_64_gnu 0.42.2",
19061 "windows_x86_64_gnullvm 0.42.2",
19062 "windows_x86_64_msvc 0.42.2",
19063]
19064
19065[[package]]
19066name = "windows-targets"
19067version = "0.48.5"
19068source = "registry+https://github.com/rust-lang/crates.io-index"
19069checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19070dependencies = [
19071 "windows_aarch64_gnullvm 0.48.5",
19072 "windows_aarch64_msvc 0.48.5",
19073 "windows_i686_gnu 0.48.5",
19074 "windows_i686_msvc 0.48.5",
19075 "windows_x86_64_gnu 0.48.5",
19076 "windows_x86_64_gnullvm 0.48.5",
19077 "windows_x86_64_msvc 0.48.5",
19078]
19079
19080[[package]]
19081name = "windows-targets"
19082version = "0.52.6"
19083source = "registry+https://github.com/rust-lang/crates.io-index"
19084checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19085dependencies = [
19086 "windows_aarch64_gnullvm 0.52.6",
19087 "windows_aarch64_msvc 0.52.6",
19088 "windows_i686_gnu 0.52.6",
19089 "windows_i686_gnullvm 0.52.6",
19090 "windows_i686_msvc 0.52.6",
19091 "windows_x86_64_gnu 0.52.6",
19092 "windows_x86_64_gnullvm 0.52.6",
19093 "windows_x86_64_msvc 0.52.6",
19094]
19095
19096[[package]]
19097name = "windows-targets"
19098version = "0.53.2"
19099source = "registry+https://github.com/rust-lang/crates.io-index"
19100checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19101dependencies = [
19102 "windows_aarch64_gnullvm 0.53.0",
19103 "windows_aarch64_msvc 0.53.0",
19104 "windows_i686_gnu 0.53.0",
19105 "windows_i686_gnullvm 0.53.0",
19106 "windows_i686_msvc 0.53.0",
19107 "windows_x86_64_gnu 0.53.0",
19108 "windows_x86_64_gnullvm 0.53.0",
19109 "windows_x86_64_msvc 0.53.0",
19110]
19111
19112[[package]]
19113name = "windows_aarch64_gnullvm"
19114version = "0.42.2"
19115source = "registry+https://github.com/rust-lang/crates.io-index"
19116checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19117
19118[[package]]
19119name = "windows_aarch64_gnullvm"
19120version = "0.48.5"
19121source = "registry+https://github.com/rust-lang/crates.io-index"
19122checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19123
19124[[package]]
19125name = "windows_aarch64_gnullvm"
19126version = "0.52.6"
19127source = "registry+https://github.com/rust-lang/crates.io-index"
19128checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19129
19130[[package]]
19131name = "windows_aarch64_gnullvm"
19132version = "0.53.0"
19133source = "registry+https://github.com/rust-lang/crates.io-index"
19134checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19135
19136[[package]]
19137name = "windows_aarch64_msvc"
19138version = "0.42.2"
19139source = "registry+https://github.com/rust-lang/crates.io-index"
19140checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19141
19142[[package]]
19143name = "windows_aarch64_msvc"
19144version = "0.48.5"
19145source = "registry+https://github.com/rust-lang/crates.io-index"
19146checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19147
19148[[package]]
19149name = "windows_aarch64_msvc"
19150version = "0.52.6"
19151source = "registry+https://github.com/rust-lang/crates.io-index"
19152checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19153
19154[[package]]
19155name = "windows_aarch64_msvc"
19156version = "0.53.0"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19159
19160[[package]]
19161name = "windows_i686_gnu"
19162version = "0.42.2"
19163source = "registry+https://github.com/rust-lang/crates.io-index"
19164checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19165
19166[[package]]
19167name = "windows_i686_gnu"
19168version = "0.48.5"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19171
19172[[package]]
19173name = "windows_i686_gnu"
19174version = "0.52.6"
19175source = "registry+https://github.com/rust-lang/crates.io-index"
19176checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19177
19178[[package]]
19179name = "windows_i686_gnu"
19180version = "0.53.0"
19181source = "registry+https://github.com/rust-lang/crates.io-index"
19182checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19183
19184[[package]]
19185name = "windows_i686_gnullvm"
19186version = "0.52.6"
19187source = "registry+https://github.com/rust-lang/crates.io-index"
19188checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19189
19190[[package]]
19191name = "windows_i686_gnullvm"
19192version = "0.53.0"
19193source = "registry+https://github.com/rust-lang/crates.io-index"
19194checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19195
19196[[package]]
19197name = "windows_i686_msvc"
19198version = "0.42.2"
19199source = "registry+https://github.com/rust-lang/crates.io-index"
19200checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19201
19202[[package]]
19203name = "windows_i686_msvc"
19204version = "0.48.5"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19207
19208[[package]]
19209name = "windows_i686_msvc"
19210version = "0.52.6"
19211source = "registry+https://github.com/rust-lang/crates.io-index"
19212checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19213
19214[[package]]
19215name = "windows_i686_msvc"
19216version = "0.53.0"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19219
19220[[package]]
19221name = "windows_x86_64_gnu"
19222version = "0.42.2"
19223source = "registry+https://github.com/rust-lang/crates.io-index"
19224checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19225
19226[[package]]
19227name = "windows_x86_64_gnu"
19228version = "0.48.5"
19229source = "registry+https://github.com/rust-lang/crates.io-index"
19230checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19231
19232[[package]]
19233name = "windows_x86_64_gnu"
19234version = "0.52.6"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19237
19238[[package]]
19239name = "windows_x86_64_gnu"
19240version = "0.53.0"
19241source = "registry+https://github.com/rust-lang/crates.io-index"
19242checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19243
19244[[package]]
19245name = "windows_x86_64_gnullvm"
19246version = "0.42.2"
19247source = "registry+https://github.com/rust-lang/crates.io-index"
19248checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19249
19250[[package]]
19251name = "windows_x86_64_gnullvm"
19252version = "0.48.5"
19253source = "registry+https://github.com/rust-lang/crates.io-index"
19254checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19255
19256[[package]]
19257name = "windows_x86_64_gnullvm"
19258version = "0.52.6"
19259source = "registry+https://github.com/rust-lang/crates.io-index"
19260checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19261
19262[[package]]
19263name = "windows_x86_64_gnullvm"
19264version = "0.53.0"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19267
19268[[package]]
19269name = "windows_x86_64_msvc"
19270version = "0.42.2"
19271source = "registry+https://github.com/rust-lang/crates.io-index"
19272checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19273
19274[[package]]
19275name = "windows_x86_64_msvc"
19276version = "0.48.5"
19277source = "registry+https://github.com/rust-lang/crates.io-index"
19278checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19279
19280[[package]]
19281name = "windows_x86_64_msvc"
19282version = "0.52.6"
19283source = "registry+https://github.com/rust-lang/crates.io-index"
19284checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19285
19286[[package]]
19287name = "windows_x86_64_msvc"
19288version = "0.53.0"
19289source = "registry+https://github.com/rust-lang/crates.io-index"
19290checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19291
19292[[package]]
19293name = "winnow"
19294version = "0.7.6"
19295source = "registry+https://github.com/rust-lang/crates.io-index"
19296checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19297dependencies = [
19298 "memchr",
19299]
19300
19301[[package]]
19302name = "winreg"
19303version = "0.10.1"
19304source = "registry+https://github.com/rust-lang/crates.io-index"
19305checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19306dependencies = [
19307 "winapi",
19308]
19309
19310[[package]]
19311name = "winreg"
19312version = "0.50.0"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19315dependencies = [
19316 "cfg-if",
19317 "windows-sys 0.48.0",
19318]
19319
19320[[package]]
19321name = "winreg"
19322version = "0.52.0"
19323source = "registry+https://github.com/rust-lang/crates.io-index"
19324checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19325dependencies = [
19326 "cfg-if",
19327 "windows-sys 0.48.0",
19328]
19329
19330[[package]]
19331name = "winreg"
19332version = "0.55.0"
19333source = "registry+https://github.com/rust-lang/crates.io-index"
19334checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19335dependencies = [
19336 "cfg-if",
19337 "windows-sys 0.59.0",
19338]
19339
19340[[package]]
19341name = "winresource"
19342version = "0.1.20"
19343source = "registry+https://github.com/rust-lang/crates.io-index"
19344checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19345dependencies = [
19346 "toml 0.8.20",
19347 "version_check",
19348]
19349
19350[[package]]
19351name = "winsafe"
19352version = "0.0.19"
19353source = "registry+https://github.com/rust-lang/crates.io-index"
19354checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19355
19356[[package]]
19357name = "winx"
19358version = "0.36.4"
19359source = "registry+https://github.com/rust-lang/crates.io-index"
19360checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19361dependencies = [
19362 "bitflags 2.9.0",
19363 "windows-sys 0.59.0",
19364]
19365
19366[[package]]
19367name = "wio"
19368version = "0.2.2"
19369source = "registry+https://github.com/rust-lang/crates.io-index"
19370checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19371dependencies = [
19372 "winapi",
19373]
19374
19375[[package]]
19376name = "wit-bindgen"
19377version = "0.22.0"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19380dependencies = [
19381 "bitflags 2.9.0",
19382 "wit-bindgen-rt 0.22.0",
19383 "wit-bindgen-rust-macro 0.22.0",
19384]
19385
19386[[package]]
19387name = "wit-bindgen"
19388version = "0.41.0"
19389source = "registry+https://github.com/rust-lang/crates.io-index"
19390checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19391dependencies = [
19392 "wit-bindgen-rt 0.41.0",
19393 "wit-bindgen-rust-macro 0.41.0",
19394]
19395
19396[[package]]
19397name = "wit-bindgen-core"
19398version = "0.22.0"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19401dependencies = [
19402 "anyhow",
19403 "wit-parser 0.201.0",
19404]
19405
19406[[package]]
19407name = "wit-bindgen-core"
19408version = "0.41.0"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19411dependencies = [
19412 "anyhow",
19413 "heck 0.5.0",
19414 "wit-parser 0.227.1",
19415]
19416
19417[[package]]
19418name = "wit-bindgen-rt"
19419version = "0.22.0"
19420source = "registry+https://github.com/rust-lang/crates.io-index"
19421checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19422
19423[[package]]
19424name = "wit-bindgen-rt"
19425version = "0.39.0"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19428dependencies = [
19429 "bitflags 2.9.0",
19430]
19431
19432[[package]]
19433name = "wit-bindgen-rt"
19434version = "0.41.0"
19435source = "registry+https://github.com/rust-lang/crates.io-index"
19436checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19437dependencies = [
19438 "bitflags 2.9.0",
19439 "futures 0.3.31",
19440 "once_cell",
19441]
19442
19443[[package]]
19444name = "wit-bindgen-rust"
19445version = "0.22.0"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19448dependencies = [
19449 "anyhow",
19450 "heck 0.4.1",
19451 "indexmap 2.9.0",
19452 "wasm-metadata 0.201.0",
19453 "wit-bindgen-core 0.22.0",
19454 "wit-component 0.201.0",
19455]
19456
19457[[package]]
19458name = "wit-bindgen-rust"
19459version = "0.41.0"
19460source = "registry+https://github.com/rust-lang/crates.io-index"
19461checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19462dependencies = [
19463 "anyhow",
19464 "heck 0.5.0",
19465 "indexmap 2.9.0",
19466 "prettyplease",
19467 "syn 2.0.101",
19468 "wasm-metadata 0.227.1",
19469 "wit-bindgen-core 0.41.0",
19470 "wit-component 0.227.1",
19471]
19472
19473[[package]]
19474name = "wit-bindgen-rust-macro"
19475version = "0.22.0"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19478dependencies = [
19479 "anyhow",
19480 "proc-macro2",
19481 "quote",
19482 "syn 2.0.101",
19483 "wit-bindgen-core 0.22.0",
19484 "wit-bindgen-rust 0.22.0",
19485]
19486
19487[[package]]
19488name = "wit-bindgen-rust-macro"
19489version = "0.41.0"
19490source = "registry+https://github.com/rust-lang/crates.io-index"
19491checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19492dependencies = [
19493 "anyhow",
19494 "prettyplease",
19495 "proc-macro2",
19496 "quote",
19497 "syn 2.0.101",
19498 "wit-bindgen-core 0.41.0",
19499 "wit-bindgen-rust 0.41.0",
19500]
19501
19502[[package]]
19503name = "wit-component"
19504version = "0.201.0"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19507dependencies = [
19508 "anyhow",
19509 "bitflags 2.9.0",
19510 "indexmap 2.9.0",
19511 "log",
19512 "serde",
19513 "serde_derive",
19514 "serde_json",
19515 "wasm-encoder 0.201.0",
19516 "wasm-metadata 0.201.0",
19517 "wasmparser 0.201.0",
19518 "wit-parser 0.201.0",
19519]
19520
19521[[package]]
19522name = "wit-component"
19523version = "0.227.1"
19524source = "registry+https://github.com/rust-lang/crates.io-index"
19525checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19526dependencies = [
19527 "anyhow",
19528 "bitflags 2.9.0",
19529 "indexmap 2.9.0",
19530 "log",
19531 "serde",
19532 "serde_derive",
19533 "serde_json",
19534 "wasm-encoder 0.227.1",
19535 "wasm-metadata 0.227.1",
19536 "wasmparser 0.227.1",
19537 "wit-parser 0.227.1",
19538]
19539
19540[[package]]
19541name = "wit-parser"
19542version = "0.201.0"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19545dependencies = [
19546 "anyhow",
19547 "id-arena",
19548 "indexmap 2.9.0",
19549 "log",
19550 "semver",
19551 "serde",
19552 "serde_derive",
19553 "serde_json",
19554 "unicode-xid",
19555 "wasmparser 0.201.0",
19556]
19557
19558[[package]]
19559name = "wit-parser"
19560version = "0.221.3"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19563dependencies = [
19564 "anyhow",
19565 "id-arena",
19566 "indexmap 2.9.0",
19567 "log",
19568 "semver",
19569 "serde",
19570 "serde_derive",
19571 "serde_json",
19572 "unicode-xid",
19573 "wasmparser 0.221.3",
19574]
19575
19576[[package]]
19577name = "wit-parser"
19578version = "0.227.1"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19581dependencies = [
19582 "anyhow",
19583 "id-arena",
19584 "indexmap 2.9.0",
19585 "log",
19586 "semver",
19587 "serde",
19588 "serde_derive",
19589 "serde_json",
19590 "unicode-xid",
19591 "wasmparser 0.227.1",
19592]
19593
19594[[package]]
19595name = "witx"
19596version = "0.9.1"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19599dependencies = [
19600 "anyhow",
19601 "log",
19602 "thiserror 1.0.69",
19603 "wast",
19604]
19605
19606[[package]]
19607name = "workspace"
19608version = "0.1.0"
19609dependencies = [
19610 "any_vec",
19611 "anyhow",
19612 "async-recursion",
19613 "call",
19614 "client",
19615 "clock",
19616 "collections",
19617 "component",
19618 "dap",
19619 "db",
19620 "fs",
19621 "futures 0.3.31",
19622 "gpui",
19623 "http_client",
19624 "itertools 0.14.0",
19625 "language",
19626 "log",
19627 "menu",
19628 "node_runtime",
19629 "parking_lot",
19630 "postage",
19631 "pretty_assertions",
19632 "project",
19633 "remote",
19634 "schemars 1.0.1",
19635 "serde",
19636 "serde_json",
19637 "session",
19638 "settings",
19639 "smallvec",
19640 "sqlez",
19641 "strum 0.27.1",
19642 "task",
19643 "telemetry",
19644 "tempfile",
19645 "theme",
19646 "ui",
19647 "util",
19648 "uuid",
19649 "windows 0.61.1",
19650 "workspace-hack",
19651 "zed_actions",
19652 "zlog",
19653]
19654
19655[[package]]
19656name = "workspace-hack"
19657version = "0.1.0"
19658dependencies = [
19659 "aes",
19660 "ahash 0.8.11",
19661 "aho-corasick",
19662 "anstream",
19663 "arrayvec",
19664 "async-compression",
19665 "async-std",
19666 "async-tungstenite",
19667 "aws-config",
19668 "aws-credential-types",
19669 "aws-runtime",
19670 "aws-sigv4",
19671 "aws-smithy-async",
19672 "aws-smithy-http",
19673 "aws-smithy-runtime",
19674 "aws-smithy-runtime-api",
19675 "aws-smithy-types",
19676 "base64 0.22.1",
19677 "base64ct",
19678 "bigdecimal",
19679 "bit-set 0.8.0",
19680 "bit-vec 0.8.0",
19681 "bitflags 2.9.0",
19682 "bstr",
19683 "bytemuck",
19684 "byteorder",
19685 "bytes 1.10.1",
19686 "cc",
19687 "chrono",
19688 "cipher",
19689 "clap",
19690 "clap_builder",
19691 "codespan-reporting 0.12.0",
19692 "concurrent-queue",
19693 "core-foundation 0.9.4",
19694 "core-foundation-sys",
19695 "cranelift-codegen",
19696 "crc32fast",
19697 "crossbeam-channel",
19698 "crossbeam-epoch",
19699 "crossbeam-utils",
19700 "crypto-common",
19701 "deranged",
19702 "digest",
19703 "either",
19704 "euclid",
19705 "event-listener 5.4.0",
19706 "event-listener-strategy",
19707 "flate2",
19708 "flume",
19709 "foldhash",
19710 "form_urlencoded",
19711 "futures 0.3.31",
19712 "futures-channel",
19713 "futures-core",
19714 "futures-executor",
19715 "futures-io",
19716 "futures-sink",
19717 "futures-task",
19718 "futures-util",
19719 "getrandom 0.2.15",
19720 "getrandom 0.3.2",
19721 "gimli",
19722 "half",
19723 "handlebars 4.5.0",
19724 "hashbrown 0.14.5",
19725 "hashbrown 0.15.3",
19726 "heck 0.4.1",
19727 "hmac",
19728 "hyper 0.14.32",
19729 "hyper-rustls 0.27.5",
19730 "idna",
19731 "indexmap 2.9.0",
19732 "inout",
19733 "itertools 0.12.1",
19734 "itertools 0.13.0",
19735 "lazy_static",
19736 "libc",
19737 "libsqlite3-sys",
19738 "linux-raw-sys 0.4.15",
19739 "linux-raw-sys 0.9.4",
19740 "livekit-runtime",
19741 "log",
19742 "lyon",
19743 "lyon_path",
19744 "md-5",
19745 "memchr",
19746 "memmap2",
19747 "mime_guess",
19748 "miniz_oxide",
19749 "mio 1.0.3",
19750 "naga",
19751 "nix 0.28.0",
19752 "nix 0.29.0",
19753 "nix 0.30.1",
19754 "nom 7.1.3",
19755 "num-bigint",
19756 "num-bigint-dig",
19757 "num-complex",
19758 "num-integer",
19759 "num-iter",
19760 "num-rational",
19761 "num-traits",
19762 "objc2",
19763 "objc2-core-foundation",
19764 "objc2-foundation",
19765 "objc2-metal",
19766 "object",
19767 "once_cell",
19768 "percent-encoding",
19769 "phf",
19770 "phf_shared",
19771 "prettyplease",
19772 "proc-macro2",
19773 "prost 0.12.6",
19774 "prost 0.9.0",
19775 "prost-types 0.9.0",
19776 "quote",
19777 "rand 0.8.5",
19778 "rand 0.9.1",
19779 "rand_chacha 0.3.1",
19780 "rand_core 0.6.4",
19781 "rand_distr",
19782 "regalloc2",
19783 "regex",
19784 "regex-automata",
19785 "regex-syntax",
19786 "ring",
19787 "rust_decimal",
19788 "rustc-hash 1.1.0",
19789 "rustix 0.38.44",
19790 "rustix 1.0.7",
19791 "rustls 0.23.26",
19792 "rustls-webpki 0.103.1",
19793 "scopeguard",
19794 "sea-orm",
19795 "sea-query-binder",
19796 "security-framework 3.2.0",
19797 "security-framework-sys",
19798 "semver",
19799 "serde",
19800 "serde_core",
19801 "serde_json",
19802 "simd-adler32",
19803 "smallvec",
19804 "spin",
19805 "sqlx",
19806 "sqlx-macros",
19807 "sqlx-macros-core",
19808 "sqlx-postgres",
19809 "sqlx-sqlite",
19810 "stable_deref_trait",
19811 "strum 0.26.3",
19812 "subtle",
19813 "syn 1.0.109",
19814 "syn 2.0.101",
19815 "sync_wrapper 1.0.2",
19816 "thiserror 2.0.12",
19817 "time",
19818 "time-macros",
19819 "tokio",
19820 "tokio-rustls 0.26.2",
19821 "tokio-socks",
19822 "tokio-stream",
19823 "tokio-util",
19824 "toml_datetime",
19825 "toml_edit",
19826 "tower 0.5.2",
19827 "tracing",
19828 "tracing-core",
19829 "tungstenite 0.26.2",
19830 "unicode-properties",
19831 "url",
19832 "uuid",
19833 "wasmparser 0.221.3",
19834 "wasmtime",
19835 "wasmtime-cranelift",
19836 "wasmtime-environ",
19837 "winapi",
19838 "windows-core 0.61.0",
19839 "windows-numerics",
19840 "windows-sys 0.48.0",
19841 "windows-sys 0.52.0",
19842 "windows-sys 0.59.0",
19843 "windows-sys 0.61.0",
19844 "zeroize",
19845 "zvariant",
19846]
19847
19848[[package]]
19849name = "worktree"
19850version = "0.1.0"
19851dependencies = [
19852 "anyhow",
19853 "clock",
19854 "collections",
19855 "fs",
19856 "futures 0.3.31",
19857 "fuzzy",
19858 "git",
19859 "git2",
19860 "gpui",
19861 "http_client",
19862 "ignore",
19863 "language",
19864 "log",
19865 "parking_lot",
19866 "paths",
19867 "postage",
19868 "pretty_assertions",
19869 "rand 0.9.1",
19870 "rpc",
19871 "serde",
19872 "serde_json",
19873 "settings",
19874 "smallvec",
19875 "smol",
19876 "sum_tree",
19877 "text",
19878 "util",
19879 "workspace-hack",
19880 "zlog",
19881]
19882
19883[[package]]
19884name = "write16"
19885version = "1.0.0"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19888
19889[[package]]
19890name = "writeable"
19891version = "0.5.5"
19892source = "registry+https://github.com/rust-lang/crates.io-index"
19893checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19894
19895[[package]]
19896name = "wyz"
19897version = "0.5.1"
19898source = "registry+https://github.com/rust-lang/crates.io-index"
19899checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19900dependencies = [
19901 "tap",
19902]
19903
19904[[package]]
19905name = "x11"
19906version = "2.21.0"
19907source = "registry+https://github.com/rust-lang/crates.io-index"
19908checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19909dependencies = [
19910 "libc",
19911 "pkg-config",
19912]
19913
19914[[package]]
19915name = "x11-clipboard"
19916version = "0.9.3"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19919dependencies = [
19920 "libc",
19921 "x11rb",
19922]
19923
19924[[package]]
19925name = "x11rb"
19926version = "0.13.1"
19927source = "registry+https://github.com/rust-lang/crates.io-index"
19928checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19929dependencies = [
19930 "as-raw-xcb-connection",
19931 "gethostname",
19932 "libc",
19933 "rustix 0.38.44",
19934 "x11rb-protocol",
19935]
19936
19937[[package]]
19938name = "x11rb-protocol"
19939version = "0.13.1"
19940source = "registry+https://github.com/rust-lang/crates.io-index"
19941checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19942
19943[[package]]
19944name = "x_ai"
19945version = "0.1.0"
19946dependencies = [
19947 "anyhow",
19948 "schemars 1.0.1",
19949 "serde",
19950 "strum 0.27.1",
19951 "workspace-hack",
19952]
19953
19954[[package]]
19955name = "xattr"
19956version = "0.2.3"
19957source = "registry+https://github.com/rust-lang/crates.io-index"
19958checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19959dependencies = [
19960 "libc",
19961]
19962
19963[[package]]
19964name = "xcb"
19965version = "1.6.0"
19966source = "registry+https://github.com/rust-lang/crates.io-index"
19967checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19968dependencies = [
19969 "bitflags 1.3.2",
19970 "libc",
19971 "quick-xml 0.30.0",
19972 "x11",
19973]
19974
19975[[package]]
19976name = "xcursor"
19977version = "0.3.8"
19978source = "registry+https://github.com/rust-lang/crates.io-index"
19979checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19980
19981[[package]]
19982name = "xim"
19983version = "0.4.0"
19984source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19985dependencies = [
19986 "ahash 0.8.11",
19987 "hashbrown 0.14.5",
19988 "log",
19989 "x11rb",
19990 "xim-ctext",
19991 "xim-parser",
19992]
19993
19994[[package]]
19995name = "xim-ctext"
19996version = "0.3.0"
19997source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19998dependencies = [
19999 "encoding_rs",
20000]
20001
20002[[package]]
20003name = "xim-parser"
20004version = "0.2.1"
20005source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20006dependencies = [
20007 "bitflags 2.9.0",
20008]
20009
20010[[package]]
20011name = "xkbcommon"
20012version = "0.8.0"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20015dependencies = [
20016 "as-raw-xcb-connection",
20017 "libc",
20018 "memmap2",
20019 "xkeysym",
20020]
20021
20022[[package]]
20023name = "xkeysym"
20024version = "0.2.1"
20025source = "registry+https://github.com/rust-lang/crates.io-index"
20026checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20027
20028[[package]]
20029name = "xml5ever"
20030version = "0.18.1"
20031source = "registry+https://github.com/rust-lang/crates.io-index"
20032checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20033dependencies = [
20034 "log",
20035 "mac",
20036 "markup5ever 0.12.1",
20037]
20038
20039[[package]]
20040name = "xmlparser"
20041version = "0.13.6"
20042source = "registry+https://github.com/rust-lang/crates.io-index"
20043checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20044
20045[[package]]
20046name = "xmlwriter"
20047version = "0.1.0"
20048source = "registry+https://github.com/rust-lang/crates.io-index"
20049checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20050
20051[[package]]
20052name = "xtask"
20053version = "0.1.0"
20054dependencies = [
20055 "anyhow",
20056 "cargo_metadata",
20057 "cargo_toml",
20058 "clap",
20059 "workspace-hack",
20060]
20061
20062[[package]]
20063name = "yaml-rust2"
20064version = "0.8.1"
20065source = "registry+https://github.com/rust-lang/crates.io-index"
20066checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20067dependencies = [
20068 "arraydeque",
20069 "encoding_rs",
20070 "hashlink 0.8.4",
20071]
20072
20073[[package]]
20074name = "yansi"
20075version = "1.0.1"
20076source = "registry+https://github.com/rust-lang/crates.io-index"
20077checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20078
20079[[package]]
20080name = "yawc"
20081version = "0.2.5"
20082source = "registry+https://github.com/rust-lang/crates.io-index"
20083checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20084dependencies = [
20085 "base64 0.22.1",
20086 "bytes 1.10.1",
20087 "flate2",
20088 "futures 0.3.31",
20089 "http-body-util",
20090 "hyper 1.6.0",
20091 "hyper-util",
20092 "js-sys",
20093 "nom 8.0.0",
20094 "pin-project",
20095 "rand 0.8.5",
20096 "sha1",
20097 "thiserror 1.0.69",
20098 "tokio",
20099 "tokio-rustls 0.26.2",
20100 "tokio-util",
20101 "url",
20102 "wasm-bindgen",
20103 "wasm-bindgen-futures",
20104 "web-sys",
20105 "webpki-roots",
20106]
20107
20108[[package]]
20109name = "yazi"
20110version = "0.2.1"
20111source = "registry+https://github.com/rust-lang/crates.io-index"
20112checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20113
20114[[package]]
20115name = "yeslogic-fontconfig-sys"
20116version = "6.0.0"
20117source = "registry+https://github.com/rust-lang/crates.io-index"
20118checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20119dependencies = [
20120 "dlib",
20121 "once_cell",
20122 "pkg-config",
20123]
20124
20125[[package]]
20126name = "yoke"
20127version = "0.7.5"
20128source = "registry+https://github.com/rust-lang/crates.io-index"
20129checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20130dependencies = [
20131 "serde",
20132 "stable_deref_trait",
20133 "yoke-derive",
20134 "zerofrom",
20135]
20136
20137[[package]]
20138name = "yoke-derive"
20139version = "0.7.5"
20140source = "registry+https://github.com/rust-lang/crates.io-index"
20141checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20142dependencies = [
20143 "proc-macro2",
20144 "quote",
20145 "syn 2.0.101",
20146 "synstructure",
20147]
20148
20149[[package]]
20150name = "zbus"
20151version = "5.11.0"
20152source = "registry+https://github.com/rust-lang/crates.io-index"
20153checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20154dependencies = [
20155 "async-broadcast",
20156 "async-executor",
20157 "async-io",
20158 "async-lock",
20159 "async-process",
20160 "async-recursion",
20161 "async-task",
20162 "async-trait",
20163 "blocking",
20164 "enumflags2",
20165 "event-listener 5.4.0",
20166 "futures-core",
20167 "futures-lite 2.6.0",
20168 "hex",
20169 "nix 0.30.1",
20170 "ordered-stream",
20171 "serde",
20172 "serde_repr",
20173 "tracing",
20174 "uds_windows",
20175 "windows-sys 0.60.2",
20176 "winnow",
20177 "zbus_macros",
20178 "zbus_names",
20179 "zvariant",
20180]
20181
20182[[package]]
20183name = "zbus_macros"
20184version = "5.11.0"
20185source = "registry+https://github.com/rust-lang/crates.io-index"
20186checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20187dependencies = [
20188 "proc-macro-crate",
20189 "proc-macro2",
20190 "quote",
20191 "syn 2.0.101",
20192 "zbus_names",
20193 "zvariant",
20194 "zvariant_utils",
20195]
20196
20197[[package]]
20198name = "zbus_names"
20199version = "4.2.0"
20200source = "registry+https://github.com/rust-lang/crates.io-index"
20201checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20202dependencies = [
20203 "serde",
20204 "static_assertions",
20205 "winnow",
20206 "zvariant",
20207]
20208
20209[[package]]
20210name = "zed"
20211version = "0.207.0"
20212dependencies = [
20213 "acp_tools",
20214 "activity_indicator",
20215 "agent",
20216 "agent_settings",
20217 "agent_ui",
20218 "anyhow",
20219 "ashpd 0.11.0",
20220 "assets",
20221 "assistant_tools",
20222 "audio",
20223 "auto_update",
20224 "auto_update_ui",
20225 "backtrace",
20226 "bincode",
20227 "breadcrumbs",
20228 "call",
20229 "channel",
20230 "clap",
20231 "cli",
20232 "client",
20233 "collab_ui",
20234 "collections",
20235 "command_palette",
20236 "component",
20237 "copilot",
20238 "crashes",
20239 "dap",
20240 "dap_adapters",
20241 "db",
20242 "debug_adapter_extension",
20243 "debugger_tools",
20244 "debugger_ui",
20245 "diagnostics",
20246 "edit_prediction_button",
20247 "editor",
20248 "env_logger 0.11.8",
20249 "extension",
20250 "extension_host",
20251 "extensions_ui",
20252 "feature_flags",
20253 "feedback",
20254 "file_finder",
20255 "fs",
20256 "futures 0.3.31",
20257 "git",
20258 "git_hosting_providers",
20259 "git_ui",
20260 "go_to_line",
20261 "gpui",
20262 "gpui_tokio",
20263 "http_client",
20264 "image_viewer",
20265 "inspector_ui",
20266 "install_cli",
20267 "itertools 0.14.0",
20268 "journal",
20269 "json_schema_store",
20270 "keymap_editor",
20271 "language",
20272 "language_extension",
20273 "language_model",
20274 "language_models",
20275 "language_onboarding",
20276 "language_selector",
20277 "language_tools",
20278 "languages",
20279 "line_ending_selector",
20280 "log",
20281 "markdown",
20282 "markdown_preview",
20283 "menu",
20284 "migrator",
20285 "mimalloc",
20286 "nc",
20287 "nix 0.29.0",
20288 "node_runtime",
20289 "notifications",
20290 "onboarding",
20291 "outline",
20292 "outline_panel",
20293 "parking_lot",
20294 "paths",
20295 "picker",
20296 "pretty_assertions",
20297 "profiling",
20298 "project",
20299 "project_panel",
20300 "project_symbols",
20301 "prompt_store",
20302 "proto",
20303 "recent_projects",
20304 "release_channel",
20305 "remote",
20306 "repl",
20307 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20308 "reqwest_client",
20309 "rope",
20310 "search",
20311 "serde",
20312 "serde_json",
20313 "session",
20314 "settings",
20315 "settings_profile_selector",
20316 "settings_ui",
20317 "shellexpand 2.1.2",
20318 "smol",
20319 "snippet_provider",
20320 "snippets_ui",
20321 "supermaven",
20322 "svg_preview",
20323 "sysinfo",
20324 "system_specs",
20325 "tab_switcher",
20326 "task",
20327 "tasks_ui",
20328 "telemetry",
20329 "telemetry_events",
20330 "terminal_view",
20331 "theme",
20332 "theme_extension",
20333 "theme_selector",
20334 "time",
20335 "title_bar",
20336 "toolchain_selector",
20337 "tree-sitter-md",
20338 "tree-sitter-rust",
20339 "ui",
20340 "ui_input",
20341 "ui_prompt",
20342 "url",
20343 "urlencoding",
20344 "util",
20345 "uuid",
20346 "vim",
20347 "vim_mode_setting",
20348 "watch",
20349 "web_search",
20350 "web_search_providers",
20351 "windows 0.61.1",
20352 "winresource",
20353 "workspace",
20354 "workspace-hack",
20355 "zed_actions",
20356 "zed_env_vars",
20357 "zeta",
20358 "zeta2",
20359 "zeta2_tools",
20360 "zlog",
20361 "zlog_settings",
20362]
20363
20364[[package]]
20365name = "zed_actions"
20366version = "0.1.0"
20367dependencies = [
20368 "gpui",
20369 "schemars 1.0.1",
20370 "serde",
20371 "uuid",
20372 "workspace-hack",
20373]
20374
20375[[package]]
20376name = "zed_env_vars"
20377version = "0.1.0"
20378dependencies = [
20379 "gpui",
20380 "workspace-hack",
20381]
20382
20383[[package]]
20384name = "zed_extension_api"
20385version = "0.1.0"
20386source = "registry+https://github.com/rust-lang/crates.io-index"
20387checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20388dependencies = [
20389 "serde",
20390 "serde_json",
20391 "wit-bindgen 0.22.0",
20392]
20393
20394[[package]]
20395name = "zed_extension_api"
20396version = "0.7.0"
20397dependencies = [
20398 "serde",
20399 "serde_json",
20400 "wit-bindgen 0.41.0",
20401]
20402
20403[[package]]
20404name = "zed_extension_api"
20405version = "0.7.0"
20406source = "registry+https://github.com/rust-lang/crates.io-index"
20407checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20408dependencies = [
20409 "serde",
20410 "serde_json",
20411 "wit-bindgen 0.41.0",
20412]
20413
20414[[package]]
20415name = "zed_glsl"
20416version = "0.1.0"
20417dependencies = [
20418 "zed_extension_api 0.1.0",
20419]
20420
20421[[package]]
20422name = "zed_html"
20423version = "0.2.3"
20424dependencies = [
20425 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20426]
20427
20428[[package]]
20429name = "zed_proto"
20430version = "0.2.2"
20431dependencies = [
20432 "zed_extension_api 0.1.0",
20433]
20434
20435[[package]]
20436name = "zed_ruff"
20437version = "0.1.1"
20438dependencies = [
20439 "zed_extension_api 0.1.0",
20440]
20441
20442[[package]]
20443name = "zed_snippets"
20444version = "0.0.6"
20445dependencies = [
20446 "serde_json",
20447 "zed_extension_api 0.1.0",
20448]
20449
20450[[package]]
20451name = "zed_test_extension"
20452version = "0.1.0"
20453dependencies = [
20454 "zed_extension_api 0.7.0",
20455]
20456
20457[[package]]
20458name = "zeno"
20459version = "0.3.2"
20460source = "registry+https://github.com/rust-lang/crates.io-index"
20461checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20462
20463[[package]]
20464name = "zerocopy"
20465version = "0.7.35"
20466source = "registry+https://github.com/rust-lang/crates.io-index"
20467checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20468dependencies = [
20469 "zerocopy-derive 0.7.35",
20470]
20471
20472[[package]]
20473name = "zerocopy"
20474version = "0.8.24"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20477dependencies = [
20478 "zerocopy-derive 0.8.24",
20479]
20480
20481[[package]]
20482name = "zerocopy-derive"
20483version = "0.7.35"
20484source = "registry+https://github.com/rust-lang/crates.io-index"
20485checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20486dependencies = [
20487 "proc-macro2",
20488 "quote",
20489 "syn 2.0.101",
20490]
20491
20492[[package]]
20493name = "zerocopy-derive"
20494version = "0.8.24"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20497dependencies = [
20498 "proc-macro2",
20499 "quote",
20500 "syn 2.0.101",
20501]
20502
20503[[package]]
20504name = "zerofrom"
20505version = "0.1.6"
20506source = "registry+https://github.com/rust-lang/crates.io-index"
20507checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20508dependencies = [
20509 "zerofrom-derive",
20510]
20511
20512[[package]]
20513name = "zerofrom-derive"
20514version = "0.1.6"
20515source = "registry+https://github.com/rust-lang/crates.io-index"
20516checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20517dependencies = [
20518 "proc-macro2",
20519 "quote",
20520 "syn 2.0.101",
20521 "synstructure",
20522]
20523
20524[[package]]
20525name = "zeroize"
20526version = "1.8.1"
20527source = "registry+https://github.com/rust-lang/crates.io-index"
20528checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20529dependencies = [
20530 "zeroize_derive",
20531]
20532
20533[[package]]
20534name = "zeroize_derive"
20535version = "1.4.2"
20536source = "registry+https://github.com/rust-lang/crates.io-index"
20537checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20538dependencies = [
20539 "proc-macro2",
20540 "quote",
20541 "syn 2.0.101",
20542]
20543
20544[[package]]
20545name = "zeromq"
20546version = "0.5.0-pre"
20547source = "registry+https://github.com/rust-lang/crates.io-index"
20548checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20549dependencies = [
20550 "async-dispatcher",
20551 "async-std",
20552 "async-trait",
20553 "asynchronous-codec",
20554 "bytes 1.10.1",
20555 "crossbeam-queue",
20556 "dashmap 5.5.3",
20557 "futures 0.3.31",
20558 "log",
20559 "num-traits",
20560 "once_cell",
20561 "parking_lot",
20562 "rand 0.8.5",
20563 "regex",
20564 "thiserror 1.0.69",
20565 "uuid",
20566]
20567
20568[[package]]
20569name = "zerovec"
20570version = "0.10.4"
20571source = "registry+https://github.com/rust-lang/crates.io-index"
20572checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20573dependencies = [
20574 "yoke",
20575 "zerofrom",
20576 "zerovec-derive",
20577]
20578
20579[[package]]
20580name = "zerovec-derive"
20581version = "0.10.3"
20582source = "registry+https://github.com/rust-lang/crates.io-index"
20583checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20584dependencies = [
20585 "proc-macro2",
20586 "quote",
20587 "syn 2.0.101",
20588]
20589
20590[[package]]
20591name = "zeta"
20592version = "0.1.0"
20593dependencies = [
20594 "ai_onboarding",
20595 "anyhow",
20596 "arrayvec",
20597 "call",
20598 "client",
20599 "clock",
20600 "cloud_api_types",
20601 "cloud_llm_client",
20602 "collections",
20603 "command_palette_hooks",
20604 "copilot",
20605 "ctor",
20606 "db",
20607 "edit_prediction",
20608 "editor",
20609 "feature_flags",
20610 "fs",
20611 "futures 0.3.31",
20612 "gpui",
20613 "http_client",
20614 "indoc",
20615 "itertools 0.14.0",
20616 "language",
20617 "language_model",
20618 "log",
20619 "menu",
20620 "parking_lot",
20621 "postage",
20622 "project",
20623 "rand 0.9.1",
20624 "regex",
20625 "release_channel",
20626 "reqwest_client",
20627 "rpc",
20628 "serde",
20629 "serde_json",
20630 "settings",
20631 "strum 0.27.1",
20632 "telemetry",
20633 "telemetry_events",
20634 "theme",
20635 "thiserror 2.0.12",
20636 "tree-sitter-go",
20637 "tree-sitter-rust",
20638 "ui",
20639 "util",
20640 "uuid",
20641 "workspace",
20642 "workspace-hack",
20643 "worktree",
20644 "zed_actions",
20645 "zlog",
20646]
20647
20648[[package]]
20649name = "zeta2"
20650version = "0.1.0"
20651dependencies = [
20652 "anyhow",
20653 "arrayvec",
20654 "chrono",
20655 "client",
20656 "clock",
20657 "cloud_llm_client",
20658 "cloud_zeta2_prompt",
20659 "edit_prediction",
20660 "edit_prediction_context",
20661 "futures 0.3.31",
20662 "gpui",
20663 "indoc",
20664 "language",
20665 "language_model",
20666 "log",
20667 "lsp",
20668 "pretty_assertions",
20669 "project",
20670 "release_channel",
20671 "serde_json",
20672 "settings",
20673 "thiserror 2.0.12",
20674 "util",
20675 "uuid",
20676 "workspace",
20677 "workspace-hack",
20678 "worktree",
20679]
20680
20681[[package]]
20682name = "zeta2_tools"
20683version = "0.1.0"
20684dependencies = [
20685 "chrono",
20686 "clap",
20687 "client",
20688 "cloud_llm_client",
20689 "collections",
20690 "edit_prediction_context",
20691 "editor",
20692 "futures 0.3.31",
20693 "gpui",
20694 "indoc",
20695 "language",
20696 "log",
20697 "pretty_assertions",
20698 "project",
20699 "serde",
20700 "serde_json",
20701 "settings",
20702 "text",
20703 "ui",
20704 "ui_input",
20705 "util",
20706 "workspace",
20707 "workspace-hack",
20708 "zeta2",
20709 "zlog",
20710]
20711
20712[[package]]
20713name = "zeta_cli"
20714version = "0.1.0"
20715dependencies = [
20716 "anyhow",
20717 "clap",
20718 "client",
20719 "cloud_llm_client",
20720 "cloud_zeta2_prompt",
20721 "debug_adapter_extension",
20722 "edit_prediction_context",
20723 "extension",
20724 "fs",
20725 "futures 0.3.31",
20726 "gpui",
20727 "gpui_tokio",
20728 "language",
20729 "language_extension",
20730 "language_model",
20731 "language_models",
20732 "languages",
20733 "log",
20734 "node_runtime",
20735 "ordered-float 2.10.1",
20736 "paths",
20737 "project",
20738 "prompt_store",
20739 "release_channel",
20740 "reqwest_client",
20741 "serde",
20742 "serde_json",
20743 "settings",
20744 "shellexpand 2.1.2",
20745 "smol",
20746 "terminal_view",
20747 "util",
20748 "watch",
20749 "workspace-hack",
20750 "zeta",
20751 "zeta2",
20752 "zlog",
20753]
20754
20755[[package]]
20756name = "zip"
20757version = "0.6.6"
20758source = "registry+https://github.com/rust-lang/crates.io-index"
20759checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20760dependencies = [
20761 "aes",
20762 "byteorder",
20763 "bzip2",
20764 "constant_time_eq",
20765 "crc32fast",
20766 "crossbeam-utils",
20767 "flate2",
20768 "hmac",
20769 "pbkdf2 0.11.0",
20770 "sha1",
20771 "time",
20772 "zstd",
20773]
20774
20775[[package]]
20776name = "zip"
20777version = "1.1.4"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20780dependencies = [
20781 "arbitrary",
20782 "crc32fast",
20783 "crossbeam-utils",
20784 "displaydoc",
20785 "indexmap 2.9.0",
20786 "num_enum",
20787 "thiserror 1.0.69",
20788]
20789
20790[[package]]
20791name = "zlog"
20792version = "0.1.0"
20793dependencies = [
20794 "anyhow",
20795 "chrono",
20796 "collections",
20797 "log",
20798 "tempfile",
20799 "workspace-hack",
20800]
20801
20802[[package]]
20803name = "zlog_settings"
20804version = "0.1.0"
20805dependencies = [
20806 "collections",
20807 "gpui",
20808 "settings",
20809 "workspace-hack",
20810 "zlog",
20811]
20812
20813[[package]]
20814name = "zstd"
20815version = "0.11.2+zstd.1.5.2"
20816source = "registry+https://github.com/rust-lang/crates.io-index"
20817checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20818dependencies = [
20819 "zstd-safe",
20820]
20821
20822[[package]]
20823name = "zstd-safe"
20824version = "5.0.2+zstd.1.5.2"
20825source = "registry+https://github.com/rust-lang/crates.io-index"
20826checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20827dependencies = [
20828 "libc",
20829 "zstd-sys",
20830]
20831
20832[[package]]
20833name = "zstd-sys"
20834version = "2.0.15+zstd.1.5.7"
20835source = "registry+https://github.com/rust-lang/crates.io-index"
20836checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20837dependencies = [
20838 "cc",
20839 "pkg-config",
20840]
20841
20842[[package]]
20843name = "zune-core"
20844version = "0.4.12"
20845source = "registry+https://github.com/rust-lang/crates.io-index"
20846checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20847
20848[[package]]
20849name = "zune-inflate"
20850version = "0.2.54"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20853dependencies = [
20854 "simd-adler32",
20855]
20856
20857[[package]]
20858name = "zune-jpeg"
20859version = "0.4.14"
20860source = "registry+https://github.com/rust-lang/crates.io-index"
20861checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20862dependencies = [
20863 "zune-core",
20864]
20865
20866[[package]]
20867name = "zvariant"
20868version = "5.7.0"
20869source = "registry+https://github.com/rust-lang/crates.io-index"
20870checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20871dependencies = [
20872 "endi",
20873 "enumflags2",
20874 "serde",
20875 "url",
20876 "winnow",
20877 "zvariant_derive",
20878 "zvariant_utils",
20879]
20880
20881[[package]]
20882name = "zvariant_derive"
20883version = "5.7.0"
20884source = "registry+https://github.com/rust-lang/crates.io-index"
20885checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20886dependencies = [
20887 "proc-macro-crate",
20888 "proc-macro2",
20889 "quote",
20890 "syn 2.0.101",
20891 "zvariant_utils",
20892]
20893
20894[[package]]
20895name = "zvariant_utils"
20896version = "3.2.0"
20897source = "registry+https://github.com/rust-lang/crates.io-index"
20898checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20899dependencies = [
20900 "proc-macro2",
20901 "quote",
20902 "serde",
20903 "static_assertions",
20904 "syn 2.0.101",
20905 "winnow",
20906]