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 "ollama",
  550 "open_ai",
  551 "paths",
  552 "schemars",
  553 "serde",
  554 "serde_json",
  555 "serde_json_lenient",
  556 "settings",
  557 "workspace-hack",
  558 "zed_llm_client",
  559]
  560
  561[[package]]
  562name = "assistant_slash_command"
  563version = "0.1.0"
  564dependencies = [
  565 "anyhow",
  566 "async-trait",
  567 "collections",
  568 "derive_more",
  569 "extension",
  570 "futures 0.3.31",
  571 "gpui",
  572 "language",
  573 "language_model",
  574 "parking_lot",
  575 "pretty_assertions",
  576 "serde",
  577 "serde_json",
  578 "ui",
  579 "workspace",
  580 "workspace-hack",
  581]
  582
  583[[package]]
  584name = "assistant_slash_commands"
  585version = "0.1.0"
  586dependencies = [
  587 "anyhow",
  588 "assistant_slash_command",
  589 "cargo_toml",
  590 "chrono",
  591 "collections",
  592 "context_server",
  593 "editor",
  594 "env_logger 0.11.8",
  595 "feature_flags",
  596 "fs",
  597 "futures 0.3.31",
  598 "fuzzy",
  599 "globset",
  600 "gpui",
  601 "html_to_markdown",
  602 "http_client",
  603 "indexed_docs",
  604 "language",
  605 "pretty_assertions",
  606 "project",
  607 "prompt_store",
  608 "rope",
  609 "serde",
  610 "serde_json",
  611 "settings",
  612 "smol",
  613 "terminal_view",
  614 "text",
  615 "toml 0.8.20",
  616 "ui",
  617 "util",
  618 "workspace",
  619 "workspace-hack",
  620 "worktree",
  621]
  622
  623[[package]]
  624name = "assistant_tool"
  625version = "0.1.0"
  626dependencies = [
  627 "anyhow",
  628 "buffer_diff",
  629 "clock",
  630 "collections",
  631 "ctor",
  632 "derive_more",
  633 "env_logger 0.11.8",
  634 "futures 0.3.31",
  635 "gpui",
  636 "icons",
  637 "language",
  638 "language_model",
  639 "log",
  640 "parking_lot",
  641 "pretty_assertions",
  642 "project",
  643 "rand 0.8.5",
  644 "regex",
  645 "serde",
  646 "serde_json",
  647 "settings",
  648 "text",
  649 "util",
  650 "workspace",
  651 "workspace-hack",
  652]
  653
  654[[package]]
  655name = "assistant_tools"
  656version = "0.1.0"
  657dependencies = [
  658 "aho-corasick",
  659 "anyhow",
  660 "assistant_settings",
  661 "assistant_tool",
  662 "buffer_diff",
  663 "chrono",
  664 "client",
  665 "clock",
  666 "collections",
  667 "component",
  668 "derive_more",
  669 "editor",
  670 "feature_flags",
  671 "fs",
  672 "futures 0.3.31",
  673 "gpui",
  674 "gpui_tokio",
  675 "handlebars 4.5.0",
  676 "html_to_markdown",
  677 "http_client",
  678 "indoc",
  679 "itertools 0.14.0",
  680 "language",
  681 "language_model",
  682 "language_models",
  683 "log",
  684 "markdown",
  685 "open",
  686 "paths",
  687 "portable-pty",
  688 "pretty_assertions",
  689 "project",
  690 "rand 0.8.5",
  691 "regex",
  692 "reqwest_client",
  693 "rust-embed",
  694 "schemars",
  695 "serde",
  696 "serde_json",
  697 "settings",
  698 "smallvec",
  699 "streaming_diff",
  700 "strsim",
  701 "task",
  702 "tempfile",
  703 "terminal",
  704 "terminal_view",
  705 "theme",
  706 "tree-sitter-rust",
  707 "ui",
  708 "unindent",
  709 "util",
  710 "web_search",
  711 "which 6.0.3",
  712 "workspace",
  713 "workspace-hack",
  714 "zed_llm_client",
  715 "zlog",
  716]
  717
  718[[package]]
  719name = "async-attributes"
  720version = "1.1.2"
  721source = "registry+https://github.com/rust-lang/crates.io-index"
  722checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  723dependencies = [
  724 "quote",
  725 "syn 1.0.109",
  726]
  727
  728[[package]]
  729name = "async-broadcast"
  730version = "0.7.2"
  731source = "registry+https://github.com/rust-lang/crates.io-index"
  732checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  733dependencies = [
  734 "event-listener 5.4.0",
  735 "event-listener-strategy",
  736 "futures-core",
  737 "pin-project-lite",
  738]
  739
  740[[package]]
  741name = "async-channel"
  742version = "1.9.0"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  745dependencies = [
  746 "concurrent-queue",
  747 "event-listener 2.5.3",
  748 "futures-core",
  749]
  750
  751[[package]]
  752name = "async-channel"
  753version = "2.3.1"
  754source = "registry+https://github.com/rust-lang/crates.io-index"
  755checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  756dependencies = [
  757 "concurrent-queue",
  758 "event-listener-strategy",
  759 "futures-core",
  760 "pin-project-lite",
  761]
  762
  763[[package]]
  764name = "async-compat"
  765version = "0.2.4"
  766source = "registry+https://github.com/rust-lang/crates.io-index"
  767checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  768dependencies = [
  769 "futures-core",
  770 "futures-io",
  771 "once_cell",
  772 "pin-project-lite",
  773 "tokio",
  774]
  775
  776[[package]]
  777name = "async-compression"
  778version = "0.4.22"
  779source = "registry+https://github.com/rust-lang/crates.io-index"
  780checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  781dependencies = [
  782 "deflate64",
  783 "flate2",
  784 "futures-core",
  785 "futures-io",
  786 "memchr",
  787 "pin-project-lite",
  788]
  789
  790[[package]]
  791name = "async-dispatcher"
  792version = "0.1.2"
  793source = "registry+https://github.com/rust-lang/crates.io-index"
  794checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  795dependencies = [
  796 "async-task",
  797 "futures-lite 1.13.0",
  798]
  799
  800[[package]]
  801name = "async-executor"
  802version = "1.13.1"
  803source = "registry+https://github.com/rust-lang/crates.io-index"
  804checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  805dependencies = [
  806 "async-task",
  807 "concurrent-queue",
  808 "fastrand 2.3.0",
  809 "futures-lite 2.6.0",
  810 "slab",
  811]
  812
  813[[package]]
  814name = "async-fs"
  815version = "2.1.2"
  816source = "registry+https://github.com/rust-lang/crates.io-index"
  817checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  818dependencies = [
  819 "async-lock",
  820 "blocking",
  821 "futures-lite 2.6.0",
  822]
  823
  824[[package]]
  825name = "async-global-executor"
  826version = "2.4.1"
  827source = "registry+https://github.com/rust-lang/crates.io-index"
  828checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  829dependencies = [
  830 "async-channel 2.3.1",
  831 "async-executor",
  832 "async-io",
  833 "async-lock",
  834 "blocking",
  835 "futures-lite 2.6.0",
  836 "once_cell",
  837]
  838
  839[[package]]
  840name = "async-io"
  841version = "2.4.0"
  842source = "registry+https://github.com/rust-lang/crates.io-index"
  843checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  844dependencies = [
  845 "async-lock",
  846 "cfg-if",
  847 "concurrent-queue",
  848 "futures-io",
  849 "futures-lite 2.6.0",
  850 "parking",
  851 "polling",
  852 "rustix 0.38.44",
  853 "slab",
  854 "tracing",
  855 "windows-sys 0.59.0",
  856]
  857
  858[[package]]
  859name = "async-lock"
  860version = "3.4.0"
  861source = "registry+https://github.com/rust-lang/crates.io-index"
  862checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  863dependencies = [
  864 "event-listener 5.4.0",
  865 "event-listener-strategy",
  866 "pin-project-lite",
  867]
  868
  869[[package]]
  870name = "async-net"
  871version = "2.0.0"
  872source = "registry+https://github.com/rust-lang/crates.io-index"
  873checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  874dependencies = [
  875 "async-io",
  876 "blocking",
  877 "futures-lite 2.6.0",
  878]
  879
  880[[package]]
  881name = "async-pipe"
  882version = "0.1.3"
  883source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  884dependencies = [
  885 "futures 0.3.31",
  886 "log",
  887]
  888
  889[[package]]
  890name = "async-process"
  891version = "2.3.0"
  892source = "registry+https://github.com/rust-lang/crates.io-index"
  893checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  894dependencies = [
  895 "async-channel 2.3.1",
  896 "async-io",
  897 "async-lock",
  898 "async-signal",
  899 "async-task",
  900 "blocking",
  901 "cfg-if",
  902 "event-listener 5.4.0",
  903 "futures-lite 2.6.0",
  904 "rustix 0.38.44",
  905 "tracing",
  906]
  907
  908[[package]]
  909name = "async-recursion"
  910version = "0.3.2"
  911source = "registry+https://github.com/rust-lang/crates.io-index"
  912checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  913dependencies = [
  914 "proc-macro2",
  915 "quote",
  916 "syn 1.0.109",
  917]
  918
  919[[package]]
  920name = "async-recursion"
  921version = "1.1.1"
  922source = "registry+https://github.com/rust-lang/crates.io-index"
  923checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  924dependencies = [
  925 "proc-macro2",
  926 "quote",
  927 "syn 2.0.101",
  928]
  929
  930[[package]]
  931name = "async-signal"
  932version = "0.2.10"
  933source = "registry+https://github.com/rust-lang/crates.io-index"
  934checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  935dependencies = [
  936 "async-io",
  937 "async-lock",
  938 "atomic-waker",
  939 "cfg-if",
  940 "futures-core",
  941 "futures-io",
  942 "rustix 0.38.44",
  943 "signal-hook-registry",
  944 "slab",
  945 "windows-sys 0.59.0",
  946]
  947
  948[[package]]
  949name = "async-std"
  950version = "1.13.1"
  951source = "registry+https://github.com/rust-lang/crates.io-index"
  952checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  953dependencies = [
  954 "async-attributes",
  955 "async-channel 1.9.0",
  956 "async-global-executor",
  957 "async-io",
  958 "async-lock",
  959 "async-process",
  960 "crossbeam-utils",
  961 "futures-channel",
  962 "futures-core",
  963 "futures-io",
  964 "futures-lite 2.6.0",
  965 "gloo-timers",
  966 "kv-log-macro",
  967 "log",
  968 "memchr",
  969 "once_cell",
  970 "pin-project-lite",
  971 "pin-utils",
  972 "slab",
  973 "wasm-bindgen-futures",
  974]
  975
  976[[package]]
  977name = "async-stream"
  978version = "0.3.6"
  979source = "registry+https://github.com/rust-lang/crates.io-index"
  980checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  981dependencies = [
  982 "async-stream-impl",
  983 "futures-core",
  984 "pin-project-lite",
  985]
  986
  987[[package]]
  988name = "async-stream-impl"
  989version = "0.3.6"
  990source = "registry+https://github.com/rust-lang/crates.io-index"
  991checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  992dependencies = [
  993 "proc-macro2",
  994 "quote",
  995 "syn 2.0.101",
  996]
  997
  998[[package]]
  999name = "async-stripe"
 1000version = "0.40.0"
 1001source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1002dependencies = [
 1003 "chrono",
 1004 "futures-util",
 1005 "http-types",
 1006 "hyper 0.14.32",
 1007 "hyper-rustls 0.24.2",
 1008 "serde",
 1009 "serde_json",
 1010 "serde_path_to_error",
 1011 "serde_qs 0.10.1",
 1012 "smart-default",
 1013 "smol_str 0.1.24",
 1014 "thiserror 1.0.69",
 1015 "tokio",
 1016]
 1017
 1018[[package]]
 1019name = "async-tar"
 1020version = "0.5.0"
 1021source = "registry+https://github.com/rust-lang/crates.io-index"
 1022checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1023dependencies = [
 1024 "async-std",
 1025 "filetime",
 1026 "libc",
 1027 "pin-project",
 1028 "redox_syscall 0.2.16",
 1029 "xattr",
 1030]
 1031
 1032[[package]]
 1033name = "async-task"
 1034version = "4.7.1"
 1035source = "registry+https://github.com/rust-lang/crates.io-index"
 1036checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1037
 1038[[package]]
 1039name = "async-trait"
 1040version = "0.1.88"
 1041source = "registry+https://github.com/rust-lang/crates.io-index"
 1042checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1043dependencies = [
 1044 "proc-macro2",
 1045 "quote",
 1046 "syn 2.0.101",
 1047]
 1048
 1049[[package]]
 1050name = "async-tungstenite"
 1051version = "0.29.1"
 1052source = "registry+https://github.com/rust-lang/crates.io-index"
 1053checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1054dependencies = [
 1055 "atomic-waker",
 1056 "futures-core",
 1057 "futures-io",
 1058 "futures-task",
 1059 "futures-util",
 1060 "log",
 1061 "pin-project-lite",
 1062 "rustls-pki-types",
 1063 "tokio",
 1064 "tokio-rustls 0.26.2",
 1065 "tungstenite 0.26.2",
 1066]
 1067
 1068[[package]]
 1069name = "async-watch"
 1070version = "0.3.1"
 1071source = "registry+https://github.com/rust-lang/crates.io-index"
 1072checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1073dependencies = [
 1074 "event-listener 2.5.3",
 1075]
 1076
 1077[[package]]
 1078name = "async_zip"
 1079version = "0.0.17"
 1080source = "registry+https://github.com/rust-lang/crates.io-index"
 1081checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1082dependencies = [
 1083 "async-compression",
 1084 "crc32fast",
 1085 "futures-lite 2.6.0",
 1086 "pin-project",
 1087 "thiserror 1.0.69",
 1088]
 1089
 1090[[package]]
 1091name = "asynchronous-codec"
 1092version = "0.7.0"
 1093source = "registry+https://github.com/rust-lang/crates.io-index"
 1094checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1095dependencies = [
 1096 "bytes 1.10.1",
 1097 "futures-sink",
 1098 "futures-util",
 1099 "memchr",
 1100 "pin-project-lite",
 1101]
 1102
 1103[[package]]
 1104name = "atoi"
 1105version = "2.0.0"
 1106source = "registry+https://github.com/rust-lang/crates.io-index"
 1107checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1108dependencies = [
 1109 "num-traits",
 1110]
 1111
 1112[[package]]
 1113name = "atomic"
 1114version = "0.5.3"
 1115source = "registry+https://github.com/rust-lang/crates.io-index"
 1116checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1117
 1118[[package]]
 1119name = "atomic-waker"
 1120version = "1.1.2"
 1121source = "registry+https://github.com/rust-lang/crates.io-index"
 1122checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1123
 1124[[package]]
 1125name = "audio"
 1126version = "0.1.0"
 1127dependencies = [
 1128 "anyhow",
 1129 "collections",
 1130 "derive_more",
 1131 "gpui",
 1132 "parking_lot",
 1133 "rodio",
 1134 "util",
 1135 "workspace-hack",
 1136]
 1137
 1138[[package]]
 1139name = "auditable-serde"
 1140version = "0.8.0"
 1141source = "registry+https://github.com/rust-lang/crates.io-index"
 1142checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1143dependencies = [
 1144 "semver",
 1145 "serde",
 1146 "serde_json",
 1147 "topological-sort",
 1148]
 1149
 1150[[package]]
 1151name = "auto_update"
 1152version = "0.1.0"
 1153dependencies = [
 1154 "anyhow",
 1155 "client",
 1156 "db",
 1157 "gpui",
 1158 "http_client",
 1159 "log",
 1160 "paths",
 1161 "release_channel",
 1162 "schemars",
 1163 "serde",
 1164 "serde_json",
 1165 "settings",
 1166 "smol",
 1167 "tempfile",
 1168 "which 6.0.3",
 1169 "workspace",
 1170 "workspace-hack",
 1171]
 1172
 1173[[package]]
 1174name = "auto_update_helper"
 1175version = "0.1.0"
 1176dependencies = [
 1177 "anyhow",
 1178 "log",
 1179 "simplelog",
 1180 "windows 0.61.1",
 1181 "winresource",
 1182 "workspace-hack",
 1183]
 1184
 1185[[package]]
 1186name = "auto_update_ui"
 1187version = "0.1.0"
 1188dependencies = [
 1189 "anyhow",
 1190 "auto_update",
 1191 "client",
 1192 "editor",
 1193 "gpui",
 1194 "http_client",
 1195 "markdown_preview",
 1196 "release_channel",
 1197 "serde",
 1198 "serde_json",
 1199 "smol",
 1200 "util",
 1201 "workspace",
 1202 "workspace-hack",
 1203]
 1204
 1205[[package]]
 1206name = "autocfg"
 1207version = "1.4.0"
 1208source = "registry+https://github.com/rust-lang/crates.io-index"
 1209checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1210
 1211[[package]]
 1212name = "av1-grain"
 1213version = "0.2.3"
 1214source = "registry+https://github.com/rust-lang/crates.io-index"
 1215checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1216dependencies = [
 1217 "anyhow",
 1218 "arrayvec",
 1219 "log",
 1220 "nom",
 1221 "num-rational",
 1222 "v_frame",
 1223]
 1224
 1225[[package]]
 1226name = "avif-serialize"
 1227version = "0.8.3"
 1228source = "registry+https://github.com/rust-lang/crates.io-index"
 1229checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1230dependencies = [
 1231 "arrayvec",
 1232]
 1233
 1234[[package]]
 1235name = "aws-config"
 1236version = "1.6.1"
 1237source = "registry+https://github.com/rust-lang/crates.io-index"
 1238checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1239dependencies = [
 1240 "aws-credential-types",
 1241 "aws-runtime",
 1242 "aws-sdk-sso",
 1243 "aws-sdk-ssooidc",
 1244 "aws-sdk-sts",
 1245 "aws-smithy-async",
 1246 "aws-smithy-http",
 1247 "aws-smithy-json",
 1248 "aws-smithy-runtime",
 1249 "aws-smithy-runtime-api",
 1250 "aws-smithy-types",
 1251 "aws-types",
 1252 "bytes 1.10.1",
 1253 "fastrand 2.3.0",
 1254 "hex",
 1255 "http 1.3.1",
 1256 "ring",
 1257 "time",
 1258 "tokio",
 1259 "tracing",
 1260 "url",
 1261 "zeroize",
 1262]
 1263
 1264[[package]]
 1265name = "aws-credential-types"
 1266version = "1.2.2"
 1267source = "registry+https://github.com/rust-lang/crates.io-index"
 1268checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1269dependencies = [
 1270 "aws-smithy-async",
 1271 "aws-smithy-runtime-api",
 1272 "aws-smithy-types",
 1273 "zeroize",
 1274]
 1275
 1276[[package]]
 1277name = "aws-lc-rs"
 1278version = "1.13.1"
 1279source = "registry+https://github.com/rust-lang/crates.io-index"
 1280checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1281dependencies = [
 1282 "aws-lc-sys",
 1283 "zeroize",
 1284]
 1285
 1286[[package]]
 1287name = "aws-lc-sys"
 1288version = "0.29.0"
 1289source = "registry+https://github.com/rust-lang/crates.io-index"
 1290checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1291dependencies = [
 1292 "bindgen 0.69.5",
 1293 "cc",
 1294 "cmake",
 1295 "dunce",
 1296 "fs_extra",
 1297]
 1298
 1299[[package]]
 1300name = "aws-runtime"
 1301version = "1.5.6"
 1302source = "registry+https://github.com/rust-lang/crates.io-index"
 1303checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1304dependencies = [
 1305 "aws-credential-types",
 1306 "aws-sigv4",
 1307 "aws-smithy-async",
 1308 "aws-smithy-eventstream",
 1309 "aws-smithy-http",
 1310 "aws-smithy-runtime",
 1311 "aws-smithy-runtime-api",
 1312 "aws-smithy-types",
 1313 "aws-types",
 1314 "bytes 1.10.1",
 1315 "fastrand 2.3.0",
 1316 "http 0.2.12",
 1317 "http-body 0.4.6",
 1318 "once_cell",
 1319 "percent-encoding",
 1320 "pin-project-lite",
 1321 "tracing",
 1322 "uuid",
 1323]
 1324
 1325[[package]]
 1326name = "aws-sdk-bedrockruntime"
 1327version = "1.82.0"
 1328source = "registry+https://github.com/rust-lang/crates.io-index"
 1329checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1330dependencies = [
 1331 "aws-credential-types",
 1332 "aws-runtime",
 1333 "aws-sigv4",
 1334 "aws-smithy-async",
 1335 "aws-smithy-eventstream",
 1336 "aws-smithy-http",
 1337 "aws-smithy-json",
 1338 "aws-smithy-runtime",
 1339 "aws-smithy-runtime-api",
 1340 "aws-smithy-types",
 1341 "aws-types",
 1342 "bytes 1.10.1",
 1343 "fastrand 2.3.0",
 1344 "http 0.2.12",
 1345 "hyper 0.14.32",
 1346 "once_cell",
 1347 "regex-lite",
 1348 "tracing",
 1349]
 1350
 1351[[package]]
 1352name = "aws-sdk-kinesis"
 1353version = "1.66.0"
 1354source = "registry+https://github.com/rust-lang/crates.io-index"
 1355checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1356dependencies = [
 1357 "aws-credential-types",
 1358 "aws-runtime",
 1359 "aws-smithy-async",
 1360 "aws-smithy-eventstream",
 1361 "aws-smithy-http",
 1362 "aws-smithy-json",
 1363 "aws-smithy-runtime",
 1364 "aws-smithy-runtime-api",
 1365 "aws-smithy-types",
 1366 "aws-types",
 1367 "bytes 1.10.1",
 1368 "fastrand 2.3.0",
 1369 "http 0.2.12",
 1370 "once_cell",
 1371 "regex-lite",
 1372 "tracing",
 1373]
 1374
 1375[[package]]
 1376name = "aws-sdk-s3"
 1377version = "1.82.0"
 1378source = "registry+https://github.com/rust-lang/crates.io-index"
 1379checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1380dependencies = [
 1381 "aws-credential-types",
 1382 "aws-runtime",
 1383 "aws-sigv4",
 1384 "aws-smithy-async",
 1385 "aws-smithy-checksums",
 1386 "aws-smithy-eventstream",
 1387 "aws-smithy-http",
 1388 "aws-smithy-json",
 1389 "aws-smithy-runtime",
 1390 "aws-smithy-runtime-api",
 1391 "aws-smithy-types",
 1392 "aws-smithy-xml",
 1393 "aws-types",
 1394 "bytes 1.10.1",
 1395 "fastrand 2.3.0",
 1396 "hex",
 1397 "hmac",
 1398 "http 0.2.12",
 1399 "http 1.3.1",
 1400 "http-body 0.4.6",
 1401 "lru",
 1402 "once_cell",
 1403 "percent-encoding",
 1404 "regex-lite",
 1405 "sha2",
 1406 "tracing",
 1407 "url",
 1408]
 1409
 1410[[package]]
 1411name = "aws-sdk-sso"
 1412version = "1.64.0"
 1413source = "registry+https://github.com/rust-lang/crates.io-index"
 1414checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1415dependencies = [
 1416 "aws-credential-types",
 1417 "aws-runtime",
 1418 "aws-smithy-async",
 1419 "aws-smithy-http",
 1420 "aws-smithy-json",
 1421 "aws-smithy-runtime",
 1422 "aws-smithy-runtime-api",
 1423 "aws-smithy-types",
 1424 "aws-types",
 1425 "bytes 1.10.1",
 1426 "fastrand 2.3.0",
 1427 "http 0.2.12",
 1428 "once_cell",
 1429 "regex-lite",
 1430 "tracing",
 1431]
 1432
 1433[[package]]
 1434name = "aws-sdk-ssooidc"
 1435version = "1.65.0"
 1436source = "registry+https://github.com/rust-lang/crates.io-index"
 1437checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1438dependencies = [
 1439 "aws-credential-types",
 1440 "aws-runtime",
 1441 "aws-smithy-async",
 1442 "aws-smithy-http",
 1443 "aws-smithy-json",
 1444 "aws-smithy-runtime",
 1445 "aws-smithy-runtime-api",
 1446 "aws-smithy-types",
 1447 "aws-types",
 1448 "bytes 1.10.1",
 1449 "fastrand 2.3.0",
 1450 "http 0.2.12",
 1451 "once_cell",
 1452 "regex-lite",
 1453 "tracing",
 1454]
 1455
 1456[[package]]
 1457name = "aws-sdk-sts"
 1458version = "1.65.0"
 1459source = "registry+https://github.com/rust-lang/crates.io-index"
 1460checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1461dependencies = [
 1462 "aws-credential-types",
 1463 "aws-runtime",
 1464 "aws-smithy-async",
 1465 "aws-smithy-http",
 1466 "aws-smithy-json",
 1467 "aws-smithy-query",
 1468 "aws-smithy-runtime",
 1469 "aws-smithy-runtime-api",
 1470 "aws-smithy-types",
 1471 "aws-smithy-xml",
 1472 "aws-types",
 1473 "fastrand 2.3.0",
 1474 "http 0.2.12",
 1475 "once_cell",
 1476 "regex-lite",
 1477 "tracing",
 1478]
 1479
 1480[[package]]
 1481name = "aws-sigv4"
 1482version = "1.3.0"
 1483source = "registry+https://github.com/rust-lang/crates.io-index"
 1484checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1485dependencies = [
 1486 "aws-credential-types",
 1487 "aws-smithy-eventstream",
 1488 "aws-smithy-http",
 1489 "aws-smithy-runtime-api",
 1490 "aws-smithy-types",
 1491 "bytes 1.10.1",
 1492 "crypto-bigint 0.5.5",
 1493 "form_urlencoded",
 1494 "hex",
 1495 "hmac",
 1496 "http 0.2.12",
 1497 "http 1.3.1",
 1498 "once_cell",
 1499 "p256",
 1500 "percent-encoding",
 1501 "ring",
 1502 "sha2",
 1503 "subtle",
 1504 "time",
 1505 "tracing",
 1506 "zeroize",
 1507]
 1508
 1509[[package]]
 1510name = "aws-smithy-async"
 1511version = "1.2.5"
 1512source = "registry+https://github.com/rust-lang/crates.io-index"
 1513checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1514dependencies = [
 1515 "futures-util",
 1516 "pin-project-lite",
 1517 "tokio",
 1518]
 1519
 1520[[package]]
 1521name = "aws-smithy-checksums"
 1522version = "0.63.1"
 1523source = "registry+https://github.com/rust-lang/crates.io-index"
 1524checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1525dependencies = [
 1526 "aws-smithy-http",
 1527 "aws-smithy-types",
 1528 "bytes 1.10.1",
 1529 "crc32c",
 1530 "crc32fast",
 1531 "crc64fast-nvme",
 1532 "hex",
 1533 "http 0.2.12",
 1534 "http-body 0.4.6",
 1535 "md-5",
 1536 "pin-project-lite",
 1537 "sha1",
 1538 "sha2",
 1539 "tracing",
 1540]
 1541
 1542[[package]]
 1543name = "aws-smithy-eventstream"
 1544version = "0.60.8"
 1545source = "registry+https://github.com/rust-lang/crates.io-index"
 1546checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1547dependencies = [
 1548 "aws-smithy-types",
 1549 "bytes 1.10.1",
 1550 "crc32fast",
 1551]
 1552
 1553[[package]]
 1554name = "aws-smithy-http"
 1555version = "0.62.0"
 1556source = "registry+https://github.com/rust-lang/crates.io-index"
 1557checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1558dependencies = [
 1559 "aws-smithy-eventstream",
 1560 "aws-smithy-runtime-api",
 1561 "aws-smithy-types",
 1562 "bytes 1.10.1",
 1563 "bytes-utils",
 1564 "futures-core",
 1565 "http 0.2.12",
 1566 "http 1.3.1",
 1567 "http-body 0.4.6",
 1568 "once_cell",
 1569 "percent-encoding",
 1570 "pin-project-lite",
 1571 "pin-utils",
 1572 "tracing",
 1573]
 1574
 1575[[package]]
 1576name = "aws-smithy-http-client"
 1577version = "1.0.1"
 1578source = "registry+https://github.com/rust-lang/crates.io-index"
 1579checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1580dependencies = [
 1581 "aws-smithy-async",
 1582 "aws-smithy-runtime-api",
 1583 "aws-smithy-types",
 1584 "h2 0.4.9",
 1585 "http 0.2.12",
 1586 "http 1.3.1",
 1587 "http-body 0.4.6",
 1588 "hyper 0.14.32",
 1589 "hyper 1.6.0",
 1590 "hyper-rustls 0.24.2",
 1591 "hyper-rustls 0.27.5",
 1592 "hyper-util",
 1593 "pin-project-lite",
 1594 "rustls 0.21.12",
 1595 "rustls 0.23.26",
 1596 "rustls-native-certs 0.8.1",
 1597 "rustls-pki-types",
 1598 "tokio",
 1599 "tower 0.5.2",
 1600 "tracing",
 1601]
 1602
 1603[[package]]
 1604name = "aws-smithy-json"
 1605version = "0.61.3"
 1606source = "registry+https://github.com/rust-lang/crates.io-index"
 1607checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1608dependencies = [
 1609 "aws-smithy-types",
 1610]
 1611
 1612[[package]]
 1613name = "aws-smithy-observability"
 1614version = "0.1.2"
 1615source = "registry+https://github.com/rust-lang/crates.io-index"
 1616checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1617dependencies = [
 1618 "aws-smithy-runtime-api",
 1619 "once_cell",
 1620]
 1621
 1622[[package]]
 1623name = "aws-smithy-query"
 1624version = "0.60.7"
 1625source = "registry+https://github.com/rust-lang/crates.io-index"
 1626checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1627dependencies = [
 1628 "aws-smithy-types",
 1629 "urlencoding",
 1630]
 1631
 1632[[package]]
 1633name = "aws-smithy-runtime"
 1634version = "1.8.1"
 1635source = "registry+https://github.com/rust-lang/crates.io-index"
 1636checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1637dependencies = [
 1638 "aws-smithy-async",
 1639 "aws-smithy-http",
 1640 "aws-smithy-http-client",
 1641 "aws-smithy-observability",
 1642 "aws-smithy-runtime-api",
 1643 "aws-smithy-types",
 1644 "bytes 1.10.1",
 1645 "fastrand 2.3.0",
 1646 "http 0.2.12",
 1647 "http 1.3.1",
 1648 "http-body 0.4.6",
 1649 "http-body 1.0.1",
 1650 "once_cell",
 1651 "pin-project-lite",
 1652 "pin-utils",
 1653 "tokio",
 1654 "tracing",
 1655]
 1656
 1657[[package]]
 1658name = "aws-smithy-runtime-api"
 1659version = "1.7.4"
 1660source = "registry+https://github.com/rust-lang/crates.io-index"
 1661checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1662dependencies = [
 1663 "aws-smithy-async",
 1664 "aws-smithy-types",
 1665 "bytes 1.10.1",
 1666 "http 0.2.12",
 1667 "http 1.3.1",
 1668 "pin-project-lite",
 1669 "tokio",
 1670 "tracing",
 1671 "zeroize",
 1672]
 1673
 1674[[package]]
 1675name = "aws-smithy-types"
 1676version = "1.3.0"
 1677source = "registry+https://github.com/rust-lang/crates.io-index"
 1678checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1679dependencies = [
 1680 "base64-simd",
 1681 "bytes 1.10.1",
 1682 "bytes-utils",
 1683 "futures-core",
 1684 "http 0.2.12",
 1685 "http 1.3.1",
 1686 "http-body 0.4.6",
 1687 "http-body 1.0.1",
 1688 "http-body-util",
 1689 "itoa",
 1690 "num-integer",
 1691 "pin-project-lite",
 1692 "pin-utils",
 1693 "ryu",
 1694 "serde",
 1695 "time",
 1696 "tokio",
 1697 "tokio-util",
 1698]
 1699
 1700[[package]]
 1701name = "aws-smithy-xml"
 1702version = "0.60.9"
 1703source = "registry+https://github.com/rust-lang/crates.io-index"
 1704checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1705dependencies = [
 1706 "xmlparser",
 1707]
 1708
 1709[[package]]
 1710name = "aws-types"
 1711version = "1.3.6"
 1712source = "registry+https://github.com/rust-lang/crates.io-index"
 1713checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1714dependencies = [
 1715 "aws-credential-types",
 1716 "aws-smithy-async",
 1717 "aws-smithy-runtime-api",
 1718 "aws-smithy-types",
 1719 "rustc_version",
 1720 "tracing",
 1721]
 1722
 1723[[package]]
 1724name = "aws_http_client"
 1725version = "0.1.0"
 1726dependencies = [
 1727 "aws-smithy-runtime-api",
 1728 "aws-smithy-types",
 1729 "futures 0.3.31",
 1730 "http_client",
 1731 "tokio",
 1732 "workspace-hack",
 1733]
 1734
 1735[[package]]
 1736name = "axum"
 1737version = "0.6.20"
 1738source = "registry+https://github.com/rust-lang/crates.io-index"
 1739checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1740dependencies = [
 1741 "async-trait",
 1742 "axum-core",
 1743 "base64 0.21.7",
 1744 "bitflags 1.3.2",
 1745 "bytes 1.10.1",
 1746 "futures-util",
 1747 "headers",
 1748 "http 0.2.12",
 1749 "http-body 0.4.6",
 1750 "hyper 0.14.32",
 1751 "itoa",
 1752 "matchit",
 1753 "memchr",
 1754 "mime",
 1755 "percent-encoding",
 1756 "pin-project-lite",
 1757 "rustversion",
 1758 "serde",
 1759 "serde_json",
 1760 "serde_path_to_error",
 1761 "serde_urlencoded",
 1762 "sha1",
 1763 "sync_wrapper 0.1.2",
 1764 "tokio",
 1765 "tokio-tungstenite 0.20.1",
 1766 "tower 0.4.13",
 1767 "tower-layer",
 1768 "tower-service",
 1769]
 1770
 1771[[package]]
 1772name = "axum-core"
 1773version = "0.3.4"
 1774source = "registry+https://github.com/rust-lang/crates.io-index"
 1775checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1776dependencies = [
 1777 "async-trait",
 1778 "bytes 1.10.1",
 1779 "futures-util",
 1780 "http 0.2.12",
 1781 "http-body 0.4.6",
 1782 "mime",
 1783 "rustversion",
 1784 "tower-layer",
 1785 "tower-service",
 1786]
 1787
 1788[[package]]
 1789name = "axum-extra"
 1790version = "0.4.2"
 1791source = "registry+https://github.com/rust-lang/crates.io-index"
 1792checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1793dependencies = [
 1794 "axum",
 1795 "bytes 1.10.1",
 1796 "futures-util",
 1797 "http 0.2.12",
 1798 "mime",
 1799 "pin-project-lite",
 1800 "serde",
 1801 "serde_json",
 1802 "tokio",
 1803 "tower 0.4.13",
 1804 "tower-http 0.3.5",
 1805 "tower-layer",
 1806 "tower-service",
 1807]
 1808
 1809[[package]]
 1810name = "backtrace"
 1811version = "0.3.74"
 1812source = "registry+https://github.com/rust-lang/crates.io-index"
 1813checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1814dependencies = [
 1815 "addr2line",
 1816 "cfg-if",
 1817 "libc",
 1818 "miniz_oxide",
 1819 "object",
 1820 "rustc-demangle",
 1821 "windows-targets 0.52.6",
 1822]
 1823
 1824[[package]]
 1825name = "base16ct"
 1826version = "0.1.1"
 1827source = "registry+https://github.com/rust-lang/crates.io-index"
 1828checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1829
 1830[[package]]
 1831name = "base64"
 1832version = "0.13.1"
 1833source = "registry+https://github.com/rust-lang/crates.io-index"
 1834checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1835
 1836[[package]]
 1837name = "base64"
 1838version = "0.21.7"
 1839source = "registry+https://github.com/rust-lang/crates.io-index"
 1840checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1841
 1842[[package]]
 1843name = "base64"
 1844version = "0.22.1"
 1845source = "registry+https://github.com/rust-lang/crates.io-index"
 1846checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1847
 1848[[package]]
 1849name = "base64-simd"
 1850version = "0.8.0"
 1851source = "registry+https://github.com/rust-lang/crates.io-index"
 1852checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1853dependencies = [
 1854 "outref",
 1855 "vsimd",
 1856]
 1857
 1858[[package]]
 1859name = "base64ct"
 1860version = "1.7.3"
 1861source = "registry+https://github.com/rust-lang/crates.io-index"
 1862checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1863
 1864[[package]]
 1865name = "bedrock"
 1866version = "0.1.0"
 1867dependencies = [
 1868 "anyhow",
 1869 "aws-sdk-bedrockruntime",
 1870 "aws-smithy-types",
 1871 "futures 0.3.31",
 1872 "schemars",
 1873 "serde",
 1874 "serde_json",
 1875 "strum 0.27.1",
 1876 "thiserror 2.0.12",
 1877 "tokio",
 1878 "workspace-hack",
 1879]
 1880
 1881[[package]]
 1882name = "beef"
 1883version = "0.5.2"
 1884source = "registry+https://github.com/rust-lang/crates.io-index"
 1885checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1886
 1887[[package]]
 1888name = "bigdecimal"
 1889version = "0.4.8"
 1890source = "registry+https://github.com/rust-lang/crates.io-index"
 1891checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1892dependencies = [
 1893 "autocfg",
 1894 "libm",
 1895 "num-bigint",
 1896 "num-integer",
 1897 "num-traits",
 1898 "serde",
 1899]
 1900
 1901[[package]]
 1902name = "bincode"
 1903version = "1.3.3"
 1904source = "registry+https://github.com/rust-lang/crates.io-index"
 1905checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1906dependencies = [
 1907 "serde",
 1908]
 1909
 1910[[package]]
 1911name = "bindgen"
 1912version = "0.69.5"
 1913source = "registry+https://github.com/rust-lang/crates.io-index"
 1914checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1915dependencies = [
 1916 "bitflags 2.9.0",
 1917 "cexpr",
 1918 "clang-sys",
 1919 "itertools 0.12.1",
 1920 "lazy_static",
 1921 "lazycell",
 1922 "log",
 1923 "prettyplease",
 1924 "proc-macro2",
 1925 "quote",
 1926 "regex",
 1927 "rustc-hash 1.1.0",
 1928 "shlex",
 1929 "syn 2.0.101",
 1930 "which 4.4.2",
 1931]
 1932
 1933[[package]]
 1934name = "bindgen"
 1935version = "0.70.1"
 1936source = "registry+https://github.com/rust-lang/crates.io-index"
 1937checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1938dependencies = [
 1939 "bitflags 2.9.0",
 1940 "cexpr",
 1941 "clang-sys",
 1942 "itertools 0.13.0",
 1943 "proc-macro2",
 1944 "quote",
 1945 "regex",
 1946 "rustc-hash 1.1.0",
 1947 "shlex",
 1948 "syn 2.0.101",
 1949]
 1950
 1951[[package]]
 1952name = "bindgen"
 1953version = "0.71.1"
 1954source = "registry+https://github.com/rust-lang/crates.io-index"
 1955checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1956dependencies = [
 1957 "bitflags 2.9.0",
 1958 "cexpr",
 1959 "clang-sys",
 1960 "itertools 0.13.0",
 1961 "log",
 1962 "prettyplease",
 1963 "proc-macro2",
 1964 "quote",
 1965 "regex",
 1966 "rustc-hash 2.1.1",
 1967 "shlex",
 1968 "syn 2.0.101",
 1969]
 1970
 1971[[package]]
 1972name = "bit-set"
 1973version = "0.5.3"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1976dependencies = [
 1977 "bit-vec 0.6.3",
 1978]
 1979
 1980[[package]]
 1981name = "bit-set"
 1982version = "0.8.0"
 1983source = "registry+https://github.com/rust-lang/crates.io-index"
 1984checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1985dependencies = [
 1986 "bit-vec 0.8.0",
 1987]
 1988
 1989[[package]]
 1990name = "bit-vec"
 1991version = "0.6.3"
 1992source = "registry+https://github.com/rust-lang/crates.io-index"
 1993checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1994
 1995[[package]]
 1996name = "bit-vec"
 1997version = "0.8.0"
 1998source = "registry+https://github.com/rust-lang/crates.io-index"
 1999checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2000
 2001[[package]]
 2002name = "bit_field"
 2003version = "0.10.2"
 2004source = "registry+https://github.com/rust-lang/crates.io-index"
 2005checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2006
 2007[[package]]
 2008name = "bitflags"
 2009version = "1.3.2"
 2010source = "registry+https://github.com/rust-lang/crates.io-index"
 2011checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2012
 2013[[package]]
 2014name = "bitflags"
 2015version = "2.9.0"
 2016source = "registry+https://github.com/rust-lang/crates.io-index"
 2017checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2018dependencies = [
 2019 "serde",
 2020]
 2021
 2022[[package]]
 2023name = "bitstream-io"
 2024version = "2.6.0"
 2025source = "registry+https://github.com/rust-lang/crates.io-index"
 2026checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2027
 2028[[package]]
 2029name = "bitvec"
 2030version = "1.0.1"
 2031source = "registry+https://github.com/rust-lang/crates.io-index"
 2032checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2033dependencies = [
 2034 "funty",
 2035 "radium",
 2036 "tap",
 2037 "wyz",
 2038]
 2039
 2040[[package]]
 2041name = "blade-graphics"
 2042version = "0.6.0"
 2043source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2044dependencies = [
 2045 "ash",
 2046 "ash-window",
 2047 "bitflags 2.9.0",
 2048 "bytemuck",
 2049 "codespan-reporting 0.11.1",
 2050 "glow",
 2051 "gpu-alloc",
 2052 "gpu-alloc-ash",
 2053 "hidden-trait",
 2054 "js-sys",
 2055 "khronos-egl",
 2056 "libloading",
 2057 "log",
 2058 "mint",
 2059 "naga",
 2060 "objc2",
 2061 "objc2-app-kit",
 2062 "objc2-core-foundation",
 2063 "objc2-foundation",
 2064 "objc2-metal",
 2065 "objc2-quartz-core",
 2066 "objc2-ui-kit",
 2067 "raw-window-handle",
 2068 "slab",
 2069 "wasm-bindgen",
 2070 "web-sys",
 2071]
 2072
 2073[[package]]
 2074name = "blade-macros"
 2075version = "0.3.0"
 2076source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2077dependencies = [
 2078 "proc-macro2",
 2079 "quote",
 2080 "syn 2.0.101",
 2081]
 2082
 2083[[package]]
 2084name = "blade-util"
 2085version = "0.2.0"
 2086source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2087dependencies = [
 2088 "blade-graphics",
 2089 "bytemuck",
 2090 "log",
 2091 "profiling",
 2092]
 2093
 2094[[package]]
 2095name = "blake2"
 2096version = "0.10.6"
 2097source = "registry+https://github.com/rust-lang/crates.io-index"
 2098checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2099dependencies = [
 2100 "digest",
 2101]
 2102
 2103[[package]]
 2104name = "blake3"
 2105version = "1.8.2"
 2106source = "registry+https://github.com/rust-lang/crates.io-index"
 2107checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2108dependencies = [
 2109 "arrayref",
 2110 "arrayvec",
 2111 "cc",
 2112 "cfg-if",
 2113 "constant_time_eq 0.3.1",
 2114]
 2115
 2116[[package]]
 2117name = "block"
 2118version = "0.1.6"
 2119source = "registry+https://github.com/rust-lang/crates.io-index"
 2120checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2121
 2122[[package]]
 2123name = "block-buffer"
 2124version = "0.10.4"
 2125source = "registry+https://github.com/rust-lang/crates.io-index"
 2126checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2127dependencies = [
 2128 "generic-array",
 2129]
 2130
 2131[[package]]
 2132name = "block-padding"
 2133version = "0.3.3"
 2134source = "registry+https://github.com/rust-lang/crates.io-index"
 2135checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2136dependencies = [
 2137 "generic-array",
 2138]
 2139
 2140[[package]]
 2141name = "block2"
 2142version = "0.6.1"
 2143source = "registry+https://github.com/rust-lang/crates.io-index"
 2144checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2145dependencies = [
 2146 "objc2",
 2147]
 2148
 2149[[package]]
 2150name = "blocking"
 2151version = "1.6.1"
 2152source = "registry+https://github.com/rust-lang/crates.io-index"
 2153checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2154dependencies = [
 2155 "async-channel 2.3.1",
 2156 "async-task",
 2157 "futures-io",
 2158 "futures-lite 2.6.0",
 2159 "piper",
 2160]
 2161
 2162[[package]]
 2163name = "borrow-or-share"
 2164version = "0.2.2"
 2165source = "registry+https://github.com/rust-lang/crates.io-index"
 2166checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2167
 2168[[package]]
 2169name = "borsh"
 2170version = "1.5.7"
 2171source = "registry+https://github.com/rust-lang/crates.io-index"
 2172checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2173dependencies = [
 2174 "borsh-derive",
 2175 "cfg_aliases 0.2.1",
 2176]
 2177
 2178[[package]]
 2179name = "borsh-derive"
 2180version = "1.5.7"
 2181source = "registry+https://github.com/rust-lang/crates.io-index"
 2182checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2183dependencies = [
 2184 "once_cell",
 2185 "proc-macro-crate",
 2186 "proc-macro2",
 2187 "quote",
 2188 "syn 2.0.101",
 2189]
 2190
 2191[[package]]
 2192name = "breadcrumbs"
 2193version = "0.1.0"
 2194dependencies = [
 2195 "editor",
 2196 "gpui",
 2197 "itertools 0.14.0",
 2198 "theme",
 2199 "ui",
 2200 "workspace",
 2201 "workspace-hack",
 2202 "zed_actions",
 2203]
 2204
 2205[[package]]
 2206name = "bstr"
 2207version = "1.12.0"
 2208source = "registry+https://github.com/rust-lang/crates.io-index"
 2209checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2210dependencies = [
 2211 "memchr",
 2212 "regex-automata 0.4.9",
 2213 "serde",
 2214]
 2215
 2216[[package]]
 2217name = "buffer_diff"
 2218version = "0.1.0"
 2219dependencies = [
 2220 "anyhow",
 2221 "clock",
 2222 "ctor",
 2223 "env_logger 0.11.8",
 2224 "futures 0.3.31",
 2225 "git2",
 2226 "gpui",
 2227 "language",
 2228 "log",
 2229 "pretty_assertions",
 2230 "rand 0.8.5",
 2231 "rope",
 2232 "serde_json",
 2233 "sum_tree",
 2234 "text",
 2235 "unindent",
 2236 "util",
 2237 "workspace-hack",
 2238]
 2239
 2240[[package]]
 2241name = "built"
 2242version = "0.7.7"
 2243source = "registry+https://github.com/rust-lang/crates.io-index"
 2244checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2245
 2246[[package]]
 2247name = "bumpalo"
 2248version = "3.17.0"
 2249source = "registry+https://github.com/rust-lang/crates.io-index"
 2250checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2251dependencies = [
 2252 "allocator-api2",
 2253]
 2254
 2255[[package]]
 2256name = "by_address"
 2257version = "1.2.1"
 2258source = "registry+https://github.com/rust-lang/crates.io-index"
 2259checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2260
 2261[[package]]
 2262name = "bytecheck"
 2263version = "0.6.12"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2266dependencies = [
 2267 "bytecheck_derive",
 2268 "ptr_meta",
 2269 "simdutf8",
 2270]
 2271
 2272[[package]]
 2273name = "bytecheck_derive"
 2274version = "0.6.12"
 2275source = "registry+https://github.com/rust-lang/crates.io-index"
 2276checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2277dependencies = [
 2278 "proc-macro2",
 2279 "quote",
 2280 "syn 1.0.109",
 2281]
 2282
 2283[[package]]
 2284name = "bytecount"
 2285version = "0.6.8"
 2286source = "registry+https://github.com/rust-lang/crates.io-index"
 2287checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2288
 2289[[package]]
 2290name = "bytemuck"
 2291version = "1.22.0"
 2292source = "registry+https://github.com/rust-lang/crates.io-index"
 2293checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2294dependencies = [
 2295 "bytemuck_derive",
 2296]
 2297
 2298[[package]]
 2299name = "bytemuck_derive"
 2300version = "1.9.3"
 2301source = "registry+https://github.com/rust-lang/crates.io-index"
 2302checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2303dependencies = [
 2304 "proc-macro2",
 2305 "quote",
 2306 "syn 2.0.101",
 2307]
 2308
 2309[[package]]
 2310name = "byteorder"
 2311version = "1.5.0"
 2312source = "registry+https://github.com/rust-lang/crates.io-index"
 2313checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2314
 2315[[package]]
 2316name = "byteorder-lite"
 2317version = "0.1.0"
 2318source = "registry+https://github.com/rust-lang/crates.io-index"
 2319checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2320
 2321[[package]]
 2322name = "bytes"
 2323version = "0.4.12"
 2324source = "registry+https://github.com/rust-lang/crates.io-index"
 2325checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2326dependencies = [
 2327 "byteorder",
 2328 "iovec",
 2329]
 2330
 2331[[package]]
 2332name = "bytes"
 2333version = "1.10.1"
 2334source = "registry+https://github.com/rust-lang/crates.io-index"
 2335checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2336
 2337[[package]]
 2338name = "bytes-utils"
 2339version = "0.1.4"
 2340source = "registry+https://github.com/rust-lang/crates.io-index"
 2341checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2342dependencies = [
 2343 "bytes 1.10.1",
 2344 "either",
 2345]
 2346
 2347[[package]]
 2348name = "bzip2"
 2349version = "0.4.4"
 2350source = "registry+https://github.com/rust-lang/crates.io-index"
 2351checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2352dependencies = [
 2353 "bzip2-sys",
 2354 "libc",
 2355]
 2356
 2357[[package]]
 2358name = "bzip2-sys"
 2359version = "0.1.13+1.0.8"
 2360source = "registry+https://github.com/rust-lang/crates.io-index"
 2361checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2362dependencies = [
 2363 "cc",
 2364 "pkg-config",
 2365]
 2366
 2367[[package]]
 2368name = "call"
 2369version = "0.1.0"
 2370dependencies = [
 2371 "anyhow",
 2372 "audio",
 2373 "client",
 2374 "collections",
 2375 "fs",
 2376 "futures 0.3.31",
 2377 "gpui",
 2378 "gpui_tokio",
 2379 "http_client",
 2380 "language",
 2381 "livekit_client",
 2382 "log",
 2383 "postage",
 2384 "project",
 2385 "schemars",
 2386 "serde",
 2387 "serde_derive",
 2388 "settings",
 2389 "telemetry",
 2390 "util",
 2391 "workspace-hack",
 2392]
 2393
 2394[[package]]
 2395name = "calloop"
 2396version = "0.13.0"
 2397source = "registry+https://github.com/rust-lang/crates.io-index"
 2398checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2399dependencies = [
 2400 "bitflags 2.9.0",
 2401 "log",
 2402 "polling",
 2403 "rustix 0.38.44",
 2404 "slab",
 2405 "thiserror 1.0.69",
 2406]
 2407
 2408[[package]]
 2409name = "calloop-wayland-source"
 2410version = "0.3.0"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2413dependencies = [
 2414 "calloop",
 2415 "rustix 0.38.44",
 2416 "wayland-backend",
 2417 "wayland-client",
 2418]
 2419
 2420[[package]]
 2421name = "camino"
 2422version = "1.1.9"
 2423source = "registry+https://github.com/rust-lang/crates.io-index"
 2424checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2425dependencies = [
 2426 "serde",
 2427]
 2428
 2429[[package]]
 2430name = "cap-fs-ext"
 2431version = "3.4.4"
 2432source = "registry+https://github.com/rust-lang/crates.io-index"
 2433checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2434dependencies = [
 2435 "cap-primitives",
 2436 "cap-std",
 2437 "io-lifetimes",
 2438 "windows-sys 0.59.0",
 2439]
 2440
 2441[[package]]
 2442name = "cap-net-ext"
 2443version = "3.4.4"
 2444source = "registry+https://github.com/rust-lang/crates.io-index"
 2445checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2446dependencies = [
 2447 "cap-primitives",
 2448 "cap-std",
 2449 "rustix 1.0.7",
 2450 "smallvec",
 2451]
 2452
 2453[[package]]
 2454name = "cap-primitives"
 2455version = "3.4.4"
 2456source = "registry+https://github.com/rust-lang/crates.io-index"
 2457checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2458dependencies = [
 2459 "ambient-authority",
 2460 "fs-set-times",
 2461 "io-extras",
 2462 "io-lifetimes",
 2463 "ipnet",
 2464 "maybe-owned",
 2465 "rustix 1.0.7",
 2466 "rustix-linux-procfs",
 2467 "windows-sys 0.59.0",
 2468 "winx",
 2469]
 2470
 2471[[package]]
 2472name = "cap-rand"
 2473version = "3.4.4"
 2474source = "registry+https://github.com/rust-lang/crates.io-index"
 2475checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2476dependencies = [
 2477 "ambient-authority",
 2478 "rand 0.8.5",
 2479]
 2480
 2481[[package]]
 2482name = "cap-std"
 2483version = "3.4.4"
 2484source = "registry+https://github.com/rust-lang/crates.io-index"
 2485checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2486dependencies = [
 2487 "cap-primitives",
 2488 "io-extras",
 2489 "io-lifetimes",
 2490 "rustix 1.0.7",
 2491]
 2492
 2493[[package]]
 2494name = "cap-time-ext"
 2495version = "3.4.4"
 2496source = "registry+https://github.com/rust-lang/crates.io-index"
 2497checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2498dependencies = [
 2499 "ambient-authority",
 2500 "cap-primitives",
 2501 "iana-time-zone",
 2502 "once_cell",
 2503 "rustix 1.0.7",
 2504 "winx",
 2505]
 2506
 2507[[package]]
 2508name = "cargo-platform"
 2509version = "0.1.9"
 2510source = "registry+https://github.com/rust-lang/crates.io-index"
 2511checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2512dependencies = [
 2513 "serde",
 2514]
 2515
 2516[[package]]
 2517name = "cargo_metadata"
 2518version = "0.19.2"
 2519source = "registry+https://github.com/rust-lang/crates.io-index"
 2520checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2521dependencies = [
 2522 "camino",
 2523 "cargo-platform",
 2524 "semver",
 2525 "serde",
 2526 "serde_json",
 2527 "thiserror 2.0.12",
 2528]
 2529
 2530[[package]]
 2531name = "cargo_toml"
 2532version = "0.21.0"
 2533source = "registry+https://github.com/rust-lang/crates.io-index"
 2534checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2535dependencies = [
 2536 "serde",
 2537 "toml 0.8.20",
 2538]
 2539
 2540[[package]]
 2541name = "cast"
 2542version = "0.3.0"
 2543source = "registry+https://github.com/rust-lang/crates.io-index"
 2544checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2545
 2546[[package]]
 2547name = "cbc"
 2548version = "0.1.2"
 2549source = "registry+https://github.com/rust-lang/crates.io-index"
 2550checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2551dependencies = [
 2552 "cipher",
 2553]
 2554
 2555[[package]]
 2556name = "cbindgen"
 2557version = "0.28.0"
 2558source = "registry+https://github.com/rust-lang/crates.io-index"
 2559checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2560dependencies = [
 2561 "heck 0.4.1",
 2562 "indexmap",
 2563 "log",
 2564 "proc-macro2",
 2565 "quote",
 2566 "serde",
 2567 "serde_json",
 2568 "syn 2.0.101",
 2569 "tempfile",
 2570 "toml 0.8.20",
 2571]
 2572
 2573[[package]]
 2574name = "cc"
 2575version = "1.2.19"
 2576source = "registry+https://github.com/rust-lang/crates.io-index"
 2577checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2578dependencies = [
 2579 "jobserver",
 2580 "libc",
 2581 "shlex",
 2582]
 2583
 2584[[package]]
 2585name = "cesu8"
 2586version = "1.1.0"
 2587source = "registry+https://github.com/rust-lang/crates.io-index"
 2588checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2589
 2590[[package]]
 2591name = "cexpr"
 2592version = "0.6.0"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2595dependencies = [
 2596 "nom",
 2597]
 2598
 2599[[package]]
 2600name = "cfg-expr"
 2601version = "0.15.8"
 2602source = "registry+https://github.com/rust-lang/crates.io-index"
 2603checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2604dependencies = [
 2605 "smallvec",
 2606 "target-lexicon 0.12.16",
 2607]
 2608
 2609[[package]]
 2610name = "cfg-if"
 2611version = "1.0.0"
 2612source = "registry+https://github.com/rust-lang/crates.io-index"
 2613checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2614
 2615[[package]]
 2616name = "cfg_aliases"
 2617version = "0.1.1"
 2618source = "registry+https://github.com/rust-lang/crates.io-index"
 2619checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2620
 2621[[package]]
 2622name = "cfg_aliases"
 2623version = "0.2.1"
 2624source = "registry+https://github.com/rust-lang/crates.io-index"
 2625checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2626
 2627[[package]]
 2628name = "cgl"
 2629version = "0.3.2"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2632dependencies = [
 2633 "libc",
 2634]
 2635
 2636[[package]]
 2637name = "channel"
 2638version = "0.1.0"
 2639dependencies = [
 2640 "anyhow",
 2641 "client",
 2642 "clock",
 2643 "collections",
 2644 "futures 0.3.31",
 2645 "gpui",
 2646 "http_client",
 2647 "language",
 2648 "log",
 2649 "rand 0.8.5",
 2650 "release_channel",
 2651 "rpc",
 2652 "settings",
 2653 "sum_tree",
 2654 "text",
 2655 "time",
 2656 "util",
 2657 "workspace-hack",
 2658]
 2659
 2660[[package]]
 2661name = "chrono"
 2662version = "0.4.41"
 2663source = "registry+https://github.com/rust-lang/crates.io-index"
 2664checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2665dependencies = [
 2666 "android-tzdata",
 2667 "iana-time-zone",
 2668 "js-sys",
 2669 "num-traits",
 2670 "serde",
 2671 "wasm-bindgen",
 2672 "windows-link",
 2673]
 2674
 2675[[package]]
 2676name = "chunked_transfer"
 2677version = "1.5.0"
 2678source = "registry+https://github.com/rust-lang/crates.io-index"
 2679checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2680
 2681[[package]]
 2682name = "ciborium"
 2683version = "0.2.2"
 2684source = "registry+https://github.com/rust-lang/crates.io-index"
 2685checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2686dependencies = [
 2687 "ciborium-io",
 2688 "ciborium-ll",
 2689 "serde",
 2690]
 2691
 2692[[package]]
 2693name = "ciborium-io"
 2694version = "0.2.2"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2697
 2698[[package]]
 2699name = "ciborium-ll"
 2700version = "0.2.2"
 2701source = "registry+https://github.com/rust-lang/crates.io-index"
 2702checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2703dependencies = [
 2704 "ciborium-io",
 2705 "half",
 2706]
 2707
 2708[[package]]
 2709name = "cipher"
 2710version = "0.4.4"
 2711source = "registry+https://github.com/rust-lang/crates.io-index"
 2712checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2713dependencies = [
 2714 "crypto-common",
 2715 "inout",
 2716 "zeroize",
 2717]
 2718
 2719[[package]]
 2720name = "circular-buffer"
 2721version = "1.1.0"
 2722source = "registry+https://github.com/rust-lang/crates.io-index"
 2723checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2724
 2725[[package]]
 2726name = "clang-sys"
 2727version = "1.8.1"
 2728source = "registry+https://github.com/rust-lang/crates.io-index"
 2729checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2730dependencies = [
 2731 "glob",
 2732 "libc",
 2733 "libloading",
 2734]
 2735
 2736[[package]]
 2737name = "clap"
 2738version = "4.5.37"
 2739source = "registry+https://github.com/rust-lang/crates.io-index"
 2740checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2741dependencies = [
 2742 "clap_builder",
 2743 "clap_derive",
 2744]
 2745
 2746[[package]]
 2747name = "clap_builder"
 2748version = "4.5.37"
 2749source = "registry+https://github.com/rust-lang/crates.io-index"
 2750checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2751dependencies = [
 2752 "anstream",
 2753 "anstyle",
 2754 "clap_lex",
 2755 "strsim",
 2756 "terminal_size",
 2757]
 2758
 2759[[package]]
 2760name = "clap_complete"
 2761version = "4.5.47"
 2762source = "registry+https://github.com/rust-lang/crates.io-index"
 2763checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2764dependencies = [
 2765 "clap",
 2766]
 2767
 2768[[package]]
 2769name = "clap_derive"
 2770version = "4.5.32"
 2771source = "registry+https://github.com/rust-lang/crates.io-index"
 2772checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2773dependencies = [
 2774 "heck 0.5.0",
 2775 "proc-macro2",
 2776 "quote",
 2777 "syn 2.0.101",
 2778]
 2779
 2780[[package]]
 2781name = "clap_lex"
 2782version = "0.7.4"
 2783source = "registry+https://github.com/rust-lang/crates.io-index"
 2784checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2785
 2786[[package]]
 2787name = "cli"
 2788version = "0.1.0"
 2789dependencies = [
 2790 "anyhow",
 2791 "clap",
 2792 "collections",
 2793 "core-foundation 0.10.0",
 2794 "core-services",
 2795 "exec",
 2796 "fork",
 2797 "ipc-channel",
 2798 "parking_lot",
 2799 "paths",
 2800 "plist",
 2801 "release_channel",
 2802 "serde",
 2803 "tempfile",
 2804 "util",
 2805 "windows 0.61.1",
 2806 "workspace-hack",
 2807]
 2808
 2809[[package]]
 2810name = "client"
 2811version = "0.1.0"
 2812dependencies = [
 2813 "anyhow",
 2814 "async-recursion 0.3.2",
 2815 "async-tungstenite",
 2816 "base64 0.22.1",
 2817 "chrono",
 2818 "clock",
 2819 "cocoa 0.26.0",
 2820 "collections",
 2821 "credentials_provider",
 2822 "feature_flags",
 2823 "futures 0.3.31",
 2824 "gpui",
 2825 "gpui_tokio",
 2826 "http_client",
 2827 "http_client_tls",
 2828 "httparse",
 2829 "log",
 2830 "parking_lot",
 2831 "paths",
 2832 "postage",
 2833 "rand 0.8.5",
 2834 "release_channel",
 2835 "rpc",
 2836 "schemars",
 2837 "serde",
 2838 "serde_json",
 2839 "settings",
 2840 "sha2",
 2841 "smol",
 2842 "telemetry",
 2843 "telemetry_events",
 2844 "text",
 2845 "thiserror 2.0.12",
 2846 "time",
 2847 "tiny_http",
 2848 "tokio",
 2849 "tokio-native-tls",
 2850 "tokio-socks",
 2851 "url",
 2852 "util",
 2853 "windows 0.61.1",
 2854 "workspace-hack",
 2855 "worktree",
 2856]
 2857
 2858[[package]]
 2859name = "clock"
 2860version = "0.1.0"
 2861dependencies = [
 2862 "parking_lot",
 2863 "serde",
 2864 "smallvec",
 2865 "workspace-hack",
 2866]
 2867
 2868[[package]]
 2869name = "clru"
 2870version = "0.6.2"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2873
 2874[[package]]
 2875name = "cmake"
 2876version = "0.1.54"
 2877source = "registry+https://github.com/rust-lang/crates.io-index"
 2878checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2879dependencies = [
 2880 "cc",
 2881]
 2882
 2883[[package]]
 2884name = "cobs"
 2885version = "0.2.3"
 2886source = "registry+https://github.com/rust-lang/crates.io-index"
 2887checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2888
 2889[[package]]
 2890name = "cocoa"
 2891version = "0.25.0"
 2892source = "registry+https://github.com/rust-lang/crates.io-index"
 2893checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2894dependencies = [
 2895 "bitflags 1.3.2",
 2896 "block",
 2897 "cocoa-foundation 0.1.2",
 2898 "core-foundation 0.9.4",
 2899 "core-graphics 0.23.2",
 2900 "foreign-types 0.5.0",
 2901 "libc",
 2902 "objc",
 2903]
 2904
 2905[[package]]
 2906name = "cocoa"
 2907version = "0.26.0"
 2908source = "registry+https://github.com/rust-lang/crates.io-index"
 2909checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2910dependencies = [
 2911 "bitflags 2.9.0",
 2912 "block",
 2913 "cocoa-foundation 0.2.0",
 2914 "core-foundation 0.10.0",
 2915 "core-graphics 0.24.0",
 2916 "foreign-types 0.5.0",
 2917 "libc",
 2918 "objc",
 2919]
 2920
 2921[[package]]
 2922name = "cocoa-foundation"
 2923version = "0.1.2"
 2924source = "registry+https://github.com/rust-lang/crates.io-index"
 2925checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2926dependencies = [
 2927 "bitflags 1.3.2",
 2928 "block",
 2929 "core-foundation 0.9.4",
 2930 "core-graphics-types 0.1.3",
 2931 "libc",
 2932 "objc",
 2933]
 2934
 2935[[package]]
 2936name = "cocoa-foundation"
 2937version = "0.2.0"
 2938source = "registry+https://github.com/rust-lang/crates.io-index"
 2939checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2940dependencies = [
 2941 "bitflags 2.9.0",
 2942 "block",
 2943 "core-foundation 0.10.0",
 2944 "core-graphics-types 0.2.0",
 2945 "libc",
 2946 "objc",
 2947]
 2948
 2949[[package]]
 2950name = "codespan-reporting"
 2951version = "0.11.1"
 2952source = "registry+https://github.com/rust-lang/crates.io-index"
 2953checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2954dependencies = [
 2955 "termcolor",
 2956 "unicode-width 0.1.14",
 2957]
 2958
 2959[[package]]
 2960name = "codespan-reporting"
 2961version = "0.12.0"
 2962source = "registry+https://github.com/rust-lang/crates.io-index"
 2963checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2964dependencies = [
 2965 "serde",
 2966 "termcolor",
 2967 "unicode-width 0.2.0",
 2968]
 2969
 2970[[package]]
 2971name = "collab"
 2972version = "0.44.0"
 2973dependencies = [
 2974 "anyhow",
 2975 "assistant_context_editor",
 2976 "assistant_settings",
 2977 "assistant_slash_command",
 2978 "assistant_tool",
 2979 "async-stripe",
 2980 "async-trait",
 2981 "async-tungstenite",
 2982 "audio",
 2983 "aws-config",
 2984 "aws-sdk-kinesis",
 2985 "aws-sdk-s3",
 2986 "axum",
 2987 "axum-extra",
 2988 "base64 0.22.1",
 2989 "buffer_diff",
 2990 "call",
 2991 "channel",
 2992 "chrono",
 2993 "client",
 2994 "clock",
 2995 "collab_ui",
 2996 "collections",
 2997 "command_palette_hooks",
 2998 "context_server",
 2999 "ctor",
 3000 "dap",
 3001 "dashmap 6.1.0",
 3002 "debugger_ui",
 3003 "derive_more",
 3004 "editor",
 3005 "env_logger 0.11.8",
 3006 "envy",
 3007 "extension",
 3008 "file_finder",
 3009 "fs",
 3010 "futures 0.3.31",
 3011 "git",
 3012 "git_hosting_providers",
 3013 "git_ui",
 3014 "gpui",
 3015 "gpui_tokio",
 3016 "hex",
 3017 "http_client",
 3018 "hyper 0.14.32",
 3019 "indoc",
 3020 "jsonwebtoken",
 3021 "language",
 3022 "language_model",
 3023 "livekit_api",
 3024 "livekit_client",
 3025 "log",
 3026 "lsp",
 3027 "menu",
 3028 "multi_buffer",
 3029 "nanoid",
 3030 "node_runtime",
 3031 "notifications",
 3032 "parking_lot",
 3033 "pretty_assertions",
 3034 "project",
 3035 "prometheus",
 3036 "prompt_store",
 3037 "prost 0.9.0",
 3038 "rand 0.8.5",
 3039 "recent_projects",
 3040 "release_channel",
 3041 "remote",
 3042 "remote_server",
 3043 "reqwest 0.11.27",
 3044 "reqwest_client",
 3045 "rpc",
 3046 "rustc-demangle",
 3047 "scrypt",
 3048 "sea-orm",
 3049 "semantic_version",
 3050 "semver",
 3051 "serde",
 3052 "serde_derive",
 3053 "serde_json",
 3054 "session",
 3055 "settings",
 3056 "sha2",
 3057 "sqlx",
 3058 "strum 0.27.1",
 3059 "subtle",
 3060 "supermaven_api",
 3061 "task",
 3062 "telemetry_events",
 3063 "text",
 3064 "theme",
 3065 "thiserror 2.0.12",
 3066 "time",
 3067 "tokio",
 3068 "toml 0.8.20",
 3069 "tower 0.4.13",
 3070 "tower-http 0.4.4",
 3071 "tracing",
 3072 "tracing-subscriber",
 3073 "unindent",
 3074 "util",
 3075 "uuid",
 3076 "workspace",
 3077 "workspace-hack",
 3078 "worktree",
 3079 "zed_llm_client",
 3080]
 3081
 3082[[package]]
 3083name = "collab_ui"
 3084version = "0.1.0"
 3085dependencies = [
 3086 "anyhow",
 3087 "call",
 3088 "channel",
 3089 "chrono",
 3090 "client",
 3091 "collections",
 3092 "db",
 3093 "editor",
 3094 "emojis",
 3095 "futures 0.3.31",
 3096 "fuzzy",
 3097 "gpui",
 3098 "http_client",
 3099 "language",
 3100 "log",
 3101 "menu",
 3102 "notifications",
 3103 "picker",
 3104 "pretty_assertions",
 3105 "project",
 3106 "release_channel",
 3107 "rich_text",
 3108 "rpc",
 3109 "schemars",
 3110 "serde",
 3111 "serde_derive",
 3112 "serde_json",
 3113 "settings",
 3114 "smallvec",
 3115 "story",
 3116 "telemetry",
 3117 "theme",
 3118 "time",
 3119 "time_format",
 3120 "title_bar",
 3121 "tree-sitter-md",
 3122 "ui",
 3123 "util",
 3124 "workspace",
 3125 "workspace-hack",
 3126]
 3127
 3128[[package]]
 3129name = "collections"
 3130version = "0.1.0"
 3131dependencies = [
 3132 "indexmap",
 3133 "rustc-hash 2.1.1",
 3134 "workspace-hack",
 3135]
 3136
 3137[[package]]
 3138name = "color_quant"
 3139version = "1.1.0"
 3140source = "registry+https://github.com/rust-lang/crates.io-index"
 3141checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3142
 3143[[package]]
 3144name = "colorchoice"
 3145version = "1.0.3"
 3146source = "registry+https://github.com/rust-lang/crates.io-index"
 3147checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3148
 3149[[package]]
 3150name = "combine"
 3151version = "4.6.7"
 3152source = "registry+https://github.com/rust-lang/crates.io-index"
 3153checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3154dependencies = [
 3155 "bytes 1.10.1",
 3156 "memchr",
 3157]
 3158
 3159[[package]]
 3160name = "command_palette"
 3161version = "0.1.0"
 3162dependencies = [
 3163 "anyhow",
 3164 "client",
 3165 "collections",
 3166 "command_palette_hooks",
 3167 "ctor",
 3168 "db",
 3169 "editor",
 3170 "env_logger 0.11.8",
 3171 "fuzzy",
 3172 "go_to_line",
 3173 "gpui",
 3174 "language",
 3175 "log",
 3176 "menu",
 3177 "picker",
 3178 "postage",
 3179 "project",
 3180 "serde",
 3181 "serde_json",
 3182 "settings",
 3183 "telemetry",
 3184 "theme",
 3185 "time",
 3186 "ui",
 3187 "util",
 3188 "workspace",
 3189 "workspace-hack",
 3190 "zed_actions",
 3191]
 3192
 3193[[package]]
 3194name = "command_palette_hooks"
 3195version = "0.1.0"
 3196dependencies = [
 3197 "collections",
 3198 "derive_more",
 3199 "gpui",
 3200 "workspace-hack",
 3201]
 3202
 3203[[package]]
 3204name = "component"
 3205version = "0.1.0"
 3206dependencies = [
 3207 "collections",
 3208 "gpui",
 3209 "inventory",
 3210 "parking_lot",
 3211 "strum 0.27.1",
 3212 "theme",
 3213 "workspace-hack",
 3214]
 3215
 3216[[package]]
 3217name = "concurrent-queue"
 3218version = "2.5.0"
 3219source = "registry+https://github.com/rust-lang/crates.io-index"
 3220checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3221dependencies = [
 3222 "crossbeam-utils",
 3223]
 3224
 3225[[package]]
 3226name = "console"
 3227version = "0.15.11"
 3228source = "registry+https://github.com/rust-lang/crates.io-index"
 3229checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3230dependencies = [
 3231 "encode_unicode",
 3232 "libc",
 3233 "once_cell",
 3234 "unicode-width 0.2.0",
 3235 "windows-sys 0.59.0",
 3236]
 3237
 3238[[package]]
 3239name = "const-oid"
 3240version = "0.9.6"
 3241source = "registry+https://github.com/rust-lang/crates.io-index"
 3242checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3243
 3244[[package]]
 3245name = "const-random"
 3246version = "0.1.18"
 3247source = "registry+https://github.com/rust-lang/crates.io-index"
 3248checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3249dependencies = [
 3250 "const-random-macro",
 3251]
 3252
 3253[[package]]
 3254name = "const-random-macro"
 3255version = "0.1.16"
 3256source = "registry+https://github.com/rust-lang/crates.io-index"
 3257checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3258dependencies = [
 3259 "getrandom 0.2.15",
 3260 "once_cell",
 3261 "tiny-keccak",
 3262]
 3263
 3264[[package]]
 3265name = "constant_time_eq"
 3266version = "0.1.5"
 3267source = "registry+https://github.com/rust-lang/crates.io-index"
 3268checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3269
 3270[[package]]
 3271name = "constant_time_eq"
 3272version = "0.3.1"
 3273source = "registry+https://github.com/rust-lang/crates.io-index"
 3274checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3275
 3276[[package]]
 3277name = "context_server"
 3278version = "0.1.0"
 3279dependencies = [
 3280 "anyhow",
 3281 "async-trait",
 3282 "collections",
 3283 "futures 0.3.31",
 3284 "gpui",
 3285 "log",
 3286 "parking_lot",
 3287 "postage",
 3288 "schemars",
 3289 "serde",
 3290 "serde_json",
 3291 "smol",
 3292 "url",
 3293 "util",
 3294 "workspace-hack",
 3295]
 3296
 3297[[package]]
 3298name = "convert_case"
 3299version = "0.4.0"
 3300source = "registry+https://github.com/rust-lang/crates.io-index"
 3301checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3302
 3303[[package]]
 3304name = "convert_case"
 3305version = "0.6.0"
 3306source = "registry+https://github.com/rust-lang/crates.io-index"
 3307checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3308dependencies = [
 3309 "unicode-segmentation",
 3310]
 3311
 3312[[package]]
 3313name = "convert_case"
 3314version = "0.8.0"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3317dependencies = [
 3318 "unicode-segmentation",
 3319]
 3320
 3321[[package]]
 3322name = "copilot"
 3323version = "0.1.0"
 3324dependencies = [
 3325 "anyhow",
 3326 "async-std",
 3327 "chrono",
 3328 "client",
 3329 "clock",
 3330 "collections",
 3331 "command_palette_hooks",
 3332 "ctor",
 3333 "editor",
 3334 "env_logger 0.11.8",
 3335 "fs",
 3336 "futures 0.3.31",
 3337 "gpui",
 3338 "http_client",
 3339 "indoc",
 3340 "inline_completion",
 3341 "itertools 0.14.0",
 3342 "language",
 3343 "log",
 3344 "lsp",
 3345 "menu",
 3346 "node_runtime",
 3347 "parking_lot",
 3348 "paths",
 3349 "project",
 3350 "rpc",
 3351 "serde",
 3352 "serde_json",
 3353 "settings",
 3354 "task",
 3355 "theme",
 3356 "ui",
 3357 "util",
 3358 "workspace",
 3359 "workspace-hack",
 3360]
 3361
 3362[[package]]
 3363name = "core-foundation"
 3364version = "0.9.4"
 3365source = "registry+https://github.com/rust-lang/crates.io-index"
 3366checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3367dependencies = [
 3368 "core-foundation-sys",
 3369 "libc",
 3370]
 3371
 3372[[package]]
 3373name = "core-foundation"
 3374version = "0.10.0"
 3375source = "registry+https://github.com/rust-lang/crates.io-index"
 3376checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3377dependencies = [
 3378 "core-foundation-sys",
 3379 "libc",
 3380]
 3381
 3382[[package]]
 3383name = "core-foundation-sys"
 3384version = "0.8.7"
 3385source = "registry+https://github.com/rust-lang/crates.io-index"
 3386checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3387
 3388[[package]]
 3389name = "core-graphics"
 3390version = "0.23.2"
 3391source = "registry+https://github.com/rust-lang/crates.io-index"
 3392checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3393dependencies = [
 3394 "bitflags 1.3.2",
 3395 "core-foundation 0.9.4",
 3396 "core-graphics-types 0.1.3",
 3397 "foreign-types 0.5.0",
 3398 "libc",
 3399]
 3400
 3401[[package]]
 3402name = "core-graphics"
 3403version = "0.24.0"
 3404source = "registry+https://github.com/rust-lang/crates.io-index"
 3405checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3406dependencies = [
 3407 "bitflags 2.9.0",
 3408 "core-foundation 0.10.0",
 3409 "core-graphics-types 0.2.0",
 3410 "foreign-types 0.5.0",
 3411 "libc",
 3412]
 3413
 3414[[package]]
 3415name = "core-graphics-helmer-fork"
 3416version = "0.24.0"
 3417source = "registry+https://github.com/rust-lang/crates.io-index"
 3418checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3419dependencies = [
 3420 "bitflags 2.9.0",
 3421 "core-foundation 0.9.4",
 3422 "core-graphics-types 0.1.3",
 3423 "foreign-types 0.5.0",
 3424 "libc",
 3425]
 3426
 3427[[package]]
 3428name = "core-graphics-types"
 3429version = "0.1.3"
 3430source = "registry+https://github.com/rust-lang/crates.io-index"
 3431checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3432dependencies = [
 3433 "bitflags 1.3.2",
 3434 "core-foundation 0.9.4",
 3435 "libc",
 3436]
 3437
 3438[[package]]
 3439name = "core-graphics-types"
 3440version = "0.2.0"
 3441source = "registry+https://github.com/rust-lang/crates.io-index"
 3442checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3443dependencies = [
 3444 "bitflags 2.9.0",
 3445 "core-foundation 0.10.0",
 3446 "libc",
 3447]
 3448
 3449[[package]]
 3450name = "core-graphics2"
 3451version = "0.4.1"
 3452source = "registry+https://github.com/rust-lang/crates.io-index"
 3453checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3454dependencies = [
 3455 "bitflags 2.9.0",
 3456 "block",
 3457 "cfg-if",
 3458 "core-foundation 0.10.0",
 3459 "libc",
 3460]
 3461
 3462[[package]]
 3463name = "core-services"
 3464version = "0.2.1"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3467dependencies = [
 3468 "core-foundation 0.9.4",
 3469]
 3470
 3471[[package]]
 3472name = "core-text"
 3473version = "21.0.0"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3476dependencies = [
 3477 "core-foundation 0.10.0",
 3478 "core-graphics 0.24.0",
 3479 "foreign-types 0.5.0",
 3480 "libc",
 3481]
 3482
 3483[[package]]
 3484name = "core-video"
 3485version = "0.4.3"
 3486source = "registry+https://github.com/rust-lang/crates.io-index"
 3487checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3488dependencies = [
 3489 "block",
 3490 "core-foundation 0.10.0",
 3491 "core-graphics2",
 3492 "io-surface",
 3493 "libc",
 3494 "metal",
 3495]
 3496
 3497[[package]]
 3498name = "core_maths"
 3499version = "0.1.1"
 3500source = "registry+https://github.com/rust-lang/crates.io-index"
 3501checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3502dependencies = [
 3503 "libm",
 3504]
 3505
 3506[[package]]
 3507name = "coreaudio-rs"
 3508version = "0.11.3"
 3509source = "registry+https://github.com/rust-lang/crates.io-index"
 3510checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3511dependencies = [
 3512 "bitflags 1.3.2",
 3513 "core-foundation-sys",
 3514 "coreaudio-sys",
 3515]
 3516
 3517[[package]]
 3518name = "coreaudio-rs"
 3519version = "0.12.1"
 3520source = "registry+https://github.com/rust-lang/crates.io-index"
 3521checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3522dependencies = [
 3523 "bitflags 1.3.2",
 3524 "core-foundation-sys",
 3525 "coreaudio-sys",
 3526]
 3527
 3528[[package]]
 3529name = "coreaudio-sys"
 3530version = "0.2.16"
 3531source = "registry+https://github.com/rust-lang/crates.io-index"
 3532checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3533dependencies = [
 3534 "bindgen 0.70.1",
 3535]
 3536
 3537[[package]]
 3538name = "cosmic-text"
 3539version = "0.14.0"
 3540source = "registry+https://github.com/rust-lang/crates.io-index"
 3541checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3542dependencies = [
 3543 "bitflags 2.9.0",
 3544 "fontdb 0.16.2",
 3545 "log",
 3546 "rangemap",
 3547 "rustc-hash 1.1.0",
 3548 "rustybuzz 0.14.1",
 3549 "self_cell",
 3550 "smol_str 0.2.2",
 3551 "swash",
 3552 "sys-locale",
 3553 "ttf-parser 0.21.1",
 3554 "unicode-bidi",
 3555 "unicode-linebreak",
 3556 "unicode-script",
 3557 "unicode-segmentation",
 3558]
 3559
 3560[[package]]
 3561name = "cpal"
 3562version = "0.15.3"
 3563source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3564dependencies = [
 3565 "alsa",
 3566 "core-foundation-sys",
 3567 "coreaudio-rs 0.11.3",
 3568 "dasp_sample",
 3569 "jni",
 3570 "js-sys",
 3571 "libc",
 3572 "mach2",
 3573 "ndk",
 3574 "ndk-context",
 3575 "oboe",
 3576 "wasm-bindgen",
 3577 "wasm-bindgen-futures",
 3578 "web-sys",
 3579 "windows 0.54.0",
 3580]
 3581
 3582[[package]]
 3583name = "cpp_demangle"
 3584version = "0.4.4"
 3585source = "registry+https://github.com/rust-lang/crates.io-index"
 3586checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3587dependencies = [
 3588 "cfg-if",
 3589]
 3590
 3591[[package]]
 3592name = "cpufeatures"
 3593version = "0.2.17"
 3594source = "registry+https://github.com/rust-lang/crates.io-index"
 3595checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3596dependencies = [
 3597 "libc",
 3598]
 3599
 3600[[package]]
 3601name = "cranelift-bforest"
 3602version = "0.116.1"
 3603source = "registry+https://github.com/rust-lang/crates.io-index"
 3604checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3605dependencies = [
 3606 "cranelift-entity",
 3607]
 3608
 3609[[package]]
 3610name = "cranelift-bitset"
 3611version = "0.116.1"
 3612source = "registry+https://github.com/rust-lang/crates.io-index"
 3613checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3614dependencies = [
 3615 "serde",
 3616 "serde_derive",
 3617]
 3618
 3619[[package]]
 3620name = "cranelift-codegen"
 3621version = "0.116.1"
 3622source = "registry+https://github.com/rust-lang/crates.io-index"
 3623checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3624dependencies = [
 3625 "bumpalo",
 3626 "cranelift-bforest",
 3627 "cranelift-bitset",
 3628 "cranelift-codegen-meta",
 3629 "cranelift-codegen-shared",
 3630 "cranelift-control",
 3631 "cranelift-entity",
 3632 "cranelift-isle",
 3633 "gimli",
 3634 "hashbrown 0.14.5",
 3635 "log",
 3636 "regalloc2",
 3637 "rustc-hash 2.1.1",
 3638 "serde",
 3639 "smallvec",
 3640 "target-lexicon 0.13.2",
 3641]
 3642
 3643[[package]]
 3644name = "cranelift-codegen-meta"
 3645version = "0.116.1"
 3646source = "registry+https://github.com/rust-lang/crates.io-index"
 3647checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3648dependencies = [
 3649 "cranelift-codegen-shared",
 3650]
 3651
 3652[[package]]
 3653name = "cranelift-codegen-shared"
 3654version = "0.116.1"
 3655source = "registry+https://github.com/rust-lang/crates.io-index"
 3656checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3657
 3658[[package]]
 3659name = "cranelift-control"
 3660version = "0.116.1"
 3661source = "registry+https://github.com/rust-lang/crates.io-index"
 3662checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3663dependencies = [
 3664 "arbitrary",
 3665]
 3666
 3667[[package]]
 3668name = "cranelift-entity"
 3669version = "0.116.1"
 3670source = "registry+https://github.com/rust-lang/crates.io-index"
 3671checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3672dependencies = [
 3673 "cranelift-bitset",
 3674 "serde",
 3675 "serde_derive",
 3676]
 3677
 3678[[package]]
 3679name = "cranelift-frontend"
 3680version = "0.116.1"
 3681source = "registry+https://github.com/rust-lang/crates.io-index"
 3682checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3683dependencies = [
 3684 "cranelift-codegen",
 3685 "log",
 3686 "smallvec",
 3687 "target-lexicon 0.13.2",
 3688]
 3689
 3690[[package]]
 3691name = "cranelift-isle"
 3692version = "0.116.1"
 3693source = "registry+https://github.com/rust-lang/crates.io-index"
 3694checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3695
 3696[[package]]
 3697name = "cranelift-native"
 3698version = "0.116.1"
 3699source = "registry+https://github.com/rust-lang/crates.io-index"
 3700checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3701dependencies = [
 3702 "cranelift-codegen",
 3703 "libc",
 3704 "target-lexicon 0.13.2",
 3705]
 3706
 3707[[package]]
 3708name = "crc"
 3709version = "3.2.1"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3712dependencies = [
 3713 "crc-catalog",
 3714]
 3715
 3716[[package]]
 3717name = "crc-catalog"
 3718version = "2.4.0"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3721
 3722[[package]]
 3723name = "crc32c"
 3724version = "0.6.8"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3727dependencies = [
 3728 "rustc_version",
 3729]
 3730
 3731[[package]]
 3732name = "crc32fast"
 3733version = "1.4.2"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3736dependencies = [
 3737 "cfg-if",
 3738]
 3739
 3740[[package]]
 3741name = "crc64fast-nvme"
 3742version = "1.2.0"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3745dependencies = [
 3746 "crc",
 3747]
 3748
 3749[[package]]
 3750name = "credentials_provider"
 3751version = "0.1.0"
 3752dependencies = [
 3753 "anyhow",
 3754 "futures 0.3.31",
 3755 "gpui",
 3756 "paths",
 3757 "release_channel",
 3758 "serde",
 3759 "serde_json",
 3760 "workspace-hack",
 3761]
 3762
 3763[[package]]
 3764name = "criterion"
 3765version = "0.5.1"
 3766source = "registry+https://github.com/rust-lang/crates.io-index"
 3767checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3768dependencies = [
 3769 "anes",
 3770 "cast",
 3771 "ciborium",
 3772 "clap",
 3773 "criterion-plot",
 3774 "is-terminal",
 3775 "itertools 0.10.5",
 3776 "num-traits",
 3777 "once_cell",
 3778 "oorandom",
 3779 "plotters",
 3780 "rayon",
 3781 "regex",
 3782 "serde",
 3783 "serde_derive",
 3784 "serde_json",
 3785 "tinytemplate",
 3786 "walkdir",
 3787]
 3788
 3789[[package]]
 3790name = "criterion-plot"
 3791version = "0.5.0"
 3792source = "registry+https://github.com/rust-lang/crates.io-index"
 3793checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3794dependencies = [
 3795 "cast",
 3796 "itertools 0.10.5",
 3797]
 3798
 3799[[package]]
 3800name = "crossbeam-channel"
 3801version = "0.5.15"
 3802source = "registry+https://github.com/rust-lang/crates.io-index"
 3803checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3804dependencies = [
 3805 "crossbeam-utils",
 3806]
 3807
 3808[[package]]
 3809name = "crossbeam-deque"
 3810version = "0.8.6"
 3811source = "registry+https://github.com/rust-lang/crates.io-index"
 3812checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3813dependencies = [
 3814 "crossbeam-epoch",
 3815 "crossbeam-utils",
 3816]
 3817
 3818[[package]]
 3819name = "crossbeam-epoch"
 3820version = "0.9.18"
 3821source = "registry+https://github.com/rust-lang/crates.io-index"
 3822checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3823dependencies = [
 3824 "crossbeam-utils",
 3825]
 3826
 3827[[package]]
 3828name = "crossbeam-queue"
 3829version = "0.3.12"
 3830source = "registry+https://github.com/rust-lang/crates.io-index"
 3831checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3832dependencies = [
 3833 "crossbeam-utils",
 3834]
 3835
 3836[[package]]
 3837name = "crossbeam-utils"
 3838version = "0.8.21"
 3839source = "registry+https://github.com/rust-lang/crates.io-index"
 3840checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3841
 3842[[package]]
 3843name = "crunchy"
 3844version = "0.2.3"
 3845source = "registry+https://github.com/rust-lang/crates.io-index"
 3846checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3847
 3848[[package]]
 3849name = "crypto-bigint"
 3850version = "0.4.9"
 3851source = "registry+https://github.com/rust-lang/crates.io-index"
 3852checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3853dependencies = [
 3854 "generic-array",
 3855 "rand_core 0.6.4",
 3856 "subtle",
 3857 "zeroize",
 3858]
 3859
 3860[[package]]
 3861name = "crypto-bigint"
 3862version = "0.5.5"
 3863source = "registry+https://github.com/rust-lang/crates.io-index"
 3864checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3865dependencies = [
 3866 "rand_core 0.6.4",
 3867 "subtle",
 3868]
 3869
 3870[[package]]
 3871name = "crypto-common"
 3872version = "0.1.6"
 3873source = "registry+https://github.com/rust-lang/crates.io-index"
 3874checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3875dependencies = [
 3876 "generic-array",
 3877 "rand_core 0.6.4",
 3878 "typenum",
 3879]
 3880
 3881[[package]]
 3882name = "cssparser"
 3883version = "0.35.0"
 3884source = "registry+https://github.com/rust-lang/crates.io-index"
 3885checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3886dependencies = [
 3887 "cssparser-macros",
 3888 "dtoa-short",
 3889 "itoa",
 3890 "phf",
 3891 "smallvec",
 3892]
 3893
 3894[[package]]
 3895name = "cssparser-macros"
 3896version = "0.6.1"
 3897source = "registry+https://github.com/rust-lang/crates.io-index"
 3898checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3899dependencies = [
 3900 "quote",
 3901 "syn 2.0.101",
 3902]
 3903
 3904[[package]]
 3905name = "ctor"
 3906version = "0.4.2"
 3907source = "registry+https://github.com/rust-lang/crates.io-index"
 3908checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3909dependencies = [
 3910 "ctor-proc-macro",
 3911 "dtor",
 3912]
 3913
 3914[[package]]
 3915name = "ctor-proc-macro"
 3916version = "0.0.5"
 3917source = "registry+https://github.com/rust-lang/crates.io-index"
 3918checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3919
 3920[[package]]
 3921name = "ctrlc"
 3922version = "3.4.6"
 3923source = "registry+https://github.com/rust-lang/crates.io-index"
 3924checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3925dependencies = [
 3926 "nix 0.29.0",
 3927 "windows-sys 0.59.0",
 3928]
 3929
 3930[[package]]
 3931name = "cursor-icon"
 3932version = "1.1.0"
 3933source = "registry+https://github.com/rust-lang/crates.io-index"
 3934checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3935
 3936[[package]]
 3937name = "cxx"
 3938version = "1.0.157"
 3939source = "registry+https://github.com/rust-lang/crates.io-index"
 3940checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3941dependencies = [
 3942 "cc",
 3943 "cxxbridge-cmd",
 3944 "cxxbridge-flags",
 3945 "cxxbridge-macro",
 3946 "foldhash",
 3947 "link-cplusplus",
 3948]
 3949
 3950[[package]]
 3951name = "cxx-build"
 3952version = "1.0.157"
 3953source = "registry+https://github.com/rust-lang/crates.io-index"
 3954checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3955dependencies = [
 3956 "cc",
 3957 "codespan-reporting 0.12.0",
 3958 "proc-macro2",
 3959 "quote",
 3960 "scratch",
 3961 "syn 2.0.101",
 3962]
 3963
 3964[[package]]
 3965name = "cxxbridge-cmd"
 3966version = "1.0.157"
 3967source = "registry+https://github.com/rust-lang/crates.io-index"
 3968checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3969dependencies = [
 3970 "clap",
 3971 "codespan-reporting 0.12.0",
 3972 "proc-macro2",
 3973 "quote",
 3974 "syn 2.0.101",
 3975]
 3976
 3977[[package]]
 3978name = "cxxbridge-flags"
 3979version = "1.0.157"
 3980source = "registry+https://github.com/rust-lang/crates.io-index"
 3981checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3982
 3983[[package]]
 3984name = "cxxbridge-macro"
 3985version = "1.0.157"
 3986source = "registry+https://github.com/rust-lang/crates.io-index"
 3987checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3988dependencies = [
 3989 "proc-macro2",
 3990 "quote",
 3991 "rustversion",
 3992 "syn 2.0.101",
 3993]
 3994
 3995[[package]]
 3996name = "dap"
 3997version = "0.1.0"
 3998dependencies = [
 3999 "anyhow",
 4000 "async-compression",
 4001 "async-pipe",
 4002 "async-tar",
 4003 "async-trait",
 4004 "client",
 4005 "collections",
 4006 "dap-types",
 4007 "env_logger 0.11.8",
 4008 "fs",
 4009 "futures 0.3.31",
 4010 "gpui",
 4011 "http_client",
 4012 "language",
 4013 "log",
 4014 "node_runtime",
 4015 "parking_lot",
 4016 "paths",
 4017 "proto",
 4018 "schemars",
 4019 "serde",
 4020 "serde_json",
 4021 "settings",
 4022 "smallvec",
 4023 "smol",
 4024 "task",
 4025 "util",
 4026 "workspace-hack",
 4027]
 4028
 4029[[package]]
 4030name = "dap-types"
 4031version = "0.0.1"
 4032source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
 4033dependencies = [
 4034 "schemars",
 4035 "serde",
 4036 "serde_json",
 4037]
 4038
 4039[[package]]
 4040name = "dap_adapters"
 4041version = "0.1.0"
 4042dependencies = [
 4043 "anyhow",
 4044 "async-trait",
 4045 "dap",
 4046 "futures 0.3.31",
 4047 "gpui",
 4048 "language",
 4049 "paths",
 4050 "serde",
 4051 "serde_json",
 4052 "task",
 4053 "util",
 4054 "workspace-hack",
 4055]
 4056
 4057[[package]]
 4058name = "darling"
 4059version = "0.20.11"
 4060source = "registry+https://github.com/rust-lang/crates.io-index"
 4061checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4062dependencies = [
 4063 "darling_core",
 4064 "darling_macro",
 4065]
 4066
 4067[[package]]
 4068name = "darling_core"
 4069version = "0.20.11"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4072dependencies = [
 4073 "fnv",
 4074 "ident_case",
 4075 "proc-macro2",
 4076 "quote",
 4077 "strsim",
 4078 "syn 2.0.101",
 4079]
 4080
 4081[[package]]
 4082name = "darling_macro"
 4083version = "0.20.11"
 4084source = "registry+https://github.com/rust-lang/crates.io-index"
 4085checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4086dependencies = [
 4087 "darling_core",
 4088 "quote",
 4089 "syn 2.0.101",
 4090]
 4091
 4092[[package]]
 4093name = "dashmap"
 4094version = "5.5.3"
 4095source = "registry+https://github.com/rust-lang/crates.io-index"
 4096checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4097dependencies = [
 4098 "cfg-if",
 4099 "hashbrown 0.14.5",
 4100 "lock_api",
 4101 "once_cell",
 4102 "parking_lot_core",
 4103]
 4104
 4105[[package]]
 4106name = "dashmap"
 4107version = "6.1.0"
 4108source = "registry+https://github.com/rust-lang/crates.io-index"
 4109checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4110dependencies = [
 4111 "cfg-if",
 4112 "crossbeam-utils",
 4113 "hashbrown 0.14.5",
 4114 "lock_api",
 4115 "once_cell",
 4116 "parking_lot_core",
 4117]
 4118
 4119[[package]]
 4120name = "dasp_sample"
 4121version = "0.11.0"
 4122source = "registry+https://github.com/rust-lang/crates.io-index"
 4123checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4124
 4125[[package]]
 4126name = "data-encoding"
 4127version = "2.9.0"
 4128source = "registry+https://github.com/rust-lang/crates.io-index"
 4129checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4130
 4131[[package]]
 4132name = "data-url"
 4133version = "0.3.1"
 4134source = "registry+https://github.com/rust-lang/crates.io-index"
 4135checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4136
 4137[[package]]
 4138name = "db"
 4139version = "0.1.0"
 4140dependencies = [
 4141 "anyhow",
 4142 "gpui",
 4143 "indoc",
 4144 "log",
 4145 "paths",
 4146 "release_channel",
 4147 "smol",
 4148 "sqlez",
 4149 "sqlez_macros",
 4150 "tempfile",
 4151 "util",
 4152 "workspace-hack",
 4153]
 4154
 4155[[package]]
 4156name = "dbus"
 4157version = "0.9.7"
 4158source = "registry+https://github.com/rust-lang/crates.io-index"
 4159checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4160dependencies = [
 4161 "libc",
 4162 "libdbus-sys",
 4163 "winapi",
 4164]
 4165
 4166[[package]]
 4167name = "debug_adapter_extension"
 4168version = "0.1.0"
 4169dependencies = [
 4170 "anyhow",
 4171 "async-trait",
 4172 "dap",
 4173 "extension",
 4174 "gpui",
 4175 "workspace-hack",
 4176]
 4177
 4178[[package]]
 4179name = "debugger_tools"
 4180version = "0.1.0"
 4181dependencies = [
 4182 "anyhow",
 4183 "dap",
 4184 "editor",
 4185 "futures 0.3.31",
 4186 "gpui",
 4187 "project",
 4188 "serde_json",
 4189 "settings",
 4190 "smol",
 4191 "util",
 4192 "workspace",
 4193 "workspace-hack",
 4194]
 4195
 4196[[package]]
 4197name = "debugger_ui"
 4198version = "0.1.0"
 4199dependencies = [
 4200 "anyhow",
 4201 "client",
 4202 "collections",
 4203 "command_palette_hooks",
 4204 "dap",
 4205 "dap_adapters",
 4206 "db",
 4207 "debugger_tools",
 4208 "editor",
 4209 "env_logger 0.11.8",
 4210 "feature_flags",
 4211 "file_icons",
 4212 "futures 0.3.31",
 4213 "fuzzy",
 4214 "gpui",
 4215 "language",
 4216 "log",
 4217 "menu",
 4218 "parking_lot",
 4219 "paths",
 4220 "picker",
 4221 "pretty_assertions",
 4222 "project",
 4223 "rpc",
 4224 "serde",
 4225 "serde_json",
 4226 "settings",
 4227 "shlex",
 4228 "sysinfo",
 4229 "task",
 4230 "tasks_ui",
 4231 "terminal_view",
 4232 "theme",
 4233 "ui",
 4234 "unindent",
 4235 "util",
 4236 "workspace",
 4237 "workspace-hack",
 4238]
 4239
 4240[[package]]
 4241name = "deepseek"
 4242version = "0.1.0"
 4243dependencies = [
 4244 "anyhow",
 4245 "futures 0.3.31",
 4246 "http_client",
 4247 "schemars",
 4248 "serde",
 4249 "serde_json",
 4250 "workspace-hack",
 4251]
 4252
 4253[[package]]
 4254name = "deflate64"
 4255version = "0.1.9"
 4256source = "registry+https://github.com/rust-lang/crates.io-index"
 4257checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4258
 4259[[package]]
 4260name = "der"
 4261version = "0.6.1"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4264dependencies = [
 4265 "const-oid",
 4266 "zeroize",
 4267]
 4268
 4269[[package]]
 4270name = "der"
 4271version = "0.7.10"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4274dependencies = [
 4275 "const-oid",
 4276 "pem-rfc7468",
 4277 "zeroize",
 4278]
 4279
 4280[[package]]
 4281name = "deranged"
 4282version = "0.4.0"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4285dependencies = [
 4286 "powerfmt",
 4287 "serde",
 4288]
 4289
 4290[[package]]
 4291name = "derive_builder"
 4292version = "0.20.2"
 4293source = "registry+https://github.com/rust-lang/crates.io-index"
 4294checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4295dependencies = [
 4296 "derive_builder_macro",
 4297]
 4298
 4299[[package]]
 4300name = "derive_builder_core"
 4301version = "0.20.2"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4304dependencies = [
 4305 "darling",
 4306 "proc-macro2",
 4307 "quote",
 4308 "syn 2.0.101",
 4309]
 4310
 4311[[package]]
 4312name = "derive_builder_macro"
 4313version = "0.20.2"
 4314source = "registry+https://github.com/rust-lang/crates.io-index"
 4315checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4316dependencies = [
 4317 "derive_builder_core",
 4318 "syn 2.0.101",
 4319]
 4320
 4321[[package]]
 4322name = "derive_more"
 4323version = "0.99.19"
 4324source = "registry+https://github.com/rust-lang/crates.io-index"
 4325checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4326dependencies = [
 4327 "convert_case 0.4.0",
 4328 "proc-macro2",
 4329 "quote",
 4330 "rustc_version",
 4331 "syn 2.0.101",
 4332]
 4333
 4334[[package]]
 4335name = "derive_refineable"
 4336version = "0.1.0"
 4337dependencies = [
 4338 "proc-macro2",
 4339 "quote",
 4340 "syn 1.0.109",
 4341 "workspace-hack",
 4342]
 4343
 4344[[package]]
 4345name = "diagnostics"
 4346version = "0.1.0"
 4347dependencies = [
 4348 "anyhow",
 4349 "client",
 4350 "collections",
 4351 "component",
 4352 "ctor",
 4353 "editor",
 4354 "env_logger 0.11.8",
 4355 "futures 0.3.31",
 4356 "gpui",
 4357 "indoc",
 4358 "language",
 4359 "log",
 4360 "lsp",
 4361 "markdown",
 4362 "pretty_assertions",
 4363 "project",
 4364 "rand 0.8.5",
 4365 "serde",
 4366 "serde_json",
 4367 "settings",
 4368 "text",
 4369 "theme",
 4370 "ui",
 4371 "unindent",
 4372 "util",
 4373 "workspace",
 4374 "workspace-hack",
 4375]
 4376
 4377[[package]]
 4378name = "dialoguer"
 4379version = "0.11.0"
 4380source = "registry+https://github.com/rust-lang/crates.io-index"
 4381checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4382dependencies = [
 4383 "console",
 4384 "fuzzy-matcher",
 4385 "shell-words",
 4386 "tempfile",
 4387 "thiserror 1.0.69",
 4388 "zeroize",
 4389]
 4390
 4391[[package]]
 4392name = "diff"
 4393version = "0.1.13"
 4394source = "registry+https://github.com/rust-lang/crates.io-index"
 4395checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4396
 4397[[package]]
 4398name = "digest"
 4399version = "0.10.7"
 4400source = "registry+https://github.com/rust-lang/crates.io-index"
 4401checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4402dependencies = [
 4403 "block-buffer",
 4404 "const-oid",
 4405 "crypto-common",
 4406 "subtle",
 4407]
 4408
 4409[[package]]
 4410name = "dirs"
 4411version = "4.0.0"
 4412source = "registry+https://github.com/rust-lang/crates.io-index"
 4413checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4414dependencies = [
 4415 "dirs-sys 0.3.7",
 4416]
 4417
 4418[[package]]
 4419name = "dirs"
 4420version = "5.0.1"
 4421source = "registry+https://github.com/rust-lang/crates.io-index"
 4422checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4423dependencies = [
 4424 "dirs-sys 0.4.1",
 4425]
 4426
 4427[[package]]
 4428name = "dirs"
 4429version = "6.0.0"
 4430source = "registry+https://github.com/rust-lang/crates.io-index"
 4431checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4432dependencies = [
 4433 "dirs-sys 0.5.0",
 4434]
 4435
 4436[[package]]
 4437name = "dirs-sys"
 4438version = "0.3.7"
 4439source = "registry+https://github.com/rust-lang/crates.io-index"
 4440checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4441dependencies = [
 4442 "libc",
 4443 "redox_users 0.4.6",
 4444 "winapi",
 4445]
 4446
 4447[[package]]
 4448name = "dirs-sys"
 4449version = "0.4.1"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4452dependencies = [
 4453 "libc",
 4454 "option-ext",
 4455 "redox_users 0.4.6",
 4456 "windows-sys 0.48.0",
 4457]
 4458
 4459[[package]]
 4460name = "dirs-sys"
 4461version = "0.5.0"
 4462source = "registry+https://github.com/rust-lang/crates.io-index"
 4463checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4464dependencies = [
 4465 "libc",
 4466 "option-ext",
 4467 "redox_users 0.5.0",
 4468 "windows-sys 0.59.0",
 4469]
 4470
 4471[[package]]
 4472name = "dispatch"
 4473version = "0.2.0"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4476
 4477[[package]]
 4478name = "dispatch2"
 4479version = "0.3.0"
 4480source = "registry+https://github.com/rust-lang/crates.io-index"
 4481checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4482dependencies = [
 4483 "bitflags 2.9.0",
 4484 "objc2",
 4485]
 4486
 4487[[package]]
 4488name = "displaydoc"
 4489version = "0.2.5"
 4490source = "registry+https://github.com/rust-lang/crates.io-index"
 4491checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4492dependencies = [
 4493 "proc-macro2",
 4494 "quote",
 4495 "syn 2.0.101",
 4496]
 4497
 4498[[package]]
 4499name = "dlib"
 4500version = "0.5.2"
 4501source = "registry+https://github.com/rust-lang/crates.io-index"
 4502checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4503dependencies = [
 4504 "libloading",
 4505]
 4506
 4507[[package]]
 4508name = "docs_preprocessor"
 4509version = "0.1.0"
 4510dependencies = [
 4511 "anyhow",
 4512 "clap",
 4513 "mdbook",
 4514 "regex",
 4515 "serde",
 4516 "serde_json",
 4517 "settings",
 4518 "util",
 4519 "workspace-hack",
 4520]
 4521
 4522[[package]]
 4523name = "documented"
 4524version = "0.9.1"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4527dependencies = [
 4528 "documented-macros",
 4529 "phf",
 4530 "thiserror 1.0.69",
 4531]
 4532
 4533[[package]]
 4534name = "documented-macros"
 4535version = "0.9.1"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4538dependencies = [
 4539 "convert_case 0.6.0",
 4540 "itertools 0.13.0",
 4541 "optfield",
 4542 "proc-macro2",
 4543 "quote",
 4544 "strum 0.26.3",
 4545 "syn 2.0.101",
 4546]
 4547
 4548[[package]]
 4549name = "dotenv"
 4550version = "0.15.0"
 4551source = "registry+https://github.com/rust-lang/crates.io-index"
 4552checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4553
 4554[[package]]
 4555name = "dotenvy"
 4556version = "0.15.7"
 4557source = "registry+https://github.com/rust-lang/crates.io-index"
 4558checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4559
 4560[[package]]
 4561name = "downcast-rs"
 4562version = "1.2.1"
 4563source = "registry+https://github.com/rust-lang/crates.io-index"
 4564checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4565
 4566[[package]]
 4567name = "doxygen-rs"
 4568version = "0.4.2"
 4569source = "registry+https://github.com/rust-lang/crates.io-index"
 4570checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4571dependencies = [
 4572 "phf",
 4573]
 4574
 4575[[package]]
 4576name = "dtoa"
 4577version = "1.0.10"
 4578source = "registry+https://github.com/rust-lang/crates.io-index"
 4579checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4580
 4581[[package]]
 4582name = "dtoa-short"
 4583version = "0.3.5"
 4584source = "registry+https://github.com/rust-lang/crates.io-index"
 4585checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4586dependencies = [
 4587 "dtoa",
 4588]
 4589
 4590[[package]]
 4591name = "dtor"
 4592version = "0.0.6"
 4593source = "registry+https://github.com/rust-lang/crates.io-index"
 4594checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4595dependencies = [
 4596 "dtor-proc-macro",
 4597]
 4598
 4599[[package]]
 4600name = "dtor-proc-macro"
 4601version = "0.0.5"
 4602source = "registry+https://github.com/rust-lang/crates.io-index"
 4603checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4604
 4605[[package]]
 4606name = "dunce"
 4607version = "1.0.5"
 4608source = "registry+https://github.com/rust-lang/crates.io-index"
 4609checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4610
 4611[[package]]
 4612name = "dwrote"
 4613version = "0.11.3"
 4614source = "registry+https://github.com/rust-lang/crates.io-index"
 4615checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4616dependencies = [
 4617 "lazy_static",
 4618 "libc",
 4619 "winapi",
 4620 "wio",
 4621]
 4622
 4623[[package]]
 4624name = "dyn-clone"
 4625version = "1.0.19"
 4626source = "registry+https://github.com/rust-lang/crates.io-index"
 4627checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4628
 4629[[package]]
 4630name = "ec4rs"
 4631version = "1.2.0"
 4632source = "registry+https://github.com/rust-lang/crates.io-index"
 4633checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4634
 4635[[package]]
 4636name = "ecdsa"
 4637version = "0.14.8"
 4638source = "registry+https://github.com/rust-lang/crates.io-index"
 4639checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4640dependencies = [
 4641 "der 0.6.1",
 4642 "elliptic-curve",
 4643 "rfc6979",
 4644 "signature 1.6.4",
 4645]
 4646
 4647[[package]]
 4648name = "editor"
 4649version = "0.1.0"
 4650dependencies = [
 4651 "aho-corasick",
 4652 "anyhow",
 4653 "assets",
 4654 "buffer_diff",
 4655 "client",
 4656 "clock",
 4657 "collections",
 4658 "command_palette_hooks",
 4659 "convert_case 0.8.0",
 4660 "ctor",
 4661 "db",
 4662 "emojis",
 4663 "env_logger 0.11.8",
 4664 "feature_flags",
 4665 "file_icons",
 4666 "fs",
 4667 "futures 0.3.31",
 4668 "fuzzy",
 4669 "git",
 4670 "gpui",
 4671 "http_client",
 4672 "indoc",
 4673 "inline_completion",
 4674 "itertools 0.14.0",
 4675 "language",
 4676 "languages",
 4677 "linkify",
 4678 "log",
 4679 "lsp",
 4680 "markdown",
 4681 "menu",
 4682 "multi_buffer",
 4683 "ordered-float 2.10.1",
 4684 "parking_lot",
 4685 "pretty_assertions",
 4686 "project",
 4687 "rand 0.8.5",
 4688 "release_channel",
 4689 "rpc",
 4690 "schemars",
 4691 "serde",
 4692 "serde_json",
 4693 "settings",
 4694 "smallvec",
 4695 "smol",
 4696 "snippet",
 4697 "sum_tree",
 4698 "task",
 4699 "telemetry",
 4700 "tempfile",
 4701 "text",
 4702 "theme",
 4703 "time",
 4704 "tree-sitter-html",
 4705 "tree-sitter-python",
 4706 "tree-sitter-rust",
 4707 "tree-sitter-typescript",
 4708 "ui",
 4709 "unicode-script",
 4710 "unicode-segmentation",
 4711 "unindent",
 4712 "url",
 4713 "util",
 4714 "uuid",
 4715 "workspace",
 4716 "workspace-hack",
 4717 "zed_actions",
 4718]
 4719
 4720[[package]]
 4721name = "either"
 4722version = "1.15.0"
 4723source = "registry+https://github.com/rust-lang/crates.io-index"
 4724checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4725dependencies = [
 4726 "serde",
 4727]
 4728
 4729[[package]]
 4730name = "elasticlunr-rs"
 4731version = "3.0.2"
 4732source = "registry+https://github.com/rust-lang/crates.io-index"
 4733checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4734dependencies = [
 4735 "regex",
 4736 "serde",
 4737 "serde_derive",
 4738 "serde_json",
 4739]
 4740
 4741[[package]]
 4742name = "elliptic-curve"
 4743version = "0.12.3"
 4744source = "registry+https://github.com/rust-lang/crates.io-index"
 4745checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4746dependencies = [
 4747 "base16ct",
 4748 "crypto-bigint 0.4.9",
 4749 "der 0.6.1",
 4750 "digest",
 4751 "ff",
 4752 "generic-array",
 4753 "group",
 4754 "pkcs8 0.9.0",
 4755 "rand_core 0.6.4",
 4756 "sec1",
 4757 "subtle",
 4758 "zeroize",
 4759]
 4760
 4761[[package]]
 4762name = "email_address"
 4763version = "0.2.9"
 4764source = "registry+https://github.com/rust-lang/crates.io-index"
 4765checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4766dependencies = [
 4767 "serde",
 4768]
 4769
 4770[[package]]
 4771name = "embed-resource"
 4772version = "3.0.2"
 4773source = "registry+https://github.com/rust-lang/crates.io-index"
 4774checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4775dependencies = [
 4776 "cc",
 4777 "memchr",
 4778 "rustc_version",
 4779 "toml 0.8.20",
 4780 "vswhom",
 4781 "winreg 0.52.0",
 4782]
 4783
 4784[[package]]
 4785name = "embedded-io"
 4786version = "0.4.0"
 4787source = "registry+https://github.com/rust-lang/crates.io-index"
 4788checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4789
 4790[[package]]
 4791name = "embedded-io"
 4792version = "0.6.1"
 4793source = "registry+https://github.com/rust-lang/crates.io-index"
 4794checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4795
 4796[[package]]
 4797name = "emojis"
 4798version = "0.6.4"
 4799source = "registry+https://github.com/rust-lang/crates.io-index"
 4800checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4801dependencies = [
 4802 "phf",
 4803]
 4804
 4805[[package]]
 4806name = "encode_unicode"
 4807version = "1.0.0"
 4808source = "registry+https://github.com/rust-lang/crates.io-index"
 4809checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4810
 4811[[package]]
 4812name = "encoding_rs"
 4813version = "0.8.35"
 4814source = "registry+https://github.com/rust-lang/crates.io-index"
 4815checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4816dependencies = [
 4817 "cfg-if",
 4818]
 4819
 4820[[package]]
 4821name = "endi"
 4822version = "1.1.0"
 4823source = "registry+https://github.com/rust-lang/crates.io-index"
 4824checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4825
 4826[[package]]
 4827name = "enumflags2"
 4828version = "0.7.11"
 4829source = "registry+https://github.com/rust-lang/crates.io-index"
 4830checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4831dependencies = [
 4832 "enumflags2_derive",
 4833 "serde",
 4834]
 4835
 4836[[package]]
 4837name = "enumflags2_derive"
 4838version = "0.7.11"
 4839source = "registry+https://github.com/rust-lang/crates.io-index"
 4840checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4841dependencies = [
 4842 "proc-macro2",
 4843 "quote",
 4844 "syn 2.0.101",
 4845]
 4846
 4847[[package]]
 4848name = "env_filter"
 4849version = "0.1.3"
 4850source = "registry+https://github.com/rust-lang/crates.io-index"
 4851checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4852dependencies = [
 4853 "log",
 4854 "regex",
 4855]
 4856
 4857[[package]]
 4858name = "env_logger"
 4859version = "0.10.2"
 4860source = "registry+https://github.com/rust-lang/crates.io-index"
 4861checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4862dependencies = [
 4863 "humantime",
 4864 "is-terminal",
 4865 "log",
 4866 "regex",
 4867 "termcolor",
 4868]
 4869
 4870[[package]]
 4871name = "env_logger"
 4872version = "0.11.8"
 4873source = "registry+https://github.com/rust-lang/crates.io-index"
 4874checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4875dependencies = [
 4876 "anstream",
 4877 "anstyle",
 4878 "env_filter",
 4879 "jiff",
 4880 "log",
 4881]
 4882
 4883[[package]]
 4884name = "envy"
 4885version = "0.4.2"
 4886source = "registry+https://github.com/rust-lang/crates.io-index"
 4887checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4888dependencies = [
 4889 "serde",
 4890]
 4891
 4892[[package]]
 4893name = "equivalent"
 4894version = "1.0.2"
 4895source = "registry+https://github.com/rust-lang/crates.io-index"
 4896checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4897
 4898[[package]]
 4899name = "erased-serde"
 4900version = "0.4.6"
 4901source = "registry+https://github.com/rust-lang/crates.io-index"
 4902checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4903dependencies = [
 4904 "serde",
 4905 "typeid",
 4906]
 4907
 4908[[package]]
 4909name = "errno"
 4910version = "0.2.8"
 4911source = "registry+https://github.com/rust-lang/crates.io-index"
 4912checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4913dependencies = [
 4914 "errno-dragonfly",
 4915 "libc",
 4916 "winapi",
 4917]
 4918
 4919[[package]]
 4920name = "errno"
 4921version = "0.3.11"
 4922source = "registry+https://github.com/rust-lang/crates.io-index"
 4923checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4924dependencies = [
 4925 "libc",
 4926 "windows-sys 0.59.0",
 4927]
 4928
 4929[[package]]
 4930name = "errno-dragonfly"
 4931version = "0.1.2"
 4932source = "registry+https://github.com/rust-lang/crates.io-index"
 4933checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4934dependencies = [
 4935 "cc",
 4936 "libc",
 4937]
 4938
 4939[[package]]
 4940name = "etagere"
 4941version = "0.2.15"
 4942source = "registry+https://github.com/rust-lang/crates.io-index"
 4943checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4944dependencies = [
 4945 "euclid",
 4946 "svg_fmt",
 4947]
 4948
 4949[[package]]
 4950name = "etcetera"
 4951version = "0.8.0"
 4952source = "registry+https://github.com/rust-lang/crates.io-index"
 4953checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4954dependencies = [
 4955 "cfg-if",
 4956 "home",
 4957 "windows-sys 0.48.0",
 4958]
 4959
 4960[[package]]
 4961name = "euclid"
 4962version = "0.22.11"
 4963source = "registry+https://github.com/rust-lang/crates.io-index"
 4964checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4965dependencies = [
 4966 "num-traits",
 4967]
 4968
 4969[[package]]
 4970name = "eval"
 4971version = "0.1.0"
 4972dependencies = [
 4973 "agent",
 4974 "anyhow",
 4975 "assistant_settings",
 4976 "assistant_tool",
 4977 "assistant_tools",
 4978 "async-trait",
 4979 "async-watch",
 4980 "buffer_diff",
 4981 "chrono",
 4982 "clap",
 4983 "client",
 4984 "collections",
 4985 "dirs 4.0.0",
 4986 "dotenv",
 4987 "env_logger 0.11.8",
 4988 "extension",
 4989 "fs",
 4990 "futures 0.3.31",
 4991 "gpui",
 4992 "gpui_tokio",
 4993 "handlebars 4.5.0",
 4994 "language",
 4995 "language_extension",
 4996 "language_model",
 4997 "language_models",
 4998 "languages",
 4999 "markdown",
 5000 "node_runtime",
 5001 "pathdiff",
 5002 "paths",
 5003 "pretty_assertions",
 5004 "project",
 5005 "prompt_store",
 5006 "regex",
 5007 "release_channel",
 5008 "reqwest_client",
 5009 "serde",
 5010 "serde_json",
 5011 "settings",
 5012 "shellexpand 2.1.2",
 5013 "smol",
 5014 "telemetry",
 5015 "toml 0.8.20",
 5016 "unindent",
 5017 "util",
 5018 "uuid",
 5019 "workspace-hack",
 5020]
 5021
 5022[[package]]
 5023name = "event-listener"
 5024version = "2.5.3"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5027
 5028[[package]]
 5029name = "event-listener"
 5030version = "5.4.0"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5033dependencies = [
 5034 "concurrent-queue",
 5035 "parking",
 5036 "pin-project-lite",
 5037]
 5038
 5039[[package]]
 5040name = "event-listener-strategy"
 5041version = "0.5.4"
 5042source = "registry+https://github.com/rust-lang/crates.io-index"
 5043checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5044dependencies = [
 5045 "event-listener 5.4.0",
 5046 "pin-project-lite",
 5047]
 5048
 5049[[package]]
 5050name = "exec"
 5051version = "0.3.1"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5054dependencies = [
 5055 "errno 0.2.8",
 5056 "libc",
 5057]
 5058
 5059[[package]]
 5060name = "exr"
 5061version = "1.73.0"
 5062source = "registry+https://github.com/rust-lang/crates.io-index"
 5063checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5064dependencies = [
 5065 "bit_field",
 5066 "half",
 5067 "lebe",
 5068 "miniz_oxide",
 5069 "rayon-core",
 5070 "smallvec",
 5071 "zune-inflate",
 5072]
 5073
 5074[[package]]
 5075name = "extension"
 5076version = "0.1.0"
 5077dependencies = [
 5078 "anyhow",
 5079 "async-compression",
 5080 "async-tar",
 5081 "async-trait",
 5082 "collections",
 5083 "dap",
 5084 "fs",
 5085 "futures 0.3.31",
 5086 "gpui",
 5087 "heck 0.5.0",
 5088 "http_client",
 5089 "language",
 5090 "log",
 5091 "lsp",
 5092 "parking_lot",
 5093 "semantic_version",
 5094 "serde",
 5095 "serde_json",
 5096 "task",
 5097 "toml 0.8.20",
 5098 "util",
 5099 "wasi-preview1-component-adapter-provider",
 5100 "wasm-encoder 0.221.3",
 5101 "wasmparser 0.221.3",
 5102 "wit-component 0.221.3",
 5103 "workspace-hack",
 5104]
 5105
 5106[[package]]
 5107name = "extension_cli"
 5108version = "0.1.0"
 5109dependencies = [
 5110 "anyhow",
 5111 "clap",
 5112 "env_logger 0.11.8",
 5113 "extension",
 5114 "fs",
 5115 "gpui",
 5116 "language",
 5117 "log",
 5118 "reqwest_client",
 5119 "rpc",
 5120 "serde",
 5121 "serde_json",
 5122 "theme",
 5123 "tokio",
 5124 "toml 0.8.20",
 5125 "tree-sitter",
 5126 "wasmtime",
 5127 "workspace-hack",
 5128]
 5129
 5130[[package]]
 5131name = "extension_host"
 5132version = "0.1.0"
 5133dependencies = [
 5134 "anyhow",
 5135 "async-compression",
 5136 "async-tar",
 5137 "async-trait",
 5138 "client",
 5139 "collections",
 5140 "ctor",
 5141 "dap",
 5142 "env_logger 0.11.8",
 5143 "extension",
 5144 "fs",
 5145 "futures 0.3.31",
 5146 "gpui",
 5147 "http_client",
 5148 "language",
 5149 "language_extension",
 5150 "log",
 5151 "lsp",
 5152 "node_runtime",
 5153 "parking_lot",
 5154 "paths",
 5155 "project",
 5156 "release_channel",
 5157 "remote",
 5158 "reqwest_client",
 5159 "schemars",
 5160 "semantic_version",
 5161 "serde",
 5162 "serde_json",
 5163 "serde_json_lenient",
 5164 "settings",
 5165 "task",
 5166 "telemetry",
 5167 "tempfile",
 5168 "theme",
 5169 "theme_extension",
 5170 "toml 0.8.20",
 5171 "url",
 5172 "util",
 5173 "wasmparser 0.221.3",
 5174 "wasmtime",
 5175 "wasmtime-wasi",
 5176 "workspace-hack",
 5177]
 5178
 5179[[package]]
 5180name = "extensions_ui"
 5181version = "0.1.0"
 5182dependencies = [
 5183 "anyhow",
 5184 "client",
 5185 "collections",
 5186 "db",
 5187 "editor",
 5188 "extension",
 5189 "extension_host",
 5190 "fs",
 5191 "fuzzy",
 5192 "gpui",
 5193 "language",
 5194 "log",
 5195 "num-format",
 5196 "picker",
 5197 "project",
 5198 "release_channel",
 5199 "semantic_version",
 5200 "serde",
 5201 "settings",
 5202 "smallvec",
 5203 "strum 0.27.1",
 5204 "telemetry",
 5205 "theme",
 5206 "ui",
 5207 "util",
 5208 "vim_mode_setting",
 5209 "workspace",
 5210 "workspace-hack",
 5211 "zed_actions",
 5212]
 5213
 5214[[package]]
 5215name = "fallible-iterator"
 5216version = "0.3.0"
 5217source = "registry+https://github.com/rust-lang/crates.io-index"
 5218checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5219
 5220[[package]]
 5221name = "fancy-regex"
 5222version = "0.13.0"
 5223source = "registry+https://github.com/rust-lang/crates.io-index"
 5224checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5225dependencies = [
 5226 "bit-set 0.5.3",
 5227 "regex-automata 0.4.9",
 5228 "regex-syntax 0.8.5",
 5229]
 5230
 5231[[package]]
 5232name = "fancy-regex"
 5233version = "0.14.0"
 5234source = "registry+https://github.com/rust-lang/crates.io-index"
 5235checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5236dependencies = [
 5237 "bit-set 0.8.0",
 5238 "regex-automata 0.4.9",
 5239 "regex-syntax 0.8.5",
 5240]
 5241
 5242[[package]]
 5243name = "fast-srgb8"
 5244version = "1.0.0"
 5245source = "registry+https://github.com/rust-lang/crates.io-index"
 5246checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5247
 5248[[package]]
 5249name = "faster-hex"
 5250version = "0.9.0"
 5251source = "registry+https://github.com/rust-lang/crates.io-index"
 5252checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5253dependencies = [
 5254 "serde",
 5255]
 5256
 5257[[package]]
 5258name = "faster-hex"
 5259version = "0.10.0"
 5260source = "registry+https://github.com/rust-lang/crates.io-index"
 5261checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5262dependencies = [
 5263 "heapless",
 5264 "serde",
 5265]
 5266
 5267[[package]]
 5268name = "fastrand"
 5269version = "1.9.0"
 5270source = "registry+https://github.com/rust-lang/crates.io-index"
 5271checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5272dependencies = [
 5273 "instant",
 5274]
 5275
 5276[[package]]
 5277name = "fastrand"
 5278version = "2.3.0"
 5279source = "registry+https://github.com/rust-lang/crates.io-index"
 5280checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5281
 5282[[package]]
 5283name = "fd-lock"
 5284version = "4.0.4"
 5285source = "registry+https://github.com/rust-lang/crates.io-index"
 5286checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5287dependencies = [
 5288 "cfg-if",
 5289 "rustix 1.0.7",
 5290 "windows-sys 0.59.0",
 5291]
 5292
 5293[[package]]
 5294name = "fdeflate"
 5295version = "0.3.7"
 5296source = "registry+https://github.com/rust-lang/crates.io-index"
 5297checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5298dependencies = [
 5299 "simd-adler32",
 5300]
 5301
 5302[[package]]
 5303name = "feature_flags"
 5304version = "0.1.0"
 5305dependencies = [
 5306 "futures 0.3.31",
 5307 "gpui",
 5308 "smol",
 5309 "workspace-hack",
 5310]
 5311
 5312[[package]]
 5313name = "feedback"
 5314version = "0.1.0"
 5315dependencies = [
 5316 "client",
 5317 "editor",
 5318 "gpui",
 5319 "human_bytes",
 5320 "menu",
 5321 "release_channel",
 5322 "serde",
 5323 "sysinfo",
 5324 "ui",
 5325 "urlencoding",
 5326 "util",
 5327 "workspace",
 5328 "workspace-hack",
 5329 "zed_actions",
 5330]
 5331
 5332[[package]]
 5333name = "ff"
 5334version = "0.12.1"
 5335source = "registry+https://github.com/rust-lang/crates.io-index"
 5336checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5337dependencies = [
 5338 "rand_core 0.6.4",
 5339 "subtle",
 5340]
 5341
 5342[[package]]
 5343name = "file_finder"
 5344version = "0.1.0"
 5345dependencies = [
 5346 "anyhow",
 5347 "collections",
 5348 "ctor",
 5349 "editor",
 5350 "env_logger 0.11.8",
 5351 "file_icons",
 5352 "futures 0.3.31",
 5353 "fuzzy",
 5354 "gpui",
 5355 "language",
 5356 "menu",
 5357 "picker",
 5358 "project",
 5359 "schemars",
 5360 "serde",
 5361 "serde_derive",
 5362 "serde_json",
 5363 "settings",
 5364 "text",
 5365 "theme",
 5366 "ui",
 5367 "util",
 5368 "workspace",
 5369 "workspace-hack",
 5370]
 5371
 5372[[package]]
 5373name = "file_icons"
 5374version = "0.1.0"
 5375dependencies = [
 5376 "gpui",
 5377 "serde",
 5378 "settings",
 5379 "theme",
 5380 "util",
 5381 "workspace-hack",
 5382]
 5383
 5384[[package]]
 5385name = "filedescriptor"
 5386version = "0.8.3"
 5387source = "registry+https://github.com/rust-lang/crates.io-index"
 5388checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5389dependencies = [
 5390 "libc",
 5391 "thiserror 1.0.69",
 5392 "winapi",
 5393]
 5394
 5395[[package]]
 5396name = "filetime"
 5397version = "0.2.25"
 5398source = "registry+https://github.com/rust-lang/crates.io-index"
 5399checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5400dependencies = [
 5401 "cfg-if",
 5402 "libc",
 5403 "libredox",
 5404 "windows-sys 0.59.0",
 5405]
 5406
 5407[[package]]
 5408name = "fixedbitset"
 5409version = "0.4.2"
 5410source = "registry+https://github.com/rust-lang/crates.io-index"
 5411checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5412
 5413[[package]]
 5414name = "flate2"
 5415version = "1.1.1"
 5416source = "registry+https://github.com/rust-lang/crates.io-index"
 5417checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5418dependencies = [
 5419 "crc32fast",
 5420 "libz-rs-sys",
 5421 "miniz_oxide",
 5422]
 5423
 5424[[package]]
 5425name = "float-cmp"
 5426version = "0.9.0"
 5427source = "registry+https://github.com/rust-lang/crates.io-index"
 5428checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5429
 5430[[package]]
 5431name = "float-ord"
 5432version = "0.3.2"
 5433source = "registry+https://github.com/rust-lang/crates.io-index"
 5434checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5435
 5436[[package]]
 5437name = "float_next_after"
 5438version = "1.0.0"
 5439source = "registry+https://github.com/rust-lang/crates.io-index"
 5440checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5441
 5442[[package]]
 5443name = "fluent-uri"
 5444version = "0.3.2"
 5445source = "registry+https://github.com/rust-lang/crates.io-index"
 5446checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5447dependencies = [
 5448 "borrow-or-share",
 5449 "ref-cast",
 5450 "serde",
 5451]
 5452
 5453[[package]]
 5454name = "flume"
 5455version = "0.11.1"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5458dependencies = [
 5459 "futures-core",
 5460 "futures-sink",
 5461 "nanorand",
 5462 "spin",
 5463]
 5464
 5465[[package]]
 5466name = "fnv"
 5467version = "1.0.7"
 5468source = "registry+https://github.com/rust-lang/crates.io-index"
 5469checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5470
 5471[[package]]
 5472name = "foldhash"
 5473version = "0.1.5"
 5474source = "registry+https://github.com/rust-lang/crates.io-index"
 5475checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5476
 5477[[package]]
 5478name = "font-kit"
 5479version = "0.14.1"
 5480source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5481dependencies = [
 5482 "bitflags 2.9.0",
 5483 "byteorder",
 5484 "core-foundation 0.10.0",
 5485 "core-graphics 0.24.0",
 5486 "core-text",
 5487 "dirs 5.0.1",
 5488 "dwrote",
 5489 "float-ord",
 5490 "freetype-sys",
 5491 "lazy_static",
 5492 "libc",
 5493 "log",
 5494 "pathfinder_geometry",
 5495 "pathfinder_simd",
 5496 "walkdir",
 5497 "winapi",
 5498 "yeslogic-fontconfig-sys",
 5499]
 5500
 5501[[package]]
 5502name = "font-types"
 5503version = "0.8.4"
 5504source = "registry+https://github.com/rust-lang/crates.io-index"
 5505checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5506dependencies = [
 5507 "bytemuck",
 5508]
 5509
 5510[[package]]
 5511name = "fontconfig-parser"
 5512version = "0.5.7"
 5513source = "registry+https://github.com/rust-lang/crates.io-index"
 5514checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5515dependencies = [
 5516 "roxmltree",
 5517]
 5518
 5519[[package]]
 5520name = "fontdb"
 5521version = "0.16.2"
 5522source = "registry+https://github.com/rust-lang/crates.io-index"
 5523checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5524dependencies = [
 5525 "fontconfig-parser",
 5526 "log",
 5527 "memmap2",
 5528 "slotmap",
 5529 "tinyvec",
 5530 "ttf-parser 0.20.0",
 5531]
 5532
 5533[[package]]
 5534name = "fontdb"
 5535version = "0.23.0"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5538dependencies = [
 5539 "fontconfig-parser",
 5540 "log",
 5541 "memmap2",
 5542 "slotmap",
 5543 "tinyvec",
 5544 "ttf-parser 0.25.1",
 5545]
 5546
 5547[[package]]
 5548name = "foreign-types"
 5549version = "0.3.2"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5552dependencies = [
 5553 "foreign-types-shared 0.1.1",
 5554]
 5555
 5556[[package]]
 5557name = "foreign-types"
 5558version = "0.5.0"
 5559source = "registry+https://github.com/rust-lang/crates.io-index"
 5560checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5561dependencies = [
 5562 "foreign-types-macros",
 5563 "foreign-types-shared 0.3.1",
 5564]
 5565
 5566[[package]]
 5567name = "foreign-types-macros"
 5568version = "0.2.3"
 5569source = "registry+https://github.com/rust-lang/crates.io-index"
 5570checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5571dependencies = [
 5572 "proc-macro2",
 5573 "quote",
 5574 "syn 2.0.101",
 5575]
 5576
 5577[[package]]
 5578name = "foreign-types-shared"
 5579version = "0.1.1"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5582
 5583[[package]]
 5584name = "foreign-types-shared"
 5585version = "0.3.1"
 5586source = "registry+https://github.com/rust-lang/crates.io-index"
 5587checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5588
 5589[[package]]
 5590name = "fork"
 5591version = "0.2.0"
 5592source = "registry+https://github.com/rust-lang/crates.io-index"
 5593checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5594dependencies = [
 5595 "libc",
 5596]
 5597
 5598[[package]]
 5599name = "form_urlencoded"
 5600version = "1.2.1"
 5601source = "registry+https://github.com/rust-lang/crates.io-index"
 5602checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5603dependencies = [
 5604 "percent-encoding",
 5605]
 5606
 5607[[package]]
 5608name = "fraction"
 5609version = "0.15.3"
 5610source = "registry+https://github.com/rust-lang/crates.io-index"
 5611checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5612dependencies = [
 5613 "lazy_static",
 5614 "num",
 5615]
 5616
 5617[[package]]
 5618name = "freetype-sys"
 5619version = "0.20.1"
 5620source = "registry+https://github.com/rust-lang/crates.io-index"
 5621checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5622dependencies = [
 5623 "cc",
 5624 "libc",
 5625 "pkg-config",
 5626]
 5627
 5628[[package]]
 5629name = "fs"
 5630version = "0.1.0"
 5631dependencies = [
 5632 "anyhow",
 5633 "ashpd",
 5634 "async-tar",
 5635 "async-trait",
 5636 "cocoa 0.26.0",
 5637 "collections",
 5638 "fsevent",
 5639 "futures 0.3.31",
 5640 "git",
 5641 "gpui",
 5642 "ignore",
 5643 "libc",
 5644 "log",
 5645 "notify",
 5646 "objc",
 5647 "parking_lot",
 5648 "paths",
 5649 "proto",
 5650 "rope",
 5651 "serde",
 5652 "serde_json",
 5653 "smol",
 5654 "tempfile",
 5655 "text",
 5656 "time",
 5657 "util",
 5658 "windows 0.61.1",
 5659 "workspace-hack",
 5660]
 5661
 5662[[package]]
 5663name = "fs-set-times"
 5664version = "0.20.3"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5667dependencies = [
 5668 "io-lifetimes",
 5669 "rustix 1.0.7",
 5670 "windows-sys 0.59.0",
 5671]
 5672
 5673[[package]]
 5674name = "fs2"
 5675version = "0.4.3"
 5676source = "registry+https://github.com/rust-lang/crates.io-index"
 5677checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5678dependencies = [
 5679 "libc",
 5680 "winapi",
 5681]
 5682
 5683[[package]]
 5684name = "fs_extra"
 5685version = "1.3.0"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5688
 5689[[package]]
 5690name = "fsevent"
 5691version = "0.1.0"
 5692dependencies = [
 5693 "bitflags 2.9.0",
 5694 "core-foundation 0.10.0",
 5695 "fsevent-sys 3.1.0",
 5696 "parking_lot",
 5697 "tempfile",
 5698 "workspace-hack",
 5699]
 5700
 5701[[package]]
 5702name = "fsevent-sys"
 5703version = "3.1.0"
 5704source = "registry+https://github.com/rust-lang/crates.io-index"
 5705checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5706dependencies = [
 5707 "libc",
 5708]
 5709
 5710[[package]]
 5711name = "fsevent-sys"
 5712version = "4.1.0"
 5713source = "registry+https://github.com/rust-lang/crates.io-index"
 5714checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5715dependencies = [
 5716 "libc",
 5717]
 5718
 5719[[package]]
 5720name = "funty"
 5721version = "2.0.0"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5724
 5725[[package]]
 5726name = "futf"
 5727version = "0.1.5"
 5728source = "registry+https://github.com/rust-lang/crates.io-index"
 5729checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5730dependencies = [
 5731 "mac",
 5732 "new_debug_unreachable",
 5733]
 5734
 5735[[package]]
 5736name = "futures"
 5737version = "0.1.31"
 5738source = "registry+https://github.com/rust-lang/crates.io-index"
 5739checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5740
 5741[[package]]
 5742name = "futures"
 5743version = "0.3.31"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5746dependencies = [
 5747 "futures-channel",
 5748 "futures-core",
 5749 "futures-executor",
 5750 "futures-io",
 5751 "futures-sink",
 5752 "futures-task",
 5753 "futures-util",
 5754]
 5755
 5756[[package]]
 5757name = "futures-batch"
 5758version = "0.6.1"
 5759source = "registry+https://github.com/rust-lang/crates.io-index"
 5760checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5761dependencies = [
 5762 "futures 0.3.31",
 5763 "futures-timer",
 5764 "pin-utils",
 5765]
 5766
 5767[[package]]
 5768name = "futures-channel"
 5769version = "0.3.31"
 5770source = "registry+https://github.com/rust-lang/crates.io-index"
 5771checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5772dependencies = [
 5773 "futures-core",
 5774 "futures-sink",
 5775]
 5776
 5777[[package]]
 5778name = "futures-core"
 5779version = "0.3.31"
 5780source = "registry+https://github.com/rust-lang/crates.io-index"
 5781checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5782
 5783[[package]]
 5784name = "futures-executor"
 5785version = "0.3.31"
 5786source = "registry+https://github.com/rust-lang/crates.io-index"
 5787checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5788dependencies = [
 5789 "futures-core",
 5790 "futures-task",
 5791 "futures-util",
 5792]
 5793
 5794[[package]]
 5795name = "futures-intrusive"
 5796version = "0.5.0"
 5797source = "registry+https://github.com/rust-lang/crates.io-index"
 5798checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5799dependencies = [
 5800 "futures-core",
 5801 "lock_api",
 5802 "parking_lot",
 5803]
 5804
 5805[[package]]
 5806name = "futures-io"
 5807version = "0.3.31"
 5808source = "registry+https://github.com/rust-lang/crates.io-index"
 5809checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5810
 5811[[package]]
 5812name = "futures-lite"
 5813version = "1.13.0"
 5814source = "registry+https://github.com/rust-lang/crates.io-index"
 5815checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5816dependencies = [
 5817 "fastrand 1.9.0",
 5818 "futures-core",
 5819 "futures-io",
 5820 "memchr",
 5821 "parking",
 5822 "pin-project-lite",
 5823 "waker-fn",
 5824]
 5825
 5826[[package]]
 5827name = "futures-lite"
 5828version = "2.6.0"
 5829source = "registry+https://github.com/rust-lang/crates.io-index"
 5830checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5831dependencies = [
 5832 "fastrand 2.3.0",
 5833 "futures-core",
 5834 "futures-io",
 5835 "parking",
 5836 "pin-project-lite",
 5837]
 5838
 5839[[package]]
 5840name = "futures-macro"
 5841version = "0.3.31"
 5842source = "registry+https://github.com/rust-lang/crates.io-index"
 5843checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5844dependencies = [
 5845 "proc-macro2",
 5846 "quote",
 5847 "syn 2.0.101",
 5848]
 5849
 5850[[package]]
 5851name = "futures-sink"
 5852version = "0.3.31"
 5853source = "registry+https://github.com/rust-lang/crates.io-index"
 5854checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5855
 5856[[package]]
 5857name = "futures-task"
 5858version = "0.3.31"
 5859source = "registry+https://github.com/rust-lang/crates.io-index"
 5860checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5861
 5862[[package]]
 5863name = "futures-timer"
 5864version = "3.0.3"
 5865source = "registry+https://github.com/rust-lang/crates.io-index"
 5866checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5867
 5868[[package]]
 5869name = "futures-util"
 5870version = "0.3.31"
 5871source = "registry+https://github.com/rust-lang/crates.io-index"
 5872checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5873dependencies = [
 5874 "futures 0.1.31",
 5875 "futures-channel",
 5876 "futures-core",
 5877 "futures-io",
 5878 "futures-macro",
 5879 "futures-sink",
 5880 "futures-task",
 5881 "memchr",
 5882 "pin-project-lite",
 5883 "pin-utils",
 5884 "slab",
 5885 "tokio-io",
 5886]
 5887
 5888[[package]]
 5889name = "fuzzy"
 5890version = "0.1.0"
 5891dependencies = [
 5892 "gpui",
 5893 "log",
 5894 "util",
 5895 "workspace-hack",
 5896]
 5897
 5898[[package]]
 5899name = "fuzzy-matcher"
 5900version = "0.3.7"
 5901source = "registry+https://github.com/rust-lang/crates.io-index"
 5902checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5903dependencies = [
 5904 "thread_local",
 5905]
 5906
 5907[[package]]
 5908name = "generic-array"
 5909version = "0.14.7"
 5910source = "registry+https://github.com/rust-lang/crates.io-index"
 5911checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5912dependencies = [
 5913 "typenum",
 5914 "version_check",
 5915]
 5916
 5917[[package]]
 5918name = "gethostname"
 5919version = "0.4.3"
 5920source = "registry+https://github.com/rust-lang/crates.io-index"
 5921checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5922dependencies = [
 5923 "libc",
 5924 "windows-targets 0.48.5",
 5925]
 5926
 5927[[package]]
 5928name = "getrandom"
 5929version = "0.1.16"
 5930source = "registry+https://github.com/rust-lang/crates.io-index"
 5931checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5932dependencies = [
 5933 "cfg-if",
 5934 "libc",
 5935 "wasi 0.9.0+wasi-snapshot-preview1",
 5936]
 5937
 5938[[package]]
 5939name = "getrandom"
 5940version = "0.2.15"
 5941source = "registry+https://github.com/rust-lang/crates.io-index"
 5942checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5943dependencies = [
 5944 "cfg-if",
 5945 "js-sys",
 5946 "libc",
 5947 "wasi 0.11.0+wasi-snapshot-preview1",
 5948 "wasm-bindgen",
 5949]
 5950
 5951[[package]]
 5952name = "getrandom"
 5953version = "0.3.2"
 5954source = "registry+https://github.com/rust-lang/crates.io-index"
 5955checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5956dependencies = [
 5957 "cfg-if",
 5958 "js-sys",
 5959 "libc",
 5960 "r-efi",
 5961 "wasi 0.14.2+wasi-0.2.4",
 5962 "wasm-bindgen",
 5963]
 5964
 5965[[package]]
 5966name = "gif"
 5967version = "0.13.1"
 5968source = "registry+https://github.com/rust-lang/crates.io-index"
 5969checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5970dependencies = [
 5971 "color_quant",
 5972 "weezl",
 5973]
 5974
 5975[[package]]
 5976name = "gimli"
 5977version = "0.31.1"
 5978source = "registry+https://github.com/rust-lang/crates.io-index"
 5979checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5980dependencies = [
 5981 "fallible-iterator",
 5982 "indexmap",
 5983 "stable_deref_trait",
 5984]
 5985
 5986[[package]]
 5987name = "git"
 5988version = "0.1.0"
 5989dependencies = [
 5990 "anyhow",
 5991 "askpass",
 5992 "async-trait",
 5993 "collections",
 5994 "derive_more",
 5995 "futures 0.3.31",
 5996 "git2",
 5997 "gpui",
 5998 "http_client",
 5999 "log",
 6000 "parking_lot",
 6001 "pretty_assertions",
 6002 "regex",
 6003 "rope",
 6004 "schemars",
 6005 "serde",
 6006 "serde_json",
 6007 "smol",
 6008 "sum_tree",
 6009 "tempfile",
 6010 "text",
 6011 "thiserror 2.0.12",
 6012 "time",
 6013 "unindent",
 6014 "url",
 6015 "util",
 6016 "uuid",
 6017 "workspace-hack",
 6018]
 6019
 6020[[package]]
 6021name = "git2"
 6022version = "0.20.1"
 6023source = "registry+https://github.com/rust-lang/crates.io-index"
 6024checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6025dependencies = [
 6026 "bitflags 2.9.0",
 6027 "libc",
 6028 "libgit2-sys",
 6029 "log",
 6030 "url",
 6031]
 6032
 6033[[package]]
 6034name = "git_hosting_providers"
 6035version = "0.1.0"
 6036dependencies = [
 6037 "anyhow",
 6038 "async-trait",
 6039 "futures 0.3.31",
 6040 "git",
 6041 "gpui",
 6042 "http_client",
 6043 "indoc",
 6044 "pretty_assertions",
 6045 "regex",
 6046 "schemars",
 6047 "serde",
 6048 "serde_json",
 6049 "settings",
 6050 "url",
 6051 "util",
 6052 "workspace-hack",
 6053]
 6054
 6055[[package]]
 6056name = "git_ui"
 6057version = "0.1.0"
 6058dependencies = [
 6059 "anyhow",
 6060 "askpass",
 6061 "assistant_settings",
 6062 "buffer_diff",
 6063 "chrono",
 6064 "collections",
 6065 "command_palette_hooks",
 6066 "component",
 6067 "ctor",
 6068 "db",
 6069 "editor",
 6070 "env_logger 0.11.8",
 6071 "futures 0.3.31",
 6072 "fuzzy",
 6073 "git",
 6074 "gpui",
 6075 "itertools 0.14.0",
 6076 "language",
 6077 "language_model",
 6078 "linkify",
 6079 "log",
 6080 "markdown",
 6081 "menu",
 6082 "multi_buffer",
 6083 "notifications",
 6084 "panel",
 6085 "picker",
 6086 "postage",
 6087 "pretty_assertions",
 6088 "project",
 6089 "schemars",
 6090 "serde",
 6091 "serde_derive",
 6092 "serde_json",
 6093 "settings",
 6094 "strum 0.27.1",
 6095 "telemetry",
 6096 "theme",
 6097 "time",
 6098 "time_format",
 6099 "ui",
 6100 "unindent",
 6101 "util",
 6102 "windows 0.61.1",
 6103 "workspace",
 6104 "workspace-hack",
 6105 "zed_actions",
 6106]
 6107
 6108[[package]]
 6109name = "gix"
 6110version = "0.71.0"
 6111source = "registry+https://github.com/rust-lang/crates.io-index"
 6112checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6113dependencies = [
 6114 "gix-actor",
 6115 "gix-attributes",
 6116 "gix-command",
 6117 "gix-commitgraph",
 6118 "gix-config",
 6119 "gix-date",
 6120 "gix-diff",
 6121 "gix-discover",
 6122 "gix-features 0.41.1",
 6123 "gix-filter",
 6124 "gix-fs 0.14.0",
 6125 "gix-glob",
 6126 "gix-hash 0.17.0",
 6127 "gix-hashtable",
 6128 "gix-ignore",
 6129 "gix-index",
 6130 "gix-lock",
 6131 "gix-object",
 6132 "gix-odb",
 6133 "gix-pack",
 6134 "gix-path",
 6135 "gix-pathspec",
 6136 "gix-protocol",
 6137 "gix-ref",
 6138 "gix-refspec",
 6139 "gix-revision",
 6140 "gix-revwalk",
 6141 "gix-sec",
 6142 "gix-shallow",
 6143 "gix-submodule",
 6144 "gix-tempfile",
 6145 "gix-trace",
 6146 "gix-traverse",
 6147 "gix-url",
 6148 "gix-utils 0.2.0",
 6149 "gix-validate 0.9.4",
 6150 "gix-worktree",
 6151 "once_cell",
 6152 "smallvec",
 6153 "thiserror 2.0.12",
 6154]
 6155
 6156[[package]]
 6157name = "gix-actor"
 6158version = "0.34.0"
 6159source = "registry+https://github.com/rust-lang/crates.io-index"
 6160checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6161dependencies = [
 6162 "bstr",
 6163 "gix-date",
 6164 "gix-utils 0.2.0",
 6165 "itoa",
 6166 "thiserror 2.0.12",
 6167 "winnow",
 6168]
 6169
 6170[[package]]
 6171name = "gix-attributes"
 6172version = "0.25.0"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6175dependencies = [
 6176 "bstr",
 6177 "gix-glob",
 6178 "gix-path",
 6179 "gix-quote",
 6180 "gix-trace",
 6181 "kstring",
 6182 "smallvec",
 6183 "thiserror 2.0.12",
 6184 "unicode-bom",
 6185]
 6186
 6187[[package]]
 6188name = "gix-bitmap"
 6189version = "0.2.14"
 6190source = "registry+https://github.com/rust-lang/crates.io-index"
 6191checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6192dependencies = [
 6193 "thiserror 2.0.12",
 6194]
 6195
 6196[[package]]
 6197name = "gix-chunk"
 6198version = "0.4.11"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6201dependencies = [
 6202 "thiserror 2.0.12",
 6203]
 6204
 6205[[package]]
 6206name = "gix-command"
 6207version = "0.5.0"
 6208source = "registry+https://github.com/rust-lang/crates.io-index"
 6209checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6210dependencies = [
 6211 "bstr",
 6212 "gix-path",
 6213 "gix-quote",
 6214 "gix-trace",
 6215 "shell-words",
 6216]
 6217
 6218[[package]]
 6219name = "gix-commitgraph"
 6220version = "0.27.0"
 6221source = "registry+https://github.com/rust-lang/crates.io-index"
 6222checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6223dependencies = [
 6224 "bstr",
 6225 "gix-chunk",
 6226 "gix-hash 0.17.0",
 6227 "memmap2",
 6228 "thiserror 2.0.12",
 6229]
 6230
 6231[[package]]
 6232name = "gix-config"
 6233version = "0.44.0"
 6234source = "registry+https://github.com/rust-lang/crates.io-index"
 6235checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6236dependencies = [
 6237 "bstr",
 6238 "gix-config-value",
 6239 "gix-features 0.41.1",
 6240 "gix-glob",
 6241 "gix-path",
 6242 "gix-ref",
 6243 "gix-sec",
 6244 "memchr",
 6245 "once_cell",
 6246 "smallvec",
 6247 "thiserror 2.0.12",
 6248 "unicode-bom",
 6249 "winnow",
 6250]
 6251
 6252[[package]]
 6253name = "gix-config-value"
 6254version = "0.14.12"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6257dependencies = [
 6258 "bitflags 2.9.0",
 6259 "bstr",
 6260 "gix-path",
 6261 "libc",
 6262 "thiserror 2.0.12",
 6263]
 6264
 6265[[package]]
 6266name = "gix-date"
 6267version = "0.9.4"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6270dependencies = [
 6271 "bstr",
 6272 "itoa",
 6273 "jiff",
 6274 "thiserror 2.0.12",
 6275]
 6276
 6277[[package]]
 6278name = "gix-diff"
 6279version = "0.51.0"
 6280source = "registry+https://github.com/rust-lang/crates.io-index"
 6281checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6282dependencies = [
 6283 "bstr",
 6284 "gix-command",
 6285 "gix-filter",
 6286 "gix-fs 0.14.0",
 6287 "gix-hash 0.17.0",
 6288 "gix-object",
 6289 "gix-path",
 6290 "gix-tempfile",
 6291 "gix-trace",
 6292 "gix-traverse",
 6293 "gix-worktree",
 6294 "imara-diff",
 6295 "thiserror 2.0.12",
 6296]
 6297
 6298[[package]]
 6299name = "gix-discover"
 6300version = "0.39.0"
 6301source = "registry+https://github.com/rust-lang/crates.io-index"
 6302checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6303dependencies = [
 6304 "bstr",
 6305 "dunce",
 6306 "gix-fs 0.14.0",
 6307 "gix-hash 0.17.0",
 6308 "gix-path",
 6309 "gix-ref",
 6310 "gix-sec",
 6311 "thiserror 2.0.12",
 6312]
 6313
 6314[[package]]
 6315name = "gix-features"
 6316version = "0.41.1"
 6317source = "registry+https://github.com/rust-lang/crates.io-index"
 6318checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6319dependencies = [
 6320 "crc32fast",
 6321 "crossbeam-channel",
 6322 "flate2",
 6323 "gix-path",
 6324 "gix-trace",
 6325 "gix-utils 0.2.0",
 6326 "libc",
 6327 "once_cell",
 6328 "parking_lot",
 6329 "prodash",
 6330 "thiserror 2.0.12",
 6331 "walkdir",
 6332]
 6333
 6334[[package]]
 6335name = "gix-features"
 6336version = "0.42.1"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6339dependencies = [
 6340 "gix-trace",
 6341 "gix-utils 0.3.0",
 6342 "libc",
 6343 "prodash",
 6344]
 6345
 6346[[package]]
 6347name = "gix-filter"
 6348version = "0.18.0"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6351dependencies = [
 6352 "bstr",
 6353 "encoding_rs",
 6354 "gix-attributes",
 6355 "gix-command",
 6356 "gix-hash 0.17.0",
 6357 "gix-object",
 6358 "gix-packetline-blocking",
 6359 "gix-path",
 6360 "gix-quote",
 6361 "gix-trace",
 6362 "gix-utils 0.2.0",
 6363 "smallvec",
 6364 "thiserror 2.0.12",
 6365]
 6366
 6367[[package]]
 6368name = "gix-fs"
 6369version = "0.14.0"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6372dependencies = [
 6373 "bstr",
 6374 "fastrand 2.3.0",
 6375 "gix-features 0.41.1",
 6376 "gix-path",
 6377 "gix-utils 0.2.0",
 6378 "thiserror 2.0.12",
 6379]
 6380
 6381[[package]]
 6382name = "gix-fs"
 6383version = "0.15.0"
 6384source = "registry+https://github.com/rust-lang/crates.io-index"
 6385checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6386dependencies = [
 6387 "bstr",
 6388 "fastrand 2.3.0",
 6389 "gix-features 0.42.1",
 6390 "gix-path",
 6391 "gix-utils 0.3.0",
 6392 "thiserror 2.0.12",
 6393]
 6394
 6395[[package]]
 6396name = "gix-glob"
 6397version = "0.19.0"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6400dependencies = [
 6401 "bitflags 2.9.0",
 6402 "bstr",
 6403 "gix-features 0.41.1",
 6404 "gix-path",
 6405]
 6406
 6407[[package]]
 6408name = "gix-hash"
 6409version = "0.17.0"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6412dependencies = [
 6413 "faster-hex 0.9.0",
 6414 "gix-features 0.41.1",
 6415 "sha1-checked",
 6416 "thiserror 2.0.12",
 6417]
 6418
 6419[[package]]
 6420name = "gix-hash"
 6421version = "0.18.0"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6424dependencies = [
 6425 "faster-hex 0.10.0",
 6426 "gix-features 0.42.1",
 6427 "sha1-checked",
 6428 "thiserror 2.0.12",
 6429]
 6430
 6431[[package]]
 6432name = "gix-hashtable"
 6433version = "0.8.1"
 6434source = "registry+https://github.com/rust-lang/crates.io-index"
 6435checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6436dependencies = [
 6437 "gix-hash 0.18.0",
 6438 "hashbrown 0.14.5",
 6439 "parking_lot",
 6440]
 6441
 6442[[package]]
 6443name = "gix-ignore"
 6444version = "0.14.0"
 6445source = "registry+https://github.com/rust-lang/crates.io-index"
 6446checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6447dependencies = [
 6448 "bstr",
 6449 "gix-glob",
 6450 "gix-path",
 6451 "gix-trace",
 6452 "unicode-bom",
 6453]
 6454
 6455[[package]]
 6456name = "gix-index"
 6457version = "0.39.0"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6460dependencies = [
 6461 "bitflags 2.9.0",
 6462 "bstr",
 6463 "filetime",
 6464 "fnv",
 6465 "gix-bitmap",
 6466 "gix-features 0.41.1",
 6467 "gix-fs 0.14.0",
 6468 "gix-hash 0.17.0",
 6469 "gix-lock",
 6470 "gix-object",
 6471 "gix-traverse",
 6472 "gix-utils 0.2.0",
 6473 "gix-validate 0.9.4",
 6474 "hashbrown 0.14.5",
 6475 "itoa",
 6476 "libc",
 6477 "memmap2",
 6478 "rustix 0.38.44",
 6479 "smallvec",
 6480 "thiserror 2.0.12",
 6481]
 6482
 6483[[package]]
 6484name = "gix-lock"
 6485version = "17.1.0"
 6486source = "registry+https://github.com/rust-lang/crates.io-index"
 6487checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6488dependencies = [
 6489 "gix-tempfile",
 6490 "gix-utils 0.3.0",
 6491 "thiserror 2.0.12",
 6492]
 6493
 6494[[package]]
 6495name = "gix-object"
 6496version = "0.48.0"
 6497source = "registry+https://github.com/rust-lang/crates.io-index"
 6498checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6499dependencies = [
 6500 "bstr",
 6501 "gix-actor",
 6502 "gix-date",
 6503 "gix-features 0.41.1",
 6504 "gix-hash 0.17.0",
 6505 "gix-hashtable",
 6506 "gix-path",
 6507 "gix-utils 0.2.0",
 6508 "gix-validate 0.9.4",
 6509 "itoa",
 6510 "smallvec",
 6511 "thiserror 2.0.12",
 6512 "winnow",
 6513]
 6514
 6515[[package]]
 6516name = "gix-odb"
 6517version = "0.68.0"
 6518source = "registry+https://github.com/rust-lang/crates.io-index"
 6519checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6520dependencies = [
 6521 "arc-swap",
 6522 "gix-date",
 6523 "gix-features 0.41.1",
 6524 "gix-fs 0.14.0",
 6525 "gix-hash 0.17.0",
 6526 "gix-hashtable",
 6527 "gix-object",
 6528 "gix-pack",
 6529 "gix-path",
 6530 "gix-quote",
 6531 "parking_lot",
 6532 "tempfile",
 6533 "thiserror 2.0.12",
 6534]
 6535
 6536[[package]]
 6537name = "gix-pack"
 6538version = "0.58.0"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6541dependencies = [
 6542 "clru",
 6543 "gix-chunk",
 6544 "gix-features 0.41.1",
 6545 "gix-hash 0.17.0",
 6546 "gix-hashtable",
 6547 "gix-object",
 6548 "gix-path",
 6549 "memmap2",
 6550 "smallvec",
 6551 "thiserror 2.0.12",
 6552 "uluru",
 6553]
 6554
 6555[[package]]
 6556name = "gix-packetline"
 6557version = "0.18.4"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6560dependencies = [
 6561 "bstr",
 6562 "faster-hex 0.9.0",
 6563 "gix-trace",
 6564 "thiserror 2.0.12",
 6565]
 6566
 6567[[package]]
 6568name = "gix-packetline-blocking"
 6569version = "0.18.3"
 6570source = "registry+https://github.com/rust-lang/crates.io-index"
 6571checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6572dependencies = [
 6573 "bstr",
 6574 "faster-hex 0.9.0",
 6575 "gix-trace",
 6576 "thiserror 2.0.12",
 6577]
 6578
 6579[[package]]
 6580name = "gix-path"
 6581version = "0.10.18"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6584dependencies = [
 6585 "bstr",
 6586 "gix-trace",
 6587 "gix-validate 0.10.0",
 6588 "home",
 6589 "once_cell",
 6590 "thiserror 2.0.12",
 6591]
 6592
 6593[[package]]
 6594name = "gix-pathspec"
 6595version = "0.10.0"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6598dependencies = [
 6599 "bitflags 2.9.0",
 6600 "bstr",
 6601 "gix-attributes",
 6602 "gix-config-value",
 6603 "gix-glob",
 6604 "gix-path",
 6605 "thiserror 2.0.12",
 6606]
 6607
 6608[[package]]
 6609name = "gix-protocol"
 6610version = "0.49.0"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6613dependencies = [
 6614 "bstr",
 6615 "gix-date",
 6616 "gix-features 0.41.1",
 6617 "gix-hash 0.17.0",
 6618 "gix-ref",
 6619 "gix-shallow",
 6620 "gix-transport",
 6621 "gix-utils 0.2.0",
 6622 "maybe-async",
 6623 "thiserror 2.0.12",
 6624 "winnow",
 6625]
 6626
 6627[[package]]
 6628name = "gix-quote"
 6629version = "0.5.0"
 6630source = "registry+https://github.com/rust-lang/crates.io-index"
 6631checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6632dependencies = [
 6633 "bstr",
 6634 "gix-utils 0.2.0",
 6635 "thiserror 2.0.12",
 6636]
 6637
 6638[[package]]
 6639name = "gix-ref"
 6640version = "0.51.0"
 6641source = "registry+https://github.com/rust-lang/crates.io-index"
 6642checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6643dependencies = [
 6644 "gix-actor",
 6645 "gix-features 0.41.1",
 6646 "gix-fs 0.14.0",
 6647 "gix-hash 0.17.0",
 6648 "gix-lock",
 6649 "gix-object",
 6650 "gix-path",
 6651 "gix-tempfile",
 6652 "gix-utils 0.2.0",
 6653 "gix-validate 0.9.4",
 6654 "memmap2",
 6655 "thiserror 2.0.12",
 6656 "winnow",
 6657]
 6658
 6659[[package]]
 6660name = "gix-refspec"
 6661version = "0.29.0"
 6662source = "registry+https://github.com/rust-lang/crates.io-index"
 6663checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6664dependencies = [
 6665 "bstr",
 6666 "gix-hash 0.17.0",
 6667 "gix-revision",
 6668 "gix-validate 0.9.4",
 6669 "smallvec",
 6670 "thiserror 2.0.12",
 6671]
 6672
 6673[[package]]
 6674name = "gix-revision"
 6675version = "0.33.0"
 6676source = "registry+https://github.com/rust-lang/crates.io-index"
 6677checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6678dependencies = [
 6679 "bstr",
 6680 "gix-commitgraph",
 6681 "gix-date",
 6682 "gix-hash 0.17.0",
 6683 "gix-object",
 6684 "gix-revwalk",
 6685 "thiserror 2.0.12",
 6686]
 6687
 6688[[package]]
 6689name = "gix-revwalk"
 6690version = "0.19.0"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6693dependencies = [
 6694 "gix-commitgraph",
 6695 "gix-date",
 6696 "gix-hash 0.17.0",
 6697 "gix-hashtable",
 6698 "gix-object",
 6699 "smallvec",
 6700 "thiserror 2.0.12",
 6701]
 6702
 6703[[package]]
 6704name = "gix-sec"
 6705version = "0.10.12"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6708dependencies = [
 6709 "bitflags 2.9.0",
 6710 "gix-path",
 6711 "libc",
 6712 "windows-sys 0.52.0",
 6713]
 6714
 6715[[package]]
 6716name = "gix-shallow"
 6717version = "0.3.0"
 6718source = "registry+https://github.com/rust-lang/crates.io-index"
 6719checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6720dependencies = [
 6721 "bstr",
 6722 "gix-hash 0.17.0",
 6723 "gix-lock",
 6724 "thiserror 2.0.12",
 6725]
 6726
 6727[[package]]
 6728name = "gix-submodule"
 6729version = "0.18.0"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6732dependencies = [
 6733 "bstr",
 6734 "gix-config",
 6735 "gix-path",
 6736 "gix-pathspec",
 6737 "gix-refspec",
 6738 "gix-url",
 6739 "thiserror 2.0.12",
 6740]
 6741
 6742[[package]]
 6743name = "gix-tempfile"
 6744version = "17.1.0"
 6745source = "registry+https://github.com/rust-lang/crates.io-index"
 6746checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6747dependencies = [
 6748 "dashmap 6.1.0",
 6749 "gix-fs 0.15.0",
 6750 "libc",
 6751 "once_cell",
 6752 "parking_lot",
 6753 "tempfile",
 6754]
 6755
 6756[[package]]
 6757name = "gix-trace"
 6758version = "0.1.12"
 6759source = "registry+https://github.com/rust-lang/crates.io-index"
 6760checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6761
 6762[[package]]
 6763name = "gix-transport"
 6764version = "0.46.0"
 6765source = "registry+https://github.com/rust-lang/crates.io-index"
 6766checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6767dependencies = [
 6768 "bstr",
 6769 "gix-command",
 6770 "gix-features 0.41.1",
 6771 "gix-packetline",
 6772 "gix-quote",
 6773 "gix-sec",
 6774 "gix-url",
 6775 "thiserror 2.0.12",
 6776]
 6777
 6778[[package]]
 6779name = "gix-traverse"
 6780version = "0.45.0"
 6781source = "registry+https://github.com/rust-lang/crates.io-index"
 6782checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6783dependencies = [
 6784 "bitflags 2.9.0",
 6785 "gix-commitgraph",
 6786 "gix-date",
 6787 "gix-hash 0.17.0",
 6788 "gix-hashtable",
 6789 "gix-object",
 6790 "gix-revwalk",
 6791 "smallvec",
 6792 "thiserror 2.0.12",
 6793]
 6794
 6795[[package]]
 6796name = "gix-url"
 6797version = "0.30.0"
 6798source = "registry+https://github.com/rust-lang/crates.io-index"
 6799checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6800dependencies = [
 6801 "bstr",
 6802 "gix-features 0.41.1",
 6803 "gix-path",
 6804 "percent-encoding",
 6805 "thiserror 2.0.12",
 6806 "url",
 6807]
 6808
 6809[[package]]
 6810name = "gix-utils"
 6811version = "0.2.0"
 6812source = "registry+https://github.com/rust-lang/crates.io-index"
 6813checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6814dependencies = [
 6815 "fastrand 2.3.0",
 6816 "unicode-normalization",
 6817]
 6818
 6819[[package]]
 6820name = "gix-utils"
 6821version = "0.3.0"
 6822source = "registry+https://github.com/rust-lang/crates.io-index"
 6823checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6824dependencies = [
 6825 "fastrand 2.3.0",
 6826 "unicode-normalization",
 6827]
 6828
 6829[[package]]
 6830name = "gix-validate"
 6831version = "0.9.4"
 6832source = "registry+https://github.com/rust-lang/crates.io-index"
 6833checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6834dependencies = [
 6835 "bstr",
 6836 "thiserror 2.0.12",
 6837]
 6838
 6839[[package]]
 6840name = "gix-validate"
 6841version = "0.10.0"
 6842source = "registry+https://github.com/rust-lang/crates.io-index"
 6843checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6844dependencies = [
 6845 "bstr",
 6846 "thiserror 2.0.12",
 6847]
 6848
 6849[[package]]
 6850name = "gix-worktree"
 6851version = "0.40.0"
 6852source = "registry+https://github.com/rust-lang/crates.io-index"
 6853checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6854dependencies = [
 6855 "bstr",
 6856 "gix-attributes",
 6857 "gix-features 0.41.1",
 6858 "gix-fs 0.14.0",
 6859 "gix-glob",
 6860 "gix-hash 0.17.0",
 6861 "gix-ignore",
 6862 "gix-index",
 6863 "gix-object",
 6864 "gix-path",
 6865 "gix-validate 0.9.4",
 6866]
 6867
 6868[[package]]
 6869name = "glob"
 6870version = "0.3.2"
 6871source = "registry+https://github.com/rust-lang/crates.io-index"
 6872checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6873
 6874[[package]]
 6875name = "globset"
 6876version = "0.4.16"
 6877source = "registry+https://github.com/rust-lang/crates.io-index"
 6878checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6879dependencies = [
 6880 "aho-corasick",
 6881 "bstr",
 6882 "log",
 6883 "regex-automata 0.4.9",
 6884 "regex-syntax 0.8.5",
 6885]
 6886
 6887[[package]]
 6888name = "gloo-timers"
 6889version = "0.3.0"
 6890source = "registry+https://github.com/rust-lang/crates.io-index"
 6891checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6892dependencies = [
 6893 "futures-channel",
 6894 "futures-core",
 6895 "js-sys",
 6896 "wasm-bindgen",
 6897]
 6898
 6899[[package]]
 6900name = "glow"
 6901version = "0.14.2"
 6902source = "registry+https://github.com/rust-lang/crates.io-index"
 6903checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6904dependencies = [
 6905 "js-sys",
 6906 "slotmap",
 6907 "wasm-bindgen",
 6908 "web-sys",
 6909]
 6910
 6911[[package]]
 6912name = "go_to_line"
 6913version = "0.1.0"
 6914dependencies = [
 6915 "anyhow",
 6916 "editor",
 6917 "gpui",
 6918 "indoc",
 6919 "language",
 6920 "menu",
 6921 "project",
 6922 "rope",
 6923 "schemars",
 6924 "serde",
 6925 "serde_json",
 6926 "settings",
 6927 "text",
 6928 "theme",
 6929 "tree-sitter-rust",
 6930 "tree-sitter-typescript",
 6931 "ui",
 6932 "util",
 6933 "workspace",
 6934 "workspace-hack",
 6935]
 6936
 6937[[package]]
 6938name = "google_ai"
 6939version = "0.1.0"
 6940dependencies = [
 6941 "anyhow",
 6942 "futures 0.3.31",
 6943 "http_client",
 6944 "schemars",
 6945 "serde",
 6946 "serde_json",
 6947 "strum 0.27.1",
 6948 "workspace-hack",
 6949]
 6950
 6951[[package]]
 6952name = "gpu-alloc"
 6953version = "0.6.0"
 6954source = "registry+https://github.com/rust-lang/crates.io-index"
 6955checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6956dependencies = [
 6957 "bitflags 2.9.0",
 6958 "gpu-alloc-types",
 6959]
 6960
 6961[[package]]
 6962name = "gpu-alloc-ash"
 6963version = "0.7.0"
 6964source = "registry+https://github.com/rust-lang/crates.io-index"
 6965checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 6966dependencies = [
 6967 "ash",
 6968 "gpu-alloc-types",
 6969 "tinyvec",
 6970]
 6971
 6972[[package]]
 6973name = "gpu-alloc-types"
 6974version = "0.3.0"
 6975source = "registry+https://github.com/rust-lang/crates.io-index"
 6976checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 6977dependencies = [
 6978 "bitflags 2.9.0",
 6979]
 6980
 6981[[package]]
 6982name = "gpui"
 6983version = "0.1.0"
 6984dependencies = [
 6985 "anyhow",
 6986 "as-raw-xcb-connection",
 6987 "ashpd",
 6988 "async-task",
 6989 "backtrace",
 6990 "bindgen 0.71.1",
 6991 "blade-graphics",
 6992 "blade-macros",
 6993 "blade-util",
 6994 "block",
 6995 "bytemuck",
 6996 "calloop",
 6997 "calloop-wayland-source",
 6998 "cbindgen",
 6999 "cocoa 0.26.0",
 7000 "collections",
 7001 "core-foundation 0.10.0",
 7002 "core-foundation-sys",
 7003 "core-graphics 0.24.0",
 7004 "core-text",
 7005 "core-video",
 7006 "cosmic-text",
 7007 "ctor",
 7008 "derive_more",
 7009 "embed-resource",
 7010 "env_logger 0.11.8",
 7011 "etagere",
 7012 "filedescriptor",
 7013 "flume",
 7014 "font-kit",
 7015 "foreign-types 0.5.0",
 7016 "futures 0.3.31",
 7017 "gpui_macros",
 7018 "http_client",
 7019 "image",
 7020 "inventory",
 7021 "itertools 0.14.0",
 7022 "log",
 7023 "lyon",
 7024 "media",
 7025 "metal",
 7026 "naga",
 7027 "num_cpus",
 7028 "objc",
 7029 "objc2",
 7030 "objc2-metal",
 7031 "oo7",
 7032 "open",
 7033 "parking",
 7034 "parking_lot",
 7035 "pathfinder_geometry",
 7036 "postage",
 7037 "profiling",
 7038 "rand 0.8.5",
 7039 "raw-window-handle",
 7040 "refineable",
 7041 "reqwest_client",
 7042 "resvg",
 7043 "scap",
 7044 "schemars",
 7045 "seahash",
 7046 "semantic_version",
 7047 "serde",
 7048 "serde_derive",
 7049 "serde_json",
 7050 "slotmap",
 7051 "smallvec",
 7052 "smol",
 7053 "strum 0.27.1",
 7054 "sum_tree",
 7055 "taffy",
 7056 "thiserror 2.0.12",
 7057 "unicode-segmentation",
 7058 "usvg",
 7059 "util",
 7060 "uuid",
 7061 "waker-fn",
 7062 "wayland-backend",
 7063 "wayland-client",
 7064 "wayland-cursor",
 7065 "wayland-protocols",
 7066 "wayland-protocols-plasma",
 7067 "windows 0.61.1",
 7068 "windows-core 0.61.0",
 7069 "windows-numerics",
 7070 "windows-registry 0.5.1",
 7071 "workspace-hack",
 7072 "x11-clipboard",
 7073 "x11rb",
 7074 "xim",
 7075 "xkbcommon",
 7076]
 7077
 7078[[package]]
 7079name = "gpui_macros"
 7080version = "0.1.0"
 7081dependencies = [
 7082 "gpui",
 7083 "proc-macro2",
 7084 "quote",
 7085 "syn 1.0.109",
 7086 "workspace-hack",
 7087]
 7088
 7089[[package]]
 7090name = "gpui_tokio"
 7091version = "0.1.0"
 7092dependencies = [
 7093 "gpui",
 7094 "tokio",
 7095 "util",
 7096 "workspace-hack",
 7097]
 7098
 7099[[package]]
 7100name = "grid"
 7101version = "0.13.0"
 7102source = "registry+https://github.com/rust-lang/crates.io-index"
 7103checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7104
 7105[[package]]
 7106name = "group"
 7107version = "0.12.1"
 7108source = "registry+https://github.com/rust-lang/crates.io-index"
 7109checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7110dependencies = [
 7111 "ff",
 7112 "rand_core 0.6.4",
 7113 "subtle",
 7114]
 7115
 7116[[package]]
 7117name = "h2"
 7118version = "0.3.26"
 7119source = "registry+https://github.com/rust-lang/crates.io-index"
 7120checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7121dependencies = [
 7122 "bytes 1.10.1",
 7123 "fnv",
 7124 "futures-core",
 7125 "futures-sink",
 7126 "futures-util",
 7127 "http 0.2.12",
 7128 "indexmap",
 7129 "slab",
 7130 "tokio",
 7131 "tokio-util",
 7132 "tracing",
 7133]
 7134
 7135[[package]]
 7136name = "h2"
 7137version = "0.4.9"
 7138source = "registry+https://github.com/rust-lang/crates.io-index"
 7139checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7140dependencies = [
 7141 "atomic-waker",
 7142 "bytes 1.10.1",
 7143 "fnv",
 7144 "futures-core",
 7145 "futures-sink",
 7146 "http 1.3.1",
 7147 "indexmap",
 7148 "slab",
 7149 "tokio",
 7150 "tokio-util",
 7151 "tracing",
 7152]
 7153
 7154[[package]]
 7155name = "half"
 7156version = "2.6.0"
 7157source = "registry+https://github.com/rust-lang/crates.io-index"
 7158checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7159dependencies = [
 7160 "cfg-if",
 7161 "crunchy",
 7162 "num-traits",
 7163]
 7164
 7165[[package]]
 7166name = "handlebars"
 7167version = "4.5.0"
 7168source = "registry+https://github.com/rust-lang/crates.io-index"
 7169checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7170dependencies = [
 7171 "log",
 7172 "pest",
 7173 "pest_derive",
 7174 "rust-embed",
 7175 "serde",
 7176 "serde_json",
 7177 "thiserror 1.0.69",
 7178]
 7179
 7180[[package]]
 7181name = "handlebars"
 7182version = "6.3.2"
 7183source = "registry+https://github.com/rust-lang/crates.io-index"
 7184checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7185dependencies = [
 7186 "derive_builder",
 7187 "log",
 7188 "num-order",
 7189 "pest",
 7190 "pest_derive",
 7191 "serde",
 7192 "serde_json",
 7193 "thiserror 2.0.12",
 7194]
 7195
 7196[[package]]
 7197name = "hash32"
 7198version = "0.3.1"
 7199source = "registry+https://github.com/rust-lang/crates.io-index"
 7200checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7201dependencies = [
 7202 "byteorder",
 7203]
 7204
 7205[[package]]
 7206name = "hashbrown"
 7207version = "0.12.3"
 7208source = "registry+https://github.com/rust-lang/crates.io-index"
 7209checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7210dependencies = [
 7211 "ahash 0.7.8",
 7212]
 7213
 7214[[package]]
 7215name = "hashbrown"
 7216version = "0.14.5"
 7217source = "registry+https://github.com/rust-lang/crates.io-index"
 7218checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7219dependencies = [
 7220 "ahash 0.8.11",
 7221 "allocator-api2",
 7222]
 7223
 7224[[package]]
 7225name = "hashbrown"
 7226version = "0.15.3"
 7227source = "registry+https://github.com/rust-lang/crates.io-index"
 7228checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7229dependencies = [
 7230 "allocator-api2",
 7231 "equivalent",
 7232 "foldhash",
 7233 "serde",
 7234]
 7235
 7236[[package]]
 7237name = "hashlink"
 7238version = "0.8.4"
 7239source = "registry+https://github.com/rust-lang/crates.io-index"
 7240checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7241dependencies = [
 7242 "hashbrown 0.14.5",
 7243]
 7244
 7245[[package]]
 7246name = "hashlink"
 7247version = "0.10.0"
 7248source = "registry+https://github.com/rust-lang/crates.io-index"
 7249checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7250dependencies = [
 7251 "hashbrown 0.15.3",
 7252]
 7253
 7254[[package]]
 7255name = "headers"
 7256version = "0.3.9"
 7257source = "registry+https://github.com/rust-lang/crates.io-index"
 7258checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7259dependencies = [
 7260 "base64 0.21.7",
 7261 "bytes 1.10.1",
 7262 "headers-core",
 7263 "http 0.2.12",
 7264 "httpdate",
 7265 "mime",
 7266 "sha1",
 7267]
 7268
 7269[[package]]
 7270name = "headers-core"
 7271version = "0.2.0"
 7272source = "registry+https://github.com/rust-lang/crates.io-index"
 7273checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7274dependencies = [
 7275 "http 0.2.12",
 7276]
 7277
 7278[[package]]
 7279name = "heapless"
 7280version = "0.8.0"
 7281source = "registry+https://github.com/rust-lang/crates.io-index"
 7282checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7283dependencies = [
 7284 "hash32",
 7285 "stable_deref_trait",
 7286]
 7287
 7288[[package]]
 7289name = "heck"
 7290version = "0.3.3"
 7291source = "registry+https://github.com/rust-lang/crates.io-index"
 7292checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7293dependencies = [
 7294 "unicode-segmentation",
 7295]
 7296
 7297[[package]]
 7298name = "heck"
 7299version = "0.4.1"
 7300source = "registry+https://github.com/rust-lang/crates.io-index"
 7301checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7302dependencies = [
 7303 "unicode-segmentation",
 7304]
 7305
 7306[[package]]
 7307name = "heck"
 7308version = "0.5.0"
 7309source = "registry+https://github.com/rust-lang/crates.io-index"
 7310checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7311
 7312[[package]]
 7313name = "heed"
 7314version = "0.21.0"
 7315source = "registry+https://github.com/rust-lang/crates.io-index"
 7316checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7317dependencies = [
 7318 "bitflags 2.9.0",
 7319 "byteorder",
 7320 "heed-traits",
 7321 "heed-types",
 7322 "libc",
 7323 "lmdb-master-sys",
 7324 "once_cell",
 7325 "page_size",
 7326 "serde",
 7327 "synchronoise",
 7328 "url",
 7329]
 7330
 7331[[package]]
 7332name = "heed-traits"
 7333version = "0.20.0"
 7334source = "registry+https://github.com/rust-lang/crates.io-index"
 7335checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7336
 7337[[package]]
 7338name = "heed-types"
 7339version = "0.21.0"
 7340source = "registry+https://github.com/rust-lang/crates.io-index"
 7341checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7342dependencies = [
 7343 "bincode",
 7344 "byteorder",
 7345 "heed-traits",
 7346 "serde",
 7347 "serde_json",
 7348]
 7349
 7350[[package]]
 7351name = "hermit-abi"
 7352version = "0.3.9"
 7353source = "registry+https://github.com/rust-lang/crates.io-index"
 7354checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7355
 7356[[package]]
 7357name = "hermit-abi"
 7358version = "0.4.0"
 7359source = "registry+https://github.com/rust-lang/crates.io-index"
 7360checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7361
 7362[[package]]
 7363name = "hermit-abi"
 7364version = "0.5.0"
 7365source = "registry+https://github.com/rust-lang/crates.io-index"
 7366checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7367
 7368[[package]]
 7369name = "hex"
 7370version = "0.4.3"
 7371source = "registry+https://github.com/rust-lang/crates.io-index"
 7372checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7373
 7374[[package]]
 7375name = "hexf-parse"
 7376version = "0.2.1"
 7377source = "registry+https://github.com/rust-lang/crates.io-index"
 7378checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7379
 7380[[package]]
 7381name = "hidden-trait"
 7382version = "0.1.2"
 7383source = "registry+https://github.com/rust-lang/crates.io-index"
 7384checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7385dependencies = [
 7386 "proc-macro2",
 7387 "quote",
 7388 "syn 1.0.109",
 7389]
 7390
 7391[[package]]
 7392name = "hkdf"
 7393version = "0.12.4"
 7394source = "registry+https://github.com/rust-lang/crates.io-index"
 7395checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7396dependencies = [
 7397 "hmac",
 7398]
 7399
 7400[[package]]
 7401name = "hmac"
 7402version = "0.12.1"
 7403source = "registry+https://github.com/rust-lang/crates.io-index"
 7404checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7405dependencies = [
 7406 "digest",
 7407]
 7408
 7409[[package]]
 7410name = "home"
 7411version = "0.5.11"
 7412source = "registry+https://github.com/rust-lang/crates.io-index"
 7413checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7414dependencies = [
 7415 "windows-sys 0.59.0",
 7416]
 7417
 7418[[package]]
 7419name = "hound"
 7420version = "3.5.1"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7423
 7424[[package]]
 7425name = "html5ever"
 7426version = "0.27.0"
 7427source = "registry+https://github.com/rust-lang/crates.io-index"
 7428checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7429dependencies = [
 7430 "log",
 7431 "mac",
 7432 "markup5ever 0.12.1",
 7433 "proc-macro2",
 7434 "quote",
 7435 "syn 2.0.101",
 7436]
 7437
 7438[[package]]
 7439name = "html5ever"
 7440version = "0.31.0"
 7441source = "registry+https://github.com/rust-lang/crates.io-index"
 7442checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7443dependencies = [
 7444 "log",
 7445 "mac",
 7446 "markup5ever 0.16.1",
 7447 "match_token",
 7448]
 7449
 7450[[package]]
 7451name = "html_to_markdown"
 7452version = "0.1.0"
 7453dependencies = [
 7454 "anyhow",
 7455 "html5ever 0.27.0",
 7456 "indoc",
 7457 "markup5ever_rcdom",
 7458 "pretty_assertions",
 7459 "regex",
 7460 "workspace-hack",
 7461]
 7462
 7463[[package]]
 7464name = "http"
 7465version = "0.2.12"
 7466source = "registry+https://github.com/rust-lang/crates.io-index"
 7467checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7468dependencies = [
 7469 "bytes 1.10.1",
 7470 "fnv",
 7471 "itoa",
 7472]
 7473
 7474[[package]]
 7475name = "http"
 7476version = "1.3.1"
 7477source = "registry+https://github.com/rust-lang/crates.io-index"
 7478checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7479dependencies = [
 7480 "bytes 1.10.1",
 7481 "fnv",
 7482 "itoa",
 7483]
 7484
 7485[[package]]
 7486name = "http-body"
 7487version = "0.4.6"
 7488source = "registry+https://github.com/rust-lang/crates.io-index"
 7489checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7490dependencies = [
 7491 "bytes 1.10.1",
 7492 "http 0.2.12",
 7493 "pin-project-lite",
 7494]
 7495
 7496[[package]]
 7497name = "http-body"
 7498version = "1.0.1"
 7499source = "registry+https://github.com/rust-lang/crates.io-index"
 7500checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7501dependencies = [
 7502 "bytes 1.10.1",
 7503 "http 1.3.1",
 7504]
 7505
 7506[[package]]
 7507name = "http-body-util"
 7508version = "0.1.3"
 7509source = "registry+https://github.com/rust-lang/crates.io-index"
 7510checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7511dependencies = [
 7512 "bytes 1.10.1",
 7513 "futures-core",
 7514 "http 1.3.1",
 7515 "http-body 1.0.1",
 7516 "pin-project-lite",
 7517]
 7518
 7519[[package]]
 7520name = "http-range-header"
 7521version = "0.3.1"
 7522source = "registry+https://github.com/rust-lang/crates.io-index"
 7523checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7524
 7525[[package]]
 7526name = "http-types"
 7527version = "2.12.0"
 7528source = "registry+https://github.com/rust-lang/crates.io-index"
 7529checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7530dependencies = [
 7531 "anyhow",
 7532 "async-channel 1.9.0",
 7533 "base64 0.13.1",
 7534 "futures-lite 1.13.0",
 7535 "http 0.2.12",
 7536 "infer",
 7537 "pin-project-lite",
 7538 "rand 0.7.3",
 7539 "serde",
 7540 "serde_json",
 7541 "serde_qs 0.8.5",
 7542 "serde_urlencoded",
 7543 "url",
 7544]
 7545
 7546[[package]]
 7547name = "http_client"
 7548version = "0.1.0"
 7549dependencies = [
 7550 "anyhow",
 7551 "bytes 1.10.1",
 7552 "derive_more",
 7553 "futures 0.3.31",
 7554 "http 1.3.1",
 7555 "log",
 7556 "serde",
 7557 "serde_json",
 7558 "url",
 7559 "workspace-hack",
 7560]
 7561
 7562[[package]]
 7563name = "http_client_tls"
 7564version = "0.1.0"
 7565dependencies = [
 7566 "rustls 0.23.26",
 7567 "rustls-platform-verifier",
 7568 "workspace-hack",
 7569]
 7570
 7571[[package]]
 7572name = "httparse"
 7573version = "1.10.1"
 7574source = "registry+https://github.com/rust-lang/crates.io-index"
 7575checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7576
 7577[[package]]
 7578name = "httpdate"
 7579version = "1.0.3"
 7580source = "registry+https://github.com/rust-lang/crates.io-index"
 7581checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7582
 7583[[package]]
 7584name = "human_bytes"
 7585version = "0.4.3"
 7586source = "registry+https://github.com/rust-lang/crates.io-index"
 7587checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7588
 7589[[package]]
 7590name = "humantime"
 7591version = "2.2.0"
 7592source = "registry+https://github.com/rust-lang/crates.io-index"
 7593checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7594
 7595[[package]]
 7596name = "hyper"
 7597version = "0.14.32"
 7598source = "registry+https://github.com/rust-lang/crates.io-index"
 7599checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7600dependencies = [
 7601 "bytes 1.10.1",
 7602 "futures-channel",
 7603 "futures-core",
 7604 "futures-util",
 7605 "h2 0.3.26",
 7606 "http 0.2.12",
 7607 "http-body 0.4.6",
 7608 "httparse",
 7609 "httpdate",
 7610 "itoa",
 7611 "pin-project-lite",
 7612 "socket2",
 7613 "tokio",
 7614 "tower-service",
 7615 "tracing",
 7616 "want",
 7617]
 7618
 7619[[package]]
 7620name = "hyper"
 7621version = "1.6.0"
 7622source = "registry+https://github.com/rust-lang/crates.io-index"
 7623checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7624dependencies = [
 7625 "bytes 1.10.1",
 7626 "futures-channel",
 7627 "futures-util",
 7628 "h2 0.4.9",
 7629 "http 1.3.1",
 7630 "http-body 1.0.1",
 7631 "httparse",
 7632 "itoa",
 7633 "pin-project-lite",
 7634 "smallvec",
 7635 "tokio",
 7636 "want",
 7637]
 7638
 7639[[package]]
 7640name = "hyper-rustls"
 7641version = "0.24.2"
 7642source = "registry+https://github.com/rust-lang/crates.io-index"
 7643checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7644dependencies = [
 7645 "futures-util",
 7646 "http 0.2.12",
 7647 "hyper 0.14.32",
 7648 "log",
 7649 "rustls 0.21.12",
 7650 "rustls-native-certs 0.6.3",
 7651 "tokio",
 7652 "tokio-rustls 0.24.1",
 7653]
 7654
 7655[[package]]
 7656name = "hyper-rustls"
 7657version = "0.27.5"
 7658source = "registry+https://github.com/rust-lang/crates.io-index"
 7659checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7660dependencies = [
 7661 "futures-util",
 7662 "http 1.3.1",
 7663 "hyper 1.6.0",
 7664 "hyper-util",
 7665 "rustls 0.23.26",
 7666 "rustls-native-certs 0.8.1",
 7667 "rustls-pki-types",
 7668 "tokio",
 7669 "tokio-rustls 0.26.2",
 7670 "tower-service",
 7671]
 7672
 7673[[package]]
 7674name = "hyper-tls"
 7675version = "0.5.0"
 7676source = "registry+https://github.com/rust-lang/crates.io-index"
 7677checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7678dependencies = [
 7679 "bytes 1.10.1",
 7680 "hyper 0.14.32",
 7681 "native-tls",
 7682 "tokio",
 7683 "tokio-native-tls",
 7684]
 7685
 7686[[package]]
 7687name = "hyper-util"
 7688version = "0.1.11"
 7689source = "registry+https://github.com/rust-lang/crates.io-index"
 7690checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7691dependencies = [
 7692 "bytes 1.10.1",
 7693 "futures-channel",
 7694 "futures-util",
 7695 "http 1.3.1",
 7696 "http-body 1.0.1",
 7697 "hyper 1.6.0",
 7698 "libc",
 7699 "pin-project-lite",
 7700 "socket2",
 7701 "tokio",
 7702 "tower-service",
 7703 "tracing",
 7704]
 7705
 7706[[package]]
 7707name = "iana-time-zone"
 7708version = "0.1.63"
 7709source = "registry+https://github.com/rust-lang/crates.io-index"
 7710checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7711dependencies = [
 7712 "android_system_properties",
 7713 "core-foundation-sys",
 7714 "iana-time-zone-haiku",
 7715 "js-sys",
 7716 "log",
 7717 "wasm-bindgen",
 7718 "windows-core 0.61.0",
 7719]
 7720
 7721[[package]]
 7722name = "iana-time-zone-haiku"
 7723version = "0.1.2"
 7724source = "registry+https://github.com/rust-lang/crates.io-index"
 7725checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7726dependencies = [
 7727 "cc",
 7728]
 7729
 7730[[package]]
 7731name = "icons"
 7732version = "0.1.0"
 7733dependencies = [
 7734 "serde",
 7735 "strum 0.27.1",
 7736 "workspace-hack",
 7737]
 7738
 7739[[package]]
 7740name = "icu_collections"
 7741version = "1.5.0"
 7742source = "registry+https://github.com/rust-lang/crates.io-index"
 7743checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7744dependencies = [
 7745 "displaydoc",
 7746 "yoke",
 7747 "zerofrom",
 7748 "zerovec",
 7749]
 7750
 7751[[package]]
 7752name = "icu_locid"
 7753version = "1.5.0"
 7754source = "registry+https://github.com/rust-lang/crates.io-index"
 7755checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7756dependencies = [
 7757 "displaydoc",
 7758 "litemap",
 7759 "tinystr",
 7760 "writeable",
 7761 "zerovec",
 7762]
 7763
 7764[[package]]
 7765name = "icu_locid_transform"
 7766version = "1.5.0"
 7767source = "registry+https://github.com/rust-lang/crates.io-index"
 7768checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7769dependencies = [
 7770 "displaydoc",
 7771 "icu_locid",
 7772 "icu_locid_transform_data",
 7773 "icu_provider",
 7774 "tinystr",
 7775 "zerovec",
 7776]
 7777
 7778[[package]]
 7779name = "icu_locid_transform_data"
 7780version = "1.5.1"
 7781source = "registry+https://github.com/rust-lang/crates.io-index"
 7782checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7783
 7784[[package]]
 7785name = "icu_normalizer"
 7786version = "1.5.0"
 7787source = "registry+https://github.com/rust-lang/crates.io-index"
 7788checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7789dependencies = [
 7790 "displaydoc",
 7791 "icu_collections",
 7792 "icu_normalizer_data",
 7793 "icu_properties",
 7794 "icu_provider",
 7795 "smallvec",
 7796 "utf16_iter",
 7797 "utf8_iter",
 7798 "write16",
 7799 "zerovec",
 7800]
 7801
 7802[[package]]
 7803name = "icu_normalizer_data"
 7804version = "1.5.1"
 7805source = "registry+https://github.com/rust-lang/crates.io-index"
 7806checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7807
 7808[[package]]
 7809name = "icu_properties"
 7810version = "1.5.1"
 7811source = "registry+https://github.com/rust-lang/crates.io-index"
 7812checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7813dependencies = [
 7814 "displaydoc",
 7815 "icu_collections",
 7816 "icu_locid_transform",
 7817 "icu_properties_data",
 7818 "icu_provider",
 7819 "tinystr",
 7820 "zerovec",
 7821]
 7822
 7823[[package]]
 7824name = "icu_properties_data"
 7825version = "1.5.1"
 7826source = "registry+https://github.com/rust-lang/crates.io-index"
 7827checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7828
 7829[[package]]
 7830name = "icu_provider"
 7831version = "1.5.0"
 7832source = "registry+https://github.com/rust-lang/crates.io-index"
 7833checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7834dependencies = [
 7835 "displaydoc",
 7836 "icu_locid",
 7837 "icu_provider_macros",
 7838 "stable_deref_trait",
 7839 "tinystr",
 7840 "writeable",
 7841 "yoke",
 7842 "zerofrom",
 7843 "zerovec",
 7844]
 7845
 7846[[package]]
 7847name = "icu_provider_macros"
 7848version = "1.5.0"
 7849source = "registry+https://github.com/rust-lang/crates.io-index"
 7850checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7851dependencies = [
 7852 "proc-macro2",
 7853 "quote",
 7854 "syn 2.0.101",
 7855]
 7856
 7857[[package]]
 7858name = "id-arena"
 7859version = "2.2.1"
 7860source = "registry+https://github.com/rust-lang/crates.io-index"
 7861checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7862
 7863[[package]]
 7864name = "ident_case"
 7865version = "1.0.1"
 7866source = "registry+https://github.com/rust-lang/crates.io-index"
 7867checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7868
 7869[[package]]
 7870name = "idna"
 7871version = "1.0.3"
 7872source = "registry+https://github.com/rust-lang/crates.io-index"
 7873checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7874dependencies = [
 7875 "idna_adapter",
 7876 "smallvec",
 7877 "utf8_iter",
 7878]
 7879
 7880[[package]]
 7881name = "idna_adapter"
 7882version = "1.2.0"
 7883source = "registry+https://github.com/rust-lang/crates.io-index"
 7884checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7885dependencies = [
 7886 "icu_normalizer",
 7887 "icu_properties",
 7888]
 7889
 7890[[package]]
 7891name = "ignore"
 7892version = "0.4.23"
 7893source = "registry+https://github.com/rust-lang/crates.io-index"
 7894checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7895dependencies = [
 7896 "crossbeam-deque",
 7897 "globset",
 7898 "log",
 7899 "memchr",
 7900 "regex-automata 0.4.9",
 7901 "same-file",
 7902 "walkdir",
 7903 "winapi-util",
 7904]
 7905
 7906[[package]]
 7907name = "image"
 7908version = "0.25.6"
 7909source = "registry+https://github.com/rust-lang/crates.io-index"
 7910checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7911dependencies = [
 7912 "bytemuck",
 7913 "byteorder-lite",
 7914 "color_quant",
 7915 "exr",
 7916 "gif",
 7917 "image-webp",
 7918 "num-traits",
 7919 "png",
 7920 "qoi",
 7921 "ravif",
 7922 "rayon",
 7923 "rgb",
 7924 "tiff",
 7925 "zune-core",
 7926 "zune-jpeg",
 7927]
 7928
 7929[[package]]
 7930name = "image-webp"
 7931version = "0.2.1"
 7932source = "registry+https://github.com/rust-lang/crates.io-index"
 7933checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7934dependencies = [
 7935 "byteorder-lite",
 7936 "quick-error",
 7937]
 7938
 7939[[package]]
 7940name = "image_viewer"
 7941version = "0.1.0"
 7942dependencies = [
 7943 "anyhow",
 7944 "db",
 7945 "editor",
 7946 "file_icons",
 7947 "gpui",
 7948 "log",
 7949 "project",
 7950 "schemars",
 7951 "serde",
 7952 "settings",
 7953 "theme",
 7954 "ui",
 7955 "util",
 7956 "workspace",
 7957 "workspace-hack",
 7958]
 7959
 7960[[package]]
 7961name = "imagesize"
 7962version = "0.13.0"
 7963source = "registry+https://github.com/rust-lang/crates.io-index"
 7964checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7965
 7966[[package]]
 7967name = "imara-diff"
 7968version = "0.1.8"
 7969source = "registry+https://github.com/rust-lang/crates.io-index"
 7970checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7971dependencies = [
 7972 "hashbrown 0.15.3",
 7973]
 7974
 7975[[package]]
 7976name = "imgref"
 7977version = "1.11.0"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 7980
 7981[[package]]
 7982name = "indexed_docs"
 7983version = "0.1.0"
 7984dependencies = [
 7985 "anyhow",
 7986 "async-trait",
 7987 "cargo_metadata",
 7988 "collections",
 7989 "derive_more",
 7990 "extension",
 7991 "fs",
 7992 "futures 0.3.31",
 7993 "fuzzy",
 7994 "gpui",
 7995 "heed",
 7996 "html_to_markdown",
 7997 "http_client",
 7998 "indexmap",
 7999 "indoc",
 8000 "parking_lot",
 8001 "paths",
 8002 "pretty_assertions",
 8003 "serde",
 8004 "strum 0.27.1",
 8005 "util",
 8006 "workspace-hack",
 8007]
 8008
 8009[[package]]
 8010name = "indexmap"
 8011version = "2.9.0"
 8012source = "registry+https://github.com/rust-lang/crates.io-index"
 8013checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8014dependencies = [
 8015 "equivalent",
 8016 "hashbrown 0.15.3",
 8017 "serde",
 8018]
 8019
 8020[[package]]
 8021name = "indoc"
 8022version = "2.0.6"
 8023source = "registry+https://github.com/rust-lang/crates.io-index"
 8024checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8025
 8026[[package]]
 8027name = "infer"
 8028version = "0.2.3"
 8029source = "registry+https://github.com/rust-lang/crates.io-index"
 8030checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8031
 8032[[package]]
 8033name = "inherent"
 8034version = "1.0.12"
 8035source = "registry+https://github.com/rust-lang/crates.io-index"
 8036checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8037dependencies = [
 8038 "proc-macro2",
 8039 "quote",
 8040 "syn 2.0.101",
 8041]
 8042
 8043[[package]]
 8044name = "inline_completion"
 8045version = "0.1.0"
 8046dependencies = [
 8047 "anyhow",
 8048 "gpui",
 8049 "language",
 8050 "project",
 8051 "workspace-hack",
 8052 "zed_llm_client",
 8053]
 8054
 8055[[package]]
 8056name = "inline_completion_button"
 8057version = "0.1.0"
 8058dependencies = [
 8059 "anyhow",
 8060 "client",
 8061 "copilot",
 8062 "editor",
 8063 "feature_flags",
 8064 "fs",
 8065 "futures 0.3.31",
 8066 "gpui",
 8067 "indoc",
 8068 "inline_completion",
 8069 "language",
 8070 "lsp",
 8071 "paths",
 8072 "project",
 8073 "regex",
 8074 "serde_json",
 8075 "settings",
 8076 "supermaven",
 8077 "telemetry",
 8078 "theme",
 8079 "ui",
 8080 "workspace",
 8081 "workspace-hack",
 8082 "zed_actions",
 8083 "zed_llm_client",
 8084 "zeta",
 8085]
 8086
 8087[[package]]
 8088name = "inotify"
 8089version = "0.11.0"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8092dependencies = [
 8093 "bitflags 2.9.0",
 8094 "inotify-sys",
 8095 "libc",
 8096]
 8097
 8098[[package]]
 8099name = "inotify-sys"
 8100version = "0.1.5"
 8101source = "registry+https://github.com/rust-lang/crates.io-index"
 8102checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8103dependencies = [
 8104 "libc",
 8105]
 8106
 8107[[package]]
 8108name = "inout"
 8109version = "0.1.4"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8112dependencies = [
 8113 "block-padding",
 8114 "generic-array",
 8115]
 8116
 8117[[package]]
 8118name = "install_cli"
 8119version = "0.1.0"
 8120dependencies = [
 8121 "anyhow",
 8122 "client",
 8123 "gpui",
 8124 "release_channel",
 8125 "smol",
 8126 "util",
 8127 "workspace",
 8128 "workspace-hack",
 8129]
 8130
 8131[[package]]
 8132name = "instant"
 8133version = "0.1.13"
 8134source = "registry+https://github.com/rust-lang/crates.io-index"
 8135checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8136dependencies = [
 8137 "cfg-if",
 8138]
 8139
 8140[[package]]
 8141name = "interim"
 8142version = "0.2.1"
 8143source = "registry+https://github.com/rust-lang/crates.io-index"
 8144checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8145dependencies = [
 8146 "chrono",
 8147 "logos",
 8148]
 8149
 8150[[package]]
 8151name = "interpolate_name"
 8152version = "0.2.4"
 8153source = "registry+https://github.com/rust-lang/crates.io-index"
 8154checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8155dependencies = [
 8156 "proc-macro2",
 8157 "quote",
 8158 "syn 2.0.101",
 8159]
 8160
 8161[[package]]
 8162name = "inventory"
 8163version = "0.3.20"
 8164source = "registry+https://github.com/rust-lang/crates.io-index"
 8165checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8166dependencies = [
 8167 "rustversion",
 8168]
 8169
 8170[[package]]
 8171name = "io-extras"
 8172version = "0.18.4"
 8173source = "registry+https://github.com/rust-lang/crates.io-index"
 8174checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8175dependencies = [
 8176 "io-lifetimes",
 8177 "windows-sys 0.59.0",
 8178]
 8179
 8180[[package]]
 8181name = "io-lifetimes"
 8182version = "2.0.4"
 8183source = "registry+https://github.com/rust-lang/crates.io-index"
 8184checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8185
 8186[[package]]
 8187name = "io-surface"
 8188version = "0.16.0"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8191dependencies = [
 8192 "cgl",
 8193 "core-foundation 0.10.0",
 8194 "core-foundation-sys",
 8195 "leaky-cow",
 8196 "libc",
 8197]
 8198
 8199[[package]]
 8200name = "iovec"
 8201version = "0.1.4"
 8202source = "registry+https://github.com/rust-lang/crates.io-index"
 8203checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8204dependencies = [
 8205 "libc",
 8206]
 8207
 8208[[package]]
 8209name = "ipc-channel"
 8210version = "0.19.0"
 8211source = "registry+https://github.com/rust-lang/crates.io-index"
 8212checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8213dependencies = [
 8214 "bincode",
 8215 "crossbeam-channel",
 8216 "fnv",
 8217 "lazy_static",
 8218 "libc",
 8219 "mio",
 8220 "rand 0.8.5",
 8221 "serde",
 8222 "tempfile",
 8223 "uuid",
 8224 "windows 0.58.0",
 8225]
 8226
 8227[[package]]
 8228name = "ipnet"
 8229version = "2.11.0"
 8230source = "registry+https://github.com/rust-lang/crates.io-index"
 8231checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8232
 8233[[package]]
 8234name = "is-docker"
 8235version = "0.2.0"
 8236source = "registry+https://github.com/rust-lang/crates.io-index"
 8237checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8238dependencies = [
 8239 "once_cell",
 8240]
 8241
 8242[[package]]
 8243name = "is-terminal"
 8244version = "0.4.16"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8247dependencies = [
 8248 "hermit-abi 0.5.0",
 8249 "libc",
 8250 "windows-sys 0.59.0",
 8251]
 8252
 8253[[package]]
 8254name = "is-wsl"
 8255version = "0.4.0"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8258dependencies = [
 8259 "is-docker",
 8260 "once_cell",
 8261]
 8262
 8263[[package]]
 8264name = "is_terminal_polyfill"
 8265version = "1.70.1"
 8266source = "registry+https://github.com/rust-lang/crates.io-index"
 8267checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8268
 8269[[package]]
 8270name = "itertools"
 8271version = "0.10.5"
 8272source = "registry+https://github.com/rust-lang/crates.io-index"
 8273checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8274dependencies = [
 8275 "either",
 8276]
 8277
 8278[[package]]
 8279name = "itertools"
 8280version = "0.11.0"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8283dependencies = [
 8284 "either",
 8285]
 8286
 8287[[package]]
 8288name = "itertools"
 8289version = "0.12.1"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8292dependencies = [
 8293 "either",
 8294]
 8295
 8296[[package]]
 8297name = "itertools"
 8298version = "0.13.0"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8301dependencies = [
 8302 "either",
 8303]
 8304
 8305[[package]]
 8306name = "itertools"
 8307version = "0.14.0"
 8308source = "registry+https://github.com/rust-lang/crates.io-index"
 8309checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8310dependencies = [
 8311 "either",
 8312]
 8313
 8314[[package]]
 8315name = "itoa"
 8316version = "1.0.15"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8319
 8320[[package]]
 8321name = "jiff"
 8322version = "0.2.10"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8325dependencies = [
 8326 "jiff-static",
 8327 "jiff-tzdb-platform",
 8328 "log",
 8329 "portable-atomic",
 8330 "portable-atomic-util",
 8331 "serde",
 8332 "windows-sys 0.59.0",
 8333]
 8334
 8335[[package]]
 8336name = "jiff-static"
 8337version = "0.2.10"
 8338source = "registry+https://github.com/rust-lang/crates.io-index"
 8339checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8340dependencies = [
 8341 "proc-macro2",
 8342 "quote",
 8343 "syn 2.0.101",
 8344]
 8345
 8346[[package]]
 8347name = "jiff-tzdb"
 8348version = "0.1.4"
 8349source = "registry+https://github.com/rust-lang/crates.io-index"
 8350checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8351
 8352[[package]]
 8353name = "jiff-tzdb-platform"
 8354version = "0.1.3"
 8355source = "registry+https://github.com/rust-lang/crates.io-index"
 8356checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8357dependencies = [
 8358 "jiff-tzdb",
 8359]
 8360
 8361[[package]]
 8362name = "jj"
 8363version = "0.1.0"
 8364dependencies = [
 8365 "anyhow",
 8366 "gpui",
 8367 "jj-lib",
 8368 "workspace-hack",
 8369]
 8370
 8371[[package]]
 8372name = "jj-lib"
 8373version = "0.29.0"
 8374source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8375dependencies = [
 8376 "async-trait",
 8377 "blake2",
 8378 "bstr",
 8379 "chrono",
 8380 "clru",
 8381 "digest",
 8382 "dunce",
 8383 "either",
 8384 "futures 0.3.31",
 8385 "gix",
 8386 "glob",
 8387 "hashbrown 0.15.3",
 8388 "hex",
 8389 "ignore",
 8390 "indexmap",
 8391 "interim",
 8392 "itertools 0.14.0",
 8393 "jj-lib-proc-macros",
 8394 "maplit",
 8395 "once_cell",
 8396 "pest",
 8397 "pest_derive",
 8398 "pollster 0.4.0",
 8399 "prost 0.13.5",
 8400 "rand 0.8.5",
 8401 "rand_chacha 0.3.1",
 8402 "rayon",
 8403 "ref-cast",
 8404 "regex",
 8405 "rustix 1.0.7",
 8406 "same-file",
 8407 "serde",
 8408 "serde_json",
 8409 "smallvec",
 8410 "strsim",
 8411 "tempfile",
 8412 "thiserror 2.0.12",
 8413 "toml_edit",
 8414 "tracing",
 8415 "version_check",
 8416 "winreg 0.52.0",
 8417]
 8418
 8419[[package]]
 8420name = "jj-lib-proc-macros"
 8421version = "0.29.0"
 8422source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8423dependencies = [
 8424 "proc-macro2",
 8425 "quote",
 8426 "syn 2.0.101",
 8427]
 8428
 8429[[package]]
 8430name = "jj_ui"
 8431version = "0.1.0"
 8432dependencies = [
 8433 "command_palette_hooks",
 8434 "feature_flags",
 8435 "fuzzy",
 8436 "gpui",
 8437 "jj",
 8438 "picker",
 8439 "ui",
 8440 "util",
 8441 "workspace",
 8442 "workspace-hack",
 8443 "zed_actions",
 8444]
 8445
 8446[[package]]
 8447name = "jni"
 8448version = "0.21.1"
 8449source = "registry+https://github.com/rust-lang/crates.io-index"
 8450checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8451dependencies = [
 8452 "cesu8",
 8453 "cfg-if",
 8454 "combine",
 8455 "jni-sys",
 8456 "log",
 8457 "thiserror 1.0.69",
 8458 "walkdir",
 8459 "windows-sys 0.45.0",
 8460]
 8461
 8462[[package]]
 8463name = "jni-sys"
 8464version = "0.3.0"
 8465source = "registry+https://github.com/rust-lang/crates.io-index"
 8466checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8467
 8468[[package]]
 8469name = "jobserver"
 8470version = "0.1.33"
 8471source = "registry+https://github.com/rust-lang/crates.io-index"
 8472checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8473dependencies = [
 8474 "getrandom 0.3.2",
 8475 "libc",
 8476]
 8477
 8478[[package]]
 8479name = "journal"
 8480version = "0.1.0"
 8481dependencies = [
 8482 "anyhow",
 8483 "chrono",
 8484 "editor",
 8485 "gpui",
 8486 "log",
 8487 "schemars",
 8488 "serde",
 8489 "settings",
 8490 "shellexpand 2.1.2",
 8491 "workspace",
 8492 "workspace-hack",
 8493]
 8494
 8495[[package]]
 8496name = "jpeg-decoder"
 8497version = "0.3.1"
 8498source = "registry+https://github.com/rust-lang/crates.io-index"
 8499checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8500
 8501[[package]]
 8502name = "js-sys"
 8503version = "0.3.77"
 8504source = "registry+https://github.com/rust-lang/crates.io-index"
 8505checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8506dependencies = [
 8507 "once_cell",
 8508 "wasm-bindgen",
 8509]
 8510
 8511[[package]]
 8512name = "jsonschema"
 8513version = "0.30.0"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8516dependencies = [
 8517 "ahash 0.8.11",
 8518 "base64 0.22.1",
 8519 "bytecount",
 8520 "email_address",
 8521 "fancy-regex 0.14.0",
 8522 "fraction",
 8523 "idna",
 8524 "itoa",
 8525 "num-cmp",
 8526 "num-traits",
 8527 "once_cell",
 8528 "percent-encoding",
 8529 "referencing",
 8530 "regex",
 8531 "regex-syntax 0.8.5",
 8532 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8533 "serde",
 8534 "serde_json",
 8535 "uuid-simd",
 8536]
 8537
 8538[[package]]
 8539name = "jsonwebtoken"
 8540version = "9.3.1"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8543dependencies = [
 8544 "base64 0.22.1",
 8545 "js-sys",
 8546 "pem",
 8547 "ring",
 8548 "serde",
 8549 "serde_json",
 8550 "simple_asn1",
 8551]
 8552
 8553[[package]]
 8554name = "jupyter-protocol"
 8555version = "0.6.0"
 8556source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8557dependencies = [
 8558 "anyhow",
 8559 "async-trait",
 8560 "bytes 1.10.1",
 8561 "chrono",
 8562 "futures 0.3.31",
 8563 "serde",
 8564 "serde_json",
 8565 "uuid",
 8566]
 8567
 8568[[package]]
 8569name = "jupyter-websocket-client"
 8570version = "0.9.0"
 8571source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8572dependencies = [
 8573 "anyhow",
 8574 "async-trait",
 8575 "async-tungstenite",
 8576 "futures 0.3.31",
 8577 "jupyter-protocol",
 8578 "serde",
 8579 "serde_json",
 8580 "url",
 8581 "uuid",
 8582]
 8583
 8584[[package]]
 8585name = "khronos-egl"
 8586version = "6.0.0"
 8587source = "registry+https://github.com/rust-lang/crates.io-index"
 8588checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8589dependencies = [
 8590 "libc",
 8591 "libloading",
 8592]
 8593
 8594[[package]]
 8595name = "kqueue"
 8596version = "1.0.8"
 8597source = "registry+https://github.com/rust-lang/crates.io-index"
 8598checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8599dependencies = [
 8600 "kqueue-sys",
 8601 "libc",
 8602]
 8603
 8604[[package]]
 8605name = "kqueue-sys"
 8606version = "1.0.4"
 8607source = "registry+https://github.com/rust-lang/crates.io-index"
 8608checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8609dependencies = [
 8610 "bitflags 1.3.2",
 8611 "libc",
 8612]
 8613
 8614[[package]]
 8615name = "kstring"
 8616version = "2.0.2"
 8617source = "registry+https://github.com/rust-lang/crates.io-index"
 8618checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8619dependencies = [
 8620 "static_assertions",
 8621]
 8622
 8623[[package]]
 8624name = "kurbo"
 8625version = "0.11.1"
 8626source = "registry+https://github.com/rust-lang/crates.io-index"
 8627checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8628dependencies = [
 8629 "arrayvec",
 8630 "smallvec",
 8631]
 8632
 8633[[package]]
 8634name = "kv-log-macro"
 8635version = "1.0.7"
 8636source = "registry+https://github.com/rust-lang/crates.io-index"
 8637checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8638dependencies = [
 8639 "log",
 8640]
 8641
 8642[[package]]
 8643name = "language"
 8644version = "0.1.0"
 8645dependencies = [
 8646 "anyhow",
 8647 "async-trait",
 8648 "async-watch",
 8649 "clock",
 8650 "collections",
 8651 "ctor",
 8652 "ec4rs",
 8653 "env_logger 0.11.8",
 8654 "fs",
 8655 "futures 0.3.31",
 8656 "fuzzy",
 8657 "globset",
 8658 "gpui",
 8659 "http_client",
 8660 "imara-diff",
 8661 "indoc",
 8662 "itertools 0.14.0",
 8663 "log",
 8664 "lsp",
 8665 "parking_lot",
 8666 "postage",
 8667 "pretty_assertions",
 8668 "rand 0.8.5",
 8669 "regex",
 8670 "rpc",
 8671 "schemars",
 8672 "serde",
 8673 "serde_json",
 8674 "settings",
 8675 "smallvec",
 8676 "smol",
 8677 "streaming-iterator",
 8678 "strsim",
 8679 "sum_tree",
 8680 "task",
 8681 "text",
 8682 "theme",
 8683 "tree-sitter",
 8684 "tree-sitter-elixir",
 8685 "tree-sitter-embedded-template",
 8686 "tree-sitter-heex",
 8687 "tree-sitter-html",
 8688 "tree-sitter-json",
 8689 "tree-sitter-md",
 8690 "tree-sitter-python",
 8691 "tree-sitter-ruby",
 8692 "tree-sitter-rust",
 8693 "tree-sitter-typescript",
 8694 "unicase",
 8695 "unindent",
 8696 "util",
 8697 "workspace-hack",
 8698]
 8699
 8700[[package]]
 8701name = "language_extension"
 8702version = "0.1.0"
 8703dependencies = [
 8704 "anyhow",
 8705 "async-trait",
 8706 "collections",
 8707 "extension",
 8708 "fs",
 8709 "futures 0.3.31",
 8710 "gpui",
 8711 "language",
 8712 "lsp",
 8713 "serde",
 8714 "serde_json",
 8715 "util",
 8716 "workspace-hack",
 8717]
 8718
 8719[[package]]
 8720name = "language_model"
 8721version = "0.1.0"
 8722dependencies = [
 8723 "anthropic",
 8724 "anyhow",
 8725 "base64 0.22.1",
 8726 "client",
 8727 "collections",
 8728 "futures 0.3.31",
 8729 "google_ai",
 8730 "gpui",
 8731 "http_client",
 8732 "icons",
 8733 "image",
 8734 "open_ai",
 8735 "parking_lot",
 8736 "proto",
 8737 "schemars",
 8738 "serde",
 8739 "serde_json",
 8740 "smol",
 8741 "strum 0.27.1",
 8742 "telemetry_events",
 8743 "thiserror 2.0.12",
 8744 "util",
 8745 "workspace-hack",
 8746 "zed_llm_client",
 8747]
 8748
 8749[[package]]
 8750name = "language_model_selector"
 8751version = "0.1.0"
 8752dependencies = [
 8753 "collections",
 8754 "feature_flags",
 8755 "futures 0.3.31",
 8756 "fuzzy",
 8757 "gpui",
 8758 "language_model",
 8759 "log",
 8760 "ordered-float 2.10.1",
 8761 "picker",
 8762 "proto",
 8763 "ui",
 8764 "workspace-hack",
 8765 "zed_actions",
 8766]
 8767
 8768[[package]]
 8769name = "language_models"
 8770version = "0.1.0"
 8771dependencies = [
 8772 "anthropic",
 8773 "anyhow",
 8774 "aws-config",
 8775 "aws-credential-types",
 8776 "aws_http_client",
 8777 "bedrock",
 8778 "client",
 8779 "collections",
 8780 "copilot",
 8781 "credentials_provider",
 8782 "deepseek",
 8783 "editor",
 8784 "feature_flags",
 8785 "fs",
 8786 "futures 0.3.31",
 8787 "google_ai",
 8788 "gpui",
 8789 "gpui_tokio",
 8790 "http_client",
 8791 "language_model",
 8792 "lmstudio",
 8793 "log",
 8794 "menu",
 8795 "mistral",
 8796 "ollama",
 8797 "open_ai",
 8798 "partial-json-fixer",
 8799 "project",
 8800 "proto",
 8801 "release_channel",
 8802 "schemars",
 8803 "serde",
 8804 "serde_json",
 8805 "settings",
 8806 "smol",
 8807 "strum 0.27.1",
 8808 "theme",
 8809 "thiserror 2.0.12",
 8810 "tiktoken-rs",
 8811 "tokio",
 8812 "ui",
 8813 "util",
 8814 "workspace-hack",
 8815 "zed_llm_client",
 8816]
 8817
 8818[[package]]
 8819name = "language_selector"
 8820version = "0.1.0"
 8821dependencies = [
 8822 "anyhow",
 8823 "editor",
 8824 "file_finder",
 8825 "file_icons",
 8826 "fuzzy",
 8827 "gpui",
 8828 "language",
 8829 "picker",
 8830 "project",
 8831 "settings",
 8832 "ui",
 8833 "util",
 8834 "workspace",
 8835 "workspace-hack",
 8836]
 8837
 8838[[package]]
 8839name = "language_tools"
 8840version = "0.1.0"
 8841dependencies = [
 8842 "anyhow",
 8843 "client",
 8844 "collections",
 8845 "copilot",
 8846 "editor",
 8847 "env_logger 0.11.8",
 8848 "futures 0.3.31",
 8849 "gpui",
 8850 "itertools 0.14.0",
 8851 "language",
 8852 "lsp",
 8853 "project",
 8854 "release_channel",
 8855 "serde_json",
 8856 "settings",
 8857 "theme",
 8858 "tree-sitter",
 8859 "ui",
 8860 "util",
 8861 "workspace",
 8862 "workspace-hack",
 8863 "zed_actions",
 8864]
 8865
 8866[[package]]
 8867name = "languages"
 8868version = "0.1.0"
 8869dependencies = [
 8870 "anyhow",
 8871 "async-compression",
 8872 "async-tar",
 8873 "async-trait",
 8874 "collections",
 8875 "futures 0.3.31",
 8876 "gpui",
 8877 "http_client",
 8878 "language",
 8879 "log",
 8880 "lsp",
 8881 "node_runtime",
 8882 "parking_lot",
 8883 "paths",
 8884 "pet",
 8885 "pet-conda",
 8886 "pet-core",
 8887 "pet-fs",
 8888 "pet-poetry",
 8889 "pet-reporter",
 8890 "pretty_assertions",
 8891 "project",
 8892 "regex",
 8893 "rope",
 8894 "rust-embed",
 8895 "serde",
 8896 "serde_json",
 8897 "settings",
 8898 "smol",
 8899 "snippet_provider",
 8900 "task",
 8901 "text",
 8902 "theme",
 8903 "toml 0.8.20",
 8904 "tree-sitter",
 8905 "tree-sitter-bash",
 8906 "tree-sitter-c",
 8907 "tree-sitter-cpp",
 8908 "tree-sitter-css",
 8909 "tree-sitter-diff",
 8910 "tree-sitter-gitcommit",
 8911 "tree-sitter-go",
 8912 "tree-sitter-gomod",
 8913 "tree-sitter-gowork",
 8914 "tree-sitter-jsdoc",
 8915 "tree-sitter-json",
 8916 "tree-sitter-md",
 8917 "tree-sitter-python",
 8918 "tree-sitter-regex",
 8919 "tree-sitter-rust",
 8920 "tree-sitter-typescript",
 8921 "tree-sitter-yaml",
 8922 "unindent",
 8923 "util",
 8924 "workspace",
 8925 "workspace-hack",
 8926]
 8927
 8928[[package]]
 8929name = "lazy_static"
 8930version = "1.5.0"
 8931source = "registry+https://github.com/rust-lang/crates.io-index"
 8932checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8933dependencies = [
 8934 "spin",
 8935]
 8936
 8937[[package]]
 8938name = "lazycell"
 8939version = "1.3.0"
 8940source = "registry+https://github.com/rust-lang/crates.io-index"
 8941checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8942
 8943[[package]]
 8944name = "leak"
 8945version = "0.1.2"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8948
 8949[[package]]
 8950name = "leaky-cow"
 8951version = "0.1.1"
 8952source = "registry+https://github.com/rust-lang/crates.io-index"
 8953checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8954dependencies = [
 8955 "leak",
 8956]
 8957
 8958[[package]]
 8959name = "leb128"
 8960version = "0.2.5"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8963
 8964[[package]]
 8965name = "leb128fmt"
 8966version = "0.1.0"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8969
 8970[[package]]
 8971name = "lebe"
 8972version = "0.5.2"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8975
 8976[[package]]
 8977name = "libc"
 8978version = "0.2.172"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8981
 8982[[package]]
 8983name = "libdbus-sys"
 8984version = "0.2.5"
 8985source = "registry+https://github.com/rust-lang/crates.io-index"
 8986checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 8987dependencies = [
 8988 "cc",
 8989 "pkg-config",
 8990]
 8991
 8992[[package]]
 8993name = "libfuzzer-sys"
 8994version = "0.4.9"
 8995source = "registry+https://github.com/rust-lang/crates.io-index"
 8996checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 8997dependencies = [
 8998 "arbitrary",
 8999 "cc",
 9000]
 9001
 9002[[package]]
 9003name = "libgit2-sys"
 9004version = "0.18.1+1.9.0"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9007dependencies = [
 9008 "cc",
 9009 "libc",
 9010 "libz-sys",
 9011 "pkg-config",
 9012]
 9013
 9014[[package]]
 9015name = "libloading"
 9016version = "0.8.6"
 9017source = "registry+https://github.com/rust-lang/crates.io-index"
 9018checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9019dependencies = [
 9020 "cfg-if",
 9021 "windows-targets 0.52.6",
 9022]
 9023
 9024[[package]]
 9025name = "libm"
 9026version = "0.2.11"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9029
 9030[[package]]
 9031name = "libmimalloc-sys"
 9032version = "0.1.42"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9035dependencies = [
 9036 "cc",
 9037 "libc",
 9038]
 9039
 9040[[package]]
 9041name = "libredox"
 9042version = "0.1.3"
 9043source = "registry+https://github.com/rust-lang/crates.io-index"
 9044checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9045dependencies = [
 9046 "bitflags 2.9.0",
 9047 "libc",
 9048 "redox_syscall 0.5.11",
 9049]
 9050
 9051[[package]]
 9052name = "libsqlite3-sys"
 9053version = "0.30.1"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9056dependencies = [
 9057 "cc",
 9058 "pkg-config",
 9059 "vcpkg",
 9060]
 9061
 9062[[package]]
 9063name = "libwebrtc"
 9064version = "0.3.10"
 9065source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9066dependencies = [
 9067 "cxx",
 9068 "jni",
 9069 "js-sys",
 9070 "lazy_static",
 9071 "livekit-protocol",
 9072 "livekit-runtime",
 9073 "log",
 9074 "parking_lot",
 9075 "serde",
 9076 "serde_json",
 9077 "thiserror 1.0.69",
 9078 "tokio",
 9079 "wasm-bindgen",
 9080 "wasm-bindgen-futures",
 9081 "web-sys",
 9082 "webrtc-sys",
 9083]
 9084
 9085[[package]]
 9086name = "libz-rs-sys"
 9087version = "0.5.0"
 9088source = "registry+https://github.com/rust-lang/crates.io-index"
 9089checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9090dependencies = [
 9091 "zlib-rs",
 9092]
 9093
 9094[[package]]
 9095name = "libz-sys"
 9096version = "1.1.22"
 9097source = "registry+https://github.com/rust-lang/crates.io-index"
 9098checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9099dependencies = [
 9100 "cc",
 9101 "libc",
 9102 "pkg-config",
 9103 "vcpkg",
 9104]
 9105
 9106[[package]]
 9107name = "link-cplusplus"
 9108version = "1.0.10"
 9109source = "registry+https://github.com/rust-lang/crates.io-index"
 9110checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9111dependencies = [
 9112 "cc",
 9113]
 9114
 9115[[package]]
 9116name = "linkify"
 9117version = "0.10.0"
 9118source = "registry+https://github.com/rust-lang/crates.io-index"
 9119checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9120dependencies = [
 9121 "memchr",
 9122]
 9123
 9124[[package]]
 9125name = "linux-raw-sys"
 9126version = "0.4.15"
 9127source = "registry+https://github.com/rust-lang/crates.io-index"
 9128checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9129
 9130[[package]]
 9131name = "linux-raw-sys"
 9132version = "0.9.4"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9135
 9136[[package]]
 9137name = "litemap"
 9138version = "0.7.5"
 9139source = "registry+https://github.com/rust-lang/crates.io-index"
 9140checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9141
 9142[[package]]
 9143name = "livekit"
 9144version = "0.7.8"
 9145source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9146dependencies = [
 9147 "chrono",
 9148 "futures-util",
 9149 "lazy_static",
 9150 "libloading",
 9151 "libwebrtc",
 9152 "livekit-api",
 9153 "livekit-protocol",
 9154 "livekit-runtime",
 9155 "log",
 9156 "parking_lot",
 9157 "prost 0.12.6",
 9158 "semver",
 9159 "serde",
 9160 "serde_json",
 9161 "thiserror 1.0.69",
 9162 "tokio",
 9163]
 9164
 9165[[package]]
 9166name = "livekit-api"
 9167version = "0.4.2"
 9168source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9169dependencies = [
 9170 "futures-util",
 9171 "http 0.2.12",
 9172 "livekit-protocol",
 9173 "livekit-runtime",
 9174 "log",
 9175 "parking_lot",
 9176 "pbjson-types",
 9177 "prost 0.12.6",
 9178 "rand 0.9.1",
 9179 "reqwest 0.11.27",
 9180 "scopeguard",
 9181 "serde",
 9182 "sha2",
 9183 "thiserror 1.0.69",
 9184 "tokio",
 9185 "tokio-tungstenite 0.26.2",
 9186 "url",
 9187]
 9188
 9189[[package]]
 9190name = "livekit-protocol"
 9191version = "0.3.9"
 9192source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9193dependencies = [
 9194 "futures-util",
 9195 "livekit-runtime",
 9196 "parking_lot",
 9197 "pbjson",
 9198 "pbjson-types",
 9199 "prost 0.12.6",
 9200 "prost-types 0.12.6",
 9201 "serde",
 9202 "thiserror 1.0.69",
 9203 "tokio",
 9204]
 9205
 9206[[package]]
 9207name = "livekit-runtime"
 9208version = "0.4.0"
 9209source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9210dependencies = [
 9211 "tokio",
 9212 "tokio-stream",
 9213]
 9214
 9215[[package]]
 9216name = "livekit_api"
 9217version = "0.1.0"
 9218dependencies = [
 9219 "anyhow",
 9220 "async-trait",
 9221 "jsonwebtoken",
 9222 "log",
 9223 "prost 0.9.0",
 9224 "prost-build 0.9.0",
 9225 "prost-types 0.9.0",
 9226 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9227 "serde",
 9228 "workspace-hack",
 9229]
 9230
 9231[[package]]
 9232name = "livekit_client"
 9233version = "0.1.0"
 9234dependencies = [
 9235 "anyhow",
 9236 "async-trait",
 9237 "collections",
 9238 "core-foundation 0.10.0",
 9239 "core-video",
 9240 "coreaudio-rs 0.12.1",
 9241 "cpal",
 9242 "futures 0.3.31",
 9243 "gpui",
 9244 "gpui_tokio",
 9245 "http_client_tls",
 9246 "image",
 9247 "libwebrtc",
 9248 "livekit",
 9249 "livekit_api",
 9250 "log",
 9251 "nanoid",
 9252 "objc",
 9253 "parking_lot",
 9254 "postage",
 9255 "scap",
 9256 "serde",
 9257 "serde_json",
 9258 "sha2",
 9259 "simplelog",
 9260 "smallvec",
 9261 "tokio-tungstenite 0.26.2",
 9262 "util",
 9263 "workspace-hack",
 9264]
 9265
 9266[[package]]
 9267name = "lmdb-master-sys"
 9268version = "0.2.5"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9271dependencies = [
 9272 "cc",
 9273 "doxygen-rs",
 9274 "libc",
 9275]
 9276
 9277[[package]]
 9278name = "lmstudio"
 9279version = "0.1.0"
 9280dependencies = [
 9281 "anyhow",
 9282 "futures 0.3.31",
 9283 "http_client",
 9284 "schemars",
 9285 "serde",
 9286 "serde_json",
 9287 "workspace-hack",
 9288]
 9289
 9290[[package]]
 9291name = "lock_api"
 9292version = "0.4.12"
 9293source = "registry+https://github.com/rust-lang/crates.io-index"
 9294checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9295dependencies = [
 9296 "autocfg",
 9297 "scopeguard",
 9298]
 9299
 9300[[package]]
 9301name = "log"
 9302version = "0.4.27"
 9303source = "registry+https://github.com/rust-lang/crates.io-index"
 9304checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9305dependencies = [
 9306 "serde",
 9307 "value-bag",
 9308]
 9309
 9310[[package]]
 9311name = "logos"
 9312version = "0.15.0"
 9313source = "registry+https://github.com/rust-lang/crates.io-index"
 9314checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9315dependencies = [
 9316 "logos-derive",
 9317]
 9318
 9319[[package]]
 9320name = "logos-codegen"
 9321version = "0.15.0"
 9322source = "registry+https://github.com/rust-lang/crates.io-index"
 9323checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9324dependencies = [
 9325 "beef",
 9326 "fnv",
 9327 "lazy_static",
 9328 "proc-macro2",
 9329 "quote",
 9330 "regex-syntax 0.8.5",
 9331 "rustc_version",
 9332 "syn 2.0.101",
 9333]
 9334
 9335[[package]]
 9336name = "logos-derive"
 9337version = "0.15.0"
 9338source = "registry+https://github.com/rust-lang/crates.io-index"
 9339checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9340dependencies = [
 9341 "logos-codegen",
 9342]
 9343
 9344[[package]]
 9345name = "loop9"
 9346version = "0.1.5"
 9347source = "registry+https://github.com/rust-lang/crates.io-index"
 9348checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9349dependencies = [
 9350 "imgref",
 9351]
 9352
 9353[[package]]
 9354name = "lru"
 9355version = "0.12.5"
 9356source = "registry+https://github.com/rust-lang/crates.io-index"
 9357checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9358dependencies = [
 9359 "hashbrown 0.15.3",
 9360]
 9361
 9362[[package]]
 9363name = "lsp"
 9364version = "0.1.0"
 9365dependencies = [
 9366 "anyhow",
 9367 "async-pipe",
 9368 "collections",
 9369 "ctor",
 9370 "env_logger 0.11.8",
 9371 "futures 0.3.31",
 9372 "gpui",
 9373 "log",
 9374 "lsp-types",
 9375 "parking_lot",
 9376 "postage",
 9377 "release_channel",
 9378 "schemars",
 9379 "serde",
 9380 "serde_json",
 9381 "smol",
 9382 "util",
 9383 "workspace-hack",
 9384]
 9385
 9386[[package]]
 9387name = "lsp-types"
 9388version = "0.95.1"
 9389source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9390dependencies = [
 9391 "bitflags 1.3.2",
 9392 "serde",
 9393 "serde_json",
 9394 "serde_repr",
 9395 "url",
 9396]
 9397
 9398[[package]]
 9399name = "lyon"
 9400version = "1.0.1"
 9401source = "registry+https://github.com/rust-lang/crates.io-index"
 9402checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9403dependencies = [
 9404 "lyon_algorithms",
 9405 "lyon_extra",
 9406 "lyon_tessellation",
 9407]
 9408
 9409[[package]]
 9410name = "lyon_algorithms"
 9411version = "1.0.5"
 9412source = "registry+https://github.com/rust-lang/crates.io-index"
 9413checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9414dependencies = [
 9415 "lyon_path",
 9416 "num-traits",
 9417]
 9418
 9419[[package]]
 9420name = "lyon_extra"
 9421version = "1.0.3"
 9422source = "registry+https://github.com/rust-lang/crates.io-index"
 9423checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9424dependencies = [
 9425 "lyon_path",
 9426 "thiserror 1.0.69",
 9427]
 9428
 9429[[package]]
 9430name = "lyon_geom"
 9431version = "1.0.6"
 9432source = "registry+https://github.com/rust-lang/crates.io-index"
 9433checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9434dependencies = [
 9435 "arrayvec",
 9436 "euclid",
 9437 "num-traits",
 9438]
 9439
 9440[[package]]
 9441name = "lyon_path"
 9442version = "1.0.7"
 9443source = "registry+https://github.com/rust-lang/crates.io-index"
 9444checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9445dependencies = [
 9446 "lyon_geom",
 9447 "num-traits",
 9448]
 9449
 9450[[package]]
 9451name = "lyon_tessellation"
 9452version = "1.0.15"
 9453source = "registry+https://github.com/rust-lang/crates.io-index"
 9454checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9455dependencies = [
 9456 "float_next_after",
 9457 "lyon_path",
 9458 "num-traits",
 9459]
 9460
 9461[[package]]
 9462name = "mac"
 9463version = "0.1.1"
 9464source = "registry+https://github.com/rust-lang/crates.io-index"
 9465checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9466
 9467[[package]]
 9468name = "mach2"
 9469version = "0.4.2"
 9470source = "registry+https://github.com/rust-lang/crates.io-index"
 9471checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9472dependencies = [
 9473 "libc",
 9474]
 9475
 9476[[package]]
 9477name = "malloc_buf"
 9478version = "0.0.6"
 9479source = "registry+https://github.com/rust-lang/crates.io-index"
 9480checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9481dependencies = [
 9482 "libc",
 9483]
 9484
 9485[[package]]
 9486name = "maplit"
 9487version = "1.0.2"
 9488source = "registry+https://github.com/rust-lang/crates.io-index"
 9489checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9490
 9491[[package]]
 9492name = "markdown"
 9493version = "0.1.0"
 9494dependencies = [
 9495 "anyhow",
 9496 "assets",
 9497 "base64 0.22.1",
 9498 "env_logger 0.11.8",
 9499 "gpui",
 9500 "language",
 9501 "languages",
 9502 "linkify",
 9503 "log",
 9504 "node_runtime",
 9505 "pulldown-cmark 0.12.2",
 9506 "settings",
 9507 "sum_tree",
 9508 "theme",
 9509 "ui",
 9510 "util",
 9511 "workspace-hack",
 9512]
 9513
 9514[[package]]
 9515name = "markdown_preview"
 9516version = "0.1.0"
 9517dependencies = [
 9518 "anyhow",
 9519 "async-recursion 1.1.1",
 9520 "collections",
 9521 "editor",
 9522 "gpui",
 9523 "language",
 9524 "linkify",
 9525 "log",
 9526 "pretty_assertions",
 9527 "pulldown-cmark 0.12.2",
 9528 "settings",
 9529 "theme",
 9530 "ui",
 9531 "util",
 9532 "workspace",
 9533 "workspace-hack",
 9534]
 9535
 9536[[package]]
 9537name = "markup5ever"
 9538version = "0.12.1"
 9539source = "registry+https://github.com/rust-lang/crates.io-index"
 9540checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9541dependencies = [
 9542 "log",
 9543 "phf",
 9544 "phf_codegen",
 9545 "string_cache",
 9546 "string_cache_codegen",
 9547 "tendril",
 9548]
 9549
 9550[[package]]
 9551name = "markup5ever"
 9552version = "0.16.1"
 9553source = "registry+https://github.com/rust-lang/crates.io-index"
 9554checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9555dependencies = [
 9556 "log",
 9557 "tendril",
 9558 "web_atoms",
 9559]
 9560
 9561[[package]]
 9562name = "markup5ever_rcdom"
 9563version = "0.3.0"
 9564source = "registry+https://github.com/rust-lang/crates.io-index"
 9565checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9566dependencies = [
 9567 "html5ever 0.27.0",
 9568 "markup5ever 0.12.1",
 9569 "tendril",
 9570 "xml5ever",
 9571]
 9572
 9573[[package]]
 9574name = "match_token"
 9575version = "0.1.0"
 9576source = "registry+https://github.com/rust-lang/crates.io-index"
 9577checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9578dependencies = [
 9579 "proc-macro2",
 9580 "quote",
 9581 "syn 2.0.101",
 9582]
 9583
 9584[[package]]
 9585name = "matchers"
 9586version = "0.1.0"
 9587source = "registry+https://github.com/rust-lang/crates.io-index"
 9588checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9589dependencies = [
 9590 "regex-automata 0.1.10",
 9591]
 9592
 9593[[package]]
 9594name = "matchit"
 9595version = "0.7.3"
 9596source = "registry+https://github.com/rust-lang/crates.io-index"
 9597checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9598
 9599[[package]]
 9600name = "maybe-async"
 9601version = "0.2.10"
 9602source = "registry+https://github.com/rust-lang/crates.io-index"
 9603checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9604dependencies = [
 9605 "proc-macro2",
 9606 "quote",
 9607 "syn 2.0.101",
 9608]
 9609
 9610[[package]]
 9611name = "maybe-owned"
 9612version = "0.3.4"
 9613source = "registry+https://github.com/rust-lang/crates.io-index"
 9614checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9615
 9616[[package]]
 9617name = "maybe-rayon"
 9618version = "0.1.1"
 9619source = "registry+https://github.com/rust-lang/crates.io-index"
 9620checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9621dependencies = [
 9622 "cfg-if",
 9623 "rayon",
 9624]
 9625
 9626[[package]]
 9627name = "md-5"
 9628version = "0.10.6"
 9629source = "registry+https://github.com/rust-lang/crates.io-index"
 9630checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9631dependencies = [
 9632 "cfg-if",
 9633 "digest",
 9634]
 9635
 9636[[package]]
 9637name = "mdbook"
 9638version = "0.4.48"
 9639source = "registry+https://github.com/rust-lang/crates.io-index"
 9640checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9641dependencies = [
 9642 "ammonia",
 9643 "anyhow",
 9644 "chrono",
 9645 "clap",
 9646 "clap_complete",
 9647 "elasticlunr-rs",
 9648 "env_logger 0.11.8",
 9649 "futures-util",
 9650 "handlebars 6.3.2",
 9651 "hex",
 9652 "ignore",
 9653 "log",
 9654 "memchr",
 9655 "notify",
 9656 "notify-debouncer-mini",
 9657 "once_cell",
 9658 "opener",
 9659 "pathdiff",
 9660 "pulldown-cmark 0.10.3",
 9661 "regex",
 9662 "serde",
 9663 "serde_json",
 9664 "sha2",
 9665 "shlex",
 9666 "tempfile",
 9667 "tokio",
 9668 "toml 0.5.11",
 9669 "topological-sort",
 9670 "walkdir",
 9671 "warp",
 9672]
 9673
 9674[[package]]
 9675name = "media"
 9676version = "0.1.0"
 9677dependencies = [
 9678 "anyhow",
 9679 "bindgen 0.71.1",
 9680 "core-foundation 0.10.0",
 9681 "core-video",
 9682 "ctor",
 9683 "foreign-types 0.5.0",
 9684 "metal",
 9685 "objc",
 9686 "workspace-hack",
 9687]
 9688
 9689[[package]]
 9690name = "memchr"
 9691version = "2.7.4"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9694
 9695[[package]]
 9696name = "memfd"
 9697version = "0.6.4"
 9698source = "registry+https://github.com/rust-lang/crates.io-index"
 9699checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9700dependencies = [
 9701 "rustix 0.38.44",
 9702]
 9703
 9704[[package]]
 9705name = "memmap2"
 9706version = "0.9.5"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9709dependencies = [
 9710 "libc",
 9711]
 9712
 9713[[package]]
 9714name = "memoffset"
 9715version = "0.9.1"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9718dependencies = [
 9719 "autocfg",
 9720]
 9721
 9722[[package]]
 9723name = "menu"
 9724version = "0.1.0"
 9725dependencies = [
 9726 "gpui",
 9727 "workspace-hack",
 9728]
 9729
 9730[[package]]
 9731name = "metal"
 9732version = "0.29.0"
 9733source = "registry+https://github.com/rust-lang/crates.io-index"
 9734checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9735dependencies = [
 9736 "bitflags 2.9.0",
 9737 "block",
 9738 "core-graphics-types 0.1.3",
 9739 "foreign-types 0.5.0",
 9740 "log",
 9741 "objc",
 9742 "paste",
 9743]
 9744
 9745[[package]]
 9746name = "migrator"
 9747version = "0.1.0"
 9748dependencies = [
 9749 "anyhow",
 9750 "collections",
 9751 "convert_case 0.8.0",
 9752 "log",
 9753 "pretty_assertions",
 9754 "streaming-iterator",
 9755 "tree-sitter",
 9756 "tree-sitter-json",
 9757 "workspace-hack",
 9758]
 9759
 9760[[package]]
 9761name = "mimalloc"
 9762version = "0.1.46"
 9763source = "registry+https://github.com/rust-lang/crates.io-index"
 9764checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9765dependencies = [
 9766 "libmimalloc-sys",
 9767]
 9768
 9769[[package]]
 9770name = "mime"
 9771version = "0.3.17"
 9772source = "registry+https://github.com/rust-lang/crates.io-index"
 9773checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9774
 9775[[package]]
 9776name = "mime_guess"
 9777version = "2.0.5"
 9778source = "registry+https://github.com/rust-lang/crates.io-index"
 9779checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9780dependencies = [
 9781 "mime",
 9782 "unicase",
 9783]
 9784
 9785[[package]]
 9786name = "minimal-lexical"
 9787version = "0.2.1"
 9788source = "registry+https://github.com/rust-lang/crates.io-index"
 9789checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9790
 9791[[package]]
 9792name = "miniz_oxide"
 9793version = "0.8.8"
 9794source = "registry+https://github.com/rust-lang/crates.io-index"
 9795checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9796dependencies = [
 9797 "adler2",
 9798 "simd-adler32",
 9799]
 9800
 9801[[package]]
 9802name = "mint"
 9803version = "0.5.9"
 9804source = "registry+https://github.com/rust-lang/crates.io-index"
 9805checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9806
 9807[[package]]
 9808name = "mio"
 9809version = "1.0.3"
 9810source = "registry+https://github.com/rust-lang/crates.io-index"
 9811checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9812dependencies = [
 9813 "libc",
 9814 "log",
 9815 "wasi 0.11.0+wasi-snapshot-preview1",
 9816 "windows-sys 0.52.0",
 9817]
 9818
 9819[[package]]
 9820name = "miow"
 9821version = "0.6.0"
 9822source = "registry+https://github.com/rust-lang/crates.io-index"
 9823checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9824dependencies = [
 9825 "windows-sys 0.48.0",
 9826]
 9827
 9828[[package]]
 9829name = "mistral"
 9830version = "0.1.0"
 9831dependencies = [
 9832 "anyhow",
 9833 "futures 0.3.31",
 9834 "http_client",
 9835 "schemars",
 9836 "serde",
 9837 "serde_json",
 9838 "strum 0.27.1",
 9839 "workspace-hack",
 9840]
 9841
 9842[[package]]
 9843name = "msvc_spectre_libs"
 9844version = "0.1.3"
 9845source = "registry+https://github.com/rust-lang/crates.io-index"
 9846checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9847dependencies = [
 9848 "cc",
 9849]
 9850
 9851[[package]]
 9852name = "multi_buffer"
 9853version = "0.1.0"
 9854dependencies = [
 9855 "anyhow",
 9856 "buffer_diff",
 9857 "clock",
 9858 "collections",
 9859 "ctor",
 9860 "env_logger 0.11.8",
 9861 "gpui",
 9862 "indoc",
 9863 "itertools 0.14.0",
 9864 "language",
 9865 "log",
 9866 "parking_lot",
 9867 "pretty_assertions",
 9868 "project",
 9869 "rand 0.8.5",
 9870 "rope",
 9871 "serde",
 9872 "settings",
 9873 "smallvec",
 9874 "smol",
 9875 "sum_tree",
 9876 "text",
 9877 "theme",
 9878 "tree-sitter",
 9879 "util",
 9880 "workspace-hack",
 9881]
 9882
 9883[[package]]
 9884name = "multimap"
 9885version = "0.8.3"
 9886source = "registry+https://github.com/rust-lang/crates.io-index"
 9887checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9888
 9889[[package]]
 9890name = "multimap"
 9891version = "0.10.0"
 9892source = "registry+https://github.com/rust-lang/crates.io-index"
 9893checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9894
 9895[[package]]
 9896name = "naga"
 9897version = "25.0.1"
 9898source = "registry+https://github.com/rust-lang/crates.io-index"
 9899checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9900dependencies = [
 9901 "arrayvec",
 9902 "bit-set 0.8.0",
 9903 "bitflags 2.9.0",
 9904 "cfg_aliases 0.2.1",
 9905 "codespan-reporting 0.12.0",
 9906 "half",
 9907 "hashbrown 0.15.3",
 9908 "hexf-parse",
 9909 "indexmap",
 9910 "log",
 9911 "num-traits",
 9912 "once_cell",
 9913 "rustc-hash 1.1.0",
 9914 "spirv",
 9915 "strum 0.26.3",
 9916 "thiserror 2.0.12",
 9917 "unicode-ident",
 9918]
 9919
 9920[[package]]
 9921name = "nanoid"
 9922version = "0.4.0"
 9923source = "registry+https://github.com/rust-lang/crates.io-index"
 9924checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9925dependencies = [
 9926 "rand 0.8.5",
 9927]
 9928
 9929[[package]]
 9930name = "nanorand"
 9931version = "0.7.0"
 9932source = "registry+https://github.com/rust-lang/crates.io-index"
 9933checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9934dependencies = [
 9935 "getrandom 0.2.15",
 9936]
 9937
 9938[[package]]
 9939name = "native-tls"
 9940version = "0.2.14"
 9941source = "registry+https://github.com/rust-lang/crates.io-index"
 9942checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9943dependencies = [
 9944 "libc",
 9945 "log",
 9946 "openssl",
 9947 "openssl-probe",
 9948 "openssl-sys",
 9949 "schannel",
 9950 "security-framework 2.11.1",
 9951 "security-framework-sys",
 9952 "tempfile",
 9953]
 9954
 9955[[package]]
 9956name = "nbformat"
 9957version = "0.10.0"
 9958source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 9959dependencies = [
 9960 "anyhow",
 9961 "chrono",
 9962 "jupyter-protocol",
 9963 "serde",
 9964 "serde_json",
 9965 "thiserror 1.0.69",
 9966 "uuid",
 9967]
 9968
 9969[[package]]
 9970name = "ndk"
 9971version = "0.8.0"
 9972source = "registry+https://github.com/rust-lang/crates.io-index"
 9973checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 9974dependencies = [
 9975 "bitflags 2.9.0",
 9976 "jni-sys",
 9977 "log",
 9978 "ndk-sys",
 9979 "num_enum",
 9980 "thiserror 1.0.69",
 9981]
 9982
 9983[[package]]
 9984name = "ndk-context"
 9985version = "0.1.1"
 9986source = "registry+https://github.com/rust-lang/crates.io-index"
 9987checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 9988
 9989[[package]]
 9990name = "ndk-sys"
 9991version = "0.5.0+25.2.9519653"
 9992source = "registry+https://github.com/rust-lang/crates.io-index"
 9993checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 9994dependencies = [
 9995 "jni-sys",
 9996]
 9997
 9998[[package]]
 9999name = "new_debug_unreachable"
10000version = "1.0.6"
10001source = "registry+https://github.com/rust-lang/crates.io-index"
10002checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10003
10004[[package]]
10005name = "nix"
10006version = "0.28.0"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10009dependencies = [
10010 "bitflags 2.9.0",
10011 "cfg-if",
10012 "cfg_aliases 0.1.1",
10013 "libc",
10014]
10015
10016[[package]]
10017name = "nix"
10018version = "0.29.0"
10019source = "registry+https://github.com/rust-lang/crates.io-index"
10020checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10021dependencies = [
10022 "bitflags 2.9.0",
10023 "cfg-if",
10024 "cfg_aliases 0.2.1",
10025 "libc",
10026 "memoffset",
10027]
10028
10029[[package]]
10030name = "node_runtime"
10031version = "0.1.0"
10032dependencies = [
10033 "anyhow",
10034 "async-compression",
10035 "async-std",
10036 "async-tar",
10037 "async-trait",
10038 "async-watch",
10039 "async_zip",
10040 "futures 0.3.31",
10041 "http_client",
10042 "log",
10043 "paths",
10044 "semver",
10045 "serde",
10046 "serde_json",
10047 "smol",
10048 "tempfile",
10049 "util",
10050 "walkdir",
10051 "which 6.0.3",
10052 "workspace-hack",
10053]
10054
10055[[package]]
10056name = "nom"
10057version = "7.1.3"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10060dependencies = [
10061 "memchr",
10062 "minimal-lexical",
10063]
10064
10065[[package]]
10066name = "noop_proc_macro"
10067version = "0.3.0"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10070
10071[[package]]
10072name = "normpath"
10073version = "1.3.0"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10076dependencies = [
10077 "windows-sys 0.59.0",
10078]
10079
10080[[package]]
10081name = "notifications"
10082version = "0.1.0"
10083dependencies = [
10084 "anyhow",
10085 "channel",
10086 "client",
10087 "collections",
10088 "component",
10089 "db",
10090 "gpui",
10091 "rpc",
10092 "settings",
10093 "sum_tree",
10094 "time",
10095 "ui",
10096 "util",
10097 "workspace",
10098 "workspace-hack",
10099]
10100
10101[[package]]
10102name = "notify"
10103version = "8.0.0"
10104source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10105dependencies = [
10106 "bitflags 2.9.0",
10107 "filetime",
10108 "fsevent-sys 4.1.0",
10109 "inotify",
10110 "kqueue",
10111 "libc",
10112 "log",
10113 "mio",
10114 "notify-types",
10115 "walkdir",
10116 "windows-sys 0.59.0",
10117]
10118
10119[[package]]
10120name = "notify-debouncer-mini"
10121version = "0.6.0"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10124dependencies = [
10125 "log",
10126 "notify",
10127 "notify-types",
10128 "tempfile",
10129]
10130
10131[[package]]
10132name = "notify-types"
10133version = "2.0.0"
10134source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10135
10136[[package]]
10137name = "ntapi"
10138version = "0.4.1"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10141dependencies = [
10142 "winapi",
10143]
10144
10145[[package]]
10146name = "nu-ansi-term"
10147version = "0.46.0"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10150dependencies = [
10151 "overload",
10152 "winapi",
10153]
10154
10155[[package]]
10156name = "num"
10157version = "0.4.3"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10160dependencies = [
10161 "num-bigint",
10162 "num-complex",
10163 "num-integer",
10164 "num-iter",
10165 "num-rational",
10166 "num-traits",
10167]
10168
10169[[package]]
10170name = "num-bigint"
10171version = "0.4.6"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10174dependencies = [
10175 "num-integer",
10176 "num-traits",
10177]
10178
10179[[package]]
10180name = "num-bigint-dig"
10181version = "0.8.4"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10184dependencies = [
10185 "byteorder",
10186 "lazy_static",
10187 "libm",
10188 "num-integer",
10189 "num-iter",
10190 "num-traits",
10191 "rand 0.8.5",
10192 "serde",
10193 "smallvec",
10194 "zeroize",
10195]
10196
10197[[package]]
10198name = "num-cmp"
10199version = "0.1.0"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10202
10203[[package]]
10204name = "num-complex"
10205version = "0.4.6"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10208dependencies = [
10209 "num-traits",
10210]
10211
10212[[package]]
10213name = "num-conv"
10214version = "0.1.0"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10217
10218[[package]]
10219name = "num-derive"
10220version = "0.4.2"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10223dependencies = [
10224 "proc-macro2",
10225 "quote",
10226 "syn 2.0.101",
10227]
10228
10229[[package]]
10230name = "num-format"
10231version = "0.4.4"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10234dependencies = [
10235 "arrayvec",
10236 "itoa",
10237]
10238
10239[[package]]
10240name = "num-integer"
10241version = "0.1.46"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10244dependencies = [
10245 "num-traits",
10246]
10247
10248[[package]]
10249name = "num-iter"
10250version = "0.1.45"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10253dependencies = [
10254 "autocfg",
10255 "num-integer",
10256 "num-traits",
10257]
10258
10259[[package]]
10260name = "num-modular"
10261version = "0.6.1"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10264
10265[[package]]
10266name = "num-order"
10267version = "1.2.0"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10270dependencies = [
10271 "num-modular",
10272]
10273
10274[[package]]
10275name = "num-rational"
10276version = "0.4.2"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10279dependencies = [
10280 "num-bigint",
10281 "num-integer",
10282 "num-traits",
10283]
10284
10285[[package]]
10286name = "num-traits"
10287version = "0.2.19"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10290dependencies = [
10291 "autocfg",
10292 "libm",
10293]
10294
10295[[package]]
10296name = "num_cpus"
10297version = "1.16.0"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10300dependencies = [
10301 "hermit-abi 0.3.9",
10302 "libc",
10303]
10304
10305[[package]]
10306name = "num_enum"
10307version = "0.7.3"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10310dependencies = [
10311 "num_enum_derive",
10312]
10313
10314[[package]]
10315name = "num_enum_derive"
10316version = "0.7.3"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10319dependencies = [
10320 "proc-macro-crate",
10321 "proc-macro2",
10322 "quote",
10323 "syn 2.0.101",
10324]
10325
10326[[package]]
10327name = "num_threads"
10328version = "0.1.7"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10331dependencies = [
10332 "libc",
10333]
10334
10335[[package]]
10336name = "nvim-rs"
10337version = "0.9.2"
10338source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10339dependencies = [
10340 "async-trait",
10341 "futures 0.3.31",
10342 "log",
10343 "rmp",
10344 "rmpv",
10345 "tokio",
10346 "tokio-util",
10347]
10348
10349[[package]]
10350name = "objc"
10351version = "0.2.7"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10354dependencies = [
10355 "malloc_buf",
10356 "objc_exception",
10357]
10358
10359[[package]]
10360name = "objc-foundation"
10361version = "0.1.1"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10364dependencies = [
10365 "block",
10366 "objc",
10367 "objc_id",
10368]
10369
10370[[package]]
10371name = "objc2"
10372version = "0.6.1"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10375dependencies = [
10376 "objc2-encode",
10377]
10378
10379[[package]]
10380name = "objc2-app-kit"
10381version = "0.3.1"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10384dependencies = [
10385 "bitflags 2.9.0",
10386 "objc2",
10387 "objc2-core-foundation",
10388 "objc2-foundation",
10389 "objc2-quartz-core",
10390]
10391
10392[[package]]
10393name = "objc2-core-foundation"
10394version = "0.3.1"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10397dependencies = [
10398 "bitflags 2.9.0",
10399 "dispatch2",
10400 "objc2",
10401]
10402
10403[[package]]
10404name = "objc2-encode"
10405version = "4.1.0"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10408
10409[[package]]
10410name = "objc2-foundation"
10411version = "0.3.1"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10414dependencies = [
10415 "bitflags 2.9.0",
10416 "objc2",
10417 "objc2-core-foundation",
10418]
10419
10420[[package]]
10421name = "objc2-metal"
10422version = "0.3.1"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10425dependencies = [
10426 "bitflags 2.9.0",
10427 "block2",
10428 "dispatch2",
10429 "objc2",
10430 "objc2-core-foundation",
10431 "objc2-foundation",
10432]
10433
10434[[package]]
10435name = "objc2-quartz-core"
10436version = "0.3.1"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10439dependencies = [
10440 "bitflags 2.9.0",
10441 "objc2",
10442 "objc2-core-foundation",
10443 "objc2-foundation",
10444 "objc2-metal",
10445]
10446
10447[[package]]
10448name = "objc2-ui-kit"
10449version = "0.3.1"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10452dependencies = [
10453 "bitflags 2.9.0",
10454 "objc2",
10455 "objc2-core-foundation",
10456 "objc2-foundation",
10457 "objc2-quartz-core",
10458]
10459
10460[[package]]
10461name = "objc_exception"
10462version = "0.1.2"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10465dependencies = [
10466 "cc",
10467]
10468
10469[[package]]
10470name = "objc_id"
10471version = "0.1.1"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10474dependencies = [
10475 "objc",
10476]
10477
10478[[package]]
10479name = "object"
10480version = "0.36.7"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10483dependencies = [
10484 "crc32fast",
10485 "hashbrown 0.15.3",
10486 "indexmap",
10487 "memchr",
10488]
10489
10490[[package]]
10491name = "oboe"
10492version = "0.6.1"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10495dependencies = [
10496 "jni",
10497 "ndk",
10498 "ndk-context",
10499 "num-derive",
10500 "num-traits",
10501 "oboe-sys",
10502]
10503
10504[[package]]
10505name = "oboe-sys"
10506version = "0.6.1"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10509dependencies = [
10510 "cc",
10511]
10512
10513[[package]]
10514name = "ollama"
10515version = "0.1.0"
10516dependencies = [
10517 "anyhow",
10518 "futures 0.3.31",
10519 "http_client",
10520 "schemars",
10521 "serde",
10522 "serde_json",
10523 "workspace-hack",
10524]
10525
10526[[package]]
10527name = "once_cell"
10528version = "1.21.3"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10531
10532[[package]]
10533name = "oo7"
10534version = "0.4.3"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10537dependencies = [
10538 "aes",
10539 "ashpd",
10540 "async-fs",
10541 "async-io",
10542 "async-lock",
10543 "blocking",
10544 "cbc",
10545 "cipher",
10546 "digest",
10547 "endi",
10548 "futures-lite 2.6.0",
10549 "futures-util",
10550 "getrandom 0.3.2",
10551 "hkdf",
10552 "hmac",
10553 "md-5",
10554 "num",
10555 "num-bigint-dig",
10556 "pbkdf2 0.12.2",
10557 "rand 0.9.1",
10558 "serde",
10559 "sha2",
10560 "subtle",
10561 "zbus",
10562 "zbus_macros",
10563 "zeroize",
10564 "zvariant",
10565]
10566
10567[[package]]
10568name = "oorandom"
10569version = "11.1.5"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10572
10573[[package]]
10574name = "open"
10575version = "5.3.2"
10576source = "registry+https://github.com/rust-lang/crates.io-index"
10577checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10578dependencies = [
10579 "is-wsl",
10580 "libc",
10581 "pathdiff",
10582]
10583
10584[[package]]
10585name = "open_ai"
10586version = "0.1.0"
10587dependencies = [
10588 "anyhow",
10589 "futures 0.3.31",
10590 "http_client",
10591 "schemars",
10592 "serde",
10593 "serde_json",
10594 "strum 0.27.1",
10595 "workspace-hack",
10596]
10597
10598[[package]]
10599name = "opener"
10600version = "0.7.2"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10603dependencies = [
10604 "bstr",
10605 "dbus",
10606 "normpath",
10607 "windows-sys 0.59.0",
10608]
10609
10610[[package]]
10611name = "openssl"
10612version = "0.10.72"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10615dependencies = [
10616 "bitflags 2.9.0",
10617 "cfg-if",
10618 "foreign-types 0.3.2",
10619 "libc",
10620 "once_cell",
10621 "openssl-macros",
10622 "openssl-sys",
10623]
10624
10625[[package]]
10626name = "openssl-macros"
10627version = "0.1.1"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10630dependencies = [
10631 "proc-macro2",
10632 "quote",
10633 "syn 2.0.101",
10634]
10635
10636[[package]]
10637name = "openssl-probe"
10638version = "0.1.6"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10641
10642[[package]]
10643name = "openssl-sys"
10644version = "0.9.107"
10645source = "registry+https://github.com/rust-lang/crates.io-index"
10646checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10647dependencies = [
10648 "cc",
10649 "libc",
10650 "pkg-config",
10651 "vcpkg",
10652]
10653
10654[[package]]
10655name = "optfield"
10656version = "0.3.0"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10659dependencies = [
10660 "proc-macro2",
10661 "quote",
10662 "syn 2.0.101",
10663]
10664
10665[[package]]
10666name = "option-ext"
10667version = "0.2.0"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10670
10671[[package]]
10672name = "ordered-float"
10673version = "2.10.1"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10676dependencies = [
10677 "num-traits",
10678]
10679
10680[[package]]
10681name = "ordered-float"
10682version = "4.6.0"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10685dependencies = [
10686 "num-traits",
10687]
10688
10689[[package]]
10690name = "ordered-stream"
10691version = "0.2.0"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10694dependencies = [
10695 "futures-core",
10696 "pin-project-lite",
10697]
10698
10699[[package]]
10700name = "ouroboros"
10701version = "0.18.5"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10704dependencies = [
10705 "aliasable",
10706 "ouroboros_macro",
10707 "static_assertions",
10708]
10709
10710[[package]]
10711name = "ouroboros_macro"
10712version = "0.18.5"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10715dependencies = [
10716 "heck 0.4.1",
10717 "proc-macro2",
10718 "proc-macro2-diagnostics",
10719 "quote",
10720 "syn 2.0.101",
10721]
10722
10723[[package]]
10724name = "outline"
10725version = "0.1.0"
10726dependencies = [
10727 "editor",
10728 "fuzzy",
10729 "gpui",
10730 "indoc",
10731 "language",
10732 "menu",
10733 "ordered-float 2.10.1",
10734 "picker",
10735 "project",
10736 "rope",
10737 "serde_json",
10738 "settings",
10739 "smol",
10740 "theme",
10741 "tree-sitter-rust",
10742 "tree-sitter-typescript",
10743 "ui",
10744 "util",
10745 "workspace",
10746 "workspace-hack",
10747 "zed_actions",
10748]
10749
10750[[package]]
10751name = "outline_panel"
10752version = "0.1.0"
10753dependencies = [
10754 "anyhow",
10755 "collections",
10756 "db",
10757 "editor",
10758 "file_icons",
10759 "fuzzy",
10760 "gpui",
10761 "itertools 0.14.0",
10762 "language",
10763 "log",
10764 "menu",
10765 "outline",
10766 "pretty_assertions",
10767 "project",
10768 "schemars",
10769 "search",
10770 "serde",
10771 "serde_json",
10772 "settings",
10773 "smallvec",
10774 "smol",
10775 "theme",
10776 "ui",
10777 "util",
10778 "workspace",
10779 "workspace-hack",
10780 "worktree",
10781 "zed_actions",
10782]
10783
10784[[package]]
10785name = "outref"
10786version = "0.5.2"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10789
10790[[package]]
10791name = "overload"
10792version = "0.1.1"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10795
10796[[package]]
10797name = "p256"
10798version = "0.11.1"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10801dependencies = [
10802 "ecdsa",
10803 "elliptic-curve",
10804 "sha2",
10805]
10806
10807[[package]]
10808name = "page_size"
10809version = "0.6.0"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10812dependencies = [
10813 "libc",
10814 "winapi",
10815]
10816
10817[[package]]
10818name = "palette"
10819version = "0.7.6"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10822dependencies = [
10823 "approx",
10824 "fast-srgb8",
10825 "palette_derive",
10826]
10827
10828[[package]]
10829name = "palette_derive"
10830version = "0.7.6"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10833dependencies = [
10834 "by_address",
10835 "proc-macro2",
10836 "quote",
10837 "syn 2.0.101",
10838]
10839
10840[[package]]
10841name = "panel"
10842version = "0.1.0"
10843dependencies = [
10844 "editor",
10845 "gpui",
10846 "settings",
10847 "theme",
10848 "ui",
10849 "workspace",
10850 "workspace-hack",
10851]
10852
10853[[package]]
10854name = "parking"
10855version = "2.2.1"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10858
10859[[package]]
10860name = "parking_lot"
10861version = "0.12.3"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10864dependencies = [
10865 "lock_api",
10866 "parking_lot_core",
10867]
10868
10869[[package]]
10870name = "parking_lot_core"
10871version = "0.9.10"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10874dependencies = [
10875 "cfg-if",
10876 "libc",
10877 "redox_syscall 0.5.11",
10878 "smallvec",
10879 "windows-targets 0.52.6",
10880]
10881
10882[[package]]
10883name = "partial-json-fixer"
10884version = "0.5.3"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10887
10888[[package]]
10889name = "password-hash"
10890version = "0.4.2"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10893dependencies = [
10894 "base64ct",
10895 "rand_core 0.6.4",
10896 "subtle",
10897]
10898
10899[[package]]
10900name = "password-hash"
10901version = "0.5.0"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10904dependencies = [
10905 "base64ct",
10906 "rand_core 0.6.4",
10907 "subtle",
10908]
10909
10910[[package]]
10911name = "paste"
10912version = "1.0.15"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10915
10916[[package]]
10917name = "pathdiff"
10918version = "0.2.3"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10921
10922[[package]]
10923name = "pathfinder_geometry"
10924version = "0.5.1"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10927dependencies = [
10928 "log",
10929 "pathfinder_simd",
10930]
10931
10932[[package]]
10933name = "pathfinder_simd"
10934version = "0.5.4"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10937dependencies = [
10938 "rustc_version",
10939]
10940
10941[[package]]
10942name = "paths"
10943version = "0.1.0"
10944dependencies = [
10945 "dirs 4.0.0",
10946 "util",
10947 "workspace-hack",
10948]
10949
10950[[package]]
10951name = "pbjson"
10952version = "0.6.0"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10955dependencies = [
10956 "base64 0.21.7",
10957 "serde",
10958]
10959
10960[[package]]
10961name = "pbjson-build"
10962version = "0.6.2"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
10965dependencies = [
10966 "heck 0.4.1",
10967 "itertools 0.11.0",
10968 "prost 0.12.6",
10969 "prost-types 0.12.6",
10970]
10971
10972[[package]]
10973name = "pbjson-types"
10974version = "0.6.0"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
10977dependencies = [
10978 "bytes 1.10.1",
10979 "chrono",
10980 "pbjson",
10981 "pbjson-build",
10982 "prost 0.12.6",
10983 "prost-build 0.12.6",
10984 "serde",
10985]
10986
10987[[package]]
10988name = "pbkdf2"
10989version = "0.11.0"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
10992dependencies = [
10993 "digest",
10994 "hmac",
10995 "password-hash 0.4.2",
10996 "sha2",
10997]
10998
10999[[package]]
11000name = "pbkdf2"
11001version = "0.12.2"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11004dependencies = [
11005 "digest",
11006 "hmac",
11007]
11008
11009[[package]]
11010name = "pem"
11011version = "3.0.5"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11014dependencies = [
11015 "base64 0.22.1",
11016 "serde",
11017]
11018
11019[[package]]
11020name = "pem-rfc7468"
11021version = "0.7.0"
11022source = "registry+https://github.com/rust-lang/crates.io-index"
11023checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11024dependencies = [
11025 "base64ct",
11026]
11027
11028[[package]]
11029name = "percent-encoding"
11030version = "2.3.1"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11033
11034[[package]]
11035name = "perplexity"
11036version = "0.1.0"
11037dependencies = [
11038 "serde",
11039 "zed_extension_api 0.6.0",
11040]
11041
11042[[package]]
11043name = "pest"
11044version = "2.8.0"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11047dependencies = [
11048 "memchr",
11049 "thiserror 2.0.12",
11050 "ucd-trie",
11051]
11052
11053[[package]]
11054name = "pest_derive"
11055version = "2.8.0"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11058dependencies = [
11059 "pest",
11060 "pest_generator",
11061]
11062
11063[[package]]
11064name = "pest_generator"
11065version = "2.8.0"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11068dependencies = [
11069 "pest",
11070 "pest_meta",
11071 "proc-macro2",
11072 "quote",
11073 "syn 2.0.101",
11074]
11075
11076[[package]]
11077name = "pest_meta"
11078version = "2.8.0"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11081dependencies = [
11082 "once_cell",
11083 "pest",
11084 "sha2",
11085]
11086
11087[[package]]
11088name = "pet"
11089version = "0.1.0"
11090source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11091dependencies = [
11092 "clap",
11093 "env_logger 0.10.2",
11094 "lazy_static",
11095 "log",
11096 "msvc_spectre_libs",
11097 "pet-conda",
11098 "pet-core",
11099 "pet-env-var-path",
11100 "pet-fs",
11101 "pet-global-virtualenvs",
11102 "pet-homebrew",
11103 "pet-jsonrpc",
11104 "pet-linux-global-python",
11105 "pet-mac-commandlinetools",
11106 "pet-mac-python-org",
11107 "pet-mac-xcode",
11108 "pet-pipenv",
11109 "pet-pixi",
11110 "pet-poetry",
11111 "pet-pyenv",
11112 "pet-python-utils",
11113 "pet-reporter",
11114 "pet-telemetry",
11115 "pet-venv",
11116 "pet-virtualenv",
11117 "pet-virtualenvwrapper",
11118 "pet-windows-registry",
11119 "pet-windows-store",
11120 "serde",
11121 "serde_json",
11122]
11123
11124[[package]]
11125name = "pet-conda"
11126version = "0.1.0"
11127source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11128dependencies = [
11129 "env_logger 0.10.2",
11130 "lazy_static",
11131 "log",
11132 "msvc_spectre_libs",
11133 "pet-core",
11134 "pet-fs",
11135 "pet-python-utils",
11136 "pet-reporter",
11137 "regex",
11138 "serde",
11139 "serde_json",
11140 "yaml-rust2",
11141]
11142
11143[[package]]
11144name = "pet-core"
11145version = "0.1.0"
11146source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11147dependencies = [
11148 "clap",
11149 "lazy_static",
11150 "log",
11151 "msvc_spectre_libs",
11152 "pet-fs",
11153 "regex",
11154 "serde",
11155 "serde_json",
11156]
11157
11158[[package]]
11159name = "pet-env-var-path"
11160version = "0.1.0"
11161source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11162dependencies = [
11163 "lazy_static",
11164 "log",
11165 "msvc_spectre_libs",
11166 "pet-conda",
11167 "pet-core",
11168 "pet-fs",
11169 "pet-python-utils",
11170 "pet-virtualenv",
11171 "regex",
11172]
11173
11174[[package]]
11175name = "pet-fs"
11176version = "0.1.0"
11177source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11178dependencies = [
11179 "log",
11180 "msvc_spectre_libs",
11181]
11182
11183[[package]]
11184name = "pet-global-virtualenvs"
11185version = "0.1.0"
11186source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11187dependencies = [
11188 "log",
11189 "msvc_spectre_libs",
11190 "pet-conda",
11191 "pet-core",
11192 "pet-fs",
11193 "pet-virtualenv",
11194]
11195
11196[[package]]
11197name = "pet-homebrew"
11198version = "0.1.0"
11199source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11200dependencies = [
11201 "lazy_static",
11202 "log",
11203 "msvc_spectre_libs",
11204 "pet-conda",
11205 "pet-core",
11206 "pet-fs",
11207 "pet-python-utils",
11208 "pet-virtualenv",
11209 "regex",
11210 "serde",
11211 "serde_json",
11212]
11213
11214[[package]]
11215name = "pet-jsonrpc"
11216version = "0.1.0"
11217source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11218dependencies = [
11219 "env_logger 0.10.2",
11220 "log",
11221 "msvc_spectre_libs",
11222 "pet-core",
11223 "serde",
11224 "serde_json",
11225]
11226
11227[[package]]
11228name = "pet-linux-global-python"
11229version = "0.1.0"
11230source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11231dependencies = [
11232 "log",
11233 "msvc_spectre_libs",
11234 "pet-core",
11235 "pet-fs",
11236 "pet-python-utils",
11237 "pet-virtualenv",
11238]
11239
11240[[package]]
11241name = "pet-mac-commandlinetools"
11242version = "0.1.0"
11243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11244dependencies = [
11245 "log",
11246 "msvc_spectre_libs",
11247 "pet-core",
11248 "pet-fs",
11249 "pet-python-utils",
11250 "pet-virtualenv",
11251]
11252
11253[[package]]
11254name = "pet-mac-python-org"
11255version = "0.1.0"
11256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11257dependencies = [
11258 "log",
11259 "msvc_spectre_libs",
11260 "pet-core",
11261 "pet-fs",
11262 "pet-python-utils",
11263 "pet-virtualenv",
11264]
11265
11266[[package]]
11267name = "pet-mac-xcode"
11268version = "0.1.0"
11269source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11270dependencies = [
11271 "log",
11272 "msvc_spectre_libs",
11273 "pet-core",
11274 "pet-fs",
11275 "pet-python-utils",
11276 "pet-virtualenv",
11277]
11278
11279[[package]]
11280name = "pet-pipenv"
11281version = "0.1.0"
11282source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11283dependencies = [
11284 "log",
11285 "msvc_spectre_libs",
11286 "pet-core",
11287 "pet-fs",
11288 "pet-python-utils",
11289 "pet-virtualenv",
11290]
11291
11292[[package]]
11293name = "pet-pixi"
11294version = "0.1.0"
11295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11296dependencies = [
11297 "log",
11298 "msvc_spectre_libs",
11299 "pet-conda",
11300 "pet-core",
11301 "pet-python-utils",
11302]
11303
11304[[package]]
11305name = "pet-poetry"
11306version = "0.1.0"
11307source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11308dependencies = [
11309 "base64 0.22.1",
11310 "lazy_static",
11311 "log",
11312 "msvc_spectre_libs",
11313 "pet-core",
11314 "pet-fs",
11315 "pet-python-utils",
11316 "pet-reporter",
11317 "pet-virtualenv",
11318 "regex",
11319 "serde",
11320 "serde_json",
11321 "sha2",
11322 "toml 0.8.20",
11323]
11324
11325[[package]]
11326name = "pet-pyenv"
11327version = "0.1.0"
11328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11329dependencies = [
11330 "lazy_static",
11331 "log",
11332 "msvc_spectre_libs",
11333 "pet-conda",
11334 "pet-core",
11335 "pet-fs",
11336 "pet-python-utils",
11337 "pet-reporter",
11338 "regex",
11339 "serde",
11340 "serde_json",
11341]
11342
11343[[package]]
11344name = "pet-python-utils"
11345version = "0.1.0"
11346source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11347dependencies = [
11348 "env_logger 0.10.2",
11349 "lazy_static",
11350 "log",
11351 "msvc_spectre_libs",
11352 "pet-core",
11353 "pet-fs",
11354 "regex",
11355 "serde",
11356 "serde_json",
11357 "sha2",
11358]
11359
11360[[package]]
11361name = "pet-reporter"
11362version = "0.1.0"
11363source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11364dependencies = [
11365 "env_logger 0.10.2",
11366 "log",
11367 "msvc_spectre_libs",
11368 "pet-core",
11369 "pet-jsonrpc",
11370 "serde",
11371 "serde_json",
11372]
11373
11374[[package]]
11375name = "pet-telemetry"
11376version = "0.1.0"
11377source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11378dependencies = [
11379 "env_logger 0.10.2",
11380 "lazy_static",
11381 "log",
11382 "msvc_spectre_libs",
11383 "pet-core",
11384 "pet-fs",
11385 "pet-python-utils",
11386 "regex",
11387]
11388
11389[[package]]
11390name = "pet-venv"
11391version = "0.1.0"
11392source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11393dependencies = [
11394 "log",
11395 "msvc_spectre_libs",
11396 "pet-core",
11397 "pet-python-utils",
11398 "pet-virtualenv",
11399]
11400
11401[[package]]
11402name = "pet-virtualenv"
11403version = "0.1.0"
11404source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11405dependencies = [
11406 "log",
11407 "msvc_spectre_libs",
11408 "pet-core",
11409 "pet-fs",
11410 "pet-python-utils",
11411]
11412
11413[[package]]
11414name = "pet-virtualenvwrapper"
11415version = "0.1.0"
11416source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11417dependencies = [
11418 "log",
11419 "msvc_spectre_libs",
11420 "pet-core",
11421 "pet-fs",
11422 "pet-python-utils",
11423 "pet-virtualenv",
11424]
11425
11426[[package]]
11427name = "pet-windows-registry"
11428version = "0.1.0"
11429source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11430dependencies = [
11431 "lazy_static",
11432 "log",
11433 "msvc_spectre_libs",
11434 "pet-conda",
11435 "pet-core",
11436 "pet-fs",
11437 "pet-python-utils",
11438 "pet-virtualenv",
11439 "pet-windows-store",
11440 "regex",
11441 "winreg 0.55.0",
11442]
11443
11444[[package]]
11445name = "pet-windows-store"
11446version = "0.1.0"
11447source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11448dependencies = [
11449 "lazy_static",
11450 "log",
11451 "msvc_spectre_libs",
11452 "pet-core",
11453 "pet-fs",
11454 "pet-python-utils",
11455 "pet-virtualenv",
11456 "regex",
11457 "winreg 0.55.0",
11458]
11459
11460[[package]]
11461name = "petgraph"
11462version = "0.6.5"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11465dependencies = [
11466 "fixedbitset",
11467 "indexmap",
11468]
11469
11470[[package]]
11471name = "pgvector"
11472version = "0.4.0"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11475dependencies = [
11476 "serde",
11477]
11478
11479[[package]]
11480name = "phf"
11481version = "0.11.3"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11484dependencies = [
11485 "phf_macros",
11486 "phf_shared",
11487]
11488
11489[[package]]
11490name = "phf_codegen"
11491version = "0.11.3"
11492source = "registry+https://github.com/rust-lang/crates.io-index"
11493checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11494dependencies = [
11495 "phf_generator",
11496 "phf_shared",
11497]
11498
11499[[package]]
11500name = "phf_generator"
11501version = "0.11.3"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11504dependencies = [
11505 "phf_shared",
11506 "rand 0.8.5",
11507]
11508
11509[[package]]
11510name = "phf_macros"
11511version = "0.11.3"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11514dependencies = [
11515 "phf_generator",
11516 "phf_shared",
11517 "proc-macro2",
11518 "quote",
11519 "syn 2.0.101",
11520]
11521
11522[[package]]
11523name = "phf_shared"
11524version = "0.11.3"
11525source = "registry+https://github.com/rust-lang/crates.io-index"
11526checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11527dependencies = [
11528 "siphasher",
11529]
11530
11531[[package]]
11532name = "picker"
11533version = "0.1.0"
11534dependencies = [
11535 "anyhow",
11536 "ctor",
11537 "editor",
11538 "env_logger 0.11.8",
11539 "gpui",
11540 "menu",
11541 "schemars",
11542 "serde",
11543 "serde_json",
11544 "ui",
11545 "util",
11546 "workspace",
11547 "workspace-hack",
11548]
11549
11550[[package]]
11551name = "pico-args"
11552version = "0.5.0"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11555
11556[[package]]
11557name = "pin-project"
11558version = "1.1.10"
11559source = "registry+https://github.com/rust-lang/crates.io-index"
11560checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11561dependencies = [
11562 "pin-project-internal",
11563]
11564
11565[[package]]
11566name = "pin-project-internal"
11567version = "1.1.10"
11568source = "registry+https://github.com/rust-lang/crates.io-index"
11569checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11570dependencies = [
11571 "proc-macro2",
11572 "quote",
11573 "syn 2.0.101",
11574]
11575
11576[[package]]
11577name = "pin-project-lite"
11578version = "0.2.16"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11581
11582[[package]]
11583name = "pin-utils"
11584version = "0.1.0"
11585source = "registry+https://github.com/rust-lang/crates.io-index"
11586checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11587
11588[[package]]
11589name = "piper"
11590version = "0.2.4"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11593dependencies = [
11594 "atomic-waker",
11595 "fastrand 2.3.0",
11596 "futures-io",
11597]
11598
11599[[package]]
11600name = "pkcs1"
11601version = "0.7.5"
11602source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11604dependencies = [
11605 "der 0.7.10",
11606 "pkcs8 0.10.2",
11607 "spki 0.7.3",
11608]
11609
11610[[package]]
11611name = "pkcs8"
11612version = "0.9.0"
11613source = "registry+https://github.com/rust-lang/crates.io-index"
11614checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11615dependencies = [
11616 "der 0.6.1",
11617 "spki 0.6.0",
11618]
11619
11620[[package]]
11621name = "pkcs8"
11622version = "0.10.2"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11625dependencies = [
11626 "der 0.7.10",
11627 "spki 0.7.3",
11628]
11629
11630[[package]]
11631name = "pkg-config"
11632version = "0.3.32"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11635
11636[[package]]
11637name = "plist"
11638version = "1.7.1"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11641dependencies = [
11642 "base64 0.22.1",
11643 "indexmap",
11644 "quick-xml 0.32.0",
11645 "serde",
11646 "time",
11647]
11648
11649[[package]]
11650name = "plotters"
11651version = "0.3.7"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11654dependencies = [
11655 "num-traits",
11656 "plotters-backend",
11657 "plotters-svg",
11658 "wasm-bindgen",
11659 "web-sys",
11660]
11661
11662[[package]]
11663name = "plotters-backend"
11664version = "0.3.7"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11667
11668[[package]]
11669name = "plotters-svg"
11670version = "0.3.7"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11673dependencies = [
11674 "plotters-backend",
11675]
11676
11677[[package]]
11678name = "png"
11679version = "0.17.16"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11682dependencies = [
11683 "bitflags 1.3.2",
11684 "crc32fast",
11685 "fdeflate",
11686 "flate2",
11687 "miniz_oxide",
11688]
11689
11690[[package]]
11691name = "polling"
11692version = "3.7.4"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11695dependencies = [
11696 "cfg-if",
11697 "concurrent-queue",
11698 "hermit-abi 0.4.0",
11699 "pin-project-lite",
11700 "rustix 0.38.44",
11701 "tracing",
11702 "windows-sys 0.59.0",
11703]
11704
11705[[package]]
11706name = "pollster"
11707version = "0.2.5"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11710
11711[[package]]
11712name = "pollster"
11713version = "0.4.0"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11716
11717[[package]]
11718name = "portable-atomic"
11719version = "1.11.0"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11722
11723[[package]]
11724name = "portable-atomic-util"
11725version = "0.2.4"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11728dependencies = [
11729 "portable-atomic",
11730]
11731
11732[[package]]
11733name = "portable-pty"
11734version = "0.9.0"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11737dependencies = [
11738 "anyhow",
11739 "bitflags 1.3.2",
11740 "downcast-rs",
11741 "filedescriptor",
11742 "lazy_static",
11743 "libc",
11744 "log",
11745 "nix 0.28.0",
11746 "serial2",
11747 "shared_library",
11748 "shell-words",
11749 "winapi",
11750 "winreg 0.10.1",
11751]
11752
11753[[package]]
11754name = "postage"
11755version = "0.5.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11758dependencies = [
11759 "atomic",
11760 "crossbeam-queue",
11761 "futures 0.3.31",
11762 "log",
11763 "parking_lot",
11764 "pin-project",
11765 "pollster 0.2.5",
11766 "static_assertions",
11767 "thiserror 1.0.69",
11768]
11769
11770[[package]]
11771name = "postcard"
11772version = "1.1.1"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11775dependencies = [
11776 "cobs",
11777 "embedded-io 0.4.0",
11778 "embedded-io 0.6.1",
11779 "serde",
11780]
11781
11782[[package]]
11783name = "powerfmt"
11784version = "0.2.0"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11787
11788[[package]]
11789name = "ppv-lite86"
11790version = "0.2.21"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11793dependencies = [
11794 "zerocopy 0.8.24",
11795]
11796
11797[[package]]
11798name = "precomputed-hash"
11799version = "0.1.1"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11802
11803[[package]]
11804name = "prettier"
11805version = "0.1.0"
11806dependencies = [
11807 "anyhow",
11808 "collections",
11809 "fs",
11810 "gpui",
11811 "language",
11812 "log",
11813 "lsp",
11814 "node_runtime",
11815 "parking_lot",
11816 "paths",
11817 "serde",
11818 "serde_json",
11819 "util",
11820 "workspace-hack",
11821]
11822
11823[[package]]
11824name = "pretty_assertions"
11825version = "1.4.1"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11828dependencies = [
11829 "diff",
11830 "yansi",
11831]
11832
11833[[package]]
11834name = "prettyplease"
11835version = "0.2.32"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11838dependencies = [
11839 "proc-macro2",
11840 "syn 2.0.101",
11841]
11842
11843[[package]]
11844name = "proc-macro-crate"
11845version = "3.3.0"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11848dependencies = [
11849 "toml_edit",
11850]
11851
11852[[package]]
11853name = "proc-macro-error-attr2"
11854version = "2.0.0"
11855source = "registry+https://github.com/rust-lang/crates.io-index"
11856checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11857dependencies = [
11858 "proc-macro2",
11859 "quote",
11860]
11861
11862[[package]]
11863name = "proc-macro-error2"
11864version = "2.0.1"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11867dependencies = [
11868 "proc-macro-error-attr2",
11869 "proc-macro2",
11870 "quote",
11871 "syn 2.0.101",
11872]
11873
11874[[package]]
11875name = "proc-macro2"
11876version = "1.0.95"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11879dependencies = [
11880 "unicode-ident",
11881]
11882
11883[[package]]
11884name = "proc-macro2-diagnostics"
11885version = "0.10.1"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11888dependencies = [
11889 "proc-macro2",
11890 "quote",
11891 "syn 2.0.101",
11892 "version_check",
11893 "yansi",
11894]
11895
11896[[package]]
11897name = "prodash"
11898version = "29.0.2"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11901dependencies = [
11902 "log",
11903 "parking_lot",
11904]
11905
11906[[package]]
11907name = "profiling"
11908version = "1.0.16"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11911dependencies = [
11912 "profiling-procmacros",
11913]
11914
11915[[package]]
11916name = "profiling-procmacros"
11917version = "1.0.16"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11920dependencies = [
11921 "quote",
11922 "syn 2.0.101",
11923]
11924
11925[[package]]
11926name = "project"
11927version = "0.1.0"
11928dependencies = [
11929 "aho-corasick",
11930 "anyhow",
11931 "askpass",
11932 "async-trait",
11933 "buffer_diff",
11934 "circular-buffer",
11935 "client",
11936 "clock",
11937 "collections",
11938 "context_server",
11939 "dap",
11940 "dap_adapters",
11941 "env_logger 0.11.8",
11942 "extension",
11943 "fancy-regex 0.14.0",
11944 "fs",
11945 "futures 0.3.31",
11946 "fuzzy",
11947 "git",
11948 "git2",
11949 "git_hosting_providers",
11950 "globset",
11951 "gpui",
11952 "http_client",
11953 "image",
11954 "indexmap",
11955 "itertools 0.14.0",
11956 "language",
11957 "log",
11958 "lsp",
11959 "node_runtime",
11960 "parking_lot",
11961 "pathdiff",
11962 "paths",
11963 "postage",
11964 "prettier",
11965 "pretty_assertions",
11966 "rand 0.8.5",
11967 "regex",
11968 "release_channel",
11969 "remote",
11970 "rpc",
11971 "schemars",
11972 "serde",
11973 "serde_json",
11974 "settings",
11975 "sha2",
11976 "shellexpand 2.1.2",
11977 "shlex",
11978 "smol",
11979 "snippet",
11980 "snippet_provider",
11981 "sum_tree",
11982 "task",
11983 "tempfile",
11984 "terminal",
11985 "text",
11986 "toml 0.8.20",
11987 "unindent",
11988 "url",
11989 "util",
11990 "which 6.0.3",
11991 "workspace-hack",
11992 "worktree",
11993 "zlog",
11994]
11995
11996[[package]]
11997name = "project_panel"
11998version = "0.1.0"
11999dependencies = [
12000 "anyhow",
12001 "client",
12002 "collections",
12003 "command_palette_hooks",
12004 "db",
12005 "editor",
12006 "file_icons",
12007 "git",
12008 "gpui",
12009 "indexmap",
12010 "language",
12011 "menu",
12012 "pretty_assertions",
12013 "project",
12014 "schemars",
12015 "search",
12016 "serde",
12017 "serde_derive",
12018 "serde_json",
12019 "settings",
12020 "smallvec",
12021 "theme",
12022 "ui",
12023 "util",
12024 "workspace",
12025 "workspace-hack",
12026 "worktree",
12027 "zed_actions",
12028]
12029
12030[[package]]
12031name = "project_symbols"
12032version = "0.1.0"
12033dependencies = [
12034 "anyhow",
12035 "editor",
12036 "futures 0.3.31",
12037 "fuzzy",
12038 "gpui",
12039 "language",
12040 "lsp",
12041 "ordered-float 2.10.1",
12042 "picker",
12043 "project",
12044 "release_channel",
12045 "serde_json",
12046 "settings",
12047 "theme",
12048 "util",
12049 "workspace",
12050 "workspace-hack",
12051]
12052
12053[[package]]
12054name = "prometheus"
12055version = "0.14.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12058dependencies = [
12059 "cfg-if",
12060 "fnv",
12061 "lazy_static",
12062 "memchr",
12063 "parking_lot",
12064 "protobuf",
12065 "thiserror 2.0.12",
12066]
12067
12068[[package]]
12069name = "prompt_store"
12070version = "0.1.0"
12071dependencies = [
12072 "anyhow",
12073 "assets",
12074 "chrono",
12075 "collections",
12076 "fs",
12077 "futures 0.3.31",
12078 "fuzzy",
12079 "gpui",
12080 "handlebars 4.5.0",
12081 "heed",
12082 "language",
12083 "log",
12084 "parking_lot",
12085 "paths",
12086 "rope",
12087 "serde",
12088 "serde_json",
12089 "text",
12090 "util",
12091 "uuid",
12092 "workspace-hack",
12093]
12094
12095[[package]]
12096name = "prost"
12097version = "0.9.0"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12100dependencies = [
12101 "bytes 1.10.1",
12102 "prost-derive 0.9.0",
12103]
12104
12105[[package]]
12106name = "prost"
12107version = "0.12.6"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12110dependencies = [
12111 "bytes 1.10.1",
12112 "prost-derive 0.12.6",
12113]
12114
12115[[package]]
12116name = "prost"
12117version = "0.13.5"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12120dependencies = [
12121 "bytes 1.10.1",
12122 "prost-derive 0.13.5",
12123]
12124
12125[[package]]
12126name = "prost-build"
12127version = "0.9.0"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12130dependencies = [
12131 "bytes 1.10.1",
12132 "heck 0.3.3",
12133 "itertools 0.10.5",
12134 "lazy_static",
12135 "log",
12136 "multimap 0.8.3",
12137 "petgraph",
12138 "prost 0.9.0",
12139 "prost-types 0.9.0",
12140 "regex",
12141 "tempfile",
12142 "which 4.4.2",
12143]
12144
12145[[package]]
12146name = "prost-build"
12147version = "0.12.6"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12150dependencies = [
12151 "bytes 1.10.1",
12152 "heck 0.5.0",
12153 "itertools 0.12.1",
12154 "log",
12155 "multimap 0.10.0",
12156 "once_cell",
12157 "petgraph",
12158 "prettyplease",
12159 "prost 0.12.6",
12160 "prost-types 0.12.6",
12161 "regex",
12162 "syn 2.0.101",
12163 "tempfile",
12164]
12165
12166[[package]]
12167name = "prost-derive"
12168version = "0.9.0"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12171dependencies = [
12172 "anyhow",
12173 "itertools 0.10.5",
12174 "proc-macro2",
12175 "quote",
12176 "syn 1.0.109",
12177]
12178
12179[[package]]
12180name = "prost-derive"
12181version = "0.12.6"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12184dependencies = [
12185 "anyhow",
12186 "itertools 0.12.1",
12187 "proc-macro2",
12188 "quote",
12189 "syn 2.0.101",
12190]
12191
12192[[package]]
12193name = "prost-derive"
12194version = "0.13.5"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12197dependencies = [
12198 "anyhow",
12199 "itertools 0.14.0",
12200 "proc-macro2",
12201 "quote",
12202 "syn 2.0.101",
12203]
12204
12205[[package]]
12206name = "prost-types"
12207version = "0.9.0"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12210dependencies = [
12211 "bytes 1.10.1",
12212 "prost 0.9.0",
12213]
12214
12215[[package]]
12216name = "prost-types"
12217version = "0.12.6"
12218source = "registry+https://github.com/rust-lang/crates.io-index"
12219checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12220dependencies = [
12221 "prost 0.12.6",
12222]
12223
12224[[package]]
12225name = "proto"
12226version = "0.1.0"
12227dependencies = [
12228 "anyhow",
12229 "collections",
12230 "prost 0.9.0",
12231 "prost-build 0.9.0",
12232 "serde",
12233 "workspace-hack",
12234]
12235
12236[[package]]
12237name = "protobuf"
12238version = "3.7.2"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12241dependencies = [
12242 "once_cell",
12243 "protobuf-support",
12244 "thiserror 1.0.69",
12245]
12246
12247[[package]]
12248name = "protobuf-support"
12249version = "3.7.2"
12250source = "registry+https://github.com/rust-lang/crates.io-index"
12251checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12252dependencies = [
12253 "thiserror 1.0.69",
12254]
12255
12256[[package]]
12257name = "psm"
12258version = "0.1.25"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12261dependencies = [
12262 "cc",
12263]
12264
12265[[package]]
12266name = "ptr_meta"
12267version = "0.1.4"
12268source = "registry+https://github.com/rust-lang/crates.io-index"
12269checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12270dependencies = [
12271 "ptr_meta_derive",
12272]
12273
12274[[package]]
12275name = "ptr_meta_derive"
12276version = "0.1.4"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12279dependencies = [
12280 "proc-macro2",
12281 "quote",
12282 "syn 1.0.109",
12283]
12284
12285[[package]]
12286name = "pulldown-cmark"
12287version = "0.10.3"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12290dependencies = [
12291 "bitflags 2.9.0",
12292 "memchr",
12293 "pulldown-cmark-escape",
12294 "unicase",
12295]
12296
12297[[package]]
12298name = "pulldown-cmark"
12299version = "0.12.2"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12302dependencies = [
12303 "bitflags 2.9.0",
12304 "memchr",
12305 "unicase",
12306]
12307
12308[[package]]
12309name = "pulldown-cmark-escape"
12310version = "0.10.1"
12311source = "registry+https://github.com/rust-lang/crates.io-index"
12312checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12313
12314[[package]]
12315name = "pulley-interpreter"
12316version = "29.0.1"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12319dependencies = [
12320 "cranelift-bitset",
12321 "log",
12322 "sptr",
12323 "wasmtime-math",
12324]
12325
12326[[package]]
12327name = "qoi"
12328version = "0.4.1"
12329source = "registry+https://github.com/rust-lang/crates.io-index"
12330checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12331dependencies = [
12332 "bytemuck",
12333]
12334
12335[[package]]
12336name = "quick-error"
12337version = "2.0.1"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12340
12341[[package]]
12342name = "quick-xml"
12343version = "0.30.0"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12346dependencies = [
12347 "memchr",
12348]
12349
12350[[package]]
12351name = "quick-xml"
12352version = "0.32.0"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12355dependencies = [
12356 "memchr",
12357]
12358
12359[[package]]
12360name = "quick-xml"
12361version = "0.37.4"
12362source = "registry+https://github.com/rust-lang/crates.io-index"
12363checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12364dependencies = [
12365 "memchr",
12366]
12367
12368[[package]]
12369name = "quinn"
12370version = "0.11.7"
12371source = "registry+https://github.com/rust-lang/crates.io-index"
12372checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12373dependencies = [
12374 "bytes 1.10.1",
12375 "cfg_aliases 0.2.1",
12376 "pin-project-lite",
12377 "quinn-proto",
12378 "quinn-udp",
12379 "rustc-hash 2.1.1",
12380 "rustls 0.23.26",
12381 "socket2",
12382 "thiserror 2.0.12",
12383 "tokio",
12384 "tracing",
12385 "web-time",
12386]
12387
12388[[package]]
12389name = "quinn-proto"
12390version = "0.11.10"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12393dependencies = [
12394 "bytes 1.10.1",
12395 "getrandom 0.3.2",
12396 "rand 0.9.1",
12397 "ring",
12398 "rustc-hash 2.1.1",
12399 "rustls 0.23.26",
12400 "rustls-pki-types",
12401 "slab",
12402 "thiserror 2.0.12",
12403 "tinyvec",
12404 "tracing",
12405 "web-time",
12406]
12407
12408[[package]]
12409name = "quinn-udp"
12410version = "0.5.11"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12413dependencies = [
12414 "cfg_aliases 0.2.1",
12415 "libc",
12416 "once_cell",
12417 "socket2",
12418 "tracing",
12419 "windows-sys 0.59.0",
12420]
12421
12422[[package]]
12423name = "quote"
12424version = "1.0.40"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12427dependencies = [
12428 "proc-macro2",
12429]
12430
12431[[package]]
12432name = "r-efi"
12433version = "5.2.0"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12436
12437[[package]]
12438name = "radium"
12439version = "0.7.0"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12442
12443[[package]]
12444name = "rand"
12445version = "0.7.3"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12448dependencies = [
12449 "getrandom 0.1.16",
12450 "libc",
12451 "rand_chacha 0.2.2",
12452 "rand_core 0.5.1",
12453 "rand_hc",
12454]
12455
12456[[package]]
12457name = "rand"
12458version = "0.8.5"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12461dependencies = [
12462 "libc",
12463 "rand_chacha 0.3.1",
12464 "rand_core 0.6.4",
12465]
12466
12467[[package]]
12468name = "rand"
12469version = "0.9.1"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12472dependencies = [
12473 "rand_chacha 0.9.0",
12474 "rand_core 0.9.3",
12475]
12476
12477[[package]]
12478name = "rand_chacha"
12479version = "0.2.2"
12480source = "registry+https://github.com/rust-lang/crates.io-index"
12481checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12482dependencies = [
12483 "ppv-lite86",
12484 "rand_core 0.5.1",
12485]
12486
12487[[package]]
12488name = "rand_chacha"
12489version = "0.3.1"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12492dependencies = [
12493 "ppv-lite86",
12494 "rand_core 0.6.4",
12495]
12496
12497[[package]]
12498name = "rand_chacha"
12499version = "0.9.0"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12502dependencies = [
12503 "ppv-lite86",
12504 "rand_core 0.9.3",
12505]
12506
12507[[package]]
12508name = "rand_core"
12509version = "0.5.1"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12512dependencies = [
12513 "getrandom 0.1.16",
12514]
12515
12516[[package]]
12517name = "rand_core"
12518version = "0.6.4"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12521dependencies = [
12522 "getrandom 0.2.15",
12523]
12524
12525[[package]]
12526name = "rand_core"
12527version = "0.9.3"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12530dependencies = [
12531 "getrandom 0.3.2",
12532]
12533
12534[[package]]
12535name = "rand_hc"
12536version = "0.2.0"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12539dependencies = [
12540 "rand_core 0.5.1",
12541]
12542
12543[[package]]
12544name = "rangemap"
12545version = "1.5.1"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12548
12549[[package]]
12550name = "rav1e"
12551version = "0.7.1"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12554dependencies = [
12555 "arbitrary",
12556 "arg_enum_proc_macro",
12557 "arrayvec",
12558 "av1-grain",
12559 "bitstream-io",
12560 "built",
12561 "cfg-if",
12562 "interpolate_name",
12563 "itertools 0.12.1",
12564 "libc",
12565 "libfuzzer-sys",
12566 "log",
12567 "maybe-rayon",
12568 "new_debug_unreachable",
12569 "noop_proc_macro",
12570 "num-derive",
12571 "num-traits",
12572 "once_cell",
12573 "paste",
12574 "profiling",
12575 "rand 0.8.5",
12576 "rand_chacha 0.3.1",
12577 "simd_helpers",
12578 "system-deps",
12579 "thiserror 1.0.69",
12580 "v_frame",
12581 "wasm-bindgen",
12582]
12583
12584[[package]]
12585name = "ravif"
12586version = "0.11.12"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12589dependencies = [
12590 "avif-serialize",
12591 "imgref",
12592 "loop9",
12593 "quick-error",
12594 "rav1e",
12595 "rayon",
12596 "rgb",
12597]
12598
12599[[package]]
12600name = "raw-window-handle"
12601version = "0.6.2"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12604
12605[[package]]
12606name = "raw-window-metal"
12607version = "0.4.0"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12610dependencies = [
12611 "cocoa 0.25.0",
12612 "core-graphics 0.23.2",
12613 "objc",
12614 "raw-window-handle",
12615]
12616
12617[[package]]
12618name = "rayon"
12619version = "1.10.0"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12622dependencies = [
12623 "either",
12624 "rayon-core",
12625]
12626
12627[[package]]
12628name = "rayon-core"
12629version = "1.12.1"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12632dependencies = [
12633 "crossbeam-deque",
12634 "crossbeam-utils",
12635]
12636
12637[[package]]
12638name = "read-fonts"
12639version = "0.25.3"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12642dependencies = [
12643 "bytemuck",
12644 "font-types",
12645]
12646
12647[[package]]
12648name = "recent_projects"
12649version = "0.1.0"
12650dependencies = [
12651 "anyhow",
12652 "auto_update",
12653 "dap",
12654 "editor",
12655 "extension_host",
12656 "file_finder",
12657 "futures 0.3.31",
12658 "fuzzy",
12659 "gpui",
12660 "language",
12661 "log",
12662 "markdown",
12663 "menu",
12664 "ordered-float 2.10.1",
12665 "paths",
12666 "picker",
12667 "project",
12668 "release_channel",
12669 "remote",
12670 "schemars",
12671 "serde",
12672 "serde_json",
12673 "settings",
12674 "smol",
12675 "task",
12676 "telemetry",
12677 "theme",
12678 "ui",
12679 "util",
12680 "workspace",
12681 "workspace-hack",
12682 "zed_actions",
12683]
12684
12685[[package]]
12686name = "redox_syscall"
12687version = "0.2.16"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12690dependencies = [
12691 "bitflags 1.3.2",
12692]
12693
12694[[package]]
12695name = "redox_syscall"
12696version = "0.5.11"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12699dependencies = [
12700 "bitflags 2.9.0",
12701]
12702
12703[[package]]
12704name = "redox_users"
12705version = "0.4.6"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12708dependencies = [
12709 "getrandom 0.2.15",
12710 "libredox",
12711 "thiserror 1.0.69",
12712]
12713
12714[[package]]
12715name = "redox_users"
12716version = "0.5.0"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12719dependencies = [
12720 "getrandom 0.2.15",
12721 "libredox",
12722 "thiserror 2.0.12",
12723]
12724
12725[[package]]
12726name = "ref-cast"
12727version = "1.0.24"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12730dependencies = [
12731 "ref-cast-impl",
12732]
12733
12734[[package]]
12735name = "ref-cast-impl"
12736version = "1.0.24"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12739dependencies = [
12740 "proc-macro2",
12741 "quote",
12742 "syn 2.0.101",
12743]
12744
12745[[package]]
12746name = "referencing"
12747version = "0.30.0"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12750dependencies = [
12751 "ahash 0.8.11",
12752 "fluent-uri",
12753 "once_cell",
12754 "parking_lot",
12755 "percent-encoding",
12756 "serde_json",
12757]
12758
12759[[package]]
12760name = "refineable"
12761version = "0.1.0"
12762dependencies = [
12763 "derive_refineable",
12764 "workspace-hack",
12765]
12766
12767[[package]]
12768name = "regalloc2"
12769version = "0.11.2"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12772dependencies = [
12773 "allocator-api2",
12774 "bumpalo",
12775 "hashbrown 0.15.3",
12776 "log",
12777 "rustc-hash 2.1.1",
12778 "smallvec",
12779]
12780
12781[[package]]
12782name = "regex"
12783version = "1.11.1"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12786dependencies = [
12787 "aho-corasick",
12788 "memchr",
12789 "regex-automata 0.4.9",
12790 "regex-syntax 0.8.5",
12791]
12792
12793[[package]]
12794name = "regex-automata"
12795version = "0.1.10"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12798dependencies = [
12799 "regex-syntax 0.6.29",
12800]
12801
12802[[package]]
12803name = "regex-automata"
12804version = "0.4.9"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12807dependencies = [
12808 "aho-corasick",
12809 "memchr",
12810 "regex-syntax 0.8.5",
12811]
12812
12813[[package]]
12814name = "regex-lite"
12815version = "0.1.6"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12818
12819[[package]]
12820name = "regex-syntax"
12821version = "0.6.29"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12824
12825[[package]]
12826name = "regex-syntax"
12827version = "0.8.5"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12830
12831[[package]]
12832name = "release_channel"
12833version = "0.1.0"
12834dependencies = [
12835 "gpui",
12836 "workspace-hack",
12837]
12838
12839[[package]]
12840name = "remote"
12841version = "0.1.0"
12842dependencies = [
12843 "anyhow",
12844 "askpass",
12845 "async-trait",
12846 "collections",
12847 "fs",
12848 "futures 0.3.31",
12849 "gpui",
12850 "itertools 0.14.0",
12851 "log",
12852 "parking_lot",
12853 "paths",
12854 "prost 0.9.0",
12855 "release_channel",
12856 "rpc",
12857 "schemars",
12858 "serde",
12859 "serde_json",
12860 "shlex",
12861 "smol",
12862 "tempfile",
12863 "thiserror 2.0.12",
12864 "urlencoding",
12865 "util",
12866 "workspace-hack",
12867]
12868
12869[[package]]
12870name = "remote_server"
12871version = "0.1.0"
12872dependencies = [
12873 "anyhow",
12874 "askpass",
12875 "assistant_tool",
12876 "assistant_tools",
12877 "async-watch",
12878 "backtrace",
12879 "cargo_toml",
12880 "chrono",
12881 "clap",
12882 "client",
12883 "clock",
12884 "dap",
12885 "dap_adapters",
12886 "env_logger 0.11.8",
12887 "extension",
12888 "extension_host",
12889 "fork",
12890 "fs",
12891 "futures 0.3.31",
12892 "git",
12893 "git_hosting_providers",
12894 "gpui",
12895 "gpui_tokio",
12896 "http_client",
12897 "language",
12898 "language_extension",
12899 "language_model",
12900 "languages",
12901 "libc",
12902 "log",
12903 "lsp",
12904 "node_runtime",
12905 "paths",
12906 "project",
12907 "proto",
12908 "release_channel",
12909 "remote",
12910 "reqwest_client",
12911 "rpc",
12912 "rust-embed",
12913 "serde",
12914 "serde_json",
12915 "settings",
12916 "shellexpand 2.1.2",
12917 "smol",
12918 "sysinfo",
12919 "telemetry_events",
12920 "toml 0.8.20",
12921 "unindent",
12922 "util",
12923 "worktree",
12924]
12925
12926[[package]]
12927name = "rend"
12928version = "0.4.2"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12931dependencies = [
12932 "bytecheck",
12933]
12934
12935[[package]]
12936name = "repl"
12937version = "0.1.0"
12938dependencies = [
12939 "alacritty_terminal",
12940 "anyhow",
12941 "async-dispatcher",
12942 "async-tungstenite",
12943 "base64 0.22.1",
12944 "client",
12945 "collections",
12946 "command_palette_hooks",
12947 "editor",
12948 "env_logger 0.11.8",
12949 "feature_flags",
12950 "file_icons",
12951 "futures 0.3.31",
12952 "gpui",
12953 "http_client",
12954 "image",
12955 "indoc",
12956 "jupyter-protocol",
12957 "jupyter-websocket-client",
12958 "language",
12959 "languages",
12960 "log",
12961 "markdown_preview",
12962 "menu",
12963 "multi_buffer",
12964 "nbformat",
12965 "picker",
12966 "project",
12967 "runtimelib",
12968 "schemars",
12969 "serde",
12970 "serde_json",
12971 "settings",
12972 "smol",
12973 "telemetry",
12974 "terminal",
12975 "terminal_view",
12976 "theme",
12977 "tree-sitter-md",
12978 "tree-sitter-python",
12979 "tree-sitter-typescript",
12980 "ui",
12981 "util",
12982 "uuid",
12983 "workspace",
12984 "workspace-hack",
12985]
12986
12987[[package]]
12988name = "reqwest"
12989version = "0.11.27"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
12992dependencies = [
12993 "base64 0.21.7",
12994 "bytes 1.10.1",
12995 "encoding_rs",
12996 "futures-core",
12997 "futures-util",
12998 "h2 0.3.26",
12999 "http 0.2.12",
13000 "http-body 0.4.6",
13001 "hyper 0.14.32",
13002 "hyper-rustls 0.24.2",
13003 "hyper-tls",
13004 "ipnet",
13005 "js-sys",
13006 "log",
13007 "mime",
13008 "native-tls",
13009 "once_cell",
13010 "percent-encoding",
13011 "pin-project-lite",
13012 "rustls 0.21.12",
13013 "rustls-native-certs 0.6.3",
13014 "rustls-pemfile 1.0.4",
13015 "serde",
13016 "serde_json",
13017 "serde_urlencoded",
13018 "sync_wrapper 0.1.2",
13019 "system-configuration 0.5.1",
13020 "tokio",
13021 "tokio-native-tls",
13022 "tokio-rustls 0.24.1",
13023 "tower-service",
13024 "url",
13025 "wasm-bindgen",
13026 "wasm-bindgen-futures",
13027 "web-sys",
13028 "winreg 0.50.0",
13029]
13030
13031[[package]]
13032name = "reqwest"
13033version = "0.12.15"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13036dependencies = [
13037 "base64 0.22.1",
13038 "bytes 1.10.1",
13039 "futures-channel",
13040 "futures-core",
13041 "futures-util",
13042 "http 1.3.1",
13043 "http-body 1.0.1",
13044 "http-body-util",
13045 "hyper 1.6.0",
13046 "hyper-util",
13047 "ipnet",
13048 "js-sys",
13049 "log",
13050 "mime",
13051 "once_cell",
13052 "percent-encoding",
13053 "pin-project-lite",
13054 "serde",
13055 "serde_json",
13056 "serde_urlencoded",
13057 "sync_wrapper 1.0.2",
13058 "tokio",
13059 "tower 0.5.2",
13060 "tower-service",
13061 "url",
13062 "wasm-bindgen",
13063 "wasm-bindgen-futures",
13064 "web-sys",
13065 "windows-registry 0.4.0",
13066]
13067
13068[[package]]
13069name = "reqwest"
13070version = "0.12.15"
13071source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13072dependencies = [
13073 "base64 0.22.1",
13074 "bytes 1.10.1",
13075 "encoding_rs",
13076 "futures-core",
13077 "futures-util",
13078 "h2 0.4.9",
13079 "http 1.3.1",
13080 "http-body 1.0.1",
13081 "http-body-util",
13082 "hyper 1.6.0",
13083 "hyper-rustls 0.27.5",
13084 "hyper-util",
13085 "ipnet",
13086 "js-sys",
13087 "log",
13088 "mime",
13089 "once_cell",
13090 "percent-encoding",
13091 "pin-project-lite",
13092 "quinn",
13093 "rustls 0.23.26",
13094 "rustls-native-certs 0.8.1",
13095 "rustls-pemfile 2.2.0",
13096 "rustls-pki-types",
13097 "serde",
13098 "serde_json",
13099 "serde_urlencoded",
13100 "sync_wrapper 1.0.2",
13101 "system-configuration 0.6.1",
13102 "tokio",
13103 "tokio-rustls 0.26.2",
13104 "tokio-socks",
13105 "tokio-util",
13106 "tower 0.5.2",
13107 "tower-service",
13108 "url",
13109 "wasm-bindgen",
13110 "wasm-bindgen-futures",
13111 "wasm-streams",
13112 "web-sys",
13113 "windows-registry 0.4.0",
13114]
13115
13116[[package]]
13117name = "reqwest_client"
13118version = "0.1.0"
13119dependencies = [
13120 "anyhow",
13121 "bytes 1.10.1",
13122 "futures 0.3.31",
13123 "gpui",
13124 "http_client",
13125 "http_client_tls",
13126 "log",
13127 "regex",
13128 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13129 "serde",
13130 "smol",
13131 "tokio",
13132 "workspace-hack",
13133]
13134
13135[[package]]
13136name = "resvg"
13137version = "0.45.1"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13140dependencies = [
13141 "log",
13142 "pico-args",
13143 "rgb",
13144 "svgtypes",
13145 "tiny-skia",
13146 "usvg",
13147]
13148
13149[[package]]
13150name = "rfc6979"
13151version = "0.3.1"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13154dependencies = [
13155 "crypto-bigint 0.4.9",
13156 "hmac",
13157 "zeroize",
13158]
13159
13160[[package]]
13161name = "rgb"
13162version = "0.8.50"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13165dependencies = [
13166 "bytemuck",
13167]
13168
13169[[package]]
13170name = "rich_text"
13171version = "0.1.0"
13172dependencies = [
13173 "futures 0.3.31",
13174 "gpui",
13175 "language",
13176 "linkify",
13177 "pulldown-cmark 0.12.2",
13178 "theme",
13179 "ui",
13180 "util",
13181 "workspace-hack",
13182]
13183
13184[[package]]
13185name = "ring"
13186version = "0.17.14"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13189dependencies = [
13190 "cc",
13191 "cfg-if",
13192 "getrandom 0.2.15",
13193 "libc",
13194 "untrusted",
13195 "windows-sys 0.52.0",
13196]
13197
13198[[package]]
13199name = "rkyv"
13200version = "0.7.45"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13203dependencies = [
13204 "bitvec",
13205 "bytecheck",
13206 "bytes 1.10.1",
13207 "hashbrown 0.12.3",
13208 "ptr_meta",
13209 "rend",
13210 "rkyv_derive",
13211 "seahash",
13212 "tinyvec",
13213 "uuid",
13214]
13215
13216[[package]]
13217name = "rkyv_derive"
13218version = "0.7.45"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13221dependencies = [
13222 "proc-macro2",
13223 "quote",
13224 "syn 1.0.109",
13225]
13226
13227[[package]]
13228name = "rmp"
13229version = "0.8.14"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13232dependencies = [
13233 "byteorder",
13234 "num-traits",
13235 "paste",
13236]
13237
13238[[package]]
13239name = "rmpv"
13240version = "1.3.0"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13243dependencies = [
13244 "num-traits",
13245 "rmp",
13246]
13247
13248[[package]]
13249name = "rodio"
13250version = "0.20.1"
13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13253dependencies = [
13254 "cpal",
13255 "hound",
13256]
13257
13258[[package]]
13259name = "rope"
13260version = "0.1.0"
13261dependencies = [
13262 "arrayvec",
13263 "criterion",
13264 "ctor",
13265 "env_logger 0.11.8",
13266 "gpui",
13267 "log",
13268 "rand 0.8.5",
13269 "rayon",
13270 "smallvec",
13271 "sum_tree",
13272 "unicode-segmentation",
13273 "util",
13274 "workspace-hack",
13275]
13276
13277[[package]]
13278name = "roxmltree"
13279version = "0.20.0"
13280source = "registry+https://github.com/rust-lang/crates.io-index"
13281checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13282
13283[[package]]
13284name = "rpc"
13285version = "0.1.0"
13286dependencies = [
13287 "anyhow",
13288 "async-tungstenite",
13289 "base64 0.22.1",
13290 "chrono",
13291 "collections",
13292 "env_logger 0.11.8",
13293 "futures 0.3.31",
13294 "gpui",
13295 "parking_lot",
13296 "proto",
13297 "rand 0.8.5",
13298 "rsa",
13299 "serde",
13300 "serde_json",
13301 "sha2",
13302 "strum 0.27.1",
13303 "tracing",
13304 "util",
13305 "workspace-hack",
13306 "zstd",
13307]
13308
13309[[package]]
13310name = "rsa"
13311version = "0.9.8"
13312source = "registry+https://github.com/rust-lang/crates.io-index"
13313checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13314dependencies = [
13315 "const-oid",
13316 "digest",
13317 "num-bigint-dig",
13318 "num-integer",
13319 "num-traits",
13320 "pkcs1",
13321 "pkcs8 0.10.2",
13322 "rand_core 0.6.4",
13323 "signature 2.2.0",
13324 "spki 0.7.3",
13325 "subtle",
13326 "zeroize",
13327]
13328
13329[[package]]
13330name = "rules_library"
13331version = "0.1.0"
13332dependencies = [
13333 "anyhow",
13334 "collections",
13335 "editor",
13336 "gpui",
13337 "language",
13338 "language_model",
13339 "log",
13340 "menu",
13341 "picker",
13342 "prompt_store",
13343 "release_channel",
13344 "rope",
13345 "serde",
13346 "settings",
13347 "theme",
13348 "ui",
13349 "util",
13350 "workspace",
13351 "workspace-hack",
13352 "zed_actions",
13353]
13354
13355[[package]]
13356name = "runtimelib"
13357version = "0.25.0"
13358source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13359dependencies = [
13360 "anyhow",
13361 "async-dispatcher",
13362 "async-std",
13363 "base64 0.22.1",
13364 "bytes 1.10.1",
13365 "chrono",
13366 "data-encoding",
13367 "dirs 5.0.1",
13368 "futures 0.3.31",
13369 "glob",
13370 "jupyter-protocol",
13371 "ring",
13372 "serde",
13373 "serde_json",
13374 "shellexpand 3.1.1",
13375 "smol",
13376 "uuid",
13377 "zeromq",
13378]
13379
13380[[package]]
13381name = "rust-embed"
13382version = "8.7.0"
13383source = "registry+https://github.com/rust-lang/crates.io-index"
13384checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13385dependencies = [
13386 "rust-embed-impl",
13387 "rust-embed-utils",
13388 "walkdir",
13389]
13390
13391[[package]]
13392name = "rust-embed-impl"
13393version = "8.7.0"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13396dependencies = [
13397 "proc-macro2",
13398 "quote",
13399 "rust-embed-utils",
13400 "syn 2.0.101",
13401 "walkdir",
13402]
13403
13404[[package]]
13405name = "rust-embed-utils"
13406version = "8.7.0"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13409dependencies = [
13410 "globset",
13411 "sha2",
13412 "walkdir",
13413]
13414
13415[[package]]
13416name = "rust_decimal"
13417version = "1.37.1"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13420dependencies = [
13421 "arrayvec",
13422 "borsh",
13423 "bytes 1.10.1",
13424 "num-traits",
13425 "rand 0.8.5",
13426 "rkyv",
13427 "serde",
13428 "serde_json",
13429]
13430
13431[[package]]
13432name = "rustc-demangle"
13433version = "0.1.24"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13436
13437[[package]]
13438name = "rustc-hash"
13439version = "1.1.0"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13442
13443[[package]]
13444name = "rustc-hash"
13445version = "2.1.1"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13448
13449[[package]]
13450name = "rustc_version"
13451version = "0.4.1"
13452source = "registry+https://github.com/rust-lang/crates.io-index"
13453checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13454dependencies = [
13455 "semver",
13456]
13457
13458[[package]]
13459name = "rustix"
13460version = "0.38.44"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13463dependencies = [
13464 "bitflags 2.9.0",
13465 "errno 0.3.11",
13466 "itoa",
13467 "libc",
13468 "linux-raw-sys 0.4.15",
13469 "windows-sys 0.59.0",
13470]
13471
13472[[package]]
13473name = "rustix"
13474version = "1.0.7"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13477dependencies = [
13478 "bitflags 2.9.0",
13479 "errno 0.3.11",
13480 "libc",
13481 "linux-raw-sys 0.9.4",
13482 "windows-sys 0.59.0",
13483]
13484
13485[[package]]
13486name = "rustix-linux-procfs"
13487version = "0.1.1"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13490dependencies = [
13491 "once_cell",
13492 "rustix 1.0.7",
13493]
13494
13495[[package]]
13496name = "rustix-openpty"
13497version = "0.1.1"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13500dependencies = [
13501 "errno 0.3.11",
13502 "libc",
13503 "rustix 0.38.44",
13504]
13505
13506[[package]]
13507name = "rustls"
13508version = "0.21.12"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13511dependencies = [
13512 "log",
13513 "ring",
13514 "rustls-webpki 0.101.7",
13515 "sct",
13516]
13517
13518[[package]]
13519name = "rustls"
13520version = "0.23.26"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13523dependencies = [
13524 "aws-lc-rs",
13525 "log",
13526 "once_cell",
13527 "ring",
13528 "rustls-pki-types",
13529 "rustls-webpki 0.103.1",
13530 "subtle",
13531 "zeroize",
13532]
13533
13534[[package]]
13535name = "rustls-native-certs"
13536version = "0.6.3"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13539dependencies = [
13540 "openssl-probe",
13541 "rustls-pemfile 1.0.4",
13542 "schannel",
13543 "security-framework 2.11.1",
13544]
13545
13546[[package]]
13547name = "rustls-native-certs"
13548version = "0.8.1"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13551dependencies = [
13552 "openssl-probe",
13553 "rustls-pki-types",
13554 "schannel",
13555 "security-framework 3.2.0",
13556]
13557
13558[[package]]
13559name = "rustls-pemfile"
13560version = "1.0.4"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13563dependencies = [
13564 "base64 0.21.7",
13565]
13566
13567[[package]]
13568name = "rustls-pemfile"
13569version = "2.2.0"
13570source = "registry+https://github.com/rust-lang/crates.io-index"
13571checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13572dependencies = [
13573 "rustls-pki-types",
13574]
13575
13576[[package]]
13577name = "rustls-pki-types"
13578version = "1.11.0"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
13581dependencies = [
13582 "web-time",
13583]
13584
13585[[package]]
13586name = "rustls-platform-verifier"
13587version = "0.5.1"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13590dependencies = [
13591 "core-foundation 0.10.0",
13592 "core-foundation-sys",
13593 "jni",
13594 "log",
13595 "once_cell",
13596 "rustls 0.23.26",
13597 "rustls-native-certs 0.8.1",
13598 "rustls-platform-verifier-android",
13599 "rustls-webpki 0.103.1",
13600 "security-framework 3.2.0",
13601 "security-framework-sys",
13602 "webpki-root-certs",
13603 "windows-sys 0.59.0",
13604]
13605
13606[[package]]
13607name = "rustls-platform-verifier-android"
13608version = "0.1.1"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13611
13612[[package]]
13613name = "rustls-webpki"
13614version = "0.101.7"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13617dependencies = [
13618 "ring",
13619 "untrusted",
13620]
13621
13622[[package]]
13623name = "rustls-webpki"
13624version = "0.103.1"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13627dependencies = [
13628 "aws-lc-rs",
13629 "ring",
13630 "rustls-pki-types",
13631 "untrusted",
13632]
13633
13634[[package]]
13635name = "rustversion"
13636version = "1.0.20"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13639
13640[[package]]
13641name = "rustybuzz"
13642version = "0.14.1"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13645dependencies = [
13646 "bitflags 2.9.0",
13647 "bytemuck",
13648 "libm",
13649 "smallvec",
13650 "ttf-parser 0.21.1",
13651 "unicode-bidi-mirroring 0.2.0",
13652 "unicode-ccc 0.2.0",
13653 "unicode-properties",
13654 "unicode-script",
13655]
13656
13657[[package]]
13658name = "rustybuzz"
13659version = "0.20.1"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13662dependencies = [
13663 "bitflags 2.9.0",
13664 "bytemuck",
13665 "core_maths",
13666 "log",
13667 "smallvec",
13668 "ttf-parser 0.25.1",
13669 "unicode-bidi-mirroring 0.4.0",
13670 "unicode-ccc 0.4.0",
13671 "unicode-properties",
13672 "unicode-script",
13673]
13674
13675[[package]]
13676name = "ryu"
13677version = "1.0.20"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13680
13681[[package]]
13682name = "salsa20"
13683version = "0.10.2"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13686dependencies = [
13687 "cipher",
13688]
13689
13690[[package]]
13691name = "same-file"
13692version = "1.0.6"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13695dependencies = [
13696 "winapi-util",
13697]
13698
13699[[package]]
13700name = "scap"
13701version = "0.0.8"
13702source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13703dependencies = [
13704 "anyhow",
13705 "cocoa 0.25.0",
13706 "core-graphics-helmer-fork",
13707 "log",
13708 "objc",
13709 "rand 0.8.5",
13710 "screencapturekit",
13711 "screencapturekit-sys",
13712 "sysinfo",
13713 "tao-core-video-sys",
13714 "windows 0.61.1",
13715 "windows-capture",
13716 "x11",
13717 "xcb",
13718]
13719
13720[[package]]
13721name = "schannel"
13722version = "0.1.27"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13725dependencies = [
13726 "windows-sys 0.59.0",
13727]
13728
13729[[package]]
13730name = "schema_generator"
13731version = "0.1.0"
13732dependencies = [
13733 "anyhow",
13734 "clap",
13735 "env_logger 0.11.8",
13736 "schemars",
13737 "serde",
13738 "serde_json",
13739 "theme",
13740 "workspace-hack",
13741]
13742
13743[[package]]
13744name = "schemars"
13745version = "0.8.22"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13748dependencies = [
13749 "dyn-clone",
13750 "indexmap",
13751 "schemars_derive",
13752 "serde",
13753 "serde_json",
13754]
13755
13756[[package]]
13757name = "schemars_derive"
13758version = "0.8.22"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13761dependencies = [
13762 "proc-macro2",
13763 "quote",
13764 "serde_derive_internals",
13765 "syn 2.0.101",
13766]
13767
13768[[package]]
13769name = "scoped-tls"
13770version = "1.0.1"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13773
13774[[package]]
13775name = "scopeguard"
13776version = "1.2.0"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13779
13780[[package]]
13781name = "scratch"
13782version = "1.0.8"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13785
13786[[package]]
13787name = "screencapturekit"
13788version = "0.2.8"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13791dependencies = [
13792 "screencapturekit-sys",
13793]
13794
13795[[package]]
13796name = "screencapturekit-sys"
13797version = "0.2.8"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13800dependencies = [
13801 "block",
13802 "dispatch",
13803 "objc",
13804 "objc-foundation",
13805 "objc_id",
13806 "once_cell",
13807]
13808
13809[[package]]
13810name = "scrypt"
13811version = "0.11.0"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13814dependencies = [
13815 "password-hash 0.5.0",
13816 "pbkdf2 0.12.2",
13817 "salsa20",
13818 "sha2",
13819]
13820
13821[[package]]
13822name = "sct"
13823version = "0.7.1"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13826dependencies = [
13827 "ring",
13828 "untrusted",
13829]
13830
13831[[package]]
13832name = "sea-bae"
13833version = "0.2.1"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13836dependencies = [
13837 "heck 0.4.1",
13838 "proc-macro-error2",
13839 "proc-macro2",
13840 "quote",
13841 "syn 2.0.101",
13842]
13843
13844[[package]]
13845name = "sea-orm"
13846version = "1.1.10"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13849dependencies = [
13850 "async-stream",
13851 "async-trait",
13852 "bigdecimal",
13853 "chrono",
13854 "futures-util",
13855 "log",
13856 "ouroboros",
13857 "pgvector",
13858 "rust_decimal",
13859 "sea-orm-macros",
13860 "sea-query",
13861 "sea-query-binder",
13862 "serde",
13863 "serde_json",
13864 "sqlx",
13865 "strum 0.26.3",
13866 "thiserror 2.0.12",
13867 "time",
13868 "tracing",
13869 "url",
13870 "uuid",
13871]
13872
13873[[package]]
13874name = "sea-orm-macros"
13875version = "1.1.10"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13878dependencies = [
13879 "heck 0.4.1",
13880 "proc-macro2",
13881 "quote",
13882 "sea-bae",
13883 "syn 2.0.101",
13884 "unicode-ident",
13885]
13886
13887[[package]]
13888name = "sea-query"
13889version = "0.32.4"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13892dependencies = [
13893 "bigdecimal",
13894 "chrono",
13895 "inherent",
13896 "ordered-float 4.6.0",
13897 "rust_decimal",
13898 "serde_json",
13899 "time",
13900 "uuid",
13901]
13902
13903[[package]]
13904name = "sea-query-binder"
13905version = "0.7.0"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13908dependencies = [
13909 "bigdecimal",
13910 "chrono",
13911 "rust_decimal",
13912 "sea-query",
13913 "serde_json",
13914 "sqlx",
13915 "time",
13916 "uuid",
13917]
13918
13919[[package]]
13920name = "seahash"
13921version = "4.1.0"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13924
13925[[package]]
13926name = "search"
13927version = "0.1.0"
13928dependencies = [
13929 "any_vec",
13930 "anyhow",
13931 "bitflags 2.9.0",
13932 "client",
13933 "collections",
13934 "editor",
13935 "futures 0.3.31",
13936 "gpui",
13937 "language",
13938 "menu",
13939 "project",
13940 "schemars",
13941 "serde",
13942 "serde_json",
13943 "settings",
13944 "smol",
13945 "theme",
13946 "ui",
13947 "unindent",
13948 "util",
13949 "workspace",
13950 "workspace-hack",
13951 "zed_actions",
13952]
13953
13954[[package]]
13955name = "sec1"
13956version = "0.3.0"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
13959dependencies = [
13960 "base16ct",
13961 "der 0.6.1",
13962 "generic-array",
13963 "pkcs8 0.9.0",
13964 "subtle",
13965 "zeroize",
13966]
13967
13968[[package]]
13969name = "security-framework"
13970version = "2.11.1"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
13973dependencies = [
13974 "bitflags 2.9.0",
13975 "core-foundation 0.9.4",
13976 "core-foundation-sys",
13977 "libc",
13978 "security-framework-sys",
13979]
13980
13981[[package]]
13982name = "security-framework"
13983version = "3.2.0"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
13986dependencies = [
13987 "bitflags 2.9.0",
13988 "core-foundation 0.10.0",
13989 "core-foundation-sys",
13990 "libc",
13991 "security-framework-sys",
13992]
13993
13994[[package]]
13995name = "security-framework-sys"
13996version = "2.14.0"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
13999dependencies = [
14000 "core-foundation-sys",
14001 "libc",
14002]
14003
14004[[package]]
14005name = "self_cell"
14006version = "1.2.0"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14009
14010[[package]]
14011name = "semantic_index"
14012version = "0.1.0"
14013dependencies = [
14014 "anyhow",
14015 "arrayvec",
14016 "blake3",
14017 "client",
14018 "clock",
14019 "collections",
14020 "env_logger 0.11.8",
14021 "feature_flags",
14022 "fs",
14023 "futures 0.3.31",
14024 "futures-batch",
14025 "gpui",
14026 "heed",
14027 "http_client",
14028 "language",
14029 "language_model",
14030 "languages",
14031 "log",
14032 "open_ai",
14033 "parking_lot",
14034 "project",
14035 "reqwest_client",
14036 "serde",
14037 "serde_json",
14038 "settings",
14039 "sha2",
14040 "smol",
14041 "streaming-iterator",
14042 "tempfile",
14043 "theme",
14044 "tree-sitter",
14045 "ui",
14046 "unindent",
14047 "util",
14048 "workspace",
14049 "workspace-hack",
14050 "worktree",
14051]
14052
14053[[package]]
14054name = "semantic_version"
14055version = "0.1.0"
14056dependencies = [
14057 "anyhow",
14058 "serde",
14059 "workspace-hack",
14060]
14061
14062[[package]]
14063name = "semver"
14064version = "1.0.26"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14067dependencies = [
14068 "serde",
14069]
14070
14071[[package]]
14072name = "serde"
14073version = "1.0.219"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14076dependencies = [
14077 "serde_derive",
14078]
14079
14080[[package]]
14081name = "serde_derive"
14082version = "1.0.219"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14085dependencies = [
14086 "proc-macro2",
14087 "quote",
14088 "syn 2.0.101",
14089]
14090
14091[[package]]
14092name = "serde_derive_internals"
14093version = "0.29.1"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14096dependencies = [
14097 "proc-macro2",
14098 "quote",
14099 "syn 2.0.101",
14100]
14101
14102[[package]]
14103name = "serde_fmt"
14104version = "1.0.3"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14107dependencies = [
14108 "serde",
14109]
14110
14111[[package]]
14112name = "serde_json"
14113version = "1.0.140"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14116dependencies = [
14117 "indexmap",
14118 "itoa",
14119 "memchr",
14120 "ryu",
14121 "serde",
14122]
14123
14124[[package]]
14125name = "serde_json_lenient"
14126version = "0.2.4"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14129dependencies = [
14130 "indexmap",
14131 "itoa",
14132 "memchr",
14133 "ryu",
14134 "serde",
14135]
14136
14137[[package]]
14138name = "serde_path_to_error"
14139version = "0.1.17"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14142dependencies = [
14143 "itoa",
14144 "serde",
14145]
14146
14147[[package]]
14148name = "serde_qs"
14149version = "0.8.5"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14152dependencies = [
14153 "percent-encoding",
14154 "serde",
14155 "thiserror 1.0.69",
14156]
14157
14158[[package]]
14159name = "serde_qs"
14160version = "0.10.1"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14163dependencies = [
14164 "percent-encoding",
14165 "serde",
14166 "thiserror 1.0.69",
14167]
14168
14169[[package]]
14170name = "serde_repr"
14171version = "0.1.20"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14174dependencies = [
14175 "proc-macro2",
14176 "quote",
14177 "syn 2.0.101",
14178]
14179
14180[[package]]
14181name = "serde_spanned"
14182version = "0.6.8"
14183source = "registry+https://github.com/rust-lang/crates.io-index"
14184checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14185dependencies = [
14186 "serde",
14187]
14188
14189[[package]]
14190name = "serde_urlencoded"
14191version = "0.7.1"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14194dependencies = [
14195 "form_urlencoded",
14196 "itoa",
14197 "ryu",
14198 "serde",
14199]
14200
14201[[package]]
14202name = "serial2"
14203version = "0.2.29"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14206dependencies = [
14207 "cfg-if",
14208 "libc",
14209 "winapi",
14210]
14211
14212[[package]]
14213name = "session"
14214version = "0.1.0"
14215dependencies = [
14216 "db",
14217 "gpui",
14218 "serde_json",
14219 "util",
14220 "uuid",
14221 "workspace-hack",
14222]
14223
14224[[package]]
14225name = "settings"
14226version = "0.1.0"
14227dependencies = [
14228 "anyhow",
14229 "collections",
14230 "ec4rs",
14231 "fs",
14232 "futures 0.3.31",
14233 "gpui",
14234 "indoc",
14235 "inventory",
14236 "log",
14237 "paths",
14238 "pretty_assertions",
14239 "release_channel",
14240 "rust-embed",
14241 "schemars",
14242 "serde",
14243 "serde_derive",
14244 "serde_json",
14245 "serde_json_lenient",
14246 "smallvec",
14247 "streaming-iterator",
14248 "tree-sitter",
14249 "tree-sitter-json",
14250 "unindent",
14251 "util",
14252 "workspace-hack",
14253]
14254
14255[[package]]
14256name = "settings_ui"
14257version = "0.1.0"
14258dependencies = [
14259 "command_palette_hooks",
14260 "editor",
14261 "feature_flags",
14262 "fs",
14263 "gpui",
14264 "log",
14265 "paths",
14266 "schemars",
14267 "serde",
14268 "settings",
14269 "theme",
14270 "ui",
14271 "workspace",
14272 "workspace-hack",
14273]
14274
14275[[package]]
14276name = "sha1"
14277version = "0.10.6"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14280dependencies = [
14281 "cfg-if",
14282 "cpufeatures",
14283 "digest",
14284]
14285
14286[[package]]
14287name = "sha1-checked"
14288version = "0.10.0"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14291dependencies = [
14292 "digest",
14293 "sha1",
14294]
14295
14296[[package]]
14297name = "sha1_smol"
14298version = "1.0.1"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14301
14302[[package]]
14303name = "sha2"
14304version = "0.10.8"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14307dependencies = [
14308 "cfg-if",
14309 "cpufeatures",
14310 "digest",
14311]
14312
14313[[package]]
14314name = "sharded-slab"
14315version = "0.1.7"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14318dependencies = [
14319 "lazy_static",
14320]
14321
14322[[package]]
14323name = "shared_library"
14324version = "0.1.9"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14327dependencies = [
14328 "lazy_static",
14329 "libc",
14330]
14331
14332[[package]]
14333name = "shell-words"
14334version = "1.1.0"
14335source = "registry+https://github.com/rust-lang/crates.io-index"
14336checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14337
14338[[package]]
14339name = "shellexpand"
14340version = "2.1.2"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14343dependencies = [
14344 "dirs 4.0.0",
14345]
14346
14347[[package]]
14348name = "shellexpand"
14349version = "3.1.1"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14352dependencies = [
14353 "dirs 6.0.0",
14354]
14355
14356[[package]]
14357name = "shlex"
14358version = "1.3.0"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14361
14362[[package]]
14363name = "signal-hook"
14364version = "0.3.17"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14367dependencies = [
14368 "libc",
14369 "signal-hook-registry",
14370]
14371
14372[[package]]
14373name = "signal-hook-registry"
14374version = "1.4.5"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14377dependencies = [
14378 "libc",
14379]
14380
14381[[package]]
14382name = "signature"
14383version = "1.6.4"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14386dependencies = [
14387 "digest",
14388 "rand_core 0.6.4",
14389]
14390
14391[[package]]
14392name = "signature"
14393version = "2.2.0"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14396dependencies = [
14397 "digest",
14398 "rand_core 0.6.4",
14399]
14400
14401[[package]]
14402name = "simd-adler32"
14403version = "0.3.7"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14406
14407[[package]]
14408name = "simd_helpers"
14409version = "0.1.0"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14412dependencies = [
14413 "quote",
14414]
14415
14416[[package]]
14417name = "simdutf8"
14418version = "0.1.5"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14421
14422[[package]]
14423name = "simple_asn1"
14424version = "0.6.3"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14427dependencies = [
14428 "num-bigint",
14429 "num-traits",
14430 "thiserror 2.0.12",
14431 "time",
14432]
14433
14434[[package]]
14435name = "simplecss"
14436version = "0.2.2"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14439dependencies = [
14440 "log",
14441]
14442
14443[[package]]
14444name = "simplelog"
14445version = "0.12.2"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14448dependencies = [
14449 "log",
14450 "termcolor",
14451 "time",
14452]
14453
14454[[package]]
14455name = "siphasher"
14456version = "1.0.1"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14459
14460[[package]]
14461name = "skrifa"
14462version = "0.26.6"
14463source = "registry+https://github.com/rust-lang/crates.io-index"
14464checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14465dependencies = [
14466 "bytemuck",
14467 "read-fonts",
14468]
14469
14470[[package]]
14471name = "slab"
14472version = "0.4.9"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14475dependencies = [
14476 "autocfg",
14477]
14478
14479[[package]]
14480name = "slash_commands_example"
14481version = "0.1.0"
14482dependencies = [
14483 "zed_extension_api 0.1.0",
14484]
14485
14486[[package]]
14487name = "slotmap"
14488version = "1.0.7"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14491dependencies = [
14492 "version_check",
14493]
14494
14495[[package]]
14496name = "smallvec"
14497version = "1.15.0"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14500dependencies = [
14501 "serde",
14502]
14503
14504[[package]]
14505name = "smart-default"
14506version = "0.6.0"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14509dependencies = [
14510 "proc-macro2",
14511 "quote",
14512 "syn 1.0.109",
14513]
14514
14515[[package]]
14516name = "smol"
14517version = "2.0.2"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14520dependencies = [
14521 "async-channel 2.3.1",
14522 "async-executor",
14523 "async-fs",
14524 "async-io",
14525 "async-lock",
14526 "async-net",
14527 "async-process",
14528 "blocking",
14529 "futures-lite 2.6.0",
14530]
14531
14532[[package]]
14533name = "smol_str"
14534version = "0.1.24"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14537dependencies = [
14538 "serde",
14539]
14540
14541[[package]]
14542name = "smol_str"
14543version = "0.2.2"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14546
14547[[package]]
14548name = "snippet"
14549version = "0.1.0"
14550dependencies = [
14551 "anyhow",
14552 "smallvec",
14553 "workspace-hack",
14554]
14555
14556[[package]]
14557name = "snippet_provider"
14558version = "0.1.0"
14559dependencies = [
14560 "anyhow",
14561 "collections",
14562 "extension",
14563 "fs",
14564 "futures 0.3.31",
14565 "gpui",
14566 "indoc",
14567 "parking_lot",
14568 "paths",
14569 "schemars",
14570 "serde",
14571 "serde_json_lenient",
14572 "snippet",
14573 "util",
14574 "workspace-hack",
14575]
14576
14577[[package]]
14578name = "snippets_ui"
14579version = "0.1.0"
14580dependencies = [
14581 "fuzzy",
14582 "gpui",
14583 "language",
14584 "paths",
14585 "picker",
14586 "ui",
14587 "util",
14588 "workspace",
14589 "workspace-hack",
14590]
14591
14592[[package]]
14593name = "socket2"
14594version = "0.5.9"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14597dependencies = [
14598 "libc",
14599 "windows-sys 0.52.0",
14600]
14601
14602[[package]]
14603name = "spdx"
14604version = "0.10.8"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14607dependencies = [
14608 "smallvec",
14609]
14610
14611[[package]]
14612name = "spin"
14613version = "0.9.8"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14616dependencies = [
14617 "lock_api",
14618]
14619
14620[[package]]
14621name = "spirv"
14622version = "0.3.0+sdk-1.3.268.0"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14625dependencies = [
14626 "bitflags 2.9.0",
14627]
14628
14629[[package]]
14630name = "spki"
14631version = "0.6.0"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14634dependencies = [
14635 "base64ct",
14636 "der 0.6.1",
14637]
14638
14639[[package]]
14640name = "spki"
14641version = "0.7.3"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14644dependencies = [
14645 "base64ct",
14646 "der 0.7.10",
14647]
14648
14649[[package]]
14650name = "sptr"
14651version = "0.3.2"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14654
14655[[package]]
14656name = "sqlez"
14657version = "0.1.0"
14658dependencies = [
14659 "anyhow",
14660 "collections",
14661 "futures 0.3.31",
14662 "indoc",
14663 "libsqlite3-sys",
14664 "parking_lot",
14665 "smol",
14666 "sqlformat",
14667 "thread_local",
14668 "util",
14669 "uuid",
14670 "workspace-hack",
14671]
14672
14673[[package]]
14674name = "sqlez_macros"
14675version = "0.1.0"
14676dependencies = [
14677 "sqlez",
14678 "sqlformat",
14679 "syn 1.0.109",
14680 "workspace-hack",
14681]
14682
14683[[package]]
14684name = "sqlformat"
14685version = "0.2.6"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14688dependencies = [
14689 "nom",
14690 "unicode_categories",
14691]
14692
14693[[package]]
14694name = "sqlx"
14695version = "0.8.5"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14698dependencies = [
14699 "sqlx-core",
14700 "sqlx-macros",
14701 "sqlx-mysql",
14702 "sqlx-postgres",
14703 "sqlx-sqlite",
14704]
14705
14706[[package]]
14707name = "sqlx-core"
14708version = "0.8.5"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14711dependencies = [
14712 "base64 0.22.1",
14713 "bigdecimal",
14714 "bytes 1.10.1",
14715 "chrono",
14716 "crc",
14717 "crossbeam-queue",
14718 "either",
14719 "event-listener 5.4.0",
14720 "futures-core",
14721 "futures-intrusive",
14722 "futures-io",
14723 "futures-util",
14724 "hashbrown 0.15.3",
14725 "hashlink 0.10.0",
14726 "indexmap",
14727 "log",
14728 "memchr",
14729 "once_cell",
14730 "percent-encoding",
14731 "rust_decimal",
14732 "rustls 0.23.26",
14733 "serde",
14734 "serde_json",
14735 "sha2",
14736 "smallvec",
14737 "thiserror 2.0.12",
14738 "time",
14739 "tokio",
14740 "tokio-stream",
14741 "tracing",
14742 "url",
14743 "uuid",
14744 "webpki-roots",
14745]
14746
14747[[package]]
14748name = "sqlx-macros"
14749version = "0.8.5"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14752dependencies = [
14753 "proc-macro2",
14754 "quote",
14755 "sqlx-core",
14756 "sqlx-macros-core",
14757 "syn 2.0.101",
14758]
14759
14760[[package]]
14761name = "sqlx-macros-core"
14762version = "0.8.5"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14765dependencies = [
14766 "dotenvy",
14767 "either",
14768 "heck 0.5.0",
14769 "hex",
14770 "once_cell",
14771 "proc-macro2",
14772 "quote",
14773 "serde",
14774 "serde_json",
14775 "sha2",
14776 "sqlx-core",
14777 "sqlx-mysql",
14778 "sqlx-postgres",
14779 "sqlx-sqlite",
14780 "syn 2.0.101",
14781 "tempfile",
14782 "tokio",
14783 "url",
14784]
14785
14786[[package]]
14787name = "sqlx-mysql"
14788version = "0.8.5"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14791dependencies = [
14792 "atoi",
14793 "base64 0.22.1",
14794 "bigdecimal",
14795 "bitflags 2.9.0",
14796 "byteorder",
14797 "bytes 1.10.1",
14798 "chrono",
14799 "crc",
14800 "digest",
14801 "dotenvy",
14802 "either",
14803 "futures-channel",
14804 "futures-core",
14805 "futures-io",
14806 "futures-util",
14807 "generic-array",
14808 "hex",
14809 "hkdf",
14810 "hmac",
14811 "itoa",
14812 "log",
14813 "md-5",
14814 "memchr",
14815 "once_cell",
14816 "percent-encoding",
14817 "rand 0.8.5",
14818 "rsa",
14819 "rust_decimal",
14820 "serde",
14821 "sha1",
14822 "sha2",
14823 "smallvec",
14824 "sqlx-core",
14825 "stringprep",
14826 "thiserror 2.0.12",
14827 "time",
14828 "tracing",
14829 "uuid",
14830 "whoami",
14831]
14832
14833[[package]]
14834name = "sqlx-postgres"
14835version = "0.8.5"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14838dependencies = [
14839 "atoi",
14840 "base64 0.22.1",
14841 "bigdecimal",
14842 "bitflags 2.9.0",
14843 "byteorder",
14844 "chrono",
14845 "crc",
14846 "dotenvy",
14847 "etcetera",
14848 "futures-channel",
14849 "futures-core",
14850 "futures-util",
14851 "hex",
14852 "hkdf",
14853 "hmac",
14854 "home",
14855 "itoa",
14856 "log",
14857 "md-5",
14858 "memchr",
14859 "num-bigint",
14860 "once_cell",
14861 "rand 0.8.5",
14862 "rust_decimal",
14863 "serde",
14864 "serde_json",
14865 "sha2",
14866 "smallvec",
14867 "sqlx-core",
14868 "stringprep",
14869 "thiserror 2.0.12",
14870 "time",
14871 "tracing",
14872 "uuid",
14873 "whoami",
14874]
14875
14876[[package]]
14877name = "sqlx-sqlite"
14878version = "0.8.5"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14881dependencies = [
14882 "atoi",
14883 "chrono",
14884 "flume",
14885 "futures-channel",
14886 "futures-core",
14887 "futures-executor",
14888 "futures-intrusive",
14889 "futures-util",
14890 "libsqlite3-sys",
14891 "log",
14892 "percent-encoding",
14893 "serde",
14894 "serde_urlencoded",
14895 "sqlx-core",
14896 "thiserror 2.0.12",
14897 "time",
14898 "tracing",
14899 "url",
14900 "uuid",
14901]
14902
14903[[package]]
14904name = "stable_deref_trait"
14905version = "1.2.0"
14906source = "registry+https://github.com/rust-lang/crates.io-index"
14907checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14908
14909[[package]]
14910name = "static_assertions"
14911version = "1.1.0"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14914
14915[[package]]
14916name = "story"
14917version = "0.1.0"
14918dependencies = [
14919 "gpui",
14920 "itertools 0.14.0",
14921 "smallvec",
14922 "workspace-hack",
14923]
14924
14925[[package]]
14926name = "storybook"
14927version = "0.1.0"
14928dependencies = [
14929 "anyhow",
14930 "clap",
14931 "collab_ui",
14932 "ctrlc",
14933 "dialoguer",
14934 "editor",
14935 "fuzzy",
14936 "gpui",
14937 "indoc",
14938 "language",
14939 "log",
14940 "menu",
14941 "picker",
14942 "project",
14943 "reqwest_client",
14944 "rust-embed",
14945 "settings",
14946 "simplelog",
14947 "story",
14948 "strum 0.27.1",
14949 "theme",
14950 "title_bar",
14951 "ui",
14952 "workspace",
14953 "workspace-hack",
14954]
14955
14956[[package]]
14957name = "streaming-iterator"
14958version = "0.1.9"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
14961
14962[[package]]
14963name = "streaming_diff"
14964version = "0.1.0"
14965dependencies = [
14966 "ordered-float 2.10.1",
14967 "rand 0.8.5",
14968 "rope",
14969 "util",
14970 "workspace-hack",
14971]
14972
14973[[package]]
14974name = "strict-num"
14975version = "0.1.1"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
14978dependencies = [
14979 "float-cmp",
14980]
14981
14982[[package]]
14983name = "string_cache"
14984version = "0.8.9"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
14987dependencies = [
14988 "new_debug_unreachable",
14989 "parking_lot",
14990 "phf_shared",
14991 "precomputed-hash",
14992 "serde",
14993]
14994
14995[[package]]
14996name = "string_cache_codegen"
14997version = "0.5.4"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15000dependencies = [
15001 "phf_generator",
15002 "phf_shared",
15003 "proc-macro2",
15004 "quote",
15005]
15006
15007[[package]]
15008name = "stringprep"
15009version = "0.1.5"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15012dependencies = [
15013 "unicode-bidi",
15014 "unicode-normalization",
15015 "unicode-properties",
15016]
15017
15018[[package]]
15019name = "strsim"
15020version = "0.11.1"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15023
15024[[package]]
15025name = "strum"
15026version = "0.26.3"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15029dependencies = [
15030 "strum_macros 0.26.4",
15031]
15032
15033[[package]]
15034name = "strum"
15035version = "0.27.1"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15038dependencies = [
15039 "strum_macros 0.27.1",
15040]
15041
15042[[package]]
15043name = "strum_macros"
15044version = "0.26.4"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15047dependencies = [
15048 "heck 0.5.0",
15049 "proc-macro2",
15050 "quote",
15051 "rustversion",
15052 "syn 2.0.101",
15053]
15054
15055[[package]]
15056name = "strum_macros"
15057version = "0.27.1"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15060dependencies = [
15061 "heck 0.5.0",
15062 "proc-macro2",
15063 "quote",
15064 "rustversion",
15065 "syn 2.0.101",
15066]
15067
15068[[package]]
15069name = "subtle"
15070version = "2.6.1"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15073
15074[[package]]
15075name = "sum_tree"
15076version = "0.1.0"
15077dependencies = [
15078 "arrayvec",
15079 "ctor",
15080 "env_logger 0.11.8",
15081 "log",
15082 "rand 0.8.5",
15083 "rayon",
15084 "workspace-hack",
15085]
15086
15087[[package]]
15088name = "supermaven"
15089version = "0.1.0"
15090dependencies = [
15091 "anyhow",
15092 "client",
15093 "collections",
15094 "editor",
15095 "env_logger 0.11.8",
15096 "futures 0.3.31",
15097 "gpui",
15098 "http_client",
15099 "inline_completion",
15100 "language",
15101 "log",
15102 "postage",
15103 "project",
15104 "serde",
15105 "serde_json",
15106 "settings",
15107 "smol",
15108 "supermaven_api",
15109 "text",
15110 "theme",
15111 "ui",
15112 "unicode-segmentation",
15113 "util",
15114 "workspace-hack",
15115]
15116
15117[[package]]
15118name = "supermaven_api"
15119version = "0.1.0"
15120dependencies = [
15121 "anyhow",
15122 "futures 0.3.31",
15123 "http_client",
15124 "paths",
15125 "serde",
15126 "serde_json",
15127 "smol",
15128 "workspace-hack",
15129]
15130
15131[[package]]
15132name = "sval"
15133version = "2.14.1"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15136
15137[[package]]
15138name = "sval_buffer"
15139version = "2.14.1"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15142dependencies = [
15143 "sval",
15144 "sval_ref",
15145]
15146
15147[[package]]
15148name = "sval_dynamic"
15149version = "2.14.1"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15152dependencies = [
15153 "sval",
15154]
15155
15156[[package]]
15157name = "sval_fmt"
15158version = "2.14.1"
15159source = "registry+https://github.com/rust-lang/crates.io-index"
15160checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15161dependencies = [
15162 "itoa",
15163 "ryu",
15164 "sval",
15165]
15166
15167[[package]]
15168name = "sval_json"
15169version = "2.14.1"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15172dependencies = [
15173 "itoa",
15174 "ryu",
15175 "sval",
15176]
15177
15178[[package]]
15179name = "sval_nested"
15180version = "2.14.1"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15183dependencies = [
15184 "sval",
15185 "sval_buffer",
15186 "sval_ref",
15187]
15188
15189[[package]]
15190name = "sval_ref"
15191version = "2.14.1"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15194dependencies = [
15195 "sval",
15196]
15197
15198[[package]]
15199name = "sval_serde"
15200version = "2.14.1"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15203dependencies = [
15204 "serde",
15205 "sval",
15206 "sval_nested",
15207]
15208
15209[[package]]
15210name = "svg_fmt"
15211version = "0.4.5"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15214
15215[[package]]
15216name = "svgtypes"
15217version = "0.15.3"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15220dependencies = [
15221 "kurbo",
15222 "siphasher",
15223]
15224
15225[[package]]
15226name = "swash"
15227version = "0.2.2"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15230dependencies = [
15231 "skrifa",
15232 "yazi",
15233 "zeno",
15234]
15235
15236[[package]]
15237name = "syn"
15238version = "1.0.109"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15241dependencies = [
15242 "proc-macro2",
15243 "quote",
15244 "unicode-ident",
15245]
15246
15247[[package]]
15248name = "syn"
15249version = "2.0.101"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15252dependencies = [
15253 "proc-macro2",
15254 "quote",
15255 "unicode-ident",
15256]
15257
15258[[package]]
15259name = "sync_wrapper"
15260version = "0.1.2"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15263
15264[[package]]
15265name = "sync_wrapper"
15266version = "1.0.2"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15269dependencies = [
15270 "futures-core",
15271]
15272
15273[[package]]
15274name = "synchronoise"
15275version = "1.0.1"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15278dependencies = [
15279 "crossbeam-queue",
15280]
15281
15282[[package]]
15283name = "synstructure"
15284version = "0.13.1"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15287dependencies = [
15288 "proc-macro2",
15289 "quote",
15290 "syn 2.0.101",
15291]
15292
15293[[package]]
15294name = "sys-locale"
15295version = "0.3.2"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15298dependencies = [
15299 "libc",
15300]
15301
15302[[package]]
15303name = "sysinfo"
15304version = "0.31.4"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15307dependencies = [
15308 "core-foundation-sys",
15309 "libc",
15310 "memchr",
15311 "ntapi",
15312 "rayon",
15313 "windows 0.57.0",
15314]
15315
15316[[package]]
15317name = "system-configuration"
15318version = "0.5.1"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15321dependencies = [
15322 "bitflags 1.3.2",
15323 "core-foundation 0.9.4",
15324 "system-configuration-sys 0.5.0",
15325]
15326
15327[[package]]
15328name = "system-configuration"
15329version = "0.6.1"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15332dependencies = [
15333 "bitflags 2.9.0",
15334 "core-foundation 0.9.4",
15335 "system-configuration-sys 0.6.0",
15336]
15337
15338[[package]]
15339name = "system-configuration-sys"
15340version = "0.5.0"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15343dependencies = [
15344 "core-foundation-sys",
15345 "libc",
15346]
15347
15348[[package]]
15349name = "system-configuration-sys"
15350version = "0.6.0"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15353dependencies = [
15354 "core-foundation-sys",
15355 "libc",
15356]
15357
15358[[package]]
15359name = "system-deps"
15360version = "6.2.2"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15363dependencies = [
15364 "cfg-expr",
15365 "heck 0.5.0",
15366 "pkg-config",
15367 "toml 0.8.20",
15368 "version-compare",
15369]
15370
15371[[package]]
15372name = "system-interface"
15373version = "0.27.3"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15376dependencies = [
15377 "bitflags 2.9.0",
15378 "cap-fs-ext",
15379 "cap-std",
15380 "fd-lock",
15381 "io-lifetimes",
15382 "rustix 0.38.44",
15383 "windows-sys 0.59.0",
15384 "winx",
15385]
15386
15387[[package]]
15388name = "tab_switcher"
15389version = "0.1.0"
15390dependencies = [
15391 "anyhow",
15392 "collections",
15393 "ctor",
15394 "editor",
15395 "env_logger 0.11.8",
15396 "fuzzy",
15397 "gpui",
15398 "language",
15399 "menu",
15400 "picker",
15401 "project",
15402 "schemars",
15403 "serde",
15404 "serde_json",
15405 "settings",
15406 "smol",
15407 "theme",
15408 "ui",
15409 "util",
15410 "workspace",
15411 "workspace-hack",
15412]
15413
15414[[package]]
15415name = "taffy"
15416version = "0.4.4"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15419dependencies = [
15420 "arrayvec",
15421 "grid",
15422 "num-traits",
15423 "serde",
15424 "slotmap",
15425]
15426
15427[[package]]
15428name = "take-until"
15429version = "0.2.0"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15432
15433[[package]]
15434name = "tao-core-video-sys"
15435version = "0.2.0"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15438dependencies = [
15439 "cfg-if",
15440 "core-foundation-sys",
15441 "libc",
15442 "objc",
15443]
15444
15445[[package]]
15446name = "tap"
15447version = "1.0.1"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15450
15451[[package]]
15452name = "target-lexicon"
15453version = "0.12.16"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15456
15457[[package]]
15458name = "target-lexicon"
15459version = "0.13.2"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15462
15463[[package]]
15464name = "task"
15465version = "0.1.0"
15466dependencies = [
15467 "anyhow",
15468 "collections",
15469 "futures 0.3.31",
15470 "gpui",
15471 "hex",
15472 "parking_lot",
15473 "pretty_assertions",
15474 "proto",
15475 "schemars",
15476 "serde",
15477 "serde_json",
15478 "serde_json_lenient",
15479 "sha2",
15480 "shellexpand 2.1.2",
15481 "util",
15482 "workspace-hack",
15483 "zed_actions",
15484]
15485
15486[[package]]
15487name = "tasks_ui"
15488version = "0.1.0"
15489dependencies = [
15490 "anyhow",
15491 "collections",
15492 "editor",
15493 "file_icons",
15494 "fuzzy",
15495 "gpui",
15496 "itertools 0.14.0",
15497 "language",
15498 "menu",
15499 "picker",
15500 "project",
15501 "serde",
15502 "serde_json",
15503 "task",
15504 "tree-sitter-rust",
15505 "tree-sitter-typescript",
15506 "ui",
15507 "util",
15508 "workspace",
15509 "workspace-hack",
15510 "zed_actions",
15511]
15512
15513[[package]]
15514name = "telemetry"
15515version = "0.1.0"
15516dependencies = [
15517 "futures 0.3.31",
15518 "serde",
15519 "serde_json",
15520 "telemetry_events",
15521 "workspace-hack",
15522]
15523
15524[[package]]
15525name = "telemetry_events"
15526version = "0.1.0"
15527dependencies = [
15528 "semantic_version",
15529 "serde",
15530 "serde_json",
15531 "workspace-hack",
15532]
15533
15534[[package]]
15535name = "tempfile"
15536version = "3.20.0"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15539dependencies = [
15540 "fastrand 2.3.0",
15541 "getrandom 0.3.2",
15542 "once_cell",
15543 "rustix 1.0.7",
15544 "windows-sys 0.59.0",
15545]
15546
15547[[package]]
15548name = "tendril"
15549version = "0.4.3"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15552dependencies = [
15553 "futf",
15554 "mac",
15555 "utf-8",
15556]
15557
15558[[package]]
15559name = "termcolor"
15560version = "1.4.1"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15563dependencies = [
15564 "winapi-util",
15565]
15566
15567[[package]]
15568name = "terminal"
15569version = "0.1.0"
15570dependencies = [
15571 "alacritty_terminal",
15572 "anyhow",
15573 "collections",
15574 "dirs 4.0.0",
15575 "futures 0.3.31",
15576 "gpui",
15577 "libc",
15578 "rand 0.8.5",
15579 "regex",
15580 "release_channel",
15581 "schemars",
15582 "serde",
15583 "serde_derive",
15584 "settings",
15585 "smol",
15586 "sysinfo",
15587 "task",
15588 "theme",
15589 "thiserror 2.0.12",
15590 "util",
15591 "windows 0.61.1",
15592 "workspace-hack",
15593]
15594
15595[[package]]
15596name = "terminal_size"
15597version = "0.4.2"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15600dependencies = [
15601 "rustix 1.0.7",
15602 "windows-sys 0.59.0",
15603]
15604
15605[[package]]
15606name = "terminal_view"
15607version = "0.1.0"
15608dependencies = [
15609 "anyhow",
15610 "async-recursion 1.1.1",
15611 "breadcrumbs",
15612 "client",
15613 "collections",
15614 "db",
15615 "dirs 4.0.0",
15616 "editor",
15617 "futures 0.3.31",
15618 "gpui",
15619 "itertools 0.14.0",
15620 "language",
15621 "log",
15622 "project",
15623 "rand 0.8.5",
15624 "regex",
15625 "schemars",
15626 "search",
15627 "serde",
15628 "serde_json",
15629 "settings",
15630 "shellexpand 2.1.2",
15631 "smol",
15632 "task",
15633 "terminal",
15634 "theme",
15635 "ui",
15636 "util",
15637 "workspace",
15638 "workspace-hack",
15639 "zed_actions",
15640]
15641
15642[[package]]
15643name = "text"
15644version = "0.1.0"
15645dependencies = [
15646 "anyhow",
15647 "clock",
15648 "collections",
15649 "ctor",
15650 "env_logger 0.11.8",
15651 "gpui",
15652 "http_client",
15653 "log",
15654 "parking_lot",
15655 "postage",
15656 "rand 0.8.5",
15657 "regex",
15658 "rope",
15659 "smallvec",
15660 "sum_tree",
15661 "util",
15662 "workspace-hack",
15663]
15664
15665[[package]]
15666name = "theme"
15667version = "0.1.0"
15668dependencies = [
15669 "anyhow",
15670 "collections",
15671 "derive_more",
15672 "fs",
15673 "futures 0.3.31",
15674 "gpui",
15675 "indexmap",
15676 "log",
15677 "palette",
15678 "parking_lot",
15679 "refineable",
15680 "schemars",
15681 "serde",
15682 "serde_derive",
15683 "serde_json",
15684 "serde_json_lenient",
15685 "serde_repr",
15686 "settings",
15687 "strum 0.27.1",
15688 "thiserror 2.0.12",
15689 "util",
15690 "uuid",
15691 "workspace-hack",
15692]
15693
15694[[package]]
15695name = "theme_extension"
15696version = "0.1.0"
15697dependencies = [
15698 "anyhow",
15699 "extension",
15700 "fs",
15701 "gpui",
15702 "theme",
15703 "workspace-hack",
15704]
15705
15706[[package]]
15707name = "theme_importer"
15708version = "0.1.0"
15709dependencies = [
15710 "anyhow",
15711 "clap",
15712 "gpui",
15713 "indexmap",
15714 "log",
15715 "palette",
15716 "rust-embed",
15717 "serde",
15718 "serde_json",
15719 "serde_json_lenient",
15720 "simplelog",
15721 "strum 0.27.1",
15722 "theme",
15723 "vscode_theme",
15724 "workspace-hack",
15725]
15726
15727[[package]]
15728name = "theme_selector"
15729version = "0.1.0"
15730dependencies = [
15731 "fs",
15732 "fuzzy",
15733 "gpui",
15734 "log",
15735 "picker",
15736 "serde",
15737 "settings",
15738 "telemetry",
15739 "theme",
15740 "ui",
15741 "util",
15742 "workspace",
15743 "workspace-hack",
15744 "zed_actions",
15745]
15746
15747[[package]]
15748name = "thiserror"
15749version = "1.0.69"
15750source = "registry+https://github.com/rust-lang/crates.io-index"
15751checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15752dependencies = [
15753 "thiserror-impl 1.0.69",
15754]
15755
15756[[package]]
15757name = "thiserror"
15758version = "2.0.12"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15761dependencies = [
15762 "thiserror-impl 2.0.12",
15763]
15764
15765[[package]]
15766name = "thiserror-impl"
15767version = "1.0.69"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15770dependencies = [
15771 "proc-macro2",
15772 "quote",
15773 "syn 2.0.101",
15774]
15775
15776[[package]]
15777name = "thiserror-impl"
15778version = "2.0.12"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15781dependencies = [
15782 "proc-macro2",
15783 "quote",
15784 "syn 2.0.101",
15785]
15786
15787[[package]]
15788name = "thread_local"
15789version = "1.1.8"
15790source = "registry+https://github.com/rust-lang/crates.io-index"
15791checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15792dependencies = [
15793 "cfg-if",
15794 "once_cell",
15795]
15796
15797[[package]]
15798name = "tiff"
15799version = "0.9.1"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15802dependencies = [
15803 "flate2",
15804 "jpeg-decoder",
15805 "weezl",
15806]
15807
15808[[package]]
15809name = "tiktoken-rs"
15810version = "0.7.0"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15813dependencies = [
15814 "anyhow",
15815 "base64 0.22.1",
15816 "bstr",
15817 "fancy-regex 0.13.0",
15818 "lazy_static",
15819 "regex",
15820 "rustc-hash 1.1.0",
15821]
15822
15823[[package]]
15824name = "time"
15825version = "0.3.41"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15828dependencies = [
15829 "deranged",
15830 "itoa",
15831 "libc",
15832 "num-conv",
15833 "num_threads",
15834 "powerfmt",
15835 "serde",
15836 "time-core",
15837 "time-macros",
15838]
15839
15840[[package]]
15841name = "time-core"
15842version = "0.1.4"
15843source = "registry+https://github.com/rust-lang/crates.io-index"
15844checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15845
15846[[package]]
15847name = "time-macros"
15848version = "0.2.22"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15851dependencies = [
15852 "num-conv",
15853 "time-core",
15854]
15855
15856[[package]]
15857name = "time_format"
15858version = "0.1.0"
15859dependencies = [
15860 "core-foundation 0.10.0",
15861 "core-foundation-sys",
15862 "sys-locale",
15863 "time",
15864 "workspace-hack",
15865]
15866
15867[[package]]
15868name = "tiny-keccak"
15869version = "2.0.2"
15870source = "registry+https://github.com/rust-lang/crates.io-index"
15871checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15872dependencies = [
15873 "crunchy",
15874]
15875
15876[[package]]
15877name = "tiny-skia"
15878version = "0.11.4"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15881dependencies = [
15882 "arrayref",
15883 "arrayvec",
15884 "bytemuck",
15885 "cfg-if",
15886 "log",
15887 "png",
15888 "tiny-skia-path",
15889]
15890
15891[[package]]
15892name = "tiny-skia-path"
15893version = "0.11.4"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15896dependencies = [
15897 "arrayref",
15898 "bytemuck",
15899 "strict-num",
15900]
15901
15902[[package]]
15903name = "tiny_http"
15904version = "0.8.2"
15905source = "registry+https://github.com/rust-lang/crates.io-index"
15906checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15907dependencies = [
15908 "ascii",
15909 "chrono",
15910 "chunked_transfer",
15911 "log",
15912 "url",
15913]
15914
15915[[package]]
15916name = "tinystr"
15917version = "0.7.6"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15920dependencies = [
15921 "displaydoc",
15922 "zerovec",
15923]
15924
15925[[package]]
15926name = "tinytemplate"
15927version = "1.2.1"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15930dependencies = [
15931 "serde",
15932 "serde_json",
15933]
15934
15935[[package]]
15936name = "tinyvec"
15937version = "1.9.0"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15940dependencies = [
15941 "tinyvec_macros",
15942]
15943
15944[[package]]
15945name = "tinyvec_macros"
15946version = "0.1.1"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
15949
15950[[package]]
15951name = "title_bar"
15952version = "0.1.0"
15953dependencies = [
15954 "auto_update",
15955 "call",
15956 "chrono",
15957 "client",
15958 "collections",
15959 "db",
15960 "gpui",
15961 "http_client",
15962 "notifications",
15963 "pretty_assertions",
15964 "project",
15965 "remote",
15966 "rpc",
15967 "schemars",
15968 "serde",
15969 "settings",
15970 "smallvec",
15971 "story",
15972 "telemetry",
15973 "theme",
15974 "tree-sitter-md",
15975 "ui",
15976 "util",
15977 "windows 0.61.1",
15978 "workspace",
15979 "workspace-hack",
15980 "zed_actions",
15981]
15982
15983[[package]]
15984name = "tokio"
15985version = "1.44.2"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
15988dependencies = [
15989 "backtrace",
15990 "bytes 1.10.1",
15991 "libc",
15992 "mio",
15993 "parking_lot",
15994 "pin-project-lite",
15995 "signal-hook-registry",
15996 "socket2",
15997 "tokio-macros",
15998 "windows-sys 0.52.0",
15999]
16000
16001[[package]]
16002name = "tokio-io"
16003version = "0.1.13"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16006dependencies = [
16007 "bytes 0.4.12",
16008 "futures 0.1.31",
16009 "log",
16010]
16011
16012[[package]]
16013name = "tokio-macros"
16014version = "2.5.0"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16017dependencies = [
16018 "proc-macro2",
16019 "quote",
16020 "syn 2.0.101",
16021]
16022
16023[[package]]
16024name = "tokio-native-tls"
16025version = "0.3.1"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16028dependencies = [
16029 "native-tls",
16030 "tokio",
16031]
16032
16033[[package]]
16034name = "tokio-rustls"
16035version = "0.24.1"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16038dependencies = [
16039 "rustls 0.21.12",
16040 "tokio",
16041]
16042
16043[[package]]
16044name = "tokio-rustls"
16045version = "0.26.2"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16048dependencies = [
16049 "rustls 0.23.26",
16050 "tokio",
16051]
16052
16053[[package]]
16054name = "tokio-socks"
16055version = "0.5.2"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16058dependencies = [
16059 "either",
16060 "futures-io",
16061 "futures-util",
16062 "thiserror 1.0.69",
16063 "tokio",
16064]
16065
16066[[package]]
16067name = "tokio-stream"
16068version = "0.1.17"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16071dependencies = [
16072 "futures-core",
16073 "pin-project-lite",
16074 "tokio",
16075]
16076
16077[[package]]
16078name = "tokio-tungstenite"
16079version = "0.20.1"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16082dependencies = [
16083 "futures-util",
16084 "log",
16085 "tokio",
16086 "tungstenite 0.20.1",
16087]
16088
16089[[package]]
16090name = "tokio-tungstenite"
16091version = "0.21.0"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16094dependencies = [
16095 "futures-util",
16096 "log",
16097 "tokio",
16098 "tungstenite 0.21.0",
16099]
16100
16101[[package]]
16102name = "tokio-tungstenite"
16103version = "0.26.2"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16106dependencies = [
16107 "futures-util",
16108 "log",
16109 "rustls 0.23.26",
16110 "rustls-pki-types",
16111 "tokio",
16112 "tokio-rustls 0.26.2",
16113 "tungstenite 0.26.2",
16114]
16115
16116[[package]]
16117name = "tokio-util"
16118version = "0.7.14"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16121dependencies = [
16122 "bytes 1.10.1",
16123 "futures-core",
16124 "futures-io",
16125 "futures-sink",
16126 "pin-project-lite",
16127 "tokio",
16128]
16129
16130[[package]]
16131name = "toml"
16132version = "0.5.11"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16135dependencies = [
16136 "serde",
16137]
16138
16139[[package]]
16140name = "toml"
16141version = "0.8.20"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16144dependencies = [
16145 "serde",
16146 "serde_spanned",
16147 "toml_datetime",
16148 "toml_edit",
16149]
16150
16151[[package]]
16152name = "toml_datetime"
16153version = "0.6.9"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16156dependencies = [
16157 "serde",
16158]
16159
16160[[package]]
16161name = "toml_edit"
16162version = "0.22.26"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16165dependencies = [
16166 "indexmap",
16167 "serde",
16168 "serde_spanned",
16169 "toml_datetime",
16170 "toml_write",
16171 "winnow",
16172]
16173
16174[[package]]
16175name = "toml_write"
16176version = "0.1.1"
16177source = "registry+https://github.com/rust-lang/crates.io-index"
16178checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16179
16180[[package]]
16181name = "toolchain_selector"
16182version = "0.1.0"
16183dependencies = [
16184 "editor",
16185 "fuzzy",
16186 "gpui",
16187 "language",
16188 "picker",
16189 "project",
16190 "ui",
16191 "util",
16192 "workspace",
16193 "workspace-hack",
16194]
16195
16196[[package]]
16197name = "topological-sort"
16198version = "0.2.2"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16201
16202[[package]]
16203name = "tower"
16204version = "0.4.13"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16207dependencies = [
16208 "futures-core",
16209 "futures-util",
16210 "pin-project",
16211 "pin-project-lite",
16212 "tokio",
16213 "tower-layer",
16214 "tower-service",
16215 "tracing",
16216]
16217
16218[[package]]
16219name = "tower"
16220version = "0.5.2"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16223dependencies = [
16224 "futures-core",
16225 "futures-util",
16226 "pin-project-lite",
16227 "sync_wrapper 1.0.2",
16228 "tokio",
16229 "tower-layer",
16230 "tower-service",
16231]
16232
16233[[package]]
16234name = "tower-http"
16235version = "0.3.5"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16238dependencies = [
16239 "bitflags 1.3.2",
16240 "bytes 1.10.1",
16241 "futures-core",
16242 "futures-util",
16243 "http 0.2.12",
16244 "http-body 0.4.6",
16245 "http-range-header",
16246 "pin-project-lite",
16247 "tower-layer",
16248 "tower-service",
16249]
16250
16251[[package]]
16252name = "tower-http"
16253version = "0.4.4"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16256dependencies = [
16257 "bitflags 2.9.0",
16258 "bytes 1.10.1",
16259 "futures-core",
16260 "futures-util",
16261 "http 0.2.12",
16262 "http-body 0.4.6",
16263 "http-range-header",
16264 "pin-project-lite",
16265 "tower-layer",
16266 "tower-service",
16267 "tracing",
16268]
16269
16270[[package]]
16271name = "tower-layer"
16272version = "0.3.3"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16275
16276[[package]]
16277name = "tower-service"
16278version = "0.3.3"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16281
16282[[package]]
16283name = "tracing"
16284version = "0.1.41"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16287dependencies = [
16288 "log",
16289 "pin-project-lite",
16290 "tracing-attributes",
16291 "tracing-core",
16292]
16293
16294[[package]]
16295name = "tracing-attributes"
16296version = "0.1.28"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16299dependencies = [
16300 "proc-macro2",
16301 "quote",
16302 "syn 2.0.101",
16303]
16304
16305[[package]]
16306name = "tracing-core"
16307version = "0.1.33"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16310dependencies = [
16311 "once_cell",
16312 "valuable",
16313]
16314
16315[[package]]
16316name = "tracing-log"
16317version = "0.2.0"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16320dependencies = [
16321 "log",
16322 "once_cell",
16323 "tracing-core",
16324]
16325
16326[[package]]
16327name = "tracing-serde"
16328version = "0.2.0"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16331dependencies = [
16332 "serde",
16333 "tracing-core",
16334]
16335
16336[[package]]
16337name = "tracing-subscriber"
16338version = "0.3.19"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16341dependencies = [
16342 "matchers",
16343 "nu-ansi-term",
16344 "once_cell",
16345 "regex",
16346 "serde",
16347 "serde_json",
16348 "sharded-slab",
16349 "smallvec",
16350 "thread_local",
16351 "tracing",
16352 "tracing-core",
16353 "tracing-log",
16354 "tracing-serde",
16355]
16356
16357[[package]]
16358name = "trait-variant"
16359version = "0.1.2"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16362dependencies = [
16363 "proc-macro2",
16364 "quote",
16365 "syn 2.0.101",
16366]
16367
16368[[package]]
16369name = "tree-sitter"
16370version = "0.25.3"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16373dependencies = [
16374 "cc",
16375 "regex",
16376 "regex-syntax 0.8.5",
16377 "serde_json",
16378 "streaming-iterator",
16379 "tree-sitter-language",
16380 "wasmtime-c-api-impl",
16381]
16382
16383[[package]]
16384name = "tree-sitter-bash"
16385version = "0.23.3"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16388dependencies = [
16389 "cc",
16390 "tree-sitter-language",
16391]
16392
16393[[package]]
16394name = "tree-sitter-c"
16395version = "0.23.4"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16398dependencies = [
16399 "cc",
16400 "tree-sitter-language",
16401]
16402
16403[[package]]
16404name = "tree-sitter-cpp"
16405version = "0.23.4"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16408dependencies = [
16409 "cc",
16410 "tree-sitter-language",
16411]
16412
16413[[package]]
16414name = "tree-sitter-css"
16415version = "0.23.2"
16416source = "registry+https://github.com/rust-lang/crates.io-index"
16417checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16418dependencies = [
16419 "cc",
16420 "tree-sitter-language",
16421]
16422
16423[[package]]
16424name = "tree-sitter-diff"
16425version = "0.1.0"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16428dependencies = [
16429 "cc",
16430 "tree-sitter-language",
16431]
16432
16433[[package]]
16434name = "tree-sitter-elixir"
16435version = "0.3.4"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16438dependencies = [
16439 "cc",
16440 "tree-sitter-language",
16441]
16442
16443[[package]]
16444name = "tree-sitter-embedded-template"
16445version = "0.23.2"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16448dependencies = [
16449 "cc",
16450 "tree-sitter-language",
16451]
16452
16453[[package]]
16454name = "tree-sitter-gitcommit"
16455version = "0.0.1"
16456source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16457dependencies = [
16458 "cc",
16459 "tree-sitter-language",
16460]
16461
16462[[package]]
16463name = "tree-sitter-go"
16464version = "0.23.4"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16467dependencies = [
16468 "cc",
16469 "tree-sitter-language",
16470]
16471
16472[[package]]
16473name = "tree-sitter-gomod"
16474version = "1.1.1"
16475source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16476dependencies = [
16477 "cc",
16478 "tree-sitter-language",
16479]
16480
16481[[package]]
16482name = "tree-sitter-gowork"
16483version = "0.0.1"
16484source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16485dependencies = [
16486 "cc",
16487 "tree-sitter-language",
16488]
16489
16490[[package]]
16491name = "tree-sitter-heex"
16492version = "0.0.1"
16493source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16494dependencies = [
16495 "cc",
16496 "tree-sitter-language",
16497]
16498
16499[[package]]
16500name = "tree-sitter-html"
16501version = "0.23.2"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16504dependencies = [
16505 "cc",
16506 "tree-sitter-language",
16507]
16508
16509[[package]]
16510name = "tree-sitter-jsdoc"
16511version = "0.23.2"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16514dependencies = [
16515 "cc",
16516 "tree-sitter-language",
16517]
16518
16519[[package]]
16520name = "tree-sitter-json"
16521version = "0.24.8"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16524dependencies = [
16525 "cc",
16526 "tree-sitter-language",
16527]
16528
16529[[package]]
16530name = "tree-sitter-language"
16531version = "0.1.5"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16534
16535[[package]]
16536name = "tree-sitter-md"
16537version = "0.3.2"
16538source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16539dependencies = [
16540 "cc",
16541 "tree-sitter-language",
16542]
16543
16544[[package]]
16545name = "tree-sitter-python"
16546version = "0.23.6"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16549dependencies = [
16550 "cc",
16551 "tree-sitter-language",
16552]
16553
16554[[package]]
16555name = "tree-sitter-regex"
16556version = "0.24.3"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16559dependencies = [
16560 "cc",
16561 "tree-sitter-language",
16562]
16563
16564[[package]]
16565name = "tree-sitter-ruby"
16566version = "0.23.1"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16569dependencies = [
16570 "cc",
16571 "tree-sitter-language",
16572]
16573
16574[[package]]
16575name = "tree-sitter-rust"
16576version = "0.24.0"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16579dependencies = [
16580 "cc",
16581 "tree-sitter-language",
16582]
16583
16584[[package]]
16585name = "tree-sitter-typescript"
16586version = "0.23.2"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16589dependencies = [
16590 "cc",
16591 "tree-sitter-language",
16592]
16593
16594[[package]]
16595name = "tree-sitter-yaml"
16596version = "0.6.1"
16597source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16598dependencies = [
16599 "cc",
16600 "tree-sitter-language",
16601]
16602
16603[[package]]
16604name = "try-lock"
16605version = "0.2.5"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16608
16609[[package]]
16610name = "ttf-parser"
16611version = "0.20.0"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16614
16615[[package]]
16616name = "ttf-parser"
16617version = "0.21.1"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16620
16621[[package]]
16622name = "ttf-parser"
16623version = "0.25.1"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16626dependencies = [
16627 "core_maths",
16628]
16629
16630[[package]]
16631name = "tungstenite"
16632version = "0.20.1"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16635dependencies = [
16636 "byteorder",
16637 "bytes 1.10.1",
16638 "data-encoding",
16639 "http 0.2.12",
16640 "httparse",
16641 "log",
16642 "rand 0.8.5",
16643 "sha1",
16644 "thiserror 1.0.69",
16645 "url",
16646 "utf-8",
16647]
16648
16649[[package]]
16650name = "tungstenite"
16651version = "0.21.0"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16654dependencies = [
16655 "byteorder",
16656 "bytes 1.10.1",
16657 "data-encoding",
16658 "http 1.3.1",
16659 "httparse",
16660 "log",
16661 "rand 0.8.5",
16662 "sha1",
16663 "thiserror 1.0.69",
16664 "url",
16665 "utf-8",
16666]
16667
16668[[package]]
16669name = "tungstenite"
16670version = "0.26.2"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16673dependencies = [
16674 "bytes 1.10.1",
16675 "data-encoding",
16676 "http 1.3.1",
16677 "httparse",
16678 "log",
16679 "rand 0.9.1",
16680 "rustls 0.23.26",
16681 "rustls-pki-types",
16682 "sha1",
16683 "thiserror 2.0.12",
16684 "utf-8",
16685]
16686
16687[[package]]
16688name = "typeid"
16689version = "1.0.3"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16692
16693[[package]]
16694name = "typenum"
16695version = "1.18.0"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16698
16699[[package]]
16700name = "ucd-trie"
16701version = "0.1.7"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16704
16705[[package]]
16706name = "uds_windows"
16707version = "1.1.0"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16710dependencies = [
16711 "memoffset",
16712 "tempfile",
16713 "winapi",
16714]
16715
16716[[package]]
16717name = "ui"
16718version = "0.1.0"
16719dependencies = [
16720 "chrono",
16721 "component",
16722 "documented",
16723 "gpui",
16724 "icons",
16725 "itertools 0.14.0",
16726 "menu",
16727 "serde",
16728 "settings",
16729 "smallvec",
16730 "story",
16731 "strum 0.27.1",
16732 "theme",
16733 "ui_macros",
16734 "util",
16735 "windows 0.61.1",
16736 "workspace-hack",
16737]
16738
16739[[package]]
16740name = "ui_input"
16741version = "0.1.0"
16742dependencies = [
16743 "component",
16744 "editor",
16745 "gpui",
16746 "settings",
16747 "theme",
16748 "ui",
16749 "workspace-hack",
16750]
16751
16752[[package]]
16753name = "ui_macros"
16754version = "0.1.0"
16755dependencies = [
16756 "quote",
16757 "syn 1.0.109",
16758 "workspace-hack",
16759]
16760
16761[[package]]
16762name = "ui_prompt"
16763version = "0.1.0"
16764dependencies = [
16765 "gpui",
16766 "markdown",
16767 "menu",
16768 "settings",
16769 "theme",
16770 "ui",
16771 "workspace",
16772 "workspace-hack",
16773]
16774
16775[[package]]
16776name = "uluru"
16777version = "3.1.0"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16780dependencies = [
16781 "arrayvec",
16782]
16783
16784[[package]]
16785name = "unicase"
16786version = "2.8.1"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16789
16790[[package]]
16791name = "unicode-bidi"
16792version = "0.3.18"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16795
16796[[package]]
16797name = "unicode-bidi-mirroring"
16798version = "0.2.0"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16801
16802[[package]]
16803name = "unicode-bidi-mirroring"
16804version = "0.4.0"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16807
16808[[package]]
16809name = "unicode-bom"
16810version = "2.0.3"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16813
16814[[package]]
16815name = "unicode-ccc"
16816version = "0.2.0"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16819
16820[[package]]
16821name = "unicode-ccc"
16822version = "0.4.0"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16825
16826[[package]]
16827name = "unicode-ident"
16828version = "1.0.18"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16831
16832[[package]]
16833name = "unicode-linebreak"
16834version = "0.1.5"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16837
16838[[package]]
16839name = "unicode-normalization"
16840version = "0.1.24"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16843dependencies = [
16844 "tinyvec",
16845]
16846
16847[[package]]
16848name = "unicode-properties"
16849version = "0.1.3"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16852
16853[[package]]
16854name = "unicode-script"
16855version = "0.5.7"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16858
16859[[package]]
16860name = "unicode-segmentation"
16861version = "1.12.0"
16862source = "registry+https://github.com/rust-lang/crates.io-index"
16863checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16864
16865[[package]]
16866name = "unicode-vo"
16867version = "0.1.0"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16870
16871[[package]]
16872name = "unicode-width"
16873version = "0.1.14"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16876
16877[[package]]
16878name = "unicode-width"
16879version = "0.2.0"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16882
16883[[package]]
16884name = "unicode-xid"
16885version = "0.2.6"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16888
16889[[package]]
16890name = "unicode_categories"
16891version = "0.1.1"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16894
16895[[package]]
16896name = "unindent"
16897version = "0.2.4"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16900
16901[[package]]
16902name = "untrusted"
16903version = "0.9.0"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16906
16907[[package]]
16908name = "url"
16909version = "2.5.4"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16912dependencies = [
16913 "form_urlencoded",
16914 "idna",
16915 "percent-encoding",
16916 "serde",
16917]
16918
16919[[package]]
16920name = "urlencoding"
16921version = "2.1.3"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16924
16925[[package]]
16926name = "usvg"
16927version = "0.45.1"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16930dependencies = [
16931 "base64 0.22.1",
16932 "data-url",
16933 "flate2",
16934 "fontdb 0.23.0",
16935 "imagesize",
16936 "kurbo",
16937 "log",
16938 "pico-args",
16939 "roxmltree",
16940 "rustybuzz 0.20.1",
16941 "simplecss",
16942 "siphasher",
16943 "strict-num",
16944 "svgtypes",
16945 "tiny-skia-path",
16946 "unicode-bidi",
16947 "unicode-script",
16948 "unicode-vo",
16949 "xmlwriter",
16950]
16951
16952[[package]]
16953name = "utf-8"
16954version = "0.7.6"
16955source = "registry+https://github.com/rust-lang/crates.io-index"
16956checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
16957
16958[[package]]
16959name = "utf16_iter"
16960version = "1.0.5"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
16963
16964[[package]]
16965name = "utf8_iter"
16966version = "1.0.4"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
16969
16970[[package]]
16971name = "utf8parse"
16972version = "0.2.2"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
16975
16976[[package]]
16977name = "util"
16978version = "0.1.0"
16979dependencies = [
16980 "anyhow",
16981 "async-fs",
16982 "collections",
16983 "dirs 4.0.0",
16984 "dunce",
16985 "futures 0.3.31",
16986 "futures-lite 1.13.0",
16987 "git2",
16988 "globset",
16989 "itertools 0.14.0",
16990 "libc",
16991 "log",
16992 "rand 0.8.5",
16993 "regex",
16994 "rust-embed",
16995 "serde",
16996 "serde_json",
16997 "smol",
16998 "take-until",
16999 "tempfile",
17000 "tendril",
17001 "unicase",
17002 "util_macros",
17003 "workspace-hack",
17004]
17005
17006[[package]]
17007name = "util_macros"
17008version = "0.1.0"
17009dependencies = [
17010 "quote",
17011 "syn 1.0.109",
17012 "workspace-hack",
17013]
17014
17015[[package]]
17016name = "uuid"
17017version = "1.16.0"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17020dependencies = [
17021 "getrandom 0.3.2",
17022 "serde",
17023 "sha1_smol",
17024]
17025
17026[[package]]
17027name = "uuid-simd"
17028version = "0.8.0"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17031dependencies = [
17032 "outref",
17033 "uuid",
17034 "vsimd",
17035]
17036
17037[[package]]
17038name = "v_frame"
17039version = "0.3.8"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17042dependencies = [
17043 "aligned-vec",
17044 "num-traits",
17045 "wasm-bindgen",
17046]
17047
17048[[package]]
17049name = "valuable"
17050version = "0.1.1"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17053
17054[[package]]
17055name = "value-bag"
17056version = "1.11.1"
17057source = "registry+https://github.com/rust-lang/crates.io-index"
17058checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17059dependencies = [
17060 "value-bag-serde1",
17061 "value-bag-sval2",
17062]
17063
17064[[package]]
17065name = "value-bag-serde1"
17066version = "1.11.1"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17069dependencies = [
17070 "erased-serde",
17071 "serde",
17072 "serde_fmt",
17073]
17074
17075[[package]]
17076name = "value-bag-sval2"
17077version = "1.11.1"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17080dependencies = [
17081 "sval",
17082 "sval_buffer",
17083 "sval_dynamic",
17084 "sval_fmt",
17085 "sval_json",
17086 "sval_ref",
17087 "sval_serde",
17088]
17089
17090[[package]]
17091name = "vcpkg"
17092version = "0.2.15"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17095
17096[[package]]
17097name = "version-compare"
17098version = "0.2.0"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17101
17102[[package]]
17103name = "version_check"
17104version = "0.9.5"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17107
17108[[package]]
17109name = "vim"
17110version = "0.1.0"
17111dependencies = [
17112 "anyhow",
17113 "assets",
17114 "async-compat",
17115 "async-trait",
17116 "collections",
17117 "command_palette",
17118 "command_palette_hooks",
17119 "db",
17120 "editor",
17121 "futures 0.3.31",
17122 "git_ui",
17123 "gpui",
17124 "indoc",
17125 "itertools 0.14.0",
17126 "language",
17127 "log",
17128 "lsp",
17129 "multi_buffer",
17130 "nvim-rs",
17131 "parking_lot",
17132 "picker",
17133 "project",
17134 "project_panel",
17135 "regex",
17136 "release_channel",
17137 "schemars",
17138 "search",
17139 "serde",
17140 "serde_derive",
17141 "serde_json",
17142 "settings",
17143 "task",
17144 "text",
17145 "theme",
17146 "tokio",
17147 "ui",
17148 "util",
17149 "vim_mode_setting",
17150 "workspace",
17151 "workspace-hack",
17152 "zed_actions",
17153]
17154
17155[[package]]
17156name = "vim_mode_setting"
17157version = "0.1.0"
17158dependencies = [
17159 "anyhow",
17160 "gpui",
17161 "settings",
17162 "workspace-hack",
17163]
17164
17165[[package]]
17166name = "vscode_theme"
17167version = "0.2.0"
17168source = "registry+https://github.com/rust-lang/crates.io-index"
17169checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17170dependencies = [
17171 "serde",
17172]
17173
17174[[package]]
17175name = "vsimd"
17176version = "0.8.0"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17179
17180[[package]]
17181name = "vswhom"
17182version = "0.1.0"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17185dependencies = [
17186 "libc",
17187 "vswhom-sys",
17188]
17189
17190[[package]]
17191name = "vswhom-sys"
17192version = "0.1.3"
17193source = "registry+https://github.com/rust-lang/crates.io-index"
17194checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17195dependencies = [
17196 "cc",
17197 "libc",
17198]
17199
17200[[package]]
17201name = "vte"
17202version = "0.15.0"
17203source = "registry+https://github.com/rust-lang/crates.io-index"
17204checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17205dependencies = [
17206 "arrayvec",
17207 "bitflags 2.9.0",
17208 "cursor-icon",
17209 "log",
17210 "memchr",
17211 "serde",
17212]
17213
17214[[package]]
17215name = "waker-fn"
17216version = "1.2.0"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17219
17220[[package]]
17221name = "walkdir"
17222version = "2.5.0"
17223source = "registry+https://github.com/rust-lang/crates.io-index"
17224checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17225dependencies = [
17226 "same-file",
17227 "winapi-util",
17228]
17229
17230[[package]]
17231name = "want"
17232version = "0.3.1"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17235dependencies = [
17236 "try-lock",
17237]
17238
17239[[package]]
17240name = "warp"
17241version = "0.3.7"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17244dependencies = [
17245 "bytes 1.10.1",
17246 "futures-channel",
17247 "futures-util",
17248 "headers",
17249 "http 0.2.12",
17250 "hyper 0.14.32",
17251 "log",
17252 "mime",
17253 "mime_guess",
17254 "percent-encoding",
17255 "pin-project",
17256 "scoped-tls",
17257 "serde",
17258 "serde_json",
17259 "serde_urlencoded",
17260 "tokio",
17261 "tokio-tungstenite 0.21.0",
17262 "tokio-util",
17263 "tower-service",
17264 "tracing",
17265]
17266
17267[[package]]
17268name = "wasi"
17269version = "0.9.0+wasi-snapshot-preview1"
17270source = "registry+https://github.com/rust-lang/crates.io-index"
17271checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17272
17273[[package]]
17274name = "wasi"
17275version = "0.11.0+wasi-snapshot-preview1"
17276source = "registry+https://github.com/rust-lang/crates.io-index"
17277checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17278
17279[[package]]
17280name = "wasi"
17281version = "0.14.2+wasi-0.2.4"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17284dependencies = [
17285 "wit-bindgen-rt 0.39.0",
17286]
17287
17288[[package]]
17289name = "wasi-preview1-component-adapter-provider"
17290version = "29.0.1"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17293
17294[[package]]
17295name = "wasite"
17296version = "0.1.0"
17297source = "registry+https://github.com/rust-lang/crates.io-index"
17298checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17299
17300[[package]]
17301name = "wasm-bindgen"
17302version = "0.2.100"
17303source = "registry+https://github.com/rust-lang/crates.io-index"
17304checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17305dependencies = [
17306 "cfg-if",
17307 "once_cell",
17308 "rustversion",
17309 "wasm-bindgen-macro",
17310]
17311
17312[[package]]
17313name = "wasm-bindgen-backend"
17314version = "0.2.100"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17317dependencies = [
17318 "bumpalo",
17319 "log",
17320 "proc-macro2",
17321 "quote",
17322 "syn 2.0.101",
17323 "wasm-bindgen-shared",
17324]
17325
17326[[package]]
17327name = "wasm-bindgen-futures"
17328version = "0.4.50"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17331dependencies = [
17332 "cfg-if",
17333 "js-sys",
17334 "once_cell",
17335 "wasm-bindgen",
17336 "web-sys",
17337]
17338
17339[[package]]
17340name = "wasm-bindgen-macro"
17341version = "0.2.100"
17342source = "registry+https://github.com/rust-lang/crates.io-index"
17343checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17344dependencies = [
17345 "quote",
17346 "wasm-bindgen-macro-support",
17347]
17348
17349[[package]]
17350name = "wasm-bindgen-macro-support"
17351version = "0.2.100"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17354dependencies = [
17355 "proc-macro2",
17356 "quote",
17357 "syn 2.0.101",
17358 "wasm-bindgen-backend",
17359 "wasm-bindgen-shared",
17360]
17361
17362[[package]]
17363name = "wasm-bindgen-shared"
17364version = "0.2.100"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17367dependencies = [
17368 "unicode-ident",
17369]
17370
17371[[package]]
17372name = "wasm-encoder"
17373version = "0.201.0"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17376dependencies = [
17377 "leb128",
17378]
17379
17380[[package]]
17381name = "wasm-encoder"
17382version = "0.221.3"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17385dependencies = [
17386 "leb128",
17387 "wasmparser 0.221.3",
17388]
17389
17390[[package]]
17391name = "wasm-encoder"
17392version = "0.227.1"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17395dependencies = [
17396 "leb128fmt",
17397 "wasmparser 0.227.1",
17398]
17399
17400[[package]]
17401name = "wasm-metadata"
17402version = "0.201.0"
17403source = "registry+https://github.com/rust-lang/crates.io-index"
17404checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17405dependencies = [
17406 "anyhow",
17407 "indexmap",
17408 "serde",
17409 "serde_derive",
17410 "serde_json",
17411 "spdx",
17412 "wasm-encoder 0.201.0",
17413 "wasmparser 0.201.0",
17414]
17415
17416[[package]]
17417name = "wasm-metadata"
17418version = "0.221.3"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17421dependencies = [
17422 "anyhow",
17423 "indexmap",
17424 "serde",
17425 "serde_derive",
17426 "serde_json",
17427 "spdx",
17428 "wasm-encoder 0.221.3",
17429 "wasmparser 0.221.3",
17430]
17431
17432[[package]]
17433name = "wasm-metadata"
17434version = "0.227.1"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17437dependencies = [
17438 "anyhow",
17439 "auditable-serde",
17440 "flate2",
17441 "indexmap",
17442 "serde",
17443 "serde_derive",
17444 "serde_json",
17445 "spdx",
17446 "url",
17447 "wasm-encoder 0.227.1",
17448 "wasmparser 0.227.1",
17449]
17450
17451[[package]]
17452name = "wasm-streams"
17453version = "0.4.2"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17456dependencies = [
17457 "futures-util",
17458 "js-sys",
17459 "wasm-bindgen",
17460 "wasm-bindgen-futures",
17461 "web-sys",
17462]
17463
17464[[package]]
17465name = "wasmparser"
17466version = "0.201.0"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17469dependencies = [
17470 "bitflags 2.9.0",
17471 "indexmap",
17472 "semver",
17473]
17474
17475[[package]]
17476name = "wasmparser"
17477version = "0.221.3"
17478source = "registry+https://github.com/rust-lang/crates.io-index"
17479checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17480dependencies = [
17481 "bitflags 2.9.0",
17482 "hashbrown 0.15.3",
17483 "indexmap",
17484 "semver",
17485 "serde",
17486]
17487
17488[[package]]
17489name = "wasmparser"
17490version = "0.227.1"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17493dependencies = [
17494 "bitflags 2.9.0",
17495 "hashbrown 0.15.3",
17496 "indexmap",
17497 "semver",
17498]
17499
17500[[package]]
17501name = "wasmprinter"
17502version = "0.221.3"
17503source = "registry+https://github.com/rust-lang/crates.io-index"
17504checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17505dependencies = [
17506 "anyhow",
17507 "termcolor",
17508 "wasmparser 0.221.3",
17509]
17510
17511[[package]]
17512name = "wasmtime"
17513version = "29.0.1"
17514source = "registry+https://github.com/rust-lang/crates.io-index"
17515checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17516dependencies = [
17517 "anyhow",
17518 "async-trait",
17519 "bitflags 2.9.0",
17520 "bumpalo",
17521 "cc",
17522 "cfg-if",
17523 "encoding_rs",
17524 "hashbrown 0.14.5",
17525 "indexmap",
17526 "libc",
17527 "log",
17528 "mach2",
17529 "memfd",
17530 "object",
17531 "once_cell",
17532 "paste",
17533 "postcard",
17534 "psm",
17535 "pulley-interpreter",
17536 "rustix 0.38.44",
17537 "semver",
17538 "serde",
17539 "serde_derive",
17540 "smallvec",
17541 "sptr",
17542 "target-lexicon 0.13.2",
17543 "trait-variant",
17544 "wasmparser 0.221.3",
17545 "wasmtime-asm-macros",
17546 "wasmtime-component-macro",
17547 "wasmtime-component-util",
17548 "wasmtime-cranelift",
17549 "wasmtime-environ",
17550 "wasmtime-fiber",
17551 "wasmtime-jit-icache-coherence",
17552 "wasmtime-math",
17553 "wasmtime-slab",
17554 "wasmtime-versioned-export-macros",
17555 "wasmtime-winch",
17556 "windows-sys 0.59.0",
17557]
17558
17559[[package]]
17560name = "wasmtime-asm-macros"
17561version = "29.0.1"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17564dependencies = [
17565 "cfg-if",
17566]
17567
17568[[package]]
17569name = "wasmtime-c-api-impl"
17570version = "29.0.1"
17571source = "registry+https://github.com/rust-lang/crates.io-index"
17572checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17573dependencies = [
17574 "anyhow",
17575 "log",
17576 "tracing",
17577 "wasmtime",
17578 "wasmtime-c-api-macros",
17579]
17580
17581[[package]]
17582name = "wasmtime-c-api-macros"
17583version = "29.0.1"
17584source = "registry+https://github.com/rust-lang/crates.io-index"
17585checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17586dependencies = [
17587 "proc-macro2",
17588 "quote",
17589]
17590
17591[[package]]
17592name = "wasmtime-component-macro"
17593version = "29.0.1"
17594source = "registry+https://github.com/rust-lang/crates.io-index"
17595checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17596dependencies = [
17597 "anyhow",
17598 "proc-macro2",
17599 "quote",
17600 "syn 2.0.101",
17601 "wasmtime-component-util",
17602 "wasmtime-wit-bindgen",
17603 "wit-parser 0.221.3",
17604]
17605
17606[[package]]
17607name = "wasmtime-component-util"
17608version = "29.0.1"
17609source = "registry+https://github.com/rust-lang/crates.io-index"
17610checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17611
17612[[package]]
17613name = "wasmtime-cranelift"
17614version = "29.0.1"
17615source = "registry+https://github.com/rust-lang/crates.io-index"
17616checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17617dependencies = [
17618 "anyhow",
17619 "cfg-if",
17620 "cranelift-codegen",
17621 "cranelift-control",
17622 "cranelift-entity",
17623 "cranelift-frontend",
17624 "cranelift-native",
17625 "gimli",
17626 "itertools 0.12.1",
17627 "log",
17628 "object",
17629 "smallvec",
17630 "target-lexicon 0.13.2",
17631 "thiserror 1.0.69",
17632 "wasmparser 0.221.3",
17633 "wasmtime-environ",
17634 "wasmtime-versioned-export-macros",
17635]
17636
17637[[package]]
17638name = "wasmtime-environ"
17639version = "29.0.1"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17642dependencies = [
17643 "anyhow",
17644 "cpp_demangle",
17645 "cranelift-bitset",
17646 "cranelift-entity",
17647 "gimli",
17648 "indexmap",
17649 "log",
17650 "object",
17651 "postcard",
17652 "rustc-demangle",
17653 "semver",
17654 "serde",
17655 "serde_derive",
17656 "smallvec",
17657 "target-lexicon 0.13.2",
17658 "wasm-encoder 0.221.3",
17659 "wasmparser 0.221.3",
17660 "wasmprinter",
17661 "wasmtime-component-util",
17662]
17663
17664[[package]]
17665name = "wasmtime-fiber"
17666version = "29.0.1"
17667source = "registry+https://github.com/rust-lang/crates.io-index"
17668checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17669dependencies = [
17670 "anyhow",
17671 "cc",
17672 "cfg-if",
17673 "rustix 0.38.44",
17674 "wasmtime-asm-macros",
17675 "wasmtime-versioned-export-macros",
17676 "windows-sys 0.59.0",
17677]
17678
17679[[package]]
17680name = "wasmtime-jit-icache-coherence"
17681version = "29.0.1"
17682source = "registry+https://github.com/rust-lang/crates.io-index"
17683checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17684dependencies = [
17685 "anyhow",
17686 "cfg-if",
17687 "libc",
17688 "windows-sys 0.59.0",
17689]
17690
17691[[package]]
17692name = "wasmtime-math"
17693version = "29.0.1"
17694source = "registry+https://github.com/rust-lang/crates.io-index"
17695checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17696dependencies = [
17697 "libm",
17698]
17699
17700[[package]]
17701name = "wasmtime-slab"
17702version = "29.0.1"
17703source = "registry+https://github.com/rust-lang/crates.io-index"
17704checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17705
17706[[package]]
17707name = "wasmtime-versioned-export-macros"
17708version = "29.0.1"
17709source = "registry+https://github.com/rust-lang/crates.io-index"
17710checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17711dependencies = [
17712 "proc-macro2",
17713 "quote",
17714 "syn 2.0.101",
17715]
17716
17717[[package]]
17718name = "wasmtime-wasi"
17719version = "29.0.1"
17720source = "registry+https://github.com/rust-lang/crates.io-index"
17721checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17722dependencies = [
17723 "anyhow",
17724 "async-trait",
17725 "bitflags 2.9.0",
17726 "bytes 1.10.1",
17727 "cap-fs-ext",
17728 "cap-net-ext",
17729 "cap-rand",
17730 "cap-std",
17731 "cap-time-ext",
17732 "fs-set-times",
17733 "futures 0.3.31",
17734 "io-extras",
17735 "io-lifetimes",
17736 "rustix 0.38.44",
17737 "system-interface",
17738 "thiserror 1.0.69",
17739 "tokio",
17740 "tracing",
17741 "trait-variant",
17742 "url",
17743 "wasmtime",
17744 "wiggle",
17745 "windows-sys 0.59.0",
17746]
17747
17748[[package]]
17749name = "wasmtime-winch"
17750version = "29.0.1"
17751source = "registry+https://github.com/rust-lang/crates.io-index"
17752checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17753dependencies = [
17754 "anyhow",
17755 "cranelift-codegen",
17756 "gimli",
17757 "object",
17758 "target-lexicon 0.13.2",
17759 "wasmparser 0.221.3",
17760 "wasmtime-cranelift",
17761 "wasmtime-environ",
17762 "winch-codegen",
17763]
17764
17765[[package]]
17766name = "wasmtime-wit-bindgen"
17767version = "29.0.1"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17770dependencies = [
17771 "anyhow",
17772 "heck 0.5.0",
17773 "indexmap",
17774 "wit-parser 0.221.3",
17775]
17776
17777[[package]]
17778name = "wast"
17779version = "35.0.2"
17780source = "registry+https://github.com/rust-lang/crates.io-index"
17781checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17782dependencies = [
17783 "leb128",
17784]
17785
17786[[package]]
17787name = "wayland-backend"
17788version = "0.3.8"
17789source = "registry+https://github.com/rust-lang/crates.io-index"
17790checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17791dependencies = [
17792 "cc",
17793 "downcast-rs",
17794 "rustix 0.38.44",
17795 "scoped-tls",
17796 "smallvec",
17797 "wayland-sys",
17798]
17799
17800[[package]]
17801name = "wayland-client"
17802version = "0.31.8"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17805dependencies = [
17806 "bitflags 2.9.0",
17807 "rustix 0.38.44",
17808 "wayland-backend",
17809 "wayland-scanner",
17810]
17811
17812[[package]]
17813name = "wayland-cursor"
17814version = "0.31.8"
17815source = "registry+https://github.com/rust-lang/crates.io-index"
17816checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17817dependencies = [
17818 "rustix 0.38.44",
17819 "wayland-client",
17820 "xcursor",
17821]
17822
17823[[package]]
17824name = "wayland-protocols"
17825version = "0.31.2"
17826source = "registry+https://github.com/rust-lang/crates.io-index"
17827checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17828dependencies = [
17829 "bitflags 2.9.0",
17830 "wayland-backend",
17831 "wayland-client",
17832 "wayland-scanner",
17833]
17834
17835[[package]]
17836name = "wayland-protocols-plasma"
17837version = "0.2.0"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17840dependencies = [
17841 "bitflags 2.9.0",
17842 "wayland-backend",
17843 "wayland-client",
17844 "wayland-protocols",
17845 "wayland-scanner",
17846]
17847
17848[[package]]
17849name = "wayland-scanner"
17850version = "0.31.6"
17851source = "registry+https://github.com/rust-lang/crates.io-index"
17852checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17853dependencies = [
17854 "proc-macro2",
17855 "quick-xml 0.37.4",
17856 "quote",
17857]
17858
17859[[package]]
17860name = "wayland-sys"
17861version = "0.31.6"
17862source = "registry+https://github.com/rust-lang/crates.io-index"
17863checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17864dependencies = [
17865 "dlib",
17866 "log",
17867 "once_cell",
17868 "pkg-config",
17869]
17870
17871[[package]]
17872name = "web-sys"
17873version = "0.3.77"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17876dependencies = [
17877 "js-sys",
17878 "wasm-bindgen",
17879]
17880
17881[[package]]
17882name = "web-time"
17883version = "1.1.0"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17886dependencies = [
17887 "js-sys",
17888 "wasm-bindgen",
17889]
17890
17891[[package]]
17892name = "web_atoms"
17893version = "0.1.0"
17894source = "registry+https://github.com/rust-lang/crates.io-index"
17895checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17896dependencies = [
17897 "phf",
17898 "phf_codegen",
17899 "string_cache",
17900 "string_cache_codegen",
17901]
17902
17903[[package]]
17904name = "web_search"
17905version = "0.1.0"
17906dependencies = [
17907 "anyhow",
17908 "collections",
17909 "gpui",
17910 "serde",
17911 "workspace-hack",
17912 "zed_llm_client",
17913]
17914
17915[[package]]
17916name = "web_search_providers"
17917version = "0.1.0"
17918dependencies = [
17919 "anyhow",
17920 "client",
17921 "futures 0.3.31",
17922 "gpui",
17923 "http_client",
17924 "language_model",
17925 "serde",
17926 "serde_json",
17927 "web_search",
17928 "workspace-hack",
17929 "zed_llm_client",
17930]
17931
17932[[package]]
17933name = "webpki-root-certs"
17934version = "0.26.8"
17935source = "registry+https://github.com/rust-lang/crates.io-index"
17936checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
17937dependencies = [
17938 "rustls-pki-types",
17939]
17940
17941[[package]]
17942name = "webpki-roots"
17943version = "0.26.8"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
17946dependencies = [
17947 "rustls-pki-types",
17948]
17949
17950[[package]]
17951name = "webrtc-sys"
17952version = "0.3.7"
17953source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
17954dependencies = [
17955 "cc",
17956 "cxx",
17957 "cxx-build",
17958 "glob",
17959 "log",
17960 "webrtc-sys-build",
17961]
17962
17963[[package]]
17964name = "webrtc-sys-build"
17965version = "0.3.6"
17966source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
17967dependencies = [
17968 "fs2",
17969 "regex",
17970 "reqwest 0.11.27",
17971 "scratch",
17972 "semver",
17973 "zip",
17974]
17975
17976[[package]]
17977name = "weezl"
17978version = "0.1.8"
17979source = "registry+https://github.com/rust-lang/crates.io-index"
17980checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
17981
17982[[package]]
17983name = "welcome"
17984version = "0.1.0"
17985dependencies = [
17986 "anyhow",
17987 "client",
17988 "component",
17989 "db",
17990 "documented",
17991 "editor",
17992 "fuzzy",
17993 "gpui",
17994 "install_cli",
17995 "language",
17996 "picker",
17997 "project",
17998 "schemars",
17999 "serde",
18000 "settings",
18001 "telemetry",
18002 "theme",
18003 "ui",
18004 "util",
18005 "vim_mode_setting",
18006 "workspace",
18007 "workspace-hack",
18008 "zed_actions",
18009]
18010
18011[[package]]
18012name = "which"
18013version = "4.4.2"
18014source = "registry+https://github.com/rust-lang/crates.io-index"
18015checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18016dependencies = [
18017 "either",
18018 "home",
18019 "once_cell",
18020 "rustix 0.38.44",
18021]
18022
18023[[package]]
18024name = "which"
18025version = "6.0.3"
18026source = "registry+https://github.com/rust-lang/crates.io-index"
18027checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18028dependencies = [
18029 "either",
18030 "home",
18031 "rustix 0.38.44",
18032 "winsafe",
18033]
18034
18035[[package]]
18036name = "whoami"
18037version = "1.6.0"
18038source = "registry+https://github.com/rust-lang/crates.io-index"
18039checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18040dependencies = [
18041 "redox_syscall 0.5.11",
18042 "wasite",
18043]
18044
18045[[package]]
18046name = "wiggle"
18047version = "29.0.1"
18048source = "registry+https://github.com/rust-lang/crates.io-index"
18049checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18050dependencies = [
18051 "anyhow",
18052 "async-trait",
18053 "bitflags 2.9.0",
18054 "thiserror 1.0.69",
18055 "tracing",
18056 "wasmtime",
18057 "wiggle-macro",
18058]
18059
18060[[package]]
18061name = "wiggle-generate"
18062version = "29.0.1"
18063source = "registry+https://github.com/rust-lang/crates.io-index"
18064checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18065dependencies = [
18066 "anyhow",
18067 "heck 0.5.0",
18068 "proc-macro2",
18069 "quote",
18070 "shellexpand 2.1.2",
18071 "syn 2.0.101",
18072 "witx",
18073]
18074
18075[[package]]
18076name = "wiggle-macro"
18077version = "29.0.1"
18078source = "registry+https://github.com/rust-lang/crates.io-index"
18079checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18080dependencies = [
18081 "proc-macro2",
18082 "quote",
18083 "syn 2.0.101",
18084 "wiggle-generate",
18085]
18086
18087[[package]]
18088name = "winapi"
18089version = "0.3.9"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18092dependencies = [
18093 "winapi-i686-pc-windows-gnu",
18094 "winapi-x86_64-pc-windows-gnu",
18095]
18096
18097[[package]]
18098name = "winapi-i686-pc-windows-gnu"
18099version = "0.4.0"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18102
18103[[package]]
18104name = "winapi-util"
18105version = "0.1.9"
18106source = "registry+https://github.com/rust-lang/crates.io-index"
18107checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18108dependencies = [
18109 "windows-sys 0.59.0",
18110]
18111
18112[[package]]
18113name = "winapi-x86_64-pc-windows-gnu"
18114version = "0.4.0"
18115source = "registry+https://github.com/rust-lang/crates.io-index"
18116checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18117
18118[[package]]
18119name = "winch-codegen"
18120version = "29.0.1"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18123dependencies = [
18124 "anyhow",
18125 "cranelift-codegen",
18126 "gimli",
18127 "regalloc2",
18128 "smallvec",
18129 "target-lexicon 0.13.2",
18130 "thiserror 1.0.69",
18131 "wasmparser 0.221.3",
18132 "wasmtime-cranelift",
18133 "wasmtime-environ",
18134]
18135
18136[[package]]
18137name = "windows"
18138version = "0.54.0"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18141dependencies = [
18142 "windows-core 0.54.0",
18143 "windows-targets 0.52.6",
18144]
18145
18146[[package]]
18147name = "windows"
18148version = "0.57.0"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18151dependencies = [
18152 "windows-core 0.57.0",
18153 "windows-targets 0.52.6",
18154]
18155
18156[[package]]
18157name = "windows"
18158version = "0.58.0"
18159source = "registry+https://github.com/rust-lang/crates.io-index"
18160checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18161dependencies = [
18162 "windows-core 0.58.0",
18163 "windows-targets 0.52.6",
18164]
18165
18166[[package]]
18167name = "windows"
18168version = "0.61.1"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18171dependencies = [
18172 "windows-collections",
18173 "windows-core 0.61.0",
18174 "windows-future",
18175 "windows-link",
18176 "windows-numerics",
18177]
18178
18179[[package]]
18180name = "windows-capture"
18181version = "1.4.3"
18182source = "registry+https://github.com/rust-lang/crates.io-index"
18183checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18184dependencies = [
18185 "clap",
18186 "ctrlc",
18187 "parking_lot",
18188 "rayon",
18189 "thiserror 2.0.12",
18190 "windows 0.61.1",
18191 "windows-future",
18192]
18193
18194[[package]]
18195name = "windows-collections"
18196version = "0.2.0"
18197source = "registry+https://github.com/rust-lang/crates.io-index"
18198checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18199dependencies = [
18200 "windows-core 0.61.0",
18201]
18202
18203[[package]]
18204name = "windows-core"
18205version = "0.54.0"
18206source = "registry+https://github.com/rust-lang/crates.io-index"
18207checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18208dependencies = [
18209 "windows-result 0.1.2",
18210 "windows-targets 0.52.6",
18211]
18212
18213[[package]]
18214name = "windows-core"
18215version = "0.57.0"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18218dependencies = [
18219 "windows-implement 0.57.0",
18220 "windows-interface 0.57.0",
18221 "windows-result 0.1.2",
18222 "windows-targets 0.52.6",
18223]
18224
18225[[package]]
18226name = "windows-core"
18227version = "0.58.0"
18228source = "registry+https://github.com/rust-lang/crates.io-index"
18229checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18230dependencies = [
18231 "windows-implement 0.58.0",
18232 "windows-interface 0.58.0",
18233 "windows-result 0.2.0",
18234 "windows-strings 0.1.0",
18235 "windows-targets 0.52.6",
18236]
18237
18238[[package]]
18239name = "windows-core"
18240version = "0.61.0"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18243dependencies = [
18244 "windows-implement 0.60.0",
18245 "windows-interface 0.59.1",
18246 "windows-link",
18247 "windows-result 0.3.2",
18248 "windows-strings 0.4.0",
18249]
18250
18251[[package]]
18252name = "windows-future"
18253version = "0.2.0"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18256dependencies = [
18257 "windows-core 0.61.0",
18258 "windows-link",
18259]
18260
18261[[package]]
18262name = "windows-implement"
18263version = "0.57.0"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18266dependencies = [
18267 "proc-macro2",
18268 "quote",
18269 "syn 2.0.101",
18270]
18271
18272[[package]]
18273name = "windows-implement"
18274version = "0.58.0"
18275source = "registry+https://github.com/rust-lang/crates.io-index"
18276checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18277dependencies = [
18278 "proc-macro2",
18279 "quote",
18280 "syn 2.0.101",
18281]
18282
18283[[package]]
18284name = "windows-implement"
18285version = "0.60.0"
18286source = "registry+https://github.com/rust-lang/crates.io-index"
18287checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18288dependencies = [
18289 "proc-macro2",
18290 "quote",
18291 "syn 2.0.101",
18292]
18293
18294[[package]]
18295name = "windows-interface"
18296version = "0.57.0"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18299dependencies = [
18300 "proc-macro2",
18301 "quote",
18302 "syn 2.0.101",
18303]
18304
18305[[package]]
18306name = "windows-interface"
18307version = "0.58.0"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18310dependencies = [
18311 "proc-macro2",
18312 "quote",
18313 "syn 2.0.101",
18314]
18315
18316[[package]]
18317name = "windows-interface"
18318version = "0.59.1"
18319source = "registry+https://github.com/rust-lang/crates.io-index"
18320checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18321dependencies = [
18322 "proc-macro2",
18323 "quote",
18324 "syn 2.0.101",
18325]
18326
18327[[package]]
18328name = "windows-link"
18329version = "0.1.1"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18332
18333[[package]]
18334name = "windows-numerics"
18335version = "0.2.0"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18338dependencies = [
18339 "windows-core 0.61.0",
18340 "windows-link",
18341]
18342
18343[[package]]
18344name = "windows-registry"
18345version = "0.4.0"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18348dependencies = [
18349 "windows-result 0.3.2",
18350 "windows-strings 0.3.1",
18351 "windows-targets 0.53.0",
18352]
18353
18354[[package]]
18355name = "windows-registry"
18356version = "0.5.1"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18359dependencies = [
18360 "windows-link",
18361 "windows-result 0.3.2",
18362 "windows-strings 0.4.0",
18363]
18364
18365[[package]]
18366name = "windows-result"
18367version = "0.1.2"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18370dependencies = [
18371 "windows-targets 0.52.6",
18372]
18373
18374[[package]]
18375name = "windows-result"
18376version = "0.2.0"
18377source = "registry+https://github.com/rust-lang/crates.io-index"
18378checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18379dependencies = [
18380 "windows-targets 0.52.6",
18381]
18382
18383[[package]]
18384name = "windows-result"
18385version = "0.3.2"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18388dependencies = [
18389 "windows-link",
18390]
18391
18392[[package]]
18393name = "windows-strings"
18394version = "0.1.0"
18395source = "registry+https://github.com/rust-lang/crates.io-index"
18396checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18397dependencies = [
18398 "windows-result 0.2.0",
18399 "windows-targets 0.52.6",
18400]
18401
18402[[package]]
18403name = "windows-strings"
18404version = "0.3.1"
18405source = "registry+https://github.com/rust-lang/crates.io-index"
18406checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18407dependencies = [
18408 "windows-link",
18409]
18410
18411[[package]]
18412name = "windows-strings"
18413version = "0.4.0"
18414source = "registry+https://github.com/rust-lang/crates.io-index"
18415checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18416dependencies = [
18417 "windows-link",
18418]
18419
18420[[package]]
18421name = "windows-sys"
18422version = "0.45.0"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18425dependencies = [
18426 "windows-targets 0.42.2",
18427]
18428
18429[[package]]
18430name = "windows-sys"
18431version = "0.48.0"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18434dependencies = [
18435 "windows-targets 0.48.5",
18436]
18437
18438[[package]]
18439name = "windows-sys"
18440version = "0.52.0"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18443dependencies = [
18444 "windows-targets 0.52.6",
18445]
18446
18447[[package]]
18448name = "windows-sys"
18449version = "0.59.0"
18450source = "registry+https://github.com/rust-lang/crates.io-index"
18451checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18452dependencies = [
18453 "windows-targets 0.52.6",
18454]
18455
18456[[package]]
18457name = "windows-targets"
18458version = "0.42.2"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18461dependencies = [
18462 "windows_aarch64_gnullvm 0.42.2",
18463 "windows_aarch64_msvc 0.42.2",
18464 "windows_i686_gnu 0.42.2",
18465 "windows_i686_msvc 0.42.2",
18466 "windows_x86_64_gnu 0.42.2",
18467 "windows_x86_64_gnullvm 0.42.2",
18468 "windows_x86_64_msvc 0.42.2",
18469]
18470
18471[[package]]
18472name = "windows-targets"
18473version = "0.48.5"
18474source = "registry+https://github.com/rust-lang/crates.io-index"
18475checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18476dependencies = [
18477 "windows_aarch64_gnullvm 0.48.5",
18478 "windows_aarch64_msvc 0.48.5",
18479 "windows_i686_gnu 0.48.5",
18480 "windows_i686_msvc 0.48.5",
18481 "windows_x86_64_gnu 0.48.5",
18482 "windows_x86_64_gnullvm 0.48.5",
18483 "windows_x86_64_msvc 0.48.5",
18484]
18485
18486[[package]]
18487name = "windows-targets"
18488version = "0.52.6"
18489source = "registry+https://github.com/rust-lang/crates.io-index"
18490checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18491dependencies = [
18492 "windows_aarch64_gnullvm 0.52.6",
18493 "windows_aarch64_msvc 0.52.6",
18494 "windows_i686_gnu 0.52.6",
18495 "windows_i686_gnullvm 0.52.6",
18496 "windows_i686_msvc 0.52.6",
18497 "windows_x86_64_gnu 0.52.6",
18498 "windows_x86_64_gnullvm 0.52.6",
18499 "windows_x86_64_msvc 0.52.6",
18500]
18501
18502[[package]]
18503name = "windows-targets"
18504version = "0.53.0"
18505source = "registry+https://github.com/rust-lang/crates.io-index"
18506checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18507dependencies = [
18508 "windows_aarch64_gnullvm 0.53.0",
18509 "windows_aarch64_msvc 0.53.0",
18510 "windows_i686_gnu 0.53.0",
18511 "windows_i686_gnullvm 0.53.0",
18512 "windows_i686_msvc 0.53.0",
18513 "windows_x86_64_gnu 0.53.0",
18514 "windows_x86_64_gnullvm 0.53.0",
18515 "windows_x86_64_msvc 0.53.0",
18516]
18517
18518[[package]]
18519name = "windows_aarch64_gnullvm"
18520version = "0.42.2"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18523
18524[[package]]
18525name = "windows_aarch64_gnullvm"
18526version = "0.48.5"
18527source = "registry+https://github.com/rust-lang/crates.io-index"
18528checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18529
18530[[package]]
18531name = "windows_aarch64_gnullvm"
18532version = "0.52.6"
18533source = "registry+https://github.com/rust-lang/crates.io-index"
18534checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18535
18536[[package]]
18537name = "windows_aarch64_gnullvm"
18538version = "0.53.0"
18539source = "registry+https://github.com/rust-lang/crates.io-index"
18540checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18541
18542[[package]]
18543name = "windows_aarch64_msvc"
18544version = "0.42.2"
18545source = "registry+https://github.com/rust-lang/crates.io-index"
18546checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18547
18548[[package]]
18549name = "windows_aarch64_msvc"
18550version = "0.48.5"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18553
18554[[package]]
18555name = "windows_aarch64_msvc"
18556version = "0.52.6"
18557source = "registry+https://github.com/rust-lang/crates.io-index"
18558checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18559
18560[[package]]
18561name = "windows_aarch64_msvc"
18562version = "0.53.0"
18563source = "registry+https://github.com/rust-lang/crates.io-index"
18564checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18565
18566[[package]]
18567name = "windows_i686_gnu"
18568version = "0.42.2"
18569source = "registry+https://github.com/rust-lang/crates.io-index"
18570checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18571
18572[[package]]
18573name = "windows_i686_gnu"
18574version = "0.48.5"
18575source = "registry+https://github.com/rust-lang/crates.io-index"
18576checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18577
18578[[package]]
18579name = "windows_i686_gnu"
18580version = "0.52.6"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18583
18584[[package]]
18585name = "windows_i686_gnu"
18586version = "0.53.0"
18587source = "registry+https://github.com/rust-lang/crates.io-index"
18588checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18589
18590[[package]]
18591name = "windows_i686_gnullvm"
18592version = "0.52.6"
18593source = "registry+https://github.com/rust-lang/crates.io-index"
18594checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18595
18596[[package]]
18597name = "windows_i686_gnullvm"
18598version = "0.53.0"
18599source = "registry+https://github.com/rust-lang/crates.io-index"
18600checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18601
18602[[package]]
18603name = "windows_i686_msvc"
18604version = "0.42.2"
18605source = "registry+https://github.com/rust-lang/crates.io-index"
18606checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18607
18608[[package]]
18609name = "windows_i686_msvc"
18610version = "0.48.5"
18611source = "registry+https://github.com/rust-lang/crates.io-index"
18612checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18613
18614[[package]]
18615name = "windows_i686_msvc"
18616version = "0.52.6"
18617source = "registry+https://github.com/rust-lang/crates.io-index"
18618checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18619
18620[[package]]
18621name = "windows_i686_msvc"
18622version = "0.53.0"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18625
18626[[package]]
18627name = "windows_x86_64_gnu"
18628version = "0.42.2"
18629source = "registry+https://github.com/rust-lang/crates.io-index"
18630checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18631
18632[[package]]
18633name = "windows_x86_64_gnu"
18634version = "0.48.5"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18637
18638[[package]]
18639name = "windows_x86_64_gnu"
18640version = "0.52.6"
18641source = "registry+https://github.com/rust-lang/crates.io-index"
18642checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18643
18644[[package]]
18645name = "windows_x86_64_gnu"
18646version = "0.53.0"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18649
18650[[package]]
18651name = "windows_x86_64_gnullvm"
18652version = "0.42.2"
18653source = "registry+https://github.com/rust-lang/crates.io-index"
18654checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18655
18656[[package]]
18657name = "windows_x86_64_gnullvm"
18658version = "0.48.5"
18659source = "registry+https://github.com/rust-lang/crates.io-index"
18660checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18661
18662[[package]]
18663name = "windows_x86_64_gnullvm"
18664version = "0.52.6"
18665source = "registry+https://github.com/rust-lang/crates.io-index"
18666checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18667
18668[[package]]
18669name = "windows_x86_64_gnullvm"
18670version = "0.53.0"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18673
18674[[package]]
18675name = "windows_x86_64_msvc"
18676version = "0.42.2"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18679
18680[[package]]
18681name = "windows_x86_64_msvc"
18682version = "0.48.5"
18683source = "registry+https://github.com/rust-lang/crates.io-index"
18684checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18685
18686[[package]]
18687name = "windows_x86_64_msvc"
18688version = "0.52.6"
18689source = "registry+https://github.com/rust-lang/crates.io-index"
18690checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18691
18692[[package]]
18693name = "windows_x86_64_msvc"
18694version = "0.53.0"
18695source = "registry+https://github.com/rust-lang/crates.io-index"
18696checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18697
18698[[package]]
18699name = "winnow"
18700version = "0.7.6"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18703dependencies = [
18704 "memchr",
18705]
18706
18707[[package]]
18708name = "winreg"
18709version = "0.10.1"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18712dependencies = [
18713 "winapi",
18714]
18715
18716[[package]]
18717name = "winreg"
18718version = "0.50.0"
18719source = "registry+https://github.com/rust-lang/crates.io-index"
18720checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18721dependencies = [
18722 "cfg-if",
18723 "windows-sys 0.48.0",
18724]
18725
18726[[package]]
18727name = "winreg"
18728version = "0.52.0"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18731dependencies = [
18732 "cfg-if",
18733 "windows-sys 0.48.0",
18734]
18735
18736[[package]]
18737name = "winreg"
18738version = "0.55.0"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18741dependencies = [
18742 "cfg-if",
18743 "windows-sys 0.59.0",
18744]
18745
18746[[package]]
18747name = "winresource"
18748version = "0.1.20"
18749source = "registry+https://github.com/rust-lang/crates.io-index"
18750checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18751dependencies = [
18752 "toml 0.8.20",
18753 "version_check",
18754]
18755
18756[[package]]
18757name = "winsafe"
18758version = "0.0.19"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18761
18762[[package]]
18763name = "winx"
18764version = "0.36.4"
18765source = "registry+https://github.com/rust-lang/crates.io-index"
18766checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18767dependencies = [
18768 "bitflags 2.9.0",
18769 "windows-sys 0.59.0",
18770]
18771
18772[[package]]
18773name = "wio"
18774version = "0.2.2"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18777dependencies = [
18778 "winapi",
18779]
18780
18781[[package]]
18782name = "wit-bindgen"
18783version = "0.22.0"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18786dependencies = [
18787 "bitflags 2.9.0",
18788 "wit-bindgen-rt 0.22.0",
18789 "wit-bindgen-rust-macro 0.22.0",
18790]
18791
18792[[package]]
18793name = "wit-bindgen"
18794version = "0.41.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18797dependencies = [
18798 "wit-bindgen-rt 0.41.0",
18799 "wit-bindgen-rust-macro 0.41.0",
18800]
18801
18802[[package]]
18803name = "wit-bindgen-core"
18804version = "0.22.0"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18807dependencies = [
18808 "anyhow",
18809 "wit-parser 0.201.0",
18810]
18811
18812[[package]]
18813name = "wit-bindgen-core"
18814version = "0.41.0"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18817dependencies = [
18818 "anyhow",
18819 "heck 0.5.0",
18820 "wit-parser 0.227.1",
18821]
18822
18823[[package]]
18824name = "wit-bindgen-rt"
18825version = "0.22.0"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18828
18829[[package]]
18830name = "wit-bindgen-rt"
18831version = "0.39.0"
18832source = "registry+https://github.com/rust-lang/crates.io-index"
18833checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18834dependencies = [
18835 "bitflags 2.9.0",
18836]
18837
18838[[package]]
18839name = "wit-bindgen-rt"
18840version = "0.41.0"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18843dependencies = [
18844 "bitflags 2.9.0",
18845 "futures 0.3.31",
18846 "once_cell",
18847]
18848
18849[[package]]
18850name = "wit-bindgen-rust"
18851version = "0.22.0"
18852source = "registry+https://github.com/rust-lang/crates.io-index"
18853checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18854dependencies = [
18855 "anyhow",
18856 "heck 0.4.1",
18857 "indexmap",
18858 "wasm-metadata 0.201.0",
18859 "wit-bindgen-core 0.22.0",
18860 "wit-component 0.201.0",
18861]
18862
18863[[package]]
18864name = "wit-bindgen-rust"
18865version = "0.41.0"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18868dependencies = [
18869 "anyhow",
18870 "heck 0.5.0",
18871 "indexmap",
18872 "prettyplease",
18873 "syn 2.0.101",
18874 "wasm-metadata 0.227.1",
18875 "wit-bindgen-core 0.41.0",
18876 "wit-component 0.227.1",
18877]
18878
18879[[package]]
18880name = "wit-bindgen-rust-macro"
18881version = "0.22.0"
18882source = "registry+https://github.com/rust-lang/crates.io-index"
18883checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18884dependencies = [
18885 "anyhow",
18886 "proc-macro2",
18887 "quote",
18888 "syn 2.0.101",
18889 "wit-bindgen-core 0.22.0",
18890 "wit-bindgen-rust 0.22.0",
18891]
18892
18893[[package]]
18894name = "wit-bindgen-rust-macro"
18895version = "0.41.0"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18898dependencies = [
18899 "anyhow",
18900 "prettyplease",
18901 "proc-macro2",
18902 "quote",
18903 "syn 2.0.101",
18904 "wit-bindgen-core 0.41.0",
18905 "wit-bindgen-rust 0.41.0",
18906]
18907
18908[[package]]
18909name = "wit-component"
18910version = "0.201.0"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18913dependencies = [
18914 "anyhow",
18915 "bitflags 2.9.0",
18916 "indexmap",
18917 "log",
18918 "serde",
18919 "serde_derive",
18920 "serde_json",
18921 "wasm-encoder 0.201.0",
18922 "wasm-metadata 0.201.0",
18923 "wasmparser 0.201.0",
18924 "wit-parser 0.201.0",
18925]
18926
18927[[package]]
18928name = "wit-component"
18929version = "0.221.3"
18930source = "registry+https://github.com/rust-lang/crates.io-index"
18931checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18932dependencies = [
18933 "anyhow",
18934 "bitflags 2.9.0",
18935 "indexmap",
18936 "log",
18937 "serde",
18938 "serde_derive",
18939 "serde_json",
18940 "wasm-encoder 0.221.3",
18941 "wasm-metadata 0.221.3",
18942 "wasmparser 0.221.3",
18943 "wit-parser 0.221.3",
18944]
18945
18946[[package]]
18947name = "wit-component"
18948version = "0.227.1"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
18951dependencies = [
18952 "anyhow",
18953 "bitflags 2.9.0",
18954 "indexmap",
18955 "log",
18956 "serde",
18957 "serde_derive",
18958 "serde_json",
18959 "wasm-encoder 0.227.1",
18960 "wasm-metadata 0.227.1",
18961 "wasmparser 0.227.1",
18962 "wit-parser 0.227.1",
18963]
18964
18965[[package]]
18966name = "wit-parser"
18967version = "0.201.0"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
18970dependencies = [
18971 "anyhow",
18972 "id-arena",
18973 "indexmap",
18974 "log",
18975 "semver",
18976 "serde",
18977 "serde_derive",
18978 "serde_json",
18979 "unicode-xid",
18980 "wasmparser 0.201.0",
18981]
18982
18983[[package]]
18984name = "wit-parser"
18985version = "0.221.3"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
18988dependencies = [
18989 "anyhow",
18990 "id-arena",
18991 "indexmap",
18992 "log",
18993 "semver",
18994 "serde",
18995 "serde_derive",
18996 "serde_json",
18997 "unicode-xid",
18998 "wasmparser 0.221.3",
18999]
19000
19001[[package]]
19002name = "wit-parser"
19003version = "0.227.1"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19006dependencies = [
19007 "anyhow",
19008 "id-arena",
19009 "indexmap",
19010 "log",
19011 "semver",
19012 "serde",
19013 "serde_derive",
19014 "serde_json",
19015 "unicode-xid",
19016 "wasmparser 0.227.1",
19017]
19018
19019[[package]]
19020name = "witx"
19021version = "0.9.1"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19024dependencies = [
19025 "anyhow",
19026 "log",
19027 "thiserror 1.0.69",
19028 "wast",
19029]
19030
19031[[package]]
19032name = "workspace"
19033version = "0.1.0"
19034dependencies = [
19035 "any_vec",
19036 "anyhow",
19037 "async-recursion 1.1.1",
19038 "bincode",
19039 "call",
19040 "client",
19041 "clock",
19042 "collections",
19043 "component",
19044 "dap",
19045 "db",
19046 "env_logger 0.11.8",
19047 "fs",
19048 "futures 0.3.31",
19049 "gpui",
19050 "http_client",
19051 "itertools 0.14.0",
19052 "language",
19053 "log",
19054 "menu",
19055 "node_runtime",
19056 "parking_lot",
19057 "postage",
19058 "project",
19059 "remote",
19060 "schemars",
19061 "serde",
19062 "serde_json",
19063 "session",
19064 "settings",
19065 "smallvec",
19066 "sqlez",
19067 "strum 0.27.1",
19068 "task",
19069 "telemetry",
19070 "tempfile",
19071 "theme",
19072 "ui",
19073 "util",
19074 "uuid",
19075 "windows 0.61.1",
19076 "workspace-hack",
19077 "zed_actions",
19078]
19079
19080[[package]]
19081name = "workspace-hack"
19082version = "0.1.0"
19083dependencies = [
19084 "aes",
19085 "ahash 0.8.11",
19086 "aho-corasick",
19087 "anstream",
19088 "arrayvec",
19089 "async-std",
19090 "async-tungstenite",
19091 "aws-config",
19092 "aws-credential-types",
19093 "aws-runtime",
19094 "aws-sigv4",
19095 "aws-smithy-async",
19096 "aws-smithy-http",
19097 "aws-smithy-runtime",
19098 "aws-smithy-runtime-api",
19099 "aws-smithy-types",
19100 "base64 0.22.1",
19101 "base64ct",
19102 "bigdecimal",
19103 "bit-set 0.8.0",
19104 "bit-vec 0.8.0",
19105 "bitflags 2.9.0",
19106 "bstr",
19107 "bytemuck",
19108 "byteorder",
19109 "bytes 1.10.1",
19110 "cc",
19111 "chrono",
19112 "cipher",
19113 "clang-sys",
19114 "clap",
19115 "clap_builder",
19116 "codespan-reporting 0.12.0",
19117 "concurrent-queue",
19118 "core-foundation 0.9.4",
19119 "core-foundation-sys",
19120 "coreaudio-sys",
19121 "crc32fast",
19122 "crossbeam-utils",
19123 "crypto-common",
19124 "deranged",
19125 "digest",
19126 "either",
19127 "euclid",
19128 "event-listener 5.4.0",
19129 "event-listener-strategy",
19130 "flate2",
19131 "flume",
19132 "foldhash",
19133 "form_urlencoded",
19134 "futures 0.3.31",
19135 "futures-channel",
19136 "futures-core",
19137 "futures-executor",
19138 "futures-io",
19139 "futures-sink",
19140 "futures-task",
19141 "futures-util",
19142 "getrandom 0.2.15",
19143 "getrandom 0.3.2",
19144 "gimli",
19145 "half",
19146 "handlebars 4.5.0",
19147 "hashbrown 0.14.5",
19148 "hashbrown 0.15.3",
19149 "heck 0.4.1",
19150 "hmac",
19151 "hyper 0.14.32",
19152 "hyper-rustls 0.27.5",
19153 "idna",
19154 "indexmap",
19155 "inout",
19156 "itertools 0.12.1",
19157 "itertools 0.13.0",
19158 "jiff",
19159 "lazy_static",
19160 "libc",
19161 "libsqlite3-sys",
19162 "linux-raw-sys 0.4.15",
19163 "linux-raw-sys 0.9.4",
19164 "log",
19165 "lyon",
19166 "lyon_path",
19167 "md-5",
19168 "memchr",
19169 "miniz_oxide",
19170 "mio",
19171 "naga",
19172 "nix 0.29.0",
19173 "nom",
19174 "num-bigint",
19175 "num-bigint-dig",
19176 "num-integer",
19177 "num-iter",
19178 "num-rational",
19179 "num-traits",
19180 "objc2",
19181 "objc2-foundation",
19182 "objc2-metal",
19183 "object",
19184 "once_cell",
19185 "percent-encoding",
19186 "phf",
19187 "phf_shared",
19188 "prettyplease",
19189 "proc-macro2",
19190 "prost 0.9.0",
19191 "prost-types 0.9.0",
19192 "quote",
19193 "rand 0.8.5",
19194 "rand 0.9.1",
19195 "rand_chacha 0.3.1",
19196 "rand_core 0.6.4",
19197 "regex",
19198 "regex-automata 0.4.9",
19199 "regex-syntax 0.8.5",
19200 "ring",
19201 "rust_decimal",
19202 "rustc-hash 1.1.0",
19203 "rustix 0.38.44",
19204 "rustix 1.0.7",
19205 "rustls 0.23.26",
19206 "rustls-webpki 0.103.1",
19207 "scopeguard",
19208 "sea-orm",
19209 "sea-query-binder",
19210 "security-framework 3.2.0",
19211 "security-framework-sys",
19212 "semver",
19213 "serde",
19214 "serde_derive",
19215 "serde_json",
19216 "sha1",
19217 "simd-adler32",
19218 "smallvec",
19219 "spin",
19220 "sqlx",
19221 "sqlx-macros",
19222 "sqlx-macros-core",
19223 "sqlx-postgres",
19224 "sqlx-sqlite",
19225 "strum 0.26.3",
19226 "subtle",
19227 "syn 1.0.109",
19228 "syn 2.0.101",
19229 "sync_wrapper 1.0.2",
19230 "thiserror 2.0.12",
19231 "time",
19232 "time-macros",
19233 "tokio",
19234 "tokio-rustls 0.26.2",
19235 "tokio-socks",
19236 "tokio-stream",
19237 "tokio-util",
19238 "toml_datetime",
19239 "toml_edit",
19240 "tower 0.5.2",
19241 "tracing",
19242 "tracing-core",
19243 "tungstenite 0.26.2",
19244 "unicode-normalization",
19245 "unicode-properties",
19246 "url",
19247 "uuid",
19248 "wasm-encoder 0.221.3",
19249 "wasmparser 0.221.3",
19250 "wasmtime",
19251 "wasmtime-cranelift",
19252 "wasmtime-environ",
19253 "winapi",
19254 "windows-core 0.61.0",
19255 "windows-numerics",
19256 "windows-sys 0.48.0",
19257 "windows-sys 0.52.0",
19258 "windows-sys 0.59.0",
19259 "winnow",
19260 "zeroize",
19261 "zvariant",
19262]
19263
19264[[package]]
19265name = "worktree"
19266version = "0.1.0"
19267dependencies = [
19268 "anyhow",
19269 "clock",
19270 "collections",
19271 "env_logger 0.11.8",
19272 "fs",
19273 "futures 0.3.31",
19274 "fuzzy",
19275 "git",
19276 "git2",
19277 "gpui",
19278 "http_client",
19279 "ignore",
19280 "language",
19281 "log",
19282 "parking_lot",
19283 "paths",
19284 "postage",
19285 "pretty_assertions",
19286 "rand 0.8.5",
19287 "rpc",
19288 "schemars",
19289 "serde",
19290 "serde_json",
19291 "settings",
19292 "smallvec",
19293 "smol",
19294 "sum_tree",
19295 "text",
19296 "util",
19297 "workspace-hack",
19298]
19299
19300[[package]]
19301name = "write16"
19302version = "1.0.0"
19303source = "registry+https://github.com/rust-lang/crates.io-index"
19304checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19305
19306[[package]]
19307name = "writeable"
19308version = "0.5.5"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19311
19312[[package]]
19313name = "wyz"
19314version = "0.5.1"
19315source = "registry+https://github.com/rust-lang/crates.io-index"
19316checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19317dependencies = [
19318 "tap",
19319]
19320
19321[[package]]
19322name = "x11"
19323version = "2.21.0"
19324source = "registry+https://github.com/rust-lang/crates.io-index"
19325checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19326dependencies = [
19327 "libc",
19328 "pkg-config",
19329]
19330
19331[[package]]
19332name = "x11-clipboard"
19333version = "0.9.3"
19334source = "registry+https://github.com/rust-lang/crates.io-index"
19335checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19336dependencies = [
19337 "libc",
19338 "x11rb",
19339]
19340
19341[[package]]
19342name = "x11rb"
19343version = "0.13.1"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19346dependencies = [
19347 "as-raw-xcb-connection",
19348 "gethostname",
19349 "libc",
19350 "rustix 0.38.44",
19351 "x11rb-protocol",
19352]
19353
19354[[package]]
19355name = "x11rb-protocol"
19356version = "0.13.1"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19359
19360[[package]]
19361name = "xattr"
19362version = "0.2.3"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19365dependencies = [
19366 "libc",
19367]
19368
19369[[package]]
19370name = "xcb"
19371version = "1.5.0"
19372source = "registry+https://github.com/rust-lang/crates.io-index"
19373checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19374dependencies = [
19375 "bitflags 1.3.2",
19376 "libc",
19377 "quick-xml 0.30.0",
19378 "x11",
19379]
19380
19381[[package]]
19382name = "xcursor"
19383version = "0.3.8"
19384source = "registry+https://github.com/rust-lang/crates.io-index"
19385checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19386
19387[[package]]
19388name = "xdg-home"
19389version = "1.3.0"
19390source = "registry+https://github.com/rust-lang/crates.io-index"
19391checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19392dependencies = [
19393 "libc",
19394 "windows-sys 0.59.0",
19395]
19396
19397[[package]]
19398name = "xim"
19399version = "0.4.0"
19400source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19401dependencies = [
19402 "ahash 0.8.11",
19403 "hashbrown 0.14.5",
19404 "log",
19405 "x11rb",
19406 "xim-ctext",
19407 "xim-parser",
19408]
19409
19410[[package]]
19411name = "xim-ctext"
19412version = "0.3.0"
19413source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19414dependencies = [
19415 "encoding_rs",
19416]
19417
19418[[package]]
19419name = "xim-parser"
19420version = "0.2.1"
19421source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19422dependencies = [
19423 "bitflags 2.9.0",
19424]
19425
19426[[package]]
19427name = "xkbcommon"
19428version = "0.8.0"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19431dependencies = [
19432 "as-raw-xcb-connection",
19433 "libc",
19434 "memmap2",
19435 "xkeysym",
19436]
19437
19438[[package]]
19439name = "xkeysym"
19440version = "0.2.1"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19443
19444[[package]]
19445name = "xml5ever"
19446version = "0.18.1"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19449dependencies = [
19450 "log",
19451 "mac",
19452 "markup5ever 0.12.1",
19453]
19454
19455[[package]]
19456name = "xmlparser"
19457version = "0.13.6"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19460
19461[[package]]
19462name = "xmlwriter"
19463version = "0.1.0"
19464source = "registry+https://github.com/rust-lang/crates.io-index"
19465checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19466
19467[[package]]
19468name = "xtask"
19469version = "0.1.0"
19470dependencies = [
19471 "anyhow",
19472 "cargo_metadata",
19473 "cargo_toml",
19474 "clap",
19475 "workspace-hack",
19476]
19477
19478[[package]]
19479name = "yaml-rust2"
19480version = "0.8.1"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19483dependencies = [
19484 "arraydeque",
19485 "encoding_rs",
19486 "hashlink 0.8.4",
19487]
19488
19489[[package]]
19490name = "yansi"
19491version = "1.0.1"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19494
19495[[package]]
19496name = "yazi"
19497version = "0.2.1"
19498source = "registry+https://github.com/rust-lang/crates.io-index"
19499checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19500
19501[[package]]
19502name = "yeslogic-fontconfig-sys"
19503version = "6.0.0"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19506dependencies = [
19507 "dlib",
19508 "once_cell",
19509 "pkg-config",
19510]
19511
19512[[package]]
19513name = "yoke"
19514version = "0.7.5"
19515source = "registry+https://github.com/rust-lang/crates.io-index"
19516checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19517dependencies = [
19518 "serde",
19519 "stable_deref_trait",
19520 "yoke-derive",
19521 "zerofrom",
19522]
19523
19524[[package]]
19525name = "yoke-derive"
19526version = "0.7.5"
19527source = "registry+https://github.com/rust-lang/crates.io-index"
19528checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19529dependencies = [
19530 "proc-macro2",
19531 "quote",
19532 "syn 2.0.101",
19533 "synstructure",
19534]
19535
19536[[package]]
19537name = "zbus"
19538version = "5.5.0"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19541dependencies = [
19542 "async-broadcast",
19543 "async-executor",
19544 "async-fs",
19545 "async-io",
19546 "async-lock",
19547 "async-process",
19548 "async-recursion 1.1.1",
19549 "async-task",
19550 "async-trait",
19551 "blocking",
19552 "enumflags2",
19553 "event-listener 5.4.0",
19554 "futures-core",
19555 "futures-lite 2.6.0",
19556 "hex",
19557 "nix 0.29.0",
19558 "ordered-stream",
19559 "serde",
19560 "serde_repr",
19561 "static_assertions",
19562 "tracing",
19563 "uds_windows",
19564 "windows-sys 0.59.0",
19565 "winnow",
19566 "xdg-home",
19567 "zbus_macros",
19568 "zbus_names",
19569 "zvariant",
19570]
19571
19572[[package]]
19573name = "zbus_macros"
19574version = "5.5.0"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19577dependencies = [
19578 "proc-macro-crate",
19579 "proc-macro2",
19580 "quote",
19581 "syn 2.0.101",
19582 "zbus_names",
19583 "zvariant",
19584 "zvariant_utils",
19585]
19586
19587[[package]]
19588name = "zbus_names"
19589version = "4.2.0"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19592dependencies = [
19593 "serde",
19594 "static_assertions",
19595 "winnow",
19596 "zvariant",
19597]
19598
19599[[package]]
19600name = "zed"
19601version = "0.188.0"
19602dependencies = [
19603 "activity_indicator",
19604 "agent",
19605 "anyhow",
19606 "ashpd",
19607 "askpass",
19608 "assets",
19609 "assistant_context_editor",
19610 "assistant_settings",
19611 "assistant_tool",
19612 "assistant_tools",
19613 "async-watch",
19614 "audio",
19615 "auto_update",
19616 "auto_update_ui",
19617 "backtrace",
19618 "breadcrumbs",
19619 "call",
19620 "channel",
19621 "chrono",
19622 "clap",
19623 "cli",
19624 "client",
19625 "collab_ui",
19626 "collections",
19627 "command_palette",
19628 "component",
19629 "copilot",
19630 "dap",
19631 "dap_adapters",
19632 "db",
19633 "debugger_tools",
19634 "debugger_ui",
19635 "diagnostics",
19636 "editor",
19637 "env_logger 0.11.8",
19638 "extension",
19639 "extension_host",
19640 "extensions_ui",
19641 "feature_flags",
19642 "feedback",
19643 "file_finder",
19644 "fs",
19645 "futures 0.3.31",
19646 "git",
19647 "git_hosting_providers",
19648 "git_ui",
19649 "go_to_line",
19650 "gpui",
19651 "gpui_tokio",
19652 "http_client",
19653 "image_viewer",
19654 "indoc",
19655 "inline_completion_button",
19656 "install_cli",
19657 "jj_ui",
19658 "journal",
19659 "language",
19660 "language_extension",
19661 "language_model",
19662 "language_models",
19663 "language_selector",
19664 "language_tools",
19665 "languages",
19666 "libc",
19667 "log",
19668 "markdown",
19669 "markdown_preview",
19670 "menu",
19671 "migrator",
19672 "mimalloc",
19673 "nix 0.29.0",
19674 "node_runtime",
19675 "notifications",
19676 "outline",
19677 "outline_panel",
19678 "parking_lot",
19679 "paths",
19680 "picker",
19681 "profiling",
19682 "project",
19683 "project_panel",
19684 "project_symbols",
19685 "prompt_store",
19686 "proto",
19687 "recent_projects",
19688 "release_channel",
19689 "remote",
19690 "repl",
19691 "reqwest_client",
19692 "rope",
19693 "search",
19694 "serde",
19695 "serde_json",
19696 "session",
19697 "settings",
19698 "settings_ui",
19699 "shellexpand 2.1.2",
19700 "smol",
19701 "snippet_provider",
19702 "snippets_ui",
19703 "supermaven",
19704 "sysinfo",
19705 "tab_switcher",
19706 "task",
19707 "tasks_ui",
19708 "telemetry",
19709 "telemetry_events",
19710 "terminal_view",
19711 "theme",
19712 "theme_extension",
19713 "theme_selector",
19714 "time",
19715 "title_bar",
19716 "toolchain_selector",
19717 "tree-sitter-md",
19718 "tree-sitter-rust",
19719 "ui",
19720 "ui_input",
19721 "ui_prompt",
19722 "url",
19723 "urlencoding",
19724 "util",
19725 "uuid",
19726 "vim",
19727 "vim_mode_setting",
19728 "web_search",
19729 "web_search_providers",
19730 "welcome",
19731 "windows 0.61.1",
19732 "winresource",
19733 "workspace",
19734 "workspace-hack",
19735 "zed_actions",
19736 "zeta",
19737 "zlog",
19738 "zlog_settings",
19739]
19740
19741[[package]]
19742name = "zed_actions"
19743version = "0.1.0"
19744dependencies = [
19745 "gpui",
19746 "schemars",
19747 "serde",
19748 "uuid",
19749 "workspace-hack",
19750]
19751
19752[[package]]
19753name = "zed_emmet"
19754version = "0.0.3"
19755dependencies = [
19756 "zed_extension_api 0.1.0",
19757]
19758
19759[[package]]
19760name = "zed_extension_api"
19761version = "0.1.0"
19762source = "registry+https://github.com/rust-lang/crates.io-index"
19763checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19764dependencies = [
19765 "serde",
19766 "serde_json",
19767 "wit-bindgen 0.22.0",
19768]
19769
19770[[package]]
19771name = "zed_extension_api"
19772version = "0.6.0"
19773dependencies = [
19774 "serde",
19775 "serde_json",
19776 "wit-bindgen 0.41.0",
19777]
19778
19779[[package]]
19780name = "zed_glsl"
19781version = "0.1.0"
19782dependencies = [
19783 "zed_extension_api 0.1.0",
19784]
19785
19786[[package]]
19787name = "zed_html"
19788version = "0.2.1"
19789dependencies = [
19790 "zed_extension_api 0.1.0",
19791]
19792
19793[[package]]
19794name = "zed_llm_client"
19795version = "0.8.1"
19796source = "registry+https://github.com/rust-lang/crates.io-index"
19797checksum = "16d993fc42f9ec43ab76fa46c6eb579a66e116bb08cd2bc9a67f3afcaa05d39d"
19798dependencies = [
19799 "anyhow",
19800 "serde",
19801 "serde_json",
19802 "strum 0.27.1",
19803 "uuid",
19804]
19805
19806[[package]]
19807name = "zed_proto"
19808version = "0.2.2"
19809dependencies = [
19810 "zed_extension_api 0.1.0",
19811]
19812
19813[[package]]
19814name = "zed_ruff"
19815version = "0.1.0"
19816dependencies = [
19817 "zed_extension_api 0.1.0",
19818]
19819
19820[[package]]
19821name = "zed_snippets"
19822version = "0.0.5"
19823dependencies = [
19824 "serde_json",
19825 "zed_extension_api 0.1.0",
19826]
19827
19828[[package]]
19829name = "zed_test_extension"
19830version = "0.1.0"
19831dependencies = [
19832 "zed_extension_api 0.6.0",
19833]
19834
19835[[package]]
19836name = "zed_toml"
19837version = "0.1.3"
19838dependencies = [
19839 "zed_extension_api 0.1.0",
19840]
19841
19842[[package]]
19843name = "zeno"
19844version = "0.3.2"
19845source = "registry+https://github.com/rust-lang/crates.io-index"
19846checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19847
19848[[package]]
19849name = "zerocopy"
19850version = "0.7.35"
19851source = "registry+https://github.com/rust-lang/crates.io-index"
19852checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19853dependencies = [
19854 "zerocopy-derive 0.7.35",
19855]
19856
19857[[package]]
19858name = "zerocopy"
19859version = "0.8.24"
19860source = "registry+https://github.com/rust-lang/crates.io-index"
19861checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19862dependencies = [
19863 "zerocopy-derive 0.8.24",
19864]
19865
19866[[package]]
19867name = "zerocopy-derive"
19868version = "0.7.35"
19869source = "registry+https://github.com/rust-lang/crates.io-index"
19870checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19871dependencies = [
19872 "proc-macro2",
19873 "quote",
19874 "syn 2.0.101",
19875]
19876
19877[[package]]
19878name = "zerocopy-derive"
19879version = "0.8.24"
19880source = "registry+https://github.com/rust-lang/crates.io-index"
19881checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19882dependencies = [
19883 "proc-macro2",
19884 "quote",
19885 "syn 2.0.101",
19886]
19887
19888[[package]]
19889name = "zerofrom"
19890version = "0.1.6"
19891source = "registry+https://github.com/rust-lang/crates.io-index"
19892checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19893dependencies = [
19894 "zerofrom-derive",
19895]
19896
19897[[package]]
19898name = "zerofrom-derive"
19899version = "0.1.6"
19900source = "registry+https://github.com/rust-lang/crates.io-index"
19901checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19902dependencies = [
19903 "proc-macro2",
19904 "quote",
19905 "syn 2.0.101",
19906 "synstructure",
19907]
19908
19909[[package]]
19910name = "zeroize"
19911version = "1.8.1"
19912source = "registry+https://github.com/rust-lang/crates.io-index"
19913checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19914dependencies = [
19915 "zeroize_derive",
19916]
19917
19918[[package]]
19919name = "zeroize_derive"
19920version = "1.4.2"
19921source = "registry+https://github.com/rust-lang/crates.io-index"
19922checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19923dependencies = [
19924 "proc-macro2",
19925 "quote",
19926 "syn 2.0.101",
19927]
19928
19929[[package]]
19930name = "zeromq"
19931version = "0.5.0-pre"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19934dependencies = [
19935 "async-dispatcher",
19936 "async-std",
19937 "async-trait",
19938 "asynchronous-codec",
19939 "bytes 1.10.1",
19940 "crossbeam-queue",
19941 "dashmap 5.5.3",
19942 "futures 0.3.31",
19943 "log",
19944 "num-traits",
19945 "once_cell",
19946 "parking_lot",
19947 "rand 0.8.5",
19948 "regex",
19949 "thiserror 1.0.69",
19950 "uuid",
19951]
19952
19953[[package]]
19954name = "zerovec"
19955version = "0.10.4"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
19958dependencies = [
19959 "yoke",
19960 "zerofrom",
19961 "zerovec-derive",
19962]
19963
19964[[package]]
19965name = "zerovec-derive"
19966version = "0.10.3"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
19969dependencies = [
19970 "proc-macro2",
19971 "quote",
19972 "syn 2.0.101",
19973]
19974
19975[[package]]
19976name = "zeta"
19977version = "0.1.0"
19978dependencies = [
19979 "anyhow",
19980 "arrayvec",
19981 "call",
19982 "client",
19983 "clock",
19984 "collections",
19985 "command_palette_hooks",
19986 "ctor",
19987 "db",
19988 "editor",
19989 "env_logger 0.11.8",
19990 "feature_flags",
19991 "fs",
19992 "futures 0.3.31",
19993 "gpui",
19994 "http_client",
19995 "indoc",
19996 "inline_completion",
19997 "language",
19998 "language_model",
19999 "log",
20000 "menu",
20001 "migrator",
20002 "paths",
20003 "postage",
20004 "project",
20005 "proto",
20006 "regex",
20007 "release_channel",
20008 "reqwest_client",
20009 "rpc",
20010 "serde",
20011 "serde_json",
20012 "settings",
20013 "telemetry",
20014 "telemetry_events",
20015 "theme",
20016 "thiserror 2.0.12",
20017 "tree-sitter-go",
20018 "tree-sitter-rust",
20019 "ui",
20020 "unindent",
20021 "util",
20022 "uuid",
20023 "workspace",
20024 "workspace-hack",
20025 "worktree",
20026 "zed_actions",
20027 "zed_llm_client",
20028]
20029
20030[[package]]
20031name = "zip"
20032version = "0.6.6"
20033source = "registry+https://github.com/rust-lang/crates.io-index"
20034checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20035dependencies = [
20036 "aes",
20037 "byteorder",
20038 "bzip2",
20039 "constant_time_eq 0.1.5",
20040 "crc32fast",
20041 "crossbeam-utils",
20042 "flate2",
20043 "hmac",
20044 "pbkdf2 0.11.0",
20045 "sha1",
20046 "time",
20047 "zstd",
20048]
20049
20050[[package]]
20051name = "zlib-rs"
20052version = "0.5.0"
20053source = "registry+https://github.com/rust-lang/crates.io-index"
20054checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20055
20056[[package]]
20057name = "zlog"
20058version = "0.1.0"
20059dependencies = [
20060 "anyhow",
20061 "chrono",
20062 "log",
20063 "tempfile",
20064 "workspace-hack",
20065]
20066
20067[[package]]
20068name = "zlog_settings"
20069version = "0.1.0"
20070dependencies = [
20071 "anyhow",
20072 "gpui",
20073 "schemars",
20074 "serde",
20075 "settings",
20076 "workspace-hack",
20077 "zlog",
20078]
20079
20080[[package]]
20081name = "zstd"
20082version = "0.11.2+zstd.1.5.2"
20083source = "registry+https://github.com/rust-lang/crates.io-index"
20084checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20085dependencies = [
20086 "zstd-safe",
20087]
20088
20089[[package]]
20090name = "zstd-safe"
20091version = "5.0.2+zstd.1.5.2"
20092source = "registry+https://github.com/rust-lang/crates.io-index"
20093checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20094dependencies = [
20095 "libc",
20096 "zstd-sys",
20097]
20098
20099[[package]]
20100name = "zstd-sys"
20101version = "2.0.15+zstd.1.5.7"
20102source = "registry+https://github.com/rust-lang/crates.io-index"
20103checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20104dependencies = [
20105 "cc",
20106 "pkg-config",
20107]
20108
20109[[package]]
20110name = "zune-core"
20111version = "0.4.12"
20112source = "registry+https://github.com/rust-lang/crates.io-index"
20113checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20114
20115[[package]]
20116name = "zune-inflate"
20117version = "0.2.54"
20118source = "registry+https://github.com/rust-lang/crates.io-index"
20119checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20120dependencies = [
20121 "simd-adler32",
20122]
20123
20124[[package]]
20125name = "zune-jpeg"
20126version = "0.4.14"
20127source = "registry+https://github.com/rust-lang/crates.io-index"
20128checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20129dependencies = [
20130 "zune-core",
20131]
20132
20133[[package]]
20134name = "zvariant"
20135version = "5.4.0"
20136source = "registry+https://github.com/rust-lang/crates.io-index"
20137checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20138dependencies = [
20139 "endi",
20140 "enumflags2",
20141 "serde",
20142 "static_assertions",
20143 "url",
20144 "winnow",
20145 "zvariant_derive",
20146 "zvariant_utils",
20147]
20148
20149[[package]]
20150name = "zvariant_derive"
20151version = "5.4.0"
20152source = "registry+https://github.com/rust-lang/crates.io-index"
20153checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20154dependencies = [
20155 "proc-macro-crate",
20156 "proc-macro2",
20157 "quote",
20158 "syn 2.0.101",
20159 "zvariant_utils",
20160]
20161
20162[[package]]
20163name = "zvariant_utils"
20164version = "3.2.0"
20165source = "registry+https://github.com/rust-lang/crates.io-index"
20166checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20167dependencies = [
20168 "proc-macro2",
20169 "quote",
20170 "serde",
20171 "static_assertions",
20172 "syn 2.0.101",
20173 "winnow",
20174]