Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "paths",
  417 "pretty_assertions",
  418 "project",
  419 "prompt_library",
  420 "prompt_store",
  421 "proto",
  422 "rand 0.8.5",
  423 "rope",
  424 "schemars",
  425 "search",
  426 "semantic_index",
  427 "serde",
  428 "serde_json_lenient",
  429 "settings",
  430 "smol",
  431 "streaming_diff",
  432 "telemetry",
  433 "telemetry_events",
  434 "terminal",
  435 "terminal_view",
  436 "text",
  437 "theme",
  438 "tree-sitter-md",
  439 "ui",
  440 "unindent",
  441 "util",
  442 "workspace",
  443 "zed_actions",
  444]
  445
  446[[package]]
  447name = "assistant2"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "assistant_context_editor",
  452 "assistant_settings",
  453 "assistant_slash_command",
  454 "assistant_tool",
  455 "async-watch",
  456 "chrono",
  457 "client",
  458 "clock",
  459 "collections",
  460 "command_palette_hooks",
  461 "context_server",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "git_ui",
  471 "gpui",
  472 "heed",
  473 "html_to_markdown",
  474 "http_client",
  475 "indexmap",
  476 "indoc",
  477 "itertools 0.14.0",
  478 "language",
  479 "language_model",
  480 "language_model_selector",
  481 "log",
  482 "lsp",
  483 "markdown",
  484 "menu",
  485 "multi_buffer",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "rope",
  495 "scripting_tool",
  496 "serde",
  497 "serde_json",
  498 "settings",
  499 "smallvec",
  500 "smol",
  501 "streaming_diff",
  502 "telemetry",
  503 "telemetry_events",
  504 "terminal",
  505 "terminal_view",
  506 "text",
  507 "theme",
  508 "time",
  509 "time_format",
  510 "ui",
  511 "util",
  512 "uuid",
  513 "vim_mode_setting",
  514 "workspace",
  515 "zed_actions",
  516]
  517
  518[[package]]
  519name = "assistant_context_editor"
  520version = "0.1.0"
  521dependencies = [
  522 "anyhow",
  523 "assistant_settings",
  524 "assistant_slash_command",
  525 "assistant_slash_commands",
  526 "chrono",
  527 "client",
  528 "clock",
  529 "collections",
  530 "context_server",
  531 "editor",
  532 "fs",
  533 "futures 0.3.31",
  534 "fuzzy",
  535 "gpui",
  536 "indexed_docs",
  537 "language",
  538 "language_model",
  539 "language_model_selector",
  540 "languages",
  541 "log",
  542 "multi_buffer",
  543 "open_ai",
  544 "parking_lot",
  545 "paths",
  546 "picker",
  547 "pretty_assertions",
  548 "project",
  549 "prompt_store",
  550 "rand 0.8.5",
  551 "regex",
  552 "rope",
  553 "rpc",
  554 "serde",
  555 "serde_json",
  556 "settings",
  557 "smallvec",
  558 "smol",
  559 "strum",
  560 "telemetry_events",
  561 "text",
  562 "theme",
  563 "tree-sitter-md",
  564 "ui",
  565 "unindent",
  566 "util",
  567 "uuid",
  568 "workspace",
  569]
  570
  571[[package]]
  572name = "assistant_eval"
  573version = "0.1.0"
  574dependencies = [
  575 "anyhow",
  576 "assistant2",
  577 "assistant_tool",
  578 "assistant_tools",
  579 "clap",
  580 "client",
  581 "collections",
  582 "context_server",
  583 "env_logger 0.11.7",
  584 "fs",
  585 "futures 0.3.31",
  586 "gpui",
  587 "gpui_tokio",
  588 "itertools 0.14.0",
  589 "language",
  590 "language_model",
  591 "language_models",
  592 "node_runtime",
  593 "project",
  594 "prompt_store",
  595 "regex",
  596 "release_channel",
  597 "reqwest_client",
  598 "serde",
  599 "serde_json",
  600 "serde_json_lenient",
  601 "settings",
  602 "smol",
  603 "util",
  604]
  605
  606[[package]]
  607name = "assistant_settings"
  608version = "0.1.0"
  609dependencies = [
  610 "anthropic",
  611 "anyhow",
  612 "deepseek",
  613 "feature_flags",
  614 "fs",
  615 "gpui",
  616 "indexmap",
  617 "language_model",
  618 "lmstudio",
  619 "log",
  620 "ollama",
  621 "open_ai",
  622 "paths",
  623 "schemars",
  624 "serde",
  625 "serde_json_lenient",
  626 "settings",
  627]
  628
  629[[package]]
  630name = "assistant_slash_command"
  631version = "0.1.0"
  632dependencies = [
  633 "anyhow",
  634 "async-trait",
  635 "collections",
  636 "derive_more",
  637 "extension",
  638 "futures 0.3.31",
  639 "gpui",
  640 "language",
  641 "language_model",
  642 "parking_lot",
  643 "pretty_assertions",
  644 "serde",
  645 "serde_json",
  646 "ui",
  647 "workspace",
  648]
  649
  650[[package]]
  651name = "assistant_slash_commands"
  652version = "0.1.0"
  653dependencies = [
  654 "anyhow",
  655 "assistant_slash_command",
  656 "cargo_toml",
  657 "chrono",
  658 "collections",
  659 "context_server",
  660 "editor",
  661 "env_logger 0.11.7",
  662 "feature_flags",
  663 "fs",
  664 "futures 0.3.31",
  665 "fuzzy",
  666 "globset",
  667 "gpui",
  668 "html_to_markdown",
  669 "http_client",
  670 "indexed_docs",
  671 "language",
  672 "language_model",
  673 "log",
  674 "pretty_assertions",
  675 "project",
  676 "prompt_store",
  677 "rope",
  678 "schemars",
  679 "semantic_index",
  680 "serde",
  681 "serde_json",
  682 "settings",
  683 "smol",
  684 "terminal_view",
  685 "text",
  686 "toml 0.8.20",
  687 "ui",
  688 "util",
  689 "workspace",
  690 "worktree",
  691]
  692
  693[[package]]
  694name = "assistant_tool"
  695version = "0.1.0"
  696dependencies = [
  697 "anyhow",
  698 "clock",
  699 "collections",
  700 "derive_more",
  701 "gpui",
  702 "language",
  703 "language_model",
  704 "parking_lot",
  705 "project",
  706 "serde",
  707 "serde_json",
  708]
  709
  710[[package]]
  711name = "assistant_tools"
  712version = "0.1.0"
  713dependencies = [
  714 "anyhow",
  715 "assistant_tool",
  716 "chrono",
  717 "collections",
  718 "feature_flags",
  719 "futures 0.3.31",
  720 "gpui",
  721 "html_to_markdown",
  722 "http_client",
  723 "itertools 0.14.0",
  724 "language",
  725 "language_model",
  726 "project",
  727 "rand 0.8.5",
  728 "release_channel",
  729 "schemars",
  730 "serde",
  731 "serde_json",
  732 "settings",
  733 "theme",
  734 "ui",
  735 "unindent",
  736 "util",
  737 "workspace",
  738 "worktree",
  739]
  740
  741[[package]]
  742name = "async-attributes"
  743version = "1.1.2"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  746dependencies = [
  747 "quote",
  748 "syn 1.0.109",
  749]
  750
  751[[package]]
  752name = "async-broadcast"
  753version = "0.7.2"
  754source = "registry+https://github.com/rust-lang/crates.io-index"
  755checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  756dependencies = [
  757 "event-listener 5.3.1",
  758 "event-listener-strategy",
  759 "futures-core",
  760 "pin-project-lite",
  761]
  762
  763[[package]]
  764name = "async-channel"
  765version = "1.9.0"
  766source = "registry+https://github.com/rust-lang/crates.io-index"
  767checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  768dependencies = [
  769 "concurrent-queue",
  770 "event-listener 2.5.3",
  771 "futures-core",
  772]
  773
  774[[package]]
  775name = "async-channel"
  776version = "2.3.1"
  777source = "registry+https://github.com/rust-lang/crates.io-index"
  778checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  779dependencies = [
  780 "concurrent-queue",
  781 "event-listener-strategy",
  782 "futures-core",
  783 "pin-project-lite",
  784]
  785
  786[[package]]
  787name = "async-compat"
  788version = "0.2.4"
  789source = "registry+https://github.com/rust-lang/crates.io-index"
  790checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  791dependencies = [
  792 "futures-core",
  793 "futures-io",
  794 "once_cell",
  795 "pin-project-lite",
  796 "tokio",
  797]
  798
  799[[package]]
  800name = "async-compression"
  801version = "0.4.21"
  802source = "registry+https://github.com/rust-lang/crates.io-index"
  803checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
  804dependencies = [
  805 "deflate64",
  806 "flate2",
  807 "futures-core",
  808 "futures-io",
  809 "memchr",
  810 "pin-project-lite",
  811]
  812
  813[[package]]
  814name = "async-dispatcher"
  815version = "0.1.2"
  816source = "registry+https://github.com/rust-lang/crates.io-index"
  817checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  818dependencies = [
  819 "async-task",
  820 "futures-lite 1.13.0",
  821]
  822
  823[[package]]
  824name = "async-executor"
  825version = "1.13.1"
  826source = "registry+https://github.com/rust-lang/crates.io-index"
  827checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  828dependencies = [
  829 "async-task",
  830 "concurrent-queue",
  831 "fastrand 2.3.0",
  832 "futures-lite 2.6.0",
  833 "slab",
  834]
  835
  836[[package]]
  837name = "async-fs"
  838version = "2.1.2"
  839source = "registry+https://github.com/rust-lang/crates.io-index"
  840checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  841dependencies = [
  842 "async-lock",
  843 "blocking",
  844 "futures-lite 2.6.0",
  845]
  846
  847[[package]]
  848name = "async-global-executor"
  849version = "2.4.1"
  850source = "registry+https://github.com/rust-lang/crates.io-index"
  851checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  852dependencies = [
  853 "async-channel 2.3.1",
  854 "async-executor",
  855 "async-io",
  856 "async-lock",
  857 "blocking",
  858 "futures-lite 2.6.0",
  859 "once_cell",
  860]
  861
  862[[package]]
  863name = "async-io"
  864version = "2.4.0"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  867dependencies = [
  868 "async-lock",
  869 "cfg-if",
  870 "concurrent-queue",
  871 "futures-io",
  872 "futures-lite 2.6.0",
  873 "parking",
  874 "polling",
  875 "rustix",
  876 "slab",
  877 "tracing",
  878 "windows-sys 0.59.0",
  879]
  880
  881[[package]]
  882name = "async-lock"
  883version = "3.4.0"
  884source = "registry+https://github.com/rust-lang/crates.io-index"
  885checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  886dependencies = [
  887 "event-listener 5.3.1",
  888 "event-listener-strategy",
  889 "pin-project-lite",
  890]
  891
  892[[package]]
  893name = "async-native-tls"
  894version = "0.5.0"
  895source = "registry+https://github.com/rust-lang/crates.io-index"
  896checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  897dependencies = [
  898 "futures-util",
  899 "native-tls",
  900 "thiserror 1.0.69",
  901 "url",
  902]
  903
  904[[package]]
  905name = "async-net"
  906version = "2.0.0"
  907source = "registry+https://github.com/rust-lang/crates.io-index"
  908checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  909dependencies = [
  910 "async-io",
  911 "blocking",
  912 "futures-lite 2.6.0",
  913]
  914
  915[[package]]
  916name = "async-pipe"
  917version = "0.1.3"
  918source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  919dependencies = [
  920 "futures 0.3.31",
  921 "log",
  922]
  923
  924[[package]]
  925name = "async-process"
  926version = "2.3.0"
  927source = "registry+https://github.com/rust-lang/crates.io-index"
  928checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  929dependencies = [
  930 "async-channel 2.3.1",
  931 "async-io",
  932 "async-lock",
  933 "async-signal",
  934 "async-task",
  935 "blocking",
  936 "cfg-if",
  937 "event-listener 5.3.1",
  938 "futures-lite 2.6.0",
  939 "rustix",
  940 "tracing",
  941]
  942
  943[[package]]
  944name = "async-recursion"
  945version = "0.3.2"
  946source = "registry+https://github.com/rust-lang/crates.io-index"
  947checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  948dependencies = [
  949 "proc-macro2",
  950 "quote",
  951 "syn 1.0.109",
  952]
  953
  954[[package]]
  955name = "async-recursion"
  956version = "1.1.1"
  957source = "registry+https://github.com/rust-lang/crates.io-index"
  958checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  959dependencies = [
  960 "proc-macro2",
  961 "quote",
  962 "syn 2.0.100",
  963]
  964
  965[[package]]
  966name = "async-signal"
  967version = "0.2.10"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  970dependencies = [
  971 "async-io",
  972 "async-lock",
  973 "atomic-waker",
  974 "cfg-if",
  975 "futures-core",
  976 "futures-io",
  977 "rustix",
  978 "signal-hook-registry",
  979 "slab",
  980 "windows-sys 0.59.0",
  981]
  982
  983[[package]]
  984name = "async-std"
  985version = "1.13.1"
  986source = "registry+https://github.com/rust-lang/crates.io-index"
  987checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  988dependencies = [
  989 "async-attributes",
  990 "async-channel 1.9.0",
  991 "async-global-executor",
  992 "async-io",
  993 "async-lock",
  994 "async-process",
  995 "crossbeam-utils",
  996 "futures-channel",
  997 "futures-core",
  998 "futures-io",
  999 "futures-lite 2.6.0",
 1000 "gloo-timers",
 1001 "kv-log-macro",
 1002 "log",
 1003 "memchr",
 1004 "once_cell",
 1005 "pin-project-lite",
 1006 "pin-utils",
 1007 "slab",
 1008 "wasm-bindgen-futures",
 1009]
 1010
 1011[[package]]
 1012name = "async-stream"
 1013version = "0.3.6"
 1014source = "registry+https://github.com/rust-lang/crates.io-index"
 1015checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1016dependencies = [
 1017 "async-stream-impl",
 1018 "futures-core",
 1019 "pin-project-lite",
 1020]
 1021
 1022[[package]]
 1023name = "async-stream-impl"
 1024version = "0.3.6"
 1025source = "registry+https://github.com/rust-lang/crates.io-index"
 1026checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1027dependencies = [
 1028 "proc-macro2",
 1029 "quote",
 1030 "syn 2.0.100",
 1031]
 1032
 1033[[package]]
 1034name = "async-stripe"
 1035version = "0.40.0"
 1036source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1037dependencies = [
 1038 "chrono",
 1039 "futures-util",
 1040 "http-types",
 1041 "hyper 0.14.32",
 1042 "hyper-rustls 0.24.2",
 1043 "serde",
 1044 "serde_json",
 1045 "serde_path_to_error",
 1046 "serde_qs 0.10.1",
 1047 "smart-default",
 1048 "smol_str",
 1049 "thiserror 1.0.69",
 1050 "tokio",
 1051]
 1052
 1053[[package]]
 1054name = "async-tar"
 1055version = "0.5.0"
 1056source = "registry+https://github.com/rust-lang/crates.io-index"
 1057checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1058dependencies = [
 1059 "async-std",
 1060 "filetime",
 1061 "libc",
 1062 "pin-project",
 1063 "redox_syscall 0.2.16",
 1064 "xattr",
 1065]
 1066
 1067[[package]]
 1068name = "async-task"
 1069version = "4.7.1"
 1070source = "registry+https://github.com/rust-lang/crates.io-index"
 1071checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1072
 1073[[package]]
 1074name = "async-tls"
 1075version = "0.13.0"
 1076source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1077dependencies = [
 1078 "futures-core",
 1079 "futures-io",
 1080 "rustls 0.23.25",
 1081 "rustls-pemfile 2.2.0",
 1082 "webpki-roots",
 1083]
 1084
 1085[[package]]
 1086name = "async-trait"
 1087version = "0.1.88"
 1088source = "registry+https://github.com/rust-lang/crates.io-index"
 1089checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1090dependencies = [
 1091 "proc-macro2",
 1092 "quote",
 1093 "syn 2.0.100",
 1094]
 1095
 1096[[package]]
 1097name = "async-tungstenite"
 1098version = "0.28.2"
 1099source = "registry+https://github.com/rust-lang/crates.io-index"
 1100checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1101dependencies = [
 1102 "async-std",
 1103 "async-tls",
 1104 "atomic-waker",
 1105 "futures-core",
 1106 "futures-io",
 1107 "futures-task",
 1108 "futures-util",
 1109 "log",
 1110 "pin-project-lite",
 1111 "tungstenite 0.24.0",
 1112]
 1113
 1114[[package]]
 1115name = "async-watch"
 1116version = "0.3.1"
 1117source = "registry+https://github.com/rust-lang/crates.io-index"
 1118checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1119dependencies = [
 1120 "event-listener 2.5.3",
 1121]
 1122
 1123[[package]]
 1124name = "async_zip"
 1125version = "0.0.17"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1128dependencies = [
 1129 "async-compression",
 1130 "crc32fast",
 1131 "futures-lite 2.6.0",
 1132 "pin-project",
 1133 "thiserror 1.0.69",
 1134]
 1135
 1136[[package]]
 1137name = "asynchronous-codec"
 1138version = "0.7.0"
 1139source = "registry+https://github.com/rust-lang/crates.io-index"
 1140checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1141dependencies = [
 1142 "bytes 1.10.1",
 1143 "futures-sink",
 1144 "futures-util",
 1145 "memchr",
 1146 "pin-project-lite",
 1147]
 1148
 1149[[package]]
 1150name = "atoi"
 1151version = "2.0.0"
 1152source = "registry+https://github.com/rust-lang/crates.io-index"
 1153checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1154dependencies = [
 1155 "num-traits",
 1156]
 1157
 1158[[package]]
 1159name = "atomic"
 1160version = "0.5.3"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1163
 1164[[package]]
 1165name = "atomic-waker"
 1166version = "1.1.2"
 1167source = "registry+https://github.com/rust-lang/crates.io-index"
 1168checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1169
 1170[[package]]
 1171name = "audio"
 1172version = "0.1.0"
 1173dependencies = [
 1174 "anyhow",
 1175 "collections",
 1176 "derive_more",
 1177 "gpui",
 1178 "parking_lot",
 1179 "rodio",
 1180 "util",
 1181]
 1182
 1183[[package]]
 1184name = "auto_update"
 1185version = "0.1.0"
 1186dependencies = [
 1187 "anyhow",
 1188 "client",
 1189 "db",
 1190 "gpui",
 1191 "http_client",
 1192 "log",
 1193 "paths",
 1194 "release_channel",
 1195 "schemars",
 1196 "serde",
 1197 "serde_json",
 1198 "settings",
 1199 "smol",
 1200 "tempfile",
 1201 "which 6.0.3",
 1202 "workspace",
 1203]
 1204
 1205[[package]]
 1206name = "auto_update_ui"
 1207version = "0.1.0"
 1208dependencies = [
 1209 "anyhow",
 1210 "auto_update",
 1211 "client",
 1212 "editor",
 1213 "gpui",
 1214 "http_client",
 1215 "markdown_preview",
 1216 "release_channel",
 1217 "serde",
 1218 "serde_json",
 1219 "smol",
 1220 "util",
 1221 "workspace",
 1222]
 1223
 1224[[package]]
 1225name = "autocfg"
 1226version = "1.4.0"
 1227source = "registry+https://github.com/rust-lang/crates.io-index"
 1228checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1229
 1230[[package]]
 1231name = "av1-grain"
 1232version = "0.2.3"
 1233source = "registry+https://github.com/rust-lang/crates.io-index"
 1234checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1235dependencies = [
 1236 "anyhow",
 1237 "arrayvec",
 1238 "log",
 1239 "nom",
 1240 "num-rational",
 1241 "v_frame",
 1242]
 1243
 1244[[package]]
 1245name = "avif-serialize"
 1246version = "0.8.2"
 1247source = "registry+https://github.com/rust-lang/crates.io-index"
 1248checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1249dependencies = [
 1250 "arrayvec",
 1251]
 1252
 1253[[package]]
 1254name = "aws-config"
 1255version = "1.5.16"
 1256source = "registry+https://github.com/rust-lang/crates.io-index"
 1257checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1258dependencies = [
 1259 "aws-credential-types",
 1260 "aws-runtime",
 1261 "aws-sdk-sso",
 1262 "aws-sdk-ssooidc",
 1263 "aws-sdk-sts",
 1264 "aws-smithy-async",
 1265 "aws-smithy-http",
 1266 "aws-smithy-json",
 1267 "aws-smithy-runtime",
 1268 "aws-smithy-runtime-api",
 1269 "aws-smithy-types",
 1270 "aws-types",
 1271 "bytes 1.10.1",
 1272 "fastrand 2.3.0",
 1273 "hex",
 1274 "http 0.2.12",
 1275 "ring",
 1276 "time",
 1277 "tokio",
 1278 "tracing",
 1279 "url",
 1280 "zeroize",
 1281]
 1282
 1283[[package]]
 1284name = "aws-credential-types"
 1285version = "1.2.1"
 1286source = "registry+https://github.com/rust-lang/crates.io-index"
 1287checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1288dependencies = [
 1289 "aws-smithy-async",
 1290 "aws-smithy-runtime-api",
 1291 "aws-smithy-types",
 1292 "zeroize",
 1293]
 1294
 1295[[package]]
 1296name = "aws-lc-rs"
 1297version = "1.12.6"
 1298source = "registry+https://github.com/rust-lang/crates.io-index"
 1299checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1300dependencies = [
 1301 "aws-lc-sys",
 1302 "zeroize",
 1303]
 1304
 1305[[package]]
 1306name = "aws-lc-sys"
 1307version = "0.27.0"
 1308source = "registry+https://github.com/rust-lang/crates.io-index"
 1309checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1310dependencies = [
 1311 "bindgen 0.69.5",
 1312 "cc",
 1313 "cmake",
 1314 "dunce",
 1315 "fs_extra",
 1316]
 1317
 1318[[package]]
 1319name = "aws-runtime"
 1320version = "1.5.5"
 1321source = "registry+https://github.com/rust-lang/crates.io-index"
 1322checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1323dependencies = [
 1324 "aws-credential-types",
 1325 "aws-sigv4",
 1326 "aws-smithy-async",
 1327 "aws-smithy-eventstream",
 1328 "aws-smithy-http",
 1329 "aws-smithy-runtime",
 1330 "aws-smithy-runtime-api",
 1331 "aws-smithy-types",
 1332 "aws-types",
 1333 "bytes 1.10.1",
 1334 "fastrand 2.3.0",
 1335 "http 0.2.12",
 1336 "http-body 0.4.6",
 1337 "once_cell",
 1338 "percent-encoding",
 1339 "pin-project-lite",
 1340 "tracing",
 1341 "uuid",
 1342]
 1343
 1344[[package]]
 1345name = "aws-sdk-bedrockruntime"
 1346version = "1.74.0"
 1347source = "registry+https://github.com/rust-lang/crates.io-index"
 1348checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1349dependencies = [
 1350 "aws-credential-types",
 1351 "aws-runtime",
 1352 "aws-smithy-async",
 1353 "aws-smithy-eventstream",
 1354 "aws-smithy-http",
 1355 "aws-smithy-json",
 1356 "aws-smithy-runtime",
 1357 "aws-smithy-runtime-api",
 1358 "aws-smithy-types",
 1359 "aws-types",
 1360 "bytes 1.10.1",
 1361 "fastrand 2.3.0",
 1362 "http 0.2.12",
 1363 "once_cell",
 1364 "regex-lite",
 1365 "tracing",
 1366]
 1367
 1368[[package]]
 1369name = "aws-sdk-kinesis"
 1370version = "1.61.0"
 1371source = "registry+https://github.com/rust-lang/crates.io-index"
 1372checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1373dependencies = [
 1374 "aws-credential-types",
 1375 "aws-runtime",
 1376 "aws-smithy-async",
 1377 "aws-smithy-http",
 1378 "aws-smithy-json",
 1379 "aws-smithy-runtime",
 1380 "aws-smithy-runtime-api",
 1381 "aws-smithy-types",
 1382 "aws-types",
 1383 "bytes 1.10.1",
 1384 "http 0.2.12",
 1385 "once_cell",
 1386 "regex-lite",
 1387 "tracing",
 1388]
 1389
 1390[[package]]
 1391name = "aws-sdk-s3"
 1392version = "1.76.0"
 1393source = "registry+https://github.com/rust-lang/crates.io-index"
 1394checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1395dependencies = [
 1396 "aws-credential-types",
 1397 "aws-runtime",
 1398 "aws-sigv4",
 1399 "aws-smithy-async",
 1400 "aws-smithy-checksums",
 1401 "aws-smithy-eventstream",
 1402 "aws-smithy-http",
 1403 "aws-smithy-json",
 1404 "aws-smithy-runtime",
 1405 "aws-smithy-runtime-api",
 1406 "aws-smithy-types",
 1407 "aws-smithy-xml",
 1408 "aws-types",
 1409 "bytes 1.10.1",
 1410 "fastrand 2.3.0",
 1411 "hex",
 1412 "hmac",
 1413 "http 0.2.12",
 1414 "http-body 0.4.6",
 1415 "lru",
 1416 "once_cell",
 1417 "percent-encoding",
 1418 "regex-lite",
 1419 "sha2",
 1420 "tracing",
 1421 "url",
 1422]
 1423
 1424[[package]]
 1425name = "aws-sdk-sso"
 1426version = "1.58.0"
 1427source = "registry+https://github.com/rust-lang/crates.io-index"
 1428checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1429dependencies = [
 1430 "aws-credential-types",
 1431 "aws-runtime",
 1432 "aws-smithy-async",
 1433 "aws-smithy-http",
 1434 "aws-smithy-json",
 1435 "aws-smithy-runtime",
 1436 "aws-smithy-runtime-api",
 1437 "aws-smithy-types",
 1438 "aws-types",
 1439 "bytes 1.10.1",
 1440 "http 0.2.12",
 1441 "once_cell",
 1442 "regex-lite",
 1443 "tracing",
 1444]
 1445
 1446[[package]]
 1447name = "aws-sdk-ssooidc"
 1448version = "1.59.0"
 1449source = "registry+https://github.com/rust-lang/crates.io-index"
 1450checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1451dependencies = [
 1452 "aws-credential-types",
 1453 "aws-runtime",
 1454 "aws-smithy-async",
 1455 "aws-smithy-http",
 1456 "aws-smithy-json",
 1457 "aws-smithy-runtime",
 1458 "aws-smithy-runtime-api",
 1459 "aws-smithy-types",
 1460 "aws-types",
 1461 "bytes 1.10.1",
 1462 "http 0.2.12",
 1463 "once_cell",
 1464 "regex-lite",
 1465 "tracing",
 1466]
 1467
 1468[[package]]
 1469name = "aws-sdk-sts"
 1470version = "1.59.0"
 1471source = "registry+https://github.com/rust-lang/crates.io-index"
 1472checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1473dependencies = [
 1474 "aws-credential-types",
 1475 "aws-runtime",
 1476 "aws-smithy-async",
 1477 "aws-smithy-http",
 1478 "aws-smithy-json",
 1479 "aws-smithy-query",
 1480 "aws-smithy-runtime",
 1481 "aws-smithy-runtime-api",
 1482 "aws-smithy-types",
 1483 "aws-smithy-xml",
 1484 "aws-types",
 1485 "http 0.2.12",
 1486 "once_cell",
 1487 "regex-lite",
 1488 "tracing",
 1489]
 1490
 1491[[package]]
 1492name = "aws-sigv4"
 1493version = "1.2.9"
 1494source = "registry+https://github.com/rust-lang/crates.io-index"
 1495checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1496dependencies = [
 1497 "aws-credential-types",
 1498 "aws-smithy-eventstream",
 1499 "aws-smithy-http",
 1500 "aws-smithy-runtime-api",
 1501 "aws-smithy-types",
 1502 "bytes 1.10.1",
 1503 "crypto-bigint 0.5.5",
 1504 "form_urlencoded",
 1505 "hex",
 1506 "hmac",
 1507 "http 0.2.12",
 1508 "http 1.2.0",
 1509 "once_cell",
 1510 "p256",
 1511 "percent-encoding",
 1512 "ring",
 1513 "sha2",
 1514 "subtle",
 1515 "time",
 1516 "tracing",
 1517 "zeroize",
 1518]
 1519
 1520[[package]]
 1521name = "aws-smithy-async"
 1522version = "1.2.4"
 1523source = "registry+https://github.com/rust-lang/crates.io-index"
 1524checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1525dependencies = [
 1526 "futures-util",
 1527 "pin-project-lite",
 1528 "tokio",
 1529]
 1530
 1531[[package]]
 1532name = "aws-smithy-checksums"
 1533version = "0.62.0"
 1534source = "registry+https://github.com/rust-lang/crates.io-index"
 1535checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1536dependencies = [
 1537 "aws-smithy-http",
 1538 "aws-smithy-types",
 1539 "bytes 1.10.1",
 1540 "crc32c",
 1541 "crc32fast",
 1542 "crc64fast-nvme",
 1543 "hex",
 1544 "http 0.2.12",
 1545 "http-body 0.4.6",
 1546 "md-5",
 1547 "pin-project-lite",
 1548 "sha1",
 1549 "sha2",
 1550 "tracing",
 1551]
 1552
 1553[[package]]
 1554name = "aws-smithy-eventstream"
 1555version = "0.60.6"
 1556source = "registry+https://github.com/rust-lang/crates.io-index"
 1557checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1558dependencies = [
 1559 "aws-smithy-types",
 1560 "bytes 1.10.1",
 1561 "crc32fast",
 1562]
 1563
 1564[[package]]
 1565name = "aws-smithy-http"
 1566version = "0.60.12"
 1567source = "registry+https://github.com/rust-lang/crates.io-index"
 1568checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1569dependencies = [
 1570 "aws-smithy-eventstream",
 1571 "aws-smithy-runtime-api",
 1572 "aws-smithy-types",
 1573 "bytes 1.10.1",
 1574 "bytes-utils",
 1575 "futures-core",
 1576 "http 0.2.12",
 1577 "http-body 0.4.6",
 1578 "once_cell",
 1579 "percent-encoding",
 1580 "pin-project-lite",
 1581 "pin-utils",
 1582 "tracing",
 1583]
 1584
 1585[[package]]
 1586name = "aws-smithy-json"
 1587version = "0.61.2"
 1588source = "registry+https://github.com/rust-lang/crates.io-index"
 1589checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1590dependencies = [
 1591 "aws-smithy-types",
 1592]
 1593
 1594[[package]]
 1595name = "aws-smithy-query"
 1596version = "0.60.7"
 1597source = "registry+https://github.com/rust-lang/crates.io-index"
 1598checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1599dependencies = [
 1600 "aws-smithy-types",
 1601 "urlencoding",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-runtime"
 1606version = "1.7.8"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1609dependencies = [
 1610 "aws-smithy-async",
 1611 "aws-smithy-http",
 1612 "aws-smithy-runtime-api",
 1613 "aws-smithy-types",
 1614 "bytes 1.10.1",
 1615 "fastrand 2.3.0",
 1616 "h2 0.3.26",
 1617 "http 0.2.12",
 1618 "http-body 0.4.6",
 1619 "http-body 1.0.1",
 1620 "httparse",
 1621 "hyper 0.14.32",
 1622 "hyper-rustls 0.24.2",
 1623 "once_cell",
 1624 "pin-project-lite",
 1625 "pin-utils",
 1626 "rustls 0.21.12",
 1627 "tokio",
 1628 "tracing",
 1629]
 1630
 1631[[package]]
 1632name = "aws-smithy-runtime-api"
 1633version = "1.7.3"
 1634source = "registry+https://github.com/rust-lang/crates.io-index"
 1635checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1636dependencies = [
 1637 "aws-smithy-async",
 1638 "aws-smithy-types",
 1639 "bytes 1.10.1",
 1640 "http 0.2.12",
 1641 "http 1.2.0",
 1642 "pin-project-lite",
 1643 "tokio",
 1644 "tracing",
 1645 "zeroize",
 1646]
 1647
 1648[[package]]
 1649name = "aws-smithy-types"
 1650version = "1.2.13"
 1651source = "registry+https://github.com/rust-lang/crates.io-index"
 1652checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1653dependencies = [
 1654 "base64-simd",
 1655 "bytes 1.10.1",
 1656 "bytes-utils",
 1657 "futures-core",
 1658 "http 0.2.12",
 1659 "http 1.2.0",
 1660 "http-body 0.4.6",
 1661 "http-body 1.0.1",
 1662 "http-body-util",
 1663 "itoa",
 1664 "num-integer",
 1665 "pin-project-lite",
 1666 "pin-utils",
 1667 "ryu",
 1668 "serde",
 1669 "time",
 1670 "tokio",
 1671 "tokio-util",
 1672]
 1673
 1674[[package]]
 1675name = "aws-smithy-xml"
 1676version = "0.60.9"
 1677source = "registry+https://github.com/rust-lang/crates.io-index"
 1678checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1679dependencies = [
 1680 "xmlparser",
 1681]
 1682
 1683[[package]]
 1684name = "aws-types"
 1685version = "1.3.5"
 1686source = "registry+https://github.com/rust-lang/crates.io-index"
 1687checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1688dependencies = [
 1689 "aws-credential-types",
 1690 "aws-smithy-async",
 1691 "aws-smithy-runtime-api",
 1692 "aws-smithy-types",
 1693 "rustc_version",
 1694 "tracing",
 1695]
 1696
 1697[[package]]
 1698name = "aws_http_client"
 1699version = "0.1.0"
 1700dependencies = [
 1701 "aws-smithy-runtime-api",
 1702 "aws-smithy-types",
 1703 "futures 0.3.31",
 1704 "http_client",
 1705 "tokio",
 1706]
 1707
 1708[[package]]
 1709name = "axum"
 1710version = "0.6.20"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1713dependencies = [
 1714 "async-trait",
 1715 "axum-core",
 1716 "base64 0.21.7",
 1717 "bitflags 1.3.2",
 1718 "bytes 1.10.1",
 1719 "futures-util",
 1720 "headers",
 1721 "http 0.2.12",
 1722 "http-body 0.4.6",
 1723 "hyper 0.14.32",
 1724 "itoa",
 1725 "matchit",
 1726 "memchr",
 1727 "mime",
 1728 "percent-encoding",
 1729 "pin-project-lite",
 1730 "rustversion",
 1731 "serde",
 1732 "serde_json",
 1733 "serde_path_to_error",
 1734 "serde_urlencoded",
 1735 "sha1",
 1736 "sync_wrapper 0.1.2",
 1737 "tokio",
 1738 "tokio-tungstenite 0.20.1",
 1739 "tower",
 1740 "tower-layer",
 1741 "tower-service",
 1742]
 1743
 1744[[package]]
 1745name = "axum-core"
 1746version = "0.3.4"
 1747source = "registry+https://github.com/rust-lang/crates.io-index"
 1748checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1749dependencies = [
 1750 "async-trait",
 1751 "bytes 1.10.1",
 1752 "futures-util",
 1753 "http 0.2.12",
 1754 "http-body 0.4.6",
 1755 "mime",
 1756 "rustversion",
 1757 "tower-layer",
 1758 "tower-service",
 1759]
 1760
 1761[[package]]
 1762name = "axum-extra"
 1763version = "0.4.2"
 1764source = "registry+https://github.com/rust-lang/crates.io-index"
 1765checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1766dependencies = [
 1767 "axum",
 1768 "bytes 1.10.1",
 1769 "futures-util",
 1770 "http 0.2.12",
 1771 "mime",
 1772 "pin-project-lite",
 1773 "serde",
 1774 "serde_json",
 1775 "tokio",
 1776 "tower",
 1777 "tower-http 0.3.5",
 1778 "tower-layer",
 1779 "tower-service",
 1780]
 1781
 1782[[package]]
 1783name = "backtrace"
 1784version = "0.3.74"
 1785source = "registry+https://github.com/rust-lang/crates.io-index"
 1786checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1787dependencies = [
 1788 "addr2line",
 1789 "cfg-if",
 1790 "libc",
 1791 "miniz_oxide",
 1792 "object",
 1793 "rustc-demangle",
 1794 "windows-targets 0.52.6",
 1795]
 1796
 1797[[package]]
 1798name = "base16ct"
 1799version = "0.1.1"
 1800source = "registry+https://github.com/rust-lang/crates.io-index"
 1801checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1802
 1803[[package]]
 1804name = "base64"
 1805version = "0.13.1"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1808
 1809[[package]]
 1810name = "base64"
 1811version = "0.21.7"
 1812source = "registry+https://github.com/rust-lang/crates.io-index"
 1813checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1814
 1815[[package]]
 1816name = "base64"
 1817version = "0.22.1"
 1818source = "registry+https://github.com/rust-lang/crates.io-index"
 1819checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1820
 1821[[package]]
 1822name = "base64-simd"
 1823version = "0.8.0"
 1824source = "registry+https://github.com/rust-lang/crates.io-index"
 1825checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1826dependencies = [
 1827 "outref",
 1828 "vsimd",
 1829]
 1830
 1831[[package]]
 1832name = "base64ct"
 1833version = "1.6.0"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1836
 1837[[package]]
 1838name = "bedrock"
 1839version = "0.1.0"
 1840dependencies = [
 1841 "anyhow",
 1842 "aws-sdk-bedrockruntime",
 1843 "aws-smithy-types",
 1844 "futures 0.3.31",
 1845 "schemars",
 1846 "serde",
 1847 "serde_json",
 1848 "strum",
 1849 "thiserror 2.0.12",
 1850 "tokio",
 1851]
 1852
 1853[[package]]
 1854name = "bigdecimal"
 1855version = "0.4.7"
 1856source = "registry+https://github.com/rust-lang/crates.io-index"
 1857checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1858dependencies = [
 1859 "autocfg",
 1860 "libm",
 1861 "num-bigint",
 1862 "num-integer",
 1863 "num-traits",
 1864 "serde",
 1865]
 1866
 1867[[package]]
 1868name = "bincode"
 1869version = "1.3.3"
 1870source = "registry+https://github.com/rust-lang/crates.io-index"
 1871checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1872dependencies = [
 1873 "serde",
 1874]
 1875
 1876[[package]]
 1877name = "bindgen"
 1878version = "0.69.5"
 1879source = "registry+https://github.com/rust-lang/crates.io-index"
 1880checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1881dependencies = [
 1882 "bitflags 2.8.0",
 1883 "cexpr",
 1884 "clang-sys",
 1885 "itertools 0.10.5",
 1886 "lazy_static",
 1887 "lazycell",
 1888 "log",
 1889 "prettyplease",
 1890 "proc-macro2",
 1891 "quote",
 1892 "regex",
 1893 "rustc-hash 1.1.0",
 1894 "shlex",
 1895 "syn 2.0.100",
 1896 "which 4.4.2",
 1897]
 1898
 1899[[package]]
 1900name = "bindgen"
 1901version = "0.70.1"
 1902source = "registry+https://github.com/rust-lang/crates.io-index"
 1903checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1904dependencies = [
 1905 "bitflags 2.8.0",
 1906 "cexpr",
 1907 "clang-sys",
 1908 "itertools 0.10.5",
 1909 "log",
 1910 "prettyplease",
 1911 "proc-macro2",
 1912 "quote",
 1913 "regex",
 1914 "rustc-hash 1.1.0",
 1915 "shlex",
 1916 "syn 2.0.100",
 1917]
 1918
 1919[[package]]
 1920name = "bit-set"
 1921version = "0.5.3"
 1922source = "registry+https://github.com/rust-lang/crates.io-index"
 1923checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1924dependencies = [
 1925 "bit-vec 0.6.3",
 1926]
 1927
 1928[[package]]
 1929name = "bit-set"
 1930version = "0.8.0"
 1931source = "registry+https://github.com/rust-lang/crates.io-index"
 1932checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1933dependencies = [
 1934 "bit-vec 0.8.0",
 1935]
 1936
 1937[[package]]
 1938name = "bit-vec"
 1939version = "0.6.3"
 1940source = "registry+https://github.com/rust-lang/crates.io-index"
 1941checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1942
 1943[[package]]
 1944name = "bit-vec"
 1945version = "0.8.0"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1948
 1949[[package]]
 1950name = "bit_field"
 1951version = "0.10.2"
 1952source = "registry+https://github.com/rust-lang/crates.io-index"
 1953checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1954
 1955[[package]]
 1956name = "bitflags"
 1957version = "1.3.2"
 1958source = "registry+https://github.com/rust-lang/crates.io-index"
 1959checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1960
 1961[[package]]
 1962name = "bitflags"
 1963version = "2.8.0"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1966dependencies = [
 1967 "serde",
 1968]
 1969
 1970[[package]]
 1971name = "bitstream-io"
 1972version = "2.6.0"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1975
 1976[[package]]
 1977name = "bitvec"
 1978version = "1.0.1"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1981dependencies = [
 1982 "funty",
 1983 "radium",
 1984 "tap",
 1985 "wyz",
 1986]
 1987
 1988[[package]]
 1989name = "blade-graphics"
 1990version = "0.6.0"
 1991source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1992dependencies = [
 1993 "ash",
 1994 "ash-window",
 1995 "bitflags 2.8.0",
 1996 "bytemuck",
 1997 "codespan-reporting",
 1998 "glow",
 1999 "gpu-alloc",
 2000 "gpu-alloc-ash",
 2001 "hidden-trait",
 2002 "js-sys",
 2003 "khronos-egl",
 2004 "libloading",
 2005 "log",
 2006 "mint",
 2007 "naga",
 2008 "objc2",
 2009 "objc2-app-kit",
 2010 "objc2-foundation",
 2011 "objc2-metal",
 2012 "objc2-quartz-core",
 2013 "objc2-ui-kit",
 2014 "raw-window-handle",
 2015 "slab",
 2016 "wasm-bindgen",
 2017 "web-sys",
 2018]
 2019
 2020[[package]]
 2021name = "blade-macros"
 2022version = "0.3.0"
 2023source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2024dependencies = [
 2025 "proc-macro2",
 2026 "quote",
 2027 "syn 2.0.100",
 2028]
 2029
 2030[[package]]
 2031name = "blade-util"
 2032version = "0.2.0"
 2033source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2034dependencies = [
 2035 "blade-graphics",
 2036 "bytemuck",
 2037 "log",
 2038 "profiling",
 2039]
 2040
 2041[[package]]
 2042name = "blake3"
 2043version = "1.6.1"
 2044source = "registry+https://github.com/rust-lang/crates.io-index"
 2045checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2046dependencies = [
 2047 "arrayref",
 2048 "arrayvec",
 2049 "cc",
 2050 "cfg-if",
 2051 "constant_time_eq 0.3.1",
 2052]
 2053
 2054[[package]]
 2055name = "block"
 2056version = "0.1.6"
 2057source = "registry+https://github.com/rust-lang/crates.io-index"
 2058checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2059
 2060[[package]]
 2061name = "block-buffer"
 2062version = "0.10.4"
 2063source = "registry+https://github.com/rust-lang/crates.io-index"
 2064checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2065dependencies = [
 2066 "generic-array",
 2067]
 2068
 2069[[package]]
 2070name = "block-padding"
 2071version = "0.3.3"
 2072source = "registry+https://github.com/rust-lang/crates.io-index"
 2073checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2074dependencies = [
 2075 "generic-array",
 2076]
 2077
 2078[[package]]
 2079name = "block2"
 2080version = "0.5.1"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2083dependencies = [
 2084 "objc2",
 2085]
 2086
 2087[[package]]
 2088name = "blocking"
 2089version = "1.6.1"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2092dependencies = [
 2093 "async-channel 2.3.1",
 2094 "async-task",
 2095 "futures-io",
 2096 "futures-lite 2.6.0",
 2097 "piper",
 2098]
 2099
 2100[[package]]
 2101name = "borsh"
 2102version = "1.5.3"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2105dependencies = [
 2106 "borsh-derive",
 2107 "cfg_aliases 0.2.1",
 2108]
 2109
 2110[[package]]
 2111name = "borsh-derive"
 2112version = "1.5.3"
 2113source = "registry+https://github.com/rust-lang/crates.io-index"
 2114checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2115dependencies = [
 2116 "once_cell",
 2117 "proc-macro-crate",
 2118 "proc-macro2",
 2119 "quote",
 2120 "syn 2.0.100",
 2121]
 2122
 2123[[package]]
 2124name = "breadcrumbs"
 2125version = "0.1.0"
 2126dependencies = [
 2127 "editor",
 2128 "gpui",
 2129 "itertools 0.14.0",
 2130 "theme",
 2131 "ui",
 2132 "workspace",
 2133 "zed_actions",
 2134]
 2135
 2136[[package]]
 2137name = "bstr"
 2138version = "1.11.1"
 2139source = "registry+https://github.com/rust-lang/crates.io-index"
 2140checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2141dependencies = [
 2142 "memchr",
 2143 "regex-automata 0.4.9",
 2144 "serde",
 2145]
 2146
 2147[[package]]
 2148name = "buffer_diff"
 2149version = "0.1.0"
 2150dependencies = [
 2151 "anyhow",
 2152 "clock",
 2153 "ctor",
 2154 "env_logger 0.11.7",
 2155 "futures 0.3.31",
 2156 "git2",
 2157 "gpui",
 2158 "language",
 2159 "log",
 2160 "pretty_assertions",
 2161 "rand 0.8.5",
 2162 "rope",
 2163 "serde_json",
 2164 "sum_tree",
 2165 "text",
 2166 "unindent",
 2167 "util",
 2168]
 2169
 2170[[package]]
 2171name = "built"
 2172version = "0.7.5"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2175
 2176[[package]]
 2177name = "bumpalo"
 2178version = "3.16.0"
 2179source = "registry+https://github.com/rust-lang/crates.io-index"
 2180checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2181dependencies = [
 2182 "allocator-api2",
 2183]
 2184
 2185[[package]]
 2186name = "by_address"
 2187version = "1.2.1"
 2188source = "registry+https://github.com/rust-lang/crates.io-index"
 2189checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2190
 2191[[package]]
 2192name = "bytecheck"
 2193version = "0.6.12"
 2194source = "registry+https://github.com/rust-lang/crates.io-index"
 2195checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2196dependencies = [
 2197 "bytecheck_derive",
 2198 "ptr_meta",
 2199 "simdutf8",
 2200]
 2201
 2202[[package]]
 2203name = "bytecheck_derive"
 2204version = "0.6.12"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2207dependencies = [
 2208 "proc-macro2",
 2209 "quote",
 2210 "syn 1.0.109",
 2211]
 2212
 2213[[package]]
 2214name = "bytemuck"
 2215version = "1.21.0"
 2216source = "registry+https://github.com/rust-lang/crates.io-index"
 2217checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2218dependencies = [
 2219 "bytemuck_derive",
 2220]
 2221
 2222[[package]]
 2223name = "bytemuck_derive"
 2224version = "1.8.0"
 2225source = "registry+https://github.com/rust-lang/crates.io-index"
 2226checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2227dependencies = [
 2228 "proc-macro2",
 2229 "quote",
 2230 "syn 2.0.100",
 2231]
 2232
 2233[[package]]
 2234name = "byteorder"
 2235version = "1.5.0"
 2236source = "registry+https://github.com/rust-lang/crates.io-index"
 2237checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2238
 2239[[package]]
 2240name = "byteorder-lite"
 2241version = "0.1.0"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2244
 2245[[package]]
 2246name = "bytes"
 2247version = "0.4.12"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2250dependencies = [
 2251 "byteorder",
 2252 "iovec",
 2253]
 2254
 2255[[package]]
 2256name = "bytes"
 2257version = "1.10.1"
 2258source = "registry+https://github.com/rust-lang/crates.io-index"
 2259checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2260
 2261[[package]]
 2262name = "bytes-utils"
 2263version = "0.1.4"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2266dependencies = [
 2267 "bytes 1.10.1",
 2268 "either",
 2269]
 2270
 2271[[package]]
 2272name = "bzip2"
 2273version = "0.4.4"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2276dependencies = [
 2277 "bzip2-sys",
 2278 "libc",
 2279]
 2280
 2281[[package]]
 2282name = "bzip2-sys"
 2283version = "0.1.11+1.0.8"
 2284source = "registry+https://github.com/rust-lang/crates.io-index"
 2285checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2286dependencies = [
 2287 "cc",
 2288 "libc",
 2289 "pkg-config",
 2290]
 2291
 2292[[package]]
 2293name = "call"
 2294version = "0.1.0"
 2295dependencies = [
 2296 "anyhow",
 2297 "audio",
 2298 "client",
 2299 "collections",
 2300 "fs",
 2301 "futures 0.3.31",
 2302 "gpui",
 2303 "http_client",
 2304 "language",
 2305 "livekit_client",
 2306 "livekit_client_macos",
 2307 "log",
 2308 "postage",
 2309 "project",
 2310 "schemars",
 2311 "serde",
 2312 "serde_derive",
 2313 "settings",
 2314 "telemetry",
 2315 "util",
 2316]
 2317
 2318[[package]]
 2319name = "calloop"
 2320version = "0.13.0"
 2321source = "registry+https://github.com/rust-lang/crates.io-index"
 2322checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2323dependencies = [
 2324 "bitflags 2.8.0",
 2325 "log",
 2326 "polling",
 2327 "rustix",
 2328 "slab",
 2329 "thiserror 1.0.69",
 2330]
 2331
 2332[[package]]
 2333name = "calloop-wayland-source"
 2334version = "0.3.0"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2337dependencies = [
 2338 "calloop",
 2339 "rustix",
 2340 "wayland-backend",
 2341 "wayland-client",
 2342]
 2343
 2344[[package]]
 2345name = "camino"
 2346version = "1.1.9"
 2347source = "registry+https://github.com/rust-lang/crates.io-index"
 2348checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2349dependencies = [
 2350 "serde",
 2351]
 2352
 2353[[package]]
 2354name = "cap-fs-ext"
 2355version = "3.4.2"
 2356source = "registry+https://github.com/rust-lang/crates.io-index"
 2357checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2358dependencies = [
 2359 "cap-primitives",
 2360 "cap-std",
 2361 "io-lifetimes",
 2362 "windows-sys 0.59.0",
 2363]
 2364
 2365[[package]]
 2366name = "cap-net-ext"
 2367version = "3.4.2"
 2368source = "registry+https://github.com/rust-lang/crates.io-index"
 2369checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2370dependencies = [
 2371 "cap-primitives",
 2372 "cap-std",
 2373 "rustix",
 2374 "smallvec",
 2375]
 2376
 2377[[package]]
 2378name = "cap-primitives"
 2379version = "3.4.2"
 2380source = "registry+https://github.com/rust-lang/crates.io-index"
 2381checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2382dependencies = [
 2383 "ambient-authority",
 2384 "fs-set-times",
 2385 "io-extras",
 2386 "io-lifetimes",
 2387 "ipnet",
 2388 "maybe-owned",
 2389 "rustix",
 2390 "windows-sys 0.59.0",
 2391 "winx",
 2392]
 2393
 2394[[package]]
 2395name = "cap-rand"
 2396version = "3.4.2"
 2397source = "registry+https://github.com/rust-lang/crates.io-index"
 2398checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2399dependencies = [
 2400 "ambient-authority",
 2401 "rand 0.8.5",
 2402]
 2403
 2404[[package]]
 2405name = "cap-std"
 2406version = "3.4.2"
 2407source = "registry+https://github.com/rust-lang/crates.io-index"
 2408checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2409dependencies = [
 2410 "cap-primitives",
 2411 "io-extras",
 2412 "io-lifetimes",
 2413 "rustix",
 2414]
 2415
 2416[[package]]
 2417name = "cap-time-ext"
 2418version = "3.4.2"
 2419source = "registry+https://github.com/rust-lang/crates.io-index"
 2420checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2421dependencies = [
 2422 "ambient-authority",
 2423 "cap-primitives",
 2424 "iana-time-zone",
 2425 "once_cell",
 2426 "rustix",
 2427 "winx",
 2428]
 2429
 2430[[package]]
 2431name = "cargo-platform"
 2432version = "0.1.9"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2435dependencies = [
 2436 "serde",
 2437]
 2438
 2439[[package]]
 2440name = "cargo_metadata"
 2441version = "0.19.2"
 2442source = "registry+https://github.com/rust-lang/crates.io-index"
 2443checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2444dependencies = [
 2445 "camino",
 2446 "cargo-platform",
 2447 "semver",
 2448 "serde",
 2449 "serde_json",
 2450 "thiserror 2.0.12",
 2451]
 2452
 2453[[package]]
 2454name = "cargo_toml"
 2455version = "0.21.0"
 2456source = "registry+https://github.com/rust-lang/crates.io-index"
 2457checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2458dependencies = [
 2459 "serde",
 2460 "toml 0.8.20",
 2461]
 2462
 2463[[package]]
 2464name = "cast"
 2465version = "0.3.0"
 2466source = "registry+https://github.com/rust-lang/crates.io-index"
 2467checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2468
 2469[[package]]
 2470name = "cbc"
 2471version = "0.1.2"
 2472source = "registry+https://github.com/rust-lang/crates.io-index"
 2473checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2474dependencies = [
 2475 "cipher",
 2476]
 2477
 2478[[package]]
 2479name = "cbindgen"
 2480version = "0.27.0"
 2481source = "registry+https://github.com/rust-lang/crates.io-index"
 2482checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2483dependencies = [
 2484 "clap",
 2485 "heck 0.4.1",
 2486 "indexmap",
 2487 "log",
 2488 "proc-macro2",
 2489 "quote",
 2490 "serde",
 2491 "serde_json",
 2492 "syn 2.0.100",
 2493 "tempfile",
 2494 "toml 0.8.20",
 2495]
 2496
 2497[[package]]
 2498name = "cbindgen"
 2499version = "0.28.0"
 2500source = "registry+https://github.com/rust-lang/crates.io-index"
 2501checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2502dependencies = [
 2503 "heck 0.4.1",
 2504 "indexmap",
 2505 "log",
 2506 "proc-macro2",
 2507 "quote",
 2508 "serde",
 2509 "serde_json",
 2510 "syn 2.0.100",
 2511 "tempfile",
 2512 "toml 0.8.20",
 2513]
 2514
 2515[[package]]
 2516name = "cc"
 2517version = "1.2.12"
 2518source = "registry+https://github.com/rust-lang/crates.io-index"
 2519checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2520dependencies = [
 2521 "jobserver",
 2522 "libc",
 2523 "shlex",
 2524]
 2525
 2526[[package]]
 2527name = "cesu8"
 2528version = "1.1.0"
 2529source = "registry+https://github.com/rust-lang/crates.io-index"
 2530checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2531
 2532[[package]]
 2533name = "cexpr"
 2534version = "0.6.0"
 2535source = "registry+https://github.com/rust-lang/crates.io-index"
 2536checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2537dependencies = [
 2538 "nom",
 2539]
 2540
 2541[[package]]
 2542name = "cfg-expr"
 2543version = "0.15.8"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2546dependencies = [
 2547 "smallvec",
 2548 "target-lexicon 0.12.16",
 2549]
 2550
 2551[[package]]
 2552name = "cfg-if"
 2553version = "1.0.0"
 2554source = "registry+https://github.com/rust-lang/crates.io-index"
 2555checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2556
 2557[[package]]
 2558name = "cfg_aliases"
 2559version = "0.1.1"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2562
 2563[[package]]
 2564name = "cfg_aliases"
 2565version = "0.2.1"
 2566source = "registry+https://github.com/rust-lang/crates.io-index"
 2567checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2568
 2569[[package]]
 2570name = "channel"
 2571version = "0.1.0"
 2572dependencies = [
 2573 "anyhow",
 2574 "client",
 2575 "clock",
 2576 "collections",
 2577 "futures 0.3.31",
 2578 "gpui",
 2579 "http_client",
 2580 "language",
 2581 "log",
 2582 "rand 0.8.5",
 2583 "release_channel",
 2584 "rpc",
 2585 "settings",
 2586 "sum_tree",
 2587 "text",
 2588 "time",
 2589 "util",
 2590]
 2591
 2592[[package]]
 2593name = "chrono"
 2594version = "0.4.40"
 2595source = "registry+https://github.com/rust-lang/crates.io-index"
 2596checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2597dependencies = [
 2598 "android-tzdata",
 2599 "iana-time-zone",
 2600 "js-sys",
 2601 "num-traits",
 2602 "serde",
 2603 "wasm-bindgen",
 2604 "windows-link",
 2605]
 2606
 2607[[package]]
 2608name = "chunked_transfer"
 2609version = "1.5.0"
 2610source = "registry+https://github.com/rust-lang/crates.io-index"
 2611checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2612
 2613[[package]]
 2614name = "ciborium"
 2615version = "0.2.2"
 2616source = "registry+https://github.com/rust-lang/crates.io-index"
 2617checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2618dependencies = [
 2619 "ciborium-io",
 2620 "ciborium-ll",
 2621 "serde",
 2622]
 2623
 2624[[package]]
 2625name = "ciborium-io"
 2626version = "0.2.2"
 2627source = "registry+https://github.com/rust-lang/crates.io-index"
 2628checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2629
 2630[[package]]
 2631name = "ciborium-ll"
 2632version = "0.2.2"
 2633source = "registry+https://github.com/rust-lang/crates.io-index"
 2634checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2635dependencies = [
 2636 "ciborium-io",
 2637 "half",
 2638]
 2639
 2640[[package]]
 2641name = "cipher"
 2642version = "0.4.4"
 2643source = "registry+https://github.com/rust-lang/crates.io-index"
 2644checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2645dependencies = [
 2646 "crypto-common",
 2647 "inout",
 2648 "zeroize",
 2649]
 2650
 2651[[package]]
 2652name = "circular-buffer"
 2653version = "1.0.0"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2656
 2657[[package]]
 2658name = "clang-sys"
 2659version = "1.8.1"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2662dependencies = [
 2663 "glob",
 2664 "libc",
 2665 "libloading",
 2666]
 2667
 2668[[package]]
 2669name = "clap"
 2670version = "4.5.32"
 2671source = "registry+https://github.com/rust-lang/crates.io-index"
 2672checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2673dependencies = [
 2674 "clap_builder",
 2675 "clap_derive",
 2676]
 2677
 2678[[package]]
 2679name = "clap_builder"
 2680version = "4.5.32"
 2681source = "registry+https://github.com/rust-lang/crates.io-index"
 2682checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2683dependencies = [
 2684 "anstream",
 2685 "anstyle",
 2686 "clap_lex",
 2687 "strsim",
 2688 "terminal_size",
 2689]
 2690
 2691[[package]]
 2692name = "clap_complete"
 2693version = "4.5.38"
 2694source = "registry+https://github.com/rust-lang/crates.io-index"
 2695checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2696dependencies = [
 2697 "clap",
 2698]
 2699
 2700[[package]]
 2701name = "clap_derive"
 2702version = "4.5.32"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2705dependencies = [
 2706 "heck 0.5.0",
 2707 "proc-macro2",
 2708 "quote",
 2709 "syn 2.0.100",
 2710]
 2711
 2712[[package]]
 2713name = "clap_lex"
 2714version = "0.7.4"
 2715source = "registry+https://github.com/rust-lang/crates.io-index"
 2716checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2717
 2718[[package]]
 2719name = "cli"
 2720version = "0.1.0"
 2721dependencies = [
 2722 "anyhow",
 2723 "clap",
 2724 "collections",
 2725 "core-foundation 0.9.4",
 2726 "core-services",
 2727 "exec",
 2728 "fork",
 2729 "ipc-channel",
 2730 "parking_lot",
 2731 "paths",
 2732 "plist",
 2733 "release_channel",
 2734 "serde",
 2735 "tempfile",
 2736 "util",
 2737 "windows 0.60.0",
 2738]
 2739
 2740[[package]]
 2741name = "client"
 2742version = "0.1.0"
 2743dependencies = [
 2744 "anyhow",
 2745 "async-native-tls",
 2746 "async-recursion 0.3.2",
 2747 "async-tungstenite",
 2748 "chrono",
 2749 "clock",
 2750 "cocoa 0.26.0",
 2751 "collections",
 2752 "credentials_provider",
 2753 "feature_flags",
 2754 "futures 0.3.31",
 2755 "gpui",
 2756 "http_client",
 2757 "http_client_tls",
 2758 "log",
 2759 "parking_lot",
 2760 "paths",
 2761 "postage",
 2762 "rand 0.8.5",
 2763 "release_channel",
 2764 "rpc",
 2765 "schemars",
 2766 "serde",
 2767 "serde_json",
 2768 "settings",
 2769 "sha2",
 2770 "smol",
 2771 "telemetry",
 2772 "telemetry_events",
 2773 "text",
 2774 "thiserror 2.0.12",
 2775 "time",
 2776 "tiny_http",
 2777 "tokio-socks",
 2778 "url",
 2779 "util",
 2780 "windows 0.60.0",
 2781 "worktree",
 2782]
 2783
 2784[[package]]
 2785name = "clock"
 2786version = "0.1.0"
 2787dependencies = [
 2788 "parking_lot",
 2789 "serde",
 2790 "smallvec",
 2791]
 2792
 2793[[package]]
 2794name = "cmake"
 2795version = "0.1.53"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2798dependencies = [
 2799 "cc",
 2800]
 2801
 2802[[package]]
 2803name = "cobs"
 2804version = "0.2.3"
 2805source = "registry+https://github.com/rust-lang/crates.io-index"
 2806checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2807
 2808[[package]]
 2809name = "cocoa"
 2810version = "0.25.0"
 2811source = "registry+https://github.com/rust-lang/crates.io-index"
 2812checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2813dependencies = [
 2814 "bitflags 1.3.2",
 2815 "block",
 2816 "cocoa-foundation 0.1.2",
 2817 "core-foundation 0.9.4",
 2818 "core-graphics 0.23.2",
 2819 "foreign-types 0.5.0",
 2820 "libc",
 2821 "objc",
 2822]
 2823
 2824[[package]]
 2825name = "cocoa"
 2826version = "0.26.0"
 2827source = "registry+https://github.com/rust-lang/crates.io-index"
 2828checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2829dependencies = [
 2830 "bitflags 2.8.0",
 2831 "block",
 2832 "cocoa-foundation 0.2.0",
 2833 "core-foundation 0.10.0",
 2834 "core-graphics 0.24.0",
 2835 "foreign-types 0.5.0",
 2836 "libc",
 2837 "objc",
 2838]
 2839
 2840[[package]]
 2841name = "cocoa-foundation"
 2842version = "0.1.2"
 2843source = "registry+https://github.com/rust-lang/crates.io-index"
 2844checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2845dependencies = [
 2846 "bitflags 1.3.2",
 2847 "block",
 2848 "core-foundation 0.9.4",
 2849 "core-graphics-types 0.1.3",
 2850 "libc",
 2851 "objc",
 2852]
 2853
 2854[[package]]
 2855name = "cocoa-foundation"
 2856version = "0.2.0"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2859dependencies = [
 2860 "bitflags 2.8.0",
 2861 "block",
 2862 "core-foundation 0.10.0",
 2863 "core-graphics-types 0.2.0",
 2864 "libc",
 2865 "objc",
 2866]
 2867
 2868[[package]]
 2869name = "codespan-reporting"
 2870version = "0.11.1"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2873dependencies = [
 2874 "termcolor",
 2875 "unicode-width",
 2876]
 2877
 2878[[package]]
 2879name = "collab"
 2880version = "0.44.0"
 2881dependencies = [
 2882 "anthropic",
 2883 "anyhow",
 2884 "assistant",
 2885 "assistant_context_editor",
 2886 "assistant_slash_command",
 2887 "assistant_tool",
 2888 "async-stripe",
 2889 "async-trait",
 2890 "async-tungstenite",
 2891 "audio",
 2892 "aws-config",
 2893 "aws-sdk-kinesis",
 2894 "aws-sdk-s3",
 2895 "axum",
 2896 "axum-extra",
 2897 "base64 0.22.1",
 2898 "buffer_diff",
 2899 "call",
 2900 "channel",
 2901 "chrono",
 2902 "client",
 2903 "clock",
 2904 "collab_ui",
 2905 "collections",
 2906 "command_palette_hooks",
 2907 "context_server",
 2908 "ctor",
 2909 "dap",
 2910 "dashmap 6.1.0",
 2911 "debugger_ui",
 2912 "derive_more",
 2913 "editor",
 2914 "env_logger 0.11.7",
 2915 "envy",
 2916 "extension",
 2917 "file_finder",
 2918 "fs",
 2919 "futures 0.3.31",
 2920 "git",
 2921 "git_hosting_providers",
 2922 "git_ui",
 2923 "google_ai",
 2924 "gpui",
 2925 "hex",
 2926 "http_client",
 2927 "hyper 0.14.32",
 2928 "indoc",
 2929 "jsonwebtoken",
 2930 "language",
 2931 "language_model",
 2932 "livekit_api",
 2933 "livekit_client",
 2934 "livekit_client_macos",
 2935 "log",
 2936 "lsp",
 2937 "menu",
 2938 "multi_buffer",
 2939 "nanoid",
 2940 "node_runtime",
 2941 "notifications",
 2942 "open_ai",
 2943 "parking_lot",
 2944 "pretty_assertions",
 2945 "project",
 2946 "prometheus",
 2947 "prompt_store",
 2948 "prost 0.9.0",
 2949 "rand 0.8.5",
 2950 "recent_projects",
 2951 "release_channel",
 2952 "remote",
 2953 "remote_server",
 2954 "reqwest 0.11.27",
 2955 "reqwest_client",
 2956 "rpc",
 2957 "rustc-demangle",
 2958 "scrypt",
 2959 "sea-orm",
 2960 "semantic_version",
 2961 "semver",
 2962 "serde",
 2963 "serde_derive",
 2964 "serde_json",
 2965 "session",
 2966 "settings",
 2967 "sha2",
 2968 "sqlx",
 2969 "strum",
 2970 "subtle",
 2971 "supermaven_api",
 2972 "telemetry_events",
 2973 "text",
 2974 "theme",
 2975 "thiserror 2.0.12",
 2976 "time",
 2977 "tokio",
 2978 "toml 0.8.20",
 2979 "tower",
 2980 "tower-http 0.4.4",
 2981 "tracing",
 2982 "tracing-subscriber",
 2983 "unindent",
 2984 "util",
 2985 "uuid",
 2986 "workspace",
 2987 "worktree",
 2988]
 2989
 2990[[package]]
 2991name = "collab_ui"
 2992version = "0.1.0"
 2993dependencies = [
 2994 "anyhow",
 2995 "call",
 2996 "channel",
 2997 "chrono",
 2998 "client",
 2999 "collections",
 3000 "db",
 3001 "editor",
 3002 "emojis",
 3003 "futures 0.3.31",
 3004 "fuzzy",
 3005 "gpui",
 3006 "http_client",
 3007 "language",
 3008 "menu",
 3009 "notifications",
 3010 "picker",
 3011 "pretty_assertions",
 3012 "project",
 3013 "release_channel",
 3014 "rich_text",
 3015 "rpc",
 3016 "schemars",
 3017 "serde",
 3018 "serde_derive",
 3019 "serde_json",
 3020 "settings",
 3021 "smallvec",
 3022 "story",
 3023 "telemetry",
 3024 "theme",
 3025 "time",
 3026 "time_format",
 3027 "title_bar",
 3028 "tree-sitter-md",
 3029 "ui",
 3030 "util",
 3031 "workspace",
 3032]
 3033
 3034[[package]]
 3035name = "collections"
 3036version = "0.1.0"
 3037dependencies = [
 3038 "indexmap",
 3039 "rustc-hash 2.1.1",
 3040]
 3041
 3042[[package]]
 3043name = "color_quant"
 3044version = "1.1.0"
 3045source = "registry+https://github.com/rust-lang/crates.io-index"
 3046checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3047
 3048[[package]]
 3049name = "colorchoice"
 3050version = "1.0.3"
 3051source = "registry+https://github.com/rust-lang/crates.io-index"
 3052checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3053
 3054[[package]]
 3055name = "combine"
 3056version = "4.6.7"
 3057source = "registry+https://github.com/rust-lang/crates.io-index"
 3058checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3059dependencies = [
 3060 "bytes 1.10.1",
 3061 "memchr",
 3062]
 3063
 3064[[package]]
 3065name = "command_palette"
 3066version = "0.1.0"
 3067dependencies = [
 3068 "client",
 3069 "collections",
 3070 "command_palette_hooks",
 3071 "ctor",
 3072 "editor",
 3073 "env_logger 0.11.7",
 3074 "fuzzy",
 3075 "go_to_line",
 3076 "gpui",
 3077 "language",
 3078 "menu",
 3079 "picker",
 3080 "postage",
 3081 "project",
 3082 "serde",
 3083 "serde_json",
 3084 "settings",
 3085 "telemetry",
 3086 "theme",
 3087 "ui",
 3088 "util",
 3089 "workspace",
 3090 "zed_actions",
 3091]
 3092
 3093[[package]]
 3094name = "command_palette_hooks"
 3095version = "0.1.0"
 3096dependencies = [
 3097 "collections",
 3098 "derive_more",
 3099 "gpui",
 3100]
 3101
 3102[[package]]
 3103name = "component"
 3104version = "0.1.0"
 3105dependencies = [
 3106 "collections",
 3107 "gpui",
 3108 "linkme",
 3109 "parking_lot",
 3110 "theme",
 3111]
 3112
 3113[[package]]
 3114name = "component_preview"
 3115version = "0.1.0"
 3116dependencies = [
 3117 "client",
 3118 "collections",
 3119 "component",
 3120 "gpui",
 3121 "languages",
 3122 "notifications",
 3123 "project",
 3124 "ui",
 3125 "workspace",
 3126]
 3127
 3128[[package]]
 3129name = "concurrent-queue"
 3130version = "2.5.0"
 3131source = "registry+https://github.com/rust-lang/crates.io-index"
 3132checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3133dependencies = [
 3134 "crossbeam-utils",
 3135]
 3136
 3137[[package]]
 3138name = "console"
 3139version = "0.15.8"
 3140source = "registry+https://github.com/rust-lang/crates.io-index"
 3141checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3142dependencies = [
 3143 "encode_unicode",
 3144 "lazy_static",
 3145 "libc",
 3146 "unicode-width",
 3147 "windows-sys 0.52.0",
 3148]
 3149
 3150[[package]]
 3151name = "const-oid"
 3152version = "0.9.6"
 3153source = "registry+https://github.com/rust-lang/crates.io-index"
 3154checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3155
 3156[[package]]
 3157name = "const-random"
 3158version = "0.1.18"
 3159source = "registry+https://github.com/rust-lang/crates.io-index"
 3160checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3161dependencies = [
 3162 "const-random-macro",
 3163]
 3164
 3165[[package]]
 3166name = "const-random-macro"
 3167version = "0.1.16"
 3168source = "registry+https://github.com/rust-lang/crates.io-index"
 3169checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3170dependencies = [
 3171 "getrandom 0.2.15",
 3172 "once_cell",
 3173 "tiny-keccak",
 3174]
 3175
 3176[[package]]
 3177name = "constant_time_eq"
 3178version = "0.1.5"
 3179source = "registry+https://github.com/rust-lang/crates.io-index"
 3180checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3181
 3182[[package]]
 3183name = "constant_time_eq"
 3184version = "0.3.1"
 3185source = "registry+https://github.com/rust-lang/crates.io-index"
 3186checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3187
 3188[[package]]
 3189name = "context_server"
 3190version = "0.1.0"
 3191dependencies = [
 3192 "anyhow",
 3193 "assistant_tool",
 3194 "async-trait",
 3195 "collections",
 3196 "command_palette_hooks",
 3197 "context_server_settings",
 3198 "extension",
 3199 "futures 0.3.31",
 3200 "gpui",
 3201 "language_model",
 3202 "log",
 3203 "parking_lot",
 3204 "postage",
 3205 "project",
 3206 "serde",
 3207 "serde_json",
 3208 "settings",
 3209 "smol",
 3210 "url",
 3211 "util",
 3212]
 3213
 3214[[package]]
 3215name = "context_server_settings"
 3216version = "0.1.0"
 3217dependencies = [
 3218 "anyhow",
 3219 "collections",
 3220 "gpui",
 3221 "schemars",
 3222 "serde",
 3223 "serde_json",
 3224 "settings",
 3225]
 3226
 3227[[package]]
 3228name = "convert_case"
 3229version = "0.4.0"
 3230source = "registry+https://github.com/rust-lang/crates.io-index"
 3231checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3232
 3233[[package]]
 3234name = "convert_case"
 3235version = "0.8.0"
 3236source = "registry+https://github.com/rust-lang/crates.io-index"
 3237checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3238dependencies = [
 3239 "unicode-segmentation",
 3240]
 3241
 3242[[package]]
 3243name = "copilot"
 3244version = "0.1.0"
 3245dependencies = [
 3246 "anyhow",
 3247 "async-compression",
 3248 "async-std",
 3249 "async-tar",
 3250 "chrono",
 3251 "client",
 3252 "clock",
 3253 "collections",
 3254 "command_palette_hooks",
 3255 "ctor",
 3256 "editor",
 3257 "env_logger 0.11.7",
 3258 "fs",
 3259 "futures 0.3.31",
 3260 "gpui",
 3261 "http_client",
 3262 "indoc",
 3263 "inline_completion",
 3264 "language",
 3265 "log",
 3266 "lsp",
 3267 "menu",
 3268 "node_runtime",
 3269 "parking_lot",
 3270 "paths",
 3271 "project",
 3272 "rpc",
 3273 "schemars",
 3274 "serde",
 3275 "serde_json",
 3276 "settings",
 3277 "smol",
 3278 "strum",
 3279 "task",
 3280 "theme",
 3281 "ui",
 3282 "util",
 3283 "workspace",
 3284]
 3285
 3286[[package]]
 3287name = "core-foundation"
 3288version = "0.9.4"
 3289source = "registry+https://github.com/rust-lang/crates.io-index"
 3290checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3291dependencies = [
 3292 "core-foundation-sys",
 3293 "libc",
 3294]
 3295
 3296[[package]]
 3297name = "core-foundation"
 3298version = "0.10.0"
 3299source = "registry+https://github.com/rust-lang/crates.io-index"
 3300checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3301dependencies = [
 3302 "core-foundation-sys",
 3303 "libc",
 3304]
 3305
 3306[[package]]
 3307name = "core-foundation-sys"
 3308version = "0.8.7"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3311
 3312[[package]]
 3313name = "core-graphics"
 3314version = "0.23.2"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3317dependencies = [
 3318 "bitflags 1.3.2",
 3319 "core-foundation 0.9.4",
 3320 "core-graphics-types 0.1.3",
 3321 "foreign-types 0.5.0",
 3322 "libc",
 3323]
 3324
 3325[[package]]
 3326name = "core-graphics"
 3327version = "0.24.0"
 3328source = "registry+https://github.com/rust-lang/crates.io-index"
 3329checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3330dependencies = [
 3331 "bitflags 2.8.0",
 3332 "core-foundation 0.10.0",
 3333 "core-graphics-types 0.2.0",
 3334 "foreign-types 0.5.0",
 3335 "libc",
 3336]
 3337
 3338[[package]]
 3339name = "core-graphics-types"
 3340version = "0.1.3"
 3341source = "registry+https://github.com/rust-lang/crates.io-index"
 3342checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3343dependencies = [
 3344 "bitflags 1.3.2",
 3345 "core-foundation 0.9.4",
 3346 "libc",
 3347]
 3348
 3349[[package]]
 3350name = "core-graphics-types"
 3351version = "0.2.0"
 3352source = "registry+https://github.com/rust-lang/crates.io-index"
 3353checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3354dependencies = [
 3355 "bitflags 2.8.0",
 3356 "core-foundation 0.10.0",
 3357 "libc",
 3358]
 3359
 3360[[package]]
 3361name = "core-services"
 3362version = "0.2.1"
 3363source = "registry+https://github.com/rust-lang/crates.io-index"
 3364checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3365dependencies = [
 3366 "core-foundation 0.9.4",
 3367]
 3368
 3369[[package]]
 3370name = "core-text"
 3371version = "20.1.0"
 3372source = "registry+https://github.com/rust-lang/crates.io-index"
 3373checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3374dependencies = [
 3375 "core-foundation 0.9.4",
 3376 "core-graphics 0.23.2",
 3377 "foreign-types 0.5.0",
 3378 "libc",
 3379]
 3380
 3381[[package]]
 3382name = "core_maths"
 3383version = "0.1.1"
 3384source = "registry+https://github.com/rust-lang/crates.io-index"
 3385checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3386dependencies = [
 3387 "libm",
 3388]
 3389
 3390[[package]]
 3391name = "coreaudio-rs"
 3392version = "0.11.3"
 3393source = "registry+https://github.com/rust-lang/crates.io-index"
 3394checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3395dependencies = [
 3396 "bitflags 1.3.2",
 3397 "core-foundation-sys",
 3398 "coreaudio-sys",
 3399]
 3400
 3401[[package]]
 3402name = "coreaudio-rs"
 3403version = "0.12.1"
 3404source = "registry+https://github.com/rust-lang/crates.io-index"
 3405checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3406dependencies = [
 3407 "bitflags 1.3.2",
 3408 "core-foundation-sys",
 3409 "coreaudio-sys",
 3410]
 3411
 3412[[package]]
 3413name = "coreaudio-sys"
 3414version = "0.2.16"
 3415source = "registry+https://github.com/rust-lang/crates.io-index"
 3416checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3417dependencies = [
 3418 "bindgen 0.70.1",
 3419]
 3420
 3421[[package]]
 3422name = "cosmic-text"
 3423version = "0.11.2"
 3424source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
 3425dependencies = [
 3426 "bitflags 2.8.0",
 3427 "fontdb 0.18.0",
 3428 "log",
 3429 "rangemap",
 3430 "rayon",
 3431 "rustc-hash 1.1.0",
 3432 "rustybuzz 0.14.1",
 3433 "self_cell",
 3434 "swash",
 3435 "sys-locale",
 3436 "ttf-parser 0.21.1",
 3437 "unicode-bidi",
 3438 "unicode-linebreak",
 3439 "unicode-script",
 3440 "unicode-segmentation",
 3441]
 3442
 3443[[package]]
 3444name = "cpal"
 3445version = "0.15.3"
 3446source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3447dependencies = [
 3448 "alsa",
 3449 "core-foundation-sys",
 3450 "coreaudio-rs 0.11.3",
 3451 "dasp_sample",
 3452 "jni",
 3453 "js-sys",
 3454 "libc",
 3455 "mach2",
 3456 "ndk",
 3457 "ndk-context",
 3458 "oboe",
 3459 "wasm-bindgen",
 3460 "wasm-bindgen-futures",
 3461 "web-sys",
 3462 "windows 0.54.0",
 3463]
 3464
 3465[[package]]
 3466name = "cpp_demangle"
 3467version = "0.4.4"
 3468source = "registry+https://github.com/rust-lang/crates.io-index"
 3469checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3470dependencies = [
 3471 "cfg-if",
 3472]
 3473
 3474[[package]]
 3475name = "cpufeatures"
 3476version = "0.2.16"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3479dependencies = [
 3480 "libc",
 3481]
 3482
 3483[[package]]
 3484name = "cranelift-bforest"
 3485version = "0.116.1"
 3486source = "registry+https://github.com/rust-lang/crates.io-index"
 3487checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3488dependencies = [
 3489 "cranelift-entity",
 3490]
 3491
 3492[[package]]
 3493name = "cranelift-bitset"
 3494version = "0.116.1"
 3495source = "registry+https://github.com/rust-lang/crates.io-index"
 3496checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3497dependencies = [
 3498 "serde",
 3499 "serde_derive",
 3500]
 3501
 3502[[package]]
 3503name = "cranelift-codegen"
 3504version = "0.116.1"
 3505source = "registry+https://github.com/rust-lang/crates.io-index"
 3506checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3507dependencies = [
 3508 "bumpalo",
 3509 "cranelift-bforest",
 3510 "cranelift-bitset",
 3511 "cranelift-codegen-meta",
 3512 "cranelift-codegen-shared",
 3513 "cranelift-control",
 3514 "cranelift-entity",
 3515 "cranelift-isle",
 3516 "gimli",
 3517 "hashbrown 0.14.5",
 3518 "log",
 3519 "regalloc2",
 3520 "rustc-hash 2.1.1",
 3521 "serde",
 3522 "smallvec",
 3523 "target-lexicon 0.13.2",
 3524]
 3525
 3526[[package]]
 3527name = "cranelift-codegen-meta"
 3528version = "0.116.1"
 3529source = "registry+https://github.com/rust-lang/crates.io-index"
 3530checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3531dependencies = [
 3532 "cranelift-codegen-shared",
 3533]
 3534
 3535[[package]]
 3536name = "cranelift-codegen-shared"
 3537version = "0.116.1"
 3538source = "registry+https://github.com/rust-lang/crates.io-index"
 3539checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3540
 3541[[package]]
 3542name = "cranelift-control"
 3543version = "0.116.1"
 3544source = "registry+https://github.com/rust-lang/crates.io-index"
 3545checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3546dependencies = [
 3547 "arbitrary",
 3548]
 3549
 3550[[package]]
 3551name = "cranelift-entity"
 3552version = "0.116.1"
 3553source = "registry+https://github.com/rust-lang/crates.io-index"
 3554checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3555dependencies = [
 3556 "cranelift-bitset",
 3557 "serde",
 3558 "serde_derive",
 3559]
 3560
 3561[[package]]
 3562name = "cranelift-frontend"
 3563version = "0.116.1"
 3564source = "registry+https://github.com/rust-lang/crates.io-index"
 3565checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3566dependencies = [
 3567 "cranelift-codegen",
 3568 "log",
 3569 "smallvec",
 3570 "target-lexicon 0.13.2",
 3571]
 3572
 3573[[package]]
 3574name = "cranelift-isle"
 3575version = "0.116.1"
 3576source = "registry+https://github.com/rust-lang/crates.io-index"
 3577checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3578
 3579[[package]]
 3580name = "cranelift-native"
 3581version = "0.116.1"
 3582source = "registry+https://github.com/rust-lang/crates.io-index"
 3583checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3584dependencies = [
 3585 "cranelift-codegen",
 3586 "libc",
 3587 "target-lexicon 0.13.2",
 3588]
 3589
 3590[[package]]
 3591name = "crc"
 3592version = "3.2.1"
 3593source = "registry+https://github.com/rust-lang/crates.io-index"
 3594checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3595dependencies = [
 3596 "crc-catalog",
 3597]
 3598
 3599[[package]]
 3600name = "crc-catalog"
 3601version = "2.4.0"
 3602source = "registry+https://github.com/rust-lang/crates.io-index"
 3603checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3604
 3605[[package]]
 3606name = "crc32c"
 3607version = "0.6.8"
 3608source = "registry+https://github.com/rust-lang/crates.io-index"
 3609checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3610dependencies = [
 3611 "rustc_version",
 3612]
 3613
 3614[[package]]
 3615name = "crc32fast"
 3616version = "1.4.2"
 3617source = "registry+https://github.com/rust-lang/crates.io-index"
 3618checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3619dependencies = [
 3620 "cfg-if",
 3621]
 3622
 3623[[package]]
 3624name = "crc64fast-nvme"
 3625version = "1.1.1"
 3626source = "registry+https://github.com/rust-lang/crates.io-index"
 3627checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3628dependencies = [
 3629 "cbindgen 0.27.0",
 3630 "crc",
 3631]
 3632
 3633[[package]]
 3634name = "credentials_provider"
 3635version = "0.1.0"
 3636dependencies = [
 3637 "anyhow",
 3638 "futures 0.3.31",
 3639 "gpui",
 3640 "paths",
 3641 "release_channel",
 3642 "serde",
 3643 "serde_json",
 3644]
 3645
 3646[[package]]
 3647name = "criterion"
 3648version = "0.5.1"
 3649source = "registry+https://github.com/rust-lang/crates.io-index"
 3650checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3651dependencies = [
 3652 "anes",
 3653 "cast",
 3654 "ciborium",
 3655 "clap",
 3656 "criterion-plot",
 3657 "is-terminal",
 3658 "itertools 0.10.5",
 3659 "num-traits",
 3660 "once_cell",
 3661 "oorandom",
 3662 "plotters",
 3663 "rayon",
 3664 "regex",
 3665 "serde",
 3666 "serde_derive",
 3667 "serde_json",
 3668 "tinytemplate",
 3669 "walkdir",
 3670]
 3671
 3672[[package]]
 3673name = "criterion-plot"
 3674version = "0.5.0"
 3675source = "registry+https://github.com/rust-lang/crates.io-index"
 3676checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3677dependencies = [
 3678 "cast",
 3679 "itertools 0.10.5",
 3680]
 3681
 3682[[package]]
 3683name = "crossbeam-channel"
 3684version = "0.5.13"
 3685source = "registry+https://github.com/rust-lang/crates.io-index"
 3686checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3687dependencies = [
 3688 "crossbeam-utils",
 3689]
 3690
 3691[[package]]
 3692name = "crossbeam-deque"
 3693version = "0.8.5"
 3694source = "registry+https://github.com/rust-lang/crates.io-index"
 3695checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3696dependencies = [
 3697 "crossbeam-epoch",
 3698 "crossbeam-utils",
 3699]
 3700
 3701[[package]]
 3702name = "crossbeam-epoch"
 3703version = "0.9.18"
 3704source = "registry+https://github.com/rust-lang/crates.io-index"
 3705checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3706dependencies = [
 3707 "crossbeam-utils",
 3708]
 3709
 3710[[package]]
 3711name = "crossbeam-queue"
 3712version = "0.3.11"
 3713source = "registry+https://github.com/rust-lang/crates.io-index"
 3714checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3715dependencies = [
 3716 "crossbeam-utils",
 3717]
 3718
 3719[[package]]
 3720name = "crossbeam-utils"
 3721version = "0.8.20"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3724
 3725[[package]]
 3726name = "crunchy"
 3727version = "0.2.2"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3730
 3731[[package]]
 3732name = "crypto-bigint"
 3733version = "0.4.9"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3736dependencies = [
 3737 "generic-array",
 3738 "rand_core 0.6.4",
 3739 "subtle",
 3740 "zeroize",
 3741]
 3742
 3743[[package]]
 3744name = "crypto-bigint"
 3745version = "0.5.5"
 3746source = "registry+https://github.com/rust-lang/crates.io-index"
 3747checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3748dependencies = [
 3749 "rand_core 0.6.4",
 3750 "subtle",
 3751]
 3752
 3753[[package]]
 3754name = "crypto-common"
 3755version = "0.1.6"
 3756source = "registry+https://github.com/rust-lang/crates.io-index"
 3757checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3758dependencies = [
 3759 "generic-array",
 3760 "rand_core 0.6.4",
 3761 "typenum",
 3762]
 3763
 3764[[package]]
 3765name = "ctor"
 3766version = "0.4.1"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3769dependencies = [
 3770 "ctor-proc-macro",
 3771 "dtor",
 3772]
 3773
 3774[[package]]
 3775name = "ctor-proc-macro"
 3776version = "0.0.5"
 3777source = "registry+https://github.com/rust-lang/crates.io-index"
 3778checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3779
 3780[[package]]
 3781name = "ctrlc"
 3782version = "3.4.5"
 3783source = "registry+https://github.com/rust-lang/crates.io-index"
 3784checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3785dependencies = [
 3786 "nix",
 3787 "windows-sys 0.59.0",
 3788]
 3789
 3790[[package]]
 3791name = "cursor-icon"
 3792version = "1.1.0"
 3793source = "registry+https://github.com/rust-lang/crates.io-index"
 3794checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3795
 3796[[package]]
 3797name = "cxx"
 3798version = "1.0.134"
 3799source = "registry+https://github.com/rust-lang/crates.io-index"
 3800checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3801dependencies = [
 3802 "cc",
 3803 "cxxbridge-cmd",
 3804 "cxxbridge-flags",
 3805 "cxxbridge-macro",
 3806 "foldhash",
 3807 "link-cplusplus",
 3808]
 3809
 3810[[package]]
 3811name = "cxx-build"
 3812version = "1.0.134"
 3813source = "registry+https://github.com/rust-lang/crates.io-index"
 3814checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3815dependencies = [
 3816 "cc",
 3817 "codespan-reporting",
 3818 "proc-macro2",
 3819 "quote",
 3820 "scratch",
 3821 "syn 2.0.100",
 3822]
 3823
 3824[[package]]
 3825name = "cxxbridge-cmd"
 3826version = "1.0.134"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3829dependencies = [
 3830 "clap",
 3831 "codespan-reporting",
 3832 "proc-macro2",
 3833 "quote",
 3834 "syn 2.0.100",
 3835]
 3836
 3837[[package]]
 3838name = "cxxbridge-flags"
 3839version = "1.0.134"
 3840source = "registry+https://github.com/rust-lang/crates.io-index"
 3841checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3842
 3843[[package]]
 3844name = "cxxbridge-macro"
 3845version = "1.0.134"
 3846source = "registry+https://github.com/rust-lang/crates.io-index"
 3847checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3848dependencies = [
 3849 "proc-macro2",
 3850 "quote",
 3851 "rustversion",
 3852 "syn 2.0.100",
 3853]
 3854
 3855[[package]]
 3856name = "dap"
 3857version = "0.1.0"
 3858dependencies = [
 3859 "anyhow",
 3860 "async-compression",
 3861 "async-pipe",
 3862 "async-tar",
 3863 "async-trait",
 3864 "client",
 3865 "collections",
 3866 "dap-types",
 3867 "env_logger 0.11.7",
 3868 "fs",
 3869 "futures 0.3.31",
 3870 "gpui",
 3871 "http_client",
 3872 "language",
 3873 "log",
 3874 "node_runtime",
 3875 "parking_lot",
 3876 "paths",
 3877 "schemars",
 3878 "serde",
 3879 "serde_json",
 3880 "settings",
 3881 "smallvec",
 3882 "smol",
 3883 "task",
 3884 "util",
 3885]
 3886
 3887[[package]]
 3888name = "dap-types"
 3889version = "0.0.1"
 3890source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3891dependencies = [
 3892 "schemars",
 3893 "serde",
 3894 "serde_json",
 3895]
 3896
 3897[[package]]
 3898name = "dap_adapters"
 3899version = "0.1.0"
 3900dependencies = [
 3901 "anyhow",
 3902 "async-trait",
 3903 "dap",
 3904 "gpui",
 3905 "language",
 3906 "paths",
 3907 "regex",
 3908 "serde",
 3909 "serde_json",
 3910 "sysinfo",
 3911 "task",
 3912 "util",
 3913]
 3914
 3915[[package]]
 3916name = "dashmap"
 3917version = "5.5.3"
 3918source = "registry+https://github.com/rust-lang/crates.io-index"
 3919checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3920dependencies = [
 3921 "cfg-if",
 3922 "hashbrown 0.14.5",
 3923 "lock_api",
 3924 "once_cell",
 3925 "parking_lot_core",
 3926]
 3927
 3928[[package]]
 3929name = "dashmap"
 3930version = "6.1.0"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3933dependencies = [
 3934 "cfg-if",
 3935 "crossbeam-utils",
 3936 "hashbrown 0.14.5",
 3937 "lock_api",
 3938 "once_cell",
 3939 "parking_lot_core",
 3940]
 3941
 3942[[package]]
 3943name = "dasp_sample"
 3944version = "0.11.0"
 3945source = "registry+https://github.com/rust-lang/crates.io-index"
 3946checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3947
 3948[[package]]
 3949name = "data-encoding"
 3950version = "2.6.0"
 3951source = "registry+https://github.com/rust-lang/crates.io-index"
 3952checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3953
 3954[[package]]
 3955name = "data-url"
 3956version = "0.3.1"
 3957source = "registry+https://github.com/rust-lang/crates.io-index"
 3958checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3959
 3960[[package]]
 3961name = "db"
 3962version = "0.1.0"
 3963dependencies = [
 3964 "anyhow",
 3965 "gpui",
 3966 "indoc",
 3967 "log",
 3968 "paths",
 3969 "release_channel",
 3970 "smol",
 3971 "sqlez",
 3972 "sqlez_macros",
 3973 "tempfile",
 3974 "util",
 3975]
 3976
 3977[[package]]
 3978name = "dbus"
 3979version = "0.9.7"
 3980source = "registry+https://github.com/rust-lang/crates.io-index"
 3981checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3982dependencies = [
 3983 "libc",
 3984 "libdbus-sys",
 3985 "winapi",
 3986]
 3987
 3988[[package]]
 3989name = "debugger_tools"
 3990version = "0.1.0"
 3991dependencies = [
 3992 "anyhow",
 3993 "dap",
 3994 "editor",
 3995 "futures 0.3.31",
 3996 "gpui",
 3997 "project",
 3998 "serde_json",
 3999 "settings",
 4000 "smol",
 4001 "util",
 4002 "workspace",
 4003]
 4004
 4005[[package]]
 4006name = "debugger_ui"
 4007version = "0.1.0"
 4008dependencies = [
 4009 "anyhow",
 4010 "client",
 4011 "collections",
 4012 "command_palette_hooks",
 4013 "dap",
 4014 "editor",
 4015 "env_logger 0.11.7",
 4016 "feature_flags",
 4017 "futures 0.3.31",
 4018 "fuzzy",
 4019 "gpui",
 4020 "language",
 4021 "log",
 4022 "menu",
 4023 "picker",
 4024 "pretty_assertions",
 4025 "project",
 4026 "rpc",
 4027 "serde",
 4028 "serde_json",
 4029 "settings",
 4030 "sysinfo",
 4031 "task",
 4032 "terminal_view",
 4033 "theme",
 4034 "ui",
 4035 "unindent",
 4036 "util",
 4037 "workspace",
 4038]
 4039
 4040[[package]]
 4041name = "deepseek"
 4042version = "0.1.0"
 4043dependencies = [
 4044 "anyhow",
 4045 "futures 0.3.31",
 4046 "http_client",
 4047 "schemars",
 4048 "serde",
 4049 "serde_json",
 4050]
 4051
 4052[[package]]
 4053name = "deflate64"
 4054version = "0.1.9"
 4055source = "registry+https://github.com/rust-lang/crates.io-index"
 4056checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4057
 4058[[package]]
 4059name = "der"
 4060version = "0.6.1"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4063dependencies = [
 4064 "const-oid",
 4065 "zeroize",
 4066]
 4067
 4068[[package]]
 4069name = "der"
 4070version = "0.7.9"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4073dependencies = [
 4074 "const-oid",
 4075 "pem-rfc7468",
 4076 "zeroize",
 4077]
 4078
 4079[[package]]
 4080name = "deranged"
 4081version = "0.4.0"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4084dependencies = [
 4085 "powerfmt",
 4086 "serde",
 4087]
 4088
 4089[[package]]
 4090name = "derive_more"
 4091version = "0.99.19"
 4092source = "registry+https://github.com/rust-lang/crates.io-index"
 4093checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4094dependencies = [
 4095 "convert_case 0.4.0",
 4096 "proc-macro2",
 4097 "quote",
 4098 "rustc_version",
 4099 "syn 2.0.100",
 4100]
 4101
 4102[[package]]
 4103name = "derive_refineable"
 4104version = "0.1.0"
 4105dependencies = [
 4106 "proc-macro2",
 4107 "quote",
 4108 "syn 1.0.109",
 4109]
 4110
 4111[[package]]
 4112name = "diagnostics"
 4113version = "0.1.0"
 4114dependencies = [
 4115 "anyhow",
 4116 "client",
 4117 "collections",
 4118 "ctor",
 4119 "editor",
 4120 "env_logger 0.11.7",
 4121 "gpui",
 4122 "language",
 4123 "log",
 4124 "lsp",
 4125 "pretty_assertions",
 4126 "project",
 4127 "rand 0.8.5",
 4128 "serde",
 4129 "serde_json",
 4130 "settings",
 4131 "theme",
 4132 "ui",
 4133 "unindent",
 4134 "util",
 4135 "workspace",
 4136]
 4137
 4138[[package]]
 4139name = "dialoguer"
 4140version = "0.11.0"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4143dependencies = [
 4144 "console",
 4145 "fuzzy-matcher",
 4146 "shell-words",
 4147 "tempfile",
 4148 "thiserror 1.0.69",
 4149 "zeroize",
 4150]
 4151
 4152[[package]]
 4153name = "diff"
 4154version = "0.1.13"
 4155source = "registry+https://github.com/rust-lang/crates.io-index"
 4156checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4157
 4158[[package]]
 4159name = "digest"
 4160version = "0.10.7"
 4161source = "registry+https://github.com/rust-lang/crates.io-index"
 4162checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4163dependencies = [
 4164 "block-buffer",
 4165 "const-oid",
 4166 "crypto-common",
 4167 "subtle",
 4168]
 4169
 4170[[package]]
 4171name = "dirs"
 4172version = "4.0.0"
 4173source = "registry+https://github.com/rust-lang/crates.io-index"
 4174checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4175dependencies = [
 4176 "dirs-sys 0.3.7",
 4177]
 4178
 4179[[package]]
 4180name = "dirs"
 4181version = "5.0.1"
 4182source = "registry+https://github.com/rust-lang/crates.io-index"
 4183checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4184dependencies = [
 4185 "dirs-sys 0.4.1",
 4186]
 4187
 4188[[package]]
 4189name = "dirs-sys"
 4190version = "0.3.7"
 4191source = "registry+https://github.com/rust-lang/crates.io-index"
 4192checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4193dependencies = [
 4194 "libc",
 4195 "redox_users",
 4196 "winapi",
 4197]
 4198
 4199[[package]]
 4200name = "dirs-sys"
 4201version = "0.4.1"
 4202source = "registry+https://github.com/rust-lang/crates.io-index"
 4203checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4204dependencies = [
 4205 "libc",
 4206 "option-ext",
 4207 "redox_users",
 4208 "windows-sys 0.48.0",
 4209]
 4210
 4211[[package]]
 4212name = "displaydoc"
 4213version = "0.2.5"
 4214source = "registry+https://github.com/rust-lang/crates.io-index"
 4215checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4216dependencies = [
 4217 "proc-macro2",
 4218 "quote",
 4219 "syn 2.0.100",
 4220]
 4221
 4222[[package]]
 4223name = "dlib"
 4224version = "0.5.2"
 4225source = "registry+https://github.com/rust-lang/crates.io-index"
 4226checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4227dependencies = [
 4228 "libloading",
 4229]
 4230
 4231[[package]]
 4232name = "docs_preprocessor"
 4233version = "0.1.0"
 4234dependencies = [
 4235 "anyhow",
 4236 "clap",
 4237 "mdbook",
 4238 "regex",
 4239 "serde",
 4240 "serde_json",
 4241 "settings",
 4242 "util",
 4243]
 4244
 4245[[package]]
 4246name = "dotenvy"
 4247version = "0.15.7"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4250
 4251[[package]]
 4252name = "downcast-rs"
 4253version = "1.2.1"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4256
 4257[[package]]
 4258name = "doxygen-rs"
 4259version = "0.4.2"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4262dependencies = [
 4263 "phf",
 4264]
 4265
 4266[[package]]
 4267name = "dtor"
 4268version = "0.0.5"
 4269source = "registry+https://github.com/rust-lang/crates.io-index"
 4270checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4271dependencies = [
 4272 "dtor-proc-macro",
 4273]
 4274
 4275[[package]]
 4276name = "dtor-proc-macro"
 4277version = "0.0.5"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4280
 4281[[package]]
 4282name = "dunce"
 4283version = "1.0.5"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4286
 4287[[package]]
 4288name = "dwrote"
 4289version = "0.11.2"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4292dependencies = [
 4293 "lazy_static",
 4294 "libc",
 4295 "winapi",
 4296 "wio",
 4297]
 4298
 4299[[package]]
 4300name = "dyn-clone"
 4301version = "1.0.17"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4304
 4305[[package]]
 4306name = "ec4rs"
 4307version = "1.1.1"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4310
 4311[[package]]
 4312name = "ecdsa"
 4313version = "0.14.8"
 4314source = "registry+https://github.com/rust-lang/crates.io-index"
 4315checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4316dependencies = [
 4317 "der 0.6.1",
 4318 "elliptic-curve",
 4319 "rfc6979",
 4320 "signature 1.6.4",
 4321]
 4322
 4323[[package]]
 4324name = "editor"
 4325version = "0.1.0"
 4326dependencies = [
 4327 "aho-corasick",
 4328 "anyhow",
 4329 "assets",
 4330 "buffer_diff",
 4331 "chrono",
 4332 "client",
 4333 "clock",
 4334 "collections",
 4335 "convert_case 0.8.0",
 4336 "ctor",
 4337 "db",
 4338 "emojis",
 4339 "env_logger 0.11.7",
 4340 "feature_flags",
 4341 "file_icons",
 4342 "fs",
 4343 "futures 0.3.31",
 4344 "fuzzy",
 4345 "git",
 4346 "gpui",
 4347 "http_client",
 4348 "indoc",
 4349 "inline_completion",
 4350 "itertools 0.14.0",
 4351 "language",
 4352 "languages",
 4353 "linkify",
 4354 "log",
 4355 "lsp",
 4356 "markdown",
 4357 "menu",
 4358 "multi_buffer",
 4359 "ordered-float 2.10.1",
 4360 "parking_lot",
 4361 "pretty_assertions",
 4362 "project",
 4363 "rand 0.8.5",
 4364 "release_channel",
 4365 "rpc",
 4366 "schemars",
 4367 "serde",
 4368 "serde_json",
 4369 "settings",
 4370 "smallvec",
 4371 "smol",
 4372 "snippet",
 4373 "sum_tree",
 4374 "task",
 4375 "telemetry",
 4376 "tempfile",
 4377 "text",
 4378 "theme",
 4379 "time",
 4380 "time_format",
 4381 "tree-sitter-html",
 4382 "tree-sitter-rust",
 4383 "tree-sitter-typescript",
 4384 "ui",
 4385 "unicode-script",
 4386 "unicode-segmentation",
 4387 "unindent",
 4388 "url",
 4389 "util",
 4390 "uuid",
 4391 "workspace",
 4392 "zed_actions",
 4393]
 4394
 4395[[package]]
 4396name = "either"
 4397version = "1.13.0"
 4398source = "registry+https://github.com/rust-lang/crates.io-index"
 4399checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4400dependencies = [
 4401 "serde",
 4402]
 4403
 4404[[package]]
 4405name = "elasticlunr-rs"
 4406version = "3.0.2"
 4407source = "registry+https://github.com/rust-lang/crates.io-index"
 4408checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4409dependencies = [
 4410 "regex",
 4411 "serde",
 4412 "serde_derive",
 4413 "serde_json",
 4414]
 4415
 4416[[package]]
 4417name = "elliptic-curve"
 4418version = "0.12.3"
 4419source = "registry+https://github.com/rust-lang/crates.io-index"
 4420checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4421dependencies = [
 4422 "base16ct",
 4423 "crypto-bigint 0.4.9",
 4424 "der 0.6.1",
 4425 "digest",
 4426 "ff",
 4427 "generic-array",
 4428 "group",
 4429 "pkcs8 0.9.0",
 4430 "rand_core 0.6.4",
 4431 "sec1",
 4432 "subtle",
 4433 "zeroize",
 4434]
 4435
 4436[[package]]
 4437name = "embed-resource"
 4438version = "3.0.2"
 4439source = "registry+https://github.com/rust-lang/crates.io-index"
 4440checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4441dependencies = [
 4442 "cc",
 4443 "memchr",
 4444 "rustc_version",
 4445 "toml 0.8.20",
 4446 "vswhom",
 4447 "winreg 0.52.0",
 4448]
 4449
 4450[[package]]
 4451name = "embedded-io"
 4452version = "0.4.0"
 4453source = "registry+https://github.com/rust-lang/crates.io-index"
 4454checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4455
 4456[[package]]
 4457name = "embedded-io"
 4458version = "0.6.1"
 4459source = "registry+https://github.com/rust-lang/crates.io-index"
 4460checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4461
 4462[[package]]
 4463name = "emojis"
 4464version = "0.6.4"
 4465source = "registry+https://github.com/rust-lang/crates.io-index"
 4466checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4467dependencies = [
 4468 "phf",
 4469]
 4470
 4471[[package]]
 4472name = "encode_unicode"
 4473version = "0.3.6"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4476
 4477[[package]]
 4478name = "encoding_rs"
 4479version = "0.8.35"
 4480source = "registry+https://github.com/rust-lang/crates.io-index"
 4481checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4482dependencies = [
 4483 "cfg-if",
 4484]
 4485
 4486[[package]]
 4487name = "endi"
 4488version = "1.1.0"
 4489source = "registry+https://github.com/rust-lang/crates.io-index"
 4490checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4491
 4492[[package]]
 4493name = "enumflags2"
 4494version = "0.7.10"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4497dependencies = [
 4498 "enumflags2_derive",
 4499 "serde",
 4500]
 4501
 4502[[package]]
 4503name = "enumflags2_derive"
 4504version = "0.7.10"
 4505source = "registry+https://github.com/rust-lang/crates.io-index"
 4506checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4507dependencies = [
 4508 "proc-macro2",
 4509 "quote",
 4510 "syn 2.0.100",
 4511]
 4512
 4513[[package]]
 4514name = "env_filter"
 4515version = "0.1.2"
 4516source = "registry+https://github.com/rust-lang/crates.io-index"
 4517checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4518dependencies = [
 4519 "log",
 4520 "regex",
 4521]
 4522
 4523[[package]]
 4524name = "env_home"
 4525version = "0.1.0"
 4526source = "registry+https://github.com/rust-lang/crates.io-index"
 4527checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
 4528
 4529[[package]]
 4530name = "env_logger"
 4531version = "0.10.2"
 4532source = "registry+https://github.com/rust-lang/crates.io-index"
 4533checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4534dependencies = [
 4535 "humantime",
 4536 "is-terminal",
 4537 "log",
 4538 "regex",
 4539 "termcolor",
 4540]
 4541
 4542[[package]]
 4543name = "env_logger"
 4544version = "0.11.7"
 4545source = "registry+https://github.com/rust-lang/crates.io-index"
 4546checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4547dependencies = [
 4548 "anstream",
 4549 "anstyle",
 4550 "env_filter",
 4551 "jiff",
 4552 "log",
 4553]
 4554
 4555[[package]]
 4556name = "envy"
 4557version = "0.4.2"
 4558source = "registry+https://github.com/rust-lang/crates.io-index"
 4559checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4560dependencies = [
 4561 "serde",
 4562]
 4563
 4564[[package]]
 4565name = "equivalent"
 4566version = "1.0.1"
 4567source = "registry+https://github.com/rust-lang/crates.io-index"
 4568checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4569
 4570[[package]]
 4571name = "erased-serde"
 4572version = "0.4.5"
 4573source = "registry+https://github.com/rust-lang/crates.io-index"
 4574checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4575dependencies = [
 4576 "serde",
 4577 "typeid",
 4578]
 4579
 4580[[package]]
 4581name = "errno"
 4582version = "0.2.8"
 4583source = "registry+https://github.com/rust-lang/crates.io-index"
 4584checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4585dependencies = [
 4586 "errno-dragonfly",
 4587 "libc",
 4588 "winapi",
 4589]
 4590
 4591[[package]]
 4592name = "errno"
 4593version = "0.3.10"
 4594source = "registry+https://github.com/rust-lang/crates.io-index"
 4595checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4596dependencies = [
 4597 "libc",
 4598 "windows-sys 0.59.0",
 4599]
 4600
 4601[[package]]
 4602name = "errno-dragonfly"
 4603version = "0.1.2"
 4604source = "registry+https://github.com/rust-lang/crates.io-index"
 4605checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4606dependencies = [
 4607 "cc",
 4608 "libc",
 4609]
 4610
 4611[[package]]
 4612name = "etagere"
 4613version = "0.2.15"
 4614source = "registry+https://github.com/rust-lang/crates.io-index"
 4615checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4616dependencies = [
 4617 "euclid",
 4618 "svg_fmt",
 4619]
 4620
 4621[[package]]
 4622name = "etcetera"
 4623version = "0.8.0"
 4624source = "registry+https://github.com/rust-lang/crates.io-index"
 4625checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4626dependencies = [
 4627 "cfg-if",
 4628 "home",
 4629 "windows-sys 0.48.0",
 4630]
 4631
 4632[[package]]
 4633name = "euclid"
 4634version = "0.22.11"
 4635source = "registry+https://github.com/rust-lang/crates.io-index"
 4636checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4637dependencies = [
 4638 "num-traits",
 4639]
 4640
 4641[[package]]
 4642name = "evals"
 4643version = "0.1.0"
 4644dependencies = [
 4645 "anyhow",
 4646 "clap",
 4647 "client",
 4648 "clock",
 4649 "collections",
 4650 "env_logger 0.11.7",
 4651 "feature_flags",
 4652 "fs",
 4653 "gpui",
 4654 "http_client",
 4655 "language",
 4656 "languages",
 4657 "node_runtime",
 4658 "open_ai",
 4659 "project",
 4660 "reqwest_client",
 4661 "semantic_index",
 4662 "serde",
 4663 "serde_json",
 4664 "settings",
 4665 "smol",
 4666 "util",
 4667]
 4668
 4669[[package]]
 4670name = "event-listener"
 4671version = "2.5.3"
 4672source = "registry+https://github.com/rust-lang/crates.io-index"
 4673checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4674
 4675[[package]]
 4676name = "event-listener"
 4677version = "5.3.1"
 4678source = "registry+https://github.com/rust-lang/crates.io-index"
 4679checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4680dependencies = [
 4681 "concurrent-queue",
 4682 "parking",
 4683 "pin-project-lite",
 4684]
 4685
 4686[[package]]
 4687name = "event-listener-strategy"
 4688version = "0.5.3"
 4689source = "registry+https://github.com/rust-lang/crates.io-index"
 4690checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4691dependencies = [
 4692 "event-listener 5.3.1",
 4693 "pin-project-lite",
 4694]
 4695
 4696[[package]]
 4697name = "exec"
 4698version = "0.3.1"
 4699source = "registry+https://github.com/rust-lang/crates.io-index"
 4700checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4701dependencies = [
 4702 "errno 0.2.8",
 4703 "libc",
 4704]
 4705
 4706[[package]]
 4707name = "exr"
 4708version = "1.73.0"
 4709source = "registry+https://github.com/rust-lang/crates.io-index"
 4710checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4711dependencies = [
 4712 "bit_field",
 4713 "half",
 4714 "lebe",
 4715 "miniz_oxide",
 4716 "rayon-core",
 4717 "smallvec",
 4718 "zune-inflate",
 4719]
 4720
 4721[[package]]
 4722name = "extension"
 4723version = "0.1.0"
 4724dependencies = [
 4725 "anyhow",
 4726 "async-compression",
 4727 "async-tar",
 4728 "async-trait",
 4729 "collections",
 4730 "convert_case 0.8.0",
 4731 "fs",
 4732 "futures 0.3.31",
 4733 "gpui",
 4734 "http_client",
 4735 "language",
 4736 "log",
 4737 "lsp",
 4738 "parking_lot",
 4739 "semantic_version",
 4740 "serde",
 4741 "serde_json",
 4742 "toml 0.8.20",
 4743 "util",
 4744 "wasm-encoder 0.221.3",
 4745 "wasmparser 0.221.3",
 4746 "wit-component 0.221.3",
 4747]
 4748
 4749[[package]]
 4750name = "extension_cli"
 4751version = "0.1.0"
 4752dependencies = [
 4753 "anyhow",
 4754 "clap",
 4755 "env_logger 0.11.7",
 4756 "extension",
 4757 "fs",
 4758 "language",
 4759 "log",
 4760 "reqwest_client",
 4761 "rpc",
 4762 "serde",
 4763 "serde_json",
 4764 "theme",
 4765 "tokio",
 4766 "toml 0.8.20",
 4767 "tree-sitter",
 4768 "wasmtime",
 4769]
 4770
 4771[[package]]
 4772name = "extension_host"
 4773version = "0.1.0"
 4774dependencies = [
 4775 "anyhow",
 4776 "async-compression",
 4777 "async-tar",
 4778 "async-trait",
 4779 "client",
 4780 "collections",
 4781 "context_server_settings",
 4782 "ctor",
 4783 "env_logger 0.11.7",
 4784 "extension",
 4785 "fs",
 4786 "futures 0.3.31",
 4787 "gpui",
 4788 "http_client",
 4789 "language",
 4790 "language_extension",
 4791 "log",
 4792 "lsp",
 4793 "node_runtime",
 4794 "parking_lot",
 4795 "paths",
 4796 "project",
 4797 "release_channel",
 4798 "remote",
 4799 "reqwest_client",
 4800 "schemars",
 4801 "semantic_version",
 4802 "serde",
 4803 "serde_json",
 4804 "serde_json_lenient",
 4805 "settings",
 4806 "task",
 4807 "telemetry",
 4808 "tempfile",
 4809 "theme",
 4810 "theme_extension",
 4811 "toml 0.8.20",
 4812 "url",
 4813 "util",
 4814 "wasmparser 0.221.3",
 4815 "wasmtime",
 4816 "wasmtime-wasi",
 4817]
 4818
 4819[[package]]
 4820name = "extensions_ui"
 4821version = "0.1.0"
 4822dependencies = [
 4823 "anyhow",
 4824 "client",
 4825 "collections",
 4826 "db",
 4827 "editor",
 4828 "extension_host",
 4829 "fs",
 4830 "fuzzy",
 4831 "gpui",
 4832 "language",
 4833 "num-format",
 4834 "picker",
 4835 "project",
 4836 "release_channel",
 4837 "semantic_version",
 4838 "serde",
 4839 "settings",
 4840 "smallvec",
 4841 "strum",
 4842 "telemetry",
 4843 "theme",
 4844 "ui",
 4845 "util",
 4846 "vim_mode_setting",
 4847 "workspace",
 4848 "zed_actions",
 4849]
 4850
 4851[[package]]
 4852name = "fallible-iterator"
 4853version = "0.3.0"
 4854source = "registry+https://github.com/rust-lang/crates.io-index"
 4855checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4856
 4857[[package]]
 4858name = "fancy-regex"
 4859version = "0.13.0"
 4860source = "registry+https://github.com/rust-lang/crates.io-index"
 4861checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4862dependencies = [
 4863 "bit-set 0.5.3",
 4864 "regex-automata 0.4.9",
 4865 "regex-syntax 0.8.5",
 4866]
 4867
 4868[[package]]
 4869name = "fancy-regex"
 4870version = "0.14.0"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4873dependencies = [
 4874 "bit-set 0.8.0",
 4875 "regex-automata 0.4.9",
 4876 "regex-syntax 0.8.5",
 4877]
 4878
 4879[[package]]
 4880name = "fast-srgb8"
 4881version = "1.0.0"
 4882source = "registry+https://github.com/rust-lang/crates.io-index"
 4883checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4884
 4885[[package]]
 4886name = "fastrand"
 4887version = "1.9.0"
 4888source = "registry+https://github.com/rust-lang/crates.io-index"
 4889checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4890dependencies = [
 4891 "instant",
 4892]
 4893
 4894[[package]]
 4895name = "fastrand"
 4896version = "2.3.0"
 4897source = "registry+https://github.com/rust-lang/crates.io-index"
 4898checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4899
 4900[[package]]
 4901name = "fd-lock"
 4902version = "4.0.2"
 4903source = "registry+https://github.com/rust-lang/crates.io-index"
 4904checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4905dependencies = [
 4906 "cfg-if",
 4907 "rustix",
 4908 "windows-sys 0.52.0",
 4909]
 4910
 4911[[package]]
 4912name = "fdeflate"
 4913version = "0.3.7"
 4914source = "registry+https://github.com/rust-lang/crates.io-index"
 4915checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4916dependencies = [
 4917 "simd-adler32",
 4918]
 4919
 4920[[package]]
 4921name = "feature_flags"
 4922version = "0.1.0"
 4923dependencies = [
 4924 "futures 0.3.31",
 4925 "gpui",
 4926 "smol",
 4927]
 4928
 4929[[package]]
 4930name = "feedback"
 4931version = "0.1.0"
 4932dependencies = [
 4933 "client",
 4934 "editor",
 4935 "gpui",
 4936 "human_bytes",
 4937 "menu",
 4938 "release_channel",
 4939 "serde",
 4940 "sysinfo",
 4941 "ui",
 4942 "urlencoding",
 4943 "util",
 4944 "workspace",
 4945 "zed_actions",
 4946]
 4947
 4948[[package]]
 4949name = "ff"
 4950version = "0.12.1"
 4951source = "registry+https://github.com/rust-lang/crates.io-index"
 4952checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4953dependencies = [
 4954 "rand_core 0.6.4",
 4955 "subtle",
 4956]
 4957
 4958[[package]]
 4959name = "file_finder"
 4960version = "0.1.0"
 4961dependencies = [
 4962 "anyhow",
 4963 "collections",
 4964 "ctor",
 4965 "editor",
 4966 "env_logger 0.11.7",
 4967 "file_icons",
 4968 "futures 0.3.31",
 4969 "fuzzy",
 4970 "gpui",
 4971 "language",
 4972 "menu",
 4973 "picker",
 4974 "project",
 4975 "schemars",
 4976 "serde",
 4977 "serde_derive",
 4978 "serde_json",
 4979 "settings",
 4980 "text",
 4981 "theme",
 4982 "ui",
 4983 "util",
 4984 "workspace",
 4985]
 4986
 4987[[package]]
 4988name = "file_icons"
 4989version = "0.1.0"
 4990dependencies = [
 4991 "gpui",
 4992 "serde",
 4993 "settings",
 4994 "theme",
 4995 "util",
 4996]
 4997
 4998[[package]]
 4999name = "filedescriptor"
 5000version = "0.8.3"
 5001source = "registry+https://github.com/rust-lang/crates.io-index"
 5002checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5003dependencies = [
 5004 "libc",
 5005 "thiserror 1.0.69",
 5006 "winapi",
 5007]
 5008
 5009[[package]]
 5010name = "filetime"
 5011version = "0.2.25"
 5012source = "registry+https://github.com/rust-lang/crates.io-index"
 5013checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5014dependencies = [
 5015 "cfg-if",
 5016 "libc",
 5017 "libredox",
 5018 "windows-sys 0.59.0",
 5019]
 5020
 5021[[package]]
 5022name = "fixedbitset"
 5023version = "0.4.2"
 5024source = "registry+https://github.com/rust-lang/crates.io-index"
 5025checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5026
 5027[[package]]
 5028name = "flate2"
 5029version = "1.0.35"
 5030source = "registry+https://github.com/rust-lang/crates.io-index"
 5031checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5032dependencies = [
 5033 "crc32fast",
 5034 "miniz_oxide",
 5035]
 5036
 5037[[package]]
 5038name = "float-cmp"
 5039version = "0.9.0"
 5040source = "registry+https://github.com/rust-lang/crates.io-index"
 5041checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5042
 5043[[package]]
 5044name = "float-ord"
 5045version = "0.3.2"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5048
 5049[[package]]
 5050name = "float_next_after"
 5051version = "1.0.0"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5054
 5055[[package]]
 5056name = "flume"
 5057version = "0.11.1"
 5058source = "registry+https://github.com/rust-lang/crates.io-index"
 5059checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5060dependencies = [
 5061 "futures-core",
 5062 "futures-sink",
 5063 "nanorand",
 5064 "spin",
 5065]
 5066
 5067[[package]]
 5068name = "fnv"
 5069version = "1.0.7"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5072
 5073[[package]]
 5074name = "foldhash"
 5075version = "0.1.3"
 5076source = "registry+https://github.com/rust-lang/crates.io-index"
 5077checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5078
 5079[[package]]
 5080name = "font-kit"
 5081version = "0.14.1"
 5082source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5083dependencies = [
 5084 "bitflags 2.8.0",
 5085 "byteorder",
 5086 "core-foundation 0.9.4",
 5087 "core-graphics 0.23.2",
 5088 "core-text",
 5089 "dirs 5.0.1",
 5090 "dwrote",
 5091 "float-ord",
 5092 "freetype-sys",
 5093 "lazy_static",
 5094 "libc",
 5095 "log",
 5096 "pathfinder_geometry",
 5097 "pathfinder_simd",
 5098 "walkdir",
 5099 "winapi",
 5100 "yeslogic-fontconfig-sys",
 5101]
 5102
 5103[[package]]
 5104name = "font-types"
 5105version = "0.7.3"
 5106source = "registry+https://github.com/rust-lang/crates.io-index"
 5107checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
 5108dependencies = [
 5109 "bytemuck",
 5110]
 5111
 5112[[package]]
 5113name = "fontconfig-parser"
 5114version = "0.5.7"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5117dependencies = [
 5118 "roxmltree",
 5119]
 5120
 5121[[package]]
 5122name = "fontdb"
 5123version = "0.18.0"
 5124source = "registry+https://github.com/rust-lang/crates.io-index"
 5125checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 5126dependencies = [
 5127 "fontconfig-parser",
 5128 "log",
 5129 "memmap2",
 5130 "slotmap",
 5131 "tinyvec",
 5132 "ttf-parser 0.21.1",
 5133]
 5134
 5135[[package]]
 5136name = "fontdb"
 5137version = "0.23.0"
 5138source = "registry+https://github.com/rust-lang/crates.io-index"
 5139checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5140dependencies = [
 5141 "fontconfig-parser",
 5142 "log",
 5143 "memmap2",
 5144 "slotmap",
 5145 "tinyvec",
 5146 "ttf-parser 0.25.1",
 5147]
 5148
 5149[[package]]
 5150name = "foreign-types"
 5151version = "0.3.2"
 5152source = "registry+https://github.com/rust-lang/crates.io-index"
 5153checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5154dependencies = [
 5155 "foreign-types-shared 0.1.1",
 5156]
 5157
 5158[[package]]
 5159name = "foreign-types"
 5160version = "0.5.0"
 5161source = "registry+https://github.com/rust-lang/crates.io-index"
 5162checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5163dependencies = [
 5164 "foreign-types-macros",
 5165 "foreign-types-shared 0.3.1",
 5166]
 5167
 5168[[package]]
 5169name = "foreign-types-macros"
 5170version = "0.2.3"
 5171source = "registry+https://github.com/rust-lang/crates.io-index"
 5172checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5173dependencies = [
 5174 "proc-macro2",
 5175 "quote",
 5176 "syn 2.0.100",
 5177]
 5178
 5179[[package]]
 5180name = "foreign-types-shared"
 5181version = "0.1.1"
 5182source = "registry+https://github.com/rust-lang/crates.io-index"
 5183checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5184
 5185[[package]]
 5186name = "foreign-types-shared"
 5187version = "0.3.1"
 5188source = "registry+https://github.com/rust-lang/crates.io-index"
 5189checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5190
 5191[[package]]
 5192name = "fork"
 5193version = "0.2.0"
 5194source = "registry+https://github.com/rust-lang/crates.io-index"
 5195checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5196dependencies = [
 5197 "libc",
 5198]
 5199
 5200[[package]]
 5201name = "form_urlencoded"
 5202version = "1.2.1"
 5203source = "registry+https://github.com/rust-lang/crates.io-index"
 5204checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5205dependencies = [
 5206 "percent-encoding",
 5207]
 5208
 5209[[package]]
 5210name = "freetype-sys"
 5211version = "0.20.1"
 5212source = "registry+https://github.com/rust-lang/crates.io-index"
 5213checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5214dependencies = [
 5215 "cc",
 5216 "libc",
 5217 "pkg-config",
 5218]
 5219
 5220[[package]]
 5221name = "fs"
 5222version = "0.1.0"
 5223dependencies = [
 5224 "anyhow",
 5225 "ashpd",
 5226 "async-tar",
 5227 "async-trait",
 5228 "cocoa 0.26.0",
 5229 "collections",
 5230 "fsevent",
 5231 "futures 0.3.31",
 5232 "git",
 5233 "gpui",
 5234 "ignore",
 5235 "libc",
 5236 "log",
 5237 "notify 6.1.1",
 5238 "objc",
 5239 "parking_lot",
 5240 "paths",
 5241 "proto",
 5242 "rope",
 5243 "serde",
 5244 "serde_json",
 5245 "smol",
 5246 "tempfile",
 5247 "text",
 5248 "time",
 5249 "util",
 5250 "windows 0.60.0",
 5251]
 5252
 5253[[package]]
 5254name = "fs-set-times"
 5255version = "0.20.2"
 5256source = "registry+https://github.com/rust-lang/crates.io-index"
 5257checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5258dependencies = [
 5259 "io-lifetimes",
 5260 "rustix",
 5261 "windows-sys 0.59.0",
 5262]
 5263
 5264[[package]]
 5265name = "fs2"
 5266version = "0.4.3"
 5267source = "registry+https://github.com/rust-lang/crates.io-index"
 5268checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5269dependencies = [
 5270 "libc",
 5271 "winapi",
 5272]
 5273
 5274[[package]]
 5275name = "fs_extra"
 5276version = "1.3.0"
 5277source = "registry+https://github.com/rust-lang/crates.io-index"
 5278checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5279
 5280[[package]]
 5281name = "fsevent"
 5282version = "0.1.0"
 5283dependencies = [
 5284 "bitflags 2.8.0",
 5285 "core-foundation 0.9.4",
 5286 "fsevent-sys 3.1.0",
 5287 "parking_lot",
 5288 "tempfile",
 5289]
 5290
 5291[[package]]
 5292name = "fsevent-sys"
 5293version = "3.1.0"
 5294source = "registry+https://github.com/rust-lang/crates.io-index"
 5295checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5296dependencies = [
 5297 "libc",
 5298]
 5299
 5300[[package]]
 5301name = "fsevent-sys"
 5302version = "4.1.0"
 5303source = "registry+https://github.com/rust-lang/crates.io-index"
 5304checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5305dependencies = [
 5306 "libc",
 5307]
 5308
 5309[[package]]
 5310name = "funty"
 5311version = "2.0.0"
 5312source = "registry+https://github.com/rust-lang/crates.io-index"
 5313checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5314
 5315[[package]]
 5316name = "futf"
 5317version = "0.1.5"
 5318source = "registry+https://github.com/rust-lang/crates.io-index"
 5319checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5320dependencies = [
 5321 "mac",
 5322 "new_debug_unreachable",
 5323]
 5324
 5325[[package]]
 5326name = "futures"
 5327version = "0.1.31"
 5328source = "registry+https://github.com/rust-lang/crates.io-index"
 5329checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5330
 5331[[package]]
 5332name = "futures"
 5333version = "0.3.31"
 5334source = "registry+https://github.com/rust-lang/crates.io-index"
 5335checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5336dependencies = [
 5337 "futures-channel",
 5338 "futures-core",
 5339 "futures-executor",
 5340 "futures-io",
 5341 "futures-sink",
 5342 "futures-task",
 5343 "futures-util",
 5344]
 5345
 5346[[package]]
 5347name = "futures-batch"
 5348version = "0.6.1"
 5349source = "registry+https://github.com/rust-lang/crates.io-index"
 5350checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5351dependencies = [
 5352 "futures 0.3.31",
 5353 "futures-timer",
 5354 "pin-utils",
 5355]
 5356
 5357[[package]]
 5358name = "futures-channel"
 5359version = "0.3.31"
 5360source = "registry+https://github.com/rust-lang/crates.io-index"
 5361checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5362dependencies = [
 5363 "futures-core",
 5364 "futures-sink",
 5365]
 5366
 5367[[package]]
 5368name = "futures-core"
 5369version = "0.3.31"
 5370source = "registry+https://github.com/rust-lang/crates.io-index"
 5371checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5372
 5373[[package]]
 5374name = "futures-executor"
 5375version = "0.3.31"
 5376source = "registry+https://github.com/rust-lang/crates.io-index"
 5377checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5378dependencies = [
 5379 "futures-core",
 5380 "futures-task",
 5381 "futures-util",
 5382]
 5383
 5384[[package]]
 5385name = "futures-intrusive"
 5386version = "0.5.0"
 5387source = "registry+https://github.com/rust-lang/crates.io-index"
 5388checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5389dependencies = [
 5390 "futures-core",
 5391 "lock_api",
 5392 "parking_lot",
 5393]
 5394
 5395[[package]]
 5396name = "futures-io"
 5397version = "0.3.31"
 5398source = "registry+https://github.com/rust-lang/crates.io-index"
 5399checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5400
 5401[[package]]
 5402name = "futures-lite"
 5403version = "1.13.0"
 5404source = "registry+https://github.com/rust-lang/crates.io-index"
 5405checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5406dependencies = [
 5407 "fastrand 1.9.0",
 5408 "futures-core",
 5409 "futures-io",
 5410 "memchr",
 5411 "parking",
 5412 "pin-project-lite",
 5413 "waker-fn",
 5414]
 5415
 5416[[package]]
 5417name = "futures-lite"
 5418version = "2.6.0"
 5419source = "registry+https://github.com/rust-lang/crates.io-index"
 5420checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5421dependencies = [
 5422 "fastrand 2.3.0",
 5423 "futures-core",
 5424 "futures-io",
 5425 "parking",
 5426 "pin-project-lite",
 5427]
 5428
 5429[[package]]
 5430name = "futures-macro"
 5431version = "0.3.31"
 5432source = "registry+https://github.com/rust-lang/crates.io-index"
 5433checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5434dependencies = [
 5435 "proc-macro2",
 5436 "quote",
 5437 "syn 2.0.100",
 5438]
 5439
 5440[[package]]
 5441name = "futures-sink"
 5442version = "0.3.31"
 5443source = "registry+https://github.com/rust-lang/crates.io-index"
 5444checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5445
 5446[[package]]
 5447name = "futures-task"
 5448version = "0.3.31"
 5449source = "registry+https://github.com/rust-lang/crates.io-index"
 5450checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5451
 5452[[package]]
 5453name = "futures-timer"
 5454version = "3.0.3"
 5455source = "registry+https://github.com/rust-lang/crates.io-index"
 5456checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5457
 5458[[package]]
 5459name = "futures-util"
 5460version = "0.3.31"
 5461source = "registry+https://github.com/rust-lang/crates.io-index"
 5462checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5463dependencies = [
 5464 "futures 0.1.31",
 5465 "futures-channel",
 5466 "futures-core",
 5467 "futures-io",
 5468 "futures-macro",
 5469 "futures-sink",
 5470 "futures-task",
 5471 "memchr",
 5472 "pin-project-lite",
 5473 "pin-utils",
 5474 "slab",
 5475 "tokio-io",
 5476]
 5477
 5478[[package]]
 5479name = "fuzzy"
 5480version = "0.1.0"
 5481dependencies = [
 5482 "gpui",
 5483 "log",
 5484 "util",
 5485]
 5486
 5487[[package]]
 5488name = "fuzzy-matcher"
 5489version = "0.3.7"
 5490source = "registry+https://github.com/rust-lang/crates.io-index"
 5491checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5492dependencies = [
 5493 "thread_local",
 5494]
 5495
 5496[[package]]
 5497name = "generic-array"
 5498version = "0.14.7"
 5499source = "registry+https://github.com/rust-lang/crates.io-index"
 5500checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5501dependencies = [
 5502 "typenum",
 5503 "version_check",
 5504]
 5505
 5506[[package]]
 5507name = "gethostname"
 5508version = "0.4.3"
 5509source = "registry+https://github.com/rust-lang/crates.io-index"
 5510checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5511dependencies = [
 5512 "libc",
 5513 "windows-targets 0.48.5",
 5514]
 5515
 5516[[package]]
 5517name = "getrandom"
 5518version = "0.1.16"
 5519source = "registry+https://github.com/rust-lang/crates.io-index"
 5520checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5521dependencies = [
 5522 "cfg-if",
 5523 "libc",
 5524 "wasi 0.9.0+wasi-snapshot-preview1",
 5525]
 5526
 5527[[package]]
 5528name = "getrandom"
 5529version = "0.2.15"
 5530source = "registry+https://github.com/rust-lang/crates.io-index"
 5531checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5532dependencies = [
 5533 "cfg-if",
 5534 "js-sys",
 5535 "libc",
 5536 "wasi 0.11.0+wasi-snapshot-preview1",
 5537 "wasm-bindgen",
 5538]
 5539
 5540[[package]]
 5541name = "getrandom"
 5542version = "0.3.1"
 5543source = "registry+https://github.com/rust-lang/crates.io-index"
 5544checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5545dependencies = [
 5546 "cfg-if",
 5547 "libc",
 5548 "wasi 0.13.3+wasi-0.2.2",
 5549 "windows-targets 0.52.6",
 5550]
 5551
 5552[[package]]
 5553name = "gif"
 5554version = "0.13.1"
 5555source = "registry+https://github.com/rust-lang/crates.io-index"
 5556checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5557dependencies = [
 5558 "color_quant",
 5559 "weezl",
 5560]
 5561
 5562[[package]]
 5563name = "gimli"
 5564version = "0.31.1"
 5565source = "registry+https://github.com/rust-lang/crates.io-index"
 5566checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5567dependencies = [
 5568 "fallible-iterator",
 5569 "indexmap",
 5570 "stable_deref_trait",
 5571]
 5572
 5573[[package]]
 5574name = "git"
 5575version = "0.1.0"
 5576dependencies = [
 5577 "anyhow",
 5578 "askpass",
 5579 "async-trait",
 5580 "collections",
 5581 "derive_more",
 5582 "futures 0.3.31",
 5583 "git2",
 5584 "gpui",
 5585 "http_client",
 5586 "log",
 5587 "parking_lot",
 5588 "pretty_assertions",
 5589 "regex",
 5590 "rope",
 5591 "schemars",
 5592 "serde",
 5593 "serde_json",
 5594 "smol",
 5595 "sum_tree",
 5596 "tempfile",
 5597 "text",
 5598 "thiserror 2.0.12",
 5599 "time",
 5600 "unindent",
 5601 "url",
 5602 "util",
 5603 "uuid",
 5604]
 5605
 5606[[package]]
 5607name = "git2"
 5608version = "0.20.1"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5611dependencies = [
 5612 "bitflags 2.8.0",
 5613 "libc",
 5614 "libgit2-sys",
 5615 "log",
 5616 "url",
 5617]
 5618
 5619[[package]]
 5620name = "git_hosting_providers"
 5621version = "0.1.0"
 5622dependencies = [
 5623 "anyhow",
 5624 "async-trait",
 5625 "futures 0.3.31",
 5626 "git",
 5627 "gpui",
 5628 "http_client",
 5629 "indoc",
 5630 "pretty_assertions",
 5631 "regex",
 5632 "schemars",
 5633 "serde",
 5634 "serde_json",
 5635 "settings",
 5636 "url",
 5637 "util",
 5638]
 5639
 5640[[package]]
 5641name = "git_ui"
 5642version = "0.1.0"
 5643dependencies = [
 5644 "anyhow",
 5645 "askpass",
 5646 "assistant_settings",
 5647 "buffer_diff",
 5648 "chrono",
 5649 "collections",
 5650 "command_palette_hooks",
 5651 "component",
 5652 "ctor",
 5653 "db",
 5654 "editor",
 5655 "env_logger 0.11.7",
 5656 "futures 0.3.31",
 5657 "fuzzy",
 5658 "git",
 5659 "gpui",
 5660 "itertools 0.14.0",
 5661 "language",
 5662 "language_model",
 5663 "linkify",
 5664 "linkme",
 5665 "log",
 5666 "menu",
 5667 "multi_buffer",
 5668 "notifications",
 5669 "panel",
 5670 "picker",
 5671 "postage",
 5672 "pretty_assertions",
 5673 "project",
 5674 "schemars",
 5675 "serde",
 5676 "serde_derive",
 5677 "serde_json",
 5678 "settings",
 5679 "strum",
 5680 "telemetry",
 5681 "theme",
 5682 "time",
 5683 "time_format",
 5684 "ui",
 5685 "unindent",
 5686 "util",
 5687 "windows 0.60.0",
 5688 "workspace",
 5689 "zed_actions",
 5690]
 5691
 5692[[package]]
 5693name = "glob"
 5694version = "0.3.1"
 5695source = "registry+https://github.com/rust-lang/crates.io-index"
 5696checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5697
 5698[[package]]
 5699name = "globset"
 5700version = "0.4.16"
 5701source = "registry+https://github.com/rust-lang/crates.io-index"
 5702checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5703dependencies = [
 5704 "aho-corasick",
 5705 "bstr",
 5706 "log",
 5707 "regex-automata 0.4.9",
 5708 "regex-syntax 0.8.5",
 5709]
 5710
 5711[[package]]
 5712name = "gloo-timers"
 5713version = "0.3.0"
 5714source = "registry+https://github.com/rust-lang/crates.io-index"
 5715checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5716dependencies = [
 5717 "futures-channel",
 5718 "futures-core",
 5719 "js-sys",
 5720 "wasm-bindgen",
 5721]
 5722
 5723[[package]]
 5724name = "glow"
 5725version = "0.14.2"
 5726source = "registry+https://github.com/rust-lang/crates.io-index"
 5727checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5728dependencies = [
 5729 "js-sys",
 5730 "slotmap",
 5731 "wasm-bindgen",
 5732 "web-sys",
 5733]
 5734
 5735[[package]]
 5736name = "go_to_line"
 5737version = "0.1.0"
 5738dependencies = [
 5739 "anyhow",
 5740 "editor",
 5741 "gpui",
 5742 "indoc",
 5743 "language",
 5744 "menu",
 5745 "project",
 5746 "rope",
 5747 "schemars",
 5748 "serde",
 5749 "serde_json",
 5750 "settings",
 5751 "text",
 5752 "theme",
 5753 "tree-sitter-rust",
 5754 "tree-sitter-typescript",
 5755 "ui",
 5756 "util",
 5757 "workspace",
 5758]
 5759
 5760[[package]]
 5761name = "google_ai"
 5762version = "0.1.0"
 5763dependencies = [
 5764 "anyhow",
 5765 "futures 0.3.31",
 5766 "http_client",
 5767 "schemars",
 5768 "serde",
 5769 "serde_json",
 5770 "strum",
 5771]
 5772
 5773[[package]]
 5774name = "gpu-alloc"
 5775version = "0.6.0"
 5776source = "registry+https://github.com/rust-lang/crates.io-index"
 5777checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5778dependencies = [
 5779 "bitflags 2.8.0",
 5780 "gpu-alloc-types",
 5781]
 5782
 5783[[package]]
 5784name = "gpu-alloc-ash"
 5785version = "0.7.0"
 5786source = "registry+https://github.com/rust-lang/crates.io-index"
 5787checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5788dependencies = [
 5789 "ash",
 5790 "gpu-alloc-types",
 5791 "tinyvec",
 5792]
 5793
 5794[[package]]
 5795name = "gpu-alloc-types"
 5796version = "0.3.0"
 5797source = "registry+https://github.com/rust-lang/crates.io-index"
 5798checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5799dependencies = [
 5800 "bitflags 2.8.0",
 5801]
 5802
 5803[[package]]
 5804name = "gpui"
 5805version = "0.1.0"
 5806dependencies = [
 5807 "anyhow",
 5808 "as-raw-xcb-connection",
 5809 "ashpd",
 5810 "async-task",
 5811 "backtrace",
 5812 "bindgen 0.70.1",
 5813 "blade-graphics",
 5814 "blade-macros",
 5815 "blade-util",
 5816 "block",
 5817 "bytemuck",
 5818 "calloop",
 5819 "calloop-wayland-source",
 5820 "cbindgen 0.28.0",
 5821 "cocoa 0.26.0",
 5822 "collections",
 5823 "core-foundation 0.9.4",
 5824 "core-foundation-sys",
 5825 "core-graphics 0.23.2",
 5826 "core-text",
 5827 "cosmic-text",
 5828 "ctor",
 5829 "derive_more",
 5830 "embed-resource",
 5831 "env_logger 0.11.7",
 5832 "etagere",
 5833 "filedescriptor",
 5834 "flume",
 5835 "font-kit",
 5836 "foreign-types 0.5.0",
 5837 "futures 0.3.31",
 5838 "gpui_macros",
 5839 "http_client",
 5840 "image",
 5841 "inventory",
 5842 "itertools 0.14.0",
 5843 "log",
 5844 "lyon",
 5845 "media",
 5846 "metal",
 5847 "naga",
 5848 "num_cpus",
 5849 "objc",
 5850 "objc2",
 5851 "objc2-metal",
 5852 "oo7",
 5853 "open",
 5854 "parking",
 5855 "parking_lot",
 5856 "pathfinder_geometry",
 5857 "postage",
 5858 "profiling",
 5859 "rand 0.8.5",
 5860 "raw-window-handle",
 5861 "refineable",
 5862 "reqwest_client",
 5863 "resvg",
 5864 "schemars",
 5865 "seahash",
 5866 "semantic_version",
 5867 "serde",
 5868 "serde_derive",
 5869 "serde_json",
 5870 "slotmap",
 5871 "smallvec",
 5872 "smol",
 5873 "strum",
 5874 "sum_tree",
 5875 "taffy",
 5876 "thiserror 2.0.12",
 5877 "unicode-segmentation",
 5878 "usvg",
 5879 "util",
 5880 "uuid",
 5881 "waker-fn",
 5882 "wayland-backend",
 5883 "wayland-client",
 5884 "wayland-cursor",
 5885 "wayland-protocols",
 5886 "wayland-protocols-plasma",
 5887 "windows 0.60.0",
 5888 "windows-core 0.60.1",
 5889 "x11-clipboard",
 5890 "x11rb",
 5891 "xim",
 5892 "xkbcommon",
 5893]
 5894
 5895[[package]]
 5896name = "gpui_macros"
 5897version = "0.1.0"
 5898dependencies = [
 5899 "gpui",
 5900 "proc-macro2",
 5901 "quote",
 5902 "syn 1.0.109",
 5903]
 5904
 5905[[package]]
 5906name = "gpui_tokio"
 5907version = "0.1.0"
 5908dependencies = [
 5909 "gpui",
 5910 "tokio",
 5911 "util",
 5912]
 5913
 5914[[package]]
 5915name = "grid"
 5916version = "0.13.0"
 5917source = "registry+https://github.com/rust-lang/crates.io-index"
 5918checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5919
 5920[[package]]
 5921name = "group"
 5922version = "0.12.1"
 5923source = "registry+https://github.com/rust-lang/crates.io-index"
 5924checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5925dependencies = [
 5926 "ff",
 5927 "rand_core 0.6.4",
 5928 "subtle",
 5929]
 5930
 5931[[package]]
 5932name = "h2"
 5933version = "0.3.26"
 5934source = "registry+https://github.com/rust-lang/crates.io-index"
 5935checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5936dependencies = [
 5937 "bytes 1.10.1",
 5938 "fnv",
 5939 "futures-core",
 5940 "futures-sink",
 5941 "futures-util",
 5942 "http 0.2.12",
 5943 "indexmap",
 5944 "slab",
 5945 "tokio",
 5946 "tokio-util",
 5947 "tracing",
 5948]
 5949
 5950[[package]]
 5951name = "h2"
 5952version = "0.4.7"
 5953source = "registry+https://github.com/rust-lang/crates.io-index"
 5954checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5955dependencies = [
 5956 "atomic-waker",
 5957 "bytes 1.10.1",
 5958 "fnv",
 5959 "futures-core",
 5960 "futures-sink",
 5961 "http 1.2.0",
 5962 "indexmap",
 5963 "slab",
 5964 "tokio",
 5965 "tokio-util",
 5966 "tracing",
 5967]
 5968
 5969[[package]]
 5970name = "half"
 5971version = "2.4.1"
 5972source = "registry+https://github.com/rust-lang/crates.io-index"
 5973checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5974dependencies = [
 5975 "cfg-if",
 5976 "crunchy",
 5977]
 5978
 5979[[package]]
 5980name = "handlebars"
 5981version = "4.5.0"
 5982source = "registry+https://github.com/rust-lang/crates.io-index"
 5983checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5984dependencies = [
 5985 "log",
 5986 "pest",
 5987 "pest_derive",
 5988 "serde",
 5989 "serde_json",
 5990 "thiserror 1.0.69",
 5991]
 5992
 5993[[package]]
 5994name = "handlebars"
 5995version = "6.2.0"
 5996source = "registry+https://github.com/rust-lang/crates.io-index"
 5997checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5998dependencies = [
 5999 "log",
 6000 "num-order",
 6001 "pest",
 6002 "pest_derive",
 6003 "serde",
 6004 "serde_json",
 6005 "thiserror 1.0.69",
 6006]
 6007
 6008[[package]]
 6009name = "hashbrown"
 6010version = "0.12.3"
 6011source = "registry+https://github.com/rust-lang/crates.io-index"
 6012checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6013dependencies = [
 6014 "ahash 0.7.8",
 6015]
 6016
 6017[[package]]
 6018name = "hashbrown"
 6019version = "0.14.5"
 6020source = "registry+https://github.com/rust-lang/crates.io-index"
 6021checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6022dependencies = [
 6023 "ahash 0.8.11",
 6024 "allocator-api2",
 6025]
 6026
 6027[[package]]
 6028name = "hashbrown"
 6029version = "0.15.2"
 6030source = "registry+https://github.com/rust-lang/crates.io-index"
 6031checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6032dependencies = [
 6033 "allocator-api2",
 6034 "equivalent",
 6035 "foldhash",
 6036 "serde",
 6037]
 6038
 6039[[package]]
 6040name = "hashlink"
 6041version = "0.8.4"
 6042source = "registry+https://github.com/rust-lang/crates.io-index"
 6043checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6044dependencies = [
 6045 "hashbrown 0.14.5",
 6046]
 6047
 6048[[package]]
 6049name = "hashlink"
 6050version = "0.10.0"
 6051source = "registry+https://github.com/rust-lang/crates.io-index"
 6052checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6053dependencies = [
 6054 "hashbrown 0.15.2",
 6055]
 6056
 6057[[package]]
 6058name = "headers"
 6059version = "0.3.9"
 6060source = "registry+https://github.com/rust-lang/crates.io-index"
 6061checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6062dependencies = [
 6063 "base64 0.21.7",
 6064 "bytes 1.10.1",
 6065 "headers-core",
 6066 "http 0.2.12",
 6067 "httpdate",
 6068 "mime",
 6069 "sha1",
 6070]
 6071
 6072[[package]]
 6073name = "headers-core"
 6074version = "0.2.0"
 6075source = "registry+https://github.com/rust-lang/crates.io-index"
 6076checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6077dependencies = [
 6078 "http 0.2.12",
 6079]
 6080
 6081[[package]]
 6082name = "heck"
 6083version = "0.3.3"
 6084source = "registry+https://github.com/rust-lang/crates.io-index"
 6085checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6086dependencies = [
 6087 "unicode-segmentation",
 6088]
 6089
 6090[[package]]
 6091name = "heck"
 6092version = "0.4.1"
 6093source = "registry+https://github.com/rust-lang/crates.io-index"
 6094checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6095dependencies = [
 6096 "unicode-segmentation",
 6097]
 6098
 6099[[package]]
 6100name = "heck"
 6101version = "0.5.0"
 6102source = "registry+https://github.com/rust-lang/crates.io-index"
 6103checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6104
 6105[[package]]
 6106name = "heed"
 6107version = "0.21.0"
 6108source = "registry+https://github.com/rust-lang/crates.io-index"
 6109checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6110dependencies = [
 6111 "bitflags 2.8.0",
 6112 "byteorder",
 6113 "heed-traits",
 6114 "heed-types",
 6115 "libc",
 6116 "lmdb-master-sys",
 6117 "once_cell",
 6118 "page_size",
 6119 "serde",
 6120 "synchronoise",
 6121 "url",
 6122]
 6123
 6124[[package]]
 6125name = "heed-traits"
 6126version = "0.20.0"
 6127source = "registry+https://github.com/rust-lang/crates.io-index"
 6128checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6129
 6130[[package]]
 6131name = "heed-types"
 6132version = "0.21.0"
 6133source = "registry+https://github.com/rust-lang/crates.io-index"
 6134checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6135dependencies = [
 6136 "bincode",
 6137 "byteorder",
 6138 "heed-traits",
 6139 "serde",
 6140 "serde_json",
 6141]
 6142
 6143[[package]]
 6144name = "hermit-abi"
 6145version = "0.3.9"
 6146source = "registry+https://github.com/rust-lang/crates.io-index"
 6147checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6148
 6149[[package]]
 6150name = "hermit-abi"
 6151version = "0.4.0"
 6152source = "registry+https://github.com/rust-lang/crates.io-index"
 6153checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6154
 6155[[package]]
 6156name = "hex"
 6157version = "0.4.3"
 6158source = "registry+https://github.com/rust-lang/crates.io-index"
 6159checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6160
 6161[[package]]
 6162name = "hexf-parse"
 6163version = "0.2.1"
 6164source = "registry+https://github.com/rust-lang/crates.io-index"
 6165checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6166
 6167[[package]]
 6168name = "hidden-trait"
 6169version = "0.1.2"
 6170source = "registry+https://github.com/rust-lang/crates.io-index"
 6171checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6172dependencies = [
 6173 "proc-macro2",
 6174 "quote",
 6175 "syn 1.0.109",
 6176]
 6177
 6178[[package]]
 6179name = "hkdf"
 6180version = "0.12.4"
 6181source = "registry+https://github.com/rust-lang/crates.io-index"
 6182checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6183dependencies = [
 6184 "hmac",
 6185]
 6186
 6187[[package]]
 6188name = "hmac"
 6189version = "0.12.1"
 6190source = "registry+https://github.com/rust-lang/crates.io-index"
 6191checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6192dependencies = [
 6193 "digest",
 6194]
 6195
 6196[[package]]
 6197name = "home"
 6198version = "0.5.9"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6201dependencies = [
 6202 "windows-sys 0.52.0",
 6203]
 6204
 6205[[package]]
 6206name = "hound"
 6207version = "3.5.1"
 6208source = "registry+https://github.com/rust-lang/crates.io-index"
 6209checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6210
 6211[[package]]
 6212name = "html5ever"
 6213version = "0.27.0"
 6214source = "registry+https://github.com/rust-lang/crates.io-index"
 6215checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6216dependencies = [
 6217 "log",
 6218 "mac",
 6219 "markup5ever",
 6220 "proc-macro2",
 6221 "quote",
 6222 "syn 2.0.100",
 6223]
 6224
 6225[[package]]
 6226name = "html_to_markdown"
 6227version = "0.1.0"
 6228dependencies = [
 6229 "anyhow",
 6230 "html5ever",
 6231 "indoc",
 6232 "markup5ever_rcdom",
 6233 "pretty_assertions",
 6234 "regex",
 6235]
 6236
 6237[[package]]
 6238name = "http"
 6239version = "0.2.12"
 6240source = "registry+https://github.com/rust-lang/crates.io-index"
 6241checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6242dependencies = [
 6243 "bytes 1.10.1",
 6244 "fnv",
 6245 "itoa",
 6246]
 6247
 6248[[package]]
 6249name = "http"
 6250version = "1.2.0"
 6251source = "registry+https://github.com/rust-lang/crates.io-index"
 6252checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6253dependencies = [
 6254 "bytes 1.10.1",
 6255 "fnv",
 6256 "itoa",
 6257]
 6258
 6259[[package]]
 6260name = "http-body"
 6261version = "0.4.6"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6264dependencies = [
 6265 "bytes 1.10.1",
 6266 "http 0.2.12",
 6267 "pin-project-lite",
 6268]
 6269
 6270[[package]]
 6271name = "http-body"
 6272version = "1.0.1"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6275dependencies = [
 6276 "bytes 1.10.1",
 6277 "http 1.2.0",
 6278]
 6279
 6280[[package]]
 6281name = "http-body-util"
 6282version = "0.1.2"
 6283source = "registry+https://github.com/rust-lang/crates.io-index"
 6284checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6285dependencies = [
 6286 "bytes 1.10.1",
 6287 "futures-util",
 6288 "http 1.2.0",
 6289 "http-body 1.0.1",
 6290 "pin-project-lite",
 6291]
 6292
 6293[[package]]
 6294name = "http-range-header"
 6295version = "0.3.1"
 6296source = "registry+https://github.com/rust-lang/crates.io-index"
 6297checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6298
 6299[[package]]
 6300name = "http-types"
 6301version = "2.12.0"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6304dependencies = [
 6305 "anyhow",
 6306 "async-channel 1.9.0",
 6307 "base64 0.13.1",
 6308 "futures-lite 1.13.0",
 6309 "http 0.2.12",
 6310 "infer",
 6311 "pin-project-lite",
 6312 "rand 0.7.3",
 6313 "serde",
 6314 "serde_json",
 6315 "serde_qs 0.8.5",
 6316 "serde_urlencoded",
 6317 "url",
 6318]
 6319
 6320[[package]]
 6321name = "http_client"
 6322version = "0.1.0"
 6323dependencies = [
 6324 "anyhow",
 6325 "bytes 1.10.1",
 6326 "derive_more",
 6327 "futures 0.3.31",
 6328 "http 1.2.0",
 6329 "log",
 6330 "serde",
 6331 "serde_json",
 6332 "url",
 6333]
 6334
 6335[[package]]
 6336name = "http_client_tls"
 6337version = "0.1.0"
 6338dependencies = [
 6339 "rustls 0.23.25",
 6340 "rustls-platform-verifier",
 6341]
 6342
 6343[[package]]
 6344name = "httparse"
 6345version = "1.9.5"
 6346source = "registry+https://github.com/rust-lang/crates.io-index"
 6347checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6348
 6349[[package]]
 6350name = "httpdate"
 6351version = "1.0.3"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6354
 6355[[package]]
 6356name = "human_bytes"
 6357version = "0.4.3"
 6358source = "registry+https://github.com/rust-lang/crates.io-index"
 6359checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6360
 6361[[package]]
 6362name = "humantime"
 6363version = "2.1.0"
 6364source = "registry+https://github.com/rust-lang/crates.io-index"
 6365checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6366
 6367[[package]]
 6368name = "hyper"
 6369version = "0.14.32"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6372dependencies = [
 6373 "bytes 1.10.1",
 6374 "futures-channel",
 6375 "futures-core",
 6376 "futures-util",
 6377 "h2 0.3.26",
 6378 "http 0.2.12",
 6379 "http-body 0.4.6",
 6380 "httparse",
 6381 "httpdate",
 6382 "itoa",
 6383 "pin-project-lite",
 6384 "socket2",
 6385 "tokio",
 6386 "tower-service",
 6387 "tracing",
 6388 "want",
 6389]
 6390
 6391[[package]]
 6392name = "hyper"
 6393version = "1.5.1"
 6394source = "registry+https://github.com/rust-lang/crates.io-index"
 6395checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6396dependencies = [
 6397 "bytes 1.10.1",
 6398 "futures-channel",
 6399 "futures-util",
 6400 "h2 0.4.7",
 6401 "http 1.2.0",
 6402 "http-body 1.0.1",
 6403 "httparse",
 6404 "itoa",
 6405 "pin-project-lite",
 6406 "smallvec",
 6407 "tokio",
 6408 "want",
 6409]
 6410
 6411[[package]]
 6412name = "hyper-rustls"
 6413version = "0.24.2"
 6414source = "registry+https://github.com/rust-lang/crates.io-index"
 6415checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6416dependencies = [
 6417 "futures-util",
 6418 "http 0.2.12",
 6419 "hyper 0.14.32",
 6420 "log",
 6421 "rustls 0.21.12",
 6422 "rustls-native-certs 0.6.3",
 6423 "tokio",
 6424 "tokio-rustls 0.24.1",
 6425]
 6426
 6427[[package]]
 6428name = "hyper-rustls"
 6429version = "0.27.3"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6432dependencies = [
 6433 "futures-util",
 6434 "http 1.2.0",
 6435 "hyper 1.5.1",
 6436 "hyper-util",
 6437 "rustls 0.23.25",
 6438 "rustls-native-certs 0.8.1",
 6439 "rustls-pki-types",
 6440 "tokio",
 6441 "tokio-rustls 0.26.1",
 6442 "tower-service",
 6443]
 6444
 6445[[package]]
 6446name = "hyper-tls"
 6447version = "0.5.0"
 6448source = "registry+https://github.com/rust-lang/crates.io-index"
 6449checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6450dependencies = [
 6451 "bytes 1.10.1",
 6452 "hyper 0.14.32",
 6453 "native-tls",
 6454 "tokio",
 6455 "tokio-native-tls",
 6456]
 6457
 6458[[package]]
 6459name = "hyper-util"
 6460version = "0.1.10"
 6461source = "registry+https://github.com/rust-lang/crates.io-index"
 6462checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6463dependencies = [
 6464 "bytes 1.10.1",
 6465 "futures-channel",
 6466 "futures-util",
 6467 "http 1.2.0",
 6468 "http-body 1.0.1",
 6469 "hyper 1.5.1",
 6470 "pin-project-lite",
 6471 "socket2",
 6472 "tokio",
 6473 "tower-service",
 6474 "tracing",
 6475]
 6476
 6477[[package]]
 6478name = "iana-time-zone"
 6479version = "0.1.61"
 6480source = "registry+https://github.com/rust-lang/crates.io-index"
 6481checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6482dependencies = [
 6483 "android_system_properties",
 6484 "core-foundation-sys",
 6485 "iana-time-zone-haiku",
 6486 "js-sys",
 6487 "wasm-bindgen",
 6488 "windows-core 0.52.0",
 6489]
 6490
 6491[[package]]
 6492name = "iana-time-zone-haiku"
 6493version = "0.1.2"
 6494source = "registry+https://github.com/rust-lang/crates.io-index"
 6495checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6496dependencies = [
 6497 "cc",
 6498]
 6499
 6500[[package]]
 6501name = "icu_collections"
 6502version = "1.5.0"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6505dependencies = [
 6506 "displaydoc",
 6507 "yoke",
 6508 "zerofrom",
 6509 "zerovec",
 6510]
 6511
 6512[[package]]
 6513name = "icu_locid"
 6514version = "1.5.0"
 6515source = "registry+https://github.com/rust-lang/crates.io-index"
 6516checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6517dependencies = [
 6518 "displaydoc",
 6519 "litemap",
 6520 "tinystr",
 6521 "writeable",
 6522 "zerovec",
 6523]
 6524
 6525[[package]]
 6526name = "icu_locid_transform"
 6527version = "1.5.0"
 6528source = "registry+https://github.com/rust-lang/crates.io-index"
 6529checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6530dependencies = [
 6531 "displaydoc",
 6532 "icu_locid",
 6533 "icu_locid_transform_data",
 6534 "icu_provider",
 6535 "tinystr",
 6536 "zerovec",
 6537]
 6538
 6539[[package]]
 6540name = "icu_locid_transform_data"
 6541version = "1.5.0"
 6542source = "registry+https://github.com/rust-lang/crates.io-index"
 6543checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6544
 6545[[package]]
 6546name = "icu_normalizer"
 6547version = "1.5.0"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6550dependencies = [
 6551 "displaydoc",
 6552 "icu_collections",
 6553 "icu_normalizer_data",
 6554 "icu_properties",
 6555 "icu_provider",
 6556 "smallvec",
 6557 "utf16_iter",
 6558 "utf8_iter",
 6559 "write16",
 6560 "zerovec",
 6561]
 6562
 6563[[package]]
 6564name = "icu_normalizer_data"
 6565version = "1.5.0"
 6566source = "registry+https://github.com/rust-lang/crates.io-index"
 6567checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6568
 6569[[package]]
 6570name = "icu_properties"
 6571version = "1.5.1"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6574dependencies = [
 6575 "displaydoc",
 6576 "icu_collections",
 6577 "icu_locid_transform",
 6578 "icu_properties_data",
 6579 "icu_provider",
 6580 "tinystr",
 6581 "zerovec",
 6582]
 6583
 6584[[package]]
 6585name = "icu_properties_data"
 6586version = "1.5.0"
 6587source = "registry+https://github.com/rust-lang/crates.io-index"
 6588checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6589
 6590[[package]]
 6591name = "icu_provider"
 6592version = "1.5.0"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6595dependencies = [
 6596 "displaydoc",
 6597 "icu_locid",
 6598 "icu_provider_macros",
 6599 "stable_deref_trait",
 6600 "tinystr",
 6601 "writeable",
 6602 "yoke",
 6603 "zerofrom",
 6604 "zerovec",
 6605]
 6606
 6607[[package]]
 6608name = "icu_provider_macros"
 6609version = "1.5.0"
 6610source = "registry+https://github.com/rust-lang/crates.io-index"
 6611checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6612dependencies = [
 6613 "proc-macro2",
 6614 "quote",
 6615 "syn 2.0.100",
 6616]
 6617
 6618[[package]]
 6619name = "id-arena"
 6620version = "2.2.1"
 6621source = "registry+https://github.com/rust-lang/crates.io-index"
 6622checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6623
 6624[[package]]
 6625name = "idna"
 6626version = "1.0.3"
 6627source = "registry+https://github.com/rust-lang/crates.io-index"
 6628checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6629dependencies = [
 6630 "idna_adapter",
 6631 "smallvec",
 6632 "utf8_iter",
 6633]
 6634
 6635[[package]]
 6636name = "idna_adapter"
 6637version = "1.2.0"
 6638source = "registry+https://github.com/rust-lang/crates.io-index"
 6639checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6640dependencies = [
 6641 "icu_normalizer",
 6642 "icu_properties",
 6643]
 6644
 6645[[package]]
 6646name = "ignore"
 6647version = "0.4.23"
 6648source = "registry+https://github.com/rust-lang/crates.io-index"
 6649checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6650dependencies = [
 6651 "crossbeam-deque",
 6652 "globset",
 6653 "log",
 6654 "memchr",
 6655 "regex-automata 0.4.9",
 6656 "same-file",
 6657 "walkdir",
 6658 "winapi-util",
 6659]
 6660
 6661[[package]]
 6662name = "image"
 6663version = "0.25.5"
 6664source = "registry+https://github.com/rust-lang/crates.io-index"
 6665checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6666dependencies = [
 6667 "bytemuck",
 6668 "byteorder-lite",
 6669 "color_quant",
 6670 "exr",
 6671 "gif",
 6672 "image-webp",
 6673 "num-traits",
 6674 "png",
 6675 "qoi",
 6676 "ravif",
 6677 "rayon",
 6678 "rgb",
 6679 "tiff",
 6680 "zune-core",
 6681 "zune-jpeg",
 6682]
 6683
 6684[[package]]
 6685name = "image-webp"
 6686version = "0.2.0"
 6687source = "registry+https://github.com/rust-lang/crates.io-index"
 6688checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6689dependencies = [
 6690 "byteorder-lite",
 6691 "quick-error",
 6692]
 6693
 6694[[package]]
 6695name = "image_viewer"
 6696version = "0.1.0"
 6697dependencies = [
 6698 "anyhow",
 6699 "db",
 6700 "editor",
 6701 "file_icons",
 6702 "gpui",
 6703 "project",
 6704 "schemars",
 6705 "serde",
 6706 "settings",
 6707 "theme",
 6708 "ui",
 6709 "util",
 6710 "workspace",
 6711]
 6712
 6713[[package]]
 6714name = "imagesize"
 6715version = "0.13.0"
 6716source = "registry+https://github.com/rust-lang/crates.io-index"
 6717checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6718
 6719[[package]]
 6720name = "imara-diff"
 6721version = "0.1.8"
 6722source = "registry+https://github.com/rust-lang/crates.io-index"
 6723checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6724dependencies = [
 6725 "hashbrown 0.15.2",
 6726]
 6727
 6728[[package]]
 6729name = "imgref"
 6730version = "1.11.0"
 6731source = "registry+https://github.com/rust-lang/crates.io-index"
 6732checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6733
 6734[[package]]
 6735name = "indexed_docs"
 6736version = "0.1.0"
 6737dependencies = [
 6738 "anyhow",
 6739 "async-trait",
 6740 "cargo_metadata",
 6741 "collections",
 6742 "derive_more",
 6743 "extension",
 6744 "fs",
 6745 "futures 0.3.31",
 6746 "fuzzy",
 6747 "gpui",
 6748 "heed",
 6749 "html_to_markdown",
 6750 "http_client",
 6751 "indexmap",
 6752 "indoc",
 6753 "parking_lot",
 6754 "paths",
 6755 "pretty_assertions",
 6756 "serde",
 6757 "strum",
 6758 "util",
 6759]
 6760
 6761[[package]]
 6762name = "indexmap"
 6763version = "2.7.1"
 6764source = "registry+https://github.com/rust-lang/crates.io-index"
 6765checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6766dependencies = [
 6767 "equivalent",
 6768 "hashbrown 0.15.2",
 6769 "serde",
 6770]
 6771
 6772[[package]]
 6773name = "indoc"
 6774version = "2.0.6"
 6775source = "registry+https://github.com/rust-lang/crates.io-index"
 6776checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6777
 6778[[package]]
 6779name = "infer"
 6780version = "0.2.3"
 6781source = "registry+https://github.com/rust-lang/crates.io-index"
 6782checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6783
 6784[[package]]
 6785name = "inherent"
 6786version = "1.0.11"
 6787source = "registry+https://github.com/rust-lang/crates.io-index"
 6788checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6789dependencies = [
 6790 "proc-macro2",
 6791 "quote",
 6792 "syn 2.0.100",
 6793]
 6794
 6795[[package]]
 6796name = "inline_completion"
 6797version = "0.1.0"
 6798dependencies = [
 6799 "gpui",
 6800 "language",
 6801 "project",
 6802]
 6803
 6804[[package]]
 6805name = "inline_completion_button"
 6806version = "0.1.0"
 6807dependencies = [
 6808 "anyhow",
 6809 "client",
 6810 "copilot",
 6811 "editor",
 6812 "feature_flags",
 6813 "fs",
 6814 "futures 0.3.31",
 6815 "gpui",
 6816 "indoc",
 6817 "inline_completion",
 6818 "language",
 6819 "lsp",
 6820 "paths",
 6821 "project",
 6822 "regex",
 6823 "serde_json",
 6824 "settings",
 6825 "supermaven",
 6826 "telemetry",
 6827 "theme",
 6828 "ui",
 6829 "workspace",
 6830 "zed_actions",
 6831 "zeta",
 6832]
 6833
 6834[[package]]
 6835name = "inotify"
 6836version = "0.9.6"
 6837source = "registry+https://github.com/rust-lang/crates.io-index"
 6838checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6839dependencies = [
 6840 "bitflags 1.3.2",
 6841 "inotify-sys",
 6842 "libc",
 6843]
 6844
 6845[[package]]
 6846name = "inotify"
 6847version = "0.11.0"
 6848source = "registry+https://github.com/rust-lang/crates.io-index"
 6849checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6850dependencies = [
 6851 "bitflags 2.8.0",
 6852 "inotify-sys",
 6853 "libc",
 6854]
 6855
 6856[[package]]
 6857name = "inotify-sys"
 6858version = "0.1.5"
 6859source = "registry+https://github.com/rust-lang/crates.io-index"
 6860checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6861dependencies = [
 6862 "libc",
 6863]
 6864
 6865[[package]]
 6866name = "inout"
 6867version = "0.1.3"
 6868source = "registry+https://github.com/rust-lang/crates.io-index"
 6869checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6870dependencies = [
 6871 "block-padding",
 6872 "generic-array",
 6873]
 6874
 6875[[package]]
 6876name = "install_cli"
 6877version = "0.1.0"
 6878dependencies = [
 6879 "anyhow",
 6880 "gpui",
 6881 "smol",
 6882 "util",
 6883]
 6884
 6885[[package]]
 6886name = "instant"
 6887version = "0.1.13"
 6888source = "registry+https://github.com/rust-lang/crates.io-index"
 6889checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6890dependencies = [
 6891 "cfg-if",
 6892]
 6893
 6894[[package]]
 6895name = "interpolate_name"
 6896version = "0.2.4"
 6897source = "registry+https://github.com/rust-lang/crates.io-index"
 6898checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6899dependencies = [
 6900 "proc-macro2",
 6901 "quote",
 6902 "syn 2.0.100",
 6903]
 6904
 6905[[package]]
 6906name = "inventory"
 6907version = "0.3.20"
 6908source = "registry+https://github.com/rust-lang/crates.io-index"
 6909checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6910dependencies = [
 6911 "rustversion",
 6912]
 6913
 6914[[package]]
 6915name = "io-extras"
 6916version = "0.18.4"
 6917source = "registry+https://github.com/rust-lang/crates.io-index"
 6918checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6919dependencies = [
 6920 "io-lifetimes",
 6921 "windows-sys 0.59.0",
 6922]
 6923
 6924[[package]]
 6925name = "io-lifetimes"
 6926version = "2.0.4"
 6927source = "registry+https://github.com/rust-lang/crates.io-index"
 6928checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6929
 6930[[package]]
 6931name = "iovec"
 6932version = "0.1.4"
 6933source = "registry+https://github.com/rust-lang/crates.io-index"
 6934checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6935dependencies = [
 6936 "libc",
 6937]
 6938
 6939[[package]]
 6940name = "ipc-channel"
 6941version = "0.19.0"
 6942source = "registry+https://github.com/rust-lang/crates.io-index"
 6943checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6944dependencies = [
 6945 "bincode",
 6946 "crossbeam-channel",
 6947 "fnv",
 6948 "lazy_static",
 6949 "libc",
 6950 "mio 1.0.3",
 6951 "rand 0.8.5",
 6952 "serde",
 6953 "tempfile",
 6954 "uuid",
 6955 "windows 0.58.0",
 6956]
 6957
 6958[[package]]
 6959name = "ipnet"
 6960version = "2.10.1"
 6961source = "registry+https://github.com/rust-lang/crates.io-index"
 6962checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6963
 6964[[package]]
 6965name = "is-docker"
 6966version = "0.2.0"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6969dependencies = [
 6970 "once_cell",
 6971]
 6972
 6973[[package]]
 6974name = "is-terminal"
 6975version = "0.4.13"
 6976source = "registry+https://github.com/rust-lang/crates.io-index"
 6977checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6978dependencies = [
 6979 "hermit-abi 0.4.0",
 6980 "libc",
 6981 "windows-sys 0.52.0",
 6982]
 6983
 6984[[package]]
 6985name = "is-wsl"
 6986version = "0.4.0"
 6987source = "registry+https://github.com/rust-lang/crates.io-index"
 6988checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6989dependencies = [
 6990 "is-docker",
 6991 "once_cell",
 6992]
 6993
 6994[[package]]
 6995name = "is_terminal_polyfill"
 6996version = "1.70.1"
 6997source = "registry+https://github.com/rust-lang/crates.io-index"
 6998checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6999
 7000[[package]]
 7001name = "itertools"
 7002version = "0.10.5"
 7003source = "registry+https://github.com/rust-lang/crates.io-index"
 7004checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7005dependencies = [
 7006 "either",
 7007]
 7008
 7009[[package]]
 7010name = "itertools"
 7011version = "0.11.0"
 7012source = "registry+https://github.com/rust-lang/crates.io-index"
 7013checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7014dependencies = [
 7015 "either",
 7016]
 7017
 7018[[package]]
 7019name = "itertools"
 7020version = "0.12.1"
 7021source = "registry+https://github.com/rust-lang/crates.io-index"
 7022checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7023dependencies = [
 7024 "either",
 7025]
 7026
 7027[[package]]
 7028name = "itertools"
 7029version = "0.14.0"
 7030source = "registry+https://github.com/rust-lang/crates.io-index"
 7031checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7032dependencies = [
 7033 "either",
 7034]
 7035
 7036[[package]]
 7037name = "itoa"
 7038version = "1.0.14"
 7039source = "registry+https://github.com/rust-lang/crates.io-index"
 7040checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7041
 7042[[package]]
 7043name = "jiff"
 7044version = "0.2.4"
 7045source = "registry+https://github.com/rust-lang/crates.io-index"
 7046checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7047dependencies = [
 7048 "jiff-static",
 7049 "log",
 7050 "portable-atomic",
 7051 "portable-atomic-util",
 7052 "serde",
 7053]
 7054
 7055[[package]]
 7056name = "jiff-static"
 7057version = "0.2.4"
 7058source = "registry+https://github.com/rust-lang/crates.io-index"
 7059checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7060dependencies = [
 7061 "proc-macro2",
 7062 "quote",
 7063 "syn 2.0.100",
 7064]
 7065
 7066[[package]]
 7067name = "jni"
 7068version = "0.21.1"
 7069source = "registry+https://github.com/rust-lang/crates.io-index"
 7070checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7071dependencies = [
 7072 "cesu8",
 7073 "cfg-if",
 7074 "combine",
 7075 "jni-sys",
 7076 "log",
 7077 "thiserror 1.0.69",
 7078 "walkdir",
 7079 "windows-sys 0.45.0",
 7080]
 7081
 7082[[package]]
 7083name = "jni-sys"
 7084version = "0.3.0"
 7085source = "registry+https://github.com/rust-lang/crates.io-index"
 7086checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7087
 7088[[package]]
 7089name = "jobserver"
 7090version = "0.1.32"
 7091source = "registry+https://github.com/rust-lang/crates.io-index"
 7092checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7093dependencies = [
 7094 "libc",
 7095]
 7096
 7097[[package]]
 7098name = "journal"
 7099version = "0.1.0"
 7100dependencies = [
 7101 "anyhow",
 7102 "chrono",
 7103 "editor",
 7104 "gpui",
 7105 "log",
 7106 "schemars",
 7107 "serde",
 7108 "settings",
 7109 "shellexpand 2.1.2",
 7110 "workspace",
 7111]
 7112
 7113[[package]]
 7114name = "jpeg-decoder"
 7115version = "0.3.1"
 7116source = "registry+https://github.com/rust-lang/crates.io-index"
 7117checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7118
 7119[[package]]
 7120name = "js-sys"
 7121version = "0.3.76"
 7122source = "registry+https://github.com/rust-lang/crates.io-index"
 7123checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7124dependencies = [
 7125 "once_cell",
 7126 "wasm-bindgen",
 7127]
 7128
 7129[[package]]
 7130name = "jsonwebtoken"
 7131version = "9.3.1"
 7132source = "registry+https://github.com/rust-lang/crates.io-index"
 7133checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7134dependencies = [
 7135 "base64 0.22.1",
 7136 "js-sys",
 7137 "pem",
 7138 "ring",
 7139 "serde",
 7140 "serde_json",
 7141 "simple_asn1",
 7142]
 7143
 7144[[package]]
 7145name = "jupyter-protocol"
 7146version = "0.6.0"
 7147source = "registry+https://github.com/rust-lang/crates.io-index"
 7148checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7149dependencies = [
 7150 "anyhow",
 7151 "async-trait",
 7152 "bytes 1.10.1",
 7153 "chrono",
 7154 "futures 0.3.31",
 7155 "serde",
 7156 "serde_json",
 7157 "uuid",
 7158]
 7159
 7160[[package]]
 7161name = "jupyter-websocket-client"
 7162version = "0.9.0"
 7163source = "registry+https://github.com/rust-lang/crates.io-index"
 7164checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7165dependencies = [
 7166 "anyhow",
 7167 "async-trait",
 7168 "async-tungstenite",
 7169 "futures 0.3.31",
 7170 "jupyter-protocol",
 7171 "serde",
 7172 "serde_json",
 7173 "url",
 7174 "uuid",
 7175]
 7176
 7177[[package]]
 7178name = "khronos-egl"
 7179version = "6.0.0"
 7180source = "registry+https://github.com/rust-lang/crates.io-index"
 7181checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7182dependencies = [
 7183 "libc",
 7184 "libloading",
 7185]
 7186
 7187[[package]]
 7188name = "kqueue"
 7189version = "1.0.8"
 7190source = "registry+https://github.com/rust-lang/crates.io-index"
 7191checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7192dependencies = [
 7193 "kqueue-sys",
 7194 "libc",
 7195]
 7196
 7197[[package]]
 7198name = "kqueue-sys"
 7199version = "1.0.4"
 7200source = "registry+https://github.com/rust-lang/crates.io-index"
 7201checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7202dependencies = [
 7203 "bitflags 1.3.2",
 7204 "libc",
 7205]
 7206
 7207[[package]]
 7208name = "kurbo"
 7209version = "0.11.1"
 7210source = "registry+https://github.com/rust-lang/crates.io-index"
 7211checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7212dependencies = [
 7213 "arrayvec",
 7214 "smallvec",
 7215]
 7216
 7217[[package]]
 7218name = "kv-log-macro"
 7219version = "1.0.7"
 7220source = "registry+https://github.com/rust-lang/crates.io-index"
 7221checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7222dependencies = [
 7223 "log",
 7224]
 7225
 7226[[package]]
 7227name = "language"
 7228version = "0.1.0"
 7229dependencies = [
 7230 "anyhow",
 7231 "async-trait",
 7232 "async-watch",
 7233 "clock",
 7234 "collections",
 7235 "ctor",
 7236 "ec4rs",
 7237 "env_logger 0.11.7",
 7238 "fs",
 7239 "futures 0.3.31",
 7240 "fuzzy",
 7241 "globset",
 7242 "gpui",
 7243 "http_client",
 7244 "imara-diff",
 7245 "indoc",
 7246 "itertools 0.14.0",
 7247 "log",
 7248 "lsp",
 7249 "parking_lot",
 7250 "postage",
 7251 "pretty_assertions",
 7252 "rand 0.8.5",
 7253 "regex",
 7254 "rpc",
 7255 "schemars",
 7256 "serde",
 7257 "serde_json",
 7258 "settings",
 7259 "smallvec",
 7260 "smol",
 7261 "streaming-iterator",
 7262 "strsim",
 7263 "sum_tree",
 7264 "task",
 7265 "text",
 7266 "theme",
 7267 "tree-sitter",
 7268 "tree-sitter-elixir",
 7269 "tree-sitter-embedded-template",
 7270 "tree-sitter-heex",
 7271 "tree-sitter-html",
 7272 "tree-sitter-json",
 7273 "tree-sitter-md",
 7274 "tree-sitter-ruby",
 7275 "tree-sitter-rust",
 7276 "tree-sitter-typescript",
 7277 "unicase",
 7278 "unindent",
 7279 "util",
 7280]
 7281
 7282[[package]]
 7283name = "language_extension"
 7284version = "0.1.0"
 7285dependencies = [
 7286 "anyhow",
 7287 "async-trait",
 7288 "collections",
 7289 "extension",
 7290 "fs",
 7291 "futures 0.3.31",
 7292 "gpui",
 7293 "language",
 7294 "lsp",
 7295 "serde",
 7296 "serde_json",
 7297 "util",
 7298]
 7299
 7300[[package]]
 7301name = "language_model"
 7302version = "0.1.0"
 7303dependencies = [
 7304 "anthropic",
 7305 "anyhow",
 7306 "base64 0.22.1",
 7307 "client",
 7308 "collections",
 7309 "futures 0.3.31",
 7310 "google_ai",
 7311 "gpui",
 7312 "http_client",
 7313 "image",
 7314 "log",
 7315 "open_ai",
 7316 "parking_lot",
 7317 "proto",
 7318 "schemars",
 7319 "serde",
 7320 "serde_json",
 7321 "smol",
 7322 "strum",
 7323 "telemetry_events",
 7324 "thiserror 2.0.12",
 7325 "ui",
 7326 "util",
 7327]
 7328
 7329[[package]]
 7330name = "language_model_selector"
 7331version = "0.1.0"
 7332dependencies = [
 7333 "feature_flags",
 7334 "gpui",
 7335 "language_model",
 7336 "log",
 7337 "picker",
 7338 "proto",
 7339 "ui",
 7340 "workspace",
 7341 "zed_actions",
 7342]
 7343
 7344[[package]]
 7345name = "language_models"
 7346version = "0.1.0"
 7347dependencies = [
 7348 "anthropic",
 7349 "anyhow",
 7350 "aws-config",
 7351 "aws-credential-types",
 7352 "aws_http_client",
 7353 "bedrock",
 7354 "client",
 7355 "collections",
 7356 "copilot",
 7357 "credentials_provider",
 7358 "deepseek",
 7359 "editor",
 7360 "feature_flags",
 7361 "fs",
 7362 "futures 0.3.31",
 7363 "google_ai",
 7364 "gpui",
 7365 "gpui_tokio",
 7366 "http_client",
 7367 "language_model",
 7368 "lmstudio",
 7369 "log",
 7370 "menu",
 7371 "mistral",
 7372 "ollama",
 7373 "open_ai",
 7374 "project",
 7375 "proto",
 7376 "schemars",
 7377 "serde",
 7378 "serde_json",
 7379 "settings",
 7380 "smol",
 7381 "strum",
 7382 "theme",
 7383 "tiktoken-rs",
 7384 "tokio",
 7385 "ui",
 7386 "util",
 7387]
 7388
 7389[[package]]
 7390name = "language_selector"
 7391version = "0.1.0"
 7392dependencies = [
 7393 "anyhow",
 7394 "editor",
 7395 "file_finder",
 7396 "file_icons",
 7397 "fuzzy",
 7398 "gpui",
 7399 "language",
 7400 "picker",
 7401 "project",
 7402 "settings",
 7403 "ui",
 7404 "util",
 7405 "workspace",
 7406]
 7407
 7408[[package]]
 7409name = "language_tools"
 7410version = "0.1.0"
 7411dependencies = [
 7412 "anyhow",
 7413 "client",
 7414 "collections",
 7415 "copilot",
 7416 "editor",
 7417 "env_logger 0.11.7",
 7418 "futures 0.3.31",
 7419 "gpui",
 7420 "itertools 0.14.0",
 7421 "language",
 7422 "lsp",
 7423 "project",
 7424 "release_channel",
 7425 "serde_json",
 7426 "settings",
 7427 "theme",
 7428 "tree-sitter",
 7429 "ui",
 7430 "util",
 7431 "workspace",
 7432 "zed_actions",
 7433]
 7434
 7435[[package]]
 7436name = "languages"
 7437version = "0.1.0"
 7438dependencies = [
 7439 "anyhow",
 7440 "async-compression",
 7441 "async-tar",
 7442 "async-trait",
 7443 "collections",
 7444 "futures 0.3.31",
 7445 "gpui",
 7446 "http_client",
 7447 "language",
 7448 "log",
 7449 "lsp",
 7450 "node_runtime",
 7451 "paths",
 7452 "pet",
 7453 "pet-conda",
 7454 "pet-core",
 7455 "pet-fs",
 7456 "pet-poetry",
 7457 "pet-reporter",
 7458 "pretty_assertions",
 7459 "project",
 7460 "regex",
 7461 "rope",
 7462 "rust-embed",
 7463 "serde",
 7464 "serde_json",
 7465 "settings",
 7466 "smol",
 7467 "snippet_provider",
 7468 "task",
 7469 "text",
 7470 "theme",
 7471 "toml 0.8.20",
 7472 "tree-sitter",
 7473 "tree-sitter-bash",
 7474 "tree-sitter-c",
 7475 "tree-sitter-cpp",
 7476 "tree-sitter-css",
 7477 "tree-sitter-diff",
 7478 "tree-sitter-gitcommit",
 7479 "tree-sitter-go",
 7480 "tree-sitter-gomod",
 7481 "tree-sitter-gowork",
 7482 "tree-sitter-jsdoc",
 7483 "tree-sitter-json",
 7484 "tree-sitter-md",
 7485 "tree-sitter-python",
 7486 "tree-sitter-regex",
 7487 "tree-sitter-rust",
 7488 "tree-sitter-typescript",
 7489 "tree-sitter-yaml",
 7490 "unindent",
 7491 "util",
 7492 "workspace",
 7493]
 7494
 7495[[package]]
 7496name = "lazy_static"
 7497version = "1.5.0"
 7498source = "registry+https://github.com/rust-lang/crates.io-index"
 7499checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7500dependencies = [
 7501 "spin",
 7502]
 7503
 7504[[package]]
 7505name = "lazycell"
 7506version = "1.3.0"
 7507source = "registry+https://github.com/rust-lang/crates.io-index"
 7508checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7509
 7510[[package]]
 7511name = "leb128"
 7512version = "0.2.5"
 7513source = "registry+https://github.com/rust-lang/crates.io-index"
 7514checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7515
 7516[[package]]
 7517name = "lebe"
 7518version = "0.5.2"
 7519source = "registry+https://github.com/rust-lang/crates.io-index"
 7520checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7521
 7522[[package]]
 7523name = "libc"
 7524version = "0.2.171"
 7525source = "registry+https://github.com/rust-lang/crates.io-index"
 7526checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7527
 7528[[package]]
 7529name = "libdbus-sys"
 7530version = "0.2.5"
 7531source = "registry+https://github.com/rust-lang/crates.io-index"
 7532checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7533dependencies = [
 7534 "cc",
 7535 "pkg-config",
 7536]
 7537
 7538[[package]]
 7539name = "libfuzzer-sys"
 7540version = "0.4.8"
 7541source = "registry+https://github.com/rust-lang/crates.io-index"
 7542checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7543dependencies = [
 7544 "arbitrary",
 7545 "cc",
 7546]
 7547
 7548[[package]]
 7549name = "libgit2-sys"
 7550version = "0.18.1+1.9.0"
 7551source = "registry+https://github.com/rust-lang/crates.io-index"
 7552checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7553dependencies = [
 7554 "cc",
 7555 "libc",
 7556 "libz-sys",
 7557 "pkg-config",
 7558]
 7559
 7560[[package]]
 7561name = "libloading"
 7562version = "0.8.6"
 7563source = "registry+https://github.com/rust-lang/crates.io-index"
 7564checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7565dependencies = [
 7566 "cfg-if",
 7567 "windows-targets 0.52.6",
 7568]
 7569
 7570[[package]]
 7571name = "libm"
 7572version = "0.2.11"
 7573source = "registry+https://github.com/rust-lang/crates.io-index"
 7574checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7575
 7576[[package]]
 7577name = "libmimalloc-sys"
 7578version = "0.1.40"
 7579source = "registry+https://github.com/rust-lang/crates.io-index"
 7580checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7581dependencies = [
 7582 "cc",
 7583 "libc",
 7584]
 7585
 7586[[package]]
 7587name = "libredox"
 7588version = "0.1.3"
 7589source = "registry+https://github.com/rust-lang/crates.io-index"
 7590checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7591dependencies = [
 7592 "bitflags 2.8.0",
 7593 "libc",
 7594 "redox_syscall 0.5.8",
 7595]
 7596
 7597[[package]]
 7598name = "libsqlite3-sys"
 7599version = "0.30.1"
 7600source = "registry+https://github.com/rust-lang/crates.io-index"
 7601checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7602dependencies = [
 7603 "cc",
 7604 "pkg-config",
 7605 "vcpkg",
 7606]
 7607
 7608[[package]]
 7609name = "libwebrtc"
 7610version = "0.3.7"
 7611source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7612dependencies = [
 7613 "cxx",
 7614 "jni",
 7615 "js-sys",
 7616 "lazy_static",
 7617 "livekit-protocol",
 7618 "livekit-runtime",
 7619 "log",
 7620 "parking_lot",
 7621 "serde",
 7622 "serde_json",
 7623 "thiserror 1.0.69",
 7624 "tokio",
 7625 "wasm-bindgen",
 7626 "wasm-bindgen-futures",
 7627 "web-sys",
 7628 "webrtc-sys",
 7629]
 7630
 7631[[package]]
 7632name = "libz-sys"
 7633version = "1.1.20"
 7634source = "registry+https://github.com/rust-lang/crates.io-index"
 7635checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7636dependencies = [
 7637 "cc",
 7638 "libc",
 7639 "pkg-config",
 7640 "vcpkg",
 7641]
 7642
 7643[[package]]
 7644name = "link-cplusplus"
 7645version = "1.0.9"
 7646source = "registry+https://github.com/rust-lang/crates.io-index"
 7647checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7648dependencies = [
 7649 "cc",
 7650]
 7651
 7652[[package]]
 7653name = "linkify"
 7654version = "0.10.0"
 7655source = "registry+https://github.com/rust-lang/crates.io-index"
 7656checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7657dependencies = [
 7658 "memchr",
 7659]
 7660
 7661[[package]]
 7662name = "linkme"
 7663version = "0.3.32"
 7664source = "registry+https://github.com/rust-lang/crates.io-index"
 7665checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7666dependencies = [
 7667 "linkme-impl",
 7668]
 7669
 7670[[package]]
 7671name = "linkme-impl"
 7672version = "0.3.32"
 7673source = "registry+https://github.com/rust-lang/crates.io-index"
 7674checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7675dependencies = [
 7676 "proc-macro2",
 7677 "quote",
 7678 "syn 2.0.100",
 7679]
 7680
 7681[[package]]
 7682name = "linux-raw-sys"
 7683version = "0.4.14"
 7684source = "registry+https://github.com/rust-lang/crates.io-index"
 7685checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7686
 7687[[package]]
 7688name = "litemap"
 7689version = "0.7.4"
 7690source = "registry+https://github.com/rust-lang/crates.io-index"
 7691checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7692
 7693[[package]]
 7694name = "livekit"
 7695version = "0.7.0"
 7696source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7697dependencies = [
 7698 "chrono",
 7699 "futures-util",
 7700 "lazy_static",
 7701 "libwebrtc",
 7702 "livekit-api",
 7703 "livekit-protocol",
 7704 "livekit-runtime",
 7705 "log",
 7706 "parking_lot",
 7707 "prost 0.12.6",
 7708 "semver",
 7709 "serde",
 7710 "serde_json",
 7711 "thiserror 1.0.69",
 7712 "tokio",
 7713]
 7714
 7715[[package]]
 7716name = "livekit-api"
 7717version = "0.4.1"
 7718source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7719dependencies = [
 7720 "async-tungstenite",
 7721 "futures-util",
 7722 "http 0.2.12",
 7723 "jsonwebtoken",
 7724 "livekit-protocol",
 7725 "livekit-runtime",
 7726 "log",
 7727 "parking_lot",
 7728 "prost 0.12.6",
 7729 "reqwest 0.11.27",
 7730 "scopeguard",
 7731 "serde",
 7732 "serde_json",
 7733 "sha2",
 7734 "thiserror 1.0.69",
 7735 "tokio",
 7736 "tokio-tungstenite 0.20.1",
 7737 "url",
 7738]
 7739
 7740[[package]]
 7741name = "livekit-protocol"
 7742version = "0.3.6"
 7743source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7744dependencies = [
 7745 "futures-util",
 7746 "livekit-runtime",
 7747 "parking_lot",
 7748 "pbjson",
 7749 "pbjson-types",
 7750 "prost 0.12.6",
 7751 "prost-types 0.12.6",
 7752 "serde",
 7753 "thiserror 1.0.69",
 7754 "tokio",
 7755]
 7756
 7757[[package]]
 7758name = "livekit-runtime"
 7759version = "0.3.1"
 7760source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7761dependencies = [
 7762 "async-io",
 7763 "async-std",
 7764 "async-task",
 7765 "futures 0.3.31",
 7766]
 7767
 7768[[package]]
 7769name = "livekit_api"
 7770version = "0.1.0"
 7771dependencies = [
 7772 "anyhow",
 7773 "async-trait",
 7774 "jsonwebtoken",
 7775 "log",
 7776 "prost 0.9.0",
 7777 "prost-build 0.9.0",
 7778 "prost-types 0.9.0",
 7779 "reqwest 0.12.8",
 7780 "serde",
 7781]
 7782
 7783[[package]]
 7784name = "livekit_client"
 7785version = "0.1.0"
 7786dependencies = [
 7787 "anyhow",
 7788 "async-trait",
 7789 "collections",
 7790 "core-foundation 0.9.4",
 7791 "coreaudio-rs 0.12.1",
 7792 "cpal",
 7793 "futures 0.3.31",
 7794 "gpui",
 7795 "http 0.2.12",
 7796 "http_client",
 7797 "image",
 7798 "livekit",
 7799 "livekit_api",
 7800 "log",
 7801 "media",
 7802 "nanoid",
 7803 "parking_lot",
 7804 "postage",
 7805 "serde",
 7806 "serde_json",
 7807 "sha2",
 7808 "simplelog",
 7809 "smallvec",
 7810 "util",
 7811]
 7812
 7813[[package]]
 7814name = "livekit_client_macos"
 7815version = "0.1.0"
 7816dependencies = [
 7817 "anyhow",
 7818 "async-broadcast",
 7819 "async-trait",
 7820 "collections",
 7821 "core-foundation 0.9.4",
 7822 "futures 0.3.31",
 7823 "gpui",
 7824 "livekit_api",
 7825 "log",
 7826 "media",
 7827 "nanoid",
 7828 "parking_lot",
 7829 "postage",
 7830 "serde",
 7831 "serde_json",
 7832 "sha2",
 7833 "simplelog",
 7834]
 7835
 7836[[package]]
 7837name = "lmdb-master-sys"
 7838version = "0.2.4"
 7839source = "registry+https://github.com/rust-lang/crates.io-index"
 7840checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7841dependencies = [
 7842 "cc",
 7843 "doxygen-rs",
 7844 "libc",
 7845]
 7846
 7847[[package]]
 7848name = "lmstudio"
 7849version = "0.1.0"
 7850dependencies = [
 7851 "anyhow",
 7852 "futures 0.3.31",
 7853 "http_client",
 7854 "schemars",
 7855 "serde",
 7856 "serde_json",
 7857]
 7858
 7859[[package]]
 7860name = "lock_api"
 7861version = "0.4.12"
 7862source = "registry+https://github.com/rust-lang/crates.io-index"
 7863checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7864dependencies = [
 7865 "autocfg",
 7866 "scopeguard",
 7867]
 7868
 7869[[package]]
 7870name = "log"
 7871version = "0.4.26"
 7872source = "registry+https://github.com/rust-lang/crates.io-index"
 7873checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7874dependencies = [
 7875 "serde",
 7876 "value-bag",
 7877]
 7878
 7879[[package]]
 7880name = "loop9"
 7881version = "0.1.5"
 7882source = "registry+https://github.com/rust-lang/crates.io-index"
 7883checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7884dependencies = [
 7885 "imgref",
 7886]
 7887
 7888[[package]]
 7889name = "lru"
 7890version = "0.12.5"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7893dependencies = [
 7894 "hashbrown 0.15.2",
 7895]
 7896
 7897[[package]]
 7898name = "lsp"
 7899version = "0.1.0"
 7900dependencies = [
 7901 "anyhow",
 7902 "async-pipe",
 7903 "collections",
 7904 "ctor",
 7905 "env_logger 0.11.7",
 7906 "futures 0.3.31",
 7907 "gpui",
 7908 "log",
 7909 "lsp-types",
 7910 "parking_lot",
 7911 "postage",
 7912 "release_channel",
 7913 "schemars",
 7914 "serde",
 7915 "serde_json",
 7916 "smol",
 7917 "util",
 7918]
 7919
 7920[[package]]
 7921name = "lsp-types"
 7922version = "0.95.1"
 7923source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7924dependencies = [
 7925 "bitflags 1.3.2",
 7926 "serde",
 7927 "serde_json",
 7928 "serde_repr",
 7929 "url",
 7930]
 7931
 7932[[package]]
 7933name = "lua-src"
 7934version = "547.0.0"
 7935source = "registry+https://github.com/rust-lang/crates.io-index"
 7936checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
 7937dependencies = [
 7938 "cc",
 7939]
 7940
 7941[[package]]
 7942name = "luajit-src"
 7943version = "210.5.12+a4f56a4"
 7944source = "registry+https://github.com/rust-lang/crates.io-index"
 7945checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
 7946dependencies = [
 7947 "cc",
 7948 "which 7.0.2",
 7949]
 7950
 7951[[package]]
 7952name = "lyon"
 7953version = "1.0.1"
 7954source = "registry+https://github.com/rust-lang/crates.io-index"
 7955checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7956dependencies = [
 7957 "lyon_algorithms",
 7958 "lyon_extra",
 7959 "lyon_tessellation",
 7960]
 7961
 7962[[package]]
 7963name = "lyon_algorithms"
 7964version = "1.0.5"
 7965source = "registry+https://github.com/rust-lang/crates.io-index"
 7966checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7967dependencies = [
 7968 "lyon_path",
 7969 "num-traits",
 7970]
 7971
 7972[[package]]
 7973name = "lyon_extra"
 7974version = "1.0.3"
 7975source = "registry+https://github.com/rust-lang/crates.io-index"
 7976checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7977dependencies = [
 7978 "lyon_path",
 7979 "thiserror 1.0.69",
 7980]
 7981
 7982[[package]]
 7983name = "lyon_geom"
 7984version = "1.0.6"
 7985source = "registry+https://github.com/rust-lang/crates.io-index"
 7986checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7987dependencies = [
 7988 "arrayvec",
 7989 "euclid",
 7990 "num-traits",
 7991]
 7992
 7993[[package]]
 7994name = "lyon_path"
 7995version = "1.0.6"
 7996source = "registry+https://github.com/rust-lang/crates.io-index"
 7997checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7998dependencies = [
 7999 "lyon_geom",
 8000 "num-traits",
 8001]
 8002
 8003[[package]]
 8004name = "lyon_tessellation"
 8005version = "1.0.15"
 8006source = "registry+https://github.com/rust-lang/crates.io-index"
 8007checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8008dependencies = [
 8009 "float_next_after",
 8010 "lyon_path",
 8011 "num-traits",
 8012]
 8013
 8014[[package]]
 8015name = "mac"
 8016version = "0.1.1"
 8017source = "registry+https://github.com/rust-lang/crates.io-index"
 8018checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8019
 8020[[package]]
 8021name = "mach2"
 8022version = "0.4.2"
 8023source = "registry+https://github.com/rust-lang/crates.io-index"
 8024checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8025dependencies = [
 8026 "libc",
 8027]
 8028
 8029[[package]]
 8030name = "malloc_buf"
 8031version = "0.0.6"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8034dependencies = [
 8035 "libc",
 8036]
 8037
 8038[[package]]
 8039name = "maplit"
 8040version = "1.0.2"
 8041source = "registry+https://github.com/rust-lang/crates.io-index"
 8042checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8043
 8044[[package]]
 8045name = "markdown"
 8046version = "0.1.0"
 8047dependencies = [
 8048 "anyhow",
 8049 "assets",
 8050 "env_logger 0.11.7",
 8051 "gpui",
 8052 "language",
 8053 "languages",
 8054 "linkify",
 8055 "log",
 8056 "node_runtime",
 8057 "pulldown-cmark 0.12.2",
 8058 "settings",
 8059 "theme",
 8060 "ui",
 8061 "util",
 8062]
 8063
 8064[[package]]
 8065name = "markdown_preview"
 8066version = "0.1.0"
 8067dependencies = [
 8068 "anyhow",
 8069 "async-recursion 1.1.1",
 8070 "collections",
 8071 "editor",
 8072 "gpui",
 8073 "language",
 8074 "linkify",
 8075 "log",
 8076 "pretty_assertions",
 8077 "pulldown-cmark 0.12.2",
 8078 "settings",
 8079 "theme",
 8080 "ui",
 8081 "util",
 8082 "workspace",
 8083]
 8084
 8085[[package]]
 8086name = "markup5ever"
 8087version = "0.12.1"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8090dependencies = [
 8091 "log",
 8092 "phf",
 8093 "phf_codegen",
 8094 "string_cache",
 8095 "string_cache_codegen",
 8096 "tendril",
 8097]
 8098
 8099[[package]]
 8100name = "markup5ever_rcdom"
 8101version = "0.3.0"
 8102source = "registry+https://github.com/rust-lang/crates.io-index"
 8103checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8104dependencies = [
 8105 "html5ever",
 8106 "markup5ever",
 8107 "tendril",
 8108 "xml5ever",
 8109]
 8110
 8111[[package]]
 8112name = "matchers"
 8113version = "0.1.0"
 8114source = "registry+https://github.com/rust-lang/crates.io-index"
 8115checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8116dependencies = [
 8117 "regex-automata 0.1.10",
 8118]
 8119
 8120[[package]]
 8121name = "matchit"
 8122version = "0.7.3"
 8123source = "registry+https://github.com/rust-lang/crates.io-index"
 8124checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8125
 8126[[package]]
 8127name = "maybe-owned"
 8128version = "0.3.4"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8131
 8132[[package]]
 8133name = "maybe-rayon"
 8134version = "0.1.1"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8137dependencies = [
 8138 "cfg-if",
 8139 "rayon",
 8140]
 8141
 8142[[package]]
 8143name = "md-5"
 8144version = "0.10.6"
 8145source = "registry+https://github.com/rust-lang/crates.io-index"
 8146checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8147dependencies = [
 8148 "cfg-if",
 8149 "digest",
 8150]
 8151
 8152[[package]]
 8153name = "mdbook"
 8154version = "0.4.47"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8157dependencies = [
 8158 "ammonia",
 8159 "anyhow",
 8160 "chrono",
 8161 "clap",
 8162 "clap_complete",
 8163 "elasticlunr-rs",
 8164 "env_logger 0.11.7",
 8165 "futures-util",
 8166 "handlebars 6.2.0",
 8167 "hex",
 8168 "ignore",
 8169 "log",
 8170 "memchr",
 8171 "notify 8.0.0",
 8172 "notify-debouncer-mini",
 8173 "once_cell",
 8174 "opener",
 8175 "pathdiff",
 8176 "pulldown-cmark 0.10.3",
 8177 "regex",
 8178 "serde",
 8179 "serde_json",
 8180 "sha2",
 8181 "shlex",
 8182 "tempfile",
 8183 "tokio",
 8184 "toml 0.5.11",
 8185 "topological-sort",
 8186 "walkdir",
 8187 "warp",
 8188]
 8189
 8190[[package]]
 8191name = "media"
 8192version = "0.1.0"
 8193dependencies = [
 8194 "anyhow",
 8195 "bindgen 0.70.1",
 8196 "core-foundation 0.9.4",
 8197 "ctor",
 8198 "foreign-types 0.5.0",
 8199 "metal",
 8200 "objc",
 8201]
 8202
 8203[[package]]
 8204name = "memchr"
 8205version = "2.7.4"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8208
 8209[[package]]
 8210name = "memfd"
 8211version = "0.6.4"
 8212source = "registry+https://github.com/rust-lang/crates.io-index"
 8213checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8214dependencies = [
 8215 "rustix",
 8216]
 8217
 8218[[package]]
 8219name = "memmap2"
 8220version = "0.9.5"
 8221source = "registry+https://github.com/rust-lang/crates.io-index"
 8222checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8223dependencies = [
 8224 "libc",
 8225]
 8226
 8227[[package]]
 8228name = "memoffset"
 8229version = "0.9.1"
 8230source = "registry+https://github.com/rust-lang/crates.io-index"
 8231checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8232dependencies = [
 8233 "autocfg",
 8234]
 8235
 8236[[package]]
 8237name = "menu"
 8238version = "0.1.0"
 8239dependencies = [
 8240 "gpui",
 8241 "serde",
 8242]
 8243
 8244[[package]]
 8245name = "metal"
 8246version = "0.31.0"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8249dependencies = [
 8250 "bitflags 2.8.0",
 8251 "block",
 8252 "core-graphics-types 0.1.3",
 8253 "foreign-types 0.5.0",
 8254 "log",
 8255 "objc",
 8256 "paste",
 8257]
 8258
 8259[[package]]
 8260name = "migrator"
 8261version = "0.1.0"
 8262dependencies = [
 8263 "anyhow",
 8264 "collections",
 8265 "convert_case 0.8.0",
 8266 "log",
 8267 "pretty_assertions",
 8268 "streaming-iterator",
 8269 "tree-sitter",
 8270 "tree-sitter-json",
 8271]
 8272
 8273[[package]]
 8274name = "mimalloc"
 8275version = "0.1.44"
 8276source = "registry+https://github.com/rust-lang/crates.io-index"
 8277checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8278dependencies = [
 8279 "libmimalloc-sys",
 8280]
 8281
 8282[[package]]
 8283name = "mime"
 8284version = "0.3.17"
 8285source = "registry+https://github.com/rust-lang/crates.io-index"
 8286checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8287
 8288[[package]]
 8289name = "mime_guess"
 8290version = "2.0.5"
 8291source = "registry+https://github.com/rust-lang/crates.io-index"
 8292checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8293dependencies = [
 8294 "mime",
 8295 "unicase",
 8296]
 8297
 8298[[package]]
 8299name = "minimal-lexical"
 8300version = "0.2.1"
 8301source = "registry+https://github.com/rust-lang/crates.io-index"
 8302checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8303
 8304[[package]]
 8305name = "miniz_oxide"
 8306version = "0.8.0"
 8307source = "registry+https://github.com/rust-lang/crates.io-index"
 8308checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8309dependencies = [
 8310 "adler2",
 8311 "simd-adler32",
 8312]
 8313
 8314[[package]]
 8315name = "mint"
 8316version = "0.5.9"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8319
 8320[[package]]
 8321name = "mio"
 8322version = "0.8.11"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8325dependencies = [
 8326 "libc",
 8327 "log",
 8328 "wasi 0.11.0+wasi-snapshot-preview1",
 8329 "windows-sys 0.48.0",
 8330]
 8331
 8332[[package]]
 8333name = "mio"
 8334version = "1.0.3"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8337dependencies = [
 8338 "libc",
 8339 "log",
 8340 "wasi 0.11.0+wasi-snapshot-preview1",
 8341 "windows-sys 0.52.0",
 8342]
 8343
 8344[[package]]
 8345name = "miow"
 8346version = "0.6.0"
 8347source = "registry+https://github.com/rust-lang/crates.io-index"
 8348checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8349dependencies = [
 8350 "windows-sys 0.48.0",
 8351]
 8352
 8353[[package]]
 8354name = "mistral"
 8355version = "0.1.0"
 8356dependencies = [
 8357 "anyhow",
 8358 "futures 0.3.31",
 8359 "http_client",
 8360 "schemars",
 8361 "serde",
 8362 "serde_json",
 8363 "strum",
 8364]
 8365
 8366[[package]]
 8367name = "mlua"
 8368version = "0.10.3"
 8369source = "registry+https://github.com/rust-lang/crates.io-index"
 8370checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
 8371dependencies = [
 8372 "bstr",
 8373 "either",
 8374 "futures-util",
 8375 "mlua-sys",
 8376 "num-traits",
 8377 "parking_lot",
 8378 "rustc-hash 2.1.1",
 8379]
 8380
 8381[[package]]
 8382name = "mlua-sys"
 8383version = "0.6.7"
 8384source = "registry+https://github.com/rust-lang/crates.io-index"
 8385checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
 8386dependencies = [
 8387 "cc",
 8388 "cfg-if",
 8389 "lua-src",
 8390 "luajit-src",
 8391 "pkg-config",
 8392]
 8393
 8394[[package]]
 8395name = "msvc_spectre_libs"
 8396version = "0.1.2"
 8397source = "registry+https://github.com/rust-lang/crates.io-index"
 8398checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8399dependencies = [
 8400 "cc",
 8401]
 8402
 8403[[package]]
 8404name = "multi_buffer"
 8405version = "0.1.0"
 8406dependencies = [
 8407 "anyhow",
 8408 "buffer_diff",
 8409 "clock",
 8410 "collections",
 8411 "ctor",
 8412 "env_logger 0.11.7",
 8413 "futures 0.3.31",
 8414 "gpui",
 8415 "indoc",
 8416 "itertools 0.14.0",
 8417 "language",
 8418 "log",
 8419 "parking_lot",
 8420 "pretty_assertions",
 8421 "project",
 8422 "rand 0.8.5",
 8423 "rope",
 8424 "serde",
 8425 "settings",
 8426 "smallvec",
 8427 "smol",
 8428 "sum_tree",
 8429 "text",
 8430 "theme",
 8431 "tree-sitter",
 8432 "util",
 8433]
 8434
 8435[[package]]
 8436name = "multimap"
 8437version = "0.8.3"
 8438source = "registry+https://github.com/rust-lang/crates.io-index"
 8439checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8440
 8441[[package]]
 8442name = "multimap"
 8443version = "0.10.0"
 8444source = "registry+https://github.com/rust-lang/crates.io-index"
 8445checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8446
 8447[[package]]
 8448name = "naga"
 8449version = "23.1.0"
 8450source = "registry+https://github.com/rust-lang/crates.io-index"
 8451checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8452dependencies = [
 8453 "arrayvec",
 8454 "bit-set 0.8.0",
 8455 "bitflags 2.8.0",
 8456 "cfg_aliases 0.1.1",
 8457 "codespan-reporting",
 8458 "hexf-parse",
 8459 "indexmap",
 8460 "log",
 8461 "rustc-hash 1.1.0",
 8462 "spirv",
 8463 "termcolor",
 8464 "thiserror 1.0.69",
 8465 "unicode-xid",
 8466]
 8467
 8468[[package]]
 8469name = "nanoid"
 8470version = "0.4.0"
 8471source = "registry+https://github.com/rust-lang/crates.io-index"
 8472checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8473dependencies = [
 8474 "rand 0.8.5",
 8475]
 8476
 8477[[package]]
 8478name = "nanorand"
 8479version = "0.7.0"
 8480source = "registry+https://github.com/rust-lang/crates.io-index"
 8481checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8482dependencies = [
 8483 "getrandom 0.2.15",
 8484]
 8485
 8486[[package]]
 8487name = "native-tls"
 8488version = "0.2.12"
 8489source = "registry+https://github.com/rust-lang/crates.io-index"
 8490checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8491dependencies = [
 8492 "libc",
 8493 "log",
 8494 "openssl",
 8495 "openssl-probe",
 8496 "openssl-sys",
 8497 "schannel",
 8498 "security-framework 2.11.1",
 8499 "security-framework-sys",
 8500 "tempfile",
 8501]
 8502
 8503[[package]]
 8504name = "nbformat"
 8505version = "0.10.0"
 8506source = "registry+https://github.com/rust-lang/crates.io-index"
 8507checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8508dependencies = [
 8509 "anyhow",
 8510 "chrono",
 8511 "jupyter-protocol",
 8512 "serde",
 8513 "serde_json",
 8514 "thiserror 1.0.69",
 8515 "uuid",
 8516]
 8517
 8518[[package]]
 8519name = "ndk"
 8520version = "0.8.0"
 8521source = "registry+https://github.com/rust-lang/crates.io-index"
 8522checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8523dependencies = [
 8524 "bitflags 2.8.0",
 8525 "jni-sys",
 8526 "log",
 8527 "ndk-sys",
 8528 "num_enum",
 8529 "thiserror 1.0.69",
 8530]
 8531
 8532[[package]]
 8533name = "ndk-context"
 8534version = "0.1.1"
 8535source = "registry+https://github.com/rust-lang/crates.io-index"
 8536checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8537
 8538[[package]]
 8539name = "ndk-sys"
 8540version = "0.5.0+25.2.9519653"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8543dependencies = [
 8544 "jni-sys",
 8545]
 8546
 8547[[package]]
 8548name = "new_debug_unreachable"
 8549version = "1.0.6"
 8550source = "registry+https://github.com/rust-lang/crates.io-index"
 8551checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8552
 8553[[package]]
 8554name = "nix"
 8555version = "0.29.0"
 8556source = "registry+https://github.com/rust-lang/crates.io-index"
 8557checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8558dependencies = [
 8559 "bitflags 2.8.0",
 8560 "cfg-if",
 8561 "cfg_aliases 0.2.1",
 8562 "libc",
 8563 "memoffset",
 8564]
 8565
 8566[[package]]
 8567name = "node_runtime"
 8568version = "0.1.0"
 8569dependencies = [
 8570 "anyhow",
 8571 "async-compression",
 8572 "async-std",
 8573 "async-tar",
 8574 "async-trait",
 8575 "async-watch",
 8576 "async_zip",
 8577 "futures 0.3.31",
 8578 "http_client",
 8579 "log",
 8580 "paths",
 8581 "semver",
 8582 "serde",
 8583 "serde_json",
 8584 "smol",
 8585 "tempfile",
 8586 "util",
 8587 "walkdir",
 8588 "which 6.0.3",
 8589]
 8590
 8591[[package]]
 8592name = "nom"
 8593version = "7.1.3"
 8594source = "registry+https://github.com/rust-lang/crates.io-index"
 8595checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8596dependencies = [
 8597 "memchr",
 8598 "minimal-lexical",
 8599]
 8600
 8601[[package]]
 8602name = "noop_proc_macro"
 8603version = "0.3.0"
 8604source = "registry+https://github.com/rust-lang/crates.io-index"
 8605checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8606
 8607[[package]]
 8608name = "normpath"
 8609version = "1.3.0"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8612dependencies = [
 8613 "windows-sys 0.59.0",
 8614]
 8615
 8616[[package]]
 8617name = "notifications"
 8618version = "0.1.0"
 8619dependencies = [
 8620 "anyhow",
 8621 "channel",
 8622 "client",
 8623 "collections",
 8624 "component",
 8625 "db",
 8626 "gpui",
 8627 "linkme",
 8628 "rpc",
 8629 "settings",
 8630 "sum_tree",
 8631 "time",
 8632 "ui",
 8633 "util",
 8634 "workspace",
 8635]
 8636
 8637[[package]]
 8638name = "notify"
 8639version = "6.1.1"
 8640source = "registry+https://github.com/rust-lang/crates.io-index"
 8641checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8642dependencies = [
 8643 "bitflags 2.8.0",
 8644 "crossbeam-channel",
 8645 "filetime",
 8646 "fsevent-sys 4.1.0",
 8647 "inotify 0.9.6",
 8648 "kqueue",
 8649 "libc",
 8650 "log",
 8651 "mio 0.8.11",
 8652 "walkdir",
 8653 "windows-sys 0.48.0",
 8654]
 8655
 8656[[package]]
 8657name = "notify"
 8658version = "8.0.0"
 8659source = "registry+https://github.com/rust-lang/crates.io-index"
 8660checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8661dependencies = [
 8662 "bitflags 2.8.0",
 8663 "filetime",
 8664 "fsevent-sys 4.1.0",
 8665 "inotify 0.11.0",
 8666 "kqueue",
 8667 "libc",
 8668 "log",
 8669 "mio 1.0.3",
 8670 "notify-types",
 8671 "walkdir",
 8672 "windows-sys 0.59.0",
 8673]
 8674
 8675[[package]]
 8676name = "notify-debouncer-mini"
 8677version = "0.6.0"
 8678source = "registry+https://github.com/rust-lang/crates.io-index"
 8679checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8680dependencies = [
 8681 "log",
 8682 "notify 8.0.0",
 8683 "notify-types",
 8684 "tempfile",
 8685]
 8686
 8687[[package]]
 8688name = "notify-types"
 8689version = "2.0.0"
 8690source = "registry+https://github.com/rust-lang/crates.io-index"
 8691checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8692
 8693[[package]]
 8694name = "ntapi"
 8695version = "0.4.1"
 8696source = "registry+https://github.com/rust-lang/crates.io-index"
 8697checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8698dependencies = [
 8699 "winapi",
 8700]
 8701
 8702[[package]]
 8703name = "nu-ansi-term"
 8704version = "0.46.0"
 8705source = "registry+https://github.com/rust-lang/crates.io-index"
 8706checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8707dependencies = [
 8708 "overload",
 8709 "winapi",
 8710]
 8711
 8712[[package]]
 8713name = "num"
 8714version = "0.4.3"
 8715source = "registry+https://github.com/rust-lang/crates.io-index"
 8716checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8717dependencies = [
 8718 "num-bigint",
 8719 "num-complex",
 8720 "num-integer",
 8721 "num-iter",
 8722 "num-rational",
 8723 "num-traits",
 8724]
 8725
 8726[[package]]
 8727name = "num-bigint"
 8728version = "0.4.6"
 8729source = "registry+https://github.com/rust-lang/crates.io-index"
 8730checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8731dependencies = [
 8732 "num-integer",
 8733 "num-traits",
 8734]
 8735
 8736[[package]]
 8737name = "num-bigint-dig"
 8738version = "0.8.4"
 8739source = "registry+https://github.com/rust-lang/crates.io-index"
 8740checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8741dependencies = [
 8742 "byteorder",
 8743 "lazy_static",
 8744 "libm",
 8745 "num-integer",
 8746 "num-iter",
 8747 "num-traits",
 8748 "rand 0.8.5",
 8749 "serde",
 8750 "smallvec",
 8751 "zeroize",
 8752]
 8753
 8754[[package]]
 8755name = "num-complex"
 8756version = "0.4.6"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8759dependencies = [
 8760 "num-traits",
 8761]
 8762
 8763[[package]]
 8764name = "num-conv"
 8765version = "0.1.0"
 8766source = "registry+https://github.com/rust-lang/crates.io-index"
 8767checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8768
 8769[[package]]
 8770name = "num-derive"
 8771version = "0.4.2"
 8772source = "registry+https://github.com/rust-lang/crates.io-index"
 8773checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8774dependencies = [
 8775 "proc-macro2",
 8776 "quote",
 8777 "syn 2.0.100",
 8778]
 8779
 8780[[package]]
 8781name = "num-format"
 8782version = "0.4.4"
 8783source = "registry+https://github.com/rust-lang/crates.io-index"
 8784checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8785dependencies = [
 8786 "arrayvec",
 8787 "itoa",
 8788]
 8789
 8790[[package]]
 8791name = "num-integer"
 8792version = "0.1.46"
 8793source = "registry+https://github.com/rust-lang/crates.io-index"
 8794checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8795dependencies = [
 8796 "num-traits",
 8797]
 8798
 8799[[package]]
 8800name = "num-iter"
 8801version = "0.1.45"
 8802source = "registry+https://github.com/rust-lang/crates.io-index"
 8803checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8804dependencies = [
 8805 "autocfg",
 8806 "num-integer",
 8807 "num-traits",
 8808]
 8809
 8810[[package]]
 8811name = "num-modular"
 8812version = "0.6.1"
 8813source = "registry+https://github.com/rust-lang/crates.io-index"
 8814checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8815
 8816[[package]]
 8817name = "num-order"
 8818version = "1.2.0"
 8819source = "registry+https://github.com/rust-lang/crates.io-index"
 8820checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8821dependencies = [
 8822 "num-modular",
 8823]
 8824
 8825[[package]]
 8826name = "num-rational"
 8827version = "0.4.2"
 8828source = "registry+https://github.com/rust-lang/crates.io-index"
 8829checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8830dependencies = [
 8831 "num-bigint",
 8832 "num-integer",
 8833 "num-traits",
 8834]
 8835
 8836[[package]]
 8837name = "num-traits"
 8838version = "0.2.19"
 8839source = "registry+https://github.com/rust-lang/crates.io-index"
 8840checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8841dependencies = [
 8842 "autocfg",
 8843 "libm",
 8844]
 8845
 8846[[package]]
 8847name = "num_cpus"
 8848version = "1.16.0"
 8849source = "registry+https://github.com/rust-lang/crates.io-index"
 8850checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8851dependencies = [
 8852 "hermit-abi 0.3.9",
 8853 "libc",
 8854]
 8855
 8856[[package]]
 8857name = "num_enum"
 8858version = "0.7.3"
 8859source = "registry+https://github.com/rust-lang/crates.io-index"
 8860checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8861dependencies = [
 8862 "num_enum_derive",
 8863]
 8864
 8865[[package]]
 8866name = "num_enum_derive"
 8867version = "0.7.3"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8870dependencies = [
 8871 "proc-macro-crate",
 8872 "proc-macro2",
 8873 "quote",
 8874 "syn 2.0.100",
 8875]
 8876
 8877[[package]]
 8878name = "num_threads"
 8879version = "0.1.7"
 8880source = "registry+https://github.com/rust-lang/crates.io-index"
 8881checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8882dependencies = [
 8883 "libc",
 8884]
 8885
 8886[[package]]
 8887name = "nvim-rs"
 8888version = "0.8.0-pre"
 8889source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8890dependencies = [
 8891 "async-trait",
 8892 "futures 0.3.31",
 8893 "log",
 8894 "parity-tokio-ipc",
 8895 "rmp",
 8896 "rmpv",
 8897 "tokio",
 8898 "tokio-util",
 8899 "winapi",
 8900]
 8901
 8902[[package]]
 8903name = "objc"
 8904version = "0.2.7"
 8905source = "registry+https://github.com/rust-lang/crates.io-index"
 8906checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8907dependencies = [
 8908 "malloc_buf",
 8909]
 8910
 8911[[package]]
 8912name = "objc-sys"
 8913version = "0.3.5"
 8914source = "registry+https://github.com/rust-lang/crates.io-index"
 8915checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8916
 8917[[package]]
 8918name = "objc2"
 8919version = "0.5.2"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8922dependencies = [
 8923 "objc-sys",
 8924 "objc2-encode",
 8925]
 8926
 8927[[package]]
 8928name = "objc2-app-kit"
 8929version = "0.2.2"
 8930source = "registry+https://github.com/rust-lang/crates.io-index"
 8931checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8932dependencies = [
 8933 "bitflags 2.8.0",
 8934 "block2",
 8935 "libc",
 8936 "objc2",
 8937 "objc2-core-data",
 8938 "objc2-core-image",
 8939 "objc2-foundation",
 8940 "objc2-quartz-core",
 8941]
 8942
 8943[[package]]
 8944name = "objc2-cloud-kit"
 8945version = "0.2.2"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8948dependencies = [
 8949 "bitflags 2.8.0",
 8950 "block2",
 8951 "objc2",
 8952 "objc2-core-location",
 8953 "objc2-foundation",
 8954]
 8955
 8956[[package]]
 8957name = "objc2-contacts"
 8958version = "0.2.2"
 8959source = "registry+https://github.com/rust-lang/crates.io-index"
 8960checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8961dependencies = [
 8962 "block2",
 8963 "objc2",
 8964 "objc2-foundation",
 8965]
 8966
 8967[[package]]
 8968name = "objc2-core-data"
 8969version = "0.2.2"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8972dependencies = [
 8973 "bitflags 2.8.0",
 8974 "block2",
 8975 "objc2",
 8976 "objc2-foundation",
 8977]
 8978
 8979[[package]]
 8980name = "objc2-core-image"
 8981version = "0.2.2"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8984dependencies = [
 8985 "block2",
 8986 "objc2",
 8987 "objc2-foundation",
 8988 "objc2-metal",
 8989]
 8990
 8991[[package]]
 8992name = "objc2-core-location"
 8993version = "0.2.2"
 8994source = "registry+https://github.com/rust-lang/crates.io-index"
 8995checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8996dependencies = [
 8997 "block2",
 8998 "objc2",
 8999 "objc2-contacts",
 9000 "objc2-foundation",
 9001]
 9002
 9003[[package]]
 9004name = "objc2-encode"
 9005version = "4.0.3"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9008
 9009[[package]]
 9010name = "objc2-foundation"
 9011version = "0.2.2"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9014dependencies = [
 9015 "bitflags 2.8.0",
 9016 "block2",
 9017 "libc",
 9018 "objc2",
 9019]
 9020
 9021[[package]]
 9022name = "objc2-link-presentation"
 9023version = "0.2.2"
 9024source = "registry+https://github.com/rust-lang/crates.io-index"
 9025checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9026dependencies = [
 9027 "block2",
 9028 "objc2",
 9029 "objc2-app-kit",
 9030 "objc2-foundation",
 9031]
 9032
 9033[[package]]
 9034name = "objc2-metal"
 9035version = "0.2.2"
 9036source = "registry+https://github.com/rust-lang/crates.io-index"
 9037checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9038dependencies = [
 9039 "bitflags 2.8.0",
 9040 "block2",
 9041 "objc2",
 9042 "objc2-foundation",
 9043]
 9044
 9045[[package]]
 9046name = "objc2-quartz-core"
 9047version = "0.2.2"
 9048source = "registry+https://github.com/rust-lang/crates.io-index"
 9049checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9050dependencies = [
 9051 "bitflags 2.8.0",
 9052 "block2",
 9053 "objc2",
 9054 "objc2-foundation",
 9055 "objc2-metal",
 9056]
 9057
 9058[[package]]
 9059name = "objc2-symbols"
 9060version = "0.2.2"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9063dependencies = [
 9064 "objc2",
 9065 "objc2-foundation",
 9066]
 9067
 9068[[package]]
 9069name = "objc2-ui-kit"
 9070version = "0.2.2"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9073dependencies = [
 9074 "bitflags 2.8.0",
 9075 "block2",
 9076 "objc2",
 9077 "objc2-cloud-kit",
 9078 "objc2-core-data",
 9079 "objc2-core-image",
 9080 "objc2-core-location",
 9081 "objc2-foundation",
 9082 "objc2-link-presentation",
 9083 "objc2-quartz-core",
 9084 "objc2-symbols",
 9085 "objc2-uniform-type-identifiers",
 9086 "objc2-user-notifications",
 9087]
 9088
 9089[[package]]
 9090name = "objc2-uniform-type-identifiers"
 9091version = "0.2.2"
 9092source = "registry+https://github.com/rust-lang/crates.io-index"
 9093checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9094dependencies = [
 9095 "block2",
 9096 "objc2",
 9097 "objc2-foundation",
 9098]
 9099
 9100[[package]]
 9101name = "objc2-user-notifications"
 9102version = "0.2.2"
 9103source = "registry+https://github.com/rust-lang/crates.io-index"
 9104checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9105dependencies = [
 9106 "bitflags 2.8.0",
 9107 "block2",
 9108 "objc2",
 9109 "objc2-core-location",
 9110 "objc2-foundation",
 9111]
 9112
 9113[[package]]
 9114name = "object"
 9115version = "0.36.5"
 9116source = "registry+https://github.com/rust-lang/crates.io-index"
 9117checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9118dependencies = [
 9119 "crc32fast",
 9120 "hashbrown 0.15.2",
 9121 "indexmap",
 9122 "memchr",
 9123]
 9124
 9125[[package]]
 9126name = "oboe"
 9127version = "0.6.1"
 9128source = "registry+https://github.com/rust-lang/crates.io-index"
 9129checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9130dependencies = [
 9131 "jni",
 9132 "ndk",
 9133 "ndk-context",
 9134 "num-derive",
 9135 "num-traits",
 9136 "oboe-sys",
 9137]
 9138
 9139[[package]]
 9140name = "oboe-sys"
 9141version = "0.6.1"
 9142source = "registry+https://github.com/rust-lang/crates.io-index"
 9143checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9144dependencies = [
 9145 "cc",
 9146]
 9147
 9148[[package]]
 9149name = "ollama"
 9150version = "0.1.0"
 9151dependencies = [
 9152 "anyhow",
 9153 "futures 0.3.31",
 9154 "http_client",
 9155 "schemars",
 9156 "serde",
 9157 "serde_json",
 9158]
 9159
 9160[[package]]
 9161name = "once_cell"
 9162version = "1.20.3"
 9163source = "registry+https://github.com/rust-lang/crates.io-index"
 9164checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9165
 9166[[package]]
 9167name = "oo7"
 9168version = "0.4.1"
 9169source = "registry+https://github.com/rust-lang/crates.io-index"
 9170checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9171dependencies = [
 9172 "aes",
 9173 "ashpd",
 9174 "async-fs",
 9175 "async-io",
 9176 "async-lock",
 9177 "blocking",
 9178 "cbc",
 9179 "cipher",
 9180 "digest",
 9181 "endi",
 9182 "futures-lite 2.6.0",
 9183 "futures-util",
 9184 "getrandom 0.3.1",
 9185 "hkdf",
 9186 "hmac",
 9187 "md-5",
 9188 "num",
 9189 "num-bigint-dig",
 9190 "pbkdf2 0.12.2",
 9191 "rand 0.9.0",
 9192 "serde",
 9193 "sha2",
 9194 "subtle",
 9195 "zbus",
 9196 "zbus_macros",
 9197 "zeroize",
 9198 "zvariant",
 9199]
 9200
 9201[[package]]
 9202name = "oorandom"
 9203version = "11.1.4"
 9204source = "registry+https://github.com/rust-lang/crates.io-index"
 9205checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9206
 9207[[package]]
 9208name = "open"
 9209version = "5.3.2"
 9210source = "registry+https://github.com/rust-lang/crates.io-index"
 9211checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9212dependencies = [
 9213 "is-wsl",
 9214 "libc",
 9215 "pathdiff",
 9216]
 9217
 9218[[package]]
 9219name = "open_ai"
 9220version = "0.1.0"
 9221dependencies = [
 9222 "anyhow",
 9223 "futures 0.3.31",
 9224 "http_client",
 9225 "schemars",
 9226 "serde",
 9227 "serde_json",
 9228 "strum",
 9229]
 9230
 9231[[package]]
 9232name = "opener"
 9233version = "0.7.2"
 9234source = "registry+https://github.com/rust-lang/crates.io-index"
 9235checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9236dependencies = [
 9237 "bstr",
 9238 "dbus",
 9239 "normpath",
 9240 "windows-sys 0.59.0",
 9241]
 9242
 9243[[package]]
 9244name = "openssl"
 9245version = "0.10.70"
 9246source = "registry+https://github.com/rust-lang/crates.io-index"
 9247checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9248dependencies = [
 9249 "bitflags 2.8.0",
 9250 "cfg-if",
 9251 "foreign-types 0.3.2",
 9252 "libc",
 9253 "once_cell",
 9254 "openssl-macros",
 9255 "openssl-sys",
 9256]
 9257
 9258[[package]]
 9259name = "openssl-macros"
 9260version = "0.1.1"
 9261source = "registry+https://github.com/rust-lang/crates.io-index"
 9262checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9263dependencies = [
 9264 "proc-macro2",
 9265 "quote",
 9266 "syn 2.0.100",
 9267]
 9268
 9269[[package]]
 9270name = "openssl-probe"
 9271version = "0.1.5"
 9272source = "registry+https://github.com/rust-lang/crates.io-index"
 9273checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9274
 9275[[package]]
 9276name = "openssl-src"
 9277version = "300.4.1+3.4.0"
 9278source = "registry+https://github.com/rust-lang/crates.io-index"
 9279checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9280dependencies = [
 9281 "cc",
 9282]
 9283
 9284[[package]]
 9285name = "openssl-sys"
 9286version = "0.9.105"
 9287source = "registry+https://github.com/rust-lang/crates.io-index"
 9288checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9289dependencies = [
 9290 "cc",
 9291 "libc",
 9292 "openssl-src",
 9293 "pkg-config",
 9294 "vcpkg",
 9295]
 9296
 9297[[package]]
 9298name = "option-ext"
 9299version = "0.2.0"
 9300source = "registry+https://github.com/rust-lang/crates.io-index"
 9301checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9302
 9303[[package]]
 9304name = "ordered-float"
 9305version = "2.10.1"
 9306source = "registry+https://github.com/rust-lang/crates.io-index"
 9307checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9308dependencies = [
 9309 "num-traits",
 9310]
 9311
 9312[[package]]
 9313name = "ordered-float"
 9314version = "3.9.2"
 9315source = "registry+https://github.com/rust-lang/crates.io-index"
 9316checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9317dependencies = [
 9318 "num-traits",
 9319]
 9320
 9321[[package]]
 9322name = "ordered-stream"
 9323version = "0.2.0"
 9324source = "registry+https://github.com/rust-lang/crates.io-index"
 9325checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9326dependencies = [
 9327 "futures-core",
 9328 "pin-project-lite",
 9329]
 9330
 9331[[package]]
 9332name = "ouroboros"
 9333version = "0.18.4"
 9334source = "registry+https://github.com/rust-lang/crates.io-index"
 9335checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9336dependencies = [
 9337 "aliasable",
 9338 "ouroboros_macro",
 9339 "static_assertions",
 9340]
 9341
 9342[[package]]
 9343name = "ouroboros_macro"
 9344version = "0.18.4"
 9345source = "registry+https://github.com/rust-lang/crates.io-index"
 9346checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9347dependencies = [
 9348 "heck 0.4.1",
 9349 "itertools 0.12.1",
 9350 "proc-macro2",
 9351 "proc-macro2-diagnostics",
 9352 "quote",
 9353 "syn 2.0.100",
 9354]
 9355
 9356[[package]]
 9357name = "outline"
 9358version = "0.1.0"
 9359dependencies = [
 9360 "editor",
 9361 "fuzzy",
 9362 "gpui",
 9363 "indoc",
 9364 "language",
 9365 "menu",
 9366 "ordered-float 2.10.1",
 9367 "picker",
 9368 "project",
 9369 "rope",
 9370 "serde_json",
 9371 "settings",
 9372 "smol",
 9373 "theme",
 9374 "tree-sitter-rust",
 9375 "tree-sitter-typescript",
 9376 "ui",
 9377 "util",
 9378 "workspace",
 9379 "zed_actions",
 9380]
 9381
 9382[[package]]
 9383name = "outline_panel"
 9384version = "0.1.0"
 9385dependencies = [
 9386 "anyhow",
 9387 "collections",
 9388 "db",
 9389 "editor",
 9390 "file_icons",
 9391 "fuzzy",
 9392 "gpui",
 9393 "itertools 0.14.0",
 9394 "language",
 9395 "log",
 9396 "menu",
 9397 "outline",
 9398 "pretty_assertions",
 9399 "project",
 9400 "schemars",
 9401 "search",
 9402 "serde",
 9403 "serde_json",
 9404 "settings",
 9405 "smallvec",
 9406 "smol",
 9407 "theme",
 9408 "ui",
 9409 "util",
 9410 "workspace",
 9411 "worktree",
 9412 "zed_actions",
 9413]
 9414
 9415[[package]]
 9416name = "outref"
 9417version = "0.5.1"
 9418source = "registry+https://github.com/rust-lang/crates.io-index"
 9419checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9420
 9421[[package]]
 9422name = "overload"
 9423version = "0.1.1"
 9424source = "registry+https://github.com/rust-lang/crates.io-index"
 9425checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9426
 9427[[package]]
 9428name = "p256"
 9429version = "0.11.1"
 9430source = "registry+https://github.com/rust-lang/crates.io-index"
 9431checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9432dependencies = [
 9433 "ecdsa",
 9434 "elliptic-curve",
 9435 "sha2",
 9436]
 9437
 9438[[package]]
 9439name = "page_size"
 9440version = "0.6.0"
 9441source = "registry+https://github.com/rust-lang/crates.io-index"
 9442checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9443dependencies = [
 9444 "libc",
 9445 "winapi",
 9446]
 9447
 9448[[package]]
 9449name = "palette"
 9450version = "0.7.6"
 9451source = "registry+https://github.com/rust-lang/crates.io-index"
 9452checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9453dependencies = [
 9454 "approx",
 9455 "fast-srgb8",
 9456 "palette_derive",
 9457]
 9458
 9459[[package]]
 9460name = "palette_derive"
 9461version = "0.7.6"
 9462source = "registry+https://github.com/rust-lang/crates.io-index"
 9463checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9464dependencies = [
 9465 "by_address",
 9466 "proc-macro2",
 9467 "quote",
 9468 "syn 2.0.100",
 9469]
 9470
 9471[[package]]
 9472name = "panel"
 9473version = "0.1.0"
 9474dependencies = [
 9475 "editor",
 9476 "gpui",
 9477 "settings",
 9478 "theme",
 9479 "ui",
 9480 "workspace",
 9481]
 9482
 9483[[package]]
 9484name = "parity-tokio-ipc"
 9485version = "0.9.0"
 9486source = "registry+https://github.com/rust-lang/crates.io-index"
 9487checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9488dependencies = [
 9489 "futures 0.3.31",
 9490 "libc",
 9491 "log",
 9492 "rand 0.7.3",
 9493 "tokio",
 9494 "winapi",
 9495]
 9496
 9497[[package]]
 9498name = "parking"
 9499version = "2.2.1"
 9500source = "registry+https://github.com/rust-lang/crates.io-index"
 9501checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9502
 9503[[package]]
 9504name = "parking_lot"
 9505version = "0.12.3"
 9506source = "registry+https://github.com/rust-lang/crates.io-index"
 9507checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9508dependencies = [
 9509 "lock_api",
 9510 "parking_lot_core",
 9511]
 9512
 9513[[package]]
 9514name = "parking_lot_core"
 9515version = "0.9.10"
 9516source = "registry+https://github.com/rust-lang/crates.io-index"
 9517checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9518dependencies = [
 9519 "cfg-if",
 9520 "libc",
 9521 "redox_syscall 0.5.8",
 9522 "smallvec",
 9523 "windows-targets 0.52.6",
 9524]
 9525
 9526[[package]]
 9527name = "password-hash"
 9528version = "0.4.2"
 9529source = "registry+https://github.com/rust-lang/crates.io-index"
 9530checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9531dependencies = [
 9532 "base64ct",
 9533 "rand_core 0.6.4",
 9534 "subtle",
 9535]
 9536
 9537[[package]]
 9538name = "password-hash"
 9539version = "0.5.0"
 9540source = "registry+https://github.com/rust-lang/crates.io-index"
 9541checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9542dependencies = [
 9543 "base64ct",
 9544 "rand_core 0.6.4",
 9545 "subtle",
 9546]
 9547
 9548[[package]]
 9549name = "paste"
 9550version = "1.0.15"
 9551source = "registry+https://github.com/rust-lang/crates.io-index"
 9552checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9553
 9554[[package]]
 9555name = "pathdiff"
 9556version = "0.2.3"
 9557source = "registry+https://github.com/rust-lang/crates.io-index"
 9558checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9559
 9560[[package]]
 9561name = "pathfinder_geometry"
 9562version = "0.5.1"
 9563source = "registry+https://github.com/rust-lang/crates.io-index"
 9564checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9565dependencies = [
 9566 "log",
 9567 "pathfinder_simd",
 9568]
 9569
 9570[[package]]
 9571name = "pathfinder_simd"
 9572version = "0.5.4"
 9573source = "registry+https://github.com/rust-lang/crates.io-index"
 9574checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9575dependencies = [
 9576 "rustc_version",
 9577]
 9578
 9579[[package]]
 9580name = "paths"
 9581version = "0.1.0"
 9582dependencies = [
 9583 "dirs 4.0.0",
 9584 "util",
 9585]
 9586
 9587[[package]]
 9588name = "pbjson"
 9589version = "0.6.0"
 9590source = "registry+https://github.com/rust-lang/crates.io-index"
 9591checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9592dependencies = [
 9593 "base64 0.21.7",
 9594 "serde",
 9595]
 9596
 9597[[package]]
 9598name = "pbjson-build"
 9599version = "0.6.2"
 9600source = "registry+https://github.com/rust-lang/crates.io-index"
 9601checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9602dependencies = [
 9603 "heck 0.4.1",
 9604 "itertools 0.11.0",
 9605 "prost 0.12.6",
 9606 "prost-types 0.12.6",
 9607]
 9608
 9609[[package]]
 9610name = "pbjson-types"
 9611version = "0.6.0"
 9612source = "registry+https://github.com/rust-lang/crates.io-index"
 9613checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9614dependencies = [
 9615 "bytes 1.10.1",
 9616 "chrono",
 9617 "pbjson",
 9618 "pbjson-build",
 9619 "prost 0.12.6",
 9620 "prost-build 0.12.6",
 9621 "serde",
 9622]
 9623
 9624[[package]]
 9625name = "pbkdf2"
 9626version = "0.11.0"
 9627source = "registry+https://github.com/rust-lang/crates.io-index"
 9628checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9629dependencies = [
 9630 "digest",
 9631 "hmac",
 9632 "password-hash 0.4.2",
 9633 "sha2",
 9634]
 9635
 9636[[package]]
 9637name = "pbkdf2"
 9638version = "0.12.2"
 9639source = "registry+https://github.com/rust-lang/crates.io-index"
 9640checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9641dependencies = [
 9642 "digest",
 9643 "hmac",
 9644]
 9645
 9646[[package]]
 9647name = "pem"
 9648version = "3.0.4"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9651dependencies = [
 9652 "base64 0.22.1",
 9653 "serde",
 9654]
 9655
 9656[[package]]
 9657name = "pem-rfc7468"
 9658version = "0.7.0"
 9659source = "registry+https://github.com/rust-lang/crates.io-index"
 9660checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9661dependencies = [
 9662 "base64ct",
 9663]
 9664
 9665[[package]]
 9666name = "percent-encoding"
 9667version = "2.3.1"
 9668source = "registry+https://github.com/rust-lang/crates.io-index"
 9669checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9670
 9671[[package]]
 9672name = "perplexity"
 9673version = "0.1.0"
 9674dependencies = [
 9675 "serde",
 9676 "zed_extension_api 0.3.0",
 9677]
 9678
 9679[[package]]
 9680name = "pest"
 9681version = "2.7.15"
 9682source = "registry+https://github.com/rust-lang/crates.io-index"
 9683checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9684dependencies = [
 9685 "memchr",
 9686 "thiserror 2.0.12",
 9687 "ucd-trie",
 9688]
 9689
 9690[[package]]
 9691name = "pest_derive"
 9692version = "2.7.15"
 9693source = "registry+https://github.com/rust-lang/crates.io-index"
 9694checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9695dependencies = [
 9696 "pest",
 9697 "pest_generator",
 9698]
 9699
 9700[[package]]
 9701name = "pest_generator"
 9702version = "2.7.15"
 9703source = "registry+https://github.com/rust-lang/crates.io-index"
 9704checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9705dependencies = [
 9706 "pest",
 9707 "pest_meta",
 9708 "proc-macro2",
 9709 "quote",
 9710 "syn 2.0.100",
 9711]
 9712
 9713[[package]]
 9714name = "pest_meta"
 9715version = "2.7.15"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9718dependencies = [
 9719 "once_cell",
 9720 "pest",
 9721 "sha2",
 9722]
 9723
 9724[[package]]
 9725name = "pet"
 9726version = "0.1.0"
 9727source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9728dependencies = [
 9729 "clap",
 9730 "env_logger 0.10.2",
 9731 "lazy_static",
 9732 "log",
 9733 "msvc_spectre_libs",
 9734 "pet-conda",
 9735 "pet-core",
 9736 "pet-env-var-path",
 9737 "pet-fs",
 9738 "pet-global-virtualenvs",
 9739 "pet-homebrew",
 9740 "pet-jsonrpc",
 9741 "pet-linux-global-python",
 9742 "pet-mac-commandlinetools",
 9743 "pet-mac-python-org",
 9744 "pet-mac-xcode",
 9745 "pet-pipenv",
 9746 "pet-pixi",
 9747 "pet-poetry",
 9748 "pet-pyenv",
 9749 "pet-python-utils",
 9750 "pet-reporter",
 9751 "pet-telemetry",
 9752 "pet-venv",
 9753 "pet-virtualenv",
 9754 "pet-virtualenvwrapper",
 9755 "pet-windows-registry",
 9756 "pet-windows-store",
 9757 "serde",
 9758 "serde_json",
 9759]
 9760
 9761[[package]]
 9762name = "pet-conda"
 9763version = "0.1.0"
 9764source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9765dependencies = [
 9766 "env_logger 0.10.2",
 9767 "lazy_static",
 9768 "log",
 9769 "msvc_spectre_libs",
 9770 "pet-core",
 9771 "pet-fs",
 9772 "pet-python-utils",
 9773 "pet-reporter",
 9774 "regex",
 9775 "serde",
 9776 "serde_json",
 9777 "yaml-rust2",
 9778]
 9779
 9780[[package]]
 9781name = "pet-core"
 9782version = "0.1.0"
 9783source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9784dependencies = [
 9785 "clap",
 9786 "lazy_static",
 9787 "log",
 9788 "msvc_spectre_libs",
 9789 "pet-fs",
 9790 "regex",
 9791 "serde",
 9792 "serde_json",
 9793]
 9794
 9795[[package]]
 9796name = "pet-env-var-path"
 9797version = "0.1.0"
 9798source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9799dependencies = [
 9800 "lazy_static",
 9801 "log",
 9802 "msvc_spectre_libs",
 9803 "pet-conda",
 9804 "pet-core",
 9805 "pet-fs",
 9806 "pet-python-utils",
 9807 "pet-virtualenv",
 9808 "regex",
 9809]
 9810
 9811[[package]]
 9812name = "pet-fs"
 9813version = "0.1.0"
 9814source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9815dependencies = [
 9816 "log",
 9817 "msvc_spectre_libs",
 9818]
 9819
 9820[[package]]
 9821name = "pet-global-virtualenvs"
 9822version = "0.1.0"
 9823source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9824dependencies = [
 9825 "log",
 9826 "msvc_spectre_libs",
 9827 "pet-conda",
 9828 "pet-core",
 9829 "pet-fs",
 9830 "pet-virtualenv",
 9831]
 9832
 9833[[package]]
 9834name = "pet-homebrew"
 9835version = "0.1.0"
 9836source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9837dependencies = [
 9838 "lazy_static",
 9839 "log",
 9840 "msvc_spectre_libs",
 9841 "pet-conda",
 9842 "pet-core",
 9843 "pet-fs",
 9844 "pet-python-utils",
 9845 "pet-virtualenv",
 9846 "regex",
 9847 "serde",
 9848 "serde_json",
 9849]
 9850
 9851[[package]]
 9852name = "pet-jsonrpc"
 9853version = "0.1.0"
 9854source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9855dependencies = [
 9856 "env_logger 0.10.2",
 9857 "log",
 9858 "msvc_spectre_libs",
 9859 "pet-core",
 9860 "serde",
 9861 "serde_json",
 9862]
 9863
 9864[[package]]
 9865name = "pet-linux-global-python"
 9866version = "0.1.0"
 9867source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9868dependencies = [
 9869 "log",
 9870 "msvc_spectre_libs",
 9871 "pet-core",
 9872 "pet-fs",
 9873 "pet-python-utils",
 9874 "pet-virtualenv",
 9875]
 9876
 9877[[package]]
 9878name = "pet-mac-commandlinetools"
 9879version = "0.1.0"
 9880source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9881dependencies = [
 9882 "log",
 9883 "msvc_spectre_libs",
 9884 "pet-core",
 9885 "pet-fs",
 9886 "pet-python-utils",
 9887 "pet-virtualenv",
 9888]
 9889
 9890[[package]]
 9891name = "pet-mac-python-org"
 9892version = "0.1.0"
 9893source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9894dependencies = [
 9895 "log",
 9896 "msvc_spectre_libs",
 9897 "pet-core",
 9898 "pet-fs",
 9899 "pet-python-utils",
 9900 "pet-virtualenv",
 9901]
 9902
 9903[[package]]
 9904name = "pet-mac-xcode"
 9905version = "0.1.0"
 9906source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9907dependencies = [
 9908 "log",
 9909 "msvc_spectre_libs",
 9910 "pet-core",
 9911 "pet-fs",
 9912 "pet-python-utils",
 9913 "pet-virtualenv",
 9914]
 9915
 9916[[package]]
 9917name = "pet-pipenv"
 9918version = "0.1.0"
 9919source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9920dependencies = [
 9921 "log",
 9922 "msvc_spectre_libs",
 9923 "pet-core",
 9924 "pet-fs",
 9925 "pet-python-utils",
 9926 "pet-virtualenv",
 9927]
 9928
 9929[[package]]
 9930name = "pet-pixi"
 9931version = "0.1.0"
 9932source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9933dependencies = [
 9934 "log",
 9935 "msvc_spectre_libs",
 9936 "pet-conda",
 9937 "pet-core",
 9938 "pet-python-utils",
 9939]
 9940
 9941[[package]]
 9942name = "pet-poetry"
 9943version = "0.1.0"
 9944source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9945dependencies = [
 9946 "base64 0.22.1",
 9947 "lazy_static",
 9948 "log",
 9949 "msvc_spectre_libs",
 9950 "pet-core",
 9951 "pet-fs",
 9952 "pet-python-utils",
 9953 "pet-reporter",
 9954 "pet-virtualenv",
 9955 "regex",
 9956 "serde",
 9957 "serde_json",
 9958 "sha2",
 9959 "toml 0.8.20",
 9960]
 9961
 9962[[package]]
 9963name = "pet-pyenv"
 9964version = "0.1.0"
 9965source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9966dependencies = [
 9967 "lazy_static",
 9968 "log",
 9969 "msvc_spectre_libs",
 9970 "pet-conda",
 9971 "pet-core",
 9972 "pet-fs",
 9973 "pet-python-utils",
 9974 "pet-reporter",
 9975 "regex",
 9976 "serde",
 9977 "serde_json",
 9978]
 9979
 9980[[package]]
 9981name = "pet-python-utils"
 9982version = "0.1.0"
 9983source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9984dependencies = [
 9985 "env_logger 0.10.2",
 9986 "lazy_static",
 9987 "log",
 9988 "msvc_spectre_libs",
 9989 "pet-core",
 9990 "pet-fs",
 9991 "regex",
 9992 "serde",
 9993 "serde_json",
 9994 "sha2",
 9995]
 9996
 9997[[package]]
 9998name = "pet-reporter"
 9999version = "0.1.0"
10000source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10001dependencies = [
10002 "env_logger 0.10.2",
10003 "log",
10004 "msvc_spectre_libs",
10005 "pet-core",
10006 "pet-jsonrpc",
10007 "serde",
10008 "serde_json",
10009]
10010
10011[[package]]
10012name = "pet-telemetry"
10013version = "0.1.0"
10014source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10015dependencies = [
10016 "env_logger 0.10.2",
10017 "lazy_static",
10018 "log",
10019 "msvc_spectre_libs",
10020 "pet-core",
10021 "pet-fs",
10022 "pet-python-utils",
10023 "regex",
10024]
10025
10026[[package]]
10027name = "pet-venv"
10028version = "0.1.0"
10029source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10030dependencies = [
10031 "log",
10032 "msvc_spectre_libs",
10033 "pet-core",
10034 "pet-python-utils",
10035 "pet-virtualenv",
10036]
10037
10038[[package]]
10039name = "pet-virtualenv"
10040version = "0.1.0"
10041source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10042dependencies = [
10043 "log",
10044 "msvc_spectre_libs",
10045 "pet-core",
10046 "pet-fs",
10047 "pet-python-utils",
10048]
10049
10050[[package]]
10051name = "pet-virtualenvwrapper"
10052version = "0.1.0"
10053source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10054dependencies = [
10055 "log",
10056 "msvc_spectre_libs",
10057 "pet-core",
10058 "pet-fs",
10059 "pet-python-utils",
10060 "pet-virtualenv",
10061]
10062
10063[[package]]
10064name = "pet-windows-registry"
10065version = "0.1.0"
10066source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10067dependencies = [
10068 "lazy_static",
10069 "log",
10070 "msvc_spectre_libs",
10071 "pet-conda",
10072 "pet-core",
10073 "pet-fs",
10074 "pet-python-utils",
10075 "pet-virtualenv",
10076 "pet-windows-store",
10077 "regex",
10078 "winreg 0.52.0",
10079]
10080
10081[[package]]
10082name = "pet-windows-store"
10083version = "0.1.0"
10084source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10085dependencies = [
10086 "lazy_static",
10087 "log",
10088 "msvc_spectre_libs",
10089 "pet-core",
10090 "pet-fs",
10091 "pet-python-utils",
10092 "pet-virtualenv",
10093 "regex",
10094 "winreg 0.52.0",
10095]
10096
10097[[package]]
10098name = "petgraph"
10099version = "0.6.5"
10100source = "registry+https://github.com/rust-lang/crates.io-index"
10101checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10102dependencies = [
10103 "fixedbitset",
10104 "indexmap",
10105]
10106
10107[[package]]
10108name = "pgvector"
10109version = "0.4.0"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10112dependencies = [
10113 "serde",
10114]
10115
10116[[package]]
10117name = "phf"
10118version = "0.11.2"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10121dependencies = [
10122 "phf_macros",
10123 "phf_shared 0.11.2",
10124]
10125
10126[[package]]
10127name = "phf_codegen"
10128version = "0.11.2"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10131dependencies = [
10132 "phf_generator 0.11.2",
10133 "phf_shared 0.11.2",
10134]
10135
10136[[package]]
10137name = "phf_generator"
10138version = "0.10.0"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10141dependencies = [
10142 "phf_shared 0.10.0",
10143 "rand 0.8.5",
10144]
10145
10146[[package]]
10147name = "phf_generator"
10148version = "0.11.2"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10151dependencies = [
10152 "phf_shared 0.11.2",
10153 "rand 0.8.5",
10154]
10155
10156[[package]]
10157name = "phf_macros"
10158version = "0.11.2"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10161dependencies = [
10162 "phf_generator 0.11.2",
10163 "phf_shared 0.11.2",
10164 "proc-macro2",
10165 "quote",
10166 "syn 2.0.100",
10167]
10168
10169[[package]]
10170name = "phf_shared"
10171version = "0.10.0"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10174dependencies = [
10175 "siphasher 0.3.11",
10176]
10177
10178[[package]]
10179name = "phf_shared"
10180version = "0.11.2"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10183dependencies = [
10184 "siphasher 0.3.11",
10185]
10186
10187[[package]]
10188name = "picker"
10189version = "0.1.0"
10190dependencies = [
10191 "anyhow",
10192 "ctor",
10193 "editor",
10194 "env_logger 0.11.7",
10195 "gpui",
10196 "menu",
10197 "schemars",
10198 "serde",
10199 "serde_json",
10200 "ui",
10201 "util",
10202 "workspace",
10203]
10204
10205[[package]]
10206name = "pico-args"
10207version = "0.5.0"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10210
10211[[package]]
10212name = "pin-project"
10213version = "1.1.7"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10216dependencies = [
10217 "pin-project-internal",
10218]
10219
10220[[package]]
10221name = "pin-project-internal"
10222version = "1.1.7"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10225dependencies = [
10226 "proc-macro2",
10227 "quote",
10228 "syn 2.0.100",
10229]
10230
10231[[package]]
10232name = "pin-project-lite"
10233version = "0.2.16"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10236
10237[[package]]
10238name = "pin-utils"
10239version = "0.1.0"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10242
10243[[package]]
10244name = "piper"
10245version = "0.2.4"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10248dependencies = [
10249 "atomic-waker",
10250 "fastrand 2.3.0",
10251 "futures-io",
10252]
10253
10254[[package]]
10255name = "pkcs1"
10256version = "0.7.5"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10259dependencies = [
10260 "der 0.7.9",
10261 "pkcs8 0.10.2",
10262 "spki 0.7.3",
10263]
10264
10265[[package]]
10266name = "pkcs8"
10267version = "0.9.0"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10270dependencies = [
10271 "der 0.6.1",
10272 "spki 0.6.0",
10273]
10274
10275[[package]]
10276name = "pkcs8"
10277version = "0.10.2"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10280dependencies = [
10281 "der 0.7.9",
10282 "spki 0.7.3",
10283]
10284
10285[[package]]
10286name = "pkg-config"
10287version = "0.3.31"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10290
10291[[package]]
10292name = "plist"
10293version = "1.7.0"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10296dependencies = [
10297 "base64 0.22.1",
10298 "indexmap",
10299 "quick-xml 0.32.0",
10300 "serde",
10301 "time",
10302]
10303
10304[[package]]
10305name = "plotters"
10306version = "0.3.7"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10309dependencies = [
10310 "num-traits",
10311 "plotters-backend",
10312 "plotters-svg",
10313 "wasm-bindgen",
10314 "web-sys",
10315]
10316
10317[[package]]
10318name = "plotters-backend"
10319version = "0.3.7"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10322
10323[[package]]
10324name = "plotters-svg"
10325version = "0.3.7"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10328dependencies = [
10329 "plotters-backend",
10330]
10331
10332[[package]]
10333name = "png"
10334version = "0.17.15"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10337dependencies = [
10338 "bitflags 1.3.2",
10339 "crc32fast",
10340 "fdeflate",
10341 "flate2",
10342 "miniz_oxide",
10343]
10344
10345[[package]]
10346name = "polling"
10347version = "3.7.4"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10350dependencies = [
10351 "cfg-if",
10352 "concurrent-queue",
10353 "hermit-abi 0.4.0",
10354 "pin-project-lite",
10355 "rustix",
10356 "tracing",
10357 "windows-sys 0.59.0",
10358]
10359
10360[[package]]
10361name = "pollster"
10362version = "0.2.5"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10365
10366[[package]]
10367name = "portable-atomic"
10368version = "1.11.0"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10371
10372[[package]]
10373name = "portable-atomic-util"
10374version = "0.2.4"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10377dependencies = [
10378 "portable-atomic",
10379]
10380
10381[[package]]
10382name = "postage"
10383version = "0.5.0"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10386dependencies = [
10387 "atomic",
10388 "crossbeam-queue",
10389 "futures 0.3.31",
10390 "log",
10391 "parking_lot",
10392 "pin-project",
10393 "pollster",
10394 "static_assertions",
10395 "thiserror 1.0.69",
10396]
10397
10398[[package]]
10399name = "postcard"
10400version = "1.1.1"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10403dependencies = [
10404 "cobs",
10405 "embedded-io 0.4.0",
10406 "embedded-io 0.6.1",
10407 "serde",
10408]
10409
10410[[package]]
10411name = "powerfmt"
10412version = "0.2.0"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10415
10416[[package]]
10417name = "ppv-lite86"
10418version = "0.2.20"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10421dependencies = [
10422 "zerocopy 0.7.35",
10423]
10424
10425[[package]]
10426name = "precomputed-hash"
10427version = "0.1.1"
10428source = "registry+https://github.com/rust-lang/crates.io-index"
10429checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10430
10431[[package]]
10432name = "prettier"
10433version = "0.1.0"
10434dependencies = [
10435 "anyhow",
10436 "collections",
10437 "fs",
10438 "gpui",
10439 "language",
10440 "log",
10441 "lsp",
10442 "node_runtime",
10443 "parking_lot",
10444 "paths",
10445 "serde",
10446 "serde_json",
10447 "util",
10448]
10449
10450[[package]]
10451name = "pretty_assertions"
10452version = "1.4.1"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10455dependencies = [
10456 "diff",
10457 "yansi",
10458]
10459
10460[[package]]
10461name = "prettyplease"
10462version = "0.2.25"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10465dependencies = [
10466 "proc-macro2",
10467 "syn 2.0.100",
10468]
10469
10470[[package]]
10471name = "proc-macro-crate"
10472version = "3.2.0"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10475dependencies = [
10476 "toml_edit",
10477]
10478
10479[[package]]
10480name = "proc-macro-error-attr2"
10481version = "2.0.0"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10484dependencies = [
10485 "proc-macro2",
10486 "quote",
10487]
10488
10489[[package]]
10490name = "proc-macro-error2"
10491version = "2.0.1"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10494dependencies = [
10495 "proc-macro-error-attr2",
10496 "proc-macro2",
10497 "quote",
10498 "syn 2.0.100",
10499]
10500
10501[[package]]
10502name = "proc-macro2"
10503version = "1.0.94"
10504source = "registry+https://github.com/rust-lang/crates.io-index"
10505checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10506dependencies = [
10507 "unicode-ident",
10508]
10509
10510[[package]]
10511name = "proc-macro2-diagnostics"
10512version = "0.10.1"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10515dependencies = [
10516 "proc-macro2",
10517 "quote",
10518 "syn 2.0.100",
10519 "version_check",
10520 "yansi",
10521]
10522
10523[[package]]
10524name = "profiling"
10525version = "1.0.16"
10526source = "registry+https://github.com/rust-lang/crates.io-index"
10527checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10528dependencies = [
10529 "profiling-procmacros",
10530]
10531
10532[[package]]
10533name = "profiling-procmacros"
10534version = "1.0.16"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10537dependencies = [
10538 "quote",
10539 "syn 2.0.100",
10540]
10541
10542[[package]]
10543name = "project"
10544version = "0.1.0"
10545dependencies = [
10546 "aho-corasick",
10547 "anyhow",
10548 "askpass",
10549 "async-trait",
10550 "buffer_diff",
10551 "circular-buffer",
10552 "client",
10553 "clock",
10554 "collections",
10555 "dap",
10556 "dap_adapters",
10557 "env_logger 0.11.7",
10558 "extension",
10559 "fancy-regex 0.14.0",
10560 "fs",
10561 "futures 0.3.31",
10562 "fuzzy",
10563 "git",
10564 "git2",
10565 "globset",
10566 "gpui",
10567 "http_client",
10568 "image",
10569 "indexmap",
10570 "itertools 0.14.0",
10571 "language",
10572 "log",
10573 "lsp",
10574 "node_runtime",
10575 "parking_lot",
10576 "pathdiff",
10577 "paths",
10578 "postage",
10579 "prettier",
10580 "pretty_assertions",
10581 "rand 0.8.5",
10582 "regex",
10583 "release_channel",
10584 "remote",
10585 "rpc",
10586 "schemars",
10587 "serde",
10588 "serde_json",
10589 "settings",
10590 "sha2",
10591 "shellexpand 2.1.2",
10592 "shlex",
10593 "smol",
10594 "snippet",
10595 "snippet_provider",
10596 "sum_tree",
10597 "task",
10598 "tempfile",
10599 "terminal",
10600 "text",
10601 "toml 0.8.20",
10602 "unindent",
10603 "url",
10604 "util",
10605 "which 6.0.3",
10606 "worktree",
10607 "zlog",
10608]
10609
10610[[package]]
10611name = "project_panel"
10612version = "0.1.0"
10613dependencies = [
10614 "anyhow",
10615 "client",
10616 "collections",
10617 "command_palette_hooks",
10618 "db",
10619 "editor",
10620 "file_icons",
10621 "git",
10622 "gpui",
10623 "indexmap",
10624 "language",
10625 "menu",
10626 "pretty_assertions",
10627 "project",
10628 "schemars",
10629 "search",
10630 "serde",
10631 "serde_derive",
10632 "serde_json",
10633 "settings",
10634 "smallvec",
10635 "theme",
10636 "ui",
10637 "util",
10638 "workspace",
10639 "worktree",
10640 "zed_actions",
10641]
10642
10643[[package]]
10644name = "project_symbols"
10645version = "0.1.0"
10646dependencies = [
10647 "anyhow",
10648 "editor",
10649 "futures 0.3.31",
10650 "fuzzy",
10651 "gpui",
10652 "language",
10653 "lsp",
10654 "ordered-float 2.10.1",
10655 "picker",
10656 "project",
10657 "release_channel",
10658 "serde_json",
10659 "settings",
10660 "theme",
10661 "util",
10662 "workspace",
10663]
10664
10665[[package]]
10666name = "prometheus"
10667version = "0.13.4"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10670dependencies = [
10671 "cfg-if",
10672 "fnv",
10673 "lazy_static",
10674 "memchr",
10675 "parking_lot",
10676 "protobuf",
10677 "thiserror 1.0.69",
10678]
10679
10680[[package]]
10681name = "prompt_library"
10682version = "0.1.0"
10683dependencies = [
10684 "anyhow",
10685 "collections",
10686 "editor",
10687 "gpui",
10688 "language",
10689 "language_model",
10690 "log",
10691 "menu",
10692 "picker",
10693 "prompt_store",
10694 "release_channel",
10695 "rope",
10696 "serde",
10697 "settings",
10698 "theme",
10699 "ui",
10700 "util",
10701 "workspace",
10702 "zed_actions",
10703]
10704
10705[[package]]
10706name = "prompt_store"
10707version = "0.1.0"
10708dependencies = [
10709 "anyhow",
10710 "assets",
10711 "chrono",
10712 "collections",
10713 "fs",
10714 "futures 0.3.31",
10715 "fuzzy",
10716 "gpui",
10717 "handlebars 4.5.0",
10718 "heed",
10719 "language",
10720 "log",
10721 "parking_lot",
10722 "paths",
10723 "rope",
10724 "serde",
10725 "text",
10726 "util",
10727 "uuid",
10728]
10729
10730[[package]]
10731name = "prost"
10732version = "0.9.0"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10735dependencies = [
10736 "bytes 1.10.1",
10737 "prost-derive 0.9.0",
10738]
10739
10740[[package]]
10741name = "prost"
10742version = "0.12.6"
10743source = "registry+https://github.com/rust-lang/crates.io-index"
10744checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10745dependencies = [
10746 "bytes 1.10.1",
10747 "prost-derive 0.12.6",
10748]
10749
10750[[package]]
10751name = "prost-build"
10752version = "0.9.0"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10755dependencies = [
10756 "bytes 1.10.1",
10757 "heck 0.3.3",
10758 "itertools 0.10.5",
10759 "lazy_static",
10760 "log",
10761 "multimap 0.8.3",
10762 "petgraph",
10763 "prost 0.9.0",
10764 "prost-types 0.9.0",
10765 "regex",
10766 "tempfile",
10767 "which 4.4.2",
10768]
10769
10770[[package]]
10771name = "prost-build"
10772version = "0.12.6"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10775dependencies = [
10776 "bytes 1.10.1",
10777 "heck 0.5.0",
10778 "itertools 0.10.5",
10779 "log",
10780 "multimap 0.10.0",
10781 "once_cell",
10782 "petgraph",
10783 "prettyplease",
10784 "prost 0.12.6",
10785 "prost-types 0.12.6",
10786 "regex",
10787 "syn 2.0.100",
10788 "tempfile",
10789]
10790
10791[[package]]
10792name = "prost-derive"
10793version = "0.9.0"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10796dependencies = [
10797 "anyhow",
10798 "itertools 0.10.5",
10799 "proc-macro2",
10800 "quote",
10801 "syn 1.0.109",
10802]
10803
10804[[package]]
10805name = "prost-derive"
10806version = "0.12.6"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10809dependencies = [
10810 "anyhow",
10811 "itertools 0.10.5",
10812 "proc-macro2",
10813 "quote",
10814 "syn 2.0.100",
10815]
10816
10817[[package]]
10818name = "prost-types"
10819version = "0.9.0"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10822dependencies = [
10823 "bytes 1.10.1",
10824 "prost 0.9.0",
10825]
10826
10827[[package]]
10828name = "prost-types"
10829version = "0.12.6"
10830source = "registry+https://github.com/rust-lang/crates.io-index"
10831checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10832dependencies = [
10833 "prost 0.12.6",
10834]
10835
10836[[package]]
10837name = "proto"
10838version = "0.1.0"
10839dependencies = [
10840 "anyhow",
10841 "collections",
10842 "prost 0.9.0",
10843 "prost-build 0.9.0",
10844 "serde",
10845]
10846
10847[[package]]
10848name = "protobuf"
10849version = "2.28.0"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10852
10853[[package]]
10854name = "psm"
10855version = "0.1.24"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10858dependencies = [
10859 "cc",
10860]
10861
10862[[package]]
10863name = "ptr_meta"
10864version = "0.1.4"
10865source = "registry+https://github.com/rust-lang/crates.io-index"
10866checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10867dependencies = [
10868 "ptr_meta_derive",
10869]
10870
10871[[package]]
10872name = "ptr_meta_derive"
10873version = "0.1.4"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10876dependencies = [
10877 "proc-macro2",
10878 "quote",
10879 "syn 1.0.109",
10880]
10881
10882[[package]]
10883name = "pulldown-cmark"
10884version = "0.10.3"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10887dependencies = [
10888 "bitflags 2.8.0",
10889 "memchr",
10890 "pulldown-cmark-escape",
10891 "unicase",
10892]
10893
10894[[package]]
10895name = "pulldown-cmark"
10896version = "0.12.2"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10899dependencies = [
10900 "bitflags 2.8.0",
10901 "memchr",
10902 "unicase",
10903]
10904
10905[[package]]
10906name = "pulldown-cmark-escape"
10907version = "0.10.1"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10910
10911[[package]]
10912name = "pulley-interpreter"
10913version = "29.0.1"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10916dependencies = [
10917 "cranelift-bitset",
10918 "log",
10919 "sptr",
10920 "wasmtime-math",
10921]
10922
10923[[package]]
10924name = "qoi"
10925version = "0.4.1"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10928dependencies = [
10929 "bytemuck",
10930]
10931
10932[[package]]
10933name = "quick-error"
10934version = "2.0.1"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10937
10938[[package]]
10939name = "quick-xml"
10940version = "0.32.0"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10943dependencies = [
10944 "memchr",
10945]
10946
10947[[package]]
10948name = "quick-xml"
10949version = "0.37.2"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10952dependencies = [
10953 "memchr",
10954]
10955
10956[[package]]
10957name = "quinn"
10958version = "0.11.6"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10961dependencies = [
10962 "bytes 1.10.1",
10963 "pin-project-lite",
10964 "quinn-proto",
10965 "quinn-udp",
10966 "rustc-hash 2.1.1",
10967 "rustls 0.23.25",
10968 "socket2",
10969 "thiserror 2.0.12",
10970 "tokio",
10971 "tracing",
10972]
10973
10974[[package]]
10975name = "quinn-proto"
10976version = "0.11.9"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10979dependencies = [
10980 "bytes 1.10.1",
10981 "getrandom 0.2.15",
10982 "rand 0.8.5",
10983 "ring",
10984 "rustc-hash 2.1.1",
10985 "rustls 0.23.25",
10986 "rustls-pki-types",
10987 "slab",
10988 "thiserror 2.0.12",
10989 "tinyvec",
10990 "tracing",
10991 "web-time",
10992]
10993
10994[[package]]
10995name = "quinn-udp"
10996version = "0.5.9"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10999dependencies = [
11000 "cfg_aliases 0.2.1",
11001 "libc",
11002 "once_cell",
11003 "socket2",
11004 "tracing",
11005 "windows-sys 0.59.0",
11006]
11007
11008[[package]]
11009name = "quote"
11010version = "1.0.40"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11013dependencies = [
11014 "proc-macro2",
11015]
11016
11017[[package]]
11018name = "radium"
11019version = "0.7.0"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11022
11023[[package]]
11024name = "rand"
11025version = "0.7.3"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11028dependencies = [
11029 "getrandom 0.1.16",
11030 "libc",
11031 "rand_chacha 0.2.2",
11032 "rand_core 0.5.1",
11033 "rand_hc",
11034]
11035
11036[[package]]
11037name = "rand"
11038version = "0.8.5"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11041dependencies = [
11042 "libc",
11043 "rand_chacha 0.3.1",
11044 "rand_core 0.6.4",
11045]
11046
11047[[package]]
11048name = "rand"
11049version = "0.9.0"
11050source = "registry+https://github.com/rust-lang/crates.io-index"
11051checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11052dependencies = [
11053 "rand_chacha 0.9.0",
11054 "rand_core 0.9.0",
11055 "zerocopy 0.8.18",
11056]
11057
11058[[package]]
11059name = "rand_chacha"
11060version = "0.2.2"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11063dependencies = [
11064 "ppv-lite86",
11065 "rand_core 0.5.1",
11066]
11067
11068[[package]]
11069name = "rand_chacha"
11070version = "0.3.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11073dependencies = [
11074 "ppv-lite86",
11075 "rand_core 0.6.4",
11076]
11077
11078[[package]]
11079name = "rand_chacha"
11080version = "0.9.0"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11083dependencies = [
11084 "ppv-lite86",
11085 "rand_core 0.9.0",
11086]
11087
11088[[package]]
11089name = "rand_core"
11090version = "0.5.1"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11093dependencies = [
11094 "getrandom 0.1.16",
11095]
11096
11097[[package]]
11098name = "rand_core"
11099version = "0.6.4"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11102dependencies = [
11103 "getrandom 0.2.15",
11104]
11105
11106[[package]]
11107name = "rand_core"
11108version = "0.9.0"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11111dependencies = [
11112 "getrandom 0.3.1",
11113 "zerocopy 0.8.18",
11114]
11115
11116[[package]]
11117name = "rand_hc"
11118version = "0.2.0"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11121dependencies = [
11122 "rand_core 0.5.1",
11123]
11124
11125[[package]]
11126name = "rangemap"
11127version = "1.5.1"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11130
11131[[package]]
11132name = "rav1e"
11133version = "0.7.1"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11136dependencies = [
11137 "arbitrary",
11138 "arg_enum_proc_macro",
11139 "arrayvec",
11140 "av1-grain",
11141 "bitstream-io",
11142 "built",
11143 "cfg-if",
11144 "interpolate_name",
11145 "itertools 0.12.1",
11146 "libc",
11147 "libfuzzer-sys",
11148 "log",
11149 "maybe-rayon",
11150 "new_debug_unreachable",
11151 "noop_proc_macro",
11152 "num-derive",
11153 "num-traits",
11154 "once_cell",
11155 "paste",
11156 "profiling",
11157 "rand 0.8.5",
11158 "rand_chacha 0.3.1",
11159 "simd_helpers",
11160 "system-deps",
11161 "thiserror 1.0.69",
11162 "v_frame",
11163 "wasm-bindgen",
11164]
11165
11166[[package]]
11167name = "ravif"
11168version = "0.11.11"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11171dependencies = [
11172 "avif-serialize",
11173 "imgref",
11174 "loop9",
11175 "quick-error",
11176 "rav1e",
11177 "rayon",
11178 "rgb",
11179]
11180
11181[[package]]
11182name = "raw-window-handle"
11183version = "0.6.2"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11186
11187[[package]]
11188name = "raw-window-metal"
11189version = "0.4.0"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11192dependencies = [
11193 "cocoa 0.25.0",
11194 "core-graphics 0.23.2",
11195 "objc",
11196 "raw-window-handle",
11197]
11198
11199[[package]]
11200name = "rayon"
11201version = "1.10.0"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11204dependencies = [
11205 "either",
11206 "rayon-core",
11207]
11208
11209[[package]]
11210name = "rayon-core"
11211version = "1.12.1"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11214dependencies = [
11215 "crossbeam-deque",
11216 "crossbeam-utils",
11217]
11218
11219[[package]]
11220name = "read-fonts"
11221version = "0.22.5"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11224dependencies = [
11225 "bytemuck",
11226 "font-types",
11227]
11228
11229[[package]]
11230name = "recent_projects"
11231version = "0.1.0"
11232dependencies = [
11233 "anyhow",
11234 "auto_update",
11235 "dap",
11236 "editor",
11237 "extension_host",
11238 "file_finder",
11239 "futures 0.3.31",
11240 "fuzzy",
11241 "gpui",
11242 "language",
11243 "log",
11244 "markdown",
11245 "menu",
11246 "ordered-float 2.10.1",
11247 "paths",
11248 "picker",
11249 "project",
11250 "release_channel",
11251 "remote",
11252 "schemars",
11253 "serde",
11254 "serde_json",
11255 "settings",
11256 "smol",
11257 "task",
11258 "telemetry",
11259 "theme",
11260 "ui",
11261 "util",
11262 "workspace",
11263 "zed_actions",
11264]
11265
11266[[package]]
11267name = "redox_syscall"
11268version = "0.2.16"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11271dependencies = [
11272 "bitflags 1.3.2",
11273]
11274
11275[[package]]
11276name = "redox_syscall"
11277version = "0.5.8"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11280dependencies = [
11281 "bitflags 2.8.0",
11282]
11283
11284[[package]]
11285name = "redox_users"
11286version = "0.4.6"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11289dependencies = [
11290 "getrandom 0.2.15",
11291 "libredox",
11292 "thiserror 1.0.69",
11293]
11294
11295[[package]]
11296name = "refineable"
11297version = "0.1.0"
11298dependencies = [
11299 "derive_refineable",
11300]
11301
11302[[package]]
11303name = "regalloc2"
11304version = "0.11.1"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11307dependencies = [
11308 "allocator-api2",
11309 "bumpalo",
11310 "hashbrown 0.15.2",
11311 "log",
11312 "rustc-hash 2.1.1",
11313 "smallvec",
11314]
11315
11316[[package]]
11317name = "regex"
11318version = "1.11.1"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11321dependencies = [
11322 "aho-corasick",
11323 "memchr",
11324 "regex-automata 0.4.9",
11325 "regex-syntax 0.8.5",
11326]
11327
11328[[package]]
11329name = "regex-automata"
11330version = "0.1.10"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11333dependencies = [
11334 "regex-syntax 0.6.29",
11335]
11336
11337[[package]]
11338name = "regex-automata"
11339version = "0.4.9"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11342dependencies = [
11343 "aho-corasick",
11344 "memchr",
11345 "regex-syntax 0.8.5",
11346]
11347
11348[[package]]
11349name = "regex-lite"
11350version = "0.1.6"
11351source = "registry+https://github.com/rust-lang/crates.io-index"
11352checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11353
11354[[package]]
11355name = "regex-syntax"
11356version = "0.6.29"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11359
11360[[package]]
11361name = "regex-syntax"
11362version = "0.8.5"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11365
11366[[package]]
11367name = "release_channel"
11368version = "0.1.0"
11369dependencies = [
11370 "gpui",
11371]
11372
11373[[package]]
11374name = "remote"
11375version = "0.1.0"
11376dependencies = [
11377 "anyhow",
11378 "askpass",
11379 "async-trait",
11380 "collections",
11381 "fs",
11382 "futures 0.3.31",
11383 "gpui",
11384 "itertools 0.14.0",
11385 "log",
11386 "parking_lot",
11387 "paths",
11388 "prost 0.9.0",
11389 "release_channel",
11390 "rpc",
11391 "schemars",
11392 "serde",
11393 "serde_json",
11394 "shlex",
11395 "smol",
11396 "tempfile",
11397 "thiserror 2.0.12",
11398 "urlencoding",
11399 "util",
11400]
11401
11402[[package]]
11403name = "remote_server"
11404version = "0.1.0"
11405dependencies = [
11406 "anyhow",
11407 "async-watch",
11408 "backtrace",
11409 "cargo_toml",
11410 "chrono",
11411 "clap",
11412 "client",
11413 "clock",
11414 "env_logger 0.11.7",
11415 "extension",
11416 "extension_host",
11417 "fork",
11418 "fs",
11419 "futures 0.3.31",
11420 "git",
11421 "git_hosting_providers",
11422 "gpui",
11423 "gpui_tokio",
11424 "http_client",
11425 "language",
11426 "language_extension",
11427 "languages",
11428 "libc",
11429 "log",
11430 "lsp",
11431 "node_runtime",
11432 "paths",
11433 "project",
11434 "proto",
11435 "release_channel",
11436 "remote",
11437 "reqwest_client",
11438 "rpc",
11439 "rust-embed",
11440 "serde",
11441 "serde_json",
11442 "settings",
11443 "shellexpand 2.1.2",
11444 "smol",
11445 "sysinfo",
11446 "telemetry_events",
11447 "toml 0.8.20",
11448 "unindent",
11449 "util",
11450 "worktree",
11451]
11452
11453[[package]]
11454name = "rend"
11455version = "0.4.2"
11456source = "registry+https://github.com/rust-lang/crates.io-index"
11457checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11458dependencies = [
11459 "bytecheck",
11460]
11461
11462[[package]]
11463name = "repl"
11464version = "0.1.0"
11465dependencies = [
11466 "alacritty_terminal",
11467 "anyhow",
11468 "async-dispatcher",
11469 "async-tungstenite",
11470 "base64 0.22.1",
11471 "client",
11472 "collections",
11473 "command_palette_hooks",
11474 "editor",
11475 "env_logger 0.11.7",
11476 "feature_flags",
11477 "file_icons",
11478 "futures 0.3.31",
11479 "gpui",
11480 "http_client",
11481 "image",
11482 "indoc",
11483 "jupyter-protocol",
11484 "jupyter-websocket-client",
11485 "language",
11486 "languages",
11487 "log",
11488 "markdown_preview",
11489 "menu",
11490 "multi_buffer",
11491 "nbformat",
11492 "picker",
11493 "project",
11494 "runtimelib",
11495 "schemars",
11496 "serde",
11497 "serde_json",
11498 "settings",
11499 "smol",
11500 "telemetry",
11501 "terminal",
11502 "terminal_view",
11503 "theme",
11504 "tree-sitter-md",
11505 "tree-sitter-python",
11506 "tree-sitter-typescript",
11507 "ui",
11508 "util",
11509 "uuid",
11510 "workspace",
11511]
11512
11513[[package]]
11514name = "reqwest"
11515version = "0.11.27"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11518dependencies = [
11519 "base64 0.21.7",
11520 "bytes 1.10.1",
11521 "encoding_rs",
11522 "futures-core",
11523 "futures-util",
11524 "h2 0.3.26",
11525 "http 0.2.12",
11526 "http-body 0.4.6",
11527 "hyper 0.14.32",
11528 "hyper-rustls 0.24.2",
11529 "hyper-tls",
11530 "ipnet",
11531 "js-sys",
11532 "log",
11533 "mime",
11534 "native-tls",
11535 "once_cell",
11536 "percent-encoding",
11537 "pin-project-lite",
11538 "rustls 0.21.12",
11539 "rustls-native-certs 0.6.3",
11540 "rustls-pemfile 1.0.4",
11541 "serde",
11542 "serde_json",
11543 "serde_urlencoded",
11544 "sync_wrapper 0.1.2",
11545 "system-configuration 0.5.1",
11546 "tokio",
11547 "tokio-native-tls",
11548 "tokio-rustls 0.24.1",
11549 "tower-service",
11550 "url",
11551 "wasm-bindgen",
11552 "wasm-bindgen-futures",
11553 "web-sys",
11554 "winreg 0.50.0",
11555]
11556
11557[[package]]
11558name = "reqwest"
11559version = "0.12.8"
11560source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11561dependencies = [
11562 "base64 0.22.1",
11563 "bytes 1.10.1",
11564 "encoding_rs",
11565 "futures-core",
11566 "futures-util",
11567 "h2 0.4.7",
11568 "http 1.2.0",
11569 "http-body 1.0.1",
11570 "http-body-util",
11571 "hyper 1.5.1",
11572 "hyper-rustls 0.27.3",
11573 "hyper-util",
11574 "ipnet",
11575 "js-sys",
11576 "log",
11577 "mime",
11578 "once_cell",
11579 "percent-encoding",
11580 "pin-project-lite",
11581 "quinn",
11582 "rustls 0.23.25",
11583 "rustls-native-certs 0.8.1",
11584 "rustls-pemfile 2.2.0",
11585 "rustls-pki-types",
11586 "serde",
11587 "serde_json",
11588 "serde_urlencoded",
11589 "sync_wrapper 1.0.2",
11590 "system-configuration 0.6.1",
11591 "tokio",
11592 "tokio-rustls 0.26.1",
11593 "tokio-socks",
11594 "tokio-util",
11595 "tower-service",
11596 "url",
11597 "wasm-bindgen",
11598 "wasm-bindgen-futures",
11599 "wasm-streams",
11600 "web-sys",
11601 "windows-registry",
11602]
11603
11604[[package]]
11605name = "reqwest_client"
11606version = "0.1.0"
11607dependencies = [
11608 "anyhow",
11609 "bytes 1.10.1",
11610 "futures 0.3.31",
11611 "gpui",
11612 "http_client",
11613 "http_client_tls",
11614 "log",
11615 "regex",
11616 "reqwest 0.12.8",
11617 "serde",
11618 "smol",
11619 "tokio",
11620]
11621
11622[[package]]
11623name = "resvg"
11624version = "0.45.0"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11627dependencies = [
11628 "log",
11629 "pico-args",
11630 "rgb",
11631 "svgtypes",
11632 "tiny-skia",
11633 "usvg",
11634]
11635
11636[[package]]
11637name = "rfc6979"
11638version = "0.3.1"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11641dependencies = [
11642 "crypto-bigint 0.4.9",
11643 "hmac",
11644 "zeroize",
11645]
11646
11647[[package]]
11648name = "rgb"
11649version = "0.8.50"
11650source = "registry+https://github.com/rust-lang/crates.io-index"
11651checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11652dependencies = [
11653 "bytemuck",
11654]
11655
11656[[package]]
11657name = "rich_text"
11658version = "0.1.0"
11659dependencies = [
11660 "futures 0.3.31",
11661 "gpui",
11662 "language",
11663 "linkify",
11664 "pulldown-cmark 0.12.2",
11665 "theme",
11666 "ui",
11667 "util",
11668]
11669
11670[[package]]
11671name = "ring"
11672version = "0.17.8"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11675dependencies = [
11676 "cc",
11677 "cfg-if",
11678 "getrandom 0.2.15",
11679 "libc",
11680 "spin",
11681 "untrusted",
11682 "windows-sys 0.52.0",
11683]
11684
11685[[package]]
11686name = "rkyv"
11687version = "0.7.45"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11690dependencies = [
11691 "bitvec",
11692 "bytecheck",
11693 "bytes 1.10.1",
11694 "hashbrown 0.12.3",
11695 "ptr_meta",
11696 "rend",
11697 "rkyv_derive",
11698 "seahash",
11699 "tinyvec",
11700 "uuid",
11701]
11702
11703[[package]]
11704name = "rkyv_derive"
11705version = "0.7.45"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11708dependencies = [
11709 "proc-macro2",
11710 "quote",
11711 "syn 1.0.109",
11712]
11713
11714[[package]]
11715name = "rmp"
11716version = "0.8.14"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11719dependencies = [
11720 "byteorder",
11721 "num-traits",
11722 "paste",
11723]
11724
11725[[package]]
11726name = "rmpv"
11727version = "1.3.0"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11730dependencies = [
11731 "num-traits",
11732 "rmp",
11733]
11734
11735[[package]]
11736name = "rodio"
11737version = "0.20.1"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11740dependencies = [
11741 "cpal",
11742 "hound",
11743]
11744
11745[[package]]
11746name = "rope"
11747version = "0.1.0"
11748dependencies = [
11749 "arrayvec",
11750 "criterion",
11751 "ctor",
11752 "env_logger 0.11.7",
11753 "gpui",
11754 "log",
11755 "rand 0.8.5",
11756 "rayon",
11757 "smallvec",
11758 "sum_tree",
11759 "unicode-segmentation",
11760 "util",
11761]
11762
11763[[package]]
11764name = "roxmltree"
11765version = "0.20.0"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11768
11769[[package]]
11770name = "rpc"
11771version = "0.1.0"
11772dependencies = [
11773 "anyhow",
11774 "async-tungstenite",
11775 "base64 0.22.1",
11776 "chrono",
11777 "collections",
11778 "env_logger 0.11.7",
11779 "futures 0.3.31",
11780 "gpui",
11781 "parking_lot",
11782 "proto",
11783 "rand 0.8.5",
11784 "rsa",
11785 "serde",
11786 "serde_json",
11787 "sha2",
11788 "strum",
11789 "tracing",
11790 "util",
11791 "zstd",
11792]
11793
11794[[package]]
11795name = "rsa"
11796version = "0.9.8"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11799dependencies = [
11800 "const-oid",
11801 "digest",
11802 "num-bigint-dig",
11803 "num-integer",
11804 "num-traits",
11805 "pkcs1",
11806 "pkcs8 0.10.2",
11807 "rand_core 0.6.4",
11808 "signature 2.2.0",
11809 "spki 0.7.3",
11810 "subtle",
11811 "zeroize",
11812]
11813
11814[[package]]
11815name = "runtimelib"
11816version = "0.25.0"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11819dependencies = [
11820 "anyhow",
11821 "async-dispatcher",
11822 "async-std",
11823 "base64 0.22.1",
11824 "bytes 1.10.1",
11825 "chrono",
11826 "data-encoding",
11827 "dirs 5.0.1",
11828 "futures 0.3.31",
11829 "glob",
11830 "jupyter-protocol",
11831 "ring",
11832 "serde",
11833 "serde_json",
11834 "shellexpand 3.1.0",
11835 "smol",
11836 "uuid",
11837 "zeromq",
11838]
11839
11840[[package]]
11841name = "rust-embed"
11842version = "8.5.0"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11845dependencies = [
11846 "rust-embed-impl",
11847 "rust-embed-utils",
11848 "walkdir",
11849]
11850
11851[[package]]
11852name = "rust-embed-impl"
11853version = "8.5.0"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11856dependencies = [
11857 "proc-macro2",
11858 "quote",
11859 "rust-embed-utils",
11860 "syn 2.0.100",
11861 "walkdir",
11862]
11863
11864[[package]]
11865name = "rust-embed-utils"
11866version = "8.5.0"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11869dependencies = [
11870 "globset",
11871 "sha2",
11872 "walkdir",
11873]
11874
11875[[package]]
11876name = "rust_decimal"
11877version = "1.36.0"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11880dependencies = [
11881 "arrayvec",
11882 "borsh",
11883 "bytes 1.10.1",
11884 "num-traits",
11885 "rand 0.8.5",
11886 "rkyv",
11887 "serde",
11888 "serde_json",
11889]
11890
11891[[package]]
11892name = "rustc-demangle"
11893version = "0.1.24"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11896
11897[[package]]
11898name = "rustc-hash"
11899version = "1.1.0"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11902
11903[[package]]
11904name = "rustc-hash"
11905version = "2.1.1"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11908
11909[[package]]
11910name = "rustc_version"
11911version = "0.4.1"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11914dependencies = [
11915 "semver",
11916]
11917
11918[[package]]
11919name = "rustix"
11920version = "0.38.42"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11923dependencies = [
11924 "bitflags 2.8.0",
11925 "errno 0.3.10",
11926 "itoa",
11927 "libc",
11928 "linux-raw-sys",
11929 "once_cell",
11930 "windows-sys 0.59.0",
11931]
11932
11933[[package]]
11934name = "rustix-openpty"
11935version = "0.1.1"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11938dependencies = [
11939 "errno 0.3.10",
11940 "libc",
11941 "rustix",
11942]
11943
11944[[package]]
11945name = "rustls"
11946version = "0.21.12"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11949dependencies = [
11950 "log",
11951 "ring",
11952 "rustls-webpki 0.101.7",
11953 "sct",
11954]
11955
11956[[package]]
11957name = "rustls"
11958version = "0.23.25"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11961dependencies = [
11962 "aws-lc-rs",
11963 "log",
11964 "once_cell",
11965 "ring",
11966 "rustls-pki-types",
11967 "rustls-webpki 0.103.0",
11968 "subtle",
11969 "zeroize",
11970]
11971
11972[[package]]
11973name = "rustls-native-certs"
11974version = "0.6.3"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11977dependencies = [
11978 "openssl-probe",
11979 "rustls-pemfile 1.0.4",
11980 "schannel",
11981 "security-framework 2.11.1",
11982]
11983
11984[[package]]
11985name = "rustls-native-certs"
11986version = "0.8.1"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11989dependencies = [
11990 "openssl-probe",
11991 "rustls-pki-types",
11992 "schannel",
11993 "security-framework 3.0.1",
11994]
11995
11996[[package]]
11997name = "rustls-pemfile"
11998version = "1.0.4"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
12001dependencies = [
12002 "base64 0.21.7",
12003]
12004
12005[[package]]
12006name = "rustls-pemfile"
12007version = "2.2.0"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12010dependencies = [
12011 "rustls-pki-types",
12012]
12013
12014[[package]]
12015name = "rustls-pki-types"
12016version = "1.11.0"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12019dependencies = [
12020 "web-time",
12021]
12022
12023[[package]]
12024name = "rustls-platform-verifier"
12025version = "0.5.1"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12028dependencies = [
12029 "core-foundation 0.10.0",
12030 "core-foundation-sys",
12031 "jni",
12032 "log",
12033 "once_cell",
12034 "rustls 0.23.25",
12035 "rustls-native-certs 0.8.1",
12036 "rustls-platform-verifier-android",
12037 "rustls-webpki 0.103.0",
12038 "security-framework 3.0.1",
12039 "security-framework-sys",
12040 "webpki-root-certs",
12041 "windows-sys 0.59.0",
12042]
12043
12044[[package]]
12045name = "rustls-platform-verifier-android"
12046version = "0.1.1"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12049
12050[[package]]
12051name = "rustls-webpki"
12052version = "0.101.7"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12055dependencies = [
12056 "ring",
12057 "untrusted",
12058]
12059
12060[[package]]
12061name = "rustls-webpki"
12062version = "0.103.0"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12065dependencies = [
12066 "aws-lc-rs",
12067 "ring",
12068 "rustls-pki-types",
12069 "untrusted",
12070]
12071
12072[[package]]
12073name = "rustversion"
12074version = "1.0.18"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12077
12078[[package]]
12079name = "rustybuzz"
12080version = "0.14.1"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12083dependencies = [
12084 "bitflags 2.8.0",
12085 "bytemuck",
12086 "libm",
12087 "smallvec",
12088 "ttf-parser 0.21.1",
12089 "unicode-bidi-mirroring 0.2.0",
12090 "unicode-ccc 0.2.0",
12091 "unicode-properties",
12092 "unicode-script",
12093]
12094
12095[[package]]
12096name = "rustybuzz"
12097version = "0.20.1"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12100dependencies = [
12101 "bitflags 2.8.0",
12102 "bytemuck",
12103 "core_maths",
12104 "log",
12105 "smallvec",
12106 "ttf-parser 0.25.1",
12107 "unicode-bidi-mirroring 0.4.0",
12108 "unicode-ccc 0.4.0",
12109 "unicode-properties",
12110 "unicode-script",
12111]
12112
12113[[package]]
12114name = "ryu"
12115version = "1.0.18"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12118
12119[[package]]
12120name = "salsa20"
12121version = "0.10.2"
12122source = "registry+https://github.com/rust-lang/crates.io-index"
12123checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12124dependencies = [
12125 "cipher",
12126]
12127
12128[[package]]
12129name = "same-file"
12130version = "1.0.6"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12133dependencies = [
12134 "winapi-util",
12135]
12136
12137[[package]]
12138name = "schannel"
12139version = "0.1.27"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12142dependencies = [
12143 "windows-sys 0.59.0",
12144]
12145
12146[[package]]
12147name = "schema_generator"
12148version = "0.1.0"
12149dependencies = [
12150 "anyhow",
12151 "clap",
12152 "env_logger 0.11.7",
12153 "schemars",
12154 "serde",
12155 "serde_json",
12156 "theme",
12157]
12158
12159[[package]]
12160name = "schemars"
12161version = "0.8.22"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12164dependencies = [
12165 "dyn-clone",
12166 "indexmap",
12167 "schemars_derive",
12168 "serde",
12169 "serde_json",
12170]
12171
12172[[package]]
12173name = "schemars_derive"
12174version = "0.8.22"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12177dependencies = [
12178 "proc-macro2",
12179 "quote",
12180 "serde_derive_internals",
12181 "syn 2.0.100",
12182]
12183
12184[[package]]
12185name = "scoped-tls"
12186version = "1.0.1"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12189
12190[[package]]
12191name = "scopeguard"
12192version = "1.2.0"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12195
12196[[package]]
12197name = "scratch"
12198version = "1.0.7"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12201
12202[[package]]
12203name = "scripting_tool"
12204version = "0.1.0"
12205dependencies = [
12206 "anyhow",
12207 "buffer_diff",
12208 "clock",
12209 "collections",
12210 "futures 0.3.31",
12211 "gpui",
12212 "language",
12213 "log",
12214 "mlua",
12215 "parking_lot",
12216 "project",
12217 "rand 0.8.5",
12218 "regex",
12219 "schemars",
12220 "serde",
12221 "serde_json",
12222 "settings",
12223 "util",
12224]
12225
12226[[package]]
12227name = "scrypt"
12228version = "0.11.0"
12229source = "registry+https://github.com/rust-lang/crates.io-index"
12230checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12231dependencies = [
12232 "password-hash 0.5.0",
12233 "pbkdf2 0.12.2",
12234 "salsa20",
12235 "sha2",
12236]
12237
12238[[package]]
12239name = "sct"
12240version = "0.7.1"
12241source = "registry+https://github.com/rust-lang/crates.io-index"
12242checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12243dependencies = [
12244 "ring",
12245 "untrusted",
12246]
12247
12248[[package]]
12249name = "sea-bae"
12250version = "0.2.1"
12251source = "registry+https://github.com/rust-lang/crates.io-index"
12252checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12253dependencies = [
12254 "heck 0.4.1",
12255 "proc-macro-error2",
12256 "proc-macro2",
12257 "quote",
12258 "syn 2.0.100",
12259]
12260
12261[[package]]
12262name = "sea-orm"
12263version = "1.1.7"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12266dependencies = [
12267 "async-stream",
12268 "async-trait",
12269 "bigdecimal",
12270 "chrono",
12271 "futures-util",
12272 "log",
12273 "ouroboros",
12274 "pgvector",
12275 "rust_decimal",
12276 "sea-orm-macros",
12277 "sea-query",
12278 "sea-query-binder",
12279 "serde",
12280 "serde_json",
12281 "sqlx",
12282 "strum",
12283 "thiserror 1.0.69",
12284 "time",
12285 "tracing",
12286 "url",
12287 "uuid",
12288]
12289
12290[[package]]
12291name = "sea-orm-macros"
12292version = "1.1.7"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12295dependencies = [
12296 "heck 0.4.1",
12297 "proc-macro2",
12298 "quote",
12299 "sea-bae",
12300 "syn 2.0.100",
12301 "unicode-ident",
12302]
12303
12304[[package]]
12305name = "sea-query"
12306version = "0.32.1"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12309dependencies = [
12310 "bigdecimal",
12311 "chrono",
12312 "inherent",
12313 "ordered-float 3.9.2",
12314 "rust_decimal",
12315 "serde_json",
12316 "time",
12317 "uuid",
12318]
12319
12320[[package]]
12321name = "sea-query-binder"
12322version = "0.7.0"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12325dependencies = [
12326 "bigdecimal",
12327 "chrono",
12328 "rust_decimal",
12329 "sea-query",
12330 "serde_json",
12331 "sqlx",
12332 "time",
12333 "uuid",
12334]
12335
12336[[package]]
12337name = "seahash"
12338version = "4.1.0"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12341
12342[[package]]
12343name = "search"
12344version = "0.1.0"
12345dependencies = [
12346 "any_vec",
12347 "anyhow",
12348 "bitflags 2.8.0",
12349 "client",
12350 "collections",
12351 "editor",
12352 "futures 0.3.31",
12353 "gpui",
12354 "language",
12355 "menu",
12356 "project",
12357 "schemars",
12358 "serde",
12359 "serde_json",
12360 "settings",
12361 "smol",
12362 "theme",
12363 "ui",
12364 "unindent",
12365 "util",
12366 "workspace",
12367 "zed_actions",
12368]
12369
12370[[package]]
12371name = "sec1"
12372version = "0.3.0"
12373source = "registry+https://github.com/rust-lang/crates.io-index"
12374checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12375dependencies = [
12376 "base16ct",
12377 "der 0.6.1",
12378 "generic-array",
12379 "pkcs8 0.9.0",
12380 "subtle",
12381 "zeroize",
12382]
12383
12384[[package]]
12385name = "security-framework"
12386version = "2.11.1"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12389dependencies = [
12390 "bitflags 2.8.0",
12391 "core-foundation 0.9.4",
12392 "core-foundation-sys",
12393 "libc",
12394 "security-framework-sys",
12395]
12396
12397[[package]]
12398name = "security-framework"
12399version = "3.0.1"
12400source = "registry+https://github.com/rust-lang/crates.io-index"
12401checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12402dependencies = [
12403 "bitflags 2.8.0",
12404 "core-foundation 0.10.0",
12405 "core-foundation-sys",
12406 "libc",
12407 "security-framework-sys",
12408]
12409
12410[[package]]
12411name = "security-framework-sys"
12412version = "2.12.1"
12413source = "registry+https://github.com/rust-lang/crates.io-index"
12414checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12415dependencies = [
12416 "core-foundation-sys",
12417 "libc",
12418]
12419
12420[[package]]
12421name = "self_cell"
12422version = "1.1.0"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12425
12426[[package]]
12427name = "semantic_index"
12428version = "0.1.0"
12429dependencies = [
12430 "anyhow",
12431 "arrayvec",
12432 "blake3",
12433 "client",
12434 "clock",
12435 "collections",
12436 "env_logger 0.11.7",
12437 "feature_flags",
12438 "fs",
12439 "futures 0.3.31",
12440 "futures-batch",
12441 "gpui",
12442 "heed",
12443 "http_client",
12444 "language",
12445 "language_model",
12446 "languages",
12447 "log",
12448 "open_ai",
12449 "parking_lot",
12450 "project",
12451 "reqwest_client",
12452 "serde",
12453 "serde_json",
12454 "settings",
12455 "sha2",
12456 "smol",
12457 "streaming-iterator",
12458 "tempfile",
12459 "theme",
12460 "tree-sitter",
12461 "ui",
12462 "unindent",
12463 "util",
12464 "workspace",
12465 "worktree",
12466]
12467
12468[[package]]
12469name = "semantic_version"
12470version = "0.1.0"
12471dependencies = [
12472 "anyhow",
12473 "serde",
12474]
12475
12476[[package]]
12477name = "semver"
12478version = "1.0.26"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12481dependencies = [
12482 "serde",
12483]
12484
12485[[package]]
12486name = "serde"
12487version = "1.0.218"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12490dependencies = [
12491 "serde_derive",
12492]
12493
12494[[package]]
12495name = "serde_derive"
12496version = "1.0.218"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12499dependencies = [
12500 "proc-macro2",
12501 "quote",
12502 "syn 2.0.100",
12503]
12504
12505[[package]]
12506name = "serde_derive_internals"
12507version = "0.29.1"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12510dependencies = [
12511 "proc-macro2",
12512 "quote",
12513 "syn 2.0.100",
12514]
12515
12516[[package]]
12517name = "serde_fmt"
12518version = "1.0.3"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12521dependencies = [
12522 "serde",
12523]
12524
12525[[package]]
12526name = "serde_json"
12527version = "1.0.140"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12530dependencies = [
12531 "indexmap",
12532 "itoa",
12533 "memchr",
12534 "ryu",
12535 "serde",
12536]
12537
12538[[package]]
12539name = "serde_json_lenient"
12540version = "0.2.4"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12543dependencies = [
12544 "indexmap",
12545 "itoa",
12546 "memchr",
12547 "ryu",
12548 "serde",
12549]
12550
12551[[package]]
12552name = "serde_path_to_error"
12553version = "0.1.16"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12556dependencies = [
12557 "itoa",
12558 "serde",
12559]
12560
12561[[package]]
12562name = "serde_qs"
12563version = "0.8.5"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12566dependencies = [
12567 "percent-encoding",
12568 "serde",
12569 "thiserror 1.0.69",
12570]
12571
12572[[package]]
12573name = "serde_qs"
12574version = "0.10.1"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12577dependencies = [
12578 "percent-encoding",
12579 "serde",
12580 "thiserror 1.0.69",
12581]
12582
12583[[package]]
12584name = "serde_repr"
12585version = "0.1.20"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12588dependencies = [
12589 "proc-macro2",
12590 "quote",
12591 "syn 2.0.100",
12592]
12593
12594[[package]]
12595name = "serde_spanned"
12596version = "0.6.8"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12599dependencies = [
12600 "serde",
12601]
12602
12603[[package]]
12604name = "serde_urlencoded"
12605version = "0.7.1"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12608dependencies = [
12609 "form_urlencoded",
12610 "itoa",
12611 "ryu",
12612 "serde",
12613]
12614
12615[[package]]
12616name = "session"
12617version = "0.1.0"
12618dependencies = [
12619 "db",
12620 "gpui",
12621 "serde_json",
12622 "util",
12623 "uuid",
12624]
12625
12626[[package]]
12627name = "settings"
12628version = "0.1.0"
12629dependencies = [
12630 "anyhow",
12631 "collections",
12632 "ec4rs",
12633 "fs",
12634 "futures 0.3.31",
12635 "gpui",
12636 "indoc",
12637 "inventory",
12638 "log",
12639 "paths",
12640 "pretty_assertions",
12641 "release_channel",
12642 "rust-embed",
12643 "schemars",
12644 "serde",
12645 "serde_derive",
12646 "serde_json",
12647 "serde_json_lenient",
12648 "smallvec",
12649 "streaming-iterator",
12650 "tree-sitter",
12651 "tree-sitter-json",
12652 "unindent",
12653 "util",
12654]
12655
12656[[package]]
12657name = "settings_ui"
12658version = "0.1.0"
12659dependencies = [
12660 "command_palette_hooks",
12661 "editor",
12662 "feature_flags",
12663 "gpui",
12664 "settings",
12665 "theme",
12666 "ui",
12667 "workspace",
12668]
12669
12670[[package]]
12671name = "sha1"
12672version = "0.10.6"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12675dependencies = [
12676 "cfg-if",
12677 "cpufeatures",
12678 "digest",
12679]
12680
12681[[package]]
12682name = "sha1_smol"
12683version = "1.0.1"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12686
12687[[package]]
12688name = "sha2"
12689version = "0.10.8"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12692dependencies = [
12693 "cfg-if",
12694 "cpufeatures",
12695 "digest",
12696]
12697
12698[[package]]
12699name = "sharded-slab"
12700version = "0.1.7"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12703dependencies = [
12704 "lazy_static",
12705]
12706
12707[[package]]
12708name = "shell-words"
12709version = "1.1.0"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12712
12713[[package]]
12714name = "shellexpand"
12715version = "2.1.2"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12718dependencies = [
12719 "dirs 4.0.0",
12720]
12721
12722[[package]]
12723name = "shellexpand"
12724version = "3.1.0"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12727dependencies = [
12728 "dirs 5.0.1",
12729]
12730
12731[[package]]
12732name = "shlex"
12733version = "1.3.0"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12736
12737[[package]]
12738name = "signal-hook"
12739version = "0.3.17"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12742dependencies = [
12743 "libc",
12744 "signal-hook-registry",
12745]
12746
12747[[package]]
12748name = "signal-hook-registry"
12749version = "1.4.2"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12752dependencies = [
12753 "libc",
12754]
12755
12756[[package]]
12757name = "signature"
12758version = "1.6.4"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12761dependencies = [
12762 "digest",
12763 "rand_core 0.6.4",
12764]
12765
12766[[package]]
12767name = "signature"
12768version = "2.2.0"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12771dependencies = [
12772 "digest",
12773 "rand_core 0.6.4",
12774]
12775
12776[[package]]
12777name = "simd-adler32"
12778version = "0.3.7"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12781
12782[[package]]
12783name = "simd_helpers"
12784version = "0.1.0"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12787dependencies = [
12788 "quote",
12789]
12790
12791[[package]]
12792name = "simdutf8"
12793version = "0.1.5"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12796
12797[[package]]
12798name = "simple_asn1"
12799version = "0.6.2"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12802dependencies = [
12803 "num-bigint",
12804 "num-traits",
12805 "thiserror 1.0.69",
12806 "time",
12807]
12808
12809[[package]]
12810name = "simplecss"
12811version = "0.2.1"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12814dependencies = [
12815 "log",
12816]
12817
12818[[package]]
12819name = "simplelog"
12820version = "0.12.2"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12823dependencies = [
12824 "log",
12825 "termcolor",
12826 "time",
12827]
12828
12829[[package]]
12830name = "siphasher"
12831version = "0.3.11"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12834
12835[[package]]
12836name = "siphasher"
12837version = "1.0.1"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12840
12841[[package]]
12842name = "skrifa"
12843version = "0.22.3"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12846dependencies = [
12847 "bytemuck",
12848 "read-fonts",
12849]
12850
12851[[package]]
12852name = "slab"
12853version = "0.4.9"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12856dependencies = [
12857 "autocfg",
12858]
12859
12860[[package]]
12861name = "slash_commands_example"
12862version = "0.1.0"
12863dependencies = [
12864 "zed_extension_api 0.1.0",
12865]
12866
12867[[package]]
12868name = "slotmap"
12869version = "1.0.7"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12872dependencies = [
12873 "version_check",
12874]
12875
12876[[package]]
12877name = "smallvec"
12878version = "1.14.0"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12881dependencies = [
12882 "serde",
12883]
12884
12885[[package]]
12886name = "smart-default"
12887version = "0.6.0"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12890dependencies = [
12891 "proc-macro2",
12892 "quote",
12893 "syn 1.0.109",
12894]
12895
12896[[package]]
12897name = "smol"
12898version = "2.0.2"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12901dependencies = [
12902 "async-channel 2.3.1",
12903 "async-executor",
12904 "async-fs",
12905 "async-io",
12906 "async-lock",
12907 "async-net",
12908 "async-process",
12909 "blocking",
12910 "futures-lite 2.6.0",
12911]
12912
12913[[package]]
12914name = "smol_str"
12915version = "0.1.24"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12918dependencies = [
12919 "serde",
12920]
12921
12922[[package]]
12923name = "snippet"
12924version = "0.1.0"
12925dependencies = [
12926 "anyhow",
12927 "smallvec",
12928]
12929
12930[[package]]
12931name = "snippet_provider"
12932version = "0.1.0"
12933dependencies = [
12934 "anyhow",
12935 "collections",
12936 "extension",
12937 "fs",
12938 "futures 0.3.31",
12939 "gpui",
12940 "parking_lot",
12941 "paths",
12942 "schemars",
12943 "serde",
12944 "serde_json_lenient",
12945 "snippet",
12946 "util",
12947]
12948
12949[[package]]
12950name = "snippets_ui"
12951version = "0.1.0"
12952dependencies = [
12953 "fuzzy",
12954 "gpui",
12955 "language",
12956 "paths",
12957 "picker",
12958 "ui",
12959 "util",
12960 "workspace",
12961]
12962
12963[[package]]
12964name = "socket2"
12965version = "0.5.8"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12968dependencies = [
12969 "libc",
12970 "windows-sys 0.52.0",
12971]
12972
12973[[package]]
12974name = "spdx"
12975version = "0.10.7"
12976source = "registry+https://github.com/rust-lang/crates.io-index"
12977checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12978dependencies = [
12979 "smallvec",
12980]
12981
12982[[package]]
12983name = "spin"
12984version = "0.9.8"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12987dependencies = [
12988 "lock_api",
12989]
12990
12991[[package]]
12992name = "spirv"
12993version = "0.3.0+sdk-1.3.268.0"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12996dependencies = [
12997 "bitflags 2.8.0",
12998]
12999
13000[[package]]
13001name = "spki"
13002version = "0.6.0"
13003source = "registry+https://github.com/rust-lang/crates.io-index"
13004checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
13005dependencies = [
13006 "base64ct",
13007 "der 0.6.1",
13008]
13009
13010[[package]]
13011name = "spki"
13012version = "0.7.3"
13013source = "registry+https://github.com/rust-lang/crates.io-index"
13014checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13015dependencies = [
13016 "base64ct",
13017 "der 0.7.9",
13018]
13019
13020[[package]]
13021name = "sptr"
13022version = "0.3.2"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13025
13026[[package]]
13027name = "sqlez"
13028version = "0.1.0"
13029dependencies = [
13030 "anyhow",
13031 "collections",
13032 "futures 0.3.31",
13033 "indoc",
13034 "libsqlite3-sys",
13035 "parking_lot",
13036 "smol",
13037 "sqlformat",
13038 "thread_local",
13039 "util",
13040 "uuid",
13041]
13042
13043[[package]]
13044name = "sqlez_macros"
13045version = "0.1.0"
13046dependencies = [
13047 "sqlez",
13048 "sqlformat",
13049 "syn 1.0.109",
13050]
13051
13052[[package]]
13053name = "sqlformat"
13054version = "0.2.6"
13055source = "registry+https://github.com/rust-lang/crates.io-index"
13056checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13057dependencies = [
13058 "nom",
13059 "unicode_categories",
13060]
13061
13062[[package]]
13063name = "sqlx"
13064version = "0.8.3"
13065source = "registry+https://github.com/rust-lang/crates.io-index"
13066checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13067dependencies = [
13068 "sqlx-core",
13069 "sqlx-macros",
13070 "sqlx-mysql",
13071 "sqlx-postgres",
13072 "sqlx-sqlite",
13073]
13074
13075[[package]]
13076name = "sqlx-core"
13077version = "0.8.3"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13080dependencies = [
13081 "bigdecimal",
13082 "bytes 1.10.1",
13083 "chrono",
13084 "crc",
13085 "crossbeam-queue",
13086 "either",
13087 "event-listener 5.3.1",
13088 "futures-core",
13089 "futures-intrusive",
13090 "futures-io",
13091 "futures-util",
13092 "hashbrown 0.15.2",
13093 "hashlink 0.10.0",
13094 "indexmap",
13095 "log",
13096 "memchr",
13097 "once_cell",
13098 "percent-encoding",
13099 "rust_decimal",
13100 "rustls 0.23.25",
13101 "rustls-pemfile 2.2.0",
13102 "serde",
13103 "serde_json",
13104 "sha2",
13105 "smallvec",
13106 "thiserror 2.0.12",
13107 "time",
13108 "tokio",
13109 "tokio-stream",
13110 "tracing",
13111 "url",
13112 "uuid",
13113 "webpki-roots",
13114]
13115
13116[[package]]
13117name = "sqlx-macros"
13118version = "0.8.3"
13119source = "registry+https://github.com/rust-lang/crates.io-index"
13120checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13121dependencies = [
13122 "proc-macro2",
13123 "quote",
13124 "sqlx-core",
13125 "sqlx-macros-core",
13126 "syn 2.0.100",
13127]
13128
13129[[package]]
13130name = "sqlx-macros-core"
13131version = "0.8.3"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13134dependencies = [
13135 "dotenvy",
13136 "either",
13137 "heck 0.5.0",
13138 "hex",
13139 "once_cell",
13140 "proc-macro2",
13141 "quote",
13142 "serde",
13143 "serde_json",
13144 "sha2",
13145 "sqlx-core",
13146 "sqlx-mysql",
13147 "sqlx-postgres",
13148 "sqlx-sqlite",
13149 "syn 2.0.100",
13150 "tempfile",
13151 "tokio",
13152 "url",
13153]
13154
13155[[package]]
13156name = "sqlx-mysql"
13157version = "0.8.3"
13158source = "registry+https://github.com/rust-lang/crates.io-index"
13159checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13160dependencies = [
13161 "atoi",
13162 "base64 0.22.1",
13163 "bigdecimal",
13164 "bitflags 2.8.0",
13165 "byteorder",
13166 "bytes 1.10.1",
13167 "chrono",
13168 "crc",
13169 "digest",
13170 "dotenvy",
13171 "either",
13172 "futures-channel",
13173 "futures-core",
13174 "futures-io",
13175 "futures-util",
13176 "generic-array",
13177 "hex",
13178 "hkdf",
13179 "hmac",
13180 "itoa",
13181 "log",
13182 "md-5",
13183 "memchr",
13184 "once_cell",
13185 "percent-encoding",
13186 "rand 0.8.5",
13187 "rsa",
13188 "rust_decimal",
13189 "serde",
13190 "sha1",
13191 "sha2",
13192 "smallvec",
13193 "sqlx-core",
13194 "stringprep",
13195 "thiserror 2.0.12",
13196 "time",
13197 "tracing",
13198 "uuid",
13199 "whoami",
13200]
13201
13202[[package]]
13203name = "sqlx-postgres"
13204version = "0.8.3"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13207dependencies = [
13208 "atoi",
13209 "base64 0.22.1",
13210 "bigdecimal",
13211 "bitflags 2.8.0",
13212 "byteorder",
13213 "chrono",
13214 "crc",
13215 "dotenvy",
13216 "etcetera",
13217 "futures-channel",
13218 "futures-core",
13219 "futures-util",
13220 "hex",
13221 "hkdf",
13222 "hmac",
13223 "home",
13224 "itoa",
13225 "log",
13226 "md-5",
13227 "memchr",
13228 "num-bigint",
13229 "once_cell",
13230 "rand 0.8.5",
13231 "rust_decimal",
13232 "serde",
13233 "serde_json",
13234 "sha2",
13235 "smallvec",
13236 "sqlx-core",
13237 "stringprep",
13238 "thiserror 2.0.12",
13239 "time",
13240 "tracing",
13241 "uuid",
13242 "whoami",
13243]
13244
13245[[package]]
13246name = "sqlx-sqlite"
13247version = "0.8.3"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13250dependencies = [
13251 "atoi",
13252 "chrono",
13253 "flume",
13254 "futures-channel",
13255 "futures-core",
13256 "futures-executor",
13257 "futures-intrusive",
13258 "futures-util",
13259 "libsqlite3-sys",
13260 "log",
13261 "percent-encoding",
13262 "serde",
13263 "serde_urlencoded",
13264 "sqlx-core",
13265 "time",
13266 "tracing",
13267 "url",
13268 "uuid",
13269]
13270
13271[[package]]
13272name = "stable_deref_trait"
13273version = "1.2.0"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13276
13277[[package]]
13278name = "static_assertions"
13279version = "1.1.0"
13280source = "registry+https://github.com/rust-lang/crates.io-index"
13281checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13282
13283[[package]]
13284name = "story"
13285version = "0.1.0"
13286dependencies = [
13287 "gpui",
13288 "itertools 0.14.0",
13289 "smallvec",
13290]
13291
13292[[package]]
13293name = "storybook"
13294version = "0.1.0"
13295dependencies = [
13296 "anyhow",
13297 "clap",
13298 "collab_ui",
13299 "ctrlc",
13300 "dialoguer",
13301 "editor",
13302 "fuzzy",
13303 "gpui",
13304 "indoc",
13305 "language",
13306 "log",
13307 "menu",
13308 "picker",
13309 "project",
13310 "reqwest_client",
13311 "rust-embed",
13312 "settings",
13313 "simplelog",
13314 "story",
13315 "strum",
13316 "theme",
13317 "title_bar",
13318 "ui",
13319]
13320
13321[[package]]
13322name = "streaming-iterator"
13323version = "0.1.9"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13326
13327[[package]]
13328name = "streaming_diff"
13329version = "0.1.0"
13330dependencies = [
13331 "ordered-float 2.10.1",
13332 "rand 0.8.5",
13333 "rope",
13334 "util",
13335]
13336
13337[[package]]
13338name = "strict-num"
13339version = "0.1.1"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13342dependencies = [
13343 "float-cmp",
13344]
13345
13346[[package]]
13347name = "string_cache"
13348version = "0.8.7"
13349source = "registry+https://github.com/rust-lang/crates.io-index"
13350checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13351dependencies = [
13352 "new_debug_unreachable",
13353 "once_cell",
13354 "parking_lot",
13355 "phf_shared 0.10.0",
13356 "precomputed-hash",
13357 "serde",
13358]
13359
13360[[package]]
13361name = "string_cache_codegen"
13362version = "0.5.2"
13363source = "registry+https://github.com/rust-lang/crates.io-index"
13364checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13365dependencies = [
13366 "phf_generator 0.10.0",
13367 "phf_shared 0.10.0",
13368 "proc-macro2",
13369 "quote",
13370]
13371
13372[[package]]
13373name = "stringprep"
13374version = "0.1.5"
13375source = "registry+https://github.com/rust-lang/crates.io-index"
13376checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13377dependencies = [
13378 "unicode-bidi",
13379 "unicode-normalization",
13380 "unicode-properties",
13381]
13382
13383[[package]]
13384name = "strsim"
13385version = "0.11.1"
13386source = "registry+https://github.com/rust-lang/crates.io-index"
13387checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13388
13389[[package]]
13390name = "strum"
13391version = "0.26.3"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13394dependencies = [
13395 "strum_macros",
13396]
13397
13398[[package]]
13399name = "strum_macros"
13400version = "0.26.4"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13403dependencies = [
13404 "heck 0.5.0",
13405 "proc-macro2",
13406 "quote",
13407 "rustversion",
13408 "syn 2.0.100",
13409]
13410
13411[[package]]
13412name = "subtle"
13413version = "2.6.1"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13416
13417[[package]]
13418name = "sum_tree"
13419version = "0.1.0"
13420dependencies = [
13421 "arrayvec",
13422 "ctor",
13423 "env_logger 0.11.7",
13424 "log",
13425 "rand 0.8.5",
13426 "rayon",
13427]
13428
13429[[package]]
13430name = "supermaven"
13431version = "0.1.0"
13432dependencies = [
13433 "anyhow",
13434 "client",
13435 "collections",
13436 "editor",
13437 "env_logger 0.11.7",
13438 "futures 0.3.31",
13439 "gpui",
13440 "http_client",
13441 "inline_completion",
13442 "language",
13443 "log",
13444 "postage",
13445 "project",
13446 "serde",
13447 "serde_json",
13448 "settings",
13449 "smol",
13450 "supermaven_api",
13451 "text",
13452 "theme",
13453 "ui",
13454 "unicode-segmentation",
13455 "util",
13456]
13457
13458[[package]]
13459name = "supermaven_api"
13460version = "0.1.0"
13461dependencies = [
13462 "anyhow",
13463 "futures 0.3.31",
13464 "http_client",
13465 "paths",
13466 "serde",
13467 "serde_json",
13468 "smol",
13469]
13470
13471[[package]]
13472name = "sval"
13473version = "2.13.2"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13476
13477[[package]]
13478name = "sval_buffer"
13479version = "2.13.2"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13482dependencies = [
13483 "sval",
13484 "sval_ref",
13485]
13486
13487[[package]]
13488name = "sval_dynamic"
13489version = "2.13.2"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13492dependencies = [
13493 "sval",
13494]
13495
13496[[package]]
13497name = "sval_fmt"
13498version = "2.13.2"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13501dependencies = [
13502 "itoa",
13503 "ryu",
13504 "sval",
13505]
13506
13507[[package]]
13508name = "sval_json"
13509version = "2.13.2"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13512dependencies = [
13513 "itoa",
13514 "ryu",
13515 "sval",
13516]
13517
13518[[package]]
13519name = "sval_nested"
13520version = "2.13.2"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13523dependencies = [
13524 "sval",
13525 "sval_buffer",
13526 "sval_ref",
13527]
13528
13529[[package]]
13530name = "sval_ref"
13531version = "2.13.2"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13534dependencies = [
13535 "sval",
13536]
13537
13538[[package]]
13539name = "sval_serde"
13540version = "2.13.2"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13543dependencies = [
13544 "serde",
13545 "sval",
13546 "sval_nested",
13547]
13548
13549[[package]]
13550name = "svg_fmt"
13551version = "0.4.4"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13554
13555[[package]]
13556name = "svgtypes"
13557version = "0.15.3"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13560dependencies = [
13561 "kurbo",
13562 "siphasher 1.0.1",
13563]
13564
13565[[package]]
13566name = "swash"
13567version = "0.1.19"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13570dependencies = [
13571 "skrifa",
13572 "yazi",
13573 "zeno",
13574]
13575
13576[[package]]
13577name = "syn"
13578version = "1.0.109"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13581dependencies = [
13582 "proc-macro2",
13583 "quote",
13584 "unicode-ident",
13585]
13586
13587[[package]]
13588name = "syn"
13589version = "2.0.100"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13592dependencies = [
13593 "proc-macro2",
13594 "quote",
13595 "unicode-ident",
13596]
13597
13598[[package]]
13599name = "sync_wrapper"
13600version = "0.1.2"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13603
13604[[package]]
13605name = "sync_wrapper"
13606version = "1.0.2"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13609dependencies = [
13610 "futures-core",
13611]
13612
13613[[package]]
13614name = "synchronoise"
13615version = "1.0.1"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13618dependencies = [
13619 "crossbeam-queue",
13620]
13621
13622[[package]]
13623name = "synstructure"
13624version = "0.13.1"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13627dependencies = [
13628 "proc-macro2",
13629 "quote",
13630 "syn 2.0.100",
13631]
13632
13633[[package]]
13634name = "sys-locale"
13635version = "0.3.2"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13638dependencies = [
13639 "libc",
13640]
13641
13642[[package]]
13643name = "sysinfo"
13644version = "0.31.4"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13647dependencies = [
13648 "core-foundation-sys",
13649 "libc",
13650 "memchr",
13651 "ntapi",
13652 "rayon",
13653 "windows 0.57.0",
13654]
13655
13656[[package]]
13657name = "system-configuration"
13658version = "0.5.1"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13661dependencies = [
13662 "bitflags 1.3.2",
13663 "core-foundation 0.9.4",
13664 "system-configuration-sys 0.5.0",
13665]
13666
13667[[package]]
13668name = "system-configuration"
13669version = "0.6.1"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13672dependencies = [
13673 "bitflags 2.8.0",
13674 "core-foundation 0.9.4",
13675 "system-configuration-sys 0.6.0",
13676]
13677
13678[[package]]
13679name = "system-configuration-sys"
13680version = "0.5.0"
13681source = "registry+https://github.com/rust-lang/crates.io-index"
13682checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13683dependencies = [
13684 "core-foundation-sys",
13685 "libc",
13686]
13687
13688[[package]]
13689name = "system-configuration-sys"
13690version = "0.6.0"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13693dependencies = [
13694 "core-foundation-sys",
13695 "libc",
13696]
13697
13698[[package]]
13699name = "system-deps"
13700version = "6.2.2"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13703dependencies = [
13704 "cfg-expr",
13705 "heck 0.5.0",
13706 "pkg-config",
13707 "toml 0.8.20",
13708 "version-compare",
13709]
13710
13711[[package]]
13712name = "system-interface"
13713version = "0.27.3"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13716dependencies = [
13717 "bitflags 2.8.0",
13718 "cap-fs-ext",
13719 "cap-std",
13720 "fd-lock",
13721 "io-lifetimes",
13722 "rustix",
13723 "windows-sys 0.59.0",
13724 "winx",
13725]
13726
13727[[package]]
13728name = "tab_switcher"
13729version = "0.1.0"
13730dependencies = [
13731 "anyhow",
13732 "collections",
13733 "ctor",
13734 "editor",
13735 "env_logger 0.11.7",
13736 "gpui",
13737 "language",
13738 "menu",
13739 "picker",
13740 "project",
13741 "schemars",
13742 "serde",
13743 "serde_json",
13744 "settings",
13745 "theme",
13746 "ui",
13747 "util",
13748 "workspace",
13749]
13750
13751[[package]]
13752name = "taffy"
13753version = "0.4.4"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13756dependencies = [
13757 "arrayvec",
13758 "grid",
13759 "num-traits",
13760 "serde",
13761 "slotmap",
13762]
13763
13764[[package]]
13765name = "take-until"
13766version = "0.2.0"
13767source = "registry+https://github.com/rust-lang/crates.io-index"
13768checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13769
13770[[package]]
13771name = "tap"
13772version = "1.0.1"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13775
13776[[package]]
13777name = "target-lexicon"
13778version = "0.12.16"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13781
13782[[package]]
13783name = "target-lexicon"
13784version = "0.13.2"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13787
13788[[package]]
13789name = "task"
13790version = "0.1.0"
13791dependencies = [
13792 "anyhow",
13793 "collections",
13794 "dap-types",
13795 "futures 0.3.31",
13796 "gpui",
13797 "hex",
13798 "parking_lot",
13799 "schemars",
13800 "serde",
13801 "serde_json",
13802 "serde_json_lenient",
13803 "sha2",
13804 "shellexpand 2.1.2",
13805 "util",
13806 "zed_actions",
13807]
13808
13809[[package]]
13810name = "tasks_ui"
13811version = "0.1.0"
13812dependencies = [
13813 "anyhow",
13814 "debugger_ui",
13815 "editor",
13816 "feature_flags",
13817 "file_icons",
13818 "fuzzy",
13819 "gpui",
13820 "language",
13821 "menu",
13822 "picker",
13823 "project",
13824 "schemars",
13825 "serde",
13826 "serde_json",
13827 "settings",
13828 "task",
13829 "tree-sitter-rust",
13830 "tree-sitter-typescript",
13831 "ui",
13832 "util",
13833 "workspace",
13834 "zed_actions",
13835]
13836
13837[[package]]
13838name = "telemetry"
13839version = "0.1.0"
13840dependencies = [
13841 "futures 0.3.31",
13842 "serde",
13843 "serde_json",
13844 "telemetry_events",
13845]
13846
13847[[package]]
13848name = "telemetry_events"
13849version = "0.1.0"
13850dependencies = [
13851 "semantic_version",
13852 "serde",
13853 "serde_json",
13854]
13855
13856[[package]]
13857name = "tempfile"
13858version = "3.17.1"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13861dependencies = [
13862 "cfg-if",
13863 "fastrand 2.3.0",
13864 "getrandom 0.3.1",
13865 "once_cell",
13866 "rustix",
13867 "windows-sys 0.59.0",
13868]
13869
13870[[package]]
13871name = "tendril"
13872version = "0.4.3"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13875dependencies = [
13876 "futf",
13877 "mac",
13878 "utf-8",
13879]
13880
13881[[package]]
13882name = "termcolor"
13883version = "1.4.1"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13886dependencies = [
13887 "winapi-util",
13888]
13889
13890[[package]]
13891name = "terminal"
13892version = "0.1.0"
13893dependencies = [
13894 "alacritty_terminal",
13895 "anyhow",
13896 "collections",
13897 "dirs 4.0.0",
13898 "futures 0.3.31",
13899 "gpui",
13900 "libc",
13901 "rand 0.8.5",
13902 "regex",
13903 "release_channel",
13904 "schemars",
13905 "serde",
13906 "serde_derive",
13907 "settings",
13908 "smol",
13909 "sysinfo",
13910 "task",
13911 "theme",
13912 "thiserror 2.0.12",
13913 "util",
13914 "windows 0.60.0",
13915]
13916
13917[[package]]
13918name = "terminal_size"
13919version = "0.4.1"
13920source = "registry+https://github.com/rust-lang/crates.io-index"
13921checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13922dependencies = [
13923 "rustix",
13924 "windows-sys 0.59.0",
13925]
13926
13927[[package]]
13928name = "terminal_view"
13929version = "0.1.0"
13930dependencies = [
13931 "anyhow",
13932 "async-recursion 1.1.1",
13933 "breadcrumbs",
13934 "client",
13935 "collections",
13936 "db",
13937 "dirs 4.0.0",
13938 "editor",
13939 "futures 0.3.31",
13940 "gpui",
13941 "itertools 0.14.0",
13942 "language",
13943 "log",
13944 "project",
13945 "rand 0.8.5",
13946 "schemars",
13947 "search",
13948 "serde",
13949 "serde_json",
13950 "settings",
13951 "shellexpand 2.1.2",
13952 "smol",
13953 "task",
13954 "terminal",
13955 "theme",
13956 "ui",
13957 "util",
13958 "workspace",
13959 "zed_actions",
13960]
13961
13962[[package]]
13963name = "text"
13964version = "0.1.0"
13965dependencies = [
13966 "anyhow",
13967 "clock",
13968 "collections",
13969 "ctor",
13970 "env_logger 0.11.7",
13971 "gpui",
13972 "http_client",
13973 "log",
13974 "parking_lot",
13975 "postage",
13976 "rand 0.8.5",
13977 "regex",
13978 "rope",
13979 "smallvec",
13980 "sum_tree",
13981 "util",
13982]
13983
13984[[package]]
13985name = "theme"
13986version = "0.1.0"
13987dependencies = [
13988 "anyhow",
13989 "collections",
13990 "derive_more",
13991 "fs",
13992 "futures 0.3.31",
13993 "gpui",
13994 "indexmap",
13995 "log",
13996 "palette",
13997 "parking_lot",
13998 "refineable",
13999 "schemars",
14000 "serde",
14001 "serde_derive",
14002 "serde_json",
14003 "serde_json_lenient",
14004 "serde_repr",
14005 "settings",
14006 "strum",
14007 "thiserror 2.0.12",
14008 "util",
14009 "uuid",
14010]
14011
14012[[package]]
14013name = "theme_extension"
14014version = "0.1.0"
14015dependencies = [
14016 "anyhow",
14017 "extension",
14018 "fs",
14019 "gpui",
14020 "theme",
14021]
14022
14023[[package]]
14024name = "theme_importer"
14025version = "0.1.0"
14026dependencies = [
14027 "anyhow",
14028 "clap",
14029 "gpui",
14030 "indexmap",
14031 "log",
14032 "palette",
14033 "rust-embed",
14034 "serde",
14035 "serde_json",
14036 "serde_json_lenient",
14037 "simplelog",
14038 "strum",
14039 "theme",
14040 "vscode_theme",
14041]
14042
14043[[package]]
14044name = "theme_selector"
14045version = "0.1.0"
14046dependencies = [
14047 "fs",
14048 "fuzzy",
14049 "gpui",
14050 "log",
14051 "picker",
14052 "serde",
14053 "settings",
14054 "telemetry",
14055 "theme",
14056 "ui",
14057 "util",
14058 "workspace",
14059 "zed_actions",
14060]
14061
14062[[package]]
14063name = "thiserror"
14064version = "1.0.69"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14067dependencies = [
14068 "thiserror-impl 1.0.69",
14069]
14070
14071[[package]]
14072name = "thiserror"
14073version = "2.0.12"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14076dependencies = [
14077 "thiserror-impl 2.0.12",
14078]
14079
14080[[package]]
14081name = "thiserror-impl"
14082version = "1.0.69"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14085dependencies = [
14086 "proc-macro2",
14087 "quote",
14088 "syn 2.0.100",
14089]
14090
14091[[package]]
14092name = "thiserror-impl"
14093version = "2.0.12"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14096dependencies = [
14097 "proc-macro2",
14098 "quote",
14099 "syn 2.0.100",
14100]
14101
14102[[package]]
14103name = "thread_local"
14104version = "1.1.8"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14107dependencies = [
14108 "cfg-if",
14109 "once_cell",
14110]
14111
14112[[package]]
14113name = "tiff"
14114version = "0.9.1"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14117dependencies = [
14118 "flate2",
14119 "jpeg-decoder",
14120 "weezl",
14121]
14122
14123[[package]]
14124name = "tiktoken-rs"
14125version = "0.6.0"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14128dependencies = [
14129 "anyhow",
14130 "base64 0.21.7",
14131 "bstr",
14132 "fancy-regex 0.13.0",
14133 "lazy_static",
14134 "parking_lot",
14135 "regex",
14136 "rustc-hash 1.1.0",
14137]
14138
14139[[package]]
14140name = "time"
14141version = "0.3.40"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14144dependencies = [
14145 "deranged",
14146 "itoa",
14147 "libc",
14148 "num-conv",
14149 "num_threads",
14150 "powerfmt",
14151 "serde",
14152 "time-core",
14153 "time-macros",
14154]
14155
14156[[package]]
14157name = "time-core"
14158version = "0.1.4"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14161
14162[[package]]
14163name = "time-macros"
14164version = "0.2.21"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14167dependencies = [
14168 "num-conv",
14169 "time-core",
14170]
14171
14172[[package]]
14173name = "time_format"
14174version = "0.1.0"
14175dependencies = [
14176 "core-foundation 0.9.4",
14177 "core-foundation-sys",
14178 "sys-locale",
14179 "time",
14180]
14181
14182[[package]]
14183name = "tiny-keccak"
14184version = "2.0.2"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14187dependencies = [
14188 "crunchy",
14189]
14190
14191[[package]]
14192name = "tiny-skia"
14193version = "0.11.4"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14196dependencies = [
14197 "arrayref",
14198 "arrayvec",
14199 "bytemuck",
14200 "cfg-if",
14201 "log",
14202 "png",
14203 "tiny-skia-path",
14204]
14205
14206[[package]]
14207name = "tiny-skia-path"
14208version = "0.11.4"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14211dependencies = [
14212 "arrayref",
14213 "bytemuck",
14214 "strict-num",
14215]
14216
14217[[package]]
14218name = "tiny_http"
14219version = "0.8.2"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14222dependencies = [
14223 "ascii",
14224 "chrono",
14225 "chunked_transfer",
14226 "log",
14227 "url",
14228]
14229
14230[[package]]
14231name = "tinystr"
14232version = "0.7.6"
14233source = "registry+https://github.com/rust-lang/crates.io-index"
14234checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14235dependencies = [
14236 "displaydoc",
14237 "zerovec",
14238]
14239
14240[[package]]
14241name = "tinytemplate"
14242version = "1.2.1"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14245dependencies = [
14246 "serde",
14247 "serde_json",
14248]
14249
14250[[package]]
14251name = "tinyvec"
14252version = "1.8.0"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14255dependencies = [
14256 "tinyvec_macros",
14257]
14258
14259[[package]]
14260name = "tinyvec_macros"
14261version = "0.1.1"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14264
14265[[package]]
14266name = "title_bar"
14267version = "0.1.0"
14268dependencies = [
14269 "auto_update",
14270 "call",
14271 "client",
14272 "collections",
14273 "feature_flags",
14274 "git_ui",
14275 "gpui",
14276 "http_client",
14277 "notifications",
14278 "pretty_assertions",
14279 "project",
14280 "remote",
14281 "rpc",
14282 "schemars",
14283 "serde",
14284 "settings",
14285 "smallvec",
14286 "story",
14287 "telemetry",
14288 "theme",
14289 "tree-sitter-md",
14290 "ui",
14291 "util",
14292 "windows 0.60.0",
14293 "workspace",
14294 "zed_actions",
14295 "zeta",
14296]
14297
14298[[package]]
14299name = "tokio"
14300version = "1.43.0"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14303dependencies = [
14304 "backtrace",
14305 "bytes 1.10.1",
14306 "libc",
14307 "mio 1.0.3",
14308 "parking_lot",
14309 "pin-project-lite",
14310 "signal-hook-registry",
14311 "socket2",
14312 "tokio-macros",
14313 "windows-sys 0.52.0",
14314]
14315
14316[[package]]
14317name = "tokio-io"
14318version = "0.1.13"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14321dependencies = [
14322 "bytes 0.4.12",
14323 "futures 0.1.31",
14324 "log",
14325]
14326
14327[[package]]
14328name = "tokio-macros"
14329version = "2.5.0"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14332dependencies = [
14333 "proc-macro2",
14334 "quote",
14335 "syn 2.0.100",
14336]
14337
14338[[package]]
14339name = "tokio-native-tls"
14340version = "0.3.1"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14343dependencies = [
14344 "native-tls",
14345 "tokio",
14346]
14347
14348[[package]]
14349name = "tokio-rustls"
14350version = "0.24.1"
14351source = "registry+https://github.com/rust-lang/crates.io-index"
14352checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14353dependencies = [
14354 "rustls 0.21.12",
14355 "tokio",
14356]
14357
14358[[package]]
14359name = "tokio-rustls"
14360version = "0.26.1"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14363dependencies = [
14364 "rustls 0.23.25",
14365 "tokio",
14366]
14367
14368[[package]]
14369name = "tokio-socks"
14370version = "0.5.2"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14373dependencies = [
14374 "either",
14375 "futures-io",
14376 "futures-util",
14377 "thiserror 1.0.69",
14378 "tokio",
14379]
14380
14381[[package]]
14382name = "tokio-stream"
14383version = "0.1.17"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14386dependencies = [
14387 "futures-core",
14388 "pin-project-lite",
14389 "tokio",
14390]
14391
14392[[package]]
14393name = "tokio-tungstenite"
14394version = "0.20.1"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14397dependencies = [
14398 "futures-util",
14399 "log",
14400 "rustls 0.21.12",
14401 "rustls-native-certs 0.6.3",
14402 "tokio",
14403 "tokio-rustls 0.24.1",
14404 "tungstenite 0.20.1",
14405]
14406
14407[[package]]
14408name = "tokio-tungstenite"
14409version = "0.21.0"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14412dependencies = [
14413 "futures-util",
14414 "log",
14415 "tokio",
14416 "tungstenite 0.21.0",
14417]
14418
14419[[package]]
14420name = "tokio-util"
14421version = "0.7.13"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14424dependencies = [
14425 "bytes 1.10.1",
14426 "futures-core",
14427 "futures-io",
14428 "futures-sink",
14429 "pin-project-lite",
14430 "tokio",
14431]
14432
14433[[package]]
14434name = "toml"
14435version = "0.5.11"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14438dependencies = [
14439 "serde",
14440]
14441
14442[[package]]
14443name = "toml"
14444version = "0.8.20"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14447dependencies = [
14448 "serde",
14449 "serde_spanned",
14450 "toml_datetime",
14451 "toml_edit",
14452]
14453
14454[[package]]
14455name = "toml_datetime"
14456version = "0.6.8"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14459dependencies = [
14460 "serde",
14461]
14462
14463[[package]]
14464name = "toml_edit"
14465version = "0.22.23"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14468dependencies = [
14469 "indexmap",
14470 "serde",
14471 "serde_spanned",
14472 "toml_datetime",
14473 "winnow 0.7.1",
14474]
14475
14476[[package]]
14477name = "toolchain_selector"
14478version = "0.1.0"
14479dependencies = [
14480 "editor",
14481 "fuzzy",
14482 "gpui",
14483 "language",
14484 "picker",
14485 "project",
14486 "ui",
14487 "util",
14488 "workspace",
14489]
14490
14491[[package]]
14492name = "topological-sort"
14493version = "0.2.2"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14496
14497[[package]]
14498name = "tower"
14499version = "0.4.13"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14502dependencies = [
14503 "futures-core",
14504 "futures-util",
14505 "pin-project",
14506 "pin-project-lite",
14507 "tokio",
14508 "tower-layer",
14509 "tower-service",
14510 "tracing",
14511]
14512
14513[[package]]
14514name = "tower-http"
14515version = "0.3.5"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14518dependencies = [
14519 "bitflags 1.3.2",
14520 "bytes 1.10.1",
14521 "futures-core",
14522 "futures-util",
14523 "http 0.2.12",
14524 "http-body 0.4.6",
14525 "http-range-header",
14526 "pin-project-lite",
14527 "tower-layer",
14528 "tower-service",
14529]
14530
14531[[package]]
14532name = "tower-http"
14533version = "0.4.4"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14536dependencies = [
14537 "bitflags 2.8.0",
14538 "bytes 1.10.1",
14539 "futures-core",
14540 "futures-util",
14541 "http 0.2.12",
14542 "http-body 0.4.6",
14543 "http-range-header",
14544 "pin-project-lite",
14545 "tower-layer",
14546 "tower-service",
14547 "tracing",
14548]
14549
14550[[package]]
14551name = "tower-layer"
14552version = "0.3.3"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14555
14556[[package]]
14557name = "tower-service"
14558version = "0.3.3"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14561
14562[[package]]
14563name = "tracing"
14564version = "0.1.41"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14567dependencies = [
14568 "log",
14569 "pin-project-lite",
14570 "tracing-attributes",
14571 "tracing-core",
14572]
14573
14574[[package]]
14575name = "tracing-attributes"
14576version = "0.1.28"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14579dependencies = [
14580 "proc-macro2",
14581 "quote",
14582 "syn 2.0.100",
14583]
14584
14585[[package]]
14586name = "tracing-core"
14587version = "0.1.33"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14590dependencies = [
14591 "once_cell",
14592 "valuable",
14593]
14594
14595[[package]]
14596name = "tracing-log"
14597version = "0.2.0"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14600dependencies = [
14601 "log",
14602 "once_cell",
14603 "tracing-core",
14604]
14605
14606[[package]]
14607name = "tracing-serde"
14608version = "0.2.0"
14609source = "registry+https://github.com/rust-lang/crates.io-index"
14610checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14611dependencies = [
14612 "serde",
14613 "tracing-core",
14614]
14615
14616[[package]]
14617name = "tracing-subscriber"
14618version = "0.3.19"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14621dependencies = [
14622 "matchers",
14623 "nu-ansi-term",
14624 "once_cell",
14625 "regex",
14626 "serde",
14627 "serde_json",
14628 "sharded-slab",
14629 "smallvec",
14630 "thread_local",
14631 "tracing",
14632 "tracing-core",
14633 "tracing-log",
14634 "tracing-serde",
14635]
14636
14637[[package]]
14638name = "trait-variant"
14639version = "0.1.2"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14642dependencies = [
14643 "proc-macro2",
14644 "quote",
14645 "syn 2.0.100",
14646]
14647
14648[[package]]
14649name = "tree-sitter"
14650version = "0.25.3"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14653dependencies = [
14654 "cc",
14655 "regex",
14656 "regex-syntax 0.8.5",
14657 "serde_json",
14658 "streaming-iterator",
14659 "tree-sitter-language",
14660 "wasmtime-c-api-impl",
14661]
14662
14663[[package]]
14664name = "tree-sitter-bash"
14665version = "0.23.3"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14668dependencies = [
14669 "cc",
14670 "tree-sitter-language",
14671]
14672
14673[[package]]
14674name = "tree-sitter-c"
14675version = "0.23.4"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14678dependencies = [
14679 "cc",
14680 "tree-sitter-language",
14681]
14682
14683[[package]]
14684name = "tree-sitter-cpp"
14685version = "0.23.4"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14688dependencies = [
14689 "cc",
14690 "tree-sitter-language",
14691]
14692
14693[[package]]
14694name = "tree-sitter-css"
14695version = "0.23.2"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14698dependencies = [
14699 "cc",
14700 "tree-sitter-language",
14701]
14702
14703[[package]]
14704name = "tree-sitter-diff"
14705version = "0.1.0"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14708dependencies = [
14709 "cc",
14710 "tree-sitter-language",
14711]
14712
14713[[package]]
14714name = "tree-sitter-elixir"
14715version = "0.3.4"
14716source = "registry+https://github.com/rust-lang/crates.io-index"
14717checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14718dependencies = [
14719 "cc",
14720 "tree-sitter-language",
14721]
14722
14723[[package]]
14724name = "tree-sitter-embedded-template"
14725version = "0.23.2"
14726source = "registry+https://github.com/rust-lang/crates.io-index"
14727checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14728dependencies = [
14729 "cc",
14730 "tree-sitter-language",
14731]
14732
14733[[package]]
14734name = "tree-sitter-gitcommit"
14735version = "0.0.1"
14736source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14737dependencies = [
14738 "cc",
14739 "tree-sitter-language",
14740]
14741
14742[[package]]
14743name = "tree-sitter-go"
14744version = "0.23.4"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14747dependencies = [
14748 "cc",
14749 "tree-sitter-language",
14750]
14751
14752[[package]]
14753name = "tree-sitter-gomod"
14754version = "1.1.1"
14755source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14756dependencies = [
14757 "cc",
14758 "tree-sitter-language",
14759]
14760
14761[[package]]
14762name = "tree-sitter-gowork"
14763version = "0.0.1"
14764source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14765dependencies = [
14766 "cc",
14767 "tree-sitter-language",
14768]
14769
14770[[package]]
14771name = "tree-sitter-heex"
14772version = "0.0.1"
14773source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14774dependencies = [
14775 "cc",
14776 "tree-sitter-language",
14777]
14778
14779[[package]]
14780name = "tree-sitter-html"
14781version = "0.23.2"
14782source = "registry+https://github.com/rust-lang/crates.io-index"
14783checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14784dependencies = [
14785 "cc",
14786 "tree-sitter-language",
14787]
14788
14789[[package]]
14790name = "tree-sitter-jsdoc"
14791version = "0.23.2"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14794dependencies = [
14795 "cc",
14796 "tree-sitter-language",
14797]
14798
14799[[package]]
14800name = "tree-sitter-json"
14801version = "0.24.8"
14802source = "registry+https://github.com/rust-lang/crates.io-index"
14803checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14804dependencies = [
14805 "cc",
14806 "tree-sitter-language",
14807]
14808
14809[[package]]
14810name = "tree-sitter-language"
14811version = "0.1.3"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14814
14815[[package]]
14816name = "tree-sitter-md"
14817version = "0.3.2"
14818source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14819dependencies = [
14820 "cc",
14821 "tree-sitter-language",
14822]
14823
14824[[package]]
14825name = "tree-sitter-python"
14826version = "0.23.6"
14827source = "registry+https://github.com/rust-lang/crates.io-index"
14828checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14829dependencies = [
14830 "cc",
14831 "tree-sitter-language",
14832]
14833
14834[[package]]
14835name = "tree-sitter-regex"
14836version = "0.24.3"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14839dependencies = [
14840 "cc",
14841 "tree-sitter-language",
14842]
14843
14844[[package]]
14845name = "tree-sitter-ruby"
14846version = "0.23.1"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14849dependencies = [
14850 "cc",
14851 "tree-sitter-language",
14852]
14853
14854[[package]]
14855name = "tree-sitter-rust"
14856version = "0.23.2"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14859dependencies = [
14860 "cc",
14861 "tree-sitter-language",
14862]
14863
14864[[package]]
14865name = "tree-sitter-typescript"
14866version = "0.23.2"
14867source = "registry+https://github.com/rust-lang/crates.io-index"
14868checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14869dependencies = [
14870 "cc",
14871 "tree-sitter-language",
14872]
14873
14874[[package]]
14875name = "tree-sitter-yaml"
14876version = "0.6.1"
14877source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14878dependencies = [
14879 "cc",
14880 "tree-sitter-language",
14881]
14882
14883[[package]]
14884name = "try-lock"
14885version = "0.2.5"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14888
14889[[package]]
14890name = "ttf-parser"
14891version = "0.21.1"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14894
14895[[package]]
14896name = "ttf-parser"
14897version = "0.25.1"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14900dependencies = [
14901 "core_maths",
14902]
14903
14904[[package]]
14905name = "tungstenite"
14906version = "0.20.1"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14909dependencies = [
14910 "byteorder",
14911 "bytes 1.10.1",
14912 "data-encoding",
14913 "http 0.2.12",
14914 "httparse",
14915 "log",
14916 "rand 0.8.5",
14917 "rustls 0.21.12",
14918 "sha1",
14919 "thiserror 1.0.69",
14920 "url",
14921 "utf-8",
14922]
14923
14924[[package]]
14925name = "tungstenite"
14926version = "0.21.0"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14929dependencies = [
14930 "byteorder",
14931 "bytes 1.10.1",
14932 "data-encoding",
14933 "http 1.2.0",
14934 "httparse",
14935 "log",
14936 "rand 0.8.5",
14937 "sha1",
14938 "thiserror 1.0.69",
14939 "url",
14940 "utf-8",
14941]
14942
14943[[package]]
14944name = "tungstenite"
14945version = "0.24.0"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14948dependencies = [
14949 "byteorder",
14950 "bytes 1.10.1",
14951 "data-encoding",
14952 "http 1.2.0",
14953 "httparse",
14954 "log",
14955 "rand 0.8.5",
14956 "sha1",
14957 "thiserror 1.0.69",
14958 "utf-8",
14959]
14960
14961[[package]]
14962name = "typeid"
14963version = "1.0.2"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14966
14967[[package]]
14968name = "typenum"
14969version = "1.17.0"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14972
14973[[package]]
14974name = "ucd-trie"
14975version = "0.1.7"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14978
14979[[package]]
14980name = "uds_windows"
14981version = "1.1.0"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14984dependencies = [
14985 "memoffset",
14986 "tempfile",
14987 "winapi",
14988]
14989
14990[[package]]
14991name = "ui"
14992version = "0.1.0"
14993dependencies = [
14994 "chrono",
14995 "component",
14996 "gpui",
14997 "itertools 0.14.0",
14998 "linkme",
14999 "menu",
15000 "serde",
15001 "settings",
15002 "smallvec",
15003 "story",
15004 "strum",
15005 "theme",
15006 "ui_macros",
15007 "util",
15008 "windows 0.60.0",
15009]
15010
15011[[package]]
15012name = "ui_input"
15013version = "0.1.0"
15014dependencies = [
15015 "editor",
15016 "gpui",
15017 "settings",
15018 "theme",
15019 "ui",
15020]
15021
15022[[package]]
15023name = "ui_macros"
15024version = "0.1.0"
15025dependencies = [
15026 "convert_case 0.8.0",
15027 "linkme",
15028 "proc-macro2",
15029 "quote",
15030 "syn 1.0.109",
15031]
15032
15033[[package]]
15034name = "ui_prompt"
15035version = "0.1.0"
15036dependencies = [
15037 "gpui",
15038 "markdown",
15039 "menu",
15040 "settings",
15041 "theme",
15042 "ui",
15043 "workspace",
15044]
15045
15046[[package]]
15047name = "unicase"
15048version = "2.8.1"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15051
15052[[package]]
15053name = "unicode-bidi"
15054version = "0.3.17"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15057
15058[[package]]
15059name = "unicode-bidi-mirroring"
15060version = "0.2.0"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15063
15064[[package]]
15065name = "unicode-bidi-mirroring"
15066version = "0.4.0"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15069
15070[[package]]
15071name = "unicode-ccc"
15072version = "0.2.0"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15075
15076[[package]]
15077name = "unicode-ccc"
15078version = "0.4.0"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15081
15082[[package]]
15083name = "unicode-ident"
15084version = "1.0.14"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15087
15088[[package]]
15089name = "unicode-linebreak"
15090version = "0.1.5"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15093
15094[[package]]
15095name = "unicode-normalization"
15096version = "0.1.24"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15099dependencies = [
15100 "tinyvec",
15101]
15102
15103[[package]]
15104name = "unicode-properties"
15105version = "0.1.3"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15108
15109[[package]]
15110name = "unicode-script"
15111version = "0.5.7"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15114
15115[[package]]
15116name = "unicode-segmentation"
15117version = "1.12.0"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15120
15121[[package]]
15122name = "unicode-vo"
15123version = "0.1.0"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15126
15127[[package]]
15128name = "unicode-width"
15129version = "0.1.14"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15132
15133[[package]]
15134name = "unicode-xid"
15135version = "0.2.6"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15138
15139[[package]]
15140name = "unicode_categories"
15141version = "0.1.1"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15144
15145[[package]]
15146name = "unindent"
15147version = "0.2.4"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15150
15151[[package]]
15152name = "untrusted"
15153version = "0.9.0"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15156
15157[[package]]
15158name = "url"
15159version = "2.5.4"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15162dependencies = [
15163 "form_urlencoded",
15164 "idna",
15165 "percent-encoding",
15166 "serde",
15167]
15168
15169[[package]]
15170name = "urlencoding"
15171version = "2.1.3"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15174
15175[[package]]
15176name = "usvg"
15177version = "0.45.0"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15180dependencies = [
15181 "base64 0.22.1",
15182 "data-url",
15183 "flate2",
15184 "fontdb 0.23.0",
15185 "imagesize",
15186 "kurbo",
15187 "log",
15188 "pico-args",
15189 "roxmltree",
15190 "rustybuzz 0.20.1",
15191 "simplecss",
15192 "siphasher 1.0.1",
15193 "strict-num",
15194 "svgtypes",
15195 "tiny-skia-path",
15196 "unicode-bidi",
15197 "unicode-script",
15198 "unicode-vo",
15199 "xmlwriter",
15200]
15201
15202[[package]]
15203name = "utf-8"
15204version = "0.7.6"
15205source = "registry+https://github.com/rust-lang/crates.io-index"
15206checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15207
15208[[package]]
15209name = "utf16_iter"
15210version = "1.0.5"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15213
15214[[package]]
15215name = "utf8_iter"
15216version = "1.0.4"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15219
15220[[package]]
15221name = "utf8parse"
15222version = "0.2.2"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15225
15226[[package]]
15227name = "util"
15228version = "0.1.0"
15229dependencies = [
15230 "anyhow",
15231 "async-fs",
15232 "collections",
15233 "dirs 4.0.0",
15234 "dunce",
15235 "futures 0.3.31",
15236 "futures-lite 1.13.0",
15237 "git2",
15238 "globset",
15239 "itertools 0.14.0",
15240 "libc",
15241 "log",
15242 "rand 0.8.5",
15243 "regex",
15244 "rust-embed",
15245 "serde",
15246 "serde_json",
15247 "smol",
15248 "take-until",
15249 "tempfile",
15250 "tendril",
15251 "unicase",
15252 "util_macros",
15253]
15254
15255[[package]]
15256name = "util_macros"
15257version = "0.1.0"
15258dependencies = [
15259 "quote",
15260 "syn 1.0.109",
15261]
15262
15263[[package]]
15264name = "uuid"
15265version = "1.13.2"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15268dependencies = [
15269 "getrandom 0.3.1",
15270 "serde",
15271 "sha1_smol",
15272]
15273
15274[[package]]
15275name = "v_frame"
15276version = "0.3.8"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15279dependencies = [
15280 "aligned-vec",
15281 "num-traits",
15282 "wasm-bindgen",
15283]
15284
15285[[package]]
15286name = "valuable"
15287version = "0.1.0"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15290
15291[[package]]
15292name = "value-bag"
15293version = "1.10.0"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15296dependencies = [
15297 "value-bag-serde1",
15298 "value-bag-sval2",
15299]
15300
15301[[package]]
15302name = "value-bag-serde1"
15303version = "1.10.0"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15306dependencies = [
15307 "erased-serde",
15308 "serde",
15309 "serde_fmt",
15310]
15311
15312[[package]]
15313name = "value-bag-sval2"
15314version = "1.10.0"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15317dependencies = [
15318 "sval",
15319 "sval_buffer",
15320 "sval_dynamic",
15321 "sval_fmt",
15322 "sval_json",
15323 "sval_ref",
15324 "sval_serde",
15325]
15326
15327[[package]]
15328name = "vcpkg"
15329version = "0.2.15"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15332
15333[[package]]
15334name = "version-compare"
15335version = "0.2.0"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15338
15339[[package]]
15340name = "version_check"
15341version = "0.9.5"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15344
15345[[package]]
15346name = "vim"
15347version = "0.1.0"
15348dependencies = [
15349 "anyhow",
15350 "assets",
15351 "async-compat",
15352 "async-trait",
15353 "collections",
15354 "command_palette",
15355 "command_palette_hooks",
15356 "db",
15357 "editor",
15358 "futures 0.3.31",
15359 "git_ui",
15360 "gpui",
15361 "indoc",
15362 "itertools 0.14.0",
15363 "language",
15364 "libc",
15365 "log",
15366 "lsp",
15367 "multi_buffer",
15368 "nvim-rs",
15369 "parking_lot",
15370 "picker",
15371 "project",
15372 "project_panel",
15373 "regex",
15374 "release_channel",
15375 "schemars",
15376 "search",
15377 "serde",
15378 "serde_derive",
15379 "serde_json",
15380 "settings",
15381 "task",
15382 "text",
15383 "theme",
15384 "tokio",
15385 "ui",
15386 "util",
15387 "vim_mode_setting",
15388 "workspace",
15389 "zed_actions",
15390]
15391
15392[[package]]
15393name = "vim_mode_setting"
15394version = "0.1.0"
15395dependencies = [
15396 "anyhow",
15397 "gpui",
15398 "settings",
15399]
15400
15401[[package]]
15402name = "vscode_theme"
15403version = "0.2.0"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15406dependencies = [
15407 "serde",
15408]
15409
15410[[package]]
15411name = "vsimd"
15412version = "0.8.0"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15415
15416[[package]]
15417name = "vswhom"
15418version = "0.1.0"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15421dependencies = [
15422 "libc",
15423 "vswhom-sys",
15424]
15425
15426[[package]]
15427name = "vswhom-sys"
15428version = "0.1.2"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15431dependencies = [
15432 "cc",
15433 "libc",
15434]
15435
15436[[package]]
15437name = "vte"
15438version = "0.15.0"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15441dependencies = [
15442 "arrayvec",
15443 "bitflags 2.8.0",
15444 "cursor-icon",
15445 "log",
15446 "memchr",
15447 "serde",
15448]
15449
15450[[package]]
15451name = "waker-fn"
15452version = "1.2.0"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15455
15456[[package]]
15457name = "walkdir"
15458version = "2.5.0"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15461dependencies = [
15462 "same-file",
15463 "winapi-util",
15464]
15465
15466[[package]]
15467name = "want"
15468version = "0.3.1"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15471dependencies = [
15472 "try-lock",
15473]
15474
15475[[package]]
15476name = "warp"
15477version = "0.3.7"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15480dependencies = [
15481 "bytes 1.10.1",
15482 "futures-channel",
15483 "futures-util",
15484 "headers",
15485 "http 0.2.12",
15486 "hyper 0.14.32",
15487 "log",
15488 "mime",
15489 "mime_guess",
15490 "percent-encoding",
15491 "pin-project",
15492 "scoped-tls",
15493 "serde",
15494 "serde_json",
15495 "serde_urlencoded",
15496 "tokio",
15497 "tokio-tungstenite 0.21.0",
15498 "tokio-util",
15499 "tower-service",
15500 "tracing",
15501]
15502
15503[[package]]
15504name = "wasi"
15505version = "0.9.0+wasi-snapshot-preview1"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15508
15509[[package]]
15510name = "wasi"
15511version = "0.11.0+wasi-snapshot-preview1"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15514
15515[[package]]
15516name = "wasi"
15517version = "0.13.3+wasi-0.2.2"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15520dependencies = [
15521 "wit-bindgen-rt 0.33.0",
15522]
15523
15524[[package]]
15525name = "wasite"
15526version = "0.1.0"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15529
15530[[package]]
15531name = "wasm-bindgen"
15532version = "0.2.99"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15535dependencies = [
15536 "cfg-if",
15537 "once_cell",
15538 "wasm-bindgen-macro",
15539]
15540
15541[[package]]
15542name = "wasm-bindgen-backend"
15543version = "0.2.99"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15546dependencies = [
15547 "bumpalo",
15548 "log",
15549 "proc-macro2",
15550 "quote",
15551 "syn 2.0.100",
15552 "wasm-bindgen-shared",
15553]
15554
15555[[package]]
15556name = "wasm-bindgen-futures"
15557version = "0.4.49"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15560dependencies = [
15561 "cfg-if",
15562 "js-sys",
15563 "once_cell",
15564 "wasm-bindgen",
15565 "web-sys",
15566]
15567
15568[[package]]
15569name = "wasm-bindgen-macro"
15570version = "0.2.99"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15573dependencies = [
15574 "quote",
15575 "wasm-bindgen-macro-support",
15576]
15577
15578[[package]]
15579name = "wasm-bindgen-macro-support"
15580version = "0.2.99"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15583dependencies = [
15584 "proc-macro2",
15585 "quote",
15586 "syn 2.0.100",
15587 "wasm-bindgen-backend",
15588 "wasm-bindgen-shared",
15589]
15590
15591[[package]]
15592name = "wasm-bindgen-shared"
15593version = "0.2.99"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15596
15597[[package]]
15598name = "wasm-encoder"
15599version = "0.201.0"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15602dependencies = [
15603 "leb128",
15604]
15605
15606[[package]]
15607name = "wasm-encoder"
15608version = "0.221.3"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15611dependencies = [
15612 "leb128",
15613 "wasmparser 0.221.3",
15614]
15615
15616[[package]]
15617name = "wasm-metadata"
15618version = "0.201.0"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15621dependencies = [
15622 "anyhow",
15623 "indexmap",
15624 "serde",
15625 "serde_derive",
15626 "serde_json",
15627 "spdx",
15628 "wasm-encoder 0.201.0",
15629 "wasmparser 0.201.0",
15630]
15631
15632[[package]]
15633name = "wasm-metadata"
15634version = "0.221.3"
15635source = "registry+https://github.com/rust-lang/crates.io-index"
15636checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15637dependencies = [
15638 "anyhow",
15639 "indexmap",
15640 "serde",
15641 "serde_derive",
15642 "serde_json",
15643 "spdx",
15644 "wasm-encoder 0.221.3",
15645 "wasmparser 0.221.3",
15646]
15647
15648[[package]]
15649name = "wasm-streams"
15650version = "0.4.2"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15653dependencies = [
15654 "futures-util",
15655 "js-sys",
15656 "wasm-bindgen",
15657 "wasm-bindgen-futures",
15658 "web-sys",
15659]
15660
15661[[package]]
15662name = "wasmparser"
15663version = "0.201.0"
15664source = "registry+https://github.com/rust-lang/crates.io-index"
15665checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15666dependencies = [
15667 "bitflags 2.8.0",
15668 "indexmap",
15669 "semver",
15670]
15671
15672[[package]]
15673name = "wasmparser"
15674version = "0.221.3"
15675source = "registry+https://github.com/rust-lang/crates.io-index"
15676checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15677dependencies = [
15678 "bitflags 2.8.0",
15679 "hashbrown 0.15.2",
15680 "indexmap",
15681 "semver",
15682 "serde",
15683]
15684
15685[[package]]
15686name = "wasmprinter"
15687version = "0.221.3"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15690dependencies = [
15691 "anyhow",
15692 "termcolor",
15693 "wasmparser 0.221.3",
15694]
15695
15696[[package]]
15697name = "wasmtime"
15698version = "29.0.1"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15701dependencies = [
15702 "anyhow",
15703 "async-trait",
15704 "bitflags 2.8.0",
15705 "bumpalo",
15706 "cc",
15707 "cfg-if",
15708 "encoding_rs",
15709 "hashbrown 0.14.5",
15710 "indexmap",
15711 "libc",
15712 "log",
15713 "mach2",
15714 "memfd",
15715 "object",
15716 "once_cell",
15717 "paste",
15718 "postcard",
15719 "psm",
15720 "pulley-interpreter",
15721 "rustix",
15722 "semver",
15723 "serde",
15724 "serde_derive",
15725 "smallvec",
15726 "sptr",
15727 "target-lexicon 0.13.2",
15728 "trait-variant",
15729 "wasmparser 0.221.3",
15730 "wasmtime-asm-macros",
15731 "wasmtime-component-macro",
15732 "wasmtime-component-util",
15733 "wasmtime-cranelift",
15734 "wasmtime-environ",
15735 "wasmtime-fiber",
15736 "wasmtime-jit-icache-coherence",
15737 "wasmtime-math",
15738 "wasmtime-slab",
15739 "wasmtime-versioned-export-macros",
15740 "wasmtime-winch",
15741 "windows-sys 0.59.0",
15742]
15743
15744[[package]]
15745name = "wasmtime-asm-macros"
15746version = "29.0.1"
15747source = "registry+https://github.com/rust-lang/crates.io-index"
15748checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15749dependencies = [
15750 "cfg-if",
15751]
15752
15753[[package]]
15754name = "wasmtime-c-api-impl"
15755version = "29.0.1"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15758dependencies = [
15759 "anyhow",
15760 "log",
15761 "tracing",
15762 "wasmtime",
15763 "wasmtime-c-api-macros",
15764]
15765
15766[[package]]
15767name = "wasmtime-c-api-macros"
15768version = "29.0.1"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15771dependencies = [
15772 "proc-macro2",
15773 "quote",
15774]
15775
15776[[package]]
15777name = "wasmtime-component-macro"
15778version = "29.0.1"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15781dependencies = [
15782 "anyhow",
15783 "proc-macro2",
15784 "quote",
15785 "syn 2.0.100",
15786 "wasmtime-component-util",
15787 "wasmtime-wit-bindgen",
15788 "wit-parser 0.221.3",
15789]
15790
15791[[package]]
15792name = "wasmtime-component-util"
15793version = "29.0.1"
15794source = "registry+https://github.com/rust-lang/crates.io-index"
15795checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15796
15797[[package]]
15798name = "wasmtime-cranelift"
15799version = "29.0.1"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15802dependencies = [
15803 "anyhow",
15804 "cfg-if",
15805 "cranelift-codegen",
15806 "cranelift-control",
15807 "cranelift-entity",
15808 "cranelift-frontend",
15809 "cranelift-native",
15810 "gimli",
15811 "itertools 0.12.1",
15812 "log",
15813 "object",
15814 "smallvec",
15815 "target-lexicon 0.13.2",
15816 "thiserror 1.0.69",
15817 "wasmparser 0.221.3",
15818 "wasmtime-environ",
15819 "wasmtime-versioned-export-macros",
15820]
15821
15822[[package]]
15823name = "wasmtime-environ"
15824version = "29.0.1"
15825source = "registry+https://github.com/rust-lang/crates.io-index"
15826checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15827dependencies = [
15828 "anyhow",
15829 "cpp_demangle",
15830 "cranelift-bitset",
15831 "cranelift-entity",
15832 "gimli",
15833 "indexmap",
15834 "log",
15835 "object",
15836 "postcard",
15837 "rustc-demangle",
15838 "semver",
15839 "serde",
15840 "serde_derive",
15841 "smallvec",
15842 "target-lexicon 0.13.2",
15843 "wasm-encoder 0.221.3",
15844 "wasmparser 0.221.3",
15845 "wasmprinter",
15846 "wasmtime-component-util",
15847]
15848
15849[[package]]
15850name = "wasmtime-fiber"
15851version = "29.0.1"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15854dependencies = [
15855 "anyhow",
15856 "cc",
15857 "cfg-if",
15858 "rustix",
15859 "wasmtime-asm-macros",
15860 "wasmtime-versioned-export-macros",
15861 "windows-sys 0.59.0",
15862]
15863
15864[[package]]
15865name = "wasmtime-jit-icache-coherence"
15866version = "29.0.1"
15867source = "registry+https://github.com/rust-lang/crates.io-index"
15868checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15869dependencies = [
15870 "anyhow",
15871 "cfg-if",
15872 "libc",
15873 "windows-sys 0.59.0",
15874]
15875
15876[[package]]
15877name = "wasmtime-math"
15878version = "29.0.1"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15881dependencies = [
15882 "libm",
15883]
15884
15885[[package]]
15886name = "wasmtime-slab"
15887version = "29.0.1"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15890
15891[[package]]
15892name = "wasmtime-versioned-export-macros"
15893version = "29.0.1"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15896dependencies = [
15897 "proc-macro2",
15898 "quote",
15899 "syn 2.0.100",
15900]
15901
15902[[package]]
15903name = "wasmtime-wasi"
15904version = "29.0.1"
15905source = "registry+https://github.com/rust-lang/crates.io-index"
15906checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15907dependencies = [
15908 "anyhow",
15909 "async-trait",
15910 "bitflags 2.8.0",
15911 "bytes 1.10.1",
15912 "cap-fs-ext",
15913 "cap-net-ext",
15914 "cap-rand",
15915 "cap-std",
15916 "cap-time-ext",
15917 "fs-set-times",
15918 "futures 0.3.31",
15919 "io-extras",
15920 "io-lifetimes",
15921 "rustix",
15922 "system-interface",
15923 "thiserror 1.0.69",
15924 "tokio",
15925 "tracing",
15926 "trait-variant",
15927 "url",
15928 "wasmtime",
15929 "wiggle",
15930 "windows-sys 0.59.0",
15931]
15932
15933[[package]]
15934name = "wasmtime-winch"
15935version = "29.0.1"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15938dependencies = [
15939 "anyhow",
15940 "cranelift-codegen",
15941 "gimli",
15942 "object",
15943 "target-lexicon 0.13.2",
15944 "wasmparser 0.221.3",
15945 "wasmtime-cranelift",
15946 "wasmtime-environ",
15947 "winch-codegen",
15948]
15949
15950[[package]]
15951name = "wasmtime-wit-bindgen"
15952version = "29.0.1"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15955dependencies = [
15956 "anyhow",
15957 "heck 0.5.0",
15958 "indexmap",
15959 "wit-parser 0.221.3",
15960]
15961
15962[[package]]
15963name = "wast"
15964version = "35.0.2"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15967dependencies = [
15968 "leb128",
15969]
15970
15971[[package]]
15972name = "wayland-backend"
15973version = "0.3.8"
15974source = "registry+https://github.com/rust-lang/crates.io-index"
15975checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15976dependencies = [
15977 "cc",
15978 "downcast-rs",
15979 "rustix",
15980 "scoped-tls",
15981 "smallvec",
15982 "wayland-sys",
15983]
15984
15985[[package]]
15986name = "wayland-client"
15987version = "0.31.8"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15990dependencies = [
15991 "bitflags 2.8.0",
15992 "rustix",
15993 "wayland-backend",
15994 "wayland-scanner",
15995]
15996
15997[[package]]
15998name = "wayland-cursor"
15999version = "0.31.8"
16000source = "registry+https://github.com/rust-lang/crates.io-index"
16001checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16002dependencies = [
16003 "rustix",
16004 "wayland-client",
16005 "xcursor",
16006]
16007
16008[[package]]
16009name = "wayland-protocols"
16010version = "0.31.2"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16013dependencies = [
16014 "bitflags 2.8.0",
16015 "wayland-backend",
16016 "wayland-client",
16017 "wayland-scanner",
16018]
16019
16020[[package]]
16021name = "wayland-protocols-plasma"
16022version = "0.2.0"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16025dependencies = [
16026 "bitflags 2.8.0",
16027 "wayland-backend",
16028 "wayland-client",
16029 "wayland-protocols",
16030 "wayland-scanner",
16031]
16032
16033[[package]]
16034name = "wayland-scanner"
16035version = "0.31.6"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16038dependencies = [
16039 "proc-macro2",
16040 "quick-xml 0.37.2",
16041 "quote",
16042]
16043
16044[[package]]
16045name = "wayland-sys"
16046version = "0.31.6"
16047source = "registry+https://github.com/rust-lang/crates.io-index"
16048checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16049dependencies = [
16050 "dlib",
16051 "log",
16052 "once_cell",
16053 "pkg-config",
16054]
16055
16056[[package]]
16057name = "web-sys"
16058version = "0.3.76"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16061dependencies = [
16062 "js-sys",
16063 "wasm-bindgen",
16064]
16065
16066[[package]]
16067name = "web-time"
16068version = "1.1.0"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16071dependencies = [
16072 "js-sys",
16073 "wasm-bindgen",
16074]
16075
16076[[package]]
16077name = "webpki-root-certs"
16078version = "0.26.8"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16081dependencies = [
16082 "rustls-pki-types",
16083]
16084
16085[[package]]
16086name = "webpki-roots"
16087version = "0.26.7"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16090dependencies = [
16091 "rustls-pki-types",
16092]
16093
16094[[package]]
16095name = "webrtc-sys"
16096version = "0.3.5"
16097source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16098dependencies = [
16099 "cc",
16100 "cxx",
16101 "cxx-build",
16102 "glob",
16103 "log",
16104 "webrtc-sys-build",
16105]
16106
16107[[package]]
16108name = "webrtc-sys-build"
16109version = "0.3.5"
16110source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16111dependencies = [
16112 "fs2",
16113 "regex",
16114 "reqwest 0.11.27",
16115 "scratch",
16116 "semver",
16117 "zip",
16118]
16119
16120[[package]]
16121name = "weezl"
16122version = "0.1.8"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16125
16126[[package]]
16127name = "welcome"
16128version = "0.1.0"
16129dependencies = [
16130 "anyhow",
16131 "client",
16132 "db",
16133 "editor",
16134 "fuzzy",
16135 "gpui",
16136 "install_cli",
16137 "language",
16138 "picker",
16139 "project",
16140 "schemars",
16141 "serde",
16142 "settings",
16143 "telemetry",
16144 "ui",
16145 "util",
16146 "vim_mode_setting",
16147 "workspace",
16148 "zed_actions",
16149]
16150
16151[[package]]
16152name = "which"
16153version = "4.4.2"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16156dependencies = [
16157 "either",
16158 "home",
16159 "once_cell",
16160 "rustix",
16161]
16162
16163[[package]]
16164name = "which"
16165version = "6.0.3"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16168dependencies = [
16169 "either",
16170 "home",
16171 "rustix",
16172 "winsafe",
16173]
16174
16175[[package]]
16176name = "which"
16177version = "7.0.2"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16180dependencies = [
16181 "either",
16182 "env_home",
16183 "rustix",
16184 "winsafe",
16185]
16186
16187[[package]]
16188name = "whoami"
16189version = "1.5.2"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16192dependencies = [
16193 "redox_syscall 0.5.8",
16194 "wasite",
16195]
16196
16197[[package]]
16198name = "wiggle"
16199version = "29.0.1"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16202dependencies = [
16203 "anyhow",
16204 "async-trait",
16205 "bitflags 2.8.0",
16206 "thiserror 1.0.69",
16207 "tracing",
16208 "wasmtime",
16209 "wiggle-macro",
16210]
16211
16212[[package]]
16213name = "wiggle-generate"
16214version = "29.0.1"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16217dependencies = [
16218 "anyhow",
16219 "heck 0.5.0",
16220 "proc-macro2",
16221 "quote",
16222 "shellexpand 2.1.2",
16223 "syn 2.0.100",
16224 "witx",
16225]
16226
16227[[package]]
16228name = "wiggle-macro"
16229version = "29.0.1"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16232dependencies = [
16233 "proc-macro2",
16234 "quote",
16235 "syn 2.0.100",
16236 "wiggle-generate",
16237]
16238
16239[[package]]
16240name = "winapi"
16241version = "0.3.9"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16244dependencies = [
16245 "winapi-i686-pc-windows-gnu",
16246 "winapi-x86_64-pc-windows-gnu",
16247]
16248
16249[[package]]
16250name = "winapi-i686-pc-windows-gnu"
16251version = "0.4.0"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16254
16255[[package]]
16256name = "winapi-util"
16257version = "0.1.9"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16260dependencies = [
16261 "windows-sys 0.59.0",
16262]
16263
16264[[package]]
16265name = "winapi-x86_64-pc-windows-gnu"
16266version = "0.4.0"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16269
16270[[package]]
16271name = "winch-codegen"
16272version = "29.0.1"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16275dependencies = [
16276 "anyhow",
16277 "cranelift-codegen",
16278 "gimli",
16279 "regalloc2",
16280 "smallvec",
16281 "target-lexicon 0.13.2",
16282 "thiserror 1.0.69",
16283 "wasmparser 0.221.3",
16284 "wasmtime-cranelift",
16285 "wasmtime-environ",
16286]
16287
16288[[package]]
16289name = "windows"
16290version = "0.54.0"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16293dependencies = [
16294 "windows-core 0.54.0",
16295 "windows-targets 0.52.6",
16296]
16297
16298[[package]]
16299name = "windows"
16300version = "0.57.0"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16303dependencies = [
16304 "windows-core 0.57.0",
16305 "windows-targets 0.52.6",
16306]
16307
16308[[package]]
16309name = "windows"
16310version = "0.58.0"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16313dependencies = [
16314 "windows-core 0.58.0",
16315 "windows-targets 0.52.6",
16316]
16317
16318[[package]]
16319name = "windows"
16320version = "0.60.0"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16323dependencies = [
16324 "windows-collections",
16325 "windows-core 0.60.1",
16326 "windows-future",
16327 "windows-link",
16328 "windows-numerics",
16329]
16330
16331[[package]]
16332name = "windows-collections"
16333version = "0.1.1"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16336dependencies = [
16337 "windows-core 0.60.1",
16338]
16339
16340[[package]]
16341name = "windows-core"
16342version = "0.52.0"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16345dependencies = [
16346 "windows-targets 0.52.6",
16347]
16348
16349[[package]]
16350name = "windows-core"
16351version = "0.54.0"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16354dependencies = [
16355 "windows-result 0.1.2",
16356 "windows-targets 0.52.6",
16357]
16358
16359[[package]]
16360name = "windows-core"
16361version = "0.57.0"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16364dependencies = [
16365 "windows-implement 0.57.0",
16366 "windows-interface 0.57.0",
16367 "windows-result 0.1.2",
16368 "windows-targets 0.52.6",
16369]
16370
16371[[package]]
16372name = "windows-core"
16373version = "0.58.0"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16376dependencies = [
16377 "windows-implement 0.58.0",
16378 "windows-interface 0.58.0",
16379 "windows-result 0.2.0",
16380 "windows-strings 0.1.0",
16381 "windows-targets 0.52.6",
16382]
16383
16384[[package]]
16385name = "windows-core"
16386version = "0.60.1"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16389dependencies = [
16390 "windows-implement 0.59.0",
16391 "windows-interface 0.59.0",
16392 "windows-link",
16393 "windows-result 0.3.1",
16394 "windows-strings 0.3.1",
16395]
16396
16397[[package]]
16398name = "windows-future"
16399version = "0.1.1"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16402dependencies = [
16403 "windows-core 0.60.1",
16404 "windows-link",
16405]
16406
16407[[package]]
16408name = "windows-implement"
16409version = "0.57.0"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16412dependencies = [
16413 "proc-macro2",
16414 "quote",
16415 "syn 2.0.100",
16416]
16417
16418[[package]]
16419name = "windows-implement"
16420version = "0.58.0"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16423dependencies = [
16424 "proc-macro2",
16425 "quote",
16426 "syn 2.0.100",
16427]
16428
16429[[package]]
16430name = "windows-implement"
16431version = "0.59.0"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16434dependencies = [
16435 "proc-macro2",
16436 "quote",
16437 "syn 2.0.100",
16438]
16439
16440[[package]]
16441name = "windows-interface"
16442version = "0.57.0"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16445dependencies = [
16446 "proc-macro2",
16447 "quote",
16448 "syn 2.0.100",
16449]
16450
16451[[package]]
16452name = "windows-interface"
16453version = "0.58.0"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16456dependencies = [
16457 "proc-macro2",
16458 "quote",
16459 "syn 2.0.100",
16460]
16461
16462[[package]]
16463name = "windows-interface"
16464version = "0.59.0"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16467dependencies = [
16468 "proc-macro2",
16469 "quote",
16470 "syn 2.0.100",
16471]
16472
16473[[package]]
16474name = "windows-link"
16475version = "0.1.0"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16478
16479[[package]]
16480name = "windows-numerics"
16481version = "0.1.1"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16484dependencies = [
16485 "windows-core 0.60.1",
16486 "windows-link",
16487]
16488
16489[[package]]
16490name = "windows-registry"
16491version = "0.2.0"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16494dependencies = [
16495 "windows-result 0.2.0",
16496 "windows-strings 0.1.0",
16497 "windows-targets 0.52.6",
16498]
16499
16500[[package]]
16501name = "windows-result"
16502version = "0.1.2"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16505dependencies = [
16506 "windows-targets 0.52.6",
16507]
16508
16509[[package]]
16510name = "windows-result"
16511version = "0.2.0"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16514dependencies = [
16515 "windows-targets 0.52.6",
16516]
16517
16518[[package]]
16519name = "windows-result"
16520version = "0.3.1"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16523dependencies = [
16524 "windows-link",
16525]
16526
16527[[package]]
16528name = "windows-strings"
16529version = "0.1.0"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16532dependencies = [
16533 "windows-result 0.2.0",
16534 "windows-targets 0.52.6",
16535]
16536
16537[[package]]
16538name = "windows-strings"
16539version = "0.3.1"
16540source = "registry+https://github.com/rust-lang/crates.io-index"
16541checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16542dependencies = [
16543 "windows-link",
16544]
16545
16546[[package]]
16547name = "windows-sys"
16548version = "0.45.0"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16551dependencies = [
16552 "windows-targets 0.42.2",
16553]
16554
16555[[package]]
16556name = "windows-sys"
16557version = "0.48.0"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16560dependencies = [
16561 "windows-targets 0.48.5",
16562]
16563
16564[[package]]
16565name = "windows-sys"
16566version = "0.52.0"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16569dependencies = [
16570 "windows-targets 0.52.6",
16571]
16572
16573[[package]]
16574name = "windows-sys"
16575version = "0.59.0"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16578dependencies = [
16579 "windows-targets 0.52.6",
16580]
16581
16582[[package]]
16583name = "windows-targets"
16584version = "0.42.2"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16587dependencies = [
16588 "windows_aarch64_gnullvm 0.42.2",
16589 "windows_aarch64_msvc 0.42.2",
16590 "windows_i686_gnu 0.42.2",
16591 "windows_i686_msvc 0.42.2",
16592 "windows_x86_64_gnu 0.42.2",
16593 "windows_x86_64_gnullvm 0.42.2",
16594 "windows_x86_64_msvc 0.42.2",
16595]
16596
16597[[package]]
16598name = "windows-targets"
16599version = "0.48.5"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16602dependencies = [
16603 "windows_aarch64_gnullvm 0.48.5",
16604 "windows_aarch64_msvc 0.48.5",
16605 "windows_i686_gnu 0.48.5",
16606 "windows_i686_msvc 0.48.5",
16607 "windows_x86_64_gnu 0.48.5",
16608 "windows_x86_64_gnullvm 0.48.5",
16609 "windows_x86_64_msvc 0.48.5",
16610]
16611
16612[[package]]
16613name = "windows-targets"
16614version = "0.52.6"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16617dependencies = [
16618 "windows_aarch64_gnullvm 0.52.6",
16619 "windows_aarch64_msvc 0.52.6",
16620 "windows_i686_gnu 0.52.6",
16621 "windows_i686_gnullvm",
16622 "windows_i686_msvc 0.52.6",
16623 "windows_x86_64_gnu 0.52.6",
16624 "windows_x86_64_gnullvm 0.52.6",
16625 "windows_x86_64_msvc 0.52.6",
16626]
16627
16628[[package]]
16629name = "windows_aarch64_gnullvm"
16630version = "0.42.2"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16633
16634[[package]]
16635name = "windows_aarch64_gnullvm"
16636version = "0.48.5"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16639
16640[[package]]
16641name = "windows_aarch64_gnullvm"
16642version = "0.52.6"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16645
16646[[package]]
16647name = "windows_aarch64_msvc"
16648version = "0.42.2"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16651
16652[[package]]
16653name = "windows_aarch64_msvc"
16654version = "0.48.5"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16657
16658[[package]]
16659name = "windows_aarch64_msvc"
16660version = "0.52.6"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16663
16664[[package]]
16665name = "windows_i686_gnu"
16666version = "0.42.2"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16669
16670[[package]]
16671name = "windows_i686_gnu"
16672version = "0.48.5"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16675
16676[[package]]
16677name = "windows_i686_gnu"
16678version = "0.52.6"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16681
16682[[package]]
16683name = "windows_i686_gnullvm"
16684version = "0.52.6"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16687
16688[[package]]
16689name = "windows_i686_msvc"
16690version = "0.42.2"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16693
16694[[package]]
16695name = "windows_i686_msvc"
16696version = "0.48.5"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16699
16700[[package]]
16701name = "windows_i686_msvc"
16702version = "0.52.6"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16705
16706[[package]]
16707name = "windows_x86_64_gnu"
16708version = "0.42.2"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16711
16712[[package]]
16713name = "windows_x86_64_gnu"
16714version = "0.48.5"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16717
16718[[package]]
16719name = "windows_x86_64_gnu"
16720version = "0.52.6"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16723
16724[[package]]
16725name = "windows_x86_64_gnullvm"
16726version = "0.42.2"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16729
16730[[package]]
16731name = "windows_x86_64_gnullvm"
16732version = "0.48.5"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16735
16736[[package]]
16737name = "windows_x86_64_gnullvm"
16738version = "0.52.6"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16741
16742[[package]]
16743name = "windows_x86_64_msvc"
16744version = "0.42.2"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16747
16748[[package]]
16749name = "windows_x86_64_msvc"
16750version = "0.48.5"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16753
16754[[package]]
16755name = "windows_x86_64_msvc"
16756version = "0.52.6"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16759
16760[[package]]
16761name = "winnow"
16762version = "0.6.20"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16765dependencies = [
16766 "memchr",
16767]
16768
16769[[package]]
16770name = "winnow"
16771version = "0.7.1"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16774dependencies = [
16775 "memchr",
16776]
16777
16778[[package]]
16779name = "winreg"
16780version = "0.50.0"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16783dependencies = [
16784 "cfg-if",
16785 "windows-sys 0.48.0",
16786]
16787
16788[[package]]
16789name = "winreg"
16790version = "0.52.0"
16791source = "registry+https://github.com/rust-lang/crates.io-index"
16792checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16793dependencies = [
16794 "cfg-if",
16795 "windows-sys 0.48.0",
16796]
16797
16798[[package]]
16799name = "winresource"
16800version = "0.1.20"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16803dependencies = [
16804 "toml 0.8.20",
16805 "version_check",
16806]
16807
16808[[package]]
16809name = "winsafe"
16810version = "0.0.19"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16813
16814[[package]]
16815name = "winx"
16816version = "0.36.4"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16819dependencies = [
16820 "bitflags 2.8.0",
16821 "windows-sys 0.59.0",
16822]
16823
16824[[package]]
16825name = "wio"
16826version = "0.2.2"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16829dependencies = [
16830 "winapi",
16831]
16832
16833[[package]]
16834name = "wit-bindgen"
16835version = "0.22.0"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16838dependencies = [
16839 "bitflags 2.8.0",
16840 "wit-bindgen-rt 0.22.0",
16841 "wit-bindgen-rust-macro",
16842]
16843
16844[[package]]
16845name = "wit-bindgen-core"
16846version = "0.22.0"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16849dependencies = [
16850 "anyhow",
16851 "wit-parser 0.201.0",
16852]
16853
16854[[package]]
16855name = "wit-bindgen-rt"
16856version = "0.22.0"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16859
16860[[package]]
16861name = "wit-bindgen-rt"
16862version = "0.33.0"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16865dependencies = [
16866 "bitflags 2.8.0",
16867]
16868
16869[[package]]
16870name = "wit-bindgen-rust"
16871version = "0.22.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16874dependencies = [
16875 "anyhow",
16876 "heck 0.4.1",
16877 "indexmap",
16878 "wasm-metadata 0.201.0",
16879 "wit-bindgen-core",
16880 "wit-component 0.201.0",
16881]
16882
16883[[package]]
16884name = "wit-bindgen-rust-macro"
16885version = "0.22.0"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16888dependencies = [
16889 "anyhow",
16890 "proc-macro2",
16891 "quote",
16892 "syn 2.0.100",
16893 "wit-bindgen-core",
16894 "wit-bindgen-rust",
16895]
16896
16897[[package]]
16898name = "wit-component"
16899version = "0.201.0"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16902dependencies = [
16903 "anyhow",
16904 "bitflags 2.8.0",
16905 "indexmap",
16906 "log",
16907 "serde",
16908 "serde_derive",
16909 "serde_json",
16910 "wasm-encoder 0.201.0",
16911 "wasm-metadata 0.201.0",
16912 "wasmparser 0.201.0",
16913 "wit-parser 0.201.0",
16914]
16915
16916[[package]]
16917name = "wit-component"
16918version = "0.221.3"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16921dependencies = [
16922 "anyhow",
16923 "bitflags 2.8.0",
16924 "indexmap",
16925 "log",
16926 "serde",
16927 "serde_derive",
16928 "serde_json",
16929 "wasm-encoder 0.221.3",
16930 "wasm-metadata 0.221.3",
16931 "wasmparser 0.221.3",
16932 "wit-parser 0.221.3",
16933]
16934
16935[[package]]
16936name = "wit-parser"
16937version = "0.201.0"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16940dependencies = [
16941 "anyhow",
16942 "id-arena",
16943 "indexmap",
16944 "log",
16945 "semver",
16946 "serde",
16947 "serde_derive",
16948 "serde_json",
16949 "unicode-xid",
16950 "wasmparser 0.201.0",
16951]
16952
16953[[package]]
16954name = "wit-parser"
16955version = "0.221.3"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16958dependencies = [
16959 "anyhow",
16960 "id-arena",
16961 "indexmap",
16962 "log",
16963 "semver",
16964 "serde",
16965 "serde_derive",
16966 "serde_json",
16967 "unicode-xid",
16968 "wasmparser 0.221.3",
16969]
16970
16971[[package]]
16972name = "witx"
16973version = "0.9.1"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16976dependencies = [
16977 "anyhow",
16978 "log",
16979 "thiserror 1.0.69",
16980 "wast",
16981]
16982
16983[[package]]
16984name = "workspace"
16985version = "0.1.0"
16986dependencies = [
16987 "any_vec",
16988 "anyhow",
16989 "async-recursion 1.1.1",
16990 "bincode",
16991 "call",
16992 "client",
16993 "clock",
16994 "collections",
16995 "component",
16996 "db",
16997 "derive_more",
16998 "env_logger 0.11.7",
16999 "fs",
17000 "futures 0.3.31",
17001 "gpui",
17002 "http_client",
17003 "itertools 0.14.0",
17004 "language",
17005 "log",
17006 "node_runtime",
17007 "parking_lot",
17008 "postage",
17009 "project",
17010 "remote",
17011 "schemars",
17012 "serde",
17013 "serde_json",
17014 "session",
17015 "settings",
17016 "smallvec",
17017 "sqlez",
17018 "strum",
17019 "task",
17020 "telemetry",
17021 "tempfile",
17022 "theme",
17023 "ui",
17024 "util",
17025 "uuid",
17026 "zed_actions",
17027]
17028
17029[[package]]
17030name = "worktree"
17031version = "0.1.0"
17032dependencies = [
17033 "anyhow",
17034 "clock",
17035 "collections",
17036 "env_logger 0.11.7",
17037 "fs",
17038 "futures 0.3.31",
17039 "fuzzy",
17040 "git",
17041 "git2",
17042 "git_hosting_providers",
17043 "gpui",
17044 "http_client",
17045 "ignore",
17046 "language",
17047 "log",
17048 "parking_lot",
17049 "paths",
17050 "postage",
17051 "pretty_assertions",
17052 "rand 0.8.5",
17053 "rpc",
17054 "schemars",
17055 "serde",
17056 "serde_json",
17057 "settings",
17058 "smallvec",
17059 "smol",
17060 "sum_tree",
17061 "text",
17062 "util",
17063]
17064
17065[[package]]
17066name = "write16"
17067version = "1.0.0"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17070
17071[[package]]
17072name = "writeable"
17073version = "0.5.5"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17076
17077[[package]]
17078name = "wyz"
17079version = "0.5.1"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17082dependencies = [
17083 "tap",
17084]
17085
17086[[package]]
17087name = "x11-clipboard"
17088version = "0.9.3"
17089source = "registry+https://github.com/rust-lang/crates.io-index"
17090checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17091dependencies = [
17092 "libc",
17093 "x11rb",
17094]
17095
17096[[package]]
17097name = "x11rb"
17098version = "0.13.1"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17101dependencies = [
17102 "as-raw-xcb-connection",
17103 "gethostname",
17104 "libc",
17105 "rustix",
17106 "x11rb-protocol",
17107]
17108
17109[[package]]
17110name = "x11rb-protocol"
17111version = "0.13.1"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17114
17115[[package]]
17116name = "xattr"
17117version = "0.2.3"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17120dependencies = [
17121 "libc",
17122]
17123
17124[[package]]
17125name = "xcursor"
17126version = "0.3.8"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17129
17130[[package]]
17131name = "xdg-home"
17132version = "1.3.0"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17135dependencies = [
17136 "libc",
17137 "windows-sys 0.59.0",
17138]
17139
17140[[package]]
17141name = "xim"
17142version = "0.4.0"
17143source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17144dependencies = [
17145 "ahash 0.8.11",
17146 "hashbrown 0.14.5",
17147 "log",
17148 "x11rb",
17149 "xim-ctext",
17150 "xim-parser",
17151]
17152
17153[[package]]
17154name = "xim-ctext"
17155version = "0.3.0"
17156source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17157dependencies = [
17158 "encoding_rs",
17159]
17160
17161[[package]]
17162name = "xim-parser"
17163version = "0.2.1"
17164source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17165dependencies = [
17166 "bitflags 2.8.0",
17167]
17168
17169[[package]]
17170name = "xkbcommon"
17171version = "0.7.0"
17172source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17173dependencies = [
17174 "as-raw-xcb-connection",
17175 "libc",
17176 "memmap2",
17177 "xkeysym",
17178]
17179
17180[[package]]
17181name = "xkeysym"
17182version = "0.2.1"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17185
17186[[package]]
17187name = "xml5ever"
17188version = "0.18.1"
17189source = "registry+https://github.com/rust-lang/crates.io-index"
17190checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17191dependencies = [
17192 "log",
17193 "mac",
17194 "markup5ever",
17195]
17196
17197[[package]]
17198name = "xmlparser"
17199version = "0.13.6"
17200source = "registry+https://github.com/rust-lang/crates.io-index"
17201checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17202
17203[[package]]
17204name = "xmlwriter"
17205version = "0.1.0"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17208
17209[[package]]
17210name = "xtask"
17211version = "0.1.0"
17212dependencies = [
17213 "anyhow",
17214 "cargo_metadata",
17215 "cargo_toml",
17216 "clap",
17217]
17218
17219[[package]]
17220name = "yaml-rust2"
17221version = "0.8.1"
17222source = "registry+https://github.com/rust-lang/crates.io-index"
17223checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17224dependencies = [
17225 "arraydeque",
17226 "encoding_rs",
17227 "hashlink 0.8.4",
17228]
17229
17230[[package]]
17231name = "yansi"
17232version = "1.0.1"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17235
17236[[package]]
17237name = "yazi"
17238version = "0.1.6"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17241
17242[[package]]
17243name = "yeslogic-fontconfig-sys"
17244version = "6.0.0"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17247dependencies = [
17248 "dlib",
17249 "once_cell",
17250 "pkg-config",
17251]
17252
17253[[package]]
17254name = "yoke"
17255version = "0.7.5"
17256source = "registry+https://github.com/rust-lang/crates.io-index"
17257checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17258dependencies = [
17259 "serde",
17260 "stable_deref_trait",
17261 "yoke-derive",
17262 "zerofrom",
17263]
17264
17265[[package]]
17266name = "yoke-derive"
17267version = "0.7.5"
17268source = "registry+https://github.com/rust-lang/crates.io-index"
17269checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17270dependencies = [
17271 "proc-macro2",
17272 "quote",
17273 "syn 2.0.100",
17274 "synstructure",
17275]
17276
17277[[package]]
17278name = "zbus"
17279version = "5.5.0"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17282dependencies = [
17283 "async-broadcast",
17284 "async-executor",
17285 "async-fs",
17286 "async-io",
17287 "async-lock",
17288 "async-process",
17289 "async-recursion 1.1.1",
17290 "async-task",
17291 "async-trait",
17292 "blocking",
17293 "enumflags2",
17294 "event-listener 5.3.1",
17295 "futures-core",
17296 "futures-lite 2.6.0",
17297 "hex",
17298 "nix",
17299 "ordered-stream",
17300 "serde",
17301 "serde_repr",
17302 "static_assertions",
17303 "tracing",
17304 "uds_windows",
17305 "windows-sys 0.59.0",
17306 "winnow 0.7.1",
17307 "xdg-home",
17308 "zbus_macros",
17309 "zbus_names",
17310 "zvariant",
17311]
17312
17313[[package]]
17314name = "zbus_macros"
17315version = "5.5.0"
17316source = "registry+https://github.com/rust-lang/crates.io-index"
17317checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17318dependencies = [
17319 "proc-macro-crate",
17320 "proc-macro2",
17321 "quote",
17322 "syn 2.0.100",
17323 "zbus_names",
17324 "zvariant",
17325 "zvariant_utils",
17326]
17327
17328[[package]]
17329name = "zbus_names"
17330version = "4.1.0"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17333dependencies = [
17334 "serde",
17335 "static_assertions",
17336 "winnow 0.6.20",
17337 "zvariant",
17338]
17339
17340[[package]]
17341name = "zed"
17342version = "0.180.0"
17343dependencies = [
17344 "activity_indicator",
17345 "anyhow",
17346 "ashpd",
17347 "assets",
17348 "assistant",
17349 "assistant2",
17350 "assistant_context_editor",
17351 "assistant_settings",
17352 "assistant_tools",
17353 "async-watch",
17354 "audio",
17355 "auto_update",
17356 "auto_update_ui",
17357 "backtrace",
17358 "breadcrumbs",
17359 "call",
17360 "channel",
17361 "chrono",
17362 "clap",
17363 "cli",
17364 "client",
17365 "collab_ui",
17366 "collections",
17367 "command_palette",
17368 "command_palette_hooks",
17369 "component_preview",
17370 "copilot",
17371 "db",
17372 "debugger_tools",
17373 "debugger_ui",
17374 "diagnostics",
17375 "editor",
17376 "env_logger 0.11.7",
17377 "extension",
17378 "extension_host",
17379 "extensions_ui",
17380 "feature_flags",
17381 "feedback",
17382 "file_finder",
17383 "fs",
17384 "futures 0.3.31",
17385 "git",
17386 "git_hosting_providers",
17387 "git_ui",
17388 "go_to_line",
17389 "gpui",
17390 "gpui_tokio",
17391 "http_client",
17392 "image_viewer",
17393 "inline_completion_button",
17394 "install_cli",
17395 "journal",
17396 "language",
17397 "language_extension",
17398 "language_model",
17399 "language_models",
17400 "language_selector",
17401 "language_tools",
17402 "languages",
17403 "libc",
17404 "log",
17405 "markdown_preview",
17406 "menu",
17407 "migrator",
17408 "mimalloc",
17409 "nix",
17410 "node_runtime",
17411 "notifications",
17412 "outline",
17413 "outline_panel",
17414 "parking_lot",
17415 "paths",
17416 "picker",
17417 "profiling",
17418 "project",
17419 "project_panel",
17420 "project_symbols",
17421 "prompt_store",
17422 "proto",
17423 "recent_projects",
17424 "release_channel",
17425 "remote",
17426 "repl",
17427 "reqwest_client",
17428 "rope",
17429 "search",
17430 "serde",
17431 "serde_json",
17432 "session",
17433 "settings",
17434 "settings_ui",
17435 "shellexpand 2.1.2",
17436 "simplelog",
17437 "smol",
17438 "snippet_provider",
17439 "snippets_ui",
17440 "supermaven",
17441 "sysinfo",
17442 "tab_switcher",
17443 "task",
17444 "tasks_ui",
17445 "telemetry",
17446 "telemetry_events",
17447 "terminal_view",
17448 "theme",
17449 "theme_extension",
17450 "theme_selector",
17451 "time",
17452 "toolchain_selector",
17453 "tree-sitter-md",
17454 "tree-sitter-rust",
17455 "ui",
17456 "ui_prompt",
17457 "url",
17458 "urlencoding",
17459 "util",
17460 "uuid",
17461 "vim",
17462 "vim_mode_setting",
17463 "welcome",
17464 "windows 0.60.0",
17465 "winresource",
17466 "workspace",
17467 "zed_actions",
17468 "zeta",
17469 "zlog_settings",
17470]
17471
17472[[package]]
17473name = "zed_actions"
17474version = "0.1.0"
17475dependencies = [
17476 "gpui",
17477 "schemars",
17478 "serde",
17479]
17480
17481[[package]]
17482name = "zed_emmet"
17483version = "0.0.3"
17484dependencies = [
17485 "zed_extension_api 0.1.0",
17486]
17487
17488[[package]]
17489name = "zed_extension_api"
17490version = "0.1.0"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17493dependencies = [
17494 "serde",
17495 "serde_json",
17496 "wit-bindgen",
17497]
17498
17499[[package]]
17500name = "zed_extension_api"
17501version = "0.3.0"
17502dependencies = [
17503 "serde",
17504 "serde_json",
17505 "wit-bindgen",
17506]
17507
17508[[package]]
17509name = "zed_glsl"
17510version = "0.1.0"
17511dependencies = [
17512 "zed_extension_api 0.1.0",
17513]
17514
17515[[package]]
17516name = "zed_html"
17517version = "0.1.6"
17518dependencies = [
17519 "zed_extension_api 0.1.0",
17520]
17521
17522[[package]]
17523name = "zed_llm_client"
17524version = "0.4.1"
17525source = "registry+https://github.com/rust-lang/crates.io-index"
17526checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17527dependencies = [
17528 "serde",
17529 "serde_json",
17530 "uuid",
17531]
17532
17533[[package]]
17534name = "zed_proto"
17535version = "0.2.1"
17536dependencies = [
17537 "zed_extension_api 0.1.0",
17538]
17539
17540[[package]]
17541name = "zed_ruff"
17542version = "0.1.0"
17543dependencies = [
17544 "zed_extension_api 0.1.0",
17545]
17546
17547[[package]]
17548name = "zed_snippets"
17549version = "0.0.5"
17550dependencies = [
17551 "serde_json",
17552 "zed_extension_api 0.1.0",
17553]
17554
17555[[package]]
17556name = "zed_test_extension"
17557version = "0.1.0"
17558dependencies = [
17559 "zed_extension_api 0.3.0",
17560]
17561
17562[[package]]
17563name = "zed_toml"
17564version = "0.1.3"
17565dependencies = [
17566 "zed_extension_api 0.1.0",
17567]
17568
17569[[package]]
17570name = "zeno"
17571version = "0.2.3"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17574
17575[[package]]
17576name = "zerocopy"
17577version = "0.7.35"
17578source = "registry+https://github.com/rust-lang/crates.io-index"
17579checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17580dependencies = [
17581 "byteorder",
17582 "zerocopy-derive 0.7.35",
17583]
17584
17585[[package]]
17586name = "zerocopy"
17587version = "0.8.18"
17588source = "registry+https://github.com/rust-lang/crates.io-index"
17589checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17590dependencies = [
17591 "zerocopy-derive 0.8.18",
17592]
17593
17594[[package]]
17595name = "zerocopy-derive"
17596version = "0.7.35"
17597source = "registry+https://github.com/rust-lang/crates.io-index"
17598checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17599dependencies = [
17600 "proc-macro2",
17601 "quote",
17602 "syn 2.0.100",
17603]
17604
17605[[package]]
17606name = "zerocopy-derive"
17607version = "0.8.18"
17608source = "registry+https://github.com/rust-lang/crates.io-index"
17609checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17610dependencies = [
17611 "proc-macro2",
17612 "quote",
17613 "syn 2.0.100",
17614]
17615
17616[[package]]
17617name = "zerofrom"
17618version = "0.1.5"
17619source = "registry+https://github.com/rust-lang/crates.io-index"
17620checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17621dependencies = [
17622 "zerofrom-derive",
17623]
17624
17625[[package]]
17626name = "zerofrom-derive"
17627version = "0.1.5"
17628source = "registry+https://github.com/rust-lang/crates.io-index"
17629checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17630dependencies = [
17631 "proc-macro2",
17632 "quote",
17633 "syn 2.0.100",
17634 "synstructure",
17635]
17636
17637[[package]]
17638name = "zeroize"
17639version = "1.8.1"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17642dependencies = [
17643 "zeroize_derive",
17644]
17645
17646[[package]]
17647name = "zeroize_derive"
17648version = "1.4.2"
17649source = "registry+https://github.com/rust-lang/crates.io-index"
17650checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17651dependencies = [
17652 "proc-macro2",
17653 "quote",
17654 "syn 2.0.100",
17655]
17656
17657[[package]]
17658name = "zeromq"
17659version = "0.5.0-pre"
17660source = "registry+https://github.com/rust-lang/crates.io-index"
17661checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17662dependencies = [
17663 "async-dispatcher",
17664 "async-std",
17665 "async-trait",
17666 "asynchronous-codec",
17667 "bytes 1.10.1",
17668 "crossbeam-queue",
17669 "dashmap 5.5.3",
17670 "futures 0.3.31",
17671 "log",
17672 "num-traits",
17673 "once_cell",
17674 "parking_lot",
17675 "rand 0.8.5",
17676 "regex",
17677 "thiserror 1.0.69",
17678 "uuid",
17679]
17680
17681[[package]]
17682name = "zerovec"
17683version = "0.10.4"
17684source = "registry+https://github.com/rust-lang/crates.io-index"
17685checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17686dependencies = [
17687 "yoke",
17688 "zerofrom",
17689 "zerovec-derive",
17690]
17691
17692[[package]]
17693name = "zerovec-derive"
17694version = "0.10.3"
17695source = "registry+https://github.com/rust-lang/crates.io-index"
17696checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17697dependencies = [
17698 "proc-macro2",
17699 "quote",
17700 "syn 2.0.100",
17701]
17702
17703[[package]]
17704name = "zeta"
17705version = "0.1.0"
17706dependencies = [
17707 "anyhow",
17708 "arrayvec",
17709 "call",
17710 "chrono",
17711 "client",
17712 "clock",
17713 "collections",
17714 "command_palette_hooks",
17715 "ctor",
17716 "db",
17717 "editor",
17718 "env_logger 0.11.7",
17719 "feature_flags",
17720 "fs",
17721 "futures 0.3.31",
17722 "gpui",
17723 "http_client",
17724 "indoc",
17725 "inline_completion",
17726 "language",
17727 "language_model",
17728 "log",
17729 "menu",
17730 "migrator",
17731 "paths",
17732 "postage",
17733 "project",
17734 "regex",
17735 "release_channel",
17736 "reqwest_client",
17737 "rpc",
17738 "serde",
17739 "serde_json",
17740 "settings",
17741 "telemetry",
17742 "telemetry_events",
17743 "theme",
17744 "thiserror 2.0.12",
17745 "tree-sitter-go",
17746 "tree-sitter-rust",
17747 "ui",
17748 "unindent",
17749 "util",
17750 "uuid",
17751 "workspace",
17752 "worktree",
17753 "zed_actions",
17754 "zed_llm_client",
17755]
17756
17757[[package]]
17758name = "zip"
17759version = "0.6.6"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17762dependencies = [
17763 "aes",
17764 "byteorder",
17765 "bzip2",
17766 "constant_time_eq 0.1.5",
17767 "crc32fast",
17768 "crossbeam-utils",
17769 "flate2",
17770 "hmac",
17771 "pbkdf2 0.11.0",
17772 "sha1",
17773 "time",
17774 "zstd",
17775]
17776
17777[[package]]
17778name = "zlog"
17779version = "0.1.0"
17780dependencies = [
17781 "log",
17782]
17783
17784[[package]]
17785name = "zlog_settings"
17786version = "0.1.0"
17787dependencies = [
17788 "anyhow",
17789 "gpui",
17790 "schemars",
17791 "serde",
17792 "settings",
17793 "zlog",
17794]
17795
17796[[package]]
17797name = "zstd"
17798version = "0.11.2+zstd.1.5.2"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17801dependencies = [
17802 "zstd-safe",
17803]
17804
17805[[package]]
17806name = "zstd-safe"
17807version = "5.0.2+zstd.1.5.2"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17810dependencies = [
17811 "libc",
17812 "zstd-sys",
17813]
17814
17815[[package]]
17816name = "zstd-sys"
17817version = "2.0.13+zstd.1.5.6"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17820dependencies = [
17821 "cc",
17822 "pkg-config",
17823]
17824
17825[[package]]
17826name = "zune-core"
17827version = "0.4.12"
17828source = "registry+https://github.com/rust-lang/crates.io-index"
17829checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17830
17831[[package]]
17832name = "zune-inflate"
17833version = "0.2.54"
17834source = "registry+https://github.com/rust-lang/crates.io-index"
17835checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17836dependencies = [
17837 "simd-adler32",
17838]
17839
17840[[package]]
17841name = "zune-jpeg"
17842version = "0.4.13"
17843source = "registry+https://github.com/rust-lang/crates.io-index"
17844checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17845dependencies = [
17846 "zune-core",
17847]
17848
17849[[package]]
17850name = "zvariant"
17851version = "5.4.0"
17852source = "registry+https://github.com/rust-lang/crates.io-index"
17853checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17854dependencies = [
17855 "endi",
17856 "enumflags2",
17857 "serde",
17858 "static_assertions",
17859 "url",
17860 "winnow 0.7.1",
17861 "zvariant_derive",
17862 "zvariant_utils",
17863]
17864
17865[[package]]
17866name = "zvariant_derive"
17867version = "5.4.0"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17870dependencies = [
17871 "proc-macro-crate",
17872 "proc-macro2",
17873 "quote",
17874 "syn 2.0.100",
17875 "zvariant_utils",
17876]
17877
17878[[package]]
17879name = "zvariant_utils"
17880version = "3.2.0"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17883dependencies = [
17884 "proc-macro2",
17885 "quote",
17886 "serde",
17887 "static_assertions",
17888 "syn 2.0.100",
17889 "winnow 0.7.1",
17890]