Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21 "workspace-hack",
   22]
   23
   24[[package]]
   25name = "addr2line"
   26version = "0.24.2"
   27source = "registry+https://github.com/rust-lang/crates.io-index"
   28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   29dependencies = [
   30 "gimli",
   31]
   32
   33[[package]]
   34name = "adler2"
   35version = "2.0.0"
   36source = "registry+https://github.com/rust-lang/crates.io-index"
   37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   38
   39[[package]]
   40name = "aes"
   41version = "0.8.4"
   42source = "registry+https://github.com/rust-lang/crates.io-index"
   43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   44dependencies = [
   45 "cfg-if",
   46 "cipher",
   47 "cpufeatures",
   48 "zeroize",
   49]
   50
   51[[package]]
   52name = "agent"
   53version = "0.1.0"
   54dependencies = [
   55 "anyhow",
   56 "assistant_context_editor",
   57 "assistant_settings",
   58 "assistant_slash_command",
   59 "assistant_slash_commands",
   60 "assistant_tool",
   61 "async-watch",
   62 "buffer_diff",
   63 "chrono",
   64 "client",
   65 "collections",
   66 "component",
   67 "context_server",
   68 "convert_case 0.8.0",
   69 "db",
   70 "editor",
   71 "extension",
   72 "feature_flags",
   73 "file_icons",
   74 "fs",
   75 "futures 0.3.31",
   76 "fuzzy",
   77 "git",
   78 "gpui",
   79 "heed",
   80 "html_to_markdown",
   81 "http_client",
   82 "indexed_docs",
   83 "indoc",
   84 "inventory",
   85 "itertools 0.14.0",
   86 "jsonschema",
   87 "language",
   88 "language_model",
   89 "language_model_selector",
   90 "log",
   91 "lsp",
   92 "markdown",
   93 "menu",
   94 "multi_buffer",
   95 "notifications",
   96 "ordered-float 2.10.1",
   97 "parking_lot",
   98 "paths",
   99 "picker",
  100 "postage",
  101 "project",
  102 "prompt_store",
  103 "proto",
  104 "rand 0.8.5",
  105 "ref-cast",
  106 "release_channel",
  107 "rope",
  108 "rules_library",
  109 "schemars",
  110 "search",
  111 "serde",
  112 "serde_json",
  113 "serde_json_lenient",
  114 "settings",
  115 "smallvec",
  116 "smol",
  117 "streaming_diff",
  118 "telemetry",
  119 "telemetry_events",
  120 "terminal",
  121 "terminal_view",
  122 "text",
  123 "theme",
  124 "thiserror 2.0.12",
  125 "time",
  126 "time_format",
  127 "ui",
  128 "ui_input",
  129 "urlencoding",
  130 "util",
  131 "uuid",
  132 "workspace",
  133 "workspace-hack",
  134 "zed_actions",
  135 "zed_llm_client",
  136]
  137
  138[[package]]
  139name = "ahash"
  140version = "0.7.8"
  141source = "registry+https://github.com/rust-lang/crates.io-index"
  142checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  143dependencies = [
  144 "getrandom 0.2.15",
  145 "once_cell",
  146 "version_check",
  147]
  148
  149[[package]]
  150name = "ahash"
  151version = "0.8.11"
  152source = "registry+https://github.com/rust-lang/crates.io-index"
  153checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  154dependencies = [
  155 "cfg-if",
  156 "const-random",
  157 "getrandom 0.2.15",
  158 "once_cell",
  159 "serde",
  160 "version_check",
  161 "zerocopy 0.7.35",
  162]
  163
  164[[package]]
  165name = "aho-corasick"
  166version = "1.1.3"
  167source = "registry+https://github.com/rust-lang/crates.io-index"
  168checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  169dependencies = [
  170 "memchr",
  171]
  172
  173[[package]]
  174name = "alacritty_terminal"
  175version = "0.25.1-dev"
  176source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
  177dependencies = [
  178 "base64 0.22.1",
  179 "bitflags 2.9.0",
  180 "home",
  181 "libc",
  182 "log",
  183 "miow",
  184 "parking_lot",
  185 "piper",
  186 "polling",
  187 "regex-automata 0.4.9",
  188 "rustix-openpty",
  189 "serde",
  190 "signal-hook",
  191 "unicode-width 0.1.14",
  192 "vte",
  193 "windows-sys 0.59.0",
  194]
  195
  196[[package]]
  197name = "aliasable"
  198version = "0.1.3"
  199source = "registry+https://github.com/rust-lang/crates.io-index"
  200checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  201
  202[[package]]
  203name = "aligned-vec"
  204version = "0.5.0"
  205source = "registry+https://github.com/rust-lang/crates.io-index"
  206checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  207
  208[[package]]
  209name = "allocator-api2"
  210version = "0.2.21"
  211source = "registry+https://github.com/rust-lang/crates.io-index"
  212checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  213
  214[[package]]
  215name = "alsa"
  216version = "0.9.1"
  217source = "registry+https://github.com/rust-lang/crates.io-index"
  218checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  219dependencies = [
  220 "alsa-sys",
  221 "bitflags 2.9.0",
  222 "cfg-if",
  223 "libc",
  224]
  225
  226[[package]]
  227name = "alsa-sys"
  228version = "0.3.1"
  229source = "registry+https://github.com/rust-lang/crates.io-index"
  230checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  231dependencies = [
  232 "libc",
  233 "pkg-config",
  234]
  235
  236[[package]]
  237name = "ambient-authority"
  238version = "0.0.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  241
  242[[package]]
  243name = "ammonia"
  244version = "4.1.0"
  245source = "registry+https://github.com/rust-lang/crates.io-index"
  246checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
  247dependencies = [
  248 "cssparser",
  249 "html5ever 0.31.0",
  250 "maplit",
  251 "tendril",
  252 "url",
  253]
  254
  255[[package]]
  256name = "android-tzdata"
  257version = "0.1.1"
  258source = "registry+https://github.com/rust-lang/crates.io-index"
  259checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  260
  261[[package]]
  262name = "android_system_properties"
  263version = "0.1.5"
  264source = "registry+https://github.com/rust-lang/crates.io-index"
  265checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  266dependencies = [
  267 "libc",
  268]
  269
  270[[package]]
  271name = "anes"
  272version = "0.1.6"
  273source = "registry+https://github.com/rust-lang/crates.io-index"
  274checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  275
  276[[package]]
  277name = "anstream"
  278version = "0.6.18"
  279source = "registry+https://github.com/rust-lang/crates.io-index"
  280checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  281dependencies = [
  282 "anstyle",
  283 "anstyle-parse",
  284 "anstyle-query",
  285 "anstyle-wincon",
  286 "colorchoice",
  287 "is_terminal_polyfill",
  288 "utf8parse",
  289]
  290
  291[[package]]
  292name = "anstyle"
  293version = "1.0.10"
  294source = "registry+https://github.com/rust-lang/crates.io-index"
  295checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  296
  297[[package]]
  298name = "anstyle-parse"
  299version = "0.2.6"
  300source = "registry+https://github.com/rust-lang/crates.io-index"
  301checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  302dependencies = [
  303 "utf8parse",
  304]
  305
  306[[package]]
  307name = "anstyle-query"
  308version = "1.1.2"
  309source = "registry+https://github.com/rust-lang/crates.io-index"
  310checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  311dependencies = [
  312 "windows-sys 0.59.0",
  313]
  314
  315[[package]]
  316name = "anstyle-wincon"
  317version = "3.0.7"
  318source = "registry+https://github.com/rust-lang/crates.io-index"
  319checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
  320dependencies = [
  321 "anstyle",
  322 "once_cell",
  323 "windows-sys 0.59.0",
  324]
  325
  326[[package]]
  327name = "anthropic"
  328version = "0.1.0"
  329dependencies = [
  330 "anyhow",
  331 "chrono",
  332 "futures 0.3.31",
  333 "http_client",
  334 "schemars",
  335 "serde",
  336 "serde_json",
  337 "strum 0.27.1",
  338 "thiserror 2.0.12",
  339 "workspace-hack",
  340]
  341
  342[[package]]
  343name = "any_vec"
  344version = "0.14.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  347
  348[[package]]
  349name = "anyhow"
  350version = "1.0.98"
  351source = "registry+https://github.com/rust-lang/crates.io-index"
  352checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
  353
  354[[package]]
  355name = "approx"
  356version = "0.5.1"
  357source = "registry+https://github.com/rust-lang/crates.io-index"
  358checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  359dependencies = [
  360 "num-traits",
  361]
  362
  363[[package]]
  364name = "arbitrary"
  365version = "1.4.1"
  366source = "registry+https://github.com/rust-lang/crates.io-index"
  367checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  368
  369[[package]]
  370name = "arc-swap"
  371version = "1.7.1"
  372source = "registry+https://github.com/rust-lang/crates.io-index"
  373checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
  374
  375[[package]]
  376name = "arg_enum_proc_macro"
  377version = "0.3.4"
  378source = "registry+https://github.com/rust-lang/crates.io-index"
  379checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  380dependencies = [
  381 "proc-macro2",
  382 "quote",
  383 "syn 2.0.101",
  384]
  385
  386[[package]]
  387name = "arraydeque"
  388version = "0.5.1"
  389source = "registry+https://github.com/rust-lang/crates.io-index"
  390checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  391
  392[[package]]
  393name = "arrayref"
  394version = "0.3.9"
  395source = "registry+https://github.com/rust-lang/crates.io-index"
  396checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  397
  398[[package]]
  399name = "arrayvec"
  400version = "0.7.6"
  401source = "registry+https://github.com/rust-lang/crates.io-index"
  402checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  403dependencies = [
  404 "serde",
  405]
  406
  407[[package]]
  408name = "as-raw-xcb-connection"
  409version = "1.0.1"
  410source = "registry+https://github.com/rust-lang/crates.io-index"
  411checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  412
  413[[package]]
  414name = "ascii"
  415version = "1.1.0"
  416source = "registry+https://github.com/rust-lang/crates.io-index"
  417checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  418
  419[[package]]
  420name = "ash"
  421version = "0.38.0+1.3.281"
  422source = "registry+https://github.com/rust-lang/crates.io-index"
  423checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  424dependencies = [
  425 "libloading",
  426]
  427
  428[[package]]
  429name = "ash-window"
  430version = "0.13.0"
  431source = "registry+https://github.com/rust-lang/crates.io-index"
  432checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  433dependencies = [
  434 "ash",
  435 "raw-window-handle",
  436 "raw-window-metal",
  437]
  438
  439[[package]]
  440name = "ashpd"
  441version = "0.11.0"
  442source = "registry+https://github.com/rust-lang/crates.io-index"
  443checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  444dependencies = [
  445 "async-fs",
  446 "async-net",
  447 "enumflags2",
  448 "futures-channel",
  449 "futures-util",
  450 "rand 0.9.1",
  451 "serde",
  452 "serde_repr",
  453 "url",
  454 "zbus",
  455]
  456
  457[[package]]
  458name = "askpass"
  459version = "0.1.0"
  460dependencies = [
  461 "anyhow",
  462 "futures 0.3.31",
  463 "gpui",
  464 "shlex",
  465 "smol",
  466 "tempfile",
  467 "util",
  468 "workspace-hack",
  469]
  470
  471[[package]]
  472name = "assets"
  473version = "0.1.0"
  474dependencies = [
  475 "anyhow",
  476 "gpui",
  477 "rust-embed",
  478 "workspace-hack",
  479]
  480
  481[[package]]
  482name = "assistant_context_editor"
  483version = "0.1.0"
  484dependencies = [
  485 "anyhow",
  486 "assistant_settings",
  487 "assistant_slash_command",
  488 "assistant_slash_commands",
  489 "chrono",
  490 "client",
  491 "clock",
  492 "collections",
  493 "context_server",
  494 "editor",
  495 "fs",
  496 "futures 0.3.31",
  497 "fuzzy",
  498 "gpui",
  499 "indexed_docs",
  500 "language",
  501 "language_model",
  502 "language_model_selector",
  503 "languages",
  504 "log",
  505 "multi_buffer",
  506 "open_ai",
  507 "parking_lot",
  508 "paths",
  509 "picker",
  510 "pretty_assertions",
  511 "project",
  512 "prompt_store",
  513 "rand 0.8.5",
  514 "regex",
  515 "rope",
  516 "rpc",
  517 "serde",
  518 "serde_json",
  519 "settings",
  520 "smallvec",
  521 "smol",
  522 "telemetry_events",
  523 "text",
  524 "theme",
  525 "tree-sitter-md",
  526 "ui",
  527 "unindent",
  528 "util",
  529 "uuid",
  530 "workspace",
  531 "workspace-hack",
  532 "zed_actions",
  533]
  534
  535[[package]]
  536name = "assistant_settings"
  537version = "0.1.0"
  538dependencies = [
  539 "anthropic",
  540 "anyhow",
  541 "collections",
  542 "deepseek",
  543 "fs",
  544 "gpui",
  545 "indexmap",
  546 "language_model",
  547 "lmstudio",
  548 "log",
  549 "mistral",
  550 "ollama",
  551 "open_ai",
  552 "paths",
  553 "schemars",
  554 "serde",
  555 "serde_json",
  556 "serde_json_lenient",
  557 "settings",
  558 "workspace-hack",
  559 "zed_llm_client",
  560]
  561
  562[[package]]
  563name = "assistant_slash_command"
  564version = "0.1.0"
  565dependencies = [
  566 "anyhow",
  567 "async-trait",
  568 "collections",
  569 "derive_more",
  570 "extension",
  571 "futures 0.3.31",
  572 "gpui",
  573 "language",
  574 "language_model",
  575 "parking_lot",
  576 "pretty_assertions",
  577 "serde",
  578 "serde_json",
  579 "ui",
  580 "workspace",
  581 "workspace-hack",
  582]
  583
  584[[package]]
  585name = "assistant_slash_commands"
  586version = "0.1.0"
  587dependencies = [
  588 "anyhow",
  589 "assistant_slash_command",
  590 "cargo_toml",
  591 "chrono",
  592 "collections",
  593 "context_server",
  594 "editor",
  595 "env_logger 0.11.8",
  596 "feature_flags",
  597 "fs",
  598 "futures 0.3.31",
  599 "fuzzy",
  600 "globset",
  601 "gpui",
  602 "html_to_markdown",
  603 "http_client",
  604 "indexed_docs",
  605 "language",
  606 "pretty_assertions",
  607 "project",
  608 "prompt_store",
  609 "rope",
  610 "serde",
  611 "serde_json",
  612 "settings",
  613 "smol",
  614 "terminal_view",
  615 "text",
  616 "toml 0.8.20",
  617 "ui",
  618 "util",
  619 "workspace",
  620 "workspace-hack",
  621 "worktree",
  622]
  623
  624[[package]]
  625name = "assistant_tool"
  626version = "0.1.0"
  627dependencies = [
  628 "anyhow",
  629 "buffer_diff",
  630 "clock",
  631 "collections",
  632 "ctor",
  633 "derive_more",
  634 "env_logger 0.11.8",
  635 "futures 0.3.31",
  636 "gpui",
  637 "icons",
  638 "language",
  639 "language_model",
  640 "log",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "project",
  644 "rand 0.8.5",
  645 "regex",
  646 "serde",
  647 "serde_json",
  648 "settings",
  649 "text",
  650 "util",
  651 "workspace",
  652 "workspace-hack",
  653]
  654
  655[[package]]
  656name = "assistant_tools"
  657version = "0.1.0"
  658dependencies = [
  659 "aho-corasick",
  660 "anyhow",
  661 "assistant_settings",
  662 "assistant_tool",
  663 "buffer_diff",
  664 "chrono",
  665 "client",
  666 "clock",
  667 "collections",
  668 "component",
  669 "derive_more",
  670 "editor",
  671 "feature_flags",
  672 "fs",
  673 "futures 0.3.31",
  674 "gpui",
  675 "gpui_tokio",
  676 "handlebars 4.5.0",
  677 "html_to_markdown",
  678 "http_client",
  679 "indoc",
  680 "itertools 0.14.0",
  681 "language",
  682 "language_model",
  683 "language_models",
  684 "log",
  685 "markdown",
  686 "open",
  687 "paths",
  688 "portable-pty",
  689 "pretty_assertions",
  690 "project",
  691 "rand 0.8.5",
  692 "regex",
  693 "reqwest_client",
  694 "rust-embed",
  695 "schemars",
  696 "serde",
  697 "serde_json",
  698 "settings",
  699 "smallvec",
  700 "streaming_diff",
  701 "strsim",
  702 "task",
  703 "tempfile",
  704 "terminal",
  705 "terminal_view",
  706 "theme",
  707 "tree-sitter-rust",
  708 "ui",
  709 "unindent",
  710 "util",
  711 "web_search",
  712 "which 6.0.3",
  713 "workspace",
  714 "workspace-hack",
  715 "zed_llm_client",
  716 "zlog",
  717]
  718
  719[[package]]
  720name = "async-attributes"
  721version = "1.1.2"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  724dependencies = [
  725 "quote",
  726 "syn 1.0.109",
  727]
  728
  729[[package]]
  730name = "async-broadcast"
  731version = "0.7.2"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  734dependencies = [
  735 "event-listener 5.4.0",
  736 "event-listener-strategy",
  737 "futures-core",
  738 "pin-project-lite",
  739]
  740
  741[[package]]
  742name = "async-channel"
  743version = "1.9.0"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  746dependencies = [
  747 "concurrent-queue",
  748 "event-listener 2.5.3",
  749 "futures-core",
  750]
  751
  752[[package]]
  753name = "async-channel"
  754version = "2.3.1"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  757dependencies = [
  758 "concurrent-queue",
  759 "event-listener-strategy",
  760 "futures-core",
  761 "pin-project-lite",
  762]
  763
  764[[package]]
  765name = "async-compat"
  766version = "0.2.4"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  769dependencies = [
  770 "futures-core",
  771 "futures-io",
  772 "once_cell",
  773 "pin-project-lite",
  774 "tokio",
  775]
  776
  777[[package]]
  778name = "async-compression"
  779version = "0.4.22"
  780source = "registry+https://github.com/rust-lang/crates.io-index"
  781checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  782dependencies = [
  783 "deflate64",
  784 "flate2",
  785 "futures-core",
  786 "futures-io",
  787 "memchr",
  788 "pin-project-lite",
  789]
  790
  791[[package]]
  792name = "async-dispatcher"
  793version = "0.1.2"
  794source = "registry+https://github.com/rust-lang/crates.io-index"
  795checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  796dependencies = [
  797 "async-task",
  798 "futures-lite 1.13.0",
  799]
  800
  801[[package]]
  802name = "async-executor"
  803version = "1.13.1"
  804source = "registry+https://github.com/rust-lang/crates.io-index"
  805checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  806dependencies = [
  807 "async-task",
  808 "concurrent-queue",
  809 "fastrand 2.3.0",
  810 "futures-lite 2.6.0",
  811 "slab",
  812]
  813
  814[[package]]
  815name = "async-fs"
  816version = "2.1.2"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  819dependencies = [
  820 "async-lock",
  821 "blocking",
  822 "futures-lite 2.6.0",
  823]
  824
  825[[package]]
  826name = "async-global-executor"
  827version = "2.4.1"
  828source = "registry+https://github.com/rust-lang/crates.io-index"
  829checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  830dependencies = [
  831 "async-channel 2.3.1",
  832 "async-executor",
  833 "async-io",
  834 "async-lock",
  835 "blocking",
  836 "futures-lite 2.6.0",
  837 "once_cell",
  838]
  839
  840[[package]]
  841name = "async-io"
  842version = "2.4.0"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  845dependencies = [
  846 "async-lock",
  847 "cfg-if",
  848 "concurrent-queue",
  849 "futures-io",
  850 "futures-lite 2.6.0",
  851 "parking",
  852 "polling",
  853 "rustix 0.38.44",
  854 "slab",
  855 "tracing",
  856 "windows-sys 0.59.0",
  857]
  858
  859[[package]]
  860name = "async-lock"
  861version = "3.4.0"
  862source = "registry+https://github.com/rust-lang/crates.io-index"
  863checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  864dependencies = [
  865 "event-listener 5.4.0",
  866 "event-listener-strategy",
  867 "pin-project-lite",
  868]
  869
  870[[package]]
  871name = "async-net"
  872version = "2.0.0"
  873source = "registry+https://github.com/rust-lang/crates.io-index"
  874checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  875dependencies = [
  876 "async-io",
  877 "blocking",
  878 "futures-lite 2.6.0",
  879]
  880
  881[[package]]
  882name = "async-pipe"
  883version = "0.1.3"
  884source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  885dependencies = [
  886 "futures 0.3.31",
  887 "log",
  888]
  889
  890[[package]]
  891name = "async-process"
  892version = "2.3.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  895dependencies = [
  896 "async-channel 2.3.1",
  897 "async-io",
  898 "async-lock",
  899 "async-signal",
  900 "async-task",
  901 "blocking",
  902 "cfg-if",
  903 "event-listener 5.4.0",
  904 "futures-lite 2.6.0",
  905 "rustix 0.38.44",
  906 "tracing",
  907]
  908
  909[[package]]
  910name = "async-recursion"
  911version = "0.3.2"
  912source = "registry+https://github.com/rust-lang/crates.io-index"
  913checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  914dependencies = [
  915 "proc-macro2",
  916 "quote",
  917 "syn 1.0.109",
  918]
  919
  920[[package]]
  921name = "async-recursion"
  922version = "1.1.1"
  923source = "registry+https://github.com/rust-lang/crates.io-index"
  924checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  925dependencies = [
  926 "proc-macro2",
  927 "quote",
  928 "syn 2.0.101",
  929]
  930
  931[[package]]
  932name = "async-signal"
  933version = "0.2.10"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  936dependencies = [
  937 "async-io",
  938 "async-lock",
  939 "atomic-waker",
  940 "cfg-if",
  941 "futures-core",
  942 "futures-io",
  943 "rustix 0.38.44",
  944 "signal-hook-registry",
  945 "slab",
  946 "windows-sys 0.59.0",
  947]
  948
  949[[package]]
  950name = "async-std"
  951version = "1.13.1"
  952source = "registry+https://github.com/rust-lang/crates.io-index"
  953checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  954dependencies = [
  955 "async-attributes",
  956 "async-channel 1.9.0",
  957 "async-global-executor",
  958 "async-io",
  959 "async-lock",
  960 "async-process",
  961 "crossbeam-utils",
  962 "futures-channel",
  963 "futures-core",
  964 "futures-io",
  965 "futures-lite 2.6.0",
  966 "gloo-timers",
  967 "kv-log-macro",
  968 "log",
  969 "memchr",
  970 "once_cell",
  971 "pin-project-lite",
  972 "pin-utils",
  973 "slab",
  974 "wasm-bindgen-futures",
  975]
  976
  977[[package]]
  978name = "async-stream"
  979version = "0.3.6"
  980source = "registry+https://github.com/rust-lang/crates.io-index"
  981checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  982dependencies = [
  983 "async-stream-impl",
  984 "futures-core",
  985 "pin-project-lite",
  986]
  987
  988[[package]]
  989name = "async-stream-impl"
  990version = "0.3.6"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  993dependencies = [
  994 "proc-macro2",
  995 "quote",
  996 "syn 2.0.101",
  997]
  998
  999[[package]]
 1000name = "async-stripe"
 1001version = "0.40.0"
 1002source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1003dependencies = [
 1004 "chrono",
 1005 "futures-util",
 1006 "http-types",
 1007 "hyper 0.14.32",
 1008 "hyper-rustls 0.24.2",
 1009 "serde",
 1010 "serde_json",
 1011 "serde_path_to_error",
 1012 "serde_qs 0.10.1",
 1013 "smart-default",
 1014 "smol_str 0.1.24",
 1015 "thiserror 1.0.69",
 1016 "tokio",
 1017]
 1018
 1019[[package]]
 1020name = "async-tar"
 1021version = "0.5.0"
 1022source = "registry+https://github.com/rust-lang/crates.io-index"
 1023checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1024dependencies = [
 1025 "async-std",
 1026 "filetime",
 1027 "libc",
 1028 "pin-project",
 1029 "redox_syscall 0.2.16",
 1030 "xattr",
 1031]
 1032
 1033[[package]]
 1034name = "async-task"
 1035version = "4.7.1"
 1036source = "registry+https://github.com/rust-lang/crates.io-index"
 1037checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1038
 1039[[package]]
 1040name = "async-trait"
 1041version = "0.1.88"
 1042source = "registry+https://github.com/rust-lang/crates.io-index"
 1043checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1044dependencies = [
 1045 "proc-macro2",
 1046 "quote",
 1047 "syn 2.0.101",
 1048]
 1049
 1050[[package]]
 1051name = "async-tungstenite"
 1052version = "0.29.1"
 1053source = "registry+https://github.com/rust-lang/crates.io-index"
 1054checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1055dependencies = [
 1056 "atomic-waker",
 1057 "futures-core",
 1058 "futures-io",
 1059 "futures-task",
 1060 "futures-util",
 1061 "log",
 1062 "pin-project-lite",
 1063 "rustls-pki-types",
 1064 "tokio",
 1065 "tokio-rustls 0.26.2",
 1066 "tungstenite 0.26.2",
 1067]
 1068
 1069[[package]]
 1070name = "async-watch"
 1071version = "0.3.1"
 1072source = "registry+https://github.com/rust-lang/crates.io-index"
 1073checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1074dependencies = [
 1075 "event-listener 2.5.3",
 1076]
 1077
 1078[[package]]
 1079name = "async_zip"
 1080version = "0.0.17"
 1081source = "registry+https://github.com/rust-lang/crates.io-index"
 1082checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1083dependencies = [
 1084 "async-compression",
 1085 "crc32fast",
 1086 "futures-lite 2.6.0",
 1087 "pin-project",
 1088 "thiserror 1.0.69",
 1089]
 1090
 1091[[package]]
 1092name = "asynchronous-codec"
 1093version = "0.7.0"
 1094source = "registry+https://github.com/rust-lang/crates.io-index"
 1095checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1096dependencies = [
 1097 "bytes 1.10.1",
 1098 "futures-sink",
 1099 "futures-util",
 1100 "memchr",
 1101 "pin-project-lite",
 1102]
 1103
 1104[[package]]
 1105name = "atoi"
 1106version = "2.0.0"
 1107source = "registry+https://github.com/rust-lang/crates.io-index"
 1108checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1109dependencies = [
 1110 "num-traits",
 1111]
 1112
 1113[[package]]
 1114name = "atomic"
 1115version = "0.5.3"
 1116source = "registry+https://github.com/rust-lang/crates.io-index"
 1117checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1118
 1119[[package]]
 1120name = "atomic-waker"
 1121version = "1.1.2"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1124
 1125[[package]]
 1126name = "audio"
 1127version = "0.1.0"
 1128dependencies = [
 1129 "anyhow",
 1130 "collections",
 1131 "derive_more",
 1132 "gpui",
 1133 "parking_lot",
 1134 "rodio",
 1135 "util",
 1136 "workspace-hack",
 1137]
 1138
 1139[[package]]
 1140name = "auditable-serde"
 1141version = "0.8.0"
 1142source = "registry+https://github.com/rust-lang/crates.io-index"
 1143checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1144dependencies = [
 1145 "semver",
 1146 "serde",
 1147 "serde_json",
 1148 "topological-sort",
 1149]
 1150
 1151[[package]]
 1152name = "auto_update"
 1153version = "0.1.0"
 1154dependencies = [
 1155 "anyhow",
 1156 "client",
 1157 "db",
 1158 "gpui",
 1159 "http_client",
 1160 "log",
 1161 "paths",
 1162 "release_channel",
 1163 "schemars",
 1164 "serde",
 1165 "serde_json",
 1166 "settings",
 1167 "smol",
 1168 "tempfile",
 1169 "which 6.0.3",
 1170 "workspace",
 1171 "workspace-hack",
 1172]
 1173
 1174[[package]]
 1175name = "auto_update_helper"
 1176version = "0.1.0"
 1177dependencies = [
 1178 "anyhow",
 1179 "log",
 1180 "simplelog",
 1181 "windows 0.61.1",
 1182 "winresource",
 1183 "workspace-hack",
 1184]
 1185
 1186[[package]]
 1187name = "auto_update_ui"
 1188version = "0.1.0"
 1189dependencies = [
 1190 "anyhow",
 1191 "auto_update",
 1192 "client",
 1193 "editor",
 1194 "gpui",
 1195 "http_client",
 1196 "markdown_preview",
 1197 "release_channel",
 1198 "serde",
 1199 "serde_json",
 1200 "smol",
 1201 "util",
 1202 "workspace",
 1203 "workspace-hack",
 1204]
 1205
 1206[[package]]
 1207name = "autocfg"
 1208version = "1.4.0"
 1209source = "registry+https://github.com/rust-lang/crates.io-index"
 1210checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1211
 1212[[package]]
 1213name = "av1-grain"
 1214version = "0.2.3"
 1215source = "registry+https://github.com/rust-lang/crates.io-index"
 1216checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1217dependencies = [
 1218 "anyhow",
 1219 "arrayvec",
 1220 "log",
 1221 "nom",
 1222 "num-rational",
 1223 "v_frame",
 1224]
 1225
 1226[[package]]
 1227name = "avif-serialize"
 1228version = "0.8.3"
 1229source = "registry+https://github.com/rust-lang/crates.io-index"
 1230checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1231dependencies = [
 1232 "arrayvec",
 1233]
 1234
 1235[[package]]
 1236name = "aws-config"
 1237version = "1.6.1"
 1238source = "registry+https://github.com/rust-lang/crates.io-index"
 1239checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1240dependencies = [
 1241 "aws-credential-types",
 1242 "aws-runtime",
 1243 "aws-sdk-sso",
 1244 "aws-sdk-ssooidc",
 1245 "aws-sdk-sts",
 1246 "aws-smithy-async",
 1247 "aws-smithy-http",
 1248 "aws-smithy-json",
 1249 "aws-smithy-runtime",
 1250 "aws-smithy-runtime-api",
 1251 "aws-smithy-types",
 1252 "aws-types",
 1253 "bytes 1.10.1",
 1254 "fastrand 2.3.0",
 1255 "hex",
 1256 "http 1.3.1",
 1257 "ring",
 1258 "time",
 1259 "tokio",
 1260 "tracing",
 1261 "url",
 1262 "zeroize",
 1263]
 1264
 1265[[package]]
 1266name = "aws-credential-types"
 1267version = "1.2.2"
 1268source = "registry+https://github.com/rust-lang/crates.io-index"
 1269checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1270dependencies = [
 1271 "aws-smithy-async",
 1272 "aws-smithy-runtime-api",
 1273 "aws-smithy-types",
 1274 "zeroize",
 1275]
 1276
 1277[[package]]
 1278name = "aws-lc-rs"
 1279version = "1.13.1"
 1280source = "registry+https://github.com/rust-lang/crates.io-index"
 1281checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1282dependencies = [
 1283 "aws-lc-sys",
 1284 "zeroize",
 1285]
 1286
 1287[[package]]
 1288name = "aws-lc-sys"
 1289version = "0.29.0"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1292dependencies = [
 1293 "bindgen 0.69.5",
 1294 "cc",
 1295 "cmake",
 1296 "dunce",
 1297 "fs_extra",
 1298]
 1299
 1300[[package]]
 1301name = "aws-runtime"
 1302version = "1.5.6"
 1303source = "registry+https://github.com/rust-lang/crates.io-index"
 1304checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1305dependencies = [
 1306 "aws-credential-types",
 1307 "aws-sigv4",
 1308 "aws-smithy-async",
 1309 "aws-smithy-eventstream",
 1310 "aws-smithy-http",
 1311 "aws-smithy-runtime",
 1312 "aws-smithy-runtime-api",
 1313 "aws-smithy-types",
 1314 "aws-types",
 1315 "bytes 1.10.1",
 1316 "fastrand 2.3.0",
 1317 "http 0.2.12",
 1318 "http-body 0.4.6",
 1319 "once_cell",
 1320 "percent-encoding",
 1321 "pin-project-lite",
 1322 "tracing",
 1323 "uuid",
 1324]
 1325
 1326[[package]]
 1327name = "aws-sdk-bedrockruntime"
 1328version = "1.82.0"
 1329source = "registry+https://github.com/rust-lang/crates.io-index"
 1330checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1331dependencies = [
 1332 "aws-credential-types",
 1333 "aws-runtime",
 1334 "aws-sigv4",
 1335 "aws-smithy-async",
 1336 "aws-smithy-eventstream",
 1337 "aws-smithy-http",
 1338 "aws-smithy-json",
 1339 "aws-smithy-runtime",
 1340 "aws-smithy-runtime-api",
 1341 "aws-smithy-types",
 1342 "aws-types",
 1343 "bytes 1.10.1",
 1344 "fastrand 2.3.0",
 1345 "http 0.2.12",
 1346 "hyper 0.14.32",
 1347 "once_cell",
 1348 "regex-lite",
 1349 "tracing",
 1350]
 1351
 1352[[package]]
 1353name = "aws-sdk-kinesis"
 1354version = "1.66.0"
 1355source = "registry+https://github.com/rust-lang/crates.io-index"
 1356checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1357dependencies = [
 1358 "aws-credential-types",
 1359 "aws-runtime",
 1360 "aws-smithy-async",
 1361 "aws-smithy-eventstream",
 1362 "aws-smithy-http",
 1363 "aws-smithy-json",
 1364 "aws-smithy-runtime",
 1365 "aws-smithy-runtime-api",
 1366 "aws-smithy-types",
 1367 "aws-types",
 1368 "bytes 1.10.1",
 1369 "fastrand 2.3.0",
 1370 "http 0.2.12",
 1371 "once_cell",
 1372 "regex-lite",
 1373 "tracing",
 1374]
 1375
 1376[[package]]
 1377name = "aws-sdk-s3"
 1378version = "1.82.0"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1381dependencies = [
 1382 "aws-credential-types",
 1383 "aws-runtime",
 1384 "aws-sigv4",
 1385 "aws-smithy-async",
 1386 "aws-smithy-checksums",
 1387 "aws-smithy-eventstream",
 1388 "aws-smithy-http",
 1389 "aws-smithy-json",
 1390 "aws-smithy-runtime",
 1391 "aws-smithy-runtime-api",
 1392 "aws-smithy-types",
 1393 "aws-smithy-xml",
 1394 "aws-types",
 1395 "bytes 1.10.1",
 1396 "fastrand 2.3.0",
 1397 "hex",
 1398 "hmac",
 1399 "http 0.2.12",
 1400 "http 1.3.1",
 1401 "http-body 0.4.6",
 1402 "lru",
 1403 "once_cell",
 1404 "percent-encoding",
 1405 "regex-lite",
 1406 "sha2",
 1407 "tracing",
 1408 "url",
 1409]
 1410
 1411[[package]]
 1412name = "aws-sdk-sso"
 1413version = "1.64.0"
 1414source = "registry+https://github.com/rust-lang/crates.io-index"
 1415checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1416dependencies = [
 1417 "aws-credential-types",
 1418 "aws-runtime",
 1419 "aws-smithy-async",
 1420 "aws-smithy-http",
 1421 "aws-smithy-json",
 1422 "aws-smithy-runtime",
 1423 "aws-smithy-runtime-api",
 1424 "aws-smithy-types",
 1425 "aws-types",
 1426 "bytes 1.10.1",
 1427 "fastrand 2.3.0",
 1428 "http 0.2.12",
 1429 "once_cell",
 1430 "regex-lite",
 1431 "tracing",
 1432]
 1433
 1434[[package]]
 1435name = "aws-sdk-ssooidc"
 1436version = "1.65.0"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1439dependencies = [
 1440 "aws-credential-types",
 1441 "aws-runtime",
 1442 "aws-smithy-async",
 1443 "aws-smithy-http",
 1444 "aws-smithy-json",
 1445 "aws-smithy-runtime",
 1446 "aws-smithy-runtime-api",
 1447 "aws-smithy-types",
 1448 "aws-types",
 1449 "bytes 1.10.1",
 1450 "fastrand 2.3.0",
 1451 "http 0.2.12",
 1452 "once_cell",
 1453 "regex-lite",
 1454 "tracing",
 1455]
 1456
 1457[[package]]
 1458name = "aws-sdk-sts"
 1459version = "1.65.0"
 1460source = "registry+https://github.com/rust-lang/crates.io-index"
 1461checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1462dependencies = [
 1463 "aws-credential-types",
 1464 "aws-runtime",
 1465 "aws-smithy-async",
 1466 "aws-smithy-http",
 1467 "aws-smithy-json",
 1468 "aws-smithy-query",
 1469 "aws-smithy-runtime",
 1470 "aws-smithy-runtime-api",
 1471 "aws-smithy-types",
 1472 "aws-smithy-xml",
 1473 "aws-types",
 1474 "fastrand 2.3.0",
 1475 "http 0.2.12",
 1476 "once_cell",
 1477 "regex-lite",
 1478 "tracing",
 1479]
 1480
 1481[[package]]
 1482name = "aws-sigv4"
 1483version = "1.3.0"
 1484source = "registry+https://github.com/rust-lang/crates.io-index"
 1485checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1486dependencies = [
 1487 "aws-credential-types",
 1488 "aws-smithy-eventstream",
 1489 "aws-smithy-http",
 1490 "aws-smithy-runtime-api",
 1491 "aws-smithy-types",
 1492 "bytes 1.10.1",
 1493 "crypto-bigint 0.5.5",
 1494 "form_urlencoded",
 1495 "hex",
 1496 "hmac",
 1497 "http 0.2.12",
 1498 "http 1.3.1",
 1499 "once_cell",
 1500 "p256",
 1501 "percent-encoding",
 1502 "ring",
 1503 "sha2",
 1504 "subtle",
 1505 "time",
 1506 "tracing",
 1507 "zeroize",
 1508]
 1509
 1510[[package]]
 1511name = "aws-smithy-async"
 1512version = "1.2.5"
 1513source = "registry+https://github.com/rust-lang/crates.io-index"
 1514checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1515dependencies = [
 1516 "futures-util",
 1517 "pin-project-lite",
 1518 "tokio",
 1519]
 1520
 1521[[package]]
 1522name = "aws-smithy-checksums"
 1523version = "0.63.1"
 1524source = "registry+https://github.com/rust-lang/crates.io-index"
 1525checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1526dependencies = [
 1527 "aws-smithy-http",
 1528 "aws-smithy-types",
 1529 "bytes 1.10.1",
 1530 "crc32c",
 1531 "crc32fast",
 1532 "crc64fast-nvme",
 1533 "hex",
 1534 "http 0.2.12",
 1535 "http-body 0.4.6",
 1536 "md-5",
 1537 "pin-project-lite",
 1538 "sha1",
 1539 "sha2",
 1540 "tracing",
 1541]
 1542
 1543[[package]]
 1544name = "aws-smithy-eventstream"
 1545version = "0.60.8"
 1546source = "registry+https://github.com/rust-lang/crates.io-index"
 1547checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1548dependencies = [
 1549 "aws-smithy-types",
 1550 "bytes 1.10.1",
 1551 "crc32fast",
 1552]
 1553
 1554[[package]]
 1555name = "aws-smithy-http"
 1556version = "0.62.0"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1559dependencies = [
 1560 "aws-smithy-eventstream",
 1561 "aws-smithy-runtime-api",
 1562 "aws-smithy-types",
 1563 "bytes 1.10.1",
 1564 "bytes-utils",
 1565 "futures-core",
 1566 "http 0.2.12",
 1567 "http 1.3.1",
 1568 "http-body 0.4.6",
 1569 "once_cell",
 1570 "percent-encoding",
 1571 "pin-project-lite",
 1572 "pin-utils",
 1573 "tracing",
 1574]
 1575
 1576[[package]]
 1577name = "aws-smithy-http-client"
 1578version = "1.0.1"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1581dependencies = [
 1582 "aws-smithy-async",
 1583 "aws-smithy-runtime-api",
 1584 "aws-smithy-types",
 1585 "h2 0.4.9",
 1586 "http 0.2.12",
 1587 "http 1.3.1",
 1588 "http-body 0.4.6",
 1589 "hyper 0.14.32",
 1590 "hyper 1.6.0",
 1591 "hyper-rustls 0.24.2",
 1592 "hyper-rustls 0.27.5",
 1593 "hyper-util",
 1594 "pin-project-lite",
 1595 "rustls 0.21.12",
 1596 "rustls 0.23.26",
 1597 "rustls-native-certs 0.8.1",
 1598 "rustls-pki-types",
 1599 "tokio",
 1600 "tower 0.5.2",
 1601 "tracing",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-json"
 1606version = "0.61.3"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1609dependencies = [
 1610 "aws-smithy-types",
 1611]
 1612
 1613[[package]]
 1614name = "aws-smithy-observability"
 1615version = "0.1.2"
 1616source = "registry+https://github.com/rust-lang/crates.io-index"
 1617checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1618dependencies = [
 1619 "aws-smithy-runtime-api",
 1620 "once_cell",
 1621]
 1622
 1623[[package]]
 1624name = "aws-smithy-query"
 1625version = "0.60.7"
 1626source = "registry+https://github.com/rust-lang/crates.io-index"
 1627checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1628dependencies = [
 1629 "aws-smithy-types",
 1630 "urlencoding",
 1631]
 1632
 1633[[package]]
 1634name = "aws-smithy-runtime"
 1635version = "1.8.1"
 1636source = "registry+https://github.com/rust-lang/crates.io-index"
 1637checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1638dependencies = [
 1639 "aws-smithy-async",
 1640 "aws-smithy-http",
 1641 "aws-smithy-http-client",
 1642 "aws-smithy-observability",
 1643 "aws-smithy-runtime-api",
 1644 "aws-smithy-types",
 1645 "bytes 1.10.1",
 1646 "fastrand 2.3.0",
 1647 "http 0.2.12",
 1648 "http 1.3.1",
 1649 "http-body 0.4.6",
 1650 "http-body 1.0.1",
 1651 "once_cell",
 1652 "pin-project-lite",
 1653 "pin-utils",
 1654 "tokio",
 1655 "tracing",
 1656]
 1657
 1658[[package]]
 1659name = "aws-smithy-runtime-api"
 1660version = "1.7.4"
 1661source = "registry+https://github.com/rust-lang/crates.io-index"
 1662checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1663dependencies = [
 1664 "aws-smithy-async",
 1665 "aws-smithy-types",
 1666 "bytes 1.10.1",
 1667 "http 0.2.12",
 1668 "http 1.3.1",
 1669 "pin-project-lite",
 1670 "tokio",
 1671 "tracing",
 1672 "zeroize",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-types"
 1677version = "1.3.0"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1680dependencies = [
 1681 "base64-simd",
 1682 "bytes 1.10.1",
 1683 "bytes-utils",
 1684 "futures-core",
 1685 "http 0.2.12",
 1686 "http 1.3.1",
 1687 "http-body 0.4.6",
 1688 "http-body 1.0.1",
 1689 "http-body-util",
 1690 "itoa",
 1691 "num-integer",
 1692 "pin-project-lite",
 1693 "pin-utils",
 1694 "ryu",
 1695 "serde",
 1696 "time",
 1697 "tokio",
 1698 "tokio-util",
 1699]
 1700
 1701[[package]]
 1702name = "aws-smithy-xml"
 1703version = "0.60.9"
 1704source = "registry+https://github.com/rust-lang/crates.io-index"
 1705checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1706dependencies = [
 1707 "xmlparser",
 1708]
 1709
 1710[[package]]
 1711name = "aws-types"
 1712version = "1.3.6"
 1713source = "registry+https://github.com/rust-lang/crates.io-index"
 1714checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1715dependencies = [
 1716 "aws-credential-types",
 1717 "aws-smithy-async",
 1718 "aws-smithy-runtime-api",
 1719 "aws-smithy-types",
 1720 "rustc_version",
 1721 "tracing",
 1722]
 1723
 1724[[package]]
 1725name = "aws_http_client"
 1726version = "0.1.0"
 1727dependencies = [
 1728 "aws-smithy-runtime-api",
 1729 "aws-smithy-types",
 1730 "futures 0.3.31",
 1731 "http_client",
 1732 "tokio",
 1733 "workspace-hack",
 1734]
 1735
 1736[[package]]
 1737name = "axum"
 1738version = "0.6.20"
 1739source = "registry+https://github.com/rust-lang/crates.io-index"
 1740checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1741dependencies = [
 1742 "async-trait",
 1743 "axum-core",
 1744 "base64 0.21.7",
 1745 "bitflags 1.3.2",
 1746 "bytes 1.10.1",
 1747 "futures-util",
 1748 "headers",
 1749 "http 0.2.12",
 1750 "http-body 0.4.6",
 1751 "hyper 0.14.32",
 1752 "itoa",
 1753 "matchit",
 1754 "memchr",
 1755 "mime",
 1756 "percent-encoding",
 1757 "pin-project-lite",
 1758 "rustversion",
 1759 "serde",
 1760 "serde_json",
 1761 "serde_path_to_error",
 1762 "serde_urlencoded",
 1763 "sha1",
 1764 "sync_wrapper 0.1.2",
 1765 "tokio",
 1766 "tokio-tungstenite 0.20.1",
 1767 "tower 0.4.13",
 1768 "tower-layer",
 1769 "tower-service",
 1770]
 1771
 1772[[package]]
 1773name = "axum-core"
 1774version = "0.3.4"
 1775source = "registry+https://github.com/rust-lang/crates.io-index"
 1776checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1777dependencies = [
 1778 "async-trait",
 1779 "bytes 1.10.1",
 1780 "futures-util",
 1781 "http 0.2.12",
 1782 "http-body 0.4.6",
 1783 "mime",
 1784 "rustversion",
 1785 "tower-layer",
 1786 "tower-service",
 1787]
 1788
 1789[[package]]
 1790name = "axum-extra"
 1791version = "0.4.2"
 1792source = "registry+https://github.com/rust-lang/crates.io-index"
 1793checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1794dependencies = [
 1795 "axum",
 1796 "bytes 1.10.1",
 1797 "futures-util",
 1798 "http 0.2.12",
 1799 "mime",
 1800 "pin-project-lite",
 1801 "serde",
 1802 "serde_json",
 1803 "tokio",
 1804 "tower 0.4.13",
 1805 "tower-http 0.3.5",
 1806 "tower-layer",
 1807 "tower-service",
 1808]
 1809
 1810[[package]]
 1811name = "backtrace"
 1812version = "0.3.74"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1815dependencies = [
 1816 "addr2line",
 1817 "cfg-if",
 1818 "libc",
 1819 "miniz_oxide",
 1820 "object",
 1821 "rustc-demangle",
 1822 "windows-targets 0.52.6",
 1823]
 1824
 1825[[package]]
 1826name = "base16ct"
 1827version = "0.1.1"
 1828source = "registry+https://github.com/rust-lang/crates.io-index"
 1829checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1830
 1831[[package]]
 1832name = "base64"
 1833version = "0.13.1"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1836
 1837[[package]]
 1838name = "base64"
 1839version = "0.21.7"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1842
 1843[[package]]
 1844name = "base64"
 1845version = "0.22.1"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1848
 1849[[package]]
 1850name = "base64-simd"
 1851version = "0.8.0"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1854dependencies = [
 1855 "outref",
 1856 "vsimd",
 1857]
 1858
 1859[[package]]
 1860name = "base64ct"
 1861version = "1.7.3"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1864
 1865[[package]]
 1866name = "bedrock"
 1867version = "0.1.0"
 1868dependencies = [
 1869 "anyhow",
 1870 "aws-sdk-bedrockruntime",
 1871 "aws-smithy-types",
 1872 "futures 0.3.31",
 1873 "schemars",
 1874 "serde",
 1875 "serde_json",
 1876 "strum 0.27.1",
 1877 "thiserror 2.0.12",
 1878 "tokio",
 1879 "workspace-hack",
 1880]
 1881
 1882[[package]]
 1883name = "beef"
 1884version = "0.5.2"
 1885source = "registry+https://github.com/rust-lang/crates.io-index"
 1886checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1887
 1888[[package]]
 1889name = "bigdecimal"
 1890version = "0.4.8"
 1891source = "registry+https://github.com/rust-lang/crates.io-index"
 1892checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1893dependencies = [
 1894 "autocfg",
 1895 "libm",
 1896 "num-bigint",
 1897 "num-integer",
 1898 "num-traits",
 1899 "serde",
 1900]
 1901
 1902[[package]]
 1903name = "bincode"
 1904version = "1.3.3"
 1905source = "registry+https://github.com/rust-lang/crates.io-index"
 1906checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1907dependencies = [
 1908 "serde",
 1909]
 1910
 1911[[package]]
 1912name = "bindgen"
 1913version = "0.69.5"
 1914source = "registry+https://github.com/rust-lang/crates.io-index"
 1915checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1916dependencies = [
 1917 "bitflags 2.9.0",
 1918 "cexpr",
 1919 "clang-sys",
 1920 "itertools 0.12.1",
 1921 "lazy_static",
 1922 "lazycell",
 1923 "log",
 1924 "prettyplease",
 1925 "proc-macro2",
 1926 "quote",
 1927 "regex",
 1928 "rustc-hash 1.1.0",
 1929 "shlex",
 1930 "syn 2.0.101",
 1931 "which 4.4.2",
 1932]
 1933
 1934[[package]]
 1935name = "bindgen"
 1936version = "0.70.1"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1939dependencies = [
 1940 "bitflags 2.9.0",
 1941 "cexpr",
 1942 "clang-sys",
 1943 "itertools 0.13.0",
 1944 "proc-macro2",
 1945 "quote",
 1946 "regex",
 1947 "rustc-hash 1.1.0",
 1948 "shlex",
 1949 "syn 2.0.101",
 1950]
 1951
 1952[[package]]
 1953name = "bindgen"
 1954version = "0.71.1"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1957dependencies = [
 1958 "bitflags 2.9.0",
 1959 "cexpr",
 1960 "clang-sys",
 1961 "itertools 0.13.0",
 1962 "log",
 1963 "prettyplease",
 1964 "proc-macro2",
 1965 "quote",
 1966 "regex",
 1967 "rustc-hash 2.1.1",
 1968 "shlex",
 1969 "syn 2.0.101",
 1970]
 1971
 1972[[package]]
 1973name = "bit-set"
 1974version = "0.5.3"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1977dependencies = [
 1978 "bit-vec 0.6.3",
 1979]
 1980
 1981[[package]]
 1982name = "bit-set"
 1983version = "0.8.0"
 1984source = "registry+https://github.com/rust-lang/crates.io-index"
 1985checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1986dependencies = [
 1987 "bit-vec 0.8.0",
 1988]
 1989
 1990[[package]]
 1991name = "bit-vec"
 1992version = "0.6.3"
 1993source = "registry+https://github.com/rust-lang/crates.io-index"
 1994checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1995
 1996[[package]]
 1997name = "bit-vec"
 1998version = "0.8.0"
 1999source = "registry+https://github.com/rust-lang/crates.io-index"
 2000checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2001
 2002[[package]]
 2003name = "bit_field"
 2004version = "0.10.2"
 2005source = "registry+https://github.com/rust-lang/crates.io-index"
 2006checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2007
 2008[[package]]
 2009name = "bitflags"
 2010version = "1.3.2"
 2011source = "registry+https://github.com/rust-lang/crates.io-index"
 2012checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2013
 2014[[package]]
 2015name = "bitflags"
 2016version = "2.9.0"
 2017source = "registry+https://github.com/rust-lang/crates.io-index"
 2018checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2019dependencies = [
 2020 "serde",
 2021]
 2022
 2023[[package]]
 2024name = "bitstream-io"
 2025version = "2.6.0"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2028
 2029[[package]]
 2030name = "bitvec"
 2031version = "1.0.1"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2034dependencies = [
 2035 "funty",
 2036 "radium",
 2037 "tap",
 2038 "wyz",
 2039]
 2040
 2041[[package]]
 2042name = "blade-graphics"
 2043version = "0.6.0"
 2044source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2045dependencies = [
 2046 "ash",
 2047 "ash-window",
 2048 "bitflags 2.9.0",
 2049 "bytemuck",
 2050 "codespan-reporting 0.11.1",
 2051 "glow",
 2052 "gpu-alloc",
 2053 "gpu-alloc-ash",
 2054 "hidden-trait",
 2055 "js-sys",
 2056 "khronos-egl",
 2057 "libloading",
 2058 "log",
 2059 "mint",
 2060 "naga",
 2061 "objc2",
 2062 "objc2-app-kit",
 2063 "objc2-core-foundation",
 2064 "objc2-foundation",
 2065 "objc2-metal",
 2066 "objc2-quartz-core",
 2067 "objc2-ui-kit",
 2068 "raw-window-handle",
 2069 "slab",
 2070 "wasm-bindgen",
 2071 "web-sys",
 2072]
 2073
 2074[[package]]
 2075name = "blade-macros"
 2076version = "0.3.0"
 2077source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2078dependencies = [
 2079 "proc-macro2",
 2080 "quote",
 2081 "syn 2.0.101",
 2082]
 2083
 2084[[package]]
 2085name = "blade-util"
 2086version = "0.2.0"
 2087source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2088dependencies = [
 2089 "blade-graphics",
 2090 "bytemuck",
 2091 "log",
 2092 "profiling",
 2093]
 2094
 2095[[package]]
 2096name = "blake2"
 2097version = "0.10.6"
 2098source = "registry+https://github.com/rust-lang/crates.io-index"
 2099checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2100dependencies = [
 2101 "digest",
 2102]
 2103
 2104[[package]]
 2105name = "blake3"
 2106version = "1.8.2"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2109dependencies = [
 2110 "arrayref",
 2111 "arrayvec",
 2112 "cc",
 2113 "cfg-if",
 2114 "constant_time_eq 0.3.1",
 2115]
 2116
 2117[[package]]
 2118name = "block"
 2119version = "0.1.6"
 2120source = "registry+https://github.com/rust-lang/crates.io-index"
 2121checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2122
 2123[[package]]
 2124name = "block-buffer"
 2125version = "0.10.4"
 2126source = "registry+https://github.com/rust-lang/crates.io-index"
 2127checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2128dependencies = [
 2129 "generic-array",
 2130]
 2131
 2132[[package]]
 2133name = "block-padding"
 2134version = "0.3.3"
 2135source = "registry+https://github.com/rust-lang/crates.io-index"
 2136checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2137dependencies = [
 2138 "generic-array",
 2139]
 2140
 2141[[package]]
 2142name = "block2"
 2143version = "0.6.1"
 2144source = "registry+https://github.com/rust-lang/crates.io-index"
 2145checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2146dependencies = [
 2147 "objc2",
 2148]
 2149
 2150[[package]]
 2151name = "blocking"
 2152version = "1.6.1"
 2153source = "registry+https://github.com/rust-lang/crates.io-index"
 2154checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2155dependencies = [
 2156 "async-channel 2.3.1",
 2157 "async-task",
 2158 "futures-io",
 2159 "futures-lite 2.6.0",
 2160 "piper",
 2161]
 2162
 2163[[package]]
 2164name = "borrow-or-share"
 2165version = "0.2.2"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2168
 2169[[package]]
 2170name = "borsh"
 2171version = "1.5.7"
 2172source = "registry+https://github.com/rust-lang/crates.io-index"
 2173checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2174dependencies = [
 2175 "borsh-derive",
 2176 "cfg_aliases 0.2.1",
 2177]
 2178
 2179[[package]]
 2180name = "borsh-derive"
 2181version = "1.5.7"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2184dependencies = [
 2185 "once_cell",
 2186 "proc-macro-crate",
 2187 "proc-macro2",
 2188 "quote",
 2189 "syn 2.0.101",
 2190]
 2191
 2192[[package]]
 2193name = "breadcrumbs"
 2194version = "0.1.0"
 2195dependencies = [
 2196 "editor",
 2197 "gpui",
 2198 "itertools 0.14.0",
 2199 "theme",
 2200 "ui",
 2201 "workspace",
 2202 "workspace-hack",
 2203 "zed_actions",
 2204]
 2205
 2206[[package]]
 2207name = "bstr"
 2208version = "1.12.0"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2211dependencies = [
 2212 "memchr",
 2213 "regex-automata 0.4.9",
 2214 "serde",
 2215]
 2216
 2217[[package]]
 2218name = "buffer_diff"
 2219version = "0.1.0"
 2220dependencies = [
 2221 "anyhow",
 2222 "clock",
 2223 "ctor",
 2224 "env_logger 0.11.8",
 2225 "futures 0.3.31",
 2226 "git2",
 2227 "gpui",
 2228 "language",
 2229 "log",
 2230 "pretty_assertions",
 2231 "rand 0.8.5",
 2232 "rope",
 2233 "serde_json",
 2234 "sum_tree",
 2235 "text",
 2236 "unindent",
 2237 "util",
 2238 "workspace-hack",
 2239]
 2240
 2241[[package]]
 2242name = "built"
 2243version = "0.7.7"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2246
 2247[[package]]
 2248name = "bumpalo"
 2249version = "3.17.0"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2252dependencies = [
 2253 "allocator-api2",
 2254]
 2255
 2256[[package]]
 2257name = "by_address"
 2258version = "1.2.1"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2261
 2262[[package]]
 2263name = "bytecheck"
 2264version = "0.6.12"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2267dependencies = [
 2268 "bytecheck_derive",
 2269 "ptr_meta",
 2270 "simdutf8",
 2271]
 2272
 2273[[package]]
 2274name = "bytecheck_derive"
 2275version = "0.6.12"
 2276source = "registry+https://github.com/rust-lang/crates.io-index"
 2277checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2278dependencies = [
 2279 "proc-macro2",
 2280 "quote",
 2281 "syn 1.0.109",
 2282]
 2283
 2284[[package]]
 2285name = "bytecount"
 2286version = "0.6.8"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2289
 2290[[package]]
 2291name = "bytemuck"
 2292version = "1.22.0"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2295dependencies = [
 2296 "bytemuck_derive",
 2297]
 2298
 2299[[package]]
 2300name = "bytemuck_derive"
 2301version = "1.9.3"
 2302source = "registry+https://github.com/rust-lang/crates.io-index"
 2303checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2304dependencies = [
 2305 "proc-macro2",
 2306 "quote",
 2307 "syn 2.0.101",
 2308]
 2309
 2310[[package]]
 2311name = "byteorder"
 2312version = "1.5.0"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2315
 2316[[package]]
 2317name = "byteorder-lite"
 2318version = "0.1.0"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2321
 2322[[package]]
 2323name = "bytes"
 2324version = "0.4.12"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2327dependencies = [
 2328 "byteorder",
 2329 "iovec",
 2330]
 2331
 2332[[package]]
 2333name = "bytes"
 2334version = "1.10.1"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2337
 2338[[package]]
 2339name = "bytes-utils"
 2340version = "0.1.4"
 2341source = "registry+https://github.com/rust-lang/crates.io-index"
 2342checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2343dependencies = [
 2344 "bytes 1.10.1",
 2345 "either",
 2346]
 2347
 2348[[package]]
 2349name = "bzip2"
 2350version = "0.4.4"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2353dependencies = [
 2354 "bzip2-sys",
 2355 "libc",
 2356]
 2357
 2358[[package]]
 2359name = "bzip2-sys"
 2360version = "0.1.13+1.0.8"
 2361source = "registry+https://github.com/rust-lang/crates.io-index"
 2362checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2363dependencies = [
 2364 "cc",
 2365 "pkg-config",
 2366]
 2367
 2368[[package]]
 2369name = "call"
 2370version = "0.1.0"
 2371dependencies = [
 2372 "anyhow",
 2373 "audio",
 2374 "client",
 2375 "collections",
 2376 "fs",
 2377 "futures 0.3.31",
 2378 "gpui",
 2379 "gpui_tokio",
 2380 "http_client",
 2381 "language",
 2382 "livekit_client",
 2383 "log",
 2384 "postage",
 2385 "project",
 2386 "schemars",
 2387 "serde",
 2388 "serde_derive",
 2389 "settings",
 2390 "telemetry",
 2391 "util",
 2392 "workspace-hack",
 2393]
 2394
 2395[[package]]
 2396name = "calloop"
 2397version = "0.13.0"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2400dependencies = [
 2401 "bitflags 2.9.0",
 2402 "log",
 2403 "polling",
 2404 "rustix 0.38.44",
 2405 "slab",
 2406 "thiserror 1.0.69",
 2407]
 2408
 2409[[package]]
 2410name = "calloop-wayland-source"
 2411version = "0.3.0"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2414dependencies = [
 2415 "calloop",
 2416 "rustix 0.38.44",
 2417 "wayland-backend",
 2418 "wayland-client",
 2419]
 2420
 2421[[package]]
 2422name = "camino"
 2423version = "1.1.9"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2426dependencies = [
 2427 "serde",
 2428]
 2429
 2430[[package]]
 2431name = "cap-fs-ext"
 2432version = "3.4.4"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2435dependencies = [
 2436 "cap-primitives",
 2437 "cap-std",
 2438 "io-lifetimes",
 2439 "windows-sys 0.59.0",
 2440]
 2441
 2442[[package]]
 2443name = "cap-net-ext"
 2444version = "3.4.4"
 2445source = "registry+https://github.com/rust-lang/crates.io-index"
 2446checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2447dependencies = [
 2448 "cap-primitives",
 2449 "cap-std",
 2450 "rustix 1.0.7",
 2451 "smallvec",
 2452]
 2453
 2454[[package]]
 2455name = "cap-primitives"
 2456version = "3.4.4"
 2457source = "registry+https://github.com/rust-lang/crates.io-index"
 2458checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2459dependencies = [
 2460 "ambient-authority",
 2461 "fs-set-times",
 2462 "io-extras",
 2463 "io-lifetimes",
 2464 "ipnet",
 2465 "maybe-owned",
 2466 "rustix 1.0.7",
 2467 "rustix-linux-procfs",
 2468 "windows-sys 0.59.0",
 2469 "winx",
 2470]
 2471
 2472[[package]]
 2473name = "cap-rand"
 2474version = "3.4.4"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2477dependencies = [
 2478 "ambient-authority",
 2479 "rand 0.8.5",
 2480]
 2481
 2482[[package]]
 2483name = "cap-std"
 2484version = "3.4.4"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2487dependencies = [
 2488 "cap-primitives",
 2489 "io-extras",
 2490 "io-lifetimes",
 2491 "rustix 1.0.7",
 2492]
 2493
 2494[[package]]
 2495name = "cap-time-ext"
 2496version = "3.4.4"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2499dependencies = [
 2500 "ambient-authority",
 2501 "cap-primitives",
 2502 "iana-time-zone",
 2503 "once_cell",
 2504 "rustix 1.0.7",
 2505 "winx",
 2506]
 2507
 2508[[package]]
 2509name = "cargo-platform"
 2510version = "0.1.9"
 2511source = "registry+https://github.com/rust-lang/crates.io-index"
 2512checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2513dependencies = [
 2514 "serde",
 2515]
 2516
 2517[[package]]
 2518name = "cargo_metadata"
 2519version = "0.19.2"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2522dependencies = [
 2523 "camino",
 2524 "cargo-platform",
 2525 "semver",
 2526 "serde",
 2527 "serde_json",
 2528 "thiserror 2.0.12",
 2529]
 2530
 2531[[package]]
 2532name = "cargo_toml"
 2533version = "0.21.0"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2536dependencies = [
 2537 "serde",
 2538 "toml 0.8.20",
 2539]
 2540
 2541[[package]]
 2542name = "cast"
 2543version = "0.3.0"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2546
 2547[[package]]
 2548name = "cbc"
 2549version = "0.1.2"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2552dependencies = [
 2553 "cipher",
 2554]
 2555
 2556[[package]]
 2557name = "cbindgen"
 2558version = "0.28.0"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2561dependencies = [
 2562 "heck 0.4.1",
 2563 "indexmap",
 2564 "log",
 2565 "proc-macro2",
 2566 "quote",
 2567 "serde",
 2568 "serde_json",
 2569 "syn 2.0.101",
 2570 "tempfile",
 2571 "toml 0.8.20",
 2572]
 2573
 2574[[package]]
 2575name = "cc"
 2576version = "1.2.19"
 2577source = "registry+https://github.com/rust-lang/crates.io-index"
 2578checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2579dependencies = [
 2580 "jobserver",
 2581 "libc",
 2582 "shlex",
 2583]
 2584
 2585[[package]]
 2586name = "cesu8"
 2587version = "1.1.0"
 2588source = "registry+https://github.com/rust-lang/crates.io-index"
 2589checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2590
 2591[[package]]
 2592name = "cexpr"
 2593version = "0.6.0"
 2594source = "registry+https://github.com/rust-lang/crates.io-index"
 2595checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2596dependencies = [
 2597 "nom",
 2598]
 2599
 2600[[package]]
 2601name = "cfg-expr"
 2602version = "0.15.8"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2605dependencies = [
 2606 "smallvec",
 2607 "target-lexicon 0.12.16",
 2608]
 2609
 2610[[package]]
 2611name = "cfg-if"
 2612version = "1.0.0"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2615
 2616[[package]]
 2617name = "cfg_aliases"
 2618version = "0.1.1"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2621
 2622[[package]]
 2623name = "cfg_aliases"
 2624version = "0.2.1"
 2625source = "registry+https://github.com/rust-lang/crates.io-index"
 2626checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2627
 2628[[package]]
 2629name = "cgl"
 2630version = "0.3.2"
 2631source = "registry+https://github.com/rust-lang/crates.io-index"
 2632checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2633dependencies = [
 2634 "libc",
 2635]
 2636
 2637[[package]]
 2638name = "channel"
 2639version = "0.1.0"
 2640dependencies = [
 2641 "anyhow",
 2642 "client",
 2643 "clock",
 2644 "collections",
 2645 "futures 0.3.31",
 2646 "gpui",
 2647 "http_client",
 2648 "language",
 2649 "log",
 2650 "rand 0.8.5",
 2651 "release_channel",
 2652 "rpc",
 2653 "settings",
 2654 "sum_tree",
 2655 "text",
 2656 "time",
 2657 "util",
 2658 "workspace-hack",
 2659]
 2660
 2661[[package]]
 2662name = "chrono"
 2663version = "0.4.41"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2666dependencies = [
 2667 "android-tzdata",
 2668 "iana-time-zone",
 2669 "js-sys",
 2670 "num-traits",
 2671 "serde",
 2672 "wasm-bindgen",
 2673 "windows-link",
 2674]
 2675
 2676[[package]]
 2677name = "chunked_transfer"
 2678version = "1.5.0"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2681
 2682[[package]]
 2683name = "ciborium"
 2684version = "0.2.2"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2687dependencies = [
 2688 "ciborium-io",
 2689 "ciborium-ll",
 2690 "serde",
 2691]
 2692
 2693[[package]]
 2694name = "ciborium-io"
 2695version = "0.2.2"
 2696source = "registry+https://github.com/rust-lang/crates.io-index"
 2697checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2698
 2699[[package]]
 2700name = "ciborium-ll"
 2701version = "0.2.2"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2704dependencies = [
 2705 "ciborium-io",
 2706 "half",
 2707]
 2708
 2709[[package]]
 2710name = "cipher"
 2711version = "0.4.4"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2714dependencies = [
 2715 "crypto-common",
 2716 "inout",
 2717 "zeroize",
 2718]
 2719
 2720[[package]]
 2721name = "circular-buffer"
 2722version = "1.1.0"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2725
 2726[[package]]
 2727name = "clang-sys"
 2728version = "1.8.1"
 2729source = "registry+https://github.com/rust-lang/crates.io-index"
 2730checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2731dependencies = [
 2732 "glob",
 2733 "libc",
 2734 "libloading",
 2735]
 2736
 2737[[package]]
 2738name = "clap"
 2739version = "4.5.37"
 2740source = "registry+https://github.com/rust-lang/crates.io-index"
 2741checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2742dependencies = [
 2743 "clap_builder",
 2744 "clap_derive",
 2745]
 2746
 2747[[package]]
 2748name = "clap_builder"
 2749version = "4.5.37"
 2750source = "registry+https://github.com/rust-lang/crates.io-index"
 2751checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2752dependencies = [
 2753 "anstream",
 2754 "anstyle",
 2755 "clap_lex",
 2756 "strsim",
 2757 "terminal_size",
 2758]
 2759
 2760[[package]]
 2761name = "clap_complete"
 2762version = "4.5.47"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2765dependencies = [
 2766 "clap",
 2767]
 2768
 2769[[package]]
 2770name = "clap_derive"
 2771version = "4.5.32"
 2772source = "registry+https://github.com/rust-lang/crates.io-index"
 2773checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2774dependencies = [
 2775 "heck 0.5.0",
 2776 "proc-macro2",
 2777 "quote",
 2778 "syn 2.0.101",
 2779]
 2780
 2781[[package]]
 2782name = "clap_lex"
 2783version = "0.7.4"
 2784source = "registry+https://github.com/rust-lang/crates.io-index"
 2785checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2786
 2787[[package]]
 2788name = "cli"
 2789version = "0.1.0"
 2790dependencies = [
 2791 "anyhow",
 2792 "clap",
 2793 "collections",
 2794 "core-foundation 0.10.0",
 2795 "core-services",
 2796 "exec",
 2797 "fork",
 2798 "ipc-channel",
 2799 "parking_lot",
 2800 "paths",
 2801 "plist",
 2802 "release_channel",
 2803 "serde",
 2804 "tempfile",
 2805 "util",
 2806 "windows 0.61.1",
 2807 "workspace-hack",
 2808]
 2809
 2810[[package]]
 2811name = "client"
 2812version = "0.1.0"
 2813dependencies = [
 2814 "anyhow",
 2815 "async-recursion 0.3.2",
 2816 "async-tungstenite",
 2817 "base64 0.22.1",
 2818 "chrono",
 2819 "clock",
 2820 "cocoa 0.26.0",
 2821 "collections",
 2822 "credentials_provider",
 2823 "feature_flags",
 2824 "futures 0.3.31",
 2825 "gpui",
 2826 "gpui_tokio",
 2827 "http_client",
 2828 "http_client_tls",
 2829 "httparse",
 2830 "log",
 2831 "parking_lot",
 2832 "paths",
 2833 "postage",
 2834 "rand 0.8.5",
 2835 "release_channel",
 2836 "rpc",
 2837 "schemars",
 2838 "serde",
 2839 "serde_json",
 2840 "settings",
 2841 "sha2",
 2842 "smol",
 2843 "telemetry",
 2844 "telemetry_events",
 2845 "text",
 2846 "thiserror 2.0.12",
 2847 "time",
 2848 "tiny_http",
 2849 "tokio",
 2850 "tokio-native-tls",
 2851 "tokio-socks",
 2852 "url",
 2853 "util",
 2854 "windows 0.61.1",
 2855 "workspace-hack",
 2856 "worktree",
 2857]
 2858
 2859[[package]]
 2860name = "clock"
 2861version = "0.1.0"
 2862dependencies = [
 2863 "parking_lot",
 2864 "serde",
 2865 "smallvec",
 2866 "workspace-hack",
 2867]
 2868
 2869[[package]]
 2870name = "clru"
 2871version = "0.6.2"
 2872source = "registry+https://github.com/rust-lang/crates.io-index"
 2873checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2874
 2875[[package]]
 2876name = "cmake"
 2877version = "0.1.54"
 2878source = "registry+https://github.com/rust-lang/crates.io-index"
 2879checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2880dependencies = [
 2881 "cc",
 2882]
 2883
 2884[[package]]
 2885name = "cobs"
 2886version = "0.2.3"
 2887source = "registry+https://github.com/rust-lang/crates.io-index"
 2888checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2889
 2890[[package]]
 2891name = "cocoa"
 2892version = "0.25.0"
 2893source = "registry+https://github.com/rust-lang/crates.io-index"
 2894checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2895dependencies = [
 2896 "bitflags 1.3.2",
 2897 "block",
 2898 "cocoa-foundation 0.1.2",
 2899 "core-foundation 0.9.4",
 2900 "core-graphics 0.23.2",
 2901 "foreign-types 0.5.0",
 2902 "libc",
 2903 "objc",
 2904]
 2905
 2906[[package]]
 2907name = "cocoa"
 2908version = "0.26.0"
 2909source = "registry+https://github.com/rust-lang/crates.io-index"
 2910checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2911dependencies = [
 2912 "bitflags 2.9.0",
 2913 "block",
 2914 "cocoa-foundation 0.2.0",
 2915 "core-foundation 0.10.0",
 2916 "core-graphics 0.24.0",
 2917 "foreign-types 0.5.0",
 2918 "libc",
 2919 "objc",
 2920]
 2921
 2922[[package]]
 2923name = "cocoa-foundation"
 2924version = "0.1.2"
 2925source = "registry+https://github.com/rust-lang/crates.io-index"
 2926checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2927dependencies = [
 2928 "bitflags 1.3.2",
 2929 "block",
 2930 "core-foundation 0.9.4",
 2931 "core-graphics-types 0.1.3",
 2932 "libc",
 2933 "objc",
 2934]
 2935
 2936[[package]]
 2937name = "cocoa-foundation"
 2938version = "0.2.0"
 2939source = "registry+https://github.com/rust-lang/crates.io-index"
 2940checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2941dependencies = [
 2942 "bitflags 2.9.0",
 2943 "block",
 2944 "core-foundation 0.10.0",
 2945 "core-graphics-types 0.2.0",
 2946 "libc",
 2947 "objc",
 2948]
 2949
 2950[[package]]
 2951name = "codespan-reporting"
 2952version = "0.11.1"
 2953source = "registry+https://github.com/rust-lang/crates.io-index"
 2954checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2955dependencies = [
 2956 "termcolor",
 2957 "unicode-width 0.1.14",
 2958]
 2959
 2960[[package]]
 2961name = "codespan-reporting"
 2962version = "0.12.0"
 2963source = "registry+https://github.com/rust-lang/crates.io-index"
 2964checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2965dependencies = [
 2966 "serde",
 2967 "termcolor",
 2968 "unicode-width 0.2.0",
 2969]
 2970
 2971[[package]]
 2972name = "collab"
 2973version = "0.44.0"
 2974dependencies = [
 2975 "anyhow",
 2976 "assistant_context_editor",
 2977 "assistant_settings",
 2978 "assistant_slash_command",
 2979 "assistant_tool",
 2980 "async-stripe",
 2981 "async-trait",
 2982 "async-tungstenite",
 2983 "audio",
 2984 "aws-config",
 2985 "aws-sdk-kinesis",
 2986 "aws-sdk-s3",
 2987 "axum",
 2988 "axum-extra",
 2989 "base64 0.22.1",
 2990 "buffer_diff",
 2991 "call",
 2992 "channel",
 2993 "chrono",
 2994 "client",
 2995 "clock",
 2996 "collab_ui",
 2997 "collections",
 2998 "command_palette_hooks",
 2999 "context_server",
 3000 "ctor",
 3001 "dap",
 3002 "dashmap 6.1.0",
 3003 "debugger_ui",
 3004 "derive_more",
 3005 "editor",
 3006 "env_logger 0.11.8",
 3007 "envy",
 3008 "extension",
 3009 "file_finder",
 3010 "fs",
 3011 "futures 0.3.31",
 3012 "git",
 3013 "git_hosting_providers",
 3014 "git_ui",
 3015 "gpui",
 3016 "gpui_tokio",
 3017 "hex",
 3018 "http_client",
 3019 "hyper 0.14.32",
 3020 "indoc",
 3021 "jsonwebtoken",
 3022 "language",
 3023 "language_model",
 3024 "livekit_api",
 3025 "livekit_client",
 3026 "log",
 3027 "lsp",
 3028 "menu",
 3029 "multi_buffer",
 3030 "nanoid",
 3031 "node_runtime",
 3032 "notifications",
 3033 "parking_lot",
 3034 "pretty_assertions",
 3035 "project",
 3036 "prometheus",
 3037 "prompt_store",
 3038 "prost 0.9.0",
 3039 "rand 0.8.5",
 3040 "recent_projects",
 3041 "release_channel",
 3042 "remote",
 3043 "remote_server",
 3044 "reqwest 0.11.27",
 3045 "reqwest_client",
 3046 "rpc",
 3047 "rustc-demangle",
 3048 "scrypt",
 3049 "sea-orm",
 3050 "semantic_version",
 3051 "semver",
 3052 "serde",
 3053 "serde_derive",
 3054 "serde_json",
 3055 "session",
 3056 "settings",
 3057 "sha2",
 3058 "sqlx",
 3059 "strum 0.27.1",
 3060 "subtle",
 3061 "supermaven_api",
 3062 "task",
 3063 "telemetry_events",
 3064 "text",
 3065 "theme",
 3066 "thiserror 2.0.12",
 3067 "time",
 3068 "tokio",
 3069 "toml 0.8.20",
 3070 "tower 0.4.13",
 3071 "tower-http 0.4.4",
 3072 "tracing",
 3073 "tracing-subscriber",
 3074 "unindent",
 3075 "util",
 3076 "uuid",
 3077 "workspace",
 3078 "workspace-hack",
 3079 "worktree",
 3080 "zed_llm_client",
 3081]
 3082
 3083[[package]]
 3084name = "collab_ui"
 3085version = "0.1.0"
 3086dependencies = [
 3087 "anyhow",
 3088 "call",
 3089 "channel",
 3090 "chrono",
 3091 "client",
 3092 "collections",
 3093 "db",
 3094 "editor",
 3095 "emojis",
 3096 "futures 0.3.31",
 3097 "fuzzy",
 3098 "gpui",
 3099 "http_client",
 3100 "language",
 3101 "log",
 3102 "menu",
 3103 "notifications",
 3104 "picker",
 3105 "pretty_assertions",
 3106 "project",
 3107 "release_channel",
 3108 "rich_text",
 3109 "rpc",
 3110 "schemars",
 3111 "serde",
 3112 "serde_derive",
 3113 "serde_json",
 3114 "settings",
 3115 "smallvec",
 3116 "story",
 3117 "telemetry",
 3118 "theme",
 3119 "time",
 3120 "time_format",
 3121 "title_bar",
 3122 "tree-sitter-md",
 3123 "ui",
 3124 "util",
 3125 "workspace",
 3126 "workspace-hack",
 3127]
 3128
 3129[[package]]
 3130name = "collections"
 3131version = "0.1.0"
 3132dependencies = [
 3133 "indexmap",
 3134 "rustc-hash 2.1.1",
 3135 "workspace-hack",
 3136]
 3137
 3138[[package]]
 3139name = "color_quant"
 3140version = "1.1.0"
 3141source = "registry+https://github.com/rust-lang/crates.io-index"
 3142checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3143
 3144[[package]]
 3145name = "colorchoice"
 3146version = "1.0.3"
 3147source = "registry+https://github.com/rust-lang/crates.io-index"
 3148checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3149
 3150[[package]]
 3151name = "combine"
 3152version = "4.6.7"
 3153source = "registry+https://github.com/rust-lang/crates.io-index"
 3154checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3155dependencies = [
 3156 "bytes 1.10.1",
 3157 "memchr",
 3158]
 3159
 3160[[package]]
 3161name = "command_palette"
 3162version = "0.1.0"
 3163dependencies = [
 3164 "anyhow",
 3165 "client",
 3166 "collections",
 3167 "command_palette_hooks",
 3168 "ctor",
 3169 "db",
 3170 "editor",
 3171 "env_logger 0.11.8",
 3172 "fuzzy",
 3173 "go_to_line",
 3174 "gpui",
 3175 "language",
 3176 "log",
 3177 "menu",
 3178 "picker",
 3179 "postage",
 3180 "project",
 3181 "serde",
 3182 "serde_json",
 3183 "settings",
 3184 "telemetry",
 3185 "theme",
 3186 "time",
 3187 "ui",
 3188 "util",
 3189 "workspace",
 3190 "workspace-hack",
 3191 "zed_actions",
 3192]
 3193
 3194[[package]]
 3195name = "command_palette_hooks"
 3196version = "0.1.0"
 3197dependencies = [
 3198 "collections",
 3199 "derive_more",
 3200 "gpui",
 3201 "workspace-hack",
 3202]
 3203
 3204[[package]]
 3205name = "component"
 3206version = "0.1.0"
 3207dependencies = [
 3208 "collections",
 3209 "gpui",
 3210 "inventory",
 3211 "parking_lot",
 3212 "strum 0.27.1",
 3213 "theme",
 3214 "workspace-hack",
 3215]
 3216
 3217[[package]]
 3218name = "concurrent-queue"
 3219version = "2.5.0"
 3220source = "registry+https://github.com/rust-lang/crates.io-index"
 3221checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3222dependencies = [
 3223 "crossbeam-utils",
 3224]
 3225
 3226[[package]]
 3227name = "console"
 3228version = "0.15.11"
 3229source = "registry+https://github.com/rust-lang/crates.io-index"
 3230checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3231dependencies = [
 3232 "encode_unicode",
 3233 "libc",
 3234 "once_cell",
 3235 "unicode-width 0.2.0",
 3236 "windows-sys 0.59.0",
 3237]
 3238
 3239[[package]]
 3240name = "const-oid"
 3241version = "0.9.6"
 3242source = "registry+https://github.com/rust-lang/crates.io-index"
 3243checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3244
 3245[[package]]
 3246name = "const-random"
 3247version = "0.1.18"
 3248source = "registry+https://github.com/rust-lang/crates.io-index"
 3249checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3250dependencies = [
 3251 "const-random-macro",
 3252]
 3253
 3254[[package]]
 3255name = "const-random-macro"
 3256version = "0.1.16"
 3257source = "registry+https://github.com/rust-lang/crates.io-index"
 3258checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3259dependencies = [
 3260 "getrandom 0.2.15",
 3261 "once_cell",
 3262 "tiny-keccak",
 3263]
 3264
 3265[[package]]
 3266name = "constant_time_eq"
 3267version = "0.1.5"
 3268source = "registry+https://github.com/rust-lang/crates.io-index"
 3269checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3270
 3271[[package]]
 3272name = "constant_time_eq"
 3273version = "0.3.1"
 3274source = "registry+https://github.com/rust-lang/crates.io-index"
 3275checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3276
 3277[[package]]
 3278name = "context_server"
 3279version = "0.1.0"
 3280dependencies = [
 3281 "anyhow",
 3282 "async-trait",
 3283 "collections",
 3284 "futures 0.3.31",
 3285 "gpui",
 3286 "log",
 3287 "parking_lot",
 3288 "postage",
 3289 "schemars",
 3290 "serde",
 3291 "serde_json",
 3292 "smol",
 3293 "url",
 3294 "util",
 3295 "workspace-hack",
 3296]
 3297
 3298[[package]]
 3299name = "convert_case"
 3300version = "0.4.0"
 3301source = "registry+https://github.com/rust-lang/crates.io-index"
 3302checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3303
 3304[[package]]
 3305name = "convert_case"
 3306version = "0.6.0"
 3307source = "registry+https://github.com/rust-lang/crates.io-index"
 3308checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3309dependencies = [
 3310 "unicode-segmentation",
 3311]
 3312
 3313[[package]]
 3314name = "convert_case"
 3315version = "0.8.0"
 3316source = "registry+https://github.com/rust-lang/crates.io-index"
 3317checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3318dependencies = [
 3319 "unicode-segmentation",
 3320]
 3321
 3322[[package]]
 3323name = "copilot"
 3324version = "0.1.0"
 3325dependencies = [
 3326 "anyhow",
 3327 "async-std",
 3328 "chrono",
 3329 "client",
 3330 "clock",
 3331 "collections",
 3332 "command_palette_hooks",
 3333 "ctor",
 3334 "editor",
 3335 "env_logger 0.11.8",
 3336 "fs",
 3337 "futures 0.3.31",
 3338 "gpui",
 3339 "http_client",
 3340 "indoc",
 3341 "inline_completion",
 3342 "itertools 0.14.0",
 3343 "language",
 3344 "log",
 3345 "lsp",
 3346 "menu",
 3347 "node_runtime",
 3348 "parking_lot",
 3349 "paths",
 3350 "project",
 3351 "rpc",
 3352 "serde",
 3353 "serde_json",
 3354 "settings",
 3355 "task",
 3356 "theme",
 3357 "ui",
 3358 "util",
 3359 "workspace",
 3360 "workspace-hack",
 3361]
 3362
 3363[[package]]
 3364name = "core-foundation"
 3365version = "0.9.4"
 3366source = "registry+https://github.com/rust-lang/crates.io-index"
 3367checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3368dependencies = [
 3369 "core-foundation-sys",
 3370 "libc",
 3371]
 3372
 3373[[package]]
 3374name = "core-foundation"
 3375version = "0.10.0"
 3376source = "registry+https://github.com/rust-lang/crates.io-index"
 3377checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3378dependencies = [
 3379 "core-foundation-sys",
 3380 "libc",
 3381]
 3382
 3383[[package]]
 3384name = "core-foundation-sys"
 3385version = "0.8.7"
 3386source = "registry+https://github.com/rust-lang/crates.io-index"
 3387checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3388
 3389[[package]]
 3390name = "core-graphics"
 3391version = "0.23.2"
 3392source = "registry+https://github.com/rust-lang/crates.io-index"
 3393checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3394dependencies = [
 3395 "bitflags 1.3.2",
 3396 "core-foundation 0.9.4",
 3397 "core-graphics-types 0.1.3",
 3398 "foreign-types 0.5.0",
 3399 "libc",
 3400]
 3401
 3402[[package]]
 3403name = "core-graphics"
 3404version = "0.24.0"
 3405source = "registry+https://github.com/rust-lang/crates.io-index"
 3406checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3407dependencies = [
 3408 "bitflags 2.9.0",
 3409 "core-foundation 0.10.0",
 3410 "core-graphics-types 0.2.0",
 3411 "foreign-types 0.5.0",
 3412 "libc",
 3413]
 3414
 3415[[package]]
 3416name = "core-graphics-helmer-fork"
 3417version = "0.24.0"
 3418source = "registry+https://github.com/rust-lang/crates.io-index"
 3419checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3420dependencies = [
 3421 "bitflags 2.9.0",
 3422 "core-foundation 0.9.4",
 3423 "core-graphics-types 0.1.3",
 3424 "foreign-types 0.5.0",
 3425 "libc",
 3426]
 3427
 3428[[package]]
 3429name = "core-graphics-types"
 3430version = "0.1.3"
 3431source = "registry+https://github.com/rust-lang/crates.io-index"
 3432checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3433dependencies = [
 3434 "bitflags 1.3.2",
 3435 "core-foundation 0.9.4",
 3436 "libc",
 3437]
 3438
 3439[[package]]
 3440name = "core-graphics-types"
 3441version = "0.2.0"
 3442source = "registry+https://github.com/rust-lang/crates.io-index"
 3443checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3444dependencies = [
 3445 "bitflags 2.9.0",
 3446 "core-foundation 0.10.0",
 3447 "libc",
 3448]
 3449
 3450[[package]]
 3451name = "core-graphics2"
 3452version = "0.4.1"
 3453source = "registry+https://github.com/rust-lang/crates.io-index"
 3454checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3455dependencies = [
 3456 "bitflags 2.9.0",
 3457 "block",
 3458 "cfg-if",
 3459 "core-foundation 0.10.0",
 3460 "libc",
 3461]
 3462
 3463[[package]]
 3464name = "core-services"
 3465version = "0.2.1"
 3466source = "registry+https://github.com/rust-lang/crates.io-index"
 3467checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3468dependencies = [
 3469 "core-foundation 0.9.4",
 3470]
 3471
 3472[[package]]
 3473name = "core-text"
 3474version = "21.0.0"
 3475source = "registry+https://github.com/rust-lang/crates.io-index"
 3476checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3477dependencies = [
 3478 "core-foundation 0.10.0",
 3479 "core-graphics 0.24.0",
 3480 "foreign-types 0.5.0",
 3481 "libc",
 3482]
 3483
 3484[[package]]
 3485name = "core-video"
 3486version = "0.4.3"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3489dependencies = [
 3490 "block",
 3491 "core-foundation 0.10.0",
 3492 "core-graphics2",
 3493 "io-surface",
 3494 "libc",
 3495 "metal",
 3496]
 3497
 3498[[package]]
 3499name = "core_maths"
 3500version = "0.1.1"
 3501source = "registry+https://github.com/rust-lang/crates.io-index"
 3502checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3503dependencies = [
 3504 "libm",
 3505]
 3506
 3507[[package]]
 3508name = "coreaudio-rs"
 3509version = "0.11.3"
 3510source = "registry+https://github.com/rust-lang/crates.io-index"
 3511checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3512dependencies = [
 3513 "bitflags 1.3.2",
 3514 "core-foundation-sys",
 3515 "coreaudio-sys",
 3516]
 3517
 3518[[package]]
 3519name = "coreaudio-rs"
 3520version = "0.12.1"
 3521source = "registry+https://github.com/rust-lang/crates.io-index"
 3522checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3523dependencies = [
 3524 "bitflags 1.3.2",
 3525 "core-foundation-sys",
 3526 "coreaudio-sys",
 3527]
 3528
 3529[[package]]
 3530name = "coreaudio-sys"
 3531version = "0.2.16"
 3532source = "registry+https://github.com/rust-lang/crates.io-index"
 3533checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3534dependencies = [
 3535 "bindgen 0.70.1",
 3536]
 3537
 3538[[package]]
 3539name = "cosmic-text"
 3540version = "0.14.0"
 3541source = "registry+https://github.com/rust-lang/crates.io-index"
 3542checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3543dependencies = [
 3544 "bitflags 2.9.0",
 3545 "fontdb 0.16.2",
 3546 "log",
 3547 "rangemap",
 3548 "rustc-hash 1.1.0",
 3549 "rustybuzz 0.14.1",
 3550 "self_cell",
 3551 "smol_str 0.2.2",
 3552 "swash",
 3553 "sys-locale",
 3554 "ttf-parser 0.21.1",
 3555 "unicode-bidi",
 3556 "unicode-linebreak",
 3557 "unicode-script",
 3558 "unicode-segmentation",
 3559]
 3560
 3561[[package]]
 3562name = "cpal"
 3563version = "0.15.3"
 3564source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3565dependencies = [
 3566 "alsa",
 3567 "core-foundation-sys",
 3568 "coreaudio-rs 0.11.3",
 3569 "dasp_sample",
 3570 "jni",
 3571 "js-sys",
 3572 "libc",
 3573 "mach2",
 3574 "ndk",
 3575 "ndk-context",
 3576 "oboe",
 3577 "wasm-bindgen",
 3578 "wasm-bindgen-futures",
 3579 "web-sys",
 3580 "windows 0.54.0",
 3581]
 3582
 3583[[package]]
 3584name = "cpp_demangle"
 3585version = "0.4.4"
 3586source = "registry+https://github.com/rust-lang/crates.io-index"
 3587checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3588dependencies = [
 3589 "cfg-if",
 3590]
 3591
 3592[[package]]
 3593name = "cpufeatures"
 3594version = "0.2.17"
 3595source = "registry+https://github.com/rust-lang/crates.io-index"
 3596checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3597dependencies = [
 3598 "libc",
 3599]
 3600
 3601[[package]]
 3602name = "cranelift-bforest"
 3603version = "0.116.1"
 3604source = "registry+https://github.com/rust-lang/crates.io-index"
 3605checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3606dependencies = [
 3607 "cranelift-entity",
 3608]
 3609
 3610[[package]]
 3611name = "cranelift-bitset"
 3612version = "0.116.1"
 3613source = "registry+https://github.com/rust-lang/crates.io-index"
 3614checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3615dependencies = [
 3616 "serde",
 3617 "serde_derive",
 3618]
 3619
 3620[[package]]
 3621name = "cranelift-codegen"
 3622version = "0.116.1"
 3623source = "registry+https://github.com/rust-lang/crates.io-index"
 3624checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3625dependencies = [
 3626 "bumpalo",
 3627 "cranelift-bforest",
 3628 "cranelift-bitset",
 3629 "cranelift-codegen-meta",
 3630 "cranelift-codegen-shared",
 3631 "cranelift-control",
 3632 "cranelift-entity",
 3633 "cranelift-isle",
 3634 "gimli",
 3635 "hashbrown 0.14.5",
 3636 "log",
 3637 "regalloc2",
 3638 "rustc-hash 2.1.1",
 3639 "serde",
 3640 "smallvec",
 3641 "target-lexicon 0.13.2",
 3642]
 3643
 3644[[package]]
 3645name = "cranelift-codegen-meta"
 3646version = "0.116.1"
 3647source = "registry+https://github.com/rust-lang/crates.io-index"
 3648checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3649dependencies = [
 3650 "cranelift-codegen-shared",
 3651]
 3652
 3653[[package]]
 3654name = "cranelift-codegen-shared"
 3655version = "0.116.1"
 3656source = "registry+https://github.com/rust-lang/crates.io-index"
 3657checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3658
 3659[[package]]
 3660name = "cranelift-control"
 3661version = "0.116.1"
 3662source = "registry+https://github.com/rust-lang/crates.io-index"
 3663checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3664dependencies = [
 3665 "arbitrary",
 3666]
 3667
 3668[[package]]
 3669name = "cranelift-entity"
 3670version = "0.116.1"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3673dependencies = [
 3674 "cranelift-bitset",
 3675 "serde",
 3676 "serde_derive",
 3677]
 3678
 3679[[package]]
 3680name = "cranelift-frontend"
 3681version = "0.116.1"
 3682source = "registry+https://github.com/rust-lang/crates.io-index"
 3683checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3684dependencies = [
 3685 "cranelift-codegen",
 3686 "log",
 3687 "smallvec",
 3688 "target-lexicon 0.13.2",
 3689]
 3690
 3691[[package]]
 3692name = "cranelift-isle"
 3693version = "0.116.1"
 3694source = "registry+https://github.com/rust-lang/crates.io-index"
 3695checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3696
 3697[[package]]
 3698name = "cranelift-native"
 3699version = "0.116.1"
 3700source = "registry+https://github.com/rust-lang/crates.io-index"
 3701checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3702dependencies = [
 3703 "cranelift-codegen",
 3704 "libc",
 3705 "target-lexicon 0.13.2",
 3706]
 3707
 3708[[package]]
 3709name = "crc"
 3710version = "3.2.1"
 3711source = "registry+https://github.com/rust-lang/crates.io-index"
 3712checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3713dependencies = [
 3714 "crc-catalog",
 3715]
 3716
 3717[[package]]
 3718name = "crc-catalog"
 3719version = "2.4.0"
 3720source = "registry+https://github.com/rust-lang/crates.io-index"
 3721checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3722
 3723[[package]]
 3724name = "crc32c"
 3725version = "0.6.8"
 3726source = "registry+https://github.com/rust-lang/crates.io-index"
 3727checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3728dependencies = [
 3729 "rustc_version",
 3730]
 3731
 3732[[package]]
 3733name = "crc32fast"
 3734version = "1.4.2"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3737dependencies = [
 3738 "cfg-if",
 3739]
 3740
 3741[[package]]
 3742name = "crc64fast-nvme"
 3743version = "1.2.0"
 3744source = "registry+https://github.com/rust-lang/crates.io-index"
 3745checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3746dependencies = [
 3747 "crc",
 3748]
 3749
 3750[[package]]
 3751name = "credentials_provider"
 3752version = "0.1.0"
 3753dependencies = [
 3754 "anyhow",
 3755 "futures 0.3.31",
 3756 "gpui",
 3757 "paths",
 3758 "release_channel",
 3759 "serde",
 3760 "serde_json",
 3761 "workspace-hack",
 3762]
 3763
 3764[[package]]
 3765name = "criterion"
 3766version = "0.5.1"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3769dependencies = [
 3770 "anes",
 3771 "cast",
 3772 "ciborium",
 3773 "clap",
 3774 "criterion-plot",
 3775 "is-terminal",
 3776 "itertools 0.10.5",
 3777 "num-traits",
 3778 "once_cell",
 3779 "oorandom",
 3780 "plotters",
 3781 "rayon",
 3782 "regex",
 3783 "serde",
 3784 "serde_derive",
 3785 "serde_json",
 3786 "tinytemplate",
 3787 "walkdir",
 3788]
 3789
 3790[[package]]
 3791name = "criterion-plot"
 3792version = "0.5.0"
 3793source = "registry+https://github.com/rust-lang/crates.io-index"
 3794checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3795dependencies = [
 3796 "cast",
 3797 "itertools 0.10.5",
 3798]
 3799
 3800[[package]]
 3801name = "crossbeam-channel"
 3802version = "0.5.15"
 3803source = "registry+https://github.com/rust-lang/crates.io-index"
 3804checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3805dependencies = [
 3806 "crossbeam-utils",
 3807]
 3808
 3809[[package]]
 3810name = "crossbeam-deque"
 3811version = "0.8.6"
 3812source = "registry+https://github.com/rust-lang/crates.io-index"
 3813checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3814dependencies = [
 3815 "crossbeam-epoch",
 3816 "crossbeam-utils",
 3817]
 3818
 3819[[package]]
 3820name = "crossbeam-epoch"
 3821version = "0.9.18"
 3822source = "registry+https://github.com/rust-lang/crates.io-index"
 3823checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3824dependencies = [
 3825 "crossbeam-utils",
 3826]
 3827
 3828[[package]]
 3829name = "crossbeam-queue"
 3830version = "0.3.12"
 3831source = "registry+https://github.com/rust-lang/crates.io-index"
 3832checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3833dependencies = [
 3834 "crossbeam-utils",
 3835]
 3836
 3837[[package]]
 3838name = "crossbeam-utils"
 3839version = "0.8.21"
 3840source = "registry+https://github.com/rust-lang/crates.io-index"
 3841checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3842
 3843[[package]]
 3844name = "crunchy"
 3845version = "0.2.3"
 3846source = "registry+https://github.com/rust-lang/crates.io-index"
 3847checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3848
 3849[[package]]
 3850name = "crypto-bigint"
 3851version = "0.4.9"
 3852source = "registry+https://github.com/rust-lang/crates.io-index"
 3853checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3854dependencies = [
 3855 "generic-array",
 3856 "rand_core 0.6.4",
 3857 "subtle",
 3858 "zeroize",
 3859]
 3860
 3861[[package]]
 3862name = "crypto-bigint"
 3863version = "0.5.5"
 3864source = "registry+https://github.com/rust-lang/crates.io-index"
 3865checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3866dependencies = [
 3867 "rand_core 0.6.4",
 3868 "subtle",
 3869]
 3870
 3871[[package]]
 3872name = "crypto-common"
 3873version = "0.1.6"
 3874source = "registry+https://github.com/rust-lang/crates.io-index"
 3875checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3876dependencies = [
 3877 "generic-array",
 3878 "rand_core 0.6.4",
 3879 "typenum",
 3880]
 3881
 3882[[package]]
 3883name = "cssparser"
 3884version = "0.35.0"
 3885source = "registry+https://github.com/rust-lang/crates.io-index"
 3886checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3887dependencies = [
 3888 "cssparser-macros",
 3889 "dtoa-short",
 3890 "itoa",
 3891 "phf",
 3892 "smallvec",
 3893]
 3894
 3895[[package]]
 3896name = "cssparser-macros"
 3897version = "0.6.1"
 3898source = "registry+https://github.com/rust-lang/crates.io-index"
 3899checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3900dependencies = [
 3901 "quote",
 3902 "syn 2.0.101",
 3903]
 3904
 3905[[package]]
 3906name = "ctor"
 3907version = "0.4.2"
 3908source = "registry+https://github.com/rust-lang/crates.io-index"
 3909checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3910dependencies = [
 3911 "ctor-proc-macro",
 3912 "dtor",
 3913]
 3914
 3915[[package]]
 3916name = "ctor-proc-macro"
 3917version = "0.0.5"
 3918source = "registry+https://github.com/rust-lang/crates.io-index"
 3919checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3920
 3921[[package]]
 3922name = "ctrlc"
 3923version = "3.4.6"
 3924source = "registry+https://github.com/rust-lang/crates.io-index"
 3925checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3926dependencies = [
 3927 "nix 0.29.0",
 3928 "windows-sys 0.59.0",
 3929]
 3930
 3931[[package]]
 3932name = "cursor-icon"
 3933version = "1.1.0"
 3934source = "registry+https://github.com/rust-lang/crates.io-index"
 3935checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3936
 3937[[package]]
 3938name = "cxx"
 3939version = "1.0.157"
 3940source = "registry+https://github.com/rust-lang/crates.io-index"
 3941checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3942dependencies = [
 3943 "cc",
 3944 "cxxbridge-cmd",
 3945 "cxxbridge-flags",
 3946 "cxxbridge-macro",
 3947 "foldhash",
 3948 "link-cplusplus",
 3949]
 3950
 3951[[package]]
 3952name = "cxx-build"
 3953version = "1.0.157"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3956dependencies = [
 3957 "cc",
 3958 "codespan-reporting 0.12.0",
 3959 "proc-macro2",
 3960 "quote",
 3961 "scratch",
 3962 "syn 2.0.101",
 3963]
 3964
 3965[[package]]
 3966name = "cxxbridge-cmd"
 3967version = "1.0.157"
 3968source = "registry+https://github.com/rust-lang/crates.io-index"
 3969checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3970dependencies = [
 3971 "clap",
 3972 "codespan-reporting 0.12.0",
 3973 "proc-macro2",
 3974 "quote",
 3975 "syn 2.0.101",
 3976]
 3977
 3978[[package]]
 3979name = "cxxbridge-flags"
 3980version = "1.0.157"
 3981source = "registry+https://github.com/rust-lang/crates.io-index"
 3982checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3983
 3984[[package]]
 3985name = "cxxbridge-macro"
 3986version = "1.0.157"
 3987source = "registry+https://github.com/rust-lang/crates.io-index"
 3988checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3989dependencies = [
 3990 "proc-macro2",
 3991 "quote",
 3992 "rustversion",
 3993 "syn 2.0.101",
 3994]
 3995
 3996[[package]]
 3997name = "dap"
 3998version = "0.1.0"
 3999dependencies = [
 4000 "anyhow",
 4001 "async-compression",
 4002 "async-pipe",
 4003 "async-tar",
 4004 "async-trait",
 4005 "client",
 4006 "collections",
 4007 "dap-types",
 4008 "env_logger 0.11.8",
 4009 "fs",
 4010 "futures 0.3.31",
 4011 "gpui",
 4012 "http_client",
 4013 "language",
 4014 "log",
 4015 "node_runtime",
 4016 "parking_lot",
 4017 "paths",
 4018 "proto",
 4019 "schemars",
 4020 "serde",
 4021 "serde_json",
 4022 "settings",
 4023 "smallvec",
 4024 "smol",
 4025 "task",
 4026 "util",
 4027 "workspace-hack",
 4028]
 4029
 4030[[package]]
 4031name = "dap-types"
 4032version = "0.0.1"
 4033source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
 4034dependencies = [
 4035 "schemars",
 4036 "serde",
 4037 "serde_json",
 4038]
 4039
 4040[[package]]
 4041name = "dap_adapters"
 4042version = "0.1.0"
 4043dependencies = [
 4044 "anyhow",
 4045 "async-trait",
 4046 "dap",
 4047 "futures 0.3.31",
 4048 "gpui",
 4049 "language",
 4050 "paths",
 4051 "serde",
 4052 "serde_json",
 4053 "task",
 4054 "util",
 4055 "workspace-hack",
 4056]
 4057
 4058[[package]]
 4059name = "darling"
 4060version = "0.20.11"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4063dependencies = [
 4064 "darling_core",
 4065 "darling_macro",
 4066]
 4067
 4068[[package]]
 4069name = "darling_core"
 4070version = "0.20.11"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4073dependencies = [
 4074 "fnv",
 4075 "ident_case",
 4076 "proc-macro2",
 4077 "quote",
 4078 "strsim",
 4079 "syn 2.0.101",
 4080]
 4081
 4082[[package]]
 4083name = "darling_macro"
 4084version = "0.20.11"
 4085source = "registry+https://github.com/rust-lang/crates.io-index"
 4086checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4087dependencies = [
 4088 "darling_core",
 4089 "quote",
 4090 "syn 2.0.101",
 4091]
 4092
 4093[[package]]
 4094name = "dashmap"
 4095version = "5.5.3"
 4096source = "registry+https://github.com/rust-lang/crates.io-index"
 4097checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4098dependencies = [
 4099 "cfg-if",
 4100 "hashbrown 0.14.5",
 4101 "lock_api",
 4102 "once_cell",
 4103 "parking_lot_core",
 4104]
 4105
 4106[[package]]
 4107name = "dashmap"
 4108version = "6.1.0"
 4109source = "registry+https://github.com/rust-lang/crates.io-index"
 4110checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4111dependencies = [
 4112 "cfg-if",
 4113 "crossbeam-utils",
 4114 "hashbrown 0.14.5",
 4115 "lock_api",
 4116 "once_cell",
 4117 "parking_lot_core",
 4118]
 4119
 4120[[package]]
 4121name = "dasp_sample"
 4122version = "0.11.0"
 4123source = "registry+https://github.com/rust-lang/crates.io-index"
 4124checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4125
 4126[[package]]
 4127name = "data-encoding"
 4128version = "2.9.0"
 4129source = "registry+https://github.com/rust-lang/crates.io-index"
 4130checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4131
 4132[[package]]
 4133name = "data-url"
 4134version = "0.3.1"
 4135source = "registry+https://github.com/rust-lang/crates.io-index"
 4136checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4137
 4138[[package]]
 4139name = "db"
 4140version = "0.1.0"
 4141dependencies = [
 4142 "anyhow",
 4143 "gpui",
 4144 "indoc",
 4145 "log",
 4146 "paths",
 4147 "release_channel",
 4148 "smol",
 4149 "sqlez",
 4150 "sqlez_macros",
 4151 "tempfile",
 4152 "util",
 4153 "workspace-hack",
 4154]
 4155
 4156[[package]]
 4157name = "dbus"
 4158version = "0.9.7"
 4159source = "registry+https://github.com/rust-lang/crates.io-index"
 4160checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4161dependencies = [
 4162 "libc",
 4163 "libdbus-sys",
 4164 "winapi",
 4165]
 4166
 4167[[package]]
 4168name = "debug_adapter_extension"
 4169version = "0.1.0"
 4170dependencies = [
 4171 "anyhow",
 4172 "async-trait",
 4173 "dap",
 4174 "extension",
 4175 "gpui",
 4176 "workspace-hack",
 4177]
 4178
 4179[[package]]
 4180name = "debugger_tools"
 4181version = "0.1.0"
 4182dependencies = [
 4183 "anyhow",
 4184 "dap",
 4185 "editor",
 4186 "futures 0.3.31",
 4187 "gpui",
 4188 "project",
 4189 "serde_json",
 4190 "settings",
 4191 "smol",
 4192 "util",
 4193 "workspace",
 4194 "workspace-hack",
 4195]
 4196
 4197[[package]]
 4198name = "debugger_ui"
 4199version = "0.1.0"
 4200dependencies = [
 4201 "anyhow",
 4202 "client",
 4203 "collections",
 4204 "command_palette_hooks",
 4205 "dap",
 4206 "dap_adapters",
 4207 "db",
 4208 "debugger_tools",
 4209 "editor",
 4210 "env_logger 0.11.8",
 4211 "feature_flags",
 4212 "file_icons",
 4213 "futures 0.3.31",
 4214 "fuzzy",
 4215 "gpui",
 4216 "language",
 4217 "log",
 4218 "menu",
 4219 "parking_lot",
 4220 "paths",
 4221 "picker",
 4222 "pretty_assertions",
 4223 "project",
 4224 "rpc",
 4225 "serde",
 4226 "serde_json",
 4227 "settings",
 4228 "shlex",
 4229 "sysinfo",
 4230 "task",
 4231 "tasks_ui",
 4232 "terminal_view",
 4233 "theme",
 4234 "ui",
 4235 "unindent",
 4236 "util",
 4237 "workspace",
 4238 "workspace-hack",
 4239]
 4240
 4241[[package]]
 4242name = "deepseek"
 4243version = "0.1.0"
 4244dependencies = [
 4245 "anyhow",
 4246 "futures 0.3.31",
 4247 "http_client",
 4248 "schemars",
 4249 "serde",
 4250 "serde_json",
 4251 "workspace-hack",
 4252]
 4253
 4254[[package]]
 4255name = "deflate64"
 4256version = "0.1.9"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4259
 4260[[package]]
 4261name = "der"
 4262version = "0.6.1"
 4263source = "registry+https://github.com/rust-lang/crates.io-index"
 4264checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4265dependencies = [
 4266 "const-oid",
 4267 "zeroize",
 4268]
 4269
 4270[[package]]
 4271name = "der"
 4272version = "0.7.10"
 4273source = "registry+https://github.com/rust-lang/crates.io-index"
 4274checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4275dependencies = [
 4276 "const-oid",
 4277 "pem-rfc7468",
 4278 "zeroize",
 4279]
 4280
 4281[[package]]
 4282name = "deranged"
 4283version = "0.4.0"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4286dependencies = [
 4287 "powerfmt",
 4288 "serde",
 4289]
 4290
 4291[[package]]
 4292name = "derive_builder"
 4293version = "0.20.2"
 4294source = "registry+https://github.com/rust-lang/crates.io-index"
 4295checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4296dependencies = [
 4297 "derive_builder_macro",
 4298]
 4299
 4300[[package]]
 4301name = "derive_builder_core"
 4302version = "0.20.2"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4305dependencies = [
 4306 "darling",
 4307 "proc-macro2",
 4308 "quote",
 4309 "syn 2.0.101",
 4310]
 4311
 4312[[package]]
 4313name = "derive_builder_macro"
 4314version = "0.20.2"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4317dependencies = [
 4318 "derive_builder_core",
 4319 "syn 2.0.101",
 4320]
 4321
 4322[[package]]
 4323name = "derive_more"
 4324version = "0.99.19"
 4325source = "registry+https://github.com/rust-lang/crates.io-index"
 4326checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4327dependencies = [
 4328 "convert_case 0.4.0",
 4329 "proc-macro2",
 4330 "quote",
 4331 "rustc_version",
 4332 "syn 2.0.101",
 4333]
 4334
 4335[[package]]
 4336name = "derive_refineable"
 4337version = "0.1.0"
 4338dependencies = [
 4339 "proc-macro2",
 4340 "quote",
 4341 "syn 1.0.109",
 4342 "workspace-hack",
 4343]
 4344
 4345[[package]]
 4346name = "diagnostics"
 4347version = "0.1.0"
 4348dependencies = [
 4349 "anyhow",
 4350 "client",
 4351 "collections",
 4352 "component",
 4353 "ctor",
 4354 "editor",
 4355 "env_logger 0.11.8",
 4356 "futures 0.3.31",
 4357 "gpui",
 4358 "indoc",
 4359 "language",
 4360 "log",
 4361 "lsp",
 4362 "markdown",
 4363 "pretty_assertions",
 4364 "project",
 4365 "rand 0.8.5",
 4366 "serde",
 4367 "serde_json",
 4368 "settings",
 4369 "text",
 4370 "theme",
 4371 "ui",
 4372 "unindent",
 4373 "util",
 4374 "workspace",
 4375 "workspace-hack",
 4376]
 4377
 4378[[package]]
 4379name = "dialoguer"
 4380version = "0.11.0"
 4381source = "registry+https://github.com/rust-lang/crates.io-index"
 4382checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4383dependencies = [
 4384 "console",
 4385 "fuzzy-matcher",
 4386 "shell-words",
 4387 "tempfile",
 4388 "thiserror 1.0.69",
 4389 "zeroize",
 4390]
 4391
 4392[[package]]
 4393name = "diff"
 4394version = "0.1.13"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4397
 4398[[package]]
 4399name = "digest"
 4400version = "0.10.7"
 4401source = "registry+https://github.com/rust-lang/crates.io-index"
 4402checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4403dependencies = [
 4404 "block-buffer",
 4405 "const-oid",
 4406 "crypto-common",
 4407 "subtle",
 4408]
 4409
 4410[[package]]
 4411name = "dirs"
 4412version = "4.0.0"
 4413source = "registry+https://github.com/rust-lang/crates.io-index"
 4414checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4415dependencies = [
 4416 "dirs-sys 0.3.7",
 4417]
 4418
 4419[[package]]
 4420name = "dirs"
 4421version = "5.0.1"
 4422source = "registry+https://github.com/rust-lang/crates.io-index"
 4423checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4424dependencies = [
 4425 "dirs-sys 0.4.1",
 4426]
 4427
 4428[[package]]
 4429name = "dirs"
 4430version = "6.0.0"
 4431source = "registry+https://github.com/rust-lang/crates.io-index"
 4432checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4433dependencies = [
 4434 "dirs-sys 0.5.0",
 4435]
 4436
 4437[[package]]
 4438name = "dirs-sys"
 4439version = "0.3.7"
 4440source = "registry+https://github.com/rust-lang/crates.io-index"
 4441checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4442dependencies = [
 4443 "libc",
 4444 "redox_users 0.4.6",
 4445 "winapi",
 4446]
 4447
 4448[[package]]
 4449name = "dirs-sys"
 4450version = "0.4.1"
 4451source = "registry+https://github.com/rust-lang/crates.io-index"
 4452checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4453dependencies = [
 4454 "libc",
 4455 "option-ext",
 4456 "redox_users 0.4.6",
 4457 "windows-sys 0.48.0",
 4458]
 4459
 4460[[package]]
 4461name = "dirs-sys"
 4462version = "0.5.0"
 4463source = "registry+https://github.com/rust-lang/crates.io-index"
 4464checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4465dependencies = [
 4466 "libc",
 4467 "option-ext",
 4468 "redox_users 0.5.0",
 4469 "windows-sys 0.59.0",
 4470]
 4471
 4472[[package]]
 4473name = "dispatch"
 4474version = "0.2.0"
 4475source = "registry+https://github.com/rust-lang/crates.io-index"
 4476checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4477
 4478[[package]]
 4479name = "dispatch2"
 4480version = "0.3.0"
 4481source = "registry+https://github.com/rust-lang/crates.io-index"
 4482checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4483dependencies = [
 4484 "bitflags 2.9.0",
 4485 "objc2",
 4486]
 4487
 4488[[package]]
 4489name = "displaydoc"
 4490version = "0.2.5"
 4491source = "registry+https://github.com/rust-lang/crates.io-index"
 4492checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4493dependencies = [
 4494 "proc-macro2",
 4495 "quote",
 4496 "syn 2.0.101",
 4497]
 4498
 4499[[package]]
 4500name = "dlib"
 4501version = "0.5.2"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4504dependencies = [
 4505 "libloading",
 4506]
 4507
 4508[[package]]
 4509name = "docs_preprocessor"
 4510version = "0.1.0"
 4511dependencies = [
 4512 "anyhow",
 4513 "clap",
 4514 "mdbook",
 4515 "regex",
 4516 "serde",
 4517 "serde_json",
 4518 "settings",
 4519 "util",
 4520 "workspace-hack",
 4521]
 4522
 4523[[package]]
 4524name = "documented"
 4525version = "0.9.1"
 4526source = "registry+https://github.com/rust-lang/crates.io-index"
 4527checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4528dependencies = [
 4529 "documented-macros",
 4530 "phf",
 4531 "thiserror 1.0.69",
 4532]
 4533
 4534[[package]]
 4535name = "documented-macros"
 4536version = "0.9.1"
 4537source = "registry+https://github.com/rust-lang/crates.io-index"
 4538checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4539dependencies = [
 4540 "convert_case 0.6.0",
 4541 "itertools 0.13.0",
 4542 "optfield",
 4543 "proc-macro2",
 4544 "quote",
 4545 "strum 0.26.3",
 4546 "syn 2.0.101",
 4547]
 4548
 4549[[package]]
 4550name = "dotenv"
 4551version = "0.15.0"
 4552source = "registry+https://github.com/rust-lang/crates.io-index"
 4553checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4554
 4555[[package]]
 4556name = "dotenvy"
 4557version = "0.15.7"
 4558source = "registry+https://github.com/rust-lang/crates.io-index"
 4559checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4560
 4561[[package]]
 4562name = "downcast-rs"
 4563version = "1.2.1"
 4564source = "registry+https://github.com/rust-lang/crates.io-index"
 4565checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4566
 4567[[package]]
 4568name = "doxygen-rs"
 4569version = "0.4.2"
 4570source = "registry+https://github.com/rust-lang/crates.io-index"
 4571checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4572dependencies = [
 4573 "phf",
 4574]
 4575
 4576[[package]]
 4577name = "dtoa"
 4578version = "1.0.10"
 4579source = "registry+https://github.com/rust-lang/crates.io-index"
 4580checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4581
 4582[[package]]
 4583name = "dtoa-short"
 4584version = "0.3.5"
 4585source = "registry+https://github.com/rust-lang/crates.io-index"
 4586checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4587dependencies = [
 4588 "dtoa",
 4589]
 4590
 4591[[package]]
 4592name = "dtor"
 4593version = "0.0.6"
 4594source = "registry+https://github.com/rust-lang/crates.io-index"
 4595checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4596dependencies = [
 4597 "dtor-proc-macro",
 4598]
 4599
 4600[[package]]
 4601name = "dtor-proc-macro"
 4602version = "0.0.5"
 4603source = "registry+https://github.com/rust-lang/crates.io-index"
 4604checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4605
 4606[[package]]
 4607name = "dunce"
 4608version = "1.0.5"
 4609source = "registry+https://github.com/rust-lang/crates.io-index"
 4610checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4611
 4612[[package]]
 4613name = "dwrote"
 4614version = "0.11.3"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4617dependencies = [
 4618 "lazy_static",
 4619 "libc",
 4620 "winapi",
 4621 "wio",
 4622]
 4623
 4624[[package]]
 4625name = "dyn-clone"
 4626version = "1.0.19"
 4627source = "registry+https://github.com/rust-lang/crates.io-index"
 4628checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4629
 4630[[package]]
 4631name = "ec4rs"
 4632version = "1.2.0"
 4633source = "registry+https://github.com/rust-lang/crates.io-index"
 4634checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4635
 4636[[package]]
 4637name = "ecdsa"
 4638version = "0.14.8"
 4639source = "registry+https://github.com/rust-lang/crates.io-index"
 4640checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4641dependencies = [
 4642 "der 0.6.1",
 4643 "elliptic-curve",
 4644 "rfc6979",
 4645 "signature 1.6.4",
 4646]
 4647
 4648[[package]]
 4649name = "editor"
 4650version = "0.1.0"
 4651dependencies = [
 4652 "aho-corasick",
 4653 "anyhow",
 4654 "assets",
 4655 "buffer_diff",
 4656 "client",
 4657 "clock",
 4658 "collections",
 4659 "command_palette_hooks",
 4660 "convert_case 0.8.0",
 4661 "ctor",
 4662 "db",
 4663 "emojis",
 4664 "env_logger 0.11.8",
 4665 "feature_flags",
 4666 "file_icons",
 4667 "fs",
 4668 "futures 0.3.31",
 4669 "fuzzy",
 4670 "git",
 4671 "gpui",
 4672 "http_client",
 4673 "indoc",
 4674 "inline_completion",
 4675 "itertools 0.14.0",
 4676 "language",
 4677 "languages",
 4678 "linkify",
 4679 "log",
 4680 "lsp",
 4681 "markdown",
 4682 "menu",
 4683 "multi_buffer",
 4684 "ordered-float 2.10.1",
 4685 "parking_lot",
 4686 "pretty_assertions",
 4687 "project",
 4688 "rand 0.8.5",
 4689 "release_channel",
 4690 "rpc",
 4691 "schemars",
 4692 "serde",
 4693 "serde_json",
 4694 "settings",
 4695 "smallvec",
 4696 "smol",
 4697 "snippet",
 4698 "sum_tree",
 4699 "task",
 4700 "telemetry",
 4701 "tempfile",
 4702 "text",
 4703 "theme",
 4704 "time",
 4705 "tree-sitter-html",
 4706 "tree-sitter-python",
 4707 "tree-sitter-rust",
 4708 "tree-sitter-typescript",
 4709 "ui",
 4710 "unicode-script",
 4711 "unicode-segmentation",
 4712 "unindent",
 4713 "url",
 4714 "util",
 4715 "uuid",
 4716 "workspace",
 4717 "workspace-hack",
 4718 "zed_actions",
 4719]
 4720
 4721[[package]]
 4722name = "either"
 4723version = "1.15.0"
 4724source = "registry+https://github.com/rust-lang/crates.io-index"
 4725checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4726dependencies = [
 4727 "serde",
 4728]
 4729
 4730[[package]]
 4731name = "elasticlunr-rs"
 4732version = "3.0.2"
 4733source = "registry+https://github.com/rust-lang/crates.io-index"
 4734checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4735dependencies = [
 4736 "regex",
 4737 "serde",
 4738 "serde_derive",
 4739 "serde_json",
 4740]
 4741
 4742[[package]]
 4743name = "elliptic-curve"
 4744version = "0.12.3"
 4745source = "registry+https://github.com/rust-lang/crates.io-index"
 4746checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4747dependencies = [
 4748 "base16ct",
 4749 "crypto-bigint 0.4.9",
 4750 "der 0.6.1",
 4751 "digest",
 4752 "ff",
 4753 "generic-array",
 4754 "group",
 4755 "pkcs8 0.9.0",
 4756 "rand_core 0.6.4",
 4757 "sec1",
 4758 "subtle",
 4759 "zeroize",
 4760]
 4761
 4762[[package]]
 4763name = "email_address"
 4764version = "0.2.9"
 4765source = "registry+https://github.com/rust-lang/crates.io-index"
 4766checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4767dependencies = [
 4768 "serde",
 4769]
 4770
 4771[[package]]
 4772name = "embed-resource"
 4773version = "3.0.2"
 4774source = "registry+https://github.com/rust-lang/crates.io-index"
 4775checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4776dependencies = [
 4777 "cc",
 4778 "memchr",
 4779 "rustc_version",
 4780 "toml 0.8.20",
 4781 "vswhom",
 4782 "winreg 0.52.0",
 4783]
 4784
 4785[[package]]
 4786name = "embedded-io"
 4787version = "0.4.0"
 4788source = "registry+https://github.com/rust-lang/crates.io-index"
 4789checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4790
 4791[[package]]
 4792name = "embedded-io"
 4793version = "0.6.1"
 4794source = "registry+https://github.com/rust-lang/crates.io-index"
 4795checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4796
 4797[[package]]
 4798name = "emojis"
 4799version = "0.6.4"
 4800source = "registry+https://github.com/rust-lang/crates.io-index"
 4801checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4802dependencies = [
 4803 "phf",
 4804]
 4805
 4806[[package]]
 4807name = "encode_unicode"
 4808version = "1.0.0"
 4809source = "registry+https://github.com/rust-lang/crates.io-index"
 4810checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4811
 4812[[package]]
 4813name = "encoding_rs"
 4814version = "0.8.35"
 4815source = "registry+https://github.com/rust-lang/crates.io-index"
 4816checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4817dependencies = [
 4818 "cfg-if",
 4819]
 4820
 4821[[package]]
 4822name = "endi"
 4823version = "1.1.0"
 4824source = "registry+https://github.com/rust-lang/crates.io-index"
 4825checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4826
 4827[[package]]
 4828name = "enumflags2"
 4829version = "0.7.11"
 4830source = "registry+https://github.com/rust-lang/crates.io-index"
 4831checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4832dependencies = [
 4833 "enumflags2_derive",
 4834 "serde",
 4835]
 4836
 4837[[package]]
 4838name = "enumflags2_derive"
 4839version = "0.7.11"
 4840source = "registry+https://github.com/rust-lang/crates.io-index"
 4841checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4842dependencies = [
 4843 "proc-macro2",
 4844 "quote",
 4845 "syn 2.0.101",
 4846]
 4847
 4848[[package]]
 4849name = "env_filter"
 4850version = "0.1.3"
 4851source = "registry+https://github.com/rust-lang/crates.io-index"
 4852checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4853dependencies = [
 4854 "log",
 4855 "regex",
 4856]
 4857
 4858[[package]]
 4859name = "env_logger"
 4860version = "0.10.2"
 4861source = "registry+https://github.com/rust-lang/crates.io-index"
 4862checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4863dependencies = [
 4864 "humantime",
 4865 "is-terminal",
 4866 "log",
 4867 "regex",
 4868 "termcolor",
 4869]
 4870
 4871[[package]]
 4872name = "env_logger"
 4873version = "0.11.8"
 4874source = "registry+https://github.com/rust-lang/crates.io-index"
 4875checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4876dependencies = [
 4877 "anstream",
 4878 "anstyle",
 4879 "env_filter",
 4880 "jiff",
 4881 "log",
 4882]
 4883
 4884[[package]]
 4885name = "envy"
 4886version = "0.4.2"
 4887source = "registry+https://github.com/rust-lang/crates.io-index"
 4888checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4889dependencies = [
 4890 "serde",
 4891]
 4892
 4893[[package]]
 4894name = "equivalent"
 4895version = "1.0.2"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4898
 4899[[package]]
 4900name = "erased-serde"
 4901version = "0.4.6"
 4902source = "registry+https://github.com/rust-lang/crates.io-index"
 4903checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4904dependencies = [
 4905 "serde",
 4906 "typeid",
 4907]
 4908
 4909[[package]]
 4910name = "errno"
 4911version = "0.2.8"
 4912source = "registry+https://github.com/rust-lang/crates.io-index"
 4913checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4914dependencies = [
 4915 "errno-dragonfly",
 4916 "libc",
 4917 "winapi",
 4918]
 4919
 4920[[package]]
 4921name = "errno"
 4922version = "0.3.11"
 4923source = "registry+https://github.com/rust-lang/crates.io-index"
 4924checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4925dependencies = [
 4926 "libc",
 4927 "windows-sys 0.59.0",
 4928]
 4929
 4930[[package]]
 4931name = "errno-dragonfly"
 4932version = "0.1.2"
 4933source = "registry+https://github.com/rust-lang/crates.io-index"
 4934checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4935dependencies = [
 4936 "cc",
 4937 "libc",
 4938]
 4939
 4940[[package]]
 4941name = "etagere"
 4942version = "0.2.15"
 4943source = "registry+https://github.com/rust-lang/crates.io-index"
 4944checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4945dependencies = [
 4946 "euclid",
 4947 "svg_fmt",
 4948]
 4949
 4950[[package]]
 4951name = "etcetera"
 4952version = "0.8.0"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4955dependencies = [
 4956 "cfg-if",
 4957 "home",
 4958 "windows-sys 0.48.0",
 4959]
 4960
 4961[[package]]
 4962name = "euclid"
 4963version = "0.22.11"
 4964source = "registry+https://github.com/rust-lang/crates.io-index"
 4965checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4966dependencies = [
 4967 "num-traits",
 4968]
 4969
 4970[[package]]
 4971name = "eval"
 4972version = "0.1.0"
 4973dependencies = [
 4974 "agent",
 4975 "anyhow",
 4976 "assistant_settings",
 4977 "assistant_tool",
 4978 "assistant_tools",
 4979 "async-trait",
 4980 "async-watch",
 4981 "buffer_diff",
 4982 "chrono",
 4983 "clap",
 4984 "client",
 4985 "collections",
 4986 "dirs 4.0.0",
 4987 "dotenv",
 4988 "env_logger 0.11.8",
 4989 "extension",
 4990 "fs",
 4991 "futures 0.3.31",
 4992 "gpui",
 4993 "gpui_tokio",
 4994 "handlebars 4.5.0",
 4995 "language",
 4996 "language_extension",
 4997 "language_model",
 4998 "language_models",
 4999 "languages",
 5000 "markdown",
 5001 "node_runtime",
 5002 "pathdiff",
 5003 "paths",
 5004 "pretty_assertions",
 5005 "project",
 5006 "prompt_store",
 5007 "regex",
 5008 "release_channel",
 5009 "reqwest_client",
 5010 "serde",
 5011 "serde_json",
 5012 "settings",
 5013 "shellexpand 2.1.2",
 5014 "smol",
 5015 "telemetry",
 5016 "toml 0.8.20",
 5017 "unindent",
 5018 "util",
 5019 "uuid",
 5020 "workspace-hack",
 5021]
 5022
 5023[[package]]
 5024name = "event-listener"
 5025version = "2.5.3"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5028
 5029[[package]]
 5030name = "event-listener"
 5031version = "5.4.0"
 5032source = "registry+https://github.com/rust-lang/crates.io-index"
 5033checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5034dependencies = [
 5035 "concurrent-queue",
 5036 "parking",
 5037 "pin-project-lite",
 5038]
 5039
 5040[[package]]
 5041name = "event-listener-strategy"
 5042version = "0.5.4"
 5043source = "registry+https://github.com/rust-lang/crates.io-index"
 5044checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5045dependencies = [
 5046 "event-listener 5.4.0",
 5047 "pin-project-lite",
 5048]
 5049
 5050[[package]]
 5051name = "exec"
 5052version = "0.3.1"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5055dependencies = [
 5056 "errno 0.2.8",
 5057 "libc",
 5058]
 5059
 5060[[package]]
 5061name = "exr"
 5062version = "1.73.0"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5065dependencies = [
 5066 "bit_field",
 5067 "half",
 5068 "lebe",
 5069 "miniz_oxide",
 5070 "rayon-core",
 5071 "smallvec",
 5072 "zune-inflate",
 5073]
 5074
 5075[[package]]
 5076name = "extension"
 5077version = "0.1.0"
 5078dependencies = [
 5079 "anyhow",
 5080 "async-compression",
 5081 "async-tar",
 5082 "async-trait",
 5083 "collections",
 5084 "dap",
 5085 "fs",
 5086 "futures 0.3.31",
 5087 "gpui",
 5088 "heck 0.5.0",
 5089 "http_client",
 5090 "language",
 5091 "log",
 5092 "lsp",
 5093 "parking_lot",
 5094 "semantic_version",
 5095 "serde",
 5096 "serde_json",
 5097 "task",
 5098 "toml 0.8.20",
 5099 "util",
 5100 "wasi-preview1-component-adapter-provider",
 5101 "wasm-encoder 0.221.3",
 5102 "wasmparser 0.221.3",
 5103 "wit-component 0.221.3",
 5104 "workspace-hack",
 5105]
 5106
 5107[[package]]
 5108name = "extension_cli"
 5109version = "0.1.0"
 5110dependencies = [
 5111 "anyhow",
 5112 "clap",
 5113 "env_logger 0.11.8",
 5114 "extension",
 5115 "fs",
 5116 "gpui",
 5117 "language",
 5118 "log",
 5119 "reqwest_client",
 5120 "rpc",
 5121 "serde",
 5122 "serde_json",
 5123 "theme",
 5124 "tokio",
 5125 "toml 0.8.20",
 5126 "tree-sitter",
 5127 "wasmtime",
 5128 "workspace-hack",
 5129]
 5130
 5131[[package]]
 5132name = "extension_host"
 5133version = "0.1.0"
 5134dependencies = [
 5135 "anyhow",
 5136 "async-compression",
 5137 "async-tar",
 5138 "async-trait",
 5139 "client",
 5140 "collections",
 5141 "criterion",
 5142 "ctor",
 5143 "dap",
 5144 "env_logger 0.11.8",
 5145 "extension",
 5146 "fs",
 5147 "futures 0.3.31",
 5148 "gpui",
 5149 "http_client",
 5150 "language",
 5151 "language_extension",
 5152 "log",
 5153 "lsp",
 5154 "node_runtime",
 5155 "parking_lot",
 5156 "paths",
 5157 "project",
 5158 "rand 0.8.5",
 5159 "release_channel",
 5160 "remote",
 5161 "reqwest_client",
 5162 "schemars",
 5163 "semantic_version",
 5164 "serde",
 5165 "serde_json",
 5166 "serde_json_lenient",
 5167 "settings",
 5168 "task",
 5169 "telemetry",
 5170 "tempfile",
 5171 "theme",
 5172 "theme_extension",
 5173 "toml 0.8.20",
 5174 "url",
 5175 "util",
 5176 "wasmparser 0.221.3",
 5177 "wasmtime",
 5178 "wasmtime-wasi",
 5179 "workspace-hack",
 5180]
 5181
 5182[[package]]
 5183name = "extensions_ui"
 5184version = "0.1.0"
 5185dependencies = [
 5186 "anyhow",
 5187 "client",
 5188 "collections",
 5189 "db",
 5190 "editor",
 5191 "extension",
 5192 "extension_host",
 5193 "fs",
 5194 "fuzzy",
 5195 "gpui",
 5196 "language",
 5197 "log",
 5198 "num-format",
 5199 "picker",
 5200 "project",
 5201 "release_channel",
 5202 "semantic_version",
 5203 "serde",
 5204 "settings",
 5205 "smallvec",
 5206 "strum 0.27.1",
 5207 "telemetry",
 5208 "theme",
 5209 "ui",
 5210 "util",
 5211 "vim_mode_setting",
 5212 "workspace",
 5213 "workspace-hack",
 5214 "zed_actions",
 5215]
 5216
 5217[[package]]
 5218name = "fallible-iterator"
 5219version = "0.3.0"
 5220source = "registry+https://github.com/rust-lang/crates.io-index"
 5221checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5222
 5223[[package]]
 5224name = "fancy-regex"
 5225version = "0.13.0"
 5226source = "registry+https://github.com/rust-lang/crates.io-index"
 5227checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5228dependencies = [
 5229 "bit-set 0.5.3",
 5230 "regex-automata 0.4.9",
 5231 "regex-syntax 0.8.5",
 5232]
 5233
 5234[[package]]
 5235name = "fancy-regex"
 5236version = "0.14.0"
 5237source = "registry+https://github.com/rust-lang/crates.io-index"
 5238checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5239dependencies = [
 5240 "bit-set 0.8.0",
 5241 "regex-automata 0.4.9",
 5242 "regex-syntax 0.8.5",
 5243]
 5244
 5245[[package]]
 5246name = "fast-srgb8"
 5247version = "1.0.0"
 5248source = "registry+https://github.com/rust-lang/crates.io-index"
 5249checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5250
 5251[[package]]
 5252name = "faster-hex"
 5253version = "0.9.0"
 5254source = "registry+https://github.com/rust-lang/crates.io-index"
 5255checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5256dependencies = [
 5257 "serde",
 5258]
 5259
 5260[[package]]
 5261name = "faster-hex"
 5262version = "0.10.0"
 5263source = "registry+https://github.com/rust-lang/crates.io-index"
 5264checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5265dependencies = [
 5266 "heapless",
 5267 "serde",
 5268]
 5269
 5270[[package]]
 5271name = "fastrand"
 5272version = "1.9.0"
 5273source = "registry+https://github.com/rust-lang/crates.io-index"
 5274checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5275dependencies = [
 5276 "instant",
 5277]
 5278
 5279[[package]]
 5280name = "fastrand"
 5281version = "2.3.0"
 5282source = "registry+https://github.com/rust-lang/crates.io-index"
 5283checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5284
 5285[[package]]
 5286name = "fd-lock"
 5287version = "4.0.4"
 5288source = "registry+https://github.com/rust-lang/crates.io-index"
 5289checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5290dependencies = [
 5291 "cfg-if",
 5292 "rustix 1.0.7",
 5293 "windows-sys 0.59.0",
 5294]
 5295
 5296[[package]]
 5297name = "fdeflate"
 5298version = "0.3.7"
 5299source = "registry+https://github.com/rust-lang/crates.io-index"
 5300checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5301dependencies = [
 5302 "simd-adler32",
 5303]
 5304
 5305[[package]]
 5306name = "feature_flags"
 5307version = "0.1.0"
 5308dependencies = [
 5309 "futures 0.3.31",
 5310 "gpui",
 5311 "smol",
 5312 "workspace-hack",
 5313]
 5314
 5315[[package]]
 5316name = "feedback"
 5317version = "0.1.0"
 5318dependencies = [
 5319 "client",
 5320 "editor",
 5321 "gpui",
 5322 "human_bytes",
 5323 "menu",
 5324 "release_channel",
 5325 "serde",
 5326 "sysinfo",
 5327 "ui",
 5328 "urlencoding",
 5329 "util",
 5330 "workspace",
 5331 "workspace-hack",
 5332 "zed_actions",
 5333]
 5334
 5335[[package]]
 5336name = "ff"
 5337version = "0.12.1"
 5338source = "registry+https://github.com/rust-lang/crates.io-index"
 5339checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5340dependencies = [
 5341 "rand_core 0.6.4",
 5342 "subtle",
 5343]
 5344
 5345[[package]]
 5346name = "file_finder"
 5347version = "0.1.0"
 5348dependencies = [
 5349 "anyhow",
 5350 "collections",
 5351 "ctor",
 5352 "editor",
 5353 "env_logger 0.11.8",
 5354 "file_icons",
 5355 "futures 0.3.31",
 5356 "fuzzy",
 5357 "gpui",
 5358 "language",
 5359 "menu",
 5360 "picker",
 5361 "project",
 5362 "schemars",
 5363 "serde",
 5364 "serde_derive",
 5365 "serde_json",
 5366 "settings",
 5367 "text",
 5368 "theme",
 5369 "ui",
 5370 "util",
 5371 "workspace",
 5372 "workspace-hack",
 5373]
 5374
 5375[[package]]
 5376name = "file_icons"
 5377version = "0.1.0"
 5378dependencies = [
 5379 "gpui",
 5380 "serde",
 5381 "settings",
 5382 "theme",
 5383 "util",
 5384 "workspace-hack",
 5385]
 5386
 5387[[package]]
 5388name = "filedescriptor"
 5389version = "0.8.3"
 5390source = "registry+https://github.com/rust-lang/crates.io-index"
 5391checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5392dependencies = [
 5393 "libc",
 5394 "thiserror 1.0.69",
 5395 "winapi",
 5396]
 5397
 5398[[package]]
 5399name = "filetime"
 5400version = "0.2.25"
 5401source = "registry+https://github.com/rust-lang/crates.io-index"
 5402checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5403dependencies = [
 5404 "cfg-if",
 5405 "libc",
 5406 "libredox",
 5407 "windows-sys 0.59.0",
 5408]
 5409
 5410[[package]]
 5411name = "fixedbitset"
 5412version = "0.4.2"
 5413source = "registry+https://github.com/rust-lang/crates.io-index"
 5414checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5415
 5416[[package]]
 5417name = "flate2"
 5418version = "1.1.1"
 5419source = "registry+https://github.com/rust-lang/crates.io-index"
 5420checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5421dependencies = [
 5422 "crc32fast",
 5423 "libz-rs-sys",
 5424 "miniz_oxide",
 5425]
 5426
 5427[[package]]
 5428name = "float-cmp"
 5429version = "0.9.0"
 5430source = "registry+https://github.com/rust-lang/crates.io-index"
 5431checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5432
 5433[[package]]
 5434name = "float-ord"
 5435version = "0.3.2"
 5436source = "registry+https://github.com/rust-lang/crates.io-index"
 5437checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5438
 5439[[package]]
 5440name = "float_next_after"
 5441version = "1.0.0"
 5442source = "registry+https://github.com/rust-lang/crates.io-index"
 5443checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5444
 5445[[package]]
 5446name = "fluent-uri"
 5447version = "0.3.2"
 5448source = "registry+https://github.com/rust-lang/crates.io-index"
 5449checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5450dependencies = [
 5451 "borrow-or-share",
 5452 "ref-cast",
 5453 "serde",
 5454]
 5455
 5456[[package]]
 5457name = "flume"
 5458version = "0.11.1"
 5459source = "registry+https://github.com/rust-lang/crates.io-index"
 5460checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5461dependencies = [
 5462 "futures-core",
 5463 "futures-sink",
 5464 "nanorand",
 5465 "spin",
 5466]
 5467
 5468[[package]]
 5469name = "fnv"
 5470version = "1.0.7"
 5471source = "registry+https://github.com/rust-lang/crates.io-index"
 5472checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5473
 5474[[package]]
 5475name = "foldhash"
 5476version = "0.1.5"
 5477source = "registry+https://github.com/rust-lang/crates.io-index"
 5478checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5479
 5480[[package]]
 5481name = "font-kit"
 5482version = "0.14.1"
 5483source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5484dependencies = [
 5485 "bitflags 2.9.0",
 5486 "byteorder",
 5487 "core-foundation 0.10.0",
 5488 "core-graphics 0.24.0",
 5489 "core-text",
 5490 "dirs 5.0.1",
 5491 "dwrote",
 5492 "float-ord",
 5493 "freetype-sys",
 5494 "lazy_static",
 5495 "libc",
 5496 "log",
 5497 "pathfinder_geometry",
 5498 "pathfinder_simd",
 5499 "walkdir",
 5500 "winapi",
 5501 "yeslogic-fontconfig-sys",
 5502]
 5503
 5504[[package]]
 5505name = "font-types"
 5506version = "0.8.4"
 5507source = "registry+https://github.com/rust-lang/crates.io-index"
 5508checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5509dependencies = [
 5510 "bytemuck",
 5511]
 5512
 5513[[package]]
 5514name = "fontconfig-parser"
 5515version = "0.5.7"
 5516source = "registry+https://github.com/rust-lang/crates.io-index"
 5517checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5518dependencies = [
 5519 "roxmltree",
 5520]
 5521
 5522[[package]]
 5523name = "fontdb"
 5524version = "0.16.2"
 5525source = "registry+https://github.com/rust-lang/crates.io-index"
 5526checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5527dependencies = [
 5528 "fontconfig-parser",
 5529 "log",
 5530 "memmap2",
 5531 "slotmap",
 5532 "tinyvec",
 5533 "ttf-parser 0.20.0",
 5534]
 5535
 5536[[package]]
 5537name = "fontdb"
 5538version = "0.23.0"
 5539source = "registry+https://github.com/rust-lang/crates.io-index"
 5540checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5541dependencies = [
 5542 "fontconfig-parser",
 5543 "log",
 5544 "memmap2",
 5545 "slotmap",
 5546 "tinyvec",
 5547 "ttf-parser 0.25.1",
 5548]
 5549
 5550[[package]]
 5551name = "foreign-types"
 5552version = "0.3.2"
 5553source = "registry+https://github.com/rust-lang/crates.io-index"
 5554checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5555dependencies = [
 5556 "foreign-types-shared 0.1.1",
 5557]
 5558
 5559[[package]]
 5560name = "foreign-types"
 5561version = "0.5.0"
 5562source = "registry+https://github.com/rust-lang/crates.io-index"
 5563checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5564dependencies = [
 5565 "foreign-types-macros",
 5566 "foreign-types-shared 0.3.1",
 5567]
 5568
 5569[[package]]
 5570name = "foreign-types-macros"
 5571version = "0.2.3"
 5572source = "registry+https://github.com/rust-lang/crates.io-index"
 5573checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5574dependencies = [
 5575 "proc-macro2",
 5576 "quote",
 5577 "syn 2.0.101",
 5578]
 5579
 5580[[package]]
 5581name = "foreign-types-shared"
 5582version = "0.1.1"
 5583source = "registry+https://github.com/rust-lang/crates.io-index"
 5584checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5585
 5586[[package]]
 5587name = "foreign-types-shared"
 5588version = "0.3.1"
 5589source = "registry+https://github.com/rust-lang/crates.io-index"
 5590checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5591
 5592[[package]]
 5593name = "fork"
 5594version = "0.2.0"
 5595source = "registry+https://github.com/rust-lang/crates.io-index"
 5596checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5597dependencies = [
 5598 "libc",
 5599]
 5600
 5601[[package]]
 5602name = "form_urlencoded"
 5603version = "1.2.1"
 5604source = "registry+https://github.com/rust-lang/crates.io-index"
 5605checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5606dependencies = [
 5607 "percent-encoding",
 5608]
 5609
 5610[[package]]
 5611name = "fraction"
 5612version = "0.15.3"
 5613source = "registry+https://github.com/rust-lang/crates.io-index"
 5614checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5615dependencies = [
 5616 "lazy_static",
 5617 "num",
 5618]
 5619
 5620[[package]]
 5621name = "freetype-sys"
 5622version = "0.20.1"
 5623source = "registry+https://github.com/rust-lang/crates.io-index"
 5624checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5625dependencies = [
 5626 "cc",
 5627 "libc",
 5628 "pkg-config",
 5629]
 5630
 5631[[package]]
 5632name = "fs"
 5633version = "0.1.0"
 5634dependencies = [
 5635 "anyhow",
 5636 "ashpd",
 5637 "async-tar",
 5638 "async-trait",
 5639 "cocoa 0.26.0",
 5640 "collections",
 5641 "fsevent",
 5642 "futures 0.3.31",
 5643 "git",
 5644 "gpui",
 5645 "ignore",
 5646 "libc",
 5647 "log",
 5648 "notify",
 5649 "objc",
 5650 "parking_lot",
 5651 "paths",
 5652 "proto",
 5653 "rope",
 5654 "serde",
 5655 "serde_json",
 5656 "smol",
 5657 "tempfile",
 5658 "text",
 5659 "time",
 5660 "util",
 5661 "windows 0.61.1",
 5662 "workspace-hack",
 5663]
 5664
 5665[[package]]
 5666name = "fs-set-times"
 5667version = "0.20.3"
 5668source = "registry+https://github.com/rust-lang/crates.io-index"
 5669checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5670dependencies = [
 5671 "io-lifetimes",
 5672 "rustix 1.0.7",
 5673 "windows-sys 0.59.0",
 5674]
 5675
 5676[[package]]
 5677name = "fs2"
 5678version = "0.4.3"
 5679source = "registry+https://github.com/rust-lang/crates.io-index"
 5680checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5681dependencies = [
 5682 "libc",
 5683 "winapi",
 5684]
 5685
 5686[[package]]
 5687name = "fs_extra"
 5688version = "1.3.0"
 5689source = "registry+https://github.com/rust-lang/crates.io-index"
 5690checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5691
 5692[[package]]
 5693name = "fsevent"
 5694version = "0.1.0"
 5695dependencies = [
 5696 "bitflags 2.9.0",
 5697 "core-foundation 0.10.0",
 5698 "fsevent-sys 3.1.0",
 5699 "parking_lot",
 5700 "tempfile",
 5701 "workspace-hack",
 5702]
 5703
 5704[[package]]
 5705name = "fsevent-sys"
 5706version = "3.1.0"
 5707source = "registry+https://github.com/rust-lang/crates.io-index"
 5708checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5709dependencies = [
 5710 "libc",
 5711]
 5712
 5713[[package]]
 5714name = "fsevent-sys"
 5715version = "4.1.0"
 5716source = "registry+https://github.com/rust-lang/crates.io-index"
 5717checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5718dependencies = [
 5719 "libc",
 5720]
 5721
 5722[[package]]
 5723name = "funty"
 5724version = "2.0.0"
 5725source = "registry+https://github.com/rust-lang/crates.io-index"
 5726checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5727
 5728[[package]]
 5729name = "futf"
 5730version = "0.1.5"
 5731source = "registry+https://github.com/rust-lang/crates.io-index"
 5732checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5733dependencies = [
 5734 "mac",
 5735 "new_debug_unreachable",
 5736]
 5737
 5738[[package]]
 5739name = "futures"
 5740version = "0.1.31"
 5741source = "registry+https://github.com/rust-lang/crates.io-index"
 5742checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5743
 5744[[package]]
 5745name = "futures"
 5746version = "0.3.31"
 5747source = "registry+https://github.com/rust-lang/crates.io-index"
 5748checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5749dependencies = [
 5750 "futures-channel",
 5751 "futures-core",
 5752 "futures-executor",
 5753 "futures-io",
 5754 "futures-sink",
 5755 "futures-task",
 5756 "futures-util",
 5757]
 5758
 5759[[package]]
 5760name = "futures-batch"
 5761version = "0.6.1"
 5762source = "registry+https://github.com/rust-lang/crates.io-index"
 5763checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5764dependencies = [
 5765 "futures 0.3.31",
 5766 "futures-timer",
 5767 "pin-utils",
 5768]
 5769
 5770[[package]]
 5771name = "futures-channel"
 5772version = "0.3.31"
 5773source = "registry+https://github.com/rust-lang/crates.io-index"
 5774checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5775dependencies = [
 5776 "futures-core",
 5777 "futures-sink",
 5778]
 5779
 5780[[package]]
 5781name = "futures-core"
 5782version = "0.3.31"
 5783source = "registry+https://github.com/rust-lang/crates.io-index"
 5784checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5785
 5786[[package]]
 5787name = "futures-executor"
 5788version = "0.3.31"
 5789source = "registry+https://github.com/rust-lang/crates.io-index"
 5790checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5791dependencies = [
 5792 "futures-core",
 5793 "futures-task",
 5794 "futures-util",
 5795]
 5796
 5797[[package]]
 5798name = "futures-intrusive"
 5799version = "0.5.0"
 5800source = "registry+https://github.com/rust-lang/crates.io-index"
 5801checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5802dependencies = [
 5803 "futures-core",
 5804 "lock_api",
 5805 "parking_lot",
 5806]
 5807
 5808[[package]]
 5809name = "futures-io"
 5810version = "0.3.31"
 5811source = "registry+https://github.com/rust-lang/crates.io-index"
 5812checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5813
 5814[[package]]
 5815name = "futures-lite"
 5816version = "1.13.0"
 5817source = "registry+https://github.com/rust-lang/crates.io-index"
 5818checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5819dependencies = [
 5820 "fastrand 1.9.0",
 5821 "futures-core",
 5822 "futures-io",
 5823 "memchr",
 5824 "parking",
 5825 "pin-project-lite",
 5826 "waker-fn",
 5827]
 5828
 5829[[package]]
 5830name = "futures-lite"
 5831version = "2.6.0"
 5832source = "registry+https://github.com/rust-lang/crates.io-index"
 5833checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5834dependencies = [
 5835 "fastrand 2.3.0",
 5836 "futures-core",
 5837 "futures-io",
 5838 "parking",
 5839 "pin-project-lite",
 5840]
 5841
 5842[[package]]
 5843name = "futures-macro"
 5844version = "0.3.31"
 5845source = "registry+https://github.com/rust-lang/crates.io-index"
 5846checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5847dependencies = [
 5848 "proc-macro2",
 5849 "quote",
 5850 "syn 2.0.101",
 5851]
 5852
 5853[[package]]
 5854name = "futures-sink"
 5855version = "0.3.31"
 5856source = "registry+https://github.com/rust-lang/crates.io-index"
 5857checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5858
 5859[[package]]
 5860name = "futures-task"
 5861version = "0.3.31"
 5862source = "registry+https://github.com/rust-lang/crates.io-index"
 5863checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5864
 5865[[package]]
 5866name = "futures-timer"
 5867version = "3.0.3"
 5868source = "registry+https://github.com/rust-lang/crates.io-index"
 5869checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5870
 5871[[package]]
 5872name = "futures-util"
 5873version = "0.3.31"
 5874source = "registry+https://github.com/rust-lang/crates.io-index"
 5875checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5876dependencies = [
 5877 "futures 0.1.31",
 5878 "futures-channel",
 5879 "futures-core",
 5880 "futures-io",
 5881 "futures-macro",
 5882 "futures-sink",
 5883 "futures-task",
 5884 "memchr",
 5885 "pin-project-lite",
 5886 "pin-utils",
 5887 "slab",
 5888 "tokio-io",
 5889]
 5890
 5891[[package]]
 5892name = "fuzzy"
 5893version = "0.1.0"
 5894dependencies = [
 5895 "gpui",
 5896 "log",
 5897 "util",
 5898 "workspace-hack",
 5899]
 5900
 5901[[package]]
 5902name = "fuzzy-matcher"
 5903version = "0.3.7"
 5904source = "registry+https://github.com/rust-lang/crates.io-index"
 5905checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5906dependencies = [
 5907 "thread_local",
 5908]
 5909
 5910[[package]]
 5911name = "generic-array"
 5912version = "0.14.7"
 5913source = "registry+https://github.com/rust-lang/crates.io-index"
 5914checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5915dependencies = [
 5916 "typenum",
 5917 "version_check",
 5918]
 5919
 5920[[package]]
 5921name = "gethostname"
 5922version = "0.4.3"
 5923source = "registry+https://github.com/rust-lang/crates.io-index"
 5924checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5925dependencies = [
 5926 "libc",
 5927 "windows-targets 0.48.5",
 5928]
 5929
 5930[[package]]
 5931name = "getrandom"
 5932version = "0.1.16"
 5933source = "registry+https://github.com/rust-lang/crates.io-index"
 5934checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5935dependencies = [
 5936 "cfg-if",
 5937 "libc",
 5938 "wasi 0.9.0+wasi-snapshot-preview1",
 5939]
 5940
 5941[[package]]
 5942name = "getrandom"
 5943version = "0.2.15"
 5944source = "registry+https://github.com/rust-lang/crates.io-index"
 5945checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5946dependencies = [
 5947 "cfg-if",
 5948 "js-sys",
 5949 "libc",
 5950 "wasi 0.11.0+wasi-snapshot-preview1",
 5951 "wasm-bindgen",
 5952]
 5953
 5954[[package]]
 5955name = "getrandom"
 5956version = "0.3.2"
 5957source = "registry+https://github.com/rust-lang/crates.io-index"
 5958checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5959dependencies = [
 5960 "cfg-if",
 5961 "js-sys",
 5962 "libc",
 5963 "r-efi",
 5964 "wasi 0.14.2+wasi-0.2.4",
 5965 "wasm-bindgen",
 5966]
 5967
 5968[[package]]
 5969name = "gif"
 5970version = "0.13.1"
 5971source = "registry+https://github.com/rust-lang/crates.io-index"
 5972checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5973dependencies = [
 5974 "color_quant",
 5975 "weezl",
 5976]
 5977
 5978[[package]]
 5979name = "gimli"
 5980version = "0.31.1"
 5981source = "registry+https://github.com/rust-lang/crates.io-index"
 5982checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5983dependencies = [
 5984 "fallible-iterator",
 5985 "indexmap",
 5986 "stable_deref_trait",
 5987]
 5988
 5989[[package]]
 5990name = "git"
 5991version = "0.1.0"
 5992dependencies = [
 5993 "anyhow",
 5994 "askpass",
 5995 "async-trait",
 5996 "collections",
 5997 "derive_more",
 5998 "futures 0.3.31",
 5999 "git2",
 6000 "gpui",
 6001 "http_client",
 6002 "log",
 6003 "parking_lot",
 6004 "pretty_assertions",
 6005 "regex",
 6006 "rope",
 6007 "schemars",
 6008 "serde",
 6009 "serde_json",
 6010 "smol",
 6011 "sum_tree",
 6012 "tempfile",
 6013 "text",
 6014 "thiserror 2.0.12",
 6015 "time",
 6016 "unindent",
 6017 "url",
 6018 "util",
 6019 "uuid",
 6020 "workspace-hack",
 6021]
 6022
 6023[[package]]
 6024name = "git2"
 6025version = "0.20.1"
 6026source = "registry+https://github.com/rust-lang/crates.io-index"
 6027checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6028dependencies = [
 6029 "bitflags 2.9.0",
 6030 "libc",
 6031 "libgit2-sys",
 6032 "log",
 6033 "url",
 6034]
 6035
 6036[[package]]
 6037name = "git_hosting_providers"
 6038version = "0.1.0"
 6039dependencies = [
 6040 "anyhow",
 6041 "async-trait",
 6042 "futures 0.3.31",
 6043 "git",
 6044 "gpui",
 6045 "http_client",
 6046 "indoc",
 6047 "pretty_assertions",
 6048 "regex",
 6049 "schemars",
 6050 "serde",
 6051 "serde_json",
 6052 "settings",
 6053 "url",
 6054 "util",
 6055 "workspace-hack",
 6056]
 6057
 6058[[package]]
 6059name = "git_ui"
 6060version = "0.1.0"
 6061dependencies = [
 6062 "anyhow",
 6063 "askpass",
 6064 "assistant_settings",
 6065 "buffer_diff",
 6066 "chrono",
 6067 "collections",
 6068 "command_palette_hooks",
 6069 "component",
 6070 "ctor",
 6071 "db",
 6072 "editor",
 6073 "env_logger 0.11.8",
 6074 "futures 0.3.31",
 6075 "fuzzy",
 6076 "git",
 6077 "gpui",
 6078 "itertools 0.14.0",
 6079 "language",
 6080 "language_model",
 6081 "linkify",
 6082 "log",
 6083 "markdown",
 6084 "menu",
 6085 "multi_buffer",
 6086 "notifications",
 6087 "panel",
 6088 "picker",
 6089 "postage",
 6090 "pretty_assertions",
 6091 "project",
 6092 "schemars",
 6093 "serde",
 6094 "serde_derive",
 6095 "serde_json",
 6096 "settings",
 6097 "strum 0.27.1",
 6098 "telemetry",
 6099 "theme",
 6100 "time",
 6101 "time_format",
 6102 "ui",
 6103 "unindent",
 6104 "util",
 6105 "windows 0.61.1",
 6106 "workspace",
 6107 "workspace-hack",
 6108 "zed_actions",
 6109]
 6110
 6111[[package]]
 6112name = "gix"
 6113version = "0.71.0"
 6114source = "registry+https://github.com/rust-lang/crates.io-index"
 6115checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6116dependencies = [
 6117 "gix-actor",
 6118 "gix-attributes",
 6119 "gix-command",
 6120 "gix-commitgraph",
 6121 "gix-config",
 6122 "gix-date",
 6123 "gix-diff",
 6124 "gix-discover",
 6125 "gix-features 0.41.1",
 6126 "gix-filter",
 6127 "gix-fs 0.14.0",
 6128 "gix-glob",
 6129 "gix-hash 0.17.0",
 6130 "gix-hashtable",
 6131 "gix-ignore",
 6132 "gix-index",
 6133 "gix-lock",
 6134 "gix-object",
 6135 "gix-odb",
 6136 "gix-pack",
 6137 "gix-path",
 6138 "gix-pathspec",
 6139 "gix-protocol",
 6140 "gix-ref",
 6141 "gix-refspec",
 6142 "gix-revision",
 6143 "gix-revwalk",
 6144 "gix-sec",
 6145 "gix-shallow",
 6146 "gix-submodule",
 6147 "gix-tempfile",
 6148 "gix-trace",
 6149 "gix-traverse",
 6150 "gix-url",
 6151 "gix-utils 0.2.0",
 6152 "gix-validate 0.9.4",
 6153 "gix-worktree",
 6154 "once_cell",
 6155 "smallvec",
 6156 "thiserror 2.0.12",
 6157]
 6158
 6159[[package]]
 6160name = "gix-actor"
 6161version = "0.34.0"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6164dependencies = [
 6165 "bstr",
 6166 "gix-date",
 6167 "gix-utils 0.2.0",
 6168 "itoa",
 6169 "thiserror 2.0.12",
 6170 "winnow",
 6171]
 6172
 6173[[package]]
 6174name = "gix-attributes"
 6175version = "0.25.0"
 6176source = "registry+https://github.com/rust-lang/crates.io-index"
 6177checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6178dependencies = [
 6179 "bstr",
 6180 "gix-glob",
 6181 "gix-path",
 6182 "gix-quote",
 6183 "gix-trace",
 6184 "kstring",
 6185 "smallvec",
 6186 "thiserror 2.0.12",
 6187 "unicode-bom",
 6188]
 6189
 6190[[package]]
 6191name = "gix-bitmap"
 6192version = "0.2.14"
 6193source = "registry+https://github.com/rust-lang/crates.io-index"
 6194checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6195dependencies = [
 6196 "thiserror 2.0.12",
 6197]
 6198
 6199[[package]]
 6200name = "gix-chunk"
 6201version = "0.4.11"
 6202source = "registry+https://github.com/rust-lang/crates.io-index"
 6203checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6204dependencies = [
 6205 "thiserror 2.0.12",
 6206]
 6207
 6208[[package]]
 6209name = "gix-command"
 6210version = "0.5.0"
 6211source = "registry+https://github.com/rust-lang/crates.io-index"
 6212checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6213dependencies = [
 6214 "bstr",
 6215 "gix-path",
 6216 "gix-quote",
 6217 "gix-trace",
 6218 "shell-words",
 6219]
 6220
 6221[[package]]
 6222name = "gix-commitgraph"
 6223version = "0.27.0"
 6224source = "registry+https://github.com/rust-lang/crates.io-index"
 6225checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6226dependencies = [
 6227 "bstr",
 6228 "gix-chunk",
 6229 "gix-hash 0.17.0",
 6230 "memmap2",
 6231 "thiserror 2.0.12",
 6232]
 6233
 6234[[package]]
 6235name = "gix-config"
 6236version = "0.44.0"
 6237source = "registry+https://github.com/rust-lang/crates.io-index"
 6238checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6239dependencies = [
 6240 "bstr",
 6241 "gix-config-value",
 6242 "gix-features 0.41.1",
 6243 "gix-glob",
 6244 "gix-path",
 6245 "gix-ref",
 6246 "gix-sec",
 6247 "memchr",
 6248 "once_cell",
 6249 "smallvec",
 6250 "thiserror 2.0.12",
 6251 "unicode-bom",
 6252 "winnow",
 6253]
 6254
 6255[[package]]
 6256name = "gix-config-value"
 6257version = "0.14.12"
 6258source = "registry+https://github.com/rust-lang/crates.io-index"
 6259checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6260dependencies = [
 6261 "bitflags 2.9.0",
 6262 "bstr",
 6263 "gix-path",
 6264 "libc",
 6265 "thiserror 2.0.12",
 6266]
 6267
 6268[[package]]
 6269name = "gix-date"
 6270version = "0.9.4"
 6271source = "registry+https://github.com/rust-lang/crates.io-index"
 6272checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6273dependencies = [
 6274 "bstr",
 6275 "itoa",
 6276 "jiff",
 6277 "thiserror 2.0.12",
 6278]
 6279
 6280[[package]]
 6281name = "gix-diff"
 6282version = "0.51.0"
 6283source = "registry+https://github.com/rust-lang/crates.io-index"
 6284checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6285dependencies = [
 6286 "bstr",
 6287 "gix-command",
 6288 "gix-filter",
 6289 "gix-fs 0.14.0",
 6290 "gix-hash 0.17.0",
 6291 "gix-object",
 6292 "gix-path",
 6293 "gix-tempfile",
 6294 "gix-trace",
 6295 "gix-traverse",
 6296 "gix-worktree",
 6297 "imara-diff",
 6298 "thiserror 2.0.12",
 6299]
 6300
 6301[[package]]
 6302name = "gix-discover"
 6303version = "0.39.0"
 6304source = "registry+https://github.com/rust-lang/crates.io-index"
 6305checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6306dependencies = [
 6307 "bstr",
 6308 "dunce",
 6309 "gix-fs 0.14.0",
 6310 "gix-hash 0.17.0",
 6311 "gix-path",
 6312 "gix-ref",
 6313 "gix-sec",
 6314 "thiserror 2.0.12",
 6315]
 6316
 6317[[package]]
 6318name = "gix-features"
 6319version = "0.41.1"
 6320source = "registry+https://github.com/rust-lang/crates.io-index"
 6321checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6322dependencies = [
 6323 "crc32fast",
 6324 "crossbeam-channel",
 6325 "flate2",
 6326 "gix-path",
 6327 "gix-trace",
 6328 "gix-utils 0.2.0",
 6329 "libc",
 6330 "once_cell",
 6331 "parking_lot",
 6332 "prodash",
 6333 "thiserror 2.0.12",
 6334 "walkdir",
 6335]
 6336
 6337[[package]]
 6338name = "gix-features"
 6339version = "0.42.1"
 6340source = "registry+https://github.com/rust-lang/crates.io-index"
 6341checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6342dependencies = [
 6343 "gix-trace",
 6344 "gix-utils 0.3.0",
 6345 "libc",
 6346 "prodash",
 6347]
 6348
 6349[[package]]
 6350name = "gix-filter"
 6351version = "0.18.0"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6354dependencies = [
 6355 "bstr",
 6356 "encoding_rs",
 6357 "gix-attributes",
 6358 "gix-command",
 6359 "gix-hash 0.17.0",
 6360 "gix-object",
 6361 "gix-packetline-blocking",
 6362 "gix-path",
 6363 "gix-quote",
 6364 "gix-trace",
 6365 "gix-utils 0.2.0",
 6366 "smallvec",
 6367 "thiserror 2.0.12",
 6368]
 6369
 6370[[package]]
 6371name = "gix-fs"
 6372version = "0.14.0"
 6373source = "registry+https://github.com/rust-lang/crates.io-index"
 6374checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6375dependencies = [
 6376 "bstr",
 6377 "fastrand 2.3.0",
 6378 "gix-features 0.41.1",
 6379 "gix-path",
 6380 "gix-utils 0.2.0",
 6381 "thiserror 2.0.12",
 6382]
 6383
 6384[[package]]
 6385name = "gix-fs"
 6386version = "0.15.0"
 6387source = "registry+https://github.com/rust-lang/crates.io-index"
 6388checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6389dependencies = [
 6390 "bstr",
 6391 "fastrand 2.3.0",
 6392 "gix-features 0.42.1",
 6393 "gix-path",
 6394 "gix-utils 0.3.0",
 6395 "thiserror 2.0.12",
 6396]
 6397
 6398[[package]]
 6399name = "gix-glob"
 6400version = "0.19.0"
 6401source = "registry+https://github.com/rust-lang/crates.io-index"
 6402checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6403dependencies = [
 6404 "bitflags 2.9.0",
 6405 "bstr",
 6406 "gix-features 0.41.1",
 6407 "gix-path",
 6408]
 6409
 6410[[package]]
 6411name = "gix-hash"
 6412version = "0.17.0"
 6413source = "registry+https://github.com/rust-lang/crates.io-index"
 6414checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6415dependencies = [
 6416 "faster-hex 0.9.0",
 6417 "gix-features 0.41.1",
 6418 "sha1-checked",
 6419 "thiserror 2.0.12",
 6420]
 6421
 6422[[package]]
 6423name = "gix-hash"
 6424version = "0.18.0"
 6425source = "registry+https://github.com/rust-lang/crates.io-index"
 6426checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6427dependencies = [
 6428 "faster-hex 0.10.0",
 6429 "gix-features 0.42.1",
 6430 "sha1-checked",
 6431 "thiserror 2.0.12",
 6432]
 6433
 6434[[package]]
 6435name = "gix-hashtable"
 6436version = "0.8.1"
 6437source = "registry+https://github.com/rust-lang/crates.io-index"
 6438checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6439dependencies = [
 6440 "gix-hash 0.18.0",
 6441 "hashbrown 0.14.5",
 6442 "parking_lot",
 6443]
 6444
 6445[[package]]
 6446name = "gix-ignore"
 6447version = "0.14.0"
 6448source = "registry+https://github.com/rust-lang/crates.io-index"
 6449checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6450dependencies = [
 6451 "bstr",
 6452 "gix-glob",
 6453 "gix-path",
 6454 "gix-trace",
 6455 "unicode-bom",
 6456]
 6457
 6458[[package]]
 6459name = "gix-index"
 6460version = "0.39.0"
 6461source = "registry+https://github.com/rust-lang/crates.io-index"
 6462checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6463dependencies = [
 6464 "bitflags 2.9.0",
 6465 "bstr",
 6466 "filetime",
 6467 "fnv",
 6468 "gix-bitmap",
 6469 "gix-features 0.41.1",
 6470 "gix-fs 0.14.0",
 6471 "gix-hash 0.17.0",
 6472 "gix-lock",
 6473 "gix-object",
 6474 "gix-traverse",
 6475 "gix-utils 0.2.0",
 6476 "gix-validate 0.9.4",
 6477 "hashbrown 0.14.5",
 6478 "itoa",
 6479 "libc",
 6480 "memmap2",
 6481 "rustix 0.38.44",
 6482 "smallvec",
 6483 "thiserror 2.0.12",
 6484]
 6485
 6486[[package]]
 6487name = "gix-lock"
 6488version = "17.1.0"
 6489source = "registry+https://github.com/rust-lang/crates.io-index"
 6490checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6491dependencies = [
 6492 "gix-tempfile",
 6493 "gix-utils 0.3.0",
 6494 "thiserror 2.0.12",
 6495]
 6496
 6497[[package]]
 6498name = "gix-object"
 6499version = "0.48.0"
 6500source = "registry+https://github.com/rust-lang/crates.io-index"
 6501checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6502dependencies = [
 6503 "bstr",
 6504 "gix-actor",
 6505 "gix-date",
 6506 "gix-features 0.41.1",
 6507 "gix-hash 0.17.0",
 6508 "gix-hashtable",
 6509 "gix-path",
 6510 "gix-utils 0.2.0",
 6511 "gix-validate 0.9.4",
 6512 "itoa",
 6513 "smallvec",
 6514 "thiserror 2.0.12",
 6515 "winnow",
 6516]
 6517
 6518[[package]]
 6519name = "gix-odb"
 6520version = "0.68.0"
 6521source = "registry+https://github.com/rust-lang/crates.io-index"
 6522checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6523dependencies = [
 6524 "arc-swap",
 6525 "gix-date",
 6526 "gix-features 0.41.1",
 6527 "gix-fs 0.14.0",
 6528 "gix-hash 0.17.0",
 6529 "gix-hashtable",
 6530 "gix-object",
 6531 "gix-pack",
 6532 "gix-path",
 6533 "gix-quote",
 6534 "parking_lot",
 6535 "tempfile",
 6536 "thiserror 2.0.12",
 6537]
 6538
 6539[[package]]
 6540name = "gix-pack"
 6541version = "0.58.0"
 6542source = "registry+https://github.com/rust-lang/crates.io-index"
 6543checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6544dependencies = [
 6545 "clru",
 6546 "gix-chunk",
 6547 "gix-features 0.41.1",
 6548 "gix-hash 0.17.0",
 6549 "gix-hashtable",
 6550 "gix-object",
 6551 "gix-path",
 6552 "memmap2",
 6553 "smallvec",
 6554 "thiserror 2.0.12",
 6555 "uluru",
 6556]
 6557
 6558[[package]]
 6559name = "gix-packetline"
 6560version = "0.18.4"
 6561source = "registry+https://github.com/rust-lang/crates.io-index"
 6562checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6563dependencies = [
 6564 "bstr",
 6565 "faster-hex 0.9.0",
 6566 "gix-trace",
 6567 "thiserror 2.0.12",
 6568]
 6569
 6570[[package]]
 6571name = "gix-packetline-blocking"
 6572version = "0.18.3"
 6573source = "registry+https://github.com/rust-lang/crates.io-index"
 6574checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6575dependencies = [
 6576 "bstr",
 6577 "faster-hex 0.9.0",
 6578 "gix-trace",
 6579 "thiserror 2.0.12",
 6580]
 6581
 6582[[package]]
 6583name = "gix-path"
 6584version = "0.10.18"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6587dependencies = [
 6588 "bstr",
 6589 "gix-trace",
 6590 "gix-validate 0.10.0",
 6591 "home",
 6592 "once_cell",
 6593 "thiserror 2.0.12",
 6594]
 6595
 6596[[package]]
 6597name = "gix-pathspec"
 6598version = "0.10.0"
 6599source = "registry+https://github.com/rust-lang/crates.io-index"
 6600checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6601dependencies = [
 6602 "bitflags 2.9.0",
 6603 "bstr",
 6604 "gix-attributes",
 6605 "gix-config-value",
 6606 "gix-glob",
 6607 "gix-path",
 6608 "thiserror 2.0.12",
 6609]
 6610
 6611[[package]]
 6612name = "gix-protocol"
 6613version = "0.49.0"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6616dependencies = [
 6617 "bstr",
 6618 "gix-date",
 6619 "gix-features 0.41.1",
 6620 "gix-hash 0.17.0",
 6621 "gix-ref",
 6622 "gix-shallow",
 6623 "gix-transport",
 6624 "gix-utils 0.2.0",
 6625 "maybe-async",
 6626 "thiserror 2.0.12",
 6627 "winnow",
 6628]
 6629
 6630[[package]]
 6631name = "gix-quote"
 6632version = "0.5.0"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6635dependencies = [
 6636 "bstr",
 6637 "gix-utils 0.2.0",
 6638 "thiserror 2.0.12",
 6639]
 6640
 6641[[package]]
 6642name = "gix-ref"
 6643version = "0.51.0"
 6644source = "registry+https://github.com/rust-lang/crates.io-index"
 6645checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6646dependencies = [
 6647 "gix-actor",
 6648 "gix-features 0.41.1",
 6649 "gix-fs 0.14.0",
 6650 "gix-hash 0.17.0",
 6651 "gix-lock",
 6652 "gix-object",
 6653 "gix-path",
 6654 "gix-tempfile",
 6655 "gix-utils 0.2.0",
 6656 "gix-validate 0.9.4",
 6657 "memmap2",
 6658 "thiserror 2.0.12",
 6659 "winnow",
 6660]
 6661
 6662[[package]]
 6663name = "gix-refspec"
 6664version = "0.29.0"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6667dependencies = [
 6668 "bstr",
 6669 "gix-hash 0.17.0",
 6670 "gix-revision",
 6671 "gix-validate 0.9.4",
 6672 "smallvec",
 6673 "thiserror 2.0.12",
 6674]
 6675
 6676[[package]]
 6677name = "gix-revision"
 6678version = "0.33.0"
 6679source = "registry+https://github.com/rust-lang/crates.io-index"
 6680checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6681dependencies = [
 6682 "bstr",
 6683 "gix-commitgraph",
 6684 "gix-date",
 6685 "gix-hash 0.17.0",
 6686 "gix-object",
 6687 "gix-revwalk",
 6688 "thiserror 2.0.12",
 6689]
 6690
 6691[[package]]
 6692name = "gix-revwalk"
 6693version = "0.19.0"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6696dependencies = [
 6697 "gix-commitgraph",
 6698 "gix-date",
 6699 "gix-hash 0.17.0",
 6700 "gix-hashtable",
 6701 "gix-object",
 6702 "smallvec",
 6703 "thiserror 2.0.12",
 6704]
 6705
 6706[[package]]
 6707name = "gix-sec"
 6708version = "0.10.12"
 6709source = "registry+https://github.com/rust-lang/crates.io-index"
 6710checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6711dependencies = [
 6712 "bitflags 2.9.0",
 6713 "gix-path",
 6714 "libc",
 6715 "windows-sys 0.52.0",
 6716]
 6717
 6718[[package]]
 6719name = "gix-shallow"
 6720version = "0.3.0"
 6721source = "registry+https://github.com/rust-lang/crates.io-index"
 6722checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6723dependencies = [
 6724 "bstr",
 6725 "gix-hash 0.17.0",
 6726 "gix-lock",
 6727 "thiserror 2.0.12",
 6728]
 6729
 6730[[package]]
 6731name = "gix-submodule"
 6732version = "0.18.0"
 6733source = "registry+https://github.com/rust-lang/crates.io-index"
 6734checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6735dependencies = [
 6736 "bstr",
 6737 "gix-config",
 6738 "gix-path",
 6739 "gix-pathspec",
 6740 "gix-refspec",
 6741 "gix-url",
 6742 "thiserror 2.0.12",
 6743]
 6744
 6745[[package]]
 6746name = "gix-tempfile"
 6747version = "17.1.0"
 6748source = "registry+https://github.com/rust-lang/crates.io-index"
 6749checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6750dependencies = [
 6751 "dashmap 6.1.0",
 6752 "gix-fs 0.15.0",
 6753 "libc",
 6754 "once_cell",
 6755 "parking_lot",
 6756 "tempfile",
 6757]
 6758
 6759[[package]]
 6760name = "gix-trace"
 6761version = "0.1.12"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6764
 6765[[package]]
 6766name = "gix-transport"
 6767version = "0.46.0"
 6768source = "registry+https://github.com/rust-lang/crates.io-index"
 6769checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6770dependencies = [
 6771 "bstr",
 6772 "gix-command",
 6773 "gix-features 0.41.1",
 6774 "gix-packetline",
 6775 "gix-quote",
 6776 "gix-sec",
 6777 "gix-url",
 6778 "thiserror 2.0.12",
 6779]
 6780
 6781[[package]]
 6782name = "gix-traverse"
 6783version = "0.45.0"
 6784source = "registry+https://github.com/rust-lang/crates.io-index"
 6785checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6786dependencies = [
 6787 "bitflags 2.9.0",
 6788 "gix-commitgraph",
 6789 "gix-date",
 6790 "gix-hash 0.17.0",
 6791 "gix-hashtable",
 6792 "gix-object",
 6793 "gix-revwalk",
 6794 "smallvec",
 6795 "thiserror 2.0.12",
 6796]
 6797
 6798[[package]]
 6799name = "gix-url"
 6800version = "0.30.0"
 6801source = "registry+https://github.com/rust-lang/crates.io-index"
 6802checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6803dependencies = [
 6804 "bstr",
 6805 "gix-features 0.41.1",
 6806 "gix-path",
 6807 "percent-encoding",
 6808 "thiserror 2.0.12",
 6809 "url",
 6810]
 6811
 6812[[package]]
 6813name = "gix-utils"
 6814version = "0.2.0"
 6815source = "registry+https://github.com/rust-lang/crates.io-index"
 6816checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6817dependencies = [
 6818 "fastrand 2.3.0",
 6819 "unicode-normalization",
 6820]
 6821
 6822[[package]]
 6823name = "gix-utils"
 6824version = "0.3.0"
 6825source = "registry+https://github.com/rust-lang/crates.io-index"
 6826checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6827dependencies = [
 6828 "fastrand 2.3.0",
 6829 "unicode-normalization",
 6830]
 6831
 6832[[package]]
 6833name = "gix-validate"
 6834version = "0.9.4"
 6835source = "registry+https://github.com/rust-lang/crates.io-index"
 6836checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6837dependencies = [
 6838 "bstr",
 6839 "thiserror 2.0.12",
 6840]
 6841
 6842[[package]]
 6843name = "gix-validate"
 6844version = "0.10.0"
 6845source = "registry+https://github.com/rust-lang/crates.io-index"
 6846checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6847dependencies = [
 6848 "bstr",
 6849 "thiserror 2.0.12",
 6850]
 6851
 6852[[package]]
 6853name = "gix-worktree"
 6854version = "0.40.0"
 6855source = "registry+https://github.com/rust-lang/crates.io-index"
 6856checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6857dependencies = [
 6858 "bstr",
 6859 "gix-attributes",
 6860 "gix-features 0.41.1",
 6861 "gix-fs 0.14.0",
 6862 "gix-glob",
 6863 "gix-hash 0.17.0",
 6864 "gix-ignore",
 6865 "gix-index",
 6866 "gix-object",
 6867 "gix-path",
 6868 "gix-validate 0.9.4",
 6869]
 6870
 6871[[package]]
 6872name = "glob"
 6873version = "0.3.2"
 6874source = "registry+https://github.com/rust-lang/crates.io-index"
 6875checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6876
 6877[[package]]
 6878name = "globset"
 6879version = "0.4.16"
 6880source = "registry+https://github.com/rust-lang/crates.io-index"
 6881checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6882dependencies = [
 6883 "aho-corasick",
 6884 "bstr",
 6885 "log",
 6886 "regex-automata 0.4.9",
 6887 "regex-syntax 0.8.5",
 6888]
 6889
 6890[[package]]
 6891name = "gloo-timers"
 6892version = "0.3.0"
 6893source = "registry+https://github.com/rust-lang/crates.io-index"
 6894checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6895dependencies = [
 6896 "futures-channel",
 6897 "futures-core",
 6898 "js-sys",
 6899 "wasm-bindgen",
 6900]
 6901
 6902[[package]]
 6903name = "glow"
 6904version = "0.14.2"
 6905source = "registry+https://github.com/rust-lang/crates.io-index"
 6906checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6907dependencies = [
 6908 "js-sys",
 6909 "slotmap",
 6910 "wasm-bindgen",
 6911 "web-sys",
 6912]
 6913
 6914[[package]]
 6915name = "go_to_line"
 6916version = "0.1.0"
 6917dependencies = [
 6918 "anyhow",
 6919 "editor",
 6920 "gpui",
 6921 "indoc",
 6922 "language",
 6923 "menu",
 6924 "project",
 6925 "rope",
 6926 "schemars",
 6927 "serde",
 6928 "serde_json",
 6929 "settings",
 6930 "text",
 6931 "theme",
 6932 "tree-sitter-rust",
 6933 "tree-sitter-typescript",
 6934 "ui",
 6935 "util",
 6936 "workspace",
 6937 "workspace-hack",
 6938]
 6939
 6940[[package]]
 6941name = "google_ai"
 6942version = "0.1.0"
 6943dependencies = [
 6944 "anyhow",
 6945 "futures 0.3.31",
 6946 "http_client",
 6947 "schemars",
 6948 "serde",
 6949 "serde_json",
 6950 "strum 0.27.1",
 6951 "workspace-hack",
 6952]
 6953
 6954[[package]]
 6955name = "gpu-alloc"
 6956version = "0.6.0"
 6957source = "registry+https://github.com/rust-lang/crates.io-index"
 6958checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6959dependencies = [
 6960 "bitflags 2.9.0",
 6961 "gpu-alloc-types",
 6962]
 6963
 6964[[package]]
 6965name = "gpu-alloc-ash"
 6966version = "0.7.0"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 6969dependencies = [
 6970 "ash",
 6971 "gpu-alloc-types",
 6972 "tinyvec",
 6973]
 6974
 6975[[package]]
 6976name = "gpu-alloc-types"
 6977version = "0.3.0"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 6980dependencies = [
 6981 "bitflags 2.9.0",
 6982]
 6983
 6984[[package]]
 6985name = "gpui"
 6986version = "0.1.0"
 6987dependencies = [
 6988 "anyhow",
 6989 "as-raw-xcb-connection",
 6990 "ashpd",
 6991 "async-task",
 6992 "backtrace",
 6993 "bindgen 0.71.1",
 6994 "blade-graphics",
 6995 "blade-macros",
 6996 "blade-util",
 6997 "block",
 6998 "bytemuck",
 6999 "calloop",
 7000 "calloop-wayland-source",
 7001 "cbindgen",
 7002 "cocoa 0.26.0",
 7003 "collections",
 7004 "core-foundation 0.10.0",
 7005 "core-foundation-sys",
 7006 "core-graphics 0.24.0",
 7007 "core-text",
 7008 "core-video",
 7009 "cosmic-text",
 7010 "ctor",
 7011 "derive_more",
 7012 "embed-resource",
 7013 "env_logger 0.11.8",
 7014 "etagere",
 7015 "filedescriptor",
 7016 "flume",
 7017 "font-kit",
 7018 "foreign-types 0.5.0",
 7019 "futures 0.3.31",
 7020 "gpui_macros",
 7021 "http_client",
 7022 "image",
 7023 "inventory",
 7024 "itertools 0.14.0",
 7025 "log",
 7026 "lyon",
 7027 "media",
 7028 "metal",
 7029 "naga",
 7030 "num_cpus",
 7031 "objc",
 7032 "objc2",
 7033 "objc2-metal",
 7034 "oo7",
 7035 "open",
 7036 "parking",
 7037 "parking_lot",
 7038 "pathfinder_geometry",
 7039 "postage",
 7040 "profiling",
 7041 "rand 0.8.5",
 7042 "raw-window-handle",
 7043 "refineable",
 7044 "reqwest_client",
 7045 "resvg",
 7046 "scap",
 7047 "schemars",
 7048 "seahash",
 7049 "semantic_version",
 7050 "serde",
 7051 "serde_derive",
 7052 "serde_json",
 7053 "slotmap",
 7054 "smallvec",
 7055 "smol",
 7056 "strum 0.27.1",
 7057 "sum_tree",
 7058 "taffy",
 7059 "thiserror 2.0.12",
 7060 "unicode-segmentation",
 7061 "usvg",
 7062 "util",
 7063 "uuid",
 7064 "waker-fn",
 7065 "wayland-backend",
 7066 "wayland-client",
 7067 "wayland-cursor",
 7068 "wayland-protocols",
 7069 "wayland-protocols-plasma",
 7070 "windows 0.61.1",
 7071 "windows-core 0.61.0",
 7072 "windows-numerics",
 7073 "windows-registry 0.5.1",
 7074 "workspace-hack",
 7075 "x11-clipboard",
 7076 "x11rb",
 7077 "xim",
 7078 "xkbcommon",
 7079]
 7080
 7081[[package]]
 7082name = "gpui_macros"
 7083version = "0.1.0"
 7084dependencies = [
 7085 "gpui",
 7086 "proc-macro2",
 7087 "quote",
 7088 "syn 1.0.109",
 7089 "workspace-hack",
 7090]
 7091
 7092[[package]]
 7093name = "gpui_tokio"
 7094version = "0.1.0"
 7095dependencies = [
 7096 "gpui",
 7097 "tokio",
 7098 "util",
 7099 "workspace-hack",
 7100]
 7101
 7102[[package]]
 7103name = "grid"
 7104version = "0.13.0"
 7105source = "registry+https://github.com/rust-lang/crates.io-index"
 7106checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7107
 7108[[package]]
 7109name = "group"
 7110version = "0.12.1"
 7111source = "registry+https://github.com/rust-lang/crates.io-index"
 7112checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7113dependencies = [
 7114 "ff",
 7115 "rand_core 0.6.4",
 7116 "subtle",
 7117]
 7118
 7119[[package]]
 7120name = "h2"
 7121version = "0.3.26"
 7122source = "registry+https://github.com/rust-lang/crates.io-index"
 7123checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7124dependencies = [
 7125 "bytes 1.10.1",
 7126 "fnv",
 7127 "futures-core",
 7128 "futures-sink",
 7129 "futures-util",
 7130 "http 0.2.12",
 7131 "indexmap",
 7132 "slab",
 7133 "tokio",
 7134 "tokio-util",
 7135 "tracing",
 7136]
 7137
 7138[[package]]
 7139name = "h2"
 7140version = "0.4.9"
 7141source = "registry+https://github.com/rust-lang/crates.io-index"
 7142checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7143dependencies = [
 7144 "atomic-waker",
 7145 "bytes 1.10.1",
 7146 "fnv",
 7147 "futures-core",
 7148 "futures-sink",
 7149 "http 1.3.1",
 7150 "indexmap",
 7151 "slab",
 7152 "tokio",
 7153 "tokio-util",
 7154 "tracing",
 7155]
 7156
 7157[[package]]
 7158name = "half"
 7159version = "2.6.0"
 7160source = "registry+https://github.com/rust-lang/crates.io-index"
 7161checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7162dependencies = [
 7163 "cfg-if",
 7164 "crunchy",
 7165 "num-traits",
 7166]
 7167
 7168[[package]]
 7169name = "handlebars"
 7170version = "4.5.0"
 7171source = "registry+https://github.com/rust-lang/crates.io-index"
 7172checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7173dependencies = [
 7174 "log",
 7175 "pest",
 7176 "pest_derive",
 7177 "rust-embed",
 7178 "serde",
 7179 "serde_json",
 7180 "thiserror 1.0.69",
 7181]
 7182
 7183[[package]]
 7184name = "handlebars"
 7185version = "6.3.2"
 7186source = "registry+https://github.com/rust-lang/crates.io-index"
 7187checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7188dependencies = [
 7189 "derive_builder",
 7190 "log",
 7191 "num-order",
 7192 "pest",
 7193 "pest_derive",
 7194 "serde",
 7195 "serde_json",
 7196 "thiserror 2.0.12",
 7197]
 7198
 7199[[package]]
 7200name = "hash32"
 7201version = "0.3.1"
 7202source = "registry+https://github.com/rust-lang/crates.io-index"
 7203checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7204dependencies = [
 7205 "byteorder",
 7206]
 7207
 7208[[package]]
 7209name = "hashbrown"
 7210version = "0.12.3"
 7211source = "registry+https://github.com/rust-lang/crates.io-index"
 7212checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7213dependencies = [
 7214 "ahash 0.7.8",
 7215]
 7216
 7217[[package]]
 7218name = "hashbrown"
 7219version = "0.14.5"
 7220source = "registry+https://github.com/rust-lang/crates.io-index"
 7221checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7222dependencies = [
 7223 "ahash 0.8.11",
 7224 "allocator-api2",
 7225]
 7226
 7227[[package]]
 7228name = "hashbrown"
 7229version = "0.15.3"
 7230source = "registry+https://github.com/rust-lang/crates.io-index"
 7231checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7232dependencies = [
 7233 "allocator-api2",
 7234 "equivalent",
 7235 "foldhash",
 7236 "serde",
 7237]
 7238
 7239[[package]]
 7240name = "hashlink"
 7241version = "0.8.4"
 7242source = "registry+https://github.com/rust-lang/crates.io-index"
 7243checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7244dependencies = [
 7245 "hashbrown 0.14.5",
 7246]
 7247
 7248[[package]]
 7249name = "hashlink"
 7250version = "0.10.0"
 7251source = "registry+https://github.com/rust-lang/crates.io-index"
 7252checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7253dependencies = [
 7254 "hashbrown 0.15.3",
 7255]
 7256
 7257[[package]]
 7258name = "headers"
 7259version = "0.3.9"
 7260source = "registry+https://github.com/rust-lang/crates.io-index"
 7261checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7262dependencies = [
 7263 "base64 0.21.7",
 7264 "bytes 1.10.1",
 7265 "headers-core",
 7266 "http 0.2.12",
 7267 "httpdate",
 7268 "mime",
 7269 "sha1",
 7270]
 7271
 7272[[package]]
 7273name = "headers-core"
 7274version = "0.2.0"
 7275source = "registry+https://github.com/rust-lang/crates.io-index"
 7276checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7277dependencies = [
 7278 "http 0.2.12",
 7279]
 7280
 7281[[package]]
 7282name = "heapless"
 7283version = "0.8.0"
 7284source = "registry+https://github.com/rust-lang/crates.io-index"
 7285checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7286dependencies = [
 7287 "hash32",
 7288 "stable_deref_trait",
 7289]
 7290
 7291[[package]]
 7292name = "heck"
 7293version = "0.3.3"
 7294source = "registry+https://github.com/rust-lang/crates.io-index"
 7295checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7296dependencies = [
 7297 "unicode-segmentation",
 7298]
 7299
 7300[[package]]
 7301name = "heck"
 7302version = "0.4.1"
 7303source = "registry+https://github.com/rust-lang/crates.io-index"
 7304checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7305dependencies = [
 7306 "unicode-segmentation",
 7307]
 7308
 7309[[package]]
 7310name = "heck"
 7311version = "0.5.0"
 7312source = "registry+https://github.com/rust-lang/crates.io-index"
 7313checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7314
 7315[[package]]
 7316name = "heed"
 7317version = "0.21.0"
 7318source = "registry+https://github.com/rust-lang/crates.io-index"
 7319checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7320dependencies = [
 7321 "bitflags 2.9.0",
 7322 "byteorder",
 7323 "heed-traits",
 7324 "heed-types",
 7325 "libc",
 7326 "lmdb-master-sys",
 7327 "once_cell",
 7328 "page_size",
 7329 "serde",
 7330 "synchronoise",
 7331 "url",
 7332]
 7333
 7334[[package]]
 7335name = "heed-traits"
 7336version = "0.20.0"
 7337source = "registry+https://github.com/rust-lang/crates.io-index"
 7338checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7339
 7340[[package]]
 7341name = "heed-types"
 7342version = "0.21.0"
 7343source = "registry+https://github.com/rust-lang/crates.io-index"
 7344checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7345dependencies = [
 7346 "bincode",
 7347 "byteorder",
 7348 "heed-traits",
 7349 "serde",
 7350 "serde_json",
 7351]
 7352
 7353[[package]]
 7354name = "hermit-abi"
 7355version = "0.3.9"
 7356source = "registry+https://github.com/rust-lang/crates.io-index"
 7357checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7358
 7359[[package]]
 7360name = "hermit-abi"
 7361version = "0.4.0"
 7362source = "registry+https://github.com/rust-lang/crates.io-index"
 7363checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7364
 7365[[package]]
 7366name = "hermit-abi"
 7367version = "0.5.0"
 7368source = "registry+https://github.com/rust-lang/crates.io-index"
 7369checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7370
 7371[[package]]
 7372name = "hex"
 7373version = "0.4.3"
 7374source = "registry+https://github.com/rust-lang/crates.io-index"
 7375checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7376
 7377[[package]]
 7378name = "hexf-parse"
 7379version = "0.2.1"
 7380source = "registry+https://github.com/rust-lang/crates.io-index"
 7381checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7382
 7383[[package]]
 7384name = "hidden-trait"
 7385version = "0.1.2"
 7386source = "registry+https://github.com/rust-lang/crates.io-index"
 7387checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7388dependencies = [
 7389 "proc-macro2",
 7390 "quote",
 7391 "syn 1.0.109",
 7392]
 7393
 7394[[package]]
 7395name = "hkdf"
 7396version = "0.12.4"
 7397source = "registry+https://github.com/rust-lang/crates.io-index"
 7398checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7399dependencies = [
 7400 "hmac",
 7401]
 7402
 7403[[package]]
 7404name = "hmac"
 7405version = "0.12.1"
 7406source = "registry+https://github.com/rust-lang/crates.io-index"
 7407checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7408dependencies = [
 7409 "digest",
 7410]
 7411
 7412[[package]]
 7413name = "home"
 7414version = "0.5.11"
 7415source = "registry+https://github.com/rust-lang/crates.io-index"
 7416checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7417dependencies = [
 7418 "windows-sys 0.59.0",
 7419]
 7420
 7421[[package]]
 7422name = "hound"
 7423version = "3.5.1"
 7424source = "registry+https://github.com/rust-lang/crates.io-index"
 7425checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7426
 7427[[package]]
 7428name = "html5ever"
 7429version = "0.27.0"
 7430source = "registry+https://github.com/rust-lang/crates.io-index"
 7431checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7432dependencies = [
 7433 "log",
 7434 "mac",
 7435 "markup5ever 0.12.1",
 7436 "proc-macro2",
 7437 "quote",
 7438 "syn 2.0.101",
 7439]
 7440
 7441[[package]]
 7442name = "html5ever"
 7443version = "0.31.0"
 7444source = "registry+https://github.com/rust-lang/crates.io-index"
 7445checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7446dependencies = [
 7447 "log",
 7448 "mac",
 7449 "markup5ever 0.16.1",
 7450 "match_token",
 7451]
 7452
 7453[[package]]
 7454name = "html_to_markdown"
 7455version = "0.1.0"
 7456dependencies = [
 7457 "anyhow",
 7458 "html5ever 0.27.0",
 7459 "indoc",
 7460 "markup5ever_rcdom",
 7461 "pretty_assertions",
 7462 "regex",
 7463 "workspace-hack",
 7464]
 7465
 7466[[package]]
 7467name = "http"
 7468version = "0.2.12"
 7469source = "registry+https://github.com/rust-lang/crates.io-index"
 7470checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7471dependencies = [
 7472 "bytes 1.10.1",
 7473 "fnv",
 7474 "itoa",
 7475]
 7476
 7477[[package]]
 7478name = "http"
 7479version = "1.3.1"
 7480source = "registry+https://github.com/rust-lang/crates.io-index"
 7481checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7482dependencies = [
 7483 "bytes 1.10.1",
 7484 "fnv",
 7485 "itoa",
 7486]
 7487
 7488[[package]]
 7489name = "http-body"
 7490version = "0.4.6"
 7491source = "registry+https://github.com/rust-lang/crates.io-index"
 7492checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7493dependencies = [
 7494 "bytes 1.10.1",
 7495 "http 0.2.12",
 7496 "pin-project-lite",
 7497]
 7498
 7499[[package]]
 7500name = "http-body"
 7501version = "1.0.1"
 7502source = "registry+https://github.com/rust-lang/crates.io-index"
 7503checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7504dependencies = [
 7505 "bytes 1.10.1",
 7506 "http 1.3.1",
 7507]
 7508
 7509[[package]]
 7510name = "http-body-util"
 7511version = "0.1.3"
 7512source = "registry+https://github.com/rust-lang/crates.io-index"
 7513checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7514dependencies = [
 7515 "bytes 1.10.1",
 7516 "futures-core",
 7517 "http 1.3.1",
 7518 "http-body 1.0.1",
 7519 "pin-project-lite",
 7520]
 7521
 7522[[package]]
 7523name = "http-range-header"
 7524version = "0.3.1"
 7525source = "registry+https://github.com/rust-lang/crates.io-index"
 7526checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7527
 7528[[package]]
 7529name = "http-types"
 7530version = "2.12.0"
 7531source = "registry+https://github.com/rust-lang/crates.io-index"
 7532checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7533dependencies = [
 7534 "anyhow",
 7535 "async-channel 1.9.0",
 7536 "base64 0.13.1",
 7537 "futures-lite 1.13.0",
 7538 "http 0.2.12",
 7539 "infer",
 7540 "pin-project-lite",
 7541 "rand 0.7.3",
 7542 "serde",
 7543 "serde_json",
 7544 "serde_qs 0.8.5",
 7545 "serde_urlencoded",
 7546 "url",
 7547]
 7548
 7549[[package]]
 7550name = "http_client"
 7551version = "0.1.0"
 7552dependencies = [
 7553 "anyhow",
 7554 "bytes 1.10.1",
 7555 "derive_more",
 7556 "futures 0.3.31",
 7557 "http 1.3.1",
 7558 "log",
 7559 "serde",
 7560 "serde_json",
 7561 "url",
 7562 "workspace-hack",
 7563]
 7564
 7565[[package]]
 7566name = "http_client_tls"
 7567version = "0.1.0"
 7568dependencies = [
 7569 "rustls 0.23.26",
 7570 "rustls-platform-verifier",
 7571 "workspace-hack",
 7572]
 7573
 7574[[package]]
 7575name = "httparse"
 7576version = "1.10.1"
 7577source = "registry+https://github.com/rust-lang/crates.io-index"
 7578checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7579
 7580[[package]]
 7581name = "httpdate"
 7582version = "1.0.3"
 7583source = "registry+https://github.com/rust-lang/crates.io-index"
 7584checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7585
 7586[[package]]
 7587name = "human_bytes"
 7588version = "0.4.3"
 7589source = "registry+https://github.com/rust-lang/crates.io-index"
 7590checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7591
 7592[[package]]
 7593name = "humantime"
 7594version = "2.2.0"
 7595source = "registry+https://github.com/rust-lang/crates.io-index"
 7596checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7597
 7598[[package]]
 7599name = "hyper"
 7600version = "0.14.32"
 7601source = "registry+https://github.com/rust-lang/crates.io-index"
 7602checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7603dependencies = [
 7604 "bytes 1.10.1",
 7605 "futures-channel",
 7606 "futures-core",
 7607 "futures-util",
 7608 "h2 0.3.26",
 7609 "http 0.2.12",
 7610 "http-body 0.4.6",
 7611 "httparse",
 7612 "httpdate",
 7613 "itoa",
 7614 "pin-project-lite",
 7615 "socket2",
 7616 "tokio",
 7617 "tower-service",
 7618 "tracing",
 7619 "want",
 7620]
 7621
 7622[[package]]
 7623name = "hyper"
 7624version = "1.6.0"
 7625source = "registry+https://github.com/rust-lang/crates.io-index"
 7626checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7627dependencies = [
 7628 "bytes 1.10.1",
 7629 "futures-channel",
 7630 "futures-util",
 7631 "h2 0.4.9",
 7632 "http 1.3.1",
 7633 "http-body 1.0.1",
 7634 "httparse",
 7635 "itoa",
 7636 "pin-project-lite",
 7637 "smallvec",
 7638 "tokio",
 7639 "want",
 7640]
 7641
 7642[[package]]
 7643name = "hyper-rustls"
 7644version = "0.24.2"
 7645source = "registry+https://github.com/rust-lang/crates.io-index"
 7646checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7647dependencies = [
 7648 "futures-util",
 7649 "http 0.2.12",
 7650 "hyper 0.14.32",
 7651 "log",
 7652 "rustls 0.21.12",
 7653 "rustls-native-certs 0.6.3",
 7654 "tokio",
 7655 "tokio-rustls 0.24.1",
 7656]
 7657
 7658[[package]]
 7659name = "hyper-rustls"
 7660version = "0.27.5"
 7661source = "registry+https://github.com/rust-lang/crates.io-index"
 7662checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7663dependencies = [
 7664 "futures-util",
 7665 "http 1.3.1",
 7666 "hyper 1.6.0",
 7667 "hyper-util",
 7668 "rustls 0.23.26",
 7669 "rustls-native-certs 0.8.1",
 7670 "rustls-pki-types",
 7671 "tokio",
 7672 "tokio-rustls 0.26.2",
 7673 "tower-service",
 7674]
 7675
 7676[[package]]
 7677name = "hyper-tls"
 7678version = "0.5.0"
 7679source = "registry+https://github.com/rust-lang/crates.io-index"
 7680checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7681dependencies = [
 7682 "bytes 1.10.1",
 7683 "hyper 0.14.32",
 7684 "native-tls",
 7685 "tokio",
 7686 "tokio-native-tls",
 7687]
 7688
 7689[[package]]
 7690name = "hyper-util"
 7691version = "0.1.11"
 7692source = "registry+https://github.com/rust-lang/crates.io-index"
 7693checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7694dependencies = [
 7695 "bytes 1.10.1",
 7696 "futures-channel",
 7697 "futures-util",
 7698 "http 1.3.1",
 7699 "http-body 1.0.1",
 7700 "hyper 1.6.0",
 7701 "libc",
 7702 "pin-project-lite",
 7703 "socket2",
 7704 "tokio",
 7705 "tower-service",
 7706 "tracing",
 7707]
 7708
 7709[[package]]
 7710name = "iana-time-zone"
 7711version = "0.1.63"
 7712source = "registry+https://github.com/rust-lang/crates.io-index"
 7713checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7714dependencies = [
 7715 "android_system_properties",
 7716 "core-foundation-sys",
 7717 "iana-time-zone-haiku",
 7718 "js-sys",
 7719 "log",
 7720 "wasm-bindgen",
 7721 "windows-core 0.61.0",
 7722]
 7723
 7724[[package]]
 7725name = "iana-time-zone-haiku"
 7726version = "0.1.2"
 7727source = "registry+https://github.com/rust-lang/crates.io-index"
 7728checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7729dependencies = [
 7730 "cc",
 7731]
 7732
 7733[[package]]
 7734name = "icons"
 7735version = "0.1.0"
 7736dependencies = [
 7737 "serde",
 7738 "strum 0.27.1",
 7739 "workspace-hack",
 7740]
 7741
 7742[[package]]
 7743name = "icu_collections"
 7744version = "1.5.0"
 7745source = "registry+https://github.com/rust-lang/crates.io-index"
 7746checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7747dependencies = [
 7748 "displaydoc",
 7749 "yoke",
 7750 "zerofrom",
 7751 "zerovec",
 7752]
 7753
 7754[[package]]
 7755name = "icu_locid"
 7756version = "1.5.0"
 7757source = "registry+https://github.com/rust-lang/crates.io-index"
 7758checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7759dependencies = [
 7760 "displaydoc",
 7761 "litemap",
 7762 "tinystr",
 7763 "writeable",
 7764 "zerovec",
 7765]
 7766
 7767[[package]]
 7768name = "icu_locid_transform"
 7769version = "1.5.0"
 7770source = "registry+https://github.com/rust-lang/crates.io-index"
 7771checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7772dependencies = [
 7773 "displaydoc",
 7774 "icu_locid",
 7775 "icu_locid_transform_data",
 7776 "icu_provider",
 7777 "tinystr",
 7778 "zerovec",
 7779]
 7780
 7781[[package]]
 7782name = "icu_locid_transform_data"
 7783version = "1.5.1"
 7784source = "registry+https://github.com/rust-lang/crates.io-index"
 7785checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7786
 7787[[package]]
 7788name = "icu_normalizer"
 7789version = "1.5.0"
 7790source = "registry+https://github.com/rust-lang/crates.io-index"
 7791checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7792dependencies = [
 7793 "displaydoc",
 7794 "icu_collections",
 7795 "icu_normalizer_data",
 7796 "icu_properties",
 7797 "icu_provider",
 7798 "smallvec",
 7799 "utf16_iter",
 7800 "utf8_iter",
 7801 "write16",
 7802 "zerovec",
 7803]
 7804
 7805[[package]]
 7806name = "icu_normalizer_data"
 7807version = "1.5.1"
 7808source = "registry+https://github.com/rust-lang/crates.io-index"
 7809checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7810
 7811[[package]]
 7812name = "icu_properties"
 7813version = "1.5.1"
 7814source = "registry+https://github.com/rust-lang/crates.io-index"
 7815checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7816dependencies = [
 7817 "displaydoc",
 7818 "icu_collections",
 7819 "icu_locid_transform",
 7820 "icu_properties_data",
 7821 "icu_provider",
 7822 "tinystr",
 7823 "zerovec",
 7824]
 7825
 7826[[package]]
 7827name = "icu_properties_data"
 7828version = "1.5.1"
 7829source = "registry+https://github.com/rust-lang/crates.io-index"
 7830checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7831
 7832[[package]]
 7833name = "icu_provider"
 7834version = "1.5.0"
 7835source = "registry+https://github.com/rust-lang/crates.io-index"
 7836checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7837dependencies = [
 7838 "displaydoc",
 7839 "icu_locid",
 7840 "icu_provider_macros",
 7841 "stable_deref_trait",
 7842 "tinystr",
 7843 "writeable",
 7844 "yoke",
 7845 "zerofrom",
 7846 "zerovec",
 7847]
 7848
 7849[[package]]
 7850name = "icu_provider_macros"
 7851version = "1.5.0"
 7852source = "registry+https://github.com/rust-lang/crates.io-index"
 7853checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7854dependencies = [
 7855 "proc-macro2",
 7856 "quote",
 7857 "syn 2.0.101",
 7858]
 7859
 7860[[package]]
 7861name = "id-arena"
 7862version = "2.2.1"
 7863source = "registry+https://github.com/rust-lang/crates.io-index"
 7864checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7865
 7866[[package]]
 7867name = "ident_case"
 7868version = "1.0.1"
 7869source = "registry+https://github.com/rust-lang/crates.io-index"
 7870checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7871
 7872[[package]]
 7873name = "idna"
 7874version = "1.0.3"
 7875source = "registry+https://github.com/rust-lang/crates.io-index"
 7876checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7877dependencies = [
 7878 "idna_adapter",
 7879 "smallvec",
 7880 "utf8_iter",
 7881]
 7882
 7883[[package]]
 7884name = "idna_adapter"
 7885version = "1.2.0"
 7886source = "registry+https://github.com/rust-lang/crates.io-index"
 7887checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7888dependencies = [
 7889 "icu_normalizer",
 7890 "icu_properties",
 7891]
 7892
 7893[[package]]
 7894name = "ignore"
 7895version = "0.4.23"
 7896source = "registry+https://github.com/rust-lang/crates.io-index"
 7897checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7898dependencies = [
 7899 "crossbeam-deque",
 7900 "globset",
 7901 "log",
 7902 "memchr",
 7903 "regex-automata 0.4.9",
 7904 "same-file",
 7905 "walkdir",
 7906 "winapi-util",
 7907]
 7908
 7909[[package]]
 7910name = "image"
 7911version = "0.25.6"
 7912source = "registry+https://github.com/rust-lang/crates.io-index"
 7913checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7914dependencies = [
 7915 "bytemuck",
 7916 "byteorder-lite",
 7917 "color_quant",
 7918 "exr",
 7919 "gif",
 7920 "image-webp",
 7921 "num-traits",
 7922 "png",
 7923 "qoi",
 7924 "ravif",
 7925 "rayon",
 7926 "rgb",
 7927 "tiff",
 7928 "zune-core",
 7929 "zune-jpeg",
 7930]
 7931
 7932[[package]]
 7933name = "image-webp"
 7934version = "0.2.1"
 7935source = "registry+https://github.com/rust-lang/crates.io-index"
 7936checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7937dependencies = [
 7938 "byteorder-lite",
 7939 "quick-error",
 7940]
 7941
 7942[[package]]
 7943name = "image_viewer"
 7944version = "0.1.0"
 7945dependencies = [
 7946 "anyhow",
 7947 "db",
 7948 "editor",
 7949 "file_icons",
 7950 "gpui",
 7951 "log",
 7952 "project",
 7953 "schemars",
 7954 "serde",
 7955 "settings",
 7956 "theme",
 7957 "ui",
 7958 "util",
 7959 "workspace",
 7960 "workspace-hack",
 7961]
 7962
 7963[[package]]
 7964name = "imagesize"
 7965version = "0.13.0"
 7966source = "registry+https://github.com/rust-lang/crates.io-index"
 7967checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7968
 7969[[package]]
 7970name = "imara-diff"
 7971version = "0.1.8"
 7972source = "registry+https://github.com/rust-lang/crates.io-index"
 7973checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7974dependencies = [
 7975 "hashbrown 0.15.3",
 7976]
 7977
 7978[[package]]
 7979name = "imgref"
 7980version = "1.11.0"
 7981source = "registry+https://github.com/rust-lang/crates.io-index"
 7982checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 7983
 7984[[package]]
 7985name = "indexed_docs"
 7986version = "0.1.0"
 7987dependencies = [
 7988 "anyhow",
 7989 "async-trait",
 7990 "cargo_metadata",
 7991 "collections",
 7992 "derive_more",
 7993 "extension",
 7994 "fs",
 7995 "futures 0.3.31",
 7996 "fuzzy",
 7997 "gpui",
 7998 "heed",
 7999 "html_to_markdown",
 8000 "http_client",
 8001 "indexmap",
 8002 "indoc",
 8003 "parking_lot",
 8004 "paths",
 8005 "pretty_assertions",
 8006 "serde",
 8007 "strum 0.27.1",
 8008 "util",
 8009 "workspace-hack",
 8010]
 8011
 8012[[package]]
 8013name = "indexmap"
 8014version = "2.9.0"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8017dependencies = [
 8018 "equivalent",
 8019 "hashbrown 0.15.3",
 8020 "serde",
 8021]
 8022
 8023[[package]]
 8024name = "indoc"
 8025version = "2.0.6"
 8026source = "registry+https://github.com/rust-lang/crates.io-index"
 8027checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8028
 8029[[package]]
 8030name = "infer"
 8031version = "0.2.3"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8034
 8035[[package]]
 8036name = "inherent"
 8037version = "1.0.12"
 8038source = "registry+https://github.com/rust-lang/crates.io-index"
 8039checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8040dependencies = [
 8041 "proc-macro2",
 8042 "quote",
 8043 "syn 2.0.101",
 8044]
 8045
 8046[[package]]
 8047name = "inline_completion"
 8048version = "0.1.0"
 8049dependencies = [
 8050 "anyhow",
 8051 "gpui",
 8052 "language",
 8053 "project",
 8054 "workspace-hack",
 8055 "zed_llm_client",
 8056]
 8057
 8058[[package]]
 8059name = "inline_completion_button"
 8060version = "0.1.0"
 8061dependencies = [
 8062 "anyhow",
 8063 "client",
 8064 "copilot",
 8065 "editor",
 8066 "feature_flags",
 8067 "fs",
 8068 "futures 0.3.31",
 8069 "gpui",
 8070 "indoc",
 8071 "inline_completion",
 8072 "language",
 8073 "lsp",
 8074 "paths",
 8075 "project",
 8076 "regex",
 8077 "serde_json",
 8078 "settings",
 8079 "supermaven",
 8080 "telemetry",
 8081 "theme",
 8082 "ui",
 8083 "workspace",
 8084 "workspace-hack",
 8085 "zed_actions",
 8086 "zed_llm_client",
 8087 "zeta",
 8088]
 8089
 8090[[package]]
 8091name = "inotify"
 8092version = "0.11.0"
 8093source = "registry+https://github.com/rust-lang/crates.io-index"
 8094checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8095dependencies = [
 8096 "bitflags 2.9.0",
 8097 "inotify-sys",
 8098 "libc",
 8099]
 8100
 8101[[package]]
 8102name = "inotify-sys"
 8103version = "0.1.5"
 8104source = "registry+https://github.com/rust-lang/crates.io-index"
 8105checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8106dependencies = [
 8107 "libc",
 8108]
 8109
 8110[[package]]
 8111name = "inout"
 8112version = "0.1.4"
 8113source = "registry+https://github.com/rust-lang/crates.io-index"
 8114checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8115dependencies = [
 8116 "block-padding",
 8117 "generic-array",
 8118]
 8119
 8120[[package]]
 8121name = "install_cli"
 8122version = "0.1.0"
 8123dependencies = [
 8124 "anyhow",
 8125 "client",
 8126 "gpui",
 8127 "release_channel",
 8128 "smol",
 8129 "util",
 8130 "workspace",
 8131 "workspace-hack",
 8132]
 8133
 8134[[package]]
 8135name = "instant"
 8136version = "0.1.13"
 8137source = "registry+https://github.com/rust-lang/crates.io-index"
 8138checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8139dependencies = [
 8140 "cfg-if",
 8141]
 8142
 8143[[package]]
 8144name = "interim"
 8145version = "0.2.1"
 8146source = "registry+https://github.com/rust-lang/crates.io-index"
 8147checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8148dependencies = [
 8149 "chrono",
 8150 "logos",
 8151]
 8152
 8153[[package]]
 8154name = "interpolate_name"
 8155version = "0.2.4"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8158dependencies = [
 8159 "proc-macro2",
 8160 "quote",
 8161 "syn 2.0.101",
 8162]
 8163
 8164[[package]]
 8165name = "inventory"
 8166version = "0.3.20"
 8167source = "registry+https://github.com/rust-lang/crates.io-index"
 8168checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8169dependencies = [
 8170 "rustversion",
 8171]
 8172
 8173[[package]]
 8174name = "io-extras"
 8175version = "0.18.4"
 8176source = "registry+https://github.com/rust-lang/crates.io-index"
 8177checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8178dependencies = [
 8179 "io-lifetimes",
 8180 "windows-sys 0.59.0",
 8181]
 8182
 8183[[package]]
 8184name = "io-lifetimes"
 8185version = "2.0.4"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8188
 8189[[package]]
 8190name = "io-surface"
 8191version = "0.16.0"
 8192source = "registry+https://github.com/rust-lang/crates.io-index"
 8193checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8194dependencies = [
 8195 "cgl",
 8196 "core-foundation 0.10.0",
 8197 "core-foundation-sys",
 8198 "leaky-cow",
 8199 "libc",
 8200]
 8201
 8202[[package]]
 8203name = "iovec"
 8204version = "0.1.4"
 8205source = "registry+https://github.com/rust-lang/crates.io-index"
 8206checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8207dependencies = [
 8208 "libc",
 8209]
 8210
 8211[[package]]
 8212name = "ipc-channel"
 8213version = "0.19.0"
 8214source = "registry+https://github.com/rust-lang/crates.io-index"
 8215checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8216dependencies = [
 8217 "bincode",
 8218 "crossbeam-channel",
 8219 "fnv",
 8220 "lazy_static",
 8221 "libc",
 8222 "mio",
 8223 "rand 0.8.5",
 8224 "serde",
 8225 "tempfile",
 8226 "uuid",
 8227 "windows 0.58.0",
 8228]
 8229
 8230[[package]]
 8231name = "ipnet"
 8232version = "2.11.0"
 8233source = "registry+https://github.com/rust-lang/crates.io-index"
 8234checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8235
 8236[[package]]
 8237name = "is-docker"
 8238version = "0.2.0"
 8239source = "registry+https://github.com/rust-lang/crates.io-index"
 8240checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8241dependencies = [
 8242 "once_cell",
 8243]
 8244
 8245[[package]]
 8246name = "is-terminal"
 8247version = "0.4.16"
 8248source = "registry+https://github.com/rust-lang/crates.io-index"
 8249checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8250dependencies = [
 8251 "hermit-abi 0.5.0",
 8252 "libc",
 8253 "windows-sys 0.59.0",
 8254]
 8255
 8256[[package]]
 8257name = "is-wsl"
 8258version = "0.4.0"
 8259source = "registry+https://github.com/rust-lang/crates.io-index"
 8260checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8261dependencies = [
 8262 "is-docker",
 8263 "once_cell",
 8264]
 8265
 8266[[package]]
 8267name = "is_terminal_polyfill"
 8268version = "1.70.1"
 8269source = "registry+https://github.com/rust-lang/crates.io-index"
 8270checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8271
 8272[[package]]
 8273name = "itertools"
 8274version = "0.10.5"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8277dependencies = [
 8278 "either",
 8279]
 8280
 8281[[package]]
 8282name = "itertools"
 8283version = "0.11.0"
 8284source = "registry+https://github.com/rust-lang/crates.io-index"
 8285checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8286dependencies = [
 8287 "either",
 8288]
 8289
 8290[[package]]
 8291name = "itertools"
 8292version = "0.12.1"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8295dependencies = [
 8296 "either",
 8297]
 8298
 8299[[package]]
 8300name = "itertools"
 8301version = "0.13.0"
 8302source = "registry+https://github.com/rust-lang/crates.io-index"
 8303checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8304dependencies = [
 8305 "either",
 8306]
 8307
 8308[[package]]
 8309name = "itertools"
 8310version = "0.14.0"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8313dependencies = [
 8314 "either",
 8315]
 8316
 8317[[package]]
 8318name = "itoa"
 8319version = "1.0.15"
 8320source = "registry+https://github.com/rust-lang/crates.io-index"
 8321checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8322
 8323[[package]]
 8324name = "jiff"
 8325version = "0.2.10"
 8326source = "registry+https://github.com/rust-lang/crates.io-index"
 8327checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8328dependencies = [
 8329 "jiff-static",
 8330 "jiff-tzdb-platform",
 8331 "log",
 8332 "portable-atomic",
 8333 "portable-atomic-util",
 8334 "serde",
 8335 "windows-sys 0.59.0",
 8336]
 8337
 8338[[package]]
 8339name = "jiff-static"
 8340version = "0.2.10"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8343dependencies = [
 8344 "proc-macro2",
 8345 "quote",
 8346 "syn 2.0.101",
 8347]
 8348
 8349[[package]]
 8350name = "jiff-tzdb"
 8351version = "0.1.4"
 8352source = "registry+https://github.com/rust-lang/crates.io-index"
 8353checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8354
 8355[[package]]
 8356name = "jiff-tzdb-platform"
 8357version = "0.1.3"
 8358source = "registry+https://github.com/rust-lang/crates.io-index"
 8359checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8360dependencies = [
 8361 "jiff-tzdb",
 8362]
 8363
 8364[[package]]
 8365name = "jj"
 8366version = "0.1.0"
 8367dependencies = [
 8368 "anyhow",
 8369 "gpui",
 8370 "jj-lib",
 8371 "workspace-hack",
 8372]
 8373
 8374[[package]]
 8375name = "jj-lib"
 8376version = "0.29.0"
 8377source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8378dependencies = [
 8379 "async-trait",
 8380 "blake2",
 8381 "bstr",
 8382 "chrono",
 8383 "clru",
 8384 "digest",
 8385 "dunce",
 8386 "either",
 8387 "futures 0.3.31",
 8388 "gix",
 8389 "glob",
 8390 "hashbrown 0.15.3",
 8391 "hex",
 8392 "ignore",
 8393 "indexmap",
 8394 "interim",
 8395 "itertools 0.14.0",
 8396 "jj-lib-proc-macros",
 8397 "maplit",
 8398 "once_cell",
 8399 "pest",
 8400 "pest_derive",
 8401 "pollster 0.4.0",
 8402 "prost 0.13.5",
 8403 "rand 0.8.5",
 8404 "rand_chacha 0.3.1",
 8405 "rayon",
 8406 "ref-cast",
 8407 "regex",
 8408 "rustix 1.0.7",
 8409 "same-file",
 8410 "serde",
 8411 "serde_json",
 8412 "smallvec",
 8413 "strsim",
 8414 "tempfile",
 8415 "thiserror 2.0.12",
 8416 "toml_edit",
 8417 "tracing",
 8418 "version_check",
 8419 "winreg 0.52.0",
 8420]
 8421
 8422[[package]]
 8423name = "jj-lib-proc-macros"
 8424version = "0.29.0"
 8425source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8426dependencies = [
 8427 "proc-macro2",
 8428 "quote",
 8429 "syn 2.0.101",
 8430]
 8431
 8432[[package]]
 8433name = "jj_ui"
 8434version = "0.1.0"
 8435dependencies = [
 8436 "command_palette_hooks",
 8437 "feature_flags",
 8438 "fuzzy",
 8439 "gpui",
 8440 "jj",
 8441 "picker",
 8442 "ui",
 8443 "util",
 8444 "workspace",
 8445 "workspace-hack",
 8446 "zed_actions",
 8447]
 8448
 8449[[package]]
 8450name = "jni"
 8451version = "0.21.1"
 8452source = "registry+https://github.com/rust-lang/crates.io-index"
 8453checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8454dependencies = [
 8455 "cesu8",
 8456 "cfg-if",
 8457 "combine",
 8458 "jni-sys",
 8459 "log",
 8460 "thiserror 1.0.69",
 8461 "walkdir",
 8462 "windows-sys 0.45.0",
 8463]
 8464
 8465[[package]]
 8466name = "jni-sys"
 8467version = "0.3.0"
 8468source = "registry+https://github.com/rust-lang/crates.io-index"
 8469checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8470
 8471[[package]]
 8472name = "jobserver"
 8473version = "0.1.33"
 8474source = "registry+https://github.com/rust-lang/crates.io-index"
 8475checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8476dependencies = [
 8477 "getrandom 0.3.2",
 8478 "libc",
 8479]
 8480
 8481[[package]]
 8482name = "journal"
 8483version = "0.1.0"
 8484dependencies = [
 8485 "anyhow",
 8486 "chrono",
 8487 "editor",
 8488 "gpui",
 8489 "log",
 8490 "schemars",
 8491 "serde",
 8492 "settings",
 8493 "shellexpand 2.1.2",
 8494 "workspace",
 8495 "workspace-hack",
 8496]
 8497
 8498[[package]]
 8499name = "jpeg-decoder"
 8500version = "0.3.1"
 8501source = "registry+https://github.com/rust-lang/crates.io-index"
 8502checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8503
 8504[[package]]
 8505name = "js-sys"
 8506version = "0.3.77"
 8507source = "registry+https://github.com/rust-lang/crates.io-index"
 8508checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8509dependencies = [
 8510 "once_cell",
 8511 "wasm-bindgen",
 8512]
 8513
 8514[[package]]
 8515name = "jsonschema"
 8516version = "0.30.0"
 8517source = "registry+https://github.com/rust-lang/crates.io-index"
 8518checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8519dependencies = [
 8520 "ahash 0.8.11",
 8521 "base64 0.22.1",
 8522 "bytecount",
 8523 "email_address",
 8524 "fancy-regex 0.14.0",
 8525 "fraction",
 8526 "idna",
 8527 "itoa",
 8528 "num-cmp",
 8529 "num-traits",
 8530 "once_cell",
 8531 "percent-encoding",
 8532 "referencing",
 8533 "regex",
 8534 "regex-syntax 0.8.5",
 8535 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8536 "serde",
 8537 "serde_json",
 8538 "uuid-simd",
 8539]
 8540
 8541[[package]]
 8542name = "jsonwebtoken"
 8543version = "9.3.1"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8546dependencies = [
 8547 "base64 0.22.1",
 8548 "js-sys",
 8549 "pem",
 8550 "ring",
 8551 "serde",
 8552 "serde_json",
 8553 "simple_asn1",
 8554]
 8555
 8556[[package]]
 8557name = "jupyter-protocol"
 8558version = "0.6.0"
 8559source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8560dependencies = [
 8561 "anyhow",
 8562 "async-trait",
 8563 "bytes 1.10.1",
 8564 "chrono",
 8565 "futures 0.3.31",
 8566 "serde",
 8567 "serde_json",
 8568 "uuid",
 8569]
 8570
 8571[[package]]
 8572name = "jupyter-websocket-client"
 8573version = "0.9.0"
 8574source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8575dependencies = [
 8576 "anyhow",
 8577 "async-trait",
 8578 "async-tungstenite",
 8579 "futures 0.3.31",
 8580 "jupyter-protocol",
 8581 "serde",
 8582 "serde_json",
 8583 "url",
 8584 "uuid",
 8585]
 8586
 8587[[package]]
 8588name = "khronos-egl"
 8589version = "6.0.0"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8592dependencies = [
 8593 "libc",
 8594 "libloading",
 8595]
 8596
 8597[[package]]
 8598name = "kqueue"
 8599version = "1.0.8"
 8600source = "registry+https://github.com/rust-lang/crates.io-index"
 8601checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8602dependencies = [
 8603 "kqueue-sys",
 8604 "libc",
 8605]
 8606
 8607[[package]]
 8608name = "kqueue-sys"
 8609version = "1.0.4"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8612dependencies = [
 8613 "bitflags 1.3.2",
 8614 "libc",
 8615]
 8616
 8617[[package]]
 8618name = "kstring"
 8619version = "2.0.2"
 8620source = "registry+https://github.com/rust-lang/crates.io-index"
 8621checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8622dependencies = [
 8623 "static_assertions",
 8624]
 8625
 8626[[package]]
 8627name = "kurbo"
 8628version = "0.11.1"
 8629source = "registry+https://github.com/rust-lang/crates.io-index"
 8630checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8631dependencies = [
 8632 "arrayvec",
 8633 "smallvec",
 8634]
 8635
 8636[[package]]
 8637name = "kv-log-macro"
 8638version = "1.0.7"
 8639source = "registry+https://github.com/rust-lang/crates.io-index"
 8640checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8641dependencies = [
 8642 "log",
 8643]
 8644
 8645[[package]]
 8646name = "language"
 8647version = "0.1.0"
 8648dependencies = [
 8649 "anyhow",
 8650 "async-trait",
 8651 "async-watch",
 8652 "clock",
 8653 "collections",
 8654 "ctor",
 8655 "ec4rs",
 8656 "env_logger 0.11.8",
 8657 "fs",
 8658 "futures 0.3.31",
 8659 "fuzzy",
 8660 "globset",
 8661 "gpui",
 8662 "http_client",
 8663 "imara-diff",
 8664 "indoc",
 8665 "itertools 0.14.0",
 8666 "log",
 8667 "lsp",
 8668 "parking_lot",
 8669 "postage",
 8670 "pretty_assertions",
 8671 "rand 0.8.5",
 8672 "regex",
 8673 "rpc",
 8674 "schemars",
 8675 "serde",
 8676 "serde_json",
 8677 "settings",
 8678 "smallvec",
 8679 "smol",
 8680 "streaming-iterator",
 8681 "strsim",
 8682 "sum_tree",
 8683 "task",
 8684 "text",
 8685 "theme",
 8686 "tree-sitter",
 8687 "tree-sitter-elixir",
 8688 "tree-sitter-embedded-template",
 8689 "tree-sitter-heex",
 8690 "tree-sitter-html",
 8691 "tree-sitter-json",
 8692 "tree-sitter-md",
 8693 "tree-sitter-python",
 8694 "tree-sitter-ruby",
 8695 "tree-sitter-rust",
 8696 "tree-sitter-typescript",
 8697 "unicase",
 8698 "unindent",
 8699 "util",
 8700 "workspace-hack",
 8701]
 8702
 8703[[package]]
 8704name = "language_extension"
 8705version = "0.1.0"
 8706dependencies = [
 8707 "anyhow",
 8708 "async-trait",
 8709 "collections",
 8710 "extension",
 8711 "fs",
 8712 "futures 0.3.31",
 8713 "gpui",
 8714 "language",
 8715 "lsp",
 8716 "serde",
 8717 "serde_json",
 8718 "util",
 8719 "workspace-hack",
 8720]
 8721
 8722[[package]]
 8723name = "language_model"
 8724version = "0.1.0"
 8725dependencies = [
 8726 "anthropic",
 8727 "anyhow",
 8728 "base64 0.22.1",
 8729 "client",
 8730 "collections",
 8731 "futures 0.3.31",
 8732 "google_ai",
 8733 "gpui",
 8734 "http_client",
 8735 "icons",
 8736 "image",
 8737 "open_ai",
 8738 "parking_lot",
 8739 "proto",
 8740 "schemars",
 8741 "serde",
 8742 "serde_json",
 8743 "smol",
 8744 "strum 0.27.1",
 8745 "telemetry_events",
 8746 "thiserror 2.0.12",
 8747 "util",
 8748 "workspace-hack",
 8749 "zed_llm_client",
 8750]
 8751
 8752[[package]]
 8753name = "language_model_selector"
 8754version = "0.1.0"
 8755dependencies = [
 8756 "collections",
 8757 "feature_flags",
 8758 "futures 0.3.31",
 8759 "fuzzy",
 8760 "gpui",
 8761 "language_model",
 8762 "log",
 8763 "ordered-float 2.10.1",
 8764 "picker",
 8765 "proto",
 8766 "ui",
 8767 "workspace-hack",
 8768 "zed_actions",
 8769]
 8770
 8771[[package]]
 8772name = "language_models"
 8773version = "0.1.0"
 8774dependencies = [
 8775 "anthropic",
 8776 "anyhow",
 8777 "aws-config",
 8778 "aws-credential-types",
 8779 "aws_http_client",
 8780 "bedrock",
 8781 "client",
 8782 "collections",
 8783 "copilot",
 8784 "credentials_provider",
 8785 "deepseek",
 8786 "editor",
 8787 "feature_flags",
 8788 "fs",
 8789 "futures 0.3.31",
 8790 "google_ai",
 8791 "gpui",
 8792 "gpui_tokio",
 8793 "http_client",
 8794 "language_model",
 8795 "lmstudio",
 8796 "log",
 8797 "menu",
 8798 "mistral",
 8799 "ollama",
 8800 "open_ai",
 8801 "partial-json-fixer",
 8802 "project",
 8803 "proto",
 8804 "release_channel",
 8805 "schemars",
 8806 "serde",
 8807 "serde_json",
 8808 "settings",
 8809 "smol",
 8810 "strum 0.27.1",
 8811 "theme",
 8812 "thiserror 2.0.12",
 8813 "tiktoken-rs",
 8814 "tokio",
 8815 "ui",
 8816 "util",
 8817 "workspace-hack",
 8818 "zed_llm_client",
 8819]
 8820
 8821[[package]]
 8822name = "language_selector"
 8823version = "0.1.0"
 8824dependencies = [
 8825 "anyhow",
 8826 "editor",
 8827 "file_finder",
 8828 "file_icons",
 8829 "fuzzy",
 8830 "gpui",
 8831 "language",
 8832 "picker",
 8833 "project",
 8834 "settings",
 8835 "ui",
 8836 "util",
 8837 "workspace",
 8838 "workspace-hack",
 8839]
 8840
 8841[[package]]
 8842name = "language_tools"
 8843version = "0.1.0"
 8844dependencies = [
 8845 "anyhow",
 8846 "client",
 8847 "collections",
 8848 "copilot",
 8849 "editor",
 8850 "env_logger 0.11.8",
 8851 "futures 0.3.31",
 8852 "gpui",
 8853 "itertools 0.14.0",
 8854 "language",
 8855 "lsp",
 8856 "project",
 8857 "release_channel",
 8858 "serde_json",
 8859 "settings",
 8860 "theme",
 8861 "tree-sitter",
 8862 "ui",
 8863 "util",
 8864 "workspace",
 8865 "workspace-hack",
 8866 "zed_actions",
 8867]
 8868
 8869[[package]]
 8870name = "languages"
 8871version = "0.1.0"
 8872dependencies = [
 8873 "anyhow",
 8874 "async-compression",
 8875 "async-tar",
 8876 "async-trait",
 8877 "collections",
 8878 "futures 0.3.31",
 8879 "gpui",
 8880 "http_client",
 8881 "language",
 8882 "log",
 8883 "lsp",
 8884 "node_runtime",
 8885 "parking_lot",
 8886 "paths",
 8887 "pet",
 8888 "pet-conda",
 8889 "pet-core",
 8890 "pet-fs",
 8891 "pet-poetry",
 8892 "pet-reporter",
 8893 "pretty_assertions",
 8894 "project",
 8895 "regex",
 8896 "rope",
 8897 "rust-embed",
 8898 "serde",
 8899 "serde_json",
 8900 "settings",
 8901 "smol",
 8902 "snippet_provider",
 8903 "task",
 8904 "text",
 8905 "theme",
 8906 "toml 0.8.20",
 8907 "tree-sitter",
 8908 "tree-sitter-bash",
 8909 "tree-sitter-c",
 8910 "tree-sitter-cpp",
 8911 "tree-sitter-css",
 8912 "tree-sitter-diff",
 8913 "tree-sitter-gitcommit",
 8914 "tree-sitter-go",
 8915 "tree-sitter-gomod",
 8916 "tree-sitter-gowork",
 8917 "tree-sitter-jsdoc",
 8918 "tree-sitter-json",
 8919 "tree-sitter-md",
 8920 "tree-sitter-python",
 8921 "tree-sitter-regex",
 8922 "tree-sitter-rust",
 8923 "tree-sitter-typescript",
 8924 "tree-sitter-yaml",
 8925 "unindent",
 8926 "util",
 8927 "workspace",
 8928 "workspace-hack",
 8929]
 8930
 8931[[package]]
 8932name = "lazy_static"
 8933version = "1.5.0"
 8934source = "registry+https://github.com/rust-lang/crates.io-index"
 8935checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8936dependencies = [
 8937 "spin",
 8938]
 8939
 8940[[package]]
 8941name = "lazycell"
 8942version = "1.3.0"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8945
 8946[[package]]
 8947name = "leak"
 8948version = "0.1.2"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8951
 8952[[package]]
 8953name = "leaky-cow"
 8954version = "0.1.1"
 8955source = "registry+https://github.com/rust-lang/crates.io-index"
 8956checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8957dependencies = [
 8958 "leak",
 8959]
 8960
 8961[[package]]
 8962name = "leb128"
 8963version = "0.2.5"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8966
 8967[[package]]
 8968name = "leb128fmt"
 8969version = "0.1.0"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8972
 8973[[package]]
 8974name = "lebe"
 8975version = "0.5.2"
 8976source = "registry+https://github.com/rust-lang/crates.io-index"
 8977checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8978
 8979[[package]]
 8980name = "libc"
 8981version = "0.2.172"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8984
 8985[[package]]
 8986name = "libdbus-sys"
 8987version = "0.2.5"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 8990dependencies = [
 8991 "cc",
 8992 "pkg-config",
 8993]
 8994
 8995[[package]]
 8996name = "libfuzzer-sys"
 8997version = "0.4.9"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 9000dependencies = [
 9001 "arbitrary",
 9002 "cc",
 9003]
 9004
 9005[[package]]
 9006name = "libgit2-sys"
 9007version = "0.18.1+1.9.0"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9010dependencies = [
 9011 "cc",
 9012 "libc",
 9013 "libz-sys",
 9014 "pkg-config",
 9015]
 9016
 9017[[package]]
 9018name = "libloading"
 9019version = "0.8.6"
 9020source = "registry+https://github.com/rust-lang/crates.io-index"
 9021checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9022dependencies = [
 9023 "cfg-if",
 9024 "windows-targets 0.52.6",
 9025]
 9026
 9027[[package]]
 9028name = "libm"
 9029version = "0.2.11"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9032
 9033[[package]]
 9034name = "libmimalloc-sys"
 9035version = "0.1.42"
 9036source = "registry+https://github.com/rust-lang/crates.io-index"
 9037checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9038dependencies = [
 9039 "cc",
 9040 "libc",
 9041]
 9042
 9043[[package]]
 9044name = "libredox"
 9045version = "0.1.3"
 9046source = "registry+https://github.com/rust-lang/crates.io-index"
 9047checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9048dependencies = [
 9049 "bitflags 2.9.0",
 9050 "libc",
 9051 "redox_syscall 0.5.11",
 9052]
 9053
 9054[[package]]
 9055name = "libsqlite3-sys"
 9056version = "0.30.1"
 9057source = "registry+https://github.com/rust-lang/crates.io-index"
 9058checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9059dependencies = [
 9060 "cc",
 9061 "pkg-config",
 9062 "vcpkg",
 9063]
 9064
 9065[[package]]
 9066name = "libwebrtc"
 9067version = "0.3.10"
 9068source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9069dependencies = [
 9070 "cxx",
 9071 "jni",
 9072 "js-sys",
 9073 "lazy_static",
 9074 "livekit-protocol",
 9075 "livekit-runtime",
 9076 "log",
 9077 "parking_lot",
 9078 "serde",
 9079 "serde_json",
 9080 "thiserror 1.0.69",
 9081 "tokio",
 9082 "wasm-bindgen",
 9083 "wasm-bindgen-futures",
 9084 "web-sys",
 9085 "webrtc-sys",
 9086]
 9087
 9088[[package]]
 9089name = "libz-rs-sys"
 9090version = "0.5.0"
 9091source = "registry+https://github.com/rust-lang/crates.io-index"
 9092checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9093dependencies = [
 9094 "zlib-rs",
 9095]
 9096
 9097[[package]]
 9098name = "libz-sys"
 9099version = "1.1.22"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9102dependencies = [
 9103 "cc",
 9104 "libc",
 9105 "pkg-config",
 9106 "vcpkg",
 9107]
 9108
 9109[[package]]
 9110name = "link-cplusplus"
 9111version = "1.0.10"
 9112source = "registry+https://github.com/rust-lang/crates.io-index"
 9113checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9114dependencies = [
 9115 "cc",
 9116]
 9117
 9118[[package]]
 9119name = "linkify"
 9120version = "0.10.0"
 9121source = "registry+https://github.com/rust-lang/crates.io-index"
 9122checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9123dependencies = [
 9124 "memchr",
 9125]
 9126
 9127[[package]]
 9128name = "linux-raw-sys"
 9129version = "0.4.15"
 9130source = "registry+https://github.com/rust-lang/crates.io-index"
 9131checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9132
 9133[[package]]
 9134name = "linux-raw-sys"
 9135version = "0.9.4"
 9136source = "registry+https://github.com/rust-lang/crates.io-index"
 9137checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9138
 9139[[package]]
 9140name = "litemap"
 9141version = "0.7.5"
 9142source = "registry+https://github.com/rust-lang/crates.io-index"
 9143checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9144
 9145[[package]]
 9146name = "livekit"
 9147version = "0.7.8"
 9148source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9149dependencies = [
 9150 "chrono",
 9151 "futures-util",
 9152 "lazy_static",
 9153 "libloading",
 9154 "libwebrtc",
 9155 "livekit-api",
 9156 "livekit-protocol",
 9157 "livekit-runtime",
 9158 "log",
 9159 "parking_lot",
 9160 "prost 0.12.6",
 9161 "semver",
 9162 "serde",
 9163 "serde_json",
 9164 "thiserror 1.0.69",
 9165 "tokio",
 9166]
 9167
 9168[[package]]
 9169name = "livekit-api"
 9170version = "0.4.2"
 9171source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9172dependencies = [
 9173 "futures-util",
 9174 "http 0.2.12",
 9175 "livekit-protocol",
 9176 "livekit-runtime",
 9177 "log",
 9178 "parking_lot",
 9179 "pbjson-types",
 9180 "prost 0.12.6",
 9181 "rand 0.9.1",
 9182 "reqwest 0.11.27",
 9183 "scopeguard",
 9184 "serde",
 9185 "sha2",
 9186 "thiserror 1.0.69",
 9187 "tokio",
 9188 "tokio-tungstenite 0.26.2",
 9189 "url",
 9190]
 9191
 9192[[package]]
 9193name = "livekit-protocol"
 9194version = "0.3.9"
 9195source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9196dependencies = [
 9197 "futures-util",
 9198 "livekit-runtime",
 9199 "parking_lot",
 9200 "pbjson",
 9201 "pbjson-types",
 9202 "prost 0.12.6",
 9203 "prost-types 0.12.6",
 9204 "serde",
 9205 "thiserror 1.0.69",
 9206 "tokio",
 9207]
 9208
 9209[[package]]
 9210name = "livekit-runtime"
 9211version = "0.4.0"
 9212source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9213dependencies = [
 9214 "tokio",
 9215 "tokio-stream",
 9216]
 9217
 9218[[package]]
 9219name = "livekit_api"
 9220version = "0.1.0"
 9221dependencies = [
 9222 "anyhow",
 9223 "async-trait",
 9224 "jsonwebtoken",
 9225 "log",
 9226 "prost 0.9.0",
 9227 "prost-build 0.9.0",
 9228 "prost-types 0.9.0",
 9229 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9230 "serde",
 9231 "workspace-hack",
 9232]
 9233
 9234[[package]]
 9235name = "livekit_client"
 9236version = "0.1.0"
 9237dependencies = [
 9238 "anyhow",
 9239 "async-trait",
 9240 "collections",
 9241 "core-foundation 0.10.0",
 9242 "core-video",
 9243 "coreaudio-rs 0.12.1",
 9244 "cpal",
 9245 "futures 0.3.31",
 9246 "gpui",
 9247 "gpui_tokio",
 9248 "http_client_tls",
 9249 "image",
 9250 "libwebrtc",
 9251 "livekit",
 9252 "livekit_api",
 9253 "log",
 9254 "nanoid",
 9255 "objc",
 9256 "parking_lot",
 9257 "postage",
 9258 "scap",
 9259 "serde",
 9260 "serde_json",
 9261 "sha2",
 9262 "simplelog",
 9263 "smallvec",
 9264 "tokio-tungstenite 0.26.2",
 9265 "util",
 9266 "workspace-hack",
 9267]
 9268
 9269[[package]]
 9270name = "lmdb-master-sys"
 9271version = "0.2.5"
 9272source = "registry+https://github.com/rust-lang/crates.io-index"
 9273checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9274dependencies = [
 9275 "cc",
 9276 "doxygen-rs",
 9277 "libc",
 9278]
 9279
 9280[[package]]
 9281name = "lmstudio"
 9282version = "0.1.0"
 9283dependencies = [
 9284 "anyhow",
 9285 "futures 0.3.31",
 9286 "http_client",
 9287 "schemars",
 9288 "serde",
 9289 "serde_json",
 9290 "workspace-hack",
 9291]
 9292
 9293[[package]]
 9294name = "lock_api"
 9295version = "0.4.12"
 9296source = "registry+https://github.com/rust-lang/crates.io-index"
 9297checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9298dependencies = [
 9299 "autocfg",
 9300 "scopeguard",
 9301]
 9302
 9303[[package]]
 9304name = "log"
 9305version = "0.4.27"
 9306source = "registry+https://github.com/rust-lang/crates.io-index"
 9307checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9308dependencies = [
 9309 "serde",
 9310 "value-bag",
 9311]
 9312
 9313[[package]]
 9314name = "logos"
 9315version = "0.15.0"
 9316source = "registry+https://github.com/rust-lang/crates.io-index"
 9317checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9318dependencies = [
 9319 "logos-derive",
 9320]
 9321
 9322[[package]]
 9323name = "logos-codegen"
 9324version = "0.15.0"
 9325source = "registry+https://github.com/rust-lang/crates.io-index"
 9326checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9327dependencies = [
 9328 "beef",
 9329 "fnv",
 9330 "lazy_static",
 9331 "proc-macro2",
 9332 "quote",
 9333 "regex-syntax 0.8.5",
 9334 "rustc_version",
 9335 "syn 2.0.101",
 9336]
 9337
 9338[[package]]
 9339name = "logos-derive"
 9340version = "0.15.0"
 9341source = "registry+https://github.com/rust-lang/crates.io-index"
 9342checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9343dependencies = [
 9344 "logos-codegen",
 9345]
 9346
 9347[[package]]
 9348name = "loop9"
 9349version = "0.1.5"
 9350source = "registry+https://github.com/rust-lang/crates.io-index"
 9351checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9352dependencies = [
 9353 "imgref",
 9354]
 9355
 9356[[package]]
 9357name = "lru"
 9358version = "0.12.5"
 9359source = "registry+https://github.com/rust-lang/crates.io-index"
 9360checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9361dependencies = [
 9362 "hashbrown 0.15.3",
 9363]
 9364
 9365[[package]]
 9366name = "lsp"
 9367version = "0.1.0"
 9368dependencies = [
 9369 "anyhow",
 9370 "async-pipe",
 9371 "collections",
 9372 "ctor",
 9373 "env_logger 0.11.8",
 9374 "futures 0.3.31",
 9375 "gpui",
 9376 "log",
 9377 "lsp-types",
 9378 "parking_lot",
 9379 "postage",
 9380 "release_channel",
 9381 "schemars",
 9382 "serde",
 9383 "serde_json",
 9384 "smol",
 9385 "util",
 9386 "workspace-hack",
 9387]
 9388
 9389[[package]]
 9390name = "lsp-types"
 9391version = "0.95.1"
 9392source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9393dependencies = [
 9394 "bitflags 1.3.2",
 9395 "serde",
 9396 "serde_json",
 9397 "serde_repr",
 9398 "url",
 9399]
 9400
 9401[[package]]
 9402name = "lyon"
 9403version = "1.0.1"
 9404source = "registry+https://github.com/rust-lang/crates.io-index"
 9405checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9406dependencies = [
 9407 "lyon_algorithms",
 9408 "lyon_extra",
 9409 "lyon_tessellation",
 9410]
 9411
 9412[[package]]
 9413name = "lyon_algorithms"
 9414version = "1.0.5"
 9415source = "registry+https://github.com/rust-lang/crates.io-index"
 9416checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9417dependencies = [
 9418 "lyon_path",
 9419 "num-traits",
 9420]
 9421
 9422[[package]]
 9423name = "lyon_extra"
 9424version = "1.0.3"
 9425source = "registry+https://github.com/rust-lang/crates.io-index"
 9426checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9427dependencies = [
 9428 "lyon_path",
 9429 "thiserror 1.0.69",
 9430]
 9431
 9432[[package]]
 9433name = "lyon_geom"
 9434version = "1.0.6"
 9435source = "registry+https://github.com/rust-lang/crates.io-index"
 9436checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9437dependencies = [
 9438 "arrayvec",
 9439 "euclid",
 9440 "num-traits",
 9441]
 9442
 9443[[package]]
 9444name = "lyon_path"
 9445version = "1.0.7"
 9446source = "registry+https://github.com/rust-lang/crates.io-index"
 9447checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9448dependencies = [
 9449 "lyon_geom",
 9450 "num-traits",
 9451]
 9452
 9453[[package]]
 9454name = "lyon_tessellation"
 9455version = "1.0.15"
 9456source = "registry+https://github.com/rust-lang/crates.io-index"
 9457checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9458dependencies = [
 9459 "float_next_after",
 9460 "lyon_path",
 9461 "num-traits",
 9462]
 9463
 9464[[package]]
 9465name = "mac"
 9466version = "0.1.1"
 9467source = "registry+https://github.com/rust-lang/crates.io-index"
 9468checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9469
 9470[[package]]
 9471name = "mach2"
 9472version = "0.4.2"
 9473source = "registry+https://github.com/rust-lang/crates.io-index"
 9474checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9475dependencies = [
 9476 "libc",
 9477]
 9478
 9479[[package]]
 9480name = "malloc_buf"
 9481version = "0.0.6"
 9482source = "registry+https://github.com/rust-lang/crates.io-index"
 9483checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9484dependencies = [
 9485 "libc",
 9486]
 9487
 9488[[package]]
 9489name = "maplit"
 9490version = "1.0.2"
 9491source = "registry+https://github.com/rust-lang/crates.io-index"
 9492checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9493
 9494[[package]]
 9495name = "markdown"
 9496version = "0.1.0"
 9497dependencies = [
 9498 "anyhow",
 9499 "assets",
 9500 "base64 0.22.1",
 9501 "env_logger 0.11.8",
 9502 "gpui",
 9503 "language",
 9504 "languages",
 9505 "linkify",
 9506 "log",
 9507 "node_runtime",
 9508 "pulldown-cmark 0.12.2",
 9509 "settings",
 9510 "sum_tree",
 9511 "theme",
 9512 "ui",
 9513 "util",
 9514 "workspace-hack",
 9515]
 9516
 9517[[package]]
 9518name = "markdown_preview"
 9519version = "0.1.0"
 9520dependencies = [
 9521 "anyhow",
 9522 "async-recursion 1.1.1",
 9523 "collections",
 9524 "editor",
 9525 "gpui",
 9526 "language",
 9527 "linkify",
 9528 "log",
 9529 "pretty_assertions",
 9530 "pulldown-cmark 0.12.2",
 9531 "settings",
 9532 "theme",
 9533 "ui",
 9534 "util",
 9535 "workspace",
 9536 "workspace-hack",
 9537]
 9538
 9539[[package]]
 9540name = "markup5ever"
 9541version = "0.12.1"
 9542source = "registry+https://github.com/rust-lang/crates.io-index"
 9543checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9544dependencies = [
 9545 "log",
 9546 "phf",
 9547 "phf_codegen",
 9548 "string_cache",
 9549 "string_cache_codegen",
 9550 "tendril",
 9551]
 9552
 9553[[package]]
 9554name = "markup5ever"
 9555version = "0.16.1"
 9556source = "registry+https://github.com/rust-lang/crates.io-index"
 9557checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9558dependencies = [
 9559 "log",
 9560 "tendril",
 9561 "web_atoms",
 9562]
 9563
 9564[[package]]
 9565name = "markup5ever_rcdom"
 9566version = "0.3.0"
 9567source = "registry+https://github.com/rust-lang/crates.io-index"
 9568checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9569dependencies = [
 9570 "html5ever 0.27.0",
 9571 "markup5ever 0.12.1",
 9572 "tendril",
 9573 "xml5ever",
 9574]
 9575
 9576[[package]]
 9577name = "match_token"
 9578version = "0.1.0"
 9579source = "registry+https://github.com/rust-lang/crates.io-index"
 9580checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9581dependencies = [
 9582 "proc-macro2",
 9583 "quote",
 9584 "syn 2.0.101",
 9585]
 9586
 9587[[package]]
 9588name = "matchers"
 9589version = "0.1.0"
 9590source = "registry+https://github.com/rust-lang/crates.io-index"
 9591checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9592dependencies = [
 9593 "regex-automata 0.1.10",
 9594]
 9595
 9596[[package]]
 9597name = "matchit"
 9598version = "0.7.3"
 9599source = "registry+https://github.com/rust-lang/crates.io-index"
 9600checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9601
 9602[[package]]
 9603name = "maybe-async"
 9604version = "0.2.10"
 9605source = "registry+https://github.com/rust-lang/crates.io-index"
 9606checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9607dependencies = [
 9608 "proc-macro2",
 9609 "quote",
 9610 "syn 2.0.101",
 9611]
 9612
 9613[[package]]
 9614name = "maybe-owned"
 9615version = "0.3.4"
 9616source = "registry+https://github.com/rust-lang/crates.io-index"
 9617checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9618
 9619[[package]]
 9620name = "maybe-rayon"
 9621version = "0.1.1"
 9622source = "registry+https://github.com/rust-lang/crates.io-index"
 9623checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9624dependencies = [
 9625 "cfg-if",
 9626 "rayon",
 9627]
 9628
 9629[[package]]
 9630name = "md-5"
 9631version = "0.10.6"
 9632source = "registry+https://github.com/rust-lang/crates.io-index"
 9633checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9634dependencies = [
 9635 "cfg-if",
 9636 "digest",
 9637]
 9638
 9639[[package]]
 9640name = "mdbook"
 9641version = "0.4.48"
 9642source = "registry+https://github.com/rust-lang/crates.io-index"
 9643checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9644dependencies = [
 9645 "ammonia",
 9646 "anyhow",
 9647 "chrono",
 9648 "clap",
 9649 "clap_complete",
 9650 "elasticlunr-rs",
 9651 "env_logger 0.11.8",
 9652 "futures-util",
 9653 "handlebars 6.3.2",
 9654 "hex",
 9655 "ignore",
 9656 "log",
 9657 "memchr",
 9658 "notify",
 9659 "notify-debouncer-mini",
 9660 "once_cell",
 9661 "opener",
 9662 "pathdiff",
 9663 "pulldown-cmark 0.10.3",
 9664 "regex",
 9665 "serde",
 9666 "serde_json",
 9667 "sha2",
 9668 "shlex",
 9669 "tempfile",
 9670 "tokio",
 9671 "toml 0.5.11",
 9672 "topological-sort",
 9673 "walkdir",
 9674 "warp",
 9675]
 9676
 9677[[package]]
 9678name = "media"
 9679version = "0.1.0"
 9680dependencies = [
 9681 "anyhow",
 9682 "bindgen 0.71.1",
 9683 "core-foundation 0.10.0",
 9684 "core-video",
 9685 "ctor",
 9686 "foreign-types 0.5.0",
 9687 "metal",
 9688 "objc",
 9689 "workspace-hack",
 9690]
 9691
 9692[[package]]
 9693name = "memchr"
 9694version = "2.7.4"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9697
 9698[[package]]
 9699name = "memfd"
 9700version = "0.6.4"
 9701source = "registry+https://github.com/rust-lang/crates.io-index"
 9702checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9703dependencies = [
 9704 "rustix 0.38.44",
 9705]
 9706
 9707[[package]]
 9708name = "memmap2"
 9709version = "0.9.5"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9712dependencies = [
 9713 "libc",
 9714]
 9715
 9716[[package]]
 9717name = "memoffset"
 9718version = "0.9.1"
 9719source = "registry+https://github.com/rust-lang/crates.io-index"
 9720checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9721dependencies = [
 9722 "autocfg",
 9723]
 9724
 9725[[package]]
 9726name = "menu"
 9727version = "0.1.0"
 9728dependencies = [
 9729 "gpui",
 9730 "workspace-hack",
 9731]
 9732
 9733[[package]]
 9734name = "metal"
 9735version = "0.29.0"
 9736source = "registry+https://github.com/rust-lang/crates.io-index"
 9737checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9738dependencies = [
 9739 "bitflags 2.9.0",
 9740 "block",
 9741 "core-graphics-types 0.1.3",
 9742 "foreign-types 0.5.0",
 9743 "log",
 9744 "objc",
 9745 "paste",
 9746]
 9747
 9748[[package]]
 9749name = "migrator"
 9750version = "0.1.0"
 9751dependencies = [
 9752 "anyhow",
 9753 "collections",
 9754 "convert_case 0.8.0",
 9755 "log",
 9756 "pretty_assertions",
 9757 "streaming-iterator",
 9758 "tree-sitter",
 9759 "tree-sitter-json",
 9760 "workspace-hack",
 9761]
 9762
 9763[[package]]
 9764name = "mimalloc"
 9765version = "0.1.46"
 9766source = "registry+https://github.com/rust-lang/crates.io-index"
 9767checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9768dependencies = [
 9769 "libmimalloc-sys",
 9770]
 9771
 9772[[package]]
 9773name = "mime"
 9774version = "0.3.17"
 9775source = "registry+https://github.com/rust-lang/crates.io-index"
 9776checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9777
 9778[[package]]
 9779name = "mime_guess"
 9780version = "2.0.5"
 9781source = "registry+https://github.com/rust-lang/crates.io-index"
 9782checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9783dependencies = [
 9784 "mime",
 9785 "unicase",
 9786]
 9787
 9788[[package]]
 9789name = "minimal-lexical"
 9790version = "0.2.1"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9793
 9794[[package]]
 9795name = "miniz_oxide"
 9796version = "0.8.8"
 9797source = "registry+https://github.com/rust-lang/crates.io-index"
 9798checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9799dependencies = [
 9800 "adler2",
 9801 "simd-adler32",
 9802]
 9803
 9804[[package]]
 9805name = "mint"
 9806version = "0.5.9"
 9807source = "registry+https://github.com/rust-lang/crates.io-index"
 9808checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9809
 9810[[package]]
 9811name = "mio"
 9812version = "1.0.3"
 9813source = "registry+https://github.com/rust-lang/crates.io-index"
 9814checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9815dependencies = [
 9816 "libc",
 9817 "log",
 9818 "wasi 0.11.0+wasi-snapshot-preview1",
 9819 "windows-sys 0.52.0",
 9820]
 9821
 9822[[package]]
 9823name = "miow"
 9824version = "0.6.0"
 9825source = "registry+https://github.com/rust-lang/crates.io-index"
 9826checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9827dependencies = [
 9828 "windows-sys 0.48.0",
 9829]
 9830
 9831[[package]]
 9832name = "mistral"
 9833version = "0.1.0"
 9834dependencies = [
 9835 "anyhow",
 9836 "futures 0.3.31",
 9837 "http_client",
 9838 "schemars",
 9839 "serde",
 9840 "serde_json",
 9841 "strum 0.27.1",
 9842 "workspace-hack",
 9843]
 9844
 9845[[package]]
 9846name = "msvc_spectre_libs"
 9847version = "0.1.3"
 9848source = "registry+https://github.com/rust-lang/crates.io-index"
 9849checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9850dependencies = [
 9851 "cc",
 9852]
 9853
 9854[[package]]
 9855name = "multi_buffer"
 9856version = "0.1.0"
 9857dependencies = [
 9858 "anyhow",
 9859 "buffer_diff",
 9860 "clock",
 9861 "collections",
 9862 "ctor",
 9863 "env_logger 0.11.8",
 9864 "gpui",
 9865 "indoc",
 9866 "itertools 0.14.0",
 9867 "language",
 9868 "log",
 9869 "parking_lot",
 9870 "pretty_assertions",
 9871 "project",
 9872 "rand 0.8.5",
 9873 "rope",
 9874 "serde",
 9875 "settings",
 9876 "smallvec",
 9877 "smol",
 9878 "sum_tree",
 9879 "text",
 9880 "theme",
 9881 "tree-sitter",
 9882 "util",
 9883 "workspace-hack",
 9884]
 9885
 9886[[package]]
 9887name = "multimap"
 9888version = "0.8.3"
 9889source = "registry+https://github.com/rust-lang/crates.io-index"
 9890checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9891
 9892[[package]]
 9893name = "multimap"
 9894version = "0.10.0"
 9895source = "registry+https://github.com/rust-lang/crates.io-index"
 9896checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9897
 9898[[package]]
 9899name = "naga"
 9900version = "25.0.1"
 9901source = "registry+https://github.com/rust-lang/crates.io-index"
 9902checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9903dependencies = [
 9904 "arrayvec",
 9905 "bit-set 0.8.0",
 9906 "bitflags 2.9.0",
 9907 "cfg_aliases 0.2.1",
 9908 "codespan-reporting 0.12.0",
 9909 "half",
 9910 "hashbrown 0.15.3",
 9911 "hexf-parse",
 9912 "indexmap",
 9913 "log",
 9914 "num-traits",
 9915 "once_cell",
 9916 "rustc-hash 1.1.0",
 9917 "spirv",
 9918 "strum 0.26.3",
 9919 "thiserror 2.0.12",
 9920 "unicode-ident",
 9921]
 9922
 9923[[package]]
 9924name = "nanoid"
 9925version = "0.4.0"
 9926source = "registry+https://github.com/rust-lang/crates.io-index"
 9927checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9928dependencies = [
 9929 "rand 0.8.5",
 9930]
 9931
 9932[[package]]
 9933name = "nanorand"
 9934version = "0.7.0"
 9935source = "registry+https://github.com/rust-lang/crates.io-index"
 9936checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9937dependencies = [
 9938 "getrandom 0.2.15",
 9939]
 9940
 9941[[package]]
 9942name = "native-tls"
 9943version = "0.2.14"
 9944source = "registry+https://github.com/rust-lang/crates.io-index"
 9945checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9946dependencies = [
 9947 "libc",
 9948 "log",
 9949 "openssl",
 9950 "openssl-probe",
 9951 "openssl-sys",
 9952 "schannel",
 9953 "security-framework 2.11.1",
 9954 "security-framework-sys",
 9955 "tempfile",
 9956]
 9957
 9958[[package]]
 9959name = "nbformat"
 9960version = "0.10.0"
 9961source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 9962dependencies = [
 9963 "anyhow",
 9964 "chrono",
 9965 "jupyter-protocol",
 9966 "serde",
 9967 "serde_json",
 9968 "thiserror 1.0.69",
 9969 "uuid",
 9970]
 9971
 9972[[package]]
 9973name = "ndk"
 9974version = "0.8.0"
 9975source = "registry+https://github.com/rust-lang/crates.io-index"
 9976checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 9977dependencies = [
 9978 "bitflags 2.9.0",
 9979 "jni-sys",
 9980 "log",
 9981 "ndk-sys",
 9982 "num_enum",
 9983 "thiserror 1.0.69",
 9984]
 9985
 9986[[package]]
 9987name = "ndk-context"
 9988version = "0.1.1"
 9989source = "registry+https://github.com/rust-lang/crates.io-index"
 9990checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 9991
 9992[[package]]
 9993name = "ndk-sys"
 9994version = "0.5.0+25.2.9519653"
 9995source = "registry+https://github.com/rust-lang/crates.io-index"
 9996checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 9997dependencies = [
 9998 "jni-sys",
 9999]
10000
10001[[package]]
10002name = "new_debug_unreachable"
10003version = "1.0.6"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10006
10007[[package]]
10008name = "nix"
10009version = "0.28.0"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10012dependencies = [
10013 "bitflags 2.9.0",
10014 "cfg-if",
10015 "cfg_aliases 0.1.1",
10016 "libc",
10017]
10018
10019[[package]]
10020name = "nix"
10021version = "0.29.0"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10024dependencies = [
10025 "bitflags 2.9.0",
10026 "cfg-if",
10027 "cfg_aliases 0.2.1",
10028 "libc",
10029 "memoffset",
10030]
10031
10032[[package]]
10033name = "node_runtime"
10034version = "0.1.0"
10035dependencies = [
10036 "anyhow",
10037 "async-compression",
10038 "async-std",
10039 "async-tar",
10040 "async-trait",
10041 "async-watch",
10042 "async_zip",
10043 "futures 0.3.31",
10044 "http_client",
10045 "log",
10046 "paths",
10047 "semver",
10048 "serde",
10049 "serde_json",
10050 "smol",
10051 "tempfile",
10052 "util",
10053 "walkdir",
10054 "which 6.0.3",
10055 "workspace-hack",
10056]
10057
10058[[package]]
10059name = "nom"
10060version = "7.1.3"
10061source = "registry+https://github.com/rust-lang/crates.io-index"
10062checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10063dependencies = [
10064 "memchr",
10065 "minimal-lexical",
10066]
10067
10068[[package]]
10069name = "noop_proc_macro"
10070version = "0.3.0"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10073
10074[[package]]
10075name = "normpath"
10076version = "1.3.0"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10079dependencies = [
10080 "windows-sys 0.59.0",
10081]
10082
10083[[package]]
10084name = "notifications"
10085version = "0.1.0"
10086dependencies = [
10087 "anyhow",
10088 "channel",
10089 "client",
10090 "collections",
10091 "component",
10092 "db",
10093 "gpui",
10094 "rpc",
10095 "settings",
10096 "sum_tree",
10097 "time",
10098 "ui",
10099 "util",
10100 "workspace",
10101 "workspace-hack",
10102]
10103
10104[[package]]
10105name = "notify"
10106version = "8.0.0"
10107source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10108dependencies = [
10109 "bitflags 2.9.0",
10110 "filetime",
10111 "fsevent-sys 4.1.0",
10112 "inotify",
10113 "kqueue",
10114 "libc",
10115 "log",
10116 "mio",
10117 "notify-types",
10118 "walkdir",
10119 "windows-sys 0.59.0",
10120]
10121
10122[[package]]
10123name = "notify-debouncer-mini"
10124version = "0.6.0"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10127dependencies = [
10128 "log",
10129 "notify",
10130 "notify-types",
10131 "tempfile",
10132]
10133
10134[[package]]
10135name = "notify-types"
10136version = "2.0.0"
10137source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10138
10139[[package]]
10140name = "ntapi"
10141version = "0.4.1"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10144dependencies = [
10145 "winapi",
10146]
10147
10148[[package]]
10149name = "nu-ansi-term"
10150version = "0.46.0"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10153dependencies = [
10154 "overload",
10155 "winapi",
10156]
10157
10158[[package]]
10159name = "num"
10160version = "0.4.3"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10163dependencies = [
10164 "num-bigint",
10165 "num-complex",
10166 "num-integer",
10167 "num-iter",
10168 "num-rational",
10169 "num-traits",
10170]
10171
10172[[package]]
10173name = "num-bigint"
10174version = "0.4.6"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10177dependencies = [
10178 "num-integer",
10179 "num-traits",
10180]
10181
10182[[package]]
10183name = "num-bigint-dig"
10184version = "0.8.4"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10187dependencies = [
10188 "byteorder",
10189 "lazy_static",
10190 "libm",
10191 "num-integer",
10192 "num-iter",
10193 "num-traits",
10194 "rand 0.8.5",
10195 "serde",
10196 "smallvec",
10197 "zeroize",
10198]
10199
10200[[package]]
10201name = "num-cmp"
10202version = "0.1.0"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10205
10206[[package]]
10207name = "num-complex"
10208version = "0.4.6"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10211dependencies = [
10212 "num-traits",
10213]
10214
10215[[package]]
10216name = "num-conv"
10217version = "0.1.0"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10220
10221[[package]]
10222name = "num-derive"
10223version = "0.4.2"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10226dependencies = [
10227 "proc-macro2",
10228 "quote",
10229 "syn 2.0.101",
10230]
10231
10232[[package]]
10233name = "num-format"
10234version = "0.4.4"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10237dependencies = [
10238 "arrayvec",
10239 "itoa",
10240]
10241
10242[[package]]
10243name = "num-integer"
10244version = "0.1.46"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10247dependencies = [
10248 "num-traits",
10249]
10250
10251[[package]]
10252name = "num-iter"
10253version = "0.1.45"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10256dependencies = [
10257 "autocfg",
10258 "num-integer",
10259 "num-traits",
10260]
10261
10262[[package]]
10263name = "num-modular"
10264version = "0.6.1"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10267
10268[[package]]
10269name = "num-order"
10270version = "1.2.0"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10273dependencies = [
10274 "num-modular",
10275]
10276
10277[[package]]
10278name = "num-rational"
10279version = "0.4.2"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10282dependencies = [
10283 "num-bigint",
10284 "num-integer",
10285 "num-traits",
10286]
10287
10288[[package]]
10289name = "num-traits"
10290version = "0.2.19"
10291source = "registry+https://github.com/rust-lang/crates.io-index"
10292checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10293dependencies = [
10294 "autocfg",
10295 "libm",
10296]
10297
10298[[package]]
10299name = "num_cpus"
10300version = "1.16.0"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10303dependencies = [
10304 "hermit-abi 0.3.9",
10305 "libc",
10306]
10307
10308[[package]]
10309name = "num_enum"
10310version = "0.7.3"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10313dependencies = [
10314 "num_enum_derive",
10315]
10316
10317[[package]]
10318name = "num_enum_derive"
10319version = "0.7.3"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10322dependencies = [
10323 "proc-macro-crate",
10324 "proc-macro2",
10325 "quote",
10326 "syn 2.0.101",
10327]
10328
10329[[package]]
10330name = "num_threads"
10331version = "0.1.7"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10334dependencies = [
10335 "libc",
10336]
10337
10338[[package]]
10339name = "nvim-rs"
10340version = "0.9.2"
10341source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10342dependencies = [
10343 "async-trait",
10344 "futures 0.3.31",
10345 "log",
10346 "rmp",
10347 "rmpv",
10348 "tokio",
10349 "tokio-util",
10350]
10351
10352[[package]]
10353name = "objc"
10354version = "0.2.7"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10357dependencies = [
10358 "malloc_buf",
10359 "objc_exception",
10360]
10361
10362[[package]]
10363name = "objc-foundation"
10364version = "0.1.1"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10367dependencies = [
10368 "block",
10369 "objc",
10370 "objc_id",
10371]
10372
10373[[package]]
10374name = "objc2"
10375version = "0.6.1"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10378dependencies = [
10379 "objc2-encode",
10380]
10381
10382[[package]]
10383name = "objc2-app-kit"
10384version = "0.3.1"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10387dependencies = [
10388 "bitflags 2.9.0",
10389 "objc2",
10390 "objc2-core-foundation",
10391 "objc2-foundation",
10392 "objc2-quartz-core",
10393]
10394
10395[[package]]
10396name = "objc2-core-foundation"
10397version = "0.3.1"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10400dependencies = [
10401 "bitflags 2.9.0",
10402 "dispatch2",
10403 "objc2",
10404]
10405
10406[[package]]
10407name = "objc2-encode"
10408version = "4.1.0"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10411
10412[[package]]
10413name = "objc2-foundation"
10414version = "0.3.1"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10417dependencies = [
10418 "bitflags 2.9.0",
10419 "objc2",
10420 "objc2-core-foundation",
10421]
10422
10423[[package]]
10424name = "objc2-metal"
10425version = "0.3.1"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10428dependencies = [
10429 "bitflags 2.9.0",
10430 "block2",
10431 "dispatch2",
10432 "objc2",
10433 "objc2-core-foundation",
10434 "objc2-foundation",
10435]
10436
10437[[package]]
10438name = "objc2-quartz-core"
10439version = "0.3.1"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10442dependencies = [
10443 "bitflags 2.9.0",
10444 "objc2",
10445 "objc2-core-foundation",
10446 "objc2-foundation",
10447 "objc2-metal",
10448]
10449
10450[[package]]
10451name = "objc2-ui-kit"
10452version = "0.3.1"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10455dependencies = [
10456 "bitflags 2.9.0",
10457 "objc2",
10458 "objc2-core-foundation",
10459 "objc2-foundation",
10460 "objc2-quartz-core",
10461]
10462
10463[[package]]
10464name = "objc_exception"
10465version = "0.1.2"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10468dependencies = [
10469 "cc",
10470]
10471
10472[[package]]
10473name = "objc_id"
10474version = "0.1.1"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10477dependencies = [
10478 "objc",
10479]
10480
10481[[package]]
10482name = "object"
10483version = "0.36.7"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10486dependencies = [
10487 "crc32fast",
10488 "hashbrown 0.15.3",
10489 "indexmap",
10490 "memchr",
10491]
10492
10493[[package]]
10494name = "oboe"
10495version = "0.6.1"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10498dependencies = [
10499 "jni",
10500 "ndk",
10501 "ndk-context",
10502 "num-derive",
10503 "num-traits",
10504 "oboe-sys",
10505]
10506
10507[[package]]
10508name = "oboe-sys"
10509version = "0.6.1"
10510source = "registry+https://github.com/rust-lang/crates.io-index"
10511checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10512dependencies = [
10513 "cc",
10514]
10515
10516[[package]]
10517name = "ollama"
10518version = "0.1.0"
10519dependencies = [
10520 "anyhow",
10521 "futures 0.3.31",
10522 "http_client",
10523 "schemars",
10524 "serde",
10525 "serde_json",
10526 "workspace-hack",
10527]
10528
10529[[package]]
10530name = "once_cell"
10531version = "1.21.3"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10534
10535[[package]]
10536name = "oo7"
10537version = "0.4.3"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10540dependencies = [
10541 "aes",
10542 "ashpd",
10543 "async-fs",
10544 "async-io",
10545 "async-lock",
10546 "blocking",
10547 "cbc",
10548 "cipher",
10549 "digest",
10550 "endi",
10551 "futures-lite 2.6.0",
10552 "futures-util",
10553 "getrandom 0.3.2",
10554 "hkdf",
10555 "hmac",
10556 "md-5",
10557 "num",
10558 "num-bigint-dig",
10559 "pbkdf2 0.12.2",
10560 "rand 0.9.1",
10561 "serde",
10562 "sha2",
10563 "subtle",
10564 "zbus",
10565 "zbus_macros",
10566 "zeroize",
10567 "zvariant",
10568]
10569
10570[[package]]
10571name = "oorandom"
10572version = "11.1.5"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10575
10576[[package]]
10577name = "open"
10578version = "5.3.2"
10579source = "registry+https://github.com/rust-lang/crates.io-index"
10580checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10581dependencies = [
10582 "is-wsl",
10583 "libc",
10584 "pathdiff",
10585]
10586
10587[[package]]
10588name = "open_ai"
10589version = "0.1.0"
10590dependencies = [
10591 "anyhow",
10592 "futures 0.3.31",
10593 "http_client",
10594 "schemars",
10595 "serde",
10596 "serde_json",
10597 "strum 0.27.1",
10598 "workspace-hack",
10599]
10600
10601[[package]]
10602name = "opener"
10603version = "0.7.2"
10604source = "registry+https://github.com/rust-lang/crates.io-index"
10605checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10606dependencies = [
10607 "bstr",
10608 "dbus",
10609 "normpath",
10610 "windows-sys 0.59.0",
10611]
10612
10613[[package]]
10614name = "openssl"
10615version = "0.10.72"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10618dependencies = [
10619 "bitflags 2.9.0",
10620 "cfg-if",
10621 "foreign-types 0.3.2",
10622 "libc",
10623 "once_cell",
10624 "openssl-macros",
10625 "openssl-sys",
10626]
10627
10628[[package]]
10629name = "openssl-macros"
10630version = "0.1.1"
10631source = "registry+https://github.com/rust-lang/crates.io-index"
10632checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10633dependencies = [
10634 "proc-macro2",
10635 "quote",
10636 "syn 2.0.101",
10637]
10638
10639[[package]]
10640name = "openssl-probe"
10641version = "0.1.6"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10644
10645[[package]]
10646name = "openssl-sys"
10647version = "0.9.107"
10648source = "registry+https://github.com/rust-lang/crates.io-index"
10649checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10650dependencies = [
10651 "cc",
10652 "libc",
10653 "pkg-config",
10654 "vcpkg",
10655]
10656
10657[[package]]
10658name = "optfield"
10659version = "0.3.0"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10662dependencies = [
10663 "proc-macro2",
10664 "quote",
10665 "syn 2.0.101",
10666]
10667
10668[[package]]
10669name = "option-ext"
10670version = "0.2.0"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10673
10674[[package]]
10675name = "ordered-float"
10676version = "2.10.1"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10679dependencies = [
10680 "num-traits",
10681]
10682
10683[[package]]
10684name = "ordered-float"
10685version = "4.6.0"
10686source = "registry+https://github.com/rust-lang/crates.io-index"
10687checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10688dependencies = [
10689 "num-traits",
10690]
10691
10692[[package]]
10693name = "ordered-stream"
10694version = "0.2.0"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10697dependencies = [
10698 "futures-core",
10699 "pin-project-lite",
10700]
10701
10702[[package]]
10703name = "ouroboros"
10704version = "0.18.5"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10707dependencies = [
10708 "aliasable",
10709 "ouroboros_macro",
10710 "static_assertions",
10711]
10712
10713[[package]]
10714name = "ouroboros_macro"
10715version = "0.18.5"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10718dependencies = [
10719 "heck 0.4.1",
10720 "proc-macro2",
10721 "proc-macro2-diagnostics",
10722 "quote",
10723 "syn 2.0.101",
10724]
10725
10726[[package]]
10727name = "outline"
10728version = "0.1.0"
10729dependencies = [
10730 "editor",
10731 "fuzzy",
10732 "gpui",
10733 "indoc",
10734 "language",
10735 "menu",
10736 "ordered-float 2.10.1",
10737 "picker",
10738 "project",
10739 "rope",
10740 "serde_json",
10741 "settings",
10742 "smol",
10743 "theme",
10744 "tree-sitter-rust",
10745 "tree-sitter-typescript",
10746 "ui",
10747 "util",
10748 "workspace",
10749 "workspace-hack",
10750 "zed_actions",
10751]
10752
10753[[package]]
10754name = "outline_panel"
10755version = "0.1.0"
10756dependencies = [
10757 "anyhow",
10758 "collections",
10759 "db",
10760 "editor",
10761 "file_icons",
10762 "fuzzy",
10763 "gpui",
10764 "itertools 0.14.0",
10765 "language",
10766 "log",
10767 "menu",
10768 "outline",
10769 "pretty_assertions",
10770 "project",
10771 "schemars",
10772 "search",
10773 "serde",
10774 "serde_json",
10775 "settings",
10776 "smallvec",
10777 "smol",
10778 "theme",
10779 "ui",
10780 "util",
10781 "workspace",
10782 "workspace-hack",
10783 "worktree",
10784 "zed_actions",
10785]
10786
10787[[package]]
10788name = "outref"
10789version = "0.5.2"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10792
10793[[package]]
10794name = "overload"
10795version = "0.1.1"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10798
10799[[package]]
10800name = "p256"
10801version = "0.11.1"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10804dependencies = [
10805 "ecdsa",
10806 "elliptic-curve",
10807 "sha2",
10808]
10809
10810[[package]]
10811name = "page_size"
10812version = "0.6.0"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10815dependencies = [
10816 "libc",
10817 "winapi",
10818]
10819
10820[[package]]
10821name = "palette"
10822version = "0.7.6"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10825dependencies = [
10826 "approx",
10827 "fast-srgb8",
10828 "palette_derive",
10829]
10830
10831[[package]]
10832name = "palette_derive"
10833version = "0.7.6"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10836dependencies = [
10837 "by_address",
10838 "proc-macro2",
10839 "quote",
10840 "syn 2.0.101",
10841]
10842
10843[[package]]
10844name = "panel"
10845version = "0.1.0"
10846dependencies = [
10847 "editor",
10848 "gpui",
10849 "settings",
10850 "theme",
10851 "ui",
10852 "workspace",
10853 "workspace-hack",
10854]
10855
10856[[package]]
10857name = "parking"
10858version = "2.2.1"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10861
10862[[package]]
10863name = "parking_lot"
10864version = "0.12.3"
10865source = "registry+https://github.com/rust-lang/crates.io-index"
10866checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10867dependencies = [
10868 "lock_api",
10869 "parking_lot_core",
10870]
10871
10872[[package]]
10873name = "parking_lot_core"
10874version = "0.9.10"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10877dependencies = [
10878 "cfg-if",
10879 "libc",
10880 "redox_syscall 0.5.11",
10881 "smallvec",
10882 "windows-targets 0.52.6",
10883]
10884
10885[[package]]
10886name = "partial-json-fixer"
10887version = "0.5.3"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10890
10891[[package]]
10892name = "password-hash"
10893version = "0.4.2"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10896dependencies = [
10897 "base64ct",
10898 "rand_core 0.6.4",
10899 "subtle",
10900]
10901
10902[[package]]
10903name = "password-hash"
10904version = "0.5.0"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10907dependencies = [
10908 "base64ct",
10909 "rand_core 0.6.4",
10910 "subtle",
10911]
10912
10913[[package]]
10914name = "paste"
10915version = "1.0.15"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10918
10919[[package]]
10920name = "pathdiff"
10921version = "0.2.3"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10924
10925[[package]]
10926name = "pathfinder_geometry"
10927version = "0.5.1"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10930dependencies = [
10931 "log",
10932 "pathfinder_simd",
10933]
10934
10935[[package]]
10936name = "pathfinder_simd"
10937version = "0.5.4"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10940dependencies = [
10941 "rustc_version",
10942]
10943
10944[[package]]
10945name = "paths"
10946version = "0.1.0"
10947dependencies = [
10948 "dirs 4.0.0",
10949 "util",
10950 "workspace-hack",
10951]
10952
10953[[package]]
10954name = "pbjson"
10955version = "0.6.0"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10958dependencies = [
10959 "base64 0.21.7",
10960 "serde",
10961]
10962
10963[[package]]
10964name = "pbjson-build"
10965version = "0.6.2"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
10968dependencies = [
10969 "heck 0.4.1",
10970 "itertools 0.11.0",
10971 "prost 0.12.6",
10972 "prost-types 0.12.6",
10973]
10974
10975[[package]]
10976name = "pbjson-types"
10977version = "0.6.0"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
10980dependencies = [
10981 "bytes 1.10.1",
10982 "chrono",
10983 "pbjson",
10984 "pbjson-build",
10985 "prost 0.12.6",
10986 "prost-build 0.12.6",
10987 "serde",
10988]
10989
10990[[package]]
10991name = "pbkdf2"
10992version = "0.11.0"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
10995dependencies = [
10996 "digest",
10997 "hmac",
10998 "password-hash 0.4.2",
10999 "sha2",
11000]
11001
11002[[package]]
11003name = "pbkdf2"
11004version = "0.12.2"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11007dependencies = [
11008 "digest",
11009 "hmac",
11010]
11011
11012[[package]]
11013name = "pem"
11014version = "3.0.5"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11017dependencies = [
11018 "base64 0.22.1",
11019 "serde",
11020]
11021
11022[[package]]
11023name = "pem-rfc7468"
11024version = "0.7.0"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11027dependencies = [
11028 "base64ct",
11029]
11030
11031[[package]]
11032name = "percent-encoding"
11033version = "2.3.1"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11036
11037[[package]]
11038name = "perplexity"
11039version = "0.1.0"
11040dependencies = [
11041 "serde",
11042 "zed_extension_api 0.6.0",
11043]
11044
11045[[package]]
11046name = "pest"
11047version = "2.8.0"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11050dependencies = [
11051 "memchr",
11052 "thiserror 2.0.12",
11053 "ucd-trie",
11054]
11055
11056[[package]]
11057name = "pest_derive"
11058version = "2.8.0"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11061dependencies = [
11062 "pest",
11063 "pest_generator",
11064]
11065
11066[[package]]
11067name = "pest_generator"
11068version = "2.8.0"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11071dependencies = [
11072 "pest",
11073 "pest_meta",
11074 "proc-macro2",
11075 "quote",
11076 "syn 2.0.101",
11077]
11078
11079[[package]]
11080name = "pest_meta"
11081version = "2.8.0"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11084dependencies = [
11085 "once_cell",
11086 "pest",
11087 "sha2",
11088]
11089
11090[[package]]
11091name = "pet"
11092version = "0.1.0"
11093source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11094dependencies = [
11095 "clap",
11096 "env_logger 0.10.2",
11097 "lazy_static",
11098 "log",
11099 "msvc_spectre_libs",
11100 "pet-conda",
11101 "pet-core",
11102 "pet-env-var-path",
11103 "pet-fs",
11104 "pet-global-virtualenvs",
11105 "pet-homebrew",
11106 "pet-jsonrpc",
11107 "pet-linux-global-python",
11108 "pet-mac-commandlinetools",
11109 "pet-mac-python-org",
11110 "pet-mac-xcode",
11111 "pet-pipenv",
11112 "pet-pixi",
11113 "pet-poetry",
11114 "pet-pyenv",
11115 "pet-python-utils",
11116 "pet-reporter",
11117 "pet-telemetry",
11118 "pet-venv",
11119 "pet-virtualenv",
11120 "pet-virtualenvwrapper",
11121 "pet-windows-registry",
11122 "pet-windows-store",
11123 "serde",
11124 "serde_json",
11125]
11126
11127[[package]]
11128name = "pet-conda"
11129version = "0.1.0"
11130source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11131dependencies = [
11132 "env_logger 0.10.2",
11133 "lazy_static",
11134 "log",
11135 "msvc_spectre_libs",
11136 "pet-core",
11137 "pet-fs",
11138 "pet-python-utils",
11139 "pet-reporter",
11140 "regex",
11141 "serde",
11142 "serde_json",
11143 "yaml-rust2",
11144]
11145
11146[[package]]
11147name = "pet-core"
11148version = "0.1.0"
11149source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11150dependencies = [
11151 "clap",
11152 "lazy_static",
11153 "log",
11154 "msvc_spectre_libs",
11155 "pet-fs",
11156 "regex",
11157 "serde",
11158 "serde_json",
11159]
11160
11161[[package]]
11162name = "pet-env-var-path"
11163version = "0.1.0"
11164source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11165dependencies = [
11166 "lazy_static",
11167 "log",
11168 "msvc_spectre_libs",
11169 "pet-conda",
11170 "pet-core",
11171 "pet-fs",
11172 "pet-python-utils",
11173 "pet-virtualenv",
11174 "regex",
11175]
11176
11177[[package]]
11178name = "pet-fs"
11179version = "0.1.0"
11180source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11181dependencies = [
11182 "log",
11183 "msvc_spectre_libs",
11184]
11185
11186[[package]]
11187name = "pet-global-virtualenvs"
11188version = "0.1.0"
11189source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11190dependencies = [
11191 "log",
11192 "msvc_spectre_libs",
11193 "pet-conda",
11194 "pet-core",
11195 "pet-fs",
11196 "pet-virtualenv",
11197]
11198
11199[[package]]
11200name = "pet-homebrew"
11201version = "0.1.0"
11202source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11203dependencies = [
11204 "lazy_static",
11205 "log",
11206 "msvc_spectre_libs",
11207 "pet-conda",
11208 "pet-core",
11209 "pet-fs",
11210 "pet-python-utils",
11211 "pet-virtualenv",
11212 "regex",
11213 "serde",
11214 "serde_json",
11215]
11216
11217[[package]]
11218name = "pet-jsonrpc"
11219version = "0.1.0"
11220source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11221dependencies = [
11222 "env_logger 0.10.2",
11223 "log",
11224 "msvc_spectre_libs",
11225 "pet-core",
11226 "serde",
11227 "serde_json",
11228]
11229
11230[[package]]
11231name = "pet-linux-global-python"
11232version = "0.1.0"
11233source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11234dependencies = [
11235 "log",
11236 "msvc_spectre_libs",
11237 "pet-core",
11238 "pet-fs",
11239 "pet-python-utils",
11240 "pet-virtualenv",
11241]
11242
11243[[package]]
11244name = "pet-mac-commandlinetools"
11245version = "0.1.0"
11246source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11247dependencies = [
11248 "log",
11249 "msvc_spectre_libs",
11250 "pet-core",
11251 "pet-fs",
11252 "pet-python-utils",
11253 "pet-virtualenv",
11254]
11255
11256[[package]]
11257name = "pet-mac-python-org"
11258version = "0.1.0"
11259source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11260dependencies = [
11261 "log",
11262 "msvc_spectre_libs",
11263 "pet-core",
11264 "pet-fs",
11265 "pet-python-utils",
11266 "pet-virtualenv",
11267]
11268
11269[[package]]
11270name = "pet-mac-xcode"
11271version = "0.1.0"
11272source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11273dependencies = [
11274 "log",
11275 "msvc_spectre_libs",
11276 "pet-core",
11277 "pet-fs",
11278 "pet-python-utils",
11279 "pet-virtualenv",
11280]
11281
11282[[package]]
11283name = "pet-pipenv"
11284version = "0.1.0"
11285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11286dependencies = [
11287 "log",
11288 "msvc_spectre_libs",
11289 "pet-core",
11290 "pet-fs",
11291 "pet-python-utils",
11292 "pet-virtualenv",
11293]
11294
11295[[package]]
11296name = "pet-pixi"
11297version = "0.1.0"
11298source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11299dependencies = [
11300 "log",
11301 "msvc_spectre_libs",
11302 "pet-conda",
11303 "pet-core",
11304 "pet-python-utils",
11305]
11306
11307[[package]]
11308name = "pet-poetry"
11309version = "0.1.0"
11310source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11311dependencies = [
11312 "base64 0.22.1",
11313 "lazy_static",
11314 "log",
11315 "msvc_spectre_libs",
11316 "pet-core",
11317 "pet-fs",
11318 "pet-python-utils",
11319 "pet-reporter",
11320 "pet-virtualenv",
11321 "regex",
11322 "serde",
11323 "serde_json",
11324 "sha2",
11325 "toml 0.8.20",
11326]
11327
11328[[package]]
11329name = "pet-pyenv"
11330version = "0.1.0"
11331source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11332dependencies = [
11333 "lazy_static",
11334 "log",
11335 "msvc_spectre_libs",
11336 "pet-conda",
11337 "pet-core",
11338 "pet-fs",
11339 "pet-python-utils",
11340 "pet-reporter",
11341 "regex",
11342 "serde",
11343 "serde_json",
11344]
11345
11346[[package]]
11347name = "pet-python-utils"
11348version = "0.1.0"
11349source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11350dependencies = [
11351 "env_logger 0.10.2",
11352 "lazy_static",
11353 "log",
11354 "msvc_spectre_libs",
11355 "pet-core",
11356 "pet-fs",
11357 "regex",
11358 "serde",
11359 "serde_json",
11360 "sha2",
11361]
11362
11363[[package]]
11364name = "pet-reporter"
11365version = "0.1.0"
11366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11367dependencies = [
11368 "env_logger 0.10.2",
11369 "log",
11370 "msvc_spectre_libs",
11371 "pet-core",
11372 "pet-jsonrpc",
11373 "serde",
11374 "serde_json",
11375]
11376
11377[[package]]
11378name = "pet-telemetry"
11379version = "0.1.0"
11380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11381dependencies = [
11382 "env_logger 0.10.2",
11383 "lazy_static",
11384 "log",
11385 "msvc_spectre_libs",
11386 "pet-core",
11387 "pet-fs",
11388 "pet-python-utils",
11389 "regex",
11390]
11391
11392[[package]]
11393name = "pet-venv"
11394version = "0.1.0"
11395source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11396dependencies = [
11397 "log",
11398 "msvc_spectre_libs",
11399 "pet-core",
11400 "pet-python-utils",
11401 "pet-virtualenv",
11402]
11403
11404[[package]]
11405name = "pet-virtualenv"
11406version = "0.1.0"
11407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11408dependencies = [
11409 "log",
11410 "msvc_spectre_libs",
11411 "pet-core",
11412 "pet-fs",
11413 "pet-python-utils",
11414]
11415
11416[[package]]
11417name = "pet-virtualenvwrapper"
11418version = "0.1.0"
11419source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11420dependencies = [
11421 "log",
11422 "msvc_spectre_libs",
11423 "pet-core",
11424 "pet-fs",
11425 "pet-python-utils",
11426 "pet-virtualenv",
11427]
11428
11429[[package]]
11430name = "pet-windows-registry"
11431version = "0.1.0"
11432source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11433dependencies = [
11434 "lazy_static",
11435 "log",
11436 "msvc_spectre_libs",
11437 "pet-conda",
11438 "pet-core",
11439 "pet-fs",
11440 "pet-python-utils",
11441 "pet-virtualenv",
11442 "pet-windows-store",
11443 "regex",
11444 "winreg 0.55.0",
11445]
11446
11447[[package]]
11448name = "pet-windows-store"
11449version = "0.1.0"
11450source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11451dependencies = [
11452 "lazy_static",
11453 "log",
11454 "msvc_spectre_libs",
11455 "pet-core",
11456 "pet-fs",
11457 "pet-python-utils",
11458 "pet-virtualenv",
11459 "regex",
11460 "winreg 0.55.0",
11461]
11462
11463[[package]]
11464name = "petgraph"
11465version = "0.6.5"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11468dependencies = [
11469 "fixedbitset",
11470 "indexmap",
11471]
11472
11473[[package]]
11474name = "pgvector"
11475version = "0.4.0"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11478dependencies = [
11479 "serde",
11480]
11481
11482[[package]]
11483name = "phf"
11484version = "0.11.3"
11485source = "registry+https://github.com/rust-lang/crates.io-index"
11486checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11487dependencies = [
11488 "phf_macros",
11489 "phf_shared",
11490]
11491
11492[[package]]
11493name = "phf_codegen"
11494version = "0.11.3"
11495source = "registry+https://github.com/rust-lang/crates.io-index"
11496checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11497dependencies = [
11498 "phf_generator",
11499 "phf_shared",
11500]
11501
11502[[package]]
11503name = "phf_generator"
11504version = "0.11.3"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11507dependencies = [
11508 "phf_shared",
11509 "rand 0.8.5",
11510]
11511
11512[[package]]
11513name = "phf_macros"
11514version = "0.11.3"
11515source = "registry+https://github.com/rust-lang/crates.io-index"
11516checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11517dependencies = [
11518 "phf_generator",
11519 "phf_shared",
11520 "proc-macro2",
11521 "quote",
11522 "syn 2.0.101",
11523]
11524
11525[[package]]
11526name = "phf_shared"
11527version = "0.11.3"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11530dependencies = [
11531 "siphasher",
11532]
11533
11534[[package]]
11535name = "picker"
11536version = "0.1.0"
11537dependencies = [
11538 "anyhow",
11539 "ctor",
11540 "editor",
11541 "env_logger 0.11.8",
11542 "gpui",
11543 "menu",
11544 "schemars",
11545 "serde",
11546 "serde_json",
11547 "ui",
11548 "util",
11549 "workspace",
11550 "workspace-hack",
11551]
11552
11553[[package]]
11554name = "pico-args"
11555version = "0.5.0"
11556source = "registry+https://github.com/rust-lang/crates.io-index"
11557checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11558
11559[[package]]
11560name = "pin-project"
11561version = "1.1.10"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11564dependencies = [
11565 "pin-project-internal",
11566]
11567
11568[[package]]
11569name = "pin-project-internal"
11570version = "1.1.10"
11571source = "registry+https://github.com/rust-lang/crates.io-index"
11572checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11573dependencies = [
11574 "proc-macro2",
11575 "quote",
11576 "syn 2.0.101",
11577]
11578
11579[[package]]
11580name = "pin-project-lite"
11581version = "0.2.16"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11584
11585[[package]]
11586name = "pin-utils"
11587version = "0.1.0"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11590
11591[[package]]
11592name = "piper"
11593version = "0.2.4"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11596dependencies = [
11597 "atomic-waker",
11598 "fastrand 2.3.0",
11599 "futures-io",
11600]
11601
11602[[package]]
11603name = "pkcs1"
11604version = "0.7.5"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11607dependencies = [
11608 "der 0.7.10",
11609 "pkcs8 0.10.2",
11610 "spki 0.7.3",
11611]
11612
11613[[package]]
11614name = "pkcs8"
11615version = "0.9.0"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11618dependencies = [
11619 "der 0.6.1",
11620 "spki 0.6.0",
11621]
11622
11623[[package]]
11624name = "pkcs8"
11625version = "0.10.2"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11628dependencies = [
11629 "der 0.7.10",
11630 "spki 0.7.3",
11631]
11632
11633[[package]]
11634name = "pkg-config"
11635version = "0.3.32"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11638
11639[[package]]
11640name = "plist"
11641version = "1.7.1"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11644dependencies = [
11645 "base64 0.22.1",
11646 "indexmap",
11647 "quick-xml 0.32.0",
11648 "serde",
11649 "time",
11650]
11651
11652[[package]]
11653name = "plotters"
11654version = "0.3.7"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11657dependencies = [
11658 "num-traits",
11659 "plotters-backend",
11660 "plotters-svg",
11661 "wasm-bindgen",
11662 "web-sys",
11663]
11664
11665[[package]]
11666name = "plotters-backend"
11667version = "0.3.7"
11668source = "registry+https://github.com/rust-lang/crates.io-index"
11669checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11670
11671[[package]]
11672name = "plotters-svg"
11673version = "0.3.7"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11676dependencies = [
11677 "plotters-backend",
11678]
11679
11680[[package]]
11681name = "png"
11682version = "0.17.16"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11685dependencies = [
11686 "bitflags 1.3.2",
11687 "crc32fast",
11688 "fdeflate",
11689 "flate2",
11690 "miniz_oxide",
11691]
11692
11693[[package]]
11694name = "polling"
11695version = "3.7.4"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11698dependencies = [
11699 "cfg-if",
11700 "concurrent-queue",
11701 "hermit-abi 0.4.0",
11702 "pin-project-lite",
11703 "rustix 0.38.44",
11704 "tracing",
11705 "windows-sys 0.59.0",
11706]
11707
11708[[package]]
11709name = "pollster"
11710version = "0.2.5"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11713
11714[[package]]
11715name = "pollster"
11716version = "0.4.0"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11719
11720[[package]]
11721name = "portable-atomic"
11722version = "1.11.0"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11725
11726[[package]]
11727name = "portable-atomic-util"
11728version = "0.2.4"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11731dependencies = [
11732 "portable-atomic",
11733]
11734
11735[[package]]
11736name = "portable-pty"
11737version = "0.9.0"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11740dependencies = [
11741 "anyhow",
11742 "bitflags 1.3.2",
11743 "downcast-rs",
11744 "filedescriptor",
11745 "lazy_static",
11746 "libc",
11747 "log",
11748 "nix 0.28.0",
11749 "serial2",
11750 "shared_library",
11751 "shell-words",
11752 "winapi",
11753 "winreg 0.10.1",
11754]
11755
11756[[package]]
11757name = "postage"
11758version = "0.5.0"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11761dependencies = [
11762 "atomic",
11763 "crossbeam-queue",
11764 "futures 0.3.31",
11765 "log",
11766 "parking_lot",
11767 "pin-project",
11768 "pollster 0.2.5",
11769 "static_assertions",
11770 "thiserror 1.0.69",
11771]
11772
11773[[package]]
11774name = "postcard"
11775version = "1.1.1"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11778dependencies = [
11779 "cobs",
11780 "embedded-io 0.4.0",
11781 "embedded-io 0.6.1",
11782 "serde",
11783]
11784
11785[[package]]
11786name = "powerfmt"
11787version = "0.2.0"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11790
11791[[package]]
11792name = "ppv-lite86"
11793version = "0.2.21"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11796dependencies = [
11797 "zerocopy 0.8.24",
11798]
11799
11800[[package]]
11801name = "precomputed-hash"
11802version = "0.1.1"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11805
11806[[package]]
11807name = "prettier"
11808version = "0.1.0"
11809dependencies = [
11810 "anyhow",
11811 "collections",
11812 "fs",
11813 "gpui",
11814 "language",
11815 "log",
11816 "lsp",
11817 "node_runtime",
11818 "parking_lot",
11819 "paths",
11820 "serde",
11821 "serde_json",
11822 "util",
11823 "workspace-hack",
11824]
11825
11826[[package]]
11827name = "pretty_assertions"
11828version = "1.4.1"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11831dependencies = [
11832 "diff",
11833 "yansi",
11834]
11835
11836[[package]]
11837name = "prettyplease"
11838version = "0.2.32"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11841dependencies = [
11842 "proc-macro2",
11843 "syn 2.0.101",
11844]
11845
11846[[package]]
11847name = "proc-macro-crate"
11848version = "3.3.0"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11851dependencies = [
11852 "toml_edit",
11853]
11854
11855[[package]]
11856name = "proc-macro-error-attr2"
11857version = "2.0.0"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11860dependencies = [
11861 "proc-macro2",
11862 "quote",
11863]
11864
11865[[package]]
11866name = "proc-macro-error2"
11867version = "2.0.1"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11870dependencies = [
11871 "proc-macro-error-attr2",
11872 "proc-macro2",
11873 "quote",
11874 "syn 2.0.101",
11875]
11876
11877[[package]]
11878name = "proc-macro2"
11879version = "1.0.95"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11882dependencies = [
11883 "unicode-ident",
11884]
11885
11886[[package]]
11887name = "proc-macro2-diagnostics"
11888version = "0.10.1"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11891dependencies = [
11892 "proc-macro2",
11893 "quote",
11894 "syn 2.0.101",
11895 "version_check",
11896 "yansi",
11897]
11898
11899[[package]]
11900name = "prodash"
11901version = "29.0.2"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11904dependencies = [
11905 "log",
11906 "parking_lot",
11907]
11908
11909[[package]]
11910name = "profiling"
11911version = "1.0.16"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11914dependencies = [
11915 "profiling-procmacros",
11916]
11917
11918[[package]]
11919name = "profiling-procmacros"
11920version = "1.0.16"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11923dependencies = [
11924 "quote",
11925 "syn 2.0.101",
11926]
11927
11928[[package]]
11929name = "project"
11930version = "0.1.0"
11931dependencies = [
11932 "aho-corasick",
11933 "anyhow",
11934 "askpass",
11935 "async-trait",
11936 "buffer_diff",
11937 "circular-buffer",
11938 "client",
11939 "clock",
11940 "collections",
11941 "context_server",
11942 "dap",
11943 "dap_adapters",
11944 "env_logger 0.11.8",
11945 "extension",
11946 "fancy-regex 0.14.0",
11947 "fs",
11948 "futures 0.3.31",
11949 "fuzzy",
11950 "git",
11951 "git2",
11952 "git_hosting_providers",
11953 "globset",
11954 "gpui",
11955 "http_client",
11956 "image",
11957 "indexmap",
11958 "itertools 0.14.0",
11959 "language",
11960 "log",
11961 "lsp",
11962 "node_runtime",
11963 "parking_lot",
11964 "pathdiff",
11965 "paths",
11966 "postage",
11967 "prettier",
11968 "pretty_assertions",
11969 "rand 0.8.5",
11970 "regex",
11971 "release_channel",
11972 "remote",
11973 "rpc",
11974 "schemars",
11975 "serde",
11976 "serde_json",
11977 "settings",
11978 "sha2",
11979 "shellexpand 2.1.2",
11980 "shlex",
11981 "smol",
11982 "snippet",
11983 "snippet_provider",
11984 "sum_tree",
11985 "task",
11986 "tempfile",
11987 "terminal",
11988 "text",
11989 "toml 0.8.20",
11990 "unindent",
11991 "url",
11992 "util",
11993 "which 6.0.3",
11994 "workspace-hack",
11995 "worktree",
11996 "zlog",
11997]
11998
11999[[package]]
12000name = "project_panel"
12001version = "0.1.0"
12002dependencies = [
12003 "anyhow",
12004 "client",
12005 "collections",
12006 "command_palette_hooks",
12007 "db",
12008 "editor",
12009 "file_icons",
12010 "git",
12011 "gpui",
12012 "indexmap",
12013 "language",
12014 "menu",
12015 "pretty_assertions",
12016 "project",
12017 "schemars",
12018 "search",
12019 "serde",
12020 "serde_derive",
12021 "serde_json",
12022 "settings",
12023 "smallvec",
12024 "theme",
12025 "ui",
12026 "util",
12027 "workspace",
12028 "workspace-hack",
12029 "worktree",
12030 "zed_actions",
12031]
12032
12033[[package]]
12034name = "project_symbols"
12035version = "0.1.0"
12036dependencies = [
12037 "anyhow",
12038 "editor",
12039 "futures 0.3.31",
12040 "fuzzy",
12041 "gpui",
12042 "language",
12043 "lsp",
12044 "ordered-float 2.10.1",
12045 "picker",
12046 "project",
12047 "release_channel",
12048 "serde_json",
12049 "settings",
12050 "theme",
12051 "util",
12052 "workspace",
12053 "workspace-hack",
12054]
12055
12056[[package]]
12057name = "prometheus"
12058version = "0.14.0"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12061dependencies = [
12062 "cfg-if",
12063 "fnv",
12064 "lazy_static",
12065 "memchr",
12066 "parking_lot",
12067 "protobuf",
12068 "thiserror 2.0.12",
12069]
12070
12071[[package]]
12072name = "prompt_store"
12073version = "0.1.0"
12074dependencies = [
12075 "anyhow",
12076 "assets",
12077 "chrono",
12078 "collections",
12079 "fs",
12080 "futures 0.3.31",
12081 "fuzzy",
12082 "gpui",
12083 "handlebars 4.5.0",
12084 "heed",
12085 "language",
12086 "log",
12087 "parking_lot",
12088 "paths",
12089 "rope",
12090 "serde",
12091 "serde_json",
12092 "text",
12093 "util",
12094 "uuid",
12095 "workspace-hack",
12096]
12097
12098[[package]]
12099name = "prost"
12100version = "0.9.0"
12101source = "registry+https://github.com/rust-lang/crates.io-index"
12102checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12103dependencies = [
12104 "bytes 1.10.1",
12105 "prost-derive 0.9.0",
12106]
12107
12108[[package]]
12109name = "prost"
12110version = "0.12.6"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12113dependencies = [
12114 "bytes 1.10.1",
12115 "prost-derive 0.12.6",
12116]
12117
12118[[package]]
12119name = "prost"
12120version = "0.13.5"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12123dependencies = [
12124 "bytes 1.10.1",
12125 "prost-derive 0.13.5",
12126]
12127
12128[[package]]
12129name = "prost-build"
12130version = "0.9.0"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12133dependencies = [
12134 "bytes 1.10.1",
12135 "heck 0.3.3",
12136 "itertools 0.10.5",
12137 "lazy_static",
12138 "log",
12139 "multimap 0.8.3",
12140 "petgraph",
12141 "prost 0.9.0",
12142 "prost-types 0.9.0",
12143 "regex",
12144 "tempfile",
12145 "which 4.4.2",
12146]
12147
12148[[package]]
12149name = "prost-build"
12150version = "0.12.6"
12151source = "registry+https://github.com/rust-lang/crates.io-index"
12152checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12153dependencies = [
12154 "bytes 1.10.1",
12155 "heck 0.5.0",
12156 "itertools 0.12.1",
12157 "log",
12158 "multimap 0.10.0",
12159 "once_cell",
12160 "petgraph",
12161 "prettyplease",
12162 "prost 0.12.6",
12163 "prost-types 0.12.6",
12164 "regex",
12165 "syn 2.0.101",
12166 "tempfile",
12167]
12168
12169[[package]]
12170name = "prost-derive"
12171version = "0.9.0"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12174dependencies = [
12175 "anyhow",
12176 "itertools 0.10.5",
12177 "proc-macro2",
12178 "quote",
12179 "syn 1.0.109",
12180]
12181
12182[[package]]
12183name = "prost-derive"
12184version = "0.12.6"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12187dependencies = [
12188 "anyhow",
12189 "itertools 0.12.1",
12190 "proc-macro2",
12191 "quote",
12192 "syn 2.0.101",
12193]
12194
12195[[package]]
12196name = "prost-derive"
12197version = "0.13.5"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12200dependencies = [
12201 "anyhow",
12202 "itertools 0.14.0",
12203 "proc-macro2",
12204 "quote",
12205 "syn 2.0.101",
12206]
12207
12208[[package]]
12209name = "prost-types"
12210version = "0.9.0"
12211source = "registry+https://github.com/rust-lang/crates.io-index"
12212checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12213dependencies = [
12214 "bytes 1.10.1",
12215 "prost 0.9.0",
12216]
12217
12218[[package]]
12219name = "prost-types"
12220version = "0.12.6"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12223dependencies = [
12224 "prost 0.12.6",
12225]
12226
12227[[package]]
12228name = "proto"
12229version = "0.1.0"
12230dependencies = [
12231 "anyhow",
12232 "collections",
12233 "prost 0.9.0",
12234 "prost-build 0.9.0",
12235 "serde",
12236 "workspace-hack",
12237]
12238
12239[[package]]
12240name = "protobuf"
12241version = "3.7.2"
12242source = "registry+https://github.com/rust-lang/crates.io-index"
12243checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12244dependencies = [
12245 "once_cell",
12246 "protobuf-support",
12247 "thiserror 1.0.69",
12248]
12249
12250[[package]]
12251name = "protobuf-support"
12252version = "3.7.2"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12255dependencies = [
12256 "thiserror 1.0.69",
12257]
12258
12259[[package]]
12260name = "psm"
12261version = "0.1.25"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12264dependencies = [
12265 "cc",
12266]
12267
12268[[package]]
12269name = "ptr_meta"
12270version = "0.1.4"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12273dependencies = [
12274 "ptr_meta_derive",
12275]
12276
12277[[package]]
12278name = "ptr_meta_derive"
12279version = "0.1.4"
12280source = "registry+https://github.com/rust-lang/crates.io-index"
12281checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12282dependencies = [
12283 "proc-macro2",
12284 "quote",
12285 "syn 1.0.109",
12286]
12287
12288[[package]]
12289name = "pulldown-cmark"
12290version = "0.10.3"
12291source = "registry+https://github.com/rust-lang/crates.io-index"
12292checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12293dependencies = [
12294 "bitflags 2.9.0",
12295 "memchr",
12296 "pulldown-cmark-escape",
12297 "unicase",
12298]
12299
12300[[package]]
12301name = "pulldown-cmark"
12302version = "0.12.2"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12305dependencies = [
12306 "bitflags 2.9.0",
12307 "memchr",
12308 "unicase",
12309]
12310
12311[[package]]
12312name = "pulldown-cmark-escape"
12313version = "0.10.1"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12316
12317[[package]]
12318name = "pulley-interpreter"
12319version = "29.0.1"
12320source = "registry+https://github.com/rust-lang/crates.io-index"
12321checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12322dependencies = [
12323 "cranelift-bitset",
12324 "log",
12325 "sptr",
12326 "wasmtime-math",
12327]
12328
12329[[package]]
12330name = "qoi"
12331version = "0.4.1"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12334dependencies = [
12335 "bytemuck",
12336]
12337
12338[[package]]
12339name = "quick-error"
12340version = "2.0.1"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12343
12344[[package]]
12345name = "quick-xml"
12346version = "0.30.0"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12349dependencies = [
12350 "memchr",
12351]
12352
12353[[package]]
12354name = "quick-xml"
12355version = "0.32.0"
12356source = "registry+https://github.com/rust-lang/crates.io-index"
12357checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12358dependencies = [
12359 "memchr",
12360]
12361
12362[[package]]
12363name = "quick-xml"
12364version = "0.37.4"
12365source = "registry+https://github.com/rust-lang/crates.io-index"
12366checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12367dependencies = [
12368 "memchr",
12369]
12370
12371[[package]]
12372name = "quinn"
12373version = "0.11.7"
12374source = "registry+https://github.com/rust-lang/crates.io-index"
12375checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12376dependencies = [
12377 "bytes 1.10.1",
12378 "cfg_aliases 0.2.1",
12379 "pin-project-lite",
12380 "quinn-proto",
12381 "quinn-udp",
12382 "rustc-hash 2.1.1",
12383 "rustls 0.23.26",
12384 "socket2",
12385 "thiserror 2.0.12",
12386 "tokio",
12387 "tracing",
12388 "web-time",
12389]
12390
12391[[package]]
12392name = "quinn-proto"
12393version = "0.11.10"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12396dependencies = [
12397 "bytes 1.10.1",
12398 "getrandom 0.3.2",
12399 "rand 0.9.1",
12400 "ring",
12401 "rustc-hash 2.1.1",
12402 "rustls 0.23.26",
12403 "rustls-pki-types",
12404 "slab",
12405 "thiserror 2.0.12",
12406 "tinyvec",
12407 "tracing",
12408 "web-time",
12409]
12410
12411[[package]]
12412name = "quinn-udp"
12413version = "0.5.11"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12416dependencies = [
12417 "cfg_aliases 0.2.1",
12418 "libc",
12419 "once_cell",
12420 "socket2",
12421 "tracing",
12422 "windows-sys 0.59.0",
12423]
12424
12425[[package]]
12426name = "quote"
12427version = "1.0.40"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12430dependencies = [
12431 "proc-macro2",
12432]
12433
12434[[package]]
12435name = "r-efi"
12436version = "5.2.0"
12437source = "registry+https://github.com/rust-lang/crates.io-index"
12438checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12439
12440[[package]]
12441name = "radium"
12442version = "0.7.0"
12443source = "registry+https://github.com/rust-lang/crates.io-index"
12444checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12445
12446[[package]]
12447name = "rand"
12448version = "0.7.3"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12451dependencies = [
12452 "getrandom 0.1.16",
12453 "libc",
12454 "rand_chacha 0.2.2",
12455 "rand_core 0.5.1",
12456 "rand_hc",
12457]
12458
12459[[package]]
12460name = "rand"
12461version = "0.8.5"
12462source = "registry+https://github.com/rust-lang/crates.io-index"
12463checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12464dependencies = [
12465 "libc",
12466 "rand_chacha 0.3.1",
12467 "rand_core 0.6.4",
12468]
12469
12470[[package]]
12471name = "rand"
12472version = "0.9.1"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12475dependencies = [
12476 "rand_chacha 0.9.0",
12477 "rand_core 0.9.3",
12478]
12479
12480[[package]]
12481name = "rand_chacha"
12482version = "0.2.2"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12485dependencies = [
12486 "ppv-lite86",
12487 "rand_core 0.5.1",
12488]
12489
12490[[package]]
12491name = "rand_chacha"
12492version = "0.3.1"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12495dependencies = [
12496 "ppv-lite86",
12497 "rand_core 0.6.4",
12498]
12499
12500[[package]]
12501name = "rand_chacha"
12502version = "0.9.0"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12505dependencies = [
12506 "ppv-lite86",
12507 "rand_core 0.9.3",
12508]
12509
12510[[package]]
12511name = "rand_core"
12512version = "0.5.1"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12515dependencies = [
12516 "getrandom 0.1.16",
12517]
12518
12519[[package]]
12520name = "rand_core"
12521version = "0.6.4"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12524dependencies = [
12525 "getrandom 0.2.15",
12526]
12527
12528[[package]]
12529name = "rand_core"
12530version = "0.9.3"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12533dependencies = [
12534 "getrandom 0.3.2",
12535]
12536
12537[[package]]
12538name = "rand_hc"
12539version = "0.2.0"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12542dependencies = [
12543 "rand_core 0.5.1",
12544]
12545
12546[[package]]
12547name = "rangemap"
12548version = "1.5.1"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12551
12552[[package]]
12553name = "rav1e"
12554version = "0.7.1"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12557dependencies = [
12558 "arbitrary",
12559 "arg_enum_proc_macro",
12560 "arrayvec",
12561 "av1-grain",
12562 "bitstream-io",
12563 "built",
12564 "cfg-if",
12565 "interpolate_name",
12566 "itertools 0.12.1",
12567 "libc",
12568 "libfuzzer-sys",
12569 "log",
12570 "maybe-rayon",
12571 "new_debug_unreachable",
12572 "noop_proc_macro",
12573 "num-derive",
12574 "num-traits",
12575 "once_cell",
12576 "paste",
12577 "profiling",
12578 "rand 0.8.5",
12579 "rand_chacha 0.3.1",
12580 "simd_helpers",
12581 "system-deps",
12582 "thiserror 1.0.69",
12583 "v_frame",
12584 "wasm-bindgen",
12585]
12586
12587[[package]]
12588name = "ravif"
12589version = "0.11.12"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12592dependencies = [
12593 "avif-serialize",
12594 "imgref",
12595 "loop9",
12596 "quick-error",
12597 "rav1e",
12598 "rayon",
12599 "rgb",
12600]
12601
12602[[package]]
12603name = "raw-window-handle"
12604version = "0.6.2"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12607
12608[[package]]
12609name = "raw-window-metal"
12610version = "0.4.0"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12613dependencies = [
12614 "cocoa 0.25.0",
12615 "core-graphics 0.23.2",
12616 "objc",
12617 "raw-window-handle",
12618]
12619
12620[[package]]
12621name = "rayon"
12622version = "1.10.0"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12625dependencies = [
12626 "either",
12627 "rayon-core",
12628]
12629
12630[[package]]
12631name = "rayon-core"
12632version = "1.12.1"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12635dependencies = [
12636 "crossbeam-deque",
12637 "crossbeam-utils",
12638]
12639
12640[[package]]
12641name = "read-fonts"
12642version = "0.25.3"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12645dependencies = [
12646 "bytemuck",
12647 "font-types",
12648]
12649
12650[[package]]
12651name = "recent_projects"
12652version = "0.1.0"
12653dependencies = [
12654 "anyhow",
12655 "auto_update",
12656 "dap",
12657 "editor",
12658 "extension_host",
12659 "file_finder",
12660 "futures 0.3.31",
12661 "fuzzy",
12662 "gpui",
12663 "language",
12664 "log",
12665 "markdown",
12666 "menu",
12667 "ordered-float 2.10.1",
12668 "paths",
12669 "picker",
12670 "project",
12671 "release_channel",
12672 "remote",
12673 "schemars",
12674 "serde",
12675 "serde_json",
12676 "settings",
12677 "smol",
12678 "task",
12679 "telemetry",
12680 "theme",
12681 "ui",
12682 "util",
12683 "workspace",
12684 "workspace-hack",
12685 "zed_actions",
12686]
12687
12688[[package]]
12689name = "redox_syscall"
12690version = "0.2.16"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12693dependencies = [
12694 "bitflags 1.3.2",
12695]
12696
12697[[package]]
12698name = "redox_syscall"
12699version = "0.5.11"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12702dependencies = [
12703 "bitflags 2.9.0",
12704]
12705
12706[[package]]
12707name = "redox_users"
12708version = "0.4.6"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12711dependencies = [
12712 "getrandom 0.2.15",
12713 "libredox",
12714 "thiserror 1.0.69",
12715]
12716
12717[[package]]
12718name = "redox_users"
12719version = "0.5.0"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12722dependencies = [
12723 "getrandom 0.2.15",
12724 "libredox",
12725 "thiserror 2.0.12",
12726]
12727
12728[[package]]
12729name = "ref-cast"
12730version = "1.0.24"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12733dependencies = [
12734 "ref-cast-impl",
12735]
12736
12737[[package]]
12738name = "ref-cast-impl"
12739version = "1.0.24"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12742dependencies = [
12743 "proc-macro2",
12744 "quote",
12745 "syn 2.0.101",
12746]
12747
12748[[package]]
12749name = "referencing"
12750version = "0.30.0"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12753dependencies = [
12754 "ahash 0.8.11",
12755 "fluent-uri",
12756 "once_cell",
12757 "parking_lot",
12758 "percent-encoding",
12759 "serde_json",
12760]
12761
12762[[package]]
12763name = "refineable"
12764version = "0.1.0"
12765dependencies = [
12766 "derive_refineable",
12767 "workspace-hack",
12768]
12769
12770[[package]]
12771name = "regalloc2"
12772version = "0.11.2"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12775dependencies = [
12776 "allocator-api2",
12777 "bumpalo",
12778 "hashbrown 0.15.3",
12779 "log",
12780 "rustc-hash 2.1.1",
12781 "smallvec",
12782]
12783
12784[[package]]
12785name = "regex"
12786version = "1.11.1"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12789dependencies = [
12790 "aho-corasick",
12791 "memchr",
12792 "regex-automata 0.4.9",
12793 "regex-syntax 0.8.5",
12794]
12795
12796[[package]]
12797name = "regex-automata"
12798version = "0.1.10"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12801dependencies = [
12802 "regex-syntax 0.6.29",
12803]
12804
12805[[package]]
12806name = "regex-automata"
12807version = "0.4.9"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12810dependencies = [
12811 "aho-corasick",
12812 "memchr",
12813 "regex-syntax 0.8.5",
12814]
12815
12816[[package]]
12817name = "regex-lite"
12818version = "0.1.6"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12821
12822[[package]]
12823name = "regex-syntax"
12824version = "0.6.29"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12827
12828[[package]]
12829name = "regex-syntax"
12830version = "0.8.5"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12833
12834[[package]]
12835name = "release_channel"
12836version = "0.1.0"
12837dependencies = [
12838 "gpui",
12839 "workspace-hack",
12840]
12841
12842[[package]]
12843name = "remote"
12844version = "0.1.0"
12845dependencies = [
12846 "anyhow",
12847 "askpass",
12848 "async-trait",
12849 "collections",
12850 "fs",
12851 "futures 0.3.31",
12852 "gpui",
12853 "itertools 0.14.0",
12854 "log",
12855 "parking_lot",
12856 "paths",
12857 "prost 0.9.0",
12858 "release_channel",
12859 "rpc",
12860 "schemars",
12861 "serde",
12862 "serde_json",
12863 "shlex",
12864 "smol",
12865 "tempfile",
12866 "thiserror 2.0.12",
12867 "urlencoding",
12868 "util",
12869 "workspace-hack",
12870]
12871
12872[[package]]
12873name = "remote_server"
12874version = "0.1.0"
12875dependencies = [
12876 "anyhow",
12877 "askpass",
12878 "assistant_tool",
12879 "assistant_tools",
12880 "async-watch",
12881 "backtrace",
12882 "cargo_toml",
12883 "chrono",
12884 "clap",
12885 "client",
12886 "clock",
12887 "dap",
12888 "dap_adapters",
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 "debugger_tools",
19638 "debugger_ui",
19639 "diagnostics",
19640 "editor",
19641 "env_logger 0.11.8",
19642 "extension",
19643 "extension_host",
19644 "extensions_ui",
19645 "feature_flags",
19646 "feedback",
19647 "file_finder",
19648 "fs",
19649 "futures 0.3.31",
19650 "git",
19651 "git_hosting_providers",
19652 "git_ui",
19653 "go_to_line",
19654 "gpui",
19655 "gpui_tokio",
19656 "http_client",
19657 "image_viewer",
19658 "indoc",
19659 "inline_completion_button",
19660 "install_cli",
19661 "jj_ui",
19662 "journal",
19663 "language",
19664 "language_extension",
19665 "language_model",
19666 "language_models",
19667 "language_selector",
19668 "language_tools",
19669 "languages",
19670 "libc",
19671 "log",
19672 "markdown",
19673 "markdown_preview",
19674 "menu",
19675 "migrator",
19676 "mimalloc",
19677 "nix 0.29.0",
19678 "node_runtime",
19679 "notifications",
19680 "outline",
19681 "outline_panel",
19682 "parking_lot",
19683 "paths",
19684 "picker",
19685 "profiling",
19686 "project",
19687 "project_panel",
19688 "project_symbols",
19689 "prompt_store",
19690 "proto",
19691 "recent_projects",
19692 "release_channel",
19693 "remote",
19694 "repl",
19695 "reqwest_client",
19696 "rope",
19697 "search",
19698 "serde",
19699 "serde_json",
19700 "session",
19701 "settings",
19702 "settings_ui",
19703 "shellexpand 2.1.2",
19704 "smol",
19705 "snippet_provider",
19706 "snippets_ui",
19707 "supermaven",
19708 "sysinfo",
19709 "tab_switcher",
19710 "task",
19711 "tasks_ui",
19712 "telemetry",
19713 "telemetry_events",
19714 "terminal_view",
19715 "theme",
19716 "theme_extension",
19717 "theme_selector",
19718 "time",
19719 "title_bar",
19720 "toolchain_selector",
19721 "tree-sitter-md",
19722 "tree-sitter-rust",
19723 "ui",
19724 "ui_input",
19725 "ui_prompt",
19726 "url",
19727 "urlencoding",
19728 "util",
19729 "uuid",
19730 "vim",
19731 "vim_mode_setting",
19732 "web_search",
19733 "web_search_providers",
19734 "welcome",
19735 "windows 0.61.1",
19736 "winresource",
19737 "workspace",
19738 "workspace-hack",
19739 "zed_actions",
19740 "zeta",
19741 "zlog",
19742 "zlog_settings",
19743]
19744
19745[[package]]
19746name = "zed_actions"
19747version = "0.1.0"
19748dependencies = [
19749 "gpui",
19750 "schemars",
19751 "serde",
19752 "uuid",
19753 "workspace-hack",
19754]
19755
19756[[package]]
19757name = "zed_emmet"
19758version = "0.0.3"
19759dependencies = [
19760 "zed_extension_api 0.1.0",
19761]
19762
19763[[package]]
19764name = "zed_extension_api"
19765version = "0.1.0"
19766source = "registry+https://github.com/rust-lang/crates.io-index"
19767checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19768dependencies = [
19769 "serde",
19770 "serde_json",
19771 "wit-bindgen 0.22.0",
19772]
19773
19774[[package]]
19775name = "zed_extension_api"
19776version = "0.6.0"
19777dependencies = [
19778 "serde",
19779 "serde_json",
19780 "wit-bindgen 0.41.0",
19781]
19782
19783[[package]]
19784name = "zed_glsl"
19785version = "0.1.0"
19786dependencies = [
19787 "zed_extension_api 0.1.0",
19788]
19789
19790[[package]]
19791name = "zed_html"
19792version = "0.2.1"
19793dependencies = [
19794 "zed_extension_api 0.1.0",
19795]
19796
19797[[package]]
19798name = "zed_llm_client"
19799version = "0.8.1"
19800source = "registry+https://github.com/rust-lang/crates.io-index"
19801checksum = "16d993fc42f9ec43ab76fa46c6eb579a66e116bb08cd2bc9a67f3afcaa05d39d"
19802dependencies = [
19803 "anyhow",
19804 "serde",
19805 "serde_json",
19806 "strum 0.27.1",
19807 "uuid",
19808]
19809
19810[[package]]
19811name = "zed_proto"
19812version = "0.2.2"
19813dependencies = [
19814 "zed_extension_api 0.1.0",
19815]
19816
19817[[package]]
19818name = "zed_ruff"
19819version = "0.1.0"
19820dependencies = [
19821 "zed_extension_api 0.1.0",
19822]
19823
19824[[package]]
19825name = "zed_snippets"
19826version = "0.0.5"
19827dependencies = [
19828 "serde_json",
19829 "zed_extension_api 0.1.0",
19830]
19831
19832[[package]]
19833name = "zed_test_extension"
19834version = "0.1.0"
19835dependencies = [
19836 "zed_extension_api 0.6.0",
19837]
19838
19839[[package]]
19840name = "zed_toml"
19841version = "0.1.3"
19842dependencies = [
19843 "zed_extension_api 0.1.0",
19844]
19845
19846[[package]]
19847name = "zeno"
19848version = "0.3.2"
19849source = "registry+https://github.com/rust-lang/crates.io-index"
19850checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19851
19852[[package]]
19853name = "zerocopy"
19854version = "0.7.35"
19855source = "registry+https://github.com/rust-lang/crates.io-index"
19856checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19857dependencies = [
19858 "zerocopy-derive 0.7.35",
19859]
19860
19861[[package]]
19862name = "zerocopy"
19863version = "0.8.24"
19864source = "registry+https://github.com/rust-lang/crates.io-index"
19865checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19866dependencies = [
19867 "zerocopy-derive 0.8.24",
19868]
19869
19870[[package]]
19871name = "zerocopy-derive"
19872version = "0.7.35"
19873source = "registry+https://github.com/rust-lang/crates.io-index"
19874checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19875dependencies = [
19876 "proc-macro2",
19877 "quote",
19878 "syn 2.0.101",
19879]
19880
19881[[package]]
19882name = "zerocopy-derive"
19883version = "0.8.24"
19884source = "registry+https://github.com/rust-lang/crates.io-index"
19885checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19886dependencies = [
19887 "proc-macro2",
19888 "quote",
19889 "syn 2.0.101",
19890]
19891
19892[[package]]
19893name = "zerofrom"
19894version = "0.1.6"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19897dependencies = [
19898 "zerofrom-derive",
19899]
19900
19901[[package]]
19902name = "zerofrom-derive"
19903version = "0.1.6"
19904source = "registry+https://github.com/rust-lang/crates.io-index"
19905checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19906dependencies = [
19907 "proc-macro2",
19908 "quote",
19909 "syn 2.0.101",
19910 "synstructure",
19911]
19912
19913[[package]]
19914name = "zeroize"
19915version = "1.8.1"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19918dependencies = [
19919 "zeroize_derive",
19920]
19921
19922[[package]]
19923name = "zeroize_derive"
19924version = "1.4.2"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19927dependencies = [
19928 "proc-macro2",
19929 "quote",
19930 "syn 2.0.101",
19931]
19932
19933[[package]]
19934name = "zeromq"
19935version = "0.5.0-pre"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19938dependencies = [
19939 "async-dispatcher",
19940 "async-std",
19941 "async-trait",
19942 "asynchronous-codec",
19943 "bytes 1.10.1",
19944 "crossbeam-queue",
19945 "dashmap 5.5.3",
19946 "futures 0.3.31",
19947 "log",
19948 "num-traits",
19949 "once_cell",
19950 "parking_lot",
19951 "rand 0.8.5",
19952 "regex",
19953 "thiserror 1.0.69",
19954 "uuid",
19955]
19956
19957[[package]]
19958name = "zerovec"
19959version = "0.10.4"
19960source = "registry+https://github.com/rust-lang/crates.io-index"
19961checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
19962dependencies = [
19963 "yoke",
19964 "zerofrom",
19965 "zerovec-derive",
19966]
19967
19968[[package]]
19969name = "zerovec-derive"
19970version = "0.10.3"
19971source = "registry+https://github.com/rust-lang/crates.io-index"
19972checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
19973dependencies = [
19974 "proc-macro2",
19975 "quote",
19976 "syn 2.0.101",
19977]
19978
19979[[package]]
19980name = "zeta"
19981version = "0.1.0"
19982dependencies = [
19983 "anyhow",
19984 "arrayvec",
19985 "call",
19986 "client",
19987 "clock",
19988 "collections",
19989 "command_palette_hooks",
19990 "ctor",
19991 "db",
19992 "editor",
19993 "env_logger 0.11.8",
19994 "feature_flags",
19995 "fs",
19996 "futures 0.3.31",
19997 "gpui",
19998 "http_client",
19999 "indoc",
20000 "inline_completion",
20001 "language",
20002 "language_model",
20003 "log",
20004 "menu",
20005 "migrator",
20006 "paths",
20007 "postage",
20008 "project",
20009 "proto",
20010 "regex",
20011 "release_channel",
20012 "reqwest_client",
20013 "rpc",
20014 "serde",
20015 "serde_json",
20016 "settings",
20017 "telemetry",
20018 "telemetry_events",
20019 "theme",
20020 "thiserror 2.0.12",
20021 "tree-sitter-go",
20022 "tree-sitter-rust",
20023 "ui",
20024 "unindent",
20025 "util",
20026 "uuid",
20027 "workspace",
20028 "workspace-hack",
20029 "worktree",
20030 "zed_actions",
20031 "zed_llm_client",
20032]
20033
20034[[package]]
20035name = "zip"
20036version = "0.6.6"
20037source = "registry+https://github.com/rust-lang/crates.io-index"
20038checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20039dependencies = [
20040 "aes",
20041 "byteorder",
20042 "bzip2",
20043 "constant_time_eq 0.1.5",
20044 "crc32fast",
20045 "crossbeam-utils",
20046 "flate2",
20047 "hmac",
20048 "pbkdf2 0.11.0",
20049 "sha1",
20050 "time",
20051 "zstd",
20052]
20053
20054[[package]]
20055name = "zlib-rs"
20056version = "0.5.0"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20059
20060[[package]]
20061name = "zlog"
20062version = "0.1.0"
20063dependencies = [
20064 "anyhow",
20065 "chrono",
20066 "log",
20067 "tempfile",
20068 "workspace-hack",
20069]
20070
20071[[package]]
20072name = "zlog_settings"
20073version = "0.1.0"
20074dependencies = [
20075 "anyhow",
20076 "gpui",
20077 "schemars",
20078 "serde",
20079 "settings",
20080 "workspace-hack",
20081 "zlog",
20082]
20083
20084[[package]]
20085name = "zstd"
20086version = "0.11.2+zstd.1.5.2"
20087source = "registry+https://github.com/rust-lang/crates.io-index"
20088checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20089dependencies = [
20090 "zstd-safe",
20091]
20092
20093[[package]]
20094name = "zstd-safe"
20095version = "5.0.2+zstd.1.5.2"
20096source = "registry+https://github.com/rust-lang/crates.io-index"
20097checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20098dependencies = [
20099 "libc",
20100 "zstd-sys",
20101]
20102
20103[[package]]
20104name = "zstd-sys"
20105version = "2.0.15+zstd.1.5.7"
20106source = "registry+https://github.com/rust-lang/crates.io-index"
20107checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20108dependencies = [
20109 "cc",
20110 "pkg-config",
20111]
20112
20113[[package]]
20114name = "zune-core"
20115version = "0.4.12"
20116source = "registry+https://github.com/rust-lang/crates.io-index"
20117checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20118
20119[[package]]
20120name = "zune-inflate"
20121version = "0.2.54"
20122source = "registry+https://github.com/rust-lang/crates.io-index"
20123checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20124dependencies = [
20125 "simd-adler32",
20126]
20127
20128[[package]]
20129name = "zune-jpeg"
20130version = "0.4.14"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20133dependencies = [
20134 "zune-core",
20135]
20136
20137[[package]]
20138name = "zvariant"
20139version = "5.4.0"
20140source = "registry+https://github.com/rust-lang/crates.io-index"
20141checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20142dependencies = [
20143 "endi",
20144 "enumflags2",
20145 "serde",
20146 "static_assertions",
20147 "url",
20148 "winnow",
20149 "zvariant_derive",
20150 "zvariant_utils",
20151]
20152
20153[[package]]
20154name = "zvariant_derive"
20155version = "5.4.0"
20156source = "registry+https://github.com/rust-lang/crates.io-index"
20157checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20158dependencies = [
20159 "proc-macro-crate",
20160 "proc-macro2",
20161 "quote",
20162 "syn 2.0.101",
20163 "zvariant_utils",
20164]
20165
20166[[package]]
20167name = "zvariant_utils"
20168version = "3.2.0"
20169source = "registry+https://github.com/rust-lang/crates.io-index"
20170checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20171dependencies = [
20172 "proc-macro2",
20173 "quote",
20174 "serde",
20175 "static_assertions",
20176 "syn 2.0.101",
20177 "winnow",
20178]