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-compression",
12093 "async-tar",
12094 "async-trait",
12095 "base64 0.22.1",
12096 "buffer_diff",
12097 "circular-buffer",
12098 "client",
12099 "clock",
12100 "collections",
12101 "context_server",
12102 "dap",
12103 "dap_adapters",
12104 "extension",
12105 "fancy-regex 0.14.0",
12106 "fs",
12107 "futures 0.3.31",
12108 "fuzzy",
12109 "git",
12110 "git2",
12111 "git_hosting_providers",
12112 "globset",
12113 "gpui",
12114 "http_client",
12115 "image",
12116 "indexmap 2.9.0",
12117 "itertools 0.14.0",
12118 "language",
12119 "log",
12120 "lsp",
12121 "markdown",
12122 "node_runtime",
12123 "parking_lot",
12124 "paths",
12125 "postage",
12126 "prettier",
12127 "pretty_assertions",
12128 "rand 0.9.1",
12129 "regex",
12130 "release_channel",
12131 "remote",
12132 "rpc",
12133 "schemars 1.0.1",
12134 "semver",
12135 "serde",
12136 "serde_json",
12137 "settings",
12138 "sha2",
12139 "shellexpand 2.1.2",
12140 "shlex",
12141 "smallvec",
12142 "smol",
12143 "snippet",
12144 "snippet_provider",
12145 "sum_tree",
12146 "task",
12147 "tempfile",
12148 "terminal",
12149 "text",
12150 "toml 0.8.20",
12151 "unindent",
12152 "url",
12153 "util",
12154 "watch",
12155 "which 6.0.3",
12156 "workspace-hack",
12157 "worktree",
12158 "zeroize",
12159 "zlog",
12160]
12161
12162[[package]]
12163name = "project_panel"
12164version = "0.1.0"
12165dependencies = [
12166 "anyhow",
12167 "client",
12168 "collections",
12169 "command_palette_hooks",
12170 "db",
12171 "editor",
12172 "file_icons",
12173 "git",
12174 "git_ui",
12175 "gpui",
12176 "language",
12177 "menu",
12178 "pretty_assertions",
12179 "project",
12180 "schemars 1.0.1",
12181 "search",
12182 "serde",
12183 "serde_json",
12184 "settings",
12185 "smallvec",
12186 "telemetry",
12187 "theme",
12188 "ui",
12189 "util",
12190 "workspace",
12191 "workspace-hack",
12192 "worktree",
12193 "zed_actions",
12194]
12195
12196[[package]]
12197name = "project_symbols"
12198version = "0.1.0"
12199dependencies = [
12200 "anyhow",
12201 "editor",
12202 "futures 0.3.31",
12203 "fuzzy",
12204 "gpui",
12205 "language",
12206 "lsp",
12207 "ordered-float 2.10.1",
12208 "picker",
12209 "project",
12210 "release_channel",
12211 "serde_json",
12212 "settings",
12213 "theme",
12214 "util",
12215 "workspace",
12216 "workspace-hack",
12217]
12218
12219[[package]]
12220name = "prometheus"
12221version = "0.14.0"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12224dependencies = [
12225 "cfg-if",
12226 "fnv",
12227 "lazy_static",
12228 "memchr",
12229 "parking_lot",
12230 "protobuf",
12231 "thiserror 2.0.12",
12232]
12233
12234[[package]]
12235name = "prompt_store"
12236version = "0.1.0"
12237dependencies = [
12238 "anyhow",
12239 "assets",
12240 "chrono",
12241 "collections",
12242 "fs",
12243 "futures 0.3.31",
12244 "fuzzy",
12245 "gpui",
12246 "handlebars 4.5.0",
12247 "heed",
12248 "language",
12249 "log",
12250 "parking_lot",
12251 "paths",
12252 "rope",
12253 "serde",
12254 "serde_json",
12255 "text",
12256 "util",
12257 "uuid",
12258 "workspace-hack",
12259]
12260
12261[[package]]
12262name = "prost"
12263version = "0.9.0"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12266dependencies = [
12267 "bytes 1.10.1",
12268 "prost-derive 0.9.0",
12269]
12270
12271[[package]]
12272name = "prost"
12273version = "0.12.6"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12276dependencies = [
12277 "bytes 1.10.1",
12278 "prost-derive 0.12.6",
12279]
12280
12281[[package]]
12282name = "prost-build"
12283version = "0.9.0"
12284source = "registry+https://github.com/rust-lang/crates.io-index"
12285checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12286dependencies = [
12287 "bytes 1.10.1",
12288 "heck 0.3.3",
12289 "itertools 0.10.5",
12290 "lazy_static",
12291 "log",
12292 "multimap",
12293 "petgraph",
12294 "prost 0.9.0",
12295 "prost-types 0.9.0",
12296 "regex",
12297 "tempfile",
12298 "which 4.4.2",
12299]
12300
12301[[package]]
12302name = "prost-build"
12303version = "0.12.6"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12306dependencies = [
12307 "bytes 1.10.1",
12308 "heck 0.5.0",
12309 "itertools 0.12.1",
12310 "log",
12311 "multimap",
12312 "once_cell",
12313 "petgraph",
12314 "prettyplease",
12315 "prost 0.12.6",
12316 "prost-types 0.12.6",
12317 "regex",
12318 "syn 2.0.101",
12319 "tempfile",
12320]
12321
12322[[package]]
12323name = "prost-derive"
12324version = "0.9.0"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12327dependencies = [
12328 "anyhow",
12329 "itertools 0.10.5",
12330 "proc-macro2",
12331 "quote",
12332 "syn 1.0.109",
12333]
12334
12335[[package]]
12336name = "prost-derive"
12337version = "0.12.6"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12340dependencies = [
12341 "anyhow",
12342 "itertools 0.12.1",
12343 "proc-macro2",
12344 "quote",
12345 "syn 2.0.101",
12346]
12347
12348[[package]]
12349name = "prost-types"
12350version = "0.9.0"
12351source = "registry+https://github.com/rust-lang/crates.io-index"
12352checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12353dependencies = [
12354 "bytes 1.10.1",
12355 "prost 0.9.0",
12356]
12357
12358[[package]]
12359name = "prost-types"
12360version = "0.12.6"
12361source = "registry+https://github.com/rust-lang/crates.io-index"
12362checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12363dependencies = [
12364 "prost 0.12.6",
12365]
12366
12367[[package]]
12368name = "proto"
12369version = "0.1.0"
12370dependencies = [
12371 "anyhow",
12372 "collections",
12373 "prost 0.9.0",
12374 "prost-build 0.9.0",
12375 "serde",
12376 "typed-path",
12377 "workspace-hack",
12378]
12379
12380[[package]]
12381name = "protobuf"
12382version = "3.7.2"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12385dependencies = [
12386 "once_cell",
12387 "protobuf-support",
12388 "thiserror 1.0.69",
12389]
12390
12391[[package]]
12392name = "protobuf-support"
12393version = "3.7.2"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12396dependencies = [
12397 "thiserror 1.0.69",
12398]
12399
12400[[package]]
12401name = "psm"
12402version = "0.1.25"
12403source = "registry+https://github.com/rust-lang/crates.io-index"
12404checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12405dependencies = [
12406 "cc",
12407]
12408
12409[[package]]
12410name = "ptr_meta"
12411version = "0.1.4"
12412source = "registry+https://github.com/rust-lang/crates.io-index"
12413checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12414dependencies = [
12415 "ptr_meta_derive",
12416]
12417
12418[[package]]
12419name = "ptr_meta_derive"
12420version = "0.1.4"
12421source = "registry+https://github.com/rust-lang/crates.io-index"
12422checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12423dependencies = [
12424 "proc-macro2",
12425 "quote",
12426 "syn 1.0.109",
12427]
12428
12429[[package]]
12430name = "pulldown-cmark"
12431version = "0.10.3"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12434dependencies = [
12435 "bitflags 2.9.0",
12436 "memchr",
12437 "pulldown-cmark-escape",
12438 "unicase",
12439]
12440
12441[[package]]
12442name = "pulldown-cmark"
12443version = "0.12.2"
12444source = "registry+https://github.com/rust-lang/crates.io-index"
12445checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12446dependencies = [
12447 "bitflags 2.9.0",
12448 "memchr",
12449 "unicase",
12450]
12451
12452[[package]]
12453name = "pulldown-cmark-escape"
12454version = "0.10.1"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12457
12458[[package]]
12459name = "pulley-interpreter"
12460version = "29.0.1"
12461source = "registry+https://github.com/rust-lang/crates.io-index"
12462checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12463dependencies = [
12464 "cranelift-bitset",
12465 "log",
12466 "sptr",
12467 "wasmtime-math",
12468]
12469
12470[[package]]
12471name = "pulp"
12472version = "0.18.22"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12475dependencies = [
12476 "bytemuck",
12477 "libm",
12478 "num-complex",
12479 "reborrow",
12480]
12481
12482[[package]]
12483name = "pulp"
12484version = "0.21.5"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12487dependencies = [
12488 "bytemuck",
12489 "cfg-if",
12490 "libm",
12491 "num-complex",
12492 "reborrow",
12493 "version_check",
12494]
12495
12496[[package]]
12497name = "qoi"
12498version = "0.4.1"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12501dependencies = [
12502 "bytemuck",
12503]
12504
12505[[package]]
12506name = "quick-error"
12507version = "2.0.1"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12510
12511[[package]]
12512name = "quick-xml"
12513version = "0.30.0"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12516dependencies = [
12517 "memchr",
12518]
12519
12520[[package]]
12521name = "quick-xml"
12522version = "0.32.0"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12525dependencies = [
12526 "memchr",
12527]
12528
12529[[package]]
12530name = "quick-xml"
12531version = "0.37.4"
12532source = "registry+https://github.com/rust-lang/crates.io-index"
12533checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12534dependencies = [
12535 "memchr",
12536]
12537
12538[[package]]
12539name = "quinn"
12540version = "0.11.7"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12543dependencies = [
12544 "bytes 1.10.1",
12545 "cfg_aliases 0.2.1",
12546 "pin-project-lite",
12547 "quinn-proto",
12548 "quinn-udp",
12549 "rustc-hash 2.1.1",
12550 "rustls 0.23.26",
12551 "socket2",
12552 "thiserror 2.0.12",
12553 "tokio",
12554 "tracing",
12555 "web-time",
12556]
12557
12558[[package]]
12559name = "quinn-proto"
12560version = "0.11.10"
12561source = "registry+https://github.com/rust-lang/crates.io-index"
12562checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12563dependencies = [
12564 "bytes 1.10.1",
12565 "getrandom 0.3.2",
12566 "rand 0.9.1",
12567 "ring",
12568 "rustc-hash 2.1.1",
12569 "rustls 0.23.26",
12570 "rustls-pki-types",
12571 "slab",
12572 "thiserror 2.0.12",
12573 "tinyvec",
12574 "tracing",
12575 "web-time",
12576]
12577
12578[[package]]
12579name = "quinn-udp"
12580version = "0.5.11"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12583dependencies = [
12584 "cfg_aliases 0.2.1",
12585 "libc",
12586 "once_cell",
12587 "socket2",
12588 "tracing",
12589 "windows-sys 0.59.0",
12590]
12591
12592[[package]]
12593name = "quote"
12594version = "1.0.40"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12597dependencies = [
12598 "proc-macro2",
12599]
12600
12601[[package]]
12602name = "r-efi"
12603version = "5.2.0"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12606
12607[[package]]
12608name = "radium"
12609version = "0.7.0"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12612
12613[[package]]
12614name = "rand"
12615version = "0.8.5"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12618dependencies = [
12619 "libc",
12620 "rand_chacha 0.3.1",
12621 "rand_core 0.6.4",
12622]
12623
12624[[package]]
12625name = "rand"
12626version = "0.9.1"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12629dependencies = [
12630 "rand_chacha 0.9.0",
12631 "rand_core 0.9.3",
12632]
12633
12634[[package]]
12635name = "rand_chacha"
12636version = "0.3.1"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12639dependencies = [
12640 "ppv-lite86",
12641 "rand_core 0.6.4",
12642]
12643
12644[[package]]
12645name = "rand_chacha"
12646version = "0.9.0"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12649dependencies = [
12650 "ppv-lite86",
12651 "rand_core 0.9.3",
12652]
12653
12654[[package]]
12655name = "rand_core"
12656version = "0.6.4"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12659dependencies = [
12660 "getrandom 0.2.15",
12661]
12662
12663[[package]]
12664name = "rand_core"
12665version = "0.9.3"
12666source = "registry+https://github.com/rust-lang/crates.io-index"
12667checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12668dependencies = [
12669 "getrandom 0.3.2",
12670]
12671
12672[[package]]
12673name = "rand_distr"
12674version = "0.5.1"
12675source = "registry+https://github.com/rust-lang/crates.io-index"
12676checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12677dependencies = [
12678 "num-traits",
12679 "rand 0.9.1",
12680]
12681
12682[[package]]
12683name = "range-map"
12684version = "0.2.0"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12687dependencies = [
12688 "num-traits",
12689]
12690
12691[[package]]
12692name = "rangemap"
12693version = "1.5.1"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12696
12697[[package]]
12698name = "rav1e"
12699version = "0.7.1"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12702dependencies = [
12703 "arbitrary",
12704 "arg_enum_proc_macro",
12705 "arrayvec",
12706 "av1-grain",
12707 "bitstream-io",
12708 "built",
12709 "cfg-if",
12710 "interpolate_name",
12711 "itertools 0.12.1",
12712 "libc",
12713 "libfuzzer-sys",
12714 "log",
12715 "maybe-rayon",
12716 "new_debug_unreachable",
12717 "noop_proc_macro",
12718 "num-derive",
12719 "num-traits",
12720 "once_cell",
12721 "paste",
12722 "profiling",
12723 "rand 0.8.5",
12724 "rand_chacha 0.3.1",
12725 "simd_helpers",
12726 "system-deps",
12727 "thiserror 1.0.69",
12728 "v_frame",
12729 "wasm-bindgen",
12730]
12731
12732[[package]]
12733name = "ravif"
12734version = "0.11.12"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12737dependencies = [
12738 "avif-serialize",
12739 "imgref",
12740 "loop9",
12741 "quick-error",
12742 "rav1e",
12743 "rayon",
12744 "rgb",
12745]
12746
12747[[package]]
12748name = "raw-cpuid"
12749version = "10.7.0"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12752dependencies = [
12753 "bitflags 1.3.2",
12754]
12755
12756[[package]]
12757name = "raw-cpuid"
12758version = "11.6.0"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12761dependencies = [
12762 "bitflags 2.9.0",
12763]
12764
12765[[package]]
12766name = "raw-window-handle"
12767version = "0.6.2"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12770
12771[[package]]
12772name = "raw-window-metal"
12773version = "0.4.0"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12776dependencies = [
12777 "cocoa 0.25.0",
12778 "core-graphics 0.23.2",
12779 "objc",
12780 "raw-window-handle",
12781]
12782
12783[[package]]
12784name = "rayon"
12785version = "1.10.0"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12788dependencies = [
12789 "either",
12790 "rayon-core",
12791]
12792
12793[[package]]
12794name = "rayon-core"
12795version = "1.12.1"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12798dependencies = [
12799 "crossbeam-deque",
12800 "crossbeam-utils",
12801]
12802
12803[[package]]
12804name = "read-fonts"
12805version = "0.25.3"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12808dependencies = [
12809 "bytemuck",
12810 "font-types",
12811]
12812
12813[[package]]
12814name = "realfft"
12815version = "3.5.0"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12818dependencies = [
12819 "rustfft",
12820]
12821
12822[[package]]
12823name = "reborrow"
12824version = "0.5.5"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12827
12828[[package]]
12829name = "recent_projects"
12830version = "0.1.0"
12831dependencies = [
12832 "anyhow",
12833 "askpass",
12834 "auto_update",
12835 "dap",
12836 "editor",
12837 "extension_host",
12838 "file_finder",
12839 "futures 0.3.31",
12840 "fuzzy",
12841 "gpui",
12842 "indoc",
12843 "language",
12844 "log",
12845 "markdown",
12846 "menu",
12847 "ordered-float 2.10.1",
12848 "paths",
12849 "picker",
12850 "project",
12851 "release_channel",
12852 "remote",
12853 "serde",
12854 "serde_json",
12855 "settings",
12856 "smol",
12857 "task",
12858 "telemetry",
12859 "theme",
12860 "ui",
12861 "util",
12862 "windows-registry 0.6.0",
12863 "workspace",
12864 "workspace-hack",
12865 "zed_actions",
12866]
12867
12868[[package]]
12869name = "redox_syscall"
12870version = "0.2.16"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12873dependencies = [
12874 "bitflags 1.3.2",
12875]
12876
12877[[package]]
12878name = "redox_syscall"
12879version = "0.5.11"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12882dependencies = [
12883 "bitflags 2.9.0",
12884]
12885
12886[[package]]
12887name = "redox_users"
12888version = "0.4.6"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12891dependencies = [
12892 "getrandom 0.2.15",
12893 "libredox",
12894 "thiserror 1.0.69",
12895]
12896
12897[[package]]
12898name = "redox_users"
12899version = "0.5.0"
12900source = "registry+https://github.com/rust-lang/crates.io-index"
12901checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12902dependencies = [
12903 "getrandom 0.2.15",
12904 "libredox",
12905 "thiserror 2.0.12",
12906]
12907
12908[[package]]
12909name = "ref-cast"
12910version = "1.0.24"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12913dependencies = [
12914 "ref-cast-impl",
12915]
12916
12917[[package]]
12918name = "ref-cast-impl"
12919version = "1.0.24"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12922dependencies = [
12923 "proc-macro2",
12924 "quote",
12925 "syn 2.0.101",
12926]
12927
12928[[package]]
12929name = "referencing"
12930version = "0.30.0"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12933dependencies = [
12934 "ahash 0.8.11",
12935 "fluent-uri",
12936 "once_cell",
12937 "parking_lot",
12938 "percent-encoding",
12939 "serde_json",
12940]
12941
12942[[package]]
12943name = "refineable"
12944version = "0.1.0"
12945dependencies = [
12946 "derive_refineable",
12947 "workspace-hack",
12948]
12949
12950[[package]]
12951name = "regalloc2"
12952version = "0.11.2"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12955dependencies = [
12956 "allocator-api2",
12957 "bumpalo",
12958 "hashbrown 0.15.3",
12959 "log",
12960 "rustc-hash 2.1.1",
12961 "serde",
12962 "smallvec",
12963]
12964
12965[[package]]
12966name = "regex"
12967version = "1.11.1"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12970dependencies = [
12971 "aho-corasick",
12972 "memchr",
12973 "regex-automata",
12974 "regex-syntax",
12975]
12976
12977[[package]]
12978name = "regex-automata"
12979version = "0.4.9"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12982dependencies = [
12983 "aho-corasick",
12984 "memchr",
12985 "regex-syntax",
12986]
12987
12988[[package]]
12989name = "regex-lite"
12990version = "0.1.6"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12993
12994[[package]]
12995name = "regex-syntax"
12996version = "0.8.5"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12999
13000[[package]]
13001name = "release_channel"
13002version = "0.1.0"
13003dependencies = [
13004 "gpui",
13005 "workspace-hack",
13006]
13007
13008[[package]]
13009name = "remote"
13010version = "0.1.0"
13011dependencies = [
13012 "anyhow",
13013 "askpass",
13014 "async-trait",
13015 "collections",
13016 "fs",
13017 "futures 0.3.31",
13018 "gpui",
13019 "itertools 0.14.0",
13020 "log",
13021 "parking_lot",
13022 "paths",
13023 "prost 0.9.0",
13024 "release_channel",
13025 "rpc",
13026 "serde",
13027 "serde_json",
13028 "settings",
13029 "shlex",
13030 "smol",
13031 "tempfile",
13032 "thiserror 2.0.12",
13033 "urlencoding",
13034 "util",
13035 "which 6.0.3",
13036 "workspace-hack",
13037]
13038
13039[[package]]
13040name = "remote_server"
13041version = "0.1.0"
13042dependencies = [
13043 "action_log",
13044 "anyhow",
13045 "askpass",
13046 "assistant_tool",
13047 "assistant_tools",
13048 "cargo_toml",
13049 "clap",
13050 "client",
13051 "clock",
13052 "collections",
13053 "crash-handler",
13054 "crashes",
13055 "dap",
13056 "dap_adapters",
13057 "debug_adapter_extension",
13058 "editor",
13059 "env_logger 0.11.8",
13060 "extension",
13061 "extension_host",
13062 "fork",
13063 "fs",
13064 "futures 0.3.31",
13065 "git",
13066 "git2",
13067 "git_hosting_providers",
13068 "gpui",
13069 "gpui_tokio",
13070 "http_client",
13071 "json_schema_store",
13072 "language",
13073 "language_extension",
13074 "language_model",
13075 "languages",
13076 "libc",
13077 "log",
13078 "lsp",
13079 "minidumper",
13080 "node_runtime",
13081 "paths",
13082 "pretty_assertions",
13083 "project",
13084 "proto",
13085 "release_channel",
13086 "remote",
13087 "reqwest_client",
13088 "rpc",
13089 "rust-embed",
13090 "serde",
13091 "serde_json",
13092 "settings",
13093 "shellexpand 2.1.2",
13094 "smol",
13095 "sysinfo",
13096 "thiserror 2.0.12",
13097 "toml 0.8.20",
13098 "unindent",
13099 "util",
13100 "watch",
13101 "workspace",
13102 "worktree",
13103 "zlog",
13104]
13105
13106[[package]]
13107name = "rend"
13108version = "0.4.2"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13111dependencies = [
13112 "bytecheck",
13113]
13114
13115[[package]]
13116name = "repl"
13117version = "0.1.0"
13118dependencies = [
13119 "alacritty_terminal",
13120 "anyhow",
13121 "async-dispatcher",
13122 "async-tungstenite",
13123 "base64 0.22.1",
13124 "client",
13125 "collections",
13126 "command_palette_hooks",
13127 "editor",
13128 "env_logger 0.11.8",
13129 "feature_flags",
13130 "file_icons",
13131 "futures 0.3.31",
13132 "gpui",
13133 "http_client",
13134 "image",
13135 "indoc",
13136 "jupyter-protocol",
13137 "jupyter-websocket-client",
13138 "language",
13139 "languages",
13140 "log",
13141 "markdown_preview",
13142 "menu",
13143 "multi_buffer",
13144 "nbformat",
13145 "picker",
13146 "project",
13147 "runtimelib",
13148 "serde",
13149 "serde_json",
13150 "settings",
13151 "smol",
13152 "telemetry",
13153 "terminal",
13154 "terminal_view",
13155 "theme",
13156 "tree-sitter-md",
13157 "tree-sitter-python",
13158 "tree-sitter-typescript",
13159 "ui",
13160 "util",
13161 "uuid",
13162 "workspace",
13163 "workspace-hack",
13164]
13165
13166[[package]]
13167name = "reqwest"
13168version = "0.11.27"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13171dependencies = [
13172 "base64 0.21.7",
13173 "bytes 1.10.1",
13174 "encoding_rs",
13175 "futures-core",
13176 "futures-util",
13177 "h2 0.3.26",
13178 "http 0.2.12",
13179 "http-body 0.4.6",
13180 "hyper 0.14.32",
13181 "hyper-rustls 0.24.2",
13182 "hyper-tls",
13183 "ipnet",
13184 "js-sys",
13185 "log",
13186 "mime",
13187 "native-tls",
13188 "once_cell",
13189 "percent-encoding",
13190 "pin-project-lite",
13191 "rustls 0.21.12",
13192 "rustls-native-certs 0.6.3",
13193 "rustls-pemfile 1.0.4",
13194 "serde",
13195 "serde_json",
13196 "serde_urlencoded",
13197 "sync_wrapper 0.1.2",
13198 "system-configuration 0.5.1",
13199 "tokio",
13200 "tokio-native-tls",
13201 "tokio-rustls 0.24.1",
13202 "tower-service",
13203 "url",
13204 "wasm-bindgen",
13205 "wasm-bindgen-futures",
13206 "web-sys",
13207 "winreg 0.50.0",
13208]
13209
13210[[package]]
13211name = "reqwest"
13212version = "0.12.15"
13213source = "registry+https://github.com/rust-lang/crates.io-index"
13214checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13215dependencies = [
13216 "base64 0.22.1",
13217 "bytes 1.10.1",
13218 "futures-channel",
13219 "futures-core",
13220 "futures-util",
13221 "http 1.3.1",
13222 "http-body 1.0.1",
13223 "http-body-util",
13224 "hyper 1.6.0",
13225 "hyper-util",
13226 "ipnet",
13227 "js-sys",
13228 "log",
13229 "mime",
13230 "once_cell",
13231 "percent-encoding",
13232 "pin-project-lite",
13233 "serde",
13234 "serde_json",
13235 "serde_urlencoded",
13236 "sync_wrapper 1.0.2",
13237 "tokio",
13238 "tower 0.5.2",
13239 "tower-service",
13240 "url",
13241 "wasm-bindgen",
13242 "wasm-bindgen-futures",
13243 "web-sys",
13244 "windows-registry 0.4.0",
13245]
13246
13247[[package]]
13248name = "reqwest"
13249version = "0.12.15"
13250source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13251dependencies = [
13252 "base64 0.22.1",
13253 "bytes 1.10.1",
13254 "encoding_rs",
13255 "futures-core",
13256 "futures-util",
13257 "h2 0.4.9",
13258 "http 1.3.1",
13259 "http-body 1.0.1",
13260 "http-body-util",
13261 "hyper 1.6.0",
13262 "hyper-rustls 0.27.5",
13263 "hyper-util",
13264 "ipnet",
13265 "js-sys",
13266 "log",
13267 "mime",
13268 "mime_guess",
13269 "once_cell",
13270 "percent-encoding",
13271 "pin-project-lite",
13272 "quinn",
13273 "rustls 0.23.26",
13274 "rustls-native-certs 0.8.1",
13275 "rustls-pemfile 2.2.0",
13276 "rustls-pki-types",
13277 "serde",
13278 "serde_json",
13279 "serde_urlencoded",
13280 "sync_wrapper 1.0.2",
13281 "system-configuration 0.6.1",
13282 "tokio",
13283 "tokio-rustls 0.26.2",
13284 "tokio-socks",
13285 "tokio-util",
13286 "tower 0.5.2",
13287 "tower-service",
13288 "url",
13289 "wasm-bindgen",
13290 "wasm-bindgen-futures",
13291 "wasm-streams",
13292 "web-sys",
13293 "windows-registry 0.4.0",
13294]
13295
13296[[package]]
13297name = "reqwest_client"
13298version = "0.1.0"
13299dependencies = [
13300 "anyhow",
13301 "bytes 1.10.1",
13302 "futures 0.3.31",
13303 "gpui",
13304 "http_client",
13305 "http_client_tls",
13306 "log",
13307 "regex",
13308 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13309 "serde",
13310 "tokio",
13311 "workspace-hack",
13312]
13313
13314[[package]]
13315name = "resvg"
13316version = "0.45.1"
13317source = "registry+https://github.com/rust-lang/crates.io-index"
13318checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13319dependencies = [
13320 "log",
13321 "pico-args",
13322 "rgb",
13323 "svgtypes",
13324 "tiny-skia",
13325 "usvg",
13326]
13327
13328[[package]]
13329name = "rfc6979"
13330version = "0.3.1"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13333dependencies = [
13334 "crypto-bigint 0.4.9",
13335 "hmac",
13336 "zeroize",
13337]
13338
13339[[package]]
13340name = "rgb"
13341version = "0.8.50"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13344dependencies = [
13345 "bytemuck",
13346]
13347
13348[[package]]
13349name = "rich_text"
13350version = "0.1.0"
13351dependencies = [
13352 "futures 0.3.31",
13353 "gpui",
13354 "language",
13355 "linkify",
13356 "pulldown-cmark 0.12.2",
13357 "theme",
13358 "ui",
13359 "util",
13360 "workspace-hack",
13361]
13362
13363[[package]]
13364name = "ring"
13365version = "0.17.14"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13368dependencies = [
13369 "cc",
13370 "cfg-if",
13371 "getrandom 0.2.15",
13372 "libc",
13373 "untrusted",
13374 "windows-sys 0.52.0",
13375]
13376
13377[[package]]
13378name = "rkyv"
13379version = "0.7.45"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13382dependencies = [
13383 "bitvec",
13384 "bytecheck",
13385 "bytes 1.10.1",
13386 "hashbrown 0.12.3",
13387 "ptr_meta",
13388 "rend",
13389 "rkyv_derive",
13390 "seahash",
13391 "tinyvec",
13392 "uuid",
13393]
13394
13395[[package]]
13396name = "rkyv_derive"
13397version = "0.7.45"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13400dependencies = [
13401 "proc-macro2",
13402 "quote",
13403 "syn 1.0.109",
13404]
13405
13406[[package]]
13407name = "rmp"
13408version = "0.8.14"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13411dependencies = [
13412 "byteorder",
13413 "num-traits",
13414 "paste",
13415]
13416
13417[[package]]
13418name = "rmpv"
13419version = "1.3.0"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13422dependencies = [
13423 "num-traits",
13424 "rmp",
13425]
13426
13427[[package]]
13428name = "rodio"
13429version = "0.21.1"
13430source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13431dependencies = [
13432 "cpal",
13433 "dasp_sample",
13434 "hound",
13435 "num-rational",
13436 "rtrb",
13437 "symphonia",
13438 "thiserror 2.0.12",
13439]
13440
13441[[package]]
13442name = "rope"
13443version = "0.1.0"
13444dependencies = [
13445 "arrayvec",
13446 "criterion",
13447 "ctor",
13448 "gpui",
13449 "log",
13450 "rand 0.9.1",
13451 "rayon",
13452 "smallvec",
13453 "sum_tree",
13454 "unicode-segmentation",
13455 "util",
13456 "workspace-hack",
13457 "zlog",
13458]
13459
13460[[package]]
13461name = "roxmltree"
13462version = "0.20.0"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13465
13466[[package]]
13467name = "rpc"
13468version = "0.1.0"
13469dependencies = [
13470 "anyhow",
13471 "async-tungstenite",
13472 "base64 0.22.1",
13473 "chrono",
13474 "collections",
13475 "futures 0.3.31",
13476 "gpui",
13477 "parking_lot",
13478 "proto",
13479 "rand 0.9.1",
13480 "rsa",
13481 "serde",
13482 "serde_json",
13483 "sha2",
13484 "strum 0.27.1",
13485 "tracing",
13486 "util",
13487 "workspace-hack",
13488 "zlog",
13489 "zstd",
13490]
13491
13492[[package]]
13493name = "rsa"
13494version = "0.9.8"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13497dependencies = [
13498 "const-oid",
13499 "digest",
13500 "num-bigint-dig",
13501 "num-integer",
13502 "num-traits",
13503 "pkcs1",
13504 "pkcs8 0.10.2",
13505 "rand_core 0.6.4",
13506 "signature 2.2.0",
13507 "spki 0.7.3",
13508 "subtle",
13509 "zeroize",
13510]
13511
13512[[package]]
13513name = "rtrb"
13514version = "0.3.2"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13517
13518[[package]]
13519name = "rules_library"
13520version = "0.1.0"
13521dependencies = [
13522 "anyhow",
13523 "collections",
13524 "editor",
13525 "gpui",
13526 "language",
13527 "language_model",
13528 "log",
13529 "menu",
13530 "picker",
13531 "prompt_store",
13532 "release_channel",
13533 "rope",
13534 "serde",
13535 "settings",
13536 "theme",
13537 "title_bar",
13538 "ui",
13539 "util",
13540 "workspace",
13541 "workspace-hack",
13542 "zed_actions",
13543]
13544
13545[[package]]
13546name = "runtimelib"
13547version = "0.25.0"
13548source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13549dependencies = [
13550 "anyhow",
13551 "async-dispatcher",
13552 "async-std",
13553 "base64 0.22.1",
13554 "bytes 1.10.1",
13555 "chrono",
13556 "data-encoding",
13557 "dirs 5.0.1",
13558 "futures 0.3.31",
13559 "glob",
13560 "jupyter-protocol",
13561 "ring",
13562 "serde",
13563 "serde_json",
13564 "shellexpand 3.1.1",
13565 "smol",
13566 "uuid",
13567 "zeromq",
13568]
13569
13570[[package]]
13571name = "rust-embed"
13572version = "8.7.0"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13575dependencies = [
13576 "rust-embed-impl",
13577 "rust-embed-utils",
13578 "walkdir",
13579]
13580
13581[[package]]
13582name = "rust-embed-impl"
13583version = "8.7.0"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13586dependencies = [
13587 "proc-macro2",
13588 "quote",
13589 "rust-embed-utils",
13590 "syn 2.0.101",
13591 "walkdir",
13592]
13593
13594[[package]]
13595name = "rust-embed-utils"
13596version = "8.7.0"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13599dependencies = [
13600 "globset",
13601 "sha2",
13602 "walkdir",
13603]
13604
13605[[package]]
13606name = "rust_decimal"
13607version = "1.37.1"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13610dependencies = [
13611 "arrayvec",
13612 "borsh",
13613 "bytes 1.10.1",
13614 "num-traits",
13615 "rand 0.8.5",
13616 "rkyv",
13617 "serde",
13618 "serde_json",
13619]
13620
13621[[package]]
13622name = "rustc-demangle"
13623version = "0.1.24"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13626
13627[[package]]
13628name = "rustc-hash"
13629version = "1.1.0"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13632
13633[[package]]
13634name = "rustc-hash"
13635version = "2.1.1"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13638
13639[[package]]
13640name = "rustc_version"
13641version = "0.4.1"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13644dependencies = [
13645 "semver",
13646]
13647
13648[[package]]
13649name = "rustfft"
13650version = "6.4.0"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13653dependencies = [
13654 "num-complex",
13655 "num-integer",
13656 "num-traits",
13657 "primal-check",
13658 "strength_reduce",
13659 "transpose",
13660]
13661
13662[[package]]
13663name = "rustix"
13664version = "0.38.44"
13665source = "registry+https://github.com/rust-lang/crates.io-index"
13666checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13667dependencies = [
13668 "bitflags 2.9.0",
13669 "errno 0.3.11",
13670 "libc",
13671 "linux-raw-sys 0.4.15",
13672 "windows-sys 0.59.0",
13673]
13674
13675[[package]]
13676name = "rustix"
13677version = "1.0.7"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13680dependencies = [
13681 "bitflags 2.9.0",
13682 "errno 0.3.11",
13683 "libc",
13684 "linux-raw-sys 0.9.4",
13685 "windows-sys 0.59.0",
13686]
13687
13688[[package]]
13689name = "rustix-linux-procfs"
13690version = "0.1.1"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13693dependencies = [
13694 "once_cell",
13695 "rustix 1.0.7",
13696]
13697
13698[[package]]
13699name = "rustix-openpty"
13700version = "0.2.0"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13703dependencies = [
13704 "errno 0.3.11",
13705 "libc",
13706 "rustix 1.0.7",
13707]
13708
13709[[package]]
13710name = "rustls"
13711version = "0.21.12"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13714dependencies = [
13715 "log",
13716 "ring",
13717 "rustls-webpki 0.101.7",
13718 "sct",
13719]
13720
13721[[package]]
13722name = "rustls"
13723version = "0.23.26"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13726dependencies = [
13727 "aws-lc-rs",
13728 "log",
13729 "once_cell",
13730 "ring",
13731 "rustls-pki-types",
13732 "rustls-webpki 0.103.1",
13733 "subtle",
13734 "zeroize",
13735]
13736
13737[[package]]
13738name = "rustls-native-certs"
13739version = "0.6.3"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13742dependencies = [
13743 "openssl-probe",
13744 "rustls-pemfile 1.0.4",
13745 "schannel",
13746 "security-framework 2.11.1",
13747]
13748
13749[[package]]
13750name = "rustls-native-certs"
13751version = "0.8.1"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13754dependencies = [
13755 "openssl-probe",
13756 "rustls-pki-types",
13757 "schannel",
13758 "security-framework 3.2.0",
13759]
13760
13761[[package]]
13762name = "rustls-pemfile"
13763version = "1.0.4"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13766dependencies = [
13767 "base64 0.21.7",
13768]
13769
13770[[package]]
13771name = "rustls-pemfile"
13772version = "2.2.0"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13775dependencies = [
13776 "rustls-pki-types",
13777]
13778
13779[[package]]
13780name = "rustls-pki-types"
13781version = "1.12.0"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13784dependencies = [
13785 "web-time",
13786 "zeroize",
13787]
13788
13789[[package]]
13790name = "rustls-platform-verifier"
13791version = "0.5.1"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13794dependencies = [
13795 "core-foundation 0.10.0",
13796 "core-foundation-sys",
13797 "jni",
13798 "log",
13799 "once_cell",
13800 "rustls 0.23.26",
13801 "rustls-native-certs 0.8.1",
13802 "rustls-platform-verifier-android",
13803 "rustls-webpki 0.103.1",
13804 "security-framework 3.2.0",
13805 "security-framework-sys",
13806 "webpki-root-certs",
13807 "windows-sys 0.59.0",
13808]
13809
13810[[package]]
13811name = "rustls-platform-verifier-android"
13812version = "0.1.1"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13815
13816[[package]]
13817name = "rustls-webpki"
13818version = "0.101.7"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13821dependencies = [
13822 "ring",
13823 "untrusted",
13824]
13825
13826[[package]]
13827name = "rustls-webpki"
13828version = "0.103.1"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13831dependencies = [
13832 "aws-lc-rs",
13833 "ring",
13834 "rustls-pki-types",
13835 "untrusted",
13836]
13837
13838[[package]]
13839name = "rustversion"
13840version = "1.0.20"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13843
13844[[package]]
13845name = "rustybuzz"
13846version = "0.14.1"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13849dependencies = [
13850 "bitflags 2.9.0",
13851 "bytemuck",
13852 "libm",
13853 "smallvec",
13854 "ttf-parser 0.21.1",
13855 "unicode-bidi-mirroring 0.2.0",
13856 "unicode-ccc 0.2.0",
13857 "unicode-properties",
13858 "unicode-script",
13859]
13860
13861[[package]]
13862name = "rustybuzz"
13863version = "0.20.1"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13866dependencies = [
13867 "bitflags 2.9.0",
13868 "bytemuck",
13869 "core_maths",
13870 "log",
13871 "smallvec",
13872 "ttf-parser 0.25.1",
13873 "unicode-bidi-mirroring 0.4.0",
13874 "unicode-ccc 0.4.0",
13875 "unicode-properties",
13876 "unicode-script",
13877]
13878
13879[[package]]
13880name = "ryu"
13881version = "1.0.20"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13884
13885[[package]]
13886name = "safetensors"
13887version = "0.4.5"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13890dependencies = [
13891 "serde",
13892 "serde_json",
13893]
13894
13895[[package]]
13896name = "salsa20"
13897version = "0.10.2"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13900dependencies = [
13901 "cipher",
13902]
13903
13904[[package]]
13905name = "same-file"
13906version = "1.0.6"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13909dependencies = [
13910 "winapi-util",
13911]
13912
13913[[package]]
13914name = "scap"
13915version = "0.0.8"
13916source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13917dependencies = [
13918 "anyhow",
13919 "cocoa 0.25.0",
13920 "core-graphics-helmer-fork",
13921 "log",
13922 "objc",
13923 "rand 0.8.5",
13924 "screencapturekit",
13925 "screencapturekit-sys",
13926 "sysinfo",
13927 "tao-core-video-sys",
13928 "windows 0.61.1",
13929 "windows-capture",
13930 "x11",
13931 "xcb",
13932]
13933
13934[[package]]
13935name = "schannel"
13936version = "0.1.27"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13939dependencies = [
13940 "windows-sys 0.59.0",
13941]
13942
13943[[package]]
13944name = "scheduler"
13945version = "0.1.0"
13946dependencies = [
13947 "async-task",
13948 "backtrace",
13949 "chrono",
13950 "futures 0.3.31",
13951 "parking_lot",
13952 "rand 0.9.1",
13953 "workspace-hack",
13954]
13955
13956[[package]]
13957name = "schema_generator"
13958version = "0.1.0"
13959dependencies = [
13960 "anyhow",
13961 "clap",
13962 "env_logger 0.11.8",
13963 "schemars 1.0.1",
13964 "serde",
13965 "serde_json",
13966 "theme",
13967 "workspace-hack",
13968]
13969
13970[[package]]
13971name = "schemars"
13972version = "0.9.0"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13975dependencies = [
13976 "dyn-clone",
13977 "ref-cast",
13978 "serde",
13979 "serde_json",
13980]
13981
13982[[package]]
13983name = "schemars"
13984version = "1.0.1"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13987dependencies = [
13988 "dyn-clone",
13989 "indexmap 2.9.0",
13990 "ref-cast",
13991 "schemars_derive",
13992 "serde",
13993 "serde_json",
13994]
13995
13996[[package]]
13997name = "schemars_derive"
13998version = "1.0.1"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
14001dependencies = [
14002 "proc-macro2",
14003 "quote",
14004 "serde_derive_internals",
14005 "syn 2.0.101",
14006]
14007
14008[[package]]
14009name = "scoped-tls"
14010version = "1.0.1"
14011source = "registry+https://github.com/rust-lang/crates.io-index"
14012checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14013
14014[[package]]
14015name = "scopeguard"
14016version = "1.2.0"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14019
14020[[package]]
14021name = "scratch"
14022version = "1.0.8"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14025
14026[[package]]
14027name = "screencapturekit"
14028version = "0.2.8"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14031dependencies = [
14032 "screencapturekit-sys",
14033]
14034
14035[[package]]
14036name = "screencapturekit-sys"
14037version = "0.2.8"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14040dependencies = [
14041 "block",
14042 "dispatch",
14043 "objc",
14044 "objc-foundation",
14045 "objc_id",
14046 "once_cell",
14047]
14048
14049[[package]]
14050name = "scroll"
14051version = "0.12.0"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14054dependencies = [
14055 "scroll_derive",
14056]
14057
14058[[package]]
14059name = "scroll_derive"
14060version = "0.12.1"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14063dependencies = [
14064 "proc-macro2",
14065 "quote",
14066 "syn 2.0.101",
14067]
14068
14069[[package]]
14070name = "scrypt"
14071version = "0.11.0"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14074dependencies = [
14075 "password-hash 0.5.0",
14076 "pbkdf2 0.12.2",
14077 "salsa20",
14078 "sha2",
14079]
14080
14081[[package]]
14082name = "sct"
14083version = "0.7.1"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14086dependencies = [
14087 "ring",
14088 "untrusted",
14089]
14090
14091[[package]]
14092name = "sea-bae"
14093version = "0.2.1"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14096dependencies = [
14097 "heck 0.4.1",
14098 "proc-macro-error2",
14099 "proc-macro2",
14100 "quote",
14101 "syn 2.0.101",
14102]
14103
14104[[package]]
14105name = "sea-orm"
14106version = "1.1.10"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14109dependencies = [
14110 "async-stream",
14111 "async-trait",
14112 "bigdecimal",
14113 "chrono",
14114 "futures-util",
14115 "log",
14116 "ouroboros",
14117 "pgvector",
14118 "rust_decimal",
14119 "sea-orm-macros",
14120 "sea-query",
14121 "sea-query-binder",
14122 "serde",
14123 "serde_json",
14124 "sqlx",
14125 "strum 0.26.3",
14126 "thiserror 2.0.12",
14127 "time",
14128 "tracing",
14129 "url",
14130 "uuid",
14131]
14132
14133[[package]]
14134name = "sea-orm-macros"
14135version = "1.1.10"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14138dependencies = [
14139 "heck 0.4.1",
14140 "proc-macro2",
14141 "quote",
14142 "sea-bae",
14143 "syn 2.0.101",
14144 "unicode-ident",
14145]
14146
14147[[package]]
14148name = "sea-query"
14149version = "0.32.4"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14152dependencies = [
14153 "bigdecimal",
14154 "chrono",
14155 "inherent",
14156 "ordered-float 4.6.0",
14157 "rust_decimal",
14158 "serde_json",
14159 "time",
14160 "uuid",
14161]
14162
14163[[package]]
14164name = "sea-query-binder"
14165version = "0.7.0"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14168dependencies = [
14169 "bigdecimal",
14170 "chrono",
14171 "rust_decimal",
14172 "sea-query",
14173 "serde_json",
14174 "sqlx",
14175 "time",
14176 "uuid",
14177]
14178
14179[[package]]
14180name = "seahash"
14181version = "4.1.0"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14184
14185[[package]]
14186name = "search"
14187version = "0.1.0"
14188dependencies = [
14189 "any_vec",
14190 "anyhow",
14191 "bitflags 2.9.0",
14192 "client",
14193 "collections",
14194 "editor",
14195 "futures 0.3.31",
14196 "gpui",
14197 "language",
14198 "menu",
14199 "project",
14200 "schemars 1.0.1",
14201 "serde",
14202 "serde_json",
14203 "settings",
14204 "smol",
14205 "theme",
14206 "ui",
14207 "unindent",
14208 "util",
14209 "workspace",
14210 "workspace-hack",
14211 "zed_actions",
14212]
14213
14214[[package]]
14215name = "sec1"
14216version = "0.3.0"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14219dependencies = [
14220 "base16ct",
14221 "der 0.6.1",
14222 "generic-array",
14223 "pkcs8 0.9.0",
14224 "subtle",
14225 "zeroize",
14226]
14227
14228[[package]]
14229name = "security-framework"
14230version = "2.11.1"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14233dependencies = [
14234 "bitflags 2.9.0",
14235 "core-foundation 0.9.4",
14236 "core-foundation-sys",
14237 "libc",
14238 "security-framework-sys",
14239]
14240
14241[[package]]
14242name = "security-framework"
14243version = "3.2.0"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14246dependencies = [
14247 "bitflags 2.9.0",
14248 "core-foundation 0.10.0",
14249 "core-foundation-sys",
14250 "libc",
14251 "security-framework-sys",
14252]
14253
14254[[package]]
14255name = "security-framework-sys"
14256version = "2.14.0"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14259dependencies = [
14260 "core-foundation-sys",
14261 "libc",
14262]
14263
14264[[package]]
14265name = "self_cell"
14266version = "1.2.0"
14267source = "registry+https://github.com/rust-lang/crates.io-index"
14268checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14269
14270[[package]]
14271name = "semantic_version"
14272version = "0.1.0"
14273dependencies = [
14274 "anyhow",
14275 "serde",
14276 "workspace-hack",
14277]
14278
14279[[package]]
14280name = "semver"
14281version = "1.0.26"
14282source = "registry+https://github.com/rust-lang/crates.io-index"
14283checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14284dependencies = [
14285 "serde",
14286]
14287
14288[[package]]
14289name = "seq-macro"
14290version = "0.3.6"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14293
14294[[package]]
14295name = "serde"
14296version = "1.0.221"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14299dependencies = [
14300 "serde_core",
14301 "serde_derive",
14302]
14303
14304[[package]]
14305name = "serde_core"
14306version = "1.0.221"
14307source = "registry+https://github.com/rust-lang/crates.io-index"
14308checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14309dependencies = [
14310 "serde_derive",
14311]
14312
14313[[package]]
14314name = "serde_derive"
14315version = "1.0.221"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14318dependencies = [
14319 "proc-macro2",
14320 "quote",
14321 "syn 2.0.101",
14322]
14323
14324[[package]]
14325name = "serde_derive_internals"
14326version = "0.29.1"
14327source = "registry+https://github.com/rust-lang/crates.io-index"
14328checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14329dependencies = [
14330 "proc-macro2",
14331 "quote",
14332 "syn 2.0.101",
14333]
14334
14335[[package]]
14336name = "serde_fmt"
14337version = "1.0.3"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14340dependencies = [
14341 "serde",
14342]
14343
14344[[package]]
14345name = "serde_json"
14346version = "1.0.144"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14349dependencies = [
14350 "indexmap 2.9.0",
14351 "itoa",
14352 "memchr",
14353 "ryu",
14354 "serde_core",
14355]
14356
14357[[package]]
14358name = "serde_json_lenient"
14359version = "0.2.4"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14362dependencies = [
14363 "indexmap 2.9.0",
14364 "itoa",
14365 "memchr",
14366 "ryu",
14367 "serde",
14368]
14369
14370[[package]]
14371name = "serde_path_to_error"
14372version = "0.1.17"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14375dependencies = [
14376 "itoa",
14377 "serde",
14378]
14379
14380[[package]]
14381name = "serde_repr"
14382version = "0.1.20"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14385dependencies = [
14386 "proc-macro2",
14387 "quote",
14388 "syn 2.0.101",
14389]
14390
14391[[package]]
14392name = "serde_spanned"
14393version = "0.6.8"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14396dependencies = [
14397 "serde",
14398]
14399
14400[[package]]
14401name = "serde_urlencoded"
14402version = "0.7.1"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14405dependencies = [
14406 "form_urlencoded",
14407 "itoa",
14408 "ryu",
14409 "serde",
14410]
14411
14412[[package]]
14413name = "serde_with"
14414version = "3.13.0"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14417dependencies = [
14418 "base64 0.22.1",
14419 "chrono",
14420 "hex",
14421 "indexmap 1.9.3",
14422 "indexmap 2.9.0",
14423 "schemars 0.9.0",
14424 "serde",
14425 "serde_derive",
14426 "serde_json",
14427 "serde_with_macros",
14428 "time",
14429]
14430
14431[[package]]
14432name = "serde_with_macros"
14433version = "3.13.0"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14436dependencies = [
14437 "darling",
14438 "proc-macro2",
14439 "quote",
14440 "syn 2.0.101",
14441]
14442
14443[[package]]
14444name = "serial2"
14445version = "0.2.29"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14448dependencies = [
14449 "cfg-if",
14450 "libc",
14451 "winapi",
14452]
14453
14454[[package]]
14455name = "session"
14456version = "0.1.0"
14457dependencies = [
14458 "db",
14459 "gpui",
14460 "serde_json",
14461 "util",
14462 "uuid",
14463 "workspace-hack",
14464]
14465
14466[[package]]
14467name = "settings"
14468version = "0.1.0"
14469dependencies = [
14470 "anyhow",
14471 "collections",
14472 "ec4rs",
14473 "fs",
14474 "futures 0.3.31",
14475 "gpui",
14476 "indoc",
14477 "inventory",
14478 "log",
14479 "paths",
14480 "pretty_assertions",
14481 "release_channel",
14482 "rust-embed",
14483 "schemars 1.0.1",
14484 "serde",
14485 "serde_json",
14486 "serde_json_lenient",
14487 "serde_path_to_error",
14488 "serde_repr",
14489 "serde_with",
14490 "settings_macros",
14491 "smallvec",
14492 "strum 0.27.1",
14493 "tree-sitter",
14494 "tree-sitter-json",
14495 "unindent",
14496 "util",
14497 "workspace-hack",
14498 "zlog",
14499]
14500
14501[[package]]
14502name = "settings_macros"
14503version = "0.1.0"
14504dependencies = [
14505 "quote",
14506 "settings",
14507 "syn 2.0.101",
14508 "workspace-hack",
14509]
14510
14511[[package]]
14512name = "settings_profile_selector"
14513version = "0.1.0"
14514dependencies = [
14515 "client",
14516 "editor",
14517 "fuzzy",
14518 "gpui",
14519 "language",
14520 "menu",
14521 "picker",
14522 "project",
14523 "serde_json",
14524 "settings",
14525 "theme",
14526 "ui",
14527 "workspace",
14528 "workspace-hack",
14529 "zed_actions",
14530]
14531
14532[[package]]
14533name = "settings_ui"
14534version = "0.1.0"
14535dependencies = [
14536 "anyhow",
14537 "assets",
14538 "client",
14539 "command_palette_hooks",
14540 "editor",
14541 "feature_flags",
14542 "fs",
14543 "futures 0.3.31",
14544 "gpui",
14545 "language",
14546 "menu",
14547 "node_runtime",
14548 "paths",
14549 "project",
14550 "serde",
14551 "session",
14552 "settings",
14553 "strum 0.27.1",
14554 "theme",
14555 "ui",
14556 "util",
14557 "workspace",
14558 "workspace-hack",
14559 "zlog",
14560]
14561
14562[[package]]
14563name = "sha1"
14564version = "0.10.6"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14567dependencies = [
14568 "cfg-if",
14569 "cpufeatures",
14570 "digest",
14571]
14572
14573[[package]]
14574name = "sha1_smol"
14575version = "1.0.1"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14578
14579[[package]]
14580name = "sha2"
14581version = "0.10.9"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14584dependencies = [
14585 "cfg-if",
14586 "cpufeatures",
14587 "digest",
14588]
14589
14590[[package]]
14591name = "sharded-slab"
14592version = "0.1.7"
14593source = "registry+https://github.com/rust-lang/crates.io-index"
14594checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14595dependencies = [
14596 "lazy_static",
14597]
14598
14599[[package]]
14600name = "shared_library"
14601version = "0.1.9"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14604dependencies = [
14605 "lazy_static",
14606 "libc",
14607]
14608
14609[[package]]
14610name = "shell-words"
14611version = "1.1.0"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14614
14615[[package]]
14616name = "shellexpand"
14617version = "2.1.2"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14620dependencies = [
14621 "dirs 4.0.0",
14622]
14623
14624[[package]]
14625name = "shellexpand"
14626version = "3.1.1"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14629dependencies = [
14630 "dirs 6.0.0",
14631]
14632
14633[[package]]
14634name = "shlex"
14635version = "1.3.0"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14638
14639[[package]]
14640name = "signal-hook"
14641version = "0.3.17"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14644dependencies = [
14645 "libc",
14646 "signal-hook-registry",
14647]
14648
14649[[package]]
14650name = "signal-hook-registry"
14651version = "1.4.5"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14654dependencies = [
14655 "libc",
14656]
14657
14658[[package]]
14659name = "signature"
14660version = "1.6.4"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14663dependencies = [
14664 "digest",
14665 "rand_core 0.6.4",
14666]
14667
14668[[package]]
14669name = "signature"
14670version = "2.2.0"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14673dependencies = [
14674 "digest",
14675 "rand_core 0.6.4",
14676]
14677
14678[[package]]
14679name = "simd-adler32"
14680version = "0.3.7"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14683
14684[[package]]
14685name = "simd_helpers"
14686version = "0.1.0"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14689dependencies = [
14690 "quote",
14691]
14692
14693[[package]]
14694name = "simdutf8"
14695version = "0.1.5"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14698
14699[[package]]
14700name = "simple_asn1"
14701version = "0.6.3"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14704dependencies = [
14705 "num-bigint",
14706 "num-traits",
14707 "thiserror 2.0.12",
14708 "time",
14709]
14710
14711[[package]]
14712name = "simplecss"
14713version = "0.2.2"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14716dependencies = [
14717 "log",
14718]
14719
14720[[package]]
14721name = "simplelog"
14722version = "0.12.2"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14725dependencies = [
14726 "log",
14727 "termcolor",
14728 "time",
14729]
14730
14731[[package]]
14732name = "siphasher"
14733version = "1.0.1"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14736
14737[[package]]
14738name = "skrifa"
14739version = "0.26.6"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14742dependencies = [
14743 "bytemuck",
14744 "read-fonts",
14745]
14746
14747[[package]]
14748name = "slab"
14749version = "0.4.9"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14752dependencies = [
14753 "autocfg",
14754]
14755
14756[[package]]
14757name = "slash_commands_example"
14758version = "0.1.0"
14759dependencies = [
14760 "zed_extension_api 0.1.0",
14761]
14762
14763[[package]]
14764name = "slotmap"
14765version = "1.0.7"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14768dependencies = [
14769 "version_check",
14770]
14771
14772[[package]]
14773name = "smallvec"
14774version = "1.15.0"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14777dependencies = [
14778 "serde",
14779]
14780
14781[[package]]
14782name = "smart-default"
14783version = "0.7.1"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14786dependencies = [
14787 "proc-macro2",
14788 "quote",
14789 "syn 2.0.101",
14790]
14791
14792[[package]]
14793name = "smol"
14794version = "2.0.2"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14797dependencies = [
14798 "async-channel 2.3.1",
14799 "async-executor",
14800 "async-fs",
14801 "async-io",
14802 "async-lock",
14803 "async-net",
14804 "async-process",
14805 "blocking",
14806 "futures-lite 2.6.0",
14807]
14808
14809[[package]]
14810name = "smol_str"
14811version = "0.2.2"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14814
14815[[package]]
14816name = "snippet"
14817version = "0.1.0"
14818dependencies = [
14819 "anyhow",
14820 "smallvec",
14821 "workspace-hack",
14822]
14823
14824[[package]]
14825name = "snippet_provider"
14826version = "0.1.0"
14827dependencies = [
14828 "anyhow",
14829 "collections",
14830 "extension",
14831 "fs",
14832 "futures 0.3.31",
14833 "gpui",
14834 "indoc",
14835 "parking_lot",
14836 "paths",
14837 "schemars 1.0.1",
14838 "serde",
14839 "serde_json",
14840 "serde_json_lenient",
14841 "snippet",
14842 "util",
14843 "workspace-hack",
14844]
14845
14846[[package]]
14847name = "snippets_ui"
14848version = "0.1.0"
14849dependencies = [
14850 "file_finder",
14851 "file_icons",
14852 "fuzzy",
14853 "gpui",
14854 "language",
14855 "paths",
14856 "picker",
14857 "settings",
14858 "ui",
14859 "util",
14860 "workspace",
14861 "workspace-hack",
14862]
14863
14864[[package]]
14865name = "socket2"
14866version = "0.5.9"
14867source = "registry+https://github.com/rust-lang/crates.io-index"
14868checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14869dependencies = [
14870 "libc",
14871 "windows-sys 0.52.0",
14872]
14873
14874[[package]]
14875name = "spdx"
14876version = "0.10.8"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14879dependencies = [
14880 "smallvec",
14881]
14882
14883[[package]]
14884name = "spin"
14885version = "0.9.8"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14888dependencies = [
14889 "lock_api",
14890]
14891
14892[[package]]
14893name = "spirv"
14894version = "0.3.0+sdk-1.3.268.0"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14897dependencies = [
14898 "bitflags 2.9.0",
14899]
14900
14901[[package]]
14902name = "spki"
14903version = "0.6.0"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14906dependencies = [
14907 "base64ct",
14908 "der 0.6.1",
14909]
14910
14911[[package]]
14912name = "spki"
14913version = "0.7.3"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14916dependencies = [
14917 "base64ct",
14918 "der 0.7.10",
14919]
14920
14921[[package]]
14922name = "sptr"
14923version = "0.3.2"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14926
14927[[package]]
14928name = "sqlez"
14929version = "0.1.0"
14930dependencies = [
14931 "anyhow",
14932 "collections",
14933 "futures 0.3.31",
14934 "indoc",
14935 "libsqlite3-sys",
14936 "log",
14937 "parking_lot",
14938 "smol",
14939 "sqlformat",
14940 "thread_local",
14941 "util",
14942 "uuid",
14943 "workspace-hack",
14944]
14945
14946[[package]]
14947name = "sqlez_macros"
14948version = "0.1.0"
14949dependencies = [
14950 "sqlez",
14951 "sqlformat",
14952 "syn 2.0.101",
14953 "workspace-hack",
14954]
14955
14956[[package]]
14957name = "sqlformat"
14958version = "0.2.6"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14961dependencies = [
14962 "nom 7.1.3",
14963 "unicode_categories",
14964]
14965
14966[[package]]
14967name = "sqlx"
14968version = "0.8.5"
14969source = "registry+https://github.com/rust-lang/crates.io-index"
14970checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14971dependencies = [
14972 "sqlx-core",
14973 "sqlx-macros",
14974 "sqlx-mysql",
14975 "sqlx-postgres",
14976 "sqlx-sqlite",
14977]
14978
14979[[package]]
14980name = "sqlx-core"
14981version = "0.8.5"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14984dependencies = [
14985 "base64 0.22.1",
14986 "bigdecimal",
14987 "bytes 1.10.1",
14988 "chrono",
14989 "crc",
14990 "crossbeam-queue",
14991 "either",
14992 "event-listener 5.4.0",
14993 "futures-core",
14994 "futures-intrusive",
14995 "futures-io",
14996 "futures-util",
14997 "hashbrown 0.15.3",
14998 "hashlink 0.10.0",
14999 "indexmap 2.9.0",
15000 "log",
15001 "memchr",
15002 "once_cell",
15003 "percent-encoding",
15004 "rust_decimal",
15005 "rustls 0.23.26",
15006 "serde",
15007 "serde_json",
15008 "sha2",
15009 "smallvec",
15010 "thiserror 2.0.12",
15011 "time",
15012 "tokio",
15013 "tokio-stream",
15014 "tracing",
15015 "url",
15016 "uuid",
15017 "webpki-roots",
15018]
15019
15020[[package]]
15021name = "sqlx-macros"
15022version = "0.8.5"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15025dependencies = [
15026 "proc-macro2",
15027 "quote",
15028 "sqlx-core",
15029 "sqlx-macros-core",
15030 "syn 2.0.101",
15031]
15032
15033[[package]]
15034name = "sqlx-macros-core"
15035version = "0.8.5"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15038dependencies = [
15039 "dotenvy",
15040 "either",
15041 "heck 0.5.0",
15042 "hex",
15043 "once_cell",
15044 "proc-macro2",
15045 "quote",
15046 "serde",
15047 "serde_json",
15048 "sha2",
15049 "sqlx-core",
15050 "sqlx-mysql",
15051 "sqlx-postgres",
15052 "sqlx-sqlite",
15053 "syn 2.0.101",
15054 "tempfile",
15055 "tokio",
15056 "url",
15057]
15058
15059[[package]]
15060name = "sqlx-mysql"
15061version = "0.8.5"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15064dependencies = [
15065 "atoi",
15066 "base64 0.22.1",
15067 "bigdecimal",
15068 "bitflags 2.9.0",
15069 "byteorder",
15070 "bytes 1.10.1",
15071 "chrono",
15072 "crc",
15073 "digest",
15074 "dotenvy",
15075 "either",
15076 "futures-channel",
15077 "futures-core",
15078 "futures-io",
15079 "futures-util",
15080 "generic-array",
15081 "hex",
15082 "hkdf",
15083 "hmac",
15084 "itoa",
15085 "log",
15086 "md-5",
15087 "memchr",
15088 "once_cell",
15089 "percent-encoding",
15090 "rand 0.8.5",
15091 "rsa",
15092 "rust_decimal",
15093 "serde",
15094 "sha1",
15095 "sha2",
15096 "smallvec",
15097 "sqlx-core",
15098 "stringprep",
15099 "thiserror 2.0.12",
15100 "time",
15101 "tracing",
15102 "uuid",
15103 "whoami",
15104]
15105
15106[[package]]
15107name = "sqlx-postgres"
15108version = "0.8.5"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15111dependencies = [
15112 "atoi",
15113 "base64 0.22.1",
15114 "bigdecimal",
15115 "bitflags 2.9.0",
15116 "byteorder",
15117 "chrono",
15118 "crc",
15119 "dotenvy",
15120 "etcetera",
15121 "futures-channel",
15122 "futures-core",
15123 "futures-util",
15124 "hex",
15125 "hkdf",
15126 "hmac",
15127 "home",
15128 "itoa",
15129 "log",
15130 "md-5",
15131 "memchr",
15132 "num-bigint",
15133 "once_cell",
15134 "rand 0.8.5",
15135 "rust_decimal",
15136 "serde",
15137 "serde_json",
15138 "sha2",
15139 "smallvec",
15140 "sqlx-core",
15141 "stringprep",
15142 "thiserror 2.0.12",
15143 "time",
15144 "tracing",
15145 "uuid",
15146 "whoami",
15147]
15148
15149[[package]]
15150name = "sqlx-sqlite"
15151version = "0.8.5"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15154dependencies = [
15155 "atoi",
15156 "chrono",
15157 "flume",
15158 "futures-channel",
15159 "futures-core",
15160 "futures-executor",
15161 "futures-intrusive",
15162 "futures-util",
15163 "libsqlite3-sys",
15164 "log",
15165 "percent-encoding",
15166 "serde",
15167 "serde_urlencoded",
15168 "sqlx-core",
15169 "thiserror 2.0.12",
15170 "time",
15171 "tracing",
15172 "url",
15173 "uuid",
15174]
15175
15176[[package]]
15177name = "stable_deref_trait"
15178version = "1.2.0"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15181
15182[[package]]
15183name = "stacker"
15184version = "0.1.21"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15187dependencies = [
15188 "cc",
15189 "cfg-if",
15190 "libc",
15191 "psm",
15192 "windows-sys 0.59.0",
15193]
15194
15195[[package]]
15196name = "stacksafe"
15197version = "0.1.4"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15200dependencies = [
15201 "stacker",
15202 "stacksafe-macro",
15203]
15204
15205[[package]]
15206name = "stacksafe-macro"
15207version = "0.1.4"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15210dependencies = [
15211 "proc-macro-error2",
15212 "quote",
15213 "syn 2.0.101",
15214]
15215
15216[[package]]
15217name = "static_assertions"
15218version = "1.1.0"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15221
15222[[package]]
15223name = "story"
15224version = "0.1.0"
15225dependencies = [
15226 "gpui",
15227 "itertools 0.14.0",
15228 "smallvec",
15229 "workspace-hack",
15230]
15231
15232[[package]]
15233name = "storybook"
15234version = "0.1.0"
15235dependencies = [
15236 "anyhow",
15237 "clap",
15238 "collab_ui",
15239 "ctrlc",
15240 "dialoguer",
15241 "editor",
15242 "fuzzy",
15243 "gpui",
15244 "indoc",
15245 "language",
15246 "log",
15247 "menu",
15248 "picker",
15249 "project",
15250 "reqwest_client",
15251 "rust-embed",
15252 "settings",
15253 "simplelog",
15254 "story",
15255 "strum 0.27.1",
15256 "theme",
15257 "title_bar",
15258 "ui",
15259 "workspace",
15260 "workspace-hack",
15261]
15262
15263[[package]]
15264name = "streaming-iterator"
15265version = "0.1.9"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15268
15269[[package]]
15270name = "streaming_diff"
15271version = "0.1.0"
15272dependencies = [
15273 "ordered-float 2.10.1",
15274 "rand 0.9.1",
15275 "rope",
15276 "util",
15277 "workspace-hack",
15278]
15279
15280[[package]]
15281name = "strength_reduce"
15282version = "0.2.4"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15285
15286[[package]]
15287name = "strict-num"
15288version = "0.1.1"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15291dependencies = [
15292 "float-cmp",
15293]
15294
15295[[package]]
15296name = "string_cache"
15297version = "0.8.9"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15300dependencies = [
15301 "new_debug_unreachable",
15302 "parking_lot",
15303 "phf_shared",
15304 "precomputed-hash",
15305 "serde",
15306]
15307
15308[[package]]
15309name = "string_cache_codegen"
15310version = "0.5.4"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15313dependencies = [
15314 "phf_generator",
15315 "phf_shared",
15316 "proc-macro2",
15317 "quote",
15318]
15319
15320[[package]]
15321name = "stringprep"
15322version = "0.1.5"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15325dependencies = [
15326 "unicode-bidi",
15327 "unicode-normalization",
15328 "unicode-properties",
15329]
15330
15331[[package]]
15332name = "strsim"
15333version = "0.11.1"
15334source = "registry+https://github.com/rust-lang/crates.io-index"
15335checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15336
15337[[package]]
15338name = "strum"
15339version = "0.26.3"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15342dependencies = [
15343 "strum_macros 0.26.4",
15344]
15345
15346[[package]]
15347name = "strum"
15348version = "0.27.1"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15351dependencies = [
15352 "strum_macros 0.27.1",
15353]
15354
15355[[package]]
15356name = "strum_macros"
15357version = "0.26.4"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15360dependencies = [
15361 "heck 0.5.0",
15362 "proc-macro2",
15363 "quote",
15364 "rustversion",
15365 "syn 2.0.101",
15366]
15367
15368[[package]]
15369name = "strum_macros"
15370version = "0.27.1"
15371source = "registry+https://github.com/rust-lang/crates.io-index"
15372checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15373dependencies = [
15374 "heck 0.5.0",
15375 "proc-macro2",
15376 "quote",
15377 "rustversion",
15378 "syn 2.0.101",
15379]
15380
15381[[package]]
15382name = "subtle"
15383version = "2.6.1"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15386
15387[[package]]
15388name = "sum_tree"
15389version = "0.1.0"
15390dependencies = [
15391 "arrayvec",
15392 "ctor",
15393 "log",
15394 "rand 0.9.1",
15395 "rayon",
15396 "workspace-hack",
15397 "zlog",
15398]
15399
15400[[package]]
15401name = "supermaven"
15402version = "0.1.0"
15403dependencies = [
15404 "anyhow",
15405 "client",
15406 "collections",
15407 "edit_prediction",
15408 "editor",
15409 "env_logger 0.11.8",
15410 "futures 0.3.31",
15411 "gpui",
15412 "http_client",
15413 "language",
15414 "log",
15415 "postage",
15416 "project",
15417 "serde",
15418 "serde_json",
15419 "settings",
15420 "smol",
15421 "supermaven_api",
15422 "text",
15423 "theme",
15424 "ui",
15425 "unicode-segmentation",
15426 "util",
15427 "workspace-hack",
15428]
15429
15430[[package]]
15431name = "supermaven_api"
15432version = "0.1.0"
15433dependencies = [
15434 "anyhow",
15435 "futures 0.3.31",
15436 "http_client",
15437 "paths",
15438 "serde",
15439 "serde_json",
15440 "smol",
15441 "util",
15442 "workspace-hack",
15443]
15444
15445[[package]]
15446name = "sval"
15447version = "2.14.1"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15450
15451[[package]]
15452name = "sval_buffer"
15453version = "2.14.1"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15456dependencies = [
15457 "sval",
15458 "sval_ref",
15459]
15460
15461[[package]]
15462name = "sval_dynamic"
15463version = "2.14.1"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15466dependencies = [
15467 "sval",
15468]
15469
15470[[package]]
15471name = "sval_fmt"
15472version = "2.14.1"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15475dependencies = [
15476 "itoa",
15477 "ryu",
15478 "sval",
15479]
15480
15481[[package]]
15482name = "sval_json"
15483version = "2.14.1"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15486dependencies = [
15487 "itoa",
15488 "ryu",
15489 "sval",
15490]
15491
15492[[package]]
15493name = "sval_nested"
15494version = "2.14.1"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15497dependencies = [
15498 "sval",
15499 "sval_buffer",
15500 "sval_ref",
15501]
15502
15503[[package]]
15504name = "sval_ref"
15505version = "2.14.1"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15508dependencies = [
15509 "sval",
15510]
15511
15512[[package]]
15513name = "sval_serde"
15514version = "2.14.1"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15517dependencies = [
15518 "serde",
15519 "sval",
15520 "sval_nested",
15521]
15522
15523[[package]]
15524name = "svg_fmt"
15525version = "0.4.5"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15528
15529[[package]]
15530name = "svg_preview"
15531version = "0.1.0"
15532dependencies = [
15533 "editor",
15534 "file_icons",
15535 "gpui",
15536 "multi_buffer",
15537 "ui",
15538 "workspace",
15539 "workspace-hack",
15540]
15541
15542[[package]]
15543name = "svgtypes"
15544version = "0.15.3"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15547dependencies = [
15548 "kurbo",
15549 "siphasher",
15550]
15551
15552[[package]]
15553name = "swash"
15554version = "0.2.2"
15555source = "registry+https://github.com/rust-lang/crates.io-index"
15556checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15557dependencies = [
15558 "skrifa",
15559 "yazi",
15560 "zeno",
15561]
15562
15563[[package]]
15564name = "symphonia"
15565version = "0.5.4"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15568dependencies = [
15569 "lazy_static",
15570 "symphonia-bundle-flac",
15571 "symphonia-bundle-mp3",
15572 "symphonia-codec-aac",
15573 "symphonia-codec-pcm",
15574 "symphonia-codec-vorbis",
15575 "symphonia-core",
15576 "symphonia-format-isomp4",
15577 "symphonia-format-ogg",
15578 "symphonia-format-riff",
15579 "symphonia-metadata",
15580]
15581
15582[[package]]
15583name = "symphonia-bundle-flac"
15584version = "0.5.4"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15587dependencies = [
15588 "log",
15589 "symphonia-core",
15590 "symphonia-metadata",
15591 "symphonia-utils-xiph",
15592]
15593
15594[[package]]
15595name = "symphonia-bundle-mp3"
15596version = "0.5.4"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15599dependencies = [
15600 "lazy_static",
15601 "log",
15602 "symphonia-core",
15603 "symphonia-metadata",
15604]
15605
15606[[package]]
15607name = "symphonia-codec-aac"
15608version = "0.5.4"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15611dependencies = [
15612 "lazy_static",
15613 "log",
15614 "symphonia-core",
15615]
15616
15617[[package]]
15618name = "symphonia-codec-pcm"
15619version = "0.5.4"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15622dependencies = [
15623 "log",
15624 "symphonia-core",
15625]
15626
15627[[package]]
15628name = "symphonia-codec-vorbis"
15629version = "0.5.4"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15632dependencies = [
15633 "log",
15634 "symphonia-core",
15635 "symphonia-utils-xiph",
15636]
15637
15638[[package]]
15639name = "symphonia-core"
15640version = "0.5.4"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15643dependencies = [
15644 "arrayvec",
15645 "bitflags 1.3.2",
15646 "bytemuck",
15647 "lazy_static",
15648 "log",
15649]
15650
15651[[package]]
15652name = "symphonia-format-isomp4"
15653version = "0.5.4"
15654source = "registry+https://github.com/rust-lang/crates.io-index"
15655checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15656dependencies = [
15657 "encoding_rs",
15658 "log",
15659 "symphonia-core",
15660 "symphonia-metadata",
15661 "symphonia-utils-xiph",
15662]
15663
15664[[package]]
15665name = "symphonia-format-ogg"
15666version = "0.5.4"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15669dependencies = [
15670 "log",
15671 "symphonia-core",
15672 "symphonia-metadata",
15673 "symphonia-utils-xiph",
15674]
15675
15676[[package]]
15677name = "symphonia-format-riff"
15678version = "0.5.4"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15681dependencies = [
15682 "extended",
15683 "log",
15684 "symphonia-core",
15685 "symphonia-metadata",
15686]
15687
15688[[package]]
15689name = "symphonia-metadata"
15690version = "0.5.4"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15693dependencies = [
15694 "encoding_rs",
15695 "lazy_static",
15696 "log",
15697 "symphonia-core",
15698]
15699
15700[[package]]
15701name = "symphonia-utils-xiph"
15702version = "0.5.4"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15705dependencies = [
15706 "symphonia-core",
15707 "symphonia-metadata",
15708]
15709
15710[[package]]
15711name = "syn"
15712version = "1.0.109"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15715dependencies = [
15716 "proc-macro2",
15717 "quote",
15718 "unicode-ident",
15719]
15720
15721[[package]]
15722name = "syn"
15723version = "2.0.101"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15726dependencies = [
15727 "proc-macro2",
15728 "quote",
15729 "unicode-ident",
15730]
15731
15732[[package]]
15733name = "sync_wrapper"
15734version = "0.1.2"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15737
15738[[package]]
15739name = "sync_wrapper"
15740version = "1.0.2"
15741source = "registry+https://github.com/rust-lang/crates.io-index"
15742checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15743dependencies = [
15744 "futures-core",
15745]
15746
15747[[package]]
15748name = "synchronoise"
15749version = "1.0.1"
15750source = "registry+https://github.com/rust-lang/crates.io-index"
15751checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15752dependencies = [
15753 "crossbeam-queue",
15754]
15755
15756[[package]]
15757name = "synstructure"
15758version = "0.13.1"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15761dependencies = [
15762 "proc-macro2",
15763 "quote",
15764 "syn 2.0.101",
15765]
15766
15767[[package]]
15768name = "sys-locale"
15769version = "0.3.2"
15770source = "registry+https://github.com/rust-lang/crates.io-index"
15771checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15772dependencies = [
15773 "libc",
15774]
15775
15776[[package]]
15777name = "sysctl"
15778version = "0.5.5"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15781dependencies = [
15782 "bitflags 2.9.0",
15783 "byteorder",
15784 "enum-as-inner",
15785 "libc",
15786 "thiserror 1.0.69",
15787 "walkdir",
15788]
15789
15790[[package]]
15791name = "sysctl"
15792version = "0.6.0"
15793source = "registry+https://github.com/rust-lang/crates.io-index"
15794checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15795dependencies = [
15796 "bitflags 2.9.0",
15797 "byteorder",
15798 "enum-as-inner",
15799 "libc",
15800 "thiserror 1.0.69",
15801 "walkdir",
15802]
15803
15804[[package]]
15805name = "sysinfo"
15806version = "0.31.4"
15807source = "registry+https://github.com/rust-lang/crates.io-index"
15808checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15809dependencies = [
15810 "core-foundation-sys",
15811 "libc",
15812 "memchr",
15813 "ntapi",
15814 "rayon",
15815 "windows 0.57.0",
15816]
15817
15818[[package]]
15819name = "system-configuration"
15820version = "0.5.1"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15823dependencies = [
15824 "bitflags 1.3.2",
15825 "core-foundation 0.9.4",
15826 "system-configuration-sys 0.5.0",
15827]
15828
15829[[package]]
15830name = "system-configuration"
15831version = "0.6.1"
15832source = "registry+https://github.com/rust-lang/crates.io-index"
15833checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15834dependencies = [
15835 "bitflags 2.9.0",
15836 "core-foundation 0.9.4",
15837 "system-configuration-sys 0.6.0",
15838]
15839
15840[[package]]
15841name = "system-configuration-sys"
15842version = "0.5.0"
15843source = "registry+https://github.com/rust-lang/crates.io-index"
15844checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15845dependencies = [
15846 "core-foundation-sys",
15847 "libc",
15848]
15849
15850[[package]]
15851name = "system-configuration-sys"
15852version = "0.6.0"
15853source = "registry+https://github.com/rust-lang/crates.io-index"
15854checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15855dependencies = [
15856 "core-foundation-sys",
15857 "libc",
15858]
15859
15860[[package]]
15861name = "system-deps"
15862version = "6.2.2"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15865dependencies = [
15866 "cfg-expr",
15867 "heck 0.5.0",
15868 "pkg-config",
15869 "toml 0.8.20",
15870 "version-compare",
15871]
15872
15873[[package]]
15874name = "system-interface"
15875version = "0.27.3"
15876source = "registry+https://github.com/rust-lang/crates.io-index"
15877checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15878dependencies = [
15879 "bitflags 2.9.0",
15880 "cap-fs-ext",
15881 "cap-std",
15882 "fd-lock",
15883 "io-lifetimes",
15884 "rustix 0.38.44",
15885 "windows-sys 0.59.0",
15886 "winx",
15887]
15888
15889[[package]]
15890name = "system_specs"
15891version = "0.1.0"
15892dependencies = [
15893 "anyhow",
15894 "client",
15895 "gpui",
15896 "human_bytes",
15897 "pciid-parser",
15898 "release_channel",
15899 "serde",
15900 "sysinfo",
15901 "workspace-hack",
15902]
15903
15904[[package]]
15905name = "tab_switcher"
15906version = "0.1.0"
15907dependencies = [
15908 "anyhow",
15909 "collections",
15910 "ctor",
15911 "editor",
15912 "fuzzy",
15913 "gpui",
15914 "language",
15915 "menu",
15916 "picker",
15917 "project",
15918 "schemars 1.0.1",
15919 "serde",
15920 "serde_json",
15921 "settings",
15922 "smol",
15923 "theme",
15924 "ui",
15925 "util",
15926 "workspace",
15927 "workspace-hack",
15928 "zlog",
15929]
15930
15931[[package]]
15932name = "taffy"
15933version = "0.9.0"
15934source = "registry+https://github.com/rust-lang/crates.io-index"
15935checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15936dependencies = [
15937 "arrayvec",
15938 "grid",
15939 "serde",
15940 "slotmap",
15941]
15942
15943[[package]]
15944name = "tagptr"
15945version = "0.2.0"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15948
15949[[package]]
15950name = "take-until"
15951version = "0.2.0"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15954
15955[[package]]
15956name = "tao-core-video-sys"
15957version = "0.2.0"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15960dependencies = [
15961 "cfg-if",
15962 "core-foundation-sys",
15963 "libc",
15964 "objc",
15965]
15966
15967[[package]]
15968name = "tap"
15969version = "1.0.1"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15972
15973[[package]]
15974name = "target-lexicon"
15975version = "0.12.16"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15978
15979[[package]]
15980name = "target-lexicon"
15981version = "0.13.2"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15984
15985[[package]]
15986name = "task"
15987version = "0.1.0"
15988dependencies = [
15989 "anyhow",
15990 "collections",
15991 "futures 0.3.31",
15992 "gpui",
15993 "hex",
15994 "log",
15995 "parking_lot",
15996 "pretty_assertions",
15997 "proto",
15998 "schemars 1.0.1",
15999 "serde",
16000 "serde_json",
16001 "serde_json_lenient",
16002 "sha2",
16003 "shellexpand 2.1.2",
16004 "util",
16005 "workspace-hack",
16006 "zed_actions",
16007]
16008
16009[[package]]
16010name = "tasks_ui"
16011version = "0.1.0"
16012dependencies = [
16013 "anyhow",
16014 "collections",
16015 "editor",
16016 "file_icons",
16017 "fuzzy",
16018 "gpui",
16019 "itertools 0.14.0",
16020 "language",
16021 "menu",
16022 "picker",
16023 "project",
16024 "serde",
16025 "serde_json",
16026 "task",
16027 "tree-sitter-rust",
16028 "tree-sitter-typescript",
16029 "ui",
16030 "util",
16031 "workspace",
16032 "workspace-hack",
16033 "zed_actions",
16034]
16035
16036[[package]]
16037name = "telemetry"
16038version = "0.1.0"
16039dependencies = [
16040 "futures 0.3.31",
16041 "serde",
16042 "serde_json",
16043 "telemetry_events",
16044 "workspace-hack",
16045]
16046
16047[[package]]
16048name = "telemetry_events"
16049version = "0.1.0"
16050dependencies = [
16051 "semantic_version",
16052 "serde",
16053 "serde_json",
16054 "workspace-hack",
16055]
16056
16057[[package]]
16058name = "tempfile"
16059version = "3.20.0"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16062dependencies = [
16063 "fastrand 2.3.0",
16064 "getrandom 0.3.2",
16065 "once_cell",
16066 "rustix 1.0.7",
16067 "windows-sys 0.59.0",
16068]
16069
16070[[package]]
16071name = "tendril"
16072version = "0.4.3"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16075dependencies = [
16076 "futf",
16077 "mac",
16078 "utf-8",
16079]
16080
16081[[package]]
16082name = "termcolor"
16083version = "1.4.1"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16086dependencies = [
16087 "winapi-util",
16088]
16089
16090[[package]]
16091name = "terminal"
16092version = "0.1.0"
16093dependencies = [
16094 "alacritty_terminal",
16095 "anyhow",
16096 "collections",
16097 "futures 0.3.31",
16098 "gpui",
16099 "itertools 0.14.0",
16100 "libc",
16101 "log",
16102 "rand 0.9.1",
16103 "regex",
16104 "release_channel",
16105 "schemars 1.0.1",
16106 "serde",
16107 "settings",
16108 "smol",
16109 "sysinfo",
16110 "task",
16111 "theme",
16112 "thiserror 2.0.12",
16113 "url",
16114 "urlencoding",
16115 "util",
16116 "windows 0.61.1",
16117 "workspace-hack",
16118]
16119
16120[[package]]
16121name = "terminal_size"
16122version = "0.4.2"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16125dependencies = [
16126 "rustix 1.0.7",
16127 "windows-sys 0.59.0",
16128]
16129
16130[[package]]
16131name = "terminal_view"
16132version = "0.1.0"
16133dependencies = [
16134 "anyhow",
16135 "assistant_slash_command",
16136 "async-recursion",
16137 "breadcrumbs",
16138 "client",
16139 "collections",
16140 "db",
16141 "dirs 4.0.0",
16142 "editor",
16143 "futures 0.3.31",
16144 "gpui",
16145 "itertools 0.14.0",
16146 "language",
16147 "log",
16148 "pretty_assertions",
16149 "project",
16150 "rand 0.9.1",
16151 "regex",
16152 "schemars 1.0.1",
16153 "search",
16154 "serde",
16155 "serde_json",
16156 "settings",
16157 "shellexpand 2.1.2",
16158 "smol",
16159 "task",
16160 "terminal",
16161 "theme",
16162 "ui",
16163 "util",
16164 "workspace",
16165 "workspace-hack",
16166 "zed_actions",
16167]
16168
16169[[package]]
16170name = "text"
16171version = "0.1.0"
16172dependencies = [
16173 "anyhow",
16174 "clock",
16175 "collections",
16176 "ctor",
16177 "gpui",
16178 "http_client",
16179 "log",
16180 "parking_lot",
16181 "postage",
16182 "rand 0.9.1",
16183 "regex",
16184 "rope",
16185 "smallvec",
16186 "sum_tree",
16187 "util",
16188 "workspace-hack",
16189 "zlog",
16190]
16191
16192[[package]]
16193name = "theme"
16194version = "0.1.0"
16195dependencies = [
16196 "anyhow",
16197 "collections",
16198 "derive_more",
16199 "fs",
16200 "futures 0.3.31",
16201 "gpui",
16202 "log",
16203 "palette",
16204 "parking_lot",
16205 "refineable",
16206 "schemars 1.0.1",
16207 "serde",
16208 "serde_json",
16209 "serde_json_lenient",
16210 "settings",
16211 "strum 0.27.1",
16212 "thiserror 2.0.12",
16213 "util",
16214 "uuid",
16215 "workspace-hack",
16216]
16217
16218[[package]]
16219name = "theme_extension"
16220version = "0.1.0"
16221dependencies = [
16222 "anyhow",
16223 "extension",
16224 "fs",
16225 "gpui",
16226 "theme",
16227 "workspace-hack",
16228]
16229
16230[[package]]
16231name = "theme_importer"
16232version = "0.1.0"
16233dependencies = [
16234 "anyhow",
16235 "clap",
16236 "collections",
16237 "gpui",
16238 "indexmap 2.9.0",
16239 "log",
16240 "palette",
16241 "serde",
16242 "serde_json",
16243 "serde_json_lenient",
16244 "simplelog",
16245 "strum 0.27.1",
16246 "theme",
16247 "vscode_theme",
16248 "workspace-hack",
16249]
16250
16251[[package]]
16252name = "theme_selector"
16253version = "0.1.0"
16254dependencies = [
16255 "fs",
16256 "fuzzy",
16257 "gpui",
16258 "log",
16259 "picker",
16260 "serde",
16261 "settings",
16262 "telemetry",
16263 "theme",
16264 "ui",
16265 "util",
16266 "workspace",
16267 "workspace-hack",
16268 "zed_actions",
16269]
16270
16271[[package]]
16272name = "thiserror"
16273version = "1.0.69"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16276dependencies = [
16277 "thiserror-impl 1.0.69",
16278]
16279
16280[[package]]
16281name = "thiserror"
16282version = "2.0.12"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16285dependencies = [
16286 "thiserror-impl 2.0.12",
16287]
16288
16289[[package]]
16290name = "thiserror-impl"
16291version = "1.0.69"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16294dependencies = [
16295 "proc-macro2",
16296 "quote",
16297 "syn 2.0.101",
16298]
16299
16300[[package]]
16301name = "thiserror-impl"
16302version = "2.0.12"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16305dependencies = [
16306 "proc-macro2",
16307 "quote",
16308 "syn 2.0.101",
16309]
16310
16311[[package]]
16312name = "thread_local"
16313version = "1.1.8"
16314source = "registry+https://github.com/rust-lang/crates.io-index"
16315checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16316dependencies = [
16317 "cfg-if",
16318 "once_cell",
16319]
16320
16321[[package]]
16322name = "tiff"
16323version = "0.9.1"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16326dependencies = [
16327 "flate2",
16328 "jpeg-decoder",
16329 "weezl",
16330]
16331
16332[[package]]
16333name = "tiktoken-rs"
16334version = "0.8.0"
16335source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16336dependencies = [
16337 "anyhow",
16338 "base64 0.22.1",
16339 "bstr",
16340 "fancy-regex 0.13.0",
16341 "lazy_static",
16342 "regex",
16343 "rustc-hash 1.1.0",
16344]
16345
16346[[package]]
16347name = "time"
16348version = "0.3.41"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16351dependencies = [
16352 "deranged",
16353 "itoa",
16354 "libc",
16355 "num-conv",
16356 "num_threads",
16357 "powerfmt",
16358 "serde",
16359 "time-core",
16360 "time-macros",
16361]
16362
16363[[package]]
16364name = "time-core"
16365version = "0.1.4"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16368
16369[[package]]
16370name = "time-macros"
16371version = "0.2.22"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16374dependencies = [
16375 "num-conv",
16376 "time-core",
16377]
16378
16379[[package]]
16380name = "time_format"
16381version = "0.1.0"
16382dependencies = [
16383 "core-foundation 0.10.0",
16384 "core-foundation-sys",
16385 "sys-locale",
16386 "time",
16387 "workspace-hack",
16388]
16389
16390[[package]]
16391name = "tiny-keccak"
16392version = "2.0.2"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16395dependencies = [
16396 "crunchy",
16397]
16398
16399[[package]]
16400name = "tiny-skia"
16401version = "0.11.4"
16402source = "registry+https://github.com/rust-lang/crates.io-index"
16403checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16404dependencies = [
16405 "arrayref",
16406 "arrayvec",
16407 "bytemuck",
16408 "cfg-if",
16409 "log",
16410 "png",
16411 "tiny-skia-path",
16412]
16413
16414[[package]]
16415name = "tiny-skia-path"
16416version = "0.11.4"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16419dependencies = [
16420 "arrayref",
16421 "bytemuck",
16422 "strict-num",
16423]
16424
16425[[package]]
16426name = "tiny_http"
16427version = "0.8.2"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16430dependencies = [
16431 "ascii",
16432 "chrono",
16433 "chunked_transfer",
16434 "log",
16435 "url",
16436]
16437
16438[[package]]
16439name = "tinystr"
16440version = "0.7.6"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16443dependencies = [
16444 "displaydoc",
16445 "zerovec",
16446]
16447
16448[[package]]
16449name = "tinytemplate"
16450version = "1.2.1"
16451source = "registry+https://github.com/rust-lang/crates.io-index"
16452checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16453dependencies = [
16454 "serde",
16455 "serde_json",
16456]
16457
16458[[package]]
16459name = "tinyvec"
16460version = "1.9.0"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16463dependencies = [
16464 "tinyvec_macros",
16465]
16466
16467[[package]]
16468name = "tinyvec_macros"
16469version = "0.1.1"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16472
16473[[package]]
16474name = "title_bar"
16475version = "0.1.0"
16476dependencies = [
16477 "anyhow",
16478 "auto_update",
16479 "call",
16480 "chrono",
16481 "client",
16482 "cloud_llm_client",
16483 "collections",
16484 "db",
16485 "gpui",
16486 "http_client",
16487 "notifications",
16488 "pretty_assertions",
16489 "project",
16490 "remote",
16491 "rpc",
16492 "schemars 1.0.1",
16493 "serde",
16494 "settings",
16495 "smallvec",
16496 "story",
16497 "telemetry",
16498 "theme",
16499 "tree-sitter-md",
16500 "ui",
16501 "util",
16502 "windows 0.61.1",
16503 "workspace",
16504 "workspace-hack",
16505 "zed_actions",
16506]
16507
16508[[package]]
16509name = "tokio"
16510version = "1.44.2"
16511source = "registry+https://github.com/rust-lang/crates.io-index"
16512checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16513dependencies = [
16514 "backtrace",
16515 "bytes 1.10.1",
16516 "libc",
16517 "mio 1.0.3",
16518 "parking_lot",
16519 "pin-project-lite",
16520 "signal-hook-registry",
16521 "socket2",
16522 "tokio-macros",
16523 "windows-sys 0.52.0",
16524]
16525
16526[[package]]
16527name = "tokio-io"
16528version = "0.1.13"
16529source = "registry+https://github.com/rust-lang/crates.io-index"
16530checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16531dependencies = [
16532 "bytes 0.4.12",
16533 "futures 0.1.31",
16534 "log",
16535]
16536
16537[[package]]
16538name = "tokio-macros"
16539version = "2.5.0"
16540source = "registry+https://github.com/rust-lang/crates.io-index"
16541checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16542dependencies = [
16543 "proc-macro2",
16544 "quote",
16545 "syn 2.0.101",
16546]
16547
16548[[package]]
16549name = "tokio-native-tls"
16550version = "0.3.1"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16553dependencies = [
16554 "native-tls",
16555 "tokio",
16556]
16557
16558[[package]]
16559name = "tokio-rustls"
16560version = "0.24.1"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16563dependencies = [
16564 "rustls 0.21.12",
16565 "tokio",
16566]
16567
16568[[package]]
16569name = "tokio-rustls"
16570version = "0.26.2"
16571source = "registry+https://github.com/rust-lang/crates.io-index"
16572checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16573dependencies = [
16574 "rustls 0.23.26",
16575 "tokio",
16576]
16577
16578[[package]]
16579name = "tokio-socks"
16580version = "0.5.2"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16583dependencies = [
16584 "either",
16585 "futures-io",
16586 "futures-util",
16587 "thiserror 1.0.69",
16588 "tokio",
16589]
16590
16591[[package]]
16592name = "tokio-stream"
16593version = "0.1.17"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16596dependencies = [
16597 "futures-core",
16598 "pin-project-lite",
16599 "tokio",
16600]
16601
16602[[package]]
16603name = "tokio-tungstenite"
16604version = "0.20.1"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16607dependencies = [
16608 "futures-util",
16609 "log",
16610 "tokio",
16611 "tungstenite 0.20.1",
16612]
16613
16614[[package]]
16615name = "tokio-tungstenite"
16616version = "0.21.0"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16619dependencies = [
16620 "futures-util",
16621 "log",
16622 "tokio",
16623 "tungstenite 0.21.0",
16624]
16625
16626[[package]]
16627name = "tokio-tungstenite"
16628version = "0.26.2"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16631dependencies = [
16632 "futures-util",
16633 "log",
16634 "rustls 0.23.26",
16635 "rustls-pki-types",
16636 "tokio",
16637 "tokio-rustls 0.26.2",
16638 "tungstenite 0.26.2",
16639]
16640
16641[[package]]
16642name = "tokio-util"
16643version = "0.7.14"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16646dependencies = [
16647 "bytes 1.10.1",
16648 "futures-core",
16649 "futures-io",
16650 "futures-sink",
16651 "pin-project-lite",
16652 "tokio",
16653]
16654
16655[[package]]
16656name = "toml"
16657version = "0.5.11"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16660dependencies = [
16661 "serde",
16662]
16663
16664[[package]]
16665name = "toml"
16666version = "0.8.20"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16669dependencies = [
16670 "serde",
16671 "serde_spanned",
16672 "toml_datetime",
16673 "toml_edit",
16674]
16675
16676[[package]]
16677name = "toml_datetime"
16678version = "0.6.9"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16681dependencies = [
16682 "serde",
16683]
16684
16685[[package]]
16686name = "toml_edit"
16687version = "0.22.26"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16690dependencies = [
16691 "indexmap 2.9.0",
16692 "serde",
16693 "serde_spanned",
16694 "toml_datetime",
16695 "toml_write",
16696 "winnow",
16697]
16698
16699[[package]]
16700name = "toml_write"
16701version = "0.1.1"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16704
16705[[package]]
16706name = "toolchain_selector"
16707version = "0.1.0"
16708dependencies = [
16709 "anyhow",
16710 "convert_case 0.8.0",
16711 "editor",
16712 "file_finder",
16713 "futures 0.3.31",
16714 "fuzzy",
16715 "gpui",
16716 "language",
16717 "menu",
16718 "picker",
16719 "project",
16720 "ui",
16721 "util",
16722 "workspace",
16723 "workspace-hack",
16724]
16725
16726[[package]]
16727name = "topological-sort"
16728version = "0.2.2"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16731
16732[[package]]
16733name = "tower"
16734version = "0.4.13"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16737dependencies = [
16738 "futures-core",
16739 "futures-util",
16740 "pin-project",
16741 "pin-project-lite",
16742 "tokio",
16743 "tower-layer",
16744 "tower-service",
16745 "tracing",
16746]
16747
16748[[package]]
16749name = "tower"
16750version = "0.5.2"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16753dependencies = [
16754 "futures-core",
16755 "futures-util",
16756 "pin-project-lite",
16757 "sync_wrapper 1.0.2",
16758 "tokio",
16759 "tower-layer",
16760 "tower-service",
16761]
16762
16763[[package]]
16764name = "tower-http"
16765version = "0.3.5"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16768dependencies = [
16769 "bitflags 1.3.2",
16770 "bytes 1.10.1",
16771 "futures-core",
16772 "futures-util",
16773 "http 0.2.12",
16774 "http-body 0.4.6",
16775 "http-range-header",
16776 "pin-project-lite",
16777 "tower-layer",
16778 "tower-service",
16779]
16780
16781[[package]]
16782name = "tower-http"
16783version = "0.4.4"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16786dependencies = [
16787 "bitflags 2.9.0",
16788 "bytes 1.10.1",
16789 "futures-core",
16790 "futures-util",
16791 "http 0.2.12",
16792 "http-body 0.4.6",
16793 "http-range-header",
16794 "pin-project-lite",
16795 "tower-layer",
16796 "tower-service",
16797 "tracing",
16798]
16799
16800[[package]]
16801name = "tower-layer"
16802version = "0.3.3"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16805
16806[[package]]
16807name = "tower-service"
16808version = "0.3.3"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16811
16812[[package]]
16813name = "tracing"
16814version = "0.1.41"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16817dependencies = [
16818 "log",
16819 "pin-project-lite",
16820 "tracing-attributes",
16821 "tracing-core",
16822]
16823
16824[[package]]
16825name = "tracing-attributes"
16826version = "0.1.28"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16829dependencies = [
16830 "proc-macro2",
16831 "quote",
16832 "syn 2.0.101",
16833]
16834
16835[[package]]
16836name = "tracing-core"
16837version = "0.1.33"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16840dependencies = [
16841 "once_cell",
16842 "valuable",
16843]
16844
16845[[package]]
16846name = "tracing-log"
16847version = "0.2.0"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16850dependencies = [
16851 "log",
16852 "once_cell",
16853 "tracing-core",
16854]
16855
16856[[package]]
16857name = "tracing-serde"
16858version = "0.2.0"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16861dependencies = [
16862 "serde",
16863 "tracing-core",
16864]
16865
16866[[package]]
16867name = "tracing-subscriber"
16868version = "0.3.20"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16871dependencies = [
16872 "matchers",
16873 "nu-ansi-term",
16874 "once_cell",
16875 "regex-automata",
16876 "serde",
16877 "serde_json",
16878 "sharded-slab",
16879 "smallvec",
16880 "thread_local",
16881 "tracing",
16882 "tracing-core",
16883 "tracing-log",
16884 "tracing-serde",
16885]
16886
16887[[package]]
16888name = "trait-variant"
16889version = "0.1.2"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16892dependencies = [
16893 "proc-macro2",
16894 "quote",
16895 "syn 2.0.101",
16896]
16897
16898[[package]]
16899name = "transpose"
16900version = "0.2.3"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16903dependencies = [
16904 "num-integer",
16905 "strength_reduce",
16906]
16907
16908[[package]]
16909name = "tree-sitter"
16910version = "0.25.10"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16913dependencies = [
16914 "cc",
16915 "regex",
16916 "regex-syntax",
16917 "serde_json",
16918 "streaming-iterator",
16919 "tree-sitter-language",
16920 "wasmtime-c-api-impl",
16921]
16922
16923[[package]]
16924name = "tree-sitter-bash"
16925version = "0.25.0"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16928dependencies = [
16929 "cc",
16930 "tree-sitter-language",
16931]
16932
16933[[package]]
16934name = "tree-sitter-c"
16935version = "0.23.4"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16938dependencies = [
16939 "cc",
16940 "tree-sitter-language",
16941]
16942
16943[[package]]
16944name = "tree-sitter-cpp"
16945version = "0.23.4"
16946source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16947dependencies = [
16948 "cc",
16949 "tree-sitter-language",
16950]
16951
16952[[package]]
16953name = "tree-sitter-css"
16954version = "0.23.2"
16955source = "registry+https://github.com/rust-lang/crates.io-index"
16956checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16957dependencies = [
16958 "cc",
16959 "tree-sitter-language",
16960]
16961
16962[[package]]
16963name = "tree-sitter-diff"
16964version = "0.1.0"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16967dependencies = [
16968 "cc",
16969 "tree-sitter-language",
16970]
16971
16972[[package]]
16973name = "tree-sitter-elixir"
16974version = "0.3.4"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16977dependencies = [
16978 "cc",
16979 "tree-sitter-language",
16980]
16981
16982[[package]]
16983name = "tree-sitter-embedded-template"
16984version = "0.23.2"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16987dependencies = [
16988 "cc",
16989 "tree-sitter-language",
16990]
16991
16992[[package]]
16993name = "tree-sitter-gitcommit"
16994version = "0.0.1"
16995source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16996dependencies = [
16997 "cc",
16998 "tree-sitter-language",
16999]
17000
17001[[package]]
17002name = "tree-sitter-go"
17003version = "0.23.4"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17006dependencies = [
17007 "cc",
17008 "tree-sitter-language",
17009]
17010
17011[[package]]
17012name = "tree-sitter-gomod"
17013version = "1.1.1"
17014source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17015dependencies = [
17016 "cc",
17017 "tree-sitter-language",
17018]
17019
17020[[package]]
17021name = "tree-sitter-gowork"
17022version = "0.0.1"
17023source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17024dependencies = [
17025 "cc",
17026 "tree-sitter-language",
17027]
17028
17029[[package]]
17030name = "tree-sitter-heex"
17031version = "0.0.1"
17032source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17033dependencies = [
17034 "cc",
17035 "tree-sitter-language",
17036]
17037
17038[[package]]
17039name = "tree-sitter-html"
17040version = "0.23.2"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17043dependencies = [
17044 "cc",
17045 "tree-sitter-language",
17046]
17047
17048[[package]]
17049name = "tree-sitter-jsdoc"
17050version = "0.23.2"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17053dependencies = [
17054 "cc",
17055 "tree-sitter-language",
17056]
17057
17058[[package]]
17059name = "tree-sitter-json"
17060version = "0.24.8"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17063dependencies = [
17064 "cc",
17065 "tree-sitter-language",
17066]
17067
17068[[package]]
17069name = "tree-sitter-language"
17070version = "0.1.5"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17073
17074[[package]]
17075name = "tree-sitter-md"
17076version = "0.3.2"
17077source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17078dependencies = [
17079 "cc",
17080 "tree-sitter-language",
17081]
17082
17083[[package]]
17084name = "tree-sitter-python"
17085version = "0.25.0"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17088dependencies = [
17089 "cc",
17090 "tree-sitter-language",
17091]
17092
17093[[package]]
17094name = "tree-sitter-regex"
17095version = "0.24.3"
17096source = "registry+https://github.com/rust-lang/crates.io-index"
17097checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17098dependencies = [
17099 "cc",
17100 "tree-sitter-language",
17101]
17102
17103[[package]]
17104name = "tree-sitter-ruby"
17105version = "0.23.1"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17108dependencies = [
17109 "cc",
17110 "tree-sitter-language",
17111]
17112
17113[[package]]
17114name = "tree-sitter-rust"
17115version = "0.24.0"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17118dependencies = [
17119 "cc",
17120 "tree-sitter-language",
17121]
17122
17123[[package]]
17124name = "tree-sitter-typescript"
17125version = "0.23.2"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17128dependencies = [
17129 "cc",
17130 "tree-sitter-language",
17131]
17132
17133[[package]]
17134name = "tree-sitter-yaml"
17135version = "0.6.1"
17136source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17137dependencies = [
17138 "cc",
17139 "tree-sitter-language",
17140]
17141
17142[[package]]
17143name = "try-lock"
17144version = "0.2.5"
17145source = "registry+https://github.com/rust-lang/crates.io-index"
17146checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17147
17148[[package]]
17149name = "ttf-parser"
17150version = "0.20.0"
17151source = "registry+https://github.com/rust-lang/crates.io-index"
17152checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17153
17154[[package]]
17155name = "ttf-parser"
17156version = "0.21.1"
17157source = "registry+https://github.com/rust-lang/crates.io-index"
17158checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17159
17160[[package]]
17161name = "ttf-parser"
17162version = "0.25.1"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17165dependencies = [
17166 "core_maths",
17167]
17168
17169[[package]]
17170name = "tungstenite"
17171version = "0.20.1"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17174dependencies = [
17175 "byteorder",
17176 "bytes 1.10.1",
17177 "data-encoding",
17178 "http 0.2.12",
17179 "httparse",
17180 "log",
17181 "rand 0.8.5",
17182 "sha1",
17183 "thiserror 1.0.69",
17184 "url",
17185 "utf-8",
17186]
17187
17188[[package]]
17189name = "tungstenite"
17190version = "0.21.0"
17191source = "registry+https://github.com/rust-lang/crates.io-index"
17192checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17193dependencies = [
17194 "byteorder",
17195 "bytes 1.10.1",
17196 "data-encoding",
17197 "http 1.3.1",
17198 "httparse",
17199 "log",
17200 "rand 0.8.5",
17201 "sha1",
17202 "thiserror 1.0.69",
17203 "url",
17204 "utf-8",
17205]
17206
17207[[package]]
17208name = "tungstenite"
17209version = "0.26.2"
17210source = "registry+https://github.com/rust-lang/crates.io-index"
17211checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17212dependencies = [
17213 "bytes 1.10.1",
17214 "data-encoding",
17215 "http 1.3.1",
17216 "httparse",
17217 "log",
17218 "rand 0.9.1",
17219 "rustls 0.23.26",
17220 "rustls-pki-types",
17221 "sha1",
17222 "thiserror 2.0.12",
17223 "utf-8",
17224]
17225
17226[[package]]
17227name = "typed-path"
17228version = "0.11.0"
17229source = "registry+https://github.com/rust-lang/crates.io-index"
17230checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17231
17232[[package]]
17233name = "typeid"
17234version = "1.0.3"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17237
17238[[package]]
17239name = "typenum"
17240version = "1.18.0"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17243
17244[[package]]
17245name = "ucd-trie"
17246version = "0.1.7"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17249
17250[[package]]
17251name = "uds"
17252version = "0.4.2"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17255dependencies = [
17256 "libc",
17257]
17258
17259[[package]]
17260name = "uds_windows"
17261version = "1.1.0"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17264dependencies = [
17265 "memoffset",
17266 "tempfile",
17267 "winapi",
17268]
17269
17270[[package]]
17271name = "ug"
17272version = "0.4.0"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17275dependencies = [
17276 "gemm 0.18.2",
17277 "half",
17278 "libloading",
17279 "memmap2",
17280 "num",
17281 "num-traits",
17282 "num_cpus",
17283 "rayon",
17284 "safetensors",
17285 "serde",
17286 "thiserror 1.0.69",
17287 "tracing",
17288 "yoke",
17289]
17290
17291[[package]]
17292name = "ui"
17293version = "0.1.0"
17294dependencies = [
17295 "chrono",
17296 "component",
17297 "documented",
17298 "gpui",
17299 "gpui_macros",
17300 "icons",
17301 "itertools 0.14.0",
17302 "menu",
17303 "schemars 1.0.1",
17304 "serde",
17305 "settings",
17306 "smallvec",
17307 "story",
17308 "strum 0.27.1",
17309 "theme",
17310 "ui_macros",
17311 "util",
17312 "windows 0.61.1",
17313 "workspace-hack",
17314]
17315
17316[[package]]
17317name = "ui_input"
17318version = "0.1.0"
17319dependencies = [
17320 "component",
17321 "editor",
17322 "gpui",
17323 "settings",
17324 "theme",
17325 "ui",
17326 "workspace-hack",
17327]
17328
17329[[package]]
17330name = "ui_macros"
17331version = "0.1.0"
17332dependencies = [
17333 "component",
17334 "quote",
17335 "syn 2.0.101",
17336 "ui",
17337 "workspace-hack",
17338]
17339
17340[[package]]
17341name = "ui_prompt"
17342version = "0.1.0"
17343dependencies = [
17344 "gpui",
17345 "markdown",
17346 "menu",
17347 "settings",
17348 "theme",
17349 "ui",
17350 "workspace",
17351 "workspace-hack",
17352]
17353
17354[[package]]
17355name = "unicase"
17356version = "2.8.1"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17359
17360[[package]]
17361name = "unicode-bidi"
17362version = "0.3.18"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17365
17366[[package]]
17367name = "unicode-bidi-mirroring"
17368version = "0.2.0"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17371
17372[[package]]
17373name = "unicode-bidi-mirroring"
17374version = "0.4.0"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17377
17378[[package]]
17379name = "unicode-ccc"
17380version = "0.2.0"
17381source = "registry+https://github.com/rust-lang/crates.io-index"
17382checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17383
17384[[package]]
17385name = "unicode-ccc"
17386version = "0.4.0"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17389
17390[[package]]
17391name = "unicode-ident"
17392version = "1.0.18"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17395
17396[[package]]
17397name = "unicode-linebreak"
17398version = "0.1.5"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17401
17402[[package]]
17403name = "unicode-normalization"
17404version = "0.1.24"
17405source = "registry+https://github.com/rust-lang/crates.io-index"
17406checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17407dependencies = [
17408 "tinyvec",
17409]
17410
17411[[package]]
17412name = "unicode-properties"
17413version = "0.1.3"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17416
17417[[package]]
17418name = "unicode-script"
17419version = "0.5.7"
17420source = "registry+https://github.com/rust-lang/crates.io-index"
17421checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17422
17423[[package]]
17424name = "unicode-segmentation"
17425version = "1.12.0"
17426source = "registry+https://github.com/rust-lang/crates.io-index"
17427checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17428
17429[[package]]
17430name = "unicode-vo"
17431version = "0.1.0"
17432source = "registry+https://github.com/rust-lang/crates.io-index"
17433checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17434
17435[[package]]
17436name = "unicode-width"
17437version = "0.1.14"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
17440
17441[[package]]
17442name = "unicode-width"
17443version = "0.2.0"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17446
17447[[package]]
17448name = "unicode-xid"
17449version = "0.2.6"
17450source = "registry+https://github.com/rust-lang/crates.io-index"
17451checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17452
17453[[package]]
17454name = "unicode_categories"
17455version = "0.1.1"
17456source = "registry+https://github.com/rust-lang/crates.io-index"
17457checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17458
17459[[package]]
17460name = "unindent"
17461version = "0.2.4"
17462source = "registry+https://github.com/rust-lang/crates.io-index"
17463checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17464
17465[[package]]
17466name = "untrusted"
17467version = "0.9.0"
17468source = "registry+https://github.com/rust-lang/crates.io-index"
17469checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17470
17471[[package]]
17472name = "url"
17473version = "2.5.4"
17474source = "registry+https://github.com/rust-lang/crates.io-index"
17475checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17476dependencies = [
17477 "form_urlencoded",
17478 "idna",
17479 "percent-encoding",
17480 "serde",
17481]
17482
17483[[package]]
17484name = "urlencoding"
17485version = "2.1.3"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17488
17489[[package]]
17490name = "usvg"
17491version = "0.45.1"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17494dependencies = [
17495 "base64 0.22.1",
17496 "data-url",
17497 "flate2",
17498 "fontdb 0.23.0",
17499 "imagesize",
17500 "kurbo",
17501 "log",
17502 "pico-args",
17503 "roxmltree",
17504 "rustybuzz 0.20.1",
17505 "simplecss",
17506 "siphasher",
17507 "strict-num",
17508 "svgtypes",
17509 "tiny-skia-path",
17510 "unicode-bidi",
17511 "unicode-script",
17512 "unicode-vo",
17513 "xmlwriter",
17514]
17515
17516[[package]]
17517name = "utf-8"
17518version = "0.7.6"
17519source = "registry+https://github.com/rust-lang/crates.io-index"
17520checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17521
17522[[package]]
17523name = "utf16_iter"
17524version = "1.0.5"
17525source = "registry+https://github.com/rust-lang/crates.io-index"
17526checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17527
17528[[package]]
17529name = "utf8_iter"
17530version = "1.0.4"
17531source = "registry+https://github.com/rust-lang/crates.io-index"
17532checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17533
17534[[package]]
17535name = "utf8parse"
17536version = "0.2.2"
17537source = "registry+https://github.com/rust-lang/crates.io-index"
17538checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17539
17540[[package]]
17541name = "util"
17542version = "0.1.0"
17543dependencies = [
17544 "anyhow",
17545 "async-fs",
17546 "async_zip",
17547 "collections",
17548 "command-fds",
17549 "dirs 4.0.0",
17550 "dunce",
17551 "futures 0.3.31",
17552 "futures-lite 1.13.0",
17553 "git2",
17554 "globset",
17555 "indoc",
17556 "itertools 0.14.0",
17557 "libc",
17558 "log",
17559 "nix 0.29.0",
17560 "pretty_assertions",
17561 "rand 0.9.1",
17562 "regex",
17563 "rust-embed",
17564 "schemars 1.0.1",
17565 "serde",
17566 "serde_json",
17567 "serde_json_lenient",
17568 "shlex",
17569 "smol",
17570 "take-until",
17571 "tempfile",
17572 "tendril",
17573 "unicase",
17574 "util_macros",
17575 "walkdir",
17576 "workspace-hack",
17577]
17578
17579[[package]]
17580name = "util_macros"
17581version = "0.1.0"
17582dependencies = [
17583 "perf",
17584 "quote",
17585 "syn 2.0.101",
17586 "workspace-hack",
17587]
17588
17589[[package]]
17590name = "uuid"
17591version = "1.16.0"
17592source = "registry+https://github.com/rust-lang/crates.io-index"
17593checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17594dependencies = [
17595 "getrandom 0.3.2",
17596 "serde",
17597 "sha1_smol",
17598]
17599
17600[[package]]
17601name = "uuid-simd"
17602version = "0.8.0"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17605dependencies = [
17606 "outref",
17607 "uuid",
17608 "vsimd",
17609]
17610
17611[[package]]
17612name = "v_frame"
17613version = "0.3.8"
17614source = "registry+https://github.com/rust-lang/crates.io-index"
17615checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17616dependencies = [
17617 "aligned-vec",
17618 "num-traits",
17619 "wasm-bindgen",
17620]
17621
17622[[package]]
17623name = "valuable"
17624version = "0.1.1"
17625source = "registry+https://github.com/rust-lang/crates.io-index"
17626checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17627
17628[[package]]
17629name = "value-bag"
17630version = "1.11.1"
17631source = "registry+https://github.com/rust-lang/crates.io-index"
17632checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17633dependencies = [
17634 "value-bag-serde1",
17635 "value-bag-sval2",
17636]
17637
17638[[package]]
17639name = "value-bag-serde1"
17640version = "1.11.1"
17641source = "registry+https://github.com/rust-lang/crates.io-index"
17642checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17643dependencies = [
17644 "erased-serde",
17645 "serde",
17646 "serde_fmt",
17647]
17648
17649[[package]]
17650name = "value-bag-sval2"
17651version = "1.11.1"
17652source = "registry+https://github.com/rust-lang/crates.io-index"
17653checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17654dependencies = [
17655 "sval",
17656 "sval_buffer",
17657 "sval_dynamic",
17658 "sval_fmt",
17659 "sval_json",
17660 "sval_ref",
17661 "sval_serde",
17662]
17663
17664[[package]]
17665name = "vcpkg"
17666version = "0.2.15"
17667source = "registry+https://github.com/rust-lang/crates.io-index"
17668checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17669
17670[[package]]
17671name = "vercel"
17672version = "0.1.0"
17673dependencies = [
17674 "anyhow",
17675 "schemars 1.0.1",
17676 "serde",
17677 "strum 0.27.1",
17678 "workspace-hack",
17679]
17680
17681[[package]]
17682name = "version-compare"
17683version = "0.2.0"
17684source = "registry+https://github.com/rust-lang/crates.io-index"
17685checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17686
17687[[package]]
17688name = "version_check"
17689version = "0.9.5"
17690source = "registry+https://github.com/rust-lang/crates.io-index"
17691checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17692
17693[[package]]
17694name = "vim"
17695version = "0.1.0"
17696dependencies = [
17697 "anyhow",
17698 "assets",
17699 "async-compat",
17700 "async-trait",
17701 "collections",
17702 "command_palette",
17703 "command_palette_hooks",
17704 "db",
17705 "editor",
17706 "env_logger 0.11.8",
17707 "futures 0.3.31",
17708 "git_ui",
17709 "gpui",
17710 "indoc",
17711 "itertools 0.14.0",
17712 "language",
17713 "log",
17714 "lsp",
17715 "menu",
17716 "multi_buffer",
17717 "nvim-rs",
17718 "parking_lot",
17719 "perf",
17720 "picker",
17721 "project",
17722 "project_panel",
17723 "regex",
17724 "release_channel",
17725 "schemars 1.0.1",
17726 "search",
17727 "serde",
17728 "serde_json",
17729 "settings",
17730 "task",
17731 "text",
17732 "theme",
17733 "tokio",
17734 "ui",
17735 "util",
17736 "util_macros",
17737 "vim_mode_setting",
17738 "workspace",
17739 "workspace-hack",
17740 "zed_actions",
17741]
17742
17743[[package]]
17744name = "vim_mode_setting"
17745version = "0.1.0"
17746dependencies = [
17747 "gpui",
17748 "settings",
17749 "workspace-hack",
17750]
17751
17752[[package]]
17753name = "vscode_theme"
17754version = "0.2.0"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17757dependencies = [
17758 "serde",
17759]
17760
17761[[package]]
17762name = "vsimd"
17763version = "0.8.0"
17764source = "registry+https://github.com/rust-lang/crates.io-index"
17765checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17766
17767[[package]]
17768name = "vswhom"
17769version = "0.1.0"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17772dependencies = [
17773 "libc",
17774 "vswhom-sys",
17775]
17776
17777[[package]]
17778name = "vswhom-sys"
17779version = "0.1.3"
17780source = "registry+https://github.com/rust-lang/crates.io-index"
17781checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17782dependencies = [
17783 "cc",
17784 "libc",
17785]
17786
17787[[package]]
17788name = "vte"
17789version = "0.15.0"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17792dependencies = [
17793 "arrayvec",
17794 "bitflags 2.9.0",
17795 "cursor-icon",
17796 "log",
17797 "memchr",
17798 "serde",
17799]
17800
17801[[package]]
17802name = "waker-fn"
17803version = "1.2.0"
17804source = "registry+https://github.com/rust-lang/crates.io-index"
17805checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17806
17807[[package]]
17808name = "walkdir"
17809version = "2.5.0"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17812dependencies = [
17813 "same-file",
17814 "winapi-util",
17815]
17816
17817[[package]]
17818name = "want"
17819version = "0.3.1"
17820source = "registry+https://github.com/rust-lang/crates.io-index"
17821checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17822dependencies = [
17823 "try-lock",
17824]
17825
17826[[package]]
17827name = "warp"
17828version = "0.3.7"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17831dependencies = [
17832 "bytes 1.10.1",
17833 "futures-channel",
17834 "futures-util",
17835 "headers",
17836 "http 0.2.12",
17837 "hyper 0.14.32",
17838 "log",
17839 "mime",
17840 "mime_guess",
17841 "percent-encoding",
17842 "pin-project",
17843 "scoped-tls",
17844 "serde",
17845 "serde_json",
17846 "serde_urlencoded",
17847 "tokio",
17848 "tokio-tungstenite 0.21.0",
17849 "tokio-util",
17850 "tower-service",
17851 "tracing",
17852]
17853
17854[[package]]
17855name = "wasi"
17856version = "0.11.0+wasi-snapshot-preview1"
17857source = "registry+https://github.com/rust-lang/crates.io-index"
17858checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17859
17860[[package]]
17861name = "wasi"
17862version = "0.14.2+wasi-0.2.4"
17863source = "registry+https://github.com/rust-lang/crates.io-index"
17864checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17865dependencies = [
17866 "wit-bindgen-rt 0.39.0",
17867]
17868
17869[[package]]
17870name = "wasite"
17871version = "0.1.0"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17874
17875[[package]]
17876name = "wasm-bindgen"
17877version = "0.2.100"
17878source = "registry+https://github.com/rust-lang/crates.io-index"
17879checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17880dependencies = [
17881 "cfg-if",
17882 "once_cell",
17883 "rustversion",
17884 "wasm-bindgen-macro",
17885]
17886
17887[[package]]
17888name = "wasm-bindgen-backend"
17889version = "0.2.100"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17892dependencies = [
17893 "bumpalo",
17894 "log",
17895 "proc-macro2",
17896 "quote",
17897 "syn 2.0.101",
17898 "wasm-bindgen-shared",
17899]
17900
17901[[package]]
17902name = "wasm-bindgen-futures"
17903version = "0.4.50"
17904source = "registry+https://github.com/rust-lang/crates.io-index"
17905checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17906dependencies = [
17907 "cfg-if",
17908 "js-sys",
17909 "once_cell",
17910 "wasm-bindgen",
17911 "web-sys",
17912]
17913
17914[[package]]
17915name = "wasm-bindgen-macro"
17916version = "0.2.100"
17917source = "registry+https://github.com/rust-lang/crates.io-index"
17918checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17919dependencies = [
17920 "quote",
17921 "wasm-bindgen-macro-support",
17922]
17923
17924[[package]]
17925name = "wasm-bindgen-macro-support"
17926version = "0.2.100"
17927source = "registry+https://github.com/rust-lang/crates.io-index"
17928checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17929dependencies = [
17930 "proc-macro2",
17931 "quote",
17932 "syn 2.0.101",
17933 "wasm-bindgen-backend",
17934 "wasm-bindgen-shared",
17935]
17936
17937[[package]]
17938name = "wasm-bindgen-shared"
17939version = "0.2.100"
17940source = "registry+https://github.com/rust-lang/crates.io-index"
17941checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17942dependencies = [
17943 "unicode-ident",
17944]
17945
17946[[package]]
17947name = "wasm-encoder"
17948version = "0.201.0"
17949source = "registry+https://github.com/rust-lang/crates.io-index"
17950checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17951dependencies = [
17952 "leb128",
17953]
17954
17955[[package]]
17956name = "wasm-encoder"
17957version = "0.221.3"
17958source = "registry+https://github.com/rust-lang/crates.io-index"
17959checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17960dependencies = [
17961 "leb128",
17962 "wasmparser 0.221.3",
17963]
17964
17965[[package]]
17966name = "wasm-encoder"
17967version = "0.227.1"
17968source = "registry+https://github.com/rust-lang/crates.io-index"
17969checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17970dependencies = [
17971 "leb128fmt",
17972 "wasmparser 0.227.1",
17973]
17974
17975[[package]]
17976name = "wasm-metadata"
17977version = "0.201.0"
17978source = "registry+https://github.com/rust-lang/crates.io-index"
17979checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17980dependencies = [
17981 "anyhow",
17982 "indexmap 2.9.0",
17983 "serde",
17984 "serde_derive",
17985 "serde_json",
17986 "spdx",
17987 "wasm-encoder 0.201.0",
17988 "wasmparser 0.201.0",
17989]
17990
17991[[package]]
17992name = "wasm-metadata"
17993version = "0.227.1"
17994source = "registry+https://github.com/rust-lang/crates.io-index"
17995checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17996dependencies = [
17997 "anyhow",
17998 "auditable-serde",
17999 "flate2",
18000 "indexmap 2.9.0",
18001 "serde",
18002 "serde_derive",
18003 "serde_json",
18004 "spdx",
18005 "url",
18006 "wasm-encoder 0.227.1",
18007 "wasmparser 0.227.1",
18008]
18009
18010[[package]]
18011name = "wasm-streams"
18012version = "0.4.2"
18013source = "registry+https://github.com/rust-lang/crates.io-index"
18014checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18015dependencies = [
18016 "futures-util",
18017 "js-sys",
18018 "wasm-bindgen",
18019 "wasm-bindgen-futures",
18020 "web-sys",
18021]
18022
18023[[package]]
18024name = "wasmparser"
18025version = "0.201.0"
18026source = "registry+https://github.com/rust-lang/crates.io-index"
18027checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18028dependencies = [
18029 "bitflags 2.9.0",
18030 "indexmap 2.9.0",
18031 "semver",
18032]
18033
18034[[package]]
18035name = "wasmparser"
18036version = "0.221.3"
18037source = "registry+https://github.com/rust-lang/crates.io-index"
18038checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18039dependencies = [
18040 "bitflags 2.9.0",
18041 "hashbrown 0.15.3",
18042 "indexmap 2.9.0",
18043 "semver",
18044 "serde",
18045]
18046
18047[[package]]
18048name = "wasmparser"
18049version = "0.227.1"
18050source = "registry+https://github.com/rust-lang/crates.io-index"
18051checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18052dependencies = [
18053 "bitflags 2.9.0",
18054 "hashbrown 0.15.3",
18055 "indexmap 2.9.0",
18056 "semver",
18057]
18058
18059[[package]]
18060name = "wasmprinter"
18061version = "0.221.3"
18062source = "registry+https://github.com/rust-lang/crates.io-index"
18063checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18064dependencies = [
18065 "anyhow",
18066 "termcolor",
18067 "wasmparser 0.221.3",
18068]
18069
18070[[package]]
18071name = "wasmtime"
18072version = "29.0.1"
18073source = "registry+https://github.com/rust-lang/crates.io-index"
18074checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18075dependencies = [
18076 "anyhow",
18077 "async-trait",
18078 "bitflags 2.9.0",
18079 "bumpalo",
18080 "cc",
18081 "cfg-if",
18082 "encoding_rs",
18083 "hashbrown 0.14.5",
18084 "indexmap 2.9.0",
18085 "libc",
18086 "log",
18087 "mach2 0.4.2",
18088 "memfd",
18089 "object",
18090 "once_cell",
18091 "paste",
18092 "postcard",
18093 "psm",
18094 "pulley-interpreter",
18095 "rayon",
18096 "rustix 0.38.44",
18097 "semver",
18098 "serde",
18099 "serde_derive",
18100 "smallvec",
18101 "sptr",
18102 "target-lexicon 0.13.2",
18103 "trait-variant",
18104 "wasmparser 0.221.3",
18105 "wasmtime-asm-macros",
18106 "wasmtime-component-macro",
18107 "wasmtime-component-util",
18108 "wasmtime-cranelift",
18109 "wasmtime-environ",
18110 "wasmtime-fiber",
18111 "wasmtime-jit-icache-coherence",
18112 "wasmtime-math",
18113 "wasmtime-slab",
18114 "wasmtime-versioned-export-macros",
18115 "wasmtime-winch",
18116 "windows-sys 0.59.0",
18117]
18118
18119[[package]]
18120name = "wasmtime-asm-macros"
18121version = "29.0.1"
18122source = "registry+https://github.com/rust-lang/crates.io-index"
18123checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18124dependencies = [
18125 "cfg-if",
18126]
18127
18128[[package]]
18129name = "wasmtime-c-api-impl"
18130version = "29.0.1"
18131source = "registry+https://github.com/rust-lang/crates.io-index"
18132checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18133dependencies = [
18134 "anyhow",
18135 "log",
18136 "tracing",
18137 "wasmtime",
18138 "wasmtime-c-api-macros",
18139]
18140
18141[[package]]
18142name = "wasmtime-c-api-macros"
18143version = "29.0.1"
18144source = "registry+https://github.com/rust-lang/crates.io-index"
18145checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18146dependencies = [
18147 "proc-macro2",
18148 "quote",
18149]
18150
18151[[package]]
18152name = "wasmtime-component-macro"
18153version = "29.0.1"
18154source = "registry+https://github.com/rust-lang/crates.io-index"
18155checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18156dependencies = [
18157 "anyhow",
18158 "proc-macro2",
18159 "quote",
18160 "syn 2.0.101",
18161 "wasmtime-component-util",
18162 "wasmtime-wit-bindgen",
18163 "wit-parser 0.221.3",
18164]
18165
18166[[package]]
18167name = "wasmtime-component-util"
18168version = "29.0.1"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18171
18172[[package]]
18173name = "wasmtime-cranelift"
18174version = "29.0.1"
18175source = "registry+https://github.com/rust-lang/crates.io-index"
18176checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18177dependencies = [
18178 "anyhow",
18179 "cfg-if",
18180 "cranelift-codegen",
18181 "cranelift-control",
18182 "cranelift-entity",
18183 "cranelift-frontend",
18184 "cranelift-native",
18185 "gimli",
18186 "itertools 0.12.1",
18187 "log",
18188 "object",
18189 "smallvec",
18190 "target-lexicon 0.13.2",
18191 "thiserror 1.0.69",
18192 "wasmparser 0.221.3",
18193 "wasmtime-environ",
18194 "wasmtime-versioned-export-macros",
18195]
18196
18197[[package]]
18198name = "wasmtime-environ"
18199version = "29.0.1"
18200source = "registry+https://github.com/rust-lang/crates.io-index"
18201checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18202dependencies = [
18203 "anyhow",
18204 "cpp_demangle",
18205 "cranelift-bitset",
18206 "cranelift-entity",
18207 "gimli",
18208 "indexmap 2.9.0",
18209 "log",
18210 "object",
18211 "postcard",
18212 "rustc-demangle",
18213 "semver",
18214 "serde",
18215 "serde_derive",
18216 "smallvec",
18217 "target-lexicon 0.13.2",
18218 "wasm-encoder 0.221.3",
18219 "wasmparser 0.221.3",
18220 "wasmprinter",
18221 "wasmtime-component-util",
18222]
18223
18224[[package]]
18225name = "wasmtime-fiber"
18226version = "29.0.1"
18227source = "registry+https://github.com/rust-lang/crates.io-index"
18228checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18229dependencies = [
18230 "anyhow",
18231 "cc",
18232 "cfg-if",
18233 "rustix 0.38.44",
18234 "wasmtime-asm-macros",
18235 "wasmtime-versioned-export-macros",
18236 "windows-sys 0.59.0",
18237]
18238
18239[[package]]
18240name = "wasmtime-jit-icache-coherence"
18241version = "29.0.1"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18244dependencies = [
18245 "anyhow",
18246 "cfg-if",
18247 "libc",
18248 "windows-sys 0.59.0",
18249]
18250
18251[[package]]
18252name = "wasmtime-math"
18253version = "29.0.1"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18256dependencies = [
18257 "libm",
18258]
18259
18260[[package]]
18261name = "wasmtime-slab"
18262version = "29.0.1"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18265
18266[[package]]
18267name = "wasmtime-versioned-export-macros"
18268version = "29.0.1"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18271dependencies = [
18272 "proc-macro2",
18273 "quote",
18274 "syn 2.0.101",
18275]
18276
18277[[package]]
18278name = "wasmtime-wasi"
18279version = "29.0.1"
18280source = "registry+https://github.com/rust-lang/crates.io-index"
18281checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18282dependencies = [
18283 "anyhow",
18284 "async-trait",
18285 "bitflags 2.9.0",
18286 "bytes 1.10.1",
18287 "cap-fs-ext",
18288 "cap-net-ext",
18289 "cap-rand",
18290 "cap-std",
18291 "cap-time-ext",
18292 "fs-set-times",
18293 "futures 0.3.31",
18294 "io-extras",
18295 "io-lifetimes",
18296 "rustix 0.38.44",
18297 "system-interface",
18298 "thiserror 1.0.69",
18299 "tokio",
18300 "tracing",
18301 "trait-variant",
18302 "url",
18303 "wasmtime",
18304 "wiggle",
18305 "windows-sys 0.59.0",
18306]
18307
18308[[package]]
18309name = "wasmtime-winch"
18310version = "29.0.1"
18311source = "registry+https://github.com/rust-lang/crates.io-index"
18312checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18313dependencies = [
18314 "anyhow",
18315 "cranelift-codegen",
18316 "gimli",
18317 "object",
18318 "target-lexicon 0.13.2",
18319 "wasmparser 0.221.3",
18320 "wasmtime-cranelift",
18321 "wasmtime-environ",
18322 "winch-codegen",
18323]
18324
18325[[package]]
18326name = "wasmtime-wit-bindgen"
18327version = "29.0.1"
18328source = "registry+https://github.com/rust-lang/crates.io-index"
18329checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18330dependencies = [
18331 "anyhow",
18332 "heck 0.5.0",
18333 "indexmap 2.9.0",
18334 "wit-parser 0.221.3",
18335]
18336
18337[[package]]
18338name = "wast"
18339version = "35.0.2"
18340source = "registry+https://github.com/rust-lang/crates.io-index"
18341checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18342dependencies = [
18343 "leb128",
18344]
18345
18346[[package]]
18347name = "watch"
18348version = "0.1.0"
18349dependencies = [
18350 "ctor",
18351 "futures 0.3.31",
18352 "gpui",
18353 "parking_lot",
18354 "rand 0.9.1",
18355 "workspace-hack",
18356 "zlog",
18357]
18358
18359[[package]]
18360name = "wayland-backend"
18361version = "0.3.8"
18362source = "registry+https://github.com/rust-lang/crates.io-index"
18363checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18364dependencies = [
18365 "cc",
18366 "downcast-rs",
18367 "rustix 0.38.44",
18368 "scoped-tls",
18369 "smallvec",
18370 "wayland-sys",
18371]
18372
18373[[package]]
18374name = "wayland-client"
18375version = "0.31.8"
18376source = "registry+https://github.com/rust-lang/crates.io-index"
18377checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18378dependencies = [
18379 "bitflags 2.9.0",
18380 "rustix 0.38.44",
18381 "wayland-backend",
18382 "wayland-scanner",
18383]
18384
18385[[package]]
18386name = "wayland-cursor"
18387version = "0.31.8"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18390dependencies = [
18391 "rustix 0.38.44",
18392 "wayland-client",
18393 "xcursor",
18394]
18395
18396[[package]]
18397name = "wayland-protocols"
18398version = "0.31.2"
18399source = "registry+https://github.com/rust-lang/crates.io-index"
18400checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18401dependencies = [
18402 "bitflags 2.9.0",
18403 "wayland-backend",
18404 "wayland-client",
18405 "wayland-scanner",
18406]
18407
18408[[package]]
18409name = "wayland-protocols-plasma"
18410version = "0.2.0"
18411source = "registry+https://github.com/rust-lang/crates.io-index"
18412checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18413dependencies = [
18414 "bitflags 2.9.0",
18415 "wayland-backend",
18416 "wayland-client",
18417 "wayland-protocols",
18418 "wayland-scanner",
18419]
18420
18421[[package]]
18422name = "wayland-scanner"
18423version = "0.31.6"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18426dependencies = [
18427 "proc-macro2",
18428 "quick-xml 0.37.4",
18429 "quote",
18430]
18431
18432[[package]]
18433name = "wayland-sys"
18434version = "0.31.6"
18435source = "registry+https://github.com/rust-lang/crates.io-index"
18436checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18437dependencies = [
18438 "dlib",
18439 "log",
18440 "once_cell",
18441 "pkg-config",
18442]
18443
18444[[package]]
18445name = "web-sys"
18446version = "0.3.77"
18447source = "registry+https://github.com/rust-lang/crates.io-index"
18448checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18449dependencies = [
18450 "js-sys",
18451 "wasm-bindgen",
18452]
18453
18454[[package]]
18455name = "web-time"
18456version = "1.1.0"
18457source = "registry+https://github.com/rust-lang/crates.io-index"
18458checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18459dependencies = [
18460 "js-sys",
18461 "wasm-bindgen",
18462]
18463
18464[[package]]
18465name = "web_atoms"
18466version = "0.1.0"
18467source = "registry+https://github.com/rust-lang/crates.io-index"
18468checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18469dependencies = [
18470 "phf",
18471 "phf_codegen",
18472 "string_cache",
18473 "string_cache_codegen",
18474]
18475
18476[[package]]
18477name = "web_search"
18478version = "0.1.0"
18479dependencies = [
18480 "anyhow",
18481 "cloud_llm_client",
18482 "collections",
18483 "gpui",
18484 "serde",
18485 "workspace-hack",
18486]
18487
18488[[package]]
18489name = "web_search_providers"
18490version = "0.1.0"
18491dependencies = [
18492 "anyhow",
18493 "client",
18494 "cloud_llm_client",
18495 "futures 0.3.31",
18496 "gpui",
18497 "http_client",
18498 "language_model",
18499 "serde",
18500 "serde_json",
18501 "web_search",
18502 "workspace-hack",
18503]
18504
18505[[package]]
18506name = "webpki-root-certs"
18507version = "0.26.8"
18508source = "registry+https://github.com/rust-lang/crates.io-index"
18509checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18510dependencies = [
18511 "rustls-pki-types",
18512]
18513
18514[[package]]
18515name = "webpki-roots"
18516version = "0.26.8"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18519dependencies = [
18520 "rustls-pki-types",
18521]
18522
18523[[package]]
18524name = "webrtc-sys"
18525version = "0.3.7"
18526source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18527dependencies = [
18528 "cc",
18529 "cxx",
18530 "cxx-build",
18531 "glob",
18532 "log",
18533 "webrtc-sys-build",
18534]
18535
18536[[package]]
18537name = "webrtc-sys-build"
18538version = "0.3.6"
18539source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18540dependencies = [
18541 "fs2",
18542 "regex",
18543 "reqwest 0.11.27",
18544 "scratch",
18545 "semver",
18546 "zip 0.6.6",
18547]
18548
18549[[package]]
18550name = "weezl"
18551version = "0.1.8"
18552source = "registry+https://github.com/rust-lang/crates.io-index"
18553checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18554
18555[[package]]
18556name = "which"
18557version = "4.4.2"
18558source = "registry+https://github.com/rust-lang/crates.io-index"
18559checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18560dependencies = [
18561 "either",
18562 "home",
18563 "once_cell",
18564 "rustix 0.38.44",
18565]
18566
18567[[package]]
18568name = "which"
18569version = "6.0.3"
18570source = "registry+https://github.com/rust-lang/crates.io-index"
18571checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18572dependencies = [
18573 "either",
18574 "home",
18575 "rustix 0.38.44",
18576 "winsafe",
18577]
18578
18579[[package]]
18580name = "whoami"
18581version = "1.6.0"
18582source = "registry+https://github.com/rust-lang/crates.io-index"
18583checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18584dependencies = [
18585 "redox_syscall 0.5.11",
18586 "wasite",
18587]
18588
18589[[package]]
18590name = "wiggle"
18591version = "29.0.1"
18592source = "registry+https://github.com/rust-lang/crates.io-index"
18593checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18594dependencies = [
18595 "anyhow",
18596 "async-trait",
18597 "bitflags 2.9.0",
18598 "thiserror 1.0.69",
18599 "tracing",
18600 "wasmtime",
18601 "wiggle-macro",
18602]
18603
18604[[package]]
18605name = "wiggle-generate"
18606version = "29.0.1"
18607source = "registry+https://github.com/rust-lang/crates.io-index"
18608checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18609dependencies = [
18610 "anyhow",
18611 "heck 0.5.0",
18612 "proc-macro2",
18613 "quote",
18614 "shellexpand 2.1.2",
18615 "syn 2.0.101",
18616 "witx",
18617]
18618
18619[[package]]
18620name = "wiggle-macro"
18621version = "29.0.1"
18622source = "registry+https://github.com/rust-lang/crates.io-index"
18623checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18624dependencies = [
18625 "proc-macro2",
18626 "quote",
18627 "syn 2.0.101",
18628 "wiggle-generate",
18629]
18630
18631[[package]]
18632name = "winapi"
18633version = "0.3.9"
18634source = "registry+https://github.com/rust-lang/crates.io-index"
18635checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18636dependencies = [
18637 "winapi-i686-pc-windows-gnu",
18638 "winapi-x86_64-pc-windows-gnu",
18639]
18640
18641[[package]]
18642name = "winapi-i686-pc-windows-gnu"
18643version = "0.4.0"
18644source = "registry+https://github.com/rust-lang/crates.io-index"
18645checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18646
18647[[package]]
18648name = "winapi-util"
18649version = "0.1.9"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18652dependencies = [
18653 "windows-sys 0.59.0",
18654]
18655
18656[[package]]
18657name = "winapi-x86_64-pc-windows-gnu"
18658version = "0.4.0"
18659source = "registry+https://github.com/rust-lang/crates.io-index"
18660checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18661
18662[[package]]
18663name = "winch-codegen"
18664version = "29.0.1"
18665source = "registry+https://github.com/rust-lang/crates.io-index"
18666checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18667dependencies = [
18668 "anyhow",
18669 "cranelift-codegen",
18670 "gimli",
18671 "regalloc2",
18672 "smallvec",
18673 "target-lexicon 0.13.2",
18674 "thiserror 1.0.69",
18675 "wasmparser 0.221.3",
18676 "wasmtime-cranelift",
18677 "wasmtime-environ",
18678]
18679
18680[[package]]
18681name = "windows"
18682version = "0.54.0"
18683source = "registry+https://github.com/rust-lang/crates.io-index"
18684checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18685dependencies = [
18686 "windows-core 0.54.0",
18687 "windows-targets 0.52.6",
18688]
18689
18690[[package]]
18691name = "windows"
18692version = "0.57.0"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18695dependencies = [
18696 "windows-core 0.57.0",
18697 "windows-targets 0.52.6",
18698]
18699
18700[[package]]
18701name = "windows"
18702version = "0.58.0"
18703source = "registry+https://github.com/rust-lang/crates.io-index"
18704checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18705dependencies = [
18706 "windows-core 0.58.0",
18707 "windows-targets 0.52.6",
18708]
18709
18710[[package]]
18711name = "windows"
18712version = "0.61.1"
18713source = "registry+https://github.com/rust-lang/crates.io-index"
18714checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18715dependencies = [
18716 "windows-collections",
18717 "windows-core 0.61.0",
18718 "windows-future",
18719 "windows-link 0.1.1",
18720 "windows-numerics",
18721]
18722
18723[[package]]
18724name = "windows-capture"
18725version = "1.4.3"
18726source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18727dependencies = [
18728 "clap",
18729 "ctrlc",
18730 "parking_lot",
18731 "rayon",
18732 "thiserror 2.0.12",
18733 "windows 0.61.1",
18734 "windows-future",
18735]
18736
18737[[package]]
18738name = "windows-collections"
18739version = "0.2.0"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18742dependencies = [
18743 "windows-core 0.61.0",
18744]
18745
18746[[package]]
18747name = "windows-core"
18748version = "0.54.0"
18749source = "registry+https://github.com/rust-lang/crates.io-index"
18750checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18751dependencies = [
18752 "windows-result 0.1.2",
18753 "windows-targets 0.52.6",
18754]
18755
18756[[package]]
18757name = "windows-core"
18758version = "0.57.0"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18761dependencies = [
18762 "windows-implement 0.57.0",
18763 "windows-interface 0.57.0",
18764 "windows-result 0.1.2",
18765 "windows-targets 0.52.6",
18766]
18767
18768[[package]]
18769name = "windows-core"
18770version = "0.58.0"
18771source = "registry+https://github.com/rust-lang/crates.io-index"
18772checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18773dependencies = [
18774 "windows-implement 0.58.0",
18775 "windows-interface 0.58.0",
18776 "windows-result 0.2.0",
18777 "windows-strings 0.1.0",
18778 "windows-targets 0.52.6",
18779]
18780
18781[[package]]
18782name = "windows-core"
18783version = "0.61.0"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18786dependencies = [
18787 "windows-implement 0.60.0",
18788 "windows-interface 0.59.1",
18789 "windows-link 0.1.1",
18790 "windows-result 0.3.2",
18791 "windows-strings 0.4.0",
18792]
18793
18794[[package]]
18795name = "windows-future"
18796version = "0.2.0"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18799dependencies = [
18800 "windows-core 0.61.0",
18801 "windows-link 0.1.1",
18802]
18803
18804[[package]]
18805name = "windows-implement"
18806version = "0.57.0"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18809dependencies = [
18810 "proc-macro2",
18811 "quote",
18812 "syn 2.0.101",
18813]
18814
18815[[package]]
18816name = "windows-implement"
18817version = "0.58.0"
18818source = "registry+https://github.com/rust-lang/crates.io-index"
18819checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18820dependencies = [
18821 "proc-macro2",
18822 "quote",
18823 "syn 2.0.101",
18824]
18825
18826[[package]]
18827name = "windows-implement"
18828version = "0.60.0"
18829source = "registry+https://github.com/rust-lang/crates.io-index"
18830checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18831dependencies = [
18832 "proc-macro2",
18833 "quote",
18834 "syn 2.0.101",
18835]
18836
18837[[package]]
18838name = "windows-interface"
18839version = "0.57.0"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18842dependencies = [
18843 "proc-macro2",
18844 "quote",
18845 "syn 2.0.101",
18846]
18847
18848[[package]]
18849name = "windows-interface"
18850version = "0.58.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18853dependencies = [
18854 "proc-macro2",
18855 "quote",
18856 "syn 2.0.101",
18857]
18858
18859[[package]]
18860name = "windows-interface"
18861version = "0.59.1"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18864dependencies = [
18865 "proc-macro2",
18866 "quote",
18867 "syn 2.0.101",
18868]
18869
18870[[package]]
18871name = "windows-link"
18872version = "0.1.1"
18873source = "registry+https://github.com/rust-lang/crates.io-index"
18874checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18875
18876[[package]]
18877name = "windows-link"
18878version = "0.2.0"
18879source = "registry+https://github.com/rust-lang/crates.io-index"
18880checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18881
18882[[package]]
18883name = "windows-numerics"
18884version = "0.2.0"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18887dependencies = [
18888 "windows-core 0.61.0",
18889 "windows-link 0.1.1",
18890]
18891
18892[[package]]
18893name = "windows-registry"
18894version = "0.4.0"
18895source = "registry+https://github.com/rust-lang/crates.io-index"
18896checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18897dependencies = [
18898 "windows-result 0.3.2",
18899 "windows-strings 0.3.1",
18900 "windows-targets 0.53.2",
18901]
18902
18903[[package]]
18904name = "windows-registry"
18905version = "0.5.1"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18908dependencies = [
18909 "windows-link 0.1.1",
18910 "windows-result 0.3.2",
18911 "windows-strings 0.4.0",
18912]
18913
18914[[package]]
18915name = "windows-registry"
18916version = "0.6.0"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18919dependencies = [
18920 "windows-link 0.2.0",
18921 "windows-result 0.4.0",
18922 "windows-strings 0.5.0",
18923]
18924
18925[[package]]
18926name = "windows-result"
18927version = "0.1.2"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18930dependencies = [
18931 "windows-targets 0.52.6",
18932]
18933
18934[[package]]
18935name = "windows-result"
18936version = "0.2.0"
18937source = "registry+https://github.com/rust-lang/crates.io-index"
18938checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18939dependencies = [
18940 "windows-targets 0.52.6",
18941]
18942
18943[[package]]
18944name = "windows-result"
18945version = "0.3.2"
18946source = "registry+https://github.com/rust-lang/crates.io-index"
18947checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18948dependencies = [
18949 "windows-link 0.1.1",
18950]
18951
18952[[package]]
18953name = "windows-result"
18954version = "0.4.0"
18955source = "registry+https://github.com/rust-lang/crates.io-index"
18956checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18957dependencies = [
18958 "windows-link 0.2.0",
18959]
18960
18961[[package]]
18962name = "windows-strings"
18963version = "0.1.0"
18964source = "registry+https://github.com/rust-lang/crates.io-index"
18965checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18966dependencies = [
18967 "windows-result 0.2.0",
18968 "windows-targets 0.52.6",
18969]
18970
18971[[package]]
18972name = "windows-strings"
18973version = "0.3.1"
18974source = "registry+https://github.com/rust-lang/crates.io-index"
18975checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18976dependencies = [
18977 "windows-link 0.1.1",
18978]
18979
18980[[package]]
18981name = "windows-strings"
18982version = "0.4.0"
18983source = "registry+https://github.com/rust-lang/crates.io-index"
18984checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18985dependencies = [
18986 "windows-link 0.1.1",
18987]
18988
18989[[package]]
18990name = "windows-strings"
18991version = "0.5.0"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18994dependencies = [
18995 "windows-link 0.2.0",
18996]
18997
18998[[package]]
18999name = "windows-sys"
19000version = "0.45.0"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19003dependencies = [
19004 "windows-targets 0.42.2",
19005]
19006
19007[[package]]
19008name = "windows-sys"
19009version = "0.48.0"
19010source = "registry+https://github.com/rust-lang/crates.io-index"
19011checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19012dependencies = [
19013 "windows-targets 0.48.5",
19014]
19015
19016[[package]]
19017name = "windows-sys"
19018version = "0.52.0"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19021dependencies = [
19022 "windows-targets 0.52.6",
19023]
19024
19025[[package]]
19026name = "windows-sys"
19027version = "0.59.0"
19028source = "registry+https://github.com/rust-lang/crates.io-index"
19029checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19030dependencies = [
19031 "windows-targets 0.52.6",
19032]
19033
19034[[package]]
19035name = "windows-sys"
19036version = "0.60.2"
19037source = "registry+https://github.com/rust-lang/crates.io-index"
19038checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19039dependencies = [
19040 "windows-targets 0.53.2",
19041]
19042
19043[[package]]
19044name = "windows-sys"
19045version = "0.61.0"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19048dependencies = [
19049 "windows-link 0.2.0",
19050]
19051
19052[[package]]
19053name = "windows-targets"
19054version = "0.42.2"
19055source = "registry+https://github.com/rust-lang/crates.io-index"
19056checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19057dependencies = [
19058 "windows_aarch64_gnullvm 0.42.2",
19059 "windows_aarch64_msvc 0.42.2",
19060 "windows_i686_gnu 0.42.2",
19061 "windows_i686_msvc 0.42.2",
19062 "windows_x86_64_gnu 0.42.2",
19063 "windows_x86_64_gnullvm 0.42.2",
19064 "windows_x86_64_msvc 0.42.2",
19065]
19066
19067[[package]]
19068name = "windows-targets"
19069version = "0.48.5"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19072dependencies = [
19073 "windows_aarch64_gnullvm 0.48.5",
19074 "windows_aarch64_msvc 0.48.5",
19075 "windows_i686_gnu 0.48.5",
19076 "windows_i686_msvc 0.48.5",
19077 "windows_x86_64_gnu 0.48.5",
19078 "windows_x86_64_gnullvm 0.48.5",
19079 "windows_x86_64_msvc 0.48.5",
19080]
19081
19082[[package]]
19083name = "windows-targets"
19084version = "0.52.6"
19085source = "registry+https://github.com/rust-lang/crates.io-index"
19086checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19087dependencies = [
19088 "windows_aarch64_gnullvm 0.52.6",
19089 "windows_aarch64_msvc 0.52.6",
19090 "windows_i686_gnu 0.52.6",
19091 "windows_i686_gnullvm 0.52.6",
19092 "windows_i686_msvc 0.52.6",
19093 "windows_x86_64_gnu 0.52.6",
19094 "windows_x86_64_gnullvm 0.52.6",
19095 "windows_x86_64_msvc 0.52.6",
19096]
19097
19098[[package]]
19099name = "windows-targets"
19100version = "0.53.2"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19103dependencies = [
19104 "windows_aarch64_gnullvm 0.53.0",
19105 "windows_aarch64_msvc 0.53.0",
19106 "windows_i686_gnu 0.53.0",
19107 "windows_i686_gnullvm 0.53.0",
19108 "windows_i686_msvc 0.53.0",
19109 "windows_x86_64_gnu 0.53.0",
19110 "windows_x86_64_gnullvm 0.53.0",
19111 "windows_x86_64_msvc 0.53.0",
19112]
19113
19114[[package]]
19115name = "windows_aarch64_gnullvm"
19116version = "0.42.2"
19117source = "registry+https://github.com/rust-lang/crates.io-index"
19118checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19119
19120[[package]]
19121name = "windows_aarch64_gnullvm"
19122version = "0.48.5"
19123source = "registry+https://github.com/rust-lang/crates.io-index"
19124checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19125
19126[[package]]
19127name = "windows_aarch64_gnullvm"
19128version = "0.52.6"
19129source = "registry+https://github.com/rust-lang/crates.io-index"
19130checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19131
19132[[package]]
19133name = "windows_aarch64_gnullvm"
19134version = "0.53.0"
19135source = "registry+https://github.com/rust-lang/crates.io-index"
19136checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19137
19138[[package]]
19139name = "windows_aarch64_msvc"
19140version = "0.42.2"
19141source = "registry+https://github.com/rust-lang/crates.io-index"
19142checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19143
19144[[package]]
19145name = "windows_aarch64_msvc"
19146version = "0.48.5"
19147source = "registry+https://github.com/rust-lang/crates.io-index"
19148checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19149
19150[[package]]
19151name = "windows_aarch64_msvc"
19152version = "0.52.6"
19153source = "registry+https://github.com/rust-lang/crates.io-index"
19154checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19155
19156[[package]]
19157name = "windows_aarch64_msvc"
19158version = "0.53.0"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19161
19162[[package]]
19163name = "windows_i686_gnu"
19164version = "0.42.2"
19165source = "registry+https://github.com/rust-lang/crates.io-index"
19166checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19167
19168[[package]]
19169name = "windows_i686_gnu"
19170version = "0.48.5"
19171source = "registry+https://github.com/rust-lang/crates.io-index"
19172checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19173
19174[[package]]
19175name = "windows_i686_gnu"
19176version = "0.52.6"
19177source = "registry+https://github.com/rust-lang/crates.io-index"
19178checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19179
19180[[package]]
19181name = "windows_i686_gnu"
19182version = "0.53.0"
19183source = "registry+https://github.com/rust-lang/crates.io-index"
19184checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19185
19186[[package]]
19187name = "windows_i686_gnullvm"
19188version = "0.52.6"
19189source = "registry+https://github.com/rust-lang/crates.io-index"
19190checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19191
19192[[package]]
19193name = "windows_i686_gnullvm"
19194version = "0.53.0"
19195source = "registry+https://github.com/rust-lang/crates.io-index"
19196checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19197
19198[[package]]
19199name = "windows_i686_msvc"
19200version = "0.42.2"
19201source = "registry+https://github.com/rust-lang/crates.io-index"
19202checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19203
19204[[package]]
19205name = "windows_i686_msvc"
19206version = "0.48.5"
19207source = "registry+https://github.com/rust-lang/crates.io-index"
19208checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19209
19210[[package]]
19211name = "windows_i686_msvc"
19212version = "0.52.6"
19213source = "registry+https://github.com/rust-lang/crates.io-index"
19214checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19215
19216[[package]]
19217name = "windows_i686_msvc"
19218version = "0.53.0"
19219source = "registry+https://github.com/rust-lang/crates.io-index"
19220checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19221
19222[[package]]
19223name = "windows_x86_64_gnu"
19224version = "0.42.2"
19225source = "registry+https://github.com/rust-lang/crates.io-index"
19226checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19227
19228[[package]]
19229name = "windows_x86_64_gnu"
19230version = "0.48.5"
19231source = "registry+https://github.com/rust-lang/crates.io-index"
19232checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19233
19234[[package]]
19235name = "windows_x86_64_gnu"
19236version = "0.52.6"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19239
19240[[package]]
19241name = "windows_x86_64_gnu"
19242version = "0.53.0"
19243source = "registry+https://github.com/rust-lang/crates.io-index"
19244checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19245
19246[[package]]
19247name = "windows_x86_64_gnullvm"
19248version = "0.42.2"
19249source = "registry+https://github.com/rust-lang/crates.io-index"
19250checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19251
19252[[package]]
19253name = "windows_x86_64_gnullvm"
19254version = "0.48.5"
19255source = "registry+https://github.com/rust-lang/crates.io-index"
19256checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19257
19258[[package]]
19259name = "windows_x86_64_gnullvm"
19260version = "0.52.6"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19263
19264[[package]]
19265name = "windows_x86_64_gnullvm"
19266version = "0.53.0"
19267source = "registry+https://github.com/rust-lang/crates.io-index"
19268checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19269
19270[[package]]
19271name = "windows_x86_64_msvc"
19272version = "0.42.2"
19273source = "registry+https://github.com/rust-lang/crates.io-index"
19274checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19275
19276[[package]]
19277name = "windows_x86_64_msvc"
19278version = "0.48.5"
19279source = "registry+https://github.com/rust-lang/crates.io-index"
19280checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19281
19282[[package]]
19283name = "windows_x86_64_msvc"
19284version = "0.52.6"
19285source = "registry+https://github.com/rust-lang/crates.io-index"
19286checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19287
19288[[package]]
19289name = "windows_x86_64_msvc"
19290version = "0.53.0"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19293
19294[[package]]
19295name = "winnow"
19296version = "0.7.6"
19297source = "registry+https://github.com/rust-lang/crates.io-index"
19298checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19299dependencies = [
19300 "memchr",
19301]
19302
19303[[package]]
19304name = "winreg"
19305version = "0.10.1"
19306source = "registry+https://github.com/rust-lang/crates.io-index"
19307checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19308dependencies = [
19309 "winapi",
19310]
19311
19312[[package]]
19313name = "winreg"
19314version = "0.50.0"
19315source = "registry+https://github.com/rust-lang/crates.io-index"
19316checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19317dependencies = [
19318 "cfg-if",
19319 "windows-sys 0.48.0",
19320]
19321
19322[[package]]
19323name = "winreg"
19324version = "0.52.0"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19327dependencies = [
19328 "cfg-if",
19329 "windows-sys 0.48.0",
19330]
19331
19332[[package]]
19333name = "winreg"
19334version = "0.55.0"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19337dependencies = [
19338 "cfg-if",
19339 "windows-sys 0.59.0",
19340]
19341
19342[[package]]
19343name = "winresource"
19344version = "0.1.20"
19345source = "registry+https://github.com/rust-lang/crates.io-index"
19346checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19347dependencies = [
19348 "toml 0.8.20",
19349 "version_check",
19350]
19351
19352[[package]]
19353name = "winsafe"
19354version = "0.0.19"
19355source = "registry+https://github.com/rust-lang/crates.io-index"
19356checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19357
19358[[package]]
19359name = "winx"
19360version = "0.36.4"
19361source = "registry+https://github.com/rust-lang/crates.io-index"
19362checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19363dependencies = [
19364 "bitflags 2.9.0",
19365 "windows-sys 0.59.0",
19366]
19367
19368[[package]]
19369name = "wio"
19370version = "0.2.2"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19373dependencies = [
19374 "winapi",
19375]
19376
19377[[package]]
19378name = "wit-bindgen"
19379version = "0.22.0"
19380source = "registry+https://github.com/rust-lang/crates.io-index"
19381checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19382dependencies = [
19383 "bitflags 2.9.0",
19384 "wit-bindgen-rt 0.22.0",
19385 "wit-bindgen-rust-macro 0.22.0",
19386]
19387
19388[[package]]
19389name = "wit-bindgen"
19390version = "0.41.0"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19393dependencies = [
19394 "wit-bindgen-rt 0.41.0",
19395 "wit-bindgen-rust-macro 0.41.0",
19396]
19397
19398[[package]]
19399name = "wit-bindgen-core"
19400version = "0.22.0"
19401source = "registry+https://github.com/rust-lang/crates.io-index"
19402checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19403dependencies = [
19404 "anyhow",
19405 "wit-parser 0.201.0",
19406]
19407
19408[[package]]
19409name = "wit-bindgen-core"
19410version = "0.41.0"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19413dependencies = [
19414 "anyhow",
19415 "heck 0.5.0",
19416 "wit-parser 0.227.1",
19417]
19418
19419[[package]]
19420name = "wit-bindgen-rt"
19421version = "0.22.0"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19424
19425[[package]]
19426name = "wit-bindgen-rt"
19427version = "0.39.0"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19430dependencies = [
19431 "bitflags 2.9.0",
19432]
19433
19434[[package]]
19435name = "wit-bindgen-rt"
19436version = "0.41.0"
19437source = "registry+https://github.com/rust-lang/crates.io-index"
19438checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19439dependencies = [
19440 "bitflags 2.9.0",
19441 "futures 0.3.31",
19442 "once_cell",
19443]
19444
19445[[package]]
19446name = "wit-bindgen-rust"
19447version = "0.22.0"
19448source = "registry+https://github.com/rust-lang/crates.io-index"
19449checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19450dependencies = [
19451 "anyhow",
19452 "heck 0.4.1",
19453 "indexmap 2.9.0",
19454 "wasm-metadata 0.201.0",
19455 "wit-bindgen-core 0.22.0",
19456 "wit-component 0.201.0",
19457]
19458
19459[[package]]
19460name = "wit-bindgen-rust"
19461version = "0.41.0"
19462source = "registry+https://github.com/rust-lang/crates.io-index"
19463checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19464dependencies = [
19465 "anyhow",
19466 "heck 0.5.0",
19467 "indexmap 2.9.0",
19468 "prettyplease",
19469 "syn 2.0.101",
19470 "wasm-metadata 0.227.1",
19471 "wit-bindgen-core 0.41.0",
19472 "wit-component 0.227.1",
19473]
19474
19475[[package]]
19476name = "wit-bindgen-rust-macro"
19477version = "0.22.0"
19478source = "registry+https://github.com/rust-lang/crates.io-index"
19479checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19480dependencies = [
19481 "anyhow",
19482 "proc-macro2",
19483 "quote",
19484 "syn 2.0.101",
19485 "wit-bindgen-core 0.22.0",
19486 "wit-bindgen-rust 0.22.0",
19487]
19488
19489[[package]]
19490name = "wit-bindgen-rust-macro"
19491version = "0.41.0"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19494dependencies = [
19495 "anyhow",
19496 "prettyplease",
19497 "proc-macro2",
19498 "quote",
19499 "syn 2.0.101",
19500 "wit-bindgen-core 0.41.0",
19501 "wit-bindgen-rust 0.41.0",
19502]
19503
19504[[package]]
19505name = "wit-component"
19506version = "0.201.0"
19507source = "registry+https://github.com/rust-lang/crates.io-index"
19508checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19509dependencies = [
19510 "anyhow",
19511 "bitflags 2.9.0",
19512 "indexmap 2.9.0",
19513 "log",
19514 "serde",
19515 "serde_derive",
19516 "serde_json",
19517 "wasm-encoder 0.201.0",
19518 "wasm-metadata 0.201.0",
19519 "wasmparser 0.201.0",
19520 "wit-parser 0.201.0",
19521]
19522
19523[[package]]
19524name = "wit-component"
19525version = "0.227.1"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19528dependencies = [
19529 "anyhow",
19530 "bitflags 2.9.0",
19531 "indexmap 2.9.0",
19532 "log",
19533 "serde",
19534 "serde_derive",
19535 "serde_json",
19536 "wasm-encoder 0.227.1",
19537 "wasm-metadata 0.227.1",
19538 "wasmparser 0.227.1",
19539 "wit-parser 0.227.1",
19540]
19541
19542[[package]]
19543name = "wit-parser"
19544version = "0.201.0"
19545source = "registry+https://github.com/rust-lang/crates.io-index"
19546checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19547dependencies = [
19548 "anyhow",
19549 "id-arena",
19550 "indexmap 2.9.0",
19551 "log",
19552 "semver",
19553 "serde",
19554 "serde_derive",
19555 "serde_json",
19556 "unicode-xid",
19557 "wasmparser 0.201.0",
19558]
19559
19560[[package]]
19561name = "wit-parser"
19562version = "0.221.3"
19563source = "registry+https://github.com/rust-lang/crates.io-index"
19564checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19565dependencies = [
19566 "anyhow",
19567 "id-arena",
19568 "indexmap 2.9.0",
19569 "log",
19570 "semver",
19571 "serde",
19572 "serde_derive",
19573 "serde_json",
19574 "unicode-xid",
19575 "wasmparser 0.221.3",
19576]
19577
19578[[package]]
19579name = "wit-parser"
19580version = "0.227.1"
19581source = "registry+https://github.com/rust-lang/crates.io-index"
19582checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19583dependencies = [
19584 "anyhow",
19585 "id-arena",
19586 "indexmap 2.9.0",
19587 "log",
19588 "semver",
19589 "serde",
19590 "serde_derive",
19591 "serde_json",
19592 "unicode-xid",
19593 "wasmparser 0.227.1",
19594]
19595
19596[[package]]
19597name = "witx"
19598version = "0.9.1"
19599source = "registry+https://github.com/rust-lang/crates.io-index"
19600checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19601dependencies = [
19602 "anyhow",
19603 "log",
19604 "thiserror 1.0.69",
19605 "wast",
19606]
19607
19608[[package]]
19609name = "workspace"
19610version = "0.1.0"
19611dependencies = [
19612 "any_vec",
19613 "anyhow",
19614 "async-recursion",
19615 "call",
19616 "client",
19617 "clock",
19618 "collections",
19619 "component",
19620 "dap",
19621 "db",
19622 "fs",
19623 "futures 0.3.31",
19624 "gpui",
19625 "http_client",
19626 "itertools 0.14.0",
19627 "language",
19628 "log",
19629 "menu",
19630 "node_runtime",
19631 "parking_lot",
19632 "postage",
19633 "pretty_assertions",
19634 "project",
19635 "remote",
19636 "schemars 1.0.1",
19637 "serde",
19638 "serde_json",
19639 "session",
19640 "settings",
19641 "smallvec",
19642 "sqlez",
19643 "strum 0.27.1",
19644 "task",
19645 "telemetry",
19646 "tempfile",
19647 "theme",
19648 "ui",
19649 "util",
19650 "uuid",
19651 "windows 0.61.1",
19652 "workspace-hack",
19653 "zed_actions",
19654 "zlog",
19655]
19656
19657[[package]]
19658name = "workspace-hack"
19659version = "0.1.0"
19660dependencies = [
19661 "aes",
19662 "ahash 0.8.11",
19663 "aho-corasick",
19664 "anstream",
19665 "arrayvec",
19666 "async-compression",
19667 "async-std",
19668 "async-tungstenite",
19669 "aws-config",
19670 "aws-credential-types",
19671 "aws-runtime",
19672 "aws-sigv4",
19673 "aws-smithy-async",
19674 "aws-smithy-http",
19675 "aws-smithy-runtime",
19676 "aws-smithy-runtime-api",
19677 "aws-smithy-types",
19678 "base64 0.22.1",
19679 "base64ct",
19680 "bigdecimal",
19681 "bit-set 0.8.0",
19682 "bit-vec 0.8.0",
19683 "bitflags 2.9.0",
19684 "bstr",
19685 "bytemuck",
19686 "byteorder",
19687 "bytes 1.10.1",
19688 "cc",
19689 "chrono",
19690 "cipher",
19691 "clap",
19692 "clap_builder",
19693 "codespan-reporting 0.12.0",
19694 "concurrent-queue",
19695 "core-foundation 0.9.4",
19696 "core-foundation-sys",
19697 "cranelift-codegen",
19698 "crc32fast",
19699 "crossbeam-channel",
19700 "crossbeam-epoch",
19701 "crossbeam-utils",
19702 "crypto-common",
19703 "deranged",
19704 "digest",
19705 "either",
19706 "euclid",
19707 "event-listener 5.4.0",
19708 "event-listener-strategy",
19709 "flate2",
19710 "flume",
19711 "foldhash",
19712 "form_urlencoded",
19713 "futures 0.3.31",
19714 "futures-channel",
19715 "futures-core",
19716 "futures-executor",
19717 "futures-io",
19718 "futures-sink",
19719 "futures-task",
19720 "futures-util",
19721 "getrandom 0.2.15",
19722 "getrandom 0.3.2",
19723 "gimli",
19724 "half",
19725 "handlebars 4.5.0",
19726 "hashbrown 0.14.5",
19727 "hashbrown 0.15.3",
19728 "heck 0.4.1",
19729 "hmac",
19730 "hyper 0.14.32",
19731 "hyper-rustls 0.27.5",
19732 "idna",
19733 "indexmap 2.9.0",
19734 "inout",
19735 "itertools 0.12.1",
19736 "itertools 0.13.0",
19737 "lazy_static",
19738 "libc",
19739 "libsqlite3-sys",
19740 "linux-raw-sys 0.4.15",
19741 "linux-raw-sys 0.9.4",
19742 "livekit-runtime",
19743 "log",
19744 "lyon",
19745 "lyon_path",
19746 "md-5",
19747 "memchr",
19748 "memmap2",
19749 "mime_guess",
19750 "miniz_oxide",
19751 "mio 1.0.3",
19752 "naga",
19753 "nix 0.28.0",
19754 "nix 0.29.0",
19755 "nix 0.30.1",
19756 "nom 7.1.3",
19757 "num-bigint",
19758 "num-bigint-dig",
19759 "num-complex",
19760 "num-integer",
19761 "num-iter",
19762 "num-rational",
19763 "num-traits",
19764 "objc2",
19765 "objc2-core-foundation",
19766 "objc2-foundation",
19767 "objc2-metal",
19768 "object",
19769 "once_cell",
19770 "percent-encoding",
19771 "phf",
19772 "phf_shared",
19773 "prettyplease",
19774 "proc-macro2",
19775 "prost 0.12.6",
19776 "prost 0.9.0",
19777 "prost-types 0.9.0",
19778 "quote",
19779 "rand 0.8.5",
19780 "rand 0.9.1",
19781 "rand_chacha 0.3.1",
19782 "rand_core 0.6.4",
19783 "rand_distr",
19784 "regalloc2",
19785 "regex",
19786 "regex-automata",
19787 "regex-syntax",
19788 "ring",
19789 "rust_decimal",
19790 "rustc-hash 1.1.0",
19791 "rustix 0.38.44",
19792 "rustix 1.0.7",
19793 "rustls 0.23.26",
19794 "rustls-webpki 0.103.1",
19795 "scopeguard",
19796 "sea-orm",
19797 "sea-query-binder",
19798 "security-framework 3.2.0",
19799 "security-framework-sys",
19800 "semver",
19801 "serde",
19802 "serde_core",
19803 "serde_json",
19804 "simd-adler32",
19805 "smallvec",
19806 "spin",
19807 "sqlx",
19808 "sqlx-macros",
19809 "sqlx-macros-core",
19810 "sqlx-postgres",
19811 "sqlx-sqlite",
19812 "stable_deref_trait",
19813 "strum 0.26.3",
19814 "subtle",
19815 "syn 1.0.109",
19816 "syn 2.0.101",
19817 "sync_wrapper 1.0.2",
19818 "thiserror 2.0.12",
19819 "time",
19820 "time-macros",
19821 "tokio",
19822 "tokio-rustls 0.26.2",
19823 "tokio-socks",
19824 "tokio-stream",
19825 "tokio-util",
19826 "toml_datetime",
19827 "toml_edit",
19828 "tower 0.5.2",
19829 "tracing",
19830 "tracing-core",
19831 "tungstenite 0.26.2",
19832 "unicode-properties",
19833 "url",
19834 "uuid",
19835 "wasmparser 0.221.3",
19836 "wasmtime",
19837 "wasmtime-cranelift",
19838 "wasmtime-environ",
19839 "winapi",
19840 "windows-core 0.61.0",
19841 "windows-numerics",
19842 "windows-sys 0.48.0",
19843 "windows-sys 0.52.0",
19844 "windows-sys 0.59.0",
19845 "windows-sys 0.61.0",
19846 "zeroize",
19847 "zvariant",
19848]
19849
19850[[package]]
19851name = "worktree"
19852version = "0.1.0"
19853dependencies = [
19854 "anyhow",
19855 "clock",
19856 "collections",
19857 "fs",
19858 "futures 0.3.31",
19859 "fuzzy",
19860 "git",
19861 "git2",
19862 "gpui",
19863 "http_client",
19864 "ignore",
19865 "language",
19866 "log",
19867 "parking_lot",
19868 "paths",
19869 "postage",
19870 "pretty_assertions",
19871 "rand 0.9.1",
19872 "rpc",
19873 "serde",
19874 "serde_json",
19875 "settings",
19876 "smallvec",
19877 "smol",
19878 "sum_tree",
19879 "text",
19880 "util",
19881 "workspace-hack",
19882 "zlog",
19883]
19884
19885[[package]]
19886name = "write16"
19887version = "1.0.0"
19888source = "registry+https://github.com/rust-lang/crates.io-index"
19889checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19890
19891[[package]]
19892name = "writeable"
19893version = "0.5.5"
19894source = "registry+https://github.com/rust-lang/crates.io-index"
19895checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19896
19897[[package]]
19898name = "wyz"
19899version = "0.5.1"
19900source = "registry+https://github.com/rust-lang/crates.io-index"
19901checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19902dependencies = [
19903 "tap",
19904]
19905
19906[[package]]
19907name = "x11"
19908version = "2.21.0"
19909source = "registry+https://github.com/rust-lang/crates.io-index"
19910checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19911dependencies = [
19912 "libc",
19913 "pkg-config",
19914]
19915
19916[[package]]
19917name = "x11-clipboard"
19918version = "0.9.3"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19921dependencies = [
19922 "libc",
19923 "x11rb",
19924]
19925
19926[[package]]
19927name = "x11rb"
19928version = "0.13.1"
19929source = "registry+https://github.com/rust-lang/crates.io-index"
19930checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19931dependencies = [
19932 "as-raw-xcb-connection",
19933 "gethostname",
19934 "libc",
19935 "rustix 0.38.44",
19936 "x11rb-protocol",
19937]
19938
19939[[package]]
19940name = "x11rb-protocol"
19941version = "0.13.1"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19944
19945[[package]]
19946name = "x_ai"
19947version = "0.1.0"
19948dependencies = [
19949 "anyhow",
19950 "schemars 1.0.1",
19951 "serde",
19952 "strum 0.27.1",
19953 "workspace-hack",
19954]
19955
19956[[package]]
19957name = "xattr"
19958version = "0.2.3"
19959source = "registry+https://github.com/rust-lang/crates.io-index"
19960checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19961dependencies = [
19962 "libc",
19963]
19964
19965[[package]]
19966name = "xcb"
19967version = "1.6.0"
19968source = "registry+https://github.com/rust-lang/crates.io-index"
19969checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19970dependencies = [
19971 "bitflags 1.3.2",
19972 "libc",
19973 "quick-xml 0.30.0",
19974 "x11",
19975]
19976
19977[[package]]
19978name = "xcursor"
19979version = "0.3.8"
19980source = "registry+https://github.com/rust-lang/crates.io-index"
19981checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19982
19983[[package]]
19984name = "xim"
19985version = "0.4.0"
19986source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19987dependencies = [
19988 "ahash 0.8.11",
19989 "hashbrown 0.14.5",
19990 "log",
19991 "x11rb",
19992 "xim-ctext",
19993 "xim-parser",
19994]
19995
19996[[package]]
19997name = "xim-ctext"
19998version = "0.3.0"
19999source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20000dependencies = [
20001 "encoding_rs",
20002]
20003
20004[[package]]
20005name = "xim-parser"
20006version = "0.2.1"
20007source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20008dependencies = [
20009 "bitflags 2.9.0",
20010]
20011
20012[[package]]
20013name = "xkbcommon"
20014version = "0.8.0"
20015source = "registry+https://github.com/rust-lang/crates.io-index"
20016checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20017dependencies = [
20018 "as-raw-xcb-connection",
20019 "libc",
20020 "memmap2",
20021 "xkeysym",
20022]
20023
20024[[package]]
20025name = "xkeysym"
20026version = "0.2.1"
20027source = "registry+https://github.com/rust-lang/crates.io-index"
20028checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20029
20030[[package]]
20031name = "xml5ever"
20032version = "0.18.1"
20033source = "registry+https://github.com/rust-lang/crates.io-index"
20034checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20035dependencies = [
20036 "log",
20037 "mac",
20038 "markup5ever 0.12.1",
20039]
20040
20041[[package]]
20042name = "xmlparser"
20043version = "0.13.6"
20044source = "registry+https://github.com/rust-lang/crates.io-index"
20045checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20046
20047[[package]]
20048name = "xmlwriter"
20049version = "0.1.0"
20050source = "registry+https://github.com/rust-lang/crates.io-index"
20051checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20052
20053[[package]]
20054name = "xtask"
20055version = "0.1.0"
20056dependencies = [
20057 "anyhow",
20058 "cargo_metadata",
20059 "cargo_toml",
20060 "clap",
20061 "workspace-hack",
20062]
20063
20064[[package]]
20065name = "yaml-rust2"
20066version = "0.8.1"
20067source = "registry+https://github.com/rust-lang/crates.io-index"
20068checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20069dependencies = [
20070 "arraydeque",
20071 "encoding_rs",
20072 "hashlink 0.8.4",
20073]
20074
20075[[package]]
20076name = "yansi"
20077version = "1.0.1"
20078source = "registry+https://github.com/rust-lang/crates.io-index"
20079checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20080
20081[[package]]
20082name = "yawc"
20083version = "0.2.5"
20084source = "registry+https://github.com/rust-lang/crates.io-index"
20085checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20086dependencies = [
20087 "base64 0.22.1",
20088 "bytes 1.10.1",
20089 "flate2",
20090 "futures 0.3.31",
20091 "http-body-util",
20092 "hyper 1.6.0",
20093 "hyper-util",
20094 "js-sys",
20095 "nom 8.0.0",
20096 "pin-project",
20097 "rand 0.8.5",
20098 "sha1",
20099 "thiserror 1.0.69",
20100 "tokio",
20101 "tokio-rustls 0.26.2",
20102 "tokio-util",
20103 "url",
20104 "wasm-bindgen",
20105 "wasm-bindgen-futures",
20106 "web-sys",
20107 "webpki-roots",
20108]
20109
20110[[package]]
20111name = "yazi"
20112version = "0.2.1"
20113source = "registry+https://github.com/rust-lang/crates.io-index"
20114checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20115
20116[[package]]
20117name = "yeslogic-fontconfig-sys"
20118version = "6.0.0"
20119source = "registry+https://github.com/rust-lang/crates.io-index"
20120checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20121dependencies = [
20122 "dlib",
20123 "once_cell",
20124 "pkg-config",
20125]
20126
20127[[package]]
20128name = "yoke"
20129version = "0.7.5"
20130source = "registry+https://github.com/rust-lang/crates.io-index"
20131checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20132dependencies = [
20133 "serde",
20134 "stable_deref_trait",
20135 "yoke-derive",
20136 "zerofrom",
20137]
20138
20139[[package]]
20140name = "yoke-derive"
20141version = "0.7.5"
20142source = "registry+https://github.com/rust-lang/crates.io-index"
20143checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20144dependencies = [
20145 "proc-macro2",
20146 "quote",
20147 "syn 2.0.101",
20148 "synstructure",
20149]
20150
20151[[package]]
20152name = "zbus"
20153version = "5.11.0"
20154source = "registry+https://github.com/rust-lang/crates.io-index"
20155checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20156dependencies = [
20157 "async-broadcast",
20158 "async-executor",
20159 "async-io",
20160 "async-lock",
20161 "async-process",
20162 "async-recursion",
20163 "async-task",
20164 "async-trait",
20165 "blocking",
20166 "enumflags2",
20167 "event-listener 5.4.0",
20168 "futures-core",
20169 "futures-lite 2.6.0",
20170 "hex",
20171 "nix 0.30.1",
20172 "ordered-stream",
20173 "serde",
20174 "serde_repr",
20175 "tracing",
20176 "uds_windows",
20177 "windows-sys 0.60.2",
20178 "winnow",
20179 "zbus_macros",
20180 "zbus_names",
20181 "zvariant",
20182]
20183
20184[[package]]
20185name = "zbus_macros"
20186version = "5.11.0"
20187source = "registry+https://github.com/rust-lang/crates.io-index"
20188checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20189dependencies = [
20190 "proc-macro-crate",
20191 "proc-macro2",
20192 "quote",
20193 "syn 2.0.101",
20194 "zbus_names",
20195 "zvariant",
20196 "zvariant_utils",
20197]
20198
20199[[package]]
20200name = "zbus_names"
20201version = "4.2.0"
20202source = "registry+https://github.com/rust-lang/crates.io-index"
20203checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20204dependencies = [
20205 "serde",
20206 "static_assertions",
20207 "winnow",
20208 "zvariant",
20209]
20210
20211[[package]]
20212name = "zed"
20213version = "0.207.0"
20214dependencies = [
20215 "acp_tools",
20216 "activity_indicator",
20217 "agent",
20218 "agent_settings",
20219 "agent_ui",
20220 "anyhow",
20221 "ashpd 0.11.0",
20222 "assets",
20223 "assistant_tools",
20224 "audio",
20225 "auto_update",
20226 "auto_update_ui",
20227 "backtrace",
20228 "bincode",
20229 "breadcrumbs",
20230 "call",
20231 "channel",
20232 "clap",
20233 "cli",
20234 "client",
20235 "collab_ui",
20236 "collections",
20237 "command_palette",
20238 "component",
20239 "copilot",
20240 "crashes",
20241 "dap",
20242 "dap_adapters",
20243 "db",
20244 "debug_adapter_extension",
20245 "debugger_tools",
20246 "debugger_ui",
20247 "diagnostics",
20248 "edit_prediction_button",
20249 "editor",
20250 "env_logger 0.11.8",
20251 "extension",
20252 "extension_host",
20253 "extensions_ui",
20254 "feature_flags",
20255 "feedback",
20256 "file_finder",
20257 "fs",
20258 "futures 0.3.31",
20259 "git",
20260 "git_hosting_providers",
20261 "git_ui",
20262 "go_to_line",
20263 "gpui",
20264 "gpui_tokio",
20265 "http_client",
20266 "image_viewer",
20267 "inspector_ui",
20268 "install_cli",
20269 "itertools 0.14.0",
20270 "journal",
20271 "json_schema_store",
20272 "keymap_editor",
20273 "language",
20274 "language_extension",
20275 "language_model",
20276 "language_models",
20277 "language_onboarding",
20278 "language_selector",
20279 "language_tools",
20280 "languages",
20281 "line_ending_selector",
20282 "log",
20283 "markdown",
20284 "markdown_preview",
20285 "menu",
20286 "migrator",
20287 "mimalloc",
20288 "nc",
20289 "nix 0.29.0",
20290 "node_runtime",
20291 "notifications",
20292 "onboarding",
20293 "outline",
20294 "outline_panel",
20295 "parking_lot",
20296 "paths",
20297 "picker",
20298 "pretty_assertions",
20299 "profiling",
20300 "project",
20301 "project_panel",
20302 "project_symbols",
20303 "prompt_store",
20304 "proto",
20305 "recent_projects",
20306 "release_channel",
20307 "remote",
20308 "repl",
20309 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20310 "reqwest_client",
20311 "rope",
20312 "search",
20313 "serde",
20314 "serde_json",
20315 "session",
20316 "settings",
20317 "settings_profile_selector",
20318 "settings_ui",
20319 "shellexpand 2.1.2",
20320 "smol",
20321 "snippet_provider",
20322 "snippets_ui",
20323 "supermaven",
20324 "svg_preview",
20325 "sysinfo",
20326 "system_specs",
20327 "tab_switcher",
20328 "task",
20329 "tasks_ui",
20330 "telemetry",
20331 "telemetry_events",
20332 "terminal_view",
20333 "theme",
20334 "theme_extension",
20335 "theme_selector",
20336 "time",
20337 "title_bar",
20338 "toolchain_selector",
20339 "tree-sitter-md",
20340 "tree-sitter-rust",
20341 "ui",
20342 "ui_input",
20343 "ui_prompt",
20344 "url",
20345 "urlencoding",
20346 "util",
20347 "uuid",
20348 "vim",
20349 "vim_mode_setting",
20350 "watch",
20351 "web_search",
20352 "web_search_providers",
20353 "windows 0.61.1",
20354 "winresource",
20355 "workspace",
20356 "workspace-hack",
20357 "zed_actions",
20358 "zed_env_vars",
20359 "zeta",
20360 "zeta2",
20361 "zeta2_tools",
20362 "zlog",
20363 "zlog_settings",
20364]
20365
20366[[package]]
20367name = "zed_actions"
20368version = "0.1.0"
20369dependencies = [
20370 "gpui",
20371 "schemars 1.0.1",
20372 "serde",
20373 "uuid",
20374 "workspace-hack",
20375]
20376
20377[[package]]
20378name = "zed_env_vars"
20379version = "0.1.0"
20380dependencies = [
20381 "gpui",
20382 "workspace-hack",
20383]
20384
20385[[package]]
20386name = "zed_extension_api"
20387version = "0.1.0"
20388source = "registry+https://github.com/rust-lang/crates.io-index"
20389checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20390dependencies = [
20391 "serde",
20392 "serde_json",
20393 "wit-bindgen 0.22.0",
20394]
20395
20396[[package]]
20397name = "zed_extension_api"
20398version = "0.7.0"
20399dependencies = [
20400 "serde",
20401 "serde_json",
20402 "wit-bindgen 0.41.0",
20403]
20404
20405[[package]]
20406name = "zed_extension_api"
20407version = "0.7.0"
20408source = "registry+https://github.com/rust-lang/crates.io-index"
20409checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20410dependencies = [
20411 "serde",
20412 "serde_json",
20413 "wit-bindgen 0.41.0",
20414]
20415
20416[[package]]
20417name = "zed_glsl"
20418version = "0.1.0"
20419dependencies = [
20420 "zed_extension_api 0.1.0",
20421]
20422
20423[[package]]
20424name = "zed_html"
20425version = "0.2.3"
20426dependencies = [
20427 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20428]
20429
20430[[package]]
20431name = "zed_proto"
20432version = "0.2.2"
20433dependencies = [
20434 "zed_extension_api 0.1.0",
20435]
20436
20437[[package]]
20438name = "zed_ruff"
20439version = "0.1.1"
20440dependencies = [
20441 "zed_extension_api 0.1.0",
20442]
20443
20444[[package]]
20445name = "zed_snippets"
20446version = "0.0.6"
20447dependencies = [
20448 "serde_json",
20449 "zed_extension_api 0.1.0",
20450]
20451
20452[[package]]
20453name = "zed_test_extension"
20454version = "0.1.0"
20455dependencies = [
20456 "zed_extension_api 0.7.0",
20457]
20458
20459[[package]]
20460name = "zeno"
20461version = "0.3.2"
20462source = "registry+https://github.com/rust-lang/crates.io-index"
20463checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20464
20465[[package]]
20466name = "zerocopy"
20467version = "0.7.35"
20468source = "registry+https://github.com/rust-lang/crates.io-index"
20469checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20470dependencies = [
20471 "zerocopy-derive 0.7.35",
20472]
20473
20474[[package]]
20475name = "zerocopy"
20476version = "0.8.24"
20477source = "registry+https://github.com/rust-lang/crates.io-index"
20478checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20479dependencies = [
20480 "zerocopy-derive 0.8.24",
20481]
20482
20483[[package]]
20484name = "zerocopy-derive"
20485version = "0.7.35"
20486source = "registry+https://github.com/rust-lang/crates.io-index"
20487checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20488dependencies = [
20489 "proc-macro2",
20490 "quote",
20491 "syn 2.0.101",
20492]
20493
20494[[package]]
20495name = "zerocopy-derive"
20496version = "0.8.24"
20497source = "registry+https://github.com/rust-lang/crates.io-index"
20498checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20499dependencies = [
20500 "proc-macro2",
20501 "quote",
20502 "syn 2.0.101",
20503]
20504
20505[[package]]
20506name = "zerofrom"
20507version = "0.1.6"
20508source = "registry+https://github.com/rust-lang/crates.io-index"
20509checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20510dependencies = [
20511 "zerofrom-derive",
20512]
20513
20514[[package]]
20515name = "zerofrom-derive"
20516version = "0.1.6"
20517source = "registry+https://github.com/rust-lang/crates.io-index"
20518checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20519dependencies = [
20520 "proc-macro2",
20521 "quote",
20522 "syn 2.0.101",
20523 "synstructure",
20524]
20525
20526[[package]]
20527name = "zeroize"
20528version = "1.8.1"
20529source = "registry+https://github.com/rust-lang/crates.io-index"
20530checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20531dependencies = [
20532 "zeroize_derive",
20533]
20534
20535[[package]]
20536name = "zeroize_derive"
20537version = "1.4.2"
20538source = "registry+https://github.com/rust-lang/crates.io-index"
20539checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20540dependencies = [
20541 "proc-macro2",
20542 "quote",
20543 "syn 2.0.101",
20544]
20545
20546[[package]]
20547name = "zeromq"
20548version = "0.5.0-pre"
20549source = "registry+https://github.com/rust-lang/crates.io-index"
20550checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20551dependencies = [
20552 "async-dispatcher",
20553 "async-std",
20554 "async-trait",
20555 "asynchronous-codec",
20556 "bytes 1.10.1",
20557 "crossbeam-queue",
20558 "dashmap 5.5.3",
20559 "futures 0.3.31",
20560 "log",
20561 "num-traits",
20562 "once_cell",
20563 "parking_lot",
20564 "rand 0.8.5",
20565 "regex",
20566 "thiserror 1.0.69",
20567 "uuid",
20568]
20569
20570[[package]]
20571name = "zerovec"
20572version = "0.10.4"
20573source = "registry+https://github.com/rust-lang/crates.io-index"
20574checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20575dependencies = [
20576 "yoke",
20577 "zerofrom",
20578 "zerovec-derive",
20579]
20580
20581[[package]]
20582name = "zerovec-derive"
20583version = "0.10.3"
20584source = "registry+https://github.com/rust-lang/crates.io-index"
20585checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20586dependencies = [
20587 "proc-macro2",
20588 "quote",
20589 "syn 2.0.101",
20590]
20591
20592[[package]]
20593name = "zeta"
20594version = "0.1.0"
20595dependencies = [
20596 "ai_onboarding",
20597 "anyhow",
20598 "arrayvec",
20599 "call",
20600 "client",
20601 "clock",
20602 "cloud_api_types",
20603 "cloud_llm_client",
20604 "collections",
20605 "command_palette_hooks",
20606 "copilot",
20607 "ctor",
20608 "db",
20609 "edit_prediction",
20610 "editor",
20611 "feature_flags",
20612 "fs",
20613 "futures 0.3.31",
20614 "gpui",
20615 "http_client",
20616 "indoc",
20617 "itertools 0.14.0",
20618 "language",
20619 "language_model",
20620 "log",
20621 "menu",
20622 "parking_lot",
20623 "postage",
20624 "project",
20625 "rand 0.9.1",
20626 "regex",
20627 "release_channel",
20628 "reqwest_client",
20629 "rpc",
20630 "serde",
20631 "serde_json",
20632 "settings",
20633 "strum 0.27.1",
20634 "telemetry",
20635 "telemetry_events",
20636 "theme",
20637 "thiserror 2.0.12",
20638 "tree-sitter-go",
20639 "tree-sitter-rust",
20640 "ui",
20641 "util",
20642 "uuid",
20643 "workspace",
20644 "workspace-hack",
20645 "worktree",
20646 "zed_actions",
20647 "zlog",
20648]
20649
20650[[package]]
20651name = "zeta2"
20652version = "0.1.0"
20653dependencies = [
20654 "anyhow",
20655 "arrayvec",
20656 "chrono",
20657 "client",
20658 "clock",
20659 "cloud_llm_client",
20660 "cloud_zeta2_prompt",
20661 "edit_prediction",
20662 "edit_prediction_context",
20663 "futures 0.3.31",
20664 "gpui",
20665 "indoc",
20666 "language",
20667 "language_model",
20668 "log",
20669 "lsp",
20670 "pretty_assertions",
20671 "project",
20672 "release_channel",
20673 "serde_json",
20674 "settings",
20675 "thiserror 2.0.12",
20676 "util",
20677 "uuid",
20678 "workspace",
20679 "workspace-hack",
20680 "worktree",
20681]
20682
20683[[package]]
20684name = "zeta2_tools"
20685version = "0.1.0"
20686dependencies = [
20687 "chrono",
20688 "clap",
20689 "client",
20690 "cloud_llm_client",
20691 "collections",
20692 "edit_prediction_context",
20693 "editor",
20694 "futures 0.3.31",
20695 "gpui",
20696 "indoc",
20697 "language",
20698 "log",
20699 "pretty_assertions",
20700 "project",
20701 "serde",
20702 "serde_json",
20703 "settings",
20704 "text",
20705 "ui",
20706 "ui_input",
20707 "util",
20708 "workspace",
20709 "workspace-hack",
20710 "zeta2",
20711 "zlog",
20712]
20713
20714[[package]]
20715name = "zeta_cli"
20716version = "0.1.0"
20717dependencies = [
20718 "anyhow",
20719 "clap",
20720 "client",
20721 "cloud_llm_client",
20722 "cloud_zeta2_prompt",
20723 "debug_adapter_extension",
20724 "edit_prediction_context",
20725 "extension",
20726 "fs",
20727 "futures 0.3.31",
20728 "gpui",
20729 "gpui_tokio",
20730 "language",
20731 "language_extension",
20732 "language_model",
20733 "language_models",
20734 "languages",
20735 "log",
20736 "node_runtime",
20737 "ordered-float 2.10.1",
20738 "paths",
20739 "project",
20740 "prompt_store",
20741 "release_channel",
20742 "reqwest_client",
20743 "serde",
20744 "serde_json",
20745 "settings",
20746 "shellexpand 2.1.2",
20747 "smol",
20748 "terminal_view",
20749 "util",
20750 "watch",
20751 "workspace-hack",
20752 "zeta",
20753 "zeta2",
20754 "zlog",
20755]
20756
20757[[package]]
20758name = "zip"
20759version = "0.6.6"
20760source = "registry+https://github.com/rust-lang/crates.io-index"
20761checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20762dependencies = [
20763 "aes",
20764 "byteorder",
20765 "bzip2",
20766 "constant_time_eq",
20767 "crc32fast",
20768 "crossbeam-utils",
20769 "flate2",
20770 "hmac",
20771 "pbkdf2 0.11.0",
20772 "sha1",
20773 "time",
20774 "zstd",
20775]
20776
20777[[package]]
20778name = "zip"
20779version = "1.1.4"
20780source = "registry+https://github.com/rust-lang/crates.io-index"
20781checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20782dependencies = [
20783 "arbitrary",
20784 "crc32fast",
20785 "crossbeam-utils",
20786 "displaydoc",
20787 "indexmap 2.9.0",
20788 "num_enum",
20789 "thiserror 1.0.69",
20790]
20791
20792[[package]]
20793name = "zlog"
20794version = "0.1.0"
20795dependencies = [
20796 "anyhow",
20797 "chrono",
20798 "collections",
20799 "log",
20800 "tempfile",
20801 "workspace-hack",
20802]
20803
20804[[package]]
20805name = "zlog_settings"
20806version = "0.1.0"
20807dependencies = [
20808 "collections",
20809 "gpui",
20810 "settings",
20811 "workspace-hack",
20812 "zlog",
20813]
20814
20815[[package]]
20816name = "zstd"
20817version = "0.11.2+zstd.1.5.2"
20818source = "registry+https://github.com/rust-lang/crates.io-index"
20819checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20820dependencies = [
20821 "zstd-safe",
20822]
20823
20824[[package]]
20825name = "zstd-safe"
20826version = "5.0.2+zstd.1.5.2"
20827source = "registry+https://github.com/rust-lang/crates.io-index"
20828checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20829dependencies = [
20830 "libc",
20831 "zstd-sys",
20832]
20833
20834[[package]]
20835name = "zstd-sys"
20836version = "2.0.15+zstd.1.5.7"
20837source = "registry+https://github.com/rust-lang/crates.io-index"
20838checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20839dependencies = [
20840 "cc",
20841 "pkg-config",
20842]
20843
20844[[package]]
20845name = "zune-core"
20846version = "0.4.12"
20847source = "registry+https://github.com/rust-lang/crates.io-index"
20848checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20849
20850[[package]]
20851name = "zune-inflate"
20852version = "0.2.54"
20853source = "registry+https://github.com/rust-lang/crates.io-index"
20854checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20855dependencies = [
20856 "simd-adler32",
20857]
20858
20859[[package]]
20860name = "zune-jpeg"
20861version = "0.4.14"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20864dependencies = [
20865 "zune-core",
20866]
20867
20868[[package]]
20869name = "zvariant"
20870version = "5.7.0"
20871source = "registry+https://github.com/rust-lang/crates.io-index"
20872checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20873dependencies = [
20874 "endi",
20875 "enumflags2",
20876 "serde",
20877 "url",
20878 "winnow",
20879 "zvariant_derive",
20880 "zvariant_utils",
20881]
20882
20883[[package]]
20884name = "zvariant_derive"
20885version = "5.7.0"
20886source = "registry+https://github.com/rust-lang/crates.io-index"
20887checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20888dependencies = [
20889 "proc-macro-crate",
20890 "proc-macro2",
20891 "quote",
20892 "syn 2.0.101",
20893 "zvariant_utils",
20894]
20895
20896[[package]]
20897name = "zvariant_utils"
20898version = "3.2.0"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20901dependencies = [
20902 "proc-macro2",
20903 "quote",
20904 "serde",
20905 "static_assertions",
20906 "syn 2.0.101",
20907 "winnow",
20908]