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-rust",
 4706 "tree-sitter-typescript",
 4707 "ui",
 4708 "unicode-script",
 4709 "unicode-segmentation",
 4710 "unindent",
 4711 "url",
 4712 "util",
 4713 "uuid",
 4714 "workspace",
 4715 "workspace-hack",
 4716 "zed_actions",
 4717]
 4718
 4719[[package]]
 4720name = "either"
 4721version = "1.15.0"
 4722source = "registry+https://github.com/rust-lang/crates.io-index"
 4723checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4724dependencies = [
 4725 "serde",
 4726]
 4727
 4728[[package]]
 4729name = "elasticlunr-rs"
 4730version = "3.0.2"
 4731source = "registry+https://github.com/rust-lang/crates.io-index"
 4732checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4733dependencies = [
 4734 "regex",
 4735 "serde",
 4736 "serde_derive",
 4737 "serde_json",
 4738]
 4739
 4740[[package]]
 4741name = "elliptic-curve"
 4742version = "0.12.3"
 4743source = "registry+https://github.com/rust-lang/crates.io-index"
 4744checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4745dependencies = [
 4746 "base16ct",
 4747 "crypto-bigint 0.4.9",
 4748 "der 0.6.1",
 4749 "digest",
 4750 "ff",
 4751 "generic-array",
 4752 "group",
 4753 "pkcs8 0.9.0",
 4754 "rand_core 0.6.4",
 4755 "sec1",
 4756 "subtle",
 4757 "zeroize",
 4758]
 4759
 4760[[package]]
 4761name = "email_address"
 4762version = "0.2.9"
 4763source = "registry+https://github.com/rust-lang/crates.io-index"
 4764checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4765dependencies = [
 4766 "serde",
 4767]
 4768
 4769[[package]]
 4770name = "embed-resource"
 4771version = "3.0.2"
 4772source = "registry+https://github.com/rust-lang/crates.io-index"
 4773checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4774dependencies = [
 4775 "cc",
 4776 "memchr",
 4777 "rustc_version",
 4778 "toml 0.8.20",
 4779 "vswhom",
 4780 "winreg 0.52.0",
 4781]
 4782
 4783[[package]]
 4784name = "embedded-io"
 4785version = "0.4.0"
 4786source = "registry+https://github.com/rust-lang/crates.io-index"
 4787checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4788
 4789[[package]]
 4790name = "embedded-io"
 4791version = "0.6.1"
 4792source = "registry+https://github.com/rust-lang/crates.io-index"
 4793checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4794
 4795[[package]]
 4796name = "emojis"
 4797version = "0.6.4"
 4798source = "registry+https://github.com/rust-lang/crates.io-index"
 4799checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4800dependencies = [
 4801 "phf",
 4802]
 4803
 4804[[package]]
 4805name = "encode_unicode"
 4806version = "1.0.0"
 4807source = "registry+https://github.com/rust-lang/crates.io-index"
 4808checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4809
 4810[[package]]
 4811name = "encoding_rs"
 4812version = "0.8.35"
 4813source = "registry+https://github.com/rust-lang/crates.io-index"
 4814checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4815dependencies = [
 4816 "cfg-if",
 4817]
 4818
 4819[[package]]
 4820name = "endi"
 4821version = "1.1.0"
 4822source = "registry+https://github.com/rust-lang/crates.io-index"
 4823checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4824
 4825[[package]]
 4826name = "enumflags2"
 4827version = "0.7.11"
 4828source = "registry+https://github.com/rust-lang/crates.io-index"
 4829checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4830dependencies = [
 4831 "enumflags2_derive",
 4832 "serde",
 4833]
 4834
 4835[[package]]
 4836name = "enumflags2_derive"
 4837version = "0.7.11"
 4838source = "registry+https://github.com/rust-lang/crates.io-index"
 4839checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4840dependencies = [
 4841 "proc-macro2",
 4842 "quote",
 4843 "syn 2.0.101",
 4844]
 4845
 4846[[package]]
 4847name = "env_filter"
 4848version = "0.1.3"
 4849source = "registry+https://github.com/rust-lang/crates.io-index"
 4850checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4851dependencies = [
 4852 "log",
 4853 "regex",
 4854]
 4855
 4856[[package]]
 4857name = "env_logger"
 4858version = "0.10.2"
 4859source = "registry+https://github.com/rust-lang/crates.io-index"
 4860checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4861dependencies = [
 4862 "humantime",
 4863 "is-terminal",
 4864 "log",
 4865 "regex",
 4866 "termcolor",
 4867]
 4868
 4869[[package]]
 4870name = "env_logger"
 4871version = "0.11.8"
 4872source = "registry+https://github.com/rust-lang/crates.io-index"
 4873checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4874dependencies = [
 4875 "anstream",
 4876 "anstyle",
 4877 "env_filter",
 4878 "jiff",
 4879 "log",
 4880]
 4881
 4882[[package]]
 4883name = "envy"
 4884version = "0.4.2"
 4885source = "registry+https://github.com/rust-lang/crates.io-index"
 4886checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4887dependencies = [
 4888 "serde",
 4889]
 4890
 4891[[package]]
 4892name = "equivalent"
 4893version = "1.0.2"
 4894source = "registry+https://github.com/rust-lang/crates.io-index"
 4895checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4896
 4897[[package]]
 4898name = "erased-serde"
 4899version = "0.4.6"
 4900source = "registry+https://github.com/rust-lang/crates.io-index"
 4901checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4902dependencies = [
 4903 "serde",
 4904 "typeid",
 4905]
 4906
 4907[[package]]
 4908name = "errno"
 4909version = "0.2.8"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4912dependencies = [
 4913 "errno-dragonfly",
 4914 "libc",
 4915 "winapi",
 4916]
 4917
 4918[[package]]
 4919name = "errno"
 4920version = "0.3.11"
 4921source = "registry+https://github.com/rust-lang/crates.io-index"
 4922checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4923dependencies = [
 4924 "libc",
 4925 "windows-sys 0.59.0",
 4926]
 4927
 4928[[package]]
 4929name = "errno-dragonfly"
 4930version = "0.1.2"
 4931source = "registry+https://github.com/rust-lang/crates.io-index"
 4932checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4933dependencies = [
 4934 "cc",
 4935 "libc",
 4936]
 4937
 4938[[package]]
 4939name = "etagere"
 4940version = "0.2.15"
 4941source = "registry+https://github.com/rust-lang/crates.io-index"
 4942checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4943dependencies = [
 4944 "euclid",
 4945 "svg_fmt",
 4946]
 4947
 4948[[package]]
 4949name = "etcetera"
 4950version = "0.8.0"
 4951source = "registry+https://github.com/rust-lang/crates.io-index"
 4952checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4953dependencies = [
 4954 "cfg-if",
 4955 "home",
 4956 "windows-sys 0.48.0",
 4957]
 4958
 4959[[package]]
 4960name = "euclid"
 4961version = "0.22.11"
 4962source = "registry+https://github.com/rust-lang/crates.io-index"
 4963checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4964dependencies = [
 4965 "num-traits",
 4966]
 4967
 4968[[package]]
 4969name = "eval"
 4970version = "0.1.0"
 4971dependencies = [
 4972 "agent",
 4973 "anyhow",
 4974 "assistant_settings",
 4975 "assistant_tool",
 4976 "assistant_tools",
 4977 "async-trait",
 4978 "async-watch",
 4979 "buffer_diff",
 4980 "chrono",
 4981 "clap",
 4982 "client",
 4983 "collections",
 4984 "dirs 4.0.0",
 4985 "dotenv",
 4986 "env_logger 0.11.8",
 4987 "extension",
 4988 "fs",
 4989 "futures 0.3.31",
 4990 "gpui",
 4991 "gpui_tokio",
 4992 "handlebars 4.5.0",
 4993 "language",
 4994 "language_extension",
 4995 "language_model",
 4996 "language_models",
 4997 "languages",
 4998 "markdown",
 4999 "node_runtime",
 5000 "pathdiff",
 5001 "paths",
 5002 "pretty_assertions",
 5003 "project",
 5004 "prompt_store",
 5005 "regex",
 5006 "release_channel",
 5007 "reqwest_client",
 5008 "serde",
 5009 "serde_json",
 5010 "settings",
 5011 "shellexpand 2.1.2",
 5012 "smol",
 5013 "telemetry",
 5014 "toml 0.8.20",
 5015 "unindent",
 5016 "util",
 5017 "uuid",
 5018 "workspace-hack",
 5019]
 5020
 5021[[package]]
 5022name = "event-listener"
 5023version = "2.5.3"
 5024source = "registry+https://github.com/rust-lang/crates.io-index"
 5025checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5026
 5027[[package]]
 5028name = "event-listener"
 5029version = "5.4.0"
 5030source = "registry+https://github.com/rust-lang/crates.io-index"
 5031checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5032dependencies = [
 5033 "concurrent-queue",
 5034 "parking",
 5035 "pin-project-lite",
 5036]
 5037
 5038[[package]]
 5039name = "event-listener-strategy"
 5040version = "0.5.4"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5043dependencies = [
 5044 "event-listener 5.4.0",
 5045 "pin-project-lite",
 5046]
 5047
 5048[[package]]
 5049name = "exec"
 5050version = "0.3.1"
 5051source = "registry+https://github.com/rust-lang/crates.io-index"
 5052checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5053dependencies = [
 5054 "errno 0.2.8",
 5055 "libc",
 5056]
 5057
 5058[[package]]
 5059name = "exr"
 5060version = "1.73.0"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5063dependencies = [
 5064 "bit_field",
 5065 "half",
 5066 "lebe",
 5067 "miniz_oxide",
 5068 "rayon-core",
 5069 "smallvec",
 5070 "zune-inflate",
 5071]
 5072
 5073[[package]]
 5074name = "extension"
 5075version = "0.1.0"
 5076dependencies = [
 5077 "anyhow",
 5078 "async-compression",
 5079 "async-tar",
 5080 "async-trait",
 5081 "collections",
 5082 "dap",
 5083 "fs",
 5084 "futures 0.3.31",
 5085 "gpui",
 5086 "heck 0.5.0",
 5087 "http_client",
 5088 "language",
 5089 "log",
 5090 "lsp",
 5091 "parking_lot",
 5092 "semantic_version",
 5093 "serde",
 5094 "serde_json",
 5095 "task",
 5096 "toml 0.8.20",
 5097 "util",
 5098 "wasi-preview1-component-adapter-provider",
 5099 "wasm-encoder 0.221.3",
 5100 "wasmparser 0.221.3",
 5101 "wit-component 0.221.3",
 5102 "workspace-hack",
 5103]
 5104
 5105[[package]]
 5106name = "extension_cli"
 5107version = "0.1.0"
 5108dependencies = [
 5109 "anyhow",
 5110 "clap",
 5111 "env_logger 0.11.8",
 5112 "extension",
 5113 "fs",
 5114 "gpui",
 5115 "language",
 5116 "log",
 5117 "reqwest_client",
 5118 "rpc",
 5119 "serde",
 5120 "serde_json",
 5121 "theme",
 5122 "tokio",
 5123 "toml 0.8.20",
 5124 "tree-sitter",
 5125 "wasmtime",
 5126 "workspace-hack",
 5127]
 5128
 5129[[package]]
 5130name = "extension_host"
 5131version = "0.1.0"
 5132dependencies = [
 5133 "anyhow",
 5134 "async-compression",
 5135 "async-tar",
 5136 "async-trait",
 5137 "client",
 5138 "collections",
 5139 "ctor",
 5140 "dap",
 5141 "env_logger 0.11.8",
 5142 "extension",
 5143 "fs",
 5144 "futures 0.3.31",
 5145 "gpui",
 5146 "http_client",
 5147 "language",
 5148 "language_extension",
 5149 "log",
 5150 "lsp",
 5151 "node_runtime",
 5152 "parking_lot",
 5153 "paths",
 5154 "project",
 5155 "release_channel",
 5156 "remote",
 5157 "reqwest_client",
 5158 "schemars",
 5159 "semantic_version",
 5160 "serde",
 5161 "serde_json",
 5162 "serde_json_lenient",
 5163 "settings",
 5164 "task",
 5165 "telemetry",
 5166 "tempfile",
 5167 "theme",
 5168 "theme_extension",
 5169 "toml 0.8.20",
 5170 "url",
 5171 "util",
 5172 "wasmparser 0.221.3",
 5173 "wasmtime",
 5174 "wasmtime-wasi",
 5175 "workspace-hack",
 5176]
 5177
 5178[[package]]
 5179name = "extensions_ui"
 5180version = "0.1.0"
 5181dependencies = [
 5182 "anyhow",
 5183 "client",
 5184 "collections",
 5185 "db",
 5186 "editor",
 5187 "extension",
 5188 "extension_host",
 5189 "fs",
 5190 "fuzzy",
 5191 "gpui",
 5192 "language",
 5193 "log",
 5194 "num-format",
 5195 "picker",
 5196 "project",
 5197 "release_channel",
 5198 "semantic_version",
 5199 "serde",
 5200 "settings",
 5201 "smallvec",
 5202 "strum 0.27.1",
 5203 "telemetry",
 5204 "theme",
 5205 "ui",
 5206 "util",
 5207 "vim_mode_setting",
 5208 "workspace",
 5209 "workspace-hack",
 5210 "zed_actions",
 5211]
 5212
 5213[[package]]
 5214name = "fallible-iterator"
 5215version = "0.3.0"
 5216source = "registry+https://github.com/rust-lang/crates.io-index"
 5217checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5218
 5219[[package]]
 5220name = "fancy-regex"
 5221version = "0.13.0"
 5222source = "registry+https://github.com/rust-lang/crates.io-index"
 5223checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5224dependencies = [
 5225 "bit-set 0.5.3",
 5226 "regex-automata 0.4.9",
 5227 "regex-syntax 0.8.5",
 5228]
 5229
 5230[[package]]
 5231name = "fancy-regex"
 5232version = "0.14.0"
 5233source = "registry+https://github.com/rust-lang/crates.io-index"
 5234checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5235dependencies = [
 5236 "bit-set 0.8.0",
 5237 "regex-automata 0.4.9",
 5238 "regex-syntax 0.8.5",
 5239]
 5240
 5241[[package]]
 5242name = "fast-srgb8"
 5243version = "1.0.0"
 5244source = "registry+https://github.com/rust-lang/crates.io-index"
 5245checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5246
 5247[[package]]
 5248name = "faster-hex"
 5249version = "0.9.0"
 5250source = "registry+https://github.com/rust-lang/crates.io-index"
 5251checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5252dependencies = [
 5253 "serde",
 5254]
 5255
 5256[[package]]
 5257name = "faster-hex"
 5258version = "0.10.0"
 5259source = "registry+https://github.com/rust-lang/crates.io-index"
 5260checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5261dependencies = [
 5262 "heapless",
 5263 "serde",
 5264]
 5265
 5266[[package]]
 5267name = "fastrand"
 5268version = "1.9.0"
 5269source = "registry+https://github.com/rust-lang/crates.io-index"
 5270checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5271dependencies = [
 5272 "instant",
 5273]
 5274
 5275[[package]]
 5276name = "fastrand"
 5277version = "2.3.0"
 5278source = "registry+https://github.com/rust-lang/crates.io-index"
 5279checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5280
 5281[[package]]
 5282name = "fd-lock"
 5283version = "4.0.4"
 5284source = "registry+https://github.com/rust-lang/crates.io-index"
 5285checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5286dependencies = [
 5287 "cfg-if",
 5288 "rustix 1.0.7",
 5289 "windows-sys 0.59.0",
 5290]
 5291
 5292[[package]]
 5293name = "fdeflate"
 5294version = "0.3.7"
 5295source = "registry+https://github.com/rust-lang/crates.io-index"
 5296checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5297dependencies = [
 5298 "simd-adler32",
 5299]
 5300
 5301[[package]]
 5302name = "feature_flags"
 5303version = "0.1.0"
 5304dependencies = [
 5305 "futures 0.3.31",
 5306 "gpui",
 5307 "smol",
 5308 "workspace-hack",
 5309]
 5310
 5311[[package]]
 5312name = "feedback"
 5313version = "0.1.0"
 5314dependencies = [
 5315 "client",
 5316 "editor",
 5317 "gpui",
 5318 "human_bytes",
 5319 "menu",
 5320 "release_channel",
 5321 "serde",
 5322 "sysinfo",
 5323 "ui",
 5324 "urlencoding",
 5325 "util",
 5326 "workspace",
 5327 "workspace-hack",
 5328 "zed_actions",
 5329]
 5330
 5331[[package]]
 5332name = "ff"
 5333version = "0.12.1"
 5334source = "registry+https://github.com/rust-lang/crates.io-index"
 5335checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5336dependencies = [
 5337 "rand_core 0.6.4",
 5338 "subtle",
 5339]
 5340
 5341[[package]]
 5342name = "file_finder"
 5343version = "0.1.0"
 5344dependencies = [
 5345 "anyhow",
 5346 "collections",
 5347 "ctor",
 5348 "editor",
 5349 "env_logger 0.11.8",
 5350 "file_icons",
 5351 "futures 0.3.31",
 5352 "fuzzy",
 5353 "gpui",
 5354 "language",
 5355 "menu",
 5356 "picker",
 5357 "project",
 5358 "schemars",
 5359 "serde",
 5360 "serde_derive",
 5361 "serde_json",
 5362 "settings",
 5363 "text",
 5364 "theme",
 5365 "ui",
 5366 "util",
 5367 "workspace",
 5368 "workspace-hack",
 5369]
 5370
 5371[[package]]
 5372name = "file_icons"
 5373version = "0.1.0"
 5374dependencies = [
 5375 "gpui",
 5376 "serde",
 5377 "settings",
 5378 "theme",
 5379 "util",
 5380 "workspace-hack",
 5381]
 5382
 5383[[package]]
 5384name = "filedescriptor"
 5385version = "0.8.3"
 5386source = "registry+https://github.com/rust-lang/crates.io-index"
 5387checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5388dependencies = [
 5389 "libc",
 5390 "thiserror 1.0.69",
 5391 "winapi",
 5392]
 5393
 5394[[package]]
 5395name = "filetime"
 5396version = "0.2.25"
 5397source = "registry+https://github.com/rust-lang/crates.io-index"
 5398checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5399dependencies = [
 5400 "cfg-if",
 5401 "libc",
 5402 "libredox",
 5403 "windows-sys 0.59.0",
 5404]
 5405
 5406[[package]]
 5407name = "fixedbitset"
 5408version = "0.4.2"
 5409source = "registry+https://github.com/rust-lang/crates.io-index"
 5410checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5411
 5412[[package]]
 5413name = "flate2"
 5414version = "1.1.1"
 5415source = "registry+https://github.com/rust-lang/crates.io-index"
 5416checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5417dependencies = [
 5418 "crc32fast",
 5419 "libz-rs-sys",
 5420 "miniz_oxide",
 5421]
 5422
 5423[[package]]
 5424name = "float-cmp"
 5425version = "0.9.0"
 5426source = "registry+https://github.com/rust-lang/crates.io-index"
 5427checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5428
 5429[[package]]
 5430name = "float-ord"
 5431version = "0.3.2"
 5432source = "registry+https://github.com/rust-lang/crates.io-index"
 5433checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5434
 5435[[package]]
 5436name = "float_next_after"
 5437version = "1.0.0"
 5438source = "registry+https://github.com/rust-lang/crates.io-index"
 5439checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5440
 5441[[package]]
 5442name = "fluent-uri"
 5443version = "0.3.2"
 5444source = "registry+https://github.com/rust-lang/crates.io-index"
 5445checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5446dependencies = [
 5447 "borrow-or-share",
 5448 "ref-cast",
 5449 "serde",
 5450]
 5451
 5452[[package]]
 5453name = "flume"
 5454version = "0.11.1"
 5455source = "registry+https://github.com/rust-lang/crates.io-index"
 5456checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5457dependencies = [
 5458 "futures-core",
 5459 "futures-sink",
 5460 "nanorand",
 5461 "spin",
 5462]
 5463
 5464[[package]]
 5465name = "fnv"
 5466version = "1.0.7"
 5467source = "registry+https://github.com/rust-lang/crates.io-index"
 5468checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5469
 5470[[package]]
 5471name = "foldhash"
 5472version = "0.1.5"
 5473source = "registry+https://github.com/rust-lang/crates.io-index"
 5474checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5475
 5476[[package]]
 5477name = "font-kit"
 5478version = "0.14.1"
 5479source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5480dependencies = [
 5481 "bitflags 2.9.0",
 5482 "byteorder",
 5483 "core-foundation 0.10.0",
 5484 "core-graphics 0.24.0",
 5485 "core-text",
 5486 "dirs 5.0.1",
 5487 "dwrote",
 5488 "float-ord",
 5489 "freetype-sys",
 5490 "lazy_static",
 5491 "libc",
 5492 "log",
 5493 "pathfinder_geometry",
 5494 "pathfinder_simd",
 5495 "walkdir",
 5496 "winapi",
 5497 "yeslogic-fontconfig-sys",
 5498]
 5499
 5500[[package]]
 5501name = "font-types"
 5502version = "0.8.4"
 5503source = "registry+https://github.com/rust-lang/crates.io-index"
 5504checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5505dependencies = [
 5506 "bytemuck",
 5507]
 5508
 5509[[package]]
 5510name = "fontconfig-parser"
 5511version = "0.5.7"
 5512source = "registry+https://github.com/rust-lang/crates.io-index"
 5513checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5514dependencies = [
 5515 "roxmltree",
 5516]
 5517
 5518[[package]]
 5519name = "fontdb"
 5520version = "0.16.2"
 5521source = "registry+https://github.com/rust-lang/crates.io-index"
 5522checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5523dependencies = [
 5524 "fontconfig-parser",
 5525 "log",
 5526 "memmap2",
 5527 "slotmap",
 5528 "tinyvec",
 5529 "ttf-parser 0.20.0",
 5530]
 5531
 5532[[package]]
 5533name = "fontdb"
 5534version = "0.23.0"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5537dependencies = [
 5538 "fontconfig-parser",
 5539 "log",
 5540 "memmap2",
 5541 "slotmap",
 5542 "tinyvec",
 5543 "ttf-parser 0.25.1",
 5544]
 5545
 5546[[package]]
 5547name = "foreign-types"
 5548version = "0.3.2"
 5549source = "registry+https://github.com/rust-lang/crates.io-index"
 5550checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5551dependencies = [
 5552 "foreign-types-shared 0.1.1",
 5553]
 5554
 5555[[package]]
 5556name = "foreign-types"
 5557version = "0.5.0"
 5558source = "registry+https://github.com/rust-lang/crates.io-index"
 5559checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5560dependencies = [
 5561 "foreign-types-macros",
 5562 "foreign-types-shared 0.3.1",
 5563]
 5564
 5565[[package]]
 5566name = "foreign-types-macros"
 5567version = "0.2.3"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5570dependencies = [
 5571 "proc-macro2",
 5572 "quote",
 5573 "syn 2.0.101",
 5574]
 5575
 5576[[package]]
 5577name = "foreign-types-shared"
 5578version = "0.1.1"
 5579source = "registry+https://github.com/rust-lang/crates.io-index"
 5580checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5581
 5582[[package]]
 5583name = "foreign-types-shared"
 5584version = "0.3.1"
 5585source = "registry+https://github.com/rust-lang/crates.io-index"
 5586checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5587
 5588[[package]]
 5589name = "fork"
 5590version = "0.2.0"
 5591source = "registry+https://github.com/rust-lang/crates.io-index"
 5592checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5593dependencies = [
 5594 "libc",
 5595]
 5596
 5597[[package]]
 5598name = "form_urlencoded"
 5599version = "1.2.1"
 5600source = "registry+https://github.com/rust-lang/crates.io-index"
 5601checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5602dependencies = [
 5603 "percent-encoding",
 5604]
 5605
 5606[[package]]
 5607name = "fraction"
 5608version = "0.15.3"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5611dependencies = [
 5612 "lazy_static",
 5613 "num",
 5614]
 5615
 5616[[package]]
 5617name = "freetype-sys"
 5618version = "0.20.1"
 5619source = "registry+https://github.com/rust-lang/crates.io-index"
 5620checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5621dependencies = [
 5622 "cc",
 5623 "libc",
 5624 "pkg-config",
 5625]
 5626
 5627[[package]]
 5628name = "fs"
 5629version = "0.1.0"
 5630dependencies = [
 5631 "anyhow",
 5632 "ashpd",
 5633 "async-tar",
 5634 "async-trait",
 5635 "cocoa 0.26.0",
 5636 "collections",
 5637 "fsevent",
 5638 "futures 0.3.31",
 5639 "git",
 5640 "gpui",
 5641 "ignore",
 5642 "libc",
 5643 "log",
 5644 "notify",
 5645 "objc",
 5646 "parking_lot",
 5647 "paths",
 5648 "proto",
 5649 "rope",
 5650 "serde",
 5651 "serde_json",
 5652 "smol",
 5653 "tempfile",
 5654 "text",
 5655 "time",
 5656 "util",
 5657 "windows 0.61.1",
 5658 "workspace-hack",
 5659]
 5660
 5661[[package]]
 5662name = "fs-set-times"
 5663version = "0.20.3"
 5664source = "registry+https://github.com/rust-lang/crates.io-index"
 5665checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5666dependencies = [
 5667 "io-lifetimes",
 5668 "rustix 1.0.7",
 5669 "windows-sys 0.59.0",
 5670]
 5671
 5672[[package]]
 5673name = "fs2"
 5674version = "0.4.3"
 5675source = "registry+https://github.com/rust-lang/crates.io-index"
 5676checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5677dependencies = [
 5678 "libc",
 5679 "winapi",
 5680]
 5681
 5682[[package]]
 5683name = "fs_extra"
 5684version = "1.3.0"
 5685source = "registry+https://github.com/rust-lang/crates.io-index"
 5686checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5687
 5688[[package]]
 5689name = "fsevent"
 5690version = "0.1.0"
 5691dependencies = [
 5692 "bitflags 2.9.0",
 5693 "core-foundation 0.10.0",
 5694 "fsevent-sys 3.1.0",
 5695 "parking_lot",
 5696 "tempfile",
 5697 "workspace-hack",
 5698]
 5699
 5700[[package]]
 5701name = "fsevent-sys"
 5702version = "3.1.0"
 5703source = "registry+https://github.com/rust-lang/crates.io-index"
 5704checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5705dependencies = [
 5706 "libc",
 5707]
 5708
 5709[[package]]
 5710name = "fsevent-sys"
 5711version = "4.1.0"
 5712source = "registry+https://github.com/rust-lang/crates.io-index"
 5713checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5714dependencies = [
 5715 "libc",
 5716]
 5717
 5718[[package]]
 5719name = "funty"
 5720version = "2.0.0"
 5721source = "registry+https://github.com/rust-lang/crates.io-index"
 5722checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5723
 5724[[package]]
 5725name = "futf"
 5726version = "0.1.5"
 5727source = "registry+https://github.com/rust-lang/crates.io-index"
 5728checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5729dependencies = [
 5730 "mac",
 5731 "new_debug_unreachable",
 5732]
 5733
 5734[[package]]
 5735name = "futures"
 5736version = "0.1.31"
 5737source = "registry+https://github.com/rust-lang/crates.io-index"
 5738checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5739
 5740[[package]]
 5741name = "futures"
 5742version = "0.3.31"
 5743source = "registry+https://github.com/rust-lang/crates.io-index"
 5744checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5745dependencies = [
 5746 "futures-channel",
 5747 "futures-core",
 5748 "futures-executor",
 5749 "futures-io",
 5750 "futures-sink",
 5751 "futures-task",
 5752 "futures-util",
 5753]
 5754
 5755[[package]]
 5756name = "futures-batch"
 5757version = "0.6.1"
 5758source = "registry+https://github.com/rust-lang/crates.io-index"
 5759checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5760dependencies = [
 5761 "futures 0.3.31",
 5762 "futures-timer",
 5763 "pin-utils",
 5764]
 5765
 5766[[package]]
 5767name = "futures-channel"
 5768version = "0.3.31"
 5769source = "registry+https://github.com/rust-lang/crates.io-index"
 5770checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5771dependencies = [
 5772 "futures-core",
 5773 "futures-sink",
 5774]
 5775
 5776[[package]]
 5777name = "futures-core"
 5778version = "0.3.31"
 5779source = "registry+https://github.com/rust-lang/crates.io-index"
 5780checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5781
 5782[[package]]
 5783name = "futures-executor"
 5784version = "0.3.31"
 5785source = "registry+https://github.com/rust-lang/crates.io-index"
 5786checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5787dependencies = [
 5788 "futures-core",
 5789 "futures-task",
 5790 "futures-util",
 5791]
 5792
 5793[[package]]
 5794name = "futures-intrusive"
 5795version = "0.5.0"
 5796source = "registry+https://github.com/rust-lang/crates.io-index"
 5797checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5798dependencies = [
 5799 "futures-core",
 5800 "lock_api",
 5801 "parking_lot",
 5802]
 5803
 5804[[package]]
 5805name = "futures-io"
 5806version = "0.3.31"
 5807source = "registry+https://github.com/rust-lang/crates.io-index"
 5808checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5809
 5810[[package]]
 5811name = "futures-lite"
 5812version = "1.13.0"
 5813source = "registry+https://github.com/rust-lang/crates.io-index"
 5814checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5815dependencies = [
 5816 "fastrand 1.9.0",
 5817 "futures-core",
 5818 "futures-io",
 5819 "memchr",
 5820 "parking",
 5821 "pin-project-lite",
 5822 "waker-fn",
 5823]
 5824
 5825[[package]]
 5826name = "futures-lite"
 5827version = "2.6.0"
 5828source = "registry+https://github.com/rust-lang/crates.io-index"
 5829checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5830dependencies = [
 5831 "fastrand 2.3.0",
 5832 "futures-core",
 5833 "futures-io",
 5834 "parking",
 5835 "pin-project-lite",
 5836]
 5837
 5838[[package]]
 5839name = "futures-macro"
 5840version = "0.3.31"
 5841source = "registry+https://github.com/rust-lang/crates.io-index"
 5842checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5843dependencies = [
 5844 "proc-macro2",
 5845 "quote",
 5846 "syn 2.0.101",
 5847]
 5848
 5849[[package]]
 5850name = "futures-sink"
 5851version = "0.3.31"
 5852source = "registry+https://github.com/rust-lang/crates.io-index"
 5853checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5854
 5855[[package]]
 5856name = "futures-task"
 5857version = "0.3.31"
 5858source = "registry+https://github.com/rust-lang/crates.io-index"
 5859checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5860
 5861[[package]]
 5862name = "futures-timer"
 5863version = "3.0.3"
 5864source = "registry+https://github.com/rust-lang/crates.io-index"
 5865checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5866
 5867[[package]]
 5868name = "futures-util"
 5869version = "0.3.31"
 5870source = "registry+https://github.com/rust-lang/crates.io-index"
 5871checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5872dependencies = [
 5873 "futures 0.1.31",
 5874 "futures-channel",
 5875 "futures-core",
 5876 "futures-io",
 5877 "futures-macro",
 5878 "futures-sink",
 5879 "futures-task",
 5880 "memchr",
 5881 "pin-project-lite",
 5882 "pin-utils",
 5883 "slab",
 5884 "tokio-io",
 5885]
 5886
 5887[[package]]
 5888name = "fuzzy"
 5889version = "0.1.0"
 5890dependencies = [
 5891 "gpui",
 5892 "log",
 5893 "util",
 5894 "workspace-hack",
 5895]
 5896
 5897[[package]]
 5898name = "fuzzy-matcher"
 5899version = "0.3.7"
 5900source = "registry+https://github.com/rust-lang/crates.io-index"
 5901checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5902dependencies = [
 5903 "thread_local",
 5904]
 5905
 5906[[package]]
 5907name = "generic-array"
 5908version = "0.14.7"
 5909source = "registry+https://github.com/rust-lang/crates.io-index"
 5910checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5911dependencies = [
 5912 "typenum",
 5913 "version_check",
 5914]
 5915
 5916[[package]]
 5917name = "gethostname"
 5918version = "0.4.3"
 5919source = "registry+https://github.com/rust-lang/crates.io-index"
 5920checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5921dependencies = [
 5922 "libc",
 5923 "windows-targets 0.48.5",
 5924]
 5925
 5926[[package]]
 5927name = "getrandom"
 5928version = "0.1.16"
 5929source = "registry+https://github.com/rust-lang/crates.io-index"
 5930checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5931dependencies = [
 5932 "cfg-if",
 5933 "libc",
 5934 "wasi 0.9.0+wasi-snapshot-preview1",
 5935]
 5936
 5937[[package]]
 5938name = "getrandom"
 5939version = "0.2.15"
 5940source = "registry+https://github.com/rust-lang/crates.io-index"
 5941checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5942dependencies = [
 5943 "cfg-if",
 5944 "js-sys",
 5945 "libc",
 5946 "wasi 0.11.0+wasi-snapshot-preview1",
 5947 "wasm-bindgen",
 5948]
 5949
 5950[[package]]
 5951name = "getrandom"
 5952version = "0.3.2"
 5953source = "registry+https://github.com/rust-lang/crates.io-index"
 5954checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5955dependencies = [
 5956 "cfg-if",
 5957 "js-sys",
 5958 "libc",
 5959 "r-efi",
 5960 "wasi 0.14.2+wasi-0.2.4",
 5961 "wasm-bindgen",
 5962]
 5963
 5964[[package]]
 5965name = "gif"
 5966version = "0.13.1"
 5967source = "registry+https://github.com/rust-lang/crates.io-index"
 5968checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5969dependencies = [
 5970 "color_quant",
 5971 "weezl",
 5972]
 5973
 5974[[package]]
 5975name = "gimli"
 5976version = "0.31.1"
 5977source = "registry+https://github.com/rust-lang/crates.io-index"
 5978checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5979dependencies = [
 5980 "fallible-iterator",
 5981 "indexmap",
 5982 "stable_deref_trait",
 5983]
 5984
 5985[[package]]
 5986name = "git"
 5987version = "0.1.0"
 5988dependencies = [
 5989 "anyhow",
 5990 "askpass",
 5991 "async-trait",
 5992 "collections",
 5993 "derive_more",
 5994 "futures 0.3.31",
 5995 "git2",
 5996 "gpui",
 5997 "http_client",
 5998 "log",
 5999 "parking_lot",
 6000 "pretty_assertions",
 6001 "regex",
 6002 "rope",
 6003 "schemars",
 6004 "serde",
 6005 "serde_json",
 6006 "smol",
 6007 "sum_tree",
 6008 "tempfile",
 6009 "text",
 6010 "thiserror 2.0.12",
 6011 "time",
 6012 "unindent",
 6013 "url",
 6014 "util",
 6015 "uuid",
 6016 "workspace-hack",
 6017]
 6018
 6019[[package]]
 6020name = "git2"
 6021version = "0.20.1"
 6022source = "registry+https://github.com/rust-lang/crates.io-index"
 6023checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6024dependencies = [
 6025 "bitflags 2.9.0",
 6026 "libc",
 6027 "libgit2-sys",
 6028 "log",
 6029 "url",
 6030]
 6031
 6032[[package]]
 6033name = "git_hosting_providers"
 6034version = "0.1.0"
 6035dependencies = [
 6036 "anyhow",
 6037 "async-trait",
 6038 "futures 0.3.31",
 6039 "git",
 6040 "gpui",
 6041 "http_client",
 6042 "indoc",
 6043 "pretty_assertions",
 6044 "regex",
 6045 "schemars",
 6046 "serde",
 6047 "serde_json",
 6048 "settings",
 6049 "url",
 6050 "util",
 6051 "workspace-hack",
 6052]
 6053
 6054[[package]]
 6055name = "git_ui"
 6056version = "0.1.0"
 6057dependencies = [
 6058 "anyhow",
 6059 "askpass",
 6060 "assistant_settings",
 6061 "buffer_diff",
 6062 "chrono",
 6063 "collections",
 6064 "command_palette_hooks",
 6065 "component",
 6066 "ctor",
 6067 "db",
 6068 "editor",
 6069 "env_logger 0.11.8",
 6070 "futures 0.3.31",
 6071 "fuzzy",
 6072 "git",
 6073 "gpui",
 6074 "itertools 0.14.0",
 6075 "language",
 6076 "language_model",
 6077 "linkify",
 6078 "log",
 6079 "markdown",
 6080 "menu",
 6081 "multi_buffer",
 6082 "notifications",
 6083 "panel",
 6084 "picker",
 6085 "postage",
 6086 "pretty_assertions",
 6087 "project",
 6088 "schemars",
 6089 "serde",
 6090 "serde_derive",
 6091 "serde_json",
 6092 "settings",
 6093 "strum 0.27.1",
 6094 "telemetry",
 6095 "theme",
 6096 "time",
 6097 "time_format",
 6098 "ui",
 6099 "unindent",
 6100 "util",
 6101 "windows 0.61.1",
 6102 "workspace",
 6103 "workspace-hack",
 6104 "zed_actions",
 6105]
 6106
 6107[[package]]
 6108name = "gix"
 6109version = "0.71.0"
 6110source = "registry+https://github.com/rust-lang/crates.io-index"
 6111checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6112dependencies = [
 6113 "gix-actor",
 6114 "gix-attributes",
 6115 "gix-command",
 6116 "gix-commitgraph",
 6117 "gix-config",
 6118 "gix-date",
 6119 "gix-diff",
 6120 "gix-discover",
 6121 "gix-features 0.41.1",
 6122 "gix-filter",
 6123 "gix-fs 0.14.0",
 6124 "gix-glob",
 6125 "gix-hash 0.17.0",
 6126 "gix-hashtable",
 6127 "gix-ignore",
 6128 "gix-index",
 6129 "gix-lock",
 6130 "gix-object",
 6131 "gix-odb",
 6132 "gix-pack",
 6133 "gix-path",
 6134 "gix-pathspec",
 6135 "gix-protocol",
 6136 "gix-ref",
 6137 "gix-refspec",
 6138 "gix-revision",
 6139 "gix-revwalk",
 6140 "gix-sec",
 6141 "gix-shallow",
 6142 "gix-submodule",
 6143 "gix-tempfile",
 6144 "gix-trace",
 6145 "gix-traverse",
 6146 "gix-url",
 6147 "gix-utils 0.2.0",
 6148 "gix-validate 0.9.4",
 6149 "gix-worktree",
 6150 "once_cell",
 6151 "smallvec",
 6152 "thiserror 2.0.12",
 6153]
 6154
 6155[[package]]
 6156name = "gix-actor"
 6157version = "0.34.0"
 6158source = "registry+https://github.com/rust-lang/crates.io-index"
 6159checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6160dependencies = [
 6161 "bstr",
 6162 "gix-date",
 6163 "gix-utils 0.2.0",
 6164 "itoa",
 6165 "thiserror 2.0.12",
 6166 "winnow",
 6167]
 6168
 6169[[package]]
 6170name = "gix-attributes"
 6171version = "0.25.0"
 6172source = "registry+https://github.com/rust-lang/crates.io-index"
 6173checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6174dependencies = [
 6175 "bstr",
 6176 "gix-glob",
 6177 "gix-path",
 6178 "gix-quote",
 6179 "gix-trace",
 6180 "kstring",
 6181 "smallvec",
 6182 "thiserror 2.0.12",
 6183 "unicode-bom",
 6184]
 6185
 6186[[package]]
 6187name = "gix-bitmap"
 6188version = "0.2.14"
 6189source = "registry+https://github.com/rust-lang/crates.io-index"
 6190checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6191dependencies = [
 6192 "thiserror 2.0.12",
 6193]
 6194
 6195[[package]]
 6196name = "gix-chunk"
 6197version = "0.4.11"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6200dependencies = [
 6201 "thiserror 2.0.12",
 6202]
 6203
 6204[[package]]
 6205name = "gix-command"
 6206version = "0.5.0"
 6207source = "registry+https://github.com/rust-lang/crates.io-index"
 6208checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6209dependencies = [
 6210 "bstr",
 6211 "gix-path",
 6212 "gix-quote",
 6213 "gix-trace",
 6214 "shell-words",
 6215]
 6216
 6217[[package]]
 6218name = "gix-commitgraph"
 6219version = "0.27.0"
 6220source = "registry+https://github.com/rust-lang/crates.io-index"
 6221checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6222dependencies = [
 6223 "bstr",
 6224 "gix-chunk",
 6225 "gix-hash 0.17.0",
 6226 "memmap2",
 6227 "thiserror 2.0.12",
 6228]
 6229
 6230[[package]]
 6231name = "gix-config"
 6232version = "0.44.0"
 6233source = "registry+https://github.com/rust-lang/crates.io-index"
 6234checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6235dependencies = [
 6236 "bstr",
 6237 "gix-config-value",
 6238 "gix-features 0.41.1",
 6239 "gix-glob",
 6240 "gix-path",
 6241 "gix-ref",
 6242 "gix-sec",
 6243 "memchr",
 6244 "once_cell",
 6245 "smallvec",
 6246 "thiserror 2.0.12",
 6247 "unicode-bom",
 6248 "winnow",
 6249]
 6250
 6251[[package]]
 6252name = "gix-config-value"
 6253version = "0.14.12"
 6254source = "registry+https://github.com/rust-lang/crates.io-index"
 6255checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6256dependencies = [
 6257 "bitflags 2.9.0",
 6258 "bstr",
 6259 "gix-path",
 6260 "libc",
 6261 "thiserror 2.0.12",
 6262]
 6263
 6264[[package]]
 6265name = "gix-date"
 6266version = "0.9.4"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6269dependencies = [
 6270 "bstr",
 6271 "itoa",
 6272 "jiff",
 6273 "thiserror 2.0.12",
 6274]
 6275
 6276[[package]]
 6277name = "gix-diff"
 6278version = "0.51.0"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6281dependencies = [
 6282 "bstr",
 6283 "gix-command",
 6284 "gix-filter",
 6285 "gix-fs 0.14.0",
 6286 "gix-hash 0.17.0",
 6287 "gix-object",
 6288 "gix-path",
 6289 "gix-tempfile",
 6290 "gix-trace",
 6291 "gix-traverse",
 6292 "gix-worktree",
 6293 "imara-diff",
 6294 "thiserror 2.0.12",
 6295]
 6296
 6297[[package]]
 6298name = "gix-discover"
 6299version = "0.39.0"
 6300source = "registry+https://github.com/rust-lang/crates.io-index"
 6301checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6302dependencies = [
 6303 "bstr",
 6304 "dunce",
 6305 "gix-fs 0.14.0",
 6306 "gix-hash 0.17.0",
 6307 "gix-path",
 6308 "gix-ref",
 6309 "gix-sec",
 6310 "thiserror 2.0.12",
 6311]
 6312
 6313[[package]]
 6314name = "gix-features"
 6315version = "0.41.1"
 6316source = "registry+https://github.com/rust-lang/crates.io-index"
 6317checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6318dependencies = [
 6319 "crc32fast",
 6320 "crossbeam-channel",
 6321 "flate2",
 6322 "gix-path",
 6323 "gix-trace",
 6324 "gix-utils 0.2.0",
 6325 "libc",
 6326 "once_cell",
 6327 "parking_lot",
 6328 "prodash",
 6329 "thiserror 2.0.12",
 6330 "walkdir",
 6331]
 6332
 6333[[package]]
 6334name = "gix-features"
 6335version = "0.42.1"
 6336source = "registry+https://github.com/rust-lang/crates.io-index"
 6337checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6338dependencies = [
 6339 "gix-trace",
 6340 "gix-utils 0.3.0",
 6341 "libc",
 6342 "prodash",
 6343]
 6344
 6345[[package]]
 6346name = "gix-filter"
 6347version = "0.18.0"
 6348source = "registry+https://github.com/rust-lang/crates.io-index"
 6349checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6350dependencies = [
 6351 "bstr",
 6352 "encoding_rs",
 6353 "gix-attributes",
 6354 "gix-command",
 6355 "gix-hash 0.17.0",
 6356 "gix-object",
 6357 "gix-packetline-blocking",
 6358 "gix-path",
 6359 "gix-quote",
 6360 "gix-trace",
 6361 "gix-utils 0.2.0",
 6362 "smallvec",
 6363 "thiserror 2.0.12",
 6364]
 6365
 6366[[package]]
 6367name = "gix-fs"
 6368version = "0.14.0"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6371dependencies = [
 6372 "bstr",
 6373 "fastrand 2.3.0",
 6374 "gix-features 0.41.1",
 6375 "gix-path",
 6376 "gix-utils 0.2.0",
 6377 "thiserror 2.0.12",
 6378]
 6379
 6380[[package]]
 6381name = "gix-fs"
 6382version = "0.15.0"
 6383source = "registry+https://github.com/rust-lang/crates.io-index"
 6384checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6385dependencies = [
 6386 "bstr",
 6387 "fastrand 2.3.0",
 6388 "gix-features 0.42.1",
 6389 "gix-path",
 6390 "gix-utils 0.3.0",
 6391 "thiserror 2.0.12",
 6392]
 6393
 6394[[package]]
 6395name = "gix-glob"
 6396version = "0.19.0"
 6397source = "registry+https://github.com/rust-lang/crates.io-index"
 6398checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6399dependencies = [
 6400 "bitflags 2.9.0",
 6401 "bstr",
 6402 "gix-features 0.41.1",
 6403 "gix-path",
 6404]
 6405
 6406[[package]]
 6407name = "gix-hash"
 6408version = "0.17.0"
 6409source = "registry+https://github.com/rust-lang/crates.io-index"
 6410checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6411dependencies = [
 6412 "faster-hex 0.9.0",
 6413 "gix-features 0.41.1",
 6414 "sha1-checked",
 6415 "thiserror 2.0.12",
 6416]
 6417
 6418[[package]]
 6419name = "gix-hash"
 6420version = "0.18.0"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6423dependencies = [
 6424 "faster-hex 0.10.0",
 6425 "gix-features 0.42.1",
 6426 "sha1-checked",
 6427 "thiserror 2.0.12",
 6428]
 6429
 6430[[package]]
 6431name = "gix-hashtable"
 6432version = "0.8.1"
 6433source = "registry+https://github.com/rust-lang/crates.io-index"
 6434checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6435dependencies = [
 6436 "gix-hash 0.18.0",
 6437 "hashbrown 0.14.5",
 6438 "parking_lot",
 6439]
 6440
 6441[[package]]
 6442name = "gix-ignore"
 6443version = "0.14.0"
 6444source = "registry+https://github.com/rust-lang/crates.io-index"
 6445checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6446dependencies = [
 6447 "bstr",
 6448 "gix-glob",
 6449 "gix-path",
 6450 "gix-trace",
 6451 "unicode-bom",
 6452]
 6453
 6454[[package]]
 6455name = "gix-index"
 6456version = "0.39.0"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6459dependencies = [
 6460 "bitflags 2.9.0",
 6461 "bstr",
 6462 "filetime",
 6463 "fnv",
 6464 "gix-bitmap",
 6465 "gix-features 0.41.1",
 6466 "gix-fs 0.14.0",
 6467 "gix-hash 0.17.0",
 6468 "gix-lock",
 6469 "gix-object",
 6470 "gix-traverse",
 6471 "gix-utils 0.2.0",
 6472 "gix-validate 0.9.4",
 6473 "hashbrown 0.14.5",
 6474 "itoa",
 6475 "libc",
 6476 "memmap2",
 6477 "rustix 0.38.44",
 6478 "smallvec",
 6479 "thiserror 2.0.12",
 6480]
 6481
 6482[[package]]
 6483name = "gix-lock"
 6484version = "17.1.0"
 6485source = "registry+https://github.com/rust-lang/crates.io-index"
 6486checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6487dependencies = [
 6488 "gix-tempfile",
 6489 "gix-utils 0.3.0",
 6490 "thiserror 2.0.12",
 6491]
 6492
 6493[[package]]
 6494name = "gix-object"
 6495version = "0.48.0"
 6496source = "registry+https://github.com/rust-lang/crates.io-index"
 6497checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6498dependencies = [
 6499 "bstr",
 6500 "gix-actor",
 6501 "gix-date",
 6502 "gix-features 0.41.1",
 6503 "gix-hash 0.17.0",
 6504 "gix-hashtable",
 6505 "gix-path",
 6506 "gix-utils 0.2.0",
 6507 "gix-validate 0.9.4",
 6508 "itoa",
 6509 "smallvec",
 6510 "thiserror 2.0.12",
 6511 "winnow",
 6512]
 6513
 6514[[package]]
 6515name = "gix-odb"
 6516version = "0.68.0"
 6517source = "registry+https://github.com/rust-lang/crates.io-index"
 6518checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6519dependencies = [
 6520 "arc-swap",
 6521 "gix-date",
 6522 "gix-features 0.41.1",
 6523 "gix-fs 0.14.0",
 6524 "gix-hash 0.17.0",
 6525 "gix-hashtable",
 6526 "gix-object",
 6527 "gix-pack",
 6528 "gix-path",
 6529 "gix-quote",
 6530 "parking_lot",
 6531 "tempfile",
 6532 "thiserror 2.0.12",
 6533]
 6534
 6535[[package]]
 6536name = "gix-pack"
 6537version = "0.58.0"
 6538source = "registry+https://github.com/rust-lang/crates.io-index"
 6539checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6540dependencies = [
 6541 "clru",
 6542 "gix-chunk",
 6543 "gix-features 0.41.1",
 6544 "gix-hash 0.17.0",
 6545 "gix-hashtable",
 6546 "gix-object",
 6547 "gix-path",
 6548 "memmap2",
 6549 "smallvec",
 6550 "thiserror 2.0.12",
 6551 "uluru",
 6552]
 6553
 6554[[package]]
 6555name = "gix-packetline"
 6556version = "0.18.4"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6559dependencies = [
 6560 "bstr",
 6561 "faster-hex 0.9.0",
 6562 "gix-trace",
 6563 "thiserror 2.0.12",
 6564]
 6565
 6566[[package]]
 6567name = "gix-packetline-blocking"
 6568version = "0.18.3"
 6569source = "registry+https://github.com/rust-lang/crates.io-index"
 6570checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6571dependencies = [
 6572 "bstr",
 6573 "faster-hex 0.9.0",
 6574 "gix-trace",
 6575 "thiserror 2.0.12",
 6576]
 6577
 6578[[package]]
 6579name = "gix-path"
 6580version = "0.10.18"
 6581source = "registry+https://github.com/rust-lang/crates.io-index"
 6582checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6583dependencies = [
 6584 "bstr",
 6585 "gix-trace",
 6586 "gix-validate 0.10.0",
 6587 "home",
 6588 "once_cell",
 6589 "thiserror 2.0.12",
 6590]
 6591
 6592[[package]]
 6593name = "gix-pathspec"
 6594version = "0.10.0"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6597dependencies = [
 6598 "bitflags 2.9.0",
 6599 "bstr",
 6600 "gix-attributes",
 6601 "gix-config-value",
 6602 "gix-glob",
 6603 "gix-path",
 6604 "thiserror 2.0.12",
 6605]
 6606
 6607[[package]]
 6608name = "gix-protocol"
 6609version = "0.49.0"
 6610source = "registry+https://github.com/rust-lang/crates.io-index"
 6611checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6612dependencies = [
 6613 "bstr",
 6614 "gix-date",
 6615 "gix-features 0.41.1",
 6616 "gix-hash 0.17.0",
 6617 "gix-ref",
 6618 "gix-shallow",
 6619 "gix-transport",
 6620 "gix-utils 0.2.0",
 6621 "maybe-async",
 6622 "thiserror 2.0.12",
 6623 "winnow",
 6624]
 6625
 6626[[package]]
 6627name = "gix-quote"
 6628version = "0.5.0"
 6629source = "registry+https://github.com/rust-lang/crates.io-index"
 6630checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6631dependencies = [
 6632 "bstr",
 6633 "gix-utils 0.2.0",
 6634 "thiserror 2.0.12",
 6635]
 6636
 6637[[package]]
 6638name = "gix-ref"
 6639version = "0.51.0"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6642dependencies = [
 6643 "gix-actor",
 6644 "gix-features 0.41.1",
 6645 "gix-fs 0.14.0",
 6646 "gix-hash 0.17.0",
 6647 "gix-lock",
 6648 "gix-object",
 6649 "gix-path",
 6650 "gix-tempfile",
 6651 "gix-utils 0.2.0",
 6652 "gix-validate 0.9.4",
 6653 "memmap2",
 6654 "thiserror 2.0.12",
 6655 "winnow",
 6656]
 6657
 6658[[package]]
 6659name = "gix-refspec"
 6660version = "0.29.0"
 6661source = "registry+https://github.com/rust-lang/crates.io-index"
 6662checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6663dependencies = [
 6664 "bstr",
 6665 "gix-hash 0.17.0",
 6666 "gix-revision",
 6667 "gix-validate 0.9.4",
 6668 "smallvec",
 6669 "thiserror 2.0.12",
 6670]
 6671
 6672[[package]]
 6673name = "gix-revision"
 6674version = "0.33.0"
 6675source = "registry+https://github.com/rust-lang/crates.io-index"
 6676checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6677dependencies = [
 6678 "bstr",
 6679 "gix-commitgraph",
 6680 "gix-date",
 6681 "gix-hash 0.17.0",
 6682 "gix-object",
 6683 "gix-revwalk",
 6684 "thiserror 2.0.12",
 6685]
 6686
 6687[[package]]
 6688name = "gix-revwalk"
 6689version = "0.19.0"
 6690source = "registry+https://github.com/rust-lang/crates.io-index"
 6691checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6692dependencies = [
 6693 "gix-commitgraph",
 6694 "gix-date",
 6695 "gix-hash 0.17.0",
 6696 "gix-hashtable",
 6697 "gix-object",
 6698 "smallvec",
 6699 "thiserror 2.0.12",
 6700]
 6701
 6702[[package]]
 6703name = "gix-sec"
 6704version = "0.10.12"
 6705source = "registry+https://github.com/rust-lang/crates.io-index"
 6706checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6707dependencies = [
 6708 "bitflags 2.9.0",
 6709 "gix-path",
 6710 "libc",
 6711 "windows-sys 0.52.0",
 6712]
 6713
 6714[[package]]
 6715name = "gix-shallow"
 6716version = "0.3.0"
 6717source = "registry+https://github.com/rust-lang/crates.io-index"
 6718checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6719dependencies = [
 6720 "bstr",
 6721 "gix-hash 0.17.0",
 6722 "gix-lock",
 6723 "thiserror 2.0.12",
 6724]
 6725
 6726[[package]]
 6727name = "gix-submodule"
 6728version = "0.18.0"
 6729source = "registry+https://github.com/rust-lang/crates.io-index"
 6730checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6731dependencies = [
 6732 "bstr",
 6733 "gix-config",
 6734 "gix-path",
 6735 "gix-pathspec",
 6736 "gix-refspec",
 6737 "gix-url",
 6738 "thiserror 2.0.12",
 6739]
 6740
 6741[[package]]
 6742name = "gix-tempfile"
 6743version = "17.1.0"
 6744source = "registry+https://github.com/rust-lang/crates.io-index"
 6745checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6746dependencies = [
 6747 "dashmap 6.1.0",
 6748 "gix-fs 0.15.0",
 6749 "libc",
 6750 "once_cell",
 6751 "parking_lot",
 6752 "tempfile",
 6753]
 6754
 6755[[package]]
 6756name = "gix-trace"
 6757version = "0.1.12"
 6758source = "registry+https://github.com/rust-lang/crates.io-index"
 6759checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6760
 6761[[package]]
 6762name = "gix-transport"
 6763version = "0.46.0"
 6764source = "registry+https://github.com/rust-lang/crates.io-index"
 6765checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6766dependencies = [
 6767 "bstr",
 6768 "gix-command",
 6769 "gix-features 0.41.1",
 6770 "gix-packetline",
 6771 "gix-quote",
 6772 "gix-sec",
 6773 "gix-url",
 6774 "thiserror 2.0.12",
 6775]
 6776
 6777[[package]]
 6778name = "gix-traverse"
 6779version = "0.45.0"
 6780source = "registry+https://github.com/rust-lang/crates.io-index"
 6781checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6782dependencies = [
 6783 "bitflags 2.9.0",
 6784 "gix-commitgraph",
 6785 "gix-date",
 6786 "gix-hash 0.17.0",
 6787 "gix-hashtable",
 6788 "gix-object",
 6789 "gix-revwalk",
 6790 "smallvec",
 6791 "thiserror 2.0.12",
 6792]
 6793
 6794[[package]]
 6795name = "gix-url"
 6796version = "0.30.0"
 6797source = "registry+https://github.com/rust-lang/crates.io-index"
 6798checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6799dependencies = [
 6800 "bstr",
 6801 "gix-features 0.41.1",
 6802 "gix-path",
 6803 "percent-encoding",
 6804 "thiserror 2.0.12",
 6805 "url",
 6806]
 6807
 6808[[package]]
 6809name = "gix-utils"
 6810version = "0.2.0"
 6811source = "registry+https://github.com/rust-lang/crates.io-index"
 6812checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6813dependencies = [
 6814 "fastrand 2.3.0",
 6815 "unicode-normalization",
 6816]
 6817
 6818[[package]]
 6819name = "gix-utils"
 6820version = "0.3.0"
 6821source = "registry+https://github.com/rust-lang/crates.io-index"
 6822checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6823dependencies = [
 6824 "fastrand 2.3.0",
 6825 "unicode-normalization",
 6826]
 6827
 6828[[package]]
 6829name = "gix-validate"
 6830version = "0.9.4"
 6831source = "registry+https://github.com/rust-lang/crates.io-index"
 6832checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6833dependencies = [
 6834 "bstr",
 6835 "thiserror 2.0.12",
 6836]
 6837
 6838[[package]]
 6839name = "gix-validate"
 6840version = "0.10.0"
 6841source = "registry+https://github.com/rust-lang/crates.io-index"
 6842checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6843dependencies = [
 6844 "bstr",
 6845 "thiserror 2.0.12",
 6846]
 6847
 6848[[package]]
 6849name = "gix-worktree"
 6850version = "0.40.0"
 6851source = "registry+https://github.com/rust-lang/crates.io-index"
 6852checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6853dependencies = [
 6854 "bstr",
 6855 "gix-attributes",
 6856 "gix-features 0.41.1",
 6857 "gix-fs 0.14.0",
 6858 "gix-glob",
 6859 "gix-hash 0.17.0",
 6860 "gix-ignore",
 6861 "gix-index",
 6862 "gix-object",
 6863 "gix-path",
 6864 "gix-validate 0.9.4",
 6865]
 6866
 6867[[package]]
 6868name = "glob"
 6869version = "0.3.2"
 6870source = "registry+https://github.com/rust-lang/crates.io-index"
 6871checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6872
 6873[[package]]
 6874name = "globset"
 6875version = "0.4.16"
 6876source = "registry+https://github.com/rust-lang/crates.io-index"
 6877checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6878dependencies = [
 6879 "aho-corasick",
 6880 "bstr",
 6881 "log",
 6882 "regex-automata 0.4.9",
 6883 "regex-syntax 0.8.5",
 6884]
 6885
 6886[[package]]
 6887name = "gloo-timers"
 6888version = "0.3.0"
 6889source = "registry+https://github.com/rust-lang/crates.io-index"
 6890checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6891dependencies = [
 6892 "futures-channel",
 6893 "futures-core",
 6894 "js-sys",
 6895 "wasm-bindgen",
 6896]
 6897
 6898[[package]]
 6899name = "glow"
 6900version = "0.14.2"
 6901source = "registry+https://github.com/rust-lang/crates.io-index"
 6902checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6903dependencies = [
 6904 "js-sys",
 6905 "slotmap",
 6906 "wasm-bindgen",
 6907 "web-sys",
 6908]
 6909
 6910[[package]]
 6911name = "go_to_line"
 6912version = "0.1.0"
 6913dependencies = [
 6914 "anyhow",
 6915 "editor",
 6916 "gpui",
 6917 "indoc",
 6918 "language",
 6919 "menu",
 6920 "project",
 6921 "rope",
 6922 "schemars",
 6923 "serde",
 6924 "serde_json",
 6925 "settings",
 6926 "text",
 6927 "theme",
 6928 "tree-sitter-rust",
 6929 "tree-sitter-typescript",
 6930 "ui",
 6931 "util",
 6932 "workspace",
 6933 "workspace-hack",
 6934]
 6935
 6936[[package]]
 6937name = "google_ai"
 6938version = "0.1.0"
 6939dependencies = [
 6940 "anyhow",
 6941 "futures 0.3.31",
 6942 "http_client",
 6943 "schemars",
 6944 "serde",
 6945 "serde_json",
 6946 "strum 0.27.1",
 6947 "workspace-hack",
 6948]
 6949
 6950[[package]]
 6951name = "gpu-alloc"
 6952version = "0.6.0"
 6953source = "registry+https://github.com/rust-lang/crates.io-index"
 6954checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6955dependencies = [
 6956 "bitflags 2.9.0",
 6957 "gpu-alloc-types",
 6958]
 6959
 6960[[package]]
 6961name = "gpu-alloc-ash"
 6962version = "0.7.0"
 6963source = "registry+https://github.com/rust-lang/crates.io-index"
 6964checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 6965dependencies = [
 6966 "ash",
 6967 "gpu-alloc-types",
 6968 "tinyvec",
 6969]
 6970
 6971[[package]]
 6972name = "gpu-alloc-types"
 6973version = "0.3.0"
 6974source = "registry+https://github.com/rust-lang/crates.io-index"
 6975checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 6976dependencies = [
 6977 "bitflags 2.9.0",
 6978]
 6979
 6980[[package]]
 6981name = "gpui"
 6982version = "0.1.0"
 6983dependencies = [
 6984 "anyhow",
 6985 "as-raw-xcb-connection",
 6986 "ashpd",
 6987 "async-task",
 6988 "backtrace",
 6989 "bindgen 0.71.1",
 6990 "blade-graphics",
 6991 "blade-macros",
 6992 "blade-util",
 6993 "block",
 6994 "bytemuck",
 6995 "calloop",
 6996 "calloop-wayland-source",
 6997 "cbindgen",
 6998 "cocoa 0.26.0",
 6999 "collections",
 7000 "core-foundation 0.10.0",
 7001 "core-foundation-sys",
 7002 "core-graphics 0.24.0",
 7003 "core-text",
 7004 "core-video",
 7005 "cosmic-text",
 7006 "ctor",
 7007 "derive_more",
 7008 "embed-resource",
 7009 "env_logger 0.11.8",
 7010 "etagere",
 7011 "filedescriptor",
 7012 "flume",
 7013 "font-kit",
 7014 "foreign-types 0.5.0",
 7015 "futures 0.3.31",
 7016 "gpui_macros",
 7017 "http_client",
 7018 "image",
 7019 "inventory",
 7020 "itertools 0.14.0",
 7021 "log",
 7022 "lyon",
 7023 "media",
 7024 "metal",
 7025 "naga",
 7026 "num_cpus",
 7027 "objc",
 7028 "objc2",
 7029 "objc2-metal",
 7030 "oo7",
 7031 "open",
 7032 "parking",
 7033 "parking_lot",
 7034 "pathfinder_geometry",
 7035 "postage",
 7036 "profiling",
 7037 "rand 0.8.5",
 7038 "raw-window-handle",
 7039 "refineable",
 7040 "reqwest_client",
 7041 "resvg",
 7042 "scap",
 7043 "schemars",
 7044 "seahash",
 7045 "semantic_version",
 7046 "serde",
 7047 "serde_derive",
 7048 "serde_json",
 7049 "slotmap",
 7050 "smallvec",
 7051 "smol",
 7052 "strum 0.27.1",
 7053 "sum_tree",
 7054 "taffy",
 7055 "thiserror 2.0.12",
 7056 "unicode-segmentation",
 7057 "usvg",
 7058 "util",
 7059 "uuid",
 7060 "waker-fn",
 7061 "wayland-backend",
 7062 "wayland-client",
 7063 "wayland-cursor",
 7064 "wayland-protocols",
 7065 "wayland-protocols-plasma",
 7066 "windows 0.61.1",
 7067 "windows-core 0.61.0",
 7068 "windows-numerics",
 7069 "windows-registry 0.5.1",
 7070 "workspace-hack",
 7071 "x11-clipboard",
 7072 "x11rb",
 7073 "xim",
 7074 "xkbcommon",
 7075]
 7076
 7077[[package]]
 7078name = "gpui_macros"
 7079version = "0.1.0"
 7080dependencies = [
 7081 "gpui",
 7082 "proc-macro2",
 7083 "quote",
 7084 "syn 1.0.109",
 7085 "workspace-hack",
 7086]
 7087
 7088[[package]]
 7089name = "gpui_tokio"
 7090version = "0.1.0"
 7091dependencies = [
 7092 "gpui",
 7093 "tokio",
 7094 "util",
 7095 "workspace-hack",
 7096]
 7097
 7098[[package]]
 7099name = "grid"
 7100version = "0.13.0"
 7101source = "registry+https://github.com/rust-lang/crates.io-index"
 7102checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7103
 7104[[package]]
 7105name = "group"
 7106version = "0.12.1"
 7107source = "registry+https://github.com/rust-lang/crates.io-index"
 7108checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7109dependencies = [
 7110 "ff",
 7111 "rand_core 0.6.4",
 7112 "subtle",
 7113]
 7114
 7115[[package]]
 7116name = "h2"
 7117version = "0.3.26"
 7118source = "registry+https://github.com/rust-lang/crates.io-index"
 7119checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7120dependencies = [
 7121 "bytes 1.10.1",
 7122 "fnv",
 7123 "futures-core",
 7124 "futures-sink",
 7125 "futures-util",
 7126 "http 0.2.12",
 7127 "indexmap",
 7128 "slab",
 7129 "tokio",
 7130 "tokio-util",
 7131 "tracing",
 7132]
 7133
 7134[[package]]
 7135name = "h2"
 7136version = "0.4.9"
 7137source = "registry+https://github.com/rust-lang/crates.io-index"
 7138checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7139dependencies = [
 7140 "atomic-waker",
 7141 "bytes 1.10.1",
 7142 "fnv",
 7143 "futures-core",
 7144 "futures-sink",
 7145 "http 1.3.1",
 7146 "indexmap",
 7147 "slab",
 7148 "tokio",
 7149 "tokio-util",
 7150 "tracing",
 7151]
 7152
 7153[[package]]
 7154name = "half"
 7155version = "2.6.0"
 7156source = "registry+https://github.com/rust-lang/crates.io-index"
 7157checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7158dependencies = [
 7159 "cfg-if",
 7160 "crunchy",
 7161 "num-traits",
 7162]
 7163
 7164[[package]]
 7165name = "handlebars"
 7166version = "4.5.0"
 7167source = "registry+https://github.com/rust-lang/crates.io-index"
 7168checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7169dependencies = [
 7170 "log",
 7171 "pest",
 7172 "pest_derive",
 7173 "rust-embed",
 7174 "serde",
 7175 "serde_json",
 7176 "thiserror 1.0.69",
 7177]
 7178
 7179[[package]]
 7180name = "handlebars"
 7181version = "6.3.2"
 7182source = "registry+https://github.com/rust-lang/crates.io-index"
 7183checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7184dependencies = [
 7185 "derive_builder",
 7186 "log",
 7187 "num-order",
 7188 "pest",
 7189 "pest_derive",
 7190 "serde",
 7191 "serde_json",
 7192 "thiserror 2.0.12",
 7193]
 7194
 7195[[package]]
 7196name = "hash32"
 7197version = "0.3.1"
 7198source = "registry+https://github.com/rust-lang/crates.io-index"
 7199checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7200dependencies = [
 7201 "byteorder",
 7202]
 7203
 7204[[package]]
 7205name = "hashbrown"
 7206version = "0.12.3"
 7207source = "registry+https://github.com/rust-lang/crates.io-index"
 7208checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7209dependencies = [
 7210 "ahash 0.7.8",
 7211]
 7212
 7213[[package]]
 7214name = "hashbrown"
 7215version = "0.14.5"
 7216source = "registry+https://github.com/rust-lang/crates.io-index"
 7217checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7218dependencies = [
 7219 "ahash 0.8.11",
 7220 "allocator-api2",
 7221]
 7222
 7223[[package]]
 7224name = "hashbrown"
 7225version = "0.15.3"
 7226source = "registry+https://github.com/rust-lang/crates.io-index"
 7227checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7228dependencies = [
 7229 "allocator-api2",
 7230 "equivalent",
 7231 "foldhash",
 7232 "serde",
 7233]
 7234
 7235[[package]]
 7236name = "hashlink"
 7237version = "0.8.4"
 7238source = "registry+https://github.com/rust-lang/crates.io-index"
 7239checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7240dependencies = [
 7241 "hashbrown 0.14.5",
 7242]
 7243
 7244[[package]]
 7245name = "hashlink"
 7246version = "0.10.0"
 7247source = "registry+https://github.com/rust-lang/crates.io-index"
 7248checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7249dependencies = [
 7250 "hashbrown 0.15.3",
 7251]
 7252
 7253[[package]]
 7254name = "headers"
 7255version = "0.3.9"
 7256source = "registry+https://github.com/rust-lang/crates.io-index"
 7257checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7258dependencies = [
 7259 "base64 0.21.7",
 7260 "bytes 1.10.1",
 7261 "headers-core",
 7262 "http 0.2.12",
 7263 "httpdate",
 7264 "mime",
 7265 "sha1",
 7266]
 7267
 7268[[package]]
 7269name = "headers-core"
 7270version = "0.2.0"
 7271source = "registry+https://github.com/rust-lang/crates.io-index"
 7272checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7273dependencies = [
 7274 "http 0.2.12",
 7275]
 7276
 7277[[package]]
 7278name = "heapless"
 7279version = "0.8.0"
 7280source = "registry+https://github.com/rust-lang/crates.io-index"
 7281checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7282dependencies = [
 7283 "hash32",
 7284 "stable_deref_trait",
 7285]
 7286
 7287[[package]]
 7288name = "heck"
 7289version = "0.3.3"
 7290source = "registry+https://github.com/rust-lang/crates.io-index"
 7291checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7292dependencies = [
 7293 "unicode-segmentation",
 7294]
 7295
 7296[[package]]
 7297name = "heck"
 7298version = "0.4.1"
 7299source = "registry+https://github.com/rust-lang/crates.io-index"
 7300checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7301dependencies = [
 7302 "unicode-segmentation",
 7303]
 7304
 7305[[package]]
 7306name = "heck"
 7307version = "0.5.0"
 7308source = "registry+https://github.com/rust-lang/crates.io-index"
 7309checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7310
 7311[[package]]
 7312name = "heed"
 7313version = "0.21.0"
 7314source = "registry+https://github.com/rust-lang/crates.io-index"
 7315checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7316dependencies = [
 7317 "bitflags 2.9.0",
 7318 "byteorder",
 7319 "heed-traits",
 7320 "heed-types",
 7321 "libc",
 7322 "lmdb-master-sys",
 7323 "once_cell",
 7324 "page_size",
 7325 "serde",
 7326 "synchronoise",
 7327 "url",
 7328]
 7329
 7330[[package]]
 7331name = "heed-traits"
 7332version = "0.20.0"
 7333source = "registry+https://github.com/rust-lang/crates.io-index"
 7334checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7335
 7336[[package]]
 7337name = "heed-types"
 7338version = "0.21.0"
 7339source = "registry+https://github.com/rust-lang/crates.io-index"
 7340checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7341dependencies = [
 7342 "bincode",
 7343 "byteorder",
 7344 "heed-traits",
 7345 "serde",
 7346 "serde_json",
 7347]
 7348
 7349[[package]]
 7350name = "hermit-abi"
 7351version = "0.3.9"
 7352source = "registry+https://github.com/rust-lang/crates.io-index"
 7353checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7354
 7355[[package]]
 7356name = "hermit-abi"
 7357version = "0.4.0"
 7358source = "registry+https://github.com/rust-lang/crates.io-index"
 7359checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7360
 7361[[package]]
 7362name = "hermit-abi"
 7363version = "0.5.0"
 7364source = "registry+https://github.com/rust-lang/crates.io-index"
 7365checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7366
 7367[[package]]
 7368name = "hex"
 7369version = "0.4.3"
 7370source = "registry+https://github.com/rust-lang/crates.io-index"
 7371checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7372
 7373[[package]]
 7374name = "hexf-parse"
 7375version = "0.2.1"
 7376source = "registry+https://github.com/rust-lang/crates.io-index"
 7377checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7378
 7379[[package]]
 7380name = "hidden-trait"
 7381version = "0.1.2"
 7382source = "registry+https://github.com/rust-lang/crates.io-index"
 7383checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7384dependencies = [
 7385 "proc-macro2",
 7386 "quote",
 7387 "syn 1.0.109",
 7388]
 7389
 7390[[package]]
 7391name = "hkdf"
 7392version = "0.12.4"
 7393source = "registry+https://github.com/rust-lang/crates.io-index"
 7394checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7395dependencies = [
 7396 "hmac",
 7397]
 7398
 7399[[package]]
 7400name = "hmac"
 7401version = "0.12.1"
 7402source = "registry+https://github.com/rust-lang/crates.io-index"
 7403checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7404dependencies = [
 7405 "digest",
 7406]
 7407
 7408[[package]]
 7409name = "home"
 7410version = "0.5.11"
 7411source = "registry+https://github.com/rust-lang/crates.io-index"
 7412checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7413dependencies = [
 7414 "windows-sys 0.59.0",
 7415]
 7416
 7417[[package]]
 7418name = "hound"
 7419version = "3.5.1"
 7420source = "registry+https://github.com/rust-lang/crates.io-index"
 7421checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7422
 7423[[package]]
 7424name = "html5ever"
 7425version = "0.27.0"
 7426source = "registry+https://github.com/rust-lang/crates.io-index"
 7427checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7428dependencies = [
 7429 "log",
 7430 "mac",
 7431 "markup5ever 0.12.1",
 7432 "proc-macro2",
 7433 "quote",
 7434 "syn 2.0.101",
 7435]
 7436
 7437[[package]]
 7438name = "html5ever"
 7439version = "0.31.0"
 7440source = "registry+https://github.com/rust-lang/crates.io-index"
 7441checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7442dependencies = [
 7443 "log",
 7444 "mac",
 7445 "markup5ever 0.16.1",
 7446 "match_token",
 7447]
 7448
 7449[[package]]
 7450name = "html_to_markdown"
 7451version = "0.1.0"
 7452dependencies = [
 7453 "anyhow",
 7454 "html5ever 0.27.0",
 7455 "indoc",
 7456 "markup5ever_rcdom",
 7457 "pretty_assertions",
 7458 "regex",
 7459 "workspace-hack",
 7460]
 7461
 7462[[package]]
 7463name = "http"
 7464version = "0.2.12"
 7465source = "registry+https://github.com/rust-lang/crates.io-index"
 7466checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7467dependencies = [
 7468 "bytes 1.10.1",
 7469 "fnv",
 7470 "itoa",
 7471]
 7472
 7473[[package]]
 7474name = "http"
 7475version = "1.3.1"
 7476source = "registry+https://github.com/rust-lang/crates.io-index"
 7477checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7478dependencies = [
 7479 "bytes 1.10.1",
 7480 "fnv",
 7481 "itoa",
 7482]
 7483
 7484[[package]]
 7485name = "http-body"
 7486version = "0.4.6"
 7487source = "registry+https://github.com/rust-lang/crates.io-index"
 7488checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7489dependencies = [
 7490 "bytes 1.10.1",
 7491 "http 0.2.12",
 7492 "pin-project-lite",
 7493]
 7494
 7495[[package]]
 7496name = "http-body"
 7497version = "1.0.1"
 7498source = "registry+https://github.com/rust-lang/crates.io-index"
 7499checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7500dependencies = [
 7501 "bytes 1.10.1",
 7502 "http 1.3.1",
 7503]
 7504
 7505[[package]]
 7506name = "http-body-util"
 7507version = "0.1.3"
 7508source = "registry+https://github.com/rust-lang/crates.io-index"
 7509checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7510dependencies = [
 7511 "bytes 1.10.1",
 7512 "futures-core",
 7513 "http 1.3.1",
 7514 "http-body 1.0.1",
 7515 "pin-project-lite",
 7516]
 7517
 7518[[package]]
 7519name = "http-range-header"
 7520version = "0.3.1"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7523
 7524[[package]]
 7525name = "http-types"
 7526version = "2.12.0"
 7527source = "registry+https://github.com/rust-lang/crates.io-index"
 7528checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7529dependencies = [
 7530 "anyhow",
 7531 "async-channel 1.9.0",
 7532 "base64 0.13.1",
 7533 "futures-lite 1.13.0",
 7534 "http 0.2.12",
 7535 "infer",
 7536 "pin-project-lite",
 7537 "rand 0.7.3",
 7538 "serde",
 7539 "serde_json",
 7540 "serde_qs 0.8.5",
 7541 "serde_urlencoded",
 7542 "url",
 7543]
 7544
 7545[[package]]
 7546name = "http_client"
 7547version = "0.1.0"
 7548dependencies = [
 7549 "anyhow",
 7550 "bytes 1.10.1",
 7551 "derive_more",
 7552 "futures 0.3.31",
 7553 "http 1.3.1",
 7554 "log",
 7555 "serde",
 7556 "serde_json",
 7557 "url",
 7558 "workspace-hack",
 7559]
 7560
 7561[[package]]
 7562name = "http_client_tls"
 7563version = "0.1.0"
 7564dependencies = [
 7565 "rustls 0.23.26",
 7566 "rustls-platform-verifier",
 7567 "workspace-hack",
 7568]
 7569
 7570[[package]]
 7571name = "httparse"
 7572version = "1.10.1"
 7573source = "registry+https://github.com/rust-lang/crates.io-index"
 7574checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7575
 7576[[package]]
 7577name = "httpdate"
 7578version = "1.0.3"
 7579source = "registry+https://github.com/rust-lang/crates.io-index"
 7580checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7581
 7582[[package]]
 7583name = "human_bytes"
 7584version = "0.4.3"
 7585source = "registry+https://github.com/rust-lang/crates.io-index"
 7586checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7587
 7588[[package]]
 7589name = "humantime"
 7590version = "2.2.0"
 7591source = "registry+https://github.com/rust-lang/crates.io-index"
 7592checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7593
 7594[[package]]
 7595name = "hyper"
 7596version = "0.14.32"
 7597source = "registry+https://github.com/rust-lang/crates.io-index"
 7598checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7599dependencies = [
 7600 "bytes 1.10.1",
 7601 "futures-channel",
 7602 "futures-core",
 7603 "futures-util",
 7604 "h2 0.3.26",
 7605 "http 0.2.12",
 7606 "http-body 0.4.6",
 7607 "httparse",
 7608 "httpdate",
 7609 "itoa",
 7610 "pin-project-lite",
 7611 "socket2",
 7612 "tokio",
 7613 "tower-service",
 7614 "tracing",
 7615 "want",
 7616]
 7617
 7618[[package]]
 7619name = "hyper"
 7620version = "1.6.0"
 7621source = "registry+https://github.com/rust-lang/crates.io-index"
 7622checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7623dependencies = [
 7624 "bytes 1.10.1",
 7625 "futures-channel",
 7626 "futures-util",
 7627 "h2 0.4.9",
 7628 "http 1.3.1",
 7629 "http-body 1.0.1",
 7630 "httparse",
 7631 "itoa",
 7632 "pin-project-lite",
 7633 "smallvec",
 7634 "tokio",
 7635 "want",
 7636]
 7637
 7638[[package]]
 7639name = "hyper-rustls"
 7640version = "0.24.2"
 7641source = "registry+https://github.com/rust-lang/crates.io-index"
 7642checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7643dependencies = [
 7644 "futures-util",
 7645 "http 0.2.12",
 7646 "hyper 0.14.32",
 7647 "log",
 7648 "rustls 0.21.12",
 7649 "rustls-native-certs 0.6.3",
 7650 "tokio",
 7651 "tokio-rustls 0.24.1",
 7652]
 7653
 7654[[package]]
 7655name = "hyper-rustls"
 7656version = "0.27.5"
 7657source = "registry+https://github.com/rust-lang/crates.io-index"
 7658checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7659dependencies = [
 7660 "futures-util",
 7661 "http 1.3.1",
 7662 "hyper 1.6.0",
 7663 "hyper-util",
 7664 "rustls 0.23.26",
 7665 "rustls-native-certs 0.8.1",
 7666 "rustls-pki-types",
 7667 "tokio",
 7668 "tokio-rustls 0.26.2",
 7669 "tower-service",
 7670]
 7671
 7672[[package]]
 7673name = "hyper-tls"
 7674version = "0.5.0"
 7675source = "registry+https://github.com/rust-lang/crates.io-index"
 7676checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7677dependencies = [
 7678 "bytes 1.10.1",
 7679 "hyper 0.14.32",
 7680 "native-tls",
 7681 "tokio",
 7682 "tokio-native-tls",
 7683]
 7684
 7685[[package]]
 7686name = "hyper-util"
 7687version = "0.1.11"
 7688source = "registry+https://github.com/rust-lang/crates.io-index"
 7689checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7690dependencies = [
 7691 "bytes 1.10.1",
 7692 "futures-channel",
 7693 "futures-util",
 7694 "http 1.3.1",
 7695 "http-body 1.0.1",
 7696 "hyper 1.6.0",
 7697 "libc",
 7698 "pin-project-lite",
 7699 "socket2",
 7700 "tokio",
 7701 "tower-service",
 7702 "tracing",
 7703]
 7704
 7705[[package]]
 7706name = "iana-time-zone"
 7707version = "0.1.63"
 7708source = "registry+https://github.com/rust-lang/crates.io-index"
 7709checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7710dependencies = [
 7711 "android_system_properties",
 7712 "core-foundation-sys",
 7713 "iana-time-zone-haiku",
 7714 "js-sys",
 7715 "log",
 7716 "wasm-bindgen",
 7717 "windows-core 0.61.0",
 7718]
 7719
 7720[[package]]
 7721name = "iana-time-zone-haiku"
 7722version = "0.1.2"
 7723source = "registry+https://github.com/rust-lang/crates.io-index"
 7724checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7725dependencies = [
 7726 "cc",
 7727]
 7728
 7729[[package]]
 7730name = "icons"
 7731version = "0.1.0"
 7732dependencies = [
 7733 "serde",
 7734 "strum 0.27.1",
 7735 "workspace-hack",
 7736]
 7737
 7738[[package]]
 7739name = "icu_collections"
 7740version = "1.5.0"
 7741source = "registry+https://github.com/rust-lang/crates.io-index"
 7742checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7743dependencies = [
 7744 "displaydoc",
 7745 "yoke",
 7746 "zerofrom",
 7747 "zerovec",
 7748]
 7749
 7750[[package]]
 7751name = "icu_locid"
 7752version = "1.5.0"
 7753source = "registry+https://github.com/rust-lang/crates.io-index"
 7754checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7755dependencies = [
 7756 "displaydoc",
 7757 "litemap",
 7758 "tinystr",
 7759 "writeable",
 7760 "zerovec",
 7761]
 7762
 7763[[package]]
 7764name = "icu_locid_transform"
 7765version = "1.5.0"
 7766source = "registry+https://github.com/rust-lang/crates.io-index"
 7767checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7768dependencies = [
 7769 "displaydoc",
 7770 "icu_locid",
 7771 "icu_locid_transform_data",
 7772 "icu_provider",
 7773 "tinystr",
 7774 "zerovec",
 7775]
 7776
 7777[[package]]
 7778name = "icu_locid_transform_data"
 7779version = "1.5.1"
 7780source = "registry+https://github.com/rust-lang/crates.io-index"
 7781checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7782
 7783[[package]]
 7784name = "icu_normalizer"
 7785version = "1.5.0"
 7786source = "registry+https://github.com/rust-lang/crates.io-index"
 7787checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7788dependencies = [
 7789 "displaydoc",
 7790 "icu_collections",
 7791 "icu_normalizer_data",
 7792 "icu_properties",
 7793 "icu_provider",
 7794 "smallvec",
 7795 "utf16_iter",
 7796 "utf8_iter",
 7797 "write16",
 7798 "zerovec",
 7799]
 7800
 7801[[package]]
 7802name = "icu_normalizer_data"
 7803version = "1.5.1"
 7804source = "registry+https://github.com/rust-lang/crates.io-index"
 7805checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7806
 7807[[package]]
 7808name = "icu_properties"
 7809version = "1.5.1"
 7810source = "registry+https://github.com/rust-lang/crates.io-index"
 7811checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7812dependencies = [
 7813 "displaydoc",
 7814 "icu_collections",
 7815 "icu_locid_transform",
 7816 "icu_properties_data",
 7817 "icu_provider",
 7818 "tinystr",
 7819 "zerovec",
 7820]
 7821
 7822[[package]]
 7823name = "icu_properties_data"
 7824version = "1.5.1"
 7825source = "registry+https://github.com/rust-lang/crates.io-index"
 7826checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7827
 7828[[package]]
 7829name = "icu_provider"
 7830version = "1.5.0"
 7831source = "registry+https://github.com/rust-lang/crates.io-index"
 7832checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7833dependencies = [
 7834 "displaydoc",
 7835 "icu_locid",
 7836 "icu_provider_macros",
 7837 "stable_deref_trait",
 7838 "tinystr",
 7839 "writeable",
 7840 "yoke",
 7841 "zerofrom",
 7842 "zerovec",
 7843]
 7844
 7845[[package]]
 7846name = "icu_provider_macros"
 7847version = "1.5.0"
 7848source = "registry+https://github.com/rust-lang/crates.io-index"
 7849checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7850dependencies = [
 7851 "proc-macro2",
 7852 "quote",
 7853 "syn 2.0.101",
 7854]
 7855
 7856[[package]]
 7857name = "id-arena"
 7858version = "2.2.1"
 7859source = "registry+https://github.com/rust-lang/crates.io-index"
 7860checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7861
 7862[[package]]
 7863name = "ident_case"
 7864version = "1.0.1"
 7865source = "registry+https://github.com/rust-lang/crates.io-index"
 7866checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7867
 7868[[package]]
 7869name = "idna"
 7870version = "1.0.3"
 7871source = "registry+https://github.com/rust-lang/crates.io-index"
 7872checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7873dependencies = [
 7874 "idna_adapter",
 7875 "smallvec",
 7876 "utf8_iter",
 7877]
 7878
 7879[[package]]
 7880name = "idna_adapter"
 7881version = "1.2.0"
 7882source = "registry+https://github.com/rust-lang/crates.io-index"
 7883checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7884dependencies = [
 7885 "icu_normalizer",
 7886 "icu_properties",
 7887]
 7888
 7889[[package]]
 7890name = "ignore"
 7891version = "0.4.23"
 7892source = "registry+https://github.com/rust-lang/crates.io-index"
 7893checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7894dependencies = [
 7895 "crossbeam-deque",
 7896 "globset",
 7897 "log",
 7898 "memchr",
 7899 "regex-automata 0.4.9",
 7900 "same-file",
 7901 "walkdir",
 7902 "winapi-util",
 7903]
 7904
 7905[[package]]
 7906name = "image"
 7907version = "0.25.6"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7910dependencies = [
 7911 "bytemuck",
 7912 "byteorder-lite",
 7913 "color_quant",
 7914 "exr",
 7915 "gif",
 7916 "image-webp",
 7917 "num-traits",
 7918 "png",
 7919 "qoi",
 7920 "ravif",
 7921 "rayon",
 7922 "rgb",
 7923 "tiff",
 7924 "zune-core",
 7925 "zune-jpeg",
 7926]
 7927
 7928[[package]]
 7929name = "image-webp"
 7930version = "0.2.1"
 7931source = "registry+https://github.com/rust-lang/crates.io-index"
 7932checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7933dependencies = [
 7934 "byteorder-lite",
 7935 "quick-error",
 7936]
 7937
 7938[[package]]
 7939name = "image_viewer"
 7940version = "0.1.0"
 7941dependencies = [
 7942 "anyhow",
 7943 "db",
 7944 "editor",
 7945 "file_icons",
 7946 "gpui",
 7947 "log",
 7948 "project",
 7949 "schemars",
 7950 "serde",
 7951 "settings",
 7952 "theme",
 7953 "ui",
 7954 "util",
 7955 "workspace",
 7956 "workspace-hack",
 7957]
 7958
 7959[[package]]
 7960name = "imagesize"
 7961version = "0.13.0"
 7962source = "registry+https://github.com/rust-lang/crates.io-index"
 7963checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7964
 7965[[package]]
 7966name = "imara-diff"
 7967version = "0.1.8"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7970dependencies = [
 7971 "hashbrown 0.15.3",
 7972]
 7973
 7974[[package]]
 7975name = "imgref"
 7976version = "1.11.0"
 7977source = "registry+https://github.com/rust-lang/crates.io-index"
 7978checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 7979
 7980[[package]]
 7981name = "indexed_docs"
 7982version = "0.1.0"
 7983dependencies = [
 7984 "anyhow",
 7985 "async-trait",
 7986 "cargo_metadata",
 7987 "collections",
 7988 "derive_more",
 7989 "extension",
 7990 "fs",
 7991 "futures 0.3.31",
 7992 "fuzzy",
 7993 "gpui",
 7994 "heed",
 7995 "html_to_markdown",
 7996 "http_client",
 7997 "indexmap",
 7998 "indoc",
 7999 "parking_lot",
 8000 "paths",
 8001 "pretty_assertions",
 8002 "serde",
 8003 "strum 0.27.1",
 8004 "util",
 8005 "workspace-hack",
 8006]
 8007
 8008[[package]]
 8009name = "indexmap"
 8010version = "2.9.0"
 8011source = "registry+https://github.com/rust-lang/crates.io-index"
 8012checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8013dependencies = [
 8014 "equivalent",
 8015 "hashbrown 0.15.3",
 8016 "serde",
 8017]
 8018
 8019[[package]]
 8020name = "indoc"
 8021version = "2.0.6"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8024
 8025[[package]]
 8026name = "infer"
 8027version = "0.2.3"
 8028source = "registry+https://github.com/rust-lang/crates.io-index"
 8029checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8030
 8031[[package]]
 8032name = "inherent"
 8033version = "1.0.12"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8036dependencies = [
 8037 "proc-macro2",
 8038 "quote",
 8039 "syn 2.0.101",
 8040]
 8041
 8042[[package]]
 8043name = "inline_completion"
 8044version = "0.1.0"
 8045dependencies = [
 8046 "anyhow",
 8047 "gpui",
 8048 "language",
 8049 "project",
 8050 "workspace-hack",
 8051 "zed_llm_client",
 8052]
 8053
 8054[[package]]
 8055name = "inline_completion_button"
 8056version = "0.1.0"
 8057dependencies = [
 8058 "anyhow",
 8059 "client",
 8060 "copilot",
 8061 "editor",
 8062 "feature_flags",
 8063 "fs",
 8064 "futures 0.3.31",
 8065 "gpui",
 8066 "indoc",
 8067 "inline_completion",
 8068 "language",
 8069 "lsp",
 8070 "paths",
 8071 "project",
 8072 "regex",
 8073 "serde_json",
 8074 "settings",
 8075 "supermaven",
 8076 "telemetry",
 8077 "theme",
 8078 "ui",
 8079 "workspace",
 8080 "workspace-hack",
 8081 "zed_actions",
 8082 "zed_llm_client",
 8083 "zeta",
 8084]
 8085
 8086[[package]]
 8087name = "inotify"
 8088version = "0.11.0"
 8089source = "registry+https://github.com/rust-lang/crates.io-index"
 8090checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8091dependencies = [
 8092 "bitflags 2.9.0",
 8093 "inotify-sys",
 8094 "libc",
 8095]
 8096
 8097[[package]]
 8098name = "inotify-sys"
 8099version = "0.1.5"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8102dependencies = [
 8103 "libc",
 8104]
 8105
 8106[[package]]
 8107name = "inout"
 8108version = "0.1.4"
 8109source = "registry+https://github.com/rust-lang/crates.io-index"
 8110checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8111dependencies = [
 8112 "block-padding",
 8113 "generic-array",
 8114]
 8115
 8116[[package]]
 8117name = "install_cli"
 8118version = "0.1.0"
 8119dependencies = [
 8120 "anyhow",
 8121 "client",
 8122 "gpui",
 8123 "release_channel",
 8124 "smol",
 8125 "util",
 8126 "workspace",
 8127 "workspace-hack",
 8128]
 8129
 8130[[package]]
 8131name = "instant"
 8132version = "0.1.13"
 8133source = "registry+https://github.com/rust-lang/crates.io-index"
 8134checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8135dependencies = [
 8136 "cfg-if",
 8137]
 8138
 8139[[package]]
 8140name = "interim"
 8141version = "0.2.1"
 8142source = "registry+https://github.com/rust-lang/crates.io-index"
 8143checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8144dependencies = [
 8145 "chrono",
 8146 "logos",
 8147]
 8148
 8149[[package]]
 8150name = "interpolate_name"
 8151version = "0.2.4"
 8152source = "registry+https://github.com/rust-lang/crates.io-index"
 8153checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8154dependencies = [
 8155 "proc-macro2",
 8156 "quote",
 8157 "syn 2.0.101",
 8158]
 8159
 8160[[package]]
 8161name = "inventory"
 8162version = "0.3.20"
 8163source = "registry+https://github.com/rust-lang/crates.io-index"
 8164checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8165dependencies = [
 8166 "rustversion",
 8167]
 8168
 8169[[package]]
 8170name = "io-extras"
 8171version = "0.18.4"
 8172source = "registry+https://github.com/rust-lang/crates.io-index"
 8173checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8174dependencies = [
 8175 "io-lifetimes",
 8176 "windows-sys 0.59.0",
 8177]
 8178
 8179[[package]]
 8180name = "io-lifetimes"
 8181version = "2.0.4"
 8182source = "registry+https://github.com/rust-lang/crates.io-index"
 8183checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8184
 8185[[package]]
 8186name = "io-surface"
 8187version = "0.16.0"
 8188source = "registry+https://github.com/rust-lang/crates.io-index"
 8189checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8190dependencies = [
 8191 "cgl",
 8192 "core-foundation 0.10.0",
 8193 "core-foundation-sys",
 8194 "leaky-cow",
 8195 "libc",
 8196]
 8197
 8198[[package]]
 8199name = "iovec"
 8200version = "0.1.4"
 8201source = "registry+https://github.com/rust-lang/crates.io-index"
 8202checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8203dependencies = [
 8204 "libc",
 8205]
 8206
 8207[[package]]
 8208name = "ipc-channel"
 8209version = "0.19.0"
 8210source = "registry+https://github.com/rust-lang/crates.io-index"
 8211checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8212dependencies = [
 8213 "bincode",
 8214 "crossbeam-channel",
 8215 "fnv",
 8216 "lazy_static",
 8217 "libc",
 8218 "mio",
 8219 "rand 0.8.5",
 8220 "serde",
 8221 "tempfile",
 8222 "uuid",
 8223 "windows 0.58.0",
 8224]
 8225
 8226[[package]]
 8227name = "ipnet"
 8228version = "2.11.0"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8231
 8232[[package]]
 8233name = "is-docker"
 8234version = "0.2.0"
 8235source = "registry+https://github.com/rust-lang/crates.io-index"
 8236checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8237dependencies = [
 8238 "once_cell",
 8239]
 8240
 8241[[package]]
 8242name = "is-terminal"
 8243version = "0.4.16"
 8244source = "registry+https://github.com/rust-lang/crates.io-index"
 8245checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8246dependencies = [
 8247 "hermit-abi 0.5.0",
 8248 "libc",
 8249 "windows-sys 0.59.0",
 8250]
 8251
 8252[[package]]
 8253name = "is-wsl"
 8254version = "0.4.0"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8257dependencies = [
 8258 "is-docker",
 8259 "once_cell",
 8260]
 8261
 8262[[package]]
 8263name = "is_terminal_polyfill"
 8264version = "1.70.1"
 8265source = "registry+https://github.com/rust-lang/crates.io-index"
 8266checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8267
 8268[[package]]
 8269name = "itertools"
 8270version = "0.10.5"
 8271source = "registry+https://github.com/rust-lang/crates.io-index"
 8272checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8273dependencies = [
 8274 "either",
 8275]
 8276
 8277[[package]]
 8278name = "itertools"
 8279version = "0.11.0"
 8280source = "registry+https://github.com/rust-lang/crates.io-index"
 8281checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8282dependencies = [
 8283 "either",
 8284]
 8285
 8286[[package]]
 8287name = "itertools"
 8288version = "0.12.1"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8291dependencies = [
 8292 "either",
 8293]
 8294
 8295[[package]]
 8296name = "itertools"
 8297version = "0.13.0"
 8298source = "registry+https://github.com/rust-lang/crates.io-index"
 8299checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8300dependencies = [
 8301 "either",
 8302]
 8303
 8304[[package]]
 8305name = "itertools"
 8306version = "0.14.0"
 8307source = "registry+https://github.com/rust-lang/crates.io-index"
 8308checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8309dependencies = [
 8310 "either",
 8311]
 8312
 8313[[package]]
 8314name = "itoa"
 8315version = "1.0.15"
 8316source = "registry+https://github.com/rust-lang/crates.io-index"
 8317checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8318
 8319[[package]]
 8320name = "jiff"
 8321version = "0.2.10"
 8322source = "registry+https://github.com/rust-lang/crates.io-index"
 8323checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8324dependencies = [
 8325 "jiff-static",
 8326 "jiff-tzdb-platform",
 8327 "log",
 8328 "portable-atomic",
 8329 "portable-atomic-util",
 8330 "serde",
 8331 "windows-sys 0.59.0",
 8332]
 8333
 8334[[package]]
 8335name = "jiff-static"
 8336version = "0.2.10"
 8337source = "registry+https://github.com/rust-lang/crates.io-index"
 8338checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8339dependencies = [
 8340 "proc-macro2",
 8341 "quote",
 8342 "syn 2.0.101",
 8343]
 8344
 8345[[package]]
 8346name = "jiff-tzdb"
 8347version = "0.1.4"
 8348source = "registry+https://github.com/rust-lang/crates.io-index"
 8349checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8350
 8351[[package]]
 8352name = "jiff-tzdb-platform"
 8353version = "0.1.3"
 8354source = "registry+https://github.com/rust-lang/crates.io-index"
 8355checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8356dependencies = [
 8357 "jiff-tzdb",
 8358]
 8359
 8360[[package]]
 8361name = "jj"
 8362version = "0.1.0"
 8363dependencies = [
 8364 "anyhow",
 8365 "gpui",
 8366 "jj-lib",
 8367 "workspace-hack",
 8368]
 8369
 8370[[package]]
 8371name = "jj-lib"
 8372version = "0.29.0"
 8373source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8374dependencies = [
 8375 "async-trait",
 8376 "blake2",
 8377 "bstr",
 8378 "chrono",
 8379 "clru",
 8380 "digest",
 8381 "dunce",
 8382 "either",
 8383 "futures 0.3.31",
 8384 "gix",
 8385 "glob",
 8386 "hashbrown 0.15.3",
 8387 "hex",
 8388 "ignore",
 8389 "indexmap",
 8390 "interim",
 8391 "itertools 0.14.0",
 8392 "jj-lib-proc-macros",
 8393 "maplit",
 8394 "once_cell",
 8395 "pest",
 8396 "pest_derive",
 8397 "pollster 0.4.0",
 8398 "prost 0.13.5",
 8399 "rand 0.8.5",
 8400 "rand_chacha 0.3.1",
 8401 "rayon",
 8402 "ref-cast",
 8403 "regex",
 8404 "rustix 1.0.7",
 8405 "same-file",
 8406 "serde",
 8407 "serde_json",
 8408 "smallvec",
 8409 "strsim",
 8410 "tempfile",
 8411 "thiserror 2.0.12",
 8412 "toml_edit",
 8413 "tracing",
 8414 "version_check",
 8415 "winreg 0.52.0",
 8416]
 8417
 8418[[package]]
 8419name = "jj-lib-proc-macros"
 8420version = "0.29.0"
 8421source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8422dependencies = [
 8423 "proc-macro2",
 8424 "quote",
 8425 "syn 2.0.101",
 8426]
 8427
 8428[[package]]
 8429name = "jj_ui"
 8430version = "0.1.0"
 8431dependencies = [
 8432 "command_palette_hooks",
 8433 "feature_flags",
 8434 "fuzzy",
 8435 "gpui",
 8436 "jj",
 8437 "picker",
 8438 "ui",
 8439 "util",
 8440 "workspace",
 8441 "workspace-hack",
 8442 "zed_actions",
 8443]
 8444
 8445[[package]]
 8446name = "jni"
 8447version = "0.21.1"
 8448source = "registry+https://github.com/rust-lang/crates.io-index"
 8449checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8450dependencies = [
 8451 "cesu8",
 8452 "cfg-if",
 8453 "combine",
 8454 "jni-sys",
 8455 "log",
 8456 "thiserror 1.0.69",
 8457 "walkdir",
 8458 "windows-sys 0.45.0",
 8459]
 8460
 8461[[package]]
 8462name = "jni-sys"
 8463version = "0.3.0"
 8464source = "registry+https://github.com/rust-lang/crates.io-index"
 8465checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8466
 8467[[package]]
 8468name = "jobserver"
 8469version = "0.1.33"
 8470source = "registry+https://github.com/rust-lang/crates.io-index"
 8471checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8472dependencies = [
 8473 "getrandom 0.3.2",
 8474 "libc",
 8475]
 8476
 8477[[package]]
 8478name = "journal"
 8479version = "0.1.0"
 8480dependencies = [
 8481 "anyhow",
 8482 "chrono",
 8483 "editor",
 8484 "gpui",
 8485 "log",
 8486 "schemars",
 8487 "serde",
 8488 "settings",
 8489 "shellexpand 2.1.2",
 8490 "workspace",
 8491 "workspace-hack",
 8492]
 8493
 8494[[package]]
 8495name = "jpeg-decoder"
 8496version = "0.3.1"
 8497source = "registry+https://github.com/rust-lang/crates.io-index"
 8498checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8499
 8500[[package]]
 8501name = "js-sys"
 8502version = "0.3.77"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8505dependencies = [
 8506 "once_cell",
 8507 "wasm-bindgen",
 8508]
 8509
 8510[[package]]
 8511name = "jsonschema"
 8512version = "0.30.0"
 8513source = "registry+https://github.com/rust-lang/crates.io-index"
 8514checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8515dependencies = [
 8516 "ahash 0.8.11",
 8517 "base64 0.22.1",
 8518 "bytecount",
 8519 "email_address",
 8520 "fancy-regex 0.14.0",
 8521 "fraction",
 8522 "idna",
 8523 "itoa",
 8524 "num-cmp",
 8525 "num-traits",
 8526 "once_cell",
 8527 "percent-encoding",
 8528 "referencing",
 8529 "regex",
 8530 "regex-syntax 0.8.5",
 8531 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8532 "serde",
 8533 "serde_json",
 8534 "uuid-simd",
 8535]
 8536
 8537[[package]]
 8538name = "jsonwebtoken"
 8539version = "9.3.1"
 8540source = "registry+https://github.com/rust-lang/crates.io-index"
 8541checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8542dependencies = [
 8543 "base64 0.22.1",
 8544 "js-sys",
 8545 "pem",
 8546 "ring",
 8547 "serde",
 8548 "serde_json",
 8549 "simple_asn1",
 8550]
 8551
 8552[[package]]
 8553name = "jupyter-protocol"
 8554version = "0.6.0"
 8555source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8556dependencies = [
 8557 "anyhow",
 8558 "async-trait",
 8559 "bytes 1.10.1",
 8560 "chrono",
 8561 "futures 0.3.31",
 8562 "serde",
 8563 "serde_json",
 8564 "uuid",
 8565]
 8566
 8567[[package]]
 8568name = "jupyter-websocket-client"
 8569version = "0.9.0"
 8570source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8571dependencies = [
 8572 "anyhow",
 8573 "async-trait",
 8574 "async-tungstenite",
 8575 "futures 0.3.31",
 8576 "jupyter-protocol",
 8577 "serde",
 8578 "serde_json",
 8579 "url",
 8580 "uuid",
 8581]
 8582
 8583[[package]]
 8584name = "khronos-egl"
 8585version = "6.0.0"
 8586source = "registry+https://github.com/rust-lang/crates.io-index"
 8587checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8588dependencies = [
 8589 "libc",
 8590 "libloading",
 8591]
 8592
 8593[[package]]
 8594name = "kqueue"
 8595version = "1.0.8"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8598dependencies = [
 8599 "kqueue-sys",
 8600 "libc",
 8601]
 8602
 8603[[package]]
 8604name = "kqueue-sys"
 8605version = "1.0.4"
 8606source = "registry+https://github.com/rust-lang/crates.io-index"
 8607checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8608dependencies = [
 8609 "bitflags 1.3.2",
 8610 "libc",
 8611]
 8612
 8613[[package]]
 8614name = "kstring"
 8615version = "2.0.2"
 8616source = "registry+https://github.com/rust-lang/crates.io-index"
 8617checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8618dependencies = [
 8619 "static_assertions",
 8620]
 8621
 8622[[package]]
 8623name = "kurbo"
 8624version = "0.11.1"
 8625source = "registry+https://github.com/rust-lang/crates.io-index"
 8626checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8627dependencies = [
 8628 "arrayvec",
 8629 "smallvec",
 8630]
 8631
 8632[[package]]
 8633name = "kv-log-macro"
 8634version = "1.0.7"
 8635source = "registry+https://github.com/rust-lang/crates.io-index"
 8636checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8637dependencies = [
 8638 "log",
 8639]
 8640
 8641[[package]]
 8642name = "language"
 8643version = "0.1.0"
 8644dependencies = [
 8645 "anyhow",
 8646 "async-trait",
 8647 "async-watch",
 8648 "clock",
 8649 "collections",
 8650 "ctor",
 8651 "ec4rs",
 8652 "env_logger 0.11.8",
 8653 "fs",
 8654 "futures 0.3.31",
 8655 "fuzzy",
 8656 "globset",
 8657 "gpui",
 8658 "http_client",
 8659 "imara-diff",
 8660 "indoc",
 8661 "itertools 0.14.0",
 8662 "log",
 8663 "lsp",
 8664 "parking_lot",
 8665 "postage",
 8666 "pretty_assertions",
 8667 "rand 0.8.5",
 8668 "regex",
 8669 "rpc",
 8670 "schemars",
 8671 "serde",
 8672 "serde_json",
 8673 "settings",
 8674 "smallvec",
 8675 "smol",
 8676 "streaming-iterator",
 8677 "strsim",
 8678 "sum_tree",
 8679 "task",
 8680 "text",
 8681 "theme",
 8682 "tree-sitter",
 8683 "tree-sitter-elixir",
 8684 "tree-sitter-embedded-template",
 8685 "tree-sitter-heex",
 8686 "tree-sitter-html",
 8687 "tree-sitter-json",
 8688 "tree-sitter-md",
 8689 "tree-sitter-python",
 8690 "tree-sitter-ruby",
 8691 "tree-sitter-rust",
 8692 "tree-sitter-typescript",
 8693 "unicase",
 8694 "unindent",
 8695 "util",
 8696 "workspace-hack",
 8697]
 8698
 8699[[package]]
 8700name = "language_extension"
 8701version = "0.1.0"
 8702dependencies = [
 8703 "anyhow",
 8704 "async-trait",
 8705 "collections",
 8706 "extension",
 8707 "fs",
 8708 "futures 0.3.31",
 8709 "gpui",
 8710 "language",
 8711 "lsp",
 8712 "serde",
 8713 "serde_json",
 8714 "util",
 8715 "workspace-hack",
 8716]
 8717
 8718[[package]]
 8719name = "language_model"
 8720version = "0.1.0"
 8721dependencies = [
 8722 "anthropic",
 8723 "anyhow",
 8724 "base64 0.22.1",
 8725 "client",
 8726 "collections",
 8727 "futures 0.3.31",
 8728 "google_ai",
 8729 "gpui",
 8730 "http_client",
 8731 "icons",
 8732 "image",
 8733 "open_ai",
 8734 "parking_lot",
 8735 "proto",
 8736 "schemars",
 8737 "serde",
 8738 "serde_json",
 8739 "smol",
 8740 "strum 0.27.1",
 8741 "telemetry_events",
 8742 "thiserror 2.0.12",
 8743 "util",
 8744 "workspace-hack",
 8745 "zed_llm_client",
 8746]
 8747
 8748[[package]]
 8749name = "language_model_selector"
 8750version = "0.1.0"
 8751dependencies = [
 8752 "collections",
 8753 "feature_flags",
 8754 "futures 0.3.31",
 8755 "fuzzy",
 8756 "gpui",
 8757 "language_model",
 8758 "log",
 8759 "ordered-float 2.10.1",
 8760 "picker",
 8761 "proto",
 8762 "ui",
 8763 "workspace-hack",
 8764 "zed_actions",
 8765]
 8766
 8767[[package]]
 8768name = "language_models"
 8769version = "0.1.0"
 8770dependencies = [
 8771 "anthropic",
 8772 "anyhow",
 8773 "aws-config",
 8774 "aws-credential-types",
 8775 "aws_http_client",
 8776 "bedrock",
 8777 "client",
 8778 "collections",
 8779 "copilot",
 8780 "credentials_provider",
 8781 "deepseek",
 8782 "editor",
 8783 "feature_flags",
 8784 "fs",
 8785 "futures 0.3.31",
 8786 "google_ai",
 8787 "gpui",
 8788 "gpui_tokio",
 8789 "http_client",
 8790 "language_model",
 8791 "lmstudio",
 8792 "log",
 8793 "menu",
 8794 "mistral",
 8795 "ollama",
 8796 "open_ai",
 8797 "partial-json-fixer",
 8798 "project",
 8799 "proto",
 8800 "release_channel",
 8801 "schemars",
 8802 "serde",
 8803 "serde_json",
 8804 "settings",
 8805 "smol",
 8806 "strum 0.27.1",
 8807 "theme",
 8808 "thiserror 2.0.12",
 8809 "tiktoken-rs",
 8810 "tokio",
 8811 "ui",
 8812 "util",
 8813 "workspace-hack",
 8814 "zed_llm_client",
 8815]
 8816
 8817[[package]]
 8818name = "language_selector"
 8819version = "0.1.0"
 8820dependencies = [
 8821 "anyhow",
 8822 "editor",
 8823 "file_finder",
 8824 "file_icons",
 8825 "fuzzy",
 8826 "gpui",
 8827 "language",
 8828 "picker",
 8829 "project",
 8830 "settings",
 8831 "ui",
 8832 "util",
 8833 "workspace",
 8834 "workspace-hack",
 8835]
 8836
 8837[[package]]
 8838name = "language_tools"
 8839version = "0.1.0"
 8840dependencies = [
 8841 "anyhow",
 8842 "client",
 8843 "collections",
 8844 "copilot",
 8845 "editor",
 8846 "env_logger 0.11.8",
 8847 "futures 0.3.31",
 8848 "gpui",
 8849 "itertools 0.14.0",
 8850 "language",
 8851 "lsp",
 8852 "project",
 8853 "release_channel",
 8854 "serde_json",
 8855 "settings",
 8856 "theme",
 8857 "tree-sitter",
 8858 "ui",
 8859 "util",
 8860 "workspace",
 8861 "workspace-hack",
 8862 "zed_actions",
 8863]
 8864
 8865[[package]]
 8866name = "languages"
 8867version = "0.1.0"
 8868dependencies = [
 8869 "anyhow",
 8870 "async-compression",
 8871 "async-tar",
 8872 "async-trait",
 8873 "collections",
 8874 "futures 0.3.31",
 8875 "gpui",
 8876 "http_client",
 8877 "language",
 8878 "log",
 8879 "lsp",
 8880 "node_runtime",
 8881 "parking_lot",
 8882 "paths",
 8883 "pet",
 8884 "pet-conda",
 8885 "pet-core",
 8886 "pet-fs",
 8887 "pet-poetry",
 8888 "pet-reporter",
 8889 "pretty_assertions",
 8890 "project",
 8891 "regex",
 8892 "rope",
 8893 "rust-embed",
 8894 "serde",
 8895 "serde_json",
 8896 "settings",
 8897 "smol",
 8898 "snippet_provider",
 8899 "task",
 8900 "text",
 8901 "theme",
 8902 "toml 0.8.20",
 8903 "tree-sitter",
 8904 "tree-sitter-bash",
 8905 "tree-sitter-c",
 8906 "tree-sitter-cpp",
 8907 "tree-sitter-css",
 8908 "tree-sitter-diff",
 8909 "tree-sitter-gitcommit",
 8910 "tree-sitter-go",
 8911 "tree-sitter-gomod",
 8912 "tree-sitter-gowork",
 8913 "tree-sitter-jsdoc",
 8914 "tree-sitter-json",
 8915 "tree-sitter-md",
 8916 "tree-sitter-python",
 8917 "tree-sitter-regex",
 8918 "tree-sitter-rust",
 8919 "tree-sitter-typescript",
 8920 "tree-sitter-yaml",
 8921 "unindent",
 8922 "util",
 8923 "workspace",
 8924 "workspace-hack",
 8925]
 8926
 8927[[package]]
 8928name = "lazy_static"
 8929version = "1.5.0"
 8930source = "registry+https://github.com/rust-lang/crates.io-index"
 8931checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8932dependencies = [
 8933 "spin",
 8934]
 8935
 8936[[package]]
 8937name = "lazycell"
 8938version = "1.3.0"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8941
 8942[[package]]
 8943name = "leak"
 8944version = "0.1.2"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8947
 8948[[package]]
 8949name = "leaky-cow"
 8950version = "0.1.1"
 8951source = "registry+https://github.com/rust-lang/crates.io-index"
 8952checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8953dependencies = [
 8954 "leak",
 8955]
 8956
 8957[[package]]
 8958name = "leb128"
 8959version = "0.2.5"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8962
 8963[[package]]
 8964name = "leb128fmt"
 8965version = "0.1.0"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8968
 8969[[package]]
 8970name = "lebe"
 8971version = "0.5.2"
 8972source = "registry+https://github.com/rust-lang/crates.io-index"
 8973checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8974
 8975[[package]]
 8976name = "libc"
 8977version = "0.2.172"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8980
 8981[[package]]
 8982name = "libdbus-sys"
 8983version = "0.2.5"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 8986dependencies = [
 8987 "cc",
 8988 "pkg-config",
 8989]
 8990
 8991[[package]]
 8992name = "libfuzzer-sys"
 8993version = "0.4.9"
 8994source = "registry+https://github.com/rust-lang/crates.io-index"
 8995checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 8996dependencies = [
 8997 "arbitrary",
 8998 "cc",
 8999]
 9000
 9001[[package]]
 9002name = "libgit2-sys"
 9003version = "0.18.1+1.9.0"
 9004source = "registry+https://github.com/rust-lang/crates.io-index"
 9005checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9006dependencies = [
 9007 "cc",
 9008 "libc",
 9009 "libz-sys",
 9010 "pkg-config",
 9011]
 9012
 9013[[package]]
 9014name = "libloading"
 9015version = "0.8.6"
 9016source = "registry+https://github.com/rust-lang/crates.io-index"
 9017checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9018dependencies = [
 9019 "cfg-if",
 9020 "windows-targets 0.52.6",
 9021]
 9022
 9023[[package]]
 9024name = "libm"
 9025version = "0.2.11"
 9026source = "registry+https://github.com/rust-lang/crates.io-index"
 9027checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9028
 9029[[package]]
 9030name = "libmimalloc-sys"
 9031version = "0.1.42"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9034dependencies = [
 9035 "cc",
 9036 "libc",
 9037]
 9038
 9039[[package]]
 9040name = "libredox"
 9041version = "0.1.3"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9044dependencies = [
 9045 "bitflags 2.9.0",
 9046 "libc",
 9047 "redox_syscall 0.5.11",
 9048]
 9049
 9050[[package]]
 9051name = "libsqlite3-sys"
 9052version = "0.30.1"
 9053source = "registry+https://github.com/rust-lang/crates.io-index"
 9054checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9055dependencies = [
 9056 "cc",
 9057 "pkg-config",
 9058 "vcpkg",
 9059]
 9060
 9061[[package]]
 9062name = "libwebrtc"
 9063version = "0.3.10"
 9064source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9065dependencies = [
 9066 "cxx",
 9067 "jni",
 9068 "js-sys",
 9069 "lazy_static",
 9070 "livekit-protocol",
 9071 "livekit-runtime",
 9072 "log",
 9073 "parking_lot",
 9074 "serde",
 9075 "serde_json",
 9076 "thiserror 1.0.69",
 9077 "tokio",
 9078 "wasm-bindgen",
 9079 "wasm-bindgen-futures",
 9080 "web-sys",
 9081 "webrtc-sys",
 9082]
 9083
 9084[[package]]
 9085name = "libz-rs-sys"
 9086version = "0.5.0"
 9087source = "registry+https://github.com/rust-lang/crates.io-index"
 9088checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9089dependencies = [
 9090 "zlib-rs",
 9091]
 9092
 9093[[package]]
 9094name = "libz-sys"
 9095version = "1.1.22"
 9096source = "registry+https://github.com/rust-lang/crates.io-index"
 9097checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9098dependencies = [
 9099 "cc",
 9100 "libc",
 9101 "pkg-config",
 9102 "vcpkg",
 9103]
 9104
 9105[[package]]
 9106name = "link-cplusplus"
 9107version = "1.0.10"
 9108source = "registry+https://github.com/rust-lang/crates.io-index"
 9109checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9110dependencies = [
 9111 "cc",
 9112]
 9113
 9114[[package]]
 9115name = "linkify"
 9116version = "0.10.0"
 9117source = "registry+https://github.com/rust-lang/crates.io-index"
 9118checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9119dependencies = [
 9120 "memchr",
 9121]
 9122
 9123[[package]]
 9124name = "linux-raw-sys"
 9125version = "0.4.15"
 9126source = "registry+https://github.com/rust-lang/crates.io-index"
 9127checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9128
 9129[[package]]
 9130name = "linux-raw-sys"
 9131version = "0.9.4"
 9132source = "registry+https://github.com/rust-lang/crates.io-index"
 9133checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9134
 9135[[package]]
 9136name = "litemap"
 9137version = "0.7.5"
 9138source = "registry+https://github.com/rust-lang/crates.io-index"
 9139checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9140
 9141[[package]]
 9142name = "livekit"
 9143version = "0.7.8"
 9144source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9145dependencies = [
 9146 "chrono",
 9147 "futures-util",
 9148 "lazy_static",
 9149 "libloading",
 9150 "libwebrtc",
 9151 "livekit-api",
 9152 "livekit-protocol",
 9153 "livekit-runtime",
 9154 "log",
 9155 "parking_lot",
 9156 "prost 0.12.6",
 9157 "semver",
 9158 "serde",
 9159 "serde_json",
 9160 "thiserror 1.0.69",
 9161 "tokio",
 9162]
 9163
 9164[[package]]
 9165name = "livekit-api"
 9166version = "0.4.2"
 9167source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9168dependencies = [
 9169 "futures-util",
 9170 "http 0.2.12",
 9171 "livekit-protocol",
 9172 "livekit-runtime",
 9173 "log",
 9174 "parking_lot",
 9175 "pbjson-types",
 9176 "prost 0.12.6",
 9177 "rand 0.9.1",
 9178 "reqwest 0.11.27",
 9179 "scopeguard",
 9180 "serde",
 9181 "sha2",
 9182 "thiserror 1.0.69",
 9183 "tokio",
 9184 "tokio-tungstenite 0.26.2",
 9185 "url",
 9186]
 9187
 9188[[package]]
 9189name = "livekit-protocol"
 9190version = "0.3.9"
 9191source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9192dependencies = [
 9193 "futures-util",
 9194 "livekit-runtime",
 9195 "parking_lot",
 9196 "pbjson",
 9197 "pbjson-types",
 9198 "prost 0.12.6",
 9199 "prost-types 0.12.6",
 9200 "serde",
 9201 "thiserror 1.0.69",
 9202 "tokio",
 9203]
 9204
 9205[[package]]
 9206name = "livekit-runtime"
 9207version = "0.4.0"
 9208source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9209dependencies = [
 9210 "tokio",
 9211 "tokio-stream",
 9212]
 9213
 9214[[package]]
 9215name = "livekit_api"
 9216version = "0.1.0"
 9217dependencies = [
 9218 "anyhow",
 9219 "async-trait",
 9220 "jsonwebtoken",
 9221 "log",
 9222 "prost 0.9.0",
 9223 "prost-build 0.9.0",
 9224 "prost-types 0.9.0",
 9225 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9226 "serde",
 9227 "workspace-hack",
 9228]
 9229
 9230[[package]]
 9231name = "livekit_client"
 9232version = "0.1.0"
 9233dependencies = [
 9234 "anyhow",
 9235 "async-trait",
 9236 "collections",
 9237 "core-foundation 0.10.0",
 9238 "core-video",
 9239 "coreaudio-rs 0.12.1",
 9240 "cpal",
 9241 "futures 0.3.31",
 9242 "gpui",
 9243 "gpui_tokio",
 9244 "http_client_tls",
 9245 "image",
 9246 "libwebrtc",
 9247 "livekit",
 9248 "livekit_api",
 9249 "log",
 9250 "nanoid",
 9251 "objc",
 9252 "parking_lot",
 9253 "postage",
 9254 "scap",
 9255 "serde",
 9256 "serde_json",
 9257 "sha2",
 9258 "simplelog",
 9259 "smallvec",
 9260 "tokio-tungstenite 0.26.2",
 9261 "util",
 9262 "workspace-hack",
 9263]
 9264
 9265[[package]]
 9266name = "lmdb-master-sys"
 9267version = "0.2.5"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9270dependencies = [
 9271 "cc",
 9272 "doxygen-rs",
 9273 "libc",
 9274]
 9275
 9276[[package]]
 9277name = "lmstudio"
 9278version = "0.1.0"
 9279dependencies = [
 9280 "anyhow",
 9281 "futures 0.3.31",
 9282 "http_client",
 9283 "schemars",
 9284 "serde",
 9285 "serde_json",
 9286 "workspace-hack",
 9287]
 9288
 9289[[package]]
 9290name = "lock_api"
 9291version = "0.4.12"
 9292source = "registry+https://github.com/rust-lang/crates.io-index"
 9293checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9294dependencies = [
 9295 "autocfg",
 9296 "scopeguard",
 9297]
 9298
 9299[[package]]
 9300name = "log"
 9301version = "0.4.27"
 9302source = "registry+https://github.com/rust-lang/crates.io-index"
 9303checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9304dependencies = [
 9305 "serde",
 9306 "value-bag",
 9307]
 9308
 9309[[package]]
 9310name = "logos"
 9311version = "0.15.0"
 9312source = "registry+https://github.com/rust-lang/crates.io-index"
 9313checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9314dependencies = [
 9315 "logos-derive",
 9316]
 9317
 9318[[package]]
 9319name = "logos-codegen"
 9320version = "0.15.0"
 9321source = "registry+https://github.com/rust-lang/crates.io-index"
 9322checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9323dependencies = [
 9324 "beef",
 9325 "fnv",
 9326 "lazy_static",
 9327 "proc-macro2",
 9328 "quote",
 9329 "regex-syntax 0.8.5",
 9330 "rustc_version",
 9331 "syn 2.0.101",
 9332]
 9333
 9334[[package]]
 9335name = "logos-derive"
 9336version = "0.15.0"
 9337source = "registry+https://github.com/rust-lang/crates.io-index"
 9338checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9339dependencies = [
 9340 "logos-codegen",
 9341]
 9342
 9343[[package]]
 9344name = "loop9"
 9345version = "0.1.5"
 9346source = "registry+https://github.com/rust-lang/crates.io-index"
 9347checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9348dependencies = [
 9349 "imgref",
 9350]
 9351
 9352[[package]]
 9353name = "lru"
 9354version = "0.12.5"
 9355source = "registry+https://github.com/rust-lang/crates.io-index"
 9356checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9357dependencies = [
 9358 "hashbrown 0.15.3",
 9359]
 9360
 9361[[package]]
 9362name = "lsp"
 9363version = "0.1.0"
 9364dependencies = [
 9365 "anyhow",
 9366 "async-pipe",
 9367 "collections",
 9368 "ctor",
 9369 "env_logger 0.11.8",
 9370 "futures 0.3.31",
 9371 "gpui",
 9372 "log",
 9373 "lsp-types",
 9374 "parking_lot",
 9375 "postage",
 9376 "release_channel",
 9377 "schemars",
 9378 "serde",
 9379 "serde_json",
 9380 "smol",
 9381 "util",
 9382 "workspace-hack",
 9383]
 9384
 9385[[package]]
 9386name = "lsp-types"
 9387version = "0.95.1"
 9388source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9389dependencies = [
 9390 "bitflags 1.3.2",
 9391 "serde",
 9392 "serde_json",
 9393 "serde_repr",
 9394 "url",
 9395]
 9396
 9397[[package]]
 9398name = "lyon"
 9399version = "1.0.1"
 9400source = "registry+https://github.com/rust-lang/crates.io-index"
 9401checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9402dependencies = [
 9403 "lyon_algorithms",
 9404 "lyon_extra",
 9405 "lyon_tessellation",
 9406]
 9407
 9408[[package]]
 9409name = "lyon_algorithms"
 9410version = "1.0.5"
 9411source = "registry+https://github.com/rust-lang/crates.io-index"
 9412checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9413dependencies = [
 9414 "lyon_path",
 9415 "num-traits",
 9416]
 9417
 9418[[package]]
 9419name = "lyon_extra"
 9420version = "1.0.3"
 9421source = "registry+https://github.com/rust-lang/crates.io-index"
 9422checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9423dependencies = [
 9424 "lyon_path",
 9425 "thiserror 1.0.69",
 9426]
 9427
 9428[[package]]
 9429name = "lyon_geom"
 9430version = "1.0.6"
 9431source = "registry+https://github.com/rust-lang/crates.io-index"
 9432checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9433dependencies = [
 9434 "arrayvec",
 9435 "euclid",
 9436 "num-traits",
 9437]
 9438
 9439[[package]]
 9440name = "lyon_path"
 9441version = "1.0.7"
 9442source = "registry+https://github.com/rust-lang/crates.io-index"
 9443checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9444dependencies = [
 9445 "lyon_geom",
 9446 "num-traits",
 9447]
 9448
 9449[[package]]
 9450name = "lyon_tessellation"
 9451version = "1.0.15"
 9452source = "registry+https://github.com/rust-lang/crates.io-index"
 9453checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9454dependencies = [
 9455 "float_next_after",
 9456 "lyon_path",
 9457 "num-traits",
 9458]
 9459
 9460[[package]]
 9461name = "mac"
 9462version = "0.1.1"
 9463source = "registry+https://github.com/rust-lang/crates.io-index"
 9464checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9465
 9466[[package]]
 9467name = "mach2"
 9468version = "0.4.2"
 9469source = "registry+https://github.com/rust-lang/crates.io-index"
 9470checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9471dependencies = [
 9472 "libc",
 9473]
 9474
 9475[[package]]
 9476name = "malloc_buf"
 9477version = "0.0.6"
 9478source = "registry+https://github.com/rust-lang/crates.io-index"
 9479checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9480dependencies = [
 9481 "libc",
 9482]
 9483
 9484[[package]]
 9485name = "maplit"
 9486version = "1.0.2"
 9487source = "registry+https://github.com/rust-lang/crates.io-index"
 9488checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9489
 9490[[package]]
 9491name = "markdown"
 9492version = "0.1.0"
 9493dependencies = [
 9494 "anyhow",
 9495 "assets",
 9496 "base64 0.22.1",
 9497 "env_logger 0.11.8",
 9498 "gpui",
 9499 "language",
 9500 "languages",
 9501 "linkify",
 9502 "log",
 9503 "node_runtime",
 9504 "pulldown-cmark 0.12.2",
 9505 "settings",
 9506 "sum_tree",
 9507 "theme",
 9508 "ui",
 9509 "util",
 9510 "workspace-hack",
 9511]
 9512
 9513[[package]]
 9514name = "markdown_preview"
 9515version = "0.1.0"
 9516dependencies = [
 9517 "anyhow",
 9518 "async-recursion 1.1.1",
 9519 "collections",
 9520 "editor",
 9521 "gpui",
 9522 "language",
 9523 "linkify",
 9524 "log",
 9525 "pretty_assertions",
 9526 "pulldown-cmark 0.12.2",
 9527 "settings",
 9528 "theme",
 9529 "ui",
 9530 "util",
 9531 "workspace",
 9532 "workspace-hack",
 9533]
 9534
 9535[[package]]
 9536name = "markup5ever"
 9537version = "0.12.1"
 9538source = "registry+https://github.com/rust-lang/crates.io-index"
 9539checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9540dependencies = [
 9541 "log",
 9542 "phf",
 9543 "phf_codegen",
 9544 "string_cache",
 9545 "string_cache_codegen",
 9546 "tendril",
 9547]
 9548
 9549[[package]]
 9550name = "markup5ever"
 9551version = "0.16.1"
 9552source = "registry+https://github.com/rust-lang/crates.io-index"
 9553checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9554dependencies = [
 9555 "log",
 9556 "tendril",
 9557 "web_atoms",
 9558]
 9559
 9560[[package]]
 9561name = "markup5ever_rcdom"
 9562version = "0.3.0"
 9563source = "registry+https://github.com/rust-lang/crates.io-index"
 9564checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9565dependencies = [
 9566 "html5ever 0.27.0",
 9567 "markup5ever 0.12.1",
 9568 "tendril",
 9569 "xml5ever",
 9570]
 9571
 9572[[package]]
 9573name = "match_token"
 9574version = "0.1.0"
 9575source = "registry+https://github.com/rust-lang/crates.io-index"
 9576checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9577dependencies = [
 9578 "proc-macro2",
 9579 "quote",
 9580 "syn 2.0.101",
 9581]
 9582
 9583[[package]]
 9584name = "matchers"
 9585version = "0.1.0"
 9586source = "registry+https://github.com/rust-lang/crates.io-index"
 9587checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9588dependencies = [
 9589 "regex-automata 0.1.10",
 9590]
 9591
 9592[[package]]
 9593name = "matchit"
 9594version = "0.7.3"
 9595source = "registry+https://github.com/rust-lang/crates.io-index"
 9596checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9597
 9598[[package]]
 9599name = "maybe-async"
 9600version = "0.2.10"
 9601source = "registry+https://github.com/rust-lang/crates.io-index"
 9602checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9603dependencies = [
 9604 "proc-macro2",
 9605 "quote",
 9606 "syn 2.0.101",
 9607]
 9608
 9609[[package]]
 9610name = "maybe-owned"
 9611version = "0.3.4"
 9612source = "registry+https://github.com/rust-lang/crates.io-index"
 9613checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9614
 9615[[package]]
 9616name = "maybe-rayon"
 9617version = "0.1.1"
 9618source = "registry+https://github.com/rust-lang/crates.io-index"
 9619checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9620dependencies = [
 9621 "cfg-if",
 9622 "rayon",
 9623]
 9624
 9625[[package]]
 9626name = "md-5"
 9627version = "0.10.6"
 9628source = "registry+https://github.com/rust-lang/crates.io-index"
 9629checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9630dependencies = [
 9631 "cfg-if",
 9632 "digest",
 9633]
 9634
 9635[[package]]
 9636name = "mdbook"
 9637version = "0.4.48"
 9638source = "registry+https://github.com/rust-lang/crates.io-index"
 9639checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9640dependencies = [
 9641 "ammonia",
 9642 "anyhow",
 9643 "chrono",
 9644 "clap",
 9645 "clap_complete",
 9646 "elasticlunr-rs",
 9647 "env_logger 0.11.8",
 9648 "futures-util",
 9649 "handlebars 6.3.2",
 9650 "hex",
 9651 "ignore",
 9652 "log",
 9653 "memchr",
 9654 "notify",
 9655 "notify-debouncer-mini",
 9656 "once_cell",
 9657 "opener",
 9658 "pathdiff",
 9659 "pulldown-cmark 0.10.3",
 9660 "regex",
 9661 "serde",
 9662 "serde_json",
 9663 "sha2",
 9664 "shlex",
 9665 "tempfile",
 9666 "tokio",
 9667 "toml 0.5.11",
 9668 "topological-sort",
 9669 "walkdir",
 9670 "warp",
 9671]
 9672
 9673[[package]]
 9674name = "media"
 9675version = "0.1.0"
 9676dependencies = [
 9677 "anyhow",
 9678 "bindgen 0.71.1",
 9679 "core-foundation 0.10.0",
 9680 "core-video",
 9681 "ctor",
 9682 "foreign-types 0.5.0",
 9683 "metal",
 9684 "objc",
 9685 "workspace-hack",
 9686]
 9687
 9688[[package]]
 9689name = "memchr"
 9690version = "2.7.4"
 9691source = "registry+https://github.com/rust-lang/crates.io-index"
 9692checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9693
 9694[[package]]
 9695name = "memfd"
 9696version = "0.6.4"
 9697source = "registry+https://github.com/rust-lang/crates.io-index"
 9698checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9699dependencies = [
 9700 "rustix 0.38.44",
 9701]
 9702
 9703[[package]]
 9704name = "memmap2"
 9705version = "0.9.5"
 9706source = "registry+https://github.com/rust-lang/crates.io-index"
 9707checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9708dependencies = [
 9709 "libc",
 9710]
 9711
 9712[[package]]
 9713name = "memoffset"
 9714version = "0.9.1"
 9715source = "registry+https://github.com/rust-lang/crates.io-index"
 9716checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9717dependencies = [
 9718 "autocfg",
 9719]
 9720
 9721[[package]]
 9722name = "menu"
 9723version = "0.1.0"
 9724dependencies = [
 9725 "gpui",
 9726 "workspace-hack",
 9727]
 9728
 9729[[package]]
 9730name = "metal"
 9731version = "0.29.0"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9734dependencies = [
 9735 "bitflags 2.9.0",
 9736 "block",
 9737 "core-graphics-types 0.1.3",
 9738 "foreign-types 0.5.0",
 9739 "log",
 9740 "objc",
 9741 "paste",
 9742]
 9743
 9744[[package]]
 9745name = "migrator"
 9746version = "0.1.0"
 9747dependencies = [
 9748 "anyhow",
 9749 "collections",
 9750 "convert_case 0.8.0",
 9751 "log",
 9752 "pretty_assertions",
 9753 "streaming-iterator",
 9754 "tree-sitter",
 9755 "tree-sitter-json",
 9756 "workspace-hack",
 9757]
 9758
 9759[[package]]
 9760name = "mimalloc"
 9761version = "0.1.46"
 9762source = "registry+https://github.com/rust-lang/crates.io-index"
 9763checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9764dependencies = [
 9765 "libmimalloc-sys",
 9766]
 9767
 9768[[package]]
 9769name = "mime"
 9770version = "0.3.17"
 9771source = "registry+https://github.com/rust-lang/crates.io-index"
 9772checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9773
 9774[[package]]
 9775name = "mime_guess"
 9776version = "2.0.5"
 9777source = "registry+https://github.com/rust-lang/crates.io-index"
 9778checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9779dependencies = [
 9780 "mime",
 9781 "unicase",
 9782]
 9783
 9784[[package]]
 9785name = "minimal-lexical"
 9786version = "0.2.1"
 9787source = "registry+https://github.com/rust-lang/crates.io-index"
 9788checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9789
 9790[[package]]
 9791name = "miniz_oxide"
 9792version = "0.8.8"
 9793source = "registry+https://github.com/rust-lang/crates.io-index"
 9794checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9795dependencies = [
 9796 "adler2",
 9797 "simd-adler32",
 9798]
 9799
 9800[[package]]
 9801name = "mint"
 9802version = "0.5.9"
 9803source = "registry+https://github.com/rust-lang/crates.io-index"
 9804checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9805
 9806[[package]]
 9807name = "mio"
 9808version = "1.0.3"
 9809source = "registry+https://github.com/rust-lang/crates.io-index"
 9810checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9811dependencies = [
 9812 "libc",
 9813 "log",
 9814 "wasi 0.11.0+wasi-snapshot-preview1",
 9815 "windows-sys 0.52.0",
 9816]
 9817
 9818[[package]]
 9819name = "miow"
 9820version = "0.6.0"
 9821source = "registry+https://github.com/rust-lang/crates.io-index"
 9822checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9823dependencies = [
 9824 "windows-sys 0.48.0",
 9825]
 9826
 9827[[package]]
 9828name = "mistral"
 9829version = "0.1.0"
 9830dependencies = [
 9831 "anyhow",
 9832 "futures 0.3.31",
 9833 "http_client",
 9834 "schemars",
 9835 "serde",
 9836 "serde_json",
 9837 "strum 0.27.1",
 9838 "workspace-hack",
 9839]
 9840
 9841[[package]]
 9842name = "msvc_spectre_libs"
 9843version = "0.1.3"
 9844source = "registry+https://github.com/rust-lang/crates.io-index"
 9845checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9846dependencies = [
 9847 "cc",
 9848]
 9849
 9850[[package]]
 9851name = "multi_buffer"
 9852version = "0.1.0"
 9853dependencies = [
 9854 "anyhow",
 9855 "buffer_diff",
 9856 "clock",
 9857 "collections",
 9858 "ctor",
 9859 "env_logger 0.11.8",
 9860 "gpui",
 9861 "indoc",
 9862 "itertools 0.14.0",
 9863 "language",
 9864 "log",
 9865 "parking_lot",
 9866 "pretty_assertions",
 9867 "project",
 9868 "rand 0.8.5",
 9869 "rope",
 9870 "serde",
 9871 "settings",
 9872 "smallvec",
 9873 "smol",
 9874 "sum_tree",
 9875 "text",
 9876 "theme",
 9877 "tree-sitter",
 9878 "util",
 9879 "workspace-hack",
 9880]
 9881
 9882[[package]]
 9883name = "multimap"
 9884version = "0.8.3"
 9885source = "registry+https://github.com/rust-lang/crates.io-index"
 9886checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9887
 9888[[package]]
 9889name = "multimap"
 9890version = "0.10.0"
 9891source = "registry+https://github.com/rust-lang/crates.io-index"
 9892checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9893
 9894[[package]]
 9895name = "naga"
 9896version = "25.0.1"
 9897source = "registry+https://github.com/rust-lang/crates.io-index"
 9898checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9899dependencies = [
 9900 "arrayvec",
 9901 "bit-set 0.8.0",
 9902 "bitflags 2.9.0",
 9903 "cfg_aliases 0.2.1",
 9904 "codespan-reporting 0.12.0",
 9905 "half",
 9906 "hashbrown 0.15.3",
 9907 "hexf-parse",
 9908 "indexmap",
 9909 "log",
 9910 "num-traits",
 9911 "once_cell",
 9912 "rustc-hash 1.1.0",
 9913 "spirv",
 9914 "strum 0.26.3",
 9915 "thiserror 2.0.12",
 9916 "unicode-ident",
 9917]
 9918
 9919[[package]]
 9920name = "nanoid"
 9921version = "0.4.0"
 9922source = "registry+https://github.com/rust-lang/crates.io-index"
 9923checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9924dependencies = [
 9925 "rand 0.8.5",
 9926]
 9927
 9928[[package]]
 9929name = "nanorand"
 9930version = "0.7.0"
 9931source = "registry+https://github.com/rust-lang/crates.io-index"
 9932checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9933dependencies = [
 9934 "getrandom 0.2.15",
 9935]
 9936
 9937[[package]]
 9938name = "native-tls"
 9939version = "0.2.14"
 9940source = "registry+https://github.com/rust-lang/crates.io-index"
 9941checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9942dependencies = [
 9943 "libc",
 9944 "log",
 9945 "openssl",
 9946 "openssl-probe",
 9947 "openssl-sys",
 9948 "schannel",
 9949 "security-framework 2.11.1",
 9950 "security-framework-sys",
 9951 "tempfile",
 9952]
 9953
 9954[[package]]
 9955name = "nbformat"
 9956version = "0.10.0"
 9957source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 9958dependencies = [
 9959 "anyhow",
 9960 "chrono",
 9961 "jupyter-protocol",
 9962 "serde",
 9963 "serde_json",
 9964 "thiserror 1.0.69",
 9965 "uuid",
 9966]
 9967
 9968[[package]]
 9969name = "ndk"
 9970version = "0.8.0"
 9971source = "registry+https://github.com/rust-lang/crates.io-index"
 9972checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 9973dependencies = [
 9974 "bitflags 2.9.0",
 9975 "jni-sys",
 9976 "log",
 9977 "ndk-sys",
 9978 "num_enum",
 9979 "thiserror 1.0.69",
 9980]
 9981
 9982[[package]]
 9983name = "ndk-context"
 9984version = "0.1.1"
 9985source = "registry+https://github.com/rust-lang/crates.io-index"
 9986checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 9987
 9988[[package]]
 9989name = "ndk-sys"
 9990version = "0.5.0+25.2.9519653"
 9991source = "registry+https://github.com/rust-lang/crates.io-index"
 9992checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 9993dependencies = [
 9994 "jni-sys",
 9995]
 9996
 9997[[package]]
 9998name = "new_debug_unreachable"
 9999version = "1.0.6"
10000source = "registry+https://github.com/rust-lang/crates.io-index"
10001checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10002
10003[[package]]
10004name = "nix"
10005version = "0.28.0"
10006source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10008dependencies = [
10009 "bitflags 2.9.0",
10010 "cfg-if",
10011 "cfg_aliases 0.1.1",
10012 "libc",
10013]
10014
10015[[package]]
10016name = "nix"
10017version = "0.29.0"
10018source = "registry+https://github.com/rust-lang/crates.io-index"
10019checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10020dependencies = [
10021 "bitflags 2.9.0",
10022 "cfg-if",
10023 "cfg_aliases 0.2.1",
10024 "libc",
10025 "memoffset",
10026]
10027
10028[[package]]
10029name = "node_runtime"
10030version = "0.1.0"
10031dependencies = [
10032 "anyhow",
10033 "async-compression",
10034 "async-std",
10035 "async-tar",
10036 "async-trait",
10037 "async-watch",
10038 "async_zip",
10039 "futures 0.3.31",
10040 "http_client",
10041 "log",
10042 "paths",
10043 "semver",
10044 "serde",
10045 "serde_json",
10046 "smol",
10047 "tempfile",
10048 "util",
10049 "walkdir",
10050 "which 6.0.3",
10051 "workspace-hack",
10052]
10053
10054[[package]]
10055name = "nom"
10056version = "7.1.3"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10059dependencies = [
10060 "memchr",
10061 "minimal-lexical",
10062]
10063
10064[[package]]
10065name = "noop_proc_macro"
10066version = "0.3.0"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10069
10070[[package]]
10071name = "normpath"
10072version = "1.3.0"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10075dependencies = [
10076 "windows-sys 0.59.0",
10077]
10078
10079[[package]]
10080name = "notifications"
10081version = "0.1.0"
10082dependencies = [
10083 "anyhow",
10084 "channel",
10085 "client",
10086 "collections",
10087 "component",
10088 "db",
10089 "gpui",
10090 "rpc",
10091 "settings",
10092 "sum_tree",
10093 "time",
10094 "ui",
10095 "util",
10096 "workspace",
10097 "workspace-hack",
10098]
10099
10100[[package]]
10101name = "notify"
10102version = "8.0.0"
10103source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10104dependencies = [
10105 "bitflags 2.9.0",
10106 "filetime",
10107 "fsevent-sys 4.1.0",
10108 "inotify",
10109 "kqueue",
10110 "libc",
10111 "log",
10112 "mio",
10113 "notify-types",
10114 "walkdir",
10115 "windows-sys 0.59.0",
10116]
10117
10118[[package]]
10119name = "notify-debouncer-mini"
10120version = "0.6.0"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10123dependencies = [
10124 "log",
10125 "notify",
10126 "notify-types",
10127 "tempfile",
10128]
10129
10130[[package]]
10131name = "notify-types"
10132version = "2.0.0"
10133source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10134
10135[[package]]
10136name = "ntapi"
10137version = "0.4.1"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10140dependencies = [
10141 "winapi",
10142]
10143
10144[[package]]
10145name = "nu-ansi-term"
10146version = "0.46.0"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10149dependencies = [
10150 "overload",
10151 "winapi",
10152]
10153
10154[[package]]
10155name = "num"
10156version = "0.4.3"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10159dependencies = [
10160 "num-bigint",
10161 "num-complex",
10162 "num-integer",
10163 "num-iter",
10164 "num-rational",
10165 "num-traits",
10166]
10167
10168[[package]]
10169name = "num-bigint"
10170version = "0.4.6"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10173dependencies = [
10174 "num-integer",
10175 "num-traits",
10176]
10177
10178[[package]]
10179name = "num-bigint-dig"
10180version = "0.8.4"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10183dependencies = [
10184 "byteorder",
10185 "lazy_static",
10186 "libm",
10187 "num-integer",
10188 "num-iter",
10189 "num-traits",
10190 "rand 0.8.5",
10191 "serde",
10192 "smallvec",
10193 "zeroize",
10194]
10195
10196[[package]]
10197name = "num-cmp"
10198version = "0.1.0"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10201
10202[[package]]
10203name = "num-complex"
10204version = "0.4.6"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10207dependencies = [
10208 "num-traits",
10209]
10210
10211[[package]]
10212name = "num-conv"
10213version = "0.1.0"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10216
10217[[package]]
10218name = "num-derive"
10219version = "0.4.2"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10222dependencies = [
10223 "proc-macro2",
10224 "quote",
10225 "syn 2.0.101",
10226]
10227
10228[[package]]
10229name = "num-format"
10230version = "0.4.4"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10233dependencies = [
10234 "arrayvec",
10235 "itoa",
10236]
10237
10238[[package]]
10239name = "num-integer"
10240version = "0.1.46"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10243dependencies = [
10244 "num-traits",
10245]
10246
10247[[package]]
10248name = "num-iter"
10249version = "0.1.45"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10252dependencies = [
10253 "autocfg",
10254 "num-integer",
10255 "num-traits",
10256]
10257
10258[[package]]
10259name = "num-modular"
10260version = "0.6.1"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10263
10264[[package]]
10265name = "num-order"
10266version = "1.2.0"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10269dependencies = [
10270 "num-modular",
10271]
10272
10273[[package]]
10274name = "num-rational"
10275version = "0.4.2"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10278dependencies = [
10279 "num-bigint",
10280 "num-integer",
10281 "num-traits",
10282]
10283
10284[[package]]
10285name = "num-traits"
10286version = "0.2.19"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10289dependencies = [
10290 "autocfg",
10291 "libm",
10292]
10293
10294[[package]]
10295name = "num_cpus"
10296version = "1.16.0"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10299dependencies = [
10300 "hermit-abi 0.3.9",
10301 "libc",
10302]
10303
10304[[package]]
10305name = "num_enum"
10306version = "0.7.3"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10309dependencies = [
10310 "num_enum_derive",
10311]
10312
10313[[package]]
10314name = "num_enum_derive"
10315version = "0.7.3"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10318dependencies = [
10319 "proc-macro-crate",
10320 "proc-macro2",
10321 "quote",
10322 "syn 2.0.101",
10323]
10324
10325[[package]]
10326name = "num_threads"
10327version = "0.1.7"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10330dependencies = [
10331 "libc",
10332]
10333
10334[[package]]
10335name = "nvim-rs"
10336version = "0.9.2"
10337source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10338dependencies = [
10339 "async-trait",
10340 "futures 0.3.31",
10341 "log",
10342 "rmp",
10343 "rmpv",
10344 "tokio",
10345 "tokio-util",
10346]
10347
10348[[package]]
10349name = "objc"
10350version = "0.2.7"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10353dependencies = [
10354 "malloc_buf",
10355 "objc_exception",
10356]
10357
10358[[package]]
10359name = "objc-foundation"
10360version = "0.1.1"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10363dependencies = [
10364 "block",
10365 "objc",
10366 "objc_id",
10367]
10368
10369[[package]]
10370name = "objc2"
10371version = "0.6.1"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10374dependencies = [
10375 "objc2-encode",
10376]
10377
10378[[package]]
10379name = "objc2-app-kit"
10380version = "0.3.1"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10383dependencies = [
10384 "bitflags 2.9.0",
10385 "objc2",
10386 "objc2-core-foundation",
10387 "objc2-foundation",
10388 "objc2-quartz-core",
10389]
10390
10391[[package]]
10392name = "objc2-core-foundation"
10393version = "0.3.1"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10396dependencies = [
10397 "bitflags 2.9.0",
10398 "dispatch2",
10399 "objc2",
10400]
10401
10402[[package]]
10403name = "objc2-encode"
10404version = "4.1.0"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10407
10408[[package]]
10409name = "objc2-foundation"
10410version = "0.3.1"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10413dependencies = [
10414 "bitflags 2.9.0",
10415 "objc2",
10416 "objc2-core-foundation",
10417]
10418
10419[[package]]
10420name = "objc2-metal"
10421version = "0.3.1"
10422source = "registry+https://github.com/rust-lang/crates.io-index"
10423checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10424dependencies = [
10425 "bitflags 2.9.0",
10426 "block2",
10427 "dispatch2",
10428 "objc2",
10429 "objc2-core-foundation",
10430 "objc2-foundation",
10431]
10432
10433[[package]]
10434name = "objc2-quartz-core"
10435version = "0.3.1"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10438dependencies = [
10439 "bitflags 2.9.0",
10440 "objc2",
10441 "objc2-core-foundation",
10442 "objc2-foundation",
10443 "objc2-metal",
10444]
10445
10446[[package]]
10447name = "objc2-ui-kit"
10448version = "0.3.1"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10451dependencies = [
10452 "bitflags 2.9.0",
10453 "objc2",
10454 "objc2-core-foundation",
10455 "objc2-foundation",
10456 "objc2-quartz-core",
10457]
10458
10459[[package]]
10460name = "objc_exception"
10461version = "0.1.2"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10464dependencies = [
10465 "cc",
10466]
10467
10468[[package]]
10469name = "objc_id"
10470version = "0.1.1"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10473dependencies = [
10474 "objc",
10475]
10476
10477[[package]]
10478name = "object"
10479version = "0.36.7"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10482dependencies = [
10483 "crc32fast",
10484 "hashbrown 0.15.3",
10485 "indexmap",
10486 "memchr",
10487]
10488
10489[[package]]
10490name = "oboe"
10491version = "0.6.1"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10494dependencies = [
10495 "jni",
10496 "ndk",
10497 "ndk-context",
10498 "num-derive",
10499 "num-traits",
10500 "oboe-sys",
10501]
10502
10503[[package]]
10504name = "oboe-sys"
10505version = "0.6.1"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10508dependencies = [
10509 "cc",
10510]
10511
10512[[package]]
10513name = "ollama"
10514version = "0.1.0"
10515dependencies = [
10516 "anyhow",
10517 "futures 0.3.31",
10518 "http_client",
10519 "schemars",
10520 "serde",
10521 "serde_json",
10522 "workspace-hack",
10523]
10524
10525[[package]]
10526name = "once_cell"
10527version = "1.21.3"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10530
10531[[package]]
10532name = "oo7"
10533version = "0.4.3"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10536dependencies = [
10537 "aes",
10538 "ashpd",
10539 "async-fs",
10540 "async-io",
10541 "async-lock",
10542 "blocking",
10543 "cbc",
10544 "cipher",
10545 "digest",
10546 "endi",
10547 "futures-lite 2.6.0",
10548 "futures-util",
10549 "getrandom 0.3.2",
10550 "hkdf",
10551 "hmac",
10552 "md-5",
10553 "num",
10554 "num-bigint-dig",
10555 "pbkdf2 0.12.2",
10556 "rand 0.9.1",
10557 "serde",
10558 "sha2",
10559 "subtle",
10560 "zbus",
10561 "zbus_macros",
10562 "zeroize",
10563 "zvariant",
10564]
10565
10566[[package]]
10567name = "oorandom"
10568version = "11.1.5"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10571
10572[[package]]
10573name = "open"
10574version = "5.3.2"
10575source = "registry+https://github.com/rust-lang/crates.io-index"
10576checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10577dependencies = [
10578 "is-wsl",
10579 "libc",
10580 "pathdiff",
10581]
10582
10583[[package]]
10584name = "open_ai"
10585version = "0.1.0"
10586dependencies = [
10587 "anyhow",
10588 "futures 0.3.31",
10589 "http_client",
10590 "schemars",
10591 "serde",
10592 "serde_json",
10593 "strum 0.27.1",
10594 "workspace-hack",
10595]
10596
10597[[package]]
10598name = "opener"
10599version = "0.7.2"
10600source = "registry+https://github.com/rust-lang/crates.io-index"
10601checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10602dependencies = [
10603 "bstr",
10604 "dbus",
10605 "normpath",
10606 "windows-sys 0.59.0",
10607]
10608
10609[[package]]
10610name = "openssl"
10611version = "0.10.72"
10612source = "registry+https://github.com/rust-lang/crates.io-index"
10613checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10614dependencies = [
10615 "bitflags 2.9.0",
10616 "cfg-if",
10617 "foreign-types 0.3.2",
10618 "libc",
10619 "once_cell",
10620 "openssl-macros",
10621 "openssl-sys",
10622]
10623
10624[[package]]
10625name = "openssl-macros"
10626version = "0.1.1"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10629dependencies = [
10630 "proc-macro2",
10631 "quote",
10632 "syn 2.0.101",
10633]
10634
10635[[package]]
10636name = "openssl-probe"
10637version = "0.1.6"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10640
10641[[package]]
10642name = "openssl-sys"
10643version = "0.9.107"
10644source = "registry+https://github.com/rust-lang/crates.io-index"
10645checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10646dependencies = [
10647 "cc",
10648 "libc",
10649 "pkg-config",
10650 "vcpkg",
10651]
10652
10653[[package]]
10654name = "optfield"
10655version = "0.3.0"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10658dependencies = [
10659 "proc-macro2",
10660 "quote",
10661 "syn 2.0.101",
10662]
10663
10664[[package]]
10665name = "option-ext"
10666version = "0.2.0"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10669
10670[[package]]
10671name = "ordered-float"
10672version = "2.10.1"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10675dependencies = [
10676 "num-traits",
10677]
10678
10679[[package]]
10680name = "ordered-float"
10681version = "4.6.0"
10682source = "registry+https://github.com/rust-lang/crates.io-index"
10683checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10684dependencies = [
10685 "num-traits",
10686]
10687
10688[[package]]
10689name = "ordered-stream"
10690version = "0.2.0"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10693dependencies = [
10694 "futures-core",
10695 "pin-project-lite",
10696]
10697
10698[[package]]
10699name = "ouroboros"
10700version = "0.18.5"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10703dependencies = [
10704 "aliasable",
10705 "ouroboros_macro",
10706 "static_assertions",
10707]
10708
10709[[package]]
10710name = "ouroboros_macro"
10711version = "0.18.5"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10714dependencies = [
10715 "heck 0.4.1",
10716 "proc-macro2",
10717 "proc-macro2-diagnostics",
10718 "quote",
10719 "syn 2.0.101",
10720]
10721
10722[[package]]
10723name = "outline"
10724version = "0.1.0"
10725dependencies = [
10726 "editor",
10727 "fuzzy",
10728 "gpui",
10729 "indoc",
10730 "language",
10731 "menu",
10732 "ordered-float 2.10.1",
10733 "picker",
10734 "project",
10735 "rope",
10736 "serde_json",
10737 "settings",
10738 "smol",
10739 "theme",
10740 "tree-sitter-rust",
10741 "tree-sitter-typescript",
10742 "ui",
10743 "util",
10744 "workspace",
10745 "workspace-hack",
10746 "zed_actions",
10747]
10748
10749[[package]]
10750name = "outline_panel"
10751version = "0.1.0"
10752dependencies = [
10753 "anyhow",
10754 "collections",
10755 "db",
10756 "editor",
10757 "file_icons",
10758 "fuzzy",
10759 "gpui",
10760 "itertools 0.14.0",
10761 "language",
10762 "log",
10763 "menu",
10764 "outline",
10765 "pretty_assertions",
10766 "project",
10767 "schemars",
10768 "search",
10769 "serde",
10770 "serde_json",
10771 "settings",
10772 "smallvec",
10773 "smol",
10774 "theme",
10775 "ui",
10776 "util",
10777 "workspace",
10778 "workspace-hack",
10779 "worktree",
10780 "zed_actions",
10781]
10782
10783[[package]]
10784name = "outref"
10785version = "0.5.2"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10788
10789[[package]]
10790name = "overload"
10791version = "0.1.1"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10794
10795[[package]]
10796name = "p256"
10797version = "0.11.1"
10798source = "registry+https://github.com/rust-lang/crates.io-index"
10799checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10800dependencies = [
10801 "ecdsa",
10802 "elliptic-curve",
10803 "sha2",
10804]
10805
10806[[package]]
10807name = "page_size"
10808version = "0.6.0"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10811dependencies = [
10812 "libc",
10813 "winapi",
10814]
10815
10816[[package]]
10817name = "palette"
10818version = "0.7.6"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10821dependencies = [
10822 "approx",
10823 "fast-srgb8",
10824 "palette_derive",
10825]
10826
10827[[package]]
10828name = "palette_derive"
10829version = "0.7.6"
10830source = "registry+https://github.com/rust-lang/crates.io-index"
10831checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10832dependencies = [
10833 "by_address",
10834 "proc-macro2",
10835 "quote",
10836 "syn 2.0.101",
10837]
10838
10839[[package]]
10840name = "panel"
10841version = "0.1.0"
10842dependencies = [
10843 "editor",
10844 "gpui",
10845 "settings",
10846 "theme",
10847 "ui",
10848 "workspace",
10849 "workspace-hack",
10850]
10851
10852[[package]]
10853name = "parking"
10854version = "2.2.1"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10857
10858[[package]]
10859name = "parking_lot"
10860version = "0.12.3"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10863dependencies = [
10864 "lock_api",
10865 "parking_lot_core",
10866]
10867
10868[[package]]
10869name = "parking_lot_core"
10870version = "0.9.10"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10873dependencies = [
10874 "cfg-if",
10875 "libc",
10876 "redox_syscall 0.5.11",
10877 "smallvec",
10878 "windows-targets 0.52.6",
10879]
10880
10881[[package]]
10882name = "partial-json-fixer"
10883version = "0.5.3"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10886
10887[[package]]
10888name = "password-hash"
10889version = "0.4.2"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10892dependencies = [
10893 "base64ct",
10894 "rand_core 0.6.4",
10895 "subtle",
10896]
10897
10898[[package]]
10899name = "password-hash"
10900version = "0.5.0"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10903dependencies = [
10904 "base64ct",
10905 "rand_core 0.6.4",
10906 "subtle",
10907]
10908
10909[[package]]
10910name = "paste"
10911version = "1.0.15"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10914
10915[[package]]
10916name = "pathdiff"
10917version = "0.2.3"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10920
10921[[package]]
10922name = "pathfinder_geometry"
10923version = "0.5.1"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10926dependencies = [
10927 "log",
10928 "pathfinder_simd",
10929]
10930
10931[[package]]
10932name = "pathfinder_simd"
10933version = "0.5.4"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10936dependencies = [
10937 "rustc_version",
10938]
10939
10940[[package]]
10941name = "paths"
10942version = "0.1.0"
10943dependencies = [
10944 "dirs 4.0.0",
10945 "util",
10946 "workspace-hack",
10947]
10948
10949[[package]]
10950name = "pbjson"
10951version = "0.6.0"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10954dependencies = [
10955 "base64 0.21.7",
10956 "serde",
10957]
10958
10959[[package]]
10960name = "pbjson-build"
10961version = "0.6.2"
10962source = "registry+https://github.com/rust-lang/crates.io-index"
10963checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
10964dependencies = [
10965 "heck 0.4.1",
10966 "itertools 0.11.0",
10967 "prost 0.12.6",
10968 "prost-types 0.12.6",
10969]
10970
10971[[package]]
10972name = "pbjson-types"
10973version = "0.6.0"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
10976dependencies = [
10977 "bytes 1.10.1",
10978 "chrono",
10979 "pbjson",
10980 "pbjson-build",
10981 "prost 0.12.6",
10982 "prost-build 0.12.6",
10983 "serde",
10984]
10985
10986[[package]]
10987name = "pbkdf2"
10988version = "0.11.0"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
10991dependencies = [
10992 "digest",
10993 "hmac",
10994 "password-hash 0.4.2",
10995 "sha2",
10996]
10997
10998[[package]]
10999name = "pbkdf2"
11000version = "0.12.2"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11003dependencies = [
11004 "digest",
11005 "hmac",
11006]
11007
11008[[package]]
11009name = "pem"
11010version = "3.0.5"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11013dependencies = [
11014 "base64 0.22.1",
11015 "serde",
11016]
11017
11018[[package]]
11019name = "pem-rfc7468"
11020version = "0.7.0"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11023dependencies = [
11024 "base64ct",
11025]
11026
11027[[package]]
11028name = "percent-encoding"
11029version = "2.3.1"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11032
11033[[package]]
11034name = "perplexity"
11035version = "0.1.0"
11036dependencies = [
11037 "serde",
11038 "zed_extension_api 0.6.0",
11039]
11040
11041[[package]]
11042name = "pest"
11043version = "2.8.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11046dependencies = [
11047 "memchr",
11048 "thiserror 2.0.12",
11049 "ucd-trie",
11050]
11051
11052[[package]]
11053name = "pest_derive"
11054version = "2.8.0"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11057dependencies = [
11058 "pest",
11059 "pest_generator",
11060]
11061
11062[[package]]
11063name = "pest_generator"
11064version = "2.8.0"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11067dependencies = [
11068 "pest",
11069 "pest_meta",
11070 "proc-macro2",
11071 "quote",
11072 "syn 2.0.101",
11073]
11074
11075[[package]]
11076name = "pest_meta"
11077version = "2.8.0"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11080dependencies = [
11081 "once_cell",
11082 "pest",
11083 "sha2",
11084]
11085
11086[[package]]
11087name = "pet"
11088version = "0.1.0"
11089source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11090dependencies = [
11091 "clap",
11092 "env_logger 0.10.2",
11093 "lazy_static",
11094 "log",
11095 "msvc_spectre_libs",
11096 "pet-conda",
11097 "pet-core",
11098 "pet-env-var-path",
11099 "pet-fs",
11100 "pet-global-virtualenvs",
11101 "pet-homebrew",
11102 "pet-jsonrpc",
11103 "pet-linux-global-python",
11104 "pet-mac-commandlinetools",
11105 "pet-mac-python-org",
11106 "pet-mac-xcode",
11107 "pet-pipenv",
11108 "pet-pixi",
11109 "pet-poetry",
11110 "pet-pyenv",
11111 "pet-python-utils",
11112 "pet-reporter",
11113 "pet-telemetry",
11114 "pet-venv",
11115 "pet-virtualenv",
11116 "pet-virtualenvwrapper",
11117 "pet-windows-registry",
11118 "pet-windows-store",
11119 "serde",
11120 "serde_json",
11121]
11122
11123[[package]]
11124name = "pet-conda"
11125version = "0.1.0"
11126source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11127dependencies = [
11128 "env_logger 0.10.2",
11129 "lazy_static",
11130 "log",
11131 "msvc_spectre_libs",
11132 "pet-core",
11133 "pet-fs",
11134 "pet-python-utils",
11135 "pet-reporter",
11136 "regex",
11137 "serde",
11138 "serde_json",
11139 "yaml-rust2",
11140]
11141
11142[[package]]
11143name = "pet-core"
11144version = "0.1.0"
11145source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11146dependencies = [
11147 "clap",
11148 "lazy_static",
11149 "log",
11150 "msvc_spectre_libs",
11151 "pet-fs",
11152 "regex",
11153 "serde",
11154 "serde_json",
11155]
11156
11157[[package]]
11158name = "pet-env-var-path"
11159version = "0.1.0"
11160source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11161dependencies = [
11162 "lazy_static",
11163 "log",
11164 "msvc_spectre_libs",
11165 "pet-conda",
11166 "pet-core",
11167 "pet-fs",
11168 "pet-python-utils",
11169 "pet-virtualenv",
11170 "regex",
11171]
11172
11173[[package]]
11174name = "pet-fs"
11175version = "0.1.0"
11176source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11177dependencies = [
11178 "log",
11179 "msvc_spectre_libs",
11180]
11181
11182[[package]]
11183name = "pet-global-virtualenvs"
11184version = "0.1.0"
11185source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11186dependencies = [
11187 "log",
11188 "msvc_spectre_libs",
11189 "pet-conda",
11190 "pet-core",
11191 "pet-fs",
11192 "pet-virtualenv",
11193]
11194
11195[[package]]
11196name = "pet-homebrew"
11197version = "0.1.0"
11198source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11199dependencies = [
11200 "lazy_static",
11201 "log",
11202 "msvc_spectre_libs",
11203 "pet-conda",
11204 "pet-core",
11205 "pet-fs",
11206 "pet-python-utils",
11207 "pet-virtualenv",
11208 "regex",
11209 "serde",
11210 "serde_json",
11211]
11212
11213[[package]]
11214name = "pet-jsonrpc"
11215version = "0.1.0"
11216source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11217dependencies = [
11218 "env_logger 0.10.2",
11219 "log",
11220 "msvc_spectre_libs",
11221 "pet-core",
11222 "serde",
11223 "serde_json",
11224]
11225
11226[[package]]
11227name = "pet-linux-global-python"
11228version = "0.1.0"
11229source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11230dependencies = [
11231 "log",
11232 "msvc_spectre_libs",
11233 "pet-core",
11234 "pet-fs",
11235 "pet-python-utils",
11236 "pet-virtualenv",
11237]
11238
11239[[package]]
11240name = "pet-mac-commandlinetools"
11241version = "0.1.0"
11242source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11243dependencies = [
11244 "log",
11245 "msvc_spectre_libs",
11246 "pet-core",
11247 "pet-fs",
11248 "pet-python-utils",
11249 "pet-virtualenv",
11250]
11251
11252[[package]]
11253name = "pet-mac-python-org"
11254version = "0.1.0"
11255source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11256dependencies = [
11257 "log",
11258 "msvc_spectre_libs",
11259 "pet-core",
11260 "pet-fs",
11261 "pet-python-utils",
11262 "pet-virtualenv",
11263]
11264
11265[[package]]
11266name = "pet-mac-xcode"
11267version = "0.1.0"
11268source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11269dependencies = [
11270 "log",
11271 "msvc_spectre_libs",
11272 "pet-core",
11273 "pet-fs",
11274 "pet-python-utils",
11275 "pet-virtualenv",
11276]
11277
11278[[package]]
11279name = "pet-pipenv"
11280version = "0.1.0"
11281source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11282dependencies = [
11283 "log",
11284 "msvc_spectre_libs",
11285 "pet-core",
11286 "pet-fs",
11287 "pet-python-utils",
11288 "pet-virtualenv",
11289]
11290
11291[[package]]
11292name = "pet-pixi"
11293version = "0.1.0"
11294source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11295dependencies = [
11296 "log",
11297 "msvc_spectre_libs",
11298 "pet-conda",
11299 "pet-core",
11300 "pet-python-utils",
11301]
11302
11303[[package]]
11304name = "pet-poetry"
11305version = "0.1.0"
11306source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11307dependencies = [
11308 "base64 0.22.1",
11309 "lazy_static",
11310 "log",
11311 "msvc_spectre_libs",
11312 "pet-core",
11313 "pet-fs",
11314 "pet-python-utils",
11315 "pet-reporter",
11316 "pet-virtualenv",
11317 "regex",
11318 "serde",
11319 "serde_json",
11320 "sha2",
11321 "toml 0.8.20",
11322]
11323
11324[[package]]
11325name = "pet-pyenv"
11326version = "0.1.0"
11327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11328dependencies = [
11329 "lazy_static",
11330 "log",
11331 "msvc_spectre_libs",
11332 "pet-conda",
11333 "pet-core",
11334 "pet-fs",
11335 "pet-python-utils",
11336 "pet-reporter",
11337 "regex",
11338 "serde",
11339 "serde_json",
11340]
11341
11342[[package]]
11343name = "pet-python-utils"
11344version = "0.1.0"
11345source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11346dependencies = [
11347 "env_logger 0.10.2",
11348 "lazy_static",
11349 "log",
11350 "msvc_spectre_libs",
11351 "pet-core",
11352 "pet-fs",
11353 "regex",
11354 "serde",
11355 "serde_json",
11356 "sha2",
11357]
11358
11359[[package]]
11360name = "pet-reporter"
11361version = "0.1.0"
11362source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11363dependencies = [
11364 "env_logger 0.10.2",
11365 "log",
11366 "msvc_spectre_libs",
11367 "pet-core",
11368 "pet-jsonrpc",
11369 "serde",
11370 "serde_json",
11371]
11372
11373[[package]]
11374name = "pet-telemetry"
11375version = "0.1.0"
11376source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11377dependencies = [
11378 "env_logger 0.10.2",
11379 "lazy_static",
11380 "log",
11381 "msvc_spectre_libs",
11382 "pet-core",
11383 "pet-fs",
11384 "pet-python-utils",
11385 "regex",
11386]
11387
11388[[package]]
11389name = "pet-venv"
11390version = "0.1.0"
11391source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11392dependencies = [
11393 "log",
11394 "msvc_spectre_libs",
11395 "pet-core",
11396 "pet-python-utils",
11397 "pet-virtualenv",
11398]
11399
11400[[package]]
11401name = "pet-virtualenv"
11402version = "0.1.0"
11403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11404dependencies = [
11405 "log",
11406 "msvc_spectre_libs",
11407 "pet-core",
11408 "pet-fs",
11409 "pet-python-utils",
11410]
11411
11412[[package]]
11413name = "pet-virtualenvwrapper"
11414version = "0.1.0"
11415source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11416dependencies = [
11417 "log",
11418 "msvc_spectre_libs",
11419 "pet-core",
11420 "pet-fs",
11421 "pet-python-utils",
11422 "pet-virtualenv",
11423]
11424
11425[[package]]
11426name = "pet-windows-registry"
11427version = "0.1.0"
11428source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11429dependencies = [
11430 "lazy_static",
11431 "log",
11432 "msvc_spectre_libs",
11433 "pet-conda",
11434 "pet-core",
11435 "pet-fs",
11436 "pet-python-utils",
11437 "pet-virtualenv",
11438 "pet-windows-store",
11439 "regex",
11440 "winreg 0.55.0",
11441]
11442
11443[[package]]
11444name = "pet-windows-store"
11445version = "0.1.0"
11446source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11447dependencies = [
11448 "lazy_static",
11449 "log",
11450 "msvc_spectre_libs",
11451 "pet-core",
11452 "pet-fs",
11453 "pet-python-utils",
11454 "pet-virtualenv",
11455 "regex",
11456 "winreg 0.55.0",
11457]
11458
11459[[package]]
11460name = "petgraph"
11461version = "0.6.5"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11464dependencies = [
11465 "fixedbitset",
11466 "indexmap",
11467]
11468
11469[[package]]
11470name = "pgvector"
11471version = "0.4.0"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11474dependencies = [
11475 "serde",
11476]
11477
11478[[package]]
11479name = "phf"
11480version = "0.11.3"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11483dependencies = [
11484 "phf_macros",
11485 "phf_shared",
11486]
11487
11488[[package]]
11489name = "phf_codegen"
11490version = "0.11.3"
11491source = "registry+https://github.com/rust-lang/crates.io-index"
11492checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11493dependencies = [
11494 "phf_generator",
11495 "phf_shared",
11496]
11497
11498[[package]]
11499name = "phf_generator"
11500version = "0.11.3"
11501source = "registry+https://github.com/rust-lang/crates.io-index"
11502checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11503dependencies = [
11504 "phf_shared",
11505 "rand 0.8.5",
11506]
11507
11508[[package]]
11509name = "phf_macros"
11510version = "0.11.3"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11513dependencies = [
11514 "phf_generator",
11515 "phf_shared",
11516 "proc-macro2",
11517 "quote",
11518 "syn 2.0.101",
11519]
11520
11521[[package]]
11522name = "phf_shared"
11523version = "0.11.3"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11526dependencies = [
11527 "siphasher",
11528]
11529
11530[[package]]
11531name = "picker"
11532version = "0.1.0"
11533dependencies = [
11534 "anyhow",
11535 "ctor",
11536 "editor",
11537 "env_logger 0.11.8",
11538 "gpui",
11539 "menu",
11540 "schemars",
11541 "serde",
11542 "serde_json",
11543 "ui",
11544 "util",
11545 "workspace",
11546 "workspace-hack",
11547]
11548
11549[[package]]
11550name = "pico-args"
11551version = "0.5.0"
11552source = "registry+https://github.com/rust-lang/crates.io-index"
11553checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11554
11555[[package]]
11556name = "pin-project"
11557version = "1.1.10"
11558source = "registry+https://github.com/rust-lang/crates.io-index"
11559checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11560dependencies = [
11561 "pin-project-internal",
11562]
11563
11564[[package]]
11565name = "pin-project-internal"
11566version = "1.1.10"
11567source = "registry+https://github.com/rust-lang/crates.io-index"
11568checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11569dependencies = [
11570 "proc-macro2",
11571 "quote",
11572 "syn 2.0.101",
11573]
11574
11575[[package]]
11576name = "pin-project-lite"
11577version = "0.2.16"
11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11580
11581[[package]]
11582name = "pin-utils"
11583version = "0.1.0"
11584source = "registry+https://github.com/rust-lang/crates.io-index"
11585checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11586
11587[[package]]
11588name = "piper"
11589version = "0.2.4"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11592dependencies = [
11593 "atomic-waker",
11594 "fastrand 2.3.0",
11595 "futures-io",
11596]
11597
11598[[package]]
11599name = "pkcs1"
11600version = "0.7.5"
11601source = "registry+https://github.com/rust-lang/crates.io-index"
11602checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11603dependencies = [
11604 "der 0.7.10",
11605 "pkcs8 0.10.2",
11606 "spki 0.7.3",
11607]
11608
11609[[package]]
11610name = "pkcs8"
11611version = "0.9.0"
11612source = "registry+https://github.com/rust-lang/crates.io-index"
11613checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11614dependencies = [
11615 "der 0.6.1",
11616 "spki 0.6.0",
11617]
11618
11619[[package]]
11620name = "pkcs8"
11621version = "0.10.2"
11622source = "registry+https://github.com/rust-lang/crates.io-index"
11623checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11624dependencies = [
11625 "der 0.7.10",
11626 "spki 0.7.3",
11627]
11628
11629[[package]]
11630name = "pkg-config"
11631version = "0.3.32"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11634
11635[[package]]
11636name = "plist"
11637version = "1.7.1"
11638source = "registry+https://github.com/rust-lang/crates.io-index"
11639checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11640dependencies = [
11641 "base64 0.22.1",
11642 "indexmap",
11643 "quick-xml 0.32.0",
11644 "serde",
11645 "time",
11646]
11647
11648[[package]]
11649name = "plotters"
11650version = "0.3.7"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11653dependencies = [
11654 "num-traits",
11655 "plotters-backend",
11656 "plotters-svg",
11657 "wasm-bindgen",
11658 "web-sys",
11659]
11660
11661[[package]]
11662name = "plotters-backend"
11663version = "0.3.7"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11666
11667[[package]]
11668name = "plotters-svg"
11669version = "0.3.7"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11672dependencies = [
11673 "plotters-backend",
11674]
11675
11676[[package]]
11677name = "png"
11678version = "0.17.16"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11681dependencies = [
11682 "bitflags 1.3.2",
11683 "crc32fast",
11684 "fdeflate",
11685 "flate2",
11686 "miniz_oxide",
11687]
11688
11689[[package]]
11690name = "polling"
11691version = "3.7.4"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11694dependencies = [
11695 "cfg-if",
11696 "concurrent-queue",
11697 "hermit-abi 0.4.0",
11698 "pin-project-lite",
11699 "rustix 0.38.44",
11700 "tracing",
11701 "windows-sys 0.59.0",
11702]
11703
11704[[package]]
11705name = "pollster"
11706version = "0.2.5"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11709
11710[[package]]
11711name = "pollster"
11712version = "0.4.0"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11715
11716[[package]]
11717name = "portable-atomic"
11718version = "1.11.0"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11721
11722[[package]]
11723name = "portable-atomic-util"
11724version = "0.2.4"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11727dependencies = [
11728 "portable-atomic",
11729]
11730
11731[[package]]
11732name = "portable-pty"
11733version = "0.9.0"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11736dependencies = [
11737 "anyhow",
11738 "bitflags 1.3.2",
11739 "downcast-rs",
11740 "filedescriptor",
11741 "lazy_static",
11742 "libc",
11743 "log",
11744 "nix 0.28.0",
11745 "serial2",
11746 "shared_library",
11747 "shell-words",
11748 "winapi",
11749 "winreg 0.10.1",
11750]
11751
11752[[package]]
11753name = "postage"
11754version = "0.5.0"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11757dependencies = [
11758 "atomic",
11759 "crossbeam-queue",
11760 "futures 0.3.31",
11761 "log",
11762 "parking_lot",
11763 "pin-project",
11764 "pollster 0.2.5",
11765 "static_assertions",
11766 "thiserror 1.0.69",
11767]
11768
11769[[package]]
11770name = "postcard"
11771version = "1.1.1"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11774dependencies = [
11775 "cobs",
11776 "embedded-io 0.4.0",
11777 "embedded-io 0.6.1",
11778 "serde",
11779]
11780
11781[[package]]
11782name = "powerfmt"
11783version = "0.2.0"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11786
11787[[package]]
11788name = "ppv-lite86"
11789version = "0.2.21"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11792dependencies = [
11793 "zerocopy 0.8.24",
11794]
11795
11796[[package]]
11797name = "precomputed-hash"
11798version = "0.1.1"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11801
11802[[package]]
11803name = "prettier"
11804version = "0.1.0"
11805dependencies = [
11806 "anyhow",
11807 "collections",
11808 "fs",
11809 "gpui",
11810 "language",
11811 "log",
11812 "lsp",
11813 "node_runtime",
11814 "parking_lot",
11815 "paths",
11816 "serde",
11817 "serde_json",
11818 "util",
11819 "workspace-hack",
11820]
11821
11822[[package]]
11823name = "pretty_assertions"
11824version = "1.4.1"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11827dependencies = [
11828 "diff",
11829 "yansi",
11830]
11831
11832[[package]]
11833name = "prettyplease"
11834version = "0.2.32"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11837dependencies = [
11838 "proc-macro2",
11839 "syn 2.0.101",
11840]
11841
11842[[package]]
11843name = "proc-macro-crate"
11844version = "3.3.0"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11847dependencies = [
11848 "toml_edit",
11849]
11850
11851[[package]]
11852name = "proc-macro-error-attr2"
11853version = "2.0.0"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11856dependencies = [
11857 "proc-macro2",
11858 "quote",
11859]
11860
11861[[package]]
11862name = "proc-macro-error2"
11863version = "2.0.1"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11866dependencies = [
11867 "proc-macro-error-attr2",
11868 "proc-macro2",
11869 "quote",
11870 "syn 2.0.101",
11871]
11872
11873[[package]]
11874name = "proc-macro2"
11875version = "1.0.95"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11878dependencies = [
11879 "unicode-ident",
11880]
11881
11882[[package]]
11883name = "proc-macro2-diagnostics"
11884version = "0.10.1"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11887dependencies = [
11888 "proc-macro2",
11889 "quote",
11890 "syn 2.0.101",
11891 "version_check",
11892 "yansi",
11893]
11894
11895[[package]]
11896name = "prodash"
11897version = "29.0.2"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11900dependencies = [
11901 "log",
11902 "parking_lot",
11903]
11904
11905[[package]]
11906name = "profiling"
11907version = "1.0.16"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11910dependencies = [
11911 "profiling-procmacros",
11912]
11913
11914[[package]]
11915name = "profiling-procmacros"
11916version = "1.0.16"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11919dependencies = [
11920 "quote",
11921 "syn 2.0.101",
11922]
11923
11924[[package]]
11925name = "project"
11926version = "0.1.0"
11927dependencies = [
11928 "aho-corasick",
11929 "anyhow",
11930 "askpass",
11931 "async-trait",
11932 "buffer_diff",
11933 "circular-buffer",
11934 "client",
11935 "clock",
11936 "collections",
11937 "context_server",
11938 "dap",
11939 "dap_adapters",
11940 "env_logger 0.11.8",
11941 "extension",
11942 "fancy-regex 0.14.0",
11943 "fs",
11944 "futures 0.3.31",
11945 "fuzzy",
11946 "git",
11947 "git2",
11948 "git_hosting_providers",
11949 "globset",
11950 "gpui",
11951 "http_client",
11952 "image",
11953 "indexmap",
11954 "itertools 0.14.0",
11955 "language",
11956 "log",
11957 "lsp",
11958 "node_runtime",
11959 "parking_lot",
11960 "pathdiff",
11961 "paths",
11962 "postage",
11963 "prettier",
11964 "pretty_assertions",
11965 "rand 0.8.5",
11966 "regex",
11967 "release_channel",
11968 "remote",
11969 "rpc",
11970 "schemars",
11971 "serde",
11972 "serde_json",
11973 "settings",
11974 "sha2",
11975 "shellexpand 2.1.2",
11976 "shlex",
11977 "smol",
11978 "snippet",
11979 "snippet_provider",
11980 "sum_tree",
11981 "task",
11982 "tempfile",
11983 "terminal",
11984 "text",
11985 "toml 0.8.20",
11986 "unindent",
11987 "url",
11988 "util",
11989 "which 6.0.3",
11990 "workspace-hack",
11991 "worktree",
11992 "zlog",
11993]
11994
11995[[package]]
11996name = "project_panel"
11997version = "0.1.0"
11998dependencies = [
11999 "anyhow",
12000 "client",
12001 "collections",
12002 "command_palette_hooks",
12003 "db",
12004 "editor",
12005 "file_icons",
12006 "git",
12007 "gpui",
12008 "indexmap",
12009 "language",
12010 "menu",
12011 "pretty_assertions",
12012 "project",
12013 "schemars",
12014 "search",
12015 "serde",
12016 "serde_derive",
12017 "serde_json",
12018 "settings",
12019 "smallvec",
12020 "theme",
12021 "ui",
12022 "util",
12023 "workspace",
12024 "workspace-hack",
12025 "worktree",
12026 "zed_actions",
12027]
12028
12029[[package]]
12030name = "project_symbols"
12031version = "0.1.0"
12032dependencies = [
12033 "anyhow",
12034 "editor",
12035 "futures 0.3.31",
12036 "fuzzy",
12037 "gpui",
12038 "language",
12039 "lsp",
12040 "ordered-float 2.10.1",
12041 "picker",
12042 "project",
12043 "release_channel",
12044 "serde_json",
12045 "settings",
12046 "theme",
12047 "util",
12048 "workspace",
12049 "workspace-hack",
12050]
12051
12052[[package]]
12053name = "prometheus"
12054version = "0.14.0"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12057dependencies = [
12058 "cfg-if",
12059 "fnv",
12060 "lazy_static",
12061 "memchr",
12062 "parking_lot",
12063 "protobuf",
12064 "thiserror 2.0.12",
12065]
12066
12067[[package]]
12068name = "prompt_store"
12069version = "0.1.0"
12070dependencies = [
12071 "anyhow",
12072 "assets",
12073 "chrono",
12074 "collections",
12075 "fs",
12076 "futures 0.3.31",
12077 "fuzzy",
12078 "gpui",
12079 "handlebars 4.5.0",
12080 "heed",
12081 "language",
12082 "log",
12083 "parking_lot",
12084 "paths",
12085 "rope",
12086 "serde",
12087 "serde_json",
12088 "text",
12089 "util",
12090 "uuid",
12091 "workspace-hack",
12092]
12093
12094[[package]]
12095name = "prost"
12096version = "0.9.0"
12097source = "registry+https://github.com/rust-lang/crates.io-index"
12098checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12099dependencies = [
12100 "bytes 1.10.1",
12101 "prost-derive 0.9.0",
12102]
12103
12104[[package]]
12105name = "prost"
12106version = "0.12.6"
12107source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12109dependencies = [
12110 "bytes 1.10.1",
12111 "prost-derive 0.12.6",
12112]
12113
12114[[package]]
12115name = "prost"
12116version = "0.13.5"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12119dependencies = [
12120 "bytes 1.10.1",
12121 "prost-derive 0.13.5",
12122]
12123
12124[[package]]
12125name = "prost-build"
12126version = "0.9.0"
12127source = "registry+https://github.com/rust-lang/crates.io-index"
12128checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12129dependencies = [
12130 "bytes 1.10.1",
12131 "heck 0.3.3",
12132 "itertools 0.10.5",
12133 "lazy_static",
12134 "log",
12135 "multimap 0.8.3",
12136 "petgraph",
12137 "prost 0.9.0",
12138 "prost-types 0.9.0",
12139 "regex",
12140 "tempfile",
12141 "which 4.4.2",
12142]
12143
12144[[package]]
12145name = "prost-build"
12146version = "0.12.6"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12149dependencies = [
12150 "bytes 1.10.1",
12151 "heck 0.5.0",
12152 "itertools 0.12.1",
12153 "log",
12154 "multimap 0.10.0",
12155 "once_cell",
12156 "petgraph",
12157 "prettyplease",
12158 "prost 0.12.6",
12159 "prost-types 0.12.6",
12160 "regex",
12161 "syn 2.0.101",
12162 "tempfile",
12163]
12164
12165[[package]]
12166name = "prost-derive"
12167version = "0.9.0"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12170dependencies = [
12171 "anyhow",
12172 "itertools 0.10.5",
12173 "proc-macro2",
12174 "quote",
12175 "syn 1.0.109",
12176]
12177
12178[[package]]
12179name = "prost-derive"
12180version = "0.12.6"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12183dependencies = [
12184 "anyhow",
12185 "itertools 0.12.1",
12186 "proc-macro2",
12187 "quote",
12188 "syn 2.0.101",
12189]
12190
12191[[package]]
12192name = "prost-derive"
12193version = "0.13.5"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12196dependencies = [
12197 "anyhow",
12198 "itertools 0.14.0",
12199 "proc-macro2",
12200 "quote",
12201 "syn 2.0.101",
12202]
12203
12204[[package]]
12205name = "prost-types"
12206version = "0.9.0"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12209dependencies = [
12210 "bytes 1.10.1",
12211 "prost 0.9.0",
12212]
12213
12214[[package]]
12215name = "prost-types"
12216version = "0.12.6"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12219dependencies = [
12220 "prost 0.12.6",
12221]
12222
12223[[package]]
12224name = "proto"
12225version = "0.1.0"
12226dependencies = [
12227 "anyhow",
12228 "collections",
12229 "prost 0.9.0",
12230 "prost-build 0.9.0",
12231 "serde",
12232 "workspace-hack",
12233]
12234
12235[[package]]
12236name = "protobuf"
12237version = "3.7.2"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12240dependencies = [
12241 "once_cell",
12242 "protobuf-support",
12243 "thiserror 1.0.69",
12244]
12245
12246[[package]]
12247name = "protobuf-support"
12248version = "3.7.2"
12249source = "registry+https://github.com/rust-lang/crates.io-index"
12250checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12251dependencies = [
12252 "thiserror 1.0.69",
12253]
12254
12255[[package]]
12256name = "psm"
12257version = "0.1.25"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12260dependencies = [
12261 "cc",
12262]
12263
12264[[package]]
12265name = "ptr_meta"
12266version = "0.1.4"
12267source = "registry+https://github.com/rust-lang/crates.io-index"
12268checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12269dependencies = [
12270 "ptr_meta_derive",
12271]
12272
12273[[package]]
12274name = "ptr_meta_derive"
12275version = "0.1.4"
12276source = "registry+https://github.com/rust-lang/crates.io-index"
12277checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12278dependencies = [
12279 "proc-macro2",
12280 "quote",
12281 "syn 1.0.109",
12282]
12283
12284[[package]]
12285name = "pulldown-cmark"
12286version = "0.10.3"
12287source = "registry+https://github.com/rust-lang/crates.io-index"
12288checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12289dependencies = [
12290 "bitflags 2.9.0",
12291 "memchr",
12292 "pulldown-cmark-escape",
12293 "unicase",
12294]
12295
12296[[package]]
12297name = "pulldown-cmark"
12298version = "0.12.2"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12301dependencies = [
12302 "bitflags 2.9.0",
12303 "memchr",
12304 "unicase",
12305]
12306
12307[[package]]
12308name = "pulldown-cmark-escape"
12309version = "0.10.1"
12310source = "registry+https://github.com/rust-lang/crates.io-index"
12311checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12312
12313[[package]]
12314name = "pulley-interpreter"
12315version = "29.0.1"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12318dependencies = [
12319 "cranelift-bitset",
12320 "log",
12321 "sptr",
12322 "wasmtime-math",
12323]
12324
12325[[package]]
12326name = "qoi"
12327version = "0.4.1"
12328source = "registry+https://github.com/rust-lang/crates.io-index"
12329checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12330dependencies = [
12331 "bytemuck",
12332]
12333
12334[[package]]
12335name = "quick-error"
12336version = "2.0.1"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12339
12340[[package]]
12341name = "quick-xml"
12342version = "0.30.0"
12343source = "registry+https://github.com/rust-lang/crates.io-index"
12344checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12345dependencies = [
12346 "memchr",
12347]
12348
12349[[package]]
12350name = "quick-xml"
12351version = "0.32.0"
12352source = "registry+https://github.com/rust-lang/crates.io-index"
12353checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12354dependencies = [
12355 "memchr",
12356]
12357
12358[[package]]
12359name = "quick-xml"
12360version = "0.37.4"
12361source = "registry+https://github.com/rust-lang/crates.io-index"
12362checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12363dependencies = [
12364 "memchr",
12365]
12366
12367[[package]]
12368name = "quinn"
12369version = "0.11.7"
12370source = "registry+https://github.com/rust-lang/crates.io-index"
12371checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12372dependencies = [
12373 "bytes 1.10.1",
12374 "cfg_aliases 0.2.1",
12375 "pin-project-lite",
12376 "quinn-proto",
12377 "quinn-udp",
12378 "rustc-hash 2.1.1",
12379 "rustls 0.23.26",
12380 "socket2",
12381 "thiserror 2.0.12",
12382 "tokio",
12383 "tracing",
12384 "web-time",
12385]
12386
12387[[package]]
12388name = "quinn-proto"
12389version = "0.11.10"
12390source = "registry+https://github.com/rust-lang/crates.io-index"
12391checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12392dependencies = [
12393 "bytes 1.10.1",
12394 "getrandom 0.3.2",
12395 "rand 0.9.1",
12396 "ring",
12397 "rustc-hash 2.1.1",
12398 "rustls 0.23.26",
12399 "rustls-pki-types",
12400 "slab",
12401 "thiserror 2.0.12",
12402 "tinyvec",
12403 "tracing",
12404 "web-time",
12405]
12406
12407[[package]]
12408name = "quinn-udp"
12409version = "0.5.11"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12412dependencies = [
12413 "cfg_aliases 0.2.1",
12414 "libc",
12415 "once_cell",
12416 "socket2",
12417 "tracing",
12418 "windows-sys 0.59.0",
12419]
12420
12421[[package]]
12422name = "quote"
12423version = "1.0.40"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12426dependencies = [
12427 "proc-macro2",
12428]
12429
12430[[package]]
12431name = "r-efi"
12432version = "5.2.0"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12435
12436[[package]]
12437name = "radium"
12438version = "0.7.0"
12439source = "registry+https://github.com/rust-lang/crates.io-index"
12440checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12441
12442[[package]]
12443name = "rand"
12444version = "0.7.3"
12445source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12447dependencies = [
12448 "getrandom 0.1.16",
12449 "libc",
12450 "rand_chacha 0.2.2",
12451 "rand_core 0.5.1",
12452 "rand_hc",
12453]
12454
12455[[package]]
12456name = "rand"
12457version = "0.8.5"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12460dependencies = [
12461 "libc",
12462 "rand_chacha 0.3.1",
12463 "rand_core 0.6.4",
12464]
12465
12466[[package]]
12467name = "rand"
12468version = "0.9.1"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12471dependencies = [
12472 "rand_chacha 0.9.0",
12473 "rand_core 0.9.3",
12474]
12475
12476[[package]]
12477name = "rand_chacha"
12478version = "0.2.2"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12481dependencies = [
12482 "ppv-lite86",
12483 "rand_core 0.5.1",
12484]
12485
12486[[package]]
12487name = "rand_chacha"
12488version = "0.3.1"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12491dependencies = [
12492 "ppv-lite86",
12493 "rand_core 0.6.4",
12494]
12495
12496[[package]]
12497name = "rand_chacha"
12498version = "0.9.0"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12501dependencies = [
12502 "ppv-lite86",
12503 "rand_core 0.9.3",
12504]
12505
12506[[package]]
12507name = "rand_core"
12508version = "0.5.1"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12511dependencies = [
12512 "getrandom 0.1.16",
12513]
12514
12515[[package]]
12516name = "rand_core"
12517version = "0.6.4"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12520dependencies = [
12521 "getrandom 0.2.15",
12522]
12523
12524[[package]]
12525name = "rand_core"
12526version = "0.9.3"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12529dependencies = [
12530 "getrandom 0.3.2",
12531]
12532
12533[[package]]
12534name = "rand_hc"
12535version = "0.2.0"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12538dependencies = [
12539 "rand_core 0.5.1",
12540]
12541
12542[[package]]
12543name = "rangemap"
12544version = "1.5.1"
12545source = "registry+https://github.com/rust-lang/crates.io-index"
12546checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12547
12548[[package]]
12549name = "rav1e"
12550version = "0.7.1"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12553dependencies = [
12554 "arbitrary",
12555 "arg_enum_proc_macro",
12556 "arrayvec",
12557 "av1-grain",
12558 "bitstream-io",
12559 "built",
12560 "cfg-if",
12561 "interpolate_name",
12562 "itertools 0.12.1",
12563 "libc",
12564 "libfuzzer-sys",
12565 "log",
12566 "maybe-rayon",
12567 "new_debug_unreachable",
12568 "noop_proc_macro",
12569 "num-derive",
12570 "num-traits",
12571 "once_cell",
12572 "paste",
12573 "profiling",
12574 "rand 0.8.5",
12575 "rand_chacha 0.3.1",
12576 "simd_helpers",
12577 "system-deps",
12578 "thiserror 1.0.69",
12579 "v_frame",
12580 "wasm-bindgen",
12581]
12582
12583[[package]]
12584name = "ravif"
12585version = "0.11.12"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12588dependencies = [
12589 "avif-serialize",
12590 "imgref",
12591 "loop9",
12592 "quick-error",
12593 "rav1e",
12594 "rayon",
12595 "rgb",
12596]
12597
12598[[package]]
12599name = "raw-window-handle"
12600version = "0.6.2"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12603
12604[[package]]
12605name = "raw-window-metal"
12606version = "0.4.0"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12609dependencies = [
12610 "cocoa 0.25.0",
12611 "core-graphics 0.23.2",
12612 "objc",
12613 "raw-window-handle",
12614]
12615
12616[[package]]
12617name = "rayon"
12618version = "1.10.0"
12619source = "registry+https://github.com/rust-lang/crates.io-index"
12620checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12621dependencies = [
12622 "either",
12623 "rayon-core",
12624]
12625
12626[[package]]
12627name = "rayon-core"
12628version = "1.12.1"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12631dependencies = [
12632 "crossbeam-deque",
12633 "crossbeam-utils",
12634]
12635
12636[[package]]
12637name = "read-fonts"
12638version = "0.25.3"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12641dependencies = [
12642 "bytemuck",
12643 "font-types",
12644]
12645
12646[[package]]
12647name = "recent_projects"
12648version = "0.1.0"
12649dependencies = [
12650 "anyhow",
12651 "auto_update",
12652 "dap",
12653 "editor",
12654 "extension_host",
12655 "file_finder",
12656 "futures 0.3.31",
12657 "fuzzy",
12658 "gpui",
12659 "language",
12660 "log",
12661 "markdown",
12662 "menu",
12663 "ordered-float 2.10.1",
12664 "paths",
12665 "picker",
12666 "project",
12667 "release_channel",
12668 "remote",
12669 "schemars",
12670 "serde",
12671 "serde_json",
12672 "settings",
12673 "smol",
12674 "task",
12675 "telemetry",
12676 "theme",
12677 "ui",
12678 "util",
12679 "workspace",
12680 "workspace-hack",
12681 "zed_actions",
12682]
12683
12684[[package]]
12685name = "redox_syscall"
12686version = "0.2.16"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12689dependencies = [
12690 "bitflags 1.3.2",
12691]
12692
12693[[package]]
12694name = "redox_syscall"
12695version = "0.5.11"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12698dependencies = [
12699 "bitflags 2.9.0",
12700]
12701
12702[[package]]
12703name = "redox_users"
12704version = "0.4.6"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12707dependencies = [
12708 "getrandom 0.2.15",
12709 "libredox",
12710 "thiserror 1.0.69",
12711]
12712
12713[[package]]
12714name = "redox_users"
12715version = "0.5.0"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12718dependencies = [
12719 "getrandom 0.2.15",
12720 "libredox",
12721 "thiserror 2.0.12",
12722]
12723
12724[[package]]
12725name = "ref-cast"
12726version = "1.0.24"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12729dependencies = [
12730 "ref-cast-impl",
12731]
12732
12733[[package]]
12734name = "ref-cast-impl"
12735version = "1.0.24"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12738dependencies = [
12739 "proc-macro2",
12740 "quote",
12741 "syn 2.0.101",
12742]
12743
12744[[package]]
12745name = "referencing"
12746version = "0.30.0"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12749dependencies = [
12750 "ahash 0.8.11",
12751 "fluent-uri",
12752 "once_cell",
12753 "parking_lot",
12754 "percent-encoding",
12755 "serde_json",
12756]
12757
12758[[package]]
12759name = "refineable"
12760version = "0.1.0"
12761dependencies = [
12762 "derive_refineable",
12763 "workspace-hack",
12764]
12765
12766[[package]]
12767name = "regalloc2"
12768version = "0.11.2"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12771dependencies = [
12772 "allocator-api2",
12773 "bumpalo",
12774 "hashbrown 0.15.3",
12775 "log",
12776 "rustc-hash 2.1.1",
12777 "smallvec",
12778]
12779
12780[[package]]
12781name = "regex"
12782version = "1.11.1"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12785dependencies = [
12786 "aho-corasick",
12787 "memchr",
12788 "regex-automata 0.4.9",
12789 "regex-syntax 0.8.5",
12790]
12791
12792[[package]]
12793name = "regex-automata"
12794version = "0.1.10"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12797dependencies = [
12798 "regex-syntax 0.6.29",
12799]
12800
12801[[package]]
12802name = "regex-automata"
12803version = "0.4.9"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12806dependencies = [
12807 "aho-corasick",
12808 "memchr",
12809 "regex-syntax 0.8.5",
12810]
12811
12812[[package]]
12813name = "regex-lite"
12814version = "0.1.6"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12817
12818[[package]]
12819name = "regex-syntax"
12820version = "0.6.29"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12823
12824[[package]]
12825name = "regex-syntax"
12826version = "0.8.5"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12829
12830[[package]]
12831name = "release_channel"
12832version = "0.1.0"
12833dependencies = [
12834 "gpui",
12835 "workspace-hack",
12836]
12837
12838[[package]]
12839name = "remote"
12840version = "0.1.0"
12841dependencies = [
12842 "anyhow",
12843 "askpass",
12844 "async-trait",
12845 "collections",
12846 "fs",
12847 "futures 0.3.31",
12848 "gpui",
12849 "itertools 0.14.0",
12850 "log",
12851 "parking_lot",
12852 "paths",
12853 "prost 0.9.0",
12854 "release_channel",
12855 "rpc",
12856 "schemars",
12857 "serde",
12858 "serde_json",
12859 "shlex",
12860 "smol",
12861 "tempfile",
12862 "thiserror 2.0.12",
12863 "urlencoding",
12864 "util",
12865 "workspace-hack",
12866]
12867
12868[[package]]
12869name = "remote_server"
12870version = "0.1.0"
12871dependencies = [
12872 "anyhow",
12873 "askpass",
12874 "assistant_tool",
12875 "assistant_tools",
12876 "async-watch",
12877 "backtrace",
12878 "cargo_toml",
12879 "chrono",
12880 "clap",
12881 "client",
12882 "clock",
12883 "dap",
12884 "dap_adapters",
12885 "env_logger 0.11.8",
12886 "extension",
12887 "extension_host",
12888 "fork",
12889 "fs",
12890 "futures 0.3.31",
12891 "git",
12892 "git_hosting_providers",
12893 "gpui",
12894 "gpui_tokio",
12895 "http_client",
12896 "language",
12897 "language_extension",
12898 "language_model",
12899 "languages",
12900 "libc",
12901 "log",
12902 "lsp",
12903 "node_runtime",
12904 "paths",
12905 "project",
12906 "proto",
12907 "release_channel",
12908 "remote",
12909 "reqwest_client",
12910 "rpc",
12911 "rust-embed",
12912 "serde",
12913 "serde_json",
12914 "settings",
12915 "shellexpand 2.1.2",
12916 "smol",
12917 "sysinfo",
12918 "telemetry_events",
12919 "toml 0.8.20",
12920 "unindent",
12921 "util",
12922 "worktree",
12923]
12924
12925[[package]]
12926name = "rend"
12927version = "0.4.2"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12930dependencies = [
12931 "bytecheck",
12932]
12933
12934[[package]]
12935name = "repl"
12936version = "0.1.0"
12937dependencies = [
12938 "alacritty_terminal",
12939 "anyhow",
12940 "async-dispatcher",
12941 "async-tungstenite",
12942 "base64 0.22.1",
12943 "client",
12944 "collections",
12945 "command_palette_hooks",
12946 "editor",
12947 "env_logger 0.11.8",
12948 "feature_flags",
12949 "file_icons",
12950 "futures 0.3.31",
12951 "gpui",
12952 "http_client",
12953 "image",
12954 "indoc",
12955 "jupyter-protocol",
12956 "jupyter-websocket-client",
12957 "language",
12958 "languages",
12959 "log",
12960 "markdown_preview",
12961 "menu",
12962 "multi_buffer",
12963 "nbformat",
12964 "picker",
12965 "project",
12966 "runtimelib",
12967 "schemars",
12968 "serde",
12969 "serde_json",
12970 "settings",
12971 "smol",
12972 "telemetry",
12973 "terminal",
12974 "terminal_view",
12975 "theme",
12976 "tree-sitter-md",
12977 "tree-sitter-python",
12978 "tree-sitter-typescript",
12979 "ui",
12980 "util",
12981 "uuid",
12982 "workspace",
12983 "workspace-hack",
12984]
12985
12986[[package]]
12987name = "reqwest"
12988version = "0.11.27"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
12991dependencies = [
12992 "base64 0.21.7",
12993 "bytes 1.10.1",
12994 "encoding_rs",
12995 "futures-core",
12996 "futures-util",
12997 "h2 0.3.26",
12998 "http 0.2.12",
12999 "http-body 0.4.6",
13000 "hyper 0.14.32",
13001 "hyper-rustls 0.24.2",
13002 "hyper-tls",
13003 "ipnet",
13004 "js-sys",
13005 "log",
13006 "mime",
13007 "native-tls",
13008 "once_cell",
13009 "percent-encoding",
13010 "pin-project-lite",
13011 "rustls 0.21.12",
13012 "rustls-native-certs 0.6.3",
13013 "rustls-pemfile 1.0.4",
13014 "serde",
13015 "serde_json",
13016 "serde_urlencoded",
13017 "sync_wrapper 0.1.2",
13018 "system-configuration 0.5.1",
13019 "tokio",
13020 "tokio-native-tls",
13021 "tokio-rustls 0.24.1",
13022 "tower-service",
13023 "url",
13024 "wasm-bindgen",
13025 "wasm-bindgen-futures",
13026 "web-sys",
13027 "winreg 0.50.0",
13028]
13029
13030[[package]]
13031name = "reqwest"
13032version = "0.12.15"
13033source = "registry+https://github.com/rust-lang/crates.io-index"
13034checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13035dependencies = [
13036 "base64 0.22.1",
13037 "bytes 1.10.1",
13038 "futures-channel",
13039 "futures-core",
13040 "futures-util",
13041 "http 1.3.1",
13042 "http-body 1.0.1",
13043 "http-body-util",
13044 "hyper 1.6.0",
13045 "hyper-util",
13046 "ipnet",
13047 "js-sys",
13048 "log",
13049 "mime",
13050 "once_cell",
13051 "percent-encoding",
13052 "pin-project-lite",
13053 "serde",
13054 "serde_json",
13055 "serde_urlencoded",
13056 "sync_wrapper 1.0.2",
13057 "tokio",
13058 "tower 0.5.2",
13059 "tower-service",
13060 "url",
13061 "wasm-bindgen",
13062 "wasm-bindgen-futures",
13063 "web-sys",
13064 "windows-registry 0.4.0",
13065]
13066
13067[[package]]
13068name = "reqwest"
13069version = "0.12.15"
13070source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13071dependencies = [
13072 "base64 0.22.1",
13073 "bytes 1.10.1",
13074 "encoding_rs",
13075 "futures-core",
13076 "futures-util",
13077 "h2 0.4.9",
13078 "http 1.3.1",
13079 "http-body 1.0.1",
13080 "http-body-util",
13081 "hyper 1.6.0",
13082 "hyper-rustls 0.27.5",
13083 "hyper-util",
13084 "ipnet",
13085 "js-sys",
13086 "log",
13087 "mime",
13088 "once_cell",
13089 "percent-encoding",
13090 "pin-project-lite",
13091 "quinn",
13092 "rustls 0.23.26",
13093 "rustls-native-certs 0.8.1",
13094 "rustls-pemfile 2.2.0",
13095 "rustls-pki-types",
13096 "serde",
13097 "serde_json",
13098 "serde_urlencoded",
13099 "sync_wrapper 1.0.2",
13100 "system-configuration 0.6.1",
13101 "tokio",
13102 "tokio-rustls 0.26.2",
13103 "tokio-socks",
13104 "tokio-util",
13105 "tower 0.5.2",
13106 "tower-service",
13107 "url",
13108 "wasm-bindgen",
13109 "wasm-bindgen-futures",
13110 "wasm-streams",
13111 "web-sys",
13112 "windows-registry 0.4.0",
13113]
13114
13115[[package]]
13116name = "reqwest_client"
13117version = "0.1.0"
13118dependencies = [
13119 "anyhow",
13120 "bytes 1.10.1",
13121 "futures 0.3.31",
13122 "gpui",
13123 "http_client",
13124 "http_client_tls",
13125 "log",
13126 "regex",
13127 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13128 "serde",
13129 "smol",
13130 "tokio",
13131 "workspace-hack",
13132]
13133
13134[[package]]
13135name = "resvg"
13136version = "0.45.1"
13137source = "registry+https://github.com/rust-lang/crates.io-index"
13138checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13139dependencies = [
13140 "log",
13141 "pico-args",
13142 "rgb",
13143 "svgtypes",
13144 "tiny-skia",
13145 "usvg",
13146]
13147
13148[[package]]
13149name = "rfc6979"
13150version = "0.3.1"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13153dependencies = [
13154 "crypto-bigint 0.4.9",
13155 "hmac",
13156 "zeroize",
13157]
13158
13159[[package]]
13160name = "rgb"
13161version = "0.8.50"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13164dependencies = [
13165 "bytemuck",
13166]
13167
13168[[package]]
13169name = "rich_text"
13170version = "0.1.0"
13171dependencies = [
13172 "futures 0.3.31",
13173 "gpui",
13174 "language",
13175 "linkify",
13176 "pulldown-cmark 0.12.2",
13177 "theme",
13178 "ui",
13179 "util",
13180 "workspace-hack",
13181]
13182
13183[[package]]
13184name = "ring"
13185version = "0.17.14"
13186source = "registry+https://github.com/rust-lang/crates.io-index"
13187checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13188dependencies = [
13189 "cc",
13190 "cfg-if",
13191 "getrandom 0.2.15",
13192 "libc",
13193 "untrusted",
13194 "windows-sys 0.52.0",
13195]
13196
13197[[package]]
13198name = "rkyv"
13199version = "0.7.45"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13202dependencies = [
13203 "bitvec",
13204 "bytecheck",
13205 "bytes 1.10.1",
13206 "hashbrown 0.12.3",
13207 "ptr_meta",
13208 "rend",
13209 "rkyv_derive",
13210 "seahash",
13211 "tinyvec",
13212 "uuid",
13213]
13214
13215[[package]]
13216name = "rkyv_derive"
13217version = "0.7.45"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13220dependencies = [
13221 "proc-macro2",
13222 "quote",
13223 "syn 1.0.109",
13224]
13225
13226[[package]]
13227name = "rmp"
13228version = "0.8.14"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13231dependencies = [
13232 "byteorder",
13233 "num-traits",
13234 "paste",
13235]
13236
13237[[package]]
13238name = "rmpv"
13239version = "1.3.0"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13242dependencies = [
13243 "num-traits",
13244 "rmp",
13245]
13246
13247[[package]]
13248name = "rodio"
13249version = "0.20.1"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13252dependencies = [
13253 "cpal",
13254 "hound",
13255]
13256
13257[[package]]
13258name = "rope"
13259version = "0.1.0"
13260dependencies = [
13261 "arrayvec",
13262 "criterion",
13263 "ctor",
13264 "env_logger 0.11.8",
13265 "gpui",
13266 "log",
13267 "rand 0.8.5",
13268 "rayon",
13269 "smallvec",
13270 "sum_tree",
13271 "unicode-segmentation",
13272 "util",
13273 "workspace-hack",
13274]
13275
13276[[package]]
13277name = "roxmltree"
13278version = "0.20.0"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13281
13282[[package]]
13283name = "rpc"
13284version = "0.1.0"
13285dependencies = [
13286 "anyhow",
13287 "async-tungstenite",
13288 "base64 0.22.1",
13289 "chrono",
13290 "collections",
13291 "env_logger 0.11.8",
13292 "futures 0.3.31",
13293 "gpui",
13294 "parking_lot",
13295 "proto",
13296 "rand 0.8.5",
13297 "rsa",
13298 "serde",
13299 "serde_json",
13300 "sha2",
13301 "strum 0.27.1",
13302 "tracing",
13303 "util",
13304 "workspace-hack",
13305 "zstd",
13306]
13307
13308[[package]]
13309name = "rsa"
13310version = "0.9.8"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13313dependencies = [
13314 "const-oid",
13315 "digest",
13316 "num-bigint-dig",
13317 "num-integer",
13318 "num-traits",
13319 "pkcs1",
13320 "pkcs8 0.10.2",
13321 "rand_core 0.6.4",
13322 "signature 2.2.0",
13323 "spki 0.7.3",
13324 "subtle",
13325 "zeroize",
13326]
13327
13328[[package]]
13329name = "rules_library"
13330version = "0.1.0"
13331dependencies = [
13332 "anyhow",
13333 "collections",
13334 "editor",
13335 "gpui",
13336 "language",
13337 "language_model",
13338 "log",
13339 "menu",
13340 "picker",
13341 "prompt_store",
13342 "release_channel",
13343 "rope",
13344 "serde",
13345 "settings",
13346 "theme",
13347 "ui",
13348 "util",
13349 "workspace",
13350 "workspace-hack",
13351 "zed_actions",
13352]
13353
13354[[package]]
13355name = "runtimelib"
13356version = "0.25.0"
13357source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13358dependencies = [
13359 "anyhow",
13360 "async-dispatcher",
13361 "async-std",
13362 "base64 0.22.1",
13363 "bytes 1.10.1",
13364 "chrono",
13365 "data-encoding",
13366 "dirs 5.0.1",
13367 "futures 0.3.31",
13368 "glob",
13369 "jupyter-protocol",
13370 "ring",
13371 "serde",
13372 "serde_json",
13373 "shellexpand 3.1.1",
13374 "smol",
13375 "uuid",
13376 "zeromq",
13377]
13378
13379[[package]]
13380name = "rust-embed"
13381version = "8.7.0"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13384dependencies = [
13385 "rust-embed-impl",
13386 "rust-embed-utils",
13387 "walkdir",
13388]
13389
13390[[package]]
13391name = "rust-embed-impl"
13392version = "8.7.0"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13395dependencies = [
13396 "proc-macro2",
13397 "quote",
13398 "rust-embed-utils",
13399 "syn 2.0.101",
13400 "walkdir",
13401]
13402
13403[[package]]
13404name = "rust-embed-utils"
13405version = "8.7.0"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13408dependencies = [
13409 "globset",
13410 "sha2",
13411 "walkdir",
13412]
13413
13414[[package]]
13415name = "rust_decimal"
13416version = "1.37.1"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13419dependencies = [
13420 "arrayvec",
13421 "borsh",
13422 "bytes 1.10.1",
13423 "num-traits",
13424 "rand 0.8.5",
13425 "rkyv",
13426 "serde",
13427 "serde_json",
13428]
13429
13430[[package]]
13431name = "rustc-demangle"
13432version = "0.1.24"
13433source = "registry+https://github.com/rust-lang/crates.io-index"
13434checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13435
13436[[package]]
13437name = "rustc-hash"
13438version = "1.1.0"
13439source = "registry+https://github.com/rust-lang/crates.io-index"
13440checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13441
13442[[package]]
13443name = "rustc-hash"
13444version = "2.1.1"
13445source = "registry+https://github.com/rust-lang/crates.io-index"
13446checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13447
13448[[package]]
13449name = "rustc_version"
13450version = "0.4.1"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13453dependencies = [
13454 "semver",
13455]
13456
13457[[package]]
13458name = "rustix"
13459version = "0.38.44"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13462dependencies = [
13463 "bitflags 2.9.0",
13464 "errno 0.3.11",
13465 "itoa",
13466 "libc",
13467 "linux-raw-sys 0.4.15",
13468 "windows-sys 0.59.0",
13469]
13470
13471[[package]]
13472name = "rustix"
13473version = "1.0.7"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13476dependencies = [
13477 "bitflags 2.9.0",
13478 "errno 0.3.11",
13479 "libc",
13480 "linux-raw-sys 0.9.4",
13481 "windows-sys 0.59.0",
13482]
13483
13484[[package]]
13485name = "rustix-linux-procfs"
13486version = "0.1.1"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13489dependencies = [
13490 "once_cell",
13491 "rustix 1.0.7",
13492]
13493
13494[[package]]
13495name = "rustix-openpty"
13496version = "0.1.1"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13499dependencies = [
13500 "errno 0.3.11",
13501 "libc",
13502 "rustix 0.38.44",
13503]
13504
13505[[package]]
13506name = "rustls"
13507version = "0.21.12"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13510dependencies = [
13511 "log",
13512 "ring",
13513 "rustls-webpki 0.101.7",
13514 "sct",
13515]
13516
13517[[package]]
13518name = "rustls"
13519version = "0.23.26"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13522dependencies = [
13523 "aws-lc-rs",
13524 "log",
13525 "once_cell",
13526 "ring",
13527 "rustls-pki-types",
13528 "rustls-webpki 0.103.1",
13529 "subtle",
13530 "zeroize",
13531]
13532
13533[[package]]
13534name = "rustls-native-certs"
13535version = "0.6.3"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13538dependencies = [
13539 "openssl-probe",
13540 "rustls-pemfile 1.0.4",
13541 "schannel",
13542 "security-framework 2.11.1",
13543]
13544
13545[[package]]
13546name = "rustls-native-certs"
13547version = "0.8.1"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13550dependencies = [
13551 "openssl-probe",
13552 "rustls-pki-types",
13553 "schannel",
13554 "security-framework 3.2.0",
13555]
13556
13557[[package]]
13558name = "rustls-pemfile"
13559version = "1.0.4"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13562dependencies = [
13563 "base64 0.21.7",
13564]
13565
13566[[package]]
13567name = "rustls-pemfile"
13568version = "2.2.0"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13571dependencies = [
13572 "rustls-pki-types",
13573]
13574
13575[[package]]
13576name = "rustls-pki-types"
13577version = "1.11.0"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
13580dependencies = [
13581 "web-time",
13582]
13583
13584[[package]]
13585name = "rustls-platform-verifier"
13586version = "0.5.1"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13589dependencies = [
13590 "core-foundation 0.10.0",
13591 "core-foundation-sys",
13592 "jni",
13593 "log",
13594 "once_cell",
13595 "rustls 0.23.26",
13596 "rustls-native-certs 0.8.1",
13597 "rustls-platform-verifier-android",
13598 "rustls-webpki 0.103.1",
13599 "security-framework 3.2.0",
13600 "security-framework-sys",
13601 "webpki-root-certs",
13602 "windows-sys 0.59.0",
13603]
13604
13605[[package]]
13606name = "rustls-platform-verifier-android"
13607version = "0.1.1"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13610
13611[[package]]
13612name = "rustls-webpki"
13613version = "0.101.7"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13616dependencies = [
13617 "ring",
13618 "untrusted",
13619]
13620
13621[[package]]
13622name = "rustls-webpki"
13623version = "0.103.1"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13626dependencies = [
13627 "aws-lc-rs",
13628 "ring",
13629 "rustls-pki-types",
13630 "untrusted",
13631]
13632
13633[[package]]
13634name = "rustversion"
13635version = "1.0.20"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13638
13639[[package]]
13640name = "rustybuzz"
13641version = "0.14.1"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13644dependencies = [
13645 "bitflags 2.9.0",
13646 "bytemuck",
13647 "libm",
13648 "smallvec",
13649 "ttf-parser 0.21.1",
13650 "unicode-bidi-mirroring 0.2.0",
13651 "unicode-ccc 0.2.0",
13652 "unicode-properties",
13653 "unicode-script",
13654]
13655
13656[[package]]
13657name = "rustybuzz"
13658version = "0.20.1"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13661dependencies = [
13662 "bitflags 2.9.0",
13663 "bytemuck",
13664 "core_maths",
13665 "log",
13666 "smallvec",
13667 "ttf-parser 0.25.1",
13668 "unicode-bidi-mirroring 0.4.0",
13669 "unicode-ccc 0.4.0",
13670 "unicode-properties",
13671 "unicode-script",
13672]
13673
13674[[package]]
13675name = "ryu"
13676version = "1.0.20"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13679
13680[[package]]
13681name = "salsa20"
13682version = "0.10.2"
13683source = "registry+https://github.com/rust-lang/crates.io-index"
13684checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13685dependencies = [
13686 "cipher",
13687]
13688
13689[[package]]
13690name = "same-file"
13691version = "1.0.6"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13694dependencies = [
13695 "winapi-util",
13696]
13697
13698[[package]]
13699name = "scap"
13700version = "0.0.8"
13701source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13702dependencies = [
13703 "anyhow",
13704 "cocoa 0.25.0",
13705 "core-graphics-helmer-fork",
13706 "log",
13707 "objc",
13708 "rand 0.8.5",
13709 "screencapturekit",
13710 "screencapturekit-sys",
13711 "sysinfo",
13712 "tao-core-video-sys",
13713 "windows 0.61.1",
13714 "windows-capture",
13715 "x11",
13716 "xcb",
13717]
13718
13719[[package]]
13720name = "schannel"
13721version = "0.1.27"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13724dependencies = [
13725 "windows-sys 0.59.0",
13726]
13727
13728[[package]]
13729name = "schema_generator"
13730version = "0.1.0"
13731dependencies = [
13732 "anyhow",
13733 "clap",
13734 "env_logger 0.11.8",
13735 "schemars",
13736 "serde",
13737 "serde_json",
13738 "theme",
13739 "workspace-hack",
13740]
13741
13742[[package]]
13743name = "schemars"
13744version = "0.8.22"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13747dependencies = [
13748 "dyn-clone",
13749 "indexmap",
13750 "schemars_derive",
13751 "serde",
13752 "serde_json",
13753]
13754
13755[[package]]
13756name = "schemars_derive"
13757version = "0.8.22"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13760dependencies = [
13761 "proc-macro2",
13762 "quote",
13763 "serde_derive_internals",
13764 "syn 2.0.101",
13765]
13766
13767[[package]]
13768name = "scoped-tls"
13769version = "1.0.1"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13772
13773[[package]]
13774name = "scopeguard"
13775version = "1.2.0"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13778
13779[[package]]
13780name = "scratch"
13781version = "1.0.8"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13784
13785[[package]]
13786name = "screencapturekit"
13787version = "0.2.8"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13790dependencies = [
13791 "screencapturekit-sys",
13792]
13793
13794[[package]]
13795name = "screencapturekit-sys"
13796version = "0.2.8"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13799dependencies = [
13800 "block",
13801 "dispatch",
13802 "objc",
13803 "objc-foundation",
13804 "objc_id",
13805 "once_cell",
13806]
13807
13808[[package]]
13809name = "scrypt"
13810version = "0.11.0"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13813dependencies = [
13814 "password-hash 0.5.0",
13815 "pbkdf2 0.12.2",
13816 "salsa20",
13817 "sha2",
13818]
13819
13820[[package]]
13821name = "sct"
13822version = "0.7.1"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13825dependencies = [
13826 "ring",
13827 "untrusted",
13828]
13829
13830[[package]]
13831name = "sea-bae"
13832version = "0.2.1"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13835dependencies = [
13836 "heck 0.4.1",
13837 "proc-macro-error2",
13838 "proc-macro2",
13839 "quote",
13840 "syn 2.0.101",
13841]
13842
13843[[package]]
13844name = "sea-orm"
13845version = "1.1.10"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13848dependencies = [
13849 "async-stream",
13850 "async-trait",
13851 "bigdecimal",
13852 "chrono",
13853 "futures-util",
13854 "log",
13855 "ouroboros",
13856 "pgvector",
13857 "rust_decimal",
13858 "sea-orm-macros",
13859 "sea-query",
13860 "sea-query-binder",
13861 "serde",
13862 "serde_json",
13863 "sqlx",
13864 "strum 0.26.3",
13865 "thiserror 2.0.12",
13866 "time",
13867 "tracing",
13868 "url",
13869 "uuid",
13870]
13871
13872[[package]]
13873name = "sea-orm-macros"
13874version = "1.1.10"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13877dependencies = [
13878 "heck 0.4.1",
13879 "proc-macro2",
13880 "quote",
13881 "sea-bae",
13882 "syn 2.0.101",
13883 "unicode-ident",
13884]
13885
13886[[package]]
13887name = "sea-query"
13888version = "0.32.4"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13891dependencies = [
13892 "bigdecimal",
13893 "chrono",
13894 "inherent",
13895 "ordered-float 4.6.0",
13896 "rust_decimal",
13897 "serde_json",
13898 "time",
13899 "uuid",
13900]
13901
13902[[package]]
13903name = "sea-query-binder"
13904version = "0.7.0"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13907dependencies = [
13908 "bigdecimal",
13909 "chrono",
13910 "rust_decimal",
13911 "sea-query",
13912 "serde_json",
13913 "sqlx",
13914 "time",
13915 "uuid",
13916]
13917
13918[[package]]
13919name = "seahash"
13920version = "4.1.0"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13923
13924[[package]]
13925name = "search"
13926version = "0.1.0"
13927dependencies = [
13928 "any_vec",
13929 "anyhow",
13930 "bitflags 2.9.0",
13931 "client",
13932 "collections",
13933 "editor",
13934 "futures 0.3.31",
13935 "gpui",
13936 "language",
13937 "menu",
13938 "project",
13939 "schemars",
13940 "serde",
13941 "serde_json",
13942 "settings",
13943 "smol",
13944 "theme",
13945 "ui",
13946 "unindent",
13947 "util",
13948 "workspace",
13949 "workspace-hack",
13950 "zed_actions",
13951]
13952
13953[[package]]
13954name = "sec1"
13955version = "0.3.0"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
13958dependencies = [
13959 "base16ct",
13960 "der 0.6.1",
13961 "generic-array",
13962 "pkcs8 0.9.0",
13963 "subtle",
13964 "zeroize",
13965]
13966
13967[[package]]
13968name = "security-framework"
13969version = "2.11.1"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
13972dependencies = [
13973 "bitflags 2.9.0",
13974 "core-foundation 0.9.4",
13975 "core-foundation-sys",
13976 "libc",
13977 "security-framework-sys",
13978]
13979
13980[[package]]
13981name = "security-framework"
13982version = "3.2.0"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
13985dependencies = [
13986 "bitflags 2.9.0",
13987 "core-foundation 0.10.0",
13988 "core-foundation-sys",
13989 "libc",
13990 "security-framework-sys",
13991]
13992
13993[[package]]
13994name = "security-framework-sys"
13995version = "2.14.0"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
13998dependencies = [
13999 "core-foundation-sys",
14000 "libc",
14001]
14002
14003[[package]]
14004name = "self_cell"
14005version = "1.2.0"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14008
14009[[package]]
14010name = "semantic_index"
14011version = "0.1.0"
14012dependencies = [
14013 "anyhow",
14014 "arrayvec",
14015 "blake3",
14016 "client",
14017 "clock",
14018 "collections",
14019 "env_logger 0.11.8",
14020 "feature_flags",
14021 "fs",
14022 "futures 0.3.31",
14023 "futures-batch",
14024 "gpui",
14025 "heed",
14026 "http_client",
14027 "language",
14028 "language_model",
14029 "languages",
14030 "log",
14031 "open_ai",
14032 "parking_lot",
14033 "project",
14034 "reqwest_client",
14035 "serde",
14036 "serde_json",
14037 "settings",
14038 "sha2",
14039 "smol",
14040 "streaming-iterator",
14041 "tempfile",
14042 "theme",
14043 "tree-sitter",
14044 "ui",
14045 "unindent",
14046 "util",
14047 "workspace",
14048 "workspace-hack",
14049 "worktree",
14050]
14051
14052[[package]]
14053name = "semantic_version"
14054version = "0.1.0"
14055dependencies = [
14056 "anyhow",
14057 "serde",
14058 "workspace-hack",
14059]
14060
14061[[package]]
14062name = "semver"
14063version = "1.0.26"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14066dependencies = [
14067 "serde",
14068]
14069
14070[[package]]
14071name = "serde"
14072version = "1.0.219"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14075dependencies = [
14076 "serde_derive",
14077]
14078
14079[[package]]
14080name = "serde_derive"
14081version = "1.0.219"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14084dependencies = [
14085 "proc-macro2",
14086 "quote",
14087 "syn 2.0.101",
14088]
14089
14090[[package]]
14091name = "serde_derive_internals"
14092version = "0.29.1"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14095dependencies = [
14096 "proc-macro2",
14097 "quote",
14098 "syn 2.0.101",
14099]
14100
14101[[package]]
14102name = "serde_fmt"
14103version = "1.0.3"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14106dependencies = [
14107 "serde",
14108]
14109
14110[[package]]
14111name = "serde_json"
14112version = "1.0.140"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14115dependencies = [
14116 "indexmap",
14117 "itoa",
14118 "memchr",
14119 "ryu",
14120 "serde",
14121]
14122
14123[[package]]
14124name = "serde_json_lenient"
14125version = "0.2.4"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14128dependencies = [
14129 "indexmap",
14130 "itoa",
14131 "memchr",
14132 "ryu",
14133 "serde",
14134]
14135
14136[[package]]
14137name = "serde_path_to_error"
14138version = "0.1.17"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14141dependencies = [
14142 "itoa",
14143 "serde",
14144]
14145
14146[[package]]
14147name = "serde_qs"
14148version = "0.8.5"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14151dependencies = [
14152 "percent-encoding",
14153 "serde",
14154 "thiserror 1.0.69",
14155]
14156
14157[[package]]
14158name = "serde_qs"
14159version = "0.10.1"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14162dependencies = [
14163 "percent-encoding",
14164 "serde",
14165 "thiserror 1.0.69",
14166]
14167
14168[[package]]
14169name = "serde_repr"
14170version = "0.1.20"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14173dependencies = [
14174 "proc-macro2",
14175 "quote",
14176 "syn 2.0.101",
14177]
14178
14179[[package]]
14180name = "serde_spanned"
14181version = "0.6.8"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14184dependencies = [
14185 "serde",
14186]
14187
14188[[package]]
14189name = "serde_urlencoded"
14190version = "0.7.1"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14193dependencies = [
14194 "form_urlencoded",
14195 "itoa",
14196 "ryu",
14197 "serde",
14198]
14199
14200[[package]]
14201name = "serial2"
14202version = "0.2.29"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14205dependencies = [
14206 "cfg-if",
14207 "libc",
14208 "winapi",
14209]
14210
14211[[package]]
14212name = "session"
14213version = "0.1.0"
14214dependencies = [
14215 "db",
14216 "gpui",
14217 "serde_json",
14218 "util",
14219 "uuid",
14220 "workspace-hack",
14221]
14222
14223[[package]]
14224name = "settings"
14225version = "0.1.0"
14226dependencies = [
14227 "anyhow",
14228 "collections",
14229 "ec4rs",
14230 "fs",
14231 "futures 0.3.31",
14232 "gpui",
14233 "indoc",
14234 "inventory",
14235 "log",
14236 "paths",
14237 "pretty_assertions",
14238 "release_channel",
14239 "rust-embed",
14240 "schemars",
14241 "serde",
14242 "serde_derive",
14243 "serde_json",
14244 "serde_json_lenient",
14245 "smallvec",
14246 "streaming-iterator",
14247 "tree-sitter",
14248 "tree-sitter-json",
14249 "unindent",
14250 "util",
14251 "workspace-hack",
14252]
14253
14254[[package]]
14255name = "settings_ui"
14256version = "0.1.0"
14257dependencies = [
14258 "command_palette_hooks",
14259 "editor",
14260 "feature_flags",
14261 "fs",
14262 "gpui",
14263 "log",
14264 "paths",
14265 "schemars",
14266 "serde",
14267 "settings",
14268 "theme",
14269 "ui",
14270 "workspace",
14271 "workspace-hack",
14272]
14273
14274[[package]]
14275name = "sha1"
14276version = "0.10.6"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14279dependencies = [
14280 "cfg-if",
14281 "cpufeatures",
14282 "digest",
14283]
14284
14285[[package]]
14286name = "sha1-checked"
14287version = "0.10.0"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14290dependencies = [
14291 "digest",
14292 "sha1",
14293]
14294
14295[[package]]
14296name = "sha1_smol"
14297version = "1.0.1"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14300
14301[[package]]
14302name = "sha2"
14303version = "0.10.8"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14306dependencies = [
14307 "cfg-if",
14308 "cpufeatures",
14309 "digest",
14310]
14311
14312[[package]]
14313name = "sharded-slab"
14314version = "0.1.7"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14317dependencies = [
14318 "lazy_static",
14319]
14320
14321[[package]]
14322name = "shared_library"
14323version = "0.1.9"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14326dependencies = [
14327 "lazy_static",
14328 "libc",
14329]
14330
14331[[package]]
14332name = "shell-words"
14333version = "1.1.0"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14336
14337[[package]]
14338name = "shellexpand"
14339version = "2.1.2"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14342dependencies = [
14343 "dirs 4.0.0",
14344]
14345
14346[[package]]
14347name = "shellexpand"
14348version = "3.1.1"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14351dependencies = [
14352 "dirs 6.0.0",
14353]
14354
14355[[package]]
14356name = "shlex"
14357version = "1.3.0"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14360
14361[[package]]
14362name = "signal-hook"
14363version = "0.3.17"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14366dependencies = [
14367 "libc",
14368 "signal-hook-registry",
14369]
14370
14371[[package]]
14372name = "signal-hook-registry"
14373version = "1.4.5"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14376dependencies = [
14377 "libc",
14378]
14379
14380[[package]]
14381name = "signature"
14382version = "1.6.4"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14385dependencies = [
14386 "digest",
14387 "rand_core 0.6.4",
14388]
14389
14390[[package]]
14391name = "signature"
14392version = "2.2.0"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14395dependencies = [
14396 "digest",
14397 "rand_core 0.6.4",
14398]
14399
14400[[package]]
14401name = "simd-adler32"
14402version = "0.3.7"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14405
14406[[package]]
14407name = "simd_helpers"
14408version = "0.1.0"
14409source = "registry+https://github.com/rust-lang/crates.io-index"
14410checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14411dependencies = [
14412 "quote",
14413]
14414
14415[[package]]
14416name = "simdutf8"
14417version = "0.1.5"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14420
14421[[package]]
14422name = "simple_asn1"
14423version = "0.6.3"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14426dependencies = [
14427 "num-bigint",
14428 "num-traits",
14429 "thiserror 2.0.12",
14430 "time",
14431]
14432
14433[[package]]
14434name = "simplecss"
14435version = "0.2.2"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14438dependencies = [
14439 "log",
14440]
14441
14442[[package]]
14443name = "simplelog"
14444version = "0.12.2"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14447dependencies = [
14448 "log",
14449 "termcolor",
14450 "time",
14451]
14452
14453[[package]]
14454name = "siphasher"
14455version = "1.0.1"
14456source = "registry+https://github.com/rust-lang/crates.io-index"
14457checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14458
14459[[package]]
14460name = "skrifa"
14461version = "0.26.6"
14462source = "registry+https://github.com/rust-lang/crates.io-index"
14463checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14464dependencies = [
14465 "bytemuck",
14466 "read-fonts",
14467]
14468
14469[[package]]
14470name = "slab"
14471version = "0.4.9"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14474dependencies = [
14475 "autocfg",
14476]
14477
14478[[package]]
14479name = "slash_commands_example"
14480version = "0.1.0"
14481dependencies = [
14482 "zed_extension_api 0.1.0",
14483]
14484
14485[[package]]
14486name = "slotmap"
14487version = "1.0.7"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14490dependencies = [
14491 "version_check",
14492]
14493
14494[[package]]
14495name = "smallvec"
14496version = "1.15.0"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14499dependencies = [
14500 "serde",
14501]
14502
14503[[package]]
14504name = "smart-default"
14505version = "0.6.0"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14508dependencies = [
14509 "proc-macro2",
14510 "quote",
14511 "syn 1.0.109",
14512]
14513
14514[[package]]
14515name = "smol"
14516version = "2.0.2"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14519dependencies = [
14520 "async-channel 2.3.1",
14521 "async-executor",
14522 "async-fs",
14523 "async-io",
14524 "async-lock",
14525 "async-net",
14526 "async-process",
14527 "blocking",
14528 "futures-lite 2.6.0",
14529]
14530
14531[[package]]
14532name = "smol_str"
14533version = "0.1.24"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14536dependencies = [
14537 "serde",
14538]
14539
14540[[package]]
14541name = "smol_str"
14542version = "0.2.2"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14545
14546[[package]]
14547name = "snippet"
14548version = "0.1.0"
14549dependencies = [
14550 "anyhow",
14551 "smallvec",
14552 "workspace-hack",
14553]
14554
14555[[package]]
14556name = "snippet_provider"
14557version = "0.1.0"
14558dependencies = [
14559 "anyhow",
14560 "collections",
14561 "extension",
14562 "fs",
14563 "futures 0.3.31",
14564 "gpui",
14565 "indoc",
14566 "parking_lot",
14567 "paths",
14568 "schemars",
14569 "serde",
14570 "serde_json_lenient",
14571 "snippet",
14572 "util",
14573 "workspace-hack",
14574]
14575
14576[[package]]
14577name = "snippets_ui"
14578version = "0.1.0"
14579dependencies = [
14580 "fuzzy",
14581 "gpui",
14582 "language",
14583 "paths",
14584 "picker",
14585 "ui",
14586 "util",
14587 "workspace",
14588 "workspace-hack",
14589]
14590
14591[[package]]
14592name = "socket2"
14593version = "0.5.9"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14596dependencies = [
14597 "libc",
14598 "windows-sys 0.52.0",
14599]
14600
14601[[package]]
14602name = "spdx"
14603version = "0.10.8"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14606dependencies = [
14607 "smallvec",
14608]
14609
14610[[package]]
14611name = "spin"
14612version = "0.9.8"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14615dependencies = [
14616 "lock_api",
14617]
14618
14619[[package]]
14620name = "spirv"
14621version = "0.3.0+sdk-1.3.268.0"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14624dependencies = [
14625 "bitflags 2.9.0",
14626]
14627
14628[[package]]
14629name = "spki"
14630version = "0.6.0"
14631source = "registry+https://github.com/rust-lang/crates.io-index"
14632checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14633dependencies = [
14634 "base64ct",
14635 "der 0.6.1",
14636]
14637
14638[[package]]
14639name = "spki"
14640version = "0.7.3"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14643dependencies = [
14644 "base64ct",
14645 "der 0.7.10",
14646]
14647
14648[[package]]
14649name = "sptr"
14650version = "0.3.2"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14653
14654[[package]]
14655name = "sqlez"
14656version = "0.1.0"
14657dependencies = [
14658 "anyhow",
14659 "collections",
14660 "futures 0.3.31",
14661 "indoc",
14662 "libsqlite3-sys",
14663 "parking_lot",
14664 "smol",
14665 "sqlformat",
14666 "thread_local",
14667 "util",
14668 "uuid",
14669 "workspace-hack",
14670]
14671
14672[[package]]
14673name = "sqlez_macros"
14674version = "0.1.0"
14675dependencies = [
14676 "sqlez",
14677 "sqlformat",
14678 "syn 1.0.109",
14679 "workspace-hack",
14680]
14681
14682[[package]]
14683name = "sqlformat"
14684version = "0.2.6"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14687dependencies = [
14688 "nom",
14689 "unicode_categories",
14690]
14691
14692[[package]]
14693name = "sqlx"
14694version = "0.8.5"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14697dependencies = [
14698 "sqlx-core",
14699 "sqlx-macros",
14700 "sqlx-mysql",
14701 "sqlx-postgres",
14702 "sqlx-sqlite",
14703]
14704
14705[[package]]
14706name = "sqlx-core"
14707version = "0.8.5"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14710dependencies = [
14711 "base64 0.22.1",
14712 "bigdecimal",
14713 "bytes 1.10.1",
14714 "chrono",
14715 "crc",
14716 "crossbeam-queue",
14717 "either",
14718 "event-listener 5.4.0",
14719 "futures-core",
14720 "futures-intrusive",
14721 "futures-io",
14722 "futures-util",
14723 "hashbrown 0.15.3",
14724 "hashlink 0.10.0",
14725 "indexmap",
14726 "log",
14727 "memchr",
14728 "once_cell",
14729 "percent-encoding",
14730 "rust_decimal",
14731 "rustls 0.23.26",
14732 "serde",
14733 "serde_json",
14734 "sha2",
14735 "smallvec",
14736 "thiserror 2.0.12",
14737 "time",
14738 "tokio",
14739 "tokio-stream",
14740 "tracing",
14741 "url",
14742 "uuid",
14743 "webpki-roots",
14744]
14745
14746[[package]]
14747name = "sqlx-macros"
14748version = "0.8.5"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14751dependencies = [
14752 "proc-macro2",
14753 "quote",
14754 "sqlx-core",
14755 "sqlx-macros-core",
14756 "syn 2.0.101",
14757]
14758
14759[[package]]
14760name = "sqlx-macros-core"
14761version = "0.8.5"
14762source = "registry+https://github.com/rust-lang/crates.io-index"
14763checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14764dependencies = [
14765 "dotenvy",
14766 "either",
14767 "heck 0.5.0",
14768 "hex",
14769 "once_cell",
14770 "proc-macro2",
14771 "quote",
14772 "serde",
14773 "serde_json",
14774 "sha2",
14775 "sqlx-core",
14776 "sqlx-mysql",
14777 "sqlx-postgres",
14778 "sqlx-sqlite",
14779 "syn 2.0.101",
14780 "tempfile",
14781 "tokio",
14782 "url",
14783]
14784
14785[[package]]
14786name = "sqlx-mysql"
14787version = "0.8.5"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14790dependencies = [
14791 "atoi",
14792 "base64 0.22.1",
14793 "bigdecimal",
14794 "bitflags 2.9.0",
14795 "byteorder",
14796 "bytes 1.10.1",
14797 "chrono",
14798 "crc",
14799 "digest",
14800 "dotenvy",
14801 "either",
14802 "futures-channel",
14803 "futures-core",
14804 "futures-io",
14805 "futures-util",
14806 "generic-array",
14807 "hex",
14808 "hkdf",
14809 "hmac",
14810 "itoa",
14811 "log",
14812 "md-5",
14813 "memchr",
14814 "once_cell",
14815 "percent-encoding",
14816 "rand 0.8.5",
14817 "rsa",
14818 "rust_decimal",
14819 "serde",
14820 "sha1",
14821 "sha2",
14822 "smallvec",
14823 "sqlx-core",
14824 "stringprep",
14825 "thiserror 2.0.12",
14826 "time",
14827 "tracing",
14828 "uuid",
14829 "whoami",
14830]
14831
14832[[package]]
14833name = "sqlx-postgres"
14834version = "0.8.5"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14837dependencies = [
14838 "atoi",
14839 "base64 0.22.1",
14840 "bigdecimal",
14841 "bitflags 2.9.0",
14842 "byteorder",
14843 "chrono",
14844 "crc",
14845 "dotenvy",
14846 "etcetera",
14847 "futures-channel",
14848 "futures-core",
14849 "futures-util",
14850 "hex",
14851 "hkdf",
14852 "hmac",
14853 "home",
14854 "itoa",
14855 "log",
14856 "md-5",
14857 "memchr",
14858 "num-bigint",
14859 "once_cell",
14860 "rand 0.8.5",
14861 "rust_decimal",
14862 "serde",
14863 "serde_json",
14864 "sha2",
14865 "smallvec",
14866 "sqlx-core",
14867 "stringprep",
14868 "thiserror 2.0.12",
14869 "time",
14870 "tracing",
14871 "uuid",
14872 "whoami",
14873]
14874
14875[[package]]
14876name = "sqlx-sqlite"
14877version = "0.8.5"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14880dependencies = [
14881 "atoi",
14882 "chrono",
14883 "flume",
14884 "futures-channel",
14885 "futures-core",
14886 "futures-executor",
14887 "futures-intrusive",
14888 "futures-util",
14889 "libsqlite3-sys",
14890 "log",
14891 "percent-encoding",
14892 "serde",
14893 "serde_urlencoded",
14894 "sqlx-core",
14895 "thiserror 2.0.12",
14896 "time",
14897 "tracing",
14898 "url",
14899 "uuid",
14900]
14901
14902[[package]]
14903name = "stable_deref_trait"
14904version = "1.2.0"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14907
14908[[package]]
14909name = "static_assertions"
14910version = "1.1.0"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14913
14914[[package]]
14915name = "story"
14916version = "0.1.0"
14917dependencies = [
14918 "gpui",
14919 "itertools 0.14.0",
14920 "smallvec",
14921 "workspace-hack",
14922]
14923
14924[[package]]
14925name = "storybook"
14926version = "0.1.0"
14927dependencies = [
14928 "anyhow",
14929 "clap",
14930 "collab_ui",
14931 "ctrlc",
14932 "dialoguer",
14933 "editor",
14934 "fuzzy",
14935 "gpui",
14936 "indoc",
14937 "language",
14938 "log",
14939 "menu",
14940 "picker",
14941 "project",
14942 "reqwest_client",
14943 "rust-embed",
14944 "settings",
14945 "simplelog",
14946 "story",
14947 "strum 0.27.1",
14948 "theme",
14949 "title_bar",
14950 "ui",
14951 "workspace",
14952 "workspace-hack",
14953]
14954
14955[[package]]
14956name = "streaming-iterator"
14957version = "0.1.9"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
14960
14961[[package]]
14962name = "streaming_diff"
14963version = "0.1.0"
14964dependencies = [
14965 "ordered-float 2.10.1",
14966 "rand 0.8.5",
14967 "rope",
14968 "util",
14969 "workspace-hack",
14970]
14971
14972[[package]]
14973name = "strict-num"
14974version = "0.1.1"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
14977dependencies = [
14978 "float-cmp",
14979]
14980
14981[[package]]
14982name = "string_cache"
14983version = "0.8.9"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
14986dependencies = [
14987 "new_debug_unreachable",
14988 "parking_lot",
14989 "phf_shared",
14990 "precomputed-hash",
14991 "serde",
14992]
14993
14994[[package]]
14995name = "string_cache_codegen"
14996version = "0.5.4"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
14999dependencies = [
15000 "phf_generator",
15001 "phf_shared",
15002 "proc-macro2",
15003 "quote",
15004]
15005
15006[[package]]
15007name = "stringprep"
15008version = "0.1.5"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15011dependencies = [
15012 "unicode-bidi",
15013 "unicode-normalization",
15014 "unicode-properties",
15015]
15016
15017[[package]]
15018name = "strsim"
15019version = "0.11.1"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15022
15023[[package]]
15024name = "strum"
15025version = "0.26.3"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15028dependencies = [
15029 "strum_macros 0.26.4",
15030]
15031
15032[[package]]
15033name = "strum"
15034version = "0.27.1"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15037dependencies = [
15038 "strum_macros 0.27.1",
15039]
15040
15041[[package]]
15042name = "strum_macros"
15043version = "0.26.4"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15046dependencies = [
15047 "heck 0.5.0",
15048 "proc-macro2",
15049 "quote",
15050 "rustversion",
15051 "syn 2.0.101",
15052]
15053
15054[[package]]
15055name = "strum_macros"
15056version = "0.27.1"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15059dependencies = [
15060 "heck 0.5.0",
15061 "proc-macro2",
15062 "quote",
15063 "rustversion",
15064 "syn 2.0.101",
15065]
15066
15067[[package]]
15068name = "subtle"
15069version = "2.6.1"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15072
15073[[package]]
15074name = "sum_tree"
15075version = "0.1.0"
15076dependencies = [
15077 "arrayvec",
15078 "ctor",
15079 "env_logger 0.11.8",
15080 "log",
15081 "rand 0.8.5",
15082 "rayon",
15083 "workspace-hack",
15084]
15085
15086[[package]]
15087name = "supermaven"
15088version = "0.1.0"
15089dependencies = [
15090 "anyhow",
15091 "client",
15092 "collections",
15093 "editor",
15094 "env_logger 0.11.8",
15095 "futures 0.3.31",
15096 "gpui",
15097 "http_client",
15098 "inline_completion",
15099 "language",
15100 "log",
15101 "postage",
15102 "project",
15103 "serde",
15104 "serde_json",
15105 "settings",
15106 "smol",
15107 "supermaven_api",
15108 "text",
15109 "theme",
15110 "ui",
15111 "unicode-segmentation",
15112 "util",
15113 "workspace-hack",
15114]
15115
15116[[package]]
15117name = "supermaven_api"
15118version = "0.1.0"
15119dependencies = [
15120 "anyhow",
15121 "futures 0.3.31",
15122 "http_client",
15123 "paths",
15124 "serde",
15125 "serde_json",
15126 "smol",
15127 "workspace-hack",
15128]
15129
15130[[package]]
15131name = "sval"
15132version = "2.14.1"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15135
15136[[package]]
15137name = "sval_buffer"
15138version = "2.14.1"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15141dependencies = [
15142 "sval",
15143 "sval_ref",
15144]
15145
15146[[package]]
15147name = "sval_dynamic"
15148version = "2.14.1"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15151dependencies = [
15152 "sval",
15153]
15154
15155[[package]]
15156name = "sval_fmt"
15157version = "2.14.1"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15160dependencies = [
15161 "itoa",
15162 "ryu",
15163 "sval",
15164]
15165
15166[[package]]
15167name = "sval_json"
15168version = "2.14.1"
15169source = "registry+https://github.com/rust-lang/crates.io-index"
15170checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15171dependencies = [
15172 "itoa",
15173 "ryu",
15174 "sval",
15175]
15176
15177[[package]]
15178name = "sval_nested"
15179version = "2.14.1"
15180source = "registry+https://github.com/rust-lang/crates.io-index"
15181checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15182dependencies = [
15183 "sval",
15184 "sval_buffer",
15185 "sval_ref",
15186]
15187
15188[[package]]
15189name = "sval_ref"
15190version = "2.14.1"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15193dependencies = [
15194 "sval",
15195]
15196
15197[[package]]
15198name = "sval_serde"
15199version = "2.14.1"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15202dependencies = [
15203 "serde",
15204 "sval",
15205 "sval_nested",
15206]
15207
15208[[package]]
15209name = "svg_fmt"
15210version = "0.4.5"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15213
15214[[package]]
15215name = "svgtypes"
15216version = "0.15.3"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15219dependencies = [
15220 "kurbo",
15221 "siphasher",
15222]
15223
15224[[package]]
15225name = "swash"
15226version = "0.2.2"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15229dependencies = [
15230 "skrifa",
15231 "yazi",
15232 "zeno",
15233]
15234
15235[[package]]
15236name = "syn"
15237version = "1.0.109"
15238source = "registry+https://github.com/rust-lang/crates.io-index"
15239checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15240dependencies = [
15241 "proc-macro2",
15242 "quote",
15243 "unicode-ident",
15244]
15245
15246[[package]]
15247name = "syn"
15248version = "2.0.101"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15251dependencies = [
15252 "proc-macro2",
15253 "quote",
15254 "unicode-ident",
15255]
15256
15257[[package]]
15258name = "sync_wrapper"
15259version = "0.1.2"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15262
15263[[package]]
15264name = "sync_wrapper"
15265version = "1.0.2"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15268dependencies = [
15269 "futures-core",
15270]
15271
15272[[package]]
15273name = "synchronoise"
15274version = "1.0.1"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15277dependencies = [
15278 "crossbeam-queue",
15279]
15280
15281[[package]]
15282name = "synstructure"
15283version = "0.13.1"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15286dependencies = [
15287 "proc-macro2",
15288 "quote",
15289 "syn 2.0.101",
15290]
15291
15292[[package]]
15293name = "sys-locale"
15294version = "0.3.2"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15297dependencies = [
15298 "libc",
15299]
15300
15301[[package]]
15302name = "sysinfo"
15303version = "0.31.4"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15306dependencies = [
15307 "core-foundation-sys",
15308 "libc",
15309 "memchr",
15310 "ntapi",
15311 "rayon",
15312 "windows 0.57.0",
15313]
15314
15315[[package]]
15316name = "system-configuration"
15317version = "0.5.1"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15320dependencies = [
15321 "bitflags 1.3.2",
15322 "core-foundation 0.9.4",
15323 "system-configuration-sys 0.5.0",
15324]
15325
15326[[package]]
15327name = "system-configuration"
15328version = "0.6.1"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15331dependencies = [
15332 "bitflags 2.9.0",
15333 "core-foundation 0.9.4",
15334 "system-configuration-sys 0.6.0",
15335]
15336
15337[[package]]
15338name = "system-configuration-sys"
15339version = "0.5.0"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15342dependencies = [
15343 "core-foundation-sys",
15344 "libc",
15345]
15346
15347[[package]]
15348name = "system-configuration-sys"
15349version = "0.6.0"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15352dependencies = [
15353 "core-foundation-sys",
15354 "libc",
15355]
15356
15357[[package]]
15358name = "system-deps"
15359version = "6.2.2"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15362dependencies = [
15363 "cfg-expr",
15364 "heck 0.5.0",
15365 "pkg-config",
15366 "toml 0.8.20",
15367 "version-compare",
15368]
15369
15370[[package]]
15371name = "system-interface"
15372version = "0.27.3"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15375dependencies = [
15376 "bitflags 2.9.0",
15377 "cap-fs-ext",
15378 "cap-std",
15379 "fd-lock",
15380 "io-lifetimes",
15381 "rustix 0.38.44",
15382 "windows-sys 0.59.0",
15383 "winx",
15384]
15385
15386[[package]]
15387name = "tab_switcher"
15388version = "0.1.0"
15389dependencies = [
15390 "anyhow",
15391 "collections",
15392 "ctor",
15393 "editor",
15394 "env_logger 0.11.8",
15395 "fuzzy",
15396 "gpui",
15397 "language",
15398 "menu",
15399 "picker",
15400 "project",
15401 "schemars",
15402 "serde",
15403 "serde_json",
15404 "settings",
15405 "smol",
15406 "theme",
15407 "ui",
15408 "util",
15409 "workspace",
15410 "workspace-hack",
15411]
15412
15413[[package]]
15414name = "taffy"
15415version = "0.4.4"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15418dependencies = [
15419 "arrayvec",
15420 "grid",
15421 "num-traits",
15422 "serde",
15423 "slotmap",
15424]
15425
15426[[package]]
15427name = "take-until"
15428version = "0.2.0"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15431
15432[[package]]
15433name = "tao-core-video-sys"
15434version = "0.2.0"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15437dependencies = [
15438 "cfg-if",
15439 "core-foundation-sys",
15440 "libc",
15441 "objc",
15442]
15443
15444[[package]]
15445name = "tap"
15446version = "1.0.1"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15449
15450[[package]]
15451name = "target-lexicon"
15452version = "0.12.16"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15455
15456[[package]]
15457name = "target-lexicon"
15458version = "0.13.2"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15461
15462[[package]]
15463name = "task"
15464version = "0.1.0"
15465dependencies = [
15466 "anyhow",
15467 "collections",
15468 "futures 0.3.31",
15469 "gpui",
15470 "hex",
15471 "parking_lot",
15472 "pretty_assertions",
15473 "proto",
15474 "schemars",
15475 "serde",
15476 "serde_json",
15477 "serde_json_lenient",
15478 "sha2",
15479 "shellexpand 2.1.2",
15480 "util",
15481 "workspace-hack",
15482 "zed_actions",
15483]
15484
15485[[package]]
15486name = "tasks_ui"
15487version = "0.1.0"
15488dependencies = [
15489 "anyhow",
15490 "collections",
15491 "editor",
15492 "file_icons",
15493 "fuzzy",
15494 "gpui",
15495 "itertools 0.14.0",
15496 "language",
15497 "menu",
15498 "picker",
15499 "project",
15500 "serde",
15501 "serde_json",
15502 "task",
15503 "tree-sitter-rust",
15504 "tree-sitter-typescript",
15505 "ui",
15506 "util",
15507 "workspace",
15508 "workspace-hack",
15509 "zed_actions",
15510]
15511
15512[[package]]
15513name = "telemetry"
15514version = "0.1.0"
15515dependencies = [
15516 "futures 0.3.31",
15517 "serde",
15518 "serde_json",
15519 "telemetry_events",
15520 "workspace-hack",
15521]
15522
15523[[package]]
15524name = "telemetry_events"
15525version = "0.1.0"
15526dependencies = [
15527 "semantic_version",
15528 "serde",
15529 "serde_json",
15530 "workspace-hack",
15531]
15532
15533[[package]]
15534name = "tempfile"
15535version = "3.20.0"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15538dependencies = [
15539 "fastrand 2.3.0",
15540 "getrandom 0.3.2",
15541 "once_cell",
15542 "rustix 1.0.7",
15543 "windows-sys 0.59.0",
15544]
15545
15546[[package]]
15547name = "tendril"
15548version = "0.4.3"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15551dependencies = [
15552 "futf",
15553 "mac",
15554 "utf-8",
15555]
15556
15557[[package]]
15558name = "termcolor"
15559version = "1.4.1"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15562dependencies = [
15563 "winapi-util",
15564]
15565
15566[[package]]
15567name = "terminal"
15568version = "0.1.0"
15569dependencies = [
15570 "alacritty_terminal",
15571 "anyhow",
15572 "collections",
15573 "dirs 4.0.0",
15574 "futures 0.3.31",
15575 "gpui",
15576 "libc",
15577 "rand 0.8.5",
15578 "regex",
15579 "release_channel",
15580 "schemars",
15581 "serde",
15582 "serde_derive",
15583 "settings",
15584 "smol",
15585 "sysinfo",
15586 "task",
15587 "theme",
15588 "thiserror 2.0.12",
15589 "util",
15590 "windows 0.61.1",
15591 "workspace-hack",
15592]
15593
15594[[package]]
15595name = "terminal_size"
15596version = "0.4.2"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15599dependencies = [
15600 "rustix 1.0.7",
15601 "windows-sys 0.59.0",
15602]
15603
15604[[package]]
15605name = "terminal_view"
15606version = "0.1.0"
15607dependencies = [
15608 "anyhow",
15609 "async-recursion 1.1.1",
15610 "breadcrumbs",
15611 "client",
15612 "collections",
15613 "db",
15614 "dirs 4.0.0",
15615 "editor",
15616 "futures 0.3.31",
15617 "gpui",
15618 "itertools 0.14.0",
15619 "language",
15620 "log",
15621 "project",
15622 "rand 0.8.5",
15623 "regex",
15624 "schemars",
15625 "search",
15626 "serde",
15627 "serde_json",
15628 "settings",
15629 "shellexpand 2.1.2",
15630 "smol",
15631 "task",
15632 "terminal",
15633 "theme",
15634 "ui",
15635 "util",
15636 "workspace",
15637 "workspace-hack",
15638 "zed_actions",
15639]
15640
15641[[package]]
15642name = "text"
15643version = "0.1.0"
15644dependencies = [
15645 "anyhow",
15646 "clock",
15647 "collections",
15648 "ctor",
15649 "env_logger 0.11.8",
15650 "gpui",
15651 "http_client",
15652 "log",
15653 "parking_lot",
15654 "postage",
15655 "rand 0.8.5",
15656 "regex",
15657 "rope",
15658 "smallvec",
15659 "sum_tree",
15660 "util",
15661 "workspace-hack",
15662]
15663
15664[[package]]
15665name = "theme"
15666version = "0.1.0"
15667dependencies = [
15668 "anyhow",
15669 "collections",
15670 "derive_more",
15671 "fs",
15672 "futures 0.3.31",
15673 "gpui",
15674 "indexmap",
15675 "log",
15676 "palette",
15677 "parking_lot",
15678 "refineable",
15679 "schemars",
15680 "serde",
15681 "serde_derive",
15682 "serde_json",
15683 "serde_json_lenient",
15684 "serde_repr",
15685 "settings",
15686 "strum 0.27.1",
15687 "thiserror 2.0.12",
15688 "util",
15689 "uuid",
15690 "workspace-hack",
15691]
15692
15693[[package]]
15694name = "theme_extension"
15695version = "0.1.0"
15696dependencies = [
15697 "anyhow",
15698 "extension",
15699 "fs",
15700 "gpui",
15701 "theme",
15702 "workspace-hack",
15703]
15704
15705[[package]]
15706name = "theme_importer"
15707version = "0.1.0"
15708dependencies = [
15709 "anyhow",
15710 "clap",
15711 "gpui",
15712 "indexmap",
15713 "log",
15714 "palette",
15715 "rust-embed",
15716 "serde",
15717 "serde_json",
15718 "serde_json_lenient",
15719 "simplelog",
15720 "strum 0.27.1",
15721 "theme",
15722 "vscode_theme",
15723 "workspace-hack",
15724]
15725
15726[[package]]
15727name = "theme_selector"
15728version = "0.1.0"
15729dependencies = [
15730 "fs",
15731 "fuzzy",
15732 "gpui",
15733 "log",
15734 "picker",
15735 "serde",
15736 "settings",
15737 "telemetry",
15738 "theme",
15739 "ui",
15740 "util",
15741 "workspace",
15742 "workspace-hack",
15743 "zed_actions",
15744]
15745
15746[[package]]
15747name = "thiserror"
15748version = "1.0.69"
15749source = "registry+https://github.com/rust-lang/crates.io-index"
15750checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15751dependencies = [
15752 "thiserror-impl 1.0.69",
15753]
15754
15755[[package]]
15756name = "thiserror"
15757version = "2.0.12"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15760dependencies = [
15761 "thiserror-impl 2.0.12",
15762]
15763
15764[[package]]
15765name = "thiserror-impl"
15766version = "1.0.69"
15767source = "registry+https://github.com/rust-lang/crates.io-index"
15768checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15769dependencies = [
15770 "proc-macro2",
15771 "quote",
15772 "syn 2.0.101",
15773]
15774
15775[[package]]
15776name = "thiserror-impl"
15777version = "2.0.12"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15780dependencies = [
15781 "proc-macro2",
15782 "quote",
15783 "syn 2.0.101",
15784]
15785
15786[[package]]
15787name = "thread_local"
15788version = "1.1.8"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15791dependencies = [
15792 "cfg-if",
15793 "once_cell",
15794]
15795
15796[[package]]
15797name = "tiff"
15798version = "0.9.1"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15801dependencies = [
15802 "flate2",
15803 "jpeg-decoder",
15804 "weezl",
15805]
15806
15807[[package]]
15808name = "tiktoken-rs"
15809version = "0.6.0"
15810source = "registry+https://github.com/rust-lang/crates.io-index"
15811checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
15812dependencies = [
15813 "anyhow",
15814 "base64 0.21.7",
15815 "bstr",
15816 "fancy-regex 0.13.0",
15817 "lazy_static",
15818 "parking_lot",
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]