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 "workspace-hack",
   22]
   23
   24[[package]]
   25name = "addr2line"
   26version = "0.24.2"
   27source = "registry+https://github.com/rust-lang/crates.io-index"
   28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   29dependencies = [
   30 "gimli",
   31]
   32
   33[[package]]
   34name = "adler2"
   35version = "2.0.0"
   36source = "registry+https://github.com/rust-lang/crates.io-index"
   37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   38
   39[[package]]
   40name = "aes"
   41version = "0.8.4"
   42source = "registry+https://github.com/rust-lang/crates.io-index"
   43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   44dependencies = [
   45 "cfg-if",
   46 "cipher",
   47 "cpufeatures",
   48 "zeroize",
   49]
   50
   51[[package]]
   52name = "agent"
   53version = "0.1.0"
   54dependencies = [
   55 "anyhow",
   56 "assistant_context_editor",
   57 "assistant_settings",
   58 "assistant_slash_command",
   59 "assistant_slash_commands",
   60 "assistant_tool",
   61 "async-watch",
   62 "buffer_diff",
   63 "chrono",
   64 "client",
   65 "collections",
   66 "component",
   67 "context_server",
   68 "convert_case 0.8.0",
   69 "db",
   70 "editor",
   71 "extension",
   72 "feature_flags",
   73 "file_icons",
   74 "fs",
   75 "futures 0.3.31",
   76 "fuzzy",
   77 "git",
   78 "gpui",
   79 "heed",
   80 "html_to_markdown",
   81 "http_client",
   82 "indexed_docs",
   83 "indoc",
   84 "inventory",
   85 "itertools 0.14.0",
   86 "jsonschema",
   87 "language",
   88 "language_model",
   89 "language_model_selector",
   90 "log",
   91 "lsp",
   92 "markdown",
   93 "menu",
   94 "multi_buffer",
   95 "notifications",
   96 "ordered-float 2.10.1",
   97 "parking_lot",
   98 "paths",
   99 "picker",
  100 "postage",
  101 "project",
  102 "prompt_store",
  103 "proto",
  104 "rand 0.8.5",
  105 "ref-cast",
  106 "release_channel",
  107 "rope",
  108 "rules_library",
  109 "schemars",
  110 "search",
  111 "serde",
  112 "serde_json",
  113 "serde_json_lenient",
  114 "settings",
  115 "smallvec",
  116 "smol",
  117 "streaming_diff",
  118 "telemetry",
  119 "telemetry_events",
  120 "terminal",
  121 "terminal_view",
  122 "text",
  123 "theme",
  124 "thiserror 2.0.12",
  125 "time",
  126 "time_format",
  127 "ui",
  128 "ui_input",
  129 "urlencoding",
  130 "util",
  131 "uuid",
  132 "workspace",
  133 "workspace-hack",
  134 "zed_actions",
  135 "zed_llm_client",
  136]
  137
  138[[package]]
  139name = "ahash"
  140version = "0.7.8"
  141source = "registry+https://github.com/rust-lang/crates.io-index"
  142checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  143dependencies = [
  144 "getrandom 0.2.15",
  145 "once_cell",
  146 "version_check",
  147]
  148
  149[[package]]
  150name = "ahash"
  151version = "0.8.11"
  152source = "registry+https://github.com/rust-lang/crates.io-index"
  153checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  154dependencies = [
  155 "cfg-if",
  156 "const-random",
  157 "getrandom 0.2.15",
  158 "once_cell",
  159 "serde",
  160 "version_check",
  161 "zerocopy 0.7.35",
  162]
  163
  164[[package]]
  165name = "aho-corasick"
  166version = "1.1.3"
  167source = "registry+https://github.com/rust-lang/crates.io-index"
  168checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  169dependencies = [
  170 "memchr",
  171]
  172
  173[[package]]
  174name = "alacritty_terminal"
  175version = "0.25.1-dev"
  176source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
  177dependencies = [
  178 "base64 0.22.1",
  179 "bitflags 2.9.0",
  180 "home",
  181 "libc",
  182 "log",
  183 "miow",
  184 "parking_lot",
  185 "piper",
  186 "polling",
  187 "regex-automata 0.4.9",
  188 "rustix-openpty",
  189 "serde",
  190 "signal-hook",
  191 "unicode-width 0.1.14",
  192 "vte",
  193 "windows-sys 0.59.0",
  194]
  195
  196[[package]]
  197name = "aliasable"
  198version = "0.1.3"
  199source = "registry+https://github.com/rust-lang/crates.io-index"
  200checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  201
  202[[package]]
  203name = "aligned-vec"
  204version = "0.5.0"
  205source = "registry+https://github.com/rust-lang/crates.io-index"
  206checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  207
  208[[package]]
  209name = "allocator-api2"
  210version = "0.2.21"
  211source = "registry+https://github.com/rust-lang/crates.io-index"
  212checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  213
  214[[package]]
  215name = "alsa"
  216version = "0.9.1"
  217source = "registry+https://github.com/rust-lang/crates.io-index"
  218checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  219dependencies = [
  220 "alsa-sys",
  221 "bitflags 2.9.0",
  222 "cfg-if",
  223 "libc",
  224]
  225
  226[[package]]
  227name = "alsa-sys"
  228version = "0.3.1"
  229source = "registry+https://github.com/rust-lang/crates.io-index"
  230checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  231dependencies = [
  232 "libc",
  233 "pkg-config",
  234]
  235
  236[[package]]
  237name = "ambient-authority"
  238version = "0.0.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  241
  242[[package]]
  243name = "ammonia"
  244version = "4.1.0"
  245source = "registry+https://github.com/rust-lang/crates.io-index"
  246checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
  247dependencies = [
  248 "cssparser",
  249 "html5ever 0.31.0",
  250 "maplit",
  251 "tendril",
  252 "url",
  253]
  254
  255[[package]]
  256name = "android-tzdata"
  257version = "0.1.1"
  258source = "registry+https://github.com/rust-lang/crates.io-index"
  259checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  260
  261[[package]]
  262name = "android_system_properties"
  263version = "0.1.5"
  264source = "registry+https://github.com/rust-lang/crates.io-index"
  265checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  266dependencies = [
  267 "libc",
  268]
  269
  270[[package]]
  271name = "anes"
  272version = "0.1.6"
  273source = "registry+https://github.com/rust-lang/crates.io-index"
  274checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  275
  276[[package]]
  277name = "anstream"
  278version = "0.6.18"
  279source = "registry+https://github.com/rust-lang/crates.io-index"
  280checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  281dependencies = [
  282 "anstyle",
  283 "anstyle-parse",
  284 "anstyle-query",
  285 "anstyle-wincon",
  286 "colorchoice",
  287 "is_terminal_polyfill",
  288 "utf8parse",
  289]
  290
  291[[package]]
  292name = "anstyle"
  293version = "1.0.10"
  294source = "registry+https://github.com/rust-lang/crates.io-index"
  295checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  296
  297[[package]]
  298name = "anstyle-parse"
  299version = "0.2.6"
  300source = "registry+https://github.com/rust-lang/crates.io-index"
  301checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  302dependencies = [
  303 "utf8parse",
  304]
  305
  306[[package]]
  307name = "anstyle-query"
  308version = "1.1.2"
  309source = "registry+https://github.com/rust-lang/crates.io-index"
  310checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  311dependencies = [
  312 "windows-sys 0.59.0",
  313]
  314
  315[[package]]
  316name = "anstyle-wincon"
  317version = "3.0.7"
  318source = "registry+https://github.com/rust-lang/crates.io-index"
  319checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
  320dependencies = [
  321 "anstyle",
  322 "once_cell",
  323 "windows-sys 0.59.0",
  324]
  325
  326[[package]]
  327name = "anthropic"
  328version = "0.1.0"
  329dependencies = [
  330 "anyhow",
  331 "chrono",
  332 "futures 0.3.31",
  333 "http_client",
  334 "schemars",
  335 "serde",
  336 "serde_json",
  337 "strum 0.27.1",
  338 "thiserror 2.0.12",
  339 "workspace-hack",
  340]
  341
  342[[package]]
  343name = "any_vec"
  344version = "0.14.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  347
  348[[package]]
  349name = "anyhow"
  350version = "1.0.98"
  351source = "registry+https://github.com/rust-lang/crates.io-index"
  352checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
  353
  354[[package]]
  355name = "approx"
  356version = "0.5.1"
  357source = "registry+https://github.com/rust-lang/crates.io-index"
  358checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  359dependencies = [
  360 "num-traits",
  361]
  362
  363[[package]]
  364name = "arbitrary"
  365version = "1.4.1"
  366source = "registry+https://github.com/rust-lang/crates.io-index"
  367checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  368
  369[[package]]
  370name = "arc-swap"
  371version = "1.7.1"
  372source = "registry+https://github.com/rust-lang/crates.io-index"
  373checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
  374
  375[[package]]
  376name = "arg_enum_proc_macro"
  377version = "0.3.4"
  378source = "registry+https://github.com/rust-lang/crates.io-index"
  379checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  380dependencies = [
  381 "proc-macro2",
  382 "quote",
  383 "syn 2.0.101",
  384]
  385
  386[[package]]
  387name = "arraydeque"
  388version = "0.5.1"
  389source = "registry+https://github.com/rust-lang/crates.io-index"
  390checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  391
  392[[package]]
  393name = "arrayref"
  394version = "0.3.9"
  395source = "registry+https://github.com/rust-lang/crates.io-index"
  396checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  397
  398[[package]]
  399name = "arrayvec"
  400version = "0.7.6"
  401source = "registry+https://github.com/rust-lang/crates.io-index"
  402checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  403dependencies = [
  404 "serde",
  405]
  406
  407[[package]]
  408name = "as-raw-xcb-connection"
  409version = "1.0.1"
  410source = "registry+https://github.com/rust-lang/crates.io-index"
  411checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  412
  413[[package]]
  414name = "ascii"
  415version = "1.1.0"
  416source = "registry+https://github.com/rust-lang/crates.io-index"
  417checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  418
  419[[package]]
  420name = "ash"
  421version = "0.38.0+1.3.281"
  422source = "registry+https://github.com/rust-lang/crates.io-index"
  423checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  424dependencies = [
  425 "libloading",
  426]
  427
  428[[package]]
  429name = "ash-window"
  430version = "0.13.0"
  431source = "registry+https://github.com/rust-lang/crates.io-index"
  432checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  433dependencies = [
  434 "ash",
  435 "raw-window-handle",
  436 "raw-window-metal",
  437]
  438
  439[[package]]
  440name = "ashpd"
  441version = "0.11.0"
  442source = "registry+https://github.com/rust-lang/crates.io-index"
  443checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  444dependencies = [
  445 "async-fs",
  446 "async-net",
  447 "enumflags2",
  448 "futures-channel",
  449 "futures-util",
  450 "rand 0.9.1",
  451 "serde",
  452 "serde_repr",
  453 "url",
  454 "zbus",
  455]
  456
  457[[package]]
  458name = "askpass"
  459version = "0.1.0"
  460dependencies = [
  461 "anyhow",
  462 "futures 0.3.31",
  463 "gpui",
  464 "shlex",
  465 "smol",
  466 "tempfile",
  467 "util",
  468 "workspace-hack",
  469]
  470
  471[[package]]
  472name = "assets"
  473version = "0.1.0"
  474dependencies = [
  475 "anyhow",
  476 "gpui",
  477 "rust-embed",
  478 "workspace-hack",
  479]
  480
  481[[package]]
  482name = "assistant_context_editor"
  483version = "0.1.0"
  484dependencies = [
  485 "anyhow",
  486 "assistant_settings",
  487 "assistant_slash_command",
  488 "assistant_slash_commands",
  489 "chrono",
  490 "client",
  491 "clock",
  492 "collections",
  493 "context_server",
  494 "editor",
  495 "fs",
  496 "futures 0.3.31",
  497 "fuzzy",
  498 "gpui",
  499 "indexed_docs",
  500 "language",
  501 "language_model",
  502 "language_model_selector",
  503 "languages",
  504 "log",
  505 "multi_buffer",
  506 "open_ai",
  507 "parking_lot",
  508 "paths",
  509 "picker",
  510 "pretty_assertions",
  511 "project",
  512 "prompt_store",
  513 "rand 0.8.5",
  514 "regex",
  515 "rope",
  516 "rpc",
  517 "serde",
  518 "serde_json",
  519 "settings",
  520 "smallvec",
  521 "smol",
  522 "telemetry_events",
  523 "text",
  524 "theme",
  525 "tree-sitter-md",
  526 "ui",
  527 "unindent",
  528 "util",
  529 "uuid",
  530 "workspace",
  531 "workspace-hack",
  532 "zed_actions",
  533]
  534
  535[[package]]
  536name = "assistant_settings"
  537version = "0.1.0"
  538dependencies = [
  539 "anthropic",
  540 "anyhow",
  541 "collections",
  542 "deepseek",
  543 "fs",
  544 "gpui",
  545 "indexmap",
  546 "language_model",
  547 "lmstudio",
  548 "log",
  549 "mistral",
  550 "ollama",
  551 "open_ai",
  552 "paths",
  553 "schemars",
  554 "serde",
  555 "serde_json",
  556 "serde_json_lenient",
  557 "settings",
  558 "workspace-hack",
  559 "zed_llm_client",
  560]
  561
  562[[package]]
  563name = "assistant_slash_command"
  564version = "0.1.0"
  565dependencies = [
  566 "anyhow",
  567 "async-trait",
  568 "collections",
  569 "derive_more",
  570 "extension",
  571 "futures 0.3.31",
  572 "gpui",
  573 "language",
  574 "language_model",
  575 "parking_lot",
  576 "pretty_assertions",
  577 "serde",
  578 "serde_json",
  579 "ui",
  580 "workspace",
  581 "workspace-hack",
  582]
  583
  584[[package]]
  585name = "assistant_slash_commands"
  586version = "0.1.0"
  587dependencies = [
  588 "anyhow",
  589 "assistant_slash_command",
  590 "cargo_toml",
  591 "chrono",
  592 "collections",
  593 "context_server",
  594 "editor",
  595 "env_logger 0.11.8",
  596 "feature_flags",
  597 "fs",
  598 "futures 0.3.31",
  599 "fuzzy",
  600 "globset",
  601 "gpui",
  602 "html_to_markdown",
  603 "http_client",
  604 "indexed_docs",
  605 "language",
  606 "pretty_assertions",
  607 "project",
  608 "prompt_store",
  609 "rope",
  610 "serde",
  611 "serde_json",
  612 "settings",
  613 "smol",
  614 "terminal_view",
  615 "text",
  616 "toml 0.8.20",
  617 "ui",
  618 "util",
  619 "workspace",
  620 "workspace-hack",
  621 "worktree",
  622]
  623
  624[[package]]
  625name = "assistant_tool"
  626version = "0.1.0"
  627dependencies = [
  628 "anyhow",
  629 "buffer_diff",
  630 "clock",
  631 "collections",
  632 "ctor",
  633 "derive_more",
  634 "env_logger 0.11.8",
  635 "futures 0.3.31",
  636 "gpui",
  637 "icons",
  638 "language",
  639 "language_model",
  640 "log",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "project",
  644 "rand 0.8.5",
  645 "regex",
  646 "serde",
  647 "serde_json",
  648 "settings",
  649 "text",
  650 "util",
  651 "workspace",
  652 "workspace-hack",
  653]
  654
  655[[package]]
  656name = "assistant_tools"
  657version = "0.1.0"
  658dependencies = [
  659 "aho-corasick",
  660 "anyhow",
  661 "assistant_settings",
  662 "assistant_tool",
  663 "buffer_diff",
  664 "chrono",
  665 "client",
  666 "clock",
  667 "collections",
  668 "component",
  669 "derive_more",
  670 "editor",
  671 "feature_flags",
  672 "fs",
  673 "futures 0.3.31",
  674 "gpui",
  675 "gpui_tokio",
  676 "handlebars 4.5.0",
  677 "html_to_markdown",
  678 "http_client",
  679 "indoc",
  680 "itertools 0.14.0",
  681 "language",
  682 "language_model",
  683 "language_models",
  684 "log",
  685 "markdown",
  686 "open",
  687 "paths",
  688 "portable-pty",
  689 "pretty_assertions",
  690 "project",
  691 "rand 0.8.5",
  692 "regex",
  693 "reqwest_client",
  694 "rust-embed",
  695 "schemars",
  696 "serde",
  697 "serde_json",
  698 "settings",
  699 "smallvec",
  700 "streaming_diff",
  701 "strsim",
  702 "task",
  703 "tempfile",
  704 "terminal",
  705 "terminal_view",
  706 "theme",
  707 "tree-sitter-rust",
  708 "ui",
  709 "unindent",
  710 "util",
  711 "web_search",
  712 "which 6.0.3",
  713 "workspace",
  714 "workspace-hack",
  715 "zed_llm_client",
  716 "zlog",
  717]
  718
  719[[package]]
  720name = "async-attributes"
  721version = "1.1.2"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  724dependencies = [
  725 "quote",
  726 "syn 1.0.109",
  727]
  728
  729[[package]]
  730name = "async-broadcast"
  731version = "0.7.2"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  734dependencies = [
  735 "event-listener 5.4.0",
  736 "event-listener-strategy",
  737 "futures-core",
  738 "pin-project-lite",
  739]
  740
  741[[package]]
  742name = "async-channel"
  743version = "1.9.0"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  746dependencies = [
  747 "concurrent-queue",
  748 "event-listener 2.5.3",
  749 "futures-core",
  750]
  751
  752[[package]]
  753name = "async-channel"
  754version = "2.3.1"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  757dependencies = [
  758 "concurrent-queue",
  759 "event-listener-strategy",
  760 "futures-core",
  761 "pin-project-lite",
  762]
  763
  764[[package]]
  765name = "async-compat"
  766version = "0.2.4"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  769dependencies = [
  770 "futures-core",
  771 "futures-io",
  772 "once_cell",
  773 "pin-project-lite",
  774 "tokio",
  775]
  776
  777[[package]]
  778name = "async-compression"
  779version = "0.4.22"
  780source = "registry+https://github.com/rust-lang/crates.io-index"
  781checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  782dependencies = [
  783 "deflate64",
  784 "flate2",
  785 "futures-core",
  786 "futures-io",
  787 "memchr",
  788 "pin-project-lite",
  789]
  790
  791[[package]]
  792name = "async-dispatcher"
  793version = "0.1.2"
  794source = "registry+https://github.com/rust-lang/crates.io-index"
  795checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  796dependencies = [
  797 "async-task",
  798 "futures-lite 1.13.0",
  799]
  800
  801[[package]]
  802name = "async-executor"
  803version = "1.13.1"
  804source = "registry+https://github.com/rust-lang/crates.io-index"
  805checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  806dependencies = [
  807 "async-task",
  808 "concurrent-queue",
  809 "fastrand 2.3.0",
  810 "futures-lite 2.6.0",
  811 "slab",
  812]
  813
  814[[package]]
  815name = "async-fs"
  816version = "2.1.2"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  819dependencies = [
  820 "async-lock",
  821 "blocking",
  822 "futures-lite 2.6.0",
  823]
  824
  825[[package]]
  826name = "async-global-executor"
  827version = "2.4.1"
  828source = "registry+https://github.com/rust-lang/crates.io-index"
  829checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  830dependencies = [
  831 "async-channel 2.3.1",
  832 "async-executor",
  833 "async-io",
  834 "async-lock",
  835 "blocking",
  836 "futures-lite 2.6.0",
  837 "once_cell",
  838]
  839
  840[[package]]
  841name = "async-io"
  842version = "2.4.0"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  845dependencies = [
  846 "async-lock",
  847 "cfg-if",
  848 "concurrent-queue",
  849 "futures-io",
  850 "futures-lite 2.6.0",
  851 "parking",
  852 "polling",
  853 "rustix 0.38.44",
  854 "slab",
  855 "tracing",
  856 "windows-sys 0.59.0",
  857]
  858
  859[[package]]
  860name = "async-lock"
  861version = "3.4.0"
  862source = "registry+https://github.com/rust-lang/crates.io-index"
  863checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  864dependencies = [
  865 "event-listener 5.4.0",
  866 "event-listener-strategy",
  867 "pin-project-lite",
  868]
  869
  870[[package]]
  871name = "async-net"
  872version = "2.0.0"
  873source = "registry+https://github.com/rust-lang/crates.io-index"
  874checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  875dependencies = [
  876 "async-io",
  877 "blocking",
  878 "futures-lite 2.6.0",
  879]
  880
  881[[package]]
  882name = "async-pipe"
  883version = "0.1.3"
  884source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  885dependencies = [
  886 "futures 0.3.31",
  887 "log",
  888]
  889
  890[[package]]
  891name = "async-process"
  892version = "2.3.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  895dependencies = [
  896 "async-channel 2.3.1",
  897 "async-io",
  898 "async-lock",
  899 "async-signal",
  900 "async-task",
  901 "blocking",
  902 "cfg-if",
  903 "event-listener 5.4.0",
  904 "futures-lite 2.6.0",
  905 "rustix 0.38.44",
  906 "tracing",
  907]
  908
  909[[package]]
  910name = "async-recursion"
  911version = "0.3.2"
  912source = "registry+https://github.com/rust-lang/crates.io-index"
  913checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  914dependencies = [
  915 "proc-macro2",
  916 "quote",
  917 "syn 1.0.109",
  918]
  919
  920[[package]]
  921name = "async-recursion"
  922version = "1.1.1"
  923source = "registry+https://github.com/rust-lang/crates.io-index"
  924checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  925dependencies = [
  926 "proc-macro2",
  927 "quote",
  928 "syn 2.0.101",
  929]
  930
  931[[package]]
  932name = "async-signal"
  933version = "0.2.10"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  936dependencies = [
  937 "async-io",
  938 "async-lock",
  939 "atomic-waker",
  940 "cfg-if",
  941 "futures-core",
  942 "futures-io",
  943 "rustix 0.38.44",
  944 "signal-hook-registry",
  945 "slab",
  946 "windows-sys 0.59.0",
  947]
  948
  949[[package]]
  950name = "async-std"
  951version = "1.13.1"
  952source = "registry+https://github.com/rust-lang/crates.io-index"
  953checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  954dependencies = [
  955 "async-attributes",
  956 "async-channel 1.9.0",
  957 "async-global-executor",
  958 "async-io",
  959 "async-lock",
  960 "async-process",
  961 "crossbeam-utils",
  962 "futures-channel",
  963 "futures-core",
  964 "futures-io",
  965 "futures-lite 2.6.0",
  966 "gloo-timers",
  967 "kv-log-macro",
  968 "log",
  969 "memchr",
  970 "once_cell",
  971 "pin-project-lite",
  972 "pin-utils",
  973 "slab",
  974 "wasm-bindgen-futures",
  975]
  976
  977[[package]]
  978name = "async-stream"
  979version = "0.3.6"
  980source = "registry+https://github.com/rust-lang/crates.io-index"
  981checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  982dependencies = [
  983 "async-stream-impl",
  984 "futures-core",
  985 "pin-project-lite",
  986]
  987
  988[[package]]
  989name = "async-stream-impl"
  990version = "0.3.6"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  993dependencies = [
  994 "proc-macro2",
  995 "quote",
  996 "syn 2.0.101",
  997]
  998
  999[[package]]
 1000name = "async-stripe"
 1001version = "0.40.0"
 1002source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1003dependencies = [
 1004 "chrono",
 1005 "futures-util",
 1006 "http-types",
 1007 "hyper 0.14.32",
 1008 "hyper-rustls 0.24.2",
 1009 "serde",
 1010 "serde_json",
 1011 "serde_path_to_error",
 1012 "serde_qs 0.10.1",
 1013 "smart-default",
 1014 "smol_str 0.1.24",
 1015 "thiserror 1.0.69",
 1016 "tokio",
 1017]
 1018
 1019[[package]]
 1020name = "async-tar"
 1021version = "0.5.0"
 1022source = "registry+https://github.com/rust-lang/crates.io-index"
 1023checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1024dependencies = [
 1025 "async-std",
 1026 "filetime",
 1027 "libc",
 1028 "pin-project",
 1029 "redox_syscall 0.2.16",
 1030 "xattr",
 1031]
 1032
 1033[[package]]
 1034name = "async-task"
 1035version = "4.7.1"
 1036source = "registry+https://github.com/rust-lang/crates.io-index"
 1037checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1038
 1039[[package]]
 1040name = "async-trait"
 1041version = "0.1.88"
 1042source = "registry+https://github.com/rust-lang/crates.io-index"
 1043checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1044dependencies = [
 1045 "proc-macro2",
 1046 "quote",
 1047 "syn 2.0.101",
 1048]
 1049
 1050[[package]]
 1051name = "async-tungstenite"
 1052version = "0.29.1"
 1053source = "registry+https://github.com/rust-lang/crates.io-index"
 1054checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1055dependencies = [
 1056 "atomic-waker",
 1057 "futures-core",
 1058 "futures-io",
 1059 "futures-task",
 1060 "futures-util",
 1061 "log",
 1062 "pin-project-lite",
 1063 "rustls-pki-types",
 1064 "tokio",
 1065 "tokio-rustls 0.26.2",
 1066 "tungstenite 0.26.2",
 1067]
 1068
 1069[[package]]
 1070name = "async-watch"
 1071version = "0.3.1"
 1072source = "registry+https://github.com/rust-lang/crates.io-index"
 1073checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1074dependencies = [
 1075 "event-listener 2.5.3",
 1076]
 1077
 1078[[package]]
 1079name = "async_zip"
 1080version = "0.0.17"
 1081source = "registry+https://github.com/rust-lang/crates.io-index"
 1082checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1083dependencies = [
 1084 "async-compression",
 1085 "crc32fast",
 1086 "futures-lite 2.6.0",
 1087 "pin-project",
 1088 "thiserror 1.0.69",
 1089]
 1090
 1091[[package]]
 1092name = "asynchronous-codec"
 1093version = "0.7.0"
 1094source = "registry+https://github.com/rust-lang/crates.io-index"
 1095checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1096dependencies = [
 1097 "bytes 1.10.1",
 1098 "futures-sink",
 1099 "futures-util",
 1100 "memchr",
 1101 "pin-project-lite",
 1102]
 1103
 1104[[package]]
 1105name = "atoi"
 1106version = "2.0.0"
 1107source = "registry+https://github.com/rust-lang/crates.io-index"
 1108checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1109dependencies = [
 1110 "num-traits",
 1111]
 1112
 1113[[package]]
 1114name = "atomic"
 1115version = "0.5.3"
 1116source = "registry+https://github.com/rust-lang/crates.io-index"
 1117checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1118
 1119[[package]]
 1120name = "atomic-waker"
 1121version = "1.1.2"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1124
 1125[[package]]
 1126name = "audio"
 1127version = "0.1.0"
 1128dependencies = [
 1129 "anyhow",
 1130 "collections",
 1131 "derive_more",
 1132 "gpui",
 1133 "parking_lot",
 1134 "rodio",
 1135 "util",
 1136 "workspace-hack",
 1137]
 1138
 1139[[package]]
 1140name = "auditable-serde"
 1141version = "0.8.0"
 1142source = "registry+https://github.com/rust-lang/crates.io-index"
 1143checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1144dependencies = [
 1145 "semver",
 1146 "serde",
 1147 "serde_json",
 1148 "topological-sort",
 1149]
 1150
 1151[[package]]
 1152name = "auto_update"
 1153version = "0.1.0"
 1154dependencies = [
 1155 "anyhow",
 1156 "client",
 1157 "db",
 1158 "gpui",
 1159 "http_client",
 1160 "log",
 1161 "paths",
 1162 "release_channel",
 1163 "schemars",
 1164 "serde",
 1165 "serde_json",
 1166 "settings",
 1167 "smol",
 1168 "tempfile",
 1169 "which 6.0.3",
 1170 "workspace",
 1171 "workspace-hack",
 1172]
 1173
 1174[[package]]
 1175name = "auto_update_helper"
 1176version = "0.1.0"
 1177dependencies = [
 1178 "anyhow",
 1179 "log",
 1180 "simplelog",
 1181 "windows 0.61.1",
 1182 "winresource",
 1183 "workspace-hack",
 1184]
 1185
 1186[[package]]
 1187name = "auto_update_ui"
 1188version = "0.1.0"
 1189dependencies = [
 1190 "anyhow",
 1191 "auto_update",
 1192 "client",
 1193 "editor",
 1194 "gpui",
 1195 "http_client",
 1196 "markdown_preview",
 1197 "release_channel",
 1198 "serde",
 1199 "serde_json",
 1200 "smol",
 1201 "util",
 1202 "workspace",
 1203 "workspace-hack",
 1204]
 1205
 1206[[package]]
 1207name = "autocfg"
 1208version = "1.4.0"
 1209source = "registry+https://github.com/rust-lang/crates.io-index"
 1210checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1211
 1212[[package]]
 1213name = "av1-grain"
 1214version = "0.2.3"
 1215source = "registry+https://github.com/rust-lang/crates.io-index"
 1216checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1217dependencies = [
 1218 "anyhow",
 1219 "arrayvec",
 1220 "log",
 1221 "nom",
 1222 "num-rational",
 1223 "v_frame",
 1224]
 1225
 1226[[package]]
 1227name = "avif-serialize"
 1228version = "0.8.3"
 1229source = "registry+https://github.com/rust-lang/crates.io-index"
 1230checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1231dependencies = [
 1232 "arrayvec",
 1233]
 1234
 1235[[package]]
 1236name = "aws-config"
 1237version = "1.6.1"
 1238source = "registry+https://github.com/rust-lang/crates.io-index"
 1239checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1240dependencies = [
 1241 "aws-credential-types",
 1242 "aws-runtime",
 1243 "aws-sdk-sso",
 1244 "aws-sdk-ssooidc",
 1245 "aws-sdk-sts",
 1246 "aws-smithy-async",
 1247 "aws-smithy-http",
 1248 "aws-smithy-json",
 1249 "aws-smithy-runtime",
 1250 "aws-smithy-runtime-api",
 1251 "aws-smithy-types",
 1252 "aws-types",
 1253 "bytes 1.10.1",
 1254 "fastrand 2.3.0",
 1255 "hex",
 1256 "http 1.3.1",
 1257 "ring",
 1258 "time",
 1259 "tokio",
 1260 "tracing",
 1261 "url",
 1262 "zeroize",
 1263]
 1264
 1265[[package]]
 1266name = "aws-credential-types"
 1267version = "1.2.2"
 1268source = "registry+https://github.com/rust-lang/crates.io-index"
 1269checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1270dependencies = [
 1271 "aws-smithy-async",
 1272 "aws-smithy-runtime-api",
 1273 "aws-smithy-types",
 1274 "zeroize",
 1275]
 1276
 1277[[package]]
 1278name = "aws-lc-rs"
 1279version = "1.13.1"
 1280source = "registry+https://github.com/rust-lang/crates.io-index"
 1281checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1282dependencies = [
 1283 "aws-lc-sys",
 1284 "zeroize",
 1285]
 1286
 1287[[package]]
 1288name = "aws-lc-sys"
 1289version = "0.29.0"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1292dependencies = [
 1293 "bindgen 0.69.5",
 1294 "cc",
 1295 "cmake",
 1296 "dunce",
 1297 "fs_extra",
 1298]
 1299
 1300[[package]]
 1301name = "aws-runtime"
 1302version = "1.5.6"
 1303source = "registry+https://github.com/rust-lang/crates.io-index"
 1304checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1305dependencies = [
 1306 "aws-credential-types",
 1307 "aws-sigv4",
 1308 "aws-smithy-async",
 1309 "aws-smithy-eventstream",
 1310 "aws-smithy-http",
 1311 "aws-smithy-runtime",
 1312 "aws-smithy-runtime-api",
 1313 "aws-smithy-types",
 1314 "aws-types",
 1315 "bytes 1.10.1",
 1316 "fastrand 2.3.0",
 1317 "http 0.2.12",
 1318 "http-body 0.4.6",
 1319 "once_cell",
 1320 "percent-encoding",
 1321 "pin-project-lite",
 1322 "tracing",
 1323 "uuid",
 1324]
 1325
 1326[[package]]
 1327name = "aws-sdk-bedrockruntime"
 1328version = "1.82.0"
 1329source = "registry+https://github.com/rust-lang/crates.io-index"
 1330checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1331dependencies = [
 1332 "aws-credential-types",
 1333 "aws-runtime",
 1334 "aws-sigv4",
 1335 "aws-smithy-async",
 1336 "aws-smithy-eventstream",
 1337 "aws-smithy-http",
 1338 "aws-smithy-json",
 1339 "aws-smithy-runtime",
 1340 "aws-smithy-runtime-api",
 1341 "aws-smithy-types",
 1342 "aws-types",
 1343 "bytes 1.10.1",
 1344 "fastrand 2.3.0",
 1345 "http 0.2.12",
 1346 "hyper 0.14.32",
 1347 "once_cell",
 1348 "regex-lite",
 1349 "tracing",
 1350]
 1351
 1352[[package]]
 1353name = "aws-sdk-kinesis"
 1354version = "1.66.0"
 1355source = "registry+https://github.com/rust-lang/crates.io-index"
 1356checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1357dependencies = [
 1358 "aws-credential-types",
 1359 "aws-runtime",
 1360 "aws-smithy-async",
 1361 "aws-smithy-eventstream",
 1362 "aws-smithy-http",
 1363 "aws-smithy-json",
 1364 "aws-smithy-runtime",
 1365 "aws-smithy-runtime-api",
 1366 "aws-smithy-types",
 1367 "aws-types",
 1368 "bytes 1.10.1",
 1369 "fastrand 2.3.0",
 1370 "http 0.2.12",
 1371 "once_cell",
 1372 "regex-lite",
 1373 "tracing",
 1374]
 1375
 1376[[package]]
 1377name = "aws-sdk-s3"
 1378version = "1.82.0"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1381dependencies = [
 1382 "aws-credential-types",
 1383 "aws-runtime",
 1384 "aws-sigv4",
 1385 "aws-smithy-async",
 1386 "aws-smithy-checksums",
 1387 "aws-smithy-eventstream",
 1388 "aws-smithy-http",
 1389 "aws-smithy-json",
 1390 "aws-smithy-runtime",
 1391 "aws-smithy-runtime-api",
 1392 "aws-smithy-types",
 1393 "aws-smithy-xml",
 1394 "aws-types",
 1395 "bytes 1.10.1",
 1396 "fastrand 2.3.0",
 1397 "hex",
 1398 "hmac",
 1399 "http 0.2.12",
 1400 "http 1.3.1",
 1401 "http-body 0.4.6",
 1402 "lru",
 1403 "once_cell",
 1404 "percent-encoding",
 1405 "regex-lite",
 1406 "sha2",
 1407 "tracing",
 1408 "url",
 1409]
 1410
 1411[[package]]
 1412name = "aws-sdk-sso"
 1413version = "1.64.0"
 1414source = "registry+https://github.com/rust-lang/crates.io-index"
 1415checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1416dependencies = [
 1417 "aws-credential-types",
 1418 "aws-runtime",
 1419 "aws-smithy-async",
 1420 "aws-smithy-http",
 1421 "aws-smithy-json",
 1422 "aws-smithy-runtime",
 1423 "aws-smithy-runtime-api",
 1424 "aws-smithy-types",
 1425 "aws-types",
 1426 "bytes 1.10.1",
 1427 "fastrand 2.3.0",
 1428 "http 0.2.12",
 1429 "once_cell",
 1430 "regex-lite",
 1431 "tracing",
 1432]
 1433
 1434[[package]]
 1435name = "aws-sdk-ssooidc"
 1436version = "1.65.0"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1439dependencies = [
 1440 "aws-credential-types",
 1441 "aws-runtime",
 1442 "aws-smithy-async",
 1443 "aws-smithy-http",
 1444 "aws-smithy-json",
 1445 "aws-smithy-runtime",
 1446 "aws-smithy-runtime-api",
 1447 "aws-smithy-types",
 1448 "aws-types",
 1449 "bytes 1.10.1",
 1450 "fastrand 2.3.0",
 1451 "http 0.2.12",
 1452 "once_cell",
 1453 "regex-lite",
 1454 "tracing",
 1455]
 1456
 1457[[package]]
 1458name = "aws-sdk-sts"
 1459version = "1.65.0"
 1460source = "registry+https://github.com/rust-lang/crates.io-index"
 1461checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1462dependencies = [
 1463 "aws-credential-types",
 1464 "aws-runtime",
 1465 "aws-smithy-async",
 1466 "aws-smithy-http",
 1467 "aws-smithy-json",
 1468 "aws-smithy-query",
 1469 "aws-smithy-runtime",
 1470 "aws-smithy-runtime-api",
 1471 "aws-smithy-types",
 1472 "aws-smithy-xml",
 1473 "aws-types",
 1474 "fastrand 2.3.0",
 1475 "http 0.2.12",
 1476 "once_cell",
 1477 "regex-lite",
 1478 "tracing",
 1479]
 1480
 1481[[package]]
 1482name = "aws-sigv4"
 1483version = "1.3.0"
 1484source = "registry+https://github.com/rust-lang/crates.io-index"
 1485checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1486dependencies = [
 1487 "aws-credential-types",
 1488 "aws-smithy-eventstream",
 1489 "aws-smithy-http",
 1490 "aws-smithy-runtime-api",
 1491 "aws-smithy-types",
 1492 "bytes 1.10.1",
 1493 "crypto-bigint 0.5.5",
 1494 "form_urlencoded",
 1495 "hex",
 1496 "hmac",
 1497 "http 0.2.12",
 1498 "http 1.3.1",
 1499 "once_cell",
 1500 "p256",
 1501 "percent-encoding",
 1502 "ring",
 1503 "sha2",
 1504 "subtle",
 1505 "time",
 1506 "tracing",
 1507 "zeroize",
 1508]
 1509
 1510[[package]]
 1511name = "aws-smithy-async"
 1512version = "1.2.5"
 1513source = "registry+https://github.com/rust-lang/crates.io-index"
 1514checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1515dependencies = [
 1516 "futures-util",
 1517 "pin-project-lite",
 1518 "tokio",
 1519]
 1520
 1521[[package]]
 1522name = "aws-smithy-checksums"
 1523version = "0.63.1"
 1524source = "registry+https://github.com/rust-lang/crates.io-index"
 1525checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1526dependencies = [
 1527 "aws-smithy-http",
 1528 "aws-smithy-types",
 1529 "bytes 1.10.1",
 1530 "crc32c",
 1531 "crc32fast",
 1532 "crc64fast-nvme",
 1533 "hex",
 1534 "http 0.2.12",
 1535 "http-body 0.4.6",
 1536 "md-5",
 1537 "pin-project-lite",
 1538 "sha1",
 1539 "sha2",
 1540 "tracing",
 1541]
 1542
 1543[[package]]
 1544name = "aws-smithy-eventstream"
 1545version = "0.60.8"
 1546source = "registry+https://github.com/rust-lang/crates.io-index"
 1547checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1548dependencies = [
 1549 "aws-smithy-types",
 1550 "bytes 1.10.1",
 1551 "crc32fast",
 1552]
 1553
 1554[[package]]
 1555name = "aws-smithy-http"
 1556version = "0.62.0"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1559dependencies = [
 1560 "aws-smithy-eventstream",
 1561 "aws-smithy-runtime-api",
 1562 "aws-smithy-types",
 1563 "bytes 1.10.1",
 1564 "bytes-utils",
 1565 "futures-core",
 1566 "http 0.2.12",
 1567 "http 1.3.1",
 1568 "http-body 0.4.6",
 1569 "once_cell",
 1570 "percent-encoding",
 1571 "pin-project-lite",
 1572 "pin-utils",
 1573 "tracing",
 1574]
 1575
 1576[[package]]
 1577name = "aws-smithy-http-client"
 1578version = "1.0.1"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1581dependencies = [
 1582 "aws-smithy-async",
 1583 "aws-smithy-runtime-api",
 1584 "aws-smithy-types",
 1585 "h2 0.4.9",
 1586 "http 0.2.12",
 1587 "http 1.3.1",
 1588 "http-body 0.4.6",
 1589 "hyper 0.14.32",
 1590 "hyper 1.6.0",
 1591 "hyper-rustls 0.24.2",
 1592 "hyper-rustls 0.27.5",
 1593 "hyper-util",
 1594 "pin-project-lite",
 1595 "rustls 0.21.12",
 1596 "rustls 0.23.26",
 1597 "rustls-native-certs 0.8.1",
 1598 "rustls-pki-types",
 1599 "tokio",
 1600 "tower 0.5.2",
 1601 "tracing",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-json"
 1606version = "0.61.3"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1609dependencies = [
 1610 "aws-smithy-types",
 1611]
 1612
 1613[[package]]
 1614name = "aws-smithy-observability"
 1615version = "0.1.2"
 1616source = "registry+https://github.com/rust-lang/crates.io-index"
 1617checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1618dependencies = [
 1619 "aws-smithy-runtime-api",
 1620 "once_cell",
 1621]
 1622
 1623[[package]]
 1624name = "aws-smithy-query"
 1625version = "0.60.7"
 1626source = "registry+https://github.com/rust-lang/crates.io-index"
 1627checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1628dependencies = [
 1629 "aws-smithy-types",
 1630 "urlencoding",
 1631]
 1632
 1633[[package]]
 1634name = "aws-smithy-runtime"
 1635version = "1.8.1"
 1636source = "registry+https://github.com/rust-lang/crates.io-index"
 1637checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1638dependencies = [
 1639 "aws-smithy-async",
 1640 "aws-smithy-http",
 1641 "aws-smithy-http-client",
 1642 "aws-smithy-observability",
 1643 "aws-smithy-runtime-api",
 1644 "aws-smithy-types",
 1645 "bytes 1.10.1",
 1646 "fastrand 2.3.0",
 1647 "http 0.2.12",
 1648 "http 1.3.1",
 1649 "http-body 0.4.6",
 1650 "http-body 1.0.1",
 1651 "once_cell",
 1652 "pin-project-lite",
 1653 "pin-utils",
 1654 "tokio",
 1655 "tracing",
 1656]
 1657
 1658[[package]]
 1659name = "aws-smithy-runtime-api"
 1660version = "1.7.4"
 1661source = "registry+https://github.com/rust-lang/crates.io-index"
 1662checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1663dependencies = [
 1664 "aws-smithy-async",
 1665 "aws-smithy-types",
 1666 "bytes 1.10.1",
 1667 "http 0.2.12",
 1668 "http 1.3.1",
 1669 "pin-project-lite",
 1670 "tokio",
 1671 "tracing",
 1672 "zeroize",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-types"
 1677version = "1.3.0"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1680dependencies = [
 1681 "base64-simd",
 1682 "bytes 1.10.1",
 1683 "bytes-utils",
 1684 "futures-core",
 1685 "http 0.2.12",
 1686 "http 1.3.1",
 1687 "http-body 0.4.6",
 1688 "http-body 1.0.1",
 1689 "http-body-util",
 1690 "itoa",
 1691 "num-integer",
 1692 "pin-project-lite",
 1693 "pin-utils",
 1694 "ryu",
 1695 "serde",
 1696 "time",
 1697 "tokio",
 1698 "tokio-util",
 1699]
 1700
 1701[[package]]
 1702name = "aws-smithy-xml"
 1703version = "0.60.9"
 1704source = "registry+https://github.com/rust-lang/crates.io-index"
 1705checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1706dependencies = [
 1707 "xmlparser",
 1708]
 1709
 1710[[package]]
 1711name = "aws-types"
 1712version = "1.3.6"
 1713source = "registry+https://github.com/rust-lang/crates.io-index"
 1714checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1715dependencies = [
 1716 "aws-credential-types",
 1717 "aws-smithy-async",
 1718 "aws-smithy-runtime-api",
 1719 "aws-smithy-types",
 1720 "rustc_version",
 1721 "tracing",
 1722]
 1723
 1724[[package]]
 1725name = "aws_http_client"
 1726version = "0.1.0"
 1727dependencies = [
 1728 "aws-smithy-runtime-api",
 1729 "aws-smithy-types",
 1730 "futures 0.3.31",
 1731 "http_client",
 1732 "tokio",
 1733 "workspace-hack",
 1734]
 1735
 1736[[package]]
 1737name = "axum"
 1738version = "0.6.20"
 1739source = "registry+https://github.com/rust-lang/crates.io-index"
 1740checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1741dependencies = [
 1742 "async-trait",
 1743 "axum-core",
 1744 "base64 0.21.7",
 1745 "bitflags 1.3.2",
 1746 "bytes 1.10.1",
 1747 "futures-util",
 1748 "headers",
 1749 "http 0.2.12",
 1750 "http-body 0.4.6",
 1751 "hyper 0.14.32",
 1752 "itoa",
 1753 "matchit",
 1754 "memchr",
 1755 "mime",
 1756 "percent-encoding",
 1757 "pin-project-lite",
 1758 "rustversion",
 1759 "serde",
 1760 "serde_json",
 1761 "serde_path_to_error",
 1762 "serde_urlencoded",
 1763 "sha1",
 1764 "sync_wrapper 0.1.2",
 1765 "tokio",
 1766 "tokio-tungstenite 0.20.1",
 1767 "tower 0.4.13",
 1768 "tower-layer",
 1769 "tower-service",
 1770]
 1771
 1772[[package]]
 1773name = "axum-core"
 1774version = "0.3.4"
 1775source = "registry+https://github.com/rust-lang/crates.io-index"
 1776checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1777dependencies = [
 1778 "async-trait",
 1779 "bytes 1.10.1",
 1780 "futures-util",
 1781 "http 0.2.12",
 1782 "http-body 0.4.6",
 1783 "mime",
 1784 "rustversion",
 1785 "tower-layer",
 1786 "tower-service",
 1787]
 1788
 1789[[package]]
 1790name = "axum-extra"
 1791version = "0.4.2"
 1792source = "registry+https://github.com/rust-lang/crates.io-index"
 1793checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1794dependencies = [
 1795 "axum",
 1796 "bytes 1.10.1",
 1797 "futures-util",
 1798 "http 0.2.12",
 1799 "mime",
 1800 "pin-project-lite",
 1801 "serde",
 1802 "serde_json",
 1803 "tokio",
 1804 "tower 0.4.13",
 1805 "tower-http 0.3.5",
 1806 "tower-layer",
 1807 "tower-service",
 1808]
 1809
 1810[[package]]
 1811name = "backtrace"
 1812version = "0.3.74"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1815dependencies = [
 1816 "addr2line",
 1817 "cfg-if",
 1818 "libc",
 1819 "miniz_oxide",
 1820 "object",
 1821 "rustc-demangle",
 1822 "windows-targets 0.52.6",
 1823]
 1824
 1825[[package]]
 1826name = "base16ct"
 1827version = "0.1.1"
 1828source = "registry+https://github.com/rust-lang/crates.io-index"
 1829checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1830
 1831[[package]]
 1832name = "base64"
 1833version = "0.13.1"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1836
 1837[[package]]
 1838name = "base64"
 1839version = "0.21.7"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1842
 1843[[package]]
 1844name = "base64"
 1845version = "0.22.1"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1848
 1849[[package]]
 1850name = "base64-simd"
 1851version = "0.8.0"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1854dependencies = [
 1855 "outref",
 1856 "vsimd",
 1857]
 1858
 1859[[package]]
 1860name = "base64ct"
 1861version = "1.7.3"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1864
 1865[[package]]
 1866name = "bedrock"
 1867version = "0.1.0"
 1868dependencies = [
 1869 "anyhow",
 1870 "aws-sdk-bedrockruntime",
 1871 "aws-smithy-types",
 1872 "futures 0.3.31",
 1873 "schemars",
 1874 "serde",
 1875 "serde_json",
 1876 "strum 0.27.1",
 1877 "thiserror 2.0.12",
 1878 "tokio",
 1879 "workspace-hack",
 1880]
 1881
 1882[[package]]
 1883name = "beef"
 1884version = "0.5.2"
 1885source = "registry+https://github.com/rust-lang/crates.io-index"
 1886checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1887
 1888[[package]]
 1889name = "bigdecimal"
 1890version = "0.4.8"
 1891source = "registry+https://github.com/rust-lang/crates.io-index"
 1892checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1893dependencies = [
 1894 "autocfg",
 1895 "libm",
 1896 "num-bigint",
 1897 "num-integer",
 1898 "num-traits",
 1899 "serde",
 1900]
 1901
 1902[[package]]
 1903name = "bincode"
 1904version = "1.3.3"
 1905source = "registry+https://github.com/rust-lang/crates.io-index"
 1906checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1907dependencies = [
 1908 "serde",
 1909]
 1910
 1911[[package]]
 1912name = "bindgen"
 1913version = "0.69.5"
 1914source = "registry+https://github.com/rust-lang/crates.io-index"
 1915checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1916dependencies = [
 1917 "bitflags 2.9.0",
 1918 "cexpr",
 1919 "clang-sys",
 1920 "itertools 0.12.1",
 1921 "lazy_static",
 1922 "lazycell",
 1923 "log",
 1924 "prettyplease",
 1925 "proc-macro2",
 1926 "quote",
 1927 "regex",
 1928 "rustc-hash 1.1.0",
 1929 "shlex",
 1930 "syn 2.0.101",
 1931 "which 4.4.2",
 1932]
 1933
 1934[[package]]
 1935name = "bindgen"
 1936version = "0.70.1"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1939dependencies = [
 1940 "bitflags 2.9.0",
 1941 "cexpr",
 1942 "clang-sys",
 1943 "itertools 0.13.0",
 1944 "proc-macro2",
 1945 "quote",
 1946 "regex",
 1947 "rustc-hash 1.1.0",
 1948 "shlex",
 1949 "syn 2.0.101",
 1950]
 1951
 1952[[package]]
 1953name = "bindgen"
 1954version = "0.71.1"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1957dependencies = [
 1958 "bitflags 2.9.0",
 1959 "cexpr",
 1960 "clang-sys",
 1961 "itertools 0.13.0",
 1962 "log",
 1963 "prettyplease",
 1964 "proc-macro2",
 1965 "quote",
 1966 "regex",
 1967 "rustc-hash 2.1.1",
 1968 "shlex",
 1969 "syn 2.0.101",
 1970]
 1971
 1972[[package]]
 1973name = "bit-set"
 1974version = "0.5.3"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1977dependencies = [
 1978 "bit-vec 0.6.3",
 1979]
 1980
 1981[[package]]
 1982name = "bit-set"
 1983version = "0.8.0"
 1984source = "registry+https://github.com/rust-lang/crates.io-index"
 1985checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1986dependencies = [
 1987 "bit-vec 0.8.0",
 1988]
 1989
 1990[[package]]
 1991name = "bit-vec"
 1992version = "0.6.3"
 1993source = "registry+https://github.com/rust-lang/crates.io-index"
 1994checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1995
 1996[[package]]
 1997name = "bit-vec"
 1998version = "0.8.0"
 1999source = "registry+https://github.com/rust-lang/crates.io-index"
 2000checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2001
 2002[[package]]
 2003name = "bit_field"
 2004version = "0.10.2"
 2005source = "registry+https://github.com/rust-lang/crates.io-index"
 2006checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2007
 2008[[package]]
 2009name = "bitflags"
 2010version = "1.3.2"
 2011source = "registry+https://github.com/rust-lang/crates.io-index"
 2012checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2013
 2014[[package]]
 2015name = "bitflags"
 2016version = "2.9.0"
 2017source = "registry+https://github.com/rust-lang/crates.io-index"
 2018checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2019dependencies = [
 2020 "serde",
 2021]
 2022
 2023[[package]]
 2024name = "bitstream-io"
 2025version = "2.6.0"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2028
 2029[[package]]
 2030name = "bitvec"
 2031version = "1.0.1"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2034dependencies = [
 2035 "funty",
 2036 "radium",
 2037 "tap",
 2038 "wyz",
 2039]
 2040
 2041[[package]]
 2042name = "blade-graphics"
 2043version = "0.6.0"
 2044source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2045dependencies = [
 2046 "ash",
 2047 "ash-window",
 2048 "bitflags 2.9.0",
 2049 "bytemuck",
 2050 "codespan-reporting 0.11.1",
 2051 "glow",
 2052 "gpu-alloc",
 2053 "gpu-alloc-ash",
 2054 "hidden-trait",
 2055 "js-sys",
 2056 "khronos-egl",
 2057 "libloading",
 2058 "log",
 2059 "mint",
 2060 "naga",
 2061 "objc2",
 2062 "objc2-app-kit",
 2063 "objc2-core-foundation",
 2064 "objc2-foundation",
 2065 "objc2-metal",
 2066 "objc2-quartz-core",
 2067 "objc2-ui-kit",
 2068 "raw-window-handle",
 2069 "slab",
 2070 "wasm-bindgen",
 2071 "web-sys",
 2072]
 2073
 2074[[package]]
 2075name = "blade-macros"
 2076version = "0.3.0"
 2077source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2078dependencies = [
 2079 "proc-macro2",
 2080 "quote",
 2081 "syn 2.0.101",
 2082]
 2083
 2084[[package]]
 2085name = "blade-util"
 2086version = "0.2.0"
 2087source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2088dependencies = [
 2089 "blade-graphics",
 2090 "bytemuck",
 2091 "log",
 2092 "profiling",
 2093]
 2094
 2095[[package]]
 2096name = "blake2"
 2097version = "0.10.6"
 2098source = "registry+https://github.com/rust-lang/crates.io-index"
 2099checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2100dependencies = [
 2101 "digest",
 2102]
 2103
 2104[[package]]
 2105name = "blake3"
 2106version = "1.8.2"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2109dependencies = [
 2110 "arrayref",
 2111 "arrayvec",
 2112 "cc",
 2113 "cfg-if",
 2114 "constant_time_eq 0.3.1",
 2115]
 2116
 2117[[package]]
 2118name = "block"
 2119version = "0.1.6"
 2120source = "registry+https://github.com/rust-lang/crates.io-index"
 2121checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2122
 2123[[package]]
 2124name = "block-buffer"
 2125version = "0.10.4"
 2126source = "registry+https://github.com/rust-lang/crates.io-index"
 2127checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2128dependencies = [
 2129 "generic-array",
 2130]
 2131
 2132[[package]]
 2133name = "block-padding"
 2134version = "0.3.3"
 2135source = "registry+https://github.com/rust-lang/crates.io-index"
 2136checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2137dependencies = [
 2138 "generic-array",
 2139]
 2140
 2141[[package]]
 2142name = "block2"
 2143version = "0.6.1"
 2144source = "registry+https://github.com/rust-lang/crates.io-index"
 2145checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2146dependencies = [
 2147 "objc2",
 2148]
 2149
 2150[[package]]
 2151name = "blocking"
 2152version = "1.6.1"
 2153source = "registry+https://github.com/rust-lang/crates.io-index"
 2154checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2155dependencies = [
 2156 "async-channel 2.3.1",
 2157 "async-task",
 2158 "futures-io",
 2159 "futures-lite 2.6.0",
 2160 "piper",
 2161]
 2162
 2163[[package]]
 2164name = "borrow-or-share"
 2165version = "0.2.2"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2168
 2169[[package]]
 2170name = "borsh"
 2171version = "1.5.7"
 2172source = "registry+https://github.com/rust-lang/crates.io-index"
 2173checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2174dependencies = [
 2175 "borsh-derive",
 2176 "cfg_aliases 0.2.1",
 2177]
 2178
 2179[[package]]
 2180name = "borsh-derive"
 2181version = "1.5.7"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2184dependencies = [
 2185 "once_cell",
 2186 "proc-macro-crate",
 2187 "proc-macro2",
 2188 "quote",
 2189 "syn 2.0.101",
 2190]
 2191
 2192[[package]]
 2193name = "breadcrumbs"
 2194version = "0.1.0"
 2195dependencies = [
 2196 "editor",
 2197 "gpui",
 2198 "itertools 0.14.0",
 2199 "theme",
 2200 "ui",
 2201 "workspace",
 2202 "workspace-hack",
 2203 "zed_actions",
 2204]
 2205
 2206[[package]]
 2207name = "bstr"
 2208version = "1.12.0"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2211dependencies = [
 2212 "memchr",
 2213 "regex-automata 0.4.9",
 2214 "serde",
 2215]
 2216
 2217[[package]]
 2218name = "buffer_diff"
 2219version = "0.1.0"
 2220dependencies = [
 2221 "anyhow",
 2222 "clock",
 2223 "ctor",
 2224 "env_logger 0.11.8",
 2225 "futures 0.3.31",
 2226 "git2",
 2227 "gpui",
 2228 "language",
 2229 "log",
 2230 "pretty_assertions",
 2231 "rand 0.8.5",
 2232 "rope",
 2233 "serde_json",
 2234 "sum_tree",
 2235 "text",
 2236 "unindent",
 2237 "util",
 2238 "workspace-hack",
 2239]
 2240
 2241[[package]]
 2242name = "built"
 2243version = "0.7.7"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2246
 2247[[package]]
 2248name = "bumpalo"
 2249version = "3.17.0"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2252dependencies = [
 2253 "allocator-api2",
 2254]
 2255
 2256[[package]]
 2257name = "by_address"
 2258version = "1.2.1"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2261
 2262[[package]]
 2263name = "bytecheck"
 2264version = "0.6.12"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2267dependencies = [
 2268 "bytecheck_derive",
 2269 "ptr_meta",
 2270 "simdutf8",
 2271]
 2272
 2273[[package]]
 2274name = "bytecheck_derive"
 2275version = "0.6.12"
 2276source = "registry+https://github.com/rust-lang/crates.io-index"
 2277checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2278dependencies = [
 2279 "proc-macro2",
 2280 "quote",
 2281 "syn 1.0.109",
 2282]
 2283
 2284[[package]]
 2285name = "bytecount"
 2286version = "0.6.8"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2289
 2290[[package]]
 2291name = "bytemuck"
 2292version = "1.22.0"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2295dependencies = [
 2296 "bytemuck_derive",
 2297]
 2298
 2299[[package]]
 2300name = "bytemuck_derive"
 2301version = "1.9.3"
 2302source = "registry+https://github.com/rust-lang/crates.io-index"
 2303checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2304dependencies = [
 2305 "proc-macro2",
 2306 "quote",
 2307 "syn 2.0.101",
 2308]
 2309
 2310[[package]]
 2311name = "byteorder"
 2312version = "1.5.0"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2315
 2316[[package]]
 2317name = "byteorder-lite"
 2318version = "0.1.0"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2321
 2322[[package]]
 2323name = "bytes"
 2324version = "0.4.12"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2327dependencies = [
 2328 "byteorder",
 2329 "iovec",
 2330]
 2331
 2332[[package]]
 2333name = "bytes"
 2334version = "1.10.1"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2337
 2338[[package]]
 2339name = "bytes-utils"
 2340version = "0.1.4"
 2341source = "registry+https://github.com/rust-lang/crates.io-index"
 2342checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2343dependencies = [
 2344 "bytes 1.10.1",
 2345 "either",
 2346]
 2347
 2348[[package]]
 2349name = "bzip2"
 2350version = "0.4.4"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2353dependencies = [
 2354 "bzip2-sys",
 2355 "libc",
 2356]
 2357
 2358[[package]]
 2359name = "bzip2-sys"
 2360version = "0.1.13+1.0.8"
 2361source = "registry+https://github.com/rust-lang/crates.io-index"
 2362checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2363dependencies = [
 2364 "cc",
 2365 "pkg-config",
 2366]
 2367
 2368[[package]]
 2369name = "call"
 2370version = "0.1.0"
 2371dependencies = [
 2372 "anyhow",
 2373 "audio",
 2374 "client",
 2375 "collections",
 2376 "fs",
 2377 "futures 0.3.31",
 2378 "gpui",
 2379 "gpui_tokio",
 2380 "http_client",
 2381 "language",
 2382 "livekit_client",
 2383 "log",
 2384 "postage",
 2385 "project",
 2386 "schemars",
 2387 "serde",
 2388 "serde_derive",
 2389 "settings",
 2390 "telemetry",
 2391 "util",
 2392 "workspace-hack",
 2393]
 2394
 2395[[package]]
 2396name = "calloop"
 2397version = "0.13.0"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2400dependencies = [
 2401 "bitflags 2.9.0",
 2402 "log",
 2403 "polling",
 2404 "rustix 0.38.44",
 2405 "slab",
 2406 "thiserror 1.0.69",
 2407]
 2408
 2409[[package]]
 2410name = "calloop-wayland-source"
 2411version = "0.3.0"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2414dependencies = [
 2415 "calloop",
 2416 "rustix 0.38.44",
 2417 "wayland-backend",
 2418 "wayland-client",
 2419]
 2420
 2421[[package]]
 2422name = "camino"
 2423version = "1.1.9"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2426dependencies = [
 2427 "serde",
 2428]
 2429
 2430[[package]]
 2431name = "cap-fs-ext"
 2432version = "3.4.4"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2435dependencies = [
 2436 "cap-primitives",
 2437 "cap-std",
 2438 "io-lifetimes",
 2439 "windows-sys 0.59.0",
 2440]
 2441
 2442[[package]]
 2443name = "cap-net-ext"
 2444version = "3.4.4"
 2445source = "registry+https://github.com/rust-lang/crates.io-index"
 2446checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2447dependencies = [
 2448 "cap-primitives",
 2449 "cap-std",
 2450 "rustix 1.0.7",
 2451 "smallvec",
 2452]
 2453
 2454[[package]]
 2455name = "cap-primitives"
 2456version = "3.4.4"
 2457source = "registry+https://github.com/rust-lang/crates.io-index"
 2458checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2459dependencies = [
 2460 "ambient-authority",
 2461 "fs-set-times",
 2462 "io-extras",
 2463 "io-lifetimes",
 2464 "ipnet",
 2465 "maybe-owned",
 2466 "rustix 1.0.7",
 2467 "rustix-linux-procfs",
 2468 "windows-sys 0.59.0",
 2469 "winx",
 2470]
 2471
 2472[[package]]
 2473name = "cap-rand"
 2474version = "3.4.4"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2477dependencies = [
 2478 "ambient-authority",
 2479 "rand 0.8.5",
 2480]
 2481
 2482[[package]]
 2483name = "cap-std"
 2484version = "3.4.4"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2487dependencies = [
 2488 "cap-primitives",
 2489 "io-extras",
 2490 "io-lifetimes",
 2491 "rustix 1.0.7",
 2492]
 2493
 2494[[package]]
 2495name = "cap-time-ext"
 2496version = "3.4.4"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2499dependencies = [
 2500 "ambient-authority",
 2501 "cap-primitives",
 2502 "iana-time-zone",
 2503 "once_cell",
 2504 "rustix 1.0.7",
 2505 "winx",
 2506]
 2507
 2508[[package]]
 2509name = "cargo-platform"
 2510version = "0.1.9"
 2511source = "registry+https://github.com/rust-lang/crates.io-index"
 2512checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2513dependencies = [
 2514 "serde",
 2515]
 2516
 2517[[package]]
 2518name = "cargo_metadata"
 2519version = "0.19.2"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2522dependencies = [
 2523 "camino",
 2524 "cargo-platform",
 2525 "semver",
 2526 "serde",
 2527 "serde_json",
 2528 "thiserror 2.0.12",
 2529]
 2530
 2531[[package]]
 2532name = "cargo_toml"
 2533version = "0.21.0"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2536dependencies = [
 2537 "serde",
 2538 "toml 0.8.20",
 2539]
 2540
 2541[[package]]
 2542name = "cast"
 2543version = "0.3.0"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2546
 2547[[package]]
 2548name = "cbc"
 2549version = "0.1.2"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2552dependencies = [
 2553 "cipher",
 2554]
 2555
 2556[[package]]
 2557name = "cbindgen"
 2558version = "0.28.0"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2561dependencies = [
 2562 "heck 0.4.1",
 2563 "indexmap",
 2564 "log",
 2565 "proc-macro2",
 2566 "quote",
 2567 "serde",
 2568 "serde_json",
 2569 "syn 2.0.101",
 2570 "tempfile",
 2571 "toml 0.8.20",
 2572]
 2573
 2574[[package]]
 2575name = "cc"
 2576version = "1.2.19"
 2577source = "registry+https://github.com/rust-lang/crates.io-index"
 2578checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2579dependencies = [
 2580 "jobserver",
 2581 "libc",
 2582 "shlex",
 2583]
 2584
 2585[[package]]
 2586name = "cesu8"
 2587version = "1.1.0"
 2588source = "registry+https://github.com/rust-lang/crates.io-index"
 2589checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2590
 2591[[package]]
 2592name = "cexpr"
 2593version = "0.6.0"
 2594source = "registry+https://github.com/rust-lang/crates.io-index"
 2595checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2596dependencies = [
 2597 "nom",
 2598]
 2599
 2600[[package]]
 2601name = "cfg-expr"
 2602version = "0.15.8"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2605dependencies = [
 2606 "smallvec",
 2607 "target-lexicon 0.12.16",
 2608]
 2609
 2610[[package]]
 2611name = "cfg-if"
 2612version = "1.0.0"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2615
 2616[[package]]
 2617name = "cfg_aliases"
 2618version = "0.1.1"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2621
 2622[[package]]
 2623name = "cfg_aliases"
 2624version = "0.2.1"
 2625source = "registry+https://github.com/rust-lang/crates.io-index"
 2626checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2627
 2628[[package]]
 2629name = "cgl"
 2630version = "0.3.2"
 2631source = "registry+https://github.com/rust-lang/crates.io-index"
 2632checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2633dependencies = [
 2634 "libc",
 2635]
 2636
 2637[[package]]
 2638name = "channel"
 2639version = "0.1.0"
 2640dependencies = [
 2641 "anyhow",
 2642 "client",
 2643 "clock",
 2644 "collections",
 2645 "futures 0.3.31",
 2646 "gpui",
 2647 "http_client",
 2648 "language",
 2649 "log",
 2650 "rand 0.8.5",
 2651 "release_channel",
 2652 "rpc",
 2653 "settings",
 2654 "sum_tree",
 2655 "text",
 2656 "time",
 2657 "util",
 2658 "workspace-hack",
 2659]
 2660
 2661[[package]]
 2662name = "chrono"
 2663version = "0.4.41"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2666dependencies = [
 2667 "android-tzdata",
 2668 "iana-time-zone",
 2669 "js-sys",
 2670 "num-traits",
 2671 "serde",
 2672 "wasm-bindgen",
 2673 "windows-link",
 2674]
 2675
 2676[[package]]
 2677name = "chunked_transfer"
 2678version = "1.5.0"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2681
 2682[[package]]
 2683name = "ciborium"
 2684version = "0.2.2"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2687dependencies = [
 2688 "ciborium-io",
 2689 "ciborium-ll",
 2690 "serde",
 2691]
 2692
 2693[[package]]
 2694name = "ciborium-io"
 2695version = "0.2.2"
 2696source = "registry+https://github.com/rust-lang/crates.io-index"
 2697checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2698
 2699[[package]]
 2700name = "ciborium-ll"
 2701version = "0.2.2"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2704dependencies = [
 2705 "ciborium-io",
 2706 "half",
 2707]
 2708
 2709[[package]]
 2710name = "cipher"
 2711version = "0.4.4"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2714dependencies = [
 2715 "crypto-common",
 2716 "inout",
 2717 "zeroize",
 2718]
 2719
 2720[[package]]
 2721name = "circular-buffer"
 2722version = "1.1.0"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2725
 2726[[package]]
 2727name = "clang-sys"
 2728version = "1.8.1"
 2729source = "registry+https://github.com/rust-lang/crates.io-index"
 2730checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2731dependencies = [
 2732 "glob",
 2733 "libc",
 2734 "libloading",
 2735]
 2736
 2737[[package]]
 2738name = "clap"
 2739version = "4.5.37"
 2740source = "registry+https://github.com/rust-lang/crates.io-index"
 2741checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2742dependencies = [
 2743 "clap_builder",
 2744 "clap_derive",
 2745]
 2746
 2747[[package]]
 2748name = "clap_builder"
 2749version = "4.5.37"
 2750source = "registry+https://github.com/rust-lang/crates.io-index"
 2751checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2752dependencies = [
 2753 "anstream",
 2754 "anstyle",
 2755 "clap_lex",
 2756 "strsim",
 2757 "terminal_size",
 2758]
 2759
 2760[[package]]
 2761name = "clap_complete"
 2762version = "4.5.47"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2765dependencies = [
 2766 "clap",
 2767]
 2768
 2769[[package]]
 2770name = "clap_derive"
 2771version = "4.5.32"
 2772source = "registry+https://github.com/rust-lang/crates.io-index"
 2773checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2774dependencies = [
 2775 "heck 0.5.0",
 2776 "proc-macro2",
 2777 "quote",
 2778 "syn 2.0.101",
 2779]
 2780
 2781[[package]]
 2782name = "clap_lex"
 2783version = "0.7.4"
 2784source = "registry+https://github.com/rust-lang/crates.io-index"
 2785checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2786
 2787[[package]]
 2788name = "cli"
 2789version = "0.1.0"
 2790dependencies = [
 2791 "anyhow",
 2792 "clap",
 2793 "collections",
 2794 "core-foundation 0.10.0",
 2795 "core-services",
 2796 "exec",
 2797 "fork",
 2798 "ipc-channel",
 2799 "parking_lot",
 2800 "paths",
 2801 "plist",
 2802 "release_channel",
 2803 "serde",
 2804 "tempfile",
 2805 "util",
 2806 "windows 0.61.1",
 2807 "workspace-hack",
 2808]
 2809
 2810[[package]]
 2811name = "client"
 2812version = "0.1.0"
 2813dependencies = [
 2814 "anyhow",
 2815 "async-recursion 0.3.2",
 2816 "async-tungstenite",
 2817 "base64 0.22.1",
 2818 "chrono",
 2819 "clock",
 2820 "cocoa 0.26.0",
 2821 "collections",
 2822 "credentials_provider",
 2823 "feature_flags",
 2824 "futures 0.3.31",
 2825 "gpui",
 2826 "gpui_tokio",
 2827 "http_client",
 2828 "http_client_tls",
 2829 "httparse",
 2830 "log",
 2831 "parking_lot",
 2832 "paths",
 2833 "postage",
 2834 "rand 0.8.5",
 2835 "release_channel",
 2836 "rpc",
 2837 "rustls-pki-types",
 2838 "schemars",
 2839 "serde",
 2840 "serde_json",
 2841 "settings",
 2842 "sha2",
 2843 "smol",
 2844 "telemetry",
 2845 "telemetry_events",
 2846 "text",
 2847 "thiserror 2.0.12",
 2848 "time",
 2849 "tiny_http",
 2850 "tokio",
 2851 "tokio-native-tls",
 2852 "tokio-rustls 0.26.2",
 2853 "tokio-socks",
 2854 "url",
 2855 "util",
 2856 "windows 0.61.1",
 2857 "workspace-hack",
 2858 "worktree",
 2859]
 2860
 2861[[package]]
 2862name = "clock"
 2863version = "0.1.0"
 2864dependencies = [
 2865 "parking_lot",
 2866 "serde",
 2867 "smallvec",
 2868 "workspace-hack",
 2869]
 2870
 2871[[package]]
 2872name = "clru"
 2873version = "0.6.2"
 2874source = "registry+https://github.com/rust-lang/crates.io-index"
 2875checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2876
 2877[[package]]
 2878name = "cmake"
 2879version = "0.1.54"
 2880source = "registry+https://github.com/rust-lang/crates.io-index"
 2881checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2882dependencies = [
 2883 "cc",
 2884]
 2885
 2886[[package]]
 2887name = "cobs"
 2888version = "0.2.3"
 2889source = "registry+https://github.com/rust-lang/crates.io-index"
 2890checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2891
 2892[[package]]
 2893name = "cocoa"
 2894version = "0.25.0"
 2895source = "registry+https://github.com/rust-lang/crates.io-index"
 2896checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2897dependencies = [
 2898 "bitflags 1.3.2",
 2899 "block",
 2900 "cocoa-foundation 0.1.2",
 2901 "core-foundation 0.9.4",
 2902 "core-graphics 0.23.2",
 2903 "foreign-types 0.5.0",
 2904 "libc",
 2905 "objc",
 2906]
 2907
 2908[[package]]
 2909name = "cocoa"
 2910version = "0.26.0"
 2911source = "registry+https://github.com/rust-lang/crates.io-index"
 2912checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2913dependencies = [
 2914 "bitflags 2.9.0",
 2915 "block",
 2916 "cocoa-foundation 0.2.0",
 2917 "core-foundation 0.10.0",
 2918 "core-graphics 0.24.0",
 2919 "foreign-types 0.5.0",
 2920 "libc",
 2921 "objc",
 2922]
 2923
 2924[[package]]
 2925name = "cocoa-foundation"
 2926version = "0.1.2"
 2927source = "registry+https://github.com/rust-lang/crates.io-index"
 2928checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2929dependencies = [
 2930 "bitflags 1.3.2",
 2931 "block",
 2932 "core-foundation 0.9.4",
 2933 "core-graphics-types 0.1.3",
 2934 "libc",
 2935 "objc",
 2936]
 2937
 2938[[package]]
 2939name = "cocoa-foundation"
 2940version = "0.2.0"
 2941source = "registry+https://github.com/rust-lang/crates.io-index"
 2942checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2943dependencies = [
 2944 "bitflags 2.9.0",
 2945 "block",
 2946 "core-foundation 0.10.0",
 2947 "core-graphics-types 0.2.0",
 2948 "libc",
 2949 "objc",
 2950]
 2951
 2952[[package]]
 2953name = "codespan-reporting"
 2954version = "0.11.1"
 2955source = "registry+https://github.com/rust-lang/crates.io-index"
 2956checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2957dependencies = [
 2958 "termcolor",
 2959 "unicode-width 0.1.14",
 2960]
 2961
 2962[[package]]
 2963name = "codespan-reporting"
 2964version = "0.12.0"
 2965source = "registry+https://github.com/rust-lang/crates.io-index"
 2966checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2967dependencies = [
 2968 "serde",
 2969 "termcolor",
 2970 "unicode-width 0.2.0",
 2971]
 2972
 2973[[package]]
 2974name = "collab"
 2975version = "0.44.0"
 2976dependencies = [
 2977 "anyhow",
 2978 "assistant_context_editor",
 2979 "assistant_settings",
 2980 "assistant_slash_command",
 2981 "assistant_tool",
 2982 "async-stripe",
 2983 "async-trait",
 2984 "async-tungstenite",
 2985 "audio",
 2986 "aws-config",
 2987 "aws-sdk-kinesis",
 2988 "aws-sdk-s3",
 2989 "axum",
 2990 "axum-extra",
 2991 "base64 0.22.1",
 2992 "buffer_diff",
 2993 "call",
 2994 "channel",
 2995 "chrono",
 2996 "client",
 2997 "clock",
 2998 "collab_ui",
 2999 "collections",
 3000 "command_palette_hooks",
 3001 "context_server",
 3002 "ctor",
 3003 "dap",
 3004 "dashmap 6.1.0",
 3005 "debugger_ui",
 3006 "derive_more",
 3007 "editor",
 3008 "env_logger 0.11.8",
 3009 "envy",
 3010 "extension",
 3011 "file_finder",
 3012 "fs",
 3013 "futures 0.3.31",
 3014 "git",
 3015 "git_hosting_providers",
 3016 "git_ui",
 3017 "gpui",
 3018 "gpui_tokio",
 3019 "hex",
 3020 "http_client",
 3021 "hyper 0.14.32",
 3022 "indoc",
 3023 "jsonwebtoken",
 3024 "language",
 3025 "language_model",
 3026 "livekit_api",
 3027 "livekit_client",
 3028 "log",
 3029 "lsp",
 3030 "menu",
 3031 "multi_buffer",
 3032 "nanoid",
 3033 "node_runtime",
 3034 "notifications",
 3035 "parking_lot",
 3036 "pretty_assertions",
 3037 "project",
 3038 "prometheus",
 3039 "prompt_store",
 3040 "prost 0.9.0",
 3041 "rand 0.8.5",
 3042 "recent_projects",
 3043 "release_channel",
 3044 "remote",
 3045 "remote_server",
 3046 "reqwest 0.11.27",
 3047 "reqwest_client",
 3048 "rpc",
 3049 "rustc-demangle",
 3050 "scrypt",
 3051 "sea-orm",
 3052 "semantic_version",
 3053 "semver",
 3054 "serde",
 3055 "serde_derive",
 3056 "serde_json",
 3057 "session",
 3058 "settings",
 3059 "sha2",
 3060 "sqlx",
 3061 "strum 0.27.1",
 3062 "subtle",
 3063 "supermaven_api",
 3064 "task",
 3065 "telemetry_events",
 3066 "text",
 3067 "theme",
 3068 "thiserror 2.0.12",
 3069 "time",
 3070 "tokio",
 3071 "toml 0.8.20",
 3072 "tower 0.4.13",
 3073 "tower-http 0.4.4",
 3074 "tracing",
 3075 "tracing-subscriber",
 3076 "unindent",
 3077 "util",
 3078 "uuid",
 3079 "workspace",
 3080 "workspace-hack",
 3081 "worktree",
 3082 "zed_llm_client",
 3083]
 3084
 3085[[package]]
 3086name = "collab_ui"
 3087version = "0.1.0"
 3088dependencies = [
 3089 "anyhow",
 3090 "call",
 3091 "channel",
 3092 "chrono",
 3093 "client",
 3094 "collections",
 3095 "db",
 3096 "editor",
 3097 "emojis",
 3098 "futures 0.3.31",
 3099 "fuzzy",
 3100 "gpui",
 3101 "http_client",
 3102 "language",
 3103 "log",
 3104 "menu",
 3105 "notifications",
 3106 "picker",
 3107 "pretty_assertions",
 3108 "project",
 3109 "release_channel",
 3110 "rich_text",
 3111 "rpc",
 3112 "schemars",
 3113 "serde",
 3114 "serde_derive",
 3115 "serde_json",
 3116 "settings",
 3117 "smallvec",
 3118 "story",
 3119 "telemetry",
 3120 "theme",
 3121 "time",
 3122 "time_format",
 3123 "title_bar",
 3124 "tree-sitter-md",
 3125 "ui",
 3126 "util",
 3127 "workspace",
 3128 "workspace-hack",
 3129]
 3130
 3131[[package]]
 3132name = "collections"
 3133version = "0.1.0"
 3134dependencies = [
 3135 "indexmap",
 3136 "rustc-hash 2.1.1",
 3137 "workspace-hack",
 3138]
 3139
 3140[[package]]
 3141name = "color_quant"
 3142version = "1.1.0"
 3143source = "registry+https://github.com/rust-lang/crates.io-index"
 3144checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3145
 3146[[package]]
 3147name = "colorchoice"
 3148version = "1.0.3"
 3149source = "registry+https://github.com/rust-lang/crates.io-index"
 3150checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3151
 3152[[package]]
 3153name = "combine"
 3154version = "4.6.7"
 3155source = "registry+https://github.com/rust-lang/crates.io-index"
 3156checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3157dependencies = [
 3158 "bytes 1.10.1",
 3159 "memchr",
 3160]
 3161
 3162[[package]]
 3163name = "command_palette"
 3164version = "0.1.0"
 3165dependencies = [
 3166 "anyhow",
 3167 "client",
 3168 "collections",
 3169 "command_palette_hooks",
 3170 "ctor",
 3171 "db",
 3172 "editor",
 3173 "env_logger 0.11.8",
 3174 "fuzzy",
 3175 "go_to_line",
 3176 "gpui",
 3177 "language",
 3178 "log",
 3179 "menu",
 3180 "picker",
 3181 "postage",
 3182 "project",
 3183 "serde",
 3184 "serde_json",
 3185 "settings",
 3186 "telemetry",
 3187 "theme",
 3188 "time",
 3189 "ui",
 3190 "util",
 3191 "workspace",
 3192 "workspace-hack",
 3193 "zed_actions",
 3194]
 3195
 3196[[package]]
 3197name = "command_palette_hooks"
 3198version = "0.1.0"
 3199dependencies = [
 3200 "collections",
 3201 "derive_more",
 3202 "gpui",
 3203 "workspace-hack",
 3204]
 3205
 3206[[package]]
 3207name = "component"
 3208version = "0.1.0"
 3209dependencies = [
 3210 "collections",
 3211 "gpui",
 3212 "inventory",
 3213 "parking_lot",
 3214 "strum 0.27.1",
 3215 "theme",
 3216 "workspace-hack",
 3217]
 3218
 3219[[package]]
 3220name = "concurrent-queue"
 3221version = "2.5.0"
 3222source = "registry+https://github.com/rust-lang/crates.io-index"
 3223checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3224dependencies = [
 3225 "crossbeam-utils",
 3226]
 3227
 3228[[package]]
 3229name = "console"
 3230version = "0.15.11"
 3231source = "registry+https://github.com/rust-lang/crates.io-index"
 3232checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3233dependencies = [
 3234 "encode_unicode",
 3235 "libc",
 3236 "once_cell",
 3237 "unicode-width 0.2.0",
 3238 "windows-sys 0.59.0",
 3239]
 3240
 3241[[package]]
 3242name = "const-oid"
 3243version = "0.9.6"
 3244source = "registry+https://github.com/rust-lang/crates.io-index"
 3245checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3246
 3247[[package]]
 3248name = "const-random"
 3249version = "0.1.18"
 3250source = "registry+https://github.com/rust-lang/crates.io-index"
 3251checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3252dependencies = [
 3253 "const-random-macro",
 3254]
 3255
 3256[[package]]
 3257name = "const-random-macro"
 3258version = "0.1.16"
 3259source = "registry+https://github.com/rust-lang/crates.io-index"
 3260checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3261dependencies = [
 3262 "getrandom 0.2.15",
 3263 "once_cell",
 3264 "tiny-keccak",
 3265]
 3266
 3267[[package]]
 3268name = "constant_time_eq"
 3269version = "0.1.5"
 3270source = "registry+https://github.com/rust-lang/crates.io-index"
 3271checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3272
 3273[[package]]
 3274name = "constant_time_eq"
 3275version = "0.3.1"
 3276source = "registry+https://github.com/rust-lang/crates.io-index"
 3277checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3278
 3279[[package]]
 3280name = "context_server"
 3281version = "0.1.0"
 3282dependencies = [
 3283 "anyhow",
 3284 "async-trait",
 3285 "collections",
 3286 "futures 0.3.31",
 3287 "gpui",
 3288 "log",
 3289 "parking_lot",
 3290 "postage",
 3291 "schemars",
 3292 "serde",
 3293 "serde_json",
 3294 "smol",
 3295 "url",
 3296 "util",
 3297 "workspace-hack",
 3298]
 3299
 3300[[package]]
 3301name = "convert_case"
 3302version = "0.4.0"
 3303source = "registry+https://github.com/rust-lang/crates.io-index"
 3304checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3305
 3306[[package]]
 3307name = "convert_case"
 3308version = "0.6.0"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3311dependencies = [
 3312 "unicode-segmentation",
 3313]
 3314
 3315[[package]]
 3316name = "convert_case"
 3317version = "0.8.0"
 3318source = "registry+https://github.com/rust-lang/crates.io-index"
 3319checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3320dependencies = [
 3321 "unicode-segmentation",
 3322]
 3323
 3324[[package]]
 3325name = "copilot"
 3326version = "0.1.0"
 3327dependencies = [
 3328 "anyhow",
 3329 "async-std",
 3330 "chrono",
 3331 "client",
 3332 "clock",
 3333 "collections",
 3334 "command_palette_hooks",
 3335 "ctor",
 3336 "editor",
 3337 "env_logger 0.11.8",
 3338 "fs",
 3339 "futures 0.3.31",
 3340 "gpui",
 3341 "http_client",
 3342 "indoc",
 3343 "inline_completion",
 3344 "itertools 0.14.0",
 3345 "language",
 3346 "log",
 3347 "lsp",
 3348 "menu",
 3349 "node_runtime",
 3350 "parking_lot",
 3351 "paths",
 3352 "project",
 3353 "rpc",
 3354 "serde",
 3355 "serde_json",
 3356 "settings",
 3357 "task",
 3358 "theme",
 3359 "ui",
 3360 "util",
 3361 "workspace",
 3362 "workspace-hack",
 3363]
 3364
 3365[[package]]
 3366name = "core-foundation"
 3367version = "0.9.4"
 3368source = "registry+https://github.com/rust-lang/crates.io-index"
 3369checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3370dependencies = [
 3371 "core-foundation-sys",
 3372 "libc",
 3373]
 3374
 3375[[package]]
 3376name = "core-foundation"
 3377version = "0.10.0"
 3378source = "registry+https://github.com/rust-lang/crates.io-index"
 3379checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3380dependencies = [
 3381 "core-foundation-sys",
 3382 "libc",
 3383]
 3384
 3385[[package]]
 3386name = "core-foundation-sys"
 3387version = "0.8.7"
 3388source = "registry+https://github.com/rust-lang/crates.io-index"
 3389checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3390
 3391[[package]]
 3392name = "core-graphics"
 3393version = "0.23.2"
 3394source = "registry+https://github.com/rust-lang/crates.io-index"
 3395checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3396dependencies = [
 3397 "bitflags 1.3.2",
 3398 "core-foundation 0.9.4",
 3399 "core-graphics-types 0.1.3",
 3400 "foreign-types 0.5.0",
 3401 "libc",
 3402]
 3403
 3404[[package]]
 3405name = "core-graphics"
 3406version = "0.24.0"
 3407source = "registry+https://github.com/rust-lang/crates.io-index"
 3408checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3409dependencies = [
 3410 "bitflags 2.9.0",
 3411 "core-foundation 0.10.0",
 3412 "core-graphics-types 0.2.0",
 3413 "foreign-types 0.5.0",
 3414 "libc",
 3415]
 3416
 3417[[package]]
 3418name = "core-graphics-helmer-fork"
 3419version = "0.24.0"
 3420source = "registry+https://github.com/rust-lang/crates.io-index"
 3421checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3422dependencies = [
 3423 "bitflags 2.9.0",
 3424 "core-foundation 0.9.4",
 3425 "core-graphics-types 0.1.3",
 3426 "foreign-types 0.5.0",
 3427 "libc",
 3428]
 3429
 3430[[package]]
 3431name = "core-graphics-types"
 3432version = "0.1.3"
 3433source = "registry+https://github.com/rust-lang/crates.io-index"
 3434checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3435dependencies = [
 3436 "bitflags 1.3.2",
 3437 "core-foundation 0.9.4",
 3438 "libc",
 3439]
 3440
 3441[[package]]
 3442name = "core-graphics-types"
 3443version = "0.2.0"
 3444source = "registry+https://github.com/rust-lang/crates.io-index"
 3445checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3446dependencies = [
 3447 "bitflags 2.9.0",
 3448 "core-foundation 0.10.0",
 3449 "libc",
 3450]
 3451
 3452[[package]]
 3453name = "core-graphics2"
 3454version = "0.4.1"
 3455source = "registry+https://github.com/rust-lang/crates.io-index"
 3456checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3457dependencies = [
 3458 "bitflags 2.9.0",
 3459 "block",
 3460 "cfg-if",
 3461 "core-foundation 0.10.0",
 3462 "libc",
 3463]
 3464
 3465[[package]]
 3466name = "core-services"
 3467version = "0.2.1"
 3468source = "registry+https://github.com/rust-lang/crates.io-index"
 3469checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3470dependencies = [
 3471 "core-foundation 0.9.4",
 3472]
 3473
 3474[[package]]
 3475name = "core-text"
 3476version = "21.0.0"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3479dependencies = [
 3480 "core-foundation 0.10.0",
 3481 "core-graphics 0.24.0",
 3482 "foreign-types 0.5.0",
 3483 "libc",
 3484]
 3485
 3486[[package]]
 3487name = "core-video"
 3488version = "0.4.3"
 3489source = "registry+https://github.com/rust-lang/crates.io-index"
 3490checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3491dependencies = [
 3492 "block",
 3493 "core-foundation 0.10.0",
 3494 "core-graphics2",
 3495 "io-surface",
 3496 "libc",
 3497 "metal",
 3498]
 3499
 3500[[package]]
 3501name = "core_maths"
 3502version = "0.1.1"
 3503source = "registry+https://github.com/rust-lang/crates.io-index"
 3504checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3505dependencies = [
 3506 "libm",
 3507]
 3508
 3509[[package]]
 3510name = "coreaudio-rs"
 3511version = "0.11.3"
 3512source = "registry+https://github.com/rust-lang/crates.io-index"
 3513checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3514dependencies = [
 3515 "bitflags 1.3.2",
 3516 "core-foundation-sys",
 3517 "coreaudio-sys",
 3518]
 3519
 3520[[package]]
 3521name = "coreaudio-rs"
 3522version = "0.12.1"
 3523source = "registry+https://github.com/rust-lang/crates.io-index"
 3524checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3525dependencies = [
 3526 "bitflags 1.3.2",
 3527 "core-foundation-sys",
 3528 "coreaudio-sys",
 3529]
 3530
 3531[[package]]
 3532name = "coreaudio-sys"
 3533version = "0.2.16"
 3534source = "registry+https://github.com/rust-lang/crates.io-index"
 3535checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3536dependencies = [
 3537 "bindgen 0.70.1",
 3538]
 3539
 3540[[package]]
 3541name = "cosmic-text"
 3542version = "0.14.0"
 3543source = "registry+https://github.com/rust-lang/crates.io-index"
 3544checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3545dependencies = [
 3546 "bitflags 2.9.0",
 3547 "fontdb 0.16.2",
 3548 "log",
 3549 "rangemap",
 3550 "rustc-hash 1.1.0",
 3551 "rustybuzz 0.14.1",
 3552 "self_cell",
 3553 "smol_str 0.2.2",
 3554 "swash",
 3555 "sys-locale",
 3556 "ttf-parser 0.21.1",
 3557 "unicode-bidi",
 3558 "unicode-linebreak",
 3559 "unicode-script",
 3560 "unicode-segmentation",
 3561]
 3562
 3563[[package]]
 3564name = "cpal"
 3565version = "0.15.3"
 3566source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3567dependencies = [
 3568 "alsa",
 3569 "core-foundation-sys",
 3570 "coreaudio-rs 0.11.3",
 3571 "dasp_sample",
 3572 "jni",
 3573 "js-sys",
 3574 "libc",
 3575 "mach2",
 3576 "ndk",
 3577 "ndk-context",
 3578 "oboe",
 3579 "wasm-bindgen",
 3580 "wasm-bindgen-futures",
 3581 "web-sys",
 3582 "windows 0.54.0",
 3583]
 3584
 3585[[package]]
 3586name = "cpp_demangle"
 3587version = "0.4.4"
 3588source = "registry+https://github.com/rust-lang/crates.io-index"
 3589checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3590dependencies = [
 3591 "cfg-if",
 3592]
 3593
 3594[[package]]
 3595name = "cpufeatures"
 3596version = "0.2.17"
 3597source = "registry+https://github.com/rust-lang/crates.io-index"
 3598checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3599dependencies = [
 3600 "libc",
 3601]
 3602
 3603[[package]]
 3604name = "cranelift-bforest"
 3605version = "0.116.1"
 3606source = "registry+https://github.com/rust-lang/crates.io-index"
 3607checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3608dependencies = [
 3609 "cranelift-entity",
 3610]
 3611
 3612[[package]]
 3613name = "cranelift-bitset"
 3614version = "0.116.1"
 3615source = "registry+https://github.com/rust-lang/crates.io-index"
 3616checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3617dependencies = [
 3618 "serde",
 3619 "serde_derive",
 3620]
 3621
 3622[[package]]
 3623name = "cranelift-codegen"
 3624version = "0.116.1"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3627dependencies = [
 3628 "bumpalo",
 3629 "cranelift-bforest",
 3630 "cranelift-bitset",
 3631 "cranelift-codegen-meta",
 3632 "cranelift-codegen-shared",
 3633 "cranelift-control",
 3634 "cranelift-entity",
 3635 "cranelift-isle",
 3636 "gimli",
 3637 "hashbrown 0.14.5",
 3638 "log",
 3639 "postcard",
 3640 "regalloc2",
 3641 "rustc-hash 2.1.1",
 3642 "serde",
 3643 "serde_derive",
 3644 "sha2",
 3645 "smallvec",
 3646 "target-lexicon 0.13.2",
 3647]
 3648
 3649[[package]]
 3650name = "cranelift-codegen-meta"
 3651version = "0.116.1"
 3652source = "registry+https://github.com/rust-lang/crates.io-index"
 3653checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3654dependencies = [
 3655 "cranelift-codegen-shared",
 3656]
 3657
 3658[[package]]
 3659name = "cranelift-codegen-shared"
 3660version = "0.116.1"
 3661source = "registry+https://github.com/rust-lang/crates.io-index"
 3662checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3663
 3664[[package]]
 3665name = "cranelift-control"
 3666version = "0.116.1"
 3667source = "registry+https://github.com/rust-lang/crates.io-index"
 3668checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3669dependencies = [
 3670 "arbitrary",
 3671]
 3672
 3673[[package]]
 3674name = "cranelift-entity"
 3675version = "0.116.1"
 3676source = "registry+https://github.com/rust-lang/crates.io-index"
 3677checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3678dependencies = [
 3679 "cranelift-bitset",
 3680 "serde",
 3681 "serde_derive",
 3682]
 3683
 3684[[package]]
 3685name = "cranelift-frontend"
 3686version = "0.116.1"
 3687source = "registry+https://github.com/rust-lang/crates.io-index"
 3688checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3689dependencies = [
 3690 "cranelift-codegen",
 3691 "log",
 3692 "smallvec",
 3693 "target-lexicon 0.13.2",
 3694]
 3695
 3696[[package]]
 3697name = "cranelift-isle"
 3698version = "0.116.1"
 3699source = "registry+https://github.com/rust-lang/crates.io-index"
 3700checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3701
 3702[[package]]
 3703name = "cranelift-native"
 3704version = "0.116.1"
 3705source = "registry+https://github.com/rust-lang/crates.io-index"
 3706checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3707dependencies = [
 3708 "cranelift-codegen",
 3709 "libc",
 3710 "target-lexicon 0.13.2",
 3711]
 3712
 3713[[package]]
 3714name = "crc"
 3715version = "3.2.1"
 3716source = "registry+https://github.com/rust-lang/crates.io-index"
 3717checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3718dependencies = [
 3719 "crc-catalog",
 3720]
 3721
 3722[[package]]
 3723name = "crc-catalog"
 3724version = "2.4.0"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3727
 3728[[package]]
 3729name = "crc32c"
 3730version = "0.6.8"
 3731source = "registry+https://github.com/rust-lang/crates.io-index"
 3732checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3733dependencies = [
 3734 "rustc_version",
 3735]
 3736
 3737[[package]]
 3738name = "crc32fast"
 3739version = "1.4.2"
 3740source = "registry+https://github.com/rust-lang/crates.io-index"
 3741checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3742dependencies = [
 3743 "cfg-if",
 3744]
 3745
 3746[[package]]
 3747name = "crc64fast-nvme"
 3748version = "1.2.0"
 3749source = "registry+https://github.com/rust-lang/crates.io-index"
 3750checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3751dependencies = [
 3752 "crc",
 3753]
 3754
 3755[[package]]
 3756name = "credentials_provider"
 3757version = "0.1.0"
 3758dependencies = [
 3759 "anyhow",
 3760 "futures 0.3.31",
 3761 "gpui",
 3762 "paths",
 3763 "release_channel",
 3764 "serde",
 3765 "serde_json",
 3766 "workspace-hack",
 3767]
 3768
 3769[[package]]
 3770name = "criterion"
 3771version = "0.5.1"
 3772source = "registry+https://github.com/rust-lang/crates.io-index"
 3773checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3774dependencies = [
 3775 "anes",
 3776 "cast",
 3777 "ciborium",
 3778 "clap",
 3779 "criterion-plot",
 3780 "is-terminal",
 3781 "itertools 0.10.5",
 3782 "num-traits",
 3783 "once_cell",
 3784 "oorandom",
 3785 "plotters",
 3786 "rayon",
 3787 "regex",
 3788 "serde",
 3789 "serde_derive",
 3790 "serde_json",
 3791 "tinytemplate",
 3792 "walkdir",
 3793]
 3794
 3795[[package]]
 3796name = "criterion-plot"
 3797version = "0.5.0"
 3798source = "registry+https://github.com/rust-lang/crates.io-index"
 3799checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3800dependencies = [
 3801 "cast",
 3802 "itertools 0.10.5",
 3803]
 3804
 3805[[package]]
 3806name = "crossbeam-channel"
 3807version = "0.5.15"
 3808source = "registry+https://github.com/rust-lang/crates.io-index"
 3809checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3810dependencies = [
 3811 "crossbeam-utils",
 3812]
 3813
 3814[[package]]
 3815name = "crossbeam-deque"
 3816version = "0.8.6"
 3817source = "registry+https://github.com/rust-lang/crates.io-index"
 3818checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3819dependencies = [
 3820 "crossbeam-epoch",
 3821 "crossbeam-utils",
 3822]
 3823
 3824[[package]]
 3825name = "crossbeam-epoch"
 3826version = "0.9.18"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3829dependencies = [
 3830 "crossbeam-utils",
 3831]
 3832
 3833[[package]]
 3834name = "crossbeam-queue"
 3835version = "0.3.12"
 3836source = "registry+https://github.com/rust-lang/crates.io-index"
 3837checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3838dependencies = [
 3839 "crossbeam-utils",
 3840]
 3841
 3842[[package]]
 3843name = "crossbeam-utils"
 3844version = "0.8.21"
 3845source = "registry+https://github.com/rust-lang/crates.io-index"
 3846checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3847
 3848[[package]]
 3849name = "crunchy"
 3850version = "0.2.3"
 3851source = "registry+https://github.com/rust-lang/crates.io-index"
 3852checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3853
 3854[[package]]
 3855name = "crypto-bigint"
 3856version = "0.4.9"
 3857source = "registry+https://github.com/rust-lang/crates.io-index"
 3858checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3859dependencies = [
 3860 "generic-array",
 3861 "rand_core 0.6.4",
 3862 "subtle",
 3863 "zeroize",
 3864]
 3865
 3866[[package]]
 3867name = "crypto-bigint"
 3868version = "0.5.5"
 3869source = "registry+https://github.com/rust-lang/crates.io-index"
 3870checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3871dependencies = [
 3872 "rand_core 0.6.4",
 3873 "subtle",
 3874]
 3875
 3876[[package]]
 3877name = "crypto-common"
 3878version = "0.1.6"
 3879source = "registry+https://github.com/rust-lang/crates.io-index"
 3880checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3881dependencies = [
 3882 "generic-array",
 3883 "rand_core 0.6.4",
 3884 "typenum",
 3885]
 3886
 3887[[package]]
 3888name = "cssparser"
 3889version = "0.35.0"
 3890source = "registry+https://github.com/rust-lang/crates.io-index"
 3891checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3892dependencies = [
 3893 "cssparser-macros",
 3894 "dtoa-short",
 3895 "itoa",
 3896 "phf",
 3897 "smallvec",
 3898]
 3899
 3900[[package]]
 3901name = "cssparser-macros"
 3902version = "0.6.1"
 3903source = "registry+https://github.com/rust-lang/crates.io-index"
 3904checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3905dependencies = [
 3906 "quote",
 3907 "syn 2.0.101",
 3908]
 3909
 3910[[package]]
 3911name = "ctor"
 3912version = "0.4.2"
 3913source = "registry+https://github.com/rust-lang/crates.io-index"
 3914checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3915dependencies = [
 3916 "ctor-proc-macro",
 3917 "dtor",
 3918]
 3919
 3920[[package]]
 3921name = "ctor-proc-macro"
 3922version = "0.0.5"
 3923source = "registry+https://github.com/rust-lang/crates.io-index"
 3924checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3925
 3926[[package]]
 3927name = "ctrlc"
 3928version = "3.4.6"
 3929source = "registry+https://github.com/rust-lang/crates.io-index"
 3930checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3931dependencies = [
 3932 "nix 0.29.0",
 3933 "windows-sys 0.59.0",
 3934]
 3935
 3936[[package]]
 3937name = "cursor-icon"
 3938version = "1.1.0"
 3939source = "registry+https://github.com/rust-lang/crates.io-index"
 3940checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3941
 3942[[package]]
 3943name = "cxx"
 3944version = "1.0.157"
 3945source = "registry+https://github.com/rust-lang/crates.io-index"
 3946checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3947dependencies = [
 3948 "cc",
 3949 "cxxbridge-cmd",
 3950 "cxxbridge-flags",
 3951 "cxxbridge-macro",
 3952 "foldhash",
 3953 "link-cplusplus",
 3954]
 3955
 3956[[package]]
 3957name = "cxx-build"
 3958version = "1.0.157"
 3959source = "registry+https://github.com/rust-lang/crates.io-index"
 3960checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3961dependencies = [
 3962 "cc",
 3963 "codespan-reporting 0.12.0",
 3964 "proc-macro2",
 3965 "quote",
 3966 "scratch",
 3967 "syn 2.0.101",
 3968]
 3969
 3970[[package]]
 3971name = "cxxbridge-cmd"
 3972version = "1.0.157"
 3973source = "registry+https://github.com/rust-lang/crates.io-index"
 3974checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3975dependencies = [
 3976 "clap",
 3977 "codespan-reporting 0.12.0",
 3978 "proc-macro2",
 3979 "quote",
 3980 "syn 2.0.101",
 3981]
 3982
 3983[[package]]
 3984name = "cxxbridge-flags"
 3985version = "1.0.157"
 3986source = "registry+https://github.com/rust-lang/crates.io-index"
 3987checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3988
 3989[[package]]
 3990name = "cxxbridge-macro"
 3991version = "1.0.157"
 3992source = "registry+https://github.com/rust-lang/crates.io-index"
 3993checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3994dependencies = [
 3995 "proc-macro2",
 3996 "quote",
 3997 "rustversion",
 3998 "syn 2.0.101",
 3999]
 4000
 4001[[package]]
 4002name = "dap"
 4003version = "0.1.0"
 4004dependencies = [
 4005 "anyhow",
 4006 "async-compression",
 4007 "async-pipe",
 4008 "async-tar",
 4009 "async-trait",
 4010 "client",
 4011 "collections",
 4012 "dap-types",
 4013 "env_logger 0.11.8",
 4014 "fs",
 4015 "futures 0.3.31",
 4016 "gpui",
 4017 "http_client",
 4018 "language",
 4019 "log",
 4020 "node_runtime",
 4021 "parking_lot",
 4022 "paths",
 4023 "proto",
 4024 "schemars",
 4025 "serde",
 4026 "serde_json",
 4027 "settings",
 4028 "smallvec",
 4029 "smol",
 4030 "task",
 4031 "util",
 4032 "workspace-hack",
 4033]
 4034
 4035[[package]]
 4036name = "dap-types"
 4037version = "0.0.1"
 4038source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
 4039dependencies = [
 4040 "schemars",
 4041 "serde",
 4042 "serde_json",
 4043]
 4044
 4045[[package]]
 4046name = "dap_adapters"
 4047version = "0.1.0"
 4048dependencies = [
 4049 "anyhow",
 4050 "async-trait",
 4051 "dap",
 4052 "futures 0.3.31",
 4053 "gpui",
 4054 "language",
 4055 "paths",
 4056 "serde",
 4057 "serde_json",
 4058 "task",
 4059 "util",
 4060 "workspace-hack",
 4061]
 4062
 4063[[package]]
 4064name = "darling"
 4065version = "0.20.11"
 4066source = "registry+https://github.com/rust-lang/crates.io-index"
 4067checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4068dependencies = [
 4069 "darling_core",
 4070 "darling_macro",
 4071]
 4072
 4073[[package]]
 4074name = "darling_core"
 4075version = "0.20.11"
 4076source = "registry+https://github.com/rust-lang/crates.io-index"
 4077checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4078dependencies = [
 4079 "fnv",
 4080 "ident_case",
 4081 "proc-macro2",
 4082 "quote",
 4083 "strsim",
 4084 "syn 2.0.101",
 4085]
 4086
 4087[[package]]
 4088name = "darling_macro"
 4089version = "0.20.11"
 4090source = "registry+https://github.com/rust-lang/crates.io-index"
 4091checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4092dependencies = [
 4093 "darling_core",
 4094 "quote",
 4095 "syn 2.0.101",
 4096]
 4097
 4098[[package]]
 4099name = "dashmap"
 4100version = "5.5.3"
 4101source = "registry+https://github.com/rust-lang/crates.io-index"
 4102checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4103dependencies = [
 4104 "cfg-if",
 4105 "hashbrown 0.14.5",
 4106 "lock_api",
 4107 "once_cell",
 4108 "parking_lot_core",
 4109]
 4110
 4111[[package]]
 4112name = "dashmap"
 4113version = "6.1.0"
 4114source = "registry+https://github.com/rust-lang/crates.io-index"
 4115checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4116dependencies = [
 4117 "cfg-if",
 4118 "crossbeam-utils",
 4119 "hashbrown 0.14.5",
 4120 "lock_api",
 4121 "once_cell",
 4122 "parking_lot_core",
 4123]
 4124
 4125[[package]]
 4126name = "dasp_sample"
 4127version = "0.11.0"
 4128source = "registry+https://github.com/rust-lang/crates.io-index"
 4129checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4130
 4131[[package]]
 4132name = "data-encoding"
 4133version = "2.9.0"
 4134source = "registry+https://github.com/rust-lang/crates.io-index"
 4135checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4136
 4137[[package]]
 4138name = "data-url"
 4139version = "0.3.1"
 4140source = "registry+https://github.com/rust-lang/crates.io-index"
 4141checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4142
 4143[[package]]
 4144name = "db"
 4145version = "0.1.0"
 4146dependencies = [
 4147 "anyhow",
 4148 "gpui",
 4149 "indoc",
 4150 "log",
 4151 "paths",
 4152 "release_channel",
 4153 "smol",
 4154 "sqlez",
 4155 "sqlez_macros",
 4156 "tempfile",
 4157 "util",
 4158 "workspace-hack",
 4159]
 4160
 4161[[package]]
 4162name = "dbus"
 4163version = "0.9.7"
 4164source = "registry+https://github.com/rust-lang/crates.io-index"
 4165checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4166dependencies = [
 4167 "libc",
 4168 "libdbus-sys",
 4169 "winapi",
 4170]
 4171
 4172[[package]]
 4173name = "debug_adapter_extension"
 4174version = "0.1.0"
 4175dependencies = [
 4176 "anyhow",
 4177 "async-trait",
 4178 "dap",
 4179 "extension",
 4180 "gpui",
 4181 "workspace-hack",
 4182]
 4183
 4184[[package]]
 4185name = "debugger_tools"
 4186version = "0.1.0"
 4187dependencies = [
 4188 "anyhow",
 4189 "dap",
 4190 "editor",
 4191 "futures 0.3.31",
 4192 "gpui",
 4193 "project",
 4194 "serde_json",
 4195 "settings",
 4196 "smol",
 4197 "util",
 4198 "workspace",
 4199 "workspace-hack",
 4200]
 4201
 4202[[package]]
 4203name = "debugger_ui"
 4204version = "0.1.0"
 4205dependencies = [
 4206 "anyhow",
 4207 "client",
 4208 "collections",
 4209 "command_palette_hooks",
 4210 "dap",
 4211 "dap_adapters",
 4212 "db",
 4213 "debugger_tools",
 4214 "editor",
 4215 "env_logger 0.11.8",
 4216 "feature_flags",
 4217 "file_icons",
 4218 "futures 0.3.31",
 4219 "fuzzy",
 4220 "gpui",
 4221 "language",
 4222 "log",
 4223 "menu",
 4224 "parking_lot",
 4225 "paths",
 4226 "picker",
 4227 "pretty_assertions",
 4228 "project",
 4229 "rpc",
 4230 "serde",
 4231 "serde_json",
 4232 "settings",
 4233 "shlex",
 4234 "sysinfo",
 4235 "task",
 4236 "tasks_ui",
 4237 "terminal_view",
 4238 "theme",
 4239 "ui",
 4240 "unindent",
 4241 "util",
 4242 "workspace",
 4243 "workspace-hack",
 4244]
 4245
 4246[[package]]
 4247name = "deepseek"
 4248version = "0.1.0"
 4249dependencies = [
 4250 "anyhow",
 4251 "futures 0.3.31",
 4252 "http_client",
 4253 "schemars",
 4254 "serde",
 4255 "serde_json",
 4256 "workspace-hack",
 4257]
 4258
 4259[[package]]
 4260name = "deflate64"
 4261version = "0.1.9"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4264
 4265[[package]]
 4266name = "der"
 4267version = "0.6.1"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4270dependencies = [
 4271 "const-oid",
 4272 "zeroize",
 4273]
 4274
 4275[[package]]
 4276name = "der"
 4277version = "0.7.10"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4280dependencies = [
 4281 "const-oid",
 4282 "pem-rfc7468",
 4283 "zeroize",
 4284]
 4285
 4286[[package]]
 4287name = "deranged"
 4288version = "0.4.0"
 4289source = "registry+https://github.com/rust-lang/crates.io-index"
 4290checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4291dependencies = [
 4292 "powerfmt",
 4293 "serde",
 4294]
 4295
 4296[[package]]
 4297name = "derive_builder"
 4298version = "0.20.2"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4301dependencies = [
 4302 "derive_builder_macro",
 4303]
 4304
 4305[[package]]
 4306name = "derive_builder_core"
 4307version = "0.20.2"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4310dependencies = [
 4311 "darling",
 4312 "proc-macro2",
 4313 "quote",
 4314 "syn 2.0.101",
 4315]
 4316
 4317[[package]]
 4318name = "derive_builder_macro"
 4319version = "0.20.2"
 4320source = "registry+https://github.com/rust-lang/crates.io-index"
 4321checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4322dependencies = [
 4323 "derive_builder_core",
 4324 "syn 2.0.101",
 4325]
 4326
 4327[[package]]
 4328name = "derive_more"
 4329version = "0.99.19"
 4330source = "registry+https://github.com/rust-lang/crates.io-index"
 4331checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4332dependencies = [
 4333 "convert_case 0.4.0",
 4334 "proc-macro2",
 4335 "quote",
 4336 "rustc_version",
 4337 "syn 2.0.101",
 4338]
 4339
 4340[[package]]
 4341name = "derive_refineable"
 4342version = "0.1.0"
 4343dependencies = [
 4344 "proc-macro2",
 4345 "quote",
 4346 "syn 1.0.109",
 4347 "workspace-hack",
 4348]
 4349
 4350[[package]]
 4351name = "diagnostics"
 4352version = "0.1.0"
 4353dependencies = [
 4354 "anyhow",
 4355 "client",
 4356 "collections",
 4357 "component",
 4358 "ctor",
 4359 "editor",
 4360 "env_logger 0.11.8",
 4361 "futures 0.3.31",
 4362 "gpui",
 4363 "indoc",
 4364 "language",
 4365 "log",
 4366 "lsp",
 4367 "markdown",
 4368 "pretty_assertions",
 4369 "project",
 4370 "rand 0.8.5",
 4371 "serde",
 4372 "serde_json",
 4373 "settings",
 4374 "text",
 4375 "theme",
 4376 "ui",
 4377 "unindent",
 4378 "util",
 4379 "workspace",
 4380 "workspace-hack",
 4381]
 4382
 4383[[package]]
 4384name = "dialoguer"
 4385version = "0.11.0"
 4386source = "registry+https://github.com/rust-lang/crates.io-index"
 4387checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4388dependencies = [
 4389 "console",
 4390 "fuzzy-matcher",
 4391 "shell-words",
 4392 "tempfile",
 4393 "thiserror 1.0.69",
 4394 "zeroize",
 4395]
 4396
 4397[[package]]
 4398name = "diff"
 4399version = "0.1.13"
 4400source = "registry+https://github.com/rust-lang/crates.io-index"
 4401checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4402
 4403[[package]]
 4404name = "digest"
 4405version = "0.10.7"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4408dependencies = [
 4409 "block-buffer",
 4410 "const-oid",
 4411 "crypto-common",
 4412 "subtle",
 4413]
 4414
 4415[[package]]
 4416name = "dirs"
 4417version = "4.0.0"
 4418source = "registry+https://github.com/rust-lang/crates.io-index"
 4419checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4420dependencies = [
 4421 "dirs-sys 0.3.7",
 4422]
 4423
 4424[[package]]
 4425name = "dirs"
 4426version = "5.0.1"
 4427source = "registry+https://github.com/rust-lang/crates.io-index"
 4428checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4429dependencies = [
 4430 "dirs-sys 0.4.1",
 4431]
 4432
 4433[[package]]
 4434name = "dirs"
 4435version = "6.0.0"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4438dependencies = [
 4439 "dirs-sys 0.5.0",
 4440]
 4441
 4442[[package]]
 4443name = "dirs-sys"
 4444version = "0.3.7"
 4445source = "registry+https://github.com/rust-lang/crates.io-index"
 4446checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4447dependencies = [
 4448 "libc",
 4449 "redox_users 0.4.6",
 4450 "winapi",
 4451]
 4452
 4453[[package]]
 4454name = "dirs-sys"
 4455version = "0.4.1"
 4456source = "registry+https://github.com/rust-lang/crates.io-index"
 4457checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4458dependencies = [
 4459 "libc",
 4460 "option-ext",
 4461 "redox_users 0.4.6",
 4462 "windows-sys 0.48.0",
 4463]
 4464
 4465[[package]]
 4466name = "dirs-sys"
 4467version = "0.5.0"
 4468source = "registry+https://github.com/rust-lang/crates.io-index"
 4469checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4470dependencies = [
 4471 "libc",
 4472 "option-ext",
 4473 "redox_users 0.5.0",
 4474 "windows-sys 0.59.0",
 4475]
 4476
 4477[[package]]
 4478name = "dispatch"
 4479version = "0.2.0"
 4480source = "registry+https://github.com/rust-lang/crates.io-index"
 4481checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4482
 4483[[package]]
 4484name = "dispatch2"
 4485version = "0.3.0"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4488dependencies = [
 4489 "bitflags 2.9.0",
 4490 "objc2",
 4491]
 4492
 4493[[package]]
 4494name = "displaydoc"
 4495version = "0.2.5"
 4496source = "registry+https://github.com/rust-lang/crates.io-index"
 4497checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4498dependencies = [
 4499 "proc-macro2",
 4500 "quote",
 4501 "syn 2.0.101",
 4502]
 4503
 4504[[package]]
 4505name = "dlib"
 4506version = "0.5.2"
 4507source = "registry+https://github.com/rust-lang/crates.io-index"
 4508checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4509dependencies = [
 4510 "libloading",
 4511]
 4512
 4513[[package]]
 4514name = "docs_preprocessor"
 4515version = "0.1.0"
 4516dependencies = [
 4517 "anyhow",
 4518 "clap",
 4519 "mdbook",
 4520 "regex",
 4521 "serde",
 4522 "serde_json",
 4523 "settings",
 4524 "util",
 4525 "workspace-hack",
 4526]
 4527
 4528[[package]]
 4529name = "documented"
 4530version = "0.9.1"
 4531source = "registry+https://github.com/rust-lang/crates.io-index"
 4532checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4533dependencies = [
 4534 "documented-macros",
 4535 "phf",
 4536 "thiserror 1.0.69",
 4537]
 4538
 4539[[package]]
 4540name = "documented-macros"
 4541version = "0.9.1"
 4542source = "registry+https://github.com/rust-lang/crates.io-index"
 4543checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4544dependencies = [
 4545 "convert_case 0.6.0",
 4546 "itertools 0.13.0",
 4547 "optfield",
 4548 "proc-macro2",
 4549 "quote",
 4550 "strum 0.26.3",
 4551 "syn 2.0.101",
 4552]
 4553
 4554[[package]]
 4555name = "dotenv"
 4556version = "0.15.0"
 4557source = "registry+https://github.com/rust-lang/crates.io-index"
 4558checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4559
 4560[[package]]
 4561name = "dotenvy"
 4562version = "0.15.7"
 4563source = "registry+https://github.com/rust-lang/crates.io-index"
 4564checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4565
 4566[[package]]
 4567name = "downcast-rs"
 4568version = "1.2.1"
 4569source = "registry+https://github.com/rust-lang/crates.io-index"
 4570checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4571
 4572[[package]]
 4573name = "doxygen-rs"
 4574version = "0.4.2"
 4575source = "registry+https://github.com/rust-lang/crates.io-index"
 4576checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4577dependencies = [
 4578 "phf",
 4579]
 4580
 4581[[package]]
 4582name = "dtoa"
 4583version = "1.0.10"
 4584source = "registry+https://github.com/rust-lang/crates.io-index"
 4585checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4586
 4587[[package]]
 4588name = "dtoa-short"
 4589version = "0.3.5"
 4590source = "registry+https://github.com/rust-lang/crates.io-index"
 4591checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4592dependencies = [
 4593 "dtoa",
 4594]
 4595
 4596[[package]]
 4597name = "dtor"
 4598version = "0.0.6"
 4599source = "registry+https://github.com/rust-lang/crates.io-index"
 4600checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4601dependencies = [
 4602 "dtor-proc-macro",
 4603]
 4604
 4605[[package]]
 4606name = "dtor-proc-macro"
 4607version = "0.0.5"
 4608source = "registry+https://github.com/rust-lang/crates.io-index"
 4609checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4610
 4611[[package]]
 4612name = "dunce"
 4613version = "1.0.5"
 4614source = "registry+https://github.com/rust-lang/crates.io-index"
 4615checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4616
 4617[[package]]
 4618name = "dwrote"
 4619version = "0.11.3"
 4620source = "registry+https://github.com/rust-lang/crates.io-index"
 4621checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4622dependencies = [
 4623 "lazy_static",
 4624 "libc",
 4625 "winapi",
 4626 "wio",
 4627]
 4628
 4629[[package]]
 4630name = "dyn-clone"
 4631version = "1.0.19"
 4632source = "registry+https://github.com/rust-lang/crates.io-index"
 4633checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4634
 4635[[package]]
 4636name = "ec4rs"
 4637version = "1.2.0"
 4638source = "registry+https://github.com/rust-lang/crates.io-index"
 4639checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4640
 4641[[package]]
 4642name = "ecdsa"
 4643version = "0.14.8"
 4644source = "registry+https://github.com/rust-lang/crates.io-index"
 4645checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4646dependencies = [
 4647 "der 0.6.1",
 4648 "elliptic-curve",
 4649 "rfc6979",
 4650 "signature 1.6.4",
 4651]
 4652
 4653[[package]]
 4654name = "editor"
 4655version = "0.1.0"
 4656dependencies = [
 4657 "aho-corasick",
 4658 "anyhow",
 4659 "assets",
 4660 "buffer_diff",
 4661 "client",
 4662 "clock",
 4663 "collections",
 4664 "command_palette_hooks",
 4665 "convert_case 0.8.0",
 4666 "ctor",
 4667 "db",
 4668 "emojis",
 4669 "env_logger 0.11.8",
 4670 "feature_flags",
 4671 "file_icons",
 4672 "fs",
 4673 "futures 0.3.31",
 4674 "fuzzy",
 4675 "git",
 4676 "gpui",
 4677 "http_client",
 4678 "indoc",
 4679 "inline_completion",
 4680 "itertools 0.14.0",
 4681 "language",
 4682 "languages",
 4683 "linkify",
 4684 "log",
 4685 "lsp",
 4686 "markdown",
 4687 "menu",
 4688 "multi_buffer",
 4689 "ordered-float 2.10.1",
 4690 "parking_lot",
 4691 "pretty_assertions",
 4692 "project",
 4693 "rand 0.8.5",
 4694 "release_channel",
 4695 "rpc",
 4696 "schemars",
 4697 "serde",
 4698 "serde_json",
 4699 "settings",
 4700 "smallvec",
 4701 "smol",
 4702 "snippet",
 4703 "sum_tree",
 4704 "task",
 4705 "telemetry",
 4706 "tempfile",
 4707 "text",
 4708 "theme",
 4709 "time",
 4710 "tree-sitter-html",
 4711 "tree-sitter-python",
 4712 "tree-sitter-rust",
 4713 "tree-sitter-typescript",
 4714 "ui",
 4715 "unicode-script",
 4716 "unicode-segmentation",
 4717 "unindent",
 4718 "url",
 4719 "util",
 4720 "uuid",
 4721 "workspace",
 4722 "workspace-hack",
 4723 "zed_actions",
 4724]
 4725
 4726[[package]]
 4727name = "either"
 4728version = "1.15.0"
 4729source = "registry+https://github.com/rust-lang/crates.io-index"
 4730checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4731dependencies = [
 4732 "serde",
 4733]
 4734
 4735[[package]]
 4736name = "elasticlunr-rs"
 4737version = "3.0.2"
 4738source = "registry+https://github.com/rust-lang/crates.io-index"
 4739checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4740dependencies = [
 4741 "regex",
 4742 "serde",
 4743 "serde_derive",
 4744 "serde_json",
 4745]
 4746
 4747[[package]]
 4748name = "elliptic-curve"
 4749version = "0.12.3"
 4750source = "registry+https://github.com/rust-lang/crates.io-index"
 4751checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4752dependencies = [
 4753 "base16ct",
 4754 "crypto-bigint 0.4.9",
 4755 "der 0.6.1",
 4756 "digest",
 4757 "ff",
 4758 "generic-array",
 4759 "group",
 4760 "pkcs8 0.9.0",
 4761 "rand_core 0.6.4",
 4762 "sec1",
 4763 "subtle",
 4764 "zeroize",
 4765]
 4766
 4767[[package]]
 4768name = "email_address"
 4769version = "0.2.9"
 4770source = "registry+https://github.com/rust-lang/crates.io-index"
 4771checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4772dependencies = [
 4773 "serde",
 4774]
 4775
 4776[[package]]
 4777name = "embed-resource"
 4778version = "3.0.2"
 4779source = "registry+https://github.com/rust-lang/crates.io-index"
 4780checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4781dependencies = [
 4782 "cc",
 4783 "memchr",
 4784 "rustc_version",
 4785 "toml 0.8.20",
 4786 "vswhom",
 4787 "winreg 0.52.0",
 4788]
 4789
 4790[[package]]
 4791name = "embedded-io"
 4792version = "0.4.0"
 4793source = "registry+https://github.com/rust-lang/crates.io-index"
 4794checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4795
 4796[[package]]
 4797name = "embedded-io"
 4798version = "0.6.1"
 4799source = "registry+https://github.com/rust-lang/crates.io-index"
 4800checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4801
 4802[[package]]
 4803name = "emojis"
 4804version = "0.6.4"
 4805source = "registry+https://github.com/rust-lang/crates.io-index"
 4806checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4807dependencies = [
 4808 "phf",
 4809]
 4810
 4811[[package]]
 4812name = "encode_unicode"
 4813version = "1.0.0"
 4814source = "registry+https://github.com/rust-lang/crates.io-index"
 4815checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4816
 4817[[package]]
 4818name = "encoding_rs"
 4819version = "0.8.35"
 4820source = "registry+https://github.com/rust-lang/crates.io-index"
 4821checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4822dependencies = [
 4823 "cfg-if",
 4824]
 4825
 4826[[package]]
 4827name = "endi"
 4828version = "1.1.0"
 4829source = "registry+https://github.com/rust-lang/crates.io-index"
 4830checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4831
 4832[[package]]
 4833name = "enumflags2"
 4834version = "0.7.11"
 4835source = "registry+https://github.com/rust-lang/crates.io-index"
 4836checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4837dependencies = [
 4838 "enumflags2_derive",
 4839 "serde",
 4840]
 4841
 4842[[package]]
 4843name = "enumflags2_derive"
 4844version = "0.7.11"
 4845source = "registry+https://github.com/rust-lang/crates.io-index"
 4846checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4847dependencies = [
 4848 "proc-macro2",
 4849 "quote",
 4850 "syn 2.0.101",
 4851]
 4852
 4853[[package]]
 4854name = "env_filter"
 4855version = "0.1.3"
 4856source = "registry+https://github.com/rust-lang/crates.io-index"
 4857checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4858dependencies = [
 4859 "log",
 4860 "regex",
 4861]
 4862
 4863[[package]]
 4864name = "env_logger"
 4865version = "0.10.2"
 4866source = "registry+https://github.com/rust-lang/crates.io-index"
 4867checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4868dependencies = [
 4869 "humantime",
 4870 "is-terminal",
 4871 "log",
 4872 "regex",
 4873 "termcolor",
 4874]
 4875
 4876[[package]]
 4877name = "env_logger"
 4878version = "0.11.8"
 4879source = "registry+https://github.com/rust-lang/crates.io-index"
 4880checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4881dependencies = [
 4882 "anstream",
 4883 "anstyle",
 4884 "env_filter",
 4885 "jiff",
 4886 "log",
 4887]
 4888
 4889[[package]]
 4890name = "envy"
 4891version = "0.4.2"
 4892source = "registry+https://github.com/rust-lang/crates.io-index"
 4893checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4894dependencies = [
 4895 "serde",
 4896]
 4897
 4898[[package]]
 4899name = "equivalent"
 4900version = "1.0.2"
 4901source = "registry+https://github.com/rust-lang/crates.io-index"
 4902checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4903
 4904[[package]]
 4905name = "erased-serde"
 4906version = "0.4.6"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4909dependencies = [
 4910 "serde",
 4911 "typeid",
 4912]
 4913
 4914[[package]]
 4915name = "errno"
 4916version = "0.2.8"
 4917source = "registry+https://github.com/rust-lang/crates.io-index"
 4918checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4919dependencies = [
 4920 "errno-dragonfly",
 4921 "libc",
 4922 "winapi",
 4923]
 4924
 4925[[package]]
 4926name = "errno"
 4927version = "0.3.11"
 4928source = "registry+https://github.com/rust-lang/crates.io-index"
 4929checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4930dependencies = [
 4931 "libc",
 4932 "windows-sys 0.59.0",
 4933]
 4934
 4935[[package]]
 4936name = "errno-dragonfly"
 4937version = "0.1.2"
 4938source = "registry+https://github.com/rust-lang/crates.io-index"
 4939checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4940dependencies = [
 4941 "cc",
 4942 "libc",
 4943]
 4944
 4945[[package]]
 4946name = "etagere"
 4947version = "0.2.15"
 4948source = "registry+https://github.com/rust-lang/crates.io-index"
 4949checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4950dependencies = [
 4951 "euclid",
 4952 "svg_fmt",
 4953]
 4954
 4955[[package]]
 4956name = "etcetera"
 4957version = "0.8.0"
 4958source = "registry+https://github.com/rust-lang/crates.io-index"
 4959checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4960dependencies = [
 4961 "cfg-if",
 4962 "home",
 4963 "windows-sys 0.48.0",
 4964]
 4965
 4966[[package]]
 4967name = "euclid"
 4968version = "0.22.11"
 4969source = "registry+https://github.com/rust-lang/crates.io-index"
 4970checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4971dependencies = [
 4972 "num-traits",
 4973]
 4974
 4975[[package]]
 4976name = "eval"
 4977version = "0.1.0"
 4978dependencies = [
 4979 "agent",
 4980 "anyhow",
 4981 "assistant_settings",
 4982 "assistant_tool",
 4983 "assistant_tools",
 4984 "async-trait",
 4985 "async-watch",
 4986 "buffer_diff",
 4987 "chrono",
 4988 "clap",
 4989 "client",
 4990 "collections",
 4991 "debug_adapter_extension",
 4992 "dirs 4.0.0",
 4993 "dotenv",
 4994 "env_logger 0.11.8",
 4995 "extension",
 4996 "fs",
 4997 "futures 0.3.31",
 4998 "gpui",
 4999 "gpui_tokio",
 5000 "handlebars 4.5.0",
 5001 "language",
 5002 "language_extension",
 5003 "language_model",
 5004 "language_models",
 5005 "languages",
 5006 "markdown",
 5007 "node_runtime",
 5008 "pathdiff",
 5009 "paths",
 5010 "pretty_assertions",
 5011 "project",
 5012 "prompt_store",
 5013 "regex",
 5014 "release_channel",
 5015 "reqwest_client",
 5016 "serde",
 5017 "serde_json",
 5018 "settings",
 5019 "shellexpand 2.1.2",
 5020 "smol",
 5021 "telemetry",
 5022 "toml 0.8.20",
 5023 "unindent",
 5024 "util",
 5025 "uuid",
 5026 "workspace-hack",
 5027]
 5028
 5029[[package]]
 5030name = "event-listener"
 5031version = "2.5.3"
 5032source = "registry+https://github.com/rust-lang/crates.io-index"
 5033checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5034
 5035[[package]]
 5036name = "event-listener"
 5037version = "5.4.0"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5040dependencies = [
 5041 "concurrent-queue",
 5042 "parking",
 5043 "pin-project-lite",
 5044]
 5045
 5046[[package]]
 5047name = "event-listener-strategy"
 5048version = "0.5.4"
 5049source = "registry+https://github.com/rust-lang/crates.io-index"
 5050checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5051dependencies = [
 5052 "event-listener 5.4.0",
 5053 "pin-project-lite",
 5054]
 5055
 5056[[package]]
 5057name = "exec"
 5058version = "0.3.1"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5061dependencies = [
 5062 "errno 0.2.8",
 5063 "libc",
 5064]
 5065
 5066[[package]]
 5067name = "exr"
 5068version = "1.73.0"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5071dependencies = [
 5072 "bit_field",
 5073 "half",
 5074 "lebe",
 5075 "miniz_oxide",
 5076 "rayon-core",
 5077 "smallvec",
 5078 "zune-inflate",
 5079]
 5080
 5081[[package]]
 5082name = "extension"
 5083version = "0.1.0"
 5084dependencies = [
 5085 "anyhow",
 5086 "async-compression",
 5087 "async-tar",
 5088 "async-trait",
 5089 "collections",
 5090 "dap",
 5091 "fs",
 5092 "futures 0.3.31",
 5093 "gpui",
 5094 "heck 0.5.0",
 5095 "http_client",
 5096 "language",
 5097 "log",
 5098 "lsp",
 5099 "parking_lot",
 5100 "semantic_version",
 5101 "serde",
 5102 "serde_json",
 5103 "task",
 5104 "toml 0.8.20",
 5105 "util",
 5106 "wasi-preview1-component-adapter-provider",
 5107 "wasm-encoder 0.221.3",
 5108 "wasmparser 0.221.3",
 5109 "wit-component 0.221.3",
 5110 "workspace-hack",
 5111]
 5112
 5113[[package]]
 5114name = "extension_cli"
 5115version = "0.1.0"
 5116dependencies = [
 5117 "anyhow",
 5118 "clap",
 5119 "env_logger 0.11.8",
 5120 "extension",
 5121 "fs",
 5122 "gpui",
 5123 "language",
 5124 "log",
 5125 "reqwest_client",
 5126 "rpc",
 5127 "serde",
 5128 "serde_json",
 5129 "theme",
 5130 "tokio",
 5131 "toml 0.8.20",
 5132 "tree-sitter",
 5133 "wasmtime",
 5134 "workspace-hack",
 5135]
 5136
 5137[[package]]
 5138name = "extension_host"
 5139version = "0.1.0"
 5140dependencies = [
 5141 "anyhow",
 5142 "async-compression",
 5143 "async-tar",
 5144 "async-trait",
 5145 "client",
 5146 "collections",
 5147 "criterion",
 5148 "ctor",
 5149 "dap",
 5150 "env_logger 0.11.8",
 5151 "extension",
 5152 "fs",
 5153 "futures 0.3.31",
 5154 "gpui",
 5155 "http_client",
 5156 "language",
 5157 "language_extension",
 5158 "log",
 5159 "lsp",
 5160 "moka",
 5161 "node_runtime",
 5162 "parking_lot",
 5163 "paths",
 5164 "project",
 5165 "rand 0.8.5",
 5166 "release_channel",
 5167 "remote",
 5168 "reqwest_client",
 5169 "schemars",
 5170 "semantic_version",
 5171 "serde",
 5172 "serde_json",
 5173 "serde_json_lenient",
 5174 "settings",
 5175 "task",
 5176 "telemetry",
 5177 "tempfile",
 5178 "theme",
 5179 "theme_extension",
 5180 "toml 0.8.20",
 5181 "url",
 5182 "util",
 5183 "wasmparser 0.221.3",
 5184 "wasmtime",
 5185 "wasmtime-wasi",
 5186 "workspace-hack",
 5187]
 5188
 5189[[package]]
 5190name = "extensions_ui"
 5191version = "0.1.0"
 5192dependencies = [
 5193 "anyhow",
 5194 "client",
 5195 "collections",
 5196 "db",
 5197 "editor",
 5198 "extension",
 5199 "extension_host",
 5200 "fs",
 5201 "fuzzy",
 5202 "gpui",
 5203 "language",
 5204 "log",
 5205 "num-format",
 5206 "picker",
 5207 "project",
 5208 "release_channel",
 5209 "semantic_version",
 5210 "serde",
 5211 "settings",
 5212 "smallvec",
 5213 "strum 0.27.1",
 5214 "telemetry",
 5215 "theme",
 5216 "ui",
 5217 "util",
 5218 "vim_mode_setting",
 5219 "workspace",
 5220 "workspace-hack",
 5221 "zed_actions",
 5222]
 5223
 5224[[package]]
 5225name = "fallible-iterator"
 5226version = "0.3.0"
 5227source = "registry+https://github.com/rust-lang/crates.io-index"
 5228checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5229
 5230[[package]]
 5231name = "fancy-regex"
 5232version = "0.13.0"
 5233source = "registry+https://github.com/rust-lang/crates.io-index"
 5234checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5235dependencies = [
 5236 "bit-set 0.5.3",
 5237 "regex-automata 0.4.9",
 5238 "regex-syntax 0.8.5",
 5239]
 5240
 5241[[package]]
 5242name = "fancy-regex"
 5243version = "0.14.0"
 5244source = "registry+https://github.com/rust-lang/crates.io-index"
 5245checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5246dependencies = [
 5247 "bit-set 0.8.0",
 5248 "regex-automata 0.4.9",
 5249 "regex-syntax 0.8.5",
 5250]
 5251
 5252[[package]]
 5253name = "fast-srgb8"
 5254version = "1.0.0"
 5255source = "registry+https://github.com/rust-lang/crates.io-index"
 5256checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5257
 5258[[package]]
 5259name = "faster-hex"
 5260version = "0.9.0"
 5261source = "registry+https://github.com/rust-lang/crates.io-index"
 5262checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5263dependencies = [
 5264 "serde",
 5265]
 5266
 5267[[package]]
 5268name = "faster-hex"
 5269version = "0.10.0"
 5270source = "registry+https://github.com/rust-lang/crates.io-index"
 5271checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5272dependencies = [
 5273 "heapless",
 5274 "serde",
 5275]
 5276
 5277[[package]]
 5278name = "fastrand"
 5279version = "1.9.0"
 5280source = "registry+https://github.com/rust-lang/crates.io-index"
 5281checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5282dependencies = [
 5283 "instant",
 5284]
 5285
 5286[[package]]
 5287name = "fastrand"
 5288version = "2.3.0"
 5289source = "registry+https://github.com/rust-lang/crates.io-index"
 5290checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5291
 5292[[package]]
 5293name = "fd-lock"
 5294version = "4.0.4"
 5295source = "registry+https://github.com/rust-lang/crates.io-index"
 5296checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5297dependencies = [
 5298 "cfg-if",
 5299 "rustix 1.0.7",
 5300 "windows-sys 0.59.0",
 5301]
 5302
 5303[[package]]
 5304name = "fdeflate"
 5305version = "0.3.7"
 5306source = "registry+https://github.com/rust-lang/crates.io-index"
 5307checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5308dependencies = [
 5309 "simd-adler32",
 5310]
 5311
 5312[[package]]
 5313name = "feature_flags"
 5314version = "0.1.0"
 5315dependencies = [
 5316 "futures 0.3.31",
 5317 "gpui",
 5318 "smol",
 5319 "workspace-hack",
 5320]
 5321
 5322[[package]]
 5323name = "feedback"
 5324version = "0.1.0"
 5325dependencies = [
 5326 "client",
 5327 "editor",
 5328 "gpui",
 5329 "human_bytes",
 5330 "menu",
 5331 "release_channel",
 5332 "serde",
 5333 "sysinfo",
 5334 "ui",
 5335 "urlencoding",
 5336 "util",
 5337 "workspace",
 5338 "workspace-hack",
 5339 "zed_actions",
 5340]
 5341
 5342[[package]]
 5343name = "ff"
 5344version = "0.12.1"
 5345source = "registry+https://github.com/rust-lang/crates.io-index"
 5346checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5347dependencies = [
 5348 "rand_core 0.6.4",
 5349 "subtle",
 5350]
 5351
 5352[[package]]
 5353name = "file_finder"
 5354version = "0.1.0"
 5355dependencies = [
 5356 "anyhow",
 5357 "collections",
 5358 "ctor",
 5359 "editor",
 5360 "env_logger 0.11.8",
 5361 "file_icons",
 5362 "futures 0.3.31",
 5363 "fuzzy",
 5364 "gpui",
 5365 "language",
 5366 "menu",
 5367 "picker",
 5368 "project",
 5369 "schemars",
 5370 "serde",
 5371 "serde_derive",
 5372 "serde_json",
 5373 "settings",
 5374 "text",
 5375 "theme",
 5376 "ui",
 5377 "util",
 5378 "workspace",
 5379 "workspace-hack",
 5380]
 5381
 5382[[package]]
 5383name = "file_icons"
 5384version = "0.1.0"
 5385dependencies = [
 5386 "gpui",
 5387 "serde",
 5388 "settings",
 5389 "theme",
 5390 "util",
 5391 "workspace-hack",
 5392]
 5393
 5394[[package]]
 5395name = "filedescriptor"
 5396version = "0.8.3"
 5397source = "registry+https://github.com/rust-lang/crates.io-index"
 5398checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5399dependencies = [
 5400 "libc",
 5401 "thiserror 1.0.69",
 5402 "winapi",
 5403]
 5404
 5405[[package]]
 5406name = "filetime"
 5407version = "0.2.25"
 5408source = "registry+https://github.com/rust-lang/crates.io-index"
 5409checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5410dependencies = [
 5411 "cfg-if",
 5412 "libc",
 5413 "libredox",
 5414 "windows-sys 0.59.0",
 5415]
 5416
 5417[[package]]
 5418name = "fixedbitset"
 5419version = "0.4.2"
 5420source = "registry+https://github.com/rust-lang/crates.io-index"
 5421checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5422
 5423[[package]]
 5424name = "flate2"
 5425version = "1.1.1"
 5426source = "registry+https://github.com/rust-lang/crates.io-index"
 5427checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5428dependencies = [
 5429 "crc32fast",
 5430 "libz-rs-sys",
 5431 "miniz_oxide",
 5432]
 5433
 5434[[package]]
 5435name = "float-cmp"
 5436version = "0.9.0"
 5437source = "registry+https://github.com/rust-lang/crates.io-index"
 5438checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5439
 5440[[package]]
 5441name = "float-ord"
 5442version = "0.3.2"
 5443source = "registry+https://github.com/rust-lang/crates.io-index"
 5444checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5445
 5446[[package]]
 5447name = "float_next_after"
 5448version = "1.0.0"
 5449source = "registry+https://github.com/rust-lang/crates.io-index"
 5450checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5451
 5452[[package]]
 5453name = "fluent-uri"
 5454version = "0.3.2"
 5455source = "registry+https://github.com/rust-lang/crates.io-index"
 5456checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5457dependencies = [
 5458 "borrow-or-share",
 5459 "ref-cast",
 5460 "serde",
 5461]
 5462
 5463[[package]]
 5464name = "flume"
 5465version = "0.11.1"
 5466source = "registry+https://github.com/rust-lang/crates.io-index"
 5467checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5468dependencies = [
 5469 "futures-core",
 5470 "futures-sink",
 5471 "nanorand",
 5472 "spin",
 5473]
 5474
 5475[[package]]
 5476name = "fnv"
 5477version = "1.0.7"
 5478source = "registry+https://github.com/rust-lang/crates.io-index"
 5479checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5480
 5481[[package]]
 5482name = "foldhash"
 5483version = "0.1.5"
 5484source = "registry+https://github.com/rust-lang/crates.io-index"
 5485checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5486
 5487[[package]]
 5488name = "font-kit"
 5489version = "0.14.1"
 5490source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5491dependencies = [
 5492 "bitflags 2.9.0",
 5493 "byteorder",
 5494 "core-foundation 0.10.0",
 5495 "core-graphics 0.24.0",
 5496 "core-text",
 5497 "dirs 5.0.1",
 5498 "dwrote",
 5499 "float-ord",
 5500 "freetype-sys",
 5501 "lazy_static",
 5502 "libc",
 5503 "log",
 5504 "pathfinder_geometry",
 5505 "pathfinder_simd",
 5506 "walkdir",
 5507 "winapi",
 5508 "yeslogic-fontconfig-sys",
 5509]
 5510
 5511[[package]]
 5512name = "font-types"
 5513version = "0.8.4"
 5514source = "registry+https://github.com/rust-lang/crates.io-index"
 5515checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5516dependencies = [
 5517 "bytemuck",
 5518]
 5519
 5520[[package]]
 5521name = "fontconfig-parser"
 5522version = "0.5.7"
 5523source = "registry+https://github.com/rust-lang/crates.io-index"
 5524checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5525dependencies = [
 5526 "roxmltree",
 5527]
 5528
 5529[[package]]
 5530name = "fontdb"
 5531version = "0.16.2"
 5532source = "registry+https://github.com/rust-lang/crates.io-index"
 5533checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5534dependencies = [
 5535 "fontconfig-parser",
 5536 "log",
 5537 "memmap2",
 5538 "slotmap",
 5539 "tinyvec",
 5540 "ttf-parser 0.20.0",
 5541]
 5542
 5543[[package]]
 5544name = "fontdb"
 5545version = "0.23.0"
 5546source = "registry+https://github.com/rust-lang/crates.io-index"
 5547checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5548dependencies = [
 5549 "fontconfig-parser",
 5550 "log",
 5551 "memmap2",
 5552 "slotmap",
 5553 "tinyvec",
 5554 "ttf-parser 0.25.1",
 5555]
 5556
 5557[[package]]
 5558name = "foreign-types"
 5559version = "0.3.2"
 5560source = "registry+https://github.com/rust-lang/crates.io-index"
 5561checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5562dependencies = [
 5563 "foreign-types-shared 0.1.1",
 5564]
 5565
 5566[[package]]
 5567name = "foreign-types"
 5568version = "0.5.0"
 5569source = "registry+https://github.com/rust-lang/crates.io-index"
 5570checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5571dependencies = [
 5572 "foreign-types-macros",
 5573 "foreign-types-shared 0.3.1",
 5574]
 5575
 5576[[package]]
 5577name = "foreign-types-macros"
 5578version = "0.2.3"
 5579source = "registry+https://github.com/rust-lang/crates.io-index"
 5580checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5581dependencies = [
 5582 "proc-macro2",
 5583 "quote",
 5584 "syn 2.0.101",
 5585]
 5586
 5587[[package]]
 5588name = "foreign-types-shared"
 5589version = "0.1.1"
 5590source = "registry+https://github.com/rust-lang/crates.io-index"
 5591checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5592
 5593[[package]]
 5594name = "foreign-types-shared"
 5595version = "0.3.1"
 5596source = "registry+https://github.com/rust-lang/crates.io-index"
 5597checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5598
 5599[[package]]
 5600name = "fork"
 5601version = "0.2.0"
 5602source = "registry+https://github.com/rust-lang/crates.io-index"
 5603checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5604dependencies = [
 5605 "libc",
 5606]
 5607
 5608[[package]]
 5609name = "form_urlencoded"
 5610version = "1.2.1"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5613dependencies = [
 5614 "percent-encoding",
 5615]
 5616
 5617[[package]]
 5618name = "fraction"
 5619version = "0.15.3"
 5620source = "registry+https://github.com/rust-lang/crates.io-index"
 5621checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5622dependencies = [
 5623 "lazy_static",
 5624 "num",
 5625]
 5626
 5627[[package]]
 5628name = "freetype-sys"
 5629version = "0.20.1"
 5630source = "registry+https://github.com/rust-lang/crates.io-index"
 5631checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5632dependencies = [
 5633 "cc",
 5634 "libc",
 5635 "pkg-config",
 5636]
 5637
 5638[[package]]
 5639name = "fs"
 5640version = "0.1.0"
 5641dependencies = [
 5642 "anyhow",
 5643 "ashpd",
 5644 "async-tar",
 5645 "async-trait",
 5646 "cocoa 0.26.0",
 5647 "collections",
 5648 "fsevent",
 5649 "futures 0.3.31",
 5650 "git",
 5651 "gpui",
 5652 "ignore",
 5653 "libc",
 5654 "log",
 5655 "notify",
 5656 "objc",
 5657 "parking_lot",
 5658 "paths",
 5659 "proto",
 5660 "rope",
 5661 "serde",
 5662 "serde_json",
 5663 "smol",
 5664 "tempfile",
 5665 "text",
 5666 "time",
 5667 "util",
 5668 "windows 0.61.1",
 5669 "workspace-hack",
 5670]
 5671
 5672[[package]]
 5673name = "fs-set-times"
 5674version = "0.20.3"
 5675source = "registry+https://github.com/rust-lang/crates.io-index"
 5676checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5677dependencies = [
 5678 "io-lifetimes",
 5679 "rustix 1.0.7",
 5680 "windows-sys 0.59.0",
 5681]
 5682
 5683[[package]]
 5684name = "fs2"
 5685version = "0.4.3"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5688dependencies = [
 5689 "libc",
 5690 "winapi",
 5691]
 5692
 5693[[package]]
 5694name = "fs_extra"
 5695version = "1.3.0"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5698
 5699[[package]]
 5700name = "fsevent"
 5701version = "0.1.0"
 5702dependencies = [
 5703 "bitflags 2.9.0",
 5704 "core-foundation 0.10.0",
 5705 "fsevent-sys 3.1.0",
 5706 "parking_lot",
 5707 "tempfile",
 5708 "workspace-hack",
 5709]
 5710
 5711[[package]]
 5712name = "fsevent-sys"
 5713version = "3.1.0"
 5714source = "registry+https://github.com/rust-lang/crates.io-index"
 5715checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5716dependencies = [
 5717 "libc",
 5718]
 5719
 5720[[package]]
 5721name = "fsevent-sys"
 5722version = "4.1.0"
 5723source = "registry+https://github.com/rust-lang/crates.io-index"
 5724checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5725dependencies = [
 5726 "libc",
 5727]
 5728
 5729[[package]]
 5730name = "funty"
 5731version = "2.0.0"
 5732source = "registry+https://github.com/rust-lang/crates.io-index"
 5733checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5734
 5735[[package]]
 5736name = "futf"
 5737version = "0.1.5"
 5738source = "registry+https://github.com/rust-lang/crates.io-index"
 5739checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5740dependencies = [
 5741 "mac",
 5742 "new_debug_unreachable",
 5743]
 5744
 5745[[package]]
 5746name = "futures"
 5747version = "0.1.31"
 5748source = "registry+https://github.com/rust-lang/crates.io-index"
 5749checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5750
 5751[[package]]
 5752name = "futures"
 5753version = "0.3.31"
 5754source = "registry+https://github.com/rust-lang/crates.io-index"
 5755checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5756dependencies = [
 5757 "futures-channel",
 5758 "futures-core",
 5759 "futures-executor",
 5760 "futures-io",
 5761 "futures-sink",
 5762 "futures-task",
 5763 "futures-util",
 5764]
 5765
 5766[[package]]
 5767name = "futures-batch"
 5768version = "0.6.1"
 5769source = "registry+https://github.com/rust-lang/crates.io-index"
 5770checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5771dependencies = [
 5772 "futures 0.3.31",
 5773 "futures-timer",
 5774 "pin-utils",
 5775]
 5776
 5777[[package]]
 5778name = "futures-channel"
 5779version = "0.3.31"
 5780source = "registry+https://github.com/rust-lang/crates.io-index"
 5781checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5782dependencies = [
 5783 "futures-core",
 5784 "futures-sink",
 5785]
 5786
 5787[[package]]
 5788name = "futures-core"
 5789version = "0.3.31"
 5790source = "registry+https://github.com/rust-lang/crates.io-index"
 5791checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5792
 5793[[package]]
 5794name = "futures-executor"
 5795version = "0.3.31"
 5796source = "registry+https://github.com/rust-lang/crates.io-index"
 5797checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5798dependencies = [
 5799 "futures-core",
 5800 "futures-task",
 5801 "futures-util",
 5802]
 5803
 5804[[package]]
 5805name = "futures-intrusive"
 5806version = "0.5.0"
 5807source = "registry+https://github.com/rust-lang/crates.io-index"
 5808checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5809dependencies = [
 5810 "futures-core",
 5811 "lock_api",
 5812 "parking_lot",
 5813]
 5814
 5815[[package]]
 5816name = "futures-io"
 5817version = "0.3.31"
 5818source = "registry+https://github.com/rust-lang/crates.io-index"
 5819checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5820
 5821[[package]]
 5822name = "futures-lite"
 5823version = "1.13.0"
 5824source = "registry+https://github.com/rust-lang/crates.io-index"
 5825checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5826dependencies = [
 5827 "fastrand 1.9.0",
 5828 "futures-core",
 5829 "futures-io",
 5830 "memchr",
 5831 "parking",
 5832 "pin-project-lite",
 5833 "waker-fn",
 5834]
 5835
 5836[[package]]
 5837name = "futures-lite"
 5838version = "2.6.0"
 5839source = "registry+https://github.com/rust-lang/crates.io-index"
 5840checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5841dependencies = [
 5842 "fastrand 2.3.0",
 5843 "futures-core",
 5844 "futures-io",
 5845 "parking",
 5846 "pin-project-lite",
 5847]
 5848
 5849[[package]]
 5850name = "futures-macro"
 5851version = "0.3.31"
 5852source = "registry+https://github.com/rust-lang/crates.io-index"
 5853checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5854dependencies = [
 5855 "proc-macro2",
 5856 "quote",
 5857 "syn 2.0.101",
 5858]
 5859
 5860[[package]]
 5861name = "futures-sink"
 5862version = "0.3.31"
 5863source = "registry+https://github.com/rust-lang/crates.io-index"
 5864checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5865
 5866[[package]]
 5867name = "futures-task"
 5868version = "0.3.31"
 5869source = "registry+https://github.com/rust-lang/crates.io-index"
 5870checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5871
 5872[[package]]
 5873name = "futures-timer"
 5874version = "3.0.3"
 5875source = "registry+https://github.com/rust-lang/crates.io-index"
 5876checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5877
 5878[[package]]
 5879name = "futures-util"
 5880version = "0.3.31"
 5881source = "registry+https://github.com/rust-lang/crates.io-index"
 5882checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5883dependencies = [
 5884 "futures 0.1.31",
 5885 "futures-channel",
 5886 "futures-core",
 5887 "futures-io",
 5888 "futures-macro",
 5889 "futures-sink",
 5890 "futures-task",
 5891 "memchr",
 5892 "pin-project-lite",
 5893 "pin-utils",
 5894 "slab",
 5895 "tokio-io",
 5896]
 5897
 5898[[package]]
 5899name = "fuzzy"
 5900version = "0.1.0"
 5901dependencies = [
 5902 "gpui",
 5903 "log",
 5904 "util",
 5905 "workspace-hack",
 5906]
 5907
 5908[[package]]
 5909name = "fuzzy-matcher"
 5910version = "0.3.7"
 5911source = "registry+https://github.com/rust-lang/crates.io-index"
 5912checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5913dependencies = [
 5914 "thread_local",
 5915]
 5916
 5917[[package]]
 5918name = "generator"
 5919version = "0.8.5"
 5920source = "registry+https://github.com/rust-lang/crates.io-index"
 5921checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 5922dependencies = [
 5923 "cc",
 5924 "cfg-if",
 5925 "libc",
 5926 "log",
 5927 "rustversion",
 5928 "windows 0.61.1",
 5929]
 5930
 5931[[package]]
 5932name = "generic-array"
 5933version = "0.14.7"
 5934source = "registry+https://github.com/rust-lang/crates.io-index"
 5935checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5936dependencies = [
 5937 "typenum",
 5938 "version_check",
 5939]
 5940
 5941[[package]]
 5942name = "gethostname"
 5943version = "0.4.3"
 5944source = "registry+https://github.com/rust-lang/crates.io-index"
 5945checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5946dependencies = [
 5947 "libc",
 5948 "windows-targets 0.48.5",
 5949]
 5950
 5951[[package]]
 5952name = "getrandom"
 5953version = "0.1.16"
 5954source = "registry+https://github.com/rust-lang/crates.io-index"
 5955checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5956dependencies = [
 5957 "cfg-if",
 5958 "libc",
 5959 "wasi 0.9.0+wasi-snapshot-preview1",
 5960]
 5961
 5962[[package]]
 5963name = "getrandom"
 5964version = "0.2.15"
 5965source = "registry+https://github.com/rust-lang/crates.io-index"
 5966checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5967dependencies = [
 5968 "cfg-if",
 5969 "js-sys",
 5970 "libc",
 5971 "wasi 0.11.0+wasi-snapshot-preview1",
 5972 "wasm-bindgen",
 5973]
 5974
 5975[[package]]
 5976name = "getrandom"
 5977version = "0.3.2"
 5978source = "registry+https://github.com/rust-lang/crates.io-index"
 5979checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5980dependencies = [
 5981 "cfg-if",
 5982 "js-sys",
 5983 "libc",
 5984 "r-efi",
 5985 "wasi 0.14.2+wasi-0.2.4",
 5986 "wasm-bindgen",
 5987]
 5988
 5989[[package]]
 5990name = "gif"
 5991version = "0.13.1"
 5992source = "registry+https://github.com/rust-lang/crates.io-index"
 5993checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5994dependencies = [
 5995 "color_quant",
 5996 "weezl",
 5997]
 5998
 5999[[package]]
 6000name = "gimli"
 6001version = "0.31.1"
 6002source = "registry+https://github.com/rust-lang/crates.io-index"
 6003checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6004dependencies = [
 6005 "fallible-iterator",
 6006 "indexmap",
 6007 "stable_deref_trait",
 6008]
 6009
 6010[[package]]
 6011name = "git"
 6012version = "0.1.0"
 6013dependencies = [
 6014 "anyhow",
 6015 "askpass",
 6016 "async-trait",
 6017 "collections",
 6018 "derive_more",
 6019 "futures 0.3.31",
 6020 "git2",
 6021 "gpui",
 6022 "http_client",
 6023 "log",
 6024 "parking_lot",
 6025 "pretty_assertions",
 6026 "regex",
 6027 "rope",
 6028 "schemars",
 6029 "serde",
 6030 "serde_json",
 6031 "smol",
 6032 "sum_tree",
 6033 "tempfile",
 6034 "text",
 6035 "thiserror 2.0.12",
 6036 "time",
 6037 "unindent",
 6038 "url",
 6039 "util",
 6040 "uuid",
 6041 "workspace-hack",
 6042]
 6043
 6044[[package]]
 6045name = "git2"
 6046version = "0.20.1"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6049dependencies = [
 6050 "bitflags 2.9.0",
 6051 "libc",
 6052 "libgit2-sys",
 6053 "log",
 6054 "url",
 6055]
 6056
 6057[[package]]
 6058name = "git_hosting_providers"
 6059version = "0.1.0"
 6060dependencies = [
 6061 "anyhow",
 6062 "async-trait",
 6063 "futures 0.3.31",
 6064 "git",
 6065 "gpui",
 6066 "http_client",
 6067 "indoc",
 6068 "pretty_assertions",
 6069 "regex",
 6070 "schemars",
 6071 "serde",
 6072 "serde_json",
 6073 "settings",
 6074 "url",
 6075 "util",
 6076 "workspace-hack",
 6077]
 6078
 6079[[package]]
 6080name = "git_ui"
 6081version = "0.1.0"
 6082dependencies = [
 6083 "anyhow",
 6084 "askpass",
 6085 "assistant_settings",
 6086 "buffer_diff",
 6087 "chrono",
 6088 "collections",
 6089 "command_palette_hooks",
 6090 "component",
 6091 "ctor",
 6092 "db",
 6093 "editor",
 6094 "env_logger 0.11.8",
 6095 "futures 0.3.31",
 6096 "fuzzy",
 6097 "git",
 6098 "gpui",
 6099 "itertools 0.14.0",
 6100 "language",
 6101 "language_model",
 6102 "linkify",
 6103 "log",
 6104 "markdown",
 6105 "menu",
 6106 "multi_buffer",
 6107 "notifications",
 6108 "panel",
 6109 "picker",
 6110 "postage",
 6111 "pretty_assertions",
 6112 "project",
 6113 "schemars",
 6114 "serde",
 6115 "serde_derive",
 6116 "serde_json",
 6117 "settings",
 6118 "strum 0.27.1",
 6119 "telemetry",
 6120 "theme",
 6121 "time",
 6122 "time_format",
 6123 "ui",
 6124 "unindent",
 6125 "util",
 6126 "windows 0.61.1",
 6127 "workspace",
 6128 "workspace-hack",
 6129 "zed_actions",
 6130]
 6131
 6132[[package]]
 6133name = "gix"
 6134version = "0.71.0"
 6135source = "registry+https://github.com/rust-lang/crates.io-index"
 6136checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6137dependencies = [
 6138 "gix-actor",
 6139 "gix-attributes",
 6140 "gix-command",
 6141 "gix-commitgraph",
 6142 "gix-config",
 6143 "gix-date",
 6144 "gix-diff",
 6145 "gix-discover",
 6146 "gix-features 0.41.1",
 6147 "gix-filter",
 6148 "gix-fs 0.14.0",
 6149 "gix-glob",
 6150 "gix-hash 0.17.0",
 6151 "gix-hashtable",
 6152 "gix-ignore",
 6153 "gix-index",
 6154 "gix-lock",
 6155 "gix-object",
 6156 "gix-odb",
 6157 "gix-pack",
 6158 "gix-path",
 6159 "gix-pathspec",
 6160 "gix-protocol",
 6161 "gix-ref",
 6162 "gix-refspec",
 6163 "gix-revision",
 6164 "gix-revwalk",
 6165 "gix-sec",
 6166 "gix-shallow",
 6167 "gix-submodule",
 6168 "gix-tempfile",
 6169 "gix-trace",
 6170 "gix-traverse",
 6171 "gix-url",
 6172 "gix-utils 0.2.0",
 6173 "gix-validate 0.9.4",
 6174 "gix-worktree",
 6175 "once_cell",
 6176 "smallvec",
 6177 "thiserror 2.0.12",
 6178]
 6179
 6180[[package]]
 6181name = "gix-actor"
 6182version = "0.34.0"
 6183source = "registry+https://github.com/rust-lang/crates.io-index"
 6184checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6185dependencies = [
 6186 "bstr",
 6187 "gix-date",
 6188 "gix-utils 0.2.0",
 6189 "itoa",
 6190 "thiserror 2.0.12",
 6191 "winnow",
 6192]
 6193
 6194[[package]]
 6195name = "gix-attributes"
 6196version = "0.25.0"
 6197source = "registry+https://github.com/rust-lang/crates.io-index"
 6198checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6199dependencies = [
 6200 "bstr",
 6201 "gix-glob",
 6202 "gix-path",
 6203 "gix-quote",
 6204 "gix-trace",
 6205 "kstring",
 6206 "smallvec",
 6207 "thiserror 2.0.12",
 6208 "unicode-bom",
 6209]
 6210
 6211[[package]]
 6212name = "gix-bitmap"
 6213version = "0.2.14"
 6214source = "registry+https://github.com/rust-lang/crates.io-index"
 6215checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6216dependencies = [
 6217 "thiserror 2.0.12",
 6218]
 6219
 6220[[package]]
 6221name = "gix-chunk"
 6222version = "0.4.11"
 6223source = "registry+https://github.com/rust-lang/crates.io-index"
 6224checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6225dependencies = [
 6226 "thiserror 2.0.12",
 6227]
 6228
 6229[[package]]
 6230name = "gix-command"
 6231version = "0.5.0"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6234dependencies = [
 6235 "bstr",
 6236 "gix-path",
 6237 "gix-quote",
 6238 "gix-trace",
 6239 "shell-words",
 6240]
 6241
 6242[[package]]
 6243name = "gix-commitgraph"
 6244version = "0.27.0"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6247dependencies = [
 6248 "bstr",
 6249 "gix-chunk",
 6250 "gix-hash 0.17.0",
 6251 "memmap2",
 6252 "thiserror 2.0.12",
 6253]
 6254
 6255[[package]]
 6256name = "gix-config"
 6257version = "0.44.0"
 6258source = "registry+https://github.com/rust-lang/crates.io-index"
 6259checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6260dependencies = [
 6261 "bstr",
 6262 "gix-config-value",
 6263 "gix-features 0.41.1",
 6264 "gix-glob",
 6265 "gix-path",
 6266 "gix-ref",
 6267 "gix-sec",
 6268 "memchr",
 6269 "once_cell",
 6270 "smallvec",
 6271 "thiserror 2.0.12",
 6272 "unicode-bom",
 6273 "winnow",
 6274]
 6275
 6276[[package]]
 6277name = "gix-config-value"
 6278version = "0.14.12"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6281dependencies = [
 6282 "bitflags 2.9.0",
 6283 "bstr",
 6284 "gix-path",
 6285 "libc",
 6286 "thiserror 2.0.12",
 6287]
 6288
 6289[[package]]
 6290name = "gix-date"
 6291version = "0.9.4"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6294dependencies = [
 6295 "bstr",
 6296 "itoa",
 6297 "jiff",
 6298 "thiserror 2.0.12",
 6299]
 6300
 6301[[package]]
 6302name = "gix-diff"
 6303version = "0.51.0"
 6304source = "registry+https://github.com/rust-lang/crates.io-index"
 6305checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6306dependencies = [
 6307 "bstr",
 6308 "gix-command",
 6309 "gix-filter",
 6310 "gix-fs 0.14.0",
 6311 "gix-hash 0.17.0",
 6312 "gix-object",
 6313 "gix-path",
 6314 "gix-tempfile",
 6315 "gix-trace",
 6316 "gix-traverse",
 6317 "gix-worktree",
 6318 "imara-diff",
 6319 "thiserror 2.0.12",
 6320]
 6321
 6322[[package]]
 6323name = "gix-discover"
 6324version = "0.39.0"
 6325source = "registry+https://github.com/rust-lang/crates.io-index"
 6326checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6327dependencies = [
 6328 "bstr",
 6329 "dunce",
 6330 "gix-fs 0.14.0",
 6331 "gix-hash 0.17.0",
 6332 "gix-path",
 6333 "gix-ref",
 6334 "gix-sec",
 6335 "thiserror 2.0.12",
 6336]
 6337
 6338[[package]]
 6339name = "gix-features"
 6340version = "0.41.1"
 6341source = "registry+https://github.com/rust-lang/crates.io-index"
 6342checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6343dependencies = [
 6344 "crc32fast",
 6345 "crossbeam-channel",
 6346 "flate2",
 6347 "gix-path",
 6348 "gix-trace",
 6349 "gix-utils 0.2.0",
 6350 "libc",
 6351 "once_cell",
 6352 "parking_lot",
 6353 "prodash",
 6354 "thiserror 2.0.12",
 6355 "walkdir",
 6356]
 6357
 6358[[package]]
 6359name = "gix-features"
 6360version = "0.42.1"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6363dependencies = [
 6364 "gix-trace",
 6365 "gix-utils 0.3.0",
 6366 "libc",
 6367 "prodash",
 6368]
 6369
 6370[[package]]
 6371name = "gix-filter"
 6372version = "0.18.0"
 6373source = "registry+https://github.com/rust-lang/crates.io-index"
 6374checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6375dependencies = [
 6376 "bstr",
 6377 "encoding_rs",
 6378 "gix-attributes",
 6379 "gix-command",
 6380 "gix-hash 0.17.0",
 6381 "gix-object",
 6382 "gix-packetline-blocking",
 6383 "gix-path",
 6384 "gix-quote",
 6385 "gix-trace",
 6386 "gix-utils 0.2.0",
 6387 "smallvec",
 6388 "thiserror 2.0.12",
 6389]
 6390
 6391[[package]]
 6392name = "gix-fs"
 6393version = "0.14.0"
 6394source = "registry+https://github.com/rust-lang/crates.io-index"
 6395checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6396dependencies = [
 6397 "bstr",
 6398 "fastrand 2.3.0",
 6399 "gix-features 0.41.1",
 6400 "gix-path",
 6401 "gix-utils 0.2.0",
 6402 "thiserror 2.0.12",
 6403]
 6404
 6405[[package]]
 6406name = "gix-fs"
 6407version = "0.15.0"
 6408source = "registry+https://github.com/rust-lang/crates.io-index"
 6409checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6410dependencies = [
 6411 "bstr",
 6412 "fastrand 2.3.0",
 6413 "gix-features 0.42.1",
 6414 "gix-path",
 6415 "gix-utils 0.3.0",
 6416 "thiserror 2.0.12",
 6417]
 6418
 6419[[package]]
 6420name = "gix-glob"
 6421version = "0.19.0"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6424dependencies = [
 6425 "bitflags 2.9.0",
 6426 "bstr",
 6427 "gix-features 0.41.1",
 6428 "gix-path",
 6429]
 6430
 6431[[package]]
 6432name = "gix-hash"
 6433version = "0.17.0"
 6434source = "registry+https://github.com/rust-lang/crates.io-index"
 6435checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6436dependencies = [
 6437 "faster-hex 0.9.0",
 6438 "gix-features 0.41.1",
 6439 "sha1-checked",
 6440 "thiserror 2.0.12",
 6441]
 6442
 6443[[package]]
 6444name = "gix-hash"
 6445version = "0.18.0"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6448dependencies = [
 6449 "faster-hex 0.10.0",
 6450 "gix-features 0.42.1",
 6451 "sha1-checked",
 6452 "thiserror 2.0.12",
 6453]
 6454
 6455[[package]]
 6456name = "gix-hashtable"
 6457version = "0.8.1"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6460dependencies = [
 6461 "gix-hash 0.18.0",
 6462 "hashbrown 0.14.5",
 6463 "parking_lot",
 6464]
 6465
 6466[[package]]
 6467name = "gix-ignore"
 6468version = "0.14.0"
 6469source = "registry+https://github.com/rust-lang/crates.io-index"
 6470checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6471dependencies = [
 6472 "bstr",
 6473 "gix-glob",
 6474 "gix-path",
 6475 "gix-trace",
 6476 "unicode-bom",
 6477]
 6478
 6479[[package]]
 6480name = "gix-index"
 6481version = "0.39.0"
 6482source = "registry+https://github.com/rust-lang/crates.io-index"
 6483checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6484dependencies = [
 6485 "bitflags 2.9.0",
 6486 "bstr",
 6487 "filetime",
 6488 "fnv",
 6489 "gix-bitmap",
 6490 "gix-features 0.41.1",
 6491 "gix-fs 0.14.0",
 6492 "gix-hash 0.17.0",
 6493 "gix-lock",
 6494 "gix-object",
 6495 "gix-traverse",
 6496 "gix-utils 0.2.0",
 6497 "gix-validate 0.9.4",
 6498 "hashbrown 0.14.5",
 6499 "itoa",
 6500 "libc",
 6501 "memmap2",
 6502 "rustix 0.38.44",
 6503 "smallvec",
 6504 "thiserror 2.0.12",
 6505]
 6506
 6507[[package]]
 6508name = "gix-lock"
 6509version = "17.1.0"
 6510source = "registry+https://github.com/rust-lang/crates.io-index"
 6511checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6512dependencies = [
 6513 "gix-tempfile",
 6514 "gix-utils 0.3.0",
 6515 "thiserror 2.0.12",
 6516]
 6517
 6518[[package]]
 6519name = "gix-object"
 6520version = "0.48.0"
 6521source = "registry+https://github.com/rust-lang/crates.io-index"
 6522checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6523dependencies = [
 6524 "bstr",
 6525 "gix-actor",
 6526 "gix-date",
 6527 "gix-features 0.41.1",
 6528 "gix-hash 0.17.0",
 6529 "gix-hashtable",
 6530 "gix-path",
 6531 "gix-utils 0.2.0",
 6532 "gix-validate 0.9.4",
 6533 "itoa",
 6534 "smallvec",
 6535 "thiserror 2.0.12",
 6536 "winnow",
 6537]
 6538
 6539[[package]]
 6540name = "gix-odb"
 6541version = "0.68.0"
 6542source = "registry+https://github.com/rust-lang/crates.io-index"
 6543checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6544dependencies = [
 6545 "arc-swap",
 6546 "gix-date",
 6547 "gix-features 0.41.1",
 6548 "gix-fs 0.14.0",
 6549 "gix-hash 0.17.0",
 6550 "gix-hashtable",
 6551 "gix-object",
 6552 "gix-pack",
 6553 "gix-path",
 6554 "gix-quote",
 6555 "parking_lot",
 6556 "tempfile",
 6557 "thiserror 2.0.12",
 6558]
 6559
 6560[[package]]
 6561name = "gix-pack"
 6562version = "0.58.0"
 6563source = "registry+https://github.com/rust-lang/crates.io-index"
 6564checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6565dependencies = [
 6566 "clru",
 6567 "gix-chunk",
 6568 "gix-features 0.41.1",
 6569 "gix-hash 0.17.0",
 6570 "gix-hashtable",
 6571 "gix-object",
 6572 "gix-path",
 6573 "memmap2",
 6574 "smallvec",
 6575 "thiserror 2.0.12",
 6576 "uluru",
 6577]
 6578
 6579[[package]]
 6580name = "gix-packetline"
 6581version = "0.18.4"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6584dependencies = [
 6585 "bstr",
 6586 "faster-hex 0.9.0",
 6587 "gix-trace",
 6588 "thiserror 2.0.12",
 6589]
 6590
 6591[[package]]
 6592name = "gix-packetline-blocking"
 6593version = "0.18.3"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6596dependencies = [
 6597 "bstr",
 6598 "faster-hex 0.9.0",
 6599 "gix-trace",
 6600 "thiserror 2.0.12",
 6601]
 6602
 6603[[package]]
 6604name = "gix-path"
 6605version = "0.10.18"
 6606source = "registry+https://github.com/rust-lang/crates.io-index"
 6607checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6608dependencies = [
 6609 "bstr",
 6610 "gix-trace",
 6611 "gix-validate 0.10.0",
 6612 "home",
 6613 "once_cell",
 6614 "thiserror 2.0.12",
 6615]
 6616
 6617[[package]]
 6618name = "gix-pathspec"
 6619version = "0.10.0"
 6620source = "registry+https://github.com/rust-lang/crates.io-index"
 6621checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6622dependencies = [
 6623 "bitflags 2.9.0",
 6624 "bstr",
 6625 "gix-attributes",
 6626 "gix-config-value",
 6627 "gix-glob",
 6628 "gix-path",
 6629 "thiserror 2.0.12",
 6630]
 6631
 6632[[package]]
 6633name = "gix-protocol"
 6634version = "0.49.0"
 6635source = "registry+https://github.com/rust-lang/crates.io-index"
 6636checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6637dependencies = [
 6638 "bstr",
 6639 "gix-date",
 6640 "gix-features 0.41.1",
 6641 "gix-hash 0.17.0",
 6642 "gix-ref",
 6643 "gix-shallow",
 6644 "gix-transport",
 6645 "gix-utils 0.2.0",
 6646 "maybe-async",
 6647 "thiserror 2.0.12",
 6648 "winnow",
 6649]
 6650
 6651[[package]]
 6652name = "gix-quote"
 6653version = "0.5.0"
 6654source = "registry+https://github.com/rust-lang/crates.io-index"
 6655checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6656dependencies = [
 6657 "bstr",
 6658 "gix-utils 0.2.0",
 6659 "thiserror 2.0.12",
 6660]
 6661
 6662[[package]]
 6663name = "gix-ref"
 6664version = "0.51.0"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6667dependencies = [
 6668 "gix-actor",
 6669 "gix-features 0.41.1",
 6670 "gix-fs 0.14.0",
 6671 "gix-hash 0.17.0",
 6672 "gix-lock",
 6673 "gix-object",
 6674 "gix-path",
 6675 "gix-tempfile",
 6676 "gix-utils 0.2.0",
 6677 "gix-validate 0.9.4",
 6678 "memmap2",
 6679 "thiserror 2.0.12",
 6680 "winnow",
 6681]
 6682
 6683[[package]]
 6684name = "gix-refspec"
 6685version = "0.29.0"
 6686source = "registry+https://github.com/rust-lang/crates.io-index"
 6687checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6688dependencies = [
 6689 "bstr",
 6690 "gix-hash 0.17.0",
 6691 "gix-revision",
 6692 "gix-validate 0.9.4",
 6693 "smallvec",
 6694 "thiserror 2.0.12",
 6695]
 6696
 6697[[package]]
 6698name = "gix-revision"
 6699version = "0.33.0"
 6700source = "registry+https://github.com/rust-lang/crates.io-index"
 6701checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6702dependencies = [
 6703 "bstr",
 6704 "gix-commitgraph",
 6705 "gix-date",
 6706 "gix-hash 0.17.0",
 6707 "gix-object",
 6708 "gix-revwalk",
 6709 "thiserror 2.0.12",
 6710]
 6711
 6712[[package]]
 6713name = "gix-revwalk"
 6714version = "0.19.0"
 6715source = "registry+https://github.com/rust-lang/crates.io-index"
 6716checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6717dependencies = [
 6718 "gix-commitgraph",
 6719 "gix-date",
 6720 "gix-hash 0.17.0",
 6721 "gix-hashtable",
 6722 "gix-object",
 6723 "smallvec",
 6724 "thiserror 2.0.12",
 6725]
 6726
 6727[[package]]
 6728name = "gix-sec"
 6729version = "0.10.12"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6732dependencies = [
 6733 "bitflags 2.9.0",
 6734 "gix-path",
 6735 "libc",
 6736 "windows-sys 0.52.0",
 6737]
 6738
 6739[[package]]
 6740name = "gix-shallow"
 6741version = "0.3.0"
 6742source = "registry+https://github.com/rust-lang/crates.io-index"
 6743checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6744dependencies = [
 6745 "bstr",
 6746 "gix-hash 0.17.0",
 6747 "gix-lock",
 6748 "thiserror 2.0.12",
 6749]
 6750
 6751[[package]]
 6752name = "gix-submodule"
 6753version = "0.18.0"
 6754source = "registry+https://github.com/rust-lang/crates.io-index"
 6755checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6756dependencies = [
 6757 "bstr",
 6758 "gix-config",
 6759 "gix-path",
 6760 "gix-pathspec",
 6761 "gix-refspec",
 6762 "gix-url",
 6763 "thiserror 2.0.12",
 6764]
 6765
 6766[[package]]
 6767name = "gix-tempfile"
 6768version = "17.1.0"
 6769source = "registry+https://github.com/rust-lang/crates.io-index"
 6770checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6771dependencies = [
 6772 "dashmap 6.1.0",
 6773 "gix-fs 0.15.0",
 6774 "libc",
 6775 "once_cell",
 6776 "parking_lot",
 6777 "tempfile",
 6778]
 6779
 6780[[package]]
 6781name = "gix-trace"
 6782version = "0.1.12"
 6783source = "registry+https://github.com/rust-lang/crates.io-index"
 6784checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6785
 6786[[package]]
 6787name = "gix-transport"
 6788version = "0.46.0"
 6789source = "registry+https://github.com/rust-lang/crates.io-index"
 6790checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6791dependencies = [
 6792 "bstr",
 6793 "gix-command",
 6794 "gix-features 0.41.1",
 6795 "gix-packetline",
 6796 "gix-quote",
 6797 "gix-sec",
 6798 "gix-url",
 6799 "thiserror 2.0.12",
 6800]
 6801
 6802[[package]]
 6803name = "gix-traverse"
 6804version = "0.45.0"
 6805source = "registry+https://github.com/rust-lang/crates.io-index"
 6806checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6807dependencies = [
 6808 "bitflags 2.9.0",
 6809 "gix-commitgraph",
 6810 "gix-date",
 6811 "gix-hash 0.17.0",
 6812 "gix-hashtable",
 6813 "gix-object",
 6814 "gix-revwalk",
 6815 "smallvec",
 6816 "thiserror 2.0.12",
 6817]
 6818
 6819[[package]]
 6820name = "gix-url"
 6821version = "0.30.0"
 6822source = "registry+https://github.com/rust-lang/crates.io-index"
 6823checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6824dependencies = [
 6825 "bstr",
 6826 "gix-features 0.41.1",
 6827 "gix-path",
 6828 "percent-encoding",
 6829 "thiserror 2.0.12",
 6830 "url",
 6831]
 6832
 6833[[package]]
 6834name = "gix-utils"
 6835version = "0.2.0"
 6836source = "registry+https://github.com/rust-lang/crates.io-index"
 6837checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6838dependencies = [
 6839 "fastrand 2.3.0",
 6840 "unicode-normalization",
 6841]
 6842
 6843[[package]]
 6844name = "gix-utils"
 6845version = "0.3.0"
 6846source = "registry+https://github.com/rust-lang/crates.io-index"
 6847checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6848dependencies = [
 6849 "fastrand 2.3.0",
 6850 "unicode-normalization",
 6851]
 6852
 6853[[package]]
 6854name = "gix-validate"
 6855version = "0.9.4"
 6856source = "registry+https://github.com/rust-lang/crates.io-index"
 6857checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6858dependencies = [
 6859 "bstr",
 6860 "thiserror 2.0.12",
 6861]
 6862
 6863[[package]]
 6864name = "gix-validate"
 6865version = "0.10.0"
 6866source = "registry+https://github.com/rust-lang/crates.io-index"
 6867checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6868dependencies = [
 6869 "bstr",
 6870 "thiserror 2.0.12",
 6871]
 6872
 6873[[package]]
 6874name = "gix-worktree"
 6875version = "0.40.0"
 6876source = "registry+https://github.com/rust-lang/crates.io-index"
 6877checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6878dependencies = [
 6879 "bstr",
 6880 "gix-attributes",
 6881 "gix-features 0.41.1",
 6882 "gix-fs 0.14.0",
 6883 "gix-glob",
 6884 "gix-hash 0.17.0",
 6885 "gix-ignore",
 6886 "gix-index",
 6887 "gix-object",
 6888 "gix-path",
 6889 "gix-validate 0.9.4",
 6890]
 6891
 6892[[package]]
 6893name = "glob"
 6894version = "0.3.2"
 6895source = "registry+https://github.com/rust-lang/crates.io-index"
 6896checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6897
 6898[[package]]
 6899name = "globset"
 6900version = "0.4.16"
 6901source = "registry+https://github.com/rust-lang/crates.io-index"
 6902checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6903dependencies = [
 6904 "aho-corasick",
 6905 "bstr",
 6906 "log",
 6907 "regex-automata 0.4.9",
 6908 "regex-syntax 0.8.5",
 6909]
 6910
 6911[[package]]
 6912name = "gloo-timers"
 6913version = "0.3.0"
 6914source = "registry+https://github.com/rust-lang/crates.io-index"
 6915checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6916dependencies = [
 6917 "futures-channel",
 6918 "futures-core",
 6919 "js-sys",
 6920 "wasm-bindgen",
 6921]
 6922
 6923[[package]]
 6924name = "glow"
 6925version = "0.14.2"
 6926source = "registry+https://github.com/rust-lang/crates.io-index"
 6927checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6928dependencies = [
 6929 "js-sys",
 6930 "slotmap",
 6931 "wasm-bindgen",
 6932 "web-sys",
 6933]
 6934
 6935[[package]]
 6936name = "go_to_line"
 6937version = "0.1.0"
 6938dependencies = [
 6939 "anyhow",
 6940 "editor",
 6941 "gpui",
 6942 "indoc",
 6943 "language",
 6944 "menu",
 6945 "project",
 6946 "rope",
 6947 "schemars",
 6948 "serde",
 6949 "serde_json",
 6950 "settings",
 6951 "text",
 6952 "theme",
 6953 "tree-sitter-rust",
 6954 "tree-sitter-typescript",
 6955 "ui",
 6956 "util",
 6957 "workspace",
 6958 "workspace-hack",
 6959]
 6960
 6961[[package]]
 6962name = "google_ai"
 6963version = "0.1.0"
 6964dependencies = [
 6965 "anyhow",
 6966 "futures 0.3.31",
 6967 "http_client",
 6968 "schemars",
 6969 "serde",
 6970 "serde_json",
 6971 "strum 0.27.1",
 6972 "workspace-hack",
 6973]
 6974
 6975[[package]]
 6976name = "gpu-alloc"
 6977version = "0.6.0"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6980dependencies = [
 6981 "bitflags 2.9.0",
 6982 "gpu-alloc-types",
 6983]
 6984
 6985[[package]]
 6986name = "gpu-alloc-ash"
 6987version = "0.7.0"
 6988source = "registry+https://github.com/rust-lang/crates.io-index"
 6989checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 6990dependencies = [
 6991 "ash",
 6992 "gpu-alloc-types",
 6993 "tinyvec",
 6994]
 6995
 6996[[package]]
 6997name = "gpu-alloc-types"
 6998version = "0.3.0"
 6999source = "registry+https://github.com/rust-lang/crates.io-index"
 7000checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7001dependencies = [
 7002 "bitflags 2.9.0",
 7003]
 7004
 7005[[package]]
 7006name = "gpui"
 7007version = "0.1.0"
 7008dependencies = [
 7009 "anyhow",
 7010 "as-raw-xcb-connection",
 7011 "ashpd",
 7012 "async-task",
 7013 "backtrace",
 7014 "bindgen 0.71.1",
 7015 "blade-graphics",
 7016 "blade-macros",
 7017 "blade-util",
 7018 "block",
 7019 "bytemuck",
 7020 "calloop",
 7021 "calloop-wayland-source",
 7022 "cbindgen",
 7023 "cocoa 0.26.0",
 7024 "collections",
 7025 "core-foundation 0.10.0",
 7026 "core-foundation-sys",
 7027 "core-graphics 0.24.0",
 7028 "core-text",
 7029 "core-video",
 7030 "cosmic-text",
 7031 "ctor",
 7032 "derive_more",
 7033 "embed-resource",
 7034 "env_logger 0.11.8",
 7035 "etagere",
 7036 "filedescriptor",
 7037 "flume",
 7038 "font-kit",
 7039 "foreign-types 0.5.0",
 7040 "futures 0.3.31",
 7041 "gpui_macros",
 7042 "http_client",
 7043 "image",
 7044 "inventory",
 7045 "itertools 0.14.0",
 7046 "log",
 7047 "lyon",
 7048 "media",
 7049 "metal",
 7050 "naga",
 7051 "num_cpus",
 7052 "objc",
 7053 "objc2",
 7054 "objc2-metal",
 7055 "oo7",
 7056 "open",
 7057 "parking",
 7058 "parking_lot",
 7059 "pathfinder_geometry",
 7060 "postage",
 7061 "profiling",
 7062 "rand 0.8.5",
 7063 "raw-window-handle",
 7064 "refineable",
 7065 "reqwest_client",
 7066 "resvg",
 7067 "scap",
 7068 "schemars",
 7069 "seahash",
 7070 "semantic_version",
 7071 "serde",
 7072 "serde_derive",
 7073 "serde_json",
 7074 "slotmap",
 7075 "smallvec",
 7076 "smol",
 7077 "strum 0.27.1",
 7078 "sum_tree",
 7079 "taffy",
 7080 "thiserror 2.0.12",
 7081 "unicode-segmentation",
 7082 "usvg",
 7083 "util",
 7084 "uuid",
 7085 "waker-fn",
 7086 "wayland-backend",
 7087 "wayland-client",
 7088 "wayland-cursor",
 7089 "wayland-protocols",
 7090 "wayland-protocols-plasma",
 7091 "windows 0.61.1",
 7092 "windows-core 0.61.0",
 7093 "windows-numerics",
 7094 "windows-registry 0.5.1",
 7095 "workspace-hack",
 7096 "x11-clipboard",
 7097 "x11rb",
 7098 "xim",
 7099 "xkbcommon",
 7100]
 7101
 7102[[package]]
 7103name = "gpui_macros"
 7104version = "0.1.0"
 7105dependencies = [
 7106 "gpui",
 7107 "proc-macro2",
 7108 "quote",
 7109 "syn 1.0.109",
 7110 "workspace-hack",
 7111]
 7112
 7113[[package]]
 7114name = "gpui_tokio"
 7115version = "0.1.0"
 7116dependencies = [
 7117 "gpui",
 7118 "tokio",
 7119 "util",
 7120 "workspace-hack",
 7121]
 7122
 7123[[package]]
 7124name = "grid"
 7125version = "0.13.0"
 7126source = "registry+https://github.com/rust-lang/crates.io-index"
 7127checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7128
 7129[[package]]
 7130name = "group"
 7131version = "0.12.1"
 7132source = "registry+https://github.com/rust-lang/crates.io-index"
 7133checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7134dependencies = [
 7135 "ff",
 7136 "rand_core 0.6.4",
 7137 "subtle",
 7138]
 7139
 7140[[package]]
 7141name = "h2"
 7142version = "0.3.26"
 7143source = "registry+https://github.com/rust-lang/crates.io-index"
 7144checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7145dependencies = [
 7146 "bytes 1.10.1",
 7147 "fnv",
 7148 "futures-core",
 7149 "futures-sink",
 7150 "futures-util",
 7151 "http 0.2.12",
 7152 "indexmap",
 7153 "slab",
 7154 "tokio",
 7155 "tokio-util",
 7156 "tracing",
 7157]
 7158
 7159[[package]]
 7160name = "h2"
 7161version = "0.4.9"
 7162source = "registry+https://github.com/rust-lang/crates.io-index"
 7163checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7164dependencies = [
 7165 "atomic-waker",
 7166 "bytes 1.10.1",
 7167 "fnv",
 7168 "futures-core",
 7169 "futures-sink",
 7170 "http 1.3.1",
 7171 "indexmap",
 7172 "slab",
 7173 "tokio",
 7174 "tokio-util",
 7175 "tracing",
 7176]
 7177
 7178[[package]]
 7179name = "half"
 7180version = "2.6.0"
 7181source = "registry+https://github.com/rust-lang/crates.io-index"
 7182checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7183dependencies = [
 7184 "cfg-if",
 7185 "crunchy",
 7186 "num-traits",
 7187]
 7188
 7189[[package]]
 7190name = "handlebars"
 7191version = "4.5.0"
 7192source = "registry+https://github.com/rust-lang/crates.io-index"
 7193checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7194dependencies = [
 7195 "log",
 7196 "pest",
 7197 "pest_derive",
 7198 "rust-embed",
 7199 "serde",
 7200 "serde_json",
 7201 "thiserror 1.0.69",
 7202]
 7203
 7204[[package]]
 7205name = "handlebars"
 7206version = "6.3.2"
 7207source = "registry+https://github.com/rust-lang/crates.io-index"
 7208checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7209dependencies = [
 7210 "derive_builder",
 7211 "log",
 7212 "num-order",
 7213 "pest",
 7214 "pest_derive",
 7215 "serde",
 7216 "serde_json",
 7217 "thiserror 2.0.12",
 7218]
 7219
 7220[[package]]
 7221name = "hash32"
 7222version = "0.3.1"
 7223source = "registry+https://github.com/rust-lang/crates.io-index"
 7224checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7225dependencies = [
 7226 "byteorder",
 7227]
 7228
 7229[[package]]
 7230name = "hashbrown"
 7231version = "0.12.3"
 7232source = "registry+https://github.com/rust-lang/crates.io-index"
 7233checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7234dependencies = [
 7235 "ahash 0.7.8",
 7236]
 7237
 7238[[package]]
 7239name = "hashbrown"
 7240version = "0.14.5"
 7241source = "registry+https://github.com/rust-lang/crates.io-index"
 7242checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7243dependencies = [
 7244 "ahash 0.8.11",
 7245 "allocator-api2",
 7246]
 7247
 7248[[package]]
 7249name = "hashbrown"
 7250version = "0.15.3"
 7251source = "registry+https://github.com/rust-lang/crates.io-index"
 7252checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7253dependencies = [
 7254 "allocator-api2",
 7255 "equivalent",
 7256 "foldhash",
 7257 "serde",
 7258]
 7259
 7260[[package]]
 7261name = "hashlink"
 7262version = "0.8.4"
 7263source = "registry+https://github.com/rust-lang/crates.io-index"
 7264checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7265dependencies = [
 7266 "hashbrown 0.14.5",
 7267]
 7268
 7269[[package]]
 7270name = "hashlink"
 7271version = "0.10.0"
 7272source = "registry+https://github.com/rust-lang/crates.io-index"
 7273checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7274dependencies = [
 7275 "hashbrown 0.15.3",
 7276]
 7277
 7278[[package]]
 7279name = "headers"
 7280version = "0.3.9"
 7281source = "registry+https://github.com/rust-lang/crates.io-index"
 7282checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7283dependencies = [
 7284 "base64 0.21.7",
 7285 "bytes 1.10.1",
 7286 "headers-core",
 7287 "http 0.2.12",
 7288 "httpdate",
 7289 "mime",
 7290 "sha1",
 7291]
 7292
 7293[[package]]
 7294name = "headers-core"
 7295version = "0.2.0"
 7296source = "registry+https://github.com/rust-lang/crates.io-index"
 7297checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7298dependencies = [
 7299 "http 0.2.12",
 7300]
 7301
 7302[[package]]
 7303name = "heapless"
 7304version = "0.8.0"
 7305source = "registry+https://github.com/rust-lang/crates.io-index"
 7306checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7307dependencies = [
 7308 "hash32",
 7309 "stable_deref_trait",
 7310]
 7311
 7312[[package]]
 7313name = "heck"
 7314version = "0.3.3"
 7315source = "registry+https://github.com/rust-lang/crates.io-index"
 7316checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7317dependencies = [
 7318 "unicode-segmentation",
 7319]
 7320
 7321[[package]]
 7322name = "heck"
 7323version = "0.4.1"
 7324source = "registry+https://github.com/rust-lang/crates.io-index"
 7325checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7326dependencies = [
 7327 "unicode-segmentation",
 7328]
 7329
 7330[[package]]
 7331name = "heck"
 7332version = "0.5.0"
 7333source = "registry+https://github.com/rust-lang/crates.io-index"
 7334checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7335
 7336[[package]]
 7337name = "heed"
 7338version = "0.21.0"
 7339source = "registry+https://github.com/rust-lang/crates.io-index"
 7340checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7341dependencies = [
 7342 "bitflags 2.9.0",
 7343 "byteorder",
 7344 "heed-traits",
 7345 "heed-types",
 7346 "libc",
 7347 "lmdb-master-sys",
 7348 "once_cell",
 7349 "page_size",
 7350 "serde",
 7351 "synchronoise",
 7352 "url",
 7353]
 7354
 7355[[package]]
 7356name = "heed-traits"
 7357version = "0.20.0"
 7358source = "registry+https://github.com/rust-lang/crates.io-index"
 7359checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7360
 7361[[package]]
 7362name = "heed-types"
 7363version = "0.21.0"
 7364source = "registry+https://github.com/rust-lang/crates.io-index"
 7365checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7366dependencies = [
 7367 "bincode",
 7368 "byteorder",
 7369 "heed-traits",
 7370 "serde",
 7371 "serde_json",
 7372]
 7373
 7374[[package]]
 7375name = "hermit-abi"
 7376version = "0.3.9"
 7377source = "registry+https://github.com/rust-lang/crates.io-index"
 7378checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7379
 7380[[package]]
 7381name = "hermit-abi"
 7382version = "0.4.0"
 7383source = "registry+https://github.com/rust-lang/crates.io-index"
 7384checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7385
 7386[[package]]
 7387name = "hermit-abi"
 7388version = "0.5.0"
 7389source = "registry+https://github.com/rust-lang/crates.io-index"
 7390checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7391
 7392[[package]]
 7393name = "hex"
 7394version = "0.4.3"
 7395source = "registry+https://github.com/rust-lang/crates.io-index"
 7396checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7397
 7398[[package]]
 7399name = "hexf-parse"
 7400version = "0.2.1"
 7401source = "registry+https://github.com/rust-lang/crates.io-index"
 7402checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7403
 7404[[package]]
 7405name = "hidden-trait"
 7406version = "0.1.2"
 7407source = "registry+https://github.com/rust-lang/crates.io-index"
 7408checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7409dependencies = [
 7410 "proc-macro2",
 7411 "quote",
 7412 "syn 1.0.109",
 7413]
 7414
 7415[[package]]
 7416name = "hkdf"
 7417version = "0.12.4"
 7418source = "registry+https://github.com/rust-lang/crates.io-index"
 7419checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7420dependencies = [
 7421 "hmac",
 7422]
 7423
 7424[[package]]
 7425name = "hmac"
 7426version = "0.12.1"
 7427source = "registry+https://github.com/rust-lang/crates.io-index"
 7428checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7429dependencies = [
 7430 "digest",
 7431]
 7432
 7433[[package]]
 7434name = "home"
 7435version = "0.5.11"
 7436source = "registry+https://github.com/rust-lang/crates.io-index"
 7437checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7438dependencies = [
 7439 "windows-sys 0.59.0",
 7440]
 7441
 7442[[package]]
 7443name = "hound"
 7444version = "3.5.1"
 7445source = "registry+https://github.com/rust-lang/crates.io-index"
 7446checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7447
 7448[[package]]
 7449name = "html5ever"
 7450version = "0.27.0"
 7451source = "registry+https://github.com/rust-lang/crates.io-index"
 7452checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7453dependencies = [
 7454 "log",
 7455 "mac",
 7456 "markup5ever 0.12.1",
 7457 "proc-macro2",
 7458 "quote",
 7459 "syn 2.0.101",
 7460]
 7461
 7462[[package]]
 7463name = "html5ever"
 7464version = "0.31.0"
 7465source = "registry+https://github.com/rust-lang/crates.io-index"
 7466checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7467dependencies = [
 7468 "log",
 7469 "mac",
 7470 "markup5ever 0.16.1",
 7471 "match_token",
 7472]
 7473
 7474[[package]]
 7475name = "html_to_markdown"
 7476version = "0.1.0"
 7477dependencies = [
 7478 "anyhow",
 7479 "html5ever 0.27.0",
 7480 "indoc",
 7481 "markup5ever_rcdom",
 7482 "pretty_assertions",
 7483 "regex",
 7484 "workspace-hack",
 7485]
 7486
 7487[[package]]
 7488name = "http"
 7489version = "0.2.12"
 7490source = "registry+https://github.com/rust-lang/crates.io-index"
 7491checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7492dependencies = [
 7493 "bytes 1.10.1",
 7494 "fnv",
 7495 "itoa",
 7496]
 7497
 7498[[package]]
 7499name = "http"
 7500version = "1.3.1"
 7501source = "registry+https://github.com/rust-lang/crates.io-index"
 7502checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7503dependencies = [
 7504 "bytes 1.10.1",
 7505 "fnv",
 7506 "itoa",
 7507]
 7508
 7509[[package]]
 7510name = "http-body"
 7511version = "0.4.6"
 7512source = "registry+https://github.com/rust-lang/crates.io-index"
 7513checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7514dependencies = [
 7515 "bytes 1.10.1",
 7516 "http 0.2.12",
 7517 "pin-project-lite",
 7518]
 7519
 7520[[package]]
 7521name = "http-body"
 7522version = "1.0.1"
 7523source = "registry+https://github.com/rust-lang/crates.io-index"
 7524checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7525dependencies = [
 7526 "bytes 1.10.1",
 7527 "http 1.3.1",
 7528]
 7529
 7530[[package]]
 7531name = "http-body-util"
 7532version = "0.1.3"
 7533source = "registry+https://github.com/rust-lang/crates.io-index"
 7534checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7535dependencies = [
 7536 "bytes 1.10.1",
 7537 "futures-core",
 7538 "http 1.3.1",
 7539 "http-body 1.0.1",
 7540 "pin-project-lite",
 7541]
 7542
 7543[[package]]
 7544name = "http-range-header"
 7545version = "0.3.1"
 7546source = "registry+https://github.com/rust-lang/crates.io-index"
 7547checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7548
 7549[[package]]
 7550name = "http-types"
 7551version = "2.12.0"
 7552source = "registry+https://github.com/rust-lang/crates.io-index"
 7553checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7554dependencies = [
 7555 "anyhow",
 7556 "async-channel 1.9.0",
 7557 "base64 0.13.1",
 7558 "futures-lite 1.13.0",
 7559 "http 0.2.12",
 7560 "infer",
 7561 "pin-project-lite",
 7562 "rand 0.7.3",
 7563 "serde",
 7564 "serde_json",
 7565 "serde_qs 0.8.5",
 7566 "serde_urlencoded",
 7567 "url",
 7568]
 7569
 7570[[package]]
 7571name = "http_client"
 7572version = "0.1.0"
 7573dependencies = [
 7574 "anyhow",
 7575 "bytes 1.10.1",
 7576 "derive_more",
 7577 "futures 0.3.31",
 7578 "http 1.3.1",
 7579 "log",
 7580 "serde",
 7581 "serde_json",
 7582 "url",
 7583 "workspace-hack",
 7584]
 7585
 7586[[package]]
 7587name = "http_client_tls"
 7588version = "0.1.0"
 7589dependencies = [
 7590 "rustls 0.23.26",
 7591 "rustls-platform-verifier",
 7592 "workspace-hack",
 7593]
 7594
 7595[[package]]
 7596name = "httparse"
 7597version = "1.10.1"
 7598source = "registry+https://github.com/rust-lang/crates.io-index"
 7599checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7600
 7601[[package]]
 7602name = "httpdate"
 7603version = "1.0.3"
 7604source = "registry+https://github.com/rust-lang/crates.io-index"
 7605checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7606
 7607[[package]]
 7608name = "human_bytes"
 7609version = "0.4.3"
 7610source = "registry+https://github.com/rust-lang/crates.io-index"
 7611checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7612
 7613[[package]]
 7614name = "humantime"
 7615version = "2.2.0"
 7616source = "registry+https://github.com/rust-lang/crates.io-index"
 7617checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7618
 7619[[package]]
 7620name = "hyper"
 7621version = "0.14.32"
 7622source = "registry+https://github.com/rust-lang/crates.io-index"
 7623checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7624dependencies = [
 7625 "bytes 1.10.1",
 7626 "futures-channel",
 7627 "futures-core",
 7628 "futures-util",
 7629 "h2 0.3.26",
 7630 "http 0.2.12",
 7631 "http-body 0.4.6",
 7632 "httparse",
 7633 "httpdate",
 7634 "itoa",
 7635 "pin-project-lite",
 7636 "socket2",
 7637 "tokio",
 7638 "tower-service",
 7639 "tracing",
 7640 "want",
 7641]
 7642
 7643[[package]]
 7644name = "hyper"
 7645version = "1.6.0"
 7646source = "registry+https://github.com/rust-lang/crates.io-index"
 7647checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7648dependencies = [
 7649 "bytes 1.10.1",
 7650 "futures-channel",
 7651 "futures-util",
 7652 "h2 0.4.9",
 7653 "http 1.3.1",
 7654 "http-body 1.0.1",
 7655 "httparse",
 7656 "itoa",
 7657 "pin-project-lite",
 7658 "smallvec",
 7659 "tokio",
 7660 "want",
 7661]
 7662
 7663[[package]]
 7664name = "hyper-rustls"
 7665version = "0.24.2"
 7666source = "registry+https://github.com/rust-lang/crates.io-index"
 7667checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7668dependencies = [
 7669 "futures-util",
 7670 "http 0.2.12",
 7671 "hyper 0.14.32",
 7672 "log",
 7673 "rustls 0.21.12",
 7674 "rustls-native-certs 0.6.3",
 7675 "tokio",
 7676 "tokio-rustls 0.24.1",
 7677]
 7678
 7679[[package]]
 7680name = "hyper-rustls"
 7681version = "0.27.5"
 7682source = "registry+https://github.com/rust-lang/crates.io-index"
 7683checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7684dependencies = [
 7685 "futures-util",
 7686 "http 1.3.1",
 7687 "hyper 1.6.0",
 7688 "hyper-util",
 7689 "rustls 0.23.26",
 7690 "rustls-native-certs 0.8.1",
 7691 "rustls-pki-types",
 7692 "tokio",
 7693 "tokio-rustls 0.26.2",
 7694 "tower-service",
 7695]
 7696
 7697[[package]]
 7698name = "hyper-tls"
 7699version = "0.5.0"
 7700source = "registry+https://github.com/rust-lang/crates.io-index"
 7701checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7702dependencies = [
 7703 "bytes 1.10.1",
 7704 "hyper 0.14.32",
 7705 "native-tls",
 7706 "tokio",
 7707 "tokio-native-tls",
 7708]
 7709
 7710[[package]]
 7711name = "hyper-util"
 7712version = "0.1.11"
 7713source = "registry+https://github.com/rust-lang/crates.io-index"
 7714checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7715dependencies = [
 7716 "bytes 1.10.1",
 7717 "futures-channel",
 7718 "futures-util",
 7719 "http 1.3.1",
 7720 "http-body 1.0.1",
 7721 "hyper 1.6.0",
 7722 "libc",
 7723 "pin-project-lite",
 7724 "socket2",
 7725 "tokio",
 7726 "tower-service",
 7727 "tracing",
 7728]
 7729
 7730[[package]]
 7731name = "iana-time-zone"
 7732version = "0.1.63"
 7733source = "registry+https://github.com/rust-lang/crates.io-index"
 7734checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7735dependencies = [
 7736 "android_system_properties",
 7737 "core-foundation-sys",
 7738 "iana-time-zone-haiku",
 7739 "js-sys",
 7740 "log",
 7741 "wasm-bindgen",
 7742 "windows-core 0.61.0",
 7743]
 7744
 7745[[package]]
 7746name = "iana-time-zone-haiku"
 7747version = "0.1.2"
 7748source = "registry+https://github.com/rust-lang/crates.io-index"
 7749checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7750dependencies = [
 7751 "cc",
 7752]
 7753
 7754[[package]]
 7755name = "icons"
 7756version = "0.1.0"
 7757dependencies = [
 7758 "serde",
 7759 "strum 0.27.1",
 7760 "workspace-hack",
 7761]
 7762
 7763[[package]]
 7764name = "icu_collections"
 7765version = "1.5.0"
 7766source = "registry+https://github.com/rust-lang/crates.io-index"
 7767checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7768dependencies = [
 7769 "displaydoc",
 7770 "yoke",
 7771 "zerofrom",
 7772 "zerovec",
 7773]
 7774
 7775[[package]]
 7776name = "icu_locid"
 7777version = "1.5.0"
 7778source = "registry+https://github.com/rust-lang/crates.io-index"
 7779checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7780dependencies = [
 7781 "displaydoc",
 7782 "litemap",
 7783 "tinystr",
 7784 "writeable",
 7785 "zerovec",
 7786]
 7787
 7788[[package]]
 7789name = "icu_locid_transform"
 7790version = "1.5.0"
 7791source = "registry+https://github.com/rust-lang/crates.io-index"
 7792checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7793dependencies = [
 7794 "displaydoc",
 7795 "icu_locid",
 7796 "icu_locid_transform_data",
 7797 "icu_provider",
 7798 "tinystr",
 7799 "zerovec",
 7800]
 7801
 7802[[package]]
 7803name = "icu_locid_transform_data"
 7804version = "1.5.1"
 7805source = "registry+https://github.com/rust-lang/crates.io-index"
 7806checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7807
 7808[[package]]
 7809name = "icu_normalizer"
 7810version = "1.5.0"
 7811source = "registry+https://github.com/rust-lang/crates.io-index"
 7812checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7813dependencies = [
 7814 "displaydoc",
 7815 "icu_collections",
 7816 "icu_normalizer_data",
 7817 "icu_properties",
 7818 "icu_provider",
 7819 "smallvec",
 7820 "utf16_iter",
 7821 "utf8_iter",
 7822 "write16",
 7823 "zerovec",
 7824]
 7825
 7826[[package]]
 7827name = "icu_normalizer_data"
 7828version = "1.5.1"
 7829source = "registry+https://github.com/rust-lang/crates.io-index"
 7830checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7831
 7832[[package]]
 7833name = "icu_properties"
 7834version = "1.5.1"
 7835source = "registry+https://github.com/rust-lang/crates.io-index"
 7836checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7837dependencies = [
 7838 "displaydoc",
 7839 "icu_collections",
 7840 "icu_locid_transform",
 7841 "icu_properties_data",
 7842 "icu_provider",
 7843 "tinystr",
 7844 "zerovec",
 7845]
 7846
 7847[[package]]
 7848name = "icu_properties_data"
 7849version = "1.5.1"
 7850source = "registry+https://github.com/rust-lang/crates.io-index"
 7851checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7852
 7853[[package]]
 7854name = "icu_provider"
 7855version = "1.5.0"
 7856source = "registry+https://github.com/rust-lang/crates.io-index"
 7857checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7858dependencies = [
 7859 "displaydoc",
 7860 "icu_locid",
 7861 "icu_provider_macros",
 7862 "stable_deref_trait",
 7863 "tinystr",
 7864 "writeable",
 7865 "yoke",
 7866 "zerofrom",
 7867 "zerovec",
 7868]
 7869
 7870[[package]]
 7871name = "icu_provider_macros"
 7872version = "1.5.0"
 7873source = "registry+https://github.com/rust-lang/crates.io-index"
 7874checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7875dependencies = [
 7876 "proc-macro2",
 7877 "quote",
 7878 "syn 2.0.101",
 7879]
 7880
 7881[[package]]
 7882name = "id-arena"
 7883version = "2.2.1"
 7884source = "registry+https://github.com/rust-lang/crates.io-index"
 7885checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7886
 7887[[package]]
 7888name = "ident_case"
 7889version = "1.0.1"
 7890source = "registry+https://github.com/rust-lang/crates.io-index"
 7891checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7892
 7893[[package]]
 7894name = "idna"
 7895version = "1.0.3"
 7896source = "registry+https://github.com/rust-lang/crates.io-index"
 7897checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7898dependencies = [
 7899 "idna_adapter",
 7900 "smallvec",
 7901 "utf8_iter",
 7902]
 7903
 7904[[package]]
 7905name = "idna_adapter"
 7906version = "1.2.0"
 7907source = "registry+https://github.com/rust-lang/crates.io-index"
 7908checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7909dependencies = [
 7910 "icu_normalizer",
 7911 "icu_properties",
 7912]
 7913
 7914[[package]]
 7915name = "ignore"
 7916version = "0.4.23"
 7917source = "registry+https://github.com/rust-lang/crates.io-index"
 7918checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7919dependencies = [
 7920 "crossbeam-deque",
 7921 "globset",
 7922 "log",
 7923 "memchr",
 7924 "regex-automata 0.4.9",
 7925 "same-file",
 7926 "walkdir",
 7927 "winapi-util",
 7928]
 7929
 7930[[package]]
 7931name = "image"
 7932version = "0.25.6"
 7933source = "registry+https://github.com/rust-lang/crates.io-index"
 7934checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7935dependencies = [
 7936 "bytemuck",
 7937 "byteorder-lite",
 7938 "color_quant",
 7939 "exr",
 7940 "gif",
 7941 "image-webp",
 7942 "num-traits",
 7943 "png",
 7944 "qoi",
 7945 "ravif",
 7946 "rayon",
 7947 "rgb",
 7948 "tiff",
 7949 "zune-core",
 7950 "zune-jpeg",
 7951]
 7952
 7953[[package]]
 7954name = "image-webp"
 7955version = "0.2.1"
 7956source = "registry+https://github.com/rust-lang/crates.io-index"
 7957checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7958dependencies = [
 7959 "byteorder-lite",
 7960 "quick-error",
 7961]
 7962
 7963[[package]]
 7964name = "image_viewer"
 7965version = "0.1.0"
 7966dependencies = [
 7967 "anyhow",
 7968 "db",
 7969 "editor",
 7970 "file_icons",
 7971 "gpui",
 7972 "language",
 7973 "log",
 7974 "project",
 7975 "schemars",
 7976 "serde",
 7977 "settings",
 7978 "theme",
 7979 "ui",
 7980 "util",
 7981 "workspace",
 7982 "workspace-hack",
 7983]
 7984
 7985[[package]]
 7986name = "imagesize"
 7987version = "0.13.0"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7990
 7991[[package]]
 7992name = "imara-diff"
 7993version = "0.1.8"
 7994source = "registry+https://github.com/rust-lang/crates.io-index"
 7995checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7996dependencies = [
 7997 "hashbrown 0.15.3",
 7998]
 7999
 8000[[package]]
 8001name = "imgref"
 8002version = "1.11.0"
 8003source = "registry+https://github.com/rust-lang/crates.io-index"
 8004checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 8005
 8006[[package]]
 8007name = "indexed_docs"
 8008version = "0.1.0"
 8009dependencies = [
 8010 "anyhow",
 8011 "async-trait",
 8012 "cargo_metadata",
 8013 "collections",
 8014 "derive_more",
 8015 "extension",
 8016 "fs",
 8017 "futures 0.3.31",
 8018 "fuzzy",
 8019 "gpui",
 8020 "heed",
 8021 "html_to_markdown",
 8022 "http_client",
 8023 "indexmap",
 8024 "indoc",
 8025 "parking_lot",
 8026 "paths",
 8027 "pretty_assertions",
 8028 "serde",
 8029 "strum 0.27.1",
 8030 "util",
 8031 "workspace-hack",
 8032]
 8033
 8034[[package]]
 8035name = "indexmap"
 8036version = "2.9.0"
 8037source = "registry+https://github.com/rust-lang/crates.io-index"
 8038checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8039dependencies = [
 8040 "equivalent",
 8041 "hashbrown 0.15.3",
 8042 "serde",
 8043]
 8044
 8045[[package]]
 8046name = "indoc"
 8047version = "2.0.6"
 8048source = "registry+https://github.com/rust-lang/crates.io-index"
 8049checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8050
 8051[[package]]
 8052name = "infer"
 8053version = "0.2.3"
 8054source = "registry+https://github.com/rust-lang/crates.io-index"
 8055checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8056
 8057[[package]]
 8058name = "inherent"
 8059version = "1.0.12"
 8060source = "registry+https://github.com/rust-lang/crates.io-index"
 8061checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8062dependencies = [
 8063 "proc-macro2",
 8064 "quote",
 8065 "syn 2.0.101",
 8066]
 8067
 8068[[package]]
 8069name = "inline_completion"
 8070version = "0.1.0"
 8071dependencies = [
 8072 "anyhow",
 8073 "gpui",
 8074 "language",
 8075 "project",
 8076 "workspace-hack",
 8077 "zed_llm_client",
 8078]
 8079
 8080[[package]]
 8081name = "inline_completion_button"
 8082version = "0.1.0"
 8083dependencies = [
 8084 "anyhow",
 8085 "client",
 8086 "copilot",
 8087 "editor",
 8088 "feature_flags",
 8089 "fs",
 8090 "futures 0.3.31",
 8091 "gpui",
 8092 "indoc",
 8093 "inline_completion",
 8094 "language",
 8095 "lsp",
 8096 "paths",
 8097 "project",
 8098 "regex",
 8099 "serde_json",
 8100 "settings",
 8101 "supermaven",
 8102 "telemetry",
 8103 "theme",
 8104 "ui",
 8105 "workspace",
 8106 "workspace-hack",
 8107 "zed_actions",
 8108 "zed_llm_client",
 8109 "zeta",
 8110]
 8111
 8112[[package]]
 8113name = "inotify"
 8114version = "0.11.0"
 8115source = "registry+https://github.com/rust-lang/crates.io-index"
 8116checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8117dependencies = [
 8118 "bitflags 2.9.0",
 8119 "inotify-sys",
 8120 "libc",
 8121]
 8122
 8123[[package]]
 8124name = "inotify-sys"
 8125version = "0.1.5"
 8126source = "registry+https://github.com/rust-lang/crates.io-index"
 8127checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8128dependencies = [
 8129 "libc",
 8130]
 8131
 8132[[package]]
 8133name = "inout"
 8134version = "0.1.4"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8137dependencies = [
 8138 "block-padding",
 8139 "generic-array",
 8140]
 8141
 8142[[package]]
 8143name = "install_cli"
 8144version = "0.1.0"
 8145dependencies = [
 8146 "anyhow",
 8147 "client",
 8148 "gpui",
 8149 "release_channel",
 8150 "smol",
 8151 "util",
 8152 "workspace",
 8153 "workspace-hack",
 8154]
 8155
 8156[[package]]
 8157name = "instant"
 8158version = "0.1.13"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8161dependencies = [
 8162 "cfg-if",
 8163]
 8164
 8165[[package]]
 8166name = "interim"
 8167version = "0.2.1"
 8168source = "registry+https://github.com/rust-lang/crates.io-index"
 8169checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8170dependencies = [
 8171 "chrono",
 8172 "logos",
 8173]
 8174
 8175[[package]]
 8176name = "interpolate_name"
 8177version = "0.2.4"
 8178source = "registry+https://github.com/rust-lang/crates.io-index"
 8179checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8180dependencies = [
 8181 "proc-macro2",
 8182 "quote",
 8183 "syn 2.0.101",
 8184]
 8185
 8186[[package]]
 8187name = "inventory"
 8188version = "0.3.20"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8191dependencies = [
 8192 "rustversion",
 8193]
 8194
 8195[[package]]
 8196name = "io-extras"
 8197version = "0.18.4"
 8198source = "registry+https://github.com/rust-lang/crates.io-index"
 8199checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8200dependencies = [
 8201 "io-lifetimes",
 8202 "windows-sys 0.59.0",
 8203]
 8204
 8205[[package]]
 8206name = "io-lifetimes"
 8207version = "2.0.4"
 8208source = "registry+https://github.com/rust-lang/crates.io-index"
 8209checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8210
 8211[[package]]
 8212name = "io-surface"
 8213version = "0.16.0"
 8214source = "registry+https://github.com/rust-lang/crates.io-index"
 8215checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8216dependencies = [
 8217 "cgl",
 8218 "core-foundation 0.10.0",
 8219 "core-foundation-sys",
 8220 "leaky-cow",
 8221 "libc",
 8222]
 8223
 8224[[package]]
 8225name = "iovec"
 8226version = "0.1.4"
 8227source = "registry+https://github.com/rust-lang/crates.io-index"
 8228checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8229dependencies = [
 8230 "libc",
 8231]
 8232
 8233[[package]]
 8234name = "ipc-channel"
 8235version = "0.19.0"
 8236source = "registry+https://github.com/rust-lang/crates.io-index"
 8237checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8238dependencies = [
 8239 "bincode",
 8240 "crossbeam-channel",
 8241 "fnv",
 8242 "lazy_static",
 8243 "libc",
 8244 "mio",
 8245 "rand 0.8.5",
 8246 "serde",
 8247 "tempfile",
 8248 "uuid",
 8249 "windows 0.58.0",
 8250]
 8251
 8252[[package]]
 8253name = "ipnet"
 8254version = "2.11.0"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8257
 8258[[package]]
 8259name = "is-docker"
 8260version = "0.2.0"
 8261source = "registry+https://github.com/rust-lang/crates.io-index"
 8262checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8263dependencies = [
 8264 "once_cell",
 8265]
 8266
 8267[[package]]
 8268name = "is-terminal"
 8269version = "0.4.16"
 8270source = "registry+https://github.com/rust-lang/crates.io-index"
 8271checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8272dependencies = [
 8273 "hermit-abi 0.5.0",
 8274 "libc",
 8275 "windows-sys 0.59.0",
 8276]
 8277
 8278[[package]]
 8279name = "is-wsl"
 8280version = "0.4.0"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8283dependencies = [
 8284 "is-docker",
 8285 "once_cell",
 8286]
 8287
 8288[[package]]
 8289name = "is_terminal_polyfill"
 8290version = "1.70.1"
 8291source = "registry+https://github.com/rust-lang/crates.io-index"
 8292checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8293
 8294[[package]]
 8295name = "itertools"
 8296version = "0.10.5"
 8297source = "registry+https://github.com/rust-lang/crates.io-index"
 8298checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8299dependencies = [
 8300 "either",
 8301]
 8302
 8303[[package]]
 8304name = "itertools"
 8305version = "0.11.0"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8308dependencies = [
 8309 "either",
 8310]
 8311
 8312[[package]]
 8313name = "itertools"
 8314version = "0.12.1"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8317dependencies = [
 8318 "either",
 8319]
 8320
 8321[[package]]
 8322name = "itertools"
 8323version = "0.13.0"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8326dependencies = [
 8327 "either",
 8328]
 8329
 8330[[package]]
 8331name = "itertools"
 8332version = "0.14.0"
 8333source = "registry+https://github.com/rust-lang/crates.io-index"
 8334checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8335dependencies = [
 8336 "either",
 8337]
 8338
 8339[[package]]
 8340name = "itoa"
 8341version = "1.0.15"
 8342source = "registry+https://github.com/rust-lang/crates.io-index"
 8343checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8344
 8345[[package]]
 8346name = "jiff"
 8347version = "0.2.10"
 8348source = "registry+https://github.com/rust-lang/crates.io-index"
 8349checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8350dependencies = [
 8351 "jiff-static",
 8352 "jiff-tzdb-platform",
 8353 "log",
 8354 "portable-atomic",
 8355 "portable-atomic-util",
 8356 "serde",
 8357 "windows-sys 0.59.0",
 8358]
 8359
 8360[[package]]
 8361name = "jiff-static"
 8362version = "0.2.10"
 8363source = "registry+https://github.com/rust-lang/crates.io-index"
 8364checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8365dependencies = [
 8366 "proc-macro2",
 8367 "quote",
 8368 "syn 2.0.101",
 8369]
 8370
 8371[[package]]
 8372name = "jiff-tzdb"
 8373version = "0.1.4"
 8374source = "registry+https://github.com/rust-lang/crates.io-index"
 8375checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8376
 8377[[package]]
 8378name = "jiff-tzdb-platform"
 8379version = "0.1.3"
 8380source = "registry+https://github.com/rust-lang/crates.io-index"
 8381checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8382dependencies = [
 8383 "jiff-tzdb",
 8384]
 8385
 8386[[package]]
 8387name = "jj"
 8388version = "0.1.0"
 8389dependencies = [
 8390 "anyhow",
 8391 "gpui",
 8392 "jj-lib",
 8393 "workspace-hack",
 8394]
 8395
 8396[[package]]
 8397name = "jj-lib"
 8398version = "0.29.0"
 8399source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8400dependencies = [
 8401 "async-trait",
 8402 "blake2",
 8403 "bstr",
 8404 "chrono",
 8405 "clru",
 8406 "digest",
 8407 "dunce",
 8408 "either",
 8409 "futures 0.3.31",
 8410 "gix",
 8411 "glob",
 8412 "hashbrown 0.15.3",
 8413 "hex",
 8414 "ignore",
 8415 "indexmap",
 8416 "interim",
 8417 "itertools 0.14.0",
 8418 "jj-lib-proc-macros",
 8419 "maplit",
 8420 "once_cell",
 8421 "pest",
 8422 "pest_derive",
 8423 "pollster 0.4.0",
 8424 "prost 0.13.5",
 8425 "rand 0.8.5",
 8426 "rand_chacha 0.3.1",
 8427 "rayon",
 8428 "ref-cast",
 8429 "regex",
 8430 "rustix 1.0.7",
 8431 "same-file",
 8432 "serde",
 8433 "serde_json",
 8434 "smallvec",
 8435 "strsim",
 8436 "tempfile",
 8437 "thiserror 2.0.12",
 8438 "toml_edit",
 8439 "tracing",
 8440 "version_check",
 8441 "winreg 0.52.0",
 8442]
 8443
 8444[[package]]
 8445name = "jj-lib-proc-macros"
 8446version = "0.29.0"
 8447source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8448dependencies = [
 8449 "proc-macro2",
 8450 "quote",
 8451 "syn 2.0.101",
 8452]
 8453
 8454[[package]]
 8455name = "jj_ui"
 8456version = "0.1.0"
 8457dependencies = [
 8458 "command_palette_hooks",
 8459 "feature_flags",
 8460 "fuzzy",
 8461 "gpui",
 8462 "jj",
 8463 "picker",
 8464 "ui",
 8465 "util",
 8466 "workspace",
 8467 "workspace-hack",
 8468 "zed_actions",
 8469]
 8470
 8471[[package]]
 8472name = "jni"
 8473version = "0.21.1"
 8474source = "registry+https://github.com/rust-lang/crates.io-index"
 8475checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8476dependencies = [
 8477 "cesu8",
 8478 "cfg-if",
 8479 "combine",
 8480 "jni-sys",
 8481 "log",
 8482 "thiserror 1.0.69",
 8483 "walkdir",
 8484 "windows-sys 0.45.0",
 8485]
 8486
 8487[[package]]
 8488name = "jni-sys"
 8489version = "0.3.0"
 8490source = "registry+https://github.com/rust-lang/crates.io-index"
 8491checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8492
 8493[[package]]
 8494name = "jobserver"
 8495version = "0.1.33"
 8496source = "registry+https://github.com/rust-lang/crates.io-index"
 8497checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8498dependencies = [
 8499 "getrandom 0.3.2",
 8500 "libc",
 8501]
 8502
 8503[[package]]
 8504name = "journal"
 8505version = "0.1.0"
 8506dependencies = [
 8507 "anyhow",
 8508 "chrono",
 8509 "editor",
 8510 "gpui",
 8511 "log",
 8512 "schemars",
 8513 "serde",
 8514 "settings",
 8515 "shellexpand 2.1.2",
 8516 "workspace",
 8517 "workspace-hack",
 8518]
 8519
 8520[[package]]
 8521name = "jpeg-decoder"
 8522version = "0.3.1"
 8523source = "registry+https://github.com/rust-lang/crates.io-index"
 8524checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8525
 8526[[package]]
 8527name = "js-sys"
 8528version = "0.3.77"
 8529source = "registry+https://github.com/rust-lang/crates.io-index"
 8530checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8531dependencies = [
 8532 "once_cell",
 8533 "wasm-bindgen",
 8534]
 8535
 8536[[package]]
 8537name = "jsonschema"
 8538version = "0.30.0"
 8539source = "registry+https://github.com/rust-lang/crates.io-index"
 8540checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8541dependencies = [
 8542 "ahash 0.8.11",
 8543 "base64 0.22.1",
 8544 "bytecount",
 8545 "email_address",
 8546 "fancy-regex 0.14.0",
 8547 "fraction",
 8548 "idna",
 8549 "itoa",
 8550 "num-cmp",
 8551 "num-traits",
 8552 "once_cell",
 8553 "percent-encoding",
 8554 "referencing",
 8555 "regex",
 8556 "regex-syntax 0.8.5",
 8557 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8558 "serde",
 8559 "serde_json",
 8560 "uuid-simd",
 8561]
 8562
 8563[[package]]
 8564name = "jsonwebtoken"
 8565version = "9.3.1"
 8566source = "registry+https://github.com/rust-lang/crates.io-index"
 8567checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8568dependencies = [
 8569 "base64 0.22.1",
 8570 "js-sys",
 8571 "pem",
 8572 "ring",
 8573 "serde",
 8574 "serde_json",
 8575 "simple_asn1",
 8576]
 8577
 8578[[package]]
 8579name = "jupyter-protocol"
 8580version = "0.6.0"
 8581source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8582dependencies = [
 8583 "anyhow",
 8584 "async-trait",
 8585 "bytes 1.10.1",
 8586 "chrono",
 8587 "futures 0.3.31",
 8588 "serde",
 8589 "serde_json",
 8590 "uuid",
 8591]
 8592
 8593[[package]]
 8594name = "jupyter-websocket-client"
 8595version = "0.9.0"
 8596source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8597dependencies = [
 8598 "anyhow",
 8599 "async-trait",
 8600 "async-tungstenite",
 8601 "futures 0.3.31",
 8602 "jupyter-protocol",
 8603 "serde",
 8604 "serde_json",
 8605 "url",
 8606 "uuid",
 8607]
 8608
 8609[[package]]
 8610name = "khronos-egl"
 8611version = "6.0.0"
 8612source = "registry+https://github.com/rust-lang/crates.io-index"
 8613checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8614dependencies = [
 8615 "libc",
 8616 "libloading",
 8617]
 8618
 8619[[package]]
 8620name = "kqueue"
 8621version = "1.0.8"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8624dependencies = [
 8625 "kqueue-sys",
 8626 "libc",
 8627]
 8628
 8629[[package]]
 8630name = "kqueue-sys"
 8631version = "1.0.4"
 8632source = "registry+https://github.com/rust-lang/crates.io-index"
 8633checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8634dependencies = [
 8635 "bitflags 1.3.2",
 8636 "libc",
 8637]
 8638
 8639[[package]]
 8640name = "kstring"
 8641version = "2.0.2"
 8642source = "registry+https://github.com/rust-lang/crates.io-index"
 8643checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8644dependencies = [
 8645 "static_assertions",
 8646]
 8647
 8648[[package]]
 8649name = "kurbo"
 8650version = "0.11.1"
 8651source = "registry+https://github.com/rust-lang/crates.io-index"
 8652checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8653dependencies = [
 8654 "arrayvec",
 8655 "smallvec",
 8656]
 8657
 8658[[package]]
 8659name = "kv-log-macro"
 8660version = "1.0.7"
 8661source = "registry+https://github.com/rust-lang/crates.io-index"
 8662checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8663dependencies = [
 8664 "log",
 8665]
 8666
 8667[[package]]
 8668name = "language"
 8669version = "0.1.0"
 8670dependencies = [
 8671 "anyhow",
 8672 "async-trait",
 8673 "async-watch",
 8674 "clock",
 8675 "collections",
 8676 "ctor",
 8677 "ec4rs",
 8678 "env_logger 0.11.8",
 8679 "fs",
 8680 "futures 0.3.31",
 8681 "fuzzy",
 8682 "globset",
 8683 "gpui",
 8684 "http_client",
 8685 "imara-diff",
 8686 "indoc",
 8687 "itertools 0.14.0",
 8688 "log",
 8689 "lsp",
 8690 "parking_lot",
 8691 "postage",
 8692 "pretty_assertions",
 8693 "rand 0.8.5",
 8694 "regex",
 8695 "rpc",
 8696 "schemars",
 8697 "serde",
 8698 "serde_json",
 8699 "settings",
 8700 "smallvec",
 8701 "smol",
 8702 "streaming-iterator",
 8703 "strsim",
 8704 "sum_tree",
 8705 "task",
 8706 "text",
 8707 "theme",
 8708 "tree-sitter",
 8709 "tree-sitter-elixir",
 8710 "tree-sitter-embedded-template",
 8711 "tree-sitter-heex",
 8712 "tree-sitter-html",
 8713 "tree-sitter-json",
 8714 "tree-sitter-md",
 8715 "tree-sitter-python",
 8716 "tree-sitter-ruby",
 8717 "tree-sitter-rust",
 8718 "tree-sitter-typescript",
 8719 "unicase",
 8720 "unindent",
 8721 "util",
 8722 "workspace-hack",
 8723]
 8724
 8725[[package]]
 8726name = "language_extension"
 8727version = "0.1.0"
 8728dependencies = [
 8729 "anyhow",
 8730 "async-trait",
 8731 "collections",
 8732 "extension",
 8733 "fs",
 8734 "futures 0.3.31",
 8735 "gpui",
 8736 "language",
 8737 "lsp",
 8738 "serde",
 8739 "serde_json",
 8740 "util",
 8741 "workspace-hack",
 8742]
 8743
 8744[[package]]
 8745name = "language_model"
 8746version = "0.1.0"
 8747dependencies = [
 8748 "anthropic",
 8749 "anyhow",
 8750 "base64 0.22.1",
 8751 "client",
 8752 "collections",
 8753 "futures 0.3.31",
 8754 "google_ai",
 8755 "gpui",
 8756 "http_client",
 8757 "icons",
 8758 "image",
 8759 "open_ai",
 8760 "parking_lot",
 8761 "proto",
 8762 "schemars",
 8763 "serde",
 8764 "serde_json",
 8765 "smol",
 8766 "strum 0.27.1",
 8767 "telemetry_events",
 8768 "thiserror 2.0.12",
 8769 "util",
 8770 "workspace-hack",
 8771 "zed_llm_client",
 8772]
 8773
 8774[[package]]
 8775name = "language_model_selector"
 8776version = "0.1.0"
 8777dependencies = [
 8778 "collections",
 8779 "feature_flags",
 8780 "futures 0.3.31",
 8781 "fuzzy",
 8782 "gpui",
 8783 "language_model",
 8784 "log",
 8785 "ordered-float 2.10.1",
 8786 "picker",
 8787 "proto",
 8788 "ui",
 8789 "workspace-hack",
 8790 "zed_actions",
 8791]
 8792
 8793[[package]]
 8794name = "language_models"
 8795version = "0.1.0"
 8796dependencies = [
 8797 "anthropic",
 8798 "anyhow",
 8799 "aws-config",
 8800 "aws-credential-types",
 8801 "aws_http_client",
 8802 "bedrock",
 8803 "client",
 8804 "collections",
 8805 "copilot",
 8806 "credentials_provider",
 8807 "deepseek",
 8808 "editor",
 8809 "feature_flags",
 8810 "fs",
 8811 "futures 0.3.31",
 8812 "google_ai",
 8813 "gpui",
 8814 "gpui_tokio",
 8815 "http_client",
 8816 "language_model",
 8817 "lmstudio",
 8818 "log",
 8819 "menu",
 8820 "mistral",
 8821 "ollama",
 8822 "open_ai",
 8823 "partial-json-fixer",
 8824 "project",
 8825 "proto",
 8826 "release_channel",
 8827 "schemars",
 8828 "serde",
 8829 "serde_json",
 8830 "settings",
 8831 "smol",
 8832 "strum 0.27.1",
 8833 "theme",
 8834 "thiserror 2.0.12",
 8835 "tiktoken-rs",
 8836 "tokio",
 8837 "ui",
 8838 "util",
 8839 "workspace-hack",
 8840 "zed_llm_client",
 8841]
 8842
 8843[[package]]
 8844name = "language_selector"
 8845version = "0.1.0"
 8846dependencies = [
 8847 "anyhow",
 8848 "editor",
 8849 "file_finder",
 8850 "file_icons",
 8851 "fuzzy",
 8852 "gpui",
 8853 "language",
 8854 "picker",
 8855 "project",
 8856 "settings",
 8857 "ui",
 8858 "util",
 8859 "workspace",
 8860 "workspace-hack",
 8861]
 8862
 8863[[package]]
 8864name = "language_tools"
 8865version = "0.1.0"
 8866dependencies = [
 8867 "anyhow",
 8868 "client",
 8869 "collections",
 8870 "copilot",
 8871 "editor",
 8872 "env_logger 0.11.8",
 8873 "futures 0.3.31",
 8874 "gpui",
 8875 "itertools 0.14.0",
 8876 "language",
 8877 "lsp",
 8878 "project",
 8879 "release_channel",
 8880 "serde_json",
 8881 "settings",
 8882 "theme",
 8883 "tree-sitter",
 8884 "ui",
 8885 "util",
 8886 "workspace",
 8887 "workspace-hack",
 8888 "zed_actions",
 8889]
 8890
 8891[[package]]
 8892name = "languages"
 8893version = "0.1.0"
 8894dependencies = [
 8895 "anyhow",
 8896 "async-compression",
 8897 "async-tar",
 8898 "async-trait",
 8899 "collections",
 8900 "futures 0.3.31",
 8901 "gpui",
 8902 "http_client",
 8903 "language",
 8904 "log",
 8905 "lsp",
 8906 "node_runtime",
 8907 "parking_lot",
 8908 "paths",
 8909 "pet",
 8910 "pet-conda",
 8911 "pet-core",
 8912 "pet-fs",
 8913 "pet-poetry",
 8914 "pet-reporter",
 8915 "pretty_assertions",
 8916 "project",
 8917 "regex",
 8918 "rope",
 8919 "rust-embed",
 8920 "serde",
 8921 "serde_json",
 8922 "settings",
 8923 "smol",
 8924 "snippet_provider",
 8925 "task",
 8926 "text",
 8927 "theme",
 8928 "toml 0.8.20",
 8929 "tree-sitter",
 8930 "tree-sitter-bash",
 8931 "tree-sitter-c",
 8932 "tree-sitter-cpp",
 8933 "tree-sitter-css",
 8934 "tree-sitter-diff",
 8935 "tree-sitter-gitcommit",
 8936 "tree-sitter-go",
 8937 "tree-sitter-gomod",
 8938 "tree-sitter-gowork",
 8939 "tree-sitter-jsdoc",
 8940 "tree-sitter-json",
 8941 "tree-sitter-md",
 8942 "tree-sitter-python",
 8943 "tree-sitter-regex",
 8944 "tree-sitter-rust",
 8945 "tree-sitter-typescript",
 8946 "tree-sitter-yaml",
 8947 "unindent",
 8948 "util",
 8949 "workspace",
 8950 "workspace-hack",
 8951]
 8952
 8953[[package]]
 8954name = "lazy_static"
 8955version = "1.5.0"
 8956source = "registry+https://github.com/rust-lang/crates.io-index"
 8957checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8958dependencies = [
 8959 "spin",
 8960]
 8961
 8962[[package]]
 8963name = "lazycell"
 8964version = "1.3.0"
 8965source = "registry+https://github.com/rust-lang/crates.io-index"
 8966checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8967
 8968[[package]]
 8969name = "leak"
 8970version = "0.1.2"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8973
 8974[[package]]
 8975name = "leaky-cow"
 8976version = "0.1.1"
 8977source = "registry+https://github.com/rust-lang/crates.io-index"
 8978checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8979dependencies = [
 8980 "leak",
 8981]
 8982
 8983[[package]]
 8984name = "leb128"
 8985version = "0.2.5"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8988
 8989[[package]]
 8990name = "leb128fmt"
 8991version = "0.1.0"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8994
 8995[[package]]
 8996name = "lebe"
 8997version = "0.5.2"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 9000
 9001[[package]]
 9002name = "libc"
 9003version = "0.2.172"
 9004source = "registry+https://github.com/rust-lang/crates.io-index"
 9005checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 9006
 9007[[package]]
 9008name = "libdbus-sys"
 9009version = "0.2.5"
 9010source = "registry+https://github.com/rust-lang/crates.io-index"
 9011checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 9012dependencies = [
 9013 "cc",
 9014 "pkg-config",
 9015]
 9016
 9017[[package]]
 9018name = "libfuzzer-sys"
 9019version = "0.4.9"
 9020source = "registry+https://github.com/rust-lang/crates.io-index"
 9021checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 9022dependencies = [
 9023 "arbitrary",
 9024 "cc",
 9025]
 9026
 9027[[package]]
 9028name = "libgit2-sys"
 9029version = "0.18.1+1.9.0"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9032dependencies = [
 9033 "cc",
 9034 "libc",
 9035 "libz-sys",
 9036 "pkg-config",
 9037]
 9038
 9039[[package]]
 9040name = "libloading"
 9041version = "0.8.6"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9044dependencies = [
 9045 "cfg-if",
 9046 "windows-targets 0.52.6",
 9047]
 9048
 9049[[package]]
 9050name = "libm"
 9051version = "0.2.11"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9054
 9055[[package]]
 9056name = "libmimalloc-sys"
 9057version = "0.1.42"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9060dependencies = [
 9061 "cc",
 9062 "libc",
 9063]
 9064
 9065[[package]]
 9066name = "libredox"
 9067version = "0.1.3"
 9068source = "registry+https://github.com/rust-lang/crates.io-index"
 9069checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9070dependencies = [
 9071 "bitflags 2.9.0",
 9072 "libc",
 9073 "redox_syscall 0.5.11",
 9074]
 9075
 9076[[package]]
 9077name = "libsqlite3-sys"
 9078version = "0.30.1"
 9079source = "registry+https://github.com/rust-lang/crates.io-index"
 9080checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9081dependencies = [
 9082 "cc",
 9083 "pkg-config",
 9084 "vcpkg",
 9085]
 9086
 9087[[package]]
 9088name = "libwebrtc"
 9089version = "0.3.10"
 9090source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9091dependencies = [
 9092 "cxx",
 9093 "jni",
 9094 "js-sys",
 9095 "lazy_static",
 9096 "livekit-protocol",
 9097 "livekit-runtime",
 9098 "log",
 9099 "parking_lot",
 9100 "serde",
 9101 "serde_json",
 9102 "thiserror 1.0.69",
 9103 "tokio",
 9104 "wasm-bindgen",
 9105 "wasm-bindgen-futures",
 9106 "web-sys",
 9107 "webrtc-sys",
 9108]
 9109
 9110[[package]]
 9111name = "libz-rs-sys"
 9112version = "0.5.0"
 9113source = "registry+https://github.com/rust-lang/crates.io-index"
 9114checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9115dependencies = [
 9116 "zlib-rs",
 9117]
 9118
 9119[[package]]
 9120name = "libz-sys"
 9121version = "1.1.22"
 9122source = "registry+https://github.com/rust-lang/crates.io-index"
 9123checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9124dependencies = [
 9125 "cc",
 9126 "libc",
 9127 "pkg-config",
 9128 "vcpkg",
 9129]
 9130
 9131[[package]]
 9132name = "link-cplusplus"
 9133version = "1.0.10"
 9134source = "registry+https://github.com/rust-lang/crates.io-index"
 9135checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9136dependencies = [
 9137 "cc",
 9138]
 9139
 9140[[package]]
 9141name = "linkify"
 9142version = "0.10.0"
 9143source = "registry+https://github.com/rust-lang/crates.io-index"
 9144checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9145dependencies = [
 9146 "memchr",
 9147]
 9148
 9149[[package]]
 9150name = "linux-raw-sys"
 9151version = "0.4.15"
 9152source = "registry+https://github.com/rust-lang/crates.io-index"
 9153checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9154
 9155[[package]]
 9156name = "linux-raw-sys"
 9157version = "0.9.4"
 9158source = "registry+https://github.com/rust-lang/crates.io-index"
 9159checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9160
 9161[[package]]
 9162name = "litemap"
 9163version = "0.7.5"
 9164source = "registry+https://github.com/rust-lang/crates.io-index"
 9165checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9166
 9167[[package]]
 9168name = "livekit"
 9169version = "0.7.8"
 9170source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9171dependencies = [
 9172 "chrono",
 9173 "futures-util",
 9174 "lazy_static",
 9175 "libloading",
 9176 "libwebrtc",
 9177 "livekit-api",
 9178 "livekit-protocol",
 9179 "livekit-runtime",
 9180 "log",
 9181 "parking_lot",
 9182 "prost 0.12.6",
 9183 "semver",
 9184 "serde",
 9185 "serde_json",
 9186 "thiserror 1.0.69",
 9187 "tokio",
 9188]
 9189
 9190[[package]]
 9191name = "livekit-api"
 9192version = "0.4.2"
 9193source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9194dependencies = [
 9195 "futures-util",
 9196 "http 0.2.12",
 9197 "livekit-protocol",
 9198 "livekit-runtime",
 9199 "log",
 9200 "parking_lot",
 9201 "pbjson-types",
 9202 "prost 0.12.6",
 9203 "rand 0.9.1",
 9204 "reqwest 0.11.27",
 9205 "scopeguard",
 9206 "serde",
 9207 "sha2",
 9208 "thiserror 1.0.69",
 9209 "tokio",
 9210 "tokio-tungstenite 0.26.2",
 9211 "url",
 9212]
 9213
 9214[[package]]
 9215name = "livekit-protocol"
 9216version = "0.3.9"
 9217source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9218dependencies = [
 9219 "futures-util",
 9220 "livekit-runtime",
 9221 "parking_lot",
 9222 "pbjson",
 9223 "pbjson-types",
 9224 "prost 0.12.6",
 9225 "prost-types 0.12.6",
 9226 "serde",
 9227 "thiserror 1.0.69",
 9228 "tokio",
 9229]
 9230
 9231[[package]]
 9232name = "livekit-runtime"
 9233version = "0.4.0"
 9234source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9235dependencies = [
 9236 "tokio",
 9237 "tokio-stream",
 9238]
 9239
 9240[[package]]
 9241name = "livekit_api"
 9242version = "0.1.0"
 9243dependencies = [
 9244 "anyhow",
 9245 "async-trait",
 9246 "jsonwebtoken",
 9247 "log",
 9248 "prost 0.9.0",
 9249 "prost-build 0.9.0",
 9250 "prost-types 0.9.0",
 9251 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9252 "serde",
 9253 "workspace-hack",
 9254]
 9255
 9256[[package]]
 9257name = "livekit_client"
 9258version = "0.1.0"
 9259dependencies = [
 9260 "anyhow",
 9261 "async-trait",
 9262 "collections",
 9263 "core-foundation 0.10.0",
 9264 "core-video",
 9265 "coreaudio-rs 0.12.1",
 9266 "cpal",
 9267 "futures 0.3.31",
 9268 "gpui",
 9269 "gpui_tokio",
 9270 "http_client_tls",
 9271 "image",
 9272 "libwebrtc",
 9273 "livekit",
 9274 "livekit_api",
 9275 "log",
 9276 "nanoid",
 9277 "objc",
 9278 "parking_lot",
 9279 "postage",
 9280 "scap",
 9281 "serde",
 9282 "serde_json",
 9283 "sha2",
 9284 "simplelog",
 9285 "smallvec",
 9286 "tokio-tungstenite 0.26.2",
 9287 "util",
 9288 "workspace-hack",
 9289]
 9290
 9291[[package]]
 9292name = "lmdb-master-sys"
 9293version = "0.2.5"
 9294source = "registry+https://github.com/rust-lang/crates.io-index"
 9295checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9296dependencies = [
 9297 "cc",
 9298 "doxygen-rs",
 9299 "libc",
 9300]
 9301
 9302[[package]]
 9303name = "lmstudio"
 9304version = "0.1.0"
 9305dependencies = [
 9306 "anyhow",
 9307 "futures 0.3.31",
 9308 "http_client",
 9309 "schemars",
 9310 "serde",
 9311 "serde_json",
 9312 "workspace-hack",
 9313]
 9314
 9315[[package]]
 9316name = "lock_api"
 9317version = "0.4.12"
 9318source = "registry+https://github.com/rust-lang/crates.io-index"
 9319checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9320dependencies = [
 9321 "autocfg",
 9322 "scopeguard",
 9323]
 9324
 9325[[package]]
 9326name = "log"
 9327version = "0.4.27"
 9328source = "registry+https://github.com/rust-lang/crates.io-index"
 9329checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9330dependencies = [
 9331 "serde",
 9332 "value-bag",
 9333]
 9334
 9335[[package]]
 9336name = "logos"
 9337version = "0.15.0"
 9338source = "registry+https://github.com/rust-lang/crates.io-index"
 9339checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9340dependencies = [
 9341 "logos-derive",
 9342]
 9343
 9344[[package]]
 9345name = "logos-codegen"
 9346version = "0.15.0"
 9347source = "registry+https://github.com/rust-lang/crates.io-index"
 9348checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9349dependencies = [
 9350 "beef",
 9351 "fnv",
 9352 "lazy_static",
 9353 "proc-macro2",
 9354 "quote",
 9355 "regex-syntax 0.8.5",
 9356 "rustc_version",
 9357 "syn 2.0.101",
 9358]
 9359
 9360[[package]]
 9361name = "logos-derive"
 9362version = "0.15.0"
 9363source = "registry+https://github.com/rust-lang/crates.io-index"
 9364checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9365dependencies = [
 9366 "logos-codegen",
 9367]
 9368
 9369[[package]]
 9370name = "loom"
 9371version = "0.7.2"
 9372source = "registry+https://github.com/rust-lang/crates.io-index"
 9373checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9374dependencies = [
 9375 "cfg-if",
 9376 "generator",
 9377 "scoped-tls",
 9378 "tracing",
 9379 "tracing-subscriber",
 9380]
 9381
 9382[[package]]
 9383name = "loop9"
 9384version = "0.1.5"
 9385source = "registry+https://github.com/rust-lang/crates.io-index"
 9386checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9387dependencies = [
 9388 "imgref",
 9389]
 9390
 9391[[package]]
 9392name = "lru"
 9393version = "0.12.5"
 9394source = "registry+https://github.com/rust-lang/crates.io-index"
 9395checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9396dependencies = [
 9397 "hashbrown 0.15.3",
 9398]
 9399
 9400[[package]]
 9401name = "lsp"
 9402version = "0.1.0"
 9403dependencies = [
 9404 "anyhow",
 9405 "async-pipe",
 9406 "collections",
 9407 "ctor",
 9408 "env_logger 0.11.8",
 9409 "futures 0.3.31",
 9410 "gpui",
 9411 "log",
 9412 "lsp-types",
 9413 "parking_lot",
 9414 "postage",
 9415 "release_channel",
 9416 "schemars",
 9417 "serde",
 9418 "serde_json",
 9419 "smol",
 9420 "util",
 9421 "workspace-hack",
 9422]
 9423
 9424[[package]]
 9425name = "lsp-types"
 9426version = "0.95.1"
 9427source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9428dependencies = [
 9429 "bitflags 1.3.2",
 9430 "serde",
 9431 "serde_json",
 9432 "serde_repr",
 9433 "url",
 9434]
 9435
 9436[[package]]
 9437name = "lyon"
 9438version = "1.0.1"
 9439source = "registry+https://github.com/rust-lang/crates.io-index"
 9440checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9441dependencies = [
 9442 "lyon_algorithms",
 9443 "lyon_extra",
 9444 "lyon_tessellation",
 9445]
 9446
 9447[[package]]
 9448name = "lyon_algorithms"
 9449version = "1.0.5"
 9450source = "registry+https://github.com/rust-lang/crates.io-index"
 9451checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9452dependencies = [
 9453 "lyon_path",
 9454 "num-traits",
 9455]
 9456
 9457[[package]]
 9458name = "lyon_extra"
 9459version = "1.0.3"
 9460source = "registry+https://github.com/rust-lang/crates.io-index"
 9461checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9462dependencies = [
 9463 "lyon_path",
 9464 "thiserror 1.0.69",
 9465]
 9466
 9467[[package]]
 9468name = "lyon_geom"
 9469version = "1.0.6"
 9470source = "registry+https://github.com/rust-lang/crates.io-index"
 9471checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9472dependencies = [
 9473 "arrayvec",
 9474 "euclid",
 9475 "num-traits",
 9476]
 9477
 9478[[package]]
 9479name = "lyon_path"
 9480version = "1.0.7"
 9481source = "registry+https://github.com/rust-lang/crates.io-index"
 9482checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9483dependencies = [
 9484 "lyon_geom",
 9485 "num-traits",
 9486]
 9487
 9488[[package]]
 9489name = "lyon_tessellation"
 9490version = "1.0.15"
 9491source = "registry+https://github.com/rust-lang/crates.io-index"
 9492checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9493dependencies = [
 9494 "float_next_after",
 9495 "lyon_path",
 9496 "num-traits",
 9497]
 9498
 9499[[package]]
 9500name = "mac"
 9501version = "0.1.1"
 9502source = "registry+https://github.com/rust-lang/crates.io-index"
 9503checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9504
 9505[[package]]
 9506name = "mach2"
 9507version = "0.4.2"
 9508source = "registry+https://github.com/rust-lang/crates.io-index"
 9509checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9510dependencies = [
 9511 "libc",
 9512]
 9513
 9514[[package]]
 9515name = "malloc_buf"
 9516version = "0.0.6"
 9517source = "registry+https://github.com/rust-lang/crates.io-index"
 9518checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9519dependencies = [
 9520 "libc",
 9521]
 9522
 9523[[package]]
 9524name = "maplit"
 9525version = "1.0.2"
 9526source = "registry+https://github.com/rust-lang/crates.io-index"
 9527checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9528
 9529[[package]]
 9530name = "markdown"
 9531version = "0.1.0"
 9532dependencies = [
 9533 "anyhow",
 9534 "assets",
 9535 "base64 0.22.1",
 9536 "env_logger 0.11.8",
 9537 "gpui",
 9538 "language",
 9539 "languages",
 9540 "linkify",
 9541 "log",
 9542 "node_runtime",
 9543 "pulldown-cmark 0.12.2",
 9544 "settings",
 9545 "sum_tree",
 9546 "theme",
 9547 "ui",
 9548 "util",
 9549 "workspace-hack",
 9550]
 9551
 9552[[package]]
 9553name = "markdown_preview"
 9554version = "0.1.0"
 9555dependencies = [
 9556 "anyhow",
 9557 "async-recursion 1.1.1",
 9558 "collections",
 9559 "editor",
 9560 "gpui",
 9561 "language",
 9562 "linkify",
 9563 "log",
 9564 "pretty_assertions",
 9565 "pulldown-cmark 0.12.2",
 9566 "settings",
 9567 "theme",
 9568 "ui",
 9569 "util",
 9570 "workspace",
 9571 "workspace-hack",
 9572]
 9573
 9574[[package]]
 9575name = "markup5ever"
 9576version = "0.12.1"
 9577source = "registry+https://github.com/rust-lang/crates.io-index"
 9578checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9579dependencies = [
 9580 "log",
 9581 "phf",
 9582 "phf_codegen",
 9583 "string_cache",
 9584 "string_cache_codegen",
 9585 "tendril",
 9586]
 9587
 9588[[package]]
 9589name = "markup5ever"
 9590version = "0.16.1"
 9591source = "registry+https://github.com/rust-lang/crates.io-index"
 9592checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9593dependencies = [
 9594 "log",
 9595 "tendril",
 9596 "web_atoms",
 9597]
 9598
 9599[[package]]
 9600name = "markup5ever_rcdom"
 9601version = "0.3.0"
 9602source = "registry+https://github.com/rust-lang/crates.io-index"
 9603checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9604dependencies = [
 9605 "html5ever 0.27.0",
 9606 "markup5ever 0.12.1",
 9607 "tendril",
 9608 "xml5ever",
 9609]
 9610
 9611[[package]]
 9612name = "match_token"
 9613version = "0.1.0"
 9614source = "registry+https://github.com/rust-lang/crates.io-index"
 9615checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9616dependencies = [
 9617 "proc-macro2",
 9618 "quote",
 9619 "syn 2.0.101",
 9620]
 9621
 9622[[package]]
 9623name = "matchers"
 9624version = "0.1.0"
 9625source = "registry+https://github.com/rust-lang/crates.io-index"
 9626checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9627dependencies = [
 9628 "regex-automata 0.1.10",
 9629]
 9630
 9631[[package]]
 9632name = "matchit"
 9633version = "0.7.3"
 9634source = "registry+https://github.com/rust-lang/crates.io-index"
 9635checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9636
 9637[[package]]
 9638name = "maybe-async"
 9639version = "0.2.10"
 9640source = "registry+https://github.com/rust-lang/crates.io-index"
 9641checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9642dependencies = [
 9643 "proc-macro2",
 9644 "quote",
 9645 "syn 2.0.101",
 9646]
 9647
 9648[[package]]
 9649name = "maybe-owned"
 9650version = "0.3.4"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9653
 9654[[package]]
 9655name = "maybe-rayon"
 9656version = "0.1.1"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9659dependencies = [
 9660 "cfg-if",
 9661 "rayon",
 9662]
 9663
 9664[[package]]
 9665name = "md-5"
 9666version = "0.10.6"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9669dependencies = [
 9670 "cfg-if",
 9671 "digest",
 9672]
 9673
 9674[[package]]
 9675name = "mdbook"
 9676version = "0.4.48"
 9677source = "registry+https://github.com/rust-lang/crates.io-index"
 9678checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9679dependencies = [
 9680 "ammonia",
 9681 "anyhow",
 9682 "chrono",
 9683 "clap",
 9684 "clap_complete",
 9685 "elasticlunr-rs",
 9686 "env_logger 0.11.8",
 9687 "futures-util",
 9688 "handlebars 6.3.2",
 9689 "hex",
 9690 "ignore",
 9691 "log",
 9692 "memchr",
 9693 "notify",
 9694 "notify-debouncer-mini",
 9695 "once_cell",
 9696 "opener",
 9697 "pathdiff",
 9698 "pulldown-cmark 0.10.3",
 9699 "regex",
 9700 "serde",
 9701 "serde_json",
 9702 "sha2",
 9703 "shlex",
 9704 "tempfile",
 9705 "tokio",
 9706 "toml 0.5.11",
 9707 "topological-sort",
 9708 "walkdir",
 9709 "warp",
 9710]
 9711
 9712[[package]]
 9713name = "media"
 9714version = "0.1.0"
 9715dependencies = [
 9716 "anyhow",
 9717 "bindgen 0.71.1",
 9718 "core-foundation 0.10.0",
 9719 "core-video",
 9720 "ctor",
 9721 "foreign-types 0.5.0",
 9722 "metal",
 9723 "objc",
 9724 "workspace-hack",
 9725]
 9726
 9727[[package]]
 9728name = "memchr"
 9729version = "2.7.4"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9732
 9733[[package]]
 9734name = "memfd"
 9735version = "0.6.4"
 9736source = "registry+https://github.com/rust-lang/crates.io-index"
 9737checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9738dependencies = [
 9739 "rustix 0.38.44",
 9740]
 9741
 9742[[package]]
 9743name = "memmap2"
 9744version = "0.9.5"
 9745source = "registry+https://github.com/rust-lang/crates.io-index"
 9746checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9747dependencies = [
 9748 "libc",
 9749]
 9750
 9751[[package]]
 9752name = "memoffset"
 9753version = "0.9.1"
 9754source = "registry+https://github.com/rust-lang/crates.io-index"
 9755checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9756dependencies = [
 9757 "autocfg",
 9758]
 9759
 9760[[package]]
 9761name = "menu"
 9762version = "0.1.0"
 9763dependencies = [
 9764 "gpui",
 9765 "workspace-hack",
 9766]
 9767
 9768[[package]]
 9769name = "metal"
 9770version = "0.29.0"
 9771source = "registry+https://github.com/rust-lang/crates.io-index"
 9772checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9773dependencies = [
 9774 "bitflags 2.9.0",
 9775 "block",
 9776 "core-graphics-types 0.1.3",
 9777 "foreign-types 0.5.0",
 9778 "log",
 9779 "objc",
 9780 "paste",
 9781]
 9782
 9783[[package]]
 9784name = "migrator"
 9785version = "0.1.0"
 9786dependencies = [
 9787 "anyhow",
 9788 "collections",
 9789 "convert_case 0.8.0",
 9790 "log",
 9791 "pretty_assertions",
 9792 "streaming-iterator",
 9793 "tree-sitter",
 9794 "tree-sitter-json",
 9795 "workspace-hack",
 9796]
 9797
 9798[[package]]
 9799name = "mimalloc"
 9800version = "0.1.46"
 9801source = "registry+https://github.com/rust-lang/crates.io-index"
 9802checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9803dependencies = [
 9804 "libmimalloc-sys",
 9805]
 9806
 9807[[package]]
 9808name = "mime"
 9809version = "0.3.17"
 9810source = "registry+https://github.com/rust-lang/crates.io-index"
 9811checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9812
 9813[[package]]
 9814name = "mime_guess"
 9815version = "2.0.5"
 9816source = "registry+https://github.com/rust-lang/crates.io-index"
 9817checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9818dependencies = [
 9819 "mime",
 9820 "unicase",
 9821]
 9822
 9823[[package]]
 9824name = "minimal-lexical"
 9825version = "0.2.1"
 9826source = "registry+https://github.com/rust-lang/crates.io-index"
 9827checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9828
 9829[[package]]
 9830name = "miniz_oxide"
 9831version = "0.8.8"
 9832source = "registry+https://github.com/rust-lang/crates.io-index"
 9833checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9834dependencies = [
 9835 "adler2",
 9836 "simd-adler32",
 9837]
 9838
 9839[[package]]
 9840name = "mint"
 9841version = "0.5.9"
 9842source = "registry+https://github.com/rust-lang/crates.io-index"
 9843checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9844
 9845[[package]]
 9846name = "mio"
 9847version = "1.0.3"
 9848source = "registry+https://github.com/rust-lang/crates.io-index"
 9849checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9850dependencies = [
 9851 "libc",
 9852 "log",
 9853 "wasi 0.11.0+wasi-snapshot-preview1",
 9854 "windows-sys 0.52.0",
 9855]
 9856
 9857[[package]]
 9858name = "miow"
 9859version = "0.6.0"
 9860source = "registry+https://github.com/rust-lang/crates.io-index"
 9861checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9862dependencies = [
 9863 "windows-sys 0.48.0",
 9864]
 9865
 9866[[package]]
 9867name = "mistral"
 9868version = "0.1.0"
 9869dependencies = [
 9870 "anyhow",
 9871 "futures 0.3.31",
 9872 "http_client",
 9873 "schemars",
 9874 "serde",
 9875 "serde_json",
 9876 "strum 0.27.1",
 9877 "workspace-hack",
 9878]
 9879
 9880[[package]]
 9881name = "moka"
 9882version = "0.12.10"
 9883source = "registry+https://github.com/rust-lang/crates.io-index"
 9884checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9885dependencies = [
 9886 "crossbeam-channel",
 9887 "crossbeam-epoch",
 9888 "crossbeam-utils",
 9889 "loom",
 9890 "parking_lot",
 9891 "portable-atomic",
 9892 "rustc_version",
 9893 "smallvec",
 9894 "tagptr",
 9895 "thiserror 1.0.69",
 9896 "uuid",
 9897]
 9898
 9899[[package]]
 9900name = "msvc_spectre_libs"
 9901version = "0.1.3"
 9902source = "registry+https://github.com/rust-lang/crates.io-index"
 9903checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9904dependencies = [
 9905 "cc",
 9906]
 9907
 9908[[package]]
 9909name = "multi_buffer"
 9910version = "0.1.0"
 9911dependencies = [
 9912 "anyhow",
 9913 "buffer_diff",
 9914 "clock",
 9915 "collections",
 9916 "ctor",
 9917 "env_logger 0.11.8",
 9918 "gpui",
 9919 "indoc",
 9920 "itertools 0.14.0",
 9921 "language",
 9922 "log",
 9923 "parking_lot",
 9924 "pretty_assertions",
 9925 "project",
 9926 "rand 0.8.5",
 9927 "rope",
 9928 "serde",
 9929 "settings",
 9930 "smallvec",
 9931 "smol",
 9932 "sum_tree",
 9933 "text",
 9934 "theme",
 9935 "tree-sitter",
 9936 "util",
 9937 "workspace-hack",
 9938]
 9939
 9940[[package]]
 9941name = "multimap"
 9942version = "0.8.3"
 9943source = "registry+https://github.com/rust-lang/crates.io-index"
 9944checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9945
 9946[[package]]
 9947name = "multimap"
 9948version = "0.10.0"
 9949source = "registry+https://github.com/rust-lang/crates.io-index"
 9950checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9951
 9952[[package]]
 9953name = "naga"
 9954version = "25.0.1"
 9955source = "registry+https://github.com/rust-lang/crates.io-index"
 9956checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9957dependencies = [
 9958 "arrayvec",
 9959 "bit-set 0.8.0",
 9960 "bitflags 2.9.0",
 9961 "cfg_aliases 0.2.1",
 9962 "codespan-reporting 0.12.0",
 9963 "half",
 9964 "hashbrown 0.15.3",
 9965 "hexf-parse",
 9966 "indexmap",
 9967 "log",
 9968 "num-traits",
 9969 "once_cell",
 9970 "rustc-hash 1.1.0",
 9971 "spirv",
 9972 "strum 0.26.3",
 9973 "thiserror 2.0.12",
 9974 "unicode-ident",
 9975]
 9976
 9977[[package]]
 9978name = "nanoid"
 9979version = "0.4.0"
 9980source = "registry+https://github.com/rust-lang/crates.io-index"
 9981checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9982dependencies = [
 9983 "rand 0.8.5",
 9984]
 9985
 9986[[package]]
 9987name = "nanorand"
 9988version = "0.7.0"
 9989source = "registry+https://github.com/rust-lang/crates.io-index"
 9990checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9991dependencies = [
 9992 "getrandom 0.2.15",
 9993]
 9994
 9995[[package]]
 9996name = "native-tls"
 9997version = "0.2.14"
 9998source = "registry+https://github.com/rust-lang/crates.io-index"
 9999checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10000dependencies = [
10001 "libc",
10002 "log",
10003 "openssl",
10004 "openssl-probe",
10005 "openssl-sys",
10006 "schannel",
10007 "security-framework 2.11.1",
10008 "security-framework-sys",
10009 "tempfile",
10010]
10011
10012[[package]]
10013name = "nbformat"
10014version = "0.10.0"
10015source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10016dependencies = [
10017 "anyhow",
10018 "chrono",
10019 "jupyter-protocol",
10020 "serde",
10021 "serde_json",
10022 "thiserror 1.0.69",
10023 "uuid",
10024]
10025
10026[[package]]
10027name = "ndk"
10028version = "0.8.0"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10031dependencies = [
10032 "bitflags 2.9.0",
10033 "jni-sys",
10034 "log",
10035 "ndk-sys",
10036 "num_enum",
10037 "thiserror 1.0.69",
10038]
10039
10040[[package]]
10041name = "ndk-context"
10042version = "0.1.1"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10045
10046[[package]]
10047name = "ndk-sys"
10048version = "0.5.0+25.2.9519653"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10051dependencies = [
10052 "jni-sys",
10053]
10054
10055[[package]]
10056name = "new_debug_unreachable"
10057version = "1.0.6"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10060
10061[[package]]
10062name = "nix"
10063version = "0.28.0"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10066dependencies = [
10067 "bitflags 2.9.0",
10068 "cfg-if",
10069 "cfg_aliases 0.1.1",
10070 "libc",
10071]
10072
10073[[package]]
10074name = "nix"
10075version = "0.29.0"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10078dependencies = [
10079 "bitflags 2.9.0",
10080 "cfg-if",
10081 "cfg_aliases 0.2.1",
10082 "libc",
10083 "memoffset",
10084]
10085
10086[[package]]
10087name = "node_runtime"
10088version = "0.1.0"
10089dependencies = [
10090 "anyhow",
10091 "async-compression",
10092 "async-std",
10093 "async-tar",
10094 "async-trait",
10095 "async-watch",
10096 "async_zip",
10097 "futures 0.3.31",
10098 "http_client",
10099 "log",
10100 "paths",
10101 "semver",
10102 "serde",
10103 "serde_json",
10104 "smol",
10105 "tempfile",
10106 "util",
10107 "walkdir",
10108 "which 6.0.3",
10109 "workspace-hack",
10110]
10111
10112[[package]]
10113name = "nom"
10114version = "7.1.3"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10117dependencies = [
10118 "memchr",
10119 "minimal-lexical",
10120]
10121
10122[[package]]
10123name = "noop_proc_macro"
10124version = "0.3.0"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10127
10128[[package]]
10129name = "normpath"
10130version = "1.3.0"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10133dependencies = [
10134 "windows-sys 0.59.0",
10135]
10136
10137[[package]]
10138name = "notifications"
10139version = "0.1.0"
10140dependencies = [
10141 "anyhow",
10142 "channel",
10143 "client",
10144 "collections",
10145 "component",
10146 "db",
10147 "gpui",
10148 "rpc",
10149 "settings",
10150 "sum_tree",
10151 "time",
10152 "ui",
10153 "util",
10154 "workspace",
10155 "workspace-hack",
10156]
10157
10158[[package]]
10159name = "notify"
10160version = "8.0.0"
10161source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10162dependencies = [
10163 "bitflags 2.9.0",
10164 "filetime",
10165 "fsevent-sys 4.1.0",
10166 "inotify",
10167 "kqueue",
10168 "libc",
10169 "log",
10170 "mio",
10171 "notify-types",
10172 "walkdir",
10173 "windows-sys 0.59.0",
10174]
10175
10176[[package]]
10177name = "notify-debouncer-mini"
10178version = "0.6.0"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10181dependencies = [
10182 "log",
10183 "notify",
10184 "notify-types",
10185 "tempfile",
10186]
10187
10188[[package]]
10189name = "notify-types"
10190version = "2.0.0"
10191source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10192
10193[[package]]
10194name = "ntapi"
10195version = "0.4.1"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10198dependencies = [
10199 "winapi",
10200]
10201
10202[[package]]
10203name = "nu-ansi-term"
10204version = "0.46.0"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10207dependencies = [
10208 "overload",
10209 "winapi",
10210]
10211
10212[[package]]
10213name = "num"
10214version = "0.4.3"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10217dependencies = [
10218 "num-bigint",
10219 "num-complex",
10220 "num-integer",
10221 "num-iter",
10222 "num-rational",
10223 "num-traits",
10224]
10225
10226[[package]]
10227name = "num-bigint"
10228version = "0.4.6"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10231dependencies = [
10232 "num-integer",
10233 "num-traits",
10234]
10235
10236[[package]]
10237name = "num-bigint-dig"
10238version = "0.8.4"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10241dependencies = [
10242 "byteorder",
10243 "lazy_static",
10244 "libm",
10245 "num-integer",
10246 "num-iter",
10247 "num-traits",
10248 "rand 0.8.5",
10249 "serde",
10250 "smallvec",
10251 "zeroize",
10252]
10253
10254[[package]]
10255name = "num-cmp"
10256version = "0.1.0"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10259
10260[[package]]
10261name = "num-complex"
10262version = "0.4.6"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10265dependencies = [
10266 "num-traits",
10267]
10268
10269[[package]]
10270name = "num-conv"
10271version = "0.1.0"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10274
10275[[package]]
10276name = "num-derive"
10277version = "0.4.2"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10280dependencies = [
10281 "proc-macro2",
10282 "quote",
10283 "syn 2.0.101",
10284]
10285
10286[[package]]
10287name = "num-format"
10288version = "0.4.4"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10291dependencies = [
10292 "arrayvec",
10293 "itoa",
10294]
10295
10296[[package]]
10297name = "num-integer"
10298version = "0.1.46"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10301dependencies = [
10302 "num-traits",
10303]
10304
10305[[package]]
10306name = "num-iter"
10307version = "0.1.45"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10310dependencies = [
10311 "autocfg",
10312 "num-integer",
10313 "num-traits",
10314]
10315
10316[[package]]
10317name = "num-modular"
10318version = "0.6.1"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10321
10322[[package]]
10323name = "num-order"
10324version = "1.2.0"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10327dependencies = [
10328 "num-modular",
10329]
10330
10331[[package]]
10332name = "num-rational"
10333version = "0.4.2"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10336dependencies = [
10337 "num-bigint",
10338 "num-integer",
10339 "num-traits",
10340]
10341
10342[[package]]
10343name = "num-traits"
10344version = "0.2.19"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10347dependencies = [
10348 "autocfg",
10349 "libm",
10350]
10351
10352[[package]]
10353name = "num_cpus"
10354version = "1.16.0"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10357dependencies = [
10358 "hermit-abi 0.3.9",
10359 "libc",
10360]
10361
10362[[package]]
10363name = "num_enum"
10364version = "0.7.3"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10367dependencies = [
10368 "num_enum_derive",
10369]
10370
10371[[package]]
10372name = "num_enum_derive"
10373version = "0.7.3"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10376dependencies = [
10377 "proc-macro-crate",
10378 "proc-macro2",
10379 "quote",
10380 "syn 2.0.101",
10381]
10382
10383[[package]]
10384name = "num_threads"
10385version = "0.1.7"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10388dependencies = [
10389 "libc",
10390]
10391
10392[[package]]
10393name = "nvim-rs"
10394version = "0.9.2"
10395source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10396dependencies = [
10397 "async-trait",
10398 "futures 0.3.31",
10399 "log",
10400 "rmp",
10401 "rmpv",
10402 "tokio",
10403 "tokio-util",
10404]
10405
10406[[package]]
10407name = "objc"
10408version = "0.2.7"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10411dependencies = [
10412 "malloc_buf",
10413 "objc_exception",
10414]
10415
10416[[package]]
10417name = "objc-foundation"
10418version = "0.1.1"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10421dependencies = [
10422 "block",
10423 "objc",
10424 "objc_id",
10425]
10426
10427[[package]]
10428name = "objc2"
10429version = "0.6.1"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10432dependencies = [
10433 "objc2-encode",
10434]
10435
10436[[package]]
10437name = "objc2-app-kit"
10438version = "0.3.1"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10441dependencies = [
10442 "bitflags 2.9.0",
10443 "objc2",
10444 "objc2-core-foundation",
10445 "objc2-foundation",
10446 "objc2-quartz-core",
10447]
10448
10449[[package]]
10450name = "objc2-core-foundation"
10451version = "0.3.1"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10454dependencies = [
10455 "bitflags 2.9.0",
10456 "dispatch2",
10457 "objc2",
10458]
10459
10460[[package]]
10461name = "objc2-encode"
10462version = "4.1.0"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10465
10466[[package]]
10467name = "objc2-foundation"
10468version = "0.3.1"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10471dependencies = [
10472 "bitflags 2.9.0",
10473 "objc2",
10474 "objc2-core-foundation",
10475]
10476
10477[[package]]
10478name = "objc2-metal"
10479version = "0.3.1"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10482dependencies = [
10483 "bitflags 2.9.0",
10484 "block2",
10485 "dispatch2",
10486 "objc2",
10487 "objc2-core-foundation",
10488 "objc2-foundation",
10489]
10490
10491[[package]]
10492name = "objc2-quartz-core"
10493version = "0.3.1"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10496dependencies = [
10497 "bitflags 2.9.0",
10498 "objc2",
10499 "objc2-core-foundation",
10500 "objc2-foundation",
10501 "objc2-metal",
10502]
10503
10504[[package]]
10505name = "objc2-ui-kit"
10506version = "0.3.1"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10509dependencies = [
10510 "bitflags 2.9.0",
10511 "objc2",
10512 "objc2-core-foundation",
10513 "objc2-foundation",
10514 "objc2-quartz-core",
10515]
10516
10517[[package]]
10518name = "objc_exception"
10519version = "0.1.2"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10522dependencies = [
10523 "cc",
10524]
10525
10526[[package]]
10527name = "objc_id"
10528version = "0.1.1"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10531dependencies = [
10532 "objc",
10533]
10534
10535[[package]]
10536name = "object"
10537version = "0.36.7"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10540dependencies = [
10541 "crc32fast",
10542 "hashbrown 0.15.3",
10543 "indexmap",
10544 "memchr",
10545]
10546
10547[[package]]
10548name = "oboe"
10549version = "0.6.1"
10550source = "registry+https://github.com/rust-lang/crates.io-index"
10551checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10552dependencies = [
10553 "jni",
10554 "ndk",
10555 "ndk-context",
10556 "num-derive",
10557 "num-traits",
10558 "oboe-sys",
10559]
10560
10561[[package]]
10562name = "oboe-sys"
10563version = "0.6.1"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10566dependencies = [
10567 "cc",
10568]
10569
10570[[package]]
10571name = "ollama"
10572version = "0.1.0"
10573dependencies = [
10574 "anyhow",
10575 "futures 0.3.31",
10576 "http_client",
10577 "schemars",
10578 "serde",
10579 "serde_json",
10580 "workspace-hack",
10581]
10582
10583[[package]]
10584name = "once_cell"
10585version = "1.21.3"
10586source = "registry+https://github.com/rust-lang/crates.io-index"
10587checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10588
10589[[package]]
10590name = "oo7"
10591version = "0.4.3"
10592source = "registry+https://github.com/rust-lang/crates.io-index"
10593checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10594dependencies = [
10595 "aes",
10596 "ashpd",
10597 "async-fs",
10598 "async-io",
10599 "async-lock",
10600 "blocking",
10601 "cbc",
10602 "cipher",
10603 "digest",
10604 "endi",
10605 "futures-lite 2.6.0",
10606 "futures-util",
10607 "getrandom 0.3.2",
10608 "hkdf",
10609 "hmac",
10610 "md-5",
10611 "num",
10612 "num-bigint-dig",
10613 "pbkdf2 0.12.2",
10614 "rand 0.9.1",
10615 "serde",
10616 "sha2",
10617 "subtle",
10618 "zbus",
10619 "zbus_macros",
10620 "zeroize",
10621 "zvariant",
10622]
10623
10624[[package]]
10625name = "oorandom"
10626version = "11.1.5"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10629
10630[[package]]
10631name = "open"
10632version = "5.3.2"
10633source = "registry+https://github.com/rust-lang/crates.io-index"
10634checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10635dependencies = [
10636 "is-wsl",
10637 "libc",
10638 "pathdiff",
10639]
10640
10641[[package]]
10642name = "open_ai"
10643version = "0.1.0"
10644dependencies = [
10645 "anyhow",
10646 "futures 0.3.31",
10647 "http_client",
10648 "schemars",
10649 "serde",
10650 "serde_json",
10651 "strum 0.27.1",
10652 "workspace-hack",
10653]
10654
10655[[package]]
10656name = "opener"
10657version = "0.7.2"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10660dependencies = [
10661 "bstr",
10662 "dbus",
10663 "normpath",
10664 "windows-sys 0.59.0",
10665]
10666
10667[[package]]
10668name = "openssl"
10669version = "0.10.72"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10672dependencies = [
10673 "bitflags 2.9.0",
10674 "cfg-if",
10675 "foreign-types 0.3.2",
10676 "libc",
10677 "once_cell",
10678 "openssl-macros",
10679 "openssl-sys",
10680]
10681
10682[[package]]
10683name = "openssl-macros"
10684version = "0.1.1"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10687dependencies = [
10688 "proc-macro2",
10689 "quote",
10690 "syn 2.0.101",
10691]
10692
10693[[package]]
10694name = "openssl-probe"
10695version = "0.1.6"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10698
10699[[package]]
10700name = "openssl-sys"
10701version = "0.9.107"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10704dependencies = [
10705 "cc",
10706 "libc",
10707 "pkg-config",
10708 "vcpkg",
10709]
10710
10711[[package]]
10712name = "optfield"
10713version = "0.3.0"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10716dependencies = [
10717 "proc-macro2",
10718 "quote",
10719 "syn 2.0.101",
10720]
10721
10722[[package]]
10723name = "option-ext"
10724version = "0.2.0"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10727
10728[[package]]
10729name = "ordered-float"
10730version = "2.10.1"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10733dependencies = [
10734 "num-traits",
10735]
10736
10737[[package]]
10738name = "ordered-float"
10739version = "4.6.0"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10742dependencies = [
10743 "num-traits",
10744]
10745
10746[[package]]
10747name = "ordered-stream"
10748version = "0.2.0"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10751dependencies = [
10752 "futures-core",
10753 "pin-project-lite",
10754]
10755
10756[[package]]
10757name = "ouroboros"
10758version = "0.18.5"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10761dependencies = [
10762 "aliasable",
10763 "ouroboros_macro",
10764 "static_assertions",
10765]
10766
10767[[package]]
10768name = "ouroboros_macro"
10769version = "0.18.5"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10772dependencies = [
10773 "heck 0.4.1",
10774 "proc-macro2",
10775 "proc-macro2-diagnostics",
10776 "quote",
10777 "syn 2.0.101",
10778]
10779
10780[[package]]
10781name = "outline"
10782version = "0.1.0"
10783dependencies = [
10784 "editor",
10785 "fuzzy",
10786 "gpui",
10787 "indoc",
10788 "language",
10789 "menu",
10790 "ordered-float 2.10.1",
10791 "picker",
10792 "project",
10793 "rope",
10794 "serde_json",
10795 "settings",
10796 "smol",
10797 "theme",
10798 "tree-sitter-rust",
10799 "tree-sitter-typescript",
10800 "ui",
10801 "util",
10802 "workspace",
10803 "workspace-hack",
10804 "zed_actions",
10805]
10806
10807[[package]]
10808name = "outline_panel"
10809version = "0.1.0"
10810dependencies = [
10811 "anyhow",
10812 "collections",
10813 "db",
10814 "editor",
10815 "file_icons",
10816 "fuzzy",
10817 "gpui",
10818 "itertools 0.14.0",
10819 "language",
10820 "log",
10821 "menu",
10822 "outline",
10823 "pretty_assertions",
10824 "project",
10825 "schemars",
10826 "search",
10827 "serde",
10828 "serde_json",
10829 "settings",
10830 "smallvec",
10831 "smol",
10832 "theme",
10833 "ui",
10834 "util",
10835 "workspace",
10836 "workspace-hack",
10837 "worktree",
10838 "zed_actions",
10839]
10840
10841[[package]]
10842name = "outref"
10843version = "0.5.2"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10846
10847[[package]]
10848name = "overload"
10849version = "0.1.1"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10852
10853[[package]]
10854name = "p256"
10855version = "0.11.1"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10858dependencies = [
10859 "ecdsa",
10860 "elliptic-curve",
10861 "sha2",
10862]
10863
10864[[package]]
10865name = "page_size"
10866version = "0.6.0"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10869dependencies = [
10870 "libc",
10871 "winapi",
10872]
10873
10874[[package]]
10875name = "palette"
10876version = "0.7.6"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10879dependencies = [
10880 "approx",
10881 "fast-srgb8",
10882 "palette_derive",
10883]
10884
10885[[package]]
10886name = "palette_derive"
10887version = "0.7.6"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10890dependencies = [
10891 "by_address",
10892 "proc-macro2",
10893 "quote",
10894 "syn 2.0.101",
10895]
10896
10897[[package]]
10898name = "panel"
10899version = "0.1.0"
10900dependencies = [
10901 "editor",
10902 "gpui",
10903 "settings",
10904 "theme",
10905 "ui",
10906 "workspace",
10907 "workspace-hack",
10908]
10909
10910[[package]]
10911name = "parking"
10912version = "2.2.1"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10915
10916[[package]]
10917name = "parking_lot"
10918version = "0.12.3"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10921dependencies = [
10922 "lock_api",
10923 "parking_lot_core",
10924]
10925
10926[[package]]
10927name = "parking_lot_core"
10928version = "0.9.10"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10931dependencies = [
10932 "cfg-if",
10933 "libc",
10934 "redox_syscall 0.5.11",
10935 "smallvec",
10936 "windows-targets 0.52.6",
10937]
10938
10939[[package]]
10940name = "partial-json-fixer"
10941version = "0.5.3"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10944
10945[[package]]
10946name = "password-hash"
10947version = "0.4.2"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10950dependencies = [
10951 "base64ct",
10952 "rand_core 0.6.4",
10953 "subtle",
10954]
10955
10956[[package]]
10957name = "password-hash"
10958version = "0.5.0"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10961dependencies = [
10962 "base64ct",
10963 "rand_core 0.6.4",
10964 "subtle",
10965]
10966
10967[[package]]
10968name = "paste"
10969version = "1.0.15"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10972
10973[[package]]
10974name = "pathdiff"
10975version = "0.2.3"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10978
10979[[package]]
10980name = "pathfinder_geometry"
10981version = "0.5.1"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10984dependencies = [
10985 "log",
10986 "pathfinder_simd",
10987]
10988
10989[[package]]
10990name = "pathfinder_simd"
10991version = "0.5.4"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10994dependencies = [
10995 "rustc_version",
10996]
10997
10998[[package]]
10999name = "paths"
11000version = "0.1.0"
11001dependencies = [
11002 "dirs 4.0.0",
11003 "util",
11004 "workspace-hack",
11005]
11006
11007[[package]]
11008name = "pbjson"
11009version = "0.6.0"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11012dependencies = [
11013 "base64 0.21.7",
11014 "serde",
11015]
11016
11017[[package]]
11018name = "pbjson-build"
11019version = "0.6.2"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11022dependencies = [
11023 "heck 0.4.1",
11024 "itertools 0.11.0",
11025 "prost 0.12.6",
11026 "prost-types 0.12.6",
11027]
11028
11029[[package]]
11030name = "pbjson-types"
11031version = "0.6.0"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11034dependencies = [
11035 "bytes 1.10.1",
11036 "chrono",
11037 "pbjson",
11038 "pbjson-build",
11039 "prost 0.12.6",
11040 "prost-build 0.12.6",
11041 "serde",
11042]
11043
11044[[package]]
11045name = "pbkdf2"
11046version = "0.11.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11049dependencies = [
11050 "digest",
11051 "hmac",
11052 "password-hash 0.4.2",
11053 "sha2",
11054]
11055
11056[[package]]
11057name = "pbkdf2"
11058version = "0.12.2"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11061dependencies = [
11062 "digest",
11063 "hmac",
11064]
11065
11066[[package]]
11067name = "pem"
11068version = "3.0.5"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11071dependencies = [
11072 "base64 0.22.1",
11073 "serde",
11074]
11075
11076[[package]]
11077name = "pem-rfc7468"
11078version = "0.7.0"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11081dependencies = [
11082 "base64ct",
11083]
11084
11085[[package]]
11086name = "percent-encoding"
11087version = "2.3.1"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11090
11091[[package]]
11092name = "perplexity"
11093version = "0.1.0"
11094dependencies = [
11095 "serde",
11096 "zed_extension_api 0.6.0",
11097]
11098
11099[[package]]
11100name = "pest"
11101version = "2.8.0"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11104dependencies = [
11105 "memchr",
11106 "thiserror 2.0.12",
11107 "ucd-trie",
11108]
11109
11110[[package]]
11111name = "pest_derive"
11112version = "2.8.0"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11115dependencies = [
11116 "pest",
11117 "pest_generator",
11118]
11119
11120[[package]]
11121name = "pest_generator"
11122version = "2.8.0"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11125dependencies = [
11126 "pest",
11127 "pest_meta",
11128 "proc-macro2",
11129 "quote",
11130 "syn 2.0.101",
11131]
11132
11133[[package]]
11134name = "pest_meta"
11135version = "2.8.0"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11138dependencies = [
11139 "once_cell",
11140 "pest",
11141 "sha2",
11142]
11143
11144[[package]]
11145name = "pet"
11146version = "0.1.0"
11147source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11148dependencies = [
11149 "clap",
11150 "env_logger 0.10.2",
11151 "lazy_static",
11152 "log",
11153 "msvc_spectre_libs",
11154 "pet-conda",
11155 "pet-core",
11156 "pet-env-var-path",
11157 "pet-fs",
11158 "pet-global-virtualenvs",
11159 "pet-homebrew",
11160 "pet-jsonrpc",
11161 "pet-linux-global-python",
11162 "pet-mac-commandlinetools",
11163 "pet-mac-python-org",
11164 "pet-mac-xcode",
11165 "pet-pipenv",
11166 "pet-pixi",
11167 "pet-poetry",
11168 "pet-pyenv",
11169 "pet-python-utils",
11170 "pet-reporter",
11171 "pet-telemetry",
11172 "pet-venv",
11173 "pet-virtualenv",
11174 "pet-virtualenvwrapper",
11175 "pet-windows-registry",
11176 "pet-windows-store",
11177 "serde",
11178 "serde_json",
11179]
11180
11181[[package]]
11182name = "pet-conda"
11183version = "0.1.0"
11184source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11185dependencies = [
11186 "env_logger 0.10.2",
11187 "lazy_static",
11188 "log",
11189 "msvc_spectre_libs",
11190 "pet-core",
11191 "pet-fs",
11192 "pet-python-utils",
11193 "pet-reporter",
11194 "regex",
11195 "serde",
11196 "serde_json",
11197 "yaml-rust2",
11198]
11199
11200[[package]]
11201name = "pet-core"
11202version = "0.1.0"
11203source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11204dependencies = [
11205 "clap",
11206 "lazy_static",
11207 "log",
11208 "msvc_spectre_libs",
11209 "pet-fs",
11210 "regex",
11211 "serde",
11212 "serde_json",
11213]
11214
11215[[package]]
11216name = "pet-env-var-path"
11217version = "0.1.0"
11218source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11219dependencies = [
11220 "lazy_static",
11221 "log",
11222 "msvc_spectre_libs",
11223 "pet-conda",
11224 "pet-core",
11225 "pet-fs",
11226 "pet-python-utils",
11227 "pet-virtualenv",
11228 "regex",
11229]
11230
11231[[package]]
11232name = "pet-fs"
11233version = "0.1.0"
11234source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11235dependencies = [
11236 "log",
11237 "msvc_spectre_libs",
11238]
11239
11240[[package]]
11241name = "pet-global-virtualenvs"
11242version = "0.1.0"
11243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11244dependencies = [
11245 "log",
11246 "msvc_spectre_libs",
11247 "pet-conda",
11248 "pet-core",
11249 "pet-fs",
11250 "pet-virtualenv",
11251]
11252
11253[[package]]
11254name = "pet-homebrew"
11255version = "0.1.0"
11256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11257dependencies = [
11258 "lazy_static",
11259 "log",
11260 "msvc_spectre_libs",
11261 "pet-conda",
11262 "pet-core",
11263 "pet-fs",
11264 "pet-python-utils",
11265 "pet-virtualenv",
11266 "regex",
11267 "serde",
11268 "serde_json",
11269]
11270
11271[[package]]
11272name = "pet-jsonrpc"
11273version = "0.1.0"
11274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11275dependencies = [
11276 "env_logger 0.10.2",
11277 "log",
11278 "msvc_spectre_libs",
11279 "pet-core",
11280 "serde",
11281 "serde_json",
11282]
11283
11284[[package]]
11285name = "pet-linux-global-python"
11286version = "0.1.0"
11287source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11288dependencies = [
11289 "log",
11290 "msvc_spectre_libs",
11291 "pet-core",
11292 "pet-fs",
11293 "pet-python-utils",
11294 "pet-virtualenv",
11295]
11296
11297[[package]]
11298name = "pet-mac-commandlinetools"
11299version = "0.1.0"
11300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11301dependencies = [
11302 "log",
11303 "msvc_spectre_libs",
11304 "pet-core",
11305 "pet-fs",
11306 "pet-python-utils",
11307 "pet-virtualenv",
11308]
11309
11310[[package]]
11311name = "pet-mac-python-org"
11312version = "0.1.0"
11313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11314dependencies = [
11315 "log",
11316 "msvc_spectre_libs",
11317 "pet-core",
11318 "pet-fs",
11319 "pet-python-utils",
11320 "pet-virtualenv",
11321]
11322
11323[[package]]
11324name = "pet-mac-xcode"
11325version = "0.1.0"
11326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11327dependencies = [
11328 "log",
11329 "msvc_spectre_libs",
11330 "pet-core",
11331 "pet-fs",
11332 "pet-python-utils",
11333 "pet-virtualenv",
11334]
11335
11336[[package]]
11337name = "pet-pipenv"
11338version = "0.1.0"
11339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11340dependencies = [
11341 "log",
11342 "msvc_spectre_libs",
11343 "pet-core",
11344 "pet-fs",
11345 "pet-python-utils",
11346 "pet-virtualenv",
11347]
11348
11349[[package]]
11350name = "pet-pixi"
11351version = "0.1.0"
11352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11353dependencies = [
11354 "log",
11355 "msvc_spectre_libs",
11356 "pet-conda",
11357 "pet-core",
11358 "pet-python-utils",
11359]
11360
11361[[package]]
11362name = "pet-poetry"
11363version = "0.1.0"
11364source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11365dependencies = [
11366 "base64 0.22.1",
11367 "lazy_static",
11368 "log",
11369 "msvc_spectre_libs",
11370 "pet-core",
11371 "pet-fs",
11372 "pet-python-utils",
11373 "pet-reporter",
11374 "pet-virtualenv",
11375 "regex",
11376 "serde",
11377 "serde_json",
11378 "sha2",
11379 "toml 0.8.20",
11380]
11381
11382[[package]]
11383name = "pet-pyenv"
11384version = "0.1.0"
11385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11386dependencies = [
11387 "lazy_static",
11388 "log",
11389 "msvc_spectre_libs",
11390 "pet-conda",
11391 "pet-core",
11392 "pet-fs",
11393 "pet-python-utils",
11394 "pet-reporter",
11395 "regex",
11396 "serde",
11397 "serde_json",
11398]
11399
11400[[package]]
11401name = "pet-python-utils"
11402version = "0.1.0"
11403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11404dependencies = [
11405 "env_logger 0.10.2",
11406 "lazy_static",
11407 "log",
11408 "msvc_spectre_libs",
11409 "pet-core",
11410 "pet-fs",
11411 "regex",
11412 "serde",
11413 "serde_json",
11414 "sha2",
11415]
11416
11417[[package]]
11418name = "pet-reporter"
11419version = "0.1.0"
11420source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11421dependencies = [
11422 "env_logger 0.10.2",
11423 "log",
11424 "msvc_spectre_libs",
11425 "pet-core",
11426 "pet-jsonrpc",
11427 "serde",
11428 "serde_json",
11429]
11430
11431[[package]]
11432name = "pet-telemetry"
11433version = "0.1.0"
11434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11435dependencies = [
11436 "env_logger 0.10.2",
11437 "lazy_static",
11438 "log",
11439 "msvc_spectre_libs",
11440 "pet-core",
11441 "pet-fs",
11442 "pet-python-utils",
11443 "regex",
11444]
11445
11446[[package]]
11447name = "pet-venv"
11448version = "0.1.0"
11449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11450dependencies = [
11451 "log",
11452 "msvc_spectre_libs",
11453 "pet-core",
11454 "pet-python-utils",
11455 "pet-virtualenv",
11456]
11457
11458[[package]]
11459name = "pet-virtualenv"
11460version = "0.1.0"
11461source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11462dependencies = [
11463 "log",
11464 "msvc_spectre_libs",
11465 "pet-core",
11466 "pet-fs",
11467 "pet-python-utils",
11468]
11469
11470[[package]]
11471name = "pet-virtualenvwrapper"
11472version = "0.1.0"
11473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11474dependencies = [
11475 "log",
11476 "msvc_spectre_libs",
11477 "pet-core",
11478 "pet-fs",
11479 "pet-python-utils",
11480 "pet-virtualenv",
11481]
11482
11483[[package]]
11484name = "pet-windows-registry"
11485version = "0.1.0"
11486source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11487dependencies = [
11488 "lazy_static",
11489 "log",
11490 "msvc_spectre_libs",
11491 "pet-conda",
11492 "pet-core",
11493 "pet-fs",
11494 "pet-python-utils",
11495 "pet-virtualenv",
11496 "pet-windows-store",
11497 "regex",
11498 "winreg 0.55.0",
11499]
11500
11501[[package]]
11502name = "pet-windows-store"
11503version = "0.1.0"
11504source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11505dependencies = [
11506 "lazy_static",
11507 "log",
11508 "msvc_spectre_libs",
11509 "pet-core",
11510 "pet-fs",
11511 "pet-python-utils",
11512 "pet-virtualenv",
11513 "regex",
11514 "winreg 0.55.0",
11515]
11516
11517[[package]]
11518name = "petgraph"
11519version = "0.6.5"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11522dependencies = [
11523 "fixedbitset",
11524 "indexmap",
11525]
11526
11527[[package]]
11528name = "pgvector"
11529version = "0.4.0"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11532dependencies = [
11533 "serde",
11534]
11535
11536[[package]]
11537name = "phf"
11538version = "0.11.3"
11539source = "registry+https://github.com/rust-lang/crates.io-index"
11540checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11541dependencies = [
11542 "phf_macros",
11543 "phf_shared",
11544]
11545
11546[[package]]
11547name = "phf_codegen"
11548version = "0.11.3"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11551dependencies = [
11552 "phf_generator",
11553 "phf_shared",
11554]
11555
11556[[package]]
11557name = "phf_generator"
11558version = "0.11.3"
11559source = "registry+https://github.com/rust-lang/crates.io-index"
11560checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11561dependencies = [
11562 "phf_shared",
11563 "rand 0.8.5",
11564]
11565
11566[[package]]
11567name = "phf_macros"
11568version = "0.11.3"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11571dependencies = [
11572 "phf_generator",
11573 "phf_shared",
11574 "proc-macro2",
11575 "quote",
11576 "syn 2.0.101",
11577]
11578
11579[[package]]
11580name = "phf_shared"
11581version = "0.11.3"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11584dependencies = [
11585 "siphasher",
11586]
11587
11588[[package]]
11589name = "picker"
11590version = "0.1.0"
11591dependencies = [
11592 "anyhow",
11593 "ctor",
11594 "editor",
11595 "env_logger 0.11.8",
11596 "gpui",
11597 "menu",
11598 "schemars",
11599 "serde",
11600 "serde_json",
11601 "ui",
11602 "util",
11603 "workspace",
11604 "workspace-hack",
11605]
11606
11607[[package]]
11608name = "pico-args"
11609version = "0.5.0"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11612
11613[[package]]
11614name = "pin-project"
11615version = "1.1.10"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11618dependencies = [
11619 "pin-project-internal",
11620]
11621
11622[[package]]
11623name = "pin-project-internal"
11624version = "1.1.10"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11627dependencies = [
11628 "proc-macro2",
11629 "quote",
11630 "syn 2.0.101",
11631]
11632
11633[[package]]
11634name = "pin-project-lite"
11635version = "0.2.16"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11638
11639[[package]]
11640name = "pin-utils"
11641version = "0.1.0"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11644
11645[[package]]
11646name = "piper"
11647version = "0.2.4"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11650dependencies = [
11651 "atomic-waker",
11652 "fastrand 2.3.0",
11653 "futures-io",
11654]
11655
11656[[package]]
11657name = "pkcs1"
11658version = "0.7.5"
11659source = "registry+https://github.com/rust-lang/crates.io-index"
11660checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11661dependencies = [
11662 "der 0.7.10",
11663 "pkcs8 0.10.2",
11664 "spki 0.7.3",
11665]
11666
11667[[package]]
11668name = "pkcs8"
11669version = "0.9.0"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11672dependencies = [
11673 "der 0.6.1",
11674 "spki 0.6.0",
11675]
11676
11677[[package]]
11678name = "pkcs8"
11679version = "0.10.2"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11682dependencies = [
11683 "der 0.7.10",
11684 "spki 0.7.3",
11685]
11686
11687[[package]]
11688name = "pkg-config"
11689version = "0.3.32"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11692
11693[[package]]
11694name = "plist"
11695version = "1.7.1"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11698dependencies = [
11699 "base64 0.22.1",
11700 "indexmap",
11701 "quick-xml 0.32.0",
11702 "serde",
11703 "time",
11704]
11705
11706[[package]]
11707name = "plotters"
11708version = "0.3.7"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11711dependencies = [
11712 "num-traits",
11713 "plotters-backend",
11714 "plotters-svg",
11715 "wasm-bindgen",
11716 "web-sys",
11717]
11718
11719[[package]]
11720name = "plotters-backend"
11721version = "0.3.7"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11724
11725[[package]]
11726name = "plotters-svg"
11727version = "0.3.7"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11730dependencies = [
11731 "plotters-backend",
11732]
11733
11734[[package]]
11735name = "png"
11736version = "0.17.16"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11739dependencies = [
11740 "bitflags 1.3.2",
11741 "crc32fast",
11742 "fdeflate",
11743 "flate2",
11744 "miniz_oxide",
11745]
11746
11747[[package]]
11748name = "polling"
11749version = "3.7.4"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11752dependencies = [
11753 "cfg-if",
11754 "concurrent-queue",
11755 "hermit-abi 0.4.0",
11756 "pin-project-lite",
11757 "rustix 0.38.44",
11758 "tracing",
11759 "windows-sys 0.59.0",
11760]
11761
11762[[package]]
11763name = "pollster"
11764version = "0.2.5"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11767
11768[[package]]
11769name = "pollster"
11770version = "0.4.0"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11773
11774[[package]]
11775name = "portable-atomic"
11776version = "1.11.0"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11779
11780[[package]]
11781name = "portable-atomic-util"
11782version = "0.2.4"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11785dependencies = [
11786 "portable-atomic",
11787]
11788
11789[[package]]
11790name = "portable-pty"
11791version = "0.9.0"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11794dependencies = [
11795 "anyhow",
11796 "bitflags 1.3.2",
11797 "downcast-rs",
11798 "filedescriptor",
11799 "lazy_static",
11800 "libc",
11801 "log",
11802 "nix 0.28.0",
11803 "serial2",
11804 "shared_library",
11805 "shell-words",
11806 "winapi",
11807 "winreg 0.10.1",
11808]
11809
11810[[package]]
11811name = "postage"
11812version = "0.5.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11815dependencies = [
11816 "atomic",
11817 "crossbeam-queue",
11818 "futures 0.3.31",
11819 "log",
11820 "parking_lot",
11821 "pin-project",
11822 "pollster 0.2.5",
11823 "static_assertions",
11824 "thiserror 1.0.69",
11825]
11826
11827[[package]]
11828name = "postcard"
11829version = "1.1.1"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11832dependencies = [
11833 "cobs",
11834 "embedded-io 0.4.0",
11835 "embedded-io 0.6.1",
11836 "serde",
11837]
11838
11839[[package]]
11840name = "powerfmt"
11841version = "0.2.0"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11844
11845[[package]]
11846name = "ppv-lite86"
11847version = "0.2.21"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11850dependencies = [
11851 "zerocopy 0.8.24",
11852]
11853
11854[[package]]
11855name = "precomputed-hash"
11856version = "0.1.1"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11859
11860[[package]]
11861name = "prettier"
11862version = "0.1.0"
11863dependencies = [
11864 "anyhow",
11865 "collections",
11866 "fs",
11867 "gpui",
11868 "language",
11869 "log",
11870 "lsp",
11871 "node_runtime",
11872 "parking_lot",
11873 "paths",
11874 "serde",
11875 "serde_json",
11876 "util",
11877 "workspace-hack",
11878]
11879
11880[[package]]
11881name = "pretty_assertions"
11882version = "1.4.1"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11885dependencies = [
11886 "diff",
11887 "yansi",
11888]
11889
11890[[package]]
11891name = "prettyplease"
11892version = "0.2.32"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11895dependencies = [
11896 "proc-macro2",
11897 "syn 2.0.101",
11898]
11899
11900[[package]]
11901name = "proc-macro-crate"
11902version = "3.3.0"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11905dependencies = [
11906 "toml_edit",
11907]
11908
11909[[package]]
11910name = "proc-macro-error-attr2"
11911version = "2.0.0"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11914dependencies = [
11915 "proc-macro2",
11916 "quote",
11917]
11918
11919[[package]]
11920name = "proc-macro-error2"
11921version = "2.0.1"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11924dependencies = [
11925 "proc-macro-error-attr2",
11926 "proc-macro2",
11927 "quote",
11928 "syn 2.0.101",
11929]
11930
11931[[package]]
11932name = "proc-macro2"
11933version = "1.0.95"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11936dependencies = [
11937 "unicode-ident",
11938]
11939
11940[[package]]
11941name = "proc-macro2-diagnostics"
11942version = "0.10.1"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11945dependencies = [
11946 "proc-macro2",
11947 "quote",
11948 "syn 2.0.101",
11949 "version_check",
11950 "yansi",
11951]
11952
11953[[package]]
11954name = "prodash"
11955version = "29.0.2"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11958dependencies = [
11959 "log",
11960 "parking_lot",
11961]
11962
11963[[package]]
11964name = "profiling"
11965version = "1.0.16"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11968dependencies = [
11969 "profiling-procmacros",
11970]
11971
11972[[package]]
11973name = "profiling-procmacros"
11974version = "1.0.16"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11977dependencies = [
11978 "quote",
11979 "syn 2.0.101",
11980]
11981
11982[[package]]
11983name = "project"
11984version = "0.1.0"
11985dependencies = [
11986 "aho-corasick",
11987 "anyhow",
11988 "askpass",
11989 "async-trait",
11990 "buffer_diff",
11991 "circular-buffer",
11992 "client",
11993 "clock",
11994 "collections",
11995 "context_server",
11996 "dap",
11997 "dap_adapters",
11998 "env_logger 0.11.8",
11999 "extension",
12000 "fancy-regex 0.14.0",
12001 "fs",
12002 "futures 0.3.31",
12003 "fuzzy",
12004 "git",
12005 "git2",
12006 "git_hosting_providers",
12007 "globset",
12008 "gpui",
12009 "http_client",
12010 "image",
12011 "indexmap",
12012 "itertools 0.14.0",
12013 "language",
12014 "log",
12015 "lsp",
12016 "node_runtime",
12017 "parking_lot",
12018 "pathdiff",
12019 "paths",
12020 "postage",
12021 "prettier",
12022 "pretty_assertions",
12023 "rand 0.8.5",
12024 "regex",
12025 "release_channel",
12026 "remote",
12027 "rpc",
12028 "schemars",
12029 "serde",
12030 "serde_json",
12031 "settings",
12032 "sha2",
12033 "shellexpand 2.1.2",
12034 "shlex",
12035 "smol",
12036 "snippet",
12037 "snippet_provider",
12038 "sum_tree",
12039 "task",
12040 "tempfile",
12041 "terminal",
12042 "text",
12043 "toml 0.8.20",
12044 "unindent",
12045 "url",
12046 "util",
12047 "which 6.0.3",
12048 "workspace-hack",
12049 "worktree",
12050 "zlog",
12051]
12052
12053[[package]]
12054name = "project_panel"
12055version = "0.1.0"
12056dependencies = [
12057 "anyhow",
12058 "client",
12059 "collections",
12060 "command_palette_hooks",
12061 "db",
12062 "editor",
12063 "file_icons",
12064 "git",
12065 "gpui",
12066 "indexmap",
12067 "language",
12068 "menu",
12069 "pretty_assertions",
12070 "project",
12071 "schemars",
12072 "search",
12073 "serde",
12074 "serde_derive",
12075 "serde_json",
12076 "settings",
12077 "smallvec",
12078 "theme",
12079 "ui",
12080 "util",
12081 "workspace",
12082 "workspace-hack",
12083 "worktree",
12084 "zed_actions",
12085]
12086
12087[[package]]
12088name = "project_symbols"
12089version = "0.1.0"
12090dependencies = [
12091 "anyhow",
12092 "editor",
12093 "futures 0.3.31",
12094 "fuzzy",
12095 "gpui",
12096 "language",
12097 "lsp",
12098 "ordered-float 2.10.1",
12099 "picker",
12100 "project",
12101 "release_channel",
12102 "serde_json",
12103 "settings",
12104 "theme",
12105 "util",
12106 "workspace",
12107 "workspace-hack",
12108]
12109
12110[[package]]
12111name = "prometheus"
12112version = "0.14.0"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12115dependencies = [
12116 "cfg-if",
12117 "fnv",
12118 "lazy_static",
12119 "memchr",
12120 "parking_lot",
12121 "protobuf",
12122 "thiserror 2.0.12",
12123]
12124
12125[[package]]
12126name = "prompt_store"
12127version = "0.1.0"
12128dependencies = [
12129 "anyhow",
12130 "assets",
12131 "chrono",
12132 "collections",
12133 "fs",
12134 "futures 0.3.31",
12135 "fuzzy",
12136 "gpui",
12137 "handlebars 4.5.0",
12138 "heed",
12139 "language",
12140 "log",
12141 "parking_lot",
12142 "paths",
12143 "rope",
12144 "serde",
12145 "serde_json",
12146 "text",
12147 "util",
12148 "uuid",
12149 "workspace-hack",
12150]
12151
12152[[package]]
12153name = "prost"
12154version = "0.9.0"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12157dependencies = [
12158 "bytes 1.10.1",
12159 "prost-derive 0.9.0",
12160]
12161
12162[[package]]
12163name = "prost"
12164version = "0.12.6"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12167dependencies = [
12168 "bytes 1.10.1",
12169 "prost-derive 0.12.6",
12170]
12171
12172[[package]]
12173name = "prost"
12174version = "0.13.5"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12177dependencies = [
12178 "bytes 1.10.1",
12179 "prost-derive 0.13.5",
12180]
12181
12182[[package]]
12183name = "prost-build"
12184version = "0.9.0"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12187dependencies = [
12188 "bytes 1.10.1",
12189 "heck 0.3.3",
12190 "itertools 0.10.5",
12191 "lazy_static",
12192 "log",
12193 "multimap 0.8.3",
12194 "petgraph",
12195 "prost 0.9.0",
12196 "prost-types 0.9.0",
12197 "regex",
12198 "tempfile",
12199 "which 4.4.2",
12200]
12201
12202[[package]]
12203name = "prost-build"
12204version = "0.12.6"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12207dependencies = [
12208 "bytes 1.10.1",
12209 "heck 0.5.0",
12210 "itertools 0.12.1",
12211 "log",
12212 "multimap 0.10.0",
12213 "once_cell",
12214 "petgraph",
12215 "prettyplease",
12216 "prost 0.12.6",
12217 "prost-types 0.12.6",
12218 "regex",
12219 "syn 2.0.101",
12220 "tempfile",
12221]
12222
12223[[package]]
12224name = "prost-derive"
12225version = "0.9.0"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12228dependencies = [
12229 "anyhow",
12230 "itertools 0.10.5",
12231 "proc-macro2",
12232 "quote",
12233 "syn 1.0.109",
12234]
12235
12236[[package]]
12237name = "prost-derive"
12238version = "0.12.6"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12241dependencies = [
12242 "anyhow",
12243 "itertools 0.12.1",
12244 "proc-macro2",
12245 "quote",
12246 "syn 2.0.101",
12247]
12248
12249[[package]]
12250name = "prost-derive"
12251version = "0.13.5"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12254dependencies = [
12255 "anyhow",
12256 "itertools 0.14.0",
12257 "proc-macro2",
12258 "quote",
12259 "syn 2.0.101",
12260]
12261
12262[[package]]
12263name = "prost-types"
12264version = "0.9.0"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12267dependencies = [
12268 "bytes 1.10.1",
12269 "prost 0.9.0",
12270]
12271
12272[[package]]
12273name = "prost-types"
12274version = "0.12.6"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12277dependencies = [
12278 "prost 0.12.6",
12279]
12280
12281[[package]]
12282name = "proto"
12283version = "0.1.0"
12284dependencies = [
12285 "anyhow",
12286 "collections",
12287 "prost 0.9.0",
12288 "prost-build 0.9.0",
12289 "serde",
12290 "workspace-hack",
12291]
12292
12293[[package]]
12294name = "protobuf"
12295version = "3.7.2"
12296source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12298dependencies = [
12299 "once_cell",
12300 "protobuf-support",
12301 "thiserror 1.0.69",
12302]
12303
12304[[package]]
12305name = "protobuf-support"
12306version = "3.7.2"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12309dependencies = [
12310 "thiserror 1.0.69",
12311]
12312
12313[[package]]
12314name = "psm"
12315version = "0.1.25"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12318dependencies = [
12319 "cc",
12320]
12321
12322[[package]]
12323name = "ptr_meta"
12324version = "0.1.4"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12327dependencies = [
12328 "ptr_meta_derive",
12329]
12330
12331[[package]]
12332name = "ptr_meta_derive"
12333version = "0.1.4"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12336dependencies = [
12337 "proc-macro2",
12338 "quote",
12339 "syn 1.0.109",
12340]
12341
12342[[package]]
12343name = "pulldown-cmark"
12344version = "0.10.3"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12347dependencies = [
12348 "bitflags 2.9.0",
12349 "memchr",
12350 "pulldown-cmark-escape",
12351 "unicase",
12352]
12353
12354[[package]]
12355name = "pulldown-cmark"
12356version = "0.12.2"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12359dependencies = [
12360 "bitflags 2.9.0",
12361 "memchr",
12362 "unicase",
12363]
12364
12365[[package]]
12366name = "pulldown-cmark-escape"
12367version = "0.10.1"
12368source = "registry+https://github.com/rust-lang/crates.io-index"
12369checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12370
12371[[package]]
12372name = "pulley-interpreter"
12373version = "29.0.1"
12374source = "registry+https://github.com/rust-lang/crates.io-index"
12375checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12376dependencies = [
12377 "cranelift-bitset",
12378 "log",
12379 "sptr",
12380 "wasmtime-math",
12381]
12382
12383[[package]]
12384name = "qoi"
12385version = "0.4.1"
12386source = "registry+https://github.com/rust-lang/crates.io-index"
12387checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12388dependencies = [
12389 "bytemuck",
12390]
12391
12392[[package]]
12393name = "quick-error"
12394version = "2.0.1"
12395source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12397
12398[[package]]
12399name = "quick-xml"
12400version = "0.30.0"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12403dependencies = [
12404 "memchr",
12405]
12406
12407[[package]]
12408name = "quick-xml"
12409version = "0.32.0"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12412dependencies = [
12413 "memchr",
12414]
12415
12416[[package]]
12417name = "quick-xml"
12418version = "0.37.4"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12421dependencies = [
12422 "memchr",
12423]
12424
12425[[package]]
12426name = "quinn"
12427version = "0.11.7"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12430dependencies = [
12431 "bytes 1.10.1",
12432 "cfg_aliases 0.2.1",
12433 "pin-project-lite",
12434 "quinn-proto",
12435 "quinn-udp",
12436 "rustc-hash 2.1.1",
12437 "rustls 0.23.26",
12438 "socket2",
12439 "thiserror 2.0.12",
12440 "tokio",
12441 "tracing",
12442 "web-time",
12443]
12444
12445[[package]]
12446name = "quinn-proto"
12447version = "0.11.10"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12450dependencies = [
12451 "bytes 1.10.1",
12452 "getrandom 0.3.2",
12453 "rand 0.9.1",
12454 "ring",
12455 "rustc-hash 2.1.1",
12456 "rustls 0.23.26",
12457 "rustls-pki-types",
12458 "slab",
12459 "thiserror 2.0.12",
12460 "tinyvec",
12461 "tracing",
12462 "web-time",
12463]
12464
12465[[package]]
12466name = "quinn-udp"
12467version = "0.5.11"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12470dependencies = [
12471 "cfg_aliases 0.2.1",
12472 "libc",
12473 "once_cell",
12474 "socket2",
12475 "tracing",
12476 "windows-sys 0.59.0",
12477]
12478
12479[[package]]
12480name = "quote"
12481version = "1.0.40"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12484dependencies = [
12485 "proc-macro2",
12486]
12487
12488[[package]]
12489name = "r-efi"
12490version = "5.2.0"
12491source = "registry+https://github.com/rust-lang/crates.io-index"
12492checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12493
12494[[package]]
12495name = "radium"
12496version = "0.7.0"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12499
12500[[package]]
12501name = "rand"
12502version = "0.7.3"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12505dependencies = [
12506 "getrandom 0.1.16",
12507 "libc",
12508 "rand_chacha 0.2.2",
12509 "rand_core 0.5.1",
12510 "rand_hc",
12511]
12512
12513[[package]]
12514name = "rand"
12515version = "0.8.5"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12518dependencies = [
12519 "libc",
12520 "rand_chacha 0.3.1",
12521 "rand_core 0.6.4",
12522]
12523
12524[[package]]
12525name = "rand"
12526version = "0.9.1"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12529dependencies = [
12530 "rand_chacha 0.9.0",
12531 "rand_core 0.9.3",
12532]
12533
12534[[package]]
12535name = "rand_chacha"
12536version = "0.2.2"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12539dependencies = [
12540 "ppv-lite86",
12541 "rand_core 0.5.1",
12542]
12543
12544[[package]]
12545name = "rand_chacha"
12546version = "0.3.1"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12549dependencies = [
12550 "ppv-lite86",
12551 "rand_core 0.6.4",
12552]
12553
12554[[package]]
12555name = "rand_chacha"
12556version = "0.9.0"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12559dependencies = [
12560 "ppv-lite86",
12561 "rand_core 0.9.3",
12562]
12563
12564[[package]]
12565name = "rand_core"
12566version = "0.5.1"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12569dependencies = [
12570 "getrandom 0.1.16",
12571]
12572
12573[[package]]
12574name = "rand_core"
12575version = "0.6.4"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12578dependencies = [
12579 "getrandom 0.2.15",
12580]
12581
12582[[package]]
12583name = "rand_core"
12584version = "0.9.3"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12587dependencies = [
12588 "getrandom 0.3.2",
12589]
12590
12591[[package]]
12592name = "rand_hc"
12593version = "0.2.0"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12596dependencies = [
12597 "rand_core 0.5.1",
12598]
12599
12600[[package]]
12601name = "rangemap"
12602version = "1.5.1"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12605
12606[[package]]
12607name = "rav1e"
12608version = "0.7.1"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12611dependencies = [
12612 "arbitrary",
12613 "arg_enum_proc_macro",
12614 "arrayvec",
12615 "av1-grain",
12616 "bitstream-io",
12617 "built",
12618 "cfg-if",
12619 "interpolate_name",
12620 "itertools 0.12.1",
12621 "libc",
12622 "libfuzzer-sys",
12623 "log",
12624 "maybe-rayon",
12625 "new_debug_unreachable",
12626 "noop_proc_macro",
12627 "num-derive",
12628 "num-traits",
12629 "once_cell",
12630 "paste",
12631 "profiling",
12632 "rand 0.8.5",
12633 "rand_chacha 0.3.1",
12634 "simd_helpers",
12635 "system-deps",
12636 "thiserror 1.0.69",
12637 "v_frame",
12638 "wasm-bindgen",
12639]
12640
12641[[package]]
12642name = "ravif"
12643version = "0.11.12"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12646dependencies = [
12647 "avif-serialize",
12648 "imgref",
12649 "loop9",
12650 "quick-error",
12651 "rav1e",
12652 "rayon",
12653 "rgb",
12654]
12655
12656[[package]]
12657name = "raw-window-handle"
12658version = "0.6.2"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12661
12662[[package]]
12663name = "raw-window-metal"
12664version = "0.4.0"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12667dependencies = [
12668 "cocoa 0.25.0",
12669 "core-graphics 0.23.2",
12670 "objc",
12671 "raw-window-handle",
12672]
12673
12674[[package]]
12675name = "rayon"
12676version = "1.10.0"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12679dependencies = [
12680 "either",
12681 "rayon-core",
12682]
12683
12684[[package]]
12685name = "rayon-core"
12686version = "1.12.1"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12689dependencies = [
12690 "crossbeam-deque",
12691 "crossbeam-utils",
12692]
12693
12694[[package]]
12695name = "read-fonts"
12696version = "0.25.3"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12699dependencies = [
12700 "bytemuck",
12701 "font-types",
12702]
12703
12704[[package]]
12705name = "recent_projects"
12706version = "0.1.0"
12707dependencies = [
12708 "anyhow",
12709 "auto_update",
12710 "dap",
12711 "editor",
12712 "extension_host",
12713 "file_finder",
12714 "futures 0.3.31",
12715 "fuzzy",
12716 "gpui",
12717 "language",
12718 "log",
12719 "markdown",
12720 "menu",
12721 "ordered-float 2.10.1",
12722 "paths",
12723 "picker",
12724 "project",
12725 "release_channel",
12726 "remote",
12727 "schemars",
12728 "serde",
12729 "serde_json",
12730 "settings",
12731 "smol",
12732 "task",
12733 "telemetry",
12734 "theme",
12735 "ui",
12736 "util",
12737 "workspace",
12738 "workspace-hack",
12739 "zed_actions",
12740]
12741
12742[[package]]
12743name = "redox_syscall"
12744version = "0.2.16"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12747dependencies = [
12748 "bitflags 1.3.2",
12749]
12750
12751[[package]]
12752name = "redox_syscall"
12753version = "0.5.11"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12756dependencies = [
12757 "bitflags 2.9.0",
12758]
12759
12760[[package]]
12761name = "redox_users"
12762version = "0.4.6"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12765dependencies = [
12766 "getrandom 0.2.15",
12767 "libredox",
12768 "thiserror 1.0.69",
12769]
12770
12771[[package]]
12772name = "redox_users"
12773version = "0.5.0"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12776dependencies = [
12777 "getrandom 0.2.15",
12778 "libredox",
12779 "thiserror 2.0.12",
12780]
12781
12782[[package]]
12783name = "ref-cast"
12784version = "1.0.24"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12787dependencies = [
12788 "ref-cast-impl",
12789]
12790
12791[[package]]
12792name = "ref-cast-impl"
12793version = "1.0.24"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12796dependencies = [
12797 "proc-macro2",
12798 "quote",
12799 "syn 2.0.101",
12800]
12801
12802[[package]]
12803name = "referencing"
12804version = "0.30.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12807dependencies = [
12808 "ahash 0.8.11",
12809 "fluent-uri",
12810 "once_cell",
12811 "parking_lot",
12812 "percent-encoding",
12813 "serde_json",
12814]
12815
12816[[package]]
12817name = "refineable"
12818version = "0.1.0"
12819dependencies = [
12820 "derive_refineable",
12821 "workspace-hack",
12822]
12823
12824[[package]]
12825name = "regalloc2"
12826version = "0.11.2"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12829dependencies = [
12830 "allocator-api2",
12831 "bumpalo",
12832 "hashbrown 0.15.3",
12833 "log",
12834 "rustc-hash 2.1.1",
12835 "serde",
12836 "smallvec",
12837]
12838
12839[[package]]
12840name = "regex"
12841version = "1.11.1"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12844dependencies = [
12845 "aho-corasick",
12846 "memchr",
12847 "regex-automata 0.4.9",
12848 "regex-syntax 0.8.5",
12849]
12850
12851[[package]]
12852name = "regex-automata"
12853version = "0.1.10"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12856dependencies = [
12857 "regex-syntax 0.6.29",
12858]
12859
12860[[package]]
12861name = "regex-automata"
12862version = "0.4.9"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12865dependencies = [
12866 "aho-corasick",
12867 "memchr",
12868 "regex-syntax 0.8.5",
12869]
12870
12871[[package]]
12872name = "regex-lite"
12873version = "0.1.6"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12876
12877[[package]]
12878name = "regex-syntax"
12879version = "0.6.29"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12882
12883[[package]]
12884name = "regex-syntax"
12885version = "0.8.5"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12888
12889[[package]]
12890name = "release_channel"
12891version = "0.1.0"
12892dependencies = [
12893 "gpui",
12894 "workspace-hack",
12895]
12896
12897[[package]]
12898name = "remote"
12899version = "0.1.0"
12900dependencies = [
12901 "anyhow",
12902 "askpass",
12903 "async-trait",
12904 "collections",
12905 "fs",
12906 "futures 0.3.31",
12907 "gpui",
12908 "itertools 0.14.0",
12909 "log",
12910 "parking_lot",
12911 "paths",
12912 "prost 0.9.0",
12913 "release_channel",
12914 "rpc",
12915 "schemars",
12916 "serde",
12917 "serde_json",
12918 "shlex",
12919 "smol",
12920 "tempfile",
12921 "thiserror 2.0.12",
12922 "urlencoding",
12923 "util",
12924 "workspace-hack",
12925]
12926
12927[[package]]
12928name = "remote_server"
12929version = "0.1.0"
12930dependencies = [
12931 "anyhow",
12932 "askpass",
12933 "assistant_tool",
12934 "assistant_tools",
12935 "async-watch",
12936 "backtrace",
12937 "cargo_toml",
12938 "chrono",
12939 "clap",
12940 "client",
12941 "clock",
12942 "dap",
12943 "dap_adapters",
12944 "debug_adapter_extension",
12945 "env_logger 0.11.8",
12946 "extension",
12947 "extension_host",
12948 "fork",
12949 "fs",
12950 "futures 0.3.31",
12951 "git",
12952 "git_hosting_providers",
12953 "gpui",
12954 "gpui_tokio",
12955 "http_client",
12956 "language",
12957 "language_extension",
12958 "language_model",
12959 "languages",
12960 "libc",
12961 "log",
12962 "lsp",
12963 "node_runtime",
12964 "paths",
12965 "project",
12966 "proto",
12967 "release_channel",
12968 "remote",
12969 "reqwest_client",
12970 "rpc",
12971 "rust-embed",
12972 "serde",
12973 "serde_json",
12974 "settings",
12975 "shellexpand 2.1.2",
12976 "smol",
12977 "sysinfo",
12978 "telemetry_events",
12979 "toml 0.8.20",
12980 "unindent",
12981 "util",
12982 "worktree",
12983]
12984
12985[[package]]
12986name = "rend"
12987version = "0.4.2"
12988source = "registry+https://github.com/rust-lang/crates.io-index"
12989checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12990dependencies = [
12991 "bytecheck",
12992]
12993
12994[[package]]
12995name = "repl"
12996version = "0.1.0"
12997dependencies = [
12998 "alacritty_terminal",
12999 "anyhow",
13000 "async-dispatcher",
13001 "async-tungstenite",
13002 "base64 0.22.1",
13003 "client",
13004 "collections",
13005 "command_palette_hooks",
13006 "editor",
13007 "env_logger 0.11.8",
13008 "feature_flags",
13009 "file_icons",
13010 "futures 0.3.31",
13011 "gpui",
13012 "http_client",
13013 "image",
13014 "indoc",
13015 "jupyter-protocol",
13016 "jupyter-websocket-client",
13017 "language",
13018 "languages",
13019 "log",
13020 "markdown_preview",
13021 "menu",
13022 "multi_buffer",
13023 "nbformat",
13024 "picker",
13025 "project",
13026 "runtimelib",
13027 "schemars",
13028 "serde",
13029 "serde_json",
13030 "settings",
13031 "smol",
13032 "telemetry",
13033 "terminal",
13034 "terminal_view",
13035 "theme",
13036 "tree-sitter-md",
13037 "tree-sitter-python",
13038 "tree-sitter-typescript",
13039 "ui",
13040 "util",
13041 "uuid",
13042 "workspace",
13043 "workspace-hack",
13044]
13045
13046[[package]]
13047name = "reqwest"
13048version = "0.11.27"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13051dependencies = [
13052 "base64 0.21.7",
13053 "bytes 1.10.1",
13054 "encoding_rs",
13055 "futures-core",
13056 "futures-util",
13057 "h2 0.3.26",
13058 "http 0.2.12",
13059 "http-body 0.4.6",
13060 "hyper 0.14.32",
13061 "hyper-rustls 0.24.2",
13062 "hyper-tls",
13063 "ipnet",
13064 "js-sys",
13065 "log",
13066 "mime",
13067 "native-tls",
13068 "once_cell",
13069 "percent-encoding",
13070 "pin-project-lite",
13071 "rustls 0.21.12",
13072 "rustls-native-certs 0.6.3",
13073 "rustls-pemfile 1.0.4",
13074 "serde",
13075 "serde_json",
13076 "serde_urlencoded",
13077 "sync_wrapper 0.1.2",
13078 "system-configuration 0.5.1",
13079 "tokio",
13080 "tokio-native-tls",
13081 "tokio-rustls 0.24.1",
13082 "tower-service",
13083 "url",
13084 "wasm-bindgen",
13085 "wasm-bindgen-futures",
13086 "web-sys",
13087 "winreg 0.50.0",
13088]
13089
13090[[package]]
13091name = "reqwest"
13092version = "0.12.15"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13095dependencies = [
13096 "base64 0.22.1",
13097 "bytes 1.10.1",
13098 "futures-channel",
13099 "futures-core",
13100 "futures-util",
13101 "http 1.3.1",
13102 "http-body 1.0.1",
13103 "http-body-util",
13104 "hyper 1.6.0",
13105 "hyper-util",
13106 "ipnet",
13107 "js-sys",
13108 "log",
13109 "mime",
13110 "once_cell",
13111 "percent-encoding",
13112 "pin-project-lite",
13113 "serde",
13114 "serde_json",
13115 "serde_urlencoded",
13116 "sync_wrapper 1.0.2",
13117 "tokio",
13118 "tower 0.5.2",
13119 "tower-service",
13120 "url",
13121 "wasm-bindgen",
13122 "wasm-bindgen-futures",
13123 "web-sys",
13124 "windows-registry 0.4.0",
13125]
13126
13127[[package]]
13128name = "reqwest"
13129version = "0.12.15"
13130source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13131dependencies = [
13132 "base64 0.22.1",
13133 "bytes 1.10.1",
13134 "encoding_rs",
13135 "futures-core",
13136 "futures-util",
13137 "h2 0.4.9",
13138 "http 1.3.1",
13139 "http-body 1.0.1",
13140 "http-body-util",
13141 "hyper 1.6.0",
13142 "hyper-rustls 0.27.5",
13143 "hyper-util",
13144 "ipnet",
13145 "js-sys",
13146 "log",
13147 "mime",
13148 "once_cell",
13149 "percent-encoding",
13150 "pin-project-lite",
13151 "quinn",
13152 "rustls 0.23.26",
13153 "rustls-native-certs 0.8.1",
13154 "rustls-pemfile 2.2.0",
13155 "rustls-pki-types",
13156 "serde",
13157 "serde_json",
13158 "serde_urlencoded",
13159 "sync_wrapper 1.0.2",
13160 "system-configuration 0.6.1",
13161 "tokio",
13162 "tokio-rustls 0.26.2",
13163 "tokio-socks",
13164 "tokio-util",
13165 "tower 0.5.2",
13166 "tower-service",
13167 "url",
13168 "wasm-bindgen",
13169 "wasm-bindgen-futures",
13170 "wasm-streams",
13171 "web-sys",
13172 "windows-registry 0.4.0",
13173]
13174
13175[[package]]
13176name = "reqwest_client"
13177version = "0.1.0"
13178dependencies = [
13179 "anyhow",
13180 "bytes 1.10.1",
13181 "futures 0.3.31",
13182 "gpui",
13183 "http_client",
13184 "http_client_tls",
13185 "log",
13186 "regex",
13187 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13188 "serde",
13189 "smol",
13190 "tokio",
13191 "workspace-hack",
13192]
13193
13194[[package]]
13195name = "resvg"
13196version = "0.45.1"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13199dependencies = [
13200 "log",
13201 "pico-args",
13202 "rgb",
13203 "svgtypes",
13204 "tiny-skia",
13205 "usvg",
13206]
13207
13208[[package]]
13209name = "rfc6979"
13210version = "0.3.1"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13213dependencies = [
13214 "crypto-bigint 0.4.9",
13215 "hmac",
13216 "zeroize",
13217]
13218
13219[[package]]
13220name = "rgb"
13221version = "0.8.50"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13224dependencies = [
13225 "bytemuck",
13226]
13227
13228[[package]]
13229name = "rich_text"
13230version = "0.1.0"
13231dependencies = [
13232 "futures 0.3.31",
13233 "gpui",
13234 "language",
13235 "linkify",
13236 "pulldown-cmark 0.12.2",
13237 "theme",
13238 "ui",
13239 "util",
13240 "workspace-hack",
13241]
13242
13243[[package]]
13244name = "ring"
13245version = "0.17.14"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13248dependencies = [
13249 "cc",
13250 "cfg-if",
13251 "getrandom 0.2.15",
13252 "libc",
13253 "untrusted",
13254 "windows-sys 0.52.0",
13255]
13256
13257[[package]]
13258name = "rkyv"
13259version = "0.7.45"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13262dependencies = [
13263 "bitvec",
13264 "bytecheck",
13265 "bytes 1.10.1",
13266 "hashbrown 0.12.3",
13267 "ptr_meta",
13268 "rend",
13269 "rkyv_derive",
13270 "seahash",
13271 "tinyvec",
13272 "uuid",
13273]
13274
13275[[package]]
13276name = "rkyv_derive"
13277version = "0.7.45"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13280dependencies = [
13281 "proc-macro2",
13282 "quote",
13283 "syn 1.0.109",
13284]
13285
13286[[package]]
13287name = "rmp"
13288version = "0.8.14"
13289source = "registry+https://github.com/rust-lang/crates.io-index"
13290checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13291dependencies = [
13292 "byteorder",
13293 "num-traits",
13294 "paste",
13295]
13296
13297[[package]]
13298name = "rmpv"
13299version = "1.3.0"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13302dependencies = [
13303 "num-traits",
13304 "rmp",
13305]
13306
13307[[package]]
13308name = "rodio"
13309version = "0.20.1"
13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13312dependencies = [
13313 "cpal",
13314 "hound",
13315]
13316
13317[[package]]
13318name = "rope"
13319version = "0.1.0"
13320dependencies = [
13321 "arrayvec",
13322 "criterion",
13323 "ctor",
13324 "env_logger 0.11.8",
13325 "gpui",
13326 "log",
13327 "rand 0.8.5",
13328 "rayon",
13329 "smallvec",
13330 "sum_tree",
13331 "unicode-segmentation",
13332 "util",
13333 "workspace-hack",
13334]
13335
13336[[package]]
13337name = "roxmltree"
13338version = "0.20.0"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13341
13342[[package]]
13343name = "rpc"
13344version = "0.1.0"
13345dependencies = [
13346 "anyhow",
13347 "async-tungstenite",
13348 "base64 0.22.1",
13349 "chrono",
13350 "collections",
13351 "env_logger 0.11.8",
13352 "futures 0.3.31",
13353 "gpui",
13354 "parking_lot",
13355 "proto",
13356 "rand 0.8.5",
13357 "rsa",
13358 "serde",
13359 "serde_json",
13360 "sha2",
13361 "strum 0.27.1",
13362 "tracing",
13363 "util",
13364 "workspace-hack",
13365 "zstd",
13366]
13367
13368[[package]]
13369name = "rsa"
13370version = "0.9.8"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13373dependencies = [
13374 "const-oid",
13375 "digest",
13376 "num-bigint-dig",
13377 "num-integer",
13378 "num-traits",
13379 "pkcs1",
13380 "pkcs8 0.10.2",
13381 "rand_core 0.6.4",
13382 "signature 2.2.0",
13383 "spki 0.7.3",
13384 "subtle",
13385 "zeroize",
13386]
13387
13388[[package]]
13389name = "rules_library"
13390version = "0.1.0"
13391dependencies = [
13392 "anyhow",
13393 "collections",
13394 "editor",
13395 "gpui",
13396 "language",
13397 "language_model",
13398 "log",
13399 "menu",
13400 "picker",
13401 "prompt_store",
13402 "release_channel",
13403 "rope",
13404 "serde",
13405 "settings",
13406 "theme",
13407 "ui",
13408 "util",
13409 "workspace",
13410 "workspace-hack",
13411 "zed_actions",
13412]
13413
13414[[package]]
13415name = "runtimelib"
13416version = "0.25.0"
13417source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13418dependencies = [
13419 "anyhow",
13420 "async-dispatcher",
13421 "async-std",
13422 "base64 0.22.1",
13423 "bytes 1.10.1",
13424 "chrono",
13425 "data-encoding",
13426 "dirs 5.0.1",
13427 "futures 0.3.31",
13428 "glob",
13429 "jupyter-protocol",
13430 "ring",
13431 "serde",
13432 "serde_json",
13433 "shellexpand 3.1.1",
13434 "smol",
13435 "uuid",
13436 "zeromq",
13437]
13438
13439[[package]]
13440name = "rust-embed"
13441version = "8.7.0"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13444dependencies = [
13445 "rust-embed-impl",
13446 "rust-embed-utils",
13447 "walkdir",
13448]
13449
13450[[package]]
13451name = "rust-embed-impl"
13452version = "8.7.0"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13455dependencies = [
13456 "proc-macro2",
13457 "quote",
13458 "rust-embed-utils",
13459 "syn 2.0.101",
13460 "walkdir",
13461]
13462
13463[[package]]
13464name = "rust-embed-utils"
13465version = "8.7.0"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13468dependencies = [
13469 "globset",
13470 "sha2",
13471 "walkdir",
13472]
13473
13474[[package]]
13475name = "rust_decimal"
13476version = "1.37.1"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13479dependencies = [
13480 "arrayvec",
13481 "borsh",
13482 "bytes 1.10.1",
13483 "num-traits",
13484 "rand 0.8.5",
13485 "rkyv",
13486 "serde",
13487 "serde_json",
13488]
13489
13490[[package]]
13491name = "rustc-demangle"
13492version = "0.1.24"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13495
13496[[package]]
13497name = "rustc-hash"
13498version = "1.1.0"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13501
13502[[package]]
13503name = "rustc-hash"
13504version = "2.1.1"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13507
13508[[package]]
13509name = "rustc_version"
13510version = "0.4.1"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13513dependencies = [
13514 "semver",
13515]
13516
13517[[package]]
13518name = "rustix"
13519version = "0.38.44"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13522dependencies = [
13523 "bitflags 2.9.0",
13524 "errno 0.3.11",
13525 "itoa",
13526 "libc",
13527 "linux-raw-sys 0.4.15",
13528 "windows-sys 0.59.0",
13529]
13530
13531[[package]]
13532name = "rustix"
13533version = "1.0.7"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13536dependencies = [
13537 "bitflags 2.9.0",
13538 "errno 0.3.11",
13539 "libc",
13540 "linux-raw-sys 0.9.4",
13541 "windows-sys 0.59.0",
13542]
13543
13544[[package]]
13545name = "rustix-linux-procfs"
13546version = "0.1.1"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13549dependencies = [
13550 "once_cell",
13551 "rustix 1.0.7",
13552]
13553
13554[[package]]
13555name = "rustix-openpty"
13556version = "0.1.1"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13559dependencies = [
13560 "errno 0.3.11",
13561 "libc",
13562 "rustix 0.38.44",
13563]
13564
13565[[package]]
13566name = "rustls"
13567version = "0.21.12"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13570dependencies = [
13571 "log",
13572 "ring",
13573 "rustls-webpki 0.101.7",
13574 "sct",
13575]
13576
13577[[package]]
13578name = "rustls"
13579version = "0.23.26"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13582dependencies = [
13583 "aws-lc-rs",
13584 "log",
13585 "once_cell",
13586 "ring",
13587 "rustls-pki-types",
13588 "rustls-webpki 0.103.1",
13589 "subtle",
13590 "zeroize",
13591]
13592
13593[[package]]
13594name = "rustls-native-certs"
13595version = "0.6.3"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13598dependencies = [
13599 "openssl-probe",
13600 "rustls-pemfile 1.0.4",
13601 "schannel",
13602 "security-framework 2.11.1",
13603]
13604
13605[[package]]
13606name = "rustls-native-certs"
13607version = "0.8.1"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13610dependencies = [
13611 "openssl-probe",
13612 "rustls-pki-types",
13613 "schannel",
13614 "security-framework 3.2.0",
13615]
13616
13617[[package]]
13618name = "rustls-pemfile"
13619version = "1.0.4"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13622dependencies = [
13623 "base64 0.21.7",
13624]
13625
13626[[package]]
13627name = "rustls-pemfile"
13628version = "2.2.0"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13631dependencies = [
13632 "rustls-pki-types",
13633]
13634
13635[[package]]
13636name = "rustls-pki-types"
13637version = "1.12.0"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13640dependencies = [
13641 "web-time",
13642 "zeroize",
13643]
13644
13645[[package]]
13646name = "rustls-platform-verifier"
13647version = "0.5.1"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13650dependencies = [
13651 "core-foundation 0.10.0",
13652 "core-foundation-sys",
13653 "jni",
13654 "log",
13655 "once_cell",
13656 "rustls 0.23.26",
13657 "rustls-native-certs 0.8.1",
13658 "rustls-platform-verifier-android",
13659 "rustls-webpki 0.103.1",
13660 "security-framework 3.2.0",
13661 "security-framework-sys",
13662 "webpki-root-certs",
13663 "windows-sys 0.59.0",
13664]
13665
13666[[package]]
13667name = "rustls-platform-verifier-android"
13668version = "0.1.1"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13671
13672[[package]]
13673name = "rustls-webpki"
13674version = "0.101.7"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13677dependencies = [
13678 "ring",
13679 "untrusted",
13680]
13681
13682[[package]]
13683name = "rustls-webpki"
13684version = "0.103.1"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13687dependencies = [
13688 "aws-lc-rs",
13689 "ring",
13690 "rustls-pki-types",
13691 "untrusted",
13692]
13693
13694[[package]]
13695name = "rustversion"
13696version = "1.0.20"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13699
13700[[package]]
13701name = "rustybuzz"
13702version = "0.14.1"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13705dependencies = [
13706 "bitflags 2.9.0",
13707 "bytemuck",
13708 "libm",
13709 "smallvec",
13710 "ttf-parser 0.21.1",
13711 "unicode-bidi-mirroring 0.2.0",
13712 "unicode-ccc 0.2.0",
13713 "unicode-properties",
13714 "unicode-script",
13715]
13716
13717[[package]]
13718name = "rustybuzz"
13719version = "0.20.1"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13722dependencies = [
13723 "bitflags 2.9.0",
13724 "bytemuck",
13725 "core_maths",
13726 "log",
13727 "smallvec",
13728 "ttf-parser 0.25.1",
13729 "unicode-bidi-mirroring 0.4.0",
13730 "unicode-ccc 0.4.0",
13731 "unicode-properties",
13732 "unicode-script",
13733]
13734
13735[[package]]
13736name = "ryu"
13737version = "1.0.20"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13740
13741[[package]]
13742name = "salsa20"
13743version = "0.10.2"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13746dependencies = [
13747 "cipher",
13748]
13749
13750[[package]]
13751name = "same-file"
13752version = "1.0.6"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13755dependencies = [
13756 "winapi-util",
13757]
13758
13759[[package]]
13760name = "scap"
13761version = "0.0.8"
13762source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13763dependencies = [
13764 "anyhow",
13765 "cocoa 0.25.0",
13766 "core-graphics-helmer-fork",
13767 "log",
13768 "objc",
13769 "rand 0.8.5",
13770 "screencapturekit",
13771 "screencapturekit-sys",
13772 "sysinfo",
13773 "tao-core-video-sys",
13774 "windows 0.61.1",
13775 "windows-capture",
13776 "x11",
13777 "xcb",
13778]
13779
13780[[package]]
13781name = "schannel"
13782version = "0.1.27"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13785dependencies = [
13786 "windows-sys 0.59.0",
13787]
13788
13789[[package]]
13790name = "schema_generator"
13791version = "0.1.0"
13792dependencies = [
13793 "anyhow",
13794 "clap",
13795 "env_logger 0.11.8",
13796 "schemars",
13797 "serde",
13798 "serde_json",
13799 "theme",
13800 "workspace-hack",
13801]
13802
13803[[package]]
13804name = "schemars"
13805version = "0.8.22"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13808dependencies = [
13809 "dyn-clone",
13810 "indexmap",
13811 "schemars_derive",
13812 "serde",
13813 "serde_json",
13814]
13815
13816[[package]]
13817name = "schemars_derive"
13818version = "0.8.22"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13821dependencies = [
13822 "proc-macro2",
13823 "quote",
13824 "serde_derive_internals",
13825 "syn 2.0.101",
13826]
13827
13828[[package]]
13829name = "scoped-tls"
13830version = "1.0.1"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13833
13834[[package]]
13835name = "scopeguard"
13836version = "1.2.0"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13839
13840[[package]]
13841name = "scratch"
13842version = "1.0.8"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13845
13846[[package]]
13847name = "screencapturekit"
13848version = "0.2.8"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13851dependencies = [
13852 "screencapturekit-sys",
13853]
13854
13855[[package]]
13856name = "screencapturekit-sys"
13857version = "0.2.8"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13860dependencies = [
13861 "block",
13862 "dispatch",
13863 "objc",
13864 "objc-foundation",
13865 "objc_id",
13866 "once_cell",
13867]
13868
13869[[package]]
13870name = "scrypt"
13871version = "0.11.0"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13874dependencies = [
13875 "password-hash 0.5.0",
13876 "pbkdf2 0.12.2",
13877 "salsa20",
13878 "sha2",
13879]
13880
13881[[package]]
13882name = "sct"
13883version = "0.7.1"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13886dependencies = [
13887 "ring",
13888 "untrusted",
13889]
13890
13891[[package]]
13892name = "sea-bae"
13893version = "0.2.1"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13896dependencies = [
13897 "heck 0.4.1",
13898 "proc-macro-error2",
13899 "proc-macro2",
13900 "quote",
13901 "syn 2.0.101",
13902]
13903
13904[[package]]
13905name = "sea-orm"
13906version = "1.1.10"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13909dependencies = [
13910 "async-stream",
13911 "async-trait",
13912 "bigdecimal",
13913 "chrono",
13914 "futures-util",
13915 "log",
13916 "ouroboros",
13917 "pgvector",
13918 "rust_decimal",
13919 "sea-orm-macros",
13920 "sea-query",
13921 "sea-query-binder",
13922 "serde",
13923 "serde_json",
13924 "sqlx",
13925 "strum 0.26.3",
13926 "thiserror 2.0.12",
13927 "time",
13928 "tracing",
13929 "url",
13930 "uuid",
13931]
13932
13933[[package]]
13934name = "sea-orm-macros"
13935version = "1.1.10"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13938dependencies = [
13939 "heck 0.4.1",
13940 "proc-macro2",
13941 "quote",
13942 "sea-bae",
13943 "syn 2.0.101",
13944 "unicode-ident",
13945]
13946
13947[[package]]
13948name = "sea-query"
13949version = "0.32.4"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13952dependencies = [
13953 "bigdecimal",
13954 "chrono",
13955 "inherent",
13956 "ordered-float 4.6.0",
13957 "rust_decimal",
13958 "serde_json",
13959 "time",
13960 "uuid",
13961]
13962
13963[[package]]
13964name = "sea-query-binder"
13965version = "0.7.0"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13968dependencies = [
13969 "bigdecimal",
13970 "chrono",
13971 "rust_decimal",
13972 "sea-query",
13973 "serde_json",
13974 "sqlx",
13975 "time",
13976 "uuid",
13977]
13978
13979[[package]]
13980name = "seahash"
13981version = "4.1.0"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13984
13985[[package]]
13986name = "search"
13987version = "0.1.0"
13988dependencies = [
13989 "any_vec",
13990 "anyhow",
13991 "bitflags 2.9.0",
13992 "client",
13993 "collections",
13994 "editor",
13995 "futures 0.3.31",
13996 "gpui",
13997 "language",
13998 "menu",
13999 "project",
14000 "schemars",
14001 "serde",
14002 "serde_json",
14003 "settings",
14004 "smol",
14005 "theme",
14006 "ui",
14007 "unindent",
14008 "util",
14009 "workspace",
14010 "workspace-hack",
14011 "zed_actions",
14012]
14013
14014[[package]]
14015name = "sec1"
14016version = "0.3.0"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14019dependencies = [
14020 "base16ct",
14021 "der 0.6.1",
14022 "generic-array",
14023 "pkcs8 0.9.0",
14024 "subtle",
14025 "zeroize",
14026]
14027
14028[[package]]
14029name = "security-framework"
14030version = "2.11.1"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14033dependencies = [
14034 "bitflags 2.9.0",
14035 "core-foundation 0.9.4",
14036 "core-foundation-sys",
14037 "libc",
14038 "security-framework-sys",
14039]
14040
14041[[package]]
14042name = "security-framework"
14043version = "3.2.0"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14046dependencies = [
14047 "bitflags 2.9.0",
14048 "core-foundation 0.10.0",
14049 "core-foundation-sys",
14050 "libc",
14051 "security-framework-sys",
14052]
14053
14054[[package]]
14055name = "security-framework-sys"
14056version = "2.14.0"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14059dependencies = [
14060 "core-foundation-sys",
14061 "libc",
14062]
14063
14064[[package]]
14065name = "self_cell"
14066version = "1.2.0"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14069
14070[[package]]
14071name = "semantic_index"
14072version = "0.1.0"
14073dependencies = [
14074 "anyhow",
14075 "arrayvec",
14076 "blake3",
14077 "client",
14078 "clock",
14079 "collections",
14080 "env_logger 0.11.8",
14081 "feature_flags",
14082 "fs",
14083 "futures 0.3.31",
14084 "futures-batch",
14085 "gpui",
14086 "heed",
14087 "http_client",
14088 "language",
14089 "language_model",
14090 "languages",
14091 "log",
14092 "open_ai",
14093 "parking_lot",
14094 "project",
14095 "reqwest_client",
14096 "serde",
14097 "serde_json",
14098 "settings",
14099 "sha2",
14100 "smol",
14101 "streaming-iterator",
14102 "tempfile",
14103 "theme",
14104 "tree-sitter",
14105 "ui",
14106 "unindent",
14107 "util",
14108 "workspace",
14109 "workspace-hack",
14110 "worktree",
14111]
14112
14113[[package]]
14114name = "semantic_version"
14115version = "0.1.0"
14116dependencies = [
14117 "anyhow",
14118 "serde",
14119 "workspace-hack",
14120]
14121
14122[[package]]
14123name = "semver"
14124version = "1.0.26"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14127dependencies = [
14128 "serde",
14129]
14130
14131[[package]]
14132name = "serde"
14133version = "1.0.219"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14136dependencies = [
14137 "serde_derive",
14138]
14139
14140[[package]]
14141name = "serde_derive"
14142version = "1.0.219"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14145dependencies = [
14146 "proc-macro2",
14147 "quote",
14148 "syn 2.0.101",
14149]
14150
14151[[package]]
14152name = "serde_derive_internals"
14153version = "0.29.1"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14156dependencies = [
14157 "proc-macro2",
14158 "quote",
14159 "syn 2.0.101",
14160]
14161
14162[[package]]
14163name = "serde_fmt"
14164version = "1.0.3"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14167dependencies = [
14168 "serde",
14169]
14170
14171[[package]]
14172name = "serde_json"
14173version = "1.0.140"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14176dependencies = [
14177 "indexmap",
14178 "itoa",
14179 "memchr",
14180 "ryu",
14181 "serde",
14182]
14183
14184[[package]]
14185name = "serde_json_lenient"
14186version = "0.2.4"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14189dependencies = [
14190 "indexmap",
14191 "itoa",
14192 "memchr",
14193 "ryu",
14194 "serde",
14195]
14196
14197[[package]]
14198name = "serde_path_to_error"
14199version = "0.1.17"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14202dependencies = [
14203 "itoa",
14204 "serde",
14205]
14206
14207[[package]]
14208name = "serde_qs"
14209version = "0.8.5"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14212dependencies = [
14213 "percent-encoding",
14214 "serde",
14215 "thiserror 1.0.69",
14216]
14217
14218[[package]]
14219name = "serde_qs"
14220version = "0.10.1"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14223dependencies = [
14224 "percent-encoding",
14225 "serde",
14226 "thiserror 1.0.69",
14227]
14228
14229[[package]]
14230name = "serde_repr"
14231version = "0.1.20"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14234dependencies = [
14235 "proc-macro2",
14236 "quote",
14237 "syn 2.0.101",
14238]
14239
14240[[package]]
14241name = "serde_spanned"
14242version = "0.6.8"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14245dependencies = [
14246 "serde",
14247]
14248
14249[[package]]
14250name = "serde_urlencoded"
14251version = "0.7.1"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14254dependencies = [
14255 "form_urlencoded",
14256 "itoa",
14257 "ryu",
14258 "serde",
14259]
14260
14261[[package]]
14262name = "serial2"
14263version = "0.2.29"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14266dependencies = [
14267 "cfg-if",
14268 "libc",
14269 "winapi",
14270]
14271
14272[[package]]
14273name = "session"
14274version = "0.1.0"
14275dependencies = [
14276 "db",
14277 "gpui",
14278 "serde_json",
14279 "util",
14280 "uuid",
14281 "workspace-hack",
14282]
14283
14284[[package]]
14285name = "settings"
14286version = "0.1.0"
14287dependencies = [
14288 "anyhow",
14289 "collections",
14290 "ec4rs",
14291 "fs",
14292 "futures 0.3.31",
14293 "gpui",
14294 "indoc",
14295 "inventory",
14296 "log",
14297 "paths",
14298 "pretty_assertions",
14299 "release_channel",
14300 "rust-embed",
14301 "schemars",
14302 "serde",
14303 "serde_derive",
14304 "serde_json",
14305 "serde_json_lenient",
14306 "smallvec",
14307 "streaming-iterator",
14308 "tree-sitter",
14309 "tree-sitter-json",
14310 "unindent",
14311 "util",
14312 "workspace-hack",
14313]
14314
14315[[package]]
14316name = "settings_ui"
14317version = "0.1.0"
14318dependencies = [
14319 "command_palette_hooks",
14320 "editor",
14321 "feature_flags",
14322 "fs",
14323 "gpui",
14324 "log",
14325 "paths",
14326 "schemars",
14327 "serde",
14328 "settings",
14329 "theme",
14330 "ui",
14331 "workspace",
14332 "workspace-hack",
14333]
14334
14335[[package]]
14336name = "sha1"
14337version = "0.10.6"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14340dependencies = [
14341 "cfg-if",
14342 "cpufeatures",
14343 "digest",
14344]
14345
14346[[package]]
14347name = "sha1-checked"
14348version = "0.10.0"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14351dependencies = [
14352 "digest",
14353 "sha1",
14354]
14355
14356[[package]]
14357name = "sha1_smol"
14358version = "1.0.1"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14361
14362[[package]]
14363name = "sha2"
14364version = "0.10.8"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14367dependencies = [
14368 "cfg-if",
14369 "cpufeatures",
14370 "digest",
14371]
14372
14373[[package]]
14374name = "sharded-slab"
14375version = "0.1.7"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14378dependencies = [
14379 "lazy_static",
14380]
14381
14382[[package]]
14383name = "shared_library"
14384version = "0.1.9"
14385source = "registry+https://github.com/rust-lang/crates.io-index"
14386checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14387dependencies = [
14388 "lazy_static",
14389 "libc",
14390]
14391
14392[[package]]
14393name = "shell-words"
14394version = "1.1.0"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14397
14398[[package]]
14399name = "shellexpand"
14400version = "2.1.2"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14403dependencies = [
14404 "dirs 4.0.0",
14405]
14406
14407[[package]]
14408name = "shellexpand"
14409version = "3.1.1"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14412dependencies = [
14413 "dirs 6.0.0",
14414]
14415
14416[[package]]
14417name = "shlex"
14418version = "1.3.0"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14421
14422[[package]]
14423name = "signal-hook"
14424version = "0.3.17"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14427dependencies = [
14428 "libc",
14429 "signal-hook-registry",
14430]
14431
14432[[package]]
14433name = "signal-hook-registry"
14434version = "1.4.5"
14435source = "registry+https://github.com/rust-lang/crates.io-index"
14436checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14437dependencies = [
14438 "libc",
14439]
14440
14441[[package]]
14442name = "signature"
14443version = "1.6.4"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14446dependencies = [
14447 "digest",
14448 "rand_core 0.6.4",
14449]
14450
14451[[package]]
14452name = "signature"
14453version = "2.2.0"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14456dependencies = [
14457 "digest",
14458 "rand_core 0.6.4",
14459]
14460
14461[[package]]
14462name = "simd-adler32"
14463version = "0.3.7"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14466
14467[[package]]
14468name = "simd_helpers"
14469version = "0.1.0"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14472dependencies = [
14473 "quote",
14474]
14475
14476[[package]]
14477name = "simdutf8"
14478version = "0.1.5"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14481
14482[[package]]
14483name = "simple_asn1"
14484version = "0.6.3"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14487dependencies = [
14488 "num-bigint",
14489 "num-traits",
14490 "thiserror 2.0.12",
14491 "time",
14492]
14493
14494[[package]]
14495name = "simplecss"
14496version = "0.2.2"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14499dependencies = [
14500 "log",
14501]
14502
14503[[package]]
14504name = "simplelog"
14505version = "0.12.2"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14508dependencies = [
14509 "log",
14510 "termcolor",
14511 "time",
14512]
14513
14514[[package]]
14515name = "siphasher"
14516version = "1.0.1"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14519
14520[[package]]
14521name = "skrifa"
14522version = "0.26.6"
14523source = "registry+https://github.com/rust-lang/crates.io-index"
14524checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14525dependencies = [
14526 "bytemuck",
14527 "read-fonts",
14528]
14529
14530[[package]]
14531name = "slab"
14532version = "0.4.9"
14533source = "registry+https://github.com/rust-lang/crates.io-index"
14534checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14535dependencies = [
14536 "autocfg",
14537]
14538
14539[[package]]
14540name = "slash_commands_example"
14541version = "0.1.0"
14542dependencies = [
14543 "zed_extension_api 0.1.0",
14544]
14545
14546[[package]]
14547name = "slotmap"
14548version = "1.0.7"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14551dependencies = [
14552 "version_check",
14553]
14554
14555[[package]]
14556name = "smallvec"
14557version = "1.15.0"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14560dependencies = [
14561 "serde",
14562]
14563
14564[[package]]
14565name = "smart-default"
14566version = "0.6.0"
14567source = "registry+https://github.com/rust-lang/crates.io-index"
14568checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14569dependencies = [
14570 "proc-macro2",
14571 "quote",
14572 "syn 1.0.109",
14573]
14574
14575[[package]]
14576name = "smol"
14577version = "2.0.2"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14580dependencies = [
14581 "async-channel 2.3.1",
14582 "async-executor",
14583 "async-fs",
14584 "async-io",
14585 "async-lock",
14586 "async-net",
14587 "async-process",
14588 "blocking",
14589 "futures-lite 2.6.0",
14590]
14591
14592[[package]]
14593name = "smol_str"
14594version = "0.1.24"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14597dependencies = [
14598 "serde",
14599]
14600
14601[[package]]
14602name = "smol_str"
14603version = "0.2.2"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14606
14607[[package]]
14608name = "snippet"
14609version = "0.1.0"
14610dependencies = [
14611 "anyhow",
14612 "smallvec",
14613 "workspace-hack",
14614]
14615
14616[[package]]
14617name = "snippet_provider"
14618version = "0.1.0"
14619dependencies = [
14620 "anyhow",
14621 "collections",
14622 "extension",
14623 "fs",
14624 "futures 0.3.31",
14625 "gpui",
14626 "indoc",
14627 "parking_lot",
14628 "paths",
14629 "schemars",
14630 "serde",
14631 "serde_json_lenient",
14632 "snippet",
14633 "util",
14634 "workspace-hack",
14635]
14636
14637[[package]]
14638name = "snippets_ui"
14639version = "0.1.0"
14640dependencies = [
14641 "fuzzy",
14642 "gpui",
14643 "language",
14644 "paths",
14645 "picker",
14646 "ui",
14647 "util",
14648 "workspace",
14649 "workspace-hack",
14650]
14651
14652[[package]]
14653name = "socket2"
14654version = "0.5.9"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14657dependencies = [
14658 "libc",
14659 "windows-sys 0.52.0",
14660]
14661
14662[[package]]
14663name = "spdx"
14664version = "0.10.8"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14667dependencies = [
14668 "smallvec",
14669]
14670
14671[[package]]
14672name = "spin"
14673version = "0.9.8"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14676dependencies = [
14677 "lock_api",
14678]
14679
14680[[package]]
14681name = "spirv"
14682version = "0.3.0+sdk-1.3.268.0"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14685dependencies = [
14686 "bitflags 2.9.0",
14687]
14688
14689[[package]]
14690name = "spki"
14691version = "0.6.0"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14694dependencies = [
14695 "base64ct",
14696 "der 0.6.1",
14697]
14698
14699[[package]]
14700name = "spki"
14701version = "0.7.3"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14704dependencies = [
14705 "base64ct",
14706 "der 0.7.10",
14707]
14708
14709[[package]]
14710name = "sptr"
14711version = "0.3.2"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14714
14715[[package]]
14716name = "sqlez"
14717version = "0.1.0"
14718dependencies = [
14719 "anyhow",
14720 "collections",
14721 "futures 0.3.31",
14722 "indoc",
14723 "libsqlite3-sys",
14724 "parking_lot",
14725 "smol",
14726 "sqlformat",
14727 "thread_local",
14728 "util",
14729 "uuid",
14730 "workspace-hack",
14731]
14732
14733[[package]]
14734name = "sqlez_macros"
14735version = "0.1.0"
14736dependencies = [
14737 "sqlez",
14738 "sqlformat",
14739 "syn 1.0.109",
14740 "workspace-hack",
14741]
14742
14743[[package]]
14744name = "sqlformat"
14745version = "0.2.6"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14748dependencies = [
14749 "nom",
14750 "unicode_categories",
14751]
14752
14753[[package]]
14754name = "sqlx"
14755version = "0.8.5"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14758dependencies = [
14759 "sqlx-core",
14760 "sqlx-macros",
14761 "sqlx-mysql",
14762 "sqlx-postgres",
14763 "sqlx-sqlite",
14764]
14765
14766[[package]]
14767name = "sqlx-core"
14768version = "0.8.5"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14771dependencies = [
14772 "base64 0.22.1",
14773 "bigdecimal",
14774 "bytes 1.10.1",
14775 "chrono",
14776 "crc",
14777 "crossbeam-queue",
14778 "either",
14779 "event-listener 5.4.0",
14780 "futures-core",
14781 "futures-intrusive",
14782 "futures-io",
14783 "futures-util",
14784 "hashbrown 0.15.3",
14785 "hashlink 0.10.0",
14786 "indexmap",
14787 "log",
14788 "memchr",
14789 "once_cell",
14790 "percent-encoding",
14791 "rust_decimal",
14792 "rustls 0.23.26",
14793 "serde",
14794 "serde_json",
14795 "sha2",
14796 "smallvec",
14797 "thiserror 2.0.12",
14798 "time",
14799 "tokio",
14800 "tokio-stream",
14801 "tracing",
14802 "url",
14803 "uuid",
14804 "webpki-roots",
14805]
14806
14807[[package]]
14808name = "sqlx-macros"
14809version = "0.8.5"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14812dependencies = [
14813 "proc-macro2",
14814 "quote",
14815 "sqlx-core",
14816 "sqlx-macros-core",
14817 "syn 2.0.101",
14818]
14819
14820[[package]]
14821name = "sqlx-macros-core"
14822version = "0.8.5"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14825dependencies = [
14826 "dotenvy",
14827 "either",
14828 "heck 0.5.0",
14829 "hex",
14830 "once_cell",
14831 "proc-macro2",
14832 "quote",
14833 "serde",
14834 "serde_json",
14835 "sha2",
14836 "sqlx-core",
14837 "sqlx-mysql",
14838 "sqlx-postgres",
14839 "sqlx-sqlite",
14840 "syn 2.0.101",
14841 "tempfile",
14842 "tokio",
14843 "url",
14844]
14845
14846[[package]]
14847name = "sqlx-mysql"
14848version = "0.8.5"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14851dependencies = [
14852 "atoi",
14853 "base64 0.22.1",
14854 "bigdecimal",
14855 "bitflags 2.9.0",
14856 "byteorder",
14857 "bytes 1.10.1",
14858 "chrono",
14859 "crc",
14860 "digest",
14861 "dotenvy",
14862 "either",
14863 "futures-channel",
14864 "futures-core",
14865 "futures-io",
14866 "futures-util",
14867 "generic-array",
14868 "hex",
14869 "hkdf",
14870 "hmac",
14871 "itoa",
14872 "log",
14873 "md-5",
14874 "memchr",
14875 "once_cell",
14876 "percent-encoding",
14877 "rand 0.8.5",
14878 "rsa",
14879 "rust_decimal",
14880 "serde",
14881 "sha1",
14882 "sha2",
14883 "smallvec",
14884 "sqlx-core",
14885 "stringprep",
14886 "thiserror 2.0.12",
14887 "time",
14888 "tracing",
14889 "uuid",
14890 "whoami",
14891]
14892
14893[[package]]
14894name = "sqlx-postgres"
14895version = "0.8.5"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14898dependencies = [
14899 "atoi",
14900 "base64 0.22.1",
14901 "bigdecimal",
14902 "bitflags 2.9.0",
14903 "byteorder",
14904 "chrono",
14905 "crc",
14906 "dotenvy",
14907 "etcetera",
14908 "futures-channel",
14909 "futures-core",
14910 "futures-util",
14911 "hex",
14912 "hkdf",
14913 "hmac",
14914 "home",
14915 "itoa",
14916 "log",
14917 "md-5",
14918 "memchr",
14919 "num-bigint",
14920 "once_cell",
14921 "rand 0.8.5",
14922 "rust_decimal",
14923 "serde",
14924 "serde_json",
14925 "sha2",
14926 "smallvec",
14927 "sqlx-core",
14928 "stringprep",
14929 "thiserror 2.0.12",
14930 "time",
14931 "tracing",
14932 "uuid",
14933 "whoami",
14934]
14935
14936[[package]]
14937name = "sqlx-sqlite"
14938version = "0.8.5"
14939source = "registry+https://github.com/rust-lang/crates.io-index"
14940checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14941dependencies = [
14942 "atoi",
14943 "chrono",
14944 "flume",
14945 "futures-channel",
14946 "futures-core",
14947 "futures-executor",
14948 "futures-intrusive",
14949 "futures-util",
14950 "libsqlite3-sys",
14951 "log",
14952 "percent-encoding",
14953 "serde",
14954 "serde_urlencoded",
14955 "sqlx-core",
14956 "thiserror 2.0.12",
14957 "time",
14958 "tracing",
14959 "url",
14960 "uuid",
14961]
14962
14963[[package]]
14964name = "stable_deref_trait"
14965version = "1.2.0"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14968
14969[[package]]
14970name = "static_assertions"
14971version = "1.1.0"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14974
14975[[package]]
14976name = "story"
14977version = "0.1.0"
14978dependencies = [
14979 "gpui",
14980 "itertools 0.14.0",
14981 "smallvec",
14982 "workspace-hack",
14983]
14984
14985[[package]]
14986name = "storybook"
14987version = "0.1.0"
14988dependencies = [
14989 "anyhow",
14990 "clap",
14991 "collab_ui",
14992 "ctrlc",
14993 "dialoguer",
14994 "editor",
14995 "fuzzy",
14996 "gpui",
14997 "indoc",
14998 "language",
14999 "log",
15000 "menu",
15001 "picker",
15002 "project",
15003 "reqwest_client",
15004 "rust-embed",
15005 "settings",
15006 "simplelog",
15007 "story",
15008 "strum 0.27.1",
15009 "theme",
15010 "title_bar",
15011 "ui",
15012 "workspace",
15013 "workspace-hack",
15014]
15015
15016[[package]]
15017name = "streaming-iterator"
15018version = "0.1.9"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15021
15022[[package]]
15023name = "streaming_diff"
15024version = "0.1.0"
15025dependencies = [
15026 "ordered-float 2.10.1",
15027 "rand 0.8.5",
15028 "rope",
15029 "util",
15030 "workspace-hack",
15031]
15032
15033[[package]]
15034name = "strict-num"
15035version = "0.1.1"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15038dependencies = [
15039 "float-cmp",
15040]
15041
15042[[package]]
15043name = "string_cache"
15044version = "0.8.9"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15047dependencies = [
15048 "new_debug_unreachable",
15049 "parking_lot",
15050 "phf_shared",
15051 "precomputed-hash",
15052 "serde",
15053]
15054
15055[[package]]
15056name = "string_cache_codegen"
15057version = "0.5.4"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15060dependencies = [
15061 "phf_generator",
15062 "phf_shared",
15063 "proc-macro2",
15064 "quote",
15065]
15066
15067[[package]]
15068name = "stringprep"
15069version = "0.1.5"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15072dependencies = [
15073 "unicode-bidi",
15074 "unicode-normalization",
15075 "unicode-properties",
15076]
15077
15078[[package]]
15079name = "strsim"
15080version = "0.11.1"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15083
15084[[package]]
15085name = "strum"
15086version = "0.26.3"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15089dependencies = [
15090 "strum_macros 0.26.4",
15091]
15092
15093[[package]]
15094name = "strum"
15095version = "0.27.1"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15098dependencies = [
15099 "strum_macros 0.27.1",
15100]
15101
15102[[package]]
15103name = "strum_macros"
15104version = "0.26.4"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15107dependencies = [
15108 "heck 0.5.0",
15109 "proc-macro2",
15110 "quote",
15111 "rustversion",
15112 "syn 2.0.101",
15113]
15114
15115[[package]]
15116name = "strum_macros"
15117version = "0.27.1"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15120dependencies = [
15121 "heck 0.5.0",
15122 "proc-macro2",
15123 "quote",
15124 "rustversion",
15125 "syn 2.0.101",
15126]
15127
15128[[package]]
15129name = "subtle"
15130version = "2.6.1"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15133
15134[[package]]
15135name = "sum_tree"
15136version = "0.1.0"
15137dependencies = [
15138 "arrayvec",
15139 "ctor",
15140 "env_logger 0.11.8",
15141 "log",
15142 "rand 0.8.5",
15143 "rayon",
15144 "workspace-hack",
15145]
15146
15147[[package]]
15148name = "supermaven"
15149version = "0.1.0"
15150dependencies = [
15151 "anyhow",
15152 "client",
15153 "collections",
15154 "editor",
15155 "env_logger 0.11.8",
15156 "futures 0.3.31",
15157 "gpui",
15158 "http_client",
15159 "inline_completion",
15160 "language",
15161 "log",
15162 "postage",
15163 "project",
15164 "serde",
15165 "serde_json",
15166 "settings",
15167 "smol",
15168 "supermaven_api",
15169 "text",
15170 "theme",
15171 "ui",
15172 "unicode-segmentation",
15173 "util",
15174 "workspace-hack",
15175]
15176
15177[[package]]
15178name = "supermaven_api"
15179version = "0.1.0"
15180dependencies = [
15181 "anyhow",
15182 "futures 0.3.31",
15183 "http_client",
15184 "paths",
15185 "serde",
15186 "serde_json",
15187 "smol",
15188 "workspace-hack",
15189]
15190
15191[[package]]
15192name = "sval"
15193version = "2.14.1"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15196
15197[[package]]
15198name = "sval_buffer"
15199version = "2.14.1"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15202dependencies = [
15203 "sval",
15204 "sval_ref",
15205]
15206
15207[[package]]
15208name = "sval_dynamic"
15209version = "2.14.1"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15212dependencies = [
15213 "sval",
15214]
15215
15216[[package]]
15217name = "sval_fmt"
15218version = "2.14.1"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15221dependencies = [
15222 "itoa",
15223 "ryu",
15224 "sval",
15225]
15226
15227[[package]]
15228name = "sval_json"
15229version = "2.14.1"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15232dependencies = [
15233 "itoa",
15234 "ryu",
15235 "sval",
15236]
15237
15238[[package]]
15239name = "sval_nested"
15240version = "2.14.1"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15243dependencies = [
15244 "sval",
15245 "sval_buffer",
15246 "sval_ref",
15247]
15248
15249[[package]]
15250name = "sval_ref"
15251version = "2.14.1"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15254dependencies = [
15255 "sval",
15256]
15257
15258[[package]]
15259name = "sval_serde"
15260version = "2.14.1"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15263dependencies = [
15264 "serde",
15265 "sval",
15266 "sval_nested",
15267]
15268
15269[[package]]
15270name = "svg_fmt"
15271version = "0.4.5"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15274
15275[[package]]
15276name = "svgtypes"
15277version = "0.15.3"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15280dependencies = [
15281 "kurbo",
15282 "siphasher",
15283]
15284
15285[[package]]
15286name = "swash"
15287version = "0.2.2"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15290dependencies = [
15291 "skrifa",
15292 "yazi",
15293 "zeno",
15294]
15295
15296[[package]]
15297name = "syn"
15298version = "1.0.109"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15301dependencies = [
15302 "proc-macro2",
15303 "quote",
15304 "unicode-ident",
15305]
15306
15307[[package]]
15308name = "syn"
15309version = "2.0.101"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15312dependencies = [
15313 "proc-macro2",
15314 "quote",
15315 "unicode-ident",
15316]
15317
15318[[package]]
15319name = "sync_wrapper"
15320version = "0.1.2"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15323
15324[[package]]
15325name = "sync_wrapper"
15326version = "1.0.2"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15329dependencies = [
15330 "futures-core",
15331]
15332
15333[[package]]
15334name = "synchronoise"
15335version = "1.0.1"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15338dependencies = [
15339 "crossbeam-queue",
15340]
15341
15342[[package]]
15343name = "synstructure"
15344version = "0.13.1"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15347dependencies = [
15348 "proc-macro2",
15349 "quote",
15350 "syn 2.0.101",
15351]
15352
15353[[package]]
15354name = "sys-locale"
15355version = "0.3.2"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15358dependencies = [
15359 "libc",
15360]
15361
15362[[package]]
15363name = "sysinfo"
15364version = "0.31.4"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15367dependencies = [
15368 "core-foundation-sys",
15369 "libc",
15370 "memchr",
15371 "ntapi",
15372 "rayon",
15373 "windows 0.57.0",
15374]
15375
15376[[package]]
15377name = "system-configuration"
15378version = "0.5.1"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15381dependencies = [
15382 "bitflags 1.3.2",
15383 "core-foundation 0.9.4",
15384 "system-configuration-sys 0.5.0",
15385]
15386
15387[[package]]
15388name = "system-configuration"
15389version = "0.6.1"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15392dependencies = [
15393 "bitflags 2.9.0",
15394 "core-foundation 0.9.4",
15395 "system-configuration-sys 0.6.0",
15396]
15397
15398[[package]]
15399name = "system-configuration-sys"
15400version = "0.5.0"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15403dependencies = [
15404 "core-foundation-sys",
15405 "libc",
15406]
15407
15408[[package]]
15409name = "system-configuration-sys"
15410version = "0.6.0"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15413dependencies = [
15414 "core-foundation-sys",
15415 "libc",
15416]
15417
15418[[package]]
15419name = "system-deps"
15420version = "6.2.2"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15423dependencies = [
15424 "cfg-expr",
15425 "heck 0.5.0",
15426 "pkg-config",
15427 "toml 0.8.20",
15428 "version-compare",
15429]
15430
15431[[package]]
15432name = "system-interface"
15433version = "0.27.3"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15436dependencies = [
15437 "bitflags 2.9.0",
15438 "cap-fs-ext",
15439 "cap-std",
15440 "fd-lock",
15441 "io-lifetimes",
15442 "rustix 0.38.44",
15443 "windows-sys 0.59.0",
15444 "winx",
15445]
15446
15447[[package]]
15448name = "tab_switcher"
15449version = "0.1.0"
15450dependencies = [
15451 "anyhow",
15452 "collections",
15453 "ctor",
15454 "editor",
15455 "env_logger 0.11.8",
15456 "fuzzy",
15457 "gpui",
15458 "language",
15459 "menu",
15460 "picker",
15461 "project",
15462 "schemars",
15463 "serde",
15464 "serde_json",
15465 "settings",
15466 "smol",
15467 "theme",
15468 "ui",
15469 "util",
15470 "workspace",
15471 "workspace-hack",
15472]
15473
15474[[package]]
15475name = "taffy"
15476version = "0.4.4"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15479dependencies = [
15480 "arrayvec",
15481 "grid",
15482 "num-traits",
15483 "serde",
15484 "slotmap",
15485]
15486
15487[[package]]
15488name = "tagptr"
15489version = "0.2.0"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15492
15493[[package]]
15494name = "take-until"
15495version = "0.2.0"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15498
15499[[package]]
15500name = "tao-core-video-sys"
15501version = "0.2.0"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15504dependencies = [
15505 "cfg-if",
15506 "core-foundation-sys",
15507 "libc",
15508 "objc",
15509]
15510
15511[[package]]
15512name = "tap"
15513version = "1.0.1"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15516
15517[[package]]
15518name = "target-lexicon"
15519version = "0.12.16"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15522
15523[[package]]
15524name = "target-lexicon"
15525version = "0.13.2"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15528
15529[[package]]
15530name = "task"
15531version = "0.1.0"
15532dependencies = [
15533 "anyhow",
15534 "collections",
15535 "futures 0.3.31",
15536 "gpui",
15537 "hex",
15538 "parking_lot",
15539 "pretty_assertions",
15540 "proto",
15541 "schemars",
15542 "serde",
15543 "serde_json",
15544 "serde_json_lenient",
15545 "sha2",
15546 "shellexpand 2.1.2",
15547 "util",
15548 "workspace-hack",
15549 "zed_actions",
15550]
15551
15552[[package]]
15553name = "tasks_ui"
15554version = "0.1.0"
15555dependencies = [
15556 "anyhow",
15557 "collections",
15558 "editor",
15559 "file_icons",
15560 "fuzzy",
15561 "gpui",
15562 "itertools 0.14.0",
15563 "language",
15564 "menu",
15565 "picker",
15566 "project",
15567 "serde",
15568 "serde_json",
15569 "task",
15570 "tree-sitter-rust",
15571 "tree-sitter-typescript",
15572 "ui",
15573 "util",
15574 "workspace",
15575 "workspace-hack",
15576 "zed_actions",
15577]
15578
15579[[package]]
15580name = "telemetry"
15581version = "0.1.0"
15582dependencies = [
15583 "futures 0.3.31",
15584 "serde",
15585 "serde_json",
15586 "telemetry_events",
15587 "workspace-hack",
15588]
15589
15590[[package]]
15591name = "telemetry_events"
15592version = "0.1.0"
15593dependencies = [
15594 "semantic_version",
15595 "serde",
15596 "serde_json",
15597 "workspace-hack",
15598]
15599
15600[[package]]
15601name = "tempfile"
15602version = "3.20.0"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15605dependencies = [
15606 "fastrand 2.3.0",
15607 "getrandom 0.3.2",
15608 "once_cell",
15609 "rustix 1.0.7",
15610 "windows-sys 0.59.0",
15611]
15612
15613[[package]]
15614name = "tendril"
15615version = "0.4.3"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15618dependencies = [
15619 "futf",
15620 "mac",
15621 "utf-8",
15622]
15623
15624[[package]]
15625name = "termcolor"
15626version = "1.4.1"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15629dependencies = [
15630 "winapi-util",
15631]
15632
15633[[package]]
15634name = "terminal"
15635version = "0.1.0"
15636dependencies = [
15637 "alacritty_terminal",
15638 "anyhow",
15639 "collections",
15640 "dirs 4.0.0",
15641 "futures 0.3.31",
15642 "gpui",
15643 "libc",
15644 "rand 0.8.5",
15645 "regex",
15646 "release_channel",
15647 "schemars",
15648 "serde",
15649 "serde_derive",
15650 "settings",
15651 "smol",
15652 "sysinfo",
15653 "task",
15654 "theme",
15655 "thiserror 2.0.12",
15656 "util",
15657 "windows 0.61.1",
15658 "workspace-hack",
15659]
15660
15661[[package]]
15662name = "terminal_size"
15663version = "0.4.2"
15664source = "registry+https://github.com/rust-lang/crates.io-index"
15665checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15666dependencies = [
15667 "rustix 1.0.7",
15668 "windows-sys 0.59.0",
15669]
15670
15671[[package]]
15672name = "terminal_view"
15673version = "0.1.0"
15674dependencies = [
15675 "anyhow",
15676 "async-recursion 1.1.1",
15677 "breadcrumbs",
15678 "client",
15679 "collections",
15680 "db",
15681 "dirs 4.0.0",
15682 "editor",
15683 "futures 0.3.31",
15684 "gpui",
15685 "itertools 0.14.0",
15686 "language",
15687 "log",
15688 "project",
15689 "rand 0.8.5",
15690 "regex",
15691 "schemars",
15692 "search",
15693 "serde",
15694 "serde_json",
15695 "settings",
15696 "shellexpand 2.1.2",
15697 "smol",
15698 "task",
15699 "terminal",
15700 "theme",
15701 "ui",
15702 "util",
15703 "workspace",
15704 "workspace-hack",
15705 "zed_actions",
15706]
15707
15708[[package]]
15709name = "text"
15710version = "0.1.0"
15711dependencies = [
15712 "anyhow",
15713 "clock",
15714 "collections",
15715 "ctor",
15716 "env_logger 0.11.8",
15717 "gpui",
15718 "http_client",
15719 "log",
15720 "parking_lot",
15721 "postage",
15722 "rand 0.8.5",
15723 "regex",
15724 "rope",
15725 "smallvec",
15726 "sum_tree",
15727 "util",
15728 "workspace-hack",
15729]
15730
15731[[package]]
15732name = "theme"
15733version = "0.1.0"
15734dependencies = [
15735 "anyhow",
15736 "collections",
15737 "derive_more",
15738 "fs",
15739 "futures 0.3.31",
15740 "gpui",
15741 "indexmap",
15742 "log",
15743 "palette",
15744 "parking_lot",
15745 "refineable",
15746 "schemars",
15747 "serde",
15748 "serde_derive",
15749 "serde_json",
15750 "serde_json_lenient",
15751 "serde_repr",
15752 "settings",
15753 "strum 0.27.1",
15754 "thiserror 2.0.12",
15755 "util",
15756 "uuid",
15757 "workspace-hack",
15758]
15759
15760[[package]]
15761name = "theme_extension"
15762version = "0.1.0"
15763dependencies = [
15764 "anyhow",
15765 "extension",
15766 "fs",
15767 "gpui",
15768 "theme",
15769 "workspace-hack",
15770]
15771
15772[[package]]
15773name = "theme_importer"
15774version = "0.1.0"
15775dependencies = [
15776 "anyhow",
15777 "clap",
15778 "gpui",
15779 "indexmap",
15780 "log",
15781 "palette",
15782 "rust-embed",
15783 "serde",
15784 "serde_json",
15785 "serde_json_lenient",
15786 "simplelog",
15787 "strum 0.27.1",
15788 "theme",
15789 "vscode_theme",
15790 "workspace-hack",
15791]
15792
15793[[package]]
15794name = "theme_selector"
15795version = "0.1.0"
15796dependencies = [
15797 "fs",
15798 "fuzzy",
15799 "gpui",
15800 "log",
15801 "picker",
15802 "serde",
15803 "settings",
15804 "telemetry",
15805 "theme",
15806 "ui",
15807 "util",
15808 "workspace",
15809 "workspace-hack",
15810 "zed_actions",
15811]
15812
15813[[package]]
15814name = "thiserror"
15815version = "1.0.69"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15818dependencies = [
15819 "thiserror-impl 1.0.69",
15820]
15821
15822[[package]]
15823name = "thiserror"
15824version = "2.0.12"
15825source = "registry+https://github.com/rust-lang/crates.io-index"
15826checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15827dependencies = [
15828 "thiserror-impl 2.0.12",
15829]
15830
15831[[package]]
15832name = "thiserror-impl"
15833version = "1.0.69"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15836dependencies = [
15837 "proc-macro2",
15838 "quote",
15839 "syn 2.0.101",
15840]
15841
15842[[package]]
15843name = "thiserror-impl"
15844version = "2.0.12"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15847dependencies = [
15848 "proc-macro2",
15849 "quote",
15850 "syn 2.0.101",
15851]
15852
15853[[package]]
15854name = "thread_local"
15855version = "1.1.8"
15856source = "registry+https://github.com/rust-lang/crates.io-index"
15857checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15858dependencies = [
15859 "cfg-if",
15860 "once_cell",
15861]
15862
15863[[package]]
15864name = "tiff"
15865version = "0.9.1"
15866source = "registry+https://github.com/rust-lang/crates.io-index"
15867checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15868dependencies = [
15869 "flate2",
15870 "jpeg-decoder",
15871 "weezl",
15872]
15873
15874[[package]]
15875name = "tiktoken-rs"
15876version = "0.7.0"
15877source = "registry+https://github.com/rust-lang/crates.io-index"
15878checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15879dependencies = [
15880 "anyhow",
15881 "base64 0.22.1",
15882 "bstr",
15883 "fancy-regex 0.13.0",
15884 "lazy_static",
15885 "regex",
15886 "rustc-hash 1.1.0",
15887]
15888
15889[[package]]
15890name = "time"
15891version = "0.3.41"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15894dependencies = [
15895 "deranged",
15896 "itoa",
15897 "libc",
15898 "num-conv",
15899 "num_threads",
15900 "powerfmt",
15901 "serde",
15902 "time-core",
15903 "time-macros",
15904]
15905
15906[[package]]
15907name = "time-core"
15908version = "0.1.4"
15909source = "registry+https://github.com/rust-lang/crates.io-index"
15910checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15911
15912[[package]]
15913name = "time-macros"
15914version = "0.2.22"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15917dependencies = [
15918 "num-conv",
15919 "time-core",
15920]
15921
15922[[package]]
15923name = "time_format"
15924version = "0.1.0"
15925dependencies = [
15926 "core-foundation 0.10.0",
15927 "core-foundation-sys",
15928 "sys-locale",
15929 "time",
15930 "workspace-hack",
15931]
15932
15933[[package]]
15934name = "tiny-keccak"
15935version = "2.0.2"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15938dependencies = [
15939 "crunchy",
15940]
15941
15942[[package]]
15943name = "tiny-skia"
15944version = "0.11.4"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15947dependencies = [
15948 "arrayref",
15949 "arrayvec",
15950 "bytemuck",
15951 "cfg-if",
15952 "log",
15953 "png",
15954 "tiny-skia-path",
15955]
15956
15957[[package]]
15958name = "tiny-skia-path"
15959version = "0.11.4"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15962dependencies = [
15963 "arrayref",
15964 "bytemuck",
15965 "strict-num",
15966]
15967
15968[[package]]
15969name = "tiny_http"
15970version = "0.8.2"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15973dependencies = [
15974 "ascii",
15975 "chrono",
15976 "chunked_transfer",
15977 "log",
15978 "url",
15979]
15980
15981[[package]]
15982name = "tinystr"
15983version = "0.7.6"
15984source = "registry+https://github.com/rust-lang/crates.io-index"
15985checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15986dependencies = [
15987 "displaydoc",
15988 "zerovec",
15989]
15990
15991[[package]]
15992name = "tinytemplate"
15993version = "1.2.1"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15996dependencies = [
15997 "serde",
15998 "serde_json",
15999]
16000
16001[[package]]
16002name = "tinyvec"
16003version = "1.9.0"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16006dependencies = [
16007 "tinyvec_macros",
16008]
16009
16010[[package]]
16011name = "tinyvec_macros"
16012version = "0.1.1"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16015
16016[[package]]
16017name = "title_bar"
16018version = "0.1.0"
16019dependencies = [
16020 "auto_update",
16021 "call",
16022 "chrono",
16023 "client",
16024 "collections",
16025 "db",
16026 "gpui",
16027 "http_client",
16028 "notifications",
16029 "pretty_assertions",
16030 "project",
16031 "remote",
16032 "rpc",
16033 "schemars",
16034 "serde",
16035 "settings",
16036 "smallvec",
16037 "story",
16038 "telemetry",
16039 "theme",
16040 "tree-sitter-md",
16041 "ui",
16042 "util",
16043 "windows 0.61.1",
16044 "workspace",
16045 "workspace-hack",
16046 "zed_actions",
16047]
16048
16049[[package]]
16050name = "tokio"
16051version = "1.44.2"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16054dependencies = [
16055 "backtrace",
16056 "bytes 1.10.1",
16057 "libc",
16058 "mio",
16059 "parking_lot",
16060 "pin-project-lite",
16061 "signal-hook-registry",
16062 "socket2",
16063 "tokio-macros",
16064 "windows-sys 0.52.0",
16065]
16066
16067[[package]]
16068name = "tokio-io"
16069version = "0.1.13"
16070source = "registry+https://github.com/rust-lang/crates.io-index"
16071checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16072dependencies = [
16073 "bytes 0.4.12",
16074 "futures 0.1.31",
16075 "log",
16076]
16077
16078[[package]]
16079name = "tokio-macros"
16080version = "2.5.0"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16083dependencies = [
16084 "proc-macro2",
16085 "quote",
16086 "syn 2.0.101",
16087]
16088
16089[[package]]
16090name = "tokio-native-tls"
16091version = "0.3.1"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16094dependencies = [
16095 "native-tls",
16096 "tokio",
16097]
16098
16099[[package]]
16100name = "tokio-rustls"
16101version = "0.24.1"
16102source = "registry+https://github.com/rust-lang/crates.io-index"
16103checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16104dependencies = [
16105 "rustls 0.21.12",
16106 "tokio",
16107]
16108
16109[[package]]
16110name = "tokio-rustls"
16111version = "0.26.2"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16114dependencies = [
16115 "rustls 0.23.26",
16116 "tokio",
16117]
16118
16119[[package]]
16120name = "tokio-socks"
16121version = "0.5.2"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16124dependencies = [
16125 "either",
16126 "futures-io",
16127 "futures-util",
16128 "thiserror 1.0.69",
16129 "tokio",
16130]
16131
16132[[package]]
16133name = "tokio-stream"
16134version = "0.1.17"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16137dependencies = [
16138 "futures-core",
16139 "pin-project-lite",
16140 "tokio",
16141]
16142
16143[[package]]
16144name = "tokio-tungstenite"
16145version = "0.20.1"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16148dependencies = [
16149 "futures-util",
16150 "log",
16151 "tokio",
16152 "tungstenite 0.20.1",
16153]
16154
16155[[package]]
16156name = "tokio-tungstenite"
16157version = "0.21.0"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16160dependencies = [
16161 "futures-util",
16162 "log",
16163 "tokio",
16164 "tungstenite 0.21.0",
16165]
16166
16167[[package]]
16168name = "tokio-tungstenite"
16169version = "0.26.2"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16172dependencies = [
16173 "futures-util",
16174 "log",
16175 "rustls 0.23.26",
16176 "rustls-pki-types",
16177 "tokio",
16178 "tokio-rustls 0.26.2",
16179 "tungstenite 0.26.2",
16180]
16181
16182[[package]]
16183name = "tokio-util"
16184version = "0.7.14"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16187dependencies = [
16188 "bytes 1.10.1",
16189 "futures-core",
16190 "futures-io",
16191 "futures-sink",
16192 "pin-project-lite",
16193 "tokio",
16194]
16195
16196[[package]]
16197name = "toml"
16198version = "0.5.11"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16201dependencies = [
16202 "serde",
16203]
16204
16205[[package]]
16206name = "toml"
16207version = "0.8.20"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16210dependencies = [
16211 "serde",
16212 "serde_spanned",
16213 "toml_datetime",
16214 "toml_edit",
16215]
16216
16217[[package]]
16218name = "toml_datetime"
16219version = "0.6.9"
16220source = "registry+https://github.com/rust-lang/crates.io-index"
16221checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16222dependencies = [
16223 "serde",
16224]
16225
16226[[package]]
16227name = "toml_edit"
16228version = "0.22.26"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16231dependencies = [
16232 "indexmap",
16233 "serde",
16234 "serde_spanned",
16235 "toml_datetime",
16236 "toml_write",
16237 "winnow",
16238]
16239
16240[[package]]
16241name = "toml_write"
16242version = "0.1.1"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16245
16246[[package]]
16247name = "toolchain_selector"
16248version = "0.1.0"
16249dependencies = [
16250 "editor",
16251 "fuzzy",
16252 "gpui",
16253 "language",
16254 "picker",
16255 "project",
16256 "ui",
16257 "util",
16258 "workspace",
16259 "workspace-hack",
16260]
16261
16262[[package]]
16263name = "topological-sort"
16264version = "0.2.2"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16267
16268[[package]]
16269name = "tower"
16270version = "0.4.13"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16273dependencies = [
16274 "futures-core",
16275 "futures-util",
16276 "pin-project",
16277 "pin-project-lite",
16278 "tokio",
16279 "tower-layer",
16280 "tower-service",
16281 "tracing",
16282]
16283
16284[[package]]
16285name = "tower"
16286version = "0.5.2"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16289dependencies = [
16290 "futures-core",
16291 "futures-util",
16292 "pin-project-lite",
16293 "sync_wrapper 1.0.2",
16294 "tokio",
16295 "tower-layer",
16296 "tower-service",
16297]
16298
16299[[package]]
16300name = "tower-http"
16301version = "0.3.5"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16304dependencies = [
16305 "bitflags 1.3.2",
16306 "bytes 1.10.1",
16307 "futures-core",
16308 "futures-util",
16309 "http 0.2.12",
16310 "http-body 0.4.6",
16311 "http-range-header",
16312 "pin-project-lite",
16313 "tower-layer",
16314 "tower-service",
16315]
16316
16317[[package]]
16318name = "tower-http"
16319version = "0.4.4"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16322dependencies = [
16323 "bitflags 2.9.0",
16324 "bytes 1.10.1",
16325 "futures-core",
16326 "futures-util",
16327 "http 0.2.12",
16328 "http-body 0.4.6",
16329 "http-range-header",
16330 "pin-project-lite",
16331 "tower-layer",
16332 "tower-service",
16333 "tracing",
16334]
16335
16336[[package]]
16337name = "tower-layer"
16338version = "0.3.3"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16341
16342[[package]]
16343name = "tower-service"
16344version = "0.3.3"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16347
16348[[package]]
16349name = "tracing"
16350version = "0.1.41"
16351source = "registry+https://github.com/rust-lang/crates.io-index"
16352checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16353dependencies = [
16354 "log",
16355 "pin-project-lite",
16356 "tracing-attributes",
16357 "tracing-core",
16358]
16359
16360[[package]]
16361name = "tracing-attributes"
16362version = "0.1.28"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16365dependencies = [
16366 "proc-macro2",
16367 "quote",
16368 "syn 2.0.101",
16369]
16370
16371[[package]]
16372name = "tracing-core"
16373version = "0.1.33"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16376dependencies = [
16377 "once_cell",
16378 "valuable",
16379]
16380
16381[[package]]
16382name = "tracing-log"
16383version = "0.2.0"
16384source = "registry+https://github.com/rust-lang/crates.io-index"
16385checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16386dependencies = [
16387 "log",
16388 "once_cell",
16389 "tracing-core",
16390]
16391
16392[[package]]
16393name = "tracing-serde"
16394version = "0.2.0"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16397dependencies = [
16398 "serde",
16399 "tracing-core",
16400]
16401
16402[[package]]
16403name = "tracing-subscriber"
16404version = "0.3.19"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16407dependencies = [
16408 "matchers",
16409 "nu-ansi-term",
16410 "once_cell",
16411 "regex",
16412 "serde",
16413 "serde_json",
16414 "sharded-slab",
16415 "smallvec",
16416 "thread_local",
16417 "tracing",
16418 "tracing-core",
16419 "tracing-log",
16420 "tracing-serde",
16421]
16422
16423[[package]]
16424name = "trait-variant"
16425version = "0.1.2"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16428dependencies = [
16429 "proc-macro2",
16430 "quote",
16431 "syn 2.0.101",
16432]
16433
16434[[package]]
16435name = "tree-sitter"
16436version = "0.25.3"
16437source = "registry+https://github.com/rust-lang/crates.io-index"
16438checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16439dependencies = [
16440 "cc",
16441 "regex",
16442 "regex-syntax 0.8.5",
16443 "serde_json",
16444 "streaming-iterator",
16445 "tree-sitter-language",
16446 "wasmtime-c-api-impl",
16447]
16448
16449[[package]]
16450name = "tree-sitter-bash"
16451version = "0.23.3"
16452source = "registry+https://github.com/rust-lang/crates.io-index"
16453checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16454dependencies = [
16455 "cc",
16456 "tree-sitter-language",
16457]
16458
16459[[package]]
16460name = "tree-sitter-c"
16461version = "0.23.4"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16464dependencies = [
16465 "cc",
16466 "tree-sitter-language",
16467]
16468
16469[[package]]
16470name = "tree-sitter-cpp"
16471version = "0.23.4"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16474dependencies = [
16475 "cc",
16476 "tree-sitter-language",
16477]
16478
16479[[package]]
16480name = "tree-sitter-css"
16481version = "0.23.2"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16484dependencies = [
16485 "cc",
16486 "tree-sitter-language",
16487]
16488
16489[[package]]
16490name = "tree-sitter-diff"
16491version = "0.1.0"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16494dependencies = [
16495 "cc",
16496 "tree-sitter-language",
16497]
16498
16499[[package]]
16500name = "tree-sitter-elixir"
16501version = "0.3.4"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16504dependencies = [
16505 "cc",
16506 "tree-sitter-language",
16507]
16508
16509[[package]]
16510name = "tree-sitter-embedded-template"
16511version = "0.23.2"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16514dependencies = [
16515 "cc",
16516 "tree-sitter-language",
16517]
16518
16519[[package]]
16520name = "tree-sitter-gitcommit"
16521version = "0.0.1"
16522source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16523dependencies = [
16524 "cc",
16525 "tree-sitter-language",
16526]
16527
16528[[package]]
16529name = "tree-sitter-go"
16530version = "0.23.4"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16533dependencies = [
16534 "cc",
16535 "tree-sitter-language",
16536]
16537
16538[[package]]
16539name = "tree-sitter-gomod"
16540version = "1.1.1"
16541source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16542dependencies = [
16543 "cc",
16544 "tree-sitter-language",
16545]
16546
16547[[package]]
16548name = "tree-sitter-gowork"
16549version = "0.0.1"
16550source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16551dependencies = [
16552 "cc",
16553 "tree-sitter-language",
16554]
16555
16556[[package]]
16557name = "tree-sitter-heex"
16558version = "0.0.1"
16559source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16560dependencies = [
16561 "cc",
16562 "tree-sitter-language",
16563]
16564
16565[[package]]
16566name = "tree-sitter-html"
16567version = "0.23.2"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16570dependencies = [
16571 "cc",
16572 "tree-sitter-language",
16573]
16574
16575[[package]]
16576name = "tree-sitter-jsdoc"
16577version = "0.23.2"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16580dependencies = [
16581 "cc",
16582 "tree-sitter-language",
16583]
16584
16585[[package]]
16586name = "tree-sitter-json"
16587version = "0.24.8"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16590dependencies = [
16591 "cc",
16592 "tree-sitter-language",
16593]
16594
16595[[package]]
16596name = "tree-sitter-language"
16597version = "0.1.5"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16600
16601[[package]]
16602name = "tree-sitter-md"
16603version = "0.3.2"
16604source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16605dependencies = [
16606 "cc",
16607 "tree-sitter-language",
16608]
16609
16610[[package]]
16611name = "tree-sitter-python"
16612version = "0.23.6"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16615dependencies = [
16616 "cc",
16617 "tree-sitter-language",
16618]
16619
16620[[package]]
16621name = "tree-sitter-regex"
16622version = "0.24.3"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16625dependencies = [
16626 "cc",
16627 "tree-sitter-language",
16628]
16629
16630[[package]]
16631name = "tree-sitter-ruby"
16632version = "0.23.1"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16635dependencies = [
16636 "cc",
16637 "tree-sitter-language",
16638]
16639
16640[[package]]
16641name = "tree-sitter-rust"
16642version = "0.24.0"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16645dependencies = [
16646 "cc",
16647 "tree-sitter-language",
16648]
16649
16650[[package]]
16651name = "tree-sitter-typescript"
16652version = "0.23.2"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16655dependencies = [
16656 "cc",
16657 "tree-sitter-language",
16658]
16659
16660[[package]]
16661name = "tree-sitter-yaml"
16662version = "0.6.1"
16663source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16664dependencies = [
16665 "cc",
16666 "tree-sitter-language",
16667]
16668
16669[[package]]
16670name = "try-lock"
16671version = "0.2.5"
16672source = "registry+https://github.com/rust-lang/crates.io-index"
16673checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16674
16675[[package]]
16676name = "ttf-parser"
16677version = "0.20.0"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16680
16681[[package]]
16682name = "ttf-parser"
16683version = "0.21.1"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16686
16687[[package]]
16688name = "ttf-parser"
16689version = "0.25.1"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16692dependencies = [
16693 "core_maths",
16694]
16695
16696[[package]]
16697name = "tungstenite"
16698version = "0.20.1"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16701dependencies = [
16702 "byteorder",
16703 "bytes 1.10.1",
16704 "data-encoding",
16705 "http 0.2.12",
16706 "httparse",
16707 "log",
16708 "rand 0.8.5",
16709 "sha1",
16710 "thiserror 1.0.69",
16711 "url",
16712 "utf-8",
16713]
16714
16715[[package]]
16716name = "tungstenite"
16717version = "0.21.0"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16720dependencies = [
16721 "byteorder",
16722 "bytes 1.10.1",
16723 "data-encoding",
16724 "http 1.3.1",
16725 "httparse",
16726 "log",
16727 "rand 0.8.5",
16728 "sha1",
16729 "thiserror 1.0.69",
16730 "url",
16731 "utf-8",
16732]
16733
16734[[package]]
16735name = "tungstenite"
16736version = "0.26.2"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16739dependencies = [
16740 "bytes 1.10.1",
16741 "data-encoding",
16742 "http 1.3.1",
16743 "httparse",
16744 "log",
16745 "rand 0.9.1",
16746 "rustls 0.23.26",
16747 "rustls-pki-types",
16748 "sha1",
16749 "thiserror 2.0.12",
16750 "utf-8",
16751]
16752
16753[[package]]
16754name = "typeid"
16755version = "1.0.3"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16758
16759[[package]]
16760name = "typenum"
16761version = "1.18.0"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16764
16765[[package]]
16766name = "ucd-trie"
16767version = "0.1.7"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16770
16771[[package]]
16772name = "uds_windows"
16773version = "1.1.0"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16776dependencies = [
16777 "memoffset",
16778 "tempfile",
16779 "winapi",
16780]
16781
16782[[package]]
16783name = "ui"
16784version = "0.1.0"
16785dependencies = [
16786 "chrono",
16787 "component",
16788 "documented",
16789 "gpui",
16790 "icons",
16791 "itertools 0.14.0",
16792 "menu",
16793 "serde",
16794 "settings",
16795 "smallvec",
16796 "story",
16797 "strum 0.27.1",
16798 "theme",
16799 "ui_macros",
16800 "util",
16801 "windows 0.61.1",
16802 "workspace-hack",
16803]
16804
16805[[package]]
16806name = "ui_input"
16807version = "0.1.0"
16808dependencies = [
16809 "component",
16810 "editor",
16811 "gpui",
16812 "settings",
16813 "theme",
16814 "ui",
16815 "workspace-hack",
16816]
16817
16818[[package]]
16819name = "ui_macros"
16820version = "0.1.0"
16821dependencies = [
16822 "quote",
16823 "syn 1.0.109",
16824 "workspace-hack",
16825]
16826
16827[[package]]
16828name = "ui_prompt"
16829version = "0.1.0"
16830dependencies = [
16831 "gpui",
16832 "markdown",
16833 "menu",
16834 "settings",
16835 "theme",
16836 "ui",
16837 "workspace",
16838 "workspace-hack",
16839]
16840
16841[[package]]
16842name = "uluru"
16843version = "3.1.0"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16846dependencies = [
16847 "arrayvec",
16848]
16849
16850[[package]]
16851name = "unicase"
16852version = "2.8.1"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16855
16856[[package]]
16857name = "unicode-bidi"
16858version = "0.3.18"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16861
16862[[package]]
16863name = "unicode-bidi-mirroring"
16864version = "0.2.0"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16867
16868[[package]]
16869name = "unicode-bidi-mirroring"
16870version = "0.4.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16873
16874[[package]]
16875name = "unicode-bom"
16876version = "2.0.3"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16879
16880[[package]]
16881name = "unicode-ccc"
16882version = "0.2.0"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16885
16886[[package]]
16887name = "unicode-ccc"
16888version = "0.4.0"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16891
16892[[package]]
16893name = "unicode-ident"
16894version = "1.0.18"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16897
16898[[package]]
16899name = "unicode-linebreak"
16900version = "0.1.5"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16903
16904[[package]]
16905name = "unicode-normalization"
16906version = "0.1.24"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16909dependencies = [
16910 "tinyvec",
16911]
16912
16913[[package]]
16914name = "unicode-properties"
16915version = "0.1.3"
16916source = "registry+https://github.com/rust-lang/crates.io-index"
16917checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16918
16919[[package]]
16920name = "unicode-script"
16921version = "0.5.7"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16924
16925[[package]]
16926name = "unicode-segmentation"
16927version = "1.12.0"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16930
16931[[package]]
16932name = "unicode-vo"
16933version = "0.1.0"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16936
16937[[package]]
16938name = "unicode-width"
16939version = "0.1.14"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16942
16943[[package]]
16944name = "unicode-width"
16945version = "0.2.0"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16948
16949[[package]]
16950name = "unicode-xid"
16951version = "0.2.6"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16954
16955[[package]]
16956name = "unicode_categories"
16957version = "0.1.1"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16960
16961[[package]]
16962name = "unindent"
16963version = "0.2.4"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16966
16967[[package]]
16968name = "untrusted"
16969version = "0.9.0"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16972
16973[[package]]
16974name = "url"
16975version = "2.5.4"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16978dependencies = [
16979 "form_urlencoded",
16980 "idna",
16981 "percent-encoding",
16982 "serde",
16983]
16984
16985[[package]]
16986name = "urlencoding"
16987version = "2.1.3"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16990
16991[[package]]
16992name = "usvg"
16993version = "0.45.1"
16994source = "registry+https://github.com/rust-lang/crates.io-index"
16995checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16996dependencies = [
16997 "base64 0.22.1",
16998 "data-url",
16999 "flate2",
17000 "fontdb 0.23.0",
17001 "imagesize",
17002 "kurbo",
17003 "log",
17004 "pico-args",
17005 "roxmltree",
17006 "rustybuzz 0.20.1",
17007 "simplecss",
17008 "siphasher",
17009 "strict-num",
17010 "svgtypes",
17011 "tiny-skia-path",
17012 "unicode-bidi",
17013 "unicode-script",
17014 "unicode-vo",
17015 "xmlwriter",
17016]
17017
17018[[package]]
17019name = "utf-8"
17020version = "0.7.6"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17023
17024[[package]]
17025name = "utf16_iter"
17026version = "1.0.5"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17029
17030[[package]]
17031name = "utf8_iter"
17032version = "1.0.4"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17035
17036[[package]]
17037name = "utf8parse"
17038version = "0.2.2"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17041
17042[[package]]
17043name = "util"
17044version = "0.1.0"
17045dependencies = [
17046 "anyhow",
17047 "async-fs",
17048 "collections",
17049 "dirs 4.0.0",
17050 "dunce",
17051 "futures 0.3.31",
17052 "futures-lite 1.13.0",
17053 "git2",
17054 "globset",
17055 "itertools 0.14.0",
17056 "libc",
17057 "log",
17058 "rand 0.8.5",
17059 "regex",
17060 "rust-embed",
17061 "serde",
17062 "serde_json",
17063 "smol",
17064 "take-until",
17065 "tempfile",
17066 "tendril",
17067 "unicase",
17068 "util_macros",
17069 "workspace-hack",
17070]
17071
17072[[package]]
17073name = "util_macros"
17074version = "0.1.0"
17075dependencies = [
17076 "quote",
17077 "syn 1.0.109",
17078 "workspace-hack",
17079]
17080
17081[[package]]
17082name = "uuid"
17083version = "1.16.0"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17086dependencies = [
17087 "getrandom 0.3.2",
17088 "serde",
17089 "sha1_smol",
17090]
17091
17092[[package]]
17093name = "uuid-simd"
17094version = "0.8.0"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17097dependencies = [
17098 "outref",
17099 "uuid",
17100 "vsimd",
17101]
17102
17103[[package]]
17104name = "v_frame"
17105version = "0.3.8"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17108dependencies = [
17109 "aligned-vec",
17110 "num-traits",
17111 "wasm-bindgen",
17112]
17113
17114[[package]]
17115name = "valuable"
17116version = "0.1.1"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17119
17120[[package]]
17121name = "value-bag"
17122version = "1.11.1"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17125dependencies = [
17126 "value-bag-serde1",
17127 "value-bag-sval2",
17128]
17129
17130[[package]]
17131name = "value-bag-serde1"
17132version = "1.11.1"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17135dependencies = [
17136 "erased-serde",
17137 "serde",
17138 "serde_fmt",
17139]
17140
17141[[package]]
17142name = "value-bag-sval2"
17143version = "1.11.1"
17144source = "registry+https://github.com/rust-lang/crates.io-index"
17145checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17146dependencies = [
17147 "sval",
17148 "sval_buffer",
17149 "sval_dynamic",
17150 "sval_fmt",
17151 "sval_json",
17152 "sval_ref",
17153 "sval_serde",
17154]
17155
17156[[package]]
17157name = "vcpkg"
17158version = "0.2.15"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17161
17162[[package]]
17163name = "version-compare"
17164version = "0.2.0"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17167
17168[[package]]
17169name = "version_check"
17170version = "0.9.5"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17173
17174[[package]]
17175name = "vim"
17176version = "0.1.0"
17177dependencies = [
17178 "anyhow",
17179 "assets",
17180 "async-compat",
17181 "async-trait",
17182 "collections",
17183 "command_palette",
17184 "command_palette_hooks",
17185 "db",
17186 "editor",
17187 "futures 0.3.31",
17188 "git_ui",
17189 "gpui",
17190 "indoc",
17191 "itertools 0.14.0",
17192 "language",
17193 "log",
17194 "lsp",
17195 "multi_buffer",
17196 "nvim-rs",
17197 "parking_lot",
17198 "picker",
17199 "project",
17200 "project_panel",
17201 "regex",
17202 "release_channel",
17203 "schemars",
17204 "search",
17205 "serde",
17206 "serde_derive",
17207 "serde_json",
17208 "settings",
17209 "task",
17210 "text",
17211 "theme",
17212 "tokio",
17213 "ui",
17214 "util",
17215 "vim_mode_setting",
17216 "workspace",
17217 "workspace-hack",
17218 "zed_actions",
17219]
17220
17221[[package]]
17222name = "vim_mode_setting"
17223version = "0.1.0"
17224dependencies = [
17225 "anyhow",
17226 "gpui",
17227 "settings",
17228 "workspace-hack",
17229]
17230
17231[[package]]
17232name = "vscode_theme"
17233version = "0.2.0"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17236dependencies = [
17237 "serde",
17238]
17239
17240[[package]]
17241name = "vsimd"
17242version = "0.8.0"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17245
17246[[package]]
17247name = "vswhom"
17248version = "0.1.0"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17251dependencies = [
17252 "libc",
17253 "vswhom-sys",
17254]
17255
17256[[package]]
17257name = "vswhom-sys"
17258version = "0.1.3"
17259source = "registry+https://github.com/rust-lang/crates.io-index"
17260checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17261dependencies = [
17262 "cc",
17263 "libc",
17264]
17265
17266[[package]]
17267name = "vte"
17268version = "0.15.0"
17269source = "registry+https://github.com/rust-lang/crates.io-index"
17270checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17271dependencies = [
17272 "arrayvec",
17273 "bitflags 2.9.0",
17274 "cursor-icon",
17275 "log",
17276 "memchr",
17277 "serde",
17278]
17279
17280[[package]]
17281name = "waker-fn"
17282version = "1.2.0"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17285
17286[[package]]
17287name = "walkdir"
17288version = "2.5.0"
17289source = "registry+https://github.com/rust-lang/crates.io-index"
17290checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17291dependencies = [
17292 "same-file",
17293 "winapi-util",
17294]
17295
17296[[package]]
17297name = "want"
17298version = "0.3.1"
17299source = "registry+https://github.com/rust-lang/crates.io-index"
17300checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17301dependencies = [
17302 "try-lock",
17303]
17304
17305[[package]]
17306name = "warp"
17307version = "0.3.7"
17308source = "registry+https://github.com/rust-lang/crates.io-index"
17309checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17310dependencies = [
17311 "bytes 1.10.1",
17312 "futures-channel",
17313 "futures-util",
17314 "headers",
17315 "http 0.2.12",
17316 "hyper 0.14.32",
17317 "log",
17318 "mime",
17319 "mime_guess",
17320 "percent-encoding",
17321 "pin-project",
17322 "scoped-tls",
17323 "serde",
17324 "serde_json",
17325 "serde_urlencoded",
17326 "tokio",
17327 "tokio-tungstenite 0.21.0",
17328 "tokio-util",
17329 "tower-service",
17330 "tracing",
17331]
17332
17333[[package]]
17334name = "wasi"
17335version = "0.9.0+wasi-snapshot-preview1"
17336source = "registry+https://github.com/rust-lang/crates.io-index"
17337checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17338
17339[[package]]
17340name = "wasi"
17341version = "0.11.0+wasi-snapshot-preview1"
17342source = "registry+https://github.com/rust-lang/crates.io-index"
17343checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17344
17345[[package]]
17346name = "wasi"
17347version = "0.14.2+wasi-0.2.4"
17348source = "registry+https://github.com/rust-lang/crates.io-index"
17349checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17350dependencies = [
17351 "wit-bindgen-rt 0.39.0",
17352]
17353
17354[[package]]
17355name = "wasi-preview1-component-adapter-provider"
17356version = "29.0.1"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17359
17360[[package]]
17361name = "wasite"
17362version = "0.1.0"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17365
17366[[package]]
17367name = "wasm-bindgen"
17368version = "0.2.100"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17371dependencies = [
17372 "cfg-if",
17373 "once_cell",
17374 "rustversion",
17375 "wasm-bindgen-macro",
17376]
17377
17378[[package]]
17379name = "wasm-bindgen-backend"
17380version = "0.2.100"
17381source = "registry+https://github.com/rust-lang/crates.io-index"
17382checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17383dependencies = [
17384 "bumpalo",
17385 "log",
17386 "proc-macro2",
17387 "quote",
17388 "syn 2.0.101",
17389 "wasm-bindgen-shared",
17390]
17391
17392[[package]]
17393name = "wasm-bindgen-futures"
17394version = "0.4.50"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17397dependencies = [
17398 "cfg-if",
17399 "js-sys",
17400 "once_cell",
17401 "wasm-bindgen",
17402 "web-sys",
17403]
17404
17405[[package]]
17406name = "wasm-bindgen-macro"
17407version = "0.2.100"
17408source = "registry+https://github.com/rust-lang/crates.io-index"
17409checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17410dependencies = [
17411 "quote",
17412 "wasm-bindgen-macro-support",
17413]
17414
17415[[package]]
17416name = "wasm-bindgen-macro-support"
17417version = "0.2.100"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17420dependencies = [
17421 "proc-macro2",
17422 "quote",
17423 "syn 2.0.101",
17424 "wasm-bindgen-backend",
17425 "wasm-bindgen-shared",
17426]
17427
17428[[package]]
17429name = "wasm-bindgen-shared"
17430version = "0.2.100"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17433dependencies = [
17434 "unicode-ident",
17435]
17436
17437[[package]]
17438name = "wasm-encoder"
17439version = "0.201.0"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17442dependencies = [
17443 "leb128",
17444]
17445
17446[[package]]
17447name = "wasm-encoder"
17448version = "0.221.3"
17449source = "registry+https://github.com/rust-lang/crates.io-index"
17450checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17451dependencies = [
17452 "leb128",
17453 "wasmparser 0.221.3",
17454]
17455
17456[[package]]
17457name = "wasm-encoder"
17458version = "0.227.1"
17459source = "registry+https://github.com/rust-lang/crates.io-index"
17460checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17461dependencies = [
17462 "leb128fmt",
17463 "wasmparser 0.227.1",
17464]
17465
17466[[package]]
17467name = "wasm-metadata"
17468version = "0.201.0"
17469source = "registry+https://github.com/rust-lang/crates.io-index"
17470checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17471dependencies = [
17472 "anyhow",
17473 "indexmap",
17474 "serde",
17475 "serde_derive",
17476 "serde_json",
17477 "spdx",
17478 "wasm-encoder 0.201.0",
17479 "wasmparser 0.201.0",
17480]
17481
17482[[package]]
17483name = "wasm-metadata"
17484version = "0.221.3"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17487dependencies = [
17488 "anyhow",
17489 "indexmap",
17490 "serde",
17491 "serde_derive",
17492 "serde_json",
17493 "spdx",
17494 "wasm-encoder 0.221.3",
17495 "wasmparser 0.221.3",
17496]
17497
17498[[package]]
17499name = "wasm-metadata"
17500version = "0.227.1"
17501source = "registry+https://github.com/rust-lang/crates.io-index"
17502checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17503dependencies = [
17504 "anyhow",
17505 "auditable-serde",
17506 "flate2",
17507 "indexmap",
17508 "serde",
17509 "serde_derive",
17510 "serde_json",
17511 "spdx",
17512 "url",
17513 "wasm-encoder 0.227.1",
17514 "wasmparser 0.227.1",
17515]
17516
17517[[package]]
17518name = "wasm-streams"
17519version = "0.4.2"
17520source = "registry+https://github.com/rust-lang/crates.io-index"
17521checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17522dependencies = [
17523 "futures-util",
17524 "js-sys",
17525 "wasm-bindgen",
17526 "wasm-bindgen-futures",
17527 "web-sys",
17528]
17529
17530[[package]]
17531name = "wasmparser"
17532version = "0.201.0"
17533source = "registry+https://github.com/rust-lang/crates.io-index"
17534checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17535dependencies = [
17536 "bitflags 2.9.0",
17537 "indexmap",
17538 "semver",
17539]
17540
17541[[package]]
17542name = "wasmparser"
17543version = "0.221.3"
17544source = "registry+https://github.com/rust-lang/crates.io-index"
17545checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17546dependencies = [
17547 "bitflags 2.9.0",
17548 "hashbrown 0.15.3",
17549 "indexmap",
17550 "semver",
17551 "serde",
17552]
17553
17554[[package]]
17555name = "wasmparser"
17556version = "0.227.1"
17557source = "registry+https://github.com/rust-lang/crates.io-index"
17558checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17559dependencies = [
17560 "bitflags 2.9.0",
17561 "hashbrown 0.15.3",
17562 "indexmap",
17563 "semver",
17564]
17565
17566[[package]]
17567name = "wasmprinter"
17568version = "0.221.3"
17569source = "registry+https://github.com/rust-lang/crates.io-index"
17570checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17571dependencies = [
17572 "anyhow",
17573 "termcolor",
17574 "wasmparser 0.221.3",
17575]
17576
17577[[package]]
17578name = "wasmtime"
17579version = "29.0.1"
17580source = "registry+https://github.com/rust-lang/crates.io-index"
17581checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17582dependencies = [
17583 "anyhow",
17584 "async-trait",
17585 "bitflags 2.9.0",
17586 "bumpalo",
17587 "cc",
17588 "cfg-if",
17589 "encoding_rs",
17590 "hashbrown 0.14.5",
17591 "indexmap",
17592 "libc",
17593 "log",
17594 "mach2",
17595 "memfd",
17596 "object",
17597 "once_cell",
17598 "paste",
17599 "postcard",
17600 "psm",
17601 "pulley-interpreter",
17602 "rayon",
17603 "rustix 0.38.44",
17604 "semver",
17605 "serde",
17606 "serde_derive",
17607 "smallvec",
17608 "sptr",
17609 "target-lexicon 0.13.2",
17610 "trait-variant",
17611 "wasmparser 0.221.3",
17612 "wasmtime-asm-macros",
17613 "wasmtime-component-macro",
17614 "wasmtime-component-util",
17615 "wasmtime-cranelift",
17616 "wasmtime-environ",
17617 "wasmtime-fiber",
17618 "wasmtime-jit-icache-coherence",
17619 "wasmtime-math",
17620 "wasmtime-slab",
17621 "wasmtime-versioned-export-macros",
17622 "wasmtime-winch",
17623 "windows-sys 0.59.0",
17624]
17625
17626[[package]]
17627name = "wasmtime-asm-macros"
17628version = "29.0.1"
17629source = "registry+https://github.com/rust-lang/crates.io-index"
17630checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17631dependencies = [
17632 "cfg-if",
17633]
17634
17635[[package]]
17636name = "wasmtime-c-api-impl"
17637version = "29.0.1"
17638source = "registry+https://github.com/rust-lang/crates.io-index"
17639checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17640dependencies = [
17641 "anyhow",
17642 "log",
17643 "tracing",
17644 "wasmtime",
17645 "wasmtime-c-api-macros",
17646]
17647
17648[[package]]
17649name = "wasmtime-c-api-macros"
17650version = "29.0.1"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17653dependencies = [
17654 "proc-macro2",
17655 "quote",
17656]
17657
17658[[package]]
17659name = "wasmtime-component-macro"
17660version = "29.0.1"
17661source = "registry+https://github.com/rust-lang/crates.io-index"
17662checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17663dependencies = [
17664 "anyhow",
17665 "proc-macro2",
17666 "quote",
17667 "syn 2.0.101",
17668 "wasmtime-component-util",
17669 "wasmtime-wit-bindgen",
17670 "wit-parser 0.221.3",
17671]
17672
17673[[package]]
17674name = "wasmtime-component-util"
17675version = "29.0.1"
17676source = "registry+https://github.com/rust-lang/crates.io-index"
17677checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17678
17679[[package]]
17680name = "wasmtime-cranelift"
17681version = "29.0.1"
17682source = "registry+https://github.com/rust-lang/crates.io-index"
17683checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17684dependencies = [
17685 "anyhow",
17686 "cfg-if",
17687 "cranelift-codegen",
17688 "cranelift-control",
17689 "cranelift-entity",
17690 "cranelift-frontend",
17691 "cranelift-native",
17692 "gimli",
17693 "itertools 0.12.1",
17694 "log",
17695 "object",
17696 "smallvec",
17697 "target-lexicon 0.13.2",
17698 "thiserror 1.0.69",
17699 "wasmparser 0.221.3",
17700 "wasmtime-environ",
17701 "wasmtime-versioned-export-macros",
17702]
17703
17704[[package]]
17705name = "wasmtime-environ"
17706version = "29.0.1"
17707source = "registry+https://github.com/rust-lang/crates.io-index"
17708checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17709dependencies = [
17710 "anyhow",
17711 "cpp_demangle",
17712 "cranelift-bitset",
17713 "cranelift-entity",
17714 "gimli",
17715 "indexmap",
17716 "log",
17717 "object",
17718 "postcard",
17719 "rustc-demangle",
17720 "semver",
17721 "serde",
17722 "serde_derive",
17723 "smallvec",
17724 "target-lexicon 0.13.2",
17725 "wasm-encoder 0.221.3",
17726 "wasmparser 0.221.3",
17727 "wasmprinter",
17728 "wasmtime-component-util",
17729]
17730
17731[[package]]
17732name = "wasmtime-fiber"
17733version = "29.0.1"
17734source = "registry+https://github.com/rust-lang/crates.io-index"
17735checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17736dependencies = [
17737 "anyhow",
17738 "cc",
17739 "cfg-if",
17740 "rustix 0.38.44",
17741 "wasmtime-asm-macros",
17742 "wasmtime-versioned-export-macros",
17743 "windows-sys 0.59.0",
17744]
17745
17746[[package]]
17747name = "wasmtime-jit-icache-coherence"
17748version = "29.0.1"
17749source = "registry+https://github.com/rust-lang/crates.io-index"
17750checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17751dependencies = [
17752 "anyhow",
17753 "cfg-if",
17754 "libc",
17755 "windows-sys 0.59.0",
17756]
17757
17758[[package]]
17759name = "wasmtime-math"
17760version = "29.0.1"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17763dependencies = [
17764 "libm",
17765]
17766
17767[[package]]
17768name = "wasmtime-slab"
17769version = "29.0.1"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17772
17773[[package]]
17774name = "wasmtime-versioned-export-macros"
17775version = "29.0.1"
17776source = "registry+https://github.com/rust-lang/crates.io-index"
17777checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17778dependencies = [
17779 "proc-macro2",
17780 "quote",
17781 "syn 2.0.101",
17782]
17783
17784[[package]]
17785name = "wasmtime-wasi"
17786version = "29.0.1"
17787source = "registry+https://github.com/rust-lang/crates.io-index"
17788checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17789dependencies = [
17790 "anyhow",
17791 "async-trait",
17792 "bitflags 2.9.0",
17793 "bytes 1.10.1",
17794 "cap-fs-ext",
17795 "cap-net-ext",
17796 "cap-rand",
17797 "cap-std",
17798 "cap-time-ext",
17799 "fs-set-times",
17800 "futures 0.3.31",
17801 "io-extras",
17802 "io-lifetimes",
17803 "rustix 0.38.44",
17804 "system-interface",
17805 "thiserror 1.0.69",
17806 "tokio",
17807 "tracing",
17808 "trait-variant",
17809 "url",
17810 "wasmtime",
17811 "wiggle",
17812 "windows-sys 0.59.0",
17813]
17814
17815[[package]]
17816name = "wasmtime-winch"
17817version = "29.0.1"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17820dependencies = [
17821 "anyhow",
17822 "cranelift-codegen",
17823 "gimli",
17824 "object",
17825 "target-lexicon 0.13.2",
17826 "wasmparser 0.221.3",
17827 "wasmtime-cranelift",
17828 "wasmtime-environ",
17829 "winch-codegen",
17830]
17831
17832[[package]]
17833name = "wasmtime-wit-bindgen"
17834version = "29.0.1"
17835source = "registry+https://github.com/rust-lang/crates.io-index"
17836checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17837dependencies = [
17838 "anyhow",
17839 "heck 0.5.0",
17840 "indexmap",
17841 "wit-parser 0.221.3",
17842]
17843
17844[[package]]
17845name = "wast"
17846version = "35.0.2"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17849dependencies = [
17850 "leb128",
17851]
17852
17853[[package]]
17854name = "wayland-backend"
17855version = "0.3.8"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17858dependencies = [
17859 "cc",
17860 "downcast-rs",
17861 "rustix 0.38.44",
17862 "scoped-tls",
17863 "smallvec",
17864 "wayland-sys",
17865]
17866
17867[[package]]
17868name = "wayland-client"
17869version = "0.31.8"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17872dependencies = [
17873 "bitflags 2.9.0",
17874 "rustix 0.38.44",
17875 "wayland-backend",
17876 "wayland-scanner",
17877]
17878
17879[[package]]
17880name = "wayland-cursor"
17881version = "0.31.8"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17884dependencies = [
17885 "rustix 0.38.44",
17886 "wayland-client",
17887 "xcursor",
17888]
17889
17890[[package]]
17891name = "wayland-protocols"
17892version = "0.31.2"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17895dependencies = [
17896 "bitflags 2.9.0",
17897 "wayland-backend",
17898 "wayland-client",
17899 "wayland-scanner",
17900]
17901
17902[[package]]
17903name = "wayland-protocols-plasma"
17904version = "0.2.0"
17905source = "registry+https://github.com/rust-lang/crates.io-index"
17906checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17907dependencies = [
17908 "bitflags 2.9.0",
17909 "wayland-backend",
17910 "wayland-client",
17911 "wayland-protocols",
17912 "wayland-scanner",
17913]
17914
17915[[package]]
17916name = "wayland-scanner"
17917version = "0.31.6"
17918source = "registry+https://github.com/rust-lang/crates.io-index"
17919checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17920dependencies = [
17921 "proc-macro2",
17922 "quick-xml 0.37.4",
17923 "quote",
17924]
17925
17926[[package]]
17927name = "wayland-sys"
17928version = "0.31.6"
17929source = "registry+https://github.com/rust-lang/crates.io-index"
17930checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17931dependencies = [
17932 "dlib",
17933 "log",
17934 "once_cell",
17935 "pkg-config",
17936]
17937
17938[[package]]
17939name = "web-sys"
17940version = "0.3.77"
17941source = "registry+https://github.com/rust-lang/crates.io-index"
17942checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17943dependencies = [
17944 "js-sys",
17945 "wasm-bindgen",
17946]
17947
17948[[package]]
17949name = "web-time"
17950version = "1.1.0"
17951source = "registry+https://github.com/rust-lang/crates.io-index"
17952checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17953dependencies = [
17954 "js-sys",
17955 "wasm-bindgen",
17956]
17957
17958[[package]]
17959name = "web_atoms"
17960version = "0.1.0"
17961source = "registry+https://github.com/rust-lang/crates.io-index"
17962checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17963dependencies = [
17964 "phf",
17965 "phf_codegen",
17966 "string_cache",
17967 "string_cache_codegen",
17968]
17969
17970[[package]]
17971name = "web_search"
17972version = "0.1.0"
17973dependencies = [
17974 "anyhow",
17975 "collections",
17976 "gpui",
17977 "serde",
17978 "workspace-hack",
17979 "zed_llm_client",
17980]
17981
17982[[package]]
17983name = "web_search_providers"
17984version = "0.1.0"
17985dependencies = [
17986 "anyhow",
17987 "client",
17988 "futures 0.3.31",
17989 "gpui",
17990 "http_client",
17991 "language_model",
17992 "serde",
17993 "serde_json",
17994 "web_search",
17995 "workspace-hack",
17996 "zed_llm_client",
17997]
17998
17999[[package]]
18000name = "webpki-root-certs"
18001version = "0.26.8"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18004dependencies = [
18005 "rustls-pki-types",
18006]
18007
18008[[package]]
18009name = "webpki-roots"
18010version = "0.26.8"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18013dependencies = [
18014 "rustls-pki-types",
18015]
18016
18017[[package]]
18018name = "webrtc-sys"
18019version = "0.3.7"
18020source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18021dependencies = [
18022 "cc",
18023 "cxx",
18024 "cxx-build",
18025 "glob",
18026 "log",
18027 "webrtc-sys-build",
18028]
18029
18030[[package]]
18031name = "webrtc-sys-build"
18032version = "0.3.6"
18033source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18034dependencies = [
18035 "fs2",
18036 "regex",
18037 "reqwest 0.11.27",
18038 "scratch",
18039 "semver",
18040 "zip",
18041]
18042
18043[[package]]
18044name = "weezl"
18045version = "0.1.8"
18046source = "registry+https://github.com/rust-lang/crates.io-index"
18047checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18048
18049[[package]]
18050name = "welcome"
18051version = "0.1.0"
18052dependencies = [
18053 "anyhow",
18054 "client",
18055 "component",
18056 "db",
18057 "documented",
18058 "editor",
18059 "fuzzy",
18060 "gpui",
18061 "install_cli",
18062 "language",
18063 "picker",
18064 "project",
18065 "schemars",
18066 "serde",
18067 "settings",
18068 "telemetry",
18069 "theme",
18070 "ui",
18071 "util",
18072 "vim_mode_setting",
18073 "workspace",
18074 "workspace-hack",
18075 "zed_actions",
18076]
18077
18078[[package]]
18079name = "which"
18080version = "4.4.2"
18081source = "registry+https://github.com/rust-lang/crates.io-index"
18082checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18083dependencies = [
18084 "either",
18085 "home",
18086 "once_cell",
18087 "rustix 0.38.44",
18088]
18089
18090[[package]]
18091name = "which"
18092version = "6.0.3"
18093source = "registry+https://github.com/rust-lang/crates.io-index"
18094checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18095dependencies = [
18096 "either",
18097 "home",
18098 "rustix 0.38.44",
18099 "winsafe",
18100]
18101
18102[[package]]
18103name = "whoami"
18104version = "1.6.0"
18105source = "registry+https://github.com/rust-lang/crates.io-index"
18106checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18107dependencies = [
18108 "redox_syscall 0.5.11",
18109 "wasite",
18110]
18111
18112[[package]]
18113name = "wiggle"
18114version = "29.0.1"
18115source = "registry+https://github.com/rust-lang/crates.io-index"
18116checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18117dependencies = [
18118 "anyhow",
18119 "async-trait",
18120 "bitflags 2.9.0",
18121 "thiserror 1.0.69",
18122 "tracing",
18123 "wasmtime",
18124 "wiggle-macro",
18125]
18126
18127[[package]]
18128name = "wiggle-generate"
18129version = "29.0.1"
18130source = "registry+https://github.com/rust-lang/crates.io-index"
18131checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18132dependencies = [
18133 "anyhow",
18134 "heck 0.5.0",
18135 "proc-macro2",
18136 "quote",
18137 "shellexpand 2.1.2",
18138 "syn 2.0.101",
18139 "witx",
18140]
18141
18142[[package]]
18143name = "wiggle-macro"
18144version = "29.0.1"
18145source = "registry+https://github.com/rust-lang/crates.io-index"
18146checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18147dependencies = [
18148 "proc-macro2",
18149 "quote",
18150 "syn 2.0.101",
18151 "wiggle-generate",
18152]
18153
18154[[package]]
18155name = "winapi"
18156version = "0.3.9"
18157source = "registry+https://github.com/rust-lang/crates.io-index"
18158checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18159dependencies = [
18160 "winapi-i686-pc-windows-gnu",
18161 "winapi-x86_64-pc-windows-gnu",
18162]
18163
18164[[package]]
18165name = "winapi-i686-pc-windows-gnu"
18166version = "0.4.0"
18167source = "registry+https://github.com/rust-lang/crates.io-index"
18168checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18169
18170[[package]]
18171name = "winapi-util"
18172version = "0.1.9"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18175dependencies = [
18176 "windows-sys 0.59.0",
18177]
18178
18179[[package]]
18180name = "winapi-x86_64-pc-windows-gnu"
18181version = "0.4.0"
18182source = "registry+https://github.com/rust-lang/crates.io-index"
18183checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18184
18185[[package]]
18186name = "winch-codegen"
18187version = "29.0.1"
18188source = "registry+https://github.com/rust-lang/crates.io-index"
18189checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18190dependencies = [
18191 "anyhow",
18192 "cranelift-codegen",
18193 "gimli",
18194 "regalloc2",
18195 "smallvec",
18196 "target-lexicon 0.13.2",
18197 "thiserror 1.0.69",
18198 "wasmparser 0.221.3",
18199 "wasmtime-cranelift",
18200 "wasmtime-environ",
18201]
18202
18203[[package]]
18204name = "windows"
18205version = "0.54.0"
18206source = "registry+https://github.com/rust-lang/crates.io-index"
18207checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18208dependencies = [
18209 "windows-core 0.54.0",
18210 "windows-targets 0.52.6",
18211]
18212
18213[[package]]
18214name = "windows"
18215version = "0.57.0"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18218dependencies = [
18219 "windows-core 0.57.0",
18220 "windows-targets 0.52.6",
18221]
18222
18223[[package]]
18224name = "windows"
18225version = "0.58.0"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18228dependencies = [
18229 "windows-core 0.58.0",
18230 "windows-targets 0.52.6",
18231]
18232
18233[[package]]
18234name = "windows"
18235version = "0.61.1"
18236source = "registry+https://github.com/rust-lang/crates.io-index"
18237checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18238dependencies = [
18239 "windows-collections",
18240 "windows-core 0.61.0",
18241 "windows-future",
18242 "windows-link",
18243 "windows-numerics",
18244]
18245
18246[[package]]
18247name = "windows-capture"
18248version = "1.4.3"
18249source = "registry+https://github.com/rust-lang/crates.io-index"
18250checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18251dependencies = [
18252 "clap",
18253 "ctrlc",
18254 "parking_lot",
18255 "rayon",
18256 "thiserror 2.0.12",
18257 "windows 0.61.1",
18258 "windows-future",
18259]
18260
18261[[package]]
18262name = "windows-collections"
18263version = "0.2.0"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18266dependencies = [
18267 "windows-core 0.61.0",
18268]
18269
18270[[package]]
18271name = "windows-core"
18272version = "0.54.0"
18273source = "registry+https://github.com/rust-lang/crates.io-index"
18274checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18275dependencies = [
18276 "windows-result 0.1.2",
18277 "windows-targets 0.52.6",
18278]
18279
18280[[package]]
18281name = "windows-core"
18282version = "0.57.0"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18285dependencies = [
18286 "windows-implement 0.57.0",
18287 "windows-interface 0.57.0",
18288 "windows-result 0.1.2",
18289 "windows-targets 0.52.6",
18290]
18291
18292[[package]]
18293name = "windows-core"
18294version = "0.58.0"
18295source = "registry+https://github.com/rust-lang/crates.io-index"
18296checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18297dependencies = [
18298 "windows-implement 0.58.0",
18299 "windows-interface 0.58.0",
18300 "windows-result 0.2.0",
18301 "windows-strings 0.1.0",
18302 "windows-targets 0.52.6",
18303]
18304
18305[[package]]
18306name = "windows-core"
18307version = "0.61.0"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18310dependencies = [
18311 "windows-implement 0.60.0",
18312 "windows-interface 0.59.1",
18313 "windows-link",
18314 "windows-result 0.3.2",
18315 "windows-strings 0.4.0",
18316]
18317
18318[[package]]
18319name = "windows-future"
18320version = "0.2.0"
18321source = "registry+https://github.com/rust-lang/crates.io-index"
18322checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18323dependencies = [
18324 "windows-core 0.61.0",
18325 "windows-link",
18326]
18327
18328[[package]]
18329name = "windows-implement"
18330version = "0.57.0"
18331source = "registry+https://github.com/rust-lang/crates.io-index"
18332checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18333dependencies = [
18334 "proc-macro2",
18335 "quote",
18336 "syn 2.0.101",
18337]
18338
18339[[package]]
18340name = "windows-implement"
18341version = "0.58.0"
18342source = "registry+https://github.com/rust-lang/crates.io-index"
18343checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18344dependencies = [
18345 "proc-macro2",
18346 "quote",
18347 "syn 2.0.101",
18348]
18349
18350[[package]]
18351name = "windows-implement"
18352version = "0.60.0"
18353source = "registry+https://github.com/rust-lang/crates.io-index"
18354checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18355dependencies = [
18356 "proc-macro2",
18357 "quote",
18358 "syn 2.0.101",
18359]
18360
18361[[package]]
18362name = "windows-interface"
18363version = "0.57.0"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18366dependencies = [
18367 "proc-macro2",
18368 "quote",
18369 "syn 2.0.101",
18370]
18371
18372[[package]]
18373name = "windows-interface"
18374version = "0.58.0"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18377dependencies = [
18378 "proc-macro2",
18379 "quote",
18380 "syn 2.0.101",
18381]
18382
18383[[package]]
18384name = "windows-interface"
18385version = "0.59.1"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18388dependencies = [
18389 "proc-macro2",
18390 "quote",
18391 "syn 2.0.101",
18392]
18393
18394[[package]]
18395name = "windows-link"
18396version = "0.1.1"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18399
18400[[package]]
18401name = "windows-numerics"
18402version = "0.2.0"
18403source = "registry+https://github.com/rust-lang/crates.io-index"
18404checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18405dependencies = [
18406 "windows-core 0.61.0",
18407 "windows-link",
18408]
18409
18410[[package]]
18411name = "windows-registry"
18412version = "0.4.0"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18415dependencies = [
18416 "windows-result 0.3.2",
18417 "windows-strings 0.3.1",
18418 "windows-targets 0.53.0",
18419]
18420
18421[[package]]
18422name = "windows-registry"
18423version = "0.5.1"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18426dependencies = [
18427 "windows-link",
18428 "windows-result 0.3.2",
18429 "windows-strings 0.4.0",
18430]
18431
18432[[package]]
18433name = "windows-result"
18434version = "0.1.2"
18435source = "registry+https://github.com/rust-lang/crates.io-index"
18436checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18437dependencies = [
18438 "windows-targets 0.52.6",
18439]
18440
18441[[package]]
18442name = "windows-result"
18443version = "0.2.0"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18446dependencies = [
18447 "windows-targets 0.52.6",
18448]
18449
18450[[package]]
18451name = "windows-result"
18452version = "0.3.2"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18455dependencies = [
18456 "windows-link",
18457]
18458
18459[[package]]
18460name = "windows-strings"
18461version = "0.1.0"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18464dependencies = [
18465 "windows-result 0.2.0",
18466 "windows-targets 0.52.6",
18467]
18468
18469[[package]]
18470name = "windows-strings"
18471version = "0.3.1"
18472source = "registry+https://github.com/rust-lang/crates.io-index"
18473checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18474dependencies = [
18475 "windows-link",
18476]
18477
18478[[package]]
18479name = "windows-strings"
18480version = "0.4.0"
18481source = "registry+https://github.com/rust-lang/crates.io-index"
18482checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18483dependencies = [
18484 "windows-link",
18485]
18486
18487[[package]]
18488name = "windows-sys"
18489version = "0.45.0"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18492dependencies = [
18493 "windows-targets 0.42.2",
18494]
18495
18496[[package]]
18497name = "windows-sys"
18498version = "0.48.0"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18501dependencies = [
18502 "windows-targets 0.48.5",
18503]
18504
18505[[package]]
18506name = "windows-sys"
18507version = "0.52.0"
18508source = "registry+https://github.com/rust-lang/crates.io-index"
18509checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18510dependencies = [
18511 "windows-targets 0.52.6",
18512]
18513
18514[[package]]
18515name = "windows-sys"
18516version = "0.59.0"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18519dependencies = [
18520 "windows-targets 0.52.6",
18521]
18522
18523[[package]]
18524name = "windows-targets"
18525version = "0.42.2"
18526source = "registry+https://github.com/rust-lang/crates.io-index"
18527checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18528dependencies = [
18529 "windows_aarch64_gnullvm 0.42.2",
18530 "windows_aarch64_msvc 0.42.2",
18531 "windows_i686_gnu 0.42.2",
18532 "windows_i686_msvc 0.42.2",
18533 "windows_x86_64_gnu 0.42.2",
18534 "windows_x86_64_gnullvm 0.42.2",
18535 "windows_x86_64_msvc 0.42.2",
18536]
18537
18538[[package]]
18539name = "windows-targets"
18540version = "0.48.5"
18541source = "registry+https://github.com/rust-lang/crates.io-index"
18542checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18543dependencies = [
18544 "windows_aarch64_gnullvm 0.48.5",
18545 "windows_aarch64_msvc 0.48.5",
18546 "windows_i686_gnu 0.48.5",
18547 "windows_i686_msvc 0.48.5",
18548 "windows_x86_64_gnu 0.48.5",
18549 "windows_x86_64_gnullvm 0.48.5",
18550 "windows_x86_64_msvc 0.48.5",
18551]
18552
18553[[package]]
18554name = "windows-targets"
18555version = "0.52.6"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18558dependencies = [
18559 "windows_aarch64_gnullvm 0.52.6",
18560 "windows_aarch64_msvc 0.52.6",
18561 "windows_i686_gnu 0.52.6",
18562 "windows_i686_gnullvm 0.52.6",
18563 "windows_i686_msvc 0.52.6",
18564 "windows_x86_64_gnu 0.52.6",
18565 "windows_x86_64_gnullvm 0.52.6",
18566 "windows_x86_64_msvc 0.52.6",
18567]
18568
18569[[package]]
18570name = "windows-targets"
18571version = "0.53.0"
18572source = "registry+https://github.com/rust-lang/crates.io-index"
18573checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18574dependencies = [
18575 "windows_aarch64_gnullvm 0.53.0",
18576 "windows_aarch64_msvc 0.53.0",
18577 "windows_i686_gnu 0.53.0",
18578 "windows_i686_gnullvm 0.53.0",
18579 "windows_i686_msvc 0.53.0",
18580 "windows_x86_64_gnu 0.53.0",
18581 "windows_x86_64_gnullvm 0.53.0",
18582 "windows_x86_64_msvc 0.53.0",
18583]
18584
18585[[package]]
18586name = "windows_aarch64_gnullvm"
18587version = "0.42.2"
18588source = "registry+https://github.com/rust-lang/crates.io-index"
18589checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18590
18591[[package]]
18592name = "windows_aarch64_gnullvm"
18593version = "0.48.5"
18594source = "registry+https://github.com/rust-lang/crates.io-index"
18595checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18596
18597[[package]]
18598name = "windows_aarch64_gnullvm"
18599version = "0.52.6"
18600source = "registry+https://github.com/rust-lang/crates.io-index"
18601checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18602
18603[[package]]
18604name = "windows_aarch64_gnullvm"
18605version = "0.53.0"
18606source = "registry+https://github.com/rust-lang/crates.io-index"
18607checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18608
18609[[package]]
18610name = "windows_aarch64_msvc"
18611version = "0.42.2"
18612source = "registry+https://github.com/rust-lang/crates.io-index"
18613checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18614
18615[[package]]
18616name = "windows_aarch64_msvc"
18617version = "0.48.5"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18620
18621[[package]]
18622name = "windows_aarch64_msvc"
18623version = "0.52.6"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18626
18627[[package]]
18628name = "windows_aarch64_msvc"
18629version = "0.53.0"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18632
18633[[package]]
18634name = "windows_i686_gnu"
18635version = "0.42.2"
18636source = "registry+https://github.com/rust-lang/crates.io-index"
18637checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18638
18639[[package]]
18640name = "windows_i686_gnu"
18641version = "0.48.5"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18644
18645[[package]]
18646name = "windows_i686_gnu"
18647version = "0.52.6"
18648source = "registry+https://github.com/rust-lang/crates.io-index"
18649checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18650
18651[[package]]
18652name = "windows_i686_gnu"
18653version = "0.53.0"
18654source = "registry+https://github.com/rust-lang/crates.io-index"
18655checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18656
18657[[package]]
18658name = "windows_i686_gnullvm"
18659version = "0.52.6"
18660source = "registry+https://github.com/rust-lang/crates.io-index"
18661checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18662
18663[[package]]
18664name = "windows_i686_gnullvm"
18665version = "0.53.0"
18666source = "registry+https://github.com/rust-lang/crates.io-index"
18667checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18668
18669[[package]]
18670name = "windows_i686_msvc"
18671version = "0.42.2"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18674
18675[[package]]
18676name = "windows_i686_msvc"
18677version = "0.48.5"
18678source = "registry+https://github.com/rust-lang/crates.io-index"
18679checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18680
18681[[package]]
18682name = "windows_i686_msvc"
18683version = "0.52.6"
18684source = "registry+https://github.com/rust-lang/crates.io-index"
18685checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18686
18687[[package]]
18688name = "windows_i686_msvc"
18689version = "0.53.0"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18692
18693[[package]]
18694name = "windows_x86_64_gnu"
18695version = "0.42.2"
18696source = "registry+https://github.com/rust-lang/crates.io-index"
18697checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18698
18699[[package]]
18700name = "windows_x86_64_gnu"
18701version = "0.48.5"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18704
18705[[package]]
18706name = "windows_x86_64_gnu"
18707version = "0.52.6"
18708source = "registry+https://github.com/rust-lang/crates.io-index"
18709checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18710
18711[[package]]
18712name = "windows_x86_64_gnu"
18713version = "0.53.0"
18714source = "registry+https://github.com/rust-lang/crates.io-index"
18715checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18716
18717[[package]]
18718name = "windows_x86_64_gnullvm"
18719version = "0.42.2"
18720source = "registry+https://github.com/rust-lang/crates.io-index"
18721checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18722
18723[[package]]
18724name = "windows_x86_64_gnullvm"
18725version = "0.48.5"
18726source = "registry+https://github.com/rust-lang/crates.io-index"
18727checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18728
18729[[package]]
18730name = "windows_x86_64_gnullvm"
18731version = "0.52.6"
18732source = "registry+https://github.com/rust-lang/crates.io-index"
18733checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18734
18735[[package]]
18736name = "windows_x86_64_gnullvm"
18737version = "0.53.0"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18740
18741[[package]]
18742name = "windows_x86_64_msvc"
18743version = "0.42.2"
18744source = "registry+https://github.com/rust-lang/crates.io-index"
18745checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18746
18747[[package]]
18748name = "windows_x86_64_msvc"
18749version = "0.48.5"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18752
18753[[package]]
18754name = "windows_x86_64_msvc"
18755version = "0.52.6"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18758
18759[[package]]
18760name = "windows_x86_64_msvc"
18761version = "0.53.0"
18762source = "registry+https://github.com/rust-lang/crates.io-index"
18763checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18764
18765[[package]]
18766name = "winnow"
18767version = "0.7.6"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18770dependencies = [
18771 "memchr",
18772]
18773
18774[[package]]
18775name = "winreg"
18776version = "0.10.1"
18777source = "registry+https://github.com/rust-lang/crates.io-index"
18778checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18779dependencies = [
18780 "winapi",
18781]
18782
18783[[package]]
18784name = "winreg"
18785version = "0.50.0"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18788dependencies = [
18789 "cfg-if",
18790 "windows-sys 0.48.0",
18791]
18792
18793[[package]]
18794name = "winreg"
18795version = "0.52.0"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18798dependencies = [
18799 "cfg-if",
18800 "windows-sys 0.48.0",
18801]
18802
18803[[package]]
18804name = "winreg"
18805version = "0.55.0"
18806source = "registry+https://github.com/rust-lang/crates.io-index"
18807checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18808dependencies = [
18809 "cfg-if",
18810 "windows-sys 0.59.0",
18811]
18812
18813[[package]]
18814name = "winresource"
18815version = "0.1.20"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18818dependencies = [
18819 "toml 0.8.20",
18820 "version_check",
18821]
18822
18823[[package]]
18824name = "winsafe"
18825version = "0.0.19"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18828
18829[[package]]
18830name = "winx"
18831version = "0.36.4"
18832source = "registry+https://github.com/rust-lang/crates.io-index"
18833checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18834dependencies = [
18835 "bitflags 2.9.0",
18836 "windows-sys 0.59.0",
18837]
18838
18839[[package]]
18840name = "wio"
18841version = "0.2.2"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18844dependencies = [
18845 "winapi",
18846]
18847
18848[[package]]
18849name = "wit-bindgen"
18850version = "0.22.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18853dependencies = [
18854 "bitflags 2.9.0",
18855 "wit-bindgen-rt 0.22.0",
18856 "wit-bindgen-rust-macro 0.22.0",
18857]
18858
18859[[package]]
18860name = "wit-bindgen"
18861version = "0.41.0"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18864dependencies = [
18865 "wit-bindgen-rt 0.41.0",
18866 "wit-bindgen-rust-macro 0.41.0",
18867]
18868
18869[[package]]
18870name = "wit-bindgen-core"
18871version = "0.22.0"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18874dependencies = [
18875 "anyhow",
18876 "wit-parser 0.201.0",
18877]
18878
18879[[package]]
18880name = "wit-bindgen-core"
18881version = "0.41.0"
18882source = "registry+https://github.com/rust-lang/crates.io-index"
18883checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18884dependencies = [
18885 "anyhow",
18886 "heck 0.5.0",
18887 "wit-parser 0.227.1",
18888]
18889
18890[[package]]
18891name = "wit-bindgen-rt"
18892version = "0.22.0"
18893source = "registry+https://github.com/rust-lang/crates.io-index"
18894checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18895
18896[[package]]
18897name = "wit-bindgen-rt"
18898version = "0.39.0"
18899source = "registry+https://github.com/rust-lang/crates.io-index"
18900checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18901dependencies = [
18902 "bitflags 2.9.0",
18903]
18904
18905[[package]]
18906name = "wit-bindgen-rt"
18907version = "0.41.0"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18910dependencies = [
18911 "bitflags 2.9.0",
18912 "futures 0.3.31",
18913 "once_cell",
18914]
18915
18916[[package]]
18917name = "wit-bindgen-rust"
18918version = "0.22.0"
18919source = "registry+https://github.com/rust-lang/crates.io-index"
18920checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18921dependencies = [
18922 "anyhow",
18923 "heck 0.4.1",
18924 "indexmap",
18925 "wasm-metadata 0.201.0",
18926 "wit-bindgen-core 0.22.0",
18927 "wit-component 0.201.0",
18928]
18929
18930[[package]]
18931name = "wit-bindgen-rust"
18932version = "0.41.0"
18933source = "registry+https://github.com/rust-lang/crates.io-index"
18934checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18935dependencies = [
18936 "anyhow",
18937 "heck 0.5.0",
18938 "indexmap",
18939 "prettyplease",
18940 "syn 2.0.101",
18941 "wasm-metadata 0.227.1",
18942 "wit-bindgen-core 0.41.0",
18943 "wit-component 0.227.1",
18944]
18945
18946[[package]]
18947name = "wit-bindgen-rust-macro"
18948version = "0.22.0"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18951dependencies = [
18952 "anyhow",
18953 "proc-macro2",
18954 "quote",
18955 "syn 2.0.101",
18956 "wit-bindgen-core 0.22.0",
18957 "wit-bindgen-rust 0.22.0",
18958]
18959
18960[[package]]
18961name = "wit-bindgen-rust-macro"
18962version = "0.41.0"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18965dependencies = [
18966 "anyhow",
18967 "prettyplease",
18968 "proc-macro2",
18969 "quote",
18970 "syn 2.0.101",
18971 "wit-bindgen-core 0.41.0",
18972 "wit-bindgen-rust 0.41.0",
18973]
18974
18975[[package]]
18976name = "wit-component"
18977version = "0.201.0"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18980dependencies = [
18981 "anyhow",
18982 "bitflags 2.9.0",
18983 "indexmap",
18984 "log",
18985 "serde",
18986 "serde_derive",
18987 "serde_json",
18988 "wasm-encoder 0.201.0",
18989 "wasm-metadata 0.201.0",
18990 "wasmparser 0.201.0",
18991 "wit-parser 0.201.0",
18992]
18993
18994[[package]]
18995name = "wit-component"
18996version = "0.221.3"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18999dependencies = [
19000 "anyhow",
19001 "bitflags 2.9.0",
19002 "indexmap",
19003 "log",
19004 "serde",
19005 "serde_derive",
19006 "serde_json",
19007 "wasm-encoder 0.221.3",
19008 "wasm-metadata 0.221.3",
19009 "wasmparser 0.221.3",
19010 "wit-parser 0.221.3",
19011]
19012
19013[[package]]
19014name = "wit-component"
19015version = "0.227.1"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19018dependencies = [
19019 "anyhow",
19020 "bitflags 2.9.0",
19021 "indexmap",
19022 "log",
19023 "serde",
19024 "serde_derive",
19025 "serde_json",
19026 "wasm-encoder 0.227.1",
19027 "wasm-metadata 0.227.1",
19028 "wasmparser 0.227.1",
19029 "wit-parser 0.227.1",
19030]
19031
19032[[package]]
19033name = "wit-parser"
19034version = "0.201.0"
19035source = "registry+https://github.com/rust-lang/crates.io-index"
19036checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19037dependencies = [
19038 "anyhow",
19039 "id-arena",
19040 "indexmap",
19041 "log",
19042 "semver",
19043 "serde",
19044 "serde_derive",
19045 "serde_json",
19046 "unicode-xid",
19047 "wasmparser 0.201.0",
19048]
19049
19050[[package]]
19051name = "wit-parser"
19052version = "0.221.3"
19053source = "registry+https://github.com/rust-lang/crates.io-index"
19054checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19055dependencies = [
19056 "anyhow",
19057 "id-arena",
19058 "indexmap",
19059 "log",
19060 "semver",
19061 "serde",
19062 "serde_derive",
19063 "serde_json",
19064 "unicode-xid",
19065 "wasmparser 0.221.3",
19066]
19067
19068[[package]]
19069name = "wit-parser"
19070version = "0.227.1"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19073dependencies = [
19074 "anyhow",
19075 "id-arena",
19076 "indexmap",
19077 "log",
19078 "semver",
19079 "serde",
19080 "serde_derive",
19081 "serde_json",
19082 "unicode-xid",
19083 "wasmparser 0.227.1",
19084]
19085
19086[[package]]
19087name = "witx"
19088version = "0.9.1"
19089source = "registry+https://github.com/rust-lang/crates.io-index"
19090checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19091dependencies = [
19092 "anyhow",
19093 "log",
19094 "thiserror 1.0.69",
19095 "wast",
19096]
19097
19098[[package]]
19099name = "workspace"
19100version = "0.1.0"
19101dependencies = [
19102 "any_vec",
19103 "anyhow",
19104 "async-recursion 1.1.1",
19105 "bincode",
19106 "call",
19107 "client",
19108 "clock",
19109 "collections",
19110 "component",
19111 "dap",
19112 "db",
19113 "env_logger 0.11.8",
19114 "fs",
19115 "futures 0.3.31",
19116 "gpui",
19117 "http_client",
19118 "itertools 0.14.0",
19119 "language",
19120 "log",
19121 "menu",
19122 "node_runtime",
19123 "parking_lot",
19124 "postage",
19125 "project",
19126 "remote",
19127 "schemars",
19128 "serde",
19129 "serde_json",
19130 "session",
19131 "settings",
19132 "smallvec",
19133 "sqlez",
19134 "strum 0.27.1",
19135 "task",
19136 "telemetry",
19137 "tempfile",
19138 "theme",
19139 "ui",
19140 "util",
19141 "uuid",
19142 "windows 0.61.1",
19143 "workspace-hack",
19144 "zed_actions",
19145]
19146
19147[[package]]
19148name = "workspace-hack"
19149version = "0.1.0"
19150dependencies = [
19151 "aes",
19152 "ahash 0.8.11",
19153 "aho-corasick",
19154 "anstream",
19155 "arrayvec",
19156 "async-std",
19157 "async-tungstenite",
19158 "aws-config",
19159 "aws-credential-types",
19160 "aws-runtime",
19161 "aws-sigv4",
19162 "aws-smithy-async",
19163 "aws-smithy-http",
19164 "aws-smithy-runtime",
19165 "aws-smithy-runtime-api",
19166 "aws-smithy-types",
19167 "base64 0.22.1",
19168 "base64ct",
19169 "bigdecimal",
19170 "bit-set 0.8.0",
19171 "bit-vec 0.8.0",
19172 "bitflags 2.9.0",
19173 "bstr",
19174 "bytemuck",
19175 "byteorder",
19176 "bytes 1.10.1",
19177 "cc",
19178 "chrono",
19179 "cipher",
19180 "clang-sys",
19181 "clap",
19182 "clap_builder",
19183 "codespan-reporting 0.12.0",
19184 "concurrent-queue",
19185 "core-foundation 0.9.4",
19186 "core-foundation-sys",
19187 "coreaudio-sys",
19188 "cranelift-codegen",
19189 "crc32fast",
19190 "crossbeam-epoch",
19191 "crossbeam-utils",
19192 "crypto-common",
19193 "deranged",
19194 "digest",
19195 "either",
19196 "euclid",
19197 "event-listener 5.4.0",
19198 "event-listener-strategy",
19199 "flate2",
19200 "flume",
19201 "foldhash",
19202 "form_urlencoded",
19203 "futures 0.3.31",
19204 "futures-channel",
19205 "futures-core",
19206 "futures-executor",
19207 "futures-io",
19208 "futures-sink",
19209 "futures-task",
19210 "futures-util",
19211 "getrandom 0.2.15",
19212 "getrandom 0.3.2",
19213 "gimli",
19214 "half",
19215 "handlebars 4.5.0",
19216 "hashbrown 0.14.5",
19217 "hashbrown 0.15.3",
19218 "heck 0.4.1",
19219 "hmac",
19220 "hyper 0.14.32",
19221 "hyper-rustls 0.27.5",
19222 "idna",
19223 "indexmap",
19224 "inout",
19225 "itertools 0.12.1",
19226 "itertools 0.13.0",
19227 "jiff",
19228 "lazy_static",
19229 "libc",
19230 "libsqlite3-sys",
19231 "linux-raw-sys 0.4.15",
19232 "linux-raw-sys 0.9.4",
19233 "log",
19234 "lyon",
19235 "lyon_path",
19236 "md-5",
19237 "memchr",
19238 "miniz_oxide",
19239 "mio",
19240 "naga",
19241 "nix 0.29.0",
19242 "nom",
19243 "num-bigint",
19244 "num-bigint-dig",
19245 "num-integer",
19246 "num-iter",
19247 "num-rational",
19248 "num-traits",
19249 "objc2",
19250 "objc2-foundation",
19251 "objc2-metal",
19252 "object",
19253 "once_cell",
19254 "percent-encoding",
19255 "phf",
19256 "phf_shared",
19257 "prettyplease",
19258 "proc-macro2",
19259 "prost 0.9.0",
19260 "prost-types 0.9.0",
19261 "quote",
19262 "rand 0.8.5",
19263 "rand 0.9.1",
19264 "rand_chacha 0.3.1",
19265 "rand_core 0.6.4",
19266 "regalloc2",
19267 "regex",
19268 "regex-automata 0.4.9",
19269 "regex-syntax 0.8.5",
19270 "ring",
19271 "rust_decimal",
19272 "rustc-hash 1.1.0",
19273 "rustix 0.38.44",
19274 "rustix 1.0.7",
19275 "rustls 0.23.26",
19276 "rustls-webpki 0.103.1",
19277 "scopeguard",
19278 "sea-orm",
19279 "sea-query-binder",
19280 "security-framework 3.2.0",
19281 "security-framework-sys",
19282 "semver",
19283 "serde",
19284 "serde_derive",
19285 "serde_json",
19286 "sha1",
19287 "simd-adler32",
19288 "smallvec",
19289 "spin",
19290 "sqlx",
19291 "sqlx-macros",
19292 "sqlx-macros-core",
19293 "sqlx-postgres",
19294 "sqlx-sqlite",
19295 "strum 0.26.3",
19296 "subtle",
19297 "syn 1.0.109",
19298 "syn 2.0.101",
19299 "sync_wrapper 1.0.2",
19300 "thiserror 2.0.12",
19301 "time",
19302 "time-macros",
19303 "tokio",
19304 "tokio-rustls 0.26.2",
19305 "tokio-socks",
19306 "tokio-stream",
19307 "tokio-util",
19308 "toml_datetime",
19309 "toml_edit",
19310 "tower 0.5.2",
19311 "tracing",
19312 "tracing-core",
19313 "tungstenite 0.26.2",
19314 "unicode-normalization",
19315 "unicode-properties",
19316 "url",
19317 "uuid",
19318 "wasm-encoder 0.221.3",
19319 "wasmparser 0.221.3",
19320 "wasmtime",
19321 "wasmtime-cranelift",
19322 "wasmtime-environ",
19323 "winapi",
19324 "windows-core 0.61.0",
19325 "windows-numerics",
19326 "windows-sys 0.48.0",
19327 "windows-sys 0.52.0",
19328 "windows-sys 0.59.0",
19329 "winnow",
19330 "zeroize",
19331 "zvariant",
19332]
19333
19334[[package]]
19335name = "worktree"
19336version = "0.1.0"
19337dependencies = [
19338 "anyhow",
19339 "clock",
19340 "collections",
19341 "env_logger 0.11.8",
19342 "fs",
19343 "futures 0.3.31",
19344 "fuzzy",
19345 "git",
19346 "git2",
19347 "gpui",
19348 "http_client",
19349 "ignore",
19350 "language",
19351 "log",
19352 "parking_lot",
19353 "paths",
19354 "postage",
19355 "pretty_assertions",
19356 "rand 0.8.5",
19357 "rpc",
19358 "schemars",
19359 "serde",
19360 "serde_json",
19361 "settings",
19362 "smallvec",
19363 "smol",
19364 "sum_tree",
19365 "text",
19366 "util",
19367 "workspace-hack",
19368]
19369
19370[[package]]
19371name = "write16"
19372version = "1.0.0"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19375
19376[[package]]
19377name = "writeable"
19378version = "0.5.5"
19379source = "registry+https://github.com/rust-lang/crates.io-index"
19380checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19381
19382[[package]]
19383name = "wyz"
19384version = "0.5.1"
19385source = "registry+https://github.com/rust-lang/crates.io-index"
19386checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19387dependencies = [
19388 "tap",
19389]
19390
19391[[package]]
19392name = "x11"
19393version = "2.21.0"
19394source = "registry+https://github.com/rust-lang/crates.io-index"
19395checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19396dependencies = [
19397 "libc",
19398 "pkg-config",
19399]
19400
19401[[package]]
19402name = "x11-clipboard"
19403version = "0.9.3"
19404source = "registry+https://github.com/rust-lang/crates.io-index"
19405checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19406dependencies = [
19407 "libc",
19408 "x11rb",
19409]
19410
19411[[package]]
19412name = "x11rb"
19413version = "0.13.1"
19414source = "registry+https://github.com/rust-lang/crates.io-index"
19415checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19416dependencies = [
19417 "as-raw-xcb-connection",
19418 "gethostname",
19419 "libc",
19420 "rustix 0.38.44",
19421 "x11rb-protocol",
19422]
19423
19424[[package]]
19425name = "x11rb-protocol"
19426version = "0.13.1"
19427source = "registry+https://github.com/rust-lang/crates.io-index"
19428checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19429
19430[[package]]
19431name = "xattr"
19432version = "0.2.3"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19435dependencies = [
19436 "libc",
19437]
19438
19439[[package]]
19440name = "xcb"
19441version = "1.5.0"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19444dependencies = [
19445 "bitflags 1.3.2",
19446 "libc",
19447 "quick-xml 0.30.0",
19448 "x11",
19449]
19450
19451[[package]]
19452name = "xcursor"
19453version = "0.3.8"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19456
19457[[package]]
19458name = "xdg-home"
19459version = "1.3.0"
19460source = "registry+https://github.com/rust-lang/crates.io-index"
19461checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19462dependencies = [
19463 "libc",
19464 "windows-sys 0.59.0",
19465]
19466
19467[[package]]
19468name = "xim"
19469version = "0.4.0"
19470source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19471dependencies = [
19472 "ahash 0.8.11",
19473 "hashbrown 0.14.5",
19474 "log",
19475 "x11rb",
19476 "xim-ctext",
19477 "xim-parser",
19478]
19479
19480[[package]]
19481name = "xim-ctext"
19482version = "0.3.0"
19483source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19484dependencies = [
19485 "encoding_rs",
19486]
19487
19488[[package]]
19489name = "xim-parser"
19490version = "0.2.1"
19491source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19492dependencies = [
19493 "bitflags 2.9.0",
19494]
19495
19496[[package]]
19497name = "xkbcommon"
19498version = "0.8.0"
19499source = "registry+https://github.com/rust-lang/crates.io-index"
19500checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19501dependencies = [
19502 "as-raw-xcb-connection",
19503 "libc",
19504 "memmap2",
19505 "xkeysym",
19506]
19507
19508[[package]]
19509name = "xkeysym"
19510version = "0.2.1"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19513
19514[[package]]
19515name = "xml5ever"
19516version = "0.18.1"
19517source = "registry+https://github.com/rust-lang/crates.io-index"
19518checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19519dependencies = [
19520 "log",
19521 "mac",
19522 "markup5ever 0.12.1",
19523]
19524
19525[[package]]
19526name = "xmlparser"
19527version = "0.13.6"
19528source = "registry+https://github.com/rust-lang/crates.io-index"
19529checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19530
19531[[package]]
19532name = "xmlwriter"
19533version = "0.1.0"
19534source = "registry+https://github.com/rust-lang/crates.io-index"
19535checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19536
19537[[package]]
19538name = "xtask"
19539version = "0.1.0"
19540dependencies = [
19541 "anyhow",
19542 "cargo_metadata",
19543 "cargo_toml",
19544 "clap",
19545 "workspace-hack",
19546]
19547
19548[[package]]
19549name = "yaml-rust2"
19550version = "0.8.1"
19551source = "registry+https://github.com/rust-lang/crates.io-index"
19552checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19553dependencies = [
19554 "arraydeque",
19555 "encoding_rs",
19556 "hashlink 0.8.4",
19557]
19558
19559[[package]]
19560name = "yansi"
19561version = "1.0.1"
19562source = "registry+https://github.com/rust-lang/crates.io-index"
19563checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19564
19565[[package]]
19566name = "yazi"
19567version = "0.2.1"
19568source = "registry+https://github.com/rust-lang/crates.io-index"
19569checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19570
19571[[package]]
19572name = "yeslogic-fontconfig-sys"
19573version = "6.0.0"
19574source = "registry+https://github.com/rust-lang/crates.io-index"
19575checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19576dependencies = [
19577 "dlib",
19578 "once_cell",
19579 "pkg-config",
19580]
19581
19582[[package]]
19583name = "yoke"
19584version = "0.7.5"
19585source = "registry+https://github.com/rust-lang/crates.io-index"
19586checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19587dependencies = [
19588 "serde",
19589 "stable_deref_trait",
19590 "yoke-derive",
19591 "zerofrom",
19592]
19593
19594[[package]]
19595name = "yoke-derive"
19596version = "0.7.5"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19599dependencies = [
19600 "proc-macro2",
19601 "quote",
19602 "syn 2.0.101",
19603 "synstructure",
19604]
19605
19606[[package]]
19607name = "zbus"
19608version = "5.5.0"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19611dependencies = [
19612 "async-broadcast",
19613 "async-executor",
19614 "async-fs",
19615 "async-io",
19616 "async-lock",
19617 "async-process",
19618 "async-recursion 1.1.1",
19619 "async-task",
19620 "async-trait",
19621 "blocking",
19622 "enumflags2",
19623 "event-listener 5.4.0",
19624 "futures-core",
19625 "futures-lite 2.6.0",
19626 "hex",
19627 "nix 0.29.0",
19628 "ordered-stream",
19629 "serde",
19630 "serde_repr",
19631 "static_assertions",
19632 "tracing",
19633 "uds_windows",
19634 "windows-sys 0.59.0",
19635 "winnow",
19636 "xdg-home",
19637 "zbus_macros",
19638 "zbus_names",
19639 "zvariant",
19640]
19641
19642[[package]]
19643name = "zbus_macros"
19644version = "5.5.0"
19645source = "registry+https://github.com/rust-lang/crates.io-index"
19646checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19647dependencies = [
19648 "proc-macro-crate",
19649 "proc-macro2",
19650 "quote",
19651 "syn 2.0.101",
19652 "zbus_names",
19653 "zvariant",
19654 "zvariant_utils",
19655]
19656
19657[[package]]
19658name = "zbus_names"
19659version = "4.2.0"
19660source = "registry+https://github.com/rust-lang/crates.io-index"
19661checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19662dependencies = [
19663 "serde",
19664 "static_assertions",
19665 "winnow",
19666 "zvariant",
19667]
19668
19669[[package]]
19670name = "zed"
19671version = "0.188.0"
19672dependencies = [
19673 "activity_indicator",
19674 "agent",
19675 "anyhow",
19676 "ashpd",
19677 "askpass",
19678 "assets",
19679 "assistant_context_editor",
19680 "assistant_settings",
19681 "assistant_tool",
19682 "assistant_tools",
19683 "async-watch",
19684 "audio",
19685 "auto_update",
19686 "auto_update_ui",
19687 "backtrace",
19688 "breadcrumbs",
19689 "call",
19690 "channel",
19691 "chrono",
19692 "clap",
19693 "cli",
19694 "client",
19695 "collab_ui",
19696 "collections",
19697 "command_palette",
19698 "component",
19699 "copilot",
19700 "dap",
19701 "dap_adapters",
19702 "db",
19703 "debug_adapter_extension",
19704 "debugger_tools",
19705 "debugger_ui",
19706 "diagnostics",
19707 "editor",
19708 "env_logger 0.11.8",
19709 "extension",
19710 "extension_host",
19711 "extensions_ui",
19712 "feature_flags",
19713 "feedback",
19714 "file_finder",
19715 "fs",
19716 "futures 0.3.31",
19717 "git",
19718 "git_hosting_providers",
19719 "git_ui",
19720 "go_to_line",
19721 "gpui",
19722 "gpui_tokio",
19723 "http_client",
19724 "image_viewer",
19725 "indoc",
19726 "inline_completion_button",
19727 "install_cli",
19728 "jj_ui",
19729 "journal",
19730 "language",
19731 "language_extension",
19732 "language_model",
19733 "language_models",
19734 "language_selector",
19735 "language_tools",
19736 "languages",
19737 "libc",
19738 "log",
19739 "markdown",
19740 "markdown_preview",
19741 "menu",
19742 "migrator",
19743 "mimalloc",
19744 "nix 0.29.0",
19745 "node_runtime",
19746 "notifications",
19747 "outline",
19748 "outline_panel",
19749 "parking_lot",
19750 "paths",
19751 "picker",
19752 "profiling",
19753 "project",
19754 "project_panel",
19755 "project_symbols",
19756 "prompt_store",
19757 "proto",
19758 "recent_projects",
19759 "release_channel",
19760 "remote",
19761 "repl",
19762 "reqwest_client",
19763 "rope",
19764 "search",
19765 "serde",
19766 "serde_json",
19767 "session",
19768 "settings",
19769 "settings_ui",
19770 "shellexpand 2.1.2",
19771 "smol",
19772 "snippet_provider",
19773 "snippets_ui",
19774 "supermaven",
19775 "sysinfo",
19776 "tab_switcher",
19777 "task",
19778 "tasks_ui",
19779 "telemetry",
19780 "telemetry_events",
19781 "terminal_view",
19782 "theme",
19783 "theme_extension",
19784 "theme_selector",
19785 "time",
19786 "title_bar",
19787 "toolchain_selector",
19788 "tree-sitter-md",
19789 "tree-sitter-rust",
19790 "ui",
19791 "ui_input",
19792 "ui_prompt",
19793 "url",
19794 "urlencoding",
19795 "util",
19796 "uuid",
19797 "vim",
19798 "vim_mode_setting",
19799 "web_search",
19800 "web_search_providers",
19801 "welcome",
19802 "windows 0.61.1",
19803 "winresource",
19804 "workspace",
19805 "workspace-hack",
19806 "zed_actions",
19807 "zeta",
19808 "zlog",
19809 "zlog_settings",
19810]
19811
19812[[package]]
19813name = "zed_actions"
19814version = "0.1.0"
19815dependencies = [
19816 "gpui",
19817 "schemars",
19818 "serde",
19819 "uuid",
19820 "workspace-hack",
19821]
19822
19823[[package]]
19824name = "zed_emmet"
19825version = "0.0.3"
19826dependencies = [
19827 "zed_extension_api 0.1.0",
19828]
19829
19830[[package]]
19831name = "zed_extension_api"
19832version = "0.1.0"
19833source = "registry+https://github.com/rust-lang/crates.io-index"
19834checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19835dependencies = [
19836 "serde",
19837 "serde_json",
19838 "wit-bindgen 0.22.0",
19839]
19840
19841[[package]]
19842name = "zed_extension_api"
19843version = "0.6.0"
19844dependencies = [
19845 "serde",
19846 "serde_json",
19847 "wit-bindgen 0.41.0",
19848]
19849
19850[[package]]
19851name = "zed_glsl"
19852version = "0.1.0"
19853dependencies = [
19854 "zed_extension_api 0.1.0",
19855]
19856
19857[[package]]
19858name = "zed_html"
19859version = "0.2.1"
19860dependencies = [
19861 "zed_extension_api 0.1.0",
19862]
19863
19864[[package]]
19865name = "zed_llm_client"
19866version = "0.8.1"
19867source = "registry+https://github.com/rust-lang/crates.io-index"
19868checksum = "16d993fc42f9ec43ab76fa46c6eb579a66e116bb08cd2bc9a67f3afcaa05d39d"
19869dependencies = [
19870 "anyhow",
19871 "serde",
19872 "serde_json",
19873 "strum 0.27.1",
19874 "uuid",
19875]
19876
19877[[package]]
19878name = "zed_proto"
19879version = "0.2.2"
19880dependencies = [
19881 "zed_extension_api 0.1.0",
19882]
19883
19884[[package]]
19885name = "zed_ruff"
19886version = "0.1.0"
19887dependencies = [
19888 "zed_extension_api 0.1.0",
19889]
19890
19891[[package]]
19892name = "zed_snippets"
19893version = "0.0.5"
19894dependencies = [
19895 "serde_json",
19896 "zed_extension_api 0.1.0",
19897]
19898
19899[[package]]
19900name = "zed_test_extension"
19901version = "0.1.0"
19902dependencies = [
19903 "zed_extension_api 0.6.0",
19904]
19905
19906[[package]]
19907name = "zed_toml"
19908version = "0.1.3"
19909dependencies = [
19910 "zed_extension_api 0.1.0",
19911]
19912
19913[[package]]
19914name = "zeno"
19915version = "0.3.2"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19918
19919[[package]]
19920name = "zerocopy"
19921version = "0.7.35"
19922source = "registry+https://github.com/rust-lang/crates.io-index"
19923checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19924dependencies = [
19925 "zerocopy-derive 0.7.35",
19926]
19927
19928[[package]]
19929name = "zerocopy"
19930version = "0.8.24"
19931source = "registry+https://github.com/rust-lang/crates.io-index"
19932checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19933dependencies = [
19934 "zerocopy-derive 0.8.24",
19935]
19936
19937[[package]]
19938name = "zerocopy-derive"
19939version = "0.7.35"
19940source = "registry+https://github.com/rust-lang/crates.io-index"
19941checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19942dependencies = [
19943 "proc-macro2",
19944 "quote",
19945 "syn 2.0.101",
19946]
19947
19948[[package]]
19949name = "zerocopy-derive"
19950version = "0.8.24"
19951source = "registry+https://github.com/rust-lang/crates.io-index"
19952checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19953dependencies = [
19954 "proc-macro2",
19955 "quote",
19956 "syn 2.0.101",
19957]
19958
19959[[package]]
19960name = "zerofrom"
19961version = "0.1.6"
19962source = "registry+https://github.com/rust-lang/crates.io-index"
19963checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19964dependencies = [
19965 "zerofrom-derive",
19966]
19967
19968[[package]]
19969name = "zerofrom-derive"
19970version = "0.1.6"
19971source = "registry+https://github.com/rust-lang/crates.io-index"
19972checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19973dependencies = [
19974 "proc-macro2",
19975 "quote",
19976 "syn 2.0.101",
19977 "synstructure",
19978]
19979
19980[[package]]
19981name = "zeroize"
19982version = "1.8.1"
19983source = "registry+https://github.com/rust-lang/crates.io-index"
19984checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19985dependencies = [
19986 "zeroize_derive",
19987]
19988
19989[[package]]
19990name = "zeroize_derive"
19991version = "1.4.2"
19992source = "registry+https://github.com/rust-lang/crates.io-index"
19993checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19994dependencies = [
19995 "proc-macro2",
19996 "quote",
19997 "syn 2.0.101",
19998]
19999
20000[[package]]
20001name = "zeromq"
20002version = "0.5.0-pre"
20003source = "registry+https://github.com/rust-lang/crates.io-index"
20004checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20005dependencies = [
20006 "async-dispatcher",
20007 "async-std",
20008 "async-trait",
20009 "asynchronous-codec",
20010 "bytes 1.10.1",
20011 "crossbeam-queue",
20012 "dashmap 5.5.3",
20013 "futures 0.3.31",
20014 "log",
20015 "num-traits",
20016 "once_cell",
20017 "parking_lot",
20018 "rand 0.8.5",
20019 "regex",
20020 "thiserror 1.0.69",
20021 "uuid",
20022]
20023
20024[[package]]
20025name = "zerovec"
20026version = "0.10.4"
20027source = "registry+https://github.com/rust-lang/crates.io-index"
20028checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20029dependencies = [
20030 "yoke",
20031 "zerofrom",
20032 "zerovec-derive",
20033]
20034
20035[[package]]
20036name = "zerovec-derive"
20037version = "0.10.3"
20038source = "registry+https://github.com/rust-lang/crates.io-index"
20039checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20040dependencies = [
20041 "proc-macro2",
20042 "quote",
20043 "syn 2.0.101",
20044]
20045
20046[[package]]
20047name = "zeta"
20048version = "0.1.0"
20049dependencies = [
20050 "anyhow",
20051 "arrayvec",
20052 "call",
20053 "client",
20054 "clock",
20055 "collections",
20056 "command_palette_hooks",
20057 "ctor",
20058 "db",
20059 "editor",
20060 "env_logger 0.11.8",
20061 "feature_flags",
20062 "fs",
20063 "futures 0.3.31",
20064 "gpui",
20065 "http_client",
20066 "indoc",
20067 "inline_completion",
20068 "language",
20069 "language_model",
20070 "log",
20071 "menu",
20072 "migrator",
20073 "paths",
20074 "postage",
20075 "project",
20076 "proto",
20077 "regex",
20078 "release_channel",
20079 "reqwest_client",
20080 "rpc",
20081 "serde",
20082 "serde_json",
20083 "settings",
20084 "telemetry",
20085 "telemetry_events",
20086 "theme",
20087 "thiserror 2.0.12",
20088 "tree-sitter-go",
20089 "tree-sitter-rust",
20090 "ui",
20091 "unindent",
20092 "util",
20093 "uuid",
20094 "workspace",
20095 "workspace-hack",
20096 "worktree",
20097 "zed_actions",
20098 "zed_llm_client",
20099]
20100
20101[[package]]
20102name = "zip"
20103version = "0.6.6"
20104source = "registry+https://github.com/rust-lang/crates.io-index"
20105checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20106dependencies = [
20107 "aes",
20108 "byteorder",
20109 "bzip2",
20110 "constant_time_eq 0.1.5",
20111 "crc32fast",
20112 "crossbeam-utils",
20113 "flate2",
20114 "hmac",
20115 "pbkdf2 0.11.0",
20116 "sha1",
20117 "time",
20118 "zstd",
20119]
20120
20121[[package]]
20122name = "zlib-rs"
20123version = "0.5.0"
20124source = "registry+https://github.com/rust-lang/crates.io-index"
20125checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20126
20127[[package]]
20128name = "zlog"
20129version = "0.1.0"
20130dependencies = [
20131 "anyhow",
20132 "chrono",
20133 "log",
20134 "tempfile",
20135 "workspace-hack",
20136]
20137
20138[[package]]
20139name = "zlog_settings"
20140version = "0.1.0"
20141dependencies = [
20142 "anyhow",
20143 "gpui",
20144 "schemars",
20145 "serde",
20146 "settings",
20147 "workspace-hack",
20148 "zlog",
20149]
20150
20151[[package]]
20152name = "zstd"
20153version = "0.11.2+zstd.1.5.2"
20154source = "registry+https://github.com/rust-lang/crates.io-index"
20155checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20156dependencies = [
20157 "zstd-safe",
20158]
20159
20160[[package]]
20161name = "zstd-safe"
20162version = "5.0.2+zstd.1.5.2"
20163source = "registry+https://github.com/rust-lang/crates.io-index"
20164checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20165dependencies = [
20166 "libc",
20167 "zstd-sys",
20168]
20169
20170[[package]]
20171name = "zstd-sys"
20172version = "2.0.15+zstd.1.5.7"
20173source = "registry+https://github.com/rust-lang/crates.io-index"
20174checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20175dependencies = [
20176 "cc",
20177 "pkg-config",
20178]
20179
20180[[package]]
20181name = "zune-core"
20182version = "0.4.12"
20183source = "registry+https://github.com/rust-lang/crates.io-index"
20184checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20185
20186[[package]]
20187name = "zune-inflate"
20188version = "0.2.54"
20189source = "registry+https://github.com/rust-lang/crates.io-index"
20190checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20191dependencies = [
20192 "simd-adler32",
20193]
20194
20195[[package]]
20196name = "zune-jpeg"
20197version = "0.4.14"
20198source = "registry+https://github.com/rust-lang/crates.io-index"
20199checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20200dependencies = [
20201 "zune-core",
20202]
20203
20204[[package]]
20205name = "zvariant"
20206version = "5.4.0"
20207source = "registry+https://github.com/rust-lang/crates.io-index"
20208checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20209dependencies = [
20210 "endi",
20211 "enumflags2",
20212 "serde",
20213 "static_assertions",
20214 "url",
20215 "winnow",
20216 "zvariant_derive",
20217 "zvariant_utils",
20218]
20219
20220[[package]]
20221name = "zvariant_derive"
20222version = "5.4.0"
20223source = "registry+https://github.com/rust-lang/crates.io-index"
20224checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20225dependencies = [
20226 "proc-macro-crate",
20227 "proc-macro2",
20228 "quote",
20229 "syn 2.0.101",
20230 "zvariant_utils",
20231]
20232
20233[[package]]
20234name = "zvariant_utils"
20235version = "3.2.0"
20236source = "registry+https://github.com/rust-lang/crates.io-index"
20237checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20238dependencies = [
20239 "proc-macro2",
20240 "quote",
20241 "serde",
20242 "static_assertions",
20243 "syn 2.0.101",
20244 "winnow",
20245]