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 "release_channel",
   18 "smallvec",
   19 "ui",
   20 "util",
   21 "workspace",
   22 "workspace-hack",
   23]
   24
   25[[package]]
   26name = "addr2line"
   27version = "0.24.2"
   28source = "registry+https://github.com/rust-lang/crates.io-index"
   29checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   30dependencies = [
   31 "gimli",
   32]
   33
   34[[package]]
   35name = "adler2"
   36version = "2.0.0"
   37source = "registry+https://github.com/rust-lang/crates.io-index"
   38checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   39
   40[[package]]
   41name = "aes"
   42version = "0.8.4"
   43source = "registry+https://github.com/rust-lang/crates.io-index"
   44checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   45dependencies = [
   46 "cfg-if",
   47 "cipher",
   48 "cpufeatures",
   49 "zeroize",
   50]
   51
   52[[package]]
   53name = "agent"
   54version = "0.1.0"
   55dependencies = [
   56 "anyhow",
   57 "assistant_context_editor",
   58 "assistant_settings",
   59 "assistant_slash_command",
   60 "assistant_slash_commands",
   61 "assistant_tool",
   62 "async-watch",
   63 "buffer_diff",
   64 "chrono",
   65 "client",
   66 "collections",
   67 "component",
   68 "context_server",
   69 "convert_case 0.8.0",
   70 "db",
   71 "editor",
   72 "extension",
   73 "feature_flags",
   74 "file_icons",
   75 "fs",
   76 "futures 0.3.31",
   77 "fuzzy",
   78 "git",
   79 "gpui",
   80 "heed",
   81 "html_to_markdown",
   82 "http_client",
   83 "indexed_docs",
   84 "indoc",
   85 "inventory",
   86 "itertools 0.14.0",
   87 "jsonschema",
   88 "language",
   89 "language_model",
   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 "feature_flags",
  496 "fs",
  497 "futures 0.3.31",
  498 "fuzzy",
  499 "gpui",
  500 "indexed_docs",
  501 "language",
  502 "language_model",
  503 "languages",
  504 "log",
  505 "multi_buffer",
  506 "open_ai",
  507 "ordered-float 2.10.1",
  508 "parking_lot",
  509 "paths",
  510 "picker",
  511 "pretty_assertions",
  512 "project",
  513 "prompt_store",
  514 "proto",
  515 "rand 0.8.5",
  516 "regex",
  517 "rope",
  518 "rpc",
  519 "serde",
  520 "serde_json",
  521 "settings",
  522 "smallvec",
  523 "smol",
  524 "telemetry_events",
  525 "text",
  526 "theme",
  527 "tree-sitter-md",
  528 "ui",
  529 "unindent",
  530 "util",
  531 "uuid",
  532 "workspace",
  533 "workspace-hack",
  534 "zed_actions",
  535]
  536
  537[[package]]
  538name = "assistant_settings"
  539version = "0.1.0"
  540dependencies = [
  541 "anthropic",
  542 "anyhow",
  543 "collections",
  544 "deepseek",
  545 "fs",
  546 "gpui",
  547 "indexmap",
  548 "language_model",
  549 "lmstudio",
  550 "log",
  551 "mistral",
  552 "ollama",
  553 "open_ai",
  554 "paths",
  555 "schemars",
  556 "serde",
  557 "serde_json",
  558 "serde_json_lenient",
  559 "settings",
  560 "workspace-hack",
  561 "zed_llm_client",
  562]
  563
  564[[package]]
  565name = "assistant_slash_command"
  566version = "0.1.0"
  567dependencies = [
  568 "anyhow",
  569 "async-trait",
  570 "collections",
  571 "derive_more",
  572 "extension",
  573 "futures 0.3.31",
  574 "gpui",
  575 "language",
  576 "language_model",
  577 "parking_lot",
  578 "pretty_assertions",
  579 "serde",
  580 "serde_json",
  581 "ui",
  582 "workspace",
  583 "workspace-hack",
  584]
  585
  586[[package]]
  587name = "assistant_slash_commands"
  588version = "0.1.0"
  589dependencies = [
  590 "anyhow",
  591 "assistant_slash_command",
  592 "cargo_toml",
  593 "chrono",
  594 "collections",
  595 "context_server",
  596 "editor",
  597 "env_logger 0.11.8",
  598 "feature_flags",
  599 "fs",
  600 "futures 0.3.31",
  601 "fuzzy",
  602 "globset",
  603 "gpui",
  604 "html_to_markdown",
  605 "http_client",
  606 "indexed_docs",
  607 "language",
  608 "pretty_assertions",
  609 "project",
  610 "prompt_store",
  611 "rope",
  612 "serde",
  613 "serde_json",
  614 "settings",
  615 "smol",
  616 "text",
  617 "toml 0.8.20",
  618 "ui",
  619 "util",
  620 "workspace",
  621 "workspace-hack",
  622 "worktree",
  623]
  624
  625[[package]]
  626name = "assistant_tool"
  627version = "0.1.0"
  628dependencies = [
  629 "anyhow",
  630 "buffer_diff",
  631 "clock",
  632 "collections",
  633 "ctor",
  634 "derive_more",
  635 "env_logger 0.11.8",
  636 "futures 0.3.31",
  637 "gpui",
  638 "icons",
  639 "language",
  640 "language_model",
  641 "log",
  642 "parking_lot",
  643 "pretty_assertions",
  644 "project",
  645 "rand 0.8.5",
  646 "regex",
  647 "serde",
  648 "serde_json",
  649 "settings",
  650 "text",
  651 "util",
  652 "workspace",
  653 "workspace-hack",
  654]
  655
  656[[package]]
  657name = "assistant_tools"
  658version = "0.1.0"
  659dependencies = [
  660 "aho-corasick",
  661 "anyhow",
  662 "assistant_settings",
  663 "assistant_tool",
  664 "buffer_diff",
  665 "chrono",
  666 "client",
  667 "clock",
  668 "collections",
  669 "component",
  670 "derive_more",
  671 "editor",
  672 "feature_flags",
  673 "fs",
  674 "futures 0.3.31",
  675 "gpui",
  676 "gpui_tokio",
  677 "handlebars 4.5.0",
  678 "html_to_markdown",
  679 "http_client",
  680 "indoc",
  681 "itertools 0.14.0",
  682 "language",
  683 "language_model",
  684 "language_models",
  685 "log",
  686 "lsp",
  687 "markdown",
  688 "open",
  689 "paths",
  690 "portable-pty",
  691 "pretty_assertions",
  692 "project",
  693 "prompt_store",
  694 "rand 0.8.5",
  695 "regex",
  696 "reqwest_client",
  697 "rust-embed",
  698 "schemars",
  699 "serde",
  700 "serde_json",
  701 "settings",
  702 "smallvec",
  703 "streaming_diff",
  704 "strsim",
  705 "task",
  706 "tempfile",
  707 "terminal",
  708 "terminal_view",
  709 "theme",
  710 "tree-sitter-rust",
  711 "ui",
  712 "unindent",
  713 "util",
  714 "web_search",
  715 "which 6.0.3",
  716 "workspace",
  717 "workspace-hack",
  718 "zed_llm_client",
  719 "zlog",
  720]
  721
  722[[package]]
  723name = "async-attributes"
  724version = "1.1.2"
  725source = "registry+https://github.com/rust-lang/crates.io-index"
  726checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  727dependencies = [
  728 "quote",
  729 "syn 1.0.109",
  730]
  731
  732[[package]]
  733name = "async-broadcast"
  734version = "0.7.2"
  735source = "registry+https://github.com/rust-lang/crates.io-index"
  736checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  737dependencies = [
  738 "event-listener 5.4.0",
  739 "event-listener-strategy",
  740 "futures-core",
  741 "pin-project-lite",
  742]
  743
  744[[package]]
  745name = "async-channel"
  746version = "1.9.0"
  747source = "registry+https://github.com/rust-lang/crates.io-index"
  748checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  749dependencies = [
  750 "concurrent-queue",
  751 "event-listener 2.5.3",
  752 "futures-core",
  753]
  754
  755[[package]]
  756name = "async-channel"
  757version = "2.3.1"
  758source = "registry+https://github.com/rust-lang/crates.io-index"
  759checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  760dependencies = [
  761 "concurrent-queue",
  762 "event-listener-strategy",
  763 "futures-core",
  764 "pin-project-lite",
  765]
  766
  767[[package]]
  768name = "async-compat"
  769version = "0.2.4"
  770source = "registry+https://github.com/rust-lang/crates.io-index"
  771checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  772dependencies = [
  773 "futures-core",
  774 "futures-io",
  775 "once_cell",
  776 "pin-project-lite",
  777 "tokio",
  778]
  779
  780[[package]]
  781name = "async-compression"
  782version = "0.4.22"
  783source = "registry+https://github.com/rust-lang/crates.io-index"
  784checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  785dependencies = [
  786 "deflate64",
  787 "flate2",
  788 "futures-core",
  789 "futures-io",
  790 "memchr",
  791 "pin-project-lite",
  792]
  793
  794[[package]]
  795name = "async-dispatcher"
  796version = "0.1.2"
  797source = "registry+https://github.com/rust-lang/crates.io-index"
  798checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  799dependencies = [
  800 "async-task",
  801 "futures-lite 1.13.0",
  802]
  803
  804[[package]]
  805name = "async-executor"
  806version = "1.13.1"
  807source = "registry+https://github.com/rust-lang/crates.io-index"
  808checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  809dependencies = [
  810 "async-task",
  811 "concurrent-queue",
  812 "fastrand 2.3.0",
  813 "futures-lite 2.6.0",
  814 "slab",
  815]
  816
  817[[package]]
  818name = "async-fs"
  819version = "2.1.2"
  820source = "registry+https://github.com/rust-lang/crates.io-index"
  821checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  822dependencies = [
  823 "async-lock",
  824 "blocking",
  825 "futures-lite 2.6.0",
  826]
  827
  828[[package]]
  829name = "async-global-executor"
  830version = "2.4.1"
  831source = "registry+https://github.com/rust-lang/crates.io-index"
  832checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  833dependencies = [
  834 "async-channel 2.3.1",
  835 "async-executor",
  836 "async-io",
  837 "async-lock",
  838 "blocking",
  839 "futures-lite 2.6.0",
  840 "once_cell",
  841]
  842
  843[[package]]
  844name = "async-io"
  845version = "2.4.0"
  846source = "registry+https://github.com/rust-lang/crates.io-index"
  847checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  848dependencies = [
  849 "async-lock",
  850 "cfg-if",
  851 "concurrent-queue",
  852 "futures-io",
  853 "futures-lite 2.6.0",
  854 "parking",
  855 "polling",
  856 "rustix 0.38.44",
  857 "slab",
  858 "tracing",
  859 "windows-sys 0.59.0",
  860]
  861
  862[[package]]
  863name = "async-lock"
  864version = "3.4.0"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  867dependencies = [
  868 "event-listener 5.4.0",
  869 "event-listener-strategy",
  870 "pin-project-lite",
  871]
  872
  873[[package]]
  874name = "async-net"
  875version = "2.0.0"
  876source = "registry+https://github.com/rust-lang/crates.io-index"
  877checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  878dependencies = [
  879 "async-io",
  880 "blocking",
  881 "futures-lite 2.6.0",
  882]
  883
  884[[package]]
  885name = "async-pipe"
  886version = "0.1.3"
  887source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  888dependencies = [
  889 "futures 0.3.31",
  890 "log",
  891]
  892
  893[[package]]
  894name = "async-process"
  895version = "2.3.0"
  896source = "registry+https://github.com/rust-lang/crates.io-index"
  897checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  898dependencies = [
  899 "async-channel 2.3.1",
  900 "async-io",
  901 "async-lock",
  902 "async-signal",
  903 "async-task",
  904 "blocking",
  905 "cfg-if",
  906 "event-listener 5.4.0",
  907 "futures-lite 2.6.0",
  908 "rustix 0.38.44",
  909 "tracing",
  910]
  911
  912[[package]]
  913name = "async-recursion"
  914version = "0.3.2"
  915source = "registry+https://github.com/rust-lang/crates.io-index"
  916checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  917dependencies = [
  918 "proc-macro2",
  919 "quote",
  920 "syn 1.0.109",
  921]
  922
  923[[package]]
  924name = "async-recursion"
  925version = "1.1.1"
  926source = "registry+https://github.com/rust-lang/crates.io-index"
  927checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  928dependencies = [
  929 "proc-macro2",
  930 "quote",
  931 "syn 2.0.101",
  932]
  933
  934[[package]]
  935name = "async-signal"
  936version = "0.2.10"
  937source = "registry+https://github.com/rust-lang/crates.io-index"
  938checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  939dependencies = [
  940 "async-io",
  941 "async-lock",
  942 "atomic-waker",
  943 "cfg-if",
  944 "futures-core",
  945 "futures-io",
  946 "rustix 0.38.44",
  947 "signal-hook-registry",
  948 "slab",
  949 "windows-sys 0.59.0",
  950]
  951
  952[[package]]
  953name = "async-std"
  954version = "1.13.1"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  957dependencies = [
  958 "async-attributes",
  959 "async-channel 1.9.0",
  960 "async-global-executor",
  961 "async-io",
  962 "async-lock",
  963 "async-process",
  964 "crossbeam-utils",
  965 "futures-channel",
  966 "futures-core",
  967 "futures-io",
  968 "futures-lite 2.6.0",
  969 "gloo-timers",
  970 "kv-log-macro",
  971 "log",
  972 "memchr",
  973 "once_cell",
  974 "pin-project-lite",
  975 "pin-utils",
  976 "slab",
  977 "wasm-bindgen-futures",
  978]
  979
  980[[package]]
  981name = "async-stream"
  982version = "0.3.6"
  983source = "registry+https://github.com/rust-lang/crates.io-index"
  984checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  985dependencies = [
  986 "async-stream-impl",
  987 "futures-core",
  988 "pin-project-lite",
  989]
  990
  991[[package]]
  992name = "async-stream-impl"
  993version = "0.3.6"
  994source = "registry+https://github.com/rust-lang/crates.io-index"
  995checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  996dependencies = [
  997 "proc-macro2",
  998 "quote",
  999 "syn 2.0.101",
 1000]
 1001
 1002[[package]]
 1003name = "async-stripe"
 1004version = "0.40.0"
 1005source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1006dependencies = [
 1007 "chrono",
 1008 "futures-util",
 1009 "http-types",
 1010 "hyper 0.14.32",
 1011 "hyper-rustls 0.24.2",
 1012 "serde",
 1013 "serde_json",
 1014 "serde_path_to_error",
 1015 "serde_qs 0.10.1",
 1016 "smart-default",
 1017 "smol_str 0.1.24",
 1018 "thiserror 1.0.69",
 1019 "tokio",
 1020]
 1021
 1022[[package]]
 1023name = "async-tar"
 1024version = "0.5.0"
 1025source = "registry+https://github.com/rust-lang/crates.io-index"
 1026checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1027dependencies = [
 1028 "async-std",
 1029 "filetime",
 1030 "libc",
 1031 "pin-project",
 1032 "redox_syscall 0.2.16",
 1033 "xattr",
 1034]
 1035
 1036[[package]]
 1037name = "async-task"
 1038version = "4.7.1"
 1039source = "registry+https://github.com/rust-lang/crates.io-index"
 1040checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1041
 1042[[package]]
 1043name = "async-trait"
 1044version = "0.1.88"
 1045source = "registry+https://github.com/rust-lang/crates.io-index"
 1046checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1047dependencies = [
 1048 "proc-macro2",
 1049 "quote",
 1050 "syn 2.0.101",
 1051]
 1052
 1053[[package]]
 1054name = "async-tungstenite"
 1055version = "0.29.1"
 1056source = "registry+https://github.com/rust-lang/crates.io-index"
 1057checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1058dependencies = [
 1059 "atomic-waker",
 1060 "futures-core",
 1061 "futures-io",
 1062 "futures-task",
 1063 "futures-util",
 1064 "log",
 1065 "pin-project-lite",
 1066 "rustls-pki-types",
 1067 "tokio",
 1068 "tokio-rustls 0.26.2",
 1069 "tungstenite 0.26.2",
 1070]
 1071
 1072[[package]]
 1073name = "async-watch"
 1074version = "0.3.1"
 1075source = "registry+https://github.com/rust-lang/crates.io-index"
 1076checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1077dependencies = [
 1078 "event-listener 2.5.3",
 1079]
 1080
 1081[[package]]
 1082name = "async_zip"
 1083version = "0.0.17"
 1084source = "registry+https://github.com/rust-lang/crates.io-index"
 1085checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1086dependencies = [
 1087 "async-compression",
 1088 "crc32fast",
 1089 "futures-lite 2.6.0",
 1090 "pin-project",
 1091 "thiserror 1.0.69",
 1092]
 1093
 1094[[package]]
 1095name = "asynchronous-codec"
 1096version = "0.7.0"
 1097source = "registry+https://github.com/rust-lang/crates.io-index"
 1098checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1099dependencies = [
 1100 "bytes 1.10.1",
 1101 "futures-sink",
 1102 "futures-util",
 1103 "memchr",
 1104 "pin-project-lite",
 1105]
 1106
 1107[[package]]
 1108name = "atoi"
 1109version = "2.0.0"
 1110source = "registry+https://github.com/rust-lang/crates.io-index"
 1111checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1112dependencies = [
 1113 "num-traits",
 1114]
 1115
 1116[[package]]
 1117name = "atomic"
 1118version = "0.5.3"
 1119source = "registry+https://github.com/rust-lang/crates.io-index"
 1120checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1121
 1122[[package]]
 1123name = "atomic-waker"
 1124version = "1.1.2"
 1125source = "registry+https://github.com/rust-lang/crates.io-index"
 1126checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1127
 1128[[package]]
 1129name = "audio"
 1130version = "0.1.0"
 1131dependencies = [
 1132 "anyhow",
 1133 "collections",
 1134 "derive_more",
 1135 "gpui",
 1136 "parking_lot",
 1137 "rodio",
 1138 "util",
 1139 "workspace-hack",
 1140]
 1141
 1142[[package]]
 1143name = "auditable-serde"
 1144version = "0.8.0"
 1145source = "registry+https://github.com/rust-lang/crates.io-index"
 1146checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1147dependencies = [
 1148 "semver",
 1149 "serde",
 1150 "serde_json",
 1151 "topological-sort",
 1152]
 1153
 1154[[package]]
 1155name = "auto_update"
 1156version = "0.1.0"
 1157dependencies = [
 1158 "anyhow",
 1159 "client",
 1160 "db",
 1161 "gpui",
 1162 "http_client",
 1163 "log",
 1164 "paths",
 1165 "release_channel",
 1166 "schemars",
 1167 "serde",
 1168 "serde_json",
 1169 "settings",
 1170 "smol",
 1171 "tempfile",
 1172 "which 6.0.3",
 1173 "workspace",
 1174 "workspace-hack",
 1175]
 1176
 1177[[package]]
 1178name = "auto_update_helper"
 1179version = "0.1.0"
 1180dependencies = [
 1181 "anyhow",
 1182 "log",
 1183 "simplelog",
 1184 "windows 0.61.1",
 1185 "winresource",
 1186 "workspace-hack",
 1187]
 1188
 1189[[package]]
 1190name = "auto_update_ui"
 1191version = "0.1.0"
 1192dependencies = [
 1193 "anyhow",
 1194 "auto_update",
 1195 "client",
 1196 "editor",
 1197 "gpui",
 1198 "http_client",
 1199 "markdown_preview",
 1200 "release_channel",
 1201 "serde",
 1202 "serde_json",
 1203 "smol",
 1204 "util",
 1205 "workspace",
 1206 "workspace-hack",
 1207]
 1208
 1209[[package]]
 1210name = "autocfg"
 1211version = "1.4.0"
 1212source = "registry+https://github.com/rust-lang/crates.io-index"
 1213checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1214
 1215[[package]]
 1216name = "av1-grain"
 1217version = "0.2.3"
 1218source = "registry+https://github.com/rust-lang/crates.io-index"
 1219checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1220dependencies = [
 1221 "anyhow",
 1222 "arrayvec",
 1223 "log",
 1224 "nom",
 1225 "num-rational",
 1226 "v_frame",
 1227]
 1228
 1229[[package]]
 1230name = "avif-serialize"
 1231version = "0.8.3"
 1232source = "registry+https://github.com/rust-lang/crates.io-index"
 1233checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1234dependencies = [
 1235 "arrayvec",
 1236]
 1237
 1238[[package]]
 1239name = "aws-config"
 1240version = "1.6.1"
 1241source = "registry+https://github.com/rust-lang/crates.io-index"
 1242checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1243dependencies = [
 1244 "aws-credential-types",
 1245 "aws-runtime",
 1246 "aws-sdk-sso",
 1247 "aws-sdk-ssooidc",
 1248 "aws-sdk-sts",
 1249 "aws-smithy-async",
 1250 "aws-smithy-http",
 1251 "aws-smithy-json",
 1252 "aws-smithy-runtime",
 1253 "aws-smithy-runtime-api",
 1254 "aws-smithy-types",
 1255 "aws-types",
 1256 "bytes 1.10.1",
 1257 "fastrand 2.3.0",
 1258 "hex",
 1259 "http 1.3.1",
 1260 "ring",
 1261 "time",
 1262 "tokio",
 1263 "tracing",
 1264 "url",
 1265 "zeroize",
 1266]
 1267
 1268[[package]]
 1269name = "aws-credential-types"
 1270version = "1.2.2"
 1271source = "registry+https://github.com/rust-lang/crates.io-index"
 1272checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1273dependencies = [
 1274 "aws-smithy-async",
 1275 "aws-smithy-runtime-api",
 1276 "aws-smithy-types",
 1277 "zeroize",
 1278]
 1279
 1280[[package]]
 1281name = "aws-lc-rs"
 1282version = "1.13.1"
 1283source = "registry+https://github.com/rust-lang/crates.io-index"
 1284checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1285dependencies = [
 1286 "aws-lc-sys",
 1287 "zeroize",
 1288]
 1289
 1290[[package]]
 1291name = "aws-lc-sys"
 1292version = "0.29.0"
 1293source = "registry+https://github.com/rust-lang/crates.io-index"
 1294checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1295dependencies = [
 1296 "bindgen 0.69.5",
 1297 "cc",
 1298 "cmake",
 1299 "dunce",
 1300 "fs_extra",
 1301]
 1302
 1303[[package]]
 1304name = "aws-runtime"
 1305version = "1.5.6"
 1306source = "registry+https://github.com/rust-lang/crates.io-index"
 1307checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1308dependencies = [
 1309 "aws-credential-types",
 1310 "aws-sigv4",
 1311 "aws-smithy-async",
 1312 "aws-smithy-eventstream",
 1313 "aws-smithy-http",
 1314 "aws-smithy-runtime",
 1315 "aws-smithy-runtime-api",
 1316 "aws-smithy-types",
 1317 "aws-types",
 1318 "bytes 1.10.1",
 1319 "fastrand 2.3.0",
 1320 "http 0.2.12",
 1321 "http-body 0.4.6",
 1322 "once_cell",
 1323 "percent-encoding",
 1324 "pin-project-lite",
 1325 "tracing",
 1326 "uuid",
 1327]
 1328
 1329[[package]]
 1330name = "aws-sdk-bedrockruntime"
 1331version = "1.82.0"
 1332source = "registry+https://github.com/rust-lang/crates.io-index"
 1333checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1334dependencies = [
 1335 "aws-credential-types",
 1336 "aws-runtime",
 1337 "aws-sigv4",
 1338 "aws-smithy-async",
 1339 "aws-smithy-eventstream",
 1340 "aws-smithy-http",
 1341 "aws-smithy-json",
 1342 "aws-smithy-runtime",
 1343 "aws-smithy-runtime-api",
 1344 "aws-smithy-types",
 1345 "aws-types",
 1346 "bytes 1.10.1",
 1347 "fastrand 2.3.0",
 1348 "http 0.2.12",
 1349 "hyper 0.14.32",
 1350 "once_cell",
 1351 "regex-lite",
 1352 "tracing",
 1353]
 1354
 1355[[package]]
 1356name = "aws-sdk-kinesis"
 1357version = "1.66.0"
 1358source = "registry+https://github.com/rust-lang/crates.io-index"
 1359checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1360dependencies = [
 1361 "aws-credential-types",
 1362 "aws-runtime",
 1363 "aws-smithy-async",
 1364 "aws-smithy-eventstream",
 1365 "aws-smithy-http",
 1366 "aws-smithy-json",
 1367 "aws-smithy-runtime",
 1368 "aws-smithy-runtime-api",
 1369 "aws-smithy-types",
 1370 "aws-types",
 1371 "bytes 1.10.1",
 1372 "fastrand 2.3.0",
 1373 "http 0.2.12",
 1374 "once_cell",
 1375 "regex-lite",
 1376 "tracing",
 1377]
 1378
 1379[[package]]
 1380name = "aws-sdk-s3"
 1381version = "1.82.0"
 1382source = "registry+https://github.com/rust-lang/crates.io-index"
 1383checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1384dependencies = [
 1385 "aws-credential-types",
 1386 "aws-runtime",
 1387 "aws-sigv4",
 1388 "aws-smithy-async",
 1389 "aws-smithy-checksums",
 1390 "aws-smithy-eventstream",
 1391 "aws-smithy-http",
 1392 "aws-smithy-json",
 1393 "aws-smithy-runtime",
 1394 "aws-smithy-runtime-api",
 1395 "aws-smithy-types",
 1396 "aws-smithy-xml",
 1397 "aws-types",
 1398 "bytes 1.10.1",
 1399 "fastrand 2.3.0",
 1400 "hex",
 1401 "hmac",
 1402 "http 0.2.12",
 1403 "http 1.3.1",
 1404 "http-body 0.4.6",
 1405 "lru",
 1406 "once_cell",
 1407 "percent-encoding",
 1408 "regex-lite",
 1409 "sha2",
 1410 "tracing",
 1411 "url",
 1412]
 1413
 1414[[package]]
 1415name = "aws-sdk-sso"
 1416version = "1.64.0"
 1417source = "registry+https://github.com/rust-lang/crates.io-index"
 1418checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1419dependencies = [
 1420 "aws-credential-types",
 1421 "aws-runtime",
 1422 "aws-smithy-async",
 1423 "aws-smithy-http",
 1424 "aws-smithy-json",
 1425 "aws-smithy-runtime",
 1426 "aws-smithy-runtime-api",
 1427 "aws-smithy-types",
 1428 "aws-types",
 1429 "bytes 1.10.1",
 1430 "fastrand 2.3.0",
 1431 "http 0.2.12",
 1432 "once_cell",
 1433 "regex-lite",
 1434 "tracing",
 1435]
 1436
 1437[[package]]
 1438name = "aws-sdk-ssooidc"
 1439version = "1.65.0"
 1440source = "registry+https://github.com/rust-lang/crates.io-index"
 1441checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1442dependencies = [
 1443 "aws-credential-types",
 1444 "aws-runtime",
 1445 "aws-smithy-async",
 1446 "aws-smithy-http",
 1447 "aws-smithy-json",
 1448 "aws-smithy-runtime",
 1449 "aws-smithy-runtime-api",
 1450 "aws-smithy-types",
 1451 "aws-types",
 1452 "bytes 1.10.1",
 1453 "fastrand 2.3.0",
 1454 "http 0.2.12",
 1455 "once_cell",
 1456 "regex-lite",
 1457 "tracing",
 1458]
 1459
 1460[[package]]
 1461name = "aws-sdk-sts"
 1462version = "1.65.0"
 1463source = "registry+https://github.com/rust-lang/crates.io-index"
 1464checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1465dependencies = [
 1466 "aws-credential-types",
 1467 "aws-runtime",
 1468 "aws-smithy-async",
 1469 "aws-smithy-http",
 1470 "aws-smithy-json",
 1471 "aws-smithy-query",
 1472 "aws-smithy-runtime",
 1473 "aws-smithy-runtime-api",
 1474 "aws-smithy-types",
 1475 "aws-smithy-xml",
 1476 "aws-types",
 1477 "fastrand 2.3.0",
 1478 "http 0.2.12",
 1479 "once_cell",
 1480 "regex-lite",
 1481 "tracing",
 1482]
 1483
 1484[[package]]
 1485name = "aws-sigv4"
 1486version = "1.3.0"
 1487source = "registry+https://github.com/rust-lang/crates.io-index"
 1488checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1489dependencies = [
 1490 "aws-credential-types",
 1491 "aws-smithy-eventstream",
 1492 "aws-smithy-http",
 1493 "aws-smithy-runtime-api",
 1494 "aws-smithy-types",
 1495 "bytes 1.10.1",
 1496 "crypto-bigint 0.5.5",
 1497 "form_urlencoded",
 1498 "hex",
 1499 "hmac",
 1500 "http 0.2.12",
 1501 "http 1.3.1",
 1502 "once_cell",
 1503 "p256",
 1504 "percent-encoding",
 1505 "ring",
 1506 "sha2",
 1507 "subtle",
 1508 "time",
 1509 "tracing",
 1510 "zeroize",
 1511]
 1512
 1513[[package]]
 1514name = "aws-smithy-async"
 1515version = "1.2.5"
 1516source = "registry+https://github.com/rust-lang/crates.io-index"
 1517checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1518dependencies = [
 1519 "futures-util",
 1520 "pin-project-lite",
 1521 "tokio",
 1522]
 1523
 1524[[package]]
 1525name = "aws-smithy-checksums"
 1526version = "0.63.1"
 1527source = "registry+https://github.com/rust-lang/crates.io-index"
 1528checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1529dependencies = [
 1530 "aws-smithy-http",
 1531 "aws-smithy-types",
 1532 "bytes 1.10.1",
 1533 "crc32c",
 1534 "crc32fast",
 1535 "crc64fast-nvme",
 1536 "hex",
 1537 "http 0.2.12",
 1538 "http-body 0.4.6",
 1539 "md-5",
 1540 "pin-project-lite",
 1541 "sha1",
 1542 "sha2",
 1543 "tracing",
 1544]
 1545
 1546[[package]]
 1547name = "aws-smithy-eventstream"
 1548version = "0.60.8"
 1549source = "registry+https://github.com/rust-lang/crates.io-index"
 1550checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1551dependencies = [
 1552 "aws-smithy-types",
 1553 "bytes 1.10.1",
 1554 "crc32fast",
 1555]
 1556
 1557[[package]]
 1558name = "aws-smithy-http"
 1559version = "0.62.0"
 1560source = "registry+https://github.com/rust-lang/crates.io-index"
 1561checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1562dependencies = [
 1563 "aws-smithy-eventstream",
 1564 "aws-smithy-runtime-api",
 1565 "aws-smithy-types",
 1566 "bytes 1.10.1",
 1567 "bytes-utils",
 1568 "futures-core",
 1569 "http 0.2.12",
 1570 "http 1.3.1",
 1571 "http-body 0.4.6",
 1572 "once_cell",
 1573 "percent-encoding",
 1574 "pin-project-lite",
 1575 "pin-utils",
 1576 "tracing",
 1577]
 1578
 1579[[package]]
 1580name = "aws-smithy-http-client"
 1581version = "1.0.1"
 1582source = "registry+https://github.com/rust-lang/crates.io-index"
 1583checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1584dependencies = [
 1585 "aws-smithy-async",
 1586 "aws-smithy-runtime-api",
 1587 "aws-smithy-types",
 1588 "h2 0.4.9",
 1589 "http 0.2.12",
 1590 "http 1.3.1",
 1591 "http-body 0.4.6",
 1592 "hyper 0.14.32",
 1593 "hyper 1.6.0",
 1594 "hyper-rustls 0.24.2",
 1595 "hyper-rustls 0.27.5",
 1596 "hyper-util",
 1597 "pin-project-lite",
 1598 "rustls 0.21.12",
 1599 "rustls 0.23.26",
 1600 "rustls-native-certs 0.8.1",
 1601 "rustls-pki-types",
 1602 "tokio",
 1603 "tower 0.5.2",
 1604 "tracing",
 1605]
 1606
 1607[[package]]
 1608name = "aws-smithy-json"
 1609version = "0.61.3"
 1610source = "registry+https://github.com/rust-lang/crates.io-index"
 1611checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1612dependencies = [
 1613 "aws-smithy-types",
 1614]
 1615
 1616[[package]]
 1617name = "aws-smithy-observability"
 1618version = "0.1.2"
 1619source = "registry+https://github.com/rust-lang/crates.io-index"
 1620checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1621dependencies = [
 1622 "aws-smithy-runtime-api",
 1623 "once_cell",
 1624]
 1625
 1626[[package]]
 1627name = "aws-smithy-query"
 1628version = "0.60.7"
 1629source = "registry+https://github.com/rust-lang/crates.io-index"
 1630checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1631dependencies = [
 1632 "aws-smithy-types",
 1633 "urlencoding",
 1634]
 1635
 1636[[package]]
 1637name = "aws-smithy-runtime"
 1638version = "1.8.1"
 1639source = "registry+https://github.com/rust-lang/crates.io-index"
 1640checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1641dependencies = [
 1642 "aws-smithy-async",
 1643 "aws-smithy-http",
 1644 "aws-smithy-http-client",
 1645 "aws-smithy-observability",
 1646 "aws-smithy-runtime-api",
 1647 "aws-smithy-types",
 1648 "bytes 1.10.1",
 1649 "fastrand 2.3.0",
 1650 "http 0.2.12",
 1651 "http 1.3.1",
 1652 "http-body 0.4.6",
 1653 "http-body 1.0.1",
 1654 "once_cell",
 1655 "pin-project-lite",
 1656 "pin-utils",
 1657 "tokio",
 1658 "tracing",
 1659]
 1660
 1661[[package]]
 1662name = "aws-smithy-runtime-api"
 1663version = "1.7.4"
 1664source = "registry+https://github.com/rust-lang/crates.io-index"
 1665checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1666dependencies = [
 1667 "aws-smithy-async",
 1668 "aws-smithy-types",
 1669 "bytes 1.10.1",
 1670 "http 0.2.12",
 1671 "http 1.3.1",
 1672 "pin-project-lite",
 1673 "tokio",
 1674 "tracing",
 1675 "zeroize",
 1676]
 1677
 1678[[package]]
 1679name = "aws-smithy-types"
 1680version = "1.3.0"
 1681source = "registry+https://github.com/rust-lang/crates.io-index"
 1682checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1683dependencies = [
 1684 "base64-simd",
 1685 "bytes 1.10.1",
 1686 "bytes-utils",
 1687 "futures-core",
 1688 "http 0.2.12",
 1689 "http 1.3.1",
 1690 "http-body 0.4.6",
 1691 "http-body 1.0.1",
 1692 "http-body-util",
 1693 "itoa",
 1694 "num-integer",
 1695 "pin-project-lite",
 1696 "pin-utils",
 1697 "ryu",
 1698 "serde",
 1699 "time",
 1700 "tokio",
 1701 "tokio-util",
 1702]
 1703
 1704[[package]]
 1705name = "aws-smithy-xml"
 1706version = "0.60.9"
 1707source = "registry+https://github.com/rust-lang/crates.io-index"
 1708checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1709dependencies = [
 1710 "xmlparser",
 1711]
 1712
 1713[[package]]
 1714name = "aws-types"
 1715version = "1.3.6"
 1716source = "registry+https://github.com/rust-lang/crates.io-index"
 1717checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1718dependencies = [
 1719 "aws-credential-types",
 1720 "aws-smithy-async",
 1721 "aws-smithy-runtime-api",
 1722 "aws-smithy-types",
 1723 "rustc_version",
 1724 "tracing",
 1725]
 1726
 1727[[package]]
 1728name = "aws_http_client"
 1729version = "0.1.0"
 1730dependencies = [
 1731 "aws-smithy-runtime-api",
 1732 "aws-smithy-types",
 1733 "futures 0.3.31",
 1734 "http_client",
 1735 "tokio",
 1736 "workspace-hack",
 1737]
 1738
 1739[[package]]
 1740name = "axum"
 1741version = "0.6.20"
 1742source = "registry+https://github.com/rust-lang/crates.io-index"
 1743checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1744dependencies = [
 1745 "async-trait",
 1746 "axum-core",
 1747 "base64 0.21.7",
 1748 "bitflags 1.3.2",
 1749 "bytes 1.10.1",
 1750 "futures-util",
 1751 "headers",
 1752 "http 0.2.12",
 1753 "http-body 0.4.6",
 1754 "hyper 0.14.32",
 1755 "itoa",
 1756 "matchit",
 1757 "memchr",
 1758 "mime",
 1759 "percent-encoding",
 1760 "pin-project-lite",
 1761 "rustversion",
 1762 "serde",
 1763 "serde_json",
 1764 "serde_path_to_error",
 1765 "serde_urlencoded",
 1766 "sha1",
 1767 "sync_wrapper 0.1.2",
 1768 "tokio",
 1769 "tokio-tungstenite 0.20.1",
 1770 "tower 0.4.13",
 1771 "tower-layer",
 1772 "tower-service",
 1773]
 1774
 1775[[package]]
 1776name = "axum-core"
 1777version = "0.3.4"
 1778source = "registry+https://github.com/rust-lang/crates.io-index"
 1779checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1780dependencies = [
 1781 "async-trait",
 1782 "bytes 1.10.1",
 1783 "futures-util",
 1784 "http 0.2.12",
 1785 "http-body 0.4.6",
 1786 "mime",
 1787 "rustversion",
 1788 "tower-layer",
 1789 "tower-service",
 1790]
 1791
 1792[[package]]
 1793name = "axum-extra"
 1794version = "0.4.2"
 1795source = "registry+https://github.com/rust-lang/crates.io-index"
 1796checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1797dependencies = [
 1798 "axum",
 1799 "bytes 1.10.1",
 1800 "futures-util",
 1801 "http 0.2.12",
 1802 "mime",
 1803 "pin-project-lite",
 1804 "serde",
 1805 "serde_json",
 1806 "tokio",
 1807 "tower 0.4.13",
 1808 "tower-http 0.3.5",
 1809 "tower-layer",
 1810 "tower-service",
 1811]
 1812
 1813[[package]]
 1814name = "backtrace"
 1815version = "0.3.74"
 1816source = "registry+https://github.com/rust-lang/crates.io-index"
 1817checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1818dependencies = [
 1819 "addr2line",
 1820 "cfg-if",
 1821 "libc",
 1822 "miniz_oxide",
 1823 "object",
 1824 "rustc-demangle",
 1825 "windows-targets 0.52.6",
 1826]
 1827
 1828[[package]]
 1829name = "base16ct"
 1830version = "0.1.1"
 1831source = "registry+https://github.com/rust-lang/crates.io-index"
 1832checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1833
 1834[[package]]
 1835name = "base64"
 1836version = "0.13.1"
 1837source = "registry+https://github.com/rust-lang/crates.io-index"
 1838checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1839
 1840[[package]]
 1841name = "base64"
 1842version = "0.21.7"
 1843source = "registry+https://github.com/rust-lang/crates.io-index"
 1844checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1845
 1846[[package]]
 1847name = "base64"
 1848version = "0.22.1"
 1849source = "registry+https://github.com/rust-lang/crates.io-index"
 1850checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1851
 1852[[package]]
 1853name = "base64-simd"
 1854version = "0.8.0"
 1855source = "registry+https://github.com/rust-lang/crates.io-index"
 1856checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1857dependencies = [
 1858 "outref",
 1859 "vsimd",
 1860]
 1861
 1862[[package]]
 1863name = "base64ct"
 1864version = "1.7.3"
 1865source = "registry+https://github.com/rust-lang/crates.io-index"
 1866checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1867
 1868[[package]]
 1869name = "bedrock"
 1870version = "0.1.0"
 1871dependencies = [
 1872 "anyhow",
 1873 "aws-sdk-bedrockruntime",
 1874 "aws-smithy-types",
 1875 "futures 0.3.31",
 1876 "schemars",
 1877 "serde",
 1878 "serde_json",
 1879 "strum 0.27.1",
 1880 "thiserror 2.0.12",
 1881 "tokio",
 1882 "workspace-hack",
 1883]
 1884
 1885[[package]]
 1886name = "beef"
 1887version = "0.5.2"
 1888source = "registry+https://github.com/rust-lang/crates.io-index"
 1889checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1890
 1891[[package]]
 1892name = "bigdecimal"
 1893version = "0.4.8"
 1894source = "registry+https://github.com/rust-lang/crates.io-index"
 1895checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1896dependencies = [
 1897 "autocfg",
 1898 "libm",
 1899 "num-bigint",
 1900 "num-integer",
 1901 "num-traits",
 1902 "serde",
 1903]
 1904
 1905[[package]]
 1906name = "bincode"
 1907version = "1.3.3"
 1908source = "registry+https://github.com/rust-lang/crates.io-index"
 1909checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1910dependencies = [
 1911 "serde",
 1912]
 1913
 1914[[package]]
 1915name = "bindgen"
 1916version = "0.69.5"
 1917source = "registry+https://github.com/rust-lang/crates.io-index"
 1918checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1919dependencies = [
 1920 "bitflags 2.9.0",
 1921 "cexpr",
 1922 "clang-sys",
 1923 "itertools 0.12.1",
 1924 "lazy_static",
 1925 "lazycell",
 1926 "log",
 1927 "prettyplease",
 1928 "proc-macro2",
 1929 "quote",
 1930 "regex",
 1931 "rustc-hash 1.1.0",
 1932 "shlex",
 1933 "syn 2.0.101",
 1934 "which 4.4.2",
 1935]
 1936
 1937[[package]]
 1938name = "bindgen"
 1939version = "0.70.1"
 1940source = "registry+https://github.com/rust-lang/crates.io-index"
 1941checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1942dependencies = [
 1943 "bitflags 2.9.0",
 1944 "cexpr",
 1945 "clang-sys",
 1946 "itertools 0.13.0",
 1947 "proc-macro2",
 1948 "quote",
 1949 "regex",
 1950 "rustc-hash 1.1.0",
 1951 "shlex",
 1952 "syn 2.0.101",
 1953]
 1954
 1955[[package]]
 1956name = "bindgen"
 1957version = "0.71.1"
 1958source = "registry+https://github.com/rust-lang/crates.io-index"
 1959checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1960dependencies = [
 1961 "bitflags 2.9.0",
 1962 "cexpr",
 1963 "clang-sys",
 1964 "itertools 0.13.0",
 1965 "log",
 1966 "prettyplease",
 1967 "proc-macro2",
 1968 "quote",
 1969 "regex",
 1970 "rustc-hash 2.1.1",
 1971 "shlex",
 1972 "syn 2.0.101",
 1973]
 1974
 1975[[package]]
 1976name = "bit-set"
 1977version = "0.5.3"
 1978source = "registry+https://github.com/rust-lang/crates.io-index"
 1979checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1980dependencies = [
 1981 "bit-vec 0.6.3",
 1982]
 1983
 1984[[package]]
 1985name = "bit-set"
 1986version = "0.8.0"
 1987source = "registry+https://github.com/rust-lang/crates.io-index"
 1988checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1989dependencies = [
 1990 "bit-vec 0.8.0",
 1991]
 1992
 1993[[package]]
 1994name = "bit-vec"
 1995version = "0.6.3"
 1996source = "registry+https://github.com/rust-lang/crates.io-index"
 1997checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1998
 1999[[package]]
 2000name = "bit-vec"
 2001version = "0.8.0"
 2002source = "registry+https://github.com/rust-lang/crates.io-index"
 2003checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2004
 2005[[package]]
 2006name = "bit_field"
 2007version = "0.10.2"
 2008source = "registry+https://github.com/rust-lang/crates.io-index"
 2009checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2010
 2011[[package]]
 2012name = "bitflags"
 2013version = "1.3.2"
 2014source = "registry+https://github.com/rust-lang/crates.io-index"
 2015checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2016
 2017[[package]]
 2018name = "bitflags"
 2019version = "2.9.0"
 2020source = "registry+https://github.com/rust-lang/crates.io-index"
 2021checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2022dependencies = [
 2023 "serde",
 2024]
 2025
 2026[[package]]
 2027name = "bitstream-io"
 2028version = "2.6.0"
 2029source = "registry+https://github.com/rust-lang/crates.io-index"
 2030checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2031
 2032[[package]]
 2033name = "bitvec"
 2034version = "1.0.1"
 2035source = "registry+https://github.com/rust-lang/crates.io-index"
 2036checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2037dependencies = [
 2038 "funty",
 2039 "radium",
 2040 "tap",
 2041 "wyz",
 2042]
 2043
 2044[[package]]
 2045name = "blade-graphics"
 2046version = "0.6.0"
 2047source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2048dependencies = [
 2049 "ash",
 2050 "ash-window",
 2051 "bitflags 2.9.0",
 2052 "bytemuck",
 2053 "codespan-reporting 0.11.1",
 2054 "glow",
 2055 "gpu-alloc",
 2056 "gpu-alloc-ash",
 2057 "hidden-trait",
 2058 "js-sys",
 2059 "khronos-egl",
 2060 "libloading",
 2061 "log",
 2062 "mint",
 2063 "naga",
 2064 "objc2",
 2065 "objc2-app-kit",
 2066 "objc2-core-foundation",
 2067 "objc2-foundation",
 2068 "objc2-metal",
 2069 "objc2-quartz-core",
 2070 "objc2-ui-kit",
 2071 "raw-window-handle",
 2072 "slab",
 2073 "wasm-bindgen",
 2074 "web-sys",
 2075]
 2076
 2077[[package]]
 2078name = "blade-macros"
 2079version = "0.3.0"
 2080source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2081dependencies = [
 2082 "proc-macro2",
 2083 "quote",
 2084 "syn 2.0.101",
 2085]
 2086
 2087[[package]]
 2088name = "blade-util"
 2089version = "0.2.0"
 2090source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2091dependencies = [
 2092 "blade-graphics",
 2093 "bytemuck",
 2094 "log",
 2095 "profiling",
 2096]
 2097
 2098[[package]]
 2099name = "blake2"
 2100version = "0.10.6"
 2101source = "registry+https://github.com/rust-lang/crates.io-index"
 2102checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2103dependencies = [
 2104 "digest",
 2105]
 2106
 2107[[package]]
 2108name = "blake3"
 2109version = "1.8.2"
 2110source = "registry+https://github.com/rust-lang/crates.io-index"
 2111checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2112dependencies = [
 2113 "arrayref",
 2114 "arrayvec",
 2115 "cc",
 2116 "cfg-if",
 2117 "constant_time_eq 0.3.1",
 2118]
 2119
 2120[[package]]
 2121name = "block"
 2122version = "0.1.6"
 2123source = "registry+https://github.com/rust-lang/crates.io-index"
 2124checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2125
 2126[[package]]
 2127name = "block-buffer"
 2128version = "0.10.4"
 2129source = "registry+https://github.com/rust-lang/crates.io-index"
 2130checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2131dependencies = [
 2132 "generic-array",
 2133]
 2134
 2135[[package]]
 2136name = "block-padding"
 2137version = "0.3.3"
 2138source = "registry+https://github.com/rust-lang/crates.io-index"
 2139checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2140dependencies = [
 2141 "generic-array",
 2142]
 2143
 2144[[package]]
 2145name = "block2"
 2146version = "0.6.1"
 2147source = "registry+https://github.com/rust-lang/crates.io-index"
 2148checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2149dependencies = [
 2150 "objc2",
 2151]
 2152
 2153[[package]]
 2154name = "blocking"
 2155version = "1.6.1"
 2156source = "registry+https://github.com/rust-lang/crates.io-index"
 2157checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2158dependencies = [
 2159 "async-channel 2.3.1",
 2160 "async-task",
 2161 "futures-io",
 2162 "futures-lite 2.6.0",
 2163 "piper",
 2164]
 2165
 2166[[package]]
 2167name = "borrow-or-share"
 2168version = "0.2.2"
 2169source = "registry+https://github.com/rust-lang/crates.io-index"
 2170checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2171
 2172[[package]]
 2173name = "borsh"
 2174version = "1.5.7"
 2175source = "registry+https://github.com/rust-lang/crates.io-index"
 2176checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2177dependencies = [
 2178 "borsh-derive",
 2179 "cfg_aliases 0.2.1",
 2180]
 2181
 2182[[package]]
 2183name = "borsh-derive"
 2184version = "1.5.7"
 2185source = "registry+https://github.com/rust-lang/crates.io-index"
 2186checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2187dependencies = [
 2188 "once_cell",
 2189 "proc-macro-crate",
 2190 "proc-macro2",
 2191 "quote",
 2192 "syn 2.0.101",
 2193]
 2194
 2195[[package]]
 2196name = "breadcrumbs"
 2197version = "0.1.0"
 2198dependencies = [
 2199 "editor",
 2200 "gpui",
 2201 "itertools 0.14.0",
 2202 "theme",
 2203 "ui",
 2204 "workspace",
 2205 "workspace-hack",
 2206 "zed_actions",
 2207]
 2208
 2209[[package]]
 2210name = "bstr"
 2211version = "1.12.0"
 2212source = "registry+https://github.com/rust-lang/crates.io-index"
 2213checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2214dependencies = [
 2215 "memchr",
 2216 "regex-automata 0.4.9",
 2217 "serde",
 2218]
 2219
 2220[[package]]
 2221name = "buffer_diff"
 2222version = "0.1.0"
 2223dependencies = [
 2224 "anyhow",
 2225 "clock",
 2226 "ctor",
 2227 "env_logger 0.11.8",
 2228 "futures 0.3.31",
 2229 "git2",
 2230 "gpui",
 2231 "language",
 2232 "log",
 2233 "pretty_assertions",
 2234 "rand 0.8.5",
 2235 "rope",
 2236 "serde_json",
 2237 "sum_tree",
 2238 "text",
 2239 "unindent",
 2240 "util",
 2241 "workspace-hack",
 2242]
 2243
 2244[[package]]
 2245name = "built"
 2246version = "0.7.7"
 2247source = "registry+https://github.com/rust-lang/crates.io-index"
 2248checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2249
 2250[[package]]
 2251name = "bumpalo"
 2252version = "3.17.0"
 2253source = "registry+https://github.com/rust-lang/crates.io-index"
 2254checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2255dependencies = [
 2256 "allocator-api2",
 2257]
 2258
 2259[[package]]
 2260name = "by_address"
 2261version = "1.2.1"
 2262source = "registry+https://github.com/rust-lang/crates.io-index"
 2263checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2264
 2265[[package]]
 2266name = "bytecheck"
 2267version = "0.6.12"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2270dependencies = [
 2271 "bytecheck_derive",
 2272 "ptr_meta",
 2273 "simdutf8",
 2274]
 2275
 2276[[package]]
 2277name = "bytecheck_derive"
 2278version = "0.6.12"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2281dependencies = [
 2282 "proc-macro2",
 2283 "quote",
 2284 "syn 1.0.109",
 2285]
 2286
 2287[[package]]
 2288name = "bytecount"
 2289version = "0.6.8"
 2290source = "registry+https://github.com/rust-lang/crates.io-index"
 2291checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2292
 2293[[package]]
 2294name = "bytemuck"
 2295version = "1.22.0"
 2296source = "registry+https://github.com/rust-lang/crates.io-index"
 2297checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2298dependencies = [
 2299 "bytemuck_derive",
 2300]
 2301
 2302[[package]]
 2303name = "bytemuck_derive"
 2304version = "1.9.3"
 2305source = "registry+https://github.com/rust-lang/crates.io-index"
 2306checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2307dependencies = [
 2308 "proc-macro2",
 2309 "quote",
 2310 "syn 2.0.101",
 2311]
 2312
 2313[[package]]
 2314name = "byteorder"
 2315version = "1.5.0"
 2316source = "registry+https://github.com/rust-lang/crates.io-index"
 2317checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2318
 2319[[package]]
 2320name = "byteorder-lite"
 2321version = "0.1.0"
 2322source = "registry+https://github.com/rust-lang/crates.io-index"
 2323checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2324
 2325[[package]]
 2326name = "bytes"
 2327version = "0.4.12"
 2328source = "registry+https://github.com/rust-lang/crates.io-index"
 2329checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2330dependencies = [
 2331 "byteorder",
 2332 "iovec",
 2333]
 2334
 2335[[package]]
 2336name = "bytes"
 2337version = "1.10.1"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2340
 2341[[package]]
 2342name = "bytes-utils"
 2343version = "0.1.4"
 2344source = "registry+https://github.com/rust-lang/crates.io-index"
 2345checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2346dependencies = [
 2347 "bytes 1.10.1",
 2348 "either",
 2349]
 2350
 2351[[package]]
 2352name = "bzip2"
 2353version = "0.4.4"
 2354source = "registry+https://github.com/rust-lang/crates.io-index"
 2355checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2356dependencies = [
 2357 "bzip2-sys",
 2358 "libc",
 2359]
 2360
 2361[[package]]
 2362name = "bzip2-sys"
 2363version = "0.1.13+1.0.8"
 2364source = "registry+https://github.com/rust-lang/crates.io-index"
 2365checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2366dependencies = [
 2367 "cc",
 2368 "pkg-config",
 2369]
 2370
 2371[[package]]
 2372name = "call"
 2373version = "0.1.0"
 2374dependencies = [
 2375 "anyhow",
 2376 "audio",
 2377 "client",
 2378 "collections",
 2379 "fs",
 2380 "futures 0.3.31",
 2381 "gpui",
 2382 "gpui_tokio",
 2383 "http_client",
 2384 "language",
 2385 "livekit_client",
 2386 "log",
 2387 "postage",
 2388 "project",
 2389 "schemars",
 2390 "serde",
 2391 "serde_derive",
 2392 "settings",
 2393 "telemetry",
 2394 "util",
 2395 "workspace-hack",
 2396]
 2397
 2398[[package]]
 2399name = "calloop"
 2400version = "0.13.0"
 2401source = "registry+https://github.com/rust-lang/crates.io-index"
 2402checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2403dependencies = [
 2404 "bitflags 2.9.0",
 2405 "log",
 2406 "polling",
 2407 "rustix 0.38.44",
 2408 "slab",
 2409 "thiserror 1.0.69",
 2410]
 2411
 2412[[package]]
 2413name = "calloop-wayland-source"
 2414version = "0.3.0"
 2415source = "registry+https://github.com/rust-lang/crates.io-index"
 2416checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2417dependencies = [
 2418 "calloop",
 2419 "rustix 0.38.44",
 2420 "wayland-backend",
 2421 "wayland-client",
 2422]
 2423
 2424[[package]]
 2425name = "camino"
 2426version = "1.1.9"
 2427source = "registry+https://github.com/rust-lang/crates.io-index"
 2428checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2429dependencies = [
 2430 "serde",
 2431]
 2432
 2433[[package]]
 2434name = "cap-fs-ext"
 2435version = "3.4.4"
 2436source = "registry+https://github.com/rust-lang/crates.io-index"
 2437checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2438dependencies = [
 2439 "cap-primitives",
 2440 "cap-std",
 2441 "io-lifetimes",
 2442 "windows-sys 0.59.0",
 2443]
 2444
 2445[[package]]
 2446name = "cap-net-ext"
 2447version = "3.4.4"
 2448source = "registry+https://github.com/rust-lang/crates.io-index"
 2449checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2450dependencies = [
 2451 "cap-primitives",
 2452 "cap-std",
 2453 "rustix 1.0.7",
 2454 "smallvec",
 2455]
 2456
 2457[[package]]
 2458name = "cap-primitives"
 2459version = "3.4.4"
 2460source = "registry+https://github.com/rust-lang/crates.io-index"
 2461checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2462dependencies = [
 2463 "ambient-authority",
 2464 "fs-set-times",
 2465 "io-extras",
 2466 "io-lifetimes",
 2467 "ipnet",
 2468 "maybe-owned",
 2469 "rustix 1.0.7",
 2470 "rustix-linux-procfs",
 2471 "windows-sys 0.59.0",
 2472 "winx",
 2473]
 2474
 2475[[package]]
 2476name = "cap-rand"
 2477version = "3.4.4"
 2478source = "registry+https://github.com/rust-lang/crates.io-index"
 2479checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2480dependencies = [
 2481 "ambient-authority",
 2482 "rand 0.8.5",
 2483]
 2484
 2485[[package]]
 2486name = "cap-std"
 2487version = "3.4.4"
 2488source = "registry+https://github.com/rust-lang/crates.io-index"
 2489checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2490dependencies = [
 2491 "cap-primitives",
 2492 "io-extras",
 2493 "io-lifetimes",
 2494 "rustix 1.0.7",
 2495]
 2496
 2497[[package]]
 2498name = "cap-time-ext"
 2499version = "3.4.4"
 2500source = "registry+https://github.com/rust-lang/crates.io-index"
 2501checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2502dependencies = [
 2503 "ambient-authority",
 2504 "cap-primitives",
 2505 "iana-time-zone",
 2506 "once_cell",
 2507 "rustix 1.0.7",
 2508 "winx",
 2509]
 2510
 2511[[package]]
 2512name = "cargo-platform"
 2513version = "0.1.9"
 2514source = "registry+https://github.com/rust-lang/crates.io-index"
 2515checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2516dependencies = [
 2517 "serde",
 2518]
 2519
 2520[[package]]
 2521name = "cargo_metadata"
 2522version = "0.19.2"
 2523source = "registry+https://github.com/rust-lang/crates.io-index"
 2524checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2525dependencies = [
 2526 "camino",
 2527 "cargo-platform",
 2528 "semver",
 2529 "serde",
 2530 "serde_json",
 2531 "thiserror 2.0.12",
 2532]
 2533
 2534[[package]]
 2535name = "cargo_toml"
 2536version = "0.21.0"
 2537source = "registry+https://github.com/rust-lang/crates.io-index"
 2538checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2539dependencies = [
 2540 "serde",
 2541 "toml 0.8.20",
 2542]
 2543
 2544[[package]]
 2545name = "cast"
 2546version = "0.3.0"
 2547source = "registry+https://github.com/rust-lang/crates.io-index"
 2548checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2549
 2550[[package]]
 2551name = "cbc"
 2552version = "0.1.2"
 2553source = "registry+https://github.com/rust-lang/crates.io-index"
 2554checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2555dependencies = [
 2556 "cipher",
 2557]
 2558
 2559[[package]]
 2560name = "cbindgen"
 2561version = "0.28.0"
 2562source = "registry+https://github.com/rust-lang/crates.io-index"
 2563checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2564dependencies = [
 2565 "heck 0.4.1",
 2566 "indexmap",
 2567 "log",
 2568 "proc-macro2",
 2569 "quote",
 2570 "serde",
 2571 "serde_json",
 2572 "syn 2.0.101",
 2573 "tempfile",
 2574 "toml 0.8.20",
 2575]
 2576
 2577[[package]]
 2578name = "cc"
 2579version = "1.2.19"
 2580source = "registry+https://github.com/rust-lang/crates.io-index"
 2581checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2582dependencies = [
 2583 "jobserver",
 2584 "libc",
 2585 "shlex",
 2586]
 2587
 2588[[package]]
 2589name = "cesu8"
 2590version = "1.1.0"
 2591source = "registry+https://github.com/rust-lang/crates.io-index"
 2592checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2593
 2594[[package]]
 2595name = "cexpr"
 2596version = "0.6.0"
 2597source = "registry+https://github.com/rust-lang/crates.io-index"
 2598checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2599dependencies = [
 2600 "nom",
 2601]
 2602
 2603[[package]]
 2604name = "cfg-expr"
 2605version = "0.15.8"
 2606source = "registry+https://github.com/rust-lang/crates.io-index"
 2607checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2608dependencies = [
 2609 "smallvec",
 2610 "target-lexicon 0.12.16",
 2611]
 2612
 2613[[package]]
 2614name = "cfg-if"
 2615version = "1.0.0"
 2616source = "registry+https://github.com/rust-lang/crates.io-index"
 2617checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2618
 2619[[package]]
 2620name = "cfg_aliases"
 2621version = "0.1.1"
 2622source = "registry+https://github.com/rust-lang/crates.io-index"
 2623checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2624
 2625[[package]]
 2626name = "cfg_aliases"
 2627version = "0.2.1"
 2628source = "registry+https://github.com/rust-lang/crates.io-index"
 2629checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2630
 2631[[package]]
 2632name = "cgl"
 2633version = "0.3.2"
 2634source = "registry+https://github.com/rust-lang/crates.io-index"
 2635checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2636dependencies = [
 2637 "libc",
 2638]
 2639
 2640[[package]]
 2641name = "channel"
 2642version = "0.1.0"
 2643dependencies = [
 2644 "anyhow",
 2645 "client",
 2646 "clock",
 2647 "collections",
 2648 "futures 0.3.31",
 2649 "gpui",
 2650 "http_client",
 2651 "language",
 2652 "log",
 2653 "rand 0.8.5",
 2654 "release_channel",
 2655 "rpc",
 2656 "settings",
 2657 "sum_tree",
 2658 "text",
 2659 "time",
 2660 "util",
 2661 "workspace-hack",
 2662]
 2663
 2664[[package]]
 2665name = "chrono"
 2666version = "0.4.41"
 2667source = "registry+https://github.com/rust-lang/crates.io-index"
 2668checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2669dependencies = [
 2670 "android-tzdata",
 2671 "iana-time-zone",
 2672 "js-sys",
 2673 "num-traits",
 2674 "serde",
 2675 "wasm-bindgen",
 2676 "windows-link",
 2677]
 2678
 2679[[package]]
 2680name = "chunked_transfer"
 2681version = "1.5.0"
 2682source = "registry+https://github.com/rust-lang/crates.io-index"
 2683checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2684
 2685[[package]]
 2686name = "ciborium"
 2687version = "0.2.2"
 2688source = "registry+https://github.com/rust-lang/crates.io-index"
 2689checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2690dependencies = [
 2691 "ciborium-io",
 2692 "ciborium-ll",
 2693 "serde",
 2694]
 2695
 2696[[package]]
 2697name = "ciborium-io"
 2698version = "0.2.2"
 2699source = "registry+https://github.com/rust-lang/crates.io-index"
 2700checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2701
 2702[[package]]
 2703name = "ciborium-ll"
 2704version = "0.2.2"
 2705source = "registry+https://github.com/rust-lang/crates.io-index"
 2706checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2707dependencies = [
 2708 "ciborium-io",
 2709 "half",
 2710]
 2711
 2712[[package]]
 2713name = "cipher"
 2714version = "0.4.4"
 2715source = "registry+https://github.com/rust-lang/crates.io-index"
 2716checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2717dependencies = [
 2718 "crypto-common",
 2719 "inout",
 2720 "zeroize",
 2721]
 2722
 2723[[package]]
 2724name = "circular-buffer"
 2725version = "1.1.0"
 2726source = "registry+https://github.com/rust-lang/crates.io-index"
 2727checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2728
 2729[[package]]
 2730name = "clang-sys"
 2731version = "1.8.1"
 2732source = "registry+https://github.com/rust-lang/crates.io-index"
 2733checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2734dependencies = [
 2735 "glob",
 2736 "libc",
 2737 "libloading",
 2738]
 2739
 2740[[package]]
 2741name = "clap"
 2742version = "4.5.37"
 2743source = "registry+https://github.com/rust-lang/crates.io-index"
 2744checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2745dependencies = [
 2746 "clap_builder",
 2747 "clap_derive",
 2748]
 2749
 2750[[package]]
 2751name = "clap_builder"
 2752version = "4.5.37"
 2753source = "registry+https://github.com/rust-lang/crates.io-index"
 2754checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2755dependencies = [
 2756 "anstream",
 2757 "anstyle",
 2758 "clap_lex",
 2759 "strsim",
 2760 "terminal_size",
 2761]
 2762
 2763[[package]]
 2764name = "clap_complete"
 2765version = "4.5.47"
 2766source = "registry+https://github.com/rust-lang/crates.io-index"
 2767checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2768dependencies = [
 2769 "clap",
 2770]
 2771
 2772[[package]]
 2773name = "clap_derive"
 2774version = "4.5.32"
 2775source = "registry+https://github.com/rust-lang/crates.io-index"
 2776checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2777dependencies = [
 2778 "heck 0.5.0",
 2779 "proc-macro2",
 2780 "quote",
 2781 "syn 2.0.101",
 2782]
 2783
 2784[[package]]
 2785name = "clap_lex"
 2786version = "0.7.4"
 2787source = "registry+https://github.com/rust-lang/crates.io-index"
 2788checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2789
 2790[[package]]
 2791name = "cli"
 2792version = "0.1.0"
 2793dependencies = [
 2794 "anyhow",
 2795 "clap",
 2796 "collections",
 2797 "core-foundation 0.10.0",
 2798 "core-services",
 2799 "exec",
 2800 "fork",
 2801 "ipc-channel",
 2802 "parking_lot",
 2803 "paths",
 2804 "plist",
 2805 "release_channel",
 2806 "serde",
 2807 "tempfile",
 2808 "util",
 2809 "windows 0.61.1",
 2810 "workspace-hack",
 2811]
 2812
 2813[[package]]
 2814name = "client"
 2815version = "0.1.0"
 2816dependencies = [
 2817 "anyhow",
 2818 "async-recursion 0.3.2",
 2819 "async-tungstenite",
 2820 "base64 0.22.1",
 2821 "chrono",
 2822 "clock",
 2823 "cocoa 0.26.0",
 2824 "collections",
 2825 "credentials_provider",
 2826 "feature_flags",
 2827 "futures 0.3.31",
 2828 "gpui",
 2829 "gpui_tokio",
 2830 "http_client",
 2831 "http_client_tls",
 2832 "httparse",
 2833 "log",
 2834 "parking_lot",
 2835 "paths",
 2836 "postage",
 2837 "rand 0.8.5",
 2838 "release_channel",
 2839 "rpc",
 2840 "rustls-pki-types",
 2841 "schemars",
 2842 "serde",
 2843 "serde_json",
 2844 "settings",
 2845 "sha2",
 2846 "smol",
 2847 "telemetry",
 2848 "telemetry_events",
 2849 "text",
 2850 "thiserror 2.0.12",
 2851 "time",
 2852 "tiny_http",
 2853 "tokio",
 2854 "tokio-native-tls",
 2855 "tokio-rustls 0.26.2",
 2856 "tokio-socks",
 2857 "url",
 2858 "util",
 2859 "windows 0.61.1",
 2860 "workspace-hack",
 2861 "worktree",
 2862]
 2863
 2864[[package]]
 2865name = "clock"
 2866version = "0.1.0"
 2867dependencies = [
 2868 "parking_lot",
 2869 "serde",
 2870 "smallvec",
 2871 "workspace-hack",
 2872]
 2873
 2874[[package]]
 2875name = "clru"
 2876version = "0.6.2"
 2877source = "registry+https://github.com/rust-lang/crates.io-index"
 2878checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2879
 2880[[package]]
 2881name = "cmake"
 2882version = "0.1.54"
 2883source = "registry+https://github.com/rust-lang/crates.io-index"
 2884checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2885dependencies = [
 2886 "cc",
 2887]
 2888
 2889[[package]]
 2890name = "cobs"
 2891version = "0.2.3"
 2892source = "registry+https://github.com/rust-lang/crates.io-index"
 2893checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2894
 2895[[package]]
 2896name = "cocoa"
 2897version = "0.25.0"
 2898source = "registry+https://github.com/rust-lang/crates.io-index"
 2899checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2900dependencies = [
 2901 "bitflags 1.3.2",
 2902 "block",
 2903 "cocoa-foundation 0.1.2",
 2904 "core-foundation 0.9.4",
 2905 "core-graphics 0.23.2",
 2906 "foreign-types 0.5.0",
 2907 "libc",
 2908 "objc",
 2909]
 2910
 2911[[package]]
 2912name = "cocoa"
 2913version = "0.26.0"
 2914source = "registry+https://github.com/rust-lang/crates.io-index"
 2915checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2916dependencies = [
 2917 "bitflags 2.9.0",
 2918 "block",
 2919 "cocoa-foundation 0.2.0",
 2920 "core-foundation 0.10.0",
 2921 "core-graphics 0.24.0",
 2922 "foreign-types 0.5.0",
 2923 "libc",
 2924 "objc",
 2925]
 2926
 2927[[package]]
 2928name = "cocoa-foundation"
 2929version = "0.1.2"
 2930source = "registry+https://github.com/rust-lang/crates.io-index"
 2931checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2932dependencies = [
 2933 "bitflags 1.3.2",
 2934 "block",
 2935 "core-foundation 0.9.4",
 2936 "core-graphics-types 0.1.3",
 2937 "libc",
 2938 "objc",
 2939]
 2940
 2941[[package]]
 2942name = "cocoa-foundation"
 2943version = "0.2.0"
 2944source = "registry+https://github.com/rust-lang/crates.io-index"
 2945checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2946dependencies = [
 2947 "bitflags 2.9.0",
 2948 "block",
 2949 "core-foundation 0.10.0",
 2950 "core-graphics-types 0.2.0",
 2951 "libc",
 2952 "objc",
 2953]
 2954
 2955[[package]]
 2956name = "codespan-reporting"
 2957version = "0.11.1"
 2958source = "registry+https://github.com/rust-lang/crates.io-index"
 2959checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2960dependencies = [
 2961 "termcolor",
 2962 "unicode-width 0.1.14",
 2963]
 2964
 2965[[package]]
 2966name = "codespan-reporting"
 2967version = "0.12.0"
 2968source = "registry+https://github.com/rust-lang/crates.io-index"
 2969checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2970dependencies = [
 2971 "serde",
 2972 "termcolor",
 2973 "unicode-width 0.2.0",
 2974]
 2975
 2976[[package]]
 2977name = "collab"
 2978version = "0.44.0"
 2979dependencies = [
 2980 "anyhow",
 2981 "assistant_context_editor",
 2982 "assistant_settings",
 2983 "assistant_slash_command",
 2984 "assistant_tool",
 2985 "async-stripe",
 2986 "async-trait",
 2987 "async-tungstenite",
 2988 "audio",
 2989 "aws-config",
 2990 "aws-sdk-kinesis",
 2991 "aws-sdk-s3",
 2992 "axum",
 2993 "axum-extra",
 2994 "base64 0.22.1",
 2995 "buffer_diff",
 2996 "call",
 2997 "channel",
 2998 "chrono",
 2999 "client",
 3000 "clock",
 3001 "collab_ui",
 3002 "collections",
 3003 "command_palette_hooks",
 3004 "context_server",
 3005 "ctor",
 3006 "dap",
 3007 "dap_adapters",
 3008 "dashmap 6.1.0",
 3009 "debugger_ui",
 3010 "derive_more",
 3011 "editor",
 3012 "env_logger 0.11.8",
 3013 "envy",
 3014 "extension",
 3015 "file_finder",
 3016 "fs",
 3017 "futures 0.3.31",
 3018 "git",
 3019 "git_hosting_providers",
 3020 "git_ui",
 3021 "gpui",
 3022 "gpui_tokio",
 3023 "hex",
 3024 "http_client",
 3025 "hyper 0.14.32",
 3026 "indoc",
 3027 "jsonwebtoken",
 3028 "language",
 3029 "language_model",
 3030 "livekit_api",
 3031 "livekit_client",
 3032 "log",
 3033 "lsp",
 3034 "menu",
 3035 "multi_buffer",
 3036 "nanoid",
 3037 "node_runtime",
 3038 "notifications",
 3039 "parking_lot",
 3040 "pretty_assertions",
 3041 "project",
 3042 "prometheus",
 3043 "prompt_store",
 3044 "prost 0.9.0",
 3045 "rand 0.8.5",
 3046 "recent_projects",
 3047 "release_channel",
 3048 "remote",
 3049 "remote_server",
 3050 "reqwest 0.11.27",
 3051 "reqwest_client",
 3052 "rpc",
 3053 "rustc-demangle",
 3054 "scrypt",
 3055 "sea-orm",
 3056 "semantic_version",
 3057 "semver",
 3058 "serde",
 3059 "serde_derive",
 3060 "serde_json",
 3061 "session",
 3062 "settings",
 3063 "sha2",
 3064 "sqlx",
 3065 "strum 0.27.1",
 3066 "subtle",
 3067 "supermaven_api",
 3068 "task",
 3069 "telemetry_events",
 3070 "text",
 3071 "theme",
 3072 "thiserror 2.0.12",
 3073 "time",
 3074 "tokio",
 3075 "toml 0.8.20",
 3076 "tower 0.4.13",
 3077 "tower-http 0.4.4",
 3078 "tracing",
 3079 "tracing-subscriber",
 3080 "unindent",
 3081 "util",
 3082 "uuid",
 3083 "workspace",
 3084 "workspace-hack",
 3085 "worktree",
 3086 "zed_llm_client",
 3087]
 3088
 3089[[package]]
 3090name = "collab_ui"
 3091version = "0.1.0"
 3092dependencies = [
 3093 "anyhow",
 3094 "call",
 3095 "channel",
 3096 "chrono",
 3097 "client",
 3098 "collections",
 3099 "db",
 3100 "editor",
 3101 "emojis",
 3102 "futures 0.3.31",
 3103 "fuzzy",
 3104 "gpui",
 3105 "http_client",
 3106 "language",
 3107 "log",
 3108 "menu",
 3109 "notifications",
 3110 "picker",
 3111 "pretty_assertions",
 3112 "project",
 3113 "release_channel",
 3114 "rich_text",
 3115 "rpc",
 3116 "schemars",
 3117 "serde",
 3118 "serde_derive",
 3119 "serde_json",
 3120 "settings",
 3121 "smallvec",
 3122 "story",
 3123 "telemetry",
 3124 "theme",
 3125 "time",
 3126 "time_format",
 3127 "title_bar",
 3128 "tree-sitter-md",
 3129 "ui",
 3130 "util",
 3131 "workspace",
 3132 "workspace-hack",
 3133]
 3134
 3135[[package]]
 3136name = "collections"
 3137version = "0.1.0"
 3138dependencies = [
 3139 "indexmap",
 3140 "rustc-hash 2.1.1",
 3141 "workspace-hack",
 3142]
 3143
 3144[[package]]
 3145name = "color_quant"
 3146version = "1.1.0"
 3147source = "registry+https://github.com/rust-lang/crates.io-index"
 3148checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3149
 3150[[package]]
 3151name = "colorchoice"
 3152version = "1.0.3"
 3153source = "registry+https://github.com/rust-lang/crates.io-index"
 3154checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3155
 3156[[package]]
 3157name = "combine"
 3158version = "4.6.7"
 3159source = "registry+https://github.com/rust-lang/crates.io-index"
 3160checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3161dependencies = [
 3162 "bytes 1.10.1",
 3163 "memchr",
 3164]
 3165
 3166[[package]]
 3167name = "command_palette"
 3168version = "0.1.0"
 3169dependencies = [
 3170 "anyhow",
 3171 "client",
 3172 "collections",
 3173 "command_palette_hooks",
 3174 "ctor",
 3175 "db",
 3176 "editor",
 3177 "env_logger 0.11.8",
 3178 "fuzzy",
 3179 "go_to_line",
 3180 "gpui",
 3181 "language",
 3182 "log",
 3183 "menu",
 3184 "picker",
 3185 "postage",
 3186 "project",
 3187 "serde",
 3188 "serde_json",
 3189 "settings",
 3190 "telemetry",
 3191 "theme",
 3192 "time",
 3193 "ui",
 3194 "util",
 3195 "workspace",
 3196 "workspace-hack",
 3197 "zed_actions",
 3198]
 3199
 3200[[package]]
 3201name = "command_palette_hooks"
 3202version = "0.1.0"
 3203dependencies = [
 3204 "collections",
 3205 "derive_more",
 3206 "gpui",
 3207 "workspace-hack",
 3208]
 3209
 3210[[package]]
 3211name = "component"
 3212version = "0.1.0"
 3213dependencies = [
 3214 "collections",
 3215 "gpui",
 3216 "inventory",
 3217 "parking_lot",
 3218 "strum 0.27.1",
 3219 "theme",
 3220 "workspace-hack",
 3221]
 3222
 3223[[package]]
 3224name = "concurrent-queue"
 3225version = "2.5.0"
 3226source = "registry+https://github.com/rust-lang/crates.io-index"
 3227checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3228dependencies = [
 3229 "crossbeam-utils",
 3230]
 3231
 3232[[package]]
 3233name = "console"
 3234version = "0.15.11"
 3235source = "registry+https://github.com/rust-lang/crates.io-index"
 3236checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3237dependencies = [
 3238 "encode_unicode",
 3239 "libc",
 3240 "once_cell",
 3241 "unicode-width 0.2.0",
 3242 "windows-sys 0.59.0",
 3243]
 3244
 3245[[package]]
 3246name = "const-oid"
 3247version = "0.9.6"
 3248source = "registry+https://github.com/rust-lang/crates.io-index"
 3249checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3250
 3251[[package]]
 3252name = "const-random"
 3253version = "0.1.18"
 3254source = "registry+https://github.com/rust-lang/crates.io-index"
 3255checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3256dependencies = [
 3257 "const-random-macro",
 3258]
 3259
 3260[[package]]
 3261name = "const-random-macro"
 3262version = "0.1.16"
 3263source = "registry+https://github.com/rust-lang/crates.io-index"
 3264checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3265dependencies = [
 3266 "getrandom 0.2.15",
 3267 "once_cell",
 3268 "tiny-keccak",
 3269]
 3270
 3271[[package]]
 3272name = "constant_time_eq"
 3273version = "0.1.5"
 3274source = "registry+https://github.com/rust-lang/crates.io-index"
 3275checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3276
 3277[[package]]
 3278name = "constant_time_eq"
 3279version = "0.3.1"
 3280source = "registry+https://github.com/rust-lang/crates.io-index"
 3281checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3282
 3283[[package]]
 3284name = "context_server"
 3285version = "0.1.0"
 3286dependencies = [
 3287 "anyhow",
 3288 "async-trait",
 3289 "collections",
 3290 "futures 0.3.31",
 3291 "gpui",
 3292 "log",
 3293 "parking_lot",
 3294 "postage",
 3295 "schemars",
 3296 "serde",
 3297 "serde_json",
 3298 "smol",
 3299 "url",
 3300 "util",
 3301 "workspace-hack",
 3302]
 3303
 3304[[package]]
 3305name = "convert_case"
 3306version = "0.4.0"
 3307source = "registry+https://github.com/rust-lang/crates.io-index"
 3308checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3309
 3310[[package]]
 3311name = "convert_case"
 3312version = "0.6.0"
 3313source = "registry+https://github.com/rust-lang/crates.io-index"
 3314checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3315dependencies = [
 3316 "unicode-segmentation",
 3317]
 3318
 3319[[package]]
 3320name = "convert_case"
 3321version = "0.8.0"
 3322source = "registry+https://github.com/rust-lang/crates.io-index"
 3323checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3324dependencies = [
 3325 "unicode-segmentation",
 3326]
 3327
 3328[[package]]
 3329name = "copilot"
 3330version = "0.1.0"
 3331dependencies = [
 3332 "anyhow",
 3333 "async-std",
 3334 "chrono",
 3335 "client",
 3336 "clock",
 3337 "collections",
 3338 "command_palette_hooks",
 3339 "ctor",
 3340 "editor",
 3341 "env_logger 0.11.8",
 3342 "fs",
 3343 "futures 0.3.31",
 3344 "gpui",
 3345 "http_client",
 3346 "indoc",
 3347 "inline_completion",
 3348 "itertools 0.14.0",
 3349 "language",
 3350 "log",
 3351 "lsp",
 3352 "menu",
 3353 "node_runtime",
 3354 "parking_lot",
 3355 "paths",
 3356 "project",
 3357 "rpc",
 3358 "serde",
 3359 "serde_json",
 3360 "settings",
 3361 "task",
 3362 "theme",
 3363 "ui",
 3364 "util",
 3365 "workspace",
 3366 "workspace-hack",
 3367]
 3368
 3369[[package]]
 3370name = "core-foundation"
 3371version = "0.9.4"
 3372source = "registry+https://github.com/rust-lang/crates.io-index"
 3373checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3374dependencies = [
 3375 "core-foundation-sys",
 3376 "libc",
 3377]
 3378
 3379[[package]]
 3380name = "core-foundation"
 3381version = "0.10.0"
 3382source = "registry+https://github.com/rust-lang/crates.io-index"
 3383checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3384dependencies = [
 3385 "core-foundation-sys",
 3386 "libc",
 3387]
 3388
 3389[[package]]
 3390name = "core-foundation-sys"
 3391version = "0.8.7"
 3392source = "registry+https://github.com/rust-lang/crates.io-index"
 3393checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3394
 3395[[package]]
 3396name = "core-graphics"
 3397version = "0.23.2"
 3398source = "registry+https://github.com/rust-lang/crates.io-index"
 3399checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3400dependencies = [
 3401 "bitflags 1.3.2",
 3402 "core-foundation 0.9.4",
 3403 "core-graphics-types 0.1.3",
 3404 "foreign-types 0.5.0",
 3405 "libc",
 3406]
 3407
 3408[[package]]
 3409name = "core-graphics"
 3410version = "0.24.0"
 3411source = "registry+https://github.com/rust-lang/crates.io-index"
 3412checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3413dependencies = [
 3414 "bitflags 2.9.0",
 3415 "core-foundation 0.10.0",
 3416 "core-graphics-types 0.2.0",
 3417 "foreign-types 0.5.0",
 3418 "libc",
 3419]
 3420
 3421[[package]]
 3422name = "core-graphics-helmer-fork"
 3423version = "0.24.0"
 3424source = "registry+https://github.com/rust-lang/crates.io-index"
 3425checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3426dependencies = [
 3427 "bitflags 2.9.0",
 3428 "core-foundation 0.9.4",
 3429 "core-graphics-types 0.1.3",
 3430 "foreign-types 0.5.0",
 3431 "libc",
 3432]
 3433
 3434[[package]]
 3435name = "core-graphics-types"
 3436version = "0.1.3"
 3437source = "registry+https://github.com/rust-lang/crates.io-index"
 3438checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3439dependencies = [
 3440 "bitflags 1.3.2",
 3441 "core-foundation 0.9.4",
 3442 "libc",
 3443]
 3444
 3445[[package]]
 3446name = "core-graphics-types"
 3447version = "0.2.0"
 3448source = "registry+https://github.com/rust-lang/crates.io-index"
 3449checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3450dependencies = [
 3451 "bitflags 2.9.0",
 3452 "core-foundation 0.10.0",
 3453 "libc",
 3454]
 3455
 3456[[package]]
 3457name = "core-graphics2"
 3458version = "0.4.1"
 3459source = "registry+https://github.com/rust-lang/crates.io-index"
 3460checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3461dependencies = [
 3462 "bitflags 2.9.0",
 3463 "block",
 3464 "cfg-if",
 3465 "core-foundation 0.10.0",
 3466 "libc",
 3467]
 3468
 3469[[package]]
 3470name = "core-services"
 3471version = "0.2.1"
 3472source = "registry+https://github.com/rust-lang/crates.io-index"
 3473checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3474dependencies = [
 3475 "core-foundation 0.9.4",
 3476]
 3477
 3478[[package]]
 3479name = "core-text"
 3480version = "21.0.0"
 3481source = "registry+https://github.com/rust-lang/crates.io-index"
 3482checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3483dependencies = [
 3484 "core-foundation 0.10.0",
 3485 "core-graphics 0.24.0",
 3486 "foreign-types 0.5.0",
 3487 "libc",
 3488]
 3489
 3490[[package]]
 3491name = "core-video"
 3492version = "0.4.3"
 3493source = "registry+https://github.com/rust-lang/crates.io-index"
 3494checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3495dependencies = [
 3496 "block",
 3497 "core-foundation 0.10.0",
 3498 "core-graphics2",
 3499 "io-surface",
 3500 "libc",
 3501 "metal",
 3502]
 3503
 3504[[package]]
 3505name = "core_maths"
 3506version = "0.1.1"
 3507source = "registry+https://github.com/rust-lang/crates.io-index"
 3508checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3509dependencies = [
 3510 "libm",
 3511]
 3512
 3513[[package]]
 3514name = "coreaudio-rs"
 3515version = "0.11.3"
 3516source = "registry+https://github.com/rust-lang/crates.io-index"
 3517checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3518dependencies = [
 3519 "bitflags 1.3.2",
 3520 "core-foundation-sys",
 3521 "coreaudio-sys",
 3522]
 3523
 3524[[package]]
 3525name = "coreaudio-rs"
 3526version = "0.12.1"
 3527source = "registry+https://github.com/rust-lang/crates.io-index"
 3528checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3529dependencies = [
 3530 "bitflags 1.3.2",
 3531 "core-foundation-sys",
 3532 "coreaudio-sys",
 3533]
 3534
 3535[[package]]
 3536name = "coreaudio-sys"
 3537version = "0.2.16"
 3538source = "registry+https://github.com/rust-lang/crates.io-index"
 3539checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3540dependencies = [
 3541 "bindgen 0.70.1",
 3542]
 3543
 3544[[package]]
 3545name = "cosmic-text"
 3546version = "0.14.0"
 3547source = "registry+https://github.com/rust-lang/crates.io-index"
 3548checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3549dependencies = [
 3550 "bitflags 2.9.0",
 3551 "fontdb 0.16.2",
 3552 "log",
 3553 "rangemap",
 3554 "rustc-hash 1.1.0",
 3555 "rustybuzz 0.14.1",
 3556 "self_cell",
 3557 "smol_str 0.2.2",
 3558 "swash",
 3559 "sys-locale",
 3560 "ttf-parser 0.21.1",
 3561 "unicode-bidi",
 3562 "unicode-linebreak",
 3563 "unicode-script",
 3564 "unicode-segmentation",
 3565]
 3566
 3567[[package]]
 3568name = "cpal"
 3569version = "0.15.3"
 3570source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3571dependencies = [
 3572 "alsa",
 3573 "core-foundation-sys",
 3574 "coreaudio-rs 0.11.3",
 3575 "dasp_sample",
 3576 "jni",
 3577 "js-sys",
 3578 "libc",
 3579 "mach2",
 3580 "ndk",
 3581 "ndk-context",
 3582 "oboe",
 3583 "wasm-bindgen",
 3584 "wasm-bindgen-futures",
 3585 "web-sys",
 3586 "windows 0.54.0",
 3587]
 3588
 3589[[package]]
 3590name = "cpp_demangle"
 3591version = "0.4.4"
 3592source = "registry+https://github.com/rust-lang/crates.io-index"
 3593checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3594dependencies = [
 3595 "cfg-if",
 3596]
 3597
 3598[[package]]
 3599name = "cpufeatures"
 3600version = "0.2.17"
 3601source = "registry+https://github.com/rust-lang/crates.io-index"
 3602checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3603dependencies = [
 3604 "libc",
 3605]
 3606
 3607[[package]]
 3608name = "cranelift-bforest"
 3609version = "0.116.1"
 3610source = "registry+https://github.com/rust-lang/crates.io-index"
 3611checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3612dependencies = [
 3613 "cranelift-entity",
 3614]
 3615
 3616[[package]]
 3617name = "cranelift-bitset"
 3618version = "0.116.1"
 3619source = "registry+https://github.com/rust-lang/crates.io-index"
 3620checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3621dependencies = [
 3622 "serde",
 3623 "serde_derive",
 3624]
 3625
 3626[[package]]
 3627name = "cranelift-codegen"
 3628version = "0.116.1"
 3629source = "registry+https://github.com/rust-lang/crates.io-index"
 3630checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3631dependencies = [
 3632 "bumpalo",
 3633 "cranelift-bforest",
 3634 "cranelift-bitset",
 3635 "cranelift-codegen-meta",
 3636 "cranelift-codegen-shared",
 3637 "cranelift-control",
 3638 "cranelift-entity",
 3639 "cranelift-isle",
 3640 "gimli",
 3641 "hashbrown 0.14.5",
 3642 "log",
 3643 "postcard",
 3644 "regalloc2",
 3645 "rustc-hash 2.1.1",
 3646 "serde",
 3647 "serde_derive",
 3648 "sha2",
 3649 "smallvec",
 3650 "target-lexicon 0.13.2",
 3651]
 3652
 3653[[package]]
 3654name = "cranelift-codegen-meta"
 3655version = "0.116.1"
 3656source = "registry+https://github.com/rust-lang/crates.io-index"
 3657checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3658dependencies = [
 3659 "cranelift-codegen-shared",
 3660]
 3661
 3662[[package]]
 3663name = "cranelift-codegen-shared"
 3664version = "0.116.1"
 3665source = "registry+https://github.com/rust-lang/crates.io-index"
 3666checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3667
 3668[[package]]
 3669name = "cranelift-control"
 3670version = "0.116.1"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3673dependencies = [
 3674 "arbitrary",
 3675]
 3676
 3677[[package]]
 3678name = "cranelift-entity"
 3679version = "0.116.1"
 3680source = "registry+https://github.com/rust-lang/crates.io-index"
 3681checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3682dependencies = [
 3683 "cranelift-bitset",
 3684 "serde",
 3685 "serde_derive",
 3686]
 3687
 3688[[package]]
 3689name = "cranelift-frontend"
 3690version = "0.116.1"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3693dependencies = [
 3694 "cranelift-codegen",
 3695 "log",
 3696 "smallvec",
 3697 "target-lexicon 0.13.2",
 3698]
 3699
 3700[[package]]
 3701name = "cranelift-isle"
 3702version = "0.116.1"
 3703source = "registry+https://github.com/rust-lang/crates.io-index"
 3704checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3705
 3706[[package]]
 3707name = "cranelift-native"
 3708version = "0.116.1"
 3709source = "registry+https://github.com/rust-lang/crates.io-index"
 3710checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3711dependencies = [
 3712 "cranelift-codegen",
 3713 "libc",
 3714 "target-lexicon 0.13.2",
 3715]
 3716
 3717[[package]]
 3718name = "crc"
 3719version = "3.2.1"
 3720source = "registry+https://github.com/rust-lang/crates.io-index"
 3721checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3722dependencies = [
 3723 "crc-catalog",
 3724]
 3725
 3726[[package]]
 3727name = "crc-catalog"
 3728version = "2.4.0"
 3729source = "registry+https://github.com/rust-lang/crates.io-index"
 3730checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3731
 3732[[package]]
 3733name = "crc32c"
 3734version = "0.6.8"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3737dependencies = [
 3738 "rustc_version",
 3739]
 3740
 3741[[package]]
 3742name = "crc32fast"
 3743version = "1.4.2"
 3744source = "registry+https://github.com/rust-lang/crates.io-index"
 3745checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3746dependencies = [
 3747 "cfg-if",
 3748]
 3749
 3750[[package]]
 3751name = "crc64fast-nvme"
 3752version = "1.2.0"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3755dependencies = [
 3756 "crc",
 3757]
 3758
 3759[[package]]
 3760name = "credentials_provider"
 3761version = "0.1.0"
 3762dependencies = [
 3763 "anyhow",
 3764 "futures 0.3.31",
 3765 "gpui",
 3766 "paths",
 3767 "release_channel",
 3768 "serde",
 3769 "serde_json",
 3770 "workspace-hack",
 3771]
 3772
 3773[[package]]
 3774name = "criterion"
 3775version = "0.5.1"
 3776source = "registry+https://github.com/rust-lang/crates.io-index"
 3777checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3778dependencies = [
 3779 "anes",
 3780 "cast",
 3781 "ciborium",
 3782 "clap",
 3783 "criterion-plot",
 3784 "is-terminal",
 3785 "itertools 0.10.5",
 3786 "num-traits",
 3787 "once_cell",
 3788 "oorandom",
 3789 "plotters",
 3790 "rayon",
 3791 "regex",
 3792 "serde",
 3793 "serde_derive",
 3794 "serde_json",
 3795 "tinytemplate",
 3796 "walkdir",
 3797]
 3798
 3799[[package]]
 3800name = "criterion-plot"
 3801version = "0.5.0"
 3802source = "registry+https://github.com/rust-lang/crates.io-index"
 3803checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3804dependencies = [
 3805 "cast",
 3806 "itertools 0.10.5",
 3807]
 3808
 3809[[package]]
 3810name = "crossbeam-channel"
 3811version = "0.5.15"
 3812source = "registry+https://github.com/rust-lang/crates.io-index"
 3813checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3814dependencies = [
 3815 "crossbeam-utils",
 3816]
 3817
 3818[[package]]
 3819name = "crossbeam-deque"
 3820version = "0.8.6"
 3821source = "registry+https://github.com/rust-lang/crates.io-index"
 3822checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3823dependencies = [
 3824 "crossbeam-epoch",
 3825 "crossbeam-utils",
 3826]
 3827
 3828[[package]]
 3829name = "crossbeam-epoch"
 3830version = "0.9.18"
 3831source = "registry+https://github.com/rust-lang/crates.io-index"
 3832checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3833dependencies = [
 3834 "crossbeam-utils",
 3835]
 3836
 3837[[package]]
 3838name = "crossbeam-queue"
 3839version = "0.3.12"
 3840source = "registry+https://github.com/rust-lang/crates.io-index"
 3841checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3842dependencies = [
 3843 "crossbeam-utils",
 3844]
 3845
 3846[[package]]
 3847name = "crossbeam-utils"
 3848version = "0.8.21"
 3849source = "registry+https://github.com/rust-lang/crates.io-index"
 3850checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3851
 3852[[package]]
 3853name = "crunchy"
 3854version = "0.2.3"
 3855source = "registry+https://github.com/rust-lang/crates.io-index"
 3856checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3857
 3858[[package]]
 3859name = "crypto-bigint"
 3860version = "0.4.9"
 3861source = "registry+https://github.com/rust-lang/crates.io-index"
 3862checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3863dependencies = [
 3864 "generic-array",
 3865 "rand_core 0.6.4",
 3866 "subtle",
 3867 "zeroize",
 3868]
 3869
 3870[[package]]
 3871name = "crypto-bigint"
 3872version = "0.5.5"
 3873source = "registry+https://github.com/rust-lang/crates.io-index"
 3874checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3875dependencies = [
 3876 "rand_core 0.6.4",
 3877 "subtle",
 3878]
 3879
 3880[[package]]
 3881name = "crypto-common"
 3882version = "0.1.6"
 3883source = "registry+https://github.com/rust-lang/crates.io-index"
 3884checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3885dependencies = [
 3886 "generic-array",
 3887 "rand_core 0.6.4",
 3888 "typenum",
 3889]
 3890
 3891[[package]]
 3892name = "cssparser"
 3893version = "0.35.0"
 3894source = "registry+https://github.com/rust-lang/crates.io-index"
 3895checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3896dependencies = [
 3897 "cssparser-macros",
 3898 "dtoa-short",
 3899 "itoa",
 3900 "phf",
 3901 "smallvec",
 3902]
 3903
 3904[[package]]
 3905name = "cssparser-macros"
 3906version = "0.6.1"
 3907source = "registry+https://github.com/rust-lang/crates.io-index"
 3908checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3909dependencies = [
 3910 "quote",
 3911 "syn 2.0.101",
 3912]
 3913
 3914[[package]]
 3915name = "ctor"
 3916version = "0.4.2"
 3917source = "registry+https://github.com/rust-lang/crates.io-index"
 3918checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3919dependencies = [
 3920 "ctor-proc-macro",
 3921 "dtor",
 3922]
 3923
 3924[[package]]
 3925name = "ctor-proc-macro"
 3926version = "0.0.5"
 3927source = "registry+https://github.com/rust-lang/crates.io-index"
 3928checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3929
 3930[[package]]
 3931name = "ctrlc"
 3932version = "3.4.6"
 3933source = "registry+https://github.com/rust-lang/crates.io-index"
 3934checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3935dependencies = [
 3936 "nix 0.29.0",
 3937 "windows-sys 0.59.0",
 3938]
 3939
 3940[[package]]
 3941name = "cursor-icon"
 3942version = "1.1.0"
 3943source = "registry+https://github.com/rust-lang/crates.io-index"
 3944checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3945
 3946[[package]]
 3947name = "cxx"
 3948version = "1.0.157"
 3949source = "registry+https://github.com/rust-lang/crates.io-index"
 3950checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3951dependencies = [
 3952 "cc",
 3953 "cxxbridge-cmd",
 3954 "cxxbridge-flags",
 3955 "cxxbridge-macro",
 3956 "foldhash",
 3957 "link-cplusplus",
 3958]
 3959
 3960[[package]]
 3961name = "cxx-build"
 3962version = "1.0.157"
 3963source = "registry+https://github.com/rust-lang/crates.io-index"
 3964checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3965dependencies = [
 3966 "cc",
 3967 "codespan-reporting 0.12.0",
 3968 "proc-macro2",
 3969 "quote",
 3970 "scratch",
 3971 "syn 2.0.101",
 3972]
 3973
 3974[[package]]
 3975name = "cxxbridge-cmd"
 3976version = "1.0.157"
 3977source = "registry+https://github.com/rust-lang/crates.io-index"
 3978checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3979dependencies = [
 3980 "clap",
 3981 "codespan-reporting 0.12.0",
 3982 "proc-macro2",
 3983 "quote",
 3984 "syn 2.0.101",
 3985]
 3986
 3987[[package]]
 3988name = "cxxbridge-flags"
 3989version = "1.0.157"
 3990source = "registry+https://github.com/rust-lang/crates.io-index"
 3991checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3992
 3993[[package]]
 3994name = "cxxbridge-macro"
 3995version = "1.0.157"
 3996source = "registry+https://github.com/rust-lang/crates.io-index"
 3997checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3998dependencies = [
 3999 "proc-macro2",
 4000 "quote",
 4001 "rustversion",
 4002 "syn 2.0.101",
 4003]
 4004
 4005[[package]]
 4006name = "dap"
 4007version = "0.1.0"
 4008dependencies = [
 4009 "anyhow",
 4010 "async-compression",
 4011 "async-pipe",
 4012 "async-tar",
 4013 "async-trait",
 4014 "client",
 4015 "collections",
 4016 "dap-types",
 4017 "env_logger 0.11.8",
 4018 "fs",
 4019 "futures 0.3.31",
 4020 "gpui",
 4021 "http_client",
 4022 "language",
 4023 "log",
 4024 "node_runtime",
 4025 "parking_lot",
 4026 "paths",
 4027 "proto",
 4028 "schemars",
 4029 "serde",
 4030 "serde_json",
 4031 "settings",
 4032 "smallvec",
 4033 "smol",
 4034 "task",
 4035 "telemetry",
 4036 "util",
 4037 "workspace-hack",
 4038]
 4039
 4040[[package]]
 4041name = "dap-types"
 4042version = "0.0.1"
 4043source = "git+https://github.com/zed-industries/dap-types?rev=68516de327fa1be15214133a0a2e52a12982ce75#68516de327fa1be15214133a0a2e52a12982ce75"
 4044dependencies = [
 4045 "schemars",
 4046 "serde",
 4047 "serde_json",
 4048]
 4049
 4050[[package]]
 4051name = "dap_adapters"
 4052version = "0.1.0"
 4053dependencies = [
 4054 "anyhow",
 4055 "async-trait",
 4056 "dap",
 4057 "futures 0.3.31",
 4058 "gpui",
 4059 "json_dotpath",
 4060 "language",
 4061 "paths",
 4062 "serde",
 4063 "serde_json",
 4064 "smol",
 4065 "task",
 4066 "util",
 4067 "workspace-hack",
 4068]
 4069
 4070[[package]]
 4071name = "darling"
 4072version = "0.20.11"
 4073source = "registry+https://github.com/rust-lang/crates.io-index"
 4074checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4075dependencies = [
 4076 "darling_core",
 4077 "darling_macro",
 4078]
 4079
 4080[[package]]
 4081name = "darling_core"
 4082version = "0.20.11"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4085dependencies = [
 4086 "fnv",
 4087 "ident_case",
 4088 "proc-macro2",
 4089 "quote",
 4090 "strsim",
 4091 "syn 2.0.101",
 4092]
 4093
 4094[[package]]
 4095name = "darling_macro"
 4096version = "0.20.11"
 4097source = "registry+https://github.com/rust-lang/crates.io-index"
 4098checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4099dependencies = [
 4100 "darling_core",
 4101 "quote",
 4102 "syn 2.0.101",
 4103]
 4104
 4105[[package]]
 4106name = "dashmap"
 4107version = "5.5.3"
 4108source = "registry+https://github.com/rust-lang/crates.io-index"
 4109checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4110dependencies = [
 4111 "cfg-if",
 4112 "hashbrown 0.14.5",
 4113 "lock_api",
 4114 "once_cell",
 4115 "parking_lot_core",
 4116]
 4117
 4118[[package]]
 4119name = "dashmap"
 4120version = "6.1.0"
 4121source = "registry+https://github.com/rust-lang/crates.io-index"
 4122checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4123dependencies = [
 4124 "cfg-if",
 4125 "crossbeam-utils",
 4126 "hashbrown 0.14.5",
 4127 "lock_api",
 4128 "once_cell",
 4129 "parking_lot_core",
 4130]
 4131
 4132[[package]]
 4133name = "dasp_sample"
 4134version = "0.11.0"
 4135source = "registry+https://github.com/rust-lang/crates.io-index"
 4136checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4137
 4138[[package]]
 4139name = "data-encoding"
 4140version = "2.9.0"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4143
 4144[[package]]
 4145name = "data-url"
 4146version = "0.3.1"
 4147source = "registry+https://github.com/rust-lang/crates.io-index"
 4148checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4149
 4150[[package]]
 4151name = "db"
 4152version = "0.1.0"
 4153dependencies = [
 4154 "anyhow",
 4155 "gpui",
 4156 "indoc",
 4157 "log",
 4158 "paths",
 4159 "release_channel",
 4160 "smol",
 4161 "sqlez",
 4162 "sqlez_macros",
 4163 "tempfile",
 4164 "util",
 4165 "workspace-hack",
 4166]
 4167
 4168[[package]]
 4169name = "dbus"
 4170version = "0.9.7"
 4171source = "registry+https://github.com/rust-lang/crates.io-index"
 4172checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4173dependencies = [
 4174 "libc",
 4175 "libdbus-sys",
 4176 "winapi",
 4177]
 4178
 4179[[package]]
 4180name = "debug_adapter_extension"
 4181version = "0.1.0"
 4182dependencies = [
 4183 "anyhow",
 4184 "async-trait",
 4185 "dap",
 4186 "extension",
 4187 "gpui",
 4188 "serde_json",
 4189 "task",
 4190 "workspace-hack",
 4191]
 4192
 4193[[package]]
 4194name = "debugger_tools"
 4195version = "0.1.0"
 4196dependencies = [
 4197 "anyhow",
 4198 "dap",
 4199 "editor",
 4200 "futures 0.3.31",
 4201 "gpui",
 4202 "project",
 4203 "serde_json",
 4204 "settings",
 4205 "smol",
 4206 "util",
 4207 "workspace",
 4208 "workspace-hack",
 4209]
 4210
 4211[[package]]
 4212name = "debugger_ui"
 4213version = "0.1.0"
 4214dependencies = [
 4215 "anyhow",
 4216 "client",
 4217 "collections",
 4218 "command_palette_hooks",
 4219 "dap",
 4220 "dap_adapters",
 4221 "db",
 4222 "debugger_tools",
 4223 "editor",
 4224 "env_logger 0.11.8",
 4225 "feature_flags",
 4226 "file_icons",
 4227 "futures 0.3.31",
 4228 "fuzzy",
 4229 "gpui",
 4230 "language",
 4231 "log",
 4232 "menu",
 4233 "parking_lot",
 4234 "paths",
 4235 "picker",
 4236 "pretty_assertions",
 4237 "project",
 4238 "rpc",
 4239 "serde",
 4240 "serde_json",
 4241 "settings",
 4242 "shlex",
 4243 "sysinfo",
 4244 "task",
 4245 "tasks_ui",
 4246 "terminal_view",
 4247 "theme",
 4248 "ui",
 4249 "unindent",
 4250 "util",
 4251 "workspace",
 4252 "workspace-hack",
 4253]
 4254
 4255[[package]]
 4256name = "deepseek"
 4257version = "0.1.0"
 4258dependencies = [
 4259 "anyhow",
 4260 "futures 0.3.31",
 4261 "http_client",
 4262 "schemars",
 4263 "serde",
 4264 "serde_json",
 4265 "workspace-hack",
 4266]
 4267
 4268[[package]]
 4269name = "deflate64"
 4270version = "0.1.9"
 4271source = "registry+https://github.com/rust-lang/crates.io-index"
 4272checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4273
 4274[[package]]
 4275name = "der"
 4276version = "0.6.1"
 4277source = "registry+https://github.com/rust-lang/crates.io-index"
 4278checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4279dependencies = [
 4280 "const-oid",
 4281 "zeroize",
 4282]
 4283
 4284[[package]]
 4285name = "der"
 4286version = "0.7.10"
 4287source = "registry+https://github.com/rust-lang/crates.io-index"
 4288checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4289dependencies = [
 4290 "const-oid",
 4291 "pem-rfc7468",
 4292 "zeroize",
 4293]
 4294
 4295[[package]]
 4296name = "deranged"
 4297version = "0.4.0"
 4298source = "registry+https://github.com/rust-lang/crates.io-index"
 4299checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4300dependencies = [
 4301 "powerfmt",
 4302 "serde",
 4303]
 4304
 4305[[package]]
 4306name = "derive_builder"
 4307version = "0.20.2"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4310dependencies = [
 4311 "derive_builder_macro",
 4312]
 4313
 4314[[package]]
 4315name = "derive_builder_core"
 4316version = "0.20.2"
 4317source = "registry+https://github.com/rust-lang/crates.io-index"
 4318checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4319dependencies = [
 4320 "darling",
 4321 "proc-macro2",
 4322 "quote",
 4323 "syn 2.0.101",
 4324]
 4325
 4326[[package]]
 4327name = "derive_builder_macro"
 4328version = "0.20.2"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4331dependencies = [
 4332 "derive_builder_core",
 4333 "syn 2.0.101",
 4334]
 4335
 4336[[package]]
 4337name = "derive_more"
 4338version = "0.99.19"
 4339source = "registry+https://github.com/rust-lang/crates.io-index"
 4340checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4341dependencies = [
 4342 "convert_case 0.4.0",
 4343 "proc-macro2",
 4344 "quote",
 4345 "rustc_version",
 4346 "syn 2.0.101",
 4347]
 4348
 4349[[package]]
 4350name = "derive_refineable"
 4351version = "0.1.0"
 4352dependencies = [
 4353 "proc-macro2",
 4354 "quote",
 4355 "syn 2.0.101",
 4356 "workspace-hack",
 4357]
 4358
 4359[[package]]
 4360name = "diagnostics"
 4361version = "0.1.0"
 4362dependencies = [
 4363 "anyhow",
 4364 "client",
 4365 "collections",
 4366 "component",
 4367 "ctor",
 4368 "editor",
 4369 "env_logger 0.11.8",
 4370 "futures 0.3.31",
 4371 "gpui",
 4372 "indoc",
 4373 "language",
 4374 "log",
 4375 "lsp",
 4376 "markdown",
 4377 "pretty_assertions",
 4378 "project",
 4379 "rand 0.8.5",
 4380 "serde",
 4381 "serde_json",
 4382 "settings",
 4383 "text",
 4384 "theme",
 4385 "ui",
 4386 "unindent",
 4387 "util",
 4388 "workspace",
 4389 "workspace-hack",
 4390]
 4391
 4392[[package]]
 4393name = "dialoguer"
 4394version = "0.11.0"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4397dependencies = [
 4398 "console",
 4399 "fuzzy-matcher",
 4400 "shell-words",
 4401 "tempfile",
 4402 "thiserror 1.0.69",
 4403 "zeroize",
 4404]
 4405
 4406[[package]]
 4407name = "diff"
 4408version = "0.1.13"
 4409source = "registry+https://github.com/rust-lang/crates.io-index"
 4410checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4411
 4412[[package]]
 4413name = "diffy"
 4414version = "0.4.2"
 4415source = "registry+https://github.com/rust-lang/crates.io-index"
 4416checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4417dependencies = [
 4418 "nu-ansi-term 0.50.1",
 4419]
 4420
 4421[[package]]
 4422name = "digest"
 4423version = "0.10.7"
 4424source = "registry+https://github.com/rust-lang/crates.io-index"
 4425checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4426dependencies = [
 4427 "block-buffer",
 4428 "const-oid",
 4429 "crypto-common",
 4430 "subtle",
 4431]
 4432
 4433[[package]]
 4434name = "dirs"
 4435version = "4.0.0"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4438dependencies = [
 4439 "dirs-sys 0.3.7",
 4440]
 4441
 4442[[package]]
 4443name = "dirs"
 4444version = "5.0.1"
 4445source = "registry+https://github.com/rust-lang/crates.io-index"
 4446checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4447dependencies = [
 4448 "dirs-sys 0.4.1",
 4449]
 4450
 4451[[package]]
 4452name = "dirs"
 4453version = "6.0.0"
 4454source = "registry+https://github.com/rust-lang/crates.io-index"
 4455checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4456dependencies = [
 4457 "dirs-sys 0.5.0",
 4458]
 4459
 4460[[package]]
 4461name = "dirs-sys"
 4462version = "0.3.7"
 4463source = "registry+https://github.com/rust-lang/crates.io-index"
 4464checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4465dependencies = [
 4466 "libc",
 4467 "redox_users 0.4.6",
 4468 "winapi",
 4469]
 4470
 4471[[package]]
 4472name = "dirs-sys"
 4473version = "0.4.1"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4476dependencies = [
 4477 "libc",
 4478 "option-ext",
 4479 "redox_users 0.4.6",
 4480 "windows-sys 0.48.0",
 4481]
 4482
 4483[[package]]
 4484name = "dirs-sys"
 4485version = "0.5.0"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4488dependencies = [
 4489 "libc",
 4490 "option-ext",
 4491 "redox_users 0.5.0",
 4492 "windows-sys 0.59.0",
 4493]
 4494
 4495[[package]]
 4496name = "dispatch"
 4497version = "0.2.0"
 4498source = "registry+https://github.com/rust-lang/crates.io-index"
 4499checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4500
 4501[[package]]
 4502name = "dispatch2"
 4503version = "0.3.0"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4506dependencies = [
 4507 "bitflags 2.9.0",
 4508 "objc2",
 4509]
 4510
 4511[[package]]
 4512name = "displaydoc"
 4513version = "0.2.5"
 4514source = "registry+https://github.com/rust-lang/crates.io-index"
 4515checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4516dependencies = [
 4517 "proc-macro2",
 4518 "quote",
 4519 "syn 2.0.101",
 4520]
 4521
 4522[[package]]
 4523name = "dlib"
 4524version = "0.5.2"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4527dependencies = [
 4528 "libloading",
 4529]
 4530
 4531[[package]]
 4532name = "docs_preprocessor"
 4533version = "0.1.0"
 4534dependencies = [
 4535 "anyhow",
 4536 "clap",
 4537 "mdbook",
 4538 "regex",
 4539 "serde",
 4540 "serde_json",
 4541 "settings",
 4542 "util",
 4543 "workspace-hack",
 4544]
 4545
 4546[[package]]
 4547name = "documented"
 4548version = "0.9.1"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4551dependencies = [
 4552 "documented-macros",
 4553 "phf",
 4554 "thiserror 1.0.69",
 4555]
 4556
 4557[[package]]
 4558name = "documented-macros"
 4559version = "0.9.1"
 4560source = "registry+https://github.com/rust-lang/crates.io-index"
 4561checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4562dependencies = [
 4563 "convert_case 0.6.0",
 4564 "itertools 0.13.0",
 4565 "optfield",
 4566 "proc-macro2",
 4567 "quote",
 4568 "strum 0.26.3",
 4569 "syn 2.0.101",
 4570]
 4571
 4572[[package]]
 4573name = "dotenv"
 4574version = "0.15.0"
 4575source = "registry+https://github.com/rust-lang/crates.io-index"
 4576checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4577
 4578[[package]]
 4579name = "dotenvy"
 4580version = "0.15.7"
 4581source = "registry+https://github.com/rust-lang/crates.io-index"
 4582checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4583
 4584[[package]]
 4585name = "downcast-rs"
 4586version = "1.2.1"
 4587source = "registry+https://github.com/rust-lang/crates.io-index"
 4588checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4589
 4590[[package]]
 4591name = "doxygen-rs"
 4592version = "0.4.2"
 4593source = "registry+https://github.com/rust-lang/crates.io-index"
 4594checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4595dependencies = [
 4596 "phf",
 4597]
 4598
 4599[[package]]
 4600name = "dtoa"
 4601version = "1.0.10"
 4602source = "registry+https://github.com/rust-lang/crates.io-index"
 4603checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4604
 4605[[package]]
 4606name = "dtoa-short"
 4607version = "0.3.5"
 4608source = "registry+https://github.com/rust-lang/crates.io-index"
 4609checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4610dependencies = [
 4611 "dtoa",
 4612]
 4613
 4614[[package]]
 4615name = "dtor"
 4616version = "0.0.6"
 4617source = "registry+https://github.com/rust-lang/crates.io-index"
 4618checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4619dependencies = [
 4620 "dtor-proc-macro",
 4621]
 4622
 4623[[package]]
 4624name = "dtor-proc-macro"
 4625version = "0.0.5"
 4626source = "registry+https://github.com/rust-lang/crates.io-index"
 4627checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4628
 4629[[package]]
 4630name = "dunce"
 4631version = "1.0.5"
 4632source = "registry+https://github.com/rust-lang/crates.io-index"
 4633checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4634
 4635[[package]]
 4636name = "dwrote"
 4637version = "0.11.3"
 4638source = "registry+https://github.com/rust-lang/crates.io-index"
 4639checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4640dependencies = [
 4641 "lazy_static",
 4642 "libc",
 4643 "winapi",
 4644 "wio",
 4645]
 4646
 4647[[package]]
 4648name = "dyn-clone"
 4649version = "1.0.19"
 4650source = "registry+https://github.com/rust-lang/crates.io-index"
 4651checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4652
 4653[[package]]
 4654name = "ec4rs"
 4655version = "1.2.0"
 4656source = "registry+https://github.com/rust-lang/crates.io-index"
 4657checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4658
 4659[[package]]
 4660name = "ecdsa"
 4661version = "0.14.8"
 4662source = "registry+https://github.com/rust-lang/crates.io-index"
 4663checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4664dependencies = [
 4665 "der 0.6.1",
 4666 "elliptic-curve",
 4667 "rfc6979",
 4668 "signature 1.6.4",
 4669]
 4670
 4671[[package]]
 4672name = "editor"
 4673version = "0.1.0"
 4674dependencies = [
 4675 "aho-corasick",
 4676 "anyhow",
 4677 "assets",
 4678 "buffer_diff",
 4679 "client",
 4680 "clock",
 4681 "collections",
 4682 "command_palette_hooks",
 4683 "convert_case 0.8.0",
 4684 "ctor",
 4685 "dap",
 4686 "db",
 4687 "emojis",
 4688 "env_logger 0.11.8",
 4689 "feature_flags",
 4690 "file_icons",
 4691 "fs",
 4692 "futures 0.3.31",
 4693 "fuzzy",
 4694 "git",
 4695 "gpui",
 4696 "http_client",
 4697 "indoc",
 4698 "inline_completion",
 4699 "itertools 0.14.0",
 4700 "language",
 4701 "languages",
 4702 "linkify",
 4703 "log",
 4704 "lsp",
 4705 "markdown",
 4706 "menu",
 4707 "multi_buffer",
 4708 "ordered-float 2.10.1",
 4709 "parking_lot",
 4710 "pretty_assertions",
 4711 "project",
 4712 "rand 0.8.5",
 4713 "release_channel",
 4714 "rpc",
 4715 "schemars",
 4716 "serde",
 4717 "serde_json",
 4718 "settings",
 4719 "smallvec",
 4720 "smol",
 4721 "snippet",
 4722 "sum_tree",
 4723 "task",
 4724 "telemetry",
 4725 "tempfile",
 4726 "text",
 4727 "theme",
 4728 "time",
 4729 "tree-sitter-html",
 4730 "tree-sitter-python",
 4731 "tree-sitter-rust",
 4732 "tree-sitter-typescript",
 4733 "ui",
 4734 "unicode-script",
 4735 "unicode-segmentation",
 4736 "unindent",
 4737 "url",
 4738 "util",
 4739 "uuid",
 4740 "workspace",
 4741 "workspace-hack",
 4742 "zed_actions",
 4743]
 4744
 4745[[package]]
 4746name = "either"
 4747version = "1.15.0"
 4748source = "registry+https://github.com/rust-lang/crates.io-index"
 4749checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4750dependencies = [
 4751 "serde",
 4752]
 4753
 4754[[package]]
 4755name = "elasticlunr-rs"
 4756version = "3.0.2"
 4757source = "registry+https://github.com/rust-lang/crates.io-index"
 4758checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4759dependencies = [
 4760 "regex",
 4761 "serde",
 4762 "serde_derive",
 4763 "serde_json",
 4764]
 4765
 4766[[package]]
 4767name = "elliptic-curve"
 4768version = "0.12.3"
 4769source = "registry+https://github.com/rust-lang/crates.io-index"
 4770checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4771dependencies = [
 4772 "base16ct",
 4773 "crypto-bigint 0.4.9",
 4774 "der 0.6.1",
 4775 "digest",
 4776 "ff",
 4777 "generic-array",
 4778 "group",
 4779 "pkcs8 0.9.0",
 4780 "rand_core 0.6.4",
 4781 "sec1",
 4782 "subtle",
 4783 "zeroize",
 4784]
 4785
 4786[[package]]
 4787name = "email_address"
 4788version = "0.2.9"
 4789source = "registry+https://github.com/rust-lang/crates.io-index"
 4790checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4791dependencies = [
 4792 "serde",
 4793]
 4794
 4795[[package]]
 4796name = "embed-resource"
 4797version = "3.0.2"
 4798source = "registry+https://github.com/rust-lang/crates.io-index"
 4799checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4800dependencies = [
 4801 "cc",
 4802 "memchr",
 4803 "rustc_version",
 4804 "toml 0.8.20",
 4805 "vswhom",
 4806 "winreg 0.52.0",
 4807]
 4808
 4809[[package]]
 4810name = "embedded-io"
 4811version = "0.4.0"
 4812source = "registry+https://github.com/rust-lang/crates.io-index"
 4813checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4814
 4815[[package]]
 4816name = "embedded-io"
 4817version = "0.6.1"
 4818source = "registry+https://github.com/rust-lang/crates.io-index"
 4819checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4820
 4821[[package]]
 4822name = "emojis"
 4823version = "0.6.4"
 4824source = "registry+https://github.com/rust-lang/crates.io-index"
 4825checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4826dependencies = [
 4827 "phf",
 4828]
 4829
 4830[[package]]
 4831name = "encode_unicode"
 4832version = "1.0.0"
 4833source = "registry+https://github.com/rust-lang/crates.io-index"
 4834checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4835
 4836[[package]]
 4837name = "encoding_rs"
 4838version = "0.8.35"
 4839source = "registry+https://github.com/rust-lang/crates.io-index"
 4840checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4841dependencies = [
 4842 "cfg-if",
 4843]
 4844
 4845[[package]]
 4846name = "endi"
 4847version = "1.1.0"
 4848source = "registry+https://github.com/rust-lang/crates.io-index"
 4849checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4850
 4851[[package]]
 4852name = "enumflags2"
 4853version = "0.7.11"
 4854source = "registry+https://github.com/rust-lang/crates.io-index"
 4855checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4856dependencies = [
 4857 "enumflags2_derive",
 4858 "serde",
 4859]
 4860
 4861[[package]]
 4862name = "enumflags2_derive"
 4863version = "0.7.11"
 4864source = "registry+https://github.com/rust-lang/crates.io-index"
 4865checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4866dependencies = [
 4867 "proc-macro2",
 4868 "quote",
 4869 "syn 2.0.101",
 4870]
 4871
 4872[[package]]
 4873name = "env_filter"
 4874version = "0.1.3"
 4875source = "registry+https://github.com/rust-lang/crates.io-index"
 4876checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4877dependencies = [
 4878 "log",
 4879 "regex",
 4880]
 4881
 4882[[package]]
 4883name = "env_logger"
 4884version = "0.10.2"
 4885source = "registry+https://github.com/rust-lang/crates.io-index"
 4886checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4887dependencies = [
 4888 "humantime",
 4889 "is-terminal",
 4890 "log",
 4891 "regex",
 4892 "termcolor",
 4893]
 4894
 4895[[package]]
 4896name = "env_logger"
 4897version = "0.11.8"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4900dependencies = [
 4901 "anstream",
 4902 "anstyle",
 4903 "env_filter",
 4904 "jiff",
 4905 "log",
 4906]
 4907
 4908[[package]]
 4909name = "envy"
 4910version = "0.4.2"
 4911source = "registry+https://github.com/rust-lang/crates.io-index"
 4912checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4913dependencies = [
 4914 "serde",
 4915]
 4916
 4917[[package]]
 4918name = "equivalent"
 4919version = "1.0.2"
 4920source = "registry+https://github.com/rust-lang/crates.io-index"
 4921checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4922
 4923[[package]]
 4924name = "erased-serde"
 4925version = "0.4.6"
 4926source = "registry+https://github.com/rust-lang/crates.io-index"
 4927checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4928dependencies = [
 4929 "serde",
 4930 "typeid",
 4931]
 4932
 4933[[package]]
 4934name = "errno"
 4935version = "0.2.8"
 4936source = "registry+https://github.com/rust-lang/crates.io-index"
 4937checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4938dependencies = [
 4939 "errno-dragonfly",
 4940 "libc",
 4941 "winapi",
 4942]
 4943
 4944[[package]]
 4945name = "errno"
 4946version = "0.3.11"
 4947source = "registry+https://github.com/rust-lang/crates.io-index"
 4948checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4949dependencies = [
 4950 "libc",
 4951 "windows-sys 0.59.0",
 4952]
 4953
 4954[[package]]
 4955name = "errno-dragonfly"
 4956version = "0.1.2"
 4957source = "registry+https://github.com/rust-lang/crates.io-index"
 4958checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4959dependencies = [
 4960 "cc",
 4961 "libc",
 4962]
 4963
 4964[[package]]
 4965name = "etagere"
 4966version = "0.2.15"
 4967source = "registry+https://github.com/rust-lang/crates.io-index"
 4968checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4969dependencies = [
 4970 "euclid",
 4971 "svg_fmt",
 4972]
 4973
 4974[[package]]
 4975name = "etcetera"
 4976version = "0.8.0"
 4977source = "registry+https://github.com/rust-lang/crates.io-index"
 4978checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4979dependencies = [
 4980 "cfg-if",
 4981 "home",
 4982 "windows-sys 0.48.0",
 4983]
 4984
 4985[[package]]
 4986name = "euclid"
 4987version = "0.22.11"
 4988source = "registry+https://github.com/rust-lang/crates.io-index"
 4989checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4990dependencies = [
 4991 "num-traits",
 4992]
 4993
 4994[[package]]
 4995name = "eval"
 4996version = "0.1.0"
 4997dependencies = [
 4998 "agent",
 4999 "anyhow",
 5000 "assistant_settings",
 5001 "assistant_tool",
 5002 "assistant_tools",
 5003 "async-trait",
 5004 "async-watch",
 5005 "buffer_diff",
 5006 "chrono",
 5007 "clap",
 5008 "client",
 5009 "collections",
 5010 "debug_adapter_extension",
 5011 "dirs 4.0.0",
 5012 "dotenv",
 5013 "env_logger 0.11.8",
 5014 "extension",
 5015 "fs",
 5016 "futures 0.3.31",
 5017 "gpui",
 5018 "gpui_tokio",
 5019 "handlebars 4.5.0",
 5020 "language",
 5021 "language_extension",
 5022 "language_model",
 5023 "language_models",
 5024 "languages",
 5025 "markdown",
 5026 "node_runtime",
 5027 "pathdiff",
 5028 "paths",
 5029 "pretty_assertions",
 5030 "project",
 5031 "prompt_store",
 5032 "regex",
 5033 "release_channel",
 5034 "reqwest_client",
 5035 "serde",
 5036 "serde_json",
 5037 "settings",
 5038 "shellexpand 2.1.2",
 5039 "smol",
 5040 "telemetry",
 5041 "terminal_view",
 5042 "toml 0.8.20",
 5043 "unindent",
 5044 "util",
 5045 "uuid",
 5046 "workspace-hack",
 5047]
 5048
 5049[[package]]
 5050name = "event-listener"
 5051version = "2.5.3"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5054
 5055[[package]]
 5056name = "event-listener"
 5057version = "5.4.0"
 5058source = "registry+https://github.com/rust-lang/crates.io-index"
 5059checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5060dependencies = [
 5061 "concurrent-queue",
 5062 "parking",
 5063 "pin-project-lite",
 5064]
 5065
 5066[[package]]
 5067name = "event-listener-strategy"
 5068version = "0.5.4"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5071dependencies = [
 5072 "event-listener 5.4.0",
 5073 "pin-project-lite",
 5074]
 5075
 5076[[package]]
 5077name = "exec"
 5078version = "0.3.1"
 5079source = "registry+https://github.com/rust-lang/crates.io-index"
 5080checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5081dependencies = [
 5082 "errno 0.2.8",
 5083 "libc",
 5084]
 5085
 5086[[package]]
 5087name = "exr"
 5088version = "1.73.0"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5091dependencies = [
 5092 "bit_field",
 5093 "half",
 5094 "lebe",
 5095 "miniz_oxide",
 5096 "rayon-core",
 5097 "smallvec",
 5098 "zune-inflate",
 5099]
 5100
 5101[[package]]
 5102name = "extension"
 5103version = "0.1.0"
 5104dependencies = [
 5105 "anyhow",
 5106 "async-compression",
 5107 "async-tar",
 5108 "async-trait",
 5109 "collections",
 5110 "dap",
 5111 "fs",
 5112 "futures 0.3.31",
 5113 "gpui",
 5114 "heck 0.5.0",
 5115 "http_client",
 5116 "language",
 5117 "log",
 5118 "lsp",
 5119 "parking_lot",
 5120 "semantic_version",
 5121 "serde",
 5122 "serde_json",
 5123 "task",
 5124 "toml 0.8.20",
 5125 "util",
 5126 "wasi-preview1-component-adapter-provider",
 5127 "wasm-encoder 0.221.3",
 5128 "wasmparser 0.221.3",
 5129 "wit-component 0.221.3",
 5130 "workspace-hack",
 5131]
 5132
 5133[[package]]
 5134name = "extension_cli"
 5135version = "0.1.0"
 5136dependencies = [
 5137 "anyhow",
 5138 "clap",
 5139 "env_logger 0.11.8",
 5140 "extension",
 5141 "fs",
 5142 "gpui",
 5143 "language",
 5144 "log",
 5145 "reqwest_client",
 5146 "rpc",
 5147 "serde",
 5148 "serde_json",
 5149 "theme",
 5150 "tokio",
 5151 "toml 0.8.20",
 5152 "tree-sitter",
 5153 "wasmtime",
 5154 "workspace-hack",
 5155]
 5156
 5157[[package]]
 5158name = "extension_host"
 5159version = "0.1.0"
 5160dependencies = [
 5161 "anyhow",
 5162 "async-compression",
 5163 "async-tar",
 5164 "async-trait",
 5165 "client",
 5166 "collections",
 5167 "criterion",
 5168 "ctor",
 5169 "dap",
 5170 "env_logger 0.11.8",
 5171 "extension",
 5172 "fs",
 5173 "futures 0.3.31",
 5174 "gpui",
 5175 "http_client",
 5176 "language",
 5177 "language_extension",
 5178 "log",
 5179 "lsp",
 5180 "moka",
 5181 "node_runtime",
 5182 "parking_lot",
 5183 "paths",
 5184 "project",
 5185 "rand 0.8.5",
 5186 "release_channel",
 5187 "remote",
 5188 "reqwest_client",
 5189 "schemars",
 5190 "semantic_version",
 5191 "serde",
 5192 "serde_json",
 5193 "serde_json_lenient",
 5194 "settings",
 5195 "task",
 5196 "telemetry",
 5197 "tempfile",
 5198 "theme",
 5199 "theme_extension",
 5200 "toml 0.8.20",
 5201 "url",
 5202 "util",
 5203 "wasmparser 0.221.3",
 5204 "wasmtime",
 5205 "wasmtime-wasi",
 5206 "workspace-hack",
 5207]
 5208
 5209[[package]]
 5210name = "extensions_ui"
 5211version = "0.1.0"
 5212dependencies = [
 5213 "anyhow",
 5214 "client",
 5215 "collections",
 5216 "db",
 5217 "editor",
 5218 "extension",
 5219 "extension_host",
 5220 "fs",
 5221 "fuzzy",
 5222 "gpui",
 5223 "language",
 5224 "log",
 5225 "num-format",
 5226 "picker",
 5227 "project",
 5228 "release_channel",
 5229 "semantic_version",
 5230 "serde",
 5231 "settings",
 5232 "smallvec",
 5233 "strum 0.27.1",
 5234 "telemetry",
 5235 "theme",
 5236 "ui",
 5237 "util",
 5238 "vim_mode_setting",
 5239 "workspace",
 5240 "workspace-hack",
 5241 "zed_actions",
 5242]
 5243
 5244[[package]]
 5245name = "fallible-iterator"
 5246version = "0.3.0"
 5247source = "registry+https://github.com/rust-lang/crates.io-index"
 5248checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5249
 5250[[package]]
 5251name = "fancy-regex"
 5252version = "0.13.0"
 5253source = "registry+https://github.com/rust-lang/crates.io-index"
 5254checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5255dependencies = [
 5256 "bit-set 0.5.3",
 5257 "regex-automata 0.4.9",
 5258 "regex-syntax 0.8.5",
 5259]
 5260
 5261[[package]]
 5262name = "fancy-regex"
 5263version = "0.14.0"
 5264source = "registry+https://github.com/rust-lang/crates.io-index"
 5265checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5266dependencies = [
 5267 "bit-set 0.8.0",
 5268 "regex-automata 0.4.9",
 5269 "regex-syntax 0.8.5",
 5270]
 5271
 5272[[package]]
 5273name = "fast-srgb8"
 5274version = "1.0.0"
 5275source = "registry+https://github.com/rust-lang/crates.io-index"
 5276checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5277
 5278[[package]]
 5279name = "faster-hex"
 5280version = "0.9.0"
 5281source = "registry+https://github.com/rust-lang/crates.io-index"
 5282checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5283dependencies = [
 5284 "serde",
 5285]
 5286
 5287[[package]]
 5288name = "faster-hex"
 5289version = "0.10.0"
 5290source = "registry+https://github.com/rust-lang/crates.io-index"
 5291checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5292dependencies = [
 5293 "heapless",
 5294 "serde",
 5295]
 5296
 5297[[package]]
 5298name = "fastrand"
 5299version = "1.9.0"
 5300source = "registry+https://github.com/rust-lang/crates.io-index"
 5301checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5302dependencies = [
 5303 "instant",
 5304]
 5305
 5306[[package]]
 5307name = "fastrand"
 5308version = "2.3.0"
 5309source = "registry+https://github.com/rust-lang/crates.io-index"
 5310checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5311
 5312[[package]]
 5313name = "fd-lock"
 5314version = "4.0.4"
 5315source = "registry+https://github.com/rust-lang/crates.io-index"
 5316checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5317dependencies = [
 5318 "cfg-if",
 5319 "rustix 1.0.7",
 5320 "windows-sys 0.59.0",
 5321]
 5322
 5323[[package]]
 5324name = "fdeflate"
 5325version = "0.3.7"
 5326source = "registry+https://github.com/rust-lang/crates.io-index"
 5327checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5328dependencies = [
 5329 "simd-adler32",
 5330]
 5331
 5332[[package]]
 5333name = "feature_flags"
 5334version = "0.1.0"
 5335dependencies = [
 5336 "futures 0.3.31",
 5337 "gpui",
 5338 "smol",
 5339 "workspace-hack",
 5340]
 5341
 5342[[package]]
 5343name = "feedback"
 5344version = "0.1.0"
 5345dependencies = [
 5346 "client",
 5347 "editor",
 5348 "gpui",
 5349 "human_bytes",
 5350 "menu",
 5351 "release_channel",
 5352 "serde",
 5353 "sysinfo",
 5354 "ui",
 5355 "urlencoding",
 5356 "util",
 5357 "workspace",
 5358 "workspace-hack",
 5359 "zed_actions",
 5360]
 5361
 5362[[package]]
 5363name = "ff"
 5364version = "0.12.1"
 5365source = "registry+https://github.com/rust-lang/crates.io-index"
 5366checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5367dependencies = [
 5368 "rand_core 0.6.4",
 5369 "subtle",
 5370]
 5371
 5372[[package]]
 5373name = "file_finder"
 5374version = "0.1.0"
 5375dependencies = [
 5376 "anyhow",
 5377 "collections",
 5378 "ctor",
 5379 "editor",
 5380 "env_logger 0.11.8",
 5381 "file_icons",
 5382 "futures 0.3.31",
 5383 "fuzzy",
 5384 "gpui",
 5385 "language",
 5386 "menu",
 5387 "picker",
 5388 "project",
 5389 "schemars",
 5390 "serde",
 5391 "serde_derive",
 5392 "serde_json",
 5393 "settings",
 5394 "text",
 5395 "theme",
 5396 "ui",
 5397 "util",
 5398 "workspace",
 5399 "workspace-hack",
 5400]
 5401
 5402[[package]]
 5403name = "file_icons"
 5404version = "0.1.0"
 5405dependencies = [
 5406 "gpui",
 5407 "serde",
 5408 "settings",
 5409 "theme",
 5410 "util",
 5411 "workspace-hack",
 5412]
 5413
 5414[[package]]
 5415name = "filedescriptor"
 5416version = "0.8.3"
 5417source = "registry+https://github.com/rust-lang/crates.io-index"
 5418checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5419dependencies = [
 5420 "libc",
 5421 "thiserror 1.0.69",
 5422 "winapi",
 5423]
 5424
 5425[[package]]
 5426name = "filetime"
 5427version = "0.2.25"
 5428source = "registry+https://github.com/rust-lang/crates.io-index"
 5429checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5430dependencies = [
 5431 "cfg-if",
 5432 "libc",
 5433 "libredox",
 5434 "windows-sys 0.59.0",
 5435]
 5436
 5437[[package]]
 5438name = "fixedbitset"
 5439version = "0.4.2"
 5440source = "registry+https://github.com/rust-lang/crates.io-index"
 5441checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5442
 5443[[package]]
 5444name = "flate2"
 5445version = "1.1.1"
 5446source = "registry+https://github.com/rust-lang/crates.io-index"
 5447checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5448dependencies = [
 5449 "crc32fast",
 5450 "libz-rs-sys",
 5451 "miniz_oxide",
 5452]
 5453
 5454[[package]]
 5455name = "float-cmp"
 5456version = "0.9.0"
 5457source = "registry+https://github.com/rust-lang/crates.io-index"
 5458checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5459
 5460[[package]]
 5461name = "float-ord"
 5462version = "0.3.2"
 5463source = "registry+https://github.com/rust-lang/crates.io-index"
 5464checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5465
 5466[[package]]
 5467name = "float_next_after"
 5468version = "1.0.0"
 5469source = "registry+https://github.com/rust-lang/crates.io-index"
 5470checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5471
 5472[[package]]
 5473name = "fluent-uri"
 5474version = "0.3.2"
 5475source = "registry+https://github.com/rust-lang/crates.io-index"
 5476checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5477dependencies = [
 5478 "borrow-or-share",
 5479 "ref-cast",
 5480 "serde",
 5481]
 5482
 5483[[package]]
 5484name = "flume"
 5485version = "0.11.1"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5488dependencies = [
 5489 "futures-core",
 5490 "futures-sink",
 5491 "nanorand",
 5492 "spin",
 5493]
 5494
 5495[[package]]
 5496name = "fnv"
 5497version = "1.0.7"
 5498source = "registry+https://github.com/rust-lang/crates.io-index"
 5499checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5500
 5501[[package]]
 5502name = "foldhash"
 5503version = "0.1.5"
 5504source = "registry+https://github.com/rust-lang/crates.io-index"
 5505checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5506
 5507[[package]]
 5508name = "font-kit"
 5509version = "0.14.1"
 5510source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5511dependencies = [
 5512 "bitflags 2.9.0",
 5513 "byteorder",
 5514 "core-foundation 0.10.0",
 5515 "core-graphics 0.24.0",
 5516 "core-text",
 5517 "dirs 5.0.1",
 5518 "dwrote",
 5519 "float-ord",
 5520 "freetype-sys",
 5521 "lazy_static",
 5522 "libc",
 5523 "log",
 5524 "pathfinder_geometry",
 5525 "pathfinder_simd",
 5526 "walkdir",
 5527 "winapi",
 5528 "yeslogic-fontconfig-sys",
 5529]
 5530
 5531[[package]]
 5532name = "font-types"
 5533version = "0.8.4"
 5534source = "registry+https://github.com/rust-lang/crates.io-index"
 5535checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5536dependencies = [
 5537 "bytemuck",
 5538]
 5539
 5540[[package]]
 5541name = "fontconfig-parser"
 5542version = "0.5.7"
 5543source = "registry+https://github.com/rust-lang/crates.io-index"
 5544checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5545dependencies = [
 5546 "roxmltree",
 5547]
 5548
 5549[[package]]
 5550name = "fontdb"
 5551version = "0.16.2"
 5552source = "registry+https://github.com/rust-lang/crates.io-index"
 5553checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5554dependencies = [
 5555 "fontconfig-parser",
 5556 "log",
 5557 "memmap2",
 5558 "slotmap",
 5559 "tinyvec",
 5560 "ttf-parser 0.20.0",
 5561]
 5562
 5563[[package]]
 5564name = "fontdb"
 5565version = "0.23.0"
 5566source = "registry+https://github.com/rust-lang/crates.io-index"
 5567checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5568dependencies = [
 5569 "fontconfig-parser",
 5570 "log",
 5571 "memmap2",
 5572 "slotmap",
 5573 "tinyvec",
 5574 "ttf-parser 0.25.1",
 5575]
 5576
 5577[[package]]
 5578name = "foreign-types"
 5579version = "0.3.2"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5582dependencies = [
 5583 "foreign-types-shared 0.1.1",
 5584]
 5585
 5586[[package]]
 5587name = "foreign-types"
 5588version = "0.5.0"
 5589source = "registry+https://github.com/rust-lang/crates.io-index"
 5590checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5591dependencies = [
 5592 "foreign-types-macros",
 5593 "foreign-types-shared 0.3.1",
 5594]
 5595
 5596[[package]]
 5597name = "foreign-types-macros"
 5598version = "0.2.3"
 5599source = "registry+https://github.com/rust-lang/crates.io-index"
 5600checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5601dependencies = [
 5602 "proc-macro2",
 5603 "quote",
 5604 "syn 2.0.101",
 5605]
 5606
 5607[[package]]
 5608name = "foreign-types-shared"
 5609version = "0.1.1"
 5610source = "registry+https://github.com/rust-lang/crates.io-index"
 5611checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5612
 5613[[package]]
 5614name = "foreign-types-shared"
 5615version = "0.3.1"
 5616source = "registry+https://github.com/rust-lang/crates.io-index"
 5617checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5618
 5619[[package]]
 5620name = "fork"
 5621version = "0.2.0"
 5622source = "registry+https://github.com/rust-lang/crates.io-index"
 5623checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5624dependencies = [
 5625 "libc",
 5626]
 5627
 5628[[package]]
 5629name = "form_urlencoded"
 5630version = "1.2.1"
 5631source = "registry+https://github.com/rust-lang/crates.io-index"
 5632checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5633dependencies = [
 5634 "percent-encoding",
 5635]
 5636
 5637[[package]]
 5638name = "fraction"
 5639version = "0.15.3"
 5640source = "registry+https://github.com/rust-lang/crates.io-index"
 5641checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5642dependencies = [
 5643 "lazy_static",
 5644 "num",
 5645]
 5646
 5647[[package]]
 5648name = "freetype-sys"
 5649version = "0.20.1"
 5650source = "registry+https://github.com/rust-lang/crates.io-index"
 5651checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5652dependencies = [
 5653 "cc",
 5654 "libc",
 5655 "pkg-config",
 5656]
 5657
 5658[[package]]
 5659name = "fs"
 5660version = "0.1.0"
 5661dependencies = [
 5662 "anyhow",
 5663 "ashpd",
 5664 "async-tar",
 5665 "async-trait",
 5666 "cocoa 0.26.0",
 5667 "collections",
 5668 "fsevent",
 5669 "futures 0.3.31",
 5670 "git",
 5671 "gpui",
 5672 "ignore",
 5673 "libc",
 5674 "log",
 5675 "notify",
 5676 "objc",
 5677 "parking_lot",
 5678 "paths",
 5679 "proto",
 5680 "rope",
 5681 "serde",
 5682 "serde_json",
 5683 "smol",
 5684 "tempfile",
 5685 "text",
 5686 "time",
 5687 "util",
 5688 "windows 0.61.1",
 5689 "workspace-hack",
 5690]
 5691
 5692[[package]]
 5693name = "fs-set-times"
 5694version = "0.20.3"
 5695source = "registry+https://github.com/rust-lang/crates.io-index"
 5696checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5697dependencies = [
 5698 "io-lifetimes",
 5699 "rustix 1.0.7",
 5700 "windows-sys 0.59.0",
 5701]
 5702
 5703[[package]]
 5704name = "fs2"
 5705version = "0.4.3"
 5706source = "registry+https://github.com/rust-lang/crates.io-index"
 5707checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5708dependencies = [
 5709 "libc",
 5710 "winapi",
 5711]
 5712
 5713[[package]]
 5714name = "fs_extra"
 5715version = "1.3.0"
 5716source = "registry+https://github.com/rust-lang/crates.io-index"
 5717checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5718
 5719[[package]]
 5720name = "fsevent"
 5721version = "0.1.0"
 5722dependencies = [
 5723 "bitflags 2.9.0",
 5724 "core-foundation 0.10.0",
 5725 "fsevent-sys 3.1.0",
 5726 "parking_lot",
 5727 "tempfile",
 5728 "workspace-hack",
 5729]
 5730
 5731[[package]]
 5732name = "fsevent-sys"
 5733version = "3.1.0"
 5734source = "registry+https://github.com/rust-lang/crates.io-index"
 5735checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5736dependencies = [
 5737 "libc",
 5738]
 5739
 5740[[package]]
 5741name = "fsevent-sys"
 5742version = "4.1.0"
 5743source = "registry+https://github.com/rust-lang/crates.io-index"
 5744checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5745dependencies = [
 5746 "libc",
 5747]
 5748
 5749[[package]]
 5750name = "funty"
 5751version = "2.0.0"
 5752source = "registry+https://github.com/rust-lang/crates.io-index"
 5753checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5754
 5755[[package]]
 5756name = "futf"
 5757version = "0.1.5"
 5758source = "registry+https://github.com/rust-lang/crates.io-index"
 5759checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5760dependencies = [
 5761 "mac",
 5762 "new_debug_unreachable",
 5763]
 5764
 5765[[package]]
 5766name = "futures"
 5767version = "0.1.31"
 5768source = "registry+https://github.com/rust-lang/crates.io-index"
 5769checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5770
 5771[[package]]
 5772name = "futures"
 5773version = "0.3.31"
 5774source = "registry+https://github.com/rust-lang/crates.io-index"
 5775checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5776dependencies = [
 5777 "futures-channel",
 5778 "futures-core",
 5779 "futures-executor",
 5780 "futures-io",
 5781 "futures-sink",
 5782 "futures-task",
 5783 "futures-util",
 5784]
 5785
 5786[[package]]
 5787name = "futures-batch"
 5788version = "0.6.1"
 5789source = "registry+https://github.com/rust-lang/crates.io-index"
 5790checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5791dependencies = [
 5792 "futures 0.3.31",
 5793 "futures-timer",
 5794 "pin-utils",
 5795]
 5796
 5797[[package]]
 5798name = "futures-channel"
 5799version = "0.3.31"
 5800source = "registry+https://github.com/rust-lang/crates.io-index"
 5801checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5802dependencies = [
 5803 "futures-core",
 5804 "futures-sink",
 5805]
 5806
 5807[[package]]
 5808name = "futures-core"
 5809version = "0.3.31"
 5810source = "registry+https://github.com/rust-lang/crates.io-index"
 5811checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5812
 5813[[package]]
 5814name = "futures-executor"
 5815version = "0.3.31"
 5816source = "registry+https://github.com/rust-lang/crates.io-index"
 5817checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5818dependencies = [
 5819 "futures-core",
 5820 "futures-task",
 5821 "futures-util",
 5822]
 5823
 5824[[package]]
 5825name = "futures-intrusive"
 5826version = "0.5.0"
 5827source = "registry+https://github.com/rust-lang/crates.io-index"
 5828checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5829dependencies = [
 5830 "futures-core",
 5831 "lock_api",
 5832 "parking_lot",
 5833]
 5834
 5835[[package]]
 5836name = "futures-io"
 5837version = "0.3.31"
 5838source = "registry+https://github.com/rust-lang/crates.io-index"
 5839checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5840
 5841[[package]]
 5842name = "futures-lite"
 5843version = "1.13.0"
 5844source = "registry+https://github.com/rust-lang/crates.io-index"
 5845checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5846dependencies = [
 5847 "fastrand 1.9.0",
 5848 "futures-core",
 5849 "futures-io",
 5850 "memchr",
 5851 "parking",
 5852 "pin-project-lite",
 5853 "waker-fn",
 5854]
 5855
 5856[[package]]
 5857name = "futures-lite"
 5858version = "2.6.0"
 5859source = "registry+https://github.com/rust-lang/crates.io-index"
 5860checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5861dependencies = [
 5862 "fastrand 2.3.0",
 5863 "futures-core",
 5864 "futures-io",
 5865 "parking",
 5866 "pin-project-lite",
 5867]
 5868
 5869[[package]]
 5870name = "futures-macro"
 5871version = "0.3.31"
 5872source = "registry+https://github.com/rust-lang/crates.io-index"
 5873checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5874dependencies = [
 5875 "proc-macro2",
 5876 "quote",
 5877 "syn 2.0.101",
 5878]
 5879
 5880[[package]]
 5881name = "futures-sink"
 5882version = "0.3.31"
 5883source = "registry+https://github.com/rust-lang/crates.io-index"
 5884checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5885
 5886[[package]]
 5887name = "futures-task"
 5888version = "0.3.31"
 5889source = "registry+https://github.com/rust-lang/crates.io-index"
 5890checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5891
 5892[[package]]
 5893name = "futures-timer"
 5894version = "3.0.3"
 5895source = "registry+https://github.com/rust-lang/crates.io-index"
 5896checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5897
 5898[[package]]
 5899name = "futures-util"
 5900version = "0.3.31"
 5901source = "registry+https://github.com/rust-lang/crates.io-index"
 5902checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5903dependencies = [
 5904 "futures 0.1.31",
 5905 "futures-channel",
 5906 "futures-core",
 5907 "futures-io",
 5908 "futures-macro",
 5909 "futures-sink",
 5910 "futures-task",
 5911 "memchr",
 5912 "pin-project-lite",
 5913 "pin-utils",
 5914 "slab",
 5915 "tokio-io",
 5916]
 5917
 5918[[package]]
 5919name = "fuzzy"
 5920version = "0.1.0"
 5921dependencies = [
 5922 "gpui",
 5923 "log",
 5924 "util",
 5925 "workspace-hack",
 5926]
 5927
 5928[[package]]
 5929name = "fuzzy-matcher"
 5930version = "0.3.7"
 5931source = "registry+https://github.com/rust-lang/crates.io-index"
 5932checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5933dependencies = [
 5934 "thread_local",
 5935]
 5936
 5937[[package]]
 5938name = "generator"
 5939version = "0.8.5"
 5940source = "registry+https://github.com/rust-lang/crates.io-index"
 5941checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 5942dependencies = [
 5943 "cc",
 5944 "cfg-if",
 5945 "libc",
 5946 "log",
 5947 "rustversion",
 5948 "windows 0.61.1",
 5949]
 5950
 5951[[package]]
 5952name = "generic-array"
 5953version = "0.14.7"
 5954source = "registry+https://github.com/rust-lang/crates.io-index"
 5955checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5956dependencies = [
 5957 "typenum",
 5958 "version_check",
 5959]
 5960
 5961[[package]]
 5962name = "gethostname"
 5963version = "0.4.3"
 5964source = "registry+https://github.com/rust-lang/crates.io-index"
 5965checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5966dependencies = [
 5967 "libc",
 5968 "windows-targets 0.48.5",
 5969]
 5970
 5971[[package]]
 5972name = "getrandom"
 5973version = "0.1.16"
 5974source = "registry+https://github.com/rust-lang/crates.io-index"
 5975checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5976dependencies = [
 5977 "cfg-if",
 5978 "libc",
 5979 "wasi 0.9.0+wasi-snapshot-preview1",
 5980]
 5981
 5982[[package]]
 5983name = "getrandom"
 5984version = "0.2.15"
 5985source = "registry+https://github.com/rust-lang/crates.io-index"
 5986checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5987dependencies = [
 5988 "cfg-if",
 5989 "js-sys",
 5990 "libc",
 5991 "wasi 0.11.0+wasi-snapshot-preview1",
 5992 "wasm-bindgen",
 5993]
 5994
 5995[[package]]
 5996name = "getrandom"
 5997version = "0.3.2"
 5998source = "registry+https://github.com/rust-lang/crates.io-index"
 5999checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 6000dependencies = [
 6001 "cfg-if",
 6002 "js-sys",
 6003 "libc",
 6004 "r-efi",
 6005 "wasi 0.14.2+wasi-0.2.4",
 6006 "wasm-bindgen",
 6007]
 6008
 6009[[package]]
 6010name = "gif"
 6011version = "0.13.1"
 6012source = "registry+https://github.com/rust-lang/crates.io-index"
 6013checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 6014dependencies = [
 6015 "color_quant",
 6016 "weezl",
 6017]
 6018
 6019[[package]]
 6020name = "gimli"
 6021version = "0.31.1"
 6022source = "registry+https://github.com/rust-lang/crates.io-index"
 6023checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6024dependencies = [
 6025 "fallible-iterator",
 6026 "indexmap",
 6027 "stable_deref_trait",
 6028]
 6029
 6030[[package]]
 6031name = "git"
 6032version = "0.1.0"
 6033dependencies = [
 6034 "anyhow",
 6035 "askpass",
 6036 "async-trait",
 6037 "collections",
 6038 "derive_more",
 6039 "futures 0.3.31",
 6040 "git2",
 6041 "gpui",
 6042 "http_client",
 6043 "log",
 6044 "parking_lot",
 6045 "pretty_assertions",
 6046 "regex",
 6047 "rope",
 6048 "schemars",
 6049 "serde",
 6050 "serde_json",
 6051 "smol",
 6052 "sum_tree",
 6053 "tempfile",
 6054 "text",
 6055 "thiserror 2.0.12",
 6056 "time",
 6057 "unindent",
 6058 "url",
 6059 "util",
 6060 "uuid",
 6061 "workspace-hack",
 6062]
 6063
 6064[[package]]
 6065name = "git2"
 6066version = "0.20.1"
 6067source = "registry+https://github.com/rust-lang/crates.io-index"
 6068checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6069dependencies = [
 6070 "bitflags 2.9.0",
 6071 "libc",
 6072 "libgit2-sys",
 6073 "log",
 6074 "url",
 6075]
 6076
 6077[[package]]
 6078name = "git_hosting_providers"
 6079version = "0.1.0"
 6080dependencies = [
 6081 "anyhow",
 6082 "async-trait",
 6083 "futures 0.3.31",
 6084 "git",
 6085 "gpui",
 6086 "http_client",
 6087 "indoc",
 6088 "pretty_assertions",
 6089 "regex",
 6090 "schemars",
 6091 "serde",
 6092 "serde_json",
 6093 "settings",
 6094 "url",
 6095 "util",
 6096 "workspace-hack",
 6097]
 6098
 6099[[package]]
 6100name = "git_ui"
 6101version = "0.1.0"
 6102dependencies = [
 6103 "anyhow",
 6104 "askpass",
 6105 "assistant_settings",
 6106 "buffer_diff",
 6107 "chrono",
 6108 "collections",
 6109 "command_palette_hooks",
 6110 "component",
 6111 "ctor",
 6112 "db",
 6113 "editor",
 6114 "env_logger 0.11.8",
 6115 "futures 0.3.31",
 6116 "fuzzy",
 6117 "git",
 6118 "gpui",
 6119 "itertools 0.14.0",
 6120 "language",
 6121 "language_model",
 6122 "linkify",
 6123 "log",
 6124 "markdown",
 6125 "menu",
 6126 "multi_buffer",
 6127 "notifications",
 6128 "panel",
 6129 "picker",
 6130 "postage",
 6131 "pretty_assertions",
 6132 "project",
 6133 "schemars",
 6134 "serde",
 6135 "serde_derive",
 6136 "serde_json",
 6137 "settings",
 6138 "strum 0.27.1",
 6139 "telemetry",
 6140 "theme",
 6141 "time",
 6142 "time_format",
 6143 "ui",
 6144 "unindent",
 6145 "util",
 6146 "windows 0.61.1",
 6147 "workspace",
 6148 "workspace-hack",
 6149 "zed_actions",
 6150]
 6151
 6152[[package]]
 6153name = "gix"
 6154version = "0.71.0"
 6155source = "registry+https://github.com/rust-lang/crates.io-index"
 6156checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6157dependencies = [
 6158 "gix-actor",
 6159 "gix-attributes",
 6160 "gix-command",
 6161 "gix-commitgraph",
 6162 "gix-config",
 6163 "gix-date",
 6164 "gix-diff",
 6165 "gix-discover",
 6166 "gix-features 0.41.1",
 6167 "gix-filter",
 6168 "gix-fs 0.14.0",
 6169 "gix-glob",
 6170 "gix-hash 0.17.0",
 6171 "gix-hashtable",
 6172 "gix-ignore",
 6173 "gix-index",
 6174 "gix-lock",
 6175 "gix-object",
 6176 "gix-odb",
 6177 "gix-pack",
 6178 "gix-path",
 6179 "gix-pathspec",
 6180 "gix-protocol",
 6181 "gix-ref",
 6182 "gix-refspec",
 6183 "gix-revision",
 6184 "gix-revwalk",
 6185 "gix-sec",
 6186 "gix-shallow",
 6187 "gix-submodule",
 6188 "gix-tempfile",
 6189 "gix-trace",
 6190 "gix-traverse",
 6191 "gix-url",
 6192 "gix-utils 0.2.0",
 6193 "gix-validate 0.9.4",
 6194 "gix-worktree",
 6195 "once_cell",
 6196 "smallvec",
 6197 "thiserror 2.0.12",
 6198]
 6199
 6200[[package]]
 6201name = "gix-actor"
 6202version = "0.34.0"
 6203source = "registry+https://github.com/rust-lang/crates.io-index"
 6204checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6205dependencies = [
 6206 "bstr",
 6207 "gix-date",
 6208 "gix-utils 0.2.0",
 6209 "itoa",
 6210 "thiserror 2.0.12",
 6211 "winnow",
 6212]
 6213
 6214[[package]]
 6215name = "gix-attributes"
 6216version = "0.25.0"
 6217source = "registry+https://github.com/rust-lang/crates.io-index"
 6218checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6219dependencies = [
 6220 "bstr",
 6221 "gix-glob",
 6222 "gix-path",
 6223 "gix-quote",
 6224 "gix-trace",
 6225 "kstring",
 6226 "smallvec",
 6227 "thiserror 2.0.12",
 6228 "unicode-bom",
 6229]
 6230
 6231[[package]]
 6232name = "gix-bitmap"
 6233version = "0.2.14"
 6234source = "registry+https://github.com/rust-lang/crates.io-index"
 6235checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6236dependencies = [
 6237 "thiserror 2.0.12",
 6238]
 6239
 6240[[package]]
 6241name = "gix-chunk"
 6242version = "0.4.11"
 6243source = "registry+https://github.com/rust-lang/crates.io-index"
 6244checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6245dependencies = [
 6246 "thiserror 2.0.12",
 6247]
 6248
 6249[[package]]
 6250name = "gix-command"
 6251version = "0.5.0"
 6252source = "registry+https://github.com/rust-lang/crates.io-index"
 6253checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6254dependencies = [
 6255 "bstr",
 6256 "gix-path",
 6257 "gix-quote",
 6258 "gix-trace",
 6259 "shell-words",
 6260]
 6261
 6262[[package]]
 6263name = "gix-commitgraph"
 6264version = "0.27.0"
 6265source = "registry+https://github.com/rust-lang/crates.io-index"
 6266checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6267dependencies = [
 6268 "bstr",
 6269 "gix-chunk",
 6270 "gix-hash 0.17.0",
 6271 "memmap2",
 6272 "thiserror 2.0.12",
 6273]
 6274
 6275[[package]]
 6276name = "gix-config"
 6277version = "0.44.0"
 6278source = "registry+https://github.com/rust-lang/crates.io-index"
 6279checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6280dependencies = [
 6281 "bstr",
 6282 "gix-config-value",
 6283 "gix-features 0.41.1",
 6284 "gix-glob",
 6285 "gix-path",
 6286 "gix-ref",
 6287 "gix-sec",
 6288 "memchr",
 6289 "once_cell",
 6290 "smallvec",
 6291 "thiserror 2.0.12",
 6292 "unicode-bom",
 6293 "winnow",
 6294]
 6295
 6296[[package]]
 6297name = "gix-config-value"
 6298version = "0.14.12"
 6299source = "registry+https://github.com/rust-lang/crates.io-index"
 6300checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6301dependencies = [
 6302 "bitflags 2.9.0",
 6303 "bstr",
 6304 "gix-path",
 6305 "libc",
 6306 "thiserror 2.0.12",
 6307]
 6308
 6309[[package]]
 6310name = "gix-date"
 6311version = "0.9.4"
 6312source = "registry+https://github.com/rust-lang/crates.io-index"
 6313checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6314dependencies = [
 6315 "bstr",
 6316 "itoa",
 6317 "jiff",
 6318 "thiserror 2.0.12",
 6319]
 6320
 6321[[package]]
 6322name = "gix-diff"
 6323version = "0.51.0"
 6324source = "registry+https://github.com/rust-lang/crates.io-index"
 6325checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6326dependencies = [
 6327 "bstr",
 6328 "gix-command",
 6329 "gix-filter",
 6330 "gix-fs 0.14.0",
 6331 "gix-hash 0.17.0",
 6332 "gix-object",
 6333 "gix-path",
 6334 "gix-tempfile",
 6335 "gix-trace",
 6336 "gix-traverse",
 6337 "gix-worktree",
 6338 "imara-diff",
 6339 "thiserror 2.0.12",
 6340]
 6341
 6342[[package]]
 6343name = "gix-discover"
 6344version = "0.39.0"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6347dependencies = [
 6348 "bstr",
 6349 "dunce",
 6350 "gix-fs 0.14.0",
 6351 "gix-hash 0.17.0",
 6352 "gix-path",
 6353 "gix-ref",
 6354 "gix-sec",
 6355 "thiserror 2.0.12",
 6356]
 6357
 6358[[package]]
 6359name = "gix-features"
 6360version = "0.41.1"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6363dependencies = [
 6364 "crc32fast",
 6365 "crossbeam-channel",
 6366 "flate2",
 6367 "gix-path",
 6368 "gix-trace",
 6369 "gix-utils 0.2.0",
 6370 "libc",
 6371 "once_cell",
 6372 "parking_lot",
 6373 "prodash",
 6374 "thiserror 2.0.12",
 6375 "walkdir",
 6376]
 6377
 6378[[package]]
 6379name = "gix-features"
 6380version = "0.42.1"
 6381source = "registry+https://github.com/rust-lang/crates.io-index"
 6382checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6383dependencies = [
 6384 "gix-trace",
 6385 "gix-utils 0.3.0",
 6386 "libc",
 6387 "prodash",
 6388]
 6389
 6390[[package]]
 6391name = "gix-filter"
 6392version = "0.18.0"
 6393source = "registry+https://github.com/rust-lang/crates.io-index"
 6394checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6395dependencies = [
 6396 "bstr",
 6397 "encoding_rs",
 6398 "gix-attributes",
 6399 "gix-command",
 6400 "gix-hash 0.17.0",
 6401 "gix-object",
 6402 "gix-packetline-blocking",
 6403 "gix-path",
 6404 "gix-quote",
 6405 "gix-trace",
 6406 "gix-utils 0.2.0",
 6407 "smallvec",
 6408 "thiserror 2.0.12",
 6409]
 6410
 6411[[package]]
 6412name = "gix-fs"
 6413version = "0.14.0"
 6414source = "registry+https://github.com/rust-lang/crates.io-index"
 6415checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6416dependencies = [
 6417 "bstr",
 6418 "fastrand 2.3.0",
 6419 "gix-features 0.41.1",
 6420 "gix-path",
 6421 "gix-utils 0.2.0",
 6422 "thiserror 2.0.12",
 6423]
 6424
 6425[[package]]
 6426name = "gix-fs"
 6427version = "0.15.0"
 6428source = "registry+https://github.com/rust-lang/crates.io-index"
 6429checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6430dependencies = [
 6431 "bstr",
 6432 "fastrand 2.3.0",
 6433 "gix-features 0.42.1",
 6434 "gix-path",
 6435 "gix-utils 0.3.0",
 6436 "thiserror 2.0.12",
 6437]
 6438
 6439[[package]]
 6440name = "gix-glob"
 6441version = "0.19.0"
 6442source = "registry+https://github.com/rust-lang/crates.io-index"
 6443checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6444dependencies = [
 6445 "bitflags 2.9.0",
 6446 "bstr",
 6447 "gix-features 0.41.1",
 6448 "gix-path",
 6449]
 6450
 6451[[package]]
 6452name = "gix-hash"
 6453version = "0.17.0"
 6454source = "registry+https://github.com/rust-lang/crates.io-index"
 6455checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6456dependencies = [
 6457 "faster-hex 0.9.0",
 6458 "gix-features 0.41.1",
 6459 "sha1-checked",
 6460 "thiserror 2.0.12",
 6461]
 6462
 6463[[package]]
 6464name = "gix-hash"
 6465version = "0.18.0"
 6466source = "registry+https://github.com/rust-lang/crates.io-index"
 6467checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6468dependencies = [
 6469 "faster-hex 0.10.0",
 6470 "gix-features 0.42.1",
 6471 "sha1-checked",
 6472 "thiserror 2.0.12",
 6473]
 6474
 6475[[package]]
 6476name = "gix-hashtable"
 6477version = "0.8.1"
 6478source = "registry+https://github.com/rust-lang/crates.io-index"
 6479checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6480dependencies = [
 6481 "gix-hash 0.18.0",
 6482 "hashbrown 0.14.5",
 6483 "parking_lot",
 6484]
 6485
 6486[[package]]
 6487name = "gix-ignore"
 6488version = "0.14.0"
 6489source = "registry+https://github.com/rust-lang/crates.io-index"
 6490checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6491dependencies = [
 6492 "bstr",
 6493 "gix-glob",
 6494 "gix-path",
 6495 "gix-trace",
 6496 "unicode-bom",
 6497]
 6498
 6499[[package]]
 6500name = "gix-index"
 6501version = "0.39.0"
 6502source = "registry+https://github.com/rust-lang/crates.io-index"
 6503checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6504dependencies = [
 6505 "bitflags 2.9.0",
 6506 "bstr",
 6507 "filetime",
 6508 "fnv",
 6509 "gix-bitmap",
 6510 "gix-features 0.41.1",
 6511 "gix-fs 0.14.0",
 6512 "gix-hash 0.17.0",
 6513 "gix-lock",
 6514 "gix-object",
 6515 "gix-traverse",
 6516 "gix-utils 0.2.0",
 6517 "gix-validate 0.9.4",
 6518 "hashbrown 0.14.5",
 6519 "itoa",
 6520 "libc",
 6521 "memmap2",
 6522 "rustix 0.38.44",
 6523 "smallvec",
 6524 "thiserror 2.0.12",
 6525]
 6526
 6527[[package]]
 6528name = "gix-lock"
 6529version = "17.1.0"
 6530source = "registry+https://github.com/rust-lang/crates.io-index"
 6531checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6532dependencies = [
 6533 "gix-tempfile",
 6534 "gix-utils 0.3.0",
 6535 "thiserror 2.0.12",
 6536]
 6537
 6538[[package]]
 6539name = "gix-object"
 6540version = "0.48.0"
 6541source = "registry+https://github.com/rust-lang/crates.io-index"
 6542checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6543dependencies = [
 6544 "bstr",
 6545 "gix-actor",
 6546 "gix-date",
 6547 "gix-features 0.41.1",
 6548 "gix-hash 0.17.0",
 6549 "gix-hashtable",
 6550 "gix-path",
 6551 "gix-utils 0.2.0",
 6552 "gix-validate 0.9.4",
 6553 "itoa",
 6554 "smallvec",
 6555 "thiserror 2.0.12",
 6556 "winnow",
 6557]
 6558
 6559[[package]]
 6560name = "gix-odb"
 6561version = "0.68.0"
 6562source = "registry+https://github.com/rust-lang/crates.io-index"
 6563checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6564dependencies = [
 6565 "arc-swap",
 6566 "gix-date",
 6567 "gix-features 0.41.1",
 6568 "gix-fs 0.14.0",
 6569 "gix-hash 0.17.0",
 6570 "gix-hashtable",
 6571 "gix-object",
 6572 "gix-pack",
 6573 "gix-path",
 6574 "gix-quote",
 6575 "parking_lot",
 6576 "tempfile",
 6577 "thiserror 2.0.12",
 6578]
 6579
 6580[[package]]
 6581name = "gix-pack"
 6582version = "0.58.0"
 6583source = "registry+https://github.com/rust-lang/crates.io-index"
 6584checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6585dependencies = [
 6586 "clru",
 6587 "gix-chunk",
 6588 "gix-features 0.41.1",
 6589 "gix-hash 0.17.0",
 6590 "gix-hashtable",
 6591 "gix-object",
 6592 "gix-path",
 6593 "memmap2",
 6594 "smallvec",
 6595 "thiserror 2.0.12",
 6596 "uluru",
 6597]
 6598
 6599[[package]]
 6600name = "gix-packetline"
 6601version = "0.18.4"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6604dependencies = [
 6605 "bstr",
 6606 "faster-hex 0.9.0",
 6607 "gix-trace",
 6608 "thiserror 2.0.12",
 6609]
 6610
 6611[[package]]
 6612name = "gix-packetline-blocking"
 6613version = "0.18.3"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6616dependencies = [
 6617 "bstr",
 6618 "faster-hex 0.9.0",
 6619 "gix-trace",
 6620 "thiserror 2.0.12",
 6621]
 6622
 6623[[package]]
 6624name = "gix-path"
 6625version = "0.10.18"
 6626source = "registry+https://github.com/rust-lang/crates.io-index"
 6627checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6628dependencies = [
 6629 "bstr",
 6630 "gix-trace",
 6631 "gix-validate 0.10.0",
 6632 "home",
 6633 "once_cell",
 6634 "thiserror 2.0.12",
 6635]
 6636
 6637[[package]]
 6638name = "gix-pathspec"
 6639version = "0.10.0"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6642dependencies = [
 6643 "bitflags 2.9.0",
 6644 "bstr",
 6645 "gix-attributes",
 6646 "gix-config-value",
 6647 "gix-glob",
 6648 "gix-path",
 6649 "thiserror 2.0.12",
 6650]
 6651
 6652[[package]]
 6653name = "gix-protocol"
 6654version = "0.49.0"
 6655source = "registry+https://github.com/rust-lang/crates.io-index"
 6656checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6657dependencies = [
 6658 "bstr",
 6659 "gix-date",
 6660 "gix-features 0.41.1",
 6661 "gix-hash 0.17.0",
 6662 "gix-ref",
 6663 "gix-shallow",
 6664 "gix-transport",
 6665 "gix-utils 0.2.0",
 6666 "maybe-async",
 6667 "thiserror 2.0.12",
 6668 "winnow",
 6669]
 6670
 6671[[package]]
 6672name = "gix-quote"
 6673version = "0.5.0"
 6674source = "registry+https://github.com/rust-lang/crates.io-index"
 6675checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6676dependencies = [
 6677 "bstr",
 6678 "gix-utils 0.2.0",
 6679 "thiserror 2.0.12",
 6680]
 6681
 6682[[package]]
 6683name = "gix-ref"
 6684version = "0.51.0"
 6685source = "registry+https://github.com/rust-lang/crates.io-index"
 6686checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6687dependencies = [
 6688 "gix-actor",
 6689 "gix-features 0.41.1",
 6690 "gix-fs 0.14.0",
 6691 "gix-hash 0.17.0",
 6692 "gix-lock",
 6693 "gix-object",
 6694 "gix-path",
 6695 "gix-tempfile",
 6696 "gix-utils 0.2.0",
 6697 "gix-validate 0.9.4",
 6698 "memmap2",
 6699 "thiserror 2.0.12",
 6700 "winnow",
 6701]
 6702
 6703[[package]]
 6704name = "gix-refspec"
 6705version = "0.29.0"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6708dependencies = [
 6709 "bstr",
 6710 "gix-hash 0.17.0",
 6711 "gix-revision",
 6712 "gix-validate 0.9.4",
 6713 "smallvec",
 6714 "thiserror 2.0.12",
 6715]
 6716
 6717[[package]]
 6718name = "gix-revision"
 6719version = "0.33.0"
 6720source = "registry+https://github.com/rust-lang/crates.io-index"
 6721checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6722dependencies = [
 6723 "bstr",
 6724 "gix-commitgraph",
 6725 "gix-date",
 6726 "gix-hash 0.17.0",
 6727 "gix-object",
 6728 "gix-revwalk",
 6729 "thiserror 2.0.12",
 6730]
 6731
 6732[[package]]
 6733name = "gix-revwalk"
 6734version = "0.19.0"
 6735source = "registry+https://github.com/rust-lang/crates.io-index"
 6736checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6737dependencies = [
 6738 "gix-commitgraph",
 6739 "gix-date",
 6740 "gix-hash 0.17.0",
 6741 "gix-hashtable",
 6742 "gix-object",
 6743 "smallvec",
 6744 "thiserror 2.0.12",
 6745]
 6746
 6747[[package]]
 6748name = "gix-sec"
 6749version = "0.10.12"
 6750source = "registry+https://github.com/rust-lang/crates.io-index"
 6751checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6752dependencies = [
 6753 "bitflags 2.9.0",
 6754 "gix-path",
 6755 "libc",
 6756 "windows-sys 0.52.0",
 6757]
 6758
 6759[[package]]
 6760name = "gix-shallow"
 6761version = "0.3.0"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6764dependencies = [
 6765 "bstr",
 6766 "gix-hash 0.17.0",
 6767 "gix-lock",
 6768 "thiserror 2.0.12",
 6769]
 6770
 6771[[package]]
 6772name = "gix-submodule"
 6773version = "0.18.0"
 6774source = "registry+https://github.com/rust-lang/crates.io-index"
 6775checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6776dependencies = [
 6777 "bstr",
 6778 "gix-config",
 6779 "gix-path",
 6780 "gix-pathspec",
 6781 "gix-refspec",
 6782 "gix-url",
 6783 "thiserror 2.0.12",
 6784]
 6785
 6786[[package]]
 6787name = "gix-tempfile"
 6788version = "17.1.0"
 6789source = "registry+https://github.com/rust-lang/crates.io-index"
 6790checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6791dependencies = [
 6792 "dashmap 6.1.0",
 6793 "gix-fs 0.15.0",
 6794 "libc",
 6795 "once_cell",
 6796 "parking_lot",
 6797 "tempfile",
 6798]
 6799
 6800[[package]]
 6801name = "gix-trace"
 6802version = "0.1.12"
 6803source = "registry+https://github.com/rust-lang/crates.io-index"
 6804checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6805
 6806[[package]]
 6807name = "gix-transport"
 6808version = "0.46.0"
 6809source = "registry+https://github.com/rust-lang/crates.io-index"
 6810checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6811dependencies = [
 6812 "bstr",
 6813 "gix-command",
 6814 "gix-features 0.41.1",
 6815 "gix-packetline",
 6816 "gix-quote",
 6817 "gix-sec",
 6818 "gix-url",
 6819 "thiserror 2.0.12",
 6820]
 6821
 6822[[package]]
 6823name = "gix-traverse"
 6824version = "0.45.0"
 6825source = "registry+https://github.com/rust-lang/crates.io-index"
 6826checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6827dependencies = [
 6828 "bitflags 2.9.0",
 6829 "gix-commitgraph",
 6830 "gix-date",
 6831 "gix-hash 0.17.0",
 6832 "gix-hashtable",
 6833 "gix-object",
 6834 "gix-revwalk",
 6835 "smallvec",
 6836 "thiserror 2.0.12",
 6837]
 6838
 6839[[package]]
 6840name = "gix-url"
 6841version = "0.30.0"
 6842source = "registry+https://github.com/rust-lang/crates.io-index"
 6843checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6844dependencies = [
 6845 "bstr",
 6846 "gix-features 0.41.1",
 6847 "gix-path",
 6848 "percent-encoding",
 6849 "thiserror 2.0.12",
 6850 "url",
 6851]
 6852
 6853[[package]]
 6854name = "gix-utils"
 6855version = "0.2.0"
 6856source = "registry+https://github.com/rust-lang/crates.io-index"
 6857checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6858dependencies = [
 6859 "fastrand 2.3.0",
 6860 "unicode-normalization",
 6861]
 6862
 6863[[package]]
 6864name = "gix-utils"
 6865version = "0.3.0"
 6866source = "registry+https://github.com/rust-lang/crates.io-index"
 6867checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6868dependencies = [
 6869 "fastrand 2.3.0",
 6870 "unicode-normalization",
 6871]
 6872
 6873[[package]]
 6874name = "gix-validate"
 6875version = "0.9.4"
 6876source = "registry+https://github.com/rust-lang/crates.io-index"
 6877checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6878dependencies = [
 6879 "bstr",
 6880 "thiserror 2.0.12",
 6881]
 6882
 6883[[package]]
 6884name = "gix-validate"
 6885version = "0.10.0"
 6886source = "registry+https://github.com/rust-lang/crates.io-index"
 6887checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6888dependencies = [
 6889 "bstr",
 6890 "thiserror 2.0.12",
 6891]
 6892
 6893[[package]]
 6894name = "gix-worktree"
 6895version = "0.40.0"
 6896source = "registry+https://github.com/rust-lang/crates.io-index"
 6897checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6898dependencies = [
 6899 "bstr",
 6900 "gix-attributes",
 6901 "gix-features 0.41.1",
 6902 "gix-fs 0.14.0",
 6903 "gix-glob",
 6904 "gix-hash 0.17.0",
 6905 "gix-ignore",
 6906 "gix-index",
 6907 "gix-object",
 6908 "gix-path",
 6909 "gix-validate 0.9.4",
 6910]
 6911
 6912[[package]]
 6913name = "glob"
 6914version = "0.3.2"
 6915source = "registry+https://github.com/rust-lang/crates.io-index"
 6916checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6917
 6918[[package]]
 6919name = "globset"
 6920version = "0.4.16"
 6921source = "registry+https://github.com/rust-lang/crates.io-index"
 6922checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6923dependencies = [
 6924 "aho-corasick",
 6925 "bstr",
 6926 "log",
 6927 "regex-automata 0.4.9",
 6928 "regex-syntax 0.8.5",
 6929]
 6930
 6931[[package]]
 6932name = "gloo-timers"
 6933version = "0.3.0"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6936dependencies = [
 6937 "futures-channel",
 6938 "futures-core",
 6939 "js-sys",
 6940 "wasm-bindgen",
 6941]
 6942
 6943[[package]]
 6944name = "glow"
 6945version = "0.14.2"
 6946source = "registry+https://github.com/rust-lang/crates.io-index"
 6947checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6948dependencies = [
 6949 "js-sys",
 6950 "slotmap",
 6951 "wasm-bindgen",
 6952 "web-sys",
 6953]
 6954
 6955[[package]]
 6956name = "go_to_line"
 6957version = "0.1.0"
 6958dependencies = [
 6959 "anyhow",
 6960 "editor",
 6961 "gpui",
 6962 "indoc",
 6963 "language",
 6964 "menu",
 6965 "project",
 6966 "rope",
 6967 "schemars",
 6968 "serde",
 6969 "serde_json",
 6970 "settings",
 6971 "text",
 6972 "theme",
 6973 "tree-sitter-rust",
 6974 "tree-sitter-typescript",
 6975 "ui",
 6976 "util",
 6977 "workspace",
 6978 "workspace-hack",
 6979]
 6980
 6981[[package]]
 6982name = "google_ai"
 6983version = "0.1.0"
 6984dependencies = [
 6985 "anyhow",
 6986 "futures 0.3.31",
 6987 "http_client",
 6988 "schemars",
 6989 "serde",
 6990 "serde_json",
 6991 "strum 0.27.1",
 6992 "workspace-hack",
 6993]
 6994
 6995[[package]]
 6996name = "gpu-alloc"
 6997version = "0.6.0"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 7000dependencies = [
 7001 "bitflags 2.9.0",
 7002 "gpu-alloc-types",
 7003]
 7004
 7005[[package]]
 7006name = "gpu-alloc-ash"
 7007version = "0.7.0"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 7010dependencies = [
 7011 "ash",
 7012 "gpu-alloc-types",
 7013 "tinyvec",
 7014]
 7015
 7016[[package]]
 7017name = "gpu-alloc-types"
 7018version = "0.3.0"
 7019source = "registry+https://github.com/rust-lang/crates.io-index"
 7020checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7021dependencies = [
 7022 "bitflags 2.9.0",
 7023]
 7024
 7025[[package]]
 7026name = "gpui"
 7027version = "0.1.0"
 7028dependencies = [
 7029 "anyhow",
 7030 "as-raw-xcb-connection",
 7031 "ashpd",
 7032 "async-task",
 7033 "backtrace",
 7034 "bindgen 0.71.1",
 7035 "blade-graphics",
 7036 "blade-macros",
 7037 "blade-util",
 7038 "block",
 7039 "bytemuck",
 7040 "calloop",
 7041 "calloop-wayland-source",
 7042 "cbindgen",
 7043 "cocoa 0.26.0",
 7044 "collections",
 7045 "core-foundation 0.10.0",
 7046 "core-foundation-sys",
 7047 "core-graphics 0.24.0",
 7048 "core-text",
 7049 "core-video",
 7050 "cosmic-text",
 7051 "ctor",
 7052 "derive_more",
 7053 "embed-resource",
 7054 "env_logger 0.11.8",
 7055 "etagere",
 7056 "filedescriptor",
 7057 "flume",
 7058 "font-kit",
 7059 "foreign-types 0.5.0",
 7060 "futures 0.3.31",
 7061 "gpui_macros",
 7062 "http_client",
 7063 "image",
 7064 "inventory",
 7065 "itertools 0.14.0",
 7066 "log",
 7067 "lyon",
 7068 "media",
 7069 "metal",
 7070 "naga",
 7071 "num_cpus",
 7072 "objc",
 7073 "objc2",
 7074 "objc2-metal",
 7075 "oo7",
 7076 "open",
 7077 "parking",
 7078 "parking_lot",
 7079 "pathfinder_geometry",
 7080 "postage",
 7081 "profiling",
 7082 "rand 0.8.5",
 7083 "raw-window-handle",
 7084 "refineable",
 7085 "reqwest_client",
 7086 "resvg",
 7087 "scap",
 7088 "schemars",
 7089 "seahash",
 7090 "semantic_version",
 7091 "serde",
 7092 "serde_derive",
 7093 "serde_json",
 7094 "slotmap",
 7095 "smallvec",
 7096 "smol",
 7097 "strum 0.27.1",
 7098 "sum_tree",
 7099 "taffy",
 7100 "thiserror 2.0.12",
 7101 "unicode-segmentation",
 7102 "usvg",
 7103 "util",
 7104 "uuid",
 7105 "waker-fn",
 7106 "wayland-backend",
 7107 "wayland-client",
 7108 "wayland-cursor",
 7109 "wayland-protocols",
 7110 "wayland-protocols-plasma",
 7111 "windows 0.61.1",
 7112 "windows-core 0.61.0",
 7113 "windows-numerics",
 7114 "windows-registry 0.5.1",
 7115 "workspace-hack",
 7116 "x11-clipboard",
 7117 "x11rb",
 7118 "xim",
 7119 "xkbcommon",
 7120]
 7121
 7122[[package]]
 7123name = "gpui_macros"
 7124version = "0.1.0"
 7125dependencies = [
 7126 "gpui",
 7127 "proc-macro2",
 7128 "quote",
 7129 "syn 2.0.101",
 7130 "workspace-hack",
 7131]
 7132
 7133[[package]]
 7134name = "gpui_tokio"
 7135version = "0.1.0"
 7136dependencies = [
 7137 "gpui",
 7138 "tokio",
 7139 "util",
 7140 "workspace-hack",
 7141]
 7142
 7143[[package]]
 7144name = "grid"
 7145version = "0.13.0"
 7146source = "registry+https://github.com/rust-lang/crates.io-index"
 7147checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7148
 7149[[package]]
 7150name = "group"
 7151version = "0.12.1"
 7152source = "registry+https://github.com/rust-lang/crates.io-index"
 7153checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7154dependencies = [
 7155 "ff",
 7156 "rand_core 0.6.4",
 7157 "subtle",
 7158]
 7159
 7160[[package]]
 7161name = "h2"
 7162version = "0.3.26"
 7163source = "registry+https://github.com/rust-lang/crates.io-index"
 7164checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7165dependencies = [
 7166 "bytes 1.10.1",
 7167 "fnv",
 7168 "futures-core",
 7169 "futures-sink",
 7170 "futures-util",
 7171 "http 0.2.12",
 7172 "indexmap",
 7173 "slab",
 7174 "tokio",
 7175 "tokio-util",
 7176 "tracing",
 7177]
 7178
 7179[[package]]
 7180name = "h2"
 7181version = "0.4.9"
 7182source = "registry+https://github.com/rust-lang/crates.io-index"
 7183checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7184dependencies = [
 7185 "atomic-waker",
 7186 "bytes 1.10.1",
 7187 "fnv",
 7188 "futures-core",
 7189 "futures-sink",
 7190 "http 1.3.1",
 7191 "indexmap",
 7192 "slab",
 7193 "tokio",
 7194 "tokio-util",
 7195 "tracing",
 7196]
 7197
 7198[[package]]
 7199name = "half"
 7200version = "2.6.0"
 7201source = "registry+https://github.com/rust-lang/crates.io-index"
 7202checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7203dependencies = [
 7204 "cfg-if",
 7205 "crunchy",
 7206 "num-traits",
 7207]
 7208
 7209[[package]]
 7210name = "handlebars"
 7211version = "4.5.0"
 7212source = "registry+https://github.com/rust-lang/crates.io-index"
 7213checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7214dependencies = [
 7215 "log",
 7216 "pest",
 7217 "pest_derive",
 7218 "rust-embed",
 7219 "serde",
 7220 "serde_json",
 7221 "thiserror 1.0.69",
 7222]
 7223
 7224[[package]]
 7225name = "handlebars"
 7226version = "6.3.2"
 7227source = "registry+https://github.com/rust-lang/crates.io-index"
 7228checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7229dependencies = [
 7230 "derive_builder",
 7231 "log",
 7232 "num-order",
 7233 "pest",
 7234 "pest_derive",
 7235 "serde",
 7236 "serde_json",
 7237 "thiserror 2.0.12",
 7238]
 7239
 7240[[package]]
 7241name = "hash32"
 7242version = "0.3.1"
 7243source = "registry+https://github.com/rust-lang/crates.io-index"
 7244checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7245dependencies = [
 7246 "byteorder",
 7247]
 7248
 7249[[package]]
 7250name = "hashbrown"
 7251version = "0.12.3"
 7252source = "registry+https://github.com/rust-lang/crates.io-index"
 7253checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7254dependencies = [
 7255 "ahash 0.7.8",
 7256]
 7257
 7258[[package]]
 7259name = "hashbrown"
 7260version = "0.14.5"
 7261source = "registry+https://github.com/rust-lang/crates.io-index"
 7262checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7263dependencies = [
 7264 "ahash 0.8.11",
 7265 "allocator-api2",
 7266]
 7267
 7268[[package]]
 7269name = "hashbrown"
 7270version = "0.15.3"
 7271source = "registry+https://github.com/rust-lang/crates.io-index"
 7272checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7273dependencies = [
 7274 "allocator-api2",
 7275 "equivalent",
 7276 "foldhash",
 7277 "serde",
 7278]
 7279
 7280[[package]]
 7281name = "hashlink"
 7282version = "0.8.4"
 7283source = "registry+https://github.com/rust-lang/crates.io-index"
 7284checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7285dependencies = [
 7286 "hashbrown 0.14.5",
 7287]
 7288
 7289[[package]]
 7290name = "hashlink"
 7291version = "0.10.0"
 7292source = "registry+https://github.com/rust-lang/crates.io-index"
 7293checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7294dependencies = [
 7295 "hashbrown 0.15.3",
 7296]
 7297
 7298[[package]]
 7299name = "headers"
 7300version = "0.3.9"
 7301source = "registry+https://github.com/rust-lang/crates.io-index"
 7302checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7303dependencies = [
 7304 "base64 0.21.7",
 7305 "bytes 1.10.1",
 7306 "headers-core",
 7307 "http 0.2.12",
 7308 "httpdate",
 7309 "mime",
 7310 "sha1",
 7311]
 7312
 7313[[package]]
 7314name = "headers-core"
 7315version = "0.2.0"
 7316source = "registry+https://github.com/rust-lang/crates.io-index"
 7317checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7318dependencies = [
 7319 "http 0.2.12",
 7320]
 7321
 7322[[package]]
 7323name = "heapless"
 7324version = "0.8.0"
 7325source = "registry+https://github.com/rust-lang/crates.io-index"
 7326checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7327dependencies = [
 7328 "hash32",
 7329 "stable_deref_trait",
 7330]
 7331
 7332[[package]]
 7333name = "heck"
 7334version = "0.3.3"
 7335source = "registry+https://github.com/rust-lang/crates.io-index"
 7336checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7337dependencies = [
 7338 "unicode-segmentation",
 7339]
 7340
 7341[[package]]
 7342name = "heck"
 7343version = "0.4.1"
 7344source = "registry+https://github.com/rust-lang/crates.io-index"
 7345checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7346dependencies = [
 7347 "unicode-segmentation",
 7348]
 7349
 7350[[package]]
 7351name = "heck"
 7352version = "0.5.0"
 7353source = "registry+https://github.com/rust-lang/crates.io-index"
 7354checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7355
 7356[[package]]
 7357name = "heed"
 7358version = "0.21.0"
 7359source = "registry+https://github.com/rust-lang/crates.io-index"
 7360checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7361dependencies = [
 7362 "bitflags 2.9.0",
 7363 "byteorder",
 7364 "heed-traits",
 7365 "heed-types",
 7366 "libc",
 7367 "lmdb-master-sys",
 7368 "once_cell",
 7369 "page_size",
 7370 "serde",
 7371 "synchronoise",
 7372 "url",
 7373]
 7374
 7375[[package]]
 7376name = "heed-traits"
 7377version = "0.20.0"
 7378source = "registry+https://github.com/rust-lang/crates.io-index"
 7379checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7380
 7381[[package]]
 7382name = "heed-types"
 7383version = "0.21.0"
 7384source = "registry+https://github.com/rust-lang/crates.io-index"
 7385checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7386dependencies = [
 7387 "bincode",
 7388 "byteorder",
 7389 "heed-traits",
 7390 "serde",
 7391 "serde_json",
 7392]
 7393
 7394[[package]]
 7395name = "hermit-abi"
 7396version = "0.3.9"
 7397source = "registry+https://github.com/rust-lang/crates.io-index"
 7398checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7399
 7400[[package]]
 7401name = "hermit-abi"
 7402version = "0.4.0"
 7403source = "registry+https://github.com/rust-lang/crates.io-index"
 7404checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7405
 7406[[package]]
 7407name = "hermit-abi"
 7408version = "0.5.0"
 7409source = "registry+https://github.com/rust-lang/crates.io-index"
 7410checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7411
 7412[[package]]
 7413name = "hex"
 7414version = "0.4.3"
 7415source = "registry+https://github.com/rust-lang/crates.io-index"
 7416checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7417
 7418[[package]]
 7419name = "hexf-parse"
 7420version = "0.2.1"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7423
 7424[[package]]
 7425name = "hidden-trait"
 7426version = "0.1.2"
 7427source = "registry+https://github.com/rust-lang/crates.io-index"
 7428checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7429dependencies = [
 7430 "proc-macro2",
 7431 "quote",
 7432 "syn 1.0.109",
 7433]
 7434
 7435[[package]]
 7436name = "hkdf"
 7437version = "0.12.4"
 7438source = "registry+https://github.com/rust-lang/crates.io-index"
 7439checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7440dependencies = [
 7441 "hmac",
 7442]
 7443
 7444[[package]]
 7445name = "hmac"
 7446version = "0.12.1"
 7447source = "registry+https://github.com/rust-lang/crates.io-index"
 7448checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7449dependencies = [
 7450 "digest",
 7451]
 7452
 7453[[package]]
 7454name = "home"
 7455version = "0.5.11"
 7456source = "registry+https://github.com/rust-lang/crates.io-index"
 7457checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7458dependencies = [
 7459 "windows-sys 0.59.0",
 7460]
 7461
 7462[[package]]
 7463name = "hound"
 7464version = "3.5.1"
 7465source = "registry+https://github.com/rust-lang/crates.io-index"
 7466checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7467
 7468[[package]]
 7469name = "html5ever"
 7470version = "0.27.0"
 7471source = "registry+https://github.com/rust-lang/crates.io-index"
 7472checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7473dependencies = [
 7474 "log",
 7475 "mac",
 7476 "markup5ever 0.12.1",
 7477 "proc-macro2",
 7478 "quote",
 7479 "syn 2.0.101",
 7480]
 7481
 7482[[package]]
 7483name = "html5ever"
 7484version = "0.31.0"
 7485source = "registry+https://github.com/rust-lang/crates.io-index"
 7486checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7487dependencies = [
 7488 "log",
 7489 "mac",
 7490 "markup5ever 0.16.1",
 7491 "match_token",
 7492]
 7493
 7494[[package]]
 7495name = "html_to_markdown"
 7496version = "0.1.0"
 7497dependencies = [
 7498 "anyhow",
 7499 "html5ever 0.27.0",
 7500 "indoc",
 7501 "markup5ever_rcdom",
 7502 "pretty_assertions",
 7503 "regex",
 7504 "workspace-hack",
 7505]
 7506
 7507[[package]]
 7508name = "http"
 7509version = "0.2.12"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7512dependencies = [
 7513 "bytes 1.10.1",
 7514 "fnv",
 7515 "itoa",
 7516]
 7517
 7518[[package]]
 7519name = "http"
 7520version = "1.3.1"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7523dependencies = [
 7524 "bytes 1.10.1",
 7525 "fnv",
 7526 "itoa",
 7527]
 7528
 7529[[package]]
 7530name = "http-body"
 7531version = "0.4.6"
 7532source = "registry+https://github.com/rust-lang/crates.io-index"
 7533checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7534dependencies = [
 7535 "bytes 1.10.1",
 7536 "http 0.2.12",
 7537 "pin-project-lite",
 7538]
 7539
 7540[[package]]
 7541name = "http-body"
 7542version = "1.0.1"
 7543source = "registry+https://github.com/rust-lang/crates.io-index"
 7544checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7545dependencies = [
 7546 "bytes 1.10.1",
 7547 "http 1.3.1",
 7548]
 7549
 7550[[package]]
 7551name = "http-body-util"
 7552version = "0.1.3"
 7553source = "registry+https://github.com/rust-lang/crates.io-index"
 7554checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7555dependencies = [
 7556 "bytes 1.10.1",
 7557 "futures-core",
 7558 "http 1.3.1",
 7559 "http-body 1.0.1",
 7560 "pin-project-lite",
 7561]
 7562
 7563[[package]]
 7564name = "http-range-header"
 7565version = "0.3.1"
 7566source = "registry+https://github.com/rust-lang/crates.io-index"
 7567checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7568
 7569[[package]]
 7570name = "http-types"
 7571version = "2.12.0"
 7572source = "registry+https://github.com/rust-lang/crates.io-index"
 7573checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7574dependencies = [
 7575 "anyhow",
 7576 "async-channel 1.9.0",
 7577 "base64 0.13.1",
 7578 "futures-lite 1.13.0",
 7579 "http 0.2.12",
 7580 "infer",
 7581 "pin-project-lite",
 7582 "rand 0.7.3",
 7583 "serde",
 7584 "serde_json",
 7585 "serde_qs 0.8.5",
 7586 "serde_urlencoded",
 7587 "url",
 7588]
 7589
 7590[[package]]
 7591name = "http_client"
 7592version = "0.1.0"
 7593dependencies = [
 7594 "anyhow",
 7595 "bytes 1.10.1",
 7596 "derive_more",
 7597 "futures 0.3.31",
 7598 "http 1.3.1",
 7599 "log",
 7600 "serde",
 7601 "serde_json",
 7602 "url",
 7603 "workspace-hack",
 7604]
 7605
 7606[[package]]
 7607name = "http_client_tls"
 7608version = "0.1.0"
 7609dependencies = [
 7610 "rustls 0.23.26",
 7611 "rustls-platform-verifier",
 7612 "workspace-hack",
 7613]
 7614
 7615[[package]]
 7616name = "httparse"
 7617version = "1.10.1"
 7618source = "registry+https://github.com/rust-lang/crates.io-index"
 7619checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7620
 7621[[package]]
 7622name = "httpdate"
 7623version = "1.0.3"
 7624source = "registry+https://github.com/rust-lang/crates.io-index"
 7625checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7626
 7627[[package]]
 7628name = "human_bytes"
 7629version = "0.4.3"
 7630source = "registry+https://github.com/rust-lang/crates.io-index"
 7631checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7632
 7633[[package]]
 7634name = "humantime"
 7635version = "2.2.0"
 7636source = "registry+https://github.com/rust-lang/crates.io-index"
 7637checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7638
 7639[[package]]
 7640name = "hyper"
 7641version = "0.14.32"
 7642source = "registry+https://github.com/rust-lang/crates.io-index"
 7643checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7644dependencies = [
 7645 "bytes 1.10.1",
 7646 "futures-channel",
 7647 "futures-core",
 7648 "futures-util",
 7649 "h2 0.3.26",
 7650 "http 0.2.12",
 7651 "http-body 0.4.6",
 7652 "httparse",
 7653 "httpdate",
 7654 "itoa",
 7655 "pin-project-lite",
 7656 "socket2",
 7657 "tokio",
 7658 "tower-service",
 7659 "tracing",
 7660 "want",
 7661]
 7662
 7663[[package]]
 7664name = "hyper"
 7665version = "1.6.0"
 7666source = "registry+https://github.com/rust-lang/crates.io-index"
 7667checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7668dependencies = [
 7669 "bytes 1.10.1",
 7670 "futures-channel",
 7671 "futures-util",
 7672 "h2 0.4.9",
 7673 "http 1.3.1",
 7674 "http-body 1.0.1",
 7675 "httparse",
 7676 "itoa",
 7677 "pin-project-lite",
 7678 "smallvec",
 7679 "tokio",
 7680 "want",
 7681]
 7682
 7683[[package]]
 7684name = "hyper-rustls"
 7685version = "0.24.2"
 7686source = "registry+https://github.com/rust-lang/crates.io-index"
 7687checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7688dependencies = [
 7689 "futures-util",
 7690 "http 0.2.12",
 7691 "hyper 0.14.32",
 7692 "log",
 7693 "rustls 0.21.12",
 7694 "rustls-native-certs 0.6.3",
 7695 "tokio",
 7696 "tokio-rustls 0.24.1",
 7697]
 7698
 7699[[package]]
 7700name = "hyper-rustls"
 7701version = "0.27.5"
 7702source = "registry+https://github.com/rust-lang/crates.io-index"
 7703checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7704dependencies = [
 7705 "futures-util",
 7706 "http 1.3.1",
 7707 "hyper 1.6.0",
 7708 "hyper-util",
 7709 "rustls 0.23.26",
 7710 "rustls-native-certs 0.8.1",
 7711 "rustls-pki-types",
 7712 "tokio",
 7713 "tokio-rustls 0.26.2",
 7714 "tower-service",
 7715]
 7716
 7717[[package]]
 7718name = "hyper-tls"
 7719version = "0.5.0"
 7720source = "registry+https://github.com/rust-lang/crates.io-index"
 7721checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7722dependencies = [
 7723 "bytes 1.10.1",
 7724 "hyper 0.14.32",
 7725 "native-tls",
 7726 "tokio",
 7727 "tokio-native-tls",
 7728]
 7729
 7730[[package]]
 7731name = "hyper-util"
 7732version = "0.1.11"
 7733source = "registry+https://github.com/rust-lang/crates.io-index"
 7734checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7735dependencies = [
 7736 "bytes 1.10.1",
 7737 "futures-channel",
 7738 "futures-util",
 7739 "http 1.3.1",
 7740 "http-body 1.0.1",
 7741 "hyper 1.6.0",
 7742 "libc",
 7743 "pin-project-lite",
 7744 "socket2",
 7745 "tokio",
 7746 "tower-service",
 7747 "tracing",
 7748]
 7749
 7750[[package]]
 7751name = "iana-time-zone"
 7752version = "0.1.63"
 7753source = "registry+https://github.com/rust-lang/crates.io-index"
 7754checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7755dependencies = [
 7756 "android_system_properties",
 7757 "core-foundation-sys",
 7758 "iana-time-zone-haiku",
 7759 "js-sys",
 7760 "log",
 7761 "wasm-bindgen",
 7762 "windows-core 0.61.0",
 7763]
 7764
 7765[[package]]
 7766name = "iana-time-zone-haiku"
 7767version = "0.1.2"
 7768source = "registry+https://github.com/rust-lang/crates.io-index"
 7769checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7770dependencies = [
 7771 "cc",
 7772]
 7773
 7774[[package]]
 7775name = "icons"
 7776version = "0.1.0"
 7777dependencies = [
 7778 "serde",
 7779 "strum 0.27.1",
 7780 "workspace-hack",
 7781]
 7782
 7783[[package]]
 7784name = "icu_collections"
 7785version = "1.5.0"
 7786source = "registry+https://github.com/rust-lang/crates.io-index"
 7787checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7788dependencies = [
 7789 "displaydoc",
 7790 "yoke",
 7791 "zerofrom",
 7792 "zerovec",
 7793]
 7794
 7795[[package]]
 7796name = "icu_locid"
 7797version = "1.5.0"
 7798source = "registry+https://github.com/rust-lang/crates.io-index"
 7799checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7800dependencies = [
 7801 "displaydoc",
 7802 "litemap",
 7803 "tinystr",
 7804 "writeable",
 7805 "zerovec",
 7806]
 7807
 7808[[package]]
 7809name = "icu_locid_transform"
 7810version = "1.5.0"
 7811source = "registry+https://github.com/rust-lang/crates.io-index"
 7812checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7813dependencies = [
 7814 "displaydoc",
 7815 "icu_locid",
 7816 "icu_locid_transform_data",
 7817 "icu_provider",
 7818 "tinystr",
 7819 "zerovec",
 7820]
 7821
 7822[[package]]
 7823name = "icu_locid_transform_data"
 7824version = "1.5.1"
 7825source = "registry+https://github.com/rust-lang/crates.io-index"
 7826checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7827
 7828[[package]]
 7829name = "icu_normalizer"
 7830version = "1.5.0"
 7831source = "registry+https://github.com/rust-lang/crates.io-index"
 7832checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7833dependencies = [
 7834 "displaydoc",
 7835 "icu_collections",
 7836 "icu_normalizer_data",
 7837 "icu_properties",
 7838 "icu_provider",
 7839 "smallvec",
 7840 "utf16_iter",
 7841 "utf8_iter",
 7842 "write16",
 7843 "zerovec",
 7844]
 7845
 7846[[package]]
 7847name = "icu_normalizer_data"
 7848version = "1.5.1"
 7849source = "registry+https://github.com/rust-lang/crates.io-index"
 7850checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7851
 7852[[package]]
 7853name = "icu_properties"
 7854version = "1.5.1"
 7855source = "registry+https://github.com/rust-lang/crates.io-index"
 7856checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7857dependencies = [
 7858 "displaydoc",
 7859 "icu_collections",
 7860 "icu_locid_transform",
 7861 "icu_properties_data",
 7862 "icu_provider",
 7863 "tinystr",
 7864 "zerovec",
 7865]
 7866
 7867[[package]]
 7868name = "icu_properties_data"
 7869version = "1.5.1"
 7870source = "registry+https://github.com/rust-lang/crates.io-index"
 7871checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7872
 7873[[package]]
 7874name = "icu_provider"
 7875version = "1.5.0"
 7876source = "registry+https://github.com/rust-lang/crates.io-index"
 7877checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7878dependencies = [
 7879 "displaydoc",
 7880 "icu_locid",
 7881 "icu_provider_macros",
 7882 "stable_deref_trait",
 7883 "tinystr",
 7884 "writeable",
 7885 "yoke",
 7886 "zerofrom",
 7887 "zerovec",
 7888]
 7889
 7890[[package]]
 7891name = "icu_provider_macros"
 7892version = "1.5.0"
 7893source = "registry+https://github.com/rust-lang/crates.io-index"
 7894checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7895dependencies = [
 7896 "proc-macro2",
 7897 "quote",
 7898 "syn 2.0.101",
 7899]
 7900
 7901[[package]]
 7902name = "id-arena"
 7903version = "2.2.1"
 7904source = "registry+https://github.com/rust-lang/crates.io-index"
 7905checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7906
 7907[[package]]
 7908name = "ident_case"
 7909version = "1.0.1"
 7910source = "registry+https://github.com/rust-lang/crates.io-index"
 7911checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7912
 7913[[package]]
 7914name = "idna"
 7915version = "1.0.3"
 7916source = "registry+https://github.com/rust-lang/crates.io-index"
 7917checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7918dependencies = [
 7919 "idna_adapter",
 7920 "smallvec",
 7921 "utf8_iter",
 7922]
 7923
 7924[[package]]
 7925name = "idna_adapter"
 7926version = "1.2.0"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7929dependencies = [
 7930 "icu_normalizer",
 7931 "icu_properties",
 7932]
 7933
 7934[[package]]
 7935name = "ignore"
 7936version = "0.4.23"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7939dependencies = [
 7940 "crossbeam-deque",
 7941 "globset",
 7942 "log",
 7943 "memchr",
 7944 "regex-automata 0.4.9",
 7945 "same-file",
 7946 "walkdir",
 7947 "winapi-util",
 7948]
 7949
 7950[[package]]
 7951name = "image"
 7952version = "0.25.6"
 7953source = "registry+https://github.com/rust-lang/crates.io-index"
 7954checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7955dependencies = [
 7956 "bytemuck",
 7957 "byteorder-lite",
 7958 "color_quant",
 7959 "exr",
 7960 "gif",
 7961 "image-webp",
 7962 "num-traits",
 7963 "png",
 7964 "qoi",
 7965 "ravif",
 7966 "rayon",
 7967 "rgb",
 7968 "tiff",
 7969 "zune-core",
 7970 "zune-jpeg",
 7971]
 7972
 7973[[package]]
 7974name = "image-webp"
 7975version = "0.2.1"
 7976source = "registry+https://github.com/rust-lang/crates.io-index"
 7977checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7978dependencies = [
 7979 "byteorder-lite",
 7980 "quick-error",
 7981]
 7982
 7983[[package]]
 7984name = "image_viewer"
 7985version = "0.1.0"
 7986dependencies = [
 7987 "anyhow",
 7988 "db",
 7989 "editor",
 7990 "file_icons",
 7991 "gpui",
 7992 "language",
 7993 "log",
 7994 "project",
 7995 "schemars",
 7996 "serde",
 7997 "settings",
 7998 "theme",
 7999 "ui",
 8000 "util",
 8001 "workspace",
 8002 "workspace-hack",
 8003]
 8004
 8005[[package]]
 8006name = "imagesize"
 8007version = "0.13.0"
 8008source = "registry+https://github.com/rust-lang/crates.io-index"
 8009checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8010
 8011[[package]]
 8012name = "imara-diff"
 8013version = "0.1.8"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8016dependencies = [
 8017 "hashbrown 0.15.3",
 8018]
 8019
 8020[[package]]
 8021name = "imgref"
 8022version = "1.11.0"
 8023source = "registry+https://github.com/rust-lang/crates.io-index"
 8024checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 8025
 8026[[package]]
 8027name = "indexed_docs"
 8028version = "0.1.0"
 8029dependencies = [
 8030 "anyhow",
 8031 "async-trait",
 8032 "cargo_metadata",
 8033 "collections",
 8034 "derive_more",
 8035 "extension",
 8036 "fs",
 8037 "futures 0.3.31",
 8038 "fuzzy",
 8039 "gpui",
 8040 "heed",
 8041 "html_to_markdown",
 8042 "http_client",
 8043 "indexmap",
 8044 "indoc",
 8045 "parking_lot",
 8046 "paths",
 8047 "pretty_assertions",
 8048 "serde",
 8049 "strum 0.27.1",
 8050 "util",
 8051 "workspace-hack",
 8052]
 8053
 8054[[package]]
 8055name = "indexmap"
 8056version = "2.9.0"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8059dependencies = [
 8060 "equivalent",
 8061 "hashbrown 0.15.3",
 8062 "serde",
 8063]
 8064
 8065[[package]]
 8066name = "indoc"
 8067version = "2.0.6"
 8068source = "registry+https://github.com/rust-lang/crates.io-index"
 8069checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8070
 8071[[package]]
 8072name = "infer"
 8073version = "0.2.3"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8076
 8077[[package]]
 8078name = "inherent"
 8079version = "1.0.12"
 8080source = "registry+https://github.com/rust-lang/crates.io-index"
 8081checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8082dependencies = [
 8083 "proc-macro2",
 8084 "quote",
 8085 "syn 2.0.101",
 8086]
 8087
 8088[[package]]
 8089name = "inline_completion"
 8090version = "0.1.0"
 8091dependencies = [
 8092 "anyhow",
 8093 "gpui",
 8094 "language",
 8095 "project",
 8096 "workspace-hack",
 8097 "zed_llm_client",
 8098]
 8099
 8100[[package]]
 8101name = "inline_completion_button"
 8102version = "0.1.0"
 8103dependencies = [
 8104 "anyhow",
 8105 "client",
 8106 "copilot",
 8107 "editor",
 8108 "feature_flags",
 8109 "fs",
 8110 "futures 0.3.31",
 8111 "gpui",
 8112 "indoc",
 8113 "inline_completion",
 8114 "language",
 8115 "lsp",
 8116 "paths",
 8117 "project",
 8118 "regex",
 8119 "serde_json",
 8120 "settings",
 8121 "supermaven",
 8122 "telemetry",
 8123 "theme",
 8124 "ui",
 8125 "workspace",
 8126 "workspace-hack",
 8127 "zed_actions",
 8128 "zed_llm_client",
 8129 "zeta",
 8130]
 8131
 8132[[package]]
 8133name = "inotify"
 8134version = "0.11.0"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8137dependencies = [
 8138 "bitflags 2.9.0",
 8139 "inotify-sys",
 8140 "libc",
 8141]
 8142
 8143[[package]]
 8144name = "inotify-sys"
 8145version = "0.1.5"
 8146source = "registry+https://github.com/rust-lang/crates.io-index"
 8147checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8148dependencies = [
 8149 "libc",
 8150]
 8151
 8152[[package]]
 8153name = "inout"
 8154version = "0.1.4"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8157dependencies = [
 8158 "block-padding",
 8159 "generic-array",
 8160]
 8161
 8162[[package]]
 8163name = "install_cli"
 8164version = "0.1.0"
 8165dependencies = [
 8166 "anyhow",
 8167 "client",
 8168 "gpui",
 8169 "release_channel",
 8170 "smol",
 8171 "util",
 8172 "workspace",
 8173 "workspace-hack",
 8174]
 8175
 8176[[package]]
 8177name = "instant"
 8178version = "0.1.13"
 8179source = "registry+https://github.com/rust-lang/crates.io-index"
 8180checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8181dependencies = [
 8182 "cfg-if",
 8183]
 8184
 8185[[package]]
 8186name = "interim"
 8187version = "0.2.1"
 8188source = "registry+https://github.com/rust-lang/crates.io-index"
 8189checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8190dependencies = [
 8191 "chrono",
 8192 "logos",
 8193]
 8194
 8195[[package]]
 8196name = "interpolate_name"
 8197version = "0.2.4"
 8198source = "registry+https://github.com/rust-lang/crates.io-index"
 8199checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8200dependencies = [
 8201 "proc-macro2",
 8202 "quote",
 8203 "syn 2.0.101",
 8204]
 8205
 8206[[package]]
 8207name = "inventory"
 8208version = "0.3.20"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8211dependencies = [
 8212 "rustversion",
 8213]
 8214
 8215[[package]]
 8216name = "io-extras"
 8217version = "0.18.4"
 8218source = "registry+https://github.com/rust-lang/crates.io-index"
 8219checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8220dependencies = [
 8221 "io-lifetimes",
 8222 "windows-sys 0.59.0",
 8223]
 8224
 8225[[package]]
 8226name = "io-lifetimes"
 8227version = "2.0.4"
 8228source = "registry+https://github.com/rust-lang/crates.io-index"
 8229checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8230
 8231[[package]]
 8232name = "io-surface"
 8233version = "0.16.0"
 8234source = "registry+https://github.com/rust-lang/crates.io-index"
 8235checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8236dependencies = [
 8237 "cgl",
 8238 "core-foundation 0.10.0",
 8239 "core-foundation-sys",
 8240 "leaky-cow",
 8241 "libc",
 8242]
 8243
 8244[[package]]
 8245name = "iovec"
 8246version = "0.1.4"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8249dependencies = [
 8250 "libc",
 8251]
 8252
 8253[[package]]
 8254name = "ipc-channel"
 8255version = "0.19.0"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8258dependencies = [
 8259 "bincode",
 8260 "crossbeam-channel",
 8261 "fnv",
 8262 "lazy_static",
 8263 "libc",
 8264 "mio",
 8265 "rand 0.8.5",
 8266 "serde",
 8267 "tempfile",
 8268 "uuid",
 8269 "windows 0.58.0",
 8270]
 8271
 8272[[package]]
 8273name = "ipnet"
 8274version = "2.11.0"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8277
 8278[[package]]
 8279name = "is-docker"
 8280version = "0.2.0"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8283dependencies = [
 8284 "once_cell",
 8285]
 8286
 8287[[package]]
 8288name = "is-terminal"
 8289version = "0.4.16"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8292dependencies = [
 8293 "hermit-abi 0.5.0",
 8294 "libc",
 8295 "windows-sys 0.59.0",
 8296]
 8297
 8298[[package]]
 8299name = "is-wsl"
 8300version = "0.4.0"
 8301source = "registry+https://github.com/rust-lang/crates.io-index"
 8302checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8303dependencies = [
 8304 "is-docker",
 8305 "once_cell",
 8306]
 8307
 8308[[package]]
 8309name = "is_terminal_polyfill"
 8310version = "1.70.1"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8313
 8314[[package]]
 8315name = "itertools"
 8316version = "0.10.5"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8319dependencies = [
 8320 "either",
 8321]
 8322
 8323[[package]]
 8324name = "itertools"
 8325version = "0.11.0"
 8326source = "registry+https://github.com/rust-lang/crates.io-index"
 8327checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8328dependencies = [
 8329 "either",
 8330]
 8331
 8332[[package]]
 8333name = "itertools"
 8334version = "0.12.1"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8337dependencies = [
 8338 "either",
 8339]
 8340
 8341[[package]]
 8342name = "itertools"
 8343version = "0.13.0"
 8344source = "registry+https://github.com/rust-lang/crates.io-index"
 8345checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8346dependencies = [
 8347 "either",
 8348]
 8349
 8350[[package]]
 8351name = "itertools"
 8352version = "0.14.0"
 8353source = "registry+https://github.com/rust-lang/crates.io-index"
 8354checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8355dependencies = [
 8356 "either",
 8357]
 8358
 8359[[package]]
 8360name = "itoa"
 8361version = "1.0.15"
 8362source = "registry+https://github.com/rust-lang/crates.io-index"
 8363checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8364
 8365[[package]]
 8366name = "jiff"
 8367version = "0.2.10"
 8368source = "registry+https://github.com/rust-lang/crates.io-index"
 8369checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8370dependencies = [
 8371 "jiff-static",
 8372 "jiff-tzdb-platform",
 8373 "log",
 8374 "portable-atomic",
 8375 "portable-atomic-util",
 8376 "serde",
 8377 "windows-sys 0.59.0",
 8378]
 8379
 8380[[package]]
 8381name = "jiff-static"
 8382version = "0.2.10"
 8383source = "registry+https://github.com/rust-lang/crates.io-index"
 8384checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8385dependencies = [
 8386 "proc-macro2",
 8387 "quote",
 8388 "syn 2.0.101",
 8389]
 8390
 8391[[package]]
 8392name = "jiff-tzdb"
 8393version = "0.1.4"
 8394source = "registry+https://github.com/rust-lang/crates.io-index"
 8395checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8396
 8397[[package]]
 8398name = "jiff-tzdb-platform"
 8399version = "0.1.3"
 8400source = "registry+https://github.com/rust-lang/crates.io-index"
 8401checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8402dependencies = [
 8403 "jiff-tzdb",
 8404]
 8405
 8406[[package]]
 8407name = "jj"
 8408version = "0.1.0"
 8409dependencies = [
 8410 "anyhow",
 8411 "gpui",
 8412 "jj-lib",
 8413 "workspace-hack",
 8414]
 8415
 8416[[package]]
 8417name = "jj-lib"
 8418version = "0.29.0"
 8419source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8420dependencies = [
 8421 "async-trait",
 8422 "blake2",
 8423 "bstr",
 8424 "chrono",
 8425 "clru",
 8426 "digest",
 8427 "dunce",
 8428 "either",
 8429 "futures 0.3.31",
 8430 "gix",
 8431 "glob",
 8432 "hashbrown 0.15.3",
 8433 "hex",
 8434 "ignore",
 8435 "indexmap",
 8436 "interim",
 8437 "itertools 0.14.0",
 8438 "jj-lib-proc-macros",
 8439 "maplit",
 8440 "once_cell",
 8441 "pest",
 8442 "pest_derive",
 8443 "pollster 0.4.0",
 8444 "prost 0.13.5",
 8445 "rand 0.8.5",
 8446 "rand_chacha 0.3.1",
 8447 "rayon",
 8448 "ref-cast",
 8449 "regex",
 8450 "rustix 1.0.7",
 8451 "same-file",
 8452 "serde",
 8453 "serde_json",
 8454 "smallvec",
 8455 "strsim",
 8456 "tempfile",
 8457 "thiserror 2.0.12",
 8458 "toml_edit",
 8459 "tracing",
 8460 "version_check",
 8461 "winreg 0.52.0",
 8462]
 8463
 8464[[package]]
 8465name = "jj-lib-proc-macros"
 8466version = "0.29.0"
 8467source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8468dependencies = [
 8469 "proc-macro2",
 8470 "quote",
 8471 "syn 2.0.101",
 8472]
 8473
 8474[[package]]
 8475name = "jj_ui"
 8476version = "0.1.0"
 8477dependencies = [
 8478 "command_palette_hooks",
 8479 "feature_flags",
 8480 "fuzzy",
 8481 "gpui",
 8482 "jj",
 8483 "picker",
 8484 "ui",
 8485 "util",
 8486 "workspace",
 8487 "workspace-hack",
 8488 "zed_actions",
 8489]
 8490
 8491[[package]]
 8492name = "jni"
 8493version = "0.21.1"
 8494source = "registry+https://github.com/rust-lang/crates.io-index"
 8495checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8496dependencies = [
 8497 "cesu8",
 8498 "cfg-if",
 8499 "combine",
 8500 "jni-sys",
 8501 "log",
 8502 "thiserror 1.0.69",
 8503 "walkdir",
 8504 "windows-sys 0.45.0",
 8505]
 8506
 8507[[package]]
 8508name = "jni-sys"
 8509version = "0.3.0"
 8510source = "registry+https://github.com/rust-lang/crates.io-index"
 8511checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8512
 8513[[package]]
 8514name = "jobserver"
 8515version = "0.1.33"
 8516source = "registry+https://github.com/rust-lang/crates.io-index"
 8517checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8518dependencies = [
 8519 "getrandom 0.3.2",
 8520 "libc",
 8521]
 8522
 8523[[package]]
 8524name = "journal"
 8525version = "0.1.0"
 8526dependencies = [
 8527 "anyhow",
 8528 "chrono",
 8529 "editor",
 8530 "gpui",
 8531 "log",
 8532 "schemars",
 8533 "serde",
 8534 "settings",
 8535 "shellexpand 2.1.2",
 8536 "workspace",
 8537 "workspace-hack",
 8538]
 8539
 8540[[package]]
 8541name = "jpeg-decoder"
 8542version = "0.3.1"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8545
 8546[[package]]
 8547name = "js-sys"
 8548version = "0.3.77"
 8549source = "registry+https://github.com/rust-lang/crates.io-index"
 8550checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8551dependencies = [
 8552 "once_cell",
 8553 "wasm-bindgen",
 8554]
 8555
 8556[[package]]
 8557name = "json_dotpath"
 8558version = "1.1.0"
 8559source = "registry+https://github.com/rust-lang/crates.io-index"
 8560checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 8561dependencies = [
 8562 "serde",
 8563 "serde_derive",
 8564 "serde_json",
 8565 "thiserror 1.0.69",
 8566]
 8567
 8568[[package]]
 8569name = "jsonschema"
 8570version = "0.30.0"
 8571source = "registry+https://github.com/rust-lang/crates.io-index"
 8572checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8573dependencies = [
 8574 "ahash 0.8.11",
 8575 "base64 0.22.1",
 8576 "bytecount",
 8577 "email_address",
 8578 "fancy-regex 0.14.0",
 8579 "fraction",
 8580 "idna",
 8581 "itoa",
 8582 "num-cmp",
 8583 "num-traits",
 8584 "once_cell",
 8585 "percent-encoding",
 8586 "referencing",
 8587 "regex",
 8588 "regex-syntax 0.8.5",
 8589 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8590 "serde",
 8591 "serde_json",
 8592 "uuid-simd",
 8593]
 8594
 8595[[package]]
 8596name = "jsonwebtoken"
 8597version = "9.3.1"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8600dependencies = [
 8601 "base64 0.22.1",
 8602 "js-sys",
 8603 "pem",
 8604 "ring",
 8605 "serde",
 8606 "serde_json",
 8607 "simple_asn1",
 8608]
 8609
 8610[[package]]
 8611name = "jupyter-protocol"
 8612version = "0.6.0"
 8613source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8614dependencies = [
 8615 "anyhow",
 8616 "async-trait",
 8617 "bytes 1.10.1",
 8618 "chrono",
 8619 "futures 0.3.31",
 8620 "serde",
 8621 "serde_json",
 8622 "uuid",
 8623]
 8624
 8625[[package]]
 8626name = "jupyter-websocket-client"
 8627version = "0.9.0"
 8628source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8629dependencies = [
 8630 "anyhow",
 8631 "async-trait",
 8632 "async-tungstenite",
 8633 "futures 0.3.31",
 8634 "jupyter-protocol",
 8635 "serde",
 8636 "serde_json",
 8637 "url",
 8638 "uuid",
 8639]
 8640
 8641[[package]]
 8642name = "khronos-egl"
 8643version = "6.0.0"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8646dependencies = [
 8647 "libc",
 8648 "libloading",
 8649]
 8650
 8651[[package]]
 8652name = "kqueue"
 8653version = "1.0.8"
 8654source = "registry+https://github.com/rust-lang/crates.io-index"
 8655checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8656dependencies = [
 8657 "kqueue-sys",
 8658 "libc",
 8659]
 8660
 8661[[package]]
 8662name = "kqueue-sys"
 8663version = "1.0.4"
 8664source = "registry+https://github.com/rust-lang/crates.io-index"
 8665checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8666dependencies = [
 8667 "bitflags 1.3.2",
 8668 "libc",
 8669]
 8670
 8671[[package]]
 8672name = "kstring"
 8673version = "2.0.2"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8676dependencies = [
 8677 "static_assertions",
 8678]
 8679
 8680[[package]]
 8681name = "kurbo"
 8682version = "0.11.1"
 8683source = "registry+https://github.com/rust-lang/crates.io-index"
 8684checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8685dependencies = [
 8686 "arrayvec",
 8687 "smallvec",
 8688]
 8689
 8690[[package]]
 8691name = "kv-log-macro"
 8692version = "1.0.7"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8695dependencies = [
 8696 "log",
 8697]
 8698
 8699[[package]]
 8700name = "language"
 8701version = "0.1.0"
 8702dependencies = [
 8703 "anyhow",
 8704 "async-trait",
 8705 "async-watch",
 8706 "clock",
 8707 "collections",
 8708 "ctor",
 8709 "diffy",
 8710 "ec4rs",
 8711 "env_logger 0.11.8",
 8712 "fs",
 8713 "futures 0.3.31",
 8714 "fuzzy",
 8715 "globset",
 8716 "gpui",
 8717 "http_client",
 8718 "imara-diff",
 8719 "indoc",
 8720 "itertools 0.14.0",
 8721 "log",
 8722 "lsp",
 8723 "parking_lot",
 8724 "postage",
 8725 "pretty_assertions",
 8726 "rand 0.8.5",
 8727 "regex",
 8728 "rpc",
 8729 "schemars",
 8730 "serde",
 8731 "serde_json",
 8732 "settings",
 8733 "smallvec",
 8734 "smol",
 8735 "streaming-iterator",
 8736 "strsim",
 8737 "sum_tree",
 8738 "task",
 8739 "text",
 8740 "theme",
 8741 "tree-sitter",
 8742 "tree-sitter-elixir",
 8743 "tree-sitter-embedded-template",
 8744 "tree-sitter-heex",
 8745 "tree-sitter-html",
 8746 "tree-sitter-json",
 8747 "tree-sitter-md",
 8748 "tree-sitter-python",
 8749 "tree-sitter-ruby",
 8750 "tree-sitter-rust",
 8751 "tree-sitter-typescript",
 8752 "unicase",
 8753 "unindent",
 8754 "util",
 8755 "workspace-hack",
 8756]
 8757
 8758[[package]]
 8759name = "language_extension"
 8760version = "0.1.0"
 8761dependencies = [
 8762 "anyhow",
 8763 "async-trait",
 8764 "collections",
 8765 "extension",
 8766 "fs",
 8767 "futures 0.3.31",
 8768 "gpui",
 8769 "language",
 8770 "lsp",
 8771 "serde",
 8772 "serde_json",
 8773 "util",
 8774 "workspace-hack",
 8775]
 8776
 8777[[package]]
 8778name = "language_model"
 8779version = "0.1.0"
 8780dependencies = [
 8781 "anthropic",
 8782 "anyhow",
 8783 "base64 0.22.1",
 8784 "client",
 8785 "collections",
 8786 "futures 0.3.31",
 8787 "google_ai",
 8788 "gpui",
 8789 "http_client",
 8790 "icons",
 8791 "image",
 8792 "open_ai",
 8793 "parking_lot",
 8794 "proto",
 8795 "schemars",
 8796 "serde",
 8797 "serde_json",
 8798 "smol",
 8799 "strum 0.27.1",
 8800 "telemetry_events",
 8801 "thiserror 2.0.12",
 8802 "util",
 8803 "workspace-hack",
 8804 "zed_llm_client",
 8805]
 8806
 8807[[package]]
 8808name = "language_models"
 8809version = "0.1.0"
 8810dependencies = [
 8811 "anthropic",
 8812 "anyhow",
 8813 "aws-config",
 8814 "aws-credential-types",
 8815 "aws_http_client",
 8816 "bedrock",
 8817 "client",
 8818 "collections",
 8819 "copilot",
 8820 "credentials_provider",
 8821 "deepseek",
 8822 "editor",
 8823 "feature_flags",
 8824 "fs",
 8825 "futures 0.3.31",
 8826 "google_ai",
 8827 "gpui",
 8828 "gpui_tokio",
 8829 "http_client",
 8830 "language_model",
 8831 "lmstudio",
 8832 "log",
 8833 "menu",
 8834 "mistral",
 8835 "ollama",
 8836 "open_ai",
 8837 "partial-json-fixer",
 8838 "project",
 8839 "proto",
 8840 "release_channel",
 8841 "schemars",
 8842 "serde",
 8843 "serde_json",
 8844 "settings",
 8845 "smol",
 8846 "strum 0.27.1",
 8847 "theme",
 8848 "thiserror 2.0.12",
 8849 "tiktoken-rs",
 8850 "tokio",
 8851 "ui",
 8852 "util",
 8853 "workspace-hack",
 8854 "zed_llm_client",
 8855]
 8856
 8857[[package]]
 8858name = "language_selector"
 8859version = "0.1.0"
 8860dependencies = [
 8861 "anyhow",
 8862 "editor",
 8863 "file_finder",
 8864 "file_icons",
 8865 "fuzzy",
 8866 "gpui",
 8867 "language",
 8868 "picker",
 8869 "project",
 8870 "settings",
 8871 "ui",
 8872 "util",
 8873 "workspace",
 8874 "workspace-hack",
 8875]
 8876
 8877[[package]]
 8878name = "language_tools"
 8879version = "0.1.0"
 8880dependencies = [
 8881 "anyhow",
 8882 "client",
 8883 "collections",
 8884 "copilot",
 8885 "editor",
 8886 "env_logger 0.11.8",
 8887 "futures 0.3.31",
 8888 "gpui",
 8889 "itertools 0.14.0",
 8890 "language",
 8891 "lsp",
 8892 "project",
 8893 "release_channel",
 8894 "serde_json",
 8895 "settings",
 8896 "theme",
 8897 "tree-sitter",
 8898 "ui",
 8899 "util",
 8900 "workspace",
 8901 "workspace-hack",
 8902 "zed_actions",
 8903]
 8904
 8905[[package]]
 8906name = "languages"
 8907version = "0.1.0"
 8908dependencies = [
 8909 "anyhow",
 8910 "async-compression",
 8911 "async-tar",
 8912 "async-trait",
 8913 "collections",
 8914 "dap",
 8915 "futures 0.3.31",
 8916 "gpui",
 8917 "http_client",
 8918 "language",
 8919 "log",
 8920 "lsp",
 8921 "node_runtime",
 8922 "parking_lot",
 8923 "paths",
 8924 "pet",
 8925 "pet-conda",
 8926 "pet-core",
 8927 "pet-fs",
 8928 "pet-poetry",
 8929 "pet-reporter",
 8930 "pretty_assertions",
 8931 "project",
 8932 "regex",
 8933 "rope",
 8934 "rust-embed",
 8935 "serde",
 8936 "serde_json",
 8937 "settings",
 8938 "smol",
 8939 "snippet_provider",
 8940 "task",
 8941 "text",
 8942 "theme",
 8943 "toml 0.8.20",
 8944 "tree-sitter",
 8945 "tree-sitter-bash",
 8946 "tree-sitter-c",
 8947 "tree-sitter-cpp",
 8948 "tree-sitter-css",
 8949 "tree-sitter-diff",
 8950 "tree-sitter-gitcommit",
 8951 "tree-sitter-go",
 8952 "tree-sitter-gomod",
 8953 "tree-sitter-gowork",
 8954 "tree-sitter-jsdoc",
 8955 "tree-sitter-json",
 8956 "tree-sitter-md",
 8957 "tree-sitter-python",
 8958 "tree-sitter-regex",
 8959 "tree-sitter-rust",
 8960 "tree-sitter-typescript",
 8961 "tree-sitter-yaml",
 8962 "unindent",
 8963 "util",
 8964 "workspace",
 8965 "workspace-hack",
 8966]
 8967
 8968[[package]]
 8969name = "lazy_static"
 8970version = "1.5.0"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8973dependencies = [
 8974 "spin",
 8975]
 8976
 8977[[package]]
 8978name = "lazycell"
 8979version = "1.3.0"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8982
 8983[[package]]
 8984name = "leak"
 8985version = "0.1.2"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8988
 8989[[package]]
 8990name = "leaky-cow"
 8991version = "0.1.1"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8994dependencies = [
 8995 "leak",
 8996]
 8997
 8998[[package]]
 8999name = "leb128"
 9000version = "0.2.5"
 9001source = "registry+https://github.com/rust-lang/crates.io-index"
 9002checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9003
 9004[[package]]
 9005name = "leb128fmt"
 9006version = "0.1.0"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9009
 9010[[package]]
 9011name = "lebe"
 9012version = "0.5.2"
 9013source = "registry+https://github.com/rust-lang/crates.io-index"
 9014checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 9015
 9016[[package]]
 9017name = "libc"
 9018version = "0.2.172"
 9019source = "registry+https://github.com/rust-lang/crates.io-index"
 9020checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 9021
 9022[[package]]
 9023name = "libdbus-sys"
 9024version = "0.2.5"
 9025source = "registry+https://github.com/rust-lang/crates.io-index"
 9026checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 9027dependencies = [
 9028 "cc",
 9029 "pkg-config",
 9030]
 9031
 9032[[package]]
 9033name = "libfuzzer-sys"
 9034version = "0.4.9"
 9035source = "registry+https://github.com/rust-lang/crates.io-index"
 9036checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 9037dependencies = [
 9038 "arbitrary",
 9039 "cc",
 9040]
 9041
 9042[[package]]
 9043name = "libgit2-sys"
 9044version = "0.18.1+1.9.0"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9047dependencies = [
 9048 "cc",
 9049 "libc",
 9050 "libz-sys",
 9051 "pkg-config",
 9052]
 9053
 9054[[package]]
 9055name = "libloading"
 9056version = "0.8.6"
 9057source = "registry+https://github.com/rust-lang/crates.io-index"
 9058checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9059dependencies = [
 9060 "cfg-if",
 9061 "windows-targets 0.52.6",
 9062]
 9063
 9064[[package]]
 9065name = "libm"
 9066version = "0.2.11"
 9067source = "registry+https://github.com/rust-lang/crates.io-index"
 9068checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9069
 9070[[package]]
 9071name = "libmimalloc-sys"
 9072version = "0.1.42"
 9073source = "registry+https://github.com/rust-lang/crates.io-index"
 9074checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9075dependencies = [
 9076 "cc",
 9077 "libc",
 9078]
 9079
 9080[[package]]
 9081name = "libredox"
 9082version = "0.1.3"
 9083source = "registry+https://github.com/rust-lang/crates.io-index"
 9084checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9085dependencies = [
 9086 "bitflags 2.9.0",
 9087 "libc",
 9088 "redox_syscall 0.5.11",
 9089]
 9090
 9091[[package]]
 9092name = "libsqlite3-sys"
 9093version = "0.30.1"
 9094source = "registry+https://github.com/rust-lang/crates.io-index"
 9095checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9096dependencies = [
 9097 "cc",
 9098 "pkg-config",
 9099 "vcpkg",
 9100]
 9101
 9102[[package]]
 9103name = "libwebrtc"
 9104version = "0.3.10"
 9105source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9106dependencies = [
 9107 "cxx",
 9108 "jni",
 9109 "js-sys",
 9110 "lazy_static",
 9111 "livekit-protocol",
 9112 "livekit-runtime",
 9113 "log",
 9114 "parking_lot",
 9115 "serde",
 9116 "serde_json",
 9117 "thiserror 1.0.69",
 9118 "tokio",
 9119 "wasm-bindgen",
 9120 "wasm-bindgen-futures",
 9121 "web-sys",
 9122 "webrtc-sys",
 9123]
 9124
 9125[[package]]
 9126name = "libz-rs-sys"
 9127version = "0.5.0"
 9128source = "registry+https://github.com/rust-lang/crates.io-index"
 9129checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9130dependencies = [
 9131 "zlib-rs",
 9132]
 9133
 9134[[package]]
 9135name = "libz-sys"
 9136version = "1.1.22"
 9137source = "registry+https://github.com/rust-lang/crates.io-index"
 9138checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9139dependencies = [
 9140 "cc",
 9141 "libc",
 9142 "pkg-config",
 9143 "vcpkg",
 9144]
 9145
 9146[[package]]
 9147name = "link-cplusplus"
 9148version = "1.0.10"
 9149source = "registry+https://github.com/rust-lang/crates.io-index"
 9150checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9151dependencies = [
 9152 "cc",
 9153]
 9154
 9155[[package]]
 9156name = "linkify"
 9157version = "0.10.0"
 9158source = "registry+https://github.com/rust-lang/crates.io-index"
 9159checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9160dependencies = [
 9161 "memchr",
 9162]
 9163
 9164[[package]]
 9165name = "linux-raw-sys"
 9166version = "0.4.15"
 9167source = "registry+https://github.com/rust-lang/crates.io-index"
 9168checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9169
 9170[[package]]
 9171name = "linux-raw-sys"
 9172version = "0.9.4"
 9173source = "registry+https://github.com/rust-lang/crates.io-index"
 9174checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9175
 9176[[package]]
 9177name = "litemap"
 9178version = "0.7.5"
 9179source = "registry+https://github.com/rust-lang/crates.io-index"
 9180checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9181
 9182[[package]]
 9183name = "livekit"
 9184version = "0.7.8"
 9185source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9186dependencies = [
 9187 "chrono",
 9188 "futures-util",
 9189 "lazy_static",
 9190 "libloading",
 9191 "libwebrtc",
 9192 "livekit-api",
 9193 "livekit-protocol",
 9194 "livekit-runtime",
 9195 "log",
 9196 "parking_lot",
 9197 "prost 0.12.6",
 9198 "semver",
 9199 "serde",
 9200 "serde_json",
 9201 "thiserror 1.0.69",
 9202 "tokio",
 9203]
 9204
 9205[[package]]
 9206name = "livekit-api"
 9207version = "0.4.2"
 9208source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9209dependencies = [
 9210 "futures-util",
 9211 "http 0.2.12",
 9212 "livekit-protocol",
 9213 "livekit-runtime",
 9214 "log",
 9215 "parking_lot",
 9216 "pbjson-types",
 9217 "prost 0.12.6",
 9218 "rand 0.9.1",
 9219 "reqwest 0.11.27",
 9220 "scopeguard",
 9221 "serde",
 9222 "sha2",
 9223 "thiserror 1.0.69",
 9224 "tokio",
 9225 "tokio-tungstenite 0.26.2",
 9226 "url",
 9227]
 9228
 9229[[package]]
 9230name = "livekit-protocol"
 9231version = "0.3.9"
 9232source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9233dependencies = [
 9234 "futures-util",
 9235 "livekit-runtime",
 9236 "parking_lot",
 9237 "pbjson",
 9238 "pbjson-types",
 9239 "prost 0.12.6",
 9240 "prost-types 0.12.6",
 9241 "serde",
 9242 "thiserror 1.0.69",
 9243 "tokio",
 9244]
 9245
 9246[[package]]
 9247name = "livekit-runtime"
 9248version = "0.4.0"
 9249source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9250dependencies = [
 9251 "tokio",
 9252 "tokio-stream",
 9253]
 9254
 9255[[package]]
 9256name = "livekit_api"
 9257version = "0.1.0"
 9258dependencies = [
 9259 "anyhow",
 9260 "async-trait",
 9261 "jsonwebtoken",
 9262 "log",
 9263 "prost 0.9.0",
 9264 "prost-build 0.9.0",
 9265 "prost-types 0.9.0",
 9266 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9267 "serde",
 9268 "workspace-hack",
 9269]
 9270
 9271[[package]]
 9272name = "livekit_client"
 9273version = "0.1.0"
 9274dependencies = [
 9275 "anyhow",
 9276 "async-trait",
 9277 "collections",
 9278 "core-foundation 0.10.0",
 9279 "core-video",
 9280 "coreaudio-rs 0.12.1",
 9281 "cpal",
 9282 "futures 0.3.31",
 9283 "gpui",
 9284 "gpui_tokio",
 9285 "http_client_tls",
 9286 "image",
 9287 "libwebrtc",
 9288 "livekit",
 9289 "livekit_api",
 9290 "log",
 9291 "nanoid",
 9292 "objc",
 9293 "parking_lot",
 9294 "postage",
 9295 "scap",
 9296 "serde",
 9297 "serde_json",
 9298 "sha2",
 9299 "simplelog",
 9300 "smallvec",
 9301 "tokio-tungstenite 0.26.2",
 9302 "util",
 9303 "workspace-hack",
 9304]
 9305
 9306[[package]]
 9307name = "lmdb-master-sys"
 9308version = "0.2.5"
 9309source = "registry+https://github.com/rust-lang/crates.io-index"
 9310checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9311dependencies = [
 9312 "cc",
 9313 "doxygen-rs",
 9314 "libc",
 9315]
 9316
 9317[[package]]
 9318name = "lmstudio"
 9319version = "0.1.0"
 9320dependencies = [
 9321 "anyhow",
 9322 "futures 0.3.31",
 9323 "http_client",
 9324 "schemars",
 9325 "serde",
 9326 "serde_json",
 9327 "workspace-hack",
 9328]
 9329
 9330[[package]]
 9331name = "lock_api"
 9332version = "0.4.12"
 9333source = "registry+https://github.com/rust-lang/crates.io-index"
 9334checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9335dependencies = [
 9336 "autocfg",
 9337 "scopeguard",
 9338]
 9339
 9340[[package]]
 9341name = "log"
 9342version = "0.4.27"
 9343source = "registry+https://github.com/rust-lang/crates.io-index"
 9344checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9345dependencies = [
 9346 "serde",
 9347 "value-bag",
 9348]
 9349
 9350[[package]]
 9351name = "logos"
 9352version = "0.15.0"
 9353source = "registry+https://github.com/rust-lang/crates.io-index"
 9354checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9355dependencies = [
 9356 "logos-derive",
 9357]
 9358
 9359[[package]]
 9360name = "logos-codegen"
 9361version = "0.15.0"
 9362source = "registry+https://github.com/rust-lang/crates.io-index"
 9363checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9364dependencies = [
 9365 "beef",
 9366 "fnv",
 9367 "lazy_static",
 9368 "proc-macro2",
 9369 "quote",
 9370 "regex-syntax 0.8.5",
 9371 "rustc_version",
 9372 "syn 2.0.101",
 9373]
 9374
 9375[[package]]
 9376name = "logos-derive"
 9377version = "0.15.0"
 9378source = "registry+https://github.com/rust-lang/crates.io-index"
 9379checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9380dependencies = [
 9381 "logos-codegen",
 9382]
 9383
 9384[[package]]
 9385name = "loom"
 9386version = "0.7.2"
 9387source = "registry+https://github.com/rust-lang/crates.io-index"
 9388checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9389dependencies = [
 9390 "cfg-if",
 9391 "generator",
 9392 "scoped-tls",
 9393 "tracing",
 9394 "tracing-subscriber",
 9395]
 9396
 9397[[package]]
 9398name = "loop9"
 9399version = "0.1.5"
 9400source = "registry+https://github.com/rust-lang/crates.io-index"
 9401checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9402dependencies = [
 9403 "imgref",
 9404]
 9405
 9406[[package]]
 9407name = "lru"
 9408version = "0.12.5"
 9409source = "registry+https://github.com/rust-lang/crates.io-index"
 9410checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9411dependencies = [
 9412 "hashbrown 0.15.3",
 9413]
 9414
 9415[[package]]
 9416name = "lsp"
 9417version = "0.1.0"
 9418dependencies = [
 9419 "anyhow",
 9420 "async-pipe",
 9421 "collections",
 9422 "ctor",
 9423 "env_logger 0.11.8",
 9424 "futures 0.3.31",
 9425 "gpui",
 9426 "log",
 9427 "lsp-types",
 9428 "parking_lot",
 9429 "postage",
 9430 "release_channel",
 9431 "schemars",
 9432 "serde",
 9433 "serde_json",
 9434 "smol",
 9435 "util",
 9436 "workspace-hack",
 9437]
 9438
 9439[[package]]
 9440name = "lsp-types"
 9441version = "0.95.1"
 9442source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9443dependencies = [
 9444 "bitflags 1.3.2",
 9445 "serde",
 9446 "serde_json",
 9447 "serde_repr",
 9448 "url",
 9449]
 9450
 9451[[package]]
 9452name = "lyon"
 9453version = "1.0.1"
 9454source = "registry+https://github.com/rust-lang/crates.io-index"
 9455checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9456dependencies = [
 9457 "lyon_algorithms",
 9458 "lyon_extra",
 9459 "lyon_tessellation",
 9460]
 9461
 9462[[package]]
 9463name = "lyon_algorithms"
 9464version = "1.0.5"
 9465source = "registry+https://github.com/rust-lang/crates.io-index"
 9466checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9467dependencies = [
 9468 "lyon_path",
 9469 "num-traits",
 9470]
 9471
 9472[[package]]
 9473name = "lyon_extra"
 9474version = "1.0.3"
 9475source = "registry+https://github.com/rust-lang/crates.io-index"
 9476checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9477dependencies = [
 9478 "lyon_path",
 9479 "thiserror 1.0.69",
 9480]
 9481
 9482[[package]]
 9483name = "lyon_geom"
 9484version = "1.0.6"
 9485source = "registry+https://github.com/rust-lang/crates.io-index"
 9486checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9487dependencies = [
 9488 "arrayvec",
 9489 "euclid",
 9490 "num-traits",
 9491]
 9492
 9493[[package]]
 9494name = "lyon_path"
 9495version = "1.0.7"
 9496source = "registry+https://github.com/rust-lang/crates.io-index"
 9497checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9498dependencies = [
 9499 "lyon_geom",
 9500 "num-traits",
 9501]
 9502
 9503[[package]]
 9504name = "lyon_tessellation"
 9505version = "1.0.15"
 9506source = "registry+https://github.com/rust-lang/crates.io-index"
 9507checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9508dependencies = [
 9509 "float_next_after",
 9510 "lyon_path",
 9511 "num-traits",
 9512]
 9513
 9514[[package]]
 9515name = "mac"
 9516version = "0.1.1"
 9517source = "registry+https://github.com/rust-lang/crates.io-index"
 9518checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9519
 9520[[package]]
 9521name = "mach2"
 9522version = "0.4.2"
 9523source = "registry+https://github.com/rust-lang/crates.io-index"
 9524checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9525dependencies = [
 9526 "libc",
 9527]
 9528
 9529[[package]]
 9530name = "malloc_buf"
 9531version = "0.0.6"
 9532source = "registry+https://github.com/rust-lang/crates.io-index"
 9533checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9534dependencies = [
 9535 "libc",
 9536]
 9537
 9538[[package]]
 9539name = "maplit"
 9540version = "1.0.2"
 9541source = "registry+https://github.com/rust-lang/crates.io-index"
 9542checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9543
 9544[[package]]
 9545name = "markdown"
 9546version = "0.1.0"
 9547dependencies = [
 9548 "anyhow",
 9549 "assets",
 9550 "base64 0.22.1",
 9551 "env_logger 0.11.8",
 9552 "gpui",
 9553 "language",
 9554 "languages",
 9555 "linkify",
 9556 "log",
 9557 "node_runtime",
 9558 "pulldown-cmark 0.12.2",
 9559 "settings",
 9560 "sum_tree",
 9561 "theme",
 9562 "ui",
 9563 "util",
 9564 "workspace-hack",
 9565]
 9566
 9567[[package]]
 9568name = "markdown_preview"
 9569version = "0.1.0"
 9570dependencies = [
 9571 "anyhow",
 9572 "async-recursion 1.1.1",
 9573 "collections",
 9574 "editor",
 9575 "fs",
 9576 "gpui",
 9577 "language",
 9578 "linkify",
 9579 "log",
 9580 "pretty_assertions",
 9581 "pulldown-cmark 0.12.2",
 9582 "settings",
 9583 "theme",
 9584 "ui",
 9585 "util",
 9586 "workspace",
 9587 "workspace-hack",
 9588]
 9589
 9590[[package]]
 9591name = "markup5ever"
 9592version = "0.12.1"
 9593source = "registry+https://github.com/rust-lang/crates.io-index"
 9594checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9595dependencies = [
 9596 "log",
 9597 "phf",
 9598 "phf_codegen",
 9599 "string_cache",
 9600 "string_cache_codegen",
 9601 "tendril",
 9602]
 9603
 9604[[package]]
 9605name = "markup5ever"
 9606version = "0.16.1"
 9607source = "registry+https://github.com/rust-lang/crates.io-index"
 9608checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9609dependencies = [
 9610 "log",
 9611 "tendril",
 9612 "web_atoms",
 9613]
 9614
 9615[[package]]
 9616name = "markup5ever_rcdom"
 9617version = "0.3.0"
 9618source = "registry+https://github.com/rust-lang/crates.io-index"
 9619checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9620dependencies = [
 9621 "html5ever 0.27.0",
 9622 "markup5ever 0.12.1",
 9623 "tendril",
 9624 "xml5ever",
 9625]
 9626
 9627[[package]]
 9628name = "match_token"
 9629version = "0.1.0"
 9630source = "registry+https://github.com/rust-lang/crates.io-index"
 9631checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9632dependencies = [
 9633 "proc-macro2",
 9634 "quote",
 9635 "syn 2.0.101",
 9636]
 9637
 9638[[package]]
 9639name = "matchers"
 9640version = "0.1.0"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9643dependencies = [
 9644 "regex-automata 0.1.10",
 9645]
 9646
 9647[[package]]
 9648name = "matchit"
 9649version = "0.7.3"
 9650source = "registry+https://github.com/rust-lang/crates.io-index"
 9651checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9652
 9653[[package]]
 9654name = "maybe-async"
 9655version = "0.2.10"
 9656source = "registry+https://github.com/rust-lang/crates.io-index"
 9657checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9658dependencies = [
 9659 "proc-macro2",
 9660 "quote",
 9661 "syn 2.0.101",
 9662]
 9663
 9664[[package]]
 9665name = "maybe-owned"
 9666version = "0.3.4"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9669
 9670[[package]]
 9671name = "maybe-rayon"
 9672version = "0.1.1"
 9673source = "registry+https://github.com/rust-lang/crates.io-index"
 9674checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9675dependencies = [
 9676 "cfg-if",
 9677 "rayon",
 9678]
 9679
 9680[[package]]
 9681name = "md-5"
 9682version = "0.10.6"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9685dependencies = [
 9686 "cfg-if",
 9687 "digest",
 9688]
 9689
 9690[[package]]
 9691name = "mdbook"
 9692version = "0.4.48"
 9693source = "registry+https://github.com/rust-lang/crates.io-index"
 9694checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9695dependencies = [
 9696 "ammonia",
 9697 "anyhow",
 9698 "chrono",
 9699 "clap",
 9700 "clap_complete",
 9701 "elasticlunr-rs",
 9702 "env_logger 0.11.8",
 9703 "futures-util",
 9704 "handlebars 6.3.2",
 9705 "hex",
 9706 "ignore",
 9707 "log",
 9708 "memchr",
 9709 "notify",
 9710 "notify-debouncer-mini",
 9711 "once_cell",
 9712 "opener",
 9713 "pathdiff",
 9714 "pulldown-cmark 0.10.3",
 9715 "regex",
 9716 "serde",
 9717 "serde_json",
 9718 "sha2",
 9719 "shlex",
 9720 "tempfile",
 9721 "tokio",
 9722 "toml 0.5.11",
 9723 "topological-sort",
 9724 "walkdir",
 9725 "warp",
 9726]
 9727
 9728[[package]]
 9729name = "media"
 9730version = "0.1.0"
 9731dependencies = [
 9732 "anyhow",
 9733 "bindgen 0.71.1",
 9734 "core-foundation 0.10.0",
 9735 "core-video",
 9736 "ctor",
 9737 "foreign-types 0.5.0",
 9738 "metal",
 9739 "objc",
 9740 "workspace-hack",
 9741]
 9742
 9743[[package]]
 9744name = "memchr"
 9745version = "2.7.4"
 9746source = "registry+https://github.com/rust-lang/crates.io-index"
 9747checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9748
 9749[[package]]
 9750name = "memfd"
 9751version = "0.6.4"
 9752source = "registry+https://github.com/rust-lang/crates.io-index"
 9753checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9754dependencies = [
 9755 "rustix 0.38.44",
 9756]
 9757
 9758[[package]]
 9759name = "memmap2"
 9760version = "0.9.5"
 9761source = "registry+https://github.com/rust-lang/crates.io-index"
 9762checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9763dependencies = [
 9764 "libc",
 9765]
 9766
 9767[[package]]
 9768name = "memoffset"
 9769version = "0.9.1"
 9770source = "registry+https://github.com/rust-lang/crates.io-index"
 9771checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9772dependencies = [
 9773 "autocfg",
 9774]
 9775
 9776[[package]]
 9777name = "menu"
 9778version = "0.1.0"
 9779dependencies = [
 9780 "gpui",
 9781 "workspace-hack",
 9782]
 9783
 9784[[package]]
 9785name = "metal"
 9786version = "0.29.0"
 9787source = "registry+https://github.com/rust-lang/crates.io-index"
 9788checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9789dependencies = [
 9790 "bitflags 2.9.0",
 9791 "block",
 9792 "core-graphics-types 0.1.3",
 9793 "foreign-types 0.5.0",
 9794 "log",
 9795 "objc",
 9796 "paste",
 9797]
 9798
 9799[[package]]
 9800name = "migrator"
 9801version = "0.1.0"
 9802dependencies = [
 9803 "anyhow",
 9804 "collections",
 9805 "convert_case 0.8.0",
 9806 "log",
 9807 "pretty_assertions",
 9808 "streaming-iterator",
 9809 "tree-sitter",
 9810 "tree-sitter-json",
 9811 "workspace-hack",
 9812]
 9813
 9814[[package]]
 9815name = "mimalloc"
 9816version = "0.1.46"
 9817source = "registry+https://github.com/rust-lang/crates.io-index"
 9818checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9819dependencies = [
 9820 "libmimalloc-sys",
 9821]
 9822
 9823[[package]]
 9824name = "mime"
 9825version = "0.3.17"
 9826source = "registry+https://github.com/rust-lang/crates.io-index"
 9827checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9828
 9829[[package]]
 9830name = "mime_guess"
 9831version = "2.0.5"
 9832source = "registry+https://github.com/rust-lang/crates.io-index"
 9833checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9834dependencies = [
 9835 "mime",
 9836 "unicase",
 9837]
 9838
 9839[[package]]
 9840name = "minimal-lexical"
 9841version = "0.2.1"
 9842source = "registry+https://github.com/rust-lang/crates.io-index"
 9843checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9844
 9845[[package]]
 9846name = "miniz_oxide"
 9847version = "0.8.8"
 9848source = "registry+https://github.com/rust-lang/crates.io-index"
 9849checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9850dependencies = [
 9851 "adler2",
 9852 "simd-adler32",
 9853]
 9854
 9855[[package]]
 9856name = "mint"
 9857version = "0.5.9"
 9858source = "registry+https://github.com/rust-lang/crates.io-index"
 9859checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9860
 9861[[package]]
 9862name = "mio"
 9863version = "1.0.3"
 9864source = "registry+https://github.com/rust-lang/crates.io-index"
 9865checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9866dependencies = [
 9867 "libc",
 9868 "log",
 9869 "wasi 0.11.0+wasi-snapshot-preview1",
 9870 "windows-sys 0.52.0",
 9871]
 9872
 9873[[package]]
 9874name = "miow"
 9875version = "0.6.0"
 9876source = "registry+https://github.com/rust-lang/crates.io-index"
 9877checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9878dependencies = [
 9879 "windows-sys 0.48.0",
 9880]
 9881
 9882[[package]]
 9883name = "mistral"
 9884version = "0.1.0"
 9885dependencies = [
 9886 "anyhow",
 9887 "futures 0.3.31",
 9888 "http_client",
 9889 "schemars",
 9890 "serde",
 9891 "serde_json",
 9892 "strum 0.27.1",
 9893 "workspace-hack",
 9894]
 9895
 9896[[package]]
 9897name = "moka"
 9898version = "0.12.10"
 9899source = "registry+https://github.com/rust-lang/crates.io-index"
 9900checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9901dependencies = [
 9902 "crossbeam-channel",
 9903 "crossbeam-epoch",
 9904 "crossbeam-utils",
 9905 "loom",
 9906 "parking_lot",
 9907 "portable-atomic",
 9908 "rustc_version",
 9909 "smallvec",
 9910 "tagptr",
 9911 "thiserror 1.0.69",
 9912 "uuid",
 9913]
 9914
 9915[[package]]
 9916name = "msvc_spectre_libs"
 9917version = "0.1.3"
 9918source = "registry+https://github.com/rust-lang/crates.io-index"
 9919checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9920dependencies = [
 9921 "cc",
 9922]
 9923
 9924[[package]]
 9925name = "multi_buffer"
 9926version = "0.1.0"
 9927dependencies = [
 9928 "anyhow",
 9929 "buffer_diff",
 9930 "clock",
 9931 "collections",
 9932 "ctor",
 9933 "env_logger 0.11.8",
 9934 "gpui",
 9935 "indoc",
 9936 "itertools 0.14.0",
 9937 "language",
 9938 "log",
 9939 "parking_lot",
 9940 "pretty_assertions",
 9941 "project",
 9942 "rand 0.8.5",
 9943 "rope",
 9944 "serde",
 9945 "settings",
 9946 "smallvec",
 9947 "smol",
 9948 "sum_tree",
 9949 "text",
 9950 "theme",
 9951 "tree-sitter",
 9952 "util",
 9953 "workspace-hack",
 9954]
 9955
 9956[[package]]
 9957name = "multimap"
 9958version = "0.8.3"
 9959source = "registry+https://github.com/rust-lang/crates.io-index"
 9960checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9961
 9962[[package]]
 9963name = "multimap"
 9964version = "0.10.0"
 9965source = "registry+https://github.com/rust-lang/crates.io-index"
 9966checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9967
 9968[[package]]
 9969name = "naga"
 9970version = "25.0.1"
 9971source = "registry+https://github.com/rust-lang/crates.io-index"
 9972checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9973dependencies = [
 9974 "arrayvec",
 9975 "bit-set 0.8.0",
 9976 "bitflags 2.9.0",
 9977 "cfg_aliases 0.2.1",
 9978 "codespan-reporting 0.12.0",
 9979 "half",
 9980 "hashbrown 0.15.3",
 9981 "hexf-parse",
 9982 "indexmap",
 9983 "log",
 9984 "num-traits",
 9985 "once_cell",
 9986 "rustc-hash 1.1.0",
 9987 "spirv",
 9988 "strum 0.26.3",
 9989 "thiserror 2.0.12",
 9990 "unicode-ident",
 9991]
 9992
 9993[[package]]
 9994name = "nanoid"
 9995version = "0.4.0"
 9996source = "registry+https://github.com/rust-lang/crates.io-index"
 9997checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9998dependencies = [
 9999 "rand 0.8.5",
10000]
10001
10002[[package]]
10003name = "nanorand"
10004version = "0.7.0"
10005source = "registry+https://github.com/rust-lang/crates.io-index"
10006checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10007dependencies = [
10008 "getrandom 0.2.15",
10009]
10010
10011[[package]]
10012name = "native-tls"
10013version = "0.2.14"
10014source = "registry+https://github.com/rust-lang/crates.io-index"
10015checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10016dependencies = [
10017 "libc",
10018 "log",
10019 "openssl",
10020 "openssl-probe",
10021 "openssl-sys",
10022 "schannel",
10023 "security-framework 2.11.1",
10024 "security-framework-sys",
10025 "tempfile",
10026]
10027
10028[[package]]
10029name = "nbformat"
10030version = "0.10.0"
10031source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10032dependencies = [
10033 "anyhow",
10034 "chrono",
10035 "jupyter-protocol",
10036 "serde",
10037 "serde_json",
10038 "thiserror 1.0.69",
10039 "uuid",
10040]
10041
10042[[package]]
10043name = "ndk"
10044version = "0.8.0"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10047dependencies = [
10048 "bitflags 2.9.0",
10049 "jni-sys",
10050 "log",
10051 "ndk-sys",
10052 "num_enum",
10053 "thiserror 1.0.69",
10054]
10055
10056[[package]]
10057name = "ndk-context"
10058version = "0.1.1"
10059source = "registry+https://github.com/rust-lang/crates.io-index"
10060checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10061
10062[[package]]
10063name = "ndk-sys"
10064version = "0.5.0+25.2.9519653"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10067dependencies = [
10068 "jni-sys",
10069]
10070
10071[[package]]
10072name = "new_debug_unreachable"
10073version = "1.0.6"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10076
10077[[package]]
10078name = "nix"
10079version = "0.28.0"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10082dependencies = [
10083 "bitflags 2.9.0",
10084 "cfg-if",
10085 "cfg_aliases 0.1.1",
10086 "libc",
10087]
10088
10089[[package]]
10090name = "nix"
10091version = "0.29.0"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10094dependencies = [
10095 "bitflags 2.9.0",
10096 "cfg-if",
10097 "cfg_aliases 0.2.1",
10098 "libc",
10099 "memoffset",
10100]
10101
10102[[package]]
10103name = "node_runtime"
10104version = "0.1.0"
10105dependencies = [
10106 "anyhow",
10107 "async-compression",
10108 "async-std",
10109 "async-tar",
10110 "async-trait",
10111 "async-watch",
10112 "futures 0.3.31",
10113 "http_client",
10114 "log",
10115 "paths",
10116 "semver",
10117 "serde",
10118 "serde_json",
10119 "smol",
10120 "util",
10121 "which 6.0.3",
10122 "workspace-hack",
10123]
10124
10125[[package]]
10126name = "nom"
10127version = "7.1.3"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10130dependencies = [
10131 "memchr",
10132 "minimal-lexical",
10133]
10134
10135[[package]]
10136name = "noop_proc_macro"
10137version = "0.3.0"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10140
10141[[package]]
10142name = "normpath"
10143version = "1.3.0"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10146dependencies = [
10147 "windows-sys 0.59.0",
10148]
10149
10150[[package]]
10151name = "notifications"
10152version = "0.1.0"
10153dependencies = [
10154 "anyhow",
10155 "channel",
10156 "client",
10157 "collections",
10158 "component",
10159 "db",
10160 "gpui",
10161 "rpc",
10162 "settings",
10163 "sum_tree",
10164 "time",
10165 "ui",
10166 "util",
10167 "workspace",
10168 "workspace-hack",
10169]
10170
10171[[package]]
10172name = "notify"
10173version = "8.0.0"
10174source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10175dependencies = [
10176 "bitflags 2.9.0",
10177 "filetime",
10178 "fsevent-sys 4.1.0",
10179 "inotify",
10180 "kqueue",
10181 "libc",
10182 "log",
10183 "mio",
10184 "notify-types",
10185 "walkdir",
10186 "windows-sys 0.59.0",
10187]
10188
10189[[package]]
10190name = "notify-debouncer-mini"
10191version = "0.6.0"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10194dependencies = [
10195 "log",
10196 "notify",
10197 "notify-types",
10198 "tempfile",
10199]
10200
10201[[package]]
10202name = "notify-types"
10203version = "2.0.0"
10204source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10205
10206[[package]]
10207name = "ntapi"
10208version = "0.4.1"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10211dependencies = [
10212 "winapi",
10213]
10214
10215[[package]]
10216name = "nu-ansi-term"
10217version = "0.46.0"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10220dependencies = [
10221 "overload",
10222 "winapi",
10223]
10224
10225[[package]]
10226name = "nu-ansi-term"
10227version = "0.50.1"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10230dependencies = [
10231 "windows-sys 0.52.0",
10232]
10233
10234[[package]]
10235name = "num"
10236version = "0.4.3"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10239dependencies = [
10240 "num-bigint",
10241 "num-complex",
10242 "num-integer",
10243 "num-iter",
10244 "num-rational",
10245 "num-traits",
10246]
10247
10248[[package]]
10249name = "num-bigint"
10250version = "0.4.6"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10253dependencies = [
10254 "num-integer",
10255 "num-traits",
10256]
10257
10258[[package]]
10259name = "num-bigint-dig"
10260version = "0.8.4"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10263dependencies = [
10264 "byteorder",
10265 "lazy_static",
10266 "libm",
10267 "num-integer",
10268 "num-iter",
10269 "num-traits",
10270 "rand 0.8.5",
10271 "serde",
10272 "smallvec",
10273 "zeroize",
10274]
10275
10276[[package]]
10277name = "num-cmp"
10278version = "0.1.0"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10281
10282[[package]]
10283name = "num-complex"
10284version = "0.4.6"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10287dependencies = [
10288 "num-traits",
10289]
10290
10291[[package]]
10292name = "num-conv"
10293version = "0.1.0"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10296
10297[[package]]
10298name = "num-derive"
10299version = "0.4.2"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10302dependencies = [
10303 "proc-macro2",
10304 "quote",
10305 "syn 2.0.101",
10306]
10307
10308[[package]]
10309name = "num-format"
10310version = "0.4.4"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10313dependencies = [
10314 "arrayvec",
10315 "itoa",
10316]
10317
10318[[package]]
10319name = "num-integer"
10320version = "0.1.46"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10323dependencies = [
10324 "num-traits",
10325]
10326
10327[[package]]
10328name = "num-iter"
10329version = "0.1.45"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10332dependencies = [
10333 "autocfg",
10334 "num-integer",
10335 "num-traits",
10336]
10337
10338[[package]]
10339name = "num-modular"
10340version = "0.6.1"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10343
10344[[package]]
10345name = "num-order"
10346version = "1.2.0"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10349dependencies = [
10350 "num-modular",
10351]
10352
10353[[package]]
10354name = "num-rational"
10355version = "0.4.2"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10358dependencies = [
10359 "num-bigint",
10360 "num-integer",
10361 "num-traits",
10362]
10363
10364[[package]]
10365name = "num-traits"
10366version = "0.2.19"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10369dependencies = [
10370 "autocfg",
10371 "libm",
10372]
10373
10374[[package]]
10375name = "num_cpus"
10376version = "1.16.0"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10379dependencies = [
10380 "hermit-abi 0.3.9",
10381 "libc",
10382]
10383
10384[[package]]
10385name = "num_enum"
10386version = "0.7.3"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10389dependencies = [
10390 "num_enum_derive",
10391]
10392
10393[[package]]
10394name = "num_enum_derive"
10395version = "0.7.3"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10398dependencies = [
10399 "proc-macro-crate",
10400 "proc-macro2",
10401 "quote",
10402 "syn 2.0.101",
10403]
10404
10405[[package]]
10406name = "num_threads"
10407version = "0.1.7"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10410dependencies = [
10411 "libc",
10412]
10413
10414[[package]]
10415name = "nvim-rs"
10416version = "0.9.2"
10417source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10418dependencies = [
10419 "async-trait",
10420 "futures 0.3.31",
10421 "log",
10422 "rmp",
10423 "rmpv",
10424 "tokio",
10425 "tokio-util",
10426]
10427
10428[[package]]
10429name = "objc"
10430version = "0.2.7"
10431source = "registry+https://github.com/rust-lang/crates.io-index"
10432checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10433dependencies = [
10434 "malloc_buf",
10435 "objc_exception",
10436]
10437
10438[[package]]
10439name = "objc-foundation"
10440version = "0.1.1"
10441source = "registry+https://github.com/rust-lang/crates.io-index"
10442checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10443dependencies = [
10444 "block",
10445 "objc",
10446 "objc_id",
10447]
10448
10449[[package]]
10450name = "objc2"
10451version = "0.6.1"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10454dependencies = [
10455 "objc2-encode",
10456]
10457
10458[[package]]
10459name = "objc2-app-kit"
10460version = "0.3.1"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10463dependencies = [
10464 "bitflags 2.9.0",
10465 "objc2",
10466 "objc2-core-foundation",
10467 "objc2-foundation",
10468 "objc2-quartz-core",
10469]
10470
10471[[package]]
10472name = "objc2-core-foundation"
10473version = "0.3.1"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10476dependencies = [
10477 "bitflags 2.9.0",
10478 "dispatch2",
10479 "objc2",
10480]
10481
10482[[package]]
10483name = "objc2-encode"
10484version = "4.1.0"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10487
10488[[package]]
10489name = "objc2-foundation"
10490version = "0.3.1"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10493dependencies = [
10494 "bitflags 2.9.0",
10495 "objc2",
10496 "objc2-core-foundation",
10497]
10498
10499[[package]]
10500name = "objc2-metal"
10501version = "0.3.1"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10504dependencies = [
10505 "bitflags 2.9.0",
10506 "block2",
10507 "dispatch2",
10508 "objc2",
10509 "objc2-core-foundation",
10510 "objc2-foundation",
10511]
10512
10513[[package]]
10514name = "objc2-quartz-core"
10515version = "0.3.1"
10516source = "registry+https://github.com/rust-lang/crates.io-index"
10517checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10518dependencies = [
10519 "bitflags 2.9.0",
10520 "objc2",
10521 "objc2-core-foundation",
10522 "objc2-foundation",
10523 "objc2-metal",
10524]
10525
10526[[package]]
10527name = "objc2-ui-kit"
10528version = "0.3.1"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10531dependencies = [
10532 "bitflags 2.9.0",
10533 "objc2",
10534 "objc2-core-foundation",
10535 "objc2-foundation",
10536 "objc2-quartz-core",
10537]
10538
10539[[package]]
10540name = "objc_exception"
10541version = "0.1.2"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10544dependencies = [
10545 "cc",
10546]
10547
10548[[package]]
10549name = "objc_id"
10550version = "0.1.1"
10551source = "registry+https://github.com/rust-lang/crates.io-index"
10552checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10553dependencies = [
10554 "objc",
10555]
10556
10557[[package]]
10558name = "object"
10559version = "0.36.7"
10560source = "registry+https://github.com/rust-lang/crates.io-index"
10561checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10562dependencies = [
10563 "crc32fast",
10564 "hashbrown 0.15.3",
10565 "indexmap",
10566 "memchr",
10567]
10568
10569[[package]]
10570name = "oboe"
10571version = "0.6.1"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10574dependencies = [
10575 "jni",
10576 "ndk",
10577 "ndk-context",
10578 "num-derive",
10579 "num-traits",
10580 "oboe-sys",
10581]
10582
10583[[package]]
10584name = "oboe-sys"
10585version = "0.6.1"
10586source = "registry+https://github.com/rust-lang/crates.io-index"
10587checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10588dependencies = [
10589 "cc",
10590]
10591
10592[[package]]
10593name = "ollama"
10594version = "0.1.0"
10595dependencies = [
10596 "anyhow",
10597 "futures 0.3.31",
10598 "http_client",
10599 "schemars",
10600 "serde",
10601 "serde_json",
10602 "workspace-hack",
10603]
10604
10605[[package]]
10606name = "once_cell"
10607version = "1.21.3"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10610
10611[[package]]
10612name = "oo7"
10613version = "0.4.3"
10614source = "registry+https://github.com/rust-lang/crates.io-index"
10615checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10616dependencies = [
10617 "aes",
10618 "ashpd",
10619 "async-fs",
10620 "async-io",
10621 "async-lock",
10622 "blocking",
10623 "cbc",
10624 "cipher",
10625 "digest",
10626 "endi",
10627 "futures-lite 2.6.0",
10628 "futures-util",
10629 "getrandom 0.3.2",
10630 "hkdf",
10631 "hmac",
10632 "md-5",
10633 "num",
10634 "num-bigint-dig",
10635 "pbkdf2 0.12.2",
10636 "rand 0.9.1",
10637 "serde",
10638 "sha2",
10639 "subtle",
10640 "zbus",
10641 "zbus_macros",
10642 "zeroize",
10643 "zvariant",
10644]
10645
10646[[package]]
10647name = "oorandom"
10648version = "11.1.5"
10649source = "registry+https://github.com/rust-lang/crates.io-index"
10650checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10651
10652[[package]]
10653name = "open"
10654version = "5.3.2"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10657dependencies = [
10658 "is-wsl",
10659 "libc",
10660 "pathdiff",
10661]
10662
10663[[package]]
10664name = "open_ai"
10665version = "0.1.0"
10666dependencies = [
10667 "anyhow",
10668 "futures 0.3.31",
10669 "http_client",
10670 "schemars",
10671 "serde",
10672 "serde_json",
10673 "strum 0.27.1",
10674 "workspace-hack",
10675]
10676
10677[[package]]
10678name = "opener"
10679version = "0.7.2"
10680source = "registry+https://github.com/rust-lang/crates.io-index"
10681checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10682dependencies = [
10683 "bstr",
10684 "dbus",
10685 "normpath",
10686 "windows-sys 0.59.0",
10687]
10688
10689[[package]]
10690name = "openssl"
10691version = "0.10.72"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10694dependencies = [
10695 "bitflags 2.9.0",
10696 "cfg-if",
10697 "foreign-types 0.3.2",
10698 "libc",
10699 "once_cell",
10700 "openssl-macros",
10701 "openssl-sys",
10702]
10703
10704[[package]]
10705name = "openssl-macros"
10706version = "0.1.1"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10709dependencies = [
10710 "proc-macro2",
10711 "quote",
10712 "syn 2.0.101",
10713]
10714
10715[[package]]
10716name = "openssl-probe"
10717version = "0.1.6"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10720
10721[[package]]
10722name = "openssl-sys"
10723version = "0.9.107"
10724source = "registry+https://github.com/rust-lang/crates.io-index"
10725checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10726dependencies = [
10727 "cc",
10728 "libc",
10729 "pkg-config",
10730 "vcpkg",
10731]
10732
10733[[package]]
10734name = "optfield"
10735version = "0.3.0"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10738dependencies = [
10739 "proc-macro2",
10740 "quote",
10741 "syn 2.0.101",
10742]
10743
10744[[package]]
10745name = "option-ext"
10746version = "0.2.0"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10749
10750[[package]]
10751name = "ordered-float"
10752version = "2.10.1"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10755dependencies = [
10756 "num-traits",
10757]
10758
10759[[package]]
10760name = "ordered-float"
10761version = "4.6.0"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10764dependencies = [
10765 "num-traits",
10766]
10767
10768[[package]]
10769name = "ordered-stream"
10770version = "0.2.0"
10771source = "registry+https://github.com/rust-lang/crates.io-index"
10772checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10773dependencies = [
10774 "futures-core",
10775 "pin-project-lite",
10776]
10777
10778[[package]]
10779name = "ouroboros"
10780version = "0.18.5"
10781source = "registry+https://github.com/rust-lang/crates.io-index"
10782checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10783dependencies = [
10784 "aliasable",
10785 "ouroboros_macro",
10786 "static_assertions",
10787]
10788
10789[[package]]
10790name = "ouroboros_macro"
10791version = "0.18.5"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10794dependencies = [
10795 "heck 0.4.1",
10796 "proc-macro2",
10797 "proc-macro2-diagnostics",
10798 "quote",
10799 "syn 2.0.101",
10800]
10801
10802[[package]]
10803name = "outline"
10804version = "0.1.0"
10805dependencies = [
10806 "editor",
10807 "fuzzy",
10808 "gpui",
10809 "indoc",
10810 "language",
10811 "menu",
10812 "ordered-float 2.10.1",
10813 "picker",
10814 "project",
10815 "rope",
10816 "serde_json",
10817 "settings",
10818 "smol",
10819 "theme",
10820 "tree-sitter-rust",
10821 "tree-sitter-typescript",
10822 "ui",
10823 "util",
10824 "workspace",
10825 "workspace-hack",
10826 "zed_actions",
10827]
10828
10829[[package]]
10830name = "outline_panel"
10831version = "0.1.0"
10832dependencies = [
10833 "anyhow",
10834 "collections",
10835 "db",
10836 "editor",
10837 "file_icons",
10838 "fuzzy",
10839 "gpui",
10840 "itertools 0.14.0",
10841 "language",
10842 "log",
10843 "menu",
10844 "outline",
10845 "pretty_assertions",
10846 "project",
10847 "schemars",
10848 "search",
10849 "serde",
10850 "serde_json",
10851 "settings",
10852 "smallvec",
10853 "smol",
10854 "theme",
10855 "ui",
10856 "util",
10857 "workspace",
10858 "workspace-hack",
10859 "worktree",
10860 "zed_actions",
10861]
10862
10863[[package]]
10864name = "outref"
10865version = "0.5.2"
10866source = "registry+https://github.com/rust-lang/crates.io-index"
10867checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10868
10869[[package]]
10870name = "overload"
10871version = "0.1.1"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10874
10875[[package]]
10876name = "p256"
10877version = "0.11.1"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10880dependencies = [
10881 "ecdsa",
10882 "elliptic-curve",
10883 "sha2",
10884]
10885
10886[[package]]
10887name = "page_size"
10888version = "0.6.0"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10891dependencies = [
10892 "libc",
10893 "winapi",
10894]
10895
10896[[package]]
10897name = "palette"
10898version = "0.7.6"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10901dependencies = [
10902 "approx",
10903 "fast-srgb8",
10904 "palette_derive",
10905]
10906
10907[[package]]
10908name = "palette_derive"
10909version = "0.7.6"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10912dependencies = [
10913 "by_address",
10914 "proc-macro2",
10915 "quote",
10916 "syn 2.0.101",
10917]
10918
10919[[package]]
10920name = "panel"
10921version = "0.1.0"
10922dependencies = [
10923 "editor",
10924 "gpui",
10925 "settings",
10926 "theme",
10927 "ui",
10928 "workspace",
10929 "workspace-hack",
10930]
10931
10932[[package]]
10933name = "parking"
10934version = "2.2.1"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10937
10938[[package]]
10939name = "parking_lot"
10940version = "0.12.3"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10943dependencies = [
10944 "lock_api",
10945 "parking_lot_core",
10946]
10947
10948[[package]]
10949name = "parking_lot_core"
10950version = "0.9.10"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10953dependencies = [
10954 "cfg-if",
10955 "libc",
10956 "redox_syscall 0.5.11",
10957 "smallvec",
10958 "windows-targets 0.52.6",
10959]
10960
10961[[package]]
10962name = "partial-json-fixer"
10963version = "0.5.3"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10966
10967[[package]]
10968name = "password-hash"
10969version = "0.4.2"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10972dependencies = [
10973 "base64ct",
10974 "rand_core 0.6.4",
10975 "subtle",
10976]
10977
10978[[package]]
10979name = "password-hash"
10980version = "0.5.0"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10983dependencies = [
10984 "base64ct",
10985 "rand_core 0.6.4",
10986 "subtle",
10987]
10988
10989[[package]]
10990name = "paste"
10991version = "1.0.15"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10994
10995[[package]]
10996name = "pathdiff"
10997version = "0.2.3"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11000
11001[[package]]
11002name = "pathfinder_geometry"
11003version = "0.5.1"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11006dependencies = [
11007 "log",
11008 "pathfinder_simd",
11009]
11010
11011[[package]]
11012name = "pathfinder_simd"
11013version = "0.5.4"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
11016dependencies = [
11017 "rustc_version",
11018]
11019
11020[[package]]
11021name = "paths"
11022version = "0.1.0"
11023dependencies = [
11024 "dirs 4.0.0",
11025 "util",
11026 "workspace-hack",
11027]
11028
11029[[package]]
11030name = "pbjson"
11031version = "0.6.0"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11034dependencies = [
11035 "base64 0.21.7",
11036 "serde",
11037]
11038
11039[[package]]
11040name = "pbjson-build"
11041version = "0.6.2"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11044dependencies = [
11045 "heck 0.4.1",
11046 "itertools 0.11.0",
11047 "prost 0.12.6",
11048 "prost-types 0.12.6",
11049]
11050
11051[[package]]
11052name = "pbjson-types"
11053version = "0.6.0"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11056dependencies = [
11057 "bytes 1.10.1",
11058 "chrono",
11059 "pbjson",
11060 "pbjson-build",
11061 "prost 0.12.6",
11062 "prost-build 0.12.6",
11063 "serde",
11064]
11065
11066[[package]]
11067name = "pbkdf2"
11068version = "0.11.0"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11071dependencies = [
11072 "digest",
11073 "hmac",
11074 "password-hash 0.4.2",
11075 "sha2",
11076]
11077
11078[[package]]
11079name = "pbkdf2"
11080version = "0.12.2"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11083dependencies = [
11084 "digest",
11085 "hmac",
11086]
11087
11088[[package]]
11089name = "pem"
11090version = "3.0.5"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11093dependencies = [
11094 "base64 0.22.1",
11095 "serde",
11096]
11097
11098[[package]]
11099name = "pem-rfc7468"
11100version = "0.7.0"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11103dependencies = [
11104 "base64ct",
11105]
11106
11107[[package]]
11108name = "percent-encoding"
11109version = "2.3.1"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11112
11113[[package]]
11114name = "perplexity"
11115version = "0.1.0"
11116dependencies = [
11117 "serde",
11118 "zed_extension_api 0.6.0",
11119]
11120
11121[[package]]
11122name = "pest"
11123version = "2.8.0"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11126dependencies = [
11127 "memchr",
11128 "thiserror 2.0.12",
11129 "ucd-trie",
11130]
11131
11132[[package]]
11133name = "pest_derive"
11134version = "2.8.0"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11137dependencies = [
11138 "pest",
11139 "pest_generator",
11140]
11141
11142[[package]]
11143name = "pest_generator"
11144version = "2.8.0"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11147dependencies = [
11148 "pest",
11149 "pest_meta",
11150 "proc-macro2",
11151 "quote",
11152 "syn 2.0.101",
11153]
11154
11155[[package]]
11156name = "pest_meta"
11157version = "2.8.0"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11160dependencies = [
11161 "once_cell",
11162 "pest",
11163 "sha2",
11164]
11165
11166[[package]]
11167name = "pet"
11168version = "0.1.0"
11169source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11170dependencies = [
11171 "clap",
11172 "env_logger 0.10.2",
11173 "lazy_static",
11174 "log",
11175 "msvc_spectre_libs",
11176 "pet-conda",
11177 "pet-core",
11178 "pet-env-var-path",
11179 "pet-fs",
11180 "pet-global-virtualenvs",
11181 "pet-homebrew",
11182 "pet-jsonrpc",
11183 "pet-linux-global-python",
11184 "pet-mac-commandlinetools",
11185 "pet-mac-python-org",
11186 "pet-mac-xcode",
11187 "pet-pipenv",
11188 "pet-pixi",
11189 "pet-poetry",
11190 "pet-pyenv",
11191 "pet-python-utils",
11192 "pet-reporter",
11193 "pet-telemetry",
11194 "pet-venv",
11195 "pet-virtualenv",
11196 "pet-virtualenvwrapper",
11197 "pet-windows-registry",
11198 "pet-windows-store",
11199 "serde",
11200 "serde_json",
11201]
11202
11203[[package]]
11204name = "pet-conda"
11205version = "0.1.0"
11206source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11207dependencies = [
11208 "env_logger 0.10.2",
11209 "lazy_static",
11210 "log",
11211 "msvc_spectre_libs",
11212 "pet-core",
11213 "pet-fs",
11214 "pet-python-utils",
11215 "pet-reporter",
11216 "regex",
11217 "serde",
11218 "serde_json",
11219 "yaml-rust2",
11220]
11221
11222[[package]]
11223name = "pet-core"
11224version = "0.1.0"
11225source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11226dependencies = [
11227 "clap",
11228 "lazy_static",
11229 "log",
11230 "msvc_spectre_libs",
11231 "pet-fs",
11232 "regex",
11233 "serde",
11234 "serde_json",
11235]
11236
11237[[package]]
11238name = "pet-env-var-path"
11239version = "0.1.0"
11240source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11241dependencies = [
11242 "lazy_static",
11243 "log",
11244 "msvc_spectre_libs",
11245 "pet-conda",
11246 "pet-core",
11247 "pet-fs",
11248 "pet-python-utils",
11249 "pet-virtualenv",
11250 "regex",
11251]
11252
11253[[package]]
11254name = "pet-fs"
11255version = "0.1.0"
11256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11257dependencies = [
11258 "log",
11259 "msvc_spectre_libs",
11260]
11261
11262[[package]]
11263name = "pet-global-virtualenvs"
11264version = "0.1.0"
11265source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11266dependencies = [
11267 "log",
11268 "msvc_spectre_libs",
11269 "pet-conda",
11270 "pet-core",
11271 "pet-fs",
11272 "pet-virtualenv",
11273]
11274
11275[[package]]
11276name = "pet-homebrew"
11277version = "0.1.0"
11278source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11279dependencies = [
11280 "lazy_static",
11281 "log",
11282 "msvc_spectre_libs",
11283 "pet-conda",
11284 "pet-core",
11285 "pet-fs",
11286 "pet-python-utils",
11287 "pet-virtualenv",
11288 "regex",
11289 "serde",
11290 "serde_json",
11291]
11292
11293[[package]]
11294name = "pet-jsonrpc"
11295version = "0.1.0"
11296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11297dependencies = [
11298 "env_logger 0.10.2",
11299 "log",
11300 "msvc_spectre_libs",
11301 "pet-core",
11302 "serde",
11303 "serde_json",
11304]
11305
11306[[package]]
11307name = "pet-linux-global-python"
11308version = "0.1.0"
11309source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11310dependencies = [
11311 "log",
11312 "msvc_spectre_libs",
11313 "pet-core",
11314 "pet-fs",
11315 "pet-python-utils",
11316 "pet-virtualenv",
11317]
11318
11319[[package]]
11320name = "pet-mac-commandlinetools"
11321version = "0.1.0"
11322source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11323dependencies = [
11324 "log",
11325 "msvc_spectre_libs",
11326 "pet-core",
11327 "pet-fs",
11328 "pet-python-utils",
11329 "pet-virtualenv",
11330]
11331
11332[[package]]
11333name = "pet-mac-python-org"
11334version = "0.1.0"
11335source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11336dependencies = [
11337 "log",
11338 "msvc_spectre_libs",
11339 "pet-core",
11340 "pet-fs",
11341 "pet-python-utils",
11342 "pet-virtualenv",
11343]
11344
11345[[package]]
11346name = "pet-mac-xcode"
11347version = "0.1.0"
11348source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11349dependencies = [
11350 "log",
11351 "msvc_spectre_libs",
11352 "pet-core",
11353 "pet-fs",
11354 "pet-python-utils",
11355 "pet-virtualenv",
11356]
11357
11358[[package]]
11359name = "pet-pipenv"
11360version = "0.1.0"
11361source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11362dependencies = [
11363 "log",
11364 "msvc_spectre_libs",
11365 "pet-core",
11366 "pet-fs",
11367 "pet-python-utils",
11368 "pet-virtualenv",
11369]
11370
11371[[package]]
11372name = "pet-pixi"
11373version = "0.1.0"
11374source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11375dependencies = [
11376 "log",
11377 "msvc_spectre_libs",
11378 "pet-conda",
11379 "pet-core",
11380 "pet-python-utils",
11381]
11382
11383[[package]]
11384name = "pet-poetry"
11385version = "0.1.0"
11386source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11387dependencies = [
11388 "base64 0.22.1",
11389 "lazy_static",
11390 "log",
11391 "msvc_spectre_libs",
11392 "pet-core",
11393 "pet-fs",
11394 "pet-python-utils",
11395 "pet-reporter",
11396 "pet-virtualenv",
11397 "regex",
11398 "serde",
11399 "serde_json",
11400 "sha2",
11401 "toml 0.8.20",
11402]
11403
11404[[package]]
11405name = "pet-pyenv"
11406version = "0.1.0"
11407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11408dependencies = [
11409 "lazy_static",
11410 "log",
11411 "msvc_spectre_libs",
11412 "pet-conda",
11413 "pet-core",
11414 "pet-fs",
11415 "pet-python-utils",
11416 "pet-reporter",
11417 "regex",
11418 "serde",
11419 "serde_json",
11420]
11421
11422[[package]]
11423name = "pet-python-utils"
11424version = "0.1.0"
11425source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11426dependencies = [
11427 "env_logger 0.10.2",
11428 "lazy_static",
11429 "log",
11430 "msvc_spectre_libs",
11431 "pet-core",
11432 "pet-fs",
11433 "regex",
11434 "serde",
11435 "serde_json",
11436 "sha2",
11437]
11438
11439[[package]]
11440name = "pet-reporter"
11441version = "0.1.0"
11442source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11443dependencies = [
11444 "env_logger 0.10.2",
11445 "log",
11446 "msvc_spectre_libs",
11447 "pet-core",
11448 "pet-jsonrpc",
11449 "serde",
11450 "serde_json",
11451]
11452
11453[[package]]
11454name = "pet-telemetry"
11455version = "0.1.0"
11456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11457dependencies = [
11458 "env_logger 0.10.2",
11459 "lazy_static",
11460 "log",
11461 "msvc_spectre_libs",
11462 "pet-core",
11463 "pet-fs",
11464 "pet-python-utils",
11465 "regex",
11466]
11467
11468[[package]]
11469name = "pet-venv"
11470version = "0.1.0"
11471source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11472dependencies = [
11473 "log",
11474 "msvc_spectre_libs",
11475 "pet-core",
11476 "pet-python-utils",
11477 "pet-virtualenv",
11478]
11479
11480[[package]]
11481name = "pet-virtualenv"
11482version = "0.1.0"
11483source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11484dependencies = [
11485 "log",
11486 "msvc_spectre_libs",
11487 "pet-core",
11488 "pet-fs",
11489 "pet-python-utils",
11490]
11491
11492[[package]]
11493name = "pet-virtualenvwrapper"
11494version = "0.1.0"
11495source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11496dependencies = [
11497 "log",
11498 "msvc_spectre_libs",
11499 "pet-core",
11500 "pet-fs",
11501 "pet-python-utils",
11502 "pet-virtualenv",
11503]
11504
11505[[package]]
11506name = "pet-windows-registry"
11507version = "0.1.0"
11508source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11509dependencies = [
11510 "lazy_static",
11511 "log",
11512 "msvc_spectre_libs",
11513 "pet-conda",
11514 "pet-core",
11515 "pet-fs",
11516 "pet-python-utils",
11517 "pet-virtualenv",
11518 "pet-windows-store",
11519 "regex",
11520 "winreg 0.55.0",
11521]
11522
11523[[package]]
11524name = "pet-windows-store"
11525version = "0.1.0"
11526source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11527dependencies = [
11528 "lazy_static",
11529 "log",
11530 "msvc_spectre_libs",
11531 "pet-core",
11532 "pet-fs",
11533 "pet-python-utils",
11534 "pet-virtualenv",
11535 "regex",
11536 "winreg 0.55.0",
11537]
11538
11539[[package]]
11540name = "petgraph"
11541version = "0.6.5"
11542source = "registry+https://github.com/rust-lang/crates.io-index"
11543checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11544dependencies = [
11545 "fixedbitset",
11546 "indexmap",
11547]
11548
11549[[package]]
11550name = "pgvector"
11551version = "0.4.0"
11552source = "registry+https://github.com/rust-lang/crates.io-index"
11553checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11554dependencies = [
11555 "serde",
11556]
11557
11558[[package]]
11559name = "phf"
11560version = "0.11.3"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11563dependencies = [
11564 "phf_macros",
11565 "phf_shared",
11566]
11567
11568[[package]]
11569name = "phf_codegen"
11570version = "0.11.3"
11571source = "registry+https://github.com/rust-lang/crates.io-index"
11572checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11573dependencies = [
11574 "phf_generator",
11575 "phf_shared",
11576]
11577
11578[[package]]
11579name = "phf_generator"
11580version = "0.11.3"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11583dependencies = [
11584 "phf_shared",
11585 "rand 0.8.5",
11586]
11587
11588[[package]]
11589name = "phf_macros"
11590version = "0.11.3"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11593dependencies = [
11594 "phf_generator",
11595 "phf_shared",
11596 "proc-macro2",
11597 "quote",
11598 "syn 2.0.101",
11599]
11600
11601[[package]]
11602name = "phf_shared"
11603version = "0.11.3"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11606dependencies = [
11607 "siphasher",
11608]
11609
11610[[package]]
11611name = "picker"
11612version = "0.1.0"
11613dependencies = [
11614 "anyhow",
11615 "ctor",
11616 "editor",
11617 "env_logger 0.11.8",
11618 "gpui",
11619 "menu",
11620 "schemars",
11621 "serde",
11622 "serde_json",
11623 "ui",
11624 "util",
11625 "workspace",
11626 "workspace-hack",
11627]
11628
11629[[package]]
11630name = "pico-args"
11631version = "0.5.0"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11634
11635[[package]]
11636name = "pin-project"
11637version = "1.1.10"
11638source = "registry+https://github.com/rust-lang/crates.io-index"
11639checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11640dependencies = [
11641 "pin-project-internal",
11642]
11643
11644[[package]]
11645name = "pin-project-internal"
11646version = "1.1.10"
11647source = "registry+https://github.com/rust-lang/crates.io-index"
11648checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11649dependencies = [
11650 "proc-macro2",
11651 "quote",
11652 "syn 2.0.101",
11653]
11654
11655[[package]]
11656name = "pin-project-lite"
11657version = "0.2.16"
11658source = "registry+https://github.com/rust-lang/crates.io-index"
11659checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11660
11661[[package]]
11662name = "pin-utils"
11663version = "0.1.0"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11666
11667[[package]]
11668name = "piper"
11669version = "0.2.4"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11672dependencies = [
11673 "atomic-waker",
11674 "fastrand 2.3.0",
11675 "futures-io",
11676]
11677
11678[[package]]
11679name = "pkcs1"
11680version = "0.7.5"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11683dependencies = [
11684 "der 0.7.10",
11685 "pkcs8 0.10.2",
11686 "spki 0.7.3",
11687]
11688
11689[[package]]
11690name = "pkcs8"
11691version = "0.9.0"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11694dependencies = [
11695 "der 0.6.1",
11696 "spki 0.6.0",
11697]
11698
11699[[package]]
11700name = "pkcs8"
11701version = "0.10.2"
11702source = "registry+https://github.com/rust-lang/crates.io-index"
11703checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11704dependencies = [
11705 "der 0.7.10",
11706 "spki 0.7.3",
11707]
11708
11709[[package]]
11710name = "pkg-config"
11711version = "0.3.32"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11714
11715[[package]]
11716name = "plist"
11717version = "1.7.1"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11720dependencies = [
11721 "base64 0.22.1",
11722 "indexmap",
11723 "quick-xml 0.32.0",
11724 "serde",
11725 "time",
11726]
11727
11728[[package]]
11729name = "plotters"
11730version = "0.3.7"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11733dependencies = [
11734 "num-traits",
11735 "plotters-backend",
11736 "plotters-svg",
11737 "wasm-bindgen",
11738 "web-sys",
11739]
11740
11741[[package]]
11742name = "plotters-backend"
11743version = "0.3.7"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11746
11747[[package]]
11748name = "plotters-svg"
11749version = "0.3.7"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11752dependencies = [
11753 "plotters-backend",
11754]
11755
11756[[package]]
11757name = "png"
11758version = "0.17.16"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11761dependencies = [
11762 "bitflags 1.3.2",
11763 "crc32fast",
11764 "fdeflate",
11765 "flate2",
11766 "miniz_oxide",
11767]
11768
11769[[package]]
11770name = "polling"
11771version = "3.7.4"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11774dependencies = [
11775 "cfg-if",
11776 "concurrent-queue",
11777 "hermit-abi 0.4.0",
11778 "pin-project-lite",
11779 "rustix 0.38.44",
11780 "tracing",
11781 "windows-sys 0.59.0",
11782]
11783
11784[[package]]
11785name = "pollster"
11786version = "0.2.5"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11789
11790[[package]]
11791name = "pollster"
11792version = "0.4.0"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11795
11796[[package]]
11797name = "portable-atomic"
11798version = "1.11.0"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11801
11802[[package]]
11803name = "portable-atomic-util"
11804version = "0.2.4"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11807dependencies = [
11808 "portable-atomic",
11809]
11810
11811[[package]]
11812name = "portable-pty"
11813version = "0.9.0"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11816dependencies = [
11817 "anyhow",
11818 "bitflags 1.3.2",
11819 "downcast-rs",
11820 "filedescriptor",
11821 "lazy_static",
11822 "libc",
11823 "log",
11824 "nix 0.28.0",
11825 "serial2",
11826 "shared_library",
11827 "shell-words",
11828 "winapi",
11829 "winreg 0.10.1",
11830]
11831
11832[[package]]
11833name = "postage"
11834version = "0.5.0"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11837dependencies = [
11838 "atomic",
11839 "crossbeam-queue",
11840 "futures 0.3.31",
11841 "log",
11842 "parking_lot",
11843 "pin-project",
11844 "pollster 0.2.5",
11845 "static_assertions",
11846 "thiserror 1.0.69",
11847]
11848
11849[[package]]
11850name = "postcard"
11851version = "1.1.1"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11854dependencies = [
11855 "cobs",
11856 "embedded-io 0.4.0",
11857 "embedded-io 0.6.1",
11858 "serde",
11859]
11860
11861[[package]]
11862name = "powerfmt"
11863version = "0.2.0"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11866
11867[[package]]
11868name = "ppv-lite86"
11869version = "0.2.21"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11872dependencies = [
11873 "zerocopy 0.8.24",
11874]
11875
11876[[package]]
11877name = "precomputed-hash"
11878version = "0.1.1"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11881
11882[[package]]
11883name = "prettier"
11884version = "0.1.0"
11885dependencies = [
11886 "anyhow",
11887 "collections",
11888 "fs",
11889 "gpui",
11890 "language",
11891 "log",
11892 "lsp",
11893 "node_runtime",
11894 "parking_lot",
11895 "paths",
11896 "serde",
11897 "serde_json",
11898 "util",
11899 "workspace-hack",
11900]
11901
11902[[package]]
11903name = "pretty_assertions"
11904version = "1.4.1"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11907dependencies = [
11908 "diff",
11909 "yansi",
11910]
11911
11912[[package]]
11913name = "prettyplease"
11914version = "0.2.32"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11917dependencies = [
11918 "proc-macro2",
11919 "syn 2.0.101",
11920]
11921
11922[[package]]
11923name = "proc-macro-crate"
11924version = "3.3.0"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11927dependencies = [
11928 "toml_edit",
11929]
11930
11931[[package]]
11932name = "proc-macro-error-attr2"
11933version = "2.0.0"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11936dependencies = [
11937 "proc-macro2",
11938 "quote",
11939]
11940
11941[[package]]
11942name = "proc-macro-error2"
11943version = "2.0.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11946dependencies = [
11947 "proc-macro-error-attr2",
11948 "proc-macro2",
11949 "quote",
11950 "syn 2.0.101",
11951]
11952
11953[[package]]
11954name = "proc-macro2"
11955version = "1.0.95"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11958dependencies = [
11959 "unicode-ident",
11960]
11961
11962[[package]]
11963name = "proc-macro2-diagnostics"
11964version = "0.10.1"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11967dependencies = [
11968 "proc-macro2",
11969 "quote",
11970 "syn 2.0.101",
11971 "version_check",
11972 "yansi",
11973]
11974
11975[[package]]
11976name = "prodash"
11977version = "29.0.2"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11980dependencies = [
11981 "log",
11982 "parking_lot",
11983]
11984
11985[[package]]
11986name = "profiling"
11987version = "1.0.16"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11990dependencies = [
11991 "profiling-procmacros",
11992]
11993
11994[[package]]
11995name = "profiling-procmacros"
11996version = "1.0.16"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11999dependencies = [
12000 "quote",
12001 "syn 2.0.101",
12002]
12003
12004[[package]]
12005name = "project"
12006version = "0.1.0"
12007dependencies = [
12008 "aho-corasick",
12009 "anyhow",
12010 "askpass",
12011 "async-trait",
12012 "buffer_diff",
12013 "circular-buffer",
12014 "client",
12015 "clock",
12016 "collections",
12017 "context_server",
12018 "dap",
12019 "dap_adapters",
12020 "env_logger 0.11.8",
12021 "extension",
12022 "fancy-regex 0.14.0",
12023 "fs",
12024 "futures 0.3.31",
12025 "fuzzy",
12026 "git",
12027 "git2",
12028 "git_hosting_providers",
12029 "globset",
12030 "gpui",
12031 "http_client",
12032 "image",
12033 "indexmap",
12034 "itertools 0.14.0",
12035 "language",
12036 "log",
12037 "lsp",
12038 "node_runtime",
12039 "parking_lot",
12040 "pathdiff",
12041 "paths",
12042 "postage",
12043 "prettier",
12044 "pretty_assertions",
12045 "rand 0.8.5",
12046 "regex",
12047 "release_channel",
12048 "remote",
12049 "rpc",
12050 "schemars",
12051 "serde",
12052 "serde_json",
12053 "settings",
12054 "sha2",
12055 "shellexpand 2.1.2",
12056 "shlex",
12057 "smol",
12058 "snippet",
12059 "snippet_provider",
12060 "sum_tree",
12061 "task",
12062 "tempfile",
12063 "terminal",
12064 "text",
12065 "toml 0.8.20",
12066 "unindent",
12067 "url",
12068 "util",
12069 "which 6.0.3",
12070 "workspace-hack",
12071 "worktree",
12072 "zlog",
12073]
12074
12075[[package]]
12076name = "project_panel"
12077version = "0.1.0"
12078dependencies = [
12079 "anyhow",
12080 "client",
12081 "collections",
12082 "command_palette_hooks",
12083 "db",
12084 "editor",
12085 "file_icons",
12086 "git",
12087 "gpui",
12088 "indexmap",
12089 "language",
12090 "menu",
12091 "pretty_assertions",
12092 "project",
12093 "schemars",
12094 "search",
12095 "serde",
12096 "serde_derive",
12097 "serde_json",
12098 "settings",
12099 "smallvec",
12100 "theme",
12101 "ui",
12102 "util",
12103 "workspace",
12104 "workspace-hack",
12105 "worktree",
12106 "zed_actions",
12107]
12108
12109[[package]]
12110name = "project_symbols"
12111version = "0.1.0"
12112dependencies = [
12113 "anyhow",
12114 "editor",
12115 "futures 0.3.31",
12116 "fuzzy",
12117 "gpui",
12118 "language",
12119 "lsp",
12120 "ordered-float 2.10.1",
12121 "picker",
12122 "project",
12123 "release_channel",
12124 "serde_json",
12125 "settings",
12126 "theme",
12127 "util",
12128 "workspace",
12129 "workspace-hack",
12130]
12131
12132[[package]]
12133name = "prometheus"
12134version = "0.14.0"
12135source = "registry+https://github.com/rust-lang/crates.io-index"
12136checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12137dependencies = [
12138 "cfg-if",
12139 "fnv",
12140 "lazy_static",
12141 "memchr",
12142 "parking_lot",
12143 "protobuf",
12144 "thiserror 2.0.12",
12145]
12146
12147[[package]]
12148name = "prompt_store"
12149version = "0.1.0"
12150dependencies = [
12151 "anyhow",
12152 "assets",
12153 "chrono",
12154 "collections",
12155 "fs",
12156 "futures 0.3.31",
12157 "fuzzy",
12158 "gpui",
12159 "handlebars 4.5.0",
12160 "heed",
12161 "language",
12162 "log",
12163 "parking_lot",
12164 "paths",
12165 "rope",
12166 "serde",
12167 "serde_json",
12168 "text",
12169 "util",
12170 "uuid",
12171 "workspace-hack",
12172]
12173
12174[[package]]
12175name = "prost"
12176version = "0.9.0"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12179dependencies = [
12180 "bytes 1.10.1",
12181 "prost-derive 0.9.0",
12182]
12183
12184[[package]]
12185name = "prost"
12186version = "0.12.6"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12189dependencies = [
12190 "bytes 1.10.1",
12191 "prost-derive 0.12.6",
12192]
12193
12194[[package]]
12195name = "prost"
12196version = "0.13.5"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12199dependencies = [
12200 "bytes 1.10.1",
12201 "prost-derive 0.13.5",
12202]
12203
12204[[package]]
12205name = "prost-build"
12206version = "0.9.0"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12209dependencies = [
12210 "bytes 1.10.1",
12211 "heck 0.3.3",
12212 "itertools 0.10.5",
12213 "lazy_static",
12214 "log",
12215 "multimap 0.8.3",
12216 "petgraph",
12217 "prost 0.9.0",
12218 "prost-types 0.9.0",
12219 "regex",
12220 "tempfile",
12221 "which 4.4.2",
12222]
12223
12224[[package]]
12225name = "prost-build"
12226version = "0.12.6"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12229dependencies = [
12230 "bytes 1.10.1",
12231 "heck 0.5.0",
12232 "itertools 0.12.1",
12233 "log",
12234 "multimap 0.10.0",
12235 "once_cell",
12236 "petgraph",
12237 "prettyplease",
12238 "prost 0.12.6",
12239 "prost-types 0.12.6",
12240 "regex",
12241 "syn 2.0.101",
12242 "tempfile",
12243]
12244
12245[[package]]
12246name = "prost-derive"
12247version = "0.9.0"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12250dependencies = [
12251 "anyhow",
12252 "itertools 0.10.5",
12253 "proc-macro2",
12254 "quote",
12255 "syn 1.0.109",
12256]
12257
12258[[package]]
12259name = "prost-derive"
12260version = "0.12.6"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12263dependencies = [
12264 "anyhow",
12265 "itertools 0.12.1",
12266 "proc-macro2",
12267 "quote",
12268 "syn 2.0.101",
12269]
12270
12271[[package]]
12272name = "prost-derive"
12273version = "0.13.5"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12276dependencies = [
12277 "anyhow",
12278 "itertools 0.14.0",
12279 "proc-macro2",
12280 "quote",
12281 "syn 2.0.101",
12282]
12283
12284[[package]]
12285name = "prost-types"
12286version = "0.9.0"
12287source = "registry+https://github.com/rust-lang/crates.io-index"
12288checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12289dependencies = [
12290 "bytes 1.10.1",
12291 "prost 0.9.0",
12292]
12293
12294[[package]]
12295name = "prost-types"
12296version = "0.12.6"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12299dependencies = [
12300 "prost 0.12.6",
12301]
12302
12303[[package]]
12304name = "proto"
12305version = "0.1.0"
12306dependencies = [
12307 "anyhow",
12308 "collections",
12309 "prost 0.9.0",
12310 "prost-build 0.9.0",
12311 "serde",
12312 "workspace-hack",
12313]
12314
12315[[package]]
12316name = "protobuf"
12317version = "3.7.2"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12320dependencies = [
12321 "once_cell",
12322 "protobuf-support",
12323 "thiserror 1.0.69",
12324]
12325
12326[[package]]
12327name = "protobuf-support"
12328version = "3.7.2"
12329source = "registry+https://github.com/rust-lang/crates.io-index"
12330checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12331dependencies = [
12332 "thiserror 1.0.69",
12333]
12334
12335[[package]]
12336name = "psm"
12337version = "0.1.25"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12340dependencies = [
12341 "cc",
12342]
12343
12344[[package]]
12345name = "ptr_meta"
12346version = "0.1.4"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12349dependencies = [
12350 "ptr_meta_derive",
12351]
12352
12353[[package]]
12354name = "ptr_meta_derive"
12355version = "0.1.4"
12356source = "registry+https://github.com/rust-lang/crates.io-index"
12357checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12358dependencies = [
12359 "proc-macro2",
12360 "quote",
12361 "syn 1.0.109",
12362]
12363
12364[[package]]
12365name = "pulldown-cmark"
12366version = "0.10.3"
12367source = "registry+https://github.com/rust-lang/crates.io-index"
12368checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12369dependencies = [
12370 "bitflags 2.9.0",
12371 "memchr",
12372 "pulldown-cmark-escape",
12373 "unicase",
12374]
12375
12376[[package]]
12377name = "pulldown-cmark"
12378version = "0.12.2"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12381dependencies = [
12382 "bitflags 2.9.0",
12383 "memchr",
12384 "unicase",
12385]
12386
12387[[package]]
12388name = "pulldown-cmark-escape"
12389version = "0.10.1"
12390source = "registry+https://github.com/rust-lang/crates.io-index"
12391checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12392
12393[[package]]
12394name = "pulley-interpreter"
12395version = "29.0.1"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12398dependencies = [
12399 "cranelift-bitset",
12400 "log",
12401 "sptr",
12402 "wasmtime-math",
12403]
12404
12405[[package]]
12406name = "qoi"
12407version = "0.4.1"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12410dependencies = [
12411 "bytemuck",
12412]
12413
12414[[package]]
12415name = "quick-error"
12416version = "2.0.1"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12419
12420[[package]]
12421name = "quick-xml"
12422version = "0.30.0"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12425dependencies = [
12426 "memchr",
12427]
12428
12429[[package]]
12430name = "quick-xml"
12431version = "0.32.0"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12434dependencies = [
12435 "memchr",
12436]
12437
12438[[package]]
12439name = "quick-xml"
12440version = "0.37.4"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12443dependencies = [
12444 "memchr",
12445]
12446
12447[[package]]
12448name = "quinn"
12449version = "0.11.7"
12450source = "registry+https://github.com/rust-lang/crates.io-index"
12451checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12452dependencies = [
12453 "bytes 1.10.1",
12454 "cfg_aliases 0.2.1",
12455 "pin-project-lite",
12456 "quinn-proto",
12457 "quinn-udp",
12458 "rustc-hash 2.1.1",
12459 "rustls 0.23.26",
12460 "socket2",
12461 "thiserror 2.0.12",
12462 "tokio",
12463 "tracing",
12464 "web-time",
12465]
12466
12467[[package]]
12468name = "quinn-proto"
12469version = "0.11.10"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12472dependencies = [
12473 "bytes 1.10.1",
12474 "getrandom 0.3.2",
12475 "rand 0.9.1",
12476 "ring",
12477 "rustc-hash 2.1.1",
12478 "rustls 0.23.26",
12479 "rustls-pki-types",
12480 "slab",
12481 "thiserror 2.0.12",
12482 "tinyvec",
12483 "tracing",
12484 "web-time",
12485]
12486
12487[[package]]
12488name = "quinn-udp"
12489version = "0.5.11"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12492dependencies = [
12493 "cfg_aliases 0.2.1",
12494 "libc",
12495 "once_cell",
12496 "socket2",
12497 "tracing",
12498 "windows-sys 0.59.0",
12499]
12500
12501[[package]]
12502name = "quote"
12503version = "1.0.40"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12506dependencies = [
12507 "proc-macro2",
12508]
12509
12510[[package]]
12511name = "r-efi"
12512version = "5.2.0"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12515
12516[[package]]
12517name = "radium"
12518version = "0.7.0"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12521
12522[[package]]
12523name = "rand"
12524version = "0.7.3"
12525source = "registry+https://github.com/rust-lang/crates.io-index"
12526checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12527dependencies = [
12528 "getrandom 0.1.16",
12529 "libc",
12530 "rand_chacha 0.2.2",
12531 "rand_core 0.5.1",
12532 "rand_hc",
12533]
12534
12535[[package]]
12536name = "rand"
12537version = "0.8.5"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12540dependencies = [
12541 "libc",
12542 "rand_chacha 0.3.1",
12543 "rand_core 0.6.4",
12544]
12545
12546[[package]]
12547name = "rand"
12548version = "0.9.1"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12551dependencies = [
12552 "rand_chacha 0.9.0",
12553 "rand_core 0.9.3",
12554]
12555
12556[[package]]
12557name = "rand_chacha"
12558version = "0.2.2"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12561dependencies = [
12562 "ppv-lite86",
12563 "rand_core 0.5.1",
12564]
12565
12566[[package]]
12567name = "rand_chacha"
12568version = "0.3.1"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12571dependencies = [
12572 "ppv-lite86",
12573 "rand_core 0.6.4",
12574]
12575
12576[[package]]
12577name = "rand_chacha"
12578version = "0.9.0"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12581dependencies = [
12582 "ppv-lite86",
12583 "rand_core 0.9.3",
12584]
12585
12586[[package]]
12587name = "rand_core"
12588version = "0.5.1"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12591dependencies = [
12592 "getrandom 0.1.16",
12593]
12594
12595[[package]]
12596name = "rand_core"
12597version = "0.6.4"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12600dependencies = [
12601 "getrandom 0.2.15",
12602]
12603
12604[[package]]
12605name = "rand_core"
12606version = "0.9.3"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12609dependencies = [
12610 "getrandom 0.3.2",
12611]
12612
12613[[package]]
12614name = "rand_hc"
12615version = "0.2.0"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12618dependencies = [
12619 "rand_core 0.5.1",
12620]
12621
12622[[package]]
12623name = "rangemap"
12624version = "1.5.1"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12627
12628[[package]]
12629name = "rav1e"
12630version = "0.7.1"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12633dependencies = [
12634 "arbitrary",
12635 "arg_enum_proc_macro",
12636 "arrayvec",
12637 "av1-grain",
12638 "bitstream-io",
12639 "built",
12640 "cfg-if",
12641 "interpolate_name",
12642 "itertools 0.12.1",
12643 "libc",
12644 "libfuzzer-sys",
12645 "log",
12646 "maybe-rayon",
12647 "new_debug_unreachable",
12648 "noop_proc_macro",
12649 "num-derive",
12650 "num-traits",
12651 "once_cell",
12652 "paste",
12653 "profiling",
12654 "rand 0.8.5",
12655 "rand_chacha 0.3.1",
12656 "simd_helpers",
12657 "system-deps",
12658 "thiserror 1.0.69",
12659 "v_frame",
12660 "wasm-bindgen",
12661]
12662
12663[[package]]
12664name = "ravif"
12665version = "0.11.12"
12666source = "registry+https://github.com/rust-lang/crates.io-index"
12667checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12668dependencies = [
12669 "avif-serialize",
12670 "imgref",
12671 "loop9",
12672 "quick-error",
12673 "rav1e",
12674 "rayon",
12675 "rgb",
12676]
12677
12678[[package]]
12679name = "raw-window-handle"
12680version = "0.6.2"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12683
12684[[package]]
12685name = "raw-window-metal"
12686version = "0.4.0"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12689dependencies = [
12690 "cocoa 0.25.0",
12691 "core-graphics 0.23.2",
12692 "objc",
12693 "raw-window-handle",
12694]
12695
12696[[package]]
12697name = "rayon"
12698version = "1.10.0"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12701dependencies = [
12702 "either",
12703 "rayon-core",
12704]
12705
12706[[package]]
12707name = "rayon-core"
12708version = "1.12.1"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12711dependencies = [
12712 "crossbeam-deque",
12713 "crossbeam-utils",
12714]
12715
12716[[package]]
12717name = "read-fonts"
12718version = "0.25.3"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12721dependencies = [
12722 "bytemuck",
12723 "font-types",
12724]
12725
12726[[package]]
12727name = "recent_projects"
12728version = "0.1.0"
12729dependencies = [
12730 "anyhow",
12731 "auto_update",
12732 "dap",
12733 "editor",
12734 "extension_host",
12735 "file_finder",
12736 "futures 0.3.31",
12737 "fuzzy",
12738 "gpui",
12739 "language",
12740 "log",
12741 "markdown",
12742 "menu",
12743 "ordered-float 2.10.1",
12744 "paths",
12745 "picker",
12746 "project",
12747 "release_channel",
12748 "remote",
12749 "schemars",
12750 "serde",
12751 "serde_json",
12752 "settings",
12753 "smol",
12754 "task",
12755 "telemetry",
12756 "theme",
12757 "ui",
12758 "util",
12759 "workspace",
12760 "workspace-hack",
12761 "zed_actions",
12762]
12763
12764[[package]]
12765name = "redox_syscall"
12766version = "0.2.16"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12769dependencies = [
12770 "bitflags 1.3.2",
12771]
12772
12773[[package]]
12774name = "redox_syscall"
12775version = "0.5.11"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12778dependencies = [
12779 "bitflags 2.9.0",
12780]
12781
12782[[package]]
12783name = "redox_users"
12784version = "0.4.6"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12787dependencies = [
12788 "getrandom 0.2.15",
12789 "libredox",
12790 "thiserror 1.0.69",
12791]
12792
12793[[package]]
12794name = "redox_users"
12795version = "0.5.0"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12798dependencies = [
12799 "getrandom 0.2.15",
12800 "libredox",
12801 "thiserror 2.0.12",
12802]
12803
12804[[package]]
12805name = "ref-cast"
12806version = "1.0.24"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12809dependencies = [
12810 "ref-cast-impl",
12811]
12812
12813[[package]]
12814name = "ref-cast-impl"
12815version = "1.0.24"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12818dependencies = [
12819 "proc-macro2",
12820 "quote",
12821 "syn 2.0.101",
12822]
12823
12824[[package]]
12825name = "referencing"
12826version = "0.30.0"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12829dependencies = [
12830 "ahash 0.8.11",
12831 "fluent-uri",
12832 "once_cell",
12833 "parking_lot",
12834 "percent-encoding",
12835 "serde_json",
12836]
12837
12838[[package]]
12839name = "refineable"
12840version = "0.1.0"
12841dependencies = [
12842 "derive_refineable",
12843 "workspace-hack",
12844]
12845
12846[[package]]
12847name = "regalloc2"
12848version = "0.11.2"
12849source = "registry+https://github.com/rust-lang/crates.io-index"
12850checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12851dependencies = [
12852 "allocator-api2",
12853 "bumpalo",
12854 "hashbrown 0.15.3",
12855 "log",
12856 "rustc-hash 2.1.1",
12857 "serde",
12858 "smallvec",
12859]
12860
12861[[package]]
12862name = "regex"
12863version = "1.11.1"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12866dependencies = [
12867 "aho-corasick",
12868 "memchr",
12869 "regex-automata 0.4.9",
12870 "regex-syntax 0.8.5",
12871]
12872
12873[[package]]
12874name = "regex-automata"
12875version = "0.1.10"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12878dependencies = [
12879 "regex-syntax 0.6.29",
12880]
12881
12882[[package]]
12883name = "regex-automata"
12884version = "0.4.9"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12887dependencies = [
12888 "aho-corasick",
12889 "memchr",
12890 "regex-syntax 0.8.5",
12891]
12892
12893[[package]]
12894name = "regex-lite"
12895version = "0.1.6"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12898
12899[[package]]
12900name = "regex-syntax"
12901version = "0.6.29"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12904
12905[[package]]
12906name = "regex-syntax"
12907version = "0.8.5"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12910
12911[[package]]
12912name = "release_channel"
12913version = "0.1.0"
12914dependencies = [
12915 "gpui",
12916 "workspace-hack",
12917]
12918
12919[[package]]
12920name = "remote"
12921version = "0.1.0"
12922dependencies = [
12923 "anyhow",
12924 "askpass",
12925 "async-trait",
12926 "collections",
12927 "fs",
12928 "futures 0.3.31",
12929 "gpui",
12930 "itertools 0.14.0",
12931 "log",
12932 "parking_lot",
12933 "paths",
12934 "prost 0.9.0",
12935 "release_channel",
12936 "rpc",
12937 "schemars",
12938 "serde",
12939 "serde_json",
12940 "shlex",
12941 "smol",
12942 "tempfile",
12943 "thiserror 2.0.12",
12944 "urlencoding",
12945 "util",
12946 "workspace-hack",
12947]
12948
12949[[package]]
12950name = "remote_server"
12951version = "0.1.0"
12952dependencies = [
12953 "anyhow",
12954 "askpass",
12955 "assistant_tool",
12956 "assistant_tools",
12957 "async-watch",
12958 "backtrace",
12959 "cargo_toml",
12960 "chrono",
12961 "clap",
12962 "client",
12963 "clock",
12964 "dap",
12965 "dap_adapters",
12966 "debug_adapter_extension",
12967 "env_logger 0.11.8",
12968 "extension",
12969 "extension_host",
12970 "fork",
12971 "fs",
12972 "futures 0.3.31",
12973 "git",
12974 "git_hosting_providers",
12975 "gpui",
12976 "gpui_tokio",
12977 "http_client",
12978 "language",
12979 "language_extension",
12980 "language_model",
12981 "languages",
12982 "libc",
12983 "log",
12984 "lsp",
12985 "node_runtime",
12986 "paths",
12987 "project",
12988 "proto",
12989 "release_channel",
12990 "remote",
12991 "reqwest_client",
12992 "rpc",
12993 "rust-embed",
12994 "serde",
12995 "serde_json",
12996 "settings",
12997 "shellexpand 2.1.2",
12998 "smol",
12999 "sysinfo",
13000 "telemetry_events",
13001 "toml 0.8.20",
13002 "unindent",
13003 "util",
13004 "worktree",
13005]
13006
13007[[package]]
13008name = "rend"
13009version = "0.4.2"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13012dependencies = [
13013 "bytecheck",
13014]
13015
13016[[package]]
13017name = "repl"
13018version = "0.1.0"
13019dependencies = [
13020 "alacritty_terminal",
13021 "anyhow",
13022 "async-dispatcher",
13023 "async-tungstenite",
13024 "base64 0.22.1",
13025 "client",
13026 "collections",
13027 "command_palette_hooks",
13028 "editor",
13029 "env_logger 0.11.8",
13030 "feature_flags",
13031 "file_icons",
13032 "futures 0.3.31",
13033 "gpui",
13034 "http_client",
13035 "image",
13036 "indoc",
13037 "jupyter-protocol",
13038 "jupyter-websocket-client",
13039 "language",
13040 "languages",
13041 "log",
13042 "markdown_preview",
13043 "menu",
13044 "multi_buffer",
13045 "nbformat",
13046 "picker",
13047 "project",
13048 "runtimelib",
13049 "schemars",
13050 "serde",
13051 "serde_json",
13052 "settings",
13053 "smol",
13054 "telemetry",
13055 "terminal",
13056 "terminal_view",
13057 "theme",
13058 "tree-sitter-md",
13059 "tree-sitter-python",
13060 "tree-sitter-typescript",
13061 "ui",
13062 "util",
13063 "uuid",
13064 "workspace",
13065 "workspace-hack",
13066]
13067
13068[[package]]
13069name = "reqwest"
13070version = "0.11.27"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13073dependencies = [
13074 "base64 0.21.7",
13075 "bytes 1.10.1",
13076 "encoding_rs",
13077 "futures-core",
13078 "futures-util",
13079 "h2 0.3.26",
13080 "http 0.2.12",
13081 "http-body 0.4.6",
13082 "hyper 0.14.32",
13083 "hyper-rustls 0.24.2",
13084 "hyper-tls",
13085 "ipnet",
13086 "js-sys",
13087 "log",
13088 "mime",
13089 "native-tls",
13090 "once_cell",
13091 "percent-encoding",
13092 "pin-project-lite",
13093 "rustls 0.21.12",
13094 "rustls-native-certs 0.6.3",
13095 "rustls-pemfile 1.0.4",
13096 "serde",
13097 "serde_json",
13098 "serde_urlencoded",
13099 "sync_wrapper 0.1.2",
13100 "system-configuration 0.5.1",
13101 "tokio",
13102 "tokio-native-tls",
13103 "tokio-rustls 0.24.1",
13104 "tower-service",
13105 "url",
13106 "wasm-bindgen",
13107 "wasm-bindgen-futures",
13108 "web-sys",
13109 "winreg 0.50.0",
13110]
13111
13112[[package]]
13113name = "reqwest"
13114version = "0.12.15"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13117dependencies = [
13118 "base64 0.22.1",
13119 "bytes 1.10.1",
13120 "futures-channel",
13121 "futures-core",
13122 "futures-util",
13123 "http 1.3.1",
13124 "http-body 1.0.1",
13125 "http-body-util",
13126 "hyper 1.6.0",
13127 "hyper-util",
13128 "ipnet",
13129 "js-sys",
13130 "log",
13131 "mime",
13132 "once_cell",
13133 "percent-encoding",
13134 "pin-project-lite",
13135 "serde",
13136 "serde_json",
13137 "serde_urlencoded",
13138 "sync_wrapper 1.0.2",
13139 "tokio",
13140 "tower 0.5.2",
13141 "tower-service",
13142 "url",
13143 "wasm-bindgen",
13144 "wasm-bindgen-futures",
13145 "web-sys",
13146 "windows-registry 0.4.0",
13147]
13148
13149[[package]]
13150name = "reqwest"
13151version = "0.12.15"
13152source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13153dependencies = [
13154 "base64 0.22.1",
13155 "bytes 1.10.1",
13156 "encoding_rs",
13157 "futures-core",
13158 "futures-util",
13159 "h2 0.4.9",
13160 "http 1.3.1",
13161 "http-body 1.0.1",
13162 "http-body-util",
13163 "hyper 1.6.0",
13164 "hyper-rustls 0.27.5",
13165 "hyper-util",
13166 "ipnet",
13167 "js-sys",
13168 "log",
13169 "mime",
13170 "once_cell",
13171 "percent-encoding",
13172 "pin-project-lite",
13173 "quinn",
13174 "rustls 0.23.26",
13175 "rustls-native-certs 0.8.1",
13176 "rustls-pemfile 2.2.0",
13177 "rustls-pki-types",
13178 "serde",
13179 "serde_json",
13180 "serde_urlencoded",
13181 "sync_wrapper 1.0.2",
13182 "system-configuration 0.6.1",
13183 "tokio",
13184 "tokio-rustls 0.26.2",
13185 "tokio-socks",
13186 "tokio-util",
13187 "tower 0.5.2",
13188 "tower-service",
13189 "url",
13190 "wasm-bindgen",
13191 "wasm-bindgen-futures",
13192 "wasm-streams",
13193 "web-sys",
13194 "windows-registry 0.4.0",
13195]
13196
13197[[package]]
13198name = "reqwest_client"
13199version = "0.1.0"
13200dependencies = [
13201 "anyhow",
13202 "bytes 1.10.1",
13203 "futures 0.3.31",
13204 "gpui",
13205 "http_client",
13206 "http_client_tls",
13207 "log",
13208 "regex",
13209 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13210 "serde",
13211 "smol",
13212 "tokio",
13213 "workspace-hack",
13214]
13215
13216[[package]]
13217name = "resvg"
13218version = "0.45.1"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13221dependencies = [
13222 "log",
13223 "pico-args",
13224 "rgb",
13225 "svgtypes",
13226 "tiny-skia",
13227 "usvg",
13228]
13229
13230[[package]]
13231name = "rfc6979"
13232version = "0.3.1"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13235dependencies = [
13236 "crypto-bigint 0.4.9",
13237 "hmac",
13238 "zeroize",
13239]
13240
13241[[package]]
13242name = "rgb"
13243version = "0.8.50"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13246dependencies = [
13247 "bytemuck",
13248]
13249
13250[[package]]
13251name = "rich_text"
13252version = "0.1.0"
13253dependencies = [
13254 "futures 0.3.31",
13255 "gpui",
13256 "language",
13257 "linkify",
13258 "pulldown-cmark 0.12.2",
13259 "theme",
13260 "ui",
13261 "util",
13262 "workspace-hack",
13263]
13264
13265[[package]]
13266name = "ring"
13267version = "0.17.14"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13270dependencies = [
13271 "cc",
13272 "cfg-if",
13273 "getrandom 0.2.15",
13274 "libc",
13275 "untrusted",
13276 "windows-sys 0.52.0",
13277]
13278
13279[[package]]
13280name = "rkyv"
13281version = "0.7.45"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13284dependencies = [
13285 "bitvec",
13286 "bytecheck",
13287 "bytes 1.10.1",
13288 "hashbrown 0.12.3",
13289 "ptr_meta",
13290 "rend",
13291 "rkyv_derive",
13292 "seahash",
13293 "tinyvec",
13294 "uuid",
13295]
13296
13297[[package]]
13298name = "rkyv_derive"
13299version = "0.7.45"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13302dependencies = [
13303 "proc-macro2",
13304 "quote",
13305 "syn 1.0.109",
13306]
13307
13308[[package]]
13309name = "rmp"
13310version = "0.8.14"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13313dependencies = [
13314 "byteorder",
13315 "num-traits",
13316 "paste",
13317]
13318
13319[[package]]
13320name = "rmpv"
13321version = "1.3.0"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13324dependencies = [
13325 "num-traits",
13326 "rmp",
13327]
13328
13329[[package]]
13330name = "rodio"
13331version = "0.20.1"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13334dependencies = [
13335 "cpal",
13336 "hound",
13337]
13338
13339[[package]]
13340name = "rope"
13341version = "0.1.0"
13342dependencies = [
13343 "arrayvec",
13344 "criterion",
13345 "ctor",
13346 "env_logger 0.11.8",
13347 "gpui",
13348 "log",
13349 "rand 0.8.5",
13350 "rayon",
13351 "smallvec",
13352 "sum_tree",
13353 "unicode-segmentation",
13354 "util",
13355 "workspace-hack",
13356]
13357
13358[[package]]
13359name = "roxmltree"
13360version = "0.20.0"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13363
13364[[package]]
13365name = "rpc"
13366version = "0.1.0"
13367dependencies = [
13368 "anyhow",
13369 "async-tungstenite",
13370 "base64 0.22.1",
13371 "chrono",
13372 "collections",
13373 "env_logger 0.11.8",
13374 "futures 0.3.31",
13375 "gpui",
13376 "parking_lot",
13377 "proto",
13378 "rand 0.8.5",
13379 "rsa",
13380 "serde",
13381 "serde_json",
13382 "sha2",
13383 "strum 0.27.1",
13384 "tracing",
13385 "util",
13386 "workspace-hack",
13387 "zstd",
13388]
13389
13390[[package]]
13391name = "rsa"
13392version = "0.9.8"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13395dependencies = [
13396 "const-oid",
13397 "digest",
13398 "num-bigint-dig",
13399 "num-integer",
13400 "num-traits",
13401 "pkcs1",
13402 "pkcs8 0.10.2",
13403 "rand_core 0.6.4",
13404 "signature 2.2.0",
13405 "spki 0.7.3",
13406 "subtle",
13407 "zeroize",
13408]
13409
13410[[package]]
13411name = "rules_library"
13412version = "0.1.0"
13413dependencies = [
13414 "anyhow",
13415 "collections",
13416 "editor",
13417 "gpui",
13418 "language",
13419 "language_model",
13420 "log",
13421 "menu",
13422 "picker",
13423 "prompt_store",
13424 "release_channel",
13425 "rope",
13426 "serde",
13427 "settings",
13428 "theme",
13429 "ui",
13430 "util",
13431 "workspace",
13432 "workspace-hack",
13433 "zed_actions",
13434]
13435
13436[[package]]
13437name = "runtimelib"
13438version = "0.25.0"
13439source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13440dependencies = [
13441 "anyhow",
13442 "async-dispatcher",
13443 "async-std",
13444 "base64 0.22.1",
13445 "bytes 1.10.1",
13446 "chrono",
13447 "data-encoding",
13448 "dirs 5.0.1",
13449 "futures 0.3.31",
13450 "glob",
13451 "jupyter-protocol",
13452 "ring",
13453 "serde",
13454 "serde_json",
13455 "shellexpand 3.1.1",
13456 "smol",
13457 "uuid",
13458 "zeromq",
13459]
13460
13461[[package]]
13462name = "rust-embed"
13463version = "8.7.0"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13466dependencies = [
13467 "rust-embed-impl",
13468 "rust-embed-utils",
13469 "walkdir",
13470]
13471
13472[[package]]
13473name = "rust-embed-impl"
13474version = "8.7.0"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13477dependencies = [
13478 "proc-macro2",
13479 "quote",
13480 "rust-embed-utils",
13481 "syn 2.0.101",
13482 "walkdir",
13483]
13484
13485[[package]]
13486name = "rust-embed-utils"
13487version = "8.7.0"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13490dependencies = [
13491 "globset",
13492 "sha2",
13493 "walkdir",
13494]
13495
13496[[package]]
13497name = "rust_decimal"
13498version = "1.37.1"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13501dependencies = [
13502 "arrayvec",
13503 "borsh",
13504 "bytes 1.10.1",
13505 "num-traits",
13506 "rand 0.8.5",
13507 "rkyv",
13508 "serde",
13509 "serde_json",
13510]
13511
13512[[package]]
13513name = "rustc-demangle"
13514version = "0.1.24"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13517
13518[[package]]
13519name = "rustc-hash"
13520version = "1.1.0"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13523
13524[[package]]
13525name = "rustc-hash"
13526version = "2.1.1"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13529
13530[[package]]
13531name = "rustc_version"
13532version = "0.4.1"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13535dependencies = [
13536 "semver",
13537]
13538
13539[[package]]
13540name = "rustix"
13541version = "0.38.44"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13544dependencies = [
13545 "bitflags 2.9.0",
13546 "errno 0.3.11",
13547 "itoa",
13548 "libc",
13549 "linux-raw-sys 0.4.15",
13550 "windows-sys 0.59.0",
13551]
13552
13553[[package]]
13554name = "rustix"
13555version = "1.0.7"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13558dependencies = [
13559 "bitflags 2.9.0",
13560 "errno 0.3.11",
13561 "libc",
13562 "linux-raw-sys 0.9.4",
13563 "windows-sys 0.59.0",
13564]
13565
13566[[package]]
13567name = "rustix-linux-procfs"
13568version = "0.1.1"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13571dependencies = [
13572 "once_cell",
13573 "rustix 1.0.7",
13574]
13575
13576[[package]]
13577name = "rustix-openpty"
13578version = "0.1.1"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13581dependencies = [
13582 "errno 0.3.11",
13583 "libc",
13584 "rustix 0.38.44",
13585]
13586
13587[[package]]
13588name = "rustls"
13589version = "0.21.12"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13592dependencies = [
13593 "log",
13594 "ring",
13595 "rustls-webpki 0.101.7",
13596 "sct",
13597]
13598
13599[[package]]
13600name = "rustls"
13601version = "0.23.26"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13604dependencies = [
13605 "aws-lc-rs",
13606 "log",
13607 "once_cell",
13608 "ring",
13609 "rustls-pki-types",
13610 "rustls-webpki 0.103.1",
13611 "subtle",
13612 "zeroize",
13613]
13614
13615[[package]]
13616name = "rustls-native-certs"
13617version = "0.6.3"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13620dependencies = [
13621 "openssl-probe",
13622 "rustls-pemfile 1.0.4",
13623 "schannel",
13624 "security-framework 2.11.1",
13625]
13626
13627[[package]]
13628name = "rustls-native-certs"
13629version = "0.8.1"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13632dependencies = [
13633 "openssl-probe",
13634 "rustls-pki-types",
13635 "schannel",
13636 "security-framework 3.2.0",
13637]
13638
13639[[package]]
13640name = "rustls-pemfile"
13641version = "1.0.4"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13644dependencies = [
13645 "base64 0.21.7",
13646]
13647
13648[[package]]
13649name = "rustls-pemfile"
13650version = "2.2.0"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13653dependencies = [
13654 "rustls-pki-types",
13655]
13656
13657[[package]]
13658name = "rustls-pki-types"
13659version = "1.12.0"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13662dependencies = [
13663 "web-time",
13664 "zeroize",
13665]
13666
13667[[package]]
13668name = "rustls-platform-verifier"
13669version = "0.5.1"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13672dependencies = [
13673 "core-foundation 0.10.0",
13674 "core-foundation-sys",
13675 "jni",
13676 "log",
13677 "once_cell",
13678 "rustls 0.23.26",
13679 "rustls-native-certs 0.8.1",
13680 "rustls-platform-verifier-android",
13681 "rustls-webpki 0.103.1",
13682 "security-framework 3.2.0",
13683 "security-framework-sys",
13684 "webpki-root-certs",
13685 "windows-sys 0.59.0",
13686]
13687
13688[[package]]
13689name = "rustls-platform-verifier-android"
13690version = "0.1.1"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13693
13694[[package]]
13695name = "rustls-webpki"
13696version = "0.101.7"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13699dependencies = [
13700 "ring",
13701 "untrusted",
13702]
13703
13704[[package]]
13705name = "rustls-webpki"
13706version = "0.103.1"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13709dependencies = [
13710 "aws-lc-rs",
13711 "ring",
13712 "rustls-pki-types",
13713 "untrusted",
13714]
13715
13716[[package]]
13717name = "rustversion"
13718version = "1.0.20"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13721
13722[[package]]
13723name = "rustybuzz"
13724version = "0.14.1"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13727dependencies = [
13728 "bitflags 2.9.0",
13729 "bytemuck",
13730 "libm",
13731 "smallvec",
13732 "ttf-parser 0.21.1",
13733 "unicode-bidi-mirroring 0.2.0",
13734 "unicode-ccc 0.2.0",
13735 "unicode-properties",
13736 "unicode-script",
13737]
13738
13739[[package]]
13740name = "rustybuzz"
13741version = "0.20.1"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13744dependencies = [
13745 "bitflags 2.9.0",
13746 "bytemuck",
13747 "core_maths",
13748 "log",
13749 "smallvec",
13750 "ttf-parser 0.25.1",
13751 "unicode-bidi-mirroring 0.4.0",
13752 "unicode-ccc 0.4.0",
13753 "unicode-properties",
13754 "unicode-script",
13755]
13756
13757[[package]]
13758name = "ryu"
13759version = "1.0.20"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13762
13763[[package]]
13764name = "salsa20"
13765version = "0.10.2"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13768dependencies = [
13769 "cipher",
13770]
13771
13772[[package]]
13773name = "same-file"
13774version = "1.0.6"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13777dependencies = [
13778 "winapi-util",
13779]
13780
13781[[package]]
13782name = "scap"
13783version = "0.0.8"
13784source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13785dependencies = [
13786 "anyhow",
13787 "cocoa 0.25.0",
13788 "core-graphics-helmer-fork",
13789 "log",
13790 "objc",
13791 "rand 0.8.5",
13792 "screencapturekit",
13793 "screencapturekit-sys",
13794 "sysinfo",
13795 "tao-core-video-sys",
13796 "windows 0.61.1",
13797 "windows-capture",
13798 "x11",
13799 "xcb",
13800]
13801
13802[[package]]
13803name = "schannel"
13804version = "0.1.27"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13807dependencies = [
13808 "windows-sys 0.59.0",
13809]
13810
13811[[package]]
13812name = "schema_generator"
13813version = "0.1.0"
13814dependencies = [
13815 "anyhow",
13816 "clap",
13817 "env_logger 0.11.8",
13818 "schemars",
13819 "serde",
13820 "serde_json",
13821 "theme",
13822 "workspace-hack",
13823]
13824
13825[[package]]
13826name = "schemars"
13827version = "0.8.22"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13830dependencies = [
13831 "dyn-clone",
13832 "indexmap",
13833 "schemars_derive",
13834 "serde",
13835 "serde_json",
13836]
13837
13838[[package]]
13839name = "schemars_derive"
13840version = "0.8.22"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13843dependencies = [
13844 "proc-macro2",
13845 "quote",
13846 "serde_derive_internals",
13847 "syn 2.0.101",
13848]
13849
13850[[package]]
13851name = "scoped-tls"
13852version = "1.0.1"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13855
13856[[package]]
13857name = "scopeguard"
13858version = "1.2.0"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13861
13862[[package]]
13863name = "scratch"
13864version = "1.0.8"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13867
13868[[package]]
13869name = "screencapturekit"
13870version = "0.2.8"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13873dependencies = [
13874 "screencapturekit-sys",
13875]
13876
13877[[package]]
13878name = "screencapturekit-sys"
13879version = "0.2.8"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13882dependencies = [
13883 "block",
13884 "dispatch",
13885 "objc",
13886 "objc-foundation",
13887 "objc_id",
13888 "once_cell",
13889]
13890
13891[[package]]
13892name = "scrypt"
13893version = "0.11.0"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13896dependencies = [
13897 "password-hash 0.5.0",
13898 "pbkdf2 0.12.2",
13899 "salsa20",
13900 "sha2",
13901]
13902
13903[[package]]
13904name = "sct"
13905version = "0.7.1"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13908dependencies = [
13909 "ring",
13910 "untrusted",
13911]
13912
13913[[package]]
13914name = "sea-bae"
13915version = "0.2.1"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13918dependencies = [
13919 "heck 0.4.1",
13920 "proc-macro-error2",
13921 "proc-macro2",
13922 "quote",
13923 "syn 2.0.101",
13924]
13925
13926[[package]]
13927name = "sea-orm"
13928version = "1.1.10"
13929source = "registry+https://github.com/rust-lang/crates.io-index"
13930checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13931dependencies = [
13932 "async-stream",
13933 "async-trait",
13934 "bigdecimal",
13935 "chrono",
13936 "futures-util",
13937 "log",
13938 "ouroboros",
13939 "pgvector",
13940 "rust_decimal",
13941 "sea-orm-macros",
13942 "sea-query",
13943 "sea-query-binder",
13944 "serde",
13945 "serde_json",
13946 "sqlx",
13947 "strum 0.26.3",
13948 "thiserror 2.0.12",
13949 "time",
13950 "tracing",
13951 "url",
13952 "uuid",
13953]
13954
13955[[package]]
13956name = "sea-orm-macros"
13957version = "1.1.10"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13960dependencies = [
13961 "heck 0.4.1",
13962 "proc-macro2",
13963 "quote",
13964 "sea-bae",
13965 "syn 2.0.101",
13966 "unicode-ident",
13967]
13968
13969[[package]]
13970name = "sea-query"
13971version = "0.32.4"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13974dependencies = [
13975 "bigdecimal",
13976 "chrono",
13977 "inherent",
13978 "ordered-float 4.6.0",
13979 "rust_decimal",
13980 "serde_json",
13981 "time",
13982 "uuid",
13983]
13984
13985[[package]]
13986name = "sea-query-binder"
13987version = "0.7.0"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13990dependencies = [
13991 "bigdecimal",
13992 "chrono",
13993 "rust_decimal",
13994 "sea-query",
13995 "serde_json",
13996 "sqlx",
13997 "time",
13998 "uuid",
13999]
14000
14001[[package]]
14002name = "seahash"
14003version = "4.1.0"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14006
14007[[package]]
14008name = "search"
14009version = "0.1.0"
14010dependencies = [
14011 "any_vec",
14012 "anyhow",
14013 "bitflags 2.9.0",
14014 "client",
14015 "collections",
14016 "editor",
14017 "futures 0.3.31",
14018 "gpui",
14019 "language",
14020 "menu",
14021 "project",
14022 "schemars",
14023 "serde",
14024 "serde_json",
14025 "settings",
14026 "smol",
14027 "theme",
14028 "ui",
14029 "unindent",
14030 "util",
14031 "workspace",
14032 "workspace-hack",
14033 "zed_actions",
14034]
14035
14036[[package]]
14037name = "sec1"
14038version = "0.3.0"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14041dependencies = [
14042 "base16ct",
14043 "der 0.6.1",
14044 "generic-array",
14045 "pkcs8 0.9.0",
14046 "subtle",
14047 "zeroize",
14048]
14049
14050[[package]]
14051name = "security-framework"
14052version = "2.11.1"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14055dependencies = [
14056 "bitflags 2.9.0",
14057 "core-foundation 0.9.4",
14058 "core-foundation-sys",
14059 "libc",
14060 "security-framework-sys",
14061]
14062
14063[[package]]
14064name = "security-framework"
14065version = "3.2.0"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14068dependencies = [
14069 "bitflags 2.9.0",
14070 "core-foundation 0.10.0",
14071 "core-foundation-sys",
14072 "libc",
14073 "security-framework-sys",
14074]
14075
14076[[package]]
14077name = "security-framework-sys"
14078version = "2.14.0"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14081dependencies = [
14082 "core-foundation-sys",
14083 "libc",
14084]
14085
14086[[package]]
14087name = "self_cell"
14088version = "1.2.0"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14091
14092[[package]]
14093name = "semantic_index"
14094version = "0.1.0"
14095dependencies = [
14096 "anyhow",
14097 "arrayvec",
14098 "blake3",
14099 "client",
14100 "clock",
14101 "collections",
14102 "env_logger 0.11.8",
14103 "feature_flags",
14104 "fs",
14105 "futures 0.3.31",
14106 "futures-batch",
14107 "gpui",
14108 "heed",
14109 "http_client",
14110 "language",
14111 "language_model",
14112 "languages",
14113 "log",
14114 "open_ai",
14115 "parking_lot",
14116 "project",
14117 "reqwest_client",
14118 "serde",
14119 "serde_json",
14120 "settings",
14121 "sha2",
14122 "smol",
14123 "streaming-iterator",
14124 "tempfile",
14125 "theme",
14126 "tree-sitter",
14127 "ui",
14128 "unindent",
14129 "util",
14130 "workspace",
14131 "workspace-hack",
14132 "worktree",
14133]
14134
14135[[package]]
14136name = "semantic_version"
14137version = "0.1.0"
14138dependencies = [
14139 "anyhow",
14140 "serde",
14141 "workspace-hack",
14142]
14143
14144[[package]]
14145name = "semver"
14146version = "1.0.26"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14149dependencies = [
14150 "serde",
14151]
14152
14153[[package]]
14154name = "serde"
14155version = "1.0.219"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14158dependencies = [
14159 "serde_derive",
14160]
14161
14162[[package]]
14163name = "serde_derive"
14164version = "1.0.219"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14167dependencies = [
14168 "proc-macro2",
14169 "quote",
14170 "syn 2.0.101",
14171]
14172
14173[[package]]
14174name = "serde_derive_internals"
14175version = "0.29.1"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14178dependencies = [
14179 "proc-macro2",
14180 "quote",
14181 "syn 2.0.101",
14182]
14183
14184[[package]]
14185name = "serde_fmt"
14186version = "1.0.3"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14189dependencies = [
14190 "serde",
14191]
14192
14193[[package]]
14194name = "serde_json"
14195version = "1.0.140"
14196source = "registry+https://github.com/rust-lang/crates.io-index"
14197checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14198dependencies = [
14199 "indexmap",
14200 "itoa",
14201 "memchr",
14202 "ryu",
14203 "serde",
14204]
14205
14206[[package]]
14207name = "serde_json_lenient"
14208version = "0.2.4"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14211dependencies = [
14212 "indexmap",
14213 "itoa",
14214 "memchr",
14215 "ryu",
14216 "serde",
14217]
14218
14219[[package]]
14220name = "serde_path_to_error"
14221version = "0.1.17"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14224dependencies = [
14225 "itoa",
14226 "serde",
14227]
14228
14229[[package]]
14230name = "serde_qs"
14231version = "0.8.5"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14234dependencies = [
14235 "percent-encoding",
14236 "serde",
14237 "thiserror 1.0.69",
14238]
14239
14240[[package]]
14241name = "serde_qs"
14242version = "0.10.1"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14245dependencies = [
14246 "percent-encoding",
14247 "serde",
14248 "thiserror 1.0.69",
14249]
14250
14251[[package]]
14252name = "serde_repr"
14253version = "0.1.20"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14256dependencies = [
14257 "proc-macro2",
14258 "quote",
14259 "syn 2.0.101",
14260]
14261
14262[[package]]
14263name = "serde_spanned"
14264version = "0.6.8"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14267dependencies = [
14268 "serde",
14269]
14270
14271[[package]]
14272name = "serde_urlencoded"
14273version = "0.7.1"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14276dependencies = [
14277 "form_urlencoded",
14278 "itoa",
14279 "ryu",
14280 "serde",
14281]
14282
14283[[package]]
14284name = "serial2"
14285version = "0.2.29"
14286source = "registry+https://github.com/rust-lang/crates.io-index"
14287checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14288dependencies = [
14289 "cfg-if",
14290 "libc",
14291 "winapi",
14292]
14293
14294[[package]]
14295name = "session"
14296version = "0.1.0"
14297dependencies = [
14298 "db",
14299 "gpui",
14300 "serde_json",
14301 "util",
14302 "uuid",
14303 "workspace-hack",
14304]
14305
14306[[package]]
14307name = "settings"
14308version = "0.1.0"
14309dependencies = [
14310 "anyhow",
14311 "collections",
14312 "ec4rs",
14313 "fs",
14314 "futures 0.3.31",
14315 "gpui",
14316 "indoc",
14317 "inventory",
14318 "log",
14319 "paths",
14320 "pretty_assertions",
14321 "release_channel",
14322 "rust-embed",
14323 "schemars",
14324 "serde",
14325 "serde_derive",
14326 "serde_json",
14327 "serde_json_lenient",
14328 "smallvec",
14329 "streaming-iterator",
14330 "tree-sitter",
14331 "tree-sitter-json",
14332 "unindent",
14333 "util",
14334 "workspace-hack",
14335]
14336
14337[[package]]
14338name = "settings_ui"
14339version = "0.1.0"
14340dependencies = [
14341 "command_palette_hooks",
14342 "editor",
14343 "feature_flags",
14344 "fs",
14345 "gpui",
14346 "log",
14347 "paths",
14348 "schemars",
14349 "serde",
14350 "settings",
14351 "theme",
14352 "ui",
14353 "workspace",
14354 "workspace-hack",
14355]
14356
14357[[package]]
14358name = "sha1"
14359version = "0.10.6"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14362dependencies = [
14363 "cfg-if",
14364 "cpufeatures",
14365 "digest",
14366]
14367
14368[[package]]
14369name = "sha1-checked"
14370version = "0.10.0"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14373dependencies = [
14374 "digest",
14375 "sha1",
14376]
14377
14378[[package]]
14379name = "sha1_smol"
14380version = "1.0.1"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14383
14384[[package]]
14385name = "sha2"
14386version = "0.10.8"
14387source = "registry+https://github.com/rust-lang/crates.io-index"
14388checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14389dependencies = [
14390 "cfg-if",
14391 "cpufeatures",
14392 "digest",
14393]
14394
14395[[package]]
14396name = "sharded-slab"
14397version = "0.1.7"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14400dependencies = [
14401 "lazy_static",
14402]
14403
14404[[package]]
14405name = "shared_library"
14406version = "0.1.9"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14409dependencies = [
14410 "lazy_static",
14411 "libc",
14412]
14413
14414[[package]]
14415name = "shell-words"
14416version = "1.1.0"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14419
14420[[package]]
14421name = "shellexpand"
14422version = "2.1.2"
14423source = "registry+https://github.com/rust-lang/crates.io-index"
14424checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14425dependencies = [
14426 "dirs 4.0.0",
14427]
14428
14429[[package]]
14430name = "shellexpand"
14431version = "3.1.1"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14434dependencies = [
14435 "dirs 6.0.0",
14436]
14437
14438[[package]]
14439name = "shlex"
14440version = "1.3.0"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14443
14444[[package]]
14445name = "signal-hook"
14446version = "0.3.17"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14449dependencies = [
14450 "libc",
14451 "signal-hook-registry",
14452]
14453
14454[[package]]
14455name = "signal-hook-registry"
14456version = "1.4.5"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14459dependencies = [
14460 "libc",
14461]
14462
14463[[package]]
14464name = "signature"
14465version = "1.6.4"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14468dependencies = [
14469 "digest",
14470 "rand_core 0.6.4",
14471]
14472
14473[[package]]
14474name = "signature"
14475version = "2.2.0"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14478dependencies = [
14479 "digest",
14480 "rand_core 0.6.4",
14481]
14482
14483[[package]]
14484name = "simd-adler32"
14485version = "0.3.7"
14486source = "registry+https://github.com/rust-lang/crates.io-index"
14487checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14488
14489[[package]]
14490name = "simd_helpers"
14491version = "0.1.0"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14494dependencies = [
14495 "quote",
14496]
14497
14498[[package]]
14499name = "simdutf8"
14500version = "0.1.5"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14503
14504[[package]]
14505name = "simple_asn1"
14506version = "0.6.3"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14509dependencies = [
14510 "num-bigint",
14511 "num-traits",
14512 "thiserror 2.0.12",
14513 "time",
14514]
14515
14516[[package]]
14517name = "simplecss"
14518version = "0.2.2"
14519source = "registry+https://github.com/rust-lang/crates.io-index"
14520checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14521dependencies = [
14522 "log",
14523]
14524
14525[[package]]
14526name = "simplelog"
14527version = "0.12.2"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14530dependencies = [
14531 "log",
14532 "termcolor",
14533 "time",
14534]
14535
14536[[package]]
14537name = "siphasher"
14538version = "1.0.1"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14541
14542[[package]]
14543name = "skrifa"
14544version = "0.26.6"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14547dependencies = [
14548 "bytemuck",
14549 "read-fonts",
14550]
14551
14552[[package]]
14553name = "slab"
14554version = "0.4.9"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14557dependencies = [
14558 "autocfg",
14559]
14560
14561[[package]]
14562name = "slash_commands_example"
14563version = "0.1.0"
14564dependencies = [
14565 "zed_extension_api 0.1.0",
14566]
14567
14568[[package]]
14569name = "slotmap"
14570version = "1.0.7"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14573dependencies = [
14574 "version_check",
14575]
14576
14577[[package]]
14578name = "smallvec"
14579version = "1.15.0"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14582dependencies = [
14583 "serde",
14584]
14585
14586[[package]]
14587name = "smart-default"
14588version = "0.6.0"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14591dependencies = [
14592 "proc-macro2",
14593 "quote",
14594 "syn 1.0.109",
14595]
14596
14597[[package]]
14598name = "smol"
14599version = "2.0.2"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14602dependencies = [
14603 "async-channel 2.3.1",
14604 "async-executor",
14605 "async-fs",
14606 "async-io",
14607 "async-lock",
14608 "async-net",
14609 "async-process",
14610 "blocking",
14611 "futures-lite 2.6.0",
14612]
14613
14614[[package]]
14615name = "smol_str"
14616version = "0.1.24"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14619dependencies = [
14620 "serde",
14621]
14622
14623[[package]]
14624name = "smol_str"
14625version = "0.2.2"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14628
14629[[package]]
14630name = "snippet"
14631version = "0.1.0"
14632dependencies = [
14633 "anyhow",
14634 "smallvec",
14635 "workspace-hack",
14636]
14637
14638[[package]]
14639name = "snippet_provider"
14640version = "0.1.0"
14641dependencies = [
14642 "anyhow",
14643 "collections",
14644 "extension",
14645 "fs",
14646 "futures 0.3.31",
14647 "gpui",
14648 "indoc",
14649 "parking_lot",
14650 "paths",
14651 "schemars",
14652 "serde",
14653 "serde_json_lenient",
14654 "snippet",
14655 "util",
14656 "workspace-hack",
14657]
14658
14659[[package]]
14660name = "snippets_ui"
14661version = "0.1.0"
14662dependencies = [
14663 "fuzzy",
14664 "gpui",
14665 "language",
14666 "paths",
14667 "picker",
14668 "ui",
14669 "util",
14670 "workspace",
14671 "workspace-hack",
14672]
14673
14674[[package]]
14675name = "socket2"
14676version = "0.5.9"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14679dependencies = [
14680 "libc",
14681 "windows-sys 0.52.0",
14682]
14683
14684[[package]]
14685name = "spdx"
14686version = "0.10.8"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14689dependencies = [
14690 "smallvec",
14691]
14692
14693[[package]]
14694name = "spin"
14695version = "0.9.8"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14698dependencies = [
14699 "lock_api",
14700]
14701
14702[[package]]
14703name = "spirv"
14704version = "0.3.0+sdk-1.3.268.0"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14707dependencies = [
14708 "bitflags 2.9.0",
14709]
14710
14711[[package]]
14712name = "spki"
14713version = "0.6.0"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14716dependencies = [
14717 "base64ct",
14718 "der 0.6.1",
14719]
14720
14721[[package]]
14722name = "spki"
14723version = "0.7.3"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14726dependencies = [
14727 "base64ct",
14728 "der 0.7.10",
14729]
14730
14731[[package]]
14732name = "sptr"
14733version = "0.3.2"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14736
14737[[package]]
14738name = "sqlez"
14739version = "0.1.0"
14740dependencies = [
14741 "anyhow",
14742 "collections",
14743 "futures 0.3.31",
14744 "indoc",
14745 "libsqlite3-sys",
14746 "parking_lot",
14747 "smol",
14748 "sqlformat",
14749 "thread_local",
14750 "util",
14751 "uuid",
14752 "workspace-hack",
14753]
14754
14755[[package]]
14756name = "sqlez_macros"
14757version = "0.1.0"
14758dependencies = [
14759 "sqlez",
14760 "sqlformat",
14761 "syn 2.0.101",
14762 "workspace-hack",
14763]
14764
14765[[package]]
14766name = "sqlformat"
14767version = "0.2.6"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14770dependencies = [
14771 "nom",
14772 "unicode_categories",
14773]
14774
14775[[package]]
14776name = "sqlx"
14777version = "0.8.5"
14778source = "registry+https://github.com/rust-lang/crates.io-index"
14779checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14780dependencies = [
14781 "sqlx-core",
14782 "sqlx-macros",
14783 "sqlx-mysql",
14784 "sqlx-postgres",
14785 "sqlx-sqlite",
14786]
14787
14788[[package]]
14789name = "sqlx-core"
14790version = "0.8.5"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14793dependencies = [
14794 "base64 0.22.1",
14795 "bigdecimal",
14796 "bytes 1.10.1",
14797 "chrono",
14798 "crc",
14799 "crossbeam-queue",
14800 "either",
14801 "event-listener 5.4.0",
14802 "futures-core",
14803 "futures-intrusive",
14804 "futures-io",
14805 "futures-util",
14806 "hashbrown 0.15.3",
14807 "hashlink 0.10.0",
14808 "indexmap",
14809 "log",
14810 "memchr",
14811 "once_cell",
14812 "percent-encoding",
14813 "rust_decimal",
14814 "rustls 0.23.26",
14815 "serde",
14816 "serde_json",
14817 "sha2",
14818 "smallvec",
14819 "thiserror 2.0.12",
14820 "time",
14821 "tokio",
14822 "tokio-stream",
14823 "tracing",
14824 "url",
14825 "uuid",
14826 "webpki-roots",
14827]
14828
14829[[package]]
14830name = "sqlx-macros"
14831version = "0.8.5"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14834dependencies = [
14835 "proc-macro2",
14836 "quote",
14837 "sqlx-core",
14838 "sqlx-macros-core",
14839 "syn 2.0.101",
14840]
14841
14842[[package]]
14843name = "sqlx-macros-core"
14844version = "0.8.5"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14847dependencies = [
14848 "dotenvy",
14849 "either",
14850 "heck 0.5.0",
14851 "hex",
14852 "once_cell",
14853 "proc-macro2",
14854 "quote",
14855 "serde",
14856 "serde_json",
14857 "sha2",
14858 "sqlx-core",
14859 "sqlx-mysql",
14860 "sqlx-postgres",
14861 "sqlx-sqlite",
14862 "syn 2.0.101",
14863 "tempfile",
14864 "tokio",
14865 "url",
14866]
14867
14868[[package]]
14869name = "sqlx-mysql"
14870version = "0.8.5"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14873dependencies = [
14874 "atoi",
14875 "base64 0.22.1",
14876 "bigdecimal",
14877 "bitflags 2.9.0",
14878 "byteorder",
14879 "bytes 1.10.1",
14880 "chrono",
14881 "crc",
14882 "digest",
14883 "dotenvy",
14884 "either",
14885 "futures-channel",
14886 "futures-core",
14887 "futures-io",
14888 "futures-util",
14889 "generic-array",
14890 "hex",
14891 "hkdf",
14892 "hmac",
14893 "itoa",
14894 "log",
14895 "md-5",
14896 "memchr",
14897 "once_cell",
14898 "percent-encoding",
14899 "rand 0.8.5",
14900 "rsa",
14901 "rust_decimal",
14902 "serde",
14903 "sha1",
14904 "sha2",
14905 "smallvec",
14906 "sqlx-core",
14907 "stringprep",
14908 "thiserror 2.0.12",
14909 "time",
14910 "tracing",
14911 "uuid",
14912 "whoami",
14913]
14914
14915[[package]]
14916name = "sqlx-postgres"
14917version = "0.8.5"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14920dependencies = [
14921 "atoi",
14922 "base64 0.22.1",
14923 "bigdecimal",
14924 "bitflags 2.9.0",
14925 "byteorder",
14926 "chrono",
14927 "crc",
14928 "dotenvy",
14929 "etcetera",
14930 "futures-channel",
14931 "futures-core",
14932 "futures-util",
14933 "hex",
14934 "hkdf",
14935 "hmac",
14936 "home",
14937 "itoa",
14938 "log",
14939 "md-5",
14940 "memchr",
14941 "num-bigint",
14942 "once_cell",
14943 "rand 0.8.5",
14944 "rust_decimal",
14945 "serde",
14946 "serde_json",
14947 "sha2",
14948 "smallvec",
14949 "sqlx-core",
14950 "stringprep",
14951 "thiserror 2.0.12",
14952 "time",
14953 "tracing",
14954 "uuid",
14955 "whoami",
14956]
14957
14958[[package]]
14959name = "sqlx-sqlite"
14960version = "0.8.5"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14963dependencies = [
14964 "atoi",
14965 "chrono",
14966 "flume",
14967 "futures-channel",
14968 "futures-core",
14969 "futures-executor",
14970 "futures-intrusive",
14971 "futures-util",
14972 "libsqlite3-sys",
14973 "log",
14974 "percent-encoding",
14975 "serde",
14976 "serde_urlencoded",
14977 "sqlx-core",
14978 "thiserror 2.0.12",
14979 "time",
14980 "tracing",
14981 "url",
14982 "uuid",
14983]
14984
14985[[package]]
14986name = "stable_deref_trait"
14987version = "1.2.0"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14990
14991[[package]]
14992name = "static_assertions"
14993version = "1.1.0"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14996
14997[[package]]
14998name = "story"
14999version = "0.1.0"
15000dependencies = [
15001 "gpui",
15002 "itertools 0.14.0",
15003 "smallvec",
15004 "workspace-hack",
15005]
15006
15007[[package]]
15008name = "storybook"
15009version = "0.1.0"
15010dependencies = [
15011 "anyhow",
15012 "clap",
15013 "collab_ui",
15014 "ctrlc",
15015 "dialoguer",
15016 "editor",
15017 "fuzzy",
15018 "gpui",
15019 "indoc",
15020 "language",
15021 "log",
15022 "menu",
15023 "picker",
15024 "project",
15025 "reqwest_client",
15026 "rust-embed",
15027 "settings",
15028 "simplelog",
15029 "story",
15030 "strum 0.27.1",
15031 "theme",
15032 "title_bar",
15033 "ui",
15034 "workspace",
15035 "workspace-hack",
15036]
15037
15038[[package]]
15039name = "streaming-iterator"
15040version = "0.1.9"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15043
15044[[package]]
15045name = "streaming_diff"
15046version = "0.1.0"
15047dependencies = [
15048 "ordered-float 2.10.1",
15049 "rand 0.8.5",
15050 "rope",
15051 "util",
15052 "workspace-hack",
15053]
15054
15055[[package]]
15056name = "strict-num"
15057version = "0.1.1"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15060dependencies = [
15061 "float-cmp",
15062]
15063
15064[[package]]
15065name = "string_cache"
15066version = "0.8.9"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15069dependencies = [
15070 "new_debug_unreachable",
15071 "parking_lot",
15072 "phf_shared",
15073 "precomputed-hash",
15074 "serde",
15075]
15076
15077[[package]]
15078name = "string_cache_codegen"
15079version = "0.5.4"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15082dependencies = [
15083 "phf_generator",
15084 "phf_shared",
15085 "proc-macro2",
15086 "quote",
15087]
15088
15089[[package]]
15090name = "stringprep"
15091version = "0.1.5"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15094dependencies = [
15095 "unicode-bidi",
15096 "unicode-normalization",
15097 "unicode-properties",
15098]
15099
15100[[package]]
15101name = "strsim"
15102version = "0.11.1"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15105
15106[[package]]
15107name = "strum"
15108version = "0.26.3"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15111dependencies = [
15112 "strum_macros 0.26.4",
15113]
15114
15115[[package]]
15116name = "strum"
15117version = "0.27.1"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15120dependencies = [
15121 "strum_macros 0.27.1",
15122]
15123
15124[[package]]
15125name = "strum_macros"
15126version = "0.26.4"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15129dependencies = [
15130 "heck 0.5.0",
15131 "proc-macro2",
15132 "quote",
15133 "rustversion",
15134 "syn 2.0.101",
15135]
15136
15137[[package]]
15138name = "strum_macros"
15139version = "0.27.1"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15142dependencies = [
15143 "heck 0.5.0",
15144 "proc-macro2",
15145 "quote",
15146 "rustversion",
15147 "syn 2.0.101",
15148]
15149
15150[[package]]
15151name = "subtle"
15152version = "2.6.1"
15153source = "registry+https://github.com/rust-lang/crates.io-index"
15154checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15155
15156[[package]]
15157name = "sum_tree"
15158version = "0.1.0"
15159dependencies = [
15160 "arrayvec",
15161 "ctor",
15162 "env_logger 0.11.8",
15163 "log",
15164 "rand 0.8.5",
15165 "rayon",
15166 "workspace-hack",
15167]
15168
15169[[package]]
15170name = "supermaven"
15171version = "0.1.0"
15172dependencies = [
15173 "anyhow",
15174 "client",
15175 "collections",
15176 "editor",
15177 "env_logger 0.11.8",
15178 "futures 0.3.31",
15179 "gpui",
15180 "http_client",
15181 "inline_completion",
15182 "language",
15183 "log",
15184 "postage",
15185 "project",
15186 "serde",
15187 "serde_json",
15188 "settings",
15189 "smol",
15190 "supermaven_api",
15191 "text",
15192 "theme",
15193 "ui",
15194 "unicode-segmentation",
15195 "util",
15196 "workspace-hack",
15197]
15198
15199[[package]]
15200name = "supermaven_api"
15201version = "0.1.0"
15202dependencies = [
15203 "anyhow",
15204 "futures 0.3.31",
15205 "http_client",
15206 "paths",
15207 "serde",
15208 "serde_json",
15209 "smol",
15210 "workspace-hack",
15211]
15212
15213[[package]]
15214name = "sval"
15215version = "2.14.1"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15218
15219[[package]]
15220name = "sval_buffer"
15221version = "2.14.1"
15222source = "registry+https://github.com/rust-lang/crates.io-index"
15223checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15224dependencies = [
15225 "sval",
15226 "sval_ref",
15227]
15228
15229[[package]]
15230name = "sval_dynamic"
15231version = "2.14.1"
15232source = "registry+https://github.com/rust-lang/crates.io-index"
15233checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15234dependencies = [
15235 "sval",
15236]
15237
15238[[package]]
15239name = "sval_fmt"
15240version = "2.14.1"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15243dependencies = [
15244 "itoa",
15245 "ryu",
15246 "sval",
15247]
15248
15249[[package]]
15250name = "sval_json"
15251version = "2.14.1"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15254dependencies = [
15255 "itoa",
15256 "ryu",
15257 "sval",
15258]
15259
15260[[package]]
15261name = "sval_nested"
15262version = "2.14.1"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15265dependencies = [
15266 "sval",
15267 "sval_buffer",
15268 "sval_ref",
15269]
15270
15271[[package]]
15272name = "sval_ref"
15273version = "2.14.1"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15276dependencies = [
15277 "sval",
15278]
15279
15280[[package]]
15281name = "sval_serde"
15282version = "2.14.1"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15285dependencies = [
15286 "serde",
15287 "sval",
15288 "sval_nested",
15289]
15290
15291[[package]]
15292name = "svg_fmt"
15293version = "0.4.5"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15296
15297[[package]]
15298name = "svgtypes"
15299version = "0.15.3"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15302dependencies = [
15303 "kurbo",
15304 "siphasher",
15305]
15306
15307[[package]]
15308name = "swash"
15309version = "0.2.2"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15312dependencies = [
15313 "skrifa",
15314 "yazi",
15315 "zeno",
15316]
15317
15318[[package]]
15319name = "syn"
15320version = "1.0.109"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15323dependencies = [
15324 "proc-macro2",
15325 "quote",
15326 "unicode-ident",
15327]
15328
15329[[package]]
15330name = "syn"
15331version = "2.0.101"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15334dependencies = [
15335 "proc-macro2",
15336 "quote",
15337 "unicode-ident",
15338]
15339
15340[[package]]
15341name = "sync_wrapper"
15342version = "0.1.2"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15345
15346[[package]]
15347name = "sync_wrapper"
15348version = "1.0.2"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15351dependencies = [
15352 "futures-core",
15353]
15354
15355[[package]]
15356name = "synchronoise"
15357version = "1.0.1"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15360dependencies = [
15361 "crossbeam-queue",
15362]
15363
15364[[package]]
15365name = "synstructure"
15366version = "0.13.1"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15369dependencies = [
15370 "proc-macro2",
15371 "quote",
15372 "syn 2.0.101",
15373]
15374
15375[[package]]
15376name = "sys-locale"
15377version = "0.3.2"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15380dependencies = [
15381 "libc",
15382]
15383
15384[[package]]
15385name = "sysinfo"
15386version = "0.31.4"
15387source = "registry+https://github.com/rust-lang/crates.io-index"
15388checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15389dependencies = [
15390 "core-foundation-sys",
15391 "libc",
15392 "memchr",
15393 "ntapi",
15394 "rayon",
15395 "windows 0.57.0",
15396]
15397
15398[[package]]
15399name = "system-configuration"
15400version = "0.5.1"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15403dependencies = [
15404 "bitflags 1.3.2",
15405 "core-foundation 0.9.4",
15406 "system-configuration-sys 0.5.0",
15407]
15408
15409[[package]]
15410name = "system-configuration"
15411version = "0.6.1"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15414dependencies = [
15415 "bitflags 2.9.0",
15416 "core-foundation 0.9.4",
15417 "system-configuration-sys 0.6.0",
15418]
15419
15420[[package]]
15421name = "system-configuration-sys"
15422version = "0.5.0"
15423source = "registry+https://github.com/rust-lang/crates.io-index"
15424checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15425dependencies = [
15426 "core-foundation-sys",
15427 "libc",
15428]
15429
15430[[package]]
15431name = "system-configuration-sys"
15432version = "0.6.0"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15435dependencies = [
15436 "core-foundation-sys",
15437 "libc",
15438]
15439
15440[[package]]
15441name = "system-deps"
15442version = "6.2.2"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15445dependencies = [
15446 "cfg-expr",
15447 "heck 0.5.0",
15448 "pkg-config",
15449 "toml 0.8.20",
15450 "version-compare",
15451]
15452
15453[[package]]
15454name = "system-interface"
15455version = "0.27.3"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15458dependencies = [
15459 "bitflags 2.9.0",
15460 "cap-fs-ext",
15461 "cap-std",
15462 "fd-lock",
15463 "io-lifetimes",
15464 "rustix 0.38.44",
15465 "windows-sys 0.59.0",
15466 "winx",
15467]
15468
15469[[package]]
15470name = "tab_switcher"
15471version = "0.1.0"
15472dependencies = [
15473 "anyhow",
15474 "collections",
15475 "ctor",
15476 "editor",
15477 "env_logger 0.11.8",
15478 "fuzzy",
15479 "gpui",
15480 "language",
15481 "menu",
15482 "picker",
15483 "project",
15484 "schemars",
15485 "serde",
15486 "serde_json",
15487 "settings",
15488 "smol",
15489 "theme",
15490 "ui",
15491 "util",
15492 "workspace",
15493 "workspace-hack",
15494]
15495
15496[[package]]
15497name = "taffy"
15498version = "0.4.4"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15501dependencies = [
15502 "arrayvec",
15503 "grid",
15504 "num-traits",
15505 "serde",
15506 "slotmap",
15507]
15508
15509[[package]]
15510name = "tagptr"
15511version = "0.2.0"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15514
15515[[package]]
15516name = "take-until"
15517version = "0.2.0"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15520
15521[[package]]
15522name = "tao-core-video-sys"
15523version = "0.2.0"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15526dependencies = [
15527 "cfg-if",
15528 "core-foundation-sys",
15529 "libc",
15530 "objc",
15531]
15532
15533[[package]]
15534name = "tap"
15535version = "1.0.1"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15538
15539[[package]]
15540name = "target-lexicon"
15541version = "0.12.16"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15544
15545[[package]]
15546name = "target-lexicon"
15547version = "0.13.2"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15550
15551[[package]]
15552name = "task"
15553version = "0.1.0"
15554dependencies = [
15555 "anyhow",
15556 "collections",
15557 "futures 0.3.31",
15558 "gpui",
15559 "hex",
15560 "parking_lot",
15561 "pretty_assertions",
15562 "proto",
15563 "schemars",
15564 "serde",
15565 "serde_json",
15566 "serde_json_lenient",
15567 "sha2",
15568 "shellexpand 2.1.2",
15569 "util",
15570 "workspace-hack",
15571 "zed_actions",
15572]
15573
15574[[package]]
15575name = "tasks_ui"
15576version = "0.1.0"
15577dependencies = [
15578 "anyhow",
15579 "collections",
15580 "editor",
15581 "file_icons",
15582 "fuzzy",
15583 "gpui",
15584 "itertools 0.14.0",
15585 "language",
15586 "menu",
15587 "picker",
15588 "project",
15589 "serde",
15590 "serde_json",
15591 "task",
15592 "tree-sitter-rust",
15593 "tree-sitter-typescript",
15594 "ui",
15595 "util",
15596 "workspace",
15597 "workspace-hack",
15598 "zed_actions",
15599]
15600
15601[[package]]
15602name = "telemetry"
15603version = "0.1.0"
15604dependencies = [
15605 "futures 0.3.31",
15606 "serde",
15607 "serde_json",
15608 "telemetry_events",
15609 "workspace-hack",
15610]
15611
15612[[package]]
15613name = "telemetry_events"
15614version = "0.1.0"
15615dependencies = [
15616 "semantic_version",
15617 "serde",
15618 "serde_json",
15619 "workspace-hack",
15620]
15621
15622[[package]]
15623name = "tempfile"
15624version = "3.20.0"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15627dependencies = [
15628 "fastrand 2.3.0",
15629 "getrandom 0.3.2",
15630 "once_cell",
15631 "rustix 1.0.7",
15632 "windows-sys 0.59.0",
15633]
15634
15635[[package]]
15636name = "tendril"
15637version = "0.4.3"
15638source = "registry+https://github.com/rust-lang/crates.io-index"
15639checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15640dependencies = [
15641 "futf",
15642 "mac",
15643 "utf-8",
15644]
15645
15646[[package]]
15647name = "termcolor"
15648version = "1.4.1"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15651dependencies = [
15652 "winapi-util",
15653]
15654
15655[[package]]
15656name = "terminal"
15657version = "0.1.0"
15658dependencies = [
15659 "alacritty_terminal",
15660 "anyhow",
15661 "collections",
15662 "dirs 4.0.0",
15663 "futures 0.3.31",
15664 "gpui",
15665 "libc",
15666 "rand 0.8.5",
15667 "regex",
15668 "release_channel",
15669 "schemars",
15670 "serde",
15671 "serde_derive",
15672 "settings",
15673 "smol",
15674 "sysinfo",
15675 "task",
15676 "theme",
15677 "thiserror 2.0.12",
15678 "util",
15679 "windows 0.61.1",
15680 "workspace-hack",
15681]
15682
15683[[package]]
15684name = "terminal_size"
15685version = "0.4.2"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15688dependencies = [
15689 "rustix 1.0.7",
15690 "windows-sys 0.59.0",
15691]
15692
15693[[package]]
15694name = "terminal_view"
15695version = "0.1.0"
15696dependencies = [
15697 "anyhow",
15698 "assistant_slash_command",
15699 "async-recursion 1.1.1",
15700 "breadcrumbs",
15701 "client",
15702 "collections",
15703 "db",
15704 "dirs 4.0.0",
15705 "editor",
15706 "futures 0.3.31",
15707 "gpui",
15708 "itertools 0.14.0",
15709 "language",
15710 "log",
15711 "project",
15712 "rand 0.8.5",
15713 "regex",
15714 "schemars",
15715 "search",
15716 "serde",
15717 "serde_json",
15718 "settings",
15719 "shellexpand 2.1.2",
15720 "smol",
15721 "task",
15722 "terminal",
15723 "theme",
15724 "ui",
15725 "util",
15726 "workspace",
15727 "workspace-hack",
15728 "zed_actions",
15729]
15730
15731[[package]]
15732name = "text"
15733version = "0.1.0"
15734dependencies = [
15735 "anyhow",
15736 "clock",
15737 "collections",
15738 "ctor",
15739 "env_logger 0.11.8",
15740 "gpui",
15741 "http_client",
15742 "log",
15743 "parking_lot",
15744 "postage",
15745 "rand 0.8.5",
15746 "regex",
15747 "rope",
15748 "smallvec",
15749 "sum_tree",
15750 "util",
15751 "workspace-hack",
15752]
15753
15754[[package]]
15755name = "theme"
15756version = "0.1.0"
15757dependencies = [
15758 "anyhow",
15759 "collections",
15760 "derive_more",
15761 "fs",
15762 "futures 0.3.31",
15763 "gpui",
15764 "indexmap",
15765 "log",
15766 "palette",
15767 "parking_lot",
15768 "refineable",
15769 "schemars",
15770 "serde",
15771 "serde_derive",
15772 "serde_json",
15773 "serde_json_lenient",
15774 "serde_repr",
15775 "settings",
15776 "strum 0.27.1",
15777 "thiserror 2.0.12",
15778 "util",
15779 "uuid",
15780 "workspace-hack",
15781]
15782
15783[[package]]
15784name = "theme_extension"
15785version = "0.1.0"
15786dependencies = [
15787 "anyhow",
15788 "extension",
15789 "fs",
15790 "gpui",
15791 "theme",
15792 "workspace-hack",
15793]
15794
15795[[package]]
15796name = "theme_importer"
15797version = "0.1.0"
15798dependencies = [
15799 "anyhow",
15800 "clap",
15801 "gpui",
15802 "indexmap",
15803 "log",
15804 "palette",
15805 "rust-embed",
15806 "serde",
15807 "serde_json",
15808 "serde_json_lenient",
15809 "simplelog",
15810 "strum 0.27.1",
15811 "theme",
15812 "vscode_theme",
15813 "workspace-hack",
15814]
15815
15816[[package]]
15817name = "theme_selector"
15818version = "0.1.0"
15819dependencies = [
15820 "fs",
15821 "fuzzy",
15822 "gpui",
15823 "log",
15824 "picker",
15825 "serde",
15826 "settings",
15827 "telemetry",
15828 "theme",
15829 "ui",
15830 "util",
15831 "workspace",
15832 "workspace-hack",
15833 "zed_actions",
15834]
15835
15836[[package]]
15837name = "thiserror"
15838version = "1.0.69"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15841dependencies = [
15842 "thiserror-impl 1.0.69",
15843]
15844
15845[[package]]
15846name = "thiserror"
15847version = "2.0.12"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15850dependencies = [
15851 "thiserror-impl 2.0.12",
15852]
15853
15854[[package]]
15855name = "thiserror-impl"
15856version = "1.0.69"
15857source = "registry+https://github.com/rust-lang/crates.io-index"
15858checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15859dependencies = [
15860 "proc-macro2",
15861 "quote",
15862 "syn 2.0.101",
15863]
15864
15865[[package]]
15866name = "thiserror-impl"
15867version = "2.0.12"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15870dependencies = [
15871 "proc-macro2",
15872 "quote",
15873 "syn 2.0.101",
15874]
15875
15876[[package]]
15877name = "thread_local"
15878version = "1.1.8"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15881dependencies = [
15882 "cfg-if",
15883 "once_cell",
15884]
15885
15886[[package]]
15887name = "tiff"
15888version = "0.9.1"
15889source = "registry+https://github.com/rust-lang/crates.io-index"
15890checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15891dependencies = [
15892 "flate2",
15893 "jpeg-decoder",
15894 "weezl",
15895]
15896
15897[[package]]
15898name = "tiktoken-rs"
15899version = "0.7.0"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15902dependencies = [
15903 "anyhow",
15904 "base64 0.22.1",
15905 "bstr",
15906 "fancy-regex 0.13.0",
15907 "lazy_static",
15908 "regex",
15909 "rustc-hash 1.1.0",
15910]
15911
15912[[package]]
15913name = "time"
15914version = "0.3.41"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15917dependencies = [
15918 "deranged",
15919 "itoa",
15920 "libc",
15921 "num-conv",
15922 "num_threads",
15923 "powerfmt",
15924 "serde",
15925 "time-core",
15926 "time-macros",
15927]
15928
15929[[package]]
15930name = "time-core"
15931version = "0.1.4"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15934
15935[[package]]
15936name = "time-macros"
15937version = "0.2.22"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15940dependencies = [
15941 "num-conv",
15942 "time-core",
15943]
15944
15945[[package]]
15946name = "time_format"
15947version = "0.1.0"
15948dependencies = [
15949 "core-foundation 0.10.0",
15950 "core-foundation-sys",
15951 "sys-locale",
15952 "time",
15953 "workspace-hack",
15954]
15955
15956[[package]]
15957name = "tiny-keccak"
15958version = "2.0.2"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15961dependencies = [
15962 "crunchy",
15963]
15964
15965[[package]]
15966name = "tiny-skia"
15967version = "0.11.4"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15970dependencies = [
15971 "arrayref",
15972 "arrayvec",
15973 "bytemuck",
15974 "cfg-if",
15975 "log",
15976 "png",
15977 "tiny-skia-path",
15978]
15979
15980[[package]]
15981name = "tiny-skia-path"
15982version = "0.11.4"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15985dependencies = [
15986 "arrayref",
15987 "bytemuck",
15988 "strict-num",
15989]
15990
15991[[package]]
15992name = "tiny_http"
15993version = "0.8.2"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15996dependencies = [
15997 "ascii",
15998 "chrono",
15999 "chunked_transfer",
16000 "log",
16001 "url",
16002]
16003
16004[[package]]
16005name = "tinystr"
16006version = "0.7.6"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16009dependencies = [
16010 "displaydoc",
16011 "zerovec",
16012]
16013
16014[[package]]
16015name = "tinytemplate"
16016version = "1.2.1"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16019dependencies = [
16020 "serde",
16021 "serde_json",
16022]
16023
16024[[package]]
16025name = "tinyvec"
16026version = "1.9.0"
16027source = "registry+https://github.com/rust-lang/crates.io-index"
16028checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16029dependencies = [
16030 "tinyvec_macros",
16031]
16032
16033[[package]]
16034name = "tinyvec_macros"
16035version = "0.1.1"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16038
16039[[package]]
16040name = "title_bar"
16041version = "0.1.0"
16042dependencies = [
16043 "auto_update",
16044 "call",
16045 "chrono",
16046 "client",
16047 "collections",
16048 "db",
16049 "gpui",
16050 "http_client",
16051 "notifications",
16052 "pretty_assertions",
16053 "project",
16054 "remote",
16055 "rpc",
16056 "schemars",
16057 "serde",
16058 "settings",
16059 "smallvec",
16060 "story",
16061 "telemetry",
16062 "theme",
16063 "tree-sitter-md",
16064 "ui",
16065 "util",
16066 "windows 0.61.1",
16067 "workspace",
16068 "workspace-hack",
16069 "zed_actions",
16070]
16071
16072[[package]]
16073name = "tokio"
16074version = "1.44.2"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16077dependencies = [
16078 "backtrace",
16079 "bytes 1.10.1",
16080 "libc",
16081 "mio",
16082 "parking_lot",
16083 "pin-project-lite",
16084 "signal-hook-registry",
16085 "socket2",
16086 "tokio-macros",
16087 "windows-sys 0.52.0",
16088]
16089
16090[[package]]
16091name = "tokio-io"
16092version = "0.1.13"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16095dependencies = [
16096 "bytes 0.4.12",
16097 "futures 0.1.31",
16098 "log",
16099]
16100
16101[[package]]
16102name = "tokio-macros"
16103version = "2.5.0"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16106dependencies = [
16107 "proc-macro2",
16108 "quote",
16109 "syn 2.0.101",
16110]
16111
16112[[package]]
16113name = "tokio-native-tls"
16114version = "0.3.1"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16117dependencies = [
16118 "native-tls",
16119 "tokio",
16120]
16121
16122[[package]]
16123name = "tokio-rustls"
16124version = "0.24.1"
16125source = "registry+https://github.com/rust-lang/crates.io-index"
16126checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16127dependencies = [
16128 "rustls 0.21.12",
16129 "tokio",
16130]
16131
16132[[package]]
16133name = "tokio-rustls"
16134version = "0.26.2"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16137dependencies = [
16138 "rustls 0.23.26",
16139 "tokio",
16140]
16141
16142[[package]]
16143name = "tokio-socks"
16144version = "0.5.2"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16147dependencies = [
16148 "either",
16149 "futures-io",
16150 "futures-util",
16151 "thiserror 1.0.69",
16152 "tokio",
16153]
16154
16155[[package]]
16156name = "tokio-stream"
16157version = "0.1.17"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16160dependencies = [
16161 "futures-core",
16162 "pin-project-lite",
16163 "tokio",
16164]
16165
16166[[package]]
16167name = "tokio-tungstenite"
16168version = "0.20.1"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16171dependencies = [
16172 "futures-util",
16173 "log",
16174 "tokio",
16175 "tungstenite 0.20.1",
16176]
16177
16178[[package]]
16179name = "tokio-tungstenite"
16180version = "0.21.0"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16183dependencies = [
16184 "futures-util",
16185 "log",
16186 "tokio",
16187 "tungstenite 0.21.0",
16188]
16189
16190[[package]]
16191name = "tokio-tungstenite"
16192version = "0.26.2"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16195dependencies = [
16196 "futures-util",
16197 "log",
16198 "rustls 0.23.26",
16199 "rustls-pki-types",
16200 "tokio",
16201 "tokio-rustls 0.26.2",
16202 "tungstenite 0.26.2",
16203]
16204
16205[[package]]
16206name = "tokio-util"
16207version = "0.7.14"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16210dependencies = [
16211 "bytes 1.10.1",
16212 "futures-core",
16213 "futures-io",
16214 "futures-sink",
16215 "pin-project-lite",
16216 "tokio",
16217]
16218
16219[[package]]
16220name = "toml"
16221version = "0.5.11"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16224dependencies = [
16225 "serde",
16226]
16227
16228[[package]]
16229name = "toml"
16230version = "0.8.20"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16233dependencies = [
16234 "serde",
16235 "serde_spanned",
16236 "toml_datetime",
16237 "toml_edit",
16238]
16239
16240[[package]]
16241name = "toml_datetime"
16242version = "0.6.9"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16245dependencies = [
16246 "serde",
16247]
16248
16249[[package]]
16250name = "toml_edit"
16251version = "0.22.26"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16254dependencies = [
16255 "indexmap",
16256 "serde",
16257 "serde_spanned",
16258 "toml_datetime",
16259 "toml_write",
16260 "winnow",
16261]
16262
16263[[package]]
16264name = "toml_write"
16265version = "0.1.1"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16268
16269[[package]]
16270name = "toolchain_selector"
16271version = "0.1.0"
16272dependencies = [
16273 "editor",
16274 "fuzzy",
16275 "gpui",
16276 "language",
16277 "picker",
16278 "project",
16279 "ui",
16280 "util",
16281 "workspace",
16282 "workspace-hack",
16283]
16284
16285[[package]]
16286name = "topological-sort"
16287version = "0.2.2"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16290
16291[[package]]
16292name = "tower"
16293version = "0.4.13"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16296dependencies = [
16297 "futures-core",
16298 "futures-util",
16299 "pin-project",
16300 "pin-project-lite",
16301 "tokio",
16302 "tower-layer",
16303 "tower-service",
16304 "tracing",
16305]
16306
16307[[package]]
16308name = "tower"
16309version = "0.5.2"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16312dependencies = [
16313 "futures-core",
16314 "futures-util",
16315 "pin-project-lite",
16316 "sync_wrapper 1.0.2",
16317 "tokio",
16318 "tower-layer",
16319 "tower-service",
16320]
16321
16322[[package]]
16323name = "tower-http"
16324version = "0.3.5"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16327dependencies = [
16328 "bitflags 1.3.2",
16329 "bytes 1.10.1",
16330 "futures-core",
16331 "futures-util",
16332 "http 0.2.12",
16333 "http-body 0.4.6",
16334 "http-range-header",
16335 "pin-project-lite",
16336 "tower-layer",
16337 "tower-service",
16338]
16339
16340[[package]]
16341name = "tower-http"
16342version = "0.4.4"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16345dependencies = [
16346 "bitflags 2.9.0",
16347 "bytes 1.10.1",
16348 "futures-core",
16349 "futures-util",
16350 "http 0.2.12",
16351 "http-body 0.4.6",
16352 "http-range-header",
16353 "pin-project-lite",
16354 "tower-layer",
16355 "tower-service",
16356 "tracing",
16357]
16358
16359[[package]]
16360name = "tower-layer"
16361version = "0.3.3"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16364
16365[[package]]
16366name = "tower-service"
16367version = "0.3.3"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16370
16371[[package]]
16372name = "tracing"
16373version = "0.1.41"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16376dependencies = [
16377 "log",
16378 "pin-project-lite",
16379 "tracing-attributes",
16380 "tracing-core",
16381]
16382
16383[[package]]
16384name = "tracing-attributes"
16385version = "0.1.28"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16388dependencies = [
16389 "proc-macro2",
16390 "quote",
16391 "syn 2.0.101",
16392]
16393
16394[[package]]
16395name = "tracing-core"
16396version = "0.1.33"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16399dependencies = [
16400 "once_cell",
16401 "valuable",
16402]
16403
16404[[package]]
16405name = "tracing-log"
16406version = "0.2.0"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16409dependencies = [
16410 "log",
16411 "once_cell",
16412 "tracing-core",
16413]
16414
16415[[package]]
16416name = "tracing-serde"
16417version = "0.2.0"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16420dependencies = [
16421 "serde",
16422 "tracing-core",
16423]
16424
16425[[package]]
16426name = "tracing-subscriber"
16427version = "0.3.19"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16430dependencies = [
16431 "matchers",
16432 "nu-ansi-term 0.46.0",
16433 "once_cell",
16434 "regex",
16435 "serde",
16436 "serde_json",
16437 "sharded-slab",
16438 "smallvec",
16439 "thread_local",
16440 "tracing",
16441 "tracing-core",
16442 "tracing-log",
16443 "tracing-serde",
16444]
16445
16446[[package]]
16447name = "trait-variant"
16448version = "0.1.2"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16451dependencies = [
16452 "proc-macro2",
16453 "quote",
16454 "syn 2.0.101",
16455]
16456
16457[[package]]
16458name = "tree-sitter"
16459version = "0.25.3"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16462dependencies = [
16463 "cc",
16464 "regex",
16465 "regex-syntax 0.8.5",
16466 "serde_json",
16467 "streaming-iterator",
16468 "tree-sitter-language",
16469 "wasmtime-c-api-impl",
16470]
16471
16472[[package]]
16473name = "tree-sitter-bash"
16474version = "0.23.3"
16475source = "registry+https://github.com/rust-lang/crates.io-index"
16476checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16477dependencies = [
16478 "cc",
16479 "tree-sitter-language",
16480]
16481
16482[[package]]
16483name = "tree-sitter-c"
16484version = "0.23.4"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16487dependencies = [
16488 "cc",
16489 "tree-sitter-language",
16490]
16491
16492[[package]]
16493name = "tree-sitter-cpp"
16494version = "0.23.4"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16497dependencies = [
16498 "cc",
16499 "tree-sitter-language",
16500]
16501
16502[[package]]
16503name = "tree-sitter-css"
16504version = "0.23.2"
16505source = "registry+https://github.com/rust-lang/crates.io-index"
16506checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16507dependencies = [
16508 "cc",
16509 "tree-sitter-language",
16510]
16511
16512[[package]]
16513name = "tree-sitter-diff"
16514version = "0.1.0"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16517dependencies = [
16518 "cc",
16519 "tree-sitter-language",
16520]
16521
16522[[package]]
16523name = "tree-sitter-elixir"
16524version = "0.3.4"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16527dependencies = [
16528 "cc",
16529 "tree-sitter-language",
16530]
16531
16532[[package]]
16533name = "tree-sitter-embedded-template"
16534version = "0.23.2"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16537dependencies = [
16538 "cc",
16539 "tree-sitter-language",
16540]
16541
16542[[package]]
16543name = "tree-sitter-gitcommit"
16544version = "0.0.1"
16545source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16546dependencies = [
16547 "cc",
16548 "tree-sitter-language",
16549]
16550
16551[[package]]
16552name = "tree-sitter-go"
16553version = "0.23.4"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16556dependencies = [
16557 "cc",
16558 "tree-sitter-language",
16559]
16560
16561[[package]]
16562name = "tree-sitter-gomod"
16563version = "1.1.1"
16564source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16565dependencies = [
16566 "cc",
16567 "tree-sitter-language",
16568]
16569
16570[[package]]
16571name = "tree-sitter-gowork"
16572version = "0.0.1"
16573source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16574dependencies = [
16575 "cc",
16576 "tree-sitter-language",
16577]
16578
16579[[package]]
16580name = "tree-sitter-heex"
16581version = "0.0.1"
16582source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16583dependencies = [
16584 "cc",
16585 "tree-sitter-language",
16586]
16587
16588[[package]]
16589name = "tree-sitter-html"
16590version = "0.23.2"
16591source = "registry+https://github.com/rust-lang/crates.io-index"
16592checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16593dependencies = [
16594 "cc",
16595 "tree-sitter-language",
16596]
16597
16598[[package]]
16599name = "tree-sitter-jsdoc"
16600version = "0.23.2"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16603dependencies = [
16604 "cc",
16605 "tree-sitter-language",
16606]
16607
16608[[package]]
16609name = "tree-sitter-json"
16610version = "0.24.8"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16613dependencies = [
16614 "cc",
16615 "tree-sitter-language",
16616]
16617
16618[[package]]
16619name = "tree-sitter-language"
16620version = "0.1.5"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16623
16624[[package]]
16625name = "tree-sitter-md"
16626version = "0.3.2"
16627source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16628dependencies = [
16629 "cc",
16630 "tree-sitter-language",
16631]
16632
16633[[package]]
16634name = "tree-sitter-python"
16635version = "0.23.6"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16638dependencies = [
16639 "cc",
16640 "tree-sitter-language",
16641]
16642
16643[[package]]
16644name = "tree-sitter-regex"
16645version = "0.24.3"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16648dependencies = [
16649 "cc",
16650 "tree-sitter-language",
16651]
16652
16653[[package]]
16654name = "tree-sitter-ruby"
16655version = "0.23.1"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16658dependencies = [
16659 "cc",
16660 "tree-sitter-language",
16661]
16662
16663[[package]]
16664name = "tree-sitter-rust"
16665version = "0.24.0"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16668dependencies = [
16669 "cc",
16670 "tree-sitter-language",
16671]
16672
16673[[package]]
16674name = "tree-sitter-typescript"
16675version = "0.23.2"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16678dependencies = [
16679 "cc",
16680 "tree-sitter-language",
16681]
16682
16683[[package]]
16684name = "tree-sitter-yaml"
16685version = "0.6.1"
16686source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16687dependencies = [
16688 "cc",
16689 "tree-sitter-language",
16690]
16691
16692[[package]]
16693name = "try-lock"
16694version = "0.2.5"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16697
16698[[package]]
16699name = "ttf-parser"
16700version = "0.20.0"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16703
16704[[package]]
16705name = "ttf-parser"
16706version = "0.21.1"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16709
16710[[package]]
16711name = "ttf-parser"
16712version = "0.25.1"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16715dependencies = [
16716 "core_maths",
16717]
16718
16719[[package]]
16720name = "tungstenite"
16721version = "0.20.1"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16724dependencies = [
16725 "byteorder",
16726 "bytes 1.10.1",
16727 "data-encoding",
16728 "http 0.2.12",
16729 "httparse",
16730 "log",
16731 "rand 0.8.5",
16732 "sha1",
16733 "thiserror 1.0.69",
16734 "url",
16735 "utf-8",
16736]
16737
16738[[package]]
16739name = "tungstenite"
16740version = "0.21.0"
16741source = "registry+https://github.com/rust-lang/crates.io-index"
16742checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16743dependencies = [
16744 "byteorder",
16745 "bytes 1.10.1",
16746 "data-encoding",
16747 "http 1.3.1",
16748 "httparse",
16749 "log",
16750 "rand 0.8.5",
16751 "sha1",
16752 "thiserror 1.0.69",
16753 "url",
16754 "utf-8",
16755]
16756
16757[[package]]
16758name = "tungstenite"
16759version = "0.26.2"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16762dependencies = [
16763 "bytes 1.10.1",
16764 "data-encoding",
16765 "http 1.3.1",
16766 "httparse",
16767 "log",
16768 "rand 0.9.1",
16769 "rustls 0.23.26",
16770 "rustls-pki-types",
16771 "sha1",
16772 "thiserror 2.0.12",
16773 "utf-8",
16774]
16775
16776[[package]]
16777name = "typeid"
16778version = "1.0.3"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16781
16782[[package]]
16783name = "typenum"
16784version = "1.18.0"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16787
16788[[package]]
16789name = "ucd-trie"
16790version = "0.1.7"
16791source = "registry+https://github.com/rust-lang/crates.io-index"
16792checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16793
16794[[package]]
16795name = "uds_windows"
16796version = "1.1.0"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16799dependencies = [
16800 "memoffset",
16801 "tempfile",
16802 "winapi",
16803]
16804
16805[[package]]
16806name = "ui"
16807version = "0.1.0"
16808dependencies = [
16809 "chrono",
16810 "component",
16811 "documented",
16812 "gpui",
16813 "icons",
16814 "itertools 0.14.0",
16815 "menu",
16816 "serde",
16817 "settings",
16818 "smallvec",
16819 "story",
16820 "strum 0.27.1",
16821 "theme",
16822 "ui_macros",
16823 "util",
16824 "windows 0.61.1",
16825 "workspace-hack",
16826]
16827
16828[[package]]
16829name = "ui_input"
16830version = "0.1.0"
16831dependencies = [
16832 "component",
16833 "editor",
16834 "gpui",
16835 "settings",
16836 "theme",
16837 "ui",
16838 "workspace-hack",
16839]
16840
16841[[package]]
16842name = "ui_macros"
16843version = "0.1.0"
16844dependencies = [
16845 "quote",
16846 "syn 2.0.101",
16847 "workspace-hack",
16848]
16849
16850[[package]]
16851name = "ui_prompt"
16852version = "0.1.0"
16853dependencies = [
16854 "gpui",
16855 "markdown",
16856 "menu",
16857 "settings",
16858 "theme",
16859 "ui",
16860 "workspace",
16861 "workspace-hack",
16862]
16863
16864[[package]]
16865name = "uluru"
16866version = "3.1.0"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16869dependencies = [
16870 "arrayvec",
16871]
16872
16873[[package]]
16874name = "unicase"
16875version = "2.8.1"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16878
16879[[package]]
16880name = "unicode-bidi"
16881version = "0.3.18"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16884
16885[[package]]
16886name = "unicode-bidi-mirroring"
16887version = "0.2.0"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16890
16891[[package]]
16892name = "unicode-bidi-mirroring"
16893version = "0.4.0"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16896
16897[[package]]
16898name = "unicode-bom"
16899version = "2.0.3"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16902
16903[[package]]
16904name = "unicode-ccc"
16905version = "0.2.0"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16908
16909[[package]]
16910name = "unicode-ccc"
16911version = "0.4.0"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16914
16915[[package]]
16916name = "unicode-ident"
16917version = "1.0.18"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16920
16921[[package]]
16922name = "unicode-linebreak"
16923version = "0.1.5"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16926
16927[[package]]
16928name = "unicode-normalization"
16929version = "0.1.24"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16932dependencies = [
16933 "tinyvec",
16934]
16935
16936[[package]]
16937name = "unicode-properties"
16938version = "0.1.3"
16939source = "registry+https://github.com/rust-lang/crates.io-index"
16940checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16941
16942[[package]]
16943name = "unicode-script"
16944version = "0.5.7"
16945source = "registry+https://github.com/rust-lang/crates.io-index"
16946checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16947
16948[[package]]
16949name = "unicode-segmentation"
16950version = "1.12.0"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16953
16954[[package]]
16955name = "unicode-vo"
16956version = "0.1.0"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16959
16960[[package]]
16961name = "unicode-width"
16962version = "0.1.14"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16965
16966[[package]]
16967name = "unicode-width"
16968version = "0.2.0"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16971
16972[[package]]
16973name = "unicode-xid"
16974version = "0.2.6"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16977
16978[[package]]
16979name = "unicode_categories"
16980version = "0.1.1"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16983
16984[[package]]
16985name = "unindent"
16986version = "0.2.4"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16989
16990[[package]]
16991name = "untrusted"
16992version = "0.9.0"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16995
16996[[package]]
16997name = "url"
16998version = "2.5.4"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17001dependencies = [
17002 "form_urlencoded",
17003 "idna",
17004 "percent-encoding",
17005 "serde",
17006]
17007
17008[[package]]
17009name = "urlencoding"
17010version = "2.1.3"
17011source = "registry+https://github.com/rust-lang/crates.io-index"
17012checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17013
17014[[package]]
17015name = "usvg"
17016version = "0.45.1"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17019dependencies = [
17020 "base64 0.22.1",
17021 "data-url",
17022 "flate2",
17023 "fontdb 0.23.0",
17024 "imagesize",
17025 "kurbo",
17026 "log",
17027 "pico-args",
17028 "roxmltree",
17029 "rustybuzz 0.20.1",
17030 "simplecss",
17031 "siphasher",
17032 "strict-num",
17033 "svgtypes",
17034 "tiny-skia-path",
17035 "unicode-bidi",
17036 "unicode-script",
17037 "unicode-vo",
17038 "xmlwriter",
17039]
17040
17041[[package]]
17042name = "utf-8"
17043version = "0.7.6"
17044source = "registry+https://github.com/rust-lang/crates.io-index"
17045checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17046
17047[[package]]
17048name = "utf16_iter"
17049version = "1.0.5"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17052
17053[[package]]
17054name = "utf8_iter"
17055version = "1.0.4"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17058
17059[[package]]
17060name = "utf8parse"
17061version = "0.2.2"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17064
17065[[package]]
17066name = "util"
17067version = "0.1.0"
17068dependencies = [
17069 "anyhow",
17070 "async-fs",
17071 "async_zip",
17072 "collections",
17073 "dirs 4.0.0",
17074 "dunce",
17075 "futures 0.3.31",
17076 "futures-lite 1.13.0",
17077 "git2",
17078 "globset",
17079 "itertools 0.14.0",
17080 "libc",
17081 "log",
17082 "rand 0.8.5",
17083 "regex",
17084 "rust-embed",
17085 "serde",
17086 "serde_json",
17087 "serde_json_lenient",
17088 "smol",
17089 "take-until",
17090 "tempfile",
17091 "tendril",
17092 "unicase",
17093 "util_macros",
17094 "walkdir",
17095 "workspace-hack",
17096]
17097
17098[[package]]
17099name = "util_macros"
17100version = "0.1.0"
17101dependencies = [
17102 "quote",
17103 "syn 2.0.101",
17104 "workspace-hack",
17105]
17106
17107[[package]]
17108name = "uuid"
17109version = "1.16.0"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17112dependencies = [
17113 "getrandom 0.3.2",
17114 "serde",
17115 "sha1_smol",
17116]
17117
17118[[package]]
17119name = "uuid-simd"
17120version = "0.8.0"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17123dependencies = [
17124 "outref",
17125 "uuid",
17126 "vsimd",
17127]
17128
17129[[package]]
17130name = "v_frame"
17131version = "0.3.8"
17132source = "registry+https://github.com/rust-lang/crates.io-index"
17133checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17134dependencies = [
17135 "aligned-vec",
17136 "num-traits",
17137 "wasm-bindgen",
17138]
17139
17140[[package]]
17141name = "valuable"
17142version = "0.1.1"
17143source = "registry+https://github.com/rust-lang/crates.io-index"
17144checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17145
17146[[package]]
17147name = "value-bag"
17148version = "1.11.1"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17151dependencies = [
17152 "value-bag-serde1",
17153 "value-bag-sval2",
17154]
17155
17156[[package]]
17157name = "value-bag-serde1"
17158version = "1.11.1"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17161dependencies = [
17162 "erased-serde",
17163 "serde",
17164 "serde_fmt",
17165]
17166
17167[[package]]
17168name = "value-bag-sval2"
17169version = "1.11.1"
17170source = "registry+https://github.com/rust-lang/crates.io-index"
17171checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17172dependencies = [
17173 "sval",
17174 "sval_buffer",
17175 "sval_dynamic",
17176 "sval_fmt",
17177 "sval_json",
17178 "sval_ref",
17179 "sval_serde",
17180]
17181
17182[[package]]
17183name = "vcpkg"
17184version = "0.2.15"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17187
17188[[package]]
17189name = "version-compare"
17190version = "0.2.0"
17191source = "registry+https://github.com/rust-lang/crates.io-index"
17192checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17193
17194[[package]]
17195name = "version_check"
17196version = "0.9.5"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17199
17200[[package]]
17201name = "vim"
17202version = "0.1.0"
17203dependencies = [
17204 "anyhow",
17205 "assets",
17206 "async-compat",
17207 "async-trait",
17208 "collections",
17209 "command_palette",
17210 "command_palette_hooks",
17211 "db",
17212 "editor",
17213 "futures 0.3.31",
17214 "git_ui",
17215 "gpui",
17216 "indoc",
17217 "itertools 0.14.0",
17218 "language",
17219 "log",
17220 "lsp",
17221 "multi_buffer",
17222 "nvim-rs",
17223 "parking_lot",
17224 "picker",
17225 "project",
17226 "project_panel",
17227 "regex",
17228 "release_channel",
17229 "schemars",
17230 "search",
17231 "serde",
17232 "serde_derive",
17233 "serde_json",
17234 "settings",
17235 "task",
17236 "text",
17237 "theme",
17238 "tokio",
17239 "ui",
17240 "util",
17241 "vim_mode_setting",
17242 "workspace",
17243 "workspace-hack",
17244 "zed_actions",
17245]
17246
17247[[package]]
17248name = "vim_mode_setting"
17249version = "0.1.0"
17250dependencies = [
17251 "anyhow",
17252 "gpui",
17253 "settings",
17254 "workspace-hack",
17255]
17256
17257[[package]]
17258name = "vscode_theme"
17259version = "0.2.0"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17262dependencies = [
17263 "serde",
17264]
17265
17266[[package]]
17267name = "vsimd"
17268version = "0.8.0"
17269source = "registry+https://github.com/rust-lang/crates.io-index"
17270checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17271
17272[[package]]
17273name = "vswhom"
17274version = "0.1.0"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17277dependencies = [
17278 "libc",
17279 "vswhom-sys",
17280]
17281
17282[[package]]
17283name = "vswhom-sys"
17284version = "0.1.3"
17285source = "registry+https://github.com/rust-lang/crates.io-index"
17286checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17287dependencies = [
17288 "cc",
17289 "libc",
17290]
17291
17292[[package]]
17293name = "vte"
17294version = "0.15.0"
17295source = "registry+https://github.com/rust-lang/crates.io-index"
17296checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17297dependencies = [
17298 "arrayvec",
17299 "bitflags 2.9.0",
17300 "cursor-icon",
17301 "log",
17302 "memchr",
17303 "serde",
17304]
17305
17306[[package]]
17307name = "waker-fn"
17308version = "1.2.0"
17309source = "registry+https://github.com/rust-lang/crates.io-index"
17310checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17311
17312[[package]]
17313name = "walkdir"
17314version = "2.5.0"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17317dependencies = [
17318 "same-file",
17319 "winapi-util",
17320]
17321
17322[[package]]
17323name = "want"
17324version = "0.3.1"
17325source = "registry+https://github.com/rust-lang/crates.io-index"
17326checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17327dependencies = [
17328 "try-lock",
17329]
17330
17331[[package]]
17332name = "warp"
17333version = "0.3.7"
17334source = "registry+https://github.com/rust-lang/crates.io-index"
17335checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17336dependencies = [
17337 "bytes 1.10.1",
17338 "futures-channel",
17339 "futures-util",
17340 "headers",
17341 "http 0.2.12",
17342 "hyper 0.14.32",
17343 "log",
17344 "mime",
17345 "mime_guess",
17346 "percent-encoding",
17347 "pin-project",
17348 "scoped-tls",
17349 "serde",
17350 "serde_json",
17351 "serde_urlencoded",
17352 "tokio",
17353 "tokio-tungstenite 0.21.0",
17354 "tokio-util",
17355 "tower-service",
17356 "tracing",
17357]
17358
17359[[package]]
17360name = "wasi"
17361version = "0.9.0+wasi-snapshot-preview1"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17364
17365[[package]]
17366name = "wasi"
17367version = "0.11.0+wasi-snapshot-preview1"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17370
17371[[package]]
17372name = "wasi"
17373version = "0.14.2+wasi-0.2.4"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17376dependencies = [
17377 "wit-bindgen-rt 0.39.0",
17378]
17379
17380[[package]]
17381name = "wasi-preview1-component-adapter-provider"
17382version = "29.0.1"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17385
17386[[package]]
17387name = "wasite"
17388version = "0.1.0"
17389source = "registry+https://github.com/rust-lang/crates.io-index"
17390checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17391
17392[[package]]
17393name = "wasm-bindgen"
17394version = "0.2.100"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17397dependencies = [
17398 "cfg-if",
17399 "once_cell",
17400 "rustversion",
17401 "wasm-bindgen-macro",
17402]
17403
17404[[package]]
17405name = "wasm-bindgen-backend"
17406version = "0.2.100"
17407source = "registry+https://github.com/rust-lang/crates.io-index"
17408checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17409dependencies = [
17410 "bumpalo",
17411 "log",
17412 "proc-macro2",
17413 "quote",
17414 "syn 2.0.101",
17415 "wasm-bindgen-shared",
17416]
17417
17418[[package]]
17419name = "wasm-bindgen-futures"
17420version = "0.4.50"
17421source = "registry+https://github.com/rust-lang/crates.io-index"
17422checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17423dependencies = [
17424 "cfg-if",
17425 "js-sys",
17426 "once_cell",
17427 "wasm-bindgen",
17428 "web-sys",
17429]
17430
17431[[package]]
17432name = "wasm-bindgen-macro"
17433version = "0.2.100"
17434source = "registry+https://github.com/rust-lang/crates.io-index"
17435checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17436dependencies = [
17437 "quote",
17438 "wasm-bindgen-macro-support",
17439]
17440
17441[[package]]
17442name = "wasm-bindgen-macro-support"
17443version = "0.2.100"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17446dependencies = [
17447 "proc-macro2",
17448 "quote",
17449 "syn 2.0.101",
17450 "wasm-bindgen-backend",
17451 "wasm-bindgen-shared",
17452]
17453
17454[[package]]
17455name = "wasm-bindgen-shared"
17456version = "0.2.100"
17457source = "registry+https://github.com/rust-lang/crates.io-index"
17458checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17459dependencies = [
17460 "unicode-ident",
17461]
17462
17463[[package]]
17464name = "wasm-encoder"
17465version = "0.201.0"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17468dependencies = [
17469 "leb128",
17470]
17471
17472[[package]]
17473name = "wasm-encoder"
17474version = "0.221.3"
17475source = "registry+https://github.com/rust-lang/crates.io-index"
17476checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17477dependencies = [
17478 "leb128",
17479 "wasmparser 0.221.3",
17480]
17481
17482[[package]]
17483name = "wasm-encoder"
17484version = "0.227.1"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17487dependencies = [
17488 "leb128fmt",
17489 "wasmparser 0.227.1",
17490]
17491
17492[[package]]
17493name = "wasm-metadata"
17494version = "0.201.0"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17497dependencies = [
17498 "anyhow",
17499 "indexmap",
17500 "serde",
17501 "serde_derive",
17502 "serde_json",
17503 "spdx",
17504 "wasm-encoder 0.201.0",
17505 "wasmparser 0.201.0",
17506]
17507
17508[[package]]
17509name = "wasm-metadata"
17510version = "0.221.3"
17511source = "registry+https://github.com/rust-lang/crates.io-index"
17512checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17513dependencies = [
17514 "anyhow",
17515 "indexmap",
17516 "serde",
17517 "serde_derive",
17518 "serde_json",
17519 "spdx",
17520 "wasm-encoder 0.221.3",
17521 "wasmparser 0.221.3",
17522]
17523
17524[[package]]
17525name = "wasm-metadata"
17526version = "0.227.1"
17527source = "registry+https://github.com/rust-lang/crates.io-index"
17528checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17529dependencies = [
17530 "anyhow",
17531 "auditable-serde",
17532 "flate2",
17533 "indexmap",
17534 "serde",
17535 "serde_derive",
17536 "serde_json",
17537 "spdx",
17538 "url",
17539 "wasm-encoder 0.227.1",
17540 "wasmparser 0.227.1",
17541]
17542
17543[[package]]
17544name = "wasm-streams"
17545version = "0.4.2"
17546source = "registry+https://github.com/rust-lang/crates.io-index"
17547checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17548dependencies = [
17549 "futures-util",
17550 "js-sys",
17551 "wasm-bindgen",
17552 "wasm-bindgen-futures",
17553 "web-sys",
17554]
17555
17556[[package]]
17557name = "wasmparser"
17558version = "0.201.0"
17559source = "registry+https://github.com/rust-lang/crates.io-index"
17560checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17561dependencies = [
17562 "bitflags 2.9.0",
17563 "indexmap",
17564 "semver",
17565]
17566
17567[[package]]
17568name = "wasmparser"
17569version = "0.221.3"
17570source = "registry+https://github.com/rust-lang/crates.io-index"
17571checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17572dependencies = [
17573 "bitflags 2.9.0",
17574 "hashbrown 0.15.3",
17575 "indexmap",
17576 "semver",
17577 "serde",
17578]
17579
17580[[package]]
17581name = "wasmparser"
17582version = "0.227.1"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17585dependencies = [
17586 "bitflags 2.9.0",
17587 "hashbrown 0.15.3",
17588 "indexmap",
17589 "semver",
17590]
17591
17592[[package]]
17593name = "wasmprinter"
17594version = "0.221.3"
17595source = "registry+https://github.com/rust-lang/crates.io-index"
17596checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17597dependencies = [
17598 "anyhow",
17599 "termcolor",
17600 "wasmparser 0.221.3",
17601]
17602
17603[[package]]
17604name = "wasmtime"
17605version = "29.0.1"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17608dependencies = [
17609 "anyhow",
17610 "async-trait",
17611 "bitflags 2.9.0",
17612 "bumpalo",
17613 "cc",
17614 "cfg-if",
17615 "encoding_rs",
17616 "hashbrown 0.14.5",
17617 "indexmap",
17618 "libc",
17619 "log",
17620 "mach2",
17621 "memfd",
17622 "object",
17623 "once_cell",
17624 "paste",
17625 "postcard",
17626 "psm",
17627 "pulley-interpreter",
17628 "rayon",
17629 "rustix 0.38.44",
17630 "semver",
17631 "serde",
17632 "serde_derive",
17633 "smallvec",
17634 "sptr",
17635 "target-lexicon 0.13.2",
17636 "trait-variant",
17637 "wasmparser 0.221.3",
17638 "wasmtime-asm-macros",
17639 "wasmtime-component-macro",
17640 "wasmtime-component-util",
17641 "wasmtime-cranelift",
17642 "wasmtime-environ",
17643 "wasmtime-fiber",
17644 "wasmtime-jit-icache-coherence",
17645 "wasmtime-math",
17646 "wasmtime-slab",
17647 "wasmtime-versioned-export-macros",
17648 "wasmtime-winch",
17649 "windows-sys 0.59.0",
17650]
17651
17652[[package]]
17653name = "wasmtime-asm-macros"
17654version = "29.0.1"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17657dependencies = [
17658 "cfg-if",
17659]
17660
17661[[package]]
17662name = "wasmtime-c-api-impl"
17663version = "29.0.1"
17664source = "registry+https://github.com/rust-lang/crates.io-index"
17665checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17666dependencies = [
17667 "anyhow",
17668 "log",
17669 "tracing",
17670 "wasmtime",
17671 "wasmtime-c-api-macros",
17672]
17673
17674[[package]]
17675name = "wasmtime-c-api-macros"
17676version = "29.0.1"
17677source = "registry+https://github.com/rust-lang/crates.io-index"
17678checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17679dependencies = [
17680 "proc-macro2",
17681 "quote",
17682]
17683
17684[[package]]
17685name = "wasmtime-component-macro"
17686version = "29.0.1"
17687source = "registry+https://github.com/rust-lang/crates.io-index"
17688checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17689dependencies = [
17690 "anyhow",
17691 "proc-macro2",
17692 "quote",
17693 "syn 2.0.101",
17694 "wasmtime-component-util",
17695 "wasmtime-wit-bindgen",
17696 "wit-parser 0.221.3",
17697]
17698
17699[[package]]
17700name = "wasmtime-component-util"
17701version = "29.0.1"
17702source = "registry+https://github.com/rust-lang/crates.io-index"
17703checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17704
17705[[package]]
17706name = "wasmtime-cranelift"
17707version = "29.0.1"
17708source = "registry+https://github.com/rust-lang/crates.io-index"
17709checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17710dependencies = [
17711 "anyhow",
17712 "cfg-if",
17713 "cranelift-codegen",
17714 "cranelift-control",
17715 "cranelift-entity",
17716 "cranelift-frontend",
17717 "cranelift-native",
17718 "gimli",
17719 "itertools 0.12.1",
17720 "log",
17721 "object",
17722 "smallvec",
17723 "target-lexicon 0.13.2",
17724 "thiserror 1.0.69",
17725 "wasmparser 0.221.3",
17726 "wasmtime-environ",
17727 "wasmtime-versioned-export-macros",
17728]
17729
17730[[package]]
17731name = "wasmtime-environ"
17732version = "29.0.1"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17735dependencies = [
17736 "anyhow",
17737 "cpp_demangle",
17738 "cranelift-bitset",
17739 "cranelift-entity",
17740 "gimli",
17741 "indexmap",
17742 "log",
17743 "object",
17744 "postcard",
17745 "rustc-demangle",
17746 "semver",
17747 "serde",
17748 "serde_derive",
17749 "smallvec",
17750 "target-lexicon 0.13.2",
17751 "wasm-encoder 0.221.3",
17752 "wasmparser 0.221.3",
17753 "wasmprinter",
17754 "wasmtime-component-util",
17755]
17756
17757[[package]]
17758name = "wasmtime-fiber"
17759version = "29.0.1"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17762dependencies = [
17763 "anyhow",
17764 "cc",
17765 "cfg-if",
17766 "rustix 0.38.44",
17767 "wasmtime-asm-macros",
17768 "wasmtime-versioned-export-macros",
17769 "windows-sys 0.59.0",
17770]
17771
17772[[package]]
17773name = "wasmtime-jit-icache-coherence"
17774version = "29.0.1"
17775source = "registry+https://github.com/rust-lang/crates.io-index"
17776checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17777dependencies = [
17778 "anyhow",
17779 "cfg-if",
17780 "libc",
17781 "windows-sys 0.59.0",
17782]
17783
17784[[package]]
17785name = "wasmtime-math"
17786version = "29.0.1"
17787source = "registry+https://github.com/rust-lang/crates.io-index"
17788checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17789dependencies = [
17790 "libm",
17791]
17792
17793[[package]]
17794name = "wasmtime-slab"
17795version = "29.0.1"
17796source = "registry+https://github.com/rust-lang/crates.io-index"
17797checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17798
17799[[package]]
17800name = "wasmtime-versioned-export-macros"
17801version = "29.0.1"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17804dependencies = [
17805 "proc-macro2",
17806 "quote",
17807 "syn 2.0.101",
17808]
17809
17810[[package]]
17811name = "wasmtime-wasi"
17812version = "29.0.1"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17815dependencies = [
17816 "anyhow",
17817 "async-trait",
17818 "bitflags 2.9.0",
17819 "bytes 1.10.1",
17820 "cap-fs-ext",
17821 "cap-net-ext",
17822 "cap-rand",
17823 "cap-std",
17824 "cap-time-ext",
17825 "fs-set-times",
17826 "futures 0.3.31",
17827 "io-extras",
17828 "io-lifetimes",
17829 "rustix 0.38.44",
17830 "system-interface",
17831 "thiserror 1.0.69",
17832 "tokio",
17833 "tracing",
17834 "trait-variant",
17835 "url",
17836 "wasmtime",
17837 "wiggle",
17838 "windows-sys 0.59.0",
17839]
17840
17841[[package]]
17842name = "wasmtime-winch"
17843version = "29.0.1"
17844source = "registry+https://github.com/rust-lang/crates.io-index"
17845checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17846dependencies = [
17847 "anyhow",
17848 "cranelift-codegen",
17849 "gimli",
17850 "object",
17851 "target-lexicon 0.13.2",
17852 "wasmparser 0.221.3",
17853 "wasmtime-cranelift",
17854 "wasmtime-environ",
17855 "winch-codegen",
17856]
17857
17858[[package]]
17859name = "wasmtime-wit-bindgen"
17860version = "29.0.1"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17863dependencies = [
17864 "anyhow",
17865 "heck 0.5.0",
17866 "indexmap",
17867 "wit-parser 0.221.3",
17868]
17869
17870[[package]]
17871name = "wast"
17872version = "35.0.2"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17875dependencies = [
17876 "leb128",
17877]
17878
17879[[package]]
17880name = "wayland-backend"
17881version = "0.3.8"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17884dependencies = [
17885 "cc",
17886 "downcast-rs",
17887 "rustix 0.38.44",
17888 "scoped-tls",
17889 "smallvec",
17890 "wayland-sys",
17891]
17892
17893[[package]]
17894name = "wayland-client"
17895version = "0.31.8"
17896source = "registry+https://github.com/rust-lang/crates.io-index"
17897checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17898dependencies = [
17899 "bitflags 2.9.0",
17900 "rustix 0.38.44",
17901 "wayland-backend",
17902 "wayland-scanner",
17903]
17904
17905[[package]]
17906name = "wayland-cursor"
17907version = "0.31.8"
17908source = "registry+https://github.com/rust-lang/crates.io-index"
17909checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17910dependencies = [
17911 "rustix 0.38.44",
17912 "wayland-client",
17913 "xcursor",
17914]
17915
17916[[package]]
17917name = "wayland-protocols"
17918version = "0.31.2"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17921dependencies = [
17922 "bitflags 2.9.0",
17923 "wayland-backend",
17924 "wayland-client",
17925 "wayland-scanner",
17926]
17927
17928[[package]]
17929name = "wayland-protocols-plasma"
17930version = "0.2.0"
17931source = "registry+https://github.com/rust-lang/crates.io-index"
17932checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17933dependencies = [
17934 "bitflags 2.9.0",
17935 "wayland-backend",
17936 "wayland-client",
17937 "wayland-protocols",
17938 "wayland-scanner",
17939]
17940
17941[[package]]
17942name = "wayland-scanner"
17943version = "0.31.6"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17946dependencies = [
17947 "proc-macro2",
17948 "quick-xml 0.37.4",
17949 "quote",
17950]
17951
17952[[package]]
17953name = "wayland-sys"
17954version = "0.31.6"
17955source = "registry+https://github.com/rust-lang/crates.io-index"
17956checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17957dependencies = [
17958 "dlib",
17959 "log",
17960 "once_cell",
17961 "pkg-config",
17962]
17963
17964[[package]]
17965name = "web-sys"
17966version = "0.3.77"
17967source = "registry+https://github.com/rust-lang/crates.io-index"
17968checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17969dependencies = [
17970 "js-sys",
17971 "wasm-bindgen",
17972]
17973
17974[[package]]
17975name = "web-time"
17976version = "1.1.0"
17977source = "registry+https://github.com/rust-lang/crates.io-index"
17978checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17979dependencies = [
17980 "js-sys",
17981 "wasm-bindgen",
17982]
17983
17984[[package]]
17985name = "web_atoms"
17986version = "0.1.0"
17987source = "registry+https://github.com/rust-lang/crates.io-index"
17988checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17989dependencies = [
17990 "phf",
17991 "phf_codegen",
17992 "string_cache",
17993 "string_cache_codegen",
17994]
17995
17996[[package]]
17997name = "web_search"
17998version = "0.1.0"
17999dependencies = [
18000 "anyhow",
18001 "collections",
18002 "gpui",
18003 "serde",
18004 "workspace-hack",
18005 "zed_llm_client",
18006]
18007
18008[[package]]
18009name = "web_search_providers"
18010version = "0.1.0"
18011dependencies = [
18012 "anyhow",
18013 "client",
18014 "futures 0.3.31",
18015 "gpui",
18016 "http_client",
18017 "language_model",
18018 "serde",
18019 "serde_json",
18020 "web_search",
18021 "workspace-hack",
18022 "zed_llm_client",
18023]
18024
18025[[package]]
18026name = "webpki-root-certs"
18027version = "0.26.8"
18028source = "registry+https://github.com/rust-lang/crates.io-index"
18029checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18030dependencies = [
18031 "rustls-pki-types",
18032]
18033
18034[[package]]
18035name = "webpki-roots"
18036version = "0.26.8"
18037source = "registry+https://github.com/rust-lang/crates.io-index"
18038checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18039dependencies = [
18040 "rustls-pki-types",
18041]
18042
18043[[package]]
18044name = "webrtc-sys"
18045version = "0.3.7"
18046source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18047dependencies = [
18048 "cc",
18049 "cxx",
18050 "cxx-build",
18051 "glob",
18052 "log",
18053 "webrtc-sys-build",
18054]
18055
18056[[package]]
18057name = "webrtc-sys-build"
18058version = "0.3.6"
18059source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18060dependencies = [
18061 "fs2",
18062 "regex",
18063 "reqwest 0.11.27",
18064 "scratch",
18065 "semver",
18066 "zip",
18067]
18068
18069[[package]]
18070name = "weezl"
18071version = "0.1.8"
18072source = "registry+https://github.com/rust-lang/crates.io-index"
18073checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18074
18075[[package]]
18076name = "welcome"
18077version = "0.1.0"
18078dependencies = [
18079 "anyhow",
18080 "client",
18081 "component",
18082 "db",
18083 "documented",
18084 "editor",
18085 "fuzzy",
18086 "gpui",
18087 "install_cli",
18088 "language",
18089 "picker",
18090 "project",
18091 "schemars",
18092 "serde",
18093 "settings",
18094 "telemetry",
18095 "theme",
18096 "ui",
18097 "util",
18098 "vim_mode_setting",
18099 "workspace",
18100 "workspace-hack",
18101 "zed_actions",
18102]
18103
18104[[package]]
18105name = "which"
18106version = "4.4.2"
18107source = "registry+https://github.com/rust-lang/crates.io-index"
18108checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18109dependencies = [
18110 "either",
18111 "home",
18112 "once_cell",
18113 "rustix 0.38.44",
18114]
18115
18116[[package]]
18117name = "which"
18118version = "6.0.3"
18119source = "registry+https://github.com/rust-lang/crates.io-index"
18120checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18121dependencies = [
18122 "either",
18123 "home",
18124 "rustix 0.38.44",
18125 "winsafe",
18126]
18127
18128[[package]]
18129name = "whoami"
18130version = "1.6.0"
18131source = "registry+https://github.com/rust-lang/crates.io-index"
18132checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18133dependencies = [
18134 "redox_syscall 0.5.11",
18135 "wasite",
18136]
18137
18138[[package]]
18139name = "wiggle"
18140version = "29.0.1"
18141source = "registry+https://github.com/rust-lang/crates.io-index"
18142checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18143dependencies = [
18144 "anyhow",
18145 "async-trait",
18146 "bitflags 2.9.0",
18147 "thiserror 1.0.69",
18148 "tracing",
18149 "wasmtime",
18150 "wiggle-macro",
18151]
18152
18153[[package]]
18154name = "wiggle-generate"
18155version = "29.0.1"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18158dependencies = [
18159 "anyhow",
18160 "heck 0.5.0",
18161 "proc-macro2",
18162 "quote",
18163 "shellexpand 2.1.2",
18164 "syn 2.0.101",
18165 "witx",
18166]
18167
18168[[package]]
18169name = "wiggle-macro"
18170version = "29.0.1"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18173dependencies = [
18174 "proc-macro2",
18175 "quote",
18176 "syn 2.0.101",
18177 "wiggle-generate",
18178]
18179
18180[[package]]
18181name = "winapi"
18182version = "0.3.9"
18183source = "registry+https://github.com/rust-lang/crates.io-index"
18184checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18185dependencies = [
18186 "winapi-i686-pc-windows-gnu",
18187 "winapi-x86_64-pc-windows-gnu",
18188]
18189
18190[[package]]
18191name = "winapi-i686-pc-windows-gnu"
18192version = "0.4.0"
18193source = "registry+https://github.com/rust-lang/crates.io-index"
18194checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18195
18196[[package]]
18197name = "winapi-util"
18198version = "0.1.9"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18201dependencies = [
18202 "windows-sys 0.59.0",
18203]
18204
18205[[package]]
18206name = "winapi-x86_64-pc-windows-gnu"
18207version = "0.4.0"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18210
18211[[package]]
18212name = "winch-codegen"
18213version = "29.0.1"
18214source = "registry+https://github.com/rust-lang/crates.io-index"
18215checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18216dependencies = [
18217 "anyhow",
18218 "cranelift-codegen",
18219 "gimli",
18220 "regalloc2",
18221 "smallvec",
18222 "target-lexicon 0.13.2",
18223 "thiserror 1.0.69",
18224 "wasmparser 0.221.3",
18225 "wasmtime-cranelift",
18226 "wasmtime-environ",
18227]
18228
18229[[package]]
18230name = "windows"
18231version = "0.54.0"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18234dependencies = [
18235 "windows-core 0.54.0",
18236 "windows-targets 0.52.6",
18237]
18238
18239[[package]]
18240name = "windows"
18241version = "0.57.0"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18244dependencies = [
18245 "windows-core 0.57.0",
18246 "windows-targets 0.52.6",
18247]
18248
18249[[package]]
18250name = "windows"
18251version = "0.58.0"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18254dependencies = [
18255 "windows-core 0.58.0",
18256 "windows-targets 0.52.6",
18257]
18258
18259[[package]]
18260name = "windows"
18261version = "0.61.1"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18264dependencies = [
18265 "windows-collections",
18266 "windows-core 0.61.0",
18267 "windows-future",
18268 "windows-link",
18269 "windows-numerics",
18270]
18271
18272[[package]]
18273name = "windows-capture"
18274version = "1.4.3"
18275source = "registry+https://github.com/rust-lang/crates.io-index"
18276checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18277dependencies = [
18278 "clap",
18279 "ctrlc",
18280 "parking_lot",
18281 "rayon",
18282 "thiserror 2.0.12",
18283 "windows 0.61.1",
18284 "windows-future",
18285]
18286
18287[[package]]
18288name = "windows-collections"
18289version = "0.2.0"
18290source = "registry+https://github.com/rust-lang/crates.io-index"
18291checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18292dependencies = [
18293 "windows-core 0.61.0",
18294]
18295
18296[[package]]
18297name = "windows-core"
18298version = "0.54.0"
18299source = "registry+https://github.com/rust-lang/crates.io-index"
18300checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18301dependencies = [
18302 "windows-result 0.1.2",
18303 "windows-targets 0.52.6",
18304]
18305
18306[[package]]
18307name = "windows-core"
18308version = "0.57.0"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18311dependencies = [
18312 "windows-implement 0.57.0",
18313 "windows-interface 0.57.0",
18314 "windows-result 0.1.2",
18315 "windows-targets 0.52.6",
18316]
18317
18318[[package]]
18319name = "windows-core"
18320version = "0.58.0"
18321source = "registry+https://github.com/rust-lang/crates.io-index"
18322checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18323dependencies = [
18324 "windows-implement 0.58.0",
18325 "windows-interface 0.58.0",
18326 "windows-result 0.2.0",
18327 "windows-strings 0.1.0",
18328 "windows-targets 0.52.6",
18329]
18330
18331[[package]]
18332name = "windows-core"
18333version = "0.61.0"
18334source = "registry+https://github.com/rust-lang/crates.io-index"
18335checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18336dependencies = [
18337 "windows-implement 0.60.0",
18338 "windows-interface 0.59.1",
18339 "windows-link",
18340 "windows-result 0.3.2",
18341 "windows-strings 0.4.0",
18342]
18343
18344[[package]]
18345name = "windows-future"
18346version = "0.2.0"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18349dependencies = [
18350 "windows-core 0.61.0",
18351 "windows-link",
18352]
18353
18354[[package]]
18355name = "windows-implement"
18356version = "0.57.0"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18359dependencies = [
18360 "proc-macro2",
18361 "quote",
18362 "syn 2.0.101",
18363]
18364
18365[[package]]
18366name = "windows-implement"
18367version = "0.58.0"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18370dependencies = [
18371 "proc-macro2",
18372 "quote",
18373 "syn 2.0.101",
18374]
18375
18376[[package]]
18377name = "windows-implement"
18378version = "0.60.0"
18379source = "registry+https://github.com/rust-lang/crates.io-index"
18380checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18381dependencies = [
18382 "proc-macro2",
18383 "quote",
18384 "syn 2.0.101",
18385]
18386
18387[[package]]
18388name = "windows-interface"
18389version = "0.57.0"
18390source = "registry+https://github.com/rust-lang/crates.io-index"
18391checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18392dependencies = [
18393 "proc-macro2",
18394 "quote",
18395 "syn 2.0.101",
18396]
18397
18398[[package]]
18399name = "windows-interface"
18400version = "0.58.0"
18401source = "registry+https://github.com/rust-lang/crates.io-index"
18402checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18403dependencies = [
18404 "proc-macro2",
18405 "quote",
18406 "syn 2.0.101",
18407]
18408
18409[[package]]
18410name = "windows-interface"
18411version = "0.59.1"
18412source = "registry+https://github.com/rust-lang/crates.io-index"
18413checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18414dependencies = [
18415 "proc-macro2",
18416 "quote",
18417 "syn 2.0.101",
18418]
18419
18420[[package]]
18421name = "windows-link"
18422version = "0.1.1"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18425
18426[[package]]
18427name = "windows-numerics"
18428version = "0.2.0"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18431dependencies = [
18432 "windows-core 0.61.0",
18433 "windows-link",
18434]
18435
18436[[package]]
18437name = "windows-registry"
18438version = "0.4.0"
18439source = "registry+https://github.com/rust-lang/crates.io-index"
18440checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18441dependencies = [
18442 "windows-result 0.3.2",
18443 "windows-strings 0.3.1",
18444 "windows-targets 0.53.0",
18445]
18446
18447[[package]]
18448name = "windows-registry"
18449version = "0.5.1"
18450source = "registry+https://github.com/rust-lang/crates.io-index"
18451checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18452dependencies = [
18453 "windows-link",
18454 "windows-result 0.3.2",
18455 "windows-strings 0.4.0",
18456]
18457
18458[[package]]
18459name = "windows-result"
18460version = "0.1.2"
18461source = "registry+https://github.com/rust-lang/crates.io-index"
18462checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18463dependencies = [
18464 "windows-targets 0.52.6",
18465]
18466
18467[[package]]
18468name = "windows-result"
18469version = "0.2.0"
18470source = "registry+https://github.com/rust-lang/crates.io-index"
18471checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18472dependencies = [
18473 "windows-targets 0.52.6",
18474]
18475
18476[[package]]
18477name = "windows-result"
18478version = "0.3.2"
18479source = "registry+https://github.com/rust-lang/crates.io-index"
18480checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18481dependencies = [
18482 "windows-link",
18483]
18484
18485[[package]]
18486name = "windows-strings"
18487version = "0.1.0"
18488source = "registry+https://github.com/rust-lang/crates.io-index"
18489checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18490dependencies = [
18491 "windows-result 0.2.0",
18492 "windows-targets 0.52.6",
18493]
18494
18495[[package]]
18496name = "windows-strings"
18497version = "0.3.1"
18498source = "registry+https://github.com/rust-lang/crates.io-index"
18499checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18500dependencies = [
18501 "windows-link",
18502]
18503
18504[[package]]
18505name = "windows-strings"
18506version = "0.4.0"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18509dependencies = [
18510 "windows-link",
18511]
18512
18513[[package]]
18514name = "windows-sys"
18515version = "0.45.0"
18516source = "registry+https://github.com/rust-lang/crates.io-index"
18517checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18518dependencies = [
18519 "windows-targets 0.42.2",
18520]
18521
18522[[package]]
18523name = "windows-sys"
18524version = "0.48.0"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18527dependencies = [
18528 "windows-targets 0.48.5",
18529]
18530
18531[[package]]
18532name = "windows-sys"
18533version = "0.52.0"
18534source = "registry+https://github.com/rust-lang/crates.io-index"
18535checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18536dependencies = [
18537 "windows-targets 0.52.6",
18538]
18539
18540[[package]]
18541name = "windows-sys"
18542version = "0.59.0"
18543source = "registry+https://github.com/rust-lang/crates.io-index"
18544checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18545dependencies = [
18546 "windows-targets 0.52.6",
18547]
18548
18549[[package]]
18550name = "windows-targets"
18551version = "0.42.2"
18552source = "registry+https://github.com/rust-lang/crates.io-index"
18553checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18554dependencies = [
18555 "windows_aarch64_gnullvm 0.42.2",
18556 "windows_aarch64_msvc 0.42.2",
18557 "windows_i686_gnu 0.42.2",
18558 "windows_i686_msvc 0.42.2",
18559 "windows_x86_64_gnu 0.42.2",
18560 "windows_x86_64_gnullvm 0.42.2",
18561 "windows_x86_64_msvc 0.42.2",
18562]
18563
18564[[package]]
18565name = "windows-targets"
18566version = "0.48.5"
18567source = "registry+https://github.com/rust-lang/crates.io-index"
18568checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18569dependencies = [
18570 "windows_aarch64_gnullvm 0.48.5",
18571 "windows_aarch64_msvc 0.48.5",
18572 "windows_i686_gnu 0.48.5",
18573 "windows_i686_msvc 0.48.5",
18574 "windows_x86_64_gnu 0.48.5",
18575 "windows_x86_64_gnullvm 0.48.5",
18576 "windows_x86_64_msvc 0.48.5",
18577]
18578
18579[[package]]
18580name = "windows-targets"
18581version = "0.52.6"
18582source = "registry+https://github.com/rust-lang/crates.io-index"
18583checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18584dependencies = [
18585 "windows_aarch64_gnullvm 0.52.6",
18586 "windows_aarch64_msvc 0.52.6",
18587 "windows_i686_gnu 0.52.6",
18588 "windows_i686_gnullvm 0.52.6",
18589 "windows_i686_msvc 0.52.6",
18590 "windows_x86_64_gnu 0.52.6",
18591 "windows_x86_64_gnullvm 0.52.6",
18592 "windows_x86_64_msvc 0.52.6",
18593]
18594
18595[[package]]
18596name = "windows-targets"
18597version = "0.53.0"
18598source = "registry+https://github.com/rust-lang/crates.io-index"
18599checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18600dependencies = [
18601 "windows_aarch64_gnullvm 0.53.0",
18602 "windows_aarch64_msvc 0.53.0",
18603 "windows_i686_gnu 0.53.0",
18604 "windows_i686_gnullvm 0.53.0",
18605 "windows_i686_msvc 0.53.0",
18606 "windows_x86_64_gnu 0.53.0",
18607 "windows_x86_64_gnullvm 0.53.0",
18608 "windows_x86_64_msvc 0.53.0",
18609]
18610
18611[[package]]
18612name = "windows_aarch64_gnullvm"
18613version = "0.42.2"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18616
18617[[package]]
18618name = "windows_aarch64_gnullvm"
18619version = "0.48.5"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18622
18623[[package]]
18624name = "windows_aarch64_gnullvm"
18625version = "0.52.6"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18628
18629[[package]]
18630name = "windows_aarch64_gnullvm"
18631version = "0.53.0"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18634
18635[[package]]
18636name = "windows_aarch64_msvc"
18637version = "0.42.2"
18638source = "registry+https://github.com/rust-lang/crates.io-index"
18639checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18640
18641[[package]]
18642name = "windows_aarch64_msvc"
18643version = "0.48.5"
18644source = "registry+https://github.com/rust-lang/crates.io-index"
18645checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18646
18647[[package]]
18648name = "windows_aarch64_msvc"
18649version = "0.52.6"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18652
18653[[package]]
18654name = "windows_aarch64_msvc"
18655version = "0.53.0"
18656source = "registry+https://github.com/rust-lang/crates.io-index"
18657checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18658
18659[[package]]
18660name = "windows_i686_gnu"
18661version = "0.42.2"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18664
18665[[package]]
18666name = "windows_i686_gnu"
18667version = "0.48.5"
18668source = "registry+https://github.com/rust-lang/crates.io-index"
18669checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18670
18671[[package]]
18672name = "windows_i686_gnu"
18673version = "0.52.6"
18674source = "registry+https://github.com/rust-lang/crates.io-index"
18675checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18676
18677[[package]]
18678name = "windows_i686_gnu"
18679version = "0.53.0"
18680source = "registry+https://github.com/rust-lang/crates.io-index"
18681checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18682
18683[[package]]
18684name = "windows_i686_gnullvm"
18685version = "0.52.6"
18686source = "registry+https://github.com/rust-lang/crates.io-index"
18687checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18688
18689[[package]]
18690name = "windows_i686_gnullvm"
18691version = "0.53.0"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18694
18695[[package]]
18696name = "windows_i686_msvc"
18697version = "0.42.2"
18698source = "registry+https://github.com/rust-lang/crates.io-index"
18699checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18700
18701[[package]]
18702name = "windows_i686_msvc"
18703version = "0.48.5"
18704source = "registry+https://github.com/rust-lang/crates.io-index"
18705checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18706
18707[[package]]
18708name = "windows_i686_msvc"
18709version = "0.52.6"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18712
18713[[package]]
18714name = "windows_i686_msvc"
18715version = "0.53.0"
18716source = "registry+https://github.com/rust-lang/crates.io-index"
18717checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18718
18719[[package]]
18720name = "windows_x86_64_gnu"
18721version = "0.42.2"
18722source = "registry+https://github.com/rust-lang/crates.io-index"
18723checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18724
18725[[package]]
18726name = "windows_x86_64_gnu"
18727version = "0.48.5"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18730
18731[[package]]
18732name = "windows_x86_64_gnu"
18733version = "0.52.6"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18736
18737[[package]]
18738name = "windows_x86_64_gnu"
18739version = "0.53.0"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18742
18743[[package]]
18744name = "windows_x86_64_gnullvm"
18745version = "0.42.2"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18748
18749[[package]]
18750name = "windows_x86_64_gnullvm"
18751version = "0.48.5"
18752source = "registry+https://github.com/rust-lang/crates.io-index"
18753checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18754
18755[[package]]
18756name = "windows_x86_64_gnullvm"
18757version = "0.52.6"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18760
18761[[package]]
18762name = "windows_x86_64_gnullvm"
18763version = "0.53.0"
18764source = "registry+https://github.com/rust-lang/crates.io-index"
18765checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18766
18767[[package]]
18768name = "windows_x86_64_msvc"
18769version = "0.42.2"
18770source = "registry+https://github.com/rust-lang/crates.io-index"
18771checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18772
18773[[package]]
18774name = "windows_x86_64_msvc"
18775version = "0.48.5"
18776source = "registry+https://github.com/rust-lang/crates.io-index"
18777checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18778
18779[[package]]
18780name = "windows_x86_64_msvc"
18781version = "0.52.6"
18782source = "registry+https://github.com/rust-lang/crates.io-index"
18783checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18784
18785[[package]]
18786name = "windows_x86_64_msvc"
18787version = "0.53.0"
18788source = "registry+https://github.com/rust-lang/crates.io-index"
18789checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18790
18791[[package]]
18792name = "winnow"
18793version = "0.7.6"
18794source = "registry+https://github.com/rust-lang/crates.io-index"
18795checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18796dependencies = [
18797 "memchr",
18798]
18799
18800[[package]]
18801name = "winreg"
18802version = "0.10.1"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18805dependencies = [
18806 "winapi",
18807]
18808
18809[[package]]
18810name = "winreg"
18811version = "0.50.0"
18812source = "registry+https://github.com/rust-lang/crates.io-index"
18813checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18814dependencies = [
18815 "cfg-if",
18816 "windows-sys 0.48.0",
18817]
18818
18819[[package]]
18820name = "winreg"
18821version = "0.52.0"
18822source = "registry+https://github.com/rust-lang/crates.io-index"
18823checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18824dependencies = [
18825 "cfg-if",
18826 "windows-sys 0.48.0",
18827]
18828
18829[[package]]
18830name = "winreg"
18831version = "0.55.0"
18832source = "registry+https://github.com/rust-lang/crates.io-index"
18833checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18834dependencies = [
18835 "cfg-if",
18836 "windows-sys 0.59.0",
18837]
18838
18839[[package]]
18840name = "winresource"
18841version = "0.1.20"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18844dependencies = [
18845 "toml 0.8.20",
18846 "version_check",
18847]
18848
18849[[package]]
18850name = "winsafe"
18851version = "0.0.19"
18852source = "registry+https://github.com/rust-lang/crates.io-index"
18853checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18854
18855[[package]]
18856name = "winx"
18857version = "0.36.4"
18858source = "registry+https://github.com/rust-lang/crates.io-index"
18859checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18860dependencies = [
18861 "bitflags 2.9.0",
18862 "windows-sys 0.59.0",
18863]
18864
18865[[package]]
18866name = "wio"
18867version = "0.2.2"
18868source = "registry+https://github.com/rust-lang/crates.io-index"
18869checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18870dependencies = [
18871 "winapi",
18872]
18873
18874[[package]]
18875name = "wit-bindgen"
18876version = "0.22.0"
18877source = "registry+https://github.com/rust-lang/crates.io-index"
18878checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18879dependencies = [
18880 "bitflags 2.9.0",
18881 "wit-bindgen-rt 0.22.0",
18882 "wit-bindgen-rust-macro 0.22.0",
18883]
18884
18885[[package]]
18886name = "wit-bindgen"
18887version = "0.41.0"
18888source = "registry+https://github.com/rust-lang/crates.io-index"
18889checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18890dependencies = [
18891 "wit-bindgen-rt 0.41.0",
18892 "wit-bindgen-rust-macro 0.41.0",
18893]
18894
18895[[package]]
18896name = "wit-bindgen-core"
18897version = "0.22.0"
18898source = "registry+https://github.com/rust-lang/crates.io-index"
18899checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18900dependencies = [
18901 "anyhow",
18902 "wit-parser 0.201.0",
18903]
18904
18905[[package]]
18906name = "wit-bindgen-core"
18907version = "0.41.0"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18910dependencies = [
18911 "anyhow",
18912 "heck 0.5.0",
18913 "wit-parser 0.227.1",
18914]
18915
18916[[package]]
18917name = "wit-bindgen-rt"
18918version = "0.22.0"
18919source = "registry+https://github.com/rust-lang/crates.io-index"
18920checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18921
18922[[package]]
18923name = "wit-bindgen-rt"
18924version = "0.39.0"
18925source = "registry+https://github.com/rust-lang/crates.io-index"
18926checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18927dependencies = [
18928 "bitflags 2.9.0",
18929]
18930
18931[[package]]
18932name = "wit-bindgen-rt"
18933version = "0.41.0"
18934source = "registry+https://github.com/rust-lang/crates.io-index"
18935checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18936dependencies = [
18937 "bitflags 2.9.0",
18938 "futures 0.3.31",
18939 "once_cell",
18940]
18941
18942[[package]]
18943name = "wit-bindgen-rust"
18944version = "0.22.0"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18947dependencies = [
18948 "anyhow",
18949 "heck 0.4.1",
18950 "indexmap",
18951 "wasm-metadata 0.201.0",
18952 "wit-bindgen-core 0.22.0",
18953 "wit-component 0.201.0",
18954]
18955
18956[[package]]
18957name = "wit-bindgen-rust"
18958version = "0.41.0"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18961dependencies = [
18962 "anyhow",
18963 "heck 0.5.0",
18964 "indexmap",
18965 "prettyplease",
18966 "syn 2.0.101",
18967 "wasm-metadata 0.227.1",
18968 "wit-bindgen-core 0.41.0",
18969 "wit-component 0.227.1",
18970]
18971
18972[[package]]
18973name = "wit-bindgen-rust-macro"
18974version = "0.22.0"
18975source = "registry+https://github.com/rust-lang/crates.io-index"
18976checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18977dependencies = [
18978 "anyhow",
18979 "proc-macro2",
18980 "quote",
18981 "syn 2.0.101",
18982 "wit-bindgen-core 0.22.0",
18983 "wit-bindgen-rust 0.22.0",
18984]
18985
18986[[package]]
18987name = "wit-bindgen-rust-macro"
18988version = "0.41.0"
18989source = "registry+https://github.com/rust-lang/crates.io-index"
18990checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18991dependencies = [
18992 "anyhow",
18993 "prettyplease",
18994 "proc-macro2",
18995 "quote",
18996 "syn 2.0.101",
18997 "wit-bindgen-core 0.41.0",
18998 "wit-bindgen-rust 0.41.0",
18999]
19000
19001[[package]]
19002name = "wit-component"
19003version = "0.201.0"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19006dependencies = [
19007 "anyhow",
19008 "bitflags 2.9.0",
19009 "indexmap",
19010 "log",
19011 "serde",
19012 "serde_derive",
19013 "serde_json",
19014 "wasm-encoder 0.201.0",
19015 "wasm-metadata 0.201.0",
19016 "wasmparser 0.201.0",
19017 "wit-parser 0.201.0",
19018]
19019
19020[[package]]
19021name = "wit-component"
19022version = "0.221.3"
19023source = "registry+https://github.com/rust-lang/crates.io-index"
19024checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19025dependencies = [
19026 "anyhow",
19027 "bitflags 2.9.0",
19028 "indexmap",
19029 "log",
19030 "serde",
19031 "serde_derive",
19032 "serde_json",
19033 "wasm-encoder 0.221.3",
19034 "wasm-metadata 0.221.3",
19035 "wasmparser 0.221.3",
19036 "wit-parser 0.221.3",
19037]
19038
19039[[package]]
19040name = "wit-component"
19041version = "0.227.1"
19042source = "registry+https://github.com/rust-lang/crates.io-index"
19043checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19044dependencies = [
19045 "anyhow",
19046 "bitflags 2.9.0",
19047 "indexmap",
19048 "log",
19049 "serde",
19050 "serde_derive",
19051 "serde_json",
19052 "wasm-encoder 0.227.1",
19053 "wasm-metadata 0.227.1",
19054 "wasmparser 0.227.1",
19055 "wit-parser 0.227.1",
19056]
19057
19058[[package]]
19059name = "wit-parser"
19060version = "0.201.0"
19061source = "registry+https://github.com/rust-lang/crates.io-index"
19062checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19063dependencies = [
19064 "anyhow",
19065 "id-arena",
19066 "indexmap",
19067 "log",
19068 "semver",
19069 "serde",
19070 "serde_derive",
19071 "serde_json",
19072 "unicode-xid",
19073 "wasmparser 0.201.0",
19074]
19075
19076[[package]]
19077name = "wit-parser"
19078version = "0.221.3"
19079source = "registry+https://github.com/rust-lang/crates.io-index"
19080checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19081dependencies = [
19082 "anyhow",
19083 "id-arena",
19084 "indexmap",
19085 "log",
19086 "semver",
19087 "serde",
19088 "serde_derive",
19089 "serde_json",
19090 "unicode-xid",
19091 "wasmparser 0.221.3",
19092]
19093
19094[[package]]
19095name = "wit-parser"
19096version = "0.227.1"
19097source = "registry+https://github.com/rust-lang/crates.io-index"
19098checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19099dependencies = [
19100 "anyhow",
19101 "id-arena",
19102 "indexmap",
19103 "log",
19104 "semver",
19105 "serde",
19106 "serde_derive",
19107 "serde_json",
19108 "unicode-xid",
19109 "wasmparser 0.227.1",
19110]
19111
19112[[package]]
19113name = "witx"
19114version = "0.9.1"
19115source = "registry+https://github.com/rust-lang/crates.io-index"
19116checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19117dependencies = [
19118 "anyhow",
19119 "log",
19120 "thiserror 1.0.69",
19121 "wast",
19122]
19123
19124[[package]]
19125name = "workspace"
19126version = "0.1.0"
19127dependencies = [
19128 "any_vec",
19129 "anyhow",
19130 "async-recursion 1.1.1",
19131 "bincode",
19132 "call",
19133 "client",
19134 "clock",
19135 "collections",
19136 "component",
19137 "dap",
19138 "db",
19139 "env_logger 0.11.8",
19140 "fs",
19141 "futures 0.3.31",
19142 "gpui",
19143 "http_client",
19144 "itertools 0.14.0",
19145 "language",
19146 "log",
19147 "menu",
19148 "node_runtime",
19149 "parking_lot",
19150 "postage",
19151 "project",
19152 "remote",
19153 "schemars",
19154 "serde",
19155 "serde_json",
19156 "session",
19157 "settings",
19158 "smallvec",
19159 "sqlez",
19160 "strum 0.27.1",
19161 "task",
19162 "telemetry",
19163 "tempfile",
19164 "theme",
19165 "ui",
19166 "util",
19167 "uuid",
19168 "windows 0.61.1",
19169 "workspace-hack",
19170 "zed_actions",
19171]
19172
19173[[package]]
19174name = "workspace-hack"
19175version = "0.1.0"
19176dependencies = [
19177 "aes",
19178 "ahash 0.8.11",
19179 "aho-corasick",
19180 "anstream",
19181 "arrayvec",
19182 "async-compression",
19183 "async-std",
19184 "async-tungstenite",
19185 "aws-config",
19186 "aws-credential-types",
19187 "aws-runtime",
19188 "aws-sigv4",
19189 "aws-smithy-async",
19190 "aws-smithy-http",
19191 "aws-smithy-runtime",
19192 "aws-smithy-runtime-api",
19193 "aws-smithy-types",
19194 "base64 0.22.1",
19195 "base64ct",
19196 "bigdecimal",
19197 "bit-set 0.8.0",
19198 "bit-vec 0.8.0",
19199 "bitflags 2.9.0",
19200 "bstr",
19201 "bytemuck",
19202 "byteorder",
19203 "bytes 1.10.1",
19204 "cc",
19205 "chrono",
19206 "cipher",
19207 "clang-sys",
19208 "clap",
19209 "clap_builder",
19210 "codespan-reporting 0.12.0",
19211 "concurrent-queue",
19212 "core-foundation 0.9.4",
19213 "core-foundation-sys",
19214 "coreaudio-sys",
19215 "cranelift-codegen",
19216 "crc32fast",
19217 "crossbeam-epoch",
19218 "crossbeam-utils",
19219 "crypto-common",
19220 "deranged",
19221 "digest",
19222 "either",
19223 "euclid",
19224 "event-listener 5.4.0",
19225 "event-listener-strategy",
19226 "flate2",
19227 "flume",
19228 "foldhash",
19229 "form_urlencoded",
19230 "futures 0.3.31",
19231 "futures-channel",
19232 "futures-core",
19233 "futures-executor",
19234 "futures-io",
19235 "futures-sink",
19236 "futures-task",
19237 "futures-util",
19238 "getrandom 0.2.15",
19239 "getrandom 0.3.2",
19240 "gimli",
19241 "half",
19242 "handlebars 4.5.0",
19243 "hashbrown 0.14.5",
19244 "hashbrown 0.15.3",
19245 "heck 0.4.1",
19246 "hmac",
19247 "hyper 0.14.32",
19248 "hyper-rustls 0.27.5",
19249 "idna",
19250 "indexmap",
19251 "inout",
19252 "itertools 0.12.1",
19253 "itertools 0.13.0",
19254 "jiff",
19255 "lazy_static",
19256 "libc",
19257 "libsqlite3-sys",
19258 "linux-raw-sys 0.4.15",
19259 "linux-raw-sys 0.9.4",
19260 "log",
19261 "lyon",
19262 "lyon_path",
19263 "md-5",
19264 "memchr",
19265 "miniz_oxide",
19266 "mio",
19267 "naga",
19268 "nix 0.29.0",
19269 "nom",
19270 "num-bigint",
19271 "num-bigint-dig",
19272 "num-integer",
19273 "num-iter",
19274 "num-rational",
19275 "num-traits",
19276 "objc2",
19277 "objc2-foundation",
19278 "objc2-metal",
19279 "object",
19280 "once_cell",
19281 "percent-encoding",
19282 "phf",
19283 "phf_shared",
19284 "prettyplease",
19285 "proc-macro2",
19286 "prost 0.9.0",
19287 "prost-types 0.9.0",
19288 "quote",
19289 "rand 0.8.5",
19290 "rand 0.9.1",
19291 "rand_chacha 0.3.1",
19292 "rand_core 0.6.4",
19293 "regalloc2",
19294 "regex",
19295 "regex-automata 0.4.9",
19296 "regex-syntax 0.8.5",
19297 "ring",
19298 "rust_decimal",
19299 "rustc-hash 1.1.0",
19300 "rustix 0.38.44",
19301 "rustix 1.0.7",
19302 "rustls 0.23.26",
19303 "rustls-webpki 0.103.1",
19304 "scopeguard",
19305 "sea-orm",
19306 "sea-query-binder",
19307 "security-framework 3.2.0",
19308 "security-framework-sys",
19309 "semver",
19310 "serde",
19311 "serde_derive",
19312 "serde_json",
19313 "sha1",
19314 "simd-adler32",
19315 "smallvec",
19316 "spin",
19317 "sqlx",
19318 "sqlx-macros",
19319 "sqlx-macros-core",
19320 "sqlx-postgres",
19321 "sqlx-sqlite",
19322 "strum 0.26.3",
19323 "subtle",
19324 "syn 1.0.109",
19325 "syn 2.0.101",
19326 "sync_wrapper 1.0.2",
19327 "thiserror 2.0.12",
19328 "time",
19329 "time-macros",
19330 "tokio",
19331 "tokio-rustls 0.26.2",
19332 "tokio-socks",
19333 "tokio-stream",
19334 "tokio-util",
19335 "toml_datetime",
19336 "toml_edit",
19337 "tower 0.5.2",
19338 "tracing",
19339 "tracing-core",
19340 "tungstenite 0.26.2",
19341 "unicode-normalization",
19342 "unicode-properties",
19343 "url",
19344 "uuid",
19345 "wasm-encoder 0.221.3",
19346 "wasmparser 0.221.3",
19347 "wasmtime",
19348 "wasmtime-cranelift",
19349 "wasmtime-environ",
19350 "winapi",
19351 "windows-core 0.61.0",
19352 "windows-numerics",
19353 "windows-sys 0.48.0",
19354 "windows-sys 0.52.0",
19355 "windows-sys 0.59.0",
19356 "winnow",
19357 "zeroize",
19358 "zvariant",
19359]
19360
19361[[package]]
19362name = "worktree"
19363version = "0.1.0"
19364dependencies = [
19365 "anyhow",
19366 "clock",
19367 "collections",
19368 "env_logger 0.11.8",
19369 "fs",
19370 "futures 0.3.31",
19371 "fuzzy",
19372 "git",
19373 "git2",
19374 "gpui",
19375 "http_client",
19376 "ignore",
19377 "language",
19378 "log",
19379 "parking_lot",
19380 "paths",
19381 "postage",
19382 "pretty_assertions",
19383 "rand 0.8.5",
19384 "rpc",
19385 "schemars",
19386 "serde",
19387 "serde_json",
19388 "settings",
19389 "smallvec",
19390 "smol",
19391 "sum_tree",
19392 "text",
19393 "util",
19394 "workspace-hack",
19395]
19396
19397[[package]]
19398name = "write16"
19399version = "1.0.0"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19402
19403[[package]]
19404name = "writeable"
19405version = "0.5.5"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19408
19409[[package]]
19410name = "wyz"
19411version = "0.5.1"
19412source = "registry+https://github.com/rust-lang/crates.io-index"
19413checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19414dependencies = [
19415 "tap",
19416]
19417
19418[[package]]
19419name = "x11"
19420version = "2.21.0"
19421source = "registry+https://github.com/rust-lang/crates.io-index"
19422checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19423dependencies = [
19424 "libc",
19425 "pkg-config",
19426]
19427
19428[[package]]
19429name = "x11-clipboard"
19430version = "0.9.3"
19431source = "registry+https://github.com/rust-lang/crates.io-index"
19432checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19433dependencies = [
19434 "libc",
19435 "x11rb",
19436]
19437
19438[[package]]
19439name = "x11rb"
19440version = "0.13.1"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19443dependencies = [
19444 "as-raw-xcb-connection",
19445 "gethostname",
19446 "libc",
19447 "rustix 0.38.44",
19448 "x11rb-protocol",
19449]
19450
19451[[package]]
19452name = "x11rb-protocol"
19453version = "0.13.1"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19456
19457[[package]]
19458name = "xattr"
19459version = "0.2.3"
19460source = "registry+https://github.com/rust-lang/crates.io-index"
19461checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19462dependencies = [
19463 "libc",
19464]
19465
19466[[package]]
19467name = "xcb"
19468version = "1.5.0"
19469source = "registry+https://github.com/rust-lang/crates.io-index"
19470checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19471dependencies = [
19472 "bitflags 1.3.2",
19473 "libc",
19474 "quick-xml 0.30.0",
19475 "x11",
19476]
19477
19478[[package]]
19479name = "xcursor"
19480version = "0.3.8"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19483
19484[[package]]
19485name = "xdg-home"
19486version = "1.3.0"
19487source = "registry+https://github.com/rust-lang/crates.io-index"
19488checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19489dependencies = [
19490 "libc",
19491 "windows-sys 0.59.0",
19492]
19493
19494[[package]]
19495name = "xim"
19496version = "0.4.0"
19497source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19498dependencies = [
19499 "ahash 0.8.11",
19500 "hashbrown 0.14.5",
19501 "log",
19502 "x11rb",
19503 "xim-ctext",
19504 "xim-parser",
19505]
19506
19507[[package]]
19508name = "xim-ctext"
19509version = "0.3.0"
19510source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19511dependencies = [
19512 "encoding_rs",
19513]
19514
19515[[package]]
19516name = "xim-parser"
19517version = "0.2.1"
19518source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19519dependencies = [
19520 "bitflags 2.9.0",
19521]
19522
19523[[package]]
19524name = "xkbcommon"
19525version = "0.8.0"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19528dependencies = [
19529 "as-raw-xcb-connection",
19530 "libc",
19531 "memmap2",
19532 "xkeysym",
19533]
19534
19535[[package]]
19536name = "xkeysym"
19537version = "0.2.1"
19538source = "registry+https://github.com/rust-lang/crates.io-index"
19539checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19540
19541[[package]]
19542name = "xml5ever"
19543version = "0.18.1"
19544source = "registry+https://github.com/rust-lang/crates.io-index"
19545checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19546dependencies = [
19547 "log",
19548 "mac",
19549 "markup5ever 0.12.1",
19550]
19551
19552[[package]]
19553name = "xmlparser"
19554version = "0.13.6"
19555source = "registry+https://github.com/rust-lang/crates.io-index"
19556checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19557
19558[[package]]
19559name = "xmlwriter"
19560version = "0.1.0"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19563
19564[[package]]
19565name = "xtask"
19566version = "0.1.0"
19567dependencies = [
19568 "anyhow",
19569 "cargo_metadata",
19570 "cargo_toml",
19571 "clap",
19572 "workspace-hack",
19573]
19574
19575[[package]]
19576name = "yaml-rust2"
19577version = "0.8.1"
19578source = "registry+https://github.com/rust-lang/crates.io-index"
19579checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19580dependencies = [
19581 "arraydeque",
19582 "encoding_rs",
19583 "hashlink 0.8.4",
19584]
19585
19586[[package]]
19587name = "yansi"
19588version = "1.0.1"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19591
19592[[package]]
19593name = "yazi"
19594version = "0.2.1"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19597
19598[[package]]
19599name = "yeslogic-fontconfig-sys"
19600version = "6.0.0"
19601source = "registry+https://github.com/rust-lang/crates.io-index"
19602checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19603dependencies = [
19604 "dlib",
19605 "once_cell",
19606 "pkg-config",
19607]
19608
19609[[package]]
19610name = "yoke"
19611version = "0.7.5"
19612source = "registry+https://github.com/rust-lang/crates.io-index"
19613checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19614dependencies = [
19615 "serde",
19616 "stable_deref_trait",
19617 "yoke-derive",
19618 "zerofrom",
19619]
19620
19621[[package]]
19622name = "yoke-derive"
19623version = "0.7.5"
19624source = "registry+https://github.com/rust-lang/crates.io-index"
19625checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19626dependencies = [
19627 "proc-macro2",
19628 "quote",
19629 "syn 2.0.101",
19630 "synstructure",
19631]
19632
19633[[package]]
19634name = "zbus"
19635version = "5.5.0"
19636source = "registry+https://github.com/rust-lang/crates.io-index"
19637checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19638dependencies = [
19639 "async-broadcast",
19640 "async-executor",
19641 "async-fs",
19642 "async-io",
19643 "async-lock",
19644 "async-process",
19645 "async-recursion 1.1.1",
19646 "async-task",
19647 "async-trait",
19648 "blocking",
19649 "enumflags2",
19650 "event-listener 5.4.0",
19651 "futures-core",
19652 "futures-lite 2.6.0",
19653 "hex",
19654 "nix 0.29.0",
19655 "ordered-stream",
19656 "serde",
19657 "serde_repr",
19658 "static_assertions",
19659 "tracing",
19660 "uds_windows",
19661 "windows-sys 0.59.0",
19662 "winnow",
19663 "xdg-home",
19664 "zbus_macros",
19665 "zbus_names",
19666 "zvariant",
19667]
19668
19669[[package]]
19670name = "zbus_macros"
19671version = "5.5.0"
19672source = "registry+https://github.com/rust-lang/crates.io-index"
19673checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19674dependencies = [
19675 "proc-macro-crate",
19676 "proc-macro2",
19677 "quote",
19678 "syn 2.0.101",
19679 "zbus_names",
19680 "zvariant",
19681 "zvariant_utils",
19682]
19683
19684[[package]]
19685name = "zbus_names"
19686version = "4.2.0"
19687source = "registry+https://github.com/rust-lang/crates.io-index"
19688checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19689dependencies = [
19690 "serde",
19691 "static_assertions",
19692 "winnow",
19693 "zvariant",
19694]
19695
19696[[package]]
19697name = "zed"
19698version = "0.189.0"
19699dependencies = [
19700 "activity_indicator",
19701 "agent",
19702 "anyhow",
19703 "ashpd",
19704 "askpass",
19705 "assets",
19706 "assistant_context_editor",
19707 "assistant_settings",
19708 "assistant_tool",
19709 "assistant_tools",
19710 "async-watch",
19711 "audio",
19712 "auto_update",
19713 "auto_update_ui",
19714 "backtrace",
19715 "breadcrumbs",
19716 "call",
19717 "channel",
19718 "chrono",
19719 "clap",
19720 "cli",
19721 "client",
19722 "collab_ui",
19723 "collections",
19724 "command_palette",
19725 "component",
19726 "copilot",
19727 "dap",
19728 "dap_adapters",
19729 "db",
19730 "debug_adapter_extension",
19731 "debugger_tools",
19732 "debugger_ui",
19733 "diagnostics",
19734 "editor",
19735 "env_logger 0.11.8",
19736 "extension",
19737 "extension_host",
19738 "extensions_ui",
19739 "feature_flags",
19740 "feedback",
19741 "file_finder",
19742 "fs",
19743 "futures 0.3.31",
19744 "git",
19745 "git_hosting_providers",
19746 "git_ui",
19747 "go_to_line",
19748 "gpui",
19749 "gpui_tokio",
19750 "http_client",
19751 "image_viewer",
19752 "indoc",
19753 "inline_completion_button",
19754 "install_cli",
19755 "jj_ui",
19756 "journal",
19757 "language",
19758 "language_extension",
19759 "language_model",
19760 "language_models",
19761 "language_selector",
19762 "language_tools",
19763 "languages",
19764 "libc",
19765 "log",
19766 "markdown",
19767 "markdown_preview",
19768 "menu",
19769 "migrator",
19770 "mimalloc",
19771 "nix 0.29.0",
19772 "node_runtime",
19773 "notifications",
19774 "outline",
19775 "outline_panel",
19776 "parking_lot",
19777 "paths",
19778 "picker",
19779 "profiling",
19780 "project",
19781 "project_panel",
19782 "project_symbols",
19783 "prompt_store",
19784 "proto",
19785 "recent_projects",
19786 "release_channel",
19787 "remote",
19788 "repl",
19789 "reqwest_client",
19790 "rope",
19791 "search",
19792 "serde",
19793 "serde_json",
19794 "session",
19795 "settings",
19796 "settings_ui",
19797 "shellexpand 2.1.2",
19798 "smol",
19799 "snippet_provider",
19800 "snippets_ui",
19801 "supermaven",
19802 "sysinfo",
19803 "tab_switcher",
19804 "task",
19805 "tasks_ui",
19806 "telemetry",
19807 "telemetry_events",
19808 "terminal_view",
19809 "theme",
19810 "theme_extension",
19811 "theme_selector",
19812 "time",
19813 "title_bar",
19814 "toolchain_selector",
19815 "tree-sitter-md",
19816 "tree-sitter-rust",
19817 "ui",
19818 "ui_input",
19819 "ui_prompt",
19820 "url",
19821 "urlencoding",
19822 "util",
19823 "uuid",
19824 "vim",
19825 "vim_mode_setting",
19826 "web_search",
19827 "web_search_providers",
19828 "welcome",
19829 "windows 0.61.1",
19830 "winresource",
19831 "workspace",
19832 "workspace-hack",
19833 "zed_actions",
19834 "zeta",
19835 "zlog",
19836 "zlog_settings",
19837]
19838
19839[[package]]
19840name = "zed_actions"
19841version = "0.1.0"
19842dependencies = [
19843 "gpui",
19844 "schemars",
19845 "serde",
19846 "uuid",
19847 "workspace-hack",
19848]
19849
19850[[package]]
19851name = "zed_emmet"
19852version = "0.0.3"
19853dependencies = [
19854 "zed_extension_api 0.1.0",
19855]
19856
19857[[package]]
19858name = "zed_extension_api"
19859version = "0.1.0"
19860source = "registry+https://github.com/rust-lang/crates.io-index"
19861checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19862dependencies = [
19863 "serde",
19864 "serde_json",
19865 "wit-bindgen 0.22.0",
19866]
19867
19868[[package]]
19869name = "zed_extension_api"
19870version = "0.6.0"
19871dependencies = [
19872 "serde",
19873 "serde_json",
19874 "wit-bindgen 0.41.0",
19875]
19876
19877[[package]]
19878name = "zed_glsl"
19879version = "0.1.0"
19880dependencies = [
19881 "zed_extension_api 0.1.0",
19882]
19883
19884[[package]]
19885name = "zed_html"
19886version = "0.2.1"
19887dependencies = [
19888 "zed_extension_api 0.1.0",
19889]
19890
19891[[package]]
19892name = "zed_llm_client"
19893version = "0.8.2"
19894source = "registry+https://github.com/rust-lang/crates.io-index"
19895checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19896dependencies = [
19897 "anyhow",
19898 "serde",
19899 "serde_json",
19900 "strum 0.27.1",
19901 "uuid",
19902]
19903
19904[[package]]
19905name = "zed_proto"
19906version = "0.2.2"
19907dependencies = [
19908 "zed_extension_api 0.1.0",
19909]
19910
19911[[package]]
19912name = "zed_ruff"
19913version = "0.1.0"
19914dependencies = [
19915 "zed_extension_api 0.1.0",
19916]
19917
19918[[package]]
19919name = "zed_snippets"
19920version = "0.0.5"
19921dependencies = [
19922 "serde_json",
19923 "zed_extension_api 0.1.0",
19924]
19925
19926[[package]]
19927name = "zed_test_extension"
19928version = "0.1.0"
19929dependencies = [
19930 "zed_extension_api 0.6.0",
19931]
19932
19933[[package]]
19934name = "zed_toml"
19935version = "0.1.4"
19936dependencies = [
19937 "zed_extension_api 0.1.0",
19938]
19939
19940[[package]]
19941name = "zeno"
19942version = "0.3.2"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19945
19946[[package]]
19947name = "zerocopy"
19948version = "0.7.35"
19949source = "registry+https://github.com/rust-lang/crates.io-index"
19950checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19951dependencies = [
19952 "zerocopy-derive 0.7.35",
19953]
19954
19955[[package]]
19956name = "zerocopy"
19957version = "0.8.24"
19958source = "registry+https://github.com/rust-lang/crates.io-index"
19959checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19960dependencies = [
19961 "zerocopy-derive 0.8.24",
19962]
19963
19964[[package]]
19965name = "zerocopy-derive"
19966version = "0.7.35"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19969dependencies = [
19970 "proc-macro2",
19971 "quote",
19972 "syn 2.0.101",
19973]
19974
19975[[package]]
19976name = "zerocopy-derive"
19977version = "0.8.24"
19978source = "registry+https://github.com/rust-lang/crates.io-index"
19979checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19980dependencies = [
19981 "proc-macro2",
19982 "quote",
19983 "syn 2.0.101",
19984]
19985
19986[[package]]
19987name = "zerofrom"
19988version = "0.1.6"
19989source = "registry+https://github.com/rust-lang/crates.io-index"
19990checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19991dependencies = [
19992 "zerofrom-derive",
19993]
19994
19995[[package]]
19996name = "zerofrom-derive"
19997version = "0.1.6"
19998source = "registry+https://github.com/rust-lang/crates.io-index"
19999checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20000dependencies = [
20001 "proc-macro2",
20002 "quote",
20003 "syn 2.0.101",
20004 "synstructure",
20005]
20006
20007[[package]]
20008name = "zeroize"
20009version = "1.8.1"
20010source = "registry+https://github.com/rust-lang/crates.io-index"
20011checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20012dependencies = [
20013 "zeroize_derive",
20014]
20015
20016[[package]]
20017name = "zeroize_derive"
20018version = "1.4.2"
20019source = "registry+https://github.com/rust-lang/crates.io-index"
20020checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20021dependencies = [
20022 "proc-macro2",
20023 "quote",
20024 "syn 2.0.101",
20025]
20026
20027[[package]]
20028name = "zeromq"
20029version = "0.5.0-pre"
20030source = "registry+https://github.com/rust-lang/crates.io-index"
20031checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20032dependencies = [
20033 "async-dispatcher",
20034 "async-std",
20035 "async-trait",
20036 "asynchronous-codec",
20037 "bytes 1.10.1",
20038 "crossbeam-queue",
20039 "dashmap 5.5.3",
20040 "futures 0.3.31",
20041 "log",
20042 "num-traits",
20043 "once_cell",
20044 "parking_lot",
20045 "rand 0.8.5",
20046 "regex",
20047 "thiserror 1.0.69",
20048 "uuid",
20049]
20050
20051[[package]]
20052name = "zerovec"
20053version = "0.10.4"
20054source = "registry+https://github.com/rust-lang/crates.io-index"
20055checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20056dependencies = [
20057 "yoke",
20058 "zerofrom",
20059 "zerovec-derive",
20060]
20061
20062[[package]]
20063name = "zerovec-derive"
20064version = "0.10.3"
20065source = "registry+https://github.com/rust-lang/crates.io-index"
20066checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20067dependencies = [
20068 "proc-macro2",
20069 "quote",
20070 "syn 2.0.101",
20071]
20072
20073[[package]]
20074name = "zeta"
20075version = "0.1.0"
20076dependencies = [
20077 "anyhow",
20078 "arrayvec",
20079 "call",
20080 "client",
20081 "clock",
20082 "collections",
20083 "command_palette_hooks",
20084 "ctor",
20085 "db",
20086 "editor",
20087 "env_logger 0.11.8",
20088 "feature_flags",
20089 "fs",
20090 "futures 0.3.31",
20091 "gpui",
20092 "http_client",
20093 "indoc",
20094 "inline_completion",
20095 "language",
20096 "language_model",
20097 "log",
20098 "menu",
20099 "migrator",
20100 "paths",
20101 "postage",
20102 "project",
20103 "proto",
20104 "regex",
20105 "release_channel",
20106 "reqwest_client",
20107 "rpc",
20108 "serde",
20109 "serde_json",
20110 "settings",
20111 "telemetry",
20112 "telemetry_events",
20113 "theme",
20114 "thiserror 2.0.12",
20115 "tree-sitter-go",
20116 "tree-sitter-rust",
20117 "ui",
20118 "unindent",
20119 "util",
20120 "uuid",
20121 "workspace",
20122 "workspace-hack",
20123 "worktree",
20124 "zed_actions",
20125 "zed_llm_client",
20126]
20127
20128[[package]]
20129name = "zip"
20130version = "0.6.6"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20133dependencies = [
20134 "aes",
20135 "byteorder",
20136 "bzip2",
20137 "constant_time_eq 0.1.5",
20138 "crc32fast",
20139 "crossbeam-utils",
20140 "flate2",
20141 "hmac",
20142 "pbkdf2 0.11.0",
20143 "sha1",
20144 "time",
20145 "zstd",
20146]
20147
20148[[package]]
20149name = "zlib-rs"
20150version = "0.5.0"
20151source = "registry+https://github.com/rust-lang/crates.io-index"
20152checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20153
20154[[package]]
20155name = "zlog"
20156version = "0.1.0"
20157dependencies = [
20158 "anyhow",
20159 "chrono",
20160 "log",
20161 "tempfile",
20162 "workspace-hack",
20163]
20164
20165[[package]]
20166name = "zlog_settings"
20167version = "0.1.0"
20168dependencies = [
20169 "anyhow",
20170 "gpui",
20171 "schemars",
20172 "serde",
20173 "settings",
20174 "workspace-hack",
20175 "zlog",
20176]
20177
20178[[package]]
20179name = "zstd"
20180version = "0.11.2+zstd.1.5.2"
20181source = "registry+https://github.com/rust-lang/crates.io-index"
20182checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20183dependencies = [
20184 "zstd-safe",
20185]
20186
20187[[package]]
20188name = "zstd-safe"
20189version = "5.0.2+zstd.1.5.2"
20190source = "registry+https://github.com/rust-lang/crates.io-index"
20191checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20192dependencies = [
20193 "libc",
20194 "zstd-sys",
20195]
20196
20197[[package]]
20198name = "zstd-sys"
20199version = "2.0.15+zstd.1.5.7"
20200source = "registry+https://github.com/rust-lang/crates.io-index"
20201checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20202dependencies = [
20203 "cc",
20204 "pkg-config",
20205]
20206
20207[[package]]
20208name = "zune-core"
20209version = "0.4.12"
20210source = "registry+https://github.com/rust-lang/crates.io-index"
20211checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20212
20213[[package]]
20214name = "zune-inflate"
20215version = "0.2.54"
20216source = "registry+https://github.com/rust-lang/crates.io-index"
20217checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20218dependencies = [
20219 "simd-adler32",
20220]
20221
20222[[package]]
20223name = "zune-jpeg"
20224version = "0.4.14"
20225source = "registry+https://github.com/rust-lang/crates.io-index"
20226checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20227dependencies = [
20228 "zune-core",
20229]
20230
20231[[package]]
20232name = "zvariant"
20233version = "5.4.0"
20234source = "registry+https://github.com/rust-lang/crates.io-index"
20235checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20236dependencies = [
20237 "endi",
20238 "enumflags2",
20239 "serde",
20240 "static_assertions",
20241 "url",
20242 "winnow",
20243 "zvariant_derive",
20244 "zvariant_utils",
20245]
20246
20247[[package]]
20248name = "zvariant_derive"
20249version = "5.4.0"
20250source = "registry+https://github.com/rust-lang/crates.io-index"
20251checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20252dependencies = [
20253 "proc-macro-crate",
20254 "proc-macro2",
20255 "quote",
20256 "syn 2.0.101",
20257 "zvariant_utils",
20258]
20259
20260[[package]]
20261name = "zvariant_utils"
20262version = "3.2.0"
20263source = "registry+https://github.com/rust-lang/crates.io-index"
20264checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20265dependencies = [
20266 "proc-macro2",
20267 "quote",
20268 "serde",
20269 "static_assertions",
20270 "syn 2.0.101",
20271 "winnow",
20272]