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 "terminal",
  322 "thiserror 2.0.12",
  323 "ui",
  324 "util",
  325 "uuid",
  326 "watch",
  327 "workspace-hack",
  328]
  329
  330[[package]]
  331name = "agent_settings"
  332version = "0.1.0"
  333dependencies = [
  334 "anyhow",
  335 "cloud_llm_client",
  336 "collections",
  337 "convert_case 0.8.0",
  338 "fs",
  339 "gpui",
  340 "language_model",
  341 "paths",
  342 "project",
  343 "schemars 1.0.1",
  344 "serde",
  345 "serde_json",
  346 "serde_json_lenient",
  347 "settings",
  348 "util",
  349 "workspace-hack",
  350]
  351
  352[[package]]
  353name = "agent_ui"
  354version = "0.1.0"
  355dependencies = [
  356 "acp_thread",
  357 "action_log",
  358 "agent",
  359 "agent-client-protocol",
  360 "agent2",
  361 "agent_servers",
  362 "agent_settings",
  363 "ai_onboarding",
  364 "anyhow",
  365 "arrayvec",
  366 "assistant_context",
  367 "assistant_slash_command",
  368 "assistant_slash_commands",
  369 "assistant_tool",
  370 "assistant_tools",
  371 "audio",
  372 "buffer_diff",
  373 "chrono",
  374 "client",
  375 "cloud_llm_client",
  376 "collections",
  377 "command_palette_hooks",
  378 "component",
  379 "context_server",
  380 "db",
  381 "editor",
  382 "extension",
  383 "extension_host",
  384 "feature_flags",
  385 "file_icons",
  386 "fs",
  387 "futures 0.3.31",
  388 "fuzzy",
  389 "gpui",
  390 "html_to_markdown",
  391 "http_client",
  392 "indoc",
  393 "itertools 0.14.0",
  394 "jsonschema",
  395 "language",
  396 "language_model",
  397 "language_models",
  398 "languages",
  399 "log",
  400 "lsp",
  401 "markdown",
  402 "menu",
  403 "multi_buffer",
  404 "notifications",
  405 "ordered-float 2.10.1",
  406 "parking_lot",
  407 "paths",
  408 "picker",
  409 "postage",
  410 "pretty_assertions",
  411 "project",
  412 "prompt_store",
  413 "proto",
  414 "rand 0.9.1",
  415 "release_channel",
  416 "rope",
  417 "rules_library",
  418 "schemars 1.0.1",
  419 "search",
  420 "serde",
  421 "serde_json",
  422 "serde_json_lenient",
  423 "settings",
  424 "smol",
  425 "streaming_diff",
  426 "task",
  427 "telemetry",
  428 "telemetry_events",
  429 "terminal",
  430 "terminal_view",
  431 "text",
  432 "theme",
  433 "time",
  434 "time_format",
  435 "tree-sitter-md",
  436 "ui",
  437 "ui_input",
  438 "unindent",
  439 "url",
  440 "urlencoding",
  441 "util",
  442 "watch",
  443 "workspace",
  444 "workspace-hack",
  445 "zed_actions",
  446]
  447
  448[[package]]
  449name = "ahash"
  450version = "0.7.8"
  451source = "registry+https://github.com/rust-lang/crates.io-index"
  452checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  453dependencies = [
  454 "getrandom 0.2.15",
  455 "once_cell",
  456 "version_check",
  457]
  458
  459[[package]]
  460name = "ahash"
  461version = "0.8.11"
  462source = "registry+https://github.com/rust-lang/crates.io-index"
  463checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  464dependencies = [
  465 "cfg-if",
  466 "const-random",
  467 "getrandom 0.2.15",
  468 "once_cell",
  469 "serde",
  470 "version_check",
  471 "zerocopy 0.7.35",
  472]
  473
  474[[package]]
  475name = "aho-corasick"
  476version = "1.1.3"
  477source = "registry+https://github.com/rust-lang/crates.io-index"
  478checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  479dependencies = [
  480 "memchr",
  481]
  482
  483[[package]]
  484name = "ai_onboarding"
  485version = "0.1.0"
  486dependencies = [
  487 "client",
  488 "cloud_llm_client",
  489 "component",
  490 "gpui",
  491 "language_model",
  492 "serde",
  493 "smallvec",
  494 "telemetry",
  495 "ui",
  496 "workspace-hack",
  497 "zed_actions",
  498]
  499
  500[[package]]
  501name = "alacritty_terminal"
  502version = "0.25.1-rc1"
  503source = "registry+https://github.com/rust-lang/crates.io-index"
  504checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
  505dependencies = [
  506 "base64 0.22.1",
  507 "bitflags 2.9.0",
  508 "home",
  509 "libc",
  510 "log",
  511 "miow",
  512 "parking_lot",
  513 "piper",
  514 "polling",
  515 "regex-automata",
  516 "rustix 1.0.7",
  517 "rustix-openpty",
  518 "serde",
  519 "signal-hook",
  520 "unicode-width",
  521 "vte",
  522 "windows-sys 0.59.0",
  523]
  524
  525[[package]]
  526name = "aliasable"
  527version = "0.1.3"
  528source = "registry+https://github.com/rust-lang/crates.io-index"
  529checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  530
  531[[package]]
  532name = "aligned-vec"
  533version = "0.5.0"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  536
  537[[package]]
  538name = "allocator-api2"
  539version = "0.2.21"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  542
  543[[package]]
  544name = "alsa"
  545version = "0.9.1"
  546source = "registry+https://github.com/rust-lang/crates.io-index"
  547checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  548dependencies = [
  549 "alsa-sys",
  550 "bitflags 2.9.0",
  551 "cfg-if",
  552 "libc",
  553]
  554
  555[[package]]
  556name = "alsa-sys"
  557version = "0.3.1"
  558source = "registry+https://github.com/rust-lang/crates.io-index"
  559checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  560dependencies = [
  561 "libc",
  562 "pkg-config",
  563]
  564
  565[[package]]
  566name = "ambient-authority"
  567version = "0.0.2"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  570
  571[[package]]
  572name = "ammonia"
  573version = "4.1.2"
  574source = "registry+https://github.com/rust-lang/crates.io-index"
  575checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  576dependencies = [
  577 "cssparser",
  578 "html5ever 0.35.0",
  579 "maplit",
  580 "tendril",
  581 "url",
  582]
  583
  584[[package]]
  585name = "android-tzdata"
  586version = "0.1.1"
  587source = "registry+https://github.com/rust-lang/crates.io-index"
  588checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  589
  590[[package]]
  591name = "android_system_properties"
  592version = "0.1.5"
  593source = "registry+https://github.com/rust-lang/crates.io-index"
  594checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  595dependencies = [
  596 "libc",
  597]
  598
  599[[package]]
  600name = "anes"
  601version = "0.1.6"
  602source = "registry+https://github.com/rust-lang/crates.io-index"
  603checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  604
  605[[package]]
  606name = "anstream"
  607version = "0.6.18"
  608source = "registry+https://github.com/rust-lang/crates.io-index"
  609checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  610dependencies = [
  611 "anstyle",
  612 "anstyle-parse",
  613 "anstyle-query",
  614 "anstyle-wincon",
  615 "colorchoice",
  616 "is_terminal_polyfill",
  617 "utf8parse",
  618]
  619
  620[[package]]
  621name = "anstyle"
  622version = "1.0.10"
  623source = "registry+https://github.com/rust-lang/crates.io-index"
  624checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  625
  626[[package]]
  627name = "anstyle-parse"
  628version = "0.2.6"
  629source = "registry+https://github.com/rust-lang/crates.io-index"
  630checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  631dependencies = [
  632 "utf8parse",
  633]
  634
  635[[package]]
  636name = "anstyle-query"
  637version = "1.1.2"
  638source = "registry+https://github.com/rust-lang/crates.io-index"
  639checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  640dependencies = [
  641 "windows-sys 0.59.0",
  642]
  643
  644[[package]]
  645name = "anstyle-wincon"
  646version = "3.0.7"
  647source = "registry+https://github.com/rust-lang/crates.io-index"
  648checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
  649dependencies = [
  650 "anstyle",
  651 "once_cell",
  652 "windows-sys 0.59.0",
  653]
  654
  655[[package]]
  656name = "anthropic"
  657version = "0.1.0"
  658dependencies = [
  659 "anyhow",
  660 "chrono",
  661 "futures 0.3.31",
  662 "http_client",
  663 "schemars 1.0.1",
  664 "serde",
  665 "serde_json",
  666 "settings",
  667 "strum 0.27.1",
  668 "thiserror 2.0.12",
  669 "workspace-hack",
  670]
  671
  672[[package]]
  673name = "any_vec"
  674version = "0.14.0"
  675source = "registry+https://github.com/rust-lang/crates.io-index"
  676checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  677
  678[[package]]
  679name = "anyhow"
  680version = "1.0.98"
  681source = "registry+https://github.com/rust-lang/crates.io-index"
  682checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
  683
  684[[package]]
  685name = "approx"
  686version = "0.5.1"
  687source = "registry+https://github.com/rust-lang/crates.io-index"
  688checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  689dependencies = [
  690 "num-traits",
  691]
  692
  693[[package]]
  694name = "arbitrary"
  695version = "1.4.1"
  696source = "registry+https://github.com/rust-lang/crates.io-index"
  697checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  698dependencies = [
  699 "derive_arbitrary",
  700]
  701
  702[[package]]
  703name = "arg_enum_proc_macro"
  704version = "0.3.4"
  705source = "registry+https://github.com/rust-lang/crates.io-index"
  706checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  707dependencies = [
  708 "proc-macro2",
  709 "quote",
  710 "syn 2.0.101",
  711]
  712
  713[[package]]
  714name = "arraydeque"
  715version = "0.5.1"
  716source = "registry+https://github.com/rust-lang/crates.io-index"
  717checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  718
  719[[package]]
  720name = "arrayref"
  721version = "0.3.9"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  724
  725[[package]]
  726name = "arrayvec"
  727version = "0.7.6"
  728source = "registry+https://github.com/rust-lang/crates.io-index"
  729checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  730dependencies = [
  731 "serde",
  732]
  733
  734[[package]]
  735name = "as-raw-xcb-connection"
  736version = "1.0.1"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  739
  740[[package]]
  741name = "ascii"
  742version = "1.1.0"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  745
  746[[package]]
  747name = "ash"
  748version = "0.38.0+1.3.281"
  749source = "registry+https://github.com/rust-lang/crates.io-index"
  750checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  751dependencies = [
  752 "libloading",
  753]
  754
  755[[package]]
  756name = "ash-window"
  757version = "0.13.0"
  758source = "registry+https://github.com/rust-lang/crates.io-index"
  759checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  760dependencies = [
  761 "ash",
  762 "raw-window-handle",
  763 "raw-window-metal",
  764]
  765
  766[[package]]
  767name = "ashpd"
  768version = "0.11.0"
  769source = "registry+https://github.com/rust-lang/crates.io-index"
  770checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  771dependencies = [
  772 "async-fs",
  773 "async-net",
  774 "enumflags2",
  775 "futures-channel",
  776 "futures-util",
  777 "rand 0.9.1",
  778 "serde",
  779 "serde_repr",
  780 "url",
  781 "wayland-backend",
  782 "wayland-client",
  783 "wayland-protocols 0.32.6",
  784 "zbus",
  785]
  786
  787[[package]]
  788name = "ashpd"
  789version = "0.12.0"
  790source = "registry+https://github.com/rust-lang/crates.io-index"
  791checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
  792dependencies = [
  793 "async-fs",
  794 "async-net",
  795 "enumflags2",
  796 "futures-channel",
  797 "futures-util",
  798 "rand 0.9.1",
  799 "serde",
  800 "serde_repr",
  801 "url",
  802 "zbus",
  803]
  804
  805[[package]]
  806name = "askpass"
  807version = "0.1.0"
  808dependencies = [
  809 "anyhow",
  810 "futures 0.3.31",
  811 "gpui",
  812 "log",
  813 "net",
  814 "smol",
  815 "tempfile",
  816 "util",
  817 "windows 0.61.1",
  818 "workspace-hack",
  819 "zeroize",
  820]
  821
  822[[package]]
  823name = "assets"
  824version = "0.1.0"
  825dependencies = [
  826 "anyhow",
  827 "gpui",
  828 "rust-embed",
  829 "workspace-hack",
  830]
  831
  832[[package]]
  833name = "assistant_context"
  834version = "0.1.0"
  835dependencies = [
  836 "agent_settings",
  837 "anyhow",
  838 "assistant_slash_command",
  839 "assistant_slash_commands",
  840 "chrono",
  841 "client",
  842 "clock",
  843 "cloud_llm_client",
  844 "collections",
  845 "context_server",
  846 "fs",
  847 "futures 0.3.31",
  848 "fuzzy",
  849 "gpui",
  850 "indoc",
  851 "language",
  852 "language_model",
  853 "log",
  854 "open_ai",
  855 "parking_lot",
  856 "paths",
  857 "pretty_assertions",
  858 "project",
  859 "prompt_store",
  860 "proto",
  861 "rand 0.9.1",
  862 "regex",
  863 "rpc",
  864 "serde",
  865 "serde_json",
  866 "settings",
  867 "smallvec",
  868 "smol",
  869 "telemetry_events",
  870 "text",
  871 "ui",
  872 "unindent",
  873 "util",
  874 "uuid",
  875 "workspace",
  876 "workspace-hack",
  877 "zed_env_vars",
  878]
  879
  880[[package]]
  881name = "assistant_slash_command"
  882version = "0.1.0"
  883dependencies = [
  884 "anyhow",
  885 "async-trait",
  886 "collections",
  887 "derive_more",
  888 "extension",
  889 "futures 0.3.31",
  890 "gpui",
  891 "language",
  892 "language_model",
  893 "parking_lot",
  894 "pretty_assertions",
  895 "serde",
  896 "serde_json",
  897 "ui",
  898 "util",
  899 "workspace",
  900 "workspace-hack",
  901]
  902
  903[[package]]
  904name = "assistant_slash_commands"
  905version = "0.1.0"
  906dependencies = [
  907 "anyhow",
  908 "assistant_slash_command",
  909 "chrono",
  910 "collections",
  911 "context_server",
  912 "editor",
  913 "feature_flags",
  914 "fs",
  915 "futures 0.3.31",
  916 "fuzzy",
  917 "globset",
  918 "gpui",
  919 "html_to_markdown",
  920 "http_client",
  921 "language",
  922 "pretty_assertions",
  923 "project",
  924 "prompt_store",
  925 "rope",
  926 "serde",
  927 "serde_json",
  928 "settings",
  929 "smol",
  930 "text",
  931 "ui",
  932 "util",
  933 "workspace",
  934 "workspace-hack",
  935 "worktree",
  936 "zlog",
  937]
  938
  939[[package]]
  940name = "assistant_tool"
  941version = "0.1.0"
  942dependencies = [
  943 "action_log",
  944 "anyhow",
  945 "buffer_diff",
  946 "clock",
  947 "collections",
  948 "ctor",
  949 "derive_more",
  950 "gpui",
  951 "icons",
  952 "indoc",
  953 "language",
  954 "language_model",
  955 "log",
  956 "parking_lot",
  957 "pretty_assertions",
  958 "project",
  959 "rand 0.9.1",
  960 "regex",
  961 "serde",
  962 "serde_json",
  963 "settings",
  964 "text",
  965 "util",
  966 "workspace",
  967 "workspace-hack",
  968 "zlog",
  969]
  970
  971[[package]]
  972name = "assistant_tools"
  973version = "0.1.0"
  974dependencies = [
  975 "action_log",
  976 "agent_settings",
  977 "anyhow",
  978 "assistant_tool",
  979 "buffer_diff",
  980 "chrono",
  981 "client",
  982 "clock",
  983 "cloud_llm_client",
  984 "collections",
  985 "component",
  986 "derive_more",
  987 "diffy",
  988 "editor",
  989 "feature_flags",
  990 "fs",
  991 "futures 0.3.31",
  992 "gpui",
  993 "gpui_tokio",
  994 "handlebars 4.5.0",
  995 "html_to_markdown",
  996 "http_client",
  997 "indoc",
  998 "itertools 0.14.0",
  999 "language",
 1000 "language_model",
 1001 "language_models",
 1002 "log",
 1003 "lsp",
 1004 "markdown",
 1005 "open",
 1006 "paths",
 1007 "portable-pty",
 1008 "pretty_assertions",
 1009 "project",
 1010 "prompt_store",
 1011 "rand 0.9.1",
 1012 "regex",
 1013 "reqwest_client",
 1014 "rust-embed",
 1015 "schemars 1.0.1",
 1016 "serde",
 1017 "serde_json",
 1018 "settings",
 1019 "smallvec",
 1020 "smol",
 1021 "streaming_diff",
 1022 "strsim",
 1023 "task",
 1024 "tempfile",
 1025 "terminal",
 1026 "terminal_view",
 1027 "theme",
 1028 "tree-sitter-rust",
 1029 "ui",
 1030 "unindent",
 1031 "util",
 1032 "watch",
 1033 "web_search",
 1034 "workspace",
 1035 "workspace-hack",
 1036 "zlog",
 1037]
 1038
 1039[[package]]
 1040name = "async-attributes"
 1041version = "1.1.2"
 1042source = "registry+https://github.com/rust-lang/crates.io-index"
 1043checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
 1044dependencies = [
 1045 "quote",
 1046 "syn 1.0.109",
 1047]
 1048
 1049[[package]]
 1050name = "async-broadcast"
 1051version = "0.7.2"
 1052source = "registry+https://github.com/rust-lang/crates.io-index"
 1053checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
 1054dependencies = [
 1055 "event-listener 5.4.0",
 1056 "event-listener-strategy",
 1057 "futures-core",
 1058 "pin-project-lite",
 1059]
 1060
 1061[[package]]
 1062name = "async-channel"
 1063version = "1.9.0"
 1064source = "registry+https://github.com/rust-lang/crates.io-index"
 1065checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
 1066dependencies = [
 1067 "concurrent-queue",
 1068 "event-listener 2.5.3",
 1069 "futures-core",
 1070]
 1071
 1072[[package]]
 1073name = "async-channel"
 1074version = "2.3.1"
 1075source = "registry+https://github.com/rust-lang/crates.io-index"
 1076checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
 1077dependencies = [
 1078 "concurrent-queue",
 1079 "event-listener-strategy",
 1080 "futures-core",
 1081 "pin-project-lite",
 1082]
 1083
 1084[[package]]
 1085name = "async-compat"
 1086version = "0.2.4"
 1087source = "registry+https://github.com/rust-lang/crates.io-index"
 1088checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
 1089dependencies = [
 1090 "futures-core",
 1091 "futures-io",
 1092 "once_cell",
 1093 "pin-project-lite",
 1094 "tokio",
 1095]
 1096
 1097[[package]]
 1098name = "async-compression"
 1099version = "0.4.22"
 1100source = "registry+https://github.com/rust-lang/crates.io-index"
 1101checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
 1102dependencies = [
 1103 "deflate64",
 1104 "flate2",
 1105 "futures-core",
 1106 "futures-io",
 1107 "memchr",
 1108 "pin-project-lite",
 1109]
 1110
 1111[[package]]
 1112name = "async-dispatcher"
 1113version = "0.1.2"
 1114source = "registry+https://github.com/rust-lang/crates.io-index"
 1115checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
 1116dependencies = [
 1117 "async-task",
 1118 "futures-lite 1.13.0",
 1119]
 1120
 1121[[package]]
 1122name = "async-executor"
 1123version = "1.13.1"
 1124source = "registry+https://github.com/rust-lang/crates.io-index"
 1125checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
 1126dependencies = [
 1127 "async-task",
 1128 "concurrent-queue",
 1129 "fastrand 2.3.0",
 1130 "futures-lite 2.6.0",
 1131 "slab",
 1132]
 1133
 1134[[package]]
 1135name = "async-fs"
 1136version = "2.1.3"
 1137source = "registry+https://github.com/rust-lang/crates.io-index"
 1138checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
 1139dependencies = [
 1140 "async-lock",
 1141 "blocking",
 1142 "futures-lite 2.6.0",
 1143]
 1144
 1145[[package]]
 1146name = "async-global-executor"
 1147version = "2.4.1"
 1148source = "registry+https://github.com/rust-lang/crates.io-index"
 1149checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
 1150dependencies = [
 1151 "async-channel 2.3.1",
 1152 "async-executor",
 1153 "async-io",
 1154 "async-lock",
 1155 "blocking",
 1156 "futures-lite 2.6.0",
 1157 "once_cell",
 1158]
 1159
 1160[[package]]
 1161name = "async-io"
 1162version = "2.5.0"
 1163source = "registry+https://github.com/rust-lang/crates.io-index"
 1164checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
 1165dependencies = [
 1166 "async-lock",
 1167 "cfg-if",
 1168 "concurrent-queue",
 1169 "futures-io",
 1170 "futures-lite 2.6.0",
 1171 "parking",
 1172 "polling",
 1173 "rustix 1.0.7",
 1174 "slab",
 1175 "windows-sys 0.60.2",
 1176]
 1177
 1178[[package]]
 1179name = "async-lock"
 1180version = "3.4.1"
 1181source = "registry+https://github.com/rust-lang/crates.io-index"
 1182checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
 1183dependencies = [
 1184 "event-listener 5.4.0",
 1185 "event-listener-strategy",
 1186 "pin-project-lite",
 1187]
 1188
 1189[[package]]
 1190name = "async-net"
 1191version = "2.0.0"
 1192source = "registry+https://github.com/rust-lang/crates.io-index"
 1193checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 1194dependencies = [
 1195 "async-io",
 1196 "blocking",
 1197 "futures-lite 2.6.0",
 1198]
 1199
 1200[[package]]
 1201name = "async-pipe"
 1202version = "0.1.3"
 1203source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 1204dependencies = [
 1205 "futures 0.3.31",
 1206 "log",
 1207]
 1208
 1209[[package]]
 1210name = "async-process"
 1211version = "2.3.0"
 1212source = "registry+https://github.com/rust-lang/crates.io-index"
 1213checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
 1214dependencies = [
 1215 "async-channel 2.3.1",
 1216 "async-io",
 1217 "async-lock",
 1218 "async-signal",
 1219 "async-task",
 1220 "blocking",
 1221 "cfg-if",
 1222 "event-listener 5.4.0",
 1223 "futures-lite 2.6.0",
 1224 "rustix 0.38.44",
 1225 "tracing",
 1226]
 1227
 1228[[package]]
 1229name = "async-recursion"
 1230version = "1.1.1"
 1231source = "registry+https://github.com/rust-lang/crates.io-index"
 1232checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1233dependencies = [
 1234 "proc-macro2",
 1235 "quote",
 1236 "syn 2.0.101",
 1237]
 1238
 1239[[package]]
 1240name = "async-signal"
 1241version = "0.2.10"
 1242source = "registry+https://github.com/rust-lang/crates.io-index"
 1243checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
 1244dependencies = [
 1245 "async-io",
 1246 "async-lock",
 1247 "atomic-waker",
 1248 "cfg-if",
 1249 "futures-core",
 1250 "futures-io",
 1251 "rustix 0.38.44",
 1252 "signal-hook-registry",
 1253 "slab",
 1254 "windows-sys 0.59.0",
 1255]
 1256
 1257[[package]]
 1258name = "async-std"
 1259version = "1.13.1"
 1260source = "registry+https://github.com/rust-lang/crates.io-index"
 1261checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
 1262dependencies = [
 1263 "async-attributes",
 1264 "async-channel 1.9.0",
 1265 "async-global-executor",
 1266 "async-io",
 1267 "async-lock",
 1268 "async-process",
 1269 "crossbeam-utils",
 1270 "futures-channel",
 1271 "futures-core",
 1272 "futures-io",
 1273 "futures-lite 2.6.0",
 1274 "gloo-timers",
 1275 "kv-log-macro",
 1276 "log",
 1277 "memchr",
 1278 "once_cell",
 1279 "pin-project-lite",
 1280 "pin-utils",
 1281 "slab",
 1282 "wasm-bindgen-futures",
 1283]
 1284
 1285[[package]]
 1286name = "async-stream"
 1287version = "0.3.6"
 1288source = "registry+https://github.com/rust-lang/crates.io-index"
 1289checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1290dependencies = [
 1291 "async-stream-impl",
 1292 "futures-core",
 1293 "pin-project-lite",
 1294]
 1295
 1296[[package]]
 1297name = "async-stream-impl"
 1298version = "0.3.6"
 1299source = "registry+https://github.com/rust-lang/crates.io-index"
 1300checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1301dependencies = [
 1302 "proc-macro2",
 1303 "quote",
 1304 "syn 2.0.101",
 1305]
 1306
 1307[[package]]
 1308name = "async-tar"
 1309version = "0.5.0"
 1310source = "registry+https://github.com/rust-lang/crates.io-index"
 1311checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1312dependencies = [
 1313 "async-std",
 1314 "filetime",
 1315 "libc",
 1316 "pin-project",
 1317 "redox_syscall 0.2.16",
 1318 "xattr",
 1319]
 1320
 1321[[package]]
 1322name = "async-task"
 1323version = "4.7.1"
 1324source = "registry+https://github.com/rust-lang/crates.io-index"
 1325checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1326
 1327[[package]]
 1328name = "async-trait"
 1329version = "0.1.89"
 1330source = "registry+https://github.com/rust-lang/crates.io-index"
 1331checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1332dependencies = [
 1333 "proc-macro2",
 1334 "quote",
 1335 "syn 2.0.101",
 1336]
 1337
 1338[[package]]
 1339name = "async-tungstenite"
 1340version = "0.29.1"
 1341source = "registry+https://github.com/rust-lang/crates.io-index"
 1342checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1343dependencies = [
 1344 "atomic-waker",
 1345 "futures-core",
 1346 "futures-io",
 1347 "futures-task",
 1348 "futures-util",
 1349 "log",
 1350 "pin-project-lite",
 1351 "rustls-pki-types",
 1352 "tokio",
 1353 "tokio-rustls 0.26.2",
 1354 "tungstenite 0.26.2",
 1355]
 1356
 1357[[package]]
 1358name = "async_zip"
 1359version = "0.0.17"
 1360source = "registry+https://github.com/rust-lang/crates.io-index"
 1361checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1362dependencies = [
 1363 "async-compression",
 1364 "crc32fast",
 1365 "futures-lite 2.6.0",
 1366 "pin-project",
 1367 "thiserror 1.0.69",
 1368]
 1369
 1370[[package]]
 1371name = "asynchronous-codec"
 1372version = "0.7.0"
 1373source = "registry+https://github.com/rust-lang/crates.io-index"
 1374checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1375dependencies = [
 1376 "bytes 1.10.1",
 1377 "futures-sink",
 1378 "futures-util",
 1379 "memchr",
 1380 "pin-project-lite",
 1381]
 1382
 1383[[package]]
 1384name = "atoi"
 1385version = "2.0.0"
 1386source = "registry+https://github.com/rust-lang/crates.io-index"
 1387checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1388dependencies = [
 1389 "num-traits",
 1390]
 1391
 1392[[package]]
 1393name = "atomic"
 1394version = "0.5.3"
 1395source = "registry+https://github.com/rust-lang/crates.io-index"
 1396checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1397
 1398[[package]]
 1399name = "atomic-waker"
 1400version = "1.1.2"
 1401source = "registry+https://github.com/rust-lang/crates.io-index"
 1402checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1403
 1404[[package]]
 1405name = "audio"
 1406version = "0.1.0"
 1407dependencies = [
 1408 "anyhow",
 1409 "async-tar",
 1410 "collections",
 1411 "crossbeam",
 1412 "denoise",
 1413 "gpui",
 1414 "libwebrtc",
 1415 "log",
 1416 "parking_lot",
 1417 "rodio",
 1418 "serde",
 1419 "settings",
 1420 "smol",
 1421 "thiserror 2.0.12",
 1422 "util",
 1423 "workspace-hack",
 1424]
 1425
 1426[[package]]
 1427name = "auditable-serde"
 1428version = "0.8.0"
 1429source = "registry+https://github.com/rust-lang/crates.io-index"
 1430checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1431dependencies = [
 1432 "semver",
 1433 "serde",
 1434 "serde_json",
 1435 "topological-sort",
 1436]
 1437
 1438[[package]]
 1439name = "auto_update"
 1440version = "0.1.0"
 1441dependencies = [
 1442 "anyhow",
 1443 "client",
 1444 "db",
 1445 "gpui",
 1446 "http_client",
 1447 "log",
 1448 "paths",
 1449 "release_channel",
 1450 "serde",
 1451 "serde_json",
 1452 "settings",
 1453 "smol",
 1454 "tempfile",
 1455 "which 6.0.3",
 1456 "workspace",
 1457 "workspace-hack",
 1458]
 1459
 1460[[package]]
 1461name = "auto_update_helper"
 1462version = "0.1.0"
 1463dependencies = [
 1464 "anyhow",
 1465 "log",
 1466 "simplelog",
 1467 "windows 0.61.1",
 1468 "winresource",
 1469 "workspace-hack",
 1470]
 1471
 1472[[package]]
 1473name = "auto_update_ui"
 1474version = "0.1.0"
 1475dependencies = [
 1476 "anyhow",
 1477 "auto_update",
 1478 "client",
 1479 "editor",
 1480 "gpui",
 1481 "http_client",
 1482 "markdown_preview",
 1483 "release_channel",
 1484 "serde",
 1485 "serde_json",
 1486 "smol",
 1487 "util",
 1488 "workspace",
 1489 "workspace-hack",
 1490]
 1491
 1492[[package]]
 1493name = "autocfg"
 1494version = "1.4.0"
 1495source = "registry+https://github.com/rust-lang/crates.io-index"
 1496checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1497
 1498[[package]]
 1499name = "av1-grain"
 1500version = "0.2.3"
 1501source = "registry+https://github.com/rust-lang/crates.io-index"
 1502checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1503dependencies = [
 1504 "anyhow",
 1505 "arrayvec",
 1506 "log",
 1507 "nom 7.1.3",
 1508 "num-rational",
 1509 "v_frame",
 1510]
 1511
 1512[[package]]
 1513name = "avif-serialize"
 1514version = "0.8.3"
 1515source = "registry+https://github.com/rust-lang/crates.io-index"
 1516checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1517dependencies = [
 1518 "arrayvec",
 1519]
 1520
 1521[[package]]
 1522name = "aws-config"
 1523version = "1.6.1"
 1524source = "registry+https://github.com/rust-lang/crates.io-index"
 1525checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1526dependencies = [
 1527 "aws-credential-types",
 1528 "aws-runtime",
 1529 "aws-sdk-sso",
 1530 "aws-sdk-ssooidc",
 1531 "aws-sdk-sts",
 1532 "aws-smithy-async",
 1533 "aws-smithy-http",
 1534 "aws-smithy-json",
 1535 "aws-smithy-runtime",
 1536 "aws-smithy-runtime-api",
 1537 "aws-smithy-types",
 1538 "aws-types",
 1539 "bytes 1.10.1",
 1540 "fastrand 2.3.0",
 1541 "hex",
 1542 "http 1.3.1",
 1543 "ring",
 1544 "time",
 1545 "tokio",
 1546 "tracing",
 1547 "url",
 1548 "zeroize",
 1549]
 1550
 1551[[package]]
 1552name = "aws-credential-types"
 1553version = "1.2.2"
 1554source = "registry+https://github.com/rust-lang/crates.io-index"
 1555checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1556dependencies = [
 1557 "aws-smithy-async",
 1558 "aws-smithy-runtime-api",
 1559 "aws-smithy-types",
 1560 "zeroize",
 1561]
 1562
 1563[[package]]
 1564name = "aws-lc-rs"
 1565version = "1.13.1"
 1566source = "registry+https://github.com/rust-lang/crates.io-index"
 1567checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1568dependencies = [
 1569 "aws-lc-sys",
 1570 "zeroize",
 1571]
 1572
 1573[[package]]
 1574name = "aws-lc-sys"
 1575version = "0.29.0"
 1576source = "registry+https://github.com/rust-lang/crates.io-index"
 1577checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1578dependencies = [
 1579 "bindgen 0.69.5",
 1580 "cc",
 1581 "cmake",
 1582 "dunce",
 1583 "fs_extra",
 1584]
 1585
 1586[[package]]
 1587name = "aws-runtime"
 1588version = "1.5.6"
 1589source = "registry+https://github.com/rust-lang/crates.io-index"
 1590checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1591dependencies = [
 1592 "aws-credential-types",
 1593 "aws-sigv4",
 1594 "aws-smithy-async",
 1595 "aws-smithy-eventstream",
 1596 "aws-smithy-http",
 1597 "aws-smithy-runtime",
 1598 "aws-smithy-runtime-api",
 1599 "aws-smithy-types",
 1600 "aws-types",
 1601 "bytes 1.10.1",
 1602 "fastrand 2.3.0",
 1603 "http 0.2.12",
 1604 "http-body 0.4.6",
 1605 "once_cell",
 1606 "percent-encoding",
 1607 "pin-project-lite",
 1608 "tracing",
 1609 "uuid",
 1610]
 1611
 1612[[package]]
 1613name = "aws-sdk-bedrockruntime"
 1614version = "1.82.0"
 1615source = "registry+https://github.com/rust-lang/crates.io-index"
 1616checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1617dependencies = [
 1618 "aws-credential-types",
 1619 "aws-runtime",
 1620 "aws-sigv4",
 1621 "aws-smithy-async",
 1622 "aws-smithy-eventstream",
 1623 "aws-smithy-http",
 1624 "aws-smithy-json",
 1625 "aws-smithy-runtime",
 1626 "aws-smithy-runtime-api",
 1627 "aws-smithy-types",
 1628 "aws-types",
 1629 "bytes 1.10.1",
 1630 "fastrand 2.3.0",
 1631 "http 0.2.12",
 1632 "hyper 0.14.32",
 1633 "once_cell",
 1634 "regex-lite",
 1635 "tracing",
 1636]
 1637
 1638[[package]]
 1639name = "aws-sdk-kinesis"
 1640version = "1.66.0"
 1641source = "registry+https://github.com/rust-lang/crates.io-index"
 1642checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1643dependencies = [
 1644 "aws-credential-types",
 1645 "aws-runtime",
 1646 "aws-smithy-async",
 1647 "aws-smithy-eventstream",
 1648 "aws-smithy-http",
 1649 "aws-smithy-json",
 1650 "aws-smithy-runtime",
 1651 "aws-smithy-runtime-api",
 1652 "aws-smithy-types",
 1653 "aws-types",
 1654 "bytes 1.10.1",
 1655 "fastrand 2.3.0",
 1656 "http 0.2.12",
 1657 "once_cell",
 1658 "regex-lite",
 1659 "tracing",
 1660]
 1661
 1662[[package]]
 1663name = "aws-sdk-s3"
 1664version = "1.82.0"
 1665source = "registry+https://github.com/rust-lang/crates.io-index"
 1666checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1667dependencies = [
 1668 "aws-credential-types",
 1669 "aws-runtime",
 1670 "aws-sigv4",
 1671 "aws-smithy-async",
 1672 "aws-smithy-checksums",
 1673 "aws-smithy-eventstream",
 1674 "aws-smithy-http",
 1675 "aws-smithy-json",
 1676 "aws-smithy-runtime",
 1677 "aws-smithy-runtime-api",
 1678 "aws-smithy-types",
 1679 "aws-smithy-xml",
 1680 "aws-types",
 1681 "bytes 1.10.1",
 1682 "fastrand 2.3.0",
 1683 "hex",
 1684 "hmac",
 1685 "http 0.2.12",
 1686 "http 1.3.1",
 1687 "http-body 0.4.6",
 1688 "lru",
 1689 "once_cell",
 1690 "percent-encoding",
 1691 "regex-lite",
 1692 "sha2",
 1693 "tracing",
 1694 "url",
 1695]
 1696
 1697[[package]]
 1698name = "aws-sdk-sso"
 1699version = "1.64.0"
 1700source = "registry+https://github.com/rust-lang/crates.io-index"
 1701checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1702dependencies = [
 1703 "aws-credential-types",
 1704 "aws-runtime",
 1705 "aws-smithy-async",
 1706 "aws-smithy-http",
 1707 "aws-smithy-json",
 1708 "aws-smithy-runtime",
 1709 "aws-smithy-runtime-api",
 1710 "aws-smithy-types",
 1711 "aws-types",
 1712 "bytes 1.10.1",
 1713 "fastrand 2.3.0",
 1714 "http 0.2.12",
 1715 "once_cell",
 1716 "regex-lite",
 1717 "tracing",
 1718]
 1719
 1720[[package]]
 1721name = "aws-sdk-ssooidc"
 1722version = "1.65.0"
 1723source = "registry+https://github.com/rust-lang/crates.io-index"
 1724checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1725dependencies = [
 1726 "aws-credential-types",
 1727 "aws-runtime",
 1728 "aws-smithy-async",
 1729 "aws-smithy-http",
 1730 "aws-smithy-json",
 1731 "aws-smithy-runtime",
 1732 "aws-smithy-runtime-api",
 1733 "aws-smithy-types",
 1734 "aws-types",
 1735 "bytes 1.10.1",
 1736 "fastrand 2.3.0",
 1737 "http 0.2.12",
 1738 "once_cell",
 1739 "regex-lite",
 1740 "tracing",
 1741]
 1742
 1743[[package]]
 1744name = "aws-sdk-sts"
 1745version = "1.65.0"
 1746source = "registry+https://github.com/rust-lang/crates.io-index"
 1747checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1748dependencies = [
 1749 "aws-credential-types",
 1750 "aws-runtime",
 1751 "aws-smithy-async",
 1752 "aws-smithy-http",
 1753 "aws-smithy-json",
 1754 "aws-smithy-query",
 1755 "aws-smithy-runtime",
 1756 "aws-smithy-runtime-api",
 1757 "aws-smithy-types",
 1758 "aws-smithy-xml",
 1759 "aws-types",
 1760 "fastrand 2.3.0",
 1761 "http 0.2.12",
 1762 "once_cell",
 1763 "regex-lite",
 1764 "tracing",
 1765]
 1766
 1767[[package]]
 1768name = "aws-sigv4"
 1769version = "1.3.0"
 1770source = "registry+https://github.com/rust-lang/crates.io-index"
 1771checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1772dependencies = [
 1773 "aws-credential-types",
 1774 "aws-smithy-eventstream",
 1775 "aws-smithy-http",
 1776 "aws-smithy-runtime-api",
 1777 "aws-smithy-types",
 1778 "bytes 1.10.1",
 1779 "crypto-bigint 0.5.5",
 1780 "form_urlencoded",
 1781 "hex",
 1782 "hmac",
 1783 "http 0.2.12",
 1784 "http 1.3.1",
 1785 "once_cell",
 1786 "p256",
 1787 "percent-encoding",
 1788 "ring",
 1789 "sha2",
 1790 "subtle",
 1791 "time",
 1792 "tracing",
 1793 "zeroize",
 1794]
 1795
 1796[[package]]
 1797name = "aws-smithy-async"
 1798version = "1.2.5"
 1799source = "registry+https://github.com/rust-lang/crates.io-index"
 1800checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1801dependencies = [
 1802 "futures-util",
 1803 "pin-project-lite",
 1804 "tokio",
 1805]
 1806
 1807[[package]]
 1808name = "aws-smithy-checksums"
 1809version = "0.63.1"
 1810source = "registry+https://github.com/rust-lang/crates.io-index"
 1811checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1812dependencies = [
 1813 "aws-smithy-http",
 1814 "aws-smithy-types",
 1815 "bytes 1.10.1",
 1816 "crc32c",
 1817 "crc32fast",
 1818 "crc64fast-nvme",
 1819 "hex",
 1820 "http 0.2.12",
 1821 "http-body 0.4.6",
 1822 "md-5",
 1823 "pin-project-lite",
 1824 "sha1",
 1825 "sha2",
 1826 "tracing",
 1827]
 1828
 1829[[package]]
 1830name = "aws-smithy-eventstream"
 1831version = "0.60.8"
 1832source = "registry+https://github.com/rust-lang/crates.io-index"
 1833checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1834dependencies = [
 1835 "aws-smithy-types",
 1836 "bytes 1.10.1",
 1837 "crc32fast",
 1838]
 1839
 1840[[package]]
 1841name = "aws-smithy-http"
 1842version = "0.62.0"
 1843source = "registry+https://github.com/rust-lang/crates.io-index"
 1844checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1845dependencies = [
 1846 "aws-smithy-eventstream",
 1847 "aws-smithy-runtime-api",
 1848 "aws-smithy-types",
 1849 "bytes 1.10.1",
 1850 "bytes-utils",
 1851 "futures-core",
 1852 "http 0.2.12",
 1853 "http 1.3.1",
 1854 "http-body 0.4.6",
 1855 "once_cell",
 1856 "percent-encoding",
 1857 "pin-project-lite",
 1858 "pin-utils",
 1859 "tracing",
 1860]
 1861
 1862[[package]]
 1863name = "aws-smithy-http-client"
 1864version = "1.0.1"
 1865source = "registry+https://github.com/rust-lang/crates.io-index"
 1866checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1867dependencies = [
 1868 "aws-smithy-async",
 1869 "aws-smithy-runtime-api",
 1870 "aws-smithy-types",
 1871 "h2 0.4.9",
 1872 "http 0.2.12",
 1873 "http 1.3.1",
 1874 "http-body 0.4.6",
 1875 "hyper 0.14.32",
 1876 "hyper 1.6.0",
 1877 "hyper-rustls 0.24.2",
 1878 "hyper-rustls 0.27.5",
 1879 "hyper-util",
 1880 "pin-project-lite",
 1881 "rustls 0.21.12",
 1882 "rustls 0.23.26",
 1883 "rustls-native-certs 0.8.1",
 1884 "rustls-pki-types",
 1885 "tokio",
 1886 "tower 0.5.2",
 1887 "tracing",
 1888]
 1889
 1890[[package]]
 1891name = "aws-smithy-json"
 1892version = "0.61.3"
 1893source = "registry+https://github.com/rust-lang/crates.io-index"
 1894checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1895dependencies = [
 1896 "aws-smithy-types",
 1897]
 1898
 1899[[package]]
 1900name = "aws-smithy-observability"
 1901version = "0.1.2"
 1902source = "registry+https://github.com/rust-lang/crates.io-index"
 1903checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1904dependencies = [
 1905 "aws-smithy-runtime-api",
 1906 "once_cell",
 1907]
 1908
 1909[[package]]
 1910name = "aws-smithy-query"
 1911version = "0.60.7"
 1912source = "registry+https://github.com/rust-lang/crates.io-index"
 1913checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1914dependencies = [
 1915 "aws-smithy-types",
 1916 "urlencoding",
 1917]
 1918
 1919[[package]]
 1920name = "aws-smithy-runtime"
 1921version = "1.8.1"
 1922source = "registry+https://github.com/rust-lang/crates.io-index"
 1923checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1924dependencies = [
 1925 "aws-smithy-async",
 1926 "aws-smithy-http",
 1927 "aws-smithy-http-client",
 1928 "aws-smithy-observability",
 1929 "aws-smithy-runtime-api",
 1930 "aws-smithy-types",
 1931 "bytes 1.10.1",
 1932 "fastrand 2.3.0",
 1933 "http 0.2.12",
 1934 "http 1.3.1",
 1935 "http-body 0.4.6",
 1936 "http-body 1.0.1",
 1937 "once_cell",
 1938 "pin-project-lite",
 1939 "pin-utils",
 1940 "tokio",
 1941 "tracing",
 1942]
 1943
 1944[[package]]
 1945name = "aws-smithy-runtime-api"
 1946version = "1.7.4"
 1947source = "registry+https://github.com/rust-lang/crates.io-index"
 1948checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1949dependencies = [
 1950 "aws-smithy-async",
 1951 "aws-smithy-types",
 1952 "bytes 1.10.1",
 1953 "http 0.2.12",
 1954 "http 1.3.1",
 1955 "pin-project-lite",
 1956 "tokio",
 1957 "tracing",
 1958 "zeroize",
 1959]
 1960
 1961[[package]]
 1962name = "aws-smithy-types"
 1963version = "1.3.0"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1966dependencies = [
 1967 "base64-simd",
 1968 "bytes 1.10.1",
 1969 "bytes-utils",
 1970 "futures-core",
 1971 "http 0.2.12",
 1972 "http 1.3.1",
 1973 "http-body 0.4.6",
 1974 "http-body 1.0.1",
 1975 "http-body-util",
 1976 "itoa",
 1977 "num-integer",
 1978 "pin-project-lite",
 1979 "pin-utils",
 1980 "ryu",
 1981 "serde",
 1982 "time",
 1983 "tokio",
 1984 "tokio-util",
 1985]
 1986
 1987[[package]]
 1988name = "aws-smithy-xml"
 1989version = "0.60.9"
 1990source = "registry+https://github.com/rust-lang/crates.io-index"
 1991checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1992dependencies = [
 1993 "xmlparser",
 1994]
 1995
 1996[[package]]
 1997name = "aws-types"
 1998version = "1.3.6"
 1999source = "registry+https://github.com/rust-lang/crates.io-index"
 2000checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 2001dependencies = [
 2002 "aws-credential-types",
 2003 "aws-smithy-async",
 2004 "aws-smithy-runtime-api",
 2005 "aws-smithy-types",
 2006 "rustc_version",
 2007 "tracing",
 2008]
 2009
 2010[[package]]
 2011name = "aws_http_client"
 2012version = "0.1.0"
 2013dependencies = [
 2014 "aws-smithy-runtime-api",
 2015 "aws-smithy-types",
 2016 "http_client",
 2017 "workspace-hack",
 2018]
 2019
 2020[[package]]
 2021name = "axum"
 2022version = "0.6.20"
 2023source = "registry+https://github.com/rust-lang/crates.io-index"
 2024checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 2025dependencies = [
 2026 "async-trait",
 2027 "axum-core",
 2028 "base64 0.21.7",
 2029 "bitflags 1.3.2",
 2030 "bytes 1.10.1",
 2031 "futures-util",
 2032 "headers",
 2033 "http 0.2.12",
 2034 "http-body 0.4.6",
 2035 "hyper 0.14.32",
 2036 "itoa",
 2037 "matchit",
 2038 "memchr",
 2039 "mime",
 2040 "percent-encoding",
 2041 "pin-project-lite",
 2042 "rustversion",
 2043 "serde",
 2044 "serde_json",
 2045 "serde_path_to_error",
 2046 "serde_urlencoded",
 2047 "sha1",
 2048 "sync_wrapper 0.1.2",
 2049 "tokio",
 2050 "tokio-tungstenite 0.20.1",
 2051 "tower 0.4.13",
 2052 "tower-layer",
 2053 "tower-service",
 2054]
 2055
 2056[[package]]
 2057name = "axum-core"
 2058version = "0.3.4"
 2059source = "registry+https://github.com/rust-lang/crates.io-index"
 2060checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 2061dependencies = [
 2062 "async-trait",
 2063 "bytes 1.10.1",
 2064 "futures-util",
 2065 "http 0.2.12",
 2066 "http-body 0.4.6",
 2067 "mime",
 2068 "rustversion",
 2069 "tower-layer",
 2070 "tower-service",
 2071]
 2072
 2073[[package]]
 2074name = "axum-extra"
 2075version = "0.4.2"
 2076source = "registry+https://github.com/rust-lang/crates.io-index"
 2077checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 2078dependencies = [
 2079 "axum",
 2080 "bytes 1.10.1",
 2081 "futures-util",
 2082 "http 0.2.12",
 2083 "mime",
 2084 "pin-project-lite",
 2085 "serde",
 2086 "serde_json",
 2087 "tokio",
 2088 "tower 0.4.13",
 2089 "tower-http 0.3.5",
 2090 "tower-layer",
 2091 "tower-service",
 2092]
 2093
 2094[[package]]
 2095name = "backtrace"
 2096version = "0.3.74"
 2097source = "registry+https://github.com/rust-lang/crates.io-index"
 2098checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 2099dependencies = [
 2100 "addr2line",
 2101 "cfg-if",
 2102 "libc",
 2103 "miniz_oxide",
 2104 "object",
 2105 "rustc-demangle",
 2106 "windows-targets 0.52.6",
 2107]
 2108
 2109[[package]]
 2110name = "base16ct"
 2111version = "0.1.1"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 2114
 2115[[package]]
 2116name = "base64"
 2117version = "0.21.7"
 2118source = "registry+https://github.com/rust-lang/crates.io-index"
 2119checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 2120
 2121[[package]]
 2122name = "base64"
 2123version = "0.22.1"
 2124source = "registry+https://github.com/rust-lang/crates.io-index"
 2125checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 2126
 2127[[package]]
 2128name = "base64-simd"
 2129version = "0.8.0"
 2130source = "registry+https://github.com/rust-lang/crates.io-index"
 2131checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 2132dependencies = [
 2133 "outref",
 2134 "vsimd",
 2135]
 2136
 2137[[package]]
 2138name = "base64ct"
 2139version = "1.7.3"
 2140source = "registry+https://github.com/rust-lang/crates.io-index"
 2141checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 2142
 2143[[package]]
 2144name = "bedrock"
 2145version = "0.1.0"
 2146dependencies = [
 2147 "anyhow",
 2148 "aws-sdk-bedrockruntime",
 2149 "aws-smithy-types",
 2150 "futures 0.3.31",
 2151 "schemars 1.0.1",
 2152 "serde",
 2153 "serde_json",
 2154 "strum 0.27.1",
 2155 "thiserror 2.0.12",
 2156 "workspace-hack",
 2157]
 2158
 2159[[package]]
 2160name = "bigdecimal"
 2161version = "0.4.8"
 2162source = "registry+https://github.com/rust-lang/crates.io-index"
 2163checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 2164dependencies = [
 2165 "autocfg",
 2166 "libm",
 2167 "num-bigint",
 2168 "num-integer",
 2169 "num-traits",
 2170 "serde",
 2171]
 2172
 2173[[package]]
 2174name = "bincode"
 2175version = "1.3.3"
 2176source = "registry+https://github.com/rust-lang/crates.io-index"
 2177checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 2178dependencies = [
 2179 "serde",
 2180]
 2181
 2182[[package]]
 2183name = "bindgen"
 2184version = "0.69.5"
 2185source = "registry+https://github.com/rust-lang/crates.io-index"
 2186checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 2187dependencies = [
 2188 "bitflags 2.9.0",
 2189 "cexpr",
 2190 "clang-sys",
 2191 "itertools 0.12.1",
 2192 "lazy_static",
 2193 "lazycell",
 2194 "log",
 2195 "prettyplease",
 2196 "proc-macro2",
 2197 "quote",
 2198 "regex",
 2199 "rustc-hash 1.1.0",
 2200 "shlex",
 2201 "syn 2.0.101",
 2202 "which 4.4.2",
 2203]
 2204
 2205[[package]]
 2206name = "bindgen"
 2207version = "0.70.1"
 2208source = "registry+https://github.com/rust-lang/crates.io-index"
 2209checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 2210dependencies = [
 2211 "bitflags 2.9.0",
 2212 "cexpr",
 2213 "clang-sys",
 2214 "itertools 0.13.0",
 2215 "proc-macro2",
 2216 "quote",
 2217 "regex",
 2218 "rustc-hash 1.1.0",
 2219 "shlex",
 2220 "syn 2.0.101",
 2221]
 2222
 2223[[package]]
 2224name = "bindgen"
 2225version = "0.71.1"
 2226source = "registry+https://github.com/rust-lang/crates.io-index"
 2227checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 2228dependencies = [
 2229 "bitflags 2.9.0",
 2230 "cexpr",
 2231 "clang-sys",
 2232 "itertools 0.13.0",
 2233 "log",
 2234 "prettyplease",
 2235 "proc-macro2",
 2236 "quote",
 2237 "regex",
 2238 "rustc-hash 2.1.1",
 2239 "shlex",
 2240 "syn 2.0.101",
 2241]
 2242
 2243[[package]]
 2244name = "bit-set"
 2245version = "0.5.3"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 2248dependencies = [
 2249 "bit-vec 0.6.3",
 2250]
 2251
 2252[[package]]
 2253name = "bit-set"
 2254version = "0.8.0"
 2255source = "registry+https://github.com/rust-lang/crates.io-index"
 2256checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2257dependencies = [
 2258 "bit-vec 0.8.0",
 2259]
 2260
 2261[[package]]
 2262name = "bit-vec"
 2263version = "0.6.3"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 2266
 2267[[package]]
 2268name = "bit-vec"
 2269version = "0.8.0"
 2270source = "registry+https://github.com/rust-lang/crates.io-index"
 2271checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2272
 2273[[package]]
 2274name = "bit_field"
 2275version = "0.10.2"
 2276source = "registry+https://github.com/rust-lang/crates.io-index"
 2277checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2278
 2279[[package]]
 2280name = "bitflags"
 2281version = "1.3.2"
 2282source = "registry+https://github.com/rust-lang/crates.io-index"
 2283checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2284
 2285[[package]]
 2286name = "bitflags"
 2287version = "2.9.0"
 2288source = "registry+https://github.com/rust-lang/crates.io-index"
 2289checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2290dependencies = [
 2291 "serde",
 2292]
 2293
 2294[[package]]
 2295name = "bitstream-io"
 2296version = "2.6.0"
 2297source = "registry+https://github.com/rust-lang/crates.io-index"
 2298checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2299
 2300[[package]]
 2301name = "bitvec"
 2302version = "1.0.1"
 2303source = "registry+https://github.com/rust-lang/crates.io-index"
 2304checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2305dependencies = [
 2306 "funty",
 2307 "radium",
 2308 "tap",
 2309 "wyz",
 2310]
 2311
 2312[[package]]
 2313name = "blade-graphics"
 2314version = "0.7.0"
 2315source = "registry+https://github.com/rust-lang/crates.io-index"
 2316checksum = "e4deb8f595ce7f00dee3543ebf6fd9a20ea86fc421ab79600dac30876250bdae"
 2317dependencies = [
 2318 "ash",
 2319 "ash-window",
 2320 "bitflags 2.9.0",
 2321 "bytemuck",
 2322 "codespan-reporting",
 2323 "glow",
 2324 "gpu-alloc",
 2325 "gpu-alloc-ash",
 2326 "hidden-trait",
 2327 "js-sys",
 2328 "khronos-egl",
 2329 "libloading",
 2330 "log",
 2331 "mint",
 2332 "naga",
 2333 "objc2",
 2334 "objc2-app-kit",
 2335 "objc2-core-foundation",
 2336 "objc2-foundation",
 2337 "objc2-metal",
 2338 "objc2-quartz-core",
 2339 "objc2-ui-kit",
 2340 "once_cell",
 2341 "raw-window-handle",
 2342 "slab",
 2343 "wasm-bindgen",
 2344 "web-sys",
 2345]
 2346
 2347[[package]]
 2348name = "blade-macros"
 2349version = "0.3.0"
 2350source = "registry+https://github.com/rust-lang/crates.io-index"
 2351checksum = "27142319e2f4c264581067eaccb9f80acccdde60d8b4bf57cc50cd3152f109ca"
 2352dependencies = [
 2353 "proc-macro2",
 2354 "quote",
 2355 "syn 2.0.101",
 2356]
 2357
 2358[[package]]
 2359name = "blade-util"
 2360version = "0.3.0"
 2361source = "registry+https://github.com/rust-lang/crates.io-index"
 2362checksum = "3a6be3a82c001ba7a17b6f8e413ede5d1004e6047213f8efaf0ffc15b5c4904c"
 2363dependencies = [
 2364 "blade-graphics",
 2365 "bytemuck",
 2366 "log",
 2367 "profiling",
 2368]
 2369
 2370[[package]]
 2371name = "block"
 2372version = "0.1.6"
 2373source = "registry+https://github.com/rust-lang/crates.io-index"
 2374checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2375
 2376[[package]]
 2377name = "block-buffer"
 2378version = "0.10.4"
 2379source = "registry+https://github.com/rust-lang/crates.io-index"
 2380checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2381dependencies = [
 2382 "generic-array",
 2383]
 2384
 2385[[package]]
 2386name = "block-padding"
 2387version = "0.3.3"
 2388source = "registry+https://github.com/rust-lang/crates.io-index"
 2389checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2390dependencies = [
 2391 "generic-array",
 2392]
 2393
 2394[[package]]
 2395name = "block2"
 2396version = "0.6.1"
 2397source = "registry+https://github.com/rust-lang/crates.io-index"
 2398checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2399dependencies = [
 2400 "objc2",
 2401]
 2402
 2403[[package]]
 2404name = "blocking"
 2405version = "1.6.1"
 2406source = "registry+https://github.com/rust-lang/crates.io-index"
 2407checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2408dependencies = [
 2409 "async-channel 2.3.1",
 2410 "async-task",
 2411 "futures-io",
 2412 "futures-lite 2.6.0",
 2413 "piper",
 2414]
 2415
 2416[[package]]
 2417name = "bm25"
 2418version = "2.3.2"
 2419source = "registry+https://github.com/rust-lang/crates.io-index"
 2420checksum = "1cbd8ffdfb7b4c2ff038726178a780a94f90525ed0ad264c0afaa75dd8c18a64"
 2421dependencies = [
 2422 "cached",
 2423 "deunicode",
 2424 "fxhash",
 2425 "rust-stemmers",
 2426 "stop-words",
 2427 "unicode-segmentation",
 2428]
 2429
 2430[[package]]
 2431name = "borrow-or-share"
 2432version = "0.2.2"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2435
 2436[[package]]
 2437name = "borsh"
 2438version = "1.5.7"
 2439source = "registry+https://github.com/rust-lang/crates.io-index"
 2440checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2441dependencies = [
 2442 "borsh-derive",
 2443 "cfg_aliases 0.2.1",
 2444]
 2445
 2446[[package]]
 2447name = "borsh-derive"
 2448version = "1.5.7"
 2449source = "registry+https://github.com/rust-lang/crates.io-index"
 2450checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2451dependencies = [
 2452 "once_cell",
 2453 "proc-macro-crate",
 2454 "proc-macro2",
 2455 "quote",
 2456 "syn 2.0.101",
 2457]
 2458
 2459[[package]]
 2460name = "breadcrumbs"
 2461version = "0.1.0"
 2462dependencies = [
 2463 "editor",
 2464 "gpui",
 2465 "itertools 0.14.0",
 2466 "settings",
 2467 "theme",
 2468 "ui",
 2469 "workspace",
 2470 "workspace-hack",
 2471 "zed_actions",
 2472]
 2473
 2474[[package]]
 2475name = "bstr"
 2476version = "1.12.0"
 2477source = "registry+https://github.com/rust-lang/crates.io-index"
 2478checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2479dependencies = [
 2480 "memchr",
 2481 "regex-automata",
 2482 "serde",
 2483]
 2484
 2485[[package]]
 2486name = "buffer_diff"
 2487version = "0.1.0"
 2488dependencies = [
 2489 "anyhow",
 2490 "clock",
 2491 "ctor",
 2492 "futures 0.3.31",
 2493 "git2",
 2494 "gpui",
 2495 "language",
 2496 "log",
 2497 "pretty_assertions",
 2498 "rand 0.9.1",
 2499 "rope",
 2500 "serde_json",
 2501 "sum_tree",
 2502 "text",
 2503 "unindent",
 2504 "util",
 2505 "workspace-hack",
 2506 "zlog",
 2507]
 2508
 2509[[package]]
 2510name = "built"
 2511version = "0.7.7"
 2512source = "registry+https://github.com/rust-lang/crates.io-index"
 2513checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2514
 2515[[package]]
 2516name = "bumpalo"
 2517version = "3.17.0"
 2518source = "registry+https://github.com/rust-lang/crates.io-index"
 2519checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2520dependencies = [
 2521 "allocator-api2",
 2522]
 2523
 2524[[package]]
 2525name = "by_address"
 2526version = "1.2.1"
 2527source = "registry+https://github.com/rust-lang/crates.io-index"
 2528checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2529
 2530[[package]]
 2531name = "bytecheck"
 2532version = "0.6.12"
 2533source = "registry+https://github.com/rust-lang/crates.io-index"
 2534checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2535dependencies = [
 2536 "bytecheck_derive",
 2537 "ptr_meta",
 2538 "simdutf8",
 2539]
 2540
 2541[[package]]
 2542name = "bytecheck_derive"
 2543version = "0.6.12"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2546dependencies = [
 2547 "proc-macro2",
 2548 "quote",
 2549 "syn 1.0.109",
 2550]
 2551
 2552[[package]]
 2553name = "bytecount"
 2554version = "0.6.8"
 2555source = "registry+https://github.com/rust-lang/crates.io-index"
 2556checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2557
 2558[[package]]
 2559name = "bytemuck"
 2560version = "1.22.0"
 2561source = "registry+https://github.com/rust-lang/crates.io-index"
 2562checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2563dependencies = [
 2564 "bytemuck_derive",
 2565]
 2566
 2567[[package]]
 2568name = "bytemuck_derive"
 2569version = "1.9.3"
 2570source = "registry+https://github.com/rust-lang/crates.io-index"
 2571checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2572dependencies = [
 2573 "proc-macro2",
 2574 "quote",
 2575 "syn 2.0.101",
 2576]
 2577
 2578[[package]]
 2579name = "byteorder"
 2580version = "1.5.0"
 2581source = "registry+https://github.com/rust-lang/crates.io-index"
 2582checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2583
 2584[[package]]
 2585name = "byteorder-lite"
 2586version = "0.1.0"
 2587source = "registry+https://github.com/rust-lang/crates.io-index"
 2588checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2589
 2590[[package]]
 2591name = "bytes"
 2592version = "0.4.12"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2595dependencies = [
 2596 "byteorder",
 2597 "iovec",
 2598]
 2599
 2600[[package]]
 2601name = "bytes"
 2602version = "1.10.1"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2605
 2606[[package]]
 2607name = "bytes-utils"
 2608version = "0.1.4"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2611dependencies = [
 2612 "bytes 1.10.1",
 2613 "either",
 2614]
 2615
 2616[[package]]
 2617name = "bzip2"
 2618version = "0.4.4"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2621dependencies = [
 2622 "bzip2-sys",
 2623 "libc",
 2624]
 2625
 2626[[package]]
 2627name = "bzip2-sys"
 2628version = "0.1.13+1.0.8"
 2629source = "registry+https://github.com/rust-lang/crates.io-index"
 2630checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2631dependencies = [
 2632 "cc",
 2633 "pkg-config",
 2634]
 2635
 2636[[package]]
 2637name = "cached"
 2638version = "0.56.0"
 2639source = "registry+https://github.com/rust-lang/crates.io-index"
 2640checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2641dependencies = [
 2642 "ahash 0.8.11",
 2643 "cached_proc_macro",
 2644 "cached_proc_macro_types",
 2645 "hashbrown 0.15.3",
 2646 "once_cell",
 2647 "thiserror 2.0.12",
 2648 "web-time",
 2649]
 2650
 2651[[package]]
 2652name = "cached_proc_macro"
 2653version = "0.25.0"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2656dependencies = [
 2657 "darling",
 2658 "proc-macro2",
 2659 "quote",
 2660 "syn 2.0.101",
 2661]
 2662
 2663[[package]]
 2664name = "cached_proc_macro_types"
 2665version = "0.1.1"
 2666source = "registry+https://github.com/rust-lang/crates.io-index"
 2667checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2668
 2669[[package]]
 2670name = "call"
 2671version = "0.1.0"
 2672dependencies = [
 2673 "anyhow",
 2674 "audio",
 2675 "client",
 2676 "collections",
 2677 "feature_flags",
 2678 "fs",
 2679 "futures 0.3.31",
 2680 "gpui",
 2681 "gpui_tokio",
 2682 "http_client",
 2683 "language",
 2684 "livekit_client",
 2685 "log",
 2686 "postage",
 2687 "project",
 2688 "serde",
 2689 "settings",
 2690 "telemetry",
 2691 "util",
 2692 "workspace-hack",
 2693]
 2694
 2695[[package]]
 2696name = "calloop"
 2697version = "0.13.0"
 2698source = "registry+https://github.com/rust-lang/crates.io-index"
 2699checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2700dependencies = [
 2701 "bitflags 2.9.0",
 2702 "log",
 2703 "polling",
 2704 "rustix 0.38.44",
 2705 "slab",
 2706 "thiserror 1.0.69",
 2707]
 2708
 2709[[package]]
 2710name = "calloop-wayland-source"
 2711version = "0.3.0"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2714dependencies = [
 2715 "calloop",
 2716 "rustix 0.38.44",
 2717 "wayland-backend",
 2718 "wayland-client",
 2719]
 2720
 2721[[package]]
 2722name = "camino"
 2723version = "1.1.9"
 2724source = "registry+https://github.com/rust-lang/crates.io-index"
 2725checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2726dependencies = [
 2727 "serde",
 2728]
 2729
 2730[[package]]
 2731name = "candle-core"
 2732version = "0.9.1"
 2733source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2734dependencies = [
 2735 "byteorder",
 2736 "float8",
 2737 "gemm 0.17.1",
 2738 "half",
 2739 "memmap2",
 2740 "num-traits",
 2741 "num_cpus",
 2742 "rand 0.9.1",
 2743 "rand_distr",
 2744 "rayon",
 2745 "safetensors",
 2746 "thiserror 1.0.69",
 2747 "ug",
 2748 "yoke",
 2749 "zip 1.1.4",
 2750]
 2751
 2752[[package]]
 2753name = "candle-nn"
 2754version = "0.9.1"
 2755source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2756dependencies = [
 2757 "candle-core",
 2758 "half",
 2759 "libc",
 2760 "num-traits",
 2761 "rayon",
 2762 "safetensors",
 2763 "serde",
 2764 "thiserror 1.0.69",
 2765]
 2766
 2767[[package]]
 2768name = "candle-onnx"
 2769version = "0.9.1"
 2770source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2771dependencies = [
 2772 "candle-core",
 2773 "candle-nn",
 2774 "prost 0.12.6",
 2775]
 2776
 2777[[package]]
 2778name = "cap-fs-ext"
 2779version = "3.4.4"
 2780source = "registry+https://github.com/rust-lang/crates.io-index"
 2781checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2782dependencies = [
 2783 "cap-primitives",
 2784 "cap-std",
 2785 "io-lifetimes",
 2786 "windows-sys 0.59.0",
 2787]
 2788
 2789[[package]]
 2790name = "cap-net-ext"
 2791version = "3.4.4"
 2792source = "registry+https://github.com/rust-lang/crates.io-index"
 2793checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2794dependencies = [
 2795 "cap-primitives",
 2796 "cap-std",
 2797 "rustix 1.0.7",
 2798 "smallvec",
 2799]
 2800
 2801[[package]]
 2802name = "cap-primitives"
 2803version = "3.4.4"
 2804source = "registry+https://github.com/rust-lang/crates.io-index"
 2805checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2806dependencies = [
 2807 "ambient-authority",
 2808 "fs-set-times",
 2809 "io-extras",
 2810 "io-lifetimes",
 2811 "ipnet",
 2812 "maybe-owned",
 2813 "rustix 1.0.7",
 2814 "rustix-linux-procfs",
 2815 "windows-sys 0.59.0",
 2816 "winx",
 2817]
 2818
 2819[[package]]
 2820name = "cap-rand"
 2821version = "3.4.4"
 2822source = "registry+https://github.com/rust-lang/crates.io-index"
 2823checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2824dependencies = [
 2825 "ambient-authority",
 2826 "rand 0.8.5",
 2827]
 2828
 2829[[package]]
 2830name = "cap-std"
 2831version = "3.4.4"
 2832source = "registry+https://github.com/rust-lang/crates.io-index"
 2833checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2834dependencies = [
 2835 "cap-primitives",
 2836 "io-extras",
 2837 "io-lifetimes",
 2838 "rustix 1.0.7",
 2839]
 2840
 2841[[package]]
 2842name = "cap-time-ext"
 2843version = "3.4.4"
 2844source = "registry+https://github.com/rust-lang/crates.io-index"
 2845checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2846dependencies = [
 2847 "ambient-authority",
 2848 "cap-primitives",
 2849 "iana-time-zone",
 2850 "once_cell",
 2851 "rustix 1.0.7",
 2852 "winx",
 2853]
 2854
 2855[[package]]
 2856name = "cargo-platform"
 2857version = "0.1.9"
 2858source = "registry+https://github.com/rust-lang/crates.io-index"
 2859checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2860dependencies = [
 2861 "serde",
 2862]
 2863
 2864[[package]]
 2865name = "cargo_metadata"
 2866version = "0.19.2"
 2867source = "registry+https://github.com/rust-lang/crates.io-index"
 2868checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2869dependencies = [
 2870 "camino",
 2871 "cargo-platform",
 2872 "semver",
 2873 "serde",
 2874 "serde_json",
 2875 "thiserror 2.0.12",
 2876]
 2877
 2878[[package]]
 2879name = "cargo_toml"
 2880version = "0.21.0"
 2881source = "registry+https://github.com/rust-lang/crates.io-index"
 2882checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2883dependencies = [
 2884 "serde",
 2885 "toml 0.8.20",
 2886]
 2887
 2888[[package]]
 2889name = "cast"
 2890version = "0.3.0"
 2891source = "registry+https://github.com/rust-lang/crates.io-index"
 2892checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2893
 2894[[package]]
 2895name = "cbc"
 2896version = "0.1.2"
 2897source = "registry+https://github.com/rust-lang/crates.io-index"
 2898checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2899dependencies = [
 2900 "cipher",
 2901]
 2902
 2903[[package]]
 2904name = "cbindgen"
 2905version = "0.28.0"
 2906source = "registry+https://github.com/rust-lang/crates.io-index"
 2907checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2908dependencies = [
 2909 "heck 0.4.1",
 2910 "indexmap 2.9.0",
 2911 "log",
 2912 "proc-macro2",
 2913 "quote",
 2914 "serde",
 2915 "serde_json",
 2916 "syn 2.0.101",
 2917 "tempfile",
 2918 "toml 0.8.20",
 2919]
 2920
 2921[[package]]
 2922name = "cc"
 2923version = "1.2.19"
 2924source = "registry+https://github.com/rust-lang/crates.io-index"
 2925checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2926dependencies = [
 2927 "jobserver",
 2928 "libc",
 2929 "shlex",
 2930]
 2931
 2932[[package]]
 2933name = "cesu8"
 2934version = "1.1.0"
 2935source = "registry+https://github.com/rust-lang/crates.io-index"
 2936checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2937
 2938[[package]]
 2939name = "cexpr"
 2940version = "0.6.0"
 2941source = "registry+https://github.com/rust-lang/crates.io-index"
 2942checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2943dependencies = [
 2944 "nom 7.1.3",
 2945]
 2946
 2947[[package]]
 2948name = "cfg-expr"
 2949version = "0.15.8"
 2950source = "registry+https://github.com/rust-lang/crates.io-index"
 2951checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2952dependencies = [
 2953 "smallvec",
 2954 "target-lexicon 0.12.16",
 2955]
 2956
 2957[[package]]
 2958name = "cfg-if"
 2959version = "1.0.3"
 2960source = "registry+https://github.com/rust-lang/crates.io-index"
 2961checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
 2962
 2963[[package]]
 2964name = "cfg_aliases"
 2965version = "0.1.1"
 2966source = "registry+https://github.com/rust-lang/crates.io-index"
 2967checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2968
 2969[[package]]
 2970name = "cfg_aliases"
 2971version = "0.2.1"
 2972source = "registry+https://github.com/rust-lang/crates.io-index"
 2973checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2974
 2975[[package]]
 2976name = "cgl"
 2977version = "0.3.2"
 2978source = "registry+https://github.com/rust-lang/crates.io-index"
 2979checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2980dependencies = [
 2981 "libc",
 2982]
 2983
 2984[[package]]
 2985name = "channel"
 2986version = "0.1.0"
 2987dependencies = [
 2988 "anyhow",
 2989 "client",
 2990 "clock",
 2991 "collections",
 2992 "futures 0.3.31",
 2993 "gpui",
 2994 "http_client",
 2995 "language",
 2996 "log",
 2997 "postage",
 2998 "release_channel",
 2999 "rpc",
 3000 "settings",
 3001 "text",
 3002 "time",
 3003 "util",
 3004 "workspace-hack",
 3005]
 3006
 3007[[package]]
 3008name = "chrono"
 3009version = "0.4.41"
 3010source = "registry+https://github.com/rust-lang/crates.io-index"
 3011checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 3012dependencies = [
 3013 "android-tzdata",
 3014 "iana-time-zone",
 3015 "js-sys",
 3016 "num-traits",
 3017 "serde",
 3018 "wasm-bindgen",
 3019 "windows-link 0.1.1",
 3020]
 3021
 3022[[package]]
 3023name = "chunked_transfer"
 3024version = "1.5.0"
 3025source = "registry+https://github.com/rust-lang/crates.io-index"
 3026checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 3027
 3028[[package]]
 3029name = "ciborium"
 3030version = "0.2.2"
 3031source = "registry+https://github.com/rust-lang/crates.io-index"
 3032checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 3033dependencies = [
 3034 "ciborium-io",
 3035 "ciborium-ll",
 3036 "serde",
 3037]
 3038
 3039[[package]]
 3040name = "ciborium-io"
 3041version = "0.2.2"
 3042source = "registry+https://github.com/rust-lang/crates.io-index"
 3043checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 3044
 3045[[package]]
 3046name = "ciborium-ll"
 3047version = "0.2.2"
 3048source = "registry+https://github.com/rust-lang/crates.io-index"
 3049checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 3050dependencies = [
 3051 "ciborium-io",
 3052 "half",
 3053]
 3054
 3055[[package]]
 3056name = "cipher"
 3057version = "0.4.4"
 3058source = "registry+https://github.com/rust-lang/crates.io-index"
 3059checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 3060dependencies = [
 3061 "crypto-common",
 3062 "inout",
 3063 "zeroize",
 3064]
 3065
 3066[[package]]
 3067name = "circular-buffer"
 3068version = "1.1.0"
 3069source = "registry+https://github.com/rust-lang/crates.io-index"
 3070checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 3071
 3072[[package]]
 3073name = "clang-sys"
 3074version = "1.8.1"
 3075source = "registry+https://github.com/rust-lang/crates.io-index"
 3076checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 3077dependencies = [
 3078 "glob",
 3079 "libc",
 3080 "libloading",
 3081]
 3082
 3083[[package]]
 3084name = "clap"
 3085version = "4.5.37"
 3086source = "registry+https://github.com/rust-lang/crates.io-index"
 3087checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 3088dependencies = [
 3089 "clap_builder",
 3090 "clap_derive",
 3091]
 3092
 3093[[package]]
 3094name = "clap_builder"
 3095version = "4.5.37"
 3096source = "registry+https://github.com/rust-lang/crates.io-index"
 3097checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 3098dependencies = [
 3099 "anstream",
 3100 "anstyle",
 3101 "clap_lex",
 3102 "strsim",
 3103 "terminal_size",
 3104]
 3105
 3106[[package]]
 3107name = "clap_complete"
 3108version = "4.5.47"
 3109source = "registry+https://github.com/rust-lang/crates.io-index"
 3110checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 3111dependencies = [
 3112 "clap",
 3113]
 3114
 3115[[package]]
 3116name = "clap_derive"
 3117version = "4.5.32"
 3118source = "registry+https://github.com/rust-lang/crates.io-index"
 3119checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 3120dependencies = [
 3121 "heck 0.5.0",
 3122 "proc-macro2",
 3123 "quote",
 3124 "syn 2.0.101",
 3125]
 3126
 3127[[package]]
 3128name = "clap_lex"
 3129version = "0.7.4"
 3130source = "registry+https://github.com/rust-lang/crates.io-index"
 3131checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 3132
 3133[[package]]
 3134name = "cli"
 3135version = "0.1.0"
 3136dependencies = [
 3137 "anyhow",
 3138 "askpass",
 3139 "clap",
 3140 "collections",
 3141 "core-foundation 0.10.0",
 3142 "core-services",
 3143 "exec",
 3144 "fork",
 3145 "ipc-channel",
 3146 "parking_lot",
 3147 "paths",
 3148 "plist",
 3149 "release_channel",
 3150 "serde",
 3151 "tempfile",
 3152 "util",
 3153 "windows 0.61.1",
 3154 "workspace-hack",
 3155]
 3156
 3157[[package]]
 3158name = "client"
 3159version = "0.1.0"
 3160dependencies = [
 3161 "anyhow",
 3162 "async-tungstenite",
 3163 "base64 0.22.1",
 3164 "chrono",
 3165 "clock",
 3166 "cloud_api_client",
 3167 "cloud_llm_client",
 3168 "collections",
 3169 "credentials_provider",
 3170 "derive_more",
 3171 "feature_flags",
 3172 "fs",
 3173 "futures 0.3.31",
 3174 "gpui",
 3175 "gpui_tokio",
 3176 "http_client",
 3177 "http_client_tls",
 3178 "httparse",
 3179 "log",
 3180 "objc2-foundation",
 3181 "parking_lot",
 3182 "paths",
 3183 "postage",
 3184 "rand 0.9.1",
 3185 "regex",
 3186 "release_channel",
 3187 "rpc",
 3188 "rustls-pki-types",
 3189 "serde",
 3190 "serde_json",
 3191 "serde_urlencoded",
 3192 "settings",
 3193 "sha2",
 3194 "smol",
 3195 "telemetry",
 3196 "telemetry_events",
 3197 "text",
 3198 "thiserror 2.0.12",
 3199 "time",
 3200 "tiny_http",
 3201 "tokio",
 3202 "tokio-native-tls",
 3203 "tokio-rustls 0.26.2",
 3204 "tokio-socks",
 3205 "url",
 3206 "util",
 3207 "windows 0.61.1",
 3208 "workspace-hack",
 3209 "worktree",
 3210]
 3211
 3212[[package]]
 3213name = "clock"
 3214version = "0.1.0"
 3215dependencies = [
 3216 "parking_lot",
 3217 "serde",
 3218 "smallvec",
 3219 "workspace-hack",
 3220]
 3221
 3222[[package]]
 3223name = "cloud_api_client"
 3224version = "0.1.0"
 3225dependencies = [
 3226 "anyhow",
 3227 "cloud_api_types",
 3228 "futures 0.3.31",
 3229 "gpui",
 3230 "gpui_tokio",
 3231 "http_client",
 3232 "parking_lot",
 3233 "serde_json",
 3234 "workspace-hack",
 3235 "yawc",
 3236]
 3237
 3238[[package]]
 3239name = "cloud_api_types"
 3240version = "0.1.0"
 3241dependencies = [
 3242 "anyhow",
 3243 "chrono",
 3244 "ciborium",
 3245 "cloud_llm_client",
 3246 "pretty_assertions",
 3247 "serde",
 3248 "serde_json",
 3249 "workspace-hack",
 3250]
 3251
 3252[[package]]
 3253name = "cloud_llm_client"
 3254version = "0.1.0"
 3255dependencies = [
 3256 "anyhow",
 3257 "chrono",
 3258 "pretty_assertions",
 3259 "serde",
 3260 "serde_json",
 3261 "strum 0.27.1",
 3262 "uuid",
 3263 "workspace-hack",
 3264]
 3265
 3266[[package]]
 3267name = "cloud_zeta2_prompt"
 3268version = "0.1.0"
 3269dependencies = [
 3270 "anyhow",
 3271 "cloud_llm_client",
 3272 "indoc",
 3273 "ordered-float 2.10.1",
 3274 "rustc-hash 2.1.1",
 3275 "serde",
 3276 "strum 0.27.1",
 3277 "workspace-hack",
 3278]
 3279
 3280[[package]]
 3281name = "cmake"
 3282version = "0.1.54"
 3283source = "registry+https://github.com/rust-lang/crates.io-index"
 3284checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 3285dependencies = [
 3286 "cc",
 3287]
 3288
 3289[[package]]
 3290name = "cobs"
 3291version = "0.2.3"
 3292source = "registry+https://github.com/rust-lang/crates.io-index"
 3293checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 3294
 3295[[package]]
 3296name = "cocoa"
 3297version = "0.25.0"
 3298source = "registry+https://github.com/rust-lang/crates.io-index"
 3299checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3300dependencies = [
 3301 "bitflags 1.3.2",
 3302 "block",
 3303 "cocoa-foundation 0.1.2",
 3304 "core-foundation 0.9.4",
 3305 "core-graphics 0.23.2",
 3306 "foreign-types 0.5.0",
 3307 "libc",
 3308 "objc",
 3309]
 3310
 3311[[package]]
 3312name = "cocoa"
 3313version = "0.26.0"
 3314source = "registry+https://github.com/rust-lang/crates.io-index"
 3315checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3316dependencies = [
 3317 "bitflags 2.9.0",
 3318 "block",
 3319 "cocoa-foundation 0.2.0",
 3320 "core-foundation 0.10.0",
 3321 "core-graphics 0.24.0",
 3322 "foreign-types 0.5.0",
 3323 "libc",
 3324 "objc",
 3325]
 3326
 3327[[package]]
 3328name = "cocoa-foundation"
 3329version = "0.1.2"
 3330source = "registry+https://github.com/rust-lang/crates.io-index"
 3331checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3332dependencies = [
 3333 "bitflags 1.3.2",
 3334 "block",
 3335 "core-foundation 0.9.4",
 3336 "core-graphics-types 0.1.3",
 3337 "libc",
 3338 "objc",
 3339]
 3340
 3341[[package]]
 3342name = "cocoa-foundation"
 3343version = "0.2.0"
 3344source = "registry+https://github.com/rust-lang/crates.io-index"
 3345checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3346dependencies = [
 3347 "bitflags 2.9.0",
 3348 "block",
 3349 "core-foundation 0.10.0",
 3350 "core-graphics-types 0.2.0",
 3351 "libc",
 3352 "objc",
 3353]
 3354
 3355[[package]]
 3356name = "codespan-reporting"
 3357version = "0.12.0"
 3358source = "registry+https://github.com/rust-lang/crates.io-index"
 3359checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 3360dependencies = [
 3361 "serde",
 3362 "termcolor",
 3363 "unicode-width",
 3364]
 3365
 3366[[package]]
 3367name = "codestral"
 3368version = "0.1.0"
 3369dependencies = [
 3370 "anyhow",
 3371 "edit_prediction",
 3372 "edit_prediction_context",
 3373 "futures 0.3.31",
 3374 "gpui",
 3375 "http_client",
 3376 "language",
 3377 "language_models",
 3378 "log",
 3379 "mistral",
 3380 "serde",
 3381 "serde_json",
 3382 "smol",
 3383 "text",
 3384 "workspace-hack",
 3385]
 3386
 3387[[package]]
 3388name = "collab"
 3389version = "0.44.0"
 3390dependencies = [
 3391 "agent_settings",
 3392 "anyhow",
 3393 "assistant_context",
 3394 "assistant_slash_command",
 3395 "async-trait",
 3396 "async-tungstenite",
 3397 "audio",
 3398 "aws-config",
 3399 "aws-sdk-kinesis",
 3400 "aws-sdk-s3",
 3401 "axum",
 3402 "axum-extra",
 3403 "base64 0.22.1",
 3404 "buffer_diff",
 3405 "call",
 3406 "channel",
 3407 "chrono",
 3408 "client",
 3409 "clock",
 3410 "collab_ui",
 3411 "collections",
 3412 "command_palette_hooks",
 3413 "context_server",
 3414 "ctor",
 3415 "dap",
 3416 "dap-types",
 3417 "dap_adapters",
 3418 "dashmap 6.1.0",
 3419 "debugger_ui",
 3420 "editor",
 3421 "envy",
 3422 "extension",
 3423 "file_finder",
 3424 "fs",
 3425 "futures 0.3.31",
 3426 "git",
 3427 "git_hosting_providers",
 3428 "git_ui",
 3429 "gpui",
 3430 "gpui_tokio",
 3431 "hex",
 3432 "http_client",
 3433 "hyper 0.14.32",
 3434 "indoc",
 3435 "language",
 3436 "language_model",
 3437 "livekit_api",
 3438 "livekit_client",
 3439 "log",
 3440 "lsp",
 3441 "menu",
 3442 "multi_buffer",
 3443 "nanoid",
 3444 "node_runtime",
 3445 "notifications",
 3446 "parking_lot",
 3447 "pretty_assertions",
 3448 "project",
 3449 "prometheus",
 3450 "prompt_store",
 3451 "prost 0.9.0",
 3452 "rand 0.9.1",
 3453 "recent_projects",
 3454 "release_channel",
 3455 "remote",
 3456 "remote_server",
 3457 "reqwest 0.11.27",
 3458 "reqwest_client",
 3459 "rpc",
 3460 "scrypt",
 3461 "sea-orm",
 3462 "semantic_version",
 3463 "semver",
 3464 "serde",
 3465 "serde_json",
 3466 "session",
 3467 "settings",
 3468 "sha2",
 3469 "smol",
 3470 "sqlx",
 3471 "strum 0.27.1",
 3472 "subtle",
 3473 "supermaven_api",
 3474 "task",
 3475 "telemetry_events",
 3476 "text",
 3477 "theme",
 3478 "time",
 3479 "tokio",
 3480 "toml 0.8.20",
 3481 "tower 0.4.13",
 3482 "tower-http 0.4.4",
 3483 "tracing",
 3484 "tracing-subscriber",
 3485 "unindent",
 3486 "util",
 3487 "uuid",
 3488 "workspace",
 3489 "workspace-hack",
 3490 "worktree",
 3491 "zlog",
 3492]
 3493
 3494[[package]]
 3495name = "collab_ui"
 3496version = "0.1.0"
 3497dependencies = [
 3498 "anyhow",
 3499 "call",
 3500 "channel",
 3501 "chrono",
 3502 "client",
 3503 "collections",
 3504 "db",
 3505 "editor",
 3506 "futures 0.3.31",
 3507 "fuzzy",
 3508 "gpui",
 3509 "http_client",
 3510 "log",
 3511 "menu",
 3512 "notifications",
 3513 "picker",
 3514 "pretty_assertions",
 3515 "project",
 3516 "release_channel",
 3517 "rpc",
 3518 "serde",
 3519 "serde_json",
 3520 "settings",
 3521 "smallvec",
 3522 "story",
 3523 "telemetry",
 3524 "theme",
 3525 "time",
 3526 "time_format",
 3527 "title_bar",
 3528 "tree-sitter-md",
 3529 "ui",
 3530 "util",
 3531 "workspace",
 3532 "workspace-hack",
 3533]
 3534
 3535[[package]]
 3536name = "collections"
 3537version = "0.1.0"
 3538dependencies = [
 3539 "indexmap 2.9.0",
 3540 "rustc-hash 2.1.1",
 3541 "workspace-hack",
 3542]
 3543
 3544[[package]]
 3545name = "color_quant"
 3546version = "1.1.0"
 3547source = "registry+https://github.com/rust-lang/crates.io-index"
 3548checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3549
 3550[[package]]
 3551name = "colorchoice"
 3552version = "1.0.3"
 3553source = "registry+https://github.com/rust-lang/crates.io-index"
 3554checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3555
 3556[[package]]
 3557name = "combine"
 3558version = "4.6.7"
 3559source = "registry+https://github.com/rust-lang/crates.io-index"
 3560checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3561dependencies = [
 3562 "bytes 1.10.1",
 3563 "memchr",
 3564]
 3565
 3566[[package]]
 3567name = "command-fds"
 3568version = "0.3.1"
 3569source = "registry+https://github.com/rust-lang/crates.io-index"
 3570checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
 3571dependencies = [
 3572 "nix 0.30.1",
 3573 "thiserror 2.0.12",
 3574]
 3575
 3576[[package]]
 3577name = "command_palette"
 3578version = "0.1.0"
 3579dependencies = [
 3580 "anyhow",
 3581 "client",
 3582 "collections",
 3583 "command_palette_hooks",
 3584 "ctor",
 3585 "db",
 3586 "editor",
 3587 "env_logger 0.11.8",
 3588 "fuzzy",
 3589 "go_to_line",
 3590 "gpui",
 3591 "language",
 3592 "log",
 3593 "menu",
 3594 "picker",
 3595 "postage",
 3596 "project",
 3597 "serde",
 3598 "serde_json",
 3599 "settings",
 3600 "telemetry",
 3601 "theme",
 3602 "time",
 3603 "ui",
 3604 "util",
 3605 "workspace",
 3606 "workspace-hack",
 3607 "zed_actions",
 3608]
 3609
 3610[[package]]
 3611name = "command_palette_hooks"
 3612version = "0.1.0"
 3613dependencies = [
 3614 "collections",
 3615 "derive_more",
 3616 "gpui",
 3617 "workspace-hack",
 3618]
 3619
 3620[[package]]
 3621name = "component"
 3622version = "0.1.0"
 3623dependencies = [
 3624 "collections",
 3625 "documented",
 3626 "gpui",
 3627 "inventory",
 3628 "parking_lot",
 3629 "strum 0.27.1",
 3630 "theme",
 3631 "workspace-hack",
 3632]
 3633
 3634[[package]]
 3635name = "concurrent-queue"
 3636version = "2.5.0"
 3637source = "registry+https://github.com/rust-lang/crates.io-index"
 3638checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3639dependencies = [
 3640 "crossbeam-utils",
 3641]
 3642
 3643[[package]]
 3644name = "console"
 3645version = "0.15.11"
 3646source = "registry+https://github.com/rust-lang/crates.io-index"
 3647checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3648dependencies = [
 3649 "encode_unicode",
 3650 "libc",
 3651 "once_cell",
 3652 "unicode-width",
 3653 "windows-sys 0.59.0",
 3654]
 3655
 3656[[package]]
 3657name = "const-oid"
 3658version = "0.9.6"
 3659source = "registry+https://github.com/rust-lang/crates.io-index"
 3660checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3661
 3662[[package]]
 3663name = "const-random"
 3664version = "0.1.18"
 3665source = "registry+https://github.com/rust-lang/crates.io-index"
 3666checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3667dependencies = [
 3668 "const-random-macro",
 3669]
 3670
 3671[[package]]
 3672name = "const-random-macro"
 3673version = "0.1.16"
 3674source = "registry+https://github.com/rust-lang/crates.io-index"
 3675checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3676dependencies = [
 3677 "getrandom 0.2.15",
 3678 "once_cell",
 3679 "tiny-keccak",
 3680]
 3681
 3682[[package]]
 3683name = "constant_time_eq"
 3684version = "0.1.5"
 3685source = "registry+https://github.com/rust-lang/crates.io-index"
 3686checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3687
 3688[[package]]
 3689name = "context_server"
 3690version = "0.1.0"
 3691dependencies = [
 3692 "anyhow",
 3693 "async-trait",
 3694 "collections",
 3695 "futures 0.3.31",
 3696 "gpui",
 3697 "log",
 3698 "net",
 3699 "parking_lot",
 3700 "postage",
 3701 "schemars 1.0.1",
 3702 "serde",
 3703 "serde_json",
 3704 "settings",
 3705 "smol",
 3706 "tempfile",
 3707 "url",
 3708 "util",
 3709 "workspace-hack",
 3710]
 3711
 3712[[package]]
 3713name = "convert_case"
 3714version = "0.4.0"
 3715source = "registry+https://github.com/rust-lang/crates.io-index"
 3716checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3717
 3718[[package]]
 3719name = "convert_case"
 3720version = "0.6.0"
 3721source = "registry+https://github.com/rust-lang/crates.io-index"
 3722checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3723dependencies = [
 3724 "unicode-segmentation",
 3725]
 3726
 3727[[package]]
 3728name = "convert_case"
 3729version = "0.8.0"
 3730source = "registry+https://github.com/rust-lang/crates.io-index"
 3731checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3732dependencies = [
 3733 "unicode-segmentation",
 3734]
 3735
 3736[[package]]
 3737name = "copilot"
 3738version = "0.1.0"
 3739dependencies = [
 3740 "anyhow",
 3741 "async-std",
 3742 "chrono",
 3743 "client",
 3744 "clock",
 3745 "collections",
 3746 "command_palette_hooks",
 3747 "ctor",
 3748 "dirs 4.0.0",
 3749 "edit_prediction",
 3750 "editor",
 3751 "fs",
 3752 "futures 0.3.31",
 3753 "gpui",
 3754 "http_client",
 3755 "indoc",
 3756 "itertools 0.14.0",
 3757 "language",
 3758 "log",
 3759 "lsp",
 3760 "menu",
 3761 "node_runtime",
 3762 "parking_lot",
 3763 "paths",
 3764 "project",
 3765 "rpc",
 3766 "semver",
 3767 "serde",
 3768 "serde_json",
 3769 "settings",
 3770 "sum_tree",
 3771 "task",
 3772 "theme",
 3773 "ui",
 3774 "util",
 3775 "workspace",
 3776 "workspace-hack",
 3777 "zlog",
 3778]
 3779
 3780[[package]]
 3781name = "core-foundation"
 3782version = "0.9.4"
 3783source = "registry+https://github.com/rust-lang/crates.io-index"
 3784checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3785dependencies = [
 3786 "core-foundation-sys",
 3787 "libc",
 3788]
 3789
 3790[[package]]
 3791name = "core-foundation"
 3792version = "0.10.0"
 3793source = "registry+https://github.com/rust-lang/crates.io-index"
 3794checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3795dependencies = [
 3796 "core-foundation-sys",
 3797 "libc",
 3798]
 3799
 3800[[package]]
 3801name = "core-foundation-sys"
 3802version = "0.8.7"
 3803source = "registry+https://github.com/rust-lang/crates.io-index"
 3804checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3805
 3806[[package]]
 3807name = "core-graphics"
 3808version = "0.23.2"
 3809source = "registry+https://github.com/rust-lang/crates.io-index"
 3810checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3811dependencies = [
 3812 "bitflags 1.3.2",
 3813 "core-foundation 0.9.4",
 3814 "core-graphics-types 0.1.3",
 3815 "foreign-types 0.5.0",
 3816 "libc",
 3817]
 3818
 3819[[package]]
 3820name = "core-graphics"
 3821version = "0.24.0"
 3822source = "registry+https://github.com/rust-lang/crates.io-index"
 3823checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3824dependencies = [
 3825 "bitflags 2.9.0",
 3826 "core-foundation 0.10.0",
 3827 "core-graphics-types 0.2.0",
 3828 "foreign-types 0.5.0",
 3829 "libc",
 3830]
 3831
 3832[[package]]
 3833name = "core-graphics-helmer-fork"
 3834version = "0.24.0"
 3835source = "registry+https://github.com/rust-lang/crates.io-index"
 3836checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3837dependencies = [
 3838 "bitflags 2.9.0",
 3839 "core-foundation 0.9.4",
 3840 "core-graphics-types 0.1.3",
 3841 "foreign-types 0.5.0",
 3842 "libc",
 3843]
 3844
 3845[[package]]
 3846name = "core-graphics-types"
 3847version = "0.1.3"
 3848source = "registry+https://github.com/rust-lang/crates.io-index"
 3849checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3850dependencies = [
 3851 "bitflags 1.3.2",
 3852 "core-foundation 0.9.4",
 3853 "libc",
 3854]
 3855
 3856[[package]]
 3857name = "core-graphics-types"
 3858version = "0.2.0"
 3859source = "registry+https://github.com/rust-lang/crates.io-index"
 3860checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3861dependencies = [
 3862 "bitflags 2.9.0",
 3863 "core-foundation 0.10.0",
 3864 "libc",
 3865]
 3866
 3867[[package]]
 3868name = "core-graphics2"
 3869version = "0.4.1"
 3870source = "registry+https://github.com/rust-lang/crates.io-index"
 3871checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3872dependencies = [
 3873 "bitflags 2.9.0",
 3874 "block",
 3875 "cfg-if",
 3876 "core-foundation 0.10.0",
 3877 "libc",
 3878]
 3879
 3880[[package]]
 3881name = "core-services"
 3882version = "0.2.1"
 3883source = "registry+https://github.com/rust-lang/crates.io-index"
 3884checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3885dependencies = [
 3886 "core-foundation 0.9.4",
 3887]
 3888
 3889[[package]]
 3890name = "core-text"
 3891version = "21.0.0"
 3892source = "registry+https://github.com/rust-lang/crates.io-index"
 3893checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3894dependencies = [
 3895 "core-foundation 0.10.0",
 3896 "core-graphics 0.24.0",
 3897 "foreign-types 0.5.0",
 3898 "libc",
 3899]
 3900
 3901[[package]]
 3902name = "core-video"
 3903version = "0.4.3"
 3904source = "registry+https://github.com/rust-lang/crates.io-index"
 3905checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3906dependencies = [
 3907 "block",
 3908 "core-foundation 0.10.0",
 3909 "core-graphics2",
 3910 "io-surface",
 3911 "libc",
 3912 "metal",
 3913]
 3914
 3915[[package]]
 3916name = "core_maths"
 3917version = "0.1.1"
 3918source = "registry+https://github.com/rust-lang/crates.io-index"
 3919checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3920dependencies = [
 3921 "libm",
 3922]
 3923
 3924[[package]]
 3925name = "coreaudio-rs"
 3926version = "0.12.1"
 3927source = "registry+https://github.com/rust-lang/crates.io-index"
 3928checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3929dependencies = [
 3930 "bitflags 1.3.2",
 3931 "core-foundation-sys",
 3932 "coreaudio-sys",
 3933]
 3934
 3935[[package]]
 3936name = "coreaudio-rs"
 3937version = "0.13.0"
 3938source = "registry+https://github.com/rust-lang/crates.io-index"
 3939checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3940dependencies = [
 3941 "bitflags 1.3.2",
 3942 "libc",
 3943 "objc2-audio-toolbox",
 3944 "objc2-core-audio",
 3945 "objc2-core-audio-types",
 3946 "objc2-core-foundation",
 3947]
 3948
 3949[[package]]
 3950name = "coreaudio-sys"
 3951version = "0.2.16"
 3952source = "registry+https://github.com/rust-lang/crates.io-index"
 3953checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3954dependencies = [
 3955 "bindgen 0.70.1",
 3956]
 3957
 3958[[package]]
 3959name = "cosmic-text"
 3960version = "0.14.0"
 3961source = "registry+https://github.com/rust-lang/crates.io-index"
 3962checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3963dependencies = [
 3964 "bitflags 2.9.0",
 3965 "fontdb 0.16.2",
 3966 "log",
 3967 "rangemap",
 3968 "rustc-hash 1.1.0",
 3969 "rustybuzz 0.14.1",
 3970 "self_cell",
 3971 "smol_str",
 3972 "swash",
 3973 "sys-locale",
 3974 "ttf-parser 0.21.1",
 3975 "unicode-bidi",
 3976 "unicode-linebreak",
 3977 "unicode-script",
 3978 "unicode-segmentation",
 3979]
 3980
 3981[[package]]
 3982name = "cpal"
 3983version = "0.16.0"
 3984source = "registry+https://github.com/rust-lang/crates.io-index"
 3985checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
 3986dependencies = [
 3987 "alsa",
 3988 "coreaudio-rs 0.13.0",
 3989 "dasp_sample",
 3990 "jni",
 3991 "js-sys",
 3992 "libc",
 3993 "mach2 0.4.2",
 3994 "ndk",
 3995 "ndk-context",
 3996 "num-derive",
 3997 "num-traits",
 3998 "objc2-audio-toolbox",
 3999 "objc2-core-audio",
 4000 "objc2-core-audio-types",
 4001 "wasm-bindgen",
 4002 "wasm-bindgen-futures",
 4003 "web-sys",
 4004 "windows 0.54.0",
 4005]
 4006
 4007[[package]]
 4008name = "cpp_demangle"
 4009version = "0.4.4"
 4010source = "registry+https://github.com/rust-lang/crates.io-index"
 4011checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 4012dependencies = [
 4013 "cfg-if",
 4014]
 4015
 4016[[package]]
 4017name = "cpufeatures"
 4018version = "0.2.17"
 4019source = "registry+https://github.com/rust-lang/crates.io-index"
 4020checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 4021dependencies = [
 4022 "libc",
 4023]
 4024
 4025[[package]]
 4026name = "cranelift-bforest"
 4027version = "0.116.1"
 4028source = "registry+https://github.com/rust-lang/crates.io-index"
 4029checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 4030dependencies = [
 4031 "cranelift-entity",
 4032]
 4033
 4034[[package]]
 4035name = "cranelift-bitset"
 4036version = "0.116.1"
 4037source = "registry+https://github.com/rust-lang/crates.io-index"
 4038checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 4039dependencies = [
 4040 "serde",
 4041 "serde_derive",
 4042]
 4043
 4044[[package]]
 4045name = "cranelift-codegen"
 4046version = "0.116.1"
 4047source = "registry+https://github.com/rust-lang/crates.io-index"
 4048checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 4049dependencies = [
 4050 "bumpalo",
 4051 "cranelift-bforest",
 4052 "cranelift-bitset",
 4053 "cranelift-codegen-meta",
 4054 "cranelift-codegen-shared",
 4055 "cranelift-control",
 4056 "cranelift-entity",
 4057 "cranelift-isle",
 4058 "gimli",
 4059 "hashbrown 0.14.5",
 4060 "log",
 4061 "postcard",
 4062 "regalloc2",
 4063 "rustc-hash 2.1.1",
 4064 "serde",
 4065 "serde_derive",
 4066 "sha2",
 4067 "smallvec",
 4068 "target-lexicon 0.13.2",
 4069]
 4070
 4071[[package]]
 4072name = "cranelift-codegen-meta"
 4073version = "0.116.1"
 4074source = "registry+https://github.com/rust-lang/crates.io-index"
 4075checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 4076dependencies = [
 4077 "cranelift-codegen-shared",
 4078]
 4079
 4080[[package]]
 4081name = "cranelift-codegen-shared"
 4082version = "0.116.1"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 4085
 4086[[package]]
 4087name = "cranelift-control"
 4088version = "0.116.1"
 4089source = "registry+https://github.com/rust-lang/crates.io-index"
 4090checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 4091dependencies = [
 4092 "arbitrary",
 4093]
 4094
 4095[[package]]
 4096name = "cranelift-entity"
 4097version = "0.116.1"
 4098source = "registry+https://github.com/rust-lang/crates.io-index"
 4099checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 4100dependencies = [
 4101 "cranelift-bitset",
 4102 "serde",
 4103 "serde_derive",
 4104]
 4105
 4106[[package]]
 4107name = "cranelift-frontend"
 4108version = "0.116.1"
 4109source = "registry+https://github.com/rust-lang/crates.io-index"
 4110checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 4111dependencies = [
 4112 "cranelift-codegen",
 4113 "log",
 4114 "smallvec",
 4115 "target-lexicon 0.13.2",
 4116]
 4117
 4118[[package]]
 4119name = "cranelift-isle"
 4120version = "0.116.1"
 4121source = "registry+https://github.com/rust-lang/crates.io-index"
 4122checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 4123
 4124[[package]]
 4125name = "cranelift-native"
 4126version = "0.116.1"
 4127source = "registry+https://github.com/rust-lang/crates.io-index"
 4128checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 4129dependencies = [
 4130 "cranelift-codegen",
 4131 "libc",
 4132 "target-lexicon 0.13.2",
 4133]
 4134
 4135[[package]]
 4136name = "crash-context"
 4137version = "0.6.3"
 4138source = "registry+https://github.com/rust-lang/crates.io-index"
 4139checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4140dependencies = [
 4141 "cfg-if",
 4142 "libc",
 4143 "mach2 0.4.2",
 4144]
 4145
 4146[[package]]
 4147name = "crash-handler"
 4148version = "0.6.3"
 4149source = "registry+https://github.com/rust-lang/crates.io-index"
 4150checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4151dependencies = [
 4152 "cfg-if",
 4153 "crash-context",
 4154 "libc",
 4155 "mach2 0.4.2",
 4156 "parking_lot",
 4157]
 4158
 4159[[package]]
 4160name = "crashes"
 4161version = "0.1.0"
 4162dependencies = [
 4163 "bincode",
 4164 "cfg-if",
 4165 "crash-handler",
 4166 "log",
 4167 "mach2 0.5.0",
 4168 "minidumper",
 4169 "paths",
 4170 "release_channel",
 4171 "serde",
 4172 "serde_json",
 4173 "smol",
 4174 "system_specs",
 4175 "workspace-hack",
 4176 "zstd",
 4177]
 4178
 4179[[package]]
 4180name = "crc"
 4181version = "3.3.0"
 4182source = "registry+https://github.com/rust-lang/crates.io-index"
 4183checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4184dependencies = [
 4185 "crc-catalog",
 4186]
 4187
 4188[[package]]
 4189name = "crc-catalog"
 4190version = "2.4.0"
 4191source = "registry+https://github.com/rust-lang/crates.io-index"
 4192checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4193
 4194[[package]]
 4195name = "crc32c"
 4196version = "0.6.8"
 4197source = "registry+https://github.com/rust-lang/crates.io-index"
 4198checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 4199dependencies = [
 4200 "rustc_version",
 4201]
 4202
 4203[[package]]
 4204name = "crc32fast"
 4205version = "1.4.2"
 4206source = "registry+https://github.com/rust-lang/crates.io-index"
 4207checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 4208dependencies = [
 4209 "cfg-if",
 4210]
 4211
 4212[[package]]
 4213name = "crc64fast-nvme"
 4214version = "1.2.0"
 4215source = "registry+https://github.com/rust-lang/crates.io-index"
 4216checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 4217dependencies = [
 4218 "crc",
 4219]
 4220
 4221[[package]]
 4222name = "credentials_provider"
 4223version = "0.1.0"
 4224dependencies = [
 4225 "anyhow",
 4226 "futures 0.3.31",
 4227 "gpui",
 4228 "paths",
 4229 "release_channel",
 4230 "serde",
 4231 "serde_json",
 4232 "workspace-hack",
 4233]
 4234
 4235[[package]]
 4236name = "criterion"
 4237version = "0.5.1"
 4238source = "registry+https://github.com/rust-lang/crates.io-index"
 4239checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4240dependencies = [
 4241 "anes",
 4242 "cast",
 4243 "ciborium",
 4244 "clap",
 4245 "criterion-plot",
 4246 "is-terminal",
 4247 "itertools 0.10.5",
 4248 "num-traits",
 4249 "once_cell",
 4250 "oorandom",
 4251 "plotters",
 4252 "rayon",
 4253 "regex",
 4254 "serde",
 4255 "serde_derive",
 4256 "serde_json",
 4257 "tinytemplate",
 4258 "walkdir",
 4259]
 4260
 4261[[package]]
 4262name = "criterion-plot"
 4263version = "0.5.0"
 4264source = "registry+https://github.com/rust-lang/crates.io-index"
 4265checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4266dependencies = [
 4267 "cast",
 4268 "itertools 0.10.5",
 4269]
 4270
 4271[[package]]
 4272name = "crossbeam"
 4273version = "0.8.4"
 4274source = "registry+https://github.com/rust-lang/crates.io-index"
 4275checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4276dependencies = [
 4277 "crossbeam-channel",
 4278 "crossbeam-deque",
 4279 "crossbeam-epoch",
 4280 "crossbeam-queue",
 4281 "crossbeam-utils",
 4282]
 4283
 4284[[package]]
 4285name = "crossbeam-channel"
 4286version = "0.5.15"
 4287source = "registry+https://github.com/rust-lang/crates.io-index"
 4288checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4289dependencies = [
 4290 "crossbeam-utils",
 4291]
 4292
 4293[[package]]
 4294name = "crossbeam-deque"
 4295version = "0.8.6"
 4296source = "registry+https://github.com/rust-lang/crates.io-index"
 4297checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4298dependencies = [
 4299 "crossbeam-epoch",
 4300 "crossbeam-utils",
 4301]
 4302
 4303[[package]]
 4304name = "crossbeam-epoch"
 4305version = "0.9.18"
 4306source = "registry+https://github.com/rust-lang/crates.io-index"
 4307checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4308dependencies = [
 4309 "crossbeam-utils",
 4310]
 4311
 4312[[package]]
 4313name = "crossbeam-queue"
 4314version = "0.3.12"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4317dependencies = [
 4318 "crossbeam-utils",
 4319]
 4320
 4321[[package]]
 4322name = "crossbeam-utils"
 4323version = "0.8.21"
 4324source = "registry+https://github.com/rust-lang/crates.io-index"
 4325checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4326
 4327[[package]]
 4328name = "crunchy"
 4329version = "0.2.3"
 4330source = "registry+https://github.com/rust-lang/crates.io-index"
 4331checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 4332
 4333[[package]]
 4334name = "crypto-bigint"
 4335version = "0.4.9"
 4336source = "registry+https://github.com/rust-lang/crates.io-index"
 4337checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4338dependencies = [
 4339 "generic-array",
 4340 "rand_core 0.6.4",
 4341 "subtle",
 4342 "zeroize",
 4343]
 4344
 4345[[package]]
 4346name = "crypto-bigint"
 4347version = "0.5.5"
 4348source = "registry+https://github.com/rust-lang/crates.io-index"
 4349checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4350dependencies = [
 4351 "rand_core 0.6.4",
 4352 "subtle",
 4353]
 4354
 4355[[package]]
 4356name = "crypto-common"
 4357version = "0.1.6"
 4358source = "registry+https://github.com/rust-lang/crates.io-index"
 4359checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4360dependencies = [
 4361 "generic-array",
 4362 "rand_core 0.6.4",
 4363 "typenum",
 4364]
 4365
 4366[[package]]
 4367name = "cssparser"
 4368version = "0.35.0"
 4369source = "registry+https://github.com/rust-lang/crates.io-index"
 4370checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4371dependencies = [
 4372 "cssparser-macros",
 4373 "dtoa-short",
 4374 "itoa",
 4375 "phf",
 4376 "smallvec",
 4377]
 4378
 4379[[package]]
 4380name = "cssparser-macros"
 4381version = "0.6.1"
 4382source = "registry+https://github.com/rust-lang/crates.io-index"
 4383checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4384dependencies = [
 4385 "quote",
 4386 "syn 2.0.101",
 4387]
 4388
 4389[[package]]
 4390name = "ctor"
 4391version = "0.4.2"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 4394dependencies = [
 4395 "ctor-proc-macro",
 4396 "dtor",
 4397]
 4398
 4399[[package]]
 4400name = "ctor-proc-macro"
 4401version = "0.0.5"
 4402source = "registry+https://github.com/rust-lang/crates.io-index"
 4403checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 4404
 4405[[package]]
 4406name = "ctrlc"
 4407version = "3.4.6"
 4408source = "registry+https://github.com/rust-lang/crates.io-index"
 4409checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 4410dependencies = [
 4411 "nix 0.29.0",
 4412 "windows-sys 0.59.0",
 4413]
 4414
 4415[[package]]
 4416name = "cursor-icon"
 4417version = "1.1.0"
 4418source = "registry+https://github.com/rust-lang/crates.io-index"
 4419checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 4420
 4421[[package]]
 4422name = "cxx"
 4423version = "1.0.157"
 4424source = "registry+https://github.com/rust-lang/crates.io-index"
 4425checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 4426dependencies = [
 4427 "cc",
 4428 "cxxbridge-cmd",
 4429 "cxxbridge-flags",
 4430 "cxxbridge-macro",
 4431 "foldhash",
 4432 "link-cplusplus",
 4433]
 4434
 4435[[package]]
 4436name = "cxx-build"
 4437version = "1.0.157"
 4438source = "registry+https://github.com/rust-lang/crates.io-index"
 4439checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 4440dependencies = [
 4441 "cc",
 4442 "codespan-reporting",
 4443 "proc-macro2",
 4444 "quote",
 4445 "scratch",
 4446 "syn 2.0.101",
 4447]
 4448
 4449[[package]]
 4450name = "cxxbridge-cmd"
 4451version = "1.0.157"
 4452source = "registry+https://github.com/rust-lang/crates.io-index"
 4453checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 4454dependencies = [
 4455 "clap",
 4456 "codespan-reporting",
 4457 "proc-macro2",
 4458 "quote",
 4459 "syn 2.0.101",
 4460]
 4461
 4462[[package]]
 4463name = "cxxbridge-flags"
 4464version = "1.0.157"
 4465source = "registry+https://github.com/rust-lang/crates.io-index"
 4466checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 4467
 4468[[package]]
 4469name = "cxxbridge-macro"
 4470version = "1.0.157"
 4471source = "registry+https://github.com/rust-lang/crates.io-index"
 4472checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 4473dependencies = [
 4474 "proc-macro2",
 4475 "quote",
 4476 "rustversion",
 4477 "syn 2.0.101",
 4478]
 4479
 4480[[package]]
 4481name = "dap"
 4482version = "0.1.0"
 4483dependencies = [
 4484 "anyhow",
 4485 "async-compression",
 4486 "async-pipe",
 4487 "async-tar",
 4488 "async-trait",
 4489 "client",
 4490 "collections",
 4491 "dap-types",
 4492 "fs",
 4493 "futures 0.3.31",
 4494 "gpui",
 4495 "http_client",
 4496 "language",
 4497 "libc",
 4498 "log",
 4499 "node_runtime",
 4500 "parking_lot",
 4501 "paths",
 4502 "proto",
 4503 "schemars 1.0.1",
 4504 "serde",
 4505 "serde_json",
 4506 "settings",
 4507 "smallvec",
 4508 "smol",
 4509 "task",
 4510 "telemetry",
 4511 "tree-sitter",
 4512 "tree-sitter-go",
 4513 "util",
 4514 "workspace-hack",
 4515 "zlog",
 4516]
 4517
 4518[[package]]
 4519name = "dap-types"
 4520version = "0.0.1"
 4521source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4522dependencies = [
 4523 "schemars 1.0.1",
 4524 "serde",
 4525 "serde_json",
 4526]
 4527
 4528[[package]]
 4529name = "dap_adapters"
 4530version = "0.1.0"
 4531dependencies = [
 4532 "anyhow",
 4533 "async-trait",
 4534 "collections",
 4535 "dap",
 4536 "dotenvy",
 4537 "fs",
 4538 "futures 0.3.31",
 4539 "gpui",
 4540 "json_dotpath",
 4541 "language",
 4542 "log",
 4543 "paths",
 4544 "serde",
 4545 "serde_json",
 4546 "shlex",
 4547 "smol",
 4548 "task",
 4549 "util",
 4550 "workspace-hack",
 4551]
 4552
 4553[[package]]
 4554name = "darling"
 4555version = "0.20.11"
 4556source = "registry+https://github.com/rust-lang/crates.io-index"
 4557checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4558dependencies = [
 4559 "darling_core",
 4560 "darling_macro",
 4561]
 4562
 4563[[package]]
 4564name = "darling_core"
 4565version = "0.20.11"
 4566source = "registry+https://github.com/rust-lang/crates.io-index"
 4567checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4568dependencies = [
 4569 "fnv",
 4570 "ident_case",
 4571 "proc-macro2",
 4572 "quote",
 4573 "strsim",
 4574 "syn 2.0.101",
 4575]
 4576
 4577[[package]]
 4578name = "darling_macro"
 4579version = "0.20.11"
 4580source = "registry+https://github.com/rust-lang/crates.io-index"
 4581checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4582dependencies = [
 4583 "darling_core",
 4584 "quote",
 4585 "syn 2.0.101",
 4586]
 4587
 4588[[package]]
 4589name = "dashmap"
 4590version = "5.5.3"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4593dependencies = [
 4594 "cfg-if",
 4595 "hashbrown 0.14.5",
 4596 "lock_api",
 4597 "once_cell",
 4598 "parking_lot_core",
 4599]
 4600
 4601[[package]]
 4602name = "dashmap"
 4603version = "6.1.0"
 4604source = "registry+https://github.com/rust-lang/crates.io-index"
 4605checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4606dependencies = [
 4607 "cfg-if",
 4608 "crossbeam-utils",
 4609 "hashbrown 0.14.5",
 4610 "lock_api",
 4611 "once_cell",
 4612 "parking_lot_core",
 4613]
 4614
 4615[[package]]
 4616name = "dasp_sample"
 4617version = "0.11.0"
 4618source = "registry+https://github.com/rust-lang/crates.io-index"
 4619checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4620
 4621[[package]]
 4622name = "data-encoding"
 4623version = "2.9.0"
 4624source = "registry+https://github.com/rust-lang/crates.io-index"
 4625checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4626
 4627[[package]]
 4628name = "data-url"
 4629version = "0.3.1"
 4630source = "registry+https://github.com/rust-lang/crates.io-index"
 4631checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4632
 4633[[package]]
 4634name = "db"
 4635version = "0.1.0"
 4636dependencies = [
 4637 "anyhow",
 4638 "gpui",
 4639 "indoc",
 4640 "log",
 4641 "paths",
 4642 "release_channel",
 4643 "smol",
 4644 "sqlez",
 4645 "sqlez_macros",
 4646 "tempfile",
 4647 "util",
 4648 "workspace-hack",
 4649 "zed_env_vars",
 4650]
 4651
 4652[[package]]
 4653name = "dbus"
 4654version = "0.9.7"
 4655source = "registry+https://github.com/rust-lang/crates.io-index"
 4656checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4657dependencies = [
 4658 "libc",
 4659 "libdbus-sys",
 4660 "winapi",
 4661]
 4662
 4663[[package]]
 4664name = "debug_adapter_extension"
 4665version = "0.1.0"
 4666dependencies = [
 4667 "anyhow",
 4668 "async-trait",
 4669 "dap",
 4670 "extension",
 4671 "gpui",
 4672 "serde_json",
 4673 "task",
 4674 "util",
 4675 "workspace-hack",
 4676]
 4677
 4678[[package]]
 4679name = "debugger_tools"
 4680version = "0.1.0"
 4681dependencies = [
 4682 "anyhow",
 4683 "dap",
 4684 "editor",
 4685 "futures 0.3.31",
 4686 "gpui",
 4687 "project",
 4688 "serde_json",
 4689 "settings",
 4690 "smol",
 4691 "util",
 4692 "workspace",
 4693 "workspace-hack",
 4694]
 4695
 4696[[package]]
 4697name = "debugger_ui"
 4698version = "0.1.0"
 4699dependencies = [
 4700 "alacritty_terminal",
 4701 "anyhow",
 4702 "bitflags 2.9.0",
 4703 "client",
 4704 "collections",
 4705 "command_palette_hooks",
 4706 "dap",
 4707 "dap_adapters",
 4708 "db",
 4709 "debugger_tools",
 4710 "editor",
 4711 "file_icons",
 4712 "futures 0.3.31",
 4713 "fuzzy",
 4714 "gpui",
 4715 "hex",
 4716 "indoc",
 4717 "itertools 0.14.0",
 4718 "language",
 4719 "log",
 4720 "menu",
 4721 "notifications",
 4722 "parking_lot",
 4723 "parse_int",
 4724 "paths",
 4725 "picker",
 4726 "pretty_assertions",
 4727 "project",
 4728 "rpc",
 4729 "schemars 1.0.1",
 4730 "serde",
 4731 "serde_json",
 4732 "serde_json_lenient",
 4733 "settings",
 4734 "shlex",
 4735 "sysinfo 0.37.2",
 4736 "task",
 4737 "tasks_ui",
 4738 "telemetry",
 4739 "terminal_view",
 4740 "text",
 4741 "theme",
 4742 "tree-sitter",
 4743 "tree-sitter-go",
 4744 "tree-sitter-json",
 4745 "ui",
 4746 "unindent",
 4747 "util",
 4748 "workspace",
 4749 "workspace-hack",
 4750 "zed_actions",
 4751 "zlog",
 4752]
 4753
 4754[[package]]
 4755name = "debugid"
 4756version = "0.8.0"
 4757source = "registry+https://github.com/rust-lang/crates.io-index"
 4758checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4759dependencies = [
 4760 "uuid",
 4761]
 4762
 4763[[package]]
 4764name = "deepseek"
 4765version = "0.1.0"
 4766dependencies = [
 4767 "anyhow",
 4768 "futures 0.3.31",
 4769 "http_client",
 4770 "schemars 1.0.1",
 4771 "serde",
 4772 "serde_json",
 4773 "workspace-hack",
 4774]
 4775
 4776[[package]]
 4777name = "deflate64"
 4778version = "0.1.9"
 4779source = "registry+https://github.com/rust-lang/crates.io-index"
 4780checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4781
 4782[[package]]
 4783name = "denoise"
 4784version = "0.1.0"
 4785dependencies = [
 4786 "candle-core",
 4787 "candle-onnx",
 4788 "log",
 4789 "realfft",
 4790 "rodio",
 4791 "rustfft",
 4792 "thiserror 2.0.12",
 4793 "workspace-hack",
 4794]
 4795
 4796[[package]]
 4797name = "der"
 4798version = "0.6.1"
 4799source = "registry+https://github.com/rust-lang/crates.io-index"
 4800checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4801dependencies = [
 4802 "const-oid",
 4803 "zeroize",
 4804]
 4805
 4806[[package]]
 4807name = "der"
 4808version = "0.7.10"
 4809source = "registry+https://github.com/rust-lang/crates.io-index"
 4810checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4811dependencies = [
 4812 "const-oid",
 4813 "pem-rfc7468",
 4814 "zeroize",
 4815]
 4816
 4817[[package]]
 4818name = "deranged"
 4819version = "0.4.0"
 4820source = "registry+https://github.com/rust-lang/crates.io-index"
 4821checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4822dependencies = [
 4823 "powerfmt",
 4824 "serde",
 4825]
 4826
 4827[[package]]
 4828name = "derive_arbitrary"
 4829version = "1.4.2"
 4830source = "registry+https://github.com/rust-lang/crates.io-index"
 4831checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4832dependencies = [
 4833 "proc-macro2",
 4834 "quote",
 4835 "syn 2.0.101",
 4836]
 4837
 4838[[package]]
 4839name = "derive_more"
 4840version = "0.99.19"
 4841source = "registry+https://github.com/rust-lang/crates.io-index"
 4842checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4843dependencies = [
 4844 "convert_case 0.4.0",
 4845 "proc-macro2",
 4846 "quote",
 4847 "rustc_version",
 4848 "syn 2.0.101",
 4849]
 4850
 4851[[package]]
 4852name = "derive_refineable"
 4853version = "0.1.0"
 4854dependencies = [
 4855 "proc-macro2",
 4856 "quote",
 4857 "syn 2.0.101",
 4858 "workspace-hack",
 4859]
 4860
 4861[[package]]
 4862name = "deunicode"
 4863version = "1.6.2"
 4864source = "registry+https://github.com/rust-lang/crates.io-index"
 4865checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
 4866
 4867[[package]]
 4868name = "diagnostics"
 4869version = "0.1.0"
 4870dependencies = [
 4871 "anyhow",
 4872 "client",
 4873 "collections",
 4874 "component",
 4875 "ctor",
 4876 "editor",
 4877 "gpui",
 4878 "indoc",
 4879 "language",
 4880 "log",
 4881 "lsp",
 4882 "markdown",
 4883 "pretty_assertions",
 4884 "project",
 4885 "rand 0.9.1",
 4886 "serde",
 4887 "serde_json",
 4888 "settings",
 4889 "text",
 4890 "theme",
 4891 "ui",
 4892 "unindent",
 4893 "util",
 4894 "workspace",
 4895 "workspace-hack",
 4896 "zlog",
 4897]
 4898
 4899[[package]]
 4900name = "dialoguer"
 4901version = "0.11.0"
 4902source = "registry+https://github.com/rust-lang/crates.io-index"
 4903checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4904dependencies = [
 4905 "console",
 4906 "fuzzy-matcher",
 4907 "shell-words",
 4908 "tempfile",
 4909 "thiserror 1.0.69",
 4910 "zeroize",
 4911]
 4912
 4913[[package]]
 4914name = "diff"
 4915version = "0.1.13"
 4916source = "registry+https://github.com/rust-lang/crates.io-index"
 4917checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4918
 4919[[package]]
 4920name = "diffy"
 4921version = "0.4.2"
 4922source = "registry+https://github.com/rust-lang/crates.io-index"
 4923checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4924dependencies = [
 4925 "nu-ansi-term",
 4926]
 4927
 4928[[package]]
 4929name = "digest"
 4930version = "0.10.7"
 4931source = "registry+https://github.com/rust-lang/crates.io-index"
 4932checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4933dependencies = [
 4934 "block-buffer",
 4935 "const-oid",
 4936 "crypto-common",
 4937 "subtle",
 4938]
 4939
 4940[[package]]
 4941name = "dirs"
 4942version = "4.0.0"
 4943source = "registry+https://github.com/rust-lang/crates.io-index"
 4944checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4945dependencies = [
 4946 "dirs-sys 0.3.7",
 4947]
 4948
 4949[[package]]
 4950name = "dirs"
 4951version = "5.0.1"
 4952source = "registry+https://github.com/rust-lang/crates.io-index"
 4953checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4954dependencies = [
 4955 "dirs-sys 0.4.1",
 4956]
 4957
 4958[[package]]
 4959name = "dirs"
 4960version = "6.0.0"
 4961source = "registry+https://github.com/rust-lang/crates.io-index"
 4962checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4963dependencies = [
 4964 "dirs-sys 0.5.0",
 4965]
 4966
 4967[[package]]
 4968name = "dirs-sys"
 4969version = "0.3.7"
 4970source = "registry+https://github.com/rust-lang/crates.io-index"
 4971checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4972dependencies = [
 4973 "libc",
 4974 "redox_users 0.4.6",
 4975 "winapi",
 4976]
 4977
 4978[[package]]
 4979name = "dirs-sys"
 4980version = "0.4.1"
 4981source = "registry+https://github.com/rust-lang/crates.io-index"
 4982checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4983dependencies = [
 4984 "libc",
 4985 "option-ext",
 4986 "redox_users 0.4.6",
 4987 "windows-sys 0.48.0",
 4988]
 4989
 4990[[package]]
 4991name = "dirs-sys"
 4992version = "0.5.0"
 4993source = "registry+https://github.com/rust-lang/crates.io-index"
 4994checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4995dependencies = [
 4996 "libc",
 4997 "option-ext",
 4998 "redox_users 0.5.0",
 4999 "windows-sys 0.61.0",
 5000]
 5001
 5002[[package]]
 5003name = "dispatch"
 5004version = "0.2.0"
 5005source = "registry+https://github.com/rust-lang/crates.io-index"
 5006checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 5007
 5008[[package]]
 5009name = "dispatch2"
 5010version = "0.3.0"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 5013dependencies = [
 5014 "bitflags 2.9.0",
 5015 "objc2",
 5016]
 5017
 5018[[package]]
 5019name = "displaydoc"
 5020version = "0.2.5"
 5021source = "registry+https://github.com/rust-lang/crates.io-index"
 5022checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 5023dependencies = [
 5024 "proc-macro2",
 5025 "quote",
 5026 "syn 2.0.101",
 5027]
 5028
 5029[[package]]
 5030name = "dlib"
 5031version = "0.5.2"
 5032source = "registry+https://github.com/rust-lang/crates.io-index"
 5033checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 5034dependencies = [
 5035 "libloading",
 5036]
 5037
 5038[[package]]
 5039name = "docs_preprocessor"
 5040version = "0.1.0"
 5041dependencies = [
 5042 "anyhow",
 5043 "command_palette",
 5044 "gpui",
 5045 "mdbook",
 5046 "regex",
 5047 "serde",
 5048 "serde_json",
 5049 "settings",
 5050 "task",
 5051 "theme",
 5052 "util",
 5053 "workspace-hack",
 5054 "zed",
 5055 "zlog",
 5056]
 5057
 5058[[package]]
 5059name = "documented"
 5060version = "0.9.1"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 5063dependencies = [
 5064 "documented-macros",
 5065 "phf",
 5066 "thiserror 1.0.69",
 5067]
 5068
 5069[[package]]
 5070name = "documented-macros"
 5071version = "0.9.1"
 5072source = "registry+https://github.com/rust-lang/crates.io-index"
 5073checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 5074dependencies = [
 5075 "convert_case 0.6.0",
 5076 "itertools 0.13.0",
 5077 "optfield",
 5078 "proc-macro2",
 5079 "quote",
 5080 "strum 0.26.3",
 5081 "syn 2.0.101",
 5082]
 5083
 5084[[package]]
 5085name = "dotenvy"
 5086version = "0.15.7"
 5087source = "registry+https://github.com/rust-lang/crates.io-index"
 5088checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5089
 5090[[package]]
 5091name = "downcast-rs"
 5092version = "1.2.1"
 5093source = "registry+https://github.com/rust-lang/crates.io-index"
 5094checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5095
 5096[[package]]
 5097name = "doxygen-rs"
 5098version = "0.4.2"
 5099source = "registry+https://github.com/rust-lang/crates.io-index"
 5100checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5101dependencies = [
 5102 "phf",
 5103]
 5104
 5105[[package]]
 5106name = "dtoa"
 5107version = "1.0.10"
 5108source = "registry+https://github.com/rust-lang/crates.io-index"
 5109checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5110
 5111[[package]]
 5112name = "dtoa-short"
 5113version = "0.3.5"
 5114source = "registry+https://github.com/rust-lang/crates.io-index"
 5115checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5116dependencies = [
 5117 "dtoa",
 5118]
 5119
 5120[[package]]
 5121name = "dtor"
 5122version = "0.0.6"
 5123source = "registry+https://github.com/rust-lang/crates.io-index"
 5124checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5125dependencies = [
 5126 "dtor-proc-macro",
 5127]
 5128
 5129[[package]]
 5130name = "dtor-proc-macro"
 5131version = "0.0.5"
 5132source = "registry+https://github.com/rust-lang/crates.io-index"
 5133checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5134
 5135[[package]]
 5136name = "dunce"
 5137version = "1.0.5"
 5138source = "registry+https://github.com/rust-lang/crates.io-index"
 5139checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5140
 5141[[package]]
 5142name = "dwrote"
 5143version = "0.11.3"
 5144source = "registry+https://github.com/rust-lang/crates.io-index"
 5145checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 5146dependencies = [
 5147 "lazy_static",
 5148 "libc",
 5149 "winapi",
 5150 "wio",
 5151]
 5152
 5153[[package]]
 5154name = "dyn-clone"
 5155version = "1.0.19"
 5156source = "registry+https://github.com/rust-lang/crates.io-index"
 5157checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 5158
 5159[[package]]
 5160name = "dyn-stack"
 5161version = "0.10.0"
 5162source = "registry+https://github.com/rust-lang/crates.io-index"
 5163checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5164dependencies = [
 5165 "bytemuck",
 5166 "reborrow",
 5167]
 5168
 5169[[package]]
 5170name = "dyn-stack"
 5171version = "0.13.0"
 5172source = "registry+https://github.com/rust-lang/crates.io-index"
 5173checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
 5174dependencies = [
 5175 "bytemuck",
 5176]
 5177
 5178[[package]]
 5179name = "ec4rs"
 5180version = "1.2.0"
 5181source = "registry+https://github.com/rust-lang/crates.io-index"
 5182checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5183
 5184[[package]]
 5185name = "ecdsa"
 5186version = "0.14.8"
 5187source = "registry+https://github.com/rust-lang/crates.io-index"
 5188checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5189dependencies = [
 5190 "der 0.6.1",
 5191 "elliptic-curve",
 5192 "rfc6979",
 5193 "signature 1.6.4",
 5194]
 5195
 5196[[package]]
 5197name = "edit_prediction"
 5198version = "0.1.0"
 5199dependencies = [
 5200 "client",
 5201 "gpui",
 5202 "language",
 5203 "workspace-hack",
 5204]
 5205
 5206[[package]]
 5207name = "edit_prediction_button"
 5208version = "0.1.0"
 5209dependencies = [
 5210 "anyhow",
 5211 "client",
 5212 "cloud_llm_client",
 5213 "codestral",
 5214 "copilot",
 5215 "edit_prediction",
 5216 "editor",
 5217 "feature_flags",
 5218 "fs",
 5219 "futures 0.3.31",
 5220 "gpui",
 5221 "indoc",
 5222 "language",
 5223 "lsp",
 5224 "paths",
 5225 "project",
 5226 "regex",
 5227 "serde_json",
 5228 "settings",
 5229 "supermaven",
 5230 "telemetry",
 5231 "theme",
 5232 "ui",
 5233 "workspace",
 5234 "workspace-hack",
 5235 "zed_actions",
 5236 "zeta",
 5237]
 5238
 5239[[package]]
 5240name = "edit_prediction_context"
 5241version = "0.1.0"
 5242dependencies = [
 5243 "anyhow",
 5244 "arrayvec",
 5245 "clap",
 5246 "cloud_llm_client",
 5247 "collections",
 5248 "futures 0.3.31",
 5249 "gpui",
 5250 "hashbrown 0.15.3",
 5251 "indoc",
 5252 "itertools 0.14.0",
 5253 "language",
 5254 "log",
 5255 "ordered-float 2.10.1",
 5256 "postage",
 5257 "pretty_assertions",
 5258 "project",
 5259 "regex",
 5260 "serde",
 5261 "serde_json",
 5262 "settings",
 5263 "slotmap",
 5264 "strum 0.27.1",
 5265 "text",
 5266 "tree-sitter",
 5267 "tree-sitter-c",
 5268 "tree-sitter-cpp",
 5269 "tree-sitter-go",
 5270 "util",
 5271 "workspace-hack",
 5272 "zlog",
 5273]
 5274
 5275[[package]]
 5276name = "editor"
 5277version = "0.1.0"
 5278dependencies = [
 5279 "aho-corasick",
 5280 "anyhow",
 5281 "assets",
 5282 "buffer_diff",
 5283 "client",
 5284 "clock",
 5285 "collections",
 5286 "convert_case 0.8.0",
 5287 "criterion",
 5288 "ctor",
 5289 "dap",
 5290 "db",
 5291 "edit_prediction",
 5292 "emojis",
 5293 "file_icons",
 5294 "fs",
 5295 "futures 0.3.31",
 5296 "fuzzy",
 5297 "git",
 5298 "gpui",
 5299 "http_client",
 5300 "indoc",
 5301 "itertools 0.14.0",
 5302 "language",
 5303 "languages",
 5304 "linkify",
 5305 "log",
 5306 "lsp",
 5307 "markdown",
 5308 "menu",
 5309 "multi_buffer",
 5310 "ordered-float 2.10.1",
 5311 "parking_lot",
 5312 "pretty_assertions",
 5313 "project",
 5314 "rand 0.9.1",
 5315 "regex",
 5316 "release_channel",
 5317 "rpc",
 5318 "schemars 1.0.1",
 5319 "serde",
 5320 "serde_json",
 5321 "settings",
 5322 "smallvec",
 5323 "smol",
 5324 "snippet",
 5325 "sum_tree",
 5326 "task",
 5327 "telemetry",
 5328 "tempfile",
 5329 "text",
 5330 "theme",
 5331 "time",
 5332 "tree-sitter-bash",
 5333 "tree-sitter-c",
 5334 "tree-sitter-html",
 5335 "tree-sitter-python",
 5336 "tree-sitter-rust",
 5337 "tree-sitter-typescript",
 5338 "tree-sitter-yaml",
 5339 "ui",
 5340 "unicode-script",
 5341 "unicode-segmentation",
 5342 "unindent",
 5343 "url",
 5344 "util",
 5345 "uuid",
 5346 "vim_mode_setting",
 5347 "workspace",
 5348 "workspace-hack",
 5349 "zed_actions",
 5350 "zlog",
 5351]
 5352
 5353[[package]]
 5354name = "either"
 5355version = "1.15.0"
 5356source = "registry+https://github.com/rust-lang/crates.io-index"
 5357checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5358dependencies = [
 5359 "serde",
 5360]
 5361
 5362[[package]]
 5363name = "elasticlunr-rs"
 5364version = "3.0.2"
 5365source = "registry+https://github.com/rust-lang/crates.io-index"
 5366checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5367dependencies = [
 5368 "regex",
 5369 "serde",
 5370 "serde_derive",
 5371 "serde_json",
 5372]
 5373
 5374[[package]]
 5375name = "elliptic-curve"
 5376version = "0.12.3"
 5377source = "registry+https://github.com/rust-lang/crates.io-index"
 5378checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5379dependencies = [
 5380 "base16ct",
 5381 "crypto-bigint 0.4.9",
 5382 "der 0.6.1",
 5383 "digest",
 5384 "ff",
 5385 "generic-array",
 5386 "group",
 5387 "pkcs8 0.9.0",
 5388 "rand_core 0.6.4",
 5389 "sec1",
 5390 "subtle",
 5391 "zeroize",
 5392]
 5393
 5394[[package]]
 5395name = "email_address"
 5396version = "0.2.9"
 5397source = "registry+https://github.com/rust-lang/crates.io-index"
 5398checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5399dependencies = [
 5400 "serde",
 5401]
 5402
 5403[[package]]
 5404name = "embed-resource"
 5405version = "3.0.2"
 5406source = "registry+https://github.com/rust-lang/crates.io-index"
 5407checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 5408dependencies = [
 5409 "cc",
 5410 "memchr",
 5411 "rustc_version",
 5412 "toml 0.8.20",
 5413 "vswhom",
 5414 "winreg 0.52.0",
 5415]
 5416
 5417[[package]]
 5418name = "embedded-io"
 5419version = "0.4.0"
 5420source = "registry+https://github.com/rust-lang/crates.io-index"
 5421checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5422
 5423[[package]]
 5424name = "embedded-io"
 5425version = "0.6.1"
 5426source = "registry+https://github.com/rust-lang/crates.io-index"
 5427checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5428
 5429[[package]]
 5430name = "emojis"
 5431version = "0.6.4"
 5432source = "registry+https://github.com/rust-lang/crates.io-index"
 5433checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5434dependencies = [
 5435 "phf",
 5436]
 5437
 5438[[package]]
 5439name = "encode_unicode"
 5440version = "1.0.0"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5443
 5444[[package]]
 5445name = "encoding_rs"
 5446version = "0.8.35"
 5447source = "registry+https://github.com/rust-lang/crates.io-index"
 5448checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5449dependencies = [
 5450 "cfg-if",
 5451]
 5452
 5453[[package]]
 5454name = "endi"
 5455version = "1.1.0"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5458
 5459[[package]]
 5460name = "enum-as-inner"
 5461version = "0.6.1"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5464dependencies = [
 5465 "heck 0.5.0",
 5466 "proc-macro2",
 5467 "quote",
 5468 "syn 2.0.101",
 5469]
 5470
 5471[[package]]
 5472name = "enumflags2"
 5473version = "0.7.11"
 5474source = "registry+https://github.com/rust-lang/crates.io-index"
 5475checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 5476dependencies = [
 5477 "enumflags2_derive",
 5478 "serde",
 5479]
 5480
 5481[[package]]
 5482name = "enumflags2_derive"
 5483version = "0.7.11"
 5484source = "registry+https://github.com/rust-lang/crates.io-index"
 5485checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 5486dependencies = [
 5487 "proc-macro2",
 5488 "quote",
 5489 "syn 2.0.101",
 5490]
 5491
 5492[[package]]
 5493name = "env_filter"
 5494version = "0.1.3"
 5495source = "registry+https://github.com/rust-lang/crates.io-index"
 5496checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 5497dependencies = [
 5498 "log",
 5499 "regex",
 5500]
 5501
 5502[[package]]
 5503name = "env_logger"
 5504version = "0.10.2"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5507dependencies = [
 5508 "humantime",
 5509 "is-terminal",
 5510 "log",
 5511 "regex",
 5512 "termcolor",
 5513]
 5514
 5515[[package]]
 5516name = "env_logger"
 5517version = "0.11.8"
 5518source = "registry+https://github.com/rust-lang/crates.io-index"
 5519checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5520dependencies = [
 5521 "anstream",
 5522 "anstyle",
 5523 "env_filter",
 5524 "jiff",
 5525 "log",
 5526]
 5527
 5528[[package]]
 5529name = "envy"
 5530version = "0.4.2"
 5531source = "registry+https://github.com/rust-lang/crates.io-index"
 5532checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5533dependencies = [
 5534 "serde",
 5535]
 5536
 5537[[package]]
 5538name = "equivalent"
 5539version = "1.0.2"
 5540source = "registry+https://github.com/rust-lang/crates.io-index"
 5541checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5542
 5543[[package]]
 5544name = "erased-serde"
 5545version = "0.4.6"
 5546source = "registry+https://github.com/rust-lang/crates.io-index"
 5547checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 5548dependencies = [
 5549 "serde",
 5550 "typeid",
 5551]
 5552
 5553[[package]]
 5554name = "errno"
 5555version = "0.2.8"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5558dependencies = [
 5559 "errno-dragonfly",
 5560 "libc",
 5561 "winapi",
 5562]
 5563
 5564[[package]]
 5565name = "errno"
 5566version = "0.3.11"
 5567source = "registry+https://github.com/rust-lang/crates.io-index"
 5568checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 5569dependencies = [
 5570 "libc",
 5571 "windows-sys 0.59.0",
 5572]
 5573
 5574[[package]]
 5575name = "errno-dragonfly"
 5576version = "0.1.2"
 5577source = "registry+https://github.com/rust-lang/crates.io-index"
 5578checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5579dependencies = [
 5580 "cc",
 5581 "libc",
 5582]
 5583
 5584[[package]]
 5585name = "etagere"
 5586version = "0.2.15"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5589dependencies = [
 5590 "euclid",
 5591 "svg_fmt",
 5592]
 5593
 5594[[package]]
 5595name = "etcetera"
 5596version = "0.8.0"
 5597source = "registry+https://github.com/rust-lang/crates.io-index"
 5598checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5599dependencies = [
 5600 "cfg-if",
 5601 "home",
 5602 "windows-sys 0.48.0",
 5603]
 5604
 5605[[package]]
 5606name = "euclid"
 5607version = "0.22.11"
 5608source = "registry+https://github.com/rust-lang/crates.io-index"
 5609checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5610dependencies = [
 5611 "num-traits",
 5612]
 5613
 5614[[package]]
 5615name = "eval"
 5616version = "0.1.0"
 5617dependencies = [
 5618 "agent",
 5619 "agent_settings",
 5620 "agent_ui",
 5621 "anyhow",
 5622 "assistant_tool",
 5623 "assistant_tools",
 5624 "async-trait",
 5625 "buffer_diff",
 5626 "chrono",
 5627 "clap",
 5628 "client",
 5629 "cloud_llm_client",
 5630 "collections",
 5631 "debug_adapter_extension",
 5632 "dirs 4.0.0",
 5633 "dotenvy",
 5634 "env_logger 0.11.8",
 5635 "extension",
 5636 "fs",
 5637 "futures 0.3.31",
 5638 "gpui",
 5639 "gpui_tokio",
 5640 "handlebars 4.5.0",
 5641 "language",
 5642 "language_extension",
 5643 "language_model",
 5644 "language_models",
 5645 "languages",
 5646 "markdown",
 5647 "node_runtime",
 5648 "pathdiff",
 5649 "paths",
 5650 "pretty_assertions",
 5651 "project",
 5652 "prompt_store",
 5653 "regex",
 5654 "release_channel",
 5655 "reqwest_client",
 5656 "serde",
 5657 "serde_json",
 5658 "settings",
 5659 "shellexpand 2.1.2",
 5660 "smol",
 5661 "telemetry",
 5662 "terminal_view",
 5663 "toml 0.8.20",
 5664 "unindent",
 5665 "util",
 5666 "uuid",
 5667 "watch",
 5668 "workspace-hack",
 5669]
 5670
 5671[[package]]
 5672name = "event-listener"
 5673version = "2.5.3"
 5674source = "registry+https://github.com/rust-lang/crates.io-index"
 5675checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5676
 5677[[package]]
 5678name = "event-listener"
 5679version = "5.4.0"
 5680source = "registry+https://github.com/rust-lang/crates.io-index"
 5681checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5682dependencies = [
 5683 "concurrent-queue",
 5684 "parking",
 5685 "pin-project-lite",
 5686]
 5687
 5688[[package]]
 5689name = "event-listener-strategy"
 5690version = "0.5.4"
 5691source = "registry+https://github.com/rust-lang/crates.io-index"
 5692checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5693dependencies = [
 5694 "event-listener 5.4.0",
 5695 "pin-project-lite",
 5696]
 5697
 5698[[package]]
 5699name = "exec"
 5700version = "0.3.1"
 5701source = "registry+https://github.com/rust-lang/crates.io-index"
 5702checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5703dependencies = [
 5704 "errno 0.2.8",
 5705 "libc",
 5706]
 5707
 5708[[package]]
 5709name = "explorer_command_injector"
 5710version = "0.1.0"
 5711dependencies = [
 5712 "windows 0.61.1",
 5713 "windows-core 0.61.0",
 5714 "windows-registry 0.5.1",
 5715 "workspace-hack",
 5716]
 5717
 5718[[package]]
 5719name = "exr"
 5720version = "1.73.0"
 5721source = "registry+https://github.com/rust-lang/crates.io-index"
 5722checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5723dependencies = [
 5724 "bit_field",
 5725 "half",
 5726 "lebe",
 5727 "miniz_oxide",
 5728 "rayon-core",
 5729 "smallvec",
 5730 "zune-inflate",
 5731]
 5732
 5733[[package]]
 5734name = "extended"
 5735version = "0.1.0"
 5736source = "registry+https://github.com/rust-lang/crates.io-index"
 5737checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5738
 5739[[package]]
 5740name = "extension"
 5741version = "0.1.0"
 5742dependencies = [
 5743 "anyhow",
 5744 "async-compression",
 5745 "async-tar",
 5746 "async-trait",
 5747 "collections",
 5748 "dap",
 5749 "fs",
 5750 "futures 0.3.31",
 5751 "gpui",
 5752 "heck 0.5.0",
 5753 "http_client",
 5754 "language",
 5755 "log",
 5756 "lsp",
 5757 "parking_lot",
 5758 "pretty_assertions",
 5759 "semantic_version",
 5760 "serde",
 5761 "serde_json",
 5762 "task",
 5763 "toml 0.8.20",
 5764 "url",
 5765 "util",
 5766 "wasm-encoder 0.221.3",
 5767 "wasmparser 0.221.3",
 5768 "workspace-hack",
 5769]
 5770
 5771[[package]]
 5772name = "extension_cli"
 5773version = "0.1.0"
 5774dependencies = [
 5775 "anyhow",
 5776 "clap",
 5777 "env_logger 0.11.8",
 5778 "extension",
 5779 "fs",
 5780 "gpui",
 5781 "language",
 5782 "log",
 5783 "reqwest_client",
 5784 "rpc",
 5785 "serde",
 5786 "serde_json",
 5787 "theme",
 5788 "tokio",
 5789 "toml 0.8.20",
 5790 "tree-sitter",
 5791 "wasmtime",
 5792 "workspace-hack",
 5793]
 5794
 5795[[package]]
 5796name = "extension_host"
 5797version = "0.1.0"
 5798dependencies = [
 5799 "anyhow",
 5800 "async-compression",
 5801 "async-tar",
 5802 "async-trait",
 5803 "client",
 5804 "collections",
 5805 "criterion",
 5806 "ctor",
 5807 "dap",
 5808 "extension",
 5809 "fs",
 5810 "futures 0.3.31",
 5811 "gpui",
 5812 "http_client",
 5813 "language",
 5814 "language_extension",
 5815 "log",
 5816 "lsp",
 5817 "moka",
 5818 "node_runtime",
 5819 "parking_lot",
 5820 "paths",
 5821 "project",
 5822 "rand 0.9.1",
 5823 "release_channel",
 5824 "remote",
 5825 "reqwest_client",
 5826 "semantic_version",
 5827 "serde",
 5828 "serde_json",
 5829 "serde_json_lenient",
 5830 "settings",
 5831 "task",
 5832 "telemetry",
 5833 "tempfile",
 5834 "theme",
 5835 "theme_extension",
 5836 "toml 0.8.20",
 5837 "url",
 5838 "util",
 5839 "wasmparser 0.221.3",
 5840 "wasmtime",
 5841 "wasmtime-wasi",
 5842 "workspace-hack",
 5843 "zlog",
 5844]
 5845
 5846[[package]]
 5847name = "extensions_ui"
 5848version = "0.1.0"
 5849dependencies = [
 5850 "anyhow",
 5851 "client",
 5852 "collections",
 5853 "db",
 5854 "editor",
 5855 "extension",
 5856 "extension_host",
 5857 "fs",
 5858 "fuzzy",
 5859 "gpui",
 5860 "language",
 5861 "log",
 5862 "num-format",
 5863 "picker",
 5864 "project",
 5865 "release_channel",
 5866 "semantic_version",
 5867 "serde",
 5868 "settings",
 5869 "smallvec",
 5870 "strum 0.27.1",
 5871 "telemetry",
 5872 "theme",
 5873 "ui",
 5874 "util",
 5875 "vim_mode_setting",
 5876 "workspace",
 5877 "workspace-hack",
 5878 "zed_actions",
 5879]
 5880
 5881[[package]]
 5882name = "fallible-iterator"
 5883version = "0.3.0"
 5884source = "registry+https://github.com/rust-lang/crates.io-index"
 5885checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5886
 5887[[package]]
 5888name = "fancy-regex"
 5889version = "0.13.0"
 5890source = "registry+https://github.com/rust-lang/crates.io-index"
 5891checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5892dependencies = [
 5893 "bit-set 0.5.3",
 5894 "regex-automata",
 5895 "regex-syntax",
 5896]
 5897
 5898[[package]]
 5899name = "fancy-regex"
 5900version = "0.14.0"
 5901source = "registry+https://github.com/rust-lang/crates.io-index"
 5902checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5903dependencies = [
 5904 "bit-set 0.8.0",
 5905 "regex-automata",
 5906 "regex-syntax",
 5907]
 5908
 5909[[package]]
 5910name = "fast-srgb8"
 5911version = "1.0.0"
 5912source = "registry+https://github.com/rust-lang/crates.io-index"
 5913checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5914
 5915[[package]]
 5916name = "fastrand"
 5917version = "1.9.0"
 5918source = "registry+https://github.com/rust-lang/crates.io-index"
 5919checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5920dependencies = [
 5921 "instant",
 5922]
 5923
 5924[[package]]
 5925name = "fastrand"
 5926version = "2.3.0"
 5927source = "registry+https://github.com/rust-lang/crates.io-index"
 5928checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5929
 5930[[package]]
 5931name = "fd-lock"
 5932version = "4.0.4"
 5933source = "registry+https://github.com/rust-lang/crates.io-index"
 5934checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5935dependencies = [
 5936 "cfg-if",
 5937 "rustix 1.0.7",
 5938 "windows-sys 0.59.0",
 5939]
 5940
 5941[[package]]
 5942name = "fdeflate"
 5943version = "0.3.7"
 5944source = "registry+https://github.com/rust-lang/crates.io-index"
 5945checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5946dependencies = [
 5947 "simd-adler32",
 5948]
 5949
 5950[[package]]
 5951name = "feature_flags"
 5952version = "0.1.0"
 5953dependencies = [
 5954 "futures 0.3.31",
 5955 "gpui",
 5956 "smol",
 5957 "workspace-hack",
 5958]
 5959
 5960[[package]]
 5961name = "feedback"
 5962version = "0.1.0"
 5963dependencies = [
 5964 "editor",
 5965 "gpui",
 5966 "system_specs",
 5967 "urlencoding",
 5968 "util",
 5969 "workspace",
 5970 "workspace-hack",
 5971 "zed_actions",
 5972]
 5973
 5974[[package]]
 5975name = "ff"
 5976version = "0.12.1"
 5977source = "registry+https://github.com/rust-lang/crates.io-index"
 5978checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5979dependencies = [
 5980 "rand_core 0.6.4",
 5981 "subtle",
 5982]
 5983
 5984[[package]]
 5985name = "file_finder"
 5986version = "0.1.0"
 5987dependencies = [
 5988 "anyhow",
 5989 "collections",
 5990 "ctor",
 5991 "editor",
 5992 "file_icons",
 5993 "futures 0.3.31",
 5994 "fuzzy",
 5995 "gpui",
 5996 "language",
 5997 "menu",
 5998 "picker",
 5999 "pretty_assertions",
 6000 "project",
 6001 "schemars 1.0.1",
 6002 "search",
 6003 "serde",
 6004 "serde_json",
 6005 "settings",
 6006 "text",
 6007 "theme",
 6008 "ui",
 6009 "util",
 6010 "workspace",
 6011 "workspace-hack",
 6012 "zlog",
 6013]
 6014
 6015[[package]]
 6016name = "file_icons"
 6017version = "0.1.0"
 6018dependencies = [
 6019 "gpui",
 6020 "serde",
 6021 "theme",
 6022 "util",
 6023 "workspace-hack",
 6024]
 6025
 6026[[package]]
 6027name = "filedescriptor"
 6028version = "0.8.3"
 6029source = "registry+https://github.com/rust-lang/crates.io-index"
 6030checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6031dependencies = [
 6032 "libc",
 6033 "thiserror 1.0.69",
 6034 "winapi",
 6035]
 6036
 6037[[package]]
 6038name = "filetime"
 6039version = "0.2.25"
 6040source = "registry+https://github.com/rust-lang/crates.io-index"
 6041checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 6042dependencies = [
 6043 "cfg-if",
 6044 "libc",
 6045 "libredox",
 6046 "windows-sys 0.59.0",
 6047]
 6048
 6049[[package]]
 6050name = "fixedbitset"
 6051version = "0.4.2"
 6052source = "registry+https://github.com/rust-lang/crates.io-index"
 6053checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6054
 6055[[package]]
 6056name = "flate2"
 6057version = "1.1.1"
 6058source = "registry+https://github.com/rust-lang/crates.io-index"
 6059checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 6060dependencies = [
 6061 "crc32fast",
 6062 "miniz_oxide",
 6063]
 6064
 6065[[package]]
 6066name = "float-cmp"
 6067version = "0.9.0"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6070
 6071[[package]]
 6072name = "float-ord"
 6073version = "0.3.2"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6076
 6077[[package]]
 6078name = "float8"
 6079version = "0.4.2"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6082dependencies = [
 6083 "half",
 6084 "num-traits",
 6085 "rand 0.9.1",
 6086 "rand_distr",
 6087]
 6088
 6089[[package]]
 6090name = "float_next_after"
 6091version = "1.0.0"
 6092source = "registry+https://github.com/rust-lang/crates.io-index"
 6093checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6094
 6095[[package]]
 6096name = "fluent-uri"
 6097version = "0.3.2"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 6100dependencies = [
 6101 "borrow-or-share",
 6102 "ref-cast",
 6103 "serde",
 6104]
 6105
 6106[[package]]
 6107name = "flume"
 6108version = "0.11.1"
 6109source = "registry+https://github.com/rust-lang/crates.io-index"
 6110checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6111dependencies = [
 6112 "futures-core",
 6113 "futures-sink",
 6114 "nanorand",
 6115 "spin",
 6116]
 6117
 6118[[package]]
 6119name = "fnv"
 6120version = "1.0.7"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6123
 6124[[package]]
 6125name = "foldhash"
 6126version = "0.1.5"
 6127source = "registry+https://github.com/rust-lang/crates.io-index"
 6128checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6129
 6130[[package]]
 6131name = "font-types"
 6132version = "0.8.4"
 6133source = "registry+https://github.com/rust-lang/crates.io-index"
 6134checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 6135dependencies = [
 6136 "bytemuck",
 6137]
 6138
 6139[[package]]
 6140name = "fontconfig-parser"
 6141version = "0.5.7"
 6142source = "registry+https://github.com/rust-lang/crates.io-index"
 6143checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 6144dependencies = [
 6145 "roxmltree",
 6146]
 6147
 6148[[package]]
 6149name = "fontdb"
 6150version = "0.16.2"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6153dependencies = [
 6154 "fontconfig-parser",
 6155 "log",
 6156 "memmap2",
 6157 "slotmap",
 6158 "tinyvec",
 6159 "ttf-parser 0.20.0",
 6160]
 6161
 6162[[package]]
 6163name = "fontdb"
 6164version = "0.23.0"
 6165source = "registry+https://github.com/rust-lang/crates.io-index"
 6166checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6167dependencies = [
 6168 "fontconfig-parser",
 6169 "log",
 6170 "memmap2",
 6171 "slotmap",
 6172 "tinyvec",
 6173 "ttf-parser 0.25.1",
 6174]
 6175
 6176[[package]]
 6177name = "foreign-types"
 6178version = "0.3.2"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6181dependencies = [
 6182 "foreign-types-shared 0.1.1",
 6183]
 6184
 6185[[package]]
 6186name = "foreign-types"
 6187version = "0.5.0"
 6188source = "registry+https://github.com/rust-lang/crates.io-index"
 6189checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6190dependencies = [
 6191 "foreign-types-macros",
 6192 "foreign-types-shared 0.3.1",
 6193]
 6194
 6195[[package]]
 6196name = "foreign-types-macros"
 6197version = "0.2.3"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6200dependencies = [
 6201 "proc-macro2",
 6202 "quote",
 6203 "syn 2.0.101",
 6204]
 6205
 6206[[package]]
 6207name = "foreign-types-shared"
 6208version = "0.1.1"
 6209source = "registry+https://github.com/rust-lang/crates.io-index"
 6210checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6211
 6212[[package]]
 6213name = "foreign-types-shared"
 6214version = "0.3.1"
 6215source = "registry+https://github.com/rust-lang/crates.io-index"
 6216checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6217
 6218[[package]]
 6219name = "fork"
 6220version = "0.2.0"
 6221source = "registry+https://github.com/rust-lang/crates.io-index"
 6222checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 6223dependencies = [
 6224 "libc",
 6225]
 6226
 6227[[package]]
 6228name = "form_urlencoded"
 6229version = "1.2.1"
 6230source = "registry+https://github.com/rust-lang/crates.io-index"
 6231checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 6232dependencies = [
 6233 "percent-encoding",
 6234]
 6235
 6236[[package]]
 6237name = "fraction"
 6238version = "0.15.3"
 6239source = "registry+https://github.com/rust-lang/crates.io-index"
 6240checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6241dependencies = [
 6242 "lazy_static",
 6243 "num",
 6244]
 6245
 6246[[package]]
 6247name = "freetype-sys"
 6248version = "0.20.1"
 6249source = "registry+https://github.com/rust-lang/crates.io-index"
 6250checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6251dependencies = [
 6252 "cc",
 6253 "libc",
 6254 "pkg-config",
 6255]
 6256
 6257[[package]]
 6258name = "fs"
 6259version = "0.1.0"
 6260dependencies = [
 6261 "anyhow",
 6262 "ashpd 0.11.0",
 6263 "async-tar",
 6264 "async-trait",
 6265 "cocoa 0.26.0",
 6266 "collections",
 6267 "fsevent",
 6268 "futures 0.3.31",
 6269 "git",
 6270 "gpui",
 6271 "ignore",
 6272 "libc",
 6273 "log",
 6274 "notify 8.0.0",
 6275 "objc",
 6276 "parking_lot",
 6277 "paths",
 6278 "proto",
 6279 "rope",
 6280 "serde",
 6281 "serde_json",
 6282 "smol",
 6283 "tempfile",
 6284 "text",
 6285 "time",
 6286 "util",
 6287 "windows 0.61.1",
 6288 "workspace-hack",
 6289]
 6290
 6291[[package]]
 6292name = "fs-set-times"
 6293version = "0.20.3"
 6294source = "registry+https://github.com/rust-lang/crates.io-index"
 6295checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6296dependencies = [
 6297 "io-lifetimes",
 6298 "rustix 1.0.7",
 6299 "windows-sys 0.59.0",
 6300]
 6301
 6302[[package]]
 6303name = "fs2"
 6304version = "0.4.3"
 6305source = "registry+https://github.com/rust-lang/crates.io-index"
 6306checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6307dependencies = [
 6308 "libc",
 6309 "winapi",
 6310]
 6311
 6312[[package]]
 6313name = "fs_extra"
 6314version = "1.3.0"
 6315source = "registry+https://github.com/rust-lang/crates.io-index"
 6316checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6317
 6318[[package]]
 6319name = "fsevent"
 6320version = "0.1.0"
 6321dependencies = [
 6322 "bitflags 2.9.0",
 6323 "core-foundation 0.10.0",
 6324 "fsevent-sys 3.1.0",
 6325 "log",
 6326 "parking_lot",
 6327 "tempfile",
 6328 "workspace-hack",
 6329]
 6330
 6331[[package]]
 6332name = "fsevent-sys"
 6333version = "3.1.0"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 6336dependencies = [
 6337 "libc",
 6338]
 6339
 6340[[package]]
 6341name = "fsevent-sys"
 6342version = "4.1.0"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6345dependencies = [
 6346 "libc",
 6347]
 6348
 6349[[package]]
 6350name = "funty"
 6351version = "2.0.0"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6354
 6355[[package]]
 6356name = "futf"
 6357version = "0.1.5"
 6358source = "registry+https://github.com/rust-lang/crates.io-index"
 6359checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6360dependencies = [
 6361 "mac",
 6362 "new_debug_unreachable",
 6363]
 6364
 6365[[package]]
 6366name = "futures"
 6367version = "0.1.31"
 6368source = "registry+https://github.com/rust-lang/crates.io-index"
 6369checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6370
 6371[[package]]
 6372name = "futures"
 6373version = "0.3.31"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6376dependencies = [
 6377 "futures-channel",
 6378 "futures-core",
 6379 "futures-executor",
 6380 "futures-io",
 6381 "futures-sink",
 6382 "futures-task",
 6383 "futures-util",
 6384]
 6385
 6386[[package]]
 6387name = "futures-channel"
 6388version = "0.3.31"
 6389source = "registry+https://github.com/rust-lang/crates.io-index"
 6390checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6391dependencies = [
 6392 "futures-core",
 6393 "futures-sink",
 6394]
 6395
 6396[[package]]
 6397name = "futures-core"
 6398version = "0.3.31"
 6399source = "registry+https://github.com/rust-lang/crates.io-index"
 6400checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6401
 6402[[package]]
 6403name = "futures-executor"
 6404version = "0.3.31"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6407dependencies = [
 6408 "futures-core",
 6409 "futures-task",
 6410 "futures-util",
 6411]
 6412
 6413[[package]]
 6414name = "futures-intrusive"
 6415version = "0.5.0"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6418dependencies = [
 6419 "futures-core",
 6420 "lock_api",
 6421 "parking_lot",
 6422]
 6423
 6424[[package]]
 6425name = "futures-io"
 6426version = "0.3.31"
 6427source = "registry+https://github.com/rust-lang/crates.io-index"
 6428checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6429
 6430[[package]]
 6431name = "futures-lite"
 6432version = "1.13.0"
 6433source = "registry+https://github.com/rust-lang/crates.io-index"
 6434checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6435dependencies = [
 6436 "fastrand 1.9.0",
 6437 "futures-core",
 6438 "futures-io",
 6439 "memchr",
 6440 "parking",
 6441 "pin-project-lite",
 6442 "waker-fn",
 6443]
 6444
 6445[[package]]
 6446name = "futures-lite"
 6447version = "2.6.0"
 6448source = "registry+https://github.com/rust-lang/crates.io-index"
 6449checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 6450dependencies = [
 6451 "fastrand 2.3.0",
 6452 "futures-core",
 6453 "futures-io",
 6454 "parking",
 6455 "pin-project-lite",
 6456]
 6457
 6458[[package]]
 6459name = "futures-macro"
 6460version = "0.3.31"
 6461source = "registry+https://github.com/rust-lang/crates.io-index"
 6462checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6463dependencies = [
 6464 "proc-macro2",
 6465 "quote",
 6466 "syn 2.0.101",
 6467]
 6468
 6469[[package]]
 6470name = "futures-sink"
 6471version = "0.3.31"
 6472source = "registry+https://github.com/rust-lang/crates.io-index"
 6473checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6474
 6475[[package]]
 6476name = "futures-task"
 6477version = "0.3.31"
 6478source = "registry+https://github.com/rust-lang/crates.io-index"
 6479checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6480
 6481[[package]]
 6482name = "futures-util"
 6483version = "0.3.31"
 6484source = "registry+https://github.com/rust-lang/crates.io-index"
 6485checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6486dependencies = [
 6487 "futures 0.1.31",
 6488 "futures-channel",
 6489 "futures-core",
 6490 "futures-io",
 6491 "futures-macro",
 6492 "futures-sink",
 6493 "futures-task",
 6494 "memchr",
 6495 "pin-project-lite",
 6496 "pin-utils",
 6497 "slab",
 6498 "tokio-io",
 6499]
 6500
 6501[[package]]
 6502name = "fuzzy"
 6503version = "0.1.0"
 6504dependencies = [
 6505 "gpui",
 6506 "log",
 6507 "util",
 6508 "workspace-hack",
 6509]
 6510
 6511[[package]]
 6512name = "fuzzy-matcher"
 6513version = "0.3.7"
 6514source = "registry+https://github.com/rust-lang/crates.io-index"
 6515checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6516dependencies = [
 6517 "thread_local",
 6518]
 6519
 6520[[package]]
 6521name = "fxhash"
 6522version = "0.2.1"
 6523source = "registry+https://github.com/rust-lang/crates.io-index"
 6524checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
 6525dependencies = [
 6526 "byteorder",
 6527]
 6528
 6529[[package]]
 6530name = "gemm"
 6531version = "0.17.1"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6534dependencies = [
 6535 "dyn-stack 0.10.0",
 6536 "gemm-c32 0.17.1",
 6537 "gemm-c64 0.17.1",
 6538 "gemm-common 0.17.1",
 6539 "gemm-f16 0.17.1",
 6540 "gemm-f32 0.17.1",
 6541 "gemm-f64 0.17.1",
 6542 "num-complex",
 6543 "num-traits",
 6544 "paste",
 6545 "raw-cpuid 10.7.0",
 6546 "seq-macro",
 6547]
 6548
 6549[[package]]
 6550name = "gemm"
 6551version = "0.18.2"
 6552source = "registry+https://github.com/rust-lang/crates.io-index"
 6553checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6554dependencies = [
 6555 "dyn-stack 0.13.0",
 6556 "gemm-c32 0.18.2",
 6557 "gemm-c64 0.18.2",
 6558 "gemm-common 0.18.2",
 6559 "gemm-f16 0.18.2",
 6560 "gemm-f32 0.18.2",
 6561 "gemm-f64 0.18.2",
 6562 "num-complex",
 6563 "num-traits",
 6564 "paste",
 6565 "raw-cpuid 11.6.0",
 6566 "seq-macro",
 6567]
 6568
 6569[[package]]
 6570name = "gemm-c32"
 6571version = "0.17.1"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6574dependencies = [
 6575 "dyn-stack 0.10.0",
 6576 "gemm-common 0.17.1",
 6577 "num-complex",
 6578 "num-traits",
 6579 "paste",
 6580 "raw-cpuid 10.7.0",
 6581 "seq-macro",
 6582]
 6583
 6584[[package]]
 6585name = "gemm-c32"
 6586version = "0.18.2"
 6587source = "registry+https://github.com/rust-lang/crates.io-index"
 6588checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6589dependencies = [
 6590 "dyn-stack 0.13.0",
 6591 "gemm-common 0.18.2",
 6592 "num-complex",
 6593 "num-traits",
 6594 "paste",
 6595 "raw-cpuid 11.6.0",
 6596 "seq-macro",
 6597]
 6598
 6599[[package]]
 6600name = "gemm-c64"
 6601version = "0.17.1"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6604dependencies = [
 6605 "dyn-stack 0.10.0",
 6606 "gemm-common 0.17.1",
 6607 "num-complex",
 6608 "num-traits",
 6609 "paste",
 6610 "raw-cpuid 10.7.0",
 6611 "seq-macro",
 6612]
 6613
 6614[[package]]
 6615name = "gemm-c64"
 6616version = "0.18.2"
 6617source = "registry+https://github.com/rust-lang/crates.io-index"
 6618checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6619dependencies = [
 6620 "dyn-stack 0.13.0",
 6621 "gemm-common 0.18.2",
 6622 "num-complex",
 6623 "num-traits",
 6624 "paste",
 6625 "raw-cpuid 11.6.0",
 6626 "seq-macro",
 6627]
 6628
 6629[[package]]
 6630name = "gemm-common"
 6631version = "0.17.1"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6634dependencies = [
 6635 "bytemuck",
 6636 "dyn-stack 0.10.0",
 6637 "half",
 6638 "num-complex",
 6639 "num-traits",
 6640 "once_cell",
 6641 "paste",
 6642 "pulp 0.18.22",
 6643 "raw-cpuid 10.7.0",
 6644 "rayon",
 6645 "seq-macro",
 6646 "sysctl 0.5.5",
 6647]
 6648
 6649[[package]]
 6650name = "gemm-common"
 6651version = "0.18.2"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6654dependencies = [
 6655 "bytemuck",
 6656 "dyn-stack 0.13.0",
 6657 "half",
 6658 "libm",
 6659 "num-complex",
 6660 "num-traits",
 6661 "once_cell",
 6662 "paste",
 6663 "pulp 0.21.5",
 6664 "raw-cpuid 11.6.0",
 6665 "rayon",
 6666 "seq-macro",
 6667 "sysctl 0.6.0",
 6668]
 6669
 6670[[package]]
 6671name = "gemm-f16"
 6672version = "0.17.1"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6675dependencies = [
 6676 "dyn-stack 0.10.0",
 6677 "gemm-common 0.17.1",
 6678 "gemm-f32 0.17.1",
 6679 "half",
 6680 "num-complex",
 6681 "num-traits",
 6682 "paste",
 6683 "raw-cpuid 10.7.0",
 6684 "rayon",
 6685 "seq-macro",
 6686]
 6687
 6688[[package]]
 6689name = "gemm-f16"
 6690version = "0.18.2"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6693dependencies = [
 6694 "dyn-stack 0.13.0",
 6695 "gemm-common 0.18.2",
 6696 "gemm-f32 0.18.2",
 6697 "half",
 6698 "num-complex",
 6699 "num-traits",
 6700 "paste",
 6701 "raw-cpuid 11.6.0",
 6702 "rayon",
 6703 "seq-macro",
 6704]
 6705
 6706[[package]]
 6707name = "gemm-f32"
 6708version = "0.17.1"
 6709source = "registry+https://github.com/rust-lang/crates.io-index"
 6710checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6711dependencies = [
 6712 "dyn-stack 0.10.0",
 6713 "gemm-common 0.17.1",
 6714 "num-complex",
 6715 "num-traits",
 6716 "paste",
 6717 "raw-cpuid 10.7.0",
 6718 "seq-macro",
 6719]
 6720
 6721[[package]]
 6722name = "gemm-f32"
 6723version = "0.18.2"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6726dependencies = [
 6727 "dyn-stack 0.13.0",
 6728 "gemm-common 0.18.2",
 6729 "num-complex",
 6730 "num-traits",
 6731 "paste",
 6732 "raw-cpuid 11.6.0",
 6733 "seq-macro",
 6734]
 6735
 6736[[package]]
 6737name = "gemm-f64"
 6738version = "0.17.1"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6741dependencies = [
 6742 "dyn-stack 0.10.0",
 6743 "gemm-common 0.17.1",
 6744 "num-complex",
 6745 "num-traits",
 6746 "paste",
 6747 "raw-cpuid 10.7.0",
 6748 "seq-macro",
 6749]
 6750
 6751[[package]]
 6752name = "gemm-f64"
 6753version = "0.18.2"
 6754source = "registry+https://github.com/rust-lang/crates.io-index"
 6755checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6756dependencies = [
 6757 "dyn-stack 0.13.0",
 6758 "gemm-common 0.18.2",
 6759 "num-complex",
 6760 "num-traits",
 6761 "paste",
 6762 "raw-cpuid 11.6.0",
 6763 "seq-macro",
 6764]
 6765
 6766[[package]]
 6767name = "generator"
 6768version = "0.8.5"
 6769source = "registry+https://github.com/rust-lang/crates.io-index"
 6770checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 6771dependencies = [
 6772 "cc",
 6773 "cfg-if",
 6774 "libc",
 6775 "log",
 6776 "rustversion",
 6777 "windows 0.61.1",
 6778]
 6779
 6780[[package]]
 6781name = "generic-array"
 6782version = "0.14.7"
 6783source = "registry+https://github.com/rust-lang/crates.io-index"
 6784checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6785dependencies = [
 6786 "typenum",
 6787 "version_check",
 6788]
 6789
 6790[[package]]
 6791name = "gethostname"
 6792version = "0.4.3"
 6793source = "registry+https://github.com/rust-lang/crates.io-index"
 6794checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 6795dependencies = [
 6796 "libc",
 6797 "windows-targets 0.48.5",
 6798]
 6799
 6800[[package]]
 6801name = "getrandom"
 6802version = "0.2.15"
 6803source = "registry+https://github.com/rust-lang/crates.io-index"
 6804checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 6805dependencies = [
 6806 "cfg-if",
 6807 "js-sys",
 6808 "libc",
 6809 "wasi 0.11.0+wasi-snapshot-preview1",
 6810 "wasm-bindgen",
 6811]
 6812
 6813[[package]]
 6814name = "getrandom"
 6815version = "0.3.2"
 6816source = "registry+https://github.com/rust-lang/crates.io-index"
 6817checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 6818dependencies = [
 6819 "cfg-if",
 6820 "js-sys",
 6821 "libc",
 6822 "r-efi",
 6823 "wasi 0.14.2+wasi-0.2.4",
 6824 "wasm-bindgen",
 6825]
 6826
 6827[[package]]
 6828name = "gif"
 6829version = "0.13.1"
 6830source = "registry+https://github.com/rust-lang/crates.io-index"
 6831checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 6832dependencies = [
 6833 "color_quant",
 6834 "weezl",
 6835]
 6836
 6837[[package]]
 6838name = "gimli"
 6839version = "0.31.1"
 6840source = "registry+https://github.com/rust-lang/crates.io-index"
 6841checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6842dependencies = [
 6843 "fallible-iterator",
 6844 "indexmap 2.9.0",
 6845 "stable_deref_trait",
 6846]
 6847
 6848[[package]]
 6849name = "git"
 6850version = "0.1.0"
 6851dependencies = [
 6852 "anyhow",
 6853 "askpass",
 6854 "async-trait",
 6855 "collections",
 6856 "derive_more",
 6857 "futures 0.3.31",
 6858 "git2",
 6859 "gpui",
 6860 "http_client",
 6861 "itertools 0.14.0",
 6862 "log",
 6863 "parking_lot",
 6864 "pretty_assertions",
 6865 "rand 0.9.1",
 6866 "regex",
 6867 "rope",
 6868 "schemars 1.0.1",
 6869 "serde",
 6870 "serde_json",
 6871 "smol",
 6872 "sum_tree",
 6873 "tempfile",
 6874 "text",
 6875 "thiserror 2.0.12",
 6876 "time",
 6877 "unindent",
 6878 "url",
 6879 "urlencoding",
 6880 "util",
 6881 "uuid",
 6882 "workspace-hack",
 6883]
 6884
 6885[[package]]
 6886name = "git2"
 6887version = "0.20.1"
 6888source = "registry+https://github.com/rust-lang/crates.io-index"
 6889checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6890dependencies = [
 6891 "bitflags 2.9.0",
 6892 "libc",
 6893 "libgit2-sys",
 6894 "log",
 6895 "url",
 6896]
 6897
 6898[[package]]
 6899name = "git_hosting_providers"
 6900version = "0.1.0"
 6901dependencies = [
 6902 "anyhow",
 6903 "async-trait",
 6904 "futures 0.3.31",
 6905 "git",
 6906 "gpui",
 6907 "http_client",
 6908 "indoc",
 6909 "pretty_assertions",
 6910 "regex",
 6911 "serde",
 6912 "serde_json",
 6913 "settings",
 6914 "url",
 6915 "util",
 6916 "workspace-hack",
 6917]
 6918
 6919[[package]]
 6920name = "git_ui"
 6921version = "0.1.0"
 6922dependencies = [
 6923 "agent_settings",
 6924 "anyhow",
 6925 "askpass",
 6926 "buffer_diff",
 6927 "call",
 6928 "chrono",
 6929 "cloud_llm_client",
 6930 "collections",
 6931 "command_palette_hooks",
 6932 "component",
 6933 "ctor",
 6934 "db",
 6935 "editor",
 6936 "futures 0.3.31",
 6937 "fuzzy",
 6938 "git",
 6939 "gpui",
 6940 "indoc",
 6941 "itertools 0.14.0",
 6942 "language",
 6943 "language_model",
 6944 "linkify",
 6945 "log",
 6946 "markdown",
 6947 "menu",
 6948 "multi_buffer",
 6949 "notifications",
 6950 "panel",
 6951 "picker",
 6952 "postage",
 6953 "pretty_assertions",
 6954 "project",
 6955 "schemars 1.0.1",
 6956 "serde",
 6957 "serde_json",
 6958 "settings",
 6959 "strum 0.27.1",
 6960 "telemetry",
 6961 "theme",
 6962 "time",
 6963 "time_format",
 6964 "ui",
 6965 "unindent",
 6966 "util",
 6967 "watch",
 6968 "windows 0.61.1",
 6969 "workspace",
 6970 "workspace-hack",
 6971 "zed_actions",
 6972 "zeroize",
 6973 "zlog",
 6974]
 6975
 6976[[package]]
 6977name = "glob"
 6978version = "0.3.2"
 6979source = "registry+https://github.com/rust-lang/crates.io-index"
 6980checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6981
 6982[[package]]
 6983name = "globset"
 6984version = "0.4.16"
 6985source = "registry+https://github.com/rust-lang/crates.io-index"
 6986checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6987dependencies = [
 6988 "aho-corasick",
 6989 "bstr",
 6990 "log",
 6991 "regex-automata",
 6992 "regex-syntax",
 6993]
 6994
 6995[[package]]
 6996name = "gloo-timers"
 6997version = "0.3.0"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7000dependencies = [
 7001 "futures-channel",
 7002 "futures-core",
 7003 "js-sys",
 7004 "wasm-bindgen",
 7005]
 7006
 7007[[package]]
 7008name = "glow"
 7009version = "0.16.0"
 7010source = "registry+https://github.com/rust-lang/crates.io-index"
 7011checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
 7012dependencies = [
 7013 "js-sys",
 7014 "slotmap",
 7015 "wasm-bindgen",
 7016 "web-sys",
 7017]
 7018
 7019[[package]]
 7020name = "go_to_line"
 7021version = "0.1.0"
 7022dependencies = [
 7023 "editor",
 7024 "gpui",
 7025 "indoc",
 7026 "language",
 7027 "menu",
 7028 "project",
 7029 "rope",
 7030 "serde",
 7031 "serde_json",
 7032 "settings",
 7033 "text",
 7034 "theme",
 7035 "tree-sitter-rust",
 7036 "tree-sitter-typescript",
 7037 "ui",
 7038 "util",
 7039 "workspace",
 7040 "workspace-hack",
 7041]
 7042
 7043[[package]]
 7044name = "goblin"
 7045version = "0.8.2"
 7046source = "registry+https://github.com/rust-lang/crates.io-index"
 7047checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
 7048dependencies = [
 7049 "log",
 7050 "plain",
 7051 "scroll",
 7052]
 7053
 7054[[package]]
 7055name = "google_ai"
 7056version = "0.1.0"
 7057dependencies = [
 7058 "anyhow",
 7059 "futures 0.3.31",
 7060 "http_client",
 7061 "schemars 1.0.1",
 7062 "serde",
 7063 "serde_json",
 7064 "settings",
 7065 "strum 0.27.1",
 7066 "workspace-hack",
 7067]
 7068
 7069[[package]]
 7070name = "gpu-alloc"
 7071version = "0.6.0"
 7072source = "registry+https://github.com/rust-lang/crates.io-index"
 7073checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 7074dependencies = [
 7075 "bitflags 2.9.0",
 7076 "gpu-alloc-types",
 7077]
 7078
 7079[[package]]
 7080name = "gpu-alloc-ash"
 7081version = "0.7.0"
 7082source = "registry+https://github.com/rust-lang/crates.io-index"
 7083checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 7084dependencies = [
 7085 "ash",
 7086 "gpu-alloc-types",
 7087 "tinyvec",
 7088]
 7089
 7090[[package]]
 7091name = "gpu-alloc-types"
 7092version = "0.3.0"
 7093source = "registry+https://github.com/rust-lang/crates.io-index"
 7094checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7095dependencies = [
 7096 "bitflags 2.9.0",
 7097]
 7098
 7099[[package]]
 7100name = "gpui"
 7101version = "0.2.1"
 7102dependencies = [
 7103 "anyhow",
 7104 "as-raw-xcb-connection",
 7105 "ashpd 0.11.0",
 7106 "async-task",
 7107 "backtrace",
 7108 "bindgen 0.71.1",
 7109 "blade-graphics",
 7110 "blade-macros",
 7111 "blade-util",
 7112 "block",
 7113 "bytemuck",
 7114 "calloop",
 7115 "calloop-wayland-source",
 7116 "cbindgen",
 7117 "cocoa 0.26.0",
 7118 "collections",
 7119 "core-foundation 0.10.0",
 7120 "core-foundation-sys",
 7121 "core-graphics 0.24.0",
 7122 "core-text",
 7123 "core-video",
 7124 "cosmic-text",
 7125 "ctor",
 7126 "derive_more",
 7127 "embed-resource",
 7128 "env_logger 0.11.8",
 7129 "etagere",
 7130 "filedescriptor",
 7131 "flume",
 7132 "foreign-types 0.5.0",
 7133 "futures 0.3.31",
 7134 "gpui_macros",
 7135 "http_client",
 7136 "image",
 7137 "inventory",
 7138 "itertools 0.14.0",
 7139 "libc",
 7140 "log",
 7141 "lyon",
 7142 "media",
 7143 "metal",
 7144 "naga",
 7145 "num_cpus",
 7146 "objc",
 7147 "objc2",
 7148 "objc2-metal",
 7149 "oo7",
 7150 "open",
 7151 "parking",
 7152 "parking_lot",
 7153 "pathfinder_geometry",
 7154 "postage",
 7155 "pretty_assertions",
 7156 "profiling",
 7157 "rand 0.9.1",
 7158 "raw-window-handle",
 7159 "refineable",
 7160 "reqwest_client",
 7161 "resvg",
 7162 "schemars 1.0.1",
 7163 "seahash",
 7164 "semantic_version",
 7165 "serde",
 7166 "serde_json",
 7167 "slotmap",
 7168 "smallvec",
 7169 "smol",
 7170 "stacksafe",
 7171 "strum 0.27.1",
 7172 "sum_tree",
 7173 "taffy",
 7174 "thiserror 2.0.12",
 7175 "unicode-segmentation",
 7176 "usvg",
 7177 "util",
 7178 "util_macros",
 7179 "uuid",
 7180 "waker-fn",
 7181 "wayland-backend",
 7182 "wayland-client",
 7183 "wayland-cursor",
 7184 "wayland-protocols 0.31.2",
 7185 "wayland-protocols-plasma",
 7186 "windows 0.61.1",
 7187 "windows-core 0.61.0",
 7188 "windows-numerics",
 7189 "windows-registry 0.5.1",
 7190 "workspace-hack",
 7191 "x11-clipboard",
 7192 "x11rb",
 7193 "xkbcommon",
 7194 "zed-font-kit",
 7195 "zed-scap",
 7196 "zed-xim",
 7197]
 7198
 7199[[package]]
 7200name = "gpui_macros"
 7201version = "0.1.0"
 7202dependencies = [
 7203 "gpui",
 7204 "heck 0.5.0",
 7205 "proc-macro2",
 7206 "quote",
 7207 "syn 2.0.101",
 7208 "workspace-hack",
 7209]
 7210
 7211[[package]]
 7212name = "gpui_tokio"
 7213version = "0.1.0"
 7214dependencies = [
 7215 "anyhow",
 7216 "gpui",
 7217 "tokio",
 7218 "util",
 7219 "workspace-hack",
 7220]
 7221
 7222[[package]]
 7223name = "grid"
 7224version = "0.18.0"
 7225source = "registry+https://github.com/rust-lang/crates.io-index"
 7226checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7227
 7228[[package]]
 7229name = "group"
 7230version = "0.12.1"
 7231source = "registry+https://github.com/rust-lang/crates.io-index"
 7232checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7233dependencies = [
 7234 "ff",
 7235 "rand_core 0.6.4",
 7236 "subtle",
 7237]
 7238
 7239[[package]]
 7240name = "h2"
 7241version = "0.3.26"
 7242source = "registry+https://github.com/rust-lang/crates.io-index"
 7243checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7244dependencies = [
 7245 "bytes 1.10.1",
 7246 "fnv",
 7247 "futures-core",
 7248 "futures-sink",
 7249 "futures-util",
 7250 "http 0.2.12",
 7251 "indexmap 2.9.0",
 7252 "slab",
 7253 "tokio",
 7254 "tokio-util",
 7255 "tracing",
 7256]
 7257
 7258[[package]]
 7259name = "h2"
 7260version = "0.4.9"
 7261source = "registry+https://github.com/rust-lang/crates.io-index"
 7262checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7263dependencies = [
 7264 "atomic-waker",
 7265 "bytes 1.10.1",
 7266 "fnv",
 7267 "futures-core",
 7268 "futures-sink",
 7269 "http 1.3.1",
 7270 "indexmap 2.9.0",
 7271 "slab",
 7272 "tokio",
 7273 "tokio-util",
 7274 "tracing",
 7275]
 7276
 7277[[package]]
 7278name = "half"
 7279version = "2.6.0"
 7280source = "registry+https://github.com/rust-lang/crates.io-index"
 7281checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7282dependencies = [
 7283 "bytemuck",
 7284 "cfg-if",
 7285 "crunchy",
 7286 "num-traits",
 7287 "rand 0.9.1",
 7288 "rand_distr",
 7289]
 7290
 7291[[package]]
 7292name = "handlebars"
 7293version = "4.5.0"
 7294source = "registry+https://github.com/rust-lang/crates.io-index"
 7295checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7296dependencies = [
 7297 "log",
 7298 "pest",
 7299 "pest_derive",
 7300 "rust-embed",
 7301 "serde",
 7302 "serde_json",
 7303 "thiserror 1.0.69",
 7304]
 7305
 7306[[package]]
 7307name = "handlebars"
 7308version = "5.1.2"
 7309source = "registry+https://github.com/rust-lang/crates.io-index"
 7310checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7311dependencies = [
 7312 "log",
 7313 "pest",
 7314 "pest_derive",
 7315 "serde",
 7316 "serde_json",
 7317 "thiserror 1.0.69",
 7318]
 7319
 7320[[package]]
 7321name = "hashbrown"
 7322version = "0.12.3"
 7323source = "registry+https://github.com/rust-lang/crates.io-index"
 7324checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7325dependencies = [
 7326 "ahash 0.7.8",
 7327]
 7328
 7329[[package]]
 7330name = "hashbrown"
 7331version = "0.14.5"
 7332source = "registry+https://github.com/rust-lang/crates.io-index"
 7333checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7334dependencies = [
 7335 "ahash 0.8.11",
 7336 "allocator-api2",
 7337]
 7338
 7339[[package]]
 7340name = "hashbrown"
 7341version = "0.15.3"
 7342source = "registry+https://github.com/rust-lang/crates.io-index"
 7343checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7344dependencies = [
 7345 "allocator-api2",
 7346 "equivalent",
 7347 "foldhash",
 7348 "serde",
 7349]
 7350
 7351[[package]]
 7352name = "hashlink"
 7353version = "0.8.4"
 7354source = "registry+https://github.com/rust-lang/crates.io-index"
 7355checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7356dependencies = [
 7357 "hashbrown 0.14.5",
 7358]
 7359
 7360[[package]]
 7361name = "hashlink"
 7362version = "0.10.0"
 7363source = "registry+https://github.com/rust-lang/crates.io-index"
 7364checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7365dependencies = [
 7366 "hashbrown 0.15.3",
 7367]
 7368
 7369[[package]]
 7370name = "headers"
 7371version = "0.3.9"
 7372source = "registry+https://github.com/rust-lang/crates.io-index"
 7373checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7374dependencies = [
 7375 "base64 0.21.7",
 7376 "bytes 1.10.1",
 7377 "headers-core",
 7378 "http 0.2.12",
 7379 "httpdate",
 7380 "mime",
 7381 "sha1",
 7382]
 7383
 7384[[package]]
 7385name = "headers-core"
 7386version = "0.2.0"
 7387source = "registry+https://github.com/rust-lang/crates.io-index"
 7388checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7389dependencies = [
 7390 "http 0.2.12",
 7391]
 7392
 7393[[package]]
 7394name = "heck"
 7395version = "0.3.3"
 7396source = "registry+https://github.com/rust-lang/crates.io-index"
 7397checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7398dependencies = [
 7399 "unicode-segmentation",
 7400]
 7401
 7402[[package]]
 7403name = "heck"
 7404version = "0.4.1"
 7405source = "registry+https://github.com/rust-lang/crates.io-index"
 7406checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7407dependencies = [
 7408 "unicode-segmentation",
 7409]
 7410
 7411[[package]]
 7412name = "heck"
 7413version = "0.5.0"
 7414source = "registry+https://github.com/rust-lang/crates.io-index"
 7415checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7416
 7417[[package]]
 7418name = "heed"
 7419version = "0.21.0"
 7420source = "registry+https://github.com/rust-lang/crates.io-index"
 7421checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7422dependencies = [
 7423 "bitflags 2.9.0",
 7424 "byteorder",
 7425 "heed-traits",
 7426 "heed-types",
 7427 "libc",
 7428 "lmdb-master-sys",
 7429 "once_cell",
 7430 "page_size",
 7431 "serde",
 7432 "synchronoise",
 7433 "url",
 7434]
 7435
 7436[[package]]
 7437name = "heed-traits"
 7438version = "0.20.0"
 7439source = "registry+https://github.com/rust-lang/crates.io-index"
 7440checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7441
 7442[[package]]
 7443name = "heed-types"
 7444version = "0.21.0"
 7445source = "registry+https://github.com/rust-lang/crates.io-index"
 7446checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7447dependencies = [
 7448 "bincode",
 7449 "byteorder",
 7450 "heed-traits",
 7451 "serde",
 7452 "serde_json",
 7453]
 7454
 7455[[package]]
 7456name = "hermit-abi"
 7457version = "0.3.9"
 7458source = "registry+https://github.com/rust-lang/crates.io-index"
 7459checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7460
 7461[[package]]
 7462name = "hermit-abi"
 7463version = "0.5.0"
 7464source = "registry+https://github.com/rust-lang/crates.io-index"
 7465checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7466
 7467[[package]]
 7468name = "hex"
 7469version = "0.4.3"
 7470source = "registry+https://github.com/rust-lang/crates.io-index"
 7471checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7472
 7473[[package]]
 7474name = "hexf-parse"
 7475version = "0.2.1"
 7476source = "registry+https://github.com/rust-lang/crates.io-index"
 7477checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7478
 7479[[package]]
 7480name = "hidden-trait"
 7481version = "0.1.2"
 7482source = "registry+https://github.com/rust-lang/crates.io-index"
 7483checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7484dependencies = [
 7485 "proc-macro2",
 7486 "quote",
 7487 "syn 1.0.109",
 7488]
 7489
 7490[[package]]
 7491name = "hkdf"
 7492version = "0.12.4"
 7493source = "registry+https://github.com/rust-lang/crates.io-index"
 7494checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7495dependencies = [
 7496 "hmac",
 7497]
 7498
 7499[[package]]
 7500name = "hmac"
 7501version = "0.12.1"
 7502source = "registry+https://github.com/rust-lang/crates.io-index"
 7503checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7504dependencies = [
 7505 "digest",
 7506]
 7507
 7508[[package]]
 7509name = "home"
 7510version = "0.5.11"
 7511source = "registry+https://github.com/rust-lang/crates.io-index"
 7512checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7513dependencies = [
 7514 "windows-sys 0.59.0",
 7515]
 7516
 7517[[package]]
 7518name = "hound"
 7519version = "3.5.1"
 7520source = "registry+https://github.com/rust-lang/crates.io-index"
 7521checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7522
 7523[[package]]
 7524name = "html5ever"
 7525version = "0.27.0"
 7526source = "registry+https://github.com/rust-lang/crates.io-index"
 7527checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7528dependencies = [
 7529 "log",
 7530 "mac",
 7531 "markup5ever 0.12.1",
 7532 "proc-macro2",
 7533 "quote",
 7534 "syn 2.0.101",
 7535]
 7536
 7537[[package]]
 7538name = "html5ever"
 7539version = "0.35.0"
 7540source = "registry+https://github.com/rust-lang/crates.io-index"
 7541checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 7542dependencies = [
 7543 "log",
 7544 "markup5ever 0.35.0",
 7545 "match_token",
 7546]
 7547
 7548[[package]]
 7549name = "html_to_markdown"
 7550version = "0.1.0"
 7551dependencies = [
 7552 "anyhow",
 7553 "html5ever 0.27.0",
 7554 "indoc",
 7555 "markup5ever_rcdom",
 7556 "pretty_assertions",
 7557 "regex",
 7558 "workspace-hack",
 7559]
 7560
 7561[[package]]
 7562name = "http"
 7563version = "0.2.12"
 7564source = "registry+https://github.com/rust-lang/crates.io-index"
 7565checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7566dependencies = [
 7567 "bytes 1.10.1",
 7568 "fnv",
 7569 "itoa",
 7570]
 7571
 7572[[package]]
 7573name = "http"
 7574version = "1.3.1"
 7575source = "registry+https://github.com/rust-lang/crates.io-index"
 7576checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7577dependencies = [
 7578 "bytes 1.10.1",
 7579 "fnv",
 7580 "itoa",
 7581]
 7582
 7583[[package]]
 7584name = "http-body"
 7585version = "0.4.6"
 7586source = "registry+https://github.com/rust-lang/crates.io-index"
 7587checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7588dependencies = [
 7589 "bytes 1.10.1",
 7590 "http 0.2.12",
 7591 "pin-project-lite",
 7592]
 7593
 7594[[package]]
 7595name = "http-body"
 7596version = "1.0.1"
 7597source = "registry+https://github.com/rust-lang/crates.io-index"
 7598checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7599dependencies = [
 7600 "bytes 1.10.1",
 7601 "http 1.3.1",
 7602]
 7603
 7604[[package]]
 7605name = "http-body-util"
 7606version = "0.1.3"
 7607source = "registry+https://github.com/rust-lang/crates.io-index"
 7608checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7609dependencies = [
 7610 "bytes 1.10.1",
 7611 "futures-core",
 7612 "http 1.3.1",
 7613 "http-body 1.0.1",
 7614 "pin-project-lite",
 7615]
 7616
 7617[[package]]
 7618name = "http-range-header"
 7619version = "0.3.1"
 7620source = "registry+https://github.com/rust-lang/crates.io-index"
 7621checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7622
 7623[[package]]
 7624name = "http_client"
 7625version = "0.1.0"
 7626dependencies = [
 7627 "anyhow",
 7628 "async-compression",
 7629 "async-fs",
 7630 "async-tar",
 7631 "bytes 1.10.1",
 7632 "derive_more",
 7633 "futures 0.3.31",
 7634 "http 1.3.1",
 7635 "http-body 1.0.1",
 7636 "log",
 7637 "parking_lot",
 7638 "serde",
 7639 "serde_json",
 7640 "sha2",
 7641 "tempfile",
 7642 "url",
 7643 "util",
 7644 "workspace-hack",
 7645 "zed-reqwest",
 7646]
 7647
 7648[[package]]
 7649name = "http_client_tls"
 7650version = "0.1.0"
 7651dependencies = [
 7652 "rustls 0.23.26",
 7653 "rustls-platform-verifier",
 7654 "workspace-hack",
 7655]
 7656
 7657[[package]]
 7658name = "httparse"
 7659version = "1.10.1"
 7660source = "registry+https://github.com/rust-lang/crates.io-index"
 7661checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7662
 7663[[package]]
 7664name = "httpdate"
 7665version = "1.0.3"
 7666source = "registry+https://github.com/rust-lang/crates.io-index"
 7667checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7668
 7669[[package]]
 7670name = "human_bytes"
 7671version = "0.4.3"
 7672source = "registry+https://github.com/rust-lang/crates.io-index"
 7673checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7674
 7675[[package]]
 7676name = "humantime"
 7677version = "2.2.0"
 7678source = "registry+https://github.com/rust-lang/crates.io-index"
 7679checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7680
 7681[[package]]
 7682name = "hyper"
 7683version = "0.14.32"
 7684source = "registry+https://github.com/rust-lang/crates.io-index"
 7685checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7686dependencies = [
 7687 "bytes 1.10.1",
 7688 "futures-channel",
 7689 "futures-core",
 7690 "futures-util",
 7691 "h2 0.3.26",
 7692 "http 0.2.12",
 7693 "http-body 0.4.6",
 7694 "httparse",
 7695 "httpdate",
 7696 "itoa",
 7697 "pin-project-lite",
 7698 "socket2",
 7699 "tokio",
 7700 "tower-service",
 7701 "tracing",
 7702 "want",
 7703]
 7704
 7705[[package]]
 7706name = "hyper"
 7707version = "1.6.0"
 7708source = "registry+https://github.com/rust-lang/crates.io-index"
 7709checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7710dependencies = [
 7711 "bytes 1.10.1",
 7712 "futures-channel",
 7713 "futures-util",
 7714 "h2 0.4.9",
 7715 "http 1.3.1",
 7716 "http-body 1.0.1",
 7717 "httparse",
 7718 "itoa",
 7719 "pin-project-lite",
 7720 "smallvec",
 7721 "tokio",
 7722 "want",
 7723]
 7724
 7725[[package]]
 7726name = "hyper-rustls"
 7727version = "0.24.2"
 7728source = "registry+https://github.com/rust-lang/crates.io-index"
 7729checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7730dependencies = [
 7731 "futures-util",
 7732 "http 0.2.12",
 7733 "hyper 0.14.32",
 7734 "log",
 7735 "rustls 0.21.12",
 7736 "rustls-native-certs 0.6.3",
 7737 "tokio",
 7738 "tokio-rustls 0.24.1",
 7739]
 7740
 7741[[package]]
 7742name = "hyper-rustls"
 7743version = "0.27.5"
 7744source = "registry+https://github.com/rust-lang/crates.io-index"
 7745checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7746dependencies = [
 7747 "futures-util",
 7748 "http 1.3.1",
 7749 "hyper 1.6.0",
 7750 "hyper-util",
 7751 "rustls 0.23.26",
 7752 "rustls-native-certs 0.8.1",
 7753 "rustls-pki-types",
 7754 "tokio",
 7755 "tokio-rustls 0.26.2",
 7756 "tower-service",
 7757]
 7758
 7759[[package]]
 7760name = "hyper-tls"
 7761version = "0.5.0"
 7762source = "registry+https://github.com/rust-lang/crates.io-index"
 7763checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7764dependencies = [
 7765 "bytes 1.10.1",
 7766 "hyper 0.14.32",
 7767 "native-tls",
 7768 "tokio",
 7769 "tokio-native-tls",
 7770]
 7771
 7772[[package]]
 7773name = "hyper-util"
 7774version = "0.1.11"
 7775source = "registry+https://github.com/rust-lang/crates.io-index"
 7776checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7777dependencies = [
 7778 "bytes 1.10.1",
 7779 "futures-channel",
 7780 "futures-util",
 7781 "http 1.3.1",
 7782 "http-body 1.0.1",
 7783 "hyper 1.6.0",
 7784 "libc",
 7785 "pin-project-lite",
 7786 "socket2",
 7787 "tokio",
 7788 "tower-service",
 7789 "tracing",
 7790]
 7791
 7792[[package]]
 7793name = "iana-time-zone"
 7794version = "0.1.63"
 7795source = "registry+https://github.com/rust-lang/crates.io-index"
 7796checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7797dependencies = [
 7798 "android_system_properties",
 7799 "core-foundation-sys",
 7800 "iana-time-zone-haiku",
 7801 "js-sys",
 7802 "log",
 7803 "wasm-bindgen",
 7804 "windows-core 0.61.0",
 7805]
 7806
 7807[[package]]
 7808name = "iana-time-zone-haiku"
 7809version = "0.1.2"
 7810source = "registry+https://github.com/rust-lang/crates.io-index"
 7811checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7812dependencies = [
 7813 "cc",
 7814]
 7815
 7816[[package]]
 7817name = "icons"
 7818version = "0.1.0"
 7819dependencies = [
 7820 "serde",
 7821 "strum 0.27.1",
 7822 "workspace-hack",
 7823]
 7824
 7825[[package]]
 7826name = "icu_collections"
 7827version = "1.5.0"
 7828source = "registry+https://github.com/rust-lang/crates.io-index"
 7829checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7830dependencies = [
 7831 "displaydoc",
 7832 "yoke",
 7833 "zerofrom",
 7834 "zerovec",
 7835]
 7836
 7837[[package]]
 7838name = "icu_locid"
 7839version = "1.5.0"
 7840source = "registry+https://github.com/rust-lang/crates.io-index"
 7841checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7842dependencies = [
 7843 "displaydoc",
 7844 "litemap",
 7845 "tinystr",
 7846 "writeable",
 7847 "zerovec",
 7848]
 7849
 7850[[package]]
 7851name = "icu_locid_transform"
 7852version = "1.5.0"
 7853source = "registry+https://github.com/rust-lang/crates.io-index"
 7854checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7855dependencies = [
 7856 "displaydoc",
 7857 "icu_locid",
 7858 "icu_locid_transform_data",
 7859 "icu_provider",
 7860 "tinystr",
 7861 "zerovec",
 7862]
 7863
 7864[[package]]
 7865name = "icu_locid_transform_data"
 7866version = "1.5.1"
 7867source = "registry+https://github.com/rust-lang/crates.io-index"
 7868checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7869
 7870[[package]]
 7871name = "icu_normalizer"
 7872version = "1.5.0"
 7873source = "registry+https://github.com/rust-lang/crates.io-index"
 7874checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7875dependencies = [
 7876 "displaydoc",
 7877 "icu_collections",
 7878 "icu_normalizer_data",
 7879 "icu_properties",
 7880 "icu_provider",
 7881 "smallvec",
 7882 "utf16_iter",
 7883 "utf8_iter",
 7884 "write16",
 7885 "zerovec",
 7886]
 7887
 7888[[package]]
 7889name = "icu_normalizer_data"
 7890version = "1.5.1"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7893
 7894[[package]]
 7895name = "icu_properties"
 7896version = "1.5.1"
 7897source = "registry+https://github.com/rust-lang/crates.io-index"
 7898checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7899dependencies = [
 7900 "displaydoc",
 7901 "icu_collections",
 7902 "icu_locid_transform",
 7903 "icu_properties_data",
 7904 "icu_provider",
 7905 "tinystr",
 7906 "zerovec",
 7907]
 7908
 7909[[package]]
 7910name = "icu_properties_data"
 7911version = "1.5.1"
 7912source = "registry+https://github.com/rust-lang/crates.io-index"
 7913checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7914
 7915[[package]]
 7916name = "icu_provider"
 7917version = "1.5.0"
 7918source = "registry+https://github.com/rust-lang/crates.io-index"
 7919checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7920dependencies = [
 7921 "displaydoc",
 7922 "icu_locid",
 7923 "icu_provider_macros",
 7924 "stable_deref_trait",
 7925 "tinystr",
 7926 "writeable",
 7927 "yoke",
 7928 "zerofrom",
 7929 "zerovec",
 7930]
 7931
 7932[[package]]
 7933name = "icu_provider_macros"
 7934version = "1.5.0"
 7935source = "registry+https://github.com/rust-lang/crates.io-index"
 7936checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7937dependencies = [
 7938 "proc-macro2",
 7939 "quote",
 7940 "syn 2.0.101",
 7941]
 7942
 7943[[package]]
 7944name = "id-arena"
 7945version = "2.2.1"
 7946source = "registry+https://github.com/rust-lang/crates.io-index"
 7947checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7948
 7949[[package]]
 7950name = "ident_case"
 7951version = "1.0.1"
 7952source = "registry+https://github.com/rust-lang/crates.io-index"
 7953checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7954
 7955[[package]]
 7956name = "idna"
 7957version = "1.0.3"
 7958source = "registry+https://github.com/rust-lang/crates.io-index"
 7959checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7960dependencies = [
 7961 "idna_adapter",
 7962 "smallvec",
 7963 "utf8_iter",
 7964]
 7965
 7966[[package]]
 7967name = "idna_adapter"
 7968version = "1.2.0"
 7969source = "registry+https://github.com/rust-lang/crates.io-index"
 7970checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7971dependencies = [
 7972 "icu_normalizer",
 7973 "icu_properties",
 7974]
 7975
 7976[[package]]
 7977name = "ignore"
 7978version = "0.4.23"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7981dependencies = [
 7982 "crossbeam-deque",
 7983 "globset",
 7984 "log",
 7985 "memchr",
 7986 "regex-automata",
 7987 "same-file",
 7988 "walkdir",
 7989 "winapi-util",
 7990]
 7991
 7992[[package]]
 7993name = "image"
 7994version = "0.25.6"
 7995source = "registry+https://github.com/rust-lang/crates.io-index"
 7996checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7997dependencies = [
 7998 "bytemuck",
 7999 "byteorder-lite",
 8000 "color_quant",
 8001 "exr",
 8002 "gif",
 8003 "image-webp",
 8004 "num-traits",
 8005 "png",
 8006 "qoi",
 8007 "ravif",
 8008 "rayon",
 8009 "rgb",
 8010 "tiff",
 8011 "zune-core",
 8012 "zune-jpeg",
 8013]
 8014
 8015[[package]]
 8016name = "image-webp"
 8017version = "0.2.1"
 8018source = "registry+https://github.com/rust-lang/crates.io-index"
 8019checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 8020dependencies = [
 8021 "byteorder-lite",
 8022 "quick-error",
 8023]
 8024
 8025[[package]]
 8026name = "image_viewer"
 8027version = "0.1.0"
 8028dependencies = [
 8029 "anyhow",
 8030 "db",
 8031 "editor",
 8032 "file_icons",
 8033 "gpui",
 8034 "language",
 8035 "log",
 8036 "project",
 8037 "serde",
 8038 "settings",
 8039 "theme",
 8040 "ui",
 8041 "util",
 8042 "workspace",
 8043 "workspace-hack",
 8044]
 8045
 8046[[package]]
 8047name = "imagesize"
 8048version = "0.13.0"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8051
 8052[[package]]
 8053name = "imara-diff"
 8054version = "0.1.8"
 8055source = "registry+https://github.com/rust-lang/crates.io-index"
 8056checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8057dependencies = [
 8058 "hashbrown 0.15.3",
 8059]
 8060
 8061[[package]]
 8062name = "imgref"
 8063version = "1.11.0"
 8064source = "registry+https://github.com/rust-lang/crates.io-index"
 8065checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 8066
 8067[[package]]
 8068name = "indexmap"
 8069version = "1.9.3"
 8070source = "registry+https://github.com/rust-lang/crates.io-index"
 8071checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 8072dependencies = [
 8073 "autocfg",
 8074 "hashbrown 0.12.3",
 8075 "serde",
 8076]
 8077
 8078[[package]]
 8079name = "indexmap"
 8080version = "2.9.0"
 8081source = "registry+https://github.com/rust-lang/crates.io-index"
 8082checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8083dependencies = [
 8084 "equivalent",
 8085 "hashbrown 0.15.3",
 8086 "serde",
 8087]
 8088
 8089[[package]]
 8090name = "indoc"
 8091version = "2.0.6"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8094
 8095[[package]]
 8096name = "inherent"
 8097version = "1.0.12"
 8098source = "registry+https://github.com/rust-lang/crates.io-index"
 8099checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8100dependencies = [
 8101 "proc-macro2",
 8102 "quote",
 8103 "syn 2.0.101",
 8104]
 8105
 8106[[package]]
 8107name = "inotify"
 8108version = "0.9.6"
 8109source = "registry+https://github.com/rust-lang/crates.io-index"
 8110checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8111dependencies = [
 8112 "bitflags 1.3.2",
 8113 "inotify-sys",
 8114 "libc",
 8115]
 8116
 8117[[package]]
 8118name = "inotify"
 8119version = "0.11.0"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8122dependencies = [
 8123 "bitflags 2.9.0",
 8124 "inotify-sys",
 8125 "libc",
 8126]
 8127
 8128[[package]]
 8129name = "inotify-sys"
 8130version = "0.1.5"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8133dependencies = [
 8134 "libc",
 8135]
 8136
 8137[[package]]
 8138name = "inout"
 8139version = "0.1.4"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8142dependencies = [
 8143 "block-padding",
 8144 "generic-array",
 8145]
 8146
 8147[[package]]
 8148name = "inspector_ui"
 8149version = "0.1.0"
 8150dependencies = [
 8151 "anyhow",
 8152 "command_palette_hooks",
 8153 "editor",
 8154 "fuzzy",
 8155 "gpui",
 8156 "language",
 8157 "project",
 8158 "serde_json",
 8159 "serde_json_lenient",
 8160 "theme",
 8161 "title_bar",
 8162 "ui",
 8163 "util",
 8164 "util_macros",
 8165 "workspace",
 8166 "workspace-hack",
 8167 "zed_actions",
 8168]
 8169
 8170[[package]]
 8171name = "install_cli"
 8172version = "0.1.0"
 8173dependencies = [
 8174 "anyhow",
 8175 "client",
 8176 "gpui",
 8177 "release_channel",
 8178 "smol",
 8179 "util",
 8180 "workspace",
 8181 "workspace-hack",
 8182]
 8183
 8184[[package]]
 8185name = "instant"
 8186version = "0.1.13"
 8187source = "registry+https://github.com/rust-lang/crates.io-index"
 8188checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8189dependencies = [
 8190 "cfg-if",
 8191]
 8192
 8193[[package]]
 8194name = "interpolate_name"
 8195version = "0.2.4"
 8196source = "registry+https://github.com/rust-lang/crates.io-index"
 8197checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8198dependencies = [
 8199 "proc-macro2",
 8200 "quote",
 8201 "syn 2.0.101",
 8202]
 8203
 8204[[package]]
 8205name = "inventory"
 8206version = "0.3.20"
 8207source = "registry+https://github.com/rust-lang/crates.io-index"
 8208checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8209dependencies = [
 8210 "rustversion",
 8211]
 8212
 8213[[package]]
 8214name = "io-extras"
 8215version = "0.18.4"
 8216source = "registry+https://github.com/rust-lang/crates.io-index"
 8217checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8218dependencies = [
 8219 "io-lifetimes",
 8220 "windows-sys 0.59.0",
 8221]
 8222
 8223[[package]]
 8224name = "io-lifetimes"
 8225version = "2.0.4"
 8226source = "registry+https://github.com/rust-lang/crates.io-index"
 8227checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8228
 8229[[package]]
 8230name = "io-surface"
 8231version = "0.16.0"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8234dependencies = [
 8235 "cgl",
 8236 "core-foundation 0.10.0",
 8237 "core-foundation-sys",
 8238 "leaky-cow",
 8239 "libc",
 8240]
 8241
 8242[[package]]
 8243name = "iovec"
 8244version = "0.1.4"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8247dependencies = [
 8248 "libc",
 8249]
 8250
 8251[[package]]
 8252name = "ipc-channel"
 8253version = "0.19.0"
 8254source = "registry+https://github.com/rust-lang/crates.io-index"
 8255checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8256dependencies = [
 8257 "bincode",
 8258 "crossbeam-channel",
 8259 "fnv",
 8260 "lazy_static",
 8261 "libc",
 8262 "mio 1.0.3",
 8263 "rand 0.8.5",
 8264 "serde",
 8265 "tempfile",
 8266 "uuid",
 8267 "windows 0.58.0",
 8268]
 8269
 8270[[package]]
 8271name = "ipnet"
 8272version = "2.11.0"
 8273source = "registry+https://github.com/rust-lang/crates.io-index"
 8274checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8275
 8276[[package]]
 8277name = "is-docker"
 8278version = "0.2.0"
 8279source = "registry+https://github.com/rust-lang/crates.io-index"
 8280checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8281dependencies = [
 8282 "once_cell",
 8283]
 8284
 8285[[package]]
 8286name = "is-terminal"
 8287version = "0.4.16"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8290dependencies = [
 8291 "hermit-abi 0.5.0",
 8292 "libc",
 8293 "windows-sys 0.59.0",
 8294]
 8295
 8296[[package]]
 8297name = "is-wsl"
 8298version = "0.4.0"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8301dependencies = [
 8302 "is-docker",
 8303 "once_cell",
 8304]
 8305
 8306[[package]]
 8307name = "is_terminal_polyfill"
 8308version = "1.70.1"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8311
 8312[[package]]
 8313name = "itertools"
 8314version = "0.10.5"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8317dependencies = [
 8318 "either",
 8319]
 8320
 8321[[package]]
 8322name = "itertools"
 8323version = "0.11.0"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8326dependencies = [
 8327 "either",
 8328]
 8329
 8330[[package]]
 8331name = "itertools"
 8332version = "0.12.1"
 8333source = "registry+https://github.com/rust-lang/crates.io-index"
 8334checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8335dependencies = [
 8336 "either",
 8337]
 8338
 8339[[package]]
 8340name = "itertools"
 8341version = "0.13.0"
 8342source = "registry+https://github.com/rust-lang/crates.io-index"
 8343checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8344dependencies = [
 8345 "either",
 8346]
 8347
 8348[[package]]
 8349name = "itertools"
 8350version = "0.14.0"
 8351source = "registry+https://github.com/rust-lang/crates.io-index"
 8352checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8353dependencies = [
 8354 "either",
 8355]
 8356
 8357[[package]]
 8358name = "itoa"
 8359version = "1.0.15"
 8360source = "registry+https://github.com/rust-lang/crates.io-index"
 8361checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8362
 8363[[package]]
 8364name = "jiff"
 8365version = "0.2.10"
 8366source = "registry+https://github.com/rust-lang/crates.io-index"
 8367checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8368dependencies = [
 8369 "jiff-static",
 8370 "log",
 8371 "portable-atomic",
 8372 "portable-atomic-util",
 8373 "serde",
 8374]
 8375
 8376[[package]]
 8377name = "jiff-static"
 8378version = "0.2.10"
 8379source = "registry+https://github.com/rust-lang/crates.io-index"
 8380checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8381dependencies = [
 8382 "proc-macro2",
 8383 "quote",
 8384 "syn 2.0.101",
 8385]
 8386
 8387[[package]]
 8388name = "jni"
 8389version = "0.21.1"
 8390source = "registry+https://github.com/rust-lang/crates.io-index"
 8391checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8392dependencies = [
 8393 "cesu8",
 8394 "cfg-if",
 8395 "combine",
 8396 "jni-sys",
 8397 "log",
 8398 "thiserror 1.0.69",
 8399 "walkdir",
 8400 "windows-sys 0.45.0",
 8401]
 8402
 8403[[package]]
 8404name = "jni-sys"
 8405version = "0.3.0"
 8406source = "registry+https://github.com/rust-lang/crates.io-index"
 8407checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8408
 8409[[package]]
 8410name = "jobserver"
 8411version = "0.1.33"
 8412source = "registry+https://github.com/rust-lang/crates.io-index"
 8413checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8414dependencies = [
 8415 "getrandom 0.3.2",
 8416 "libc",
 8417]
 8418
 8419[[package]]
 8420name = "journal"
 8421version = "0.1.0"
 8422dependencies = [
 8423 "anyhow",
 8424 "chrono",
 8425 "editor",
 8426 "gpui",
 8427 "log",
 8428 "serde",
 8429 "settings",
 8430 "shellexpand 2.1.2",
 8431 "workspace",
 8432 "workspace-hack",
 8433]
 8434
 8435[[package]]
 8436name = "jpeg-decoder"
 8437version = "0.3.1"
 8438source = "registry+https://github.com/rust-lang/crates.io-index"
 8439checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8440
 8441[[package]]
 8442name = "js-sys"
 8443version = "0.3.77"
 8444source = "registry+https://github.com/rust-lang/crates.io-index"
 8445checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8446dependencies = [
 8447 "once_cell",
 8448 "wasm-bindgen",
 8449]
 8450
 8451[[package]]
 8452name = "json_dotpath"
 8453version = "1.1.0"
 8454source = "registry+https://github.com/rust-lang/crates.io-index"
 8455checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 8456dependencies = [
 8457 "serde",
 8458 "serde_derive",
 8459 "serde_json",
 8460 "thiserror 1.0.69",
 8461]
 8462
 8463[[package]]
 8464name = "json_schema_store"
 8465version = "0.1.0"
 8466dependencies = [
 8467 "anyhow",
 8468 "dap",
 8469 "extension",
 8470 "gpui",
 8471 "language",
 8472 "paths",
 8473 "project",
 8474 "schemars 1.0.1",
 8475 "serde",
 8476 "serde_json",
 8477 "settings",
 8478 "snippet_provider",
 8479 "task",
 8480 "theme",
 8481 "util",
 8482 "workspace-hack",
 8483]
 8484
 8485[[package]]
 8486name = "jsonschema"
 8487version = "0.30.0"
 8488source = "registry+https://github.com/rust-lang/crates.io-index"
 8489checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8490dependencies = [
 8491 "ahash 0.8.11",
 8492 "base64 0.22.1",
 8493 "bytecount",
 8494 "email_address",
 8495 "fancy-regex 0.14.0",
 8496 "fraction",
 8497 "idna",
 8498 "itoa",
 8499 "num-cmp",
 8500 "num-traits",
 8501 "once_cell",
 8502 "percent-encoding",
 8503 "referencing",
 8504 "regex",
 8505 "regex-syntax",
 8506 "reqwest 0.12.15",
 8507 "serde",
 8508 "serde_json",
 8509 "uuid-simd",
 8510]
 8511
 8512[[package]]
 8513name = "jsonwebtoken"
 8514version = "9.3.1"
 8515source = "registry+https://github.com/rust-lang/crates.io-index"
 8516checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8517dependencies = [
 8518 "base64 0.22.1",
 8519 "js-sys",
 8520 "pem",
 8521 "ring",
 8522 "serde",
 8523 "serde_json",
 8524 "simple_asn1",
 8525]
 8526
 8527[[package]]
 8528name = "jupyter-protocol"
 8529version = "0.6.0"
 8530source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8531dependencies = [
 8532 "anyhow",
 8533 "async-trait",
 8534 "bytes 1.10.1",
 8535 "chrono",
 8536 "futures 0.3.31",
 8537 "serde",
 8538 "serde_json",
 8539 "uuid",
 8540]
 8541
 8542[[package]]
 8543name = "jupyter-websocket-client"
 8544version = "0.9.0"
 8545source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8546dependencies = [
 8547 "anyhow",
 8548 "async-trait",
 8549 "async-tungstenite",
 8550 "futures 0.3.31",
 8551 "jupyter-protocol",
 8552 "serde",
 8553 "serde_json",
 8554 "url",
 8555 "uuid",
 8556]
 8557
 8558[[package]]
 8559name = "keymap_editor"
 8560version = "0.1.0"
 8561dependencies = [
 8562 "anyhow",
 8563 "collections",
 8564 "command_palette",
 8565 "component",
 8566 "db",
 8567 "editor",
 8568 "fs",
 8569 "fuzzy",
 8570 "gpui",
 8571 "itertools 0.14.0",
 8572 "json_schema_store",
 8573 "language",
 8574 "log",
 8575 "menu",
 8576 "notifications",
 8577 "paths",
 8578 "project",
 8579 "search",
 8580 "serde",
 8581 "serde_json",
 8582 "settings",
 8583 "telemetry",
 8584 "tempfile",
 8585 "theme",
 8586 "tree-sitter-json",
 8587 "tree-sitter-rust",
 8588 "ui",
 8589 "ui_input",
 8590 "util",
 8591 "vim",
 8592 "workspace",
 8593 "workspace-hack",
 8594 "zed_actions",
 8595]
 8596
 8597[[package]]
 8598name = "khronos-egl"
 8599version = "6.0.0"
 8600source = "registry+https://github.com/rust-lang/crates.io-index"
 8601checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8602dependencies = [
 8603 "libc",
 8604 "libloading",
 8605]
 8606
 8607[[package]]
 8608name = "kqueue"
 8609version = "1.0.8"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8612dependencies = [
 8613 "kqueue-sys",
 8614 "libc",
 8615]
 8616
 8617[[package]]
 8618name = "kqueue-sys"
 8619version = "1.0.4"
 8620source = "registry+https://github.com/rust-lang/crates.io-index"
 8621checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8622dependencies = [
 8623 "bitflags 1.3.2",
 8624 "libc",
 8625]
 8626
 8627[[package]]
 8628name = "kurbo"
 8629version = "0.11.1"
 8630source = "registry+https://github.com/rust-lang/crates.io-index"
 8631checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8632dependencies = [
 8633 "arrayvec",
 8634 "smallvec",
 8635]
 8636
 8637[[package]]
 8638name = "kv-log-macro"
 8639version = "1.0.7"
 8640source = "registry+https://github.com/rust-lang/crates.io-index"
 8641checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8642dependencies = [
 8643 "log",
 8644]
 8645
 8646[[package]]
 8647name = "language"
 8648version = "0.1.0"
 8649dependencies = [
 8650 "anyhow",
 8651 "async-trait",
 8652 "clock",
 8653 "collections",
 8654 "ctor",
 8655 "diffy",
 8656 "ec4rs",
 8657 "fs",
 8658 "futures 0.3.31",
 8659 "fuzzy",
 8660 "globset",
 8661 "gpui",
 8662 "http_client",
 8663 "imara-diff",
 8664 "indoc",
 8665 "itertools 0.14.0",
 8666 "log",
 8667 "lsp",
 8668 "parking_lot",
 8669 "postage",
 8670 "pretty_assertions",
 8671 "rand 0.9.1",
 8672 "regex",
 8673 "rpc",
 8674 "schemars 1.0.1",
 8675 "serde",
 8676 "serde_json",
 8677 "settings",
 8678 "shellexpand 2.1.2",
 8679 "smallvec",
 8680 "smol",
 8681 "streaming-iterator",
 8682 "strsim",
 8683 "sum_tree",
 8684 "task",
 8685 "text",
 8686 "theme",
 8687 "toml 0.8.20",
 8688 "tree-sitter",
 8689 "tree-sitter-elixir",
 8690 "tree-sitter-embedded-template",
 8691 "tree-sitter-heex",
 8692 "tree-sitter-html",
 8693 "tree-sitter-json",
 8694 "tree-sitter-md",
 8695 "tree-sitter-python",
 8696 "tree-sitter-ruby",
 8697 "tree-sitter-rust",
 8698 "tree-sitter-typescript",
 8699 "unicase",
 8700 "unindent",
 8701 "util",
 8702 "watch",
 8703 "workspace-hack",
 8704 "zlog",
 8705]
 8706
 8707[[package]]
 8708name = "language_extension"
 8709version = "0.1.0"
 8710dependencies = [
 8711 "anyhow",
 8712 "async-trait",
 8713 "collections",
 8714 "extension",
 8715 "fs",
 8716 "futures 0.3.31",
 8717 "gpui",
 8718 "language",
 8719 "log",
 8720 "lsp",
 8721 "project",
 8722 "serde",
 8723 "serde_json",
 8724 "util",
 8725 "workspace-hack",
 8726]
 8727
 8728[[package]]
 8729name = "language_model"
 8730version = "0.1.0"
 8731dependencies = [
 8732 "anthropic",
 8733 "anyhow",
 8734 "base64 0.22.1",
 8735 "client",
 8736 "cloud_api_types",
 8737 "cloud_llm_client",
 8738 "collections",
 8739 "futures 0.3.31",
 8740 "gpui",
 8741 "http_client",
 8742 "icons",
 8743 "image",
 8744 "log",
 8745 "open_router",
 8746 "parking_lot",
 8747 "proto",
 8748 "schemars 1.0.1",
 8749 "serde",
 8750 "serde_json",
 8751 "settings",
 8752 "smol",
 8753 "telemetry_events",
 8754 "thiserror 2.0.12",
 8755 "util",
 8756 "workspace-hack",
 8757]
 8758
 8759[[package]]
 8760name = "language_models"
 8761version = "0.1.0"
 8762dependencies = [
 8763 "ai_onboarding",
 8764 "anthropic",
 8765 "anyhow",
 8766 "aws-config",
 8767 "aws-credential-types",
 8768 "aws_http_client",
 8769 "bedrock",
 8770 "chrono",
 8771 "client",
 8772 "cloud_llm_client",
 8773 "collections",
 8774 "component",
 8775 "convert_case 0.8.0",
 8776 "copilot",
 8777 "credentials_provider",
 8778 "deepseek",
 8779 "editor",
 8780 "fs",
 8781 "futures 0.3.31",
 8782 "google_ai",
 8783 "gpui",
 8784 "gpui_tokio",
 8785 "http_client",
 8786 "language",
 8787 "language_model",
 8788 "lmstudio",
 8789 "log",
 8790 "menu",
 8791 "mistral",
 8792 "ollama",
 8793 "open_ai",
 8794 "open_router",
 8795 "partial-json-fixer",
 8796 "project",
 8797 "release_channel",
 8798 "schemars 1.0.1",
 8799 "serde",
 8800 "serde_json",
 8801 "settings",
 8802 "smol",
 8803 "strum 0.27.1",
 8804 "thiserror 2.0.12",
 8805 "tiktoken-rs",
 8806 "tokio",
 8807 "ui",
 8808 "ui_input",
 8809 "util",
 8810 "vercel",
 8811 "workspace-hack",
 8812 "x_ai",
 8813 "zed_env_vars",
 8814]
 8815
 8816[[package]]
 8817name = "language_onboarding"
 8818version = "0.1.0"
 8819dependencies = [
 8820 "db",
 8821 "editor",
 8822 "gpui",
 8823 "project",
 8824 "ui",
 8825 "workspace",
 8826 "workspace-hack",
 8827]
 8828
 8829[[package]]
 8830name = "language_selector"
 8831version = "0.1.0"
 8832dependencies = [
 8833 "anyhow",
 8834 "editor",
 8835 "file_finder",
 8836 "file_icons",
 8837 "fuzzy",
 8838 "gpui",
 8839 "language",
 8840 "picker",
 8841 "project",
 8842 "settings",
 8843 "ui",
 8844 "util",
 8845 "workspace",
 8846 "workspace-hack",
 8847]
 8848
 8849[[package]]
 8850name = "language_tools"
 8851version = "0.1.0"
 8852dependencies = [
 8853 "anyhow",
 8854 "client",
 8855 "collections",
 8856 "command_palette_hooks",
 8857 "copilot",
 8858 "editor",
 8859 "futures 0.3.31",
 8860 "gpui",
 8861 "itertools 0.14.0",
 8862 "language",
 8863 "lsp",
 8864 "project",
 8865 "proto",
 8866 "release_channel",
 8867 "serde_json",
 8868 "settings",
 8869 "theme",
 8870 "tree-sitter",
 8871 "ui",
 8872 "util",
 8873 "workspace",
 8874 "workspace-hack",
 8875 "zed_actions",
 8876 "zlog",
 8877]
 8878
 8879[[package]]
 8880name = "languages"
 8881version = "0.1.0"
 8882dependencies = [
 8883 "anyhow",
 8884 "async-compression",
 8885 "async-fs",
 8886 "async-tar",
 8887 "async-trait",
 8888 "chrono",
 8889 "collections",
 8890 "futures 0.3.31",
 8891 "gpui",
 8892 "http_client",
 8893 "itertools 0.14.0",
 8894 "json_schema_store",
 8895 "language",
 8896 "log",
 8897 "lsp",
 8898 "node_runtime",
 8899 "parking_lot",
 8900 "pet",
 8901 "pet-conda",
 8902 "pet-core",
 8903 "pet-fs",
 8904 "pet-poetry",
 8905 "pet-reporter",
 8906 "pet-virtualenv",
 8907 "pretty_assertions",
 8908 "project",
 8909 "regex",
 8910 "rope",
 8911 "rust-embed",
 8912 "serde",
 8913 "serde_json",
 8914 "serde_json_lenient",
 8915 "settings",
 8916 "smol",
 8917 "task",
 8918 "text",
 8919 "theme",
 8920 "toml 0.8.20",
 8921 "tree-sitter",
 8922 "tree-sitter-bash",
 8923 "tree-sitter-c",
 8924 "tree-sitter-cpp",
 8925 "tree-sitter-css",
 8926 "tree-sitter-diff",
 8927 "tree-sitter-gitcommit",
 8928 "tree-sitter-go",
 8929 "tree-sitter-gomod",
 8930 "tree-sitter-gowork",
 8931 "tree-sitter-jsdoc",
 8932 "tree-sitter-json",
 8933 "tree-sitter-md",
 8934 "tree-sitter-python",
 8935 "tree-sitter-regex",
 8936 "tree-sitter-rust",
 8937 "tree-sitter-typescript",
 8938 "tree-sitter-yaml",
 8939 "unindent",
 8940 "url",
 8941 "util",
 8942 "workspace",
 8943 "workspace-hack",
 8944]
 8945
 8946[[package]]
 8947name = "lazy_static"
 8948version = "1.5.0"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8951dependencies = [
 8952 "spin",
 8953]
 8954
 8955[[package]]
 8956name = "lazycell"
 8957version = "1.3.0"
 8958source = "registry+https://github.com/rust-lang/crates.io-index"
 8959checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8960
 8961[[package]]
 8962name = "leak"
 8963version = "0.1.2"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8966
 8967[[package]]
 8968name = "leaky-cow"
 8969version = "0.1.1"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8972dependencies = [
 8973 "leak",
 8974]
 8975
 8976[[package]]
 8977name = "leb128"
 8978version = "0.2.5"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8981
 8982[[package]]
 8983name = "leb128fmt"
 8984version = "0.1.0"
 8985source = "registry+https://github.com/rust-lang/crates.io-index"
 8986checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8987
 8988[[package]]
 8989name = "lebe"
 8990version = "0.5.2"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8993
 8994[[package]]
 8995name = "libc"
 8996version = "0.2.176"
 8997source = "registry+https://github.com/rust-lang/crates.io-index"
 8998checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
 8999
 9000[[package]]
 9001name = "libdbus-sys"
 9002version = "0.2.5"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 9005dependencies = [
 9006 "cc",
 9007 "pkg-config",
 9008]
 9009
 9010[[package]]
 9011name = "libfuzzer-sys"
 9012version = "0.4.9"
 9013source = "registry+https://github.com/rust-lang/crates.io-index"
 9014checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 9015dependencies = [
 9016 "arbitrary",
 9017 "cc",
 9018]
 9019
 9020[[package]]
 9021name = "libgit2-sys"
 9022version = "0.18.1+1.9.0"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9025dependencies = [
 9026 "cc",
 9027 "libc",
 9028 "libz-sys",
 9029 "pkg-config",
 9030]
 9031
 9032[[package]]
 9033name = "libloading"
 9034version = "0.8.6"
 9035source = "registry+https://github.com/rust-lang/crates.io-index"
 9036checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9037dependencies = [
 9038 "cfg-if",
 9039 "windows-targets 0.48.5",
 9040]
 9041
 9042[[package]]
 9043name = "libm"
 9044version = "0.2.11"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9047
 9048[[package]]
 9049name = "libmimalloc-sys"
 9050version = "0.1.42"
 9051source = "registry+https://github.com/rust-lang/crates.io-index"
 9052checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9053dependencies = [
 9054 "cc",
 9055 "libc",
 9056]
 9057
 9058[[package]]
 9059name = "libredox"
 9060version = "0.1.3"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9063dependencies = [
 9064 "bitflags 2.9.0",
 9065 "libc",
 9066 "redox_syscall 0.5.11",
 9067]
 9068
 9069[[package]]
 9070name = "libsqlite3-sys"
 9071version = "0.30.1"
 9072source = "registry+https://github.com/rust-lang/crates.io-index"
 9073checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9074dependencies = [
 9075 "cc",
 9076 "pkg-config",
 9077 "vcpkg",
 9078]
 9079
 9080[[package]]
 9081name = "libwebrtc"
 9082version = "0.3.10"
 9083source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9084dependencies = [
 9085 "cxx",
 9086 "jni",
 9087 "js-sys",
 9088 "lazy_static",
 9089 "livekit-protocol",
 9090 "livekit-runtime",
 9091 "log",
 9092 "parking_lot",
 9093 "serde",
 9094 "serde_json",
 9095 "thiserror 1.0.69",
 9096 "tokio",
 9097 "wasm-bindgen",
 9098 "wasm-bindgen-futures",
 9099 "web-sys",
 9100 "webrtc-sys",
 9101]
 9102
 9103[[package]]
 9104name = "libz-sys"
 9105version = "1.1.22"
 9106source = "registry+https://github.com/rust-lang/crates.io-index"
 9107checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9108dependencies = [
 9109 "cc",
 9110 "libc",
 9111 "pkg-config",
 9112 "vcpkg",
 9113]
 9114
 9115[[package]]
 9116name = "line_ending_selector"
 9117version = "0.1.0"
 9118dependencies = [
 9119 "editor",
 9120 "gpui",
 9121 "language",
 9122 "picker",
 9123 "project",
 9124 "ui",
 9125 "util",
 9126 "workspace",
 9127 "workspace-hack",
 9128]
 9129
 9130[[package]]
 9131name = "link-cplusplus"
 9132version = "1.0.10"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9135dependencies = [
 9136 "cc",
 9137]
 9138
 9139[[package]]
 9140name = "linkify"
 9141version = "0.10.0"
 9142source = "registry+https://github.com/rust-lang/crates.io-index"
 9143checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9144dependencies = [
 9145 "memchr",
 9146]
 9147
 9148[[package]]
 9149name = "linux-raw-sys"
 9150version = "0.4.15"
 9151source = "registry+https://github.com/rust-lang/crates.io-index"
 9152checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9153
 9154[[package]]
 9155name = "linux-raw-sys"
 9156version = "0.9.4"
 9157source = "registry+https://github.com/rust-lang/crates.io-index"
 9158checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9159
 9160[[package]]
 9161name = "litemap"
 9162version = "0.7.5"
 9163source = "registry+https://github.com/rust-lang/crates.io-index"
 9164checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9165
 9166[[package]]
 9167name = "livekit"
 9168version = "0.7.8"
 9169source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9170dependencies = [
 9171 "chrono",
 9172 "futures-util",
 9173 "lazy_static",
 9174 "libloading",
 9175 "libwebrtc",
 9176 "livekit-api",
 9177 "livekit-protocol",
 9178 "livekit-runtime",
 9179 "log",
 9180 "parking_lot",
 9181 "prost 0.12.6",
 9182 "semver",
 9183 "serde",
 9184 "serde_json",
 9185 "thiserror 1.0.69",
 9186 "tokio",
 9187]
 9188
 9189[[package]]
 9190name = "livekit-api"
 9191version = "0.4.2"
 9192source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9193dependencies = [
 9194 "futures-util",
 9195 "http 0.2.12",
 9196 "livekit-protocol",
 9197 "livekit-runtime",
 9198 "log",
 9199 "parking_lot",
 9200 "pbjson-types",
 9201 "prost 0.12.6",
 9202 "rand 0.9.1",
 9203 "reqwest 0.11.27",
 9204 "scopeguard",
 9205 "serde",
 9206 "sha2",
 9207 "thiserror 1.0.69",
 9208 "tokio",
 9209 "tokio-tungstenite 0.26.2",
 9210 "url",
 9211]
 9212
 9213[[package]]
 9214name = "livekit-protocol"
 9215version = "0.3.9"
 9216source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9217dependencies = [
 9218 "futures-util",
 9219 "livekit-runtime",
 9220 "parking_lot",
 9221 "pbjson",
 9222 "pbjson-types",
 9223 "prost 0.12.6",
 9224 "prost-types 0.12.6",
 9225 "serde",
 9226 "thiserror 1.0.69",
 9227 "tokio",
 9228]
 9229
 9230[[package]]
 9231name = "livekit-runtime"
 9232version = "0.4.0"
 9233source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
 9234dependencies = [
 9235 "tokio",
 9236 "tokio-stream",
 9237]
 9238
 9239[[package]]
 9240name = "livekit_api"
 9241version = "0.1.0"
 9242dependencies = [
 9243 "anyhow",
 9244 "async-trait",
 9245 "jsonwebtoken",
 9246 "log",
 9247 "prost 0.9.0",
 9248 "prost-build 0.9.0",
 9249 "prost-types 0.9.0",
 9250 "serde",
 9251 "workspace-hack",
 9252 "zed-reqwest",
 9253]
 9254
 9255[[package]]
 9256name = "livekit_client"
 9257version = "0.1.0"
 9258dependencies = [
 9259 "anyhow",
 9260 "async-trait",
 9261 "audio",
 9262 "collections",
 9263 "core-foundation 0.10.0",
 9264 "core-video",
 9265 "coreaudio-rs 0.12.1",
 9266 "cpal",
 9267 "futures 0.3.31",
 9268 "gpui",
 9269 "gpui_tokio",
 9270 "http_client_tls",
 9271 "image",
 9272 "libwebrtc",
 9273 "livekit",
 9274 "livekit_api",
 9275 "log",
 9276 "nanoid",
 9277 "objc",
 9278 "parking_lot",
 9279 "postage",
 9280 "rodio",
 9281 "serde",
 9282 "serde_json",
 9283 "serde_urlencoded",
 9284 "settings",
 9285 "sha2",
 9286 "simplelog",
 9287 "smallvec",
 9288 "tokio-tungstenite 0.26.2",
 9289 "ui",
 9290 "util",
 9291 "workspace-hack",
 9292 "zed-scap",
 9293]
 9294
 9295[[package]]
 9296name = "lmdb-master-sys"
 9297version = "0.2.5"
 9298source = "registry+https://github.com/rust-lang/crates.io-index"
 9299checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9300dependencies = [
 9301 "cc",
 9302 "doxygen-rs",
 9303 "libc",
 9304]
 9305
 9306[[package]]
 9307name = "lmstudio"
 9308version = "0.1.0"
 9309dependencies = [
 9310 "anyhow",
 9311 "futures 0.3.31",
 9312 "http_client",
 9313 "schemars 1.0.1",
 9314 "serde",
 9315 "serde_json",
 9316 "workspace-hack",
 9317]
 9318
 9319[[package]]
 9320name = "lock_api"
 9321version = "0.4.13"
 9322source = "registry+https://github.com/rust-lang/crates.io-index"
 9323checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
 9324dependencies = [
 9325 "autocfg",
 9326 "scopeguard",
 9327]
 9328
 9329[[package]]
 9330name = "log"
 9331version = "0.4.27"
 9332source = "registry+https://github.com/rust-lang/crates.io-index"
 9333checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9334dependencies = [
 9335 "serde",
 9336 "value-bag",
 9337]
 9338
 9339[[package]]
 9340name = "loom"
 9341version = "0.7.2"
 9342source = "registry+https://github.com/rust-lang/crates.io-index"
 9343checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9344dependencies = [
 9345 "cfg-if",
 9346 "generator",
 9347 "scoped-tls",
 9348 "tracing",
 9349 "tracing-subscriber",
 9350]
 9351
 9352[[package]]
 9353name = "loop9"
 9354version = "0.1.5"
 9355source = "registry+https://github.com/rust-lang/crates.io-index"
 9356checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9357dependencies = [
 9358 "imgref",
 9359]
 9360
 9361[[package]]
 9362name = "lru"
 9363version = "0.12.5"
 9364source = "registry+https://github.com/rust-lang/crates.io-index"
 9365checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9366dependencies = [
 9367 "hashbrown 0.15.3",
 9368]
 9369
 9370[[package]]
 9371name = "lsp"
 9372version = "0.1.0"
 9373dependencies = [
 9374 "anyhow",
 9375 "async-pipe",
 9376 "collections",
 9377 "ctor",
 9378 "futures 0.3.31",
 9379 "gpui",
 9380 "log",
 9381 "lsp-types",
 9382 "parking_lot",
 9383 "postage",
 9384 "release_channel",
 9385 "schemars 1.0.1",
 9386 "serde",
 9387 "serde_json",
 9388 "smol",
 9389 "util",
 9390 "workspace-hack",
 9391 "zlog",
 9392]
 9393
 9394[[package]]
 9395name = "lsp-types"
 9396version = "0.95.1"
 9397source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
 9398dependencies = [
 9399 "bitflags 1.3.2",
 9400 "serde",
 9401 "serde_json",
 9402 "url",
 9403]
 9404
 9405[[package]]
 9406name = "lyon"
 9407version = "1.0.1"
 9408source = "registry+https://github.com/rust-lang/crates.io-index"
 9409checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9410dependencies = [
 9411 "lyon_algorithms",
 9412 "lyon_extra",
 9413 "lyon_tessellation",
 9414]
 9415
 9416[[package]]
 9417name = "lyon_algorithms"
 9418version = "1.0.5"
 9419source = "registry+https://github.com/rust-lang/crates.io-index"
 9420checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9421dependencies = [
 9422 "lyon_path",
 9423 "num-traits",
 9424]
 9425
 9426[[package]]
 9427name = "lyon_extra"
 9428version = "1.0.3"
 9429source = "registry+https://github.com/rust-lang/crates.io-index"
 9430checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9431dependencies = [
 9432 "lyon_path",
 9433 "thiserror 1.0.69",
 9434]
 9435
 9436[[package]]
 9437name = "lyon_geom"
 9438version = "1.0.6"
 9439source = "registry+https://github.com/rust-lang/crates.io-index"
 9440checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9441dependencies = [
 9442 "arrayvec",
 9443 "euclid",
 9444 "num-traits",
 9445]
 9446
 9447[[package]]
 9448name = "lyon_path"
 9449version = "1.0.7"
 9450source = "registry+https://github.com/rust-lang/crates.io-index"
 9451checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9452dependencies = [
 9453 "lyon_geom",
 9454 "num-traits",
 9455]
 9456
 9457[[package]]
 9458name = "lyon_tessellation"
 9459version = "1.0.15"
 9460source = "registry+https://github.com/rust-lang/crates.io-index"
 9461checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9462dependencies = [
 9463 "float_next_after",
 9464 "lyon_path",
 9465 "num-traits",
 9466]
 9467
 9468[[package]]
 9469name = "mac"
 9470version = "0.1.1"
 9471source = "registry+https://github.com/rust-lang/crates.io-index"
 9472checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9473
 9474[[package]]
 9475name = "mach2"
 9476version = "0.4.2"
 9477source = "registry+https://github.com/rust-lang/crates.io-index"
 9478checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9479dependencies = [
 9480 "libc",
 9481]
 9482
 9483[[package]]
 9484name = "mach2"
 9485version = "0.5.0"
 9486source = "registry+https://github.com/rust-lang/crates.io-index"
 9487checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
 9488dependencies = [
 9489 "libc",
 9490]
 9491
 9492[[package]]
 9493name = "malloc_buf"
 9494version = "0.0.6"
 9495source = "registry+https://github.com/rust-lang/crates.io-index"
 9496checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9497dependencies = [
 9498 "libc",
 9499]
 9500
 9501[[package]]
 9502name = "maplit"
 9503version = "1.0.2"
 9504source = "registry+https://github.com/rust-lang/crates.io-index"
 9505checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9506
 9507[[package]]
 9508name = "markdown"
 9509version = "0.1.0"
 9510dependencies = [
 9511 "assets",
 9512 "base64 0.22.1",
 9513 "collections",
 9514 "env_logger 0.11.8",
 9515 "fs",
 9516 "futures 0.3.31",
 9517 "gpui",
 9518 "language",
 9519 "languages",
 9520 "linkify",
 9521 "log",
 9522 "node_runtime",
 9523 "pulldown-cmark 0.12.2",
 9524 "settings",
 9525 "sum_tree",
 9526 "theme",
 9527 "ui",
 9528 "util",
 9529 "workspace-hack",
 9530]
 9531
 9532[[package]]
 9533name = "markdown_preview"
 9534version = "0.1.0"
 9535dependencies = [
 9536 "anyhow",
 9537 "async-recursion",
 9538 "collections",
 9539 "editor",
 9540 "fs",
 9541 "gpui",
 9542 "html5ever 0.27.0",
 9543 "language",
 9544 "linkify",
 9545 "log",
 9546 "markup5ever_rcdom",
 9547 "pretty_assertions",
 9548 "pulldown-cmark 0.12.2",
 9549 "settings",
 9550 "theme",
 9551 "ui",
 9552 "util",
 9553 "workspace",
 9554 "workspace-hack",
 9555]
 9556
 9557[[package]]
 9558name = "markup5ever"
 9559version = "0.12.1"
 9560source = "registry+https://github.com/rust-lang/crates.io-index"
 9561checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9562dependencies = [
 9563 "log",
 9564 "phf",
 9565 "phf_codegen",
 9566 "string_cache",
 9567 "string_cache_codegen",
 9568 "tendril",
 9569]
 9570
 9571[[package]]
 9572name = "markup5ever"
 9573version = "0.35.0"
 9574source = "registry+https://github.com/rust-lang/crates.io-index"
 9575checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
 9576dependencies = [
 9577 "log",
 9578 "tendril",
 9579 "web_atoms",
 9580]
 9581
 9582[[package]]
 9583name = "markup5ever_rcdom"
 9584version = "0.3.0"
 9585source = "registry+https://github.com/rust-lang/crates.io-index"
 9586checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9587dependencies = [
 9588 "html5ever 0.27.0",
 9589 "markup5ever 0.12.1",
 9590 "tendril",
 9591 "xml5ever",
 9592]
 9593
 9594[[package]]
 9595name = "match_token"
 9596version = "0.35.0"
 9597source = "registry+https://github.com/rust-lang/crates.io-index"
 9598checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
 9599dependencies = [
 9600 "proc-macro2",
 9601 "quote",
 9602 "syn 2.0.101",
 9603]
 9604
 9605[[package]]
 9606name = "matchers"
 9607version = "0.2.0"
 9608source = "registry+https://github.com/rust-lang/crates.io-index"
 9609checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
 9610dependencies = [
 9611 "regex-automata",
 9612]
 9613
 9614[[package]]
 9615name = "matchit"
 9616version = "0.7.3"
 9617source = "registry+https://github.com/rust-lang/crates.io-index"
 9618checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9619
 9620[[package]]
 9621name = "maybe-owned"
 9622version = "0.3.4"
 9623source = "registry+https://github.com/rust-lang/crates.io-index"
 9624checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9625
 9626[[package]]
 9627name = "maybe-rayon"
 9628version = "0.1.1"
 9629source = "registry+https://github.com/rust-lang/crates.io-index"
 9630checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9631dependencies = [
 9632 "cfg-if",
 9633 "rayon",
 9634]
 9635
 9636[[package]]
 9637name = "md-5"
 9638version = "0.10.6"
 9639source = "registry+https://github.com/rust-lang/crates.io-index"
 9640checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9641dependencies = [
 9642 "cfg-if",
 9643 "digest",
 9644]
 9645
 9646[[package]]
 9647name = "mdbook"
 9648version = "0.4.40"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
 9651dependencies = [
 9652 "ammonia",
 9653 "anyhow",
 9654 "chrono",
 9655 "clap",
 9656 "clap_complete",
 9657 "elasticlunr-rs",
 9658 "env_logger 0.11.8",
 9659 "futures-util",
 9660 "handlebars 5.1.2",
 9661 "ignore",
 9662 "log",
 9663 "memchr",
 9664 "notify 6.1.1",
 9665 "notify-debouncer-mini",
 9666 "once_cell",
 9667 "opener",
 9668 "pathdiff",
 9669 "pulldown-cmark 0.10.3",
 9670 "regex",
 9671 "serde",
 9672 "serde_json",
 9673 "shlex",
 9674 "tempfile",
 9675 "tokio",
 9676 "toml 0.5.11",
 9677 "topological-sort",
 9678 "walkdir",
 9679 "warp",
 9680]
 9681
 9682[[package]]
 9683name = "media"
 9684version = "0.1.0"
 9685dependencies = [
 9686 "anyhow",
 9687 "bindgen 0.71.1",
 9688 "core-foundation 0.10.0",
 9689 "core-video",
 9690 "ctor",
 9691 "foreign-types 0.5.0",
 9692 "metal",
 9693 "objc",
 9694 "workspace-hack",
 9695]
 9696
 9697[[package]]
 9698name = "memchr"
 9699version = "2.7.4"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9702
 9703[[package]]
 9704name = "memfd"
 9705version = "0.6.4"
 9706source = "registry+https://github.com/rust-lang/crates.io-index"
 9707checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9708dependencies = [
 9709 "rustix 0.38.44",
 9710]
 9711
 9712[[package]]
 9713name = "memmap2"
 9714version = "0.9.5"
 9715source = "registry+https://github.com/rust-lang/crates.io-index"
 9716checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9717dependencies = [
 9718 "libc",
 9719 "stable_deref_trait",
 9720]
 9721
 9722[[package]]
 9723name = "memoffset"
 9724version = "0.9.1"
 9725source = "registry+https://github.com/rust-lang/crates.io-index"
 9726checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9727dependencies = [
 9728 "autocfg",
 9729]
 9730
 9731[[package]]
 9732name = "menu"
 9733version = "0.1.0"
 9734dependencies = [
 9735 "gpui",
 9736 "workspace-hack",
 9737]
 9738
 9739[[package]]
 9740name = "metal"
 9741version = "0.29.0"
 9742source = "registry+https://github.com/rust-lang/crates.io-index"
 9743checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9744dependencies = [
 9745 "bitflags 2.9.0",
 9746 "block",
 9747 "core-graphics-types 0.1.3",
 9748 "foreign-types 0.5.0",
 9749 "log",
 9750 "objc",
 9751 "paste",
 9752]
 9753
 9754[[package]]
 9755name = "migrator"
 9756version = "0.1.0"
 9757dependencies = [
 9758 "anyhow",
 9759 "collections",
 9760 "convert_case 0.8.0",
 9761 "log",
 9762 "pretty_assertions",
 9763 "serde_json",
 9764 "serde_json_lenient",
 9765 "settings",
 9766 "streaming-iterator",
 9767 "tree-sitter",
 9768 "tree-sitter-json",
 9769 "unindent",
 9770 "workspace-hack",
 9771]
 9772
 9773[[package]]
 9774name = "mimalloc"
 9775version = "0.1.46"
 9776source = "registry+https://github.com/rust-lang/crates.io-index"
 9777checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9778dependencies = [
 9779 "libmimalloc-sys",
 9780]
 9781
 9782[[package]]
 9783name = "mime"
 9784version = "0.3.17"
 9785source = "registry+https://github.com/rust-lang/crates.io-index"
 9786checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9787
 9788[[package]]
 9789name = "mime_guess"
 9790version = "2.0.5"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9793dependencies = [
 9794 "mime",
 9795 "unicase",
 9796]
 9797
 9798[[package]]
 9799name = "minidump-common"
 9800version = "0.21.2"
 9801source = "registry+https://github.com/rust-lang/crates.io-index"
 9802checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
 9803dependencies = [
 9804 "bitflags 2.9.0",
 9805 "debugid",
 9806 "num-derive",
 9807 "num-traits",
 9808 "range-map",
 9809 "scroll",
 9810 "smart-default",
 9811]
 9812
 9813[[package]]
 9814name = "minidump-writer"
 9815version = "0.8.9"
 9816source = "registry+https://github.com/rust-lang/crates.io-index"
 9817checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
 9818dependencies = [
 9819 "bitflags 2.9.0",
 9820 "byteorder",
 9821 "cfg-if",
 9822 "crash-context",
 9823 "goblin",
 9824 "libc",
 9825 "log",
 9826 "mach2 0.4.2",
 9827 "memmap2",
 9828 "memoffset",
 9829 "minidump-common",
 9830 "nix 0.28.0",
 9831 "procfs-core",
 9832 "scroll",
 9833 "tempfile",
 9834 "thiserror 1.0.69",
 9835]
 9836
 9837[[package]]
 9838name = "minidumper"
 9839version = "0.8.3"
 9840source = "registry+https://github.com/rust-lang/crates.io-index"
 9841checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
 9842dependencies = [
 9843 "cfg-if",
 9844 "crash-context",
 9845 "libc",
 9846 "log",
 9847 "minidump-writer",
 9848 "parking_lot",
 9849 "polling",
 9850 "scroll",
 9851 "thiserror 1.0.69",
 9852 "uds",
 9853]
 9854
 9855[[package]]
 9856name = "minimal-lexical"
 9857version = "0.2.1"
 9858source = "registry+https://github.com/rust-lang/crates.io-index"
 9859checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9860
 9861[[package]]
 9862name = "miniz_oxide"
 9863version = "0.8.8"
 9864source = "registry+https://github.com/rust-lang/crates.io-index"
 9865checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9866dependencies = [
 9867 "adler2",
 9868 "simd-adler32",
 9869]
 9870
 9871[[package]]
 9872name = "mint"
 9873version = "0.5.9"
 9874source = "registry+https://github.com/rust-lang/crates.io-index"
 9875checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9876
 9877[[package]]
 9878name = "mio"
 9879version = "0.8.11"
 9880source = "registry+https://github.com/rust-lang/crates.io-index"
 9881checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 9882dependencies = [
 9883 "libc",
 9884 "log",
 9885 "wasi 0.11.0+wasi-snapshot-preview1",
 9886 "windows-sys 0.48.0",
 9887]
 9888
 9889[[package]]
 9890name = "mio"
 9891version = "1.0.3"
 9892source = "registry+https://github.com/rust-lang/crates.io-index"
 9893checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9894dependencies = [
 9895 "libc",
 9896 "log",
 9897 "wasi 0.11.0+wasi-snapshot-preview1",
 9898 "windows-sys 0.52.0",
 9899]
 9900
 9901[[package]]
 9902name = "miow"
 9903version = "0.6.0"
 9904source = "registry+https://github.com/rust-lang/crates.io-index"
 9905checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9906dependencies = [
 9907 "windows-sys 0.48.0",
 9908]
 9909
 9910[[package]]
 9911name = "mistral"
 9912version = "0.1.0"
 9913dependencies = [
 9914 "anyhow",
 9915 "futures 0.3.31",
 9916 "http_client",
 9917 "schemars 1.0.1",
 9918 "serde",
 9919 "serde_json",
 9920 "strum 0.27.1",
 9921 "workspace-hack",
 9922]
 9923
 9924[[package]]
 9925name = "moka"
 9926version = "0.12.10"
 9927source = "registry+https://github.com/rust-lang/crates.io-index"
 9928checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9929dependencies = [
 9930 "crossbeam-channel",
 9931 "crossbeam-epoch",
 9932 "crossbeam-utils",
 9933 "loom",
 9934 "parking_lot",
 9935 "portable-atomic",
 9936 "rustc_version",
 9937 "smallvec",
 9938 "tagptr",
 9939 "thiserror 1.0.69",
 9940 "uuid",
 9941]
 9942
 9943[[package]]
 9944name = "msvc_spectre_libs"
 9945version = "0.1.3"
 9946source = "registry+https://github.com/rust-lang/crates.io-index"
 9947checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9948dependencies = [
 9949 "cc",
 9950]
 9951
 9952[[package]]
 9953name = "multi_buffer"
 9954version = "0.1.0"
 9955dependencies = [
 9956 "anyhow",
 9957 "buffer_diff",
 9958 "clock",
 9959 "collections",
 9960 "ctor",
 9961 "gpui",
 9962 "indoc",
 9963 "itertools 0.14.0",
 9964 "language",
 9965 "log",
 9966 "parking_lot",
 9967 "pretty_assertions",
 9968 "project",
 9969 "rand 0.9.1",
 9970 "rope",
 9971 "serde",
 9972 "settings",
 9973 "smallvec",
 9974 "smol",
 9975 "sum_tree",
 9976 "text",
 9977 "theme",
 9978 "tree-sitter",
 9979 "util",
 9980 "workspace-hack",
 9981 "zlog",
 9982]
 9983
 9984[[package]]
 9985name = "multimap"
 9986version = "0.8.3"
 9987source = "registry+https://github.com/rust-lang/crates.io-index"
 9988checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9989
 9990[[package]]
 9991name = "naga"
 9992version = "25.0.1"
 9993source = "registry+https://github.com/rust-lang/crates.io-index"
 9994checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9995dependencies = [
 9996 "arrayvec",
 9997 "bit-set 0.8.0",
 9998 "bitflags 2.9.0",
 9999 "cfg_aliases 0.2.1",
10000 "codespan-reporting",
10001 "half",
10002 "hashbrown 0.15.3",
10003 "hexf-parse",
10004 "indexmap 2.9.0",
10005 "log",
10006 "num-traits",
10007 "once_cell",
10008 "rustc-hash 1.1.0",
10009 "spirv",
10010 "strum 0.26.3",
10011 "thiserror 2.0.12",
10012 "unicode-ident",
10013]
10014
10015[[package]]
10016name = "nanoid"
10017version = "0.4.0"
10018source = "registry+https://github.com/rust-lang/crates.io-index"
10019checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10020dependencies = [
10021 "rand 0.8.5",
10022]
10023
10024[[package]]
10025name = "nanorand"
10026version = "0.7.0"
10027source = "registry+https://github.com/rust-lang/crates.io-index"
10028checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10029dependencies = [
10030 "getrandom 0.2.15",
10031]
10032
10033[[package]]
10034name = "native-tls"
10035version = "0.2.14"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10038dependencies = [
10039 "libc",
10040 "log",
10041 "openssl",
10042 "openssl-probe",
10043 "openssl-sys",
10044 "schannel",
10045 "security-framework 2.11.1",
10046 "security-framework-sys",
10047 "tempfile",
10048]
10049
10050[[package]]
10051name = "nbformat"
10052version = "0.10.0"
10053source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10054dependencies = [
10055 "anyhow",
10056 "chrono",
10057 "jupyter-protocol",
10058 "serde",
10059 "serde_json",
10060 "thiserror 1.0.69",
10061 "uuid",
10062]
10063
10064[[package]]
10065name = "nc"
10066version = "0.1.0"
10067dependencies = [
10068 "anyhow",
10069 "futures 0.3.31",
10070 "net",
10071 "smol",
10072 "workspace-hack",
10073]
10074
10075[[package]]
10076name = "ndk"
10077version = "0.9.0"
10078source = "registry+https://github.com/rust-lang/crates.io-index"
10079checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10080dependencies = [
10081 "bitflags 2.9.0",
10082 "jni-sys",
10083 "log",
10084 "ndk-sys",
10085 "num_enum",
10086 "thiserror 1.0.69",
10087]
10088
10089[[package]]
10090name = "ndk-context"
10091version = "0.1.1"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10094
10095[[package]]
10096name = "ndk-sys"
10097version = "0.6.0+11769913"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10100dependencies = [
10101 "jni-sys",
10102]
10103
10104[[package]]
10105name = "net"
10106version = "0.1.0"
10107dependencies = [
10108 "anyhow",
10109 "async-io",
10110 "smol",
10111 "tempfile",
10112 "windows 0.61.1",
10113 "workspace-hack",
10114]
10115
10116[[package]]
10117name = "new_debug_unreachable"
10118version = "1.0.6"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10121
10122[[package]]
10123name = "nix"
10124version = "0.28.0"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10127dependencies = [
10128 "bitflags 2.9.0",
10129 "cfg-if",
10130 "cfg_aliases 0.1.1",
10131 "libc",
10132]
10133
10134[[package]]
10135name = "nix"
10136version = "0.29.0"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10139dependencies = [
10140 "bitflags 2.9.0",
10141 "cfg-if",
10142 "cfg_aliases 0.2.1",
10143 "libc",
10144]
10145
10146[[package]]
10147name = "nix"
10148version = "0.30.1"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10151dependencies = [
10152 "bitflags 2.9.0",
10153 "cfg-if",
10154 "cfg_aliases 0.2.1",
10155 "libc",
10156 "memoffset",
10157]
10158
10159[[package]]
10160name = "node_runtime"
10161version = "0.1.0"
10162dependencies = [
10163 "anyhow",
10164 "async-compression",
10165 "async-std",
10166 "async-tar",
10167 "async-trait",
10168 "futures 0.3.31",
10169 "http_client",
10170 "log",
10171 "paths",
10172 "semver",
10173 "serde",
10174 "serde_json",
10175 "smol",
10176 "util",
10177 "watch",
10178 "which 6.0.3",
10179 "workspace-hack",
10180]
10181
10182[[package]]
10183name = "nom"
10184version = "7.1.3"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10187dependencies = [
10188 "memchr",
10189 "minimal-lexical",
10190]
10191
10192[[package]]
10193name = "nom"
10194version = "8.0.0"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10197dependencies = [
10198 "memchr",
10199]
10200
10201[[package]]
10202name = "noop_proc_macro"
10203version = "0.3.0"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10206
10207[[package]]
10208name = "normpath"
10209version = "1.3.0"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10212dependencies = [
10213 "windows-sys 0.59.0",
10214]
10215
10216[[package]]
10217name = "notifications"
10218version = "0.1.0"
10219dependencies = [
10220 "anyhow",
10221 "channel",
10222 "client",
10223 "collections",
10224 "component",
10225 "db",
10226 "gpui",
10227 "rpc",
10228 "settings",
10229 "sum_tree",
10230 "time",
10231 "ui",
10232 "util",
10233 "workspace",
10234 "workspace-hack",
10235 "zed_actions",
10236]
10237
10238[[package]]
10239name = "notify"
10240version = "6.1.1"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10243dependencies = [
10244 "bitflags 2.9.0",
10245 "crossbeam-channel",
10246 "filetime",
10247 "fsevent-sys 4.1.0",
10248 "inotify 0.9.6",
10249 "kqueue",
10250 "libc",
10251 "log",
10252 "mio 0.8.11",
10253 "walkdir",
10254 "windows-sys 0.48.0",
10255]
10256
10257[[package]]
10258name = "notify"
10259version = "8.0.0"
10260source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10261dependencies = [
10262 "bitflags 2.9.0",
10263 "filetime",
10264 "fsevent-sys 4.1.0",
10265 "inotify 0.11.0",
10266 "kqueue",
10267 "libc",
10268 "log",
10269 "mio 1.0.3",
10270 "notify-types",
10271 "walkdir",
10272 "windows-sys 0.59.0",
10273]
10274
10275[[package]]
10276name = "notify-debouncer-mini"
10277version = "0.4.1"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10280dependencies = [
10281 "crossbeam-channel",
10282 "log",
10283 "notify 6.1.1",
10284]
10285
10286[[package]]
10287name = "notify-types"
10288version = "2.0.0"
10289source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10290
10291[[package]]
10292name = "ntapi"
10293version = "0.4.1"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10296dependencies = [
10297 "winapi",
10298]
10299
10300[[package]]
10301name = "nu-ansi-term"
10302version = "0.50.1"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10305dependencies = [
10306 "windows-sys 0.52.0",
10307]
10308
10309[[package]]
10310name = "num"
10311version = "0.4.3"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10314dependencies = [
10315 "num-bigint",
10316 "num-complex",
10317 "num-integer",
10318 "num-iter",
10319 "num-rational",
10320 "num-traits",
10321]
10322
10323[[package]]
10324name = "num-bigint"
10325version = "0.4.6"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10328dependencies = [
10329 "num-integer",
10330 "num-traits",
10331]
10332
10333[[package]]
10334name = "num-bigint-dig"
10335version = "0.8.4"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10338dependencies = [
10339 "byteorder",
10340 "lazy_static",
10341 "libm",
10342 "num-integer",
10343 "num-iter",
10344 "num-traits",
10345 "rand 0.8.5",
10346 "serde",
10347 "smallvec",
10348 "zeroize",
10349]
10350
10351[[package]]
10352name = "num-cmp"
10353version = "0.1.0"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10356
10357[[package]]
10358name = "num-complex"
10359version = "0.4.6"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10362dependencies = [
10363 "bytemuck",
10364 "num-traits",
10365]
10366
10367[[package]]
10368name = "num-conv"
10369version = "0.1.0"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10372
10373[[package]]
10374name = "num-derive"
10375version = "0.4.2"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10378dependencies = [
10379 "proc-macro2",
10380 "quote",
10381 "syn 2.0.101",
10382]
10383
10384[[package]]
10385name = "num-format"
10386version = "0.4.4"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10389dependencies = [
10390 "arrayvec",
10391 "itoa",
10392]
10393
10394[[package]]
10395name = "num-integer"
10396version = "0.1.46"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10399dependencies = [
10400 "num-traits",
10401]
10402
10403[[package]]
10404name = "num-iter"
10405version = "0.1.45"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10408dependencies = [
10409 "autocfg",
10410 "num-integer",
10411 "num-traits",
10412]
10413
10414[[package]]
10415name = "num-rational"
10416version = "0.4.2"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10419dependencies = [
10420 "num-bigint",
10421 "num-integer",
10422 "num-traits",
10423]
10424
10425[[package]]
10426name = "num-traits"
10427version = "0.2.19"
10428source = "registry+https://github.com/rust-lang/crates.io-index"
10429checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10430dependencies = [
10431 "autocfg",
10432 "libm",
10433]
10434
10435[[package]]
10436name = "num_cpus"
10437version = "1.16.0"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10440dependencies = [
10441 "hermit-abi 0.3.9",
10442 "libc",
10443]
10444
10445[[package]]
10446name = "num_enum"
10447version = "0.7.3"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10450dependencies = [
10451 "num_enum_derive",
10452]
10453
10454[[package]]
10455name = "num_enum_derive"
10456version = "0.7.3"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10459dependencies = [
10460 "proc-macro-crate",
10461 "proc-macro2",
10462 "quote",
10463 "syn 2.0.101",
10464]
10465
10466[[package]]
10467name = "num_threads"
10468version = "0.1.7"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10471dependencies = [
10472 "libc",
10473]
10474
10475[[package]]
10476name = "nvim-rs"
10477version = "0.9.2"
10478source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10479dependencies = [
10480 "async-trait",
10481 "futures 0.3.31",
10482 "log",
10483 "rmp",
10484 "rmpv",
10485 "tokio",
10486 "tokio-util",
10487]
10488
10489[[package]]
10490name = "objc"
10491version = "0.2.7"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10494dependencies = [
10495 "malloc_buf",
10496 "objc_exception",
10497]
10498
10499[[package]]
10500name = "objc-foundation"
10501version = "0.1.1"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10504dependencies = [
10505 "block",
10506 "objc",
10507 "objc_id",
10508]
10509
10510[[package]]
10511name = "objc2"
10512version = "0.6.1"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10515dependencies = [
10516 "objc2-encode",
10517]
10518
10519[[package]]
10520name = "objc2-app-kit"
10521version = "0.3.1"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10524dependencies = [
10525 "bitflags 2.9.0",
10526 "objc2",
10527 "objc2-core-foundation",
10528 "objc2-foundation",
10529 "objc2-quartz-core",
10530]
10531
10532[[package]]
10533name = "objc2-audio-toolbox"
10534version = "0.3.1"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10537dependencies = [
10538 "bitflags 2.9.0",
10539 "libc",
10540 "objc2",
10541 "objc2-core-audio",
10542 "objc2-core-audio-types",
10543 "objc2-core-foundation",
10544 "objc2-foundation",
10545]
10546
10547[[package]]
10548name = "objc2-core-audio"
10549version = "0.3.1"
10550source = "registry+https://github.com/rust-lang/crates.io-index"
10551checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10552dependencies = [
10553 "dispatch2",
10554 "objc2",
10555 "objc2-core-audio-types",
10556 "objc2-core-foundation",
10557]
10558
10559[[package]]
10560name = "objc2-core-audio-types"
10561version = "0.3.1"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10564dependencies = [
10565 "bitflags 2.9.0",
10566 "objc2",
10567]
10568
10569[[package]]
10570name = "objc2-core-foundation"
10571version = "0.3.1"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10574dependencies = [
10575 "bitflags 2.9.0",
10576 "dispatch2",
10577 "objc2",
10578]
10579
10580[[package]]
10581name = "objc2-encode"
10582version = "4.1.0"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10585
10586[[package]]
10587name = "objc2-foundation"
10588version = "0.3.1"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10591dependencies = [
10592 "bitflags 2.9.0",
10593 "objc2",
10594 "objc2-core-foundation",
10595]
10596
10597[[package]]
10598name = "objc2-io-kit"
10599version = "0.3.1"
10600source = "registry+https://github.com/rust-lang/crates.io-index"
10601checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a"
10602dependencies = [
10603 "libc",
10604 "objc2-core-foundation",
10605]
10606
10607[[package]]
10608name = "objc2-metal"
10609version = "0.3.1"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10612dependencies = [
10613 "bitflags 2.9.0",
10614 "block2",
10615 "dispatch2",
10616 "objc2",
10617 "objc2-core-foundation",
10618 "objc2-foundation",
10619]
10620
10621[[package]]
10622name = "objc2-quartz-core"
10623version = "0.3.1"
10624source = "registry+https://github.com/rust-lang/crates.io-index"
10625checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10626dependencies = [
10627 "bitflags 2.9.0",
10628 "objc2",
10629 "objc2-core-foundation",
10630 "objc2-foundation",
10631 "objc2-metal",
10632]
10633
10634[[package]]
10635name = "objc2-ui-kit"
10636version = "0.3.1"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10639dependencies = [
10640 "bitflags 2.9.0",
10641 "objc2",
10642 "objc2-core-foundation",
10643 "objc2-foundation",
10644 "objc2-quartz-core",
10645]
10646
10647[[package]]
10648name = "objc_exception"
10649version = "0.1.2"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10652dependencies = [
10653 "cc",
10654]
10655
10656[[package]]
10657name = "objc_id"
10658version = "0.1.1"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10661dependencies = [
10662 "objc",
10663]
10664
10665[[package]]
10666name = "object"
10667version = "0.36.7"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10670dependencies = [
10671 "crc32fast",
10672 "hashbrown 0.15.3",
10673 "indexmap 2.9.0",
10674 "memchr",
10675]
10676
10677[[package]]
10678name = "ollama"
10679version = "0.1.0"
10680dependencies = [
10681 "anyhow",
10682 "futures 0.3.31",
10683 "http_client",
10684 "schemars 1.0.1",
10685 "serde",
10686 "serde_json",
10687 "settings",
10688 "workspace-hack",
10689]
10690
10691[[package]]
10692name = "onboarding"
10693version = "0.1.0"
10694dependencies = [
10695 "anyhow",
10696 "client",
10697 "component",
10698 "db",
10699 "documented",
10700 "fs",
10701 "fuzzy",
10702 "git",
10703 "gpui",
10704 "menu",
10705 "notifications",
10706 "picker",
10707 "project",
10708 "schemars 1.0.1",
10709 "serde",
10710 "settings",
10711 "telemetry",
10712 "theme",
10713 "ui",
10714 "ui_input",
10715 "util",
10716 "vim_mode_setting",
10717 "workspace",
10718 "workspace-hack",
10719 "zed_actions",
10720 "zlog",
10721]
10722
10723[[package]]
10724name = "once_cell"
10725version = "1.21.3"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10728
10729[[package]]
10730name = "oo7"
10731version = "0.5.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10734dependencies = [
10735 "aes",
10736 "ashpd 0.12.0",
10737 "async-fs",
10738 "async-io",
10739 "async-lock",
10740 "blocking",
10741 "cbc",
10742 "cipher",
10743 "digest",
10744 "endi",
10745 "futures-lite 2.6.0",
10746 "futures-util",
10747 "getrandom 0.3.2",
10748 "hkdf",
10749 "hmac",
10750 "md-5",
10751 "num",
10752 "num-bigint-dig",
10753 "pbkdf2 0.12.2",
10754 "rand 0.9.1",
10755 "serde",
10756 "sha2",
10757 "subtle",
10758 "zbus",
10759 "zbus_macros",
10760 "zeroize",
10761 "zvariant",
10762]
10763
10764[[package]]
10765name = "oorandom"
10766version = "11.1.5"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10769
10770[[package]]
10771name = "open"
10772version = "5.3.2"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10775dependencies = [
10776 "is-wsl",
10777 "libc",
10778 "pathdiff",
10779]
10780
10781[[package]]
10782name = "open_ai"
10783version = "0.1.0"
10784dependencies = [
10785 "anyhow",
10786 "futures 0.3.31",
10787 "http_client",
10788 "log",
10789 "schemars 1.0.1",
10790 "serde",
10791 "serde_json",
10792 "settings",
10793 "strum 0.27.1",
10794 "workspace-hack",
10795]
10796
10797[[package]]
10798name = "open_router"
10799version = "0.1.0"
10800dependencies = [
10801 "anyhow",
10802 "futures 0.3.31",
10803 "http_client",
10804 "schemars 1.0.1",
10805 "serde",
10806 "serde_json",
10807 "settings",
10808 "strum 0.27.1",
10809 "thiserror 2.0.12",
10810 "workspace-hack",
10811]
10812
10813[[package]]
10814name = "opener"
10815version = "0.7.2"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10818dependencies = [
10819 "bstr",
10820 "dbus",
10821 "normpath",
10822 "windows-sys 0.59.0",
10823]
10824
10825[[package]]
10826name = "openssl"
10827version = "0.10.72"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10830dependencies = [
10831 "bitflags 2.9.0",
10832 "cfg-if",
10833 "foreign-types 0.3.2",
10834 "libc",
10835 "once_cell",
10836 "openssl-macros",
10837 "openssl-sys",
10838]
10839
10840[[package]]
10841name = "openssl-macros"
10842version = "0.1.1"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10845dependencies = [
10846 "proc-macro2",
10847 "quote",
10848 "syn 2.0.101",
10849]
10850
10851[[package]]
10852name = "openssl-probe"
10853version = "0.1.6"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10856
10857[[package]]
10858name = "openssl-sys"
10859version = "0.9.107"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10862dependencies = [
10863 "cc",
10864 "libc",
10865 "pkg-config",
10866 "vcpkg",
10867]
10868
10869[[package]]
10870name = "optfield"
10871version = "0.3.0"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10874dependencies = [
10875 "proc-macro2",
10876 "quote",
10877 "syn 2.0.101",
10878]
10879
10880[[package]]
10881name = "option-ext"
10882version = "0.2.0"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10885
10886[[package]]
10887name = "ordered-float"
10888version = "2.10.1"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10891dependencies = [
10892 "num-traits",
10893]
10894
10895[[package]]
10896name = "ordered-float"
10897version = "4.6.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10900dependencies = [
10901 "num-traits",
10902]
10903
10904[[package]]
10905name = "ordered-stream"
10906version = "0.2.0"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10909dependencies = [
10910 "futures-core",
10911 "pin-project-lite",
10912]
10913
10914[[package]]
10915name = "ouroboros"
10916version = "0.18.5"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10919dependencies = [
10920 "aliasable",
10921 "ouroboros_macro",
10922 "static_assertions",
10923]
10924
10925[[package]]
10926name = "ouroboros_macro"
10927version = "0.18.5"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10930dependencies = [
10931 "heck 0.4.1",
10932 "proc-macro2",
10933 "proc-macro2-diagnostics",
10934 "quote",
10935 "syn 2.0.101",
10936]
10937
10938[[package]]
10939name = "outline"
10940version = "0.1.0"
10941dependencies = [
10942 "editor",
10943 "fuzzy",
10944 "gpui",
10945 "indoc",
10946 "language",
10947 "menu",
10948 "ordered-float 2.10.1",
10949 "picker",
10950 "project",
10951 "rope",
10952 "serde_json",
10953 "settings",
10954 "smol",
10955 "theme",
10956 "tree-sitter-rust",
10957 "tree-sitter-typescript",
10958 "ui",
10959 "util",
10960 "workspace",
10961 "workspace-hack",
10962 "zed_actions",
10963]
10964
10965[[package]]
10966name = "outline_panel"
10967version = "0.1.0"
10968dependencies = [
10969 "anyhow",
10970 "collections",
10971 "db",
10972 "editor",
10973 "file_icons",
10974 "fuzzy",
10975 "gpui",
10976 "itertools 0.14.0",
10977 "language",
10978 "log",
10979 "menu",
10980 "outline",
10981 "pretty_assertions",
10982 "project",
10983 "search",
10984 "serde",
10985 "serde_json",
10986 "settings",
10987 "smallvec",
10988 "smol",
10989 "theme",
10990 "ui",
10991 "util",
10992 "workspace",
10993 "workspace-hack",
10994 "worktree",
10995 "zed_actions",
10996]
10997
10998[[package]]
10999name = "outref"
11000version = "0.5.2"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11003
11004[[package]]
11005name = "p256"
11006version = "0.11.1"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11009dependencies = [
11010 "ecdsa",
11011 "elliptic-curve",
11012 "sha2",
11013]
11014
11015[[package]]
11016name = "page_size"
11017version = "0.6.0"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11020dependencies = [
11021 "libc",
11022 "winapi",
11023]
11024
11025[[package]]
11026name = "palette"
11027version = "0.7.6"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11030dependencies = [
11031 "approx",
11032 "fast-srgb8",
11033 "palette_derive",
11034]
11035
11036[[package]]
11037name = "palette_derive"
11038version = "0.7.6"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11041dependencies = [
11042 "by_address",
11043 "proc-macro2",
11044 "quote",
11045 "syn 2.0.101",
11046]
11047
11048[[package]]
11049name = "panel"
11050version = "0.1.0"
11051dependencies = [
11052 "editor",
11053 "gpui",
11054 "settings",
11055 "theme",
11056 "ui",
11057 "workspace",
11058 "workspace-hack",
11059]
11060
11061[[package]]
11062name = "parking"
11063version = "2.2.1"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11066
11067[[package]]
11068name = "parking_lot"
11069version = "0.12.4"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
11072dependencies = [
11073 "lock_api",
11074 "parking_lot_core",
11075]
11076
11077[[package]]
11078name = "parking_lot_core"
11079version = "0.9.11"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11082dependencies = [
11083 "cfg-if",
11084 "libc",
11085 "redox_syscall 0.5.11",
11086 "smallvec",
11087 "windows-targets 0.52.6",
11088]
11089
11090[[package]]
11091name = "parse_int"
11092version = "0.9.0"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11095dependencies = [
11096 "num-traits",
11097]
11098
11099[[package]]
11100name = "partial-json-fixer"
11101version = "0.5.3"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11104
11105[[package]]
11106name = "password-hash"
11107version = "0.4.2"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11110dependencies = [
11111 "base64ct",
11112 "rand_core 0.6.4",
11113 "subtle",
11114]
11115
11116[[package]]
11117name = "password-hash"
11118version = "0.5.0"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11121dependencies = [
11122 "base64ct",
11123 "rand_core 0.6.4",
11124 "subtle",
11125]
11126
11127[[package]]
11128name = "paste"
11129version = "1.0.15"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11132
11133[[package]]
11134name = "pathdiff"
11135version = "0.2.3"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11138
11139[[package]]
11140name = "pathfinder_geometry"
11141version = "0.5.1"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11144dependencies = [
11145 "log",
11146 "pathfinder_simd",
11147]
11148
11149[[package]]
11150name = "pathfinder_simd"
11151version = "0.5.5"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11154dependencies = [
11155 "rustc_version",
11156]
11157
11158[[package]]
11159name = "paths"
11160version = "0.1.0"
11161dependencies = [
11162 "dirs 4.0.0",
11163 "ignore",
11164 "util",
11165 "workspace-hack",
11166]
11167
11168[[package]]
11169name = "pbjson"
11170version = "0.6.0"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11173dependencies = [
11174 "base64 0.21.7",
11175 "serde",
11176]
11177
11178[[package]]
11179name = "pbjson-build"
11180version = "0.6.2"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11183dependencies = [
11184 "heck 0.4.1",
11185 "itertools 0.11.0",
11186 "prost 0.12.6",
11187 "prost-types 0.12.6",
11188]
11189
11190[[package]]
11191name = "pbjson-types"
11192version = "0.6.0"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11195dependencies = [
11196 "bytes 1.10.1",
11197 "chrono",
11198 "pbjson",
11199 "pbjson-build",
11200 "prost 0.12.6",
11201 "prost-build 0.12.6",
11202 "serde",
11203]
11204
11205[[package]]
11206name = "pbkdf2"
11207version = "0.11.0"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11210dependencies = [
11211 "digest",
11212 "hmac",
11213 "password-hash 0.4.2",
11214 "sha2",
11215]
11216
11217[[package]]
11218name = "pbkdf2"
11219version = "0.12.2"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11222dependencies = [
11223 "digest",
11224 "hmac",
11225]
11226
11227[[package]]
11228name = "pciid-parser"
11229version = "0.8.0"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11232
11233[[package]]
11234name = "pem"
11235version = "3.0.5"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11238dependencies = [
11239 "base64 0.22.1",
11240 "serde",
11241]
11242
11243[[package]]
11244name = "pem-rfc7468"
11245version = "0.7.0"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11248dependencies = [
11249 "base64ct",
11250]
11251
11252[[package]]
11253name = "percent-encoding"
11254version = "2.3.1"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11257
11258[[package]]
11259name = "perf"
11260version = "0.1.0"
11261dependencies = [
11262 "collections",
11263 "serde",
11264 "serde_json",
11265 "workspace-hack",
11266]
11267
11268[[package]]
11269name = "pest"
11270version = "2.8.0"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11273dependencies = [
11274 "memchr",
11275 "thiserror 2.0.12",
11276 "ucd-trie",
11277]
11278
11279[[package]]
11280name = "pest_derive"
11281version = "2.8.0"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11284dependencies = [
11285 "pest",
11286 "pest_generator",
11287]
11288
11289[[package]]
11290name = "pest_generator"
11291version = "2.8.0"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11294dependencies = [
11295 "pest",
11296 "pest_meta",
11297 "proc-macro2",
11298 "quote",
11299 "syn 2.0.101",
11300]
11301
11302[[package]]
11303name = "pest_meta"
11304version = "2.8.0"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11307dependencies = [
11308 "once_cell",
11309 "pest",
11310 "sha2",
11311]
11312
11313[[package]]
11314name = "pet"
11315version = "0.1.0"
11316source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11317dependencies = [
11318 "clap",
11319 "env_logger 0.10.2",
11320 "lazy_static",
11321 "log",
11322 "msvc_spectre_libs",
11323 "pet-conda",
11324 "pet-core",
11325 "pet-env-var-path",
11326 "pet-fs",
11327 "pet-global-virtualenvs",
11328 "pet-homebrew",
11329 "pet-jsonrpc",
11330 "pet-linux-global-python",
11331 "pet-mac-commandlinetools",
11332 "pet-mac-python-org",
11333 "pet-mac-xcode",
11334 "pet-pipenv",
11335 "pet-pixi",
11336 "pet-poetry",
11337 "pet-pyenv",
11338 "pet-python-utils",
11339 "pet-reporter",
11340 "pet-telemetry",
11341 "pet-venv",
11342 "pet-virtualenv",
11343 "pet-virtualenvwrapper",
11344 "pet-windows-registry",
11345 "pet-windows-store",
11346 "serde",
11347 "serde_json",
11348]
11349
11350[[package]]
11351name = "pet-conda"
11352version = "0.1.0"
11353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11354dependencies = [
11355 "env_logger 0.10.2",
11356 "lazy_static",
11357 "log",
11358 "msvc_spectre_libs",
11359 "pet-core",
11360 "pet-fs",
11361 "pet-python-utils",
11362 "pet-reporter",
11363 "regex",
11364 "serde",
11365 "serde_json",
11366 "yaml-rust2",
11367]
11368
11369[[package]]
11370name = "pet-core"
11371version = "0.1.0"
11372source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11373dependencies = [
11374 "clap",
11375 "lazy_static",
11376 "log",
11377 "msvc_spectre_libs",
11378 "pet-fs",
11379 "regex",
11380 "serde",
11381 "serde_json",
11382]
11383
11384[[package]]
11385name = "pet-env-var-path"
11386version = "0.1.0"
11387source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11388dependencies = [
11389 "lazy_static",
11390 "log",
11391 "msvc_spectre_libs",
11392 "pet-conda",
11393 "pet-core",
11394 "pet-fs",
11395 "pet-python-utils",
11396 "pet-virtualenv",
11397 "regex",
11398]
11399
11400[[package]]
11401name = "pet-fs"
11402version = "0.1.0"
11403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11404dependencies = [
11405 "log",
11406 "msvc_spectre_libs",
11407]
11408
11409[[package]]
11410name = "pet-global-virtualenvs"
11411version = "0.1.0"
11412source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11413dependencies = [
11414 "log",
11415 "msvc_spectre_libs",
11416 "pet-conda",
11417 "pet-core",
11418 "pet-fs",
11419 "pet-virtualenv",
11420]
11421
11422[[package]]
11423name = "pet-homebrew"
11424version = "0.1.0"
11425source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11426dependencies = [
11427 "lazy_static",
11428 "log",
11429 "msvc_spectre_libs",
11430 "pet-conda",
11431 "pet-core",
11432 "pet-fs",
11433 "pet-python-utils",
11434 "pet-virtualenv",
11435 "regex",
11436 "serde",
11437 "serde_json",
11438]
11439
11440[[package]]
11441name = "pet-jsonrpc"
11442version = "0.1.0"
11443source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11444dependencies = [
11445 "env_logger 0.10.2",
11446 "log",
11447 "msvc_spectre_libs",
11448 "pet-core",
11449 "serde",
11450 "serde_json",
11451]
11452
11453[[package]]
11454name = "pet-linux-global-python"
11455version = "0.1.0"
11456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11457dependencies = [
11458 "log",
11459 "msvc_spectre_libs",
11460 "pet-core",
11461 "pet-fs",
11462 "pet-python-utils",
11463 "pet-virtualenv",
11464]
11465
11466[[package]]
11467name = "pet-mac-commandlinetools"
11468version = "0.1.0"
11469source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11470dependencies = [
11471 "log",
11472 "msvc_spectre_libs",
11473 "pet-core",
11474 "pet-fs",
11475 "pet-python-utils",
11476 "pet-virtualenv",
11477]
11478
11479[[package]]
11480name = "pet-mac-python-org"
11481version = "0.1.0"
11482source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11483dependencies = [
11484 "log",
11485 "msvc_spectre_libs",
11486 "pet-core",
11487 "pet-fs",
11488 "pet-python-utils",
11489 "pet-virtualenv",
11490]
11491
11492[[package]]
11493name = "pet-mac-xcode"
11494version = "0.1.0"
11495source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11496dependencies = [
11497 "log",
11498 "msvc_spectre_libs",
11499 "pet-core",
11500 "pet-fs",
11501 "pet-python-utils",
11502 "pet-virtualenv",
11503]
11504
11505[[package]]
11506name = "pet-pipenv"
11507version = "0.1.0"
11508source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11509dependencies = [
11510 "log",
11511 "msvc_spectre_libs",
11512 "pet-core",
11513 "pet-fs",
11514 "pet-python-utils",
11515 "pet-virtualenv",
11516]
11517
11518[[package]]
11519name = "pet-pixi"
11520version = "0.1.0"
11521source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11522dependencies = [
11523 "log",
11524 "msvc_spectre_libs",
11525 "pet-conda",
11526 "pet-core",
11527 "pet-python-utils",
11528]
11529
11530[[package]]
11531name = "pet-poetry"
11532version = "0.1.0"
11533source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11534dependencies = [
11535 "base64 0.22.1",
11536 "lazy_static",
11537 "log",
11538 "msvc_spectre_libs",
11539 "pet-core",
11540 "pet-fs",
11541 "pet-python-utils",
11542 "pet-reporter",
11543 "pet-virtualenv",
11544 "regex",
11545 "serde",
11546 "serde_json",
11547 "sha2",
11548 "toml 0.8.20",
11549]
11550
11551[[package]]
11552name = "pet-pyenv"
11553version = "0.1.0"
11554source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11555dependencies = [
11556 "lazy_static",
11557 "log",
11558 "msvc_spectre_libs",
11559 "pet-conda",
11560 "pet-core",
11561 "pet-fs",
11562 "pet-python-utils",
11563 "pet-reporter",
11564 "regex",
11565 "serde",
11566 "serde_json",
11567]
11568
11569[[package]]
11570name = "pet-python-utils"
11571version = "0.1.0"
11572source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11573dependencies = [
11574 "env_logger 0.10.2",
11575 "lazy_static",
11576 "log",
11577 "msvc_spectre_libs",
11578 "pet-core",
11579 "pet-fs",
11580 "regex",
11581 "serde",
11582 "serde_json",
11583 "sha2",
11584]
11585
11586[[package]]
11587name = "pet-reporter"
11588version = "0.1.0"
11589source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11590dependencies = [
11591 "env_logger 0.10.2",
11592 "log",
11593 "msvc_spectre_libs",
11594 "pet-core",
11595 "pet-jsonrpc",
11596 "serde",
11597 "serde_json",
11598]
11599
11600[[package]]
11601name = "pet-telemetry"
11602version = "0.1.0"
11603source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11604dependencies = [
11605 "env_logger 0.10.2",
11606 "lazy_static",
11607 "log",
11608 "msvc_spectre_libs",
11609 "pet-core",
11610 "pet-fs",
11611 "pet-python-utils",
11612 "regex",
11613]
11614
11615[[package]]
11616name = "pet-venv"
11617version = "0.1.0"
11618source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11619dependencies = [
11620 "log",
11621 "msvc_spectre_libs",
11622 "pet-core",
11623 "pet-python-utils",
11624 "pet-virtualenv",
11625]
11626
11627[[package]]
11628name = "pet-virtualenv"
11629version = "0.1.0"
11630source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11631dependencies = [
11632 "log",
11633 "msvc_spectre_libs",
11634 "pet-core",
11635 "pet-fs",
11636 "pet-python-utils",
11637]
11638
11639[[package]]
11640name = "pet-virtualenvwrapper"
11641version = "0.1.0"
11642source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11643dependencies = [
11644 "log",
11645 "msvc_spectre_libs",
11646 "pet-core",
11647 "pet-fs",
11648 "pet-python-utils",
11649 "pet-virtualenv",
11650]
11651
11652[[package]]
11653name = "pet-windows-registry"
11654version = "0.1.0"
11655source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11656dependencies = [
11657 "lazy_static",
11658 "log",
11659 "msvc_spectre_libs",
11660 "pet-conda",
11661 "pet-core",
11662 "pet-fs",
11663 "pet-python-utils",
11664 "pet-virtualenv",
11665 "pet-windows-store",
11666 "regex",
11667 "winreg 0.55.0",
11668]
11669
11670[[package]]
11671name = "pet-windows-store"
11672version = "0.1.0"
11673source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11674dependencies = [
11675 "lazy_static",
11676 "log",
11677 "msvc_spectre_libs",
11678 "pet-core",
11679 "pet-fs",
11680 "pet-python-utils",
11681 "pet-virtualenv",
11682 "regex",
11683 "winreg 0.55.0",
11684]
11685
11686[[package]]
11687name = "petgraph"
11688version = "0.6.5"
11689source = "registry+https://github.com/rust-lang/crates.io-index"
11690checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11691dependencies = [
11692 "fixedbitset",
11693 "indexmap 2.9.0",
11694]
11695
11696[[package]]
11697name = "pgvector"
11698version = "0.4.0"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11701dependencies = [
11702 "serde",
11703]
11704
11705[[package]]
11706name = "phf"
11707version = "0.11.3"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11710dependencies = [
11711 "phf_macros",
11712 "phf_shared",
11713]
11714
11715[[package]]
11716name = "phf_codegen"
11717version = "0.11.3"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11720dependencies = [
11721 "phf_generator",
11722 "phf_shared",
11723]
11724
11725[[package]]
11726name = "phf_generator"
11727version = "0.11.3"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11730dependencies = [
11731 "phf_shared",
11732 "rand 0.8.5",
11733]
11734
11735[[package]]
11736name = "phf_macros"
11737version = "0.11.3"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11740dependencies = [
11741 "phf_generator",
11742 "phf_shared",
11743 "proc-macro2",
11744 "quote",
11745 "syn 2.0.101",
11746]
11747
11748[[package]]
11749name = "phf_shared"
11750version = "0.11.3"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11753dependencies = [
11754 "siphasher",
11755]
11756
11757[[package]]
11758name = "picker"
11759version = "0.1.0"
11760dependencies = [
11761 "anyhow",
11762 "ctor",
11763 "editor",
11764 "env_logger 0.11.8",
11765 "gpui",
11766 "menu",
11767 "schemars 1.0.1",
11768 "serde",
11769 "serde_json",
11770 "theme",
11771 "ui",
11772 "workspace",
11773 "workspace-hack",
11774]
11775
11776[[package]]
11777name = "pico-args"
11778version = "0.5.0"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11781
11782[[package]]
11783name = "pin-project"
11784version = "1.1.10"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11787dependencies = [
11788 "pin-project-internal",
11789]
11790
11791[[package]]
11792name = "pin-project-internal"
11793version = "1.1.10"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11796dependencies = [
11797 "proc-macro2",
11798 "quote",
11799 "syn 2.0.101",
11800]
11801
11802[[package]]
11803name = "pin-project-lite"
11804version = "0.2.16"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11807
11808[[package]]
11809name = "pin-utils"
11810version = "0.1.0"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11813
11814[[package]]
11815name = "piper"
11816version = "0.2.4"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11819dependencies = [
11820 "atomic-waker",
11821 "fastrand 2.3.0",
11822 "futures-io",
11823]
11824
11825[[package]]
11826name = "pkcs1"
11827version = "0.7.5"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11830dependencies = [
11831 "der 0.7.10",
11832 "pkcs8 0.10.2",
11833 "spki 0.7.3",
11834]
11835
11836[[package]]
11837name = "pkcs8"
11838version = "0.9.0"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11841dependencies = [
11842 "der 0.6.1",
11843 "spki 0.6.0",
11844]
11845
11846[[package]]
11847name = "pkcs8"
11848version = "0.10.2"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11851dependencies = [
11852 "der 0.7.10",
11853 "spki 0.7.3",
11854]
11855
11856[[package]]
11857name = "pkg-config"
11858version = "0.3.32"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11861
11862[[package]]
11863name = "plain"
11864version = "0.2.3"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11867
11868[[package]]
11869name = "plist"
11870version = "1.7.1"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11873dependencies = [
11874 "base64 0.22.1",
11875 "indexmap 2.9.0",
11876 "quick-xml 0.32.0",
11877 "serde",
11878 "time",
11879]
11880
11881[[package]]
11882name = "plotters"
11883version = "0.3.7"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11886dependencies = [
11887 "num-traits",
11888 "plotters-backend",
11889 "plotters-svg",
11890 "wasm-bindgen",
11891 "web-sys",
11892]
11893
11894[[package]]
11895name = "plotters-backend"
11896version = "0.3.7"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11899
11900[[package]]
11901name = "plotters-svg"
11902version = "0.3.7"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11905dependencies = [
11906 "plotters-backend",
11907]
11908
11909[[package]]
11910name = "png"
11911version = "0.17.16"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11914dependencies = [
11915 "bitflags 1.3.2",
11916 "crc32fast",
11917 "fdeflate",
11918 "flate2",
11919 "miniz_oxide",
11920]
11921
11922[[package]]
11923name = "polling"
11924version = "3.11.0"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11927dependencies = [
11928 "cfg-if",
11929 "concurrent-queue",
11930 "hermit-abi 0.5.0",
11931 "pin-project-lite",
11932 "rustix 1.0.7",
11933 "windows-sys 0.61.0",
11934]
11935
11936[[package]]
11937name = "pollster"
11938version = "0.2.5"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11941
11942[[package]]
11943name = "portable-atomic"
11944version = "1.11.0"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11947
11948[[package]]
11949name = "portable-atomic-util"
11950version = "0.2.4"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11953dependencies = [
11954 "portable-atomic",
11955]
11956
11957[[package]]
11958name = "portable-pty"
11959version = "0.9.0"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11962dependencies = [
11963 "anyhow",
11964 "bitflags 1.3.2",
11965 "downcast-rs",
11966 "filedescriptor",
11967 "lazy_static",
11968 "libc",
11969 "log",
11970 "nix 0.28.0",
11971 "serial2",
11972 "shared_library",
11973 "shell-words",
11974 "winapi",
11975 "winreg 0.10.1",
11976]
11977
11978[[package]]
11979name = "postage"
11980version = "0.5.0"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11983dependencies = [
11984 "atomic",
11985 "crossbeam-queue",
11986 "futures 0.3.31",
11987 "log",
11988 "parking_lot",
11989 "pin-project",
11990 "pollster",
11991 "static_assertions",
11992 "thiserror 1.0.69",
11993]
11994
11995[[package]]
11996name = "postcard"
11997version = "1.1.1"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
12000dependencies = [
12001 "cobs",
12002 "embedded-io 0.4.0",
12003 "embedded-io 0.6.1",
12004 "serde",
12005]
12006
12007[[package]]
12008name = "powerfmt"
12009version = "0.2.0"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12012
12013[[package]]
12014name = "ppv-lite86"
12015version = "0.2.21"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12018dependencies = [
12019 "zerocopy 0.8.24",
12020]
12021
12022[[package]]
12023name = "precomputed-hash"
12024version = "0.1.1"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12027
12028[[package]]
12029name = "prettier"
12030version = "0.1.0"
12031dependencies = [
12032 "anyhow",
12033 "collections",
12034 "fs",
12035 "gpui",
12036 "language",
12037 "log",
12038 "lsp",
12039 "node_runtime",
12040 "parking_lot",
12041 "paths",
12042 "serde",
12043 "serde_json",
12044 "util",
12045 "workspace-hack",
12046]
12047
12048[[package]]
12049name = "pretty_assertions"
12050version = "1.4.1"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12053dependencies = [
12054 "diff",
12055 "yansi",
12056]
12057
12058[[package]]
12059name = "prettyplease"
12060version = "0.2.32"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
12063dependencies = [
12064 "proc-macro2",
12065 "syn 2.0.101",
12066]
12067
12068[[package]]
12069name = "primal-check"
12070version = "0.3.4"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12073dependencies = [
12074 "num-integer",
12075]
12076
12077[[package]]
12078name = "proc-macro-crate"
12079version = "3.3.0"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12082dependencies = [
12083 "toml_edit",
12084]
12085
12086[[package]]
12087name = "proc-macro-error-attr2"
12088version = "2.0.0"
12089source = "registry+https://github.com/rust-lang/crates.io-index"
12090checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12091dependencies = [
12092 "proc-macro2",
12093 "quote",
12094]
12095
12096[[package]]
12097name = "proc-macro-error2"
12098version = "2.0.1"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12101dependencies = [
12102 "proc-macro-error-attr2",
12103 "proc-macro2",
12104 "quote",
12105 "syn 2.0.101",
12106]
12107
12108[[package]]
12109name = "proc-macro2"
12110version = "1.0.95"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12113dependencies = [
12114 "unicode-ident",
12115]
12116
12117[[package]]
12118name = "proc-macro2-diagnostics"
12119version = "0.10.1"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12122dependencies = [
12123 "proc-macro2",
12124 "quote",
12125 "syn 2.0.101",
12126 "version_check",
12127 "yansi",
12128]
12129
12130[[package]]
12131name = "procfs-core"
12132version = "0.16.0"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12135dependencies = [
12136 "bitflags 2.9.0",
12137 "hex",
12138]
12139
12140[[package]]
12141name = "profiling"
12142version = "1.0.16"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12145dependencies = [
12146 "profiling-procmacros",
12147]
12148
12149[[package]]
12150name = "profiling-procmacros"
12151version = "1.0.16"
12152source = "registry+https://github.com/rust-lang/crates.io-index"
12153checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12154dependencies = [
12155 "quote",
12156 "syn 2.0.101",
12157]
12158
12159[[package]]
12160name = "project"
12161version = "0.1.0"
12162dependencies = [
12163 "aho-corasick",
12164 "anyhow",
12165 "askpass",
12166 "async-trait",
12167 "base64 0.22.1",
12168 "buffer_diff",
12169 "circular-buffer",
12170 "client",
12171 "clock",
12172 "collections",
12173 "context_server",
12174 "dap",
12175 "dap_adapters",
12176 "extension",
12177 "fancy-regex 0.14.0",
12178 "fs",
12179 "futures 0.3.31",
12180 "fuzzy",
12181 "git",
12182 "git2",
12183 "git_hosting_providers",
12184 "globset",
12185 "gpui",
12186 "http_client",
12187 "image",
12188 "indexmap 2.9.0",
12189 "itertools 0.14.0",
12190 "language",
12191 "log",
12192 "lsp",
12193 "markdown",
12194 "node_runtime",
12195 "parking_lot",
12196 "paths",
12197 "postage",
12198 "prettier",
12199 "pretty_assertions",
12200 "rand 0.9.1",
12201 "regex",
12202 "release_channel",
12203 "remote",
12204 "rpc",
12205 "schemars 1.0.1",
12206 "semver",
12207 "serde",
12208 "serde_json",
12209 "settings",
12210 "sha2",
12211 "shellexpand 2.1.2",
12212 "shlex",
12213 "smallvec",
12214 "smol",
12215 "snippet",
12216 "snippet_provider",
12217 "sum_tree",
12218 "task",
12219 "tempfile",
12220 "terminal",
12221 "text",
12222 "toml 0.8.20",
12223 "unindent",
12224 "url",
12225 "util",
12226 "watch",
12227 "which 6.0.3",
12228 "workspace-hack",
12229 "worktree",
12230 "zeroize",
12231 "zlog",
12232]
12233
12234[[package]]
12235name = "project_panel"
12236version = "0.1.0"
12237dependencies = [
12238 "anyhow",
12239 "client",
12240 "collections",
12241 "command_palette_hooks",
12242 "criterion",
12243 "db",
12244 "editor",
12245 "file_icons",
12246 "git",
12247 "git_ui",
12248 "gpui",
12249 "language",
12250 "menu",
12251 "pretty_assertions",
12252 "project",
12253 "rayon",
12254 "schemars 1.0.1",
12255 "search",
12256 "serde",
12257 "serde_json",
12258 "settings",
12259 "smallvec",
12260 "telemetry",
12261 "theme",
12262 "ui",
12263 "util",
12264 "workspace",
12265 "workspace-hack",
12266 "worktree",
12267 "zed_actions",
12268]
12269
12270[[package]]
12271name = "project_symbols"
12272version = "0.1.0"
12273dependencies = [
12274 "anyhow",
12275 "editor",
12276 "futures 0.3.31",
12277 "fuzzy",
12278 "gpui",
12279 "language",
12280 "lsp",
12281 "ordered-float 2.10.1",
12282 "picker",
12283 "project",
12284 "release_channel",
12285 "serde_json",
12286 "settings",
12287 "theme",
12288 "util",
12289 "workspace",
12290 "workspace-hack",
12291]
12292
12293[[package]]
12294name = "prometheus"
12295version = "0.14.0"
12296source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12298dependencies = [
12299 "cfg-if",
12300 "fnv",
12301 "lazy_static",
12302 "memchr",
12303 "parking_lot",
12304 "protobuf",
12305 "thiserror 2.0.12",
12306]
12307
12308[[package]]
12309name = "prompt_store"
12310version = "0.1.0"
12311dependencies = [
12312 "anyhow",
12313 "assets",
12314 "chrono",
12315 "collections",
12316 "fs",
12317 "futures 0.3.31",
12318 "fuzzy",
12319 "gpui",
12320 "handlebars 4.5.0",
12321 "heed",
12322 "language",
12323 "log",
12324 "parking_lot",
12325 "paths",
12326 "rope",
12327 "serde",
12328 "serde_json",
12329 "text",
12330 "util",
12331 "uuid",
12332 "workspace-hack",
12333]
12334
12335[[package]]
12336name = "prost"
12337version = "0.9.0"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12340dependencies = [
12341 "bytes 1.10.1",
12342 "prost-derive 0.9.0",
12343]
12344
12345[[package]]
12346name = "prost"
12347version = "0.12.6"
12348source = "registry+https://github.com/rust-lang/crates.io-index"
12349checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12350dependencies = [
12351 "bytes 1.10.1",
12352 "prost-derive 0.12.6",
12353]
12354
12355[[package]]
12356name = "prost-build"
12357version = "0.9.0"
12358source = "registry+https://github.com/rust-lang/crates.io-index"
12359checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12360dependencies = [
12361 "bytes 1.10.1",
12362 "heck 0.3.3",
12363 "itertools 0.10.5",
12364 "lazy_static",
12365 "log",
12366 "multimap",
12367 "petgraph",
12368 "prost 0.9.0",
12369 "prost-types 0.9.0",
12370 "regex",
12371 "tempfile",
12372 "which 4.4.2",
12373]
12374
12375[[package]]
12376name = "prost-build"
12377version = "0.12.6"
12378source = "registry+https://github.com/rust-lang/crates.io-index"
12379checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12380dependencies = [
12381 "bytes 1.10.1",
12382 "heck 0.5.0",
12383 "itertools 0.12.1",
12384 "log",
12385 "multimap",
12386 "once_cell",
12387 "petgraph",
12388 "prettyplease",
12389 "prost 0.12.6",
12390 "prost-types 0.12.6",
12391 "regex",
12392 "syn 2.0.101",
12393 "tempfile",
12394]
12395
12396[[package]]
12397name = "prost-derive"
12398version = "0.9.0"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12401dependencies = [
12402 "anyhow",
12403 "itertools 0.10.5",
12404 "proc-macro2",
12405 "quote",
12406 "syn 1.0.109",
12407]
12408
12409[[package]]
12410name = "prost-derive"
12411version = "0.12.6"
12412source = "registry+https://github.com/rust-lang/crates.io-index"
12413checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12414dependencies = [
12415 "anyhow",
12416 "itertools 0.12.1",
12417 "proc-macro2",
12418 "quote",
12419 "syn 2.0.101",
12420]
12421
12422[[package]]
12423name = "prost-types"
12424version = "0.9.0"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12427dependencies = [
12428 "bytes 1.10.1",
12429 "prost 0.9.0",
12430]
12431
12432[[package]]
12433name = "prost-types"
12434version = "0.12.6"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12437dependencies = [
12438 "prost 0.12.6",
12439]
12440
12441[[package]]
12442name = "proto"
12443version = "0.1.0"
12444dependencies = [
12445 "anyhow",
12446 "collections",
12447 "prost 0.9.0",
12448 "prost-build 0.9.0",
12449 "serde",
12450 "typed-path",
12451 "workspace-hack",
12452]
12453
12454[[package]]
12455name = "protobuf"
12456version = "3.7.2"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12459dependencies = [
12460 "once_cell",
12461 "protobuf-support",
12462 "thiserror 1.0.69",
12463]
12464
12465[[package]]
12466name = "protobuf-support"
12467version = "3.7.2"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12470dependencies = [
12471 "thiserror 1.0.69",
12472]
12473
12474[[package]]
12475name = "psm"
12476version = "0.1.25"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12479dependencies = [
12480 "cc",
12481]
12482
12483[[package]]
12484name = "ptr_meta"
12485version = "0.1.4"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12488dependencies = [
12489 "ptr_meta_derive",
12490]
12491
12492[[package]]
12493name = "ptr_meta_derive"
12494version = "0.1.4"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12497dependencies = [
12498 "proc-macro2",
12499 "quote",
12500 "syn 1.0.109",
12501]
12502
12503[[package]]
12504name = "pulldown-cmark"
12505version = "0.10.3"
12506source = "registry+https://github.com/rust-lang/crates.io-index"
12507checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12508dependencies = [
12509 "bitflags 2.9.0",
12510 "memchr",
12511 "pulldown-cmark-escape",
12512 "unicase",
12513]
12514
12515[[package]]
12516name = "pulldown-cmark"
12517version = "0.12.2"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12520dependencies = [
12521 "bitflags 2.9.0",
12522 "memchr",
12523 "unicase",
12524]
12525
12526[[package]]
12527name = "pulldown-cmark-escape"
12528version = "0.10.1"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12531
12532[[package]]
12533name = "pulley-interpreter"
12534version = "29.0.1"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12537dependencies = [
12538 "cranelift-bitset",
12539 "log",
12540 "sptr",
12541 "wasmtime-math",
12542]
12543
12544[[package]]
12545name = "pulp"
12546version = "0.18.22"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12549dependencies = [
12550 "bytemuck",
12551 "libm",
12552 "num-complex",
12553 "reborrow",
12554]
12555
12556[[package]]
12557name = "pulp"
12558version = "0.21.5"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12561dependencies = [
12562 "bytemuck",
12563 "cfg-if",
12564 "libm",
12565 "num-complex",
12566 "reborrow",
12567 "version_check",
12568]
12569
12570[[package]]
12571name = "qoi"
12572version = "0.4.1"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12575dependencies = [
12576 "bytemuck",
12577]
12578
12579[[package]]
12580name = "quick-error"
12581version = "2.0.1"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12584
12585[[package]]
12586name = "quick-xml"
12587version = "0.30.0"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12590dependencies = [
12591 "memchr",
12592]
12593
12594[[package]]
12595name = "quick-xml"
12596version = "0.32.0"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12599dependencies = [
12600 "memchr",
12601]
12602
12603[[package]]
12604name = "quick-xml"
12605version = "0.37.4"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12608dependencies = [
12609 "memchr",
12610]
12611
12612[[package]]
12613name = "quinn"
12614version = "0.11.7"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12617dependencies = [
12618 "bytes 1.10.1",
12619 "cfg_aliases 0.2.1",
12620 "pin-project-lite",
12621 "quinn-proto",
12622 "quinn-udp",
12623 "rustc-hash 2.1.1",
12624 "rustls 0.23.26",
12625 "socket2",
12626 "thiserror 2.0.12",
12627 "tokio",
12628 "tracing",
12629 "web-time",
12630]
12631
12632[[package]]
12633name = "quinn-proto"
12634version = "0.11.10"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12637dependencies = [
12638 "bytes 1.10.1",
12639 "getrandom 0.3.2",
12640 "rand 0.9.1",
12641 "ring",
12642 "rustc-hash 2.1.1",
12643 "rustls 0.23.26",
12644 "rustls-pki-types",
12645 "slab",
12646 "thiserror 2.0.12",
12647 "tinyvec",
12648 "tracing",
12649 "web-time",
12650]
12651
12652[[package]]
12653name = "quinn-udp"
12654version = "0.5.11"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12657dependencies = [
12658 "cfg_aliases 0.2.1",
12659 "libc",
12660 "once_cell",
12661 "socket2",
12662 "tracing",
12663 "windows-sys 0.59.0",
12664]
12665
12666[[package]]
12667name = "quote"
12668version = "1.0.40"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12671dependencies = [
12672 "proc-macro2",
12673]
12674
12675[[package]]
12676name = "r-efi"
12677version = "5.2.0"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12680
12681[[package]]
12682name = "radium"
12683version = "0.7.0"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12686
12687[[package]]
12688name = "rand"
12689version = "0.8.5"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12692dependencies = [
12693 "libc",
12694 "rand_chacha 0.3.1",
12695 "rand_core 0.6.4",
12696]
12697
12698[[package]]
12699name = "rand"
12700version = "0.9.1"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12703dependencies = [
12704 "rand_chacha 0.9.0",
12705 "rand_core 0.9.3",
12706]
12707
12708[[package]]
12709name = "rand_chacha"
12710version = "0.3.1"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12713dependencies = [
12714 "ppv-lite86",
12715 "rand_core 0.6.4",
12716]
12717
12718[[package]]
12719name = "rand_chacha"
12720version = "0.9.0"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12723dependencies = [
12724 "ppv-lite86",
12725 "rand_core 0.9.3",
12726]
12727
12728[[package]]
12729name = "rand_core"
12730version = "0.6.4"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12733dependencies = [
12734 "getrandom 0.2.15",
12735]
12736
12737[[package]]
12738name = "rand_core"
12739version = "0.9.3"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12742dependencies = [
12743 "getrandom 0.3.2",
12744]
12745
12746[[package]]
12747name = "rand_distr"
12748version = "0.5.1"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12751dependencies = [
12752 "num-traits",
12753 "rand 0.9.1",
12754]
12755
12756[[package]]
12757name = "range-map"
12758version = "0.2.0"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12761dependencies = [
12762 "num-traits",
12763]
12764
12765[[package]]
12766name = "rangemap"
12767version = "1.5.1"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12770
12771[[package]]
12772name = "rav1e"
12773version = "0.7.1"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12776dependencies = [
12777 "arbitrary",
12778 "arg_enum_proc_macro",
12779 "arrayvec",
12780 "av1-grain",
12781 "bitstream-io",
12782 "built",
12783 "cfg-if",
12784 "interpolate_name",
12785 "itertools 0.12.1",
12786 "libc",
12787 "libfuzzer-sys",
12788 "log",
12789 "maybe-rayon",
12790 "new_debug_unreachable",
12791 "noop_proc_macro",
12792 "num-derive",
12793 "num-traits",
12794 "once_cell",
12795 "paste",
12796 "profiling",
12797 "rand 0.8.5",
12798 "rand_chacha 0.3.1",
12799 "simd_helpers",
12800 "system-deps",
12801 "thiserror 1.0.69",
12802 "v_frame",
12803 "wasm-bindgen",
12804]
12805
12806[[package]]
12807name = "ravif"
12808version = "0.11.12"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12811dependencies = [
12812 "avif-serialize",
12813 "imgref",
12814 "loop9",
12815 "quick-error",
12816 "rav1e",
12817 "rayon",
12818 "rgb",
12819]
12820
12821[[package]]
12822name = "raw-cpuid"
12823version = "10.7.0"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12826dependencies = [
12827 "bitflags 1.3.2",
12828]
12829
12830[[package]]
12831name = "raw-cpuid"
12832version = "11.6.0"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12835dependencies = [
12836 "bitflags 2.9.0",
12837]
12838
12839[[package]]
12840name = "raw-window-handle"
12841version = "0.6.2"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12844
12845[[package]]
12846name = "raw-window-metal"
12847version = "0.4.0"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12850dependencies = [
12851 "cocoa 0.25.0",
12852 "core-graphics 0.23.2",
12853 "objc",
12854 "raw-window-handle",
12855]
12856
12857[[package]]
12858name = "rayon"
12859version = "1.10.0"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12862dependencies = [
12863 "either",
12864 "rayon-core",
12865]
12866
12867[[package]]
12868name = "rayon-core"
12869version = "1.12.1"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12872dependencies = [
12873 "crossbeam-deque",
12874 "crossbeam-utils",
12875]
12876
12877[[package]]
12878name = "read-fonts"
12879version = "0.25.3"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12882dependencies = [
12883 "bytemuck",
12884 "font-types",
12885]
12886
12887[[package]]
12888name = "realfft"
12889version = "3.5.0"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12892dependencies = [
12893 "rustfft",
12894]
12895
12896[[package]]
12897name = "reborrow"
12898version = "0.5.5"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12901
12902[[package]]
12903name = "recent_projects"
12904version = "0.1.0"
12905dependencies = [
12906 "anyhow",
12907 "askpass",
12908 "auto_update",
12909 "dap",
12910 "editor",
12911 "extension_host",
12912 "file_finder",
12913 "futures 0.3.31",
12914 "fuzzy",
12915 "gpui",
12916 "indoc",
12917 "language",
12918 "log",
12919 "markdown",
12920 "menu",
12921 "ordered-float 2.10.1",
12922 "paths",
12923 "picker",
12924 "project",
12925 "release_channel",
12926 "remote",
12927 "serde",
12928 "serde_json",
12929 "settings",
12930 "smol",
12931 "task",
12932 "telemetry",
12933 "theme",
12934 "ui",
12935 "util",
12936 "windows-registry 0.6.0",
12937 "workspace",
12938 "workspace-hack",
12939 "zed_actions",
12940]
12941
12942[[package]]
12943name = "redox_syscall"
12944version = "0.2.16"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12947dependencies = [
12948 "bitflags 1.3.2",
12949]
12950
12951[[package]]
12952name = "redox_syscall"
12953version = "0.5.11"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12956dependencies = [
12957 "bitflags 2.9.0",
12958]
12959
12960[[package]]
12961name = "redox_users"
12962version = "0.4.6"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12965dependencies = [
12966 "getrandom 0.2.15",
12967 "libredox",
12968 "thiserror 1.0.69",
12969]
12970
12971[[package]]
12972name = "redox_users"
12973version = "0.5.0"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12976dependencies = [
12977 "getrandom 0.2.15",
12978 "libredox",
12979 "thiserror 2.0.12",
12980]
12981
12982[[package]]
12983name = "ref-cast"
12984version = "1.0.24"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12987dependencies = [
12988 "ref-cast-impl",
12989]
12990
12991[[package]]
12992name = "ref-cast-impl"
12993version = "1.0.24"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12996dependencies = [
12997 "proc-macro2",
12998 "quote",
12999 "syn 2.0.101",
13000]
13001
13002[[package]]
13003name = "referencing"
13004version = "0.30.0"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
13007dependencies = [
13008 "ahash 0.8.11",
13009 "fluent-uri",
13010 "once_cell",
13011 "parking_lot",
13012 "percent-encoding",
13013 "serde_json",
13014]
13015
13016[[package]]
13017name = "refineable"
13018version = "0.1.0"
13019dependencies = [
13020 "derive_refineable",
13021 "workspace-hack",
13022]
13023
13024[[package]]
13025name = "regalloc2"
13026version = "0.11.2"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
13029dependencies = [
13030 "allocator-api2",
13031 "bumpalo",
13032 "hashbrown 0.15.3",
13033 "log",
13034 "rustc-hash 2.1.1",
13035 "serde",
13036 "smallvec",
13037]
13038
13039[[package]]
13040name = "regex"
13041version = "1.11.1"
13042source = "registry+https://github.com/rust-lang/crates.io-index"
13043checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
13044dependencies = [
13045 "aho-corasick",
13046 "memchr",
13047 "regex-automata",
13048 "regex-syntax",
13049]
13050
13051[[package]]
13052name = "regex-automata"
13053version = "0.4.9"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
13056dependencies = [
13057 "aho-corasick",
13058 "memchr",
13059 "regex-syntax",
13060]
13061
13062[[package]]
13063name = "regex-lite"
13064version = "0.1.6"
13065source = "registry+https://github.com/rust-lang/crates.io-index"
13066checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
13067
13068[[package]]
13069name = "regex-syntax"
13070version = "0.8.5"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
13073
13074[[package]]
13075name = "release_channel"
13076version = "0.1.0"
13077dependencies = [
13078 "gpui",
13079 "workspace-hack",
13080]
13081
13082[[package]]
13083name = "remote"
13084version = "0.1.0"
13085dependencies = [
13086 "anyhow",
13087 "askpass",
13088 "async-trait",
13089 "collections",
13090 "fs",
13091 "futures 0.3.31",
13092 "gpui",
13093 "log",
13094 "parking_lot",
13095 "paths",
13096 "prost 0.9.0",
13097 "release_channel",
13098 "rpc",
13099 "serde",
13100 "serde_json",
13101 "settings",
13102 "shlex",
13103 "smol",
13104 "tempfile",
13105 "thiserror 2.0.12",
13106 "urlencoding",
13107 "util",
13108 "which 6.0.3",
13109 "workspace-hack",
13110]
13111
13112[[package]]
13113name = "remote_server"
13114version = "0.1.0"
13115dependencies = [
13116 "action_log",
13117 "anyhow",
13118 "askpass",
13119 "assistant_tool",
13120 "assistant_tools",
13121 "cargo_toml",
13122 "clap",
13123 "client",
13124 "clock",
13125 "collections",
13126 "crash-handler",
13127 "crashes",
13128 "dap",
13129 "dap_adapters",
13130 "debug_adapter_extension",
13131 "editor",
13132 "env_logger 0.11.8",
13133 "extension",
13134 "extension_host",
13135 "fork",
13136 "fs",
13137 "futures 0.3.31",
13138 "git",
13139 "git2",
13140 "git_hosting_providers",
13141 "gpui",
13142 "gpui_tokio",
13143 "http_client",
13144 "json_schema_store",
13145 "language",
13146 "language_extension",
13147 "language_model",
13148 "languages",
13149 "libc",
13150 "log",
13151 "lsp",
13152 "minidumper",
13153 "node_runtime",
13154 "paths",
13155 "pretty_assertions",
13156 "project",
13157 "proto",
13158 "release_channel",
13159 "remote",
13160 "reqwest_client",
13161 "rpc",
13162 "rust-embed",
13163 "serde",
13164 "serde_json",
13165 "settings",
13166 "shellexpand 2.1.2",
13167 "smol",
13168 "sysinfo 0.37.2",
13169 "task",
13170 "thiserror 2.0.12",
13171 "toml 0.8.20",
13172 "unindent",
13173 "util",
13174 "watch",
13175 "workspace",
13176 "worktree",
13177 "zlog",
13178]
13179
13180[[package]]
13181name = "rend"
13182version = "0.4.2"
13183source = "registry+https://github.com/rust-lang/crates.io-index"
13184checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13185dependencies = [
13186 "bytecheck",
13187]
13188
13189[[package]]
13190name = "repl"
13191version = "0.1.0"
13192dependencies = [
13193 "alacritty_terminal",
13194 "anyhow",
13195 "async-dispatcher",
13196 "async-tungstenite",
13197 "base64 0.22.1",
13198 "client",
13199 "collections",
13200 "command_palette_hooks",
13201 "editor",
13202 "env_logger 0.11.8",
13203 "feature_flags",
13204 "file_icons",
13205 "futures 0.3.31",
13206 "gpui",
13207 "http_client",
13208 "image",
13209 "indoc",
13210 "jupyter-protocol",
13211 "jupyter-websocket-client",
13212 "language",
13213 "languages",
13214 "log",
13215 "markdown_preview",
13216 "menu",
13217 "multi_buffer",
13218 "nbformat",
13219 "picker",
13220 "project",
13221 "runtimelib",
13222 "serde",
13223 "serde_json",
13224 "settings",
13225 "smol",
13226 "telemetry",
13227 "terminal",
13228 "terminal_view",
13229 "theme",
13230 "tree-sitter-md",
13231 "tree-sitter-python",
13232 "tree-sitter-typescript",
13233 "ui",
13234 "util",
13235 "uuid",
13236 "workspace",
13237 "workspace-hack",
13238]
13239
13240[[package]]
13241name = "reqwest"
13242version = "0.11.27"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13245dependencies = [
13246 "base64 0.21.7",
13247 "bytes 1.10.1",
13248 "encoding_rs",
13249 "futures-core",
13250 "futures-util",
13251 "h2 0.3.26",
13252 "http 0.2.12",
13253 "http-body 0.4.6",
13254 "hyper 0.14.32",
13255 "hyper-rustls 0.24.2",
13256 "hyper-tls",
13257 "ipnet",
13258 "js-sys",
13259 "log",
13260 "mime",
13261 "native-tls",
13262 "once_cell",
13263 "percent-encoding",
13264 "pin-project-lite",
13265 "rustls 0.21.12",
13266 "rustls-native-certs 0.6.3",
13267 "rustls-pemfile 1.0.4",
13268 "serde",
13269 "serde_json",
13270 "serde_urlencoded",
13271 "sync_wrapper 0.1.2",
13272 "system-configuration 0.5.1",
13273 "tokio",
13274 "tokio-native-tls",
13275 "tokio-rustls 0.24.1",
13276 "tower-service",
13277 "url",
13278 "wasm-bindgen",
13279 "wasm-bindgen-futures",
13280 "web-sys",
13281 "winreg 0.50.0",
13282]
13283
13284[[package]]
13285name = "reqwest"
13286version = "0.12.15"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13289dependencies = [
13290 "base64 0.22.1",
13291 "bytes 1.10.1",
13292 "futures-channel",
13293 "futures-core",
13294 "futures-util",
13295 "http 1.3.1",
13296 "http-body 1.0.1",
13297 "http-body-util",
13298 "hyper 1.6.0",
13299 "hyper-util",
13300 "ipnet",
13301 "js-sys",
13302 "log",
13303 "mime",
13304 "once_cell",
13305 "percent-encoding",
13306 "pin-project-lite",
13307 "serde",
13308 "serde_json",
13309 "serde_urlencoded",
13310 "sync_wrapper 1.0.2",
13311 "tokio",
13312 "tower 0.5.2",
13313 "tower-service",
13314 "url",
13315 "wasm-bindgen",
13316 "wasm-bindgen-futures",
13317 "web-sys",
13318 "windows-registry 0.4.0",
13319]
13320
13321[[package]]
13322name = "reqwest_client"
13323version = "0.1.0"
13324dependencies = [
13325 "anyhow",
13326 "bytes 1.10.1",
13327 "futures 0.3.31",
13328 "gpui",
13329 "http_client",
13330 "http_client_tls",
13331 "log",
13332 "regex",
13333 "serde",
13334 "tokio",
13335 "workspace-hack",
13336 "zed-reqwest",
13337]
13338
13339[[package]]
13340name = "resvg"
13341version = "0.45.1"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13344dependencies = [
13345 "log",
13346 "pico-args",
13347 "rgb",
13348 "svgtypes",
13349 "tiny-skia",
13350 "usvg",
13351]
13352
13353[[package]]
13354name = "rfc6979"
13355version = "0.3.1"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13358dependencies = [
13359 "crypto-bigint 0.4.9",
13360 "hmac",
13361 "zeroize",
13362]
13363
13364[[package]]
13365name = "rgb"
13366version = "0.8.50"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13369dependencies = [
13370 "bytemuck",
13371]
13372
13373[[package]]
13374name = "rich_text"
13375version = "0.1.0"
13376dependencies = [
13377 "futures 0.3.31",
13378 "gpui",
13379 "language",
13380 "linkify",
13381 "pulldown-cmark 0.12.2",
13382 "theme",
13383 "ui",
13384 "util",
13385 "workspace-hack",
13386]
13387
13388[[package]]
13389name = "ring"
13390version = "0.17.14"
13391source = "registry+https://github.com/rust-lang/crates.io-index"
13392checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13393dependencies = [
13394 "cc",
13395 "cfg-if",
13396 "getrandom 0.2.15",
13397 "libc",
13398 "untrusted",
13399 "windows-sys 0.52.0",
13400]
13401
13402[[package]]
13403name = "rkyv"
13404version = "0.7.45"
13405source = "registry+https://github.com/rust-lang/crates.io-index"
13406checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13407dependencies = [
13408 "bitvec",
13409 "bytecheck",
13410 "bytes 1.10.1",
13411 "hashbrown 0.12.3",
13412 "ptr_meta",
13413 "rend",
13414 "rkyv_derive",
13415 "seahash",
13416 "tinyvec",
13417 "uuid",
13418]
13419
13420[[package]]
13421name = "rkyv_derive"
13422version = "0.7.45"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13425dependencies = [
13426 "proc-macro2",
13427 "quote",
13428 "syn 1.0.109",
13429]
13430
13431[[package]]
13432name = "rmp"
13433version = "0.8.14"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13436dependencies = [
13437 "byteorder",
13438 "num-traits",
13439 "paste",
13440]
13441
13442[[package]]
13443name = "rmpv"
13444version = "1.3.0"
13445source = "registry+https://github.com/rust-lang/crates.io-index"
13446checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13447dependencies = [
13448 "num-traits",
13449 "rmp",
13450]
13451
13452[[package]]
13453name = "rodio"
13454version = "0.21.1"
13455source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13456dependencies = [
13457 "cpal",
13458 "dasp_sample",
13459 "hound",
13460 "num-rational",
13461 "rtrb",
13462 "symphonia",
13463 "thiserror 2.0.12",
13464]
13465
13466[[package]]
13467name = "rope"
13468version = "0.1.0"
13469dependencies = [
13470 "arrayvec",
13471 "criterion",
13472 "ctor",
13473 "gpui",
13474 "log",
13475 "rand 0.9.1",
13476 "rayon",
13477 "smallvec",
13478 "sum_tree",
13479 "unicode-segmentation",
13480 "util",
13481 "workspace-hack",
13482 "zlog",
13483]
13484
13485[[package]]
13486name = "roxmltree"
13487version = "0.20.0"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13490
13491[[package]]
13492name = "rpc"
13493version = "0.1.0"
13494dependencies = [
13495 "anyhow",
13496 "async-tungstenite",
13497 "base64 0.22.1",
13498 "chrono",
13499 "collections",
13500 "futures 0.3.31",
13501 "gpui",
13502 "parking_lot",
13503 "proto",
13504 "rand 0.9.1",
13505 "rsa",
13506 "serde",
13507 "serde_json",
13508 "sha2",
13509 "strum 0.27.1",
13510 "tracing",
13511 "util",
13512 "workspace-hack",
13513 "zlog",
13514 "zstd",
13515]
13516
13517[[package]]
13518name = "rsa"
13519version = "0.9.8"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13522dependencies = [
13523 "const-oid",
13524 "digest",
13525 "num-bigint-dig",
13526 "num-integer",
13527 "num-traits",
13528 "pkcs1",
13529 "pkcs8 0.10.2",
13530 "rand_core 0.6.4",
13531 "signature 2.2.0",
13532 "spki 0.7.3",
13533 "subtle",
13534 "zeroize",
13535]
13536
13537[[package]]
13538name = "rtrb"
13539version = "0.3.2"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13542
13543[[package]]
13544name = "rules_library"
13545version = "0.1.0"
13546dependencies = [
13547 "anyhow",
13548 "collections",
13549 "editor",
13550 "gpui",
13551 "language",
13552 "language_model",
13553 "log",
13554 "menu",
13555 "picker",
13556 "prompt_store",
13557 "release_channel",
13558 "rope",
13559 "serde",
13560 "settings",
13561 "theme",
13562 "title_bar",
13563 "ui",
13564 "util",
13565 "workspace",
13566 "workspace-hack",
13567 "zed_actions",
13568]
13569
13570[[package]]
13571name = "runtimelib"
13572version = "0.25.0"
13573source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13574dependencies = [
13575 "anyhow",
13576 "async-dispatcher",
13577 "async-std",
13578 "base64 0.22.1",
13579 "bytes 1.10.1",
13580 "chrono",
13581 "data-encoding",
13582 "dirs 5.0.1",
13583 "futures 0.3.31",
13584 "glob",
13585 "jupyter-protocol",
13586 "ring",
13587 "serde",
13588 "serde_json",
13589 "shellexpand 3.1.1",
13590 "smol",
13591 "uuid",
13592 "zeromq",
13593]
13594
13595[[package]]
13596name = "rust-embed"
13597version = "8.7.0"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13600dependencies = [
13601 "rust-embed-impl",
13602 "rust-embed-utils",
13603 "walkdir",
13604]
13605
13606[[package]]
13607name = "rust-embed-impl"
13608version = "8.7.0"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13611dependencies = [
13612 "proc-macro2",
13613 "quote",
13614 "rust-embed-utils",
13615 "syn 2.0.101",
13616 "walkdir",
13617]
13618
13619[[package]]
13620name = "rust-embed-utils"
13621version = "8.7.0"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13624dependencies = [
13625 "globset",
13626 "sha2",
13627 "walkdir",
13628]
13629
13630[[package]]
13631name = "rust-stemmers"
13632version = "1.2.0"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
13635dependencies = [
13636 "serde",
13637 "serde_derive",
13638]
13639
13640[[package]]
13641name = "rust_decimal"
13642version = "1.38.0"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0"
13645dependencies = [
13646 "arrayvec",
13647 "borsh",
13648 "bytes 1.10.1",
13649 "num-traits",
13650 "rand 0.8.5",
13651 "rkyv",
13652 "serde",
13653 "serde_json",
13654]
13655
13656[[package]]
13657name = "rustc-demangle"
13658version = "0.1.24"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13661
13662[[package]]
13663name = "rustc-hash"
13664version = "1.1.0"
13665source = "registry+https://github.com/rust-lang/crates.io-index"
13666checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13667
13668[[package]]
13669name = "rustc-hash"
13670version = "2.1.1"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13673
13674[[package]]
13675name = "rustc_version"
13676version = "0.4.1"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13679dependencies = [
13680 "semver",
13681]
13682
13683[[package]]
13684name = "rustfft"
13685version = "6.4.0"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13688dependencies = [
13689 "num-complex",
13690 "num-integer",
13691 "num-traits",
13692 "primal-check",
13693 "strength_reduce",
13694 "transpose",
13695]
13696
13697[[package]]
13698name = "rustix"
13699version = "0.38.44"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13702dependencies = [
13703 "bitflags 2.9.0",
13704 "errno 0.3.11",
13705 "libc",
13706 "linux-raw-sys 0.4.15",
13707 "windows-sys 0.59.0",
13708]
13709
13710[[package]]
13711name = "rustix"
13712version = "1.0.7"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13715dependencies = [
13716 "bitflags 2.9.0",
13717 "errno 0.3.11",
13718 "libc",
13719 "linux-raw-sys 0.9.4",
13720 "windows-sys 0.59.0",
13721]
13722
13723[[package]]
13724name = "rustix-linux-procfs"
13725version = "0.1.1"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13728dependencies = [
13729 "once_cell",
13730 "rustix 1.0.7",
13731]
13732
13733[[package]]
13734name = "rustix-openpty"
13735version = "0.2.0"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13738dependencies = [
13739 "errno 0.3.11",
13740 "libc",
13741 "rustix 1.0.7",
13742]
13743
13744[[package]]
13745name = "rustls"
13746version = "0.21.12"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13749dependencies = [
13750 "log",
13751 "ring",
13752 "rustls-webpki 0.101.7",
13753 "sct",
13754]
13755
13756[[package]]
13757name = "rustls"
13758version = "0.23.26"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13761dependencies = [
13762 "aws-lc-rs",
13763 "log",
13764 "once_cell",
13765 "ring",
13766 "rustls-pki-types",
13767 "rustls-webpki 0.103.1",
13768 "subtle",
13769 "zeroize",
13770]
13771
13772[[package]]
13773name = "rustls-native-certs"
13774version = "0.6.3"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13777dependencies = [
13778 "openssl-probe",
13779 "rustls-pemfile 1.0.4",
13780 "schannel",
13781 "security-framework 2.11.1",
13782]
13783
13784[[package]]
13785name = "rustls-native-certs"
13786version = "0.8.1"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13789dependencies = [
13790 "openssl-probe",
13791 "rustls-pki-types",
13792 "schannel",
13793 "security-framework 3.2.0",
13794]
13795
13796[[package]]
13797name = "rustls-pemfile"
13798version = "1.0.4"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13801dependencies = [
13802 "base64 0.21.7",
13803]
13804
13805[[package]]
13806name = "rustls-pemfile"
13807version = "2.2.0"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13810dependencies = [
13811 "rustls-pki-types",
13812]
13813
13814[[package]]
13815name = "rustls-pki-types"
13816version = "1.12.0"
13817source = "registry+https://github.com/rust-lang/crates.io-index"
13818checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13819dependencies = [
13820 "web-time",
13821 "zeroize",
13822]
13823
13824[[package]]
13825name = "rustls-platform-verifier"
13826version = "0.5.1"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13829dependencies = [
13830 "core-foundation 0.10.0",
13831 "core-foundation-sys",
13832 "jni",
13833 "log",
13834 "once_cell",
13835 "rustls 0.23.26",
13836 "rustls-native-certs 0.8.1",
13837 "rustls-platform-verifier-android",
13838 "rustls-webpki 0.103.1",
13839 "security-framework 3.2.0",
13840 "security-framework-sys",
13841 "webpki-root-certs",
13842 "windows-sys 0.59.0",
13843]
13844
13845[[package]]
13846name = "rustls-platform-verifier-android"
13847version = "0.1.1"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13850
13851[[package]]
13852name = "rustls-webpki"
13853version = "0.101.7"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13856dependencies = [
13857 "ring",
13858 "untrusted",
13859]
13860
13861[[package]]
13862name = "rustls-webpki"
13863version = "0.103.1"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13866dependencies = [
13867 "aws-lc-rs",
13868 "ring",
13869 "rustls-pki-types",
13870 "untrusted",
13871]
13872
13873[[package]]
13874name = "rustversion"
13875version = "1.0.20"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13878
13879[[package]]
13880name = "rustybuzz"
13881version = "0.14.1"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13884dependencies = [
13885 "bitflags 2.9.0",
13886 "bytemuck",
13887 "libm",
13888 "smallvec",
13889 "ttf-parser 0.21.1",
13890 "unicode-bidi-mirroring 0.2.0",
13891 "unicode-ccc 0.2.0",
13892 "unicode-properties",
13893 "unicode-script",
13894]
13895
13896[[package]]
13897name = "rustybuzz"
13898version = "0.20.1"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13901dependencies = [
13902 "bitflags 2.9.0",
13903 "bytemuck",
13904 "core_maths",
13905 "log",
13906 "smallvec",
13907 "ttf-parser 0.25.1",
13908 "unicode-bidi-mirroring 0.4.0",
13909 "unicode-ccc 0.4.0",
13910 "unicode-properties",
13911 "unicode-script",
13912]
13913
13914[[package]]
13915name = "ryu"
13916version = "1.0.20"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13919
13920[[package]]
13921name = "safetensors"
13922version = "0.4.5"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13925dependencies = [
13926 "serde",
13927 "serde_json",
13928]
13929
13930[[package]]
13931name = "salsa20"
13932version = "0.10.2"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13935dependencies = [
13936 "cipher",
13937]
13938
13939[[package]]
13940name = "same-file"
13941version = "1.0.6"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13944dependencies = [
13945 "winapi-util",
13946]
13947
13948[[package]]
13949name = "schannel"
13950version = "0.1.27"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13953dependencies = [
13954 "windows-sys 0.59.0",
13955]
13956
13957[[package]]
13958name = "scheduler"
13959version = "0.1.0"
13960dependencies = [
13961 "async-task",
13962 "backtrace",
13963 "chrono",
13964 "futures 0.3.31",
13965 "parking_lot",
13966 "rand 0.9.1",
13967 "workspace-hack",
13968]
13969
13970[[package]]
13971name = "schema_generator"
13972version = "0.1.0"
13973dependencies = [
13974 "anyhow",
13975 "clap",
13976 "env_logger 0.11.8",
13977 "schemars 1.0.1",
13978 "serde",
13979 "serde_json",
13980 "theme",
13981 "workspace-hack",
13982]
13983
13984[[package]]
13985name = "schemars"
13986version = "0.9.0"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13989dependencies = [
13990 "dyn-clone",
13991 "ref-cast",
13992 "serde",
13993 "serde_json",
13994]
13995
13996[[package]]
13997name = "schemars"
13998version = "1.0.1"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
14001dependencies = [
14002 "dyn-clone",
14003 "indexmap 2.9.0",
14004 "ref-cast",
14005 "schemars_derive",
14006 "serde",
14007 "serde_json",
14008]
14009
14010[[package]]
14011name = "schemars_derive"
14012version = "1.0.1"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
14015dependencies = [
14016 "proc-macro2",
14017 "quote",
14018 "serde_derive_internals",
14019 "syn 2.0.101",
14020]
14021
14022[[package]]
14023name = "scoped-tls"
14024version = "1.0.1"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14027
14028[[package]]
14029name = "scopeguard"
14030version = "1.2.0"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14033
14034[[package]]
14035name = "scratch"
14036version = "1.0.8"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14039
14040[[package]]
14041name = "screencapturekit"
14042version = "0.2.8"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14045dependencies = [
14046 "screencapturekit-sys",
14047]
14048
14049[[package]]
14050name = "screencapturekit-sys"
14051version = "0.2.8"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14054dependencies = [
14055 "block",
14056 "dispatch",
14057 "objc",
14058 "objc-foundation",
14059 "objc_id",
14060 "once_cell",
14061]
14062
14063[[package]]
14064name = "scroll"
14065version = "0.12.0"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14068dependencies = [
14069 "scroll_derive",
14070]
14071
14072[[package]]
14073name = "scroll_derive"
14074version = "0.12.1"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14077dependencies = [
14078 "proc-macro2",
14079 "quote",
14080 "syn 2.0.101",
14081]
14082
14083[[package]]
14084name = "scrypt"
14085version = "0.11.0"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14088dependencies = [
14089 "password-hash 0.5.0",
14090 "pbkdf2 0.12.2",
14091 "salsa20",
14092 "sha2",
14093]
14094
14095[[package]]
14096name = "sct"
14097version = "0.7.1"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14100dependencies = [
14101 "ring",
14102 "untrusted",
14103]
14104
14105[[package]]
14106name = "sea-bae"
14107version = "0.2.1"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14110dependencies = [
14111 "heck 0.4.1",
14112 "proc-macro-error2",
14113 "proc-macro2",
14114 "quote",
14115 "syn 2.0.101",
14116]
14117
14118[[package]]
14119name = "sea-orm"
14120version = "1.1.10"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14123dependencies = [
14124 "async-stream",
14125 "async-trait",
14126 "bigdecimal",
14127 "chrono",
14128 "futures-util",
14129 "log",
14130 "ouroboros",
14131 "pgvector",
14132 "rust_decimal",
14133 "sea-orm-macros",
14134 "sea-query",
14135 "sea-query-binder",
14136 "serde",
14137 "serde_json",
14138 "sqlx",
14139 "strum 0.26.3",
14140 "thiserror 2.0.12",
14141 "time",
14142 "tracing",
14143 "url",
14144 "uuid",
14145]
14146
14147[[package]]
14148name = "sea-orm-macros"
14149version = "1.1.10"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14152dependencies = [
14153 "heck 0.4.1",
14154 "proc-macro2",
14155 "quote",
14156 "sea-bae",
14157 "syn 2.0.101",
14158 "unicode-ident",
14159]
14160
14161[[package]]
14162name = "sea-query"
14163version = "0.32.4"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14166dependencies = [
14167 "bigdecimal",
14168 "chrono",
14169 "inherent",
14170 "ordered-float 4.6.0",
14171 "rust_decimal",
14172 "serde_json",
14173 "time",
14174 "uuid",
14175]
14176
14177[[package]]
14178name = "sea-query-binder"
14179version = "0.7.0"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14182dependencies = [
14183 "bigdecimal",
14184 "chrono",
14185 "rust_decimal",
14186 "sea-query",
14187 "serde_json",
14188 "sqlx",
14189 "time",
14190 "uuid",
14191]
14192
14193[[package]]
14194name = "seahash"
14195version = "4.1.0"
14196source = "registry+https://github.com/rust-lang/crates.io-index"
14197checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14198
14199[[package]]
14200name = "search"
14201version = "0.1.0"
14202dependencies = [
14203 "any_vec",
14204 "anyhow",
14205 "bitflags 2.9.0",
14206 "client",
14207 "collections",
14208 "editor",
14209 "futures 0.3.31",
14210 "gpui",
14211 "language",
14212 "menu",
14213 "project",
14214 "schemars 1.0.1",
14215 "serde",
14216 "serde_json",
14217 "settings",
14218 "smol",
14219 "theme",
14220 "ui",
14221 "unindent",
14222 "util",
14223 "workspace",
14224 "workspace-hack",
14225 "zed_actions",
14226]
14227
14228[[package]]
14229name = "sec1"
14230version = "0.3.0"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14233dependencies = [
14234 "base16ct",
14235 "der 0.6.1",
14236 "generic-array",
14237 "pkcs8 0.9.0",
14238 "subtle",
14239 "zeroize",
14240]
14241
14242[[package]]
14243name = "security-framework"
14244version = "2.11.1"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14247dependencies = [
14248 "bitflags 2.9.0",
14249 "core-foundation 0.9.4",
14250 "core-foundation-sys",
14251 "libc",
14252 "security-framework-sys",
14253]
14254
14255[[package]]
14256name = "security-framework"
14257version = "3.2.0"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14260dependencies = [
14261 "bitflags 2.9.0",
14262 "core-foundation 0.10.0",
14263 "core-foundation-sys",
14264 "libc",
14265 "security-framework-sys",
14266]
14267
14268[[package]]
14269name = "security-framework-sys"
14270version = "2.14.0"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14273dependencies = [
14274 "core-foundation-sys",
14275 "libc",
14276]
14277
14278[[package]]
14279name = "self_cell"
14280version = "1.2.0"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14283
14284[[package]]
14285name = "semantic_version"
14286version = "0.1.0"
14287dependencies = [
14288 "anyhow",
14289 "serde",
14290 "workspace-hack",
14291]
14292
14293[[package]]
14294name = "semver"
14295version = "1.0.26"
14296source = "registry+https://github.com/rust-lang/crates.io-index"
14297checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14298dependencies = [
14299 "serde",
14300]
14301
14302[[package]]
14303name = "seq-macro"
14304version = "0.3.6"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14307
14308[[package]]
14309name = "serde"
14310version = "1.0.221"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14313dependencies = [
14314 "serde_core",
14315 "serde_derive",
14316]
14317
14318[[package]]
14319name = "serde_core"
14320version = "1.0.221"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14323dependencies = [
14324 "serde_derive",
14325]
14326
14327[[package]]
14328name = "serde_derive"
14329version = "1.0.221"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14332dependencies = [
14333 "proc-macro2",
14334 "quote",
14335 "syn 2.0.101",
14336]
14337
14338[[package]]
14339name = "serde_derive_internals"
14340version = "0.29.1"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14343dependencies = [
14344 "proc-macro2",
14345 "quote",
14346 "syn 2.0.101",
14347]
14348
14349[[package]]
14350name = "serde_fmt"
14351version = "1.0.3"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14354dependencies = [
14355 "serde",
14356]
14357
14358[[package]]
14359name = "serde_json"
14360version = "1.0.144"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14363dependencies = [
14364 "indexmap 2.9.0",
14365 "itoa",
14366 "memchr",
14367 "ryu",
14368 "serde_core",
14369]
14370
14371[[package]]
14372name = "serde_json_lenient"
14373version = "0.2.4"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14376dependencies = [
14377 "indexmap 2.9.0",
14378 "itoa",
14379 "memchr",
14380 "ryu",
14381 "serde",
14382]
14383
14384[[package]]
14385name = "serde_path_to_error"
14386version = "0.1.17"
14387source = "registry+https://github.com/rust-lang/crates.io-index"
14388checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14389dependencies = [
14390 "itoa",
14391 "serde",
14392]
14393
14394[[package]]
14395name = "serde_repr"
14396version = "0.1.20"
14397source = "registry+https://github.com/rust-lang/crates.io-index"
14398checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14399dependencies = [
14400 "proc-macro2",
14401 "quote",
14402 "syn 2.0.101",
14403]
14404
14405[[package]]
14406name = "serde_spanned"
14407version = "0.6.8"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14410dependencies = [
14411 "serde",
14412]
14413
14414[[package]]
14415name = "serde_urlencoded"
14416version = "0.7.1"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14419dependencies = [
14420 "form_urlencoded",
14421 "itoa",
14422 "ryu",
14423 "serde",
14424]
14425
14426[[package]]
14427name = "serde_with"
14428version = "3.13.0"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14431dependencies = [
14432 "base64 0.22.1",
14433 "chrono",
14434 "hex",
14435 "indexmap 1.9.3",
14436 "indexmap 2.9.0",
14437 "schemars 0.9.0",
14438 "serde",
14439 "serde_derive",
14440 "serde_json",
14441 "serde_with_macros",
14442 "time",
14443]
14444
14445[[package]]
14446name = "serde_with_macros"
14447version = "3.13.0"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14450dependencies = [
14451 "darling",
14452 "proc-macro2",
14453 "quote",
14454 "syn 2.0.101",
14455]
14456
14457[[package]]
14458name = "serial2"
14459version = "0.2.29"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14462dependencies = [
14463 "cfg-if",
14464 "libc",
14465 "winapi",
14466]
14467
14468[[package]]
14469name = "session"
14470version = "0.1.0"
14471dependencies = [
14472 "db",
14473 "gpui",
14474 "serde_json",
14475 "util",
14476 "uuid",
14477 "workspace-hack",
14478]
14479
14480[[package]]
14481name = "settings"
14482version = "0.1.0"
14483dependencies = [
14484 "anyhow",
14485 "collections",
14486 "derive_more",
14487 "ec4rs",
14488 "fs",
14489 "futures 0.3.31",
14490 "gpui",
14491 "indoc",
14492 "inventory",
14493 "log",
14494 "paths",
14495 "pretty_assertions",
14496 "release_channel",
14497 "rust-embed",
14498 "schemars 1.0.1",
14499 "serde",
14500 "serde_json",
14501 "serde_json_lenient",
14502 "serde_path_to_error",
14503 "serde_repr",
14504 "serde_with",
14505 "settings_macros",
14506 "smallvec",
14507 "strum 0.27.1",
14508 "tree-sitter",
14509 "tree-sitter-json",
14510 "unindent",
14511 "util",
14512 "workspace-hack",
14513 "zlog",
14514]
14515
14516[[package]]
14517name = "settings_macros"
14518version = "0.1.0"
14519dependencies = [
14520 "quote",
14521 "settings",
14522 "syn 2.0.101",
14523 "workspace-hack",
14524]
14525
14526[[package]]
14527name = "settings_profile_selector"
14528version = "0.1.0"
14529dependencies = [
14530 "client",
14531 "editor",
14532 "fuzzy",
14533 "gpui",
14534 "language",
14535 "menu",
14536 "picker",
14537 "project",
14538 "serde_json",
14539 "settings",
14540 "theme",
14541 "ui",
14542 "workspace",
14543 "workspace-hack",
14544 "zed_actions",
14545]
14546
14547[[package]]
14548name = "settings_ui"
14549version = "0.1.0"
14550dependencies = [
14551 "anyhow",
14552 "assets",
14553 "bm25",
14554 "client",
14555 "editor",
14556 "feature_flags",
14557 "fs",
14558 "futures 0.3.31",
14559 "fuzzy",
14560 "gpui",
14561 "heck 0.5.0",
14562 "language",
14563 "log",
14564 "menu",
14565 "node_runtime",
14566 "paths",
14567 "pretty_assertions",
14568 "project",
14569 "schemars 1.0.1",
14570 "search",
14571 "serde",
14572 "session",
14573 "settings",
14574 "strum 0.27.1",
14575 "theme",
14576 "title_bar",
14577 "ui",
14578 "ui_input",
14579 "util",
14580 "workspace",
14581 "workspace-hack",
14582 "zed_actions",
14583 "zlog",
14584]
14585
14586[[package]]
14587name = "sha1"
14588version = "0.10.6"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14591dependencies = [
14592 "cfg-if",
14593 "cpufeatures",
14594 "digest",
14595]
14596
14597[[package]]
14598name = "sha1_smol"
14599version = "1.0.1"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14602
14603[[package]]
14604name = "sha2"
14605version = "0.10.9"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14608dependencies = [
14609 "cfg-if",
14610 "cpufeatures",
14611 "digest",
14612]
14613
14614[[package]]
14615name = "sharded-slab"
14616version = "0.1.7"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14619dependencies = [
14620 "lazy_static",
14621]
14622
14623[[package]]
14624name = "shared_library"
14625version = "0.1.9"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14628dependencies = [
14629 "lazy_static",
14630 "libc",
14631]
14632
14633[[package]]
14634name = "shell-words"
14635version = "1.1.0"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14638
14639[[package]]
14640name = "shellexpand"
14641version = "2.1.2"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14644dependencies = [
14645 "dirs 4.0.0",
14646]
14647
14648[[package]]
14649name = "shellexpand"
14650version = "3.1.1"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14653dependencies = [
14654 "dirs 6.0.0",
14655]
14656
14657[[package]]
14658name = "shlex"
14659version = "1.3.0"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14662
14663[[package]]
14664name = "signal-hook"
14665version = "0.3.17"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14668dependencies = [
14669 "libc",
14670 "signal-hook-registry",
14671]
14672
14673[[package]]
14674name = "signal-hook-registry"
14675version = "1.4.5"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14678dependencies = [
14679 "libc",
14680]
14681
14682[[package]]
14683name = "signature"
14684version = "1.6.4"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14687dependencies = [
14688 "digest",
14689 "rand_core 0.6.4",
14690]
14691
14692[[package]]
14693name = "signature"
14694version = "2.2.0"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14697dependencies = [
14698 "digest",
14699 "rand_core 0.6.4",
14700]
14701
14702[[package]]
14703name = "simd-adler32"
14704version = "0.3.7"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14707
14708[[package]]
14709name = "simd_helpers"
14710version = "0.1.0"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14713dependencies = [
14714 "quote",
14715]
14716
14717[[package]]
14718name = "simdutf8"
14719version = "0.1.5"
14720source = "registry+https://github.com/rust-lang/crates.io-index"
14721checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14722
14723[[package]]
14724name = "simple_asn1"
14725version = "0.6.3"
14726source = "registry+https://github.com/rust-lang/crates.io-index"
14727checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14728dependencies = [
14729 "num-bigint",
14730 "num-traits",
14731 "thiserror 2.0.12",
14732 "time",
14733]
14734
14735[[package]]
14736name = "simplecss"
14737version = "0.2.2"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14740dependencies = [
14741 "log",
14742]
14743
14744[[package]]
14745name = "simplelog"
14746version = "0.12.2"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14749dependencies = [
14750 "log",
14751 "termcolor",
14752 "time",
14753]
14754
14755[[package]]
14756name = "siphasher"
14757version = "1.0.1"
14758source = "registry+https://github.com/rust-lang/crates.io-index"
14759checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14760
14761[[package]]
14762name = "skrifa"
14763version = "0.26.6"
14764source = "registry+https://github.com/rust-lang/crates.io-index"
14765checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14766dependencies = [
14767 "bytemuck",
14768 "read-fonts",
14769]
14770
14771[[package]]
14772name = "slab"
14773version = "0.4.9"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14776dependencies = [
14777 "autocfg",
14778]
14779
14780[[package]]
14781name = "slash_commands_example"
14782version = "0.1.0"
14783dependencies = [
14784 "zed_extension_api 0.1.0",
14785]
14786
14787[[package]]
14788name = "slotmap"
14789version = "1.0.7"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14792dependencies = [
14793 "version_check",
14794]
14795
14796[[package]]
14797name = "smallvec"
14798version = "1.15.0"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14801dependencies = [
14802 "serde",
14803]
14804
14805[[package]]
14806name = "smart-default"
14807version = "0.7.1"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14810dependencies = [
14811 "proc-macro2",
14812 "quote",
14813 "syn 2.0.101",
14814]
14815
14816[[package]]
14817name = "smol"
14818version = "2.0.2"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14821dependencies = [
14822 "async-channel 2.3.1",
14823 "async-executor",
14824 "async-fs",
14825 "async-io",
14826 "async-lock",
14827 "async-net",
14828 "async-process",
14829 "blocking",
14830 "futures-lite 2.6.0",
14831]
14832
14833[[package]]
14834name = "smol_str"
14835version = "0.2.2"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14838
14839[[package]]
14840name = "snippet"
14841version = "0.1.0"
14842dependencies = [
14843 "anyhow",
14844 "smallvec",
14845 "workspace-hack",
14846]
14847
14848[[package]]
14849name = "snippet_provider"
14850version = "0.1.0"
14851dependencies = [
14852 "anyhow",
14853 "collections",
14854 "extension",
14855 "fs",
14856 "futures 0.3.31",
14857 "gpui",
14858 "indoc",
14859 "parking_lot",
14860 "paths",
14861 "schemars 1.0.1",
14862 "serde",
14863 "serde_json",
14864 "serde_json_lenient",
14865 "snippet",
14866 "util",
14867 "workspace-hack",
14868]
14869
14870[[package]]
14871name = "snippets_ui"
14872version = "0.1.0"
14873dependencies = [
14874 "file_finder",
14875 "file_icons",
14876 "fuzzy",
14877 "gpui",
14878 "language",
14879 "paths",
14880 "picker",
14881 "settings",
14882 "ui",
14883 "util",
14884 "workspace",
14885 "workspace-hack",
14886]
14887
14888[[package]]
14889name = "socket2"
14890version = "0.5.9"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14893dependencies = [
14894 "libc",
14895 "windows-sys 0.52.0",
14896]
14897
14898[[package]]
14899name = "spdx"
14900version = "0.10.8"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14903dependencies = [
14904 "smallvec",
14905]
14906
14907[[package]]
14908name = "spin"
14909version = "0.9.8"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14912dependencies = [
14913 "lock_api",
14914]
14915
14916[[package]]
14917name = "spirv"
14918version = "0.3.0+sdk-1.3.268.0"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14921dependencies = [
14922 "bitflags 2.9.0",
14923]
14924
14925[[package]]
14926name = "spki"
14927version = "0.6.0"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14930dependencies = [
14931 "base64ct",
14932 "der 0.6.1",
14933]
14934
14935[[package]]
14936name = "spki"
14937version = "0.7.3"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14940dependencies = [
14941 "base64ct",
14942 "der 0.7.10",
14943]
14944
14945[[package]]
14946name = "sptr"
14947version = "0.3.2"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14950
14951[[package]]
14952name = "sqlez"
14953version = "0.1.0"
14954dependencies = [
14955 "anyhow",
14956 "collections",
14957 "futures 0.3.31",
14958 "indoc",
14959 "libsqlite3-sys",
14960 "log",
14961 "parking_lot",
14962 "smol",
14963 "sqlformat",
14964 "thread_local",
14965 "util",
14966 "uuid",
14967 "workspace-hack",
14968]
14969
14970[[package]]
14971name = "sqlez_macros"
14972version = "0.1.0"
14973dependencies = [
14974 "sqlez",
14975 "sqlformat",
14976 "syn 2.0.101",
14977 "workspace-hack",
14978]
14979
14980[[package]]
14981name = "sqlformat"
14982version = "0.2.6"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14985dependencies = [
14986 "nom 7.1.3",
14987 "unicode_categories",
14988]
14989
14990[[package]]
14991name = "sqlx"
14992version = "0.8.5"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14995dependencies = [
14996 "sqlx-core",
14997 "sqlx-macros",
14998 "sqlx-mysql",
14999 "sqlx-postgres",
15000 "sqlx-sqlite",
15001]
15002
15003[[package]]
15004name = "sqlx-core"
15005version = "0.8.5"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
15008dependencies = [
15009 "base64 0.22.1",
15010 "bigdecimal",
15011 "bytes 1.10.1",
15012 "chrono",
15013 "crc",
15014 "crossbeam-queue",
15015 "either",
15016 "event-listener 5.4.0",
15017 "futures-core",
15018 "futures-intrusive",
15019 "futures-io",
15020 "futures-util",
15021 "hashbrown 0.15.3",
15022 "hashlink 0.10.0",
15023 "indexmap 2.9.0",
15024 "log",
15025 "memchr",
15026 "once_cell",
15027 "percent-encoding",
15028 "rust_decimal",
15029 "rustls 0.23.26",
15030 "serde",
15031 "serde_json",
15032 "sha2",
15033 "smallvec",
15034 "thiserror 2.0.12",
15035 "time",
15036 "tokio",
15037 "tokio-stream",
15038 "tracing",
15039 "url",
15040 "uuid",
15041 "webpki-roots",
15042]
15043
15044[[package]]
15045name = "sqlx-macros"
15046version = "0.8.5"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15049dependencies = [
15050 "proc-macro2",
15051 "quote",
15052 "sqlx-core",
15053 "sqlx-macros-core",
15054 "syn 2.0.101",
15055]
15056
15057[[package]]
15058name = "sqlx-macros-core"
15059version = "0.8.5"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15062dependencies = [
15063 "dotenvy",
15064 "either",
15065 "heck 0.5.0",
15066 "hex",
15067 "once_cell",
15068 "proc-macro2",
15069 "quote",
15070 "serde",
15071 "serde_json",
15072 "sha2",
15073 "sqlx-core",
15074 "sqlx-mysql",
15075 "sqlx-postgres",
15076 "sqlx-sqlite",
15077 "syn 2.0.101",
15078 "tempfile",
15079 "tokio",
15080 "url",
15081]
15082
15083[[package]]
15084name = "sqlx-mysql"
15085version = "0.8.5"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15088dependencies = [
15089 "atoi",
15090 "base64 0.22.1",
15091 "bigdecimal",
15092 "bitflags 2.9.0",
15093 "byteorder",
15094 "bytes 1.10.1",
15095 "chrono",
15096 "crc",
15097 "digest",
15098 "dotenvy",
15099 "either",
15100 "futures-channel",
15101 "futures-core",
15102 "futures-io",
15103 "futures-util",
15104 "generic-array",
15105 "hex",
15106 "hkdf",
15107 "hmac",
15108 "itoa",
15109 "log",
15110 "md-5",
15111 "memchr",
15112 "once_cell",
15113 "percent-encoding",
15114 "rand 0.8.5",
15115 "rsa",
15116 "rust_decimal",
15117 "serde",
15118 "sha1",
15119 "sha2",
15120 "smallvec",
15121 "sqlx-core",
15122 "stringprep",
15123 "thiserror 2.0.12",
15124 "time",
15125 "tracing",
15126 "uuid",
15127 "whoami",
15128]
15129
15130[[package]]
15131name = "sqlx-postgres"
15132version = "0.8.5"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15135dependencies = [
15136 "atoi",
15137 "base64 0.22.1",
15138 "bigdecimal",
15139 "bitflags 2.9.0",
15140 "byteorder",
15141 "chrono",
15142 "crc",
15143 "dotenvy",
15144 "etcetera",
15145 "futures-channel",
15146 "futures-core",
15147 "futures-util",
15148 "hex",
15149 "hkdf",
15150 "hmac",
15151 "home",
15152 "itoa",
15153 "log",
15154 "md-5",
15155 "memchr",
15156 "num-bigint",
15157 "once_cell",
15158 "rand 0.8.5",
15159 "rust_decimal",
15160 "serde",
15161 "serde_json",
15162 "sha2",
15163 "smallvec",
15164 "sqlx-core",
15165 "stringprep",
15166 "thiserror 2.0.12",
15167 "time",
15168 "tracing",
15169 "uuid",
15170 "whoami",
15171]
15172
15173[[package]]
15174name = "sqlx-sqlite"
15175version = "0.8.5"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15178dependencies = [
15179 "atoi",
15180 "chrono",
15181 "flume",
15182 "futures-channel",
15183 "futures-core",
15184 "futures-executor",
15185 "futures-intrusive",
15186 "futures-util",
15187 "libsqlite3-sys",
15188 "log",
15189 "percent-encoding",
15190 "serde",
15191 "serde_urlencoded",
15192 "sqlx-core",
15193 "thiserror 2.0.12",
15194 "time",
15195 "tracing",
15196 "url",
15197 "uuid",
15198]
15199
15200[[package]]
15201name = "stable_deref_trait"
15202version = "1.2.0"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15205
15206[[package]]
15207name = "stacker"
15208version = "0.1.21"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15211dependencies = [
15212 "cc",
15213 "cfg-if",
15214 "libc",
15215 "psm",
15216 "windows-sys 0.59.0",
15217]
15218
15219[[package]]
15220name = "stacksafe"
15221version = "0.1.4"
15222source = "registry+https://github.com/rust-lang/crates.io-index"
15223checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15224dependencies = [
15225 "stacker",
15226 "stacksafe-macro",
15227]
15228
15229[[package]]
15230name = "stacksafe-macro"
15231version = "0.1.4"
15232source = "registry+https://github.com/rust-lang/crates.io-index"
15233checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15234dependencies = [
15235 "proc-macro-error2",
15236 "quote",
15237 "syn 2.0.101",
15238]
15239
15240[[package]]
15241name = "static_assertions"
15242version = "1.1.0"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15245
15246[[package]]
15247name = "stop-words"
15248version = "0.9.0"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "645a3d441ccf4bf47f2e4b7681461986681a6eeea9937d4c3bc9febd61d17c71"
15251dependencies = [
15252 "serde_json",
15253]
15254
15255[[package]]
15256name = "story"
15257version = "0.1.0"
15258dependencies = [
15259 "gpui",
15260 "itertools 0.14.0",
15261 "smallvec",
15262 "workspace-hack",
15263]
15264
15265[[package]]
15266name = "storybook"
15267version = "0.1.0"
15268dependencies = [
15269 "anyhow",
15270 "clap",
15271 "collab_ui",
15272 "ctrlc",
15273 "dialoguer",
15274 "editor",
15275 "fuzzy",
15276 "gpui",
15277 "indoc",
15278 "language",
15279 "log",
15280 "menu",
15281 "picker",
15282 "project",
15283 "reqwest_client",
15284 "rust-embed",
15285 "settings",
15286 "simplelog",
15287 "story",
15288 "strum 0.27.1",
15289 "theme",
15290 "title_bar",
15291 "ui",
15292 "workspace",
15293 "workspace-hack",
15294]
15295
15296[[package]]
15297name = "streaming-iterator"
15298version = "0.1.9"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15301
15302[[package]]
15303name = "streaming_diff"
15304version = "0.1.0"
15305dependencies = [
15306 "ordered-float 2.10.1",
15307 "rand 0.9.1",
15308 "rope",
15309 "util",
15310 "workspace-hack",
15311]
15312
15313[[package]]
15314name = "strength_reduce"
15315version = "0.2.4"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15318
15319[[package]]
15320name = "strict-num"
15321version = "0.1.1"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15324dependencies = [
15325 "float-cmp",
15326]
15327
15328[[package]]
15329name = "string_cache"
15330version = "0.8.9"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15333dependencies = [
15334 "new_debug_unreachable",
15335 "parking_lot",
15336 "phf_shared",
15337 "precomputed-hash",
15338 "serde",
15339]
15340
15341[[package]]
15342name = "string_cache_codegen"
15343version = "0.5.4"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15346dependencies = [
15347 "phf_generator",
15348 "phf_shared",
15349 "proc-macro2",
15350 "quote",
15351]
15352
15353[[package]]
15354name = "stringprep"
15355version = "0.1.5"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15358dependencies = [
15359 "unicode-bidi",
15360 "unicode-normalization",
15361 "unicode-properties",
15362]
15363
15364[[package]]
15365name = "strsim"
15366version = "0.11.1"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15369
15370[[package]]
15371name = "strum"
15372version = "0.26.3"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15375dependencies = [
15376 "strum_macros 0.26.4",
15377]
15378
15379[[package]]
15380name = "strum"
15381version = "0.27.1"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15384dependencies = [
15385 "strum_macros 0.27.1",
15386]
15387
15388[[package]]
15389name = "strum_macros"
15390version = "0.26.4"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15393dependencies = [
15394 "heck 0.5.0",
15395 "proc-macro2",
15396 "quote",
15397 "rustversion",
15398 "syn 2.0.101",
15399]
15400
15401[[package]]
15402name = "strum_macros"
15403version = "0.27.1"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15406dependencies = [
15407 "heck 0.5.0",
15408 "proc-macro2",
15409 "quote",
15410 "rustversion",
15411 "syn 2.0.101",
15412]
15413
15414[[package]]
15415name = "subtle"
15416version = "2.6.1"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15419
15420[[package]]
15421name = "sum_tree"
15422version = "0.1.0"
15423dependencies = [
15424 "arrayvec",
15425 "ctor",
15426 "log",
15427 "rand 0.9.1",
15428 "rayon",
15429 "workspace-hack",
15430 "zlog",
15431]
15432
15433[[package]]
15434name = "supermaven"
15435version = "0.1.0"
15436dependencies = [
15437 "anyhow",
15438 "client",
15439 "collections",
15440 "edit_prediction",
15441 "editor",
15442 "env_logger 0.11.8",
15443 "futures 0.3.31",
15444 "gpui",
15445 "http_client",
15446 "language",
15447 "log",
15448 "postage",
15449 "project",
15450 "serde",
15451 "serde_json",
15452 "settings",
15453 "smol",
15454 "supermaven_api",
15455 "text",
15456 "theme",
15457 "ui",
15458 "unicode-segmentation",
15459 "util",
15460 "workspace-hack",
15461]
15462
15463[[package]]
15464name = "supermaven_api"
15465version = "0.1.0"
15466dependencies = [
15467 "anyhow",
15468 "futures 0.3.31",
15469 "http_client",
15470 "paths",
15471 "serde",
15472 "serde_json",
15473 "smol",
15474 "util",
15475 "workspace-hack",
15476]
15477
15478[[package]]
15479name = "sval"
15480version = "2.14.1"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15483
15484[[package]]
15485name = "sval_buffer"
15486version = "2.14.1"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15489dependencies = [
15490 "sval",
15491 "sval_ref",
15492]
15493
15494[[package]]
15495name = "sval_dynamic"
15496version = "2.14.1"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15499dependencies = [
15500 "sval",
15501]
15502
15503[[package]]
15504name = "sval_fmt"
15505version = "2.14.1"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15508dependencies = [
15509 "itoa",
15510 "ryu",
15511 "sval",
15512]
15513
15514[[package]]
15515name = "sval_json"
15516version = "2.14.1"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15519dependencies = [
15520 "itoa",
15521 "ryu",
15522 "sval",
15523]
15524
15525[[package]]
15526name = "sval_nested"
15527version = "2.14.1"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15530dependencies = [
15531 "sval",
15532 "sval_buffer",
15533 "sval_ref",
15534]
15535
15536[[package]]
15537name = "sval_ref"
15538version = "2.14.1"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15541dependencies = [
15542 "sval",
15543]
15544
15545[[package]]
15546name = "sval_serde"
15547version = "2.14.1"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15550dependencies = [
15551 "serde",
15552 "sval",
15553 "sval_nested",
15554]
15555
15556[[package]]
15557name = "svg_fmt"
15558version = "0.4.5"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15561
15562[[package]]
15563name = "svg_preview"
15564version = "0.1.0"
15565dependencies = [
15566 "editor",
15567 "file_icons",
15568 "gpui",
15569 "multi_buffer",
15570 "ui",
15571 "workspace",
15572 "workspace-hack",
15573]
15574
15575[[package]]
15576name = "svgtypes"
15577version = "0.15.3"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15580dependencies = [
15581 "kurbo",
15582 "siphasher",
15583]
15584
15585[[package]]
15586name = "swash"
15587version = "0.2.2"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15590dependencies = [
15591 "skrifa",
15592 "yazi",
15593 "zeno",
15594]
15595
15596[[package]]
15597name = "symphonia"
15598version = "0.5.4"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15601dependencies = [
15602 "lazy_static",
15603 "symphonia-bundle-flac",
15604 "symphonia-bundle-mp3",
15605 "symphonia-codec-aac",
15606 "symphonia-codec-pcm",
15607 "symphonia-codec-vorbis",
15608 "symphonia-core",
15609 "symphonia-format-isomp4",
15610 "symphonia-format-ogg",
15611 "symphonia-format-riff",
15612 "symphonia-metadata",
15613]
15614
15615[[package]]
15616name = "symphonia-bundle-flac"
15617version = "0.5.4"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15620dependencies = [
15621 "log",
15622 "symphonia-core",
15623 "symphonia-metadata",
15624 "symphonia-utils-xiph",
15625]
15626
15627[[package]]
15628name = "symphonia-bundle-mp3"
15629version = "0.5.4"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15632dependencies = [
15633 "lazy_static",
15634 "log",
15635 "symphonia-core",
15636 "symphonia-metadata",
15637]
15638
15639[[package]]
15640name = "symphonia-codec-aac"
15641version = "0.5.4"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15644dependencies = [
15645 "lazy_static",
15646 "log",
15647 "symphonia-core",
15648]
15649
15650[[package]]
15651name = "symphonia-codec-pcm"
15652version = "0.5.4"
15653source = "registry+https://github.com/rust-lang/crates.io-index"
15654checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15655dependencies = [
15656 "log",
15657 "symphonia-core",
15658]
15659
15660[[package]]
15661name = "symphonia-codec-vorbis"
15662version = "0.5.4"
15663source = "registry+https://github.com/rust-lang/crates.io-index"
15664checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15665dependencies = [
15666 "log",
15667 "symphonia-core",
15668 "symphonia-utils-xiph",
15669]
15670
15671[[package]]
15672name = "symphonia-core"
15673version = "0.5.4"
15674source = "registry+https://github.com/rust-lang/crates.io-index"
15675checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15676dependencies = [
15677 "arrayvec",
15678 "bitflags 1.3.2",
15679 "bytemuck",
15680 "lazy_static",
15681 "log",
15682]
15683
15684[[package]]
15685name = "symphonia-format-isomp4"
15686version = "0.5.4"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15689dependencies = [
15690 "encoding_rs",
15691 "log",
15692 "symphonia-core",
15693 "symphonia-metadata",
15694 "symphonia-utils-xiph",
15695]
15696
15697[[package]]
15698name = "symphonia-format-ogg"
15699version = "0.5.4"
15700source = "registry+https://github.com/rust-lang/crates.io-index"
15701checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15702dependencies = [
15703 "log",
15704 "symphonia-core",
15705 "symphonia-metadata",
15706 "symphonia-utils-xiph",
15707]
15708
15709[[package]]
15710name = "symphonia-format-riff"
15711version = "0.5.4"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15714dependencies = [
15715 "extended",
15716 "log",
15717 "symphonia-core",
15718 "symphonia-metadata",
15719]
15720
15721[[package]]
15722name = "symphonia-metadata"
15723version = "0.5.4"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15726dependencies = [
15727 "encoding_rs",
15728 "lazy_static",
15729 "log",
15730 "symphonia-core",
15731]
15732
15733[[package]]
15734name = "symphonia-utils-xiph"
15735version = "0.5.4"
15736source = "registry+https://github.com/rust-lang/crates.io-index"
15737checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15738dependencies = [
15739 "symphonia-core",
15740 "symphonia-metadata",
15741]
15742
15743[[package]]
15744name = "syn"
15745version = "1.0.109"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15748dependencies = [
15749 "proc-macro2",
15750 "quote",
15751 "unicode-ident",
15752]
15753
15754[[package]]
15755name = "syn"
15756version = "2.0.101"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15759dependencies = [
15760 "proc-macro2",
15761 "quote",
15762 "unicode-ident",
15763]
15764
15765[[package]]
15766name = "sync_wrapper"
15767version = "0.1.2"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15770
15771[[package]]
15772name = "sync_wrapper"
15773version = "1.0.2"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15776dependencies = [
15777 "futures-core",
15778]
15779
15780[[package]]
15781name = "synchronoise"
15782version = "1.0.1"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15785dependencies = [
15786 "crossbeam-queue",
15787]
15788
15789[[package]]
15790name = "synstructure"
15791version = "0.13.1"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15794dependencies = [
15795 "proc-macro2",
15796 "quote",
15797 "syn 2.0.101",
15798]
15799
15800[[package]]
15801name = "sys-locale"
15802version = "0.3.2"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15805dependencies = [
15806 "libc",
15807]
15808
15809[[package]]
15810name = "sysctl"
15811version = "0.5.5"
15812source = "registry+https://github.com/rust-lang/crates.io-index"
15813checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15814dependencies = [
15815 "bitflags 2.9.0",
15816 "byteorder",
15817 "enum-as-inner",
15818 "libc",
15819 "thiserror 1.0.69",
15820 "walkdir",
15821]
15822
15823[[package]]
15824name = "sysctl"
15825version = "0.6.0"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15828dependencies = [
15829 "bitflags 2.9.0",
15830 "byteorder",
15831 "enum-as-inner",
15832 "libc",
15833 "thiserror 1.0.69",
15834 "walkdir",
15835]
15836
15837[[package]]
15838name = "sysinfo"
15839version = "0.31.4"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15842dependencies = [
15843 "core-foundation-sys",
15844 "libc",
15845 "memchr",
15846 "ntapi",
15847 "rayon",
15848 "windows 0.54.0",
15849]
15850
15851[[package]]
15852name = "sysinfo"
15853version = "0.37.2"
15854source = "registry+https://github.com/rust-lang/crates.io-index"
15855checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
15856dependencies = [
15857 "libc",
15858 "memchr",
15859 "ntapi",
15860 "objc2-core-foundation",
15861 "objc2-io-kit",
15862 "windows 0.61.1",
15863]
15864
15865[[package]]
15866name = "system-configuration"
15867version = "0.5.1"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15870dependencies = [
15871 "bitflags 1.3.2",
15872 "core-foundation 0.9.4",
15873 "system-configuration-sys 0.5.0",
15874]
15875
15876[[package]]
15877name = "system-configuration"
15878version = "0.6.1"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15881dependencies = [
15882 "bitflags 2.9.0",
15883 "core-foundation 0.9.4",
15884 "system-configuration-sys 0.6.0",
15885]
15886
15887[[package]]
15888name = "system-configuration-sys"
15889version = "0.5.0"
15890source = "registry+https://github.com/rust-lang/crates.io-index"
15891checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15892dependencies = [
15893 "core-foundation-sys",
15894 "libc",
15895]
15896
15897[[package]]
15898name = "system-configuration-sys"
15899version = "0.6.0"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15902dependencies = [
15903 "core-foundation-sys",
15904 "libc",
15905]
15906
15907[[package]]
15908name = "system-deps"
15909version = "6.2.2"
15910source = "registry+https://github.com/rust-lang/crates.io-index"
15911checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15912dependencies = [
15913 "cfg-expr",
15914 "heck 0.5.0",
15915 "pkg-config",
15916 "toml 0.8.20",
15917 "version-compare",
15918]
15919
15920[[package]]
15921name = "system-interface"
15922version = "0.27.3"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15925dependencies = [
15926 "bitflags 2.9.0",
15927 "cap-fs-ext",
15928 "cap-std",
15929 "fd-lock",
15930 "io-lifetimes",
15931 "rustix 0.38.44",
15932 "windows-sys 0.59.0",
15933 "winx",
15934]
15935
15936[[package]]
15937name = "system_specs"
15938version = "0.1.0"
15939dependencies = [
15940 "anyhow",
15941 "client",
15942 "gpui",
15943 "human_bytes",
15944 "pciid-parser",
15945 "release_channel",
15946 "serde",
15947 "sysinfo 0.37.2",
15948 "workspace-hack",
15949]
15950
15951[[package]]
15952name = "tab_switcher"
15953version = "0.1.0"
15954dependencies = [
15955 "anyhow",
15956 "collections",
15957 "ctor",
15958 "editor",
15959 "fuzzy",
15960 "gpui",
15961 "language",
15962 "menu",
15963 "picker",
15964 "project",
15965 "schemars 1.0.1",
15966 "serde",
15967 "serde_json",
15968 "settings",
15969 "smol",
15970 "theme",
15971 "ui",
15972 "util",
15973 "workspace",
15974 "workspace-hack",
15975 "zlog",
15976]
15977
15978[[package]]
15979name = "taffy"
15980version = "0.9.0"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15983dependencies = [
15984 "arrayvec",
15985 "grid",
15986 "serde",
15987 "slotmap",
15988]
15989
15990[[package]]
15991name = "tagptr"
15992version = "0.2.0"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15995
15996[[package]]
15997name = "take-until"
15998version = "0.2.0"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
16001
16002[[package]]
16003name = "tao-core-video-sys"
16004version = "0.2.0"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
16007dependencies = [
16008 "cfg-if",
16009 "core-foundation-sys",
16010 "libc",
16011 "objc",
16012]
16013
16014[[package]]
16015name = "tap"
16016version = "1.0.1"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
16019
16020[[package]]
16021name = "target-lexicon"
16022version = "0.12.16"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
16025
16026[[package]]
16027name = "target-lexicon"
16028version = "0.13.2"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
16031
16032[[package]]
16033name = "task"
16034version = "0.1.0"
16035dependencies = [
16036 "anyhow",
16037 "collections",
16038 "futures 0.3.31",
16039 "gpui",
16040 "hex",
16041 "log",
16042 "parking_lot",
16043 "pretty_assertions",
16044 "proto",
16045 "schemars 1.0.1",
16046 "serde",
16047 "serde_json",
16048 "serde_json_lenient",
16049 "sha2",
16050 "shellexpand 2.1.2",
16051 "util",
16052 "workspace-hack",
16053 "zed_actions",
16054]
16055
16056[[package]]
16057name = "tasks_ui"
16058version = "0.1.0"
16059dependencies = [
16060 "anyhow",
16061 "collections",
16062 "editor",
16063 "file_icons",
16064 "fuzzy",
16065 "gpui",
16066 "itertools 0.14.0",
16067 "language",
16068 "menu",
16069 "picker",
16070 "project",
16071 "serde",
16072 "serde_json",
16073 "task",
16074 "tree-sitter-rust",
16075 "tree-sitter-typescript",
16076 "ui",
16077 "util",
16078 "workspace",
16079 "workspace-hack",
16080 "zed_actions",
16081]
16082
16083[[package]]
16084name = "telemetry"
16085version = "0.1.0"
16086dependencies = [
16087 "futures 0.3.31",
16088 "serde",
16089 "serde_json",
16090 "telemetry_events",
16091 "workspace-hack",
16092]
16093
16094[[package]]
16095name = "telemetry_events"
16096version = "0.1.0"
16097dependencies = [
16098 "semantic_version",
16099 "serde",
16100 "serde_json",
16101 "workspace-hack",
16102]
16103
16104[[package]]
16105name = "tempfile"
16106version = "3.20.0"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16109dependencies = [
16110 "fastrand 2.3.0",
16111 "getrandom 0.3.2",
16112 "once_cell",
16113 "rustix 1.0.7",
16114 "windows-sys 0.59.0",
16115]
16116
16117[[package]]
16118name = "tendril"
16119version = "0.4.3"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16122dependencies = [
16123 "futf",
16124 "mac",
16125 "utf-8",
16126]
16127
16128[[package]]
16129name = "termcolor"
16130version = "1.4.1"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16133dependencies = [
16134 "winapi-util",
16135]
16136
16137[[package]]
16138name = "terminal"
16139version = "0.1.0"
16140dependencies = [
16141 "alacritty_terminal",
16142 "anyhow",
16143 "collections",
16144 "futures 0.3.31",
16145 "gpui",
16146 "itertools 0.14.0",
16147 "libc",
16148 "log",
16149 "rand 0.9.1",
16150 "regex",
16151 "release_channel",
16152 "schemars 1.0.1",
16153 "serde",
16154 "settings",
16155 "smol",
16156 "sysinfo 0.37.2",
16157 "task",
16158 "theme",
16159 "thiserror 2.0.12",
16160 "url",
16161 "urlencoding",
16162 "util",
16163 "windows 0.61.1",
16164 "workspace-hack",
16165]
16166
16167[[package]]
16168name = "terminal_size"
16169version = "0.4.2"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16172dependencies = [
16173 "rustix 1.0.7",
16174 "windows-sys 0.59.0",
16175]
16176
16177[[package]]
16178name = "terminal_view"
16179version = "0.1.0"
16180dependencies = [
16181 "anyhow",
16182 "assistant_slash_command",
16183 "async-recursion",
16184 "breadcrumbs",
16185 "client",
16186 "collections",
16187 "db",
16188 "dirs 4.0.0",
16189 "editor",
16190 "futures 0.3.31",
16191 "gpui",
16192 "itertools 0.14.0",
16193 "language",
16194 "log",
16195 "pretty_assertions",
16196 "project",
16197 "rand 0.9.1",
16198 "regex",
16199 "schemars 1.0.1",
16200 "search",
16201 "serde",
16202 "serde_json",
16203 "settings",
16204 "shellexpand 2.1.2",
16205 "smol",
16206 "task",
16207 "terminal",
16208 "theme",
16209 "ui",
16210 "util",
16211 "workspace",
16212 "workspace-hack",
16213 "zed_actions",
16214]
16215
16216[[package]]
16217name = "text"
16218version = "0.1.0"
16219dependencies = [
16220 "anyhow",
16221 "clock",
16222 "collections",
16223 "ctor",
16224 "gpui",
16225 "http_client",
16226 "log",
16227 "parking_lot",
16228 "postage",
16229 "rand 0.9.1",
16230 "regex",
16231 "rope",
16232 "smallvec",
16233 "sum_tree",
16234 "util",
16235 "workspace-hack",
16236 "zlog",
16237]
16238
16239[[package]]
16240name = "theme"
16241version = "0.1.0"
16242dependencies = [
16243 "anyhow",
16244 "collections",
16245 "derive_more",
16246 "fs",
16247 "futures 0.3.31",
16248 "gpui",
16249 "log",
16250 "palette",
16251 "parking_lot",
16252 "refineable",
16253 "schemars 1.0.1",
16254 "serde",
16255 "serde_json",
16256 "serde_json_lenient",
16257 "settings",
16258 "strum 0.27.1",
16259 "thiserror 2.0.12",
16260 "util",
16261 "uuid",
16262 "workspace-hack",
16263]
16264
16265[[package]]
16266name = "theme_extension"
16267version = "0.1.0"
16268dependencies = [
16269 "anyhow",
16270 "extension",
16271 "fs",
16272 "gpui",
16273 "theme",
16274 "workspace-hack",
16275]
16276
16277[[package]]
16278name = "theme_importer"
16279version = "0.1.0"
16280dependencies = [
16281 "anyhow",
16282 "clap",
16283 "collections",
16284 "gpui",
16285 "indexmap 2.9.0",
16286 "log",
16287 "palette",
16288 "serde",
16289 "serde_json",
16290 "serde_json_lenient",
16291 "simplelog",
16292 "strum 0.27.1",
16293 "theme",
16294 "vscode_theme",
16295 "workspace-hack",
16296]
16297
16298[[package]]
16299name = "theme_selector"
16300version = "0.1.0"
16301dependencies = [
16302 "fs",
16303 "fuzzy",
16304 "gpui",
16305 "log",
16306 "picker",
16307 "serde",
16308 "settings",
16309 "telemetry",
16310 "theme",
16311 "ui",
16312 "util",
16313 "workspace",
16314 "workspace-hack",
16315 "zed_actions",
16316]
16317
16318[[package]]
16319name = "thiserror"
16320version = "1.0.69"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16323dependencies = [
16324 "thiserror-impl 1.0.69",
16325]
16326
16327[[package]]
16328name = "thiserror"
16329version = "2.0.12"
16330source = "registry+https://github.com/rust-lang/crates.io-index"
16331checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16332dependencies = [
16333 "thiserror-impl 2.0.12",
16334]
16335
16336[[package]]
16337name = "thiserror-impl"
16338version = "1.0.69"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16341dependencies = [
16342 "proc-macro2",
16343 "quote",
16344 "syn 2.0.101",
16345]
16346
16347[[package]]
16348name = "thiserror-impl"
16349version = "2.0.12"
16350source = "registry+https://github.com/rust-lang/crates.io-index"
16351checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16352dependencies = [
16353 "proc-macro2",
16354 "quote",
16355 "syn 2.0.101",
16356]
16357
16358[[package]]
16359name = "thread_local"
16360version = "1.1.8"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16363dependencies = [
16364 "cfg-if",
16365 "once_cell",
16366]
16367
16368[[package]]
16369name = "tiff"
16370version = "0.9.1"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16373dependencies = [
16374 "flate2",
16375 "jpeg-decoder",
16376 "weezl",
16377]
16378
16379[[package]]
16380name = "tiktoken-rs"
16381version = "0.8.0"
16382source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16383dependencies = [
16384 "anyhow",
16385 "base64 0.22.1",
16386 "bstr",
16387 "fancy-regex 0.13.0",
16388 "lazy_static",
16389 "regex",
16390 "rustc-hash 1.1.0",
16391]
16392
16393[[package]]
16394name = "time"
16395version = "0.3.41"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16398dependencies = [
16399 "deranged",
16400 "itoa",
16401 "libc",
16402 "num-conv",
16403 "num_threads",
16404 "powerfmt",
16405 "serde",
16406 "time-core",
16407 "time-macros",
16408]
16409
16410[[package]]
16411name = "time-core"
16412version = "0.1.4"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16415
16416[[package]]
16417name = "time-macros"
16418version = "0.2.22"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16421dependencies = [
16422 "num-conv",
16423 "time-core",
16424]
16425
16426[[package]]
16427name = "time_format"
16428version = "0.1.0"
16429dependencies = [
16430 "core-foundation 0.10.0",
16431 "core-foundation-sys",
16432 "sys-locale",
16433 "time",
16434 "workspace-hack",
16435]
16436
16437[[package]]
16438name = "tiny-keccak"
16439version = "2.0.2"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16442dependencies = [
16443 "crunchy",
16444]
16445
16446[[package]]
16447name = "tiny-skia"
16448version = "0.11.4"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16451dependencies = [
16452 "arrayref",
16453 "arrayvec",
16454 "bytemuck",
16455 "cfg-if",
16456 "log",
16457 "png",
16458 "tiny-skia-path",
16459]
16460
16461[[package]]
16462name = "tiny-skia-path"
16463version = "0.11.4"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16466dependencies = [
16467 "arrayref",
16468 "bytemuck",
16469 "strict-num",
16470]
16471
16472[[package]]
16473name = "tiny_http"
16474version = "0.8.2"
16475source = "registry+https://github.com/rust-lang/crates.io-index"
16476checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16477dependencies = [
16478 "ascii",
16479 "chrono",
16480 "chunked_transfer",
16481 "log",
16482 "url",
16483]
16484
16485[[package]]
16486name = "tinystr"
16487version = "0.7.6"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16490dependencies = [
16491 "displaydoc",
16492 "zerovec",
16493]
16494
16495[[package]]
16496name = "tinytemplate"
16497version = "1.2.1"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16500dependencies = [
16501 "serde",
16502 "serde_json",
16503]
16504
16505[[package]]
16506name = "tinyvec"
16507version = "1.9.0"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16510dependencies = [
16511 "tinyvec_macros",
16512]
16513
16514[[package]]
16515name = "tinyvec_macros"
16516version = "0.1.1"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16519
16520[[package]]
16521name = "title_bar"
16522version = "0.1.0"
16523dependencies = [
16524 "anyhow",
16525 "auto_update",
16526 "call",
16527 "chrono",
16528 "client",
16529 "cloud_llm_client",
16530 "collections",
16531 "db",
16532 "gpui",
16533 "http_client",
16534 "notifications",
16535 "pretty_assertions",
16536 "project",
16537 "remote",
16538 "rpc",
16539 "schemars 1.0.1",
16540 "serde",
16541 "settings",
16542 "smallvec",
16543 "story",
16544 "telemetry",
16545 "theme",
16546 "tree-sitter-md",
16547 "ui",
16548 "util",
16549 "windows 0.61.1",
16550 "workspace",
16551 "workspace-hack",
16552 "zed_actions",
16553]
16554
16555[[package]]
16556name = "tokio"
16557version = "1.44.2"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16560dependencies = [
16561 "backtrace",
16562 "bytes 1.10.1",
16563 "libc",
16564 "mio 1.0.3",
16565 "parking_lot",
16566 "pin-project-lite",
16567 "signal-hook-registry",
16568 "socket2",
16569 "tokio-macros",
16570 "windows-sys 0.52.0",
16571]
16572
16573[[package]]
16574name = "tokio-io"
16575version = "0.1.13"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16578dependencies = [
16579 "bytes 0.4.12",
16580 "futures 0.1.31",
16581 "log",
16582]
16583
16584[[package]]
16585name = "tokio-macros"
16586version = "2.5.0"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16589dependencies = [
16590 "proc-macro2",
16591 "quote",
16592 "syn 2.0.101",
16593]
16594
16595[[package]]
16596name = "tokio-native-tls"
16597version = "0.3.1"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16600dependencies = [
16601 "native-tls",
16602 "tokio",
16603]
16604
16605[[package]]
16606name = "tokio-rustls"
16607version = "0.24.1"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16610dependencies = [
16611 "rustls 0.21.12",
16612 "tokio",
16613]
16614
16615[[package]]
16616name = "tokio-rustls"
16617version = "0.26.2"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16620dependencies = [
16621 "rustls 0.23.26",
16622 "tokio",
16623]
16624
16625[[package]]
16626name = "tokio-socks"
16627version = "0.5.2"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16630dependencies = [
16631 "either",
16632 "futures-io",
16633 "futures-util",
16634 "thiserror 1.0.69",
16635 "tokio",
16636]
16637
16638[[package]]
16639name = "tokio-stream"
16640version = "0.1.17"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16643dependencies = [
16644 "futures-core",
16645 "pin-project-lite",
16646 "tokio",
16647]
16648
16649[[package]]
16650name = "tokio-tungstenite"
16651version = "0.20.1"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16654dependencies = [
16655 "futures-util",
16656 "log",
16657 "tokio",
16658 "tungstenite 0.20.1",
16659]
16660
16661[[package]]
16662name = "tokio-tungstenite"
16663version = "0.21.0"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16666dependencies = [
16667 "futures-util",
16668 "log",
16669 "tokio",
16670 "tungstenite 0.21.0",
16671]
16672
16673[[package]]
16674name = "tokio-tungstenite"
16675version = "0.26.2"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16678dependencies = [
16679 "futures-util",
16680 "log",
16681 "rustls 0.23.26",
16682 "rustls-pki-types",
16683 "tokio",
16684 "tokio-rustls 0.26.2",
16685 "tungstenite 0.26.2",
16686]
16687
16688[[package]]
16689name = "tokio-util"
16690version = "0.7.14"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16693dependencies = [
16694 "bytes 1.10.1",
16695 "futures-core",
16696 "futures-io",
16697 "futures-sink",
16698 "pin-project-lite",
16699 "tokio",
16700]
16701
16702[[package]]
16703name = "toml"
16704version = "0.5.11"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16707dependencies = [
16708 "serde",
16709]
16710
16711[[package]]
16712name = "toml"
16713version = "0.8.20"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16716dependencies = [
16717 "serde",
16718 "serde_spanned",
16719 "toml_datetime",
16720 "toml_edit",
16721]
16722
16723[[package]]
16724name = "toml_datetime"
16725version = "0.6.9"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16728dependencies = [
16729 "serde",
16730]
16731
16732[[package]]
16733name = "toml_edit"
16734version = "0.22.26"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16737dependencies = [
16738 "indexmap 2.9.0",
16739 "serde",
16740 "serde_spanned",
16741 "toml_datetime",
16742 "toml_write",
16743 "winnow",
16744]
16745
16746[[package]]
16747name = "toml_write"
16748version = "0.1.1"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16751
16752[[package]]
16753name = "toolchain_selector"
16754version = "0.1.0"
16755dependencies = [
16756 "anyhow",
16757 "convert_case 0.8.0",
16758 "editor",
16759 "file_finder",
16760 "futures 0.3.31",
16761 "fuzzy",
16762 "gpui",
16763 "language",
16764 "menu",
16765 "picker",
16766 "project",
16767 "ui",
16768 "util",
16769 "workspace",
16770 "workspace-hack",
16771]
16772
16773[[package]]
16774name = "topological-sort"
16775version = "0.2.2"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16778
16779[[package]]
16780name = "tower"
16781version = "0.4.13"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16784dependencies = [
16785 "futures-core",
16786 "futures-util",
16787 "pin-project",
16788 "pin-project-lite",
16789 "tokio",
16790 "tower-layer",
16791 "tower-service",
16792 "tracing",
16793]
16794
16795[[package]]
16796name = "tower"
16797version = "0.5.2"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16800dependencies = [
16801 "futures-core",
16802 "futures-util",
16803 "pin-project-lite",
16804 "sync_wrapper 1.0.2",
16805 "tokio",
16806 "tower-layer",
16807 "tower-service",
16808]
16809
16810[[package]]
16811name = "tower-http"
16812version = "0.3.5"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16815dependencies = [
16816 "bitflags 1.3.2",
16817 "bytes 1.10.1",
16818 "futures-core",
16819 "futures-util",
16820 "http 0.2.12",
16821 "http-body 0.4.6",
16822 "http-range-header",
16823 "pin-project-lite",
16824 "tower-layer",
16825 "tower-service",
16826]
16827
16828[[package]]
16829name = "tower-http"
16830version = "0.4.4"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16833dependencies = [
16834 "bitflags 2.9.0",
16835 "bytes 1.10.1",
16836 "futures-core",
16837 "futures-util",
16838 "http 0.2.12",
16839 "http-body 0.4.6",
16840 "http-range-header",
16841 "pin-project-lite",
16842 "tower-layer",
16843 "tower-service",
16844 "tracing",
16845]
16846
16847[[package]]
16848name = "tower-layer"
16849version = "0.3.3"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16852
16853[[package]]
16854name = "tower-service"
16855version = "0.3.3"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16858
16859[[package]]
16860name = "tracing"
16861version = "0.1.41"
16862source = "registry+https://github.com/rust-lang/crates.io-index"
16863checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16864dependencies = [
16865 "log",
16866 "pin-project-lite",
16867 "tracing-attributes",
16868 "tracing-core",
16869]
16870
16871[[package]]
16872name = "tracing-attributes"
16873version = "0.1.28"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16876dependencies = [
16877 "proc-macro2",
16878 "quote",
16879 "syn 2.0.101",
16880]
16881
16882[[package]]
16883name = "tracing-core"
16884version = "0.1.33"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16887dependencies = [
16888 "once_cell",
16889 "valuable",
16890]
16891
16892[[package]]
16893name = "tracing-log"
16894version = "0.2.0"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16897dependencies = [
16898 "log",
16899 "once_cell",
16900 "tracing-core",
16901]
16902
16903[[package]]
16904name = "tracing-serde"
16905version = "0.2.0"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16908dependencies = [
16909 "serde",
16910 "tracing-core",
16911]
16912
16913[[package]]
16914name = "tracing-subscriber"
16915version = "0.3.20"
16916source = "registry+https://github.com/rust-lang/crates.io-index"
16917checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16918dependencies = [
16919 "matchers",
16920 "nu-ansi-term",
16921 "once_cell",
16922 "regex-automata",
16923 "serde",
16924 "serde_json",
16925 "sharded-slab",
16926 "smallvec",
16927 "thread_local",
16928 "tracing",
16929 "tracing-core",
16930 "tracing-log",
16931 "tracing-serde",
16932]
16933
16934[[package]]
16935name = "trait-variant"
16936version = "0.1.2"
16937source = "registry+https://github.com/rust-lang/crates.io-index"
16938checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16939dependencies = [
16940 "proc-macro2",
16941 "quote",
16942 "syn 2.0.101",
16943]
16944
16945[[package]]
16946name = "transpose"
16947version = "0.2.3"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16950dependencies = [
16951 "num-integer",
16952 "strength_reduce",
16953]
16954
16955[[package]]
16956name = "tree-sitter"
16957version = "0.25.10"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16960dependencies = [
16961 "cc",
16962 "regex",
16963 "regex-syntax",
16964 "serde_json",
16965 "streaming-iterator",
16966 "tree-sitter-language",
16967 "wasmtime-c-api-impl",
16968]
16969
16970[[package]]
16971name = "tree-sitter-bash"
16972version = "0.25.0"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16975dependencies = [
16976 "cc",
16977 "tree-sitter-language",
16978]
16979
16980[[package]]
16981name = "tree-sitter-c"
16982version = "0.23.4"
16983source = "registry+https://github.com/rust-lang/crates.io-index"
16984checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16985dependencies = [
16986 "cc",
16987 "tree-sitter-language",
16988]
16989
16990[[package]]
16991name = "tree-sitter-cpp"
16992version = "0.23.4"
16993source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16994dependencies = [
16995 "cc",
16996 "tree-sitter-language",
16997]
16998
16999[[package]]
17000name = "tree-sitter-css"
17001version = "0.23.2"
17002source = "registry+https://github.com/rust-lang/crates.io-index"
17003checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
17004dependencies = [
17005 "cc",
17006 "tree-sitter-language",
17007]
17008
17009[[package]]
17010name = "tree-sitter-diff"
17011version = "0.1.0"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
17014dependencies = [
17015 "cc",
17016 "tree-sitter-language",
17017]
17018
17019[[package]]
17020name = "tree-sitter-elixir"
17021version = "0.3.4"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
17024dependencies = [
17025 "cc",
17026 "tree-sitter-language",
17027]
17028
17029[[package]]
17030name = "tree-sitter-embedded-template"
17031version = "0.23.2"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
17034dependencies = [
17035 "cc",
17036 "tree-sitter-language",
17037]
17038
17039[[package]]
17040name = "tree-sitter-gitcommit"
17041version = "0.0.1"
17042source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
17043dependencies = [
17044 "cc",
17045 "tree-sitter-language",
17046]
17047
17048[[package]]
17049name = "tree-sitter-go"
17050version = "0.23.4"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17053dependencies = [
17054 "cc",
17055 "tree-sitter-language",
17056]
17057
17058[[package]]
17059name = "tree-sitter-gomod"
17060version = "1.1.1"
17061source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17062dependencies = [
17063 "cc",
17064 "tree-sitter-language",
17065]
17066
17067[[package]]
17068name = "tree-sitter-gowork"
17069version = "0.0.1"
17070source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17071dependencies = [
17072 "cc",
17073 "tree-sitter-language",
17074]
17075
17076[[package]]
17077name = "tree-sitter-heex"
17078version = "0.0.1"
17079source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17080dependencies = [
17081 "cc",
17082 "tree-sitter-language",
17083]
17084
17085[[package]]
17086name = "tree-sitter-html"
17087version = "0.23.2"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17090dependencies = [
17091 "cc",
17092 "tree-sitter-language",
17093]
17094
17095[[package]]
17096name = "tree-sitter-jsdoc"
17097version = "0.23.2"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17100dependencies = [
17101 "cc",
17102 "tree-sitter-language",
17103]
17104
17105[[package]]
17106name = "tree-sitter-json"
17107version = "0.24.8"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17110dependencies = [
17111 "cc",
17112 "tree-sitter-language",
17113]
17114
17115[[package]]
17116name = "tree-sitter-language"
17117version = "0.1.5"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17120
17121[[package]]
17122name = "tree-sitter-md"
17123version = "0.3.2"
17124source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17125dependencies = [
17126 "cc",
17127 "tree-sitter-language",
17128]
17129
17130[[package]]
17131name = "tree-sitter-python"
17132version = "0.25.0"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17135dependencies = [
17136 "cc",
17137 "tree-sitter-language",
17138]
17139
17140[[package]]
17141name = "tree-sitter-regex"
17142version = "0.24.3"
17143source = "registry+https://github.com/rust-lang/crates.io-index"
17144checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17145dependencies = [
17146 "cc",
17147 "tree-sitter-language",
17148]
17149
17150[[package]]
17151name = "tree-sitter-ruby"
17152version = "0.23.1"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17155dependencies = [
17156 "cc",
17157 "tree-sitter-language",
17158]
17159
17160[[package]]
17161name = "tree-sitter-rust"
17162version = "0.24.0"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17165dependencies = [
17166 "cc",
17167 "tree-sitter-language",
17168]
17169
17170[[package]]
17171name = "tree-sitter-typescript"
17172version = "0.23.2"
17173source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
17174dependencies = [
17175 "cc",
17176 "tree-sitter-language",
17177]
17178
17179[[package]]
17180name = "tree-sitter-yaml"
17181version = "0.6.1"
17182source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17183dependencies = [
17184 "cc",
17185 "tree-sitter-language",
17186]
17187
17188[[package]]
17189name = "try-lock"
17190version = "0.2.5"
17191source = "registry+https://github.com/rust-lang/crates.io-index"
17192checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17193
17194[[package]]
17195name = "ttf-parser"
17196version = "0.20.0"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17199
17200[[package]]
17201name = "ttf-parser"
17202version = "0.21.1"
17203source = "registry+https://github.com/rust-lang/crates.io-index"
17204checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17205
17206[[package]]
17207name = "ttf-parser"
17208version = "0.25.1"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17211dependencies = [
17212 "core_maths",
17213]
17214
17215[[package]]
17216name = "tungstenite"
17217version = "0.20.1"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17220dependencies = [
17221 "byteorder",
17222 "bytes 1.10.1",
17223 "data-encoding",
17224 "http 0.2.12",
17225 "httparse",
17226 "log",
17227 "rand 0.8.5",
17228 "sha1",
17229 "thiserror 1.0.69",
17230 "url",
17231 "utf-8",
17232]
17233
17234[[package]]
17235name = "tungstenite"
17236version = "0.21.0"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17239dependencies = [
17240 "byteorder",
17241 "bytes 1.10.1",
17242 "data-encoding",
17243 "http 1.3.1",
17244 "httparse",
17245 "log",
17246 "rand 0.8.5",
17247 "sha1",
17248 "thiserror 1.0.69",
17249 "url",
17250 "utf-8",
17251]
17252
17253[[package]]
17254name = "tungstenite"
17255version = "0.26.2"
17256source = "registry+https://github.com/rust-lang/crates.io-index"
17257checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17258dependencies = [
17259 "bytes 1.10.1",
17260 "data-encoding",
17261 "http 1.3.1",
17262 "httparse",
17263 "log",
17264 "rand 0.9.1",
17265 "rustls 0.23.26",
17266 "rustls-pki-types",
17267 "sha1",
17268 "thiserror 2.0.12",
17269 "utf-8",
17270]
17271
17272[[package]]
17273name = "typed-path"
17274version = "0.11.0"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17277
17278[[package]]
17279name = "typeid"
17280version = "1.0.3"
17281source = "registry+https://github.com/rust-lang/crates.io-index"
17282checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17283
17284[[package]]
17285name = "typenum"
17286version = "1.18.0"
17287source = "registry+https://github.com/rust-lang/crates.io-index"
17288checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17289
17290[[package]]
17291name = "ucd-trie"
17292version = "0.1.7"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17295
17296[[package]]
17297name = "uds"
17298version = "0.4.2"
17299source = "registry+https://github.com/rust-lang/crates.io-index"
17300checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17301dependencies = [
17302 "libc",
17303]
17304
17305[[package]]
17306name = "uds_windows"
17307version = "1.1.0"
17308source = "registry+https://github.com/rust-lang/crates.io-index"
17309checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17310dependencies = [
17311 "memoffset",
17312 "tempfile",
17313 "winapi",
17314]
17315
17316[[package]]
17317name = "ug"
17318version = "0.4.0"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17321dependencies = [
17322 "gemm 0.18.2",
17323 "half",
17324 "libloading",
17325 "memmap2",
17326 "num",
17327 "num-traits",
17328 "num_cpus",
17329 "rayon",
17330 "safetensors",
17331 "serde",
17332 "thiserror 1.0.69",
17333 "tracing",
17334 "yoke",
17335]
17336
17337[[package]]
17338name = "ui"
17339version = "0.1.0"
17340dependencies = [
17341 "chrono",
17342 "component",
17343 "documented",
17344 "gpui",
17345 "gpui_macros",
17346 "icons",
17347 "itertools 0.14.0",
17348 "menu",
17349 "schemars 1.0.1",
17350 "serde",
17351 "settings",
17352 "smallvec",
17353 "story",
17354 "strum 0.27.1",
17355 "theme",
17356 "ui_macros",
17357 "util",
17358 "windows 0.61.1",
17359 "workspace-hack",
17360]
17361
17362[[package]]
17363name = "ui_input"
17364version = "0.1.0"
17365dependencies = [
17366 "component",
17367 "editor",
17368 "fuzzy",
17369 "gpui",
17370 "menu",
17371 "picker",
17372 "settings",
17373 "theme",
17374 "ui",
17375 "workspace-hack",
17376]
17377
17378[[package]]
17379name = "ui_macros"
17380version = "0.1.0"
17381dependencies = [
17382 "component",
17383 "quote",
17384 "syn 2.0.101",
17385 "ui",
17386 "workspace-hack",
17387]
17388
17389[[package]]
17390name = "ui_prompt"
17391version = "0.1.0"
17392dependencies = [
17393 "gpui",
17394 "markdown",
17395 "menu",
17396 "settings",
17397 "theme",
17398 "ui",
17399 "workspace",
17400 "workspace-hack",
17401]
17402
17403[[package]]
17404name = "unicase"
17405version = "2.8.1"
17406source = "registry+https://github.com/rust-lang/crates.io-index"
17407checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17408
17409[[package]]
17410name = "unicode-bidi"
17411version = "0.3.18"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17414
17415[[package]]
17416name = "unicode-bidi-mirroring"
17417version = "0.2.0"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17420
17421[[package]]
17422name = "unicode-bidi-mirroring"
17423version = "0.4.0"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17426
17427[[package]]
17428name = "unicode-ccc"
17429version = "0.2.0"
17430source = "registry+https://github.com/rust-lang/crates.io-index"
17431checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17432
17433[[package]]
17434name = "unicode-ccc"
17435version = "0.4.0"
17436source = "registry+https://github.com/rust-lang/crates.io-index"
17437checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17438
17439[[package]]
17440name = "unicode-ident"
17441version = "1.0.18"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17444
17445[[package]]
17446name = "unicode-linebreak"
17447version = "0.1.5"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17450
17451[[package]]
17452name = "unicode-normalization"
17453version = "0.1.24"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17456dependencies = [
17457 "tinyvec",
17458]
17459
17460[[package]]
17461name = "unicode-properties"
17462version = "0.1.3"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17465
17466[[package]]
17467name = "unicode-script"
17468version = "0.5.7"
17469source = "registry+https://github.com/rust-lang/crates.io-index"
17470checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17471
17472[[package]]
17473name = "unicode-segmentation"
17474version = "1.12.0"
17475source = "registry+https://github.com/rust-lang/crates.io-index"
17476checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17477
17478[[package]]
17479name = "unicode-vo"
17480version = "0.1.0"
17481source = "registry+https://github.com/rust-lang/crates.io-index"
17482checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17483
17484[[package]]
17485name = "unicode-width"
17486version = "0.2.0"
17487source = "registry+https://github.com/rust-lang/crates.io-index"
17488checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17489
17490[[package]]
17491name = "unicode-xid"
17492version = "0.2.6"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17495
17496[[package]]
17497name = "unicode_categories"
17498version = "0.1.1"
17499source = "registry+https://github.com/rust-lang/crates.io-index"
17500checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17501
17502[[package]]
17503name = "unindent"
17504version = "0.2.4"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17507
17508[[package]]
17509name = "untrusted"
17510version = "0.9.0"
17511source = "registry+https://github.com/rust-lang/crates.io-index"
17512checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17513
17514[[package]]
17515name = "url"
17516version = "2.5.4"
17517source = "registry+https://github.com/rust-lang/crates.io-index"
17518checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17519dependencies = [
17520 "form_urlencoded",
17521 "idna",
17522 "percent-encoding",
17523 "serde",
17524]
17525
17526[[package]]
17527name = "urlencoding"
17528version = "2.1.3"
17529source = "registry+https://github.com/rust-lang/crates.io-index"
17530checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17531
17532[[package]]
17533name = "usvg"
17534version = "0.45.1"
17535source = "registry+https://github.com/rust-lang/crates.io-index"
17536checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17537dependencies = [
17538 "base64 0.22.1",
17539 "data-url",
17540 "flate2",
17541 "fontdb 0.23.0",
17542 "imagesize",
17543 "kurbo",
17544 "log",
17545 "pico-args",
17546 "roxmltree",
17547 "rustybuzz 0.20.1",
17548 "simplecss",
17549 "siphasher",
17550 "strict-num",
17551 "svgtypes",
17552 "tiny-skia-path",
17553 "unicode-bidi",
17554 "unicode-script",
17555 "unicode-vo",
17556 "xmlwriter",
17557]
17558
17559[[package]]
17560name = "utf-8"
17561version = "0.7.6"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17564
17565[[package]]
17566name = "utf16_iter"
17567version = "1.0.5"
17568source = "registry+https://github.com/rust-lang/crates.io-index"
17569checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17570
17571[[package]]
17572name = "utf8_iter"
17573version = "1.0.4"
17574source = "registry+https://github.com/rust-lang/crates.io-index"
17575checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17576
17577[[package]]
17578name = "utf8parse"
17579version = "0.2.2"
17580source = "registry+https://github.com/rust-lang/crates.io-index"
17581checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17582
17583[[package]]
17584name = "util"
17585version = "0.1.0"
17586dependencies = [
17587 "anyhow",
17588 "async-fs",
17589 "async_zip",
17590 "collections",
17591 "command-fds",
17592 "dirs 4.0.0",
17593 "dunce",
17594 "futures 0.3.31",
17595 "futures-lite 1.13.0",
17596 "git2",
17597 "globset",
17598 "indoc",
17599 "itertools 0.14.0",
17600 "libc",
17601 "log",
17602 "nix 0.29.0",
17603 "pretty_assertions",
17604 "rand 0.9.1",
17605 "regex",
17606 "rust-embed",
17607 "schemars 1.0.1",
17608 "serde",
17609 "serde_json",
17610 "serde_json_lenient",
17611 "shlex",
17612 "smol",
17613 "take-until",
17614 "tempfile",
17615 "tendril",
17616 "unicase",
17617 "util_macros",
17618 "walkdir",
17619 "which 6.0.3",
17620 "workspace-hack",
17621]
17622
17623[[package]]
17624name = "util_macros"
17625version = "0.1.0"
17626dependencies = [
17627 "perf",
17628 "quote",
17629 "syn 2.0.101",
17630 "workspace-hack",
17631]
17632
17633[[package]]
17634name = "uuid"
17635version = "1.16.0"
17636source = "registry+https://github.com/rust-lang/crates.io-index"
17637checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17638dependencies = [
17639 "getrandom 0.3.2",
17640 "serde",
17641 "sha1_smol",
17642]
17643
17644[[package]]
17645name = "uuid-simd"
17646version = "0.8.0"
17647source = "registry+https://github.com/rust-lang/crates.io-index"
17648checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17649dependencies = [
17650 "outref",
17651 "uuid",
17652 "vsimd",
17653]
17654
17655[[package]]
17656name = "v_frame"
17657version = "0.3.8"
17658source = "registry+https://github.com/rust-lang/crates.io-index"
17659checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17660dependencies = [
17661 "aligned-vec",
17662 "num-traits",
17663 "wasm-bindgen",
17664]
17665
17666[[package]]
17667name = "valuable"
17668version = "0.1.1"
17669source = "registry+https://github.com/rust-lang/crates.io-index"
17670checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17671
17672[[package]]
17673name = "value-bag"
17674version = "1.11.1"
17675source = "registry+https://github.com/rust-lang/crates.io-index"
17676checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17677dependencies = [
17678 "value-bag-serde1",
17679 "value-bag-sval2",
17680]
17681
17682[[package]]
17683name = "value-bag-serde1"
17684version = "1.11.1"
17685source = "registry+https://github.com/rust-lang/crates.io-index"
17686checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17687dependencies = [
17688 "erased-serde",
17689 "serde",
17690 "serde_fmt",
17691]
17692
17693[[package]]
17694name = "value-bag-sval2"
17695version = "1.11.1"
17696source = "registry+https://github.com/rust-lang/crates.io-index"
17697checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17698dependencies = [
17699 "sval",
17700 "sval_buffer",
17701 "sval_dynamic",
17702 "sval_fmt",
17703 "sval_json",
17704 "sval_ref",
17705 "sval_serde",
17706]
17707
17708[[package]]
17709name = "vcpkg"
17710version = "0.2.15"
17711source = "registry+https://github.com/rust-lang/crates.io-index"
17712checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17713
17714[[package]]
17715name = "vercel"
17716version = "0.1.0"
17717dependencies = [
17718 "anyhow",
17719 "schemars 1.0.1",
17720 "serde",
17721 "strum 0.27.1",
17722 "workspace-hack",
17723]
17724
17725[[package]]
17726name = "version-compare"
17727version = "0.2.0"
17728source = "registry+https://github.com/rust-lang/crates.io-index"
17729checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17730
17731[[package]]
17732name = "version_check"
17733version = "0.9.5"
17734source = "registry+https://github.com/rust-lang/crates.io-index"
17735checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17736
17737[[package]]
17738name = "vim"
17739version = "0.1.0"
17740dependencies = [
17741 "anyhow",
17742 "assets",
17743 "async-compat",
17744 "async-trait",
17745 "collections",
17746 "command_palette",
17747 "command_palette_hooks",
17748 "db",
17749 "editor",
17750 "env_logger 0.11.8",
17751 "futures 0.3.31",
17752 "git_ui",
17753 "gpui",
17754 "indoc",
17755 "itertools 0.14.0",
17756 "language",
17757 "log",
17758 "lsp",
17759 "menu",
17760 "multi_buffer",
17761 "nvim-rs",
17762 "parking_lot",
17763 "perf",
17764 "picker",
17765 "project",
17766 "project_panel",
17767 "regex",
17768 "release_channel",
17769 "schemars 1.0.1",
17770 "search",
17771 "serde",
17772 "serde_json",
17773 "settings",
17774 "task",
17775 "text",
17776 "theme",
17777 "tokio",
17778 "ui",
17779 "util",
17780 "util_macros",
17781 "vim_mode_setting",
17782 "workspace",
17783 "workspace-hack",
17784 "zed_actions",
17785]
17786
17787[[package]]
17788name = "vim_mode_setting"
17789version = "0.1.0"
17790dependencies = [
17791 "gpui",
17792 "settings",
17793 "workspace-hack",
17794]
17795
17796[[package]]
17797name = "vscode_theme"
17798version = "0.2.0"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17801dependencies = [
17802 "serde",
17803]
17804
17805[[package]]
17806name = "vsimd"
17807version = "0.8.0"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17810
17811[[package]]
17812name = "vswhom"
17813version = "0.1.0"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17816dependencies = [
17817 "libc",
17818 "vswhom-sys",
17819]
17820
17821[[package]]
17822name = "vswhom-sys"
17823version = "0.1.3"
17824source = "registry+https://github.com/rust-lang/crates.io-index"
17825checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17826dependencies = [
17827 "cc",
17828 "libc",
17829]
17830
17831[[package]]
17832name = "vte"
17833version = "0.15.0"
17834source = "registry+https://github.com/rust-lang/crates.io-index"
17835checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17836dependencies = [
17837 "arrayvec",
17838 "bitflags 2.9.0",
17839 "cursor-icon",
17840 "log",
17841 "memchr",
17842 "serde",
17843]
17844
17845[[package]]
17846name = "waker-fn"
17847version = "1.2.0"
17848source = "registry+https://github.com/rust-lang/crates.io-index"
17849checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17850
17851[[package]]
17852name = "walkdir"
17853version = "2.5.0"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17856dependencies = [
17857 "same-file",
17858 "winapi-util",
17859]
17860
17861[[package]]
17862name = "want"
17863version = "0.3.1"
17864source = "registry+https://github.com/rust-lang/crates.io-index"
17865checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17866dependencies = [
17867 "try-lock",
17868]
17869
17870[[package]]
17871name = "warp"
17872version = "0.3.7"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17875dependencies = [
17876 "bytes 1.10.1",
17877 "futures-channel",
17878 "futures-util",
17879 "headers",
17880 "http 0.2.12",
17881 "hyper 0.14.32",
17882 "log",
17883 "mime",
17884 "mime_guess",
17885 "percent-encoding",
17886 "pin-project",
17887 "scoped-tls",
17888 "serde",
17889 "serde_json",
17890 "serde_urlencoded",
17891 "tokio",
17892 "tokio-tungstenite 0.21.0",
17893 "tokio-util",
17894 "tower-service",
17895 "tracing",
17896]
17897
17898[[package]]
17899name = "wasi"
17900version = "0.11.0+wasi-snapshot-preview1"
17901source = "registry+https://github.com/rust-lang/crates.io-index"
17902checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17903
17904[[package]]
17905name = "wasi"
17906version = "0.14.2+wasi-0.2.4"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17909dependencies = [
17910 "wit-bindgen-rt 0.39.0",
17911]
17912
17913[[package]]
17914name = "wasite"
17915version = "0.1.0"
17916source = "registry+https://github.com/rust-lang/crates.io-index"
17917checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17918
17919[[package]]
17920name = "wasm-bindgen"
17921version = "0.2.100"
17922source = "registry+https://github.com/rust-lang/crates.io-index"
17923checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17924dependencies = [
17925 "cfg-if",
17926 "once_cell",
17927 "rustversion",
17928 "wasm-bindgen-macro",
17929]
17930
17931[[package]]
17932name = "wasm-bindgen-backend"
17933version = "0.2.100"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17936dependencies = [
17937 "bumpalo",
17938 "log",
17939 "proc-macro2",
17940 "quote",
17941 "syn 2.0.101",
17942 "wasm-bindgen-shared",
17943]
17944
17945[[package]]
17946name = "wasm-bindgen-futures"
17947version = "0.4.50"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17950dependencies = [
17951 "cfg-if",
17952 "js-sys",
17953 "once_cell",
17954 "wasm-bindgen",
17955 "web-sys",
17956]
17957
17958[[package]]
17959name = "wasm-bindgen-macro"
17960version = "0.2.100"
17961source = "registry+https://github.com/rust-lang/crates.io-index"
17962checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17963dependencies = [
17964 "quote",
17965 "wasm-bindgen-macro-support",
17966]
17967
17968[[package]]
17969name = "wasm-bindgen-macro-support"
17970version = "0.2.100"
17971source = "registry+https://github.com/rust-lang/crates.io-index"
17972checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17973dependencies = [
17974 "proc-macro2",
17975 "quote",
17976 "syn 2.0.101",
17977 "wasm-bindgen-backend",
17978 "wasm-bindgen-shared",
17979]
17980
17981[[package]]
17982name = "wasm-bindgen-shared"
17983version = "0.2.100"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17986dependencies = [
17987 "unicode-ident",
17988]
17989
17990[[package]]
17991name = "wasm-encoder"
17992version = "0.201.0"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17995dependencies = [
17996 "leb128",
17997]
17998
17999[[package]]
18000name = "wasm-encoder"
18001version = "0.221.3"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
18004dependencies = [
18005 "leb128",
18006 "wasmparser 0.221.3",
18007]
18008
18009[[package]]
18010name = "wasm-encoder"
18011version = "0.227.1"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
18014dependencies = [
18015 "leb128fmt",
18016 "wasmparser 0.227.1",
18017]
18018
18019[[package]]
18020name = "wasm-metadata"
18021version = "0.201.0"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
18024dependencies = [
18025 "anyhow",
18026 "indexmap 2.9.0",
18027 "serde",
18028 "serde_derive",
18029 "serde_json",
18030 "spdx",
18031 "wasm-encoder 0.201.0",
18032 "wasmparser 0.201.0",
18033]
18034
18035[[package]]
18036name = "wasm-metadata"
18037version = "0.227.1"
18038source = "registry+https://github.com/rust-lang/crates.io-index"
18039checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
18040dependencies = [
18041 "anyhow",
18042 "auditable-serde",
18043 "flate2",
18044 "indexmap 2.9.0",
18045 "serde",
18046 "serde_derive",
18047 "serde_json",
18048 "spdx",
18049 "url",
18050 "wasm-encoder 0.227.1",
18051 "wasmparser 0.227.1",
18052]
18053
18054[[package]]
18055name = "wasm-streams"
18056version = "0.4.2"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18059dependencies = [
18060 "futures-util",
18061 "js-sys",
18062 "wasm-bindgen",
18063 "wasm-bindgen-futures",
18064 "web-sys",
18065]
18066
18067[[package]]
18068name = "wasmparser"
18069version = "0.201.0"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18072dependencies = [
18073 "bitflags 2.9.0",
18074 "indexmap 2.9.0",
18075 "semver",
18076]
18077
18078[[package]]
18079name = "wasmparser"
18080version = "0.221.3"
18081source = "registry+https://github.com/rust-lang/crates.io-index"
18082checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18083dependencies = [
18084 "bitflags 2.9.0",
18085 "hashbrown 0.15.3",
18086 "indexmap 2.9.0",
18087 "semver",
18088 "serde",
18089]
18090
18091[[package]]
18092name = "wasmparser"
18093version = "0.227.1"
18094source = "registry+https://github.com/rust-lang/crates.io-index"
18095checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18096dependencies = [
18097 "bitflags 2.9.0",
18098 "hashbrown 0.15.3",
18099 "indexmap 2.9.0",
18100 "semver",
18101]
18102
18103[[package]]
18104name = "wasmprinter"
18105version = "0.221.3"
18106source = "registry+https://github.com/rust-lang/crates.io-index"
18107checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18108dependencies = [
18109 "anyhow",
18110 "termcolor",
18111 "wasmparser 0.221.3",
18112]
18113
18114[[package]]
18115name = "wasmtime"
18116version = "29.0.1"
18117source = "registry+https://github.com/rust-lang/crates.io-index"
18118checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18119dependencies = [
18120 "anyhow",
18121 "async-trait",
18122 "bitflags 2.9.0",
18123 "bumpalo",
18124 "cc",
18125 "cfg-if",
18126 "encoding_rs",
18127 "hashbrown 0.14.5",
18128 "indexmap 2.9.0",
18129 "libc",
18130 "log",
18131 "mach2 0.4.2",
18132 "memfd",
18133 "object",
18134 "once_cell",
18135 "paste",
18136 "postcard",
18137 "psm",
18138 "pulley-interpreter",
18139 "rayon",
18140 "rustix 0.38.44",
18141 "semver",
18142 "serde",
18143 "serde_derive",
18144 "smallvec",
18145 "sptr",
18146 "target-lexicon 0.13.2",
18147 "trait-variant",
18148 "wasmparser 0.221.3",
18149 "wasmtime-asm-macros",
18150 "wasmtime-component-macro",
18151 "wasmtime-component-util",
18152 "wasmtime-cranelift",
18153 "wasmtime-environ",
18154 "wasmtime-fiber",
18155 "wasmtime-jit-icache-coherence",
18156 "wasmtime-math",
18157 "wasmtime-slab",
18158 "wasmtime-versioned-export-macros",
18159 "wasmtime-winch",
18160 "windows-sys 0.59.0",
18161]
18162
18163[[package]]
18164name = "wasmtime-asm-macros"
18165version = "29.0.1"
18166source = "registry+https://github.com/rust-lang/crates.io-index"
18167checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18168dependencies = [
18169 "cfg-if",
18170]
18171
18172[[package]]
18173name = "wasmtime-c-api-impl"
18174version = "29.0.1"
18175source = "registry+https://github.com/rust-lang/crates.io-index"
18176checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18177dependencies = [
18178 "anyhow",
18179 "log",
18180 "tracing",
18181 "wasmtime",
18182 "wasmtime-c-api-macros",
18183]
18184
18185[[package]]
18186name = "wasmtime-c-api-macros"
18187version = "29.0.1"
18188source = "registry+https://github.com/rust-lang/crates.io-index"
18189checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18190dependencies = [
18191 "proc-macro2",
18192 "quote",
18193]
18194
18195[[package]]
18196name = "wasmtime-component-macro"
18197version = "29.0.1"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18200dependencies = [
18201 "anyhow",
18202 "proc-macro2",
18203 "quote",
18204 "syn 2.0.101",
18205 "wasmtime-component-util",
18206 "wasmtime-wit-bindgen",
18207 "wit-parser 0.221.3",
18208]
18209
18210[[package]]
18211name = "wasmtime-component-util"
18212version = "29.0.1"
18213source = "registry+https://github.com/rust-lang/crates.io-index"
18214checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18215
18216[[package]]
18217name = "wasmtime-cranelift"
18218version = "29.0.1"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18221dependencies = [
18222 "anyhow",
18223 "cfg-if",
18224 "cranelift-codegen",
18225 "cranelift-control",
18226 "cranelift-entity",
18227 "cranelift-frontend",
18228 "cranelift-native",
18229 "gimli",
18230 "itertools 0.12.1",
18231 "log",
18232 "object",
18233 "smallvec",
18234 "target-lexicon 0.13.2",
18235 "thiserror 1.0.69",
18236 "wasmparser 0.221.3",
18237 "wasmtime-environ",
18238 "wasmtime-versioned-export-macros",
18239]
18240
18241[[package]]
18242name = "wasmtime-environ"
18243version = "29.0.1"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18246dependencies = [
18247 "anyhow",
18248 "cpp_demangle",
18249 "cranelift-bitset",
18250 "cranelift-entity",
18251 "gimli",
18252 "indexmap 2.9.0",
18253 "log",
18254 "object",
18255 "postcard",
18256 "rustc-demangle",
18257 "semver",
18258 "serde",
18259 "serde_derive",
18260 "smallvec",
18261 "target-lexicon 0.13.2",
18262 "wasm-encoder 0.221.3",
18263 "wasmparser 0.221.3",
18264 "wasmprinter",
18265 "wasmtime-component-util",
18266]
18267
18268[[package]]
18269name = "wasmtime-fiber"
18270version = "29.0.1"
18271source = "registry+https://github.com/rust-lang/crates.io-index"
18272checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18273dependencies = [
18274 "anyhow",
18275 "cc",
18276 "cfg-if",
18277 "rustix 0.38.44",
18278 "wasmtime-asm-macros",
18279 "wasmtime-versioned-export-macros",
18280 "windows-sys 0.59.0",
18281]
18282
18283[[package]]
18284name = "wasmtime-jit-icache-coherence"
18285version = "29.0.1"
18286source = "registry+https://github.com/rust-lang/crates.io-index"
18287checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18288dependencies = [
18289 "anyhow",
18290 "cfg-if",
18291 "libc",
18292 "windows-sys 0.59.0",
18293]
18294
18295[[package]]
18296name = "wasmtime-math"
18297version = "29.0.1"
18298source = "registry+https://github.com/rust-lang/crates.io-index"
18299checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18300dependencies = [
18301 "libm",
18302]
18303
18304[[package]]
18305name = "wasmtime-slab"
18306version = "29.0.1"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18309
18310[[package]]
18311name = "wasmtime-versioned-export-macros"
18312version = "29.0.1"
18313source = "registry+https://github.com/rust-lang/crates.io-index"
18314checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18315dependencies = [
18316 "proc-macro2",
18317 "quote",
18318 "syn 2.0.101",
18319]
18320
18321[[package]]
18322name = "wasmtime-wasi"
18323version = "29.0.1"
18324source = "registry+https://github.com/rust-lang/crates.io-index"
18325checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18326dependencies = [
18327 "anyhow",
18328 "async-trait",
18329 "bitflags 2.9.0",
18330 "bytes 1.10.1",
18331 "cap-fs-ext",
18332 "cap-net-ext",
18333 "cap-rand",
18334 "cap-std",
18335 "cap-time-ext",
18336 "fs-set-times",
18337 "futures 0.3.31",
18338 "io-extras",
18339 "io-lifetimes",
18340 "rustix 0.38.44",
18341 "system-interface",
18342 "thiserror 1.0.69",
18343 "tokio",
18344 "tracing",
18345 "trait-variant",
18346 "url",
18347 "wasmtime",
18348 "wiggle",
18349 "windows-sys 0.59.0",
18350]
18351
18352[[package]]
18353name = "wasmtime-winch"
18354version = "29.0.1"
18355source = "registry+https://github.com/rust-lang/crates.io-index"
18356checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18357dependencies = [
18358 "anyhow",
18359 "cranelift-codegen",
18360 "gimli",
18361 "object",
18362 "target-lexicon 0.13.2",
18363 "wasmparser 0.221.3",
18364 "wasmtime-cranelift",
18365 "wasmtime-environ",
18366 "winch-codegen",
18367]
18368
18369[[package]]
18370name = "wasmtime-wit-bindgen"
18371version = "29.0.1"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18374dependencies = [
18375 "anyhow",
18376 "heck 0.5.0",
18377 "indexmap 2.9.0",
18378 "wit-parser 0.221.3",
18379]
18380
18381[[package]]
18382name = "wast"
18383version = "35.0.2"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18386dependencies = [
18387 "leb128",
18388]
18389
18390[[package]]
18391name = "watch"
18392version = "0.1.0"
18393dependencies = [
18394 "ctor",
18395 "futures 0.3.31",
18396 "gpui",
18397 "parking_lot",
18398 "rand 0.9.1",
18399 "workspace-hack",
18400 "zlog",
18401]
18402
18403[[package]]
18404name = "wayland-backend"
18405version = "0.3.8"
18406source = "registry+https://github.com/rust-lang/crates.io-index"
18407checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18408dependencies = [
18409 "cc",
18410 "downcast-rs",
18411 "rustix 0.38.44",
18412 "scoped-tls",
18413 "smallvec",
18414 "wayland-sys",
18415]
18416
18417[[package]]
18418name = "wayland-client"
18419version = "0.31.8"
18420source = "registry+https://github.com/rust-lang/crates.io-index"
18421checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18422dependencies = [
18423 "bitflags 2.9.0",
18424 "rustix 0.38.44",
18425 "wayland-backend",
18426 "wayland-scanner",
18427]
18428
18429[[package]]
18430name = "wayland-cursor"
18431version = "0.31.8"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18434dependencies = [
18435 "rustix 0.38.44",
18436 "wayland-client",
18437 "xcursor",
18438]
18439
18440[[package]]
18441name = "wayland-protocols"
18442version = "0.31.2"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18445dependencies = [
18446 "bitflags 2.9.0",
18447 "wayland-backend",
18448 "wayland-client",
18449 "wayland-scanner",
18450]
18451
18452[[package]]
18453name = "wayland-protocols"
18454version = "0.32.6"
18455source = "registry+https://github.com/rust-lang/crates.io-index"
18456checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc"
18457dependencies = [
18458 "bitflags 2.9.0",
18459 "wayland-backend",
18460 "wayland-client",
18461 "wayland-scanner",
18462]
18463
18464[[package]]
18465name = "wayland-protocols-plasma"
18466version = "0.2.0"
18467source = "registry+https://github.com/rust-lang/crates.io-index"
18468checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18469dependencies = [
18470 "bitflags 2.9.0",
18471 "wayland-backend",
18472 "wayland-client",
18473 "wayland-protocols 0.31.2",
18474 "wayland-scanner",
18475]
18476
18477[[package]]
18478name = "wayland-scanner"
18479version = "0.31.6"
18480source = "registry+https://github.com/rust-lang/crates.io-index"
18481checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18482dependencies = [
18483 "proc-macro2",
18484 "quick-xml 0.37.4",
18485 "quote",
18486]
18487
18488[[package]]
18489name = "wayland-sys"
18490version = "0.31.6"
18491source = "registry+https://github.com/rust-lang/crates.io-index"
18492checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18493dependencies = [
18494 "dlib",
18495 "log",
18496 "once_cell",
18497 "pkg-config",
18498]
18499
18500[[package]]
18501name = "web-sys"
18502version = "0.3.77"
18503source = "registry+https://github.com/rust-lang/crates.io-index"
18504checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18505dependencies = [
18506 "js-sys",
18507 "wasm-bindgen",
18508]
18509
18510[[package]]
18511name = "web-time"
18512version = "1.1.0"
18513source = "registry+https://github.com/rust-lang/crates.io-index"
18514checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18515dependencies = [
18516 "js-sys",
18517 "wasm-bindgen",
18518]
18519
18520[[package]]
18521name = "web_atoms"
18522version = "0.1.0"
18523source = "registry+https://github.com/rust-lang/crates.io-index"
18524checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18525dependencies = [
18526 "phf",
18527 "phf_codegen",
18528 "string_cache",
18529 "string_cache_codegen",
18530]
18531
18532[[package]]
18533name = "web_search"
18534version = "0.1.0"
18535dependencies = [
18536 "anyhow",
18537 "cloud_llm_client",
18538 "collections",
18539 "gpui",
18540 "serde",
18541 "workspace-hack",
18542]
18543
18544[[package]]
18545name = "web_search_providers"
18546version = "0.1.0"
18547dependencies = [
18548 "anyhow",
18549 "client",
18550 "cloud_llm_client",
18551 "futures 0.3.31",
18552 "gpui",
18553 "http_client",
18554 "language_model",
18555 "serde",
18556 "serde_json",
18557 "web_search",
18558 "workspace-hack",
18559]
18560
18561[[package]]
18562name = "webpki-root-certs"
18563version = "0.26.8"
18564source = "registry+https://github.com/rust-lang/crates.io-index"
18565checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18566dependencies = [
18567 "rustls-pki-types",
18568]
18569
18570[[package]]
18571name = "webpki-roots"
18572version = "0.26.8"
18573source = "registry+https://github.com/rust-lang/crates.io-index"
18574checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18575dependencies = [
18576 "rustls-pki-types",
18577]
18578
18579[[package]]
18580name = "webrtc-sys"
18581version = "0.3.7"
18582source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18583dependencies = [
18584 "cc",
18585 "cxx",
18586 "cxx-build",
18587 "glob",
18588 "log",
18589 "webrtc-sys-build",
18590]
18591
18592[[package]]
18593name = "webrtc-sys-build"
18594version = "0.3.6"
18595source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18596dependencies = [
18597 "fs2",
18598 "regex",
18599 "reqwest 0.11.27",
18600 "scratch",
18601 "semver",
18602 "zip 0.6.6",
18603]
18604
18605[[package]]
18606name = "weezl"
18607version = "0.1.8"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18610
18611[[package]]
18612name = "which"
18613version = "4.4.2"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18616dependencies = [
18617 "either",
18618 "home",
18619 "once_cell",
18620 "rustix 0.38.44",
18621]
18622
18623[[package]]
18624name = "which"
18625version = "6.0.3"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18628dependencies = [
18629 "either",
18630 "home",
18631 "rustix 0.38.44",
18632 "winsafe",
18633]
18634
18635[[package]]
18636name = "whoami"
18637version = "1.6.0"
18638source = "registry+https://github.com/rust-lang/crates.io-index"
18639checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18640dependencies = [
18641 "redox_syscall 0.5.11",
18642 "wasite",
18643]
18644
18645[[package]]
18646name = "wiggle"
18647version = "29.0.1"
18648source = "registry+https://github.com/rust-lang/crates.io-index"
18649checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18650dependencies = [
18651 "anyhow",
18652 "async-trait",
18653 "bitflags 2.9.0",
18654 "thiserror 1.0.69",
18655 "tracing",
18656 "wasmtime",
18657 "wiggle-macro",
18658]
18659
18660[[package]]
18661name = "wiggle-generate"
18662version = "29.0.1"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18665dependencies = [
18666 "anyhow",
18667 "heck 0.5.0",
18668 "proc-macro2",
18669 "quote",
18670 "shellexpand 2.1.2",
18671 "syn 2.0.101",
18672 "witx",
18673]
18674
18675[[package]]
18676name = "wiggle-macro"
18677version = "29.0.1"
18678source = "registry+https://github.com/rust-lang/crates.io-index"
18679checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18680dependencies = [
18681 "proc-macro2",
18682 "quote",
18683 "syn 2.0.101",
18684 "wiggle-generate",
18685]
18686
18687[[package]]
18688name = "winapi"
18689version = "0.3.9"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18692dependencies = [
18693 "winapi-i686-pc-windows-gnu",
18694 "winapi-x86_64-pc-windows-gnu",
18695]
18696
18697[[package]]
18698name = "winapi-i686-pc-windows-gnu"
18699version = "0.4.0"
18700source = "registry+https://github.com/rust-lang/crates.io-index"
18701checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18702
18703[[package]]
18704name = "winapi-util"
18705version = "0.1.9"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18708dependencies = [
18709 "windows-sys 0.59.0",
18710]
18711
18712[[package]]
18713name = "winapi-x86_64-pc-windows-gnu"
18714version = "0.4.0"
18715source = "registry+https://github.com/rust-lang/crates.io-index"
18716checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18717
18718[[package]]
18719name = "winch-codegen"
18720version = "29.0.1"
18721source = "registry+https://github.com/rust-lang/crates.io-index"
18722checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18723dependencies = [
18724 "anyhow",
18725 "cranelift-codegen",
18726 "gimli",
18727 "regalloc2",
18728 "smallvec",
18729 "target-lexicon 0.13.2",
18730 "thiserror 1.0.69",
18731 "wasmparser 0.221.3",
18732 "wasmtime-cranelift",
18733 "wasmtime-environ",
18734]
18735
18736[[package]]
18737name = "windows"
18738version = "0.54.0"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18741dependencies = [
18742 "windows-core 0.54.0",
18743 "windows-targets 0.52.6",
18744]
18745
18746[[package]]
18747name = "windows"
18748version = "0.58.0"
18749source = "registry+https://github.com/rust-lang/crates.io-index"
18750checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18751dependencies = [
18752 "windows-core 0.58.0",
18753 "windows-targets 0.52.6",
18754]
18755
18756[[package]]
18757name = "windows"
18758version = "0.61.1"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18761dependencies = [
18762 "windows-collections",
18763 "windows-core 0.61.0",
18764 "windows-future",
18765 "windows-link 0.1.1",
18766 "windows-numerics",
18767]
18768
18769[[package]]
18770name = "windows-capture"
18771version = "1.4.3"
18772source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18773dependencies = [
18774 "clap",
18775 "ctrlc",
18776 "parking_lot",
18777 "rayon",
18778 "thiserror 2.0.12",
18779 "windows 0.61.1",
18780 "windows-future",
18781]
18782
18783[[package]]
18784name = "windows-collections"
18785version = "0.2.0"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18788dependencies = [
18789 "windows-core 0.61.0",
18790]
18791
18792[[package]]
18793name = "windows-core"
18794version = "0.54.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18797dependencies = [
18798 "windows-result 0.1.2",
18799 "windows-targets 0.52.6",
18800]
18801
18802[[package]]
18803name = "windows-core"
18804version = "0.58.0"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18807dependencies = [
18808 "windows-implement 0.58.0",
18809 "windows-interface 0.58.0",
18810 "windows-result 0.2.0",
18811 "windows-strings 0.1.0",
18812 "windows-targets 0.52.6",
18813]
18814
18815[[package]]
18816name = "windows-core"
18817version = "0.61.0"
18818source = "registry+https://github.com/rust-lang/crates.io-index"
18819checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18820dependencies = [
18821 "windows-implement 0.60.0",
18822 "windows-interface 0.59.1",
18823 "windows-link 0.1.1",
18824 "windows-result 0.3.2",
18825 "windows-strings 0.4.0",
18826]
18827
18828[[package]]
18829name = "windows-future"
18830version = "0.2.0"
18831source = "registry+https://github.com/rust-lang/crates.io-index"
18832checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18833dependencies = [
18834 "windows-core 0.61.0",
18835 "windows-link 0.1.1",
18836]
18837
18838[[package]]
18839name = "windows-implement"
18840version = "0.58.0"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18843dependencies = [
18844 "proc-macro2",
18845 "quote",
18846 "syn 2.0.101",
18847]
18848
18849[[package]]
18850name = "windows-implement"
18851version = "0.60.0"
18852source = "registry+https://github.com/rust-lang/crates.io-index"
18853checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18854dependencies = [
18855 "proc-macro2",
18856 "quote",
18857 "syn 2.0.101",
18858]
18859
18860[[package]]
18861name = "windows-interface"
18862version = "0.58.0"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18865dependencies = [
18866 "proc-macro2",
18867 "quote",
18868 "syn 2.0.101",
18869]
18870
18871[[package]]
18872name = "windows-interface"
18873version = "0.59.1"
18874source = "registry+https://github.com/rust-lang/crates.io-index"
18875checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18876dependencies = [
18877 "proc-macro2",
18878 "quote",
18879 "syn 2.0.101",
18880]
18881
18882[[package]]
18883name = "windows-link"
18884version = "0.1.1"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18887
18888[[package]]
18889name = "windows-link"
18890version = "0.2.0"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18893
18894[[package]]
18895name = "windows-numerics"
18896version = "0.2.0"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18899dependencies = [
18900 "windows-core 0.61.0",
18901 "windows-link 0.1.1",
18902]
18903
18904[[package]]
18905name = "windows-registry"
18906version = "0.4.0"
18907source = "registry+https://github.com/rust-lang/crates.io-index"
18908checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18909dependencies = [
18910 "windows-result 0.3.2",
18911 "windows-strings 0.3.1",
18912 "windows-targets 0.53.2",
18913]
18914
18915[[package]]
18916name = "windows-registry"
18917version = "0.5.1"
18918source = "registry+https://github.com/rust-lang/crates.io-index"
18919checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18920dependencies = [
18921 "windows-link 0.1.1",
18922 "windows-result 0.3.2",
18923 "windows-strings 0.4.0",
18924]
18925
18926[[package]]
18927name = "windows-registry"
18928version = "0.6.0"
18929source = "registry+https://github.com/rust-lang/crates.io-index"
18930checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18931dependencies = [
18932 "windows-link 0.2.0",
18933 "windows-result 0.4.0",
18934 "windows-strings 0.5.0",
18935]
18936
18937[[package]]
18938name = "windows-result"
18939version = "0.1.2"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18942dependencies = [
18943 "windows-targets 0.52.6",
18944]
18945
18946[[package]]
18947name = "windows-result"
18948version = "0.2.0"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18951dependencies = [
18952 "windows-targets 0.52.6",
18953]
18954
18955[[package]]
18956name = "windows-result"
18957version = "0.3.2"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18960dependencies = [
18961 "windows-link 0.1.1",
18962]
18963
18964[[package]]
18965name = "windows-result"
18966version = "0.4.0"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18969dependencies = [
18970 "windows-link 0.2.0",
18971]
18972
18973[[package]]
18974name = "windows-strings"
18975version = "0.1.0"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18978dependencies = [
18979 "windows-result 0.2.0",
18980 "windows-targets 0.52.6",
18981]
18982
18983[[package]]
18984name = "windows-strings"
18985version = "0.3.1"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18988dependencies = [
18989 "windows-link 0.1.1",
18990]
18991
18992[[package]]
18993name = "windows-strings"
18994version = "0.4.0"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18997dependencies = [
18998 "windows-link 0.1.1",
18999]
19000
19001[[package]]
19002name = "windows-strings"
19003version = "0.5.0"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
19006dependencies = [
19007 "windows-link 0.2.0",
19008]
19009
19010[[package]]
19011name = "windows-sys"
19012version = "0.45.0"
19013source = "registry+https://github.com/rust-lang/crates.io-index"
19014checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19015dependencies = [
19016 "windows-targets 0.42.2",
19017]
19018
19019[[package]]
19020name = "windows-sys"
19021version = "0.48.0"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19024dependencies = [
19025 "windows-targets 0.48.5",
19026]
19027
19028[[package]]
19029name = "windows-sys"
19030version = "0.52.0"
19031source = "registry+https://github.com/rust-lang/crates.io-index"
19032checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19033dependencies = [
19034 "windows-targets 0.52.6",
19035]
19036
19037[[package]]
19038name = "windows-sys"
19039version = "0.59.0"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19042dependencies = [
19043 "windows-targets 0.52.6",
19044]
19045
19046[[package]]
19047name = "windows-sys"
19048version = "0.60.2"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19051dependencies = [
19052 "windows-targets 0.53.2",
19053]
19054
19055[[package]]
19056name = "windows-sys"
19057version = "0.61.0"
19058source = "registry+https://github.com/rust-lang/crates.io-index"
19059checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19060dependencies = [
19061 "windows-link 0.2.0",
19062]
19063
19064[[package]]
19065name = "windows-targets"
19066version = "0.42.2"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19069dependencies = [
19070 "windows_aarch64_gnullvm 0.42.2",
19071 "windows_aarch64_msvc 0.42.2",
19072 "windows_i686_gnu 0.42.2",
19073 "windows_i686_msvc 0.42.2",
19074 "windows_x86_64_gnu 0.42.2",
19075 "windows_x86_64_gnullvm 0.42.2",
19076 "windows_x86_64_msvc 0.42.2",
19077]
19078
19079[[package]]
19080name = "windows-targets"
19081version = "0.48.5"
19082source = "registry+https://github.com/rust-lang/crates.io-index"
19083checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19084dependencies = [
19085 "windows_aarch64_gnullvm 0.48.5",
19086 "windows_aarch64_msvc 0.48.5",
19087 "windows_i686_gnu 0.48.5",
19088 "windows_i686_msvc 0.48.5",
19089 "windows_x86_64_gnu 0.48.5",
19090 "windows_x86_64_gnullvm 0.48.5",
19091 "windows_x86_64_msvc 0.48.5",
19092]
19093
19094[[package]]
19095name = "windows-targets"
19096version = "0.52.6"
19097source = "registry+https://github.com/rust-lang/crates.io-index"
19098checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19099dependencies = [
19100 "windows_aarch64_gnullvm 0.52.6",
19101 "windows_aarch64_msvc 0.52.6",
19102 "windows_i686_gnu 0.52.6",
19103 "windows_i686_gnullvm 0.52.6",
19104 "windows_i686_msvc 0.52.6",
19105 "windows_x86_64_gnu 0.52.6",
19106 "windows_x86_64_gnullvm 0.52.6",
19107 "windows_x86_64_msvc 0.52.6",
19108]
19109
19110[[package]]
19111name = "windows-targets"
19112version = "0.53.2"
19113source = "registry+https://github.com/rust-lang/crates.io-index"
19114checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19115dependencies = [
19116 "windows_aarch64_gnullvm 0.53.0",
19117 "windows_aarch64_msvc 0.53.0",
19118 "windows_i686_gnu 0.53.0",
19119 "windows_i686_gnullvm 0.53.0",
19120 "windows_i686_msvc 0.53.0",
19121 "windows_x86_64_gnu 0.53.0",
19122 "windows_x86_64_gnullvm 0.53.0",
19123 "windows_x86_64_msvc 0.53.0",
19124]
19125
19126[[package]]
19127name = "windows_aarch64_gnullvm"
19128version = "0.42.2"
19129source = "registry+https://github.com/rust-lang/crates.io-index"
19130checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19131
19132[[package]]
19133name = "windows_aarch64_gnullvm"
19134version = "0.48.5"
19135source = "registry+https://github.com/rust-lang/crates.io-index"
19136checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19137
19138[[package]]
19139name = "windows_aarch64_gnullvm"
19140version = "0.52.6"
19141source = "registry+https://github.com/rust-lang/crates.io-index"
19142checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19143
19144[[package]]
19145name = "windows_aarch64_gnullvm"
19146version = "0.53.0"
19147source = "registry+https://github.com/rust-lang/crates.io-index"
19148checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19149
19150[[package]]
19151name = "windows_aarch64_msvc"
19152version = "0.42.2"
19153source = "registry+https://github.com/rust-lang/crates.io-index"
19154checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19155
19156[[package]]
19157name = "windows_aarch64_msvc"
19158version = "0.48.5"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19161
19162[[package]]
19163name = "windows_aarch64_msvc"
19164version = "0.52.6"
19165source = "registry+https://github.com/rust-lang/crates.io-index"
19166checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19167
19168[[package]]
19169name = "windows_aarch64_msvc"
19170version = "0.53.0"
19171source = "registry+https://github.com/rust-lang/crates.io-index"
19172checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19173
19174[[package]]
19175name = "windows_i686_gnu"
19176version = "0.42.2"
19177source = "registry+https://github.com/rust-lang/crates.io-index"
19178checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19179
19180[[package]]
19181name = "windows_i686_gnu"
19182version = "0.48.5"
19183source = "registry+https://github.com/rust-lang/crates.io-index"
19184checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19185
19186[[package]]
19187name = "windows_i686_gnu"
19188version = "0.52.6"
19189source = "registry+https://github.com/rust-lang/crates.io-index"
19190checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19191
19192[[package]]
19193name = "windows_i686_gnu"
19194version = "0.53.0"
19195source = "registry+https://github.com/rust-lang/crates.io-index"
19196checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19197
19198[[package]]
19199name = "windows_i686_gnullvm"
19200version = "0.52.6"
19201source = "registry+https://github.com/rust-lang/crates.io-index"
19202checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19203
19204[[package]]
19205name = "windows_i686_gnullvm"
19206version = "0.53.0"
19207source = "registry+https://github.com/rust-lang/crates.io-index"
19208checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19209
19210[[package]]
19211name = "windows_i686_msvc"
19212version = "0.42.2"
19213source = "registry+https://github.com/rust-lang/crates.io-index"
19214checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19215
19216[[package]]
19217name = "windows_i686_msvc"
19218version = "0.48.5"
19219source = "registry+https://github.com/rust-lang/crates.io-index"
19220checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19221
19222[[package]]
19223name = "windows_i686_msvc"
19224version = "0.52.6"
19225source = "registry+https://github.com/rust-lang/crates.io-index"
19226checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19227
19228[[package]]
19229name = "windows_i686_msvc"
19230version = "0.53.0"
19231source = "registry+https://github.com/rust-lang/crates.io-index"
19232checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19233
19234[[package]]
19235name = "windows_x86_64_gnu"
19236version = "0.42.2"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19239
19240[[package]]
19241name = "windows_x86_64_gnu"
19242version = "0.48.5"
19243source = "registry+https://github.com/rust-lang/crates.io-index"
19244checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19245
19246[[package]]
19247name = "windows_x86_64_gnu"
19248version = "0.52.6"
19249source = "registry+https://github.com/rust-lang/crates.io-index"
19250checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19251
19252[[package]]
19253name = "windows_x86_64_gnu"
19254version = "0.53.0"
19255source = "registry+https://github.com/rust-lang/crates.io-index"
19256checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19257
19258[[package]]
19259name = "windows_x86_64_gnullvm"
19260version = "0.42.2"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19263
19264[[package]]
19265name = "windows_x86_64_gnullvm"
19266version = "0.48.5"
19267source = "registry+https://github.com/rust-lang/crates.io-index"
19268checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19269
19270[[package]]
19271name = "windows_x86_64_gnullvm"
19272version = "0.52.6"
19273source = "registry+https://github.com/rust-lang/crates.io-index"
19274checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19275
19276[[package]]
19277name = "windows_x86_64_gnullvm"
19278version = "0.53.0"
19279source = "registry+https://github.com/rust-lang/crates.io-index"
19280checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19281
19282[[package]]
19283name = "windows_x86_64_msvc"
19284version = "0.42.2"
19285source = "registry+https://github.com/rust-lang/crates.io-index"
19286checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19287
19288[[package]]
19289name = "windows_x86_64_msvc"
19290version = "0.48.5"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19293
19294[[package]]
19295name = "windows_x86_64_msvc"
19296version = "0.52.6"
19297source = "registry+https://github.com/rust-lang/crates.io-index"
19298checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19299
19300[[package]]
19301name = "windows_x86_64_msvc"
19302version = "0.53.0"
19303source = "registry+https://github.com/rust-lang/crates.io-index"
19304checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19305
19306[[package]]
19307name = "winnow"
19308version = "0.7.6"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19311dependencies = [
19312 "memchr",
19313]
19314
19315[[package]]
19316name = "winreg"
19317version = "0.10.1"
19318source = "registry+https://github.com/rust-lang/crates.io-index"
19319checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19320dependencies = [
19321 "winapi",
19322]
19323
19324[[package]]
19325name = "winreg"
19326version = "0.50.0"
19327source = "registry+https://github.com/rust-lang/crates.io-index"
19328checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19329dependencies = [
19330 "cfg-if",
19331 "windows-sys 0.48.0",
19332]
19333
19334[[package]]
19335name = "winreg"
19336version = "0.52.0"
19337source = "registry+https://github.com/rust-lang/crates.io-index"
19338checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19339dependencies = [
19340 "cfg-if",
19341 "windows-sys 0.48.0",
19342]
19343
19344[[package]]
19345name = "winreg"
19346version = "0.55.0"
19347source = "registry+https://github.com/rust-lang/crates.io-index"
19348checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19349dependencies = [
19350 "cfg-if",
19351 "windows-sys 0.59.0",
19352]
19353
19354[[package]]
19355name = "winresource"
19356version = "0.1.20"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19359dependencies = [
19360 "toml 0.8.20",
19361 "version_check",
19362]
19363
19364[[package]]
19365name = "winsafe"
19366version = "0.0.19"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19369
19370[[package]]
19371name = "winx"
19372version = "0.36.4"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19375dependencies = [
19376 "bitflags 2.9.0",
19377 "windows-sys 0.59.0",
19378]
19379
19380[[package]]
19381name = "wio"
19382version = "0.2.2"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19385dependencies = [
19386 "winapi",
19387]
19388
19389[[package]]
19390name = "wit-bindgen"
19391version = "0.22.0"
19392source = "registry+https://github.com/rust-lang/crates.io-index"
19393checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19394dependencies = [
19395 "bitflags 2.9.0",
19396 "wit-bindgen-rt 0.22.0",
19397 "wit-bindgen-rust-macro 0.22.0",
19398]
19399
19400[[package]]
19401name = "wit-bindgen"
19402version = "0.41.0"
19403source = "registry+https://github.com/rust-lang/crates.io-index"
19404checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19405dependencies = [
19406 "wit-bindgen-rt 0.41.0",
19407 "wit-bindgen-rust-macro 0.41.0",
19408]
19409
19410[[package]]
19411name = "wit-bindgen-core"
19412version = "0.22.0"
19413source = "registry+https://github.com/rust-lang/crates.io-index"
19414checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19415dependencies = [
19416 "anyhow",
19417 "wit-parser 0.201.0",
19418]
19419
19420[[package]]
19421name = "wit-bindgen-core"
19422version = "0.41.0"
19423source = "registry+https://github.com/rust-lang/crates.io-index"
19424checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19425dependencies = [
19426 "anyhow",
19427 "heck 0.5.0",
19428 "wit-parser 0.227.1",
19429]
19430
19431[[package]]
19432name = "wit-bindgen-rt"
19433version = "0.22.0"
19434source = "registry+https://github.com/rust-lang/crates.io-index"
19435checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19436
19437[[package]]
19438name = "wit-bindgen-rt"
19439version = "0.39.0"
19440source = "registry+https://github.com/rust-lang/crates.io-index"
19441checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19442dependencies = [
19443 "bitflags 2.9.0",
19444]
19445
19446[[package]]
19447name = "wit-bindgen-rt"
19448version = "0.41.0"
19449source = "registry+https://github.com/rust-lang/crates.io-index"
19450checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19451dependencies = [
19452 "bitflags 2.9.0",
19453 "futures 0.3.31",
19454 "once_cell",
19455]
19456
19457[[package]]
19458name = "wit-bindgen-rust"
19459version = "0.22.0"
19460source = "registry+https://github.com/rust-lang/crates.io-index"
19461checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19462dependencies = [
19463 "anyhow",
19464 "heck 0.4.1",
19465 "indexmap 2.9.0",
19466 "wasm-metadata 0.201.0",
19467 "wit-bindgen-core 0.22.0",
19468 "wit-component 0.201.0",
19469]
19470
19471[[package]]
19472name = "wit-bindgen-rust"
19473version = "0.41.0"
19474source = "registry+https://github.com/rust-lang/crates.io-index"
19475checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19476dependencies = [
19477 "anyhow",
19478 "heck 0.5.0",
19479 "indexmap 2.9.0",
19480 "prettyplease",
19481 "syn 2.0.101",
19482 "wasm-metadata 0.227.1",
19483 "wit-bindgen-core 0.41.0",
19484 "wit-component 0.227.1",
19485]
19486
19487[[package]]
19488name = "wit-bindgen-rust-macro"
19489version = "0.22.0"
19490source = "registry+https://github.com/rust-lang/crates.io-index"
19491checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19492dependencies = [
19493 "anyhow",
19494 "proc-macro2",
19495 "quote",
19496 "syn 2.0.101",
19497 "wit-bindgen-core 0.22.0",
19498 "wit-bindgen-rust 0.22.0",
19499]
19500
19501[[package]]
19502name = "wit-bindgen-rust-macro"
19503version = "0.41.0"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19506dependencies = [
19507 "anyhow",
19508 "prettyplease",
19509 "proc-macro2",
19510 "quote",
19511 "syn 2.0.101",
19512 "wit-bindgen-core 0.41.0",
19513 "wit-bindgen-rust 0.41.0",
19514]
19515
19516[[package]]
19517name = "wit-component"
19518version = "0.201.0"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19521dependencies = [
19522 "anyhow",
19523 "bitflags 2.9.0",
19524 "indexmap 2.9.0",
19525 "log",
19526 "serde",
19527 "serde_derive",
19528 "serde_json",
19529 "wasm-encoder 0.201.0",
19530 "wasm-metadata 0.201.0",
19531 "wasmparser 0.201.0",
19532 "wit-parser 0.201.0",
19533]
19534
19535[[package]]
19536name = "wit-component"
19537version = "0.227.1"
19538source = "registry+https://github.com/rust-lang/crates.io-index"
19539checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19540dependencies = [
19541 "anyhow",
19542 "bitflags 2.9.0",
19543 "indexmap 2.9.0",
19544 "log",
19545 "serde",
19546 "serde_derive",
19547 "serde_json",
19548 "wasm-encoder 0.227.1",
19549 "wasm-metadata 0.227.1",
19550 "wasmparser 0.227.1",
19551 "wit-parser 0.227.1",
19552]
19553
19554[[package]]
19555name = "wit-parser"
19556version = "0.201.0"
19557source = "registry+https://github.com/rust-lang/crates.io-index"
19558checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19559dependencies = [
19560 "anyhow",
19561 "id-arena",
19562 "indexmap 2.9.0",
19563 "log",
19564 "semver",
19565 "serde",
19566 "serde_derive",
19567 "serde_json",
19568 "unicode-xid",
19569 "wasmparser 0.201.0",
19570]
19571
19572[[package]]
19573name = "wit-parser"
19574version = "0.221.3"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19577dependencies = [
19578 "anyhow",
19579 "id-arena",
19580 "indexmap 2.9.0",
19581 "log",
19582 "semver",
19583 "serde",
19584 "serde_derive",
19585 "serde_json",
19586 "unicode-xid",
19587 "wasmparser 0.221.3",
19588]
19589
19590[[package]]
19591name = "wit-parser"
19592version = "0.227.1"
19593source = "registry+https://github.com/rust-lang/crates.io-index"
19594checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19595dependencies = [
19596 "anyhow",
19597 "id-arena",
19598 "indexmap 2.9.0",
19599 "log",
19600 "semver",
19601 "serde",
19602 "serde_derive",
19603 "serde_json",
19604 "unicode-xid",
19605 "wasmparser 0.227.1",
19606]
19607
19608[[package]]
19609name = "witx"
19610version = "0.9.1"
19611source = "registry+https://github.com/rust-lang/crates.io-index"
19612checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19613dependencies = [
19614 "anyhow",
19615 "log",
19616 "thiserror 1.0.69",
19617 "wast",
19618]
19619
19620[[package]]
19621name = "workspace"
19622version = "0.1.0"
19623dependencies = [
19624 "any_vec",
19625 "anyhow",
19626 "async-recursion",
19627 "call",
19628 "client",
19629 "clock",
19630 "collections",
19631 "component",
19632 "dap",
19633 "db",
19634 "fs",
19635 "futures 0.3.31",
19636 "gpui",
19637 "http_client",
19638 "itertools 0.14.0",
19639 "language",
19640 "log",
19641 "menu",
19642 "node_runtime",
19643 "parking_lot",
19644 "postage",
19645 "pretty_assertions",
19646 "project",
19647 "remote",
19648 "schemars 1.0.1",
19649 "serde",
19650 "serde_json",
19651 "session",
19652 "settings",
19653 "smallvec",
19654 "sqlez",
19655 "strum 0.27.1",
19656 "task",
19657 "telemetry",
19658 "tempfile",
19659 "theme",
19660 "ui",
19661 "util",
19662 "uuid",
19663 "windows 0.61.1",
19664 "workspace-hack",
19665 "zed_actions",
19666 "zlog",
19667]
19668
19669[[package]]
19670name = "workspace-hack"
19671version = "0.1.0"
19672dependencies = [
19673 "aes",
19674 "ahash 0.8.11",
19675 "aho-corasick",
19676 "anstream",
19677 "arrayvec",
19678 "ashpd 0.11.0",
19679 "async-compression",
19680 "async-std",
19681 "async-tungstenite",
19682 "aws-config",
19683 "aws-credential-types",
19684 "aws-runtime",
19685 "aws-sigv4",
19686 "aws-smithy-async",
19687 "aws-smithy-http",
19688 "aws-smithy-runtime",
19689 "aws-smithy-runtime-api",
19690 "aws-smithy-types",
19691 "base64 0.22.1",
19692 "base64ct",
19693 "bigdecimal",
19694 "bit-set 0.8.0",
19695 "bit-vec 0.8.0",
19696 "bitflags 2.9.0",
19697 "bstr",
19698 "bytemuck",
19699 "byteorder",
19700 "bytes 1.10.1",
19701 "cc",
19702 "chrono",
19703 "cipher",
19704 "clap",
19705 "clap_builder",
19706 "codespan-reporting",
19707 "concurrent-queue",
19708 "core-foundation 0.9.4",
19709 "core-foundation-sys",
19710 "cranelift-codegen",
19711 "crossbeam-channel",
19712 "crossbeam-epoch",
19713 "crossbeam-utils",
19714 "crypto-common",
19715 "deranged",
19716 "digest",
19717 "either",
19718 "euclid",
19719 "event-listener 5.4.0",
19720 "event-listener-strategy",
19721 "flate2",
19722 "flume",
19723 "foldhash",
19724 "form_urlencoded",
19725 "futures 0.3.31",
19726 "futures-channel",
19727 "futures-core",
19728 "futures-executor",
19729 "futures-io",
19730 "futures-sink",
19731 "futures-task",
19732 "futures-util",
19733 "getrandom 0.2.15",
19734 "getrandom 0.3.2",
19735 "gimli",
19736 "half",
19737 "handlebars 4.5.0",
19738 "hashbrown 0.14.5",
19739 "hashbrown 0.15.3",
19740 "heck 0.4.1",
19741 "hmac",
19742 "hyper 0.14.32",
19743 "hyper-rustls 0.27.5",
19744 "idna",
19745 "indexmap 2.9.0",
19746 "inout",
19747 "itertools 0.12.1",
19748 "itertools 0.13.0",
19749 "lazy_static",
19750 "libc",
19751 "libsqlite3-sys",
19752 "linux-raw-sys 0.4.15",
19753 "linux-raw-sys 0.9.4",
19754 "livekit-runtime",
19755 "log",
19756 "lyon",
19757 "lyon_path",
19758 "md-5",
19759 "memchr",
19760 "memmap2",
19761 "mime_guess",
19762 "miniz_oxide",
19763 "mio 1.0.3",
19764 "naga",
19765 "nix 0.28.0",
19766 "nix 0.29.0",
19767 "nix 0.30.1",
19768 "nom 7.1.3",
19769 "num-bigint",
19770 "num-bigint-dig",
19771 "num-complex",
19772 "num-integer",
19773 "num-iter",
19774 "num-rational",
19775 "num-traits",
19776 "objc2",
19777 "objc2-core-foundation",
19778 "objc2-foundation",
19779 "objc2-metal",
19780 "object",
19781 "once_cell",
19782 "percent-encoding",
19783 "phf",
19784 "phf_shared",
19785 "prettyplease",
19786 "proc-macro2",
19787 "prost 0.12.6",
19788 "prost 0.9.0",
19789 "prost-types 0.9.0",
19790 "quote",
19791 "rand 0.8.5",
19792 "rand 0.9.1",
19793 "rand_chacha 0.3.1",
19794 "rand_core 0.6.4",
19795 "rand_distr",
19796 "regalloc2",
19797 "regex",
19798 "regex-automata",
19799 "regex-syntax",
19800 "ring",
19801 "rust_decimal",
19802 "rustc-hash 1.1.0",
19803 "rustix 0.38.44",
19804 "rustix 1.0.7",
19805 "rustls 0.23.26",
19806 "rustls-webpki 0.103.1",
19807 "scopeguard",
19808 "sea-orm",
19809 "sea-query-binder",
19810 "security-framework 3.2.0",
19811 "security-framework-sys",
19812 "semver",
19813 "serde",
19814 "serde_core",
19815 "serde_json",
19816 "simd-adler32",
19817 "smallvec",
19818 "spin",
19819 "sqlx",
19820 "sqlx-macros",
19821 "sqlx-macros-core",
19822 "sqlx-postgres",
19823 "sqlx-sqlite",
19824 "stable_deref_trait",
19825 "strum 0.26.3",
19826 "subtle",
19827 "syn 1.0.109",
19828 "syn 2.0.101",
19829 "sync_wrapper 1.0.2",
19830 "thiserror 2.0.12",
19831 "time",
19832 "time-macros",
19833 "tokio",
19834 "tokio-rustls 0.26.2",
19835 "tokio-socks",
19836 "tokio-stream",
19837 "tokio-util",
19838 "toml_datetime",
19839 "toml_edit",
19840 "tower 0.5.2",
19841 "tracing",
19842 "tracing-core",
19843 "tungstenite 0.26.2",
19844 "unicode-properties",
19845 "url",
19846 "uuid",
19847 "wasmparser 0.221.3",
19848 "wasmtime",
19849 "wasmtime-cranelift",
19850 "wasmtime-environ",
19851 "wayland-backend",
19852 "wayland-sys",
19853 "winapi",
19854 "windows 0.61.1",
19855 "windows-core 0.61.0",
19856 "windows-numerics",
19857 "windows-sys 0.48.0",
19858 "windows-sys 0.52.0",
19859 "windows-sys 0.59.0",
19860 "windows-sys 0.61.0",
19861 "zbus_macros",
19862 "zeroize",
19863 "zvariant",
19864]
19865
19866[[package]]
19867name = "worktree"
19868version = "0.1.0"
19869dependencies = [
19870 "anyhow",
19871 "clock",
19872 "collections",
19873 "fs",
19874 "futures 0.3.31",
19875 "fuzzy",
19876 "git",
19877 "git2",
19878 "gpui",
19879 "http_client",
19880 "ignore",
19881 "language",
19882 "log",
19883 "parking_lot",
19884 "paths",
19885 "postage",
19886 "pretty_assertions",
19887 "rand 0.9.1",
19888 "rpc",
19889 "serde",
19890 "serde_json",
19891 "settings",
19892 "smallvec",
19893 "smol",
19894 "sum_tree",
19895 "text",
19896 "util",
19897 "workspace-hack",
19898 "zlog",
19899]
19900
19901[[package]]
19902name = "write16"
19903version = "1.0.0"
19904source = "registry+https://github.com/rust-lang/crates.io-index"
19905checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19906
19907[[package]]
19908name = "writeable"
19909version = "0.5.5"
19910source = "registry+https://github.com/rust-lang/crates.io-index"
19911checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19912
19913[[package]]
19914name = "wyz"
19915version = "0.5.1"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19918dependencies = [
19919 "tap",
19920]
19921
19922[[package]]
19923name = "x11"
19924version = "2.21.0"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19927dependencies = [
19928 "libc",
19929 "pkg-config",
19930]
19931
19932[[package]]
19933name = "x11-clipboard"
19934version = "0.9.3"
19935source = "registry+https://github.com/rust-lang/crates.io-index"
19936checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19937dependencies = [
19938 "libc",
19939 "x11rb",
19940]
19941
19942[[package]]
19943name = "x11rb"
19944version = "0.13.1"
19945source = "registry+https://github.com/rust-lang/crates.io-index"
19946checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19947dependencies = [
19948 "as-raw-xcb-connection",
19949 "gethostname",
19950 "libc",
19951 "rustix 0.38.44",
19952 "x11rb-protocol",
19953]
19954
19955[[package]]
19956name = "x11rb-protocol"
19957version = "0.13.1"
19958source = "registry+https://github.com/rust-lang/crates.io-index"
19959checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19960
19961[[package]]
19962name = "x_ai"
19963version = "0.1.0"
19964dependencies = [
19965 "anyhow",
19966 "schemars 1.0.1",
19967 "serde",
19968 "strum 0.27.1",
19969 "workspace-hack",
19970]
19971
19972[[package]]
19973name = "xattr"
19974version = "0.2.3"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19977dependencies = [
19978 "libc",
19979]
19980
19981[[package]]
19982name = "xcb"
19983version = "1.6.0"
19984source = "registry+https://github.com/rust-lang/crates.io-index"
19985checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19986dependencies = [
19987 "bitflags 1.3.2",
19988 "libc",
19989 "quick-xml 0.30.0",
19990 "x11",
19991]
19992
19993[[package]]
19994name = "xcursor"
19995version = "0.3.8"
19996source = "registry+https://github.com/rust-lang/crates.io-index"
19997checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19998
19999[[package]]
20000name = "xim-ctext"
20001version = "0.3.0"
20002source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20003dependencies = [
20004 "encoding_rs",
20005]
20006
20007[[package]]
20008name = "xim-parser"
20009version = "0.2.1"
20010source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20011dependencies = [
20012 "bitflags 2.9.0",
20013]
20014
20015[[package]]
20016name = "xkbcommon"
20017version = "0.8.0"
20018source = "registry+https://github.com/rust-lang/crates.io-index"
20019checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20020dependencies = [
20021 "as-raw-xcb-connection",
20022 "libc",
20023 "memmap2",
20024 "xkeysym",
20025]
20026
20027[[package]]
20028name = "xkeysym"
20029version = "0.2.1"
20030source = "registry+https://github.com/rust-lang/crates.io-index"
20031checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20032
20033[[package]]
20034name = "xml5ever"
20035version = "0.18.1"
20036source = "registry+https://github.com/rust-lang/crates.io-index"
20037checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20038dependencies = [
20039 "log",
20040 "mac",
20041 "markup5ever 0.12.1",
20042]
20043
20044[[package]]
20045name = "xmlparser"
20046version = "0.13.6"
20047source = "registry+https://github.com/rust-lang/crates.io-index"
20048checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20049
20050[[package]]
20051name = "xmlwriter"
20052version = "0.1.0"
20053source = "registry+https://github.com/rust-lang/crates.io-index"
20054checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20055
20056[[package]]
20057name = "xtask"
20058version = "0.1.0"
20059dependencies = [
20060 "anyhow",
20061 "cargo_metadata",
20062 "cargo_toml",
20063 "clap",
20064 "indoc",
20065 "toml 0.8.20",
20066 "toml_edit",
20067 "workspace-hack",
20068]
20069
20070[[package]]
20071name = "yaml-rust2"
20072version = "0.8.1"
20073source = "registry+https://github.com/rust-lang/crates.io-index"
20074checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20075dependencies = [
20076 "arraydeque",
20077 "encoding_rs",
20078 "hashlink 0.8.4",
20079]
20080
20081[[package]]
20082name = "yansi"
20083version = "1.0.1"
20084source = "registry+https://github.com/rust-lang/crates.io-index"
20085checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20086
20087[[package]]
20088name = "yawc"
20089version = "0.2.5"
20090source = "registry+https://github.com/rust-lang/crates.io-index"
20091checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20092dependencies = [
20093 "base64 0.22.1",
20094 "bytes 1.10.1",
20095 "flate2",
20096 "futures 0.3.31",
20097 "http-body-util",
20098 "hyper 1.6.0",
20099 "hyper-util",
20100 "js-sys",
20101 "nom 8.0.0",
20102 "pin-project",
20103 "rand 0.8.5",
20104 "sha1",
20105 "thiserror 1.0.69",
20106 "tokio",
20107 "tokio-rustls 0.26.2",
20108 "tokio-util",
20109 "url",
20110 "wasm-bindgen",
20111 "wasm-bindgen-futures",
20112 "web-sys",
20113 "webpki-roots",
20114]
20115
20116[[package]]
20117name = "yazi"
20118version = "0.2.1"
20119source = "registry+https://github.com/rust-lang/crates.io-index"
20120checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20121
20122[[package]]
20123name = "yeslogic-fontconfig-sys"
20124version = "6.0.0"
20125source = "registry+https://github.com/rust-lang/crates.io-index"
20126checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20127dependencies = [
20128 "dlib",
20129 "once_cell",
20130 "pkg-config",
20131]
20132
20133[[package]]
20134name = "yoke"
20135version = "0.7.5"
20136source = "registry+https://github.com/rust-lang/crates.io-index"
20137checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20138dependencies = [
20139 "serde",
20140 "stable_deref_trait",
20141 "yoke-derive",
20142 "zerofrom",
20143]
20144
20145[[package]]
20146name = "yoke-derive"
20147version = "0.7.5"
20148source = "registry+https://github.com/rust-lang/crates.io-index"
20149checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20150dependencies = [
20151 "proc-macro2",
20152 "quote",
20153 "syn 2.0.101",
20154 "synstructure",
20155]
20156
20157[[package]]
20158name = "zbus"
20159version = "5.11.0"
20160source = "registry+https://github.com/rust-lang/crates.io-index"
20161checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20162dependencies = [
20163 "async-broadcast",
20164 "async-executor",
20165 "async-io",
20166 "async-lock",
20167 "async-process",
20168 "async-recursion",
20169 "async-task",
20170 "async-trait",
20171 "blocking",
20172 "enumflags2",
20173 "event-listener 5.4.0",
20174 "futures-core",
20175 "futures-lite 2.6.0",
20176 "hex",
20177 "nix 0.30.1",
20178 "ordered-stream",
20179 "serde",
20180 "serde_repr",
20181 "tracing",
20182 "uds_windows",
20183 "windows-sys 0.60.2",
20184 "winnow",
20185 "zbus_macros",
20186 "zbus_names",
20187 "zvariant",
20188]
20189
20190[[package]]
20191name = "zbus_macros"
20192version = "5.11.0"
20193source = "registry+https://github.com/rust-lang/crates.io-index"
20194checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20195dependencies = [
20196 "proc-macro-crate",
20197 "proc-macro2",
20198 "quote",
20199 "syn 2.0.101",
20200 "zbus_names",
20201 "zvariant",
20202 "zvariant_utils",
20203]
20204
20205[[package]]
20206name = "zbus_names"
20207version = "4.2.0"
20208source = "registry+https://github.com/rust-lang/crates.io-index"
20209checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20210dependencies = [
20211 "serde",
20212 "static_assertions",
20213 "winnow",
20214 "zvariant",
20215]
20216
20217[[package]]
20218name = "zed"
20219version = "0.209.0"
20220dependencies = [
20221 "acp_tools",
20222 "activity_indicator",
20223 "agent",
20224 "agent_settings",
20225 "agent_ui",
20226 "anyhow",
20227 "ashpd 0.11.0",
20228 "askpass",
20229 "assets",
20230 "assistant_tools",
20231 "audio",
20232 "auto_update",
20233 "auto_update_ui",
20234 "backtrace",
20235 "bincode",
20236 "breadcrumbs",
20237 "call",
20238 "channel",
20239 "clap",
20240 "cli",
20241 "client",
20242 "codestral",
20243 "collab_ui",
20244 "collections",
20245 "command_palette",
20246 "component",
20247 "copilot",
20248 "crashes",
20249 "dap",
20250 "dap_adapters",
20251 "db",
20252 "debug_adapter_extension",
20253 "debugger_tools",
20254 "debugger_ui",
20255 "diagnostics",
20256 "edit_prediction_button",
20257 "editor",
20258 "env_logger 0.11.8",
20259 "extension",
20260 "extension_host",
20261 "extensions_ui",
20262 "feature_flags",
20263 "feedback",
20264 "file_finder",
20265 "fs",
20266 "futures 0.3.31",
20267 "git",
20268 "git_hosting_providers",
20269 "git_ui",
20270 "go_to_line",
20271 "gpui",
20272 "gpui_tokio",
20273 "http_client",
20274 "image_viewer",
20275 "inspector_ui",
20276 "install_cli",
20277 "itertools 0.14.0",
20278 "journal",
20279 "json_schema_store",
20280 "keymap_editor",
20281 "language",
20282 "language_extension",
20283 "language_model",
20284 "language_models",
20285 "language_onboarding",
20286 "language_selector",
20287 "language_tools",
20288 "languages",
20289 "line_ending_selector",
20290 "log",
20291 "markdown",
20292 "markdown_preview",
20293 "menu",
20294 "migrator",
20295 "mimalloc",
20296 "nc",
20297 "nix 0.29.0",
20298 "node_runtime",
20299 "notifications",
20300 "onboarding",
20301 "outline",
20302 "outline_panel",
20303 "parking_lot",
20304 "paths",
20305 "picker",
20306 "pretty_assertions",
20307 "profiling",
20308 "project",
20309 "project_panel",
20310 "project_symbols",
20311 "prompt_store",
20312 "proto",
20313 "recent_projects",
20314 "release_channel",
20315 "remote",
20316 "repl",
20317 "reqwest_client",
20318 "rope",
20319 "search",
20320 "serde",
20321 "serde_json",
20322 "session",
20323 "settings",
20324 "settings_profile_selector",
20325 "settings_ui",
20326 "shellexpand 2.1.2",
20327 "smol",
20328 "snippet_provider",
20329 "snippets_ui",
20330 "supermaven",
20331 "svg_preview",
20332 "sysinfo 0.37.2",
20333 "system_specs",
20334 "tab_switcher",
20335 "task",
20336 "tasks_ui",
20337 "telemetry",
20338 "telemetry_events",
20339 "terminal_view",
20340 "theme",
20341 "theme_extension",
20342 "theme_selector",
20343 "time",
20344 "title_bar",
20345 "toolchain_selector",
20346 "tree-sitter-md",
20347 "tree-sitter-rust",
20348 "ui",
20349 "ui_input",
20350 "ui_prompt",
20351 "url",
20352 "urlencoding",
20353 "util",
20354 "uuid",
20355 "vim",
20356 "vim_mode_setting",
20357 "watch",
20358 "web_search",
20359 "web_search_providers",
20360 "windows 0.61.1",
20361 "winresource",
20362 "workspace",
20363 "workspace-hack",
20364 "zed-reqwest",
20365 "zed_actions",
20366 "zed_env_vars",
20367 "zeta",
20368 "zeta2",
20369 "zeta2_tools",
20370 "zlog",
20371 "zlog_settings",
20372]
20373
20374[[package]]
20375name = "zed-font-kit"
20376version = "0.14.1-zed"
20377source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
20378dependencies = [
20379 "bitflags 2.9.0",
20380 "byteorder",
20381 "core-foundation 0.10.0",
20382 "core-graphics 0.24.0",
20383 "core-text",
20384 "dirs 5.0.1",
20385 "dwrote",
20386 "float-ord",
20387 "freetype-sys",
20388 "lazy_static",
20389 "libc",
20390 "log",
20391 "pathfinder_geometry",
20392 "pathfinder_simd",
20393 "walkdir",
20394 "winapi",
20395 "yeslogic-fontconfig-sys",
20396]
20397
20398[[package]]
20399name = "zed-reqwest"
20400version = "0.12.15-zed"
20401source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
20402dependencies = [
20403 "base64 0.22.1",
20404 "bytes 1.10.1",
20405 "encoding_rs",
20406 "futures-core",
20407 "futures-util",
20408 "h2 0.4.9",
20409 "http 1.3.1",
20410 "http-body 1.0.1",
20411 "http-body-util",
20412 "hyper 1.6.0",
20413 "hyper-rustls 0.27.5",
20414 "hyper-util",
20415 "ipnet",
20416 "js-sys",
20417 "log",
20418 "mime",
20419 "mime_guess",
20420 "once_cell",
20421 "percent-encoding",
20422 "pin-project-lite",
20423 "quinn",
20424 "rustls 0.23.26",
20425 "rustls-native-certs 0.8.1",
20426 "rustls-pemfile 2.2.0",
20427 "rustls-pki-types",
20428 "serde",
20429 "serde_json",
20430 "serde_urlencoded",
20431 "sync_wrapper 1.0.2",
20432 "system-configuration 0.6.1",
20433 "tokio",
20434 "tokio-rustls 0.26.2",
20435 "tokio-socks",
20436 "tokio-util",
20437 "tower 0.5.2",
20438 "tower-service",
20439 "url",
20440 "wasm-bindgen",
20441 "wasm-bindgen-futures",
20442 "wasm-streams",
20443 "web-sys",
20444 "windows-registry 0.4.0",
20445]
20446
20447[[package]]
20448name = "zed-scap"
20449version = "0.0.8-zed"
20450source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
20451dependencies = [
20452 "anyhow",
20453 "cocoa 0.25.0",
20454 "core-graphics-helmer-fork",
20455 "log",
20456 "objc",
20457 "rand 0.8.5",
20458 "screencapturekit",
20459 "screencapturekit-sys",
20460 "sysinfo 0.31.4",
20461 "tao-core-video-sys",
20462 "windows 0.61.1",
20463 "windows-capture",
20464 "x11",
20465 "xcb",
20466]
20467
20468[[package]]
20469name = "zed-xim"
20470version = "0.4.0-zed"
20471source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20472dependencies = [
20473 "ahash 0.8.11",
20474 "hashbrown 0.14.5",
20475 "log",
20476 "x11rb",
20477 "xim-ctext",
20478 "xim-parser",
20479]
20480
20481[[package]]
20482name = "zed_actions"
20483version = "0.1.0"
20484dependencies = [
20485 "gpui",
20486 "schemars 1.0.1",
20487 "serde",
20488 "uuid",
20489 "workspace-hack",
20490]
20491
20492[[package]]
20493name = "zed_env_vars"
20494version = "0.1.0"
20495dependencies = [
20496 "gpui",
20497 "workspace-hack",
20498]
20499
20500[[package]]
20501name = "zed_extension_api"
20502version = "0.1.0"
20503source = "registry+https://github.com/rust-lang/crates.io-index"
20504checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20505dependencies = [
20506 "serde",
20507 "serde_json",
20508 "wit-bindgen 0.22.0",
20509]
20510
20511[[package]]
20512name = "zed_extension_api"
20513version = "0.7.0"
20514dependencies = [
20515 "serde",
20516 "serde_json",
20517 "wit-bindgen 0.41.0",
20518]
20519
20520[[package]]
20521name = "zed_extension_api"
20522version = "0.7.0"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20525dependencies = [
20526 "serde",
20527 "serde_json",
20528 "wit-bindgen 0.41.0",
20529]
20530
20531[[package]]
20532name = "zed_glsl"
20533version = "0.1.0"
20534dependencies = [
20535 "zed_extension_api 0.1.0",
20536]
20537
20538[[package]]
20539name = "zed_html"
20540version = "0.2.3"
20541dependencies = [
20542 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20543]
20544
20545[[package]]
20546name = "zed_proto"
20547version = "0.2.2"
20548dependencies = [
20549 "zed_extension_api 0.1.0",
20550]
20551
20552[[package]]
20553name = "zed_test_extension"
20554version = "0.1.0"
20555dependencies = [
20556 "zed_extension_api 0.7.0",
20557]
20558
20559[[package]]
20560name = "zeno"
20561version = "0.3.2"
20562source = "registry+https://github.com/rust-lang/crates.io-index"
20563checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20564
20565[[package]]
20566name = "zerocopy"
20567version = "0.7.35"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20570dependencies = [
20571 "zerocopy-derive 0.7.35",
20572]
20573
20574[[package]]
20575name = "zerocopy"
20576version = "0.8.24"
20577source = "registry+https://github.com/rust-lang/crates.io-index"
20578checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20579dependencies = [
20580 "zerocopy-derive 0.8.24",
20581]
20582
20583[[package]]
20584name = "zerocopy-derive"
20585version = "0.7.35"
20586source = "registry+https://github.com/rust-lang/crates.io-index"
20587checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20588dependencies = [
20589 "proc-macro2",
20590 "quote",
20591 "syn 2.0.101",
20592]
20593
20594[[package]]
20595name = "zerocopy-derive"
20596version = "0.8.24"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20599dependencies = [
20600 "proc-macro2",
20601 "quote",
20602 "syn 2.0.101",
20603]
20604
20605[[package]]
20606name = "zerofrom"
20607version = "0.1.6"
20608source = "registry+https://github.com/rust-lang/crates.io-index"
20609checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20610dependencies = [
20611 "zerofrom-derive",
20612]
20613
20614[[package]]
20615name = "zerofrom-derive"
20616version = "0.1.6"
20617source = "registry+https://github.com/rust-lang/crates.io-index"
20618checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20619dependencies = [
20620 "proc-macro2",
20621 "quote",
20622 "syn 2.0.101",
20623 "synstructure",
20624]
20625
20626[[package]]
20627name = "zeroize"
20628version = "1.8.1"
20629source = "registry+https://github.com/rust-lang/crates.io-index"
20630checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20631dependencies = [
20632 "zeroize_derive",
20633]
20634
20635[[package]]
20636name = "zeroize_derive"
20637version = "1.4.2"
20638source = "registry+https://github.com/rust-lang/crates.io-index"
20639checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20640dependencies = [
20641 "proc-macro2",
20642 "quote",
20643 "syn 2.0.101",
20644]
20645
20646[[package]]
20647name = "zeromq"
20648version = "0.5.0-pre"
20649source = "registry+https://github.com/rust-lang/crates.io-index"
20650checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20651dependencies = [
20652 "async-dispatcher",
20653 "async-std",
20654 "async-trait",
20655 "asynchronous-codec",
20656 "bytes 1.10.1",
20657 "crossbeam-queue",
20658 "dashmap 5.5.3",
20659 "futures 0.3.31",
20660 "log",
20661 "num-traits",
20662 "once_cell",
20663 "parking_lot",
20664 "rand 0.8.5",
20665 "regex",
20666 "thiserror 1.0.69",
20667 "uuid",
20668]
20669
20670[[package]]
20671name = "zerovec"
20672version = "0.10.4"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20675dependencies = [
20676 "yoke",
20677 "zerofrom",
20678 "zerovec-derive",
20679]
20680
20681[[package]]
20682name = "zerovec-derive"
20683version = "0.10.3"
20684source = "registry+https://github.com/rust-lang/crates.io-index"
20685checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20686dependencies = [
20687 "proc-macro2",
20688 "quote",
20689 "syn 2.0.101",
20690]
20691
20692[[package]]
20693name = "zeta"
20694version = "0.1.0"
20695dependencies = [
20696 "ai_onboarding",
20697 "anyhow",
20698 "arrayvec",
20699 "call",
20700 "client",
20701 "clock",
20702 "cloud_api_types",
20703 "cloud_llm_client",
20704 "collections",
20705 "command_palette_hooks",
20706 "copilot",
20707 "ctor",
20708 "db",
20709 "edit_prediction",
20710 "editor",
20711 "feature_flags",
20712 "fs",
20713 "futures 0.3.31",
20714 "gpui",
20715 "http_client",
20716 "indoc",
20717 "itertools 0.14.0",
20718 "language",
20719 "language_model",
20720 "log",
20721 "menu",
20722 "parking_lot",
20723 "postage",
20724 "project",
20725 "rand 0.9.1",
20726 "regex",
20727 "release_channel",
20728 "reqwest_client",
20729 "rpc",
20730 "serde",
20731 "serde_json",
20732 "settings",
20733 "strum 0.27.1",
20734 "telemetry",
20735 "telemetry_events",
20736 "theme",
20737 "thiserror 2.0.12",
20738 "tree-sitter-go",
20739 "tree-sitter-rust",
20740 "ui",
20741 "util",
20742 "uuid",
20743 "workspace",
20744 "workspace-hack",
20745 "worktree",
20746 "zed_actions",
20747 "zlog",
20748]
20749
20750[[package]]
20751name = "zeta2"
20752version = "0.1.0"
20753dependencies = [
20754 "anyhow",
20755 "arrayvec",
20756 "chrono",
20757 "client",
20758 "clock",
20759 "cloud_llm_client",
20760 "cloud_zeta2_prompt",
20761 "edit_prediction",
20762 "edit_prediction_context",
20763 "futures 0.3.31",
20764 "gpui",
20765 "indoc",
20766 "language",
20767 "language_model",
20768 "log",
20769 "lsp",
20770 "pretty_assertions",
20771 "project",
20772 "release_channel",
20773 "serde_json",
20774 "settings",
20775 "thiserror 2.0.12",
20776 "util",
20777 "uuid",
20778 "workspace",
20779 "workspace-hack",
20780 "worktree",
20781]
20782
20783[[package]]
20784name = "zeta2_tools"
20785version = "0.1.0"
20786dependencies = [
20787 "chrono",
20788 "clap",
20789 "client",
20790 "cloud_llm_client",
20791 "collections",
20792 "edit_prediction_context",
20793 "editor",
20794 "futures 0.3.31",
20795 "gpui",
20796 "indoc",
20797 "language",
20798 "log",
20799 "multi_buffer",
20800 "ordered-float 2.10.1",
20801 "pretty_assertions",
20802 "project",
20803 "serde",
20804 "serde_json",
20805 "settings",
20806 "text",
20807 "ui",
20808 "ui_input",
20809 "util",
20810 "workspace",
20811 "workspace-hack",
20812 "zeta2",
20813 "zlog",
20814]
20815
20816[[package]]
20817name = "zeta_cli"
20818version = "0.1.0"
20819dependencies = [
20820 "anyhow",
20821 "clap",
20822 "client",
20823 "cloud_llm_client",
20824 "cloud_zeta2_prompt",
20825 "collections",
20826 "debug_adapter_extension",
20827 "edit_prediction_context",
20828 "extension",
20829 "fs",
20830 "futures 0.3.31",
20831 "gpui",
20832 "gpui_tokio",
20833 "language",
20834 "language_extension",
20835 "language_model",
20836 "language_models",
20837 "languages",
20838 "log",
20839 "node_runtime",
20840 "ordered-float 2.10.1",
20841 "paths",
20842 "project",
20843 "prompt_store",
20844 "release_channel",
20845 "reqwest_client",
20846 "serde",
20847 "serde_json",
20848 "settings",
20849 "shellexpand 2.1.2",
20850 "smol",
20851 "terminal_view",
20852 "util",
20853 "watch",
20854 "workspace-hack",
20855 "zeta",
20856 "zeta2",
20857 "zlog",
20858]
20859
20860[[package]]
20861name = "zip"
20862version = "0.6.6"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20865dependencies = [
20866 "aes",
20867 "byteorder",
20868 "bzip2",
20869 "constant_time_eq",
20870 "crc32fast",
20871 "crossbeam-utils",
20872 "flate2",
20873 "hmac",
20874 "pbkdf2 0.11.0",
20875 "sha1",
20876 "time",
20877 "zstd",
20878]
20879
20880[[package]]
20881name = "zip"
20882version = "1.1.4"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20885dependencies = [
20886 "arbitrary",
20887 "crc32fast",
20888 "crossbeam-utils",
20889 "displaydoc",
20890 "indexmap 2.9.0",
20891 "num_enum",
20892 "thiserror 1.0.69",
20893]
20894
20895[[package]]
20896name = "zlog"
20897version = "0.1.0"
20898dependencies = [
20899 "anyhow",
20900 "chrono",
20901 "collections",
20902 "log",
20903 "tempfile",
20904 "workspace-hack",
20905]
20906
20907[[package]]
20908name = "zlog_settings"
20909version = "0.1.0"
20910dependencies = [
20911 "collections",
20912 "gpui",
20913 "settings",
20914 "workspace-hack",
20915 "zlog",
20916]
20917
20918[[package]]
20919name = "zstd"
20920version = "0.11.2+zstd.1.5.2"
20921source = "registry+https://github.com/rust-lang/crates.io-index"
20922checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20923dependencies = [
20924 "zstd-safe",
20925]
20926
20927[[package]]
20928name = "zstd-safe"
20929version = "5.0.2+zstd.1.5.2"
20930source = "registry+https://github.com/rust-lang/crates.io-index"
20931checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20932dependencies = [
20933 "libc",
20934 "zstd-sys",
20935]
20936
20937[[package]]
20938name = "zstd-sys"
20939version = "2.0.15+zstd.1.5.7"
20940source = "registry+https://github.com/rust-lang/crates.io-index"
20941checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20942dependencies = [
20943 "cc",
20944 "pkg-config",
20945]
20946
20947[[package]]
20948name = "zune-core"
20949version = "0.4.12"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20952
20953[[package]]
20954name = "zune-inflate"
20955version = "0.2.54"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20958dependencies = [
20959 "simd-adler32",
20960]
20961
20962[[package]]
20963name = "zune-jpeg"
20964version = "0.4.14"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20967dependencies = [
20968 "zune-core",
20969]
20970
20971[[package]]
20972name = "zvariant"
20973version = "5.7.0"
20974source = "registry+https://github.com/rust-lang/crates.io-index"
20975checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20976dependencies = [
20977 "endi",
20978 "enumflags2",
20979 "serde",
20980 "url",
20981 "winnow",
20982 "zvariant_derive",
20983 "zvariant_utils",
20984]
20985
20986[[package]]
20987name = "zvariant_derive"
20988version = "5.7.0"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20991dependencies = [
20992 "proc-macro-crate",
20993 "proc-macro2",
20994 "quote",
20995 "syn 2.0.101",
20996 "zvariant_utils",
20997]
20998
20999[[package]]
21000name = "zvariant_utils"
21001version = "3.2.0"
21002source = "registry+https://github.com/rust-lang/crates.io-index"
21003checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
21004dependencies = [
21005 "proc-macro2",
21006 "quote",
21007 "serde",
21008 "static_assertions",
21009 "syn 2.0.101",
21010 "winnow",
21011]