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 "clap",
 3084 "collections",
 3085 "core-foundation 0.10.0",
 3086 "core-services",
 3087 "exec",
 3088 "fork",
 3089 "ipc-channel",
 3090 "parking_lot",
 3091 "paths",
 3092 "plist",
 3093 "release_channel",
 3094 "serde",
 3095 "tempfile",
 3096 "util",
 3097 "windows 0.61.1",
 3098 "workspace-hack",
 3099]
 3100
 3101[[package]]
 3102name = "client"
 3103version = "0.1.0"
 3104dependencies = [
 3105 "anyhow",
 3106 "async-tungstenite",
 3107 "base64 0.22.1",
 3108 "chrono",
 3109 "clock",
 3110 "cloud_api_client",
 3111 "cloud_llm_client",
 3112 "collections",
 3113 "credentials_provider",
 3114 "derive_more",
 3115 "feature_flags",
 3116 "fs",
 3117 "futures 0.3.31",
 3118 "gpui",
 3119 "gpui_tokio",
 3120 "http_client",
 3121 "http_client_tls",
 3122 "httparse",
 3123 "log",
 3124 "objc2-foundation",
 3125 "parking_lot",
 3126 "paths",
 3127 "postage",
 3128 "rand 0.9.1",
 3129 "regex",
 3130 "release_channel",
 3131 "rpc",
 3132 "rustls-pki-types",
 3133 "serde",
 3134 "serde_json",
 3135 "serde_urlencoded",
 3136 "settings",
 3137 "sha2",
 3138 "smol",
 3139 "telemetry",
 3140 "telemetry_events",
 3141 "text",
 3142 "thiserror 2.0.12",
 3143 "time",
 3144 "tiny_http",
 3145 "tokio",
 3146 "tokio-native-tls",
 3147 "tokio-rustls 0.26.2",
 3148 "tokio-socks",
 3149 "url",
 3150 "util",
 3151 "windows 0.61.1",
 3152 "workspace-hack",
 3153 "worktree",
 3154]
 3155
 3156[[package]]
 3157name = "clock"
 3158version = "0.1.0"
 3159dependencies = [
 3160 "parking_lot",
 3161 "serde",
 3162 "smallvec",
 3163 "workspace-hack",
 3164]
 3165
 3166[[package]]
 3167name = "cloud_api_client"
 3168version = "0.1.0"
 3169dependencies = [
 3170 "anyhow",
 3171 "cloud_api_types",
 3172 "futures 0.3.31",
 3173 "gpui",
 3174 "gpui_tokio",
 3175 "http_client",
 3176 "parking_lot",
 3177 "serde_json",
 3178 "workspace-hack",
 3179 "yawc",
 3180]
 3181
 3182[[package]]
 3183name = "cloud_api_types"
 3184version = "0.1.0"
 3185dependencies = [
 3186 "anyhow",
 3187 "chrono",
 3188 "ciborium",
 3189 "cloud_llm_client",
 3190 "pretty_assertions",
 3191 "serde",
 3192 "serde_json",
 3193 "workspace-hack",
 3194]
 3195
 3196[[package]]
 3197name = "cloud_llm_client"
 3198version = "0.1.0"
 3199dependencies = [
 3200 "anyhow",
 3201 "chrono",
 3202 "pretty_assertions",
 3203 "serde",
 3204 "serde_json",
 3205 "strum 0.27.1",
 3206 "uuid",
 3207 "workspace-hack",
 3208]
 3209
 3210[[package]]
 3211name = "cloud_zeta2_prompt"
 3212version = "0.1.0"
 3213dependencies = [
 3214 "anyhow",
 3215 "cloud_llm_client",
 3216 "indoc",
 3217 "ordered-float 2.10.1",
 3218 "rustc-hash 2.1.1",
 3219 "strum 0.27.1",
 3220 "workspace-hack",
 3221]
 3222
 3223[[package]]
 3224name = "cmake"
 3225version = "0.1.54"
 3226source = "registry+https://github.com/rust-lang/crates.io-index"
 3227checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 3228dependencies = [
 3229 "cc",
 3230]
 3231
 3232[[package]]
 3233name = "cobs"
 3234version = "0.2.3"
 3235source = "registry+https://github.com/rust-lang/crates.io-index"
 3236checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 3237
 3238[[package]]
 3239name = "cocoa"
 3240version = "0.25.0"
 3241source = "registry+https://github.com/rust-lang/crates.io-index"
 3242checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3243dependencies = [
 3244 "bitflags 1.3.2",
 3245 "block",
 3246 "cocoa-foundation 0.1.2",
 3247 "core-foundation 0.9.4",
 3248 "core-graphics 0.23.2",
 3249 "foreign-types 0.5.0",
 3250 "libc",
 3251 "objc",
 3252]
 3253
 3254[[package]]
 3255name = "cocoa"
 3256version = "0.26.0"
 3257source = "registry+https://github.com/rust-lang/crates.io-index"
 3258checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3259dependencies = [
 3260 "bitflags 2.9.0",
 3261 "block",
 3262 "cocoa-foundation 0.2.0",
 3263 "core-foundation 0.10.0",
 3264 "core-graphics 0.24.0",
 3265 "foreign-types 0.5.0",
 3266 "libc",
 3267 "objc",
 3268]
 3269
 3270[[package]]
 3271name = "cocoa-foundation"
 3272version = "0.1.2"
 3273source = "registry+https://github.com/rust-lang/crates.io-index"
 3274checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3275dependencies = [
 3276 "bitflags 1.3.2",
 3277 "block",
 3278 "core-foundation 0.9.4",
 3279 "core-graphics-types 0.1.3",
 3280 "libc",
 3281 "objc",
 3282]
 3283
 3284[[package]]
 3285name = "cocoa-foundation"
 3286version = "0.2.0"
 3287source = "registry+https://github.com/rust-lang/crates.io-index"
 3288checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3289dependencies = [
 3290 "bitflags 2.9.0",
 3291 "block",
 3292 "core-foundation 0.10.0",
 3293 "core-graphics-types 0.2.0",
 3294 "libc",
 3295 "objc",
 3296]
 3297
 3298[[package]]
 3299name = "codespan-reporting"
 3300version = "0.11.1"
 3301source = "registry+https://github.com/rust-lang/crates.io-index"
 3302checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 3303dependencies = [
 3304 "termcolor",
 3305 "unicode-width 0.1.14",
 3306]
 3307
 3308[[package]]
 3309name = "codespan-reporting"
 3310version = "0.12.0"
 3311source = "registry+https://github.com/rust-lang/crates.io-index"
 3312checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 3313dependencies = [
 3314 "serde",
 3315 "termcolor",
 3316 "unicode-width 0.2.0",
 3317]
 3318
 3319[[package]]
 3320name = "collab"
 3321version = "0.44.0"
 3322dependencies = [
 3323 "agent_settings",
 3324 "anyhow",
 3325 "assistant_context",
 3326 "assistant_slash_command",
 3327 "async-trait",
 3328 "async-tungstenite",
 3329 "audio",
 3330 "aws-config",
 3331 "aws-sdk-kinesis",
 3332 "aws-sdk-s3",
 3333 "axum",
 3334 "axum-extra",
 3335 "base64 0.22.1",
 3336 "buffer_diff",
 3337 "call",
 3338 "channel",
 3339 "chrono",
 3340 "client",
 3341 "clock",
 3342 "collab_ui",
 3343 "collections",
 3344 "command_palette_hooks",
 3345 "context_server",
 3346 "ctor",
 3347 "dap",
 3348 "dap-types",
 3349 "dap_adapters",
 3350 "dashmap 6.1.0",
 3351 "debugger_ui",
 3352 "editor",
 3353 "envy",
 3354 "extension",
 3355 "file_finder",
 3356 "fs",
 3357 "futures 0.3.31",
 3358 "git",
 3359 "git_hosting_providers",
 3360 "git_ui",
 3361 "gpui",
 3362 "gpui_tokio",
 3363 "hex",
 3364 "http_client",
 3365 "hyper 0.14.32",
 3366 "indoc",
 3367 "language",
 3368 "language_model",
 3369 "livekit_api",
 3370 "livekit_client",
 3371 "log",
 3372 "lsp",
 3373 "menu",
 3374 "multi_buffer",
 3375 "nanoid",
 3376 "node_runtime",
 3377 "notifications",
 3378 "parking_lot",
 3379 "pretty_assertions",
 3380 "project",
 3381 "prometheus",
 3382 "prompt_store",
 3383 "prost 0.9.0",
 3384 "rand 0.9.1",
 3385 "recent_projects",
 3386 "release_channel",
 3387 "remote",
 3388 "remote_server",
 3389 "reqwest 0.11.27",
 3390 "reqwest_client",
 3391 "rpc",
 3392 "rustc-demangle",
 3393 "scrypt",
 3394 "sea-orm",
 3395 "semantic_version",
 3396 "semver",
 3397 "serde",
 3398 "serde_json",
 3399 "session",
 3400 "settings",
 3401 "sha2",
 3402 "smol",
 3403 "sqlx",
 3404 "strum 0.27.1",
 3405 "subtle",
 3406 "supermaven_api",
 3407 "task",
 3408 "telemetry_events",
 3409 "text",
 3410 "theme",
 3411 "time",
 3412 "tokio",
 3413 "toml 0.8.20",
 3414 "tower 0.4.13",
 3415 "tower-http 0.4.4",
 3416 "tracing",
 3417 "tracing-subscriber",
 3418 "unindent",
 3419 "util",
 3420 "uuid",
 3421 "workspace",
 3422 "workspace-hack",
 3423 "worktree",
 3424 "zlog",
 3425]
 3426
 3427[[package]]
 3428name = "collab_ui"
 3429version = "0.1.0"
 3430dependencies = [
 3431 "anyhow",
 3432 "call",
 3433 "channel",
 3434 "chrono",
 3435 "client",
 3436 "collections",
 3437 "db",
 3438 "editor",
 3439 "futures 0.3.31",
 3440 "fuzzy",
 3441 "gpui",
 3442 "http_client",
 3443 "log",
 3444 "menu",
 3445 "notifications",
 3446 "picker",
 3447 "pretty_assertions",
 3448 "project",
 3449 "release_channel",
 3450 "rpc",
 3451 "serde",
 3452 "serde_json",
 3453 "settings",
 3454 "smallvec",
 3455 "story",
 3456 "telemetry",
 3457 "theme",
 3458 "time",
 3459 "time_format",
 3460 "title_bar",
 3461 "tree-sitter-md",
 3462 "ui",
 3463 "util",
 3464 "workspace",
 3465 "workspace-hack",
 3466]
 3467
 3468[[package]]
 3469name = "collections"
 3470version = "0.1.0"
 3471dependencies = [
 3472 "indexmap 2.9.0",
 3473 "rustc-hash 2.1.1",
 3474 "workspace-hack",
 3475]
 3476
 3477[[package]]
 3478name = "color_quant"
 3479version = "1.1.0"
 3480source = "registry+https://github.com/rust-lang/crates.io-index"
 3481checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3482
 3483[[package]]
 3484name = "colorchoice"
 3485version = "1.0.3"
 3486source = "registry+https://github.com/rust-lang/crates.io-index"
 3487checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3488
 3489[[package]]
 3490name = "combine"
 3491version = "4.6.7"
 3492source = "registry+https://github.com/rust-lang/crates.io-index"
 3493checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3494dependencies = [
 3495 "bytes 1.10.1",
 3496 "memchr",
 3497]
 3498
 3499[[package]]
 3500name = "command-fds"
 3501version = "0.3.1"
 3502source = "registry+https://github.com/rust-lang/crates.io-index"
 3503checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
 3504dependencies = [
 3505 "nix 0.30.1",
 3506 "thiserror 2.0.12",
 3507]
 3508
 3509[[package]]
 3510name = "command_palette"
 3511version = "0.1.0"
 3512dependencies = [
 3513 "anyhow",
 3514 "client",
 3515 "collections",
 3516 "command_palette_hooks",
 3517 "ctor",
 3518 "db",
 3519 "editor",
 3520 "env_logger 0.11.8",
 3521 "fuzzy",
 3522 "go_to_line",
 3523 "gpui",
 3524 "language",
 3525 "log",
 3526 "menu",
 3527 "picker",
 3528 "postage",
 3529 "project",
 3530 "serde",
 3531 "serde_json",
 3532 "settings",
 3533 "telemetry",
 3534 "theme",
 3535 "time",
 3536 "ui",
 3537 "util",
 3538 "workspace",
 3539 "workspace-hack",
 3540 "zed_actions",
 3541]
 3542
 3543[[package]]
 3544name = "command_palette_hooks"
 3545version = "0.1.0"
 3546dependencies = [
 3547 "collections",
 3548 "derive_more",
 3549 "gpui",
 3550 "workspace-hack",
 3551]
 3552
 3553[[package]]
 3554name = "component"
 3555version = "0.1.0"
 3556dependencies = [
 3557 "collections",
 3558 "documented",
 3559 "gpui",
 3560 "inventory",
 3561 "parking_lot",
 3562 "strum 0.27.1",
 3563 "theme",
 3564 "workspace-hack",
 3565]
 3566
 3567[[package]]
 3568name = "concurrent-queue"
 3569version = "2.5.0"
 3570source = "registry+https://github.com/rust-lang/crates.io-index"
 3571checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3572dependencies = [
 3573 "crossbeam-utils",
 3574]
 3575
 3576[[package]]
 3577name = "console"
 3578version = "0.15.11"
 3579source = "registry+https://github.com/rust-lang/crates.io-index"
 3580checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3581dependencies = [
 3582 "encode_unicode",
 3583 "libc",
 3584 "once_cell",
 3585 "unicode-width 0.2.0",
 3586 "windows-sys 0.59.0",
 3587]
 3588
 3589[[package]]
 3590name = "const-oid"
 3591version = "0.9.6"
 3592source = "registry+https://github.com/rust-lang/crates.io-index"
 3593checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3594
 3595[[package]]
 3596name = "const-random"
 3597version = "0.1.18"
 3598source = "registry+https://github.com/rust-lang/crates.io-index"
 3599checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3600dependencies = [
 3601 "const-random-macro",
 3602]
 3603
 3604[[package]]
 3605name = "const-random-macro"
 3606version = "0.1.16"
 3607source = "registry+https://github.com/rust-lang/crates.io-index"
 3608checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3609dependencies = [
 3610 "getrandom 0.2.15",
 3611 "once_cell",
 3612 "tiny-keccak",
 3613]
 3614
 3615[[package]]
 3616name = "constant_time_eq"
 3617version = "0.1.5"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3620
 3621[[package]]
 3622name = "context_server"
 3623version = "0.1.0"
 3624dependencies = [
 3625 "anyhow",
 3626 "async-trait",
 3627 "collections",
 3628 "futures 0.3.31",
 3629 "gpui",
 3630 "log",
 3631 "net",
 3632 "parking_lot",
 3633 "postage",
 3634 "schemars 1.0.1",
 3635 "serde",
 3636 "serde_json",
 3637 "settings",
 3638 "smol",
 3639 "tempfile",
 3640 "url",
 3641 "util",
 3642 "workspace-hack",
 3643]
 3644
 3645[[package]]
 3646name = "convert_case"
 3647version = "0.4.0"
 3648source = "registry+https://github.com/rust-lang/crates.io-index"
 3649checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3650
 3651[[package]]
 3652name = "convert_case"
 3653version = "0.6.0"
 3654source = "registry+https://github.com/rust-lang/crates.io-index"
 3655checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3656dependencies = [
 3657 "unicode-segmentation",
 3658]
 3659
 3660[[package]]
 3661name = "convert_case"
 3662version = "0.8.0"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3665dependencies = [
 3666 "unicode-segmentation",
 3667]
 3668
 3669[[package]]
 3670name = "copilot"
 3671version = "0.1.0"
 3672dependencies = [
 3673 "anyhow",
 3674 "async-std",
 3675 "chrono",
 3676 "client",
 3677 "clock",
 3678 "collections",
 3679 "command_palette_hooks",
 3680 "ctor",
 3681 "dirs 4.0.0",
 3682 "edit_prediction",
 3683 "editor",
 3684 "fs",
 3685 "futures 0.3.31",
 3686 "gpui",
 3687 "http_client",
 3688 "indoc",
 3689 "itertools 0.14.0",
 3690 "language",
 3691 "log",
 3692 "lsp",
 3693 "menu",
 3694 "node_runtime",
 3695 "parking_lot",
 3696 "paths",
 3697 "project",
 3698 "rpc",
 3699 "serde",
 3700 "serde_json",
 3701 "settings",
 3702 "sum_tree",
 3703 "task",
 3704 "theme",
 3705 "ui",
 3706 "util",
 3707 "workspace",
 3708 "workspace-hack",
 3709 "zlog",
 3710]
 3711
 3712[[package]]
 3713name = "core-foundation"
 3714version = "0.9.4"
 3715source = "registry+https://github.com/rust-lang/crates.io-index"
 3716checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3717dependencies = [
 3718 "core-foundation-sys",
 3719 "libc",
 3720]
 3721
 3722[[package]]
 3723name = "core-foundation"
 3724version = "0.10.0"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3727dependencies = [
 3728 "core-foundation-sys",
 3729 "libc",
 3730]
 3731
 3732[[package]]
 3733name = "core-foundation-sys"
 3734version = "0.8.7"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3737
 3738[[package]]
 3739name = "core-graphics"
 3740version = "0.23.2"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3743dependencies = [
 3744 "bitflags 1.3.2",
 3745 "core-foundation 0.9.4",
 3746 "core-graphics-types 0.1.3",
 3747 "foreign-types 0.5.0",
 3748 "libc",
 3749]
 3750
 3751[[package]]
 3752name = "core-graphics"
 3753version = "0.24.0"
 3754source = "registry+https://github.com/rust-lang/crates.io-index"
 3755checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3756dependencies = [
 3757 "bitflags 2.9.0",
 3758 "core-foundation 0.10.0",
 3759 "core-graphics-types 0.2.0",
 3760 "foreign-types 0.5.0",
 3761 "libc",
 3762]
 3763
 3764[[package]]
 3765name = "core-graphics-helmer-fork"
 3766version = "0.24.0"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3769dependencies = [
 3770 "bitflags 2.9.0",
 3771 "core-foundation 0.9.4",
 3772 "core-graphics-types 0.1.3",
 3773 "foreign-types 0.5.0",
 3774 "libc",
 3775]
 3776
 3777[[package]]
 3778name = "core-graphics-types"
 3779version = "0.1.3"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3782dependencies = [
 3783 "bitflags 1.3.2",
 3784 "core-foundation 0.9.4",
 3785 "libc",
 3786]
 3787
 3788[[package]]
 3789name = "core-graphics-types"
 3790version = "0.2.0"
 3791source = "registry+https://github.com/rust-lang/crates.io-index"
 3792checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3793dependencies = [
 3794 "bitflags 2.9.0",
 3795 "core-foundation 0.10.0",
 3796 "libc",
 3797]
 3798
 3799[[package]]
 3800name = "core-graphics2"
 3801version = "0.4.1"
 3802source = "registry+https://github.com/rust-lang/crates.io-index"
 3803checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3804dependencies = [
 3805 "bitflags 2.9.0",
 3806 "block",
 3807 "cfg-if",
 3808 "core-foundation 0.10.0",
 3809 "libc",
 3810]
 3811
 3812[[package]]
 3813name = "core-services"
 3814version = "0.2.1"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3817dependencies = [
 3818 "core-foundation 0.9.4",
 3819]
 3820
 3821[[package]]
 3822name = "core-text"
 3823version = "21.0.0"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3826dependencies = [
 3827 "core-foundation 0.10.0",
 3828 "core-graphics 0.24.0",
 3829 "foreign-types 0.5.0",
 3830 "libc",
 3831]
 3832
 3833[[package]]
 3834name = "core-video"
 3835version = "0.4.3"
 3836source = "registry+https://github.com/rust-lang/crates.io-index"
 3837checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3838dependencies = [
 3839 "block",
 3840 "core-foundation 0.10.0",
 3841 "core-graphics2",
 3842 "io-surface",
 3843 "libc",
 3844 "metal",
 3845]
 3846
 3847[[package]]
 3848name = "core_maths"
 3849version = "0.1.1"
 3850source = "registry+https://github.com/rust-lang/crates.io-index"
 3851checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3852dependencies = [
 3853 "libm",
 3854]
 3855
 3856[[package]]
 3857name = "coreaudio-rs"
 3858version = "0.12.1"
 3859source = "registry+https://github.com/rust-lang/crates.io-index"
 3860checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3861dependencies = [
 3862 "bitflags 1.3.2",
 3863 "core-foundation-sys",
 3864 "coreaudio-sys",
 3865]
 3866
 3867[[package]]
 3868name = "coreaudio-rs"
 3869version = "0.13.0"
 3870source = "registry+https://github.com/rust-lang/crates.io-index"
 3871checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3872dependencies = [
 3873 "bitflags 1.3.2",
 3874 "libc",
 3875 "objc2-audio-toolbox",
 3876 "objc2-core-audio",
 3877 "objc2-core-audio-types",
 3878 "objc2-core-foundation",
 3879]
 3880
 3881[[package]]
 3882name = "coreaudio-sys"
 3883version = "0.2.16"
 3884source = "registry+https://github.com/rust-lang/crates.io-index"
 3885checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3886dependencies = [
 3887 "bindgen 0.70.1",
 3888]
 3889
 3890[[package]]
 3891name = "cosmic-text"
 3892version = "0.14.0"
 3893source = "registry+https://github.com/rust-lang/crates.io-index"
 3894checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3895dependencies = [
 3896 "bitflags 2.9.0",
 3897 "fontdb 0.16.2",
 3898 "log",
 3899 "rangemap",
 3900 "rustc-hash 1.1.0",
 3901 "rustybuzz 0.14.1",
 3902 "self_cell",
 3903 "smol_str",
 3904 "swash",
 3905 "sys-locale",
 3906 "ttf-parser 0.21.1",
 3907 "unicode-bidi",
 3908 "unicode-linebreak",
 3909 "unicode-script",
 3910 "unicode-segmentation",
 3911]
 3912
 3913[[package]]
 3914name = "cpal"
 3915version = "0.16.0"
 3916source = "registry+https://github.com/rust-lang/crates.io-index"
 3917checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
 3918dependencies = [
 3919 "alsa",
 3920 "coreaudio-rs 0.13.0",
 3921 "dasp_sample",
 3922 "jni",
 3923 "js-sys",
 3924 "libc",
 3925 "mach2 0.4.2",
 3926 "ndk",
 3927 "ndk-context",
 3928 "num-derive",
 3929 "num-traits",
 3930 "objc2-audio-toolbox",
 3931 "objc2-core-audio",
 3932 "objc2-core-audio-types",
 3933 "wasm-bindgen",
 3934 "wasm-bindgen-futures",
 3935 "web-sys",
 3936 "windows 0.54.0",
 3937]
 3938
 3939[[package]]
 3940name = "cpp_demangle"
 3941version = "0.4.4"
 3942source = "registry+https://github.com/rust-lang/crates.io-index"
 3943checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3944dependencies = [
 3945 "cfg-if",
 3946]
 3947
 3948[[package]]
 3949name = "cpufeatures"
 3950version = "0.2.17"
 3951source = "registry+https://github.com/rust-lang/crates.io-index"
 3952checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3953dependencies = [
 3954 "libc",
 3955]
 3956
 3957[[package]]
 3958name = "cranelift-bforest"
 3959version = "0.116.1"
 3960source = "registry+https://github.com/rust-lang/crates.io-index"
 3961checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3962dependencies = [
 3963 "cranelift-entity",
 3964]
 3965
 3966[[package]]
 3967name = "cranelift-bitset"
 3968version = "0.116.1"
 3969source = "registry+https://github.com/rust-lang/crates.io-index"
 3970checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3971dependencies = [
 3972 "serde",
 3973 "serde_derive",
 3974]
 3975
 3976[[package]]
 3977name = "cranelift-codegen"
 3978version = "0.116.1"
 3979source = "registry+https://github.com/rust-lang/crates.io-index"
 3980checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3981dependencies = [
 3982 "bumpalo",
 3983 "cranelift-bforest",
 3984 "cranelift-bitset",
 3985 "cranelift-codegen-meta",
 3986 "cranelift-codegen-shared",
 3987 "cranelift-control",
 3988 "cranelift-entity",
 3989 "cranelift-isle",
 3990 "gimli",
 3991 "hashbrown 0.14.5",
 3992 "log",
 3993 "postcard",
 3994 "regalloc2",
 3995 "rustc-hash 2.1.1",
 3996 "serde",
 3997 "serde_derive",
 3998 "sha2",
 3999 "smallvec",
 4000 "target-lexicon 0.13.2",
 4001]
 4002
 4003[[package]]
 4004name = "cranelift-codegen-meta"
 4005version = "0.116.1"
 4006source = "registry+https://github.com/rust-lang/crates.io-index"
 4007checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 4008dependencies = [
 4009 "cranelift-codegen-shared",
 4010]
 4011
 4012[[package]]
 4013name = "cranelift-codegen-shared"
 4014version = "0.116.1"
 4015source = "registry+https://github.com/rust-lang/crates.io-index"
 4016checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 4017
 4018[[package]]
 4019name = "cranelift-control"
 4020version = "0.116.1"
 4021source = "registry+https://github.com/rust-lang/crates.io-index"
 4022checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 4023dependencies = [
 4024 "arbitrary",
 4025]
 4026
 4027[[package]]
 4028name = "cranelift-entity"
 4029version = "0.116.1"
 4030source = "registry+https://github.com/rust-lang/crates.io-index"
 4031checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 4032dependencies = [
 4033 "cranelift-bitset",
 4034 "serde",
 4035 "serde_derive",
 4036]
 4037
 4038[[package]]
 4039name = "cranelift-frontend"
 4040version = "0.116.1"
 4041source = "registry+https://github.com/rust-lang/crates.io-index"
 4042checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 4043dependencies = [
 4044 "cranelift-codegen",
 4045 "log",
 4046 "smallvec",
 4047 "target-lexicon 0.13.2",
 4048]
 4049
 4050[[package]]
 4051name = "cranelift-isle"
 4052version = "0.116.1"
 4053source = "registry+https://github.com/rust-lang/crates.io-index"
 4054checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 4055
 4056[[package]]
 4057name = "cranelift-native"
 4058version = "0.116.1"
 4059source = "registry+https://github.com/rust-lang/crates.io-index"
 4060checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 4061dependencies = [
 4062 "cranelift-codegen",
 4063 "libc",
 4064 "target-lexicon 0.13.2",
 4065]
 4066
 4067[[package]]
 4068name = "crash-context"
 4069version = "0.6.3"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4072dependencies = [
 4073 "cfg-if",
 4074 "libc",
 4075 "mach2 0.4.2",
 4076]
 4077
 4078[[package]]
 4079name = "crash-handler"
 4080version = "0.6.3"
 4081source = "registry+https://github.com/rust-lang/crates.io-index"
 4082checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4083dependencies = [
 4084 "cfg-if",
 4085 "crash-context",
 4086 "libc",
 4087 "mach2 0.4.2",
 4088 "parking_lot",
 4089]
 4090
 4091[[package]]
 4092name = "crashes"
 4093version = "0.1.0"
 4094dependencies = [
 4095 "bincode",
 4096 "cfg-if",
 4097 "crash-handler",
 4098 "log",
 4099 "mach2 0.5.0",
 4100 "minidumper",
 4101 "paths",
 4102 "release_channel",
 4103 "serde",
 4104 "serde_json",
 4105 "smol",
 4106 "system_specs",
 4107 "workspace-hack",
 4108 "zstd",
 4109]
 4110
 4111[[package]]
 4112name = "crc"
 4113version = "3.2.1"
 4114source = "registry+https://github.com/rust-lang/crates.io-index"
 4115checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 4116dependencies = [
 4117 "crc-catalog",
 4118]
 4119
 4120[[package]]
 4121name = "crc-catalog"
 4122version = "2.4.0"
 4123source = "registry+https://github.com/rust-lang/crates.io-index"
 4124checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4125
 4126[[package]]
 4127name = "crc32c"
 4128version = "0.6.8"
 4129source = "registry+https://github.com/rust-lang/crates.io-index"
 4130checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 4131dependencies = [
 4132 "rustc_version",
 4133]
 4134
 4135[[package]]
 4136name = "crc32fast"
 4137version = "1.4.2"
 4138source = "registry+https://github.com/rust-lang/crates.io-index"
 4139checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 4140dependencies = [
 4141 "cfg-if",
 4142]
 4143
 4144[[package]]
 4145name = "crc64fast-nvme"
 4146version = "1.2.0"
 4147source = "registry+https://github.com/rust-lang/crates.io-index"
 4148checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 4149dependencies = [
 4150 "crc",
 4151]
 4152
 4153[[package]]
 4154name = "credentials_provider"
 4155version = "0.1.0"
 4156dependencies = [
 4157 "anyhow",
 4158 "futures 0.3.31",
 4159 "gpui",
 4160 "paths",
 4161 "release_channel",
 4162 "serde",
 4163 "serde_json",
 4164 "workspace-hack",
 4165]
 4166
 4167[[package]]
 4168name = "criterion"
 4169version = "0.5.1"
 4170source = "registry+https://github.com/rust-lang/crates.io-index"
 4171checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4172dependencies = [
 4173 "anes",
 4174 "cast",
 4175 "ciborium",
 4176 "clap",
 4177 "criterion-plot",
 4178 "is-terminal",
 4179 "itertools 0.10.5",
 4180 "num-traits",
 4181 "once_cell",
 4182 "oorandom",
 4183 "plotters",
 4184 "rayon",
 4185 "regex",
 4186 "serde",
 4187 "serde_derive",
 4188 "serde_json",
 4189 "tinytemplate",
 4190 "walkdir",
 4191]
 4192
 4193[[package]]
 4194name = "criterion-plot"
 4195version = "0.5.0"
 4196source = "registry+https://github.com/rust-lang/crates.io-index"
 4197checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4198dependencies = [
 4199 "cast",
 4200 "itertools 0.10.5",
 4201]
 4202
 4203[[package]]
 4204name = "crossbeam"
 4205version = "0.8.4"
 4206source = "registry+https://github.com/rust-lang/crates.io-index"
 4207checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4208dependencies = [
 4209 "crossbeam-channel",
 4210 "crossbeam-deque",
 4211 "crossbeam-epoch",
 4212 "crossbeam-queue",
 4213 "crossbeam-utils",
 4214]
 4215
 4216[[package]]
 4217name = "crossbeam-channel"
 4218version = "0.5.15"
 4219source = "registry+https://github.com/rust-lang/crates.io-index"
 4220checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4221dependencies = [
 4222 "crossbeam-utils",
 4223]
 4224
 4225[[package]]
 4226name = "crossbeam-deque"
 4227version = "0.8.6"
 4228source = "registry+https://github.com/rust-lang/crates.io-index"
 4229checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4230dependencies = [
 4231 "crossbeam-epoch",
 4232 "crossbeam-utils",
 4233]
 4234
 4235[[package]]
 4236name = "crossbeam-epoch"
 4237version = "0.9.18"
 4238source = "registry+https://github.com/rust-lang/crates.io-index"
 4239checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4240dependencies = [
 4241 "crossbeam-utils",
 4242]
 4243
 4244[[package]]
 4245name = "crossbeam-queue"
 4246version = "0.3.12"
 4247source = "registry+https://github.com/rust-lang/crates.io-index"
 4248checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4249dependencies = [
 4250 "crossbeam-utils",
 4251]
 4252
 4253[[package]]
 4254name = "crossbeam-utils"
 4255version = "0.8.21"
 4256source = "registry+https://github.com/rust-lang/crates.io-index"
 4257checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4258
 4259[[package]]
 4260name = "crunchy"
 4261version = "0.2.3"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 4264
 4265[[package]]
 4266name = "crypto-bigint"
 4267version = "0.4.9"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4270dependencies = [
 4271 "generic-array",
 4272 "rand_core 0.6.4",
 4273 "subtle",
 4274 "zeroize",
 4275]
 4276
 4277[[package]]
 4278name = "crypto-bigint"
 4279version = "0.5.5"
 4280source = "registry+https://github.com/rust-lang/crates.io-index"
 4281checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4282dependencies = [
 4283 "rand_core 0.6.4",
 4284 "subtle",
 4285]
 4286
 4287[[package]]
 4288name = "crypto-common"
 4289version = "0.1.6"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4292dependencies = [
 4293 "generic-array",
 4294 "rand_core 0.6.4",
 4295 "typenum",
 4296]
 4297
 4298[[package]]
 4299name = "cssparser"
 4300version = "0.35.0"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4303dependencies = [
 4304 "cssparser-macros",
 4305 "dtoa-short",
 4306 "itoa",
 4307 "phf",
 4308 "smallvec",
 4309]
 4310
 4311[[package]]
 4312name = "cssparser-macros"
 4313version = "0.6.1"
 4314source = "registry+https://github.com/rust-lang/crates.io-index"
 4315checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4316dependencies = [
 4317 "quote",
 4318 "syn 2.0.101",
 4319]
 4320
 4321[[package]]
 4322name = "ctor"
 4323version = "0.4.2"
 4324source = "registry+https://github.com/rust-lang/crates.io-index"
 4325checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 4326dependencies = [
 4327 "ctor-proc-macro",
 4328 "dtor",
 4329]
 4330
 4331[[package]]
 4332name = "ctor-proc-macro"
 4333version = "0.0.5"
 4334source = "registry+https://github.com/rust-lang/crates.io-index"
 4335checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 4336
 4337[[package]]
 4338name = "ctrlc"
 4339version = "3.4.6"
 4340source = "registry+https://github.com/rust-lang/crates.io-index"
 4341checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 4342dependencies = [
 4343 "nix 0.29.0",
 4344 "windows-sys 0.59.0",
 4345]
 4346
 4347[[package]]
 4348name = "cursor-icon"
 4349version = "1.1.0"
 4350source = "registry+https://github.com/rust-lang/crates.io-index"
 4351checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 4352
 4353[[package]]
 4354name = "cxx"
 4355version = "1.0.157"
 4356source = "registry+https://github.com/rust-lang/crates.io-index"
 4357checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 4358dependencies = [
 4359 "cc",
 4360 "cxxbridge-cmd",
 4361 "cxxbridge-flags",
 4362 "cxxbridge-macro",
 4363 "foldhash",
 4364 "link-cplusplus",
 4365]
 4366
 4367[[package]]
 4368name = "cxx-build"
 4369version = "1.0.157"
 4370source = "registry+https://github.com/rust-lang/crates.io-index"
 4371checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 4372dependencies = [
 4373 "cc",
 4374 "codespan-reporting 0.12.0",
 4375 "proc-macro2",
 4376 "quote",
 4377 "scratch",
 4378 "syn 2.0.101",
 4379]
 4380
 4381[[package]]
 4382name = "cxxbridge-cmd"
 4383version = "1.0.157"
 4384source = "registry+https://github.com/rust-lang/crates.io-index"
 4385checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 4386dependencies = [
 4387 "clap",
 4388 "codespan-reporting 0.12.0",
 4389 "proc-macro2",
 4390 "quote",
 4391 "syn 2.0.101",
 4392]
 4393
 4394[[package]]
 4395name = "cxxbridge-flags"
 4396version = "1.0.157"
 4397source = "registry+https://github.com/rust-lang/crates.io-index"
 4398checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 4399
 4400[[package]]
 4401name = "cxxbridge-macro"
 4402version = "1.0.157"
 4403source = "registry+https://github.com/rust-lang/crates.io-index"
 4404checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 4405dependencies = [
 4406 "proc-macro2",
 4407 "quote",
 4408 "rustversion",
 4409 "syn 2.0.101",
 4410]
 4411
 4412[[package]]
 4413name = "dap"
 4414version = "0.1.0"
 4415dependencies = [
 4416 "anyhow",
 4417 "async-compression",
 4418 "async-pipe",
 4419 "async-tar",
 4420 "async-trait",
 4421 "client",
 4422 "collections",
 4423 "dap-types",
 4424 "fs",
 4425 "futures 0.3.31",
 4426 "gpui",
 4427 "http_client",
 4428 "language",
 4429 "libc",
 4430 "log",
 4431 "node_runtime",
 4432 "parking_lot",
 4433 "paths",
 4434 "proto",
 4435 "schemars 1.0.1",
 4436 "serde",
 4437 "serde_json",
 4438 "settings",
 4439 "smallvec",
 4440 "smol",
 4441 "task",
 4442 "telemetry",
 4443 "tree-sitter",
 4444 "tree-sitter-go",
 4445 "util",
 4446 "workspace-hack",
 4447 "zlog",
 4448]
 4449
 4450[[package]]
 4451name = "dap-types"
 4452version = "0.0.1"
 4453source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4454dependencies = [
 4455 "schemars 1.0.1",
 4456 "serde",
 4457 "serde_json",
 4458]
 4459
 4460[[package]]
 4461name = "dap_adapters"
 4462version = "0.1.0"
 4463dependencies = [
 4464 "anyhow",
 4465 "async-trait",
 4466 "collections",
 4467 "dap",
 4468 "dotenvy",
 4469 "fs",
 4470 "futures 0.3.31",
 4471 "gpui",
 4472 "json_dotpath",
 4473 "language",
 4474 "log",
 4475 "paths",
 4476 "serde",
 4477 "serde_json",
 4478 "shlex",
 4479 "smol",
 4480 "task",
 4481 "util",
 4482 "workspace-hack",
 4483]
 4484
 4485[[package]]
 4486name = "darling"
 4487version = "0.20.11"
 4488source = "registry+https://github.com/rust-lang/crates.io-index"
 4489checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4490dependencies = [
 4491 "darling_core",
 4492 "darling_macro",
 4493]
 4494
 4495[[package]]
 4496name = "darling_core"
 4497version = "0.20.11"
 4498source = "registry+https://github.com/rust-lang/crates.io-index"
 4499checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4500dependencies = [
 4501 "fnv",
 4502 "ident_case",
 4503 "proc-macro2",
 4504 "quote",
 4505 "strsim",
 4506 "syn 2.0.101",
 4507]
 4508
 4509[[package]]
 4510name = "darling_macro"
 4511version = "0.20.11"
 4512source = "registry+https://github.com/rust-lang/crates.io-index"
 4513checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4514dependencies = [
 4515 "darling_core",
 4516 "quote",
 4517 "syn 2.0.101",
 4518]
 4519
 4520[[package]]
 4521name = "dashmap"
 4522version = "5.5.3"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4525dependencies = [
 4526 "cfg-if",
 4527 "hashbrown 0.14.5",
 4528 "lock_api",
 4529 "once_cell",
 4530 "parking_lot_core",
 4531]
 4532
 4533[[package]]
 4534name = "dashmap"
 4535version = "6.1.0"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4538dependencies = [
 4539 "cfg-if",
 4540 "crossbeam-utils",
 4541 "hashbrown 0.14.5",
 4542 "lock_api",
 4543 "once_cell",
 4544 "parking_lot_core",
 4545]
 4546
 4547[[package]]
 4548name = "dasp_sample"
 4549version = "0.11.0"
 4550source = "registry+https://github.com/rust-lang/crates.io-index"
 4551checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4552
 4553[[package]]
 4554name = "data-encoding"
 4555version = "2.9.0"
 4556source = "registry+https://github.com/rust-lang/crates.io-index"
 4557checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4558
 4559[[package]]
 4560name = "data-url"
 4561version = "0.3.1"
 4562source = "registry+https://github.com/rust-lang/crates.io-index"
 4563checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4564
 4565[[package]]
 4566name = "db"
 4567version = "0.1.0"
 4568dependencies = [
 4569 "anyhow",
 4570 "gpui",
 4571 "indoc",
 4572 "log",
 4573 "paths",
 4574 "release_channel",
 4575 "smol",
 4576 "sqlez",
 4577 "sqlez_macros",
 4578 "tempfile",
 4579 "util",
 4580 "workspace-hack",
 4581 "zed_env_vars",
 4582]
 4583
 4584[[package]]
 4585name = "dbus"
 4586version = "0.9.7"
 4587source = "registry+https://github.com/rust-lang/crates.io-index"
 4588checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4589dependencies = [
 4590 "libc",
 4591 "libdbus-sys",
 4592 "winapi",
 4593]
 4594
 4595[[package]]
 4596name = "debug_adapter_extension"
 4597version = "0.1.0"
 4598dependencies = [
 4599 "anyhow",
 4600 "async-trait",
 4601 "dap",
 4602 "extension",
 4603 "gpui",
 4604 "serde_json",
 4605 "task",
 4606 "util",
 4607 "workspace-hack",
 4608]
 4609
 4610[[package]]
 4611name = "debugger_tools"
 4612version = "0.1.0"
 4613dependencies = [
 4614 "anyhow",
 4615 "dap",
 4616 "editor",
 4617 "futures 0.3.31",
 4618 "gpui",
 4619 "project",
 4620 "serde_json",
 4621 "settings",
 4622 "smol",
 4623 "util",
 4624 "workspace",
 4625 "workspace-hack",
 4626]
 4627
 4628[[package]]
 4629name = "debugger_ui"
 4630version = "0.1.0"
 4631dependencies = [
 4632 "alacritty_terminal",
 4633 "anyhow",
 4634 "bitflags 2.9.0",
 4635 "client",
 4636 "collections",
 4637 "command_palette_hooks",
 4638 "dap",
 4639 "dap_adapters",
 4640 "db",
 4641 "debugger_tools",
 4642 "editor",
 4643 "file_icons",
 4644 "futures 0.3.31",
 4645 "fuzzy",
 4646 "gpui",
 4647 "hex",
 4648 "indoc",
 4649 "itertools 0.14.0",
 4650 "language",
 4651 "log",
 4652 "menu",
 4653 "notifications",
 4654 "parking_lot",
 4655 "parse_int",
 4656 "paths",
 4657 "picker",
 4658 "pretty_assertions",
 4659 "project",
 4660 "rpc",
 4661 "schemars 1.0.1",
 4662 "serde",
 4663 "serde_json",
 4664 "serde_json_lenient",
 4665 "settings",
 4666 "shlex",
 4667 "sysinfo",
 4668 "task",
 4669 "tasks_ui",
 4670 "telemetry",
 4671 "terminal_view",
 4672 "text",
 4673 "theme",
 4674 "tree-sitter",
 4675 "tree-sitter-go",
 4676 "tree-sitter-json",
 4677 "ui",
 4678 "unindent",
 4679 "util",
 4680 "workspace",
 4681 "workspace-hack",
 4682 "zed_actions",
 4683 "zlog",
 4684]
 4685
 4686[[package]]
 4687name = "debugid"
 4688version = "0.8.0"
 4689source = "registry+https://github.com/rust-lang/crates.io-index"
 4690checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4691dependencies = [
 4692 "uuid",
 4693]
 4694
 4695[[package]]
 4696name = "deepseek"
 4697version = "0.1.0"
 4698dependencies = [
 4699 "anyhow",
 4700 "futures 0.3.31",
 4701 "http_client",
 4702 "schemars 1.0.1",
 4703 "serde",
 4704 "serde_json",
 4705 "workspace-hack",
 4706]
 4707
 4708[[package]]
 4709name = "deflate64"
 4710version = "0.1.9"
 4711source = "registry+https://github.com/rust-lang/crates.io-index"
 4712checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4713
 4714[[package]]
 4715name = "denoise"
 4716version = "0.1.0"
 4717dependencies = [
 4718 "candle-core",
 4719 "candle-onnx",
 4720 "log",
 4721 "realfft",
 4722 "rodio",
 4723 "rustfft",
 4724 "thiserror 2.0.12",
 4725 "workspace-hack",
 4726]
 4727
 4728[[package]]
 4729name = "der"
 4730version = "0.6.1"
 4731source = "registry+https://github.com/rust-lang/crates.io-index"
 4732checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4733dependencies = [
 4734 "const-oid",
 4735 "zeroize",
 4736]
 4737
 4738[[package]]
 4739name = "der"
 4740version = "0.7.10"
 4741source = "registry+https://github.com/rust-lang/crates.io-index"
 4742checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4743dependencies = [
 4744 "const-oid",
 4745 "pem-rfc7468",
 4746 "zeroize",
 4747]
 4748
 4749[[package]]
 4750name = "deranged"
 4751version = "0.4.0"
 4752source = "registry+https://github.com/rust-lang/crates.io-index"
 4753checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4754dependencies = [
 4755 "powerfmt",
 4756 "serde",
 4757]
 4758
 4759[[package]]
 4760name = "derive_arbitrary"
 4761version = "1.4.2"
 4762source = "registry+https://github.com/rust-lang/crates.io-index"
 4763checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4764dependencies = [
 4765 "proc-macro2",
 4766 "quote",
 4767 "syn 2.0.101",
 4768]
 4769
 4770[[package]]
 4771name = "derive_more"
 4772version = "0.99.19"
 4773source = "registry+https://github.com/rust-lang/crates.io-index"
 4774checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4775dependencies = [
 4776 "convert_case 0.4.0",
 4777 "proc-macro2",
 4778 "quote",
 4779 "rustc_version",
 4780 "syn 2.0.101",
 4781]
 4782
 4783[[package]]
 4784name = "derive_refineable"
 4785version = "0.1.0"
 4786dependencies = [
 4787 "proc-macro2",
 4788 "quote",
 4789 "syn 2.0.101",
 4790 "workspace-hack",
 4791]
 4792
 4793[[package]]
 4794name = "diagnostics"
 4795version = "0.1.0"
 4796dependencies = [
 4797 "anyhow",
 4798 "client",
 4799 "collections",
 4800 "component",
 4801 "ctor",
 4802 "editor",
 4803 "gpui",
 4804 "indoc",
 4805 "language",
 4806 "log",
 4807 "lsp",
 4808 "markdown",
 4809 "pretty_assertions",
 4810 "project",
 4811 "rand 0.9.1",
 4812 "serde",
 4813 "serde_json",
 4814 "settings",
 4815 "text",
 4816 "theme",
 4817 "ui",
 4818 "unindent",
 4819 "util",
 4820 "workspace",
 4821 "workspace-hack",
 4822 "zlog",
 4823]
 4824
 4825[[package]]
 4826name = "dialoguer"
 4827version = "0.11.0"
 4828source = "registry+https://github.com/rust-lang/crates.io-index"
 4829checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4830dependencies = [
 4831 "console",
 4832 "fuzzy-matcher",
 4833 "shell-words",
 4834 "tempfile",
 4835 "thiserror 1.0.69",
 4836 "zeroize",
 4837]
 4838
 4839[[package]]
 4840name = "diff"
 4841version = "0.1.13"
 4842source = "registry+https://github.com/rust-lang/crates.io-index"
 4843checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4844
 4845[[package]]
 4846name = "diffy"
 4847version = "0.4.2"
 4848source = "registry+https://github.com/rust-lang/crates.io-index"
 4849checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4850dependencies = [
 4851 "nu-ansi-term",
 4852]
 4853
 4854[[package]]
 4855name = "digest"
 4856version = "0.10.7"
 4857source = "registry+https://github.com/rust-lang/crates.io-index"
 4858checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4859dependencies = [
 4860 "block-buffer",
 4861 "const-oid",
 4862 "crypto-common",
 4863 "subtle",
 4864]
 4865
 4866[[package]]
 4867name = "dirs"
 4868version = "4.0.0"
 4869source = "registry+https://github.com/rust-lang/crates.io-index"
 4870checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4871dependencies = [
 4872 "dirs-sys 0.3.7",
 4873]
 4874
 4875[[package]]
 4876name = "dirs"
 4877version = "5.0.1"
 4878source = "registry+https://github.com/rust-lang/crates.io-index"
 4879checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4880dependencies = [
 4881 "dirs-sys 0.4.1",
 4882]
 4883
 4884[[package]]
 4885name = "dirs"
 4886version = "6.0.0"
 4887source = "registry+https://github.com/rust-lang/crates.io-index"
 4888checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4889dependencies = [
 4890 "dirs-sys 0.5.0",
 4891]
 4892
 4893[[package]]
 4894name = "dirs-sys"
 4895version = "0.3.7"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4898dependencies = [
 4899 "libc",
 4900 "redox_users 0.4.6",
 4901 "winapi",
 4902]
 4903
 4904[[package]]
 4905name = "dirs-sys"
 4906version = "0.4.1"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4909dependencies = [
 4910 "libc",
 4911 "option-ext",
 4912 "redox_users 0.4.6",
 4913 "windows-sys 0.48.0",
 4914]
 4915
 4916[[package]]
 4917name = "dirs-sys"
 4918version = "0.5.0"
 4919source = "registry+https://github.com/rust-lang/crates.io-index"
 4920checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4921dependencies = [
 4922 "libc",
 4923 "option-ext",
 4924 "redox_users 0.5.0",
 4925 "windows-sys 0.61.0",
 4926]
 4927
 4928[[package]]
 4929name = "dispatch"
 4930version = "0.2.0"
 4931source = "registry+https://github.com/rust-lang/crates.io-index"
 4932checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4933
 4934[[package]]
 4935name = "dispatch2"
 4936version = "0.3.0"
 4937source = "registry+https://github.com/rust-lang/crates.io-index"
 4938checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4939dependencies = [
 4940 "bitflags 2.9.0",
 4941 "objc2",
 4942]
 4943
 4944[[package]]
 4945name = "displaydoc"
 4946version = "0.2.5"
 4947source = "registry+https://github.com/rust-lang/crates.io-index"
 4948checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4949dependencies = [
 4950 "proc-macro2",
 4951 "quote",
 4952 "syn 2.0.101",
 4953]
 4954
 4955[[package]]
 4956name = "dlib"
 4957version = "0.5.2"
 4958source = "registry+https://github.com/rust-lang/crates.io-index"
 4959checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4960dependencies = [
 4961 "libloading",
 4962]
 4963
 4964[[package]]
 4965name = "docs_preprocessor"
 4966version = "0.1.0"
 4967dependencies = [
 4968 "anyhow",
 4969 "command_palette",
 4970 "gpui",
 4971 "mdbook",
 4972 "regex",
 4973 "serde",
 4974 "serde_json",
 4975 "settings",
 4976 "util",
 4977 "workspace-hack",
 4978 "zed",
 4979 "zlog",
 4980]
 4981
 4982[[package]]
 4983name = "documented"
 4984version = "0.9.1"
 4985source = "registry+https://github.com/rust-lang/crates.io-index"
 4986checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4987dependencies = [
 4988 "documented-macros",
 4989 "phf",
 4990 "thiserror 1.0.69",
 4991]
 4992
 4993[[package]]
 4994name = "documented-macros"
 4995version = "0.9.1"
 4996source = "registry+https://github.com/rust-lang/crates.io-index"
 4997checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4998dependencies = [
 4999 "convert_case 0.6.0",
 5000 "itertools 0.13.0",
 5001 "optfield",
 5002 "proc-macro2",
 5003 "quote",
 5004 "strum 0.26.3",
 5005 "syn 2.0.101",
 5006]
 5007
 5008[[package]]
 5009name = "dotenvy"
 5010version = "0.15.7"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5013
 5014[[package]]
 5015name = "downcast-rs"
 5016version = "1.2.1"
 5017source = "registry+https://github.com/rust-lang/crates.io-index"
 5018checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5019
 5020[[package]]
 5021name = "doxygen-rs"
 5022version = "0.4.2"
 5023source = "registry+https://github.com/rust-lang/crates.io-index"
 5024checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5025dependencies = [
 5026 "phf",
 5027]
 5028
 5029[[package]]
 5030name = "dtoa"
 5031version = "1.0.10"
 5032source = "registry+https://github.com/rust-lang/crates.io-index"
 5033checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5034
 5035[[package]]
 5036name = "dtoa-short"
 5037version = "0.3.5"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5040dependencies = [
 5041 "dtoa",
 5042]
 5043
 5044[[package]]
 5045name = "dtor"
 5046version = "0.0.6"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5049dependencies = [
 5050 "dtor-proc-macro",
 5051]
 5052
 5053[[package]]
 5054name = "dtor-proc-macro"
 5055version = "0.0.5"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5058
 5059[[package]]
 5060name = "dunce"
 5061version = "1.0.5"
 5062source = "registry+https://github.com/rust-lang/crates.io-index"
 5063checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5064
 5065[[package]]
 5066name = "dwrote"
 5067version = "0.11.3"
 5068source = "registry+https://github.com/rust-lang/crates.io-index"
 5069checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 5070dependencies = [
 5071 "lazy_static",
 5072 "libc",
 5073 "winapi",
 5074 "wio",
 5075]
 5076
 5077[[package]]
 5078name = "dyn-clone"
 5079version = "1.0.19"
 5080source = "registry+https://github.com/rust-lang/crates.io-index"
 5081checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 5082
 5083[[package]]
 5084name = "dyn-stack"
 5085version = "0.10.0"
 5086source = "registry+https://github.com/rust-lang/crates.io-index"
 5087checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5088dependencies = [
 5089 "bytemuck",
 5090 "reborrow",
 5091]
 5092
 5093[[package]]
 5094name = "dyn-stack"
 5095version = "0.13.0"
 5096source = "registry+https://github.com/rust-lang/crates.io-index"
 5097checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
 5098dependencies = [
 5099 "bytemuck",
 5100]
 5101
 5102[[package]]
 5103name = "ec4rs"
 5104version = "1.2.0"
 5105source = "registry+https://github.com/rust-lang/crates.io-index"
 5106checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5107
 5108[[package]]
 5109name = "ecdsa"
 5110version = "0.14.8"
 5111source = "registry+https://github.com/rust-lang/crates.io-index"
 5112checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5113dependencies = [
 5114 "der 0.6.1",
 5115 "elliptic-curve",
 5116 "rfc6979",
 5117 "signature 1.6.4",
 5118]
 5119
 5120[[package]]
 5121name = "edit_prediction"
 5122version = "0.1.0"
 5123dependencies = [
 5124 "client",
 5125 "gpui",
 5126 "language",
 5127 "project",
 5128 "workspace-hack",
 5129]
 5130
 5131[[package]]
 5132name = "edit_prediction_button"
 5133version = "0.1.0"
 5134dependencies = [
 5135 "anyhow",
 5136 "client",
 5137 "cloud_llm_client",
 5138 "copilot",
 5139 "edit_prediction",
 5140 "editor",
 5141 "feature_flags",
 5142 "fs",
 5143 "futures 0.3.31",
 5144 "gpui",
 5145 "indoc",
 5146 "language",
 5147 "lsp",
 5148 "paths",
 5149 "project",
 5150 "regex",
 5151 "serde_json",
 5152 "settings",
 5153 "supermaven",
 5154 "telemetry",
 5155 "theme",
 5156 "ui",
 5157 "workspace",
 5158 "workspace-hack",
 5159 "zed_actions",
 5160 "zeta",
 5161]
 5162
 5163[[package]]
 5164name = "edit_prediction_context"
 5165version = "0.1.0"
 5166dependencies = [
 5167 "anyhow",
 5168 "arrayvec",
 5169 "clap",
 5170 "cloud_llm_client",
 5171 "collections",
 5172 "futures 0.3.31",
 5173 "gpui",
 5174 "hashbrown 0.15.3",
 5175 "indoc",
 5176 "itertools 0.14.0",
 5177 "language",
 5178 "log",
 5179 "ordered-float 2.10.1",
 5180 "pretty_assertions",
 5181 "project",
 5182 "regex",
 5183 "serde",
 5184 "serde_json",
 5185 "settings",
 5186 "slotmap",
 5187 "strum 0.27.1",
 5188 "text",
 5189 "tree-sitter",
 5190 "util",
 5191 "workspace-hack",
 5192 "zlog",
 5193]
 5194
 5195[[package]]
 5196name = "editor"
 5197version = "0.1.0"
 5198dependencies = [
 5199 "aho-corasick",
 5200 "anyhow",
 5201 "assets",
 5202 "buffer_diff",
 5203 "client",
 5204 "clock",
 5205 "collections",
 5206 "convert_case 0.8.0",
 5207 "criterion",
 5208 "ctor",
 5209 "dap",
 5210 "db",
 5211 "edit_prediction",
 5212 "emojis",
 5213 "file_icons",
 5214 "fs",
 5215 "futures 0.3.31",
 5216 "fuzzy",
 5217 "git",
 5218 "gpui",
 5219 "http_client",
 5220 "indoc",
 5221 "itertools 0.14.0",
 5222 "language",
 5223 "languages",
 5224 "linkify",
 5225 "log",
 5226 "lsp",
 5227 "markdown",
 5228 "menu",
 5229 "multi_buffer",
 5230 "ordered-float 2.10.1",
 5231 "parking_lot",
 5232 "pretty_assertions",
 5233 "project",
 5234 "rand 0.9.1",
 5235 "regex",
 5236 "release_channel",
 5237 "rpc",
 5238 "schemars 1.0.1",
 5239 "serde",
 5240 "serde_json",
 5241 "settings",
 5242 "smallvec",
 5243 "smol",
 5244 "snippet",
 5245 "sum_tree",
 5246 "task",
 5247 "telemetry",
 5248 "tempfile",
 5249 "text",
 5250 "theme",
 5251 "time",
 5252 "tree-sitter-bash",
 5253 "tree-sitter-c",
 5254 "tree-sitter-html",
 5255 "tree-sitter-python",
 5256 "tree-sitter-rust",
 5257 "tree-sitter-typescript",
 5258 "tree-sitter-yaml",
 5259 "ui",
 5260 "unicode-script",
 5261 "unicode-segmentation",
 5262 "unindent",
 5263 "url",
 5264 "util",
 5265 "uuid",
 5266 "vim_mode_setting",
 5267 "workspace",
 5268 "workspace-hack",
 5269 "zed_actions",
 5270 "zlog",
 5271]
 5272
 5273[[package]]
 5274name = "either"
 5275version = "1.15.0"
 5276source = "registry+https://github.com/rust-lang/crates.io-index"
 5277checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5278dependencies = [
 5279 "serde",
 5280]
 5281
 5282[[package]]
 5283name = "elasticlunr-rs"
 5284version = "3.0.2"
 5285source = "registry+https://github.com/rust-lang/crates.io-index"
 5286checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5287dependencies = [
 5288 "regex",
 5289 "serde",
 5290 "serde_derive",
 5291 "serde_json",
 5292]
 5293
 5294[[package]]
 5295name = "elliptic-curve"
 5296version = "0.12.3"
 5297source = "registry+https://github.com/rust-lang/crates.io-index"
 5298checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5299dependencies = [
 5300 "base16ct",
 5301 "crypto-bigint 0.4.9",
 5302 "der 0.6.1",
 5303 "digest",
 5304 "ff",
 5305 "generic-array",
 5306 "group",
 5307 "pkcs8 0.9.0",
 5308 "rand_core 0.6.4",
 5309 "sec1",
 5310 "subtle",
 5311 "zeroize",
 5312]
 5313
 5314[[package]]
 5315name = "email_address"
 5316version = "0.2.9"
 5317source = "registry+https://github.com/rust-lang/crates.io-index"
 5318checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5319dependencies = [
 5320 "serde",
 5321]
 5322
 5323[[package]]
 5324name = "embed-resource"
 5325version = "3.0.2"
 5326source = "registry+https://github.com/rust-lang/crates.io-index"
 5327checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 5328dependencies = [
 5329 "cc",
 5330 "memchr",
 5331 "rustc_version",
 5332 "toml 0.8.20",
 5333 "vswhom",
 5334 "winreg 0.52.0",
 5335]
 5336
 5337[[package]]
 5338name = "embedded-io"
 5339version = "0.4.0"
 5340source = "registry+https://github.com/rust-lang/crates.io-index"
 5341checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5342
 5343[[package]]
 5344name = "embedded-io"
 5345version = "0.6.1"
 5346source = "registry+https://github.com/rust-lang/crates.io-index"
 5347checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5348
 5349[[package]]
 5350name = "emojis"
 5351version = "0.6.4"
 5352source = "registry+https://github.com/rust-lang/crates.io-index"
 5353checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5354dependencies = [
 5355 "phf",
 5356]
 5357
 5358[[package]]
 5359name = "encode_unicode"
 5360version = "1.0.0"
 5361source = "registry+https://github.com/rust-lang/crates.io-index"
 5362checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5363
 5364[[package]]
 5365name = "encoding_rs"
 5366version = "0.8.35"
 5367source = "registry+https://github.com/rust-lang/crates.io-index"
 5368checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5369dependencies = [
 5370 "cfg-if",
 5371]
 5372
 5373[[package]]
 5374name = "endi"
 5375version = "1.1.0"
 5376source = "registry+https://github.com/rust-lang/crates.io-index"
 5377checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5378
 5379[[package]]
 5380name = "enum-as-inner"
 5381version = "0.6.1"
 5382source = "registry+https://github.com/rust-lang/crates.io-index"
 5383checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5384dependencies = [
 5385 "heck 0.5.0",
 5386 "proc-macro2",
 5387 "quote",
 5388 "syn 2.0.101",
 5389]
 5390
 5391[[package]]
 5392name = "enumflags2"
 5393version = "0.7.11"
 5394source = "registry+https://github.com/rust-lang/crates.io-index"
 5395checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 5396dependencies = [
 5397 "enumflags2_derive",
 5398 "serde",
 5399]
 5400
 5401[[package]]
 5402name = "enumflags2_derive"
 5403version = "0.7.11"
 5404source = "registry+https://github.com/rust-lang/crates.io-index"
 5405checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 5406dependencies = [
 5407 "proc-macro2",
 5408 "quote",
 5409 "syn 2.0.101",
 5410]
 5411
 5412[[package]]
 5413name = "env_filter"
 5414version = "0.1.3"
 5415source = "registry+https://github.com/rust-lang/crates.io-index"
 5416checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 5417dependencies = [
 5418 "log",
 5419 "regex",
 5420]
 5421
 5422[[package]]
 5423name = "env_logger"
 5424version = "0.10.2"
 5425source = "registry+https://github.com/rust-lang/crates.io-index"
 5426checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5427dependencies = [
 5428 "humantime",
 5429 "is-terminal",
 5430 "log",
 5431 "regex",
 5432 "termcolor",
 5433]
 5434
 5435[[package]]
 5436name = "env_logger"
 5437version = "0.11.8"
 5438source = "registry+https://github.com/rust-lang/crates.io-index"
 5439checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5440dependencies = [
 5441 "anstream",
 5442 "anstyle",
 5443 "env_filter",
 5444 "jiff",
 5445 "log",
 5446]
 5447
 5448[[package]]
 5449name = "envy"
 5450version = "0.4.2"
 5451source = "registry+https://github.com/rust-lang/crates.io-index"
 5452checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5453dependencies = [
 5454 "serde",
 5455]
 5456
 5457[[package]]
 5458name = "equivalent"
 5459version = "1.0.2"
 5460source = "registry+https://github.com/rust-lang/crates.io-index"
 5461checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5462
 5463[[package]]
 5464name = "erased-serde"
 5465version = "0.4.6"
 5466source = "registry+https://github.com/rust-lang/crates.io-index"
 5467checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 5468dependencies = [
 5469 "serde",
 5470 "typeid",
 5471]
 5472
 5473[[package]]
 5474name = "errno"
 5475version = "0.2.8"
 5476source = "registry+https://github.com/rust-lang/crates.io-index"
 5477checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5478dependencies = [
 5479 "errno-dragonfly",
 5480 "libc",
 5481 "winapi",
 5482]
 5483
 5484[[package]]
 5485name = "errno"
 5486version = "0.3.11"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 5489dependencies = [
 5490 "libc",
 5491 "windows-sys 0.59.0",
 5492]
 5493
 5494[[package]]
 5495name = "errno-dragonfly"
 5496version = "0.1.2"
 5497source = "registry+https://github.com/rust-lang/crates.io-index"
 5498checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5499dependencies = [
 5500 "cc",
 5501 "libc",
 5502]
 5503
 5504[[package]]
 5505name = "etagere"
 5506version = "0.2.15"
 5507source = "registry+https://github.com/rust-lang/crates.io-index"
 5508checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5509dependencies = [
 5510 "euclid",
 5511 "svg_fmt",
 5512]
 5513
 5514[[package]]
 5515name = "etcetera"
 5516version = "0.8.0"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5519dependencies = [
 5520 "cfg-if",
 5521 "home",
 5522 "windows-sys 0.48.0",
 5523]
 5524
 5525[[package]]
 5526name = "euclid"
 5527version = "0.22.11"
 5528source = "registry+https://github.com/rust-lang/crates.io-index"
 5529checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5530dependencies = [
 5531 "num-traits",
 5532]
 5533
 5534[[package]]
 5535name = "eval"
 5536version = "0.1.0"
 5537dependencies = [
 5538 "agent",
 5539 "agent_settings",
 5540 "agent_ui",
 5541 "anyhow",
 5542 "assistant_tool",
 5543 "assistant_tools",
 5544 "async-trait",
 5545 "buffer_diff",
 5546 "chrono",
 5547 "clap",
 5548 "client",
 5549 "cloud_llm_client",
 5550 "collections",
 5551 "debug_adapter_extension",
 5552 "dirs 4.0.0",
 5553 "dotenvy",
 5554 "env_logger 0.11.8",
 5555 "extension",
 5556 "fs",
 5557 "futures 0.3.31",
 5558 "gpui",
 5559 "gpui_tokio",
 5560 "handlebars 4.5.0",
 5561 "language",
 5562 "language_extension",
 5563 "language_model",
 5564 "language_models",
 5565 "languages",
 5566 "markdown",
 5567 "node_runtime",
 5568 "pathdiff",
 5569 "paths",
 5570 "pretty_assertions",
 5571 "project",
 5572 "prompt_store",
 5573 "regex",
 5574 "release_channel",
 5575 "reqwest_client",
 5576 "serde",
 5577 "serde_json",
 5578 "settings",
 5579 "shellexpand 2.1.2",
 5580 "smol",
 5581 "telemetry",
 5582 "terminal_view",
 5583 "toml 0.8.20",
 5584 "unindent",
 5585 "util",
 5586 "uuid",
 5587 "watch",
 5588 "workspace-hack",
 5589]
 5590
 5591[[package]]
 5592name = "event-listener"
 5593version = "2.5.3"
 5594source = "registry+https://github.com/rust-lang/crates.io-index"
 5595checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5596
 5597[[package]]
 5598name = "event-listener"
 5599version = "5.4.0"
 5600source = "registry+https://github.com/rust-lang/crates.io-index"
 5601checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5602dependencies = [
 5603 "concurrent-queue",
 5604 "parking",
 5605 "pin-project-lite",
 5606]
 5607
 5608[[package]]
 5609name = "event-listener-strategy"
 5610version = "0.5.4"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5613dependencies = [
 5614 "event-listener 5.4.0",
 5615 "pin-project-lite",
 5616]
 5617
 5618[[package]]
 5619name = "exec"
 5620version = "0.3.1"
 5621source = "registry+https://github.com/rust-lang/crates.io-index"
 5622checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5623dependencies = [
 5624 "errno 0.2.8",
 5625 "libc",
 5626]
 5627
 5628[[package]]
 5629name = "explorer_command_injector"
 5630version = "0.1.0"
 5631dependencies = [
 5632 "windows 0.61.1",
 5633 "windows-core 0.61.0",
 5634 "windows-registry 0.5.1",
 5635 "workspace-hack",
 5636]
 5637
 5638[[package]]
 5639name = "exr"
 5640version = "1.73.0"
 5641source = "registry+https://github.com/rust-lang/crates.io-index"
 5642checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5643dependencies = [
 5644 "bit_field",
 5645 "half",
 5646 "lebe",
 5647 "miniz_oxide",
 5648 "rayon-core",
 5649 "smallvec",
 5650 "zune-inflate",
 5651]
 5652
 5653[[package]]
 5654name = "extended"
 5655version = "0.1.0"
 5656source = "registry+https://github.com/rust-lang/crates.io-index"
 5657checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5658
 5659[[package]]
 5660name = "extension"
 5661version = "0.1.0"
 5662dependencies = [
 5663 "anyhow",
 5664 "async-compression",
 5665 "async-tar",
 5666 "async-trait",
 5667 "collections",
 5668 "dap",
 5669 "fs",
 5670 "futures 0.3.31",
 5671 "gpui",
 5672 "heck 0.5.0",
 5673 "http_client",
 5674 "language",
 5675 "log",
 5676 "lsp",
 5677 "parking_lot",
 5678 "pretty_assertions",
 5679 "semantic_version",
 5680 "serde",
 5681 "serde_json",
 5682 "task",
 5683 "toml 0.8.20",
 5684 "url",
 5685 "util",
 5686 "wasm-encoder 0.221.3",
 5687 "wasmparser 0.221.3",
 5688 "workspace-hack",
 5689]
 5690
 5691[[package]]
 5692name = "extension_cli"
 5693version = "0.1.0"
 5694dependencies = [
 5695 "anyhow",
 5696 "clap",
 5697 "env_logger 0.11.8",
 5698 "extension",
 5699 "fs",
 5700 "gpui",
 5701 "language",
 5702 "log",
 5703 "reqwest_client",
 5704 "rpc",
 5705 "serde",
 5706 "serde_json",
 5707 "theme",
 5708 "tokio",
 5709 "toml 0.8.20",
 5710 "tree-sitter",
 5711 "wasmtime",
 5712 "workspace-hack",
 5713]
 5714
 5715[[package]]
 5716name = "extension_host"
 5717version = "0.1.0"
 5718dependencies = [
 5719 "anyhow",
 5720 "async-compression",
 5721 "async-tar",
 5722 "async-trait",
 5723 "client",
 5724 "collections",
 5725 "criterion",
 5726 "ctor",
 5727 "dap",
 5728 "extension",
 5729 "fs",
 5730 "futures 0.3.31",
 5731 "gpui",
 5732 "http_client",
 5733 "language",
 5734 "language_extension",
 5735 "log",
 5736 "lsp",
 5737 "moka",
 5738 "node_runtime",
 5739 "parking_lot",
 5740 "paths",
 5741 "project",
 5742 "rand 0.9.1",
 5743 "release_channel",
 5744 "remote",
 5745 "reqwest_client",
 5746 "semantic_version",
 5747 "serde",
 5748 "serde_json",
 5749 "serde_json_lenient",
 5750 "settings",
 5751 "task",
 5752 "telemetry",
 5753 "tempfile",
 5754 "theme",
 5755 "theme_extension",
 5756 "toml 0.8.20",
 5757 "url",
 5758 "util",
 5759 "wasmparser 0.221.3",
 5760 "wasmtime",
 5761 "wasmtime-wasi",
 5762 "workspace-hack",
 5763 "zlog",
 5764]
 5765
 5766[[package]]
 5767name = "extensions_ui"
 5768version = "0.1.0"
 5769dependencies = [
 5770 "anyhow",
 5771 "client",
 5772 "collections",
 5773 "db",
 5774 "editor",
 5775 "extension",
 5776 "extension_host",
 5777 "fs",
 5778 "fuzzy",
 5779 "gpui",
 5780 "language",
 5781 "log",
 5782 "num-format",
 5783 "picker",
 5784 "project",
 5785 "release_channel",
 5786 "semantic_version",
 5787 "serde",
 5788 "settings",
 5789 "smallvec",
 5790 "strum 0.27.1",
 5791 "telemetry",
 5792 "theme",
 5793 "ui",
 5794 "util",
 5795 "vim_mode_setting",
 5796 "workspace",
 5797 "workspace-hack",
 5798 "zed_actions",
 5799]
 5800
 5801[[package]]
 5802name = "fallible-iterator"
 5803version = "0.3.0"
 5804source = "registry+https://github.com/rust-lang/crates.io-index"
 5805checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5806
 5807[[package]]
 5808name = "fancy-regex"
 5809version = "0.13.0"
 5810source = "registry+https://github.com/rust-lang/crates.io-index"
 5811checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5812dependencies = [
 5813 "bit-set 0.5.3",
 5814 "regex-automata",
 5815 "regex-syntax",
 5816]
 5817
 5818[[package]]
 5819name = "fancy-regex"
 5820version = "0.14.0"
 5821source = "registry+https://github.com/rust-lang/crates.io-index"
 5822checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5823dependencies = [
 5824 "bit-set 0.8.0",
 5825 "regex-automata",
 5826 "regex-syntax",
 5827]
 5828
 5829[[package]]
 5830name = "fast-srgb8"
 5831version = "1.0.0"
 5832source = "registry+https://github.com/rust-lang/crates.io-index"
 5833checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5834
 5835[[package]]
 5836name = "fastrand"
 5837version = "1.9.0"
 5838source = "registry+https://github.com/rust-lang/crates.io-index"
 5839checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5840dependencies = [
 5841 "instant",
 5842]
 5843
 5844[[package]]
 5845name = "fastrand"
 5846version = "2.3.0"
 5847source = "registry+https://github.com/rust-lang/crates.io-index"
 5848checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5849
 5850[[package]]
 5851name = "fd-lock"
 5852version = "4.0.4"
 5853source = "registry+https://github.com/rust-lang/crates.io-index"
 5854checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5855dependencies = [
 5856 "cfg-if",
 5857 "rustix 1.0.7",
 5858 "windows-sys 0.59.0",
 5859]
 5860
 5861[[package]]
 5862name = "fdeflate"
 5863version = "0.3.7"
 5864source = "registry+https://github.com/rust-lang/crates.io-index"
 5865checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5866dependencies = [
 5867 "simd-adler32",
 5868]
 5869
 5870[[package]]
 5871name = "feature_flags"
 5872version = "0.1.0"
 5873dependencies = [
 5874 "futures 0.3.31",
 5875 "gpui",
 5876 "smol",
 5877 "workspace-hack",
 5878]
 5879
 5880[[package]]
 5881name = "feedback"
 5882version = "0.1.0"
 5883dependencies = [
 5884 "editor",
 5885 "gpui",
 5886 "menu",
 5887 "system_specs",
 5888 "ui",
 5889 "urlencoding",
 5890 "util",
 5891 "workspace",
 5892 "workspace-hack",
 5893 "zed_actions",
 5894]
 5895
 5896[[package]]
 5897name = "ff"
 5898version = "0.12.1"
 5899source = "registry+https://github.com/rust-lang/crates.io-index"
 5900checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5901dependencies = [
 5902 "rand_core 0.6.4",
 5903 "subtle",
 5904]
 5905
 5906[[package]]
 5907name = "file_finder"
 5908version = "0.1.0"
 5909dependencies = [
 5910 "anyhow",
 5911 "collections",
 5912 "ctor",
 5913 "editor",
 5914 "file_icons",
 5915 "futures 0.3.31",
 5916 "fuzzy",
 5917 "gpui",
 5918 "language",
 5919 "menu",
 5920 "picker",
 5921 "pretty_assertions",
 5922 "project",
 5923 "schemars 1.0.1",
 5924 "search",
 5925 "serde",
 5926 "serde_json",
 5927 "settings",
 5928 "text",
 5929 "theme",
 5930 "ui",
 5931 "util",
 5932 "workspace",
 5933 "workspace-hack",
 5934 "zlog",
 5935]
 5936
 5937[[package]]
 5938name = "file_icons"
 5939version = "0.1.0"
 5940dependencies = [
 5941 "gpui",
 5942 "serde",
 5943 "settings",
 5944 "theme",
 5945 "util",
 5946 "workspace-hack",
 5947]
 5948
 5949[[package]]
 5950name = "filedescriptor"
 5951version = "0.8.3"
 5952source = "registry+https://github.com/rust-lang/crates.io-index"
 5953checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5954dependencies = [
 5955 "libc",
 5956 "thiserror 1.0.69",
 5957 "winapi",
 5958]
 5959
 5960[[package]]
 5961name = "filetime"
 5962version = "0.2.25"
 5963source = "registry+https://github.com/rust-lang/crates.io-index"
 5964checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5965dependencies = [
 5966 "cfg-if",
 5967 "libc",
 5968 "libredox",
 5969 "windows-sys 0.59.0",
 5970]
 5971
 5972[[package]]
 5973name = "fixedbitset"
 5974version = "0.4.2"
 5975source = "registry+https://github.com/rust-lang/crates.io-index"
 5976checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5977
 5978[[package]]
 5979name = "flate2"
 5980version = "1.1.1"
 5981source = "registry+https://github.com/rust-lang/crates.io-index"
 5982checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5983dependencies = [
 5984 "crc32fast",
 5985 "miniz_oxide",
 5986]
 5987
 5988[[package]]
 5989name = "float-cmp"
 5990version = "0.9.0"
 5991source = "registry+https://github.com/rust-lang/crates.io-index"
 5992checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5993
 5994[[package]]
 5995name = "float-ord"
 5996version = "0.3.2"
 5997source = "registry+https://github.com/rust-lang/crates.io-index"
 5998checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5999
 6000[[package]]
 6001name = "float8"
 6002version = "0.4.2"
 6003source = "registry+https://github.com/rust-lang/crates.io-index"
 6004checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6005dependencies = [
 6006 "half",
 6007 "num-traits",
 6008 "rand 0.9.1",
 6009 "rand_distr",
 6010]
 6011
 6012[[package]]
 6013name = "float_next_after"
 6014version = "1.0.0"
 6015source = "registry+https://github.com/rust-lang/crates.io-index"
 6016checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6017
 6018[[package]]
 6019name = "fluent-uri"
 6020version = "0.3.2"
 6021source = "registry+https://github.com/rust-lang/crates.io-index"
 6022checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 6023dependencies = [
 6024 "borrow-or-share",
 6025 "ref-cast",
 6026 "serde",
 6027]
 6028
 6029[[package]]
 6030name = "flume"
 6031version = "0.11.1"
 6032source = "registry+https://github.com/rust-lang/crates.io-index"
 6033checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6034dependencies = [
 6035 "futures-core",
 6036 "futures-sink",
 6037 "nanorand",
 6038 "spin",
 6039]
 6040
 6041[[package]]
 6042name = "fnv"
 6043version = "1.0.7"
 6044source = "registry+https://github.com/rust-lang/crates.io-index"
 6045checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6046
 6047[[package]]
 6048name = "foldhash"
 6049version = "0.1.5"
 6050source = "registry+https://github.com/rust-lang/crates.io-index"
 6051checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6052
 6053[[package]]
 6054name = "font-kit"
 6055version = "0.14.1"
 6056source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 6057dependencies = [
 6058 "bitflags 2.9.0",
 6059 "byteorder",
 6060 "core-foundation 0.10.0",
 6061 "core-graphics 0.24.0",
 6062 "core-text",
 6063 "dirs 5.0.1",
 6064 "dwrote",
 6065 "float-ord",
 6066 "freetype-sys",
 6067 "lazy_static",
 6068 "libc",
 6069 "log",
 6070 "pathfinder_geometry",
 6071 "pathfinder_simd",
 6072 "walkdir",
 6073 "winapi",
 6074 "yeslogic-fontconfig-sys",
 6075]
 6076
 6077[[package]]
 6078name = "font-types"
 6079version = "0.8.4"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 6082dependencies = [
 6083 "bytemuck",
 6084]
 6085
 6086[[package]]
 6087name = "fontconfig-parser"
 6088version = "0.5.7"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 6091dependencies = [
 6092 "roxmltree",
 6093]
 6094
 6095[[package]]
 6096name = "fontdb"
 6097version = "0.16.2"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6100dependencies = [
 6101 "fontconfig-parser",
 6102 "log",
 6103 "memmap2",
 6104 "slotmap",
 6105 "tinyvec",
 6106 "ttf-parser 0.20.0",
 6107]
 6108
 6109[[package]]
 6110name = "fontdb"
 6111version = "0.23.0"
 6112source = "registry+https://github.com/rust-lang/crates.io-index"
 6113checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6114dependencies = [
 6115 "fontconfig-parser",
 6116 "log",
 6117 "memmap2",
 6118 "slotmap",
 6119 "tinyvec",
 6120 "ttf-parser 0.25.1",
 6121]
 6122
 6123[[package]]
 6124name = "foreign-types"
 6125version = "0.3.2"
 6126source = "registry+https://github.com/rust-lang/crates.io-index"
 6127checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6128dependencies = [
 6129 "foreign-types-shared 0.1.1",
 6130]
 6131
 6132[[package]]
 6133name = "foreign-types"
 6134version = "0.5.0"
 6135source = "registry+https://github.com/rust-lang/crates.io-index"
 6136checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6137dependencies = [
 6138 "foreign-types-macros",
 6139 "foreign-types-shared 0.3.1",
 6140]
 6141
 6142[[package]]
 6143name = "foreign-types-macros"
 6144version = "0.2.3"
 6145source = "registry+https://github.com/rust-lang/crates.io-index"
 6146checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6147dependencies = [
 6148 "proc-macro2",
 6149 "quote",
 6150 "syn 2.0.101",
 6151]
 6152
 6153[[package]]
 6154name = "foreign-types-shared"
 6155version = "0.1.1"
 6156source = "registry+https://github.com/rust-lang/crates.io-index"
 6157checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6158
 6159[[package]]
 6160name = "foreign-types-shared"
 6161version = "0.3.1"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6164
 6165[[package]]
 6166name = "fork"
 6167version = "0.2.0"
 6168source = "registry+https://github.com/rust-lang/crates.io-index"
 6169checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 6170dependencies = [
 6171 "libc",
 6172]
 6173
 6174[[package]]
 6175name = "form_urlencoded"
 6176version = "1.2.1"
 6177source = "registry+https://github.com/rust-lang/crates.io-index"
 6178checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 6179dependencies = [
 6180 "percent-encoding",
 6181]
 6182
 6183[[package]]
 6184name = "fraction"
 6185version = "0.15.3"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6188dependencies = [
 6189 "lazy_static",
 6190 "num",
 6191]
 6192
 6193[[package]]
 6194name = "freetype-sys"
 6195version = "0.20.1"
 6196source = "registry+https://github.com/rust-lang/crates.io-index"
 6197checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6198dependencies = [
 6199 "cc",
 6200 "libc",
 6201 "pkg-config",
 6202]
 6203
 6204[[package]]
 6205name = "fs"
 6206version = "0.1.0"
 6207dependencies = [
 6208 "anyhow",
 6209 "ashpd 0.11.0",
 6210 "async-tar",
 6211 "async-trait",
 6212 "cocoa 0.26.0",
 6213 "collections",
 6214 "fsevent",
 6215 "futures 0.3.31",
 6216 "git",
 6217 "gpui",
 6218 "ignore",
 6219 "libc",
 6220 "log",
 6221 "notify 8.0.0",
 6222 "objc",
 6223 "parking_lot",
 6224 "paths",
 6225 "proto",
 6226 "rope",
 6227 "serde",
 6228 "serde_json",
 6229 "smol",
 6230 "tempfile",
 6231 "text",
 6232 "time",
 6233 "util",
 6234 "windows 0.61.1",
 6235 "workspace-hack",
 6236]
 6237
 6238[[package]]
 6239name = "fs-set-times"
 6240version = "0.20.3"
 6241source = "registry+https://github.com/rust-lang/crates.io-index"
 6242checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6243dependencies = [
 6244 "io-lifetimes",
 6245 "rustix 1.0.7",
 6246 "windows-sys 0.59.0",
 6247]
 6248
 6249[[package]]
 6250name = "fs2"
 6251version = "0.4.3"
 6252source = "registry+https://github.com/rust-lang/crates.io-index"
 6253checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6254dependencies = [
 6255 "libc",
 6256 "winapi",
 6257]
 6258
 6259[[package]]
 6260name = "fs_extra"
 6261version = "1.3.0"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6264
 6265[[package]]
 6266name = "fsevent"
 6267version = "0.1.0"
 6268dependencies = [
 6269 "bitflags 2.9.0",
 6270 "core-foundation 0.10.0",
 6271 "fsevent-sys 3.1.0",
 6272 "parking_lot",
 6273 "tempfile",
 6274 "workspace-hack",
 6275]
 6276
 6277[[package]]
 6278name = "fsevent-sys"
 6279version = "3.1.0"
 6280source = "registry+https://github.com/rust-lang/crates.io-index"
 6281checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 6282dependencies = [
 6283 "libc",
 6284]
 6285
 6286[[package]]
 6287name = "fsevent-sys"
 6288version = "4.1.0"
 6289source = "registry+https://github.com/rust-lang/crates.io-index"
 6290checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6291dependencies = [
 6292 "libc",
 6293]
 6294
 6295[[package]]
 6296name = "funty"
 6297version = "2.0.0"
 6298source = "registry+https://github.com/rust-lang/crates.io-index"
 6299checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6300
 6301[[package]]
 6302name = "futf"
 6303version = "0.1.5"
 6304source = "registry+https://github.com/rust-lang/crates.io-index"
 6305checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6306dependencies = [
 6307 "mac",
 6308 "new_debug_unreachable",
 6309]
 6310
 6311[[package]]
 6312name = "futures"
 6313version = "0.1.31"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6316
 6317[[package]]
 6318name = "futures"
 6319version = "0.3.31"
 6320source = "registry+https://github.com/rust-lang/crates.io-index"
 6321checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6322dependencies = [
 6323 "futures-channel",
 6324 "futures-core",
 6325 "futures-executor",
 6326 "futures-io",
 6327 "futures-sink",
 6328 "futures-task",
 6329 "futures-util",
 6330]
 6331
 6332[[package]]
 6333name = "futures-channel"
 6334version = "0.3.31"
 6335source = "registry+https://github.com/rust-lang/crates.io-index"
 6336checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6337dependencies = [
 6338 "futures-core",
 6339 "futures-sink",
 6340]
 6341
 6342[[package]]
 6343name = "futures-core"
 6344version = "0.3.31"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6347
 6348[[package]]
 6349name = "futures-executor"
 6350version = "0.3.31"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6353dependencies = [
 6354 "futures-core",
 6355 "futures-task",
 6356 "futures-util",
 6357]
 6358
 6359[[package]]
 6360name = "futures-intrusive"
 6361version = "0.5.0"
 6362source = "registry+https://github.com/rust-lang/crates.io-index"
 6363checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6364dependencies = [
 6365 "futures-core",
 6366 "lock_api",
 6367 "parking_lot",
 6368]
 6369
 6370[[package]]
 6371name = "futures-io"
 6372version = "0.3.31"
 6373source = "registry+https://github.com/rust-lang/crates.io-index"
 6374checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6375
 6376[[package]]
 6377name = "futures-lite"
 6378version = "1.13.0"
 6379source = "registry+https://github.com/rust-lang/crates.io-index"
 6380checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6381dependencies = [
 6382 "fastrand 1.9.0",
 6383 "futures-core",
 6384 "futures-io",
 6385 "memchr",
 6386 "parking",
 6387 "pin-project-lite",
 6388 "waker-fn",
 6389]
 6390
 6391[[package]]
 6392name = "futures-lite"
 6393version = "2.6.0"
 6394source = "registry+https://github.com/rust-lang/crates.io-index"
 6395checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 6396dependencies = [
 6397 "fastrand 2.3.0",
 6398 "futures-core",
 6399 "futures-io",
 6400 "parking",
 6401 "pin-project-lite",
 6402]
 6403
 6404[[package]]
 6405name = "futures-macro"
 6406version = "0.3.31"
 6407source = "registry+https://github.com/rust-lang/crates.io-index"
 6408checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6409dependencies = [
 6410 "proc-macro2",
 6411 "quote",
 6412 "syn 2.0.101",
 6413]
 6414
 6415[[package]]
 6416name = "futures-sink"
 6417version = "0.3.31"
 6418source = "registry+https://github.com/rust-lang/crates.io-index"
 6419checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6420
 6421[[package]]
 6422name = "futures-task"
 6423version = "0.3.31"
 6424source = "registry+https://github.com/rust-lang/crates.io-index"
 6425checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6426
 6427[[package]]
 6428name = "futures-util"
 6429version = "0.3.31"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6432dependencies = [
 6433 "futures 0.1.31",
 6434 "futures-channel",
 6435 "futures-core",
 6436 "futures-io",
 6437 "futures-macro",
 6438 "futures-sink",
 6439 "futures-task",
 6440 "memchr",
 6441 "pin-project-lite",
 6442 "pin-utils",
 6443 "slab",
 6444 "tokio-io",
 6445]
 6446
 6447[[package]]
 6448name = "fuzzy"
 6449version = "0.1.0"
 6450dependencies = [
 6451 "gpui",
 6452 "log",
 6453 "util",
 6454 "workspace-hack",
 6455]
 6456
 6457[[package]]
 6458name = "fuzzy-matcher"
 6459version = "0.3.7"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6462dependencies = [
 6463 "thread_local",
 6464]
 6465
 6466[[package]]
 6467name = "gemm"
 6468version = "0.17.1"
 6469source = "registry+https://github.com/rust-lang/crates.io-index"
 6470checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6471dependencies = [
 6472 "dyn-stack 0.10.0",
 6473 "gemm-c32 0.17.1",
 6474 "gemm-c64 0.17.1",
 6475 "gemm-common 0.17.1",
 6476 "gemm-f16 0.17.1",
 6477 "gemm-f32 0.17.1",
 6478 "gemm-f64 0.17.1",
 6479 "num-complex",
 6480 "num-traits",
 6481 "paste",
 6482 "raw-cpuid 10.7.0",
 6483 "seq-macro",
 6484]
 6485
 6486[[package]]
 6487name = "gemm"
 6488version = "0.18.2"
 6489source = "registry+https://github.com/rust-lang/crates.io-index"
 6490checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6491dependencies = [
 6492 "dyn-stack 0.13.0",
 6493 "gemm-c32 0.18.2",
 6494 "gemm-c64 0.18.2",
 6495 "gemm-common 0.18.2",
 6496 "gemm-f16 0.18.2",
 6497 "gemm-f32 0.18.2",
 6498 "gemm-f64 0.18.2",
 6499 "num-complex",
 6500 "num-traits",
 6501 "paste",
 6502 "raw-cpuid 11.6.0",
 6503 "seq-macro",
 6504]
 6505
 6506[[package]]
 6507name = "gemm-c32"
 6508version = "0.17.1"
 6509source = "registry+https://github.com/rust-lang/crates.io-index"
 6510checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6511dependencies = [
 6512 "dyn-stack 0.10.0",
 6513 "gemm-common 0.17.1",
 6514 "num-complex",
 6515 "num-traits",
 6516 "paste",
 6517 "raw-cpuid 10.7.0",
 6518 "seq-macro",
 6519]
 6520
 6521[[package]]
 6522name = "gemm-c32"
 6523version = "0.18.2"
 6524source = "registry+https://github.com/rust-lang/crates.io-index"
 6525checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6526dependencies = [
 6527 "dyn-stack 0.13.0",
 6528 "gemm-common 0.18.2",
 6529 "num-complex",
 6530 "num-traits",
 6531 "paste",
 6532 "raw-cpuid 11.6.0",
 6533 "seq-macro",
 6534]
 6535
 6536[[package]]
 6537name = "gemm-c64"
 6538version = "0.17.1"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6541dependencies = [
 6542 "dyn-stack 0.10.0",
 6543 "gemm-common 0.17.1",
 6544 "num-complex",
 6545 "num-traits",
 6546 "paste",
 6547 "raw-cpuid 10.7.0",
 6548 "seq-macro",
 6549]
 6550
 6551[[package]]
 6552name = "gemm-c64"
 6553version = "0.18.2"
 6554source = "registry+https://github.com/rust-lang/crates.io-index"
 6555checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6556dependencies = [
 6557 "dyn-stack 0.13.0",
 6558 "gemm-common 0.18.2",
 6559 "num-complex",
 6560 "num-traits",
 6561 "paste",
 6562 "raw-cpuid 11.6.0",
 6563 "seq-macro",
 6564]
 6565
 6566[[package]]
 6567name = "gemm-common"
 6568version = "0.17.1"
 6569source = "registry+https://github.com/rust-lang/crates.io-index"
 6570checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6571dependencies = [
 6572 "bytemuck",
 6573 "dyn-stack 0.10.0",
 6574 "half",
 6575 "num-complex",
 6576 "num-traits",
 6577 "once_cell",
 6578 "paste",
 6579 "pulp 0.18.22",
 6580 "raw-cpuid 10.7.0",
 6581 "rayon",
 6582 "seq-macro",
 6583 "sysctl 0.5.5",
 6584]
 6585
 6586[[package]]
 6587name = "gemm-common"
 6588version = "0.18.2"
 6589source = "registry+https://github.com/rust-lang/crates.io-index"
 6590checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6591dependencies = [
 6592 "bytemuck",
 6593 "dyn-stack 0.13.0",
 6594 "half",
 6595 "libm",
 6596 "num-complex",
 6597 "num-traits",
 6598 "once_cell",
 6599 "paste",
 6600 "pulp 0.21.5",
 6601 "raw-cpuid 11.6.0",
 6602 "rayon",
 6603 "seq-macro",
 6604 "sysctl 0.6.0",
 6605]
 6606
 6607[[package]]
 6608name = "gemm-f16"
 6609version = "0.17.1"
 6610source = "registry+https://github.com/rust-lang/crates.io-index"
 6611checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6612dependencies = [
 6613 "dyn-stack 0.10.0",
 6614 "gemm-common 0.17.1",
 6615 "gemm-f32 0.17.1",
 6616 "half",
 6617 "num-complex",
 6618 "num-traits",
 6619 "paste",
 6620 "raw-cpuid 10.7.0",
 6621 "rayon",
 6622 "seq-macro",
 6623]
 6624
 6625[[package]]
 6626name = "gemm-f16"
 6627version = "0.18.2"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6630dependencies = [
 6631 "dyn-stack 0.13.0",
 6632 "gemm-common 0.18.2",
 6633 "gemm-f32 0.18.2",
 6634 "half",
 6635 "num-complex",
 6636 "num-traits",
 6637 "paste",
 6638 "raw-cpuid 11.6.0",
 6639 "rayon",
 6640 "seq-macro",
 6641]
 6642
 6643[[package]]
 6644name = "gemm-f32"
 6645version = "0.17.1"
 6646source = "registry+https://github.com/rust-lang/crates.io-index"
 6647checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6648dependencies = [
 6649 "dyn-stack 0.10.0",
 6650 "gemm-common 0.17.1",
 6651 "num-complex",
 6652 "num-traits",
 6653 "paste",
 6654 "raw-cpuid 10.7.0",
 6655 "seq-macro",
 6656]
 6657
 6658[[package]]
 6659name = "gemm-f32"
 6660version = "0.18.2"
 6661source = "registry+https://github.com/rust-lang/crates.io-index"
 6662checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6663dependencies = [
 6664 "dyn-stack 0.13.0",
 6665 "gemm-common 0.18.2",
 6666 "num-complex",
 6667 "num-traits",
 6668 "paste",
 6669 "raw-cpuid 11.6.0",
 6670 "seq-macro",
 6671]
 6672
 6673[[package]]
 6674name = "gemm-f64"
 6675version = "0.17.1"
 6676source = "registry+https://github.com/rust-lang/crates.io-index"
 6677checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6678dependencies = [
 6679 "dyn-stack 0.10.0",
 6680 "gemm-common 0.17.1",
 6681 "num-complex",
 6682 "num-traits",
 6683 "paste",
 6684 "raw-cpuid 10.7.0",
 6685 "seq-macro",
 6686]
 6687
 6688[[package]]
 6689name = "gemm-f64"
 6690version = "0.18.2"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6693dependencies = [
 6694 "dyn-stack 0.13.0",
 6695 "gemm-common 0.18.2",
 6696 "num-complex",
 6697 "num-traits",
 6698 "paste",
 6699 "raw-cpuid 11.6.0",
 6700 "seq-macro",
 6701]
 6702
 6703[[package]]
 6704name = "generator"
 6705version = "0.8.5"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 6708dependencies = [
 6709 "cc",
 6710 "cfg-if",
 6711 "libc",
 6712 "log",
 6713 "rustversion",
 6714 "windows 0.61.1",
 6715]
 6716
 6717[[package]]
 6718name = "generic-array"
 6719version = "0.14.7"
 6720source = "registry+https://github.com/rust-lang/crates.io-index"
 6721checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6722dependencies = [
 6723 "typenum",
 6724 "version_check",
 6725]
 6726
 6727[[package]]
 6728name = "gethostname"
 6729version = "0.4.3"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 6732dependencies = [
 6733 "libc",
 6734 "windows-targets 0.48.5",
 6735]
 6736
 6737[[package]]
 6738name = "getrandom"
 6739version = "0.2.15"
 6740source = "registry+https://github.com/rust-lang/crates.io-index"
 6741checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 6742dependencies = [
 6743 "cfg-if",
 6744 "js-sys",
 6745 "libc",
 6746 "wasi 0.11.0+wasi-snapshot-preview1",
 6747 "wasm-bindgen",
 6748]
 6749
 6750[[package]]
 6751name = "getrandom"
 6752version = "0.3.2"
 6753source = "registry+https://github.com/rust-lang/crates.io-index"
 6754checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 6755dependencies = [
 6756 "cfg-if",
 6757 "js-sys",
 6758 "libc",
 6759 "r-efi",
 6760 "wasi 0.14.2+wasi-0.2.4",
 6761 "wasm-bindgen",
 6762]
 6763
 6764[[package]]
 6765name = "gif"
 6766version = "0.13.1"
 6767source = "registry+https://github.com/rust-lang/crates.io-index"
 6768checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 6769dependencies = [
 6770 "color_quant",
 6771 "weezl",
 6772]
 6773
 6774[[package]]
 6775name = "gimli"
 6776version = "0.31.1"
 6777source = "registry+https://github.com/rust-lang/crates.io-index"
 6778checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6779dependencies = [
 6780 "fallible-iterator",
 6781 "indexmap 2.9.0",
 6782 "stable_deref_trait",
 6783]
 6784
 6785[[package]]
 6786name = "git"
 6787version = "0.1.0"
 6788dependencies = [
 6789 "anyhow",
 6790 "askpass",
 6791 "async-trait",
 6792 "collections",
 6793 "derive_more",
 6794 "futures 0.3.31",
 6795 "git2",
 6796 "gpui",
 6797 "http_client",
 6798 "log",
 6799 "parking_lot",
 6800 "pretty_assertions",
 6801 "rand 0.9.1",
 6802 "regex",
 6803 "rope",
 6804 "schemars 1.0.1",
 6805 "serde",
 6806 "serde_json",
 6807 "smol",
 6808 "sum_tree",
 6809 "tempfile",
 6810 "text",
 6811 "thiserror 2.0.12",
 6812 "time",
 6813 "unindent",
 6814 "url",
 6815 "util",
 6816 "uuid",
 6817 "workspace-hack",
 6818]
 6819
 6820[[package]]
 6821name = "git2"
 6822version = "0.20.1"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6825dependencies = [
 6826 "bitflags 2.9.0",
 6827 "libc",
 6828 "libgit2-sys",
 6829 "log",
 6830 "url",
 6831]
 6832
 6833[[package]]
 6834name = "git_hosting_providers"
 6835version = "0.1.0"
 6836dependencies = [
 6837 "anyhow",
 6838 "async-trait",
 6839 "futures 0.3.31",
 6840 "git",
 6841 "gpui",
 6842 "http_client",
 6843 "indoc",
 6844 "pretty_assertions",
 6845 "regex",
 6846 "serde",
 6847 "serde_json",
 6848 "settings",
 6849 "url",
 6850 "util",
 6851 "workspace-hack",
 6852]
 6853
 6854[[package]]
 6855name = "git_ui"
 6856version = "0.1.0"
 6857dependencies = [
 6858 "agent_settings",
 6859 "anyhow",
 6860 "askpass",
 6861 "buffer_diff",
 6862 "call",
 6863 "chrono",
 6864 "cloud_llm_client",
 6865 "collections",
 6866 "command_palette_hooks",
 6867 "component",
 6868 "ctor",
 6869 "db",
 6870 "editor",
 6871 "futures 0.3.31",
 6872 "fuzzy",
 6873 "git",
 6874 "gpui",
 6875 "indoc",
 6876 "itertools 0.14.0",
 6877 "language",
 6878 "language_model",
 6879 "linkify",
 6880 "log",
 6881 "markdown",
 6882 "menu",
 6883 "multi_buffer",
 6884 "notifications",
 6885 "panel",
 6886 "picker",
 6887 "postage",
 6888 "pretty_assertions",
 6889 "project",
 6890 "schemars 1.0.1",
 6891 "serde",
 6892 "serde_json",
 6893 "settings",
 6894 "strum 0.27.1",
 6895 "telemetry",
 6896 "theme",
 6897 "time",
 6898 "time_format",
 6899 "ui",
 6900 "unindent",
 6901 "util",
 6902 "watch",
 6903 "windows 0.61.1",
 6904 "workspace",
 6905 "workspace-hack",
 6906 "zed_actions",
 6907 "zeroize",
 6908 "zlog",
 6909]
 6910
 6911[[package]]
 6912name = "glob"
 6913version = "0.3.2"
 6914source = "registry+https://github.com/rust-lang/crates.io-index"
 6915checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6916
 6917[[package]]
 6918name = "globset"
 6919version = "0.4.16"
 6920source = "registry+https://github.com/rust-lang/crates.io-index"
 6921checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6922dependencies = [
 6923 "aho-corasick",
 6924 "bstr",
 6925 "log",
 6926 "regex-automata",
 6927 "regex-syntax",
 6928]
 6929
 6930[[package]]
 6931name = "gloo-timers"
 6932version = "0.3.0"
 6933source = "registry+https://github.com/rust-lang/crates.io-index"
 6934checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6935dependencies = [
 6936 "futures-channel",
 6937 "futures-core",
 6938 "js-sys",
 6939 "wasm-bindgen",
 6940]
 6941
 6942[[package]]
 6943name = "glow"
 6944version = "0.14.2"
 6945source = "registry+https://github.com/rust-lang/crates.io-index"
 6946checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6947dependencies = [
 6948 "js-sys",
 6949 "slotmap",
 6950 "wasm-bindgen",
 6951 "web-sys",
 6952]
 6953
 6954[[package]]
 6955name = "go_to_line"
 6956version = "0.1.0"
 6957dependencies = [
 6958 "editor",
 6959 "gpui",
 6960 "indoc",
 6961 "language",
 6962 "menu",
 6963 "project",
 6964 "rope",
 6965 "serde",
 6966 "serde_json",
 6967 "settings",
 6968 "text",
 6969 "theme",
 6970 "tree-sitter-rust",
 6971 "tree-sitter-typescript",
 6972 "ui",
 6973 "util",
 6974 "workspace",
 6975 "workspace-hack",
 6976]
 6977
 6978[[package]]
 6979name = "goblin"
 6980version = "0.8.2"
 6981source = "registry+https://github.com/rust-lang/crates.io-index"
 6982checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
 6983dependencies = [
 6984 "log",
 6985 "plain",
 6986 "scroll",
 6987]
 6988
 6989[[package]]
 6990name = "google_ai"
 6991version = "0.1.0"
 6992dependencies = [
 6993 "anyhow",
 6994 "futures 0.3.31",
 6995 "http_client",
 6996 "schemars 1.0.1",
 6997 "serde",
 6998 "serde_json",
 6999 "settings",
 7000 "strum 0.27.1",
 7001 "workspace-hack",
 7002]
 7003
 7004[[package]]
 7005name = "gpu-alloc"
 7006version = "0.6.0"
 7007source = "registry+https://github.com/rust-lang/crates.io-index"
 7008checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 7009dependencies = [
 7010 "bitflags 2.9.0",
 7011 "gpu-alloc-types",
 7012]
 7013
 7014[[package]]
 7015name = "gpu-alloc-ash"
 7016version = "0.7.0"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 7019dependencies = [
 7020 "ash",
 7021 "gpu-alloc-types",
 7022 "tinyvec",
 7023]
 7024
 7025[[package]]
 7026name = "gpu-alloc-types"
 7027version = "0.3.0"
 7028source = "registry+https://github.com/rust-lang/crates.io-index"
 7029checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7030dependencies = [
 7031 "bitflags 2.9.0",
 7032]
 7033
 7034[[package]]
 7035name = "gpui"
 7036version = "0.1.0"
 7037dependencies = [
 7038 "anyhow",
 7039 "as-raw-xcb-connection",
 7040 "ashpd 0.11.0",
 7041 "async-task",
 7042 "backtrace",
 7043 "bindgen 0.71.1",
 7044 "blade-graphics",
 7045 "blade-macros",
 7046 "blade-util",
 7047 "block",
 7048 "bytemuck",
 7049 "calloop",
 7050 "calloop-wayland-source",
 7051 "cbindgen",
 7052 "cocoa 0.26.0",
 7053 "collections",
 7054 "core-foundation 0.10.0",
 7055 "core-foundation-sys",
 7056 "core-graphics 0.24.0",
 7057 "core-text",
 7058 "core-video",
 7059 "cosmic-text",
 7060 "ctor",
 7061 "derive_more",
 7062 "embed-resource",
 7063 "env_logger 0.11.8",
 7064 "etagere",
 7065 "filedescriptor",
 7066 "flume",
 7067 "font-kit",
 7068 "foreign-types 0.5.0",
 7069 "futures 0.3.31",
 7070 "gpui_macros",
 7071 "http_client",
 7072 "image",
 7073 "inventory",
 7074 "itertools 0.14.0",
 7075 "libc",
 7076 "log",
 7077 "lyon",
 7078 "media",
 7079 "metal",
 7080 "naga",
 7081 "num_cpus",
 7082 "objc",
 7083 "objc2",
 7084 "objc2-metal",
 7085 "oo7",
 7086 "open",
 7087 "parking",
 7088 "parking_lot",
 7089 "pathfinder_geometry",
 7090 "postage",
 7091 "pretty_assertions",
 7092 "profiling",
 7093 "rand 0.9.1",
 7094 "raw-window-handle",
 7095 "refineable",
 7096 "reqwest_client",
 7097 "resvg",
 7098 "scap",
 7099 "schemars 1.0.1",
 7100 "seahash",
 7101 "semantic_version",
 7102 "serde",
 7103 "serde_json",
 7104 "slotmap",
 7105 "smallvec",
 7106 "smol",
 7107 "stacksafe",
 7108 "strum 0.27.1",
 7109 "sum_tree",
 7110 "taffy",
 7111 "thiserror 2.0.12",
 7112 "unicode-segmentation",
 7113 "usvg",
 7114 "util",
 7115 "util_macros",
 7116 "uuid",
 7117 "waker-fn",
 7118 "wayland-backend",
 7119 "wayland-client",
 7120 "wayland-cursor",
 7121 "wayland-protocols",
 7122 "wayland-protocols-plasma",
 7123 "windows 0.61.1",
 7124 "windows-core 0.61.0",
 7125 "windows-numerics",
 7126 "windows-registry 0.5.1",
 7127 "workspace-hack",
 7128 "x11-clipboard",
 7129 "x11rb",
 7130 "xim",
 7131 "xkbcommon",
 7132]
 7133
 7134[[package]]
 7135name = "gpui_macros"
 7136version = "0.1.0"
 7137dependencies = [
 7138 "gpui",
 7139 "heck 0.5.0",
 7140 "proc-macro2",
 7141 "quote",
 7142 "syn 2.0.101",
 7143 "workspace-hack",
 7144]
 7145
 7146[[package]]
 7147name = "gpui_tokio"
 7148version = "0.1.0"
 7149dependencies = [
 7150 "anyhow",
 7151 "gpui",
 7152 "tokio",
 7153 "util",
 7154 "workspace-hack",
 7155]
 7156
 7157[[package]]
 7158name = "grid"
 7159version = "0.18.0"
 7160source = "registry+https://github.com/rust-lang/crates.io-index"
 7161checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7162
 7163[[package]]
 7164name = "group"
 7165version = "0.12.1"
 7166source = "registry+https://github.com/rust-lang/crates.io-index"
 7167checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7168dependencies = [
 7169 "ff",
 7170 "rand_core 0.6.4",
 7171 "subtle",
 7172]
 7173
 7174[[package]]
 7175name = "h2"
 7176version = "0.3.26"
 7177source = "registry+https://github.com/rust-lang/crates.io-index"
 7178checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7179dependencies = [
 7180 "bytes 1.10.1",
 7181 "fnv",
 7182 "futures-core",
 7183 "futures-sink",
 7184 "futures-util",
 7185 "http 0.2.12",
 7186 "indexmap 2.9.0",
 7187 "slab",
 7188 "tokio",
 7189 "tokio-util",
 7190 "tracing",
 7191]
 7192
 7193[[package]]
 7194name = "h2"
 7195version = "0.4.9"
 7196source = "registry+https://github.com/rust-lang/crates.io-index"
 7197checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7198dependencies = [
 7199 "atomic-waker",
 7200 "bytes 1.10.1",
 7201 "fnv",
 7202 "futures-core",
 7203 "futures-sink",
 7204 "http 1.3.1",
 7205 "indexmap 2.9.0",
 7206 "slab",
 7207 "tokio",
 7208 "tokio-util",
 7209 "tracing",
 7210]
 7211
 7212[[package]]
 7213name = "half"
 7214version = "2.6.0"
 7215source = "registry+https://github.com/rust-lang/crates.io-index"
 7216checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7217dependencies = [
 7218 "bytemuck",
 7219 "cfg-if",
 7220 "crunchy",
 7221 "num-traits",
 7222 "rand 0.9.1",
 7223 "rand_distr",
 7224]
 7225
 7226[[package]]
 7227name = "handlebars"
 7228version = "4.5.0"
 7229source = "registry+https://github.com/rust-lang/crates.io-index"
 7230checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7231dependencies = [
 7232 "log",
 7233 "pest",
 7234 "pest_derive",
 7235 "rust-embed",
 7236 "serde",
 7237 "serde_json",
 7238 "thiserror 1.0.69",
 7239]
 7240
 7241[[package]]
 7242name = "handlebars"
 7243version = "5.1.2"
 7244source = "registry+https://github.com/rust-lang/crates.io-index"
 7245checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7246dependencies = [
 7247 "log",
 7248 "pest",
 7249 "pest_derive",
 7250 "serde",
 7251 "serde_json",
 7252 "thiserror 1.0.69",
 7253]
 7254
 7255[[package]]
 7256name = "hashbrown"
 7257version = "0.12.3"
 7258source = "registry+https://github.com/rust-lang/crates.io-index"
 7259checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7260dependencies = [
 7261 "ahash 0.7.8",
 7262]
 7263
 7264[[package]]
 7265name = "hashbrown"
 7266version = "0.14.5"
 7267source = "registry+https://github.com/rust-lang/crates.io-index"
 7268checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7269dependencies = [
 7270 "ahash 0.8.11",
 7271 "allocator-api2",
 7272]
 7273
 7274[[package]]
 7275name = "hashbrown"
 7276version = "0.15.3"
 7277source = "registry+https://github.com/rust-lang/crates.io-index"
 7278checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7279dependencies = [
 7280 "allocator-api2",
 7281 "equivalent",
 7282 "foldhash",
 7283 "serde",
 7284]
 7285
 7286[[package]]
 7287name = "hashlink"
 7288version = "0.8.4"
 7289source = "registry+https://github.com/rust-lang/crates.io-index"
 7290checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7291dependencies = [
 7292 "hashbrown 0.14.5",
 7293]
 7294
 7295[[package]]
 7296name = "hashlink"
 7297version = "0.10.0"
 7298source = "registry+https://github.com/rust-lang/crates.io-index"
 7299checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7300dependencies = [
 7301 "hashbrown 0.15.3",
 7302]
 7303
 7304[[package]]
 7305name = "headers"
 7306version = "0.3.9"
 7307source = "registry+https://github.com/rust-lang/crates.io-index"
 7308checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7309dependencies = [
 7310 "base64 0.21.7",
 7311 "bytes 1.10.1",
 7312 "headers-core",
 7313 "http 0.2.12",
 7314 "httpdate",
 7315 "mime",
 7316 "sha1",
 7317]
 7318
 7319[[package]]
 7320name = "headers-core"
 7321version = "0.2.0"
 7322source = "registry+https://github.com/rust-lang/crates.io-index"
 7323checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7324dependencies = [
 7325 "http 0.2.12",
 7326]
 7327
 7328[[package]]
 7329name = "heck"
 7330version = "0.3.3"
 7331source = "registry+https://github.com/rust-lang/crates.io-index"
 7332checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7333dependencies = [
 7334 "unicode-segmentation",
 7335]
 7336
 7337[[package]]
 7338name = "heck"
 7339version = "0.4.1"
 7340source = "registry+https://github.com/rust-lang/crates.io-index"
 7341checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7342dependencies = [
 7343 "unicode-segmentation",
 7344]
 7345
 7346[[package]]
 7347name = "heck"
 7348version = "0.5.0"
 7349source = "registry+https://github.com/rust-lang/crates.io-index"
 7350checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7351
 7352[[package]]
 7353name = "heed"
 7354version = "0.21.0"
 7355source = "registry+https://github.com/rust-lang/crates.io-index"
 7356checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7357dependencies = [
 7358 "bitflags 2.9.0",
 7359 "byteorder",
 7360 "heed-traits",
 7361 "heed-types",
 7362 "libc",
 7363 "lmdb-master-sys",
 7364 "once_cell",
 7365 "page_size",
 7366 "serde",
 7367 "synchronoise",
 7368 "url",
 7369]
 7370
 7371[[package]]
 7372name = "heed-traits"
 7373version = "0.20.0"
 7374source = "registry+https://github.com/rust-lang/crates.io-index"
 7375checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7376
 7377[[package]]
 7378name = "heed-types"
 7379version = "0.21.0"
 7380source = "registry+https://github.com/rust-lang/crates.io-index"
 7381checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7382dependencies = [
 7383 "bincode",
 7384 "byteorder",
 7385 "heed-traits",
 7386 "serde",
 7387 "serde_json",
 7388]
 7389
 7390[[package]]
 7391name = "hermit-abi"
 7392version = "0.3.9"
 7393source = "registry+https://github.com/rust-lang/crates.io-index"
 7394checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7395
 7396[[package]]
 7397name = "hermit-abi"
 7398version = "0.5.0"
 7399source = "registry+https://github.com/rust-lang/crates.io-index"
 7400checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7401
 7402[[package]]
 7403name = "hex"
 7404version = "0.4.3"
 7405source = "registry+https://github.com/rust-lang/crates.io-index"
 7406checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7407
 7408[[package]]
 7409name = "hexf-parse"
 7410version = "0.2.1"
 7411source = "registry+https://github.com/rust-lang/crates.io-index"
 7412checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7413
 7414[[package]]
 7415name = "hidden-trait"
 7416version = "0.1.2"
 7417source = "registry+https://github.com/rust-lang/crates.io-index"
 7418checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7419dependencies = [
 7420 "proc-macro2",
 7421 "quote",
 7422 "syn 1.0.109",
 7423]
 7424
 7425[[package]]
 7426name = "hkdf"
 7427version = "0.12.4"
 7428source = "registry+https://github.com/rust-lang/crates.io-index"
 7429checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7430dependencies = [
 7431 "hmac",
 7432]
 7433
 7434[[package]]
 7435name = "hmac"
 7436version = "0.12.1"
 7437source = "registry+https://github.com/rust-lang/crates.io-index"
 7438checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7439dependencies = [
 7440 "digest",
 7441]
 7442
 7443[[package]]
 7444name = "home"
 7445version = "0.5.11"
 7446source = "registry+https://github.com/rust-lang/crates.io-index"
 7447checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7448dependencies = [
 7449 "windows-sys 0.59.0",
 7450]
 7451
 7452[[package]]
 7453name = "hound"
 7454version = "3.5.1"
 7455source = "registry+https://github.com/rust-lang/crates.io-index"
 7456checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7457
 7458[[package]]
 7459name = "html5ever"
 7460version = "0.27.0"
 7461source = "registry+https://github.com/rust-lang/crates.io-index"
 7462checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7463dependencies = [
 7464 "log",
 7465 "mac",
 7466 "markup5ever 0.12.1",
 7467 "proc-macro2",
 7468 "quote",
 7469 "syn 2.0.101",
 7470]
 7471
 7472[[package]]
 7473name = "html5ever"
 7474version = "0.31.0"
 7475source = "registry+https://github.com/rust-lang/crates.io-index"
 7476checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7477dependencies = [
 7478 "log",
 7479 "mac",
 7480 "markup5ever 0.16.1",
 7481 "match_token",
 7482]
 7483
 7484[[package]]
 7485name = "html_to_markdown"
 7486version = "0.1.0"
 7487dependencies = [
 7488 "anyhow",
 7489 "html5ever 0.27.0",
 7490 "indoc",
 7491 "markup5ever_rcdom",
 7492 "pretty_assertions",
 7493 "regex",
 7494 "workspace-hack",
 7495]
 7496
 7497[[package]]
 7498name = "http"
 7499version = "0.2.12"
 7500source = "registry+https://github.com/rust-lang/crates.io-index"
 7501checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7502dependencies = [
 7503 "bytes 1.10.1",
 7504 "fnv",
 7505 "itoa",
 7506]
 7507
 7508[[package]]
 7509name = "http"
 7510version = "1.3.1"
 7511source = "registry+https://github.com/rust-lang/crates.io-index"
 7512checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7513dependencies = [
 7514 "bytes 1.10.1",
 7515 "fnv",
 7516 "itoa",
 7517]
 7518
 7519[[package]]
 7520name = "http-body"
 7521version = "0.4.6"
 7522source = "registry+https://github.com/rust-lang/crates.io-index"
 7523checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7524dependencies = [
 7525 "bytes 1.10.1",
 7526 "http 0.2.12",
 7527 "pin-project-lite",
 7528]
 7529
 7530[[package]]
 7531name = "http-body"
 7532version = "1.0.1"
 7533source = "registry+https://github.com/rust-lang/crates.io-index"
 7534checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7535dependencies = [
 7536 "bytes 1.10.1",
 7537 "http 1.3.1",
 7538]
 7539
 7540[[package]]
 7541name = "http-body-util"
 7542version = "0.1.3"
 7543source = "registry+https://github.com/rust-lang/crates.io-index"
 7544checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7545dependencies = [
 7546 "bytes 1.10.1",
 7547 "futures-core",
 7548 "http 1.3.1",
 7549 "http-body 1.0.1",
 7550 "pin-project-lite",
 7551]
 7552
 7553[[package]]
 7554name = "http-range-header"
 7555version = "0.3.1"
 7556source = "registry+https://github.com/rust-lang/crates.io-index"
 7557checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7558
 7559[[package]]
 7560name = "http_client"
 7561version = "0.1.0"
 7562dependencies = [
 7563 "anyhow",
 7564 "bytes 1.10.1",
 7565 "derive_more",
 7566 "futures 0.3.31",
 7567 "http 1.3.1",
 7568 "http-body 1.0.1",
 7569 "log",
 7570 "parking_lot",
 7571 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 7572 "serde",
 7573 "serde_json",
 7574 "url",
 7575 "workspace-hack",
 7576]
 7577
 7578[[package]]
 7579name = "http_client_tls"
 7580version = "0.1.0"
 7581dependencies = [
 7582 "rustls 0.23.26",
 7583 "rustls-platform-verifier",
 7584 "workspace-hack",
 7585]
 7586
 7587[[package]]
 7588name = "httparse"
 7589version = "1.10.1"
 7590source = "registry+https://github.com/rust-lang/crates.io-index"
 7591checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7592
 7593[[package]]
 7594name = "httpdate"
 7595version = "1.0.3"
 7596source = "registry+https://github.com/rust-lang/crates.io-index"
 7597checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7598
 7599[[package]]
 7600name = "human_bytes"
 7601version = "0.4.3"
 7602source = "registry+https://github.com/rust-lang/crates.io-index"
 7603checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7604
 7605[[package]]
 7606name = "humantime"
 7607version = "2.2.0"
 7608source = "registry+https://github.com/rust-lang/crates.io-index"
 7609checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7610
 7611[[package]]
 7612name = "hyper"
 7613version = "0.14.32"
 7614source = "registry+https://github.com/rust-lang/crates.io-index"
 7615checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7616dependencies = [
 7617 "bytes 1.10.1",
 7618 "futures-channel",
 7619 "futures-core",
 7620 "futures-util",
 7621 "h2 0.3.26",
 7622 "http 0.2.12",
 7623 "http-body 0.4.6",
 7624 "httparse",
 7625 "httpdate",
 7626 "itoa",
 7627 "pin-project-lite",
 7628 "socket2",
 7629 "tokio",
 7630 "tower-service",
 7631 "tracing",
 7632 "want",
 7633]
 7634
 7635[[package]]
 7636name = "hyper"
 7637version = "1.6.0"
 7638source = "registry+https://github.com/rust-lang/crates.io-index"
 7639checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7640dependencies = [
 7641 "bytes 1.10.1",
 7642 "futures-channel",
 7643 "futures-util",
 7644 "h2 0.4.9",
 7645 "http 1.3.1",
 7646 "http-body 1.0.1",
 7647 "httparse",
 7648 "itoa",
 7649 "pin-project-lite",
 7650 "smallvec",
 7651 "tokio",
 7652 "want",
 7653]
 7654
 7655[[package]]
 7656name = "hyper-rustls"
 7657version = "0.24.2"
 7658source = "registry+https://github.com/rust-lang/crates.io-index"
 7659checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7660dependencies = [
 7661 "futures-util",
 7662 "http 0.2.12",
 7663 "hyper 0.14.32",
 7664 "log",
 7665 "rustls 0.21.12",
 7666 "rustls-native-certs 0.6.3",
 7667 "tokio",
 7668 "tokio-rustls 0.24.1",
 7669]
 7670
 7671[[package]]
 7672name = "hyper-rustls"
 7673version = "0.27.5"
 7674source = "registry+https://github.com/rust-lang/crates.io-index"
 7675checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7676dependencies = [
 7677 "futures-util",
 7678 "http 1.3.1",
 7679 "hyper 1.6.0",
 7680 "hyper-util",
 7681 "rustls 0.23.26",
 7682 "rustls-native-certs 0.8.1",
 7683 "rustls-pki-types",
 7684 "tokio",
 7685 "tokio-rustls 0.26.2",
 7686 "tower-service",
 7687]
 7688
 7689[[package]]
 7690name = "hyper-tls"
 7691version = "0.5.0"
 7692source = "registry+https://github.com/rust-lang/crates.io-index"
 7693checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7694dependencies = [
 7695 "bytes 1.10.1",
 7696 "hyper 0.14.32",
 7697 "native-tls",
 7698 "tokio",
 7699 "tokio-native-tls",
 7700]
 7701
 7702[[package]]
 7703name = "hyper-util"
 7704version = "0.1.11"
 7705source = "registry+https://github.com/rust-lang/crates.io-index"
 7706checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7707dependencies = [
 7708 "bytes 1.10.1",
 7709 "futures-channel",
 7710 "futures-util",
 7711 "http 1.3.1",
 7712 "http-body 1.0.1",
 7713 "hyper 1.6.0",
 7714 "libc",
 7715 "pin-project-lite",
 7716 "socket2",
 7717 "tokio",
 7718 "tower-service",
 7719 "tracing",
 7720]
 7721
 7722[[package]]
 7723name = "iana-time-zone"
 7724version = "0.1.63"
 7725source = "registry+https://github.com/rust-lang/crates.io-index"
 7726checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7727dependencies = [
 7728 "android_system_properties",
 7729 "core-foundation-sys",
 7730 "iana-time-zone-haiku",
 7731 "js-sys",
 7732 "log",
 7733 "wasm-bindgen",
 7734 "windows-core 0.61.0",
 7735]
 7736
 7737[[package]]
 7738name = "iana-time-zone-haiku"
 7739version = "0.1.2"
 7740source = "registry+https://github.com/rust-lang/crates.io-index"
 7741checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7742dependencies = [
 7743 "cc",
 7744]
 7745
 7746[[package]]
 7747name = "icons"
 7748version = "0.1.0"
 7749dependencies = [
 7750 "serde",
 7751 "strum 0.27.1",
 7752 "workspace-hack",
 7753]
 7754
 7755[[package]]
 7756name = "icu_collections"
 7757version = "1.5.0"
 7758source = "registry+https://github.com/rust-lang/crates.io-index"
 7759checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7760dependencies = [
 7761 "displaydoc",
 7762 "yoke",
 7763 "zerofrom",
 7764 "zerovec",
 7765]
 7766
 7767[[package]]
 7768name = "icu_locid"
 7769version = "1.5.0"
 7770source = "registry+https://github.com/rust-lang/crates.io-index"
 7771checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7772dependencies = [
 7773 "displaydoc",
 7774 "litemap",
 7775 "tinystr",
 7776 "writeable",
 7777 "zerovec",
 7778]
 7779
 7780[[package]]
 7781name = "icu_locid_transform"
 7782version = "1.5.0"
 7783source = "registry+https://github.com/rust-lang/crates.io-index"
 7784checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7785dependencies = [
 7786 "displaydoc",
 7787 "icu_locid",
 7788 "icu_locid_transform_data",
 7789 "icu_provider",
 7790 "tinystr",
 7791 "zerovec",
 7792]
 7793
 7794[[package]]
 7795name = "icu_locid_transform_data"
 7796version = "1.5.1"
 7797source = "registry+https://github.com/rust-lang/crates.io-index"
 7798checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7799
 7800[[package]]
 7801name = "icu_normalizer"
 7802version = "1.5.0"
 7803source = "registry+https://github.com/rust-lang/crates.io-index"
 7804checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7805dependencies = [
 7806 "displaydoc",
 7807 "icu_collections",
 7808 "icu_normalizer_data",
 7809 "icu_properties",
 7810 "icu_provider",
 7811 "smallvec",
 7812 "utf16_iter",
 7813 "utf8_iter",
 7814 "write16",
 7815 "zerovec",
 7816]
 7817
 7818[[package]]
 7819name = "icu_normalizer_data"
 7820version = "1.5.1"
 7821source = "registry+https://github.com/rust-lang/crates.io-index"
 7822checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7823
 7824[[package]]
 7825name = "icu_properties"
 7826version = "1.5.1"
 7827source = "registry+https://github.com/rust-lang/crates.io-index"
 7828checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7829dependencies = [
 7830 "displaydoc",
 7831 "icu_collections",
 7832 "icu_locid_transform",
 7833 "icu_properties_data",
 7834 "icu_provider",
 7835 "tinystr",
 7836 "zerovec",
 7837]
 7838
 7839[[package]]
 7840name = "icu_properties_data"
 7841version = "1.5.1"
 7842source = "registry+https://github.com/rust-lang/crates.io-index"
 7843checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7844
 7845[[package]]
 7846name = "icu_provider"
 7847version = "1.5.0"
 7848source = "registry+https://github.com/rust-lang/crates.io-index"
 7849checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7850dependencies = [
 7851 "displaydoc",
 7852 "icu_locid",
 7853 "icu_provider_macros",
 7854 "stable_deref_trait",
 7855 "tinystr",
 7856 "writeable",
 7857 "yoke",
 7858 "zerofrom",
 7859 "zerovec",
 7860]
 7861
 7862[[package]]
 7863name = "icu_provider_macros"
 7864version = "1.5.0"
 7865source = "registry+https://github.com/rust-lang/crates.io-index"
 7866checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7867dependencies = [
 7868 "proc-macro2",
 7869 "quote",
 7870 "syn 2.0.101",
 7871]
 7872
 7873[[package]]
 7874name = "id-arena"
 7875version = "2.2.1"
 7876source = "registry+https://github.com/rust-lang/crates.io-index"
 7877checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7878
 7879[[package]]
 7880name = "ident_case"
 7881version = "1.0.1"
 7882source = "registry+https://github.com/rust-lang/crates.io-index"
 7883checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7884
 7885[[package]]
 7886name = "idna"
 7887version = "1.0.3"
 7888source = "registry+https://github.com/rust-lang/crates.io-index"
 7889checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7890dependencies = [
 7891 "idna_adapter",
 7892 "smallvec",
 7893 "utf8_iter",
 7894]
 7895
 7896[[package]]
 7897name = "idna_adapter"
 7898version = "1.2.0"
 7899source = "registry+https://github.com/rust-lang/crates.io-index"
 7900checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7901dependencies = [
 7902 "icu_normalizer",
 7903 "icu_properties",
 7904]
 7905
 7906[[package]]
 7907name = "ignore"
 7908version = "0.4.23"
 7909source = "registry+https://github.com/rust-lang/crates.io-index"
 7910checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7911dependencies = [
 7912 "crossbeam-deque",
 7913 "globset",
 7914 "log",
 7915 "memchr",
 7916 "regex-automata",
 7917 "same-file",
 7918 "walkdir",
 7919 "winapi-util",
 7920]
 7921
 7922[[package]]
 7923name = "image"
 7924version = "0.25.6"
 7925source = "registry+https://github.com/rust-lang/crates.io-index"
 7926checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7927dependencies = [
 7928 "bytemuck",
 7929 "byteorder-lite",
 7930 "color_quant",
 7931 "exr",
 7932 "gif",
 7933 "image-webp",
 7934 "num-traits",
 7935 "png",
 7936 "qoi",
 7937 "ravif",
 7938 "rayon",
 7939 "rgb",
 7940 "tiff",
 7941 "zune-core",
 7942 "zune-jpeg",
 7943]
 7944
 7945[[package]]
 7946name = "image-webp"
 7947version = "0.2.1"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7950dependencies = [
 7951 "byteorder-lite",
 7952 "quick-error",
 7953]
 7954
 7955[[package]]
 7956name = "image_viewer"
 7957version = "0.1.0"
 7958dependencies = [
 7959 "anyhow",
 7960 "db",
 7961 "editor",
 7962 "file_icons",
 7963 "gpui",
 7964 "language",
 7965 "log",
 7966 "project",
 7967 "serde",
 7968 "settings",
 7969 "theme",
 7970 "ui",
 7971 "util",
 7972 "workspace",
 7973 "workspace-hack",
 7974]
 7975
 7976[[package]]
 7977name = "imagesize"
 7978version = "0.13.0"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7981
 7982[[package]]
 7983name = "imara-diff"
 7984version = "0.1.8"
 7985source = "registry+https://github.com/rust-lang/crates.io-index"
 7986checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7987dependencies = [
 7988 "hashbrown 0.15.3",
 7989]
 7990
 7991[[package]]
 7992name = "imgref"
 7993version = "1.11.0"
 7994source = "registry+https://github.com/rust-lang/crates.io-index"
 7995checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 7996
 7997[[package]]
 7998name = "indexmap"
 7999version = "1.9.3"
 8000source = "registry+https://github.com/rust-lang/crates.io-index"
 8001checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 8002dependencies = [
 8003 "autocfg",
 8004 "hashbrown 0.12.3",
 8005 "serde",
 8006]
 8007
 8008[[package]]
 8009name = "indexmap"
 8010version = "2.9.0"
 8011source = "registry+https://github.com/rust-lang/crates.io-index"
 8012checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8013dependencies = [
 8014 "equivalent",
 8015 "hashbrown 0.15.3",
 8016 "serde",
 8017]
 8018
 8019[[package]]
 8020name = "indoc"
 8021version = "2.0.6"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8024
 8025[[package]]
 8026name = "inherent"
 8027version = "1.0.12"
 8028source = "registry+https://github.com/rust-lang/crates.io-index"
 8029checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8030dependencies = [
 8031 "proc-macro2",
 8032 "quote",
 8033 "syn 2.0.101",
 8034]
 8035
 8036[[package]]
 8037name = "inotify"
 8038version = "0.9.6"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8041dependencies = [
 8042 "bitflags 1.3.2",
 8043 "inotify-sys",
 8044 "libc",
 8045]
 8046
 8047[[package]]
 8048name = "inotify"
 8049version = "0.11.0"
 8050source = "registry+https://github.com/rust-lang/crates.io-index"
 8051checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8052dependencies = [
 8053 "bitflags 2.9.0",
 8054 "inotify-sys",
 8055 "libc",
 8056]
 8057
 8058[[package]]
 8059name = "inotify-sys"
 8060version = "0.1.5"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8063dependencies = [
 8064 "libc",
 8065]
 8066
 8067[[package]]
 8068name = "inout"
 8069version = "0.1.4"
 8070source = "registry+https://github.com/rust-lang/crates.io-index"
 8071checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8072dependencies = [
 8073 "block-padding",
 8074 "generic-array",
 8075]
 8076
 8077[[package]]
 8078name = "inspector_ui"
 8079version = "0.1.0"
 8080dependencies = [
 8081 "anyhow",
 8082 "command_palette_hooks",
 8083 "editor",
 8084 "fuzzy",
 8085 "gpui",
 8086 "language",
 8087 "project",
 8088 "serde_json",
 8089 "serde_json_lenient",
 8090 "theme",
 8091 "ui",
 8092 "util",
 8093 "util_macros",
 8094 "workspace",
 8095 "workspace-hack",
 8096 "zed_actions",
 8097]
 8098
 8099[[package]]
 8100name = "install_cli"
 8101version = "0.1.0"
 8102dependencies = [
 8103 "anyhow",
 8104 "client",
 8105 "gpui",
 8106 "release_channel",
 8107 "smol",
 8108 "util",
 8109 "workspace",
 8110 "workspace-hack",
 8111]
 8112
 8113[[package]]
 8114name = "instant"
 8115version = "0.1.13"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8118dependencies = [
 8119 "cfg-if",
 8120]
 8121
 8122[[package]]
 8123name = "interpolate_name"
 8124version = "0.2.4"
 8125source = "registry+https://github.com/rust-lang/crates.io-index"
 8126checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8127dependencies = [
 8128 "proc-macro2",
 8129 "quote",
 8130 "syn 2.0.101",
 8131]
 8132
 8133[[package]]
 8134name = "inventory"
 8135version = "0.3.20"
 8136source = "registry+https://github.com/rust-lang/crates.io-index"
 8137checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8138dependencies = [
 8139 "rustversion",
 8140]
 8141
 8142[[package]]
 8143name = "io-extras"
 8144version = "0.18.4"
 8145source = "registry+https://github.com/rust-lang/crates.io-index"
 8146checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8147dependencies = [
 8148 "io-lifetimes",
 8149 "windows-sys 0.59.0",
 8150]
 8151
 8152[[package]]
 8153name = "io-lifetimes"
 8154version = "2.0.4"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8157
 8158[[package]]
 8159name = "io-surface"
 8160version = "0.16.0"
 8161source = "registry+https://github.com/rust-lang/crates.io-index"
 8162checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8163dependencies = [
 8164 "cgl",
 8165 "core-foundation 0.10.0",
 8166 "core-foundation-sys",
 8167 "leaky-cow",
 8168 "libc",
 8169]
 8170
 8171[[package]]
 8172name = "iovec"
 8173version = "0.1.4"
 8174source = "registry+https://github.com/rust-lang/crates.io-index"
 8175checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8176dependencies = [
 8177 "libc",
 8178]
 8179
 8180[[package]]
 8181name = "ipc-channel"
 8182version = "0.19.0"
 8183source = "registry+https://github.com/rust-lang/crates.io-index"
 8184checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8185dependencies = [
 8186 "bincode",
 8187 "crossbeam-channel",
 8188 "fnv",
 8189 "lazy_static",
 8190 "libc",
 8191 "mio 1.0.3",
 8192 "rand 0.8.5",
 8193 "serde",
 8194 "tempfile",
 8195 "uuid",
 8196 "windows 0.58.0",
 8197]
 8198
 8199[[package]]
 8200name = "ipnet"
 8201version = "2.11.0"
 8202source = "registry+https://github.com/rust-lang/crates.io-index"
 8203checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8204
 8205[[package]]
 8206name = "is-docker"
 8207version = "0.2.0"
 8208source = "registry+https://github.com/rust-lang/crates.io-index"
 8209checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8210dependencies = [
 8211 "once_cell",
 8212]
 8213
 8214[[package]]
 8215name = "is-terminal"
 8216version = "0.4.16"
 8217source = "registry+https://github.com/rust-lang/crates.io-index"
 8218checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8219dependencies = [
 8220 "hermit-abi 0.5.0",
 8221 "libc",
 8222 "windows-sys 0.59.0",
 8223]
 8224
 8225[[package]]
 8226name = "is-wsl"
 8227version = "0.4.0"
 8228source = "registry+https://github.com/rust-lang/crates.io-index"
 8229checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8230dependencies = [
 8231 "is-docker",
 8232 "once_cell",
 8233]
 8234
 8235[[package]]
 8236name = "is_terminal_polyfill"
 8237version = "1.70.1"
 8238source = "registry+https://github.com/rust-lang/crates.io-index"
 8239checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8240
 8241[[package]]
 8242name = "itertools"
 8243version = "0.10.5"
 8244source = "registry+https://github.com/rust-lang/crates.io-index"
 8245checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8246dependencies = [
 8247 "either",
 8248]
 8249
 8250[[package]]
 8251name = "itertools"
 8252version = "0.11.0"
 8253source = "registry+https://github.com/rust-lang/crates.io-index"
 8254checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8255dependencies = [
 8256 "either",
 8257]
 8258
 8259[[package]]
 8260name = "itertools"
 8261version = "0.12.1"
 8262source = "registry+https://github.com/rust-lang/crates.io-index"
 8263checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8264dependencies = [
 8265 "either",
 8266]
 8267
 8268[[package]]
 8269name = "itertools"
 8270version = "0.13.0"
 8271source = "registry+https://github.com/rust-lang/crates.io-index"
 8272checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8273dependencies = [
 8274 "either",
 8275]
 8276
 8277[[package]]
 8278name = "itertools"
 8279version = "0.14.0"
 8280source = "registry+https://github.com/rust-lang/crates.io-index"
 8281checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8282dependencies = [
 8283 "either",
 8284]
 8285
 8286[[package]]
 8287name = "itoa"
 8288version = "1.0.15"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8291
 8292[[package]]
 8293name = "jiff"
 8294version = "0.2.10"
 8295source = "registry+https://github.com/rust-lang/crates.io-index"
 8296checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8297dependencies = [
 8298 "jiff-static",
 8299 "log",
 8300 "portable-atomic",
 8301 "portable-atomic-util",
 8302 "serde",
 8303]
 8304
 8305[[package]]
 8306name = "jiff-static"
 8307version = "0.2.10"
 8308source = "registry+https://github.com/rust-lang/crates.io-index"
 8309checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8310dependencies = [
 8311 "proc-macro2",
 8312 "quote",
 8313 "syn 2.0.101",
 8314]
 8315
 8316[[package]]
 8317name = "jni"
 8318version = "0.21.1"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8321dependencies = [
 8322 "cesu8",
 8323 "cfg-if",
 8324 "combine",
 8325 "jni-sys",
 8326 "log",
 8327 "thiserror 1.0.69",
 8328 "walkdir",
 8329 "windows-sys 0.45.0",
 8330]
 8331
 8332[[package]]
 8333name = "jni-sys"
 8334version = "0.3.0"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8337
 8338[[package]]
 8339name = "jobserver"
 8340version = "0.1.33"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8343dependencies = [
 8344 "getrandom 0.3.2",
 8345 "libc",
 8346]
 8347
 8348[[package]]
 8349name = "journal"
 8350version = "0.1.0"
 8351dependencies = [
 8352 "anyhow",
 8353 "chrono",
 8354 "editor",
 8355 "gpui",
 8356 "log",
 8357 "serde",
 8358 "settings",
 8359 "shellexpand 2.1.2",
 8360 "workspace",
 8361 "workspace-hack",
 8362]
 8363
 8364[[package]]
 8365name = "jpeg-decoder"
 8366version = "0.3.1"
 8367source = "registry+https://github.com/rust-lang/crates.io-index"
 8368checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8369
 8370[[package]]
 8371name = "js-sys"
 8372version = "0.3.77"
 8373source = "registry+https://github.com/rust-lang/crates.io-index"
 8374checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8375dependencies = [
 8376 "once_cell",
 8377 "wasm-bindgen",
 8378]
 8379
 8380[[package]]
 8381name = "json_dotpath"
 8382version = "1.1.0"
 8383source = "registry+https://github.com/rust-lang/crates.io-index"
 8384checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 8385dependencies = [
 8386 "serde",
 8387 "serde_derive",
 8388 "serde_json",
 8389 "thiserror 1.0.69",
 8390]
 8391
 8392[[package]]
 8393name = "jsonschema"
 8394version = "0.30.0"
 8395source = "registry+https://github.com/rust-lang/crates.io-index"
 8396checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8397dependencies = [
 8398 "ahash 0.8.11",
 8399 "base64 0.22.1",
 8400 "bytecount",
 8401 "email_address",
 8402 "fancy-regex 0.14.0",
 8403 "fraction",
 8404 "idna",
 8405 "itoa",
 8406 "num-cmp",
 8407 "num-traits",
 8408 "once_cell",
 8409 "percent-encoding",
 8410 "referencing",
 8411 "regex",
 8412 "regex-syntax",
 8413 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8414 "serde",
 8415 "serde_json",
 8416 "uuid-simd",
 8417]
 8418
 8419[[package]]
 8420name = "jsonwebtoken"
 8421version = "9.3.1"
 8422source = "registry+https://github.com/rust-lang/crates.io-index"
 8423checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8424dependencies = [
 8425 "base64 0.22.1",
 8426 "js-sys",
 8427 "pem",
 8428 "ring",
 8429 "serde",
 8430 "serde_json",
 8431 "simple_asn1",
 8432]
 8433
 8434[[package]]
 8435name = "jupyter-protocol"
 8436version = "0.6.0"
 8437source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8438dependencies = [
 8439 "anyhow",
 8440 "async-trait",
 8441 "bytes 1.10.1",
 8442 "chrono",
 8443 "futures 0.3.31",
 8444 "serde",
 8445 "serde_json",
 8446 "uuid",
 8447]
 8448
 8449[[package]]
 8450name = "jupyter-websocket-client"
 8451version = "0.9.0"
 8452source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8453dependencies = [
 8454 "anyhow",
 8455 "async-trait",
 8456 "async-tungstenite",
 8457 "futures 0.3.31",
 8458 "jupyter-protocol",
 8459 "serde",
 8460 "serde_json",
 8461 "url",
 8462 "uuid",
 8463]
 8464
 8465[[package]]
 8466name = "keymap_editor"
 8467version = "0.1.0"
 8468dependencies = [
 8469 "anyhow",
 8470 "collections",
 8471 "command_palette",
 8472 "component",
 8473 "db",
 8474 "editor",
 8475 "fs",
 8476 "fuzzy",
 8477 "gpui",
 8478 "itertools 0.14.0",
 8479 "language",
 8480 "log",
 8481 "menu",
 8482 "notifications",
 8483 "paths",
 8484 "project",
 8485 "search",
 8486 "serde",
 8487 "serde_json",
 8488 "settings",
 8489 "telemetry",
 8490 "tempfile",
 8491 "theme",
 8492 "tree-sitter-json",
 8493 "tree-sitter-rust",
 8494 "ui",
 8495 "ui_input",
 8496 "util",
 8497 "vim",
 8498 "workspace",
 8499 "workspace-hack",
 8500 "zed_actions",
 8501]
 8502
 8503[[package]]
 8504name = "khronos-egl"
 8505version = "6.0.0"
 8506source = "registry+https://github.com/rust-lang/crates.io-index"
 8507checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8508dependencies = [
 8509 "libc",
 8510 "libloading",
 8511]
 8512
 8513[[package]]
 8514name = "kqueue"
 8515version = "1.0.8"
 8516source = "registry+https://github.com/rust-lang/crates.io-index"
 8517checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8518dependencies = [
 8519 "kqueue-sys",
 8520 "libc",
 8521]
 8522
 8523[[package]]
 8524name = "kqueue-sys"
 8525version = "1.0.4"
 8526source = "registry+https://github.com/rust-lang/crates.io-index"
 8527checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8528dependencies = [
 8529 "bitflags 1.3.2",
 8530 "libc",
 8531]
 8532
 8533[[package]]
 8534name = "kurbo"
 8535version = "0.11.1"
 8536source = "registry+https://github.com/rust-lang/crates.io-index"
 8537checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8538dependencies = [
 8539 "arrayvec",
 8540 "smallvec",
 8541]
 8542
 8543[[package]]
 8544name = "kv-log-macro"
 8545version = "1.0.7"
 8546source = "registry+https://github.com/rust-lang/crates.io-index"
 8547checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8548dependencies = [
 8549 "log",
 8550]
 8551
 8552[[package]]
 8553name = "language"
 8554version = "0.1.0"
 8555dependencies = [
 8556 "anyhow",
 8557 "async-trait",
 8558 "clock",
 8559 "collections",
 8560 "ctor",
 8561 "diffy",
 8562 "ec4rs",
 8563 "fs",
 8564 "futures 0.3.31",
 8565 "fuzzy",
 8566 "globset",
 8567 "gpui",
 8568 "http_client",
 8569 "imara-diff",
 8570 "indoc",
 8571 "itertools 0.14.0",
 8572 "log",
 8573 "lsp",
 8574 "parking_lot",
 8575 "postage",
 8576 "pretty_assertions",
 8577 "rand 0.9.1",
 8578 "regex",
 8579 "rpc",
 8580 "schemars 1.0.1",
 8581 "serde",
 8582 "serde_json",
 8583 "settings",
 8584 "shellexpand 2.1.2",
 8585 "smallvec",
 8586 "smol",
 8587 "streaming-iterator",
 8588 "strsim",
 8589 "sum_tree",
 8590 "task",
 8591 "text",
 8592 "theme",
 8593 "toml 0.8.20",
 8594 "tree-sitter",
 8595 "tree-sitter-elixir",
 8596 "tree-sitter-embedded-template",
 8597 "tree-sitter-heex",
 8598 "tree-sitter-html",
 8599 "tree-sitter-json",
 8600 "tree-sitter-md",
 8601 "tree-sitter-python",
 8602 "tree-sitter-ruby",
 8603 "tree-sitter-rust",
 8604 "tree-sitter-typescript",
 8605 "unicase",
 8606 "unindent",
 8607 "util",
 8608 "watch",
 8609 "workspace-hack",
 8610 "zlog",
 8611]
 8612
 8613[[package]]
 8614name = "language_extension"
 8615version = "0.1.0"
 8616dependencies = [
 8617 "anyhow",
 8618 "async-trait",
 8619 "collections",
 8620 "extension",
 8621 "fs",
 8622 "futures 0.3.31",
 8623 "gpui",
 8624 "language",
 8625 "log",
 8626 "lsp",
 8627 "project",
 8628 "serde",
 8629 "serde_json",
 8630 "util",
 8631 "workspace-hack",
 8632]
 8633
 8634[[package]]
 8635name = "language_model"
 8636version = "0.1.0"
 8637dependencies = [
 8638 "anthropic",
 8639 "anyhow",
 8640 "base64 0.22.1",
 8641 "client",
 8642 "cloud_api_types",
 8643 "cloud_llm_client",
 8644 "collections",
 8645 "futures 0.3.31",
 8646 "gpui",
 8647 "http_client",
 8648 "icons",
 8649 "image",
 8650 "log",
 8651 "open_router",
 8652 "parking_lot",
 8653 "proto",
 8654 "schemars 1.0.1",
 8655 "serde",
 8656 "serde_json",
 8657 "settings",
 8658 "smol",
 8659 "telemetry_events",
 8660 "thiserror 2.0.12",
 8661 "util",
 8662 "workspace-hack",
 8663]
 8664
 8665[[package]]
 8666name = "language_models"
 8667version = "0.1.0"
 8668dependencies = [
 8669 "ai_onboarding",
 8670 "anthropic",
 8671 "anyhow",
 8672 "aws-config",
 8673 "aws-credential-types",
 8674 "aws_http_client",
 8675 "bedrock",
 8676 "chrono",
 8677 "client",
 8678 "cloud_llm_client",
 8679 "collections",
 8680 "component",
 8681 "convert_case 0.8.0",
 8682 "copilot",
 8683 "credentials_provider",
 8684 "deepseek",
 8685 "editor",
 8686 "fs",
 8687 "futures 0.3.31",
 8688 "google_ai",
 8689 "gpui",
 8690 "gpui_tokio",
 8691 "http_client",
 8692 "language",
 8693 "language_model",
 8694 "lmstudio",
 8695 "log",
 8696 "menu",
 8697 "mistral",
 8698 "ollama",
 8699 "open_ai",
 8700 "open_router",
 8701 "partial-json-fixer",
 8702 "project",
 8703 "release_channel",
 8704 "schemars 1.0.1",
 8705 "serde",
 8706 "serde_json",
 8707 "settings",
 8708 "smol",
 8709 "strum 0.27.1",
 8710 "thiserror 2.0.12",
 8711 "tiktoken-rs",
 8712 "tokio",
 8713 "ui",
 8714 "ui_input",
 8715 "util",
 8716 "vercel",
 8717 "workspace-hack",
 8718 "x_ai",
 8719 "zed_env_vars",
 8720]
 8721
 8722[[package]]
 8723name = "language_onboarding"
 8724version = "0.1.0"
 8725dependencies = [
 8726 "db",
 8727 "editor",
 8728 "gpui",
 8729 "project",
 8730 "ui",
 8731 "workspace",
 8732 "workspace-hack",
 8733]
 8734
 8735[[package]]
 8736name = "language_selector"
 8737version = "0.1.0"
 8738dependencies = [
 8739 "anyhow",
 8740 "editor",
 8741 "file_finder",
 8742 "file_icons",
 8743 "fuzzy",
 8744 "gpui",
 8745 "language",
 8746 "picker",
 8747 "project",
 8748 "settings",
 8749 "ui",
 8750 "util",
 8751 "workspace",
 8752 "workspace-hack",
 8753]
 8754
 8755[[package]]
 8756name = "language_tools"
 8757version = "0.1.0"
 8758dependencies = [
 8759 "anyhow",
 8760 "client",
 8761 "collections",
 8762 "command_palette_hooks",
 8763 "copilot",
 8764 "editor",
 8765 "futures 0.3.31",
 8766 "gpui",
 8767 "itertools 0.14.0",
 8768 "language",
 8769 "lsp",
 8770 "project",
 8771 "proto",
 8772 "release_channel",
 8773 "serde_json",
 8774 "settings",
 8775 "theme",
 8776 "tree-sitter",
 8777 "ui",
 8778 "util",
 8779 "workspace",
 8780 "workspace-hack",
 8781 "zed_actions",
 8782 "zlog",
 8783]
 8784
 8785[[package]]
 8786name = "languages"
 8787version = "0.1.0"
 8788dependencies = [
 8789 "anyhow",
 8790 "async-compression",
 8791 "async-fs",
 8792 "async-tar",
 8793 "async-trait",
 8794 "chrono",
 8795 "collections",
 8796 "dap",
 8797 "futures 0.3.31",
 8798 "gpui",
 8799 "http_client",
 8800 "itertools 0.14.0",
 8801 "language",
 8802 "log",
 8803 "lsp",
 8804 "node_runtime",
 8805 "parking_lot",
 8806 "paths",
 8807 "pet",
 8808 "pet-conda",
 8809 "pet-core",
 8810 "pet-fs",
 8811 "pet-poetry",
 8812 "pet-reporter",
 8813 "pet-virtualenv",
 8814 "pretty_assertions",
 8815 "project",
 8816 "regex",
 8817 "rope",
 8818 "rust-embed",
 8819 "schemars 1.0.1",
 8820 "serde",
 8821 "serde_json",
 8822 "serde_json_lenient",
 8823 "settings",
 8824 "sha2",
 8825 "shlex",
 8826 "smol",
 8827 "snippet_provider",
 8828 "task",
 8829 "tempfile",
 8830 "text",
 8831 "theme",
 8832 "toml 0.8.20",
 8833 "tree-sitter",
 8834 "tree-sitter-bash",
 8835 "tree-sitter-c",
 8836 "tree-sitter-cpp",
 8837 "tree-sitter-css",
 8838 "tree-sitter-diff",
 8839 "tree-sitter-gitcommit",
 8840 "tree-sitter-go",
 8841 "tree-sitter-gomod",
 8842 "tree-sitter-gowork",
 8843 "tree-sitter-jsdoc",
 8844 "tree-sitter-json",
 8845 "tree-sitter-md",
 8846 "tree-sitter-python",
 8847 "tree-sitter-regex",
 8848 "tree-sitter-rust",
 8849 "tree-sitter-typescript",
 8850 "tree-sitter-yaml",
 8851 "unindent",
 8852 "url",
 8853 "util",
 8854 "workspace",
 8855 "workspace-hack",
 8856]
 8857
 8858[[package]]
 8859name = "lazy_static"
 8860version = "1.5.0"
 8861source = "registry+https://github.com/rust-lang/crates.io-index"
 8862checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8863dependencies = [
 8864 "spin",
 8865]
 8866
 8867[[package]]
 8868name = "lazycell"
 8869version = "1.3.0"
 8870source = "registry+https://github.com/rust-lang/crates.io-index"
 8871checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8872
 8873[[package]]
 8874name = "leak"
 8875version = "0.1.2"
 8876source = "registry+https://github.com/rust-lang/crates.io-index"
 8877checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8878
 8879[[package]]
 8880name = "leaky-cow"
 8881version = "0.1.1"
 8882source = "registry+https://github.com/rust-lang/crates.io-index"
 8883checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8884dependencies = [
 8885 "leak",
 8886]
 8887
 8888[[package]]
 8889name = "leb128"
 8890version = "0.2.5"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8893
 8894[[package]]
 8895name = "leb128fmt"
 8896version = "0.1.0"
 8897source = "registry+https://github.com/rust-lang/crates.io-index"
 8898checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8899
 8900[[package]]
 8901name = "lebe"
 8902version = "0.5.2"
 8903source = "registry+https://github.com/rust-lang/crates.io-index"
 8904checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8905
 8906[[package]]
 8907name = "libc"
 8908version = "0.2.172"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8911
 8912[[package]]
 8913name = "libdbus-sys"
 8914version = "0.2.5"
 8915source = "registry+https://github.com/rust-lang/crates.io-index"
 8916checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 8917dependencies = [
 8918 "cc",
 8919 "pkg-config",
 8920]
 8921
 8922[[package]]
 8923name = "libfuzzer-sys"
 8924version = "0.4.9"
 8925source = "registry+https://github.com/rust-lang/crates.io-index"
 8926checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 8927dependencies = [
 8928 "arbitrary",
 8929 "cc",
 8930]
 8931
 8932[[package]]
 8933name = "libgit2-sys"
 8934version = "0.18.1+1.9.0"
 8935source = "registry+https://github.com/rust-lang/crates.io-index"
 8936checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 8937dependencies = [
 8938 "cc",
 8939 "libc",
 8940 "libz-sys",
 8941 "pkg-config",
 8942]
 8943
 8944[[package]]
 8945name = "libloading"
 8946version = "0.8.6"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 8949dependencies = [
 8950 "cfg-if",
 8951 "windows-targets 0.52.6",
 8952]
 8953
 8954[[package]]
 8955name = "libm"
 8956version = "0.2.11"
 8957source = "registry+https://github.com/rust-lang/crates.io-index"
 8958checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 8959
 8960[[package]]
 8961name = "libmimalloc-sys"
 8962version = "0.1.42"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 8965dependencies = [
 8966 "cc",
 8967 "libc",
 8968]
 8969
 8970[[package]]
 8971name = "libredox"
 8972version = "0.1.3"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 8975dependencies = [
 8976 "bitflags 2.9.0",
 8977 "libc",
 8978 "redox_syscall 0.5.11",
 8979]
 8980
 8981[[package]]
 8982name = "libsqlite3-sys"
 8983version = "0.30.1"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 8986dependencies = [
 8987 "cc",
 8988 "pkg-config",
 8989 "vcpkg",
 8990]
 8991
 8992[[package]]
 8993name = "libwebrtc"
 8994version = "0.3.10"
 8995source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 8996dependencies = [
 8997 "cxx",
 8998 "jni",
 8999 "js-sys",
 9000 "lazy_static",
 9001 "livekit-protocol",
 9002 "livekit-runtime",
 9003 "log",
 9004 "parking_lot",
 9005 "serde",
 9006 "serde_json",
 9007 "thiserror 1.0.69",
 9008 "tokio",
 9009 "wasm-bindgen",
 9010 "wasm-bindgen-futures",
 9011 "web-sys",
 9012 "webrtc-sys",
 9013]
 9014
 9015[[package]]
 9016name = "libz-sys"
 9017version = "1.1.22"
 9018source = "registry+https://github.com/rust-lang/crates.io-index"
 9019checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9020dependencies = [
 9021 "cc",
 9022 "libc",
 9023 "pkg-config",
 9024 "vcpkg",
 9025]
 9026
 9027[[package]]
 9028name = "line_ending_selector"
 9029version = "0.1.0"
 9030dependencies = [
 9031 "editor",
 9032 "gpui",
 9033 "language",
 9034 "picker",
 9035 "project",
 9036 "ui",
 9037 "util",
 9038 "workspace",
 9039 "workspace-hack",
 9040]
 9041
 9042[[package]]
 9043name = "link-cplusplus"
 9044version = "1.0.10"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9047dependencies = [
 9048 "cc",
 9049]
 9050
 9051[[package]]
 9052name = "linkify"
 9053version = "0.10.0"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9056dependencies = [
 9057 "memchr",
 9058]
 9059
 9060[[package]]
 9061name = "linux-raw-sys"
 9062version = "0.4.15"
 9063source = "registry+https://github.com/rust-lang/crates.io-index"
 9064checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9065
 9066[[package]]
 9067name = "linux-raw-sys"
 9068version = "0.9.4"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9071
 9072[[package]]
 9073name = "litemap"
 9074version = "0.7.5"
 9075source = "registry+https://github.com/rust-lang/crates.io-index"
 9076checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9077
 9078[[package]]
 9079name = "livekit"
 9080version = "0.7.8"
 9081source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9082dependencies = [
 9083 "chrono",
 9084 "futures-util",
 9085 "lazy_static",
 9086 "libloading",
 9087 "libwebrtc",
 9088 "livekit-api",
 9089 "livekit-protocol",
 9090 "livekit-runtime",
 9091 "log",
 9092 "parking_lot",
 9093 "prost 0.12.6",
 9094 "semver",
 9095 "serde",
 9096 "serde_json",
 9097 "thiserror 1.0.69",
 9098 "tokio",
 9099]
 9100
 9101[[package]]
 9102name = "livekit-api"
 9103version = "0.4.2"
 9104source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9105dependencies = [
 9106 "futures-util",
 9107 "http 0.2.12",
 9108 "livekit-protocol",
 9109 "livekit-runtime",
 9110 "log",
 9111 "parking_lot",
 9112 "pbjson-types",
 9113 "prost 0.12.6",
 9114 "rand 0.9.1",
 9115 "reqwest 0.11.27",
 9116 "scopeguard",
 9117 "serde",
 9118 "sha2",
 9119 "thiserror 1.0.69",
 9120 "tokio",
 9121 "tokio-tungstenite 0.26.2",
 9122 "url",
 9123]
 9124
 9125[[package]]
 9126name = "livekit-protocol"
 9127version = "0.3.9"
 9128source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9129dependencies = [
 9130 "futures-util",
 9131 "livekit-runtime",
 9132 "parking_lot",
 9133 "pbjson",
 9134 "pbjson-types",
 9135 "prost 0.12.6",
 9136 "prost-types 0.12.6",
 9137 "serde",
 9138 "thiserror 1.0.69",
 9139 "tokio",
 9140]
 9141
 9142[[package]]
 9143name = "livekit-runtime"
 9144version = "0.4.0"
 9145source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9146dependencies = [
 9147 "tokio",
 9148 "tokio-stream",
 9149]
 9150
 9151[[package]]
 9152name = "livekit_api"
 9153version = "0.1.0"
 9154dependencies = [
 9155 "anyhow",
 9156 "async-trait",
 9157 "jsonwebtoken",
 9158 "log",
 9159 "prost 0.9.0",
 9160 "prost-build 0.9.0",
 9161 "prost-types 0.9.0",
 9162 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9163 "serde",
 9164 "workspace-hack",
 9165]
 9166
 9167[[package]]
 9168name = "livekit_client"
 9169version = "0.1.0"
 9170dependencies = [
 9171 "anyhow",
 9172 "async-trait",
 9173 "audio",
 9174 "collections",
 9175 "core-foundation 0.10.0",
 9176 "core-video",
 9177 "coreaudio-rs 0.12.1",
 9178 "cpal",
 9179 "futures 0.3.31",
 9180 "gpui",
 9181 "gpui_tokio",
 9182 "http_client_tls",
 9183 "image",
 9184 "libwebrtc",
 9185 "livekit",
 9186 "livekit_api",
 9187 "log",
 9188 "nanoid",
 9189 "objc",
 9190 "parking_lot",
 9191 "postage",
 9192 "rodio",
 9193 "scap",
 9194 "serde",
 9195 "serde_json",
 9196 "serde_urlencoded",
 9197 "settings",
 9198 "sha2",
 9199 "simplelog",
 9200 "smallvec",
 9201 "tokio-tungstenite 0.26.2",
 9202 "ui",
 9203 "util",
 9204 "workspace-hack",
 9205]
 9206
 9207[[package]]
 9208name = "lmdb-master-sys"
 9209version = "0.2.5"
 9210source = "registry+https://github.com/rust-lang/crates.io-index"
 9211checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9212dependencies = [
 9213 "cc",
 9214 "doxygen-rs",
 9215 "libc",
 9216]
 9217
 9218[[package]]
 9219name = "lmstudio"
 9220version = "0.1.0"
 9221dependencies = [
 9222 "anyhow",
 9223 "futures 0.3.31",
 9224 "http_client",
 9225 "schemars 1.0.1",
 9226 "serde",
 9227 "serde_json",
 9228 "workspace-hack",
 9229]
 9230
 9231[[package]]
 9232name = "lock_api"
 9233version = "0.4.13"
 9234source = "registry+https://github.com/rust-lang/crates.io-index"
 9235checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
 9236dependencies = [
 9237 "autocfg",
 9238 "scopeguard",
 9239]
 9240
 9241[[package]]
 9242name = "log"
 9243version = "0.4.27"
 9244source = "registry+https://github.com/rust-lang/crates.io-index"
 9245checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9246dependencies = [
 9247 "serde",
 9248 "value-bag",
 9249]
 9250
 9251[[package]]
 9252name = "loom"
 9253version = "0.7.2"
 9254source = "registry+https://github.com/rust-lang/crates.io-index"
 9255checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9256dependencies = [
 9257 "cfg-if",
 9258 "generator",
 9259 "scoped-tls",
 9260 "tracing",
 9261 "tracing-subscriber",
 9262]
 9263
 9264[[package]]
 9265name = "loop9"
 9266version = "0.1.5"
 9267source = "registry+https://github.com/rust-lang/crates.io-index"
 9268checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9269dependencies = [
 9270 "imgref",
 9271]
 9272
 9273[[package]]
 9274name = "lru"
 9275version = "0.12.5"
 9276source = "registry+https://github.com/rust-lang/crates.io-index"
 9277checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9278dependencies = [
 9279 "hashbrown 0.15.3",
 9280]
 9281
 9282[[package]]
 9283name = "lsp"
 9284version = "0.1.0"
 9285dependencies = [
 9286 "anyhow",
 9287 "async-pipe",
 9288 "collections",
 9289 "ctor",
 9290 "futures 0.3.31",
 9291 "gpui",
 9292 "log",
 9293 "lsp-types",
 9294 "parking_lot",
 9295 "postage",
 9296 "release_channel",
 9297 "schemars 1.0.1",
 9298 "serde",
 9299 "serde_json",
 9300 "smol",
 9301 "util",
 9302 "workspace-hack",
 9303 "zlog",
 9304]
 9305
 9306[[package]]
 9307name = "lsp-types"
 9308version = "0.95.1"
 9309source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
 9310dependencies = [
 9311 "bitflags 1.3.2",
 9312 "serde",
 9313 "serde_json",
 9314 "url",
 9315]
 9316
 9317[[package]]
 9318name = "lyon"
 9319version = "1.0.1"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9322dependencies = [
 9323 "lyon_algorithms",
 9324 "lyon_extra",
 9325 "lyon_tessellation",
 9326]
 9327
 9328[[package]]
 9329name = "lyon_algorithms"
 9330version = "1.0.5"
 9331source = "registry+https://github.com/rust-lang/crates.io-index"
 9332checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9333dependencies = [
 9334 "lyon_path",
 9335 "num-traits",
 9336]
 9337
 9338[[package]]
 9339name = "lyon_extra"
 9340version = "1.0.3"
 9341source = "registry+https://github.com/rust-lang/crates.io-index"
 9342checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9343dependencies = [
 9344 "lyon_path",
 9345 "thiserror 1.0.69",
 9346]
 9347
 9348[[package]]
 9349name = "lyon_geom"
 9350version = "1.0.6"
 9351source = "registry+https://github.com/rust-lang/crates.io-index"
 9352checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9353dependencies = [
 9354 "arrayvec",
 9355 "euclid",
 9356 "num-traits",
 9357]
 9358
 9359[[package]]
 9360name = "lyon_path"
 9361version = "1.0.7"
 9362source = "registry+https://github.com/rust-lang/crates.io-index"
 9363checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9364dependencies = [
 9365 "lyon_geom",
 9366 "num-traits",
 9367]
 9368
 9369[[package]]
 9370name = "lyon_tessellation"
 9371version = "1.0.15"
 9372source = "registry+https://github.com/rust-lang/crates.io-index"
 9373checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9374dependencies = [
 9375 "float_next_after",
 9376 "lyon_path",
 9377 "num-traits",
 9378]
 9379
 9380[[package]]
 9381name = "mac"
 9382version = "0.1.1"
 9383source = "registry+https://github.com/rust-lang/crates.io-index"
 9384checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9385
 9386[[package]]
 9387name = "mach2"
 9388version = "0.4.2"
 9389source = "registry+https://github.com/rust-lang/crates.io-index"
 9390checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9391dependencies = [
 9392 "libc",
 9393]
 9394
 9395[[package]]
 9396name = "mach2"
 9397version = "0.5.0"
 9398source = "registry+https://github.com/rust-lang/crates.io-index"
 9399checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
 9400dependencies = [
 9401 "libc",
 9402]
 9403
 9404[[package]]
 9405name = "malloc_buf"
 9406version = "0.0.6"
 9407source = "registry+https://github.com/rust-lang/crates.io-index"
 9408checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9409dependencies = [
 9410 "libc",
 9411]
 9412
 9413[[package]]
 9414name = "maplit"
 9415version = "1.0.2"
 9416source = "registry+https://github.com/rust-lang/crates.io-index"
 9417checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9418
 9419[[package]]
 9420name = "markdown"
 9421version = "0.1.0"
 9422dependencies = [
 9423 "assets",
 9424 "base64 0.22.1",
 9425 "collections",
 9426 "env_logger 0.11.8",
 9427 "fs",
 9428 "futures 0.3.31",
 9429 "gpui",
 9430 "language",
 9431 "languages",
 9432 "linkify",
 9433 "log",
 9434 "node_runtime",
 9435 "pulldown-cmark 0.12.2",
 9436 "settings",
 9437 "sum_tree",
 9438 "theme",
 9439 "ui",
 9440 "util",
 9441 "workspace-hack",
 9442]
 9443
 9444[[package]]
 9445name = "markdown_preview"
 9446version = "0.1.0"
 9447dependencies = [
 9448 "anyhow",
 9449 "async-recursion",
 9450 "collections",
 9451 "editor",
 9452 "fs",
 9453 "gpui",
 9454 "html5ever 0.27.0",
 9455 "language",
 9456 "linkify",
 9457 "log",
 9458 "markup5ever_rcdom",
 9459 "pretty_assertions",
 9460 "pulldown-cmark 0.12.2",
 9461 "settings",
 9462 "theme",
 9463 "ui",
 9464 "util",
 9465 "workspace",
 9466 "workspace-hack",
 9467]
 9468
 9469[[package]]
 9470name = "markup5ever"
 9471version = "0.12.1"
 9472source = "registry+https://github.com/rust-lang/crates.io-index"
 9473checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9474dependencies = [
 9475 "log",
 9476 "phf",
 9477 "phf_codegen",
 9478 "string_cache",
 9479 "string_cache_codegen",
 9480 "tendril",
 9481]
 9482
 9483[[package]]
 9484name = "markup5ever"
 9485version = "0.16.1"
 9486source = "registry+https://github.com/rust-lang/crates.io-index"
 9487checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9488dependencies = [
 9489 "log",
 9490 "tendril",
 9491 "web_atoms",
 9492]
 9493
 9494[[package]]
 9495name = "markup5ever_rcdom"
 9496version = "0.3.0"
 9497source = "registry+https://github.com/rust-lang/crates.io-index"
 9498checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9499dependencies = [
 9500 "html5ever 0.27.0",
 9501 "markup5ever 0.12.1",
 9502 "tendril",
 9503 "xml5ever",
 9504]
 9505
 9506[[package]]
 9507name = "match_token"
 9508version = "0.1.0"
 9509source = "registry+https://github.com/rust-lang/crates.io-index"
 9510checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9511dependencies = [
 9512 "proc-macro2",
 9513 "quote",
 9514 "syn 2.0.101",
 9515]
 9516
 9517[[package]]
 9518name = "matchers"
 9519version = "0.2.0"
 9520source = "registry+https://github.com/rust-lang/crates.io-index"
 9521checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
 9522dependencies = [
 9523 "regex-automata",
 9524]
 9525
 9526[[package]]
 9527name = "matchit"
 9528version = "0.7.3"
 9529source = "registry+https://github.com/rust-lang/crates.io-index"
 9530checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9531
 9532[[package]]
 9533name = "maybe-owned"
 9534version = "0.3.4"
 9535source = "registry+https://github.com/rust-lang/crates.io-index"
 9536checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9537
 9538[[package]]
 9539name = "maybe-rayon"
 9540version = "0.1.1"
 9541source = "registry+https://github.com/rust-lang/crates.io-index"
 9542checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9543dependencies = [
 9544 "cfg-if",
 9545 "rayon",
 9546]
 9547
 9548[[package]]
 9549name = "md-5"
 9550version = "0.10.6"
 9551source = "registry+https://github.com/rust-lang/crates.io-index"
 9552checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9553dependencies = [
 9554 "cfg-if",
 9555 "digest",
 9556]
 9557
 9558[[package]]
 9559name = "mdbook"
 9560version = "0.4.40"
 9561source = "registry+https://github.com/rust-lang/crates.io-index"
 9562checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
 9563dependencies = [
 9564 "ammonia",
 9565 "anyhow",
 9566 "chrono",
 9567 "clap",
 9568 "clap_complete",
 9569 "elasticlunr-rs",
 9570 "env_logger 0.11.8",
 9571 "futures-util",
 9572 "handlebars 5.1.2",
 9573 "ignore",
 9574 "log",
 9575 "memchr",
 9576 "notify 6.1.1",
 9577 "notify-debouncer-mini",
 9578 "once_cell",
 9579 "opener",
 9580 "pathdiff",
 9581 "pulldown-cmark 0.10.3",
 9582 "regex",
 9583 "serde",
 9584 "serde_json",
 9585 "shlex",
 9586 "tempfile",
 9587 "tokio",
 9588 "toml 0.5.11",
 9589 "topological-sort",
 9590 "walkdir",
 9591 "warp",
 9592]
 9593
 9594[[package]]
 9595name = "media"
 9596version = "0.1.0"
 9597dependencies = [
 9598 "anyhow",
 9599 "bindgen 0.71.1",
 9600 "core-foundation 0.10.0",
 9601 "core-video",
 9602 "ctor",
 9603 "foreign-types 0.5.0",
 9604 "metal",
 9605 "objc",
 9606 "workspace-hack",
 9607]
 9608
 9609[[package]]
 9610name = "memchr"
 9611version = "2.7.4"
 9612source = "registry+https://github.com/rust-lang/crates.io-index"
 9613checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9614
 9615[[package]]
 9616name = "memfd"
 9617version = "0.6.4"
 9618source = "registry+https://github.com/rust-lang/crates.io-index"
 9619checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9620dependencies = [
 9621 "rustix 0.38.44",
 9622]
 9623
 9624[[package]]
 9625name = "memmap2"
 9626version = "0.9.5"
 9627source = "registry+https://github.com/rust-lang/crates.io-index"
 9628checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9629dependencies = [
 9630 "libc",
 9631 "stable_deref_trait",
 9632]
 9633
 9634[[package]]
 9635name = "memoffset"
 9636version = "0.9.1"
 9637source = "registry+https://github.com/rust-lang/crates.io-index"
 9638checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9639dependencies = [
 9640 "autocfg",
 9641]
 9642
 9643[[package]]
 9644name = "menu"
 9645version = "0.1.0"
 9646dependencies = [
 9647 "gpui",
 9648 "workspace-hack",
 9649]
 9650
 9651[[package]]
 9652name = "metal"
 9653version = "0.29.0"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9656dependencies = [
 9657 "bitflags 2.9.0",
 9658 "block",
 9659 "core-graphics-types 0.1.3",
 9660 "foreign-types 0.5.0",
 9661 "log",
 9662 "objc",
 9663 "paste",
 9664]
 9665
 9666[[package]]
 9667name = "migrator"
 9668version = "0.1.0"
 9669dependencies = [
 9670 "anyhow",
 9671 "collections",
 9672 "convert_case 0.8.0",
 9673 "log",
 9674 "pretty_assertions",
 9675 "streaming-iterator",
 9676 "tree-sitter",
 9677 "tree-sitter-json",
 9678 "workspace-hack",
 9679]
 9680
 9681[[package]]
 9682name = "mimalloc"
 9683version = "0.1.46"
 9684source = "registry+https://github.com/rust-lang/crates.io-index"
 9685checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9686dependencies = [
 9687 "libmimalloc-sys",
 9688]
 9689
 9690[[package]]
 9691name = "mime"
 9692version = "0.3.17"
 9693source = "registry+https://github.com/rust-lang/crates.io-index"
 9694checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9695
 9696[[package]]
 9697name = "mime_guess"
 9698version = "2.0.5"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9701dependencies = [
 9702 "mime",
 9703 "unicase",
 9704]
 9705
 9706[[package]]
 9707name = "minidump-common"
 9708version = "0.21.2"
 9709source = "registry+https://github.com/rust-lang/crates.io-index"
 9710checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
 9711dependencies = [
 9712 "bitflags 2.9.0",
 9713 "debugid",
 9714 "num-derive",
 9715 "num-traits",
 9716 "range-map",
 9717 "scroll",
 9718 "smart-default",
 9719]
 9720
 9721[[package]]
 9722name = "minidump-writer"
 9723version = "0.8.9"
 9724source = "registry+https://github.com/rust-lang/crates.io-index"
 9725checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
 9726dependencies = [
 9727 "bitflags 2.9.0",
 9728 "byteorder",
 9729 "cfg-if",
 9730 "crash-context",
 9731 "goblin",
 9732 "libc",
 9733 "log",
 9734 "mach2 0.4.2",
 9735 "memmap2",
 9736 "memoffset",
 9737 "minidump-common",
 9738 "nix 0.28.0",
 9739 "procfs-core",
 9740 "scroll",
 9741 "tempfile",
 9742 "thiserror 1.0.69",
 9743]
 9744
 9745[[package]]
 9746name = "minidumper"
 9747version = "0.8.3"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
 9750dependencies = [
 9751 "cfg-if",
 9752 "crash-context",
 9753 "libc",
 9754 "log",
 9755 "minidump-writer",
 9756 "parking_lot",
 9757 "polling",
 9758 "scroll",
 9759 "thiserror 1.0.69",
 9760 "uds",
 9761]
 9762
 9763[[package]]
 9764name = "minimal-lexical"
 9765version = "0.2.1"
 9766source = "registry+https://github.com/rust-lang/crates.io-index"
 9767checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9768
 9769[[package]]
 9770name = "miniz_oxide"
 9771version = "0.8.8"
 9772source = "registry+https://github.com/rust-lang/crates.io-index"
 9773checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9774dependencies = [
 9775 "adler2",
 9776 "simd-adler32",
 9777]
 9778
 9779[[package]]
 9780name = "mint"
 9781version = "0.5.9"
 9782source = "registry+https://github.com/rust-lang/crates.io-index"
 9783checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9784
 9785[[package]]
 9786name = "mio"
 9787version = "0.8.11"
 9788source = "registry+https://github.com/rust-lang/crates.io-index"
 9789checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 9790dependencies = [
 9791 "libc",
 9792 "log",
 9793 "wasi 0.11.0+wasi-snapshot-preview1",
 9794 "windows-sys 0.48.0",
 9795]
 9796
 9797[[package]]
 9798name = "mio"
 9799version = "1.0.3"
 9800source = "registry+https://github.com/rust-lang/crates.io-index"
 9801checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9802dependencies = [
 9803 "libc",
 9804 "log",
 9805 "wasi 0.11.0+wasi-snapshot-preview1",
 9806 "windows-sys 0.52.0",
 9807]
 9808
 9809[[package]]
 9810name = "miow"
 9811version = "0.6.0"
 9812source = "registry+https://github.com/rust-lang/crates.io-index"
 9813checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9814dependencies = [
 9815 "windows-sys 0.48.0",
 9816]
 9817
 9818[[package]]
 9819name = "mistral"
 9820version = "0.1.0"
 9821dependencies = [
 9822 "anyhow",
 9823 "futures 0.3.31",
 9824 "http_client",
 9825 "schemars 1.0.1",
 9826 "serde",
 9827 "serde_json",
 9828 "strum 0.27.1",
 9829 "workspace-hack",
 9830]
 9831
 9832[[package]]
 9833name = "moka"
 9834version = "0.12.10"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9837dependencies = [
 9838 "crossbeam-channel",
 9839 "crossbeam-epoch",
 9840 "crossbeam-utils",
 9841 "loom",
 9842 "parking_lot",
 9843 "portable-atomic",
 9844 "rustc_version",
 9845 "smallvec",
 9846 "tagptr",
 9847 "thiserror 1.0.69",
 9848 "uuid",
 9849]
 9850
 9851[[package]]
 9852name = "msvc_spectre_libs"
 9853version = "0.1.3"
 9854source = "registry+https://github.com/rust-lang/crates.io-index"
 9855checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9856dependencies = [
 9857 "cc",
 9858]
 9859
 9860[[package]]
 9861name = "multi_buffer"
 9862version = "0.1.0"
 9863dependencies = [
 9864 "anyhow",
 9865 "buffer_diff",
 9866 "clock",
 9867 "collections",
 9868 "ctor",
 9869 "gpui",
 9870 "indoc",
 9871 "itertools 0.14.0",
 9872 "language",
 9873 "log",
 9874 "parking_lot",
 9875 "pretty_assertions",
 9876 "project",
 9877 "rand 0.9.1",
 9878 "rope",
 9879 "serde",
 9880 "settings",
 9881 "smallvec",
 9882 "smol",
 9883 "sum_tree",
 9884 "text",
 9885 "theme",
 9886 "tree-sitter",
 9887 "util",
 9888 "workspace-hack",
 9889 "zlog",
 9890]
 9891
 9892[[package]]
 9893name = "multimap"
 9894version = "0.8.3"
 9895source = "registry+https://github.com/rust-lang/crates.io-index"
 9896checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9897
 9898[[package]]
 9899name = "naga"
 9900version = "25.0.1"
 9901source = "registry+https://github.com/rust-lang/crates.io-index"
 9902checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9903dependencies = [
 9904 "arrayvec",
 9905 "bit-set 0.8.0",
 9906 "bitflags 2.9.0",
 9907 "cfg_aliases 0.2.1",
 9908 "codespan-reporting 0.12.0",
 9909 "half",
 9910 "hashbrown 0.15.3",
 9911 "hexf-parse",
 9912 "indexmap 2.9.0",
 9913 "log",
 9914 "num-traits",
 9915 "once_cell",
 9916 "rustc-hash 1.1.0",
 9917 "spirv",
 9918 "strum 0.26.3",
 9919 "thiserror 2.0.12",
 9920 "unicode-ident",
 9921]
 9922
 9923[[package]]
 9924name = "nanoid"
 9925version = "0.4.0"
 9926source = "registry+https://github.com/rust-lang/crates.io-index"
 9927checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9928dependencies = [
 9929 "rand 0.8.5",
 9930]
 9931
 9932[[package]]
 9933name = "nanorand"
 9934version = "0.7.0"
 9935source = "registry+https://github.com/rust-lang/crates.io-index"
 9936checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9937dependencies = [
 9938 "getrandom 0.2.15",
 9939]
 9940
 9941[[package]]
 9942name = "native-tls"
 9943version = "0.2.14"
 9944source = "registry+https://github.com/rust-lang/crates.io-index"
 9945checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9946dependencies = [
 9947 "libc",
 9948 "log",
 9949 "openssl",
 9950 "openssl-probe",
 9951 "openssl-sys",
 9952 "schannel",
 9953 "security-framework 2.11.1",
 9954 "security-framework-sys",
 9955 "tempfile",
 9956]
 9957
 9958[[package]]
 9959name = "nbformat"
 9960version = "0.10.0"
 9961source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 9962dependencies = [
 9963 "anyhow",
 9964 "chrono",
 9965 "jupyter-protocol",
 9966 "serde",
 9967 "serde_json",
 9968 "thiserror 1.0.69",
 9969 "uuid",
 9970]
 9971
 9972[[package]]
 9973name = "nc"
 9974version = "0.1.0"
 9975dependencies = [
 9976 "anyhow",
 9977 "futures 0.3.31",
 9978 "net",
 9979 "smol",
 9980 "workspace-hack",
 9981]
 9982
 9983[[package]]
 9984name = "ndk"
 9985version = "0.9.0"
 9986source = "registry+https://github.com/rust-lang/crates.io-index"
 9987checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
 9988dependencies = [
 9989 "bitflags 2.9.0",
 9990 "jni-sys",
 9991 "log",
 9992 "ndk-sys",
 9993 "num_enum",
 9994 "thiserror 1.0.69",
 9995]
 9996
 9997[[package]]
 9998name = "ndk-context"
 9999version = "0.1.1"
10000source = "registry+https://github.com/rust-lang/crates.io-index"
10001checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10002
10003[[package]]
10004name = "ndk-sys"
10005version = "0.6.0+11769913"
10006source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10008dependencies = [
10009 "jni-sys",
10010]
10011
10012[[package]]
10013name = "net"
10014version = "0.1.0"
10015dependencies = [
10016 "anyhow",
10017 "async-io",
10018 "smol",
10019 "tempfile",
10020 "windows 0.61.1",
10021 "workspace-hack",
10022]
10023
10024[[package]]
10025name = "new_debug_unreachable"
10026version = "1.0.6"
10027source = "registry+https://github.com/rust-lang/crates.io-index"
10028checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10029
10030[[package]]
10031name = "nix"
10032version = "0.28.0"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10035dependencies = [
10036 "bitflags 2.9.0",
10037 "cfg-if",
10038 "cfg_aliases 0.1.1",
10039 "libc",
10040]
10041
10042[[package]]
10043name = "nix"
10044version = "0.29.0"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10047dependencies = [
10048 "bitflags 2.9.0",
10049 "cfg-if",
10050 "cfg_aliases 0.2.1",
10051 "libc",
10052]
10053
10054[[package]]
10055name = "nix"
10056version = "0.30.1"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10059dependencies = [
10060 "bitflags 2.9.0",
10061 "cfg-if",
10062 "cfg_aliases 0.2.1",
10063 "libc",
10064 "memoffset",
10065]
10066
10067[[package]]
10068name = "node_runtime"
10069version = "0.1.0"
10070dependencies = [
10071 "anyhow",
10072 "async-compression",
10073 "async-std",
10074 "async-tar",
10075 "async-trait",
10076 "futures 0.3.31",
10077 "http_client",
10078 "log",
10079 "paths",
10080 "semver",
10081 "serde",
10082 "serde_json",
10083 "smol",
10084 "util",
10085 "watch",
10086 "which 6.0.3",
10087 "workspace-hack",
10088]
10089
10090[[package]]
10091name = "nom"
10092version = "7.1.3"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10095dependencies = [
10096 "memchr",
10097 "minimal-lexical",
10098]
10099
10100[[package]]
10101name = "nom"
10102version = "8.0.0"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10105dependencies = [
10106 "memchr",
10107]
10108
10109[[package]]
10110name = "noop_proc_macro"
10111version = "0.3.0"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10114
10115[[package]]
10116name = "normpath"
10117version = "1.3.0"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10120dependencies = [
10121 "windows-sys 0.59.0",
10122]
10123
10124[[package]]
10125name = "notifications"
10126version = "0.1.0"
10127dependencies = [
10128 "anyhow",
10129 "channel",
10130 "client",
10131 "collections",
10132 "component",
10133 "db",
10134 "gpui",
10135 "rpc",
10136 "settings",
10137 "sum_tree",
10138 "time",
10139 "ui",
10140 "util",
10141 "workspace",
10142 "workspace-hack",
10143 "zed_actions",
10144]
10145
10146[[package]]
10147name = "notify"
10148version = "6.1.1"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10151dependencies = [
10152 "bitflags 2.9.0",
10153 "crossbeam-channel",
10154 "filetime",
10155 "fsevent-sys 4.1.0",
10156 "inotify 0.9.6",
10157 "kqueue",
10158 "libc",
10159 "log",
10160 "mio 0.8.11",
10161 "walkdir",
10162 "windows-sys 0.48.0",
10163]
10164
10165[[package]]
10166name = "notify"
10167version = "8.0.0"
10168source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10169dependencies = [
10170 "bitflags 2.9.0",
10171 "filetime",
10172 "fsevent-sys 4.1.0",
10173 "inotify 0.11.0",
10174 "kqueue",
10175 "libc",
10176 "log",
10177 "mio 1.0.3",
10178 "notify-types",
10179 "walkdir",
10180 "windows-sys 0.59.0",
10181]
10182
10183[[package]]
10184name = "notify-debouncer-mini"
10185version = "0.4.1"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10188dependencies = [
10189 "crossbeam-channel",
10190 "log",
10191 "notify 6.1.1",
10192]
10193
10194[[package]]
10195name = "notify-types"
10196version = "2.0.0"
10197source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10198
10199[[package]]
10200name = "ntapi"
10201version = "0.4.1"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10204dependencies = [
10205 "winapi",
10206]
10207
10208[[package]]
10209name = "nu-ansi-term"
10210version = "0.50.1"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10213dependencies = [
10214 "windows-sys 0.52.0",
10215]
10216
10217[[package]]
10218name = "num"
10219version = "0.4.3"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10222dependencies = [
10223 "num-bigint",
10224 "num-complex",
10225 "num-integer",
10226 "num-iter",
10227 "num-rational",
10228 "num-traits",
10229]
10230
10231[[package]]
10232name = "num-bigint"
10233version = "0.4.6"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10236dependencies = [
10237 "num-integer",
10238 "num-traits",
10239]
10240
10241[[package]]
10242name = "num-bigint-dig"
10243version = "0.8.4"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10246dependencies = [
10247 "byteorder",
10248 "lazy_static",
10249 "libm",
10250 "num-integer",
10251 "num-iter",
10252 "num-traits",
10253 "rand 0.8.5",
10254 "serde",
10255 "smallvec",
10256 "zeroize",
10257]
10258
10259[[package]]
10260name = "num-cmp"
10261version = "0.1.0"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10264
10265[[package]]
10266name = "num-complex"
10267version = "0.4.6"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10270dependencies = [
10271 "bytemuck",
10272 "num-traits",
10273]
10274
10275[[package]]
10276name = "num-conv"
10277version = "0.1.0"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10280
10281[[package]]
10282name = "num-derive"
10283version = "0.4.2"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10286dependencies = [
10287 "proc-macro2",
10288 "quote",
10289 "syn 2.0.101",
10290]
10291
10292[[package]]
10293name = "num-format"
10294version = "0.4.4"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10297dependencies = [
10298 "arrayvec",
10299 "itoa",
10300]
10301
10302[[package]]
10303name = "num-integer"
10304version = "0.1.46"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10307dependencies = [
10308 "num-traits",
10309]
10310
10311[[package]]
10312name = "num-iter"
10313version = "0.1.45"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10316dependencies = [
10317 "autocfg",
10318 "num-integer",
10319 "num-traits",
10320]
10321
10322[[package]]
10323name = "num-rational"
10324version = "0.4.2"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10327dependencies = [
10328 "num-bigint",
10329 "num-integer",
10330 "num-traits",
10331]
10332
10333[[package]]
10334name = "num-traits"
10335version = "0.2.19"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10338dependencies = [
10339 "autocfg",
10340 "libm",
10341]
10342
10343[[package]]
10344name = "num_cpus"
10345version = "1.16.0"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10348dependencies = [
10349 "hermit-abi 0.3.9",
10350 "libc",
10351]
10352
10353[[package]]
10354name = "num_enum"
10355version = "0.7.3"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10358dependencies = [
10359 "num_enum_derive",
10360]
10361
10362[[package]]
10363name = "num_enum_derive"
10364version = "0.7.3"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10367dependencies = [
10368 "proc-macro-crate",
10369 "proc-macro2",
10370 "quote",
10371 "syn 2.0.101",
10372]
10373
10374[[package]]
10375name = "num_threads"
10376version = "0.1.7"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10379dependencies = [
10380 "libc",
10381]
10382
10383[[package]]
10384name = "nvim-rs"
10385version = "0.9.2"
10386source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10387dependencies = [
10388 "async-trait",
10389 "futures 0.3.31",
10390 "log",
10391 "rmp",
10392 "rmpv",
10393 "tokio",
10394 "tokio-util",
10395]
10396
10397[[package]]
10398name = "objc"
10399version = "0.2.7"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10402dependencies = [
10403 "malloc_buf",
10404 "objc_exception",
10405]
10406
10407[[package]]
10408name = "objc-foundation"
10409version = "0.1.1"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10412dependencies = [
10413 "block",
10414 "objc",
10415 "objc_id",
10416]
10417
10418[[package]]
10419name = "objc2"
10420version = "0.6.1"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10423dependencies = [
10424 "objc2-encode",
10425]
10426
10427[[package]]
10428name = "objc2-app-kit"
10429version = "0.3.1"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10432dependencies = [
10433 "bitflags 2.9.0",
10434 "objc2",
10435 "objc2-core-foundation",
10436 "objc2-foundation",
10437 "objc2-quartz-core",
10438]
10439
10440[[package]]
10441name = "objc2-audio-toolbox"
10442version = "0.3.1"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10445dependencies = [
10446 "bitflags 2.9.0",
10447 "libc",
10448 "objc2",
10449 "objc2-core-audio",
10450 "objc2-core-audio-types",
10451 "objc2-core-foundation",
10452 "objc2-foundation",
10453]
10454
10455[[package]]
10456name = "objc2-core-audio"
10457version = "0.3.1"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10460dependencies = [
10461 "dispatch2",
10462 "objc2",
10463 "objc2-core-audio-types",
10464 "objc2-core-foundation",
10465]
10466
10467[[package]]
10468name = "objc2-core-audio-types"
10469version = "0.3.1"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10472dependencies = [
10473 "bitflags 2.9.0",
10474 "objc2",
10475]
10476
10477[[package]]
10478name = "objc2-core-foundation"
10479version = "0.3.1"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10482dependencies = [
10483 "bitflags 2.9.0",
10484 "dispatch2",
10485 "objc2",
10486]
10487
10488[[package]]
10489name = "objc2-encode"
10490version = "4.1.0"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10493
10494[[package]]
10495name = "objc2-foundation"
10496version = "0.3.1"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10499dependencies = [
10500 "bitflags 2.9.0",
10501 "objc2",
10502 "objc2-core-foundation",
10503]
10504
10505[[package]]
10506name = "objc2-metal"
10507version = "0.3.1"
10508source = "registry+https://github.com/rust-lang/crates.io-index"
10509checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10510dependencies = [
10511 "bitflags 2.9.0",
10512 "block2",
10513 "dispatch2",
10514 "objc2",
10515 "objc2-core-foundation",
10516 "objc2-foundation",
10517]
10518
10519[[package]]
10520name = "objc2-quartz-core"
10521version = "0.3.1"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10524dependencies = [
10525 "bitflags 2.9.0",
10526 "objc2",
10527 "objc2-core-foundation",
10528 "objc2-foundation",
10529 "objc2-metal",
10530]
10531
10532[[package]]
10533name = "objc2-ui-kit"
10534version = "0.3.1"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10537dependencies = [
10538 "bitflags 2.9.0",
10539 "objc2",
10540 "objc2-core-foundation",
10541 "objc2-foundation",
10542 "objc2-quartz-core",
10543]
10544
10545[[package]]
10546name = "objc_exception"
10547version = "0.1.2"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10550dependencies = [
10551 "cc",
10552]
10553
10554[[package]]
10555name = "objc_id"
10556version = "0.1.1"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10559dependencies = [
10560 "objc",
10561]
10562
10563[[package]]
10564name = "object"
10565version = "0.36.7"
10566source = "registry+https://github.com/rust-lang/crates.io-index"
10567checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10568dependencies = [
10569 "crc32fast",
10570 "hashbrown 0.15.3",
10571 "indexmap 2.9.0",
10572 "memchr",
10573]
10574
10575[[package]]
10576name = "ollama"
10577version = "0.1.0"
10578dependencies = [
10579 "anyhow",
10580 "futures 0.3.31",
10581 "http_client",
10582 "schemars 1.0.1",
10583 "serde",
10584 "serde_json",
10585 "settings",
10586 "workspace-hack",
10587]
10588
10589[[package]]
10590name = "onboarding"
10591version = "0.1.0"
10592dependencies = [
10593 "ai_onboarding",
10594 "anyhow",
10595 "client",
10596 "component",
10597 "db",
10598 "documented",
10599 "editor",
10600 "fs",
10601 "fuzzy",
10602 "git",
10603 "gpui",
10604 "itertools 0.14.0",
10605 "language",
10606 "language_model",
10607 "menu",
10608 "notifications",
10609 "picker",
10610 "project",
10611 "schemars 1.0.1",
10612 "serde",
10613 "settings",
10614 "telemetry",
10615 "theme",
10616 "ui",
10617 "util",
10618 "vim_mode_setting",
10619 "workspace",
10620 "workspace-hack",
10621 "zed_actions",
10622 "zlog",
10623]
10624
10625[[package]]
10626name = "once_cell"
10627version = "1.21.3"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10630
10631[[package]]
10632name = "oo7"
10633version = "0.5.0"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10636dependencies = [
10637 "aes",
10638 "ashpd 0.12.0",
10639 "async-fs",
10640 "async-io",
10641 "async-lock",
10642 "blocking",
10643 "cbc",
10644 "cipher",
10645 "digest",
10646 "endi",
10647 "futures-lite 2.6.0",
10648 "futures-util",
10649 "getrandom 0.3.2",
10650 "hkdf",
10651 "hmac",
10652 "md-5",
10653 "num",
10654 "num-bigint-dig",
10655 "pbkdf2 0.12.2",
10656 "rand 0.9.1",
10657 "serde",
10658 "sha2",
10659 "subtle",
10660 "zbus",
10661 "zbus_macros",
10662 "zeroize",
10663 "zvariant",
10664]
10665
10666[[package]]
10667name = "oorandom"
10668version = "11.1.5"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10671
10672[[package]]
10673name = "open"
10674version = "5.3.2"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10677dependencies = [
10678 "is-wsl",
10679 "libc",
10680 "pathdiff",
10681]
10682
10683[[package]]
10684name = "open_ai"
10685version = "0.1.0"
10686dependencies = [
10687 "anyhow",
10688 "futures 0.3.31",
10689 "http_client",
10690 "log",
10691 "schemars 1.0.1",
10692 "serde",
10693 "serde_json",
10694 "settings",
10695 "strum 0.27.1",
10696 "workspace-hack",
10697]
10698
10699[[package]]
10700name = "open_router"
10701version = "0.1.0"
10702dependencies = [
10703 "anyhow",
10704 "futures 0.3.31",
10705 "http_client",
10706 "schemars 1.0.1",
10707 "serde",
10708 "serde_json",
10709 "settings",
10710 "strum 0.27.1",
10711 "thiserror 2.0.12",
10712 "workspace-hack",
10713]
10714
10715[[package]]
10716name = "opener"
10717version = "0.7.2"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10720dependencies = [
10721 "bstr",
10722 "dbus",
10723 "normpath",
10724 "windows-sys 0.59.0",
10725]
10726
10727[[package]]
10728name = "openssl"
10729version = "0.10.72"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10732dependencies = [
10733 "bitflags 2.9.0",
10734 "cfg-if",
10735 "foreign-types 0.3.2",
10736 "libc",
10737 "once_cell",
10738 "openssl-macros",
10739 "openssl-sys",
10740]
10741
10742[[package]]
10743name = "openssl-macros"
10744version = "0.1.1"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10747dependencies = [
10748 "proc-macro2",
10749 "quote",
10750 "syn 2.0.101",
10751]
10752
10753[[package]]
10754name = "openssl-probe"
10755version = "0.1.6"
10756source = "registry+https://github.com/rust-lang/crates.io-index"
10757checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10758
10759[[package]]
10760name = "openssl-sys"
10761version = "0.9.107"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10764dependencies = [
10765 "cc",
10766 "libc",
10767 "pkg-config",
10768 "vcpkg",
10769]
10770
10771[[package]]
10772name = "optfield"
10773version = "0.3.0"
10774source = "registry+https://github.com/rust-lang/crates.io-index"
10775checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10776dependencies = [
10777 "proc-macro2",
10778 "quote",
10779 "syn 2.0.101",
10780]
10781
10782[[package]]
10783name = "option-ext"
10784version = "0.2.0"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10787
10788[[package]]
10789name = "ordered-float"
10790version = "2.10.1"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10793dependencies = [
10794 "num-traits",
10795]
10796
10797[[package]]
10798name = "ordered-float"
10799version = "4.6.0"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10802dependencies = [
10803 "num-traits",
10804]
10805
10806[[package]]
10807name = "ordered-stream"
10808version = "0.2.0"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10811dependencies = [
10812 "futures-core",
10813 "pin-project-lite",
10814]
10815
10816[[package]]
10817name = "ouroboros"
10818version = "0.18.5"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10821dependencies = [
10822 "aliasable",
10823 "ouroboros_macro",
10824 "static_assertions",
10825]
10826
10827[[package]]
10828name = "ouroboros_macro"
10829version = "0.18.5"
10830source = "registry+https://github.com/rust-lang/crates.io-index"
10831checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10832dependencies = [
10833 "heck 0.4.1",
10834 "proc-macro2",
10835 "proc-macro2-diagnostics",
10836 "quote",
10837 "syn 2.0.101",
10838]
10839
10840[[package]]
10841name = "outline"
10842version = "0.1.0"
10843dependencies = [
10844 "editor",
10845 "fuzzy",
10846 "gpui",
10847 "indoc",
10848 "language",
10849 "menu",
10850 "ordered-float 2.10.1",
10851 "picker",
10852 "project",
10853 "rope",
10854 "serde_json",
10855 "settings",
10856 "smol",
10857 "theme",
10858 "tree-sitter-rust",
10859 "tree-sitter-typescript",
10860 "ui",
10861 "util",
10862 "workspace",
10863 "workspace-hack",
10864 "zed_actions",
10865]
10866
10867[[package]]
10868name = "outline_panel"
10869version = "0.1.0"
10870dependencies = [
10871 "anyhow",
10872 "collections",
10873 "db",
10874 "editor",
10875 "file_icons",
10876 "fuzzy",
10877 "gpui",
10878 "itertools 0.14.0",
10879 "language",
10880 "log",
10881 "menu",
10882 "outline",
10883 "pretty_assertions",
10884 "project",
10885 "search",
10886 "serde",
10887 "serde_json",
10888 "settings",
10889 "smallvec",
10890 "smol",
10891 "theme",
10892 "ui",
10893 "util",
10894 "workspace",
10895 "workspace-hack",
10896 "worktree",
10897 "zed_actions",
10898]
10899
10900[[package]]
10901name = "outref"
10902version = "0.5.2"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10905
10906[[package]]
10907name = "p256"
10908version = "0.11.1"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10911dependencies = [
10912 "ecdsa",
10913 "elliptic-curve",
10914 "sha2",
10915]
10916
10917[[package]]
10918name = "page_size"
10919version = "0.6.0"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10922dependencies = [
10923 "libc",
10924 "winapi",
10925]
10926
10927[[package]]
10928name = "palette"
10929version = "0.7.6"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10932dependencies = [
10933 "approx",
10934 "fast-srgb8",
10935 "palette_derive",
10936]
10937
10938[[package]]
10939name = "palette_derive"
10940version = "0.7.6"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10943dependencies = [
10944 "by_address",
10945 "proc-macro2",
10946 "quote",
10947 "syn 2.0.101",
10948]
10949
10950[[package]]
10951name = "panel"
10952version = "0.1.0"
10953dependencies = [
10954 "editor",
10955 "gpui",
10956 "settings",
10957 "theme",
10958 "ui",
10959 "workspace",
10960 "workspace-hack",
10961]
10962
10963[[package]]
10964name = "parking"
10965version = "2.2.1"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10968
10969[[package]]
10970name = "parking_lot"
10971version = "0.12.4"
10972source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10974dependencies = [
10975 "lock_api",
10976 "parking_lot_core",
10977]
10978
10979[[package]]
10980name = "parking_lot_core"
10981version = "0.9.11"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
10984dependencies = [
10985 "cfg-if",
10986 "libc",
10987 "redox_syscall 0.5.11",
10988 "smallvec",
10989 "windows-targets 0.52.6",
10990]
10991
10992[[package]]
10993name = "parse_int"
10994version = "0.9.0"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
10997dependencies = [
10998 "num-traits",
10999]
11000
11001[[package]]
11002name = "partial-json-fixer"
11003version = "0.5.3"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11006
11007[[package]]
11008name = "password-hash"
11009version = "0.4.2"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11012dependencies = [
11013 "base64ct",
11014 "rand_core 0.6.4",
11015 "subtle",
11016]
11017
11018[[package]]
11019name = "password-hash"
11020version = "0.5.0"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11023dependencies = [
11024 "base64ct",
11025 "rand_core 0.6.4",
11026 "subtle",
11027]
11028
11029[[package]]
11030name = "paste"
11031version = "1.0.15"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11034
11035[[package]]
11036name = "pathdiff"
11037version = "0.2.3"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11040
11041[[package]]
11042name = "pathfinder_geometry"
11043version = "0.5.1"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11046dependencies = [
11047 "log",
11048 "pathfinder_simd",
11049]
11050
11051[[package]]
11052name = "pathfinder_simd"
11053version = "0.5.5"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11056dependencies = [
11057 "rustc_version",
11058]
11059
11060[[package]]
11061name = "paths"
11062version = "0.1.0"
11063dependencies = [
11064 "dirs 4.0.0",
11065 "ignore",
11066 "util",
11067 "workspace-hack",
11068]
11069
11070[[package]]
11071name = "pbjson"
11072version = "0.6.0"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11075dependencies = [
11076 "base64 0.21.7",
11077 "serde",
11078]
11079
11080[[package]]
11081name = "pbjson-build"
11082version = "0.6.2"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11085dependencies = [
11086 "heck 0.4.1",
11087 "itertools 0.11.0",
11088 "prost 0.12.6",
11089 "prost-types 0.12.6",
11090]
11091
11092[[package]]
11093name = "pbjson-types"
11094version = "0.6.0"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11097dependencies = [
11098 "bytes 1.10.1",
11099 "chrono",
11100 "pbjson",
11101 "pbjson-build",
11102 "prost 0.12.6",
11103 "prost-build 0.12.6",
11104 "serde",
11105]
11106
11107[[package]]
11108name = "pbkdf2"
11109version = "0.11.0"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11112dependencies = [
11113 "digest",
11114 "hmac",
11115 "password-hash 0.4.2",
11116 "sha2",
11117]
11118
11119[[package]]
11120name = "pbkdf2"
11121version = "0.12.2"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11124dependencies = [
11125 "digest",
11126 "hmac",
11127]
11128
11129[[package]]
11130name = "pciid-parser"
11131version = "0.8.0"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11134
11135[[package]]
11136name = "pem"
11137version = "3.0.5"
11138source = "registry+https://github.com/rust-lang/crates.io-index"
11139checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11140dependencies = [
11141 "base64 0.22.1",
11142 "serde",
11143]
11144
11145[[package]]
11146name = "pem-rfc7468"
11147version = "0.7.0"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11150dependencies = [
11151 "base64ct",
11152]
11153
11154[[package]]
11155name = "percent-encoding"
11156version = "2.3.1"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11159
11160[[package]]
11161name = "perf"
11162version = "0.1.0"
11163dependencies = [
11164 "collections",
11165 "serde",
11166 "serde_json",
11167 "workspace-hack",
11168]
11169
11170[[package]]
11171name = "pest"
11172version = "2.8.0"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11175dependencies = [
11176 "memchr",
11177 "thiserror 2.0.12",
11178 "ucd-trie",
11179]
11180
11181[[package]]
11182name = "pest_derive"
11183version = "2.8.0"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11186dependencies = [
11187 "pest",
11188 "pest_generator",
11189]
11190
11191[[package]]
11192name = "pest_generator"
11193version = "2.8.0"
11194source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11196dependencies = [
11197 "pest",
11198 "pest_meta",
11199 "proc-macro2",
11200 "quote",
11201 "syn 2.0.101",
11202]
11203
11204[[package]]
11205name = "pest_meta"
11206version = "2.8.0"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11209dependencies = [
11210 "once_cell",
11211 "pest",
11212 "sha2",
11213]
11214
11215[[package]]
11216name = "pet"
11217version = "0.1.0"
11218source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11219dependencies = [
11220 "clap",
11221 "env_logger 0.10.2",
11222 "lazy_static",
11223 "log",
11224 "msvc_spectre_libs",
11225 "pet-conda",
11226 "pet-core",
11227 "pet-env-var-path",
11228 "pet-fs",
11229 "pet-global-virtualenvs",
11230 "pet-homebrew",
11231 "pet-jsonrpc",
11232 "pet-linux-global-python",
11233 "pet-mac-commandlinetools",
11234 "pet-mac-python-org",
11235 "pet-mac-xcode",
11236 "pet-pipenv",
11237 "pet-pixi",
11238 "pet-poetry",
11239 "pet-pyenv",
11240 "pet-python-utils",
11241 "pet-reporter",
11242 "pet-telemetry",
11243 "pet-venv",
11244 "pet-virtualenv",
11245 "pet-virtualenvwrapper",
11246 "pet-windows-registry",
11247 "pet-windows-store",
11248 "serde",
11249 "serde_json",
11250]
11251
11252[[package]]
11253name = "pet-conda"
11254version = "0.1.0"
11255source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11256dependencies = [
11257 "env_logger 0.10.2",
11258 "lazy_static",
11259 "log",
11260 "msvc_spectre_libs",
11261 "pet-core",
11262 "pet-fs",
11263 "pet-python-utils",
11264 "pet-reporter",
11265 "regex",
11266 "serde",
11267 "serde_json",
11268 "yaml-rust2",
11269]
11270
11271[[package]]
11272name = "pet-core"
11273version = "0.1.0"
11274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11275dependencies = [
11276 "clap",
11277 "lazy_static",
11278 "log",
11279 "msvc_spectre_libs",
11280 "pet-fs",
11281 "regex",
11282 "serde",
11283 "serde_json",
11284]
11285
11286[[package]]
11287name = "pet-env-var-path"
11288version = "0.1.0"
11289source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11290dependencies = [
11291 "lazy_static",
11292 "log",
11293 "msvc_spectre_libs",
11294 "pet-conda",
11295 "pet-core",
11296 "pet-fs",
11297 "pet-python-utils",
11298 "pet-virtualenv",
11299 "regex",
11300]
11301
11302[[package]]
11303name = "pet-fs"
11304version = "0.1.0"
11305source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11306dependencies = [
11307 "log",
11308 "msvc_spectre_libs",
11309]
11310
11311[[package]]
11312name = "pet-global-virtualenvs"
11313version = "0.1.0"
11314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11315dependencies = [
11316 "log",
11317 "msvc_spectre_libs",
11318 "pet-conda",
11319 "pet-core",
11320 "pet-fs",
11321 "pet-virtualenv",
11322]
11323
11324[[package]]
11325name = "pet-homebrew"
11326version = "0.1.0"
11327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11328dependencies = [
11329 "lazy_static",
11330 "log",
11331 "msvc_spectre_libs",
11332 "pet-conda",
11333 "pet-core",
11334 "pet-fs",
11335 "pet-python-utils",
11336 "pet-virtualenv",
11337 "regex",
11338 "serde",
11339 "serde_json",
11340]
11341
11342[[package]]
11343name = "pet-jsonrpc"
11344version = "0.1.0"
11345source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11346dependencies = [
11347 "env_logger 0.10.2",
11348 "log",
11349 "msvc_spectre_libs",
11350 "pet-core",
11351 "serde",
11352 "serde_json",
11353]
11354
11355[[package]]
11356name = "pet-linux-global-python"
11357version = "0.1.0"
11358source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11359dependencies = [
11360 "log",
11361 "msvc_spectre_libs",
11362 "pet-core",
11363 "pet-fs",
11364 "pet-python-utils",
11365 "pet-virtualenv",
11366]
11367
11368[[package]]
11369name = "pet-mac-commandlinetools"
11370version = "0.1.0"
11371source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11372dependencies = [
11373 "log",
11374 "msvc_spectre_libs",
11375 "pet-core",
11376 "pet-fs",
11377 "pet-python-utils",
11378 "pet-virtualenv",
11379]
11380
11381[[package]]
11382name = "pet-mac-python-org"
11383version = "0.1.0"
11384source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11385dependencies = [
11386 "log",
11387 "msvc_spectre_libs",
11388 "pet-core",
11389 "pet-fs",
11390 "pet-python-utils",
11391 "pet-virtualenv",
11392]
11393
11394[[package]]
11395name = "pet-mac-xcode"
11396version = "0.1.0"
11397source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11398dependencies = [
11399 "log",
11400 "msvc_spectre_libs",
11401 "pet-core",
11402 "pet-fs",
11403 "pet-python-utils",
11404 "pet-virtualenv",
11405]
11406
11407[[package]]
11408name = "pet-pipenv"
11409version = "0.1.0"
11410source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11411dependencies = [
11412 "log",
11413 "msvc_spectre_libs",
11414 "pet-core",
11415 "pet-fs",
11416 "pet-python-utils",
11417 "pet-virtualenv",
11418]
11419
11420[[package]]
11421name = "pet-pixi"
11422version = "0.1.0"
11423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11424dependencies = [
11425 "log",
11426 "msvc_spectre_libs",
11427 "pet-conda",
11428 "pet-core",
11429 "pet-python-utils",
11430]
11431
11432[[package]]
11433name = "pet-poetry"
11434version = "0.1.0"
11435source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11436dependencies = [
11437 "base64 0.22.1",
11438 "lazy_static",
11439 "log",
11440 "msvc_spectre_libs",
11441 "pet-core",
11442 "pet-fs",
11443 "pet-python-utils",
11444 "pet-reporter",
11445 "pet-virtualenv",
11446 "regex",
11447 "serde",
11448 "serde_json",
11449 "sha2",
11450 "toml 0.8.20",
11451]
11452
11453[[package]]
11454name = "pet-pyenv"
11455version = "0.1.0"
11456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11457dependencies = [
11458 "lazy_static",
11459 "log",
11460 "msvc_spectre_libs",
11461 "pet-conda",
11462 "pet-core",
11463 "pet-fs",
11464 "pet-python-utils",
11465 "pet-reporter",
11466 "regex",
11467 "serde",
11468 "serde_json",
11469]
11470
11471[[package]]
11472name = "pet-python-utils"
11473version = "0.1.0"
11474source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11475dependencies = [
11476 "env_logger 0.10.2",
11477 "lazy_static",
11478 "log",
11479 "msvc_spectre_libs",
11480 "pet-core",
11481 "pet-fs",
11482 "regex",
11483 "serde",
11484 "serde_json",
11485 "sha2",
11486]
11487
11488[[package]]
11489name = "pet-reporter"
11490version = "0.1.0"
11491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11492dependencies = [
11493 "env_logger 0.10.2",
11494 "log",
11495 "msvc_spectre_libs",
11496 "pet-core",
11497 "pet-jsonrpc",
11498 "serde",
11499 "serde_json",
11500]
11501
11502[[package]]
11503name = "pet-telemetry"
11504version = "0.1.0"
11505source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11506dependencies = [
11507 "env_logger 0.10.2",
11508 "lazy_static",
11509 "log",
11510 "msvc_spectre_libs",
11511 "pet-core",
11512 "pet-fs",
11513 "pet-python-utils",
11514 "regex",
11515]
11516
11517[[package]]
11518name = "pet-venv"
11519version = "0.1.0"
11520source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11521dependencies = [
11522 "log",
11523 "msvc_spectre_libs",
11524 "pet-core",
11525 "pet-python-utils",
11526 "pet-virtualenv",
11527]
11528
11529[[package]]
11530name = "pet-virtualenv"
11531version = "0.1.0"
11532source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11533dependencies = [
11534 "log",
11535 "msvc_spectre_libs",
11536 "pet-core",
11537 "pet-fs",
11538 "pet-python-utils",
11539]
11540
11541[[package]]
11542name = "pet-virtualenvwrapper"
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-fs",
11550 "pet-python-utils",
11551 "pet-virtualenv",
11552]
11553
11554[[package]]
11555name = "pet-windows-registry"
11556version = "0.1.0"
11557source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11558dependencies = [
11559 "lazy_static",
11560 "log",
11561 "msvc_spectre_libs",
11562 "pet-conda",
11563 "pet-core",
11564 "pet-fs",
11565 "pet-python-utils",
11566 "pet-virtualenv",
11567 "pet-windows-store",
11568 "regex",
11569 "winreg 0.55.0",
11570]
11571
11572[[package]]
11573name = "pet-windows-store"
11574version = "0.1.0"
11575source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11576dependencies = [
11577 "lazy_static",
11578 "log",
11579 "msvc_spectre_libs",
11580 "pet-core",
11581 "pet-fs",
11582 "pet-python-utils",
11583 "pet-virtualenv",
11584 "regex",
11585 "winreg 0.55.0",
11586]
11587
11588[[package]]
11589name = "petgraph"
11590version = "0.6.5"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11593dependencies = [
11594 "fixedbitset",
11595 "indexmap 2.9.0",
11596]
11597
11598[[package]]
11599name = "pgvector"
11600version = "0.4.0"
11601source = "registry+https://github.com/rust-lang/crates.io-index"
11602checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11603dependencies = [
11604 "serde",
11605]
11606
11607[[package]]
11608name = "phf"
11609version = "0.11.3"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11612dependencies = [
11613 "phf_macros",
11614 "phf_shared",
11615]
11616
11617[[package]]
11618name = "phf_codegen"
11619version = "0.11.3"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11622dependencies = [
11623 "phf_generator",
11624 "phf_shared",
11625]
11626
11627[[package]]
11628name = "phf_generator"
11629version = "0.11.3"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11632dependencies = [
11633 "phf_shared",
11634 "rand 0.8.5",
11635]
11636
11637[[package]]
11638name = "phf_macros"
11639version = "0.11.3"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11642dependencies = [
11643 "phf_generator",
11644 "phf_shared",
11645 "proc-macro2",
11646 "quote",
11647 "syn 2.0.101",
11648]
11649
11650[[package]]
11651name = "phf_shared"
11652version = "0.11.3"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11655dependencies = [
11656 "siphasher",
11657]
11658
11659[[package]]
11660name = "picker"
11661version = "0.1.0"
11662dependencies = [
11663 "anyhow",
11664 "ctor",
11665 "editor",
11666 "env_logger 0.11.8",
11667 "gpui",
11668 "menu",
11669 "schemars 1.0.1",
11670 "serde",
11671 "serde_json",
11672 "theme",
11673 "ui",
11674 "workspace",
11675 "workspace-hack",
11676]
11677
11678[[package]]
11679name = "pico-args"
11680version = "0.5.0"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11683
11684[[package]]
11685name = "pin-project"
11686version = "1.1.10"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11689dependencies = [
11690 "pin-project-internal",
11691]
11692
11693[[package]]
11694name = "pin-project-internal"
11695version = "1.1.10"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11698dependencies = [
11699 "proc-macro2",
11700 "quote",
11701 "syn 2.0.101",
11702]
11703
11704[[package]]
11705name = "pin-project-lite"
11706version = "0.2.16"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11709
11710[[package]]
11711name = "pin-utils"
11712version = "0.1.0"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11715
11716[[package]]
11717name = "piper"
11718version = "0.2.4"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11721dependencies = [
11722 "atomic-waker",
11723 "fastrand 2.3.0",
11724 "futures-io",
11725]
11726
11727[[package]]
11728name = "pkcs1"
11729version = "0.7.5"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11732dependencies = [
11733 "der 0.7.10",
11734 "pkcs8 0.10.2",
11735 "spki 0.7.3",
11736]
11737
11738[[package]]
11739name = "pkcs8"
11740version = "0.9.0"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11743dependencies = [
11744 "der 0.6.1",
11745 "spki 0.6.0",
11746]
11747
11748[[package]]
11749name = "pkcs8"
11750version = "0.10.2"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11753dependencies = [
11754 "der 0.7.10",
11755 "spki 0.7.3",
11756]
11757
11758[[package]]
11759name = "pkg-config"
11760version = "0.3.32"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11763
11764[[package]]
11765name = "plain"
11766version = "0.2.3"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11769
11770[[package]]
11771name = "plist"
11772version = "1.7.1"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11775dependencies = [
11776 "base64 0.22.1",
11777 "indexmap 2.9.0",
11778 "quick-xml 0.32.0",
11779 "serde",
11780 "time",
11781]
11782
11783[[package]]
11784name = "plotters"
11785version = "0.3.7"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11788dependencies = [
11789 "num-traits",
11790 "plotters-backend",
11791 "plotters-svg",
11792 "wasm-bindgen",
11793 "web-sys",
11794]
11795
11796[[package]]
11797name = "plotters-backend"
11798version = "0.3.7"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11801
11802[[package]]
11803name = "plotters-svg"
11804version = "0.3.7"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11807dependencies = [
11808 "plotters-backend",
11809]
11810
11811[[package]]
11812name = "png"
11813version = "0.17.16"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11816dependencies = [
11817 "bitflags 1.3.2",
11818 "crc32fast",
11819 "fdeflate",
11820 "flate2",
11821 "miniz_oxide",
11822]
11823
11824[[package]]
11825name = "polling"
11826version = "3.11.0"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11829dependencies = [
11830 "cfg-if",
11831 "concurrent-queue",
11832 "hermit-abi 0.5.0",
11833 "pin-project-lite",
11834 "rustix 1.0.7",
11835 "windows-sys 0.61.0",
11836]
11837
11838[[package]]
11839name = "pollster"
11840version = "0.2.5"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11843
11844[[package]]
11845name = "portable-atomic"
11846version = "1.11.0"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11849
11850[[package]]
11851name = "portable-atomic-util"
11852version = "0.2.4"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11855dependencies = [
11856 "portable-atomic",
11857]
11858
11859[[package]]
11860name = "portable-pty"
11861version = "0.9.0"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11864dependencies = [
11865 "anyhow",
11866 "bitflags 1.3.2",
11867 "downcast-rs",
11868 "filedescriptor",
11869 "lazy_static",
11870 "libc",
11871 "log",
11872 "nix 0.28.0",
11873 "serial2",
11874 "shared_library",
11875 "shell-words",
11876 "winapi",
11877 "winreg 0.10.1",
11878]
11879
11880[[package]]
11881name = "postage"
11882version = "0.5.0"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11885dependencies = [
11886 "atomic",
11887 "crossbeam-queue",
11888 "futures 0.3.31",
11889 "log",
11890 "parking_lot",
11891 "pin-project",
11892 "pollster",
11893 "static_assertions",
11894 "thiserror 1.0.69",
11895]
11896
11897[[package]]
11898name = "postcard"
11899version = "1.1.1"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11902dependencies = [
11903 "cobs",
11904 "embedded-io 0.4.0",
11905 "embedded-io 0.6.1",
11906 "serde",
11907]
11908
11909[[package]]
11910name = "powerfmt"
11911version = "0.2.0"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11914
11915[[package]]
11916name = "ppv-lite86"
11917version = "0.2.21"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11920dependencies = [
11921 "zerocopy 0.8.24",
11922]
11923
11924[[package]]
11925name = "precomputed-hash"
11926version = "0.1.1"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11929
11930[[package]]
11931name = "prettier"
11932version = "0.1.0"
11933dependencies = [
11934 "anyhow",
11935 "collections",
11936 "fs",
11937 "gpui",
11938 "language",
11939 "log",
11940 "lsp",
11941 "node_runtime",
11942 "parking_lot",
11943 "paths",
11944 "serde",
11945 "serde_json",
11946 "util",
11947 "workspace-hack",
11948]
11949
11950[[package]]
11951name = "pretty_assertions"
11952version = "1.4.1"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11955dependencies = [
11956 "diff",
11957 "yansi",
11958]
11959
11960[[package]]
11961name = "prettyplease"
11962version = "0.2.32"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11965dependencies = [
11966 "proc-macro2",
11967 "syn 2.0.101",
11968]
11969
11970[[package]]
11971name = "primal-check"
11972version = "0.3.4"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11975dependencies = [
11976 "num-integer",
11977]
11978
11979[[package]]
11980name = "proc-macro-crate"
11981version = "3.3.0"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11984dependencies = [
11985 "toml_edit",
11986]
11987
11988[[package]]
11989name = "proc-macro-error-attr2"
11990version = "2.0.0"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11993dependencies = [
11994 "proc-macro2",
11995 "quote",
11996]
11997
11998[[package]]
11999name = "proc-macro-error2"
12000version = "2.0.1"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12003dependencies = [
12004 "proc-macro-error-attr2",
12005 "proc-macro2",
12006 "quote",
12007 "syn 2.0.101",
12008]
12009
12010[[package]]
12011name = "proc-macro2"
12012version = "1.0.95"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12015dependencies = [
12016 "unicode-ident",
12017]
12018
12019[[package]]
12020name = "proc-macro2-diagnostics"
12021version = "0.10.1"
12022source = "registry+https://github.com/rust-lang/crates.io-index"
12023checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12024dependencies = [
12025 "proc-macro2",
12026 "quote",
12027 "syn 2.0.101",
12028 "version_check",
12029 "yansi",
12030]
12031
12032[[package]]
12033name = "procfs-core"
12034version = "0.16.0"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12037dependencies = [
12038 "bitflags 2.9.0",
12039 "hex",
12040]
12041
12042[[package]]
12043name = "profiling"
12044version = "1.0.16"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12047dependencies = [
12048 "profiling-procmacros",
12049]
12050
12051[[package]]
12052name = "profiling-procmacros"
12053version = "1.0.16"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12056dependencies = [
12057 "quote",
12058 "syn 2.0.101",
12059]
12060
12061[[package]]
12062name = "project"
12063version = "0.1.0"
12064dependencies = [
12065 "aho-corasick",
12066 "anyhow",
12067 "askpass",
12068 "async-compat",
12069 "async-trait",
12070 "base64 0.22.1",
12071 "buffer_diff",
12072 "circular-buffer",
12073 "client",
12074 "clock",
12075 "collections",
12076 "context_server",
12077 "dap",
12078 "dap_adapters",
12079 "extension",
12080 "fancy-regex 0.14.0",
12081 "fs",
12082 "futures 0.3.31",
12083 "fuzzy",
12084 "git",
12085 "git2",
12086 "git_hosting_providers",
12087 "globset",
12088 "gpui",
12089 "gpui_tokio",
12090 "http_client",
12091 "image",
12092 "indexmap 2.9.0",
12093 "itertools 0.14.0",
12094 "language",
12095 "log",
12096 "lsp",
12097 "markdown",
12098 "node_runtime",
12099 "parking_lot",
12100 "paths",
12101 "postage",
12102 "prettier",
12103 "pretty_assertions",
12104 "rand 0.9.1",
12105 "regex",
12106 "release_channel",
12107 "remote",
12108 "rpc",
12109 "schemars 1.0.1",
12110 "semver",
12111 "serde",
12112 "serde_json",
12113 "settings",
12114 "sha2",
12115 "shellexpand 2.1.2",
12116 "shlex",
12117 "smallvec",
12118 "smol",
12119 "snippet",
12120 "snippet_provider",
12121 "sum_tree",
12122 "task",
12123 "tempfile",
12124 "terminal",
12125 "text",
12126 "tokio",
12127 "tokio-tungstenite 0.26.2",
12128 "toml 0.8.20",
12129 "unindent",
12130 "url",
12131 "util",
12132 "watch",
12133 "which 6.0.3",
12134 "workspace-hack",
12135 "worktree",
12136 "zeroize",
12137 "zlog",
12138]
12139
12140[[package]]
12141name = "project_panel"
12142version = "0.1.0"
12143dependencies = [
12144 "anyhow",
12145 "client",
12146 "collections",
12147 "command_palette_hooks",
12148 "db",
12149 "editor",
12150 "file_icons",
12151 "git",
12152 "git_ui",
12153 "gpui",
12154 "language",
12155 "menu",
12156 "pretty_assertions",
12157 "project",
12158 "schemars 1.0.1",
12159 "search",
12160 "serde",
12161 "serde_json",
12162 "settings",
12163 "smallvec",
12164 "telemetry",
12165 "theme",
12166 "ui",
12167 "util",
12168 "workspace",
12169 "workspace-hack",
12170 "worktree",
12171 "zed_actions",
12172]
12173
12174[[package]]
12175name = "project_symbols"
12176version = "0.1.0"
12177dependencies = [
12178 "anyhow",
12179 "editor",
12180 "futures 0.3.31",
12181 "fuzzy",
12182 "gpui",
12183 "language",
12184 "lsp",
12185 "ordered-float 2.10.1",
12186 "picker",
12187 "project",
12188 "release_channel",
12189 "serde_json",
12190 "settings",
12191 "theme",
12192 "util",
12193 "workspace",
12194 "workspace-hack",
12195]
12196
12197[[package]]
12198name = "prometheus"
12199version = "0.14.0"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12202dependencies = [
12203 "cfg-if",
12204 "fnv",
12205 "lazy_static",
12206 "memchr",
12207 "parking_lot",
12208 "protobuf",
12209 "thiserror 2.0.12",
12210]
12211
12212[[package]]
12213name = "prompt_store"
12214version = "0.1.0"
12215dependencies = [
12216 "anyhow",
12217 "assets",
12218 "chrono",
12219 "collections",
12220 "fs",
12221 "futures 0.3.31",
12222 "fuzzy",
12223 "gpui",
12224 "handlebars 4.5.0",
12225 "heed",
12226 "language",
12227 "log",
12228 "parking_lot",
12229 "paths",
12230 "rope",
12231 "serde",
12232 "serde_json",
12233 "text",
12234 "util",
12235 "uuid",
12236 "workspace-hack",
12237]
12238
12239[[package]]
12240name = "prost"
12241version = "0.9.0"
12242source = "registry+https://github.com/rust-lang/crates.io-index"
12243checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12244dependencies = [
12245 "bytes 1.10.1",
12246 "prost-derive 0.9.0",
12247]
12248
12249[[package]]
12250name = "prost"
12251version = "0.12.6"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12254dependencies = [
12255 "bytes 1.10.1",
12256 "prost-derive 0.12.6",
12257]
12258
12259[[package]]
12260name = "prost-build"
12261version = "0.9.0"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12264dependencies = [
12265 "bytes 1.10.1",
12266 "heck 0.3.3",
12267 "itertools 0.10.5",
12268 "lazy_static",
12269 "log",
12270 "multimap",
12271 "petgraph",
12272 "prost 0.9.0",
12273 "prost-types 0.9.0",
12274 "regex",
12275 "tempfile",
12276 "which 4.4.2",
12277]
12278
12279[[package]]
12280name = "prost-build"
12281version = "0.12.6"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12284dependencies = [
12285 "bytes 1.10.1",
12286 "heck 0.5.0",
12287 "itertools 0.12.1",
12288 "log",
12289 "multimap",
12290 "once_cell",
12291 "petgraph",
12292 "prettyplease",
12293 "prost 0.12.6",
12294 "prost-types 0.12.6",
12295 "regex",
12296 "syn 2.0.101",
12297 "tempfile",
12298]
12299
12300[[package]]
12301name = "prost-derive"
12302version = "0.9.0"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12305dependencies = [
12306 "anyhow",
12307 "itertools 0.10.5",
12308 "proc-macro2",
12309 "quote",
12310 "syn 1.0.109",
12311]
12312
12313[[package]]
12314name = "prost-derive"
12315version = "0.12.6"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12318dependencies = [
12319 "anyhow",
12320 "itertools 0.12.1",
12321 "proc-macro2",
12322 "quote",
12323 "syn 2.0.101",
12324]
12325
12326[[package]]
12327name = "prost-types"
12328version = "0.9.0"
12329source = "registry+https://github.com/rust-lang/crates.io-index"
12330checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12331dependencies = [
12332 "bytes 1.10.1",
12333 "prost 0.9.0",
12334]
12335
12336[[package]]
12337name = "prost-types"
12338version = "0.12.6"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12341dependencies = [
12342 "prost 0.12.6",
12343]
12344
12345[[package]]
12346name = "proto"
12347version = "0.1.0"
12348dependencies = [
12349 "anyhow",
12350 "collections",
12351 "prost 0.9.0",
12352 "prost-build 0.9.0",
12353 "serde",
12354 "typed-path",
12355 "workspace-hack",
12356]
12357
12358[[package]]
12359name = "protobuf"
12360version = "3.7.2"
12361source = "registry+https://github.com/rust-lang/crates.io-index"
12362checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12363dependencies = [
12364 "once_cell",
12365 "protobuf-support",
12366 "thiserror 1.0.69",
12367]
12368
12369[[package]]
12370name = "protobuf-support"
12371version = "3.7.2"
12372source = "registry+https://github.com/rust-lang/crates.io-index"
12373checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12374dependencies = [
12375 "thiserror 1.0.69",
12376]
12377
12378[[package]]
12379name = "psm"
12380version = "0.1.25"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12383dependencies = [
12384 "cc",
12385]
12386
12387[[package]]
12388name = "ptr_meta"
12389version = "0.1.4"
12390source = "registry+https://github.com/rust-lang/crates.io-index"
12391checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12392dependencies = [
12393 "ptr_meta_derive",
12394]
12395
12396[[package]]
12397name = "ptr_meta_derive"
12398version = "0.1.4"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12401dependencies = [
12402 "proc-macro2",
12403 "quote",
12404 "syn 1.0.109",
12405]
12406
12407[[package]]
12408name = "pulldown-cmark"
12409version = "0.10.3"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12412dependencies = [
12413 "bitflags 2.9.0",
12414 "memchr",
12415 "pulldown-cmark-escape",
12416 "unicase",
12417]
12418
12419[[package]]
12420name = "pulldown-cmark"
12421version = "0.12.2"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12424dependencies = [
12425 "bitflags 2.9.0",
12426 "memchr",
12427 "unicase",
12428]
12429
12430[[package]]
12431name = "pulldown-cmark-escape"
12432version = "0.10.1"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12435
12436[[package]]
12437name = "pulley-interpreter"
12438version = "29.0.1"
12439source = "registry+https://github.com/rust-lang/crates.io-index"
12440checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12441dependencies = [
12442 "cranelift-bitset",
12443 "log",
12444 "sptr",
12445 "wasmtime-math",
12446]
12447
12448[[package]]
12449name = "pulp"
12450version = "0.18.22"
12451source = "registry+https://github.com/rust-lang/crates.io-index"
12452checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12453dependencies = [
12454 "bytemuck",
12455 "libm",
12456 "num-complex",
12457 "reborrow",
12458]
12459
12460[[package]]
12461name = "pulp"
12462version = "0.21.5"
12463source = "registry+https://github.com/rust-lang/crates.io-index"
12464checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12465dependencies = [
12466 "bytemuck",
12467 "cfg-if",
12468 "libm",
12469 "num-complex",
12470 "reborrow",
12471 "version_check",
12472]
12473
12474[[package]]
12475name = "qoi"
12476version = "0.4.1"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12479dependencies = [
12480 "bytemuck",
12481]
12482
12483[[package]]
12484name = "quick-error"
12485version = "2.0.1"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12488
12489[[package]]
12490name = "quick-xml"
12491version = "0.30.0"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12494dependencies = [
12495 "memchr",
12496]
12497
12498[[package]]
12499name = "quick-xml"
12500version = "0.32.0"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12503dependencies = [
12504 "memchr",
12505]
12506
12507[[package]]
12508name = "quick-xml"
12509version = "0.37.4"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12512dependencies = [
12513 "memchr",
12514]
12515
12516[[package]]
12517name = "quinn"
12518version = "0.11.7"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12521dependencies = [
12522 "bytes 1.10.1",
12523 "cfg_aliases 0.2.1",
12524 "pin-project-lite",
12525 "quinn-proto",
12526 "quinn-udp",
12527 "rustc-hash 2.1.1",
12528 "rustls 0.23.26",
12529 "socket2",
12530 "thiserror 2.0.12",
12531 "tokio",
12532 "tracing",
12533 "web-time",
12534]
12535
12536[[package]]
12537name = "quinn-proto"
12538version = "0.11.10"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12541dependencies = [
12542 "bytes 1.10.1",
12543 "getrandom 0.3.2",
12544 "rand 0.9.1",
12545 "ring",
12546 "rustc-hash 2.1.1",
12547 "rustls 0.23.26",
12548 "rustls-pki-types",
12549 "slab",
12550 "thiserror 2.0.12",
12551 "tinyvec",
12552 "tracing",
12553 "web-time",
12554]
12555
12556[[package]]
12557name = "quinn-udp"
12558version = "0.5.11"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12561dependencies = [
12562 "cfg_aliases 0.2.1",
12563 "libc",
12564 "once_cell",
12565 "socket2",
12566 "tracing",
12567 "windows-sys 0.59.0",
12568]
12569
12570[[package]]
12571name = "quote"
12572version = "1.0.40"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12575dependencies = [
12576 "proc-macro2",
12577]
12578
12579[[package]]
12580name = "r-efi"
12581version = "5.2.0"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12584
12585[[package]]
12586name = "radium"
12587version = "0.7.0"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12590
12591[[package]]
12592name = "rand"
12593version = "0.8.5"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12596dependencies = [
12597 "libc",
12598 "rand_chacha 0.3.1",
12599 "rand_core 0.6.4",
12600]
12601
12602[[package]]
12603name = "rand"
12604version = "0.9.1"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12607dependencies = [
12608 "rand_chacha 0.9.0",
12609 "rand_core 0.9.3",
12610]
12611
12612[[package]]
12613name = "rand_chacha"
12614version = "0.3.1"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12617dependencies = [
12618 "ppv-lite86",
12619 "rand_core 0.6.4",
12620]
12621
12622[[package]]
12623name = "rand_chacha"
12624version = "0.9.0"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12627dependencies = [
12628 "ppv-lite86",
12629 "rand_core 0.9.3",
12630]
12631
12632[[package]]
12633name = "rand_core"
12634version = "0.6.4"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12637dependencies = [
12638 "getrandom 0.2.15",
12639]
12640
12641[[package]]
12642name = "rand_core"
12643version = "0.9.3"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12646dependencies = [
12647 "getrandom 0.3.2",
12648]
12649
12650[[package]]
12651name = "rand_distr"
12652version = "0.5.1"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12655dependencies = [
12656 "num-traits",
12657 "rand 0.9.1",
12658]
12659
12660[[package]]
12661name = "range-map"
12662version = "0.2.0"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12665dependencies = [
12666 "num-traits",
12667]
12668
12669[[package]]
12670name = "rangemap"
12671version = "1.5.1"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12674
12675[[package]]
12676name = "rav1e"
12677version = "0.7.1"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12680dependencies = [
12681 "arbitrary",
12682 "arg_enum_proc_macro",
12683 "arrayvec",
12684 "av1-grain",
12685 "bitstream-io",
12686 "built",
12687 "cfg-if",
12688 "interpolate_name",
12689 "itertools 0.12.1",
12690 "libc",
12691 "libfuzzer-sys",
12692 "log",
12693 "maybe-rayon",
12694 "new_debug_unreachable",
12695 "noop_proc_macro",
12696 "num-derive",
12697 "num-traits",
12698 "once_cell",
12699 "paste",
12700 "profiling",
12701 "rand 0.8.5",
12702 "rand_chacha 0.3.1",
12703 "simd_helpers",
12704 "system-deps",
12705 "thiserror 1.0.69",
12706 "v_frame",
12707 "wasm-bindgen",
12708]
12709
12710[[package]]
12711name = "ravif"
12712version = "0.11.12"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12715dependencies = [
12716 "avif-serialize",
12717 "imgref",
12718 "loop9",
12719 "quick-error",
12720 "rav1e",
12721 "rayon",
12722 "rgb",
12723]
12724
12725[[package]]
12726name = "raw-cpuid"
12727version = "10.7.0"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12730dependencies = [
12731 "bitflags 1.3.2",
12732]
12733
12734[[package]]
12735name = "raw-cpuid"
12736version = "11.6.0"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12739dependencies = [
12740 "bitflags 2.9.0",
12741]
12742
12743[[package]]
12744name = "raw-window-handle"
12745version = "0.6.2"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12748
12749[[package]]
12750name = "raw-window-metal"
12751version = "0.4.0"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12754dependencies = [
12755 "cocoa 0.25.0",
12756 "core-graphics 0.23.2",
12757 "objc",
12758 "raw-window-handle",
12759]
12760
12761[[package]]
12762name = "rayon"
12763version = "1.10.0"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12766dependencies = [
12767 "either",
12768 "rayon-core",
12769]
12770
12771[[package]]
12772name = "rayon-core"
12773version = "1.12.1"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12776dependencies = [
12777 "crossbeam-deque",
12778 "crossbeam-utils",
12779]
12780
12781[[package]]
12782name = "read-fonts"
12783version = "0.25.3"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12786dependencies = [
12787 "bytemuck",
12788 "font-types",
12789]
12790
12791[[package]]
12792name = "realfft"
12793version = "3.5.0"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12796dependencies = [
12797 "rustfft",
12798]
12799
12800[[package]]
12801name = "reborrow"
12802version = "0.5.5"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12805
12806[[package]]
12807name = "recent_projects"
12808version = "0.1.0"
12809dependencies = [
12810 "anyhow",
12811 "askpass",
12812 "auto_update",
12813 "dap",
12814 "editor",
12815 "extension_host",
12816 "file_finder",
12817 "futures 0.3.31",
12818 "fuzzy",
12819 "gpui",
12820 "indoc",
12821 "language",
12822 "log",
12823 "markdown",
12824 "menu",
12825 "ordered-float 2.10.1",
12826 "paths",
12827 "picker",
12828 "project",
12829 "release_channel",
12830 "remote",
12831 "serde",
12832 "serde_json",
12833 "settings",
12834 "smol",
12835 "task",
12836 "telemetry",
12837 "theme",
12838 "ui",
12839 "util",
12840 "windows-registry 0.6.0",
12841 "workspace",
12842 "workspace-hack",
12843 "zed_actions",
12844]
12845
12846[[package]]
12847name = "redox_syscall"
12848version = "0.2.16"
12849source = "registry+https://github.com/rust-lang/crates.io-index"
12850checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12851dependencies = [
12852 "bitflags 1.3.2",
12853]
12854
12855[[package]]
12856name = "redox_syscall"
12857version = "0.5.11"
12858source = "registry+https://github.com/rust-lang/crates.io-index"
12859checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12860dependencies = [
12861 "bitflags 2.9.0",
12862]
12863
12864[[package]]
12865name = "redox_users"
12866version = "0.4.6"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12869dependencies = [
12870 "getrandom 0.2.15",
12871 "libredox",
12872 "thiserror 1.0.69",
12873]
12874
12875[[package]]
12876name = "redox_users"
12877version = "0.5.0"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12880dependencies = [
12881 "getrandom 0.2.15",
12882 "libredox",
12883 "thiserror 2.0.12",
12884]
12885
12886[[package]]
12887name = "ref-cast"
12888version = "1.0.24"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12891dependencies = [
12892 "ref-cast-impl",
12893]
12894
12895[[package]]
12896name = "ref-cast-impl"
12897version = "1.0.24"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12900dependencies = [
12901 "proc-macro2",
12902 "quote",
12903 "syn 2.0.101",
12904]
12905
12906[[package]]
12907name = "referencing"
12908version = "0.30.0"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12911dependencies = [
12912 "ahash 0.8.11",
12913 "fluent-uri",
12914 "once_cell",
12915 "parking_lot",
12916 "percent-encoding",
12917 "serde_json",
12918]
12919
12920[[package]]
12921name = "refineable"
12922version = "0.1.0"
12923dependencies = [
12924 "derive_refineable",
12925 "workspace-hack",
12926]
12927
12928[[package]]
12929name = "regalloc2"
12930version = "0.11.2"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12933dependencies = [
12934 "allocator-api2",
12935 "bumpalo",
12936 "hashbrown 0.15.3",
12937 "log",
12938 "rustc-hash 2.1.1",
12939 "serde",
12940 "smallvec",
12941]
12942
12943[[package]]
12944name = "regex"
12945version = "1.11.1"
12946source = "registry+https://github.com/rust-lang/crates.io-index"
12947checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12948dependencies = [
12949 "aho-corasick",
12950 "memchr",
12951 "regex-automata",
12952 "regex-syntax",
12953]
12954
12955[[package]]
12956name = "regex-automata"
12957version = "0.4.9"
12958source = "registry+https://github.com/rust-lang/crates.io-index"
12959checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12960dependencies = [
12961 "aho-corasick",
12962 "memchr",
12963 "regex-syntax",
12964]
12965
12966[[package]]
12967name = "regex-lite"
12968version = "0.1.6"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12971
12972[[package]]
12973name = "regex-syntax"
12974version = "0.8.5"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12977
12978[[package]]
12979name = "release_channel"
12980version = "0.1.0"
12981dependencies = [
12982 "gpui",
12983 "workspace-hack",
12984]
12985
12986[[package]]
12987name = "remote"
12988version = "0.1.0"
12989dependencies = [
12990 "anyhow",
12991 "askpass",
12992 "async-trait",
12993 "collections",
12994 "fs",
12995 "futures 0.3.31",
12996 "gpui",
12997 "itertools 0.14.0",
12998 "log",
12999 "parking_lot",
13000 "paths",
13001 "prost 0.9.0",
13002 "release_channel",
13003 "rpc",
13004 "serde",
13005 "serde_json",
13006 "settings",
13007 "shlex",
13008 "smol",
13009 "tempfile",
13010 "thiserror 2.0.12",
13011 "urlencoding",
13012 "util",
13013 "which 6.0.3",
13014 "workspace-hack",
13015]
13016
13017[[package]]
13018name = "remote_server"
13019version = "0.1.0"
13020dependencies = [
13021 "action_log",
13022 "anyhow",
13023 "askpass",
13024 "assistant_tool",
13025 "assistant_tools",
13026 "cargo_toml",
13027 "clap",
13028 "client",
13029 "clock",
13030 "collections",
13031 "crash-handler",
13032 "crashes",
13033 "dap",
13034 "dap_adapters",
13035 "debug_adapter_extension",
13036 "editor",
13037 "env_logger 0.11.8",
13038 "extension",
13039 "extension_host",
13040 "fork",
13041 "fs",
13042 "futures 0.3.31",
13043 "git",
13044 "git2",
13045 "git_hosting_providers",
13046 "gpui",
13047 "gpui_tokio",
13048 "http_client",
13049 "language",
13050 "language_extension",
13051 "language_model",
13052 "languages",
13053 "libc",
13054 "log",
13055 "lsp",
13056 "minidumper",
13057 "node_runtime",
13058 "paths",
13059 "pretty_assertions",
13060 "project",
13061 "proto",
13062 "release_channel",
13063 "remote",
13064 "reqwest_client",
13065 "rpc",
13066 "rust-embed",
13067 "serde",
13068 "serde_json",
13069 "settings",
13070 "shellexpand 2.1.2",
13071 "smol",
13072 "sysinfo",
13073 "thiserror 2.0.12",
13074 "toml 0.8.20",
13075 "unindent",
13076 "util",
13077 "watch",
13078 "workspace",
13079 "worktree",
13080 "zlog",
13081]
13082
13083[[package]]
13084name = "rend"
13085version = "0.4.2"
13086source = "registry+https://github.com/rust-lang/crates.io-index"
13087checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13088dependencies = [
13089 "bytecheck",
13090]
13091
13092[[package]]
13093name = "repl"
13094version = "0.1.0"
13095dependencies = [
13096 "alacritty_terminal",
13097 "anyhow",
13098 "async-dispatcher",
13099 "async-tungstenite",
13100 "base64 0.22.1",
13101 "client",
13102 "collections",
13103 "command_palette_hooks",
13104 "editor",
13105 "env_logger 0.11.8",
13106 "feature_flags",
13107 "file_icons",
13108 "futures 0.3.31",
13109 "gpui",
13110 "http_client",
13111 "image",
13112 "indoc",
13113 "jupyter-protocol",
13114 "jupyter-websocket-client",
13115 "language",
13116 "languages",
13117 "log",
13118 "markdown_preview",
13119 "menu",
13120 "multi_buffer",
13121 "nbformat",
13122 "picker",
13123 "project",
13124 "runtimelib",
13125 "serde",
13126 "serde_json",
13127 "settings",
13128 "smol",
13129 "telemetry",
13130 "terminal",
13131 "terminal_view",
13132 "theme",
13133 "tree-sitter-md",
13134 "tree-sitter-python",
13135 "tree-sitter-typescript",
13136 "ui",
13137 "util",
13138 "uuid",
13139 "workspace",
13140 "workspace-hack",
13141]
13142
13143[[package]]
13144name = "reqwest"
13145version = "0.11.27"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13148dependencies = [
13149 "base64 0.21.7",
13150 "bytes 1.10.1",
13151 "encoding_rs",
13152 "futures-core",
13153 "futures-util",
13154 "h2 0.3.26",
13155 "http 0.2.12",
13156 "http-body 0.4.6",
13157 "hyper 0.14.32",
13158 "hyper-rustls 0.24.2",
13159 "hyper-tls",
13160 "ipnet",
13161 "js-sys",
13162 "log",
13163 "mime",
13164 "native-tls",
13165 "once_cell",
13166 "percent-encoding",
13167 "pin-project-lite",
13168 "rustls 0.21.12",
13169 "rustls-native-certs 0.6.3",
13170 "rustls-pemfile 1.0.4",
13171 "serde",
13172 "serde_json",
13173 "serde_urlencoded",
13174 "sync_wrapper 0.1.2",
13175 "system-configuration 0.5.1",
13176 "tokio",
13177 "tokio-native-tls",
13178 "tokio-rustls 0.24.1",
13179 "tower-service",
13180 "url",
13181 "wasm-bindgen",
13182 "wasm-bindgen-futures",
13183 "web-sys",
13184 "winreg 0.50.0",
13185]
13186
13187[[package]]
13188name = "reqwest"
13189version = "0.12.15"
13190source = "registry+https://github.com/rust-lang/crates.io-index"
13191checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13192dependencies = [
13193 "base64 0.22.1",
13194 "bytes 1.10.1",
13195 "futures-channel",
13196 "futures-core",
13197 "futures-util",
13198 "http 1.3.1",
13199 "http-body 1.0.1",
13200 "http-body-util",
13201 "hyper 1.6.0",
13202 "hyper-util",
13203 "ipnet",
13204 "js-sys",
13205 "log",
13206 "mime",
13207 "once_cell",
13208 "percent-encoding",
13209 "pin-project-lite",
13210 "serde",
13211 "serde_json",
13212 "serde_urlencoded",
13213 "sync_wrapper 1.0.2",
13214 "tokio",
13215 "tower 0.5.2",
13216 "tower-service",
13217 "url",
13218 "wasm-bindgen",
13219 "wasm-bindgen-futures",
13220 "web-sys",
13221 "windows-registry 0.4.0",
13222]
13223
13224[[package]]
13225name = "reqwest"
13226version = "0.12.15"
13227source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13228dependencies = [
13229 "base64 0.22.1",
13230 "bytes 1.10.1",
13231 "encoding_rs",
13232 "futures-core",
13233 "futures-util",
13234 "h2 0.4.9",
13235 "http 1.3.1",
13236 "http-body 1.0.1",
13237 "http-body-util",
13238 "hyper 1.6.0",
13239 "hyper-rustls 0.27.5",
13240 "hyper-util",
13241 "ipnet",
13242 "js-sys",
13243 "log",
13244 "mime",
13245 "mime_guess",
13246 "once_cell",
13247 "percent-encoding",
13248 "pin-project-lite",
13249 "quinn",
13250 "rustls 0.23.26",
13251 "rustls-native-certs 0.8.1",
13252 "rustls-pemfile 2.2.0",
13253 "rustls-pki-types",
13254 "serde",
13255 "serde_json",
13256 "serde_urlencoded",
13257 "sync_wrapper 1.0.2",
13258 "system-configuration 0.6.1",
13259 "tokio",
13260 "tokio-rustls 0.26.2",
13261 "tokio-socks",
13262 "tokio-util",
13263 "tower 0.5.2",
13264 "tower-service",
13265 "url",
13266 "wasm-bindgen",
13267 "wasm-bindgen-futures",
13268 "wasm-streams",
13269 "web-sys",
13270 "windows-registry 0.4.0",
13271]
13272
13273[[package]]
13274name = "reqwest_client"
13275version = "0.1.0"
13276dependencies = [
13277 "anyhow",
13278 "bytes 1.10.1",
13279 "futures 0.3.31",
13280 "gpui",
13281 "http_client",
13282 "http_client_tls",
13283 "log",
13284 "regex",
13285 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13286 "serde",
13287 "tokio",
13288 "workspace-hack",
13289]
13290
13291[[package]]
13292name = "resvg"
13293version = "0.45.1"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13296dependencies = [
13297 "log",
13298 "pico-args",
13299 "rgb",
13300 "svgtypes",
13301 "tiny-skia",
13302 "usvg",
13303]
13304
13305[[package]]
13306name = "rfc6979"
13307version = "0.3.1"
13308source = "registry+https://github.com/rust-lang/crates.io-index"
13309checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13310dependencies = [
13311 "crypto-bigint 0.4.9",
13312 "hmac",
13313 "zeroize",
13314]
13315
13316[[package]]
13317name = "rgb"
13318version = "0.8.50"
13319source = "registry+https://github.com/rust-lang/crates.io-index"
13320checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13321dependencies = [
13322 "bytemuck",
13323]
13324
13325[[package]]
13326name = "rich_text"
13327version = "0.1.0"
13328dependencies = [
13329 "futures 0.3.31",
13330 "gpui",
13331 "language",
13332 "linkify",
13333 "pulldown-cmark 0.12.2",
13334 "theme",
13335 "ui",
13336 "util",
13337 "workspace-hack",
13338]
13339
13340[[package]]
13341name = "ring"
13342version = "0.17.14"
13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13345dependencies = [
13346 "cc",
13347 "cfg-if",
13348 "getrandom 0.2.15",
13349 "libc",
13350 "untrusted",
13351 "windows-sys 0.52.0",
13352]
13353
13354[[package]]
13355name = "rkyv"
13356version = "0.7.45"
13357source = "registry+https://github.com/rust-lang/crates.io-index"
13358checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13359dependencies = [
13360 "bitvec",
13361 "bytecheck",
13362 "bytes 1.10.1",
13363 "hashbrown 0.12.3",
13364 "ptr_meta",
13365 "rend",
13366 "rkyv_derive",
13367 "seahash",
13368 "tinyvec",
13369 "uuid",
13370]
13371
13372[[package]]
13373name = "rkyv_derive"
13374version = "0.7.45"
13375source = "registry+https://github.com/rust-lang/crates.io-index"
13376checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13377dependencies = [
13378 "proc-macro2",
13379 "quote",
13380 "syn 1.0.109",
13381]
13382
13383[[package]]
13384name = "rmp"
13385version = "0.8.14"
13386source = "registry+https://github.com/rust-lang/crates.io-index"
13387checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13388dependencies = [
13389 "byteorder",
13390 "num-traits",
13391 "paste",
13392]
13393
13394[[package]]
13395name = "rmpv"
13396version = "1.3.0"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13399dependencies = [
13400 "num-traits",
13401 "rmp",
13402]
13403
13404[[package]]
13405name = "rodio"
13406version = "0.21.1"
13407source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13408dependencies = [
13409 "cpal",
13410 "dasp_sample",
13411 "hound",
13412 "num-rational",
13413 "rtrb",
13414 "symphonia",
13415 "thiserror 2.0.12",
13416]
13417
13418[[package]]
13419name = "rope"
13420version = "0.1.0"
13421dependencies = [
13422 "arrayvec",
13423 "criterion",
13424 "ctor",
13425 "gpui",
13426 "log",
13427 "rand 0.9.1",
13428 "rayon",
13429 "smallvec",
13430 "sum_tree",
13431 "unicode-segmentation",
13432 "util",
13433 "workspace-hack",
13434 "zlog",
13435]
13436
13437[[package]]
13438name = "roxmltree"
13439version = "0.20.0"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13442
13443[[package]]
13444name = "rpc"
13445version = "0.1.0"
13446dependencies = [
13447 "anyhow",
13448 "async-tungstenite",
13449 "base64 0.22.1",
13450 "chrono",
13451 "collections",
13452 "futures 0.3.31",
13453 "gpui",
13454 "parking_lot",
13455 "proto",
13456 "rand 0.9.1",
13457 "rsa",
13458 "serde",
13459 "serde_json",
13460 "sha2",
13461 "strum 0.27.1",
13462 "tracing",
13463 "util",
13464 "workspace-hack",
13465 "zlog",
13466 "zstd",
13467]
13468
13469[[package]]
13470name = "rsa"
13471version = "0.9.8"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13474dependencies = [
13475 "const-oid",
13476 "digest",
13477 "num-bigint-dig",
13478 "num-integer",
13479 "num-traits",
13480 "pkcs1",
13481 "pkcs8 0.10.2",
13482 "rand_core 0.6.4",
13483 "signature 2.2.0",
13484 "spki 0.7.3",
13485 "subtle",
13486 "zeroize",
13487]
13488
13489[[package]]
13490name = "rtrb"
13491version = "0.3.2"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13494
13495[[package]]
13496name = "rules_library"
13497version = "0.1.0"
13498dependencies = [
13499 "anyhow",
13500 "collections",
13501 "editor",
13502 "gpui",
13503 "language",
13504 "language_model",
13505 "log",
13506 "menu",
13507 "picker",
13508 "prompt_store",
13509 "release_channel",
13510 "rope",
13511 "serde",
13512 "settings",
13513 "theme",
13514 "title_bar",
13515 "ui",
13516 "util",
13517 "workspace",
13518 "workspace-hack",
13519 "zed_actions",
13520]
13521
13522[[package]]
13523name = "runtimelib"
13524version = "0.25.0"
13525source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13526dependencies = [
13527 "anyhow",
13528 "async-dispatcher",
13529 "async-std",
13530 "base64 0.22.1",
13531 "bytes 1.10.1",
13532 "chrono",
13533 "data-encoding",
13534 "dirs 5.0.1",
13535 "futures 0.3.31",
13536 "glob",
13537 "jupyter-protocol",
13538 "ring",
13539 "serde",
13540 "serde_json",
13541 "shellexpand 3.1.1",
13542 "smol",
13543 "uuid",
13544 "zeromq",
13545]
13546
13547[[package]]
13548name = "rust-embed"
13549version = "8.7.0"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13552dependencies = [
13553 "rust-embed-impl",
13554 "rust-embed-utils",
13555 "walkdir",
13556]
13557
13558[[package]]
13559name = "rust-embed-impl"
13560version = "8.7.0"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13563dependencies = [
13564 "proc-macro2",
13565 "quote",
13566 "rust-embed-utils",
13567 "syn 2.0.101",
13568 "walkdir",
13569]
13570
13571[[package]]
13572name = "rust-embed-utils"
13573version = "8.7.0"
13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13576dependencies = [
13577 "globset",
13578 "sha2",
13579 "walkdir",
13580]
13581
13582[[package]]
13583name = "rust_decimal"
13584version = "1.37.1"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13587dependencies = [
13588 "arrayvec",
13589 "borsh",
13590 "bytes 1.10.1",
13591 "num-traits",
13592 "rand 0.8.5",
13593 "rkyv",
13594 "serde",
13595 "serde_json",
13596]
13597
13598[[package]]
13599name = "rustc-demangle"
13600version = "0.1.24"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13603
13604[[package]]
13605name = "rustc-hash"
13606version = "1.1.0"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13609
13610[[package]]
13611name = "rustc-hash"
13612version = "2.1.1"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13615
13616[[package]]
13617name = "rustc_version"
13618version = "0.4.1"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13621dependencies = [
13622 "semver",
13623]
13624
13625[[package]]
13626name = "rustfft"
13627version = "6.4.0"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13630dependencies = [
13631 "num-complex",
13632 "num-integer",
13633 "num-traits",
13634 "primal-check",
13635 "strength_reduce",
13636 "transpose",
13637]
13638
13639[[package]]
13640name = "rustix"
13641version = "0.38.44"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13644dependencies = [
13645 "bitflags 2.9.0",
13646 "errno 0.3.11",
13647 "libc",
13648 "linux-raw-sys 0.4.15",
13649 "windows-sys 0.59.0",
13650]
13651
13652[[package]]
13653name = "rustix"
13654version = "1.0.7"
13655source = "registry+https://github.com/rust-lang/crates.io-index"
13656checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13657dependencies = [
13658 "bitflags 2.9.0",
13659 "errno 0.3.11",
13660 "libc",
13661 "linux-raw-sys 0.9.4",
13662 "windows-sys 0.59.0",
13663]
13664
13665[[package]]
13666name = "rustix-linux-procfs"
13667version = "0.1.1"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13670dependencies = [
13671 "once_cell",
13672 "rustix 1.0.7",
13673]
13674
13675[[package]]
13676name = "rustix-openpty"
13677version = "0.2.0"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13680dependencies = [
13681 "errno 0.3.11",
13682 "libc",
13683 "rustix 1.0.7",
13684]
13685
13686[[package]]
13687name = "rustls"
13688version = "0.21.12"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13691dependencies = [
13692 "log",
13693 "ring",
13694 "rustls-webpki 0.101.7",
13695 "sct",
13696]
13697
13698[[package]]
13699name = "rustls"
13700version = "0.23.26"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13703dependencies = [
13704 "aws-lc-rs",
13705 "log",
13706 "once_cell",
13707 "ring",
13708 "rustls-pki-types",
13709 "rustls-webpki 0.103.1",
13710 "subtle",
13711 "zeroize",
13712]
13713
13714[[package]]
13715name = "rustls-native-certs"
13716version = "0.6.3"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13719dependencies = [
13720 "openssl-probe",
13721 "rustls-pemfile 1.0.4",
13722 "schannel",
13723 "security-framework 2.11.1",
13724]
13725
13726[[package]]
13727name = "rustls-native-certs"
13728version = "0.8.1"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13731dependencies = [
13732 "openssl-probe",
13733 "rustls-pki-types",
13734 "schannel",
13735 "security-framework 3.2.0",
13736]
13737
13738[[package]]
13739name = "rustls-pemfile"
13740version = "1.0.4"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13743dependencies = [
13744 "base64 0.21.7",
13745]
13746
13747[[package]]
13748name = "rustls-pemfile"
13749version = "2.2.0"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13752dependencies = [
13753 "rustls-pki-types",
13754]
13755
13756[[package]]
13757name = "rustls-pki-types"
13758version = "1.12.0"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13761dependencies = [
13762 "web-time",
13763 "zeroize",
13764]
13765
13766[[package]]
13767name = "rustls-platform-verifier"
13768version = "0.5.1"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13771dependencies = [
13772 "core-foundation 0.10.0",
13773 "core-foundation-sys",
13774 "jni",
13775 "log",
13776 "once_cell",
13777 "rustls 0.23.26",
13778 "rustls-native-certs 0.8.1",
13779 "rustls-platform-verifier-android",
13780 "rustls-webpki 0.103.1",
13781 "security-framework 3.2.0",
13782 "security-framework-sys",
13783 "webpki-root-certs",
13784 "windows-sys 0.59.0",
13785]
13786
13787[[package]]
13788name = "rustls-platform-verifier-android"
13789version = "0.1.1"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13792
13793[[package]]
13794name = "rustls-webpki"
13795version = "0.101.7"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13798dependencies = [
13799 "ring",
13800 "untrusted",
13801]
13802
13803[[package]]
13804name = "rustls-webpki"
13805version = "0.103.1"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13808dependencies = [
13809 "aws-lc-rs",
13810 "ring",
13811 "rustls-pki-types",
13812 "untrusted",
13813]
13814
13815[[package]]
13816name = "rustversion"
13817version = "1.0.20"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13820
13821[[package]]
13822name = "rustybuzz"
13823version = "0.14.1"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13826dependencies = [
13827 "bitflags 2.9.0",
13828 "bytemuck",
13829 "libm",
13830 "smallvec",
13831 "ttf-parser 0.21.1",
13832 "unicode-bidi-mirroring 0.2.0",
13833 "unicode-ccc 0.2.0",
13834 "unicode-properties",
13835 "unicode-script",
13836]
13837
13838[[package]]
13839name = "rustybuzz"
13840version = "0.20.1"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13843dependencies = [
13844 "bitflags 2.9.0",
13845 "bytemuck",
13846 "core_maths",
13847 "log",
13848 "smallvec",
13849 "ttf-parser 0.25.1",
13850 "unicode-bidi-mirroring 0.4.0",
13851 "unicode-ccc 0.4.0",
13852 "unicode-properties",
13853 "unicode-script",
13854]
13855
13856[[package]]
13857name = "ryu"
13858version = "1.0.20"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13861
13862[[package]]
13863name = "safetensors"
13864version = "0.4.5"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13867dependencies = [
13868 "serde",
13869 "serde_json",
13870]
13871
13872[[package]]
13873name = "salsa20"
13874version = "0.10.2"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13877dependencies = [
13878 "cipher",
13879]
13880
13881[[package]]
13882name = "same-file"
13883version = "1.0.6"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13886dependencies = [
13887 "winapi-util",
13888]
13889
13890[[package]]
13891name = "scap"
13892version = "0.0.8"
13893source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13894dependencies = [
13895 "anyhow",
13896 "cocoa 0.25.0",
13897 "core-graphics-helmer-fork",
13898 "log",
13899 "objc",
13900 "rand 0.8.5",
13901 "screencapturekit",
13902 "screencapturekit-sys",
13903 "sysinfo",
13904 "tao-core-video-sys",
13905 "windows 0.61.1",
13906 "windows-capture",
13907 "x11",
13908 "xcb",
13909]
13910
13911[[package]]
13912name = "schannel"
13913version = "0.1.27"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13916dependencies = [
13917 "windows-sys 0.59.0",
13918]
13919
13920[[package]]
13921name = "scheduler"
13922version = "0.1.0"
13923dependencies = [
13924 "async-task",
13925 "backtrace",
13926 "chrono",
13927 "futures 0.3.31",
13928 "parking_lot",
13929 "rand 0.9.1",
13930 "workspace-hack",
13931]
13932
13933[[package]]
13934name = "schema_generator"
13935version = "0.1.0"
13936dependencies = [
13937 "anyhow",
13938 "clap",
13939 "env_logger 0.11.8",
13940 "schemars 1.0.1",
13941 "serde",
13942 "serde_json",
13943 "theme",
13944 "workspace-hack",
13945]
13946
13947[[package]]
13948name = "schemars"
13949version = "0.9.0"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13952dependencies = [
13953 "dyn-clone",
13954 "ref-cast",
13955 "serde",
13956 "serde_json",
13957]
13958
13959[[package]]
13960name = "schemars"
13961version = "1.0.1"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13964dependencies = [
13965 "dyn-clone",
13966 "indexmap 2.9.0",
13967 "ref-cast",
13968 "schemars_derive",
13969 "serde",
13970 "serde_json",
13971]
13972
13973[[package]]
13974name = "schemars_derive"
13975version = "1.0.1"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
13978dependencies = [
13979 "proc-macro2",
13980 "quote",
13981 "serde_derive_internals",
13982 "syn 2.0.101",
13983]
13984
13985[[package]]
13986name = "scoped-tls"
13987version = "1.0.1"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13990
13991[[package]]
13992name = "scopeguard"
13993version = "1.2.0"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13996
13997[[package]]
13998name = "scratch"
13999version = "1.0.8"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14002
14003[[package]]
14004name = "screencapturekit"
14005version = "0.2.8"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14008dependencies = [
14009 "screencapturekit-sys",
14010]
14011
14012[[package]]
14013name = "screencapturekit-sys"
14014version = "0.2.8"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14017dependencies = [
14018 "block",
14019 "dispatch",
14020 "objc",
14021 "objc-foundation",
14022 "objc_id",
14023 "once_cell",
14024]
14025
14026[[package]]
14027name = "scroll"
14028version = "0.12.0"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14031dependencies = [
14032 "scroll_derive",
14033]
14034
14035[[package]]
14036name = "scroll_derive"
14037version = "0.12.1"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14040dependencies = [
14041 "proc-macro2",
14042 "quote",
14043 "syn 2.0.101",
14044]
14045
14046[[package]]
14047name = "scrypt"
14048version = "0.11.0"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14051dependencies = [
14052 "password-hash 0.5.0",
14053 "pbkdf2 0.12.2",
14054 "salsa20",
14055 "sha2",
14056]
14057
14058[[package]]
14059name = "sct"
14060version = "0.7.1"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14063dependencies = [
14064 "ring",
14065 "untrusted",
14066]
14067
14068[[package]]
14069name = "sea-bae"
14070version = "0.2.1"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14073dependencies = [
14074 "heck 0.4.1",
14075 "proc-macro-error2",
14076 "proc-macro2",
14077 "quote",
14078 "syn 2.0.101",
14079]
14080
14081[[package]]
14082name = "sea-orm"
14083version = "1.1.10"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14086dependencies = [
14087 "async-stream",
14088 "async-trait",
14089 "bigdecimal",
14090 "chrono",
14091 "futures-util",
14092 "log",
14093 "ouroboros",
14094 "pgvector",
14095 "rust_decimal",
14096 "sea-orm-macros",
14097 "sea-query",
14098 "sea-query-binder",
14099 "serde",
14100 "serde_json",
14101 "sqlx",
14102 "strum 0.26.3",
14103 "thiserror 2.0.12",
14104 "time",
14105 "tracing",
14106 "url",
14107 "uuid",
14108]
14109
14110[[package]]
14111name = "sea-orm-macros"
14112version = "1.1.10"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14115dependencies = [
14116 "heck 0.4.1",
14117 "proc-macro2",
14118 "quote",
14119 "sea-bae",
14120 "syn 2.0.101",
14121 "unicode-ident",
14122]
14123
14124[[package]]
14125name = "sea-query"
14126version = "0.32.4"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14129dependencies = [
14130 "bigdecimal",
14131 "chrono",
14132 "inherent",
14133 "ordered-float 4.6.0",
14134 "rust_decimal",
14135 "serde_json",
14136 "time",
14137 "uuid",
14138]
14139
14140[[package]]
14141name = "sea-query-binder"
14142version = "0.7.0"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14145dependencies = [
14146 "bigdecimal",
14147 "chrono",
14148 "rust_decimal",
14149 "sea-query",
14150 "serde_json",
14151 "sqlx",
14152 "time",
14153 "uuid",
14154]
14155
14156[[package]]
14157name = "seahash"
14158version = "4.1.0"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14161
14162[[package]]
14163name = "search"
14164version = "0.1.0"
14165dependencies = [
14166 "any_vec",
14167 "anyhow",
14168 "bitflags 2.9.0",
14169 "client",
14170 "collections",
14171 "editor",
14172 "futures 0.3.31",
14173 "gpui",
14174 "language",
14175 "menu",
14176 "project",
14177 "schemars 1.0.1",
14178 "serde",
14179 "serde_json",
14180 "settings",
14181 "smol",
14182 "theme",
14183 "ui",
14184 "unindent",
14185 "util",
14186 "workspace",
14187 "workspace-hack",
14188 "zed_actions",
14189]
14190
14191[[package]]
14192name = "sec1"
14193version = "0.3.0"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14196dependencies = [
14197 "base16ct",
14198 "der 0.6.1",
14199 "generic-array",
14200 "pkcs8 0.9.0",
14201 "subtle",
14202 "zeroize",
14203]
14204
14205[[package]]
14206name = "security-framework"
14207version = "2.11.1"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14210dependencies = [
14211 "bitflags 2.9.0",
14212 "core-foundation 0.9.4",
14213 "core-foundation-sys",
14214 "libc",
14215 "security-framework-sys",
14216]
14217
14218[[package]]
14219name = "security-framework"
14220version = "3.2.0"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14223dependencies = [
14224 "bitflags 2.9.0",
14225 "core-foundation 0.10.0",
14226 "core-foundation-sys",
14227 "libc",
14228 "security-framework-sys",
14229]
14230
14231[[package]]
14232name = "security-framework-sys"
14233version = "2.14.0"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14236dependencies = [
14237 "core-foundation-sys",
14238 "libc",
14239]
14240
14241[[package]]
14242name = "self_cell"
14243version = "1.2.0"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14246
14247[[package]]
14248name = "semantic_version"
14249version = "0.1.0"
14250dependencies = [
14251 "anyhow",
14252 "serde",
14253 "workspace-hack",
14254]
14255
14256[[package]]
14257name = "semver"
14258version = "1.0.26"
14259source = "registry+https://github.com/rust-lang/crates.io-index"
14260checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14261dependencies = [
14262 "serde",
14263]
14264
14265[[package]]
14266name = "seq-macro"
14267version = "0.3.6"
14268source = "registry+https://github.com/rust-lang/crates.io-index"
14269checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14270
14271[[package]]
14272name = "serde"
14273version = "1.0.221"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14276dependencies = [
14277 "serde_core",
14278 "serde_derive",
14279]
14280
14281[[package]]
14282name = "serde_core"
14283version = "1.0.221"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14286dependencies = [
14287 "serde_derive",
14288]
14289
14290[[package]]
14291name = "serde_derive"
14292version = "1.0.221"
14293source = "registry+https://github.com/rust-lang/crates.io-index"
14294checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14295dependencies = [
14296 "proc-macro2",
14297 "quote",
14298 "syn 2.0.101",
14299]
14300
14301[[package]]
14302name = "serde_derive_internals"
14303version = "0.29.1"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14306dependencies = [
14307 "proc-macro2",
14308 "quote",
14309 "syn 2.0.101",
14310]
14311
14312[[package]]
14313name = "serde_fmt"
14314version = "1.0.3"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14317dependencies = [
14318 "serde",
14319]
14320
14321[[package]]
14322name = "serde_json"
14323version = "1.0.144"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14326dependencies = [
14327 "indexmap 2.9.0",
14328 "itoa",
14329 "memchr",
14330 "ryu",
14331 "serde_core",
14332]
14333
14334[[package]]
14335name = "serde_json_lenient"
14336version = "0.2.4"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14339dependencies = [
14340 "indexmap 2.9.0",
14341 "itoa",
14342 "memchr",
14343 "ryu",
14344 "serde",
14345]
14346
14347[[package]]
14348name = "serde_path_to_error"
14349version = "0.1.17"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14352dependencies = [
14353 "itoa",
14354 "serde",
14355]
14356
14357[[package]]
14358name = "serde_repr"
14359version = "0.1.20"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14362dependencies = [
14363 "proc-macro2",
14364 "quote",
14365 "syn 2.0.101",
14366]
14367
14368[[package]]
14369name = "serde_spanned"
14370version = "0.6.8"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14373dependencies = [
14374 "serde",
14375]
14376
14377[[package]]
14378name = "serde_urlencoded"
14379version = "0.7.1"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14382dependencies = [
14383 "form_urlencoded",
14384 "itoa",
14385 "ryu",
14386 "serde",
14387]
14388
14389[[package]]
14390name = "serde_with"
14391version = "3.13.0"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14394dependencies = [
14395 "base64 0.22.1",
14396 "chrono",
14397 "hex",
14398 "indexmap 1.9.3",
14399 "indexmap 2.9.0",
14400 "schemars 0.9.0",
14401 "serde",
14402 "serde_derive",
14403 "serde_json",
14404 "serde_with_macros",
14405 "time",
14406]
14407
14408[[package]]
14409name = "serde_with_macros"
14410version = "3.13.0"
14411source = "registry+https://github.com/rust-lang/crates.io-index"
14412checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14413dependencies = [
14414 "darling",
14415 "proc-macro2",
14416 "quote",
14417 "syn 2.0.101",
14418]
14419
14420[[package]]
14421name = "serial2"
14422version = "0.2.29"
14423source = "registry+https://github.com/rust-lang/crates.io-index"
14424checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14425dependencies = [
14426 "cfg-if",
14427 "libc",
14428 "winapi",
14429]
14430
14431[[package]]
14432name = "session"
14433version = "0.1.0"
14434dependencies = [
14435 "db",
14436 "gpui",
14437 "serde_json",
14438 "util",
14439 "uuid",
14440 "workspace-hack",
14441]
14442
14443[[package]]
14444name = "settings"
14445version = "0.1.0"
14446dependencies = [
14447 "anyhow",
14448 "collections",
14449 "ec4rs",
14450 "fs",
14451 "futures 0.3.31",
14452 "gpui",
14453 "indoc",
14454 "inventory",
14455 "log",
14456 "paths",
14457 "pretty_assertions",
14458 "release_channel",
14459 "rust-embed",
14460 "schemars 1.0.1",
14461 "serde",
14462 "serde_json",
14463 "serde_json_lenient",
14464 "serde_path_to_error",
14465 "serde_repr",
14466 "serde_with",
14467 "settings_macros",
14468 "smallvec",
14469 "strum 0.27.1",
14470 "tree-sitter",
14471 "tree-sitter-json",
14472 "unindent",
14473 "util",
14474 "workspace-hack",
14475 "zlog",
14476]
14477
14478[[package]]
14479name = "settings_macros"
14480version = "0.1.0"
14481dependencies = [
14482 "quote",
14483 "settings",
14484 "syn 2.0.101",
14485 "workspace-hack",
14486]
14487
14488[[package]]
14489name = "settings_profile_selector"
14490version = "0.1.0"
14491dependencies = [
14492 "client",
14493 "editor",
14494 "fuzzy",
14495 "gpui",
14496 "language",
14497 "menu",
14498 "picker",
14499 "project",
14500 "serde_json",
14501 "settings",
14502 "theme",
14503 "ui",
14504 "workspace",
14505 "workspace-hack",
14506 "zed_actions",
14507]
14508
14509[[package]]
14510name = "settings_ui"
14511version = "0.1.0"
14512dependencies = [
14513 "anyhow",
14514 "assets",
14515 "client",
14516 "command_palette_hooks",
14517 "editor",
14518 "feature_flags",
14519 "fs",
14520 "futures 0.3.31",
14521 "gpui",
14522 "language",
14523 "menu",
14524 "node_runtime",
14525 "paths",
14526 "project",
14527 "serde",
14528 "session",
14529 "settings",
14530 "strum 0.27.1",
14531 "theme",
14532 "ui",
14533 "util",
14534 "workspace",
14535 "workspace-hack",
14536 "zlog",
14537]
14538
14539[[package]]
14540name = "sha1"
14541version = "0.10.6"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14544dependencies = [
14545 "cfg-if",
14546 "cpufeatures",
14547 "digest",
14548]
14549
14550[[package]]
14551name = "sha1_smol"
14552version = "1.0.1"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14555
14556[[package]]
14557name = "sha2"
14558version = "0.10.8"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14561dependencies = [
14562 "cfg-if",
14563 "cpufeatures",
14564 "digest",
14565]
14566
14567[[package]]
14568name = "sharded-slab"
14569version = "0.1.7"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14572dependencies = [
14573 "lazy_static",
14574]
14575
14576[[package]]
14577name = "shared_library"
14578version = "0.1.9"
14579source = "registry+https://github.com/rust-lang/crates.io-index"
14580checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14581dependencies = [
14582 "lazy_static",
14583 "libc",
14584]
14585
14586[[package]]
14587name = "shell-words"
14588version = "1.1.0"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14591
14592[[package]]
14593name = "shellexpand"
14594version = "2.1.2"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14597dependencies = [
14598 "dirs 4.0.0",
14599]
14600
14601[[package]]
14602name = "shellexpand"
14603version = "3.1.1"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14606dependencies = [
14607 "dirs 6.0.0",
14608]
14609
14610[[package]]
14611name = "shlex"
14612version = "1.3.0"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14615
14616[[package]]
14617name = "signal-hook"
14618version = "0.3.17"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14621dependencies = [
14622 "libc",
14623 "signal-hook-registry",
14624]
14625
14626[[package]]
14627name = "signal-hook-registry"
14628version = "1.4.5"
14629source = "registry+https://github.com/rust-lang/crates.io-index"
14630checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14631dependencies = [
14632 "libc",
14633]
14634
14635[[package]]
14636name = "signature"
14637version = "1.6.4"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14640dependencies = [
14641 "digest",
14642 "rand_core 0.6.4",
14643]
14644
14645[[package]]
14646name = "signature"
14647version = "2.2.0"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14650dependencies = [
14651 "digest",
14652 "rand_core 0.6.4",
14653]
14654
14655[[package]]
14656name = "simd-adler32"
14657version = "0.3.7"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14660
14661[[package]]
14662name = "simd_helpers"
14663version = "0.1.0"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14666dependencies = [
14667 "quote",
14668]
14669
14670[[package]]
14671name = "simdutf8"
14672version = "0.1.5"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14675
14676[[package]]
14677name = "simple_asn1"
14678version = "0.6.3"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14681dependencies = [
14682 "num-bigint",
14683 "num-traits",
14684 "thiserror 2.0.12",
14685 "time",
14686]
14687
14688[[package]]
14689name = "simplecss"
14690version = "0.2.2"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14693dependencies = [
14694 "log",
14695]
14696
14697[[package]]
14698name = "simplelog"
14699version = "0.12.2"
14700source = "registry+https://github.com/rust-lang/crates.io-index"
14701checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14702dependencies = [
14703 "log",
14704 "termcolor",
14705 "time",
14706]
14707
14708[[package]]
14709name = "siphasher"
14710version = "1.0.1"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14713
14714[[package]]
14715name = "skrifa"
14716version = "0.26.6"
14717source = "registry+https://github.com/rust-lang/crates.io-index"
14718checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14719dependencies = [
14720 "bytemuck",
14721 "read-fonts",
14722]
14723
14724[[package]]
14725name = "slab"
14726version = "0.4.9"
14727source = "registry+https://github.com/rust-lang/crates.io-index"
14728checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14729dependencies = [
14730 "autocfg",
14731]
14732
14733[[package]]
14734name = "slash_commands_example"
14735version = "0.1.0"
14736dependencies = [
14737 "zed_extension_api 0.1.0",
14738]
14739
14740[[package]]
14741name = "slotmap"
14742version = "1.0.7"
14743source = "registry+https://github.com/rust-lang/crates.io-index"
14744checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14745dependencies = [
14746 "version_check",
14747]
14748
14749[[package]]
14750name = "smallvec"
14751version = "1.15.0"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14754dependencies = [
14755 "serde",
14756]
14757
14758[[package]]
14759name = "smart-default"
14760version = "0.7.1"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14763dependencies = [
14764 "proc-macro2",
14765 "quote",
14766 "syn 2.0.101",
14767]
14768
14769[[package]]
14770name = "smol"
14771version = "2.0.2"
14772source = "registry+https://github.com/rust-lang/crates.io-index"
14773checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14774dependencies = [
14775 "async-channel 2.3.1",
14776 "async-executor",
14777 "async-fs",
14778 "async-io",
14779 "async-lock",
14780 "async-net",
14781 "async-process",
14782 "blocking",
14783 "futures-lite 2.6.0",
14784]
14785
14786[[package]]
14787name = "smol_str"
14788version = "0.2.2"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14791
14792[[package]]
14793name = "snippet"
14794version = "0.1.0"
14795dependencies = [
14796 "anyhow",
14797 "smallvec",
14798 "workspace-hack",
14799]
14800
14801[[package]]
14802name = "snippet_provider"
14803version = "0.1.0"
14804dependencies = [
14805 "anyhow",
14806 "collections",
14807 "extension",
14808 "fs",
14809 "futures 0.3.31",
14810 "gpui",
14811 "indoc",
14812 "parking_lot",
14813 "paths",
14814 "schemars 1.0.1",
14815 "serde",
14816 "serde_json_lenient",
14817 "snippet",
14818 "util",
14819 "workspace-hack",
14820]
14821
14822[[package]]
14823name = "snippets_ui"
14824version = "0.1.0"
14825dependencies = [
14826 "file_finder",
14827 "file_icons",
14828 "fuzzy",
14829 "gpui",
14830 "language",
14831 "paths",
14832 "picker",
14833 "settings",
14834 "ui",
14835 "util",
14836 "workspace",
14837 "workspace-hack",
14838]
14839
14840[[package]]
14841name = "socket2"
14842version = "0.5.9"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14845dependencies = [
14846 "libc",
14847 "windows-sys 0.52.0",
14848]
14849
14850[[package]]
14851name = "spdx"
14852version = "0.10.8"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14855dependencies = [
14856 "smallvec",
14857]
14858
14859[[package]]
14860name = "spin"
14861version = "0.9.8"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14864dependencies = [
14865 "lock_api",
14866]
14867
14868[[package]]
14869name = "spirv"
14870version = "0.3.0+sdk-1.3.268.0"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14873dependencies = [
14874 "bitflags 2.9.0",
14875]
14876
14877[[package]]
14878name = "spki"
14879version = "0.6.0"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14882dependencies = [
14883 "base64ct",
14884 "der 0.6.1",
14885]
14886
14887[[package]]
14888name = "spki"
14889version = "0.7.3"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14892dependencies = [
14893 "base64ct",
14894 "der 0.7.10",
14895]
14896
14897[[package]]
14898name = "sptr"
14899version = "0.3.2"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14902
14903[[package]]
14904name = "sqlez"
14905version = "0.1.0"
14906dependencies = [
14907 "anyhow",
14908 "collections",
14909 "futures 0.3.31",
14910 "indoc",
14911 "libsqlite3-sys",
14912 "log",
14913 "parking_lot",
14914 "smol",
14915 "sqlformat",
14916 "thread_local",
14917 "util",
14918 "uuid",
14919 "workspace-hack",
14920]
14921
14922[[package]]
14923name = "sqlez_macros"
14924version = "0.1.0"
14925dependencies = [
14926 "sqlez",
14927 "sqlformat",
14928 "syn 2.0.101",
14929 "workspace-hack",
14930]
14931
14932[[package]]
14933name = "sqlformat"
14934version = "0.2.6"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14937dependencies = [
14938 "nom 7.1.3",
14939 "unicode_categories",
14940]
14941
14942[[package]]
14943name = "sqlx"
14944version = "0.8.5"
14945source = "registry+https://github.com/rust-lang/crates.io-index"
14946checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14947dependencies = [
14948 "sqlx-core",
14949 "sqlx-macros",
14950 "sqlx-mysql",
14951 "sqlx-postgres",
14952 "sqlx-sqlite",
14953]
14954
14955[[package]]
14956name = "sqlx-core"
14957version = "0.8.5"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14960dependencies = [
14961 "base64 0.22.1",
14962 "bigdecimal",
14963 "bytes 1.10.1",
14964 "chrono",
14965 "crc",
14966 "crossbeam-queue",
14967 "either",
14968 "event-listener 5.4.0",
14969 "futures-core",
14970 "futures-intrusive",
14971 "futures-io",
14972 "futures-util",
14973 "hashbrown 0.15.3",
14974 "hashlink 0.10.0",
14975 "indexmap 2.9.0",
14976 "log",
14977 "memchr",
14978 "once_cell",
14979 "percent-encoding",
14980 "rust_decimal",
14981 "rustls 0.23.26",
14982 "serde",
14983 "serde_json",
14984 "sha2",
14985 "smallvec",
14986 "thiserror 2.0.12",
14987 "time",
14988 "tokio",
14989 "tokio-stream",
14990 "tracing",
14991 "url",
14992 "uuid",
14993 "webpki-roots",
14994]
14995
14996[[package]]
14997name = "sqlx-macros"
14998version = "0.8.5"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15001dependencies = [
15002 "proc-macro2",
15003 "quote",
15004 "sqlx-core",
15005 "sqlx-macros-core",
15006 "syn 2.0.101",
15007]
15008
15009[[package]]
15010name = "sqlx-macros-core"
15011version = "0.8.5"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15014dependencies = [
15015 "dotenvy",
15016 "either",
15017 "heck 0.5.0",
15018 "hex",
15019 "once_cell",
15020 "proc-macro2",
15021 "quote",
15022 "serde",
15023 "serde_json",
15024 "sha2",
15025 "sqlx-core",
15026 "sqlx-mysql",
15027 "sqlx-postgres",
15028 "sqlx-sqlite",
15029 "syn 2.0.101",
15030 "tempfile",
15031 "tokio",
15032 "url",
15033]
15034
15035[[package]]
15036name = "sqlx-mysql"
15037version = "0.8.5"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15040dependencies = [
15041 "atoi",
15042 "base64 0.22.1",
15043 "bigdecimal",
15044 "bitflags 2.9.0",
15045 "byteorder",
15046 "bytes 1.10.1",
15047 "chrono",
15048 "crc",
15049 "digest",
15050 "dotenvy",
15051 "either",
15052 "futures-channel",
15053 "futures-core",
15054 "futures-io",
15055 "futures-util",
15056 "generic-array",
15057 "hex",
15058 "hkdf",
15059 "hmac",
15060 "itoa",
15061 "log",
15062 "md-5",
15063 "memchr",
15064 "once_cell",
15065 "percent-encoding",
15066 "rand 0.8.5",
15067 "rsa",
15068 "rust_decimal",
15069 "serde",
15070 "sha1",
15071 "sha2",
15072 "smallvec",
15073 "sqlx-core",
15074 "stringprep",
15075 "thiserror 2.0.12",
15076 "time",
15077 "tracing",
15078 "uuid",
15079 "whoami",
15080]
15081
15082[[package]]
15083name = "sqlx-postgres"
15084version = "0.8.5"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15087dependencies = [
15088 "atoi",
15089 "base64 0.22.1",
15090 "bigdecimal",
15091 "bitflags 2.9.0",
15092 "byteorder",
15093 "chrono",
15094 "crc",
15095 "dotenvy",
15096 "etcetera",
15097 "futures-channel",
15098 "futures-core",
15099 "futures-util",
15100 "hex",
15101 "hkdf",
15102 "hmac",
15103 "home",
15104 "itoa",
15105 "log",
15106 "md-5",
15107 "memchr",
15108 "num-bigint",
15109 "once_cell",
15110 "rand 0.8.5",
15111 "rust_decimal",
15112 "serde",
15113 "serde_json",
15114 "sha2",
15115 "smallvec",
15116 "sqlx-core",
15117 "stringprep",
15118 "thiserror 2.0.12",
15119 "time",
15120 "tracing",
15121 "uuid",
15122 "whoami",
15123]
15124
15125[[package]]
15126name = "sqlx-sqlite"
15127version = "0.8.5"
15128source = "registry+https://github.com/rust-lang/crates.io-index"
15129checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15130dependencies = [
15131 "atoi",
15132 "chrono",
15133 "flume",
15134 "futures-channel",
15135 "futures-core",
15136 "futures-executor",
15137 "futures-intrusive",
15138 "futures-util",
15139 "libsqlite3-sys",
15140 "log",
15141 "percent-encoding",
15142 "serde",
15143 "serde_urlencoded",
15144 "sqlx-core",
15145 "thiserror 2.0.12",
15146 "time",
15147 "tracing",
15148 "url",
15149 "uuid",
15150]
15151
15152[[package]]
15153name = "stable_deref_trait"
15154version = "1.2.0"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15157
15158[[package]]
15159name = "stacker"
15160version = "0.1.21"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15163dependencies = [
15164 "cc",
15165 "cfg-if",
15166 "libc",
15167 "psm",
15168 "windows-sys 0.59.0",
15169]
15170
15171[[package]]
15172name = "stacksafe"
15173version = "0.1.4"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15176dependencies = [
15177 "stacker",
15178 "stacksafe-macro",
15179]
15180
15181[[package]]
15182name = "stacksafe-macro"
15183version = "0.1.4"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15186dependencies = [
15187 "proc-macro-error2",
15188 "quote",
15189 "syn 2.0.101",
15190]
15191
15192[[package]]
15193name = "static_assertions"
15194version = "1.1.0"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15197
15198[[package]]
15199name = "story"
15200version = "0.1.0"
15201dependencies = [
15202 "gpui",
15203 "itertools 0.14.0",
15204 "smallvec",
15205 "workspace-hack",
15206]
15207
15208[[package]]
15209name = "storybook"
15210version = "0.1.0"
15211dependencies = [
15212 "anyhow",
15213 "clap",
15214 "collab_ui",
15215 "ctrlc",
15216 "dialoguer",
15217 "editor",
15218 "fuzzy",
15219 "gpui",
15220 "indoc",
15221 "language",
15222 "log",
15223 "menu",
15224 "picker",
15225 "project",
15226 "reqwest_client",
15227 "rust-embed",
15228 "settings",
15229 "simplelog",
15230 "story",
15231 "strum 0.27.1",
15232 "theme",
15233 "title_bar",
15234 "ui",
15235 "workspace",
15236 "workspace-hack",
15237]
15238
15239[[package]]
15240name = "streaming-iterator"
15241version = "0.1.9"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15244
15245[[package]]
15246name = "streaming_diff"
15247version = "0.1.0"
15248dependencies = [
15249 "ordered-float 2.10.1",
15250 "rand 0.9.1",
15251 "rope",
15252 "util",
15253 "workspace-hack",
15254]
15255
15256[[package]]
15257name = "strength_reduce"
15258version = "0.2.4"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15261
15262[[package]]
15263name = "strict-num"
15264version = "0.1.1"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15267dependencies = [
15268 "float-cmp",
15269]
15270
15271[[package]]
15272name = "string_cache"
15273version = "0.8.9"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15276dependencies = [
15277 "new_debug_unreachable",
15278 "parking_lot",
15279 "phf_shared",
15280 "precomputed-hash",
15281 "serde",
15282]
15283
15284[[package]]
15285name = "string_cache_codegen"
15286version = "0.5.4"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15289dependencies = [
15290 "phf_generator",
15291 "phf_shared",
15292 "proc-macro2",
15293 "quote",
15294]
15295
15296[[package]]
15297name = "stringprep"
15298version = "0.1.5"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15301dependencies = [
15302 "unicode-bidi",
15303 "unicode-normalization",
15304 "unicode-properties",
15305]
15306
15307[[package]]
15308name = "strsim"
15309version = "0.11.1"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15312
15313[[package]]
15314name = "strum"
15315version = "0.26.3"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15318dependencies = [
15319 "strum_macros 0.26.4",
15320]
15321
15322[[package]]
15323name = "strum"
15324version = "0.27.1"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15327dependencies = [
15328 "strum_macros 0.27.1",
15329]
15330
15331[[package]]
15332name = "strum_macros"
15333version = "0.26.4"
15334source = "registry+https://github.com/rust-lang/crates.io-index"
15335checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15336dependencies = [
15337 "heck 0.5.0",
15338 "proc-macro2",
15339 "quote",
15340 "rustversion",
15341 "syn 2.0.101",
15342]
15343
15344[[package]]
15345name = "strum_macros"
15346version = "0.27.1"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15349dependencies = [
15350 "heck 0.5.0",
15351 "proc-macro2",
15352 "quote",
15353 "rustversion",
15354 "syn 2.0.101",
15355]
15356
15357[[package]]
15358name = "subtle"
15359version = "2.6.1"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15362
15363[[package]]
15364name = "sum_tree"
15365version = "0.1.0"
15366dependencies = [
15367 "arrayvec",
15368 "ctor",
15369 "log",
15370 "rand 0.9.1",
15371 "rayon",
15372 "workspace-hack",
15373 "zlog",
15374]
15375
15376[[package]]
15377name = "supermaven"
15378version = "0.1.0"
15379dependencies = [
15380 "anyhow",
15381 "client",
15382 "collections",
15383 "edit_prediction",
15384 "editor",
15385 "env_logger 0.11.8",
15386 "futures 0.3.31",
15387 "gpui",
15388 "http_client",
15389 "language",
15390 "log",
15391 "postage",
15392 "project",
15393 "serde",
15394 "serde_json",
15395 "settings",
15396 "smol",
15397 "supermaven_api",
15398 "text",
15399 "theme",
15400 "ui",
15401 "unicode-segmentation",
15402 "util",
15403 "workspace-hack",
15404]
15405
15406[[package]]
15407name = "supermaven_api"
15408version = "0.1.0"
15409dependencies = [
15410 "anyhow",
15411 "futures 0.3.31",
15412 "http_client",
15413 "paths",
15414 "serde",
15415 "serde_json",
15416 "smol",
15417 "util",
15418 "workspace-hack",
15419]
15420
15421[[package]]
15422name = "sval"
15423version = "2.14.1"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15426
15427[[package]]
15428name = "sval_buffer"
15429version = "2.14.1"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15432dependencies = [
15433 "sval",
15434 "sval_ref",
15435]
15436
15437[[package]]
15438name = "sval_dynamic"
15439version = "2.14.1"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15442dependencies = [
15443 "sval",
15444]
15445
15446[[package]]
15447name = "sval_fmt"
15448version = "2.14.1"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15451dependencies = [
15452 "itoa",
15453 "ryu",
15454 "sval",
15455]
15456
15457[[package]]
15458name = "sval_json"
15459version = "2.14.1"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15462dependencies = [
15463 "itoa",
15464 "ryu",
15465 "sval",
15466]
15467
15468[[package]]
15469name = "sval_nested"
15470version = "2.14.1"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15473dependencies = [
15474 "sval",
15475 "sval_buffer",
15476 "sval_ref",
15477]
15478
15479[[package]]
15480name = "sval_ref"
15481version = "2.14.1"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15484dependencies = [
15485 "sval",
15486]
15487
15488[[package]]
15489name = "sval_serde"
15490version = "2.14.1"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15493dependencies = [
15494 "serde",
15495 "sval",
15496 "sval_nested",
15497]
15498
15499[[package]]
15500name = "svg_fmt"
15501version = "0.4.5"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15504
15505[[package]]
15506name = "svg_preview"
15507version = "0.1.0"
15508dependencies = [
15509 "editor",
15510 "file_icons",
15511 "gpui",
15512 "multi_buffer",
15513 "ui",
15514 "workspace",
15515 "workspace-hack",
15516]
15517
15518[[package]]
15519name = "svgtypes"
15520version = "0.15.3"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15523dependencies = [
15524 "kurbo",
15525 "siphasher",
15526]
15527
15528[[package]]
15529name = "swash"
15530version = "0.2.2"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15533dependencies = [
15534 "skrifa",
15535 "yazi",
15536 "zeno",
15537]
15538
15539[[package]]
15540name = "symphonia"
15541version = "0.5.4"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15544dependencies = [
15545 "lazy_static",
15546 "symphonia-bundle-flac",
15547 "symphonia-bundle-mp3",
15548 "symphonia-codec-aac",
15549 "symphonia-codec-pcm",
15550 "symphonia-codec-vorbis",
15551 "symphonia-core",
15552 "symphonia-format-isomp4",
15553 "symphonia-format-ogg",
15554 "symphonia-format-riff",
15555 "symphonia-metadata",
15556]
15557
15558[[package]]
15559name = "symphonia-bundle-flac"
15560version = "0.5.4"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15563dependencies = [
15564 "log",
15565 "symphonia-core",
15566 "symphonia-metadata",
15567 "symphonia-utils-xiph",
15568]
15569
15570[[package]]
15571name = "symphonia-bundle-mp3"
15572version = "0.5.4"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15575dependencies = [
15576 "lazy_static",
15577 "log",
15578 "symphonia-core",
15579 "symphonia-metadata",
15580]
15581
15582[[package]]
15583name = "symphonia-codec-aac"
15584version = "0.5.4"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15587dependencies = [
15588 "lazy_static",
15589 "log",
15590 "symphonia-core",
15591]
15592
15593[[package]]
15594name = "symphonia-codec-pcm"
15595version = "0.5.4"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15598dependencies = [
15599 "log",
15600 "symphonia-core",
15601]
15602
15603[[package]]
15604name = "symphonia-codec-vorbis"
15605version = "0.5.4"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15608dependencies = [
15609 "log",
15610 "symphonia-core",
15611 "symphonia-utils-xiph",
15612]
15613
15614[[package]]
15615name = "symphonia-core"
15616version = "0.5.4"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15619dependencies = [
15620 "arrayvec",
15621 "bitflags 1.3.2",
15622 "bytemuck",
15623 "lazy_static",
15624 "log",
15625]
15626
15627[[package]]
15628name = "symphonia-format-isomp4"
15629version = "0.5.4"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15632dependencies = [
15633 "encoding_rs",
15634 "log",
15635 "symphonia-core",
15636 "symphonia-metadata",
15637 "symphonia-utils-xiph",
15638]
15639
15640[[package]]
15641name = "symphonia-format-ogg"
15642version = "0.5.4"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15645dependencies = [
15646 "log",
15647 "symphonia-core",
15648 "symphonia-metadata",
15649 "symphonia-utils-xiph",
15650]
15651
15652[[package]]
15653name = "symphonia-format-riff"
15654version = "0.5.4"
15655source = "registry+https://github.com/rust-lang/crates.io-index"
15656checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15657dependencies = [
15658 "extended",
15659 "log",
15660 "symphonia-core",
15661 "symphonia-metadata",
15662]
15663
15664[[package]]
15665name = "symphonia-metadata"
15666version = "0.5.4"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15669dependencies = [
15670 "encoding_rs",
15671 "lazy_static",
15672 "log",
15673 "symphonia-core",
15674]
15675
15676[[package]]
15677name = "symphonia-utils-xiph"
15678version = "0.5.4"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15681dependencies = [
15682 "symphonia-core",
15683 "symphonia-metadata",
15684]
15685
15686[[package]]
15687name = "syn"
15688version = "1.0.109"
15689source = "registry+https://github.com/rust-lang/crates.io-index"
15690checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15691dependencies = [
15692 "proc-macro2",
15693 "quote",
15694 "unicode-ident",
15695]
15696
15697[[package]]
15698name = "syn"
15699version = "2.0.101"
15700source = "registry+https://github.com/rust-lang/crates.io-index"
15701checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15702dependencies = [
15703 "proc-macro2",
15704 "quote",
15705 "unicode-ident",
15706]
15707
15708[[package]]
15709name = "sync_wrapper"
15710version = "0.1.2"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15713
15714[[package]]
15715name = "sync_wrapper"
15716version = "1.0.2"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15719dependencies = [
15720 "futures-core",
15721]
15722
15723[[package]]
15724name = "synchronoise"
15725version = "1.0.1"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15728dependencies = [
15729 "crossbeam-queue",
15730]
15731
15732[[package]]
15733name = "synstructure"
15734version = "0.13.1"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15737dependencies = [
15738 "proc-macro2",
15739 "quote",
15740 "syn 2.0.101",
15741]
15742
15743[[package]]
15744name = "sys-locale"
15745version = "0.3.2"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15748dependencies = [
15749 "libc",
15750]
15751
15752[[package]]
15753name = "sysctl"
15754version = "0.5.5"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15757dependencies = [
15758 "bitflags 2.9.0",
15759 "byteorder",
15760 "enum-as-inner",
15761 "libc",
15762 "thiserror 1.0.69",
15763 "walkdir",
15764]
15765
15766[[package]]
15767name = "sysctl"
15768version = "0.6.0"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15771dependencies = [
15772 "bitflags 2.9.0",
15773 "byteorder",
15774 "enum-as-inner",
15775 "libc",
15776 "thiserror 1.0.69",
15777 "walkdir",
15778]
15779
15780[[package]]
15781name = "sysinfo"
15782version = "0.31.4"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15785dependencies = [
15786 "core-foundation-sys",
15787 "libc",
15788 "memchr",
15789 "ntapi",
15790 "rayon",
15791 "windows 0.57.0",
15792]
15793
15794[[package]]
15795name = "system-configuration"
15796version = "0.5.1"
15797source = "registry+https://github.com/rust-lang/crates.io-index"
15798checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15799dependencies = [
15800 "bitflags 1.3.2",
15801 "core-foundation 0.9.4",
15802 "system-configuration-sys 0.5.0",
15803]
15804
15805[[package]]
15806name = "system-configuration"
15807version = "0.6.1"
15808source = "registry+https://github.com/rust-lang/crates.io-index"
15809checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15810dependencies = [
15811 "bitflags 2.9.0",
15812 "core-foundation 0.9.4",
15813 "system-configuration-sys 0.6.0",
15814]
15815
15816[[package]]
15817name = "system-configuration-sys"
15818version = "0.5.0"
15819source = "registry+https://github.com/rust-lang/crates.io-index"
15820checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15821dependencies = [
15822 "core-foundation-sys",
15823 "libc",
15824]
15825
15826[[package]]
15827name = "system-configuration-sys"
15828version = "0.6.0"
15829source = "registry+https://github.com/rust-lang/crates.io-index"
15830checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15831dependencies = [
15832 "core-foundation-sys",
15833 "libc",
15834]
15835
15836[[package]]
15837name = "system-deps"
15838version = "6.2.2"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15841dependencies = [
15842 "cfg-expr",
15843 "heck 0.5.0",
15844 "pkg-config",
15845 "toml 0.8.20",
15846 "version-compare",
15847]
15848
15849[[package]]
15850name = "system-interface"
15851version = "0.27.3"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15854dependencies = [
15855 "bitflags 2.9.0",
15856 "cap-fs-ext",
15857 "cap-std",
15858 "fd-lock",
15859 "io-lifetimes",
15860 "rustix 0.38.44",
15861 "windows-sys 0.59.0",
15862 "winx",
15863]
15864
15865[[package]]
15866name = "system_specs"
15867version = "0.1.0"
15868dependencies = [
15869 "anyhow",
15870 "client",
15871 "gpui",
15872 "human_bytes",
15873 "pciid-parser",
15874 "release_channel",
15875 "serde",
15876 "sysinfo",
15877 "workspace-hack",
15878]
15879
15880[[package]]
15881name = "tab_switcher"
15882version = "0.1.0"
15883dependencies = [
15884 "anyhow",
15885 "collections",
15886 "ctor",
15887 "editor",
15888 "fuzzy",
15889 "gpui",
15890 "language",
15891 "menu",
15892 "picker",
15893 "project",
15894 "schemars 1.0.1",
15895 "serde",
15896 "serde_json",
15897 "settings",
15898 "smol",
15899 "theme",
15900 "ui",
15901 "util",
15902 "workspace",
15903 "workspace-hack",
15904 "zlog",
15905]
15906
15907[[package]]
15908name = "taffy"
15909version = "0.9.0"
15910source = "registry+https://github.com/rust-lang/crates.io-index"
15911checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15912dependencies = [
15913 "arrayvec",
15914 "grid",
15915 "serde",
15916 "slotmap",
15917]
15918
15919[[package]]
15920name = "tagptr"
15921version = "0.2.0"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15924
15925[[package]]
15926name = "take-until"
15927version = "0.2.0"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15930
15931[[package]]
15932name = "tao-core-video-sys"
15933version = "0.2.0"
15934source = "registry+https://github.com/rust-lang/crates.io-index"
15935checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15936dependencies = [
15937 "cfg-if",
15938 "core-foundation-sys",
15939 "libc",
15940 "objc",
15941]
15942
15943[[package]]
15944name = "tap"
15945version = "1.0.1"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15948
15949[[package]]
15950name = "target-lexicon"
15951version = "0.12.16"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15954
15955[[package]]
15956name = "target-lexicon"
15957version = "0.13.2"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15960
15961[[package]]
15962name = "task"
15963version = "0.1.0"
15964dependencies = [
15965 "anyhow",
15966 "collections",
15967 "futures 0.3.31",
15968 "gpui",
15969 "hex",
15970 "log",
15971 "parking_lot",
15972 "pretty_assertions",
15973 "proto",
15974 "schemars 1.0.1",
15975 "serde",
15976 "serde_json",
15977 "serde_json_lenient",
15978 "sha2",
15979 "shellexpand 2.1.2",
15980 "util",
15981 "workspace-hack",
15982 "zed_actions",
15983]
15984
15985[[package]]
15986name = "tasks_ui"
15987version = "0.1.0"
15988dependencies = [
15989 "anyhow",
15990 "collections",
15991 "editor",
15992 "file_icons",
15993 "fuzzy",
15994 "gpui",
15995 "itertools 0.14.0",
15996 "language",
15997 "menu",
15998 "picker",
15999 "project",
16000 "serde",
16001 "serde_json",
16002 "task",
16003 "tree-sitter-rust",
16004 "tree-sitter-typescript",
16005 "ui",
16006 "util",
16007 "workspace",
16008 "workspace-hack",
16009 "zed_actions",
16010]
16011
16012[[package]]
16013name = "telemetry"
16014version = "0.1.0"
16015dependencies = [
16016 "futures 0.3.31",
16017 "serde",
16018 "serde_json",
16019 "telemetry_events",
16020 "workspace-hack",
16021]
16022
16023[[package]]
16024name = "telemetry_events"
16025version = "0.1.0"
16026dependencies = [
16027 "semantic_version",
16028 "serde",
16029 "serde_json",
16030 "workspace-hack",
16031]
16032
16033[[package]]
16034name = "tempfile"
16035version = "3.20.0"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16038dependencies = [
16039 "fastrand 2.3.0",
16040 "getrandom 0.3.2",
16041 "once_cell",
16042 "rustix 1.0.7",
16043 "windows-sys 0.59.0",
16044]
16045
16046[[package]]
16047name = "tendril"
16048version = "0.4.3"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16051dependencies = [
16052 "futf",
16053 "mac",
16054 "utf-8",
16055]
16056
16057[[package]]
16058name = "termcolor"
16059version = "1.4.1"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16062dependencies = [
16063 "winapi-util",
16064]
16065
16066[[package]]
16067name = "terminal"
16068version = "0.1.0"
16069dependencies = [
16070 "alacritty_terminal",
16071 "anyhow",
16072 "collections",
16073 "futures 0.3.31",
16074 "gpui",
16075 "itertools 0.14.0",
16076 "libc",
16077 "log",
16078 "rand 0.9.1",
16079 "regex",
16080 "release_channel",
16081 "schemars 1.0.1",
16082 "serde",
16083 "settings",
16084 "smol",
16085 "sysinfo",
16086 "task",
16087 "theme",
16088 "thiserror 2.0.12",
16089 "url",
16090 "urlencoding",
16091 "util",
16092 "windows 0.61.1",
16093 "workspace-hack",
16094]
16095
16096[[package]]
16097name = "terminal_size"
16098version = "0.4.2"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16101dependencies = [
16102 "rustix 1.0.7",
16103 "windows-sys 0.59.0",
16104]
16105
16106[[package]]
16107name = "terminal_view"
16108version = "0.1.0"
16109dependencies = [
16110 "anyhow",
16111 "assistant_slash_command",
16112 "async-recursion",
16113 "breadcrumbs",
16114 "client",
16115 "collections",
16116 "db",
16117 "dirs 4.0.0",
16118 "editor",
16119 "futures 0.3.31",
16120 "gpui",
16121 "itertools 0.14.0",
16122 "language",
16123 "log",
16124 "pretty_assertions",
16125 "project",
16126 "rand 0.9.1",
16127 "regex",
16128 "schemars 1.0.1",
16129 "search",
16130 "serde",
16131 "serde_json",
16132 "settings",
16133 "shellexpand 2.1.2",
16134 "smol",
16135 "task",
16136 "terminal",
16137 "theme",
16138 "ui",
16139 "util",
16140 "workspace",
16141 "workspace-hack",
16142 "zed_actions",
16143]
16144
16145[[package]]
16146name = "text"
16147version = "0.1.0"
16148dependencies = [
16149 "anyhow",
16150 "clock",
16151 "collections",
16152 "ctor",
16153 "gpui",
16154 "http_client",
16155 "log",
16156 "parking_lot",
16157 "postage",
16158 "rand 0.9.1",
16159 "regex",
16160 "rope",
16161 "smallvec",
16162 "sum_tree",
16163 "util",
16164 "workspace-hack",
16165 "zlog",
16166]
16167
16168[[package]]
16169name = "theme"
16170version = "0.1.0"
16171dependencies = [
16172 "anyhow",
16173 "collections",
16174 "derive_more",
16175 "fs",
16176 "futures 0.3.31",
16177 "gpui",
16178 "log",
16179 "palette",
16180 "parking_lot",
16181 "refineable",
16182 "schemars 1.0.1",
16183 "serde",
16184 "serde_json",
16185 "serde_json_lenient",
16186 "settings",
16187 "strum 0.27.1",
16188 "thiserror 2.0.12",
16189 "util",
16190 "uuid",
16191 "workspace-hack",
16192]
16193
16194[[package]]
16195name = "theme_extension"
16196version = "0.1.0"
16197dependencies = [
16198 "anyhow",
16199 "extension",
16200 "fs",
16201 "gpui",
16202 "theme",
16203 "workspace-hack",
16204]
16205
16206[[package]]
16207name = "theme_importer"
16208version = "0.1.0"
16209dependencies = [
16210 "anyhow",
16211 "clap",
16212 "collections",
16213 "gpui",
16214 "indexmap 2.9.0",
16215 "log",
16216 "palette",
16217 "serde",
16218 "serde_json",
16219 "serde_json_lenient",
16220 "simplelog",
16221 "strum 0.27.1",
16222 "theme",
16223 "vscode_theme",
16224 "workspace-hack",
16225]
16226
16227[[package]]
16228name = "theme_selector"
16229version = "0.1.0"
16230dependencies = [
16231 "fs",
16232 "fuzzy",
16233 "gpui",
16234 "log",
16235 "picker",
16236 "serde",
16237 "settings",
16238 "telemetry",
16239 "theme",
16240 "ui",
16241 "util",
16242 "workspace",
16243 "workspace-hack",
16244 "zed_actions",
16245]
16246
16247[[package]]
16248name = "thiserror"
16249version = "1.0.69"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16252dependencies = [
16253 "thiserror-impl 1.0.69",
16254]
16255
16256[[package]]
16257name = "thiserror"
16258version = "2.0.12"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16261dependencies = [
16262 "thiserror-impl 2.0.12",
16263]
16264
16265[[package]]
16266name = "thiserror-impl"
16267version = "1.0.69"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16270dependencies = [
16271 "proc-macro2",
16272 "quote",
16273 "syn 2.0.101",
16274]
16275
16276[[package]]
16277name = "thiserror-impl"
16278version = "2.0.12"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16281dependencies = [
16282 "proc-macro2",
16283 "quote",
16284 "syn 2.0.101",
16285]
16286
16287[[package]]
16288name = "thread_local"
16289version = "1.1.8"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16292dependencies = [
16293 "cfg-if",
16294 "once_cell",
16295]
16296
16297[[package]]
16298name = "tiff"
16299version = "0.9.1"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16302dependencies = [
16303 "flate2",
16304 "jpeg-decoder",
16305 "weezl",
16306]
16307
16308[[package]]
16309name = "tiktoken-rs"
16310version = "0.8.0"
16311source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16312dependencies = [
16313 "anyhow",
16314 "base64 0.22.1",
16315 "bstr",
16316 "fancy-regex 0.13.0",
16317 "lazy_static",
16318 "regex",
16319 "rustc-hash 1.1.0",
16320]
16321
16322[[package]]
16323name = "time"
16324version = "0.3.41"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16327dependencies = [
16328 "deranged",
16329 "itoa",
16330 "libc",
16331 "num-conv",
16332 "num_threads",
16333 "powerfmt",
16334 "serde",
16335 "time-core",
16336 "time-macros",
16337]
16338
16339[[package]]
16340name = "time-core"
16341version = "0.1.4"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16344
16345[[package]]
16346name = "time-macros"
16347version = "0.2.22"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16350dependencies = [
16351 "num-conv",
16352 "time-core",
16353]
16354
16355[[package]]
16356name = "time_format"
16357version = "0.1.0"
16358dependencies = [
16359 "core-foundation 0.10.0",
16360 "core-foundation-sys",
16361 "sys-locale",
16362 "time",
16363 "workspace-hack",
16364]
16365
16366[[package]]
16367name = "tiny-keccak"
16368version = "2.0.2"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16371dependencies = [
16372 "crunchy",
16373]
16374
16375[[package]]
16376name = "tiny-skia"
16377version = "0.11.4"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16380dependencies = [
16381 "arrayref",
16382 "arrayvec",
16383 "bytemuck",
16384 "cfg-if",
16385 "log",
16386 "png",
16387 "tiny-skia-path",
16388]
16389
16390[[package]]
16391name = "tiny-skia-path"
16392version = "0.11.4"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16395dependencies = [
16396 "arrayref",
16397 "bytemuck",
16398 "strict-num",
16399]
16400
16401[[package]]
16402name = "tiny_http"
16403version = "0.8.2"
16404source = "registry+https://github.com/rust-lang/crates.io-index"
16405checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16406dependencies = [
16407 "ascii",
16408 "chrono",
16409 "chunked_transfer",
16410 "log",
16411 "url",
16412]
16413
16414[[package]]
16415name = "tinystr"
16416version = "0.7.6"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16419dependencies = [
16420 "displaydoc",
16421 "zerovec",
16422]
16423
16424[[package]]
16425name = "tinytemplate"
16426version = "1.2.1"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16429dependencies = [
16430 "serde",
16431 "serde_json",
16432]
16433
16434[[package]]
16435name = "tinyvec"
16436version = "1.9.0"
16437source = "registry+https://github.com/rust-lang/crates.io-index"
16438checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16439dependencies = [
16440 "tinyvec_macros",
16441]
16442
16443[[package]]
16444name = "tinyvec_macros"
16445version = "0.1.1"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16448
16449[[package]]
16450name = "title_bar"
16451version = "0.1.0"
16452dependencies = [
16453 "anyhow",
16454 "auto_update",
16455 "call",
16456 "chrono",
16457 "client",
16458 "cloud_llm_client",
16459 "collections",
16460 "db",
16461 "gpui",
16462 "http_client",
16463 "notifications",
16464 "pretty_assertions",
16465 "project",
16466 "remote",
16467 "rpc",
16468 "schemars 1.0.1",
16469 "serde",
16470 "settings",
16471 "smallvec",
16472 "story",
16473 "telemetry",
16474 "theme",
16475 "tree-sitter-md",
16476 "ui",
16477 "util",
16478 "windows 0.61.1",
16479 "workspace",
16480 "workspace-hack",
16481 "zed_actions",
16482]
16483
16484[[package]]
16485name = "tokio"
16486version = "1.44.2"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16489dependencies = [
16490 "backtrace",
16491 "bytes 1.10.1",
16492 "libc",
16493 "mio 1.0.3",
16494 "parking_lot",
16495 "pin-project-lite",
16496 "signal-hook-registry",
16497 "socket2",
16498 "tokio-macros",
16499 "windows-sys 0.52.0",
16500]
16501
16502[[package]]
16503name = "tokio-io"
16504version = "0.1.13"
16505source = "registry+https://github.com/rust-lang/crates.io-index"
16506checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16507dependencies = [
16508 "bytes 0.4.12",
16509 "futures 0.1.31",
16510 "log",
16511]
16512
16513[[package]]
16514name = "tokio-macros"
16515version = "2.5.0"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16518dependencies = [
16519 "proc-macro2",
16520 "quote",
16521 "syn 2.0.101",
16522]
16523
16524[[package]]
16525name = "tokio-native-tls"
16526version = "0.3.1"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16529dependencies = [
16530 "native-tls",
16531 "tokio",
16532]
16533
16534[[package]]
16535name = "tokio-rustls"
16536version = "0.24.1"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16539dependencies = [
16540 "rustls 0.21.12",
16541 "tokio",
16542]
16543
16544[[package]]
16545name = "tokio-rustls"
16546version = "0.26.2"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16549dependencies = [
16550 "rustls 0.23.26",
16551 "tokio",
16552]
16553
16554[[package]]
16555name = "tokio-socks"
16556version = "0.5.2"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16559dependencies = [
16560 "either",
16561 "futures-io",
16562 "futures-util",
16563 "thiserror 1.0.69",
16564 "tokio",
16565]
16566
16567[[package]]
16568name = "tokio-stream"
16569version = "0.1.17"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16572dependencies = [
16573 "futures-core",
16574 "pin-project-lite",
16575 "tokio",
16576]
16577
16578[[package]]
16579name = "tokio-tungstenite"
16580version = "0.20.1"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16583dependencies = [
16584 "futures-util",
16585 "log",
16586 "tokio",
16587 "tungstenite 0.20.1",
16588]
16589
16590[[package]]
16591name = "tokio-tungstenite"
16592version = "0.21.0"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16595dependencies = [
16596 "futures-util",
16597 "log",
16598 "tokio",
16599 "tungstenite 0.21.0",
16600]
16601
16602[[package]]
16603name = "tokio-tungstenite"
16604version = "0.26.2"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16607dependencies = [
16608 "futures-util",
16609 "log",
16610 "rustls 0.23.26",
16611 "rustls-pki-types",
16612 "tokio",
16613 "tokio-rustls 0.26.2",
16614 "tungstenite 0.26.2",
16615]
16616
16617[[package]]
16618name = "tokio-util"
16619version = "0.7.14"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16622dependencies = [
16623 "bytes 1.10.1",
16624 "futures-core",
16625 "futures-io",
16626 "futures-sink",
16627 "pin-project-lite",
16628 "tokio",
16629]
16630
16631[[package]]
16632name = "toml"
16633version = "0.5.11"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16636dependencies = [
16637 "serde",
16638]
16639
16640[[package]]
16641name = "toml"
16642version = "0.8.20"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16645dependencies = [
16646 "serde",
16647 "serde_spanned",
16648 "toml_datetime",
16649 "toml_edit",
16650]
16651
16652[[package]]
16653name = "toml_datetime"
16654version = "0.6.9"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16657dependencies = [
16658 "serde",
16659]
16660
16661[[package]]
16662name = "toml_edit"
16663version = "0.22.26"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16666dependencies = [
16667 "indexmap 2.9.0",
16668 "serde",
16669 "serde_spanned",
16670 "toml_datetime",
16671 "toml_write",
16672 "winnow",
16673]
16674
16675[[package]]
16676name = "toml_write"
16677version = "0.1.1"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16680
16681[[package]]
16682name = "toolchain_selector"
16683version = "0.1.0"
16684dependencies = [
16685 "anyhow",
16686 "convert_case 0.8.0",
16687 "editor",
16688 "file_finder",
16689 "futures 0.3.31",
16690 "fuzzy",
16691 "gpui",
16692 "language",
16693 "menu",
16694 "picker",
16695 "project",
16696 "ui",
16697 "util",
16698 "workspace",
16699 "workspace-hack",
16700]
16701
16702[[package]]
16703name = "topological-sort"
16704version = "0.2.2"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16707
16708[[package]]
16709name = "tower"
16710version = "0.4.13"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16713dependencies = [
16714 "futures-core",
16715 "futures-util",
16716 "pin-project",
16717 "pin-project-lite",
16718 "tokio",
16719 "tower-layer",
16720 "tower-service",
16721 "tracing",
16722]
16723
16724[[package]]
16725name = "tower"
16726version = "0.5.2"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16729dependencies = [
16730 "futures-core",
16731 "futures-util",
16732 "pin-project-lite",
16733 "sync_wrapper 1.0.2",
16734 "tokio",
16735 "tower-layer",
16736 "tower-service",
16737]
16738
16739[[package]]
16740name = "tower-http"
16741version = "0.3.5"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16744dependencies = [
16745 "bitflags 1.3.2",
16746 "bytes 1.10.1",
16747 "futures-core",
16748 "futures-util",
16749 "http 0.2.12",
16750 "http-body 0.4.6",
16751 "http-range-header",
16752 "pin-project-lite",
16753 "tower-layer",
16754 "tower-service",
16755]
16756
16757[[package]]
16758name = "tower-http"
16759version = "0.4.4"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16762dependencies = [
16763 "bitflags 2.9.0",
16764 "bytes 1.10.1",
16765 "futures-core",
16766 "futures-util",
16767 "http 0.2.12",
16768 "http-body 0.4.6",
16769 "http-range-header",
16770 "pin-project-lite",
16771 "tower-layer",
16772 "tower-service",
16773 "tracing",
16774]
16775
16776[[package]]
16777name = "tower-layer"
16778version = "0.3.3"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16781
16782[[package]]
16783name = "tower-service"
16784version = "0.3.3"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16787
16788[[package]]
16789name = "tracing"
16790version = "0.1.41"
16791source = "registry+https://github.com/rust-lang/crates.io-index"
16792checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16793dependencies = [
16794 "log",
16795 "pin-project-lite",
16796 "tracing-attributes",
16797 "tracing-core",
16798]
16799
16800[[package]]
16801name = "tracing-attributes"
16802version = "0.1.28"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16805dependencies = [
16806 "proc-macro2",
16807 "quote",
16808 "syn 2.0.101",
16809]
16810
16811[[package]]
16812name = "tracing-core"
16813version = "0.1.33"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16816dependencies = [
16817 "once_cell",
16818 "valuable",
16819]
16820
16821[[package]]
16822name = "tracing-log"
16823version = "0.2.0"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16826dependencies = [
16827 "log",
16828 "once_cell",
16829 "tracing-core",
16830]
16831
16832[[package]]
16833name = "tracing-serde"
16834version = "0.2.0"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16837dependencies = [
16838 "serde",
16839 "tracing-core",
16840]
16841
16842[[package]]
16843name = "tracing-subscriber"
16844version = "0.3.20"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16847dependencies = [
16848 "matchers",
16849 "nu-ansi-term",
16850 "once_cell",
16851 "regex-automata",
16852 "serde",
16853 "serde_json",
16854 "sharded-slab",
16855 "smallvec",
16856 "thread_local",
16857 "tracing",
16858 "tracing-core",
16859 "tracing-log",
16860 "tracing-serde",
16861]
16862
16863[[package]]
16864name = "trait-variant"
16865version = "0.1.2"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16868dependencies = [
16869 "proc-macro2",
16870 "quote",
16871 "syn 2.0.101",
16872]
16873
16874[[package]]
16875name = "transpose"
16876version = "0.2.3"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16879dependencies = [
16880 "num-integer",
16881 "strength_reduce",
16882]
16883
16884[[package]]
16885name = "tree-sitter"
16886version = "0.25.6"
16887source = "registry+https://github.com/rust-lang/crates.io-index"
16888checksum = "a7cf18d43cbf0bfca51f657132cc616a5097edc4424d538bae6fa60142eaf9f0"
16889dependencies = [
16890 "cc",
16891 "regex",
16892 "regex-syntax",
16893 "serde_json",
16894 "streaming-iterator",
16895 "tree-sitter-language",
16896 "wasmtime-c-api-impl",
16897]
16898
16899[[package]]
16900name = "tree-sitter-bash"
16901version = "0.25.0"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16904dependencies = [
16905 "cc",
16906 "tree-sitter-language",
16907]
16908
16909[[package]]
16910name = "tree-sitter-c"
16911version = "0.23.4"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16914dependencies = [
16915 "cc",
16916 "tree-sitter-language",
16917]
16918
16919[[package]]
16920name = "tree-sitter-cpp"
16921version = "0.23.4"
16922source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16923dependencies = [
16924 "cc",
16925 "tree-sitter-language",
16926]
16927
16928[[package]]
16929name = "tree-sitter-css"
16930version = "0.23.2"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16933dependencies = [
16934 "cc",
16935 "tree-sitter-language",
16936]
16937
16938[[package]]
16939name = "tree-sitter-diff"
16940version = "0.1.0"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16943dependencies = [
16944 "cc",
16945 "tree-sitter-language",
16946]
16947
16948[[package]]
16949name = "tree-sitter-elixir"
16950version = "0.3.4"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16953dependencies = [
16954 "cc",
16955 "tree-sitter-language",
16956]
16957
16958[[package]]
16959name = "tree-sitter-embedded-template"
16960version = "0.23.2"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16963dependencies = [
16964 "cc",
16965 "tree-sitter-language",
16966]
16967
16968[[package]]
16969name = "tree-sitter-gitcommit"
16970version = "0.0.1"
16971source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16972dependencies = [
16973 "cc",
16974 "tree-sitter-language",
16975]
16976
16977[[package]]
16978name = "tree-sitter-go"
16979version = "0.23.4"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16982dependencies = [
16983 "cc",
16984 "tree-sitter-language",
16985]
16986
16987[[package]]
16988name = "tree-sitter-gomod"
16989version = "1.1.1"
16990source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16991dependencies = [
16992 "cc",
16993 "tree-sitter-language",
16994]
16995
16996[[package]]
16997name = "tree-sitter-gowork"
16998version = "0.0.1"
16999source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17000dependencies = [
17001 "cc",
17002 "tree-sitter-language",
17003]
17004
17005[[package]]
17006name = "tree-sitter-heex"
17007version = "0.0.1"
17008source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17009dependencies = [
17010 "cc",
17011 "tree-sitter-language",
17012]
17013
17014[[package]]
17015name = "tree-sitter-html"
17016version = "0.23.2"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17019dependencies = [
17020 "cc",
17021 "tree-sitter-language",
17022]
17023
17024[[package]]
17025name = "tree-sitter-jsdoc"
17026version = "0.23.2"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17029dependencies = [
17030 "cc",
17031 "tree-sitter-language",
17032]
17033
17034[[package]]
17035name = "tree-sitter-json"
17036version = "0.24.8"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17039dependencies = [
17040 "cc",
17041 "tree-sitter-language",
17042]
17043
17044[[package]]
17045name = "tree-sitter-language"
17046version = "0.1.5"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17049
17050[[package]]
17051name = "tree-sitter-md"
17052version = "0.3.2"
17053source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17054dependencies = [
17055 "cc",
17056 "tree-sitter-language",
17057]
17058
17059[[package]]
17060name = "tree-sitter-python"
17061version = "0.23.6"
17062source = "git+https://github.com/zed-industries/tree-sitter-python?rev=218fcbf3fda3d029225f3dec005cb497d111b35e#218fcbf3fda3d029225f3dec005cb497d111b35e"
17063dependencies = [
17064 "cc",
17065 "tree-sitter-language",
17066]
17067
17068[[package]]
17069name = "tree-sitter-regex"
17070version = "0.24.3"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17073dependencies = [
17074 "cc",
17075 "tree-sitter-language",
17076]
17077
17078[[package]]
17079name = "tree-sitter-ruby"
17080version = "0.23.1"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17083dependencies = [
17084 "cc",
17085 "tree-sitter-language",
17086]
17087
17088[[package]]
17089name = "tree-sitter-rust"
17090version = "0.24.0"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17093dependencies = [
17094 "cc",
17095 "tree-sitter-language",
17096]
17097
17098[[package]]
17099name = "tree-sitter-typescript"
17100version = "0.23.2"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17103dependencies = [
17104 "cc",
17105 "tree-sitter-language",
17106]
17107
17108[[package]]
17109name = "tree-sitter-yaml"
17110version = "0.6.1"
17111source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17112dependencies = [
17113 "cc",
17114 "tree-sitter-language",
17115]
17116
17117[[package]]
17118name = "try-lock"
17119version = "0.2.5"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17122
17123[[package]]
17124name = "ttf-parser"
17125version = "0.20.0"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17128
17129[[package]]
17130name = "ttf-parser"
17131version = "0.21.1"
17132source = "registry+https://github.com/rust-lang/crates.io-index"
17133checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17134
17135[[package]]
17136name = "ttf-parser"
17137version = "0.25.1"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17140dependencies = [
17141 "core_maths",
17142]
17143
17144[[package]]
17145name = "tungstenite"
17146version = "0.20.1"
17147source = "registry+https://github.com/rust-lang/crates.io-index"
17148checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17149dependencies = [
17150 "byteorder",
17151 "bytes 1.10.1",
17152 "data-encoding",
17153 "http 0.2.12",
17154 "httparse",
17155 "log",
17156 "rand 0.8.5",
17157 "sha1",
17158 "thiserror 1.0.69",
17159 "url",
17160 "utf-8",
17161]
17162
17163[[package]]
17164name = "tungstenite"
17165version = "0.21.0"
17166source = "registry+https://github.com/rust-lang/crates.io-index"
17167checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17168dependencies = [
17169 "byteorder",
17170 "bytes 1.10.1",
17171 "data-encoding",
17172 "http 1.3.1",
17173 "httparse",
17174 "log",
17175 "rand 0.8.5",
17176 "sha1",
17177 "thiserror 1.0.69",
17178 "url",
17179 "utf-8",
17180]
17181
17182[[package]]
17183name = "tungstenite"
17184version = "0.26.2"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17187dependencies = [
17188 "bytes 1.10.1",
17189 "data-encoding",
17190 "http 1.3.1",
17191 "httparse",
17192 "log",
17193 "rand 0.9.1",
17194 "rustls 0.23.26",
17195 "rustls-pki-types",
17196 "sha1",
17197 "thiserror 2.0.12",
17198 "utf-8",
17199]
17200
17201[[package]]
17202name = "typed-path"
17203version = "0.11.0"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17206
17207[[package]]
17208name = "typeid"
17209version = "1.0.3"
17210source = "registry+https://github.com/rust-lang/crates.io-index"
17211checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17212
17213[[package]]
17214name = "typenum"
17215version = "1.18.0"
17216source = "registry+https://github.com/rust-lang/crates.io-index"
17217checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17218
17219[[package]]
17220name = "ucd-trie"
17221version = "0.1.7"
17222source = "registry+https://github.com/rust-lang/crates.io-index"
17223checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17224
17225[[package]]
17226name = "uds"
17227version = "0.4.2"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17230dependencies = [
17231 "libc",
17232]
17233
17234[[package]]
17235name = "uds_windows"
17236version = "1.1.0"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17239dependencies = [
17240 "memoffset",
17241 "tempfile",
17242 "winapi",
17243]
17244
17245[[package]]
17246name = "ug"
17247version = "0.4.0"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17250dependencies = [
17251 "gemm 0.18.2",
17252 "half",
17253 "libloading",
17254 "memmap2",
17255 "num",
17256 "num-traits",
17257 "num_cpus",
17258 "rayon",
17259 "safetensors",
17260 "serde",
17261 "thiserror 1.0.69",
17262 "tracing",
17263 "yoke",
17264]
17265
17266[[package]]
17267name = "ui"
17268version = "0.1.0"
17269dependencies = [
17270 "chrono",
17271 "component",
17272 "documented",
17273 "gpui",
17274 "gpui_macros",
17275 "icons",
17276 "itertools 0.14.0",
17277 "menu",
17278 "schemars 1.0.1",
17279 "serde",
17280 "settings",
17281 "smallvec",
17282 "story",
17283 "strum 0.27.1",
17284 "theme",
17285 "ui_macros",
17286 "util",
17287 "windows 0.61.1",
17288 "workspace-hack",
17289]
17290
17291[[package]]
17292name = "ui_input"
17293version = "0.1.0"
17294dependencies = [
17295 "component",
17296 "editor",
17297 "gpui",
17298 "settings",
17299 "theme",
17300 "ui",
17301 "workspace-hack",
17302]
17303
17304[[package]]
17305name = "ui_macros"
17306version = "0.1.0"
17307dependencies = [
17308 "component",
17309 "quote",
17310 "syn 2.0.101",
17311 "ui",
17312 "workspace-hack",
17313]
17314
17315[[package]]
17316name = "ui_prompt"
17317version = "0.1.0"
17318dependencies = [
17319 "gpui",
17320 "markdown",
17321 "menu",
17322 "settings",
17323 "theme",
17324 "ui",
17325 "workspace",
17326 "workspace-hack",
17327]
17328
17329[[package]]
17330name = "unicase"
17331version = "2.8.1"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17334
17335[[package]]
17336name = "unicode-bidi"
17337version = "0.3.18"
17338source = "registry+https://github.com/rust-lang/crates.io-index"
17339checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17340
17341[[package]]
17342name = "unicode-bidi-mirroring"
17343version = "0.2.0"
17344source = "registry+https://github.com/rust-lang/crates.io-index"
17345checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17346
17347[[package]]
17348name = "unicode-bidi-mirroring"
17349version = "0.4.0"
17350source = "registry+https://github.com/rust-lang/crates.io-index"
17351checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17352
17353[[package]]
17354name = "unicode-ccc"
17355version = "0.2.0"
17356source = "registry+https://github.com/rust-lang/crates.io-index"
17357checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17358
17359[[package]]
17360name = "unicode-ccc"
17361version = "0.4.0"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17364
17365[[package]]
17366name = "unicode-ident"
17367version = "1.0.18"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17370
17371[[package]]
17372name = "unicode-linebreak"
17373version = "0.1.5"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17376
17377[[package]]
17378name = "unicode-normalization"
17379version = "0.1.24"
17380source = "registry+https://github.com/rust-lang/crates.io-index"
17381checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17382dependencies = [
17383 "tinyvec",
17384]
17385
17386[[package]]
17387name = "unicode-properties"
17388version = "0.1.3"
17389source = "registry+https://github.com/rust-lang/crates.io-index"
17390checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17391
17392[[package]]
17393name = "unicode-script"
17394version = "0.5.7"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17397
17398[[package]]
17399name = "unicode-segmentation"
17400version = "1.12.0"
17401source = "registry+https://github.com/rust-lang/crates.io-index"
17402checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17403
17404[[package]]
17405name = "unicode-vo"
17406version = "0.1.0"
17407source = "registry+https://github.com/rust-lang/crates.io-index"
17408checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17409
17410[[package]]
17411name = "unicode-width"
17412version = "0.1.14"
17413source = "registry+https://github.com/rust-lang/crates.io-index"
17414checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
17415
17416[[package]]
17417name = "unicode-width"
17418version = "0.2.0"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17421
17422[[package]]
17423name = "unicode-xid"
17424version = "0.2.6"
17425source = "registry+https://github.com/rust-lang/crates.io-index"
17426checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17427
17428[[package]]
17429name = "unicode_categories"
17430version = "0.1.1"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17433
17434[[package]]
17435name = "unindent"
17436version = "0.2.4"
17437source = "registry+https://github.com/rust-lang/crates.io-index"
17438checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17439
17440[[package]]
17441name = "untrusted"
17442version = "0.9.0"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17445
17446[[package]]
17447name = "url"
17448version = "2.5.4"
17449source = "registry+https://github.com/rust-lang/crates.io-index"
17450checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17451dependencies = [
17452 "form_urlencoded",
17453 "idna",
17454 "percent-encoding",
17455 "serde",
17456]
17457
17458[[package]]
17459name = "urlencoding"
17460version = "2.1.3"
17461source = "registry+https://github.com/rust-lang/crates.io-index"
17462checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17463
17464[[package]]
17465name = "usvg"
17466version = "0.45.1"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17469dependencies = [
17470 "base64 0.22.1",
17471 "data-url",
17472 "flate2",
17473 "fontdb 0.23.0",
17474 "imagesize",
17475 "kurbo",
17476 "log",
17477 "pico-args",
17478 "roxmltree",
17479 "rustybuzz 0.20.1",
17480 "simplecss",
17481 "siphasher",
17482 "strict-num",
17483 "svgtypes",
17484 "tiny-skia-path",
17485 "unicode-bidi",
17486 "unicode-script",
17487 "unicode-vo",
17488 "xmlwriter",
17489]
17490
17491[[package]]
17492name = "utf-8"
17493version = "0.7.6"
17494source = "registry+https://github.com/rust-lang/crates.io-index"
17495checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17496
17497[[package]]
17498name = "utf16_iter"
17499version = "1.0.5"
17500source = "registry+https://github.com/rust-lang/crates.io-index"
17501checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17502
17503[[package]]
17504name = "utf8_iter"
17505version = "1.0.4"
17506source = "registry+https://github.com/rust-lang/crates.io-index"
17507checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17508
17509[[package]]
17510name = "utf8parse"
17511version = "0.2.2"
17512source = "registry+https://github.com/rust-lang/crates.io-index"
17513checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17514
17515[[package]]
17516name = "util"
17517version = "0.1.0"
17518dependencies = [
17519 "anyhow",
17520 "async-fs",
17521 "async_zip",
17522 "collections",
17523 "command-fds",
17524 "dirs 4.0.0",
17525 "dunce",
17526 "futures 0.3.31",
17527 "futures-lite 1.13.0",
17528 "git2",
17529 "globset",
17530 "indoc",
17531 "itertools 0.14.0",
17532 "libc",
17533 "log",
17534 "nix 0.29.0",
17535 "pretty_assertions",
17536 "rand 0.9.1",
17537 "regex",
17538 "rust-embed",
17539 "schemars 1.0.1",
17540 "serde",
17541 "serde_json",
17542 "serde_json_lenient",
17543 "shlex",
17544 "smol",
17545 "take-until",
17546 "tempfile",
17547 "tendril",
17548 "unicase",
17549 "util_macros",
17550 "walkdir",
17551 "workspace-hack",
17552]
17553
17554[[package]]
17555name = "util_macros"
17556version = "0.1.0"
17557dependencies = [
17558 "perf",
17559 "quote",
17560 "syn 2.0.101",
17561 "workspace-hack",
17562]
17563
17564[[package]]
17565name = "uuid"
17566version = "1.16.0"
17567source = "registry+https://github.com/rust-lang/crates.io-index"
17568checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17569dependencies = [
17570 "getrandom 0.3.2",
17571 "serde",
17572 "sha1_smol",
17573]
17574
17575[[package]]
17576name = "uuid-simd"
17577version = "0.8.0"
17578source = "registry+https://github.com/rust-lang/crates.io-index"
17579checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17580dependencies = [
17581 "outref",
17582 "uuid",
17583 "vsimd",
17584]
17585
17586[[package]]
17587name = "v_frame"
17588version = "0.3.8"
17589source = "registry+https://github.com/rust-lang/crates.io-index"
17590checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17591dependencies = [
17592 "aligned-vec",
17593 "num-traits",
17594 "wasm-bindgen",
17595]
17596
17597[[package]]
17598name = "valuable"
17599version = "0.1.1"
17600source = "registry+https://github.com/rust-lang/crates.io-index"
17601checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17602
17603[[package]]
17604name = "value-bag"
17605version = "1.11.1"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17608dependencies = [
17609 "value-bag-serde1",
17610 "value-bag-sval2",
17611]
17612
17613[[package]]
17614name = "value-bag-serde1"
17615version = "1.11.1"
17616source = "registry+https://github.com/rust-lang/crates.io-index"
17617checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17618dependencies = [
17619 "erased-serde",
17620 "serde",
17621 "serde_fmt",
17622]
17623
17624[[package]]
17625name = "value-bag-sval2"
17626version = "1.11.1"
17627source = "registry+https://github.com/rust-lang/crates.io-index"
17628checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17629dependencies = [
17630 "sval",
17631 "sval_buffer",
17632 "sval_dynamic",
17633 "sval_fmt",
17634 "sval_json",
17635 "sval_ref",
17636 "sval_serde",
17637]
17638
17639[[package]]
17640name = "vcpkg"
17641version = "0.2.15"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17644
17645[[package]]
17646name = "vercel"
17647version = "0.1.0"
17648dependencies = [
17649 "anyhow",
17650 "schemars 1.0.1",
17651 "serde",
17652 "strum 0.27.1",
17653 "workspace-hack",
17654]
17655
17656[[package]]
17657name = "version-compare"
17658version = "0.2.0"
17659source = "registry+https://github.com/rust-lang/crates.io-index"
17660checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17661
17662[[package]]
17663name = "version_check"
17664version = "0.9.5"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17667
17668[[package]]
17669name = "vim"
17670version = "0.1.0"
17671dependencies = [
17672 "anyhow",
17673 "assets",
17674 "async-compat",
17675 "async-trait",
17676 "collections",
17677 "command_palette",
17678 "command_palette_hooks",
17679 "db",
17680 "editor",
17681 "env_logger 0.11.8",
17682 "futures 0.3.31",
17683 "git_ui",
17684 "gpui",
17685 "indoc",
17686 "itertools 0.14.0",
17687 "language",
17688 "log",
17689 "lsp",
17690 "multi_buffer",
17691 "nvim-rs",
17692 "parking_lot",
17693 "perf",
17694 "picker",
17695 "project",
17696 "project_panel",
17697 "regex",
17698 "release_channel",
17699 "schemars 1.0.1",
17700 "search",
17701 "serde",
17702 "serde_json",
17703 "settings",
17704 "task",
17705 "text",
17706 "theme",
17707 "tokio",
17708 "ui",
17709 "util",
17710 "util_macros",
17711 "vim_mode_setting",
17712 "workspace",
17713 "workspace-hack",
17714 "zed_actions",
17715]
17716
17717[[package]]
17718name = "vim_mode_setting"
17719version = "0.1.0"
17720dependencies = [
17721 "gpui",
17722 "settings",
17723 "workspace-hack",
17724]
17725
17726[[package]]
17727name = "vscode_theme"
17728version = "0.2.0"
17729source = "registry+https://github.com/rust-lang/crates.io-index"
17730checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17731dependencies = [
17732 "serde",
17733]
17734
17735[[package]]
17736name = "vsimd"
17737version = "0.8.0"
17738source = "registry+https://github.com/rust-lang/crates.io-index"
17739checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17740
17741[[package]]
17742name = "vswhom"
17743version = "0.1.0"
17744source = "registry+https://github.com/rust-lang/crates.io-index"
17745checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17746dependencies = [
17747 "libc",
17748 "vswhom-sys",
17749]
17750
17751[[package]]
17752name = "vswhom-sys"
17753version = "0.1.3"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17756dependencies = [
17757 "cc",
17758 "libc",
17759]
17760
17761[[package]]
17762name = "vte"
17763version = "0.15.0"
17764source = "registry+https://github.com/rust-lang/crates.io-index"
17765checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17766dependencies = [
17767 "arrayvec",
17768 "bitflags 2.9.0",
17769 "cursor-icon",
17770 "log",
17771 "memchr",
17772 "serde",
17773]
17774
17775[[package]]
17776name = "waker-fn"
17777version = "1.2.0"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17780
17781[[package]]
17782name = "walkdir"
17783version = "2.5.0"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17786dependencies = [
17787 "same-file",
17788 "winapi-util",
17789]
17790
17791[[package]]
17792name = "want"
17793version = "0.3.1"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17796dependencies = [
17797 "try-lock",
17798]
17799
17800[[package]]
17801name = "warp"
17802version = "0.3.7"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17805dependencies = [
17806 "bytes 1.10.1",
17807 "futures-channel",
17808 "futures-util",
17809 "headers",
17810 "http 0.2.12",
17811 "hyper 0.14.32",
17812 "log",
17813 "mime",
17814 "mime_guess",
17815 "percent-encoding",
17816 "pin-project",
17817 "scoped-tls",
17818 "serde",
17819 "serde_json",
17820 "serde_urlencoded",
17821 "tokio",
17822 "tokio-tungstenite 0.21.0",
17823 "tokio-util",
17824 "tower-service",
17825 "tracing",
17826]
17827
17828[[package]]
17829name = "wasi"
17830version = "0.11.0+wasi-snapshot-preview1"
17831source = "registry+https://github.com/rust-lang/crates.io-index"
17832checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17833
17834[[package]]
17835name = "wasi"
17836version = "0.14.2+wasi-0.2.4"
17837source = "registry+https://github.com/rust-lang/crates.io-index"
17838checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17839dependencies = [
17840 "wit-bindgen-rt 0.39.0",
17841]
17842
17843[[package]]
17844name = "wasite"
17845version = "0.1.0"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17848
17849[[package]]
17850name = "wasm-bindgen"
17851version = "0.2.100"
17852source = "registry+https://github.com/rust-lang/crates.io-index"
17853checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17854dependencies = [
17855 "cfg-if",
17856 "once_cell",
17857 "rustversion",
17858 "wasm-bindgen-macro",
17859]
17860
17861[[package]]
17862name = "wasm-bindgen-backend"
17863version = "0.2.100"
17864source = "registry+https://github.com/rust-lang/crates.io-index"
17865checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17866dependencies = [
17867 "bumpalo",
17868 "log",
17869 "proc-macro2",
17870 "quote",
17871 "syn 2.0.101",
17872 "wasm-bindgen-shared",
17873]
17874
17875[[package]]
17876name = "wasm-bindgen-futures"
17877version = "0.4.50"
17878source = "registry+https://github.com/rust-lang/crates.io-index"
17879checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17880dependencies = [
17881 "cfg-if",
17882 "js-sys",
17883 "once_cell",
17884 "wasm-bindgen",
17885 "web-sys",
17886]
17887
17888[[package]]
17889name = "wasm-bindgen-macro"
17890version = "0.2.100"
17891source = "registry+https://github.com/rust-lang/crates.io-index"
17892checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17893dependencies = [
17894 "quote",
17895 "wasm-bindgen-macro-support",
17896]
17897
17898[[package]]
17899name = "wasm-bindgen-macro-support"
17900version = "0.2.100"
17901source = "registry+https://github.com/rust-lang/crates.io-index"
17902checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17903dependencies = [
17904 "proc-macro2",
17905 "quote",
17906 "syn 2.0.101",
17907 "wasm-bindgen-backend",
17908 "wasm-bindgen-shared",
17909]
17910
17911[[package]]
17912name = "wasm-bindgen-shared"
17913version = "0.2.100"
17914source = "registry+https://github.com/rust-lang/crates.io-index"
17915checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17916dependencies = [
17917 "unicode-ident",
17918]
17919
17920[[package]]
17921name = "wasm-encoder"
17922version = "0.201.0"
17923source = "registry+https://github.com/rust-lang/crates.io-index"
17924checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17925dependencies = [
17926 "leb128",
17927]
17928
17929[[package]]
17930name = "wasm-encoder"
17931version = "0.221.3"
17932source = "registry+https://github.com/rust-lang/crates.io-index"
17933checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17934dependencies = [
17935 "leb128",
17936 "wasmparser 0.221.3",
17937]
17938
17939[[package]]
17940name = "wasm-encoder"
17941version = "0.227.1"
17942source = "registry+https://github.com/rust-lang/crates.io-index"
17943checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17944dependencies = [
17945 "leb128fmt",
17946 "wasmparser 0.227.1",
17947]
17948
17949[[package]]
17950name = "wasm-metadata"
17951version = "0.201.0"
17952source = "registry+https://github.com/rust-lang/crates.io-index"
17953checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17954dependencies = [
17955 "anyhow",
17956 "indexmap 2.9.0",
17957 "serde",
17958 "serde_derive",
17959 "serde_json",
17960 "spdx",
17961 "wasm-encoder 0.201.0",
17962 "wasmparser 0.201.0",
17963]
17964
17965[[package]]
17966name = "wasm-metadata"
17967version = "0.227.1"
17968source = "registry+https://github.com/rust-lang/crates.io-index"
17969checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17970dependencies = [
17971 "anyhow",
17972 "auditable-serde",
17973 "flate2",
17974 "indexmap 2.9.0",
17975 "serde",
17976 "serde_derive",
17977 "serde_json",
17978 "spdx",
17979 "url",
17980 "wasm-encoder 0.227.1",
17981 "wasmparser 0.227.1",
17982]
17983
17984[[package]]
17985name = "wasm-streams"
17986version = "0.4.2"
17987source = "registry+https://github.com/rust-lang/crates.io-index"
17988checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17989dependencies = [
17990 "futures-util",
17991 "js-sys",
17992 "wasm-bindgen",
17993 "wasm-bindgen-futures",
17994 "web-sys",
17995]
17996
17997[[package]]
17998name = "wasmparser"
17999version = "0.201.0"
18000source = "registry+https://github.com/rust-lang/crates.io-index"
18001checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18002dependencies = [
18003 "bitflags 2.9.0",
18004 "indexmap 2.9.0",
18005 "semver",
18006]
18007
18008[[package]]
18009name = "wasmparser"
18010version = "0.221.3"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18013dependencies = [
18014 "bitflags 2.9.0",
18015 "hashbrown 0.15.3",
18016 "indexmap 2.9.0",
18017 "semver",
18018 "serde",
18019]
18020
18021[[package]]
18022name = "wasmparser"
18023version = "0.227.1"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18026dependencies = [
18027 "bitflags 2.9.0",
18028 "hashbrown 0.15.3",
18029 "indexmap 2.9.0",
18030 "semver",
18031]
18032
18033[[package]]
18034name = "wasmprinter"
18035version = "0.221.3"
18036source = "registry+https://github.com/rust-lang/crates.io-index"
18037checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18038dependencies = [
18039 "anyhow",
18040 "termcolor",
18041 "wasmparser 0.221.3",
18042]
18043
18044[[package]]
18045name = "wasmtime"
18046version = "29.0.1"
18047source = "registry+https://github.com/rust-lang/crates.io-index"
18048checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18049dependencies = [
18050 "anyhow",
18051 "async-trait",
18052 "bitflags 2.9.0",
18053 "bumpalo",
18054 "cc",
18055 "cfg-if",
18056 "encoding_rs",
18057 "hashbrown 0.14.5",
18058 "indexmap 2.9.0",
18059 "libc",
18060 "log",
18061 "mach2 0.4.2",
18062 "memfd",
18063 "object",
18064 "once_cell",
18065 "paste",
18066 "postcard",
18067 "psm",
18068 "pulley-interpreter",
18069 "rayon",
18070 "rustix 0.38.44",
18071 "semver",
18072 "serde",
18073 "serde_derive",
18074 "smallvec",
18075 "sptr",
18076 "target-lexicon 0.13.2",
18077 "trait-variant",
18078 "wasmparser 0.221.3",
18079 "wasmtime-asm-macros",
18080 "wasmtime-component-macro",
18081 "wasmtime-component-util",
18082 "wasmtime-cranelift",
18083 "wasmtime-environ",
18084 "wasmtime-fiber",
18085 "wasmtime-jit-icache-coherence",
18086 "wasmtime-math",
18087 "wasmtime-slab",
18088 "wasmtime-versioned-export-macros",
18089 "wasmtime-winch",
18090 "windows-sys 0.59.0",
18091]
18092
18093[[package]]
18094name = "wasmtime-asm-macros"
18095version = "29.0.1"
18096source = "registry+https://github.com/rust-lang/crates.io-index"
18097checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18098dependencies = [
18099 "cfg-if",
18100]
18101
18102[[package]]
18103name = "wasmtime-c-api-impl"
18104version = "29.0.1"
18105source = "registry+https://github.com/rust-lang/crates.io-index"
18106checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18107dependencies = [
18108 "anyhow",
18109 "log",
18110 "tracing",
18111 "wasmtime",
18112 "wasmtime-c-api-macros",
18113]
18114
18115[[package]]
18116name = "wasmtime-c-api-macros"
18117version = "29.0.1"
18118source = "registry+https://github.com/rust-lang/crates.io-index"
18119checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18120dependencies = [
18121 "proc-macro2",
18122 "quote",
18123]
18124
18125[[package]]
18126name = "wasmtime-component-macro"
18127version = "29.0.1"
18128source = "registry+https://github.com/rust-lang/crates.io-index"
18129checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18130dependencies = [
18131 "anyhow",
18132 "proc-macro2",
18133 "quote",
18134 "syn 2.0.101",
18135 "wasmtime-component-util",
18136 "wasmtime-wit-bindgen",
18137 "wit-parser 0.221.3",
18138]
18139
18140[[package]]
18141name = "wasmtime-component-util"
18142version = "29.0.1"
18143source = "registry+https://github.com/rust-lang/crates.io-index"
18144checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18145
18146[[package]]
18147name = "wasmtime-cranelift"
18148version = "29.0.1"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18151dependencies = [
18152 "anyhow",
18153 "cfg-if",
18154 "cranelift-codegen",
18155 "cranelift-control",
18156 "cranelift-entity",
18157 "cranelift-frontend",
18158 "cranelift-native",
18159 "gimli",
18160 "itertools 0.12.1",
18161 "log",
18162 "object",
18163 "smallvec",
18164 "target-lexicon 0.13.2",
18165 "thiserror 1.0.69",
18166 "wasmparser 0.221.3",
18167 "wasmtime-environ",
18168 "wasmtime-versioned-export-macros",
18169]
18170
18171[[package]]
18172name = "wasmtime-environ"
18173version = "29.0.1"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18176dependencies = [
18177 "anyhow",
18178 "cpp_demangle",
18179 "cranelift-bitset",
18180 "cranelift-entity",
18181 "gimli",
18182 "indexmap 2.9.0",
18183 "log",
18184 "object",
18185 "postcard",
18186 "rustc-demangle",
18187 "semver",
18188 "serde",
18189 "serde_derive",
18190 "smallvec",
18191 "target-lexicon 0.13.2",
18192 "wasm-encoder 0.221.3",
18193 "wasmparser 0.221.3",
18194 "wasmprinter",
18195 "wasmtime-component-util",
18196]
18197
18198[[package]]
18199name = "wasmtime-fiber"
18200version = "29.0.1"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18203dependencies = [
18204 "anyhow",
18205 "cc",
18206 "cfg-if",
18207 "rustix 0.38.44",
18208 "wasmtime-asm-macros",
18209 "wasmtime-versioned-export-macros",
18210 "windows-sys 0.59.0",
18211]
18212
18213[[package]]
18214name = "wasmtime-jit-icache-coherence"
18215version = "29.0.1"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18218dependencies = [
18219 "anyhow",
18220 "cfg-if",
18221 "libc",
18222 "windows-sys 0.59.0",
18223]
18224
18225[[package]]
18226name = "wasmtime-math"
18227version = "29.0.1"
18228source = "registry+https://github.com/rust-lang/crates.io-index"
18229checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18230dependencies = [
18231 "libm",
18232]
18233
18234[[package]]
18235name = "wasmtime-slab"
18236version = "29.0.1"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18239
18240[[package]]
18241name = "wasmtime-versioned-export-macros"
18242version = "29.0.1"
18243source = "registry+https://github.com/rust-lang/crates.io-index"
18244checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18245dependencies = [
18246 "proc-macro2",
18247 "quote",
18248 "syn 2.0.101",
18249]
18250
18251[[package]]
18252name = "wasmtime-wasi"
18253version = "29.0.1"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18256dependencies = [
18257 "anyhow",
18258 "async-trait",
18259 "bitflags 2.9.0",
18260 "bytes 1.10.1",
18261 "cap-fs-ext",
18262 "cap-net-ext",
18263 "cap-rand",
18264 "cap-std",
18265 "cap-time-ext",
18266 "fs-set-times",
18267 "futures 0.3.31",
18268 "io-extras",
18269 "io-lifetimes",
18270 "rustix 0.38.44",
18271 "system-interface",
18272 "thiserror 1.0.69",
18273 "tokio",
18274 "tracing",
18275 "trait-variant",
18276 "url",
18277 "wasmtime",
18278 "wiggle",
18279 "windows-sys 0.59.0",
18280]
18281
18282[[package]]
18283name = "wasmtime-winch"
18284version = "29.0.1"
18285source = "registry+https://github.com/rust-lang/crates.io-index"
18286checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18287dependencies = [
18288 "anyhow",
18289 "cranelift-codegen",
18290 "gimli",
18291 "object",
18292 "target-lexicon 0.13.2",
18293 "wasmparser 0.221.3",
18294 "wasmtime-cranelift",
18295 "wasmtime-environ",
18296 "winch-codegen",
18297]
18298
18299[[package]]
18300name = "wasmtime-wit-bindgen"
18301version = "29.0.1"
18302source = "registry+https://github.com/rust-lang/crates.io-index"
18303checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18304dependencies = [
18305 "anyhow",
18306 "heck 0.5.0",
18307 "indexmap 2.9.0",
18308 "wit-parser 0.221.3",
18309]
18310
18311[[package]]
18312name = "wast"
18313version = "35.0.2"
18314source = "registry+https://github.com/rust-lang/crates.io-index"
18315checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18316dependencies = [
18317 "leb128",
18318]
18319
18320[[package]]
18321name = "watch"
18322version = "0.1.0"
18323dependencies = [
18324 "ctor",
18325 "futures 0.3.31",
18326 "gpui",
18327 "parking_lot",
18328 "rand 0.9.1",
18329 "workspace-hack",
18330 "zlog",
18331]
18332
18333[[package]]
18334name = "wayland-backend"
18335version = "0.3.8"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18338dependencies = [
18339 "cc",
18340 "downcast-rs",
18341 "rustix 0.38.44",
18342 "scoped-tls",
18343 "smallvec",
18344 "wayland-sys",
18345]
18346
18347[[package]]
18348name = "wayland-client"
18349version = "0.31.8"
18350source = "registry+https://github.com/rust-lang/crates.io-index"
18351checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18352dependencies = [
18353 "bitflags 2.9.0",
18354 "rustix 0.38.44",
18355 "wayland-backend",
18356 "wayland-scanner",
18357]
18358
18359[[package]]
18360name = "wayland-cursor"
18361version = "0.31.8"
18362source = "registry+https://github.com/rust-lang/crates.io-index"
18363checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18364dependencies = [
18365 "rustix 0.38.44",
18366 "wayland-client",
18367 "xcursor",
18368]
18369
18370[[package]]
18371name = "wayland-protocols"
18372version = "0.31.2"
18373source = "registry+https://github.com/rust-lang/crates.io-index"
18374checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18375dependencies = [
18376 "bitflags 2.9.0",
18377 "wayland-backend",
18378 "wayland-client",
18379 "wayland-scanner",
18380]
18381
18382[[package]]
18383name = "wayland-protocols-plasma"
18384version = "0.2.0"
18385source = "registry+https://github.com/rust-lang/crates.io-index"
18386checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18387dependencies = [
18388 "bitflags 2.9.0",
18389 "wayland-backend",
18390 "wayland-client",
18391 "wayland-protocols",
18392 "wayland-scanner",
18393]
18394
18395[[package]]
18396name = "wayland-scanner"
18397version = "0.31.6"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18400dependencies = [
18401 "proc-macro2",
18402 "quick-xml 0.37.4",
18403 "quote",
18404]
18405
18406[[package]]
18407name = "wayland-sys"
18408version = "0.31.6"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18411dependencies = [
18412 "dlib",
18413 "log",
18414 "once_cell",
18415 "pkg-config",
18416]
18417
18418[[package]]
18419name = "web-sys"
18420version = "0.3.77"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18423dependencies = [
18424 "js-sys",
18425 "wasm-bindgen",
18426]
18427
18428[[package]]
18429name = "web-time"
18430version = "1.1.0"
18431source = "registry+https://github.com/rust-lang/crates.io-index"
18432checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18433dependencies = [
18434 "js-sys",
18435 "wasm-bindgen",
18436]
18437
18438[[package]]
18439name = "web_atoms"
18440version = "0.1.0"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18443dependencies = [
18444 "phf",
18445 "phf_codegen",
18446 "string_cache",
18447 "string_cache_codegen",
18448]
18449
18450[[package]]
18451name = "web_search"
18452version = "0.1.0"
18453dependencies = [
18454 "anyhow",
18455 "cloud_llm_client",
18456 "collections",
18457 "gpui",
18458 "serde",
18459 "workspace-hack",
18460]
18461
18462[[package]]
18463name = "web_search_providers"
18464version = "0.1.0"
18465dependencies = [
18466 "anyhow",
18467 "client",
18468 "cloud_llm_client",
18469 "futures 0.3.31",
18470 "gpui",
18471 "http_client",
18472 "language_model",
18473 "serde",
18474 "serde_json",
18475 "web_search",
18476 "workspace-hack",
18477]
18478
18479[[package]]
18480name = "webpki-root-certs"
18481version = "0.26.8"
18482source = "registry+https://github.com/rust-lang/crates.io-index"
18483checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18484dependencies = [
18485 "rustls-pki-types",
18486]
18487
18488[[package]]
18489name = "webpki-roots"
18490version = "0.26.8"
18491source = "registry+https://github.com/rust-lang/crates.io-index"
18492checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18493dependencies = [
18494 "rustls-pki-types",
18495]
18496
18497[[package]]
18498name = "webrtc-sys"
18499version = "0.3.7"
18500source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18501dependencies = [
18502 "cc",
18503 "cxx",
18504 "cxx-build",
18505 "glob",
18506 "log",
18507 "webrtc-sys-build",
18508]
18509
18510[[package]]
18511name = "webrtc-sys-build"
18512version = "0.3.6"
18513source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18514dependencies = [
18515 "fs2",
18516 "regex",
18517 "reqwest 0.11.27",
18518 "scratch",
18519 "semver",
18520 "zip 0.6.6",
18521]
18522
18523[[package]]
18524name = "weezl"
18525version = "0.1.8"
18526source = "registry+https://github.com/rust-lang/crates.io-index"
18527checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18528
18529[[package]]
18530name = "which"
18531version = "4.4.2"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18534dependencies = [
18535 "either",
18536 "home",
18537 "once_cell",
18538 "rustix 0.38.44",
18539]
18540
18541[[package]]
18542name = "which"
18543version = "6.0.3"
18544source = "registry+https://github.com/rust-lang/crates.io-index"
18545checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18546dependencies = [
18547 "either",
18548 "home",
18549 "rustix 0.38.44",
18550 "winsafe",
18551]
18552
18553[[package]]
18554name = "whoami"
18555version = "1.6.0"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18558dependencies = [
18559 "redox_syscall 0.5.11",
18560 "wasite",
18561]
18562
18563[[package]]
18564name = "wiggle"
18565version = "29.0.1"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18568dependencies = [
18569 "anyhow",
18570 "async-trait",
18571 "bitflags 2.9.0",
18572 "thiserror 1.0.69",
18573 "tracing",
18574 "wasmtime",
18575 "wiggle-macro",
18576]
18577
18578[[package]]
18579name = "wiggle-generate"
18580version = "29.0.1"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18583dependencies = [
18584 "anyhow",
18585 "heck 0.5.0",
18586 "proc-macro2",
18587 "quote",
18588 "shellexpand 2.1.2",
18589 "syn 2.0.101",
18590 "witx",
18591]
18592
18593[[package]]
18594name = "wiggle-macro"
18595version = "29.0.1"
18596source = "registry+https://github.com/rust-lang/crates.io-index"
18597checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18598dependencies = [
18599 "proc-macro2",
18600 "quote",
18601 "syn 2.0.101",
18602 "wiggle-generate",
18603]
18604
18605[[package]]
18606name = "winapi"
18607version = "0.3.9"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18610dependencies = [
18611 "winapi-i686-pc-windows-gnu",
18612 "winapi-x86_64-pc-windows-gnu",
18613]
18614
18615[[package]]
18616name = "winapi-i686-pc-windows-gnu"
18617version = "0.4.0"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18620
18621[[package]]
18622name = "winapi-util"
18623version = "0.1.9"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18626dependencies = [
18627 "windows-sys 0.59.0",
18628]
18629
18630[[package]]
18631name = "winapi-x86_64-pc-windows-gnu"
18632version = "0.4.0"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18635
18636[[package]]
18637name = "winch-codegen"
18638version = "29.0.1"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18641dependencies = [
18642 "anyhow",
18643 "cranelift-codegen",
18644 "gimli",
18645 "regalloc2",
18646 "smallvec",
18647 "target-lexicon 0.13.2",
18648 "thiserror 1.0.69",
18649 "wasmparser 0.221.3",
18650 "wasmtime-cranelift",
18651 "wasmtime-environ",
18652]
18653
18654[[package]]
18655name = "windows"
18656version = "0.54.0"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18659dependencies = [
18660 "windows-core 0.54.0",
18661 "windows-targets 0.52.6",
18662]
18663
18664[[package]]
18665name = "windows"
18666version = "0.57.0"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18669dependencies = [
18670 "windows-core 0.57.0",
18671 "windows-targets 0.52.6",
18672]
18673
18674[[package]]
18675name = "windows"
18676version = "0.58.0"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18679dependencies = [
18680 "windows-core 0.58.0",
18681 "windows-targets 0.52.6",
18682]
18683
18684[[package]]
18685name = "windows"
18686version = "0.61.1"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18689dependencies = [
18690 "windows-collections",
18691 "windows-core 0.61.0",
18692 "windows-future",
18693 "windows-link 0.1.1",
18694 "windows-numerics",
18695]
18696
18697[[package]]
18698name = "windows-capture"
18699version = "1.4.3"
18700source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18701dependencies = [
18702 "clap",
18703 "ctrlc",
18704 "parking_lot",
18705 "rayon",
18706 "thiserror 2.0.12",
18707 "windows 0.61.1",
18708 "windows-future",
18709]
18710
18711[[package]]
18712name = "windows-collections"
18713version = "0.2.0"
18714source = "registry+https://github.com/rust-lang/crates.io-index"
18715checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18716dependencies = [
18717 "windows-core 0.61.0",
18718]
18719
18720[[package]]
18721name = "windows-core"
18722version = "0.54.0"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18725dependencies = [
18726 "windows-result 0.1.2",
18727 "windows-targets 0.52.6",
18728]
18729
18730[[package]]
18731name = "windows-core"
18732version = "0.57.0"
18733source = "registry+https://github.com/rust-lang/crates.io-index"
18734checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18735dependencies = [
18736 "windows-implement 0.57.0",
18737 "windows-interface 0.57.0",
18738 "windows-result 0.1.2",
18739 "windows-targets 0.52.6",
18740]
18741
18742[[package]]
18743name = "windows-core"
18744version = "0.58.0"
18745source = "registry+https://github.com/rust-lang/crates.io-index"
18746checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18747dependencies = [
18748 "windows-implement 0.58.0",
18749 "windows-interface 0.58.0",
18750 "windows-result 0.2.0",
18751 "windows-strings 0.1.0",
18752 "windows-targets 0.52.6",
18753]
18754
18755[[package]]
18756name = "windows-core"
18757version = "0.61.0"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18760dependencies = [
18761 "windows-implement 0.60.0",
18762 "windows-interface 0.59.1",
18763 "windows-link 0.1.1",
18764 "windows-result 0.3.2",
18765 "windows-strings 0.4.0",
18766]
18767
18768[[package]]
18769name = "windows-future"
18770version = "0.2.0"
18771source = "registry+https://github.com/rust-lang/crates.io-index"
18772checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18773dependencies = [
18774 "windows-core 0.61.0",
18775 "windows-link 0.1.1",
18776]
18777
18778[[package]]
18779name = "windows-implement"
18780version = "0.57.0"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18783dependencies = [
18784 "proc-macro2",
18785 "quote",
18786 "syn 2.0.101",
18787]
18788
18789[[package]]
18790name = "windows-implement"
18791version = "0.58.0"
18792source = "registry+https://github.com/rust-lang/crates.io-index"
18793checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18794dependencies = [
18795 "proc-macro2",
18796 "quote",
18797 "syn 2.0.101",
18798]
18799
18800[[package]]
18801name = "windows-implement"
18802version = "0.60.0"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18805dependencies = [
18806 "proc-macro2",
18807 "quote",
18808 "syn 2.0.101",
18809]
18810
18811[[package]]
18812name = "windows-interface"
18813version = "0.57.0"
18814source = "registry+https://github.com/rust-lang/crates.io-index"
18815checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18816dependencies = [
18817 "proc-macro2",
18818 "quote",
18819 "syn 2.0.101",
18820]
18821
18822[[package]]
18823name = "windows-interface"
18824version = "0.58.0"
18825source = "registry+https://github.com/rust-lang/crates.io-index"
18826checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18827dependencies = [
18828 "proc-macro2",
18829 "quote",
18830 "syn 2.0.101",
18831]
18832
18833[[package]]
18834name = "windows-interface"
18835version = "0.59.1"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18838dependencies = [
18839 "proc-macro2",
18840 "quote",
18841 "syn 2.0.101",
18842]
18843
18844[[package]]
18845name = "windows-link"
18846version = "0.1.1"
18847source = "registry+https://github.com/rust-lang/crates.io-index"
18848checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18849
18850[[package]]
18851name = "windows-link"
18852version = "0.2.0"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18855
18856[[package]]
18857name = "windows-numerics"
18858version = "0.2.0"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18861dependencies = [
18862 "windows-core 0.61.0",
18863 "windows-link 0.1.1",
18864]
18865
18866[[package]]
18867name = "windows-registry"
18868version = "0.4.0"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18871dependencies = [
18872 "windows-result 0.3.2",
18873 "windows-strings 0.3.1",
18874 "windows-targets 0.53.2",
18875]
18876
18877[[package]]
18878name = "windows-registry"
18879version = "0.5.1"
18880source = "registry+https://github.com/rust-lang/crates.io-index"
18881checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18882dependencies = [
18883 "windows-link 0.1.1",
18884 "windows-result 0.3.2",
18885 "windows-strings 0.4.0",
18886]
18887
18888[[package]]
18889name = "windows-registry"
18890version = "0.6.0"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18893dependencies = [
18894 "windows-link 0.2.0",
18895 "windows-result 0.4.0",
18896 "windows-strings 0.5.0",
18897]
18898
18899[[package]]
18900name = "windows-result"
18901version = "0.1.2"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18904dependencies = [
18905 "windows-targets 0.52.6",
18906]
18907
18908[[package]]
18909name = "windows-result"
18910version = "0.2.0"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18913dependencies = [
18914 "windows-targets 0.52.6",
18915]
18916
18917[[package]]
18918name = "windows-result"
18919version = "0.3.2"
18920source = "registry+https://github.com/rust-lang/crates.io-index"
18921checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18922dependencies = [
18923 "windows-link 0.1.1",
18924]
18925
18926[[package]]
18927name = "windows-result"
18928version = "0.4.0"
18929source = "registry+https://github.com/rust-lang/crates.io-index"
18930checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18931dependencies = [
18932 "windows-link 0.2.0",
18933]
18934
18935[[package]]
18936name = "windows-strings"
18937version = "0.1.0"
18938source = "registry+https://github.com/rust-lang/crates.io-index"
18939checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18940dependencies = [
18941 "windows-result 0.2.0",
18942 "windows-targets 0.52.6",
18943]
18944
18945[[package]]
18946name = "windows-strings"
18947version = "0.3.1"
18948source = "registry+https://github.com/rust-lang/crates.io-index"
18949checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18950dependencies = [
18951 "windows-link 0.1.1",
18952]
18953
18954[[package]]
18955name = "windows-strings"
18956version = "0.4.0"
18957source = "registry+https://github.com/rust-lang/crates.io-index"
18958checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18959dependencies = [
18960 "windows-link 0.1.1",
18961]
18962
18963[[package]]
18964name = "windows-strings"
18965version = "0.5.0"
18966source = "registry+https://github.com/rust-lang/crates.io-index"
18967checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18968dependencies = [
18969 "windows-link 0.2.0",
18970]
18971
18972[[package]]
18973name = "windows-sys"
18974version = "0.45.0"
18975source = "registry+https://github.com/rust-lang/crates.io-index"
18976checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18977dependencies = [
18978 "windows-targets 0.42.2",
18979]
18980
18981[[package]]
18982name = "windows-sys"
18983version = "0.48.0"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18986dependencies = [
18987 "windows-targets 0.48.5",
18988]
18989
18990[[package]]
18991name = "windows-sys"
18992version = "0.52.0"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18995dependencies = [
18996 "windows-targets 0.52.6",
18997]
18998
18999[[package]]
19000name = "windows-sys"
19001version = "0.59.0"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19004dependencies = [
19005 "windows-targets 0.52.6",
19006]
19007
19008[[package]]
19009name = "windows-sys"
19010version = "0.60.2"
19011source = "registry+https://github.com/rust-lang/crates.io-index"
19012checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19013dependencies = [
19014 "windows-targets 0.53.2",
19015]
19016
19017[[package]]
19018name = "windows-sys"
19019version = "0.61.0"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19022dependencies = [
19023 "windows-link 0.2.0",
19024]
19025
19026[[package]]
19027name = "windows-targets"
19028version = "0.42.2"
19029source = "registry+https://github.com/rust-lang/crates.io-index"
19030checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19031dependencies = [
19032 "windows_aarch64_gnullvm 0.42.2",
19033 "windows_aarch64_msvc 0.42.2",
19034 "windows_i686_gnu 0.42.2",
19035 "windows_i686_msvc 0.42.2",
19036 "windows_x86_64_gnu 0.42.2",
19037 "windows_x86_64_gnullvm 0.42.2",
19038 "windows_x86_64_msvc 0.42.2",
19039]
19040
19041[[package]]
19042name = "windows-targets"
19043version = "0.48.5"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19046dependencies = [
19047 "windows_aarch64_gnullvm 0.48.5",
19048 "windows_aarch64_msvc 0.48.5",
19049 "windows_i686_gnu 0.48.5",
19050 "windows_i686_msvc 0.48.5",
19051 "windows_x86_64_gnu 0.48.5",
19052 "windows_x86_64_gnullvm 0.48.5",
19053 "windows_x86_64_msvc 0.48.5",
19054]
19055
19056[[package]]
19057name = "windows-targets"
19058version = "0.52.6"
19059source = "registry+https://github.com/rust-lang/crates.io-index"
19060checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19061dependencies = [
19062 "windows_aarch64_gnullvm 0.52.6",
19063 "windows_aarch64_msvc 0.52.6",
19064 "windows_i686_gnu 0.52.6",
19065 "windows_i686_gnullvm 0.52.6",
19066 "windows_i686_msvc 0.52.6",
19067 "windows_x86_64_gnu 0.52.6",
19068 "windows_x86_64_gnullvm 0.52.6",
19069 "windows_x86_64_msvc 0.52.6",
19070]
19071
19072[[package]]
19073name = "windows-targets"
19074version = "0.53.2"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19077dependencies = [
19078 "windows_aarch64_gnullvm 0.53.0",
19079 "windows_aarch64_msvc 0.53.0",
19080 "windows_i686_gnu 0.53.0",
19081 "windows_i686_gnullvm 0.53.0",
19082 "windows_i686_msvc 0.53.0",
19083 "windows_x86_64_gnu 0.53.0",
19084 "windows_x86_64_gnullvm 0.53.0",
19085 "windows_x86_64_msvc 0.53.0",
19086]
19087
19088[[package]]
19089name = "windows_aarch64_gnullvm"
19090version = "0.42.2"
19091source = "registry+https://github.com/rust-lang/crates.io-index"
19092checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19093
19094[[package]]
19095name = "windows_aarch64_gnullvm"
19096version = "0.48.5"
19097source = "registry+https://github.com/rust-lang/crates.io-index"
19098checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19099
19100[[package]]
19101name = "windows_aarch64_gnullvm"
19102version = "0.52.6"
19103source = "registry+https://github.com/rust-lang/crates.io-index"
19104checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19105
19106[[package]]
19107name = "windows_aarch64_gnullvm"
19108version = "0.53.0"
19109source = "registry+https://github.com/rust-lang/crates.io-index"
19110checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19111
19112[[package]]
19113name = "windows_aarch64_msvc"
19114version = "0.42.2"
19115source = "registry+https://github.com/rust-lang/crates.io-index"
19116checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19117
19118[[package]]
19119name = "windows_aarch64_msvc"
19120version = "0.48.5"
19121source = "registry+https://github.com/rust-lang/crates.io-index"
19122checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19123
19124[[package]]
19125name = "windows_aarch64_msvc"
19126version = "0.52.6"
19127source = "registry+https://github.com/rust-lang/crates.io-index"
19128checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19129
19130[[package]]
19131name = "windows_aarch64_msvc"
19132version = "0.53.0"
19133source = "registry+https://github.com/rust-lang/crates.io-index"
19134checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19135
19136[[package]]
19137name = "windows_i686_gnu"
19138version = "0.42.2"
19139source = "registry+https://github.com/rust-lang/crates.io-index"
19140checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19141
19142[[package]]
19143name = "windows_i686_gnu"
19144version = "0.48.5"
19145source = "registry+https://github.com/rust-lang/crates.io-index"
19146checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19147
19148[[package]]
19149name = "windows_i686_gnu"
19150version = "0.52.6"
19151source = "registry+https://github.com/rust-lang/crates.io-index"
19152checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19153
19154[[package]]
19155name = "windows_i686_gnu"
19156version = "0.53.0"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19159
19160[[package]]
19161name = "windows_i686_gnullvm"
19162version = "0.52.6"
19163source = "registry+https://github.com/rust-lang/crates.io-index"
19164checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19165
19166[[package]]
19167name = "windows_i686_gnullvm"
19168version = "0.53.0"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19171
19172[[package]]
19173name = "windows_i686_msvc"
19174version = "0.42.2"
19175source = "registry+https://github.com/rust-lang/crates.io-index"
19176checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19177
19178[[package]]
19179name = "windows_i686_msvc"
19180version = "0.48.5"
19181source = "registry+https://github.com/rust-lang/crates.io-index"
19182checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19183
19184[[package]]
19185name = "windows_i686_msvc"
19186version = "0.52.6"
19187source = "registry+https://github.com/rust-lang/crates.io-index"
19188checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19189
19190[[package]]
19191name = "windows_i686_msvc"
19192version = "0.53.0"
19193source = "registry+https://github.com/rust-lang/crates.io-index"
19194checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19195
19196[[package]]
19197name = "windows_x86_64_gnu"
19198version = "0.42.2"
19199source = "registry+https://github.com/rust-lang/crates.io-index"
19200checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19201
19202[[package]]
19203name = "windows_x86_64_gnu"
19204version = "0.48.5"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19207
19208[[package]]
19209name = "windows_x86_64_gnu"
19210version = "0.52.6"
19211source = "registry+https://github.com/rust-lang/crates.io-index"
19212checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19213
19214[[package]]
19215name = "windows_x86_64_gnu"
19216version = "0.53.0"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19219
19220[[package]]
19221name = "windows_x86_64_gnullvm"
19222version = "0.42.2"
19223source = "registry+https://github.com/rust-lang/crates.io-index"
19224checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19225
19226[[package]]
19227name = "windows_x86_64_gnullvm"
19228version = "0.48.5"
19229source = "registry+https://github.com/rust-lang/crates.io-index"
19230checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19231
19232[[package]]
19233name = "windows_x86_64_gnullvm"
19234version = "0.52.6"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19237
19238[[package]]
19239name = "windows_x86_64_gnullvm"
19240version = "0.53.0"
19241source = "registry+https://github.com/rust-lang/crates.io-index"
19242checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19243
19244[[package]]
19245name = "windows_x86_64_msvc"
19246version = "0.42.2"
19247source = "registry+https://github.com/rust-lang/crates.io-index"
19248checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19249
19250[[package]]
19251name = "windows_x86_64_msvc"
19252version = "0.48.5"
19253source = "registry+https://github.com/rust-lang/crates.io-index"
19254checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19255
19256[[package]]
19257name = "windows_x86_64_msvc"
19258version = "0.52.6"
19259source = "registry+https://github.com/rust-lang/crates.io-index"
19260checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19261
19262[[package]]
19263name = "windows_x86_64_msvc"
19264version = "0.53.0"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19267
19268[[package]]
19269name = "winnow"
19270version = "0.7.6"
19271source = "registry+https://github.com/rust-lang/crates.io-index"
19272checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19273dependencies = [
19274 "memchr",
19275]
19276
19277[[package]]
19278name = "winreg"
19279version = "0.10.1"
19280source = "registry+https://github.com/rust-lang/crates.io-index"
19281checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19282dependencies = [
19283 "winapi",
19284]
19285
19286[[package]]
19287name = "winreg"
19288version = "0.50.0"
19289source = "registry+https://github.com/rust-lang/crates.io-index"
19290checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19291dependencies = [
19292 "cfg-if",
19293 "windows-sys 0.48.0",
19294]
19295
19296[[package]]
19297name = "winreg"
19298version = "0.52.0"
19299source = "registry+https://github.com/rust-lang/crates.io-index"
19300checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19301dependencies = [
19302 "cfg-if",
19303 "windows-sys 0.48.0",
19304]
19305
19306[[package]]
19307name = "winreg"
19308version = "0.55.0"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19311dependencies = [
19312 "cfg-if",
19313 "windows-sys 0.59.0",
19314]
19315
19316[[package]]
19317name = "winresource"
19318version = "0.1.20"
19319source = "registry+https://github.com/rust-lang/crates.io-index"
19320checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19321dependencies = [
19322 "toml 0.8.20",
19323 "version_check",
19324]
19325
19326[[package]]
19327name = "winsafe"
19328version = "0.0.19"
19329source = "registry+https://github.com/rust-lang/crates.io-index"
19330checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19331
19332[[package]]
19333name = "winx"
19334version = "0.36.4"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19337dependencies = [
19338 "bitflags 2.9.0",
19339 "windows-sys 0.59.0",
19340]
19341
19342[[package]]
19343name = "wio"
19344version = "0.2.2"
19345source = "registry+https://github.com/rust-lang/crates.io-index"
19346checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19347dependencies = [
19348 "winapi",
19349]
19350
19351[[package]]
19352name = "wit-bindgen"
19353version = "0.22.0"
19354source = "registry+https://github.com/rust-lang/crates.io-index"
19355checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19356dependencies = [
19357 "bitflags 2.9.0",
19358 "wit-bindgen-rt 0.22.0",
19359 "wit-bindgen-rust-macro 0.22.0",
19360]
19361
19362[[package]]
19363name = "wit-bindgen"
19364version = "0.41.0"
19365source = "registry+https://github.com/rust-lang/crates.io-index"
19366checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19367dependencies = [
19368 "wit-bindgen-rt 0.41.0",
19369 "wit-bindgen-rust-macro 0.41.0",
19370]
19371
19372[[package]]
19373name = "wit-bindgen-core"
19374version = "0.22.0"
19375source = "registry+https://github.com/rust-lang/crates.io-index"
19376checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19377dependencies = [
19378 "anyhow",
19379 "wit-parser 0.201.0",
19380]
19381
19382[[package]]
19383name = "wit-bindgen-core"
19384version = "0.41.0"
19385source = "registry+https://github.com/rust-lang/crates.io-index"
19386checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19387dependencies = [
19388 "anyhow",
19389 "heck 0.5.0",
19390 "wit-parser 0.227.1",
19391]
19392
19393[[package]]
19394name = "wit-bindgen-rt"
19395version = "0.22.0"
19396source = "registry+https://github.com/rust-lang/crates.io-index"
19397checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19398
19399[[package]]
19400name = "wit-bindgen-rt"
19401version = "0.39.0"
19402source = "registry+https://github.com/rust-lang/crates.io-index"
19403checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19404dependencies = [
19405 "bitflags 2.9.0",
19406]
19407
19408[[package]]
19409name = "wit-bindgen-rt"
19410version = "0.41.0"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19413dependencies = [
19414 "bitflags 2.9.0",
19415 "futures 0.3.31",
19416 "once_cell",
19417]
19418
19419[[package]]
19420name = "wit-bindgen-rust"
19421version = "0.22.0"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19424dependencies = [
19425 "anyhow",
19426 "heck 0.4.1",
19427 "indexmap 2.9.0",
19428 "wasm-metadata 0.201.0",
19429 "wit-bindgen-core 0.22.0",
19430 "wit-component 0.201.0",
19431]
19432
19433[[package]]
19434name = "wit-bindgen-rust"
19435version = "0.41.0"
19436source = "registry+https://github.com/rust-lang/crates.io-index"
19437checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19438dependencies = [
19439 "anyhow",
19440 "heck 0.5.0",
19441 "indexmap 2.9.0",
19442 "prettyplease",
19443 "syn 2.0.101",
19444 "wasm-metadata 0.227.1",
19445 "wit-bindgen-core 0.41.0",
19446 "wit-component 0.227.1",
19447]
19448
19449[[package]]
19450name = "wit-bindgen-rust-macro"
19451version = "0.22.0"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19454dependencies = [
19455 "anyhow",
19456 "proc-macro2",
19457 "quote",
19458 "syn 2.0.101",
19459 "wit-bindgen-core 0.22.0",
19460 "wit-bindgen-rust 0.22.0",
19461]
19462
19463[[package]]
19464name = "wit-bindgen-rust-macro"
19465version = "0.41.0"
19466source = "registry+https://github.com/rust-lang/crates.io-index"
19467checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19468dependencies = [
19469 "anyhow",
19470 "prettyplease",
19471 "proc-macro2",
19472 "quote",
19473 "syn 2.0.101",
19474 "wit-bindgen-core 0.41.0",
19475 "wit-bindgen-rust 0.41.0",
19476]
19477
19478[[package]]
19479name = "wit-component"
19480version = "0.201.0"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19483dependencies = [
19484 "anyhow",
19485 "bitflags 2.9.0",
19486 "indexmap 2.9.0",
19487 "log",
19488 "serde",
19489 "serde_derive",
19490 "serde_json",
19491 "wasm-encoder 0.201.0",
19492 "wasm-metadata 0.201.0",
19493 "wasmparser 0.201.0",
19494 "wit-parser 0.201.0",
19495]
19496
19497[[package]]
19498name = "wit-component"
19499version = "0.227.1"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19502dependencies = [
19503 "anyhow",
19504 "bitflags 2.9.0",
19505 "indexmap 2.9.0",
19506 "log",
19507 "serde",
19508 "serde_derive",
19509 "serde_json",
19510 "wasm-encoder 0.227.1",
19511 "wasm-metadata 0.227.1",
19512 "wasmparser 0.227.1",
19513 "wit-parser 0.227.1",
19514]
19515
19516[[package]]
19517name = "wit-parser"
19518version = "0.201.0"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19521dependencies = [
19522 "anyhow",
19523 "id-arena",
19524 "indexmap 2.9.0",
19525 "log",
19526 "semver",
19527 "serde",
19528 "serde_derive",
19529 "serde_json",
19530 "unicode-xid",
19531 "wasmparser 0.201.0",
19532]
19533
19534[[package]]
19535name = "wit-parser"
19536version = "0.221.3"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19539dependencies = [
19540 "anyhow",
19541 "id-arena",
19542 "indexmap 2.9.0",
19543 "log",
19544 "semver",
19545 "serde",
19546 "serde_derive",
19547 "serde_json",
19548 "unicode-xid",
19549 "wasmparser 0.221.3",
19550]
19551
19552[[package]]
19553name = "wit-parser"
19554version = "0.227.1"
19555source = "registry+https://github.com/rust-lang/crates.io-index"
19556checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19557dependencies = [
19558 "anyhow",
19559 "id-arena",
19560 "indexmap 2.9.0",
19561 "log",
19562 "semver",
19563 "serde",
19564 "serde_derive",
19565 "serde_json",
19566 "unicode-xid",
19567 "wasmparser 0.227.1",
19568]
19569
19570[[package]]
19571name = "witx"
19572version = "0.9.1"
19573source = "registry+https://github.com/rust-lang/crates.io-index"
19574checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19575dependencies = [
19576 "anyhow",
19577 "log",
19578 "thiserror 1.0.69",
19579 "wast",
19580]
19581
19582[[package]]
19583name = "workspace"
19584version = "0.1.0"
19585dependencies = [
19586 "any_vec",
19587 "anyhow",
19588 "async-recursion",
19589 "call",
19590 "client",
19591 "clock",
19592 "collections",
19593 "component",
19594 "dap",
19595 "db",
19596 "fs",
19597 "futures 0.3.31",
19598 "gpui",
19599 "http_client",
19600 "itertools 0.14.0",
19601 "language",
19602 "log",
19603 "menu",
19604 "node_runtime",
19605 "parking_lot",
19606 "postage",
19607 "pretty_assertions",
19608 "project",
19609 "remote",
19610 "schemars 1.0.1",
19611 "serde",
19612 "serde_json",
19613 "session",
19614 "settings",
19615 "smallvec",
19616 "sqlez",
19617 "strum 0.27.1",
19618 "task",
19619 "telemetry",
19620 "tempfile",
19621 "theme",
19622 "ui",
19623 "util",
19624 "uuid",
19625 "windows 0.61.1",
19626 "workspace-hack",
19627 "zed_actions",
19628 "zlog",
19629]
19630
19631[[package]]
19632name = "workspace-hack"
19633version = "0.1.0"
19634dependencies = [
19635 "aes",
19636 "ahash 0.8.11",
19637 "aho-corasick",
19638 "anstream",
19639 "arrayvec",
19640 "async-compression",
19641 "async-std",
19642 "async-tungstenite",
19643 "aws-config",
19644 "aws-credential-types",
19645 "aws-runtime",
19646 "aws-sigv4",
19647 "aws-smithy-async",
19648 "aws-smithy-http",
19649 "aws-smithy-runtime",
19650 "aws-smithy-runtime-api",
19651 "aws-smithy-types",
19652 "base64 0.22.1",
19653 "base64ct",
19654 "bigdecimal",
19655 "bit-set 0.8.0",
19656 "bit-vec 0.8.0",
19657 "bitflags 2.9.0",
19658 "bstr",
19659 "bytemuck",
19660 "byteorder",
19661 "bytes 1.10.1",
19662 "cc",
19663 "chrono",
19664 "cipher",
19665 "clap",
19666 "clap_builder",
19667 "codespan-reporting 0.12.0",
19668 "concurrent-queue",
19669 "core-foundation 0.9.4",
19670 "core-foundation-sys",
19671 "cranelift-codegen",
19672 "crc32fast",
19673 "crossbeam-channel",
19674 "crossbeam-epoch",
19675 "crossbeam-utils",
19676 "crypto-common",
19677 "deranged",
19678 "digest",
19679 "either",
19680 "euclid",
19681 "event-listener 5.4.0",
19682 "event-listener-strategy",
19683 "flate2",
19684 "flume",
19685 "foldhash",
19686 "form_urlencoded",
19687 "futures 0.3.31",
19688 "futures-channel",
19689 "futures-core",
19690 "futures-executor",
19691 "futures-io",
19692 "futures-sink",
19693 "futures-task",
19694 "futures-util",
19695 "getrandom 0.2.15",
19696 "getrandom 0.3.2",
19697 "gimli",
19698 "half",
19699 "handlebars 4.5.0",
19700 "hashbrown 0.14.5",
19701 "hashbrown 0.15.3",
19702 "heck 0.4.1",
19703 "hmac",
19704 "hyper 0.14.32",
19705 "hyper-rustls 0.27.5",
19706 "idna",
19707 "indexmap 2.9.0",
19708 "inout",
19709 "itertools 0.12.1",
19710 "itertools 0.13.0",
19711 "lazy_static",
19712 "libc",
19713 "libsqlite3-sys",
19714 "linux-raw-sys 0.4.15",
19715 "linux-raw-sys 0.9.4",
19716 "livekit-runtime",
19717 "log",
19718 "lyon",
19719 "lyon_path",
19720 "md-5",
19721 "memchr",
19722 "memmap2",
19723 "mime_guess",
19724 "miniz_oxide",
19725 "mio 1.0.3",
19726 "naga",
19727 "nix 0.28.0",
19728 "nix 0.29.0",
19729 "nix 0.30.1",
19730 "nom 7.1.3",
19731 "num-bigint",
19732 "num-bigint-dig",
19733 "num-complex",
19734 "num-integer",
19735 "num-iter",
19736 "num-rational",
19737 "num-traits",
19738 "objc2",
19739 "objc2-core-foundation",
19740 "objc2-foundation",
19741 "objc2-metal",
19742 "object",
19743 "once_cell",
19744 "percent-encoding",
19745 "phf",
19746 "phf_shared",
19747 "prettyplease",
19748 "proc-macro2",
19749 "prost 0.12.6",
19750 "prost 0.9.0",
19751 "prost-types 0.9.0",
19752 "quote",
19753 "rand 0.8.5",
19754 "rand 0.9.1",
19755 "rand_chacha 0.3.1",
19756 "rand_core 0.6.4",
19757 "rand_distr",
19758 "regalloc2",
19759 "regex",
19760 "regex-automata",
19761 "regex-syntax",
19762 "ring",
19763 "rust_decimal",
19764 "rustc-hash 1.1.0",
19765 "rustix 0.38.44",
19766 "rustix 1.0.7",
19767 "rustls 0.23.26",
19768 "rustls-webpki 0.103.1",
19769 "scopeguard",
19770 "sea-orm",
19771 "sea-query-binder",
19772 "security-framework 3.2.0",
19773 "security-framework-sys",
19774 "semver",
19775 "serde",
19776 "serde_core",
19777 "serde_json",
19778 "simd-adler32",
19779 "smallvec",
19780 "spin",
19781 "sqlx",
19782 "sqlx-macros",
19783 "sqlx-macros-core",
19784 "sqlx-postgres",
19785 "sqlx-sqlite",
19786 "stable_deref_trait",
19787 "strum 0.26.3",
19788 "subtle",
19789 "syn 1.0.109",
19790 "syn 2.0.101",
19791 "sync_wrapper 1.0.2",
19792 "thiserror 2.0.12",
19793 "time",
19794 "time-macros",
19795 "tokio",
19796 "tokio-rustls 0.26.2",
19797 "tokio-socks",
19798 "tokio-stream",
19799 "tokio-util",
19800 "toml_datetime",
19801 "toml_edit",
19802 "tower 0.5.2",
19803 "tracing",
19804 "tracing-core",
19805 "tungstenite 0.26.2",
19806 "unicode-properties",
19807 "url",
19808 "uuid",
19809 "wasmparser 0.221.3",
19810 "wasmtime",
19811 "wasmtime-cranelift",
19812 "wasmtime-environ",
19813 "winapi",
19814 "windows-core 0.61.0",
19815 "windows-numerics",
19816 "windows-sys 0.48.0",
19817 "windows-sys 0.52.0",
19818 "windows-sys 0.59.0",
19819 "windows-sys 0.61.0",
19820 "zeroize",
19821 "zvariant",
19822]
19823
19824[[package]]
19825name = "worktree"
19826version = "0.1.0"
19827dependencies = [
19828 "anyhow",
19829 "clock",
19830 "collections",
19831 "fs",
19832 "futures 0.3.31",
19833 "fuzzy",
19834 "git",
19835 "git2",
19836 "gpui",
19837 "http_client",
19838 "ignore",
19839 "language",
19840 "log",
19841 "parking_lot",
19842 "paths",
19843 "postage",
19844 "pretty_assertions",
19845 "rand 0.9.1",
19846 "rpc",
19847 "serde",
19848 "serde_json",
19849 "settings",
19850 "smallvec",
19851 "smol",
19852 "sum_tree",
19853 "text",
19854 "util",
19855 "workspace-hack",
19856 "zlog",
19857]
19858
19859[[package]]
19860name = "write16"
19861version = "1.0.0"
19862source = "registry+https://github.com/rust-lang/crates.io-index"
19863checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19864
19865[[package]]
19866name = "writeable"
19867version = "0.5.5"
19868source = "registry+https://github.com/rust-lang/crates.io-index"
19869checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19870
19871[[package]]
19872name = "wyz"
19873version = "0.5.1"
19874source = "registry+https://github.com/rust-lang/crates.io-index"
19875checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19876dependencies = [
19877 "tap",
19878]
19879
19880[[package]]
19881name = "x11"
19882version = "2.21.0"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19885dependencies = [
19886 "libc",
19887 "pkg-config",
19888]
19889
19890[[package]]
19891name = "x11-clipboard"
19892version = "0.9.3"
19893source = "registry+https://github.com/rust-lang/crates.io-index"
19894checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19895dependencies = [
19896 "libc",
19897 "x11rb",
19898]
19899
19900[[package]]
19901name = "x11rb"
19902version = "0.13.1"
19903source = "registry+https://github.com/rust-lang/crates.io-index"
19904checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19905dependencies = [
19906 "as-raw-xcb-connection",
19907 "gethostname",
19908 "libc",
19909 "rustix 0.38.44",
19910 "x11rb-protocol",
19911]
19912
19913[[package]]
19914name = "x11rb-protocol"
19915version = "0.13.1"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19918
19919[[package]]
19920name = "x_ai"
19921version = "0.1.0"
19922dependencies = [
19923 "anyhow",
19924 "schemars 1.0.1",
19925 "serde",
19926 "strum 0.27.1",
19927 "workspace-hack",
19928]
19929
19930[[package]]
19931name = "xattr"
19932version = "0.2.3"
19933source = "registry+https://github.com/rust-lang/crates.io-index"
19934checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19935dependencies = [
19936 "libc",
19937]
19938
19939[[package]]
19940name = "xcb"
19941version = "1.6.0"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19944dependencies = [
19945 "bitflags 1.3.2",
19946 "libc",
19947 "quick-xml 0.30.0",
19948 "x11",
19949]
19950
19951[[package]]
19952name = "xcursor"
19953version = "0.3.8"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19956
19957[[package]]
19958name = "xim"
19959version = "0.4.0"
19960source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19961dependencies = [
19962 "ahash 0.8.11",
19963 "hashbrown 0.14.5",
19964 "log",
19965 "x11rb",
19966 "xim-ctext",
19967 "xim-parser",
19968]
19969
19970[[package]]
19971name = "xim-ctext"
19972version = "0.3.0"
19973source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19974dependencies = [
19975 "encoding_rs",
19976]
19977
19978[[package]]
19979name = "xim-parser"
19980version = "0.2.1"
19981source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19982dependencies = [
19983 "bitflags 2.9.0",
19984]
19985
19986[[package]]
19987name = "xkbcommon"
19988version = "0.8.0"
19989source = "registry+https://github.com/rust-lang/crates.io-index"
19990checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19991dependencies = [
19992 "as-raw-xcb-connection",
19993 "libc",
19994 "memmap2",
19995 "xkeysym",
19996]
19997
19998[[package]]
19999name = "xkeysym"
20000version = "0.2.1"
20001source = "registry+https://github.com/rust-lang/crates.io-index"
20002checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20003
20004[[package]]
20005name = "xml5ever"
20006version = "0.18.1"
20007source = "registry+https://github.com/rust-lang/crates.io-index"
20008checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20009dependencies = [
20010 "log",
20011 "mac",
20012 "markup5ever 0.12.1",
20013]
20014
20015[[package]]
20016name = "xmlparser"
20017version = "0.13.6"
20018source = "registry+https://github.com/rust-lang/crates.io-index"
20019checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20020
20021[[package]]
20022name = "xmlwriter"
20023version = "0.1.0"
20024source = "registry+https://github.com/rust-lang/crates.io-index"
20025checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20026
20027[[package]]
20028name = "xtask"
20029version = "0.1.0"
20030dependencies = [
20031 "anyhow",
20032 "cargo_metadata",
20033 "cargo_toml",
20034 "clap",
20035 "workspace-hack",
20036]
20037
20038[[package]]
20039name = "yaml-rust2"
20040version = "0.8.1"
20041source = "registry+https://github.com/rust-lang/crates.io-index"
20042checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20043dependencies = [
20044 "arraydeque",
20045 "encoding_rs",
20046 "hashlink 0.8.4",
20047]
20048
20049[[package]]
20050name = "yansi"
20051version = "1.0.1"
20052source = "registry+https://github.com/rust-lang/crates.io-index"
20053checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20054
20055[[package]]
20056name = "yawc"
20057version = "0.2.5"
20058source = "registry+https://github.com/rust-lang/crates.io-index"
20059checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20060dependencies = [
20061 "base64 0.22.1",
20062 "bytes 1.10.1",
20063 "flate2",
20064 "futures 0.3.31",
20065 "http-body-util",
20066 "hyper 1.6.0",
20067 "hyper-util",
20068 "js-sys",
20069 "nom 8.0.0",
20070 "pin-project",
20071 "rand 0.8.5",
20072 "sha1",
20073 "thiserror 1.0.69",
20074 "tokio",
20075 "tokio-rustls 0.26.2",
20076 "tokio-util",
20077 "url",
20078 "wasm-bindgen",
20079 "wasm-bindgen-futures",
20080 "web-sys",
20081 "webpki-roots",
20082]
20083
20084[[package]]
20085name = "yazi"
20086version = "0.2.1"
20087source = "registry+https://github.com/rust-lang/crates.io-index"
20088checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20089
20090[[package]]
20091name = "yeslogic-fontconfig-sys"
20092version = "6.0.0"
20093source = "registry+https://github.com/rust-lang/crates.io-index"
20094checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20095dependencies = [
20096 "dlib",
20097 "once_cell",
20098 "pkg-config",
20099]
20100
20101[[package]]
20102name = "yoke"
20103version = "0.7.5"
20104source = "registry+https://github.com/rust-lang/crates.io-index"
20105checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20106dependencies = [
20107 "serde",
20108 "stable_deref_trait",
20109 "yoke-derive",
20110 "zerofrom",
20111]
20112
20113[[package]]
20114name = "yoke-derive"
20115version = "0.7.5"
20116source = "registry+https://github.com/rust-lang/crates.io-index"
20117checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20118dependencies = [
20119 "proc-macro2",
20120 "quote",
20121 "syn 2.0.101",
20122 "synstructure",
20123]
20124
20125[[package]]
20126name = "zbus"
20127version = "5.11.0"
20128source = "registry+https://github.com/rust-lang/crates.io-index"
20129checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20130dependencies = [
20131 "async-broadcast",
20132 "async-executor",
20133 "async-io",
20134 "async-lock",
20135 "async-process",
20136 "async-recursion",
20137 "async-task",
20138 "async-trait",
20139 "blocking",
20140 "enumflags2",
20141 "event-listener 5.4.0",
20142 "futures-core",
20143 "futures-lite 2.6.0",
20144 "hex",
20145 "nix 0.30.1",
20146 "ordered-stream",
20147 "serde",
20148 "serde_repr",
20149 "tracing",
20150 "uds_windows",
20151 "windows-sys 0.60.2",
20152 "winnow",
20153 "zbus_macros",
20154 "zbus_names",
20155 "zvariant",
20156]
20157
20158[[package]]
20159name = "zbus_macros"
20160version = "5.11.0"
20161source = "registry+https://github.com/rust-lang/crates.io-index"
20162checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20163dependencies = [
20164 "proc-macro-crate",
20165 "proc-macro2",
20166 "quote",
20167 "syn 2.0.101",
20168 "zbus_names",
20169 "zvariant",
20170 "zvariant_utils",
20171]
20172
20173[[package]]
20174name = "zbus_names"
20175version = "4.2.0"
20176source = "registry+https://github.com/rust-lang/crates.io-index"
20177checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20178dependencies = [
20179 "serde",
20180 "static_assertions",
20181 "winnow",
20182 "zvariant",
20183]
20184
20185[[package]]
20186name = "zed"
20187version = "0.207.0"
20188dependencies = [
20189 "acp_tools",
20190 "activity_indicator",
20191 "agent",
20192 "agent_settings",
20193 "agent_ui",
20194 "anyhow",
20195 "ashpd 0.11.0",
20196 "askpass",
20197 "assets",
20198 "assistant_tools",
20199 "audio",
20200 "auto_update",
20201 "auto_update_ui",
20202 "backtrace",
20203 "bincode",
20204 "breadcrumbs",
20205 "call",
20206 "channel",
20207 "clap",
20208 "cli",
20209 "client",
20210 "collab_ui",
20211 "collections",
20212 "command_palette",
20213 "component",
20214 "copilot",
20215 "crashes",
20216 "dap",
20217 "dap_adapters",
20218 "db",
20219 "debug_adapter_extension",
20220 "debugger_tools",
20221 "debugger_ui",
20222 "diagnostics",
20223 "edit_prediction_button",
20224 "editor",
20225 "env_logger 0.11.8",
20226 "extension",
20227 "extension_host",
20228 "extensions_ui",
20229 "feature_flags",
20230 "feedback",
20231 "file_finder",
20232 "fs",
20233 "futures 0.3.31",
20234 "git",
20235 "git_hosting_providers",
20236 "git_ui",
20237 "go_to_line",
20238 "gpui",
20239 "gpui_tokio",
20240 "http_client",
20241 "image_viewer",
20242 "inspector_ui",
20243 "install_cli",
20244 "itertools 0.14.0",
20245 "journal",
20246 "keymap_editor",
20247 "language",
20248 "language_extension",
20249 "language_model",
20250 "language_models",
20251 "language_onboarding",
20252 "language_selector",
20253 "language_tools",
20254 "languages",
20255 "line_ending_selector",
20256 "log",
20257 "markdown",
20258 "markdown_preview",
20259 "menu",
20260 "migrator",
20261 "mimalloc",
20262 "nc",
20263 "nix 0.29.0",
20264 "node_runtime",
20265 "notifications",
20266 "onboarding",
20267 "outline",
20268 "outline_panel",
20269 "parking_lot",
20270 "paths",
20271 "picker",
20272 "pretty_assertions",
20273 "profiling",
20274 "project",
20275 "project_panel",
20276 "project_symbols",
20277 "prompt_store",
20278 "proto",
20279 "recent_projects",
20280 "release_channel",
20281 "remote",
20282 "repl",
20283 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20284 "reqwest_client",
20285 "rope",
20286 "search",
20287 "serde",
20288 "serde_json",
20289 "session",
20290 "settings",
20291 "settings_profile_selector",
20292 "settings_ui",
20293 "shellexpand 2.1.2",
20294 "smol",
20295 "snippet_provider",
20296 "snippets_ui",
20297 "supermaven",
20298 "svg_preview",
20299 "sysinfo",
20300 "system_specs",
20301 "tab_switcher",
20302 "task",
20303 "tasks_ui",
20304 "telemetry",
20305 "telemetry_events",
20306 "terminal_view",
20307 "theme",
20308 "theme_extension",
20309 "theme_selector",
20310 "time",
20311 "title_bar",
20312 "toolchain_selector",
20313 "tree-sitter-md",
20314 "tree-sitter-rust",
20315 "ui",
20316 "ui_input",
20317 "ui_prompt",
20318 "url",
20319 "urlencoding",
20320 "util",
20321 "uuid",
20322 "vim",
20323 "vim_mode_setting",
20324 "watch",
20325 "web_search",
20326 "web_search_providers",
20327 "windows 0.61.1",
20328 "winresource",
20329 "workspace",
20330 "workspace-hack",
20331 "zed_actions",
20332 "zed_env_vars",
20333 "zeta",
20334 "zeta2",
20335 "zeta2_tools",
20336 "zlog",
20337 "zlog_settings",
20338]
20339
20340[[package]]
20341name = "zed_actions"
20342version = "0.1.0"
20343dependencies = [
20344 "gpui",
20345 "schemars 1.0.1",
20346 "serde",
20347 "uuid",
20348 "workspace-hack",
20349]
20350
20351[[package]]
20352name = "zed_env_vars"
20353version = "0.1.0"
20354dependencies = [
20355 "gpui",
20356 "workspace-hack",
20357]
20358
20359[[package]]
20360name = "zed_extension_api"
20361version = "0.1.0"
20362source = "registry+https://github.com/rust-lang/crates.io-index"
20363checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20364dependencies = [
20365 "serde",
20366 "serde_json",
20367 "wit-bindgen 0.22.0",
20368]
20369
20370[[package]]
20371name = "zed_extension_api"
20372version = "0.7.0"
20373dependencies = [
20374 "serde",
20375 "serde_json",
20376 "wit-bindgen 0.41.0",
20377]
20378
20379[[package]]
20380name = "zed_glsl"
20381version = "0.1.0"
20382dependencies = [
20383 "zed_extension_api 0.1.0",
20384]
20385
20386[[package]]
20387name = "zed_html"
20388version = "0.2.2"
20389dependencies = [
20390 "zed_extension_api 0.1.0",
20391]
20392
20393[[package]]
20394name = "zed_proto"
20395version = "0.2.2"
20396dependencies = [
20397 "zed_extension_api 0.1.0",
20398]
20399
20400[[package]]
20401name = "zed_ruff"
20402version = "0.1.1"
20403dependencies = [
20404 "zed_extension_api 0.1.0",
20405]
20406
20407[[package]]
20408name = "zed_snippets"
20409version = "0.0.6"
20410dependencies = [
20411 "serde_json",
20412 "zed_extension_api 0.1.0",
20413]
20414
20415[[package]]
20416name = "zed_test_extension"
20417version = "0.1.0"
20418dependencies = [
20419 "zed_extension_api 0.7.0",
20420]
20421
20422[[package]]
20423name = "zeno"
20424version = "0.3.2"
20425source = "registry+https://github.com/rust-lang/crates.io-index"
20426checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20427
20428[[package]]
20429name = "zerocopy"
20430version = "0.7.35"
20431source = "registry+https://github.com/rust-lang/crates.io-index"
20432checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20433dependencies = [
20434 "zerocopy-derive 0.7.35",
20435]
20436
20437[[package]]
20438name = "zerocopy"
20439version = "0.8.24"
20440source = "registry+https://github.com/rust-lang/crates.io-index"
20441checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20442dependencies = [
20443 "zerocopy-derive 0.8.24",
20444]
20445
20446[[package]]
20447name = "zerocopy-derive"
20448version = "0.7.35"
20449source = "registry+https://github.com/rust-lang/crates.io-index"
20450checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20451dependencies = [
20452 "proc-macro2",
20453 "quote",
20454 "syn 2.0.101",
20455]
20456
20457[[package]]
20458name = "zerocopy-derive"
20459version = "0.8.24"
20460source = "registry+https://github.com/rust-lang/crates.io-index"
20461checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20462dependencies = [
20463 "proc-macro2",
20464 "quote",
20465 "syn 2.0.101",
20466]
20467
20468[[package]]
20469name = "zerofrom"
20470version = "0.1.6"
20471source = "registry+https://github.com/rust-lang/crates.io-index"
20472checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20473dependencies = [
20474 "zerofrom-derive",
20475]
20476
20477[[package]]
20478name = "zerofrom-derive"
20479version = "0.1.6"
20480source = "registry+https://github.com/rust-lang/crates.io-index"
20481checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20482dependencies = [
20483 "proc-macro2",
20484 "quote",
20485 "syn 2.0.101",
20486 "synstructure",
20487]
20488
20489[[package]]
20490name = "zeroize"
20491version = "1.8.1"
20492source = "registry+https://github.com/rust-lang/crates.io-index"
20493checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20494dependencies = [
20495 "zeroize_derive",
20496]
20497
20498[[package]]
20499name = "zeroize_derive"
20500version = "1.4.2"
20501source = "registry+https://github.com/rust-lang/crates.io-index"
20502checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20503dependencies = [
20504 "proc-macro2",
20505 "quote",
20506 "syn 2.0.101",
20507]
20508
20509[[package]]
20510name = "zeromq"
20511version = "0.5.0-pre"
20512source = "registry+https://github.com/rust-lang/crates.io-index"
20513checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20514dependencies = [
20515 "async-dispatcher",
20516 "async-std",
20517 "async-trait",
20518 "asynchronous-codec",
20519 "bytes 1.10.1",
20520 "crossbeam-queue",
20521 "dashmap 5.5.3",
20522 "futures 0.3.31",
20523 "log",
20524 "num-traits",
20525 "once_cell",
20526 "parking_lot",
20527 "rand 0.8.5",
20528 "regex",
20529 "thiserror 1.0.69",
20530 "uuid",
20531]
20532
20533[[package]]
20534name = "zerovec"
20535version = "0.10.4"
20536source = "registry+https://github.com/rust-lang/crates.io-index"
20537checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20538dependencies = [
20539 "yoke",
20540 "zerofrom",
20541 "zerovec-derive",
20542]
20543
20544[[package]]
20545name = "zerovec-derive"
20546version = "0.10.3"
20547source = "registry+https://github.com/rust-lang/crates.io-index"
20548checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20549dependencies = [
20550 "proc-macro2",
20551 "quote",
20552 "syn 2.0.101",
20553]
20554
20555[[package]]
20556name = "zeta"
20557version = "0.1.0"
20558dependencies = [
20559 "ai_onboarding",
20560 "anyhow",
20561 "arrayvec",
20562 "call",
20563 "client",
20564 "clock",
20565 "cloud_api_types",
20566 "cloud_llm_client",
20567 "collections",
20568 "command_palette_hooks",
20569 "copilot",
20570 "ctor",
20571 "db",
20572 "edit_prediction",
20573 "editor",
20574 "feature_flags",
20575 "fs",
20576 "futures 0.3.31",
20577 "gpui",
20578 "http_client",
20579 "indoc",
20580 "itertools 0.14.0",
20581 "language",
20582 "language_model",
20583 "log",
20584 "menu",
20585 "parking_lot",
20586 "postage",
20587 "project",
20588 "rand 0.9.1",
20589 "regex",
20590 "release_channel",
20591 "reqwest_client",
20592 "rpc",
20593 "serde",
20594 "serde_json",
20595 "settings",
20596 "strum 0.27.1",
20597 "telemetry",
20598 "telemetry_events",
20599 "theme",
20600 "thiserror 2.0.12",
20601 "tree-sitter-go",
20602 "tree-sitter-rust",
20603 "ui",
20604 "util",
20605 "uuid",
20606 "workspace",
20607 "workspace-hack",
20608 "worktree",
20609 "zed_actions",
20610 "zlog",
20611]
20612
20613[[package]]
20614name = "zeta2"
20615version = "0.1.0"
20616dependencies = [
20617 "anyhow",
20618 "arrayvec",
20619 "chrono",
20620 "client",
20621 "clock",
20622 "cloud_llm_client",
20623 "cloud_zeta2_prompt",
20624 "edit_prediction",
20625 "edit_prediction_context",
20626 "futures 0.3.31",
20627 "gpui",
20628 "indoc",
20629 "language",
20630 "language_model",
20631 "log",
20632 "lsp",
20633 "pretty_assertions",
20634 "project",
20635 "release_channel",
20636 "serde_json",
20637 "settings",
20638 "thiserror 2.0.12",
20639 "util",
20640 "uuid",
20641 "workspace",
20642 "workspace-hack",
20643 "worktree",
20644]
20645
20646[[package]]
20647name = "zeta2_tools"
20648version = "0.1.0"
20649dependencies = [
20650 "chrono",
20651 "clap",
20652 "client",
20653 "cloud_llm_client",
20654 "collections",
20655 "edit_prediction_context",
20656 "editor",
20657 "futures 0.3.31",
20658 "gpui",
20659 "indoc",
20660 "language",
20661 "log",
20662 "pretty_assertions",
20663 "project",
20664 "serde",
20665 "serde_json",
20666 "settings",
20667 "text",
20668 "ui",
20669 "ui_input",
20670 "util",
20671 "workspace",
20672 "workspace-hack",
20673 "zeta2",
20674 "zlog",
20675]
20676
20677[[package]]
20678name = "zeta_cli"
20679version = "0.1.0"
20680dependencies = [
20681 "anyhow",
20682 "clap",
20683 "client",
20684 "cloud_llm_client",
20685 "cloud_zeta2_prompt",
20686 "debug_adapter_extension",
20687 "edit_prediction_context",
20688 "extension",
20689 "fs",
20690 "futures 0.3.31",
20691 "gpui",
20692 "gpui_tokio",
20693 "language",
20694 "language_extension",
20695 "language_model",
20696 "language_models",
20697 "languages",
20698 "node_runtime",
20699 "paths",
20700 "project",
20701 "prompt_store",
20702 "release_channel",
20703 "reqwest_client",
20704 "serde",
20705 "serde_json",
20706 "settings",
20707 "shellexpand 2.1.2",
20708 "smol",
20709 "terminal_view",
20710 "util",
20711 "watch",
20712 "workspace-hack",
20713 "zeta",
20714 "zeta2",
20715]
20716
20717[[package]]
20718name = "zip"
20719version = "0.6.6"
20720source = "registry+https://github.com/rust-lang/crates.io-index"
20721checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20722dependencies = [
20723 "aes",
20724 "byteorder",
20725 "bzip2",
20726 "constant_time_eq",
20727 "crc32fast",
20728 "crossbeam-utils",
20729 "flate2",
20730 "hmac",
20731 "pbkdf2 0.11.0",
20732 "sha1",
20733 "time",
20734 "zstd",
20735]
20736
20737[[package]]
20738name = "zip"
20739version = "1.1.4"
20740source = "registry+https://github.com/rust-lang/crates.io-index"
20741checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20742dependencies = [
20743 "arbitrary",
20744 "crc32fast",
20745 "crossbeam-utils",
20746 "displaydoc",
20747 "indexmap 2.9.0",
20748 "num_enum",
20749 "thiserror 1.0.69",
20750]
20751
20752[[package]]
20753name = "zlog"
20754version = "0.1.0"
20755dependencies = [
20756 "anyhow",
20757 "chrono",
20758 "collections",
20759 "log",
20760 "tempfile",
20761 "workspace-hack",
20762]
20763
20764[[package]]
20765name = "zlog_settings"
20766version = "0.1.0"
20767dependencies = [
20768 "collections",
20769 "gpui",
20770 "settings",
20771 "workspace-hack",
20772 "zlog",
20773]
20774
20775[[package]]
20776name = "zstd"
20777version = "0.11.2+zstd.1.5.2"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20780dependencies = [
20781 "zstd-safe",
20782]
20783
20784[[package]]
20785name = "zstd-safe"
20786version = "5.0.2+zstd.1.5.2"
20787source = "registry+https://github.com/rust-lang/crates.io-index"
20788checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20789dependencies = [
20790 "libc",
20791 "zstd-sys",
20792]
20793
20794[[package]]
20795name = "zstd-sys"
20796version = "2.0.15+zstd.1.5.7"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20799dependencies = [
20800 "cc",
20801 "pkg-config",
20802]
20803
20804[[package]]
20805name = "zune-core"
20806version = "0.4.12"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20809
20810[[package]]
20811name = "zune-inflate"
20812version = "0.2.54"
20813source = "registry+https://github.com/rust-lang/crates.io-index"
20814checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20815dependencies = [
20816 "simd-adler32",
20817]
20818
20819[[package]]
20820name = "zune-jpeg"
20821version = "0.4.14"
20822source = "registry+https://github.com/rust-lang/crates.io-index"
20823checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20824dependencies = [
20825 "zune-core",
20826]
20827
20828[[package]]
20829name = "zvariant"
20830version = "5.7.0"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20833dependencies = [
20834 "endi",
20835 "enumflags2",
20836 "serde",
20837 "url",
20838 "winnow",
20839 "zvariant_derive",
20840 "zvariant_utils",
20841]
20842
20843[[package]]
20844name = "zvariant_derive"
20845version = "5.7.0"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20848dependencies = [
20849 "proc-macro-crate",
20850 "proc-macro2",
20851 "quote",
20852 "syn 2.0.101",
20853 "zvariant_utils",
20854]
20855
20856[[package]]
20857name = "zvariant_utils"
20858version = "3.2.0"
20859source = "registry+https://github.com/rust-lang/crates.io-index"
20860checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20861dependencies = [
20862 "proc-macro2",
20863 "quote",
20864 "serde",
20865 "static_assertions",
20866 "syn 2.0.101",
20867 "winnow",
20868]