Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21 "workspace-hack",
   22]
   23
   24[[package]]
   25name = "addr2line"
   26version = "0.24.2"
   27source = "registry+https://github.com/rust-lang/crates.io-index"
   28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   29dependencies = [
   30 "gimli",
   31]
   32
   33[[package]]
   34name = "adler2"
   35version = "2.0.0"
   36source = "registry+https://github.com/rust-lang/crates.io-index"
   37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   38
   39[[package]]
   40name = "aes"
   41version = "0.8.4"
   42source = "registry+https://github.com/rust-lang/crates.io-index"
   43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   44dependencies = [
   45 "cfg-if",
   46 "cipher",
   47 "cpufeatures",
   48 "zeroize",
   49]
   50
   51[[package]]
   52name = "agent"
   53version = "0.1.0"
   54dependencies = [
   55 "anyhow",
   56 "assistant_context_editor",
   57 "assistant_settings",
   58 "assistant_slash_command",
   59 "assistant_slash_commands",
   60 "assistant_tool",
   61 "async-watch",
   62 "buffer_diff",
   63 "chrono",
   64 "client",
   65 "collections",
   66 "component",
   67 "context_server",
   68 "convert_case 0.8.0",
   69 "db",
   70 "editor",
   71 "extension",
   72 "feature_flags",
   73 "file_icons",
   74 "fs",
   75 "futures 0.3.31",
   76 "fuzzy",
   77 "git",
   78 "gpui",
   79 "heed",
   80 "html_to_markdown",
   81 "http_client",
   82 "indexed_docs",
   83 "indoc",
   84 "inventory",
   85 "itertools 0.14.0",
   86 "jsonschema",
   87 "language",
   88 "language_model",
   89 "language_model_selector",
   90 "log",
   91 "lsp",
   92 "markdown",
   93 "menu",
   94 "multi_buffer",
   95 "notifications",
   96 "ordered-float 2.10.1",
   97 "parking_lot",
   98 "paths",
   99 "picker",
  100 "postage",
  101 "project",
  102 "prompt_store",
  103 "proto",
  104 "rand 0.8.5",
  105 "ref-cast",
  106 "release_channel",
  107 "rope",
  108 "rules_library",
  109 "schemars",
  110 "search",
  111 "serde",
  112 "serde_json",
  113 "serde_json_lenient",
  114 "settings",
  115 "smallvec",
  116 "smol",
  117 "streaming_diff",
  118 "telemetry",
  119 "telemetry_events",
  120 "terminal",
  121 "terminal_view",
  122 "text",
  123 "theme",
  124 "thiserror 2.0.12",
  125 "time",
  126 "time_format",
  127 "ui",
  128 "ui_input",
  129 "urlencoding",
  130 "util",
  131 "uuid",
  132 "workspace",
  133 "workspace-hack",
  134 "zed_actions",
  135 "zed_llm_client",
  136]
  137
  138[[package]]
  139name = "ahash"
  140version = "0.7.8"
  141source = "registry+https://github.com/rust-lang/crates.io-index"
  142checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  143dependencies = [
  144 "getrandom 0.2.15",
  145 "once_cell",
  146 "version_check",
  147]
  148
  149[[package]]
  150name = "ahash"
  151version = "0.8.11"
  152source = "registry+https://github.com/rust-lang/crates.io-index"
  153checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  154dependencies = [
  155 "cfg-if",
  156 "const-random",
  157 "getrandom 0.2.15",
  158 "once_cell",
  159 "serde",
  160 "version_check",
  161 "zerocopy 0.7.35",
  162]
  163
  164[[package]]
  165name = "aho-corasick"
  166version = "1.1.3"
  167source = "registry+https://github.com/rust-lang/crates.io-index"
  168checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  169dependencies = [
  170 "memchr",
  171]
  172
  173[[package]]
  174name = "alacritty_terminal"
  175version = "0.25.1-dev"
  176source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
  177dependencies = [
  178 "base64 0.22.1",
  179 "bitflags 2.9.0",
  180 "home",
  181 "libc",
  182 "log",
  183 "miow",
  184 "parking_lot",
  185 "piper",
  186 "polling",
  187 "regex-automata 0.4.9",
  188 "rustix-openpty",
  189 "serde",
  190 "signal-hook",
  191 "unicode-width 0.1.14",
  192 "vte",
  193 "windows-sys 0.59.0",
  194]
  195
  196[[package]]
  197name = "aliasable"
  198version = "0.1.3"
  199source = "registry+https://github.com/rust-lang/crates.io-index"
  200checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  201
  202[[package]]
  203name = "aligned-vec"
  204version = "0.5.0"
  205source = "registry+https://github.com/rust-lang/crates.io-index"
  206checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  207
  208[[package]]
  209name = "allocator-api2"
  210version = "0.2.21"
  211source = "registry+https://github.com/rust-lang/crates.io-index"
  212checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  213
  214[[package]]
  215name = "alsa"
  216version = "0.9.1"
  217source = "registry+https://github.com/rust-lang/crates.io-index"
  218checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  219dependencies = [
  220 "alsa-sys",
  221 "bitflags 2.9.0",
  222 "cfg-if",
  223 "libc",
  224]
  225
  226[[package]]
  227name = "alsa-sys"
  228version = "0.3.1"
  229source = "registry+https://github.com/rust-lang/crates.io-index"
  230checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  231dependencies = [
  232 "libc",
  233 "pkg-config",
  234]
  235
  236[[package]]
  237name = "ambient-authority"
  238version = "0.0.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  241
  242[[package]]
  243name = "ammonia"
  244version = "4.1.0"
  245source = "registry+https://github.com/rust-lang/crates.io-index"
  246checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
  247dependencies = [
  248 "cssparser",
  249 "html5ever 0.31.0",
  250 "maplit",
  251 "tendril",
  252 "url",
  253]
  254
  255[[package]]
  256name = "android-tzdata"
  257version = "0.1.1"
  258source = "registry+https://github.com/rust-lang/crates.io-index"
  259checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  260
  261[[package]]
  262name = "android_system_properties"
  263version = "0.1.5"
  264source = "registry+https://github.com/rust-lang/crates.io-index"
  265checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  266dependencies = [
  267 "libc",
  268]
  269
  270[[package]]
  271name = "anes"
  272version = "0.1.6"
  273source = "registry+https://github.com/rust-lang/crates.io-index"
  274checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  275
  276[[package]]
  277name = "anstream"
  278version = "0.6.18"
  279source = "registry+https://github.com/rust-lang/crates.io-index"
  280checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  281dependencies = [
  282 "anstyle",
  283 "anstyle-parse",
  284 "anstyle-query",
  285 "anstyle-wincon",
  286 "colorchoice",
  287 "is_terminal_polyfill",
  288 "utf8parse",
  289]
  290
  291[[package]]
  292name = "anstyle"
  293version = "1.0.10"
  294source = "registry+https://github.com/rust-lang/crates.io-index"
  295checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  296
  297[[package]]
  298name = "anstyle-parse"
  299version = "0.2.6"
  300source = "registry+https://github.com/rust-lang/crates.io-index"
  301checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  302dependencies = [
  303 "utf8parse",
  304]
  305
  306[[package]]
  307name = "anstyle-query"
  308version = "1.1.2"
  309source = "registry+https://github.com/rust-lang/crates.io-index"
  310checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  311dependencies = [
  312 "windows-sys 0.59.0",
  313]
  314
  315[[package]]
  316name = "anstyle-wincon"
  317version = "3.0.7"
  318source = "registry+https://github.com/rust-lang/crates.io-index"
  319checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
  320dependencies = [
  321 "anstyle",
  322 "once_cell",
  323 "windows-sys 0.59.0",
  324]
  325
  326[[package]]
  327name = "anthropic"
  328version = "0.1.0"
  329dependencies = [
  330 "anyhow",
  331 "chrono",
  332 "futures 0.3.31",
  333 "http_client",
  334 "schemars",
  335 "serde",
  336 "serde_json",
  337 "strum 0.27.1",
  338 "thiserror 2.0.12",
  339 "workspace-hack",
  340]
  341
  342[[package]]
  343name = "any_vec"
  344version = "0.14.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  347
  348[[package]]
  349name = "anyhow"
  350version = "1.0.98"
  351source = "registry+https://github.com/rust-lang/crates.io-index"
  352checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
  353
  354[[package]]
  355name = "approx"
  356version = "0.5.1"
  357source = "registry+https://github.com/rust-lang/crates.io-index"
  358checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  359dependencies = [
  360 "num-traits",
  361]
  362
  363[[package]]
  364name = "arbitrary"
  365version = "1.4.1"
  366source = "registry+https://github.com/rust-lang/crates.io-index"
  367checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  368
  369[[package]]
  370name = "arc-swap"
  371version = "1.7.1"
  372source = "registry+https://github.com/rust-lang/crates.io-index"
  373checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
  374
  375[[package]]
  376name = "arg_enum_proc_macro"
  377version = "0.3.4"
  378source = "registry+https://github.com/rust-lang/crates.io-index"
  379checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  380dependencies = [
  381 "proc-macro2",
  382 "quote",
  383 "syn 2.0.101",
  384]
  385
  386[[package]]
  387name = "arraydeque"
  388version = "0.5.1"
  389source = "registry+https://github.com/rust-lang/crates.io-index"
  390checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  391
  392[[package]]
  393name = "arrayref"
  394version = "0.3.9"
  395source = "registry+https://github.com/rust-lang/crates.io-index"
  396checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  397
  398[[package]]
  399name = "arrayvec"
  400version = "0.7.6"
  401source = "registry+https://github.com/rust-lang/crates.io-index"
  402checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  403dependencies = [
  404 "serde",
  405]
  406
  407[[package]]
  408name = "as-raw-xcb-connection"
  409version = "1.0.1"
  410source = "registry+https://github.com/rust-lang/crates.io-index"
  411checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  412
  413[[package]]
  414name = "ascii"
  415version = "1.1.0"
  416source = "registry+https://github.com/rust-lang/crates.io-index"
  417checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  418
  419[[package]]
  420name = "ash"
  421version = "0.38.0+1.3.281"
  422source = "registry+https://github.com/rust-lang/crates.io-index"
  423checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  424dependencies = [
  425 "libloading",
  426]
  427
  428[[package]]
  429name = "ash-window"
  430version = "0.13.0"
  431source = "registry+https://github.com/rust-lang/crates.io-index"
  432checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  433dependencies = [
  434 "ash",
  435 "raw-window-handle",
  436 "raw-window-metal",
  437]
  438
  439[[package]]
  440name = "ashpd"
  441version = "0.11.0"
  442source = "registry+https://github.com/rust-lang/crates.io-index"
  443checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  444dependencies = [
  445 "async-fs",
  446 "async-net",
  447 "enumflags2",
  448 "futures-channel",
  449 "futures-util",
  450 "rand 0.9.1",
  451 "serde",
  452 "serde_repr",
  453 "url",
  454 "zbus",
  455]
  456
  457[[package]]
  458name = "askpass"
  459version = "0.1.0"
  460dependencies = [
  461 "anyhow",
  462 "futures 0.3.31",
  463 "gpui",
  464 "shlex",
  465 "smol",
  466 "tempfile",
  467 "util",
  468 "workspace-hack",
  469]
  470
  471[[package]]
  472name = "assets"
  473version = "0.1.0"
  474dependencies = [
  475 "anyhow",
  476 "gpui",
  477 "rust-embed",
  478 "workspace-hack",
  479]
  480
  481[[package]]
  482name = "assistant_context_editor"
  483version = "0.1.0"
  484dependencies = [
  485 "anyhow",
  486 "assistant_settings",
  487 "assistant_slash_command",
  488 "assistant_slash_commands",
  489 "chrono",
  490 "client",
  491 "clock",
  492 "collections",
  493 "context_server",
  494 "editor",
  495 "fs",
  496 "futures 0.3.31",
  497 "fuzzy",
  498 "gpui",
  499 "indexed_docs",
  500 "language",
  501 "language_model",
  502 "language_model_selector",
  503 "languages",
  504 "log",
  505 "multi_buffer",
  506 "open_ai",
  507 "parking_lot",
  508 "paths",
  509 "picker",
  510 "pretty_assertions",
  511 "project",
  512 "prompt_store",
  513 "rand 0.8.5",
  514 "regex",
  515 "rope",
  516 "rpc",
  517 "serde",
  518 "serde_json",
  519 "settings",
  520 "smallvec",
  521 "smol",
  522 "telemetry_events",
  523 "text",
  524 "theme",
  525 "tree-sitter-md",
  526 "ui",
  527 "unindent",
  528 "util",
  529 "uuid",
  530 "workspace",
  531 "workspace-hack",
  532 "zed_actions",
  533]
  534
  535[[package]]
  536name = "assistant_settings"
  537version = "0.1.0"
  538dependencies = [
  539 "anthropic",
  540 "anyhow",
  541 "collections",
  542 "deepseek",
  543 "fs",
  544 "gpui",
  545 "indexmap",
  546 "language_model",
  547 "lmstudio",
  548 "log",
  549 "mistral",
  550 "ollama",
  551 "open_ai",
  552 "paths",
  553 "schemars",
  554 "serde",
  555 "serde_json",
  556 "serde_json_lenient",
  557 "settings",
  558 "workspace-hack",
  559 "zed_llm_client",
  560]
  561
  562[[package]]
  563name = "assistant_slash_command"
  564version = "0.1.0"
  565dependencies = [
  566 "anyhow",
  567 "async-trait",
  568 "collections",
  569 "derive_more",
  570 "extension",
  571 "futures 0.3.31",
  572 "gpui",
  573 "language",
  574 "language_model",
  575 "parking_lot",
  576 "pretty_assertions",
  577 "serde",
  578 "serde_json",
  579 "ui",
  580 "workspace",
  581 "workspace-hack",
  582]
  583
  584[[package]]
  585name = "assistant_slash_commands"
  586version = "0.1.0"
  587dependencies = [
  588 "anyhow",
  589 "assistant_slash_command",
  590 "cargo_toml",
  591 "chrono",
  592 "collections",
  593 "context_server",
  594 "editor",
  595 "env_logger 0.11.8",
  596 "feature_flags",
  597 "fs",
  598 "futures 0.3.31",
  599 "fuzzy",
  600 "globset",
  601 "gpui",
  602 "html_to_markdown",
  603 "http_client",
  604 "indexed_docs",
  605 "language",
  606 "pretty_assertions",
  607 "project",
  608 "prompt_store",
  609 "rope",
  610 "serde",
  611 "serde_json",
  612 "settings",
  613 "smol",
  614 "terminal_view",
  615 "text",
  616 "toml 0.8.20",
  617 "ui",
  618 "util",
  619 "workspace",
  620 "workspace-hack",
  621 "worktree",
  622]
  623
  624[[package]]
  625name = "assistant_tool"
  626version = "0.1.0"
  627dependencies = [
  628 "anyhow",
  629 "buffer_diff",
  630 "clock",
  631 "collections",
  632 "ctor",
  633 "derive_more",
  634 "env_logger 0.11.8",
  635 "futures 0.3.31",
  636 "gpui",
  637 "icons",
  638 "language",
  639 "language_model",
  640 "log",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "project",
  644 "rand 0.8.5",
  645 "regex",
  646 "serde",
  647 "serde_json",
  648 "settings",
  649 "text",
  650 "util",
  651 "workspace",
  652 "workspace-hack",
  653]
  654
  655[[package]]
  656name = "assistant_tools"
  657version = "0.1.0"
  658dependencies = [
  659 "aho-corasick",
  660 "anyhow",
  661 "assistant_settings",
  662 "assistant_tool",
  663 "buffer_diff",
  664 "chrono",
  665 "client",
  666 "clock",
  667 "collections",
  668 "component",
  669 "derive_more",
  670 "editor",
  671 "feature_flags",
  672 "fs",
  673 "futures 0.3.31",
  674 "gpui",
  675 "gpui_tokio",
  676 "handlebars 4.5.0",
  677 "html_to_markdown",
  678 "http_client",
  679 "indoc",
  680 "itertools 0.14.0",
  681 "language",
  682 "language_model",
  683 "language_models",
  684 "log",
  685 "markdown",
  686 "open",
  687 "paths",
  688 "portable-pty",
  689 "pretty_assertions",
  690 "project",
  691 "rand 0.8.5",
  692 "regex",
  693 "reqwest_client",
  694 "rust-embed",
  695 "schemars",
  696 "serde",
  697 "serde_json",
  698 "settings",
  699 "smallvec",
  700 "streaming_diff",
  701 "strsim",
  702 "task",
  703 "tempfile",
  704 "terminal",
  705 "terminal_view",
  706 "theme",
  707 "tree-sitter-rust",
  708 "ui",
  709 "unindent",
  710 "util",
  711 "web_search",
  712 "which 6.0.3",
  713 "workspace",
  714 "workspace-hack",
  715 "zed_llm_client",
  716 "zlog",
  717]
  718
  719[[package]]
  720name = "async-attributes"
  721version = "1.1.2"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  724dependencies = [
  725 "quote",
  726 "syn 1.0.109",
  727]
  728
  729[[package]]
  730name = "async-broadcast"
  731version = "0.7.2"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  734dependencies = [
  735 "event-listener 5.4.0",
  736 "event-listener-strategy",
  737 "futures-core",
  738 "pin-project-lite",
  739]
  740
  741[[package]]
  742name = "async-channel"
  743version = "1.9.0"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  746dependencies = [
  747 "concurrent-queue",
  748 "event-listener 2.5.3",
  749 "futures-core",
  750]
  751
  752[[package]]
  753name = "async-channel"
  754version = "2.3.1"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  757dependencies = [
  758 "concurrent-queue",
  759 "event-listener-strategy",
  760 "futures-core",
  761 "pin-project-lite",
  762]
  763
  764[[package]]
  765name = "async-compat"
  766version = "0.2.4"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  769dependencies = [
  770 "futures-core",
  771 "futures-io",
  772 "once_cell",
  773 "pin-project-lite",
  774 "tokio",
  775]
  776
  777[[package]]
  778name = "async-compression"
  779version = "0.4.22"
  780source = "registry+https://github.com/rust-lang/crates.io-index"
  781checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  782dependencies = [
  783 "deflate64",
  784 "flate2",
  785 "futures-core",
  786 "futures-io",
  787 "memchr",
  788 "pin-project-lite",
  789]
  790
  791[[package]]
  792name = "async-dispatcher"
  793version = "0.1.2"
  794source = "registry+https://github.com/rust-lang/crates.io-index"
  795checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  796dependencies = [
  797 "async-task",
  798 "futures-lite 1.13.0",
  799]
  800
  801[[package]]
  802name = "async-executor"
  803version = "1.13.1"
  804source = "registry+https://github.com/rust-lang/crates.io-index"
  805checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  806dependencies = [
  807 "async-task",
  808 "concurrent-queue",
  809 "fastrand 2.3.0",
  810 "futures-lite 2.6.0",
  811 "slab",
  812]
  813
  814[[package]]
  815name = "async-fs"
  816version = "2.1.2"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  819dependencies = [
  820 "async-lock",
  821 "blocking",
  822 "futures-lite 2.6.0",
  823]
  824
  825[[package]]
  826name = "async-global-executor"
  827version = "2.4.1"
  828source = "registry+https://github.com/rust-lang/crates.io-index"
  829checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  830dependencies = [
  831 "async-channel 2.3.1",
  832 "async-executor",
  833 "async-io",
  834 "async-lock",
  835 "blocking",
  836 "futures-lite 2.6.0",
  837 "once_cell",
  838]
  839
  840[[package]]
  841name = "async-io"
  842version = "2.4.0"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  845dependencies = [
  846 "async-lock",
  847 "cfg-if",
  848 "concurrent-queue",
  849 "futures-io",
  850 "futures-lite 2.6.0",
  851 "parking",
  852 "polling",
  853 "rustix 0.38.44",
  854 "slab",
  855 "tracing",
  856 "windows-sys 0.59.0",
  857]
  858
  859[[package]]
  860name = "async-lock"
  861version = "3.4.0"
  862source = "registry+https://github.com/rust-lang/crates.io-index"
  863checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  864dependencies = [
  865 "event-listener 5.4.0",
  866 "event-listener-strategy",
  867 "pin-project-lite",
  868]
  869
  870[[package]]
  871name = "async-net"
  872version = "2.0.0"
  873source = "registry+https://github.com/rust-lang/crates.io-index"
  874checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  875dependencies = [
  876 "async-io",
  877 "blocking",
  878 "futures-lite 2.6.0",
  879]
  880
  881[[package]]
  882name = "async-pipe"
  883version = "0.1.3"
  884source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  885dependencies = [
  886 "futures 0.3.31",
  887 "log",
  888]
  889
  890[[package]]
  891name = "async-process"
  892version = "2.3.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  895dependencies = [
  896 "async-channel 2.3.1",
  897 "async-io",
  898 "async-lock",
  899 "async-signal",
  900 "async-task",
  901 "blocking",
  902 "cfg-if",
  903 "event-listener 5.4.0",
  904 "futures-lite 2.6.0",
  905 "rustix 0.38.44",
  906 "tracing",
  907]
  908
  909[[package]]
  910name = "async-recursion"
  911version = "0.3.2"
  912source = "registry+https://github.com/rust-lang/crates.io-index"
  913checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  914dependencies = [
  915 "proc-macro2",
  916 "quote",
  917 "syn 1.0.109",
  918]
  919
  920[[package]]
  921name = "async-recursion"
  922version = "1.1.1"
  923source = "registry+https://github.com/rust-lang/crates.io-index"
  924checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  925dependencies = [
  926 "proc-macro2",
  927 "quote",
  928 "syn 2.0.101",
  929]
  930
  931[[package]]
  932name = "async-signal"
  933version = "0.2.10"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  936dependencies = [
  937 "async-io",
  938 "async-lock",
  939 "atomic-waker",
  940 "cfg-if",
  941 "futures-core",
  942 "futures-io",
  943 "rustix 0.38.44",
  944 "signal-hook-registry",
  945 "slab",
  946 "windows-sys 0.59.0",
  947]
  948
  949[[package]]
  950name = "async-std"
  951version = "1.13.1"
  952source = "registry+https://github.com/rust-lang/crates.io-index"
  953checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  954dependencies = [
  955 "async-attributes",
  956 "async-channel 1.9.0",
  957 "async-global-executor",
  958 "async-io",
  959 "async-lock",
  960 "async-process",
  961 "crossbeam-utils",
  962 "futures-channel",
  963 "futures-core",
  964 "futures-io",
  965 "futures-lite 2.6.0",
  966 "gloo-timers",
  967 "kv-log-macro",
  968 "log",
  969 "memchr",
  970 "once_cell",
  971 "pin-project-lite",
  972 "pin-utils",
  973 "slab",
  974 "wasm-bindgen-futures",
  975]
  976
  977[[package]]
  978name = "async-stream"
  979version = "0.3.6"
  980source = "registry+https://github.com/rust-lang/crates.io-index"
  981checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  982dependencies = [
  983 "async-stream-impl",
  984 "futures-core",
  985 "pin-project-lite",
  986]
  987
  988[[package]]
  989name = "async-stream-impl"
  990version = "0.3.6"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  993dependencies = [
  994 "proc-macro2",
  995 "quote",
  996 "syn 2.0.101",
  997]
  998
  999[[package]]
 1000name = "async-stripe"
 1001version = "0.40.0"
 1002source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1003dependencies = [
 1004 "chrono",
 1005 "futures-util",
 1006 "http-types",
 1007 "hyper 0.14.32",
 1008 "hyper-rustls 0.24.2",
 1009 "serde",
 1010 "serde_json",
 1011 "serde_path_to_error",
 1012 "serde_qs 0.10.1",
 1013 "smart-default",
 1014 "smol_str 0.1.24",
 1015 "thiserror 1.0.69",
 1016 "tokio",
 1017]
 1018
 1019[[package]]
 1020name = "async-tar"
 1021version = "0.5.0"
 1022source = "registry+https://github.com/rust-lang/crates.io-index"
 1023checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1024dependencies = [
 1025 "async-std",
 1026 "filetime",
 1027 "libc",
 1028 "pin-project",
 1029 "redox_syscall 0.2.16",
 1030 "xattr",
 1031]
 1032
 1033[[package]]
 1034name = "async-task"
 1035version = "4.7.1"
 1036source = "registry+https://github.com/rust-lang/crates.io-index"
 1037checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1038
 1039[[package]]
 1040name = "async-trait"
 1041version = "0.1.88"
 1042source = "registry+https://github.com/rust-lang/crates.io-index"
 1043checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1044dependencies = [
 1045 "proc-macro2",
 1046 "quote",
 1047 "syn 2.0.101",
 1048]
 1049
 1050[[package]]
 1051name = "async-tungstenite"
 1052version = "0.29.1"
 1053source = "registry+https://github.com/rust-lang/crates.io-index"
 1054checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1055dependencies = [
 1056 "atomic-waker",
 1057 "futures-core",
 1058 "futures-io",
 1059 "futures-task",
 1060 "futures-util",
 1061 "log",
 1062 "pin-project-lite",
 1063 "rustls-pki-types",
 1064 "tokio",
 1065 "tokio-rustls 0.26.2",
 1066 "tungstenite 0.26.2",
 1067]
 1068
 1069[[package]]
 1070name = "async-watch"
 1071version = "0.3.1"
 1072source = "registry+https://github.com/rust-lang/crates.io-index"
 1073checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1074dependencies = [
 1075 "event-listener 2.5.3",
 1076]
 1077
 1078[[package]]
 1079name = "async_zip"
 1080version = "0.0.17"
 1081source = "registry+https://github.com/rust-lang/crates.io-index"
 1082checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1083dependencies = [
 1084 "async-compression",
 1085 "crc32fast",
 1086 "futures-lite 2.6.0",
 1087 "pin-project",
 1088 "thiserror 1.0.69",
 1089]
 1090
 1091[[package]]
 1092name = "asynchronous-codec"
 1093version = "0.7.0"
 1094source = "registry+https://github.com/rust-lang/crates.io-index"
 1095checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1096dependencies = [
 1097 "bytes 1.10.1",
 1098 "futures-sink",
 1099 "futures-util",
 1100 "memchr",
 1101 "pin-project-lite",
 1102]
 1103
 1104[[package]]
 1105name = "atoi"
 1106version = "2.0.0"
 1107source = "registry+https://github.com/rust-lang/crates.io-index"
 1108checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1109dependencies = [
 1110 "num-traits",
 1111]
 1112
 1113[[package]]
 1114name = "atomic"
 1115version = "0.5.3"
 1116source = "registry+https://github.com/rust-lang/crates.io-index"
 1117checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1118
 1119[[package]]
 1120name = "atomic-waker"
 1121version = "1.1.2"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1124
 1125[[package]]
 1126name = "audio"
 1127version = "0.1.0"
 1128dependencies = [
 1129 "anyhow",
 1130 "collections",
 1131 "derive_more",
 1132 "gpui",
 1133 "parking_lot",
 1134 "rodio",
 1135 "util",
 1136 "workspace-hack",
 1137]
 1138
 1139[[package]]
 1140name = "auditable-serde"
 1141version = "0.8.0"
 1142source = "registry+https://github.com/rust-lang/crates.io-index"
 1143checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1144dependencies = [
 1145 "semver",
 1146 "serde",
 1147 "serde_json",
 1148 "topological-sort",
 1149]
 1150
 1151[[package]]
 1152name = "auto_update"
 1153version = "0.1.0"
 1154dependencies = [
 1155 "anyhow",
 1156 "client",
 1157 "db",
 1158 "gpui",
 1159 "http_client",
 1160 "log",
 1161 "paths",
 1162 "release_channel",
 1163 "schemars",
 1164 "serde",
 1165 "serde_json",
 1166 "settings",
 1167 "smol",
 1168 "tempfile",
 1169 "which 6.0.3",
 1170 "workspace",
 1171 "workspace-hack",
 1172]
 1173
 1174[[package]]
 1175name = "auto_update_helper"
 1176version = "0.1.0"
 1177dependencies = [
 1178 "anyhow",
 1179 "log",
 1180 "simplelog",
 1181 "windows 0.61.1",
 1182 "winresource",
 1183 "workspace-hack",
 1184]
 1185
 1186[[package]]
 1187name = "auto_update_ui"
 1188version = "0.1.0"
 1189dependencies = [
 1190 "anyhow",
 1191 "auto_update",
 1192 "client",
 1193 "editor",
 1194 "gpui",
 1195 "http_client",
 1196 "markdown_preview",
 1197 "release_channel",
 1198 "serde",
 1199 "serde_json",
 1200 "smol",
 1201 "util",
 1202 "workspace",
 1203 "workspace-hack",
 1204]
 1205
 1206[[package]]
 1207name = "autocfg"
 1208version = "1.4.0"
 1209source = "registry+https://github.com/rust-lang/crates.io-index"
 1210checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1211
 1212[[package]]
 1213name = "av1-grain"
 1214version = "0.2.3"
 1215source = "registry+https://github.com/rust-lang/crates.io-index"
 1216checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1217dependencies = [
 1218 "anyhow",
 1219 "arrayvec",
 1220 "log",
 1221 "nom",
 1222 "num-rational",
 1223 "v_frame",
 1224]
 1225
 1226[[package]]
 1227name = "avif-serialize"
 1228version = "0.8.3"
 1229source = "registry+https://github.com/rust-lang/crates.io-index"
 1230checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1231dependencies = [
 1232 "arrayvec",
 1233]
 1234
 1235[[package]]
 1236name = "aws-config"
 1237version = "1.6.1"
 1238source = "registry+https://github.com/rust-lang/crates.io-index"
 1239checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1240dependencies = [
 1241 "aws-credential-types",
 1242 "aws-runtime",
 1243 "aws-sdk-sso",
 1244 "aws-sdk-ssooidc",
 1245 "aws-sdk-sts",
 1246 "aws-smithy-async",
 1247 "aws-smithy-http",
 1248 "aws-smithy-json",
 1249 "aws-smithy-runtime",
 1250 "aws-smithy-runtime-api",
 1251 "aws-smithy-types",
 1252 "aws-types",
 1253 "bytes 1.10.1",
 1254 "fastrand 2.3.0",
 1255 "hex",
 1256 "http 1.3.1",
 1257 "ring",
 1258 "time",
 1259 "tokio",
 1260 "tracing",
 1261 "url",
 1262 "zeroize",
 1263]
 1264
 1265[[package]]
 1266name = "aws-credential-types"
 1267version = "1.2.2"
 1268source = "registry+https://github.com/rust-lang/crates.io-index"
 1269checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1270dependencies = [
 1271 "aws-smithy-async",
 1272 "aws-smithy-runtime-api",
 1273 "aws-smithy-types",
 1274 "zeroize",
 1275]
 1276
 1277[[package]]
 1278name = "aws-lc-rs"
 1279version = "1.13.1"
 1280source = "registry+https://github.com/rust-lang/crates.io-index"
 1281checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1282dependencies = [
 1283 "aws-lc-sys",
 1284 "zeroize",
 1285]
 1286
 1287[[package]]
 1288name = "aws-lc-sys"
 1289version = "0.29.0"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1292dependencies = [
 1293 "bindgen 0.69.5",
 1294 "cc",
 1295 "cmake",
 1296 "dunce",
 1297 "fs_extra",
 1298]
 1299
 1300[[package]]
 1301name = "aws-runtime"
 1302version = "1.5.6"
 1303source = "registry+https://github.com/rust-lang/crates.io-index"
 1304checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1305dependencies = [
 1306 "aws-credential-types",
 1307 "aws-sigv4",
 1308 "aws-smithy-async",
 1309 "aws-smithy-eventstream",
 1310 "aws-smithy-http",
 1311 "aws-smithy-runtime",
 1312 "aws-smithy-runtime-api",
 1313 "aws-smithy-types",
 1314 "aws-types",
 1315 "bytes 1.10.1",
 1316 "fastrand 2.3.0",
 1317 "http 0.2.12",
 1318 "http-body 0.4.6",
 1319 "once_cell",
 1320 "percent-encoding",
 1321 "pin-project-lite",
 1322 "tracing",
 1323 "uuid",
 1324]
 1325
 1326[[package]]
 1327name = "aws-sdk-bedrockruntime"
 1328version = "1.82.0"
 1329source = "registry+https://github.com/rust-lang/crates.io-index"
 1330checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1331dependencies = [
 1332 "aws-credential-types",
 1333 "aws-runtime",
 1334 "aws-sigv4",
 1335 "aws-smithy-async",
 1336 "aws-smithy-eventstream",
 1337 "aws-smithy-http",
 1338 "aws-smithy-json",
 1339 "aws-smithy-runtime",
 1340 "aws-smithy-runtime-api",
 1341 "aws-smithy-types",
 1342 "aws-types",
 1343 "bytes 1.10.1",
 1344 "fastrand 2.3.0",
 1345 "http 0.2.12",
 1346 "hyper 0.14.32",
 1347 "once_cell",
 1348 "regex-lite",
 1349 "tracing",
 1350]
 1351
 1352[[package]]
 1353name = "aws-sdk-kinesis"
 1354version = "1.66.0"
 1355source = "registry+https://github.com/rust-lang/crates.io-index"
 1356checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1357dependencies = [
 1358 "aws-credential-types",
 1359 "aws-runtime",
 1360 "aws-smithy-async",
 1361 "aws-smithy-eventstream",
 1362 "aws-smithy-http",
 1363 "aws-smithy-json",
 1364 "aws-smithy-runtime",
 1365 "aws-smithy-runtime-api",
 1366 "aws-smithy-types",
 1367 "aws-types",
 1368 "bytes 1.10.1",
 1369 "fastrand 2.3.0",
 1370 "http 0.2.12",
 1371 "once_cell",
 1372 "regex-lite",
 1373 "tracing",
 1374]
 1375
 1376[[package]]
 1377name = "aws-sdk-s3"
 1378version = "1.82.0"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1381dependencies = [
 1382 "aws-credential-types",
 1383 "aws-runtime",
 1384 "aws-sigv4",
 1385 "aws-smithy-async",
 1386 "aws-smithy-checksums",
 1387 "aws-smithy-eventstream",
 1388 "aws-smithy-http",
 1389 "aws-smithy-json",
 1390 "aws-smithy-runtime",
 1391 "aws-smithy-runtime-api",
 1392 "aws-smithy-types",
 1393 "aws-smithy-xml",
 1394 "aws-types",
 1395 "bytes 1.10.1",
 1396 "fastrand 2.3.0",
 1397 "hex",
 1398 "hmac",
 1399 "http 0.2.12",
 1400 "http 1.3.1",
 1401 "http-body 0.4.6",
 1402 "lru",
 1403 "once_cell",
 1404 "percent-encoding",
 1405 "regex-lite",
 1406 "sha2",
 1407 "tracing",
 1408 "url",
 1409]
 1410
 1411[[package]]
 1412name = "aws-sdk-sso"
 1413version = "1.64.0"
 1414source = "registry+https://github.com/rust-lang/crates.io-index"
 1415checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1416dependencies = [
 1417 "aws-credential-types",
 1418 "aws-runtime",
 1419 "aws-smithy-async",
 1420 "aws-smithy-http",
 1421 "aws-smithy-json",
 1422 "aws-smithy-runtime",
 1423 "aws-smithy-runtime-api",
 1424 "aws-smithy-types",
 1425 "aws-types",
 1426 "bytes 1.10.1",
 1427 "fastrand 2.3.0",
 1428 "http 0.2.12",
 1429 "once_cell",
 1430 "regex-lite",
 1431 "tracing",
 1432]
 1433
 1434[[package]]
 1435name = "aws-sdk-ssooidc"
 1436version = "1.65.0"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1439dependencies = [
 1440 "aws-credential-types",
 1441 "aws-runtime",
 1442 "aws-smithy-async",
 1443 "aws-smithy-http",
 1444 "aws-smithy-json",
 1445 "aws-smithy-runtime",
 1446 "aws-smithy-runtime-api",
 1447 "aws-smithy-types",
 1448 "aws-types",
 1449 "bytes 1.10.1",
 1450 "fastrand 2.3.0",
 1451 "http 0.2.12",
 1452 "once_cell",
 1453 "regex-lite",
 1454 "tracing",
 1455]
 1456
 1457[[package]]
 1458name = "aws-sdk-sts"
 1459version = "1.65.0"
 1460source = "registry+https://github.com/rust-lang/crates.io-index"
 1461checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1462dependencies = [
 1463 "aws-credential-types",
 1464 "aws-runtime",
 1465 "aws-smithy-async",
 1466 "aws-smithy-http",
 1467 "aws-smithy-json",
 1468 "aws-smithy-query",
 1469 "aws-smithy-runtime",
 1470 "aws-smithy-runtime-api",
 1471 "aws-smithy-types",
 1472 "aws-smithy-xml",
 1473 "aws-types",
 1474 "fastrand 2.3.0",
 1475 "http 0.2.12",
 1476 "once_cell",
 1477 "regex-lite",
 1478 "tracing",
 1479]
 1480
 1481[[package]]
 1482name = "aws-sigv4"
 1483version = "1.3.0"
 1484source = "registry+https://github.com/rust-lang/crates.io-index"
 1485checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1486dependencies = [
 1487 "aws-credential-types",
 1488 "aws-smithy-eventstream",
 1489 "aws-smithy-http",
 1490 "aws-smithy-runtime-api",
 1491 "aws-smithy-types",
 1492 "bytes 1.10.1",
 1493 "crypto-bigint 0.5.5",
 1494 "form_urlencoded",
 1495 "hex",
 1496 "hmac",
 1497 "http 0.2.12",
 1498 "http 1.3.1",
 1499 "once_cell",
 1500 "p256",
 1501 "percent-encoding",
 1502 "ring",
 1503 "sha2",
 1504 "subtle",
 1505 "time",
 1506 "tracing",
 1507 "zeroize",
 1508]
 1509
 1510[[package]]
 1511name = "aws-smithy-async"
 1512version = "1.2.5"
 1513source = "registry+https://github.com/rust-lang/crates.io-index"
 1514checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1515dependencies = [
 1516 "futures-util",
 1517 "pin-project-lite",
 1518 "tokio",
 1519]
 1520
 1521[[package]]
 1522name = "aws-smithy-checksums"
 1523version = "0.63.1"
 1524source = "registry+https://github.com/rust-lang/crates.io-index"
 1525checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1526dependencies = [
 1527 "aws-smithy-http",
 1528 "aws-smithy-types",
 1529 "bytes 1.10.1",
 1530 "crc32c",
 1531 "crc32fast",
 1532 "crc64fast-nvme",
 1533 "hex",
 1534 "http 0.2.12",
 1535 "http-body 0.4.6",
 1536 "md-5",
 1537 "pin-project-lite",
 1538 "sha1",
 1539 "sha2",
 1540 "tracing",
 1541]
 1542
 1543[[package]]
 1544name = "aws-smithy-eventstream"
 1545version = "0.60.8"
 1546source = "registry+https://github.com/rust-lang/crates.io-index"
 1547checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1548dependencies = [
 1549 "aws-smithy-types",
 1550 "bytes 1.10.1",
 1551 "crc32fast",
 1552]
 1553
 1554[[package]]
 1555name = "aws-smithy-http"
 1556version = "0.62.0"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1559dependencies = [
 1560 "aws-smithy-eventstream",
 1561 "aws-smithy-runtime-api",
 1562 "aws-smithy-types",
 1563 "bytes 1.10.1",
 1564 "bytes-utils",
 1565 "futures-core",
 1566 "http 0.2.12",
 1567 "http 1.3.1",
 1568 "http-body 0.4.6",
 1569 "once_cell",
 1570 "percent-encoding",
 1571 "pin-project-lite",
 1572 "pin-utils",
 1573 "tracing",
 1574]
 1575
 1576[[package]]
 1577name = "aws-smithy-http-client"
 1578version = "1.0.1"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1581dependencies = [
 1582 "aws-smithy-async",
 1583 "aws-smithy-runtime-api",
 1584 "aws-smithy-types",
 1585 "h2 0.4.9",
 1586 "http 0.2.12",
 1587 "http 1.3.1",
 1588 "http-body 0.4.6",
 1589 "hyper 0.14.32",
 1590 "hyper 1.6.0",
 1591 "hyper-rustls 0.24.2",
 1592 "hyper-rustls 0.27.5",
 1593 "hyper-util",
 1594 "pin-project-lite",
 1595 "rustls 0.21.12",
 1596 "rustls 0.23.26",
 1597 "rustls-native-certs 0.8.1",
 1598 "rustls-pki-types",
 1599 "tokio",
 1600 "tower 0.5.2",
 1601 "tracing",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-json"
 1606version = "0.61.3"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1609dependencies = [
 1610 "aws-smithy-types",
 1611]
 1612
 1613[[package]]
 1614name = "aws-smithy-observability"
 1615version = "0.1.2"
 1616source = "registry+https://github.com/rust-lang/crates.io-index"
 1617checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1618dependencies = [
 1619 "aws-smithy-runtime-api",
 1620 "once_cell",
 1621]
 1622
 1623[[package]]
 1624name = "aws-smithy-query"
 1625version = "0.60.7"
 1626source = "registry+https://github.com/rust-lang/crates.io-index"
 1627checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1628dependencies = [
 1629 "aws-smithy-types",
 1630 "urlencoding",
 1631]
 1632
 1633[[package]]
 1634name = "aws-smithy-runtime"
 1635version = "1.8.1"
 1636source = "registry+https://github.com/rust-lang/crates.io-index"
 1637checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1638dependencies = [
 1639 "aws-smithy-async",
 1640 "aws-smithy-http",
 1641 "aws-smithy-http-client",
 1642 "aws-smithy-observability",
 1643 "aws-smithy-runtime-api",
 1644 "aws-smithy-types",
 1645 "bytes 1.10.1",
 1646 "fastrand 2.3.0",
 1647 "http 0.2.12",
 1648 "http 1.3.1",
 1649 "http-body 0.4.6",
 1650 "http-body 1.0.1",
 1651 "once_cell",
 1652 "pin-project-lite",
 1653 "pin-utils",
 1654 "tokio",
 1655 "tracing",
 1656]
 1657
 1658[[package]]
 1659name = "aws-smithy-runtime-api"
 1660version = "1.7.4"
 1661source = "registry+https://github.com/rust-lang/crates.io-index"
 1662checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1663dependencies = [
 1664 "aws-smithy-async",
 1665 "aws-smithy-types",
 1666 "bytes 1.10.1",
 1667 "http 0.2.12",
 1668 "http 1.3.1",
 1669 "pin-project-lite",
 1670 "tokio",
 1671 "tracing",
 1672 "zeroize",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-types"
 1677version = "1.3.0"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1680dependencies = [
 1681 "base64-simd",
 1682 "bytes 1.10.1",
 1683 "bytes-utils",
 1684 "futures-core",
 1685 "http 0.2.12",
 1686 "http 1.3.1",
 1687 "http-body 0.4.6",
 1688 "http-body 1.0.1",
 1689 "http-body-util",
 1690 "itoa",
 1691 "num-integer",
 1692 "pin-project-lite",
 1693 "pin-utils",
 1694 "ryu",
 1695 "serde",
 1696 "time",
 1697 "tokio",
 1698 "tokio-util",
 1699]
 1700
 1701[[package]]
 1702name = "aws-smithy-xml"
 1703version = "0.60.9"
 1704source = "registry+https://github.com/rust-lang/crates.io-index"
 1705checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1706dependencies = [
 1707 "xmlparser",
 1708]
 1709
 1710[[package]]
 1711name = "aws-types"
 1712version = "1.3.6"
 1713source = "registry+https://github.com/rust-lang/crates.io-index"
 1714checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1715dependencies = [
 1716 "aws-credential-types",
 1717 "aws-smithy-async",
 1718 "aws-smithy-runtime-api",
 1719 "aws-smithy-types",
 1720 "rustc_version",
 1721 "tracing",
 1722]
 1723
 1724[[package]]
 1725name = "aws_http_client"
 1726version = "0.1.0"
 1727dependencies = [
 1728 "aws-smithy-runtime-api",
 1729 "aws-smithy-types",
 1730 "futures 0.3.31",
 1731 "http_client",
 1732 "tokio",
 1733 "workspace-hack",
 1734]
 1735
 1736[[package]]
 1737name = "axum"
 1738version = "0.6.20"
 1739source = "registry+https://github.com/rust-lang/crates.io-index"
 1740checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1741dependencies = [
 1742 "async-trait",
 1743 "axum-core",
 1744 "base64 0.21.7",
 1745 "bitflags 1.3.2",
 1746 "bytes 1.10.1",
 1747 "futures-util",
 1748 "headers",
 1749 "http 0.2.12",
 1750 "http-body 0.4.6",
 1751 "hyper 0.14.32",
 1752 "itoa",
 1753 "matchit",
 1754 "memchr",
 1755 "mime",
 1756 "percent-encoding",
 1757 "pin-project-lite",
 1758 "rustversion",
 1759 "serde",
 1760 "serde_json",
 1761 "serde_path_to_error",
 1762 "serde_urlencoded",
 1763 "sha1",
 1764 "sync_wrapper 0.1.2",
 1765 "tokio",
 1766 "tokio-tungstenite 0.20.1",
 1767 "tower 0.4.13",
 1768 "tower-layer",
 1769 "tower-service",
 1770]
 1771
 1772[[package]]
 1773name = "axum-core"
 1774version = "0.3.4"
 1775source = "registry+https://github.com/rust-lang/crates.io-index"
 1776checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1777dependencies = [
 1778 "async-trait",
 1779 "bytes 1.10.1",
 1780 "futures-util",
 1781 "http 0.2.12",
 1782 "http-body 0.4.6",
 1783 "mime",
 1784 "rustversion",
 1785 "tower-layer",
 1786 "tower-service",
 1787]
 1788
 1789[[package]]
 1790name = "axum-extra"
 1791version = "0.4.2"
 1792source = "registry+https://github.com/rust-lang/crates.io-index"
 1793checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1794dependencies = [
 1795 "axum",
 1796 "bytes 1.10.1",
 1797 "futures-util",
 1798 "http 0.2.12",
 1799 "mime",
 1800 "pin-project-lite",
 1801 "serde",
 1802 "serde_json",
 1803 "tokio",
 1804 "tower 0.4.13",
 1805 "tower-http 0.3.5",
 1806 "tower-layer",
 1807 "tower-service",
 1808]
 1809
 1810[[package]]
 1811name = "backtrace"
 1812version = "0.3.74"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1815dependencies = [
 1816 "addr2line",
 1817 "cfg-if",
 1818 "libc",
 1819 "miniz_oxide",
 1820 "object",
 1821 "rustc-demangle",
 1822 "windows-targets 0.52.6",
 1823]
 1824
 1825[[package]]
 1826name = "base16ct"
 1827version = "0.1.1"
 1828source = "registry+https://github.com/rust-lang/crates.io-index"
 1829checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1830
 1831[[package]]
 1832name = "base64"
 1833version = "0.13.1"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1836
 1837[[package]]
 1838name = "base64"
 1839version = "0.21.7"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1842
 1843[[package]]
 1844name = "base64"
 1845version = "0.22.1"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1848
 1849[[package]]
 1850name = "base64-simd"
 1851version = "0.8.0"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1854dependencies = [
 1855 "outref",
 1856 "vsimd",
 1857]
 1858
 1859[[package]]
 1860name = "base64ct"
 1861version = "1.7.3"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1864
 1865[[package]]
 1866name = "bedrock"
 1867version = "0.1.0"
 1868dependencies = [
 1869 "anyhow",
 1870 "aws-sdk-bedrockruntime",
 1871 "aws-smithy-types",
 1872 "futures 0.3.31",
 1873 "schemars",
 1874 "serde",
 1875 "serde_json",
 1876 "strum 0.27.1",
 1877 "thiserror 2.0.12",
 1878 "tokio",
 1879 "workspace-hack",
 1880]
 1881
 1882[[package]]
 1883name = "beef"
 1884version = "0.5.2"
 1885source = "registry+https://github.com/rust-lang/crates.io-index"
 1886checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1887
 1888[[package]]
 1889name = "bigdecimal"
 1890version = "0.4.8"
 1891source = "registry+https://github.com/rust-lang/crates.io-index"
 1892checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1893dependencies = [
 1894 "autocfg",
 1895 "libm",
 1896 "num-bigint",
 1897 "num-integer",
 1898 "num-traits",
 1899 "serde",
 1900]
 1901
 1902[[package]]
 1903name = "bincode"
 1904version = "1.3.3"
 1905source = "registry+https://github.com/rust-lang/crates.io-index"
 1906checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1907dependencies = [
 1908 "serde",
 1909]
 1910
 1911[[package]]
 1912name = "bindgen"
 1913version = "0.69.5"
 1914source = "registry+https://github.com/rust-lang/crates.io-index"
 1915checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1916dependencies = [
 1917 "bitflags 2.9.0",
 1918 "cexpr",
 1919 "clang-sys",
 1920 "itertools 0.12.1",
 1921 "lazy_static",
 1922 "lazycell",
 1923 "log",
 1924 "prettyplease",
 1925 "proc-macro2",
 1926 "quote",
 1927 "regex",
 1928 "rustc-hash 1.1.0",
 1929 "shlex",
 1930 "syn 2.0.101",
 1931 "which 4.4.2",
 1932]
 1933
 1934[[package]]
 1935name = "bindgen"
 1936version = "0.70.1"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1939dependencies = [
 1940 "bitflags 2.9.0",
 1941 "cexpr",
 1942 "clang-sys",
 1943 "itertools 0.13.0",
 1944 "proc-macro2",
 1945 "quote",
 1946 "regex",
 1947 "rustc-hash 1.1.0",
 1948 "shlex",
 1949 "syn 2.0.101",
 1950]
 1951
 1952[[package]]
 1953name = "bindgen"
 1954version = "0.71.1"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1957dependencies = [
 1958 "bitflags 2.9.0",
 1959 "cexpr",
 1960 "clang-sys",
 1961 "itertools 0.13.0",
 1962 "log",
 1963 "prettyplease",
 1964 "proc-macro2",
 1965 "quote",
 1966 "regex",
 1967 "rustc-hash 2.1.1",
 1968 "shlex",
 1969 "syn 2.0.101",
 1970]
 1971
 1972[[package]]
 1973name = "bit-set"
 1974version = "0.5.3"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1977dependencies = [
 1978 "bit-vec 0.6.3",
 1979]
 1980
 1981[[package]]
 1982name = "bit-set"
 1983version = "0.8.0"
 1984source = "registry+https://github.com/rust-lang/crates.io-index"
 1985checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1986dependencies = [
 1987 "bit-vec 0.8.0",
 1988]
 1989
 1990[[package]]
 1991name = "bit-vec"
 1992version = "0.6.3"
 1993source = "registry+https://github.com/rust-lang/crates.io-index"
 1994checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1995
 1996[[package]]
 1997name = "bit-vec"
 1998version = "0.8.0"
 1999source = "registry+https://github.com/rust-lang/crates.io-index"
 2000checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2001
 2002[[package]]
 2003name = "bit_field"
 2004version = "0.10.2"
 2005source = "registry+https://github.com/rust-lang/crates.io-index"
 2006checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2007
 2008[[package]]
 2009name = "bitflags"
 2010version = "1.3.2"
 2011source = "registry+https://github.com/rust-lang/crates.io-index"
 2012checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2013
 2014[[package]]
 2015name = "bitflags"
 2016version = "2.9.0"
 2017source = "registry+https://github.com/rust-lang/crates.io-index"
 2018checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2019dependencies = [
 2020 "serde",
 2021]
 2022
 2023[[package]]
 2024name = "bitstream-io"
 2025version = "2.6.0"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2028
 2029[[package]]
 2030name = "bitvec"
 2031version = "1.0.1"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2034dependencies = [
 2035 "funty",
 2036 "radium",
 2037 "tap",
 2038 "wyz",
 2039]
 2040
 2041[[package]]
 2042name = "blade-graphics"
 2043version = "0.6.0"
 2044source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2045dependencies = [
 2046 "ash",
 2047 "ash-window",
 2048 "bitflags 2.9.0",
 2049 "bytemuck",
 2050 "codespan-reporting 0.11.1",
 2051 "glow",
 2052 "gpu-alloc",
 2053 "gpu-alloc-ash",
 2054 "hidden-trait",
 2055 "js-sys",
 2056 "khronos-egl",
 2057 "libloading",
 2058 "log",
 2059 "mint",
 2060 "naga",
 2061 "objc2",
 2062 "objc2-app-kit",
 2063 "objc2-core-foundation",
 2064 "objc2-foundation",
 2065 "objc2-metal",
 2066 "objc2-quartz-core",
 2067 "objc2-ui-kit",
 2068 "raw-window-handle",
 2069 "slab",
 2070 "wasm-bindgen",
 2071 "web-sys",
 2072]
 2073
 2074[[package]]
 2075name = "blade-macros"
 2076version = "0.3.0"
 2077source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2078dependencies = [
 2079 "proc-macro2",
 2080 "quote",
 2081 "syn 2.0.101",
 2082]
 2083
 2084[[package]]
 2085name = "blade-util"
 2086version = "0.2.0"
 2087source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2088dependencies = [
 2089 "blade-graphics",
 2090 "bytemuck",
 2091 "log",
 2092 "profiling",
 2093]
 2094
 2095[[package]]
 2096name = "blake2"
 2097version = "0.10.6"
 2098source = "registry+https://github.com/rust-lang/crates.io-index"
 2099checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2100dependencies = [
 2101 "digest",
 2102]
 2103
 2104[[package]]
 2105name = "blake3"
 2106version = "1.8.2"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2109dependencies = [
 2110 "arrayref",
 2111 "arrayvec",
 2112 "cc",
 2113 "cfg-if",
 2114 "constant_time_eq 0.3.1",
 2115]
 2116
 2117[[package]]
 2118name = "block"
 2119version = "0.1.6"
 2120source = "registry+https://github.com/rust-lang/crates.io-index"
 2121checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2122
 2123[[package]]
 2124name = "block-buffer"
 2125version = "0.10.4"
 2126source = "registry+https://github.com/rust-lang/crates.io-index"
 2127checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2128dependencies = [
 2129 "generic-array",
 2130]
 2131
 2132[[package]]
 2133name = "block-padding"
 2134version = "0.3.3"
 2135source = "registry+https://github.com/rust-lang/crates.io-index"
 2136checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2137dependencies = [
 2138 "generic-array",
 2139]
 2140
 2141[[package]]
 2142name = "block2"
 2143version = "0.6.1"
 2144source = "registry+https://github.com/rust-lang/crates.io-index"
 2145checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2146dependencies = [
 2147 "objc2",
 2148]
 2149
 2150[[package]]
 2151name = "blocking"
 2152version = "1.6.1"
 2153source = "registry+https://github.com/rust-lang/crates.io-index"
 2154checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2155dependencies = [
 2156 "async-channel 2.3.1",
 2157 "async-task",
 2158 "futures-io",
 2159 "futures-lite 2.6.0",
 2160 "piper",
 2161]
 2162
 2163[[package]]
 2164name = "borrow-or-share"
 2165version = "0.2.2"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2168
 2169[[package]]
 2170name = "borsh"
 2171version = "1.5.7"
 2172source = "registry+https://github.com/rust-lang/crates.io-index"
 2173checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2174dependencies = [
 2175 "borsh-derive",
 2176 "cfg_aliases 0.2.1",
 2177]
 2178
 2179[[package]]
 2180name = "borsh-derive"
 2181version = "1.5.7"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2184dependencies = [
 2185 "once_cell",
 2186 "proc-macro-crate",
 2187 "proc-macro2",
 2188 "quote",
 2189 "syn 2.0.101",
 2190]
 2191
 2192[[package]]
 2193name = "breadcrumbs"
 2194version = "0.1.0"
 2195dependencies = [
 2196 "editor",
 2197 "gpui",
 2198 "itertools 0.14.0",
 2199 "theme",
 2200 "ui",
 2201 "workspace",
 2202 "workspace-hack",
 2203 "zed_actions",
 2204]
 2205
 2206[[package]]
 2207name = "bstr"
 2208version = "1.12.0"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2211dependencies = [
 2212 "memchr",
 2213 "regex-automata 0.4.9",
 2214 "serde",
 2215]
 2216
 2217[[package]]
 2218name = "buffer_diff"
 2219version = "0.1.0"
 2220dependencies = [
 2221 "anyhow",
 2222 "clock",
 2223 "ctor",
 2224 "env_logger 0.11.8",
 2225 "futures 0.3.31",
 2226 "git2",
 2227 "gpui",
 2228 "language",
 2229 "log",
 2230 "pretty_assertions",
 2231 "rand 0.8.5",
 2232 "rope",
 2233 "serde_json",
 2234 "sum_tree",
 2235 "text",
 2236 "unindent",
 2237 "util",
 2238 "workspace-hack",
 2239]
 2240
 2241[[package]]
 2242name = "built"
 2243version = "0.7.7"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2246
 2247[[package]]
 2248name = "bumpalo"
 2249version = "3.17.0"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2252dependencies = [
 2253 "allocator-api2",
 2254]
 2255
 2256[[package]]
 2257name = "by_address"
 2258version = "1.2.1"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2261
 2262[[package]]
 2263name = "bytecheck"
 2264version = "0.6.12"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2267dependencies = [
 2268 "bytecheck_derive",
 2269 "ptr_meta",
 2270 "simdutf8",
 2271]
 2272
 2273[[package]]
 2274name = "bytecheck_derive"
 2275version = "0.6.12"
 2276source = "registry+https://github.com/rust-lang/crates.io-index"
 2277checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2278dependencies = [
 2279 "proc-macro2",
 2280 "quote",
 2281 "syn 1.0.109",
 2282]
 2283
 2284[[package]]
 2285name = "bytecount"
 2286version = "0.6.8"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2289
 2290[[package]]
 2291name = "bytemuck"
 2292version = "1.22.0"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2295dependencies = [
 2296 "bytemuck_derive",
 2297]
 2298
 2299[[package]]
 2300name = "bytemuck_derive"
 2301version = "1.9.3"
 2302source = "registry+https://github.com/rust-lang/crates.io-index"
 2303checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2304dependencies = [
 2305 "proc-macro2",
 2306 "quote",
 2307 "syn 2.0.101",
 2308]
 2309
 2310[[package]]
 2311name = "byteorder"
 2312version = "1.5.0"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2315
 2316[[package]]
 2317name = "byteorder-lite"
 2318version = "0.1.0"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2321
 2322[[package]]
 2323name = "bytes"
 2324version = "0.4.12"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2327dependencies = [
 2328 "byteorder",
 2329 "iovec",
 2330]
 2331
 2332[[package]]
 2333name = "bytes"
 2334version = "1.10.1"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2337
 2338[[package]]
 2339name = "bytes-utils"
 2340version = "0.1.4"
 2341source = "registry+https://github.com/rust-lang/crates.io-index"
 2342checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2343dependencies = [
 2344 "bytes 1.10.1",
 2345 "either",
 2346]
 2347
 2348[[package]]
 2349name = "bzip2"
 2350version = "0.4.4"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2353dependencies = [
 2354 "bzip2-sys",
 2355 "libc",
 2356]
 2357
 2358[[package]]
 2359name = "bzip2-sys"
 2360version = "0.1.13+1.0.8"
 2361source = "registry+https://github.com/rust-lang/crates.io-index"
 2362checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2363dependencies = [
 2364 "cc",
 2365 "pkg-config",
 2366]
 2367
 2368[[package]]
 2369name = "call"
 2370version = "0.1.0"
 2371dependencies = [
 2372 "anyhow",
 2373 "audio",
 2374 "client",
 2375 "collections",
 2376 "fs",
 2377 "futures 0.3.31",
 2378 "gpui",
 2379 "gpui_tokio",
 2380 "http_client",
 2381 "language",
 2382 "livekit_client",
 2383 "log",
 2384 "postage",
 2385 "project",
 2386 "schemars",
 2387 "serde",
 2388 "serde_derive",
 2389 "settings",
 2390 "telemetry",
 2391 "util",
 2392 "workspace-hack",
 2393]
 2394
 2395[[package]]
 2396name = "calloop"
 2397version = "0.13.0"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2400dependencies = [
 2401 "bitflags 2.9.0",
 2402 "log",
 2403 "polling",
 2404 "rustix 0.38.44",
 2405 "slab",
 2406 "thiserror 1.0.69",
 2407]
 2408
 2409[[package]]
 2410name = "calloop-wayland-source"
 2411version = "0.3.0"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2414dependencies = [
 2415 "calloop",
 2416 "rustix 0.38.44",
 2417 "wayland-backend",
 2418 "wayland-client",
 2419]
 2420
 2421[[package]]
 2422name = "camino"
 2423version = "1.1.9"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2426dependencies = [
 2427 "serde",
 2428]
 2429
 2430[[package]]
 2431name = "cap-fs-ext"
 2432version = "3.4.4"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2435dependencies = [
 2436 "cap-primitives",
 2437 "cap-std",
 2438 "io-lifetimes",
 2439 "windows-sys 0.59.0",
 2440]
 2441
 2442[[package]]
 2443name = "cap-net-ext"
 2444version = "3.4.4"
 2445source = "registry+https://github.com/rust-lang/crates.io-index"
 2446checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2447dependencies = [
 2448 "cap-primitives",
 2449 "cap-std",
 2450 "rustix 1.0.7",
 2451 "smallvec",
 2452]
 2453
 2454[[package]]
 2455name = "cap-primitives"
 2456version = "3.4.4"
 2457source = "registry+https://github.com/rust-lang/crates.io-index"
 2458checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2459dependencies = [
 2460 "ambient-authority",
 2461 "fs-set-times",
 2462 "io-extras",
 2463 "io-lifetimes",
 2464 "ipnet",
 2465 "maybe-owned",
 2466 "rustix 1.0.7",
 2467 "rustix-linux-procfs",
 2468 "windows-sys 0.59.0",
 2469 "winx",
 2470]
 2471
 2472[[package]]
 2473name = "cap-rand"
 2474version = "3.4.4"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2477dependencies = [
 2478 "ambient-authority",
 2479 "rand 0.8.5",
 2480]
 2481
 2482[[package]]
 2483name = "cap-std"
 2484version = "3.4.4"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2487dependencies = [
 2488 "cap-primitives",
 2489 "io-extras",
 2490 "io-lifetimes",
 2491 "rustix 1.0.7",
 2492]
 2493
 2494[[package]]
 2495name = "cap-time-ext"
 2496version = "3.4.4"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2499dependencies = [
 2500 "ambient-authority",
 2501 "cap-primitives",
 2502 "iana-time-zone",
 2503 "once_cell",
 2504 "rustix 1.0.7",
 2505 "winx",
 2506]
 2507
 2508[[package]]
 2509name = "cargo-platform"
 2510version = "0.1.9"
 2511source = "registry+https://github.com/rust-lang/crates.io-index"
 2512checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2513dependencies = [
 2514 "serde",
 2515]
 2516
 2517[[package]]
 2518name = "cargo_metadata"
 2519version = "0.19.2"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2522dependencies = [
 2523 "camino",
 2524 "cargo-platform",
 2525 "semver",
 2526 "serde",
 2527 "serde_json",
 2528 "thiserror 2.0.12",
 2529]
 2530
 2531[[package]]
 2532name = "cargo_toml"
 2533version = "0.21.0"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2536dependencies = [
 2537 "serde",
 2538 "toml 0.8.20",
 2539]
 2540
 2541[[package]]
 2542name = "cast"
 2543version = "0.3.0"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2546
 2547[[package]]
 2548name = "cbc"
 2549version = "0.1.2"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2552dependencies = [
 2553 "cipher",
 2554]
 2555
 2556[[package]]
 2557name = "cbindgen"
 2558version = "0.28.0"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2561dependencies = [
 2562 "heck 0.4.1",
 2563 "indexmap",
 2564 "log",
 2565 "proc-macro2",
 2566 "quote",
 2567 "serde",
 2568 "serde_json",
 2569 "syn 2.0.101",
 2570 "tempfile",
 2571 "toml 0.8.20",
 2572]
 2573
 2574[[package]]
 2575name = "cc"
 2576version = "1.2.19"
 2577source = "registry+https://github.com/rust-lang/crates.io-index"
 2578checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2579dependencies = [
 2580 "jobserver",
 2581 "libc",
 2582 "shlex",
 2583]
 2584
 2585[[package]]
 2586name = "cesu8"
 2587version = "1.1.0"
 2588source = "registry+https://github.com/rust-lang/crates.io-index"
 2589checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2590
 2591[[package]]
 2592name = "cexpr"
 2593version = "0.6.0"
 2594source = "registry+https://github.com/rust-lang/crates.io-index"
 2595checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2596dependencies = [
 2597 "nom",
 2598]
 2599
 2600[[package]]
 2601name = "cfg-expr"
 2602version = "0.15.8"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2605dependencies = [
 2606 "smallvec",
 2607 "target-lexicon 0.12.16",
 2608]
 2609
 2610[[package]]
 2611name = "cfg-if"
 2612version = "1.0.0"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2615
 2616[[package]]
 2617name = "cfg_aliases"
 2618version = "0.1.1"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2621
 2622[[package]]
 2623name = "cfg_aliases"
 2624version = "0.2.1"
 2625source = "registry+https://github.com/rust-lang/crates.io-index"
 2626checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2627
 2628[[package]]
 2629name = "cgl"
 2630version = "0.3.2"
 2631source = "registry+https://github.com/rust-lang/crates.io-index"
 2632checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2633dependencies = [
 2634 "libc",
 2635]
 2636
 2637[[package]]
 2638name = "channel"
 2639version = "0.1.0"
 2640dependencies = [
 2641 "anyhow",
 2642 "client",
 2643 "clock",
 2644 "collections",
 2645 "futures 0.3.31",
 2646 "gpui",
 2647 "http_client",
 2648 "language",
 2649 "log",
 2650 "rand 0.8.5",
 2651 "release_channel",
 2652 "rpc",
 2653 "settings",
 2654 "sum_tree",
 2655 "text",
 2656 "time",
 2657 "util",
 2658 "workspace-hack",
 2659]
 2660
 2661[[package]]
 2662name = "chrono"
 2663version = "0.4.41"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2666dependencies = [
 2667 "android-tzdata",
 2668 "iana-time-zone",
 2669 "js-sys",
 2670 "num-traits",
 2671 "serde",
 2672 "wasm-bindgen",
 2673 "windows-link",
 2674]
 2675
 2676[[package]]
 2677name = "chunked_transfer"
 2678version = "1.5.0"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2681
 2682[[package]]
 2683name = "ciborium"
 2684version = "0.2.2"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2687dependencies = [
 2688 "ciborium-io",
 2689 "ciborium-ll",
 2690 "serde",
 2691]
 2692
 2693[[package]]
 2694name = "ciborium-io"
 2695version = "0.2.2"
 2696source = "registry+https://github.com/rust-lang/crates.io-index"
 2697checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2698
 2699[[package]]
 2700name = "ciborium-ll"
 2701version = "0.2.2"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2704dependencies = [
 2705 "ciborium-io",
 2706 "half",
 2707]
 2708
 2709[[package]]
 2710name = "cipher"
 2711version = "0.4.4"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2714dependencies = [
 2715 "crypto-common",
 2716 "inout",
 2717 "zeroize",
 2718]
 2719
 2720[[package]]
 2721name = "circular-buffer"
 2722version = "1.1.0"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2725
 2726[[package]]
 2727name = "clang-sys"
 2728version = "1.8.1"
 2729source = "registry+https://github.com/rust-lang/crates.io-index"
 2730checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2731dependencies = [
 2732 "glob",
 2733 "libc",
 2734 "libloading",
 2735]
 2736
 2737[[package]]
 2738name = "clap"
 2739version = "4.5.37"
 2740source = "registry+https://github.com/rust-lang/crates.io-index"
 2741checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2742dependencies = [
 2743 "clap_builder",
 2744 "clap_derive",
 2745]
 2746
 2747[[package]]
 2748name = "clap_builder"
 2749version = "4.5.37"
 2750source = "registry+https://github.com/rust-lang/crates.io-index"
 2751checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2752dependencies = [
 2753 "anstream",
 2754 "anstyle",
 2755 "clap_lex",
 2756 "strsim",
 2757 "terminal_size",
 2758]
 2759
 2760[[package]]
 2761name = "clap_complete"
 2762version = "4.5.47"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2765dependencies = [
 2766 "clap",
 2767]
 2768
 2769[[package]]
 2770name = "clap_derive"
 2771version = "4.5.32"
 2772source = "registry+https://github.com/rust-lang/crates.io-index"
 2773checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2774dependencies = [
 2775 "heck 0.5.0",
 2776 "proc-macro2",
 2777 "quote",
 2778 "syn 2.0.101",
 2779]
 2780
 2781[[package]]
 2782name = "clap_lex"
 2783version = "0.7.4"
 2784source = "registry+https://github.com/rust-lang/crates.io-index"
 2785checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2786
 2787[[package]]
 2788name = "cli"
 2789version = "0.1.0"
 2790dependencies = [
 2791 "anyhow",
 2792 "clap",
 2793 "collections",
 2794 "core-foundation 0.10.0",
 2795 "core-services",
 2796 "exec",
 2797 "fork",
 2798 "ipc-channel",
 2799 "parking_lot",
 2800 "paths",
 2801 "plist",
 2802 "release_channel",
 2803 "serde",
 2804 "tempfile",
 2805 "util",
 2806 "windows 0.61.1",
 2807 "workspace-hack",
 2808]
 2809
 2810[[package]]
 2811name = "client"
 2812version = "0.1.0"
 2813dependencies = [
 2814 "anyhow",
 2815 "async-recursion 0.3.2",
 2816 "async-tungstenite",
 2817 "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 "log",
 2829 "parking_lot",
 2830 "paths",
 2831 "postage",
 2832 "rand 0.8.5",
 2833 "release_channel",
 2834 "rpc",
 2835 "schemars",
 2836 "serde",
 2837 "serde_json",
 2838 "settings",
 2839 "sha2",
 2840 "smol",
 2841 "telemetry",
 2842 "telemetry_events",
 2843 "text",
 2844 "thiserror 2.0.12",
 2845 "time",
 2846 "tiny_http",
 2847 "tokio",
 2848 "tokio-socks",
 2849 "url",
 2850 "util",
 2851 "windows 0.61.1",
 2852 "workspace-hack",
 2853 "worktree",
 2854]
 2855
 2856[[package]]
 2857name = "clock"
 2858version = "0.1.0"
 2859dependencies = [
 2860 "parking_lot",
 2861 "serde",
 2862 "smallvec",
 2863 "workspace-hack",
 2864]
 2865
 2866[[package]]
 2867name = "clru"
 2868version = "0.6.2"
 2869source = "registry+https://github.com/rust-lang/crates.io-index"
 2870checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2871
 2872[[package]]
 2873name = "cmake"
 2874version = "0.1.54"
 2875source = "registry+https://github.com/rust-lang/crates.io-index"
 2876checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2877dependencies = [
 2878 "cc",
 2879]
 2880
 2881[[package]]
 2882name = "cobs"
 2883version = "0.2.3"
 2884source = "registry+https://github.com/rust-lang/crates.io-index"
 2885checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2886
 2887[[package]]
 2888name = "cocoa"
 2889version = "0.25.0"
 2890source = "registry+https://github.com/rust-lang/crates.io-index"
 2891checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2892dependencies = [
 2893 "bitflags 1.3.2",
 2894 "block",
 2895 "cocoa-foundation 0.1.2",
 2896 "core-foundation 0.9.4",
 2897 "core-graphics 0.23.2",
 2898 "foreign-types 0.5.0",
 2899 "libc",
 2900 "objc",
 2901]
 2902
 2903[[package]]
 2904name = "cocoa"
 2905version = "0.26.0"
 2906source = "registry+https://github.com/rust-lang/crates.io-index"
 2907checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2908dependencies = [
 2909 "bitflags 2.9.0",
 2910 "block",
 2911 "cocoa-foundation 0.2.0",
 2912 "core-foundation 0.10.0",
 2913 "core-graphics 0.24.0",
 2914 "foreign-types 0.5.0",
 2915 "libc",
 2916 "objc",
 2917]
 2918
 2919[[package]]
 2920name = "cocoa-foundation"
 2921version = "0.1.2"
 2922source = "registry+https://github.com/rust-lang/crates.io-index"
 2923checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2924dependencies = [
 2925 "bitflags 1.3.2",
 2926 "block",
 2927 "core-foundation 0.9.4",
 2928 "core-graphics-types 0.1.3",
 2929 "libc",
 2930 "objc",
 2931]
 2932
 2933[[package]]
 2934name = "cocoa-foundation"
 2935version = "0.2.0"
 2936source = "registry+https://github.com/rust-lang/crates.io-index"
 2937checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2938dependencies = [
 2939 "bitflags 2.9.0",
 2940 "block",
 2941 "core-foundation 0.10.0",
 2942 "core-graphics-types 0.2.0",
 2943 "libc",
 2944 "objc",
 2945]
 2946
 2947[[package]]
 2948name = "codespan-reporting"
 2949version = "0.11.1"
 2950source = "registry+https://github.com/rust-lang/crates.io-index"
 2951checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2952dependencies = [
 2953 "termcolor",
 2954 "unicode-width 0.1.14",
 2955]
 2956
 2957[[package]]
 2958name = "codespan-reporting"
 2959version = "0.12.0"
 2960source = "registry+https://github.com/rust-lang/crates.io-index"
 2961checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2962dependencies = [
 2963 "serde",
 2964 "termcolor",
 2965 "unicode-width 0.2.0",
 2966]
 2967
 2968[[package]]
 2969name = "collab"
 2970version = "0.44.0"
 2971dependencies = [
 2972 "anyhow",
 2973 "assistant_context_editor",
 2974 "assistant_settings",
 2975 "assistant_slash_command",
 2976 "assistant_tool",
 2977 "async-stripe",
 2978 "async-trait",
 2979 "async-tungstenite",
 2980 "audio",
 2981 "aws-config",
 2982 "aws-sdk-kinesis",
 2983 "aws-sdk-s3",
 2984 "axum",
 2985 "axum-extra",
 2986 "base64 0.22.1",
 2987 "buffer_diff",
 2988 "call",
 2989 "channel",
 2990 "chrono",
 2991 "client",
 2992 "clock",
 2993 "collab_ui",
 2994 "collections",
 2995 "command_palette_hooks",
 2996 "context_server",
 2997 "ctor",
 2998 "dap",
 2999 "dashmap 6.1.0",
 3000 "debugger_ui",
 3001 "derive_more",
 3002 "editor",
 3003 "env_logger 0.11.8",
 3004 "envy",
 3005 "extension",
 3006 "file_finder",
 3007 "fs",
 3008 "futures 0.3.31",
 3009 "git",
 3010 "git_hosting_providers",
 3011 "git_ui",
 3012 "gpui",
 3013 "gpui_tokio",
 3014 "hex",
 3015 "http_client",
 3016 "hyper 0.14.32",
 3017 "indoc",
 3018 "jsonwebtoken",
 3019 "language",
 3020 "language_model",
 3021 "livekit_api",
 3022 "livekit_client",
 3023 "log",
 3024 "lsp",
 3025 "menu",
 3026 "multi_buffer",
 3027 "nanoid",
 3028 "node_runtime",
 3029 "notifications",
 3030 "parking_lot",
 3031 "pretty_assertions",
 3032 "project",
 3033 "prometheus",
 3034 "prompt_store",
 3035 "prost 0.9.0",
 3036 "rand 0.8.5",
 3037 "recent_projects",
 3038 "release_channel",
 3039 "remote",
 3040 "remote_server",
 3041 "reqwest 0.11.27",
 3042 "reqwest_client",
 3043 "rpc",
 3044 "rustc-demangle",
 3045 "scrypt",
 3046 "sea-orm",
 3047 "semantic_version",
 3048 "semver",
 3049 "serde",
 3050 "serde_derive",
 3051 "serde_json",
 3052 "session",
 3053 "settings",
 3054 "sha2",
 3055 "sqlx",
 3056 "strum 0.27.1",
 3057 "subtle",
 3058 "supermaven_api",
 3059 "task",
 3060 "telemetry_events",
 3061 "text",
 3062 "theme",
 3063 "thiserror 2.0.12",
 3064 "time",
 3065 "tokio",
 3066 "toml 0.8.20",
 3067 "tower 0.4.13",
 3068 "tower-http 0.4.4",
 3069 "tracing",
 3070 "tracing-subscriber",
 3071 "unindent",
 3072 "util",
 3073 "uuid",
 3074 "workspace",
 3075 "workspace-hack",
 3076 "worktree",
 3077 "zed_llm_client",
 3078]
 3079
 3080[[package]]
 3081name = "collab_ui"
 3082version = "0.1.0"
 3083dependencies = [
 3084 "anyhow",
 3085 "call",
 3086 "channel",
 3087 "chrono",
 3088 "client",
 3089 "collections",
 3090 "db",
 3091 "editor",
 3092 "emojis",
 3093 "futures 0.3.31",
 3094 "fuzzy",
 3095 "gpui",
 3096 "http_client",
 3097 "language",
 3098 "log",
 3099 "menu",
 3100 "notifications",
 3101 "picker",
 3102 "pretty_assertions",
 3103 "project",
 3104 "release_channel",
 3105 "rich_text",
 3106 "rpc",
 3107 "schemars",
 3108 "serde",
 3109 "serde_derive",
 3110 "serde_json",
 3111 "settings",
 3112 "smallvec",
 3113 "story",
 3114 "telemetry",
 3115 "theme",
 3116 "time",
 3117 "time_format",
 3118 "title_bar",
 3119 "tree-sitter-md",
 3120 "ui",
 3121 "util",
 3122 "workspace",
 3123 "workspace-hack",
 3124]
 3125
 3126[[package]]
 3127name = "collections"
 3128version = "0.1.0"
 3129dependencies = [
 3130 "indexmap",
 3131 "rustc-hash 2.1.1",
 3132 "workspace-hack",
 3133]
 3134
 3135[[package]]
 3136name = "color_quant"
 3137version = "1.1.0"
 3138source = "registry+https://github.com/rust-lang/crates.io-index"
 3139checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3140
 3141[[package]]
 3142name = "colorchoice"
 3143version = "1.0.3"
 3144source = "registry+https://github.com/rust-lang/crates.io-index"
 3145checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3146
 3147[[package]]
 3148name = "combine"
 3149version = "4.6.7"
 3150source = "registry+https://github.com/rust-lang/crates.io-index"
 3151checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3152dependencies = [
 3153 "bytes 1.10.1",
 3154 "memchr",
 3155]
 3156
 3157[[package]]
 3158name = "command_palette"
 3159version = "0.1.0"
 3160dependencies = [
 3161 "anyhow",
 3162 "client",
 3163 "collections",
 3164 "command_palette_hooks",
 3165 "ctor",
 3166 "db",
 3167 "editor",
 3168 "env_logger 0.11.8",
 3169 "fuzzy",
 3170 "go_to_line",
 3171 "gpui",
 3172 "language",
 3173 "log",
 3174 "menu",
 3175 "picker",
 3176 "postage",
 3177 "project",
 3178 "serde",
 3179 "serde_json",
 3180 "settings",
 3181 "telemetry",
 3182 "theme",
 3183 "time",
 3184 "ui",
 3185 "util",
 3186 "workspace",
 3187 "workspace-hack",
 3188 "zed_actions",
 3189]
 3190
 3191[[package]]
 3192name = "command_palette_hooks"
 3193version = "0.1.0"
 3194dependencies = [
 3195 "collections",
 3196 "derive_more",
 3197 "gpui",
 3198 "workspace-hack",
 3199]
 3200
 3201[[package]]
 3202name = "component"
 3203version = "0.1.0"
 3204dependencies = [
 3205 "collections",
 3206 "gpui",
 3207 "inventory",
 3208 "parking_lot",
 3209 "strum 0.27.1",
 3210 "theme",
 3211 "workspace-hack",
 3212]
 3213
 3214[[package]]
 3215name = "concurrent-queue"
 3216version = "2.5.0"
 3217source = "registry+https://github.com/rust-lang/crates.io-index"
 3218checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3219dependencies = [
 3220 "crossbeam-utils",
 3221]
 3222
 3223[[package]]
 3224name = "console"
 3225version = "0.15.11"
 3226source = "registry+https://github.com/rust-lang/crates.io-index"
 3227checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3228dependencies = [
 3229 "encode_unicode",
 3230 "libc",
 3231 "once_cell",
 3232 "unicode-width 0.2.0",
 3233 "windows-sys 0.59.0",
 3234]
 3235
 3236[[package]]
 3237name = "const-oid"
 3238version = "0.9.6"
 3239source = "registry+https://github.com/rust-lang/crates.io-index"
 3240checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3241
 3242[[package]]
 3243name = "const-random"
 3244version = "0.1.18"
 3245source = "registry+https://github.com/rust-lang/crates.io-index"
 3246checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3247dependencies = [
 3248 "const-random-macro",
 3249]
 3250
 3251[[package]]
 3252name = "const-random-macro"
 3253version = "0.1.16"
 3254source = "registry+https://github.com/rust-lang/crates.io-index"
 3255checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3256dependencies = [
 3257 "getrandom 0.2.15",
 3258 "once_cell",
 3259 "tiny-keccak",
 3260]
 3261
 3262[[package]]
 3263name = "constant_time_eq"
 3264version = "0.1.5"
 3265source = "registry+https://github.com/rust-lang/crates.io-index"
 3266checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3267
 3268[[package]]
 3269name = "constant_time_eq"
 3270version = "0.3.1"
 3271source = "registry+https://github.com/rust-lang/crates.io-index"
 3272checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3273
 3274[[package]]
 3275name = "context_server"
 3276version = "0.1.0"
 3277dependencies = [
 3278 "anyhow",
 3279 "async-trait",
 3280 "collections",
 3281 "futures 0.3.31",
 3282 "gpui",
 3283 "log",
 3284 "parking_lot",
 3285 "postage",
 3286 "schemars",
 3287 "serde",
 3288 "serde_json",
 3289 "smol",
 3290 "url",
 3291 "util",
 3292 "workspace-hack",
 3293]
 3294
 3295[[package]]
 3296name = "convert_case"
 3297version = "0.4.0"
 3298source = "registry+https://github.com/rust-lang/crates.io-index"
 3299checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3300
 3301[[package]]
 3302name = "convert_case"
 3303version = "0.6.0"
 3304source = "registry+https://github.com/rust-lang/crates.io-index"
 3305checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3306dependencies = [
 3307 "unicode-segmentation",
 3308]
 3309
 3310[[package]]
 3311name = "convert_case"
 3312version = "0.8.0"
 3313source = "registry+https://github.com/rust-lang/crates.io-index"
 3314checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3315dependencies = [
 3316 "unicode-segmentation",
 3317]
 3318
 3319[[package]]
 3320name = "copilot"
 3321version = "0.1.0"
 3322dependencies = [
 3323 "anyhow",
 3324 "async-std",
 3325 "chrono",
 3326 "client",
 3327 "clock",
 3328 "collections",
 3329 "command_palette_hooks",
 3330 "ctor",
 3331 "editor",
 3332 "env_logger 0.11.8",
 3333 "fs",
 3334 "futures 0.3.31",
 3335 "gpui",
 3336 "http_client",
 3337 "indoc",
 3338 "inline_completion",
 3339 "itertools 0.14.0",
 3340 "language",
 3341 "log",
 3342 "lsp",
 3343 "menu",
 3344 "node_runtime",
 3345 "parking_lot",
 3346 "paths",
 3347 "project",
 3348 "rpc",
 3349 "serde",
 3350 "serde_json",
 3351 "settings",
 3352 "task",
 3353 "theme",
 3354 "ui",
 3355 "util",
 3356 "workspace",
 3357 "workspace-hack",
 3358]
 3359
 3360[[package]]
 3361name = "core-foundation"
 3362version = "0.9.4"
 3363source = "registry+https://github.com/rust-lang/crates.io-index"
 3364checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3365dependencies = [
 3366 "core-foundation-sys",
 3367 "libc",
 3368]
 3369
 3370[[package]]
 3371name = "core-foundation"
 3372version = "0.10.0"
 3373source = "registry+https://github.com/rust-lang/crates.io-index"
 3374checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3375dependencies = [
 3376 "core-foundation-sys",
 3377 "libc",
 3378]
 3379
 3380[[package]]
 3381name = "core-foundation-sys"
 3382version = "0.8.7"
 3383source = "registry+https://github.com/rust-lang/crates.io-index"
 3384checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3385
 3386[[package]]
 3387name = "core-graphics"
 3388version = "0.23.2"
 3389source = "registry+https://github.com/rust-lang/crates.io-index"
 3390checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3391dependencies = [
 3392 "bitflags 1.3.2",
 3393 "core-foundation 0.9.4",
 3394 "core-graphics-types 0.1.3",
 3395 "foreign-types 0.5.0",
 3396 "libc",
 3397]
 3398
 3399[[package]]
 3400name = "core-graphics"
 3401version = "0.24.0"
 3402source = "registry+https://github.com/rust-lang/crates.io-index"
 3403checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3404dependencies = [
 3405 "bitflags 2.9.0",
 3406 "core-foundation 0.10.0",
 3407 "core-graphics-types 0.2.0",
 3408 "foreign-types 0.5.0",
 3409 "libc",
 3410]
 3411
 3412[[package]]
 3413name = "core-graphics-helmer-fork"
 3414version = "0.24.0"
 3415source = "registry+https://github.com/rust-lang/crates.io-index"
 3416checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3417dependencies = [
 3418 "bitflags 2.9.0",
 3419 "core-foundation 0.9.4",
 3420 "core-graphics-types 0.1.3",
 3421 "foreign-types 0.5.0",
 3422 "libc",
 3423]
 3424
 3425[[package]]
 3426name = "core-graphics-types"
 3427version = "0.1.3"
 3428source = "registry+https://github.com/rust-lang/crates.io-index"
 3429checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3430dependencies = [
 3431 "bitflags 1.3.2",
 3432 "core-foundation 0.9.4",
 3433 "libc",
 3434]
 3435
 3436[[package]]
 3437name = "core-graphics-types"
 3438version = "0.2.0"
 3439source = "registry+https://github.com/rust-lang/crates.io-index"
 3440checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3441dependencies = [
 3442 "bitflags 2.9.0",
 3443 "core-foundation 0.10.0",
 3444 "libc",
 3445]
 3446
 3447[[package]]
 3448name = "core-graphics2"
 3449version = "0.4.1"
 3450source = "registry+https://github.com/rust-lang/crates.io-index"
 3451checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3452dependencies = [
 3453 "bitflags 2.9.0",
 3454 "block",
 3455 "cfg-if",
 3456 "core-foundation 0.10.0",
 3457 "libc",
 3458]
 3459
 3460[[package]]
 3461name = "core-services"
 3462version = "0.2.1"
 3463source = "registry+https://github.com/rust-lang/crates.io-index"
 3464checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3465dependencies = [
 3466 "core-foundation 0.9.4",
 3467]
 3468
 3469[[package]]
 3470name = "core-text"
 3471version = "21.0.0"
 3472source = "registry+https://github.com/rust-lang/crates.io-index"
 3473checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3474dependencies = [
 3475 "core-foundation 0.10.0",
 3476 "core-graphics 0.24.0",
 3477 "foreign-types 0.5.0",
 3478 "libc",
 3479]
 3480
 3481[[package]]
 3482name = "core-video"
 3483version = "0.4.3"
 3484source = "registry+https://github.com/rust-lang/crates.io-index"
 3485checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3486dependencies = [
 3487 "block",
 3488 "core-foundation 0.10.0",
 3489 "core-graphics2",
 3490 "io-surface",
 3491 "libc",
 3492 "metal",
 3493]
 3494
 3495[[package]]
 3496name = "core_maths"
 3497version = "0.1.1"
 3498source = "registry+https://github.com/rust-lang/crates.io-index"
 3499checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3500dependencies = [
 3501 "libm",
 3502]
 3503
 3504[[package]]
 3505name = "coreaudio-rs"
 3506version = "0.11.3"
 3507source = "registry+https://github.com/rust-lang/crates.io-index"
 3508checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3509dependencies = [
 3510 "bitflags 1.3.2",
 3511 "core-foundation-sys",
 3512 "coreaudio-sys",
 3513]
 3514
 3515[[package]]
 3516name = "coreaudio-rs"
 3517version = "0.12.1"
 3518source = "registry+https://github.com/rust-lang/crates.io-index"
 3519checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3520dependencies = [
 3521 "bitflags 1.3.2",
 3522 "core-foundation-sys",
 3523 "coreaudio-sys",
 3524]
 3525
 3526[[package]]
 3527name = "coreaudio-sys"
 3528version = "0.2.16"
 3529source = "registry+https://github.com/rust-lang/crates.io-index"
 3530checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3531dependencies = [
 3532 "bindgen 0.70.1",
 3533]
 3534
 3535[[package]]
 3536name = "cosmic-text"
 3537version = "0.14.0"
 3538source = "registry+https://github.com/rust-lang/crates.io-index"
 3539checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3540dependencies = [
 3541 "bitflags 2.9.0",
 3542 "fontdb 0.16.2",
 3543 "log",
 3544 "rangemap",
 3545 "rustc-hash 1.1.0",
 3546 "rustybuzz 0.14.1",
 3547 "self_cell",
 3548 "smol_str 0.2.2",
 3549 "swash",
 3550 "sys-locale",
 3551 "ttf-parser 0.21.1",
 3552 "unicode-bidi",
 3553 "unicode-linebreak",
 3554 "unicode-script",
 3555 "unicode-segmentation",
 3556]
 3557
 3558[[package]]
 3559name = "cpal"
 3560version = "0.15.3"
 3561source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3562dependencies = [
 3563 "alsa",
 3564 "core-foundation-sys",
 3565 "coreaudio-rs 0.11.3",
 3566 "dasp_sample",
 3567 "jni",
 3568 "js-sys",
 3569 "libc",
 3570 "mach2",
 3571 "ndk",
 3572 "ndk-context",
 3573 "oboe",
 3574 "wasm-bindgen",
 3575 "wasm-bindgen-futures",
 3576 "web-sys",
 3577 "windows 0.54.0",
 3578]
 3579
 3580[[package]]
 3581name = "cpp_demangle"
 3582version = "0.4.4"
 3583source = "registry+https://github.com/rust-lang/crates.io-index"
 3584checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3585dependencies = [
 3586 "cfg-if",
 3587]
 3588
 3589[[package]]
 3590name = "cpufeatures"
 3591version = "0.2.17"
 3592source = "registry+https://github.com/rust-lang/crates.io-index"
 3593checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3594dependencies = [
 3595 "libc",
 3596]
 3597
 3598[[package]]
 3599name = "cranelift-bforest"
 3600version = "0.116.1"
 3601source = "registry+https://github.com/rust-lang/crates.io-index"
 3602checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3603dependencies = [
 3604 "cranelift-entity",
 3605]
 3606
 3607[[package]]
 3608name = "cranelift-bitset"
 3609version = "0.116.1"
 3610source = "registry+https://github.com/rust-lang/crates.io-index"
 3611checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3612dependencies = [
 3613 "serde",
 3614 "serde_derive",
 3615]
 3616
 3617[[package]]
 3618name = "cranelift-codegen"
 3619version = "0.116.1"
 3620source = "registry+https://github.com/rust-lang/crates.io-index"
 3621checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3622dependencies = [
 3623 "bumpalo",
 3624 "cranelift-bforest",
 3625 "cranelift-bitset",
 3626 "cranelift-codegen-meta",
 3627 "cranelift-codegen-shared",
 3628 "cranelift-control",
 3629 "cranelift-entity",
 3630 "cranelift-isle",
 3631 "gimli",
 3632 "hashbrown 0.14.5",
 3633 "log",
 3634 "regalloc2",
 3635 "rustc-hash 2.1.1",
 3636 "serde",
 3637 "smallvec",
 3638 "target-lexicon 0.13.2",
 3639]
 3640
 3641[[package]]
 3642name = "cranelift-codegen-meta"
 3643version = "0.116.1"
 3644source = "registry+https://github.com/rust-lang/crates.io-index"
 3645checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3646dependencies = [
 3647 "cranelift-codegen-shared",
 3648]
 3649
 3650[[package]]
 3651name = "cranelift-codegen-shared"
 3652version = "0.116.1"
 3653source = "registry+https://github.com/rust-lang/crates.io-index"
 3654checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3655
 3656[[package]]
 3657name = "cranelift-control"
 3658version = "0.116.1"
 3659source = "registry+https://github.com/rust-lang/crates.io-index"
 3660checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3661dependencies = [
 3662 "arbitrary",
 3663]
 3664
 3665[[package]]
 3666name = "cranelift-entity"
 3667version = "0.116.1"
 3668source = "registry+https://github.com/rust-lang/crates.io-index"
 3669checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3670dependencies = [
 3671 "cranelift-bitset",
 3672 "serde",
 3673 "serde_derive",
 3674]
 3675
 3676[[package]]
 3677name = "cranelift-frontend"
 3678version = "0.116.1"
 3679source = "registry+https://github.com/rust-lang/crates.io-index"
 3680checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3681dependencies = [
 3682 "cranelift-codegen",
 3683 "log",
 3684 "smallvec",
 3685 "target-lexicon 0.13.2",
 3686]
 3687
 3688[[package]]
 3689name = "cranelift-isle"
 3690version = "0.116.1"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3693
 3694[[package]]
 3695name = "cranelift-native"
 3696version = "0.116.1"
 3697source = "registry+https://github.com/rust-lang/crates.io-index"
 3698checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3699dependencies = [
 3700 "cranelift-codegen",
 3701 "libc",
 3702 "target-lexicon 0.13.2",
 3703]
 3704
 3705[[package]]
 3706name = "crc"
 3707version = "3.2.1"
 3708source = "registry+https://github.com/rust-lang/crates.io-index"
 3709checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3710dependencies = [
 3711 "crc-catalog",
 3712]
 3713
 3714[[package]]
 3715name = "crc-catalog"
 3716version = "2.4.0"
 3717source = "registry+https://github.com/rust-lang/crates.io-index"
 3718checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3719
 3720[[package]]
 3721name = "crc32c"
 3722version = "0.6.8"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3725dependencies = [
 3726 "rustc_version",
 3727]
 3728
 3729[[package]]
 3730name = "crc32fast"
 3731version = "1.4.2"
 3732source = "registry+https://github.com/rust-lang/crates.io-index"
 3733checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3734dependencies = [
 3735 "cfg-if",
 3736]
 3737
 3738[[package]]
 3739name = "crc64fast-nvme"
 3740version = "1.2.0"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3743dependencies = [
 3744 "crc",
 3745]
 3746
 3747[[package]]
 3748name = "credentials_provider"
 3749version = "0.1.0"
 3750dependencies = [
 3751 "anyhow",
 3752 "futures 0.3.31",
 3753 "gpui",
 3754 "paths",
 3755 "release_channel",
 3756 "serde",
 3757 "serde_json",
 3758 "workspace-hack",
 3759]
 3760
 3761[[package]]
 3762name = "criterion"
 3763version = "0.5.1"
 3764source = "registry+https://github.com/rust-lang/crates.io-index"
 3765checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3766dependencies = [
 3767 "anes",
 3768 "cast",
 3769 "ciborium",
 3770 "clap",
 3771 "criterion-plot",
 3772 "is-terminal",
 3773 "itertools 0.10.5",
 3774 "num-traits",
 3775 "once_cell",
 3776 "oorandom",
 3777 "plotters",
 3778 "rayon",
 3779 "regex",
 3780 "serde",
 3781 "serde_derive",
 3782 "serde_json",
 3783 "tinytemplate",
 3784 "walkdir",
 3785]
 3786
 3787[[package]]
 3788name = "criterion-plot"
 3789version = "0.5.0"
 3790source = "registry+https://github.com/rust-lang/crates.io-index"
 3791checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3792dependencies = [
 3793 "cast",
 3794 "itertools 0.10.5",
 3795]
 3796
 3797[[package]]
 3798name = "crossbeam-channel"
 3799version = "0.5.15"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3802dependencies = [
 3803 "crossbeam-utils",
 3804]
 3805
 3806[[package]]
 3807name = "crossbeam-deque"
 3808version = "0.8.6"
 3809source = "registry+https://github.com/rust-lang/crates.io-index"
 3810checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3811dependencies = [
 3812 "crossbeam-epoch",
 3813 "crossbeam-utils",
 3814]
 3815
 3816[[package]]
 3817name = "crossbeam-epoch"
 3818version = "0.9.18"
 3819source = "registry+https://github.com/rust-lang/crates.io-index"
 3820checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3821dependencies = [
 3822 "crossbeam-utils",
 3823]
 3824
 3825[[package]]
 3826name = "crossbeam-queue"
 3827version = "0.3.12"
 3828source = "registry+https://github.com/rust-lang/crates.io-index"
 3829checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3830dependencies = [
 3831 "crossbeam-utils",
 3832]
 3833
 3834[[package]]
 3835name = "crossbeam-utils"
 3836version = "0.8.21"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3839
 3840[[package]]
 3841name = "crunchy"
 3842version = "0.2.3"
 3843source = "registry+https://github.com/rust-lang/crates.io-index"
 3844checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3845
 3846[[package]]
 3847name = "crypto-bigint"
 3848version = "0.4.9"
 3849source = "registry+https://github.com/rust-lang/crates.io-index"
 3850checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3851dependencies = [
 3852 "generic-array",
 3853 "rand_core 0.6.4",
 3854 "subtle",
 3855 "zeroize",
 3856]
 3857
 3858[[package]]
 3859name = "crypto-bigint"
 3860version = "0.5.5"
 3861source = "registry+https://github.com/rust-lang/crates.io-index"
 3862checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3863dependencies = [
 3864 "rand_core 0.6.4",
 3865 "subtle",
 3866]
 3867
 3868[[package]]
 3869name = "crypto-common"
 3870version = "0.1.6"
 3871source = "registry+https://github.com/rust-lang/crates.io-index"
 3872checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3873dependencies = [
 3874 "generic-array",
 3875 "rand_core 0.6.4",
 3876 "typenum",
 3877]
 3878
 3879[[package]]
 3880name = "cssparser"
 3881version = "0.35.0"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3884dependencies = [
 3885 "cssparser-macros",
 3886 "dtoa-short",
 3887 "itoa",
 3888 "phf",
 3889 "smallvec",
 3890]
 3891
 3892[[package]]
 3893name = "cssparser-macros"
 3894version = "0.6.1"
 3895source = "registry+https://github.com/rust-lang/crates.io-index"
 3896checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3897dependencies = [
 3898 "quote",
 3899 "syn 2.0.101",
 3900]
 3901
 3902[[package]]
 3903name = "ctor"
 3904version = "0.4.2"
 3905source = "registry+https://github.com/rust-lang/crates.io-index"
 3906checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3907dependencies = [
 3908 "ctor-proc-macro",
 3909 "dtor",
 3910]
 3911
 3912[[package]]
 3913name = "ctor-proc-macro"
 3914version = "0.0.5"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3917
 3918[[package]]
 3919name = "ctrlc"
 3920version = "3.4.6"
 3921source = "registry+https://github.com/rust-lang/crates.io-index"
 3922checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3923dependencies = [
 3924 "nix 0.29.0",
 3925 "windows-sys 0.59.0",
 3926]
 3927
 3928[[package]]
 3929name = "cursor-icon"
 3930version = "1.1.0"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3933
 3934[[package]]
 3935name = "cxx"
 3936version = "1.0.157"
 3937source = "registry+https://github.com/rust-lang/crates.io-index"
 3938checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3939dependencies = [
 3940 "cc",
 3941 "cxxbridge-cmd",
 3942 "cxxbridge-flags",
 3943 "cxxbridge-macro",
 3944 "foldhash",
 3945 "link-cplusplus",
 3946]
 3947
 3948[[package]]
 3949name = "cxx-build"
 3950version = "1.0.157"
 3951source = "registry+https://github.com/rust-lang/crates.io-index"
 3952checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3953dependencies = [
 3954 "cc",
 3955 "codespan-reporting 0.12.0",
 3956 "proc-macro2",
 3957 "quote",
 3958 "scratch",
 3959 "syn 2.0.101",
 3960]
 3961
 3962[[package]]
 3963name = "cxxbridge-cmd"
 3964version = "1.0.157"
 3965source = "registry+https://github.com/rust-lang/crates.io-index"
 3966checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3967dependencies = [
 3968 "clap",
 3969 "codespan-reporting 0.12.0",
 3970 "proc-macro2",
 3971 "quote",
 3972 "syn 2.0.101",
 3973]
 3974
 3975[[package]]
 3976name = "cxxbridge-flags"
 3977version = "1.0.157"
 3978source = "registry+https://github.com/rust-lang/crates.io-index"
 3979checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3980
 3981[[package]]
 3982name = "cxxbridge-macro"
 3983version = "1.0.157"
 3984source = "registry+https://github.com/rust-lang/crates.io-index"
 3985checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3986dependencies = [
 3987 "proc-macro2",
 3988 "quote",
 3989 "rustversion",
 3990 "syn 2.0.101",
 3991]
 3992
 3993[[package]]
 3994name = "dap"
 3995version = "0.1.0"
 3996dependencies = [
 3997 "anyhow",
 3998 "async-compression",
 3999 "async-pipe",
 4000 "async-tar",
 4001 "async-trait",
 4002 "client",
 4003 "collections",
 4004 "dap-types",
 4005 "env_logger 0.11.8",
 4006 "fs",
 4007 "futures 0.3.31",
 4008 "gpui",
 4009 "http_client",
 4010 "language",
 4011 "log",
 4012 "node_runtime",
 4013 "parking_lot",
 4014 "paths",
 4015 "proto",
 4016 "schemars",
 4017 "serde",
 4018 "serde_json",
 4019 "settings",
 4020 "smallvec",
 4021 "smol",
 4022 "task",
 4023 "util",
 4024 "workspace-hack",
 4025]
 4026
 4027[[package]]
 4028name = "dap-types"
 4029version = "0.0.1"
 4030source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
 4031dependencies = [
 4032 "schemars",
 4033 "serde",
 4034 "serde_json",
 4035]
 4036
 4037[[package]]
 4038name = "dap_adapters"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "anyhow",
 4042 "async-trait",
 4043 "dap",
 4044 "futures 0.3.31",
 4045 "gpui",
 4046 "language",
 4047 "paths",
 4048 "serde",
 4049 "serde_json",
 4050 "task",
 4051 "util",
 4052 "workspace-hack",
 4053]
 4054
 4055[[package]]
 4056name = "darling"
 4057version = "0.20.11"
 4058source = "registry+https://github.com/rust-lang/crates.io-index"
 4059checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4060dependencies = [
 4061 "darling_core",
 4062 "darling_macro",
 4063]
 4064
 4065[[package]]
 4066name = "darling_core"
 4067version = "0.20.11"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4070dependencies = [
 4071 "fnv",
 4072 "ident_case",
 4073 "proc-macro2",
 4074 "quote",
 4075 "strsim",
 4076 "syn 2.0.101",
 4077]
 4078
 4079[[package]]
 4080name = "darling_macro"
 4081version = "0.20.11"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4084dependencies = [
 4085 "darling_core",
 4086 "quote",
 4087 "syn 2.0.101",
 4088]
 4089
 4090[[package]]
 4091name = "dashmap"
 4092version = "5.5.3"
 4093source = "registry+https://github.com/rust-lang/crates.io-index"
 4094checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4095dependencies = [
 4096 "cfg-if",
 4097 "hashbrown 0.14.5",
 4098 "lock_api",
 4099 "once_cell",
 4100 "parking_lot_core",
 4101]
 4102
 4103[[package]]
 4104name = "dashmap"
 4105version = "6.1.0"
 4106source = "registry+https://github.com/rust-lang/crates.io-index"
 4107checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4108dependencies = [
 4109 "cfg-if",
 4110 "crossbeam-utils",
 4111 "hashbrown 0.14.5",
 4112 "lock_api",
 4113 "once_cell",
 4114 "parking_lot_core",
 4115]
 4116
 4117[[package]]
 4118name = "dasp_sample"
 4119version = "0.11.0"
 4120source = "registry+https://github.com/rust-lang/crates.io-index"
 4121checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4122
 4123[[package]]
 4124name = "data-encoding"
 4125version = "2.9.0"
 4126source = "registry+https://github.com/rust-lang/crates.io-index"
 4127checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4128
 4129[[package]]
 4130name = "data-url"
 4131version = "0.3.1"
 4132source = "registry+https://github.com/rust-lang/crates.io-index"
 4133checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4134
 4135[[package]]
 4136name = "db"
 4137version = "0.1.0"
 4138dependencies = [
 4139 "anyhow",
 4140 "gpui",
 4141 "indoc",
 4142 "log",
 4143 "paths",
 4144 "release_channel",
 4145 "smol",
 4146 "sqlez",
 4147 "sqlez_macros",
 4148 "tempfile",
 4149 "util",
 4150 "workspace-hack",
 4151]
 4152
 4153[[package]]
 4154name = "dbus"
 4155version = "0.9.7"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4158dependencies = [
 4159 "libc",
 4160 "libdbus-sys",
 4161 "winapi",
 4162]
 4163
 4164[[package]]
 4165name = "debug_adapter_extension"
 4166version = "0.1.0"
 4167dependencies = [
 4168 "anyhow",
 4169 "async-trait",
 4170 "dap",
 4171 "extension",
 4172 "gpui",
 4173 "workspace-hack",
 4174]
 4175
 4176[[package]]
 4177name = "debugger_tools"
 4178version = "0.1.0"
 4179dependencies = [
 4180 "anyhow",
 4181 "dap",
 4182 "editor",
 4183 "futures 0.3.31",
 4184 "gpui",
 4185 "project",
 4186 "serde_json",
 4187 "settings",
 4188 "smol",
 4189 "util",
 4190 "workspace",
 4191 "workspace-hack",
 4192]
 4193
 4194[[package]]
 4195name = "debugger_ui"
 4196version = "0.1.0"
 4197dependencies = [
 4198 "anyhow",
 4199 "client",
 4200 "collections",
 4201 "command_palette_hooks",
 4202 "dap",
 4203 "dap_adapters",
 4204 "db",
 4205 "debugger_tools",
 4206 "editor",
 4207 "env_logger 0.11.8",
 4208 "feature_flags",
 4209 "file_icons",
 4210 "futures 0.3.31",
 4211 "fuzzy",
 4212 "gpui",
 4213 "language",
 4214 "log",
 4215 "menu",
 4216 "parking_lot",
 4217 "paths",
 4218 "picker",
 4219 "pretty_assertions",
 4220 "project",
 4221 "rpc",
 4222 "serde",
 4223 "serde_json",
 4224 "settings",
 4225 "shlex",
 4226 "sysinfo",
 4227 "task",
 4228 "tasks_ui",
 4229 "terminal_view",
 4230 "theme",
 4231 "ui",
 4232 "unindent",
 4233 "util",
 4234 "workspace",
 4235 "workspace-hack",
 4236]
 4237
 4238[[package]]
 4239name = "deepseek"
 4240version = "0.1.0"
 4241dependencies = [
 4242 "anyhow",
 4243 "futures 0.3.31",
 4244 "http_client",
 4245 "schemars",
 4246 "serde",
 4247 "serde_json",
 4248 "workspace-hack",
 4249]
 4250
 4251[[package]]
 4252name = "deflate64"
 4253version = "0.1.9"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4256
 4257[[package]]
 4258name = "der"
 4259version = "0.6.1"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4262dependencies = [
 4263 "const-oid",
 4264 "zeroize",
 4265]
 4266
 4267[[package]]
 4268name = "der"
 4269version = "0.7.10"
 4270source = "registry+https://github.com/rust-lang/crates.io-index"
 4271checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4272dependencies = [
 4273 "const-oid",
 4274 "pem-rfc7468",
 4275 "zeroize",
 4276]
 4277
 4278[[package]]
 4279name = "deranged"
 4280version = "0.4.0"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4283dependencies = [
 4284 "powerfmt",
 4285 "serde",
 4286]
 4287
 4288[[package]]
 4289name = "derive_builder"
 4290version = "0.20.2"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4293dependencies = [
 4294 "derive_builder_macro",
 4295]
 4296
 4297[[package]]
 4298name = "derive_builder_core"
 4299version = "0.20.2"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4302dependencies = [
 4303 "darling",
 4304 "proc-macro2",
 4305 "quote",
 4306 "syn 2.0.101",
 4307]
 4308
 4309[[package]]
 4310name = "derive_builder_macro"
 4311version = "0.20.2"
 4312source = "registry+https://github.com/rust-lang/crates.io-index"
 4313checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4314dependencies = [
 4315 "derive_builder_core",
 4316 "syn 2.0.101",
 4317]
 4318
 4319[[package]]
 4320name = "derive_more"
 4321version = "0.99.19"
 4322source = "registry+https://github.com/rust-lang/crates.io-index"
 4323checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4324dependencies = [
 4325 "convert_case 0.4.0",
 4326 "proc-macro2",
 4327 "quote",
 4328 "rustc_version",
 4329 "syn 2.0.101",
 4330]
 4331
 4332[[package]]
 4333name = "derive_refineable"
 4334version = "0.1.0"
 4335dependencies = [
 4336 "proc-macro2",
 4337 "quote",
 4338 "syn 1.0.109",
 4339 "workspace-hack",
 4340]
 4341
 4342[[package]]
 4343name = "diagnostics"
 4344version = "0.1.0"
 4345dependencies = [
 4346 "anyhow",
 4347 "client",
 4348 "collections",
 4349 "component",
 4350 "ctor",
 4351 "editor",
 4352 "env_logger 0.11.8",
 4353 "futures 0.3.31",
 4354 "gpui",
 4355 "indoc",
 4356 "language",
 4357 "log",
 4358 "lsp",
 4359 "markdown",
 4360 "pretty_assertions",
 4361 "project",
 4362 "rand 0.8.5",
 4363 "serde",
 4364 "serde_json",
 4365 "settings",
 4366 "text",
 4367 "theme",
 4368 "ui",
 4369 "unindent",
 4370 "util",
 4371 "workspace",
 4372 "workspace-hack",
 4373]
 4374
 4375[[package]]
 4376name = "dialoguer"
 4377version = "0.11.0"
 4378source = "registry+https://github.com/rust-lang/crates.io-index"
 4379checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4380dependencies = [
 4381 "console",
 4382 "fuzzy-matcher",
 4383 "shell-words",
 4384 "tempfile",
 4385 "thiserror 1.0.69",
 4386 "zeroize",
 4387]
 4388
 4389[[package]]
 4390name = "diff"
 4391version = "0.1.13"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4394
 4395[[package]]
 4396name = "digest"
 4397version = "0.10.7"
 4398source = "registry+https://github.com/rust-lang/crates.io-index"
 4399checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4400dependencies = [
 4401 "block-buffer",
 4402 "const-oid",
 4403 "crypto-common",
 4404 "subtle",
 4405]
 4406
 4407[[package]]
 4408name = "dirs"
 4409version = "4.0.0"
 4410source = "registry+https://github.com/rust-lang/crates.io-index"
 4411checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4412dependencies = [
 4413 "dirs-sys 0.3.7",
 4414]
 4415
 4416[[package]]
 4417name = "dirs"
 4418version = "5.0.1"
 4419source = "registry+https://github.com/rust-lang/crates.io-index"
 4420checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4421dependencies = [
 4422 "dirs-sys 0.4.1",
 4423]
 4424
 4425[[package]]
 4426name = "dirs"
 4427version = "6.0.0"
 4428source = "registry+https://github.com/rust-lang/crates.io-index"
 4429checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4430dependencies = [
 4431 "dirs-sys 0.5.0",
 4432]
 4433
 4434[[package]]
 4435name = "dirs-sys"
 4436version = "0.3.7"
 4437source = "registry+https://github.com/rust-lang/crates.io-index"
 4438checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4439dependencies = [
 4440 "libc",
 4441 "redox_users 0.4.6",
 4442 "winapi",
 4443]
 4444
 4445[[package]]
 4446name = "dirs-sys"
 4447version = "0.4.1"
 4448source = "registry+https://github.com/rust-lang/crates.io-index"
 4449checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4450dependencies = [
 4451 "libc",
 4452 "option-ext",
 4453 "redox_users 0.4.6",
 4454 "windows-sys 0.48.0",
 4455]
 4456
 4457[[package]]
 4458name = "dirs-sys"
 4459version = "0.5.0"
 4460source = "registry+https://github.com/rust-lang/crates.io-index"
 4461checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4462dependencies = [
 4463 "libc",
 4464 "option-ext",
 4465 "redox_users 0.5.0",
 4466 "windows-sys 0.59.0",
 4467]
 4468
 4469[[package]]
 4470name = "dispatch"
 4471version = "0.2.0"
 4472source = "registry+https://github.com/rust-lang/crates.io-index"
 4473checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4474
 4475[[package]]
 4476name = "dispatch2"
 4477version = "0.3.0"
 4478source = "registry+https://github.com/rust-lang/crates.io-index"
 4479checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4480dependencies = [
 4481 "bitflags 2.9.0",
 4482 "objc2",
 4483]
 4484
 4485[[package]]
 4486name = "displaydoc"
 4487version = "0.2.5"
 4488source = "registry+https://github.com/rust-lang/crates.io-index"
 4489checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4490dependencies = [
 4491 "proc-macro2",
 4492 "quote",
 4493 "syn 2.0.101",
 4494]
 4495
 4496[[package]]
 4497name = "dlib"
 4498version = "0.5.2"
 4499source = "registry+https://github.com/rust-lang/crates.io-index"
 4500checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4501dependencies = [
 4502 "libloading",
 4503]
 4504
 4505[[package]]
 4506name = "docs_preprocessor"
 4507version = "0.1.0"
 4508dependencies = [
 4509 "anyhow",
 4510 "clap",
 4511 "mdbook",
 4512 "regex",
 4513 "serde",
 4514 "serde_json",
 4515 "settings",
 4516 "util",
 4517 "workspace-hack",
 4518]
 4519
 4520[[package]]
 4521name = "documented"
 4522version = "0.9.1"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4525dependencies = [
 4526 "documented-macros",
 4527 "phf",
 4528 "thiserror 1.0.69",
 4529]
 4530
 4531[[package]]
 4532name = "documented-macros"
 4533version = "0.9.1"
 4534source = "registry+https://github.com/rust-lang/crates.io-index"
 4535checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4536dependencies = [
 4537 "convert_case 0.6.0",
 4538 "itertools 0.13.0",
 4539 "optfield",
 4540 "proc-macro2",
 4541 "quote",
 4542 "strum 0.26.3",
 4543 "syn 2.0.101",
 4544]
 4545
 4546[[package]]
 4547name = "dotenv"
 4548version = "0.15.0"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4551
 4552[[package]]
 4553name = "dotenvy"
 4554version = "0.15.7"
 4555source = "registry+https://github.com/rust-lang/crates.io-index"
 4556checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4557
 4558[[package]]
 4559name = "downcast-rs"
 4560version = "1.2.1"
 4561source = "registry+https://github.com/rust-lang/crates.io-index"
 4562checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4563
 4564[[package]]
 4565name = "doxygen-rs"
 4566version = "0.4.2"
 4567source = "registry+https://github.com/rust-lang/crates.io-index"
 4568checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4569dependencies = [
 4570 "phf",
 4571]
 4572
 4573[[package]]
 4574name = "dtoa"
 4575version = "1.0.10"
 4576source = "registry+https://github.com/rust-lang/crates.io-index"
 4577checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4578
 4579[[package]]
 4580name = "dtoa-short"
 4581version = "0.3.5"
 4582source = "registry+https://github.com/rust-lang/crates.io-index"
 4583checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4584dependencies = [
 4585 "dtoa",
 4586]
 4587
 4588[[package]]
 4589name = "dtor"
 4590version = "0.0.6"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4593dependencies = [
 4594 "dtor-proc-macro",
 4595]
 4596
 4597[[package]]
 4598name = "dtor-proc-macro"
 4599version = "0.0.5"
 4600source = "registry+https://github.com/rust-lang/crates.io-index"
 4601checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4602
 4603[[package]]
 4604name = "dunce"
 4605version = "1.0.5"
 4606source = "registry+https://github.com/rust-lang/crates.io-index"
 4607checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4608
 4609[[package]]
 4610name = "dwrote"
 4611version = "0.11.3"
 4612source = "registry+https://github.com/rust-lang/crates.io-index"
 4613checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4614dependencies = [
 4615 "lazy_static",
 4616 "libc",
 4617 "winapi",
 4618 "wio",
 4619]
 4620
 4621[[package]]
 4622name = "dyn-clone"
 4623version = "1.0.19"
 4624source = "registry+https://github.com/rust-lang/crates.io-index"
 4625checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4626
 4627[[package]]
 4628name = "ec4rs"
 4629version = "1.2.0"
 4630source = "registry+https://github.com/rust-lang/crates.io-index"
 4631checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4632
 4633[[package]]
 4634name = "ecdsa"
 4635version = "0.14.8"
 4636source = "registry+https://github.com/rust-lang/crates.io-index"
 4637checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4638dependencies = [
 4639 "der 0.6.1",
 4640 "elliptic-curve",
 4641 "rfc6979",
 4642 "signature 1.6.4",
 4643]
 4644
 4645[[package]]
 4646name = "editor"
 4647version = "0.1.0"
 4648dependencies = [
 4649 "aho-corasick",
 4650 "anyhow",
 4651 "assets",
 4652 "buffer_diff",
 4653 "client",
 4654 "clock",
 4655 "collections",
 4656 "command_palette_hooks",
 4657 "convert_case 0.8.0",
 4658 "ctor",
 4659 "db",
 4660 "emojis",
 4661 "env_logger 0.11.8",
 4662 "feature_flags",
 4663 "file_icons",
 4664 "fs",
 4665 "futures 0.3.31",
 4666 "fuzzy",
 4667 "git",
 4668 "gpui",
 4669 "http_client",
 4670 "indoc",
 4671 "inline_completion",
 4672 "itertools 0.14.0",
 4673 "language",
 4674 "languages",
 4675 "linkify",
 4676 "log",
 4677 "lsp",
 4678 "markdown",
 4679 "menu",
 4680 "multi_buffer",
 4681 "ordered-float 2.10.1",
 4682 "parking_lot",
 4683 "pretty_assertions",
 4684 "project",
 4685 "rand 0.8.5",
 4686 "release_channel",
 4687 "rpc",
 4688 "schemars",
 4689 "serde",
 4690 "serde_json",
 4691 "settings",
 4692 "smallvec",
 4693 "smol",
 4694 "snippet",
 4695 "sum_tree",
 4696 "task",
 4697 "telemetry",
 4698 "tempfile",
 4699 "text",
 4700 "theme",
 4701 "time",
 4702 "tree-sitter-html",
 4703 "tree-sitter-python",
 4704 "tree-sitter-rust",
 4705 "tree-sitter-typescript",
 4706 "ui",
 4707 "unicode-script",
 4708 "unicode-segmentation",
 4709 "unindent",
 4710 "url",
 4711 "util",
 4712 "uuid",
 4713 "workspace",
 4714 "workspace-hack",
 4715 "zed_actions",
 4716]
 4717
 4718[[package]]
 4719name = "either"
 4720version = "1.15.0"
 4721source = "registry+https://github.com/rust-lang/crates.io-index"
 4722checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4723dependencies = [
 4724 "serde",
 4725]
 4726
 4727[[package]]
 4728name = "elasticlunr-rs"
 4729version = "3.0.2"
 4730source = "registry+https://github.com/rust-lang/crates.io-index"
 4731checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4732dependencies = [
 4733 "regex",
 4734 "serde",
 4735 "serde_derive",
 4736 "serde_json",
 4737]
 4738
 4739[[package]]
 4740name = "elliptic-curve"
 4741version = "0.12.3"
 4742source = "registry+https://github.com/rust-lang/crates.io-index"
 4743checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4744dependencies = [
 4745 "base16ct",
 4746 "crypto-bigint 0.4.9",
 4747 "der 0.6.1",
 4748 "digest",
 4749 "ff",
 4750 "generic-array",
 4751 "group",
 4752 "pkcs8 0.9.0",
 4753 "rand_core 0.6.4",
 4754 "sec1",
 4755 "subtle",
 4756 "zeroize",
 4757]
 4758
 4759[[package]]
 4760name = "email_address"
 4761version = "0.2.9"
 4762source = "registry+https://github.com/rust-lang/crates.io-index"
 4763checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4764dependencies = [
 4765 "serde",
 4766]
 4767
 4768[[package]]
 4769name = "embed-resource"
 4770version = "3.0.2"
 4771source = "registry+https://github.com/rust-lang/crates.io-index"
 4772checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4773dependencies = [
 4774 "cc",
 4775 "memchr",
 4776 "rustc_version",
 4777 "toml 0.8.20",
 4778 "vswhom",
 4779 "winreg 0.52.0",
 4780]
 4781
 4782[[package]]
 4783name = "embedded-io"
 4784version = "0.4.0"
 4785source = "registry+https://github.com/rust-lang/crates.io-index"
 4786checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4787
 4788[[package]]
 4789name = "embedded-io"
 4790version = "0.6.1"
 4791source = "registry+https://github.com/rust-lang/crates.io-index"
 4792checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4793
 4794[[package]]
 4795name = "emojis"
 4796version = "0.6.4"
 4797source = "registry+https://github.com/rust-lang/crates.io-index"
 4798checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4799dependencies = [
 4800 "phf",
 4801]
 4802
 4803[[package]]
 4804name = "encode_unicode"
 4805version = "1.0.0"
 4806source = "registry+https://github.com/rust-lang/crates.io-index"
 4807checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4808
 4809[[package]]
 4810name = "encoding_rs"
 4811version = "0.8.35"
 4812source = "registry+https://github.com/rust-lang/crates.io-index"
 4813checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4814dependencies = [
 4815 "cfg-if",
 4816]
 4817
 4818[[package]]
 4819name = "endi"
 4820version = "1.1.0"
 4821source = "registry+https://github.com/rust-lang/crates.io-index"
 4822checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4823
 4824[[package]]
 4825name = "enumflags2"
 4826version = "0.7.11"
 4827source = "registry+https://github.com/rust-lang/crates.io-index"
 4828checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4829dependencies = [
 4830 "enumflags2_derive",
 4831 "serde",
 4832]
 4833
 4834[[package]]
 4835name = "enumflags2_derive"
 4836version = "0.7.11"
 4837source = "registry+https://github.com/rust-lang/crates.io-index"
 4838checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4839dependencies = [
 4840 "proc-macro2",
 4841 "quote",
 4842 "syn 2.0.101",
 4843]
 4844
 4845[[package]]
 4846name = "env_filter"
 4847version = "0.1.3"
 4848source = "registry+https://github.com/rust-lang/crates.io-index"
 4849checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4850dependencies = [
 4851 "log",
 4852 "regex",
 4853]
 4854
 4855[[package]]
 4856name = "env_logger"
 4857version = "0.10.2"
 4858source = "registry+https://github.com/rust-lang/crates.io-index"
 4859checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4860dependencies = [
 4861 "humantime",
 4862 "is-terminal",
 4863 "log",
 4864 "regex",
 4865 "termcolor",
 4866]
 4867
 4868[[package]]
 4869name = "env_logger"
 4870version = "0.11.8"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4873dependencies = [
 4874 "anstream",
 4875 "anstyle",
 4876 "env_filter",
 4877 "jiff",
 4878 "log",
 4879]
 4880
 4881[[package]]
 4882name = "envy"
 4883version = "0.4.2"
 4884source = "registry+https://github.com/rust-lang/crates.io-index"
 4885checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4886dependencies = [
 4887 "serde",
 4888]
 4889
 4890[[package]]
 4891name = "equivalent"
 4892version = "1.0.2"
 4893source = "registry+https://github.com/rust-lang/crates.io-index"
 4894checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4895
 4896[[package]]
 4897name = "erased-serde"
 4898version = "0.4.6"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4901dependencies = [
 4902 "serde",
 4903 "typeid",
 4904]
 4905
 4906[[package]]
 4907name = "errno"
 4908version = "0.2.8"
 4909source = "registry+https://github.com/rust-lang/crates.io-index"
 4910checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4911dependencies = [
 4912 "errno-dragonfly",
 4913 "libc",
 4914 "winapi",
 4915]
 4916
 4917[[package]]
 4918name = "errno"
 4919version = "0.3.11"
 4920source = "registry+https://github.com/rust-lang/crates.io-index"
 4921checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4922dependencies = [
 4923 "libc",
 4924 "windows-sys 0.59.0",
 4925]
 4926
 4927[[package]]
 4928name = "errno-dragonfly"
 4929version = "0.1.2"
 4930source = "registry+https://github.com/rust-lang/crates.io-index"
 4931checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4932dependencies = [
 4933 "cc",
 4934 "libc",
 4935]
 4936
 4937[[package]]
 4938name = "etagere"
 4939version = "0.2.15"
 4940source = "registry+https://github.com/rust-lang/crates.io-index"
 4941checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4942dependencies = [
 4943 "euclid",
 4944 "svg_fmt",
 4945]
 4946
 4947[[package]]
 4948name = "etcetera"
 4949version = "0.8.0"
 4950source = "registry+https://github.com/rust-lang/crates.io-index"
 4951checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4952dependencies = [
 4953 "cfg-if",
 4954 "home",
 4955 "windows-sys 0.48.0",
 4956]
 4957
 4958[[package]]
 4959name = "euclid"
 4960version = "0.22.11"
 4961source = "registry+https://github.com/rust-lang/crates.io-index"
 4962checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4963dependencies = [
 4964 "num-traits",
 4965]
 4966
 4967[[package]]
 4968name = "eval"
 4969version = "0.1.0"
 4970dependencies = [
 4971 "agent",
 4972 "anyhow",
 4973 "assistant_settings",
 4974 "assistant_tool",
 4975 "assistant_tools",
 4976 "async-trait",
 4977 "async-watch",
 4978 "buffer_diff",
 4979 "chrono",
 4980 "clap",
 4981 "client",
 4982 "collections",
 4983 "debug_adapter_extension",
 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 "criterion",
 5140 "ctor",
 5141 "dap",
 5142 "env_logger 0.11.8",
 5143 "extension",
 5144 "fs",
 5145 "futures 0.3.31",
 5146 "gpui",
 5147 "http_client",
 5148 "language",
 5149 "language_extension",
 5150 "log",
 5151 "lsp",
 5152 "node_runtime",
 5153 "parking_lot",
 5154 "paths",
 5155 "project",
 5156 "rand 0.8.5",
 5157 "release_channel",
 5158 "remote",
 5159 "reqwest_client",
 5160 "schemars",
 5161 "semantic_version",
 5162 "serde",
 5163 "serde_json",
 5164 "serde_json_lenient",
 5165 "settings",
 5166 "task",
 5167 "telemetry",
 5168 "tempfile",
 5169 "theme",
 5170 "theme_extension",
 5171 "toml 0.8.20",
 5172 "url",
 5173 "util",
 5174 "wasmparser 0.221.3",
 5175 "wasmtime",
 5176 "wasmtime-wasi",
 5177 "workspace-hack",
 5178]
 5179
 5180[[package]]
 5181name = "extensions_ui"
 5182version = "0.1.0"
 5183dependencies = [
 5184 "anyhow",
 5185 "client",
 5186 "collections",
 5187 "db",
 5188 "editor",
 5189 "extension",
 5190 "extension_host",
 5191 "fs",
 5192 "fuzzy",
 5193 "gpui",
 5194 "language",
 5195 "log",
 5196 "num-format",
 5197 "picker",
 5198 "project",
 5199 "release_channel",
 5200 "semantic_version",
 5201 "serde",
 5202 "settings",
 5203 "smallvec",
 5204 "strum 0.27.1",
 5205 "telemetry",
 5206 "theme",
 5207 "ui",
 5208 "util",
 5209 "vim_mode_setting",
 5210 "workspace",
 5211 "workspace-hack",
 5212 "zed_actions",
 5213]
 5214
 5215[[package]]
 5216name = "fallible-iterator"
 5217version = "0.3.0"
 5218source = "registry+https://github.com/rust-lang/crates.io-index"
 5219checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5220
 5221[[package]]
 5222name = "fancy-regex"
 5223version = "0.13.0"
 5224source = "registry+https://github.com/rust-lang/crates.io-index"
 5225checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5226dependencies = [
 5227 "bit-set 0.5.3",
 5228 "regex-automata 0.4.9",
 5229 "regex-syntax 0.8.5",
 5230]
 5231
 5232[[package]]
 5233name = "fancy-regex"
 5234version = "0.14.0"
 5235source = "registry+https://github.com/rust-lang/crates.io-index"
 5236checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5237dependencies = [
 5238 "bit-set 0.8.0",
 5239 "regex-automata 0.4.9",
 5240 "regex-syntax 0.8.5",
 5241]
 5242
 5243[[package]]
 5244name = "fast-srgb8"
 5245version = "1.0.0"
 5246source = "registry+https://github.com/rust-lang/crates.io-index"
 5247checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5248
 5249[[package]]
 5250name = "faster-hex"
 5251version = "0.9.0"
 5252source = "registry+https://github.com/rust-lang/crates.io-index"
 5253checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5254dependencies = [
 5255 "serde",
 5256]
 5257
 5258[[package]]
 5259name = "faster-hex"
 5260version = "0.10.0"
 5261source = "registry+https://github.com/rust-lang/crates.io-index"
 5262checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5263dependencies = [
 5264 "heapless",
 5265 "serde",
 5266]
 5267
 5268[[package]]
 5269name = "fastrand"
 5270version = "1.9.0"
 5271source = "registry+https://github.com/rust-lang/crates.io-index"
 5272checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5273dependencies = [
 5274 "instant",
 5275]
 5276
 5277[[package]]
 5278name = "fastrand"
 5279version = "2.3.0"
 5280source = "registry+https://github.com/rust-lang/crates.io-index"
 5281checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5282
 5283[[package]]
 5284name = "fd-lock"
 5285version = "4.0.4"
 5286source = "registry+https://github.com/rust-lang/crates.io-index"
 5287checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5288dependencies = [
 5289 "cfg-if",
 5290 "rustix 1.0.7",
 5291 "windows-sys 0.59.0",
 5292]
 5293
 5294[[package]]
 5295name = "fdeflate"
 5296version = "0.3.7"
 5297source = "registry+https://github.com/rust-lang/crates.io-index"
 5298checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5299dependencies = [
 5300 "simd-adler32",
 5301]
 5302
 5303[[package]]
 5304name = "feature_flags"
 5305version = "0.1.0"
 5306dependencies = [
 5307 "futures 0.3.31",
 5308 "gpui",
 5309 "smol",
 5310 "workspace-hack",
 5311]
 5312
 5313[[package]]
 5314name = "feedback"
 5315version = "0.1.0"
 5316dependencies = [
 5317 "client",
 5318 "editor",
 5319 "gpui",
 5320 "human_bytes",
 5321 "menu",
 5322 "release_channel",
 5323 "serde",
 5324 "sysinfo",
 5325 "ui",
 5326 "urlencoding",
 5327 "util",
 5328 "workspace",
 5329 "workspace-hack",
 5330 "zed_actions",
 5331]
 5332
 5333[[package]]
 5334name = "ff"
 5335version = "0.12.1"
 5336source = "registry+https://github.com/rust-lang/crates.io-index"
 5337checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5338dependencies = [
 5339 "rand_core 0.6.4",
 5340 "subtle",
 5341]
 5342
 5343[[package]]
 5344name = "file_finder"
 5345version = "0.1.0"
 5346dependencies = [
 5347 "anyhow",
 5348 "collections",
 5349 "ctor",
 5350 "editor",
 5351 "env_logger 0.11.8",
 5352 "file_icons",
 5353 "futures 0.3.31",
 5354 "fuzzy",
 5355 "gpui",
 5356 "language",
 5357 "menu",
 5358 "picker",
 5359 "project",
 5360 "schemars",
 5361 "serde",
 5362 "serde_derive",
 5363 "serde_json",
 5364 "settings",
 5365 "text",
 5366 "theme",
 5367 "ui",
 5368 "util",
 5369 "workspace",
 5370 "workspace-hack",
 5371]
 5372
 5373[[package]]
 5374name = "file_icons"
 5375version = "0.1.0"
 5376dependencies = [
 5377 "gpui",
 5378 "serde",
 5379 "settings",
 5380 "theme",
 5381 "util",
 5382 "workspace-hack",
 5383]
 5384
 5385[[package]]
 5386name = "filedescriptor"
 5387version = "0.8.3"
 5388source = "registry+https://github.com/rust-lang/crates.io-index"
 5389checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5390dependencies = [
 5391 "libc",
 5392 "thiserror 1.0.69",
 5393 "winapi",
 5394]
 5395
 5396[[package]]
 5397name = "filetime"
 5398version = "0.2.25"
 5399source = "registry+https://github.com/rust-lang/crates.io-index"
 5400checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5401dependencies = [
 5402 "cfg-if",
 5403 "libc",
 5404 "libredox",
 5405 "windows-sys 0.59.0",
 5406]
 5407
 5408[[package]]
 5409name = "fixedbitset"
 5410version = "0.4.2"
 5411source = "registry+https://github.com/rust-lang/crates.io-index"
 5412checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5413
 5414[[package]]
 5415name = "flate2"
 5416version = "1.1.1"
 5417source = "registry+https://github.com/rust-lang/crates.io-index"
 5418checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5419dependencies = [
 5420 "crc32fast",
 5421 "libz-rs-sys",
 5422 "miniz_oxide",
 5423]
 5424
 5425[[package]]
 5426name = "float-cmp"
 5427version = "0.9.0"
 5428source = "registry+https://github.com/rust-lang/crates.io-index"
 5429checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5430
 5431[[package]]
 5432name = "float-ord"
 5433version = "0.3.2"
 5434source = "registry+https://github.com/rust-lang/crates.io-index"
 5435checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5436
 5437[[package]]
 5438name = "float_next_after"
 5439version = "1.0.0"
 5440source = "registry+https://github.com/rust-lang/crates.io-index"
 5441checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5442
 5443[[package]]
 5444name = "fluent-uri"
 5445version = "0.3.2"
 5446source = "registry+https://github.com/rust-lang/crates.io-index"
 5447checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5448dependencies = [
 5449 "borrow-or-share",
 5450 "ref-cast",
 5451 "serde",
 5452]
 5453
 5454[[package]]
 5455name = "flume"
 5456version = "0.11.1"
 5457source = "registry+https://github.com/rust-lang/crates.io-index"
 5458checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5459dependencies = [
 5460 "futures-core",
 5461 "futures-sink",
 5462 "nanorand",
 5463 "spin",
 5464]
 5465
 5466[[package]]
 5467name = "fnv"
 5468version = "1.0.7"
 5469source = "registry+https://github.com/rust-lang/crates.io-index"
 5470checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5471
 5472[[package]]
 5473name = "foldhash"
 5474version = "0.1.5"
 5475source = "registry+https://github.com/rust-lang/crates.io-index"
 5476checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5477
 5478[[package]]
 5479name = "font-kit"
 5480version = "0.14.1"
 5481source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5482dependencies = [
 5483 "bitflags 2.9.0",
 5484 "byteorder",
 5485 "core-foundation 0.10.0",
 5486 "core-graphics 0.24.0",
 5487 "core-text",
 5488 "dirs 5.0.1",
 5489 "dwrote",
 5490 "float-ord",
 5491 "freetype-sys",
 5492 "lazy_static",
 5493 "libc",
 5494 "log",
 5495 "pathfinder_geometry",
 5496 "pathfinder_simd",
 5497 "walkdir",
 5498 "winapi",
 5499 "yeslogic-fontconfig-sys",
 5500]
 5501
 5502[[package]]
 5503name = "font-types"
 5504version = "0.8.4"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5507dependencies = [
 5508 "bytemuck",
 5509]
 5510
 5511[[package]]
 5512name = "fontconfig-parser"
 5513version = "0.5.7"
 5514source = "registry+https://github.com/rust-lang/crates.io-index"
 5515checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5516dependencies = [
 5517 "roxmltree",
 5518]
 5519
 5520[[package]]
 5521name = "fontdb"
 5522version = "0.16.2"
 5523source = "registry+https://github.com/rust-lang/crates.io-index"
 5524checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5525dependencies = [
 5526 "fontconfig-parser",
 5527 "log",
 5528 "memmap2",
 5529 "slotmap",
 5530 "tinyvec",
 5531 "ttf-parser 0.20.0",
 5532]
 5533
 5534[[package]]
 5535name = "fontdb"
 5536version = "0.23.0"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5539dependencies = [
 5540 "fontconfig-parser",
 5541 "log",
 5542 "memmap2",
 5543 "slotmap",
 5544 "tinyvec",
 5545 "ttf-parser 0.25.1",
 5546]
 5547
 5548[[package]]
 5549name = "foreign-types"
 5550version = "0.3.2"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5553dependencies = [
 5554 "foreign-types-shared 0.1.1",
 5555]
 5556
 5557[[package]]
 5558name = "foreign-types"
 5559version = "0.5.0"
 5560source = "registry+https://github.com/rust-lang/crates.io-index"
 5561checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5562dependencies = [
 5563 "foreign-types-macros",
 5564 "foreign-types-shared 0.3.1",
 5565]
 5566
 5567[[package]]
 5568name = "foreign-types-macros"
 5569version = "0.2.3"
 5570source = "registry+https://github.com/rust-lang/crates.io-index"
 5571checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5572dependencies = [
 5573 "proc-macro2",
 5574 "quote",
 5575 "syn 2.0.101",
 5576]
 5577
 5578[[package]]
 5579name = "foreign-types-shared"
 5580version = "0.1.1"
 5581source = "registry+https://github.com/rust-lang/crates.io-index"
 5582checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5583
 5584[[package]]
 5585name = "foreign-types-shared"
 5586version = "0.3.1"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5589
 5590[[package]]
 5591name = "fork"
 5592version = "0.2.0"
 5593source = "registry+https://github.com/rust-lang/crates.io-index"
 5594checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5595dependencies = [
 5596 "libc",
 5597]
 5598
 5599[[package]]
 5600name = "form_urlencoded"
 5601version = "1.2.1"
 5602source = "registry+https://github.com/rust-lang/crates.io-index"
 5603checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5604dependencies = [
 5605 "percent-encoding",
 5606]
 5607
 5608[[package]]
 5609name = "fraction"
 5610version = "0.15.3"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5613dependencies = [
 5614 "lazy_static",
 5615 "num",
 5616]
 5617
 5618[[package]]
 5619name = "freetype-sys"
 5620version = "0.20.1"
 5621source = "registry+https://github.com/rust-lang/crates.io-index"
 5622checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5623dependencies = [
 5624 "cc",
 5625 "libc",
 5626 "pkg-config",
 5627]
 5628
 5629[[package]]
 5630name = "fs"
 5631version = "0.1.0"
 5632dependencies = [
 5633 "anyhow",
 5634 "ashpd",
 5635 "async-tar",
 5636 "async-trait",
 5637 "cocoa 0.26.0",
 5638 "collections",
 5639 "fsevent",
 5640 "futures 0.3.31",
 5641 "git",
 5642 "gpui",
 5643 "ignore",
 5644 "libc",
 5645 "log",
 5646 "notify",
 5647 "objc",
 5648 "parking_lot",
 5649 "paths",
 5650 "proto",
 5651 "rope",
 5652 "serde",
 5653 "serde_json",
 5654 "smol",
 5655 "tempfile",
 5656 "text",
 5657 "time",
 5658 "util",
 5659 "windows 0.61.1",
 5660 "workspace-hack",
 5661]
 5662
 5663[[package]]
 5664name = "fs-set-times"
 5665version = "0.20.3"
 5666source = "registry+https://github.com/rust-lang/crates.io-index"
 5667checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5668dependencies = [
 5669 "io-lifetimes",
 5670 "rustix 1.0.7",
 5671 "windows-sys 0.59.0",
 5672]
 5673
 5674[[package]]
 5675name = "fs2"
 5676version = "0.4.3"
 5677source = "registry+https://github.com/rust-lang/crates.io-index"
 5678checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5679dependencies = [
 5680 "libc",
 5681 "winapi",
 5682]
 5683
 5684[[package]]
 5685name = "fs_extra"
 5686version = "1.3.0"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5689
 5690[[package]]
 5691name = "fsevent"
 5692version = "0.1.0"
 5693dependencies = [
 5694 "bitflags 2.9.0",
 5695 "core-foundation 0.10.0",
 5696 "fsevent-sys 3.1.0",
 5697 "parking_lot",
 5698 "tempfile",
 5699 "workspace-hack",
 5700]
 5701
 5702[[package]]
 5703name = "fsevent-sys"
 5704version = "3.1.0"
 5705source = "registry+https://github.com/rust-lang/crates.io-index"
 5706checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5707dependencies = [
 5708 "libc",
 5709]
 5710
 5711[[package]]
 5712name = "fsevent-sys"
 5713version = "4.1.0"
 5714source = "registry+https://github.com/rust-lang/crates.io-index"
 5715checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5716dependencies = [
 5717 "libc",
 5718]
 5719
 5720[[package]]
 5721name = "funty"
 5722version = "2.0.0"
 5723source = "registry+https://github.com/rust-lang/crates.io-index"
 5724checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5725
 5726[[package]]
 5727name = "futf"
 5728version = "0.1.5"
 5729source = "registry+https://github.com/rust-lang/crates.io-index"
 5730checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5731dependencies = [
 5732 "mac",
 5733 "new_debug_unreachable",
 5734]
 5735
 5736[[package]]
 5737name = "futures"
 5738version = "0.1.31"
 5739source = "registry+https://github.com/rust-lang/crates.io-index"
 5740checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5741
 5742[[package]]
 5743name = "futures"
 5744version = "0.3.31"
 5745source = "registry+https://github.com/rust-lang/crates.io-index"
 5746checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5747dependencies = [
 5748 "futures-channel",
 5749 "futures-core",
 5750 "futures-executor",
 5751 "futures-io",
 5752 "futures-sink",
 5753 "futures-task",
 5754 "futures-util",
 5755]
 5756
 5757[[package]]
 5758name = "futures-batch"
 5759version = "0.6.1"
 5760source = "registry+https://github.com/rust-lang/crates.io-index"
 5761checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5762dependencies = [
 5763 "futures 0.3.31",
 5764 "futures-timer",
 5765 "pin-utils",
 5766]
 5767
 5768[[package]]
 5769name = "futures-channel"
 5770version = "0.3.31"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5773dependencies = [
 5774 "futures-core",
 5775 "futures-sink",
 5776]
 5777
 5778[[package]]
 5779name = "futures-core"
 5780version = "0.3.31"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5783
 5784[[package]]
 5785name = "futures-executor"
 5786version = "0.3.31"
 5787source = "registry+https://github.com/rust-lang/crates.io-index"
 5788checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5789dependencies = [
 5790 "futures-core",
 5791 "futures-task",
 5792 "futures-util",
 5793]
 5794
 5795[[package]]
 5796name = "futures-intrusive"
 5797version = "0.5.0"
 5798source = "registry+https://github.com/rust-lang/crates.io-index"
 5799checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5800dependencies = [
 5801 "futures-core",
 5802 "lock_api",
 5803 "parking_lot",
 5804]
 5805
 5806[[package]]
 5807name = "futures-io"
 5808version = "0.3.31"
 5809source = "registry+https://github.com/rust-lang/crates.io-index"
 5810checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5811
 5812[[package]]
 5813name = "futures-lite"
 5814version = "1.13.0"
 5815source = "registry+https://github.com/rust-lang/crates.io-index"
 5816checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5817dependencies = [
 5818 "fastrand 1.9.0",
 5819 "futures-core",
 5820 "futures-io",
 5821 "memchr",
 5822 "parking",
 5823 "pin-project-lite",
 5824 "waker-fn",
 5825]
 5826
 5827[[package]]
 5828name = "futures-lite"
 5829version = "2.6.0"
 5830source = "registry+https://github.com/rust-lang/crates.io-index"
 5831checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5832dependencies = [
 5833 "fastrand 2.3.0",
 5834 "futures-core",
 5835 "futures-io",
 5836 "parking",
 5837 "pin-project-lite",
 5838]
 5839
 5840[[package]]
 5841name = "futures-macro"
 5842version = "0.3.31"
 5843source = "registry+https://github.com/rust-lang/crates.io-index"
 5844checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5845dependencies = [
 5846 "proc-macro2",
 5847 "quote",
 5848 "syn 2.0.101",
 5849]
 5850
 5851[[package]]
 5852name = "futures-sink"
 5853version = "0.3.31"
 5854source = "registry+https://github.com/rust-lang/crates.io-index"
 5855checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5856
 5857[[package]]
 5858name = "futures-task"
 5859version = "0.3.31"
 5860source = "registry+https://github.com/rust-lang/crates.io-index"
 5861checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5862
 5863[[package]]
 5864name = "futures-timer"
 5865version = "3.0.3"
 5866source = "registry+https://github.com/rust-lang/crates.io-index"
 5867checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5868
 5869[[package]]
 5870name = "futures-util"
 5871version = "0.3.31"
 5872source = "registry+https://github.com/rust-lang/crates.io-index"
 5873checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5874dependencies = [
 5875 "futures 0.1.31",
 5876 "futures-channel",
 5877 "futures-core",
 5878 "futures-io",
 5879 "futures-macro",
 5880 "futures-sink",
 5881 "futures-task",
 5882 "memchr",
 5883 "pin-project-lite",
 5884 "pin-utils",
 5885 "slab",
 5886 "tokio-io",
 5887]
 5888
 5889[[package]]
 5890name = "fuzzy"
 5891version = "0.1.0"
 5892dependencies = [
 5893 "gpui",
 5894 "log",
 5895 "util",
 5896 "workspace-hack",
 5897]
 5898
 5899[[package]]
 5900name = "fuzzy-matcher"
 5901version = "0.3.7"
 5902source = "registry+https://github.com/rust-lang/crates.io-index"
 5903checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5904dependencies = [
 5905 "thread_local",
 5906]
 5907
 5908[[package]]
 5909name = "generic-array"
 5910version = "0.14.7"
 5911source = "registry+https://github.com/rust-lang/crates.io-index"
 5912checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5913dependencies = [
 5914 "typenum",
 5915 "version_check",
 5916]
 5917
 5918[[package]]
 5919name = "gethostname"
 5920version = "0.4.3"
 5921source = "registry+https://github.com/rust-lang/crates.io-index"
 5922checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5923dependencies = [
 5924 "libc",
 5925 "windows-targets 0.48.5",
 5926]
 5927
 5928[[package]]
 5929name = "getrandom"
 5930version = "0.1.16"
 5931source = "registry+https://github.com/rust-lang/crates.io-index"
 5932checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5933dependencies = [
 5934 "cfg-if",
 5935 "libc",
 5936 "wasi 0.9.0+wasi-snapshot-preview1",
 5937]
 5938
 5939[[package]]
 5940name = "getrandom"
 5941version = "0.2.15"
 5942source = "registry+https://github.com/rust-lang/crates.io-index"
 5943checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5944dependencies = [
 5945 "cfg-if",
 5946 "js-sys",
 5947 "libc",
 5948 "wasi 0.11.0+wasi-snapshot-preview1",
 5949 "wasm-bindgen",
 5950]
 5951
 5952[[package]]
 5953name = "getrandom"
 5954version = "0.3.2"
 5955source = "registry+https://github.com/rust-lang/crates.io-index"
 5956checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5957dependencies = [
 5958 "cfg-if",
 5959 "js-sys",
 5960 "libc",
 5961 "r-efi",
 5962 "wasi 0.14.2+wasi-0.2.4",
 5963 "wasm-bindgen",
 5964]
 5965
 5966[[package]]
 5967name = "gif"
 5968version = "0.13.1"
 5969source = "registry+https://github.com/rust-lang/crates.io-index"
 5970checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5971dependencies = [
 5972 "color_quant",
 5973 "weezl",
 5974]
 5975
 5976[[package]]
 5977name = "gimli"
 5978version = "0.31.1"
 5979source = "registry+https://github.com/rust-lang/crates.io-index"
 5980checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5981dependencies = [
 5982 "fallible-iterator",
 5983 "indexmap",
 5984 "stable_deref_trait",
 5985]
 5986
 5987[[package]]
 5988name = "git"
 5989version = "0.1.0"
 5990dependencies = [
 5991 "anyhow",
 5992 "askpass",
 5993 "async-trait",
 5994 "collections",
 5995 "derive_more",
 5996 "futures 0.3.31",
 5997 "git2",
 5998 "gpui",
 5999 "http_client",
 6000 "log",
 6001 "parking_lot",
 6002 "pretty_assertions",
 6003 "regex",
 6004 "rope",
 6005 "schemars",
 6006 "serde",
 6007 "serde_json",
 6008 "smol",
 6009 "sum_tree",
 6010 "tempfile",
 6011 "text",
 6012 "thiserror 2.0.12",
 6013 "time",
 6014 "unindent",
 6015 "url",
 6016 "util",
 6017 "uuid",
 6018 "workspace-hack",
 6019]
 6020
 6021[[package]]
 6022name = "git2"
 6023version = "0.20.1"
 6024source = "registry+https://github.com/rust-lang/crates.io-index"
 6025checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6026dependencies = [
 6027 "bitflags 2.9.0",
 6028 "libc",
 6029 "libgit2-sys",
 6030 "log",
 6031 "url",
 6032]
 6033
 6034[[package]]
 6035name = "git_hosting_providers"
 6036version = "0.1.0"
 6037dependencies = [
 6038 "anyhow",
 6039 "async-trait",
 6040 "futures 0.3.31",
 6041 "git",
 6042 "gpui",
 6043 "http_client",
 6044 "indoc",
 6045 "pretty_assertions",
 6046 "regex",
 6047 "schemars",
 6048 "serde",
 6049 "serde_json",
 6050 "settings",
 6051 "url",
 6052 "util",
 6053 "workspace-hack",
 6054]
 6055
 6056[[package]]
 6057name = "git_ui"
 6058version = "0.1.0"
 6059dependencies = [
 6060 "anyhow",
 6061 "askpass",
 6062 "assistant_settings",
 6063 "buffer_diff",
 6064 "chrono",
 6065 "collections",
 6066 "command_palette_hooks",
 6067 "component",
 6068 "ctor",
 6069 "db",
 6070 "editor",
 6071 "env_logger 0.11.8",
 6072 "futures 0.3.31",
 6073 "fuzzy",
 6074 "git",
 6075 "gpui",
 6076 "itertools 0.14.0",
 6077 "language",
 6078 "language_model",
 6079 "linkify",
 6080 "log",
 6081 "markdown",
 6082 "menu",
 6083 "multi_buffer",
 6084 "notifications",
 6085 "panel",
 6086 "picker",
 6087 "postage",
 6088 "pretty_assertions",
 6089 "project",
 6090 "schemars",
 6091 "serde",
 6092 "serde_derive",
 6093 "serde_json",
 6094 "settings",
 6095 "strum 0.27.1",
 6096 "telemetry",
 6097 "theme",
 6098 "time",
 6099 "time_format",
 6100 "ui",
 6101 "unindent",
 6102 "util",
 6103 "windows 0.61.1",
 6104 "workspace",
 6105 "workspace-hack",
 6106 "zed_actions",
 6107]
 6108
 6109[[package]]
 6110name = "gix"
 6111version = "0.71.0"
 6112source = "registry+https://github.com/rust-lang/crates.io-index"
 6113checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6114dependencies = [
 6115 "gix-actor",
 6116 "gix-attributes",
 6117 "gix-command",
 6118 "gix-commitgraph",
 6119 "gix-config",
 6120 "gix-date",
 6121 "gix-diff",
 6122 "gix-discover",
 6123 "gix-features 0.41.1",
 6124 "gix-filter",
 6125 "gix-fs 0.14.0",
 6126 "gix-glob",
 6127 "gix-hash 0.17.0",
 6128 "gix-hashtable",
 6129 "gix-ignore",
 6130 "gix-index",
 6131 "gix-lock",
 6132 "gix-object",
 6133 "gix-odb",
 6134 "gix-pack",
 6135 "gix-path",
 6136 "gix-pathspec",
 6137 "gix-protocol",
 6138 "gix-ref",
 6139 "gix-refspec",
 6140 "gix-revision",
 6141 "gix-revwalk",
 6142 "gix-sec",
 6143 "gix-shallow",
 6144 "gix-submodule",
 6145 "gix-tempfile",
 6146 "gix-trace",
 6147 "gix-traverse",
 6148 "gix-url",
 6149 "gix-utils 0.2.0",
 6150 "gix-validate 0.9.4",
 6151 "gix-worktree",
 6152 "once_cell",
 6153 "smallvec",
 6154 "thiserror 2.0.12",
 6155]
 6156
 6157[[package]]
 6158name = "gix-actor"
 6159version = "0.34.0"
 6160source = "registry+https://github.com/rust-lang/crates.io-index"
 6161checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6162dependencies = [
 6163 "bstr",
 6164 "gix-date",
 6165 "gix-utils 0.2.0",
 6166 "itoa",
 6167 "thiserror 2.0.12",
 6168 "winnow",
 6169]
 6170
 6171[[package]]
 6172name = "gix-attributes"
 6173version = "0.25.0"
 6174source = "registry+https://github.com/rust-lang/crates.io-index"
 6175checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6176dependencies = [
 6177 "bstr",
 6178 "gix-glob",
 6179 "gix-path",
 6180 "gix-quote",
 6181 "gix-trace",
 6182 "kstring",
 6183 "smallvec",
 6184 "thiserror 2.0.12",
 6185 "unicode-bom",
 6186]
 6187
 6188[[package]]
 6189name = "gix-bitmap"
 6190version = "0.2.14"
 6191source = "registry+https://github.com/rust-lang/crates.io-index"
 6192checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6193dependencies = [
 6194 "thiserror 2.0.12",
 6195]
 6196
 6197[[package]]
 6198name = "gix-chunk"
 6199version = "0.4.11"
 6200source = "registry+https://github.com/rust-lang/crates.io-index"
 6201checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6202dependencies = [
 6203 "thiserror 2.0.12",
 6204]
 6205
 6206[[package]]
 6207name = "gix-command"
 6208version = "0.5.0"
 6209source = "registry+https://github.com/rust-lang/crates.io-index"
 6210checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6211dependencies = [
 6212 "bstr",
 6213 "gix-path",
 6214 "gix-quote",
 6215 "gix-trace",
 6216 "shell-words",
 6217]
 6218
 6219[[package]]
 6220name = "gix-commitgraph"
 6221version = "0.27.0"
 6222source = "registry+https://github.com/rust-lang/crates.io-index"
 6223checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6224dependencies = [
 6225 "bstr",
 6226 "gix-chunk",
 6227 "gix-hash 0.17.0",
 6228 "memmap2",
 6229 "thiserror 2.0.12",
 6230]
 6231
 6232[[package]]
 6233name = "gix-config"
 6234version = "0.44.0"
 6235source = "registry+https://github.com/rust-lang/crates.io-index"
 6236checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6237dependencies = [
 6238 "bstr",
 6239 "gix-config-value",
 6240 "gix-features 0.41.1",
 6241 "gix-glob",
 6242 "gix-path",
 6243 "gix-ref",
 6244 "gix-sec",
 6245 "memchr",
 6246 "once_cell",
 6247 "smallvec",
 6248 "thiserror 2.0.12",
 6249 "unicode-bom",
 6250 "winnow",
 6251]
 6252
 6253[[package]]
 6254name = "gix-config-value"
 6255version = "0.14.12"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6258dependencies = [
 6259 "bitflags 2.9.0",
 6260 "bstr",
 6261 "gix-path",
 6262 "libc",
 6263 "thiserror 2.0.12",
 6264]
 6265
 6266[[package]]
 6267name = "gix-date"
 6268version = "0.9.4"
 6269source = "registry+https://github.com/rust-lang/crates.io-index"
 6270checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6271dependencies = [
 6272 "bstr",
 6273 "itoa",
 6274 "jiff",
 6275 "thiserror 2.0.12",
 6276]
 6277
 6278[[package]]
 6279name = "gix-diff"
 6280version = "0.51.0"
 6281source = "registry+https://github.com/rust-lang/crates.io-index"
 6282checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6283dependencies = [
 6284 "bstr",
 6285 "gix-command",
 6286 "gix-filter",
 6287 "gix-fs 0.14.0",
 6288 "gix-hash 0.17.0",
 6289 "gix-object",
 6290 "gix-path",
 6291 "gix-tempfile",
 6292 "gix-trace",
 6293 "gix-traverse",
 6294 "gix-worktree",
 6295 "imara-diff",
 6296 "thiserror 2.0.12",
 6297]
 6298
 6299[[package]]
 6300name = "gix-discover"
 6301version = "0.39.0"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6304dependencies = [
 6305 "bstr",
 6306 "dunce",
 6307 "gix-fs 0.14.0",
 6308 "gix-hash 0.17.0",
 6309 "gix-path",
 6310 "gix-ref",
 6311 "gix-sec",
 6312 "thiserror 2.0.12",
 6313]
 6314
 6315[[package]]
 6316name = "gix-features"
 6317version = "0.41.1"
 6318source = "registry+https://github.com/rust-lang/crates.io-index"
 6319checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6320dependencies = [
 6321 "crc32fast",
 6322 "crossbeam-channel",
 6323 "flate2",
 6324 "gix-path",
 6325 "gix-trace",
 6326 "gix-utils 0.2.0",
 6327 "libc",
 6328 "once_cell",
 6329 "parking_lot",
 6330 "prodash",
 6331 "thiserror 2.0.12",
 6332 "walkdir",
 6333]
 6334
 6335[[package]]
 6336name = "gix-features"
 6337version = "0.42.1"
 6338source = "registry+https://github.com/rust-lang/crates.io-index"
 6339checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6340dependencies = [
 6341 "gix-trace",
 6342 "gix-utils 0.3.0",
 6343 "libc",
 6344 "prodash",
 6345]
 6346
 6347[[package]]
 6348name = "gix-filter"
 6349version = "0.18.0"
 6350source = "registry+https://github.com/rust-lang/crates.io-index"
 6351checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6352dependencies = [
 6353 "bstr",
 6354 "encoding_rs",
 6355 "gix-attributes",
 6356 "gix-command",
 6357 "gix-hash 0.17.0",
 6358 "gix-object",
 6359 "gix-packetline-blocking",
 6360 "gix-path",
 6361 "gix-quote",
 6362 "gix-trace",
 6363 "gix-utils 0.2.0",
 6364 "smallvec",
 6365 "thiserror 2.0.12",
 6366]
 6367
 6368[[package]]
 6369name = "gix-fs"
 6370version = "0.14.0"
 6371source = "registry+https://github.com/rust-lang/crates.io-index"
 6372checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6373dependencies = [
 6374 "bstr",
 6375 "fastrand 2.3.0",
 6376 "gix-features 0.41.1",
 6377 "gix-path",
 6378 "gix-utils 0.2.0",
 6379 "thiserror 2.0.12",
 6380]
 6381
 6382[[package]]
 6383name = "gix-fs"
 6384version = "0.15.0"
 6385source = "registry+https://github.com/rust-lang/crates.io-index"
 6386checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6387dependencies = [
 6388 "bstr",
 6389 "fastrand 2.3.0",
 6390 "gix-features 0.42.1",
 6391 "gix-path",
 6392 "gix-utils 0.3.0",
 6393 "thiserror 2.0.12",
 6394]
 6395
 6396[[package]]
 6397name = "gix-glob"
 6398version = "0.19.0"
 6399source = "registry+https://github.com/rust-lang/crates.io-index"
 6400checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6401dependencies = [
 6402 "bitflags 2.9.0",
 6403 "bstr",
 6404 "gix-features 0.41.1",
 6405 "gix-path",
 6406]
 6407
 6408[[package]]
 6409name = "gix-hash"
 6410version = "0.17.0"
 6411source = "registry+https://github.com/rust-lang/crates.io-index"
 6412checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6413dependencies = [
 6414 "faster-hex 0.9.0",
 6415 "gix-features 0.41.1",
 6416 "sha1-checked",
 6417 "thiserror 2.0.12",
 6418]
 6419
 6420[[package]]
 6421name = "gix-hash"
 6422version = "0.18.0"
 6423source = "registry+https://github.com/rust-lang/crates.io-index"
 6424checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6425dependencies = [
 6426 "faster-hex 0.10.0",
 6427 "gix-features 0.42.1",
 6428 "sha1-checked",
 6429 "thiserror 2.0.12",
 6430]
 6431
 6432[[package]]
 6433name = "gix-hashtable"
 6434version = "0.8.1"
 6435source = "registry+https://github.com/rust-lang/crates.io-index"
 6436checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6437dependencies = [
 6438 "gix-hash 0.18.0",
 6439 "hashbrown 0.14.5",
 6440 "parking_lot",
 6441]
 6442
 6443[[package]]
 6444name = "gix-ignore"
 6445version = "0.14.0"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6448dependencies = [
 6449 "bstr",
 6450 "gix-glob",
 6451 "gix-path",
 6452 "gix-trace",
 6453 "unicode-bom",
 6454]
 6455
 6456[[package]]
 6457name = "gix-index"
 6458version = "0.39.0"
 6459source = "registry+https://github.com/rust-lang/crates.io-index"
 6460checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6461dependencies = [
 6462 "bitflags 2.9.0",
 6463 "bstr",
 6464 "filetime",
 6465 "fnv",
 6466 "gix-bitmap",
 6467 "gix-features 0.41.1",
 6468 "gix-fs 0.14.0",
 6469 "gix-hash 0.17.0",
 6470 "gix-lock",
 6471 "gix-object",
 6472 "gix-traverse",
 6473 "gix-utils 0.2.0",
 6474 "gix-validate 0.9.4",
 6475 "hashbrown 0.14.5",
 6476 "itoa",
 6477 "libc",
 6478 "memmap2",
 6479 "rustix 0.38.44",
 6480 "smallvec",
 6481 "thiserror 2.0.12",
 6482]
 6483
 6484[[package]]
 6485name = "gix-lock"
 6486version = "17.1.0"
 6487source = "registry+https://github.com/rust-lang/crates.io-index"
 6488checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6489dependencies = [
 6490 "gix-tempfile",
 6491 "gix-utils 0.3.0",
 6492 "thiserror 2.0.12",
 6493]
 6494
 6495[[package]]
 6496name = "gix-object"
 6497version = "0.48.0"
 6498source = "registry+https://github.com/rust-lang/crates.io-index"
 6499checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6500dependencies = [
 6501 "bstr",
 6502 "gix-actor",
 6503 "gix-date",
 6504 "gix-features 0.41.1",
 6505 "gix-hash 0.17.0",
 6506 "gix-hashtable",
 6507 "gix-path",
 6508 "gix-utils 0.2.0",
 6509 "gix-validate 0.9.4",
 6510 "itoa",
 6511 "smallvec",
 6512 "thiserror 2.0.12",
 6513 "winnow",
 6514]
 6515
 6516[[package]]
 6517name = "gix-odb"
 6518version = "0.68.0"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6521dependencies = [
 6522 "arc-swap",
 6523 "gix-date",
 6524 "gix-features 0.41.1",
 6525 "gix-fs 0.14.0",
 6526 "gix-hash 0.17.0",
 6527 "gix-hashtable",
 6528 "gix-object",
 6529 "gix-pack",
 6530 "gix-path",
 6531 "gix-quote",
 6532 "parking_lot",
 6533 "tempfile",
 6534 "thiserror 2.0.12",
 6535]
 6536
 6537[[package]]
 6538name = "gix-pack"
 6539version = "0.58.0"
 6540source = "registry+https://github.com/rust-lang/crates.io-index"
 6541checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6542dependencies = [
 6543 "clru",
 6544 "gix-chunk",
 6545 "gix-features 0.41.1",
 6546 "gix-hash 0.17.0",
 6547 "gix-hashtable",
 6548 "gix-object",
 6549 "gix-path",
 6550 "memmap2",
 6551 "smallvec",
 6552 "thiserror 2.0.12",
 6553 "uluru",
 6554]
 6555
 6556[[package]]
 6557name = "gix-packetline"
 6558version = "0.18.4"
 6559source = "registry+https://github.com/rust-lang/crates.io-index"
 6560checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6561dependencies = [
 6562 "bstr",
 6563 "faster-hex 0.9.0",
 6564 "gix-trace",
 6565 "thiserror 2.0.12",
 6566]
 6567
 6568[[package]]
 6569name = "gix-packetline-blocking"
 6570version = "0.18.3"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6573dependencies = [
 6574 "bstr",
 6575 "faster-hex 0.9.0",
 6576 "gix-trace",
 6577 "thiserror 2.0.12",
 6578]
 6579
 6580[[package]]
 6581name = "gix-path"
 6582version = "0.10.18"
 6583source = "registry+https://github.com/rust-lang/crates.io-index"
 6584checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6585dependencies = [
 6586 "bstr",
 6587 "gix-trace",
 6588 "gix-validate 0.10.0",
 6589 "home",
 6590 "once_cell",
 6591 "thiserror 2.0.12",
 6592]
 6593
 6594[[package]]
 6595name = "gix-pathspec"
 6596version = "0.10.0"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6599dependencies = [
 6600 "bitflags 2.9.0",
 6601 "bstr",
 6602 "gix-attributes",
 6603 "gix-config-value",
 6604 "gix-glob",
 6605 "gix-path",
 6606 "thiserror 2.0.12",
 6607]
 6608
 6609[[package]]
 6610name = "gix-protocol"
 6611version = "0.49.0"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6614dependencies = [
 6615 "bstr",
 6616 "gix-date",
 6617 "gix-features 0.41.1",
 6618 "gix-hash 0.17.0",
 6619 "gix-ref",
 6620 "gix-shallow",
 6621 "gix-transport",
 6622 "gix-utils 0.2.0",
 6623 "maybe-async",
 6624 "thiserror 2.0.12",
 6625 "winnow",
 6626]
 6627
 6628[[package]]
 6629name = "gix-quote"
 6630version = "0.5.0"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6633dependencies = [
 6634 "bstr",
 6635 "gix-utils 0.2.0",
 6636 "thiserror 2.0.12",
 6637]
 6638
 6639[[package]]
 6640name = "gix-ref"
 6641version = "0.51.0"
 6642source = "registry+https://github.com/rust-lang/crates.io-index"
 6643checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6644dependencies = [
 6645 "gix-actor",
 6646 "gix-features 0.41.1",
 6647 "gix-fs 0.14.0",
 6648 "gix-hash 0.17.0",
 6649 "gix-lock",
 6650 "gix-object",
 6651 "gix-path",
 6652 "gix-tempfile",
 6653 "gix-utils 0.2.0",
 6654 "gix-validate 0.9.4",
 6655 "memmap2",
 6656 "thiserror 2.0.12",
 6657 "winnow",
 6658]
 6659
 6660[[package]]
 6661name = "gix-refspec"
 6662version = "0.29.0"
 6663source = "registry+https://github.com/rust-lang/crates.io-index"
 6664checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6665dependencies = [
 6666 "bstr",
 6667 "gix-hash 0.17.0",
 6668 "gix-revision",
 6669 "gix-validate 0.9.4",
 6670 "smallvec",
 6671 "thiserror 2.0.12",
 6672]
 6673
 6674[[package]]
 6675name = "gix-revision"
 6676version = "0.33.0"
 6677source = "registry+https://github.com/rust-lang/crates.io-index"
 6678checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6679dependencies = [
 6680 "bstr",
 6681 "gix-commitgraph",
 6682 "gix-date",
 6683 "gix-hash 0.17.0",
 6684 "gix-object",
 6685 "gix-revwalk",
 6686 "thiserror 2.0.12",
 6687]
 6688
 6689[[package]]
 6690name = "gix-revwalk"
 6691version = "0.19.0"
 6692source = "registry+https://github.com/rust-lang/crates.io-index"
 6693checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6694dependencies = [
 6695 "gix-commitgraph",
 6696 "gix-date",
 6697 "gix-hash 0.17.0",
 6698 "gix-hashtable",
 6699 "gix-object",
 6700 "smallvec",
 6701 "thiserror 2.0.12",
 6702]
 6703
 6704[[package]]
 6705name = "gix-sec"
 6706version = "0.10.12"
 6707source = "registry+https://github.com/rust-lang/crates.io-index"
 6708checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6709dependencies = [
 6710 "bitflags 2.9.0",
 6711 "gix-path",
 6712 "libc",
 6713 "windows-sys 0.52.0",
 6714]
 6715
 6716[[package]]
 6717name = "gix-shallow"
 6718version = "0.3.0"
 6719source = "registry+https://github.com/rust-lang/crates.io-index"
 6720checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6721dependencies = [
 6722 "bstr",
 6723 "gix-hash 0.17.0",
 6724 "gix-lock",
 6725 "thiserror 2.0.12",
 6726]
 6727
 6728[[package]]
 6729name = "gix-submodule"
 6730version = "0.18.0"
 6731source = "registry+https://github.com/rust-lang/crates.io-index"
 6732checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6733dependencies = [
 6734 "bstr",
 6735 "gix-config",
 6736 "gix-path",
 6737 "gix-pathspec",
 6738 "gix-refspec",
 6739 "gix-url",
 6740 "thiserror 2.0.12",
 6741]
 6742
 6743[[package]]
 6744name = "gix-tempfile"
 6745version = "17.1.0"
 6746source = "registry+https://github.com/rust-lang/crates.io-index"
 6747checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6748dependencies = [
 6749 "dashmap 6.1.0",
 6750 "gix-fs 0.15.0",
 6751 "libc",
 6752 "once_cell",
 6753 "parking_lot",
 6754 "tempfile",
 6755]
 6756
 6757[[package]]
 6758name = "gix-trace"
 6759version = "0.1.12"
 6760source = "registry+https://github.com/rust-lang/crates.io-index"
 6761checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6762
 6763[[package]]
 6764name = "gix-transport"
 6765version = "0.46.0"
 6766source = "registry+https://github.com/rust-lang/crates.io-index"
 6767checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6768dependencies = [
 6769 "bstr",
 6770 "gix-command",
 6771 "gix-features 0.41.1",
 6772 "gix-packetline",
 6773 "gix-quote",
 6774 "gix-sec",
 6775 "gix-url",
 6776 "thiserror 2.0.12",
 6777]
 6778
 6779[[package]]
 6780name = "gix-traverse"
 6781version = "0.45.0"
 6782source = "registry+https://github.com/rust-lang/crates.io-index"
 6783checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6784dependencies = [
 6785 "bitflags 2.9.0",
 6786 "gix-commitgraph",
 6787 "gix-date",
 6788 "gix-hash 0.17.0",
 6789 "gix-hashtable",
 6790 "gix-object",
 6791 "gix-revwalk",
 6792 "smallvec",
 6793 "thiserror 2.0.12",
 6794]
 6795
 6796[[package]]
 6797name = "gix-url"
 6798version = "0.30.0"
 6799source = "registry+https://github.com/rust-lang/crates.io-index"
 6800checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6801dependencies = [
 6802 "bstr",
 6803 "gix-features 0.41.1",
 6804 "gix-path",
 6805 "percent-encoding",
 6806 "thiserror 2.0.12",
 6807 "url",
 6808]
 6809
 6810[[package]]
 6811name = "gix-utils"
 6812version = "0.2.0"
 6813source = "registry+https://github.com/rust-lang/crates.io-index"
 6814checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6815dependencies = [
 6816 "fastrand 2.3.0",
 6817 "unicode-normalization",
 6818]
 6819
 6820[[package]]
 6821name = "gix-utils"
 6822version = "0.3.0"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6825dependencies = [
 6826 "fastrand 2.3.0",
 6827 "unicode-normalization",
 6828]
 6829
 6830[[package]]
 6831name = "gix-validate"
 6832version = "0.9.4"
 6833source = "registry+https://github.com/rust-lang/crates.io-index"
 6834checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6835dependencies = [
 6836 "bstr",
 6837 "thiserror 2.0.12",
 6838]
 6839
 6840[[package]]
 6841name = "gix-validate"
 6842version = "0.10.0"
 6843source = "registry+https://github.com/rust-lang/crates.io-index"
 6844checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6845dependencies = [
 6846 "bstr",
 6847 "thiserror 2.0.12",
 6848]
 6849
 6850[[package]]
 6851name = "gix-worktree"
 6852version = "0.40.0"
 6853source = "registry+https://github.com/rust-lang/crates.io-index"
 6854checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6855dependencies = [
 6856 "bstr",
 6857 "gix-attributes",
 6858 "gix-features 0.41.1",
 6859 "gix-fs 0.14.0",
 6860 "gix-glob",
 6861 "gix-hash 0.17.0",
 6862 "gix-ignore",
 6863 "gix-index",
 6864 "gix-object",
 6865 "gix-path",
 6866 "gix-validate 0.9.4",
 6867]
 6868
 6869[[package]]
 6870name = "glob"
 6871version = "0.3.2"
 6872source = "registry+https://github.com/rust-lang/crates.io-index"
 6873checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6874
 6875[[package]]
 6876name = "globset"
 6877version = "0.4.16"
 6878source = "registry+https://github.com/rust-lang/crates.io-index"
 6879checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6880dependencies = [
 6881 "aho-corasick",
 6882 "bstr",
 6883 "log",
 6884 "regex-automata 0.4.9",
 6885 "regex-syntax 0.8.5",
 6886]
 6887
 6888[[package]]
 6889name = "gloo-timers"
 6890version = "0.3.0"
 6891source = "registry+https://github.com/rust-lang/crates.io-index"
 6892checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6893dependencies = [
 6894 "futures-channel",
 6895 "futures-core",
 6896 "js-sys",
 6897 "wasm-bindgen",
 6898]
 6899
 6900[[package]]
 6901name = "glow"
 6902version = "0.14.2"
 6903source = "registry+https://github.com/rust-lang/crates.io-index"
 6904checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6905dependencies = [
 6906 "js-sys",
 6907 "slotmap",
 6908 "wasm-bindgen",
 6909 "web-sys",
 6910]
 6911
 6912[[package]]
 6913name = "go_to_line"
 6914version = "0.1.0"
 6915dependencies = [
 6916 "anyhow",
 6917 "editor",
 6918 "gpui",
 6919 "indoc",
 6920 "language",
 6921 "menu",
 6922 "project",
 6923 "rope",
 6924 "schemars",
 6925 "serde",
 6926 "serde_json",
 6927 "settings",
 6928 "text",
 6929 "theme",
 6930 "tree-sitter-rust",
 6931 "tree-sitter-typescript",
 6932 "ui",
 6933 "util",
 6934 "workspace",
 6935 "workspace-hack",
 6936]
 6937
 6938[[package]]
 6939name = "google_ai"
 6940version = "0.1.0"
 6941dependencies = [
 6942 "anyhow",
 6943 "futures 0.3.31",
 6944 "http_client",
 6945 "schemars",
 6946 "serde",
 6947 "serde_json",
 6948 "strum 0.27.1",
 6949 "workspace-hack",
 6950]
 6951
 6952[[package]]
 6953name = "gpu-alloc"
 6954version = "0.6.0"
 6955source = "registry+https://github.com/rust-lang/crates.io-index"
 6956checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6957dependencies = [
 6958 "bitflags 2.9.0",
 6959 "gpu-alloc-types",
 6960]
 6961
 6962[[package]]
 6963name = "gpu-alloc-ash"
 6964version = "0.7.0"
 6965source = "registry+https://github.com/rust-lang/crates.io-index"
 6966checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 6967dependencies = [
 6968 "ash",
 6969 "gpu-alloc-types",
 6970 "tinyvec",
 6971]
 6972
 6973[[package]]
 6974name = "gpu-alloc-types"
 6975version = "0.3.0"
 6976source = "registry+https://github.com/rust-lang/crates.io-index"
 6977checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 6978dependencies = [
 6979 "bitflags 2.9.0",
 6980]
 6981
 6982[[package]]
 6983name = "gpui"
 6984version = "0.1.0"
 6985dependencies = [
 6986 "anyhow",
 6987 "as-raw-xcb-connection",
 6988 "ashpd",
 6989 "async-task",
 6990 "backtrace",
 6991 "bindgen 0.71.1",
 6992 "blade-graphics",
 6993 "blade-macros",
 6994 "blade-util",
 6995 "block",
 6996 "bytemuck",
 6997 "calloop",
 6998 "calloop-wayland-source",
 6999 "cbindgen",
 7000 "cocoa 0.26.0",
 7001 "collections",
 7002 "core-foundation 0.10.0",
 7003 "core-foundation-sys",
 7004 "core-graphics 0.24.0",
 7005 "core-text",
 7006 "core-video",
 7007 "cosmic-text",
 7008 "ctor",
 7009 "derive_more",
 7010 "embed-resource",
 7011 "env_logger 0.11.8",
 7012 "etagere",
 7013 "filedescriptor",
 7014 "flume",
 7015 "font-kit",
 7016 "foreign-types 0.5.0",
 7017 "futures 0.3.31",
 7018 "gpui_macros",
 7019 "http_client",
 7020 "image",
 7021 "inventory",
 7022 "itertools 0.14.0",
 7023 "log",
 7024 "lyon",
 7025 "media",
 7026 "metal",
 7027 "naga",
 7028 "num_cpus",
 7029 "objc",
 7030 "objc2",
 7031 "objc2-metal",
 7032 "oo7",
 7033 "open",
 7034 "parking",
 7035 "parking_lot",
 7036 "pathfinder_geometry",
 7037 "postage",
 7038 "profiling",
 7039 "rand 0.8.5",
 7040 "raw-window-handle",
 7041 "refineable",
 7042 "reqwest_client",
 7043 "resvg",
 7044 "scap",
 7045 "schemars",
 7046 "seahash",
 7047 "semantic_version",
 7048 "serde",
 7049 "serde_derive",
 7050 "serde_json",
 7051 "slotmap",
 7052 "smallvec",
 7053 "smol",
 7054 "strum 0.27.1",
 7055 "sum_tree",
 7056 "taffy",
 7057 "thiserror 2.0.12",
 7058 "unicode-segmentation",
 7059 "usvg",
 7060 "util",
 7061 "uuid",
 7062 "waker-fn",
 7063 "wayland-backend",
 7064 "wayland-client",
 7065 "wayland-cursor",
 7066 "wayland-protocols",
 7067 "wayland-protocols-plasma",
 7068 "windows 0.61.1",
 7069 "windows-core 0.61.0",
 7070 "windows-numerics",
 7071 "windows-registry 0.5.1",
 7072 "workspace-hack",
 7073 "x11-clipboard",
 7074 "x11rb",
 7075 "xim",
 7076 "xkbcommon",
 7077]
 7078
 7079[[package]]
 7080name = "gpui_macros"
 7081version = "0.1.0"
 7082dependencies = [
 7083 "gpui",
 7084 "proc-macro2",
 7085 "quote",
 7086 "syn 1.0.109",
 7087 "workspace-hack",
 7088]
 7089
 7090[[package]]
 7091name = "gpui_tokio"
 7092version = "0.1.0"
 7093dependencies = [
 7094 "gpui",
 7095 "tokio",
 7096 "util",
 7097 "workspace-hack",
 7098]
 7099
 7100[[package]]
 7101name = "grid"
 7102version = "0.13.0"
 7103source = "registry+https://github.com/rust-lang/crates.io-index"
 7104checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7105
 7106[[package]]
 7107name = "group"
 7108version = "0.12.1"
 7109source = "registry+https://github.com/rust-lang/crates.io-index"
 7110checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7111dependencies = [
 7112 "ff",
 7113 "rand_core 0.6.4",
 7114 "subtle",
 7115]
 7116
 7117[[package]]
 7118name = "h2"
 7119version = "0.3.26"
 7120source = "registry+https://github.com/rust-lang/crates.io-index"
 7121checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7122dependencies = [
 7123 "bytes 1.10.1",
 7124 "fnv",
 7125 "futures-core",
 7126 "futures-sink",
 7127 "futures-util",
 7128 "http 0.2.12",
 7129 "indexmap",
 7130 "slab",
 7131 "tokio",
 7132 "tokio-util",
 7133 "tracing",
 7134]
 7135
 7136[[package]]
 7137name = "h2"
 7138version = "0.4.9"
 7139source = "registry+https://github.com/rust-lang/crates.io-index"
 7140checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7141dependencies = [
 7142 "atomic-waker",
 7143 "bytes 1.10.1",
 7144 "fnv",
 7145 "futures-core",
 7146 "futures-sink",
 7147 "http 1.3.1",
 7148 "indexmap",
 7149 "slab",
 7150 "tokio",
 7151 "tokio-util",
 7152 "tracing",
 7153]
 7154
 7155[[package]]
 7156name = "half"
 7157version = "2.6.0"
 7158source = "registry+https://github.com/rust-lang/crates.io-index"
 7159checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7160dependencies = [
 7161 "cfg-if",
 7162 "crunchy",
 7163 "num-traits",
 7164]
 7165
 7166[[package]]
 7167name = "handlebars"
 7168version = "4.5.0"
 7169source = "registry+https://github.com/rust-lang/crates.io-index"
 7170checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7171dependencies = [
 7172 "log",
 7173 "pest",
 7174 "pest_derive",
 7175 "rust-embed",
 7176 "serde",
 7177 "serde_json",
 7178 "thiserror 1.0.69",
 7179]
 7180
 7181[[package]]
 7182name = "handlebars"
 7183version = "6.3.2"
 7184source = "registry+https://github.com/rust-lang/crates.io-index"
 7185checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7186dependencies = [
 7187 "derive_builder",
 7188 "log",
 7189 "num-order",
 7190 "pest",
 7191 "pest_derive",
 7192 "serde",
 7193 "serde_json",
 7194 "thiserror 2.0.12",
 7195]
 7196
 7197[[package]]
 7198name = "hash32"
 7199version = "0.3.1"
 7200source = "registry+https://github.com/rust-lang/crates.io-index"
 7201checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7202dependencies = [
 7203 "byteorder",
 7204]
 7205
 7206[[package]]
 7207name = "hashbrown"
 7208version = "0.12.3"
 7209source = "registry+https://github.com/rust-lang/crates.io-index"
 7210checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7211dependencies = [
 7212 "ahash 0.7.8",
 7213]
 7214
 7215[[package]]
 7216name = "hashbrown"
 7217version = "0.14.5"
 7218source = "registry+https://github.com/rust-lang/crates.io-index"
 7219checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7220dependencies = [
 7221 "ahash 0.8.11",
 7222 "allocator-api2",
 7223]
 7224
 7225[[package]]
 7226name = "hashbrown"
 7227version = "0.15.3"
 7228source = "registry+https://github.com/rust-lang/crates.io-index"
 7229checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7230dependencies = [
 7231 "allocator-api2",
 7232 "equivalent",
 7233 "foldhash",
 7234 "serde",
 7235]
 7236
 7237[[package]]
 7238name = "hashlink"
 7239version = "0.8.4"
 7240source = "registry+https://github.com/rust-lang/crates.io-index"
 7241checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7242dependencies = [
 7243 "hashbrown 0.14.5",
 7244]
 7245
 7246[[package]]
 7247name = "hashlink"
 7248version = "0.10.0"
 7249source = "registry+https://github.com/rust-lang/crates.io-index"
 7250checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7251dependencies = [
 7252 "hashbrown 0.15.3",
 7253]
 7254
 7255[[package]]
 7256name = "headers"
 7257version = "0.3.9"
 7258source = "registry+https://github.com/rust-lang/crates.io-index"
 7259checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7260dependencies = [
 7261 "base64 0.21.7",
 7262 "bytes 1.10.1",
 7263 "headers-core",
 7264 "http 0.2.12",
 7265 "httpdate",
 7266 "mime",
 7267 "sha1",
 7268]
 7269
 7270[[package]]
 7271name = "headers-core"
 7272version = "0.2.0"
 7273source = "registry+https://github.com/rust-lang/crates.io-index"
 7274checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7275dependencies = [
 7276 "http 0.2.12",
 7277]
 7278
 7279[[package]]
 7280name = "heapless"
 7281version = "0.8.0"
 7282source = "registry+https://github.com/rust-lang/crates.io-index"
 7283checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7284dependencies = [
 7285 "hash32",
 7286 "stable_deref_trait",
 7287]
 7288
 7289[[package]]
 7290name = "heck"
 7291version = "0.3.3"
 7292source = "registry+https://github.com/rust-lang/crates.io-index"
 7293checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7294dependencies = [
 7295 "unicode-segmentation",
 7296]
 7297
 7298[[package]]
 7299name = "heck"
 7300version = "0.4.1"
 7301source = "registry+https://github.com/rust-lang/crates.io-index"
 7302checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7303dependencies = [
 7304 "unicode-segmentation",
 7305]
 7306
 7307[[package]]
 7308name = "heck"
 7309version = "0.5.0"
 7310source = "registry+https://github.com/rust-lang/crates.io-index"
 7311checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7312
 7313[[package]]
 7314name = "heed"
 7315version = "0.21.0"
 7316source = "registry+https://github.com/rust-lang/crates.io-index"
 7317checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7318dependencies = [
 7319 "bitflags 2.9.0",
 7320 "byteorder",
 7321 "heed-traits",
 7322 "heed-types",
 7323 "libc",
 7324 "lmdb-master-sys",
 7325 "once_cell",
 7326 "page_size",
 7327 "serde",
 7328 "synchronoise",
 7329 "url",
 7330]
 7331
 7332[[package]]
 7333name = "heed-traits"
 7334version = "0.20.0"
 7335source = "registry+https://github.com/rust-lang/crates.io-index"
 7336checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7337
 7338[[package]]
 7339name = "heed-types"
 7340version = "0.21.0"
 7341source = "registry+https://github.com/rust-lang/crates.io-index"
 7342checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7343dependencies = [
 7344 "bincode",
 7345 "byteorder",
 7346 "heed-traits",
 7347 "serde",
 7348 "serde_json",
 7349]
 7350
 7351[[package]]
 7352name = "hermit-abi"
 7353version = "0.3.9"
 7354source = "registry+https://github.com/rust-lang/crates.io-index"
 7355checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7356
 7357[[package]]
 7358name = "hermit-abi"
 7359version = "0.4.0"
 7360source = "registry+https://github.com/rust-lang/crates.io-index"
 7361checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7362
 7363[[package]]
 7364name = "hermit-abi"
 7365version = "0.5.0"
 7366source = "registry+https://github.com/rust-lang/crates.io-index"
 7367checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7368
 7369[[package]]
 7370name = "hex"
 7371version = "0.4.3"
 7372source = "registry+https://github.com/rust-lang/crates.io-index"
 7373checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7374
 7375[[package]]
 7376name = "hexf-parse"
 7377version = "0.2.1"
 7378source = "registry+https://github.com/rust-lang/crates.io-index"
 7379checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7380
 7381[[package]]
 7382name = "hidden-trait"
 7383version = "0.1.2"
 7384source = "registry+https://github.com/rust-lang/crates.io-index"
 7385checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7386dependencies = [
 7387 "proc-macro2",
 7388 "quote",
 7389 "syn 1.0.109",
 7390]
 7391
 7392[[package]]
 7393name = "hkdf"
 7394version = "0.12.4"
 7395source = "registry+https://github.com/rust-lang/crates.io-index"
 7396checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7397dependencies = [
 7398 "hmac",
 7399]
 7400
 7401[[package]]
 7402name = "hmac"
 7403version = "0.12.1"
 7404source = "registry+https://github.com/rust-lang/crates.io-index"
 7405checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7406dependencies = [
 7407 "digest",
 7408]
 7409
 7410[[package]]
 7411name = "home"
 7412version = "0.5.11"
 7413source = "registry+https://github.com/rust-lang/crates.io-index"
 7414checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7415dependencies = [
 7416 "windows-sys 0.59.0",
 7417]
 7418
 7419[[package]]
 7420name = "hound"
 7421version = "3.5.1"
 7422source = "registry+https://github.com/rust-lang/crates.io-index"
 7423checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7424
 7425[[package]]
 7426name = "html5ever"
 7427version = "0.27.0"
 7428source = "registry+https://github.com/rust-lang/crates.io-index"
 7429checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7430dependencies = [
 7431 "log",
 7432 "mac",
 7433 "markup5ever 0.12.1",
 7434 "proc-macro2",
 7435 "quote",
 7436 "syn 2.0.101",
 7437]
 7438
 7439[[package]]
 7440name = "html5ever"
 7441version = "0.31.0"
 7442source = "registry+https://github.com/rust-lang/crates.io-index"
 7443checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7444dependencies = [
 7445 "log",
 7446 "mac",
 7447 "markup5ever 0.16.1",
 7448 "match_token",
 7449]
 7450
 7451[[package]]
 7452name = "html_to_markdown"
 7453version = "0.1.0"
 7454dependencies = [
 7455 "anyhow",
 7456 "html5ever 0.27.0",
 7457 "indoc",
 7458 "markup5ever_rcdom",
 7459 "pretty_assertions",
 7460 "regex",
 7461 "workspace-hack",
 7462]
 7463
 7464[[package]]
 7465name = "http"
 7466version = "0.2.12"
 7467source = "registry+https://github.com/rust-lang/crates.io-index"
 7468checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7469dependencies = [
 7470 "bytes 1.10.1",
 7471 "fnv",
 7472 "itoa",
 7473]
 7474
 7475[[package]]
 7476name = "http"
 7477version = "1.3.1"
 7478source = "registry+https://github.com/rust-lang/crates.io-index"
 7479checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7480dependencies = [
 7481 "bytes 1.10.1",
 7482 "fnv",
 7483 "itoa",
 7484]
 7485
 7486[[package]]
 7487name = "http-body"
 7488version = "0.4.6"
 7489source = "registry+https://github.com/rust-lang/crates.io-index"
 7490checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7491dependencies = [
 7492 "bytes 1.10.1",
 7493 "http 0.2.12",
 7494 "pin-project-lite",
 7495]
 7496
 7497[[package]]
 7498name = "http-body"
 7499version = "1.0.1"
 7500source = "registry+https://github.com/rust-lang/crates.io-index"
 7501checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7502dependencies = [
 7503 "bytes 1.10.1",
 7504 "http 1.3.1",
 7505]
 7506
 7507[[package]]
 7508name = "http-body-util"
 7509version = "0.1.3"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7512dependencies = [
 7513 "bytes 1.10.1",
 7514 "futures-core",
 7515 "http 1.3.1",
 7516 "http-body 1.0.1",
 7517 "pin-project-lite",
 7518]
 7519
 7520[[package]]
 7521name = "http-range-header"
 7522version = "0.3.1"
 7523source = "registry+https://github.com/rust-lang/crates.io-index"
 7524checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7525
 7526[[package]]
 7527name = "http-types"
 7528version = "2.12.0"
 7529source = "registry+https://github.com/rust-lang/crates.io-index"
 7530checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7531dependencies = [
 7532 "anyhow",
 7533 "async-channel 1.9.0",
 7534 "base64 0.13.1",
 7535 "futures-lite 1.13.0",
 7536 "http 0.2.12",
 7537 "infer",
 7538 "pin-project-lite",
 7539 "rand 0.7.3",
 7540 "serde",
 7541 "serde_json",
 7542 "serde_qs 0.8.5",
 7543 "serde_urlencoded",
 7544 "url",
 7545]
 7546
 7547[[package]]
 7548name = "http_client"
 7549version = "0.1.0"
 7550dependencies = [
 7551 "anyhow",
 7552 "bytes 1.10.1",
 7553 "derive_more",
 7554 "futures 0.3.31",
 7555 "http 1.3.1",
 7556 "log",
 7557 "serde",
 7558 "serde_json",
 7559 "url",
 7560 "workspace-hack",
 7561]
 7562
 7563[[package]]
 7564name = "http_client_tls"
 7565version = "0.1.0"
 7566dependencies = [
 7567 "rustls 0.23.26",
 7568 "rustls-platform-verifier",
 7569 "workspace-hack",
 7570]
 7571
 7572[[package]]
 7573name = "httparse"
 7574version = "1.10.1"
 7575source = "registry+https://github.com/rust-lang/crates.io-index"
 7576checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7577
 7578[[package]]
 7579name = "httpdate"
 7580version = "1.0.3"
 7581source = "registry+https://github.com/rust-lang/crates.io-index"
 7582checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7583
 7584[[package]]
 7585name = "human_bytes"
 7586version = "0.4.3"
 7587source = "registry+https://github.com/rust-lang/crates.io-index"
 7588checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7589
 7590[[package]]
 7591name = "humantime"
 7592version = "2.2.0"
 7593source = "registry+https://github.com/rust-lang/crates.io-index"
 7594checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7595
 7596[[package]]
 7597name = "hyper"
 7598version = "0.14.32"
 7599source = "registry+https://github.com/rust-lang/crates.io-index"
 7600checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7601dependencies = [
 7602 "bytes 1.10.1",
 7603 "futures-channel",
 7604 "futures-core",
 7605 "futures-util",
 7606 "h2 0.3.26",
 7607 "http 0.2.12",
 7608 "http-body 0.4.6",
 7609 "httparse",
 7610 "httpdate",
 7611 "itoa",
 7612 "pin-project-lite",
 7613 "socket2",
 7614 "tokio",
 7615 "tower-service",
 7616 "tracing",
 7617 "want",
 7618]
 7619
 7620[[package]]
 7621name = "hyper"
 7622version = "1.6.0"
 7623source = "registry+https://github.com/rust-lang/crates.io-index"
 7624checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7625dependencies = [
 7626 "bytes 1.10.1",
 7627 "futures-channel",
 7628 "futures-util",
 7629 "h2 0.4.9",
 7630 "http 1.3.1",
 7631 "http-body 1.0.1",
 7632 "httparse",
 7633 "itoa",
 7634 "pin-project-lite",
 7635 "smallvec",
 7636 "tokio",
 7637 "want",
 7638]
 7639
 7640[[package]]
 7641name = "hyper-rustls"
 7642version = "0.24.2"
 7643source = "registry+https://github.com/rust-lang/crates.io-index"
 7644checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7645dependencies = [
 7646 "futures-util",
 7647 "http 0.2.12",
 7648 "hyper 0.14.32",
 7649 "log",
 7650 "rustls 0.21.12",
 7651 "rustls-native-certs 0.6.3",
 7652 "tokio",
 7653 "tokio-rustls 0.24.1",
 7654]
 7655
 7656[[package]]
 7657name = "hyper-rustls"
 7658version = "0.27.5"
 7659source = "registry+https://github.com/rust-lang/crates.io-index"
 7660checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7661dependencies = [
 7662 "futures-util",
 7663 "http 1.3.1",
 7664 "hyper 1.6.0",
 7665 "hyper-util",
 7666 "rustls 0.23.26",
 7667 "rustls-native-certs 0.8.1",
 7668 "rustls-pki-types",
 7669 "tokio",
 7670 "tokio-rustls 0.26.2",
 7671 "tower-service",
 7672]
 7673
 7674[[package]]
 7675name = "hyper-tls"
 7676version = "0.5.0"
 7677source = "registry+https://github.com/rust-lang/crates.io-index"
 7678checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7679dependencies = [
 7680 "bytes 1.10.1",
 7681 "hyper 0.14.32",
 7682 "native-tls",
 7683 "tokio",
 7684 "tokio-native-tls",
 7685]
 7686
 7687[[package]]
 7688name = "hyper-util"
 7689version = "0.1.11"
 7690source = "registry+https://github.com/rust-lang/crates.io-index"
 7691checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7692dependencies = [
 7693 "bytes 1.10.1",
 7694 "futures-channel",
 7695 "futures-util",
 7696 "http 1.3.1",
 7697 "http-body 1.0.1",
 7698 "hyper 1.6.0",
 7699 "libc",
 7700 "pin-project-lite",
 7701 "socket2",
 7702 "tokio",
 7703 "tower-service",
 7704 "tracing",
 7705]
 7706
 7707[[package]]
 7708name = "iana-time-zone"
 7709version = "0.1.63"
 7710source = "registry+https://github.com/rust-lang/crates.io-index"
 7711checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7712dependencies = [
 7713 "android_system_properties",
 7714 "core-foundation-sys",
 7715 "iana-time-zone-haiku",
 7716 "js-sys",
 7717 "log",
 7718 "wasm-bindgen",
 7719 "windows-core 0.61.0",
 7720]
 7721
 7722[[package]]
 7723name = "iana-time-zone-haiku"
 7724version = "0.1.2"
 7725source = "registry+https://github.com/rust-lang/crates.io-index"
 7726checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7727dependencies = [
 7728 "cc",
 7729]
 7730
 7731[[package]]
 7732name = "icons"
 7733version = "0.1.0"
 7734dependencies = [
 7735 "serde",
 7736 "strum 0.27.1",
 7737 "workspace-hack",
 7738]
 7739
 7740[[package]]
 7741name = "icu_collections"
 7742version = "1.5.0"
 7743source = "registry+https://github.com/rust-lang/crates.io-index"
 7744checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7745dependencies = [
 7746 "displaydoc",
 7747 "yoke",
 7748 "zerofrom",
 7749 "zerovec",
 7750]
 7751
 7752[[package]]
 7753name = "icu_locid"
 7754version = "1.5.0"
 7755source = "registry+https://github.com/rust-lang/crates.io-index"
 7756checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7757dependencies = [
 7758 "displaydoc",
 7759 "litemap",
 7760 "tinystr",
 7761 "writeable",
 7762 "zerovec",
 7763]
 7764
 7765[[package]]
 7766name = "icu_locid_transform"
 7767version = "1.5.0"
 7768source = "registry+https://github.com/rust-lang/crates.io-index"
 7769checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7770dependencies = [
 7771 "displaydoc",
 7772 "icu_locid",
 7773 "icu_locid_transform_data",
 7774 "icu_provider",
 7775 "tinystr",
 7776 "zerovec",
 7777]
 7778
 7779[[package]]
 7780name = "icu_locid_transform_data"
 7781version = "1.5.1"
 7782source = "registry+https://github.com/rust-lang/crates.io-index"
 7783checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7784
 7785[[package]]
 7786name = "icu_normalizer"
 7787version = "1.5.0"
 7788source = "registry+https://github.com/rust-lang/crates.io-index"
 7789checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7790dependencies = [
 7791 "displaydoc",
 7792 "icu_collections",
 7793 "icu_normalizer_data",
 7794 "icu_properties",
 7795 "icu_provider",
 7796 "smallvec",
 7797 "utf16_iter",
 7798 "utf8_iter",
 7799 "write16",
 7800 "zerovec",
 7801]
 7802
 7803[[package]]
 7804name = "icu_normalizer_data"
 7805version = "1.5.1"
 7806source = "registry+https://github.com/rust-lang/crates.io-index"
 7807checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7808
 7809[[package]]
 7810name = "icu_properties"
 7811version = "1.5.1"
 7812source = "registry+https://github.com/rust-lang/crates.io-index"
 7813checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7814dependencies = [
 7815 "displaydoc",
 7816 "icu_collections",
 7817 "icu_locid_transform",
 7818 "icu_properties_data",
 7819 "icu_provider",
 7820 "tinystr",
 7821 "zerovec",
 7822]
 7823
 7824[[package]]
 7825name = "icu_properties_data"
 7826version = "1.5.1"
 7827source = "registry+https://github.com/rust-lang/crates.io-index"
 7828checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7829
 7830[[package]]
 7831name = "icu_provider"
 7832version = "1.5.0"
 7833source = "registry+https://github.com/rust-lang/crates.io-index"
 7834checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7835dependencies = [
 7836 "displaydoc",
 7837 "icu_locid",
 7838 "icu_provider_macros",
 7839 "stable_deref_trait",
 7840 "tinystr",
 7841 "writeable",
 7842 "yoke",
 7843 "zerofrom",
 7844 "zerovec",
 7845]
 7846
 7847[[package]]
 7848name = "icu_provider_macros"
 7849version = "1.5.0"
 7850source = "registry+https://github.com/rust-lang/crates.io-index"
 7851checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7852dependencies = [
 7853 "proc-macro2",
 7854 "quote",
 7855 "syn 2.0.101",
 7856]
 7857
 7858[[package]]
 7859name = "id-arena"
 7860version = "2.2.1"
 7861source = "registry+https://github.com/rust-lang/crates.io-index"
 7862checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7863
 7864[[package]]
 7865name = "ident_case"
 7866version = "1.0.1"
 7867source = "registry+https://github.com/rust-lang/crates.io-index"
 7868checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7869
 7870[[package]]
 7871name = "idna"
 7872version = "1.0.3"
 7873source = "registry+https://github.com/rust-lang/crates.io-index"
 7874checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7875dependencies = [
 7876 "idna_adapter",
 7877 "smallvec",
 7878 "utf8_iter",
 7879]
 7880
 7881[[package]]
 7882name = "idna_adapter"
 7883version = "1.2.0"
 7884source = "registry+https://github.com/rust-lang/crates.io-index"
 7885checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7886dependencies = [
 7887 "icu_normalizer",
 7888 "icu_properties",
 7889]
 7890
 7891[[package]]
 7892name = "ignore"
 7893version = "0.4.23"
 7894source = "registry+https://github.com/rust-lang/crates.io-index"
 7895checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7896dependencies = [
 7897 "crossbeam-deque",
 7898 "globset",
 7899 "log",
 7900 "memchr",
 7901 "regex-automata 0.4.9",
 7902 "same-file",
 7903 "walkdir",
 7904 "winapi-util",
 7905]
 7906
 7907[[package]]
 7908name = "image"
 7909version = "0.25.6"
 7910source = "registry+https://github.com/rust-lang/crates.io-index"
 7911checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7912dependencies = [
 7913 "bytemuck",
 7914 "byteorder-lite",
 7915 "color_quant",
 7916 "exr",
 7917 "gif",
 7918 "image-webp",
 7919 "num-traits",
 7920 "png",
 7921 "qoi",
 7922 "ravif",
 7923 "rayon",
 7924 "rgb",
 7925 "tiff",
 7926 "zune-core",
 7927 "zune-jpeg",
 7928]
 7929
 7930[[package]]
 7931name = "image-webp"
 7932version = "0.2.1"
 7933source = "registry+https://github.com/rust-lang/crates.io-index"
 7934checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7935dependencies = [
 7936 "byteorder-lite",
 7937 "quick-error",
 7938]
 7939
 7940[[package]]
 7941name = "image_viewer"
 7942version = "0.1.0"
 7943dependencies = [
 7944 "anyhow",
 7945 "db",
 7946 "editor",
 7947 "file_icons",
 7948 "gpui",
 7949 "language",
 7950 "log",
 7951 "project",
 7952 "schemars",
 7953 "serde",
 7954 "settings",
 7955 "theme",
 7956 "ui",
 7957 "util",
 7958 "workspace",
 7959 "workspace-hack",
 7960]
 7961
 7962[[package]]
 7963name = "imagesize"
 7964version = "0.13.0"
 7965source = "registry+https://github.com/rust-lang/crates.io-index"
 7966checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7967
 7968[[package]]
 7969name = "imara-diff"
 7970version = "0.1.8"
 7971source = "registry+https://github.com/rust-lang/crates.io-index"
 7972checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7973dependencies = [
 7974 "hashbrown 0.15.3",
 7975]
 7976
 7977[[package]]
 7978name = "imgref"
 7979version = "1.11.0"
 7980source = "registry+https://github.com/rust-lang/crates.io-index"
 7981checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 7982
 7983[[package]]
 7984name = "indexed_docs"
 7985version = "0.1.0"
 7986dependencies = [
 7987 "anyhow",
 7988 "async-trait",
 7989 "cargo_metadata",
 7990 "collections",
 7991 "derive_more",
 7992 "extension",
 7993 "fs",
 7994 "futures 0.3.31",
 7995 "fuzzy",
 7996 "gpui",
 7997 "heed",
 7998 "html_to_markdown",
 7999 "http_client",
 8000 "indexmap",
 8001 "indoc",
 8002 "parking_lot",
 8003 "paths",
 8004 "pretty_assertions",
 8005 "serde",
 8006 "strum 0.27.1",
 8007 "util",
 8008 "workspace-hack",
 8009]
 8010
 8011[[package]]
 8012name = "indexmap"
 8013version = "2.9.0"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8016dependencies = [
 8017 "equivalent",
 8018 "hashbrown 0.15.3",
 8019 "serde",
 8020]
 8021
 8022[[package]]
 8023name = "indoc"
 8024version = "2.0.6"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8027
 8028[[package]]
 8029name = "infer"
 8030version = "0.2.3"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8033
 8034[[package]]
 8035name = "inherent"
 8036version = "1.0.12"
 8037source = "registry+https://github.com/rust-lang/crates.io-index"
 8038checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8039dependencies = [
 8040 "proc-macro2",
 8041 "quote",
 8042 "syn 2.0.101",
 8043]
 8044
 8045[[package]]
 8046name = "inline_completion"
 8047version = "0.1.0"
 8048dependencies = [
 8049 "anyhow",
 8050 "gpui",
 8051 "language",
 8052 "project",
 8053 "workspace-hack",
 8054 "zed_llm_client",
 8055]
 8056
 8057[[package]]
 8058name = "inline_completion_button"
 8059version = "0.1.0"
 8060dependencies = [
 8061 "anyhow",
 8062 "client",
 8063 "copilot",
 8064 "editor",
 8065 "feature_flags",
 8066 "fs",
 8067 "futures 0.3.31",
 8068 "gpui",
 8069 "indoc",
 8070 "inline_completion",
 8071 "language",
 8072 "lsp",
 8073 "paths",
 8074 "project",
 8075 "regex",
 8076 "serde_json",
 8077 "settings",
 8078 "supermaven",
 8079 "telemetry",
 8080 "theme",
 8081 "ui",
 8082 "workspace",
 8083 "workspace-hack",
 8084 "zed_actions",
 8085 "zed_llm_client",
 8086 "zeta",
 8087]
 8088
 8089[[package]]
 8090name = "inotify"
 8091version = "0.11.0"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8094dependencies = [
 8095 "bitflags 2.9.0",
 8096 "inotify-sys",
 8097 "libc",
 8098]
 8099
 8100[[package]]
 8101name = "inotify-sys"
 8102version = "0.1.5"
 8103source = "registry+https://github.com/rust-lang/crates.io-index"
 8104checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8105dependencies = [
 8106 "libc",
 8107]
 8108
 8109[[package]]
 8110name = "inout"
 8111version = "0.1.4"
 8112source = "registry+https://github.com/rust-lang/crates.io-index"
 8113checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8114dependencies = [
 8115 "block-padding",
 8116 "generic-array",
 8117]
 8118
 8119[[package]]
 8120name = "install_cli"
 8121version = "0.1.0"
 8122dependencies = [
 8123 "anyhow",
 8124 "client",
 8125 "gpui",
 8126 "release_channel",
 8127 "smol",
 8128 "util",
 8129 "workspace",
 8130 "workspace-hack",
 8131]
 8132
 8133[[package]]
 8134name = "instant"
 8135version = "0.1.13"
 8136source = "registry+https://github.com/rust-lang/crates.io-index"
 8137checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8138dependencies = [
 8139 "cfg-if",
 8140]
 8141
 8142[[package]]
 8143name = "interim"
 8144version = "0.2.1"
 8145source = "registry+https://github.com/rust-lang/crates.io-index"
 8146checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8147dependencies = [
 8148 "chrono",
 8149 "logos",
 8150]
 8151
 8152[[package]]
 8153name = "interpolate_name"
 8154version = "0.2.4"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8157dependencies = [
 8158 "proc-macro2",
 8159 "quote",
 8160 "syn 2.0.101",
 8161]
 8162
 8163[[package]]
 8164name = "inventory"
 8165version = "0.3.20"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8168dependencies = [
 8169 "rustversion",
 8170]
 8171
 8172[[package]]
 8173name = "io-extras"
 8174version = "0.18.4"
 8175source = "registry+https://github.com/rust-lang/crates.io-index"
 8176checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8177dependencies = [
 8178 "io-lifetimes",
 8179 "windows-sys 0.59.0",
 8180]
 8181
 8182[[package]]
 8183name = "io-lifetimes"
 8184version = "2.0.4"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8187
 8188[[package]]
 8189name = "io-surface"
 8190version = "0.16.0"
 8191source = "registry+https://github.com/rust-lang/crates.io-index"
 8192checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8193dependencies = [
 8194 "cgl",
 8195 "core-foundation 0.10.0",
 8196 "core-foundation-sys",
 8197 "leaky-cow",
 8198 "libc",
 8199]
 8200
 8201[[package]]
 8202name = "iovec"
 8203version = "0.1.4"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8206dependencies = [
 8207 "libc",
 8208]
 8209
 8210[[package]]
 8211name = "ipc-channel"
 8212version = "0.19.0"
 8213source = "registry+https://github.com/rust-lang/crates.io-index"
 8214checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8215dependencies = [
 8216 "bincode",
 8217 "crossbeam-channel",
 8218 "fnv",
 8219 "lazy_static",
 8220 "libc",
 8221 "mio",
 8222 "rand 0.8.5",
 8223 "serde",
 8224 "tempfile",
 8225 "uuid",
 8226 "windows 0.58.0",
 8227]
 8228
 8229[[package]]
 8230name = "ipnet"
 8231version = "2.11.0"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8234
 8235[[package]]
 8236name = "is-docker"
 8237version = "0.2.0"
 8238source = "registry+https://github.com/rust-lang/crates.io-index"
 8239checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8240dependencies = [
 8241 "once_cell",
 8242]
 8243
 8244[[package]]
 8245name = "is-terminal"
 8246version = "0.4.16"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8249dependencies = [
 8250 "hermit-abi 0.5.0",
 8251 "libc",
 8252 "windows-sys 0.59.0",
 8253]
 8254
 8255[[package]]
 8256name = "is-wsl"
 8257version = "0.4.0"
 8258source = "registry+https://github.com/rust-lang/crates.io-index"
 8259checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8260dependencies = [
 8261 "is-docker",
 8262 "once_cell",
 8263]
 8264
 8265[[package]]
 8266name = "is_terminal_polyfill"
 8267version = "1.70.1"
 8268source = "registry+https://github.com/rust-lang/crates.io-index"
 8269checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8270
 8271[[package]]
 8272name = "itertools"
 8273version = "0.10.5"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8276dependencies = [
 8277 "either",
 8278]
 8279
 8280[[package]]
 8281name = "itertools"
 8282version = "0.11.0"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8285dependencies = [
 8286 "either",
 8287]
 8288
 8289[[package]]
 8290name = "itertools"
 8291version = "0.12.1"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8294dependencies = [
 8295 "either",
 8296]
 8297
 8298[[package]]
 8299name = "itertools"
 8300version = "0.13.0"
 8301source = "registry+https://github.com/rust-lang/crates.io-index"
 8302checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8303dependencies = [
 8304 "either",
 8305]
 8306
 8307[[package]]
 8308name = "itertools"
 8309version = "0.14.0"
 8310source = "registry+https://github.com/rust-lang/crates.io-index"
 8311checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8312dependencies = [
 8313 "either",
 8314]
 8315
 8316[[package]]
 8317name = "itoa"
 8318version = "1.0.15"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8321
 8322[[package]]
 8323name = "jiff"
 8324version = "0.2.10"
 8325source = "registry+https://github.com/rust-lang/crates.io-index"
 8326checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8327dependencies = [
 8328 "jiff-static",
 8329 "jiff-tzdb-platform",
 8330 "log",
 8331 "portable-atomic",
 8332 "portable-atomic-util",
 8333 "serde",
 8334 "windows-sys 0.59.0",
 8335]
 8336
 8337[[package]]
 8338name = "jiff-static"
 8339version = "0.2.10"
 8340source = "registry+https://github.com/rust-lang/crates.io-index"
 8341checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8342dependencies = [
 8343 "proc-macro2",
 8344 "quote",
 8345 "syn 2.0.101",
 8346]
 8347
 8348[[package]]
 8349name = "jiff-tzdb"
 8350version = "0.1.4"
 8351source = "registry+https://github.com/rust-lang/crates.io-index"
 8352checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8353
 8354[[package]]
 8355name = "jiff-tzdb-platform"
 8356version = "0.1.3"
 8357source = "registry+https://github.com/rust-lang/crates.io-index"
 8358checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8359dependencies = [
 8360 "jiff-tzdb",
 8361]
 8362
 8363[[package]]
 8364name = "jj"
 8365version = "0.1.0"
 8366dependencies = [
 8367 "anyhow",
 8368 "gpui",
 8369 "jj-lib",
 8370 "workspace-hack",
 8371]
 8372
 8373[[package]]
 8374name = "jj-lib"
 8375version = "0.29.0"
 8376source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8377dependencies = [
 8378 "async-trait",
 8379 "blake2",
 8380 "bstr",
 8381 "chrono",
 8382 "clru",
 8383 "digest",
 8384 "dunce",
 8385 "either",
 8386 "futures 0.3.31",
 8387 "gix",
 8388 "glob",
 8389 "hashbrown 0.15.3",
 8390 "hex",
 8391 "ignore",
 8392 "indexmap",
 8393 "interim",
 8394 "itertools 0.14.0",
 8395 "jj-lib-proc-macros",
 8396 "maplit",
 8397 "once_cell",
 8398 "pest",
 8399 "pest_derive",
 8400 "pollster 0.4.0",
 8401 "prost 0.13.5",
 8402 "rand 0.8.5",
 8403 "rand_chacha 0.3.1",
 8404 "rayon",
 8405 "ref-cast",
 8406 "regex",
 8407 "rustix 1.0.7",
 8408 "same-file",
 8409 "serde",
 8410 "serde_json",
 8411 "smallvec",
 8412 "strsim",
 8413 "tempfile",
 8414 "thiserror 2.0.12",
 8415 "toml_edit",
 8416 "tracing",
 8417 "version_check",
 8418 "winreg 0.52.0",
 8419]
 8420
 8421[[package]]
 8422name = "jj-lib-proc-macros"
 8423version = "0.29.0"
 8424source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8425dependencies = [
 8426 "proc-macro2",
 8427 "quote",
 8428 "syn 2.0.101",
 8429]
 8430
 8431[[package]]
 8432name = "jj_ui"
 8433version = "0.1.0"
 8434dependencies = [
 8435 "command_palette_hooks",
 8436 "feature_flags",
 8437 "fuzzy",
 8438 "gpui",
 8439 "jj",
 8440 "picker",
 8441 "ui",
 8442 "util",
 8443 "workspace",
 8444 "workspace-hack",
 8445 "zed_actions",
 8446]
 8447
 8448[[package]]
 8449name = "jni"
 8450version = "0.21.1"
 8451source = "registry+https://github.com/rust-lang/crates.io-index"
 8452checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8453dependencies = [
 8454 "cesu8",
 8455 "cfg-if",
 8456 "combine",
 8457 "jni-sys",
 8458 "log",
 8459 "thiserror 1.0.69",
 8460 "walkdir",
 8461 "windows-sys 0.45.0",
 8462]
 8463
 8464[[package]]
 8465name = "jni-sys"
 8466version = "0.3.0"
 8467source = "registry+https://github.com/rust-lang/crates.io-index"
 8468checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8469
 8470[[package]]
 8471name = "jobserver"
 8472version = "0.1.33"
 8473source = "registry+https://github.com/rust-lang/crates.io-index"
 8474checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8475dependencies = [
 8476 "getrandom 0.3.2",
 8477 "libc",
 8478]
 8479
 8480[[package]]
 8481name = "journal"
 8482version = "0.1.0"
 8483dependencies = [
 8484 "anyhow",
 8485 "chrono",
 8486 "editor",
 8487 "gpui",
 8488 "log",
 8489 "schemars",
 8490 "serde",
 8491 "settings",
 8492 "shellexpand 2.1.2",
 8493 "workspace",
 8494 "workspace-hack",
 8495]
 8496
 8497[[package]]
 8498name = "jpeg-decoder"
 8499version = "0.3.1"
 8500source = "registry+https://github.com/rust-lang/crates.io-index"
 8501checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8502
 8503[[package]]
 8504name = "js-sys"
 8505version = "0.3.77"
 8506source = "registry+https://github.com/rust-lang/crates.io-index"
 8507checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8508dependencies = [
 8509 "once_cell",
 8510 "wasm-bindgen",
 8511]
 8512
 8513[[package]]
 8514name = "jsonschema"
 8515version = "0.30.0"
 8516source = "registry+https://github.com/rust-lang/crates.io-index"
 8517checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8518dependencies = [
 8519 "ahash 0.8.11",
 8520 "base64 0.22.1",
 8521 "bytecount",
 8522 "email_address",
 8523 "fancy-regex 0.14.0",
 8524 "fraction",
 8525 "idna",
 8526 "itoa",
 8527 "num-cmp",
 8528 "num-traits",
 8529 "once_cell",
 8530 "percent-encoding",
 8531 "referencing",
 8532 "regex",
 8533 "regex-syntax 0.8.5",
 8534 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8535 "serde",
 8536 "serde_json",
 8537 "uuid-simd",
 8538]
 8539
 8540[[package]]
 8541name = "jsonwebtoken"
 8542version = "9.3.1"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8545dependencies = [
 8546 "base64 0.22.1",
 8547 "js-sys",
 8548 "pem",
 8549 "ring",
 8550 "serde",
 8551 "serde_json",
 8552 "simple_asn1",
 8553]
 8554
 8555[[package]]
 8556name = "jupyter-protocol"
 8557version = "0.6.0"
 8558source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8559dependencies = [
 8560 "anyhow",
 8561 "async-trait",
 8562 "bytes 1.10.1",
 8563 "chrono",
 8564 "futures 0.3.31",
 8565 "serde",
 8566 "serde_json",
 8567 "uuid",
 8568]
 8569
 8570[[package]]
 8571name = "jupyter-websocket-client"
 8572version = "0.9.0"
 8573source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8574dependencies = [
 8575 "anyhow",
 8576 "async-trait",
 8577 "async-tungstenite",
 8578 "futures 0.3.31",
 8579 "jupyter-protocol",
 8580 "serde",
 8581 "serde_json",
 8582 "url",
 8583 "uuid",
 8584]
 8585
 8586[[package]]
 8587name = "khronos-egl"
 8588version = "6.0.0"
 8589source = "registry+https://github.com/rust-lang/crates.io-index"
 8590checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8591dependencies = [
 8592 "libc",
 8593 "libloading",
 8594]
 8595
 8596[[package]]
 8597name = "kqueue"
 8598version = "1.0.8"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8601dependencies = [
 8602 "kqueue-sys",
 8603 "libc",
 8604]
 8605
 8606[[package]]
 8607name = "kqueue-sys"
 8608version = "1.0.4"
 8609source = "registry+https://github.com/rust-lang/crates.io-index"
 8610checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8611dependencies = [
 8612 "bitflags 1.3.2",
 8613 "libc",
 8614]
 8615
 8616[[package]]
 8617name = "kstring"
 8618version = "2.0.2"
 8619source = "registry+https://github.com/rust-lang/crates.io-index"
 8620checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8621dependencies = [
 8622 "static_assertions",
 8623]
 8624
 8625[[package]]
 8626name = "kurbo"
 8627version = "0.11.1"
 8628source = "registry+https://github.com/rust-lang/crates.io-index"
 8629checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8630dependencies = [
 8631 "arrayvec",
 8632 "smallvec",
 8633]
 8634
 8635[[package]]
 8636name = "kv-log-macro"
 8637version = "1.0.7"
 8638source = "registry+https://github.com/rust-lang/crates.io-index"
 8639checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8640dependencies = [
 8641 "log",
 8642]
 8643
 8644[[package]]
 8645name = "language"
 8646version = "0.1.0"
 8647dependencies = [
 8648 "anyhow",
 8649 "async-trait",
 8650 "async-watch",
 8651 "clock",
 8652 "collections",
 8653 "ctor",
 8654 "ec4rs",
 8655 "env_logger 0.11.8",
 8656 "fs",
 8657 "futures 0.3.31",
 8658 "fuzzy",
 8659 "globset",
 8660 "gpui",
 8661 "http_client",
 8662 "imara-diff",
 8663 "indoc",
 8664 "itertools 0.14.0",
 8665 "log",
 8666 "lsp",
 8667 "parking_lot",
 8668 "postage",
 8669 "pretty_assertions",
 8670 "rand 0.8.5",
 8671 "regex",
 8672 "rpc",
 8673 "schemars",
 8674 "serde",
 8675 "serde_json",
 8676 "settings",
 8677 "smallvec",
 8678 "smol",
 8679 "streaming-iterator",
 8680 "strsim",
 8681 "sum_tree",
 8682 "task",
 8683 "text",
 8684 "theme",
 8685 "tree-sitter",
 8686 "tree-sitter-elixir",
 8687 "tree-sitter-embedded-template",
 8688 "tree-sitter-heex",
 8689 "tree-sitter-html",
 8690 "tree-sitter-json",
 8691 "tree-sitter-md",
 8692 "tree-sitter-python",
 8693 "tree-sitter-ruby",
 8694 "tree-sitter-rust",
 8695 "tree-sitter-typescript",
 8696 "unicase",
 8697 "unindent",
 8698 "util",
 8699 "workspace-hack",
 8700]
 8701
 8702[[package]]
 8703name = "language_extension"
 8704version = "0.1.0"
 8705dependencies = [
 8706 "anyhow",
 8707 "async-trait",
 8708 "collections",
 8709 "extension",
 8710 "fs",
 8711 "futures 0.3.31",
 8712 "gpui",
 8713 "language",
 8714 "lsp",
 8715 "serde",
 8716 "serde_json",
 8717 "util",
 8718 "workspace-hack",
 8719]
 8720
 8721[[package]]
 8722name = "language_model"
 8723version = "0.1.0"
 8724dependencies = [
 8725 "anthropic",
 8726 "anyhow",
 8727 "base64 0.22.1",
 8728 "client",
 8729 "collections",
 8730 "futures 0.3.31",
 8731 "google_ai",
 8732 "gpui",
 8733 "http_client",
 8734 "icons",
 8735 "image",
 8736 "open_ai",
 8737 "parking_lot",
 8738 "proto",
 8739 "schemars",
 8740 "serde",
 8741 "serde_json",
 8742 "smol",
 8743 "strum 0.27.1",
 8744 "telemetry_events",
 8745 "thiserror 2.0.12",
 8746 "util",
 8747 "workspace-hack",
 8748 "zed_llm_client",
 8749]
 8750
 8751[[package]]
 8752name = "language_model_selector"
 8753version = "0.1.0"
 8754dependencies = [
 8755 "collections",
 8756 "feature_flags",
 8757 "futures 0.3.31",
 8758 "fuzzy",
 8759 "gpui",
 8760 "language_model",
 8761 "log",
 8762 "ordered-float 2.10.1",
 8763 "picker",
 8764 "proto",
 8765 "ui",
 8766 "workspace-hack",
 8767 "zed_actions",
 8768]
 8769
 8770[[package]]
 8771name = "language_models"
 8772version = "0.1.0"
 8773dependencies = [
 8774 "anthropic",
 8775 "anyhow",
 8776 "aws-config",
 8777 "aws-credential-types",
 8778 "aws_http_client",
 8779 "bedrock",
 8780 "client",
 8781 "collections",
 8782 "copilot",
 8783 "credentials_provider",
 8784 "deepseek",
 8785 "editor",
 8786 "feature_flags",
 8787 "fs",
 8788 "futures 0.3.31",
 8789 "google_ai",
 8790 "gpui",
 8791 "gpui_tokio",
 8792 "http_client",
 8793 "language_model",
 8794 "lmstudio",
 8795 "log",
 8796 "menu",
 8797 "mistral",
 8798 "ollama",
 8799 "open_ai",
 8800 "partial-json-fixer",
 8801 "project",
 8802 "proto",
 8803 "release_channel",
 8804 "schemars",
 8805 "serde",
 8806 "serde_json",
 8807 "settings",
 8808 "smol",
 8809 "strum 0.27.1",
 8810 "theme",
 8811 "thiserror 2.0.12",
 8812 "tiktoken-rs",
 8813 "tokio",
 8814 "ui",
 8815 "util",
 8816 "workspace-hack",
 8817 "zed_llm_client",
 8818]
 8819
 8820[[package]]
 8821name = "language_selector"
 8822version = "0.1.0"
 8823dependencies = [
 8824 "anyhow",
 8825 "editor",
 8826 "file_finder",
 8827 "file_icons",
 8828 "fuzzy",
 8829 "gpui",
 8830 "language",
 8831 "picker",
 8832 "project",
 8833 "settings",
 8834 "ui",
 8835 "util",
 8836 "workspace",
 8837 "workspace-hack",
 8838]
 8839
 8840[[package]]
 8841name = "language_tools"
 8842version = "0.1.0"
 8843dependencies = [
 8844 "anyhow",
 8845 "client",
 8846 "collections",
 8847 "copilot",
 8848 "editor",
 8849 "env_logger 0.11.8",
 8850 "futures 0.3.31",
 8851 "gpui",
 8852 "itertools 0.14.0",
 8853 "language",
 8854 "lsp",
 8855 "project",
 8856 "release_channel",
 8857 "serde_json",
 8858 "settings",
 8859 "theme",
 8860 "tree-sitter",
 8861 "ui",
 8862 "util",
 8863 "workspace",
 8864 "workspace-hack",
 8865 "zed_actions",
 8866]
 8867
 8868[[package]]
 8869name = "languages"
 8870version = "0.1.0"
 8871dependencies = [
 8872 "anyhow",
 8873 "async-compression",
 8874 "async-tar",
 8875 "async-trait",
 8876 "collections",
 8877 "futures 0.3.31",
 8878 "gpui",
 8879 "http_client",
 8880 "language",
 8881 "log",
 8882 "lsp",
 8883 "node_runtime",
 8884 "parking_lot",
 8885 "paths",
 8886 "pet",
 8887 "pet-conda",
 8888 "pet-core",
 8889 "pet-fs",
 8890 "pet-poetry",
 8891 "pet-reporter",
 8892 "pretty_assertions",
 8893 "project",
 8894 "regex",
 8895 "rope",
 8896 "rust-embed",
 8897 "serde",
 8898 "serde_json",
 8899 "settings",
 8900 "smol",
 8901 "snippet_provider",
 8902 "task",
 8903 "text",
 8904 "theme",
 8905 "toml 0.8.20",
 8906 "tree-sitter",
 8907 "tree-sitter-bash",
 8908 "tree-sitter-c",
 8909 "tree-sitter-cpp",
 8910 "tree-sitter-css",
 8911 "tree-sitter-diff",
 8912 "tree-sitter-gitcommit",
 8913 "tree-sitter-go",
 8914 "tree-sitter-gomod",
 8915 "tree-sitter-gowork",
 8916 "tree-sitter-jsdoc",
 8917 "tree-sitter-json",
 8918 "tree-sitter-md",
 8919 "tree-sitter-python",
 8920 "tree-sitter-regex",
 8921 "tree-sitter-rust",
 8922 "tree-sitter-typescript",
 8923 "tree-sitter-yaml",
 8924 "unindent",
 8925 "util",
 8926 "workspace",
 8927 "workspace-hack",
 8928]
 8929
 8930[[package]]
 8931name = "lazy_static"
 8932version = "1.5.0"
 8933source = "registry+https://github.com/rust-lang/crates.io-index"
 8934checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8935dependencies = [
 8936 "spin",
 8937]
 8938
 8939[[package]]
 8940name = "lazycell"
 8941version = "1.3.0"
 8942source = "registry+https://github.com/rust-lang/crates.io-index"
 8943checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8944
 8945[[package]]
 8946name = "leak"
 8947version = "0.1.2"
 8948source = "registry+https://github.com/rust-lang/crates.io-index"
 8949checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8950
 8951[[package]]
 8952name = "leaky-cow"
 8953version = "0.1.1"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8956dependencies = [
 8957 "leak",
 8958]
 8959
 8960[[package]]
 8961name = "leb128"
 8962version = "0.2.5"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8965
 8966[[package]]
 8967name = "leb128fmt"
 8968version = "0.1.0"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8971
 8972[[package]]
 8973name = "lebe"
 8974version = "0.5.2"
 8975source = "registry+https://github.com/rust-lang/crates.io-index"
 8976checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8977
 8978[[package]]
 8979name = "libc"
 8980version = "0.2.172"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8983
 8984[[package]]
 8985name = "libdbus-sys"
 8986version = "0.2.5"
 8987source = "registry+https://github.com/rust-lang/crates.io-index"
 8988checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 8989dependencies = [
 8990 "cc",
 8991 "pkg-config",
 8992]
 8993
 8994[[package]]
 8995name = "libfuzzer-sys"
 8996version = "0.4.9"
 8997source = "registry+https://github.com/rust-lang/crates.io-index"
 8998checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 8999dependencies = [
 9000 "arbitrary",
 9001 "cc",
 9002]
 9003
 9004[[package]]
 9005name = "libgit2-sys"
 9006version = "0.18.1+1.9.0"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9009dependencies = [
 9010 "cc",
 9011 "libc",
 9012 "libz-sys",
 9013 "pkg-config",
 9014]
 9015
 9016[[package]]
 9017name = "libloading"
 9018version = "0.8.6"
 9019source = "registry+https://github.com/rust-lang/crates.io-index"
 9020checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9021dependencies = [
 9022 "cfg-if",
 9023 "windows-targets 0.52.6",
 9024]
 9025
 9026[[package]]
 9027name = "libm"
 9028version = "0.2.11"
 9029source = "registry+https://github.com/rust-lang/crates.io-index"
 9030checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9031
 9032[[package]]
 9033name = "libmimalloc-sys"
 9034version = "0.1.42"
 9035source = "registry+https://github.com/rust-lang/crates.io-index"
 9036checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9037dependencies = [
 9038 "cc",
 9039 "libc",
 9040]
 9041
 9042[[package]]
 9043name = "libredox"
 9044version = "0.1.3"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9047dependencies = [
 9048 "bitflags 2.9.0",
 9049 "libc",
 9050 "redox_syscall 0.5.11",
 9051]
 9052
 9053[[package]]
 9054name = "libsqlite3-sys"
 9055version = "0.30.1"
 9056source = "registry+https://github.com/rust-lang/crates.io-index"
 9057checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9058dependencies = [
 9059 "cc",
 9060 "pkg-config",
 9061 "vcpkg",
 9062]
 9063
 9064[[package]]
 9065name = "libwebrtc"
 9066version = "0.3.10"
 9067source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9068dependencies = [
 9069 "cxx",
 9070 "jni",
 9071 "js-sys",
 9072 "lazy_static",
 9073 "livekit-protocol",
 9074 "livekit-runtime",
 9075 "log",
 9076 "parking_lot",
 9077 "serde",
 9078 "serde_json",
 9079 "thiserror 1.0.69",
 9080 "tokio",
 9081 "wasm-bindgen",
 9082 "wasm-bindgen-futures",
 9083 "web-sys",
 9084 "webrtc-sys",
 9085]
 9086
 9087[[package]]
 9088name = "libz-rs-sys"
 9089version = "0.5.0"
 9090source = "registry+https://github.com/rust-lang/crates.io-index"
 9091checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9092dependencies = [
 9093 "zlib-rs",
 9094]
 9095
 9096[[package]]
 9097name = "libz-sys"
 9098version = "1.1.22"
 9099source = "registry+https://github.com/rust-lang/crates.io-index"
 9100checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9101dependencies = [
 9102 "cc",
 9103 "libc",
 9104 "pkg-config",
 9105 "vcpkg",
 9106]
 9107
 9108[[package]]
 9109name = "link-cplusplus"
 9110version = "1.0.10"
 9111source = "registry+https://github.com/rust-lang/crates.io-index"
 9112checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9113dependencies = [
 9114 "cc",
 9115]
 9116
 9117[[package]]
 9118name = "linkify"
 9119version = "0.10.0"
 9120source = "registry+https://github.com/rust-lang/crates.io-index"
 9121checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9122dependencies = [
 9123 "memchr",
 9124]
 9125
 9126[[package]]
 9127name = "linux-raw-sys"
 9128version = "0.4.15"
 9129source = "registry+https://github.com/rust-lang/crates.io-index"
 9130checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9131
 9132[[package]]
 9133name = "linux-raw-sys"
 9134version = "0.9.4"
 9135source = "registry+https://github.com/rust-lang/crates.io-index"
 9136checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9137
 9138[[package]]
 9139name = "litemap"
 9140version = "0.7.5"
 9141source = "registry+https://github.com/rust-lang/crates.io-index"
 9142checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9143
 9144[[package]]
 9145name = "livekit"
 9146version = "0.7.8"
 9147source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9148dependencies = [
 9149 "chrono",
 9150 "futures-util",
 9151 "lazy_static",
 9152 "libloading",
 9153 "libwebrtc",
 9154 "livekit-api",
 9155 "livekit-protocol",
 9156 "livekit-runtime",
 9157 "log",
 9158 "parking_lot",
 9159 "prost 0.12.6",
 9160 "semver",
 9161 "serde",
 9162 "serde_json",
 9163 "thiserror 1.0.69",
 9164 "tokio",
 9165]
 9166
 9167[[package]]
 9168name = "livekit-api"
 9169version = "0.4.2"
 9170source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9171dependencies = [
 9172 "futures-util",
 9173 "http 0.2.12",
 9174 "livekit-protocol",
 9175 "livekit-runtime",
 9176 "log",
 9177 "parking_lot",
 9178 "pbjson-types",
 9179 "prost 0.12.6",
 9180 "rand 0.9.1",
 9181 "reqwest 0.11.27",
 9182 "scopeguard",
 9183 "serde",
 9184 "sha2",
 9185 "thiserror 1.0.69",
 9186 "tokio",
 9187 "tokio-tungstenite 0.26.2",
 9188 "url",
 9189]
 9190
 9191[[package]]
 9192name = "livekit-protocol"
 9193version = "0.3.9"
 9194source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9195dependencies = [
 9196 "futures-util",
 9197 "livekit-runtime",
 9198 "parking_lot",
 9199 "pbjson",
 9200 "pbjson-types",
 9201 "prost 0.12.6",
 9202 "prost-types 0.12.6",
 9203 "serde",
 9204 "thiserror 1.0.69",
 9205 "tokio",
 9206]
 9207
 9208[[package]]
 9209name = "livekit-runtime"
 9210version = "0.4.0"
 9211source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9212dependencies = [
 9213 "tokio",
 9214 "tokio-stream",
 9215]
 9216
 9217[[package]]
 9218name = "livekit_api"
 9219version = "0.1.0"
 9220dependencies = [
 9221 "anyhow",
 9222 "async-trait",
 9223 "jsonwebtoken",
 9224 "log",
 9225 "prost 0.9.0",
 9226 "prost-build 0.9.0",
 9227 "prost-types 0.9.0",
 9228 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9229 "serde",
 9230 "workspace-hack",
 9231]
 9232
 9233[[package]]
 9234name = "livekit_client"
 9235version = "0.1.0"
 9236dependencies = [
 9237 "anyhow",
 9238 "async-trait",
 9239 "collections",
 9240 "core-foundation 0.10.0",
 9241 "core-video",
 9242 "coreaudio-rs 0.12.1",
 9243 "cpal",
 9244 "futures 0.3.31",
 9245 "gpui",
 9246 "gpui_tokio",
 9247 "http_client_tls",
 9248 "image",
 9249 "libwebrtc",
 9250 "livekit",
 9251 "livekit_api",
 9252 "log",
 9253 "nanoid",
 9254 "objc",
 9255 "parking_lot",
 9256 "postage",
 9257 "scap",
 9258 "serde",
 9259 "serde_json",
 9260 "sha2",
 9261 "simplelog",
 9262 "smallvec",
 9263 "tokio-tungstenite 0.26.2",
 9264 "util",
 9265 "workspace-hack",
 9266]
 9267
 9268[[package]]
 9269name = "lmdb-master-sys"
 9270version = "0.2.5"
 9271source = "registry+https://github.com/rust-lang/crates.io-index"
 9272checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9273dependencies = [
 9274 "cc",
 9275 "doxygen-rs",
 9276 "libc",
 9277]
 9278
 9279[[package]]
 9280name = "lmstudio"
 9281version = "0.1.0"
 9282dependencies = [
 9283 "anyhow",
 9284 "futures 0.3.31",
 9285 "http_client",
 9286 "schemars",
 9287 "serde",
 9288 "serde_json",
 9289 "workspace-hack",
 9290]
 9291
 9292[[package]]
 9293name = "lock_api"
 9294version = "0.4.12"
 9295source = "registry+https://github.com/rust-lang/crates.io-index"
 9296checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9297dependencies = [
 9298 "autocfg",
 9299 "scopeguard",
 9300]
 9301
 9302[[package]]
 9303name = "log"
 9304version = "0.4.27"
 9305source = "registry+https://github.com/rust-lang/crates.io-index"
 9306checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9307dependencies = [
 9308 "serde",
 9309 "value-bag",
 9310]
 9311
 9312[[package]]
 9313name = "logos"
 9314version = "0.15.0"
 9315source = "registry+https://github.com/rust-lang/crates.io-index"
 9316checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9317dependencies = [
 9318 "logos-derive",
 9319]
 9320
 9321[[package]]
 9322name = "logos-codegen"
 9323version = "0.15.0"
 9324source = "registry+https://github.com/rust-lang/crates.io-index"
 9325checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9326dependencies = [
 9327 "beef",
 9328 "fnv",
 9329 "lazy_static",
 9330 "proc-macro2",
 9331 "quote",
 9332 "regex-syntax 0.8.5",
 9333 "rustc_version",
 9334 "syn 2.0.101",
 9335]
 9336
 9337[[package]]
 9338name = "logos-derive"
 9339version = "0.15.0"
 9340source = "registry+https://github.com/rust-lang/crates.io-index"
 9341checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9342dependencies = [
 9343 "logos-codegen",
 9344]
 9345
 9346[[package]]
 9347name = "loop9"
 9348version = "0.1.5"
 9349source = "registry+https://github.com/rust-lang/crates.io-index"
 9350checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9351dependencies = [
 9352 "imgref",
 9353]
 9354
 9355[[package]]
 9356name = "lru"
 9357version = "0.12.5"
 9358source = "registry+https://github.com/rust-lang/crates.io-index"
 9359checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9360dependencies = [
 9361 "hashbrown 0.15.3",
 9362]
 9363
 9364[[package]]
 9365name = "lsp"
 9366version = "0.1.0"
 9367dependencies = [
 9368 "anyhow",
 9369 "async-pipe",
 9370 "collections",
 9371 "ctor",
 9372 "env_logger 0.11.8",
 9373 "futures 0.3.31",
 9374 "gpui",
 9375 "log",
 9376 "lsp-types",
 9377 "parking_lot",
 9378 "postage",
 9379 "release_channel",
 9380 "schemars",
 9381 "serde",
 9382 "serde_json",
 9383 "smol",
 9384 "util",
 9385 "workspace-hack",
 9386]
 9387
 9388[[package]]
 9389name = "lsp-types"
 9390version = "0.95.1"
 9391source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9392dependencies = [
 9393 "bitflags 1.3.2",
 9394 "serde",
 9395 "serde_json",
 9396 "serde_repr",
 9397 "url",
 9398]
 9399
 9400[[package]]
 9401name = "lyon"
 9402version = "1.0.1"
 9403source = "registry+https://github.com/rust-lang/crates.io-index"
 9404checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9405dependencies = [
 9406 "lyon_algorithms",
 9407 "lyon_extra",
 9408 "lyon_tessellation",
 9409]
 9410
 9411[[package]]
 9412name = "lyon_algorithms"
 9413version = "1.0.5"
 9414source = "registry+https://github.com/rust-lang/crates.io-index"
 9415checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9416dependencies = [
 9417 "lyon_path",
 9418 "num-traits",
 9419]
 9420
 9421[[package]]
 9422name = "lyon_extra"
 9423version = "1.0.3"
 9424source = "registry+https://github.com/rust-lang/crates.io-index"
 9425checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9426dependencies = [
 9427 "lyon_path",
 9428 "thiserror 1.0.69",
 9429]
 9430
 9431[[package]]
 9432name = "lyon_geom"
 9433version = "1.0.6"
 9434source = "registry+https://github.com/rust-lang/crates.io-index"
 9435checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9436dependencies = [
 9437 "arrayvec",
 9438 "euclid",
 9439 "num-traits",
 9440]
 9441
 9442[[package]]
 9443name = "lyon_path"
 9444version = "1.0.7"
 9445source = "registry+https://github.com/rust-lang/crates.io-index"
 9446checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9447dependencies = [
 9448 "lyon_geom",
 9449 "num-traits",
 9450]
 9451
 9452[[package]]
 9453name = "lyon_tessellation"
 9454version = "1.0.15"
 9455source = "registry+https://github.com/rust-lang/crates.io-index"
 9456checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9457dependencies = [
 9458 "float_next_after",
 9459 "lyon_path",
 9460 "num-traits",
 9461]
 9462
 9463[[package]]
 9464name = "mac"
 9465version = "0.1.1"
 9466source = "registry+https://github.com/rust-lang/crates.io-index"
 9467checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9468
 9469[[package]]
 9470name = "mach2"
 9471version = "0.4.2"
 9472source = "registry+https://github.com/rust-lang/crates.io-index"
 9473checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9474dependencies = [
 9475 "libc",
 9476]
 9477
 9478[[package]]
 9479name = "malloc_buf"
 9480version = "0.0.6"
 9481source = "registry+https://github.com/rust-lang/crates.io-index"
 9482checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9483dependencies = [
 9484 "libc",
 9485]
 9486
 9487[[package]]
 9488name = "maplit"
 9489version = "1.0.2"
 9490source = "registry+https://github.com/rust-lang/crates.io-index"
 9491checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9492
 9493[[package]]
 9494name = "markdown"
 9495version = "0.1.0"
 9496dependencies = [
 9497 "anyhow",
 9498 "assets",
 9499 "base64 0.22.1",
 9500 "env_logger 0.11.8",
 9501 "gpui",
 9502 "language",
 9503 "languages",
 9504 "linkify",
 9505 "log",
 9506 "node_runtime",
 9507 "pulldown-cmark 0.12.2",
 9508 "settings",
 9509 "sum_tree",
 9510 "theme",
 9511 "ui",
 9512 "util",
 9513 "workspace-hack",
 9514]
 9515
 9516[[package]]
 9517name = "markdown_preview"
 9518version = "0.1.0"
 9519dependencies = [
 9520 "anyhow",
 9521 "async-recursion 1.1.1",
 9522 "collections",
 9523 "editor",
 9524 "gpui",
 9525 "language",
 9526 "linkify",
 9527 "log",
 9528 "pretty_assertions",
 9529 "pulldown-cmark 0.12.2",
 9530 "settings",
 9531 "theme",
 9532 "ui",
 9533 "util",
 9534 "workspace",
 9535 "workspace-hack",
 9536]
 9537
 9538[[package]]
 9539name = "markup5ever"
 9540version = "0.12.1"
 9541source = "registry+https://github.com/rust-lang/crates.io-index"
 9542checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9543dependencies = [
 9544 "log",
 9545 "phf",
 9546 "phf_codegen",
 9547 "string_cache",
 9548 "string_cache_codegen",
 9549 "tendril",
 9550]
 9551
 9552[[package]]
 9553name = "markup5ever"
 9554version = "0.16.1"
 9555source = "registry+https://github.com/rust-lang/crates.io-index"
 9556checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9557dependencies = [
 9558 "log",
 9559 "tendril",
 9560 "web_atoms",
 9561]
 9562
 9563[[package]]
 9564name = "markup5ever_rcdom"
 9565version = "0.3.0"
 9566source = "registry+https://github.com/rust-lang/crates.io-index"
 9567checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9568dependencies = [
 9569 "html5ever 0.27.0",
 9570 "markup5ever 0.12.1",
 9571 "tendril",
 9572 "xml5ever",
 9573]
 9574
 9575[[package]]
 9576name = "match_token"
 9577version = "0.1.0"
 9578source = "registry+https://github.com/rust-lang/crates.io-index"
 9579checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9580dependencies = [
 9581 "proc-macro2",
 9582 "quote",
 9583 "syn 2.0.101",
 9584]
 9585
 9586[[package]]
 9587name = "matchers"
 9588version = "0.1.0"
 9589source = "registry+https://github.com/rust-lang/crates.io-index"
 9590checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9591dependencies = [
 9592 "regex-automata 0.1.10",
 9593]
 9594
 9595[[package]]
 9596name = "matchit"
 9597version = "0.7.3"
 9598source = "registry+https://github.com/rust-lang/crates.io-index"
 9599checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9600
 9601[[package]]
 9602name = "maybe-async"
 9603version = "0.2.10"
 9604source = "registry+https://github.com/rust-lang/crates.io-index"
 9605checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9606dependencies = [
 9607 "proc-macro2",
 9608 "quote",
 9609 "syn 2.0.101",
 9610]
 9611
 9612[[package]]
 9613name = "maybe-owned"
 9614version = "0.3.4"
 9615source = "registry+https://github.com/rust-lang/crates.io-index"
 9616checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9617
 9618[[package]]
 9619name = "maybe-rayon"
 9620version = "0.1.1"
 9621source = "registry+https://github.com/rust-lang/crates.io-index"
 9622checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9623dependencies = [
 9624 "cfg-if",
 9625 "rayon",
 9626]
 9627
 9628[[package]]
 9629name = "md-5"
 9630version = "0.10.6"
 9631source = "registry+https://github.com/rust-lang/crates.io-index"
 9632checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9633dependencies = [
 9634 "cfg-if",
 9635 "digest",
 9636]
 9637
 9638[[package]]
 9639name = "mdbook"
 9640version = "0.4.48"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9643dependencies = [
 9644 "ammonia",
 9645 "anyhow",
 9646 "chrono",
 9647 "clap",
 9648 "clap_complete",
 9649 "elasticlunr-rs",
 9650 "env_logger 0.11.8",
 9651 "futures-util",
 9652 "handlebars 6.3.2",
 9653 "hex",
 9654 "ignore",
 9655 "log",
 9656 "memchr",
 9657 "notify",
 9658 "notify-debouncer-mini",
 9659 "once_cell",
 9660 "opener",
 9661 "pathdiff",
 9662 "pulldown-cmark 0.10.3",
 9663 "regex",
 9664 "serde",
 9665 "serde_json",
 9666 "sha2",
 9667 "shlex",
 9668 "tempfile",
 9669 "tokio",
 9670 "toml 0.5.11",
 9671 "topological-sort",
 9672 "walkdir",
 9673 "warp",
 9674]
 9675
 9676[[package]]
 9677name = "media"
 9678version = "0.1.0"
 9679dependencies = [
 9680 "anyhow",
 9681 "bindgen 0.71.1",
 9682 "core-foundation 0.10.0",
 9683 "core-video",
 9684 "ctor",
 9685 "foreign-types 0.5.0",
 9686 "metal",
 9687 "objc",
 9688 "workspace-hack",
 9689]
 9690
 9691[[package]]
 9692name = "memchr"
 9693version = "2.7.4"
 9694source = "registry+https://github.com/rust-lang/crates.io-index"
 9695checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9696
 9697[[package]]
 9698name = "memfd"
 9699version = "0.6.4"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9702dependencies = [
 9703 "rustix 0.38.44",
 9704]
 9705
 9706[[package]]
 9707name = "memmap2"
 9708version = "0.9.5"
 9709source = "registry+https://github.com/rust-lang/crates.io-index"
 9710checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9711dependencies = [
 9712 "libc",
 9713]
 9714
 9715[[package]]
 9716name = "memoffset"
 9717version = "0.9.1"
 9718source = "registry+https://github.com/rust-lang/crates.io-index"
 9719checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9720dependencies = [
 9721 "autocfg",
 9722]
 9723
 9724[[package]]
 9725name = "menu"
 9726version = "0.1.0"
 9727dependencies = [
 9728 "gpui",
 9729 "workspace-hack",
 9730]
 9731
 9732[[package]]
 9733name = "metal"
 9734version = "0.29.0"
 9735source = "registry+https://github.com/rust-lang/crates.io-index"
 9736checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9737dependencies = [
 9738 "bitflags 2.9.0",
 9739 "block",
 9740 "core-graphics-types 0.1.3",
 9741 "foreign-types 0.5.0",
 9742 "log",
 9743 "objc",
 9744 "paste",
 9745]
 9746
 9747[[package]]
 9748name = "migrator"
 9749version = "0.1.0"
 9750dependencies = [
 9751 "anyhow",
 9752 "collections",
 9753 "convert_case 0.8.0",
 9754 "log",
 9755 "pretty_assertions",
 9756 "streaming-iterator",
 9757 "tree-sitter",
 9758 "tree-sitter-json",
 9759 "workspace-hack",
 9760]
 9761
 9762[[package]]
 9763name = "mimalloc"
 9764version = "0.1.46"
 9765source = "registry+https://github.com/rust-lang/crates.io-index"
 9766checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9767dependencies = [
 9768 "libmimalloc-sys",
 9769]
 9770
 9771[[package]]
 9772name = "mime"
 9773version = "0.3.17"
 9774source = "registry+https://github.com/rust-lang/crates.io-index"
 9775checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9776
 9777[[package]]
 9778name = "mime_guess"
 9779version = "2.0.5"
 9780source = "registry+https://github.com/rust-lang/crates.io-index"
 9781checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9782dependencies = [
 9783 "mime",
 9784 "unicase",
 9785]
 9786
 9787[[package]]
 9788name = "minimal-lexical"
 9789version = "0.2.1"
 9790source = "registry+https://github.com/rust-lang/crates.io-index"
 9791checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9792
 9793[[package]]
 9794name = "miniz_oxide"
 9795version = "0.8.8"
 9796source = "registry+https://github.com/rust-lang/crates.io-index"
 9797checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9798dependencies = [
 9799 "adler2",
 9800 "simd-adler32",
 9801]
 9802
 9803[[package]]
 9804name = "mint"
 9805version = "0.5.9"
 9806source = "registry+https://github.com/rust-lang/crates.io-index"
 9807checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9808
 9809[[package]]
 9810name = "mio"
 9811version = "1.0.3"
 9812source = "registry+https://github.com/rust-lang/crates.io-index"
 9813checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9814dependencies = [
 9815 "libc",
 9816 "log",
 9817 "wasi 0.11.0+wasi-snapshot-preview1",
 9818 "windows-sys 0.52.0",
 9819]
 9820
 9821[[package]]
 9822name = "miow"
 9823version = "0.6.0"
 9824source = "registry+https://github.com/rust-lang/crates.io-index"
 9825checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9826dependencies = [
 9827 "windows-sys 0.48.0",
 9828]
 9829
 9830[[package]]
 9831name = "mistral"
 9832version = "0.1.0"
 9833dependencies = [
 9834 "anyhow",
 9835 "futures 0.3.31",
 9836 "http_client",
 9837 "schemars",
 9838 "serde",
 9839 "serde_json",
 9840 "strum 0.27.1",
 9841 "workspace-hack",
 9842]
 9843
 9844[[package]]
 9845name = "msvc_spectre_libs"
 9846version = "0.1.3"
 9847source = "registry+https://github.com/rust-lang/crates.io-index"
 9848checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9849dependencies = [
 9850 "cc",
 9851]
 9852
 9853[[package]]
 9854name = "multi_buffer"
 9855version = "0.1.0"
 9856dependencies = [
 9857 "anyhow",
 9858 "buffer_diff",
 9859 "clock",
 9860 "collections",
 9861 "ctor",
 9862 "env_logger 0.11.8",
 9863 "gpui",
 9864 "indoc",
 9865 "itertools 0.14.0",
 9866 "language",
 9867 "log",
 9868 "parking_lot",
 9869 "pretty_assertions",
 9870 "project",
 9871 "rand 0.8.5",
 9872 "rope",
 9873 "serde",
 9874 "settings",
 9875 "smallvec",
 9876 "smol",
 9877 "sum_tree",
 9878 "text",
 9879 "theme",
 9880 "tree-sitter",
 9881 "util",
 9882 "workspace-hack",
 9883]
 9884
 9885[[package]]
 9886name = "multimap"
 9887version = "0.8.3"
 9888source = "registry+https://github.com/rust-lang/crates.io-index"
 9889checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9890
 9891[[package]]
 9892name = "multimap"
 9893version = "0.10.0"
 9894source = "registry+https://github.com/rust-lang/crates.io-index"
 9895checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9896
 9897[[package]]
 9898name = "naga"
 9899version = "25.0.1"
 9900source = "registry+https://github.com/rust-lang/crates.io-index"
 9901checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9902dependencies = [
 9903 "arrayvec",
 9904 "bit-set 0.8.0",
 9905 "bitflags 2.9.0",
 9906 "cfg_aliases 0.2.1",
 9907 "codespan-reporting 0.12.0",
 9908 "half",
 9909 "hashbrown 0.15.3",
 9910 "hexf-parse",
 9911 "indexmap",
 9912 "log",
 9913 "num-traits",
 9914 "once_cell",
 9915 "rustc-hash 1.1.0",
 9916 "spirv",
 9917 "strum 0.26.3",
 9918 "thiserror 2.0.12",
 9919 "unicode-ident",
 9920]
 9921
 9922[[package]]
 9923name = "nanoid"
 9924version = "0.4.0"
 9925source = "registry+https://github.com/rust-lang/crates.io-index"
 9926checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9927dependencies = [
 9928 "rand 0.8.5",
 9929]
 9930
 9931[[package]]
 9932name = "nanorand"
 9933version = "0.7.0"
 9934source = "registry+https://github.com/rust-lang/crates.io-index"
 9935checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9936dependencies = [
 9937 "getrandom 0.2.15",
 9938]
 9939
 9940[[package]]
 9941name = "native-tls"
 9942version = "0.2.14"
 9943source = "registry+https://github.com/rust-lang/crates.io-index"
 9944checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9945dependencies = [
 9946 "libc",
 9947 "log",
 9948 "openssl",
 9949 "openssl-probe",
 9950 "openssl-sys",
 9951 "schannel",
 9952 "security-framework 2.11.1",
 9953 "security-framework-sys",
 9954 "tempfile",
 9955]
 9956
 9957[[package]]
 9958name = "nbformat"
 9959version = "0.10.0"
 9960source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 9961dependencies = [
 9962 "anyhow",
 9963 "chrono",
 9964 "jupyter-protocol",
 9965 "serde",
 9966 "serde_json",
 9967 "thiserror 1.0.69",
 9968 "uuid",
 9969]
 9970
 9971[[package]]
 9972name = "ndk"
 9973version = "0.8.0"
 9974source = "registry+https://github.com/rust-lang/crates.io-index"
 9975checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 9976dependencies = [
 9977 "bitflags 2.9.0",
 9978 "jni-sys",
 9979 "log",
 9980 "ndk-sys",
 9981 "num_enum",
 9982 "thiserror 1.0.69",
 9983]
 9984
 9985[[package]]
 9986name = "ndk-context"
 9987version = "0.1.1"
 9988source = "registry+https://github.com/rust-lang/crates.io-index"
 9989checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 9990
 9991[[package]]
 9992name = "ndk-sys"
 9993version = "0.5.0+25.2.9519653"
 9994source = "registry+https://github.com/rust-lang/crates.io-index"
 9995checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 9996dependencies = [
 9997 "jni-sys",
 9998]
 9999
10000[[package]]
10001name = "new_debug_unreachable"
10002version = "1.0.6"
10003source = "registry+https://github.com/rust-lang/crates.io-index"
10004checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10005
10006[[package]]
10007name = "nix"
10008version = "0.28.0"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10011dependencies = [
10012 "bitflags 2.9.0",
10013 "cfg-if",
10014 "cfg_aliases 0.1.1",
10015 "libc",
10016]
10017
10018[[package]]
10019name = "nix"
10020version = "0.29.0"
10021source = "registry+https://github.com/rust-lang/crates.io-index"
10022checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10023dependencies = [
10024 "bitflags 2.9.0",
10025 "cfg-if",
10026 "cfg_aliases 0.2.1",
10027 "libc",
10028 "memoffset",
10029]
10030
10031[[package]]
10032name = "node_runtime"
10033version = "0.1.0"
10034dependencies = [
10035 "anyhow",
10036 "async-compression",
10037 "async-std",
10038 "async-tar",
10039 "async-trait",
10040 "async-watch",
10041 "async_zip",
10042 "futures 0.3.31",
10043 "http_client",
10044 "log",
10045 "paths",
10046 "semver",
10047 "serde",
10048 "serde_json",
10049 "smol",
10050 "tempfile",
10051 "util",
10052 "walkdir",
10053 "which 6.0.3",
10054 "workspace-hack",
10055]
10056
10057[[package]]
10058name = "nom"
10059version = "7.1.3"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10062dependencies = [
10063 "memchr",
10064 "minimal-lexical",
10065]
10066
10067[[package]]
10068name = "noop_proc_macro"
10069version = "0.3.0"
10070source = "registry+https://github.com/rust-lang/crates.io-index"
10071checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10072
10073[[package]]
10074name = "normpath"
10075version = "1.3.0"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10078dependencies = [
10079 "windows-sys 0.59.0",
10080]
10081
10082[[package]]
10083name = "notifications"
10084version = "0.1.0"
10085dependencies = [
10086 "anyhow",
10087 "channel",
10088 "client",
10089 "collections",
10090 "component",
10091 "db",
10092 "gpui",
10093 "rpc",
10094 "settings",
10095 "sum_tree",
10096 "time",
10097 "ui",
10098 "util",
10099 "workspace",
10100 "workspace-hack",
10101]
10102
10103[[package]]
10104name = "notify"
10105version = "8.0.0"
10106source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10107dependencies = [
10108 "bitflags 2.9.0",
10109 "filetime",
10110 "fsevent-sys 4.1.0",
10111 "inotify",
10112 "kqueue",
10113 "libc",
10114 "log",
10115 "mio",
10116 "notify-types",
10117 "walkdir",
10118 "windows-sys 0.59.0",
10119]
10120
10121[[package]]
10122name = "notify-debouncer-mini"
10123version = "0.6.0"
10124source = "registry+https://github.com/rust-lang/crates.io-index"
10125checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10126dependencies = [
10127 "log",
10128 "notify",
10129 "notify-types",
10130 "tempfile",
10131]
10132
10133[[package]]
10134name = "notify-types"
10135version = "2.0.0"
10136source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10137
10138[[package]]
10139name = "ntapi"
10140version = "0.4.1"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10143dependencies = [
10144 "winapi",
10145]
10146
10147[[package]]
10148name = "nu-ansi-term"
10149version = "0.46.0"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10152dependencies = [
10153 "overload",
10154 "winapi",
10155]
10156
10157[[package]]
10158name = "num"
10159version = "0.4.3"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10162dependencies = [
10163 "num-bigint",
10164 "num-complex",
10165 "num-integer",
10166 "num-iter",
10167 "num-rational",
10168 "num-traits",
10169]
10170
10171[[package]]
10172name = "num-bigint"
10173version = "0.4.6"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10176dependencies = [
10177 "num-integer",
10178 "num-traits",
10179]
10180
10181[[package]]
10182name = "num-bigint-dig"
10183version = "0.8.4"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10186dependencies = [
10187 "byteorder",
10188 "lazy_static",
10189 "libm",
10190 "num-integer",
10191 "num-iter",
10192 "num-traits",
10193 "rand 0.8.5",
10194 "serde",
10195 "smallvec",
10196 "zeroize",
10197]
10198
10199[[package]]
10200name = "num-cmp"
10201version = "0.1.0"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10204
10205[[package]]
10206name = "num-complex"
10207version = "0.4.6"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10210dependencies = [
10211 "num-traits",
10212]
10213
10214[[package]]
10215name = "num-conv"
10216version = "0.1.0"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10219
10220[[package]]
10221name = "num-derive"
10222version = "0.4.2"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10225dependencies = [
10226 "proc-macro2",
10227 "quote",
10228 "syn 2.0.101",
10229]
10230
10231[[package]]
10232name = "num-format"
10233version = "0.4.4"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10236dependencies = [
10237 "arrayvec",
10238 "itoa",
10239]
10240
10241[[package]]
10242name = "num-integer"
10243version = "0.1.46"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10246dependencies = [
10247 "num-traits",
10248]
10249
10250[[package]]
10251name = "num-iter"
10252version = "0.1.45"
10253source = "registry+https://github.com/rust-lang/crates.io-index"
10254checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10255dependencies = [
10256 "autocfg",
10257 "num-integer",
10258 "num-traits",
10259]
10260
10261[[package]]
10262name = "num-modular"
10263version = "0.6.1"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10266
10267[[package]]
10268name = "num-order"
10269version = "1.2.0"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10272dependencies = [
10273 "num-modular",
10274]
10275
10276[[package]]
10277name = "num-rational"
10278version = "0.4.2"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10281dependencies = [
10282 "num-bigint",
10283 "num-integer",
10284 "num-traits",
10285]
10286
10287[[package]]
10288name = "num-traits"
10289version = "0.2.19"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10292dependencies = [
10293 "autocfg",
10294 "libm",
10295]
10296
10297[[package]]
10298name = "num_cpus"
10299version = "1.16.0"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10302dependencies = [
10303 "hermit-abi 0.3.9",
10304 "libc",
10305]
10306
10307[[package]]
10308name = "num_enum"
10309version = "0.7.3"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10312dependencies = [
10313 "num_enum_derive",
10314]
10315
10316[[package]]
10317name = "num_enum_derive"
10318version = "0.7.3"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10321dependencies = [
10322 "proc-macro-crate",
10323 "proc-macro2",
10324 "quote",
10325 "syn 2.0.101",
10326]
10327
10328[[package]]
10329name = "num_threads"
10330version = "0.1.7"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10333dependencies = [
10334 "libc",
10335]
10336
10337[[package]]
10338name = "nvim-rs"
10339version = "0.9.2"
10340source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10341dependencies = [
10342 "async-trait",
10343 "futures 0.3.31",
10344 "log",
10345 "rmp",
10346 "rmpv",
10347 "tokio",
10348 "tokio-util",
10349]
10350
10351[[package]]
10352name = "objc"
10353version = "0.2.7"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10356dependencies = [
10357 "malloc_buf",
10358 "objc_exception",
10359]
10360
10361[[package]]
10362name = "objc-foundation"
10363version = "0.1.1"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10366dependencies = [
10367 "block",
10368 "objc",
10369 "objc_id",
10370]
10371
10372[[package]]
10373name = "objc2"
10374version = "0.6.1"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10377dependencies = [
10378 "objc2-encode",
10379]
10380
10381[[package]]
10382name = "objc2-app-kit"
10383version = "0.3.1"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10386dependencies = [
10387 "bitflags 2.9.0",
10388 "objc2",
10389 "objc2-core-foundation",
10390 "objc2-foundation",
10391 "objc2-quartz-core",
10392]
10393
10394[[package]]
10395name = "objc2-core-foundation"
10396version = "0.3.1"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10399dependencies = [
10400 "bitflags 2.9.0",
10401 "dispatch2",
10402 "objc2",
10403]
10404
10405[[package]]
10406name = "objc2-encode"
10407version = "4.1.0"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10410
10411[[package]]
10412name = "objc2-foundation"
10413version = "0.3.1"
10414source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10416dependencies = [
10417 "bitflags 2.9.0",
10418 "objc2",
10419 "objc2-core-foundation",
10420]
10421
10422[[package]]
10423name = "objc2-metal"
10424version = "0.3.1"
10425source = "registry+https://github.com/rust-lang/crates.io-index"
10426checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10427dependencies = [
10428 "bitflags 2.9.0",
10429 "block2",
10430 "dispatch2",
10431 "objc2",
10432 "objc2-core-foundation",
10433 "objc2-foundation",
10434]
10435
10436[[package]]
10437name = "objc2-quartz-core"
10438version = "0.3.1"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10441dependencies = [
10442 "bitflags 2.9.0",
10443 "objc2",
10444 "objc2-core-foundation",
10445 "objc2-foundation",
10446 "objc2-metal",
10447]
10448
10449[[package]]
10450name = "objc2-ui-kit"
10451version = "0.3.1"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10454dependencies = [
10455 "bitflags 2.9.0",
10456 "objc2",
10457 "objc2-core-foundation",
10458 "objc2-foundation",
10459 "objc2-quartz-core",
10460]
10461
10462[[package]]
10463name = "objc_exception"
10464version = "0.1.2"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10467dependencies = [
10468 "cc",
10469]
10470
10471[[package]]
10472name = "objc_id"
10473version = "0.1.1"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10476dependencies = [
10477 "objc",
10478]
10479
10480[[package]]
10481name = "object"
10482version = "0.36.7"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10485dependencies = [
10486 "crc32fast",
10487 "hashbrown 0.15.3",
10488 "indexmap",
10489 "memchr",
10490]
10491
10492[[package]]
10493name = "oboe"
10494version = "0.6.1"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10497dependencies = [
10498 "jni",
10499 "ndk",
10500 "ndk-context",
10501 "num-derive",
10502 "num-traits",
10503 "oboe-sys",
10504]
10505
10506[[package]]
10507name = "oboe-sys"
10508version = "0.6.1"
10509source = "registry+https://github.com/rust-lang/crates.io-index"
10510checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10511dependencies = [
10512 "cc",
10513]
10514
10515[[package]]
10516name = "ollama"
10517version = "0.1.0"
10518dependencies = [
10519 "anyhow",
10520 "futures 0.3.31",
10521 "http_client",
10522 "schemars",
10523 "serde",
10524 "serde_json",
10525 "workspace-hack",
10526]
10527
10528[[package]]
10529name = "once_cell"
10530version = "1.21.3"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10533
10534[[package]]
10535name = "oo7"
10536version = "0.4.3"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10539dependencies = [
10540 "aes",
10541 "ashpd",
10542 "async-fs",
10543 "async-io",
10544 "async-lock",
10545 "blocking",
10546 "cbc",
10547 "cipher",
10548 "digest",
10549 "endi",
10550 "futures-lite 2.6.0",
10551 "futures-util",
10552 "getrandom 0.3.2",
10553 "hkdf",
10554 "hmac",
10555 "md-5",
10556 "num",
10557 "num-bigint-dig",
10558 "pbkdf2 0.12.2",
10559 "rand 0.9.1",
10560 "serde",
10561 "sha2",
10562 "subtle",
10563 "zbus",
10564 "zbus_macros",
10565 "zeroize",
10566 "zvariant",
10567]
10568
10569[[package]]
10570name = "oorandom"
10571version = "11.1.5"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10574
10575[[package]]
10576name = "open"
10577version = "5.3.2"
10578source = "registry+https://github.com/rust-lang/crates.io-index"
10579checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10580dependencies = [
10581 "is-wsl",
10582 "libc",
10583 "pathdiff",
10584]
10585
10586[[package]]
10587name = "open_ai"
10588version = "0.1.0"
10589dependencies = [
10590 "anyhow",
10591 "futures 0.3.31",
10592 "http_client",
10593 "schemars",
10594 "serde",
10595 "serde_json",
10596 "strum 0.27.1",
10597 "workspace-hack",
10598]
10599
10600[[package]]
10601name = "opener"
10602version = "0.7.2"
10603source = "registry+https://github.com/rust-lang/crates.io-index"
10604checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10605dependencies = [
10606 "bstr",
10607 "dbus",
10608 "normpath",
10609 "windows-sys 0.59.0",
10610]
10611
10612[[package]]
10613name = "openssl"
10614version = "0.10.72"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10617dependencies = [
10618 "bitflags 2.9.0",
10619 "cfg-if",
10620 "foreign-types 0.3.2",
10621 "libc",
10622 "once_cell",
10623 "openssl-macros",
10624 "openssl-sys",
10625]
10626
10627[[package]]
10628name = "openssl-macros"
10629version = "0.1.1"
10630source = "registry+https://github.com/rust-lang/crates.io-index"
10631checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10632dependencies = [
10633 "proc-macro2",
10634 "quote",
10635 "syn 2.0.101",
10636]
10637
10638[[package]]
10639name = "openssl-probe"
10640version = "0.1.6"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10643
10644[[package]]
10645name = "openssl-sys"
10646version = "0.9.107"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10649dependencies = [
10650 "cc",
10651 "libc",
10652 "pkg-config",
10653 "vcpkg",
10654]
10655
10656[[package]]
10657name = "optfield"
10658version = "0.3.0"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10661dependencies = [
10662 "proc-macro2",
10663 "quote",
10664 "syn 2.0.101",
10665]
10666
10667[[package]]
10668name = "option-ext"
10669version = "0.2.0"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10672
10673[[package]]
10674name = "ordered-float"
10675version = "2.10.1"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10678dependencies = [
10679 "num-traits",
10680]
10681
10682[[package]]
10683name = "ordered-float"
10684version = "4.6.0"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10687dependencies = [
10688 "num-traits",
10689]
10690
10691[[package]]
10692name = "ordered-stream"
10693version = "0.2.0"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10696dependencies = [
10697 "futures-core",
10698 "pin-project-lite",
10699]
10700
10701[[package]]
10702name = "ouroboros"
10703version = "0.18.5"
10704source = "registry+https://github.com/rust-lang/crates.io-index"
10705checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10706dependencies = [
10707 "aliasable",
10708 "ouroboros_macro",
10709 "static_assertions",
10710]
10711
10712[[package]]
10713name = "ouroboros_macro"
10714version = "0.18.5"
10715source = "registry+https://github.com/rust-lang/crates.io-index"
10716checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10717dependencies = [
10718 "heck 0.4.1",
10719 "proc-macro2",
10720 "proc-macro2-diagnostics",
10721 "quote",
10722 "syn 2.0.101",
10723]
10724
10725[[package]]
10726name = "outline"
10727version = "0.1.0"
10728dependencies = [
10729 "editor",
10730 "fuzzy",
10731 "gpui",
10732 "indoc",
10733 "language",
10734 "menu",
10735 "ordered-float 2.10.1",
10736 "picker",
10737 "project",
10738 "rope",
10739 "serde_json",
10740 "settings",
10741 "smol",
10742 "theme",
10743 "tree-sitter-rust",
10744 "tree-sitter-typescript",
10745 "ui",
10746 "util",
10747 "workspace",
10748 "workspace-hack",
10749 "zed_actions",
10750]
10751
10752[[package]]
10753name = "outline_panel"
10754version = "0.1.0"
10755dependencies = [
10756 "anyhow",
10757 "collections",
10758 "db",
10759 "editor",
10760 "file_icons",
10761 "fuzzy",
10762 "gpui",
10763 "itertools 0.14.0",
10764 "language",
10765 "log",
10766 "menu",
10767 "outline",
10768 "pretty_assertions",
10769 "project",
10770 "schemars",
10771 "search",
10772 "serde",
10773 "serde_json",
10774 "settings",
10775 "smallvec",
10776 "smol",
10777 "theme",
10778 "ui",
10779 "util",
10780 "workspace",
10781 "workspace-hack",
10782 "worktree",
10783 "zed_actions",
10784]
10785
10786[[package]]
10787name = "outref"
10788version = "0.5.2"
10789source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10791
10792[[package]]
10793name = "overload"
10794version = "0.1.1"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10797
10798[[package]]
10799name = "p256"
10800version = "0.11.1"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10803dependencies = [
10804 "ecdsa",
10805 "elliptic-curve",
10806 "sha2",
10807]
10808
10809[[package]]
10810name = "page_size"
10811version = "0.6.0"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10814dependencies = [
10815 "libc",
10816 "winapi",
10817]
10818
10819[[package]]
10820name = "palette"
10821version = "0.7.6"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10824dependencies = [
10825 "approx",
10826 "fast-srgb8",
10827 "palette_derive",
10828]
10829
10830[[package]]
10831name = "palette_derive"
10832version = "0.7.6"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10835dependencies = [
10836 "by_address",
10837 "proc-macro2",
10838 "quote",
10839 "syn 2.0.101",
10840]
10841
10842[[package]]
10843name = "panel"
10844version = "0.1.0"
10845dependencies = [
10846 "editor",
10847 "gpui",
10848 "settings",
10849 "theme",
10850 "ui",
10851 "workspace",
10852 "workspace-hack",
10853]
10854
10855[[package]]
10856name = "parking"
10857version = "2.2.1"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10860
10861[[package]]
10862name = "parking_lot"
10863version = "0.12.3"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10866dependencies = [
10867 "lock_api",
10868 "parking_lot_core",
10869]
10870
10871[[package]]
10872name = "parking_lot_core"
10873version = "0.9.10"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10876dependencies = [
10877 "cfg-if",
10878 "libc",
10879 "redox_syscall 0.5.11",
10880 "smallvec",
10881 "windows-targets 0.52.6",
10882]
10883
10884[[package]]
10885name = "partial-json-fixer"
10886version = "0.5.3"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10889
10890[[package]]
10891name = "password-hash"
10892version = "0.4.2"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10895dependencies = [
10896 "base64ct",
10897 "rand_core 0.6.4",
10898 "subtle",
10899]
10900
10901[[package]]
10902name = "password-hash"
10903version = "0.5.0"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10906dependencies = [
10907 "base64ct",
10908 "rand_core 0.6.4",
10909 "subtle",
10910]
10911
10912[[package]]
10913name = "paste"
10914version = "1.0.15"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10917
10918[[package]]
10919name = "pathdiff"
10920version = "0.2.3"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10923
10924[[package]]
10925name = "pathfinder_geometry"
10926version = "0.5.1"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10929dependencies = [
10930 "log",
10931 "pathfinder_simd",
10932]
10933
10934[[package]]
10935name = "pathfinder_simd"
10936version = "0.5.4"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10939dependencies = [
10940 "rustc_version",
10941]
10942
10943[[package]]
10944name = "paths"
10945version = "0.1.0"
10946dependencies = [
10947 "dirs 4.0.0",
10948 "util",
10949 "workspace-hack",
10950]
10951
10952[[package]]
10953name = "pbjson"
10954version = "0.6.0"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10957dependencies = [
10958 "base64 0.21.7",
10959 "serde",
10960]
10961
10962[[package]]
10963name = "pbjson-build"
10964version = "0.6.2"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
10967dependencies = [
10968 "heck 0.4.1",
10969 "itertools 0.11.0",
10970 "prost 0.12.6",
10971 "prost-types 0.12.6",
10972]
10973
10974[[package]]
10975name = "pbjson-types"
10976version = "0.6.0"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
10979dependencies = [
10980 "bytes 1.10.1",
10981 "chrono",
10982 "pbjson",
10983 "pbjson-build",
10984 "prost 0.12.6",
10985 "prost-build 0.12.6",
10986 "serde",
10987]
10988
10989[[package]]
10990name = "pbkdf2"
10991version = "0.11.0"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
10994dependencies = [
10995 "digest",
10996 "hmac",
10997 "password-hash 0.4.2",
10998 "sha2",
10999]
11000
11001[[package]]
11002name = "pbkdf2"
11003version = "0.12.2"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11006dependencies = [
11007 "digest",
11008 "hmac",
11009]
11010
11011[[package]]
11012name = "pem"
11013version = "3.0.5"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11016dependencies = [
11017 "base64 0.22.1",
11018 "serde",
11019]
11020
11021[[package]]
11022name = "pem-rfc7468"
11023version = "0.7.0"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11026dependencies = [
11027 "base64ct",
11028]
11029
11030[[package]]
11031name = "percent-encoding"
11032version = "2.3.1"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11035
11036[[package]]
11037name = "perplexity"
11038version = "0.1.0"
11039dependencies = [
11040 "serde",
11041 "zed_extension_api 0.6.0",
11042]
11043
11044[[package]]
11045name = "pest"
11046version = "2.8.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11049dependencies = [
11050 "memchr",
11051 "thiserror 2.0.12",
11052 "ucd-trie",
11053]
11054
11055[[package]]
11056name = "pest_derive"
11057version = "2.8.0"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11060dependencies = [
11061 "pest",
11062 "pest_generator",
11063]
11064
11065[[package]]
11066name = "pest_generator"
11067version = "2.8.0"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11070dependencies = [
11071 "pest",
11072 "pest_meta",
11073 "proc-macro2",
11074 "quote",
11075 "syn 2.0.101",
11076]
11077
11078[[package]]
11079name = "pest_meta"
11080version = "2.8.0"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11083dependencies = [
11084 "once_cell",
11085 "pest",
11086 "sha2",
11087]
11088
11089[[package]]
11090name = "pet"
11091version = "0.1.0"
11092source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11093dependencies = [
11094 "clap",
11095 "env_logger 0.10.2",
11096 "lazy_static",
11097 "log",
11098 "msvc_spectre_libs",
11099 "pet-conda",
11100 "pet-core",
11101 "pet-env-var-path",
11102 "pet-fs",
11103 "pet-global-virtualenvs",
11104 "pet-homebrew",
11105 "pet-jsonrpc",
11106 "pet-linux-global-python",
11107 "pet-mac-commandlinetools",
11108 "pet-mac-python-org",
11109 "pet-mac-xcode",
11110 "pet-pipenv",
11111 "pet-pixi",
11112 "pet-poetry",
11113 "pet-pyenv",
11114 "pet-python-utils",
11115 "pet-reporter",
11116 "pet-telemetry",
11117 "pet-venv",
11118 "pet-virtualenv",
11119 "pet-virtualenvwrapper",
11120 "pet-windows-registry",
11121 "pet-windows-store",
11122 "serde",
11123 "serde_json",
11124]
11125
11126[[package]]
11127name = "pet-conda"
11128version = "0.1.0"
11129source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11130dependencies = [
11131 "env_logger 0.10.2",
11132 "lazy_static",
11133 "log",
11134 "msvc_spectre_libs",
11135 "pet-core",
11136 "pet-fs",
11137 "pet-python-utils",
11138 "pet-reporter",
11139 "regex",
11140 "serde",
11141 "serde_json",
11142 "yaml-rust2",
11143]
11144
11145[[package]]
11146name = "pet-core"
11147version = "0.1.0"
11148source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11149dependencies = [
11150 "clap",
11151 "lazy_static",
11152 "log",
11153 "msvc_spectre_libs",
11154 "pet-fs",
11155 "regex",
11156 "serde",
11157 "serde_json",
11158]
11159
11160[[package]]
11161name = "pet-env-var-path"
11162version = "0.1.0"
11163source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11164dependencies = [
11165 "lazy_static",
11166 "log",
11167 "msvc_spectre_libs",
11168 "pet-conda",
11169 "pet-core",
11170 "pet-fs",
11171 "pet-python-utils",
11172 "pet-virtualenv",
11173 "regex",
11174]
11175
11176[[package]]
11177name = "pet-fs"
11178version = "0.1.0"
11179source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11180dependencies = [
11181 "log",
11182 "msvc_spectre_libs",
11183]
11184
11185[[package]]
11186name = "pet-global-virtualenvs"
11187version = "0.1.0"
11188source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11189dependencies = [
11190 "log",
11191 "msvc_spectre_libs",
11192 "pet-conda",
11193 "pet-core",
11194 "pet-fs",
11195 "pet-virtualenv",
11196]
11197
11198[[package]]
11199name = "pet-homebrew"
11200version = "0.1.0"
11201source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11202dependencies = [
11203 "lazy_static",
11204 "log",
11205 "msvc_spectre_libs",
11206 "pet-conda",
11207 "pet-core",
11208 "pet-fs",
11209 "pet-python-utils",
11210 "pet-virtualenv",
11211 "regex",
11212 "serde",
11213 "serde_json",
11214]
11215
11216[[package]]
11217name = "pet-jsonrpc"
11218version = "0.1.0"
11219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11220dependencies = [
11221 "env_logger 0.10.2",
11222 "log",
11223 "msvc_spectre_libs",
11224 "pet-core",
11225 "serde",
11226 "serde_json",
11227]
11228
11229[[package]]
11230name = "pet-linux-global-python"
11231version = "0.1.0"
11232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11233dependencies = [
11234 "log",
11235 "msvc_spectre_libs",
11236 "pet-core",
11237 "pet-fs",
11238 "pet-python-utils",
11239 "pet-virtualenv",
11240]
11241
11242[[package]]
11243name = "pet-mac-commandlinetools"
11244version = "0.1.0"
11245source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11246dependencies = [
11247 "log",
11248 "msvc_spectre_libs",
11249 "pet-core",
11250 "pet-fs",
11251 "pet-python-utils",
11252 "pet-virtualenv",
11253]
11254
11255[[package]]
11256name = "pet-mac-python-org"
11257version = "0.1.0"
11258source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11259dependencies = [
11260 "log",
11261 "msvc_spectre_libs",
11262 "pet-core",
11263 "pet-fs",
11264 "pet-python-utils",
11265 "pet-virtualenv",
11266]
11267
11268[[package]]
11269name = "pet-mac-xcode"
11270version = "0.1.0"
11271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11272dependencies = [
11273 "log",
11274 "msvc_spectre_libs",
11275 "pet-core",
11276 "pet-fs",
11277 "pet-python-utils",
11278 "pet-virtualenv",
11279]
11280
11281[[package]]
11282name = "pet-pipenv"
11283version = "0.1.0"
11284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11285dependencies = [
11286 "log",
11287 "msvc_spectre_libs",
11288 "pet-core",
11289 "pet-fs",
11290 "pet-python-utils",
11291 "pet-virtualenv",
11292]
11293
11294[[package]]
11295name = "pet-pixi"
11296version = "0.1.0"
11297source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11298dependencies = [
11299 "log",
11300 "msvc_spectre_libs",
11301 "pet-conda",
11302 "pet-core",
11303 "pet-python-utils",
11304]
11305
11306[[package]]
11307name = "pet-poetry"
11308version = "0.1.0"
11309source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11310dependencies = [
11311 "base64 0.22.1",
11312 "lazy_static",
11313 "log",
11314 "msvc_spectre_libs",
11315 "pet-core",
11316 "pet-fs",
11317 "pet-python-utils",
11318 "pet-reporter",
11319 "pet-virtualenv",
11320 "regex",
11321 "serde",
11322 "serde_json",
11323 "sha2",
11324 "toml 0.8.20",
11325]
11326
11327[[package]]
11328name = "pet-pyenv"
11329version = "0.1.0"
11330source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11331dependencies = [
11332 "lazy_static",
11333 "log",
11334 "msvc_spectre_libs",
11335 "pet-conda",
11336 "pet-core",
11337 "pet-fs",
11338 "pet-python-utils",
11339 "pet-reporter",
11340 "regex",
11341 "serde",
11342 "serde_json",
11343]
11344
11345[[package]]
11346name = "pet-python-utils"
11347version = "0.1.0"
11348source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11349dependencies = [
11350 "env_logger 0.10.2",
11351 "lazy_static",
11352 "log",
11353 "msvc_spectre_libs",
11354 "pet-core",
11355 "pet-fs",
11356 "regex",
11357 "serde",
11358 "serde_json",
11359 "sha2",
11360]
11361
11362[[package]]
11363name = "pet-reporter"
11364version = "0.1.0"
11365source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11366dependencies = [
11367 "env_logger 0.10.2",
11368 "log",
11369 "msvc_spectre_libs",
11370 "pet-core",
11371 "pet-jsonrpc",
11372 "serde",
11373 "serde_json",
11374]
11375
11376[[package]]
11377name = "pet-telemetry"
11378version = "0.1.0"
11379source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11380dependencies = [
11381 "env_logger 0.10.2",
11382 "lazy_static",
11383 "log",
11384 "msvc_spectre_libs",
11385 "pet-core",
11386 "pet-fs",
11387 "pet-python-utils",
11388 "regex",
11389]
11390
11391[[package]]
11392name = "pet-venv"
11393version = "0.1.0"
11394source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11395dependencies = [
11396 "log",
11397 "msvc_spectre_libs",
11398 "pet-core",
11399 "pet-python-utils",
11400 "pet-virtualenv",
11401]
11402
11403[[package]]
11404name = "pet-virtualenv"
11405version = "0.1.0"
11406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11407dependencies = [
11408 "log",
11409 "msvc_spectre_libs",
11410 "pet-core",
11411 "pet-fs",
11412 "pet-python-utils",
11413]
11414
11415[[package]]
11416name = "pet-virtualenvwrapper"
11417version = "0.1.0"
11418source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11419dependencies = [
11420 "log",
11421 "msvc_spectre_libs",
11422 "pet-core",
11423 "pet-fs",
11424 "pet-python-utils",
11425 "pet-virtualenv",
11426]
11427
11428[[package]]
11429name = "pet-windows-registry"
11430version = "0.1.0"
11431source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11432dependencies = [
11433 "lazy_static",
11434 "log",
11435 "msvc_spectre_libs",
11436 "pet-conda",
11437 "pet-core",
11438 "pet-fs",
11439 "pet-python-utils",
11440 "pet-virtualenv",
11441 "pet-windows-store",
11442 "regex",
11443 "winreg 0.55.0",
11444]
11445
11446[[package]]
11447name = "pet-windows-store"
11448version = "0.1.0"
11449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11450dependencies = [
11451 "lazy_static",
11452 "log",
11453 "msvc_spectre_libs",
11454 "pet-core",
11455 "pet-fs",
11456 "pet-python-utils",
11457 "pet-virtualenv",
11458 "regex",
11459 "winreg 0.55.0",
11460]
11461
11462[[package]]
11463name = "petgraph"
11464version = "0.6.5"
11465source = "registry+https://github.com/rust-lang/crates.io-index"
11466checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11467dependencies = [
11468 "fixedbitset",
11469 "indexmap",
11470]
11471
11472[[package]]
11473name = "pgvector"
11474version = "0.4.0"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11477dependencies = [
11478 "serde",
11479]
11480
11481[[package]]
11482name = "phf"
11483version = "0.11.3"
11484source = "registry+https://github.com/rust-lang/crates.io-index"
11485checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11486dependencies = [
11487 "phf_macros",
11488 "phf_shared",
11489]
11490
11491[[package]]
11492name = "phf_codegen"
11493version = "0.11.3"
11494source = "registry+https://github.com/rust-lang/crates.io-index"
11495checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11496dependencies = [
11497 "phf_generator",
11498 "phf_shared",
11499]
11500
11501[[package]]
11502name = "phf_generator"
11503version = "0.11.3"
11504source = "registry+https://github.com/rust-lang/crates.io-index"
11505checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11506dependencies = [
11507 "phf_shared",
11508 "rand 0.8.5",
11509]
11510
11511[[package]]
11512name = "phf_macros"
11513version = "0.11.3"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11516dependencies = [
11517 "phf_generator",
11518 "phf_shared",
11519 "proc-macro2",
11520 "quote",
11521 "syn 2.0.101",
11522]
11523
11524[[package]]
11525name = "phf_shared"
11526version = "0.11.3"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11529dependencies = [
11530 "siphasher",
11531]
11532
11533[[package]]
11534name = "picker"
11535version = "0.1.0"
11536dependencies = [
11537 "anyhow",
11538 "ctor",
11539 "editor",
11540 "env_logger 0.11.8",
11541 "gpui",
11542 "menu",
11543 "schemars",
11544 "serde",
11545 "serde_json",
11546 "ui",
11547 "util",
11548 "workspace",
11549 "workspace-hack",
11550]
11551
11552[[package]]
11553name = "pico-args"
11554version = "0.5.0"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11557
11558[[package]]
11559name = "pin-project"
11560version = "1.1.10"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11563dependencies = [
11564 "pin-project-internal",
11565]
11566
11567[[package]]
11568name = "pin-project-internal"
11569version = "1.1.10"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11572dependencies = [
11573 "proc-macro2",
11574 "quote",
11575 "syn 2.0.101",
11576]
11577
11578[[package]]
11579name = "pin-project-lite"
11580version = "0.2.16"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11583
11584[[package]]
11585name = "pin-utils"
11586version = "0.1.0"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11589
11590[[package]]
11591name = "piper"
11592version = "0.2.4"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11595dependencies = [
11596 "atomic-waker",
11597 "fastrand 2.3.0",
11598 "futures-io",
11599]
11600
11601[[package]]
11602name = "pkcs1"
11603version = "0.7.5"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11606dependencies = [
11607 "der 0.7.10",
11608 "pkcs8 0.10.2",
11609 "spki 0.7.3",
11610]
11611
11612[[package]]
11613name = "pkcs8"
11614version = "0.9.0"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11617dependencies = [
11618 "der 0.6.1",
11619 "spki 0.6.0",
11620]
11621
11622[[package]]
11623name = "pkcs8"
11624version = "0.10.2"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11627dependencies = [
11628 "der 0.7.10",
11629 "spki 0.7.3",
11630]
11631
11632[[package]]
11633name = "pkg-config"
11634version = "0.3.32"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11637
11638[[package]]
11639name = "plist"
11640version = "1.7.1"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11643dependencies = [
11644 "base64 0.22.1",
11645 "indexmap",
11646 "quick-xml 0.32.0",
11647 "serde",
11648 "time",
11649]
11650
11651[[package]]
11652name = "plotters"
11653version = "0.3.7"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11656dependencies = [
11657 "num-traits",
11658 "plotters-backend",
11659 "plotters-svg",
11660 "wasm-bindgen",
11661 "web-sys",
11662]
11663
11664[[package]]
11665name = "plotters-backend"
11666version = "0.3.7"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11669
11670[[package]]
11671name = "plotters-svg"
11672version = "0.3.7"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11675dependencies = [
11676 "plotters-backend",
11677]
11678
11679[[package]]
11680name = "png"
11681version = "0.17.16"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11684dependencies = [
11685 "bitflags 1.3.2",
11686 "crc32fast",
11687 "fdeflate",
11688 "flate2",
11689 "miniz_oxide",
11690]
11691
11692[[package]]
11693name = "polling"
11694version = "3.7.4"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11697dependencies = [
11698 "cfg-if",
11699 "concurrent-queue",
11700 "hermit-abi 0.4.0",
11701 "pin-project-lite",
11702 "rustix 0.38.44",
11703 "tracing",
11704 "windows-sys 0.59.0",
11705]
11706
11707[[package]]
11708name = "pollster"
11709version = "0.2.5"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11712
11713[[package]]
11714name = "pollster"
11715version = "0.4.0"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11718
11719[[package]]
11720name = "portable-atomic"
11721version = "1.11.0"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11724
11725[[package]]
11726name = "portable-atomic-util"
11727version = "0.2.4"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11730dependencies = [
11731 "portable-atomic",
11732]
11733
11734[[package]]
11735name = "portable-pty"
11736version = "0.9.0"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11739dependencies = [
11740 "anyhow",
11741 "bitflags 1.3.2",
11742 "downcast-rs",
11743 "filedescriptor",
11744 "lazy_static",
11745 "libc",
11746 "log",
11747 "nix 0.28.0",
11748 "serial2",
11749 "shared_library",
11750 "shell-words",
11751 "winapi",
11752 "winreg 0.10.1",
11753]
11754
11755[[package]]
11756name = "postage"
11757version = "0.5.0"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11760dependencies = [
11761 "atomic",
11762 "crossbeam-queue",
11763 "futures 0.3.31",
11764 "log",
11765 "parking_lot",
11766 "pin-project",
11767 "pollster 0.2.5",
11768 "static_assertions",
11769 "thiserror 1.0.69",
11770]
11771
11772[[package]]
11773name = "postcard"
11774version = "1.1.1"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11777dependencies = [
11778 "cobs",
11779 "embedded-io 0.4.0",
11780 "embedded-io 0.6.1",
11781 "serde",
11782]
11783
11784[[package]]
11785name = "powerfmt"
11786version = "0.2.0"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11789
11790[[package]]
11791name = "ppv-lite86"
11792version = "0.2.21"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11795dependencies = [
11796 "zerocopy 0.8.24",
11797]
11798
11799[[package]]
11800name = "precomputed-hash"
11801version = "0.1.1"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11804
11805[[package]]
11806name = "prettier"
11807version = "0.1.0"
11808dependencies = [
11809 "anyhow",
11810 "collections",
11811 "fs",
11812 "gpui",
11813 "language",
11814 "log",
11815 "lsp",
11816 "node_runtime",
11817 "parking_lot",
11818 "paths",
11819 "serde",
11820 "serde_json",
11821 "util",
11822 "workspace-hack",
11823]
11824
11825[[package]]
11826name = "pretty_assertions"
11827version = "1.4.1"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11830dependencies = [
11831 "diff",
11832 "yansi",
11833]
11834
11835[[package]]
11836name = "prettyplease"
11837version = "0.2.32"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11840dependencies = [
11841 "proc-macro2",
11842 "syn 2.0.101",
11843]
11844
11845[[package]]
11846name = "proc-macro-crate"
11847version = "3.3.0"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11850dependencies = [
11851 "toml_edit",
11852]
11853
11854[[package]]
11855name = "proc-macro-error-attr2"
11856version = "2.0.0"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11859dependencies = [
11860 "proc-macro2",
11861 "quote",
11862]
11863
11864[[package]]
11865name = "proc-macro-error2"
11866version = "2.0.1"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11869dependencies = [
11870 "proc-macro-error-attr2",
11871 "proc-macro2",
11872 "quote",
11873 "syn 2.0.101",
11874]
11875
11876[[package]]
11877name = "proc-macro2"
11878version = "1.0.95"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11881dependencies = [
11882 "unicode-ident",
11883]
11884
11885[[package]]
11886name = "proc-macro2-diagnostics"
11887version = "0.10.1"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11890dependencies = [
11891 "proc-macro2",
11892 "quote",
11893 "syn 2.0.101",
11894 "version_check",
11895 "yansi",
11896]
11897
11898[[package]]
11899name = "prodash"
11900version = "29.0.2"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11903dependencies = [
11904 "log",
11905 "parking_lot",
11906]
11907
11908[[package]]
11909name = "profiling"
11910version = "1.0.16"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11913dependencies = [
11914 "profiling-procmacros",
11915]
11916
11917[[package]]
11918name = "profiling-procmacros"
11919version = "1.0.16"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11922dependencies = [
11923 "quote",
11924 "syn 2.0.101",
11925]
11926
11927[[package]]
11928name = "project"
11929version = "0.1.0"
11930dependencies = [
11931 "aho-corasick",
11932 "anyhow",
11933 "askpass",
11934 "async-trait",
11935 "buffer_diff",
11936 "circular-buffer",
11937 "client",
11938 "clock",
11939 "collections",
11940 "context_server",
11941 "dap",
11942 "dap_adapters",
11943 "env_logger 0.11.8",
11944 "extension",
11945 "fancy-regex 0.14.0",
11946 "fs",
11947 "futures 0.3.31",
11948 "fuzzy",
11949 "git",
11950 "git2",
11951 "git_hosting_providers",
11952 "globset",
11953 "gpui",
11954 "http_client",
11955 "image",
11956 "indexmap",
11957 "itertools 0.14.0",
11958 "language",
11959 "log",
11960 "lsp",
11961 "node_runtime",
11962 "parking_lot",
11963 "pathdiff",
11964 "paths",
11965 "postage",
11966 "prettier",
11967 "pretty_assertions",
11968 "rand 0.8.5",
11969 "regex",
11970 "release_channel",
11971 "remote",
11972 "rpc",
11973 "schemars",
11974 "serde",
11975 "serde_json",
11976 "settings",
11977 "sha2",
11978 "shellexpand 2.1.2",
11979 "shlex",
11980 "smol",
11981 "snippet",
11982 "snippet_provider",
11983 "sum_tree",
11984 "task",
11985 "tempfile",
11986 "terminal",
11987 "text",
11988 "toml 0.8.20",
11989 "unindent",
11990 "url",
11991 "util",
11992 "which 6.0.3",
11993 "workspace-hack",
11994 "worktree",
11995 "zlog",
11996]
11997
11998[[package]]
11999name = "project_panel"
12000version = "0.1.0"
12001dependencies = [
12002 "anyhow",
12003 "client",
12004 "collections",
12005 "command_palette_hooks",
12006 "db",
12007 "editor",
12008 "file_icons",
12009 "git",
12010 "gpui",
12011 "indexmap",
12012 "language",
12013 "menu",
12014 "pretty_assertions",
12015 "project",
12016 "schemars",
12017 "search",
12018 "serde",
12019 "serde_derive",
12020 "serde_json",
12021 "settings",
12022 "smallvec",
12023 "theme",
12024 "ui",
12025 "util",
12026 "workspace",
12027 "workspace-hack",
12028 "worktree",
12029 "zed_actions",
12030]
12031
12032[[package]]
12033name = "project_symbols"
12034version = "0.1.0"
12035dependencies = [
12036 "anyhow",
12037 "editor",
12038 "futures 0.3.31",
12039 "fuzzy",
12040 "gpui",
12041 "language",
12042 "lsp",
12043 "ordered-float 2.10.1",
12044 "picker",
12045 "project",
12046 "release_channel",
12047 "serde_json",
12048 "settings",
12049 "theme",
12050 "util",
12051 "workspace",
12052 "workspace-hack",
12053]
12054
12055[[package]]
12056name = "prometheus"
12057version = "0.14.0"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12060dependencies = [
12061 "cfg-if",
12062 "fnv",
12063 "lazy_static",
12064 "memchr",
12065 "parking_lot",
12066 "protobuf",
12067 "thiserror 2.0.12",
12068]
12069
12070[[package]]
12071name = "prompt_store"
12072version = "0.1.0"
12073dependencies = [
12074 "anyhow",
12075 "assets",
12076 "chrono",
12077 "collections",
12078 "fs",
12079 "futures 0.3.31",
12080 "fuzzy",
12081 "gpui",
12082 "handlebars 4.5.0",
12083 "heed",
12084 "language",
12085 "log",
12086 "parking_lot",
12087 "paths",
12088 "rope",
12089 "serde",
12090 "serde_json",
12091 "text",
12092 "util",
12093 "uuid",
12094 "workspace-hack",
12095]
12096
12097[[package]]
12098name = "prost"
12099version = "0.9.0"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12102dependencies = [
12103 "bytes 1.10.1",
12104 "prost-derive 0.9.0",
12105]
12106
12107[[package]]
12108name = "prost"
12109version = "0.12.6"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12112dependencies = [
12113 "bytes 1.10.1",
12114 "prost-derive 0.12.6",
12115]
12116
12117[[package]]
12118name = "prost"
12119version = "0.13.5"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12122dependencies = [
12123 "bytes 1.10.1",
12124 "prost-derive 0.13.5",
12125]
12126
12127[[package]]
12128name = "prost-build"
12129version = "0.9.0"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12132dependencies = [
12133 "bytes 1.10.1",
12134 "heck 0.3.3",
12135 "itertools 0.10.5",
12136 "lazy_static",
12137 "log",
12138 "multimap 0.8.3",
12139 "petgraph",
12140 "prost 0.9.0",
12141 "prost-types 0.9.0",
12142 "regex",
12143 "tempfile",
12144 "which 4.4.2",
12145]
12146
12147[[package]]
12148name = "prost-build"
12149version = "0.12.6"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12152dependencies = [
12153 "bytes 1.10.1",
12154 "heck 0.5.0",
12155 "itertools 0.12.1",
12156 "log",
12157 "multimap 0.10.0",
12158 "once_cell",
12159 "petgraph",
12160 "prettyplease",
12161 "prost 0.12.6",
12162 "prost-types 0.12.6",
12163 "regex",
12164 "syn 2.0.101",
12165 "tempfile",
12166]
12167
12168[[package]]
12169name = "prost-derive"
12170version = "0.9.0"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12173dependencies = [
12174 "anyhow",
12175 "itertools 0.10.5",
12176 "proc-macro2",
12177 "quote",
12178 "syn 1.0.109",
12179]
12180
12181[[package]]
12182name = "prost-derive"
12183version = "0.12.6"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12186dependencies = [
12187 "anyhow",
12188 "itertools 0.12.1",
12189 "proc-macro2",
12190 "quote",
12191 "syn 2.0.101",
12192]
12193
12194[[package]]
12195name = "prost-derive"
12196version = "0.13.5"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12199dependencies = [
12200 "anyhow",
12201 "itertools 0.14.0",
12202 "proc-macro2",
12203 "quote",
12204 "syn 2.0.101",
12205]
12206
12207[[package]]
12208name = "prost-types"
12209version = "0.9.0"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12212dependencies = [
12213 "bytes 1.10.1",
12214 "prost 0.9.0",
12215]
12216
12217[[package]]
12218name = "prost-types"
12219version = "0.12.6"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12222dependencies = [
12223 "prost 0.12.6",
12224]
12225
12226[[package]]
12227name = "proto"
12228version = "0.1.0"
12229dependencies = [
12230 "anyhow",
12231 "collections",
12232 "prost 0.9.0",
12233 "prost-build 0.9.0",
12234 "serde",
12235 "workspace-hack",
12236]
12237
12238[[package]]
12239name = "protobuf"
12240version = "3.7.2"
12241source = "registry+https://github.com/rust-lang/crates.io-index"
12242checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12243dependencies = [
12244 "once_cell",
12245 "protobuf-support",
12246 "thiserror 1.0.69",
12247]
12248
12249[[package]]
12250name = "protobuf-support"
12251version = "3.7.2"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12254dependencies = [
12255 "thiserror 1.0.69",
12256]
12257
12258[[package]]
12259name = "psm"
12260version = "0.1.25"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12263dependencies = [
12264 "cc",
12265]
12266
12267[[package]]
12268name = "ptr_meta"
12269version = "0.1.4"
12270source = "registry+https://github.com/rust-lang/crates.io-index"
12271checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12272dependencies = [
12273 "ptr_meta_derive",
12274]
12275
12276[[package]]
12277name = "ptr_meta_derive"
12278version = "0.1.4"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12281dependencies = [
12282 "proc-macro2",
12283 "quote",
12284 "syn 1.0.109",
12285]
12286
12287[[package]]
12288name = "pulldown-cmark"
12289version = "0.10.3"
12290source = "registry+https://github.com/rust-lang/crates.io-index"
12291checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12292dependencies = [
12293 "bitflags 2.9.0",
12294 "memchr",
12295 "pulldown-cmark-escape",
12296 "unicase",
12297]
12298
12299[[package]]
12300name = "pulldown-cmark"
12301version = "0.12.2"
12302source = "registry+https://github.com/rust-lang/crates.io-index"
12303checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12304dependencies = [
12305 "bitflags 2.9.0",
12306 "memchr",
12307 "unicase",
12308]
12309
12310[[package]]
12311name = "pulldown-cmark-escape"
12312version = "0.10.1"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12315
12316[[package]]
12317name = "pulley-interpreter"
12318version = "29.0.1"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12321dependencies = [
12322 "cranelift-bitset",
12323 "log",
12324 "sptr",
12325 "wasmtime-math",
12326]
12327
12328[[package]]
12329name = "qoi"
12330version = "0.4.1"
12331source = "registry+https://github.com/rust-lang/crates.io-index"
12332checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12333dependencies = [
12334 "bytemuck",
12335]
12336
12337[[package]]
12338name = "quick-error"
12339version = "2.0.1"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12342
12343[[package]]
12344name = "quick-xml"
12345version = "0.30.0"
12346source = "registry+https://github.com/rust-lang/crates.io-index"
12347checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12348dependencies = [
12349 "memchr",
12350]
12351
12352[[package]]
12353name = "quick-xml"
12354version = "0.32.0"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12357dependencies = [
12358 "memchr",
12359]
12360
12361[[package]]
12362name = "quick-xml"
12363version = "0.37.4"
12364source = "registry+https://github.com/rust-lang/crates.io-index"
12365checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12366dependencies = [
12367 "memchr",
12368]
12369
12370[[package]]
12371name = "quinn"
12372version = "0.11.7"
12373source = "registry+https://github.com/rust-lang/crates.io-index"
12374checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12375dependencies = [
12376 "bytes 1.10.1",
12377 "cfg_aliases 0.2.1",
12378 "pin-project-lite",
12379 "quinn-proto",
12380 "quinn-udp",
12381 "rustc-hash 2.1.1",
12382 "rustls 0.23.26",
12383 "socket2",
12384 "thiserror 2.0.12",
12385 "tokio",
12386 "tracing",
12387 "web-time",
12388]
12389
12390[[package]]
12391name = "quinn-proto"
12392version = "0.11.10"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12395dependencies = [
12396 "bytes 1.10.1",
12397 "getrandom 0.3.2",
12398 "rand 0.9.1",
12399 "ring",
12400 "rustc-hash 2.1.1",
12401 "rustls 0.23.26",
12402 "rustls-pki-types",
12403 "slab",
12404 "thiserror 2.0.12",
12405 "tinyvec",
12406 "tracing",
12407 "web-time",
12408]
12409
12410[[package]]
12411name = "quinn-udp"
12412version = "0.5.11"
12413source = "registry+https://github.com/rust-lang/crates.io-index"
12414checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12415dependencies = [
12416 "cfg_aliases 0.2.1",
12417 "libc",
12418 "once_cell",
12419 "socket2",
12420 "tracing",
12421 "windows-sys 0.59.0",
12422]
12423
12424[[package]]
12425name = "quote"
12426version = "1.0.40"
12427source = "registry+https://github.com/rust-lang/crates.io-index"
12428checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12429dependencies = [
12430 "proc-macro2",
12431]
12432
12433[[package]]
12434name = "r-efi"
12435version = "5.2.0"
12436source = "registry+https://github.com/rust-lang/crates.io-index"
12437checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12438
12439[[package]]
12440name = "radium"
12441version = "0.7.0"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12444
12445[[package]]
12446name = "rand"
12447version = "0.7.3"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12450dependencies = [
12451 "getrandom 0.1.16",
12452 "libc",
12453 "rand_chacha 0.2.2",
12454 "rand_core 0.5.1",
12455 "rand_hc",
12456]
12457
12458[[package]]
12459name = "rand"
12460version = "0.8.5"
12461source = "registry+https://github.com/rust-lang/crates.io-index"
12462checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12463dependencies = [
12464 "libc",
12465 "rand_chacha 0.3.1",
12466 "rand_core 0.6.4",
12467]
12468
12469[[package]]
12470name = "rand"
12471version = "0.9.1"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12474dependencies = [
12475 "rand_chacha 0.9.0",
12476 "rand_core 0.9.3",
12477]
12478
12479[[package]]
12480name = "rand_chacha"
12481version = "0.2.2"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12484dependencies = [
12485 "ppv-lite86",
12486 "rand_core 0.5.1",
12487]
12488
12489[[package]]
12490name = "rand_chacha"
12491version = "0.3.1"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12494dependencies = [
12495 "ppv-lite86",
12496 "rand_core 0.6.4",
12497]
12498
12499[[package]]
12500name = "rand_chacha"
12501version = "0.9.0"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12504dependencies = [
12505 "ppv-lite86",
12506 "rand_core 0.9.3",
12507]
12508
12509[[package]]
12510name = "rand_core"
12511version = "0.5.1"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12514dependencies = [
12515 "getrandom 0.1.16",
12516]
12517
12518[[package]]
12519name = "rand_core"
12520version = "0.6.4"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12523dependencies = [
12524 "getrandom 0.2.15",
12525]
12526
12527[[package]]
12528name = "rand_core"
12529version = "0.9.3"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12532dependencies = [
12533 "getrandom 0.3.2",
12534]
12535
12536[[package]]
12537name = "rand_hc"
12538version = "0.2.0"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12541dependencies = [
12542 "rand_core 0.5.1",
12543]
12544
12545[[package]]
12546name = "rangemap"
12547version = "1.5.1"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12550
12551[[package]]
12552name = "rav1e"
12553version = "0.7.1"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12556dependencies = [
12557 "arbitrary",
12558 "arg_enum_proc_macro",
12559 "arrayvec",
12560 "av1-grain",
12561 "bitstream-io",
12562 "built",
12563 "cfg-if",
12564 "interpolate_name",
12565 "itertools 0.12.1",
12566 "libc",
12567 "libfuzzer-sys",
12568 "log",
12569 "maybe-rayon",
12570 "new_debug_unreachable",
12571 "noop_proc_macro",
12572 "num-derive",
12573 "num-traits",
12574 "once_cell",
12575 "paste",
12576 "profiling",
12577 "rand 0.8.5",
12578 "rand_chacha 0.3.1",
12579 "simd_helpers",
12580 "system-deps",
12581 "thiserror 1.0.69",
12582 "v_frame",
12583 "wasm-bindgen",
12584]
12585
12586[[package]]
12587name = "ravif"
12588version = "0.11.12"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12591dependencies = [
12592 "avif-serialize",
12593 "imgref",
12594 "loop9",
12595 "quick-error",
12596 "rav1e",
12597 "rayon",
12598 "rgb",
12599]
12600
12601[[package]]
12602name = "raw-window-handle"
12603version = "0.6.2"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12606
12607[[package]]
12608name = "raw-window-metal"
12609version = "0.4.0"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12612dependencies = [
12613 "cocoa 0.25.0",
12614 "core-graphics 0.23.2",
12615 "objc",
12616 "raw-window-handle",
12617]
12618
12619[[package]]
12620name = "rayon"
12621version = "1.10.0"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12624dependencies = [
12625 "either",
12626 "rayon-core",
12627]
12628
12629[[package]]
12630name = "rayon-core"
12631version = "1.12.1"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12634dependencies = [
12635 "crossbeam-deque",
12636 "crossbeam-utils",
12637]
12638
12639[[package]]
12640name = "read-fonts"
12641version = "0.25.3"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12644dependencies = [
12645 "bytemuck",
12646 "font-types",
12647]
12648
12649[[package]]
12650name = "recent_projects"
12651version = "0.1.0"
12652dependencies = [
12653 "anyhow",
12654 "auto_update",
12655 "dap",
12656 "editor",
12657 "extension_host",
12658 "file_finder",
12659 "futures 0.3.31",
12660 "fuzzy",
12661 "gpui",
12662 "language",
12663 "log",
12664 "markdown",
12665 "menu",
12666 "ordered-float 2.10.1",
12667 "paths",
12668 "picker",
12669 "project",
12670 "release_channel",
12671 "remote",
12672 "schemars",
12673 "serde",
12674 "serde_json",
12675 "settings",
12676 "smol",
12677 "task",
12678 "telemetry",
12679 "theme",
12680 "ui",
12681 "util",
12682 "workspace",
12683 "workspace-hack",
12684 "zed_actions",
12685]
12686
12687[[package]]
12688name = "redox_syscall"
12689version = "0.2.16"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12692dependencies = [
12693 "bitflags 1.3.2",
12694]
12695
12696[[package]]
12697name = "redox_syscall"
12698version = "0.5.11"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12701dependencies = [
12702 "bitflags 2.9.0",
12703]
12704
12705[[package]]
12706name = "redox_users"
12707version = "0.4.6"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12710dependencies = [
12711 "getrandom 0.2.15",
12712 "libredox",
12713 "thiserror 1.0.69",
12714]
12715
12716[[package]]
12717name = "redox_users"
12718version = "0.5.0"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12721dependencies = [
12722 "getrandom 0.2.15",
12723 "libredox",
12724 "thiserror 2.0.12",
12725]
12726
12727[[package]]
12728name = "ref-cast"
12729version = "1.0.24"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12732dependencies = [
12733 "ref-cast-impl",
12734]
12735
12736[[package]]
12737name = "ref-cast-impl"
12738version = "1.0.24"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12741dependencies = [
12742 "proc-macro2",
12743 "quote",
12744 "syn 2.0.101",
12745]
12746
12747[[package]]
12748name = "referencing"
12749version = "0.30.0"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12752dependencies = [
12753 "ahash 0.8.11",
12754 "fluent-uri",
12755 "once_cell",
12756 "parking_lot",
12757 "percent-encoding",
12758 "serde_json",
12759]
12760
12761[[package]]
12762name = "refineable"
12763version = "0.1.0"
12764dependencies = [
12765 "derive_refineable",
12766 "workspace-hack",
12767]
12768
12769[[package]]
12770name = "regalloc2"
12771version = "0.11.2"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12774dependencies = [
12775 "allocator-api2",
12776 "bumpalo",
12777 "hashbrown 0.15.3",
12778 "log",
12779 "rustc-hash 2.1.1",
12780 "smallvec",
12781]
12782
12783[[package]]
12784name = "regex"
12785version = "1.11.1"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12788dependencies = [
12789 "aho-corasick",
12790 "memchr",
12791 "regex-automata 0.4.9",
12792 "regex-syntax 0.8.5",
12793]
12794
12795[[package]]
12796name = "regex-automata"
12797version = "0.1.10"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12800dependencies = [
12801 "regex-syntax 0.6.29",
12802]
12803
12804[[package]]
12805name = "regex-automata"
12806version = "0.4.9"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12809dependencies = [
12810 "aho-corasick",
12811 "memchr",
12812 "regex-syntax 0.8.5",
12813]
12814
12815[[package]]
12816name = "regex-lite"
12817version = "0.1.6"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12820
12821[[package]]
12822name = "regex-syntax"
12823version = "0.6.29"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12826
12827[[package]]
12828name = "regex-syntax"
12829version = "0.8.5"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12832
12833[[package]]
12834name = "release_channel"
12835version = "0.1.0"
12836dependencies = [
12837 "gpui",
12838 "workspace-hack",
12839]
12840
12841[[package]]
12842name = "remote"
12843version = "0.1.0"
12844dependencies = [
12845 "anyhow",
12846 "askpass",
12847 "async-trait",
12848 "collections",
12849 "fs",
12850 "futures 0.3.31",
12851 "gpui",
12852 "itertools 0.14.0",
12853 "log",
12854 "parking_lot",
12855 "paths",
12856 "prost 0.9.0",
12857 "release_channel",
12858 "rpc",
12859 "schemars",
12860 "serde",
12861 "serde_json",
12862 "shlex",
12863 "smol",
12864 "tempfile",
12865 "thiserror 2.0.12",
12866 "urlencoding",
12867 "util",
12868 "workspace-hack",
12869]
12870
12871[[package]]
12872name = "remote_server"
12873version = "0.1.0"
12874dependencies = [
12875 "anyhow",
12876 "askpass",
12877 "assistant_tool",
12878 "assistant_tools",
12879 "async-watch",
12880 "backtrace",
12881 "cargo_toml",
12882 "chrono",
12883 "clap",
12884 "client",
12885 "clock",
12886 "dap",
12887 "dap_adapters",
12888 "debug_adapter_extension",
12889 "env_logger 0.11.8",
12890 "extension",
12891 "extension_host",
12892 "fork",
12893 "fs",
12894 "futures 0.3.31",
12895 "git",
12896 "git_hosting_providers",
12897 "gpui",
12898 "gpui_tokio",
12899 "http_client",
12900 "language",
12901 "language_extension",
12902 "language_model",
12903 "languages",
12904 "libc",
12905 "log",
12906 "lsp",
12907 "node_runtime",
12908 "paths",
12909 "project",
12910 "proto",
12911 "release_channel",
12912 "remote",
12913 "reqwest_client",
12914 "rpc",
12915 "rust-embed",
12916 "serde",
12917 "serde_json",
12918 "settings",
12919 "shellexpand 2.1.2",
12920 "smol",
12921 "sysinfo",
12922 "telemetry_events",
12923 "toml 0.8.20",
12924 "unindent",
12925 "util",
12926 "worktree",
12927]
12928
12929[[package]]
12930name = "rend"
12931version = "0.4.2"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12934dependencies = [
12935 "bytecheck",
12936]
12937
12938[[package]]
12939name = "repl"
12940version = "0.1.0"
12941dependencies = [
12942 "alacritty_terminal",
12943 "anyhow",
12944 "async-dispatcher",
12945 "async-tungstenite",
12946 "base64 0.22.1",
12947 "client",
12948 "collections",
12949 "command_palette_hooks",
12950 "editor",
12951 "env_logger 0.11.8",
12952 "feature_flags",
12953 "file_icons",
12954 "futures 0.3.31",
12955 "gpui",
12956 "http_client",
12957 "image",
12958 "indoc",
12959 "jupyter-protocol",
12960 "jupyter-websocket-client",
12961 "language",
12962 "languages",
12963 "log",
12964 "markdown_preview",
12965 "menu",
12966 "multi_buffer",
12967 "nbformat",
12968 "picker",
12969 "project",
12970 "runtimelib",
12971 "schemars",
12972 "serde",
12973 "serde_json",
12974 "settings",
12975 "smol",
12976 "telemetry",
12977 "terminal",
12978 "terminal_view",
12979 "theme",
12980 "tree-sitter-md",
12981 "tree-sitter-python",
12982 "tree-sitter-typescript",
12983 "ui",
12984 "util",
12985 "uuid",
12986 "workspace",
12987 "workspace-hack",
12988]
12989
12990[[package]]
12991name = "reqwest"
12992version = "0.11.27"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
12995dependencies = [
12996 "base64 0.21.7",
12997 "bytes 1.10.1",
12998 "encoding_rs",
12999 "futures-core",
13000 "futures-util",
13001 "h2 0.3.26",
13002 "http 0.2.12",
13003 "http-body 0.4.6",
13004 "hyper 0.14.32",
13005 "hyper-rustls 0.24.2",
13006 "hyper-tls",
13007 "ipnet",
13008 "js-sys",
13009 "log",
13010 "mime",
13011 "native-tls",
13012 "once_cell",
13013 "percent-encoding",
13014 "pin-project-lite",
13015 "rustls 0.21.12",
13016 "rustls-native-certs 0.6.3",
13017 "rustls-pemfile 1.0.4",
13018 "serde",
13019 "serde_json",
13020 "serde_urlencoded",
13021 "sync_wrapper 0.1.2",
13022 "system-configuration 0.5.1",
13023 "tokio",
13024 "tokio-native-tls",
13025 "tokio-rustls 0.24.1",
13026 "tower-service",
13027 "url",
13028 "wasm-bindgen",
13029 "wasm-bindgen-futures",
13030 "web-sys",
13031 "winreg 0.50.0",
13032]
13033
13034[[package]]
13035name = "reqwest"
13036version = "0.12.15"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13039dependencies = [
13040 "base64 0.22.1",
13041 "bytes 1.10.1",
13042 "futures-channel",
13043 "futures-core",
13044 "futures-util",
13045 "http 1.3.1",
13046 "http-body 1.0.1",
13047 "http-body-util",
13048 "hyper 1.6.0",
13049 "hyper-util",
13050 "ipnet",
13051 "js-sys",
13052 "log",
13053 "mime",
13054 "once_cell",
13055 "percent-encoding",
13056 "pin-project-lite",
13057 "serde",
13058 "serde_json",
13059 "serde_urlencoded",
13060 "sync_wrapper 1.0.2",
13061 "tokio",
13062 "tower 0.5.2",
13063 "tower-service",
13064 "url",
13065 "wasm-bindgen",
13066 "wasm-bindgen-futures",
13067 "web-sys",
13068 "windows-registry 0.4.0",
13069]
13070
13071[[package]]
13072name = "reqwest"
13073version = "0.12.15"
13074source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13075dependencies = [
13076 "base64 0.22.1",
13077 "bytes 1.10.1",
13078 "encoding_rs",
13079 "futures-core",
13080 "futures-util",
13081 "h2 0.4.9",
13082 "http 1.3.1",
13083 "http-body 1.0.1",
13084 "http-body-util",
13085 "hyper 1.6.0",
13086 "hyper-rustls 0.27.5",
13087 "hyper-util",
13088 "ipnet",
13089 "js-sys",
13090 "log",
13091 "mime",
13092 "once_cell",
13093 "percent-encoding",
13094 "pin-project-lite",
13095 "quinn",
13096 "rustls 0.23.26",
13097 "rustls-native-certs 0.8.1",
13098 "rustls-pemfile 2.2.0",
13099 "rustls-pki-types",
13100 "serde",
13101 "serde_json",
13102 "serde_urlencoded",
13103 "sync_wrapper 1.0.2",
13104 "system-configuration 0.6.1",
13105 "tokio",
13106 "tokio-rustls 0.26.2",
13107 "tokio-socks",
13108 "tokio-util",
13109 "tower 0.5.2",
13110 "tower-service",
13111 "url",
13112 "wasm-bindgen",
13113 "wasm-bindgen-futures",
13114 "wasm-streams",
13115 "web-sys",
13116 "windows-registry 0.4.0",
13117]
13118
13119[[package]]
13120name = "reqwest_client"
13121version = "0.1.0"
13122dependencies = [
13123 "anyhow",
13124 "bytes 1.10.1",
13125 "futures 0.3.31",
13126 "gpui",
13127 "http_client",
13128 "http_client_tls",
13129 "log",
13130 "regex",
13131 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13132 "serde",
13133 "smol",
13134 "tokio",
13135 "workspace-hack",
13136]
13137
13138[[package]]
13139name = "resvg"
13140version = "0.45.1"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13143dependencies = [
13144 "log",
13145 "pico-args",
13146 "rgb",
13147 "svgtypes",
13148 "tiny-skia",
13149 "usvg",
13150]
13151
13152[[package]]
13153name = "rfc6979"
13154version = "0.3.1"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13157dependencies = [
13158 "crypto-bigint 0.4.9",
13159 "hmac",
13160 "zeroize",
13161]
13162
13163[[package]]
13164name = "rgb"
13165version = "0.8.50"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13168dependencies = [
13169 "bytemuck",
13170]
13171
13172[[package]]
13173name = "rich_text"
13174version = "0.1.0"
13175dependencies = [
13176 "futures 0.3.31",
13177 "gpui",
13178 "language",
13179 "linkify",
13180 "pulldown-cmark 0.12.2",
13181 "theme",
13182 "ui",
13183 "util",
13184 "workspace-hack",
13185]
13186
13187[[package]]
13188name = "ring"
13189version = "0.17.14"
13190source = "registry+https://github.com/rust-lang/crates.io-index"
13191checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13192dependencies = [
13193 "cc",
13194 "cfg-if",
13195 "getrandom 0.2.15",
13196 "libc",
13197 "untrusted",
13198 "windows-sys 0.52.0",
13199]
13200
13201[[package]]
13202name = "rkyv"
13203version = "0.7.45"
13204source = "registry+https://github.com/rust-lang/crates.io-index"
13205checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13206dependencies = [
13207 "bitvec",
13208 "bytecheck",
13209 "bytes 1.10.1",
13210 "hashbrown 0.12.3",
13211 "ptr_meta",
13212 "rend",
13213 "rkyv_derive",
13214 "seahash",
13215 "tinyvec",
13216 "uuid",
13217]
13218
13219[[package]]
13220name = "rkyv_derive"
13221version = "0.7.45"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13224dependencies = [
13225 "proc-macro2",
13226 "quote",
13227 "syn 1.0.109",
13228]
13229
13230[[package]]
13231name = "rmp"
13232version = "0.8.14"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13235dependencies = [
13236 "byteorder",
13237 "num-traits",
13238 "paste",
13239]
13240
13241[[package]]
13242name = "rmpv"
13243version = "1.3.0"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13246dependencies = [
13247 "num-traits",
13248 "rmp",
13249]
13250
13251[[package]]
13252name = "rodio"
13253version = "0.20.1"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13256dependencies = [
13257 "cpal",
13258 "hound",
13259]
13260
13261[[package]]
13262name = "rope"
13263version = "0.1.0"
13264dependencies = [
13265 "arrayvec",
13266 "criterion",
13267 "ctor",
13268 "env_logger 0.11.8",
13269 "gpui",
13270 "log",
13271 "rand 0.8.5",
13272 "rayon",
13273 "smallvec",
13274 "sum_tree",
13275 "unicode-segmentation",
13276 "util",
13277 "workspace-hack",
13278]
13279
13280[[package]]
13281name = "roxmltree"
13282version = "0.20.0"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13285
13286[[package]]
13287name = "rpc"
13288version = "0.1.0"
13289dependencies = [
13290 "anyhow",
13291 "async-tungstenite",
13292 "base64 0.22.1",
13293 "chrono",
13294 "collections",
13295 "env_logger 0.11.8",
13296 "futures 0.3.31",
13297 "gpui",
13298 "parking_lot",
13299 "proto",
13300 "rand 0.8.5",
13301 "rsa",
13302 "serde",
13303 "serde_json",
13304 "sha2",
13305 "strum 0.27.1",
13306 "tracing",
13307 "util",
13308 "workspace-hack",
13309 "zstd",
13310]
13311
13312[[package]]
13313name = "rsa"
13314version = "0.9.8"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13317dependencies = [
13318 "const-oid",
13319 "digest",
13320 "num-bigint-dig",
13321 "num-integer",
13322 "num-traits",
13323 "pkcs1",
13324 "pkcs8 0.10.2",
13325 "rand_core 0.6.4",
13326 "signature 2.2.0",
13327 "spki 0.7.3",
13328 "subtle",
13329 "zeroize",
13330]
13331
13332[[package]]
13333name = "rules_library"
13334version = "0.1.0"
13335dependencies = [
13336 "anyhow",
13337 "collections",
13338 "editor",
13339 "gpui",
13340 "language",
13341 "language_model",
13342 "log",
13343 "menu",
13344 "picker",
13345 "prompt_store",
13346 "release_channel",
13347 "rope",
13348 "serde",
13349 "settings",
13350 "theme",
13351 "ui",
13352 "util",
13353 "workspace",
13354 "workspace-hack",
13355 "zed_actions",
13356]
13357
13358[[package]]
13359name = "runtimelib"
13360version = "0.25.0"
13361source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13362dependencies = [
13363 "anyhow",
13364 "async-dispatcher",
13365 "async-std",
13366 "base64 0.22.1",
13367 "bytes 1.10.1",
13368 "chrono",
13369 "data-encoding",
13370 "dirs 5.0.1",
13371 "futures 0.3.31",
13372 "glob",
13373 "jupyter-protocol",
13374 "ring",
13375 "serde",
13376 "serde_json",
13377 "shellexpand 3.1.1",
13378 "smol",
13379 "uuid",
13380 "zeromq",
13381]
13382
13383[[package]]
13384name = "rust-embed"
13385version = "8.7.0"
13386source = "registry+https://github.com/rust-lang/crates.io-index"
13387checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13388dependencies = [
13389 "rust-embed-impl",
13390 "rust-embed-utils",
13391 "walkdir",
13392]
13393
13394[[package]]
13395name = "rust-embed-impl"
13396version = "8.7.0"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13399dependencies = [
13400 "proc-macro2",
13401 "quote",
13402 "rust-embed-utils",
13403 "syn 2.0.101",
13404 "walkdir",
13405]
13406
13407[[package]]
13408name = "rust-embed-utils"
13409version = "8.7.0"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13412dependencies = [
13413 "globset",
13414 "sha2",
13415 "walkdir",
13416]
13417
13418[[package]]
13419name = "rust_decimal"
13420version = "1.37.1"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13423dependencies = [
13424 "arrayvec",
13425 "borsh",
13426 "bytes 1.10.1",
13427 "num-traits",
13428 "rand 0.8.5",
13429 "rkyv",
13430 "serde",
13431 "serde_json",
13432]
13433
13434[[package]]
13435name = "rustc-demangle"
13436version = "0.1.24"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13439
13440[[package]]
13441name = "rustc-hash"
13442version = "1.1.0"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13445
13446[[package]]
13447name = "rustc-hash"
13448version = "2.1.1"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13451
13452[[package]]
13453name = "rustc_version"
13454version = "0.4.1"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13457dependencies = [
13458 "semver",
13459]
13460
13461[[package]]
13462name = "rustix"
13463version = "0.38.44"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13466dependencies = [
13467 "bitflags 2.9.0",
13468 "errno 0.3.11",
13469 "itoa",
13470 "libc",
13471 "linux-raw-sys 0.4.15",
13472 "windows-sys 0.59.0",
13473]
13474
13475[[package]]
13476name = "rustix"
13477version = "1.0.7"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13480dependencies = [
13481 "bitflags 2.9.0",
13482 "errno 0.3.11",
13483 "libc",
13484 "linux-raw-sys 0.9.4",
13485 "windows-sys 0.59.0",
13486]
13487
13488[[package]]
13489name = "rustix-linux-procfs"
13490version = "0.1.1"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13493dependencies = [
13494 "once_cell",
13495 "rustix 1.0.7",
13496]
13497
13498[[package]]
13499name = "rustix-openpty"
13500version = "0.1.1"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13503dependencies = [
13504 "errno 0.3.11",
13505 "libc",
13506 "rustix 0.38.44",
13507]
13508
13509[[package]]
13510name = "rustls"
13511version = "0.21.12"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13514dependencies = [
13515 "log",
13516 "ring",
13517 "rustls-webpki 0.101.7",
13518 "sct",
13519]
13520
13521[[package]]
13522name = "rustls"
13523version = "0.23.26"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13526dependencies = [
13527 "aws-lc-rs",
13528 "log",
13529 "once_cell",
13530 "ring",
13531 "rustls-pki-types",
13532 "rustls-webpki 0.103.1",
13533 "subtle",
13534 "zeroize",
13535]
13536
13537[[package]]
13538name = "rustls-native-certs"
13539version = "0.6.3"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13542dependencies = [
13543 "openssl-probe",
13544 "rustls-pemfile 1.0.4",
13545 "schannel",
13546 "security-framework 2.11.1",
13547]
13548
13549[[package]]
13550name = "rustls-native-certs"
13551version = "0.8.1"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13554dependencies = [
13555 "openssl-probe",
13556 "rustls-pki-types",
13557 "schannel",
13558 "security-framework 3.2.0",
13559]
13560
13561[[package]]
13562name = "rustls-pemfile"
13563version = "1.0.4"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13566dependencies = [
13567 "base64 0.21.7",
13568]
13569
13570[[package]]
13571name = "rustls-pemfile"
13572version = "2.2.0"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13575dependencies = [
13576 "rustls-pki-types",
13577]
13578
13579[[package]]
13580name = "rustls-pki-types"
13581version = "1.11.0"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
13584dependencies = [
13585 "web-time",
13586]
13587
13588[[package]]
13589name = "rustls-platform-verifier"
13590version = "0.5.1"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13593dependencies = [
13594 "core-foundation 0.10.0",
13595 "core-foundation-sys",
13596 "jni",
13597 "log",
13598 "once_cell",
13599 "rustls 0.23.26",
13600 "rustls-native-certs 0.8.1",
13601 "rustls-platform-verifier-android",
13602 "rustls-webpki 0.103.1",
13603 "security-framework 3.2.0",
13604 "security-framework-sys",
13605 "webpki-root-certs",
13606 "windows-sys 0.59.0",
13607]
13608
13609[[package]]
13610name = "rustls-platform-verifier-android"
13611version = "0.1.1"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13614
13615[[package]]
13616name = "rustls-webpki"
13617version = "0.101.7"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13620dependencies = [
13621 "ring",
13622 "untrusted",
13623]
13624
13625[[package]]
13626name = "rustls-webpki"
13627version = "0.103.1"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13630dependencies = [
13631 "aws-lc-rs",
13632 "ring",
13633 "rustls-pki-types",
13634 "untrusted",
13635]
13636
13637[[package]]
13638name = "rustversion"
13639version = "1.0.20"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13642
13643[[package]]
13644name = "rustybuzz"
13645version = "0.14.1"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13648dependencies = [
13649 "bitflags 2.9.0",
13650 "bytemuck",
13651 "libm",
13652 "smallvec",
13653 "ttf-parser 0.21.1",
13654 "unicode-bidi-mirroring 0.2.0",
13655 "unicode-ccc 0.2.0",
13656 "unicode-properties",
13657 "unicode-script",
13658]
13659
13660[[package]]
13661name = "rustybuzz"
13662version = "0.20.1"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13665dependencies = [
13666 "bitflags 2.9.0",
13667 "bytemuck",
13668 "core_maths",
13669 "log",
13670 "smallvec",
13671 "ttf-parser 0.25.1",
13672 "unicode-bidi-mirroring 0.4.0",
13673 "unicode-ccc 0.4.0",
13674 "unicode-properties",
13675 "unicode-script",
13676]
13677
13678[[package]]
13679name = "ryu"
13680version = "1.0.20"
13681source = "registry+https://github.com/rust-lang/crates.io-index"
13682checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13683
13684[[package]]
13685name = "salsa20"
13686version = "0.10.2"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13689dependencies = [
13690 "cipher",
13691]
13692
13693[[package]]
13694name = "same-file"
13695version = "1.0.6"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13698dependencies = [
13699 "winapi-util",
13700]
13701
13702[[package]]
13703name = "scap"
13704version = "0.0.8"
13705source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13706dependencies = [
13707 "anyhow",
13708 "cocoa 0.25.0",
13709 "core-graphics-helmer-fork",
13710 "log",
13711 "objc",
13712 "rand 0.8.5",
13713 "screencapturekit",
13714 "screencapturekit-sys",
13715 "sysinfo",
13716 "tao-core-video-sys",
13717 "windows 0.61.1",
13718 "windows-capture",
13719 "x11",
13720 "xcb",
13721]
13722
13723[[package]]
13724name = "schannel"
13725version = "0.1.27"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13728dependencies = [
13729 "windows-sys 0.59.0",
13730]
13731
13732[[package]]
13733name = "schema_generator"
13734version = "0.1.0"
13735dependencies = [
13736 "anyhow",
13737 "clap",
13738 "env_logger 0.11.8",
13739 "schemars",
13740 "serde",
13741 "serde_json",
13742 "theme",
13743 "workspace-hack",
13744]
13745
13746[[package]]
13747name = "schemars"
13748version = "0.8.22"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13751dependencies = [
13752 "dyn-clone",
13753 "indexmap",
13754 "schemars_derive",
13755 "serde",
13756 "serde_json",
13757]
13758
13759[[package]]
13760name = "schemars_derive"
13761version = "0.8.22"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13764dependencies = [
13765 "proc-macro2",
13766 "quote",
13767 "serde_derive_internals",
13768 "syn 2.0.101",
13769]
13770
13771[[package]]
13772name = "scoped-tls"
13773version = "1.0.1"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13776
13777[[package]]
13778name = "scopeguard"
13779version = "1.2.0"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13782
13783[[package]]
13784name = "scratch"
13785version = "1.0.8"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13788
13789[[package]]
13790name = "screencapturekit"
13791version = "0.2.8"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13794dependencies = [
13795 "screencapturekit-sys",
13796]
13797
13798[[package]]
13799name = "screencapturekit-sys"
13800version = "0.2.8"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13803dependencies = [
13804 "block",
13805 "dispatch",
13806 "objc",
13807 "objc-foundation",
13808 "objc_id",
13809 "once_cell",
13810]
13811
13812[[package]]
13813name = "scrypt"
13814version = "0.11.0"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13817dependencies = [
13818 "password-hash 0.5.0",
13819 "pbkdf2 0.12.2",
13820 "salsa20",
13821 "sha2",
13822]
13823
13824[[package]]
13825name = "sct"
13826version = "0.7.1"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13829dependencies = [
13830 "ring",
13831 "untrusted",
13832]
13833
13834[[package]]
13835name = "sea-bae"
13836version = "0.2.1"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13839dependencies = [
13840 "heck 0.4.1",
13841 "proc-macro-error2",
13842 "proc-macro2",
13843 "quote",
13844 "syn 2.0.101",
13845]
13846
13847[[package]]
13848name = "sea-orm"
13849version = "1.1.10"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13852dependencies = [
13853 "async-stream",
13854 "async-trait",
13855 "bigdecimal",
13856 "chrono",
13857 "futures-util",
13858 "log",
13859 "ouroboros",
13860 "pgvector",
13861 "rust_decimal",
13862 "sea-orm-macros",
13863 "sea-query",
13864 "sea-query-binder",
13865 "serde",
13866 "serde_json",
13867 "sqlx",
13868 "strum 0.26.3",
13869 "thiserror 2.0.12",
13870 "time",
13871 "tracing",
13872 "url",
13873 "uuid",
13874]
13875
13876[[package]]
13877name = "sea-orm-macros"
13878version = "1.1.10"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13881dependencies = [
13882 "heck 0.4.1",
13883 "proc-macro2",
13884 "quote",
13885 "sea-bae",
13886 "syn 2.0.101",
13887 "unicode-ident",
13888]
13889
13890[[package]]
13891name = "sea-query"
13892version = "0.32.4"
13893source = "registry+https://github.com/rust-lang/crates.io-index"
13894checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13895dependencies = [
13896 "bigdecimal",
13897 "chrono",
13898 "inherent",
13899 "ordered-float 4.6.0",
13900 "rust_decimal",
13901 "serde_json",
13902 "time",
13903 "uuid",
13904]
13905
13906[[package]]
13907name = "sea-query-binder"
13908version = "0.7.0"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13911dependencies = [
13912 "bigdecimal",
13913 "chrono",
13914 "rust_decimal",
13915 "sea-query",
13916 "serde_json",
13917 "sqlx",
13918 "time",
13919 "uuid",
13920]
13921
13922[[package]]
13923name = "seahash"
13924version = "4.1.0"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13927
13928[[package]]
13929name = "search"
13930version = "0.1.0"
13931dependencies = [
13932 "any_vec",
13933 "anyhow",
13934 "bitflags 2.9.0",
13935 "client",
13936 "collections",
13937 "editor",
13938 "futures 0.3.31",
13939 "gpui",
13940 "language",
13941 "menu",
13942 "project",
13943 "schemars",
13944 "serde",
13945 "serde_json",
13946 "settings",
13947 "smol",
13948 "theme",
13949 "ui",
13950 "unindent",
13951 "util",
13952 "workspace",
13953 "workspace-hack",
13954 "zed_actions",
13955]
13956
13957[[package]]
13958name = "sec1"
13959version = "0.3.0"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
13962dependencies = [
13963 "base16ct",
13964 "der 0.6.1",
13965 "generic-array",
13966 "pkcs8 0.9.0",
13967 "subtle",
13968 "zeroize",
13969]
13970
13971[[package]]
13972name = "security-framework"
13973version = "2.11.1"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
13976dependencies = [
13977 "bitflags 2.9.0",
13978 "core-foundation 0.9.4",
13979 "core-foundation-sys",
13980 "libc",
13981 "security-framework-sys",
13982]
13983
13984[[package]]
13985name = "security-framework"
13986version = "3.2.0"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
13989dependencies = [
13990 "bitflags 2.9.0",
13991 "core-foundation 0.10.0",
13992 "core-foundation-sys",
13993 "libc",
13994 "security-framework-sys",
13995]
13996
13997[[package]]
13998name = "security-framework-sys"
13999version = "2.14.0"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14002dependencies = [
14003 "core-foundation-sys",
14004 "libc",
14005]
14006
14007[[package]]
14008name = "self_cell"
14009version = "1.2.0"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14012
14013[[package]]
14014name = "semantic_index"
14015version = "0.1.0"
14016dependencies = [
14017 "anyhow",
14018 "arrayvec",
14019 "blake3",
14020 "client",
14021 "clock",
14022 "collections",
14023 "env_logger 0.11.8",
14024 "feature_flags",
14025 "fs",
14026 "futures 0.3.31",
14027 "futures-batch",
14028 "gpui",
14029 "heed",
14030 "http_client",
14031 "language",
14032 "language_model",
14033 "languages",
14034 "log",
14035 "open_ai",
14036 "parking_lot",
14037 "project",
14038 "reqwest_client",
14039 "serde",
14040 "serde_json",
14041 "settings",
14042 "sha2",
14043 "smol",
14044 "streaming-iterator",
14045 "tempfile",
14046 "theme",
14047 "tree-sitter",
14048 "ui",
14049 "unindent",
14050 "util",
14051 "workspace",
14052 "workspace-hack",
14053 "worktree",
14054]
14055
14056[[package]]
14057name = "semantic_version"
14058version = "0.1.0"
14059dependencies = [
14060 "anyhow",
14061 "serde",
14062 "workspace-hack",
14063]
14064
14065[[package]]
14066name = "semver"
14067version = "1.0.26"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14070dependencies = [
14071 "serde",
14072]
14073
14074[[package]]
14075name = "serde"
14076version = "1.0.219"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14079dependencies = [
14080 "serde_derive",
14081]
14082
14083[[package]]
14084name = "serde_derive"
14085version = "1.0.219"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14088dependencies = [
14089 "proc-macro2",
14090 "quote",
14091 "syn 2.0.101",
14092]
14093
14094[[package]]
14095name = "serde_derive_internals"
14096version = "0.29.1"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14099dependencies = [
14100 "proc-macro2",
14101 "quote",
14102 "syn 2.0.101",
14103]
14104
14105[[package]]
14106name = "serde_fmt"
14107version = "1.0.3"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14110dependencies = [
14111 "serde",
14112]
14113
14114[[package]]
14115name = "serde_json"
14116version = "1.0.140"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14119dependencies = [
14120 "indexmap",
14121 "itoa",
14122 "memchr",
14123 "ryu",
14124 "serde",
14125]
14126
14127[[package]]
14128name = "serde_json_lenient"
14129version = "0.2.4"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14132dependencies = [
14133 "indexmap",
14134 "itoa",
14135 "memchr",
14136 "ryu",
14137 "serde",
14138]
14139
14140[[package]]
14141name = "serde_path_to_error"
14142version = "0.1.17"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14145dependencies = [
14146 "itoa",
14147 "serde",
14148]
14149
14150[[package]]
14151name = "serde_qs"
14152version = "0.8.5"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14155dependencies = [
14156 "percent-encoding",
14157 "serde",
14158 "thiserror 1.0.69",
14159]
14160
14161[[package]]
14162name = "serde_qs"
14163version = "0.10.1"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14166dependencies = [
14167 "percent-encoding",
14168 "serde",
14169 "thiserror 1.0.69",
14170]
14171
14172[[package]]
14173name = "serde_repr"
14174version = "0.1.20"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14177dependencies = [
14178 "proc-macro2",
14179 "quote",
14180 "syn 2.0.101",
14181]
14182
14183[[package]]
14184name = "serde_spanned"
14185version = "0.6.8"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14188dependencies = [
14189 "serde",
14190]
14191
14192[[package]]
14193name = "serde_urlencoded"
14194version = "0.7.1"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14197dependencies = [
14198 "form_urlencoded",
14199 "itoa",
14200 "ryu",
14201 "serde",
14202]
14203
14204[[package]]
14205name = "serial2"
14206version = "0.2.29"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14209dependencies = [
14210 "cfg-if",
14211 "libc",
14212 "winapi",
14213]
14214
14215[[package]]
14216name = "session"
14217version = "0.1.0"
14218dependencies = [
14219 "db",
14220 "gpui",
14221 "serde_json",
14222 "util",
14223 "uuid",
14224 "workspace-hack",
14225]
14226
14227[[package]]
14228name = "settings"
14229version = "0.1.0"
14230dependencies = [
14231 "anyhow",
14232 "collections",
14233 "ec4rs",
14234 "fs",
14235 "futures 0.3.31",
14236 "gpui",
14237 "indoc",
14238 "inventory",
14239 "log",
14240 "paths",
14241 "pretty_assertions",
14242 "release_channel",
14243 "rust-embed",
14244 "schemars",
14245 "serde",
14246 "serde_derive",
14247 "serde_json",
14248 "serde_json_lenient",
14249 "smallvec",
14250 "streaming-iterator",
14251 "tree-sitter",
14252 "tree-sitter-json",
14253 "unindent",
14254 "util",
14255 "workspace-hack",
14256]
14257
14258[[package]]
14259name = "settings_ui"
14260version = "0.1.0"
14261dependencies = [
14262 "command_palette_hooks",
14263 "editor",
14264 "feature_flags",
14265 "fs",
14266 "gpui",
14267 "log",
14268 "paths",
14269 "schemars",
14270 "serde",
14271 "settings",
14272 "theme",
14273 "ui",
14274 "workspace",
14275 "workspace-hack",
14276]
14277
14278[[package]]
14279name = "sha1"
14280version = "0.10.6"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14283dependencies = [
14284 "cfg-if",
14285 "cpufeatures",
14286 "digest",
14287]
14288
14289[[package]]
14290name = "sha1-checked"
14291version = "0.10.0"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14294dependencies = [
14295 "digest",
14296 "sha1",
14297]
14298
14299[[package]]
14300name = "sha1_smol"
14301version = "1.0.1"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14304
14305[[package]]
14306name = "sha2"
14307version = "0.10.8"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14310dependencies = [
14311 "cfg-if",
14312 "cpufeatures",
14313 "digest",
14314]
14315
14316[[package]]
14317name = "sharded-slab"
14318version = "0.1.7"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14321dependencies = [
14322 "lazy_static",
14323]
14324
14325[[package]]
14326name = "shared_library"
14327version = "0.1.9"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14330dependencies = [
14331 "lazy_static",
14332 "libc",
14333]
14334
14335[[package]]
14336name = "shell-words"
14337version = "1.1.0"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14340
14341[[package]]
14342name = "shellexpand"
14343version = "2.1.2"
14344source = "registry+https://github.com/rust-lang/crates.io-index"
14345checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14346dependencies = [
14347 "dirs 4.0.0",
14348]
14349
14350[[package]]
14351name = "shellexpand"
14352version = "3.1.1"
14353source = "registry+https://github.com/rust-lang/crates.io-index"
14354checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14355dependencies = [
14356 "dirs 6.0.0",
14357]
14358
14359[[package]]
14360name = "shlex"
14361version = "1.3.0"
14362source = "registry+https://github.com/rust-lang/crates.io-index"
14363checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14364
14365[[package]]
14366name = "signal-hook"
14367version = "0.3.17"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14370dependencies = [
14371 "libc",
14372 "signal-hook-registry",
14373]
14374
14375[[package]]
14376name = "signal-hook-registry"
14377version = "1.4.5"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14380dependencies = [
14381 "libc",
14382]
14383
14384[[package]]
14385name = "signature"
14386version = "1.6.4"
14387source = "registry+https://github.com/rust-lang/crates.io-index"
14388checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14389dependencies = [
14390 "digest",
14391 "rand_core 0.6.4",
14392]
14393
14394[[package]]
14395name = "signature"
14396version = "2.2.0"
14397source = "registry+https://github.com/rust-lang/crates.io-index"
14398checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14399dependencies = [
14400 "digest",
14401 "rand_core 0.6.4",
14402]
14403
14404[[package]]
14405name = "simd-adler32"
14406version = "0.3.7"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14409
14410[[package]]
14411name = "simd_helpers"
14412version = "0.1.0"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14415dependencies = [
14416 "quote",
14417]
14418
14419[[package]]
14420name = "simdutf8"
14421version = "0.1.5"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14424
14425[[package]]
14426name = "simple_asn1"
14427version = "0.6.3"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14430dependencies = [
14431 "num-bigint",
14432 "num-traits",
14433 "thiserror 2.0.12",
14434 "time",
14435]
14436
14437[[package]]
14438name = "simplecss"
14439version = "0.2.2"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14442dependencies = [
14443 "log",
14444]
14445
14446[[package]]
14447name = "simplelog"
14448version = "0.12.2"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14451dependencies = [
14452 "log",
14453 "termcolor",
14454 "time",
14455]
14456
14457[[package]]
14458name = "siphasher"
14459version = "1.0.1"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14462
14463[[package]]
14464name = "skrifa"
14465version = "0.26.6"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14468dependencies = [
14469 "bytemuck",
14470 "read-fonts",
14471]
14472
14473[[package]]
14474name = "slab"
14475version = "0.4.9"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14478dependencies = [
14479 "autocfg",
14480]
14481
14482[[package]]
14483name = "slash_commands_example"
14484version = "0.1.0"
14485dependencies = [
14486 "zed_extension_api 0.1.0",
14487]
14488
14489[[package]]
14490name = "slotmap"
14491version = "1.0.7"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14494dependencies = [
14495 "version_check",
14496]
14497
14498[[package]]
14499name = "smallvec"
14500version = "1.15.0"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14503dependencies = [
14504 "serde",
14505]
14506
14507[[package]]
14508name = "smart-default"
14509version = "0.6.0"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14512dependencies = [
14513 "proc-macro2",
14514 "quote",
14515 "syn 1.0.109",
14516]
14517
14518[[package]]
14519name = "smol"
14520version = "2.0.2"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14523dependencies = [
14524 "async-channel 2.3.1",
14525 "async-executor",
14526 "async-fs",
14527 "async-io",
14528 "async-lock",
14529 "async-net",
14530 "async-process",
14531 "blocking",
14532 "futures-lite 2.6.0",
14533]
14534
14535[[package]]
14536name = "smol_str"
14537version = "0.1.24"
14538source = "registry+https://github.com/rust-lang/crates.io-index"
14539checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14540dependencies = [
14541 "serde",
14542]
14543
14544[[package]]
14545name = "smol_str"
14546version = "0.2.2"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14549
14550[[package]]
14551name = "snippet"
14552version = "0.1.0"
14553dependencies = [
14554 "anyhow",
14555 "smallvec",
14556 "workspace-hack",
14557]
14558
14559[[package]]
14560name = "snippet_provider"
14561version = "0.1.0"
14562dependencies = [
14563 "anyhow",
14564 "collections",
14565 "extension",
14566 "fs",
14567 "futures 0.3.31",
14568 "gpui",
14569 "indoc",
14570 "parking_lot",
14571 "paths",
14572 "schemars",
14573 "serde",
14574 "serde_json_lenient",
14575 "snippet",
14576 "util",
14577 "workspace-hack",
14578]
14579
14580[[package]]
14581name = "snippets_ui"
14582version = "0.1.0"
14583dependencies = [
14584 "fuzzy",
14585 "gpui",
14586 "language",
14587 "paths",
14588 "picker",
14589 "ui",
14590 "util",
14591 "workspace",
14592 "workspace-hack",
14593]
14594
14595[[package]]
14596name = "socket2"
14597version = "0.5.9"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14600dependencies = [
14601 "libc",
14602 "windows-sys 0.52.0",
14603]
14604
14605[[package]]
14606name = "spdx"
14607version = "0.10.8"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14610dependencies = [
14611 "smallvec",
14612]
14613
14614[[package]]
14615name = "spin"
14616version = "0.9.8"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14619dependencies = [
14620 "lock_api",
14621]
14622
14623[[package]]
14624name = "spirv"
14625version = "0.3.0+sdk-1.3.268.0"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14628dependencies = [
14629 "bitflags 2.9.0",
14630]
14631
14632[[package]]
14633name = "spki"
14634version = "0.6.0"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14637dependencies = [
14638 "base64ct",
14639 "der 0.6.1",
14640]
14641
14642[[package]]
14643name = "spki"
14644version = "0.7.3"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14647dependencies = [
14648 "base64ct",
14649 "der 0.7.10",
14650]
14651
14652[[package]]
14653name = "sptr"
14654version = "0.3.2"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14657
14658[[package]]
14659name = "sqlez"
14660version = "0.1.0"
14661dependencies = [
14662 "anyhow",
14663 "collections",
14664 "futures 0.3.31",
14665 "indoc",
14666 "libsqlite3-sys",
14667 "parking_lot",
14668 "smol",
14669 "sqlformat",
14670 "thread_local",
14671 "util",
14672 "uuid",
14673 "workspace-hack",
14674]
14675
14676[[package]]
14677name = "sqlez_macros"
14678version = "0.1.0"
14679dependencies = [
14680 "sqlez",
14681 "sqlformat",
14682 "syn 1.0.109",
14683 "workspace-hack",
14684]
14685
14686[[package]]
14687name = "sqlformat"
14688version = "0.2.6"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14691dependencies = [
14692 "nom",
14693 "unicode_categories",
14694]
14695
14696[[package]]
14697name = "sqlx"
14698version = "0.8.5"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14701dependencies = [
14702 "sqlx-core",
14703 "sqlx-macros",
14704 "sqlx-mysql",
14705 "sqlx-postgres",
14706 "sqlx-sqlite",
14707]
14708
14709[[package]]
14710name = "sqlx-core"
14711version = "0.8.5"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14714dependencies = [
14715 "base64 0.22.1",
14716 "bigdecimal",
14717 "bytes 1.10.1",
14718 "chrono",
14719 "crc",
14720 "crossbeam-queue",
14721 "either",
14722 "event-listener 5.4.0",
14723 "futures-core",
14724 "futures-intrusive",
14725 "futures-io",
14726 "futures-util",
14727 "hashbrown 0.15.3",
14728 "hashlink 0.10.0",
14729 "indexmap",
14730 "log",
14731 "memchr",
14732 "once_cell",
14733 "percent-encoding",
14734 "rust_decimal",
14735 "rustls 0.23.26",
14736 "serde",
14737 "serde_json",
14738 "sha2",
14739 "smallvec",
14740 "thiserror 2.0.12",
14741 "time",
14742 "tokio",
14743 "tokio-stream",
14744 "tracing",
14745 "url",
14746 "uuid",
14747 "webpki-roots",
14748]
14749
14750[[package]]
14751name = "sqlx-macros"
14752version = "0.8.5"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14755dependencies = [
14756 "proc-macro2",
14757 "quote",
14758 "sqlx-core",
14759 "sqlx-macros-core",
14760 "syn 2.0.101",
14761]
14762
14763[[package]]
14764name = "sqlx-macros-core"
14765version = "0.8.5"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14768dependencies = [
14769 "dotenvy",
14770 "either",
14771 "heck 0.5.0",
14772 "hex",
14773 "once_cell",
14774 "proc-macro2",
14775 "quote",
14776 "serde",
14777 "serde_json",
14778 "sha2",
14779 "sqlx-core",
14780 "sqlx-mysql",
14781 "sqlx-postgres",
14782 "sqlx-sqlite",
14783 "syn 2.0.101",
14784 "tempfile",
14785 "tokio",
14786 "url",
14787]
14788
14789[[package]]
14790name = "sqlx-mysql"
14791version = "0.8.5"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14794dependencies = [
14795 "atoi",
14796 "base64 0.22.1",
14797 "bigdecimal",
14798 "bitflags 2.9.0",
14799 "byteorder",
14800 "bytes 1.10.1",
14801 "chrono",
14802 "crc",
14803 "digest",
14804 "dotenvy",
14805 "either",
14806 "futures-channel",
14807 "futures-core",
14808 "futures-io",
14809 "futures-util",
14810 "generic-array",
14811 "hex",
14812 "hkdf",
14813 "hmac",
14814 "itoa",
14815 "log",
14816 "md-5",
14817 "memchr",
14818 "once_cell",
14819 "percent-encoding",
14820 "rand 0.8.5",
14821 "rsa",
14822 "rust_decimal",
14823 "serde",
14824 "sha1",
14825 "sha2",
14826 "smallvec",
14827 "sqlx-core",
14828 "stringprep",
14829 "thiserror 2.0.12",
14830 "time",
14831 "tracing",
14832 "uuid",
14833 "whoami",
14834]
14835
14836[[package]]
14837name = "sqlx-postgres"
14838version = "0.8.5"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14841dependencies = [
14842 "atoi",
14843 "base64 0.22.1",
14844 "bigdecimal",
14845 "bitflags 2.9.0",
14846 "byteorder",
14847 "chrono",
14848 "crc",
14849 "dotenvy",
14850 "etcetera",
14851 "futures-channel",
14852 "futures-core",
14853 "futures-util",
14854 "hex",
14855 "hkdf",
14856 "hmac",
14857 "home",
14858 "itoa",
14859 "log",
14860 "md-5",
14861 "memchr",
14862 "num-bigint",
14863 "once_cell",
14864 "rand 0.8.5",
14865 "rust_decimal",
14866 "serde",
14867 "serde_json",
14868 "sha2",
14869 "smallvec",
14870 "sqlx-core",
14871 "stringprep",
14872 "thiserror 2.0.12",
14873 "time",
14874 "tracing",
14875 "uuid",
14876 "whoami",
14877]
14878
14879[[package]]
14880name = "sqlx-sqlite"
14881version = "0.8.5"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14884dependencies = [
14885 "atoi",
14886 "chrono",
14887 "flume",
14888 "futures-channel",
14889 "futures-core",
14890 "futures-executor",
14891 "futures-intrusive",
14892 "futures-util",
14893 "libsqlite3-sys",
14894 "log",
14895 "percent-encoding",
14896 "serde",
14897 "serde_urlencoded",
14898 "sqlx-core",
14899 "thiserror 2.0.12",
14900 "time",
14901 "tracing",
14902 "url",
14903 "uuid",
14904]
14905
14906[[package]]
14907name = "stable_deref_trait"
14908version = "1.2.0"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14911
14912[[package]]
14913name = "static_assertions"
14914version = "1.1.0"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14917
14918[[package]]
14919name = "story"
14920version = "0.1.0"
14921dependencies = [
14922 "gpui",
14923 "itertools 0.14.0",
14924 "smallvec",
14925 "workspace-hack",
14926]
14927
14928[[package]]
14929name = "storybook"
14930version = "0.1.0"
14931dependencies = [
14932 "anyhow",
14933 "clap",
14934 "collab_ui",
14935 "ctrlc",
14936 "dialoguer",
14937 "editor",
14938 "fuzzy",
14939 "gpui",
14940 "indoc",
14941 "language",
14942 "log",
14943 "menu",
14944 "picker",
14945 "project",
14946 "reqwest_client",
14947 "rust-embed",
14948 "settings",
14949 "simplelog",
14950 "story",
14951 "strum 0.27.1",
14952 "theme",
14953 "title_bar",
14954 "ui",
14955 "workspace",
14956 "workspace-hack",
14957]
14958
14959[[package]]
14960name = "streaming-iterator"
14961version = "0.1.9"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
14964
14965[[package]]
14966name = "streaming_diff"
14967version = "0.1.0"
14968dependencies = [
14969 "ordered-float 2.10.1",
14970 "rand 0.8.5",
14971 "rope",
14972 "util",
14973 "workspace-hack",
14974]
14975
14976[[package]]
14977name = "strict-num"
14978version = "0.1.1"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
14981dependencies = [
14982 "float-cmp",
14983]
14984
14985[[package]]
14986name = "string_cache"
14987version = "0.8.9"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
14990dependencies = [
14991 "new_debug_unreachable",
14992 "parking_lot",
14993 "phf_shared",
14994 "precomputed-hash",
14995 "serde",
14996]
14997
14998[[package]]
14999name = "string_cache_codegen"
15000version = "0.5.4"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15003dependencies = [
15004 "phf_generator",
15005 "phf_shared",
15006 "proc-macro2",
15007 "quote",
15008]
15009
15010[[package]]
15011name = "stringprep"
15012version = "0.1.5"
15013source = "registry+https://github.com/rust-lang/crates.io-index"
15014checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15015dependencies = [
15016 "unicode-bidi",
15017 "unicode-normalization",
15018 "unicode-properties",
15019]
15020
15021[[package]]
15022name = "strsim"
15023version = "0.11.1"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15026
15027[[package]]
15028name = "strum"
15029version = "0.26.3"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15032dependencies = [
15033 "strum_macros 0.26.4",
15034]
15035
15036[[package]]
15037name = "strum"
15038version = "0.27.1"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15041dependencies = [
15042 "strum_macros 0.27.1",
15043]
15044
15045[[package]]
15046name = "strum_macros"
15047version = "0.26.4"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15050dependencies = [
15051 "heck 0.5.0",
15052 "proc-macro2",
15053 "quote",
15054 "rustversion",
15055 "syn 2.0.101",
15056]
15057
15058[[package]]
15059name = "strum_macros"
15060version = "0.27.1"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15063dependencies = [
15064 "heck 0.5.0",
15065 "proc-macro2",
15066 "quote",
15067 "rustversion",
15068 "syn 2.0.101",
15069]
15070
15071[[package]]
15072name = "subtle"
15073version = "2.6.1"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15076
15077[[package]]
15078name = "sum_tree"
15079version = "0.1.0"
15080dependencies = [
15081 "arrayvec",
15082 "ctor",
15083 "env_logger 0.11.8",
15084 "log",
15085 "rand 0.8.5",
15086 "rayon",
15087 "workspace-hack",
15088]
15089
15090[[package]]
15091name = "supermaven"
15092version = "0.1.0"
15093dependencies = [
15094 "anyhow",
15095 "client",
15096 "collections",
15097 "editor",
15098 "env_logger 0.11.8",
15099 "futures 0.3.31",
15100 "gpui",
15101 "http_client",
15102 "inline_completion",
15103 "language",
15104 "log",
15105 "postage",
15106 "project",
15107 "serde",
15108 "serde_json",
15109 "settings",
15110 "smol",
15111 "supermaven_api",
15112 "text",
15113 "theme",
15114 "ui",
15115 "unicode-segmentation",
15116 "util",
15117 "workspace-hack",
15118]
15119
15120[[package]]
15121name = "supermaven_api"
15122version = "0.1.0"
15123dependencies = [
15124 "anyhow",
15125 "futures 0.3.31",
15126 "http_client",
15127 "paths",
15128 "serde",
15129 "serde_json",
15130 "smol",
15131 "workspace-hack",
15132]
15133
15134[[package]]
15135name = "sval"
15136version = "2.14.1"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15139
15140[[package]]
15141name = "sval_buffer"
15142version = "2.14.1"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15145dependencies = [
15146 "sval",
15147 "sval_ref",
15148]
15149
15150[[package]]
15151name = "sval_dynamic"
15152version = "2.14.1"
15153source = "registry+https://github.com/rust-lang/crates.io-index"
15154checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15155dependencies = [
15156 "sval",
15157]
15158
15159[[package]]
15160name = "sval_fmt"
15161version = "2.14.1"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15164dependencies = [
15165 "itoa",
15166 "ryu",
15167 "sval",
15168]
15169
15170[[package]]
15171name = "sval_json"
15172version = "2.14.1"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15175dependencies = [
15176 "itoa",
15177 "ryu",
15178 "sval",
15179]
15180
15181[[package]]
15182name = "sval_nested"
15183version = "2.14.1"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15186dependencies = [
15187 "sval",
15188 "sval_buffer",
15189 "sval_ref",
15190]
15191
15192[[package]]
15193name = "sval_ref"
15194version = "2.14.1"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15197dependencies = [
15198 "sval",
15199]
15200
15201[[package]]
15202name = "sval_serde"
15203version = "2.14.1"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15206dependencies = [
15207 "serde",
15208 "sval",
15209 "sval_nested",
15210]
15211
15212[[package]]
15213name = "svg_fmt"
15214version = "0.4.5"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15217
15218[[package]]
15219name = "svgtypes"
15220version = "0.15.3"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15223dependencies = [
15224 "kurbo",
15225 "siphasher",
15226]
15227
15228[[package]]
15229name = "swash"
15230version = "0.2.2"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15233dependencies = [
15234 "skrifa",
15235 "yazi",
15236 "zeno",
15237]
15238
15239[[package]]
15240name = "syn"
15241version = "1.0.109"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15244dependencies = [
15245 "proc-macro2",
15246 "quote",
15247 "unicode-ident",
15248]
15249
15250[[package]]
15251name = "syn"
15252version = "2.0.101"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15255dependencies = [
15256 "proc-macro2",
15257 "quote",
15258 "unicode-ident",
15259]
15260
15261[[package]]
15262name = "sync_wrapper"
15263version = "0.1.2"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15266
15267[[package]]
15268name = "sync_wrapper"
15269version = "1.0.2"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15272dependencies = [
15273 "futures-core",
15274]
15275
15276[[package]]
15277name = "synchronoise"
15278version = "1.0.1"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15281dependencies = [
15282 "crossbeam-queue",
15283]
15284
15285[[package]]
15286name = "synstructure"
15287version = "0.13.1"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15290dependencies = [
15291 "proc-macro2",
15292 "quote",
15293 "syn 2.0.101",
15294]
15295
15296[[package]]
15297name = "sys-locale"
15298version = "0.3.2"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15301dependencies = [
15302 "libc",
15303]
15304
15305[[package]]
15306name = "sysinfo"
15307version = "0.31.4"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15310dependencies = [
15311 "core-foundation-sys",
15312 "libc",
15313 "memchr",
15314 "ntapi",
15315 "rayon",
15316 "windows 0.57.0",
15317]
15318
15319[[package]]
15320name = "system-configuration"
15321version = "0.5.1"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15324dependencies = [
15325 "bitflags 1.3.2",
15326 "core-foundation 0.9.4",
15327 "system-configuration-sys 0.5.0",
15328]
15329
15330[[package]]
15331name = "system-configuration"
15332version = "0.6.1"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15335dependencies = [
15336 "bitflags 2.9.0",
15337 "core-foundation 0.9.4",
15338 "system-configuration-sys 0.6.0",
15339]
15340
15341[[package]]
15342name = "system-configuration-sys"
15343version = "0.5.0"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15346dependencies = [
15347 "core-foundation-sys",
15348 "libc",
15349]
15350
15351[[package]]
15352name = "system-configuration-sys"
15353version = "0.6.0"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15356dependencies = [
15357 "core-foundation-sys",
15358 "libc",
15359]
15360
15361[[package]]
15362name = "system-deps"
15363version = "6.2.2"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15366dependencies = [
15367 "cfg-expr",
15368 "heck 0.5.0",
15369 "pkg-config",
15370 "toml 0.8.20",
15371 "version-compare",
15372]
15373
15374[[package]]
15375name = "system-interface"
15376version = "0.27.3"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15379dependencies = [
15380 "bitflags 2.9.0",
15381 "cap-fs-ext",
15382 "cap-std",
15383 "fd-lock",
15384 "io-lifetimes",
15385 "rustix 0.38.44",
15386 "windows-sys 0.59.0",
15387 "winx",
15388]
15389
15390[[package]]
15391name = "tab_switcher"
15392version = "0.1.0"
15393dependencies = [
15394 "anyhow",
15395 "collections",
15396 "ctor",
15397 "editor",
15398 "env_logger 0.11.8",
15399 "fuzzy",
15400 "gpui",
15401 "language",
15402 "menu",
15403 "picker",
15404 "project",
15405 "schemars",
15406 "serde",
15407 "serde_json",
15408 "settings",
15409 "smol",
15410 "theme",
15411 "ui",
15412 "util",
15413 "workspace",
15414 "workspace-hack",
15415]
15416
15417[[package]]
15418name = "taffy"
15419version = "0.4.4"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15422dependencies = [
15423 "arrayvec",
15424 "grid",
15425 "num-traits",
15426 "serde",
15427 "slotmap",
15428]
15429
15430[[package]]
15431name = "take-until"
15432version = "0.2.0"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15435
15436[[package]]
15437name = "tao-core-video-sys"
15438version = "0.2.0"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15441dependencies = [
15442 "cfg-if",
15443 "core-foundation-sys",
15444 "libc",
15445 "objc",
15446]
15447
15448[[package]]
15449name = "tap"
15450version = "1.0.1"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15453
15454[[package]]
15455name = "target-lexicon"
15456version = "0.12.16"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15459
15460[[package]]
15461name = "target-lexicon"
15462version = "0.13.2"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15465
15466[[package]]
15467name = "task"
15468version = "0.1.0"
15469dependencies = [
15470 "anyhow",
15471 "collections",
15472 "futures 0.3.31",
15473 "gpui",
15474 "hex",
15475 "parking_lot",
15476 "pretty_assertions",
15477 "proto",
15478 "schemars",
15479 "serde",
15480 "serde_json",
15481 "serde_json_lenient",
15482 "sha2",
15483 "shellexpand 2.1.2",
15484 "util",
15485 "workspace-hack",
15486 "zed_actions",
15487]
15488
15489[[package]]
15490name = "tasks_ui"
15491version = "0.1.0"
15492dependencies = [
15493 "anyhow",
15494 "collections",
15495 "editor",
15496 "file_icons",
15497 "fuzzy",
15498 "gpui",
15499 "itertools 0.14.0",
15500 "language",
15501 "menu",
15502 "picker",
15503 "project",
15504 "serde",
15505 "serde_json",
15506 "task",
15507 "tree-sitter-rust",
15508 "tree-sitter-typescript",
15509 "ui",
15510 "util",
15511 "workspace",
15512 "workspace-hack",
15513 "zed_actions",
15514]
15515
15516[[package]]
15517name = "telemetry"
15518version = "0.1.0"
15519dependencies = [
15520 "futures 0.3.31",
15521 "serde",
15522 "serde_json",
15523 "telemetry_events",
15524 "workspace-hack",
15525]
15526
15527[[package]]
15528name = "telemetry_events"
15529version = "0.1.0"
15530dependencies = [
15531 "semantic_version",
15532 "serde",
15533 "serde_json",
15534 "workspace-hack",
15535]
15536
15537[[package]]
15538name = "tempfile"
15539version = "3.20.0"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15542dependencies = [
15543 "fastrand 2.3.0",
15544 "getrandom 0.3.2",
15545 "once_cell",
15546 "rustix 1.0.7",
15547 "windows-sys 0.59.0",
15548]
15549
15550[[package]]
15551name = "tendril"
15552version = "0.4.3"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15555dependencies = [
15556 "futf",
15557 "mac",
15558 "utf-8",
15559]
15560
15561[[package]]
15562name = "termcolor"
15563version = "1.4.1"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15566dependencies = [
15567 "winapi-util",
15568]
15569
15570[[package]]
15571name = "terminal"
15572version = "0.1.0"
15573dependencies = [
15574 "alacritty_terminal",
15575 "anyhow",
15576 "collections",
15577 "dirs 4.0.0",
15578 "futures 0.3.31",
15579 "gpui",
15580 "libc",
15581 "rand 0.8.5",
15582 "regex",
15583 "release_channel",
15584 "schemars",
15585 "serde",
15586 "serde_derive",
15587 "settings",
15588 "smol",
15589 "sysinfo",
15590 "task",
15591 "theme",
15592 "thiserror 2.0.12",
15593 "util",
15594 "windows 0.61.1",
15595 "workspace-hack",
15596]
15597
15598[[package]]
15599name = "terminal_size"
15600version = "0.4.2"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15603dependencies = [
15604 "rustix 1.0.7",
15605 "windows-sys 0.59.0",
15606]
15607
15608[[package]]
15609name = "terminal_view"
15610version = "0.1.0"
15611dependencies = [
15612 "anyhow",
15613 "async-recursion 1.1.1",
15614 "breadcrumbs",
15615 "client",
15616 "collections",
15617 "db",
15618 "dirs 4.0.0",
15619 "editor",
15620 "futures 0.3.31",
15621 "gpui",
15622 "itertools 0.14.0",
15623 "language",
15624 "log",
15625 "project",
15626 "rand 0.8.5",
15627 "regex",
15628 "schemars",
15629 "search",
15630 "serde",
15631 "serde_json",
15632 "settings",
15633 "shellexpand 2.1.2",
15634 "smol",
15635 "task",
15636 "terminal",
15637 "theme",
15638 "ui",
15639 "util",
15640 "workspace",
15641 "workspace-hack",
15642 "zed_actions",
15643]
15644
15645[[package]]
15646name = "text"
15647version = "0.1.0"
15648dependencies = [
15649 "anyhow",
15650 "clock",
15651 "collections",
15652 "ctor",
15653 "env_logger 0.11.8",
15654 "gpui",
15655 "http_client",
15656 "log",
15657 "parking_lot",
15658 "postage",
15659 "rand 0.8.5",
15660 "regex",
15661 "rope",
15662 "smallvec",
15663 "sum_tree",
15664 "util",
15665 "workspace-hack",
15666]
15667
15668[[package]]
15669name = "theme"
15670version = "0.1.0"
15671dependencies = [
15672 "anyhow",
15673 "collections",
15674 "derive_more",
15675 "fs",
15676 "futures 0.3.31",
15677 "gpui",
15678 "indexmap",
15679 "log",
15680 "palette",
15681 "parking_lot",
15682 "refineable",
15683 "schemars",
15684 "serde",
15685 "serde_derive",
15686 "serde_json",
15687 "serde_json_lenient",
15688 "serde_repr",
15689 "settings",
15690 "strum 0.27.1",
15691 "thiserror 2.0.12",
15692 "util",
15693 "uuid",
15694 "workspace-hack",
15695]
15696
15697[[package]]
15698name = "theme_extension"
15699version = "0.1.0"
15700dependencies = [
15701 "anyhow",
15702 "extension",
15703 "fs",
15704 "gpui",
15705 "theme",
15706 "workspace-hack",
15707]
15708
15709[[package]]
15710name = "theme_importer"
15711version = "0.1.0"
15712dependencies = [
15713 "anyhow",
15714 "clap",
15715 "gpui",
15716 "indexmap",
15717 "log",
15718 "palette",
15719 "rust-embed",
15720 "serde",
15721 "serde_json",
15722 "serde_json_lenient",
15723 "simplelog",
15724 "strum 0.27.1",
15725 "theme",
15726 "vscode_theme",
15727 "workspace-hack",
15728]
15729
15730[[package]]
15731name = "theme_selector"
15732version = "0.1.0"
15733dependencies = [
15734 "fs",
15735 "fuzzy",
15736 "gpui",
15737 "log",
15738 "picker",
15739 "serde",
15740 "settings",
15741 "telemetry",
15742 "theme",
15743 "ui",
15744 "util",
15745 "workspace",
15746 "workspace-hack",
15747 "zed_actions",
15748]
15749
15750[[package]]
15751name = "thiserror"
15752version = "1.0.69"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15755dependencies = [
15756 "thiserror-impl 1.0.69",
15757]
15758
15759[[package]]
15760name = "thiserror"
15761version = "2.0.12"
15762source = "registry+https://github.com/rust-lang/crates.io-index"
15763checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15764dependencies = [
15765 "thiserror-impl 2.0.12",
15766]
15767
15768[[package]]
15769name = "thiserror-impl"
15770version = "1.0.69"
15771source = "registry+https://github.com/rust-lang/crates.io-index"
15772checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15773dependencies = [
15774 "proc-macro2",
15775 "quote",
15776 "syn 2.0.101",
15777]
15778
15779[[package]]
15780name = "thiserror-impl"
15781version = "2.0.12"
15782source = "registry+https://github.com/rust-lang/crates.io-index"
15783checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15784dependencies = [
15785 "proc-macro2",
15786 "quote",
15787 "syn 2.0.101",
15788]
15789
15790[[package]]
15791name = "thread_local"
15792version = "1.1.8"
15793source = "registry+https://github.com/rust-lang/crates.io-index"
15794checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15795dependencies = [
15796 "cfg-if",
15797 "once_cell",
15798]
15799
15800[[package]]
15801name = "tiff"
15802version = "0.9.1"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15805dependencies = [
15806 "flate2",
15807 "jpeg-decoder",
15808 "weezl",
15809]
15810
15811[[package]]
15812name = "tiktoken-rs"
15813version = "0.7.0"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15816dependencies = [
15817 "anyhow",
15818 "base64 0.22.1",
15819 "bstr",
15820 "fancy-regex 0.13.0",
15821 "lazy_static",
15822 "regex",
15823 "rustc-hash 1.1.0",
15824]
15825
15826[[package]]
15827name = "time"
15828version = "0.3.41"
15829source = "registry+https://github.com/rust-lang/crates.io-index"
15830checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15831dependencies = [
15832 "deranged",
15833 "itoa",
15834 "libc",
15835 "num-conv",
15836 "num_threads",
15837 "powerfmt",
15838 "serde",
15839 "time-core",
15840 "time-macros",
15841]
15842
15843[[package]]
15844name = "time-core"
15845version = "0.1.4"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15848
15849[[package]]
15850name = "time-macros"
15851version = "0.2.22"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15854dependencies = [
15855 "num-conv",
15856 "time-core",
15857]
15858
15859[[package]]
15860name = "time_format"
15861version = "0.1.0"
15862dependencies = [
15863 "core-foundation 0.10.0",
15864 "core-foundation-sys",
15865 "sys-locale",
15866 "time",
15867 "workspace-hack",
15868]
15869
15870[[package]]
15871name = "tiny-keccak"
15872version = "2.0.2"
15873source = "registry+https://github.com/rust-lang/crates.io-index"
15874checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15875dependencies = [
15876 "crunchy",
15877]
15878
15879[[package]]
15880name = "tiny-skia"
15881version = "0.11.4"
15882source = "registry+https://github.com/rust-lang/crates.io-index"
15883checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15884dependencies = [
15885 "arrayref",
15886 "arrayvec",
15887 "bytemuck",
15888 "cfg-if",
15889 "log",
15890 "png",
15891 "tiny-skia-path",
15892]
15893
15894[[package]]
15895name = "tiny-skia-path"
15896version = "0.11.4"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15899dependencies = [
15900 "arrayref",
15901 "bytemuck",
15902 "strict-num",
15903]
15904
15905[[package]]
15906name = "tiny_http"
15907version = "0.8.2"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15910dependencies = [
15911 "ascii",
15912 "chrono",
15913 "chunked_transfer",
15914 "log",
15915 "url",
15916]
15917
15918[[package]]
15919name = "tinystr"
15920version = "0.7.6"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15923dependencies = [
15924 "displaydoc",
15925 "zerovec",
15926]
15927
15928[[package]]
15929name = "tinytemplate"
15930version = "1.2.1"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15933dependencies = [
15934 "serde",
15935 "serde_json",
15936]
15937
15938[[package]]
15939name = "tinyvec"
15940version = "1.9.0"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15943dependencies = [
15944 "tinyvec_macros",
15945]
15946
15947[[package]]
15948name = "tinyvec_macros"
15949version = "0.1.1"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
15952
15953[[package]]
15954name = "title_bar"
15955version = "0.1.0"
15956dependencies = [
15957 "auto_update",
15958 "call",
15959 "chrono",
15960 "client",
15961 "collections",
15962 "db",
15963 "gpui",
15964 "http_client",
15965 "notifications",
15966 "pretty_assertions",
15967 "project",
15968 "remote",
15969 "rpc",
15970 "schemars",
15971 "serde",
15972 "settings",
15973 "smallvec",
15974 "story",
15975 "telemetry",
15976 "theme",
15977 "tree-sitter-md",
15978 "ui",
15979 "util",
15980 "windows 0.61.1",
15981 "workspace",
15982 "workspace-hack",
15983 "zed_actions",
15984]
15985
15986[[package]]
15987name = "tokio"
15988version = "1.44.2"
15989source = "registry+https://github.com/rust-lang/crates.io-index"
15990checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
15991dependencies = [
15992 "backtrace",
15993 "bytes 1.10.1",
15994 "libc",
15995 "mio",
15996 "parking_lot",
15997 "pin-project-lite",
15998 "signal-hook-registry",
15999 "socket2",
16000 "tokio-macros",
16001 "windows-sys 0.52.0",
16002]
16003
16004[[package]]
16005name = "tokio-io"
16006version = "0.1.13"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16009dependencies = [
16010 "bytes 0.4.12",
16011 "futures 0.1.31",
16012 "log",
16013]
16014
16015[[package]]
16016name = "tokio-macros"
16017version = "2.5.0"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16020dependencies = [
16021 "proc-macro2",
16022 "quote",
16023 "syn 2.0.101",
16024]
16025
16026[[package]]
16027name = "tokio-native-tls"
16028version = "0.3.1"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16031dependencies = [
16032 "native-tls",
16033 "tokio",
16034]
16035
16036[[package]]
16037name = "tokio-rustls"
16038version = "0.24.1"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16041dependencies = [
16042 "rustls 0.21.12",
16043 "tokio",
16044]
16045
16046[[package]]
16047name = "tokio-rustls"
16048version = "0.26.2"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16051dependencies = [
16052 "rustls 0.23.26",
16053 "tokio",
16054]
16055
16056[[package]]
16057name = "tokio-socks"
16058version = "0.5.2"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16061dependencies = [
16062 "either",
16063 "futures-io",
16064 "futures-util",
16065 "thiserror 1.0.69",
16066 "tokio",
16067]
16068
16069[[package]]
16070name = "tokio-stream"
16071version = "0.1.17"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16074dependencies = [
16075 "futures-core",
16076 "pin-project-lite",
16077 "tokio",
16078]
16079
16080[[package]]
16081name = "tokio-tungstenite"
16082version = "0.20.1"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16085dependencies = [
16086 "futures-util",
16087 "log",
16088 "tokio",
16089 "tungstenite 0.20.1",
16090]
16091
16092[[package]]
16093name = "tokio-tungstenite"
16094version = "0.21.0"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16097dependencies = [
16098 "futures-util",
16099 "log",
16100 "tokio",
16101 "tungstenite 0.21.0",
16102]
16103
16104[[package]]
16105name = "tokio-tungstenite"
16106version = "0.26.2"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16109dependencies = [
16110 "futures-util",
16111 "log",
16112 "rustls 0.23.26",
16113 "rustls-pki-types",
16114 "tokio",
16115 "tokio-rustls 0.26.2",
16116 "tungstenite 0.26.2",
16117]
16118
16119[[package]]
16120name = "tokio-util"
16121version = "0.7.14"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16124dependencies = [
16125 "bytes 1.10.1",
16126 "futures-core",
16127 "futures-io",
16128 "futures-sink",
16129 "pin-project-lite",
16130 "tokio",
16131]
16132
16133[[package]]
16134name = "toml"
16135version = "0.5.11"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16138dependencies = [
16139 "serde",
16140]
16141
16142[[package]]
16143name = "toml"
16144version = "0.8.20"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16147dependencies = [
16148 "serde",
16149 "serde_spanned",
16150 "toml_datetime",
16151 "toml_edit",
16152]
16153
16154[[package]]
16155name = "toml_datetime"
16156version = "0.6.9"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16159dependencies = [
16160 "serde",
16161]
16162
16163[[package]]
16164name = "toml_edit"
16165version = "0.22.26"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16168dependencies = [
16169 "indexmap",
16170 "serde",
16171 "serde_spanned",
16172 "toml_datetime",
16173 "toml_write",
16174 "winnow",
16175]
16176
16177[[package]]
16178name = "toml_write"
16179version = "0.1.1"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16182
16183[[package]]
16184name = "toolchain_selector"
16185version = "0.1.0"
16186dependencies = [
16187 "editor",
16188 "fuzzy",
16189 "gpui",
16190 "language",
16191 "picker",
16192 "project",
16193 "ui",
16194 "util",
16195 "workspace",
16196 "workspace-hack",
16197]
16198
16199[[package]]
16200name = "topological-sort"
16201version = "0.2.2"
16202source = "registry+https://github.com/rust-lang/crates.io-index"
16203checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16204
16205[[package]]
16206name = "tower"
16207version = "0.4.13"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16210dependencies = [
16211 "futures-core",
16212 "futures-util",
16213 "pin-project",
16214 "pin-project-lite",
16215 "tokio",
16216 "tower-layer",
16217 "tower-service",
16218 "tracing",
16219]
16220
16221[[package]]
16222name = "tower"
16223version = "0.5.2"
16224source = "registry+https://github.com/rust-lang/crates.io-index"
16225checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16226dependencies = [
16227 "futures-core",
16228 "futures-util",
16229 "pin-project-lite",
16230 "sync_wrapper 1.0.2",
16231 "tokio",
16232 "tower-layer",
16233 "tower-service",
16234]
16235
16236[[package]]
16237name = "tower-http"
16238version = "0.3.5"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16241dependencies = [
16242 "bitflags 1.3.2",
16243 "bytes 1.10.1",
16244 "futures-core",
16245 "futures-util",
16246 "http 0.2.12",
16247 "http-body 0.4.6",
16248 "http-range-header",
16249 "pin-project-lite",
16250 "tower-layer",
16251 "tower-service",
16252]
16253
16254[[package]]
16255name = "tower-http"
16256version = "0.4.4"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16259dependencies = [
16260 "bitflags 2.9.0",
16261 "bytes 1.10.1",
16262 "futures-core",
16263 "futures-util",
16264 "http 0.2.12",
16265 "http-body 0.4.6",
16266 "http-range-header",
16267 "pin-project-lite",
16268 "tower-layer",
16269 "tower-service",
16270 "tracing",
16271]
16272
16273[[package]]
16274name = "tower-layer"
16275version = "0.3.3"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16278
16279[[package]]
16280name = "tower-service"
16281version = "0.3.3"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16284
16285[[package]]
16286name = "tracing"
16287version = "0.1.41"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16290dependencies = [
16291 "log",
16292 "pin-project-lite",
16293 "tracing-attributes",
16294 "tracing-core",
16295]
16296
16297[[package]]
16298name = "tracing-attributes"
16299version = "0.1.28"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16302dependencies = [
16303 "proc-macro2",
16304 "quote",
16305 "syn 2.0.101",
16306]
16307
16308[[package]]
16309name = "tracing-core"
16310version = "0.1.33"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16313dependencies = [
16314 "once_cell",
16315 "valuable",
16316]
16317
16318[[package]]
16319name = "tracing-log"
16320version = "0.2.0"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16323dependencies = [
16324 "log",
16325 "once_cell",
16326 "tracing-core",
16327]
16328
16329[[package]]
16330name = "tracing-serde"
16331version = "0.2.0"
16332source = "registry+https://github.com/rust-lang/crates.io-index"
16333checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16334dependencies = [
16335 "serde",
16336 "tracing-core",
16337]
16338
16339[[package]]
16340name = "tracing-subscriber"
16341version = "0.3.19"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16344dependencies = [
16345 "matchers",
16346 "nu-ansi-term",
16347 "once_cell",
16348 "regex",
16349 "serde",
16350 "serde_json",
16351 "sharded-slab",
16352 "smallvec",
16353 "thread_local",
16354 "tracing",
16355 "tracing-core",
16356 "tracing-log",
16357 "tracing-serde",
16358]
16359
16360[[package]]
16361name = "trait-variant"
16362version = "0.1.2"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16365dependencies = [
16366 "proc-macro2",
16367 "quote",
16368 "syn 2.0.101",
16369]
16370
16371[[package]]
16372name = "tree-sitter"
16373version = "0.25.3"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16376dependencies = [
16377 "cc",
16378 "regex",
16379 "regex-syntax 0.8.5",
16380 "serde_json",
16381 "streaming-iterator",
16382 "tree-sitter-language",
16383 "wasmtime-c-api-impl",
16384]
16385
16386[[package]]
16387name = "tree-sitter-bash"
16388version = "0.23.3"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16391dependencies = [
16392 "cc",
16393 "tree-sitter-language",
16394]
16395
16396[[package]]
16397name = "tree-sitter-c"
16398version = "0.23.4"
16399source = "registry+https://github.com/rust-lang/crates.io-index"
16400checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16401dependencies = [
16402 "cc",
16403 "tree-sitter-language",
16404]
16405
16406[[package]]
16407name = "tree-sitter-cpp"
16408version = "0.23.4"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16411dependencies = [
16412 "cc",
16413 "tree-sitter-language",
16414]
16415
16416[[package]]
16417name = "tree-sitter-css"
16418version = "0.23.2"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16421dependencies = [
16422 "cc",
16423 "tree-sitter-language",
16424]
16425
16426[[package]]
16427name = "tree-sitter-diff"
16428version = "0.1.0"
16429source = "registry+https://github.com/rust-lang/crates.io-index"
16430checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16431dependencies = [
16432 "cc",
16433 "tree-sitter-language",
16434]
16435
16436[[package]]
16437name = "tree-sitter-elixir"
16438version = "0.3.4"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16441dependencies = [
16442 "cc",
16443 "tree-sitter-language",
16444]
16445
16446[[package]]
16447name = "tree-sitter-embedded-template"
16448version = "0.23.2"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16451dependencies = [
16452 "cc",
16453 "tree-sitter-language",
16454]
16455
16456[[package]]
16457name = "tree-sitter-gitcommit"
16458version = "0.0.1"
16459source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16460dependencies = [
16461 "cc",
16462 "tree-sitter-language",
16463]
16464
16465[[package]]
16466name = "tree-sitter-go"
16467version = "0.23.4"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16470dependencies = [
16471 "cc",
16472 "tree-sitter-language",
16473]
16474
16475[[package]]
16476name = "tree-sitter-gomod"
16477version = "1.1.1"
16478source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16479dependencies = [
16480 "cc",
16481 "tree-sitter-language",
16482]
16483
16484[[package]]
16485name = "tree-sitter-gowork"
16486version = "0.0.1"
16487source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16488dependencies = [
16489 "cc",
16490 "tree-sitter-language",
16491]
16492
16493[[package]]
16494name = "tree-sitter-heex"
16495version = "0.0.1"
16496source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16497dependencies = [
16498 "cc",
16499 "tree-sitter-language",
16500]
16501
16502[[package]]
16503name = "tree-sitter-html"
16504version = "0.23.2"
16505source = "registry+https://github.com/rust-lang/crates.io-index"
16506checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16507dependencies = [
16508 "cc",
16509 "tree-sitter-language",
16510]
16511
16512[[package]]
16513name = "tree-sitter-jsdoc"
16514version = "0.23.2"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16517dependencies = [
16518 "cc",
16519 "tree-sitter-language",
16520]
16521
16522[[package]]
16523name = "tree-sitter-json"
16524version = "0.24.8"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16527dependencies = [
16528 "cc",
16529 "tree-sitter-language",
16530]
16531
16532[[package]]
16533name = "tree-sitter-language"
16534version = "0.1.5"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16537
16538[[package]]
16539name = "tree-sitter-md"
16540version = "0.3.2"
16541source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16542dependencies = [
16543 "cc",
16544 "tree-sitter-language",
16545]
16546
16547[[package]]
16548name = "tree-sitter-python"
16549version = "0.23.6"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16552dependencies = [
16553 "cc",
16554 "tree-sitter-language",
16555]
16556
16557[[package]]
16558name = "tree-sitter-regex"
16559version = "0.24.3"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16562dependencies = [
16563 "cc",
16564 "tree-sitter-language",
16565]
16566
16567[[package]]
16568name = "tree-sitter-ruby"
16569version = "0.23.1"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16572dependencies = [
16573 "cc",
16574 "tree-sitter-language",
16575]
16576
16577[[package]]
16578name = "tree-sitter-rust"
16579version = "0.24.0"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16582dependencies = [
16583 "cc",
16584 "tree-sitter-language",
16585]
16586
16587[[package]]
16588name = "tree-sitter-typescript"
16589version = "0.23.2"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16592dependencies = [
16593 "cc",
16594 "tree-sitter-language",
16595]
16596
16597[[package]]
16598name = "tree-sitter-yaml"
16599version = "0.6.1"
16600source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16601dependencies = [
16602 "cc",
16603 "tree-sitter-language",
16604]
16605
16606[[package]]
16607name = "try-lock"
16608version = "0.2.5"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16611
16612[[package]]
16613name = "ttf-parser"
16614version = "0.20.0"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16617
16618[[package]]
16619name = "ttf-parser"
16620version = "0.21.1"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16623
16624[[package]]
16625name = "ttf-parser"
16626version = "0.25.1"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16629dependencies = [
16630 "core_maths",
16631]
16632
16633[[package]]
16634name = "tungstenite"
16635version = "0.20.1"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16638dependencies = [
16639 "byteorder",
16640 "bytes 1.10.1",
16641 "data-encoding",
16642 "http 0.2.12",
16643 "httparse",
16644 "log",
16645 "rand 0.8.5",
16646 "sha1",
16647 "thiserror 1.0.69",
16648 "url",
16649 "utf-8",
16650]
16651
16652[[package]]
16653name = "tungstenite"
16654version = "0.21.0"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16657dependencies = [
16658 "byteorder",
16659 "bytes 1.10.1",
16660 "data-encoding",
16661 "http 1.3.1",
16662 "httparse",
16663 "log",
16664 "rand 0.8.5",
16665 "sha1",
16666 "thiserror 1.0.69",
16667 "url",
16668 "utf-8",
16669]
16670
16671[[package]]
16672name = "tungstenite"
16673version = "0.26.2"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16676dependencies = [
16677 "bytes 1.10.1",
16678 "data-encoding",
16679 "http 1.3.1",
16680 "httparse",
16681 "log",
16682 "rand 0.9.1",
16683 "rustls 0.23.26",
16684 "rustls-pki-types",
16685 "sha1",
16686 "thiserror 2.0.12",
16687 "utf-8",
16688]
16689
16690[[package]]
16691name = "typeid"
16692version = "1.0.3"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16695
16696[[package]]
16697name = "typenum"
16698version = "1.18.0"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16701
16702[[package]]
16703name = "ucd-trie"
16704version = "0.1.7"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16707
16708[[package]]
16709name = "uds_windows"
16710version = "1.1.0"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16713dependencies = [
16714 "memoffset",
16715 "tempfile",
16716 "winapi",
16717]
16718
16719[[package]]
16720name = "ui"
16721version = "0.1.0"
16722dependencies = [
16723 "chrono",
16724 "component",
16725 "documented",
16726 "gpui",
16727 "icons",
16728 "itertools 0.14.0",
16729 "menu",
16730 "serde",
16731 "settings",
16732 "smallvec",
16733 "story",
16734 "strum 0.27.1",
16735 "theme",
16736 "ui_macros",
16737 "util",
16738 "windows 0.61.1",
16739 "workspace-hack",
16740]
16741
16742[[package]]
16743name = "ui_input"
16744version = "0.1.0"
16745dependencies = [
16746 "component",
16747 "editor",
16748 "gpui",
16749 "settings",
16750 "theme",
16751 "ui",
16752 "workspace-hack",
16753]
16754
16755[[package]]
16756name = "ui_macros"
16757version = "0.1.0"
16758dependencies = [
16759 "quote",
16760 "syn 1.0.109",
16761 "workspace-hack",
16762]
16763
16764[[package]]
16765name = "ui_prompt"
16766version = "0.1.0"
16767dependencies = [
16768 "gpui",
16769 "markdown",
16770 "menu",
16771 "settings",
16772 "theme",
16773 "ui",
16774 "workspace",
16775 "workspace-hack",
16776]
16777
16778[[package]]
16779name = "uluru"
16780version = "3.1.0"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16783dependencies = [
16784 "arrayvec",
16785]
16786
16787[[package]]
16788name = "unicase"
16789version = "2.8.1"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16792
16793[[package]]
16794name = "unicode-bidi"
16795version = "0.3.18"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16798
16799[[package]]
16800name = "unicode-bidi-mirroring"
16801version = "0.2.0"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16804
16805[[package]]
16806name = "unicode-bidi-mirroring"
16807version = "0.4.0"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16810
16811[[package]]
16812name = "unicode-bom"
16813version = "2.0.3"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16816
16817[[package]]
16818name = "unicode-ccc"
16819version = "0.2.0"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16822
16823[[package]]
16824name = "unicode-ccc"
16825version = "0.4.0"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16828
16829[[package]]
16830name = "unicode-ident"
16831version = "1.0.18"
16832source = "registry+https://github.com/rust-lang/crates.io-index"
16833checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16834
16835[[package]]
16836name = "unicode-linebreak"
16837version = "0.1.5"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16840
16841[[package]]
16842name = "unicode-normalization"
16843version = "0.1.24"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16846dependencies = [
16847 "tinyvec",
16848]
16849
16850[[package]]
16851name = "unicode-properties"
16852version = "0.1.3"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16855
16856[[package]]
16857name = "unicode-script"
16858version = "0.5.7"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16861
16862[[package]]
16863name = "unicode-segmentation"
16864version = "1.12.0"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16867
16868[[package]]
16869name = "unicode-vo"
16870version = "0.1.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16873
16874[[package]]
16875name = "unicode-width"
16876version = "0.1.14"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16879
16880[[package]]
16881name = "unicode-width"
16882version = "0.2.0"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16885
16886[[package]]
16887name = "unicode-xid"
16888version = "0.2.6"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16891
16892[[package]]
16893name = "unicode_categories"
16894version = "0.1.1"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16897
16898[[package]]
16899name = "unindent"
16900version = "0.2.4"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16903
16904[[package]]
16905name = "untrusted"
16906version = "0.9.0"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16909
16910[[package]]
16911name = "url"
16912version = "2.5.4"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16915dependencies = [
16916 "form_urlencoded",
16917 "idna",
16918 "percent-encoding",
16919 "serde",
16920]
16921
16922[[package]]
16923name = "urlencoding"
16924version = "2.1.3"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16927
16928[[package]]
16929name = "usvg"
16930version = "0.45.1"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16933dependencies = [
16934 "base64 0.22.1",
16935 "data-url",
16936 "flate2",
16937 "fontdb 0.23.0",
16938 "imagesize",
16939 "kurbo",
16940 "log",
16941 "pico-args",
16942 "roxmltree",
16943 "rustybuzz 0.20.1",
16944 "simplecss",
16945 "siphasher",
16946 "strict-num",
16947 "svgtypes",
16948 "tiny-skia-path",
16949 "unicode-bidi",
16950 "unicode-script",
16951 "unicode-vo",
16952 "xmlwriter",
16953]
16954
16955[[package]]
16956name = "utf-8"
16957version = "0.7.6"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
16960
16961[[package]]
16962name = "utf16_iter"
16963version = "1.0.5"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
16966
16967[[package]]
16968name = "utf8_iter"
16969version = "1.0.4"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
16972
16973[[package]]
16974name = "utf8parse"
16975version = "0.2.2"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
16978
16979[[package]]
16980name = "util"
16981version = "0.1.0"
16982dependencies = [
16983 "anyhow",
16984 "async-fs",
16985 "collections",
16986 "dirs 4.0.0",
16987 "dunce",
16988 "futures 0.3.31",
16989 "futures-lite 1.13.0",
16990 "git2",
16991 "globset",
16992 "itertools 0.14.0",
16993 "libc",
16994 "log",
16995 "rand 0.8.5",
16996 "regex",
16997 "rust-embed",
16998 "serde",
16999 "serde_json",
17000 "smol",
17001 "take-until",
17002 "tempfile",
17003 "tendril",
17004 "unicase",
17005 "util_macros",
17006 "workspace-hack",
17007]
17008
17009[[package]]
17010name = "util_macros"
17011version = "0.1.0"
17012dependencies = [
17013 "quote",
17014 "syn 1.0.109",
17015 "workspace-hack",
17016]
17017
17018[[package]]
17019name = "uuid"
17020version = "1.16.0"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17023dependencies = [
17024 "getrandom 0.3.2",
17025 "serde",
17026 "sha1_smol",
17027]
17028
17029[[package]]
17030name = "uuid-simd"
17031version = "0.8.0"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17034dependencies = [
17035 "outref",
17036 "uuid",
17037 "vsimd",
17038]
17039
17040[[package]]
17041name = "v_frame"
17042version = "0.3.8"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17045dependencies = [
17046 "aligned-vec",
17047 "num-traits",
17048 "wasm-bindgen",
17049]
17050
17051[[package]]
17052name = "valuable"
17053version = "0.1.1"
17054source = "registry+https://github.com/rust-lang/crates.io-index"
17055checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17056
17057[[package]]
17058name = "value-bag"
17059version = "1.11.1"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17062dependencies = [
17063 "value-bag-serde1",
17064 "value-bag-sval2",
17065]
17066
17067[[package]]
17068name = "value-bag-serde1"
17069version = "1.11.1"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17072dependencies = [
17073 "erased-serde",
17074 "serde",
17075 "serde_fmt",
17076]
17077
17078[[package]]
17079name = "value-bag-sval2"
17080version = "1.11.1"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17083dependencies = [
17084 "sval",
17085 "sval_buffer",
17086 "sval_dynamic",
17087 "sval_fmt",
17088 "sval_json",
17089 "sval_ref",
17090 "sval_serde",
17091]
17092
17093[[package]]
17094name = "vcpkg"
17095version = "0.2.15"
17096source = "registry+https://github.com/rust-lang/crates.io-index"
17097checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17098
17099[[package]]
17100name = "version-compare"
17101version = "0.2.0"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17104
17105[[package]]
17106name = "version_check"
17107version = "0.9.5"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17110
17111[[package]]
17112name = "vim"
17113version = "0.1.0"
17114dependencies = [
17115 "anyhow",
17116 "assets",
17117 "async-compat",
17118 "async-trait",
17119 "collections",
17120 "command_palette",
17121 "command_palette_hooks",
17122 "db",
17123 "editor",
17124 "futures 0.3.31",
17125 "git_ui",
17126 "gpui",
17127 "indoc",
17128 "itertools 0.14.0",
17129 "language",
17130 "log",
17131 "lsp",
17132 "multi_buffer",
17133 "nvim-rs",
17134 "parking_lot",
17135 "picker",
17136 "project",
17137 "project_panel",
17138 "regex",
17139 "release_channel",
17140 "schemars",
17141 "search",
17142 "serde",
17143 "serde_derive",
17144 "serde_json",
17145 "settings",
17146 "task",
17147 "text",
17148 "theme",
17149 "tokio",
17150 "ui",
17151 "util",
17152 "vim_mode_setting",
17153 "workspace",
17154 "workspace-hack",
17155 "zed_actions",
17156]
17157
17158[[package]]
17159name = "vim_mode_setting"
17160version = "0.1.0"
17161dependencies = [
17162 "anyhow",
17163 "gpui",
17164 "settings",
17165 "workspace-hack",
17166]
17167
17168[[package]]
17169name = "vscode_theme"
17170version = "0.2.0"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17173dependencies = [
17174 "serde",
17175]
17176
17177[[package]]
17178name = "vsimd"
17179version = "0.8.0"
17180source = "registry+https://github.com/rust-lang/crates.io-index"
17181checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17182
17183[[package]]
17184name = "vswhom"
17185version = "0.1.0"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17188dependencies = [
17189 "libc",
17190 "vswhom-sys",
17191]
17192
17193[[package]]
17194name = "vswhom-sys"
17195version = "0.1.3"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17198dependencies = [
17199 "cc",
17200 "libc",
17201]
17202
17203[[package]]
17204name = "vte"
17205version = "0.15.0"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17208dependencies = [
17209 "arrayvec",
17210 "bitflags 2.9.0",
17211 "cursor-icon",
17212 "log",
17213 "memchr",
17214 "serde",
17215]
17216
17217[[package]]
17218name = "waker-fn"
17219version = "1.2.0"
17220source = "registry+https://github.com/rust-lang/crates.io-index"
17221checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17222
17223[[package]]
17224name = "walkdir"
17225version = "2.5.0"
17226source = "registry+https://github.com/rust-lang/crates.io-index"
17227checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17228dependencies = [
17229 "same-file",
17230 "winapi-util",
17231]
17232
17233[[package]]
17234name = "want"
17235version = "0.3.1"
17236source = "registry+https://github.com/rust-lang/crates.io-index"
17237checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17238dependencies = [
17239 "try-lock",
17240]
17241
17242[[package]]
17243name = "warp"
17244version = "0.3.7"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17247dependencies = [
17248 "bytes 1.10.1",
17249 "futures-channel",
17250 "futures-util",
17251 "headers",
17252 "http 0.2.12",
17253 "hyper 0.14.32",
17254 "log",
17255 "mime",
17256 "mime_guess",
17257 "percent-encoding",
17258 "pin-project",
17259 "scoped-tls",
17260 "serde",
17261 "serde_json",
17262 "serde_urlencoded",
17263 "tokio",
17264 "tokio-tungstenite 0.21.0",
17265 "tokio-util",
17266 "tower-service",
17267 "tracing",
17268]
17269
17270[[package]]
17271name = "wasi"
17272version = "0.9.0+wasi-snapshot-preview1"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17275
17276[[package]]
17277name = "wasi"
17278version = "0.11.0+wasi-snapshot-preview1"
17279source = "registry+https://github.com/rust-lang/crates.io-index"
17280checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17281
17282[[package]]
17283name = "wasi"
17284version = "0.14.2+wasi-0.2.4"
17285source = "registry+https://github.com/rust-lang/crates.io-index"
17286checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17287dependencies = [
17288 "wit-bindgen-rt 0.39.0",
17289]
17290
17291[[package]]
17292name = "wasi-preview1-component-adapter-provider"
17293version = "29.0.1"
17294source = "registry+https://github.com/rust-lang/crates.io-index"
17295checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17296
17297[[package]]
17298name = "wasite"
17299version = "0.1.0"
17300source = "registry+https://github.com/rust-lang/crates.io-index"
17301checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17302
17303[[package]]
17304name = "wasm-bindgen"
17305version = "0.2.100"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17308dependencies = [
17309 "cfg-if",
17310 "once_cell",
17311 "rustversion",
17312 "wasm-bindgen-macro",
17313]
17314
17315[[package]]
17316name = "wasm-bindgen-backend"
17317version = "0.2.100"
17318source = "registry+https://github.com/rust-lang/crates.io-index"
17319checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17320dependencies = [
17321 "bumpalo",
17322 "log",
17323 "proc-macro2",
17324 "quote",
17325 "syn 2.0.101",
17326 "wasm-bindgen-shared",
17327]
17328
17329[[package]]
17330name = "wasm-bindgen-futures"
17331version = "0.4.50"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17334dependencies = [
17335 "cfg-if",
17336 "js-sys",
17337 "once_cell",
17338 "wasm-bindgen",
17339 "web-sys",
17340]
17341
17342[[package]]
17343name = "wasm-bindgen-macro"
17344version = "0.2.100"
17345source = "registry+https://github.com/rust-lang/crates.io-index"
17346checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17347dependencies = [
17348 "quote",
17349 "wasm-bindgen-macro-support",
17350]
17351
17352[[package]]
17353name = "wasm-bindgen-macro-support"
17354version = "0.2.100"
17355source = "registry+https://github.com/rust-lang/crates.io-index"
17356checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17357dependencies = [
17358 "proc-macro2",
17359 "quote",
17360 "syn 2.0.101",
17361 "wasm-bindgen-backend",
17362 "wasm-bindgen-shared",
17363]
17364
17365[[package]]
17366name = "wasm-bindgen-shared"
17367version = "0.2.100"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17370dependencies = [
17371 "unicode-ident",
17372]
17373
17374[[package]]
17375name = "wasm-encoder"
17376version = "0.201.0"
17377source = "registry+https://github.com/rust-lang/crates.io-index"
17378checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17379dependencies = [
17380 "leb128",
17381]
17382
17383[[package]]
17384name = "wasm-encoder"
17385version = "0.221.3"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17388dependencies = [
17389 "leb128",
17390 "wasmparser 0.221.3",
17391]
17392
17393[[package]]
17394name = "wasm-encoder"
17395version = "0.227.1"
17396source = "registry+https://github.com/rust-lang/crates.io-index"
17397checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17398dependencies = [
17399 "leb128fmt",
17400 "wasmparser 0.227.1",
17401]
17402
17403[[package]]
17404name = "wasm-metadata"
17405version = "0.201.0"
17406source = "registry+https://github.com/rust-lang/crates.io-index"
17407checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17408dependencies = [
17409 "anyhow",
17410 "indexmap",
17411 "serde",
17412 "serde_derive",
17413 "serde_json",
17414 "spdx",
17415 "wasm-encoder 0.201.0",
17416 "wasmparser 0.201.0",
17417]
17418
17419[[package]]
17420name = "wasm-metadata"
17421version = "0.221.3"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17424dependencies = [
17425 "anyhow",
17426 "indexmap",
17427 "serde",
17428 "serde_derive",
17429 "serde_json",
17430 "spdx",
17431 "wasm-encoder 0.221.3",
17432 "wasmparser 0.221.3",
17433]
17434
17435[[package]]
17436name = "wasm-metadata"
17437version = "0.227.1"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17440dependencies = [
17441 "anyhow",
17442 "auditable-serde",
17443 "flate2",
17444 "indexmap",
17445 "serde",
17446 "serde_derive",
17447 "serde_json",
17448 "spdx",
17449 "url",
17450 "wasm-encoder 0.227.1",
17451 "wasmparser 0.227.1",
17452]
17453
17454[[package]]
17455name = "wasm-streams"
17456version = "0.4.2"
17457source = "registry+https://github.com/rust-lang/crates.io-index"
17458checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17459dependencies = [
17460 "futures-util",
17461 "js-sys",
17462 "wasm-bindgen",
17463 "wasm-bindgen-futures",
17464 "web-sys",
17465]
17466
17467[[package]]
17468name = "wasmparser"
17469version = "0.201.0"
17470source = "registry+https://github.com/rust-lang/crates.io-index"
17471checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17472dependencies = [
17473 "bitflags 2.9.0",
17474 "indexmap",
17475 "semver",
17476]
17477
17478[[package]]
17479name = "wasmparser"
17480version = "0.221.3"
17481source = "registry+https://github.com/rust-lang/crates.io-index"
17482checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17483dependencies = [
17484 "bitflags 2.9.0",
17485 "hashbrown 0.15.3",
17486 "indexmap",
17487 "semver",
17488 "serde",
17489]
17490
17491[[package]]
17492name = "wasmparser"
17493version = "0.227.1"
17494source = "registry+https://github.com/rust-lang/crates.io-index"
17495checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17496dependencies = [
17497 "bitflags 2.9.0",
17498 "hashbrown 0.15.3",
17499 "indexmap",
17500 "semver",
17501]
17502
17503[[package]]
17504name = "wasmprinter"
17505version = "0.221.3"
17506source = "registry+https://github.com/rust-lang/crates.io-index"
17507checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17508dependencies = [
17509 "anyhow",
17510 "termcolor",
17511 "wasmparser 0.221.3",
17512]
17513
17514[[package]]
17515name = "wasmtime"
17516version = "29.0.1"
17517source = "registry+https://github.com/rust-lang/crates.io-index"
17518checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17519dependencies = [
17520 "anyhow",
17521 "async-trait",
17522 "bitflags 2.9.0",
17523 "bumpalo",
17524 "cc",
17525 "cfg-if",
17526 "encoding_rs",
17527 "hashbrown 0.14.5",
17528 "indexmap",
17529 "libc",
17530 "log",
17531 "mach2",
17532 "memfd",
17533 "object",
17534 "once_cell",
17535 "paste",
17536 "postcard",
17537 "psm",
17538 "pulley-interpreter",
17539 "rayon",
17540 "rustix 0.38.44",
17541 "semver",
17542 "serde",
17543 "serde_derive",
17544 "smallvec",
17545 "sptr",
17546 "target-lexicon 0.13.2",
17547 "trait-variant",
17548 "wasmparser 0.221.3",
17549 "wasmtime-asm-macros",
17550 "wasmtime-component-macro",
17551 "wasmtime-component-util",
17552 "wasmtime-cranelift",
17553 "wasmtime-environ",
17554 "wasmtime-fiber",
17555 "wasmtime-jit-icache-coherence",
17556 "wasmtime-math",
17557 "wasmtime-slab",
17558 "wasmtime-versioned-export-macros",
17559 "wasmtime-winch",
17560 "windows-sys 0.59.0",
17561]
17562
17563[[package]]
17564name = "wasmtime-asm-macros"
17565version = "29.0.1"
17566source = "registry+https://github.com/rust-lang/crates.io-index"
17567checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17568dependencies = [
17569 "cfg-if",
17570]
17571
17572[[package]]
17573name = "wasmtime-c-api-impl"
17574version = "29.0.1"
17575source = "registry+https://github.com/rust-lang/crates.io-index"
17576checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17577dependencies = [
17578 "anyhow",
17579 "log",
17580 "tracing",
17581 "wasmtime",
17582 "wasmtime-c-api-macros",
17583]
17584
17585[[package]]
17586name = "wasmtime-c-api-macros"
17587version = "29.0.1"
17588source = "registry+https://github.com/rust-lang/crates.io-index"
17589checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17590dependencies = [
17591 "proc-macro2",
17592 "quote",
17593]
17594
17595[[package]]
17596name = "wasmtime-component-macro"
17597version = "29.0.1"
17598source = "registry+https://github.com/rust-lang/crates.io-index"
17599checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17600dependencies = [
17601 "anyhow",
17602 "proc-macro2",
17603 "quote",
17604 "syn 2.0.101",
17605 "wasmtime-component-util",
17606 "wasmtime-wit-bindgen",
17607 "wit-parser 0.221.3",
17608]
17609
17610[[package]]
17611name = "wasmtime-component-util"
17612version = "29.0.1"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17615
17616[[package]]
17617name = "wasmtime-cranelift"
17618version = "29.0.1"
17619source = "registry+https://github.com/rust-lang/crates.io-index"
17620checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17621dependencies = [
17622 "anyhow",
17623 "cfg-if",
17624 "cranelift-codegen",
17625 "cranelift-control",
17626 "cranelift-entity",
17627 "cranelift-frontend",
17628 "cranelift-native",
17629 "gimli",
17630 "itertools 0.12.1",
17631 "log",
17632 "object",
17633 "smallvec",
17634 "target-lexicon 0.13.2",
17635 "thiserror 1.0.69",
17636 "wasmparser 0.221.3",
17637 "wasmtime-environ",
17638 "wasmtime-versioned-export-macros",
17639]
17640
17641[[package]]
17642name = "wasmtime-environ"
17643version = "29.0.1"
17644source = "registry+https://github.com/rust-lang/crates.io-index"
17645checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17646dependencies = [
17647 "anyhow",
17648 "cpp_demangle",
17649 "cranelift-bitset",
17650 "cranelift-entity",
17651 "gimli",
17652 "indexmap",
17653 "log",
17654 "object",
17655 "postcard",
17656 "rustc-demangle",
17657 "semver",
17658 "serde",
17659 "serde_derive",
17660 "smallvec",
17661 "target-lexicon 0.13.2",
17662 "wasm-encoder 0.221.3",
17663 "wasmparser 0.221.3",
17664 "wasmprinter",
17665 "wasmtime-component-util",
17666]
17667
17668[[package]]
17669name = "wasmtime-fiber"
17670version = "29.0.1"
17671source = "registry+https://github.com/rust-lang/crates.io-index"
17672checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17673dependencies = [
17674 "anyhow",
17675 "cc",
17676 "cfg-if",
17677 "rustix 0.38.44",
17678 "wasmtime-asm-macros",
17679 "wasmtime-versioned-export-macros",
17680 "windows-sys 0.59.0",
17681]
17682
17683[[package]]
17684name = "wasmtime-jit-icache-coherence"
17685version = "29.0.1"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17688dependencies = [
17689 "anyhow",
17690 "cfg-if",
17691 "libc",
17692 "windows-sys 0.59.0",
17693]
17694
17695[[package]]
17696name = "wasmtime-math"
17697version = "29.0.1"
17698source = "registry+https://github.com/rust-lang/crates.io-index"
17699checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17700dependencies = [
17701 "libm",
17702]
17703
17704[[package]]
17705name = "wasmtime-slab"
17706version = "29.0.1"
17707source = "registry+https://github.com/rust-lang/crates.io-index"
17708checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17709
17710[[package]]
17711name = "wasmtime-versioned-export-macros"
17712version = "29.0.1"
17713source = "registry+https://github.com/rust-lang/crates.io-index"
17714checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17715dependencies = [
17716 "proc-macro2",
17717 "quote",
17718 "syn 2.0.101",
17719]
17720
17721[[package]]
17722name = "wasmtime-wasi"
17723version = "29.0.1"
17724source = "registry+https://github.com/rust-lang/crates.io-index"
17725checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17726dependencies = [
17727 "anyhow",
17728 "async-trait",
17729 "bitflags 2.9.0",
17730 "bytes 1.10.1",
17731 "cap-fs-ext",
17732 "cap-net-ext",
17733 "cap-rand",
17734 "cap-std",
17735 "cap-time-ext",
17736 "fs-set-times",
17737 "futures 0.3.31",
17738 "io-extras",
17739 "io-lifetimes",
17740 "rustix 0.38.44",
17741 "system-interface",
17742 "thiserror 1.0.69",
17743 "tokio",
17744 "tracing",
17745 "trait-variant",
17746 "url",
17747 "wasmtime",
17748 "wiggle",
17749 "windows-sys 0.59.0",
17750]
17751
17752[[package]]
17753name = "wasmtime-winch"
17754version = "29.0.1"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17757dependencies = [
17758 "anyhow",
17759 "cranelift-codegen",
17760 "gimli",
17761 "object",
17762 "target-lexicon 0.13.2",
17763 "wasmparser 0.221.3",
17764 "wasmtime-cranelift",
17765 "wasmtime-environ",
17766 "winch-codegen",
17767]
17768
17769[[package]]
17770name = "wasmtime-wit-bindgen"
17771version = "29.0.1"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17774dependencies = [
17775 "anyhow",
17776 "heck 0.5.0",
17777 "indexmap",
17778 "wit-parser 0.221.3",
17779]
17780
17781[[package]]
17782name = "wast"
17783version = "35.0.2"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17786dependencies = [
17787 "leb128",
17788]
17789
17790[[package]]
17791name = "wayland-backend"
17792version = "0.3.8"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17795dependencies = [
17796 "cc",
17797 "downcast-rs",
17798 "rustix 0.38.44",
17799 "scoped-tls",
17800 "smallvec",
17801 "wayland-sys",
17802]
17803
17804[[package]]
17805name = "wayland-client"
17806version = "0.31.8"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17809dependencies = [
17810 "bitflags 2.9.0",
17811 "rustix 0.38.44",
17812 "wayland-backend",
17813 "wayland-scanner",
17814]
17815
17816[[package]]
17817name = "wayland-cursor"
17818version = "0.31.8"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17821dependencies = [
17822 "rustix 0.38.44",
17823 "wayland-client",
17824 "xcursor",
17825]
17826
17827[[package]]
17828name = "wayland-protocols"
17829version = "0.31.2"
17830source = "registry+https://github.com/rust-lang/crates.io-index"
17831checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17832dependencies = [
17833 "bitflags 2.9.0",
17834 "wayland-backend",
17835 "wayland-client",
17836 "wayland-scanner",
17837]
17838
17839[[package]]
17840name = "wayland-protocols-plasma"
17841version = "0.2.0"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17844dependencies = [
17845 "bitflags 2.9.0",
17846 "wayland-backend",
17847 "wayland-client",
17848 "wayland-protocols",
17849 "wayland-scanner",
17850]
17851
17852[[package]]
17853name = "wayland-scanner"
17854version = "0.31.6"
17855source = "registry+https://github.com/rust-lang/crates.io-index"
17856checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17857dependencies = [
17858 "proc-macro2",
17859 "quick-xml 0.37.4",
17860 "quote",
17861]
17862
17863[[package]]
17864name = "wayland-sys"
17865version = "0.31.6"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17868dependencies = [
17869 "dlib",
17870 "log",
17871 "once_cell",
17872 "pkg-config",
17873]
17874
17875[[package]]
17876name = "web-sys"
17877version = "0.3.77"
17878source = "registry+https://github.com/rust-lang/crates.io-index"
17879checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17880dependencies = [
17881 "js-sys",
17882 "wasm-bindgen",
17883]
17884
17885[[package]]
17886name = "web-time"
17887version = "1.1.0"
17888source = "registry+https://github.com/rust-lang/crates.io-index"
17889checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17890dependencies = [
17891 "js-sys",
17892 "wasm-bindgen",
17893]
17894
17895[[package]]
17896name = "web_atoms"
17897version = "0.1.0"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17900dependencies = [
17901 "phf",
17902 "phf_codegen",
17903 "string_cache",
17904 "string_cache_codegen",
17905]
17906
17907[[package]]
17908name = "web_search"
17909version = "0.1.0"
17910dependencies = [
17911 "anyhow",
17912 "collections",
17913 "gpui",
17914 "serde",
17915 "workspace-hack",
17916 "zed_llm_client",
17917]
17918
17919[[package]]
17920name = "web_search_providers"
17921version = "0.1.0"
17922dependencies = [
17923 "anyhow",
17924 "client",
17925 "futures 0.3.31",
17926 "gpui",
17927 "http_client",
17928 "language_model",
17929 "serde",
17930 "serde_json",
17931 "web_search",
17932 "workspace-hack",
17933 "zed_llm_client",
17934]
17935
17936[[package]]
17937name = "webpki-root-certs"
17938version = "0.26.8"
17939source = "registry+https://github.com/rust-lang/crates.io-index"
17940checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
17941dependencies = [
17942 "rustls-pki-types",
17943]
17944
17945[[package]]
17946name = "webpki-roots"
17947version = "0.26.8"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
17950dependencies = [
17951 "rustls-pki-types",
17952]
17953
17954[[package]]
17955name = "webrtc-sys"
17956version = "0.3.7"
17957source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
17958dependencies = [
17959 "cc",
17960 "cxx",
17961 "cxx-build",
17962 "glob",
17963 "log",
17964 "webrtc-sys-build",
17965]
17966
17967[[package]]
17968name = "webrtc-sys-build"
17969version = "0.3.6"
17970source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
17971dependencies = [
17972 "fs2",
17973 "regex",
17974 "reqwest 0.11.27",
17975 "scratch",
17976 "semver",
17977 "zip",
17978]
17979
17980[[package]]
17981name = "weezl"
17982version = "0.1.8"
17983source = "registry+https://github.com/rust-lang/crates.io-index"
17984checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
17985
17986[[package]]
17987name = "welcome"
17988version = "0.1.0"
17989dependencies = [
17990 "anyhow",
17991 "client",
17992 "component",
17993 "db",
17994 "documented",
17995 "editor",
17996 "fuzzy",
17997 "gpui",
17998 "install_cli",
17999 "language",
18000 "picker",
18001 "project",
18002 "schemars",
18003 "serde",
18004 "settings",
18005 "telemetry",
18006 "theme",
18007 "ui",
18008 "util",
18009 "vim_mode_setting",
18010 "workspace",
18011 "workspace-hack",
18012 "zed_actions",
18013]
18014
18015[[package]]
18016name = "which"
18017version = "4.4.2"
18018source = "registry+https://github.com/rust-lang/crates.io-index"
18019checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18020dependencies = [
18021 "either",
18022 "home",
18023 "once_cell",
18024 "rustix 0.38.44",
18025]
18026
18027[[package]]
18028name = "which"
18029version = "6.0.3"
18030source = "registry+https://github.com/rust-lang/crates.io-index"
18031checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18032dependencies = [
18033 "either",
18034 "home",
18035 "rustix 0.38.44",
18036 "winsafe",
18037]
18038
18039[[package]]
18040name = "whoami"
18041version = "1.6.0"
18042source = "registry+https://github.com/rust-lang/crates.io-index"
18043checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18044dependencies = [
18045 "redox_syscall 0.5.11",
18046 "wasite",
18047]
18048
18049[[package]]
18050name = "wiggle"
18051version = "29.0.1"
18052source = "registry+https://github.com/rust-lang/crates.io-index"
18053checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18054dependencies = [
18055 "anyhow",
18056 "async-trait",
18057 "bitflags 2.9.0",
18058 "thiserror 1.0.69",
18059 "tracing",
18060 "wasmtime",
18061 "wiggle-macro",
18062]
18063
18064[[package]]
18065name = "wiggle-generate"
18066version = "29.0.1"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18069dependencies = [
18070 "anyhow",
18071 "heck 0.5.0",
18072 "proc-macro2",
18073 "quote",
18074 "shellexpand 2.1.2",
18075 "syn 2.0.101",
18076 "witx",
18077]
18078
18079[[package]]
18080name = "wiggle-macro"
18081version = "29.0.1"
18082source = "registry+https://github.com/rust-lang/crates.io-index"
18083checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18084dependencies = [
18085 "proc-macro2",
18086 "quote",
18087 "syn 2.0.101",
18088 "wiggle-generate",
18089]
18090
18091[[package]]
18092name = "winapi"
18093version = "0.3.9"
18094source = "registry+https://github.com/rust-lang/crates.io-index"
18095checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18096dependencies = [
18097 "winapi-i686-pc-windows-gnu",
18098 "winapi-x86_64-pc-windows-gnu",
18099]
18100
18101[[package]]
18102name = "winapi-i686-pc-windows-gnu"
18103version = "0.4.0"
18104source = "registry+https://github.com/rust-lang/crates.io-index"
18105checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18106
18107[[package]]
18108name = "winapi-util"
18109version = "0.1.9"
18110source = "registry+https://github.com/rust-lang/crates.io-index"
18111checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18112dependencies = [
18113 "windows-sys 0.59.0",
18114]
18115
18116[[package]]
18117name = "winapi-x86_64-pc-windows-gnu"
18118version = "0.4.0"
18119source = "registry+https://github.com/rust-lang/crates.io-index"
18120checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18121
18122[[package]]
18123name = "winch-codegen"
18124version = "29.0.1"
18125source = "registry+https://github.com/rust-lang/crates.io-index"
18126checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18127dependencies = [
18128 "anyhow",
18129 "cranelift-codegen",
18130 "gimli",
18131 "regalloc2",
18132 "smallvec",
18133 "target-lexicon 0.13.2",
18134 "thiserror 1.0.69",
18135 "wasmparser 0.221.3",
18136 "wasmtime-cranelift",
18137 "wasmtime-environ",
18138]
18139
18140[[package]]
18141name = "windows"
18142version = "0.54.0"
18143source = "registry+https://github.com/rust-lang/crates.io-index"
18144checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18145dependencies = [
18146 "windows-core 0.54.0",
18147 "windows-targets 0.52.6",
18148]
18149
18150[[package]]
18151name = "windows"
18152version = "0.57.0"
18153source = "registry+https://github.com/rust-lang/crates.io-index"
18154checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18155dependencies = [
18156 "windows-core 0.57.0",
18157 "windows-targets 0.52.6",
18158]
18159
18160[[package]]
18161name = "windows"
18162version = "0.58.0"
18163source = "registry+https://github.com/rust-lang/crates.io-index"
18164checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18165dependencies = [
18166 "windows-core 0.58.0",
18167 "windows-targets 0.52.6",
18168]
18169
18170[[package]]
18171name = "windows"
18172version = "0.61.1"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18175dependencies = [
18176 "windows-collections",
18177 "windows-core 0.61.0",
18178 "windows-future",
18179 "windows-link",
18180 "windows-numerics",
18181]
18182
18183[[package]]
18184name = "windows-capture"
18185version = "1.4.3"
18186source = "registry+https://github.com/rust-lang/crates.io-index"
18187checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18188dependencies = [
18189 "clap",
18190 "ctrlc",
18191 "parking_lot",
18192 "rayon",
18193 "thiserror 2.0.12",
18194 "windows 0.61.1",
18195 "windows-future",
18196]
18197
18198[[package]]
18199name = "windows-collections"
18200version = "0.2.0"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18203dependencies = [
18204 "windows-core 0.61.0",
18205]
18206
18207[[package]]
18208name = "windows-core"
18209version = "0.54.0"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18212dependencies = [
18213 "windows-result 0.1.2",
18214 "windows-targets 0.52.6",
18215]
18216
18217[[package]]
18218name = "windows-core"
18219version = "0.57.0"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18222dependencies = [
18223 "windows-implement 0.57.0",
18224 "windows-interface 0.57.0",
18225 "windows-result 0.1.2",
18226 "windows-targets 0.52.6",
18227]
18228
18229[[package]]
18230name = "windows-core"
18231version = "0.58.0"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18234dependencies = [
18235 "windows-implement 0.58.0",
18236 "windows-interface 0.58.0",
18237 "windows-result 0.2.0",
18238 "windows-strings 0.1.0",
18239 "windows-targets 0.52.6",
18240]
18241
18242[[package]]
18243name = "windows-core"
18244version = "0.61.0"
18245source = "registry+https://github.com/rust-lang/crates.io-index"
18246checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18247dependencies = [
18248 "windows-implement 0.60.0",
18249 "windows-interface 0.59.1",
18250 "windows-link",
18251 "windows-result 0.3.2",
18252 "windows-strings 0.4.0",
18253]
18254
18255[[package]]
18256name = "windows-future"
18257version = "0.2.0"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18260dependencies = [
18261 "windows-core 0.61.0",
18262 "windows-link",
18263]
18264
18265[[package]]
18266name = "windows-implement"
18267version = "0.57.0"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18270dependencies = [
18271 "proc-macro2",
18272 "quote",
18273 "syn 2.0.101",
18274]
18275
18276[[package]]
18277name = "windows-implement"
18278version = "0.58.0"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18281dependencies = [
18282 "proc-macro2",
18283 "quote",
18284 "syn 2.0.101",
18285]
18286
18287[[package]]
18288name = "windows-implement"
18289version = "0.60.0"
18290source = "registry+https://github.com/rust-lang/crates.io-index"
18291checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18292dependencies = [
18293 "proc-macro2",
18294 "quote",
18295 "syn 2.0.101",
18296]
18297
18298[[package]]
18299name = "windows-interface"
18300version = "0.57.0"
18301source = "registry+https://github.com/rust-lang/crates.io-index"
18302checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18303dependencies = [
18304 "proc-macro2",
18305 "quote",
18306 "syn 2.0.101",
18307]
18308
18309[[package]]
18310name = "windows-interface"
18311version = "0.58.0"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18314dependencies = [
18315 "proc-macro2",
18316 "quote",
18317 "syn 2.0.101",
18318]
18319
18320[[package]]
18321name = "windows-interface"
18322version = "0.59.1"
18323source = "registry+https://github.com/rust-lang/crates.io-index"
18324checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18325dependencies = [
18326 "proc-macro2",
18327 "quote",
18328 "syn 2.0.101",
18329]
18330
18331[[package]]
18332name = "windows-link"
18333version = "0.1.1"
18334source = "registry+https://github.com/rust-lang/crates.io-index"
18335checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18336
18337[[package]]
18338name = "windows-numerics"
18339version = "0.2.0"
18340source = "registry+https://github.com/rust-lang/crates.io-index"
18341checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18342dependencies = [
18343 "windows-core 0.61.0",
18344 "windows-link",
18345]
18346
18347[[package]]
18348name = "windows-registry"
18349version = "0.4.0"
18350source = "registry+https://github.com/rust-lang/crates.io-index"
18351checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18352dependencies = [
18353 "windows-result 0.3.2",
18354 "windows-strings 0.3.1",
18355 "windows-targets 0.53.0",
18356]
18357
18358[[package]]
18359name = "windows-registry"
18360version = "0.5.1"
18361source = "registry+https://github.com/rust-lang/crates.io-index"
18362checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18363dependencies = [
18364 "windows-link",
18365 "windows-result 0.3.2",
18366 "windows-strings 0.4.0",
18367]
18368
18369[[package]]
18370name = "windows-result"
18371version = "0.1.2"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18374dependencies = [
18375 "windows-targets 0.52.6",
18376]
18377
18378[[package]]
18379name = "windows-result"
18380version = "0.2.0"
18381source = "registry+https://github.com/rust-lang/crates.io-index"
18382checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18383dependencies = [
18384 "windows-targets 0.52.6",
18385]
18386
18387[[package]]
18388name = "windows-result"
18389version = "0.3.2"
18390source = "registry+https://github.com/rust-lang/crates.io-index"
18391checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18392dependencies = [
18393 "windows-link",
18394]
18395
18396[[package]]
18397name = "windows-strings"
18398version = "0.1.0"
18399source = "registry+https://github.com/rust-lang/crates.io-index"
18400checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18401dependencies = [
18402 "windows-result 0.2.0",
18403 "windows-targets 0.52.6",
18404]
18405
18406[[package]]
18407name = "windows-strings"
18408version = "0.3.1"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18411dependencies = [
18412 "windows-link",
18413]
18414
18415[[package]]
18416name = "windows-strings"
18417version = "0.4.0"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18420dependencies = [
18421 "windows-link",
18422]
18423
18424[[package]]
18425name = "windows-sys"
18426version = "0.45.0"
18427source = "registry+https://github.com/rust-lang/crates.io-index"
18428checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18429dependencies = [
18430 "windows-targets 0.42.2",
18431]
18432
18433[[package]]
18434name = "windows-sys"
18435version = "0.48.0"
18436source = "registry+https://github.com/rust-lang/crates.io-index"
18437checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18438dependencies = [
18439 "windows-targets 0.48.5",
18440]
18441
18442[[package]]
18443name = "windows-sys"
18444version = "0.52.0"
18445source = "registry+https://github.com/rust-lang/crates.io-index"
18446checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18447dependencies = [
18448 "windows-targets 0.52.6",
18449]
18450
18451[[package]]
18452name = "windows-sys"
18453version = "0.59.0"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18456dependencies = [
18457 "windows-targets 0.52.6",
18458]
18459
18460[[package]]
18461name = "windows-targets"
18462version = "0.42.2"
18463source = "registry+https://github.com/rust-lang/crates.io-index"
18464checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18465dependencies = [
18466 "windows_aarch64_gnullvm 0.42.2",
18467 "windows_aarch64_msvc 0.42.2",
18468 "windows_i686_gnu 0.42.2",
18469 "windows_i686_msvc 0.42.2",
18470 "windows_x86_64_gnu 0.42.2",
18471 "windows_x86_64_gnullvm 0.42.2",
18472 "windows_x86_64_msvc 0.42.2",
18473]
18474
18475[[package]]
18476name = "windows-targets"
18477version = "0.48.5"
18478source = "registry+https://github.com/rust-lang/crates.io-index"
18479checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18480dependencies = [
18481 "windows_aarch64_gnullvm 0.48.5",
18482 "windows_aarch64_msvc 0.48.5",
18483 "windows_i686_gnu 0.48.5",
18484 "windows_i686_msvc 0.48.5",
18485 "windows_x86_64_gnu 0.48.5",
18486 "windows_x86_64_gnullvm 0.48.5",
18487 "windows_x86_64_msvc 0.48.5",
18488]
18489
18490[[package]]
18491name = "windows-targets"
18492version = "0.52.6"
18493source = "registry+https://github.com/rust-lang/crates.io-index"
18494checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18495dependencies = [
18496 "windows_aarch64_gnullvm 0.52.6",
18497 "windows_aarch64_msvc 0.52.6",
18498 "windows_i686_gnu 0.52.6",
18499 "windows_i686_gnullvm 0.52.6",
18500 "windows_i686_msvc 0.52.6",
18501 "windows_x86_64_gnu 0.52.6",
18502 "windows_x86_64_gnullvm 0.52.6",
18503 "windows_x86_64_msvc 0.52.6",
18504]
18505
18506[[package]]
18507name = "windows-targets"
18508version = "0.53.0"
18509source = "registry+https://github.com/rust-lang/crates.io-index"
18510checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18511dependencies = [
18512 "windows_aarch64_gnullvm 0.53.0",
18513 "windows_aarch64_msvc 0.53.0",
18514 "windows_i686_gnu 0.53.0",
18515 "windows_i686_gnullvm 0.53.0",
18516 "windows_i686_msvc 0.53.0",
18517 "windows_x86_64_gnu 0.53.0",
18518 "windows_x86_64_gnullvm 0.53.0",
18519 "windows_x86_64_msvc 0.53.0",
18520]
18521
18522[[package]]
18523name = "windows_aarch64_gnullvm"
18524version = "0.42.2"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18527
18528[[package]]
18529name = "windows_aarch64_gnullvm"
18530version = "0.48.5"
18531source = "registry+https://github.com/rust-lang/crates.io-index"
18532checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18533
18534[[package]]
18535name = "windows_aarch64_gnullvm"
18536version = "0.52.6"
18537source = "registry+https://github.com/rust-lang/crates.io-index"
18538checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18539
18540[[package]]
18541name = "windows_aarch64_gnullvm"
18542version = "0.53.0"
18543source = "registry+https://github.com/rust-lang/crates.io-index"
18544checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18545
18546[[package]]
18547name = "windows_aarch64_msvc"
18548version = "0.42.2"
18549source = "registry+https://github.com/rust-lang/crates.io-index"
18550checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18551
18552[[package]]
18553name = "windows_aarch64_msvc"
18554version = "0.48.5"
18555source = "registry+https://github.com/rust-lang/crates.io-index"
18556checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18557
18558[[package]]
18559name = "windows_aarch64_msvc"
18560version = "0.52.6"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18563
18564[[package]]
18565name = "windows_aarch64_msvc"
18566version = "0.53.0"
18567source = "registry+https://github.com/rust-lang/crates.io-index"
18568checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18569
18570[[package]]
18571name = "windows_i686_gnu"
18572version = "0.42.2"
18573source = "registry+https://github.com/rust-lang/crates.io-index"
18574checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18575
18576[[package]]
18577name = "windows_i686_gnu"
18578version = "0.48.5"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18581
18582[[package]]
18583name = "windows_i686_gnu"
18584version = "0.52.6"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18587
18588[[package]]
18589name = "windows_i686_gnu"
18590version = "0.53.0"
18591source = "registry+https://github.com/rust-lang/crates.io-index"
18592checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18593
18594[[package]]
18595name = "windows_i686_gnullvm"
18596version = "0.52.6"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18599
18600[[package]]
18601name = "windows_i686_gnullvm"
18602version = "0.53.0"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18605
18606[[package]]
18607name = "windows_i686_msvc"
18608version = "0.42.2"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18611
18612[[package]]
18613name = "windows_i686_msvc"
18614version = "0.48.5"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18617
18618[[package]]
18619name = "windows_i686_msvc"
18620version = "0.52.6"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18623
18624[[package]]
18625name = "windows_i686_msvc"
18626version = "0.53.0"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18629
18630[[package]]
18631name = "windows_x86_64_gnu"
18632version = "0.42.2"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18635
18636[[package]]
18637name = "windows_x86_64_gnu"
18638version = "0.48.5"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18641
18642[[package]]
18643name = "windows_x86_64_gnu"
18644version = "0.52.6"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18647
18648[[package]]
18649name = "windows_x86_64_gnu"
18650version = "0.53.0"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18653
18654[[package]]
18655name = "windows_x86_64_gnullvm"
18656version = "0.42.2"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18659
18660[[package]]
18661name = "windows_x86_64_gnullvm"
18662version = "0.48.5"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18665
18666[[package]]
18667name = "windows_x86_64_gnullvm"
18668version = "0.52.6"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18671
18672[[package]]
18673name = "windows_x86_64_gnullvm"
18674version = "0.53.0"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18677
18678[[package]]
18679name = "windows_x86_64_msvc"
18680version = "0.42.2"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18683
18684[[package]]
18685name = "windows_x86_64_msvc"
18686version = "0.48.5"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18689
18690[[package]]
18691name = "windows_x86_64_msvc"
18692version = "0.52.6"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18695
18696[[package]]
18697name = "windows_x86_64_msvc"
18698version = "0.53.0"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18701
18702[[package]]
18703name = "winnow"
18704version = "0.7.6"
18705source = "registry+https://github.com/rust-lang/crates.io-index"
18706checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18707dependencies = [
18708 "memchr",
18709]
18710
18711[[package]]
18712name = "winreg"
18713version = "0.10.1"
18714source = "registry+https://github.com/rust-lang/crates.io-index"
18715checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18716dependencies = [
18717 "winapi",
18718]
18719
18720[[package]]
18721name = "winreg"
18722version = "0.50.0"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18725dependencies = [
18726 "cfg-if",
18727 "windows-sys 0.48.0",
18728]
18729
18730[[package]]
18731name = "winreg"
18732version = "0.52.0"
18733source = "registry+https://github.com/rust-lang/crates.io-index"
18734checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18735dependencies = [
18736 "cfg-if",
18737 "windows-sys 0.48.0",
18738]
18739
18740[[package]]
18741name = "winreg"
18742version = "0.55.0"
18743source = "registry+https://github.com/rust-lang/crates.io-index"
18744checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18745dependencies = [
18746 "cfg-if",
18747 "windows-sys 0.59.0",
18748]
18749
18750[[package]]
18751name = "winresource"
18752version = "0.1.20"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18755dependencies = [
18756 "toml 0.8.20",
18757 "version_check",
18758]
18759
18760[[package]]
18761name = "winsafe"
18762version = "0.0.19"
18763source = "registry+https://github.com/rust-lang/crates.io-index"
18764checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18765
18766[[package]]
18767name = "winx"
18768version = "0.36.4"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18771dependencies = [
18772 "bitflags 2.9.0",
18773 "windows-sys 0.59.0",
18774]
18775
18776[[package]]
18777name = "wio"
18778version = "0.2.2"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18781dependencies = [
18782 "winapi",
18783]
18784
18785[[package]]
18786name = "wit-bindgen"
18787version = "0.22.0"
18788source = "registry+https://github.com/rust-lang/crates.io-index"
18789checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18790dependencies = [
18791 "bitflags 2.9.0",
18792 "wit-bindgen-rt 0.22.0",
18793 "wit-bindgen-rust-macro 0.22.0",
18794]
18795
18796[[package]]
18797name = "wit-bindgen"
18798version = "0.41.0"
18799source = "registry+https://github.com/rust-lang/crates.io-index"
18800checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18801dependencies = [
18802 "wit-bindgen-rt 0.41.0",
18803 "wit-bindgen-rust-macro 0.41.0",
18804]
18805
18806[[package]]
18807name = "wit-bindgen-core"
18808version = "0.22.0"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18811dependencies = [
18812 "anyhow",
18813 "wit-parser 0.201.0",
18814]
18815
18816[[package]]
18817name = "wit-bindgen-core"
18818version = "0.41.0"
18819source = "registry+https://github.com/rust-lang/crates.io-index"
18820checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18821dependencies = [
18822 "anyhow",
18823 "heck 0.5.0",
18824 "wit-parser 0.227.1",
18825]
18826
18827[[package]]
18828name = "wit-bindgen-rt"
18829version = "0.22.0"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18832
18833[[package]]
18834name = "wit-bindgen-rt"
18835version = "0.39.0"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18838dependencies = [
18839 "bitflags 2.9.0",
18840]
18841
18842[[package]]
18843name = "wit-bindgen-rt"
18844version = "0.41.0"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18847dependencies = [
18848 "bitflags 2.9.0",
18849 "futures 0.3.31",
18850 "once_cell",
18851]
18852
18853[[package]]
18854name = "wit-bindgen-rust"
18855version = "0.22.0"
18856source = "registry+https://github.com/rust-lang/crates.io-index"
18857checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18858dependencies = [
18859 "anyhow",
18860 "heck 0.4.1",
18861 "indexmap",
18862 "wasm-metadata 0.201.0",
18863 "wit-bindgen-core 0.22.0",
18864 "wit-component 0.201.0",
18865]
18866
18867[[package]]
18868name = "wit-bindgen-rust"
18869version = "0.41.0"
18870source = "registry+https://github.com/rust-lang/crates.io-index"
18871checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18872dependencies = [
18873 "anyhow",
18874 "heck 0.5.0",
18875 "indexmap",
18876 "prettyplease",
18877 "syn 2.0.101",
18878 "wasm-metadata 0.227.1",
18879 "wit-bindgen-core 0.41.0",
18880 "wit-component 0.227.1",
18881]
18882
18883[[package]]
18884name = "wit-bindgen-rust-macro"
18885version = "0.22.0"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18888dependencies = [
18889 "anyhow",
18890 "proc-macro2",
18891 "quote",
18892 "syn 2.0.101",
18893 "wit-bindgen-core 0.22.0",
18894 "wit-bindgen-rust 0.22.0",
18895]
18896
18897[[package]]
18898name = "wit-bindgen-rust-macro"
18899version = "0.41.0"
18900source = "registry+https://github.com/rust-lang/crates.io-index"
18901checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18902dependencies = [
18903 "anyhow",
18904 "prettyplease",
18905 "proc-macro2",
18906 "quote",
18907 "syn 2.0.101",
18908 "wit-bindgen-core 0.41.0",
18909 "wit-bindgen-rust 0.41.0",
18910]
18911
18912[[package]]
18913name = "wit-component"
18914version = "0.201.0"
18915source = "registry+https://github.com/rust-lang/crates.io-index"
18916checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18917dependencies = [
18918 "anyhow",
18919 "bitflags 2.9.0",
18920 "indexmap",
18921 "log",
18922 "serde",
18923 "serde_derive",
18924 "serde_json",
18925 "wasm-encoder 0.201.0",
18926 "wasm-metadata 0.201.0",
18927 "wasmparser 0.201.0",
18928 "wit-parser 0.201.0",
18929]
18930
18931[[package]]
18932name = "wit-component"
18933version = "0.221.3"
18934source = "registry+https://github.com/rust-lang/crates.io-index"
18935checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18936dependencies = [
18937 "anyhow",
18938 "bitflags 2.9.0",
18939 "indexmap",
18940 "log",
18941 "serde",
18942 "serde_derive",
18943 "serde_json",
18944 "wasm-encoder 0.221.3",
18945 "wasm-metadata 0.221.3",
18946 "wasmparser 0.221.3",
18947 "wit-parser 0.221.3",
18948]
18949
18950[[package]]
18951name = "wit-component"
18952version = "0.227.1"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
18955dependencies = [
18956 "anyhow",
18957 "bitflags 2.9.0",
18958 "indexmap",
18959 "log",
18960 "serde",
18961 "serde_derive",
18962 "serde_json",
18963 "wasm-encoder 0.227.1",
18964 "wasm-metadata 0.227.1",
18965 "wasmparser 0.227.1",
18966 "wit-parser 0.227.1",
18967]
18968
18969[[package]]
18970name = "wit-parser"
18971version = "0.201.0"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
18974dependencies = [
18975 "anyhow",
18976 "id-arena",
18977 "indexmap",
18978 "log",
18979 "semver",
18980 "serde",
18981 "serde_derive",
18982 "serde_json",
18983 "unicode-xid",
18984 "wasmparser 0.201.0",
18985]
18986
18987[[package]]
18988name = "wit-parser"
18989version = "0.221.3"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
18992dependencies = [
18993 "anyhow",
18994 "id-arena",
18995 "indexmap",
18996 "log",
18997 "semver",
18998 "serde",
18999 "serde_derive",
19000 "serde_json",
19001 "unicode-xid",
19002 "wasmparser 0.221.3",
19003]
19004
19005[[package]]
19006name = "wit-parser"
19007version = "0.227.1"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19010dependencies = [
19011 "anyhow",
19012 "id-arena",
19013 "indexmap",
19014 "log",
19015 "semver",
19016 "serde",
19017 "serde_derive",
19018 "serde_json",
19019 "unicode-xid",
19020 "wasmparser 0.227.1",
19021]
19022
19023[[package]]
19024name = "witx"
19025version = "0.9.1"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19028dependencies = [
19029 "anyhow",
19030 "log",
19031 "thiserror 1.0.69",
19032 "wast",
19033]
19034
19035[[package]]
19036name = "workspace"
19037version = "0.1.0"
19038dependencies = [
19039 "any_vec",
19040 "anyhow",
19041 "async-recursion 1.1.1",
19042 "bincode",
19043 "call",
19044 "client",
19045 "clock",
19046 "collections",
19047 "component",
19048 "dap",
19049 "db",
19050 "env_logger 0.11.8",
19051 "fs",
19052 "futures 0.3.31",
19053 "gpui",
19054 "http_client",
19055 "itertools 0.14.0",
19056 "language",
19057 "log",
19058 "menu",
19059 "node_runtime",
19060 "parking_lot",
19061 "postage",
19062 "project",
19063 "remote",
19064 "schemars",
19065 "serde",
19066 "serde_json",
19067 "session",
19068 "settings",
19069 "smallvec",
19070 "sqlez",
19071 "strum 0.27.1",
19072 "task",
19073 "telemetry",
19074 "tempfile",
19075 "theme",
19076 "ui",
19077 "util",
19078 "uuid",
19079 "windows 0.61.1",
19080 "workspace-hack",
19081 "zed_actions",
19082]
19083
19084[[package]]
19085name = "workspace-hack"
19086version = "0.1.0"
19087dependencies = [
19088 "aes",
19089 "ahash 0.8.11",
19090 "aho-corasick",
19091 "anstream",
19092 "arrayvec",
19093 "async-std",
19094 "async-tungstenite",
19095 "aws-config",
19096 "aws-credential-types",
19097 "aws-runtime",
19098 "aws-sigv4",
19099 "aws-smithy-async",
19100 "aws-smithy-http",
19101 "aws-smithy-runtime",
19102 "aws-smithy-runtime-api",
19103 "aws-smithy-types",
19104 "base64 0.22.1",
19105 "base64ct",
19106 "bigdecimal",
19107 "bit-set 0.8.0",
19108 "bit-vec 0.8.0",
19109 "bitflags 2.9.0",
19110 "bstr",
19111 "bytemuck",
19112 "byteorder",
19113 "bytes 1.10.1",
19114 "cc",
19115 "chrono",
19116 "cipher",
19117 "clang-sys",
19118 "clap",
19119 "clap_builder",
19120 "codespan-reporting 0.12.0",
19121 "concurrent-queue",
19122 "core-foundation 0.9.4",
19123 "core-foundation-sys",
19124 "coreaudio-sys",
19125 "crc32fast",
19126 "crossbeam-utils",
19127 "crypto-common",
19128 "deranged",
19129 "digest",
19130 "either",
19131 "euclid",
19132 "event-listener 5.4.0",
19133 "event-listener-strategy",
19134 "flate2",
19135 "flume",
19136 "foldhash",
19137 "form_urlencoded",
19138 "futures 0.3.31",
19139 "futures-channel",
19140 "futures-core",
19141 "futures-executor",
19142 "futures-io",
19143 "futures-sink",
19144 "futures-task",
19145 "futures-util",
19146 "getrandom 0.2.15",
19147 "getrandom 0.3.2",
19148 "gimli",
19149 "half",
19150 "handlebars 4.5.0",
19151 "hashbrown 0.14.5",
19152 "hashbrown 0.15.3",
19153 "heck 0.4.1",
19154 "hmac",
19155 "hyper 0.14.32",
19156 "hyper-rustls 0.27.5",
19157 "idna",
19158 "indexmap",
19159 "inout",
19160 "itertools 0.12.1",
19161 "itertools 0.13.0",
19162 "jiff",
19163 "lazy_static",
19164 "libc",
19165 "libsqlite3-sys",
19166 "linux-raw-sys 0.4.15",
19167 "linux-raw-sys 0.9.4",
19168 "log",
19169 "lyon",
19170 "lyon_path",
19171 "md-5",
19172 "memchr",
19173 "miniz_oxide",
19174 "mio",
19175 "naga",
19176 "nix 0.29.0",
19177 "nom",
19178 "num-bigint",
19179 "num-bigint-dig",
19180 "num-integer",
19181 "num-iter",
19182 "num-rational",
19183 "num-traits",
19184 "objc2",
19185 "objc2-foundation",
19186 "objc2-metal",
19187 "object",
19188 "once_cell",
19189 "percent-encoding",
19190 "phf",
19191 "phf_shared",
19192 "prettyplease",
19193 "proc-macro2",
19194 "prost 0.9.0",
19195 "prost-types 0.9.0",
19196 "quote",
19197 "rand 0.8.5",
19198 "rand 0.9.1",
19199 "rand_chacha 0.3.1",
19200 "rand_core 0.6.4",
19201 "regex",
19202 "regex-automata 0.4.9",
19203 "regex-syntax 0.8.5",
19204 "ring",
19205 "rust_decimal",
19206 "rustc-hash 1.1.0",
19207 "rustix 0.38.44",
19208 "rustix 1.0.7",
19209 "rustls 0.23.26",
19210 "rustls-webpki 0.103.1",
19211 "scopeguard",
19212 "sea-orm",
19213 "sea-query-binder",
19214 "security-framework 3.2.0",
19215 "security-framework-sys",
19216 "semver",
19217 "serde",
19218 "serde_derive",
19219 "serde_json",
19220 "sha1",
19221 "simd-adler32",
19222 "smallvec",
19223 "spin",
19224 "sqlx",
19225 "sqlx-macros",
19226 "sqlx-macros-core",
19227 "sqlx-postgres",
19228 "sqlx-sqlite",
19229 "strum 0.26.3",
19230 "subtle",
19231 "syn 1.0.109",
19232 "syn 2.0.101",
19233 "sync_wrapper 1.0.2",
19234 "thiserror 2.0.12",
19235 "time",
19236 "time-macros",
19237 "tokio",
19238 "tokio-rustls 0.26.2",
19239 "tokio-socks",
19240 "tokio-stream",
19241 "tokio-util",
19242 "toml_datetime",
19243 "toml_edit",
19244 "tower 0.5.2",
19245 "tracing",
19246 "tracing-core",
19247 "tungstenite 0.26.2",
19248 "unicode-normalization",
19249 "unicode-properties",
19250 "url",
19251 "uuid",
19252 "wasm-encoder 0.221.3",
19253 "wasmparser 0.221.3",
19254 "wasmtime",
19255 "wasmtime-cranelift",
19256 "wasmtime-environ",
19257 "winapi",
19258 "windows-core 0.61.0",
19259 "windows-numerics",
19260 "windows-sys 0.48.0",
19261 "windows-sys 0.52.0",
19262 "windows-sys 0.59.0",
19263 "winnow",
19264 "zeroize",
19265 "zvariant",
19266]
19267
19268[[package]]
19269name = "worktree"
19270version = "0.1.0"
19271dependencies = [
19272 "anyhow",
19273 "clock",
19274 "collections",
19275 "env_logger 0.11.8",
19276 "fs",
19277 "futures 0.3.31",
19278 "fuzzy",
19279 "git",
19280 "git2",
19281 "gpui",
19282 "http_client",
19283 "ignore",
19284 "language",
19285 "log",
19286 "parking_lot",
19287 "paths",
19288 "postage",
19289 "pretty_assertions",
19290 "rand 0.8.5",
19291 "rpc",
19292 "schemars",
19293 "serde",
19294 "serde_json",
19295 "settings",
19296 "smallvec",
19297 "smol",
19298 "sum_tree",
19299 "text",
19300 "util",
19301 "workspace-hack",
19302]
19303
19304[[package]]
19305name = "write16"
19306version = "1.0.0"
19307source = "registry+https://github.com/rust-lang/crates.io-index"
19308checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19309
19310[[package]]
19311name = "writeable"
19312version = "0.5.5"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19315
19316[[package]]
19317name = "wyz"
19318version = "0.5.1"
19319source = "registry+https://github.com/rust-lang/crates.io-index"
19320checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19321dependencies = [
19322 "tap",
19323]
19324
19325[[package]]
19326name = "x11"
19327version = "2.21.0"
19328source = "registry+https://github.com/rust-lang/crates.io-index"
19329checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19330dependencies = [
19331 "libc",
19332 "pkg-config",
19333]
19334
19335[[package]]
19336name = "x11-clipboard"
19337version = "0.9.3"
19338source = "registry+https://github.com/rust-lang/crates.io-index"
19339checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19340dependencies = [
19341 "libc",
19342 "x11rb",
19343]
19344
19345[[package]]
19346name = "x11rb"
19347version = "0.13.1"
19348source = "registry+https://github.com/rust-lang/crates.io-index"
19349checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19350dependencies = [
19351 "as-raw-xcb-connection",
19352 "gethostname",
19353 "libc",
19354 "rustix 0.38.44",
19355 "x11rb-protocol",
19356]
19357
19358[[package]]
19359name = "x11rb-protocol"
19360version = "0.13.1"
19361source = "registry+https://github.com/rust-lang/crates.io-index"
19362checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19363
19364[[package]]
19365name = "xattr"
19366version = "0.2.3"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19369dependencies = [
19370 "libc",
19371]
19372
19373[[package]]
19374name = "xcb"
19375version = "1.5.0"
19376source = "registry+https://github.com/rust-lang/crates.io-index"
19377checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19378dependencies = [
19379 "bitflags 1.3.2",
19380 "libc",
19381 "quick-xml 0.30.0",
19382 "x11",
19383]
19384
19385[[package]]
19386name = "xcursor"
19387version = "0.3.8"
19388source = "registry+https://github.com/rust-lang/crates.io-index"
19389checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19390
19391[[package]]
19392name = "xdg-home"
19393version = "1.3.0"
19394source = "registry+https://github.com/rust-lang/crates.io-index"
19395checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19396dependencies = [
19397 "libc",
19398 "windows-sys 0.59.0",
19399]
19400
19401[[package]]
19402name = "xim"
19403version = "0.4.0"
19404source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19405dependencies = [
19406 "ahash 0.8.11",
19407 "hashbrown 0.14.5",
19408 "log",
19409 "x11rb",
19410 "xim-ctext",
19411 "xim-parser",
19412]
19413
19414[[package]]
19415name = "xim-ctext"
19416version = "0.3.0"
19417source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19418dependencies = [
19419 "encoding_rs",
19420]
19421
19422[[package]]
19423name = "xim-parser"
19424version = "0.2.1"
19425source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19426dependencies = [
19427 "bitflags 2.9.0",
19428]
19429
19430[[package]]
19431name = "xkbcommon"
19432version = "0.8.0"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19435dependencies = [
19436 "as-raw-xcb-connection",
19437 "libc",
19438 "memmap2",
19439 "xkeysym",
19440]
19441
19442[[package]]
19443name = "xkeysym"
19444version = "0.2.1"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19447
19448[[package]]
19449name = "xml5ever"
19450version = "0.18.1"
19451source = "registry+https://github.com/rust-lang/crates.io-index"
19452checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19453dependencies = [
19454 "log",
19455 "mac",
19456 "markup5ever 0.12.1",
19457]
19458
19459[[package]]
19460name = "xmlparser"
19461version = "0.13.6"
19462source = "registry+https://github.com/rust-lang/crates.io-index"
19463checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19464
19465[[package]]
19466name = "xmlwriter"
19467version = "0.1.0"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19470
19471[[package]]
19472name = "xtask"
19473version = "0.1.0"
19474dependencies = [
19475 "anyhow",
19476 "cargo_metadata",
19477 "cargo_toml",
19478 "clap",
19479 "workspace-hack",
19480]
19481
19482[[package]]
19483name = "yaml-rust2"
19484version = "0.8.1"
19485source = "registry+https://github.com/rust-lang/crates.io-index"
19486checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19487dependencies = [
19488 "arraydeque",
19489 "encoding_rs",
19490 "hashlink 0.8.4",
19491]
19492
19493[[package]]
19494name = "yansi"
19495version = "1.0.1"
19496source = "registry+https://github.com/rust-lang/crates.io-index"
19497checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19498
19499[[package]]
19500name = "yazi"
19501version = "0.2.1"
19502source = "registry+https://github.com/rust-lang/crates.io-index"
19503checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19504
19505[[package]]
19506name = "yeslogic-fontconfig-sys"
19507version = "6.0.0"
19508source = "registry+https://github.com/rust-lang/crates.io-index"
19509checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19510dependencies = [
19511 "dlib",
19512 "once_cell",
19513 "pkg-config",
19514]
19515
19516[[package]]
19517name = "yoke"
19518version = "0.7.5"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19521dependencies = [
19522 "serde",
19523 "stable_deref_trait",
19524 "yoke-derive",
19525 "zerofrom",
19526]
19527
19528[[package]]
19529name = "yoke-derive"
19530version = "0.7.5"
19531source = "registry+https://github.com/rust-lang/crates.io-index"
19532checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19533dependencies = [
19534 "proc-macro2",
19535 "quote",
19536 "syn 2.0.101",
19537 "synstructure",
19538]
19539
19540[[package]]
19541name = "zbus"
19542version = "5.5.0"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19545dependencies = [
19546 "async-broadcast",
19547 "async-executor",
19548 "async-fs",
19549 "async-io",
19550 "async-lock",
19551 "async-process",
19552 "async-recursion 1.1.1",
19553 "async-task",
19554 "async-trait",
19555 "blocking",
19556 "enumflags2",
19557 "event-listener 5.4.0",
19558 "futures-core",
19559 "futures-lite 2.6.0",
19560 "hex",
19561 "nix 0.29.0",
19562 "ordered-stream",
19563 "serde",
19564 "serde_repr",
19565 "static_assertions",
19566 "tracing",
19567 "uds_windows",
19568 "windows-sys 0.59.0",
19569 "winnow",
19570 "xdg-home",
19571 "zbus_macros",
19572 "zbus_names",
19573 "zvariant",
19574]
19575
19576[[package]]
19577name = "zbus_macros"
19578version = "5.5.0"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19581dependencies = [
19582 "proc-macro-crate",
19583 "proc-macro2",
19584 "quote",
19585 "syn 2.0.101",
19586 "zbus_names",
19587 "zvariant",
19588 "zvariant_utils",
19589]
19590
19591[[package]]
19592name = "zbus_names"
19593version = "4.2.0"
19594source = "registry+https://github.com/rust-lang/crates.io-index"
19595checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19596dependencies = [
19597 "serde",
19598 "static_assertions",
19599 "winnow",
19600 "zvariant",
19601]
19602
19603[[package]]
19604name = "zed"
19605version = "0.188.0"
19606dependencies = [
19607 "activity_indicator",
19608 "agent",
19609 "anyhow",
19610 "ashpd",
19611 "askpass",
19612 "assets",
19613 "assistant_context_editor",
19614 "assistant_settings",
19615 "assistant_tool",
19616 "assistant_tools",
19617 "async-watch",
19618 "audio",
19619 "auto_update",
19620 "auto_update_ui",
19621 "backtrace",
19622 "breadcrumbs",
19623 "call",
19624 "channel",
19625 "chrono",
19626 "clap",
19627 "cli",
19628 "client",
19629 "collab_ui",
19630 "collections",
19631 "command_palette",
19632 "component",
19633 "copilot",
19634 "dap",
19635 "dap_adapters",
19636 "db",
19637 "debug_adapter_extension",
19638 "debugger_tools",
19639 "debugger_ui",
19640 "diagnostics",
19641 "editor",
19642 "env_logger 0.11.8",
19643 "extension",
19644 "extension_host",
19645 "extensions_ui",
19646 "feature_flags",
19647 "feedback",
19648 "file_finder",
19649 "fs",
19650 "futures 0.3.31",
19651 "git",
19652 "git_hosting_providers",
19653 "git_ui",
19654 "go_to_line",
19655 "gpui",
19656 "gpui_tokio",
19657 "http_client",
19658 "image_viewer",
19659 "indoc",
19660 "inline_completion_button",
19661 "install_cli",
19662 "jj_ui",
19663 "journal",
19664 "language",
19665 "language_extension",
19666 "language_model",
19667 "language_models",
19668 "language_selector",
19669 "language_tools",
19670 "languages",
19671 "libc",
19672 "log",
19673 "markdown",
19674 "markdown_preview",
19675 "menu",
19676 "migrator",
19677 "mimalloc",
19678 "nix 0.29.0",
19679 "node_runtime",
19680 "notifications",
19681 "outline",
19682 "outline_panel",
19683 "parking_lot",
19684 "paths",
19685 "picker",
19686 "profiling",
19687 "project",
19688 "project_panel",
19689 "project_symbols",
19690 "prompt_store",
19691 "proto",
19692 "recent_projects",
19693 "release_channel",
19694 "remote",
19695 "repl",
19696 "reqwest_client",
19697 "rope",
19698 "search",
19699 "serde",
19700 "serde_json",
19701 "session",
19702 "settings",
19703 "settings_ui",
19704 "shellexpand 2.1.2",
19705 "smol",
19706 "snippet_provider",
19707 "snippets_ui",
19708 "supermaven",
19709 "sysinfo",
19710 "tab_switcher",
19711 "task",
19712 "tasks_ui",
19713 "telemetry",
19714 "telemetry_events",
19715 "terminal_view",
19716 "theme",
19717 "theme_extension",
19718 "theme_selector",
19719 "time",
19720 "title_bar",
19721 "toolchain_selector",
19722 "tree-sitter-md",
19723 "tree-sitter-rust",
19724 "ui",
19725 "ui_input",
19726 "ui_prompt",
19727 "url",
19728 "urlencoding",
19729 "util",
19730 "uuid",
19731 "vim",
19732 "vim_mode_setting",
19733 "web_search",
19734 "web_search_providers",
19735 "welcome",
19736 "windows 0.61.1",
19737 "winresource",
19738 "workspace",
19739 "workspace-hack",
19740 "zed_actions",
19741 "zeta",
19742 "zlog",
19743 "zlog_settings",
19744]
19745
19746[[package]]
19747name = "zed_actions"
19748version = "0.1.0"
19749dependencies = [
19750 "gpui",
19751 "schemars",
19752 "serde",
19753 "uuid",
19754 "workspace-hack",
19755]
19756
19757[[package]]
19758name = "zed_emmet"
19759version = "0.0.3"
19760dependencies = [
19761 "zed_extension_api 0.1.0",
19762]
19763
19764[[package]]
19765name = "zed_extension_api"
19766version = "0.1.0"
19767source = "registry+https://github.com/rust-lang/crates.io-index"
19768checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19769dependencies = [
19770 "serde",
19771 "serde_json",
19772 "wit-bindgen 0.22.0",
19773]
19774
19775[[package]]
19776name = "zed_extension_api"
19777version = "0.6.0"
19778dependencies = [
19779 "serde",
19780 "serde_json",
19781 "wit-bindgen 0.41.0",
19782]
19783
19784[[package]]
19785name = "zed_glsl"
19786version = "0.1.0"
19787dependencies = [
19788 "zed_extension_api 0.1.0",
19789]
19790
19791[[package]]
19792name = "zed_html"
19793version = "0.2.1"
19794dependencies = [
19795 "zed_extension_api 0.1.0",
19796]
19797
19798[[package]]
19799name = "zed_llm_client"
19800version = "0.8.1"
19801source = "registry+https://github.com/rust-lang/crates.io-index"
19802checksum = "16d993fc42f9ec43ab76fa46c6eb579a66e116bb08cd2bc9a67f3afcaa05d39d"
19803dependencies = [
19804 "anyhow",
19805 "serde",
19806 "serde_json",
19807 "strum 0.27.1",
19808 "uuid",
19809]
19810
19811[[package]]
19812name = "zed_proto"
19813version = "0.2.2"
19814dependencies = [
19815 "zed_extension_api 0.1.0",
19816]
19817
19818[[package]]
19819name = "zed_ruff"
19820version = "0.1.0"
19821dependencies = [
19822 "zed_extension_api 0.1.0",
19823]
19824
19825[[package]]
19826name = "zed_snippets"
19827version = "0.0.5"
19828dependencies = [
19829 "serde_json",
19830 "zed_extension_api 0.1.0",
19831]
19832
19833[[package]]
19834name = "zed_test_extension"
19835version = "0.1.0"
19836dependencies = [
19837 "zed_extension_api 0.6.0",
19838]
19839
19840[[package]]
19841name = "zed_toml"
19842version = "0.1.3"
19843dependencies = [
19844 "zed_extension_api 0.1.0",
19845]
19846
19847[[package]]
19848name = "zeno"
19849version = "0.3.2"
19850source = "registry+https://github.com/rust-lang/crates.io-index"
19851checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19852
19853[[package]]
19854name = "zerocopy"
19855version = "0.7.35"
19856source = "registry+https://github.com/rust-lang/crates.io-index"
19857checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19858dependencies = [
19859 "zerocopy-derive 0.7.35",
19860]
19861
19862[[package]]
19863name = "zerocopy"
19864version = "0.8.24"
19865source = "registry+https://github.com/rust-lang/crates.io-index"
19866checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19867dependencies = [
19868 "zerocopy-derive 0.8.24",
19869]
19870
19871[[package]]
19872name = "zerocopy-derive"
19873version = "0.7.35"
19874source = "registry+https://github.com/rust-lang/crates.io-index"
19875checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19876dependencies = [
19877 "proc-macro2",
19878 "quote",
19879 "syn 2.0.101",
19880]
19881
19882[[package]]
19883name = "zerocopy-derive"
19884version = "0.8.24"
19885source = "registry+https://github.com/rust-lang/crates.io-index"
19886checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19887dependencies = [
19888 "proc-macro2",
19889 "quote",
19890 "syn 2.0.101",
19891]
19892
19893[[package]]
19894name = "zerofrom"
19895version = "0.1.6"
19896source = "registry+https://github.com/rust-lang/crates.io-index"
19897checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19898dependencies = [
19899 "zerofrom-derive",
19900]
19901
19902[[package]]
19903name = "zerofrom-derive"
19904version = "0.1.6"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19907dependencies = [
19908 "proc-macro2",
19909 "quote",
19910 "syn 2.0.101",
19911 "synstructure",
19912]
19913
19914[[package]]
19915name = "zeroize"
19916version = "1.8.1"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19919dependencies = [
19920 "zeroize_derive",
19921]
19922
19923[[package]]
19924name = "zeroize_derive"
19925version = "1.4.2"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19928dependencies = [
19929 "proc-macro2",
19930 "quote",
19931 "syn 2.0.101",
19932]
19933
19934[[package]]
19935name = "zeromq"
19936version = "0.5.0-pre"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19939dependencies = [
19940 "async-dispatcher",
19941 "async-std",
19942 "async-trait",
19943 "asynchronous-codec",
19944 "bytes 1.10.1",
19945 "crossbeam-queue",
19946 "dashmap 5.5.3",
19947 "futures 0.3.31",
19948 "log",
19949 "num-traits",
19950 "once_cell",
19951 "parking_lot",
19952 "rand 0.8.5",
19953 "regex",
19954 "thiserror 1.0.69",
19955 "uuid",
19956]
19957
19958[[package]]
19959name = "zerovec"
19960version = "0.10.4"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
19963dependencies = [
19964 "yoke",
19965 "zerofrom",
19966 "zerovec-derive",
19967]
19968
19969[[package]]
19970name = "zerovec-derive"
19971version = "0.10.3"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
19974dependencies = [
19975 "proc-macro2",
19976 "quote",
19977 "syn 2.0.101",
19978]
19979
19980[[package]]
19981name = "zeta"
19982version = "0.1.0"
19983dependencies = [
19984 "anyhow",
19985 "arrayvec",
19986 "call",
19987 "client",
19988 "clock",
19989 "collections",
19990 "command_palette_hooks",
19991 "ctor",
19992 "db",
19993 "editor",
19994 "env_logger 0.11.8",
19995 "feature_flags",
19996 "fs",
19997 "futures 0.3.31",
19998 "gpui",
19999 "http_client",
20000 "indoc",
20001 "inline_completion",
20002 "language",
20003 "language_model",
20004 "log",
20005 "menu",
20006 "migrator",
20007 "paths",
20008 "postage",
20009 "project",
20010 "proto",
20011 "regex",
20012 "release_channel",
20013 "reqwest_client",
20014 "rpc",
20015 "serde",
20016 "serde_json",
20017 "settings",
20018 "telemetry",
20019 "telemetry_events",
20020 "theme",
20021 "thiserror 2.0.12",
20022 "tree-sitter-go",
20023 "tree-sitter-rust",
20024 "ui",
20025 "unindent",
20026 "util",
20027 "uuid",
20028 "workspace",
20029 "workspace-hack",
20030 "worktree",
20031 "zed_actions",
20032 "zed_llm_client",
20033]
20034
20035[[package]]
20036name = "zip"
20037version = "0.6.6"
20038source = "registry+https://github.com/rust-lang/crates.io-index"
20039checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20040dependencies = [
20041 "aes",
20042 "byteorder",
20043 "bzip2",
20044 "constant_time_eq 0.1.5",
20045 "crc32fast",
20046 "crossbeam-utils",
20047 "flate2",
20048 "hmac",
20049 "pbkdf2 0.11.0",
20050 "sha1",
20051 "time",
20052 "zstd",
20053]
20054
20055[[package]]
20056name = "zlib-rs"
20057version = "0.5.0"
20058source = "registry+https://github.com/rust-lang/crates.io-index"
20059checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20060
20061[[package]]
20062name = "zlog"
20063version = "0.1.0"
20064dependencies = [
20065 "anyhow",
20066 "chrono",
20067 "log",
20068 "tempfile",
20069 "workspace-hack",
20070]
20071
20072[[package]]
20073name = "zlog_settings"
20074version = "0.1.0"
20075dependencies = [
20076 "anyhow",
20077 "gpui",
20078 "schemars",
20079 "serde",
20080 "settings",
20081 "workspace-hack",
20082 "zlog",
20083]
20084
20085[[package]]
20086name = "zstd"
20087version = "0.11.2+zstd.1.5.2"
20088source = "registry+https://github.com/rust-lang/crates.io-index"
20089checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20090dependencies = [
20091 "zstd-safe",
20092]
20093
20094[[package]]
20095name = "zstd-safe"
20096version = "5.0.2+zstd.1.5.2"
20097source = "registry+https://github.com/rust-lang/crates.io-index"
20098checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20099dependencies = [
20100 "libc",
20101 "zstd-sys",
20102]
20103
20104[[package]]
20105name = "zstd-sys"
20106version = "2.0.15+zstd.1.5.7"
20107source = "registry+https://github.com/rust-lang/crates.io-index"
20108checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20109dependencies = [
20110 "cc",
20111 "pkg-config",
20112]
20113
20114[[package]]
20115name = "zune-core"
20116version = "0.4.12"
20117source = "registry+https://github.com/rust-lang/crates.io-index"
20118checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20119
20120[[package]]
20121name = "zune-inflate"
20122version = "0.2.54"
20123source = "registry+https://github.com/rust-lang/crates.io-index"
20124checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20125dependencies = [
20126 "simd-adler32",
20127]
20128
20129[[package]]
20130name = "zune-jpeg"
20131version = "0.4.14"
20132source = "registry+https://github.com/rust-lang/crates.io-index"
20133checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20134dependencies = [
20135 "zune-core",
20136]
20137
20138[[package]]
20139name = "zvariant"
20140version = "5.4.0"
20141source = "registry+https://github.com/rust-lang/crates.io-index"
20142checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20143dependencies = [
20144 "endi",
20145 "enumflags2",
20146 "serde",
20147 "static_assertions",
20148 "url",
20149 "winnow",
20150 "zvariant_derive",
20151 "zvariant_utils",
20152]
20153
20154[[package]]
20155name = "zvariant_derive"
20156version = "5.4.0"
20157source = "registry+https://github.com/rust-lang/crates.io-index"
20158checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20159dependencies = [
20160 "proc-macro-crate",
20161 "proc-macro2",
20162 "quote",
20163 "syn 2.0.101",
20164 "zvariant_utils",
20165]
20166
20167[[package]]
20168name = "zvariant_utils"
20169version = "3.2.0"
20170source = "registry+https://github.com/rust-lang/crates.io-index"
20171checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20172dependencies = [
20173 "proc-macro2",
20174 "quote",
20175 "serde",
20176 "static_assertions",
20177 "syn 2.0.101",
20178 "winnow",
20179]