Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21 "workspace-hack",
   22]
   23
   24[[package]]
   25name = "addr2line"
   26version = "0.24.2"
   27source = "registry+https://github.com/rust-lang/crates.io-index"
   28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   29dependencies = [
   30 "gimli",
   31]
   32
   33[[package]]
   34name = "adler2"
   35version = "2.0.0"
   36source = "registry+https://github.com/rust-lang/crates.io-index"
   37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   38
   39[[package]]
   40name = "aes"
   41version = "0.8.4"
   42source = "registry+https://github.com/rust-lang/crates.io-index"
   43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   44dependencies = [
   45 "cfg-if",
   46 "cipher",
   47 "cpufeatures",
   48 "zeroize",
   49]
   50
   51[[package]]
   52name = "agent"
   53version = "0.1.0"
   54dependencies = [
   55 "anyhow",
   56 "assistant_context_editor",
   57 "assistant_settings",
   58 "assistant_slash_command",
   59 "assistant_slash_commands",
   60 "assistant_tool",
   61 "async-watch",
   62 "buffer_diff",
   63 "chrono",
   64 "client",
   65 "collections",
   66 "component",
   67 "context_server",
   68 "convert_case 0.8.0",
   69 "db",
   70 "editor",
   71 "extension",
   72 "feature_flags",
   73 "file_icons",
   74 "fs",
   75 "futures 0.3.31",
   76 "fuzzy",
   77 "git",
   78 "gpui",
   79 "heed",
   80 "html_to_markdown",
   81 "http_client",
   82 "indexed_docs",
   83 "indoc",
   84 "inventory",
   85 "itertools 0.14.0",
   86 "jsonschema",
   87 "language",
   88 "language_model",
   89 "language_model_selector",
   90 "log",
   91 "lsp",
   92 "markdown",
   93 "menu",
   94 "multi_buffer",
   95 "notifications",
   96 "ordered-float 2.10.1",
   97 "parking_lot",
   98 "paths",
   99 "picker",
  100 "postage",
  101 "project",
  102 "prompt_store",
  103 "proto",
  104 "rand 0.8.5",
  105 "ref-cast",
  106 "release_channel",
  107 "rope",
  108 "rules_library",
  109 "schemars",
  110 "search",
  111 "serde",
  112 "serde_json",
  113 "serde_json_lenient",
  114 "settings",
  115 "smallvec",
  116 "smol",
  117 "streaming_diff",
  118 "telemetry",
  119 "telemetry_events",
  120 "terminal",
  121 "terminal_view",
  122 "text",
  123 "theme",
  124 "thiserror 2.0.12",
  125 "time",
  126 "time_format",
  127 "ui",
  128 "ui_input",
  129 "urlencoding",
  130 "util",
  131 "uuid",
  132 "workspace",
  133 "workspace-hack",
  134 "zed_actions",
  135 "zed_llm_client",
  136]
  137
  138[[package]]
  139name = "ahash"
  140version = "0.7.8"
  141source = "registry+https://github.com/rust-lang/crates.io-index"
  142checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  143dependencies = [
  144 "getrandom 0.2.15",
  145 "once_cell",
  146 "version_check",
  147]
  148
  149[[package]]
  150name = "ahash"
  151version = "0.8.11"
  152source = "registry+https://github.com/rust-lang/crates.io-index"
  153checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  154dependencies = [
  155 "cfg-if",
  156 "const-random",
  157 "getrandom 0.2.15",
  158 "once_cell",
  159 "serde",
  160 "version_check",
  161 "zerocopy 0.7.35",
  162]
  163
  164[[package]]
  165name = "aho-corasick"
  166version = "1.1.3"
  167source = "registry+https://github.com/rust-lang/crates.io-index"
  168checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  169dependencies = [
  170 "memchr",
  171]
  172
  173[[package]]
  174name = "alacritty_terminal"
  175version = "0.25.1-dev"
  176source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
  177dependencies = [
  178 "base64 0.22.1",
  179 "bitflags 2.9.0",
  180 "home",
  181 "libc",
  182 "log",
  183 "miow",
  184 "parking_lot",
  185 "piper",
  186 "polling",
  187 "regex-automata 0.4.9",
  188 "rustix-openpty",
  189 "serde",
  190 "signal-hook",
  191 "unicode-width 0.1.14",
  192 "vte",
  193 "windows-sys 0.59.0",
  194]
  195
  196[[package]]
  197name = "aliasable"
  198version = "0.1.3"
  199source = "registry+https://github.com/rust-lang/crates.io-index"
  200checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  201
  202[[package]]
  203name = "aligned-vec"
  204version = "0.5.0"
  205source = "registry+https://github.com/rust-lang/crates.io-index"
  206checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  207
  208[[package]]
  209name = "allocator-api2"
  210version = "0.2.21"
  211source = "registry+https://github.com/rust-lang/crates.io-index"
  212checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  213
  214[[package]]
  215name = "alsa"
  216version = "0.9.1"
  217source = "registry+https://github.com/rust-lang/crates.io-index"
  218checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  219dependencies = [
  220 "alsa-sys",
  221 "bitflags 2.9.0",
  222 "cfg-if",
  223 "libc",
  224]
  225
  226[[package]]
  227name = "alsa-sys"
  228version = "0.3.1"
  229source = "registry+https://github.com/rust-lang/crates.io-index"
  230checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  231dependencies = [
  232 "libc",
  233 "pkg-config",
  234]
  235
  236[[package]]
  237name = "ambient-authority"
  238version = "0.0.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  241
  242[[package]]
  243name = "ammonia"
  244version = "4.1.0"
  245source = "registry+https://github.com/rust-lang/crates.io-index"
  246checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
  247dependencies = [
  248 "cssparser",
  249 "html5ever 0.31.0",
  250 "maplit",
  251 "tendril",
  252 "url",
  253]
  254
  255[[package]]
  256name = "android-tzdata"
  257version = "0.1.1"
  258source = "registry+https://github.com/rust-lang/crates.io-index"
  259checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  260
  261[[package]]
  262name = "android_system_properties"
  263version = "0.1.5"
  264source = "registry+https://github.com/rust-lang/crates.io-index"
  265checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  266dependencies = [
  267 "libc",
  268]
  269
  270[[package]]
  271name = "anes"
  272version = "0.1.6"
  273source = "registry+https://github.com/rust-lang/crates.io-index"
  274checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  275
  276[[package]]
  277name = "anstream"
  278version = "0.6.18"
  279source = "registry+https://github.com/rust-lang/crates.io-index"
  280checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  281dependencies = [
  282 "anstyle",
  283 "anstyle-parse",
  284 "anstyle-query",
  285 "anstyle-wincon",
  286 "colorchoice",
  287 "is_terminal_polyfill",
  288 "utf8parse",
  289]
  290
  291[[package]]
  292name = "anstyle"
  293version = "1.0.10"
  294source = "registry+https://github.com/rust-lang/crates.io-index"
  295checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  296
  297[[package]]
  298name = "anstyle-parse"
  299version = "0.2.6"
  300source = "registry+https://github.com/rust-lang/crates.io-index"
  301checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  302dependencies = [
  303 "utf8parse",
  304]
  305
  306[[package]]
  307name = "anstyle-query"
  308version = "1.1.2"
  309source = "registry+https://github.com/rust-lang/crates.io-index"
  310checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  311dependencies = [
  312 "windows-sys 0.59.0",
  313]
  314
  315[[package]]
  316name = "anstyle-wincon"
  317version = "3.0.7"
  318source = "registry+https://github.com/rust-lang/crates.io-index"
  319checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
  320dependencies = [
  321 "anstyle",
  322 "once_cell",
  323 "windows-sys 0.59.0",
  324]
  325
  326[[package]]
  327name = "anthropic"
  328version = "0.1.0"
  329dependencies = [
  330 "anyhow",
  331 "chrono",
  332 "futures 0.3.31",
  333 "http_client",
  334 "schemars",
  335 "serde",
  336 "serde_json",
  337 "strum 0.27.1",
  338 "thiserror 2.0.12",
  339 "workspace-hack",
  340]
  341
  342[[package]]
  343name = "any_vec"
  344version = "0.14.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  347
  348[[package]]
  349name = "anyhow"
  350version = "1.0.98"
  351source = "registry+https://github.com/rust-lang/crates.io-index"
  352checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
  353
  354[[package]]
  355name = "approx"
  356version = "0.5.1"
  357source = "registry+https://github.com/rust-lang/crates.io-index"
  358checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  359dependencies = [
  360 "num-traits",
  361]
  362
  363[[package]]
  364name = "arbitrary"
  365version = "1.4.1"
  366source = "registry+https://github.com/rust-lang/crates.io-index"
  367checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  368
  369[[package]]
  370name = "arc-swap"
  371version = "1.7.1"
  372source = "registry+https://github.com/rust-lang/crates.io-index"
  373checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
  374
  375[[package]]
  376name = "arg_enum_proc_macro"
  377version = "0.3.4"
  378source = "registry+https://github.com/rust-lang/crates.io-index"
  379checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  380dependencies = [
  381 "proc-macro2",
  382 "quote",
  383 "syn 2.0.101",
  384]
  385
  386[[package]]
  387name = "arraydeque"
  388version = "0.5.1"
  389source = "registry+https://github.com/rust-lang/crates.io-index"
  390checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  391
  392[[package]]
  393name = "arrayref"
  394version = "0.3.9"
  395source = "registry+https://github.com/rust-lang/crates.io-index"
  396checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  397
  398[[package]]
  399name = "arrayvec"
  400version = "0.7.6"
  401source = "registry+https://github.com/rust-lang/crates.io-index"
  402checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  403dependencies = [
  404 "serde",
  405]
  406
  407[[package]]
  408name = "as-raw-xcb-connection"
  409version = "1.0.1"
  410source = "registry+https://github.com/rust-lang/crates.io-index"
  411checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  412
  413[[package]]
  414name = "ascii"
  415version = "1.1.0"
  416source = "registry+https://github.com/rust-lang/crates.io-index"
  417checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  418
  419[[package]]
  420name = "ash"
  421version = "0.38.0+1.3.281"
  422source = "registry+https://github.com/rust-lang/crates.io-index"
  423checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  424dependencies = [
  425 "libloading",
  426]
  427
  428[[package]]
  429name = "ash-window"
  430version = "0.13.0"
  431source = "registry+https://github.com/rust-lang/crates.io-index"
  432checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  433dependencies = [
  434 "ash",
  435 "raw-window-handle",
  436 "raw-window-metal",
  437]
  438
  439[[package]]
  440name = "ashpd"
  441version = "0.11.0"
  442source = "registry+https://github.com/rust-lang/crates.io-index"
  443checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  444dependencies = [
  445 "async-fs",
  446 "async-net",
  447 "enumflags2",
  448 "futures-channel",
  449 "futures-util",
  450 "rand 0.9.1",
  451 "serde",
  452 "serde_repr",
  453 "url",
  454 "zbus",
  455]
  456
  457[[package]]
  458name = "askpass"
  459version = "0.1.0"
  460dependencies = [
  461 "anyhow",
  462 "futures 0.3.31",
  463 "gpui",
  464 "shlex",
  465 "smol",
  466 "tempfile",
  467 "util",
  468 "workspace-hack",
  469]
  470
  471[[package]]
  472name = "assets"
  473version = "0.1.0"
  474dependencies = [
  475 "anyhow",
  476 "gpui",
  477 "rust-embed",
  478 "workspace-hack",
  479]
  480
  481[[package]]
  482name = "assistant_context_editor"
  483version = "0.1.0"
  484dependencies = [
  485 "anyhow",
  486 "assistant_settings",
  487 "assistant_slash_command",
  488 "assistant_slash_commands",
  489 "chrono",
  490 "client",
  491 "clock",
  492 "collections",
  493 "context_server",
  494 "editor",
  495 "fs",
  496 "futures 0.3.31",
  497 "fuzzy",
  498 "gpui",
  499 "indexed_docs",
  500 "language",
  501 "language_model",
  502 "language_model_selector",
  503 "languages",
  504 "log",
  505 "multi_buffer",
  506 "open_ai",
  507 "parking_lot",
  508 "paths",
  509 "picker",
  510 "pretty_assertions",
  511 "project",
  512 "prompt_store",
  513 "rand 0.8.5",
  514 "regex",
  515 "rope",
  516 "rpc",
  517 "serde",
  518 "serde_json",
  519 "settings",
  520 "smallvec",
  521 "smol",
  522 "telemetry_events",
  523 "text",
  524 "theme",
  525 "tree-sitter-md",
  526 "ui",
  527 "unindent",
  528 "util",
  529 "uuid",
  530 "workspace",
  531 "workspace-hack",
  532 "zed_actions",
  533]
  534
  535[[package]]
  536name = "assistant_settings"
  537version = "0.1.0"
  538dependencies = [
  539 "anthropic",
  540 "anyhow",
  541 "collections",
  542 "deepseek",
  543 "fs",
  544 "gpui",
  545 "indexmap",
  546 "language_model",
  547 "lmstudio",
  548 "log",
  549 "mistral",
  550 "ollama",
  551 "open_ai",
  552 "paths",
  553 "schemars",
  554 "serde",
  555 "serde_json",
  556 "serde_json_lenient",
  557 "settings",
  558 "workspace-hack",
  559 "zed_llm_client",
  560]
  561
  562[[package]]
  563name = "assistant_slash_command"
  564version = "0.1.0"
  565dependencies = [
  566 "anyhow",
  567 "async-trait",
  568 "collections",
  569 "derive_more",
  570 "extension",
  571 "futures 0.3.31",
  572 "gpui",
  573 "language",
  574 "language_model",
  575 "parking_lot",
  576 "pretty_assertions",
  577 "serde",
  578 "serde_json",
  579 "ui",
  580 "workspace",
  581 "workspace-hack",
  582]
  583
  584[[package]]
  585name = "assistant_slash_commands"
  586version = "0.1.0"
  587dependencies = [
  588 "anyhow",
  589 "assistant_slash_command",
  590 "cargo_toml",
  591 "chrono",
  592 "collections",
  593 "context_server",
  594 "editor",
  595 "env_logger 0.11.8",
  596 "feature_flags",
  597 "fs",
  598 "futures 0.3.31",
  599 "fuzzy",
  600 "globset",
  601 "gpui",
  602 "html_to_markdown",
  603 "http_client",
  604 "indexed_docs",
  605 "language",
  606 "pretty_assertions",
  607 "project",
  608 "prompt_store",
  609 "rope",
  610 "serde",
  611 "serde_json",
  612 "settings",
  613 "smol",
  614 "terminal_view",
  615 "text",
  616 "toml 0.8.20",
  617 "ui",
  618 "util",
  619 "workspace",
  620 "workspace-hack",
  621 "worktree",
  622]
  623
  624[[package]]
  625name = "assistant_tool"
  626version = "0.1.0"
  627dependencies = [
  628 "anyhow",
  629 "buffer_diff",
  630 "clock",
  631 "collections",
  632 "ctor",
  633 "derive_more",
  634 "env_logger 0.11.8",
  635 "futures 0.3.31",
  636 "gpui",
  637 "icons",
  638 "language",
  639 "language_model",
  640 "log",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "project",
  644 "rand 0.8.5",
  645 "regex",
  646 "serde",
  647 "serde_json",
  648 "settings",
  649 "text",
  650 "util",
  651 "workspace",
  652 "workspace-hack",
  653]
  654
  655[[package]]
  656name = "assistant_tools"
  657version = "0.1.0"
  658dependencies = [
  659 "aho-corasick",
  660 "anyhow",
  661 "assistant_settings",
  662 "assistant_tool",
  663 "buffer_diff",
  664 "chrono",
  665 "client",
  666 "clock",
  667 "collections",
  668 "component",
  669 "derive_more",
  670 "editor",
  671 "feature_flags",
  672 "fs",
  673 "futures 0.3.31",
  674 "gpui",
  675 "gpui_tokio",
  676 "handlebars 4.5.0",
  677 "html_to_markdown",
  678 "http_client",
  679 "indoc",
  680 "itertools 0.14.0",
  681 "language",
  682 "language_model",
  683 "language_models",
  684 "log",
  685 "markdown",
  686 "open",
  687 "paths",
  688 "portable-pty",
  689 "pretty_assertions",
  690 "project",
  691 "rand 0.8.5",
  692 "regex",
  693 "reqwest_client",
  694 "rust-embed",
  695 "schemars",
  696 "serde",
  697 "serde_json",
  698 "settings",
  699 "smallvec",
  700 "streaming_diff",
  701 "strsim",
  702 "task",
  703 "tempfile",
  704 "terminal",
  705 "terminal_view",
  706 "theme",
  707 "tree-sitter-rust",
  708 "ui",
  709 "unindent",
  710 "util",
  711 "web_search",
  712 "which 6.0.3",
  713 "workspace",
  714 "workspace-hack",
  715 "zed_llm_client",
  716 "zlog",
  717]
  718
  719[[package]]
  720name = "async-attributes"
  721version = "1.1.2"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  724dependencies = [
  725 "quote",
  726 "syn 1.0.109",
  727]
  728
  729[[package]]
  730name = "async-broadcast"
  731version = "0.7.2"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  734dependencies = [
  735 "event-listener 5.4.0",
  736 "event-listener-strategy",
  737 "futures-core",
  738 "pin-project-lite",
  739]
  740
  741[[package]]
  742name = "async-channel"
  743version = "1.9.0"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  746dependencies = [
  747 "concurrent-queue",
  748 "event-listener 2.5.3",
  749 "futures-core",
  750]
  751
  752[[package]]
  753name = "async-channel"
  754version = "2.3.1"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  757dependencies = [
  758 "concurrent-queue",
  759 "event-listener-strategy",
  760 "futures-core",
  761 "pin-project-lite",
  762]
  763
  764[[package]]
  765name = "async-compat"
  766version = "0.2.4"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  769dependencies = [
  770 "futures-core",
  771 "futures-io",
  772 "once_cell",
  773 "pin-project-lite",
  774 "tokio",
  775]
  776
  777[[package]]
  778name = "async-compression"
  779version = "0.4.22"
  780source = "registry+https://github.com/rust-lang/crates.io-index"
  781checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  782dependencies = [
  783 "deflate64",
  784 "flate2",
  785 "futures-core",
  786 "futures-io",
  787 "memchr",
  788 "pin-project-lite",
  789]
  790
  791[[package]]
  792name = "async-dispatcher"
  793version = "0.1.2"
  794source = "registry+https://github.com/rust-lang/crates.io-index"
  795checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  796dependencies = [
  797 "async-task",
  798 "futures-lite 1.13.0",
  799]
  800
  801[[package]]
  802name = "async-executor"
  803version = "1.13.1"
  804source = "registry+https://github.com/rust-lang/crates.io-index"
  805checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  806dependencies = [
  807 "async-task",
  808 "concurrent-queue",
  809 "fastrand 2.3.0",
  810 "futures-lite 2.6.0",
  811 "slab",
  812]
  813
  814[[package]]
  815name = "async-fs"
  816version = "2.1.2"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  819dependencies = [
  820 "async-lock",
  821 "blocking",
  822 "futures-lite 2.6.0",
  823]
  824
  825[[package]]
  826name = "async-global-executor"
  827version = "2.4.1"
  828source = "registry+https://github.com/rust-lang/crates.io-index"
  829checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  830dependencies = [
  831 "async-channel 2.3.1",
  832 "async-executor",
  833 "async-io",
  834 "async-lock",
  835 "blocking",
  836 "futures-lite 2.6.0",
  837 "once_cell",
  838]
  839
  840[[package]]
  841name = "async-io"
  842version = "2.4.0"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  845dependencies = [
  846 "async-lock",
  847 "cfg-if",
  848 "concurrent-queue",
  849 "futures-io",
  850 "futures-lite 2.6.0",
  851 "parking",
  852 "polling",
  853 "rustix 0.38.44",
  854 "slab",
  855 "tracing",
  856 "windows-sys 0.59.0",
  857]
  858
  859[[package]]
  860name = "async-lock"
  861version = "3.4.0"
  862source = "registry+https://github.com/rust-lang/crates.io-index"
  863checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  864dependencies = [
  865 "event-listener 5.4.0",
  866 "event-listener-strategy",
  867 "pin-project-lite",
  868]
  869
  870[[package]]
  871name = "async-net"
  872version = "2.0.0"
  873source = "registry+https://github.com/rust-lang/crates.io-index"
  874checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  875dependencies = [
  876 "async-io",
  877 "blocking",
  878 "futures-lite 2.6.0",
  879]
  880
  881[[package]]
  882name = "async-pipe"
  883version = "0.1.3"
  884source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  885dependencies = [
  886 "futures 0.3.31",
  887 "log",
  888]
  889
  890[[package]]
  891name = "async-process"
  892version = "2.3.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  895dependencies = [
  896 "async-channel 2.3.1",
  897 "async-io",
  898 "async-lock",
  899 "async-signal",
  900 "async-task",
  901 "blocking",
  902 "cfg-if",
  903 "event-listener 5.4.0",
  904 "futures-lite 2.6.0",
  905 "rustix 0.38.44",
  906 "tracing",
  907]
  908
  909[[package]]
  910name = "async-recursion"
  911version = "0.3.2"
  912source = "registry+https://github.com/rust-lang/crates.io-index"
  913checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  914dependencies = [
  915 "proc-macro2",
  916 "quote",
  917 "syn 1.0.109",
  918]
  919
  920[[package]]
  921name = "async-recursion"
  922version = "1.1.1"
  923source = "registry+https://github.com/rust-lang/crates.io-index"
  924checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  925dependencies = [
  926 "proc-macro2",
  927 "quote",
  928 "syn 2.0.101",
  929]
  930
  931[[package]]
  932name = "async-signal"
  933version = "0.2.10"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  936dependencies = [
  937 "async-io",
  938 "async-lock",
  939 "atomic-waker",
  940 "cfg-if",
  941 "futures-core",
  942 "futures-io",
  943 "rustix 0.38.44",
  944 "signal-hook-registry",
  945 "slab",
  946 "windows-sys 0.59.0",
  947]
  948
  949[[package]]
  950name = "async-std"
  951version = "1.13.1"
  952source = "registry+https://github.com/rust-lang/crates.io-index"
  953checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  954dependencies = [
  955 "async-attributes",
  956 "async-channel 1.9.0",
  957 "async-global-executor",
  958 "async-io",
  959 "async-lock",
  960 "async-process",
  961 "crossbeam-utils",
  962 "futures-channel",
  963 "futures-core",
  964 "futures-io",
  965 "futures-lite 2.6.0",
  966 "gloo-timers",
  967 "kv-log-macro",
  968 "log",
  969 "memchr",
  970 "once_cell",
  971 "pin-project-lite",
  972 "pin-utils",
  973 "slab",
  974 "wasm-bindgen-futures",
  975]
  976
  977[[package]]
  978name = "async-stream"
  979version = "0.3.6"
  980source = "registry+https://github.com/rust-lang/crates.io-index"
  981checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  982dependencies = [
  983 "async-stream-impl",
  984 "futures-core",
  985 "pin-project-lite",
  986]
  987
  988[[package]]
  989name = "async-stream-impl"
  990version = "0.3.6"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  993dependencies = [
  994 "proc-macro2",
  995 "quote",
  996 "syn 2.0.101",
  997]
  998
  999[[package]]
 1000name = "async-stripe"
 1001version = "0.40.0"
 1002source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1003dependencies = [
 1004 "chrono",
 1005 "futures-util",
 1006 "http-types",
 1007 "hyper 0.14.32",
 1008 "hyper-rustls 0.24.2",
 1009 "serde",
 1010 "serde_json",
 1011 "serde_path_to_error",
 1012 "serde_qs 0.10.1",
 1013 "smart-default",
 1014 "smol_str 0.1.24",
 1015 "thiserror 1.0.69",
 1016 "tokio",
 1017]
 1018
 1019[[package]]
 1020name = "async-tar"
 1021version = "0.5.0"
 1022source = "registry+https://github.com/rust-lang/crates.io-index"
 1023checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1024dependencies = [
 1025 "async-std",
 1026 "filetime",
 1027 "libc",
 1028 "pin-project",
 1029 "redox_syscall 0.2.16",
 1030 "xattr",
 1031]
 1032
 1033[[package]]
 1034name = "async-task"
 1035version = "4.7.1"
 1036source = "registry+https://github.com/rust-lang/crates.io-index"
 1037checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1038
 1039[[package]]
 1040name = "async-trait"
 1041version = "0.1.88"
 1042source = "registry+https://github.com/rust-lang/crates.io-index"
 1043checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1044dependencies = [
 1045 "proc-macro2",
 1046 "quote",
 1047 "syn 2.0.101",
 1048]
 1049
 1050[[package]]
 1051name = "async-tungstenite"
 1052version = "0.29.1"
 1053source = "registry+https://github.com/rust-lang/crates.io-index"
 1054checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1055dependencies = [
 1056 "atomic-waker",
 1057 "futures-core",
 1058 "futures-io",
 1059 "futures-task",
 1060 "futures-util",
 1061 "log",
 1062 "pin-project-lite",
 1063 "rustls-pki-types",
 1064 "tokio",
 1065 "tokio-rustls 0.26.2",
 1066 "tungstenite 0.26.2",
 1067]
 1068
 1069[[package]]
 1070name = "async-watch"
 1071version = "0.3.1"
 1072source = "registry+https://github.com/rust-lang/crates.io-index"
 1073checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1074dependencies = [
 1075 "event-listener 2.5.3",
 1076]
 1077
 1078[[package]]
 1079name = "async_zip"
 1080version = "0.0.17"
 1081source = "registry+https://github.com/rust-lang/crates.io-index"
 1082checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1083dependencies = [
 1084 "async-compression",
 1085 "crc32fast",
 1086 "futures-lite 2.6.0",
 1087 "pin-project",
 1088 "thiserror 1.0.69",
 1089]
 1090
 1091[[package]]
 1092name = "asynchronous-codec"
 1093version = "0.7.0"
 1094source = "registry+https://github.com/rust-lang/crates.io-index"
 1095checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1096dependencies = [
 1097 "bytes 1.10.1",
 1098 "futures-sink",
 1099 "futures-util",
 1100 "memchr",
 1101 "pin-project-lite",
 1102]
 1103
 1104[[package]]
 1105name = "atoi"
 1106version = "2.0.0"
 1107source = "registry+https://github.com/rust-lang/crates.io-index"
 1108checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1109dependencies = [
 1110 "num-traits",
 1111]
 1112
 1113[[package]]
 1114name = "atomic"
 1115version = "0.5.3"
 1116source = "registry+https://github.com/rust-lang/crates.io-index"
 1117checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1118
 1119[[package]]
 1120name = "atomic-waker"
 1121version = "1.1.2"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1124
 1125[[package]]
 1126name = "audio"
 1127version = "0.1.0"
 1128dependencies = [
 1129 "anyhow",
 1130 "collections",
 1131 "derive_more",
 1132 "gpui",
 1133 "parking_lot",
 1134 "rodio",
 1135 "util",
 1136 "workspace-hack",
 1137]
 1138
 1139[[package]]
 1140name = "auditable-serde"
 1141version = "0.8.0"
 1142source = "registry+https://github.com/rust-lang/crates.io-index"
 1143checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1144dependencies = [
 1145 "semver",
 1146 "serde",
 1147 "serde_json",
 1148 "topological-sort",
 1149]
 1150
 1151[[package]]
 1152name = "auto_update"
 1153version = "0.1.0"
 1154dependencies = [
 1155 "anyhow",
 1156 "client",
 1157 "db",
 1158 "gpui",
 1159 "http_client",
 1160 "log",
 1161 "paths",
 1162 "release_channel",
 1163 "schemars",
 1164 "serde",
 1165 "serde_json",
 1166 "settings",
 1167 "smol",
 1168 "tempfile",
 1169 "which 6.0.3",
 1170 "workspace",
 1171 "workspace-hack",
 1172]
 1173
 1174[[package]]
 1175name = "auto_update_helper"
 1176version = "0.1.0"
 1177dependencies = [
 1178 "anyhow",
 1179 "log",
 1180 "simplelog",
 1181 "windows 0.61.1",
 1182 "winresource",
 1183 "workspace-hack",
 1184]
 1185
 1186[[package]]
 1187name = "auto_update_ui"
 1188version = "0.1.0"
 1189dependencies = [
 1190 "anyhow",
 1191 "auto_update",
 1192 "client",
 1193 "editor",
 1194 "gpui",
 1195 "http_client",
 1196 "markdown_preview",
 1197 "release_channel",
 1198 "serde",
 1199 "serde_json",
 1200 "smol",
 1201 "util",
 1202 "workspace",
 1203 "workspace-hack",
 1204]
 1205
 1206[[package]]
 1207name = "autocfg"
 1208version = "1.4.0"
 1209source = "registry+https://github.com/rust-lang/crates.io-index"
 1210checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1211
 1212[[package]]
 1213name = "av1-grain"
 1214version = "0.2.3"
 1215source = "registry+https://github.com/rust-lang/crates.io-index"
 1216checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1217dependencies = [
 1218 "anyhow",
 1219 "arrayvec",
 1220 "log",
 1221 "nom",
 1222 "num-rational",
 1223 "v_frame",
 1224]
 1225
 1226[[package]]
 1227name = "avif-serialize"
 1228version = "0.8.3"
 1229source = "registry+https://github.com/rust-lang/crates.io-index"
 1230checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1231dependencies = [
 1232 "arrayvec",
 1233]
 1234
 1235[[package]]
 1236name = "aws-config"
 1237version = "1.6.1"
 1238source = "registry+https://github.com/rust-lang/crates.io-index"
 1239checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1240dependencies = [
 1241 "aws-credential-types",
 1242 "aws-runtime",
 1243 "aws-sdk-sso",
 1244 "aws-sdk-ssooidc",
 1245 "aws-sdk-sts",
 1246 "aws-smithy-async",
 1247 "aws-smithy-http",
 1248 "aws-smithy-json",
 1249 "aws-smithy-runtime",
 1250 "aws-smithy-runtime-api",
 1251 "aws-smithy-types",
 1252 "aws-types",
 1253 "bytes 1.10.1",
 1254 "fastrand 2.3.0",
 1255 "hex",
 1256 "http 1.3.1",
 1257 "ring",
 1258 "time",
 1259 "tokio",
 1260 "tracing",
 1261 "url",
 1262 "zeroize",
 1263]
 1264
 1265[[package]]
 1266name = "aws-credential-types"
 1267version = "1.2.2"
 1268source = "registry+https://github.com/rust-lang/crates.io-index"
 1269checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1270dependencies = [
 1271 "aws-smithy-async",
 1272 "aws-smithy-runtime-api",
 1273 "aws-smithy-types",
 1274 "zeroize",
 1275]
 1276
 1277[[package]]
 1278name = "aws-lc-rs"
 1279version = "1.13.1"
 1280source = "registry+https://github.com/rust-lang/crates.io-index"
 1281checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1282dependencies = [
 1283 "aws-lc-sys",
 1284 "zeroize",
 1285]
 1286
 1287[[package]]
 1288name = "aws-lc-sys"
 1289version = "0.29.0"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1292dependencies = [
 1293 "bindgen 0.69.5",
 1294 "cc",
 1295 "cmake",
 1296 "dunce",
 1297 "fs_extra",
 1298]
 1299
 1300[[package]]
 1301name = "aws-runtime"
 1302version = "1.5.6"
 1303source = "registry+https://github.com/rust-lang/crates.io-index"
 1304checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1305dependencies = [
 1306 "aws-credential-types",
 1307 "aws-sigv4",
 1308 "aws-smithy-async",
 1309 "aws-smithy-eventstream",
 1310 "aws-smithy-http",
 1311 "aws-smithy-runtime",
 1312 "aws-smithy-runtime-api",
 1313 "aws-smithy-types",
 1314 "aws-types",
 1315 "bytes 1.10.1",
 1316 "fastrand 2.3.0",
 1317 "http 0.2.12",
 1318 "http-body 0.4.6",
 1319 "once_cell",
 1320 "percent-encoding",
 1321 "pin-project-lite",
 1322 "tracing",
 1323 "uuid",
 1324]
 1325
 1326[[package]]
 1327name = "aws-sdk-bedrockruntime"
 1328version = "1.82.0"
 1329source = "registry+https://github.com/rust-lang/crates.io-index"
 1330checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1331dependencies = [
 1332 "aws-credential-types",
 1333 "aws-runtime",
 1334 "aws-sigv4",
 1335 "aws-smithy-async",
 1336 "aws-smithy-eventstream",
 1337 "aws-smithy-http",
 1338 "aws-smithy-json",
 1339 "aws-smithy-runtime",
 1340 "aws-smithy-runtime-api",
 1341 "aws-smithy-types",
 1342 "aws-types",
 1343 "bytes 1.10.1",
 1344 "fastrand 2.3.0",
 1345 "http 0.2.12",
 1346 "hyper 0.14.32",
 1347 "once_cell",
 1348 "regex-lite",
 1349 "tracing",
 1350]
 1351
 1352[[package]]
 1353name = "aws-sdk-kinesis"
 1354version = "1.66.0"
 1355source = "registry+https://github.com/rust-lang/crates.io-index"
 1356checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1357dependencies = [
 1358 "aws-credential-types",
 1359 "aws-runtime",
 1360 "aws-smithy-async",
 1361 "aws-smithy-eventstream",
 1362 "aws-smithy-http",
 1363 "aws-smithy-json",
 1364 "aws-smithy-runtime",
 1365 "aws-smithy-runtime-api",
 1366 "aws-smithy-types",
 1367 "aws-types",
 1368 "bytes 1.10.1",
 1369 "fastrand 2.3.0",
 1370 "http 0.2.12",
 1371 "once_cell",
 1372 "regex-lite",
 1373 "tracing",
 1374]
 1375
 1376[[package]]
 1377name = "aws-sdk-s3"
 1378version = "1.82.0"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1381dependencies = [
 1382 "aws-credential-types",
 1383 "aws-runtime",
 1384 "aws-sigv4",
 1385 "aws-smithy-async",
 1386 "aws-smithy-checksums",
 1387 "aws-smithy-eventstream",
 1388 "aws-smithy-http",
 1389 "aws-smithy-json",
 1390 "aws-smithy-runtime",
 1391 "aws-smithy-runtime-api",
 1392 "aws-smithy-types",
 1393 "aws-smithy-xml",
 1394 "aws-types",
 1395 "bytes 1.10.1",
 1396 "fastrand 2.3.0",
 1397 "hex",
 1398 "hmac",
 1399 "http 0.2.12",
 1400 "http 1.3.1",
 1401 "http-body 0.4.6",
 1402 "lru",
 1403 "once_cell",
 1404 "percent-encoding",
 1405 "regex-lite",
 1406 "sha2",
 1407 "tracing",
 1408 "url",
 1409]
 1410
 1411[[package]]
 1412name = "aws-sdk-sso"
 1413version = "1.64.0"
 1414source = "registry+https://github.com/rust-lang/crates.io-index"
 1415checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1416dependencies = [
 1417 "aws-credential-types",
 1418 "aws-runtime",
 1419 "aws-smithy-async",
 1420 "aws-smithy-http",
 1421 "aws-smithy-json",
 1422 "aws-smithy-runtime",
 1423 "aws-smithy-runtime-api",
 1424 "aws-smithy-types",
 1425 "aws-types",
 1426 "bytes 1.10.1",
 1427 "fastrand 2.3.0",
 1428 "http 0.2.12",
 1429 "once_cell",
 1430 "regex-lite",
 1431 "tracing",
 1432]
 1433
 1434[[package]]
 1435name = "aws-sdk-ssooidc"
 1436version = "1.65.0"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1439dependencies = [
 1440 "aws-credential-types",
 1441 "aws-runtime",
 1442 "aws-smithy-async",
 1443 "aws-smithy-http",
 1444 "aws-smithy-json",
 1445 "aws-smithy-runtime",
 1446 "aws-smithy-runtime-api",
 1447 "aws-smithy-types",
 1448 "aws-types",
 1449 "bytes 1.10.1",
 1450 "fastrand 2.3.0",
 1451 "http 0.2.12",
 1452 "once_cell",
 1453 "regex-lite",
 1454 "tracing",
 1455]
 1456
 1457[[package]]
 1458name = "aws-sdk-sts"
 1459version = "1.65.0"
 1460source = "registry+https://github.com/rust-lang/crates.io-index"
 1461checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1462dependencies = [
 1463 "aws-credential-types",
 1464 "aws-runtime",
 1465 "aws-smithy-async",
 1466 "aws-smithy-http",
 1467 "aws-smithy-json",
 1468 "aws-smithy-query",
 1469 "aws-smithy-runtime",
 1470 "aws-smithy-runtime-api",
 1471 "aws-smithy-types",
 1472 "aws-smithy-xml",
 1473 "aws-types",
 1474 "fastrand 2.3.0",
 1475 "http 0.2.12",
 1476 "once_cell",
 1477 "regex-lite",
 1478 "tracing",
 1479]
 1480
 1481[[package]]
 1482name = "aws-sigv4"
 1483version = "1.3.0"
 1484source = "registry+https://github.com/rust-lang/crates.io-index"
 1485checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1486dependencies = [
 1487 "aws-credential-types",
 1488 "aws-smithy-eventstream",
 1489 "aws-smithy-http",
 1490 "aws-smithy-runtime-api",
 1491 "aws-smithy-types",
 1492 "bytes 1.10.1",
 1493 "crypto-bigint 0.5.5",
 1494 "form_urlencoded",
 1495 "hex",
 1496 "hmac",
 1497 "http 0.2.12",
 1498 "http 1.3.1",
 1499 "once_cell",
 1500 "p256",
 1501 "percent-encoding",
 1502 "ring",
 1503 "sha2",
 1504 "subtle",
 1505 "time",
 1506 "tracing",
 1507 "zeroize",
 1508]
 1509
 1510[[package]]
 1511name = "aws-smithy-async"
 1512version = "1.2.5"
 1513source = "registry+https://github.com/rust-lang/crates.io-index"
 1514checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1515dependencies = [
 1516 "futures-util",
 1517 "pin-project-lite",
 1518 "tokio",
 1519]
 1520
 1521[[package]]
 1522name = "aws-smithy-checksums"
 1523version = "0.63.1"
 1524source = "registry+https://github.com/rust-lang/crates.io-index"
 1525checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1526dependencies = [
 1527 "aws-smithy-http",
 1528 "aws-smithy-types",
 1529 "bytes 1.10.1",
 1530 "crc32c",
 1531 "crc32fast",
 1532 "crc64fast-nvme",
 1533 "hex",
 1534 "http 0.2.12",
 1535 "http-body 0.4.6",
 1536 "md-5",
 1537 "pin-project-lite",
 1538 "sha1",
 1539 "sha2",
 1540 "tracing",
 1541]
 1542
 1543[[package]]
 1544name = "aws-smithy-eventstream"
 1545version = "0.60.8"
 1546source = "registry+https://github.com/rust-lang/crates.io-index"
 1547checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1548dependencies = [
 1549 "aws-smithy-types",
 1550 "bytes 1.10.1",
 1551 "crc32fast",
 1552]
 1553
 1554[[package]]
 1555name = "aws-smithy-http"
 1556version = "0.62.0"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1559dependencies = [
 1560 "aws-smithy-eventstream",
 1561 "aws-smithy-runtime-api",
 1562 "aws-smithy-types",
 1563 "bytes 1.10.1",
 1564 "bytes-utils",
 1565 "futures-core",
 1566 "http 0.2.12",
 1567 "http 1.3.1",
 1568 "http-body 0.4.6",
 1569 "once_cell",
 1570 "percent-encoding",
 1571 "pin-project-lite",
 1572 "pin-utils",
 1573 "tracing",
 1574]
 1575
 1576[[package]]
 1577name = "aws-smithy-http-client"
 1578version = "1.0.1"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1581dependencies = [
 1582 "aws-smithy-async",
 1583 "aws-smithy-runtime-api",
 1584 "aws-smithy-types",
 1585 "h2 0.4.9",
 1586 "http 0.2.12",
 1587 "http 1.3.1",
 1588 "http-body 0.4.6",
 1589 "hyper 0.14.32",
 1590 "hyper 1.6.0",
 1591 "hyper-rustls 0.24.2",
 1592 "hyper-rustls 0.27.5",
 1593 "hyper-util",
 1594 "pin-project-lite",
 1595 "rustls 0.21.12",
 1596 "rustls 0.23.26",
 1597 "rustls-native-certs 0.8.1",
 1598 "rustls-pki-types",
 1599 "tokio",
 1600 "tower 0.5.2",
 1601 "tracing",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-json"
 1606version = "0.61.3"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1609dependencies = [
 1610 "aws-smithy-types",
 1611]
 1612
 1613[[package]]
 1614name = "aws-smithy-observability"
 1615version = "0.1.2"
 1616source = "registry+https://github.com/rust-lang/crates.io-index"
 1617checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1618dependencies = [
 1619 "aws-smithy-runtime-api",
 1620 "once_cell",
 1621]
 1622
 1623[[package]]
 1624name = "aws-smithy-query"
 1625version = "0.60.7"
 1626source = "registry+https://github.com/rust-lang/crates.io-index"
 1627checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1628dependencies = [
 1629 "aws-smithy-types",
 1630 "urlencoding",
 1631]
 1632
 1633[[package]]
 1634name = "aws-smithy-runtime"
 1635version = "1.8.1"
 1636source = "registry+https://github.com/rust-lang/crates.io-index"
 1637checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1638dependencies = [
 1639 "aws-smithy-async",
 1640 "aws-smithy-http",
 1641 "aws-smithy-http-client",
 1642 "aws-smithy-observability",
 1643 "aws-smithy-runtime-api",
 1644 "aws-smithy-types",
 1645 "bytes 1.10.1",
 1646 "fastrand 2.3.0",
 1647 "http 0.2.12",
 1648 "http 1.3.1",
 1649 "http-body 0.4.6",
 1650 "http-body 1.0.1",
 1651 "once_cell",
 1652 "pin-project-lite",
 1653 "pin-utils",
 1654 "tokio",
 1655 "tracing",
 1656]
 1657
 1658[[package]]
 1659name = "aws-smithy-runtime-api"
 1660version = "1.7.4"
 1661source = "registry+https://github.com/rust-lang/crates.io-index"
 1662checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1663dependencies = [
 1664 "aws-smithy-async",
 1665 "aws-smithy-types",
 1666 "bytes 1.10.1",
 1667 "http 0.2.12",
 1668 "http 1.3.1",
 1669 "pin-project-lite",
 1670 "tokio",
 1671 "tracing",
 1672 "zeroize",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-types"
 1677version = "1.3.0"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1680dependencies = [
 1681 "base64-simd",
 1682 "bytes 1.10.1",
 1683 "bytes-utils",
 1684 "futures-core",
 1685 "http 0.2.12",
 1686 "http 1.3.1",
 1687 "http-body 0.4.6",
 1688 "http-body 1.0.1",
 1689 "http-body-util",
 1690 "itoa",
 1691 "num-integer",
 1692 "pin-project-lite",
 1693 "pin-utils",
 1694 "ryu",
 1695 "serde",
 1696 "time",
 1697 "tokio",
 1698 "tokio-util",
 1699]
 1700
 1701[[package]]
 1702name = "aws-smithy-xml"
 1703version = "0.60.9"
 1704source = "registry+https://github.com/rust-lang/crates.io-index"
 1705checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1706dependencies = [
 1707 "xmlparser",
 1708]
 1709
 1710[[package]]
 1711name = "aws-types"
 1712version = "1.3.6"
 1713source = "registry+https://github.com/rust-lang/crates.io-index"
 1714checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1715dependencies = [
 1716 "aws-credential-types",
 1717 "aws-smithy-async",
 1718 "aws-smithy-runtime-api",
 1719 "aws-smithy-types",
 1720 "rustc_version",
 1721 "tracing",
 1722]
 1723
 1724[[package]]
 1725name = "aws_http_client"
 1726version = "0.1.0"
 1727dependencies = [
 1728 "aws-smithy-runtime-api",
 1729 "aws-smithy-types",
 1730 "futures 0.3.31",
 1731 "http_client",
 1732 "tokio",
 1733 "workspace-hack",
 1734]
 1735
 1736[[package]]
 1737name = "axum"
 1738version = "0.6.20"
 1739source = "registry+https://github.com/rust-lang/crates.io-index"
 1740checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1741dependencies = [
 1742 "async-trait",
 1743 "axum-core",
 1744 "base64 0.21.7",
 1745 "bitflags 1.3.2",
 1746 "bytes 1.10.1",
 1747 "futures-util",
 1748 "headers",
 1749 "http 0.2.12",
 1750 "http-body 0.4.6",
 1751 "hyper 0.14.32",
 1752 "itoa",
 1753 "matchit",
 1754 "memchr",
 1755 "mime",
 1756 "percent-encoding",
 1757 "pin-project-lite",
 1758 "rustversion",
 1759 "serde",
 1760 "serde_json",
 1761 "serde_path_to_error",
 1762 "serde_urlencoded",
 1763 "sha1",
 1764 "sync_wrapper 0.1.2",
 1765 "tokio",
 1766 "tokio-tungstenite 0.20.1",
 1767 "tower 0.4.13",
 1768 "tower-layer",
 1769 "tower-service",
 1770]
 1771
 1772[[package]]
 1773name = "axum-core"
 1774version = "0.3.4"
 1775source = "registry+https://github.com/rust-lang/crates.io-index"
 1776checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1777dependencies = [
 1778 "async-trait",
 1779 "bytes 1.10.1",
 1780 "futures-util",
 1781 "http 0.2.12",
 1782 "http-body 0.4.6",
 1783 "mime",
 1784 "rustversion",
 1785 "tower-layer",
 1786 "tower-service",
 1787]
 1788
 1789[[package]]
 1790name = "axum-extra"
 1791version = "0.4.2"
 1792source = "registry+https://github.com/rust-lang/crates.io-index"
 1793checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1794dependencies = [
 1795 "axum",
 1796 "bytes 1.10.1",
 1797 "futures-util",
 1798 "http 0.2.12",
 1799 "mime",
 1800 "pin-project-lite",
 1801 "serde",
 1802 "serde_json",
 1803 "tokio",
 1804 "tower 0.4.13",
 1805 "tower-http 0.3.5",
 1806 "tower-layer",
 1807 "tower-service",
 1808]
 1809
 1810[[package]]
 1811name = "backtrace"
 1812version = "0.3.74"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1815dependencies = [
 1816 "addr2line",
 1817 "cfg-if",
 1818 "libc",
 1819 "miniz_oxide",
 1820 "object",
 1821 "rustc-demangle",
 1822 "windows-targets 0.52.6",
 1823]
 1824
 1825[[package]]
 1826name = "base16ct"
 1827version = "0.1.1"
 1828source = "registry+https://github.com/rust-lang/crates.io-index"
 1829checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1830
 1831[[package]]
 1832name = "base64"
 1833version = "0.13.1"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1836
 1837[[package]]
 1838name = "base64"
 1839version = "0.21.7"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1842
 1843[[package]]
 1844name = "base64"
 1845version = "0.22.1"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1848
 1849[[package]]
 1850name = "base64-simd"
 1851version = "0.8.0"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1854dependencies = [
 1855 "outref",
 1856 "vsimd",
 1857]
 1858
 1859[[package]]
 1860name = "base64ct"
 1861version = "1.7.3"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1864
 1865[[package]]
 1866name = "bedrock"
 1867version = "0.1.0"
 1868dependencies = [
 1869 "anyhow",
 1870 "aws-sdk-bedrockruntime",
 1871 "aws-smithy-types",
 1872 "futures 0.3.31",
 1873 "schemars",
 1874 "serde",
 1875 "serde_json",
 1876 "strum 0.27.1",
 1877 "thiserror 2.0.12",
 1878 "tokio",
 1879 "workspace-hack",
 1880]
 1881
 1882[[package]]
 1883name = "beef"
 1884version = "0.5.2"
 1885source = "registry+https://github.com/rust-lang/crates.io-index"
 1886checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1887
 1888[[package]]
 1889name = "bigdecimal"
 1890version = "0.4.8"
 1891source = "registry+https://github.com/rust-lang/crates.io-index"
 1892checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1893dependencies = [
 1894 "autocfg",
 1895 "libm",
 1896 "num-bigint",
 1897 "num-integer",
 1898 "num-traits",
 1899 "serde",
 1900]
 1901
 1902[[package]]
 1903name = "bincode"
 1904version = "1.3.3"
 1905source = "registry+https://github.com/rust-lang/crates.io-index"
 1906checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1907dependencies = [
 1908 "serde",
 1909]
 1910
 1911[[package]]
 1912name = "bindgen"
 1913version = "0.69.5"
 1914source = "registry+https://github.com/rust-lang/crates.io-index"
 1915checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1916dependencies = [
 1917 "bitflags 2.9.0",
 1918 "cexpr",
 1919 "clang-sys",
 1920 "itertools 0.12.1",
 1921 "lazy_static",
 1922 "lazycell",
 1923 "log",
 1924 "prettyplease",
 1925 "proc-macro2",
 1926 "quote",
 1927 "regex",
 1928 "rustc-hash 1.1.0",
 1929 "shlex",
 1930 "syn 2.0.101",
 1931 "which 4.4.2",
 1932]
 1933
 1934[[package]]
 1935name = "bindgen"
 1936version = "0.70.1"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1939dependencies = [
 1940 "bitflags 2.9.0",
 1941 "cexpr",
 1942 "clang-sys",
 1943 "itertools 0.13.0",
 1944 "proc-macro2",
 1945 "quote",
 1946 "regex",
 1947 "rustc-hash 1.1.0",
 1948 "shlex",
 1949 "syn 2.0.101",
 1950]
 1951
 1952[[package]]
 1953name = "bindgen"
 1954version = "0.71.1"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1957dependencies = [
 1958 "bitflags 2.9.0",
 1959 "cexpr",
 1960 "clang-sys",
 1961 "itertools 0.13.0",
 1962 "log",
 1963 "prettyplease",
 1964 "proc-macro2",
 1965 "quote",
 1966 "regex",
 1967 "rustc-hash 2.1.1",
 1968 "shlex",
 1969 "syn 2.0.101",
 1970]
 1971
 1972[[package]]
 1973name = "bit-set"
 1974version = "0.5.3"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1977dependencies = [
 1978 "bit-vec 0.6.3",
 1979]
 1980
 1981[[package]]
 1982name = "bit-set"
 1983version = "0.8.0"
 1984source = "registry+https://github.com/rust-lang/crates.io-index"
 1985checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1986dependencies = [
 1987 "bit-vec 0.8.0",
 1988]
 1989
 1990[[package]]
 1991name = "bit-vec"
 1992version = "0.6.3"
 1993source = "registry+https://github.com/rust-lang/crates.io-index"
 1994checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1995
 1996[[package]]
 1997name = "bit-vec"
 1998version = "0.8.0"
 1999source = "registry+https://github.com/rust-lang/crates.io-index"
 2000checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2001
 2002[[package]]
 2003name = "bit_field"
 2004version = "0.10.2"
 2005source = "registry+https://github.com/rust-lang/crates.io-index"
 2006checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2007
 2008[[package]]
 2009name = "bitflags"
 2010version = "1.3.2"
 2011source = "registry+https://github.com/rust-lang/crates.io-index"
 2012checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2013
 2014[[package]]
 2015name = "bitflags"
 2016version = "2.9.0"
 2017source = "registry+https://github.com/rust-lang/crates.io-index"
 2018checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2019dependencies = [
 2020 "serde",
 2021]
 2022
 2023[[package]]
 2024name = "bitstream-io"
 2025version = "2.6.0"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2028
 2029[[package]]
 2030name = "bitvec"
 2031version = "1.0.1"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2034dependencies = [
 2035 "funty",
 2036 "radium",
 2037 "tap",
 2038 "wyz",
 2039]
 2040
 2041[[package]]
 2042name = "blade-graphics"
 2043version = "0.6.0"
 2044source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2045dependencies = [
 2046 "ash",
 2047 "ash-window",
 2048 "bitflags 2.9.0",
 2049 "bytemuck",
 2050 "codespan-reporting 0.11.1",
 2051 "glow",
 2052 "gpu-alloc",
 2053 "gpu-alloc-ash",
 2054 "hidden-trait",
 2055 "js-sys",
 2056 "khronos-egl",
 2057 "libloading",
 2058 "log",
 2059 "mint",
 2060 "naga",
 2061 "objc2",
 2062 "objc2-app-kit",
 2063 "objc2-core-foundation",
 2064 "objc2-foundation",
 2065 "objc2-metal",
 2066 "objc2-quartz-core",
 2067 "objc2-ui-kit",
 2068 "raw-window-handle",
 2069 "slab",
 2070 "wasm-bindgen",
 2071 "web-sys",
 2072]
 2073
 2074[[package]]
 2075name = "blade-macros"
 2076version = "0.3.0"
 2077source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2078dependencies = [
 2079 "proc-macro2",
 2080 "quote",
 2081 "syn 2.0.101",
 2082]
 2083
 2084[[package]]
 2085name = "blade-util"
 2086version = "0.2.0"
 2087source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2088dependencies = [
 2089 "blade-graphics",
 2090 "bytemuck",
 2091 "log",
 2092 "profiling",
 2093]
 2094
 2095[[package]]
 2096name = "blake2"
 2097version = "0.10.6"
 2098source = "registry+https://github.com/rust-lang/crates.io-index"
 2099checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2100dependencies = [
 2101 "digest",
 2102]
 2103
 2104[[package]]
 2105name = "blake3"
 2106version = "1.8.2"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2109dependencies = [
 2110 "arrayref",
 2111 "arrayvec",
 2112 "cc",
 2113 "cfg-if",
 2114 "constant_time_eq 0.3.1",
 2115]
 2116
 2117[[package]]
 2118name = "block"
 2119version = "0.1.6"
 2120source = "registry+https://github.com/rust-lang/crates.io-index"
 2121checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2122
 2123[[package]]
 2124name = "block-buffer"
 2125version = "0.10.4"
 2126source = "registry+https://github.com/rust-lang/crates.io-index"
 2127checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2128dependencies = [
 2129 "generic-array",
 2130]
 2131
 2132[[package]]
 2133name = "block-padding"
 2134version = "0.3.3"
 2135source = "registry+https://github.com/rust-lang/crates.io-index"
 2136checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2137dependencies = [
 2138 "generic-array",
 2139]
 2140
 2141[[package]]
 2142name = "block2"
 2143version = "0.6.1"
 2144source = "registry+https://github.com/rust-lang/crates.io-index"
 2145checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2146dependencies = [
 2147 "objc2",
 2148]
 2149
 2150[[package]]
 2151name = "blocking"
 2152version = "1.6.1"
 2153source = "registry+https://github.com/rust-lang/crates.io-index"
 2154checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2155dependencies = [
 2156 "async-channel 2.3.1",
 2157 "async-task",
 2158 "futures-io",
 2159 "futures-lite 2.6.0",
 2160 "piper",
 2161]
 2162
 2163[[package]]
 2164name = "borrow-or-share"
 2165version = "0.2.2"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2168
 2169[[package]]
 2170name = "borsh"
 2171version = "1.5.7"
 2172source = "registry+https://github.com/rust-lang/crates.io-index"
 2173checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2174dependencies = [
 2175 "borsh-derive",
 2176 "cfg_aliases 0.2.1",
 2177]
 2178
 2179[[package]]
 2180name = "borsh-derive"
 2181version = "1.5.7"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2184dependencies = [
 2185 "once_cell",
 2186 "proc-macro-crate",
 2187 "proc-macro2",
 2188 "quote",
 2189 "syn 2.0.101",
 2190]
 2191
 2192[[package]]
 2193name = "breadcrumbs"
 2194version = "0.1.0"
 2195dependencies = [
 2196 "editor",
 2197 "gpui",
 2198 "itertools 0.14.0",
 2199 "theme",
 2200 "ui",
 2201 "workspace",
 2202 "workspace-hack",
 2203 "zed_actions",
 2204]
 2205
 2206[[package]]
 2207name = "bstr"
 2208version = "1.12.0"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2211dependencies = [
 2212 "memchr",
 2213 "regex-automata 0.4.9",
 2214 "serde",
 2215]
 2216
 2217[[package]]
 2218name = "buffer_diff"
 2219version = "0.1.0"
 2220dependencies = [
 2221 "anyhow",
 2222 "clock",
 2223 "ctor",
 2224 "env_logger 0.11.8",
 2225 "futures 0.3.31",
 2226 "git2",
 2227 "gpui",
 2228 "language",
 2229 "log",
 2230 "pretty_assertions",
 2231 "rand 0.8.5",
 2232 "rope",
 2233 "serde_json",
 2234 "sum_tree",
 2235 "text",
 2236 "unindent",
 2237 "util",
 2238 "workspace-hack",
 2239]
 2240
 2241[[package]]
 2242name = "built"
 2243version = "0.7.7"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2246
 2247[[package]]
 2248name = "bumpalo"
 2249version = "3.17.0"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2252dependencies = [
 2253 "allocator-api2",
 2254]
 2255
 2256[[package]]
 2257name = "by_address"
 2258version = "1.2.1"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2261
 2262[[package]]
 2263name = "bytecheck"
 2264version = "0.6.12"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2267dependencies = [
 2268 "bytecheck_derive",
 2269 "ptr_meta",
 2270 "simdutf8",
 2271]
 2272
 2273[[package]]
 2274name = "bytecheck_derive"
 2275version = "0.6.12"
 2276source = "registry+https://github.com/rust-lang/crates.io-index"
 2277checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2278dependencies = [
 2279 "proc-macro2",
 2280 "quote",
 2281 "syn 1.0.109",
 2282]
 2283
 2284[[package]]
 2285name = "bytecount"
 2286version = "0.6.8"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2289
 2290[[package]]
 2291name = "bytemuck"
 2292version = "1.22.0"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2295dependencies = [
 2296 "bytemuck_derive",
 2297]
 2298
 2299[[package]]
 2300name = "bytemuck_derive"
 2301version = "1.9.3"
 2302source = "registry+https://github.com/rust-lang/crates.io-index"
 2303checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2304dependencies = [
 2305 "proc-macro2",
 2306 "quote",
 2307 "syn 2.0.101",
 2308]
 2309
 2310[[package]]
 2311name = "byteorder"
 2312version = "1.5.0"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2315
 2316[[package]]
 2317name = "byteorder-lite"
 2318version = "0.1.0"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2321
 2322[[package]]
 2323name = "bytes"
 2324version = "0.4.12"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2327dependencies = [
 2328 "byteorder",
 2329 "iovec",
 2330]
 2331
 2332[[package]]
 2333name = "bytes"
 2334version = "1.10.1"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2337
 2338[[package]]
 2339name = "bytes-utils"
 2340version = "0.1.4"
 2341source = "registry+https://github.com/rust-lang/crates.io-index"
 2342checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2343dependencies = [
 2344 "bytes 1.10.1",
 2345 "either",
 2346]
 2347
 2348[[package]]
 2349name = "bzip2"
 2350version = "0.4.4"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2353dependencies = [
 2354 "bzip2-sys",
 2355 "libc",
 2356]
 2357
 2358[[package]]
 2359name = "bzip2-sys"
 2360version = "0.1.13+1.0.8"
 2361source = "registry+https://github.com/rust-lang/crates.io-index"
 2362checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2363dependencies = [
 2364 "cc",
 2365 "pkg-config",
 2366]
 2367
 2368[[package]]
 2369name = "call"
 2370version = "0.1.0"
 2371dependencies = [
 2372 "anyhow",
 2373 "audio",
 2374 "client",
 2375 "collections",
 2376 "fs",
 2377 "futures 0.3.31",
 2378 "gpui",
 2379 "gpui_tokio",
 2380 "http_client",
 2381 "language",
 2382 "livekit_client",
 2383 "log",
 2384 "postage",
 2385 "project",
 2386 "schemars",
 2387 "serde",
 2388 "serde_derive",
 2389 "settings",
 2390 "telemetry",
 2391 "util",
 2392 "workspace-hack",
 2393]
 2394
 2395[[package]]
 2396name = "calloop"
 2397version = "0.13.0"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2400dependencies = [
 2401 "bitflags 2.9.0",
 2402 "log",
 2403 "polling",
 2404 "rustix 0.38.44",
 2405 "slab",
 2406 "thiserror 1.0.69",
 2407]
 2408
 2409[[package]]
 2410name = "calloop-wayland-source"
 2411version = "0.3.0"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2414dependencies = [
 2415 "calloop",
 2416 "rustix 0.38.44",
 2417 "wayland-backend",
 2418 "wayland-client",
 2419]
 2420
 2421[[package]]
 2422name = "camino"
 2423version = "1.1.9"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2426dependencies = [
 2427 "serde",
 2428]
 2429
 2430[[package]]
 2431name = "cap-fs-ext"
 2432version = "3.4.4"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2435dependencies = [
 2436 "cap-primitives",
 2437 "cap-std",
 2438 "io-lifetimes",
 2439 "windows-sys 0.59.0",
 2440]
 2441
 2442[[package]]
 2443name = "cap-net-ext"
 2444version = "3.4.4"
 2445source = "registry+https://github.com/rust-lang/crates.io-index"
 2446checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2447dependencies = [
 2448 "cap-primitives",
 2449 "cap-std",
 2450 "rustix 1.0.7",
 2451 "smallvec",
 2452]
 2453
 2454[[package]]
 2455name = "cap-primitives"
 2456version = "3.4.4"
 2457source = "registry+https://github.com/rust-lang/crates.io-index"
 2458checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2459dependencies = [
 2460 "ambient-authority",
 2461 "fs-set-times",
 2462 "io-extras",
 2463 "io-lifetimes",
 2464 "ipnet",
 2465 "maybe-owned",
 2466 "rustix 1.0.7",
 2467 "rustix-linux-procfs",
 2468 "windows-sys 0.59.0",
 2469 "winx",
 2470]
 2471
 2472[[package]]
 2473name = "cap-rand"
 2474version = "3.4.4"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2477dependencies = [
 2478 "ambient-authority",
 2479 "rand 0.8.5",
 2480]
 2481
 2482[[package]]
 2483name = "cap-std"
 2484version = "3.4.4"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2487dependencies = [
 2488 "cap-primitives",
 2489 "io-extras",
 2490 "io-lifetimes",
 2491 "rustix 1.0.7",
 2492]
 2493
 2494[[package]]
 2495name = "cap-time-ext"
 2496version = "3.4.4"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2499dependencies = [
 2500 "ambient-authority",
 2501 "cap-primitives",
 2502 "iana-time-zone",
 2503 "once_cell",
 2504 "rustix 1.0.7",
 2505 "winx",
 2506]
 2507
 2508[[package]]
 2509name = "cargo-platform"
 2510version = "0.1.9"
 2511source = "registry+https://github.com/rust-lang/crates.io-index"
 2512checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2513dependencies = [
 2514 "serde",
 2515]
 2516
 2517[[package]]
 2518name = "cargo_metadata"
 2519version = "0.19.2"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2522dependencies = [
 2523 "camino",
 2524 "cargo-platform",
 2525 "semver",
 2526 "serde",
 2527 "serde_json",
 2528 "thiserror 2.0.12",
 2529]
 2530
 2531[[package]]
 2532name = "cargo_toml"
 2533version = "0.21.0"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2536dependencies = [
 2537 "serde",
 2538 "toml 0.8.20",
 2539]
 2540
 2541[[package]]
 2542name = "cast"
 2543version = "0.3.0"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2546
 2547[[package]]
 2548name = "cbc"
 2549version = "0.1.2"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2552dependencies = [
 2553 "cipher",
 2554]
 2555
 2556[[package]]
 2557name = "cbindgen"
 2558version = "0.28.0"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2561dependencies = [
 2562 "heck 0.4.1",
 2563 "indexmap",
 2564 "log",
 2565 "proc-macro2",
 2566 "quote",
 2567 "serde",
 2568 "serde_json",
 2569 "syn 2.0.101",
 2570 "tempfile",
 2571 "toml 0.8.20",
 2572]
 2573
 2574[[package]]
 2575name = "cc"
 2576version = "1.2.19"
 2577source = "registry+https://github.com/rust-lang/crates.io-index"
 2578checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2579dependencies = [
 2580 "jobserver",
 2581 "libc",
 2582 "shlex",
 2583]
 2584
 2585[[package]]
 2586name = "cesu8"
 2587version = "1.1.0"
 2588source = "registry+https://github.com/rust-lang/crates.io-index"
 2589checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2590
 2591[[package]]
 2592name = "cexpr"
 2593version = "0.6.0"
 2594source = "registry+https://github.com/rust-lang/crates.io-index"
 2595checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2596dependencies = [
 2597 "nom",
 2598]
 2599
 2600[[package]]
 2601name = "cfg-expr"
 2602version = "0.15.8"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2605dependencies = [
 2606 "smallvec",
 2607 "target-lexicon 0.12.16",
 2608]
 2609
 2610[[package]]
 2611name = "cfg-if"
 2612version = "1.0.0"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2615
 2616[[package]]
 2617name = "cfg_aliases"
 2618version = "0.1.1"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2621
 2622[[package]]
 2623name = "cfg_aliases"
 2624version = "0.2.1"
 2625source = "registry+https://github.com/rust-lang/crates.io-index"
 2626checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2627
 2628[[package]]
 2629name = "cgl"
 2630version = "0.3.2"
 2631source = "registry+https://github.com/rust-lang/crates.io-index"
 2632checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2633dependencies = [
 2634 "libc",
 2635]
 2636
 2637[[package]]
 2638name = "channel"
 2639version = "0.1.0"
 2640dependencies = [
 2641 "anyhow",
 2642 "client",
 2643 "clock",
 2644 "collections",
 2645 "futures 0.3.31",
 2646 "gpui",
 2647 "http_client",
 2648 "language",
 2649 "log",
 2650 "rand 0.8.5",
 2651 "release_channel",
 2652 "rpc",
 2653 "settings",
 2654 "sum_tree",
 2655 "text",
 2656 "time",
 2657 "util",
 2658 "workspace-hack",
 2659]
 2660
 2661[[package]]
 2662name = "chrono"
 2663version = "0.4.41"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2666dependencies = [
 2667 "android-tzdata",
 2668 "iana-time-zone",
 2669 "js-sys",
 2670 "num-traits",
 2671 "serde",
 2672 "wasm-bindgen",
 2673 "windows-link",
 2674]
 2675
 2676[[package]]
 2677name = "chunked_transfer"
 2678version = "1.5.0"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2681
 2682[[package]]
 2683name = "ciborium"
 2684version = "0.2.2"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2687dependencies = [
 2688 "ciborium-io",
 2689 "ciborium-ll",
 2690 "serde",
 2691]
 2692
 2693[[package]]
 2694name = "ciborium-io"
 2695version = "0.2.2"
 2696source = "registry+https://github.com/rust-lang/crates.io-index"
 2697checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2698
 2699[[package]]
 2700name = "ciborium-ll"
 2701version = "0.2.2"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2704dependencies = [
 2705 "ciborium-io",
 2706 "half",
 2707]
 2708
 2709[[package]]
 2710name = "cipher"
 2711version = "0.4.4"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2714dependencies = [
 2715 "crypto-common",
 2716 "inout",
 2717 "zeroize",
 2718]
 2719
 2720[[package]]
 2721name = "circular-buffer"
 2722version = "1.1.0"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2725
 2726[[package]]
 2727name = "clang-sys"
 2728version = "1.8.1"
 2729source = "registry+https://github.com/rust-lang/crates.io-index"
 2730checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2731dependencies = [
 2732 "glob",
 2733 "libc",
 2734 "libloading",
 2735]
 2736
 2737[[package]]
 2738name = "clap"
 2739version = "4.5.37"
 2740source = "registry+https://github.com/rust-lang/crates.io-index"
 2741checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2742dependencies = [
 2743 "clap_builder",
 2744 "clap_derive",
 2745]
 2746
 2747[[package]]
 2748name = "clap_builder"
 2749version = "4.5.37"
 2750source = "registry+https://github.com/rust-lang/crates.io-index"
 2751checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2752dependencies = [
 2753 "anstream",
 2754 "anstyle",
 2755 "clap_lex",
 2756 "strsim",
 2757 "terminal_size",
 2758]
 2759
 2760[[package]]
 2761name = "clap_complete"
 2762version = "4.5.47"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2765dependencies = [
 2766 "clap",
 2767]
 2768
 2769[[package]]
 2770name = "clap_derive"
 2771version = "4.5.32"
 2772source = "registry+https://github.com/rust-lang/crates.io-index"
 2773checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2774dependencies = [
 2775 "heck 0.5.0",
 2776 "proc-macro2",
 2777 "quote",
 2778 "syn 2.0.101",
 2779]
 2780
 2781[[package]]
 2782name = "clap_lex"
 2783version = "0.7.4"
 2784source = "registry+https://github.com/rust-lang/crates.io-index"
 2785checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2786
 2787[[package]]
 2788name = "cli"
 2789version = "0.1.0"
 2790dependencies = [
 2791 "anyhow",
 2792 "clap",
 2793 "collections",
 2794 "core-foundation 0.10.0",
 2795 "core-services",
 2796 "exec",
 2797 "fork",
 2798 "ipc-channel",
 2799 "parking_lot",
 2800 "paths",
 2801 "plist",
 2802 "release_channel",
 2803 "serde",
 2804 "tempfile",
 2805 "util",
 2806 "windows 0.61.1",
 2807 "workspace-hack",
 2808]
 2809
 2810[[package]]
 2811name = "client"
 2812version = "0.1.0"
 2813dependencies = [
 2814 "anyhow",
 2815 "async-recursion 0.3.2",
 2816 "async-tungstenite",
 2817 "base64 0.22.1",
 2818 "chrono",
 2819 "clock",
 2820 "cocoa 0.26.0",
 2821 "collections",
 2822 "credentials_provider",
 2823 "feature_flags",
 2824 "futures 0.3.31",
 2825 "gpui",
 2826 "gpui_tokio",
 2827 "http_client",
 2828 "http_client_tls",
 2829 "httparse",
 2830 "log",
 2831 "parking_lot",
 2832 "paths",
 2833 "postage",
 2834 "rand 0.8.5",
 2835 "release_channel",
 2836 "rpc",
 2837 "rustls-pki-types",
 2838 "schemars",
 2839 "serde",
 2840 "serde_json",
 2841 "settings",
 2842 "sha2",
 2843 "smol",
 2844 "telemetry",
 2845 "telemetry_events",
 2846 "text",
 2847 "thiserror 2.0.12",
 2848 "time",
 2849 "tiny_http",
 2850 "tokio",
 2851 "tokio-native-tls",
 2852 "tokio-rustls 0.26.2",
 2853 "tokio-socks",
 2854 "url",
 2855 "util",
 2856 "windows 0.61.1",
 2857 "workspace-hack",
 2858 "worktree",
 2859]
 2860
 2861[[package]]
 2862name = "clock"
 2863version = "0.1.0"
 2864dependencies = [
 2865 "parking_lot",
 2866 "serde",
 2867 "smallvec",
 2868 "workspace-hack",
 2869]
 2870
 2871[[package]]
 2872name = "clru"
 2873version = "0.6.2"
 2874source = "registry+https://github.com/rust-lang/crates.io-index"
 2875checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2876
 2877[[package]]
 2878name = "cmake"
 2879version = "0.1.54"
 2880source = "registry+https://github.com/rust-lang/crates.io-index"
 2881checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2882dependencies = [
 2883 "cc",
 2884]
 2885
 2886[[package]]
 2887name = "cobs"
 2888version = "0.2.3"
 2889source = "registry+https://github.com/rust-lang/crates.io-index"
 2890checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2891
 2892[[package]]
 2893name = "cocoa"
 2894version = "0.25.0"
 2895source = "registry+https://github.com/rust-lang/crates.io-index"
 2896checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2897dependencies = [
 2898 "bitflags 1.3.2",
 2899 "block",
 2900 "cocoa-foundation 0.1.2",
 2901 "core-foundation 0.9.4",
 2902 "core-graphics 0.23.2",
 2903 "foreign-types 0.5.0",
 2904 "libc",
 2905 "objc",
 2906]
 2907
 2908[[package]]
 2909name = "cocoa"
 2910version = "0.26.0"
 2911source = "registry+https://github.com/rust-lang/crates.io-index"
 2912checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2913dependencies = [
 2914 "bitflags 2.9.0",
 2915 "block",
 2916 "cocoa-foundation 0.2.0",
 2917 "core-foundation 0.10.0",
 2918 "core-graphics 0.24.0",
 2919 "foreign-types 0.5.0",
 2920 "libc",
 2921 "objc",
 2922]
 2923
 2924[[package]]
 2925name = "cocoa-foundation"
 2926version = "0.1.2"
 2927source = "registry+https://github.com/rust-lang/crates.io-index"
 2928checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2929dependencies = [
 2930 "bitflags 1.3.2",
 2931 "block",
 2932 "core-foundation 0.9.4",
 2933 "core-graphics-types 0.1.3",
 2934 "libc",
 2935 "objc",
 2936]
 2937
 2938[[package]]
 2939name = "cocoa-foundation"
 2940version = "0.2.0"
 2941source = "registry+https://github.com/rust-lang/crates.io-index"
 2942checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2943dependencies = [
 2944 "bitflags 2.9.0",
 2945 "block",
 2946 "core-foundation 0.10.0",
 2947 "core-graphics-types 0.2.0",
 2948 "libc",
 2949 "objc",
 2950]
 2951
 2952[[package]]
 2953name = "codespan-reporting"
 2954version = "0.11.1"
 2955source = "registry+https://github.com/rust-lang/crates.io-index"
 2956checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2957dependencies = [
 2958 "termcolor",
 2959 "unicode-width 0.1.14",
 2960]
 2961
 2962[[package]]
 2963name = "codespan-reporting"
 2964version = "0.12.0"
 2965source = "registry+https://github.com/rust-lang/crates.io-index"
 2966checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2967dependencies = [
 2968 "serde",
 2969 "termcolor",
 2970 "unicode-width 0.2.0",
 2971]
 2972
 2973[[package]]
 2974name = "collab"
 2975version = "0.44.0"
 2976dependencies = [
 2977 "anyhow",
 2978 "assistant_context_editor",
 2979 "assistant_settings",
 2980 "assistant_slash_command",
 2981 "assistant_tool",
 2982 "async-stripe",
 2983 "async-trait",
 2984 "async-tungstenite",
 2985 "audio",
 2986 "aws-config",
 2987 "aws-sdk-kinesis",
 2988 "aws-sdk-s3",
 2989 "axum",
 2990 "axum-extra",
 2991 "base64 0.22.1",
 2992 "buffer_diff",
 2993 "call",
 2994 "channel",
 2995 "chrono",
 2996 "client",
 2997 "clock",
 2998 "collab_ui",
 2999 "collections",
 3000 "command_palette_hooks",
 3001 "context_server",
 3002 "ctor",
 3003 "dap",
 3004 "dashmap 6.1.0",
 3005 "debugger_ui",
 3006 "derive_more",
 3007 "editor",
 3008 "env_logger 0.11.8",
 3009 "envy",
 3010 "extension",
 3011 "file_finder",
 3012 "fs",
 3013 "futures 0.3.31",
 3014 "git",
 3015 "git_hosting_providers",
 3016 "git_ui",
 3017 "gpui",
 3018 "gpui_tokio",
 3019 "hex",
 3020 "http_client",
 3021 "hyper 0.14.32",
 3022 "indoc",
 3023 "jsonwebtoken",
 3024 "language",
 3025 "language_model",
 3026 "livekit_api",
 3027 "livekit_client",
 3028 "log",
 3029 "lsp",
 3030 "menu",
 3031 "multi_buffer",
 3032 "nanoid",
 3033 "node_runtime",
 3034 "notifications",
 3035 "parking_lot",
 3036 "pretty_assertions",
 3037 "project",
 3038 "prometheus",
 3039 "prompt_store",
 3040 "prost 0.9.0",
 3041 "rand 0.8.5",
 3042 "recent_projects",
 3043 "release_channel",
 3044 "remote",
 3045 "remote_server",
 3046 "reqwest 0.11.27",
 3047 "reqwest_client",
 3048 "rpc",
 3049 "rustc-demangle",
 3050 "scrypt",
 3051 "sea-orm",
 3052 "semantic_version",
 3053 "semver",
 3054 "serde",
 3055 "serde_derive",
 3056 "serde_json",
 3057 "session",
 3058 "settings",
 3059 "sha2",
 3060 "sqlx",
 3061 "strum 0.27.1",
 3062 "subtle",
 3063 "supermaven_api",
 3064 "task",
 3065 "telemetry_events",
 3066 "text",
 3067 "theme",
 3068 "thiserror 2.0.12",
 3069 "time",
 3070 "tokio",
 3071 "toml 0.8.20",
 3072 "tower 0.4.13",
 3073 "tower-http 0.4.4",
 3074 "tracing",
 3075 "tracing-subscriber",
 3076 "unindent",
 3077 "util",
 3078 "uuid",
 3079 "workspace",
 3080 "workspace-hack",
 3081 "worktree",
 3082 "zed_llm_client",
 3083]
 3084
 3085[[package]]
 3086name = "collab_ui"
 3087version = "0.1.0"
 3088dependencies = [
 3089 "anyhow",
 3090 "call",
 3091 "channel",
 3092 "chrono",
 3093 "client",
 3094 "collections",
 3095 "db",
 3096 "editor",
 3097 "emojis",
 3098 "futures 0.3.31",
 3099 "fuzzy",
 3100 "gpui",
 3101 "http_client",
 3102 "language",
 3103 "log",
 3104 "menu",
 3105 "notifications",
 3106 "picker",
 3107 "pretty_assertions",
 3108 "project",
 3109 "release_channel",
 3110 "rich_text",
 3111 "rpc",
 3112 "schemars",
 3113 "serde",
 3114 "serde_derive",
 3115 "serde_json",
 3116 "settings",
 3117 "smallvec",
 3118 "story",
 3119 "telemetry",
 3120 "theme",
 3121 "time",
 3122 "time_format",
 3123 "title_bar",
 3124 "tree-sitter-md",
 3125 "ui",
 3126 "util",
 3127 "workspace",
 3128 "workspace-hack",
 3129]
 3130
 3131[[package]]
 3132name = "collections"
 3133version = "0.1.0"
 3134dependencies = [
 3135 "indexmap",
 3136 "rustc-hash 2.1.1",
 3137 "workspace-hack",
 3138]
 3139
 3140[[package]]
 3141name = "color_quant"
 3142version = "1.1.0"
 3143source = "registry+https://github.com/rust-lang/crates.io-index"
 3144checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3145
 3146[[package]]
 3147name = "colorchoice"
 3148version = "1.0.3"
 3149source = "registry+https://github.com/rust-lang/crates.io-index"
 3150checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3151
 3152[[package]]
 3153name = "combine"
 3154version = "4.6.7"
 3155source = "registry+https://github.com/rust-lang/crates.io-index"
 3156checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3157dependencies = [
 3158 "bytes 1.10.1",
 3159 "memchr",
 3160]
 3161
 3162[[package]]
 3163name = "command_palette"
 3164version = "0.1.0"
 3165dependencies = [
 3166 "anyhow",
 3167 "client",
 3168 "collections",
 3169 "command_palette_hooks",
 3170 "ctor",
 3171 "db",
 3172 "editor",
 3173 "env_logger 0.11.8",
 3174 "fuzzy",
 3175 "go_to_line",
 3176 "gpui",
 3177 "language",
 3178 "log",
 3179 "menu",
 3180 "picker",
 3181 "postage",
 3182 "project",
 3183 "serde",
 3184 "serde_json",
 3185 "settings",
 3186 "telemetry",
 3187 "theme",
 3188 "time",
 3189 "ui",
 3190 "util",
 3191 "workspace",
 3192 "workspace-hack",
 3193 "zed_actions",
 3194]
 3195
 3196[[package]]
 3197name = "command_palette_hooks"
 3198version = "0.1.0"
 3199dependencies = [
 3200 "collections",
 3201 "derive_more",
 3202 "gpui",
 3203 "workspace-hack",
 3204]
 3205
 3206[[package]]
 3207name = "component"
 3208version = "0.1.0"
 3209dependencies = [
 3210 "collections",
 3211 "gpui",
 3212 "inventory",
 3213 "parking_lot",
 3214 "strum 0.27.1",
 3215 "theme",
 3216 "workspace-hack",
 3217]
 3218
 3219[[package]]
 3220name = "concurrent-queue"
 3221version = "2.5.0"
 3222source = "registry+https://github.com/rust-lang/crates.io-index"
 3223checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3224dependencies = [
 3225 "crossbeam-utils",
 3226]
 3227
 3228[[package]]
 3229name = "console"
 3230version = "0.15.11"
 3231source = "registry+https://github.com/rust-lang/crates.io-index"
 3232checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3233dependencies = [
 3234 "encode_unicode",
 3235 "libc",
 3236 "once_cell",
 3237 "unicode-width 0.2.0",
 3238 "windows-sys 0.59.0",
 3239]
 3240
 3241[[package]]
 3242name = "const-oid"
 3243version = "0.9.6"
 3244source = "registry+https://github.com/rust-lang/crates.io-index"
 3245checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3246
 3247[[package]]
 3248name = "const-random"
 3249version = "0.1.18"
 3250source = "registry+https://github.com/rust-lang/crates.io-index"
 3251checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3252dependencies = [
 3253 "const-random-macro",
 3254]
 3255
 3256[[package]]
 3257name = "const-random-macro"
 3258version = "0.1.16"
 3259source = "registry+https://github.com/rust-lang/crates.io-index"
 3260checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3261dependencies = [
 3262 "getrandom 0.2.15",
 3263 "once_cell",
 3264 "tiny-keccak",
 3265]
 3266
 3267[[package]]
 3268name = "constant_time_eq"
 3269version = "0.1.5"
 3270source = "registry+https://github.com/rust-lang/crates.io-index"
 3271checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3272
 3273[[package]]
 3274name = "constant_time_eq"
 3275version = "0.3.1"
 3276source = "registry+https://github.com/rust-lang/crates.io-index"
 3277checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3278
 3279[[package]]
 3280name = "context_server"
 3281version = "0.1.0"
 3282dependencies = [
 3283 "anyhow",
 3284 "async-trait",
 3285 "collections",
 3286 "futures 0.3.31",
 3287 "gpui",
 3288 "log",
 3289 "parking_lot",
 3290 "postage",
 3291 "schemars",
 3292 "serde",
 3293 "serde_json",
 3294 "smol",
 3295 "url",
 3296 "util",
 3297 "workspace-hack",
 3298]
 3299
 3300[[package]]
 3301name = "convert_case"
 3302version = "0.4.0"
 3303source = "registry+https://github.com/rust-lang/crates.io-index"
 3304checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3305
 3306[[package]]
 3307name = "convert_case"
 3308version = "0.6.0"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3311dependencies = [
 3312 "unicode-segmentation",
 3313]
 3314
 3315[[package]]
 3316name = "convert_case"
 3317version = "0.8.0"
 3318source = "registry+https://github.com/rust-lang/crates.io-index"
 3319checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3320dependencies = [
 3321 "unicode-segmentation",
 3322]
 3323
 3324[[package]]
 3325name = "copilot"
 3326version = "0.1.0"
 3327dependencies = [
 3328 "anyhow",
 3329 "async-std",
 3330 "chrono",
 3331 "client",
 3332 "clock",
 3333 "collections",
 3334 "command_palette_hooks",
 3335 "ctor",
 3336 "editor",
 3337 "env_logger 0.11.8",
 3338 "fs",
 3339 "futures 0.3.31",
 3340 "gpui",
 3341 "http_client",
 3342 "indoc",
 3343 "inline_completion",
 3344 "itertools 0.14.0",
 3345 "language",
 3346 "log",
 3347 "lsp",
 3348 "menu",
 3349 "node_runtime",
 3350 "parking_lot",
 3351 "paths",
 3352 "project",
 3353 "rpc",
 3354 "serde",
 3355 "serde_json",
 3356 "settings",
 3357 "task",
 3358 "theme",
 3359 "ui",
 3360 "util",
 3361 "workspace",
 3362 "workspace-hack",
 3363]
 3364
 3365[[package]]
 3366name = "core-foundation"
 3367version = "0.9.4"
 3368source = "registry+https://github.com/rust-lang/crates.io-index"
 3369checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3370dependencies = [
 3371 "core-foundation-sys",
 3372 "libc",
 3373]
 3374
 3375[[package]]
 3376name = "core-foundation"
 3377version = "0.10.0"
 3378source = "registry+https://github.com/rust-lang/crates.io-index"
 3379checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3380dependencies = [
 3381 "core-foundation-sys",
 3382 "libc",
 3383]
 3384
 3385[[package]]
 3386name = "core-foundation-sys"
 3387version = "0.8.7"
 3388source = "registry+https://github.com/rust-lang/crates.io-index"
 3389checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3390
 3391[[package]]
 3392name = "core-graphics"
 3393version = "0.23.2"
 3394source = "registry+https://github.com/rust-lang/crates.io-index"
 3395checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3396dependencies = [
 3397 "bitflags 1.3.2",
 3398 "core-foundation 0.9.4",
 3399 "core-graphics-types 0.1.3",
 3400 "foreign-types 0.5.0",
 3401 "libc",
 3402]
 3403
 3404[[package]]
 3405name = "core-graphics"
 3406version = "0.24.0"
 3407source = "registry+https://github.com/rust-lang/crates.io-index"
 3408checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3409dependencies = [
 3410 "bitflags 2.9.0",
 3411 "core-foundation 0.10.0",
 3412 "core-graphics-types 0.2.0",
 3413 "foreign-types 0.5.0",
 3414 "libc",
 3415]
 3416
 3417[[package]]
 3418name = "core-graphics-helmer-fork"
 3419version = "0.24.0"
 3420source = "registry+https://github.com/rust-lang/crates.io-index"
 3421checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3422dependencies = [
 3423 "bitflags 2.9.0",
 3424 "core-foundation 0.9.4",
 3425 "core-graphics-types 0.1.3",
 3426 "foreign-types 0.5.0",
 3427 "libc",
 3428]
 3429
 3430[[package]]
 3431name = "core-graphics-types"
 3432version = "0.1.3"
 3433source = "registry+https://github.com/rust-lang/crates.io-index"
 3434checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3435dependencies = [
 3436 "bitflags 1.3.2",
 3437 "core-foundation 0.9.4",
 3438 "libc",
 3439]
 3440
 3441[[package]]
 3442name = "core-graphics-types"
 3443version = "0.2.0"
 3444source = "registry+https://github.com/rust-lang/crates.io-index"
 3445checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3446dependencies = [
 3447 "bitflags 2.9.0",
 3448 "core-foundation 0.10.0",
 3449 "libc",
 3450]
 3451
 3452[[package]]
 3453name = "core-graphics2"
 3454version = "0.4.1"
 3455source = "registry+https://github.com/rust-lang/crates.io-index"
 3456checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3457dependencies = [
 3458 "bitflags 2.9.0",
 3459 "block",
 3460 "cfg-if",
 3461 "core-foundation 0.10.0",
 3462 "libc",
 3463]
 3464
 3465[[package]]
 3466name = "core-services"
 3467version = "0.2.1"
 3468source = "registry+https://github.com/rust-lang/crates.io-index"
 3469checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3470dependencies = [
 3471 "core-foundation 0.9.4",
 3472]
 3473
 3474[[package]]
 3475name = "core-text"
 3476version = "21.0.0"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3479dependencies = [
 3480 "core-foundation 0.10.0",
 3481 "core-graphics 0.24.0",
 3482 "foreign-types 0.5.0",
 3483 "libc",
 3484]
 3485
 3486[[package]]
 3487name = "core-video"
 3488version = "0.4.3"
 3489source = "registry+https://github.com/rust-lang/crates.io-index"
 3490checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3491dependencies = [
 3492 "block",
 3493 "core-foundation 0.10.0",
 3494 "core-graphics2",
 3495 "io-surface",
 3496 "libc",
 3497 "metal",
 3498]
 3499
 3500[[package]]
 3501name = "core_maths"
 3502version = "0.1.1"
 3503source = "registry+https://github.com/rust-lang/crates.io-index"
 3504checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3505dependencies = [
 3506 "libm",
 3507]
 3508
 3509[[package]]
 3510name = "coreaudio-rs"
 3511version = "0.11.3"
 3512source = "registry+https://github.com/rust-lang/crates.io-index"
 3513checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3514dependencies = [
 3515 "bitflags 1.3.2",
 3516 "core-foundation-sys",
 3517 "coreaudio-sys",
 3518]
 3519
 3520[[package]]
 3521name = "coreaudio-rs"
 3522version = "0.12.1"
 3523source = "registry+https://github.com/rust-lang/crates.io-index"
 3524checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3525dependencies = [
 3526 "bitflags 1.3.2",
 3527 "core-foundation-sys",
 3528 "coreaudio-sys",
 3529]
 3530
 3531[[package]]
 3532name = "coreaudio-sys"
 3533version = "0.2.16"
 3534source = "registry+https://github.com/rust-lang/crates.io-index"
 3535checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3536dependencies = [
 3537 "bindgen 0.70.1",
 3538]
 3539
 3540[[package]]
 3541name = "cosmic-text"
 3542version = "0.14.0"
 3543source = "registry+https://github.com/rust-lang/crates.io-index"
 3544checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3545dependencies = [
 3546 "bitflags 2.9.0",
 3547 "fontdb 0.16.2",
 3548 "log",
 3549 "rangemap",
 3550 "rustc-hash 1.1.0",
 3551 "rustybuzz 0.14.1",
 3552 "self_cell",
 3553 "smol_str 0.2.2",
 3554 "swash",
 3555 "sys-locale",
 3556 "ttf-parser 0.21.1",
 3557 "unicode-bidi",
 3558 "unicode-linebreak",
 3559 "unicode-script",
 3560 "unicode-segmentation",
 3561]
 3562
 3563[[package]]
 3564name = "cpal"
 3565version = "0.15.3"
 3566source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3567dependencies = [
 3568 "alsa",
 3569 "core-foundation-sys",
 3570 "coreaudio-rs 0.11.3",
 3571 "dasp_sample",
 3572 "jni",
 3573 "js-sys",
 3574 "libc",
 3575 "mach2",
 3576 "ndk",
 3577 "ndk-context",
 3578 "oboe",
 3579 "wasm-bindgen",
 3580 "wasm-bindgen-futures",
 3581 "web-sys",
 3582 "windows 0.54.0",
 3583]
 3584
 3585[[package]]
 3586name = "cpp_demangle"
 3587version = "0.4.4"
 3588source = "registry+https://github.com/rust-lang/crates.io-index"
 3589checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3590dependencies = [
 3591 "cfg-if",
 3592]
 3593
 3594[[package]]
 3595name = "cpufeatures"
 3596version = "0.2.17"
 3597source = "registry+https://github.com/rust-lang/crates.io-index"
 3598checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3599dependencies = [
 3600 "libc",
 3601]
 3602
 3603[[package]]
 3604name = "cranelift-bforest"
 3605version = "0.116.1"
 3606source = "registry+https://github.com/rust-lang/crates.io-index"
 3607checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3608dependencies = [
 3609 "cranelift-entity",
 3610]
 3611
 3612[[package]]
 3613name = "cranelift-bitset"
 3614version = "0.116.1"
 3615source = "registry+https://github.com/rust-lang/crates.io-index"
 3616checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3617dependencies = [
 3618 "serde",
 3619 "serde_derive",
 3620]
 3621
 3622[[package]]
 3623name = "cranelift-codegen"
 3624version = "0.116.1"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3627dependencies = [
 3628 "bumpalo",
 3629 "cranelift-bforest",
 3630 "cranelift-bitset",
 3631 "cranelift-codegen-meta",
 3632 "cranelift-codegen-shared",
 3633 "cranelift-control",
 3634 "cranelift-entity",
 3635 "cranelift-isle",
 3636 "gimli",
 3637 "hashbrown 0.14.5",
 3638 "log",
 3639 "regalloc2",
 3640 "rustc-hash 2.1.1",
 3641 "serde",
 3642 "smallvec",
 3643 "target-lexicon 0.13.2",
 3644]
 3645
 3646[[package]]
 3647name = "cranelift-codegen-meta"
 3648version = "0.116.1"
 3649source = "registry+https://github.com/rust-lang/crates.io-index"
 3650checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3651dependencies = [
 3652 "cranelift-codegen-shared",
 3653]
 3654
 3655[[package]]
 3656name = "cranelift-codegen-shared"
 3657version = "0.116.1"
 3658source = "registry+https://github.com/rust-lang/crates.io-index"
 3659checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3660
 3661[[package]]
 3662name = "cranelift-control"
 3663version = "0.116.1"
 3664source = "registry+https://github.com/rust-lang/crates.io-index"
 3665checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3666dependencies = [
 3667 "arbitrary",
 3668]
 3669
 3670[[package]]
 3671name = "cranelift-entity"
 3672version = "0.116.1"
 3673source = "registry+https://github.com/rust-lang/crates.io-index"
 3674checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3675dependencies = [
 3676 "cranelift-bitset",
 3677 "serde",
 3678 "serde_derive",
 3679]
 3680
 3681[[package]]
 3682name = "cranelift-frontend"
 3683version = "0.116.1"
 3684source = "registry+https://github.com/rust-lang/crates.io-index"
 3685checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3686dependencies = [
 3687 "cranelift-codegen",
 3688 "log",
 3689 "smallvec",
 3690 "target-lexicon 0.13.2",
 3691]
 3692
 3693[[package]]
 3694name = "cranelift-isle"
 3695version = "0.116.1"
 3696source = "registry+https://github.com/rust-lang/crates.io-index"
 3697checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3698
 3699[[package]]
 3700name = "cranelift-native"
 3701version = "0.116.1"
 3702source = "registry+https://github.com/rust-lang/crates.io-index"
 3703checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3704dependencies = [
 3705 "cranelift-codegen",
 3706 "libc",
 3707 "target-lexicon 0.13.2",
 3708]
 3709
 3710[[package]]
 3711name = "crc"
 3712version = "3.2.1"
 3713source = "registry+https://github.com/rust-lang/crates.io-index"
 3714checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3715dependencies = [
 3716 "crc-catalog",
 3717]
 3718
 3719[[package]]
 3720name = "crc-catalog"
 3721version = "2.4.0"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3724
 3725[[package]]
 3726name = "crc32c"
 3727version = "0.6.8"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3730dependencies = [
 3731 "rustc_version",
 3732]
 3733
 3734[[package]]
 3735name = "crc32fast"
 3736version = "1.4.2"
 3737source = "registry+https://github.com/rust-lang/crates.io-index"
 3738checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3739dependencies = [
 3740 "cfg-if",
 3741]
 3742
 3743[[package]]
 3744name = "crc64fast-nvme"
 3745version = "1.2.0"
 3746source = "registry+https://github.com/rust-lang/crates.io-index"
 3747checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3748dependencies = [
 3749 "crc",
 3750]
 3751
 3752[[package]]
 3753name = "credentials_provider"
 3754version = "0.1.0"
 3755dependencies = [
 3756 "anyhow",
 3757 "futures 0.3.31",
 3758 "gpui",
 3759 "paths",
 3760 "release_channel",
 3761 "serde",
 3762 "serde_json",
 3763 "workspace-hack",
 3764]
 3765
 3766[[package]]
 3767name = "criterion"
 3768version = "0.5.1"
 3769source = "registry+https://github.com/rust-lang/crates.io-index"
 3770checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3771dependencies = [
 3772 "anes",
 3773 "cast",
 3774 "ciborium",
 3775 "clap",
 3776 "criterion-plot",
 3777 "is-terminal",
 3778 "itertools 0.10.5",
 3779 "num-traits",
 3780 "once_cell",
 3781 "oorandom",
 3782 "plotters",
 3783 "rayon",
 3784 "regex",
 3785 "serde",
 3786 "serde_derive",
 3787 "serde_json",
 3788 "tinytemplate",
 3789 "walkdir",
 3790]
 3791
 3792[[package]]
 3793name = "criterion-plot"
 3794version = "0.5.0"
 3795source = "registry+https://github.com/rust-lang/crates.io-index"
 3796checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3797dependencies = [
 3798 "cast",
 3799 "itertools 0.10.5",
 3800]
 3801
 3802[[package]]
 3803name = "crossbeam-channel"
 3804version = "0.5.15"
 3805source = "registry+https://github.com/rust-lang/crates.io-index"
 3806checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3807dependencies = [
 3808 "crossbeam-utils",
 3809]
 3810
 3811[[package]]
 3812name = "crossbeam-deque"
 3813version = "0.8.6"
 3814source = "registry+https://github.com/rust-lang/crates.io-index"
 3815checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3816dependencies = [
 3817 "crossbeam-epoch",
 3818 "crossbeam-utils",
 3819]
 3820
 3821[[package]]
 3822name = "crossbeam-epoch"
 3823version = "0.9.18"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3826dependencies = [
 3827 "crossbeam-utils",
 3828]
 3829
 3830[[package]]
 3831name = "crossbeam-queue"
 3832version = "0.3.12"
 3833source = "registry+https://github.com/rust-lang/crates.io-index"
 3834checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3835dependencies = [
 3836 "crossbeam-utils",
 3837]
 3838
 3839[[package]]
 3840name = "crossbeam-utils"
 3841version = "0.8.21"
 3842source = "registry+https://github.com/rust-lang/crates.io-index"
 3843checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3844
 3845[[package]]
 3846name = "crunchy"
 3847version = "0.2.3"
 3848source = "registry+https://github.com/rust-lang/crates.io-index"
 3849checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3850
 3851[[package]]
 3852name = "crypto-bigint"
 3853version = "0.4.9"
 3854source = "registry+https://github.com/rust-lang/crates.io-index"
 3855checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3856dependencies = [
 3857 "generic-array",
 3858 "rand_core 0.6.4",
 3859 "subtle",
 3860 "zeroize",
 3861]
 3862
 3863[[package]]
 3864name = "crypto-bigint"
 3865version = "0.5.5"
 3866source = "registry+https://github.com/rust-lang/crates.io-index"
 3867checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3868dependencies = [
 3869 "rand_core 0.6.4",
 3870 "subtle",
 3871]
 3872
 3873[[package]]
 3874name = "crypto-common"
 3875version = "0.1.6"
 3876source = "registry+https://github.com/rust-lang/crates.io-index"
 3877checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3878dependencies = [
 3879 "generic-array",
 3880 "rand_core 0.6.4",
 3881 "typenum",
 3882]
 3883
 3884[[package]]
 3885name = "cssparser"
 3886version = "0.35.0"
 3887source = "registry+https://github.com/rust-lang/crates.io-index"
 3888checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3889dependencies = [
 3890 "cssparser-macros",
 3891 "dtoa-short",
 3892 "itoa",
 3893 "phf",
 3894 "smallvec",
 3895]
 3896
 3897[[package]]
 3898name = "cssparser-macros"
 3899version = "0.6.1"
 3900source = "registry+https://github.com/rust-lang/crates.io-index"
 3901checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3902dependencies = [
 3903 "quote",
 3904 "syn 2.0.101",
 3905]
 3906
 3907[[package]]
 3908name = "ctor"
 3909version = "0.4.2"
 3910source = "registry+https://github.com/rust-lang/crates.io-index"
 3911checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3912dependencies = [
 3913 "ctor-proc-macro",
 3914 "dtor",
 3915]
 3916
 3917[[package]]
 3918name = "ctor-proc-macro"
 3919version = "0.0.5"
 3920source = "registry+https://github.com/rust-lang/crates.io-index"
 3921checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3922
 3923[[package]]
 3924name = "ctrlc"
 3925version = "3.4.6"
 3926source = "registry+https://github.com/rust-lang/crates.io-index"
 3927checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3928dependencies = [
 3929 "nix 0.29.0",
 3930 "windows-sys 0.59.0",
 3931]
 3932
 3933[[package]]
 3934name = "cursor-icon"
 3935version = "1.1.0"
 3936source = "registry+https://github.com/rust-lang/crates.io-index"
 3937checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3938
 3939[[package]]
 3940name = "cxx"
 3941version = "1.0.157"
 3942source = "registry+https://github.com/rust-lang/crates.io-index"
 3943checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3944dependencies = [
 3945 "cc",
 3946 "cxxbridge-cmd",
 3947 "cxxbridge-flags",
 3948 "cxxbridge-macro",
 3949 "foldhash",
 3950 "link-cplusplus",
 3951]
 3952
 3953[[package]]
 3954name = "cxx-build"
 3955version = "1.0.157"
 3956source = "registry+https://github.com/rust-lang/crates.io-index"
 3957checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3958dependencies = [
 3959 "cc",
 3960 "codespan-reporting 0.12.0",
 3961 "proc-macro2",
 3962 "quote",
 3963 "scratch",
 3964 "syn 2.0.101",
 3965]
 3966
 3967[[package]]
 3968name = "cxxbridge-cmd"
 3969version = "1.0.157"
 3970source = "registry+https://github.com/rust-lang/crates.io-index"
 3971checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3972dependencies = [
 3973 "clap",
 3974 "codespan-reporting 0.12.0",
 3975 "proc-macro2",
 3976 "quote",
 3977 "syn 2.0.101",
 3978]
 3979
 3980[[package]]
 3981name = "cxxbridge-flags"
 3982version = "1.0.157"
 3983source = "registry+https://github.com/rust-lang/crates.io-index"
 3984checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3985
 3986[[package]]
 3987name = "cxxbridge-macro"
 3988version = "1.0.157"
 3989source = "registry+https://github.com/rust-lang/crates.io-index"
 3990checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3991dependencies = [
 3992 "proc-macro2",
 3993 "quote",
 3994 "rustversion",
 3995 "syn 2.0.101",
 3996]
 3997
 3998[[package]]
 3999name = "dap"
 4000version = "0.1.0"
 4001dependencies = [
 4002 "anyhow",
 4003 "async-compression",
 4004 "async-pipe",
 4005 "async-tar",
 4006 "async-trait",
 4007 "client",
 4008 "collections",
 4009 "dap-types",
 4010 "env_logger 0.11.8",
 4011 "fs",
 4012 "futures 0.3.31",
 4013 "gpui",
 4014 "http_client",
 4015 "language",
 4016 "log",
 4017 "node_runtime",
 4018 "parking_lot",
 4019 "paths",
 4020 "proto",
 4021 "schemars",
 4022 "serde",
 4023 "serde_json",
 4024 "settings",
 4025 "smallvec",
 4026 "smol",
 4027 "task",
 4028 "util",
 4029 "workspace-hack",
 4030]
 4031
 4032[[package]]
 4033name = "dap-types"
 4034version = "0.0.1"
 4035source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
 4036dependencies = [
 4037 "schemars",
 4038 "serde",
 4039 "serde_json",
 4040]
 4041
 4042[[package]]
 4043name = "dap_adapters"
 4044version = "0.1.0"
 4045dependencies = [
 4046 "anyhow",
 4047 "async-trait",
 4048 "dap",
 4049 "futures 0.3.31",
 4050 "gpui",
 4051 "language",
 4052 "paths",
 4053 "serde",
 4054 "serde_json",
 4055 "task",
 4056 "util",
 4057 "workspace-hack",
 4058]
 4059
 4060[[package]]
 4061name = "darling"
 4062version = "0.20.11"
 4063source = "registry+https://github.com/rust-lang/crates.io-index"
 4064checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4065dependencies = [
 4066 "darling_core",
 4067 "darling_macro",
 4068]
 4069
 4070[[package]]
 4071name = "darling_core"
 4072version = "0.20.11"
 4073source = "registry+https://github.com/rust-lang/crates.io-index"
 4074checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4075dependencies = [
 4076 "fnv",
 4077 "ident_case",
 4078 "proc-macro2",
 4079 "quote",
 4080 "strsim",
 4081 "syn 2.0.101",
 4082]
 4083
 4084[[package]]
 4085name = "darling_macro"
 4086version = "0.20.11"
 4087source = "registry+https://github.com/rust-lang/crates.io-index"
 4088checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4089dependencies = [
 4090 "darling_core",
 4091 "quote",
 4092 "syn 2.0.101",
 4093]
 4094
 4095[[package]]
 4096name = "dashmap"
 4097version = "5.5.3"
 4098source = "registry+https://github.com/rust-lang/crates.io-index"
 4099checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4100dependencies = [
 4101 "cfg-if",
 4102 "hashbrown 0.14.5",
 4103 "lock_api",
 4104 "once_cell",
 4105 "parking_lot_core",
 4106]
 4107
 4108[[package]]
 4109name = "dashmap"
 4110version = "6.1.0"
 4111source = "registry+https://github.com/rust-lang/crates.io-index"
 4112checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4113dependencies = [
 4114 "cfg-if",
 4115 "crossbeam-utils",
 4116 "hashbrown 0.14.5",
 4117 "lock_api",
 4118 "once_cell",
 4119 "parking_lot_core",
 4120]
 4121
 4122[[package]]
 4123name = "dasp_sample"
 4124version = "0.11.0"
 4125source = "registry+https://github.com/rust-lang/crates.io-index"
 4126checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4127
 4128[[package]]
 4129name = "data-encoding"
 4130version = "2.9.0"
 4131source = "registry+https://github.com/rust-lang/crates.io-index"
 4132checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4133
 4134[[package]]
 4135name = "data-url"
 4136version = "0.3.1"
 4137source = "registry+https://github.com/rust-lang/crates.io-index"
 4138checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4139
 4140[[package]]
 4141name = "db"
 4142version = "0.1.0"
 4143dependencies = [
 4144 "anyhow",
 4145 "gpui",
 4146 "indoc",
 4147 "log",
 4148 "paths",
 4149 "release_channel",
 4150 "smol",
 4151 "sqlez",
 4152 "sqlez_macros",
 4153 "tempfile",
 4154 "util",
 4155 "workspace-hack",
 4156]
 4157
 4158[[package]]
 4159name = "dbus"
 4160version = "0.9.7"
 4161source = "registry+https://github.com/rust-lang/crates.io-index"
 4162checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4163dependencies = [
 4164 "libc",
 4165 "libdbus-sys",
 4166 "winapi",
 4167]
 4168
 4169[[package]]
 4170name = "debug_adapter_extension"
 4171version = "0.1.0"
 4172dependencies = [
 4173 "anyhow",
 4174 "async-trait",
 4175 "dap",
 4176 "extension",
 4177 "gpui",
 4178 "workspace-hack",
 4179]
 4180
 4181[[package]]
 4182name = "debugger_tools"
 4183version = "0.1.0"
 4184dependencies = [
 4185 "anyhow",
 4186 "dap",
 4187 "editor",
 4188 "futures 0.3.31",
 4189 "gpui",
 4190 "project",
 4191 "serde_json",
 4192 "settings",
 4193 "smol",
 4194 "util",
 4195 "workspace",
 4196 "workspace-hack",
 4197]
 4198
 4199[[package]]
 4200name = "debugger_ui"
 4201version = "0.1.0"
 4202dependencies = [
 4203 "anyhow",
 4204 "client",
 4205 "collections",
 4206 "command_palette_hooks",
 4207 "dap",
 4208 "dap_adapters",
 4209 "db",
 4210 "debugger_tools",
 4211 "editor",
 4212 "env_logger 0.11.8",
 4213 "feature_flags",
 4214 "file_icons",
 4215 "futures 0.3.31",
 4216 "fuzzy",
 4217 "gpui",
 4218 "language",
 4219 "log",
 4220 "menu",
 4221 "parking_lot",
 4222 "paths",
 4223 "picker",
 4224 "pretty_assertions",
 4225 "project",
 4226 "rpc",
 4227 "serde",
 4228 "serde_json",
 4229 "settings",
 4230 "shlex",
 4231 "sysinfo",
 4232 "task",
 4233 "tasks_ui",
 4234 "terminal_view",
 4235 "theme",
 4236 "ui",
 4237 "unindent",
 4238 "util",
 4239 "workspace",
 4240 "workspace-hack",
 4241]
 4242
 4243[[package]]
 4244name = "deepseek"
 4245version = "0.1.0"
 4246dependencies = [
 4247 "anyhow",
 4248 "futures 0.3.31",
 4249 "http_client",
 4250 "schemars",
 4251 "serde",
 4252 "serde_json",
 4253 "workspace-hack",
 4254]
 4255
 4256[[package]]
 4257name = "deflate64"
 4258version = "0.1.9"
 4259source = "registry+https://github.com/rust-lang/crates.io-index"
 4260checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4261
 4262[[package]]
 4263name = "der"
 4264version = "0.6.1"
 4265source = "registry+https://github.com/rust-lang/crates.io-index"
 4266checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4267dependencies = [
 4268 "const-oid",
 4269 "zeroize",
 4270]
 4271
 4272[[package]]
 4273name = "der"
 4274version = "0.7.10"
 4275source = "registry+https://github.com/rust-lang/crates.io-index"
 4276checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4277dependencies = [
 4278 "const-oid",
 4279 "pem-rfc7468",
 4280 "zeroize",
 4281]
 4282
 4283[[package]]
 4284name = "deranged"
 4285version = "0.4.0"
 4286source = "registry+https://github.com/rust-lang/crates.io-index"
 4287checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4288dependencies = [
 4289 "powerfmt",
 4290 "serde",
 4291]
 4292
 4293[[package]]
 4294name = "derive_builder"
 4295version = "0.20.2"
 4296source = "registry+https://github.com/rust-lang/crates.io-index"
 4297checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4298dependencies = [
 4299 "derive_builder_macro",
 4300]
 4301
 4302[[package]]
 4303name = "derive_builder_core"
 4304version = "0.20.2"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4307dependencies = [
 4308 "darling",
 4309 "proc-macro2",
 4310 "quote",
 4311 "syn 2.0.101",
 4312]
 4313
 4314[[package]]
 4315name = "derive_builder_macro"
 4316version = "0.20.2"
 4317source = "registry+https://github.com/rust-lang/crates.io-index"
 4318checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4319dependencies = [
 4320 "derive_builder_core",
 4321 "syn 2.0.101",
 4322]
 4323
 4324[[package]]
 4325name = "derive_more"
 4326version = "0.99.19"
 4327source = "registry+https://github.com/rust-lang/crates.io-index"
 4328checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4329dependencies = [
 4330 "convert_case 0.4.0",
 4331 "proc-macro2",
 4332 "quote",
 4333 "rustc_version",
 4334 "syn 2.0.101",
 4335]
 4336
 4337[[package]]
 4338name = "derive_refineable"
 4339version = "0.1.0"
 4340dependencies = [
 4341 "proc-macro2",
 4342 "quote",
 4343 "syn 1.0.109",
 4344 "workspace-hack",
 4345]
 4346
 4347[[package]]
 4348name = "diagnostics"
 4349version = "0.1.0"
 4350dependencies = [
 4351 "anyhow",
 4352 "client",
 4353 "collections",
 4354 "component",
 4355 "ctor",
 4356 "editor",
 4357 "env_logger 0.11.8",
 4358 "futures 0.3.31",
 4359 "gpui",
 4360 "indoc",
 4361 "language",
 4362 "log",
 4363 "lsp",
 4364 "markdown",
 4365 "pretty_assertions",
 4366 "project",
 4367 "rand 0.8.5",
 4368 "serde",
 4369 "serde_json",
 4370 "settings",
 4371 "text",
 4372 "theme",
 4373 "ui",
 4374 "unindent",
 4375 "util",
 4376 "workspace",
 4377 "workspace-hack",
 4378]
 4379
 4380[[package]]
 4381name = "dialoguer"
 4382version = "0.11.0"
 4383source = "registry+https://github.com/rust-lang/crates.io-index"
 4384checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4385dependencies = [
 4386 "console",
 4387 "fuzzy-matcher",
 4388 "shell-words",
 4389 "tempfile",
 4390 "thiserror 1.0.69",
 4391 "zeroize",
 4392]
 4393
 4394[[package]]
 4395name = "diff"
 4396version = "0.1.13"
 4397source = "registry+https://github.com/rust-lang/crates.io-index"
 4398checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4399
 4400[[package]]
 4401name = "digest"
 4402version = "0.10.7"
 4403source = "registry+https://github.com/rust-lang/crates.io-index"
 4404checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4405dependencies = [
 4406 "block-buffer",
 4407 "const-oid",
 4408 "crypto-common",
 4409 "subtle",
 4410]
 4411
 4412[[package]]
 4413name = "dirs"
 4414version = "4.0.0"
 4415source = "registry+https://github.com/rust-lang/crates.io-index"
 4416checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4417dependencies = [
 4418 "dirs-sys 0.3.7",
 4419]
 4420
 4421[[package]]
 4422name = "dirs"
 4423version = "5.0.1"
 4424source = "registry+https://github.com/rust-lang/crates.io-index"
 4425checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4426dependencies = [
 4427 "dirs-sys 0.4.1",
 4428]
 4429
 4430[[package]]
 4431name = "dirs"
 4432version = "6.0.0"
 4433source = "registry+https://github.com/rust-lang/crates.io-index"
 4434checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4435dependencies = [
 4436 "dirs-sys 0.5.0",
 4437]
 4438
 4439[[package]]
 4440name = "dirs-sys"
 4441version = "0.3.7"
 4442source = "registry+https://github.com/rust-lang/crates.io-index"
 4443checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4444dependencies = [
 4445 "libc",
 4446 "redox_users 0.4.6",
 4447 "winapi",
 4448]
 4449
 4450[[package]]
 4451name = "dirs-sys"
 4452version = "0.4.1"
 4453source = "registry+https://github.com/rust-lang/crates.io-index"
 4454checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4455dependencies = [
 4456 "libc",
 4457 "option-ext",
 4458 "redox_users 0.4.6",
 4459 "windows-sys 0.48.0",
 4460]
 4461
 4462[[package]]
 4463name = "dirs-sys"
 4464version = "0.5.0"
 4465source = "registry+https://github.com/rust-lang/crates.io-index"
 4466checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4467dependencies = [
 4468 "libc",
 4469 "option-ext",
 4470 "redox_users 0.5.0",
 4471 "windows-sys 0.59.0",
 4472]
 4473
 4474[[package]]
 4475name = "dispatch"
 4476version = "0.2.0"
 4477source = "registry+https://github.com/rust-lang/crates.io-index"
 4478checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4479
 4480[[package]]
 4481name = "dispatch2"
 4482version = "0.3.0"
 4483source = "registry+https://github.com/rust-lang/crates.io-index"
 4484checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4485dependencies = [
 4486 "bitflags 2.9.0",
 4487 "objc2",
 4488]
 4489
 4490[[package]]
 4491name = "displaydoc"
 4492version = "0.2.5"
 4493source = "registry+https://github.com/rust-lang/crates.io-index"
 4494checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4495dependencies = [
 4496 "proc-macro2",
 4497 "quote",
 4498 "syn 2.0.101",
 4499]
 4500
 4501[[package]]
 4502name = "dlib"
 4503version = "0.5.2"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4506dependencies = [
 4507 "libloading",
 4508]
 4509
 4510[[package]]
 4511name = "docs_preprocessor"
 4512version = "0.1.0"
 4513dependencies = [
 4514 "anyhow",
 4515 "clap",
 4516 "mdbook",
 4517 "regex",
 4518 "serde",
 4519 "serde_json",
 4520 "settings",
 4521 "util",
 4522 "workspace-hack",
 4523]
 4524
 4525[[package]]
 4526name = "documented"
 4527version = "0.9.1"
 4528source = "registry+https://github.com/rust-lang/crates.io-index"
 4529checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4530dependencies = [
 4531 "documented-macros",
 4532 "phf",
 4533 "thiserror 1.0.69",
 4534]
 4535
 4536[[package]]
 4537name = "documented-macros"
 4538version = "0.9.1"
 4539source = "registry+https://github.com/rust-lang/crates.io-index"
 4540checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4541dependencies = [
 4542 "convert_case 0.6.0",
 4543 "itertools 0.13.0",
 4544 "optfield",
 4545 "proc-macro2",
 4546 "quote",
 4547 "strum 0.26.3",
 4548 "syn 2.0.101",
 4549]
 4550
 4551[[package]]
 4552name = "dotenv"
 4553version = "0.15.0"
 4554source = "registry+https://github.com/rust-lang/crates.io-index"
 4555checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4556
 4557[[package]]
 4558name = "dotenvy"
 4559version = "0.15.7"
 4560source = "registry+https://github.com/rust-lang/crates.io-index"
 4561checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4562
 4563[[package]]
 4564name = "downcast-rs"
 4565version = "1.2.1"
 4566source = "registry+https://github.com/rust-lang/crates.io-index"
 4567checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4568
 4569[[package]]
 4570name = "doxygen-rs"
 4571version = "0.4.2"
 4572source = "registry+https://github.com/rust-lang/crates.io-index"
 4573checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4574dependencies = [
 4575 "phf",
 4576]
 4577
 4578[[package]]
 4579name = "dtoa"
 4580version = "1.0.10"
 4581source = "registry+https://github.com/rust-lang/crates.io-index"
 4582checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4583
 4584[[package]]
 4585name = "dtoa-short"
 4586version = "0.3.5"
 4587source = "registry+https://github.com/rust-lang/crates.io-index"
 4588checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4589dependencies = [
 4590 "dtoa",
 4591]
 4592
 4593[[package]]
 4594name = "dtor"
 4595version = "0.0.6"
 4596source = "registry+https://github.com/rust-lang/crates.io-index"
 4597checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4598dependencies = [
 4599 "dtor-proc-macro",
 4600]
 4601
 4602[[package]]
 4603name = "dtor-proc-macro"
 4604version = "0.0.5"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4607
 4608[[package]]
 4609name = "dunce"
 4610version = "1.0.5"
 4611source = "registry+https://github.com/rust-lang/crates.io-index"
 4612checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4613
 4614[[package]]
 4615name = "dwrote"
 4616version = "0.11.3"
 4617source = "registry+https://github.com/rust-lang/crates.io-index"
 4618checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4619dependencies = [
 4620 "lazy_static",
 4621 "libc",
 4622 "winapi",
 4623 "wio",
 4624]
 4625
 4626[[package]]
 4627name = "dyn-clone"
 4628version = "1.0.19"
 4629source = "registry+https://github.com/rust-lang/crates.io-index"
 4630checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4631
 4632[[package]]
 4633name = "ec4rs"
 4634version = "1.2.0"
 4635source = "registry+https://github.com/rust-lang/crates.io-index"
 4636checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4637
 4638[[package]]
 4639name = "ecdsa"
 4640version = "0.14.8"
 4641source = "registry+https://github.com/rust-lang/crates.io-index"
 4642checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4643dependencies = [
 4644 "der 0.6.1",
 4645 "elliptic-curve",
 4646 "rfc6979",
 4647 "signature 1.6.4",
 4648]
 4649
 4650[[package]]
 4651name = "editor"
 4652version = "0.1.0"
 4653dependencies = [
 4654 "aho-corasick",
 4655 "anyhow",
 4656 "assets",
 4657 "buffer_diff",
 4658 "client",
 4659 "clock",
 4660 "collections",
 4661 "command_palette_hooks",
 4662 "convert_case 0.8.0",
 4663 "ctor",
 4664 "db",
 4665 "emojis",
 4666 "env_logger 0.11.8",
 4667 "feature_flags",
 4668 "file_icons",
 4669 "fs",
 4670 "futures 0.3.31",
 4671 "fuzzy",
 4672 "git",
 4673 "gpui",
 4674 "http_client",
 4675 "indoc",
 4676 "inline_completion",
 4677 "itertools 0.14.0",
 4678 "language",
 4679 "languages",
 4680 "linkify",
 4681 "log",
 4682 "lsp",
 4683 "markdown",
 4684 "menu",
 4685 "multi_buffer",
 4686 "ordered-float 2.10.1",
 4687 "parking_lot",
 4688 "pretty_assertions",
 4689 "project",
 4690 "rand 0.8.5",
 4691 "release_channel",
 4692 "rpc",
 4693 "schemars",
 4694 "serde",
 4695 "serde_json",
 4696 "settings",
 4697 "smallvec",
 4698 "smol",
 4699 "snippet",
 4700 "sum_tree",
 4701 "task",
 4702 "telemetry",
 4703 "tempfile",
 4704 "text",
 4705 "theme",
 4706 "time",
 4707 "tree-sitter-html",
 4708 "tree-sitter-python",
 4709 "tree-sitter-rust",
 4710 "tree-sitter-typescript",
 4711 "ui",
 4712 "unicode-script",
 4713 "unicode-segmentation",
 4714 "unindent",
 4715 "url",
 4716 "util",
 4717 "uuid",
 4718 "workspace",
 4719 "workspace-hack",
 4720 "zed_actions",
 4721]
 4722
 4723[[package]]
 4724name = "either"
 4725version = "1.15.0"
 4726source = "registry+https://github.com/rust-lang/crates.io-index"
 4727checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4728dependencies = [
 4729 "serde",
 4730]
 4731
 4732[[package]]
 4733name = "elasticlunr-rs"
 4734version = "3.0.2"
 4735source = "registry+https://github.com/rust-lang/crates.io-index"
 4736checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4737dependencies = [
 4738 "regex",
 4739 "serde",
 4740 "serde_derive",
 4741 "serde_json",
 4742]
 4743
 4744[[package]]
 4745name = "elliptic-curve"
 4746version = "0.12.3"
 4747source = "registry+https://github.com/rust-lang/crates.io-index"
 4748checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4749dependencies = [
 4750 "base16ct",
 4751 "crypto-bigint 0.4.9",
 4752 "der 0.6.1",
 4753 "digest",
 4754 "ff",
 4755 "generic-array",
 4756 "group",
 4757 "pkcs8 0.9.0",
 4758 "rand_core 0.6.4",
 4759 "sec1",
 4760 "subtle",
 4761 "zeroize",
 4762]
 4763
 4764[[package]]
 4765name = "email_address"
 4766version = "0.2.9"
 4767source = "registry+https://github.com/rust-lang/crates.io-index"
 4768checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4769dependencies = [
 4770 "serde",
 4771]
 4772
 4773[[package]]
 4774name = "embed-resource"
 4775version = "3.0.2"
 4776source = "registry+https://github.com/rust-lang/crates.io-index"
 4777checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4778dependencies = [
 4779 "cc",
 4780 "memchr",
 4781 "rustc_version",
 4782 "toml 0.8.20",
 4783 "vswhom",
 4784 "winreg 0.52.0",
 4785]
 4786
 4787[[package]]
 4788name = "embedded-io"
 4789version = "0.4.0"
 4790source = "registry+https://github.com/rust-lang/crates.io-index"
 4791checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4792
 4793[[package]]
 4794name = "embedded-io"
 4795version = "0.6.1"
 4796source = "registry+https://github.com/rust-lang/crates.io-index"
 4797checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4798
 4799[[package]]
 4800name = "emojis"
 4801version = "0.6.4"
 4802source = "registry+https://github.com/rust-lang/crates.io-index"
 4803checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4804dependencies = [
 4805 "phf",
 4806]
 4807
 4808[[package]]
 4809name = "encode_unicode"
 4810version = "1.0.0"
 4811source = "registry+https://github.com/rust-lang/crates.io-index"
 4812checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4813
 4814[[package]]
 4815name = "encoding_rs"
 4816version = "0.8.35"
 4817source = "registry+https://github.com/rust-lang/crates.io-index"
 4818checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4819dependencies = [
 4820 "cfg-if",
 4821]
 4822
 4823[[package]]
 4824name = "endi"
 4825version = "1.1.0"
 4826source = "registry+https://github.com/rust-lang/crates.io-index"
 4827checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4828
 4829[[package]]
 4830name = "enumflags2"
 4831version = "0.7.11"
 4832source = "registry+https://github.com/rust-lang/crates.io-index"
 4833checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4834dependencies = [
 4835 "enumflags2_derive",
 4836 "serde",
 4837]
 4838
 4839[[package]]
 4840name = "enumflags2_derive"
 4841version = "0.7.11"
 4842source = "registry+https://github.com/rust-lang/crates.io-index"
 4843checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4844dependencies = [
 4845 "proc-macro2",
 4846 "quote",
 4847 "syn 2.0.101",
 4848]
 4849
 4850[[package]]
 4851name = "env_filter"
 4852version = "0.1.3"
 4853source = "registry+https://github.com/rust-lang/crates.io-index"
 4854checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4855dependencies = [
 4856 "log",
 4857 "regex",
 4858]
 4859
 4860[[package]]
 4861name = "env_logger"
 4862version = "0.10.2"
 4863source = "registry+https://github.com/rust-lang/crates.io-index"
 4864checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4865dependencies = [
 4866 "humantime",
 4867 "is-terminal",
 4868 "log",
 4869 "regex",
 4870 "termcolor",
 4871]
 4872
 4873[[package]]
 4874name = "env_logger"
 4875version = "0.11.8"
 4876source = "registry+https://github.com/rust-lang/crates.io-index"
 4877checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4878dependencies = [
 4879 "anstream",
 4880 "anstyle",
 4881 "env_filter",
 4882 "jiff",
 4883 "log",
 4884]
 4885
 4886[[package]]
 4887name = "envy"
 4888version = "0.4.2"
 4889source = "registry+https://github.com/rust-lang/crates.io-index"
 4890checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4891dependencies = [
 4892 "serde",
 4893]
 4894
 4895[[package]]
 4896name = "equivalent"
 4897version = "1.0.2"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4900
 4901[[package]]
 4902name = "erased-serde"
 4903version = "0.4.6"
 4904source = "registry+https://github.com/rust-lang/crates.io-index"
 4905checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4906dependencies = [
 4907 "serde",
 4908 "typeid",
 4909]
 4910
 4911[[package]]
 4912name = "errno"
 4913version = "0.2.8"
 4914source = "registry+https://github.com/rust-lang/crates.io-index"
 4915checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4916dependencies = [
 4917 "errno-dragonfly",
 4918 "libc",
 4919 "winapi",
 4920]
 4921
 4922[[package]]
 4923name = "errno"
 4924version = "0.3.11"
 4925source = "registry+https://github.com/rust-lang/crates.io-index"
 4926checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4927dependencies = [
 4928 "libc",
 4929 "windows-sys 0.59.0",
 4930]
 4931
 4932[[package]]
 4933name = "errno-dragonfly"
 4934version = "0.1.2"
 4935source = "registry+https://github.com/rust-lang/crates.io-index"
 4936checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4937dependencies = [
 4938 "cc",
 4939 "libc",
 4940]
 4941
 4942[[package]]
 4943name = "etagere"
 4944version = "0.2.15"
 4945source = "registry+https://github.com/rust-lang/crates.io-index"
 4946checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4947dependencies = [
 4948 "euclid",
 4949 "svg_fmt",
 4950]
 4951
 4952[[package]]
 4953name = "etcetera"
 4954version = "0.8.0"
 4955source = "registry+https://github.com/rust-lang/crates.io-index"
 4956checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4957dependencies = [
 4958 "cfg-if",
 4959 "home",
 4960 "windows-sys 0.48.0",
 4961]
 4962
 4963[[package]]
 4964name = "euclid"
 4965version = "0.22.11"
 4966source = "registry+https://github.com/rust-lang/crates.io-index"
 4967checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4968dependencies = [
 4969 "num-traits",
 4970]
 4971
 4972[[package]]
 4973name = "eval"
 4974version = "0.1.0"
 4975dependencies = [
 4976 "agent",
 4977 "anyhow",
 4978 "assistant_settings",
 4979 "assistant_tool",
 4980 "assistant_tools",
 4981 "async-trait",
 4982 "async-watch",
 4983 "buffer_diff",
 4984 "chrono",
 4985 "clap",
 4986 "client",
 4987 "collections",
 4988 "debug_adapter_extension",
 4989 "dirs 4.0.0",
 4990 "dotenv",
 4991 "env_logger 0.11.8",
 4992 "extension",
 4993 "fs",
 4994 "futures 0.3.31",
 4995 "gpui",
 4996 "gpui_tokio",
 4997 "handlebars 4.5.0",
 4998 "language",
 4999 "language_extension",
 5000 "language_model",
 5001 "language_models",
 5002 "languages",
 5003 "markdown",
 5004 "node_runtime",
 5005 "pathdiff",
 5006 "paths",
 5007 "pretty_assertions",
 5008 "project",
 5009 "prompt_store",
 5010 "regex",
 5011 "release_channel",
 5012 "reqwest_client",
 5013 "serde",
 5014 "serde_json",
 5015 "settings",
 5016 "shellexpand 2.1.2",
 5017 "smol",
 5018 "telemetry",
 5019 "toml 0.8.20",
 5020 "unindent",
 5021 "util",
 5022 "uuid",
 5023 "workspace-hack",
 5024]
 5025
 5026[[package]]
 5027name = "event-listener"
 5028version = "2.5.3"
 5029source = "registry+https://github.com/rust-lang/crates.io-index"
 5030checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5031
 5032[[package]]
 5033name = "event-listener"
 5034version = "5.4.0"
 5035source = "registry+https://github.com/rust-lang/crates.io-index"
 5036checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5037dependencies = [
 5038 "concurrent-queue",
 5039 "parking",
 5040 "pin-project-lite",
 5041]
 5042
 5043[[package]]
 5044name = "event-listener-strategy"
 5045version = "0.5.4"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5048dependencies = [
 5049 "event-listener 5.4.0",
 5050 "pin-project-lite",
 5051]
 5052
 5053[[package]]
 5054name = "exec"
 5055version = "0.3.1"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5058dependencies = [
 5059 "errno 0.2.8",
 5060 "libc",
 5061]
 5062
 5063[[package]]
 5064name = "exr"
 5065version = "1.73.0"
 5066source = "registry+https://github.com/rust-lang/crates.io-index"
 5067checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5068dependencies = [
 5069 "bit_field",
 5070 "half",
 5071 "lebe",
 5072 "miniz_oxide",
 5073 "rayon-core",
 5074 "smallvec",
 5075 "zune-inflate",
 5076]
 5077
 5078[[package]]
 5079name = "extension"
 5080version = "0.1.0"
 5081dependencies = [
 5082 "anyhow",
 5083 "async-compression",
 5084 "async-tar",
 5085 "async-trait",
 5086 "collections",
 5087 "dap",
 5088 "fs",
 5089 "futures 0.3.31",
 5090 "gpui",
 5091 "heck 0.5.0",
 5092 "http_client",
 5093 "language",
 5094 "log",
 5095 "lsp",
 5096 "parking_lot",
 5097 "semantic_version",
 5098 "serde",
 5099 "serde_json",
 5100 "task",
 5101 "toml 0.8.20",
 5102 "util",
 5103 "wasi-preview1-component-adapter-provider",
 5104 "wasm-encoder 0.221.3",
 5105 "wasmparser 0.221.3",
 5106 "wit-component 0.221.3",
 5107 "workspace-hack",
 5108]
 5109
 5110[[package]]
 5111name = "extension_cli"
 5112version = "0.1.0"
 5113dependencies = [
 5114 "anyhow",
 5115 "clap",
 5116 "env_logger 0.11.8",
 5117 "extension",
 5118 "fs",
 5119 "gpui",
 5120 "language",
 5121 "log",
 5122 "reqwest_client",
 5123 "rpc",
 5124 "serde",
 5125 "serde_json",
 5126 "theme",
 5127 "tokio",
 5128 "toml 0.8.20",
 5129 "tree-sitter",
 5130 "wasmtime",
 5131 "workspace-hack",
 5132]
 5133
 5134[[package]]
 5135name = "extension_host"
 5136version = "0.1.0"
 5137dependencies = [
 5138 "anyhow",
 5139 "async-compression",
 5140 "async-tar",
 5141 "async-trait",
 5142 "client",
 5143 "collections",
 5144 "criterion",
 5145 "ctor",
 5146 "dap",
 5147 "env_logger 0.11.8",
 5148 "extension",
 5149 "fs",
 5150 "futures 0.3.31",
 5151 "gpui",
 5152 "http_client",
 5153 "language",
 5154 "language_extension",
 5155 "log",
 5156 "lsp",
 5157 "node_runtime",
 5158 "parking_lot",
 5159 "paths",
 5160 "project",
 5161 "rand 0.8.5",
 5162 "release_channel",
 5163 "remote",
 5164 "reqwest_client",
 5165 "schemars",
 5166 "semantic_version",
 5167 "serde",
 5168 "serde_json",
 5169 "serde_json_lenient",
 5170 "settings",
 5171 "task",
 5172 "telemetry",
 5173 "tempfile",
 5174 "theme",
 5175 "theme_extension",
 5176 "toml 0.8.20",
 5177 "url",
 5178 "util",
 5179 "wasmparser 0.221.3",
 5180 "wasmtime",
 5181 "wasmtime-wasi",
 5182 "workspace-hack",
 5183]
 5184
 5185[[package]]
 5186name = "extensions_ui"
 5187version = "0.1.0"
 5188dependencies = [
 5189 "anyhow",
 5190 "client",
 5191 "collections",
 5192 "db",
 5193 "editor",
 5194 "extension",
 5195 "extension_host",
 5196 "fs",
 5197 "fuzzy",
 5198 "gpui",
 5199 "language",
 5200 "log",
 5201 "num-format",
 5202 "picker",
 5203 "project",
 5204 "release_channel",
 5205 "semantic_version",
 5206 "serde",
 5207 "settings",
 5208 "smallvec",
 5209 "strum 0.27.1",
 5210 "telemetry",
 5211 "theme",
 5212 "ui",
 5213 "util",
 5214 "vim_mode_setting",
 5215 "workspace",
 5216 "workspace-hack",
 5217 "zed_actions",
 5218]
 5219
 5220[[package]]
 5221name = "fallible-iterator"
 5222version = "0.3.0"
 5223source = "registry+https://github.com/rust-lang/crates.io-index"
 5224checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5225
 5226[[package]]
 5227name = "fancy-regex"
 5228version = "0.13.0"
 5229source = "registry+https://github.com/rust-lang/crates.io-index"
 5230checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5231dependencies = [
 5232 "bit-set 0.5.3",
 5233 "regex-automata 0.4.9",
 5234 "regex-syntax 0.8.5",
 5235]
 5236
 5237[[package]]
 5238name = "fancy-regex"
 5239version = "0.14.0"
 5240source = "registry+https://github.com/rust-lang/crates.io-index"
 5241checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5242dependencies = [
 5243 "bit-set 0.8.0",
 5244 "regex-automata 0.4.9",
 5245 "regex-syntax 0.8.5",
 5246]
 5247
 5248[[package]]
 5249name = "fast-srgb8"
 5250version = "1.0.0"
 5251source = "registry+https://github.com/rust-lang/crates.io-index"
 5252checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5253
 5254[[package]]
 5255name = "faster-hex"
 5256version = "0.9.0"
 5257source = "registry+https://github.com/rust-lang/crates.io-index"
 5258checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5259dependencies = [
 5260 "serde",
 5261]
 5262
 5263[[package]]
 5264name = "faster-hex"
 5265version = "0.10.0"
 5266source = "registry+https://github.com/rust-lang/crates.io-index"
 5267checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5268dependencies = [
 5269 "heapless",
 5270 "serde",
 5271]
 5272
 5273[[package]]
 5274name = "fastrand"
 5275version = "1.9.0"
 5276source = "registry+https://github.com/rust-lang/crates.io-index"
 5277checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5278dependencies = [
 5279 "instant",
 5280]
 5281
 5282[[package]]
 5283name = "fastrand"
 5284version = "2.3.0"
 5285source = "registry+https://github.com/rust-lang/crates.io-index"
 5286checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5287
 5288[[package]]
 5289name = "fd-lock"
 5290version = "4.0.4"
 5291source = "registry+https://github.com/rust-lang/crates.io-index"
 5292checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5293dependencies = [
 5294 "cfg-if",
 5295 "rustix 1.0.7",
 5296 "windows-sys 0.59.0",
 5297]
 5298
 5299[[package]]
 5300name = "fdeflate"
 5301version = "0.3.7"
 5302source = "registry+https://github.com/rust-lang/crates.io-index"
 5303checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5304dependencies = [
 5305 "simd-adler32",
 5306]
 5307
 5308[[package]]
 5309name = "feature_flags"
 5310version = "0.1.0"
 5311dependencies = [
 5312 "futures 0.3.31",
 5313 "gpui",
 5314 "smol",
 5315 "workspace-hack",
 5316]
 5317
 5318[[package]]
 5319name = "feedback"
 5320version = "0.1.0"
 5321dependencies = [
 5322 "client",
 5323 "editor",
 5324 "gpui",
 5325 "human_bytes",
 5326 "menu",
 5327 "release_channel",
 5328 "serde",
 5329 "sysinfo",
 5330 "ui",
 5331 "urlencoding",
 5332 "util",
 5333 "workspace",
 5334 "workspace-hack",
 5335 "zed_actions",
 5336]
 5337
 5338[[package]]
 5339name = "ff"
 5340version = "0.12.1"
 5341source = "registry+https://github.com/rust-lang/crates.io-index"
 5342checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5343dependencies = [
 5344 "rand_core 0.6.4",
 5345 "subtle",
 5346]
 5347
 5348[[package]]
 5349name = "file_finder"
 5350version = "0.1.0"
 5351dependencies = [
 5352 "anyhow",
 5353 "collections",
 5354 "ctor",
 5355 "editor",
 5356 "env_logger 0.11.8",
 5357 "file_icons",
 5358 "futures 0.3.31",
 5359 "fuzzy",
 5360 "gpui",
 5361 "language",
 5362 "menu",
 5363 "picker",
 5364 "project",
 5365 "schemars",
 5366 "serde",
 5367 "serde_derive",
 5368 "serde_json",
 5369 "settings",
 5370 "text",
 5371 "theme",
 5372 "ui",
 5373 "util",
 5374 "workspace",
 5375 "workspace-hack",
 5376]
 5377
 5378[[package]]
 5379name = "file_icons"
 5380version = "0.1.0"
 5381dependencies = [
 5382 "gpui",
 5383 "serde",
 5384 "settings",
 5385 "theme",
 5386 "util",
 5387 "workspace-hack",
 5388]
 5389
 5390[[package]]
 5391name = "filedescriptor"
 5392version = "0.8.3"
 5393source = "registry+https://github.com/rust-lang/crates.io-index"
 5394checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5395dependencies = [
 5396 "libc",
 5397 "thiserror 1.0.69",
 5398 "winapi",
 5399]
 5400
 5401[[package]]
 5402name = "filetime"
 5403version = "0.2.25"
 5404source = "registry+https://github.com/rust-lang/crates.io-index"
 5405checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5406dependencies = [
 5407 "cfg-if",
 5408 "libc",
 5409 "libredox",
 5410 "windows-sys 0.59.0",
 5411]
 5412
 5413[[package]]
 5414name = "fixedbitset"
 5415version = "0.4.2"
 5416source = "registry+https://github.com/rust-lang/crates.io-index"
 5417checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5418
 5419[[package]]
 5420name = "flate2"
 5421version = "1.1.1"
 5422source = "registry+https://github.com/rust-lang/crates.io-index"
 5423checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5424dependencies = [
 5425 "crc32fast",
 5426 "libz-rs-sys",
 5427 "miniz_oxide",
 5428]
 5429
 5430[[package]]
 5431name = "float-cmp"
 5432version = "0.9.0"
 5433source = "registry+https://github.com/rust-lang/crates.io-index"
 5434checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5435
 5436[[package]]
 5437name = "float-ord"
 5438version = "0.3.2"
 5439source = "registry+https://github.com/rust-lang/crates.io-index"
 5440checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5441
 5442[[package]]
 5443name = "float_next_after"
 5444version = "1.0.0"
 5445source = "registry+https://github.com/rust-lang/crates.io-index"
 5446checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5447
 5448[[package]]
 5449name = "fluent-uri"
 5450version = "0.3.2"
 5451source = "registry+https://github.com/rust-lang/crates.io-index"
 5452checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5453dependencies = [
 5454 "borrow-or-share",
 5455 "ref-cast",
 5456 "serde",
 5457]
 5458
 5459[[package]]
 5460name = "flume"
 5461version = "0.11.1"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5464dependencies = [
 5465 "futures-core",
 5466 "futures-sink",
 5467 "nanorand",
 5468 "spin",
 5469]
 5470
 5471[[package]]
 5472name = "fnv"
 5473version = "1.0.7"
 5474source = "registry+https://github.com/rust-lang/crates.io-index"
 5475checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5476
 5477[[package]]
 5478name = "foldhash"
 5479version = "0.1.5"
 5480source = "registry+https://github.com/rust-lang/crates.io-index"
 5481checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5482
 5483[[package]]
 5484name = "font-kit"
 5485version = "0.14.1"
 5486source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5487dependencies = [
 5488 "bitflags 2.9.0",
 5489 "byteorder",
 5490 "core-foundation 0.10.0",
 5491 "core-graphics 0.24.0",
 5492 "core-text",
 5493 "dirs 5.0.1",
 5494 "dwrote",
 5495 "float-ord",
 5496 "freetype-sys",
 5497 "lazy_static",
 5498 "libc",
 5499 "log",
 5500 "pathfinder_geometry",
 5501 "pathfinder_simd",
 5502 "walkdir",
 5503 "winapi",
 5504 "yeslogic-fontconfig-sys",
 5505]
 5506
 5507[[package]]
 5508name = "font-types"
 5509version = "0.8.4"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5512dependencies = [
 5513 "bytemuck",
 5514]
 5515
 5516[[package]]
 5517name = "fontconfig-parser"
 5518version = "0.5.7"
 5519source = "registry+https://github.com/rust-lang/crates.io-index"
 5520checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5521dependencies = [
 5522 "roxmltree",
 5523]
 5524
 5525[[package]]
 5526name = "fontdb"
 5527version = "0.16.2"
 5528source = "registry+https://github.com/rust-lang/crates.io-index"
 5529checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5530dependencies = [
 5531 "fontconfig-parser",
 5532 "log",
 5533 "memmap2",
 5534 "slotmap",
 5535 "tinyvec",
 5536 "ttf-parser 0.20.0",
 5537]
 5538
 5539[[package]]
 5540name = "fontdb"
 5541version = "0.23.0"
 5542source = "registry+https://github.com/rust-lang/crates.io-index"
 5543checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5544dependencies = [
 5545 "fontconfig-parser",
 5546 "log",
 5547 "memmap2",
 5548 "slotmap",
 5549 "tinyvec",
 5550 "ttf-parser 0.25.1",
 5551]
 5552
 5553[[package]]
 5554name = "foreign-types"
 5555version = "0.3.2"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5558dependencies = [
 5559 "foreign-types-shared 0.1.1",
 5560]
 5561
 5562[[package]]
 5563name = "foreign-types"
 5564version = "0.5.0"
 5565source = "registry+https://github.com/rust-lang/crates.io-index"
 5566checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5567dependencies = [
 5568 "foreign-types-macros",
 5569 "foreign-types-shared 0.3.1",
 5570]
 5571
 5572[[package]]
 5573name = "foreign-types-macros"
 5574version = "0.2.3"
 5575source = "registry+https://github.com/rust-lang/crates.io-index"
 5576checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5577dependencies = [
 5578 "proc-macro2",
 5579 "quote",
 5580 "syn 2.0.101",
 5581]
 5582
 5583[[package]]
 5584name = "foreign-types-shared"
 5585version = "0.1.1"
 5586source = "registry+https://github.com/rust-lang/crates.io-index"
 5587checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5588
 5589[[package]]
 5590name = "foreign-types-shared"
 5591version = "0.3.1"
 5592source = "registry+https://github.com/rust-lang/crates.io-index"
 5593checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5594
 5595[[package]]
 5596name = "fork"
 5597version = "0.2.0"
 5598source = "registry+https://github.com/rust-lang/crates.io-index"
 5599checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5600dependencies = [
 5601 "libc",
 5602]
 5603
 5604[[package]]
 5605name = "form_urlencoded"
 5606version = "1.2.1"
 5607source = "registry+https://github.com/rust-lang/crates.io-index"
 5608checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5609dependencies = [
 5610 "percent-encoding",
 5611]
 5612
 5613[[package]]
 5614name = "fraction"
 5615version = "0.15.3"
 5616source = "registry+https://github.com/rust-lang/crates.io-index"
 5617checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5618dependencies = [
 5619 "lazy_static",
 5620 "num",
 5621]
 5622
 5623[[package]]
 5624name = "freetype-sys"
 5625version = "0.20.1"
 5626source = "registry+https://github.com/rust-lang/crates.io-index"
 5627checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5628dependencies = [
 5629 "cc",
 5630 "libc",
 5631 "pkg-config",
 5632]
 5633
 5634[[package]]
 5635name = "fs"
 5636version = "0.1.0"
 5637dependencies = [
 5638 "anyhow",
 5639 "ashpd",
 5640 "async-tar",
 5641 "async-trait",
 5642 "cocoa 0.26.0",
 5643 "collections",
 5644 "fsevent",
 5645 "futures 0.3.31",
 5646 "git",
 5647 "gpui",
 5648 "ignore",
 5649 "libc",
 5650 "log",
 5651 "notify",
 5652 "objc",
 5653 "parking_lot",
 5654 "paths",
 5655 "proto",
 5656 "rope",
 5657 "serde",
 5658 "serde_json",
 5659 "smol",
 5660 "tempfile",
 5661 "text",
 5662 "time",
 5663 "util",
 5664 "windows 0.61.1",
 5665 "workspace-hack",
 5666]
 5667
 5668[[package]]
 5669name = "fs-set-times"
 5670version = "0.20.3"
 5671source = "registry+https://github.com/rust-lang/crates.io-index"
 5672checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5673dependencies = [
 5674 "io-lifetimes",
 5675 "rustix 1.0.7",
 5676 "windows-sys 0.59.0",
 5677]
 5678
 5679[[package]]
 5680name = "fs2"
 5681version = "0.4.3"
 5682source = "registry+https://github.com/rust-lang/crates.io-index"
 5683checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5684dependencies = [
 5685 "libc",
 5686 "winapi",
 5687]
 5688
 5689[[package]]
 5690name = "fs_extra"
 5691version = "1.3.0"
 5692source = "registry+https://github.com/rust-lang/crates.io-index"
 5693checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5694
 5695[[package]]
 5696name = "fsevent"
 5697version = "0.1.0"
 5698dependencies = [
 5699 "bitflags 2.9.0",
 5700 "core-foundation 0.10.0",
 5701 "fsevent-sys 3.1.0",
 5702 "parking_lot",
 5703 "tempfile",
 5704 "workspace-hack",
 5705]
 5706
 5707[[package]]
 5708name = "fsevent-sys"
 5709version = "3.1.0"
 5710source = "registry+https://github.com/rust-lang/crates.io-index"
 5711checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5712dependencies = [
 5713 "libc",
 5714]
 5715
 5716[[package]]
 5717name = "fsevent-sys"
 5718version = "4.1.0"
 5719source = "registry+https://github.com/rust-lang/crates.io-index"
 5720checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5721dependencies = [
 5722 "libc",
 5723]
 5724
 5725[[package]]
 5726name = "funty"
 5727version = "2.0.0"
 5728source = "registry+https://github.com/rust-lang/crates.io-index"
 5729checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5730
 5731[[package]]
 5732name = "futf"
 5733version = "0.1.5"
 5734source = "registry+https://github.com/rust-lang/crates.io-index"
 5735checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5736dependencies = [
 5737 "mac",
 5738 "new_debug_unreachable",
 5739]
 5740
 5741[[package]]
 5742name = "futures"
 5743version = "0.1.31"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5746
 5747[[package]]
 5748name = "futures"
 5749version = "0.3.31"
 5750source = "registry+https://github.com/rust-lang/crates.io-index"
 5751checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5752dependencies = [
 5753 "futures-channel",
 5754 "futures-core",
 5755 "futures-executor",
 5756 "futures-io",
 5757 "futures-sink",
 5758 "futures-task",
 5759 "futures-util",
 5760]
 5761
 5762[[package]]
 5763name = "futures-batch"
 5764version = "0.6.1"
 5765source = "registry+https://github.com/rust-lang/crates.io-index"
 5766checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5767dependencies = [
 5768 "futures 0.3.31",
 5769 "futures-timer",
 5770 "pin-utils",
 5771]
 5772
 5773[[package]]
 5774name = "futures-channel"
 5775version = "0.3.31"
 5776source = "registry+https://github.com/rust-lang/crates.io-index"
 5777checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5778dependencies = [
 5779 "futures-core",
 5780 "futures-sink",
 5781]
 5782
 5783[[package]]
 5784name = "futures-core"
 5785version = "0.3.31"
 5786source = "registry+https://github.com/rust-lang/crates.io-index"
 5787checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5788
 5789[[package]]
 5790name = "futures-executor"
 5791version = "0.3.31"
 5792source = "registry+https://github.com/rust-lang/crates.io-index"
 5793checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5794dependencies = [
 5795 "futures-core",
 5796 "futures-task",
 5797 "futures-util",
 5798]
 5799
 5800[[package]]
 5801name = "futures-intrusive"
 5802version = "0.5.0"
 5803source = "registry+https://github.com/rust-lang/crates.io-index"
 5804checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5805dependencies = [
 5806 "futures-core",
 5807 "lock_api",
 5808 "parking_lot",
 5809]
 5810
 5811[[package]]
 5812name = "futures-io"
 5813version = "0.3.31"
 5814source = "registry+https://github.com/rust-lang/crates.io-index"
 5815checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5816
 5817[[package]]
 5818name = "futures-lite"
 5819version = "1.13.0"
 5820source = "registry+https://github.com/rust-lang/crates.io-index"
 5821checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5822dependencies = [
 5823 "fastrand 1.9.0",
 5824 "futures-core",
 5825 "futures-io",
 5826 "memchr",
 5827 "parking",
 5828 "pin-project-lite",
 5829 "waker-fn",
 5830]
 5831
 5832[[package]]
 5833name = "futures-lite"
 5834version = "2.6.0"
 5835source = "registry+https://github.com/rust-lang/crates.io-index"
 5836checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5837dependencies = [
 5838 "fastrand 2.3.0",
 5839 "futures-core",
 5840 "futures-io",
 5841 "parking",
 5842 "pin-project-lite",
 5843]
 5844
 5845[[package]]
 5846name = "futures-macro"
 5847version = "0.3.31"
 5848source = "registry+https://github.com/rust-lang/crates.io-index"
 5849checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5850dependencies = [
 5851 "proc-macro2",
 5852 "quote",
 5853 "syn 2.0.101",
 5854]
 5855
 5856[[package]]
 5857name = "futures-sink"
 5858version = "0.3.31"
 5859source = "registry+https://github.com/rust-lang/crates.io-index"
 5860checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5861
 5862[[package]]
 5863name = "futures-task"
 5864version = "0.3.31"
 5865source = "registry+https://github.com/rust-lang/crates.io-index"
 5866checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5867
 5868[[package]]
 5869name = "futures-timer"
 5870version = "3.0.3"
 5871source = "registry+https://github.com/rust-lang/crates.io-index"
 5872checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5873
 5874[[package]]
 5875name = "futures-util"
 5876version = "0.3.31"
 5877source = "registry+https://github.com/rust-lang/crates.io-index"
 5878checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5879dependencies = [
 5880 "futures 0.1.31",
 5881 "futures-channel",
 5882 "futures-core",
 5883 "futures-io",
 5884 "futures-macro",
 5885 "futures-sink",
 5886 "futures-task",
 5887 "memchr",
 5888 "pin-project-lite",
 5889 "pin-utils",
 5890 "slab",
 5891 "tokio-io",
 5892]
 5893
 5894[[package]]
 5895name = "fuzzy"
 5896version = "0.1.0"
 5897dependencies = [
 5898 "gpui",
 5899 "log",
 5900 "util",
 5901 "workspace-hack",
 5902]
 5903
 5904[[package]]
 5905name = "fuzzy-matcher"
 5906version = "0.3.7"
 5907source = "registry+https://github.com/rust-lang/crates.io-index"
 5908checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5909dependencies = [
 5910 "thread_local",
 5911]
 5912
 5913[[package]]
 5914name = "generic-array"
 5915version = "0.14.7"
 5916source = "registry+https://github.com/rust-lang/crates.io-index"
 5917checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5918dependencies = [
 5919 "typenum",
 5920 "version_check",
 5921]
 5922
 5923[[package]]
 5924name = "gethostname"
 5925version = "0.4.3"
 5926source = "registry+https://github.com/rust-lang/crates.io-index"
 5927checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5928dependencies = [
 5929 "libc",
 5930 "windows-targets 0.48.5",
 5931]
 5932
 5933[[package]]
 5934name = "getrandom"
 5935version = "0.1.16"
 5936source = "registry+https://github.com/rust-lang/crates.io-index"
 5937checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5938dependencies = [
 5939 "cfg-if",
 5940 "libc",
 5941 "wasi 0.9.0+wasi-snapshot-preview1",
 5942]
 5943
 5944[[package]]
 5945name = "getrandom"
 5946version = "0.2.15"
 5947source = "registry+https://github.com/rust-lang/crates.io-index"
 5948checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5949dependencies = [
 5950 "cfg-if",
 5951 "js-sys",
 5952 "libc",
 5953 "wasi 0.11.0+wasi-snapshot-preview1",
 5954 "wasm-bindgen",
 5955]
 5956
 5957[[package]]
 5958name = "getrandom"
 5959version = "0.3.2"
 5960source = "registry+https://github.com/rust-lang/crates.io-index"
 5961checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5962dependencies = [
 5963 "cfg-if",
 5964 "js-sys",
 5965 "libc",
 5966 "r-efi",
 5967 "wasi 0.14.2+wasi-0.2.4",
 5968 "wasm-bindgen",
 5969]
 5970
 5971[[package]]
 5972name = "gif"
 5973version = "0.13.1"
 5974source = "registry+https://github.com/rust-lang/crates.io-index"
 5975checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5976dependencies = [
 5977 "color_quant",
 5978 "weezl",
 5979]
 5980
 5981[[package]]
 5982name = "gimli"
 5983version = "0.31.1"
 5984source = "registry+https://github.com/rust-lang/crates.io-index"
 5985checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5986dependencies = [
 5987 "fallible-iterator",
 5988 "indexmap",
 5989 "stable_deref_trait",
 5990]
 5991
 5992[[package]]
 5993name = "git"
 5994version = "0.1.0"
 5995dependencies = [
 5996 "anyhow",
 5997 "askpass",
 5998 "async-trait",
 5999 "collections",
 6000 "derive_more",
 6001 "futures 0.3.31",
 6002 "git2",
 6003 "gpui",
 6004 "http_client",
 6005 "log",
 6006 "parking_lot",
 6007 "pretty_assertions",
 6008 "regex",
 6009 "rope",
 6010 "schemars",
 6011 "serde",
 6012 "serde_json",
 6013 "smol",
 6014 "sum_tree",
 6015 "tempfile",
 6016 "text",
 6017 "thiserror 2.0.12",
 6018 "time",
 6019 "unindent",
 6020 "url",
 6021 "util",
 6022 "uuid",
 6023 "workspace-hack",
 6024]
 6025
 6026[[package]]
 6027name = "git2"
 6028version = "0.20.1"
 6029source = "registry+https://github.com/rust-lang/crates.io-index"
 6030checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6031dependencies = [
 6032 "bitflags 2.9.0",
 6033 "libc",
 6034 "libgit2-sys",
 6035 "log",
 6036 "url",
 6037]
 6038
 6039[[package]]
 6040name = "git_hosting_providers"
 6041version = "0.1.0"
 6042dependencies = [
 6043 "anyhow",
 6044 "async-trait",
 6045 "futures 0.3.31",
 6046 "git",
 6047 "gpui",
 6048 "http_client",
 6049 "indoc",
 6050 "pretty_assertions",
 6051 "regex",
 6052 "schemars",
 6053 "serde",
 6054 "serde_json",
 6055 "settings",
 6056 "url",
 6057 "util",
 6058 "workspace-hack",
 6059]
 6060
 6061[[package]]
 6062name = "git_ui"
 6063version = "0.1.0"
 6064dependencies = [
 6065 "anyhow",
 6066 "askpass",
 6067 "assistant_settings",
 6068 "buffer_diff",
 6069 "chrono",
 6070 "collections",
 6071 "command_palette_hooks",
 6072 "component",
 6073 "ctor",
 6074 "db",
 6075 "editor",
 6076 "env_logger 0.11.8",
 6077 "futures 0.3.31",
 6078 "fuzzy",
 6079 "git",
 6080 "gpui",
 6081 "itertools 0.14.0",
 6082 "language",
 6083 "language_model",
 6084 "linkify",
 6085 "log",
 6086 "markdown",
 6087 "menu",
 6088 "multi_buffer",
 6089 "notifications",
 6090 "panel",
 6091 "picker",
 6092 "postage",
 6093 "pretty_assertions",
 6094 "project",
 6095 "schemars",
 6096 "serde",
 6097 "serde_derive",
 6098 "serde_json",
 6099 "settings",
 6100 "strum 0.27.1",
 6101 "telemetry",
 6102 "theme",
 6103 "time",
 6104 "time_format",
 6105 "ui",
 6106 "unindent",
 6107 "util",
 6108 "windows 0.61.1",
 6109 "workspace",
 6110 "workspace-hack",
 6111 "zed_actions",
 6112]
 6113
 6114[[package]]
 6115name = "gix"
 6116version = "0.71.0"
 6117source = "registry+https://github.com/rust-lang/crates.io-index"
 6118checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6119dependencies = [
 6120 "gix-actor",
 6121 "gix-attributes",
 6122 "gix-command",
 6123 "gix-commitgraph",
 6124 "gix-config",
 6125 "gix-date",
 6126 "gix-diff",
 6127 "gix-discover",
 6128 "gix-features 0.41.1",
 6129 "gix-filter",
 6130 "gix-fs 0.14.0",
 6131 "gix-glob",
 6132 "gix-hash 0.17.0",
 6133 "gix-hashtable",
 6134 "gix-ignore",
 6135 "gix-index",
 6136 "gix-lock",
 6137 "gix-object",
 6138 "gix-odb",
 6139 "gix-pack",
 6140 "gix-path",
 6141 "gix-pathspec",
 6142 "gix-protocol",
 6143 "gix-ref",
 6144 "gix-refspec",
 6145 "gix-revision",
 6146 "gix-revwalk",
 6147 "gix-sec",
 6148 "gix-shallow",
 6149 "gix-submodule",
 6150 "gix-tempfile",
 6151 "gix-trace",
 6152 "gix-traverse",
 6153 "gix-url",
 6154 "gix-utils 0.2.0",
 6155 "gix-validate 0.9.4",
 6156 "gix-worktree",
 6157 "once_cell",
 6158 "smallvec",
 6159 "thiserror 2.0.12",
 6160]
 6161
 6162[[package]]
 6163name = "gix-actor"
 6164version = "0.34.0"
 6165source = "registry+https://github.com/rust-lang/crates.io-index"
 6166checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6167dependencies = [
 6168 "bstr",
 6169 "gix-date",
 6170 "gix-utils 0.2.0",
 6171 "itoa",
 6172 "thiserror 2.0.12",
 6173 "winnow",
 6174]
 6175
 6176[[package]]
 6177name = "gix-attributes"
 6178version = "0.25.0"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6181dependencies = [
 6182 "bstr",
 6183 "gix-glob",
 6184 "gix-path",
 6185 "gix-quote",
 6186 "gix-trace",
 6187 "kstring",
 6188 "smallvec",
 6189 "thiserror 2.0.12",
 6190 "unicode-bom",
 6191]
 6192
 6193[[package]]
 6194name = "gix-bitmap"
 6195version = "0.2.14"
 6196source = "registry+https://github.com/rust-lang/crates.io-index"
 6197checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6198dependencies = [
 6199 "thiserror 2.0.12",
 6200]
 6201
 6202[[package]]
 6203name = "gix-chunk"
 6204version = "0.4.11"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6207dependencies = [
 6208 "thiserror 2.0.12",
 6209]
 6210
 6211[[package]]
 6212name = "gix-command"
 6213version = "0.5.0"
 6214source = "registry+https://github.com/rust-lang/crates.io-index"
 6215checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6216dependencies = [
 6217 "bstr",
 6218 "gix-path",
 6219 "gix-quote",
 6220 "gix-trace",
 6221 "shell-words",
 6222]
 6223
 6224[[package]]
 6225name = "gix-commitgraph"
 6226version = "0.27.0"
 6227source = "registry+https://github.com/rust-lang/crates.io-index"
 6228checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6229dependencies = [
 6230 "bstr",
 6231 "gix-chunk",
 6232 "gix-hash 0.17.0",
 6233 "memmap2",
 6234 "thiserror 2.0.12",
 6235]
 6236
 6237[[package]]
 6238name = "gix-config"
 6239version = "0.44.0"
 6240source = "registry+https://github.com/rust-lang/crates.io-index"
 6241checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6242dependencies = [
 6243 "bstr",
 6244 "gix-config-value",
 6245 "gix-features 0.41.1",
 6246 "gix-glob",
 6247 "gix-path",
 6248 "gix-ref",
 6249 "gix-sec",
 6250 "memchr",
 6251 "once_cell",
 6252 "smallvec",
 6253 "thiserror 2.0.12",
 6254 "unicode-bom",
 6255 "winnow",
 6256]
 6257
 6258[[package]]
 6259name = "gix-config-value"
 6260version = "0.14.12"
 6261source = "registry+https://github.com/rust-lang/crates.io-index"
 6262checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6263dependencies = [
 6264 "bitflags 2.9.0",
 6265 "bstr",
 6266 "gix-path",
 6267 "libc",
 6268 "thiserror 2.0.12",
 6269]
 6270
 6271[[package]]
 6272name = "gix-date"
 6273version = "0.9.4"
 6274source = "registry+https://github.com/rust-lang/crates.io-index"
 6275checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6276dependencies = [
 6277 "bstr",
 6278 "itoa",
 6279 "jiff",
 6280 "thiserror 2.0.12",
 6281]
 6282
 6283[[package]]
 6284name = "gix-diff"
 6285version = "0.51.0"
 6286source = "registry+https://github.com/rust-lang/crates.io-index"
 6287checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6288dependencies = [
 6289 "bstr",
 6290 "gix-command",
 6291 "gix-filter",
 6292 "gix-fs 0.14.0",
 6293 "gix-hash 0.17.0",
 6294 "gix-object",
 6295 "gix-path",
 6296 "gix-tempfile",
 6297 "gix-trace",
 6298 "gix-traverse",
 6299 "gix-worktree",
 6300 "imara-diff",
 6301 "thiserror 2.0.12",
 6302]
 6303
 6304[[package]]
 6305name = "gix-discover"
 6306version = "0.39.0"
 6307source = "registry+https://github.com/rust-lang/crates.io-index"
 6308checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6309dependencies = [
 6310 "bstr",
 6311 "dunce",
 6312 "gix-fs 0.14.0",
 6313 "gix-hash 0.17.0",
 6314 "gix-path",
 6315 "gix-ref",
 6316 "gix-sec",
 6317 "thiserror 2.0.12",
 6318]
 6319
 6320[[package]]
 6321name = "gix-features"
 6322version = "0.41.1"
 6323source = "registry+https://github.com/rust-lang/crates.io-index"
 6324checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6325dependencies = [
 6326 "crc32fast",
 6327 "crossbeam-channel",
 6328 "flate2",
 6329 "gix-path",
 6330 "gix-trace",
 6331 "gix-utils 0.2.0",
 6332 "libc",
 6333 "once_cell",
 6334 "parking_lot",
 6335 "prodash",
 6336 "thiserror 2.0.12",
 6337 "walkdir",
 6338]
 6339
 6340[[package]]
 6341name = "gix-features"
 6342version = "0.42.1"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6345dependencies = [
 6346 "gix-trace",
 6347 "gix-utils 0.3.0",
 6348 "libc",
 6349 "prodash",
 6350]
 6351
 6352[[package]]
 6353name = "gix-filter"
 6354version = "0.18.0"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6357dependencies = [
 6358 "bstr",
 6359 "encoding_rs",
 6360 "gix-attributes",
 6361 "gix-command",
 6362 "gix-hash 0.17.0",
 6363 "gix-object",
 6364 "gix-packetline-blocking",
 6365 "gix-path",
 6366 "gix-quote",
 6367 "gix-trace",
 6368 "gix-utils 0.2.0",
 6369 "smallvec",
 6370 "thiserror 2.0.12",
 6371]
 6372
 6373[[package]]
 6374name = "gix-fs"
 6375version = "0.14.0"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6378dependencies = [
 6379 "bstr",
 6380 "fastrand 2.3.0",
 6381 "gix-features 0.41.1",
 6382 "gix-path",
 6383 "gix-utils 0.2.0",
 6384 "thiserror 2.0.12",
 6385]
 6386
 6387[[package]]
 6388name = "gix-fs"
 6389version = "0.15.0"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6392dependencies = [
 6393 "bstr",
 6394 "fastrand 2.3.0",
 6395 "gix-features 0.42.1",
 6396 "gix-path",
 6397 "gix-utils 0.3.0",
 6398 "thiserror 2.0.12",
 6399]
 6400
 6401[[package]]
 6402name = "gix-glob"
 6403version = "0.19.0"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6406dependencies = [
 6407 "bitflags 2.9.0",
 6408 "bstr",
 6409 "gix-features 0.41.1",
 6410 "gix-path",
 6411]
 6412
 6413[[package]]
 6414name = "gix-hash"
 6415version = "0.17.0"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6418dependencies = [
 6419 "faster-hex 0.9.0",
 6420 "gix-features 0.41.1",
 6421 "sha1-checked",
 6422 "thiserror 2.0.12",
 6423]
 6424
 6425[[package]]
 6426name = "gix-hash"
 6427version = "0.18.0"
 6428source = "registry+https://github.com/rust-lang/crates.io-index"
 6429checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6430dependencies = [
 6431 "faster-hex 0.10.0",
 6432 "gix-features 0.42.1",
 6433 "sha1-checked",
 6434 "thiserror 2.0.12",
 6435]
 6436
 6437[[package]]
 6438name = "gix-hashtable"
 6439version = "0.8.1"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6442dependencies = [
 6443 "gix-hash 0.18.0",
 6444 "hashbrown 0.14.5",
 6445 "parking_lot",
 6446]
 6447
 6448[[package]]
 6449name = "gix-ignore"
 6450version = "0.14.0"
 6451source = "registry+https://github.com/rust-lang/crates.io-index"
 6452checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6453dependencies = [
 6454 "bstr",
 6455 "gix-glob",
 6456 "gix-path",
 6457 "gix-trace",
 6458 "unicode-bom",
 6459]
 6460
 6461[[package]]
 6462name = "gix-index"
 6463version = "0.39.0"
 6464source = "registry+https://github.com/rust-lang/crates.io-index"
 6465checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6466dependencies = [
 6467 "bitflags 2.9.0",
 6468 "bstr",
 6469 "filetime",
 6470 "fnv",
 6471 "gix-bitmap",
 6472 "gix-features 0.41.1",
 6473 "gix-fs 0.14.0",
 6474 "gix-hash 0.17.0",
 6475 "gix-lock",
 6476 "gix-object",
 6477 "gix-traverse",
 6478 "gix-utils 0.2.0",
 6479 "gix-validate 0.9.4",
 6480 "hashbrown 0.14.5",
 6481 "itoa",
 6482 "libc",
 6483 "memmap2",
 6484 "rustix 0.38.44",
 6485 "smallvec",
 6486 "thiserror 2.0.12",
 6487]
 6488
 6489[[package]]
 6490name = "gix-lock"
 6491version = "17.1.0"
 6492source = "registry+https://github.com/rust-lang/crates.io-index"
 6493checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6494dependencies = [
 6495 "gix-tempfile",
 6496 "gix-utils 0.3.0",
 6497 "thiserror 2.0.12",
 6498]
 6499
 6500[[package]]
 6501name = "gix-object"
 6502version = "0.48.0"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6505dependencies = [
 6506 "bstr",
 6507 "gix-actor",
 6508 "gix-date",
 6509 "gix-features 0.41.1",
 6510 "gix-hash 0.17.0",
 6511 "gix-hashtable",
 6512 "gix-path",
 6513 "gix-utils 0.2.0",
 6514 "gix-validate 0.9.4",
 6515 "itoa",
 6516 "smallvec",
 6517 "thiserror 2.0.12",
 6518 "winnow",
 6519]
 6520
 6521[[package]]
 6522name = "gix-odb"
 6523version = "0.68.0"
 6524source = "registry+https://github.com/rust-lang/crates.io-index"
 6525checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6526dependencies = [
 6527 "arc-swap",
 6528 "gix-date",
 6529 "gix-features 0.41.1",
 6530 "gix-fs 0.14.0",
 6531 "gix-hash 0.17.0",
 6532 "gix-hashtable",
 6533 "gix-object",
 6534 "gix-pack",
 6535 "gix-path",
 6536 "gix-quote",
 6537 "parking_lot",
 6538 "tempfile",
 6539 "thiserror 2.0.12",
 6540]
 6541
 6542[[package]]
 6543name = "gix-pack"
 6544version = "0.58.0"
 6545source = "registry+https://github.com/rust-lang/crates.io-index"
 6546checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6547dependencies = [
 6548 "clru",
 6549 "gix-chunk",
 6550 "gix-features 0.41.1",
 6551 "gix-hash 0.17.0",
 6552 "gix-hashtable",
 6553 "gix-object",
 6554 "gix-path",
 6555 "memmap2",
 6556 "smallvec",
 6557 "thiserror 2.0.12",
 6558 "uluru",
 6559]
 6560
 6561[[package]]
 6562name = "gix-packetline"
 6563version = "0.18.4"
 6564source = "registry+https://github.com/rust-lang/crates.io-index"
 6565checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6566dependencies = [
 6567 "bstr",
 6568 "faster-hex 0.9.0",
 6569 "gix-trace",
 6570 "thiserror 2.0.12",
 6571]
 6572
 6573[[package]]
 6574name = "gix-packetline-blocking"
 6575version = "0.18.3"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6578dependencies = [
 6579 "bstr",
 6580 "faster-hex 0.9.0",
 6581 "gix-trace",
 6582 "thiserror 2.0.12",
 6583]
 6584
 6585[[package]]
 6586name = "gix-path"
 6587version = "0.10.18"
 6588source = "registry+https://github.com/rust-lang/crates.io-index"
 6589checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6590dependencies = [
 6591 "bstr",
 6592 "gix-trace",
 6593 "gix-validate 0.10.0",
 6594 "home",
 6595 "once_cell",
 6596 "thiserror 2.0.12",
 6597]
 6598
 6599[[package]]
 6600name = "gix-pathspec"
 6601version = "0.10.0"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6604dependencies = [
 6605 "bitflags 2.9.0",
 6606 "bstr",
 6607 "gix-attributes",
 6608 "gix-config-value",
 6609 "gix-glob",
 6610 "gix-path",
 6611 "thiserror 2.0.12",
 6612]
 6613
 6614[[package]]
 6615name = "gix-protocol"
 6616version = "0.49.0"
 6617source = "registry+https://github.com/rust-lang/crates.io-index"
 6618checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6619dependencies = [
 6620 "bstr",
 6621 "gix-date",
 6622 "gix-features 0.41.1",
 6623 "gix-hash 0.17.0",
 6624 "gix-ref",
 6625 "gix-shallow",
 6626 "gix-transport",
 6627 "gix-utils 0.2.0",
 6628 "maybe-async",
 6629 "thiserror 2.0.12",
 6630 "winnow",
 6631]
 6632
 6633[[package]]
 6634name = "gix-quote"
 6635version = "0.5.0"
 6636source = "registry+https://github.com/rust-lang/crates.io-index"
 6637checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6638dependencies = [
 6639 "bstr",
 6640 "gix-utils 0.2.0",
 6641 "thiserror 2.0.12",
 6642]
 6643
 6644[[package]]
 6645name = "gix-ref"
 6646version = "0.51.0"
 6647source = "registry+https://github.com/rust-lang/crates.io-index"
 6648checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6649dependencies = [
 6650 "gix-actor",
 6651 "gix-features 0.41.1",
 6652 "gix-fs 0.14.0",
 6653 "gix-hash 0.17.0",
 6654 "gix-lock",
 6655 "gix-object",
 6656 "gix-path",
 6657 "gix-tempfile",
 6658 "gix-utils 0.2.0",
 6659 "gix-validate 0.9.4",
 6660 "memmap2",
 6661 "thiserror 2.0.12",
 6662 "winnow",
 6663]
 6664
 6665[[package]]
 6666name = "gix-refspec"
 6667version = "0.29.0"
 6668source = "registry+https://github.com/rust-lang/crates.io-index"
 6669checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6670dependencies = [
 6671 "bstr",
 6672 "gix-hash 0.17.0",
 6673 "gix-revision",
 6674 "gix-validate 0.9.4",
 6675 "smallvec",
 6676 "thiserror 2.0.12",
 6677]
 6678
 6679[[package]]
 6680name = "gix-revision"
 6681version = "0.33.0"
 6682source = "registry+https://github.com/rust-lang/crates.io-index"
 6683checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6684dependencies = [
 6685 "bstr",
 6686 "gix-commitgraph",
 6687 "gix-date",
 6688 "gix-hash 0.17.0",
 6689 "gix-object",
 6690 "gix-revwalk",
 6691 "thiserror 2.0.12",
 6692]
 6693
 6694[[package]]
 6695name = "gix-revwalk"
 6696version = "0.19.0"
 6697source = "registry+https://github.com/rust-lang/crates.io-index"
 6698checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6699dependencies = [
 6700 "gix-commitgraph",
 6701 "gix-date",
 6702 "gix-hash 0.17.0",
 6703 "gix-hashtable",
 6704 "gix-object",
 6705 "smallvec",
 6706 "thiserror 2.0.12",
 6707]
 6708
 6709[[package]]
 6710name = "gix-sec"
 6711version = "0.10.12"
 6712source = "registry+https://github.com/rust-lang/crates.io-index"
 6713checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6714dependencies = [
 6715 "bitflags 2.9.0",
 6716 "gix-path",
 6717 "libc",
 6718 "windows-sys 0.52.0",
 6719]
 6720
 6721[[package]]
 6722name = "gix-shallow"
 6723version = "0.3.0"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6726dependencies = [
 6727 "bstr",
 6728 "gix-hash 0.17.0",
 6729 "gix-lock",
 6730 "thiserror 2.0.12",
 6731]
 6732
 6733[[package]]
 6734name = "gix-submodule"
 6735version = "0.18.0"
 6736source = "registry+https://github.com/rust-lang/crates.io-index"
 6737checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6738dependencies = [
 6739 "bstr",
 6740 "gix-config",
 6741 "gix-path",
 6742 "gix-pathspec",
 6743 "gix-refspec",
 6744 "gix-url",
 6745 "thiserror 2.0.12",
 6746]
 6747
 6748[[package]]
 6749name = "gix-tempfile"
 6750version = "17.1.0"
 6751source = "registry+https://github.com/rust-lang/crates.io-index"
 6752checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6753dependencies = [
 6754 "dashmap 6.1.0",
 6755 "gix-fs 0.15.0",
 6756 "libc",
 6757 "once_cell",
 6758 "parking_lot",
 6759 "tempfile",
 6760]
 6761
 6762[[package]]
 6763name = "gix-trace"
 6764version = "0.1.12"
 6765source = "registry+https://github.com/rust-lang/crates.io-index"
 6766checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6767
 6768[[package]]
 6769name = "gix-transport"
 6770version = "0.46.0"
 6771source = "registry+https://github.com/rust-lang/crates.io-index"
 6772checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6773dependencies = [
 6774 "bstr",
 6775 "gix-command",
 6776 "gix-features 0.41.1",
 6777 "gix-packetline",
 6778 "gix-quote",
 6779 "gix-sec",
 6780 "gix-url",
 6781 "thiserror 2.0.12",
 6782]
 6783
 6784[[package]]
 6785name = "gix-traverse"
 6786version = "0.45.0"
 6787source = "registry+https://github.com/rust-lang/crates.io-index"
 6788checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6789dependencies = [
 6790 "bitflags 2.9.0",
 6791 "gix-commitgraph",
 6792 "gix-date",
 6793 "gix-hash 0.17.0",
 6794 "gix-hashtable",
 6795 "gix-object",
 6796 "gix-revwalk",
 6797 "smallvec",
 6798 "thiserror 2.0.12",
 6799]
 6800
 6801[[package]]
 6802name = "gix-url"
 6803version = "0.30.0"
 6804source = "registry+https://github.com/rust-lang/crates.io-index"
 6805checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6806dependencies = [
 6807 "bstr",
 6808 "gix-features 0.41.1",
 6809 "gix-path",
 6810 "percent-encoding",
 6811 "thiserror 2.0.12",
 6812 "url",
 6813]
 6814
 6815[[package]]
 6816name = "gix-utils"
 6817version = "0.2.0"
 6818source = "registry+https://github.com/rust-lang/crates.io-index"
 6819checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6820dependencies = [
 6821 "fastrand 2.3.0",
 6822 "unicode-normalization",
 6823]
 6824
 6825[[package]]
 6826name = "gix-utils"
 6827version = "0.3.0"
 6828source = "registry+https://github.com/rust-lang/crates.io-index"
 6829checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6830dependencies = [
 6831 "fastrand 2.3.0",
 6832 "unicode-normalization",
 6833]
 6834
 6835[[package]]
 6836name = "gix-validate"
 6837version = "0.9.4"
 6838source = "registry+https://github.com/rust-lang/crates.io-index"
 6839checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6840dependencies = [
 6841 "bstr",
 6842 "thiserror 2.0.12",
 6843]
 6844
 6845[[package]]
 6846name = "gix-validate"
 6847version = "0.10.0"
 6848source = "registry+https://github.com/rust-lang/crates.io-index"
 6849checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6850dependencies = [
 6851 "bstr",
 6852 "thiserror 2.0.12",
 6853]
 6854
 6855[[package]]
 6856name = "gix-worktree"
 6857version = "0.40.0"
 6858source = "registry+https://github.com/rust-lang/crates.io-index"
 6859checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6860dependencies = [
 6861 "bstr",
 6862 "gix-attributes",
 6863 "gix-features 0.41.1",
 6864 "gix-fs 0.14.0",
 6865 "gix-glob",
 6866 "gix-hash 0.17.0",
 6867 "gix-ignore",
 6868 "gix-index",
 6869 "gix-object",
 6870 "gix-path",
 6871 "gix-validate 0.9.4",
 6872]
 6873
 6874[[package]]
 6875name = "glob"
 6876version = "0.3.2"
 6877source = "registry+https://github.com/rust-lang/crates.io-index"
 6878checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6879
 6880[[package]]
 6881name = "globset"
 6882version = "0.4.16"
 6883source = "registry+https://github.com/rust-lang/crates.io-index"
 6884checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6885dependencies = [
 6886 "aho-corasick",
 6887 "bstr",
 6888 "log",
 6889 "regex-automata 0.4.9",
 6890 "regex-syntax 0.8.5",
 6891]
 6892
 6893[[package]]
 6894name = "gloo-timers"
 6895version = "0.3.0"
 6896source = "registry+https://github.com/rust-lang/crates.io-index"
 6897checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6898dependencies = [
 6899 "futures-channel",
 6900 "futures-core",
 6901 "js-sys",
 6902 "wasm-bindgen",
 6903]
 6904
 6905[[package]]
 6906name = "glow"
 6907version = "0.14.2"
 6908source = "registry+https://github.com/rust-lang/crates.io-index"
 6909checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6910dependencies = [
 6911 "js-sys",
 6912 "slotmap",
 6913 "wasm-bindgen",
 6914 "web-sys",
 6915]
 6916
 6917[[package]]
 6918name = "go_to_line"
 6919version = "0.1.0"
 6920dependencies = [
 6921 "anyhow",
 6922 "editor",
 6923 "gpui",
 6924 "indoc",
 6925 "language",
 6926 "menu",
 6927 "project",
 6928 "rope",
 6929 "schemars",
 6930 "serde",
 6931 "serde_json",
 6932 "settings",
 6933 "text",
 6934 "theme",
 6935 "tree-sitter-rust",
 6936 "tree-sitter-typescript",
 6937 "ui",
 6938 "util",
 6939 "workspace",
 6940 "workspace-hack",
 6941]
 6942
 6943[[package]]
 6944name = "google_ai"
 6945version = "0.1.0"
 6946dependencies = [
 6947 "anyhow",
 6948 "futures 0.3.31",
 6949 "http_client",
 6950 "schemars",
 6951 "serde",
 6952 "serde_json",
 6953 "strum 0.27.1",
 6954 "workspace-hack",
 6955]
 6956
 6957[[package]]
 6958name = "gpu-alloc"
 6959version = "0.6.0"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6962dependencies = [
 6963 "bitflags 2.9.0",
 6964 "gpu-alloc-types",
 6965]
 6966
 6967[[package]]
 6968name = "gpu-alloc-ash"
 6969version = "0.7.0"
 6970source = "registry+https://github.com/rust-lang/crates.io-index"
 6971checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 6972dependencies = [
 6973 "ash",
 6974 "gpu-alloc-types",
 6975 "tinyvec",
 6976]
 6977
 6978[[package]]
 6979name = "gpu-alloc-types"
 6980version = "0.3.0"
 6981source = "registry+https://github.com/rust-lang/crates.io-index"
 6982checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 6983dependencies = [
 6984 "bitflags 2.9.0",
 6985]
 6986
 6987[[package]]
 6988name = "gpui"
 6989version = "0.1.0"
 6990dependencies = [
 6991 "anyhow",
 6992 "as-raw-xcb-connection",
 6993 "ashpd",
 6994 "async-task",
 6995 "backtrace",
 6996 "bindgen 0.71.1",
 6997 "blade-graphics",
 6998 "blade-macros",
 6999 "blade-util",
 7000 "block",
 7001 "bytemuck",
 7002 "calloop",
 7003 "calloop-wayland-source",
 7004 "cbindgen",
 7005 "cocoa 0.26.0",
 7006 "collections",
 7007 "core-foundation 0.10.0",
 7008 "core-foundation-sys",
 7009 "core-graphics 0.24.0",
 7010 "core-text",
 7011 "core-video",
 7012 "cosmic-text",
 7013 "ctor",
 7014 "derive_more",
 7015 "embed-resource",
 7016 "env_logger 0.11.8",
 7017 "etagere",
 7018 "filedescriptor",
 7019 "flume",
 7020 "font-kit",
 7021 "foreign-types 0.5.0",
 7022 "futures 0.3.31",
 7023 "gpui_macros",
 7024 "http_client",
 7025 "image",
 7026 "inventory",
 7027 "itertools 0.14.0",
 7028 "log",
 7029 "lyon",
 7030 "media",
 7031 "metal",
 7032 "naga",
 7033 "num_cpus",
 7034 "objc",
 7035 "objc2",
 7036 "objc2-metal",
 7037 "oo7",
 7038 "open",
 7039 "parking",
 7040 "parking_lot",
 7041 "pathfinder_geometry",
 7042 "postage",
 7043 "profiling",
 7044 "rand 0.8.5",
 7045 "raw-window-handle",
 7046 "refineable",
 7047 "reqwest_client",
 7048 "resvg",
 7049 "scap",
 7050 "schemars",
 7051 "seahash",
 7052 "semantic_version",
 7053 "serde",
 7054 "serde_derive",
 7055 "serde_json",
 7056 "slotmap",
 7057 "smallvec",
 7058 "smol",
 7059 "strum 0.27.1",
 7060 "sum_tree",
 7061 "taffy",
 7062 "thiserror 2.0.12",
 7063 "unicode-segmentation",
 7064 "usvg",
 7065 "util",
 7066 "uuid",
 7067 "waker-fn",
 7068 "wayland-backend",
 7069 "wayland-client",
 7070 "wayland-cursor",
 7071 "wayland-protocols",
 7072 "wayland-protocols-plasma",
 7073 "windows 0.61.1",
 7074 "windows-core 0.61.0",
 7075 "windows-numerics",
 7076 "windows-registry 0.5.1",
 7077 "workspace-hack",
 7078 "x11-clipboard",
 7079 "x11rb",
 7080 "xim",
 7081 "xkbcommon",
 7082]
 7083
 7084[[package]]
 7085name = "gpui_macros"
 7086version = "0.1.0"
 7087dependencies = [
 7088 "gpui",
 7089 "proc-macro2",
 7090 "quote",
 7091 "syn 1.0.109",
 7092 "workspace-hack",
 7093]
 7094
 7095[[package]]
 7096name = "gpui_tokio"
 7097version = "0.1.0"
 7098dependencies = [
 7099 "gpui",
 7100 "tokio",
 7101 "util",
 7102 "workspace-hack",
 7103]
 7104
 7105[[package]]
 7106name = "grid"
 7107version = "0.13.0"
 7108source = "registry+https://github.com/rust-lang/crates.io-index"
 7109checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7110
 7111[[package]]
 7112name = "group"
 7113version = "0.12.1"
 7114source = "registry+https://github.com/rust-lang/crates.io-index"
 7115checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7116dependencies = [
 7117 "ff",
 7118 "rand_core 0.6.4",
 7119 "subtle",
 7120]
 7121
 7122[[package]]
 7123name = "h2"
 7124version = "0.3.26"
 7125source = "registry+https://github.com/rust-lang/crates.io-index"
 7126checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7127dependencies = [
 7128 "bytes 1.10.1",
 7129 "fnv",
 7130 "futures-core",
 7131 "futures-sink",
 7132 "futures-util",
 7133 "http 0.2.12",
 7134 "indexmap",
 7135 "slab",
 7136 "tokio",
 7137 "tokio-util",
 7138 "tracing",
 7139]
 7140
 7141[[package]]
 7142name = "h2"
 7143version = "0.4.9"
 7144source = "registry+https://github.com/rust-lang/crates.io-index"
 7145checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7146dependencies = [
 7147 "atomic-waker",
 7148 "bytes 1.10.1",
 7149 "fnv",
 7150 "futures-core",
 7151 "futures-sink",
 7152 "http 1.3.1",
 7153 "indexmap",
 7154 "slab",
 7155 "tokio",
 7156 "tokio-util",
 7157 "tracing",
 7158]
 7159
 7160[[package]]
 7161name = "half"
 7162version = "2.6.0"
 7163source = "registry+https://github.com/rust-lang/crates.io-index"
 7164checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7165dependencies = [
 7166 "cfg-if",
 7167 "crunchy",
 7168 "num-traits",
 7169]
 7170
 7171[[package]]
 7172name = "handlebars"
 7173version = "4.5.0"
 7174source = "registry+https://github.com/rust-lang/crates.io-index"
 7175checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7176dependencies = [
 7177 "log",
 7178 "pest",
 7179 "pest_derive",
 7180 "rust-embed",
 7181 "serde",
 7182 "serde_json",
 7183 "thiserror 1.0.69",
 7184]
 7185
 7186[[package]]
 7187name = "handlebars"
 7188version = "6.3.2"
 7189source = "registry+https://github.com/rust-lang/crates.io-index"
 7190checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7191dependencies = [
 7192 "derive_builder",
 7193 "log",
 7194 "num-order",
 7195 "pest",
 7196 "pest_derive",
 7197 "serde",
 7198 "serde_json",
 7199 "thiserror 2.0.12",
 7200]
 7201
 7202[[package]]
 7203name = "hash32"
 7204version = "0.3.1"
 7205source = "registry+https://github.com/rust-lang/crates.io-index"
 7206checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7207dependencies = [
 7208 "byteorder",
 7209]
 7210
 7211[[package]]
 7212name = "hashbrown"
 7213version = "0.12.3"
 7214source = "registry+https://github.com/rust-lang/crates.io-index"
 7215checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7216dependencies = [
 7217 "ahash 0.7.8",
 7218]
 7219
 7220[[package]]
 7221name = "hashbrown"
 7222version = "0.14.5"
 7223source = "registry+https://github.com/rust-lang/crates.io-index"
 7224checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7225dependencies = [
 7226 "ahash 0.8.11",
 7227 "allocator-api2",
 7228]
 7229
 7230[[package]]
 7231name = "hashbrown"
 7232version = "0.15.3"
 7233source = "registry+https://github.com/rust-lang/crates.io-index"
 7234checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7235dependencies = [
 7236 "allocator-api2",
 7237 "equivalent",
 7238 "foldhash",
 7239 "serde",
 7240]
 7241
 7242[[package]]
 7243name = "hashlink"
 7244version = "0.8.4"
 7245source = "registry+https://github.com/rust-lang/crates.io-index"
 7246checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7247dependencies = [
 7248 "hashbrown 0.14.5",
 7249]
 7250
 7251[[package]]
 7252name = "hashlink"
 7253version = "0.10.0"
 7254source = "registry+https://github.com/rust-lang/crates.io-index"
 7255checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7256dependencies = [
 7257 "hashbrown 0.15.3",
 7258]
 7259
 7260[[package]]
 7261name = "headers"
 7262version = "0.3.9"
 7263source = "registry+https://github.com/rust-lang/crates.io-index"
 7264checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7265dependencies = [
 7266 "base64 0.21.7",
 7267 "bytes 1.10.1",
 7268 "headers-core",
 7269 "http 0.2.12",
 7270 "httpdate",
 7271 "mime",
 7272 "sha1",
 7273]
 7274
 7275[[package]]
 7276name = "headers-core"
 7277version = "0.2.0"
 7278source = "registry+https://github.com/rust-lang/crates.io-index"
 7279checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7280dependencies = [
 7281 "http 0.2.12",
 7282]
 7283
 7284[[package]]
 7285name = "heapless"
 7286version = "0.8.0"
 7287source = "registry+https://github.com/rust-lang/crates.io-index"
 7288checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7289dependencies = [
 7290 "hash32",
 7291 "stable_deref_trait",
 7292]
 7293
 7294[[package]]
 7295name = "heck"
 7296version = "0.3.3"
 7297source = "registry+https://github.com/rust-lang/crates.io-index"
 7298checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7299dependencies = [
 7300 "unicode-segmentation",
 7301]
 7302
 7303[[package]]
 7304name = "heck"
 7305version = "0.4.1"
 7306source = "registry+https://github.com/rust-lang/crates.io-index"
 7307checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7308dependencies = [
 7309 "unicode-segmentation",
 7310]
 7311
 7312[[package]]
 7313name = "heck"
 7314version = "0.5.0"
 7315source = "registry+https://github.com/rust-lang/crates.io-index"
 7316checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7317
 7318[[package]]
 7319name = "heed"
 7320version = "0.21.0"
 7321source = "registry+https://github.com/rust-lang/crates.io-index"
 7322checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7323dependencies = [
 7324 "bitflags 2.9.0",
 7325 "byteorder",
 7326 "heed-traits",
 7327 "heed-types",
 7328 "libc",
 7329 "lmdb-master-sys",
 7330 "once_cell",
 7331 "page_size",
 7332 "serde",
 7333 "synchronoise",
 7334 "url",
 7335]
 7336
 7337[[package]]
 7338name = "heed-traits"
 7339version = "0.20.0"
 7340source = "registry+https://github.com/rust-lang/crates.io-index"
 7341checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7342
 7343[[package]]
 7344name = "heed-types"
 7345version = "0.21.0"
 7346source = "registry+https://github.com/rust-lang/crates.io-index"
 7347checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7348dependencies = [
 7349 "bincode",
 7350 "byteorder",
 7351 "heed-traits",
 7352 "serde",
 7353 "serde_json",
 7354]
 7355
 7356[[package]]
 7357name = "hermit-abi"
 7358version = "0.3.9"
 7359source = "registry+https://github.com/rust-lang/crates.io-index"
 7360checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7361
 7362[[package]]
 7363name = "hermit-abi"
 7364version = "0.4.0"
 7365source = "registry+https://github.com/rust-lang/crates.io-index"
 7366checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7367
 7368[[package]]
 7369name = "hermit-abi"
 7370version = "0.5.0"
 7371source = "registry+https://github.com/rust-lang/crates.io-index"
 7372checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7373
 7374[[package]]
 7375name = "hex"
 7376version = "0.4.3"
 7377source = "registry+https://github.com/rust-lang/crates.io-index"
 7378checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7379
 7380[[package]]
 7381name = "hexf-parse"
 7382version = "0.2.1"
 7383source = "registry+https://github.com/rust-lang/crates.io-index"
 7384checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7385
 7386[[package]]
 7387name = "hidden-trait"
 7388version = "0.1.2"
 7389source = "registry+https://github.com/rust-lang/crates.io-index"
 7390checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7391dependencies = [
 7392 "proc-macro2",
 7393 "quote",
 7394 "syn 1.0.109",
 7395]
 7396
 7397[[package]]
 7398name = "hkdf"
 7399version = "0.12.4"
 7400source = "registry+https://github.com/rust-lang/crates.io-index"
 7401checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7402dependencies = [
 7403 "hmac",
 7404]
 7405
 7406[[package]]
 7407name = "hmac"
 7408version = "0.12.1"
 7409source = "registry+https://github.com/rust-lang/crates.io-index"
 7410checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7411dependencies = [
 7412 "digest",
 7413]
 7414
 7415[[package]]
 7416name = "home"
 7417version = "0.5.11"
 7418source = "registry+https://github.com/rust-lang/crates.io-index"
 7419checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7420dependencies = [
 7421 "windows-sys 0.59.0",
 7422]
 7423
 7424[[package]]
 7425name = "hound"
 7426version = "3.5.1"
 7427source = "registry+https://github.com/rust-lang/crates.io-index"
 7428checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7429
 7430[[package]]
 7431name = "html5ever"
 7432version = "0.27.0"
 7433source = "registry+https://github.com/rust-lang/crates.io-index"
 7434checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7435dependencies = [
 7436 "log",
 7437 "mac",
 7438 "markup5ever 0.12.1",
 7439 "proc-macro2",
 7440 "quote",
 7441 "syn 2.0.101",
 7442]
 7443
 7444[[package]]
 7445name = "html5ever"
 7446version = "0.31.0"
 7447source = "registry+https://github.com/rust-lang/crates.io-index"
 7448checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7449dependencies = [
 7450 "log",
 7451 "mac",
 7452 "markup5ever 0.16.1",
 7453 "match_token",
 7454]
 7455
 7456[[package]]
 7457name = "html_to_markdown"
 7458version = "0.1.0"
 7459dependencies = [
 7460 "anyhow",
 7461 "html5ever 0.27.0",
 7462 "indoc",
 7463 "markup5ever_rcdom",
 7464 "pretty_assertions",
 7465 "regex",
 7466 "workspace-hack",
 7467]
 7468
 7469[[package]]
 7470name = "http"
 7471version = "0.2.12"
 7472source = "registry+https://github.com/rust-lang/crates.io-index"
 7473checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7474dependencies = [
 7475 "bytes 1.10.1",
 7476 "fnv",
 7477 "itoa",
 7478]
 7479
 7480[[package]]
 7481name = "http"
 7482version = "1.3.1"
 7483source = "registry+https://github.com/rust-lang/crates.io-index"
 7484checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7485dependencies = [
 7486 "bytes 1.10.1",
 7487 "fnv",
 7488 "itoa",
 7489]
 7490
 7491[[package]]
 7492name = "http-body"
 7493version = "0.4.6"
 7494source = "registry+https://github.com/rust-lang/crates.io-index"
 7495checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7496dependencies = [
 7497 "bytes 1.10.1",
 7498 "http 0.2.12",
 7499 "pin-project-lite",
 7500]
 7501
 7502[[package]]
 7503name = "http-body"
 7504version = "1.0.1"
 7505source = "registry+https://github.com/rust-lang/crates.io-index"
 7506checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7507dependencies = [
 7508 "bytes 1.10.1",
 7509 "http 1.3.1",
 7510]
 7511
 7512[[package]]
 7513name = "http-body-util"
 7514version = "0.1.3"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7517dependencies = [
 7518 "bytes 1.10.1",
 7519 "futures-core",
 7520 "http 1.3.1",
 7521 "http-body 1.0.1",
 7522 "pin-project-lite",
 7523]
 7524
 7525[[package]]
 7526name = "http-range-header"
 7527version = "0.3.1"
 7528source = "registry+https://github.com/rust-lang/crates.io-index"
 7529checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7530
 7531[[package]]
 7532name = "http-types"
 7533version = "2.12.0"
 7534source = "registry+https://github.com/rust-lang/crates.io-index"
 7535checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7536dependencies = [
 7537 "anyhow",
 7538 "async-channel 1.9.0",
 7539 "base64 0.13.1",
 7540 "futures-lite 1.13.0",
 7541 "http 0.2.12",
 7542 "infer",
 7543 "pin-project-lite",
 7544 "rand 0.7.3",
 7545 "serde",
 7546 "serde_json",
 7547 "serde_qs 0.8.5",
 7548 "serde_urlencoded",
 7549 "url",
 7550]
 7551
 7552[[package]]
 7553name = "http_client"
 7554version = "0.1.0"
 7555dependencies = [
 7556 "anyhow",
 7557 "bytes 1.10.1",
 7558 "derive_more",
 7559 "futures 0.3.31",
 7560 "http 1.3.1",
 7561 "log",
 7562 "serde",
 7563 "serde_json",
 7564 "url",
 7565 "workspace-hack",
 7566]
 7567
 7568[[package]]
 7569name = "http_client_tls"
 7570version = "0.1.0"
 7571dependencies = [
 7572 "rustls 0.23.26",
 7573 "rustls-platform-verifier",
 7574 "workspace-hack",
 7575]
 7576
 7577[[package]]
 7578name = "httparse"
 7579version = "1.10.1"
 7580source = "registry+https://github.com/rust-lang/crates.io-index"
 7581checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7582
 7583[[package]]
 7584name = "httpdate"
 7585version = "1.0.3"
 7586source = "registry+https://github.com/rust-lang/crates.io-index"
 7587checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7588
 7589[[package]]
 7590name = "human_bytes"
 7591version = "0.4.3"
 7592source = "registry+https://github.com/rust-lang/crates.io-index"
 7593checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7594
 7595[[package]]
 7596name = "humantime"
 7597version = "2.2.0"
 7598source = "registry+https://github.com/rust-lang/crates.io-index"
 7599checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7600
 7601[[package]]
 7602name = "hyper"
 7603version = "0.14.32"
 7604source = "registry+https://github.com/rust-lang/crates.io-index"
 7605checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7606dependencies = [
 7607 "bytes 1.10.1",
 7608 "futures-channel",
 7609 "futures-core",
 7610 "futures-util",
 7611 "h2 0.3.26",
 7612 "http 0.2.12",
 7613 "http-body 0.4.6",
 7614 "httparse",
 7615 "httpdate",
 7616 "itoa",
 7617 "pin-project-lite",
 7618 "socket2",
 7619 "tokio",
 7620 "tower-service",
 7621 "tracing",
 7622 "want",
 7623]
 7624
 7625[[package]]
 7626name = "hyper"
 7627version = "1.6.0"
 7628source = "registry+https://github.com/rust-lang/crates.io-index"
 7629checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7630dependencies = [
 7631 "bytes 1.10.1",
 7632 "futures-channel",
 7633 "futures-util",
 7634 "h2 0.4.9",
 7635 "http 1.3.1",
 7636 "http-body 1.0.1",
 7637 "httparse",
 7638 "itoa",
 7639 "pin-project-lite",
 7640 "smallvec",
 7641 "tokio",
 7642 "want",
 7643]
 7644
 7645[[package]]
 7646name = "hyper-rustls"
 7647version = "0.24.2"
 7648source = "registry+https://github.com/rust-lang/crates.io-index"
 7649checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7650dependencies = [
 7651 "futures-util",
 7652 "http 0.2.12",
 7653 "hyper 0.14.32",
 7654 "log",
 7655 "rustls 0.21.12",
 7656 "rustls-native-certs 0.6.3",
 7657 "tokio",
 7658 "tokio-rustls 0.24.1",
 7659]
 7660
 7661[[package]]
 7662name = "hyper-rustls"
 7663version = "0.27.5"
 7664source = "registry+https://github.com/rust-lang/crates.io-index"
 7665checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7666dependencies = [
 7667 "futures-util",
 7668 "http 1.3.1",
 7669 "hyper 1.6.0",
 7670 "hyper-util",
 7671 "rustls 0.23.26",
 7672 "rustls-native-certs 0.8.1",
 7673 "rustls-pki-types",
 7674 "tokio",
 7675 "tokio-rustls 0.26.2",
 7676 "tower-service",
 7677]
 7678
 7679[[package]]
 7680name = "hyper-tls"
 7681version = "0.5.0"
 7682source = "registry+https://github.com/rust-lang/crates.io-index"
 7683checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7684dependencies = [
 7685 "bytes 1.10.1",
 7686 "hyper 0.14.32",
 7687 "native-tls",
 7688 "tokio",
 7689 "tokio-native-tls",
 7690]
 7691
 7692[[package]]
 7693name = "hyper-util"
 7694version = "0.1.11"
 7695source = "registry+https://github.com/rust-lang/crates.io-index"
 7696checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7697dependencies = [
 7698 "bytes 1.10.1",
 7699 "futures-channel",
 7700 "futures-util",
 7701 "http 1.3.1",
 7702 "http-body 1.0.1",
 7703 "hyper 1.6.0",
 7704 "libc",
 7705 "pin-project-lite",
 7706 "socket2",
 7707 "tokio",
 7708 "tower-service",
 7709 "tracing",
 7710]
 7711
 7712[[package]]
 7713name = "iana-time-zone"
 7714version = "0.1.63"
 7715source = "registry+https://github.com/rust-lang/crates.io-index"
 7716checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7717dependencies = [
 7718 "android_system_properties",
 7719 "core-foundation-sys",
 7720 "iana-time-zone-haiku",
 7721 "js-sys",
 7722 "log",
 7723 "wasm-bindgen",
 7724 "windows-core 0.61.0",
 7725]
 7726
 7727[[package]]
 7728name = "iana-time-zone-haiku"
 7729version = "0.1.2"
 7730source = "registry+https://github.com/rust-lang/crates.io-index"
 7731checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7732dependencies = [
 7733 "cc",
 7734]
 7735
 7736[[package]]
 7737name = "icons"
 7738version = "0.1.0"
 7739dependencies = [
 7740 "serde",
 7741 "strum 0.27.1",
 7742 "workspace-hack",
 7743]
 7744
 7745[[package]]
 7746name = "icu_collections"
 7747version = "1.5.0"
 7748source = "registry+https://github.com/rust-lang/crates.io-index"
 7749checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7750dependencies = [
 7751 "displaydoc",
 7752 "yoke",
 7753 "zerofrom",
 7754 "zerovec",
 7755]
 7756
 7757[[package]]
 7758name = "icu_locid"
 7759version = "1.5.0"
 7760source = "registry+https://github.com/rust-lang/crates.io-index"
 7761checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7762dependencies = [
 7763 "displaydoc",
 7764 "litemap",
 7765 "tinystr",
 7766 "writeable",
 7767 "zerovec",
 7768]
 7769
 7770[[package]]
 7771name = "icu_locid_transform"
 7772version = "1.5.0"
 7773source = "registry+https://github.com/rust-lang/crates.io-index"
 7774checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7775dependencies = [
 7776 "displaydoc",
 7777 "icu_locid",
 7778 "icu_locid_transform_data",
 7779 "icu_provider",
 7780 "tinystr",
 7781 "zerovec",
 7782]
 7783
 7784[[package]]
 7785name = "icu_locid_transform_data"
 7786version = "1.5.1"
 7787source = "registry+https://github.com/rust-lang/crates.io-index"
 7788checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7789
 7790[[package]]
 7791name = "icu_normalizer"
 7792version = "1.5.0"
 7793source = "registry+https://github.com/rust-lang/crates.io-index"
 7794checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7795dependencies = [
 7796 "displaydoc",
 7797 "icu_collections",
 7798 "icu_normalizer_data",
 7799 "icu_properties",
 7800 "icu_provider",
 7801 "smallvec",
 7802 "utf16_iter",
 7803 "utf8_iter",
 7804 "write16",
 7805 "zerovec",
 7806]
 7807
 7808[[package]]
 7809name = "icu_normalizer_data"
 7810version = "1.5.1"
 7811source = "registry+https://github.com/rust-lang/crates.io-index"
 7812checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7813
 7814[[package]]
 7815name = "icu_properties"
 7816version = "1.5.1"
 7817source = "registry+https://github.com/rust-lang/crates.io-index"
 7818checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7819dependencies = [
 7820 "displaydoc",
 7821 "icu_collections",
 7822 "icu_locid_transform",
 7823 "icu_properties_data",
 7824 "icu_provider",
 7825 "tinystr",
 7826 "zerovec",
 7827]
 7828
 7829[[package]]
 7830name = "icu_properties_data"
 7831version = "1.5.1"
 7832source = "registry+https://github.com/rust-lang/crates.io-index"
 7833checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7834
 7835[[package]]
 7836name = "icu_provider"
 7837version = "1.5.0"
 7838source = "registry+https://github.com/rust-lang/crates.io-index"
 7839checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7840dependencies = [
 7841 "displaydoc",
 7842 "icu_locid",
 7843 "icu_provider_macros",
 7844 "stable_deref_trait",
 7845 "tinystr",
 7846 "writeable",
 7847 "yoke",
 7848 "zerofrom",
 7849 "zerovec",
 7850]
 7851
 7852[[package]]
 7853name = "icu_provider_macros"
 7854version = "1.5.0"
 7855source = "registry+https://github.com/rust-lang/crates.io-index"
 7856checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7857dependencies = [
 7858 "proc-macro2",
 7859 "quote",
 7860 "syn 2.0.101",
 7861]
 7862
 7863[[package]]
 7864name = "id-arena"
 7865version = "2.2.1"
 7866source = "registry+https://github.com/rust-lang/crates.io-index"
 7867checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7868
 7869[[package]]
 7870name = "ident_case"
 7871version = "1.0.1"
 7872source = "registry+https://github.com/rust-lang/crates.io-index"
 7873checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7874
 7875[[package]]
 7876name = "idna"
 7877version = "1.0.3"
 7878source = "registry+https://github.com/rust-lang/crates.io-index"
 7879checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7880dependencies = [
 7881 "idna_adapter",
 7882 "smallvec",
 7883 "utf8_iter",
 7884]
 7885
 7886[[package]]
 7887name = "idna_adapter"
 7888version = "1.2.0"
 7889source = "registry+https://github.com/rust-lang/crates.io-index"
 7890checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7891dependencies = [
 7892 "icu_normalizer",
 7893 "icu_properties",
 7894]
 7895
 7896[[package]]
 7897name = "ignore"
 7898version = "0.4.23"
 7899source = "registry+https://github.com/rust-lang/crates.io-index"
 7900checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7901dependencies = [
 7902 "crossbeam-deque",
 7903 "globset",
 7904 "log",
 7905 "memchr",
 7906 "regex-automata 0.4.9",
 7907 "same-file",
 7908 "walkdir",
 7909 "winapi-util",
 7910]
 7911
 7912[[package]]
 7913name = "image"
 7914version = "0.25.6"
 7915source = "registry+https://github.com/rust-lang/crates.io-index"
 7916checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7917dependencies = [
 7918 "bytemuck",
 7919 "byteorder-lite",
 7920 "color_quant",
 7921 "exr",
 7922 "gif",
 7923 "image-webp",
 7924 "num-traits",
 7925 "png",
 7926 "qoi",
 7927 "ravif",
 7928 "rayon",
 7929 "rgb",
 7930 "tiff",
 7931 "zune-core",
 7932 "zune-jpeg",
 7933]
 7934
 7935[[package]]
 7936name = "image-webp"
 7937version = "0.2.1"
 7938source = "registry+https://github.com/rust-lang/crates.io-index"
 7939checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7940dependencies = [
 7941 "byteorder-lite",
 7942 "quick-error",
 7943]
 7944
 7945[[package]]
 7946name = "image_viewer"
 7947version = "0.1.0"
 7948dependencies = [
 7949 "anyhow",
 7950 "db",
 7951 "editor",
 7952 "file_icons",
 7953 "gpui",
 7954 "language",
 7955 "log",
 7956 "project",
 7957 "schemars",
 7958 "serde",
 7959 "settings",
 7960 "theme",
 7961 "ui",
 7962 "util",
 7963 "workspace",
 7964 "workspace-hack",
 7965]
 7966
 7967[[package]]
 7968name = "imagesize"
 7969version = "0.13.0"
 7970source = "registry+https://github.com/rust-lang/crates.io-index"
 7971checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7972
 7973[[package]]
 7974name = "imara-diff"
 7975version = "0.1.8"
 7976source = "registry+https://github.com/rust-lang/crates.io-index"
 7977checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7978dependencies = [
 7979 "hashbrown 0.15.3",
 7980]
 7981
 7982[[package]]
 7983name = "imgref"
 7984version = "1.11.0"
 7985source = "registry+https://github.com/rust-lang/crates.io-index"
 7986checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 7987
 7988[[package]]
 7989name = "indexed_docs"
 7990version = "0.1.0"
 7991dependencies = [
 7992 "anyhow",
 7993 "async-trait",
 7994 "cargo_metadata",
 7995 "collections",
 7996 "derive_more",
 7997 "extension",
 7998 "fs",
 7999 "futures 0.3.31",
 8000 "fuzzy",
 8001 "gpui",
 8002 "heed",
 8003 "html_to_markdown",
 8004 "http_client",
 8005 "indexmap",
 8006 "indoc",
 8007 "parking_lot",
 8008 "paths",
 8009 "pretty_assertions",
 8010 "serde",
 8011 "strum 0.27.1",
 8012 "util",
 8013 "workspace-hack",
 8014]
 8015
 8016[[package]]
 8017name = "indexmap"
 8018version = "2.9.0"
 8019source = "registry+https://github.com/rust-lang/crates.io-index"
 8020checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8021dependencies = [
 8022 "equivalent",
 8023 "hashbrown 0.15.3",
 8024 "serde",
 8025]
 8026
 8027[[package]]
 8028name = "indoc"
 8029version = "2.0.6"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8032
 8033[[package]]
 8034name = "infer"
 8035version = "0.2.3"
 8036source = "registry+https://github.com/rust-lang/crates.io-index"
 8037checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8038
 8039[[package]]
 8040name = "inherent"
 8041version = "1.0.12"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8044dependencies = [
 8045 "proc-macro2",
 8046 "quote",
 8047 "syn 2.0.101",
 8048]
 8049
 8050[[package]]
 8051name = "inline_completion"
 8052version = "0.1.0"
 8053dependencies = [
 8054 "anyhow",
 8055 "gpui",
 8056 "language",
 8057 "project",
 8058 "workspace-hack",
 8059 "zed_llm_client",
 8060]
 8061
 8062[[package]]
 8063name = "inline_completion_button"
 8064version = "0.1.0"
 8065dependencies = [
 8066 "anyhow",
 8067 "client",
 8068 "copilot",
 8069 "editor",
 8070 "feature_flags",
 8071 "fs",
 8072 "futures 0.3.31",
 8073 "gpui",
 8074 "indoc",
 8075 "inline_completion",
 8076 "language",
 8077 "lsp",
 8078 "paths",
 8079 "project",
 8080 "regex",
 8081 "serde_json",
 8082 "settings",
 8083 "supermaven",
 8084 "telemetry",
 8085 "theme",
 8086 "ui",
 8087 "workspace",
 8088 "workspace-hack",
 8089 "zed_actions",
 8090 "zed_llm_client",
 8091 "zeta",
 8092]
 8093
 8094[[package]]
 8095name = "inotify"
 8096version = "0.11.0"
 8097source = "registry+https://github.com/rust-lang/crates.io-index"
 8098checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8099dependencies = [
 8100 "bitflags 2.9.0",
 8101 "inotify-sys",
 8102 "libc",
 8103]
 8104
 8105[[package]]
 8106name = "inotify-sys"
 8107version = "0.1.5"
 8108source = "registry+https://github.com/rust-lang/crates.io-index"
 8109checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8110dependencies = [
 8111 "libc",
 8112]
 8113
 8114[[package]]
 8115name = "inout"
 8116version = "0.1.4"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8119dependencies = [
 8120 "block-padding",
 8121 "generic-array",
 8122]
 8123
 8124[[package]]
 8125name = "install_cli"
 8126version = "0.1.0"
 8127dependencies = [
 8128 "anyhow",
 8129 "client",
 8130 "gpui",
 8131 "release_channel",
 8132 "smol",
 8133 "util",
 8134 "workspace",
 8135 "workspace-hack",
 8136]
 8137
 8138[[package]]
 8139name = "instant"
 8140version = "0.1.13"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8143dependencies = [
 8144 "cfg-if",
 8145]
 8146
 8147[[package]]
 8148name = "interim"
 8149version = "0.2.1"
 8150source = "registry+https://github.com/rust-lang/crates.io-index"
 8151checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8152dependencies = [
 8153 "chrono",
 8154 "logos",
 8155]
 8156
 8157[[package]]
 8158name = "interpolate_name"
 8159version = "0.2.4"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8162dependencies = [
 8163 "proc-macro2",
 8164 "quote",
 8165 "syn 2.0.101",
 8166]
 8167
 8168[[package]]
 8169name = "inventory"
 8170version = "0.3.20"
 8171source = "registry+https://github.com/rust-lang/crates.io-index"
 8172checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8173dependencies = [
 8174 "rustversion",
 8175]
 8176
 8177[[package]]
 8178name = "io-extras"
 8179version = "0.18.4"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8182dependencies = [
 8183 "io-lifetimes",
 8184 "windows-sys 0.59.0",
 8185]
 8186
 8187[[package]]
 8188name = "io-lifetimes"
 8189version = "2.0.4"
 8190source = "registry+https://github.com/rust-lang/crates.io-index"
 8191checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8192
 8193[[package]]
 8194name = "io-surface"
 8195version = "0.16.0"
 8196source = "registry+https://github.com/rust-lang/crates.io-index"
 8197checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8198dependencies = [
 8199 "cgl",
 8200 "core-foundation 0.10.0",
 8201 "core-foundation-sys",
 8202 "leaky-cow",
 8203 "libc",
 8204]
 8205
 8206[[package]]
 8207name = "iovec"
 8208version = "0.1.4"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8211dependencies = [
 8212 "libc",
 8213]
 8214
 8215[[package]]
 8216name = "ipc-channel"
 8217version = "0.19.0"
 8218source = "registry+https://github.com/rust-lang/crates.io-index"
 8219checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8220dependencies = [
 8221 "bincode",
 8222 "crossbeam-channel",
 8223 "fnv",
 8224 "lazy_static",
 8225 "libc",
 8226 "mio",
 8227 "rand 0.8.5",
 8228 "serde",
 8229 "tempfile",
 8230 "uuid",
 8231 "windows 0.58.0",
 8232]
 8233
 8234[[package]]
 8235name = "ipnet"
 8236version = "2.11.0"
 8237source = "registry+https://github.com/rust-lang/crates.io-index"
 8238checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8239
 8240[[package]]
 8241name = "is-docker"
 8242version = "0.2.0"
 8243source = "registry+https://github.com/rust-lang/crates.io-index"
 8244checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8245dependencies = [
 8246 "once_cell",
 8247]
 8248
 8249[[package]]
 8250name = "is-terminal"
 8251version = "0.4.16"
 8252source = "registry+https://github.com/rust-lang/crates.io-index"
 8253checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8254dependencies = [
 8255 "hermit-abi 0.5.0",
 8256 "libc",
 8257 "windows-sys 0.59.0",
 8258]
 8259
 8260[[package]]
 8261name = "is-wsl"
 8262version = "0.4.0"
 8263source = "registry+https://github.com/rust-lang/crates.io-index"
 8264checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8265dependencies = [
 8266 "is-docker",
 8267 "once_cell",
 8268]
 8269
 8270[[package]]
 8271name = "is_terminal_polyfill"
 8272version = "1.70.1"
 8273source = "registry+https://github.com/rust-lang/crates.io-index"
 8274checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8275
 8276[[package]]
 8277name = "itertools"
 8278version = "0.10.5"
 8279source = "registry+https://github.com/rust-lang/crates.io-index"
 8280checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8281dependencies = [
 8282 "either",
 8283]
 8284
 8285[[package]]
 8286name = "itertools"
 8287version = "0.11.0"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8290dependencies = [
 8291 "either",
 8292]
 8293
 8294[[package]]
 8295name = "itertools"
 8296version = "0.12.1"
 8297source = "registry+https://github.com/rust-lang/crates.io-index"
 8298checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8299dependencies = [
 8300 "either",
 8301]
 8302
 8303[[package]]
 8304name = "itertools"
 8305version = "0.13.0"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8308dependencies = [
 8309 "either",
 8310]
 8311
 8312[[package]]
 8313name = "itertools"
 8314version = "0.14.0"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8317dependencies = [
 8318 "either",
 8319]
 8320
 8321[[package]]
 8322name = "itoa"
 8323version = "1.0.15"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8326
 8327[[package]]
 8328name = "jiff"
 8329version = "0.2.10"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8332dependencies = [
 8333 "jiff-static",
 8334 "jiff-tzdb-platform",
 8335 "log",
 8336 "portable-atomic",
 8337 "portable-atomic-util",
 8338 "serde",
 8339 "windows-sys 0.59.0",
 8340]
 8341
 8342[[package]]
 8343name = "jiff-static"
 8344version = "0.2.10"
 8345source = "registry+https://github.com/rust-lang/crates.io-index"
 8346checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8347dependencies = [
 8348 "proc-macro2",
 8349 "quote",
 8350 "syn 2.0.101",
 8351]
 8352
 8353[[package]]
 8354name = "jiff-tzdb"
 8355version = "0.1.4"
 8356source = "registry+https://github.com/rust-lang/crates.io-index"
 8357checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8358
 8359[[package]]
 8360name = "jiff-tzdb-platform"
 8361version = "0.1.3"
 8362source = "registry+https://github.com/rust-lang/crates.io-index"
 8363checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8364dependencies = [
 8365 "jiff-tzdb",
 8366]
 8367
 8368[[package]]
 8369name = "jj"
 8370version = "0.1.0"
 8371dependencies = [
 8372 "anyhow",
 8373 "gpui",
 8374 "jj-lib",
 8375 "workspace-hack",
 8376]
 8377
 8378[[package]]
 8379name = "jj-lib"
 8380version = "0.29.0"
 8381source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8382dependencies = [
 8383 "async-trait",
 8384 "blake2",
 8385 "bstr",
 8386 "chrono",
 8387 "clru",
 8388 "digest",
 8389 "dunce",
 8390 "either",
 8391 "futures 0.3.31",
 8392 "gix",
 8393 "glob",
 8394 "hashbrown 0.15.3",
 8395 "hex",
 8396 "ignore",
 8397 "indexmap",
 8398 "interim",
 8399 "itertools 0.14.0",
 8400 "jj-lib-proc-macros",
 8401 "maplit",
 8402 "once_cell",
 8403 "pest",
 8404 "pest_derive",
 8405 "pollster 0.4.0",
 8406 "prost 0.13.5",
 8407 "rand 0.8.5",
 8408 "rand_chacha 0.3.1",
 8409 "rayon",
 8410 "ref-cast",
 8411 "regex",
 8412 "rustix 1.0.7",
 8413 "same-file",
 8414 "serde",
 8415 "serde_json",
 8416 "smallvec",
 8417 "strsim",
 8418 "tempfile",
 8419 "thiserror 2.0.12",
 8420 "toml_edit",
 8421 "tracing",
 8422 "version_check",
 8423 "winreg 0.52.0",
 8424]
 8425
 8426[[package]]
 8427name = "jj-lib-proc-macros"
 8428version = "0.29.0"
 8429source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8430dependencies = [
 8431 "proc-macro2",
 8432 "quote",
 8433 "syn 2.0.101",
 8434]
 8435
 8436[[package]]
 8437name = "jj_ui"
 8438version = "0.1.0"
 8439dependencies = [
 8440 "command_palette_hooks",
 8441 "feature_flags",
 8442 "fuzzy",
 8443 "gpui",
 8444 "jj",
 8445 "picker",
 8446 "ui",
 8447 "util",
 8448 "workspace",
 8449 "workspace-hack",
 8450 "zed_actions",
 8451]
 8452
 8453[[package]]
 8454name = "jni"
 8455version = "0.21.1"
 8456source = "registry+https://github.com/rust-lang/crates.io-index"
 8457checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8458dependencies = [
 8459 "cesu8",
 8460 "cfg-if",
 8461 "combine",
 8462 "jni-sys",
 8463 "log",
 8464 "thiserror 1.0.69",
 8465 "walkdir",
 8466 "windows-sys 0.45.0",
 8467]
 8468
 8469[[package]]
 8470name = "jni-sys"
 8471version = "0.3.0"
 8472source = "registry+https://github.com/rust-lang/crates.io-index"
 8473checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8474
 8475[[package]]
 8476name = "jobserver"
 8477version = "0.1.33"
 8478source = "registry+https://github.com/rust-lang/crates.io-index"
 8479checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8480dependencies = [
 8481 "getrandom 0.3.2",
 8482 "libc",
 8483]
 8484
 8485[[package]]
 8486name = "journal"
 8487version = "0.1.0"
 8488dependencies = [
 8489 "anyhow",
 8490 "chrono",
 8491 "editor",
 8492 "gpui",
 8493 "log",
 8494 "schemars",
 8495 "serde",
 8496 "settings",
 8497 "shellexpand 2.1.2",
 8498 "workspace",
 8499 "workspace-hack",
 8500]
 8501
 8502[[package]]
 8503name = "jpeg-decoder"
 8504version = "0.3.1"
 8505source = "registry+https://github.com/rust-lang/crates.io-index"
 8506checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8507
 8508[[package]]
 8509name = "js-sys"
 8510version = "0.3.77"
 8511source = "registry+https://github.com/rust-lang/crates.io-index"
 8512checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8513dependencies = [
 8514 "once_cell",
 8515 "wasm-bindgen",
 8516]
 8517
 8518[[package]]
 8519name = "jsonschema"
 8520version = "0.30.0"
 8521source = "registry+https://github.com/rust-lang/crates.io-index"
 8522checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8523dependencies = [
 8524 "ahash 0.8.11",
 8525 "base64 0.22.1",
 8526 "bytecount",
 8527 "email_address",
 8528 "fancy-regex 0.14.0",
 8529 "fraction",
 8530 "idna",
 8531 "itoa",
 8532 "num-cmp",
 8533 "num-traits",
 8534 "once_cell",
 8535 "percent-encoding",
 8536 "referencing",
 8537 "regex",
 8538 "regex-syntax 0.8.5",
 8539 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8540 "serde",
 8541 "serde_json",
 8542 "uuid-simd",
 8543]
 8544
 8545[[package]]
 8546name = "jsonwebtoken"
 8547version = "9.3.1"
 8548source = "registry+https://github.com/rust-lang/crates.io-index"
 8549checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8550dependencies = [
 8551 "base64 0.22.1",
 8552 "js-sys",
 8553 "pem",
 8554 "ring",
 8555 "serde",
 8556 "serde_json",
 8557 "simple_asn1",
 8558]
 8559
 8560[[package]]
 8561name = "jupyter-protocol"
 8562version = "0.6.0"
 8563source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8564dependencies = [
 8565 "anyhow",
 8566 "async-trait",
 8567 "bytes 1.10.1",
 8568 "chrono",
 8569 "futures 0.3.31",
 8570 "serde",
 8571 "serde_json",
 8572 "uuid",
 8573]
 8574
 8575[[package]]
 8576name = "jupyter-websocket-client"
 8577version = "0.9.0"
 8578source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8579dependencies = [
 8580 "anyhow",
 8581 "async-trait",
 8582 "async-tungstenite",
 8583 "futures 0.3.31",
 8584 "jupyter-protocol",
 8585 "serde",
 8586 "serde_json",
 8587 "url",
 8588 "uuid",
 8589]
 8590
 8591[[package]]
 8592name = "khronos-egl"
 8593version = "6.0.0"
 8594source = "registry+https://github.com/rust-lang/crates.io-index"
 8595checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8596dependencies = [
 8597 "libc",
 8598 "libloading",
 8599]
 8600
 8601[[package]]
 8602name = "kqueue"
 8603version = "1.0.8"
 8604source = "registry+https://github.com/rust-lang/crates.io-index"
 8605checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8606dependencies = [
 8607 "kqueue-sys",
 8608 "libc",
 8609]
 8610
 8611[[package]]
 8612name = "kqueue-sys"
 8613version = "1.0.4"
 8614source = "registry+https://github.com/rust-lang/crates.io-index"
 8615checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8616dependencies = [
 8617 "bitflags 1.3.2",
 8618 "libc",
 8619]
 8620
 8621[[package]]
 8622name = "kstring"
 8623version = "2.0.2"
 8624source = "registry+https://github.com/rust-lang/crates.io-index"
 8625checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8626dependencies = [
 8627 "static_assertions",
 8628]
 8629
 8630[[package]]
 8631name = "kurbo"
 8632version = "0.11.1"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8635dependencies = [
 8636 "arrayvec",
 8637 "smallvec",
 8638]
 8639
 8640[[package]]
 8641name = "kv-log-macro"
 8642version = "1.0.7"
 8643source = "registry+https://github.com/rust-lang/crates.io-index"
 8644checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8645dependencies = [
 8646 "log",
 8647]
 8648
 8649[[package]]
 8650name = "language"
 8651version = "0.1.0"
 8652dependencies = [
 8653 "anyhow",
 8654 "async-trait",
 8655 "async-watch",
 8656 "clock",
 8657 "collections",
 8658 "ctor",
 8659 "ec4rs",
 8660 "env_logger 0.11.8",
 8661 "fs",
 8662 "futures 0.3.31",
 8663 "fuzzy",
 8664 "globset",
 8665 "gpui",
 8666 "http_client",
 8667 "imara-diff",
 8668 "indoc",
 8669 "itertools 0.14.0",
 8670 "log",
 8671 "lsp",
 8672 "parking_lot",
 8673 "postage",
 8674 "pretty_assertions",
 8675 "rand 0.8.5",
 8676 "regex",
 8677 "rpc",
 8678 "schemars",
 8679 "serde",
 8680 "serde_json",
 8681 "settings",
 8682 "smallvec",
 8683 "smol",
 8684 "streaming-iterator",
 8685 "strsim",
 8686 "sum_tree",
 8687 "task",
 8688 "text",
 8689 "theme",
 8690 "tree-sitter",
 8691 "tree-sitter-elixir",
 8692 "tree-sitter-embedded-template",
 8693 "tree-sitter-heex",
 8694 "tree-sitter-html",
 8695 "tree-sitter-json",
 8696 "tree-sitter-md",
 8697 "tree-sitter-python",
 8698 "tree-sitter-ruby",
 8699 "tree-sitter-rust",
 8700 "tree-sitter-typescript",
 8701 "unicase",
 8702 "unindent",
 8703 "util",
 8704 "workspace-hack",
 8705]
 8706
 8707[[package]]
 8708name = "language_extension"
 8709version = "0.1.0"
 8710dependencies = [
 8711 "anyhow",
 8712 "async-trait",
 8713 "collections",
 8714 "extension",
 8715 "fs",
 8716 "futures 0.3.31",
 8717 "gpui",
 8718 "language",
 8719 "lsp",
 8720 "serde",
 8721 "serde_json",
 8722 "util",
 8723 "workspace-hack",
 8724]
 8725
 8726[[package]]
 8727name = "language_model"
 8728version = "0.1.0"
 8729dependencies = [
 8730 "anthropic",
 8731 "anyhow",
 8732 "base64 0.22.1",
 8733 "client",
 8734 "collections",
 8735 "futures 0.3.31",
 8736 "google_ai",
 8737 "gpui",
 8738 "http_client",
 8739 "icons",
 8740 "image",
 8741 "open_ai",
 8742 "parking_lot",
 8743 "proto",
 8744 "schemars",
 8745 "serde",
 8746 "serde_json",
 8747 "smol",
 8748 "strum 0.27.1",
 8749 "telemetry_events",
 8750 "thiserror 2.0.12",
 8751 "util",
 8752 "workspace-hack",
 8753 "zed_llm_client",
 8754]
 8755
 8756[[package]]
 8757name = "language_model_selector"
 8758version = "0.1.0"
 8759dependencies = [
 8760 "collections",
 8761 "feature_flags",
 8762 "futures 0.3.31",
 8763 "fuzzy",
 8764 "gpui",
 8765 "language_model",
 8766 "log",
 8767 "ordered-float 2.10.1",
 8768 "picker",
 8769 "proto",
 8770 "ui",
 8771 "workspace-hack",
 8772 "zed_actions",
 8773]
 8774
 8775[[package]]
 8776name = "language_models"
 8777version = "0.1.0"
 8778dependencies = [
 8779 "anthropic",
 8780 "anyhow",
 8781 "aws-config",
 8782 "aws-credential-types",
 8783 "aws_http_client",
 8784 "bedrock",
 8785 "client",
 8786 "collections",
 8787 "copilot",
 8788 "credentials_provider",
 8789 "deepseek",
 8790 "editor",
 8791 "feature_flags",
 8792 "fs",
 8793 "futures 0.3.31",
 8794 "google_ai",
 8795 "gpui",
 8796 "gpui_tokio",
 8797 "http_client",
 8798 "language_model",
 8799 "lmstudio",
 8800 "log",
 8801 "menu",
 8802 "mistral",
 8803 "ollama",
 8804 "open_ai",
 8805 "partial-json-fixer",
 8806 "project",
 8807 "proto",
 8808 "release_channel",
 8809 "schemars",
 8810 "serde",
 8811 "serde_json",
 8812 "settings",
 8813 "smol",
 8814 "strum 0.27.1",
 8815 "theme",
 8816 "thiserror 2.0.12",
 8817 "tiktoken-rs",
 8818 "tokio",
 8819 "ui",
 8820 "util",
 8821 "workspace-hack",
 8822 "zed_llm_client",
 8823]
 8824
 8825[[package]]
 8826name = "language_selector"
 8827version = "0.1.0"
 8828dependencies = [
 8829 "anyhow",
 8830 "editor",
 8831 "file_finder",
 8832 "file_icons",
 8833 "fuzzy",
 8834 "gpui",
 8835 "language",
 8836 "picker",
 8837 "project",
 8838 "settings",
 8839 "ui",
 8840 "util",
 8841 "workspace",
 8842 "workspace-hack",
 8843]
 8844
 8845[[package]]
 8846name = "language_tools"
 8847version = "0.1.0"
 8848dependencies = [
 8849 "anyhow",
 8850 "client",
 8851 "collections",
 8852 "copilot",
 8853 "editor",
 8854 "env_logger 0.11.8",
 8855 "futures 0.3.31",
 8856 "gpui",
 8857 "itertools 0.14.0",
 8858 "language",
 8859 "lsp",
 8860 "project",
 8861 "release_channel",
 8862 "serde_json",
 8863 "settings",
 8864 "theme",
 8865 "tree-sitter",
 8866 "ui",
 8867 "util",
 8868 "workspace",
 8869 "workspace-hack",
 8870 "zed_actions",
 8871]
 8872
 8873[[package]]
 8874name = "languages"
 8875version = "0.1.0"
 8876dependencies = [
 8877 "anyhow",
 8878 "async-compression",
 8879 "async-tar",
 8880 "async-trait",
 8881 "collections",
 8882 "futures 0.3.31",
 8883 "gpui",
 8884 "http_client",
 8885 "language",
 8886 "log",
 8887 "lsp",
 8888 "node_runtime",
 8889 "parking_lot",
 8890 "paths",
 8891 "pet",
 8892 "pet-conda",
 8893 "pet-core",
 8894 "pet-fs",
 8895 "pet-poetry",
 8896 "pet-reporter",
 8897 "pretty_assertions",
 8898 "project",
 8899 "regex",
 8900 "rope",
 8901 "rust-embed",
 8902 "serde",
 8903 "serde_json",
 8904 "settings",
 8905 "smol",
 8906 "snippet_provider",
 8907 "task",
 8908 "text",
 8909 "theme",
 8910 "toml 0.8.20",
 8911 "tree-sitter",
 8912 "tree-sitter-bash",
 8913 "tree-sitter-c",
 8914 "tree-sitter-cpp",
 8915 "tree-sitter-css",
 8916 "tree-sitter-diff",
 8917 "tree-sitter-gitcommit",
 8918 "tree-sitter-go",
 8919 "tree-sitter-gomod",
 8920 "tree-sitter-gowork",
 8921 "tree-sitter-jsdoc",
 8922 "tree-sitter-json",
 8923 "tree-sitter-md",
 8924 "tree-sitter-python",
 8925 "tree-sitter-regex",
 8926 "tree-sitter-rust",
 8927 "tree-sitter-typescript",
 8928 "tree-sitter-yaml",
 8929 "unindent",
 8930 "util",
 8931 "workspace",
 8932 "workspace-hack",
 8933]
 8934
 8935[[package]]
 8936name = "lazy_static"
 8937version = "1.5.0"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8940dependencies = [
 8941 "spin",
 8942]
 8943
 8944[[package]]
 8945name = "lazycell"
 8946version = "1.3.0"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8949
 8950[[package]]
 8951name = "leak"
 8952version = "0.1.2"
 8953source = "registry+https://github.com/rust-lang/crates.io-index"
 8954checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8955
 8956[[package]]
 8957name = "leaky-cow"
 8958version = "0.1.1"
 8959source = "registry+https://github.com/rust-lang/crates.io-index"
 8960checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8961dependencies = [
 8962 "leak",
 8963]
 8964
 8965[[package]]
 8966name = "leb128"
 8967version = "0.2.5"
 8968source = "registry+https://github.com/rust-lang/crates.io-index"
 8969checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8970
 8971[[package]]
 8972name = "leb128fmt"
 8973version = "0.1.0"
 8974source = "registry+https://github.com/rust-lang/crates.io-index"
 8975checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8976
 8977[[package]]
 8978name = "lebe"
 8979version = "0.5.2"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8982
 8983[[package]]
 8984name = "libc"
 8985version = "0.2.172"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8988
 8989[[package]]
 8990name = "libdbus-sys"
 8991version = "0.2.5"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 8994dependencies = [
 8995 "cc",
 8996 "pkg-config",
 8997]
 8998
 8999[[package]]
 9000name = "libfuzzer-sys"
 9001version = "0.4.9"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 9004dependencies = [
 9005 "arbitrary",
 9006 "cc",
 9007]
 9008
 9009[[package]]
 9010name = "libgit2-sys"
 9011version = "0.18.1+1.9.0"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9014dependencies = [
 9015 "cc",
 9016 "libc",
 9017 "libz-sys",
 9018 "pkg-config",
 9019]
 9020
 9021[[package]]
 9022name = "libloading"
 9023version = "0.8.6"
 9024source = "registry+https://github.com/rust-lang/crates.io-index"
 9025checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9026dependencies = [
 9027 "cfg-if",
 9028 "windows-targets 0.52.6",
 9029]
 9030
 9031[[package]]
 9032name = "libm"
 9033version = "0.2.11"
 9034source = "registry+https://github.com/rust-lang/crates.io-index"
 9035checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9036
 9037[[package]]
 9038name = "libmimalloc-sys"
 9039version = "0.1.42"
 9040source = "registry+https://github.com/rust-lang/crates.io-index"
 9041checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9042dependencies = [
 9043 "cc",
 9044 "libc",
 9045]
 9046
 9047[[package]]
 9048name = "libredox"
 9049version = "0.1.3"
 9050source = "registry+https://github.com/rust-lang/crates.io-index"
 9051checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9052dependencies = [
 9053 "bitflags 2.9.0",
 9054 "libc",
 9055 "redox_syscall 0.5.11",
 9056]
 9057
 9058[[package]]
 9059name = "libsqlite3-sys"
 9060version = "0.30.1"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9063dependencies = [
 9064 "cc",
 9065 "pkg-config",
 9066 "vcpkg",
 9067]
 9068
 9069[[package]]
 9070name = "libwebrtc"
 9071version = "0.3.10"
 9072source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9073dependencies = [
 9074 "cxx",
 9075 "jni",
 9076 "js-sys",
 9077 "lazy_static",
 9078 "livekit-protocol",
 9079 "livekit-runtime",
 9080 "log",
 9081 "parking_lot",
 9082 "serde",
 9083 "serde_json",
 9084 "thiserror 1.0.69",
 9085 "tokio",
 9086 "wasm-bindgen",
 9087 "wasm-bindgen-futures",
 9088 "web-sys",
 9089 "webrtc-sys",
 9090]
 9091
 9092[[package]]
 9093name = "libz-rs-sys"
 9094version = "0.5.0"
 9095source = "registry+https://github.com/rust-lang/crates.io-index"
 9096checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9097dependencies = [
 9098 "zlib-rs",
 9099]
 9100
 9101[[package]]
 9102name = "libz-sys"
 9103version = "1.1.22"
 9104source = "registry+https://github.com/rust-lang/crates.io-index"
 9105checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9106dependencies = [
 9107 "cc",
 9108 "libc",
 9109 "pkg-config",
 9110 "vcpkg",
 9111]
 9112
 9113[[package]]
 9114name = "link-cplusplus"
 9115version = "1.0.10"
 9116source = "registry+https://github.com/rust-lang/crates.io-index"
 9117checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9118dependencies = [
 9119 "cc",
 9120]
 9121
 9122[[package]]
 9123name = "linkify"
 9124version = "0.10.0"
 9125source = "registry+https://github.com/rust-lang/crates.io-index"
 9126checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9127dependencies = [
 9128 "memchr",
 9129]
 9130
 9131[[package]]
 9132name = "linux-raw-sys"
 9133version = "0.4.15"
 9134source = "registry+https://github.com/rust-lang/crates.io-index"
 9135checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9136
 9137[[package]]
 9138name = "linux-raw-sys"
 9139version = "0.9.4"
 9140source = "registry+https://github.com/rust-lang/crates.io-index"
 9141checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9142
 9143[[package]]
 9144name = "litemap"
 9145version = "0.7.5"
 9146source = "registry+https://github.com/rust-lang/crates.io-index"
 9147checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9148
 9149[[package]]
 9150name = "livekit"
 9151version = "0.7.8"
 9152source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9153dependencies = [
 9154 "chrono",
 9155 "futures-util",
 9156 "lazy_static",
 9157 "libloading",
 9158 "libwebrtc",
 9159 "livekit-api",
 9160 "livekit-protocol",
 9161 "livekit-runtime",
 9162 "log",
 9163 "parking_lot",
 9164 "prost 0.12.6",
 9165 "semver",
 9166 "serde",
 9167 "serde_json",
 9168 "thiserror 1.0.69",
 9169 "tokio",
 9170]
 9171
 9172[[package]]
 9173name = "livekit-api"
 9174version = "0.4.2"
 9175source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9176dependencies = [
 9177 "futures-util",
 9178 "http 0.2.12",
 9179 "livekit-protocol",
 9180 "livekit-runtime",
 9181 "log",
 9182 "parking_lot",
 9183 "pbjson-types",
 9184 "prost 0.12.6",
 9185 "rand 0.9.1",
 9186 "reqwest 0.11.27",
 9187 "scopeguard",
 9188 "serde",
 9189 "sha2",
 9190 "thiserror 1.0.69",
 9191 "tokio",
 9192 "tokio-tungstenite 0.26.2",
 9193 "url",
 9194]
 9195
 9196[[package]]
 9197name = "livekit-protocol"
 9198version = "0.3.9"
 9199source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9200dependencies = [
 9201 "futures-util",
 9202 "livekit-runtime",
 9203 "parking_lot",
 9204 "pbjson",
 9205 "pbjson-types",
 9206 "prost 0.12.6",
 9207 "prost-types 0.12.6",
 9208 "serde",
 9209 "thiserror 1.0.69",
 9210 "tokio",
 9211]
 9212
 9213[[package]]
 9214name = "livekit-runtime"
 9215version = "0.4.0"
 9216source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9217dependencies = [
 9218 "tokio",
 9219 "tokio-stream",
 9220]
 9221
 9222[[package]]
 9223name = "livekit_api"
 9224version = "0.1.0"
 9225dependencies = [
 9226 "anyhow",
 9227 "async-trait",
 9228 "jsonwebtoken",
 9229 "log",
 9230 "prost 0.9.0",
 9231 "prost-build 0.9.0",
 9232 "prost-types 0.9.0",
 9233 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9234 "serde",
 9235 "workspace-hack",
 9236]
 9237
 9238[[package]]
 9239name = "livekit_client"
 9240version = "0.1.0"
 9241dependencies = [
 9242 "anyhow",
 9243 "async-trait",
 9244 "collections",
 9245 "core-foundation 0.10.0",
 9246 "core-video",
 9247 "coreaudio-rs 0.12.1",
 9248 "cpal",
 9249 "futures 0.3.31",
 9250 "gpui",
 9251 "gpui_tokio",
 9252 "http_client_tls",
 9253 "image",
 9254 "libwebrtc",
 9255 "livekit",
 9256 "livekit_api",
 9257 "log",
 9258 "nanoid",
 9259 "objc",
 9260 "parking_lot",
 9261 "postage",
 9262 "scap",
 9263 "serde",
 9264 "serde_json",
 9265 "sha2",
 9266 "simplelog",
 9267 "smallvec",
 9268 "tokio-tungstenite 0.26.2",
 9269 "util",
 9270 "workspace-hack",
 9271]
 9272
 9273[[package]]
 9274name = "lmdb-master-sys"
 9275version = "0.2.5"
 9276source = "registry+https://github.com/rust-lang/crates.io-index"
 9277checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9278dependencies = [
 9279 "cc",
 9280 "doxygen-rs",
 9281 "libc",
 9282]
 9283
 9284[[package]]
 9285name = "lmstudio"
 9286version = "0.1.0"
 9287dependencies = [
 9288 "anyhow",
 9289 "futures 0.3.31",
 9290 "http_client",
 9291 "schemars",
 9292 "serde",
 9293 "serde_json",
 9294 "workspace-hack",
 9295]
 9296
 9297[[package]]
 9298name = "lock_api"
 9299version = "0.4.12"
 9300source = "registry+https://github.com/rust-lang/crates.io-index"
 9301checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9302dependencies = [
 9303 "autocfg",
 9304 "scopeguard",
 9305]
 9306
 9307[[package]]
 9308name = "log"
 9309version = "0.4.27"
 9310source = "registry+https://github.com/rust-lang/crates.io-index"
 9311checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9312dependencies = [
 9313 "serde",
 9314 "value-bag",
 9315]
 9316
 9317[[package]]
 9318name = "logos"
 9319version = "0.15.0"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9322dependencies = [
 9323 "logos-derive",
 9324]
 9325
 9326[[package]]
 9327name = "logos-codegen"
 9328version = "0.15.0"
 9329source = "registry+https://github.com/rust-lang/crates.io-index"
 9330checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9331dependencies = [
 9332 "beef",
 9333 "fnv",
 9334 "lazy_static",
 9335 "proc-macro2",
 9336 "quote",
 9337 "regex-syntax 0.8.5",
 9338 "rustc_version",
 9339 "syn 2.0.101",
 9340]
 9341
 9342[[package]]
 9343name = "logos-derive"
 9344version = "0.15.0"
 9345source = "registry+https://github.com/rust-lang/crates.io-index"
 9346checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9347dependencies = [
 9348 "logos-codegen",
 9349]
 9350
 9351[[package]]
 9352name = "loop9"
 9353version = "0.1.5"
 9354source = "registry+https://github.com/rust-lang/crates.io-index"
 9355checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9356dependencies = [
 9357 "imgref",
 9358]
 9359
 9360[[package]]
 9361name = "lru"
 9362version = "0.12.5"
 9363source = "registry+https://github.com/rust-lang/crates.io-index"
 9364checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9365dependencies = [
 9366 "hashbrown 0.15.3",
 9367]
 9368
 9369[[package]]
 9370name = "lsp"
 9371version = "0.1.0"
 9372dependencies = [
 9373 "anyhow",
 9374 "async-pipe",
 9375 "collections",
 9376 "ctor",
 9377 "env_logger 0.11.8",
 9378 "futures 0.3.31",
 9379 "gpui",
 9380 "log",
 9381 "lsp-types",
 9382 "parking_lot",
 9383 "postage",
 9384 "release_channel",
 9385 "schemars",
 9386 "serde",
 9387 "serde_json",
 9388 "smol",
 9389 "util",
 9390 "workspace-hack",
 9391]
 9392
 9393[[package]]
 9394name = "lsp-types"
 9395version = "0.95.1"
 9396source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9397dependencies = [
 9398 "bitflags 1.3.2",
 9399 "serde",
 9400 "serde_json",
 9401 "serde_repr",
 9402 "url",
 9403]
 9404
 9405[[package]]
 9406name = "lyon"
 9407version = "1.0.1"
 9408source = "registry+https://github.com/rust-lang/crates.io-index"
 9409checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9410dependencies = [
 9411 "lyon_algorithms",
 9412 "lyon_extra",
 9413 "lyon_tessellation",
 9414]
 9415
 9416[[package]]
 9417name = "lyon_algorithms"
 9418version = "1.0.5"
 9419source = "registry+https://github.com/rust-lang/crates.io-index"
 9420checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9421dependencies = [
 9422 "lyon_path",
 9423 "num-traits",
 9424]
 9425
 9426[[package]]
 9427name = "lyon_extra"
 9428version = "1.0.3"
 9429source = "registry+https://github.com/rust-lang/crates.io-index"
 9430checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9431dependencies = [
 9432 "lyon_path",
 9433 "thiserror 1.0.69",
 9434]
 9435
 9436[[package]]
 9437name = "lyon_geom"
 9438version = "1.0.6"
 9439source = "registry+https://github.com/rust-lang/crates.io-index"
 9440checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9441dependencies = [
 9442 "arrayvec",
 9443 "euclid",
 9444 "num-traits",
 9445]
 9446
 9447[[package]]
 9448name = "lyon_path"
 9449version = "1.0.7"
 9450source = "registry+https://github.com/rust-lang/crates.io-index"
 9451checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9452dependencies = [
 9453 "lyon_geom",
 9454 "num-traits",
 9455]
 9456
 9457[[package]]
 9458name = "lyon_tessellation"
 9459version = "1.0.15"
 9460source = "registry+https://github.com/rust-lang/crates.io-index"
 9461checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9462dependencies = [
 9463 "float_next_after",
 9464 "lyon_path",
 9465 "num-traits",
 9466]
 9467
 9468[[package]]
 9469name = "mac"
 9470version = "0.1.1"
 9471source = "registry+https://github.com/rust-lang/crates.io-index"
 9472checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9473
 9474[[package]]
 9475name = "mach2"
 9476version = "0.4.2"
 9477source = "registry+https://github.com/rust-lang/crates.io-index"
 9478checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9479dependencies = [
 9480 "libc",
 9481]
 9482
 9483[[package]]
 9484name = "malloc_buf"
 9485version = "0.0.6"
 9486source = "registry+https://github.com/rust-lang/crates.io-index"
 9487checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9488dependencies = [
 9489 "libc",
 9490]
 9491
 9492[[package]]
 9493name = "maplit"
 9494version = "1.0.2"
 9495source = "registry+https://github.com/rust-lang/crates.io-index"
 9496checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9497
 9498[[package]]
 9499name = "markdown"
 9500version = "0.1.0"
 9501dependencies = [
 9502 "anyhow",
 9503 "assets",
 9504 "base64 0.22.1",
 9505 "env_logger 0.11.8",
 9506 "gpui",
 9507 "language",
 9508 "languages",
 9509 "linkify",
 9510 "log",
 9511 "node_runtime",
 9512 "pulldown-cmark 0.12.2",
 9513 "settings",
 9514 "sum_tree",
 9515 "theme",
 9516 "ui",
 9517 "util",
 9518 "workspace-hack",
 9519]
 9520
 9521[[package]]
 9522name = "markdown_preview"
 9523version = "0.1.0"
 9524dependencies = [
 9525 "anyhow",
 9526 "async-recursion 1.1.1",
 9527 "collections",
 9528 "editor",
 9529 "gpui",
 9530 "language",
 9531 "linkify",
 9532 "log",
 9533 "pretty_assertions",
 9534 "pulldown-cmark 0.12.2",
 9535 "settings",
 9536 "theme",
 9537 "ui",
 9538 "util",
 9539 "workspace",
 9540 "workspace-hack",
 9541]
 9542
 9543[[package]]
 9544name = "markup5ever"
 9545version = "0.12.1"
 9546source = "registry+https://github.com/rust-lang/crates.io-index"
 9547checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9548dependencies = [
 9549 "log",
 9550 "phf",
 9551 "phf_codegen",
 9552 "string_cache",
 9553 "string_cache_codegen",
 9554 "tendril",
 9555]
 9556
 9557[[package]]
 9558name = "markup5ever"
 9559version = "0.16.1"
 9560source = "registry+https://github.com/rust-lang/crates.io-index"
 9561checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9562dependencies = [
 9563 "log",
 9564 "tendril",
 9565 "web_atoms",
 9566]
 9567
 9568[[package]]
 9569name = "markup5ever_rcdom"
 9570version = "0.3.0"
 9571source = "registry+https://github.com/rust-lang/crates.io-index"
 9572checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9573dependencies = [
 9574 "html5ever 0.27.0",
 9575 "markup5ever 0.12.1",
 9576 "tendril",
 9577 "xml5ever",
 9578]
 9579
 9580[[package]]
 9581name = "match_token"
 9582version = "0.1.0"
 9583source = "registry+https://github.com/rust-lang/crates.io-index"
 9584checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9585dependencies = [
 9586 "proc-macro2",
 9587 "quote",
 9588 "syn 2.0.101",
 9589]
 9590
 9591[[package]]
 9592name = "matchers"
 9593version = "0.1.0"
 9594source = "registry+https://github.com/rust-lang/crates.io-index"
 9595checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9596dependencies = [
 9597 "regex-automata 0.1.10",
 9598]
 9599
 9600[[package]]
 9601name = "matchit"
 9602version = "0.7.3"
 9603source = "registry+https://github.com/rust-lang/crates.io-index"
 9604checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9605
 9606[[package]]
 9607name = "maybe-async"
 9608version = "0.2.10"
 9609source = "registry+https://github.com/rust-lang/crates.io-index"
 9610checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9611dependencies = [
 9612 "proc-macro2",
 9613 "quote",
 9614 "syn 2.0.101",
 9615]
 9616
 9617[[package]]
 9618name = "maybe-owned"
 9619version = "0.3.4"
 9620source = "registry+https://github.com/rust-lang/crates.io-index"
 9621checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9622
 9623[[package]]
 9624name = "maybe-rayon"
 9625version = "0.1.1"
 9626source = "registry+https://github.com/rust-lang/crates.io-index"
 9627checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9628dependencies = [
 9629 "cfg-if",
 9630 "rayon",
 9631]
 9632
 9633[[package]]
 9634name = "md-5"
 9635version = "0.10.6"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9638dependencies = [
 9639 "cfg-if",
 9640 "digest",
 9641]
 9642
 9643[[package]]
 9644name = "mdbook"
 9645version = "0.4.48"
 9646source = "registry+https://github.com/rust-lang/crates.io-index"
 9647checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9648dependencies = [
 9649 "ammonia",
 9650 "anyhow",
 9651 "chrono",
 9652 "clap",
 9653 "clap_complete",
 9654 "elasticlunr-rs",
 9655 "env_logger 0.11.8",
 9656 "futures-util",
 9657 "handlebars 6.3.2",
 9658 "hex",
 9659 "ignore",
 9660 "log",
 9661 "memchr",
 9662 "notify",
 9663 "notify-debouncer-mini",
 9664 "once_cell",
 9665 "opener",
 9666 "pathdiff",
 9667 "pulldown-cmark 0.10.3",
 9668 "regex",
 9669 "serde",
 9670 "serde_json",
 9671 "sha2",
 9672 "shlex",
 9673 "tempfile",
 9674 "tokio",
 9675 "toml 0.5.11",
 9676 "topological-sort",
 9677 "walkdir",
 9678 "warp",
 9679]
 9680
 9681[[package]]
 9682name = "media"
 9683version = "0.1.0"
 9684dependencies = [
 9685 "anyhow",
 9686 "bindgen 0.71.1",
 9687 "core-foundation 0.10.0",
 9688 "core-video",
 9689 "ctor",
 9690 "foreign-types 0.5.0",
 9691 "metal",
 9692 "objc",
 9693 "workspace-hack",
 9694]
 9695
 9696[[package]]
 9697name = "memchr"
 9698version = "2.7.4"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9701
 9702[[package]]
 9703name = "memfd"
 9704version = "0.6.4"
 9705source = "registry+https://github.com/rust-lang/crates.io-index"
 9706checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9707dependencies = [
 9708 "rustix 0.38.44",
 9709]
 9710
 9711[[package]]
 9712name = "memmap2"
 9713version = "0.9.5"
 9714source = "registry+https://github.com/rust-lang/crates.io-index"
 9715checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9716dependencies = [
 9717 "libc",
 9718]
 9719
 9720[[package]]
 9721name = "memoffset"
 9722version = "0.9.1"
 9723source = "registry+https://github.com/rust-lang/crates.io-index"
 9724checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9725dependencies = [
 9726 "autocfg",
 9727]
 9728
 9729[[package]]
 9730name = "menu"
 9731version = "0.1.0"
 9732dependencies = [
 9733 "gpui",
 9734 "workspace-hack",
 9735]
 9736
 9737[[package]]
 9738name = "metal"
 9739version = "0.29.0"
 9740source = "registry+https://github.com/rust-lang/crates.io-index"
 9741checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9742dependencies = [
 9743 "bitflags 2.9.0",
 9744 "block",
 9745 "core-graphics-types 0.1.3",
 9746 "foreign-types 0.5.0",
 9747 "log",
 9748 "objc",
 9749 "paste",
 9750]
 9751
 9752[[package]]
 9753name = "migrator"
 9754version = "0.1.0"
 9755dependencies = [
 9756 "anyhow",
 9757 "collections",
 9758 "convert_case 0.8.0",
 9759 "log",
 9760 "pretty_assertions",
 9761 "streaming-iterator",
 9762 "tree-sitter",
 9763 "tree-sitter-json",
 9764 "workspace-hack",
 9765]
 9766
 9767[[package]]
 9768name = "mimalloc"
 9769version = "0.1.46"
 9770source = "registry+https://github.com/rust-lang/crates.io-index"
 9771checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9772dependencies = [
 9773 "libmimalloc-sys",
 9774]
 9775
 9776[[package]]
 9777name = "mime"
 9778version = "0.3.17"
 9779source = "registry+https://github.com/rust-lang/crates.io-index"
 9780checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9781
 9782[[package]]
 9783name = "mime_guess"
 9784version = "2.0.5"
 9785source = "registry+https://github.com/rust-lang/crates.io-index"
 9786checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9787dependencies = [
 9788 "mime",
 9789 "unicase",
 9790]
 9791
 9792[[package]]
 9793name = "minimal-lexical"
 9794version = "0.2.1"
 9795source = "registry+https://github.com/rust-lang/crates.io-index"
 9796checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9797
 9798[[package]]
 9799name = "miniz_oxide"
 9800version = "0.8.8"
 9801source = "registry+https://github.com/rust-lang/crates.io-index"
 9802checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9803dependencies = [
 9804 "adler2",
 9805 "simd-adler32",
 9806]
 9807
 9808[[package]]
 9809name = "mint"
 9810version = "0.5.9"
 9811source = "registry+https://github.com/rust-lang/crates.io-index"
 9812checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9813
 9814[[package]]
 9815name = "mio"
 9816version = "1.0.3"
 9817source = "registry+https://github.com/rust-lang/crates.io-index"
 9818checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9819dependencies = [
 9820 "libc",
 9821 "log",
 9822 "wasi 0.11.0+wasi-snapshot-preview1",
 9823 "windows-sys 0.52.0",
 9824]
 9825
 9826[[package]]
 9827name = "miow"
 9828version = "0.6.0"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9831dependencies = [
 9832 "windows-sys 0.48.0",
 9833]
 9834
 9835[[package]]
 9836name = "mistral"
 9837version = "0.1.0"
 9838dependencies = [
 9839 "anyhow",
 9840 "futures 0.3.31",
 9841 "http_client",
 9842 "schemars",
 9843 "serde",
 9844 "serde_json",
 9845 "strum 0.27.1",
 9846 "workspace-hack",
 9847]
 9848
 9849[[package]]
 9850name = "msvc_spectre_libs"
 9851version = "0.1.3"
 9852source = "registry+https://github.com/rust-lang/crates.io-index"
 9853checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9854dependencies = [
 9855 "cc",
 9856]
 9857
 9858[[package]]
 9859name = "multi_buffer"
 9860version = "0.1.0"
 9861dependencies = [
 9862 "anyhow",
 9863 "buffer_diff",
 9864 "clock",
 9865 "collections",
 9866 "ctor",
 9867 "env_logger 0.11.8",
 9868 "gpui",
 9869 "indoc",
 9870 "itertools 0.14.0",
 9871 "language",
 9872 "log",
 9873 "parking_lot",
 9874 "pretty_assertions",
 9875 "project",
 9876 "rand 0.8.5",
 9877 "rope",
 9878 "serde",
 9879 "settings",
 9880 "smallvec",
 9881 "smol",
 9882 "sum_tree",
 9883 "text",
 9884 "theme",
 9885 "tree-sitter",
 9886 "util",
 9887 "workspace-hack",
 9888]
 9889
 9890[[package]]
 9891name = "multimap"
 9892version = "0.8.3"
 9893source = "registry+https://github.com/rust-lang/crates.io-index"
 9894checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9895
 9896[[package]]
 9897name = "multimap"
 9898version = "0.10.0"
 9899source = "registry+https://github.com/rust-lang/crates.io-index"
 9900checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9901
 9902[[package]]
 9903name = "naga"
 9904version = "25.0.1"
 9905source = "registry+https://github.com/rust-lang/crates.io-index"
 9906checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9907dependencies = [
 9908 "arrayvec",
 9909 "bit-set 0.8.0",
 9910 "bitflags 2.9.0",
 9911 "cfg_aliases 0.2.1",
 9912 "codespan-reporting 0.12.0",
 9913 "half",
 9914 "hashbrown 0.15.3",
 9915 "hexf-parse",
 9916 "indexmap",
 9917 "log",
 9918 "num-traits",
 9919 "once_cell",
 9920 "rustc-hash 1.1.0",
 9921 "spirv",
 9922 "strum 0.26.3",
 9923 "thiserror 2.0.12",
 9924 "unicode-ident",
 9925]
 9926
 9927[[package]]
 9928name = "nanoid"
 9929version = "0.4.0"
 9930source = "registry+https://github.com/rust-lang/crates.io-index"
 9931checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9932dependencies = [
 9933 "rand 0.8.5",
 9934]
 9935
 9936[[package]]
 9937name = "nanorand"
 9938version = "0.7.0"
 9939source = "registry+https://github.com/rust-lang/crates.io-index"
 9940checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9941dependencies = [
 9942 "getrandom 0.2.15",
 9943]
 9944
 9945[[package]]
 9946name = "native-tls"
 9947version = "0.2.14"
 9948source = "registry+https://github.com/rust-lang/crates.io-index"
 9949checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9950dependencies = [
 9951 "libc",
 9952 "log",
 9953 "openssl",
 9954 "openssl-probe",
 9955 "openssl-sys",
 9956 "schannel",
 9957 "security-framework 2.11.1",
 9958 "security-framework-sys",
 9959 "tempfile",
 9960]
 9961
 9962[[package]]
 9963name = "nbformat"
 9964version = "0.10.0"
 9965source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 9966dependencies = [
 9967 "anyhow",
 9968 "chrono",
 9969 "jupyter-protocol",
 9970 "serde",
 9971 "serde_json",
 9972 "thiserror 1.0.69",
 9973 "uuid",
 9974]
 9975
 9976[[package]]
 9977name = "ndk"
 9978version = "0.8.0"
 9979source = "registry+https://github.com/rust-lang/crates.io-index"
 9980checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 9981dependencies = [
 9982 "bitflags 2.9.0",
 9983 "jni-sys",
 9984 "log",
 9985 "ndk-sys",
 9986 "num_enum",
 9987 "thiserror 1.0.69",
 9988]
 9989
 9990[[package]]
 9991name = "ndk-context"
 9992version = "0.1.1"
 9993source = "registry+https://github.com/rust-lang/crates.io-index"
 9994checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 9995
 9996[[package]]
 9997name = "ndk-sys"
 9998version = "0.5.0+25.2.9519653"
 9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10001dependencies = [
10002 "jni-sys",
10003]
10004
10005[[package]]
10006name = "new_debug_unreachable"
10007version = "1.0.6"
10008source = "registry+https://github.com/rust-lang/crates.io-index"
10009checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10010
10011[[package]]
10012name = "nix"
10013version = "0.28.0"
10014source = "registry+https://github.com/rust-lang/crates.io-index"
10015checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10016dependencies = [
10017 "bitflags 2.9.0",
10018 "cfg-if",
10019 "cfg_aliases 0.1.1",
10020 "libc",
10021]
10022
10023[[package]]
10024name = "nix"
10025version = "0.29.0"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10028dependencies = [
10029 "bitflags 2.9.0",
10030 "cfg-if",
10031 "cfg_aliases 0.2.1",
10032 "libc",
10033 "memoffset",
10034]
10035
10036[[package]]
10037name = "node_runtime"
10038version = "0.1.0"
10039dependencies = [
10040 "anyhow",
10041 "async-compression",
10042 "async-std",
10043 "async-tar",
10044 "async-trait",
10045 "async-watch",
10046 "async_zip",
10047 "futures 0.3.31",
10048 "http_client",
10049 "log",
10050 "paths",
10051 "semver",
10052 "serde",
10053 "serde_json",
10054 "smol",
10055 "tempfile",
10056 "util",
10057 "walkdir",
10058 "which 6.0.3",
10059 "workspace-hack",
10060]
10061
10062[[package]]
10063name = "nom"
10064version = "7.1.3"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10067dependencies = [
10068 "memchr",
10069 "minimal-lexical",
10070]
10071
10072[[package]]
10073name = "noop_proc_macro"
10074version = "0.3.0"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10077
10078[[package]]
10079name = "normpath"
10080version = "1.3.0"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10083dependencies = [
10084 "windows-sys 0.59.0",
10085]
10086
10087[[package]]
10088name = "notifications"
10089version = "0.1.0"
10090dependencies = [
10091 "anyhow",
10092 "channel",
10093 "client",
10094 "collections",
10095 "component",
10096 "db",
10097 "gpui",
10098 "rpc",
10099 "settings",
10100 "sum_tree",
10101 "time",
10102 "ui",
10103 "util",
10104 "workspace",
10105 "workspace-hack",
10106]
10107
10108[[package]]
10109name = "notify"
10110version = "8.0.0"
10111source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10112dependencies = [
10113 "bitflags 2.9.0",
10114 "filetime",
10115 "fsevent-sys 4.1.0",
10116 "inotify",
10117 "kqueue",
10118 "libc",
10119 "log",
10120 "mio",
10121 "notify-types",
10122 "walkdir",
10123 "windows-sys 0.59.0",
10124]
10125
10126[[package]]
10127name = "notify-debouncer-mini"
10128version = "0.6.0"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10131dependencies = [
10132 "log",
10133 "notify",
10134 "notify-types",
10135 "tempfile",
10136]
10137
10138[[package]]
10139name = "notify-types"
10140version = "2.0.0"
10141source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10142
10143[[package]]
10144name = "ntapi"
10145version = "0.4.1"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10148dependencies = [
10149 "winapi",
10150]
10151
10152[[package]]
10153name = "nu-ansi-term"
10154version = "0.46.0"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10157dependencies = [
10158 "overload",
10159 "winapi",
10160]
10161
10162[[package]]
10163name = "num"
10164version = "0.4.3"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10167dependencies = [
10168 "num-bigint",
10169 "num-complex",
10170 "num-integer",
10171 "num-iter",
10172 "num-rational",
10173 "num-traits",
10174]
10175
10176[[package]]
10177name = "num-bigint"
10178version = "0.4.6"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10181dependencies = [
10182 "num-integer",
10183 "num-traits",
10184]
10185
10186[[package]]
10187name = "num-bigint-dig"
10188version = "0.8.4"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10191dependencies = [
10192 "byteorder",
10193 "lazy_static",
10194 "libm",
10195 "num-integer",
10196 "num-iter",
10197 "num-traits",
10198 "rand 0.8.5",
10199 "serde",
10200 "smallvec",
10201 "zeroize",
10202]
10203
10204[[package]]
10205name = "num-cmp"
10206version = "0.1.0"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10209
10210[[package]]
10211name = "num-complex"
10212version = "0.4.6"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10215dependencies = [
10216 "num-traits",
10217]
10218
10219[[package]]
10220name = "num-conv"
10221version = "0.1.0"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10224
10225[[package]]
10226name = "num-derive"
10227version = "0.4.2"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10230dependencies = [
10231 "proc-macro2",
10232 "quote",
10233 "syn 2.0.101",
10234]
10235
10236[[package]]
10237name = "num-format"
10238version = "0.4.4"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10241dependencies = [
10242 "arrayvec",
10243 "itoa",
10244]
10245
10246[[package]]
10247name = "num-integer"
10248version = "0.1.46"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10251dependencies = [
10252 "num-traits",
10253]
10254
10255[[package]]
10256name = "num-iter"
10257version = "0.1.45"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10260dependencies = [
10261 "autocfg",
10262 "num-integer",
10263 "num-traits",
10264]
10265
10266[[package]]
10267name = "num-modular"
10268version = "0.6.1"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10271
10272[[package]]
10273name = "num-order"
10274version = "1.2.0"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10277dependencies = [
10278 "num-modular",
10279]
10280
10281[[package]]
10282name = "num-rational"
10283version = "0.4.2"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10286dependencies = [
10287 "num-bigint",
10288 "num-integer",
10289 "num-traits",
10290]
10291
10292[[package]]
10293name = "num-traits"
10294version = "0.2.19"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10297dependencies = [
10298 "autocfg",
10299 "libm",
10300]
10301
10302[[package]]
10303name = "num_cpus"
10304version = "1.16.0"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10307dependencies = [
10308 "hermit-abi 0.3.9",
10309 "libc",
10310]
10311
10312[[package]]
10313name = "num_enum"
10314version = "0.7.3"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10317dependencies = [
10318 "num_enum_derive",
10319]
10320
10321[[package]]
10322name = "num_enum_derive"
10323version = "0.7.3"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10326dependencies = [
10327 "proc-macro-crate",
10328 "proc-macro2",
10329 "quote",
10330 "syn 2.0.101",
10331]
10332
10333[[package]]
10334name = "num_threads"
10335version = "0.1.7"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10338dependencies = [
10339 "libc",
10340]
10341
10342[[package]]
10343name = "nvim-rs"
10344version = "0.9.2"
10345source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10346dependencies = [
10347 "async-trait",
10348 "futures 0.3.31",
10349 "log",
10350 "rmp",
10351 "rmpv",
10352 "tokio",
10353 "tokio-util",
10354]
10355
10356[[package]]
10357name = "objc"
10358version = "0.2.7"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10361dependencies = [
10362 "malloc_buf",
10363 "objc_exception",
10364]
10365
10366[[package]]
10367name = "objc-foundation"
10368version = "0.1.1"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10371dependencies = [
10372 "block",
10373 "objc",
10374 "objc_id",
10375]
10376
10377[[package]]
10378name = "objc2"
10379version = "0.6.1"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10382dependencies = [
10383 "objc2-encode",
10384]
10385
10386[[package]]
10387name = "objc2-app-kit"
10388version = "0.3.1"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10391dependencies = [
10392 "bitflags 2.9.0",
10393 "objc2",
10394 "objc2-core-foundation",
10395 "objc2-foundation",
10396 "objc2-quartz-core",
10397]
10398
10399[[package]]
10400name = "objc2-core-foundation"
10401version = "0.3.1"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10404dependencies = [
10405 "bitflags 2.9.0",
10406 "dispatch2",
10407 "objc2",
10408]
10409
10410[[package]]
10411name = "objc2-encode"
10412version = "4.1.0"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10415
10416[[package]]
10417name = "objc2-foundation"
10418version = "0.3.1"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10421dependencies = [
10422 "bitflags 2.9.0",
10423 "objc2",
10424 "objc2-core-foundation",
10425]
10426
10427[[package]]
10428name = "objc2-metal"
10429version = "0.3.1"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10432dependencies = [
10433 "bitflags 2.9.0",
10434 "block2",
10435 "dispatch2",
10436 "objc2",
10437 "objc2-core-foundation",
10438 "objc2-foundation",
10439]
10440
10441[[package]]
10442name = "objc2-quartz-core"
10443version = "0.3.1"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10446dependencies = [
10447 "bitflags 2.9.0",
10448 "objc2",
10449 "objc2-core-foundation",
10450 "objc2-foundation",
10451 "objc2-metal",
10452]
10453
10454[[package]]
10455name = "objc2-ui-kit"
10456version = "0.3.1"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10459dependencies = [
10460 "bitflags 2.9.0",
10461 "objc2",
10462 "objc2-core-foundation",
10463 "objc2-foundation",
10464 "objc2-quartz-core",
10465]
10466
10467[[package]]
10468name = "objc_exception"
10469version = "0.1.2"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10472dependencies = [
10473 "cc",
10474]
10475
10476[[package]]
10477name = "objc_id"
10478version = "0.1.1"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10481dependencies = [
10482 "objc",
10483]
10484
10485[[package]]
10486name = "object"
10487version = "0.36.7"
10488source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10490dependencies = [
10491 "crc32fast",
10492 "hashbrown 0.15.3",
10493 "indexmap",
10494 "memchr",
10495]
10496
10497[[package]]
10498name = "oboe"
10499version = "0.6.1"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10502dependencies = [
10503 "jni",
10504 "ndk",
10505 "ndk-context",
10506 "num-derive",
10507 "num-traits",
10508 "oboe-sys",
10509]
10510
10511[[package]]
10512name = "oboe-sys"
10513version = "0.6.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10516dependencies = [
10517 "cc",
10518]
10519
10520[[package]]
10521name = "ollama"
10522version = "0.1.0"
10523dependencies = [
10524 "anyhow",
10525 "futures 0.3.31",
10526 "http_client",
10527 "schemars",
10528 "serde",
10529 "serde_json",
10530 "workspace-hack",
10531]
10532
10533[[package]]
10534name = "once_cell"
10535version = "1.21.3"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10538
10539[[package]]
10540name = "oo7"
10541version = "0.4.3"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10544dependencies = [
10545 "aes",
10546 "ashpd",
10547 "async-fs",
10548 "async-io",
10549 "async-lock",
10550 "blocking",
10551 "cbc",
10552 "cipher",
10553 "digest",
10554 "endi",
10555 "futures-lite 2.6.0",
10556 "futures-util",
10557 "getrandom 0.3.2",
10558 "hkdf",
10559 "hmac",
10560 "md-5",
10561 "num",
10562 "num-bigint-dig",
10563 "pbkdf2 0.12.2",
10564 "rand 0.9.1",
10565 "serde",
10566 "sha2",
10567 "subtle",
10568 "zbus",
10569 "zbus_macros",
10570 "zeroize",
10571 "zvariant",
10572]
10573
10574[[package]]
10575name = "oorandom"
10576version = "11.1.5"
10577source = "registry+https://github.com/rust-lang/crates.io-index"
10578checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10579
10580[[package]]
10581name = "open"
10582version = "5.3.2"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10585dependencies = [
10586 "is-wsl",
10587 "libc",
10588 "pathdiff",
10589]
10590
10591[[package]]
10592name = "open_ai"
10593version = "0.1.0"
10594dependencies = [
10595 "anyhow",
10596 "futures 0.3.31",
10597 "http_client",
10598 "schemars",
10599 "serde",
10600 "serde_json",
10601 "strum 0.27.1",
10602 "workspace-hack",
10603]
10604
10605[[package]]
10606name = "opener"
10607version = "0.7.2"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10610dependencies = [
10611 "bstr",
10612 "dbus",
10613 "normpath",
10614 "windows-sys 0.59.0",
10615]
10616
10617[[package]]
10618name = "openssl"
10619version = "0.10.72"
10620source = "registry+https://github.com/rust-lang/crates.io-index"
10621checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10622dependencies = [
10623 "bitflags 2.9.0",
10624 "cfg-if",
10625 "foreign-types 0.3.2",
10626 "libc",
10627 "once_cell",
10628 "openssl-macros",
10629 "openssl-sys",
10630]
10631
10632[[package]]
10633name = "openssl-macros"
10634version = "0.1.1"
10635source = "registry+https://github.com/rust-lang/crates.io-index"
10636checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10637dependencies = [
10638 "proc-macro2",
10639 "quote",
10640 "syn 2.0.101",
10641]
10642
10643[[package]]
10644name = "openssl-probe"
10645version = "0.1.6"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10648
10649[[package]]
10650name = "openssl-sys"
10651version = "0.9.107"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10654dependencies = [
10655 "cc",
10656 "libc",
10657 "pkg-config",
10658 "vcpkg",
10659]
10660
10661[[package]]
10662name = "optfield"
10663version = "0.3.0"
10664source = "registry+https://github.com/rust-lang/crates.io-index"
10665checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10666dependencies = [
10667 "proc-macro2",
10668 "quote",
10669 "syn 2.0.101",
10670]
10671
10672[[package]]
10673name = "option-ext"
10674version = "0.2.0"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10677
10678[[package]]
10679name = "ordered-float"
10680version = "2.10.1"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10683dependencies = [
10684 "num-traits",
10685]
10686
10687[[package]]
10688name = "ordered-float"
10689version = "4.6.0"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10692dependencies = [
10693 "num-traits",
10694]
10695
10696[[package]]
10697name = "ordered-stream"
10698version = "0.2.0"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10701dependencies = [
10702 "futures-core",
10703 "pin-project-lite",
10704]
10705
10706[[package]]
10707name = "ouroboros"
10708version = "0.18.5"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10711dependencies = [
10712 "aliasable",
10713 "ouroboros_macro",
10714 "static_assertions",
10715]
10716
10717[[package]]
10718name = "ouroboros_macro"
10719version = "0.18.5"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10722dependencies = [
10723 "heck 0.4.1",
10724 "proc-macro2",
10725 "proc-macro2-diagnostics",
10726 "quote",
10727 "syn 2.0.101",
10728]
10729
10730[[package]]
10731name = "outline"
10732version = "0.1.0"
10733dependencies = [
10734 "editor",
10735 "fuzzy",
10736 "gpui",
10737 "indoc",
10738 "language",
10739 "menu",
10740 "ordered-float 2.10.1",
10741 "picker",
10742 "project",
10743 "rope",
10744 "serde_json",
10745 "settings",
10746 "smol",
10747 "theme",
10748 "tree-sitter-rust",
10749 "tree-sitter-typescript",
10750 "ui",
10751 "util",
10752 "workspace",
10753 "workspace-hack",
10754 "zed_actions",
10755]
10756
10757[[package]]
10758name = "outline_panel"
10759version = "0.1.0"
10760dependencies = [
10761 "anyhow",
10762 "collections",
10763 "db",
10764 "editor",
10765 "file_icons",
10766 "fuzzy",
10767 "gpui",
10768 "itertools 0.14.0",
10769 "language",
10770 "log",
10771 "menu",
10772 "outline",
10773 "pretty_assertions",
10774 "project",
10775 "schemars",
10776 "search",
10777 "serde",
10778 "serde_json",
10779 "settings",
10780 "smallvec",
10781 "smol",
10782 "theme",
10783 "ui",
10784 "util",
10785 "workspace",
10786 "workspace-hack",
10787 "worktree",
10788 "zed_actions",
10789]
10790
10791[[package]]
10792name = "outref"
10793version = "0.5.2"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10796
10797[[package]]
10798name = "overload"
10799version = "0.1.1"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10802
10803[[package]]
10804name = "p256"
10805version = "0.11.1"
10806source = "registry+https://github.com/rust-lang/crates.io-index"
10807checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10808dependencies = [
10809 "ecdsa",
10810 "elliptic-curve",
10811 "sha2",
10812]
10813
10814[[package]]
10815name = "page_size"
10816version = "0.6.0"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10819dependencies = [
10820 "libc",
10821 "winapi",
10822]
10823
10824[[package]]
10825name = "palette"
10826version = "0.7.6"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10829dependencies = [
10830 "approx",
10831 "fast-srgb8",
10832 "palette_derive",
10833]
10834
10835[[package]]
10836name = "palette_derive"
10837version = "0.7.6"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10840dependencies = [
10841 "by_address",
10842 "proc-macro2",
10843 "quote",
10844 "syn 2.0.101",
10845]
10846
10847[[package]]
10848name = "panel"
10849version = "0.1.0"
10850dependencies = [
10851 "editor",
10852 "gpui",
10853 "settings",
10854 "theme",
10855 "ui",
10856 "workspace",
10857 "workspace-hack",
10858]
10859
10860[[package]]
10861name = "parking"
10862version = "2.2.1"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10865
10866[[package]]
10867name = "parking_lot"
10868version = "0.12.3"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10871dependencies = [
10872 "lock_api",
10873 "parking_lot_core",
10874]
10875
10876[[package]]
10877name = "parking_lot_core"
10878version = "0.9.10"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10881dependencies = [
10882 "cfg-if",
10883 "libc",
10884 "redox_syscall 0.5.11",
10885 "smallvec",
10886 "windows-targets 0.52.6",
10887]
10888
10889[[package]]
10890name = "partial-json-fixer"
10891version = "0.5.3"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10894
10895[[package]]
10896name = "password-hash"
10897version = "0.4.2"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10900dependencies = [
10901 "base64ct",
10902 "rand_core 0.6.4",
10903 "subtle",
10904]
10905
10906[[package]]
10907name = "password-hash"
10908version = "0.5.0"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10911dependencies = [
10912 "base64ct",
10913 "rand_core 0.6.4",
10914 "subtle",
10915]
10916
10917[[package]]
10918name = "paste"
10919version = "1.0.15"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10922
10923[[package]]
10924name = "pathdiff"
10925version = "0.2.3"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10928
10929[[package]]
10930name = "pathfinder_geometry"
10931version = "0.5.1"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10934dependencies = [
10935 "log",
10936 "pathfinder_simd",
10937]
10938
10939[[package]]
10940name = "pathfinder_simd"
10941version = "0.5.4"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10944dependencies = [
10945 "rustc_version",
10946]
10947
10948[[package]]
10949name = "paths"
10950version = "0.1.0"
10951dependencies = [
10952 "dirs 4.0.0",
10953 "util",
10954 "workspace-hack",
10955]
10956
10957[[package]]
10958name = "pbjson"
10959version = "0.6.0"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10962dependencies = [
10963 "base64 0.21.7",
10964 "serde",
10965]
10966
10967[[package]]
10968name = "pbjson-build"
10969version = "0.6.2"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
10972dependencies = [
10973 "heck 0.4.1",
10974 "itertools 0.11.0",
10975 "prost 0.12.6",
10976 "prost-types 0.12.6",
10977]
10978
10979[[package]]
10980name = "pbjson-types"
10981version = "0.6.0"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
10984dependencies = [
10985 "bytes 1.10.1",
10986 "chrono",
10987 "pbjson",
10988 "pbjson-build",
10989 "prost 0.12.6",
10990 "prost-build 0.12.6",
10991 "serde",
10992]
10993
10994[[package]]
10995name = "pbkdf2"
10996version = "0.11.0"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
10999dependencies = [
11000 "digest",
11001 "hmac",
11002 "password-hash 0.4.2",
11003 "sha2",
11004]
11005
11006[[package]]
11007name = "pbkdf2"
11008version = "0.12.2"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11011dependencies = [
11012 "digest",
11013 "hmac",
11014]
11015
11016[[package]]
11017name = "pem"
11018version = "3.0.5"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11021dependencies = [
11022 "base64 0.22.1",
11023 "serde",
11024]
11025
11026[[package]]
11027name = "pem-rfc7468"
11028version = "0.7.0"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11031dependencies = [
11032 "base64ct",
11033]
11034
11035[[package]]
11036name = "percent-encoding"
11037version = "2.3.1"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11040
11041[[package]]
11042name = "perplexity"
11043version = "0.1.0"
11044dependencies = [
11045 "serde",
11046 "zed_extension_api 0.6.0",
11047]
11048
11049[[package]]
11050name = "pest"
11051version = "2.8.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11054dependencies = [
11055 "memchr",
11056 "thiserror 2.0.12",
11057 "ucd-trie",
11058]
11059
11060[[package]]
11061name = "pest_derive"
11062version = "2.8.0"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11065dependencies = [
11066 "pest",
11067 "pest_generator",
11068]
11069
11070[[package]]
11071name = "pest_generator"
11072version = "2.8.0"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11075dependencies = [
11076 "pest",
11077 "pest_meta",
11078 "proc-macro2",
11079 "quote",
11080 "syn 2.0.101",
11081]
11082
11083[[package]]
11084name = "pest_meta"
11085version = "2.8.0"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11088dependencies = [
11089 "once_cell",
11090 "pest",
11091 "sha2",
11092]
11093
11094[[package]]
11095name = "pet"
11096version = "0.1.0"
11097source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11098dependencies = [
11099 "clap",
11100 "env_logger 0.10.2",
11101 "lazy_static",
11102 "log",
11103 "msvc_spectre_libs",
11104 "pet-conda",
11105 "pet-core",
11106 "pet-env-var-path",
11107 "pet-fs",
11108 "pet-global-virtualenvs",
11109 "pet-homebrew",
11110 "pet-jsonrpc",
11111 "pet-linux-global-python",
11112 "pet-mac-commandlinetools",
11113 "pet-mac-python-org",
11114 "pet-mac-xcode",
11115 "pet-pipenv",
11116 "pet-pixi",
11117 "pet-poetry",
11118 "pet-pyenv",
11119 "pet-python-utils",
11120 "pet-reporter",
11121 "pet-telemetry",
11122 "pet-venv",
11123 "pet-virtualenv",
11124 "pet-virtualenvwrapper",
11125 "pet-windows-registry",
11126 "pet-windows-store",
11127 "serde",
11128 "serde_json",
11129]
11130
11131[[package]]
11132name = "pet-conda"
11133version = "0.1.0"
11134source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11135dependencies = [
11136 "env_logger 0.10.2",
11137 "lazy_static",
11138 "log",
11139 "msvc_spectre_libs",
11140 "pet-core",
11141 "pet-fs",
11142 "pet-python-utils",
11143 "pet-reporter",
11144 "regex",
11145 "serde",
11146 "serde_json",
11147 "yaml-rust2",
11148]
11149
11150[[package]]
11151name = "pet-core"
11152version = "0.1.0"
11153source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11154dependencies = [
11155 "clap",
11156 "lazy_static",
11157 "log",
11158 "msvc_spectre_libs",
11159 "pet-fs",
11160 "regex",
11161 "serde",
11162 "serde_json",
11163]
11164
11165[[package]]
11166name = "pet-env-var-path"
11167version = "0.1.0"
11168source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11169dependencies = [
11170 "lazy_static",
11171 "log",
11172 "msvc_spectre_libs",
11173 "pet-conda",
11174 "pet-core",
11175 "pet-fs",
11176 "pet-python-utils",
11177 "pet-virtualenv",
11178 "regex",
11179]
11180
11181[[package]]
11182name = "pet-fs"
11183version = "0.1.0"
11184source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11185dependencies = [
11186 "log",
11187 "msvc_spectre_libs",
11188]
11189
11190[[package]]
11191name = "pet-global-virtualenvs"
11192version = "0.1.0"
11193source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11194dependencies = [
11195 "log",
11196 "msvc_spectre_libs",
11197 "pet-conda",
11198 "pet-core",
11199 "pet-fs",
11200 "pet-virtualenv",
11201]
11202
11203[[package]]
11204name = "pet-homebrew"
11205version = "0.1.0"
11206source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11207dependencies = [
11208 "lazy_static",
11209 "log",
11210 "msvc_spectre_libs",
11211 "pet-conda",
11212 "pet-core",
11213 "pet-fs",
11214 "pet-python-utils",
11215 "pet-virtualenv",
11216 "regex",
11217 "serde",
11218 "serde_json",
11219]
11220
11221[[package]]
11222name = "pet-jsonrpc"
11223version = "0.1.0"
11224source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11225dependencies = [
11226 "env_logger 0.10.2",
11227 "log",
11228 "msvc_spectre_libs",
11229 "pet-core",
11230 "serde",
11231 "serde_json",
11232]
11233
11234[[package]]
11235name = "pet-linux-global-python"
11236version = "0.1.0"
11237source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11238dependencies = [
11239 "log",
11240 "msvc_spectre_libs",
11241 "pet-core",
11242 "pet-fs",
11243 "pet-python-utils",
11244 "pet-virtualenv",
11245]
11246
11247[[package]]
11248name = "pet-mac-commandlinetools"
11249version = "0.1.0"
11250source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11251dependencies = [
11252 "log",
11253 "msvc_spectre_libs",
11254 "pet-core",
11255 "pet-fs",
11256 "pet-python-utils",
11257 "pet-virtualenv",
11258]
11259
11260[[package]]
11261name = "pet-mac-python-org"
11262version = "0.1.0"
11263source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11264dependencies = [
11265 "log",
11266 "msvc_spectre_libs",
11267 "pet-core",
11268 "pet-fs",
11269 "pet-python-utils",
11270 "pet-virtualenv",
11271]
11272
11273[[package]]
11274name = "pet-mac-xcode"
11275version = "0.1.0"
11276source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11277dependencies = [
11278 "log",
11279 "msvc_spectre_libs",
11280 "pet-core",
11281 "pet-fs",
11282 "pet-python-utils",
11283 "pet-virtualenv",
11284]
11285
11286[[package]]
11287name = "pet-pipenv"
11288version = "0.1.0"
11289source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11290dependencies = [
11291 "log",
11292 "msvc_spectre_libs",
11293 "pet-core",
11294 "pet-fs",
11295 "pet-python-utils",
11296 "pet-virtualenv",
11297]
11298
11299[[package]]
11300name = "pet-pixi"
11301version = "0.1.0"
11302source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11303dependencies = [
11304 "log",
11305 "msvc_spectre_libs",
11306 "pet-conda",
11307 "pet-core",
11308 "pet-python-utils",
11309]
11310
11311[[package]]
11312name = "pet-poetry"
11313version = "0.1.0"
11314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11315dependencies = [
11316 "base64 0.22.1",
11317 "lazy_static",
11318 "log",
11319 "msvc_spectre_libs",
11320 "pet-core",
11321 "pet-fs",
11322 "pet-python-utils",
11323 "pet-reporter",
11324 "pet-virtualenv",
11325 "regex",
11326 "serde",
11327 "serde_json",
11328 "sha2",
11329 "toml 0.8.20",
11330]
11331
11332[[package]]
11333name = "pet-pyenv"
11334version = "0.1.0"
11335source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11336dependencies = [
11337 "lazy_static",
11338 "log",
11339 "msvc_spectre_libs",
11340 "pet-conda",
11341 "pet-core",
11342 "pet-fs",
11343 "pet-python-utils",
11344 "pet-reporter",
11345 "regex",
11346 "serde",
11347 "serde_json",
11348]
11349
11350[[package]]
11351name = "pet-python-utils"
11352version = "0.1.0"
11353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11354dependencies = [
11355 "env_logger 0.10.2",
11356 "lazy_static",
11357 "log",
11358 "msvc_spectre_libs",
11359 "pet-core",
11360 "pet-fs",
11361 "regex",
11362 "serde",
11363 "serde_json",
11364 "sha2",
11365]
11366
11367[[package]]
11368name = "pet-reporter"
11369version = "0.1.0"
11370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11371dependencies = [
11372 "env_logger 0.10.2",
11373 "log",
11374 "msvc_spectre_libs",
11375 "pet-core",
11376 "pet-jsonrpc",
11377 "serde",
11378 "serde_json",
11379]
11380
11381[[package]]
11382name = "pet-telemetry"
11383version = "0.1.0"
11384source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11385dependencies = [
11386 "env_logger 0.10.2",
11387 "lazy_static",
11388 "log",
11389 "msvc_spectre_libs",
11390 "pet-core",
11391 "pet-fs",
11392 "pet-python-utils",
11393 "regex",
11394]
11395
11396[[package]]
11397name = "pet-venv"
11398version = "0.1.0"
11399source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11400dependencies = [
11401 "log",
11402 "msvc_spectre_libs",
11403 "pet-core",
11404 "pet-python-utils",
11405 "pet-virtualenv",
11406]
11407
11408[[package]]
11409name = "pet-virtualenv"
11410version = "0.1.0"
11411source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11412dependencies = [
11413 "log",
11414 "msvc_spectre_libs",
11415 "pet-core",
11416 "pet-fs",
11417 "pet-python-utils",
11418]
11419
11420[[package]]
11421name = "pet-virtualenvwrapper"
11422version = "0.1.0"
11423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11424dependencies = [
11425 "log",
11426 "msvc_spectre_libs",
11427 "pet-core",
11428 "pet-fs",
11429 "pet-python-utils",
11430 "pet-virtualenv",
11431]
11432
11433[[package]]
11434name = "pet-windows-registry"
11435version = "0.1.0"
11436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11437dependencies = [
11438 "lazy_static",
11439 "log",
11440 "msvc_spectre_libs",
11441 "pet-conda",
11442 "pet-core",
11443 "pet-fs",
11444 "pet-python-utils",
11445 "pet-virtualenv",
11446 "pet-windows-store",
11447 "regex",
11448 "winreg 0.55.0",
11449]
11450
11451[[package]]
11452name = "pet-windows-store"
11453version = "0.1.0"
11454source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11455dependencies = [
11456 "lazy_static",
11457 "log",
11458 "msvc_spectre_libs",
11459 "pet-core",
11460 "pet-fs",
11461 "pet-python-utils",
11462 "pet-virtualenv",
11463 "regex",
11464 "winreg 0.55.0",
11465]
11466
11467[[package]]
11468name = "petgraph"
11469version = "0.6.5"
11470source = "registry+https://github.com/rust-lang/crates.io-index"
11471checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11472dependencies = [
11473 "fixedbitset",
11474 "indexmap",
11475]
11476
11477[[package]]
11478name = "pgvector"
11479version = "0.4.0"
11480source = "registry+https://github.com/rust-lang/crates.io-index"
11481checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11482dependencies = [
11483 "serde",
11484]
11485
11486[[package]]
11487name = "phf"
11488version = "0.11.3"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11491dependencies = [
11492 "phf_macros",
11493 "phf_shared",
11494]
11495
11496[[package]]
11497name = "phf_codegen"
11498version = "0.11.3"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11501dependencies = [
11502 "phf_generator",
11503 "phf_shared",
11504]
11505
11506[[package]]
11507name = "phf_generator"
11508version = "0.11.3"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11511dependencies = [
11512 "phf_shared",
11513 "rand 0.8.5",
11514]
11515
11516[[package]]
11517name = "phf_macros"
11518version = "0.11.3"
11519source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11521dependencies = [
11522 "phf_generator",
11523 "phf_shared",
11524 "proc-macro2",
11525 "quote",
11526 "syn 2.0.101",
11527]
11528
11529[[package]]
11530name = "phf_shared"
11531version = "0.11.3"
11532source = "registry+https://github.com/rust-lang/crates.io-index"
11533checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11534dependencies = [
11535 "siphasher",
11536]
11537
11538[[package]]
11539name = "picker"
11540version = "0.1.0"
11541dependencies = [
11542 "anyhow",
11543 "ctor",
11544 "editor",
11545 "env_logger 0.11.8",
11546 "gpui",
11547 "menu",
11548 "schemars",
11549 "serde",
11550 "serde_json",
11551 "ui",
11552 "util",
11553 "workspace",
11554 "workspace-hack",
11555]
11556
11557[[package]]
11558name = "pico-args"
11559version = "0.5.0"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11562
11563[[package]]
11564name = "pin-project"
11565version = "1.1.10"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11568dependencies = [
11569 "pin-project-internal",
11570]
11571
11572[[package]]
11573name = "pin-project-internal"
11574version = "1.1.10"
11575source = "registry+https://github.com/rust-lang/crates.io-index"
11576checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11577dependencies = [
11578 "proc-macro2",
11579 "quote",
11580 "syn 2.0.101",
11581]
11582
11583[[package]]
11584name = "pin-project-lite"
11585version = "0.2.16"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11588
11589[[package]]
11590name = "pin-utils"
11591version = "0.1.0"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11594
11595[[package]]
11596name = "piper"
11597version = "0.2.4"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11600dependencies = [
11601 "atomic-waker",
11602 "fastrand 2.3.0",
11603 "futures-io",
11604]
11605
11606[[package]]
11607name = "pkcs1"
11608version = "0.7.5"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11611dependencies = [
11612 "der 0.7.10",
11613 "pkcs8 0.10.2",
11614 "spki 0.7.3",
11615]
11616
11617[[package]]
11618name = "pkcs8"
11619version = "0.9.0"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11622dependencies = [
11623 "der 0.6.1",
11624 "spki 0.6.0",
11625]
11626
11627[[package]]
11628name = "pkcs8"
11629version = "0.10.2"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11632dependencies = [
11633 "der 0.7.10",
11634 "spki 0.7.3",
11635]
11636
11637[[package]]
11638name = "pkg-config"
11639version = "0.3.32"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11642
11643[[package]]
11644name = "plist"
11645version = "1.7.1"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11648dependencies = [
11649 "base64 0.22.1",
11650 "indexmap",
11651 "quick-xml 0.32.0",
11652 "serde",
11653 "time",
11654]
11655
11656[[package]]
11657name = "plotters"
11658version = "0.3.7"
11659source = "registry+https://github.com/rust-lang/crates.io-index"
11660checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11661dependencies = [
11662 "num-traits",
11663 "plotters-backend",
11664 "plotters-svg",
11665 "wasm-bindgen",
11666 "web-sys",
11667]
11668
11669[[package]]
11670name = "plotters-backend"
11671version = "0.3.7"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11674
11675[[package]]
11676name = "plotters-svg"
11677version = "0.3.7"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11680dependencies = [
11681 "plotters-backend",
11682]
11683
11684[[package]]
11685name = "png"
11686version = "0.17.16"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11689dependencies = [
11690 "bitflags 1.3.2",
11691 "crc32fast",
11692 "fdeflate",
11693 "flate2",
11694 "miniz_oxide",
11695]
11696
11697[[package]]
11698name = "polling"
11699version = "3.7.4"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11702dependencies = [
11703 "cfg-if",
11704 "concurrent-queue",
11705 "hermit-abi 0.4.0",
11706 "pin-project-lite",
11707 "rustix 0.38.44",
11708 "tracing",
11709 "windows-sys 0.59.0",
11710]
11711
11712[[package]]
11713name = "pollster"
11714version = "0.2.5"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11717
11718[[package]]
11719name = "pollster"
11720version = "0.4.0"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11723
11724[[package]]
11725name = "portable-atomic"
11726version = "1.11.0"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11729
11730[[package]]
11731name = "portable-atomic-util"
11732version = "0.2.4"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11735dependencies = [
11736 "portable-atomic",
11737]
11738
11739[[package]]
11740name = "portable-pty"
11741version = "0.9.0"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11744dependencies = [
11745 "anyhow",
11746 "bitflags 1.3.2",
11747 "downcast-rs",
11748 "filedescriptor",
11749 "lazy_static",
11750 "libc",
11751 "log",
11752 "nix 0.28.0",
11753 "serial2",
11754 "shared_library",
11755 "shell-words",
11756 "winapi",
11757 "winreg 0.10.1",
11758]
11759
11760[[package]]
11761name = "postage"
11762version = "0.5.0"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11765dependencies = [
11766 "atomic",
11767 "crossbeam-queue",
11768 "futures 0.3.31",
11769 "log",
11770 "parking_lot",
11771 "pin-project",
11772 "pollster 0.2.5",
11773 "static_assertions",
11774 "thiserror 1.0.69",
11775]
11776
11777[[package]]
11778name = "postcard"
11779version = "1.1.1"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11782dependencies = [
11783 "cobs",
11784 "embedded-io 0.4.0",
11785 "embedded-io 0.6.1",
11786 "serde",
11787]
11788
11789[[package]]
11790name = "powerfmt"
11791version = "0.2.0"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11794
11795[[package]]
11796name = "ppv-lite86"
11797version = "0.2.21"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11800dependencies = [
11801 "zerocopy 0.8.24",
11802]
11803
11804[[package]]
11805name = "precomputed-hash"
11806version = "0.1.1"
11807source = "registry+https://github.com/rust-lang/crates.io-index"
11808checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11809
11810[[package]]
11811name = "prettier"
11812version = "0.1.0"
11813dependencies = [
11814 "anyhow",
11815 "collections",
11816 "fs",
11817 "gpui",
11818 "language",
11819 "log",
11820 "lsp",
11821 "node_runtime",
11822 "parking_lot",
11823 "paths",
11824 "serde",
11825 "serde_json",
11826 "util",
11827 "workspace-hack",
11828]
11829
11830[[package]]
11831name = "pretty_assertions"
11832version = "1.4.1"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11835dependencies = [
11836 "diff",
11837 "yansi",
11838]
11839
11840[[package]]
11841name = "prettyplease"
11842version = "0.2.32"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11845dependencies = [
11846 "proc-macro2",
11847 "syn 2.0.101",
11848]
11849
11850[[package]]
11851name = "proc-macro-crate"
11852version = "3.3.0"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11855dependencies = [
11856 "toml_edit",
11857]
11858
11859[[package]]
11860name = "proc-macro-error-attr2"
11861version = "2.0.0"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11864dependencies = [
11865 "proc-macro2",
11866 "quote",
11867]
11868
11869[[package]]
11870name = "proc-macro-error2"
11871version = "2.0.1"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11874dependencies = [
11875 "proc-macro-error-attr2",
11876 "proc-macro2",
11877 "quote",
11878 "syn 2.0.101",
11879]
11880
11881[[package]]
11882name = "proc-macro2"
11883version = "1.0.95"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11886dependencies = [
11887 "unicode-ident",
11888]
11889
11890[[package]]
11891name = "proc-macro2-diagnostics"
11892version = "0.10.1"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11895dependencies = [
11896 "proc-macro2",
11897 "quote",
11898 "syn 2.0.101",
11899 "version_check",
11900 "yansi",
11901]
11902
11903[[package]]
11904name = "prodash"
11905version = "29.0.2"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11908dependencies = [
11909 "log",
11910 "parking_lot",
11911]
11912
11913[[package]]
11914name = "profiling"
11915version = "1.0.16"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11918dependencies = [
11919 "profiling-procmacros",
11920]
11921
11922[[package]]
11923name = "profiling-procmacros"
11924version = "1.0.16"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11927dependencies = [
11928 "quote",
11929 "syn 2.0.101",
11930]
11931
11932[[package]]
11933name = "project"
11934version = "0.1.0"
11935dependencies = [
11936 "aho-corasick",
11937 "anyhow",
11938 "askpass",
11939 "async-trait",
11940 "buffer_diff",
11941 "circular-buffer",
11942 "client",
11943 "clock",
11944 "collections",
11945 "context_server",
11946 "dap",
11947 "dap_adapters",
11948 "env_logger 0.11.8",
11949 "extension",
11950 "fancy-regex 0.14.0",
11951 "fs",
11952 "futures 0.3.31",
11953 "fuzzy",
11954 "git",
11955 "git2",
11956 "git_hosting_providers",
11957 "globset",
11958 "gpui",
11959 "http_client",
11960 "image",
11961 "indexmap",
11962 "itertools 0.14.0",
11963 "language",
11964 "log",
11965 "lsp",
11966 "node_runtime",
11967 "parking_lot",
11968 "pathdiff",
11969 "paths",
11970 "postage",
11971 "prettier",
11972 "pretty_assertions",
11973 "rand 0.8.5",
11974 "regex",
11975 "release_channel",
11976 "remote",
11977 "rpc",
11978 "schemars",
11979 "serde",
11980 "serde_json",
11981 "settings",
11982 "sha2",
11983 "shellexpand 2.1.2",
11984 "shlex",
11985 "smol",
11986 "snippet",
11987 "snippet_provider",
11988 "sum_tree",
11989 "task",
11990 "tempfile",
11991 "terminal",
11992 "text",
11993 "toml 0.8.20",
11994 "unindent",
11995 "url",
11996 "util",
11997 "which 6.0.3",
11998 "workspace-hack",
11999 "worktree",
12000 "zlog",
12001]
12002
12003[[package]]
12004name = "project_panel"
12005version = "0.1.0"
12006dependencies = [
12007 "anyhow",
12008 "client",
12009 "collections",
12010 "command_palette_hooks",
12011 "db",
12012 "editor",
12013 "file_icons",
12014 "git",
12015 "gpui",
12016 "indexmap",
12017 "language",
12018 "menu",
12019 "pretty_assertions",
12020 "project",
12021 "schemars",
12022 "search",
12023 "serde",
12024 "serde_derive",
12025 "serde_json",
12026 "settings",
12027 "smallvec",
12028 "theme",
12029 "ui",
12030 "util",
12031 "workspace",
12032 "workspace-hack",
12033 "worktree",
12034 "zed_actions",
12035]
12036
12037[[package]]
12038name = "project_symbols"
12039version = "0.1.0"
12040dependencies = [
12041 "anyhow",
12042 "editor",
12043 "futures 0.3.31",
12044 "fuzzy",
12045 "gpui",
12046 "language",
12047 "lsp",
12048 "ordered-float 2.10.1",
12049 "picker",
12050 "project",
12051 "release_channel",
12052 "serde_json",
12053 "settings",
12054 "theme",
12055 "util",
12056 "workspace",
12057 "workspace-hack",
12058]
12059
12060[[package]]
12061name = "prometheus"
12062version = "0.14.0"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12065dependencies = [
12066 "cfg-if",
12067 "fnv",
12068 "lazy_static",
12069 "memchr",
12070 "parking_lot",
12071 "protobuf",
12072 "thiserror 2.0.12",
12073]
12074
12075[[package]]
12076name = "prompt_store"
12077version = "0.1.0"
12078dependencies = [
12079 "anyhow",
12080 "assets",
12081 "chrono",
12082 "collections",
12083 "fs",
12084 "futures 0.3.31",
12085 "fuzzy",
12086 "gpui",
12087 "handlebars 4.5.0",
12088 "heed",
12089 "language",
12090 "log",
12091 "parking_lot",
12092 "paths",
12093 "rope",
12094 "serde",
12095 "serde_json",
12096 "text",
12097 "util",
12098 "uuid",
12099 "workspace-hack",
12100]
12101
12102[[package]]
12103name = "prost"
12104version = "0.9.0"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12107dependencies = [
12108 "bytes 1.10.1",
12109 "prost-derive 0.9.0",
12110]
12111
12112[[package]]
12113name = "prost"
12114version = "0.12.6"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12117dependencies = [
12118 "bytes 1.10.1",
12119 "prost-derive 0.12.6",
12120]
12121
12122[[package]]
12123name = "prost"
12124version = "0.13.5"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12127dependencies = [
12128 "bytes 1.10.1",
12129 "prost-derive 0.13.5",
12130]
12131
12132[[package]]
12133name = "prost-build"
12134version = "0.9.0"
12135source = "registry+https://github.com/rust-lang/crates.io-index"
12136checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12137dependencies = [
12138 "bytes 1.10.1",
12139 "heck 0.3.3",
12140 "itertools 0.10.5",
12141 "lazy_static",
12142 "log",
12143 "multimap 0.8.3",
12144 "petgraph",
12145 "prost 0.9.0",
12146 "prost-types 0.9.0",
12147 "regex",
12148 "tempfile",
12149 "which 4.4.2",
12150]
12151
12152[[package]]
12153name = "prost-build"
12154version = "0.12.6"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12157dependencies = [
12158 "bytes 1.10.1",
12159 "heck 0.5.0",
12160 "itertools 0.12.1",
12161 "log",
12162 "multimap 0.10.0",
12163 "once_cell",
12164 "petgraph",
12165 "prettyplease",
12166 "prost 0.12.6",
12167 "prost-types 0.12.6",
12168 "regex",
12169 "syn 2.0.101",
12170 "tempfile",
12171]
12172
12173[[package]]
12174name = "prost-derive"
12175version = "0.9.0"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12178dependencies = [
12179 "anyhow",
12180 "itertools 0.10.5",
12181 "proc-macro2",
12182 "quote",
12183 "syn 1.0.109",
12184]
12185
12186[[package]]
12187name = "prost-derive"
12188version = "0.12.6"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12191dependencies = [
12192 "anyhow",
12193 "itertools 0.12.1",
12194 "proc-macro2",
12195 "quote",
12196 "syn 2.0.101",
12197]
12198
12199[[package]]
12200name = "prost-derive"
12201version = "0.13.5"
12202source = "registry+https://github.com/rust-lang/crates.io-index"
12203checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12204dependencies = [
12205 "anyhow",
12206 "itertools 0.14.0",
12207 "proc-macro2",
12208 "quote",
12209 "syn 2.0.101",
12210]
12211
12212[[package]]
12213name = "prost-types"
12214version = "0.9.0"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12217dependencies = [
12218 "bytes 1.10.1",
12219 "prost 0.9.0",
12220]
12221
12222[[package]]
12223name = "prost-types"
12224version = "0.12.6"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12227dependencies = [
12228 "prost 0.12.6",
12229]
12230
12231[[package]]
12232name = "proto"
12233version = "0.1.0"
12234dependencies = [
12235 "anyhow",
12236 "collections",
12237 "prost 0.9.0",
12238 "prost-build 0.9.0",
12239 "serde",
12240 "workspace-hack",
12241]
12242
12243[[package]]
12244name = "protobuf"
12245version = "3.7.2"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12248dependencies = [
12249 "once_cell",
12250 "protobuf-support",
12251 "thiserror 1.0.69",
12252]
12253
12254[[package]]
12255name = "protobuf-support"
12256version = "3.7.2"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12259dependencies = [
12260 "thiserror 1.0.69",
12261]
12262
12263[[package]]
12264name = "psm"
12265version = "0.1.25"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12268dependencies = [
12269 "cc",
12270]
12271
12272[[package]]
12273name = "ptr_meta"
12274version = "0.1.4"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12277dependencies = [
12278 "ptr_meta_derive",
12279]
12280
12281[[package]]
12282name = "ptr_meta_derive"
12283version = "0.1.4"
12284source = "registry+https://github.com/rust-lang/crates.io-index"
12285checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12286dependencies = [
12287 "proc-macro2",
12288 "quote",
12289 "syn 1.0.109",
12290]
12291
12292[[package]]
12293name = "pulldown-cmark"
12294version = "0.10.3"
12295source = "registry+https://github.com/rust-lang/crates.io-index"
12296checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12297dependencies = [
12298 "bitflags 2.9.0",
12299 "memchr",
12300 "pulldown-cmark-escape",
12301 "unicase",
12302]
12303
12304[[package]]
12305name = "pulldown-cmark"
12306version = "0.12.2"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12309dependencies = [
12310 "bitflags 2.9.0",
12311 "memchr",
12312 "unicase",
12313]
12314
12315[[package]]
12316name = "pulldown-cmark-escape"
12317version = "0.10.1"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12320
12321[[package]]
12322name = "pulley-interpreter"
12323version = "29.0.1"
12324source = "registry+https://github.com/rust-lang/crates.io-index"
12325checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12326dependencies = [
12327 "cranelift-bitset",
12328 "log",
12329 "sptr",
12330 "wasmtime-math",
12331]
12332
12333[[package]]
12334name = "qoi"
12335version = "0.4.1"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12338dependencies = [
12339 "bytemuck",
12340]
12341
12342[[package]]
12343name = "quick-error"
12344version = "2.0.1"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12347
12348[[package]]
12349name = "quick-xml"
12350version = "0.30.0"
12351source = "registry+https://github.com/rust-lang/crates.io-index"
12352checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12353dependencies = [
12354 "memchr",
12355]
12356
12357[[package]]
12358name = "quick-xml"
12359version = "0.32.0"
12360source = "registry+https://github.com/rust-lang/crates.io-index"
12361checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12362dependencies = [
12363 "memchr",
12364]
12365
12366[[package]]
12367name = "quick-xml"
12368version = "0.37.4"
12369source = "registry+https://github.com/rust-lang/crates.io-index"
12370checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12371dependencies = [
12372 "memchr",
12373]
12374
12375[[package]]
12376name = "quinn"
12377version = "0.11.7"
12378source = "registry+https://github.com/rust-lang/crates.io-index"
12379checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12380dependencies = [
12381 "bytes 1.10.1",
12382 "cfg_aliases 0.2.1",
12383 "pin-project-lite",
12384 "quinn-proto",
12385 "quinn-udp",
12386 "rustc-hash 2.1.1",
12387 "rustls 0.23.26",
12388 "socket2",
12389 "thiserror 2.0.12",
12390 "tokio",
12391 "tracing",
12392 "web-time",
12393]
12394
12395[[package]]
12396name = "quinn-proto"
12397version = "0.11.10"
12398source = "registry+https://github.com/rust-lang/crates.io-index"
12399checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12400dependencies = [
12401 "bytes 1.10.1",
12402 "getrandom 0.3.2",
12403 "rand 0.9.1",
12404 "ring",
12405 "rustc-hash 2.1.1",
12406 "rustls 0.23.26",
12407 "rustls-pki-types",
12408 "slab",
12409 "thiserror 2.0.12",
12410 "tinyvec",
12411 "tracing",
12412 "web-time",
12413]
12414
12415[[package]]
12416name = "quinn-udp"
12417version = "0.5.11"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12420dependencies = [
12421 "cfg_aliases 0.2.1",
12422 "libc",
12423 "once_cell",
12424 "socket2",
12425 "tracing",
12426 "windows-sys 0.59.0",
12427]
12428
12429[[package]]
12430name = "quote"
12431version = "1.0.40"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12434dependencies = [
12435 "proc-macro2",
12436]
12437
12438[[package]]
12439name = "r-efi"
12440version = "5.2.0"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12443
12444[[package]]
12445name = "radium"
12446version = "0.7.0"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12449
12450[[package]]
12451name = "rand"
12452version = "0.7.3"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12455dependencies = [
12456 "getrandom 0.1.16",
12457 "libc",
12458 "rand_chacha 0.2.2",
12459 "rand_core 0.5.1",
12460 "rand_hc",
12461]
12462
12463[[package]]
12464name = "rand"
12465version = "0.8.5"
12466source = "registry+https://github.com/rust-lang/crates.io-index"
12467checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12468dependencies = [
12469 "libc",
12470 "rand_chacha 0.3.1",
12471 "rand_core 0.6.4",
12472]
12473
12474[[package]]
12475name = "rand"
12476version = "0.9.1"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12479dependencies = [
12480 "rand_chacha 0.9.0",
12481 "rand_core 0.9.3",
12482]
12483
12484[[package]]
12485name = "rand_chacha"
12486version = "0.2.2"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12489dependencies = [
12490 "ppv-lite86",
12491 "rand_core 0.5.1",
12492]
12493
12494[[package]]
12495name = "rand_chacha"
12496version = "0.3.1"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12499dependencies = [
12500 "ppv-lite86",
12501 "rand_core 0.6.4",
12502]
12503
12504[[package]]
12505name = "rand_chacha"
12506version = "0.9.0"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12509dependencies = [
12510 "ppv-lite86",
12511 "rand_core 0.9.3",
12512]
12513
12514[[package]]
12515name = "rand_core"
12516version = "0.5.1"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12519dependencies = [
12520 "getrandom 0.1.16",
12521]
12522
12523[[package]]
12524name = "rand_core"
12525version = "0.6.4"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12528dependencies = [
12529 "getrandom 0.2.15",
12530]
12531
12532[[package]]
12533name = "rand_core"
12534version = "0.9.3"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12537dependencies = [
12538 "getrandom 0.3.2",
12539]
12540
12541[[package]]
12542name = "rand_hc"
12543version = "0.2.0"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12546dependencies = [
12547 "rand_core 0.5.1",
12548]
12549
12550[[package]]
12551name = "rangemap"
12552version = "1.5.1"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12555
12556[[package]]
12557name = "rav1e"
12558version = "0.7.1"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12561dependencies = [
12562 "arbitrary",
12563 "arg_enum_proc_macro",
12564 "arrayvec",
12565 "av1-grain",
12566 "bitstream-io",
12567 "built",
12568 "cfg-if",
12569 "interpolate_name",
12570 "itertools 0.12.1",
12571 "libc",
12572 "libfuzzer-sys",
12573 "log",
12574 "maybe-rayon",
12575 "new_debug_unreachable",
12576 "noop_proc_macro",
12577 "num-derive",
12578 "num-traits",
12579 "once_cell",
12580 "paste",
12581 "profiling",
12582 "rand 0.8.5",
12583 "rand_chacha 0.3.1",
12584 "simd_helpers",
12585 "system-deps",
12586 "thiserror 1.0.69",
12587 "v_frame",
12588 "wasm-bindgen",
12589]
12590
12591[[package]]
12592name = "ravif"
12593version = "0.11.12"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12596dependencies = [
12597 "avif-serialize",
12598 "imgref",
12599 "loop9",
12600 "quick-error",
12601 "rav1e",
12602 "rayon",
12603 "rgb",
12604]
12605
12606[[package]]
12607name = "raw-window-handle"
12608version = "0.6.2"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12611
12612[[package]]
12613name = "raw-window-metal"
12614version = "0.4.0"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12617dependencies = [
12618 "cocoa 0.25.0",
12619 "core-graphics 0.23.2",
12620 "objc",
12621 "raw-window-handle",
12622]
12623
12624[[package]]
12625name = "rayon"
12626version = "1.10.0"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12629dependencies = [
12630 "either",
12631 "rayon-core",
12632]
12633
12634[[package]]
12635name = "rayon-core"
12636version = "1.12.1"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12639dependencies = [
12640 "crossbeam-deque",
12641 "crossbeam-utils",
12642]
12643
12644[[package]]
12645name = "read-fonts"
12646version = "0.25.3"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12649dependencies = [
12650 "bytemuck",
12651 "font-types",
12652]
12653
12654[[package]]
12655name = "recent_projects"
12656version = "0.1.0"
12657dependencies = [
12658 "anyhow",
12659 "auto_update",
12660 "dap",
12661 "editor",
12662 "extension_host",
12663 "file_finder",
12664 "futures 0.3.31",
12665 "fuzzy",
12666 "gpui",
12667 "language",
12668 "log",
12669 "markdown",
12670 "menu",
12671 "ordered-float 2.10.1",
12672 "paths",
12673 "picker",
12674 "project",
12675 "release_channel",
12676 "remote",
12677 "schemars",
12678 "serde",
12679 "serde_json",
12680 "settings",
12681 "smol",
12682 "task",
12683 "telemetry",
12684 "theme",
12685 "ui",
12686 "util",
12687 "workspace",
12688 "workspace-hack",
12689 "zed_actions",
12690]
12691
12692[[package]]
12693name = "redox_syscall"
12694version = "0.2.16"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12697dependencies = [
12698 "bitflags 1.3.2",
12699]
12700
12701[[package]]
12702name = "redox_syscall"
12703version = "0.5.11"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12706dependencies = [
12707 "bitflags 2.9.0",
12708]
12709
12710[[package]]
12711name = "redox_users"
12712version = "0.4.6"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12715dependencies = [
12716 "getrandom 0.2.15",
12717 "libredox",
12718 "thiserror 1.0.69",
12719]
12720
12721[[package]]
12722name = "redox_users"
12723version = "0.5.0"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12726dependencies = [
12727 "getrandom 0.2.15",
12728 "libredox",
12729 "thiserror 2.0.12",
12730]
12731
12732[[package]]
12733name = "ref-cast"
12734version = "1.0.24"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12737dependencies = [
12738 "ref-cast-impl",
12739]
12740
12741[[package]]
12742name = "ref-cast-impl"
12743version = "1.0.24"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12746dependencies = [
12747 "proc-macro2",
12748 "quote",
12749 "syn 2.0.101",
12750]
12751
12752[[package]]
12753name = "referencing"
12754version = "0.30.0"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12757dependencies = [
12758 "ahash 0.8.11",
12759 "fluent-uri",
12760 "once_cell",
12761 "parking_lot",
12762 "percent-encoding",
12763 "serde_json",
12764]
12765
12766[[package]]
12767name = "refineable"
12768version = "0.1.0"
12769dependencies = [
12770 "derive_refineable",
12771 "workspace-hack",
12772]
12773
12774[[package]]
12775name = "regalloc2"
12776version = "0.11.2"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12779dependencies = [
12780 "allocator-api2",
12781 "bumpalo",
12782 "hashbrown 0.15.3",
12783 "log",
12784 "rustc-hash 2.1.1",
12785 "smallvec",
12786]
12787
12788[[package]]
12789name = "regex"
12790version = "1.11.1"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12793dependencies = [
12794 "aho-corasick",
12795 "memchr",
12796 "regex-automata 0.4.9",
12797 "regex-syntax 0.8.5",
12798]
12799
12800[[package]]
12801name = "regex-automata"
12802version = "0.1.10"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12805dependencies = [
12806 "regex-syntax 0.6.29",
12807]
12808
12809[[package]]
12810name = "regex-automata"
12811version = "0.4.9"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12814dependencies = [
12815 "aho-corasick",
12816 "memchr",
12817 "regex-syntax 0.8.5",
12818]
12819
12820[[package]]
12821name = "regex-lite"
12822version = "0.1.6"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12825
12826[[package]]
12827name = "regex-syntax"
12828version = "0.6.29"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12831
12832[[package]]
12833name = "regex-syntax"
12834version = "0.8.5"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12837
12838[[package]]
12839name = "release_channel"
12840version = "0.1.0"
12841dependencies = [
12842 "gpui",
12843 "workspace-hack",
12844]
12845
12846[[package]]
12847name = "remote"
12848version = "0.1.0"
12849dependencies = [
12850 "anyhow",
12851 "askpass",
12852 "async-trait",
12853 "collections",
12854 "fs",
12855 "futures 0.3.31",
12856 "gpui",
12857 "itertools 0.14.0",
12858 "log",
12859 "parking_lot",
12860 "paths",
12861 "prost 0.9.0",
12862 "release_channel",
12863 "rpc",
12864 "schemars",
12865 "serde",
12866 "serde_json",
12867 "shlex",
12868 "smol",
12869 "tempfile",
12870 "thiserror 2.0.12",
12871 "urlencoding",
12872 "util",
12873 "workspace-hack",
12874]
12875
12876[[package]]
12877name = "remote_server"
12878version = "0.1.0"
12879dependencies = [
12880 "anyhow",
12881 "askpass",
12882 "assistant_tool",
12883 "assistant_tools",
12884 "async-watch",
12885 "backtrace",
12886 "cargo_toml",
12887 "chrono",
12888 "clap",
12889 "client",
12890 "clock",
12891 "dap",
12892 "dap_adapters",
12893 "debug_adapter_extension",
12894 "env_logger 0.11.8",
12895 "extension",
12896 "extension_host",
12897 "fork",
12898 "fs",
12899 "futures 0.3.31",
12900 "git",
12901 "git_hosting_providers",
12902 "gpui",
12903 "gpui_tokio",
12904 "http_client",
12905 "language",
12906 "language_extension",
12907 "language_model",
12908 "languages",
12909 "libc",
12910 "log",
12911 "lsp",
12912 "node_runtime",
12913 "paths",
12914 "project",
12915 "proto",
12916 "release_channel",
12917 "remote",
12918 "reqwest_client",
12919 "rpc",
12920 "rust-embed",
12921 "serde",
12922 "serde_json",
12923 "settings",
12924 "shellexpand 2.1.2",
12925 "smol",
12926 "sysinfo",
12927 "telemetry_events",
12928 "toml 0.8.20",
12929 "unindent",
12930 "util",
12931 "worktree",
12932]
12933
12934[[package]]
12935name = "rend"
12936version = "0.4.2"
12937source = "registry+https://github.com/rust-lang/crates.io-index"
12938checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12939dependencies = [
12940 "bytecheck",
12941]
12942
12943[[package]]
12944name = "repl"
12945version = "0.1.0"
12946dependencies = [
12947 "alacritty_terminal",
12948 "anyhow",
12949 "async-dispatcher",
12950 "async-tungstenite",
12951 "base64 0.22.1",
12952 "client",
12953 "collections",
12954 "command_palette_hooks",
12955 "editor",
12956 "env_logger 0.11.8",
12957 "feature_flags",
12958 "file_icons",
12959 "futures 0.3.31",
12960 "gpui",
12961 "http_client",
12962 "image",
12963 "indoc",
12964 "jupyter-protocol",
12965 "jupyter-websocket-client",
12966 "language",
12967 "languages",
12968 "log",
12969 "markdown_preview",
12970 "menu",
12971 "multi_buffer",
12972 "nbformat",
12973 "picker",
12974 "project",
12975 "runtimelib",
12976 "schemars",
12977 "serde",
12978 "serde_json",
12979 "settings",
12980 "smol",
12981 "telemetry",
12982 "terminal",
12983 "terminal_view",
12984 "theme",
12985 "tree-sitter-md",
12986 "tree-sitter-python",
12987 "tree-sitter-typescript",
12988 "ui",
12989 "util",
12990 "uuid",
12991 "workspace",
12992 "workspace-hack",
12993]
12994
12995[[package]]
12996name = "reqwest"
12997version = "0.11.27"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13000dependencies = [
13001 "base64 0.21.7",
13002 "bytes 1.10.1",
13003 "encoding_rs",
13004 "futures-core",
13005 "futures-util",
13006 "h2 0.3.26",
13007 "http 0.2.12",
13008 "http-body 0.4.6",
13009 "hyper 0.14.32",
13010 "hyper-rustls 0.24.2",
13011 "hyper-tls",
13012 "ipnet",
13013 "js-sys",
13014 "log",
13015 "mime",
13016 "native-tls",
13017 "once_cell",
13018 "percent-encoding",
13019 "pin-project-lite",
13020 "rustls 0.21.12",
13021 "rustls-native-certs 0.6.3",
13022 "rustls-pemfile 1.0.4",
13023 "serde",
13024 "serde_json",
13025 "serde_urlencoded",
13026 "sync_wrapper 0.1.2",
13027 "system-configuration 0.5.1",
13028 "tokio",
13029 "tokio-native-tls",
13030 "tokio-rustls 0.24.1",
13031 "tower-service",
13032 "url",
13033 "wasm-bindgen",
13034 "wasm-bindgen-futures",
13035 "web-sys",
13036 "winreg 0.50.0",
13037]
13038
13039[[package]]
13040name = "reqwest"
13041version = "0.12.15"
13042source = "registry+https://github.com/rust-lang/crates.io-index"
13043checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13044dependencies = [
13045 "base64 0.22.1",
13046 "bytes 1.10.1",
13047 "futures-channel",
13048 "futures-core",
13049 "futures-util",
13050 "http 1.3.1",
13051 "http-body 1.0.1",
13052 "http-body-util",
13053 "hyper 1.6.0",
13054 "hyper-util",
13055 "ipnet",
13056 "js-sys",
13057 "log",
13058 "mime",
13059 "once_cell",
13060 "percent-encoding",
13061 "pin-project-lite",
13062 "serde",
13063 "serde_json",
13064 "serde_urlencoded",
13065 "sync_wrapper 1.0.2",
13066 "tokio",
13067 "tower 0.5.2",
13068 "tower-service",
13069 "url",
13070 "wasm-bindgen",
13071 "wasm-bindgen-futures",
13072 "web-sys",
13073 "windows-registry 0.4.0",
13074]
13075
13076[[package]]
13077name = "reqwest"
13078version = "0.12.15"
13079source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13080dependencies = [
13081 "base64 0.22.1",
13082 "bytes 1.10.1",
13083 "encoding_rs",
13084 "futures-core",
13085 "futures-util",
13086 "h2 0.4.9",
13087 "http 1.3.1",
13088 "http-body 1.0.1",
13089 "http-body-util",
13090 "hyper 1.6.0",
13091 "hyper-rustls 0.27.5",
13092 "hyper-util",
13093 "ipnet",
13094 "js-sys",
13095 "log",
13096 "mime",
13097 "once_cell",
13098 "percent-encoding",
13099 "pin-project-lite",
13100 "quinn",
13101 "rustls 0.23.26",
13102 "rustls-native-certs 0.8.1",
13103 "rustls-pemfile 2.2.0",
13104 "rustls-pki-types",
13105 "serde",
13106 "serde_json",
13107 "serde_urlencoded",
13108 "sync_wrapper 1.0.2",
13109 "system-configuration 0.6.1",
13110 "tokio",
13111 "tokio-rustls 0.26.2",
13112 "tokio-socks",
13113 "tokio-util",
13114 "tower 0.5.2",
13115 "tower-service",
13116 "url",
13117 "wasm-bindgen",
13118 "wasm-bindgen-futures",
13119 "wasm-streams",
13120 "web-sys",
13121 "windows-registry 0.4.0",
13122]
13123
13124[[package]]
13125name = "reqwest_client"
13126version = "0.1.0"
13127dependencies = [
13128 "anyhow",
13129 "bytes 1.10.1",
13130 "futures 0.3.31",
13131 "gpui",
13132 "http_client",
13133 "http_client_tls",
13134 "log",
13135 "regex",
13136 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13137 "serde",
13138 "smol",
13139 "tokio",
13140 "workspace-hack",
13141]
13142
13143[[package]]
13144name = "resvg"
13145version = "0.45.1"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13148dependencies = [
13149 "log",
13150 "pico-args",
13151 "rgb",
13152 "svgtypes",
13153 "tiny-skia",
13154 "usvg",
13155]
13156
13157[[package]]
13158name = "rfc6979"
13159version = "0.3.1"
13160source = "registry+https://github.com/rust-lang/crates.io-index"
13161checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13162dependencies = [
13163 "crypto-bigint 0.4.9",
13164 "hmac",
13165 "zeroize",
13166]
13167
13168[[package]]
13169name = "rgb"
13170version = "0.8.50"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13173dependencies = [
13174 "bytemuck",
13175]
13176
13177[[package]]
13178name = "rich_text"
13179version = "0.1.0"
13180dependencies = [
13181 "futures 0.3.31",
13182 "gpui",
13183 "language",
13184 "linkify",
13185 "pulldown-cmark 0.12.2",
13186 "theme",
13187 "ui",
13188 "util",
13189 "workspace-hack",
13190]
13191
13192[[package]]
13193name = "ring"
13194version = "0.17.14"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13197dependencies = [
13198 "cc",
13199 "cfg-if",
13200 "getrandom 0.2.15",
13201 "libc",
13202 "untrusted",
13203 "windows-sys 0.52.0",
13204]
13205
13206[[package]]
13207name = "rkyv"
13208version = "0.7.45"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13211dependencies = [
13212 "bitvec",
13213 "bytecheck",
13214 "bytes 1.10.1",
13215 "hashbrown 0.12.3",
13216 "ptr_meta",
13217 "rend",
13218 "rkyv_derive",
13219 "seahash",
13220 "tinyvec",
13221 "uuid",
13222]
13223
13224[[package]]
13225name = "rkyv_derive"
13226version = "0.7.45"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13229dependencies = [
13230 "proc-macro2",
13231 "quote",
13232 "syn 1.0.109",
13233]
13234
13235[[package]]
13236name = "rmp"
13237version = "0.8.14"
13238source = "registry+https://github.com/rust-lang/crates.io-index"
13239checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13240dependencies = [
13241 "byteorder",
13242 "num-traits",
13243 "paste",
13244]
13245
13246[[package]]
13247name = "rmpv"
13248version = "1.3.0"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13251dependencies = [
13252 "num-traits",
13253 "rmp",
13254]
13255
13256[[package]]
13257name = "rodio"
13258version = "0.20.1"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13261dependencies = [
13262 "cpal",
13263 "hound",
13264]
13265
13266[[package]]
13267name = "rope"
13268version = "0.1.0"
13269dependencies = [
13270 "arrayvec",
13271 "criterion",
13272 "ctor",
13273 "env_logger 0.11.8",
13274 "gpui",
13275 "log",
13276 "rand 0.8.5",
13277 "rayon",
13278 "smallvec",
13279 "sum_tree",
13280 "unicode-segmentation",
13281 "util",
13282 "workspace-hack",
13283]
13284
13285[[package]]
13286name = "roxmltree"
13287version = "0.20.0"
13288source = "registry+https://github.com/rust-lang/crates.io-index"
13289checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13290
13291[[package]]
13292name = "rpc"
13293version = "0.1.0"
13294dependencies = [
13295 "anyhow",
13296 "async-tungstenite",
13297 "base64 0.22.1",
13298 "chrono",
13299 "collections",
13300 "env_logger 0.11.8",
13301 "futures 0.3.31",
13302 "gpui",
13303 "parking_lot",
13304 "proto",
13305 "rand 0.8.5",
13306 "rsa",
13307 "serde",
13308 "serde_json",
13309 "sha2",
13310 "strum 0.27.1",
13311 "tracing",
13312 "util",
13313 "workspace-hack",
13314 "zstd",
13315]
13316
13317[[package]]
13318name = "rsa"
13319version = "0.9.8"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13322dependencies = [
13323 "const-oid",
13324 "digest",
13325 "num-bigint-dig",
13326 "num-integer",
13327 "num-traits",
13328 "pkcs1",
13329 "pkcs8 0.10.2",
13330 "rand_core 0.6.4",
13331 "signature 2.2.0",
13332 "spki 0.7.3",
13333 "subtle",
13334 "zeroize",
13335]
13336
13337[[package]]
13338name = "rules_library"
13339version = "0.1.0"
13340dependencies = [
13341 "anyhow",
13342 "collections",
13343 "editor",
13344 "gpui",
13345 "language",
13346 "language_model",
13347 "log",
13348 "menu",
13349 "picker",
13350 "prompt_store",
13351 "release_channel",
13352 "rope",
13353 "serde",
13354 "settings",
13355 "theme",
13356 "ui",
13357 "util",
13358 "workspace",
13359 "workspace-hack",
13360 "zed_actions",
13361]
13362
13363[[package]]
13364name = "runtimelib"
13365version = "0.25.0"
13366source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13367dependencies = [
13368 "anyhow",
13369 "async-dispatcher",
13370 "async-std",
13371 "base64 0.22.1",
13372 "bytes 1.10.1",
13373 "chrono",
13374 "data-encoding",
13375 "dirs 5.0.1",
13376 "futures 0.3.31",
13377 "glob",
13378 "jupyter-protocol",
13379 "ring",
13380 "serde",
13381 "serde_json",
13382 "shellexpand 3.1.1",
13383 "smol",
13384 "uuid",
13385 "zeromq",
13386]
13387
13388[[package]]
13389name = "rust-embed"
13390version = "8.7.0"
13391source = "registry+https://github.com/rust-lang/crates.io-index"
13392checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13393dependencies = [
13394 "rust-embed-impl",
13395 "rust-embed-utils",
13396 "walkdir",
13397]
13398
13399[[package]]
13400name = "rust-embed-impl"
13401version = "8.7.0"
13402source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13404dependencies = [
13405 "proc-macro2",
13406 "quote",
13407 "rust-embed-utils",
13408 "syn 2.0.101",
13409 "walkdir",
13410]
13411
13412[[package]]
13413name = "rust-embed-utils"
13414version = "8.7.0"
13415source = "registry+https://github.com/rust-lang/crates.io-index"
13416checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13417dependencies = [
13418 "globset",
13419 "sha2",
13420 "walkdir",
13421]
13422
13423[[package]]
13424name = "rust_decimal"
13425version = "1.37.1"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13428dependencies = [
13429 "arrayvec",
13430 "borsh",
13431 "bytes 1.10.1",
13432 "num-traits",
13433 "rand 0.8.5",
13434 "rkyv",
13435 "serde",
13436 "serde_json",
13437]
13438
13439[[package]]
13440name = "rustc-demangle"
13441version = "0.1.24"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13444
13445[[package]]
13446name = "rustc-hash"
13447version = "1.1.0"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13450
13451[[package]]
13452name = "rustc-hash"
13453version = "2.1.1"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13456
13457[[package]]
13458name = "rustc_version"
13459version = "0.4.1"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13462dependencies = [
13463 "semver",
13464]
13465
13466[[package]]
13467name = "rustix"
13468version = "0.38.44"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13471dependencies = [
13472 "bitflags 2.9.0",
13473 "errno 0.3.11",
13474 "itoa",
13475 "libc",
13476 "linux-raw-sys 0.4.15",
13477 "windows-sys 0.59.0",
13478]
13479
13480[[package]]
13481name = "rustix"
13482version = "1.0.7"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13485dependencies = [
13486 "bitflags 2.9.0",
13487 "errno 0.3.11",
13488 "libc",
13489 "linux-raw-sys 0.9.4",
13490 "windows-sys 0.59.0",
13491]
13492
13493[[package]]
13494name = "rustix-linux-procfs"
13495version = "0.1.1"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13498dependencies = [
13499 "once_cell",
13500 "rustix 1.0.7",
13501]
13502
13503[[package]]
13504name = "rustix-openpty"
13505version = "0.1.1"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13508dependencies = [
13509 "errno 0.3.11",
13510 "libc",
13511 "rustix 0.38.44",
13512]
13513
13514[[package]]
13515name = "rustls"
13516version = "0.21.12"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13519dependencies = [
13520 "log",
13521 "ring",
13522 "rustls-webpki 0.101.7",
13523 "sct",
13524]
13525
13526[[package]]
13527name = "rustls"
13528version = "0.23.26"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13531dependencies = [
13532 "aws-lc-rs",
13533 "log",
13534 "once_cell",
13535 "ring",
13536 "rustls-pki-types",
13537 "rustls-webpki 0.103.1",
13538 "subtle",
13539 "zeroize",
13540]
13541
13542[[package]]
13543name = "rustls-native-certs"
13544version = "0.6.3"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13547dependencies = [
13548 "openssl-probe",
13549 "rustls-pemfile 1.0.4",
13550 "schannel",
13551 "security-framework 2.11.1",
13552]
13553
13554[[package]]
13555name = "rustls-native-certs"
13556version = "0.8.1"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13559dependencies = [
13560 "openssl-probe",
13561 "rustls-pki-types",
13562 "schannel",
13563 "security-framework 3.2.0",
13564]
13565
13566[[package]]
13567name = "rustls-pemfile"
13568version = "1.0.4"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13571dependencies = [
13572 "base64 0.21.7",
13573]
13574
13575[[package]]
13576name = "rustls-pemfile"
13577version = "2.2.0"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13580dependencies = [
13581 "rustls-pki-types",
13582]
13583
13584[[package]]
13585name = "rustls-pki-types"
13586version = "1.12.0"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13589dependencies = [
13590 "web-time",
13591 "zeroize",
13592]
13593
13594[[package]]
13595name = "rustls-platform-verifier"
13596version = "0.5.1"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13599dependencies = [
13600 "core-foundation 0.10.0",
13601 "core-foundation-sys",
13602 "jni",
13603 "log",
13604 "once_cell",
13605 "rustls 0.23.26",
13606 "rustls-native-certs 0.8.1",
13607 "rustls-platform-verifier-android",
13608 "rustls-webpki 0.103.1",
13609 "security-framework 3.2.0",
13610 "security-framework-sys",
13611 "webpki-root-certs",
13612 "windows-sys 0.59.0",
13613]
13614
13615[[package]]
13616name = "rustls-platform-verifier-android"
13617version = "0.1.1"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13620
13621[[package]]
13622name = "rustls-webpki"
13623version = "0.101.7"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13626dependencies = [
13627 "ring",
13628 "untrusted",
13629]
13630
13631[[package]]
13632name = "rustls-webpki"
13633version = "0.103.1"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13636dependencies = [
13637 "aws-lc-rs",
13638 "ring",
13639 "rustls-pki-types",
13640 "untrusted",
13641]
13642
13643[[package]]
13644name = "rustversion"
13645version = "1.0.20"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13648
13649[[package]]
13650name = "rustybuzz"
13651version = "0.14.1"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13654dependencies = [
13655 "bitflags 2.9.0",
13656 "bytemuck",
13657 "libm",
13658 "smallvec",
13659 "ttf-parser 0.21.1",
13660 "unicode-bidi-mirroring 0.2.0",
13661 "unicode-ccc 0.2.0",
13662 "unicode-properties",
13663 "unicode-script",
13664]
13665
13666[[package]]
13667name = "rustybuzz"
13668version = "0.20.1"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13671dependencies = [
13672 "bitflags 2.9.0",
13673 "bytemuck",
13674 "core_maths",
13675 "log",
13676 "smallvec",
13677 "ttf-parser 0.25.1",
13678 "unicode-bidi-mirroring 0.4.0",
13679 "unicode-ccc 0.4.0",
13680 "unicode-properties",
13681 "unicode-script",
13682]
13683
13684[[package]]
13685name = "ryu"
13686version = "1.0.20"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13689
13690[[package]]
13691name = "salsa20"
13692version = "0.10.2"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13695dependencies = [
13696 "cipher",
13697]
13698
13699[[package]]
13700name = "same-file"
13701version = "1.0.6"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13704dependencies = [
13705 "winapi-util",
13706]
13707
13708[[package]]
13709name = "scap"
13710version = "0.0.8"
13711source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13712dependencies = [
13713 "anyhow",
13714 "cocoa 0.25.0",
13715 "core-graphics-helmer-fork",
13716 "log",
13717 "objc",
13718 "rand 0.8.5",
13719 "screencapturekit",
13720 "screencapturekit-sys",
13721 "sysinfo",
13722 "tao-core-video-sys",
13723 "windows 0.61.1",
13724 "windows-capture",
13725 "x11",
13726 "xcb",
13727]
13728
13729[[package]]
13730name = "schannel"
13731version = "0.1.27"
13732source = "registry+https://github.com/rust-lang/crates.io-index"
13733checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13734dependencies = [
13735 "windows-sys 0.59.0",
13736]
13737
13738[[package]]
13739name = "schema_generator"
13740version = "0.1.0"
13741dependencies = [
13742 "anyhow",
13743 "clap",
13744 "env_logger 0.11.8",
13745 "schemars",
13746 "serde",
13747 "serde_json",
13748 "theme",
13749 "workspace-hack",
13750]
13751
13752[[package]]
13753name = "schemars"
13754version = "0.8.22"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13757dependencies = [
13758 "dyn-clone",
13759 "indexmap",
13760 "schemars_derive",
13761 "serde",
13762 "serde_json",
13763]
13764
13765[[package]]
13766name = "schemars_derive"
13767version = "0.8.22"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13770dependencies = [
13771 "proc-macro2",
13772 "quote",
13773 "serde_derive_internals",
13774 "syn 2.0.101",
13775]
13776
13777[[package]]
13778name = "scoped-tls"
13779version = "1.0.1"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13782
13783[[package]]
13784name = "scopeguard"
13785version = "1.2.0"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13788
13789[[package]]
13790name = "scratch"
13791version = "1.0.8"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13794
13795[[package]]
13796name = "screencapturekit"
13797version = "0.2.8"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13800dependencies = [
13801 "screencapturekit-sys",
13802]
13803
13804[[package]]
13805name = "screencapturekit-sys"
13806version = "0.2.8"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13809dependencies = [
13810 "block",
13811 "dispatch",
13812 "objc",
13813 "objc-foundation",
13814 "objc_id",
13815 "once_cell",
13816]
13817
13818[[package]]
13819name = "scrypt"
13820version = "0.11.0"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13823dependencies = [
13824 "password-hash 0.5.0",
13825 "pbkdf2 0.12.2",
13826 "salsa20",
13827 "sha2",
13828]
13829
13830[[package]]
13831name = "sct"
13832version = "0.7.1"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13835dependencies = [
13836 "ring",
13837 "untrusted",
13838]
13839
13840[[package]]
13841name = "sea-bae"
13842version = "0.2.1"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13845dependencies = [
13846 "heck 0.4.1",
13847 "proc-macro-error2",
13848 "proc-macro2",
13849 "quote",
13850 "syn 2.0.101",
13851]
13852
13853[[package]]
13854name = "sea-orm"
13855version = "1.1.10"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13858dependencies = [
13859 "async-stream",
13860 "async-trait",
13861 "bigdecimal",
13862 "chrono",
13863 "futures-util",
13864 "log",
13865 "ouroboros",
13866 "pgvector",
13867 "rust_decimal",
13868 "sea-orm-macros",
13869 "sea-query",
13870 "sea-query-binder",
13871 "serde",
13872 "serde_json",
13873 "sqlx",
13874 "strum 0.26.3",
13875 "thiserror 2.0.12",
13876 "time",
13877 "tracing",
13878 "url",
13879 "uuid",
13880]
13881
13882[[package]]
13883name = "sea-orm-macros"
13884version = "1.1.10"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13887dependencies = [
13888 "heck 0.4.1",
13889 "proc-macro2",
13890 "quote",
13891 "sea-bae",
13892 "syn 2.0.101",
13893 "unicode-ident",
13894]
13895
13896[[package]]
13897name = "sea-query"
13898version = "0.32.4"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13901dependencies = [
13902 "bigdecimal",
13903 "chrono",
13904 "inherent",
13905 "ordered-float 4.6.0",
13906 "rust_decimal",
13907 "serde_json",
13908 "time",
13909 "uuid",
13910]
13911
13912[[package]]
13913name = "sea-query-binder"
13914version = "0.7.0"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13917dependencies = [
13918 "bigdecimal",
13919 "chrono",
13920 "rust_decimal",
13921 "sea-query",
13922 "serde_json",
13923 "sqlx",
13924 "time",
13925 "uuid",
13926]
13927
13928[[package]]
13929name = "seahash"
13930version = "4.1.0"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13933
13934[[package]]
13935name = "search"
13936version = "0.1.0"
13937dependencies = [
13938 "any_vec",
13939 "anyhow",
13940 "bitflags 2.9.0",
13941 "client",
13942 "collections",
13943 "editor",
13944 "futures 0.3.31",
13945 "gpui",
13946 "language",
13947 "menu",
13948 "project",
13949 "schemars",
13950 "serde",
13951 "serde_json",
13952 "settings",
13953 "smol",
13954 "theme",
13955 "ui",
13956 "unindent",
13957 "util",
13958 "workspace",
13959 "workspace-hack",
13960 "zed_actions",
13961]
13962
13963[[package]]
13964name = "sec1"
13965version = "0.3.0"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
13968dependencies = [
13969 "base16ct",
13970 "der 0.6.1",
13971 "generic-array",
13972 "pkcs8 0.9.0",
13973 "subtle",
13974 "zeroize",
13975]
13976
13977[[package]]
13978name = "security-framework"
13979version = "2.11.1"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
13982dependencies = [
13983 "bitflags 2.9.0",
13984 "core-foundation 0.9.4",
13985 "core-foundation-sys",
13986 "libc",
13987 "security-framework-sys",
13988]
13989
13990[[package]]
13991name = "security-framework"
13992version = "3.2.0"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
13995dependencies = [
13996 "bitflags 2.9.0",
13997 "core-foundation 0.10.0",
13998 "core-foundation-sys",
13999 "libc",
14000 "security-framework-sys",
14001]
14002
14003[[package]]
14004name = "security-framework-sys"
14005version = "2.14.0"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14008dependencies = [
14009 "core-foundation-sys",
14010 "libc",
14011]
14012
14013[[package]]
14014name = "self_cell"
14015version = "1.2.0"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14018
14019[[package]]
14020name = "semantic_index"
14021version = "0.1.0"
14022dependencies = [
14023 "anyhow",
14024 "arrayvec",
14025 "blake3",
14026 "client",
14027 "clock",
14028 "collections",
14029 "env_logger 0.11.8",
14030 "feature_flags",
14031 "fs",
14032 "futures 0.3.31",
14033 "futures-batch",
14034 "gpui",
14035 "heed",
14036 "http_client",
14037 "language",
14038 "language_model",
14039 "languages",
14040 "log",
14041 "open_ai",
14042 "parking_lot",
14043 "project",
14044 "reqwest_client",
14045 "serde",
14046 "serde_json",
14047 "settings",
14048 "sha2",
14049 "smol",
14050 "streaming-iterator",
14051 "tempfile",
14052 "theme",
14053 "tree-sitter",
14054 "ui",
14055 "unindent",
14056 "util",
14057 "workspace",
14058 "workspace-hack",
14059 "worktree",
14060]
14061
14062[[package]]
14063name = "semantic_version"
14064version = "0.1.0"
14065dependencies = [
14066 "anyhow",
14067 "serde",
14068 "workspace-hack",
14069]
14070
14071[[package]]
14072name = "semver"
14073version = "1.0.26"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14076dependencies = [
14077 "serde",
14078]
14079
14080[[package]]
14081name = "serde"
14082version = "1.0.219"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14085dependencies = [
14086 "serde_derive",
14087]
14088
14089[[package]]
14090name = "serde_derive"
14091version = "1.0.219"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14094dependencies = [
14095 "proc-macro2",
14096 "quote",
14097 "syn 2.0.101",
14098]
14099
14100[[package]]
14101name = "serde_derive_internals"
14102version = "0.29.1"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14105dependencies = [
14106 "proc-macro2",
14107 "quote",
14108 "syn 2.0.101",
14109]
14110
14111[[package]]
14112name = "serde_fmt"
14113version = "1.0.3"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14116dependencies = [
14117 "serde",
14118]
14119
14120[[package]]
14121name = "serde_json"
14122version = "1.0.140"
14123source = "registry+https://github.com/rust-lang/crates.io-index"
14124checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14125dependencies = [
14126 "indexmap",
14127 "itoa",
14128 "memchr",
14129 "ryu",
14130 "serde",
14131]
14132
14133[[package]]
14134name = "serde_json_lenient"
14135version = "0.2.4"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14138dependencies = [
14139 "indexmap",
14140 "itoa",
14141 "memchr",
14142 "ryu",
14143 "serde",
14144]
14145
14146[[package]]
14147name = "serde_path_to_error"
14148version = "0.1.17"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14151dependencies = [
14152 "itoa",
14153 "serde",
14154]
14155
14156[[package]]
14157name = "serde_qs"
14158version = "0.8.5"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14161dependencies = [
14162 "percent-encoding",
14163 "serde",
14164 "thiserror 1.0.69",
14165]
14166
14167[[package]]
14168name = "serde_qs"
14169version = "0.10.1"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14172dependencies = [
14173 "percent-encoding",
14174 "serde",
14175 "thiserror 1.0.69",
14176]
14177
14178[[package]]
14179name = "serde_repr"
14180version = "0.1.20"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14183dependencies = [
14184 "proc-macro2",
14185 "quote",
14186 "syn 2.0.101",
14187]
14188
14189[[package]]
14190name = "serde_spanned"
14191version = "0.6.8"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14194dependencies = [
14195 "serde",
14196]
14197
14198[[package]]
14199name = "serde_urlencoded"
14200version = "0.7.1"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14203dependencies = [
14204 "form_urlencoded",
14205 "itoa",
14206 "ryu",
14207 "serde",
14208]
14209
14210[[package]]
14211name = "serial2"
14212version = "0.2.29"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14215dependencies = [
14216 "cfg-if",
14217 "libc",
14218 "winapi",
14219]
14220
14221[[package]]
14222name = "session"
14223version = "0.1.0"
14224dependencies = [
14225 "db",
14226 "gpui",
14227 "serde_json",
14228 "util",
14229 "uuid",
14230 "workspace-hack",
14231]
14232
14233[[package]]
14234name = "settings"
14235version = "0.1.0"
14236dependencies = [
14237 "anyhow",
14238 "collections",
14239 "ec4rs",
14240 "fs",
14241 "futures 0.3.31",
14242 "gpui",
14243 "indoc",
14244 "inventory",
14245 "log",
14246 "paths",
14247 "pretty_assertions",
14248 "release_channel",
14249 "rust-embed",
14250 "schemars",
14251 "serde",
14252 "serde_derive",
14253 "serde_json",
14254 "serde_json_lenient",
14255 "smallvec",
14256 "streaming-iterator",
14257 "tree-sitter",
14258 "tree-sitter-json",
14259 "unindent",
14260 "util",
14261 "workspace-hack",
14262]
14263
14264[[package]]
14265name = "settings_ui"
14266version = "0.1.0"
14267dependencies = [
14268 "command_palette_hooks",
14269 "editor",
14270 "feature_flags",
14271 "fs",
14272 "gpui",
14273 "log",
14274 "paths",
14275 "schemars",
14276 "serde",
14277 "settings",
14278 "theme",
14279 "ui",
14280 "workspace",
14281 "workspace-hack",
14282]
14283
14284[[package]]
14285name = "sha1"
14286version = "0.10.6"
14287source = "registry+https://github.com/rust-lang/crates.io-index"
14288checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14289dependencies = [
14290 "cfg-if",
14291 "cpufeatures",
14292 "digest",
14293]
14294
14295[[package]]
14296name = "sha1-checked"
14297version = "0.10.0"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14300dependencies = [
14301 "digest",
14302 "sha1",
14303]
14304
14305[[package]]
14306name = "sha1_smol"
14307version = "1.0.1"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14310
14311[[package]]
14312name = "sha2"
14313version = "0.10.8"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14316dependencies = [
14317 "cfg-if",
14318 "cpufeatures",
14319 "digest",
14320]
14321
14322[[package]]
14323name = "sharded-slab"
14324version = "0.1.7"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14327dependencies = [
14328 "lazy_static",
14329]
14330
14331[[package]]
14332name = "shared_library"
14333version = "0.1.9"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14336dependencies = [
14337 "lazy_static",
14338 "libc",
14339]
14340
14341[[package]]
14342name = "shell-words"
14343version = "1.1.0"
14344source = "registry+https://github.com/rust-lang/crates.io-index"
14345checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14346
14347[[package]]
14348name = "shellexpand"
14349version = "2.1.2"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14352dependencies = [
14353 "dirs 4.0.0",
14354]
14355
14356[[package]]
14357name = "shellexpand"
14358version = "3.1.1"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14361dependencies = [
14362 "dirs 6.0.0",
14363]
14364
14365[[package]]
14366name = "shlex"
14367version = "1.3.0"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14370
14371[[package]]
14372name = "signal-hook"
14373version = "0.3.17"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14376dependencies = [
14377 "libc",
14378 "signal-hook-registry",
14379]
14380
14381[[package]]
14382name = "signal-hook-registry"
14383version = "1.4.5"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14386dependencies = [
14387 "libc",
14388]
14389
14390[[package]]
14391name = "signature"
14392version = "1.6.4"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14395dependencies = [
14396 "digest",
14397 "rand_core 0.6.4",
14398]
14399
14400[[package]]
14401name = "signature"
14402version = "2.2.0"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14405dependencies = [
14406 "digest",
14407 "rand_core 0.6.4",
14408]
14409
14410[[package]]
14411name = "simd-adler32"
14412version = "0.3.7"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14415
14416[[package]]
14417name = "simd_helpers"
14418version = "0.1.0"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14421dependencies = [
14422 "quote",
14423]
14424
14425[[package]]
14426name = "simdutf8"
14427version = "0.1.5"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14430
14431[[package]]
14432name = "simple_asn1"
14433version = "0.6.3"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14436dependencies = [
14437 "num-bigint",
14438 "num-traits",
14439 "thiserror 2.0.12",
14440 "time",
14441]
14442
14443[[package]]
14444name = "simplecss"
14445version = "0.2.2"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14448dependencies = [
14449 "log",
14450]
14451
14452[[package]]
14453name = "simplelog"
14454version = "0.12.2"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14457dependencies = [
14458 "log",
14459 "termcolor",
14460 "time",
14461]
14462
14463[[package]]
14464name = "siphasher"
14465version = "1.0.1"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14468
14469[[package]]
14470name = "skrifa"
14471version = "0.26.6"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14474dependencies = [
14475 "bytemuck",
14476 "read-fonts",
14477]
14478
14479[[package]]
14480name = "slab"
14481version = "0.4.9"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14484dependencies = [
14485 "autocfg",
14486]
14487
14488[[package]]
14489name = "slash_commands_example"
14490version = "0.1.0"
14491dependencies = [
14492 "zed_extension_api 0.1.0",
14493]
14494
14495[[package]]
14496name = "slotmap"
14497version = "1.0.7"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14500dependencies = [
14501 "version_check",
14502]
14503
14504[[package]]
14505name = "smallvec"
14506version = "1.15.0"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14509dependencies = [
14510 "serde",
14511]
14512
14513[[package]]
14514name = "smart-default"
14515version = "0.6.0"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14518dependencies = [
14519 "proc-macro2",
14520 "quote",
14521 "syn 1.0.109",
14522]
14523
14524[[package]]
14525name = "smol"
14526version = "2.0.2"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14529dependencies = [
14530 "async-channel 2.3.1",
14531 "async-executor",
14532 "async-fs",
14533 "async-io",
14534 "async-lock",
14535 "async-net",
14536 "async-process",
14537 "blocking",
14538 "futures-lite 2.6.0",
14539]
14540
14541[[package]]
14542name = "smol_str"
14543version = "0.1.24"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14546dependencies = [
14547 "serde",
14548]
14549
14550[[package]]
14551name = "smol_str"
14552version = "0.2.2"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14555
14556[[package]]
14557name = "snippet"
14558version = "0.1.0"
14559dependencies = [
14560 "anyhow",
14561 "smallvec",
14562 "workspace-hack",
14563]
14564
14565[[package]]
14566name = "snippet_provider"
14567version = "0.1.0"
14568dependencies = [
14569 "anyhow",
14570 "collections",
14571 "extension",
14572 "fs",
14573 "futures 0.3.31",
14574 "gpui",
14575 "indoc",
14576 "parking_lot",
14577 "paths",
14578 "schemars",
14579 "serde",
14580 "serde_json_lenient",
14581 "snippet",
14582 "util",
14583 "workspace-hack",
14584]
14585
14586[[package]]
14587name = "snippets_ui"
14588version = "0.1.0"
14589dependencies = [
14590 "fuzzy",
14591 "gpui",
14592 "language",
14593 "paths",
14594 "picker",
14595 "ui",
14596 "util",
14597 "workspace",
14598 "workspace-hack",
14599]
14600
14601[[package]]
14602name = "socket2"
14603version = "0.5.9"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14606dependencies = [
14607 "libc",
14608 "windows-sys 0.52.0",
14609]
14610
14611[[package]]
14612name = "spdx"
14613version = "0.10.8"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14616dependencies = [
14617 "smallvec",
14618]
14619
14620[[package]]
14621name = "spin"
14622version = "0.9.8"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14625dependencies = [
14626 "lock_api",
14627]
14628
14629[[package]]
14630name = "spirv"
14631version = "0.3.0+sdk-1.3.268.0"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14634dependencies = [
14635 "bitflags 2.9.0",
14636]
14637
14638[[package]]
14639name = "spki"
14640version = "0.6.0"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14643dependencies = [
14644 "base64ct",
14645 "der 0.6.1",
14646]
14647
14648[[package]]
14649name = "spki"
14650version = "0.7.3"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14653dependencies = [
14654 "base64ct",
14655 "der 0.7.10",
14656]
14657
14658[[package]]
14659name = "sptr"
14660version = "0.3.2"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14663
14664[[package]]
14665name = "sqlez"
14666version = "0.1.0"
14667dependencies = [
14668 "anyhow",
14669 "collections",
14670 "futures 0.3.31",
14671 "indoc",
14672 "libsqlite3-sys",
14673 "parking_lot",
14674 "smol",
14675 "sqlformat",
14676 "thread_local",
14677 "util",
14678 "uuid",
14679 "workspace-hack",
14680]
14681
14682[[package]]
14683name = "sqlez_macros"
14684version = "0.1.0"
14685dependencies = [
14686 "sqlez",
14687 "sqlformat",
14688 "syn 1.0.109",
14689 "workspace-hack",
14690]
14691
14692[[package]]
14693name = "sqlformat"
14694version = "0.2.6"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14697dependencies = [
14698 "nom",
14699 "unicode_categories",
14700]
14701
14702[[package]]
14703name = "sqlx"
14704version = "0.8.5"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14707dependencies = [
14708 "sqlx-core",
14709 "sqlx-macros",
14710 "sqlx-mysql",
14711 "sqlx-postgres",
14712 "sqlx-sqlite",
14713]
14714
14715[[package]]
14716name = "sqlx-core"
14717version = "0.8.5"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14720dependencies = [
14721 "base64 0.22.1",
14722 "bigdecimal",
14723 "bytes 1.10.1",
14724 "chrono",
14725 "crc",
14726 "crossbeam-queue",
14727 "either",
14728 "event-listener 5.4.0",
14729 "futures-core",
14730 "futures-intrusive",
14731 "futures-io",
14732 "futures-util",
14733 "hashbrown 0.15.3",
14734 "hashlink 0.10.0",
14735 "indexmap",
14736 "log",
14737 "memchr",
14738 "once_cell",
14739 "percent-encoding",
14740 "rust_decimal",
14741 "rustls 0.23.26",
14742 "serde",
14743 "serde_json",
14744 "sha2",
14745 "smallvec",
14746 "thiserror 2.0.12",
14747 "time",
14748 "tokio",
14749 "tokio-stream",
14750 "tracing",
14751 "url",
14752 "uuid",
14753 "webpki-roots",
14754]
14755
14756[[package]]
14757name = "sqlx-macros"
14758version = "0.8.5"
14759source = "registry+https://github.com/rust-lang/crates.io-index"
14760checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14761dependencies = [
14762 "proc-macro2",
14763 "quote",
14764 "sqlx-core",
14765 "sqlx-macros-core",
14766 "syn 2.0.101",
14767]
14768
14769[[package]]
14770name = "sqlx-macros-core"
14771version = "0.8.5"
14772source = "registry+https://github.com/rust-lang/crates.io-index"
14773checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14774dependencies = [
14775 "dotenvy",
14776 "either",
14777 "heck 0.5.0",
14778 "hex",
14779 "once_cell",
14780 "proc-macro2",
14781 "quote",
14782 "serde",
14783 "serde_json",
14784 "sha2",
14785 "sqlx-core",
14786 "sqlx-mysql",
14787 "sqlx-postgres",
14788 "sqlx-sqlite",
14789 "syn 2.0.101",
14790 "tempfile",
14791 "tokio",
14792 "url",
14793]
14794
14795[[package]]
14796name = "sqlx-mysql"
14797version = "0.8.5"
14798source = "registry+https://github.com/rust-lang/crates.io-index"
14799checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14800dependencies = [
14801 "atoi",
14802 "base64 0.22.1",
14803 "bigdecimal",
14804 "bitflags 2.9.0",
14805 "byteorder",
14806 "bytes 1.10.1",
14807 "chrono",
14808 "crc",
14809 "digest",
14810 "dotenvy",
14811 "either",
14812 "futures-channel",
14813 "futures-core",
14814 "futures-io",
14815 "futures-util",
14816 "generic-array",
14817 "hex",
14818 "hkdf",
14819 "hmac",
14820 "itoa",
14821 "log",
14822 "md-5",
14823 "memchr",
14824 "once_cell",
14825 "percent-encoding",
14826 "rand 0.8.5",
14827 "rsa",
14828 "rust_decimal",
14829 "serde",
14830 "sha1",
14831 "sha2",
14832 "smallvec",
14833 "sqlx-core",
14834 "stringprep",
14835 "thiserror 2.0.12",
14836 "time",
14837 "tracing",
14838 "uuid",
14839 "whoami",
14840]
14841
14842[[package]]
14843name = "sqlx-postgres"
14844version = "0.8.5"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14847dependencies = [
14848 "atoi",
14849 "base64 0.22.1",
14850 "bigdecimal",
14851 "bitflags 2.9.0",
14852 "byteorder",
14853 "chrono",
14854 "crc",
14855 "dotenvy",
14856 "etcetera",
14857 "futures-channel",
14858 "futures-core",
14859 "futures-util",
14860 "hex",
14861 "hkdf",
14862 "hmac",
14863 "home",
14864 "itoa",
14865 "log",
14866 "md-5",
14867 "memchr",
14868 "num-bigint",
14869 "once_cell",
14870 "rand 0.8.5",
14871 "rust_decimal",
14872 "serde",
14873 "serde_json",
14874 "sha2",
14875 "smallvec",
14876 "sqlx-core",
14877 "stringprep",
14878 "thiserror 2.0.12",
14879 "time",
14880 "tracing",
14881 "uuid",
14882 "whoami",
14883]
14884
14885[[package]]
14886name = "sqlx-sqlite"
14887version = "0.8.5"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14890dependencies = [
14891 "atoi",
14892 "chrono",
14893 "flume",
14894 "futures-channel",
14895 "futures-core",
14896 "futures-executor",
14897 "futures-intrusive",
14898 "futures-util",
14899 "libsqlite3-sys",
14900 "log",
14901 "percent-encoding",
14902 "serde",
14903 "serde_urlencoded",
14904 "sqlx-core",
14905 "thiserror 2.0.12",
14906 "time",
14907 "tracing",
14908 "url",
14909 "uuid",
14910]
14911
14912[[package]]
14913name = "stable_deref_trait"
14914version = "1.2.0"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14917
14918[[package]]
14919name = "static_assertions"
14920version = "1.1.0"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14923
14924[[package]]
14925name = "story"
14926version = "0.1.0"
14927dependencies = [
14928 "gpui",
14929 "itertools 0.14.0",
14930 "smallvec",
14931 "workspace-hack",
14932]
14933
14934[[package]]
14935name = "storybook"
14936version = "0.1.0"
14937dependencies = [
14938 "anyhow",
14939 "clap",
14940 "collab_ui",
14941 "ctrlc",
14942 "dialoguer",
14943 "editor",
14944 "fuzzy",
14945 "gpui",
14946 "indoc",
14947 "language",
14948 "log",
14949 "menu",
14950 "picker",
14951 "project",
14952 "reqwest_client",
14953 "rust-embed",
14954 "settings",
14955 "simplelog",
14956 "story",
14957 "strum 0.27.1",
14958 "theme",
14959 "title_bar",
14960 "ui",
14961 "workspace",
14962 "workspace-hack",
14963]
14964
14965[[package]]
14966name = "streaming-iterator"
14967version = "0.1.9"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
14970
14971[[package]]
14972name = "streaming_diff"
14973version = "0.1.0"
14974dependencies = [
14975 "ordered-float 2.10.1",
14976 "rand 0.8.5",
14977 "rope",
14978 "util",
14979 "workspace-hack",
14980]
14981
14982[[package]]
14983name = "strict-num"
14984version = "0.1.1"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
14987dependencies = [
14988 "float-cmp",
14989]
14990
14991[[package]]
14992name = "string_cache"
14993version = "0.8.9"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
14996dependencies = [
14997 "new_debug_unreachable",
14998 "parking_lot",
14999 "phf_shared",
15000 "precomputed-hash",
15001 "serde",
15002]
15003
15004[[package]]
15005name = "string_cache_codegen"
15006version = "0.5.4"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15009dependencies = [
15010 "phf_generator",
15011 "phf_shared",
15012 "proc-macro2",
15013 "quote",
15014]
15015
15016[[package]]
15017name = "stringprep"
15018version = "0.1.5"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15021dependencies = [
15022 "unicode-bidi",
15023 "unicode-normalization",
15024 "unicode-properties",
15025]
15026
15027[[package]]
15028name = "strsim"
15029version = "0.11.1"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15032
15033[[package]]
15034name = "strum"
15035version = "0.26.3"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15038dependencies = [
15039 "strum_macros 0.26.4",
15040]
15041
15042[[package]]
15043name = "strum"
15044version = "0.27.1"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15047dependencies = [
15048 "strum_macros 0.27.1",
15049]
15050
15051[[package]]
15052name = "strum_macros"
15053version = "0.26.4"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15056dependencies = [
15057 "heck 0.5.0",
15058 "proc-macro2",
15059 "quote",
15060 "rustversion",
15061 "syn 2.0.101",
15062]
15063
15064[[package]]
15065name = "strum_macros"
15066version = "0.27.1"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15069dependencies = [
15070 "heck 0.5.0",
15071 "proc-macro2",
15072 "quote",
15073 "rustversion",
15074 "syn 2.0.101",
15075]
15076
15077[[package]]
15078name = "subtle"
15079version = "2.6.1"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15082
15083[[package]]
15084name = "sum_tree"
15085version = "0.1.0"
15086dependencies = [
15087 "arrayvec",
15088 "ctor",
15089 "env_logger 0.11.8",
15090 "log",
15091 "rand 0.8.5",
15092 "rayon",
15093 "workspace-hack",
15094]
15095
15096[[package]]
15097name = "supermaven"
15098version = "0.1.0"
15099dependencies = [
15100 "anyhow",
15101 "client",
15102 "collections",
15103 "editor",
15104 "env_logger 0.11.8",
15105 "futures 0.3.31",
15106 "gpui",
15107 "http_client",
15108 "inline_completion",
15109 "language",
15110 "log",
15111 "postage",
15112 "project",
15113 "serde",
15114 "serde_json",
15115 "settings",
15116 "smol",
15117 "supermaven_api",
15118 "text",
15119 "theme",
15120 "ui",
15121 "unicode-segmentation",
15122 "util",
15123 "workspace-hack",
15124]
15125
15126[[package]]
15127name = "supermaven_api"
15128version = "0.1.0"
15129dependencies = [
15130 "anyhow",
15131 "futures 0.3.31",
15132 "http_client",
15133 "paths",
15134 "serde",
15135 "serde_json",
15136 "smol",
15137 "workspace-hack",
15138]
15139
15140[[package]]
15141name = "sval"
15142version = "2.14.1"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15145
15146[[package]]
15147name = "sval_buffer"
15148version = "2.14.1"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15151dependencies = [
15152 "sval",
15153 "sval_ref",
15154]
15155
15156[[package]]
15157name = "sval_dynamic"
15158version = "2.14.1"
15159source = "registry+https://github.com/rust-lang/crates.io-index"
15160checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15161dependencies = [
15162 "sval",
15163]
15164
15165[[package]]
15166name = "sval_fmt"
15167version = "2.14.1"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15170dependencies = [
15171 "itoa",
15172 "ryu",
15173 "sval",
15174]
15175
15176[[package]]
15177name = "sval_json"
15178version = "2.14.1"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15181dependencies = [
15182 "itoa",
15183 "ryu",
15184 "sval",
15185]
15186
15187[[package]]
15188name = "sval_nested"
15189version = "2.14.1"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15192dependencies = [
15193 "sval",
15194 "sval_buffer",
15195 "sval_ref",
15196]
15197
15198[[package]]
15199name = "sval_ref"
15200version = "2.14.1"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15203dependencies = [
15204 "sval",
15205]
15206
15207[[package]]
15208name = "sval_serde"
15209version = "2.14.1"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15212dependencies = [
15213 "serde",
15214 "sval",
15215 "sval_nested",
15216]
15217
15218[[package]]
15219name = "svg_fmt"
15220version = "0.4.5"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15223
15224[[package]]
15225name = "svgtypes"
15226version = "0.15.3"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15229dependencies = [
15230 "kurbo",
15231 "siphasher",
15232]
15233
15234[[package]]
15235name = "swash"
15236version = "0.2.2"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15239dependencies = [
15240 "skrifa",
15241 "yazi",
15242 "zeno",
15243]
15244
15245[[package]]
15246name = "syn"
15247version = "1.0.109"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15250dependencies = [
15251 "proc-macro2",
15252 "quote",
15253 "unicode-ident",
15254]
15255
15256[[package]]
15257name = "syn"
15258version = "2.0.101"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15261dependencies = [
15262 "proc-macro2",
15263 "quote",
15264 "unicode-ident",
15265]
15266
15267[[package]]
15268name = "sync_wrapper"
15269version = "0.1.2"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15272
15273[[package]]
15274name = "sync_wrapper"
15275version = "1.0.2"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15278dependencies = [
15279 "futures-core",
15280]
15281
15282[[package]]
15283name = "synchronoise"
15284version = "1.0.1"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15287dependencies = [
15288 "crossbeam-queue",
15289]
15290
15291[[package]]
15292name = "synstructure"
15293version = "0.13.1"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15296dependencies = [
15297 "proc-macro2",
15298 "quote",
15299 "syn 2.0.101",
15300]
15301
15302[[package]]
15303name = "sys-locale"
15304version = "0.3.2"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15307dependencies = [
15308 "libc",
15309]
15310
15311[[package]]
15312name = "sysinfo"
15313version = "0.31.4"
15314source = "registry+https://github.com/rust-lang/crates.io-index"
15315checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15316dependencies = [
15317 "core-foundation-sys",
15318 "libc",
15319 "memchr",
15320 "ntapi",
15321 "rayon",
15322 "windows 0.57.0",
15323]
15324
15325[[package]]
15326name = "system-configuration"
15327version = "0.5.1"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15330dependencies = [
15331 "bitflags 1.3.2",
15332 "core-foundation 0.9.4",
15333 "system-configuration-sys 0.5.0",
15334]
15335
15336[[package]]
15337name = "system-configuration"
15338version = "0.6.1"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15341dependencies = [
15342 "bitflags 2.9.0",
15343 "core-foundation 0.9.4",
15344 "system-configuration-sys 0.6.0",
15345]
15346
15347[[package]]
15348name = "system-configuration-sys"
15349version = "0.5.0"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15352dependencies = [
15353 "core-foundation-sys",
15354 "libc",
15355]
15356
15357[[package]]
15358name = "system-configuration-sys"
15359version = "0.6.0"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15362dependencies = [
15363 "core-foundation-sys",
15364 "libc",
15365]
15366
15367[[package]]
15368name = "system-deps"
15369version = "6.2.2"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15372dependencies = [
15373 "cfg-expr",
15374 "heck 0.5.0",
15375 "pkg-config",
15376 "toml 0.8.20",
15377 "version-compare",
15378]
15379
15380[[package]]
15381name = "system-interface"
15382version = "0.27.3"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15385dependencies = [
15386 "bitflags 2.9.0",
15387 "cap-fs-ext",
15388 "cap-std",
15389 "fd-lock",
15390 "io-lifetimes",
15391 "rustix 0.38.44",
15392 "windows-sys 0.59.0",
15393 "winx",
15394]
15395
15396[[package]]
15397name = "tab_switcher"
15398version = "0.1.0"
15399dependencies = [
15400 "anyhow",
15401 "collections",
15402 "ctor",
15403 "editor",
15404 "env_logger 0.11.8",
15405 "fuzzy",
15406 "gpui",
15407 "language",
15408 "menu",
15409 "picker",
15410 "project",
15411 "schemars",
15412 "serde",
15413 "serde_json",
15414 "settings",
15415 "smol",
15416 "theme",
15417 "ui",
15418 "util",
15419 "workspace",
15420 "workspace-hack",
15421]
15422
15423[[package]]
15424name = "taffy"
15425version = "0.4.4"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15428dependencies = [
15429 "arrayvec",
15430 "grid",
15431 "num-traits",
15432 "serde",
15433 "slotmap",
15434]
15435
15436[[package]]
15437name = "take-until"
15438version = "0.2.0"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15441
15442[[package]]
15443name = "tao-core-video-sys"
15444version = "0.2.0"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15447dependencies = [
15448 "cfg-if",
15449 "core-foundation-sys",
15450 "libc",
15451 "objc",
15452]
15453
15454[[package]]
15455name = "tap"
15456version = "1.0.1"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15459
15460[[package]]
15461name = "target-lexicon"
15462version = "0.12.16"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15465
15466[[package]]
15467name = "target-lexicon"
15468version = "0.13.2"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15471
15472[[package]]
15473name = "task"
15474version = "0.1.0"
15475dependencies = [
15476 "anyhow",
15477 "collections",
15478 "futures 0.3.31",
15479 "gpui",
15480 "hex",
15481 "parking_lot",
15482 "pretty_assertions",
15483 "proto",
15484 "schemars",
15485 "serde",
15486 "serde_json",
15487 "serde_json_lenient",
15488 "sha2",
15489 "shellexpand 2.1.2",
15490 "util",
15491 "workspace-hack",
15492 "zed_actions",
15493]
15494
15495[[package]]
15496name = "tasks_ui"
15497version = "0.1.0"
15498dependencies = [
15499 "anyhow",
15500 "collections",
15501 "editor",
15502 "file_icons",
15503 "fuzzy",
15504 "gpui",
15505 "itertools 0.14.0",
15506 "language",
15507 "menu",
15508 "picker",
15509 "project",
15510 "serde",
15511 "serde_json",
15512 "task",
15513 "tree-sitter-rust",
15514 "tree-sitter-typescript",
15515 "ui",
15516 "util",
15517 "workspace",
15518 "workspace-hack",
15519 "zed_actions",
15520]
15521
15522[[package]]
15523name = "telemetry"
15524version = "0.1.0"
15525dependencies = [
15526 "futures 0.3.31",
15527 "serde",
15528 "serde_json",
15529 "telemetry_events",
15530 "workspace-hack",
15531]
15532
15533[[package]]
15534name = "telemetry_events"
15535version = "0.1.0"
15536dependencies = [
15537 "semantic_version",
15538 "serde",
15539 "serde_json",
15540 "workspace-hack",
15541]
15542
15543[[package]]
15544name = "tempfile"
15545version = "3.20.0"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15548dependencies = [
15549 "fastrand 2.3.0",
15550 "getrandom 0.3.2",
15551 "once_cell",
15552 "rustix 1.0.7",
15553 "windows-sys 0.59.0",
15554]
15555
15556[[package]]
15557name = "tendril"
15558version = "0.4.3"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15561dependencies = [
15562 "futf",
15563 "mac",
15564 "utf-8",
15565]
15566
15567[[package]]
15568name = "termcolor"
15569version = "1.4.1"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15572dependencies = [
15573 "winapi-util",
15574]
15575
15576[[package]]
15577name = "terminal"
15578version = "0.1.0"
15579dependencies = [
15580 "alacritty_terminal",
15581 "anyhow",
15582 "collections",
15583 "dirs 4.0.0",
15584 "futures 0.3.31",
15585 "gpui",
15586 "libc",
15587 "rand 0.8.5",
15588 "regex",
15589 "release_channel",
15590 "schemars",
15591 "serde",
15592 "serde_derive",
15593 "settings",
15594 "smol",
15595 "sysinfo",
15596 "task",
15597 "theme",
15598 "thiserror 2.0.12",
15599 "util",
15600 "windows 0.61.1",
15601 "workspace-hack",
15602]
15603
15604[[package]]
15605name = "terminal_size"
15606version = "0.4.2"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15609dependencies = [
15610 "rustix 1.0.7",
15611 "windows-sys 0.59.0",
15612]
15613
15614[[package]]
15615name = "terminal_view"
15616version = "0.1.0"
15617dependencies = [
15618 "anyhow",
15619 "async-recursion 1.1.1",
15620 "breadcrumbs",
15621 "client",
15622 "collections",
15623 "db",
15624 "dirs 4.0.0",
15625 "editor",
15626 "futures 0.3.31",
15627 "gpui",
15628 "itertools 0.14.0",
15629 "language",
15630 "log",
15631 "project",
15632 "rand 0.8.5",
15633 "regex",
15634 "schemars",
15635 "search",
15636 "serde",
15637 "serde_json",
15638 "settings",
15639 "shellexpand 2.1.2",
15640 "smol",
15641 "task",
15642 "terminal",
15643 "theme",
15644 "ui",
15645 "util",
15646 "workspace",
15647 "workspace-hack",
15648 "zed_actions",
15649]
15650
15651[[package]]
15652name = "text"
15653version = "0.1.0"
15654dependencies = [
15655 "anyhow",
15656 "clock",
15657 "collections",
15658 "ctor",
15659 "env_logger 0.11.8",
15660 "gpui",
15661 "http_client",
15662 "log",
15663 "parking_lot",
15664 "postage",
15665 "rand 0.8.5",
15666 "regex",
15667 "rope",
15668 "smallvec",
15669 "sum_tree",
15670 "util",
15671 "workspace-hack",
15672]
15673
15674[[package]]
15675name = "theme"
15676version = "0.1.0"
15677dependencies = [
15678 "anyhow",
15679 "collections",
15680 "derive_more",
15681 "fs",
15682 "futures 0.3.31",
15683 "gpui",
15684 "indexmap",
15685 "log",
15686 "palette",
15687 "parking_lot",
15688 "refineable",
15689 "schemars",
15690 "serde",
15691 "serde_derive",
15692 "serde_json",
15693 "serde_json_lenient",
15694 "serde_repr",
15695 "settings",
15696 "strum 0.27.1",
15697 "thiserror 2.0.12",
15698 "util",
15699 "uuid",
15700 "workspace-hack",
15701]
15702
15703[[package]]
15704name = "theme_extension"
15705version = "0.1.0"
15706dependencies = [
15707 "anyhow",
15708 "extension",
15709 "fs",
15710 "gpui",
15711 "theme",
15712 "workspace-hack",
15713]
15714
15715[[package]]
15716name = "theme_importer"
15717version = "0.1.0"
15718dependencies = [
15719 "anyhow",
15720 "clap",
15721 "gpui",
15722 "indexmap",
15723 "log",
15724 "palette",
15725 "rust-embed",
15726 "serde",
15727 "serde_json",
15728 "serde_json_lenient",
15729 "simplelog",
15730 "strum 0.27.1",
15731 "theme",
15732 "vscode_theme",
15733 "workspace-hack",
15734]
15735
15736[[package]]
15737name = "theme_selector"
15738version = "0.1.0"
15739dependencies = [
15740 "fs",
15741 "fuzzy",
15742 "gpui",
15743 "log",
15744 "picker",
15745 "serde",
15746 "settings",
15747 "telemetry",
15748 "theme",
15749 "ui",
15750 "util",
15751 "workspace",
15752 "workspace-hack",
15753 "zed_actions",
15754]
15755
15756[[package]]
15757name = "thiserror"
15758version = "1.0.69"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15761dependencies = [
15762 "thiserror-impl 1.0.69",
15763]
15764
15765[[package]]
15766name = "thiserror"
15767version = "2.0.12"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15770dependencies = [
15771 "thiserror-impl 2.0.12",
15772]
15773
15774[[package]]
15775name = "thiserror-impl"
15776version = "1.0.69"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15779dependencies = [
15780 "proc-macro2",
15781 "quote",
15782 "syn 2.0.101",
15783]
15784
15785[[package]]
15786name = "thiserror-impl"
15787version = "2.0.12"
15788source = "registry+https://github.com/rust-lang/crates.io-index"
15789checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15790dependencies = [
15791 "proc-macro2",
15792 "quote",
15793 "syn 2.0.101",
15794]
15795
15796[[package]]
15797name = "thread_local"
15798version = "1.1.8"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15801dependencies = [
15802 "cfg-if",
15803 "once_cell",
15804]
15805
15806[[package]]
15807name = "tiff"
15808version = "0.9.1"
15809source = "registry+https://github.com/rust-lang/crates.io-index"
15810checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15811dependencies = [
15812 "flate2",
15813 "jpeg-decoder",
15814 "weezl",
15815]
15816
15817[[package]]
15818name = "tiktoken-rs"
15819version = "0.7.0"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15822dependencies = [
15823 "anyhow",
15824 "base64 0.22.1",
15825 "bstr",
15826 "fancy-regex 0.13.0",
15827 "lazy_static",
15828 "regex",
15829 "rustc-hash 1.1.0",
15830]
15831
15832[[package]]
15833name = "time"
15834version = "0.3.41"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15837dependencies = [
15838 "deranged",
15839 "itoa",
15840 "libc",
15841 "num-conv",
15842 "num_threads",
15843 "powerfmt",
15844 "serde",
15845 "time-core",
15846 "time-macros",
15847]
15848
15849[[package]]
15850name = "time-core"
15851version = "0.1.4"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15854
15855[[package]]
15856name = "time-macros"
15857version = "0.2.22"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15860dependencies = [
15861 "num-conv",
15862 "time-core",
15863]
15864
15865[[package]]
15866name = "time_format"
15867version = "0.1.0"
15868dependencies = [
15869 "core-foundation 0.10.0",
15870 "core-foundation-sys",
15871 "sys-locale",
15872 "time",
15873 "workspace-hack",
15874]
15875
15876[[package]]
15877name = "tiny-keccak"
15878version = "2.0.2"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15881dependencies = [
15882 "crunchy",
15883]
15884
15885[[package]]
15886name = "tiny-skia"
15887version = "0.11.4"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15890dependencies = [
15891 "arrayref",
15892 "arrayvec",
15893 "bytemuck",
15894 "cfg-if",
15895 "log",
15896 "png",
15897 "tiny-skia-path",
15898]
15899
15900[[package]]
15901name = "tiny-skia-path"
15902version = "0.11.4"
15903source = "registry+https://github.com/rust-lang/crates.io-index"
15904checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15905dependencies = [
15906 "arrayref",
15907 "bytemuck",
15908 "strict-num",
15909]
15910
15911[[package]]
15912name = "tiny_http"
15913version = "0.8.2"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15916dependencies = [
15917 "ascii",
15918 "chrono",
15919 "chunked_transfer",
15920 "log",
15921 "url",
15922]
15923
15924[[package]]
15925name = "tinystr"
15926version = "0.7.6"
15927source = "registry+https://github.com/rust-lang/crates.io-index"
15928checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15929dependencies = [
15930 "displaydoc",
15931 "zerovec",
15932]
15933
15934[[package]]
15935name = "tinytemplate"
15936version = "1.2.1"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15939dependencies = [
15940 "serde",
15941 "serde_json",
15942]
15943
15944[[package]]
15945name = "tinyvec"
15946version = "1.9.0"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15949dependencies = [
15950 "tinyvec_macros",
15951]
15952
15953[[package]]
15954name = "tinyvec_macros"
15955version = "0.1.1"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
15958
15959[[package]]
15960name = "title_bar"
15961version = "0.1.0"
15962dependencies = [
15963 "auto_update",
15964 "call",
15965 "chrono",
15966 "client",
15967 "collections",
15968 "db",
15969 "gpui",
15970 "http_client",
15971 "notifications",
15972 "pretty_assertions",
15973 "project",
15974 "remote",
15975 "rpc",
15976 "schemars",
15977 "serde",
15978 "settings",
15979 "smallvec",
15980 "story",
15981 "telemetry",
15982 "theme",
15983 "tree-sitter-md",
15984 "ui",
15985 "util",
15986 "windows 0.61.1",
15987 "workspace",
15988 "workspace-hack",
15989 "zed_actions",
15990]
15991
15992[[package]]
15993name = "tokio"
15994version = "1.44.2"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
15997dependencies = [
15998 "backtrace",
15999 "bytes 1.10.1",
16000 "libc",
16001 "mio",
16002 "parking_lot",
16003 "pin-project-lite",
16004 "signal-hook-registry",
16005 "socket2",
16006 "tokio-macros",
16007 "windows-sys 0.52.0",
16008]
16009
16010[[package]]
16011name = "tokio-io"
16012version = "0.1.13"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16015dependencies = [
16016 "bytes 0.4.12",
16017 "futures 0.1.31",
16018 "log",
16019]
16020
16021[[package]]
16022name = "tokio-macros"
16023version = "2.5.0"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16026dependencies = [
16027 "proc-macro2",
16028 "quote",
16029 "syn 2.0.101",
16030]
16031
16032[[package]]
16033name = "tokio-native-tls"
16034version = "0.3.1"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16037dependencies = [
16038 "native-tls",
16039 "tokio",
16040]
16041
16042[[package]]
16043name = "tokio-rustls"
16044version = "0.24.1"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16047dependencies = [
16048 "rustls 0.21.12",
16049 "tokio",
16050]
16051
16052[[package]]
16053name = "tokio-rustls"
16054version = "0.26.2"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16057dependencies = [
16058 "rustls 0.23.26",
16059 "tokio",
16060]
16061
16062[[package]]
16063name = "tokio-socks"
16064version = "0.5.2"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16067dependencies = [
16068 "either",
16069 "futures-io",
16070 "futures-util",
16071 "thiserror 1.0.69",
16072 "tokio",
16073]
16074
16075[[package]]
16076name = "tokio-stream"
16077version = "0.1.17"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16080dependencies = [
16081 "futures-core",
16082 "pin-project-lite",
16083 "tokio",
16084]
16085
16086[[package]]
16087name = "tokio-tungstenite"
16088version = "0.20.1"
16089source = "registry+https://github.com/rust-lang/crates.io-index"
16090checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16091dependencies = [
16092 "futures-util",
16093 "log",
16094 "tokio",
16095 "tungstenite 0.20.1",
16096]
16097
16098[[package]]
16099name = "tokio-tungstenite"
16100version = "0.21.0"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16103dependencies = [
16104 "futures-util",
16105 "log",
16106 "tokio",
16107 "tungstenite 0.21.0",
16108]
16109
16110[[package]]
16111name = "tokio-tungstenite"
16112version = "0.26.2"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16115dependencies = [
16116 "futures-util",
16117 "log",
16118 "rustls 0.23.26",
16119 "rustls-pki-types",
16120 "tokio",
16121 "tokio-rustls 0.26.2",
16122 "tungstenite 0.26.2",
16123]
16124
16125[[package]]
16126name = "tokio-util"
16127version = "0.7.14"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16130dependencies = [
16131 "bytes 1.10.1",
16132 "futures-core",
16133 "futures-io",
16134 "futures-sink",
16135 "pin-project-lite",
16136 "tokio",
16137]
16138
16139[[package]]
16140name = "toml"
16141version = "0.5.11"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16144dependencies = [
16145 "serde",
16146]
16147
16148[[package]]
16149name = "toml"
16150version = "0.8.20"
16151source = "registry+https://github.com/rust-lang/crates.io-index"
16152checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16153dependencies = [
16154 "serde",
16155 "serde_spanned",
16156 "toml_datetime",
16157 "toml_edit",
16158]
16159
16160[[package]]
16161name = "toml_datetime"
16162version = "0.6.9"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16165dependencies = [
16166 "serde",
16167]
16168
16169[[package]]
16170name = "toml_edit"
16171version = "0.22.26"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16174dependencies = [
16175 "indexmap",
16176 "serde",
16177 "serde_spanned",
16178 "toml_datetime",
16179 "toml_write",
16180 "winnow",
16181]
16182
16183[[package]]
16184name = "toml_write"
16185version = "0.1.1"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16188
16189[[package]]
16190name = "toolchain_selector"
16191version = "0.1.0"
16192dependencies = [
16193 "editor",
16194 "fuzzy",
16195 "gpui",
16196 "language",
16197 "picker",
16198 "project",
16199 "ui",
16200 "util",
16201 "workspace",
16202 "workspace-hack",
16203]
16204
16205[[package]]
16206name = "topological-sort"
16207version = "0.2.2"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16210
16211[[package]]
16212name = "tower"
16213version = "0.4.13"
16214source = "registry+https://github.com/rust-lang/crates.io-index"
16215checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16216dependencies = [
16217 "futures-core",
16218 "futures-util",
16219 "pin-project",
16220 "pin-project-lite",
16221 "tokio",
16222 "tower-layer",
16223 "tower-service",
16224 "tracing",
16225]
16226
16227[[package]]
16228name = "tower"
16229version = "0.5.2"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16232dependencies = [
16233 "futures-core",
16234 "futures-util",
16235 "pin-project-lite",
16236 "sync_wrapper 1.0.2",
16237 "tokio",
16238 "tower-layer",
16239 "tower-service",
16240]
16241
16242[[package]]
16243name = "tower-http"
16244version = "0.3.5"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16247dependencies = [
16248 "bitflags 1.3.2",
16249 "bytes 1.10.1",
16250 "futures-core",
16251 "futures-util",
16252 "http 0.2.12",
16253 "http-body 0.4.6",
16254 "http-range-header",
16255 "pin-project-lite",
16256 "tower-layer",
16257 "tower-service",
16258]
16259
16260[[package]]
16261name = "tower-http"
16262version = "0.4.4"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16265dependencies = [
16266 "bitflags 2.9.0",
16267 "bytes 1.10.1",
16268 "futures-core",
16269 "futures-util",
16270 "http 0.2.12",
16271 "http-body 0.4.6",
16272 "http-range-header",
16273 "pin-project-lite",
16274 "tower-layer",
16275 "tower-service",
16276 "tracing",
16277]
16278
16279[[package]]
16280name = "tower-layer"
16281version = "0.3.3"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16284
16285[[package]]
16286name = "tower-service"
16287version = "0.3.3"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16290
16291[[package]]
16292name = "tracing"
16293version = "0.1.41"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16296dependencies = [
16297 "log",
16298 "pin-project-lite",
16299 "tracing-attributes",
16300 "tracing-core",
16301]
16302
16303[[package]]
16304name = "tracing-attributes"
16305version = "0.1.28"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16308dependencies = [
16309 "proc-macro2",
16310 "quote",
16311 "syn 2.0.101",
16312]
16313
16314[[package]]
16315name = "tracing-core"
16316version = "0.1.33"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16319dependencies = [
16320 "once_cell",
16321 "valuable",
16322]
16323
16324[[package]]
16325name = "tracing-log"
16326version = "0.2.0"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16329dependencies = [
16330 "log",
16331 "once_cell",
16332 "tracing-core",
16333]
16334
16335[[package]]
16336name = "tracing-serde"
16337version = "0.2.0"
16338source = "registry+https://github.com/rust-lang/crates.io-index"
16339checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16340dependencies = [
16341 "serde",
16342 "tracing-core",
16343]
16344
16345[[package]]
16346name = "tracing-subscriber"
16347version = "0.3.19"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16350dependencies = [
16351 "matchers",
16352 "nu-ansi-term",
16353 "once_cell",
16354 "regex",
16355 "serde",
16356 "serde_json",
16357 "sharded-slab",
16358 "smallvec",
16359 "thread_local",
16360 "tracing",
16361 "tracing-core",
16362 "tracing-log",
16363 "tracing-serde",
16364]
16365
16366[[package]]
16367name = "trait-variant"
16368version = "0.1.2"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16371dependencies = [
16372 "proc-macro2",
16373 "quote",
16374 "syn 2.0.101",
16375]
16376
16377[[package]]
16378name = "tree-sitter"
16379version = "0.25.3"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16382dependencies = [
16383 "cc",
16384 "regex",
16385 "regex-syntax 0.8.5",
16386 "serde_json",
16387 "streaming-iterator",
16388 "tree-sitter-language",
16389 "wasmtime-c-api-impl",
16390]
16391
16392[[package]]
16393name = "tree-sitter-bash"
16394version = "0.23.3"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16397dependencies = [
16398 "cc",
16399 "tree-sitter-language",
16400]
16401
16402[[package]]
16403name = "tree-sitter-c"
16404version = "0.23.4"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16407dependencies = [
16408 "cc",
16409 "tree-sitter-language",
16410]
16411
16412[[package]]
16413name = "tree-sitter-cpp"
16414version = "0.23.4"
16415source = "registry+https://github.com/rust-lang/crates.io-index"
16416checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16417dependencies = [
16418 "cc",
16419 "tree-sitter-language",
16420]
16421
16422[[package]]
16423name = "tree-sitter-css"
16424version = "0.23.2"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16427dependencies = [
16428 "cc",
16429 "tree-sitter-language",
16430]
16431
16432[[package]]
16433name = "tree-sitter-diff"
16434version = "0.1.0"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16437dependencies = [
16438 "cc",
16439 "tree-sitter-language",
16440]
16441
16442[[package]]
16443name = "tree-sitter-elixir"
16444version = "0.3.4"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16447dependencies = [
16448 "cc",
16449 "tree-sitter-language",
16450]
16451
16452[[package]]
16453name = "tree-sitter-embedded-template"
16454version = "0.23.2"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16457dependencies = [
16458 "cc",
16459 "tree-sitter-language",
16460]
16461
16462[[package]]
16463name = "tree-sitter-gitcommit"
16464version = "0.0.1"
16465source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16466dependencies = [
16467 "cc",
16468 "tree-sitter-language",
16469]
16470
16471[[package]]
16472name = "tree-sitter-go"
16473version = "0.23.4"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16476dependencies = [
16477 "cc",
16478 "tree-sitter-language",
16479]
16480
16481[[package]]
16482name = "tree-sitter-gomod"
16483version = "1.1.1"
16484source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16485dependencies = [
16486 "cc",
16487 "tree-sitter-language",
16488]
16489
16490[[package]]
16491name = "tree-sitter-gowork"
16492version = "0.0.1"
16493source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16494dependencies = [
16495 "cc",
16496 "tree-sitter-language",
16497]
16498
16499[[package]]
16500name = "tree-sitter-heex"
16501version = "0.0.1"
16502source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16503dependencies = [
16504 "cc",
16505 "tree-sitter-language",
16506]
16507
16508[[package]]
16509name = "tree-sitter-html"
16510version = "0.23.2"
16511source = "registry+https://github.com/rust-lang/crates.io-index"
16512checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16513dependencies = [
16514 "cc",
16515 "tree-sitter-language",
16516]
16517
16518[[package]]
16519name = "tree-sitter-jsdoc"
16520version = "0.23.2"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16523dependencies = [
16524 "cc",
16525 "tree-sitter-language",
16526]
16527
16528[[package]]
16529name = "tree-sitter-json"
16530version = "0.24.8"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16533dependencies = [
16534 "cc",
16535 "tree-sitter-language",
16536]
16537
16538[[package]]
16539name = "tree-sitter-language"
16540version = "0.1.5"
16541source = "registry+https://github.com/rust-lang/crates.io-index"
16542checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16543
16544[[package]]
16545name = "tree-sitter-md"
16546version = "0.3.2"
16547source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16548dependencies = [
16549 "cc",
16550 "tree-sitter-language",
16551]
16552
16553[[package]]
16554name = "tree-sitter-python"
16555version = "0.23.6"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16558dependencies = [
16559 "cc",
16560 "tree-sitter-language",
16561]
16562
16563[[package]]
16564name = "tree-sitter-regex"
16565version = "0.24.3"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16568dependencies = [
16569 "cc",
16570 "tree-sitter-language",
16571]
16572
16573[[package]]
16574name = "tree-sitter-ruby"
16575version = "0.23.1"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16578dependencies = [
16579 "cc",
16580 "tree-sitter-language",
16581]
16582
16583[[package]]
16584name = "tree-sitter-rust"
16585version = "0.24.0"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16588dependencies = [
16589 "cc",
16590 "tree-sitter-language",
16591]
16592
16593[[package]]
16594name = "tree-sitter-typescript"
16595version = "0.23.2"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16598dependencies = [
16599 "cc",
16600 "tree-sitter-language",
16601]
16602
16603[[package]]
16604name = "tree-sitter-yaml"
16605version = "0.6.1"
16606source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16607dependencies = [
16608 "cc",
16609 "tree-sitter-language",
16610]
16611
16612[[package]]
16613name = "try-lock"
16614version = "0.2.5"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16617
16618[[package]]
16619name = "ttf-parser"
16620version = "0.20.0"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16623
16624[[package]]
16625name = "ttf-parser"
16626version = "0.21.1"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16629
16630[[package]]
16631name = "ttf-parser"
16632version = "0.25.1"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16635dependencies = [
16636 "core_maths",
16637]
16638
16639[[package]]
16640name = "tungstenite"
16641version = "0.20.1"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16644dependencies = [
16645 "byteorder",
16646 "bytes 1.10.1",
16647 "data-encoding",
16648 "http 0.2.12",
16649 "httparse",
16650 "log",
16651 "rand 0.8.5",
16652 "sha1",
16653 "thiserror 1.0.69",
16654 "url",
16655 "utf-8",
16656]
16657
16658[[package]]
16659name = "tungstenite"
16660version = "0.21.0"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16663dependencies = [
16664 "byteorder",
16665 "bytes 1.10.1",
16666 "data-encoding",
16667 "http 1.3.1",
16668 "httparse",
16669 "log",
16670 "rand 0.8.5",
16671 "sha1",
16672 "thiserror 1.0.69",
16673 "url",
16674 "utf-8",
16675]
16676
16677[[package]]
16678name = "tungstenite"
16679version = "0.26.2"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16682dependencies = [
16683 "bytes 1.10.1",
16684 "data-encoding",
16685 "http 1.3.1",
16686 "httparse",
16687 "log",
16688 "rand 0.9.1",
16689 "rustls 0.23.26",
16690 "rustls-pki-types",
16691 "sha1",
16692 "thiserror 2.0.12",
16693 "utf-8",
16694]
16695
16696[[package]]
16697name = "typeid"
16698version = "1.0.3"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16701
16702[[package]]
16703name = "typenum"
16704version = "1.18.0"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16707
16708[[package]]
16709name = "ucd-trie"
16710version = "0.1.7"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16713
16714[[package]]
16715name = "uds_windows"
16716version = "1.1.0"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16719dependencies = [
16720 "memoffset",
16721 "tempfile",
16722 "winapi",
16723]
16724
16725[[package]]
16726name = "ui"
16727version = "0.1.0"
16728dependencies = [
16729 "chrono",
16730 "component",
16731 "documented",
16732 "gpui",
16733 "icons",
16734 "itertools 0.14.0",
16735 "menu",
16736 "serde",
16737 "settings",
16738 "smallvec",
16739 "story",
16740 "strum 0.27.1",
16741 "theme",
16742 "ui_macros",
16743 "util",
16744 "windows 0.61.1",
16745 "workspace-hack",
16746]
16747
16748[[package]]
16749name = "ui_input"
16750version = "0.1.0"
16751dependencies = [
16752 "component",
16753 "editor",
16754 "gpui",
16755 "settings",
16756 "theme",
16757 "ui",
16758 "workspace-hack",
16759]
16760
16761[[package]]
16762name = "ui_macros"
16763version = "0.1.0"
16764dependencies = [
16765 "quote",
16766 "syn 1.0.109",
16767 "workspace-hack",
16768]
16769
16770[[package]]
16771name = "ui_prompt"
16772version = "0.1.0"
16773dependencies = [
16774 "gpui",
16775 "markdown",
16776 "menu",
16777 "settings",
16778 "theme",
16779 "ui",
16780 "workspace",
16781 "workspace-hack",
16782]
16783
16784[[package]]
16785name = "uluru"
16786version = "3.1.0"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16789dependencies = [
16790 "arrayvec",
16791]
16792
16793[[package]]
16794name = "unicase"
16795version = "2.8.1"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16798
16799[[package]]
16800name = "unicode-bidi"
16801version = "0.3.18"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16804
16805[[package]]
16806name = "unicode-bidi-mirroring"
16807version = "0.2.0"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16810
16811[[package]]
16812name = "unicode-bidi-mirroring"
16813version = "0.4.0"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16816
16817[[package]]
16818name = "unicode-bom"
16819version = "2.0.3"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16822
16823[[package]]
16824name = "unicode-ccc"
16825version = "0.2.0"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16828
16829[[package]]
16830name = "unicode-ccc"
16831version = "0.4.0"
16832source = "registry+https://github.com/rust-lang/crates.io-index"
16833checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16834
16835[[package]]
16836name = "unicode-ident"
16837version = "1.0.18"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16840
16841[[package]]
16842name = "unicode-linebreak"
16843version = "0.1.5"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16846
16847[[package]]
16848name = "unicode-normalization"
16849version = "0.1.24"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16852dependencies = [
16853 "tinyvec",
16854]
16855
16856[[package]]
16857name = "unicode-properties"
16858version = "0.1.3"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16861
16862[[package]]
16863name = "unicode-script"
16864version = "0.5.7"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16867
16868[[package]]
16869name = "unicode-segmentation"
16870version = "1.12.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16873
16874[[package]]
16875name = "unicode-vo"
16876version = "0.1.0"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16879
16880[[package]]
16881name = "unicode-width"
16882version = "0.1.14"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16885
16886[[package]]
16887name = "unicode-width"
16888version = "0.2.0"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16891
16892[[package]]
16893name = "unicode-xid"
16894version = "0.2.6"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16897
16898[[package]]
16899name = "unicode_categories"
16900version = "0.1.1"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16903
16904[[package]]
16905name = "unindent"
16906version = "0.2.4"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16909
16910[[package]]
16911name = "untrusted"
16912version = "0.9.0"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16915
16916[[package]]
16917name = "url"
16918version = "2.5.4"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16921dependencies = [
16922 "form_urlencoded",
16923 "idna",
16924 "percent-encoding",
16925 "serde",
16926]
16927
16928[[package]]
16929name = "urlencoding"
16930version = "2.1.3"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16933
16934[[package]]
16935name = "usvg"
16936version = "0.45.1"
16937source = "registry+https://github.com/rust-lang/crates.io-index"
16938checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16939dependencies = [
16940 "base64 0.22.1",
16941 "data-url",
16942 "flate2",
16943 "fontdb 0.23.0",
16944 "imagesize",
16945 "kurbo",
16946 "log",
16947 "pico-args",
16948 "roxmltree",
16949 "rustybuzz 0.20.1",
16950 "simplecss",
16951 "siphasher",
16952 "strict-num",
16953 "svgtypes",
16954 "tiny-skia-path",
16955 "unicode-bidi",
16956 "unicode-script",
16957 "unicode-vo",
16958 "xmlwriter",
16959]
16960
16961[[package]]
16962name = "utf-8"
16963version = "0.7.6"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
16966
16967[[package]]
16968name = "utf16_iter"
16969version = "1.0.5"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
16972
16973[[package]]
16974name = "utf8_iter"
16975version = "1.0.4"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
16978
16979[[package]]
16980name = "utf8parse"
16981version = "0.2.2"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
16984
16985[[package]]
16986name = "util"
16987version = "0.1.0"
16988dependencies = [
16989 "anyhow",
16990 "async-fs",
16991 "collections",
16992 "dirs 4.0.0",
16993 "dunce",
16994 "futures 0.3.31",
16995 "futures-lite 1.13.0",
16996 "git2",
16997 "globset",
16998 "itertools 0.14.0",
16999 "libc",
17000 "log",
17001 "rand 0.8.5",
17002 "regex",
17003 "rust-embed",
17004 "serde",
17005 "serde_json",
17006 "smol",
17007 "take-until",
17008 "tempfile",
17009 "tendril",
17010 "unicase",
17011 "util_macros",
17012 "workspace-hack",
17013]
17014
17015[[package]]
17016name = "util_macros"
17017version = "0.1.0"
17018dependencies = [
17019 "quote",
17020 "syn 1.0.109",
17021 "workspace-hack",
17022]
17023
17024[[package]]
17025name = "uuid"
17026version = "1.16.0"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17029dependencies = [
17030 "getrandom 0.3.2",
17031 "serde",
17032 "sha1_smol",
17033]
17034
17035[[package]]
17036name = "uuid-simd"
17037version = "0.8.0"
17038source = "registry+https://github.com/rust-lang/crates.io-index"
17039checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17040dependencies = [
17041 "outref",
17042 "uuid",
17043 "vsimd",
17044]
17045
17046[[package]]
17047name = "v_frame"
17048version = "0.3.8"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17051dependencies = [
17052 "aligned-vec",
17053 "num-traits",
17054 "wasm-bindgen",
17055]
17056
17057[[package]]
17058name = "valuable"
17059version = "0.1.1"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17062
17063[[package]]
17064name = "value-bag"
17065version = "1.11.1"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17068dependencies = [
17069 "value-bag-serde1",
17070 "value-bag-sval2",
17071]
17072
17073[[package]]
17074name = "value-bag-serde1"
17075version = "1.11.1"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17078dependencies = [
17079 "erased-serde",
17080 "serde",
17081 "serde_fmt",
17082]
17083
17084[[package]]
17085name = "value-bag-sval2"
17086version = "1.11.1"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17089dependencies = [
17090 "sval",
17091 "sval_buffer",
17092 "sval_dynamic",
17093 "sval_fmt",
17094 "sval_json",
17095 "sval_ref",
17096 "sval_serde",
17097]
17098
17099[[package]]
17100name = "vcpkg"
17101version = "0.2.15"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17104
17105[[package]]
17106name = "version-compare"
17107version = "0.2.0"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17110
17111[[package]]
17112name = "version_check"
17113version = "0.9.5"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17116
17117[[package]]
17118name = "vim"
17119version = "0.1.0"
17120dependencies = [
17121 "anyhow",
17122 "assets",
17123 "async-compat",
17124 "async-trait",
17125 "collections",
17126 "command_palette",
17127 "command_palette_hooks",
17128 "db",
17129 "editor",
17130 "futures 0.3.31",
17131 "git_ui",
17132 "gpui",
17133 "indoc",
17134 "itertools 0.14.0",
17135 "language",
17136 "log",
17137 "lsp",
17138 "multi_buffer",
17139 "nvim-rs",
17140 "parking_lot",
17141 "picker",
17142 "project",
17143 "project_panel",
17144 "regex",
17145 "release_channel",
17146 "schemars",
17147 "search",
17148 "serde",
17149 "serde_derive",
17150 "serde_json",
17151 "settings",
17152 "task",
17153 "text",
17154 "theme",
17155 "tokio",
17156 "ui",
17157 "util",
17158 "vim_mode_setting",
17159 "workspace",
17160 "workspace-hack",
17161 "zed_actions",
17162]
17163
17164[[package]]
17165name = "vim_mode_setting"
17166version = "0.1.0"
17167dependencies = [
17168 "anyhow",
17169 "gpui",
17170 "settings",
17171 "workspace-hack",
17172]
17173
17174[[package]]
17175name = "vscode_theme"
17176version = "0.2.0"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17179dependencies = [
17180 "serde",
17181]
17182
17183[[package]]
17184name = "vsimd"
17185version = "0.8.0"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17188
17189[[package]]
17190name = "vswhom"
17191version = "0.1.0"
17192source = "registry+https://github.com/rust-lang/crates.io-index"
17193checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17194dependencies = [
17195 "libc",
17196 "vswhom-sys",
17197]
17198
17199[[package]]
17200name = "vswhom-sys"
17201version = "0.1.3"
17202source = "registry+https://github.com/rust-lang/crates.io-index"
17203checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17204dependencies = [
17205 "cc",
17206 "libc",
17207]
17208
17209[[package]]
17210name = "vte"
17211version = "0.15.0"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17214dependencies = [
17215 "arrayvec",
17216 "bitflags 2.9.0",
17217 "cursor-icon",
17218 "log",
17219 "memchr",
17220 "serde",
17221]
17222
17223[[package]]
17224name = "waker-fn"
17225version = "1.2.0"
17226source = "registry+https://github.com/rust-lang/crates.io-index"
17227checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17228
17229[[package]]
17230name = "walkdir"
17231version = "2.5.0"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17234dependencies = [
17235 "same-file",
17236 "winapi-util",
17237]
17238
17239[[package]]
17240name = "want"
17241version = "0.3.1"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17244dependencies = [
17245 "try-lock",
17246]
17247
17248[[package]]
17249name = "warp"
17250version = "0.3.7"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17253dependencies = [
17254 "bytes 1.10.1",
17255 "futures-channel",
17256 "futures-util",
17257 "headers",
17258 "http 0.2.12",
17259 "hyper 0.14.32",
17260 "log",
17261 "mime",
17262 "mime_guess",
17263 "percent-encoding",
17264 "pin-project",
17265 "scoped-tls",
17266 "serde",
17267 "serde_json",
17268 "serde_urlencoded",
17269 "tokio",
17270 "tokio-tungstenite 0.21.0",
17271 "tokio-util",
17272 "tower-service",
17273 "tracing",
17274]
17275
17276[[package]]
17277name = "wasi"
17278version = "0.9.0+wasi-snapshot-preview1"
17279source = "registry+https://github.com/rust-lang/crates.io-index"
17280checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17281
17282[[package]]
17283name = "wasi"
17284version = "0.11.0+wasi-snapshot-preview1"
17285source = "registry+https://github.com/rust-lang/crates.io-index"
17286checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17287
17288[[package]]
17289name = "wasi"
17290version = "0.14.2+wasi-0.2.4"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17293dependencies = [
17294 "wit-bindgen-rt 0.39.0",
17295]
17296
17297[[package]]
17298name = "wasi-preview1-component-adapter-provider"
17299version = "29.0.1"
17300source = "registry+https://github.com/rust-lang/crates.io-index"
17301checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17302
17303[[package]]
17304name = "wasite"
17305version = "0.1.0"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17308
17309[[package]]
17310name = "wasm-bindgen"
17311version = "0.2.100"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17314dependencies = [
17315 "cfg-if",
17316 "once_cell",
17317 "rustversion",
17318 "wasm-bindgen-macro",
17319]
17320
17321[[package]]
17322name = "wasm-bindgen-backend"
17323version = "0.2.100"
17324source = "registry+https://github.com/rust-lang/crates.io-index"
17325checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17326dependencies = [
17327 "bumpalo",
17328 "log",
17329 "proc-macro2",
17330 "quote",
17331 "syn 2.0.101",
17332 "wasm-bindgen-shared",
17333]
17334
17335[[package]]
17336name = "wasm-bindgen-futures"
17337version = "0.4.50"
17338source = "registry+https://github.com/rust-lang/crates.io-index"
17339checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17340dependencies = [
17341 "cfg-if",
17342 "js-sys",
17343 "once_cell",
17344 "wasm-bindgen",
17345 "web-sys",
17346]
17347
17348[[package]]
17349name = "wasm-bindgen-macro"
17350version = "0.2.100"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17353dependencies = [
17354 "quote",
17355 "wasm-bindgen-macro-support",
17356]
17357
17358[[package]]
17359name = "wasm-bindgen-macro-support"
17360version = "0.2.100"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17363dependencies = [
17364 "proc-macro2",
17365 "quote",
17366 "syn 2.0.101",
17367 "wasm-bindgen-backend",
17368 "wasm-bindgen-shared",
17369]
17370
17371[[package]]
17372name = "wasm-bindgen-shared"
17373version = "0.2.100"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17376dependencies = [
17377 "unicode-ident",
17378]
17379
17380[[package]]
17381name = "wasm-encoder"
17382version = "0.201.0"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17385dependencies = [
17386 "leb128",
17387]
17388
17389[[package]]
17390name = "wasm-encoder"
17391version = "0.221.3"
17392source = "registry+https://github.com/rust-lang/crates.io-index"
17393checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17394dependencies = [
17395 "leb128",
17396 "wasmparser 0.221.3",
17397]
17398
17399[[package]]
17400name = "wasm-encoder"
17401version = "0.227.1"
17402source = "registry+https://github.com/rust-lang/crates.io-index"
17403checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17404dependencies = [
17405 "leb128fmt",
17406 "wasmparser 0.227.1",
17407]
17408
17409[[package]]
17410name = "wasm-metadata"
17411version = "0.201.0"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17414dependencies = [
17415 "anyhow",
17416 "indexmap",
17417 "serde",
17418 "serde_derive",
17419 "serde_json",
17420 "spdx",
17421 "wasm-encoder 0.201.0",
17422 "wasmparser 0.201.0",
17423]
17424
17425[[package]]
17426name = "wasm-metadata"
17427version = "0.221.3"
17428source = "registry+https://github.com/rust-lang/crates.io-index"
17429checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17430dependencies = [
17431 "anyhow",
17432 "indexmap",
17433 "serde",
17434 "serde_derive",
17435 "serde_json",
17436 "spdx",
17437 "wasm-encoder 0.221.3",
17438 "wasmparser 0.221.3",
17439]
17440
17441[[package]]
17442name = "wasm-metadata"
17443version = "0.227.1"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17446dependencies = [
17447 "anyhow",
17448 "auditable-serde",
17449 "flate2",
17450 "indexmap",
17451 "serde",
17452 "serde_derive",
17453 "serde_json",
17454 "spdx",
17455 "url",
17456 "wasm-encoder 0.227.1",
17457 "wasmparser 0.227.1",
17458]
17459
17460[[package]]
17461name = "wasm-streams"
17462version = "0.4.2"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17465dependencies = [
17466 "futures-util",
17467 "js-sys",
17468 "wasm-bindgen",
17469 "wasm-bindgen-futures",
17470 "web-sys",
17471]
17472
17473[[package]]
17474name = "wasmparser"
17475version = "0.201.0"
17476source = "registry+https://github.com/rust-lang/crates.io-index"
17477checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17478dependencies = [
17479 "bitflags 2.9.0",
17480 "indexmap",
17481 "semver",
17482]
17483
17484[[package]]
17485name = "wasmparser"
17486version = "0.221.3"
17487source = "registry+https://github.com/rust-lang/crates.io-index"
17488checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17489dependencies = [
17490 "bitflags 2.9.0",
17491 "hashbrown 0.15.3",
17492 "indexmap",
17493 "semver",
17494 "serde",
17495]
17496
17497[[package]]
17498name = "wasmparser"
17499version = "0.227.1"
17500source = "registry+https://github.com/rust-lang/crates.io-index"
17501checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17502dependencies = [
17503 "bitflags 2.9.0",
17504 "hashbrown 0.15.3",
17505 "indexmap",
17506 "semver",
17507]
17508
17509[[package]]
17510name = "wasmprinter"
17511version = "0.221.3"
17512source = "registry+https://github.com/rust-lang/crates.io-index"
17513checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17514dependencies = [
17515 "anyhow",
17516 "termcolor",
17517 "wasmparser 0.221.3",
17518]
17519
17520[[package]]
17521name = "wasmtime"
17522version = "29.0.1"
17523source = "registry+https://github.com/rust-lang/crates.io-index"
17524checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17525dependencies = [
17526 "anyhow",
17527 "async-trait",
17528 "bitflags 2.9.0",
17529 "bumpalo",
17530 "cc",
17531 "cfg-if",
17532 "encoding_rs",
17533 "hashbrown 0.14.5",
17534 "indexmap",
17535 "libc",
17536 "log",
17537 "mach2",
17538 "memfd",
17539 "object",
17540 "once_cell",
17541 "paste",
17542 "postcard",
17543 "psm",
17544 "pulley-interpreter",
17545 "rayon",
17546 "rustix 0.38.44",
17547 "semver",
17548 "serde",
17549 "serde_derive",
17550 "smallvec",
17551 "sptr",
17552 "target-lexicon 0.13.2",
17553 "trait-variant",
17554 "wasmparser 0.221.3",
17555 "wasmtime-asm-macros",
17556 "wasmtime-component-macro",
17557 "wasmtime-component-util",
17558 "wasmtime-cranelift",
17559 "wasmtime-environ",
17560 "wasmtime-fiber",
17561 "wasmtime-jit-icache-coherence",
17562 "wasmtime-math",
17563 "wasmtime-slab",
17564 "wasmtime-versioned-export-macros",
17565 "wasmtime-winch",
17566 "windows-sys 0.59.0",
17567]
17568
17569[[package]]
17570name = "wasmtime-asm-macros"
17571version = "29.0.1"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17574dependencies = [
17575 "cfg-if",
17576]
17577
17578[[package]]
17579name = "wasmtime-c-api-impl"
17580version = "29.0.1"
17581source = "registry+https://github.com/rust-lang/crates.io-index"
17582checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17583dependencies = [
17584 "anyhow",
17585 "log",
17586 "tracing",
17587 "wasmtime",
17588 "wasmtime-c-api-macros",
17589]
17590
17591[[package]]
17592name = "wasmtime-c-api-macros"
17593version = "29.0.1"
17594source = "registry+https://github.com/rust-lang/crates.io-index"
17595checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17596dependencies = [
17597 "proc-macro2",
17598 "quote",
17599]
17600
17601[[package]]
17602name = "wasmtime-component-macro"
17603version = "29.0.1"
17604source = "registry+https://github.com/rust-lang/crates.io-index"
17605checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17606dependencies = [
17607 "anyhow",
17608 "proc-macro2",
17609 "quote",
17610 "syn 2.0.101",
17611 "wasmtime-component-util",
17612 "wasmtime-wit-bindgen",
17613 "wit-parser 0.221.3",
17614]
17615
17616[[package]]
17617name = "wasmtime-component-util"
17618version = "29.0.1"
17619source = "registry+https://github.com/rust-lang/crates.io-index"
17620checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17621
17622[[package]]
17623name = "wasmtime-cranelift"
17624version = "29.0.1"
17625source = "registry+https://github.com/rust-lang/crates.io-index"
17626checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17627dependencies = [
17628 "anyhow",
17629 "cfg-if",
17630 "cranelift-codegen",
17631 "cranelift-control",
17632 "cranelift-entity",
17633 "cranelift-frontend",
17634 "cranelift-native",
17635 "gimli",
17636 "itertools 0.12.1",
17637 "log",
17638 "object",
17639 "smallvec",
17640 "target-lexicon 0.13.2",
17641 "thiserror 1.0.69",
17642 "wasmparser 0.221.3",
17643 "wasmtime-environ",
17644 "wasmtime-versioned-export-macros",
17645]
17646
17647[[package]]
17648name = "wasmtime-environ"
17649version = "29.0.1"
17650source = "registry+https://github.com/rust-lang/crates.io-index"
17651checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17652dependencies = [
17653 "anyhow",
17654 "cpp_demangle",
17655 "cranelift-bitset",
17656 "cranelift-entity",
17657 "gimli",
17658 "indexmap",
17659 "log",
17660 "object",
17661 "postcard",
17662 "rustc-demangle",
17663 "semver",
17664 "serde",
17665 "serde_derive",
17666 "smallvec",
17667 "target-lexicon 0.13.2",
17668 "wasm-encoder 0.221.3",
17669 "wasmparser 0.221.3",
17670 "wasmprinter",
17671 "wasmtime-component-util",
17672]
17673
17674[[package]]
17675name = "wasmtime-fiber"
17676version = "29.0.1"
17677source = "registry+https://github.com/rust-lang/crates.io-index"
17678checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17679dependencies = [
17680 "anyhow",
17681 "cc",
17682 "cfg-if",
17683 "rustix 0.38.44",
17684 "wasmtime-asm-macros",
17685 "wasmtime-versioned-export-macros",
17686 "windows-sys 0.59.0",
17687]
17688
17689[[package]]
17690name = "wasmtime-jit-icache-coherence"
17691version = "29.0.1"
17692source = "registry+https://github.com/rust-lang/crates.io-index"
17693checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17694dependencies = [
17695 "anyhow",
17696 "cfg-if",
17697 "libc",
17698 "windows-sys 0.59.0",
17699]
17700
17701[[package]]
17702name = "wasmtime-math"
17703version = "29.0.1"
17704source = "registry+https://github.com/rust-lang/crates.io-index"
17705checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17706dependencies = [
17707 "libm",
17708]
17709
17710[[package]]
17711name = "wasmtime-slab"
17712version = "29.0.1"
17713source = "registry+https://github.com/rust-lang/crates.io-index"
17714checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17715
17716[[package]]
17717name = "wasmtime-versioned-export-macros"
17718version = "29.0.1"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17721dependencies = [
17722 "proc-macro2",
17723 "quote",
17724 "syn 2.0.101",
17725]
17726
17727[[package]]
17728name = "wasmtime-wasi"
17729version = "29.0.1"
17730source = "registry+https://github.com/rust-lang/crates.io-index"
17731checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17732dependencies = [
17733 "anyhow",
17734 "async-trait",
17735 "bitflags 2.9.0",
17736 "bytes 1.10.1",
17737 "cap-fs-ext",
17738 "cap-net-ext",
17739 "cap-rand",
17740 "cap-std",
17741 "cap-time-ext",
17742 "fs-set-times",
17743 "futures 0.3.31",
17744 "io-extras",
17745 "io-lifetimes",
17746 "rustix 0.38.44",
17747 "system-interface",
17748 "thiserror 1.0.69",
17749 "tokio",
17750 "tracing",
17751 "trait-variant",
17752 "url",
17753 "wasmtime",
17754 "wiggle",
17755 "windows-sys 0.59.0",
17756]
17757
17758[[package]]
17759name = "wasmtime-winch"
17760version = "29.0.1"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17763dependencies = [
17764 "anyhow",
17765 "cranelift-codegen",
17766 "gimli",
17767 "object",
17768 "target-lexicon 0.13.2",
17769 "wasmparser 0.221.3",
17770 "wasmtime-cranelift",
17771 "wasmtime-environ",
17772 "winch-codegen",
17773]
17774
17775[[package]]
17776name = "wasmtime-wit-bindgen"
17777version = "29.0.1"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17780dependencies = [
17781 "anyhow",
17782 "heck 0.5.0",
17783 "indexmap",
17784 "wit-parser 0.221.3",
17785]
17786
17787[[package]]
17788name = "wast"
17789version = "35.0.2"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17792dependencies = [
17793 "leb128",
17794]
17795
17796[[package]]
17797name = "wayland-backend"
17798version = "0.3.8"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17801dependencies = [
17802 "cc",
17803 "downcast-rs",
17804 "rustix 0.38.44",
17805 "scoped-tls",
17806 "smallvec",
17807 "wayland-sys",
17808]
17809
17810[[package]]
17811name = "wayland-client"
17812version = "0.31.8"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17815dependencies = [
17816 "bitflags 2.9.0",
17817 "rustix 0.38.44",
17818 "wayland-backend",
17819 "wayland-scanner",
17820]
17821
17822[[package]]
17823name = "wayland-cursor"
17824version = "0.31.8"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17827dependencies = [
17828 "rustix 0.38.44",
17829 "wayland-client",
17830 "xcursor",
17831]
17832
17833[[package]]
17834name = "wayland-protocols"
17835version = "0.31.2"
17836source = "registry+https://github.com/rust-lang/crates.io-index"
17837checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17838dependencies = [
17839 "bitflags 2.9.0",
17840 "wayland-backend",
17841 "wayland-client",
17842 "wayland-scanner",
17843]
17844
17845[[package]]
17846name = "wayland-protocols-plasma"
17847version = "0.2.0"
17848source = "registry+https://github.com/rust-lang/crates.io-index"
17849checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17850dependencies = [
17851 "bitflags 2.9.0",
17852 "wayland-backend",
17853 "wayland-client",
17854 "wayland-protocols",
17855 "wayland-scanner",
17856]
17857
17858[[package]]
17859name = "wayland-scanner"
17860version = "0.31.6"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17863dependencies = [
17864 "proc-macro2",
17865 "quick-xml 0.37.4",
17866 "quote",
17867]
17868
17869[[package]]
17870name = "wayland-sys"
17871version = "0.31.6"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17874dependencies = [
17875 "dlib",
17876 "log",
17877 "once_cell",
17878 "pkg-config",
17879]
17880
17881[[package]]
17882name = "web-sys"
17883version = "0.3.77"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17886dependencies = [
17887 "js-sys",
17888 "wasm-bindgen",
17889]
17890
17891[[package]]
17892name = "web-time"
17893version = "1.1.0"
17894source = "registry+https://github.com/rust-lang/crates.io-index"
17895checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17896dependencies = [
17897 "js-sys",
17898 "wasm-bindgen",
17899]
17900
17901[[package]]
17902name = "web_atoms"
17903version = "0.1.0"
17904source = "registry+https://github.com/rust-lang/crates.io-index"
17905checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17906dependencies = [
17907 "phf",
17908 "phf_codegen",
17909 "string_cache",
17910 "string_cache_codegen",
17911]
17912
17913[[package]]
17914name = "web_search"
17915version = "0.1.0"
17916dependencies = [
17917 "anyhow",
17918 "collections",
17919 "gpui",
17920 "serde",
17921 "workspace-hack",
17922 "zed_llm_client",
17923]
17924
17925[[package]]
17926name = "web_search_providers"
17927version = "0.1.0"
17928dependencies = [
17929 "anyhow",
17930 "client",
17931 "futures 0.3.31",
17932 "gpui",
17933 "http_client",
17934 "language_model",
17935 "serde",
17936 "serde_json",
17937 "web_search",
17938 "workspace-hack",
17939 "zed_llm_client",
17940]
17941
17942[[package]]
17943name = "webpki-root-certs"
17944version = "0.26.8"
17945source = "registry+https://github.com/rust-lang/crates.io-index"
17946checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
17947dependencies = [
17948 "rustls-pki-types",
17949]
17950
17951[[package]]
17952name = "webpki-roots"
17953version = "0.26.8"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
17956dependencies = [
17957 "rustls-pki-types",
17958]
17959
17960[[package]]
17961name = "webrtc-sys"
17962version = "0.3.7"
17963source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
17964dependencies = [
17965 "cc",
17966 "cxx",
17967 "cxx-build",
17968 "glob",
17969 "log",
17970 "webrtc-sys-build",
17971]
17972
17973[[package]]
17974name = "webrtc-sys-build"
17975version = "0.3.6"
17976source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
17977dependencies = [
17978 "fs2",
17979 "regex",
17980 "reqwest 0.11.27",
17981 "scratch",
17982 "semver",
17983 "zip",
17984]
17985
17986[[package]]
17987name = "weezl"
17988version = "0.1.8"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
17991
17992[[package]]
17993name = "welcome"
17994version = "0.1.0"
17995dependencies = [
17996 "anyhow",
17997 "client",
17998 "component",
17999 "db",
18000 "documented",
18001 "editor",
18002 "fuzzy",
18003 "gpui",
18004 "install_cli",
18005 "language",
18006 "picker",
18007 "project",
18008 "schemars",
18009 "serde",
18010 "settings",
18011 "telemetry",
18012 "theme",
18013 "ui",
18014 "util",
18015 "vim_mode_setting",
18016 "workspace",
18017 "workspace-hack",
18018 "zed_actions",
18019]
18020
18021[[package]]
18022name = "which"
18023version = "4.4.2"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18026dependencies = [
18027 "either",
18028 "home",
18029 "once_cell",
18030 "rustix 0.38.44",
18031]
18032
18033[[package]]
18034name = "which"
18035version = "6.0.3"
18036source = "registry+https://github.com/rust-lang/crates.io-index"
18037checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18038dependencies = [
18039 "either",
18040 "home",
18041 "rustix 0.38.44",
18042 "winsafe",
18043]
18044
18045[[package]]
18046name = "whoami"
18047version = "1.6.0"
18048source = "registry+https://github.com/rust-lang/crates.io-index"
18049checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18050dependencies = [
18051 "redox_syscall 0.5.11",
18052 "wasite",
18053]
18054
18055[[package]]
18056name = "wiggle"
18057version = "29.0.1"
18058source = "registry+https://github.com/rust-lang/crates.io-index"
18059checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18060dependencies = [
18061 "anyhow",
18062 "async-trait",
18063 "bitflags 2.9.0",
18064 "thiserror 1.0.69",
18065 "tracing",
18066 "wasmtime",
18067 "wiggle-macro",
18068]
18069
18070[[package]]
18071name = "wiggle-generate"
18072version = "29.0.1"
18073source = "registry+https://github.com/rust-lang/crates.io-index"
18074checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18075dependencies = [
18076 "anyhow",
18077 "heck 0.5.0",
18078 "proc-macro2",
18079 "quote",
18080 "shellexpand 2.1.2",
18081 "syn 2.0.101",
18082 "witx",
18083]
18084
18085[[package]]
18086name = "wiggle-macro"
18087version = "29.0.1"
18088source = "registry+https://github.com/rust-lang/crates.io-index"
18089checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18090dependencies = [
18091 "proc-macro2",
18092 "quote",
18093 "syn 2.0.101",
18094 "wiggle-generate",
18095]
18096
18097[[package]]
18098name = "winapi"
18099version = "0.3.9"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18102dependencies = [
18103 "winapi-i686-pc-windows-gnu",
18104 "winapi-x86_64-pc-windows-gnu",
18105]
18106
18107[[package]]
18108name = "winapi-i686-pc-windows-gnu"
18109version = "0.4.0"
18110source = "registry+https://github.com/rust-lang/crates.io-index"
18111checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18112
18113[[package]]
18114name = "winapi-util"
18115version = "0.1.9"
18116source = "registry+https://github.com/rust-lang/crates.io-index"
18117checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18118dependencies = [
18119 "windows-sys 0.59.0",
18120]
18121
18122[[package]]
18123name = "winapi-x86_64-pc-windows-gnu"
18124version = "0.4.0"
18125source = "registry+https://github.com/rust-lang/crates.io-index"
18126checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18127
18128[[package]]
18129name = "winch-codegen"
18130version = "29.0.1"
18131source = "registry+https://github.com/rust-lang/crates.io-index"
18132checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18133dependencies = [
18134 "anyhow",
18135 "cranelift-codegen",
18136 "gimli",
18137 "regalloc2",
18138 "smallvec",
18139 "target-lexicon 0.13.2",
18140 "thiserror 1.0.69",
18141 "wasmparser 0.221.3",
18142 "wasmtime-cranelift",
18143 "wasmtime-environ",
18144]
18145
18146[[package]]
18147name = "windows"
18148version = "0.54.0"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18151dependencies = [
18152 "windows-core 0.54.0",
18153 "windows-targets 0.52.6",
18154]
18155
18156[[package]]
18157name = "windows"
18158version = "0.57.0"
18159source = "registry+https://github.com/rust-lang/crates.io-index"
18160checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18161dependencies = [
18162 "windows-core 0.57.0",
18163 "windows-targets 0.52.6",
18164]
18165
18166[[package]]
18167name = "windows"
18168version = "0.58.0"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18171dependencies = [
18172 "windows-core 0.58.0",
18173 "windows-targets 0.52.6",
18174]
18175
18176[[package]]
18177name = "windows"
18178version = "0.61.1"
18179source = "registry+https://github.com/rust-lang/crates.io-index"
18180checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18181dependencies = [
18182 "windows-collections",
18183 "windows-core 0.61.0",
18184 "windows-future",
18185 "windows-link",
18186 "windows-numerics",
18187]
18188
18189[[package]]
18190name = "windows-capture"
18191version = "1.4.3"
18192source = "registry+https://github.com/rust-lang/crates.io-index"
18193checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18194dependencies = [
18195 "clap",
18196 "ctrlc",
18197 "parking_lot",
18198 "rayon",
18199 "thiserror 2.0.12",
18200 "windows 0.61.1",
18201 "windows-future",
18202]
18203
18204[[package]]
18205name = "windows-collections"
18206version = "0.2.0"
18207source = "registry+https://github.com/rust-lang/crates.io-index"
18208checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18209dependencies = [
18210 "windows-core 0.61.0",
18211]
18212
18213[[package]]
18214name = "windows-core"
18215version = "0.54.0"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18218dependencies = [
18219 "windows-result 0.1.2",
18220 "windows-targets 0.52.6",
18221]
18222
18223[[package]]
18224name = "windows-core"
18225version = "0.57.0"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18228dependencies = [
18229 "windows-implement 0.57.0",
18230 "windows-interface 0.57.0",
18231 "windows-result 0.1.2",
18232 "windows-targets 0.52.6",
18233]
18234
18235[[package]]
18236name = "windows-core"
18237version = "0.58.0"
18238source = "registry+https://github.com/rust-lang/crates.io-index"
18239checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18240dependencies = [
18241 "windows-implement 0.58.0",
18242 "windows-interface 0.58.0",
18243 "windows-result 0.2.0",
18244 "windows-strings 0.1.0",
18245 "windows-targets 0.52.6",
18246]
18247
18248[[package]]
18249name = "windows-core"
18250version = "0.61.0"
18251source = "registry+https://github.com/rust-lang/crates.io-index"
18252checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18253dependencies = [
18254 "windows-implement 0.60.0",
18255 "windows-interface 0.59.1",
18256 "windows-link",
18257 "windows-result 0.3.2",
18258 "windows-strings 0.4.0",
18259]
18260
18261[[package]]
18262name = "windows-future"
18263version = "0.2.0"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18266dependencies = [
18267 "windows-core 0.61.0",
18268 "windows-link",
18269]
18270
18271[[package]]
18272name = "windows-implement"
18273version = "0.57.0"
18274source = "registry+https://github.com/rust-lang/crates.io-index"
18275checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18276dependencies = [
18277 "proc-macro2",
18278 "quote",
18279 "syn 2.0.101",
18280]
18281
18282[[package]]
18283name = "windows-implement"
18284version = "0.58.0"
18285source = "registry+https://github.com/rust-lang/crates.io-index"
18286checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18287dependencies = [
18288 "proc-macro2",
18289 "quote",
18290 "syn 2.0.101",
18291]
18292
18293[[package]]
18294name = "windows-implement"
18295version = "0.60.0"
18296source = "registry+https://github.com/rust-lang/crates.io-index"
18297checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18298dependencies = [
18299 "proc-macro2",
18300 "quote",
18301 "syn 2.0.101",
18302]
18303
18304[[package]]
18305name = "windows-interface"
18306version = "0.57.0"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18309dependencies = [
18310 "proc-macro2",
18311 "quote",
18312 "syn 2.0.101",
18313]
18314
18315[[package]]
18316name = "windows-interface"
18317version = "0.58.0"
18318source = "registry+https://github.com/rust-lang/crates.io-index"
18319checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18320dependencies = [
18321 "proc-macro2",
18322 "quote",
18323 "syn 2.0.101",
18324]
18325
18326[[package]]
18327name = "windows-interface"
18328version = "0.59.1"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18331dependencies = [
18332 "proc-macro2",
18333 "quote",
18334 "syn 2.0.101",
18335]
18336
18337[[package]]
18338name = "windows-link"
18339version = "0.1.1"
18340source = "registry+https://github.com/rust-lang/crates.io-index"
18341checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18342
18343[[package]]
18344name = "windows-numerics"
18345version = "0.2.0"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18348dependencies = [
18349 "windows-core 0.61.0",
18350 "windows-link",
18351]
18352
18353[[package]]
18354name = "windows-registry"
18355version = "0.4.0"
18356source = "registry+https://github.com/rust-lang/crates.io-index"
18357checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18358dependencies = [
18359 "windows-result 0.3.2",
18360 "windows-strings 0.3.1",
18361 "windows-targets 0.53.0",
18362]
18363
18364[[package]]
18365name = "windows-registry"
18366version = "0.5.1"
18367source = "registry+https://github.com/rust-lang/crates.io-index"
18368checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18369dependencies = [
18370 "windows-link",
18371 "windows-result 0.3.2",
18372 "windows-strings 0.4.0",
18373]
18374
18375[[package]]
18376name = "windows-result"
18377version = "0.1.2"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18380dependencies = [
18381 "windows-targets 0.52.6",
18382]
18383
18384[[package]]
18385name = "windows-result"
18386version = "0.2.0"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18389dependencies = [
18390 "windows-targets 0.52.6",
18391]
18392
18393[[package]]
18394name = "windows-result"
18395version = "0.3.2"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18398dependencies = [
18399 "windows-link",
18400]
18401
18402[[package]]
18403name = "windows-strings"
18404version = "0.1.0"
18405source = "registry+https://github.com/rust-lang/crates.io-index"
18406checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18407dependencies = [
18408 "windows-result 0.2.0",
18409 "windows-targets 0.52.6",
18410]
18411
18412[[package]]
18413name = "windows-strings"
18414version = "0.3.1"
18415source = "registry+https://github.com/rust-lang/crates.io-index"
18416checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18417dependencies = [
18418 "windows-link",
18419]
18420
18421[[package]]
18422name = "windows-strings"
18423version = "0.4.0"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18426dependencies = [
18427 "windows-link",
18428]
18429
18430[[package]]
18431name = "windows-sys"
18432version = "0.45.0"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18435dependencies = [
18436 "windows-targets 0.42.2",
18437]
18438
18439[[package]]
18440name = "windows-sys"
18441version = "0.48.0"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18444dependencies = [
18445 "windows-targets 0.48.5",
18446]
18447
18448[[package]]
18449name = "windows-sys"
18450version = "0.52.0"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18453dependencies = [
18454 "windows-targets 0.52.6",
18455]
18456
18457[[package]]
18458name = "windows-sys"
18459version = "0.59.0"
18460source = "registry+https://github.com/rust-lang/crates.io-index"
18461checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18462dependencies = [
18463 "windows-targets 0.52.6",
18464]
18465
18466[[package]]
18467name = "windows-targets"
18468version = "0.42.2"
18469source = "registry+https://github.com/rust-lang/crates.io-index"
18470checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18471dependencies = [
18472 "windows_aarch64_gnullvm 0.42.2",
18473 "windows_aarch64_msvc 0.42.2",
18474 "windows_i686_gnu 0.42.2",
18475 "windows_i686_msvc 0.42.2",
18476 "windows_x86_64_gnu 0.42.2",
18477 "windows_x86_64_gnullvm 0.42.2",
18478 "windows_x86_64_msvc 0.42.2",
18479]
18480
18481[[package]]
18482name = "windows-targets"
18483version = "0.48.5"
18484source = "registry+https://github.com/rust-lang/crates.io-index"
18485checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18486dependencies = [
18487 "windows_aarch64_gnullvm 0.48.5",
18488 "windows_aarch64_msvc 0.48.5",
18489 "windows_i686_gnu 0.48.5",
18490 "windows_i686_msvc 0.48.5",
18491 "windows_x86_64_gnu 0.48.5",
18492 "windows_x86_64_gnullvm 0.48.5",
18493 "windows_x86_64_msvc 0.48.5",
18494]
18495
18496[[package]]
18497name = "windows-targets"
18498version = "0.52.6"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18501dependencies = [
18502 "windows_aarch64_gnullvm 0.52.6",
18503 "windows_aarch64_msvc 0.52.6",
18504 "windows_i686_gnu 0.52.6",
18505 "windows_i686_gnullvm 0.52.6",
18506 "windows_i686_msvc 0.52.6",
18507 "windows_x86_64_gnu 0.52.6",
18508 "windows_x86_64_gnullvm 0.52.6",
18509 "windows_x86_64_msvc 0.52.6",
18510]
18511
18512[[package]]
18513name = "windows-targets"
18514version = "0.53.0"
18515source = "registry+https://github.com/rust-lang/crates.io-index"
18516checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18517dependencies = [
18518 "windows_aarch64_gnullvm 0.53.0",
18519 "windows_aarch64_msvc 0.53.0",
18520 "windows_i686_gnu 0.53.0",
18521 "windows_i686_gnullvm 0.53.0",
18522 "windows_i686_msvc 0.53.0",
18523 "windows_x86_64_gnu 0.53.0",
18524 "windows_x86_64_gnullvm 0.53.0",
18525 "windows_x86_64_msvc 0.53.0",
18526]
18527
18528[[package]]
18529name = "windows_aarch64_gnullvm"
18530version = "0.42.2"
18531source = "registry+https://github.com/rust-lang/crates.io-index"
18532checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18533
18534[[package]]
18535name = "windows_aarch64_gnullvm"
18536version = "0.48.5"
18537source = "registry+https://github.com/rust-lang/crates.io-index"
18538checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18539
18540[[package]]
18541name = "windows_aarch64_gnullvm"
18542version = "0.52.6"
18543source = "registry+https://github.com/rust-lang/crates.io-index"
18544checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18545
18546[[package]]
18547name = "windows_aarch64_gnullvm"
18548version = "0.53.0"
18549source = "registry+https://github.com/rust-lang/crates.io-index"
18550checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18551
18552[[package]]
18553name = "windows_aarch64_msvc"
18554version = "0.42.2"
18555source = "registry+https://github.com/rust-lang/crates.io-index"
18556checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18557
18558[[package]]
18559name = "windows_aarch64_msvc"
18560version = "0.48.5"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18563
18564[[package]]
18565name = "windows_aarch64_msvc"
18566version = "0.52.6"
18567source = "registry+https://github.com/rust-lang/crates.io-index"
18568checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18569
18570[[package]]
18571name = "windows_aarch64_msvc"
18572version = "0.53.0"
18573source = "registry+https://github.com/rust-lang/crates.io-index"
18574checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18575
18576[[package]]
18577name = "windows_i686_gnu"
18578version = "0.42.2"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18581
18582[[package]]
18583name = "windows_i686_gnu"
18584version = "0.48.5"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18587
18588[[package]]
18589name = "windows_i686_gnu"
18590version = "0.52.6"
18591source = "registry+https://github.com/rust-lang/crates.io-index"
18592checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18593
18594[[package]]
18595name = "windows_i686_gnu"
18596version = "0.53.0"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18599
18600[[package]]
18601name = "windows_i686_gnullvm"
18602version = "0.52.6"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18605
18606[[package]]
18607name = "windows_i686_gnullvm"
18608version = "0.53.0"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18611
18612[[package]]
18613name = "windows_i686_msvc"
18614version = "0.42.2"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18617
18618[[package]]
18619name = "windows_i686_msvc"
18620version = "0.48.5"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18623
18624[[package]]
18625name = "windows_i686_msvc"
18626version = "0.52.6"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18629
18630[[package]]
18631name = "windows_i686_msvc"
18632version = "0.53.0"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18635
18636[[package]]
18637name = "windows_x86_64_gnu"
18638version = "0.42.2"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18641
18642[[package]]
18643name = "windows_x86_64_gnu"
18644version = "0.48.5"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18647
18648[[package]]
18649name = "windows_x86_64_gnu"
18650version = "0.52.6"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18653
18654[[package]]
18655name = "windows_x86_64_gnu"
18656version = "0.53.0"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18659
18660[[package]]
18661name = "windows_x86_64_gnullvm"
18662version = "0.42.2"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18665
18666[[package]]
18667name = "windows_x86_64_gnullvm"
18668version = "0.48.5"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18671
18672[[package]]
18673name = "windows_x86_64_gnullvm"
18674version = "0.52.6"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18677
18678[[package]]
18679name = "windows_x86_64_gnullvm"
18680version = "0.53.0"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18683
18684[[package]]
18685name = "windows_x86_64_msvc"
18686version = "0.42.2"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18689
18690[[package]]
18691name = "windows_x86_64_msvc"
18692version = "0.48.5"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18695
18696[[package]]
18697name = "windows_x86_64_msvc"
18698version = "0.52.6"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18701
18702[[package]]
18703name = "windows_x86_64_msvc"
18704version = "0.53.0"
18705source = "registry+https://github.com/rust-lang/crates.io-index"
18706checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18707
18708[[package]]
18709name = "winnow"
18710version = "0.7.6"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18713dependencies = [
18714 "memchr",
18715]
18716
18717[[package]]
18718name = "winreg"
18719version = "0.10.1"
18720source = "registry+https://github.com/rust-lang/crates.io-index"
18721checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18722dependencies = [
18723 "winapi",
18724]
18725
18726[[package]]
18727name = "winreg"
18728version = "0.50.0"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18731dependencies = [
18732 "cfg-if",
18733 "windows-sys 0.48.0",
18734]
18735
18736[[package]]
18737name = "winreg"
18738version = "0.52.0"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18741dependencies = [
18742 "cfg-if",
18743 "windows-sys 0.48.0",
18744]
18745
18746[[package]]
18747name = "winreg"
18748version = "0.55.0"
18749source = "registry+https://github.com/rust-lang/crates.io-index"
18750checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18751dependencies = [
18752 "cfg-if",
18753 "windows-sys 0.59.0",
18754]
18755
18756[[package]]
18757name = "winresource"
18758version = "0.1.20"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18761dependencies = [
18762 "toml 0.8.20",
18763 "version_check",
18764]
18765
18766[[package]]
18767name = "winsafe"
18768version = "0.0.19"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18771
18772[[package]]
18773name = "winx"
18774version = "0.36.4"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18777dependencies = [
18778 "bitflags 2.9.0",
18779 "windows-sys 0.59.0",
18780]
18781
18782[[package]]
18783name = "wio"
18784version = "0.2.2"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18787dependencies = [
18788 "winapi",
18789]
18790
18791[[package]]
18792name = "wit-bindgen"
18793version = "0.22.0"
18794source = "registry+https://github.com/rust-lang/crates.io-index"
18795checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18796dependencies = [
18797 "bitflags 2.9.0",
18798 "wit-bindgen-rt 0.22.0",
18799 "wit-bindgen-rust-macro 0.22.0",
18800]
18801
18802[[package]]
18803name = "wit-bindgen"
18804version = "0.41.0"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18807dependencies = [
18808 "wit-bindgen-rt 0.41.0",
18809 "wit-bindgen-rust-macro 0.41.0",
18810]
18811
18812[[package]]
18813name = "wit-bindgen-core"
18814version = "0.22.0"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18817dependencies = [
18818 "anyhow",
18819 "wit-parser 0.201.0",
18820]
18821
18822[[package]]
18823name = "wit-bindgen-core"
18824version = "0.41.0"
18825source = "registry+https://github.com/rust-lang/crates.io-index"
18826checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18827dependencies = [
18828 "anyhow",
18829 "heck 0.5.0",
18830 "wit-parser 0.227.1",
18831]
18832
18833[[package]]
18834name = "wit-bindgen-rt"
18835version = "0.22.0"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18838
18839[[package]]
18840name = "wit-bindgen-rt"
18841version = "0.39.0"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18844dependencies = [
18845 "bitflags 2.9.0",
18846]
18847
18848[[package]]
18849name = "wit-bindgen-rt"
18850version = "0.41.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18853dependencies = [
18854 "bitflags 2.9.0",
18855 "futures 0.3.31",
18856 "once_cell",
18857]
18858
18859[[package]]
18860name = "wit-bindgen-rust"
18861version = "0.22.0"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18864dependencies = [
18865 "anyhow",
18866 "heck 0.4.1",
18867 "indexmap",
18868 "wasm-metadata 0.201.0",
18869 "wit-bindgen-core 0.22.0",
18870 "wit-component 0.201.0",
18871]
18872
18873[[package]]
18874name = "wit-bindgen-rust"
18875version = "0.41.0"
18876source = "registry+https://github.com/rust-lang/crates.io-index"
18877checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18878dependencies = [
18879 "anyhow",
18880 "heck 0.5.0",
18881 "indexmap",
18882 "prettyplease",
18883 "syn 2.0.101",
18884 "wasm-metadata 0.227.1",
18885 "wit-bindgen-core 0.41.0",
18886 "wit-component 0.227.1",
18887]
18888
18889[[package]]
18890name = "wit-bindgen-rust-macro"
18891version = "0.22.0"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18894dependencies = [
18895 "anyhow",
18896 "proc-macro2",
18897 "quote",
18898 "syn 2.0.101",
18899 "wit-bindgen-core 0.22.0",
18900 "wit-bindgen-rust 0.22.0",
18901]
18902
18903[[package]]
18904name = "wit-bindgen-rust-macro"
18905version = "0.41.0"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18908dependencies = [
18909 "anyhow",
18910 "prettyplease",
18911 "proc-macro2",
18912 "quote",
18913 "syn 2.0.101",
18914 "wit-bindgen-core 0.41.0",
18915 "wit-bindgen-rust 0.41.0",
18916]
18917
18918[[package]]
18919name = "wit-component"
18920version = "0.201.0"
18921source = "registry+https://github.com/rust-lang/crates.io-index"
18922checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18923dependencies = [
18924 "anyhow",
18925 "bitflags 2.9.0",
18926 "indexmap",
18927 "log",
18928 "serde",
18929 "serde_derive",
18930 "serde_json",
18931 "wasm-encoder 0.201.0",
18932 "wasm-metadata 0.201.0",
18933 "wasmparser 0.201.0",
18934 "wit-parser 0.201.0",
18935]
18936
18937[[package]]
18938name = "wit-component"
18939version = "0.221.3"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18942dependencies = [
18943 "anyhow",
18944 "bitflags 2.9.0",
18945 "indexmap",
18946 "log",
18947 "serde",
18948 "serde_derive",
18949 "serde_json",
18950 "wasm-encoder 0.221.3",
18951 "wasm-metadata 0.221.3",
18952 "wasmparser 0.221.3",
18953 "wit-parser 0.221.3",
18954]
18955
18956[[package]]
18957name = "wit-component"
18958version = "0.227.1"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
18961dependencies = [
18962 "anyhow",
18963 "bitflags 2.9.0",
18964 "indexmap",
18965 "log",
18966 "serde",
18967 "serde_derive",
18968 "serde_json",
18969 "wasm-encoder 0.227.1",
18970 "wasm-metadata 0.227.1",
18971 "wasmparser 0.227.1",
18972 "wit-parser 0.227.1",
18973]
18974
18975[[package]]
18976name = "wit-parser"
18977version = "0.201.0"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
18980dependencies = [
18981 "anyhow",
18982 "id-arena",
18983 "indexmap",
18984 "log",
18985 "semver",
18986 "serde",
18987 "serde_derive",
18988 "serde_json",
18989 "unicode-xid",
18990 "wasmparser 0.201.0",
18991]
18992
18993[[package]]
18994name = "wit-parser"
18995version = "0.221.3"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
18998dependencies = [
18999 "anyhow",
19000 "id-arena",
19001 "indexmap",
19002 "log",
19003 "semver",
19004 "serde",
19005 "serde_derive",
19006 "serde_json",
19007 "unicode-xid",
19008 "wasmparser 0.221.3",
19009]
19010
19011[[package]]
19012name = "wit-parser"
19013version = "0.227.1"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19016dependencies = [
19017 "anyhow",
19018 "id-arena",
19019 "indexmap",
19020 "log",
19021 "semver",
19022 "serde",
19023 "serde_derive",
19024 "serde_json",
19025 "unicode-xid",
19026 "wasmparser 0.227.1",
19027]
19028
19029[[package]]
19030name = "witx"
19031version = "0.9.1"
19032source = "registry+https://github.com/rust-lang/crates.io-index"
19033checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19034dependencies = [
19035 "anyhow",
19036 "log",
19037 "thiserror 1.0.69",
19038 "wast",
19039]
19040
19041[[package]]
19042name = "workspace"
19043version = "0.1.0"
19044dependencies = [
19045 "any_vec",
19046 "anyhow",
19047 "async-recursion 1.1.1",
19048 "bincode",
19049 "call",
19050 "client",
19051 "clock",
19052 "collections",
19053 "component",
19054 "dap",
19055 "db",
19056 "env_logger 0.11.8",
19057 "fs",
19058 "futures 0.3.31",
19059 "gpui",
19060 "http_client",
19061 "itertools 0.14.0",
19062 "language",
19063 "log",
19064 "menu",
19065 "node_runtime",
19066 "parking_lot",
19067 "postage",
19068 "project",
19069 "remote",
19070 "schemars",
19071 "serde",
19072 "serde_json",
19073 "session",
19074 "settings",
19075 "smallvec",
19076 "sqlez",
19077 "strum 0.27.1",
19078 "task",
19079 "telemetry",
19080 "tempfile",
19081 "theme",
19082 "ui",
19083 "util",
19084 "uuid",
19085 "windows 0.61.1",
19086 "workspace-hack",
19087 "zed_actions",
19088]
19089
19090[[package]]
19091name = "workspace-hack"
19092version = "0.1.0"
19093dependencies = [
19094 "aes",
19095 "ahash 0.8.11",
19096 "aho-corasick",
19097 "anstream",
19098 "arrayvec",
19099 "async-std",
19100 "async-tungstenite",
19101 "aws-config",
19102 "aws-credential-types",
19103 "aws-runtime",
19104 "aws-sigv4",
19105 "aws-smithy-async",
19106 "aws-smithy-http",
19107 "aws-smithy-runtime",
19108 "aws-smithy-runtime-api",
19109 "aws-smithy-types",
19110 "base64 0.22.1",
19111 "base64ct",
19112 "bigdecimal",
19113 "bit-set 0.8.0",
19114 "bit-vec 0.8.0",
19115 "bitflags 2.9.0",
19116 "bstr",
19117 "bytemuck",
19118 "byteorder",
19119 "bytes 1.10.1",
19120 "cc",
19121 "chrono",
19122 "cipher",
19123 "clang-sys",
19124 "clap",
19125 "clap_builder",
19126 "codespan-reporting 0.12.0",
19127 "concurrent-queue",
19128 "core-foundation 0.9.4",
19129 "core-foundation-sys",
19130 "coreaudio-sys",
19131 "crc32fast",
19132 "crossbeam-utils",
19133 "crypto-common",
19134 "deranged",
19135 "digest",
19136 "either",
19137 "euclid",
19138 "event-listener 5.4.0",
19139 "event-listener-strategy",
19140 "flate2",
19141 "flume",
19142 "foldhash",
19143 "form_urlencoded",
19144 "futures 0.3.31",
19145 "futures-channel",
19146 "futures-core",
19147 "futures-executor",
19148 "futures-io",
19149 "futures-sink",
19150 "futures-task",
19151 "futures-util",
19152 "getrandom 0.2.15",
19153 "getrandom 0.3.2",
19154 "gimli",
19155 "half",
19156 "handlebars 4.5.0",
19157 "hashbrown 0.14.5",
19158 "hashbrown 0.15.3",
19159 "heck 0.4.1",
19160 "hmac",
19161 "hyper 0.14.32",
19162 "hyper-rustls 0.27.5",
19163 "idna",
19164 "indexmap",
19165 "inout",
19166 "itertools 0.12.1",
19167 "itertools 0.13.0",
19168 "jiff",
19169 "lazy_static",
19170 "libc",
19171 "libsqlite3-sys",
19172 "linux-raw-sys 0.4.15",
19173 "linux-raw-sys 0.9.4",
19174 "log",
19175 "lyon",
19176 "lyon_path",
19177 "md-5",
19178 "memchr",
19179 "miniz_oxide",
19180 "mio",
19181 "naga",
19182 "nix 0.29.0",
19183 "nom",
19184 "num-bigint",
19185 "num-bigint-dig",
19186 "num-integer",
19187 "num-iter",
19188 "num-rational",
19189 "num-traits",
19190 "objc2",
19191 "objc2-foundation",
19192 "objc2-metal",
19193 "object",
19194 "once_cell",
19195 "percent-encoding",
19196 "phf",
19197 "phf_shared",
19198 "prettyplease",
19199 "proc-macro2",
19200 "prost 0.9.0",
19201 "prost-types 0.9.0",
19202 "quote",
19203 "rand 0.8.5",
19204 "rand 0.9.1",
19205 "rand_chacha 0.3.1",
19206 "rand_core 0.6.4",
19207 "regex",
19208 "regex-automata 0.4.9",
19209 "regex-syntax 0.8.5",
19210 "ring",
19211 "rust_decimal",
19212 "rustc-hash 1.1.0",
19213 "rustix 0.38.44",
19214 "rustix 1.0.7",
19215 "rustls 0.23.26",
19216 "rustls-webpki 0.103.1",
19217 "scopeguard",
19218 "sea-orm",
19219 "sea-query-binder",
19220 "security-framework 3.2.0",
19221 "security-framework-sys",
19222 "semver",
19223 "serde",
19224 "serde_derive",
19225 "serde_json",
19226 "sha1",
19227 "simd-adler32",
19228 "smallvec",
19229 "spin",
19230 "sqlx",
19231 "sqlx-macros",
19232 "sqlx-macros-core",
19233 "sqlx-postgres",
19234 "sqlx-sqlite",
19235 "strum 0.26.3",
19236 "subtle",
19237 "syn 1.0.109",
19238 "syn 2.0.101",
19239 "sync_wrapper 1.0.2",
19240 "thiserror 2.0.12",
19241 "time",
19242 "time-macros",
19243 "tokio",
19244 "tokio-rustls 0.26.2",
19245 "tokio-socks",
19246 "tokio-stream",
19247 "tokio-util",
19248 "toml_datetime",
19249 "toml_edit",
19250 "tower 0.5.2",
19251 "tracing",
19252 "tracing-core",
19253 "tungstenite 0.26.2",
19254 "unicode-normalization",
19255 "unicode-properties",
19256 "url",
19257 "uuid",
19258 "wasm-encoder 0.221.3",
19259 "wasmparser 0.221.3",
19260 "wasmtime",
19261 "wasmtime-cranelift",
19262 "wasmtime-environ",
19263 "winapi",
19264 "windows-core 0.61.0",
19265 "windows-numerics",
19266 "windows-sys 0.48.0",
19267 "windows-sys 0.52.0",
19268 "windows-sys 0.59.0",
19269 "winnow",
19270 "zeroize",
19271 "zvariant",
19272]
19273
19274[[package]]
19275name = "worktree"
19276version = "0.1.0"
19277dependencies = [
19278 "anyhow",
19279 "clock",
19280 "collections",
19281 "env_logger 0.11.8",
19282 "fs",
19283 "futures 0.3.31",
19284 "fuzzy",
19285 "git",
19286 "git2",
19287 "gpui",
19288 "http_client",
19289 "ignore",
19290 "language",
19291 "log",
19292 "parking_lot",
19293 "paths",
19294 "postage",
19295 "pretty_assertions",
19296 "rand 0.8.5",
19297 "rpc",
19298 "schemars",
19299 "serde",
19300 "serde_json",
19301 "settings",
19302 "smallvec",
19303 "smol",
19304 "sum_tree",
19305 "text",
19306 "util",
19307 "workspace-hack",
19308]
19309
19310[[package]]
19311name = "write16"
19312version = "1.0.0"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19315
19316[[package]]
19317name = "writeable"
19318version = "0.5.5"
19319source = "registry+https://github.com/rust-lang/crates.io-index"
19320checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19321
19322[[package]]
19323name = "wyz"
19324version = "0.5.1"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19327dependencies = [
19328 "tap",
19329]
19330
19331[[package]]
19332name = "x11"
19333version = "2.21.0"
19334source = "registry+https://github.com/rust-lang/crates.io-index"
19335checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19336dependencies = [
19337 "libc",
19338 "pkg-config",
19339]
19340
19341[[package]]
19342name = "x11-clipboard"
19343version = "0.9.3"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19346dependencies = [
19347 "libc",
19348 "x11rb",
19349]
19350
19351[[package]]
19352name = "x11rb"
19353version = "0.13.1"
19354source = "registry+https://github.com/rust-lang/crates.io-index"
19355checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19356dependencies = [
19357 "as-raw-xcb-connection",
19358 "gethostname",
19359 "libc",
19360 "rustix 0.38.44",
19361 "x11rb-protocol",
19362]
19363
19364[[package]]
19365name = "x11rb-protocol"
19366version = "0.13.1"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19369
19370[[package]]
19371name = "xattr"
19372version = "0.2.3"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19375dependencies = [
19376 "libc",
19377]
19378
19379[[package]]
19380name = "xcb"
19381version = "1.5.0"
19382source = "registry+https://github.com/rust-lang/crates.io-index"
19383checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19384dependencies = [
19385 "bitflags 1.3.2",
19386 "libc",
19387 "quick-xml 0.30.0",
19388 "x11",
19389]
19390
19391[[package]]
19392name = "xcursor"
19393version = "0.3.8"
19394source = "registry+https://github.com/rust-lang/crates.io-index"
19395checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19396
19397[[package]]
19398name = "xdg-home"
19399version = "1.3.0"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19402dependencies = [
19403 "libc",
19404 "windows-sys 0.59.0",
19405]
19406
19407[[package]]
19408name = "xim"
19409version = "0.4.0"
19410source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19411dependencies = [
19412 "ahash 0.8.11",
19413 "hashbrown 0.14.5",
19414 "log",
19415 "x11rb",
19416 "xim-ctext",
19417 "xim-parser",
19418]
19419
19420[[package]]
19421name = "xim-ctext"
19422version = "0.3.0"
19423source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19424dependencies = [
19425 "encoding_rs",
19426]
19427
19428[[package]]
19429name = "xim-parser"
19430version = "0.2.1"
19431source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19432dependencies = [
19433 "bitflags 2.9.0",
19434]
19435
19436[[package]]
19437name = "xkbcommon"
19438version = "0.8.0"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19441dependencies = [
19442 "as-raw-xcb-connection",
19443 "libc",
19444 "memmap2",
19445 "xkeysym",
19446]
19447
19448[[package]]
19449name = "xkeysym"
19450version = "0.2.1"
19451source = "registry+https://github.com/rust-lang/crates.io-index"
19452checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19453
19454[[package]]
19455name = "xml5ever"
19456version = "0.18.1"
19457source = "registry+https://github.com/rust-lang/crates.io-index"
19458checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19459dependencies = [
19460 "log",
19461 "mac",
19462 "markup5ever 0.12.1",
19463]
19464
19465[[package]]
19466name = "xmlparser"
19467version = "0.13.6"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19470
19471[[package]]
19472name = "xmlwriter"
19473version = "0.1.0"
19474source = "registry+https://github.com/rust-lang/crates.io-index"
19475checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19476
19477[[package]]
19478name = "xtask"
19479version = "0.1.0"
19480dependencies = [
19481 "anyhow",
19482 "cargo_metadata",
19483 "cargo_toml",
19484 "clap",
19485 "workspace-hack",
19486]
19487
19488[[package]]
19489name = "yaml-rust2"
19490version = "0.8.1"
19491source = "registry+https://github.com/rust-lang/crates.io-index"
19492checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19493dependencies = [
19494 "arraydeque",
19495 "encoding_rs",
19496 "hashlink 0.8.4",
19497]
19498
19499[[package]]
19500name = "yansi"
19501version = "1.0.1"
19502source = "registry+https://github.com/rust-lang/crates.io-index"
19503checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19504
19505[[package]]
19506name = "yazi"
19507version = "0.2.1"
19508source = "registry+https://github.com/rust-lang/crates.io-index"
19509checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19510
19511[[package]]
19512name = "yeslogic-fontconfig-sys"
19513version = "6.0.0"
19514source = "registry+https://github.com/rust-lang/crates.io-index"
19515checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19516dependencies = [
19517 "dlib",
19518 "once_cell",
19519 "pkg-config",
19520]
19521
19522[[package]]
19523name = "yoke"
19524version = "0.7.5"
19525source = "registry+https://github.com/rust-lang/crates.io-index"
19526checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19527dependencies = [
19528 "serde",
19529 "stable_deref_trait",
19530 "yoke-derive",
19531 "zerofrom",
19532]
19533
19534[[package]]
19535name = "yoke-derive"
19536version = "0.7.5"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19539dependencies = [
19540 "proc-macro2",
19541 "quote",
19542 "syn 2.0.101",
19543 "synstructure",
19544]
19545
19546[[package]]
19547name = "zbus"
19548version = "5.5.0"
19549source = "registry+https://github.com/rust-lang/crates.io-index"
19550checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19551dependencies = [
19552 "async-broadcast",
19553 "async-executor",
19554 "async-fs",
19555 "async-io",
19556 "async-lock",
19557 "async-process",
19558 "async-recursion 1.1.1",
19559 "async-task",
19560 "async-trait",
19561 "blocking",
19562 "enumflags2",
19563 "event-listener 5.4.0",
19564 "futures-core",
19565 "futures-lite 2.6.0",
19566 "hex",
19567 "nix 0.29.0",
19568 "ordered-stream",
19569 "serde",
19570 "serde_repr",
19571 "static_assertions",
19572 "tracing",
19573 "uds_windows",
19574 "windows-sys 0.59.0",
19575 "winnow",
19576 "xdg-home",
19577 "zbus_macros",
19578 "zbus_names",
19579 "zvariant",
19580]
19581
19582[[package]]
19583name = "zbus_macros"
19584version = "5.5.0"
19585source = "registry+https://github.com/rust-lang/crates.io-index"
19586checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19587dependencies = [
19588 "proc-macro-crate",
19589 "proc-macro2",
19590 "quote",
19591 "syn 2.0.101",
19592 "zbus_names",
19593 "zvariant",
19594 "zvariant_utils",
19595]
19596
19597[[package]]
19598name = "zbus_names"
19599version = "4.2.0"
19600source = "registry+https://github.com/rust-lang/crates.io-index"
19601checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19602dependencies = [
19603 "serde",
19604 "static_assertions",
19605 "winnow",
19606 "zvariant",
19607]
19608
19609[[package]]
19610name = "zed"
19611version = "0.188.0"
19612dependencies = [
19613 "activity_indicator",
19614 "agent",
19615 "anyhow",
19616 "ashpd",
19617 "askpass",
19618 "assets",
19619 "assistant_context_editor",
19620 "assistant_settings",
19621 "assistant_tool",
19622 "assistant_tools",
19623 "async-watch",
19624 "audio",
19625 "auto_update",
19626 "auto_update_ui",
19627 "backtrace",
19628 "breadcrumbs",
19629 "call",
19630 "channel",
19631 "chrono",
19632 "clap",
19633 "cli",
19634 "client",
19635 "collab_ui",
19636 "collections",
19637 "command_palette",
19638 "component",
19639 "copilot",
19640 "dap",
19641 "dap_adapters",
19642 "db",
19643 "debug_adapter_extension",
19644 "debugger_tools",
19645 "debugger_ui",
19646 "diagnostics",
19647 "editor",
19648 "env_logger 0.11.8",
19649 "extension",
19650 "extension_host",
19651 "extensions_ui",
19652 "feature_flags",
19653 "feedback",
19654 "file_finder",
19655 "fs",
19656 "futures 0.3.31",
19657 "git",
19658 "git_hosting_providers",
19659 "git_ui",
19660 "go_to_line",
19661 "gpui",
19662 "gpui_tokio",
19663 "http_client",
19664 "image_viewer",
19665 "indoc",
19666 "inline_completion_button",
19667 "install_cli",
19668 "jj_ui",
19669 "journal",
19670 "language",
19671 "language_extension",
19672 "language_model",
19673 "language_models",
19674 "language_selector",
19675 "language_tools",
19676 "languages",
19677 "libc",
19678 "log",
19679 "markdown",
19680 "markdown_preview",
19681 "menu",
19682 "migrator",
19683 "mimalloc",
19684 "nix 0.29.0",
19685 "node_runtime",
19686 "notifications",
19687 "outline",
19688 "outline_panel",
19689 "parking_lot",
19690 "paths",
19691 "picker",
19692 "profiling",
19693 "project",
19694 "project_panel",
19695 "project_symbols",
19696 "prompt_store",
19697 "proto",
19698 "recent_projects",
19699 "release_channel",
19700 "remote",
19701 "repl",
19702 "reqwest_client",
19703 "rope",
19704 "search",
19705 "serde",
19706 "serde_json",
19707 "session",
19708 "settings",
19709 "settings_ui",
19710 "shellexpand 2.1.2",
19711 "smol",
19712 "snippet_provider",
19713 "snippets_ui",
19714 "supermaven",
19715 "sysinfo",
19716 "tab_switcher",
19717 "task",
19718 "tasks_ui",
19719 "telemetry",
19720 "telemetry_events",
19721 "terminal_view",
19722 "theme",
19723 "theme_extension",
19724 "theme_selector",
19725 "time",
19726 "title_bar",
19727 "toolchain_selector",
19728 "tree-sitter-md",
19729 "tree-sitter-rust",
19730 "ui",
19731 "ui_input",
19732 "ui_prompt",
19733 "url",
19734 "urlencoding",
19735 "util",
19736 "uuid",
19737 "vim",
19738 "vim_mode_setting",
19739 "web_search",
19740 "web_search_providers",
19741 "welcome",
19742 "windows 0.61.1",
19743 "winresource",
19744 "workspace",
19745 "workspace-hack",
19746 "zed_actions",
19747 "zeta",
19748 "zlog",
19749 "zlog_settings",
19750]
19751
19752[[package]]
19753name = "zed_actions"
19754version = "0.1.0"
19755dependencies = [
19756 "gpui",
19757 "schemars",
19758 "serde",
19759 "uuid",
19760 "workspace-hack",
19761]
19762
19763[[package]]
19764name = "zed_emmet"
19765version = "0.0.3"
19766dependencies = [
19767 "zed_extension_api 0.1.0",
19768]
19769
19770[[package]]
19771name = "zed_extension_api"
19772version = "0.1.0"
19773source = "registry+https://github.com/rust-lang/crates.io-index"
19774checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19775dependencies = [
19776 "serde",
19777 "serde_json",
19778 "wit-bindgen 0.22.0",
19779]
19780
19781[[package]]
19782name = "zed_extension_api"
19783version = "0.6.0"
19784dependencies = [
19785 "serde",
19786 "serde_json",
19787 "wit-bindgen 0.41.0",
19788]
19789
19790[[package]]
19791name = "zed_glsl"
19792version = "0.1.0"
19793dependencies = [
19794 "zed_extension_api 0.1.0",
19795]
19796
19797[[package]]
19798name = "zed_html"
19799version = "0.2.1"
19800dependencies = [
19801 "zed_extension_api 0.1.0",
19802]
19803
19804[[package]]
19805name = "zed_llm_client"
19806version = "0.8.1"
19807source = "registry+https://github.com/rust-lang/crates.io-index"
19808checksum = "16d993fc42f9ec43ab76fa46c6eb579a66e116bb08cd2bc9a67f3afcaa05d39d"
19809dependencies = [
19810 "anyhow",
19811 "serde",
19812 "serde_json",
19813 "strum 0.27.1",
19814 "uuid",
19815]
19816
19817[[package]]
19818name = "zed_proto"
19819version = "0.2.2"
19820dependencies = [
19821 "zed_extension_api 0.1.0",
19822]
19823
19824[[package]]
19825name = "zed_ruff"
19826version = "0.1.0"
19827dependencies = [
19828 "zed_extension_api 0.1.0",
19829]
19830
19831[[package]]
19832name = "zed_snippets"
19833version = "0.0.5"
19834dependencies = [
19835 "serde_json",
19836 "zed_extension_api 0.1.0",
19837]
19838
19839[[package]]
19840name = "zed_test_extension"
19841version = "0.1.0"
19842dependencies = [
19843 "zed_extension_api 0.6.0",
19844]
19845
19846[[package]]
19847name = "zed_toml"
19848version = "0.1.3"
19849dependencies = [
19850 "zed_extension_api 0.1.0",
19851]
19852
19853[[package]]
19854name = "zeno"
19855version = "0.3.2"
19856source = "registry+https://github.com/rust-lang/crates.io-index"
19857checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19858
19859[[package]]
19860name = "zerocopy"
19861version = "0.7.35"
19862source = "registry+https://github.com/rust-lang/crates.io-index"
19863checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19864dependencies = [
19865 "zerocopy-derive 0.7.35",
19866]
19867
19868[[package]]
19869name = "zerocopy"
19870version = "0.8.24"
19871source = "registry+https://github.com/rust-lang/crates.io-index"
19872checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19873dependencies = [
19874 "zerocopy-derive 0.8.24",
19875]
19876
19877[[package]]
19878name = "zerocopy-derive"
19879version = "0.7.35"
19880source = "registry+https://github.com/rust-lang/crates.io-index"
19881checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19882dependencies = [
19883 "proc-macro2",
19884 "quote",
19885 "syn 2.0.101",
19886]
19887
19888[[package]]
19889name = "zerocopy-derive"
19890version = "0.8.24"
19891source = "registry+https://github.com/rust-lang/crates.io-index"
19892checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19893dependencies = [
19894 "proc-macro2",
19895 "quote",
19896 "syn 2.0.101",
19897]
19898
19899[[package]]
19900name = "zerofrom"
19901version = "0.1.6"
19902source = "registry+https://github.com/rust-lang/crates.io-index"
19903checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19904dependencies = [
19905 "zerofrom-derive",
19906]
19907
19908[[package]]
19909name = "zerofrom-derive"
19910version = "0.1.6"
19911source = "registry+https://github.com/rust-lang/crates.io-index"
19912checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19913dependencies = [
19914 "proc-macro2",
19915 "quote",
19916 "syn 2.0.101",
19917 "synstructure",
19918]
19919
19920[[package]]
19921name = "zeroize"
19922version = "1.8.1"
19923source = "registry+https://github.com/rust-lang/crates.io-index"
19924checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19925dependencies = [
19926 "zeroize_derive",
19927]
19928
19929[[package]]
19930name = "zeroize_derive"
19931version = "1.4.2"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19934dependencies = [
19935 "proc-macro2",
19936 "quote",
19937 "syn 2.0.101",
19938]
19939
19940[[package]]
19941name = "zeromq"
19942version = "0.5.0-pre"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19945dependencies = [
19946 "async-dispatcher",
19947 "async-std",
19948 "async-trait",
19949 "asynchronous-codec",
19950 "bytes 1.10.1",
19951 "crossbeam-queue",
19952 "dashmap 5.5.3",
19953 "futures 0.3.31",
19954 "log",
19955 "num-traits",
19956 "once_cell",
19957 "parking_lot",
19958 "rand 0.8.5",
19959 "regex",
19960 "thiserror 1.0.69",
19961 "uuid",
19962]
19963
19964[[package]]
19965name = "zerovec"
19966version = "0.10.4"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
19969dependencies = [
19970 "yoke",
19971 "zerofrom",
19972 "zerovec-derive",
19973]
19974
19975[[package]]
19976name = "zerovec-derive"
19977version = "0.10.3"
19978source = "registry+https://github.com/rust-lang/crates.io-index"
19979checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
19980dependencies = [
19981 "proc-macro2",
19982 "quote",
19983 "syn 2.0.101",
19984]
19985
19986[[package]]
19987name = "zeta"
19988version = "0.1.0"
19989dependencies = [
19990 "anyhow",
19991 "arrayvec",
19992 "call",
19993 "client",
19994 "clock",
19995 "collections",
19996 "command_palette_hooks",
19997 "ctor",
19998 "db",
19999 "editor",
20000 "env_logger 0.11.8",
20001 "feature_flags",
20002 "fs",
20003 "futures 0.3.31",
20004 "gpui",
20005 "http_client",
20006 "indoc",
20007 "inline_completion",
20008 "language",
20009 "language_model",
20010 "log",
20011 "menu",
20012 "migrator",
20013 "paths",
20014 "postage",
20015 "project",
20016 "proto",
20017 "regex",
20018 "release_channel",
20019 "reqwest_client",
20020 "rpc",
20021 "serde",
20022 "serde_json",
20023 "settings",
20024 "telemetry",
20025 "telemetry_events",
20026 "theme",
20027 "thiserror 2.0.12",
20028 "tree-sitter-go",
20029 "tree-sitter-rust",
20030 "ui",
20031 "unindent",
20032 "util",
20033 "uuid",
20034 "workspace",
20035 "workspace-hack",
20036 "worktree",
20037 "zed_actions",
20038 "zed_llm_client",
20039]
20040
20041[[package]]
20042name = "zip"
20043version = "0.6.6"
20044source = "registry+https://github.com/rust-lang/crates.io-index"
20045checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20046dependencies = [
20047 "aes",
20048 "byteorder",
20049 "bzip2",
20050 "constant_time_eq 0.1.5",
20051 "crc32fast",
20052 "crossbeam-utils",
20053 "flate2",
20054 "hmac",
20055 "pbkdf2 0.11.0",
20056 "sha1",
20057 "time",
20058 "zstd",
20059]
20060
20061[[package]]
20062name = "zlib-rs"
20063version = "0.5.0"
20064source = "registry+https://github.com/rust-lang/crates.io-index"
20065checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20066
20067[[package]]
20068name = "zlog"
20069version = "0.1.0"
20070dependencies = [
20071 "anyhow",
20072 "chrono",
20073 "log",
20074 "tempfile",
20075 "workspace-hack",
20076]
20077
20078[[package]]
20079name = "zlog_settings"
20080version = "0.1.0"
20081dependencies = [
20082 "anyhow",
20083 "gpui",
20084 "schemars",
20085 "serde",
20086 "settings",
20087 "workspace-hack",
20088 "zlog",
20089]
20090
20091[[package]]
20092name = "zstd"
20093version = "0.11.2+zstd.1.5.2"
20094source = "registry+https://github.com/rust-lang/crates.io-index"
20095checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20096dependencies = [
20097 "zstd-safe",
20098]
20099
20100[[package]]
20101name = "zstd-safe"
20102version = "5.0.2+zstd.1.5.2"
20103source = "registry+https://github.com/rust-lang/crates.io-index"
20104checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20105dependencies = [
20106 "libc",
20107 "zstd-sys",
20108]
20109
20110[[package]]
20111name = "zstd-sys"
20112version = "2.0.15+zstd.1.5.7"
20113source = "registry+https://github.com/rust-lang/crates.io-index"
20114checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20115dependencies = [
20116 "cc",
20117 "pkg-config",
20118]
20119
20120[[package]]
20121name = "zune-core"
20122version = "0.4.12"
20123source = "registry+https://github.com/rust-lang/crates.io-index"
20124checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20125
20126[[package]]
20127name = "zune-inflate"
20128version = "0.2.54"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20131dependencies = [
20132 "simd-adler32",
20133]
20134
20135[[package]]
20136name = "zune-jpeg"
20137version = "0.4.14"
20138source = "registry+https://github.com/rust-lang/crates.io-index"
20139checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20140dependencies = [
20141 "zune-core",
20142]
20143
20144[[package]]
20145name = "zvariant"
20146version = "5.4.0"
20147source = "registry+https://github.com/rust-lang/crates.io-index"
20148checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20149dependencies = [
20150 "endi",
20151 "enumflags2",
20152 "serde",
20153 "static_assertions",
20154 "url",
20155 "winnow",
20156 "zvariant_derive",
20157 "zvariant_utils",
20158]
20159
20160[[package]]
20161name = "zvariant_derive"
20162version = "5.4.0"
20163source = "registry+https://github.com/rust-lang/crates.io-index"
20164checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20165dependencies = [
20166 "proc-macro-crate",
20167 "proc-macro2",
20168 "quote",
20169 "syn 2.0.101",
20170 "zvariant_utils",
20171]
20172
20173[[package]]
20174name = "zvariant_utils"
20175version = "3.2.0"
20176source = "registry+https://github.com/rust-lang/crates.io-index"
20177checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20178dependencies = [
20179 "proc-macro2",
20180 "quote",
20181 "serde",
20182 "static_assertions",
20183 "syn 2.0.101",
20184 "winnow",
20185]