Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21 "workspace-hack",
   22]
   23
   24[[package]]
   25name = "addr2line"
   26version = "0.24.2"
   27source = "registry+https://github.com/rust-lang/crates.io-index"
   28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   29dependencies = [
   30 "gimli",
   31]
   32
   33[[package]]
   34name = "adler2"
   35version = "2.0.0"
   36source = "registry+https://github.com/rust-lang/crates.io-index"
   37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   38
   39[[package]]
   40name = "aes"
   41version = "0.8.4"
   42source = "registry+https://github.com/rust-lang/crates.io-index"
   43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   44dependencies = [
   45 "cfg-if",
   46 "cipher",
   47 "cpufeatures",
   48 "zeroize",
   49]
   50
   51[[package]]
   52name = "agent"
   53version = "0.1.0"
   54dependencies = [
   55 "anyhow",
   56 "assistant_context_editor",
   57 "assistant_settings",
   58 "assistant_slash_command",
   59 "assistant_slash_commands",
   60 "assistant_tool",
   61 "async-watch",
   62 "buffer_diff",
   63 "chrono",
   64 "client",
   65 "collections",
   66 "component",
   67 "context_server",
   68 "convert_case 0.8.0",
   69 "db",
   70 "editor",
   71 "extension",
   72 "feature_flags",
   73 "file_icons",
   74 "fs",
   75 "futures 0.3.31",
   76 "fuzzy",
   77 "git",
   78 "gpui",
   79 "heed",
   80 "html_to_markdown",
   81 "http_client",
   82 "indexed_docs",
   83 "indoc",
   84 "inventory",
   85 "itertools 0.14.0",
   86 "jsonschema",
   87 "language",
   88 "language_model",
   89 "language_model_selector",
   90 "log",
   91 "lsp",
   92 "markdown",
   93 "menu",
   94 "multi_buffer",
   95 "notifications",
   96 "ordered-float 2.10.1",
   97 "parking_lot",
   98 "paths",
   99 "picker",
  100 "postage",
  101 "project",
  102 "prompt_store",
  103 "proto",
  104 "rand 0.8.5",
  105 "ref-cast",
  106 "release_channel",
  107 "rope",
  108 "rules_library",
  109 "schemars",
  110 "search",
  111 "serde",
  112 "serde_json",
  113 "serde_json_lenient",
  114 "settings",
  115 "smallvec",
  116 "smol",
  117 "streaming_diff",
  118 "telemetry",
  119 "telemetry_events",
  120 "terminal",
  121 "terminal_view",
  122 "text",
  123 "theme",
  124 "thiserror 2.0.12",
  125 "time",
  126 "time_format",
  127 "ui",
  128 "ui_input",
  129 "urlencoding",
  130 "util",
  131 "uuid",
  132 "workspace",
  133 "workspace-hack",
  134 "zed_actions",
  135 "zed_llm_client",
  136]
  137
  138[[package]]
  139name = "ahash"
  140version = "0.7.8"
  141source = "registry+https://github.com/rust-lang/crates.io-index"
  142checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  143dependencies = [
  144 "getrandom 0.2.15",
  145 "once_cell",
  146 "version_check",
  147]
  148
  149[[package]]
  150name = "ahash"
  151version = "0.8.11"
  152source = "registry+https://github.com/rust-lang/crates.io-index"
  153checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  154dependencies = [
  155 "cfg-if",
  156 "const-random",
  157 "getrandom 0.2.15",
  158 "once_cell",
  159 "serde",
  160 "version_check",
  161 "zerocopy 0.7.35",
  162]
  163
  164[[package]]
  165name = "aho-corasick"
  166version = "1.1.3"
  167source = "registry+https://github.com/rust-lang/crates.io-index"
  168checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  169dependencies = [
  170 "memchr",
  171]
  172
  173[[package]]
  174name = "alacritty_terminal"
  175version = "0.25.1-dev"
  176source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
  177dependencies = [
  178 "base64 0.22.1",
  179 "bitflags 2.9.0",
  180 "home",
  181 "libc",
  182 "log",
  183 "miow",
  184 "parking_lot",
  185 "piper",
  186 "polling",
  187 "regex-automata 0.4.9",
  188 "rustix-openpty",
  189 "serde",
  190 "signal-hook",
  191 "unicode-width 0.1.14",
  192 "vte",
  193 "windows-sys 0.59.0",
  194]
  195
  196[[package]]
  197name = "aliasable"
  198version = "0.1.3"
  199source = "registry+https://github.com/rust-lang/crates.io-index"
  200checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  201
  202[[package]]
  203name = "aligned-vec"
  204version = "0.5.0"
  205source = "registry+https://github.com/rust-lang/crates.io-index"
  206checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  207
  208[[package]]
  209name = "allocator-api2"
  210version = "0.2.21"
  211source = "registry+https://github.com/rust-lang/crates.io-index"
  212checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  213
  214[[package]]
  215name = "alsa"
  216version = "0.9.1"
  217source = "registry+https://github.com/rust-lang/crates.io-index"
  218checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  219dependencies = [
  220 "alsa-sys",
  221 "bitflags 2.9.0",
  222 "cfg-if",
  223 "libc",
  224]
  225
  226[[package]]
  227name = "alsa-sys"
  228version = "0.3.1"
  229source = "registry+https://github.com/rust-lang/crates.io-index"
  230checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  231dependencies = [
  232 "libc",
  233 "pkg-config",
  234]
  235
  236[[package]]
  237name = "ambient-authority"
  238version = "0.0.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  241
  242[[package]]
  243name = "ammonia"
  244version = "4.1.0"
  245source = "registry+https://github.com/rust-lang/crates.io-index"
  246checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
  247dependencies = [
  248 "cssparser",
  249 "html5ever 0.31.0",
  250 "maplit",
  251 "tendril",
  252 "url",
  253]
  254
  255[[package]]
  256name = "android-tzdata"
  257version = "0.1.1"
  258source = "registry+https://github.com/rust-lang/crates.io-index"
  259checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  260
  261[[package]]
  262name = "android_system_properties"
  263version = "0.1.5"
  264source = "registry+https://github.com/rust-lang/crates.io-index"
  265checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  266dependencies = [
  267 "libc",
  268]
  269
  270[[package]]
  271name = "anes"
  272version = "0.1.6"
  273source = "registry+https://github.com/rust-lang/crates.io-index"
  274checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  275
  276[[package]]
  277name = "anstream"
  278version = "0.6.18"
  279source = "registry+https://github.com/rust-lang/crates.io-index"
  280checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  281dependencies = [
  282 "anstyle",
  283 "anstyle-parse",
  284 "anstyle-query",
  285 "anstyle-wincon",
  286 "colorchoice",
  287 "is_terminal_polyfill",
  288 "utf8parse",
  289]
  290
  291[[package]]
  292name = "anstyle"
  293version = "1.0.10"
  294source = "registry+https://github.com/rust-lang/crates.io-index"
  295checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  296
  297[[package]]
  298name = "anstyle-parse"
  299version = "0.2.6"
  300source = "registry+https://github.com/rust-lang/crates.io-index"
  301checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  302dependencies = [
  303 "utf8parse",
  304]
  305
  306[[package]]
  307name = "anstyle-query"
  308version = "1.1.2"
  309source = "registry+https://github.com/rust-lang/crates.io-index"
  310checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  311dependencies = [
  312 "windows-sys 0.59.0",
  313]
  314
  315[[package]]
  316name = "anstyle-wincon"
  317version = "3.0.7"
  318source = "registry+https://github.com/rust-lang/crates.io-index"
  319checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
  320dependencies = [
  321 "anstyle",
  322 "once_cell",
  323 "windows-sys 0.59.0",
  324]
  325
  326[[package]]
  327name = "anthropic"
  328version = "0.1.0"
  329dependencies = [
  330 "anyhow",
  331 "chrono",
  332 "futures 0.3.31",
  333 "http_client",
  334 "schemars",
  335 "serde",
  336 "serde_json",
  337 "strum 0.27.1",
  338 "thiserror 2.0.12",
  339 "workspace-hack",
  340]
  341
  342[[package]]
  343name = "any_vec"
  344version = "0.14.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  347
  348[[package]]
  349name = "anyhow"
  350version = "1.0.98"
  351source = "registry+https://github.com/rust-lang/crates.io-index"
  352checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
  353
  354[[package]]
  355name = "approx"
  356version = "0.5.1"
  357source = "registry+https://github.com/rust-lang/crates.io-index"
  358checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  359dependencies = [
  360 "num-traits",
  361]
  362
  363[[package]]
  364name = "arbitrary"
  365version = "1.4.1"
  366source = "registry+https://github.com/rust-lang/crates.io-index"
  367checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  368
  369[[package]]
  370name = "arc-swap"
  371version = "1.7.1"
  372source = "registry+https://github.com/rust-lang/crates.io-index"
  373checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
  374
  375[[package]]
  376name = "arg_enum_proc_macro"
  377version = "0.3.4"
  378source = "registry+https://github.com/rust-lang/crates.io-index"
  379checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  380dependencies = [
  381 "proc-macro2",
  382 "quote",
  383 "syn 2.0.101",
  384]
  385
  386[[package]]
  387name = "arraydeque"
  388version = "0.5.1"
  389source = "registry+https://github.com/rust-lang/crates.io-index"
  390checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  391
  392[[package]]
  393name = "arrayref"
  394version = "0.3.9"
  395source = "registry+https://github.com/rust-lang/crates.io-index"
  396checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  397
  398[[package]]
  399name = "arrayvec"
  400version = "0.7.6"
  401source = "registry+https://github.com/rust-lang/crates.io-index"
  402checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  403dependencies = [
  404 "serde",
  405]
  406
  407[[package]]
  408name = "as-raw-xcb-connection"
  409version = "1.0.1"
  410source = "registry+https://github.com/rust-lang/crates.io-index"
  411checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  412
  413[[package]]
  414name = "ascii"
  415version = "1.1.0"
  416source = "registry+https://github.com/rust-lang/crates.io-index"
  417checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  418
  419[[package]]
  420name = "ash"
  421version = "0.38.0+1.3.281"
  422source = "registry+https://github.com/rust-lang/crates.io-index"
  423checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  424dependencies = [
  425 "libloading",
  426]
  427
  428[[package]]
  429name = "ash-window"
  430version = "0.13.0"
  431source = "registry+https://github.com/rust-lang/crates.io-index"
  432checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  433dependencies = [
  434 "ash",
  435 "raw-window-handle",
  436 "raw-window-metal",
  437]
  438
  439[[package]]
  440name = "ashpd"
  441version = "0.11.0"
  442source = "registry+https://github.com/rust-lang/crates.io-index"
  443checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  444dependencies = [
  445 "async-fs",
  446 "async-net",
  447 "enumflags2",
  448 "futures-channel",
  449 "futures-util",
  450 "rand 0.9.1",
  451 "serde",
  452 "serde_repr",
  453 "url",
  454 "zbus",
  455]
  456
  457[[package]]
  458name = "askpass"
  459version = "0.1.0"
  460dependencies = [
  461 "anyhow",
  462 "futures 0.3.31",
  463 "gpui",
  464 "shlex",
  465 "smol",
  466 "tempfile",
  467 "util",
  468 "workspace-hack",
  469]
  470
  471[[package]]
  472name = "assets"
  473version = "0.1.0"
  474dependencies = [
  475 "anyhow",
  476 "gpui",
  477 "rust-embed",
  478 "workspace-hack",
  479]
  480
  481[[package]]
  482name = "assistant_context_editor"
  483version = "0.1.0"
  484dependencies = [
  485 "anyhow",
  486 "assistant_settings",
  487 "assistant_slash_command",
  488 "assistant_slash_commands",
  489 "chrono",
  490 "client",
  491 "clock",
  492 "collections",
  493 "context_server",
  494 "editor",
  495 "fs",
  496 "futures 0.3.31",
  497 "fuzzy",
  498 "gpui",
  499 "indexed_docs",
  500 "language",
  501 "language_model",
  502 "language_model_selector",
  503 "languages",
  504 "log",
  505 "multi_buffer",
  506 "open_ai",
  507 "parking_lot",
  508 "paths",
  509 "picker",
  510 "pretty_assertions",
  511 "project",
  512 "prompt_store",
  513 "rand 0.8.5",
  514 "regex",
  515 "rope",
  516 "rpc",
  517 "serde",
  518 "serde_json",
  519 "settings",
  520 "smallvec",
  521 "smol",
  522 "telemetry_events",
  523 "text",
  524 "theme",
  525 "tree-sitter-md",
  526 "ui",
  527 "unindent",
  528 "util",
  529 "uuid",
  530 "workspace",
  531 "workspace-hack",
  532 "zed_actions",
  533]
  534
  535[[package]]
  536name = "assistant_settings"
  537version = "0.1.0"
  538dependencies = [
  539 "anthropic",
  540 "anyhow",
  541 "collections",
  542 "deepseek",
  543 "fs",
  544 "gpui",
  545 "indexmap",
  546 "language_model",
  547 "lmstudio",
  548 "log",
  549 "mistral",
  550 "ollama",
  551 "open_ai",
  552 "paths",
  553 "schemars",
  554 "serde",
  555 "serde_json",
  556 "serde_json_lenient",
  557 "settings",
  558 "workspace-hack",
  559 "zed_llm_client",
  560]
  561
  562[[package]]
  563name = "assistant_slash_command"
  564version = "0.1.0"
  565dependencies = [
  566 "anyhow",
  567 "async-trait",
  568 "collections",
  569 "derive_more",
  570 "extension",
  571 "futures 0.3.31",
  572 "gpui",
  573 "language",
  574 "language_model",
  575 "parking_lot",
  576 "pretty_assertions",
  577 "serde",
  578 "serde_json",
  579 "ui",
  580 "workspace",
  581 "workspace-hack",
  582]
  583
  584[[package]]
  585name = "assistant_slash_commands"
  586version = "0.1.0"
  587dependencies = [
  588 "anyhow",
  589 "assistant_slash_command",
  590 "cargo_toml",
  591 "chrono",
  592 "collections",
  593 "context_server",
  594 "editor",
  595 "env_logger 0.11.8",
  596 "feature_flags",
  597 "fs",
  598 "futures 0.3.31",
  599 "fuzzy",
  600 "globset",
  601 "gpui",
  602 "html_to_markdown",
  603 "http_client",
  604 "indexed_docs",
  605 "language",
  606 "pretty_assertions",
  607 "project",
  608 "prompt_store",
  609 "rope",
  610 "serde",
  611 "serde_json",
  612 "settings",
  613 "smol",
  614 "terminal_view",
  615 "text",
  616 "toml 0.8.20",
  617 "ui",
  618 "util",
  619 "workspace",
  620 "workspace-hack",
  621 "worktree",
  622]
  623
  624[[package]]
  625name = "assistant_tool"
  626version = "0.1.0"
  627dependencies = [
  628 "anyhow",
  629 "buffer_diff",
  630 "clock",
  631 "collections",
  632 "ctor",
  633 "derive_more",
  634 "env_logger 0.11.8",
  635 "futures 0.3.31",
  636 "gpui",
  637 "icons",
  638 "language",
  639 "language_model",
  640 "log",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "project",
  644 "rand 0.8.5",
  645 "regex",
  646 "serde",
  647 "serde_json",
  648 "settings",
  649 "text",
  650 "util",
  651 "workspace",
  652 "workspace-hack",
  653]
  654
  655[[package]]
  656name = "assistant_tools"
  657version = "0.1.0"
  658dependencies = [
  659 "aho-corasick",
  660 "anyhow",
  661 "assistant_settings",
  662 "assistant_tool",
  663 "buffer_diff",
  664 "chrono",
  665 "client",
  666 "clock",
  667 "collections",
  668 "component",
  669 "derive_more",
  670 "editor",
  671 "feature_flags",
  672 "fs",
  673 "futures 0.3.31",
  674 "gpui",
  675 "gpui_tokio",
  676 "handlebars 4.5.0",
  677 "html_to_markdown",
  678 "http_client",
  679 "indoc",
  680 "itertools 0.14.0",
  681 "language",
  682 "language_model",
  683 "language_models",
  684 "log",
  685 "markdown",
  686 "open",
  687 "paths",
  688 "portable-pty",
  689 "pretty_assertions",
  690 "project",
  691 "rand 0.8.5",
  692 "regex",
  693 "reqwest_client",
  694 "rust-embed",
  695 "schemars",
  696 "serde",
  697 "serde_json",
  698 "settings",
  699 "smallvec",
  700 "streaming_diff",
  701 "strsim",
  702 "task",
  703 "tempfile",
  704 "terminal",
  705 "terminal_view",
  706 "theme",
  707 "tree-sitter-rust",
  708 "ui",
  709 "unindent",
  710 "util",
  711 "web_search",
  712 "which 6.0.3",
  713 "workspace",
  714 "workspace-hack",
  715 "zed_llm_client",
  716 "zlog",
  717]
  718
  719[[package]]
  720name = "async-attributes"
  721version = "1.1.2"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  724dependencies = [
  725 "quote",
  726 "syn 1.0.109",
  727]
  728
  729[[package]]
  730name = "async-broadcast"
  731version = "0.7.2"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  734dependencies = [
  735 "event-listener 5.4.0",
  736 "event-listener-strategy",
  737 "futures-core",
  738 "pin-project-lite",
  739]
  740
  741[[package]]
  742name = "async-channel"
  743version = "1.9.0"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  746dependencies = [
  747 "concurrent-queue",
  748 "event-listener 2.5.3",
  749 "futures-core",
  750]
  751
  752[[package]]
  753name = "async-channel"
  754version = "2.3.1"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  757dependencies = [
  758 "concurrent-queue",
  759 "event-listener-strategy",
  760 "futures-core",
  761 "pin-project-lite",
  762]
  763
  764[[package]]
  765name = "async-compat"
  766version = "0.2.4"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  769dependencies = [
  770 "futures-core",
  771 "futures-io",
  772 "once_cell",
  773 "pin-project-lite",
  774 "tokio",
  775]
  776
  777[[package]]
  778name = "async-compression"
  779version = "0.4.22"
  780source = "registry+https://github.com/rust-lang/crates.io-index"
  781checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  782dependencies = [
  783 "deflate64",
  784 "flate2",
  785 "futures-core",
  786 "futures-io",
  787 "memchr",
  788 "pin-project-lite",
  789]
  790
  791[[package]]
  792name = "async-dispatcher"
  793version = "0.1.2"
  794source = "registry+https://github.com/rust-lang/crates.io-index"
  795checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  796dependencies = [
  797 "async-task",
  798 "futures-lite 1.13.0",
  799]
  800
  801[[package]]
  802name = "async-executor"
  803version = "1.13.1"
  804source = "registry+https://github.com/rust-lang/crates.io-index"
  805checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  806dependencies = [
  807 "async-task",
  808 "concurrent-queue",
  809 "fastrand 2.3.0",
  810 "futures-lite 2.6.0",
  811 "slab",
  812]
  813
  814[[package]]
  815name = "async-fs"
  816version = "2.1.2"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  819dependencies = [
  820 "async-lock",
  821 "blocking",
  822 "futures-lite 2.6.0",
  823]
  824
  825[[package]]
  826name = "async-global-executor"
  827version = "2.4.1"
  828source = "registry+https://github.com/rust-lang/crates.io-index"
  829checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  830dependencies = [
  831 "async-channel 2.3.1",
  832 "async-executor",
  833 "async-io",
  834 "async-lock",
  835 "blocking",
  836 "futures-lite 2.6.0",
  837 "once_cell",
  838]
  839
  840[[package]]
  841name = "async-io"
  842version = "2.4.0"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  845dependencies = [
  846 "async-lock",
  847 "cfg-if",
  848 "concurrent-queue",
  849 "futures-io",
  850 "futures-lite 2.6.0",
  851 "parking",
  852 "polling",
  853 "rustix 0.38.44",
  854 "slab",
  855 "tracing",
  856 "windows-sys 0.59.0",
  857]
  858
  859[[package]]
  860name = "async-lock"
  861version = "3.4.0"
  862source = "registry+https://github.com/rust-lang/crates.io-index"
  863checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  864dependencies = [
  865 "event-listener 5.4.0",
  866 "event-listener-strategy",
  867 "pin-project-lite",
  868]
  869
  870[[package]]
  871name = "async-net"
  872version = "2.0.0"
  873source = "registry+https://github.com/rust-lang/crates.io-index"
  874checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  875dependencies = [
  876 "async-io",
  877 "blocking",
  878 "futures-lite 2.6.0",
  879]
  880
  881[[package]]
  882name = "async-pipe"
  883version = "0.1.3"
  884source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  885dependencies = [
  886 "futures 0.3.31",
  887 "log",
  888]
  889
  890[[package]]
  891name = "async-process"
  892version = "2.3.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  895dependencies = [
  896 "async-channel 2.3.1",
  897 "async-io",
  898 "async-lock",
  899 "async-signal",
  900 "async-task",
  901 "blocking",
  902 "cfg-if",
  903 "event-listener 5.4.0",
  904 "futures-lite 2.6.0",
  905 "rustix 0.38.44",
  906 "tracing",
  907]
  908
  909[[package]]
  910name = "async-recursion"
  911version = "0.3.2"
  912source = "registry+https://github.com/rust-lang/crates.io-index"
  913checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  914dependencies = [
  915 "proc-macro2",
  916 "quote",
  917 "syn 1.0.109",
  918]
  919
  920[[package]]
  921name = "async-recursion"
  922version = "1.1.1"
  923source = "registry+https://github.com/rust-lang/crates.io-index"
  924checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  925dependencies = [
  926 "proc-macro2",
  927 "quote",
  928 "syn 2.0.101",
  929]
  930
  931[[package]]
  932name = "async-signal"
  933version = "0.2.10"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  936dependencies = [
  937 "async-io",
  938 "async-lock",
  939 "atomic-waker",
  940 "cfg-if",
  941 "futures-core",
  942 "futures-io",
  943 "rustix 0.38.44",
  944 "signal-hook-registry",
  945 "slab",
  946 "windows-sys 0.59.0",
  947]
  948
  949[[package]]
  950name = "async-std"
  951version = "1.13.1"
  952source = "registry+https://github.com/rust-lang/crates.io-index"
  953checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  954dependencies = [
  955 "async-attributes",
  956 "async-channel 1.9.0",
  957 "async-global-executor",
  958 "async-io",
  959 "async-lock",
  960 "async-process",
  961 "crossbeam-utils",
  962 "futures-channel",
  963 "futures-core",
  964 "futures-io",
  965 "futures-lite 2.6.0",
  966 "gloo-timers",
  967 "kv-log-macro",
  968 "log",
  969 "memchr",
  970 "once_cell",
  971 "pin-project-lite",
  972 "pin-utils",
  973 "slab",
  974 "wasm-bindgen-futures",
  975]
  976
  977[[package]]
  978name = "async-stream"
  979version = "0.3.6"
  980source = "registry+https://github.com/rust-lang/crates.io-index"
  981checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  982dependencies = [
  983 "async-stream-impl",
  984 "futures-core",
  985 "pin-project-lite",
  986]
  987
  988[[package]]
  989name = "async-stream-impl"
  990version = "0.3.6"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  993dependencies = [
  994 "proc-macro2",
  995 "quote",
  996 "syn 2.0.101",
  997]
  998
  999[[package]]
 1000name = "async-stripe"
 1001version = "0.40.0"
 1002source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1003dependencies = [
 1004 "chrono",
 1005 "futures-util",
 1006 "http-types",
 1007 "hyper 0.14.32",
 1008 "hyper-rustls 0.24.2",
 1009 "serde",
 1010 "serde_json",
 1011 "serde_path_to_error",
 1012 "serde_qs 0.10.1",
 1013 "smart-default",
 1014 "smol_str 0.1.24",
 1015 "thiserror 1.0.69",
 1016 "tokio",
 1017]
 1018
 1019[[package]]
 1020name = "async-tar"
 1021version = "0.5.0"
 1022source = "registry+https://github.com/rust-lang/crates.io-index"
 1023checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1024dependencies = [
 1025 "async-std",
 1026 "filetime",
 1027 "libc",
 1028 "pin-project",
 1029 "redox_syscall 0.2.16",
 1030 "xattr",
 1031]
 1032
 1033[[package]]
 1034name = "async-task"
 1035version = "4.7.1"
 1036source = "registry+https://github.com/rust-lang/crates.io-index"
 1037checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1038
 1039[[package]]
 1040name = "async-trait"
 1041version = "0.1.88"
 1042source = "registry+https://github.com/rust-lang/crates.io-index"
 1043checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1044dependencies = [
 1045 "proc-macro2",
 1046 "quote",
 1047 "syn 2.0.101",
 1048]
 1049
 1050[[package]]
 1051name = "async-tungstenite"
 1052version = "0.29.1"
 1053source = "registry+https://github.com/rust-lang/crates.io-index"
 1054checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1055dependencies = [
 1056 "atomic-waker",
 1057 "futures-core",
 1058 "futures-io",
 1059 "futures-task",
 1060 "futures-util",
 1061 "log",
 1062 "pin-project-lite",
 1063 "rustls-pki-types",
 1064 "tokio",
 1065 "tokio-rustls 0.26.2",
 1066 "tungstenite 0.26.2",
 1067]
 1068
 1069[[package]]
 1070name = "async-watch"
 1071version = "0.3.1"
 1072source = "registry+https://github.com/rust-lang/crates.io-index"
 1073checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1074dependencies = [
 1075 "event-listener 2.5.3",
 1076]
 1077
 1078[[package]]
 1079name = "async_zip"
 1080version = "0.0.17"
 1081source = "registry+https://github.com/rust-lang/crates.io-index"
 1082checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1083dependencies = [
 1084 "async-compression",
 1085 "crc32fast",
 1086 "futures-lite 2.6.0",
 1087 "pin-project",
 1088 "thiserror 1.0.69",
 1089]
 1090
 1091[[package]]
 1092name = "asynchronous-codec"
 1093version = "0.7.0"
 1094source = "registry+https://github.com/rust-lang/crates.io-index"
 1095checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1096dependencies = [
 1097 "bytes 1.10.1",
 1098 "futures-sink",
 1099 "futures-util",
 1100 "memchr",
 1101 "pin-project-lite",
 1102]
 1103
 1104[[package]]
 1105name = "atoi"
 1106version = "2.0.0"
 1107source = "registry+https://github.com/rust-lang/crates.io-index"
 1108checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1109dependencies = [
 1110 "num-traits",
 1111]
 1112
 1113[[package]]
 1114name = "atomic"
 1115version = "0.5.3"
 1116source = "registry+https://github.com/rust-lang/crates.io-index"
 1117checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1118
 1119[[package]]
 1120name = "atomic-waker"
 1121version = "1.1.2"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1124
 1125[[package]]
 1126name = "audio"
 1127version = "0.1.0"
 1128dependencies = [
 1129 "anyhow",
 1130 "collections",
 1131 "derive_more",
 1132 "gpui",
 1133 "parking_lot",
 1134 "rodio",
 1135 "util",
 1136 "workspace-hack",
 1137]
 1138
 1139[[package]]
 1140name = "auditable-serde"
 1141version = "0.8.0"
 1142source = "registry+https://github.com/rust-lang/crates.io-index"
 1143checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1144dependencies = [
 1145 "semver",
 1146 "serde",
 1147 "serde_json",
 1148 "topological-sort",
 1149]
 1150
 1151[[package]]
 1152name = "auto_update"
 1153version = "0.1.0"
 1154dependencies = [
 1155 "anyhow",
 1156 "client",
 1157 "db",
 1158 "gpui",
 1159 "http_client",
 1160 "log",
 1161 "paths",
 1162 "release_channel",
 1163 "schemars",
 1164 "serde",
 1165 "serde_json",
 1166 "settings",
 1167 "smol",
 1168 "tempfile",
 1169 "which 6.0.3",
 1170 "workspace",
 1171 "workspace-hack",
 1172]
 1173
 1174[[package]]
 1175name = "auto_update_helper"
 1176version = "0.1.0"
 1177dependencies = [
 1178 "anyhow",
 1179 "log",
 1180 "simplelog",
 1181 "windows 0.61.1",
 1182 "winresource",
 1183 "workspace-hack",
 1184]
 1185
 1186[[package]]
 1187name = "auto_update_ui"
 1188version = "0.1.0"
 1189dependencies = [
 1190 "anyhow",
 1191 "auto_update",
 1192 "client",
 1193 "editor",
 1194 "gpui",
 1195 "http_client",
 1196 "markdown_preview",
 1197 "release_channel",
 1198 "serde",
 1199 "serde_json",
 1200 "smol",
 1201 "util",
 1202 "workspace",
 1203 "workspace-hack",
 1204]
 1205
 1206[[package]]
 1207name = "autocfg"
 1208version = "1.4.0"
 1209source = "registry+https://github.com/rust-lang/crates.io-index"
 1210checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1211
 1212[[package]]
 1213name = "av1-grain"
 1214version = "0.2.3"
 1215source = "registry+https://github.com/rust-lang/crates.io-index"
 1216checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1217dependencies = [
 1218 "anyhow",
 1219 "arrayvec",
 1220 "log",
 1221 "nom",
 1222 "num-rational",
 1223 "v_frame",
 1224]
 1225
 1226[[package]]
 1227name = "avif-serialize"
 1228version = "0.8.3"
 1229source = "registry+https://github.com/rust-lang/crates.io-index"
 1230checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1231dependencies = [
 1232 "arrayvec",
 1233]
 1234
 1235[[package]]
 1236name = "aws-config"
 1237version = "1.6.1"
 1238source = "registry+https://github.com/rust-lang/crates.io-index"
 1239checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1240dependencies = [
 1241 "aws-credential-types",
 1242 "aws-runtime",
 1243 "aws-sdk-sso",
 1244 "aws-sdk-ssooidc",
 1245 "aws-sdk-sts",
 1246 "aws-smithy-async",
 1247 "aws-smithy-http",
 1248 "aws-smithy-json",
 1249 "aws-smithy-runtime",
 1250 "aws-smithy-runtime-api",
 1251 "aws-smithy-types",
 1252 "aws-types",
 1253 "bytes 1.10.1",
 1254 "fastrand 2.3.0",
 1255 "hex",
 1256 "http 1.3.1",
 1257 "ring",
 1258 "time",
 1259 "tokio",
 1260 "tracing",
 1261 "url",
 1262 "zeroize",
 1263]
 1264
 1265[[package]]
 1266name = "aws-credential-types"
 1267version = "1.2.2"
 1268source = "registry+https://github.com/rust-lang/crates.io-index"
 1269checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1270dependencies = [
 1271 "aws-smithy-async",
 1272 "aws-smithy-runtime-api",
 1273 "aws-smithy-types",
 1274 "zeroize",
 1275]
 1276
 1277[[package]]
 1278name = "aws-lc-rs"
 1279version = "1.13.1"
 1280source = "registry+https://github.com/rust-lang/crates.io-index"
 1281checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1282dependencies = [
 1283 "aws-lc-sys",
 1284 "zeroize",
 1285]
 1286
 1287[[package]]
 1288name = "aws-lc-sys"
 1289version = "0.29.0"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1292dependencies = [
 1293 "bindgen 0.69.5",
 1294 "cc",
 1295 "cmake",
 1296 "dunce",
 1297 "fs_extra",
 1298]
 1299
 1300[[package]]
 1301name = "aws-runtime"
 1302version = "1.5.6"
 1303source = "registry+https://github.com/rust-lang/crates.io-index"
 1304checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1305dependencies = [
 1306 "aws-credential-types",
 1307 "aws-sigv4",
 1308 "aws-smithy-async",
 1309 "aws-smithy-eventstream",
 1310 "aws-smithy-http",
 1311 "aws-smithy-runtime",
 1312 "aws-smithy-runtime-api",
 1313 "aws-smithy-types",
 1314 "aws-types",
 1315 "bytes 1.10.1",
 1316 "fastrand 2.3.0",
 1317 "http 0.2.12",
 1318 "http-body 0.4.6",
 1319 "once_cell",
 1320 "percent-encoding",
 1321 "pin-project-lite",
 1322 "tracing",
 1323 "uuid",
 1324]
 1325
 1326[[package]]
 1327name = "aws-sdk-bedrockruntime"
 1328version = "1.82.0"
 1329source = "registry+https://github.com/rust-lang/crates.io-index"
 1330checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1331dependencies = [
 1332 "aws-credential-types",
 1333 "aws-runtime",
 1334 "aws-sigv4",
 1335 "aws-smithy-async",
 1336 "aws-smithy-eventstream",
 1337 "aws-smithy-http",
 1338 "aws-smithy-json",
 1339 "aws-smithy-runtime",
 1340 "aws-smithy-runtime-api",
 1341 "aws-smithy-types",
 1342 "aws-types",
 1343 "bytes 1.10.1",
 1344 "fastrand 2.3.0",
 1345 "http 0.2.12",
 1346 "hyper 0.14.32",
 1347 "once_cell",
 1348 "regex-lite",
 1349 "tracing",
 1350]
 1351
 1352[[package]]
 1353name = "aws-sdk-kinesis"
 1354version = "1.66.0"
 1355source = "registry+https://github.com/rust-lang/crates.io-index"
 1356checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1357dependencies = [
 1358 "aws-credential-types",
 1359 "aws-runtime",
 1360 "aws-smithy-async",
 1361 "aws-smithy-eventstream",
 1362 "aws-smithy-http",
 1363 "aws-smithy-json",
 1364 "aws-smithy-runtime",
 1365 "aws-smithy-runtime-api",
 1366 "aws-smithy-types",
 1367 "aws-types",
 1368 "bytes 1.10.1",
 1369 "fastrand 2.3.0",
 1370 "http 0.2.12",
 1371 "once_cell",
 1372 "regex-lite",
 1373 "tracing",
 1374]
 1375
 1376[[package]]
 1377name = "aws-sdk-s3"
 1378version = "1.82.0"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1381dependencies = [
 1382 "aws-credential-types",
 1383 "aws-runtime",
 1384 "aws-sigv4",
 1385 "aws-smithy-async",
 1386 "aws-smithy-checksums",
 1387 "aws-smithy-eventstream",
 1388 "aws-smithy-http",
 1389 "aws-smithy-json",
 1390 "aws-smithy-runtime",
 1391 "aws-smithy-runtime-api",
 1392 "aws-smithy-types",
 1393 "aws-smithy-xml",
 1394 "aws-types",
 1395 "bytes 1.10.1",
 1396 "fastrand 2.3.0",
 1397 "hex",
 1398 "hmac",
 1399 "http 0.2.12",
 1400 "http 1.3.1",
 1401 "http-body 0.4.6",
 1402 "lru",
 1403 "once_cell",
 1404 "percent-encoding",
 1405 "regex-lite",
 1406 "sha2",
 1407 "tracing",
 1408 "url",
 1409]
 1410
 1411[[package]]
 1412name = "aws-sdk-sso"
 1413version = "1.64.0"
 1414source = "registry+https://github.com/rust-lang/crates.io-index"
 1415checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1416dependencies = [
 1417 "aws-credential-types",
 1418 "aws-runtime",
 1419 "aws-smithy-async",
 1420 "aws-smithy-http",
 1421 "aws-smithy-json",
 1422 "aws-smithy-runtime",
 1423 "aws-smithy-runtime-api",
 1424 "aws-smithy-types",
 1425 "aws-types",
 1426 "bytes 1.10.1",
 1427 "fastrand 2.3.0",
 1428 "http 0.2.12",
 1429 "once_cell",
 1430 "regex-lite",
 1431 "tracing",
 1432]
 1433
 1434[[package]]
 1435name = "aws-sdk-ssooidc"
 1436version = "1.65.0"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1439dependencies = [
 1440 "aws-credential-types",
 1441 "aws-runtime",
 1442 "aws-smithy-async",
 1443 "aws-smithy-http",
 1444 "aws-smithy-json",
 1445 "aws-smithy-runtime",
 1446 "aws-smithy-runtime-api",
 1447 "aws-smithy-types",
 1448 "aws-types",
 1449 "bytes 1.10.1",
 1450 "fastrand 2.3.0",
 1451 "http 0.2.12",
 1452 "once_cell",
 1453 "regex-lite",
 1454 "tracing",
 1455]
 1456
 1457[[package]]
 1458name = "aws-sdk-sts"
 1459version = "1.65.0"
 1460source = "registry+https://github.com/rust-lang/crates.io-index"
 1461checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1462dependencies = [
 1463 "aws-credential-types",
 1464 "aws-runtime",
 1465 "aws-smithy-async",
 1466 "aws-smithy-http",
 1467 "aws-smithy-json",
 1468 "aws-smithy-query",
 1469 "aws-smithy-runtime",
 1470 "aws-smithy-runtime-api",
 1471 "aws-smithy-types",
 1472 "aws-smithy-xml",
 1473 "aws-types",
 1474 "fastrand 2.3.0",
 1475 "http 0.2.12",
 1476 "once_cell",
 1477 "regex-lite",
 1478 "tracing",
 1479]
 1480
 1481[[package]]
 1482name = "aws-sigv4"
 1483version = "1.3.0"
 1484source = "registry+https://github.com/rust-lang/crates.io-index"
 1485checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1486dependencies = [
 1487 "aws-credential-types",
 1488 "aws-smithy-eventstream",
 1489 "aws-smithy-http",
 1490 "aws-smithy-runtime-api",
 1491 "aws-smithy-types",
 1492 "bytes 1.10.1",
 1493 "crypto-bigint 0.5.5",
 1494 "form_urlencoded",
 1495 "hex",
 1496 "hmac",
 1497 "http 0.2.12",
 1498 "http 1.3.1",
 1499 "once_cell",
 1500 "p256",
 1501 "percent-encoding",
 1502 "ring",
 1503 "sha2",
 1504 "subtle",
 1505 "time",
 1506 "tracing",
 1507 "zeroize",
 1508]
 1509
 1510[[package]]
 1511name = "aws-smithy-async"
 1512version = "1.2.5"
 1513source = "registry+https://github.com/rust-lang/crates.io-index"
 1514checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1515dependencies = [
 1516 "futures-util",
 1517 "pin-project-lite",
 1518 "tokio",
 1519]
 1520
 1521[[package]]
 1522name = "aws-smithy-checksums"
 1523version = "0.63.1"
 1524source = "registry+https://github.com/rust-lang/crates.io-index"
 1525checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1526dependencies = [
 1527 "aws-smithy-http",
 1528 "aws-smithy-types",
 1529 "bytes 1.10.1",
 1530 "crc32c",
 1531 "crc32fast",
 1532 "crc64fast-nvme",
 1533 "hex",
 1534 "http 0.2.12",
 1535 "http-body 0.4.6",
 1536 "md-5",
 1537 "pin-project-lite",
 1538 "sha1",
 1539 "sha2",
 1540 "tracing",
 1541]
 1542
 1543[[package]]
 1544name = "aws-smithy-eventstream"
 1545version = "0.60.8"
 1546source = "registry+https://github.com/rust-lang/crates.io-index"
 1547checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1548dependencies = [
 1549 "aws-smithy-types",
 1550 "bytes 1.10.1",
 1551 "crc32fast",
 1552]
 1553
 1554[[package]]
 1555name = "aws-smithy-http"
 1556version = "0.62.0"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1559dependencies = [
 1560 "aws-smithy-eventstream",
 1561 "aws-smithy-runtime-api",
 1562 "aws-smithy-types",
 1563 "bytes 1.10.1",
 1564 "bytes-utils",
 1565 "futures-core",
 1566 "http 0.2.12",
 1567 "http 1.3.1",
 1568 "http-body 0.4.6",
 1569 "once_cell",
 1570 "percent-encoding",
 1571 "pin-project-lite",
 1572 "pin-utils",
 1573 "tracing",
 1574]
 1575
 1576[[package]]
 1577name = "aws-smithy-http-client"
 1578version = "1.0.1"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1581dependencies = [
 1582 "aws-smithy-async",
 1583 "aws-smithy-runtime-api",
 1584 "aws-smithy-types",
 1585 "h2 0.4.9",
 1586 "http 0.2.12",
 1587 "http 1.3.1",
 1588 "http-body 0.4.6",
 1589 "hyper 0.14.32",
 1590 "hyper 1.6.0",
 1591 "hyper-rustls 0.24.2",
 1592 "hyper-rustls 0.27.5",
 1593 "hyper-util",
 1594 "pin-project-lite",
 1595 "rustls 0.21.12",
 1596 "rustls 0.23.26",
 1597 "rustls-native-certs 0.8.1",
 1598 "rustls-pki-types",
 1599 "tokio",
 1600 "tower 0.5.2",
 1601 "tracing",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-json"
 1606version = "0.61.3"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1609dependencies = [
 1610 "aws-smithy-types",
 1611]
 1612
 1613[[package]]
 1614name = "aws-smithy-observability"
 1615version = "0.1.2"
 1616source = "registry+https://github.com/rust-lang/crates.io-index"
 1617checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1618dependencies = [
 1619 "aws-smithy-runtime-api",
 1620 "once_cell",
 1621]
 1622
 1623[[package]]
 1624name = "aws-smithy-query"
 1625version = "0.60.7"
 1626source = "registry+https://github.com/rust-lang/crates.io-index"
 1627checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1628dependencies = [
 1629 "aws-smithy-types",
 1630 "urlencoding",
 1631]
 1632
 1633[[package]]
 1634name = "aws-smithy-runtime"
 1635version = "1.8.1"
 1636source = "registry+https://github.com/rust-lang/crates.io-index"
 1637checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1638dependencies = [
 1639 "aws-smithy-async",
 1640 "aws-smithy-http",
 1641 "aws-smithy-http-client",
 1642 "aws-smithy-observability",
 1643 "aws-smithy-runtime-api",
 1644 "aws-smithy-types",
 1645 "bytes 1.10.1",
 1646 "fastrand 2.3.0",
 1647 "http 0.2.12",
 1648 "http 1.3.1",
 1649 "http-body 0.4.6",
 1650 "http-body 1.0.1",
 1651 "once_cell",
 1652 "pin-project-lite",
 1653 "pin-utils",
 1654 "tokio",
 1655 "tracing",
 1656]
 1657
 1658[[package]]
 1659name = "aws-smithy-runtime-api"
 1660version = "1.7.4"
 1661source = "registry+https://github.com/rust-lang/crates.io-index"
 1662checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1663dependencies = [
 1664 "aws-smithy-async",
 1665 "aws-smithy-types",
 1666 "bytes 1.10.1",
 1667 "http 0.2.12",
 1668 "http 1.3.1",
 1669 "pin-project-lite",
 1670 "tokio",
 1671 "tracing",
 1672 "zeroize",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-types"
 1677version = "1.3.0"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1680dependencies = [
 1681 "base64-simd",
 1682 "bytes 1.10.1",
 1683 "bytes-utils",
 1684 "futures-core",
 1685 "http 0.2.12",
 1686 "http 1.3.1",
 1687 "http-body 0.4.6",
 1688 "http-body 1.0.1",
 1689 "http-body-util",
 1690 "itoa",
 1691 "num-integer",
 1692 "pin-project-lite",
 1693 "pin-utils",
 1694 "ryu",
 1695 "serde",
 1696 "time",
 1697 "tokio",
 1698 "tokio-util",
 1699]
 1700
 1701[[package]]
 1702name = "aws-smithy-xml"
 1703version = "0.60.9"
 1704source = "registry+https://github.com/rust-lang/crates.io-index"
 1705checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1706dependencies = [
 1707 "xmlparser",
 1708]
 1709
 1710[[package]]
 1711name = "aws-types"
 1712version = "1.3.6"
 1713source = "registry+https://github.com/rust-lang/crates.io-index"
 1714checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1715dependencies = [
 1716 "aws-credential-types",
 1717 "aws-smithy-async",
 1718 "aws-smithy-runtime-api",
 1719 "aws-smithy-types",
 1720 "rustc_version",
 1721 "tracing",
 1722]
 1723
 1724[[package]]
 1725name = "aws_http_client"
 1726version = "0.1.0"
 1727dependencies = [
 1728 "aws-smithy-runtime-api",
 1729 "aws-smithy-types",
 1730 "futures 0.3.31",
 1731 "http_client",
 1732 "tokio",
 1733 "workspace-hack",
 1734]
 1735
 1736[[package]]
 1737name = "axum"
 1738version = "0.6.20"
 1739source = "registry+https://github.com/rust-lang/crates.io-index"
 1740checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1741dependencies = [
 1742 "async-trait",
 1743 "axum-core",
 1744 "base64 0.21.7",
 1745 "bitflags 1.3.2",
 1746 "bytes 1.10.1",
 1747 "futures-util",
 1748 "headers",
 1749 "http 0.2.12",
 1750 "http-body 0.4.6",
 1751 "hyper 0.14.32",
 1752 "itoa",
 1753 "matchit",
 1754 "memchr",
 1755 "mime",
 1756 "percent-encoding",
 1757 "pin-project-lite",
 1758 "rustversion",
 1759 "serde",
 1760 "serde_json",
 1761 "serde_path_to_error",
 1762 "serde_urlencoded",
 1763 "sha1",
 1764 "sync_wrapper 0.1.2",
 1765 "tokio",
 1766 "tokio-tungstenite 0.20.1",
 1767 "tower 0.4.13",
 1768 "tower-layer",
 1769 "tower-service",
 1770]
 1771
 1772[[package]]
 1773name = "axum-core"
 1774version = "0.3.4"
 1775source = "registry+https://github.com/rust-lang/crates.io-index"
 1776checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1777dependencies = [
 1778 "async-trait",
 1779 "bytes 1.10.1",
 1780 "futures-util",
 1781 "http 0.2.12",
 1782 "http-body 0.4.6",
 1783 "mime",
 1784 "rustversion",
 1785 "tower-layer",
 1786 "tower-service",
 1787]
 1788
 1789[[package]]
 1790name = "axum-extra"
 1791version = "0.4.2"
 1792source = "registry+https://github.com/rust-lang/crates.io-index"
 1793checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1794dependencies = [
 1795 "axum",
 1796 "bytes 1.10.1",
 1797 "futures-util",
 1798 "http 0.2.12",
 1799 "mime",
 1800 "pin-project-lite",
 1801 "serde",
 1802 "serde_json",
 1803 "tokio",
 1804 "tower 0.4.13",
 1805 "tower-http 0.3.5",
 1806 "tower-layer",
 1807 "tower-service",
 1808]
 1809
 1810[[package]]
 1811name = "backtrace"
 1812version = "0.3.74"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1815dependencies = [
 1816 "addr2line",
 1817 "cfg-if",
 1818 "libc",
 1819 "miniz_oxide",
 1820 "object",
 1821 "rustc-demangle",
 1822 "windows-targets 0.52.6",
 1823]
 1824
 1825[[package]]
 1826name = "base16ct"
 1827version = "0.1.1"
 1828source = "registry+https://github.com/rust-lang/crates.io-index"
 1829checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1830
 1831[[package]]
 1832name = "base64"
 1833version = "0.13.1"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1836
 1837[[package]]
 1838name = "base64"
 1839version = "0.21.7"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1842
 1843[[package]]
 1844name = "base64"
 1845version = "0.22.1"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1848
 1849[[package]]
 1850name = "base64-simd"
 1851version = "0.8.0"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1854dependencies = [
 1855 "outref",
 1856 "vsimd",
 1857]
 1858
 1859[[package]]
 1860name = "base64ct"
 1861version = "1.7.3"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1864
 1865[[package]]
 1866name = "bedrock"
 1867version = "0.1.0"
 1868dependencies = [
 1869 "anyhow",
 1870 "aws-sdk-bedrockruntime",
 1871 "aws-smithy-types",
 1872 "futures 0.3.31",
 1873 "schemars",
 1874 "serde",
 1875 "serde_json",
 1876 "strum 0.27.1",
 1877 "thiserror 2.0.12",
 1878 "tokio",
 1879 "workspace-hack",
 1880]
 1881
 1882[[package]]
 1883name = "beef"
 1884version = "0.5.2"
 1885source = "registry+https://github.com/rust-lang/crates.io-index"
 1886checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1887
 1888[[package]]
 1889name = "bigdecimal"
 1890version = "0.4.8"
 1891source = "registry+https://github.com/rust-lang/crates.io-index"
 1892checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1893dependencies = [
 1894 "autocfg",
 1895 "libm",
 1896 "num-bigint",
 1897 "num-integer",
 1898 "num-traits",
 1899 "serde",
 1900]
 1901
 1902[[package]]
 1903name = "bincode"
 1904version = "1.3.3"
 1905source = "registry+https://github.com/rust-lang/crates.io-index"
 1906checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1907dependencies = [
 1908 "serde",
 1909]
 1910
 1911[[package]]
 1912name = "bindgen"
 1913version = "0.69.5"
 1914source = "registry+https://github.com/rust-lang/crates.io-index"
 1915checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1916dependencies = [
 1917 "bitflags 2.9.0",
 1918 "cexpr",
 1919 "clang-sys",
 1920 "itertools 0.12.1",
 1921 "lazy_static",
 1922 "lazycell",
 1923 "log",
 1924 "prettyplease",
 1925 "proc-macro2",
 1926 "quote",
 1927 "regex",
 1928 "rustc-hash 1.1.0",
 1929 "shlex",
 1930 "syn 2.0.101",
 1931 "which 4.4.2",
 1932]
 1933
 1934[[package]]
 1935name = "bindgen"
 1936version = "0.70.1"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1939dependencies = [
 1940 "bitflags 2.9.0",
 1941 "cexpr",
 1942 "clang-sys",
 1943 "itertools 0.13.0",
 1944 "proc-macro2",
 1945 "quote",
 1946 "regex",
 1947 "rustc-hash 1.1.0",
 1948 "shlex",
 1949 "syn 2.0.101",
 1950]
 1951
 1952[[package]]
 1953name = "bindgen"
 1954version = "0.71.1"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1957dependencies = [
 1958 "bitflags 2.9.0",
 1959 "cexpr",
 1960 "clang-sys",
 1961 "itertools 0.13.0",
 1962 "log",
 1963 "prettyplease",
 1964 "proc-macro2",
 1965 "quote",
 1966 "regex",
 1967 "rustc-hash 2.1.1",
 1968 "shlex",
 1969 "syn 2.0.101",
 1970]
 1971
 1972[[package]]
 1973name = "bit-set"
 1974version = "0.5.3"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1977dependencies = [
 1978 "bit-vec 0.6.3",
 1979]
 1980
 1981[[package]]
 1982name = "bit-set"
 1983version = "0.8.0"
 1984source = "registry+https://github.com/rust-lang/crates.io-index"
 1985checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1986dependencies = [
 1987 "bit-vec 0.8.0",
 1988]
 1989
 1990[[package]]
 1991name = "bit-vec"
 1992version = "0.6.3"
 1993source = "registry+https://github.com/rust-lang/crates.io-index"
 1994checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1995
 1996[[package]]
 1997name = "bit-vec"
 1998version = "0.8.0"
 1999source = "registry+https://github.com/rust-lang/crates.io-index"
 2000checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2001
 2002[[package]]
 2003name = "bit_field"
 2004version = "0.10.2"
 2005source = "registry+https://github.com/rust-lang/crates.io-index"
 2006checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2007
 2008[[package]]
 2009name = "bitflags"
 2010version = "1.3.2"
 2011source = "registry+https://github.com/rust-lang/crates.io-index"
 2012checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2013
 2014[[package]]
 2015name = "bitflags"
 2016version = "2.9.0"
 2017source = "registry+https://github.com/rust-lang/crates.io-index"
 2018checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2019dependencies = [
 2020 "serde",
 2021]
 2022
 2023[[package]]
 2024name = "bitstream-io"
 2025version = "2.6.0"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2028
 2029[[package]]
 2030name = "bitvec"
 2031version = "1.0.1"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2034dependencies = [
 2035 "funty",
 2036 "radium",
 2037 "tap",
 2038 "wyz",
 2039]
 2040
 2041[[package]]
 2042name = "blade-graphics"
 2043version = "0.6.0"
 2044source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2045dependencies = [
 2046 "ash",
 2047 "ash-window",
 2048 "bitflags 2.9.0",
 2049 "bytemuck",
 2050 "codespan-reporting 0.11.1",
 2051 "glow",
 2052 "gpu-alloc",
 2053 "gpu-alloc-ash",
 2054 "hidden-trait",
 2055 "js-sys",
 2056 "khronos-egl",
 2057 "libloading",
 2058 "log",
 2059 "mint",
 2060 "naga",
 2061 "objc2",
 2062 "objc2-app-kit",
 2063 "objc2-core-foundation",
 2064 "objc2-foundation",
 2065 "objc2-metal",
 2066 "objc2-quartz-core",
 2067 "objc2-ui-kit",
 2068 "raw-window-handle",
 2069 "slab",
 2070 "wasm-bindgen",
 2071 "web-sys",
 2072]
 2073
 2074[[package]]
 2075name = "blade-macros"
 2076version = "0.3.0"
 2077source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2078dependencies = [
 2079 "proc-macro2",
 2080 "quote",
 2081 "syn 2.0.101",
 2082]
 2083
 2084[[package]]
 2085name = "blade-util"
 2086version = "0.2.0"
 2087source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2088dependencies = [
 2089 "blade-graphics",
 2090 "bytemuck",
 2091 "log",
 2092 "profiling",
 2093]
 2094
 2095[[package]]
 2096name = "blake2"
 2097version = "0.10.6"
 2098source = "registry+https://github.com/rust-lang/crates.io-index"
 2099checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2100dependencies = [
 2101 "digest",
 2102]
 2103
 2104[[package]]
 2105name = "blake3"
 2106version = "1.8.2"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2109dependencies = [
 2110 "arrayref",
 2111 "arrayvec",
 2112 "cc",
 2113 "cfg-if",
 2114 "constant_time_eq 0.3.1",
 2115]
 2116
 2117[[package]]
 2118name = "block"
 2119version = "0.1.6"
 2120source = "registry+https://github.com/rust-lang/crates.io-index"
 2121checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2122
 2123[[package]]
 2124name = "block-buffer"
 2125version = "0.10.4"
 2126source = "registry+https://github.com/rust-lang/crates.io-index"
 2127checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2128dependencies = [
 2129 "generic-array",
 2130]
 2131
 2132[[package]]
 2133name = "block-padding"
 2134version = "0.3.3"
 2135source = "registry+https://github.com/rust-lang/crates.io-index"
 2136checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2137dependencies = [
 2138 "generic-array",
 2139]
 2140
 2141[[package]]
 2142name = "block2"
 2143version = "0.6.1"
 2144source = "registry+https://github.com/rust-lang/crates.io-index"
 2145checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2146dependencies = [
 2147 "objc2",
 2148]
 2149
 2150[[package]]
 2151name = "blocking"
 2152version = "1.6.1"
 2153source = "registry+https://github.com/rust-lang/crates.io-index"
 2154checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2155dependencies = [
 2156 "async-channel 2.3.1",
 2157 "async-task",
 2158 "futures-io",
 2159 "futures-lite 2.6.0",
 2160 "piper",
 2161]
 2162
 2163[[package]]
 2164name = "borrow-or-share"
 2165version = "0.2.2"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2168
 2169[[package]]
 2170name = "borsh"
 2171version = "1.5.7"
 2172source = "registry+https://github.com/rust-lang/crates.io-index"
 2173checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2174dependencies = [
 2175 "borsh-derive",
 2176 "cfg_aliases 0.2.1",
 2177]
 2178
 2179[[package]]
 2180name = "borsh-derive"
 2181version = "1.5.7"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2184dependencies = [
 2185 "once_cell",
 2186 "proc-macro-crate",
 2187 "proc-macro2",
 2188 "quote",
 2189 "syn 2.0.101",
 2190]
 2191
 2192[[package]]
 2193name = "breadcrumbs"
 2194version = "0.1.0"
 2195dependencies = [
 2196 "editor",
 2197 "gpui",
 2198 "itertools 0.14.0",
 2199 "theme",
 2200 "ui",
 2201 "workspace",
 2202 "workspace-hack",
 2203 "zed_actions",
 2204]
 2205
 2206[[package]]
 2207name = "bstr"
 2208version = "1.12.0"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2211dependencies = [
 2212 "memchr",
 2213 "regex-automata 0.4.9",
 2214 "serde",
 2215]
 2216
 2217[[package]]
 2218name = "buffer_diff"
 2219version = "0.1.0"
 2220dependencies = [
 2221 "anyhow",
 2222 "clock",
 2223 "ctor",
 2224 "env_logger 0.11.8",
 2225 "futures 0.3.31",
 2226 "git2",
 2227 "gpui",
 2228 "language",
 2229 "log",
 2230 "pretty_assertions",
 2231 "rand 0.8.5",
 2232 "rope",
 2233 "serde_json",
 2234 "sum_tree",
 2235 "text",
 2236 "unindent",
 2237 "util",
 2238 "workspace-hack",
 2239]
 2240
 2241[[package]]
 2242name = "built"
 2243version = "0.7.7"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2246
 2247[[package]]
 2248name = "bumpalo"
 2249version = "3.17.0"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2252dependencies = [
 2253 "allocator-api2",
 2254]
 2255
 2256[[package]]
 2257name = "by_address"
 2258version = "1.2.1"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2261
 2262[[package]]
 2263name = "bytecheck"
 2264version = "0.6.12"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2267dependencies = [
 2268 "bytecheck_derive",
 2269 "ptr_meta",
 2270 "simdutf8",
 2271]
 2272
 2273[[package]]
 2274name = "bytecheck_derive"
 2275version = "0.6.12"
 2276source = "registry+https://github.com/rust-lang/crates.io-index"
 2277checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2278dependencies = [
 2279 "proc-macro2",
 2280 "quote",
 2281 "syn 1.0.109",
 2282]
 2283
 2284[[package]]
 2285name = "bytecount"
 2286version = "0.6.8"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2289
 2290[[package]]
 2291name = "bytemuck"
 2292version = "1.22.0"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2295dependencies = [
 2296 "bytemuck_derive",
 2297]
 2298
 2299[[package]]
 2300name = "bytemuck_derive"
 2301version = "1.9.3"
 2302source = "registry+https://github.com/rust-lang/crates.io-index"
 2303checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2304dependencies = [
 2305 "proc-macro2",
 2306 "quote",
 2307 "syn 2.0.101",
 2308]
 2309
 2310[[package]]
 2311name = "byteorder"
 2312version = "1.5.0"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2315
 2316[[package]]
 2317name = "byteorder-lite"
 2318version = "0.1.0"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2321
 2322[[package]]
 2323name = "bytes"
 2324version = "0.4.12"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2327dependencies = [
 2328 "byteorder",
 2329 "iovec",
 2330]
 2331
 2332[[package]]
 2333name = "bytes"
 2334version = "1.10.1"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2337
 2338[[package]]
 2339name = "bytes-utils"
 2340version = "0.1.4"
 2341source = "registry+https://github.com/rust-lang/crates.io-index"
 2342checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2343dependencies = [
 2344 "bytes 1.10.1",
 2345 "either",
 2346]
 2347
 2348[[package]]
 2349name = "bzip2"
 2350version = "0.4.4"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2353dependencies = [
 2354 "bzip2-sys",
 2355 "libc",
 2356]
 2357
 2358[[package]]
 2359name = "bzip2-sys"
 2360version = "0.1.13+1.0.8"
 2361source = "registry+https://github.com/rust-lang/crates.io-index"
 2362checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2363dependencies = [
 2364 "cc",
 2365 "pkg-config",
 2366]
 2367
 2368[[package]]
 2369name = "call"
 2370version = "0.1.0"
 2371dependencies = [
 2372 "anyhow",
 2373 "audio",
 2374 "client",
 2375 "collections",
 2376 "fs",
 2377 "futures 0.3.31",
 2378 "gpui",
 2379 "gpui_tokio",
 2380 "http_client",
 2381 "language",
 2382 "livekit_client",
 2383 "log",
 2384 "postage",
 2385 "project",
 2386 "schemars",
 2387 "serde",
 2388 "serde_derive",
 2389 "settings",
 2390 "telemetry",
 2391 "util",
 2392 "workspace-hack",
 2393]
 2394
 2395[[package]]
 2396name = "calloop"
 2397version = "0.13.0"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2400dependencies = [
 2401 "bitflags 2.9.0",
 2402 "log",
 2403 "polling",
 2404 "rustix 0.38.44",
 2405 "slab",
 2406 "thiserror 1.0.69",
 2407]
 2408
 2409[[package]]
 2410name = "calloop-wayland-source"
 2411version = "0.3.0"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2414dependencies = [
 2415 "calloop",
 2416 "rustix 0.38.44",
 2417 "wayland-backend",
 2418 "wayland-client",
 2419]
 2420
 2421[[package]]
 2422name = "camino"
 2423version = "1.1.9"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2426dependencies = [
 2427 "serde",
 2428]
 2429
 2430[[package]]
 2431name = "cap-fs-ext"
 2432version = "3.4.4"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2435dependencies = [
 2436 "cap-primitives",
 2437 "cap-std",
 2438 "io-lifetimes",
 2439 "windows-sys 0.59.0",
 2440]
 2441
 2442[[package]]
 2443name = "cap-net-ext"
 2444version = "3.4.4"
 2445source = "registry+https://github.com/rust-lang/crates.io-index"
 2446checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2447dependencies = [
 2448 "cap-primitives",
 2449 "cap-std",
 2450 "rustix 1.0.7",
 2451 "smallvec",
 2452]
 2453
 2454[[package]]
 2455name = "cap-primitives"
 2456version = "3.4.4"
 2457source = "registry+https://github.com/rust-lang/crates.io-index"
 2458checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2459dependencies = [
 2460 "ambient-authority",
 2461 "fs-set-times",
 2462 "io-extras",
 2463 "io-lifetimes",
 2464 "ipnet",
 2465 "maybe-owned",
 2466 "rustix 1.0.7",
 2467 "rustix-linux-procfs",
 2468 "windows-sys 0.59.0",
 2469 "winx",
 2470]
 2471
 2472[[package]]
 2473name = "cap-rand"
 2474version = "3.4.4"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2477dependencies = [
 2478 "ambient-authority",
 2479 "rand 0.8.5",
 2480]
 2481
 2482[[package]]
 2483name = "cap-std"
 2484version = "3.4.4"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2487dependencies = [
 2488 "cap-primitives",
 2489 "io-extras",
 2490 "io-lifetimes",
 2491 "rustix 1.0.7",
 2492]
 2493
 2494[[package]]
 2495name = "cap-time-ext"
 2496version = "3.4.4"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2499dependencies = [
 2500 "ambient-authority",
 2501 "cap-primitives",
 2502 "iana-time-zone",
 2503 "once_cell",
 2504 "rustix 1.0.7",
 2505 "winx",
 2506]
 2507
 2508[[package]]
 2509name = "cargo-platform"
 2510version = "0.1.9"
 2511source = "registry+https://github.com/rust-lang/crates.io-index"
 2512checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2513dependencies = [
 2514 "serde",
 2515]
 2516
 2517[[package]]
 2518name = "cargo_metadata"
 2519version = "0.19.2"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2522dependencies = [
 2523 "camino",
 2524 "cargo-platform",
 2525 "semver",
 2526 "serde",
 2527 "serde_json",
 2528 "thiserror 2.0.12",
 2529]
 2530
 2531[[package]]
 2532name = "cargo_toml"
 2533version = "0.21.0"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2536dependencies = [
 2537 "serde",
 2538 "toml 0.8.20",
 2539]
 2540
 2541[[package]]
 2542name = "cast"
 2543version = "0.3.0"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2546
 2547[[package]]
 2548name = "cbc"
 2549version = "0.1.2"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2552dependencies = [
 2553 "cipher",
 2554]
 2555
 2556[[package]]
 2557name = "cbindgen"
 2558version = "0.28.0"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2561dependencies = [
 2562 "heck 0.4.1",
 2563 "indexmap",
 2564 "log",
 2565 "proc-macro2",
 2566 "quote",
 2567 "serde",
 2568 "serde_json",
 2569 "syn 2.0.101",
 2570 "tempfile",
 2571 "toml 0.8.20",
 2572]
 2573
 2574[[package]]
 2575name = "cc"
 2576version = "1.2.19"
 2577source = "registry+https://github.com/rust-lang/crates.io-index"
 2578checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2579dependencies = [
 2580 "jobserver",
 2581 "libc",
 2582 "shlex",
 2583]
 2584
 2585[[package]]
 2586name = "cesu8"
 2587version = "1.1.0"
 2588source = "registry+https://github.com/rust-lang/crates.io-index"
 2589checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2590
 2591[[package]]
 2592name = "cexpr"
 2593version = "0.6.0"
 2594source = "registry+https://github.com/rust-lang/crates.io-index"
 2595checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2596dependencies = [
 2597 "nom",
 2598]
 2599
 2600[[package]]
 2601name = "cfg-expr"
 2602version = "0.15.8"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2605dependencies = [
 2606 "smallvec",
 2607 "target-lexicon 0.12.16",
 2608]
 2609
 2610[[package]]
 2611name = "cfg-if"
 2612version = "1.0.0"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2615
 2616[[package]]
 2617name = "cfg_aliases"
 2618version = "0.1.1"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2621
 2622[[package]]
 2623name = "cfg_aliases"
 2624version = "0.2.1"
 2625source = "registry+https://github.com/rust-lang/crates.io-index"
 2626checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2627
 2628[[package]]
 2629name = "cgl"
 2630version = "0.3.2"
 2631source = "registry+https://github.com/rust-lang/crates.io-index"
 2632checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2633dependencies = [
 2634 "libc",
 2635]
 2636
 2637[[package]]
 2638name = "channel"
 2639version = "0.1.0"
 2640dependencies = [
 2641 "anyhow",
 2642 "client",
 2643 "clock",
 2644 "collections",
 2645 "futures 0.3.31",
 2646 "gpui",
 2647 "http_client",
 2648 "language",
 2649 "log",
 2650 "rand 0.8.5",
 2651 "release_channel",
 2652 "rpc",
 2653 "settings",
 2654 "sum_tree",
 2655 "text",
 2656 "time",
 2657 "util",
 2658 "workspace-hack",
 2659]
 2660
 2661[[package]]
 2662name = "chrono"
 2663version = "0.4.41"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2666dependencies = [
 2667 "android-tzdata",
 2668 "iana-time-zone",
 2669 "js-sys",
 2670 "num-traits",
 2671 "serde",
 2672 "wasm-bindgen",
 2673 "windows-link",
 2674]
 2675
 2676[[package]]
 2677name = "chunked_transfer"
 2678version = "1.5.0"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2681
 2682[[package]]
 2683name = "ciborium"
 2684version = "0.2.2"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2687dependencies = [
 2688 "ciborium-io",
 2689 "ciborium-ll",
 2690 "serde",
 2691]
 2692
 2693[[package]]
 2694name = "ciborium-io"
 2695version = "0.2.2"
 2696source = "registry+https://github.com/rust-lang/crates.io-index"
 2697checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2698
 2699[[package]]
 2700name = "ciborium-ll"
 2701version = "0.2.2"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2704dependencies = [
 2705 "ciborium-io",
 2706 "half",
 2707]
 2708
 2709[[package]]
 2710name = "cipher"
 2711version = "0.4.4"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2714dependencies = [
 2715 "crypto-common",
 2716 "inout",
 2717 "zeroize",
 2718]
 2719
 2720[[package]]
 2721name = "circular-buffer"
 2722version = "1.1.0"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2725
 2726[[package]]
 2727name = "clang-sys"
 2728version = "1.8.1"
 2729source = "registry+https://github.com/rust-lang/crates.io-index"
 2730checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2731dependencies = [
 2732 "glob",
 2733 "libc",
 2734 "libloading",
 2735]
 2736
 2737[[package]]
 2738name = "clap"
 2739version = "4.5.37"
 2740source = "registry+https://github.com/rust-lang/crates.io-index"
 2741checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2742dependencies = [
 2743 "clap_builder",
 2744 "clap_derive",
 2745]
 2746
 2747[[package]]
 2748name = "clap_builder"
 2749version = "4.5.37"
 2750source = "registry+https://github.com/rust-lang/crates.io-index"
 2751checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2752dependencies = [
 2753 "anstream",
 2754 "anstyle",
 2755 "clap_lex",
 2756 "strsim",
 2757 "terminal_size",
 2758]
 2759
 2760[[package]]
 2761name = "clap_complete"
 2762version = "4.5.47"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2765dependencies = [
 2766 "clap",
 2767]
 2768
 2769[[package]]
 2770name = "clap_derive"
 2771version = "4.5.32"
 2772source = "registry+https://github.com/rust-lang/crates.io-index"
 2773checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2774dependencies = [
 2775 "heck 0.5.0",
 2776 "proc-macro2",
 2777 "quote",
 2778 "syn 2.0.101",
 2779]
 2780
 2781[[package]]
 2782name = "clap_lex"
 2783version = "0.7.4"
 2784source = "registry+https://github.com/rust-lang/crates.io-index"
 2785checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2786
 2787[[package]]
 2788name = "cli"
 2789version = "0.1.0"
 2790dependencies = [
 2791 "anyhow",
 2792 "clap",
 2793 "collections",
 2794 "core-foundation 0.10.0",
 2795 "core-services",
 2796 "exec",
 2797 "fork",
 2798 "ipc-channel",
 2799 "parking_lot",
 2800 "paths",
 2801 "plist",
 2802 "release_channel",
 2803 "serde",
 2804 "tempfile",
 2805 "util",
 2806 "windows 0.61.1",
 2807 "workspace-hack",
 2808]
 2809
 2810[[package]]
 2811name = "client"
 2812version = "0.1.0"
 2813dependencies = [
 2814 "anyhow",
 2815 "async-recursion 0.3.2",
 2816 "async-tungstenite",
 2817 "chrono",
 2818 "clock",
 2819 "cocoa 0.26.0",
 2820 "collections",
 2821 "credentials_provider",
 2822 "feature_flags",
 2823 "futures 0.3.31",
 2824 "gpui",
 2825 "gpui_tokio",
 2826 "http_client",
 2827 "http_client_tls",
 2828 "log",
 2829 "parking_lot",
 2830 "paths",
 2831 "postage",
 2832 "rand 0.8.5",
 2833 "release_channel",
 2834 "rpc",
 2835 "schemars",
 2836 "serde",
 2837 "serde_json",
 2838 "settings",
 2839 "sha2",
 2840 "smol",
 2841 "telemetry",
 2842 "telemetry_events",
 2843 "text",
 2844 "thiserror 2.0.12",
 2845 "time",
 2846 "tiny_http",
 2847 "tokio",
 2848 "tokio-socks",
 2849 "url",
 2850 "util",
 2851 "windows 0.61.1",
 2852 "workspace-hack",
 2853 "worktree",
 2854]
 2855
 2856[[package]]
 2857name = "clock"
 2858version = "0.1.0"
 2859dependencies = [
 2860 "parking_lot",
 2861 "serde",
 2862 "smallvec",
 2863 "workspace-hack",
 2864]
 2865
 2866[[package]]
 2867name = "clru"
 2868version = "0.6.2"
 2869source = "registry+https://github.com/rust-lang/crates.io-index"
 2870checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2871
 2872[[package]]
 2873name = "cmake"
 2874version = "0.1.54"
 2875source = "registry+https://github.com/rust-lang/crates.io-index"
 2876checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2877dependencies = [
 2878 "cc",
 2879]
 2880
 2881[[package]]
 2882name = "cobs"
 2883version = "0.2.3"
 2884source = "registry+https://github.com/rust-lang/crates.io-index"
 2885checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2886
 2887[[package]]
 2888name = "cocoa"
 2889version = "0.25.0"
 2890source = "registry+https://github.com/rust-lang/crates.io-index"
 2891checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2892dependencies = [
 2893 "bitflags 1.3.2",
 2894 "block",
 2895 "cocoa-foundation 0.1.2",
 2896 "core-foundation 0.9.4",
 2897 "core-graphics 0.23.2",
 2898 "foreign-types 0.5.0",
 2899 "libc",
 2900 "objc",
 2901]
 2902
 2903[[package]]
 2904name = "cocoa"
 2905version = "0.26.0"
 2906source = "registry+https://github.com/rust-lang/crates.io-index"
 2907checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2908dependencies = [
 2909 "bitflags 2.9.0",
 2910 "block",
 2911 "cocoa-foundation 0.2.0",
 2912 "core-foundation 0.10.0",
 2913 "core-graphics 0.24.0",
 2914 "foreign-types 0.5.0",
 2915 "libc",
 2916 "objc",
 2917]
 2918
 2919[[package]]
 2920name = "cocoa-foundation"
 2921version = "0.1.2"
 2922source = "registry+https://github.com/rust-lang/crates.io-index"
 2923checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2924dependencies = [
 2925 "bitflags 1.3.2",
 2926 "block",
 2927 "core-foundation 0.9.4",
 2928 "core-graphics-types 0.1.3",
 2929 "libc",
 2930 "objc",
 2931]
 2932
 2933[[package]]
 2934name = "cocoa-foundation"
 2935version = "0.2.0"
 2936source = "registry+https://github.com/rust-lang/crates.io-index"
 2937checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2938dependencies = [
 2939 "bitflags 2.9.0",
 2940 "block",
 2941 "core-foundation 0.10.0",
 2942 "core-graphics-types 0.2.0",
 2943 "libc",
 2944 "objc",
 2945]
 2946
 2947[[package]]
 2948name = "codespan-reporting"
 2949version = "0.11.1"
 2950source = "registry+https://github.com/rust-lang/crates.io-index"
 2951checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2952dependencies = [
 2953 "termcolor",
 2954 "unicode-width 0.1.14",
 2955]
 2956
 2957[[package]]
 2958name = "codespan-reporting"
 2959version = "0.12.0"
 2960source = "registry+https://github.com/rust-lang/crates.io-index"
 2961checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2962dependencies = [
 2963 "serde",
 2964 "termcolor",
 2965 "unicode-width 0.2.0",
 2966]
 2967
 2968[[package]]
 2969name = "collab"
 2970version = "0.44.0"
 2971dependencies = [
 2972 "anyhow",
 2973 "assistant_context_editor",
 2974 "assistant_settings",
 2975 "assistant_slash_command",
 2976 "assistant_tool",
 2977 "async-stripe",
 2978 "async-trait",
 2979 "async-tungstenite",
 2980 "audio",
 2981 "aws-config",
 2982 "aws-sdk-kinesis",
 2983 "aws-sdk-s3",
 2984 "axum",
 2985 "axum-extra",
 2986 "base64 0.22.1",
 2987 "buffer_diff",
 2988 "call",
 2989 "channel",
 2990 "chrono",
 2991 "client",
 2992 "clock",
 2993 "collab_ui",
 2994 "collections",
 2995 "command_palette_hooks",
 2996 "context_server",
 2997 "ctor",
 2998 "dap",
 2999 "dashmap 6.1.0",
 3000 "debugger_ui",
 3001 "derive_more",
 3002 "editor",
 3003 "env_logger 0.11.8",
 3004 "envy",
 3005 "extension",
 3006 "file_finder",
 3007 "fs",
 3008 "futures 0.3.31",
 3009 "git",
 3010 "git_hosting_providers",
 3011 "git_ui",
 3012 "gpui",
 3013 "gpui_tokio",
 3014 "hex",
 3015 "http_client",
 3016 "hyper 0.14.32",
 3017 "indoc",
 3018 "jsonwebtoken",
 3019 "language",
 3020 "language_model",
 3021 "livekit_api",
 3022 "livekit_client",
 3023 "log",
 3024 "lsp",
 3025 "menu",
 3026 "multi_buffer",
 3027 "nanoid",
 3028 "node_runtime",
 3029 "notifications",
 3030 "parking_lot",
 3031 "pretty_assertions",
 3032 "project",
 3033 "prometheus",
 3034 "prompt_store",
 3035 "prost 0.9.0",
 3036 "rand 0.8.5",
 3037 "recent_projects",
 3038 "release_channel",
 3039 "remote",
 3040 "remote_server",
 3041 "reqwest 0.11.27",
 3042 "reqwest_client",
 3043 "rpc",
 3044 "rustc-demangle",
 3045 "scrypt",
 3046 "sea-orm",
 3047 "semantic_version",
 3048 "semver",
 3049 "serde",
 3050 "serde_derive",
 3051 "serde_json",
 3052 "session",
 3053 "settings",
 3054 "sha2",
 3055 "sqlx",
 3056 "strum 0.27.1",
 3057 "subtle",
 3058 "supermaven_api",
 3059 "task",
 3060 "telemetry_events",
 3061 "text",
 3062 "theme",
 3063 "thiserror 2.0.12",
 3064 "time",
 3065 "tokio",
 3066 "toml 0.8.20",
 3067 "tower 0.4.13",
 3068 "tower-http 0.4.4",
 3069 "tracing",
 3070 "tracing-subscriber",
 3071 "unindent",
 3072 "util",
 3073 "uuid",
 3074 "workspace",
 3075 "workspace-hack",
 3076 "worktree",
 3077 "zed_llm_client",
 3078]
 3079
 3080[[package]]
 3081name = "collab_ui"
 3082version = "0.1.0"
 3083dependencies = [
 3084 "anyhow",
 3085 "call",
 3086 "channel",
 3087 "chrono",
 3088 "client",
 3089 "collections",
 3090 "db",
 3091 "editor",
 3092 "emojis",
 3093 "futures 0.3.31",
 3094 "fuzzy",
 3095 "gpui",
 3096 "http_client",
 3097 "language",
 3098 "log",
 3099 "menu",
 3100 "notifications",
 3101 "picker",
 3102 "pretty_assertions",
 3103 "project",
 3104 "release_channel",
 3105 "rich_text",
 3106 "rpc",
 3107 "schemars",
 3108 "serde",
 3109 "serde_derive",
 3110 "serde_json",
 3111 "settings",
 3112 "smallvec",
 3113 "story",
 3114 "telemetry",
 3115 "theme",
 3116 "time",
 3117 "time_format",
 3118 "title_bar",
 3119 "tree-sitter-md",
 3120 "ui",
 3121 "util",
 3122 "workspace",
 3123 "workspace-hack",
 3124]
 3125
 3126[[package]]
 3127name = "collections"
 3128version = "0.1.0"
 3129dependencies = [
 3130 "indexmap",
 3131 "rustc-hash 2.1.1",
 3132 "workspace-hack",
 3133]
 3134
 3135[[package]]
 3136name = "color_quant"
 3137version = "1.1.0"
 3138source = "registry+https://github.com/rust-lang/crates.io-index"
 3139checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3140
 3141[[package]]
 3142name = "colorchoice"
 3143version = "1.0.3"
 3144source = "registry+https://github.com/rust-lang/crates.io-index"
 3145checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3146
 3147[[package]]
 3148name = "combine"
 3149version = "4.6.7"
 3150source = "registry+https://github.com/rust-lang/crates.io-index"
 3151checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3152dependencies = [
 3153 "bytes 1.10.1",
 3154 "memchr",
 3155]
 3156
 3157[[package]]
 3158name = "command_palette"
 3159version = "0.1.0"
 3160dependencies = [
 3161 "anyhow",
 3162 "client",
 3163 "collections",
 3164 "command_palette_hooks",
 3165 "ctor",
 3166 "db",
 3167 "editor",
 3168 "env_logger 0.11.8",
 3169 "fuzzy",
 3170 "go_to_line",
 3171 "gpui",
 3172 "language",
 3173 "log",
 3174 "menu",
 3175 "picker",
 3176 "postage",
 3177 "project",
 3178 "serde",
 3179 "serde_json",
 3180 "settings",
 3181 "telemetry",
 3182 "theme",
 3183 "time",
 3184 "ui",
 3185 "util",
 3186 "workspace",
 3187 "workspace-hack",
 3188 "zed_actions",
 3189]
 3190
 3191[[package]]
 3192name = "command_palette_hooks"
 3193version = "0.1.0"
 3194dependencies = [
 3195 "collections",
 3196 "derive_more",
 3197 "gpui",
 3198 "workspace-hack",
 3199]
 3200
 3201[[package]]
 3202name = "component"
 3203version = "0.1.0"
 3204dependencies = [
 3205 "collections",
 3206 "gpui",
 3207 "inventory",
 3208 "parking_lot",
 3209 "strum 0.27.1",
 3210 "theme",
 3211 "workspace-hack",
 3212]
 3213
 3214[[package]]
 3215name = "concurrent-queue"
 3216version = "2.5.0"
 3217source = "registry+https://github.com/rust-lang/crates.io-index"
 3218checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3219dependencies = [
 3220 "crossbeam-utils",
 3221]
 3222
 3223[[package]]
 3224name = "console"
 3225version = "0.15.11"
 3226source = "registry+https://github.com/rust-lang/crates.io-index"
 3227checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3228dependencies = [
 3229 "encode_unicode",
 3230 "libc",
 3231 "once_cell",
 3232 "unicode-width 0.2.0",
 3233 "windows-sys 0.59.0",
 3234]
 3235
 3236[[package]]
 3237name = "const-oid"
 3238version = "0.9.6"
 3239source = "registry+https://github.com/rust-lang/crates.io-index"
 3240checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3241
 3242[[package]]
 3243name = "const-random"
 3244version = "0.1.18"
 3245source = "registry+https://github.com/rust-lang/crates.io-index"
 3246checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3247dependencies = [
 3248 "const-random-macro",
 3249]
 3250
 3251[[package]]
 3252name = "const-random-macro"
 3253version = "0.1.16"
 3254source = "registry+https://github.com/rust-lang/crates.io-index"
 3255checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3256dependencies = [
 3257 "getrandom 0.2.15",
 3258 "once_cell",
 3259 "tiny-keccak",
 3260]
 3261
 3262[[package]]
 3263name = "constant_time_eq"
 3264version = "0.1.5"
 3265source = "registry+https://github.com/rust-lang/crates.io-index"
 3266checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3267
 3268[[package]]
 3269name = "constant_time_eq"
 3270version = "0.3.1"
 3271source = "registry+https://github.com/rust-lang/crates.io-index"
 3272checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3273
 3274[[package]]
 3275name = "context_server"
 3276version = "0.1.0"
 3277dependencies = [
 3278 "anyhow",
 3279 "async-trait",
 3280 "collections",
 3281 "futures 0.3.31",
 3282 "gpui",
 3283 "log",
 3284 "parking_lot",
 3285 "postage",
 3286 "schemars",
 3287 "serde",
 3288 "serde_json",
 3289 "smol",
 3290 "url",
 3291 "util",
 3292 "workspace-hack",
 3293]
 3294
 3295[[package]]
 3296name = "convert_case"
 3297version = "0.4.0"
 3298source = "registry+https://github.com/rust-lang/crates.io-index"
 3299checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3300
 3301[[package]]
 3302name = "convert_case"
 3303version = "0.6.0"
 3304source = "registry+https://github.com/rust-lang/crates.io-index"
 3305checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3306dependencies = [
 3307 "unicode-segmentation",
 3308]
 3309
 3310[[package]]
 3311name = "convert_case"
 3312version = "0.8.0"
 3313source = "registry+https://github.com/rust-lang/crates.io-index"
 3314checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3315dependencies = [
 3316 "unicode-segmentation",
 3317]
 3318
 3319[[package]]
 3320name = "copilot"
 3321version = "0.1.0"
 3322dependencies = [
 3323 "anyhow",
 3324 "async-std",
 3325 "chrono",
 3326 "client",
 3327 "clock",
 3328 "collections",
 3329 "command_palette_hooks",
 3330 "ctor",
 3331 "editor",
 3332 "env_logger 0.11.8",
 3333 "fs",
 3334 "futures 0.3.31",
 3335 "gpui",
 3336 "http_client",
 3337 "indoc",
 3338 "inline_completion",
 3339 "itertools 0.14.0",
 3340 "language",
 3341 "log",
 3342 "lsp",
 3343 "menu",
 3344 "node_runtime",
 3345 "parking_lot",
 3346 "paths",
 3347 "project",
 3348 "rpc",
 3349 "serde",
 3350 "serde_json",
 3351 "settings",
 3352 "task",
 3353 "theme",
 3354 "ui",
 3355 "util",
 3356 "workspace",
 3357 "workspace-hack",
 3358]
 3359
 3360[[package]]
 3361name = "core-foundation"
 3362version = "0.9.4"
 3363source = "registry+https://github.com/rust-lang/crates.io-index"
 3364checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3365dependencies = [
 3366 "core-foundation-sys",
 3367 "libc",
 3368]
 3369
 3370[[package]]
 3371name = "core-foundation"
 3372version = "0.10.0"
 3373source = "registry+https://github.com/rust-lang/crates.io-index"
 3374checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3375dependencies = [
 3376 "core-foundation-sys",
 3377 "libc",
 3378]
 3379
 3380[[package]]
 3381name = "core-foundation-sys"
 3382version = "0.8.7"
 3383source = "registry+https://github.com/rust-lang/crates.io-index"
 3384checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3385
 3386[[package]]
 3387name = "core-graphics"
 3388version = "0.23.2"
 3389source = "registry+https://github.com/rust-lang/crates.io-index"
 3390checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3391dependencies = [
 3392 "bitflags 1.3.2",
 3393 "core-foundation 0.9.4",
 3394 "core-graphics-types 0.1.3",
 3395 "foreign-types 0.5.0",
 3396 "libc",
 3397]
 3398
 3399[[package]]
 3400name = "core-graphics"
 3401version = "0.24.0"
 3402source = "registry+https://github.com/rust-lang/crates.io-index"
 3403checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3404dependencies = [
 3405 "bitflags 2.9.0",
 3406 "core-foundation 0.10.0",
 3407 "core-graphics-types 0.2.0",
 3408 "foreign-types 0.5.0",
 3409 "libc",
 3410]
 3411
 3412[[package]]
 3413name = "core-graphics-helmer-fork"
 3414version = "0.24.0"
 3415source = "registry+https://github.com/rust-lang/crates.io-index"
 3416checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3417dependencies = [
 3418 "bitflags 2.9.0",
 3419 "core-foundation 0.9.4",
 3420 "core-graphics-types 0.1.3",
 3421 "foreign-types 0.5.0",
 3422 "libc",
 3423]
 3424
 3425[[package]]
 3426name = "core-graphics-types"
 3427version = "0.1.3"
 3428source = "registry+https://github.com/rust-lang/crates.io-index"
 3429checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3430dependencies = [
 3431 "bitflags 1.3.2",
 3432 "core-foundation 0.9.4",
 3433 "libc",
 3434]
 3435
 3436[[package]]
 3437name = "core-graphics-types"
 3438version = "0.2.0"
 3439source = "registry+https://github.com/rust-lang/crates.io-index"
 3440checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3441dependencies = [
 3442 "bitflags 2.9.0",
 3443 "core-foundation 0.10.0",
 3444 "libc",
 3445]
 3446
 3447[[package]]
 3448name = "core-graphics2"
 3449version = "0.4.1"
 3450source = "registry+https://github.com/rust-lang/crates.io-index"
 3451checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3452dependencies = [
 3453 "bitflags 2.9.0",
 3454 "block",
 3455 "cfg-if",
 3456 "core-foundation 0.10.0",
 3457 "libc",
 3458]
 3459
 3460[[package]]
 3461name = "core-services"
 3462version = "0.2.1"
 3463source = "registry+https://github.com/rust-lang/crates.io-index"
 3464checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3465dependencies = [
 3466 "core-foundation 0.9.4",
 3467]
 3468
 3469[[package]]
 3470name = "core-text"
 3471version = "21.0.0"
 3472source = "registry+https://github.com/rust-lang/crates.io-index"
 3473checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3474dependencies = [
 3475 "core-foundation 0.10.0",
 3476 "core-graphics 0.24.0",
 3477 "foreign-types 0.5.0",
 3478 "libc",
 3479]
 3480
 3481[[package]]
 3482name = "core-video"
 3483version = "0.4.3"
 3484source = "registry+https://github.com/rust-lang/crates.io-index"
 3485checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3486dependencies = [
 3487 "block",
 3488 "core-foundation 0.10.0",
 3489 "core-graphics2",
 3490 "io-surface",
 3491 "libc",
 3492 "metal",
 3493]
 3494
 3495[[package]]
 3496name = "core_maths"
 3497version = "0.1.1"
 3498source = "registry+https://github.com/rust-lang/crates.io-index"
 3499checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3500dependencies = [
 3501 "libm",
 3502]
 3503
 3504[[package]]
 3505name = "coreaudio-rs"
 3506version = "0.11.3"
 3507source = "registry+https://github.com/rust-lang/crates.io-index"
 3508checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3509dependencies = [
 3510 "bitflags 1.3.2",
 3511 "core-foundation-sys",
 3512 "coreaudio-sys",
 3513]
 3514
 3515[[package]]
 3516name = "coreaudio-rs"
 3517version = "0.12.1"
 3518source = "registry+https://github.com/rust-lang/crates.io-index"
 3519checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3520dependencies = [
 3521 "bitflags 1.3.2",
 3522 "core-foundation-sys",
 3523 "coreaudio-sys",
 3524]
 3525
 3526[[package]]
 3527name = "coreaudio-sys"
 3528version = "0.2.16"
 3529source = "registry+https://github.com/rust-lang/crates.io-index"
 3530checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3531dependencies = [
 3532 "bindgen 0.70.1",
 3533]
 3534
 3535[[package]]
 3536name = "cosmic-text"
 3537version = "0.14.0"
 3538source = "registry+https://github.com/rust-lang/crates.io-index"
 3539checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3540dependencies = [
 3541 "bitflags 2.9.0",
 3542 "fontdb 0.16.2",
 3543 "log",
 3544 "rangemap",
 3545 "rustc-hash 1.1.0",
 3546 "rustybuzz 0.14.1",
 3547 "self_cell",
 3548 "smol_str 0.2.2",
 3549 "swash",
 3550 "sys-locale",
 3551 "ttf-parser 0.21.1",
 3552 "unicode-bidi",
 3553 "unicode-linebreak",
 3554 "unicode-script",
 3555 "unicode-segmentation",
 3556]
 3557
 3558[[package]]
 3559name = "cpal"
 3560version = "0.15.3"
 3561source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3562dependencies = [
 3563 "alsa",
 3564 "core-foundation-sys",
 3565 "coreaudio-rs 0.11.3",
 3566 "dasp_sample",
 3567 "jni",
 3568 "js-sys",
 3569 "libc",
 3570 "mach2",
 3571 "ndk",
 3572 "ndk-context",
 3573 "oboe",
 3574 "wasm-bindgen",
 3575 "wasm-bindgen-futures",
 3576 "web-sys",
 3577 "windows 0.54.0",
 3578]
 3579
 3580[[package]]
 3581name = "cpp_demangle"
 3582version = "0.4.4"
 3583source = "registry+https://github.com/rust-lang/crates.io-index"
 3584checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3585dependencies = [
 3586 "cfg-if",
 3587]
 3588
 3589[[package]]
 3590name = "cpufeatures"
 3591version = "0.2.17"
 3592source = "registry+https://github.com/rust-lang/crates.io-index"
 3593checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3594dependencies = [
 3595 "libc",
 3596]
 3597
 3598[[package]]
 3599name = "cranelift-bforest"
 3600version = "0.116.1"
 3601source = "registry+https://github.com/rust-lang/crates.io-index"
 3602checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3603dependencies = [
 3604 "cranelift-entity",
 3605]
 3606
 3607[[package]]
 3608name = "cranelift-bitset"
 3609version = "0.116.1"
 3610source = "registry+https://github.com/rust-lang/crates.io-index"
 3611checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3612dependencies = [
 3613 "serde",
 3614 "serde_derive",
 3615]
 3616
 3617[[package]]
 3618name = "cranelift-codegen"
 3619version = "0.116.1"
 3620source = "registry+https://github.com/rust-lang/crates.io-index"
 3621checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3622dependencies = [
 3623 "bumpalo",
 3624 "cranelift-bforest",
 3625 "cranelift-bitset",
 3626 "cranelift-codegen-meta",
 3627 "cranelift-codegen-shared",
 3628 "cranelift-control",
 3629 "cranelift-entity",
 3630 "cranelift-isle",
 3631 "gimli",
 3632 "hashbrown 0.14.5",
 3633 "log",
 3634 "regalloc2",
 3635 "rustc-hash 2.1.1",
 3636 "serde",
 3637 "smallvec",
 3638 "target-lexicon 0.13.2",
 3639]
 3640
 3641[[package]]
 3642name = "cranelift-codegen-meta"
 3643version = "0.116.1"
 3644source = "registry+https://github.com/rust-lang/crates.io-index"
 3645checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3646dependencies = [
 3647 "cranelift-codegen-shared",
 3648]
 3649
 3650[[package]]
 3651name = "cranelift-codegen-shared"
 3652version = "0.116.1"
 3653source = "registry+https://github.com/rust-lang/crates.io-index"
 3654checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3655
 3656[[package]]
 3657name = "cranelift-control"
 3658version = "0.116.1"
 3659source = "registry+https://github.com/rust-lang/crates.io-index"
 3660checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3661dependencies = [
 3662 "arbitrary",
 3663]
 3664
 3665[[package]]
 3666name = "cranelift-entity"
 3667version = "0.116.1"
 3668source = "registry+https://github.com/rust-lang/crates.io-index"
 3669checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3670dependencies = [
 3671 "cranelift-bitset",
 3672 "serde",
 3673 "serde_derive",
 3674]
 3675
 3676[[package]]
 3677name = "cranelift-frontend"
 3678version = "0.116.1"
 3679source = "registry+https://github.com/rust-lang/crates.io-index"
 3680checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3681dependencies = [
 3682 "cranelift-codegen",
 3683 "log",
 3684 "smallvec",
 3685 "target-lexicon 0.13.2",
 3686]
 3687
 3688[[package]]
 3689name = "cranelift-isle"
 3690version = "0.116.1"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3693
 3694[[package]]
 3695name = "cranelift-native"
 3696version = "0.116.1"
 3697source = "registry+https://github.com/rust-lang/crates.io-index"
 3698checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3699dependencies = [
 3700 "cranelift-codegen",
 3701 "libc",
 3702 "target-lexicon 0.13.2",
 3703]
 3704
 3705[[package]]
 3706name = "crc"
 3707version = "3.2.1"
 3708source = "registry+https://github.com/rust-lang/crates.io-index"
 3709checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3710dependencies = [
 3711 "crc-catalog",
 3712]
 3713
 3714[[package]]
 3715name = "crc-catalog"
 3716version = "2.4.0"
 3717source = "registry+https://github.com/rust-lang/crates.io-index"
 3718checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3719
 3720[[package]]
 3721name = "crc32c"
 3722version = "0.6.8"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3725dependencies = [
 3726 "rustc_version",
 3727]
 3728
 3729[[package]]
 3730name = "crc32fast"
 3731version = "1.4.2"
 3732source = "registry+https://github.com/rust-lang/crates.io-index"
 3733checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3734dependencies = [
 3735 "cfg-if",
 3736]
 3737
 3738[[package]]
 3739name = "crc64fast-nvme"
 3740version = "1.2.0"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3743dependencies = [
 3744 "crc",
 3745]
 3746
 3747[[package]]
 3748name = "credentials_provider"
 3749version = "0.1.0"
 3750dependencies = [
 3751 "anyhow",
 3752 "futures 0.3.31",
 3753 "gpui",
 3754 "paths",
 3755 "release_channel",
 3756 "serde",
 3757 "serde_json",
 3758 "workspace-hack",
 3759]
 3760
 3761[[package]]
 3762name = "criterion"
 3763version = "0.5.1"
 3764source = "registry+https://github.com/rust-lang/crates.io-index"
 3765checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3766dependencies = [
 3767 "anes",
 3768 "cast",
 3769 "ciborium",
 3770 "clap",
 3771 "criterion-plot",
 3772 "is-terminal",
 3773 "itertools 0.10.5",
 3774 "num-traits",
 3775 "once_cell",
 3776 "oorandom",
 3777 "plotters",
 3778 "rayon",
 3779 "regex",
 3780 "serde",
 3781 "serde_derive",
 3782 "serde_json",
 3783 "tinytemplate",
 3784 "walkdir",
 3785]
 3786
 3787[[package]]
 3788name = "criterion-plot"
 3789version = "0.5.0"
 3790source = "registry+https://github.com/rust-lang/crates.io-index"
 3791checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3792dependencies = [
 3793 "cast",
 3794 "itertools 0.10.5",
 3795]
 3796
 3797[[package]]
 3798name = "crossbeam-channel"
 3799version = "0.5.15"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3802dependencies = [
 3803 "crossbeam-utils",
 3804]
 3805
 3806[[package]]
 3807name = "crossbeam-deque"
 3808version = "0.8.6"
 3809source = "registry+https://github.com/rust-lang/crates.io-index"
 3810checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3811dependencies = [
 3812 "crossbeam-epoch",
 3813 "crossbeam-utils",
 3814]
 3815
 3816[[package]]
 3817name = "crossbeam-epoch"
 3818version = "0.9.18"
 3819source = "registry+https://github.com/rust-lang/crates.io-index"
 3820checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3821dependencies = [
 3822 "crossbeam-utils",
 3823]
 3824
 3825[[package]]
 3826name = "crossbeam-queue"
 3827version = "0.3.12"
 3828source = "registry+https://github.com/rust-lang/crates.io-index"
 3829checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3830dependencies = [
 3831 "crossbeam-utils",
 3832]
 3833
 3834[[package]]
 3835name = "crossbeam-utils"
 3836version = "0.8.21"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3839
 3840[[package]]
 3841name = "crunchy"
 3842version = "0.2.3"
 3843source = "registry+https://github.com/rust-lang/crates.io-index"
 3844checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3845
 3846[[package]]
 3847name = "crypto-bigint"
 3848version = "0.4.9"
 3849source = "registry+https://github.com/rust-lang/crates.io-index"
 3850checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3851dependencies = [
 3852 "generic-array",
 3853 "rand_core 0.6.4",
 3854 "subtle",
 3855 "zeroize",
 3856]
 3857
 3858[[package]]
 3859name = "crypto-bigint"
 3860version = "0.5.5"
 3861source = "registry+https://github.com/rust-lang/crates.io-index"
 3862checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3863dependencies = [
 3864 "rand_core 0.6.4",
 3865 "subtle",
 3866]
 3867
 3868[[package]]
 3869name = "crypto-common"
 3870version = "0.1.6"
 3871source = "registry+https://github.com/rust-lang/crates.io-index"
 3872checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3873dependencies = [
 3874 "generic-array",
 3875 "rand_core 0.6.4",
 3876 "typenum",
 3877]
 3878
 3879[[package]]
 3880name = "cssparser"
 3881version = "0.35.0"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3884dependencies = [
 3885 "cssparser-macros",
 3886 "dtoa-short",
 3887 "itoa",
 3888 "phf",
 3889 "smallvec",
 3890]
 3891
 3892[[package]]
 3893name = "cssparser-macros"
 3894version = "0.6.1"
 3895source = "registry+https://github.com/rust-lang/crates.io-index"
 3896checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3897dependencies = [
 3898 "quote",
 3899 "syn 2.0.101",
 3900]
 3901
 3902[[package]]
 3903name = "ctor"
 3904version = "0.4.2"
 3905source = "registry+https://github.com/rust-lang/crates.io-index"
 3906checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3907dependencies = [
 3908 "ctor-proc-macro",
 3909 "dtor",
 3910]
 3911
 3912[[package]]
 3913name = "ctor-proc-macro"
 3914version = "0.0.5"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3917
 3918[[package]]
 3919name = "ctrlc"
 3920version = "3.4.6"
 3921source = "registry+https://github.com/rust-lang/crates.io-index"
 3922checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3923dependencies = [
 3924 "nix 0.29.0",
 3925 "windows-sys 0.59.0",
 3926]
 3927
 3928[[package]]
 3929name = "cursor-icon"
 3930version = "1.1.0"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3933
 3934[[package]]
 3935name = "cxx"
 3936version = "1.0.157"
 3937source = "registry+https://github.com/rust-lang/crates.io-index"
 3938checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3939dependencies = [
 3940 "cc",
 3941 "cxxbridge-cmd",
 3942 "cxxbridge-flags",
 3943 "cxxbridge-macro",
 3944 "foldhash",
 3945 "link-cplusplus",
 3946]
 3947
 3948[[package]]
 3949name = "cxx-build"
 3950version = "1.0.157"
 3951source = "registry+https://github.com/rust-lang/crates.io-index"
 3952checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3953dependencies = [
 3954 "cc",
 3955 "codespan-reporting 0.12.0",
 3956 "proc-macro2",
 3957 "quote",
 3958 "scratch",
 3959 "syn 2.0.101",
 3960]
 3961
 3962[[package]]
 3963name = "cxxbridge-cmd"
 3964version = "1.0.157"
 3965source = "registry+https://github.com/rust-lang/crates.io-index"
 3966checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3967dependencies = [
 3968 "clap",
 3969 "codespan-reporting 0.12.0",
 3970 "proc-macro2",
 3971 "quote",
 3972 "syn 2.0.101",
 3973]
 3974
 3975[[package]]
 3976name = "cxxbridge-flags"
 3977version = "1.0.157"
 3978source = "registry+https://github.com/rust-lang/crates.io-index"
 3979checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3980
 3981[[package]]
 3982name = "cxxbridge-macro"
 3983version = "1.0.157"
 3984source = "registry+https://github.com/rust-lang/crates.io-index"
 3985checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3986dependencies = [
 3987 "proc-macro2",
 3988 "quote",
 3989 "rustversion",
 3990 "syn 2.0.101",
 3991]
 3992
 3993[[package]]
 3994name = "dap"
 3995version = "0.1.0"
 3996dependencies = [
 3997 "anyhow",
 3998 "async-compression",
 3999 "async-pipe",
 4000 "async-tar",
 4001 "async-trait",
 4002 "client",
 4003 "collections",
 4004 "dap-types",
 4005 "env_logger 0.11.8",
 4006 "fs",
 4007 "futures 0.3.31",
 4008 "gpui",
 4009 "http_client",
 4010 "language",
 4011 "log",
 4012 "node_runtime",
 4013 "parking_lot",
 4014 "paths",
 4015 "proto",
 4016 "schemars",
 4017 "serde",
 4018 "serde_json",
 4019 "settings",
 4020 "smallvec",
 4021 "smol",
 4022 "task",
 4023 "util",
 4024 "workspace-hack",
 4025]
 4026
 4027[[package]]
 4028name = "dap-types"
 4029version = "0.0.1"
 4030source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
 4031dependencies = [
 4032 "schemars",
 4033 "serde",
 4034 "serde_json",
 4035]
 4036
 4037[[package]]
 4038name = "dap_adapters"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "anyhow",
 4042 "async-trait",
 4043 "dap",
 4044 "futures 0.3.31",
 4045 "gpui",
 4046 "language",
 4047 "paths",
 4048 "serde",
 4049 "serde_json",
 4050 "task",
 4051 "util",
 4052 "workspace-hack",
 4053]
 4054
 4055[[package]]
 4056name = "darling"
 4057version = "0.20.11"
 4058source = "registry+https://github.com/rust-lang/crates.io-index"
 4059checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4060dependencies = [
 4061 "darling_core",
 4062 "darling_macro",
 4063]
 4064
 4065[[package]]
 4066name = "darling_core"
 4067version = "0.20.11"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4070dependencies = [
 4071 "fnv",
 4072 "ident_case",
 4073 "proc-macro2",
 4074 "quote",
 4075 "strsim",
 4076 "syn 2.0.101",
 4077]
 4078
 4079[[package]]
 4080name = "darling_macro"
 4081version = "0.20.11"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4084dependencies = [
 4085 "darling_core",
 4086 "quote",
 4087 "syn 2.0.101",
 4088]
 4089
 4090[[package]]
 4091name = "dashmap"
 4092version = "5.5.3"
 4093source = "registry+https://github.com/rust-lang/crates.io-index"
 4094checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4095dependencies = [
 4096 "cfg-if",
 4097 "hashbrown 0.14.5",
 4098 "lock_api",
 4099 "once_cell",
 4100 "parking_lot_core",
 4101]
 4102
 4103[[package]]
 4104name = "dashmap"
 4105version = "6.1.0"
 4106source = "registry+https://github.com/rust-lang/crates.io-index"
 4107checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4108dependencies = [
 4109 "cfg-if",
 4110 "crossbeam-utils",
 4111 "hashbrown 0.14.5",
 4112 "lock_api",
 4113 "once_cell",
 4114 "parking_lot_core",
 4115]
 4116
 4117[[package]]
 4118name = "dasp_sample"
 4119version = "0.11.0"
 4120source = "registry+https://github.com/rust-lang/crates.io-index"
 4121checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4122
 4123[[package]]
 4124name = "data-encoding"
 4125version = "2.9.0"
 4126source = "registry+https://github.com/rust-lang/crates.io-index"
 4127checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4128
 4129[[package]]
 4130name = "data-url"
 4131version = "0.3.1"
 4132source = "registry+https://github.com/rust-lang/crates.io-index"
 4133checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4134
 4135[[package]]
 4136name = "db"
 4137version = "0.1.0"
 4138dependencies = [
 4139 "anyhow",
 4140 "gpui",
 4141 "indoc",
 4142 "log",
 4143 "paths",
 4144 "release_channel",
 4145 "smol",
 4146 "sqlez",
 4147 "sqlez_macros",
 4148 "tempfile",
 4149 "util",
 4150 "workspace-hack",
 4151]
 4152
 4153[[package]]
 4154name = "dbus"
 4155version = "0.9.7"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4158dependencies = [
 4159 "libc",
 4160 "libdbus-sys",
 4161 "winapi",
 4162]
 4163
 4164[[package]]
 4165name = "debug_adapter_extension"
 4166version = "0.1.0"
 4167dependencies = [
 4168 "anyhow",
 4169 "async-trait",
 4170 "dap",
 4171 "extension",
 4172 "gpui",
 4173 "workspace-hack",
 4174]
 4175
 4176[[package]]
 4177name = "debugger_tools"
 4178version = "0.1.0"
 4179dependencies = [
 4180 "anyhow",
 4181 "dap",
 4182 "editor",
 4183 "futures 0.3.31",
 4184 "gpui",
 4185 "project",
 4186 "serde_json",
 4187 "settings",
 4188 "smol",
 4189 "util",
 4190 "workspace",
 4191 "workspace-hack",
 4192]
 4193
 4194[[package]]
 4195name = "debugger_ui"
 4196version = "0.1.0"
 4197dependencies = [
 4198 "anyhow",
 4199 "client",
 4200 "collections",
 4201 "command_palette_hooks",
 4202 "dap",
 4203 "dap_adapters",
 4204 "db",
 4205 "debugger_tools",
 4206 "editor",
 4207 "env_logger 0.11.8",
 4208 "feature_flags",
 4209 "file_icons",
 4210 "futures 0.3.31",
 4211 "fuzzy",
 4212 "gpui",
 4213 "language",
 4214 "log",
 4215 "menu",
 4216 "parking_lot",
 4217 "paths",
 4218 "picker",
 4219 "pretty_assertions",
 4220 "project",
 4221 "rpc",
 4222 "serde",
 4223 "serde_json",
 4224 "settings",
 4225 "shlex",
 4226 "sysinfo",
 4227 "task",
 4228 "tasks_ui",
 4229 "terminal_view",
 4230 "theme",
 4231 "ui",
 4232 "unindent",
 4233 "util",
 4234 "workspace",
 4235 "workspace-hack",
 4236]
 4237
 4238[[package]]
 4239name = "deepseek"
 4240version = "0.1.0"
 4241dependencies = [
 4242 "anyhow",
 4243 "futures 0.3.31",
 4244 "http_client",
 4245 "schemars",
 4246 "serde",
 4247 "serde_json",
 4248 "workspace-hack",
 4249]
 4250
 4251[[package]]
 4252name = "deflate64"
 4253version = "0.1.9"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4256
 4257[[package]]
 4258name = "der"
 4259version = "0.6.1"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4262dependencies = [
 4263 "const-oid",
 4264 "zeroize",
 4265]
 4266
 4267[[package]]
 4268name = "der"
 4269version = "0.7.10"
 4270source = "registry+https://github.com/rust-lang/crates.io-index"
 4271checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4272dependencies = [
 4273 "const-oid",
 4274 "pem-rfc7468",
 4275 "zeroize",
 4276]
 4277
 4278[[package]]
 4279name = "deranged"
 4280version = "0.4.0"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4283dependencies = [
 4284 "powerfmt",
 4285 "serde",
 4286]
 4287
 4288[[package]]
 4289name = "derive_builder"
 4290version = "0.20.2"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4293dependencies = [
 4294 "derive_builder_macro",
 4295]
 4296
 4297[[package]]
 4298name = "derive_builder_core"
 4299version = "0.20.2"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4302dependencies = [
 4303 "darling",
 4304 "proc-macro2",
 4305 "quote",
 4306 "syn 2.0.101",
 4307]
 4308
 4309[[package]]
 4310name = "derive_builder_macro"
 4311version = "0.20.2"
 4312source = "registry+https://github.com/rust-lang/crates.io-index"
 4313checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4314dependencies = [
 4315 "derive_builder_core",
 4316 "syn 2.0.101",
 4317]
 4318
 4319[[package]]
 4320name = "derive_more"
 4321version = "0.99.19"
 4322source = "registry+https://github.com/rust-lang/crates.io-index"
 4323checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4324dependencies = [
 4325 "convert_case 0.4.0",
 4326 "proc-macro2",
 4327 "quote",
 4328 "rustc_version",
 4329 "syn 2.0.101",
 4330]
 4331
 4332[[package]]
 4333name = "derive_refineable"
 4334version = "0.1.0"
 4335dependencies = [
 4336 "proc-macro2",
 4337 "quote",
 4338 "syn 1.0.109",
 4339 "workspace-hack",
 4340]
 4341
 4342[[package]]
 4343name = "diagnostics"
 4344version = "0.1.0"
 4345dependencies = [
 4346 "anyhow",
 4347 "client",
 4348 "collections",
 4349 "component",
 4350 "ctor",
 4351 "editor",
 4352 "env_logger 0.11.8",
 4353 "futures 0.3.31",
 4354 "gpui",
 4355 "indoc",
 4356 "language",
 4357 "log",
 4358 "lsp",
 4359 "markdown",
 4360 "pretty_assertions",
 4361 "project",
 4362 "rand 0.8.5",
 4363 "serde",
 4364 "serde_json",
 4365 "settings",
 4366 "text",
 4367 "theme",
 4368 "ui",
 4369 "unindent",
 4370 "util",
 4371 "workspace",
 4372 "workspace-hack",
 4373]
 4374
 4375[[package]]
 4376name = "dialoguer"
 4377version = "0.11.0"
 4378source = "registry+https://github.com/rust-lang/crates.io-index"
 4379checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4380dependencies = [
 4381 "console",
 4382 "fuzzy-matcher",
 4383 "shell-words",
 4384 "tempfile",
 4385 "thiserror 1.0.69",
 4386 "zeroize",
 4387]
 4388
 4389[[package]]
 4390name = "diff"
 4391version = "0.1.13"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4394
 4395[[package]]
 4396name = "digest"
 4397version = "0.10.7"
 4398source = "registry+https://github.com/rust-lang/crates.io-index"
 4399checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4400dependencies = [
 4401 "block-buffer",
 4402 "const-oid",
 4403 "crypto-common",
 4404 "subtle",
 4405]
 4406
 4407[[package]]
 4408name = "dirs"
 4409version = "4.0.0"
 4410source = "registry+https://github.com/rust-lang/crates.io-index"
 4411checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4412dependencies = [
 4413 "dirs-sys 0.3.7",
 4414]
 4415
 4416[[package]]
 4417name = "dirs"
 4418version = "5.0.1"
 4419source = "registry+https://github.com/rust-lang/crates.io-index"
 4420checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4421dependencies = [
 4422 "dirs-sys 0.4.1",
 4423]
 4424
 4425[[package]]
 4426name = "dirs"
 4427version = "6.0.0"
 4428source = "registry+https://github.com/rust-lang/crates.io-index"
 4429checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4430dependencies = [
 4431 "dirs-sys 0.5.0",
 4432]
 4433
 4434[[package]]
 4435name = "dirs-sys"
 4436version = "0.3.7"
 4437source = "registry+https://github.com/rust-lang/crates.io-index"
 4438checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4439dependencies = [
 4440 "libc",
 4441 "redox_users 0.4.6",
 4442 "winapi",
 4443]
 4444
 4445[[package]]
 4446name = "dirs-sys"
 4447version = "0.4.1"
 4448source = "registry+https://github.com/rust-lang/crates.io-index"
 4449checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4450dependencies = [
 4451 "libc",
 4452 "option-ext",
 4453 "redox_users 0.4.6",
 4454 "windows-sys 0.48.0",
 4455]
 4456
 4457[[package]]
 4458name = "dirs-sys"
 4459version = "0.5.0"
 4460source = "registry+https://github.com/rust-lang/crates.io-index"
 4461checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4462dependencies = [
 4463 "libc",
 4464 "option-ext",
 4465 "redox_users 0.5.0",
 4466 "windows-sys 0.59.0",
 4467]
 4468
 4469[[package]]
 4470name = "dispatch"
 4471version = "0.2.0"
 4472source = "registry+https://github.com/rust-lang/crates.io-index"
 4473checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4474
 4475[[package]]
 4476name = "dispatch2"
 4477version = "0.3.0"
 4478source = "registry+https://github.com/rust-lang/crates.io-index"
 4479checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4480dependencies = [
 4481 "bitflags 2.9.0",
 4482 "objc2",
 4483]
 4484
 4485[[package]]
 4486name = "displaydoc"
 4487version = "0.2.5"
 4488source = "registry+https://github.com/rust-lang/crates.io-index"
 4489checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4490dependencies = [
 4491 "proc-macro2",
 4492 "quote",
 4493 "syn 2.0.101",
 4494]
 4495
 4496[[package]]
 4497name = "dlib"
 4498version = "0.5.2"
 4499source = "registry+https://github.com/rust-lang/crates.io-index"
 4500checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4501dependencies = [
 4502 "libloading",
 4503]
 4504
 4505[[package]]
 4506name = "docs_preprocessor"
 4507version = "0.1.0"
 4508dependencies = [
 4509 "anyhow",
 4510 "clap",
 4511 "mdbook",
 4512 "regex",
 4513 "serde",
 4514 "serde_json",
 4515 "settings",
 4516 "util",
 4517 "workspace-hack",
 4518]
 4519
 4520[[package]]
 4521name = "documented"
 4522version = "0.9.1"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4525dependencies = [
 4526 "documented-macros",
 4527 "phf",
 4528 "thiserror 1.0.69",
 4529]
 4530
 4531[[package]]
 4532name = "documented-macros"
 4533version = "0.9.1"
 4534source = "registry+https://github.com/rust-lang/crates.io-index"
 4535checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4536dependencies = [
 4537 "convert_case 0.6.0",
 4538 "itertools 0.13.0",
 4539 "optfield",
 4540 "proc-macro2",
 4541 "quote",
 4542 "strum 0.26.3",
 4543 "syn 2.0.101",
 4544]
 4545
 4546[[package]]
 4547name = "dotenv"
 4548version = "0.15.0"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4551
 4552[[package]]
 4553name = "dotenvy"
 4554version = "0.15.7"
 4555source = "registry+https://github.com/rust-lang/crates.io-index"
 4556checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4557
 4558[[package]]
 4559name = "downcast-rs"
 4560version = "1.2.1"
 4561source = "registry+https://github.com/rust-lang/crates.io-index"
 4562checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4563
 4564[[package]]
 4565name = "doxygen-rs"
 4566version = "0.4.2"
 4567source = "registry+https://github.com/rust-lang/crates.io-index"
 4568checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4569dependencies = [
 4570 "phf",
 4571]
 4572
 4573[[package]]
 4574name = "dtoa"
 4575version = "1.0.10"
 4576source = "registry+https://github.com/rust-lang/crates.io-index"
 4577checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4578
 4579[[package]]
 4580name = "dtoa-short"
 4581version = "0.3.5"
 4582source = "registry+https://github.com/rust-lang/crates.io-index"
 4583checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4584dependencies = [
 4585 "dtoa",
 4586]
 4587
 4588[[package]]
 4589name = "dtor"
 4590version = "0.0.6"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4593dependencies = [
 4594 "dtor-proc-macro",
 4595]
 4596
 4597[[package]]
 4598name = "dtor-proc-macro"
 4599version = "0.0.5"
 4600source = "registry+https://github.com/rust-lang/crates.io-index"
 4601checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4602
 4603[[package]]
 4604name = "dunce"
 4605version = "1.0.5"
 4606source = "registry+https://github.com/rust-lang/crates.io-index"
 4607checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4608
 4609[[package]]
 4610name = "dwrote"
 4611version = "0.11.3"
 4612source = "registry+https://github.com/rust-lang/crates.io-index"
 4613checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4614dependencies = [
 4615 "lazy_static",
 4616 "libc",
 4617 "winapi",
 4618 "wio",
 4619]
 4620
 4621[[package]]
 4622name = "dyn-clone"
 4623version = "1.0.19"
 4624source = "registry+https://github.com/rust-lang/crates.io-index"
 4625checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4626
 4627[[package]]
 4628name = "ec4rs"
 4629version = "1.2.0"
 4630source = "registry+https://github.com/rust-lang/crates.io-index"
 4631checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4632
 4633[[package]]
 4634name = "ecdsa"
 4635version = "0.14.8"
 4636source = "registry+https://github.com/rust-lang/crates.io-index"
 4637checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4638dependencies = [
 4639 "der 0.6.1",
 4640 "elliptic-curve",
 4641 "rfc6979",
 4642 "signature 1.6.4",
 4643]
 4644
 4645[[package]]
 4646name = "editor"
 4647version = "0.1.0"
 4648dependencies = [
 4649 "aho-corasick",
 4650 "anyhow",
 4651 "assets",
 4652 "buffer_diff",
 4653 "client",
 4654 "clock",
 4655 "collections",
 4656 "command_palette_hooks",
 4657 "convert_case 0.8.0",
 4658 "ctor",
 4659 "db",
 4660 "emojis",
 4661 "env_logger 0.11.8",
 4662 "feature_flags",
 4663 "file_icons",
 4664 "fs",
 4665 "futures 0.3.31",
 4666 "fuzzy",
 4667 "git",
 4668 "gpui",
 4669 "http_client",
 4670 "indoc",
 4671 "inline_completion",
 4672 "itertools 0.14.0",
 4673 "language",
 4674 "languages",
 4675 "linkify",
 4676 "log",
 4677 "lsp",
 4678 "markdown",
 4679 "menu",
 4680 "multi_buffer",
 4681 "ordered-float 2.10.1",
 4682 "parking_lot",
 4683 "pretty_assertions",
 4684 "project",
 4685 "rand 0.8.5",
 4686 "release_channel",
 4687 "rpc",
 4688 "schemars",
 4689 "serde",
 4690 "serde_json",
 4691 "settings",
 4692 "smallvec",
 4693 "smol",
 4694 "snippet",
 4695 "sum_tree",
 4696 "task",
 4697 "telemetry",
 4698 "tempfile",
 4699 "text",
 4700 "theme",
 4701 "time",
 4702 "tree-sitter-html",
 4703 "tree-sitter-python",
 4704 "tree-sitter-rust",
 4705 "tree-sitter-typescript",
 4706 "ui",
 4707 "unicode-script",
 4708 "unicode-segmentation",
 4709 "unindent",
 4710 "url",
 4711 "util",
 4712 "uuid",
 4713 "workspace",
 4714 "workspace-hack",
 4715 "zed_actions",
 4716]
 4717
 4718[[package]]
 4719name = "either"
 4720version = "1.15.0"
 4721source = "registry+https://github.com/rust-lang/crates.io-index"
 4722checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4723dependencies = [
 4724 "serde",
 4725]
 4726
 4727[[package]]
 4728name = "elasticlunr-rs"
 4729version = "3.0.2"
 4730source = "registry+https://github.com/rust-lang/crates.io-index"
 4731checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4732dependencies = [
 4733 "regex",
 4734 "serde",
 4735 "serde_derive",
 4736 "serde_json",
 4737]
 4738
 4739[[package]]
 4740name = "elliptic-curve"
 4741version = "0.12.3"
 4742source = "registry+https://github.com/rust-lang/crates.io-index"
 4743checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4744dependencies = [
 4745 "base16ct",
 4746 "crypto-bigint 0.4.9",
 4747 "der 0.6.1",
 4748 "digest",
 4749 "ff",
 4750 "generic-array",
 4751 "group",
 4752 "pkcs8 0.9.0",
 4753 "rand_core 0.6.4",
 4754 "sec1",
 4755 "subtle",
 4756 "zeroize",
 4757]
 4758
 4759[[package]]
 4760name = "email_address"
 4761version = "0.2.9"
 4762source = "registry+https://github.com/rust-lang/crates.io-index"
 4763checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4764dependencies = [
 4765 "serde",
 4766]
 4767
 4768[[package]]
 4769name = "embed-resource"
 4770version = "3.0.2"
 4771source = "registry+https://github.com/rust-lang/crates.io-index"
 4772checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4773dependencies = [
 4774 "cc",
 4775 "memchr",
 4776 "rustc_version",
 4777 "toml 0.8.20",
 4778 "vswhom",
 4779 "winreg 0.52.0",
 4780]
 4781
 4782[[package]]
 4783name = "embedded-io"
 4784version = "0.4.0"
 4785source = "registry+https://github.com/rust-lang/crates.io-index"
 4786checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4787
 4788[[package]]
 4789name = "embedded-io"
 4790version = "0.6.1"
 4791source = "registry+https://github.com/rust-lang/crates.io-index"
 4792checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4793
 4794[[package]]
 4795name = "emojis"
 4796version = "0.6.4"
 4797source = "registry+https://github.com/rust-lang/crates.io-index"
 4798checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4799dependencies = [
 4800 "phf",
 4801]
 4802
 4803[[package]]
 4804name = "encode_unicode"
 4805version = "1.0.0"
 4806source = "registry+https://github.com/rust-lang/crates.io-index"
 4807checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4808
 4809[[package]]
 4810name = "encoding_rs"
 4811version = "0.8.35"
 4812source = "registry+https://github.com/rust-lang/crates.io-index"
 4813checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4814dependencies = [
 4815 "cfg-if",
 4816]
 4817
 4818[[package]]
 4819name = "endi"
 4820version = "1.1.0"
 4821source = "registry+https://github.com/rust-lang/crates.io-index"
 4822checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4823
 4824[[package]]
 4825name = "enumflags2"
 4826version = "0.7.11"
 4827source = "registry+https://github.com/rust-lang/crates.io-index"
 4828checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4829dependencies = [
 4830 "enumflags2_derive",
 4831 "serde",
 4832]
 4833
 4834[[package]]
 4835name = "enumflags2_derive"
 4836version = "0.7.11"
 4837source = "registry+https://github.com/rust-lang/crates.io-index"
 4838checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4839dependencies = [
 4840 "proc-macro2",
 4841 "quote",
 4842 "syn 2.0.101",
 4843]
 4844
 4845[[package]]
 4846name = "env_filter"
 4847version = "0.1.3"
 4848source = "registry+https://github.com/rust-lang/crates.io-index"
 4849checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4850dependencies = [
 4851 "log",
 4852 "regex",
 4853]
 4854
 4855[[package]]
 4856name = "env_logger"
 4857version = "0.10.2"
 4858source = "registry+https://github.com/rust-lang/crates.io-index"
 4859checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4860dependencies = [
 4861 "humantime",
 4862 "is-terminal",
 4863 "log",
 4864 "regex",
 4865 "termcolor",
 4866]
 4867
 4868[[package]]
 4869name = "env_logger"
 4870version = "0.11.8"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4873dependencies = [
 4874 "anstream",
 4875 "anstyle",
 4876 "env_filter",
 4877 "jiff",
 4878 "log",
 4879]
 4880
 4881[[package]]
 4882name = "envy"
 4883version = "0.4.2"
 4884source = "registry+https://github.com/rust-lang/crates.io-index"
 4885checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4886dependencies = [
 4887 "serde",
 4888]
 4889
 4890[[package]]
 4891name = "equivalent"
 4892version = "1.0.2"
 4893source = "registry+https://github.com/rust-lang/crates.io-index"
 4894checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4895
 4896[[package]]
 4897name = "erased-serde"
 4898version = "0.4.6"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4901dependencies = [
 4902 "serde",
 4903 "typeid",
 4904]
 4905
 4906[[package]]
 4907name = "errno"
 4908version = "0.2.8"
 4909source = "registry+https://github.com/rust-lang/crates.io-index"
 4910checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4911dependencies = [
 4912 "errno-dragonfly",
 4913 "libc",
 4914 "winapi",
 4915]
 4916
 4917[[package]]
 4918name = "errno"
 4919version = "0.3.11"
 4920source = "registry+https://github.com/rust-lang/crates.io-index"
 4921checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4922dependencies = [
 4923 "libc",
 4924 "windows-sys 0.59.0",
 4925]
 4926
 4927[[package]]
 4928name = "errno-dragonfly"
 4929version = "0.1.2"
 4930source = "registry+https://github.com/rust-lang/crates.io-index"
 4931checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4932dependencies = [
 4933 "cc",
 4934 "libc",
 4935]
 4936
 4937[[package]]
 4938name = "etagere"
 4939version = "0.2.15"
 4940source = "registry+https://github.com/rust-lang/crates.io-index"
 4941checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4942dependencies = [
 4943 "euclid",
 4944 "svg_fmt",
 4945]
 4946
 4947[[package]]
 4948name = "etcetera"
 4949version = "0.8.0"
 4950source = "registry+https://github.com/rust-lang/crates.io-index"
 4951checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4952dependencies = [
 4953 "cfg-if",
 4954 "home",
 4955 "windows-sys 0.48.0",
 4956]
 4957
 4958[[package]]
 4959name = "euclid"
 4960version = "0.22.11"
 4961source = "registry+https://github.com/rust-lang/crates.io-index"
 4962checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4963dependencies = [
 4964 "num-traits",
 4965]
 4966
 4967[[package]]
 4968name = "eval"
 4969version = "0.1.0"
 4970dependencies = [
 4971 "agent",
 4972 "anyhow",
 4973 "assistant_settings",
 4974 "assistant_tool",
 4975 "assistant_tools",
 4976 "async-trait",
 4977 "async-watch",
 4978 "buffer_diff",
 4979 "chrono",
 4980 "clap",
 4981 "client",
 4982 "collections",
 4983 "dirs 4.0.0",
 4984 "dotenv",
 4985 "env_logger 0.11.8",
 4986 "extension",
 4987 "fs",
 4988 "futures 0.3.31",
 4989 "gpui",
 4990 "gpui_tokio",
 4991 "handlebars 4.5.0",
 4992 "language",
 4993 "language_extension",
 4994 "language_model",
 4995 "language_models",
 4996 "languages",
 4997 "markdown",
 4998 "node_runtime",
 4999 "pathdiff",
 5000 "paths",
 5001 "pretty_assertions",
 5002 "project",
 5003 "prompt_store",
 5004 "regex",
 5005 "release_channel",
 5006 "reqwest_client",
 5007 "serde",
 5008 "serde_json",
 5009 "settings",
 5010 "shellexpand 2.1.2",
 5011 "smol",
 5012 "telemetry",
 5013 "toml 0.8.20",
 5014 "unindent",
 5015 "util",
 5016 "uuid",
 5017 "workspace-hack",
 5018]
 5019
 5020[[package]]
 5021name = "event-listener"
 5022version = "2.5.3"
 5023source = "registry+https://github.com/rust-lang/crates.io-index"
 5024checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5025
 5026[[package]]
 5027name = "event-listener"
 5028version = "5.4.0"
 5029source = "registry+https://github.com/rust-lang/crates.io-index"
 5030checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5031dependencies = [
 5032 "concurrent-queue",
 5033 "parking",
 5034 "pin-project-lite",
 5035]
 5036
 5037[[package]]
 5038name = "event-listener-strategy"
 5039version = "0.5.4"
 5040source = "registry+https://github.com/rust-lang/crates.io-index"
 5041checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5042dependencies = [
 5043 "event-listener 5.4.0",
 5044 "pin-project-lite",
 5045]
 5046
 5047[[package]]
 5048name = "exec"
 5049version = "0.3.1"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5052dependencies = [
 5053 "errno 0.2.8",
 5054 "libc",
 5055]
 5056
 5057[[package]]
 5058name = "exr"
 5059version = "1.73.0"
 5060source = "registry+https://github.com/rust-lang/crates.io-index"
 5061checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5062dependencies = [
 5063 "bit_field",
 5064 "half",
 5065 "lebe",
 5066 "miniz_oxide",
 5067 "rayon-core",
 5068 "smallvec",
 5069 "zune-inflate",
 5070]
 5071
 5072[[package]]
 5073name = "extension"
 5074version = "0.1.0"
 5075dependencies = [
 5076 "anyhow",
 5077 "async-compression",
 5078 "async-tar",
 5079 "async-trait",
 5080 "collections",
 5081 "dap",
 5082 "fs",
 5083 "futures 0.3.31",
 5084 "gpui",
 5085 "heck 0.5.0",
 5086 "http_client",
 5087 "language",
 5088 "log",
 5089 "lsp",
 5090 "parking_lot",
 5091 "semantic_version",
 5092 "serde",
 5093 "serde_json",
 5094 "task",
 5095 "toml 0.8.20",
 5096 "util",
 5097 "wasi-preview1-component-adapter-provider",
 5098 "wasm-encoder 0.221.3",
 5099 "wasmparser 0.221.3",
 5100 "wit-component 0.221.3",
 5101 "workspace-hack",
 5102]
 5103
 5104[[package]]
 5105name = "extension_cli"
 5106version = "0.1.0"
 5107dependencies = [
 5108 "anyhow",
 5109 "clap",
 5110 "env_logger 0.11.8",
 5111 "extension",
 5112 "fs",
 5113 "gpui",
 5114 "language",
 5115 "log",
 5116 "reqwest_client",
 5117 "rpc",
 5118 "serde",
 5119 "serde_json",
 5120 "theme",
 5121 "tokio",
 5122 "toml 0.8.20",
 5123 "tree-sitter",
 5124 "wasmtime",
 5125 "workspace-hack",
 5126]
 5127
 5128[[package]]
 5129name = "extension_host"
 5130version = "0.1.0"
 5131dependencies = [
 5132 "anyhow",
 5133 "async-compression",
 5134 "async-tar",
 5135 "async-trait",
 5136 "client",
 5137 "collections",
 5138 "criterion",
 5139 "ctor",
 5140 "dap",
 5141 "env_logger 0.11.8",
 5142 "extension",
 5143 "fs",
 5144 "futures 0.3.31",
 5145 "gpui",
 5146 "http_client",
 5147 "language",
 5148 "language_extension",
 5149 "log",
 5150 "lsp",
 5151 "node_runtime",
 5152 "parking_lot",
 5153 "paths",
 5154 "project",
 5155 "rand 0.8.5",
 5156 "release_channel",
 5157 "remote",
 5158 "reqwest_client",
 5159 "schemars",
 5160 "semantic_version",
 5161 "serde",
 5162 "serde_json",
 5163 "serde_json_lenient",
 5164 "settings",
 5165 "task",
 5166 "telemetry",
 5167 "tempfile",
 5168 "theme",
 5169 "theme_extension",
 5170 "toml 0.8.20",
 5171 "url",
 5172 "util",
 5173 "wasmparser 0.221.3",
 5174 "wasmtime",
 5175 "wasmtime-wasi",
 5176 "workspace-hack",
 5177]
 5178
 5179[[package]]
 5180name = "extensions_ui"
 5181version = "0.1.0"
 5182dependencies = [
 5183 "anyhow",
 5184 "client",
 5185 "collections",
 5186 "db",
 5187 "editor",
 5188 "extension",
 5189 "extension_host",
 5190 "fs",
 5191 "fuzzy",
 5192 "gpui",
 5193 "language",
 5194 "log",
 5195 "num-format",
 5196 "picker",
 5197 "project",
 5198 "release_channel",
 5199 "semantic_version",
 5200 "serde",
 5201 "settings",
 5202 "smallvec",
 5203 "strum 0.27.1",
 5204 "telemetry",
 5205 "theme",
 5206 "ui",
 5207 "util",
 5208 "vim_mode_setting",
 5209 "workspace",
 5210 "workspace-hack",
 5211 "zed_actions",
 5212]
 5213
 5214[[package]]
 5215name = "fallible-iterator"
 5216version = "0.3.0"
 5217source = "registry+https://github.com/rust-lang/crates.io-index"
 5218checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5219
 5220[[package]]
 5221name = "fancy-regex"
 5222version = "0.13.0"
 5223source = "registry+https://github.com/rust-lang/crates.io-index"
 5224checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5225dependencies = [
 5226 "bit-set 0.5.3",
 5227 "regex-automata 0.4.9",
 5228 "regex-syntax 0.8.5",
 5229]
 5230
 5231[[package]]
 5232name = "fancy-regex"
 5233version = "0.14.0"
 5234source = "registry+https://github.com/rust-lang/crates.io-index"
 5235checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5236dependencies = [
 5237 "bit-set 0.8.0",
 5238 "regex-automata 0.4.9",
 5239 "regex-syntax 0.8.5",
 5240]
 5241
 5242[[package]]
 5243name = "fast-srgb8"
 5244version = "1.0.0"
 5245source = "registry+https://github.com/rust-lang/crates.io-index"
 5246checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5247
 5248[[package]]
 5249name = "faster-hex"
 5250version = "0.9.0"
 5251source = "registry+https://github.com/rust-lang/crates.io-index"
 5252checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5253dependencies = [
 5254 "serde",
 5255]
 5256
 5257[[package]]
 5258name = "faster-hex"
 5259version = "0.10.0"
 5260source = "registry+https://github.com/rust-lang/crates.io-index"
 5261checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5262dependencies = [
 5263 "heapless",
 5264 "serde",
 5265]
 5266
 5267[[package]]
 5268name = "fastrand"
 5269version = "1.9.0"
 5270source = "registry+https://github.com/rust-lang/crates.io-index"
 5271checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5272dependencies = [
 5273 "instant",
 5274]
 5275
 5276[[package]]
 5277name = "fastrand"
 5278version = "2.3.0"
 5279source = "registry+https://github.com/rust-lang/crates.io-index"
 5280checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5281
 5282[[package]]
 5283name = "fd-lock"
 5284version = "4.0.4"
 5285source = "registry+https://github.com/rust-lang/crates.io-index"
 5286checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5287dependencies = [
 5288 "cfg-if",
 5289 "rustix 1.0.7",
 5290 "windows-sys 0.59.0",
 5291]
 5292
 5293[[package]]
 5294name = "fdeflate"
 5295version = "0.3.7"
 5296source = "registry+https://github.com/rust-lang/crates.io-index"
 5297checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5298dependencies = [
 5299 "simd-adler32",
 5300]
 5301
 5302[[package]]
 5303name = "feature_flags"
 5304version = "0.1.0"
 5305dependencies = [
 5306 "futures 0.3.31",
 5307 "gpui",
 5308 "smol",
 5309 "workspace-hack",
 5310]
 5311
 5312[[package]]
 5313name = "feedback"
 5314version = "0.1.0"
 5315dependencies = [
 5316 "client",
 5317 "editor",
 5318 "gpui",
 5319 "human_bytes",
 5320 "menu",
 5321 "release_channel",
 5322 "serde",
 5323 "sysinfo",
 5324 "ui",
 5325 "urlencoding",
 5326 "util",
 5327 "workspace",
 5328 "workspace-hack",
 5329 "zed_actions",
 5330]
 5331
 5332[[package]]
 5333name = "ff"
 5334version = "0.12.1"
 5335source = "registry+https://github.com/rust-lang/crates.io-index"
 5336checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5337dependencies = [
 5338 "rand_core 0.6.4",
 5339 "subtle",
 5340]
 5341
 5342[[package]]
 5343name = "file_finder"
 5344version = "0.1.0"
 5345dependencies = [
 5346 "anyhow",
 5347 "collections",
 5348 "ctor",
 5349 "editor",
 5350 "env_logger 0.11.8",
 5351 "file_icons",
 5352 "futures 0.3.31",
 5353 "fuzzy",
 5354 "gpui",
 5355 "language",
 5356 "menu",
 5357 "picker",
 5358 "project",
 5359 "schemars",
 5360 "serde",
 5361 "serde_derive",
 5362 "serde_json",
 5363 "settings",
 5364 "text",
 5365 "theme",
 5366 "ui",
 5367 "util",
 5368 "workspace",
 5369 "workspace-hack",
 5370]
 5371
 5372[[package]]
 5373name = "file_icons"
 5374version = "0.1.0"
 5375dependencies = [
 5376 "gpui",
 5377 "serde",
 5378 "settings",
 5379 "theme",
 5380 "util",
 5381 "workspace-hack",
 5382]
 5383
 5384[[package]]
 5385name = "filedescriptor"
 5386version = "0.8.3"
 5387source = "registry+https://github.com/rust-lang/crates.io-index"
 5388checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5389dependencies = [
 5390 "libc",
 5391 "thiserror 1.0.69",
 5392 "winapi",
 5393]
 5394
 5395[[package]]
 5396name = "filetime"
 5397version = "0.2.25"
 5398source = "registry+https://github.com/rust-lang/crates.io-index"
 5399checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5400dependencies = [
 5401 "cfg-if",
 5402 "libc",
 5403 "libredox",
 5404 "windows-sys 0.59.0",
 5405]
 5406
 5407[[package]]
 5408name = "fixedbitset"
 5409version = "0.4.2"
 5410source = "registry+https://github.com/rust-lang/crates.io-index"
 5411checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5412
 5413[[package]]
 5414name = "flate2"
 5415version = "1.1.1"
 5416source = "registry+https://github.com/rust-lang/crates.io-index"
 5417checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5418dependencies = [
 5419 "crc32fast",
 5420 "libz-rs-sys",
 5421 "miniz_oxide",
 5422]
 5423
 5424[[package]]
 5425name = "float-cmp"
 5426version = "0.9.0"
 5427source = "registry+https://github.com/rust-lang/crates.io-index"
 5428checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5429
 5430[[package]]
 5431name = "float-ord"
 5432version = "0.3.2"
 5433source = "registry+https://github.com/rust-lang/crates.io-index"
 5434checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5435
 5436[[package]]
 5437name = "float_next_after"
 5438version = "1.0.0"
 5439source = "registry+https://github.com/rust-lang/crates.io-index"
 5440checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5441
 5442[[package]]
 5443name = "fluent-uri"
 5444version = "0.3.2"
 5445source = "registry+https://github.com/rust-lang/crates.io-index"
 5446checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5447dependencies = [
 5448 "borrow-or-share",
 5449 "ref-cast",
 5450 "serde",
 5451]
 5452
 5453[[package]]
 5454name = "flume"
 5455version = "0.11.1"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5458dependencies = [
 5459 "futures-core",
 5460 "futures-sink",
 5461 "nanorand",
 5462 "spin",
 5463]
 5464
 5465[[package]]
 5466name = "fnv"
 5467version = "1.0.7"
 5468source = "registry+https://github.com/rust-lang/crates.io-index"
 5469checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5470
 5471[[package]]
 5472name = "foldhash"
 5473version = "0.1.5"
 5474source = "registry+https://github.com/rust-lang/crates.io-index"
 5475checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5476
 5477[[package]]
 5478name = "font-kit"
 5479version = "0.14.1"
 5480source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5481dependencies = [
 5482 "bitflags 2.9.0",
 5483 "byteorder",
 5484 "core-foundation 0.10.0",
 5485 "core-graphics 0.24.0",
 5486 "core-text",
 5487 "dirs 5.0.1",
 5488 "dwrote",
 5489 "float-ord",
 5490 "freetype-sys",
 5491 "lazy_static",
 5492 "libc",
 5493 "log",
 5494 "pathfinder_geometry",
 5495 "pathfinder_simd",
 5496 "walkdir",
 5497 "winapi",
 5498 "yeslogic-fontconfig-sys",
 5499]
 5500
 5501[[package]]
 5502name = "font-types"
 5503version = "0.8.4"
 5504source = "registry+https://github.com/rust-lang/crates.io-index"
 5505checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5506dependencies = [
 5507 "bytemuck",
 5508]
 5509
 5510[[package]]
 5511name = "fontconfig-parser"
 5512version = "0.5.7"
 5513source = "registry+https://github.com/rust-lang/crates.io-index"
 5514checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5515dependencies = [
 5516 "roxmltree",
 5517]
 5518
 5519[[package]]
 5520name = "fontdb"
 5521version = "0.16.2"
 5522source = "registry+https://github.com/rust-lang/crates.io-index"
 5523checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5524dependencies = [
 5525 "fontconfig-parser",
 5526 "log",
 5527 "memmap2",
 5528 "slotmap",
 5529 "tinyvec",
 5530 "ttf-parser 0.20.0",
 5531]
 5532
 5533[[package]]
 5534name = "fontdb"
 5535version = "0.23.0"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5538dependencies = [
 5539 "fontconfig-parser",
 5540 "log",
 5541 "memmap2",
 5542 "slotmap",
 5543 "tinyvec",
 5544 "ttf-parser 0.25.1",
 5545]
 5546
 5547[[package]]
 5548name = "foreign-types"
 5549version = "0.3.2"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5552dependencies = [
 5553 "foreign-types-shared 0.1.1",
 5554]
 5555
 5556[[package]]
 5557name = "foreign-types"
 5558version = "0.5.0"
 5559source = "registry+https://github.com/rust-lang/crates.io-index"
 5560checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5561dependencies = [
 5562 "foreign-types-macros",
 5563 "foreign-types-shared 0.3.1",
 5564]
 5565
 5566[[package]]
 5567name = "foreign-types-macros"
 5568version = "0.2.3"
 5569source = "registry+https://github.com/rust-lang/crates.io-index"
 5570checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5571dependencies = [
 5572 "proc-macro2",
 5573 "quote",
 5574 "syn 2.0.101",
 5575]
 5576
 5577[[package]]
 5578name = "foreign-types-shared"
 5579version = "0.1.1"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5582
 5583[[package]]
 5584name = "foreign-types-shared"
 5585version = "0.3.1"
 5586source = "registry+https://github.com/rust-lang/crates.io-index"
 5587checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5588
 5589[[package]]
 5590name = "fork"
 5591version = "0.2.0"
 5592source = "registry+https://github.com/rust-lang/crates.io-index"
 5593checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5594dependencies = [
 5595 "libc",
 5596]
 5597
 5598[[package]]
 5599name = "form_urlencoded"
 5600version = "1.2.1"
 5601source = "registry+https://github.com/rust-lang/crates.io-index"
 5602checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5603dependencies = [
 5604 "percent-encoding",
 5605]
 5606
 5607[[package]]
 5608name = "fraction"
 5609version = "0.15.3"
 5610source = "registry+https://github.com/rust-lang/crates.io-index"
 5611checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5612dependencies = [
 5613 "lazy_static",
 5614 "num",
 5615]
 5616
 5617[[package]]
 5618name = "freetype-sys"
 5619version = "0.20.1"
 5620source = "registry+https://github.com/rust-lang/crates.io-index"
 5621checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5622dependencies = [
 5623 "cc",
 5624 "libc",
 5625 "pkg-config",
 5626]
 5627
 5628[[package]]
 5629name = "fs"
 5630version = "0.1.0"
 5631dependencies = [
 5632 "anyhow",
 5633 "ashpd",
 5634 "async-tar",
 5635 "async-trait",
 5636 "cocoa 0.26.0",
 5637 "collections",
 5638 "fsevent",
 5639 "futures 0.3.31",
 5640 "git",
 5641 "gpui",
 5642 "ignore",
 5643 "libc",
 5644 "log",
 5645 "notify",
 5646 "objc",
 5647 "parking_lot",
 5648 "paths",
 5649 "proto",
 5650 "rope",
 5651 "serde",
 5652 "serde_json",
 5653 "smol",
 5654 "tempfile",
 5655 "text",
 5656 "time",
 5657 "util",
 5658 "windows 0.61.1",
 5659 "workspace-hack",
 5660]
 5661
 5662[[package]]
 5663name = "fs-set-times"
 5664version = "0.20.3"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5667dependencies = [
 5668 "io-lifetimes",
 5669 "rustix 1.0.7",
 5670 "windows-sys 0.59.0",
 5671]
 5672
 5673[[package]]
 5674name = "fs2"
 5675version = "0.4.3"
 5676source = "registry+https://github.com/rust-lang/crates.io-index"
 5677checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5678dependencies = [
 5679 "libc",
 5680 "winapi",
 5681]
 5682
 5683[[package]]
 5684name = "fs_extra"
 5685version = "1.3.0"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5688
 5689[[package]]
 5690name = "fsevent"
 5691version = "0.1.0"
 5692dependencies = [
 5693 "bitflags 2.9.0",
 5694 "core-foundation 0.10.0",
 5695 "fsevent-sys 3.1.0",
 5696 "parking_lot",
 5697 "tempfile",
 5698 "workspace-hack",
 5699]
 5700
 5701[[package]]
 5702name = "fsevent-sys"
 5703version = "3.1.0"
 5704source = "registry+https://github.com/rust-lang/crates.io-index"
 5705checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5706dependencies = [
 5707 "libc",
 5708]
 5709
 5710[[package]]
 5711name = "fsevent-sys"
 5712version = "4.1.0"
 5713source = "registry+https://github.com/rust-lang/crates.io-index"
 5714checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5715dependencies = [
 5716 "libc",
 5717]
 5718
 5719[[package]]
 5720name = "funty"
 5721version = "2.0.0"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5724
 5725[[package]]
 5726name = "futf"
 5727version = "0.1.5"
 5728source = "registry+https://github.com/rust-lang/crates.io-index"
 5729checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5730dependencies = [
 5731 "mac",
 5732 "new_debug_unreachable",
 5733]
 5734
 5735[[package]]
 5736name = "futures"
 5737version = "0.1.31"
 5738source = "registry+https://github.com/rust-lang/crates.io-index"
 5739checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5740
 5741[[package]]
 5742name = "futures"
 5743version = "0.3.31"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5746dependencies = [
 5747 "futures-channel",
 5748 "futures-core",
 5749 "futures-executor",
 5750 "futures-io",
 5751 "futures-sink",
 5752 "futures-task",
 5753 "futures-util",
 5754]
 5755
 5756[[package]]
 5757name = "futures-batch"
 5758version = "0.6.1"
 5759source = "registry+https://github.com/rust-lang/crates.io-index"
 5760checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5761dependencies = [
 5762 "futures 0.3.31",
 5763 "futures-timer",
 5764 "pin-utils",
 5765]
 5766
 5767[[package]]
 5768name = "futures-channel"
 5769version = "0.3.31"
 5770source = "registry+https://github.com/rust-lang/crates.io-index"
 5771checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5772dependencies = [
 5773 "futures-core",
 5774 "futures-sink",
 5775]
 5776
 5777[[package]]
 5778name = "futures-core"
 5779version = "0.3.31"
 5780source = "registry+https://github.com/rust-lang/crates.io-index"
 5781checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5782
 5783[[package]]
 5784name = "futures-executor"
 5785version = "0.3.31"
 5786source = "registry+https://github.com/rust-lang/crates.io-index"
 5787checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5788dependencies = [
 5789 "futures-core",
 5790 "futures-task",
 5791 "futures-util",
 5792]
 5793
 5794[[package]]
 5795name = "futures-intrusive"
 5796version = "0.5.0"
 5797source = "registry+https://github.com/rust-lang/crates.io-index"
 5798checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5799dependencies = [
 5800 "futures-core",
 5801 "lock_api",
 5802 "parking_lot",
 5803]
 5804
 5805[[package]]
 5806name = "futures-io"
 5807version = "0.3.31"
 5808source = "registry+https://github.com/rust-lang/crates.io-index"
 5809checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5810
 5811[[package]]
 5812name = "futures-lite"
 5813version = "1.13.0"
 5814source = "registry+https://github.com/rust-lang/crates.io-index"
 5815checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5816dependencies = [
 5817 "fastrand 1.9.0",
 5818 "futures-core",
 5819 "futures-io",
 5820 "memchr",
 5821 "parking",
 5822 "pin-project-lite",
 5823 "waker-fn",
 5824]
 5825
 5826[[package]]
 5827name = "futures-lite"
 5828version = "2.6.0"
 5829source = "registry+https://github.com/rust-lang/crates.io-index"
 5830checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5831dependencies = [
 5832 "fastrand 2.3.0",
 5833 "futures-core",
 5834 "futures-io",
 5835 "parking",
 5836 "pin-project-lite",
 5837]
 5838
 5839[[package]]
 5840name = "futures-macro"
 5841version = "0.3.31"
 5842source = "registry+https://github.com/rust-lang/crates.io-index"
 5843checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5844dependencies = [
 5845 "proc-macro2",
 5846 "quote",
 5847 "syn 2.0.101",
 5848]
 5849
 5850[[package]]
 5851name = "futures-sink"
 5852version = "0.3.31"
 5853source = "registry+https://github.com/rust-lang/crates.io-index"
 5854checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5855
 5856[[package]]
 5857name = "futures-task"
 5858version = "0.3.31"
 5859source = "registry+https://github.com/rust-lang/crates.io-index"
 5860checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5861
 5862[[package]]
 5863name = "futures-timer"
 5864version = "3.0.3"
 5865source = "registry+https://github.com/rust-lang/crates.io-index"
 5866checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5867
 5868[[package]]
 5869name = "futures-util"
 5870version = "0.3.31"
 5871source = "registry+https://github.com/rust-lang/crates.io-index"
 5872checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5873dependencies = [
 5874 "futures 0.1.31",
 5875 "futures-channel",
 5876 "futures-core",
 5877 "futures-io",
 5878 "futures-macro",
 5879 "futures-sink",
 5880 "futures-task",
 5881 "memchr",
 5882 "pin-project-lite",
 5883 "pin-utils",
 5884 "slab",
 5885 "tokio-io",
 5886]
 5887
 5888[[package]]
 5889name = "fuzzy"
 5890version = "0.1.0"
 5891dependencies = [
 5892 "gpui",
 5893 "log",
 5894 "util",
 5895 "workspace-hack",
 5896]
 5897
 5898[[package]]
 5899name = "fuzzy-matcher"
 5900version = "0.3.7"
 5901source = "registry+https://github.com/rust-lang/crates.io-index"
 5902checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5903dependencies = [
 5904 "thread_local",
 5905]
 5906
 5907[[package]]
 5908name = "generic-array"
 5909version = "0.14.7"
 5910source = "registry+https://github.com/rust-lang/crates.io-index"
 5911checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5912dependencies = [
 5913 "typenum",
 5914 "version_check",
 5915]
 5916
 5917[[package]]
 5918name = "gethostname"
 5919version = "0.4.3"
 5920source = "registry+https://github.com/rust-lang/crates.io-index"
 5921checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5922dependencies = [
 5923 "libc",
 5924 "windows-targets 0.48.5",
 5925]
 5926
 5927[[package]]
 5928name = "getrandom"
 5929version = "0.1.16"
 5930source = "registry+https://github.com/rust-lang/crates.io-index"
 5931checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5932dependencies = [
 5933 "cfg-if",
 5934 "libc",
 5935 "wasi 0.9.0+wasi-snapshot-preview1",
 5936]
 5937
 5938[[package]]
 5939name = "getrandom"
 5940version = "0.2.15"
 5941source = "registry+https://github.com/rust-lang/crates.io-index"
 5942checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5943dependencies = [
 5944 "cfg-if",
 5945 "js-sys",
 5946 "libc",
 5947 "wasi 0.11.0+wasi-snapshot-preview1",
 5948 "wasm-bindgen",
 5949]
 5950
 5951[[package]]
 5952name = "getrandom"
 5953version = "0.3.2"
 5954source = "registry+https://github.com/rust-lang/crates.io-index"
 5955checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5956dependencies = [
 5957 "cfg-if",
 5958 "js-sys",
 5959 "libc",
 5960 "r-efi",
 5961 "wasi 0.14.2+wasi-0.2.4",
 5962 "wasm-bindgen",
 5963]
 5964
 5965[[package]]
 5966name = "gif"
 5967version = "0.13.1"
 5968source = "registry+https://github.com/rust-lang/crates.io-index"
 5969checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5970dependencies = [
 5971 "color_quant",
 5972 "weezl",
 5973]
 5974
 5975[[package]]
 5976name = "gimli"
 5977version = "0.31.1"
 5978source = "registry+https://github.com/rust-lang/crates.io-index"
 5979checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5980dependencies = [
 5981 "fallible-iterator",
 5982 "indexmap",
 5983 "stable_deref_trait",
 5984]
 5985
 5986[[package]]
 5987name = "git"
 5988version = "0.1.0"
 5989dependencies = [
 5990 "anyhow",
 5991 "askpass",
 5992 "async-trait",
 5993 "collections",
 5994 "derive_more",
 5995 "futures 0.3.31",
 5996 "git2",
 5997 "gpui",
 5998 "http_client",
 5999 "log",
 6000 "parking_lot",
 6001 "pretty_assertions",
 6002 "regex",
 6003 "rope",
 6004 "schemars",
 6005 "serde",
 6006 "serde_json",
 6007 "smol",
 6008 "sum_tree",
 6009 "tempfile",
 6010 "text",
 6011 "thiserror 2.0.12",
 6012 "time",
 6013 "unindent",
 6014 "url",
 6015 "util",
 6016 "uuid",
 6017 "workspace-hack",
 6018]
 6019
 6020[[package]]
 6021name = "git2"
 6022version = "0.20.1"
 6023source = "registry+https://github.com/rust-lang/crates.io-index"
 6024checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6025dependencies = [
 6026 "bitflags 2.9.0",
 6027 "libc",
 6028 "libgit2-sys",
 6029 "log",
 6030 "url",
 6031]
 6032
 6033[[package]]
 6034name = "git_hosting_providers"
 6035version = "0.1.0"
 6036dependencies = [
 6037 "anyhow",
 6038 "async-trait",
 6039 "futures 0.3.31",
 6040 "git",
 6041 "gpui",
 6042 "http_client",
 6043 "indoc",
 6044 "pretty_assertions",
 6045 "regex",
 6046 "schemars",
 6047 "serde",
 6048 "serde_json",
 6049 "settings",
 6050 "url",
 6051 "util",
 6052 "workspace-hack",
 6053]
 6054
 6055[[package]]
 6056name = "git_ui"
 6057version = "0.1.0"
 6058dependencies = [
 6059 "anyhow",
 6060 "askpass",
 6061 "assistant_settings",
 6062 "buffer_diff",
 6063 "chrono",
 6064 "collections",
 6065 "command_palette_hooks",
 6066 "component",
 6067 "ctor",
 6068 "db",
 6069 "editor",
 6070 "env_logger 0.11.8",
 6071 "futures 0.3.31",
 6072 "fuzzy",
 6073 "git",
 6074 "gpui",
 6075 "itertools 0.14.0",
 6076 "language",
 6077 "language_model",
 6078 "linkify",
 6079 "log",
 6080 "markdown",
 6081 "menu",
 6082 "multi_buffer",
 6083 "notifications",
 6084 "panel",
 6085 "picker",
 6086 "postage",
 6087 "pretty_assertions",
 6088 "project",
 6089 "schemars",
 6090 "serde",
 6091 "serde_derive",
 6092 "serde_json",
 6093 "settings",
 6094 "strum 0.27.1",
 6095 "telemetry",
 6096 "theme",
 6097 "time",
 6098 "time_format",
 6099 "ui",
 6100 "unindent",
 6101 "util",
 6102 "windows 0.61.1",
 6103 "workspace",
 6104 "workspace-hack",
 6105 "zed_actions",
 6106]
 6107
 6108[[package]]
 6109name = "gix"
 6110version = "0.71.0"
 6111source = "registry+https://github.com/rust-lang/crates.io-index"
 6112checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6113dependencies = [
 6114 "gix-actor",
 6115 "gix-attributes",
 6116 "gix-command",
 6117 "gix-commitgraph",
 6118 "gix-config",
 6119 "gix-date",
 6120 "gix-diff",
 6121 "gix-discover",
 6122 "gix-features 0.41.1",
 6123 "gix-filter",
 6124 "gix-fs 0.14.0",
 6125 "gix-glob",
 6126 "gix-hash 0.17.0",
 6127 "gix-hashtable",
 6128 "gix-ignore",
 6129 "gix-index",
 6130 "gix-lock",
 6131 "gix-object",
 6132 "gix-odb",
 6133 "gix-pack",
 6134 "gix-path",
 6135 "gix-pathspec",
 6136 "gix-protocol",
 6137 "gix-ref",
 6138 "gix-refspec",
 6139 "gix-revision",
 6140 "gix-revwalk",
 6141 "gix-sec",
 6142 "gix-shallow",
 6143 "gix-submodule",
 6144 "gix-tempfile",
 6145 "gix-trace",
 6146 "gix-traverse",
 6147 "gix-url",
 6148 "gix-utils 0.2.0",
 6149 "gix-validate 0.9.4",
 6150 "gix-worktree",
 6151 "once_cell",
 6152 "smallvec",
 6153 "thiserror 2.0.12",
 6154]
 6155
 6156[[package]]
 6157name = "gix-actor"
 6158version = "0.34.0"
 6159source = "registry+https://github.com/rust-lang/crates.io-index"
 6160checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6161dependencies = [
 6162 "bstr",
 6163 "gix-date",
 6164 "gix-utils 0.2.0",
 6165 "itoa",
 6166 "thiserror 2.0.12",
 6167 "winnow",
 6168]
 6169
 6170[[package]]
 6171name = "gix-attributes"
 6172version = "0.25.0"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6175dependencies = [
 6176 "bstr",
 6177 "gix-glob",
 6178 "gix-path",
 6179 "gix-quote",
 6180 "gix-trace",
 6181 "kstring",
 6182 "smallvec",
 6183 "thiserror 2.0.12",
 6184 "unicode-bom",
 6185]
 6186
 6187[[package]]
 6188name = "gix-bitmap"
 6189version = "0.2.14"
 6190source = "registry+https://github.com/rust-lang/crates.io-index"
 6191checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6192dependencies = [
 6193 "thiserror 2.0.12",
 6194]
 6195
 6196[[package]]
 6197name = "gix-chunk"
 6198version = "0.4.11"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6201dependencies = [
 6202 "thiserror 2.0.12",
 6203]
 6204
 6205[[package]]
 6206name = "gix-command"
 6207version = "0.5.0"
 6208source = "registry+https://github.com/rust-lang/crates.io-index"
 6209checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6210dependencies = [
 6211 "bstr",
 6212 "gix-path",
 6213 "gix-quote",
 6214 "gix-trace",
 6215 "shell-words",
 6216]
 6217
 6218[[package]]
 6219name = "gix-commitgraph"
 6220version = "0.27.0"
 6221source = "registry+https://github.com/rust-lang/crates.io-index"
 6222checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6223dependencies = [
 6224 "bstr",
 6225 "gix-chunk",
 6226 "gix-hash 0.17.0",
 6227 "memmap2",
 6228 "thiserror 2.0.12",
 6229]
 6230
 6231[[package]]
 6232name = "gix-config"
 6233version = "0.44.0"
 6234source = "registry+https://github.com/rust-lang/crates.io-index"
 6235checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6236dependencies = [
 6237 "bstr",
 6238 "gix-config-value",
 6239 "gix-features 0.41.1",
 6240 "gix-glob",
 6241 "gix-path",
 6242 "gix-ref",
 6243 "gix-sec",
 6244 "memchr",
 6245 "once_cell",
 6246 "smallvec",
 6247 "thiserror 2.0.12",
 6248 "unicode-bom",
 6249 "winnow",
 6250]
 6251
 6252[[package]]
 6253name = "gix-config-value"
 6254version = "0.14.12"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6257dependencies = [
 6258 "bitflags 2.9.0",
 6259 "bstr",
 6260 "gix-path",
 6261 "libc",
 6262 "thiserror 2.0.12",
 6263]
 6264
 6265[[package]]
 6266name = "gix-date"
 6267version = "0.9.4"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6270dependencies = [
 6271 "bstr",
 6272 "itoa",
 6273 "jiff",
 6274 "thiserror 2.0.12",
 6275]
 6276
 6277[[package]]
 6278name = "gix-diff"
 6279version = "0.51.0"
 6280source = "registry+https://github.com/rust-lang/crates.io-index"
 6281checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6282dependencies = [
 6283 "bstr",
 6284 "gix-command",
 6285 "gix-filter",
 6286 "gix-fs 0.14.0",
 6287 "gix-hash 0.17.0",
 6288 "gix-object",
 6289 "gix-path",
 6290 "gix-tempfile",
 6291 "gix-trace",
 6292 "gix-traverse",
 6293 "gix-worktree",
 6294 "imara-diff",
 6295 "thiserror 2.0.12",
 6296]
 6297
 6298[[package]]
 6299name = "gix-discover"
 6300version = "0.39.0"
 6301source = "registry+https://github.com/rust-lang/crates.io-index"
 6302checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6303dependencies = [
 6304 "bstr",
 6305 "dunce",
 6306 "gix-fs 0.14.0",
 6307 "gix-hash 0.17.0",
 6308 "gix-path",
 6309 "gix-ref",
 6310 "gix-sec",
 6311 "thiserror 2.0.12",
 6312]
 6313
 6314[[package]]
 6315name = "gix-features"
 6316version = "0.41.1"
 6317source = "registry+https://github.com/rust-lang/crates.io-index"
 6318checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6319dependencies = [
 6320 "crc32fast",
 6321 "crossbeam-channel",
 6322 "flate2",
 6323 "gix-path",
 6324 "gix-trace",
 6325 "gix-utils 0.2.0",
 6326 "libc",
 6327 "once_cell",
 6328 "parking_lot",
 6329 "prodash",
 6330 "thiserror 2.0.12",
 6331 "walkdir",
 6332]
 6333
 6334[[package]]
 6335name = "gix-features"
 6336version = "0.42.1"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6339dependencies = [
 6340 "gix-trace",
 6341 "gix-utils 0.3.0",
 6342 "libc",
 6343 "prodash",
 6344]
 6345
 6346[[package]]
 6347name = "gix-filter"
 6348version = "0.18.0"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6351dependencies = [
 6352 "bstr",
 6353 "encoding_rs",
 6354 "gix-attributes",
 6355 "gix-command",
 6356 "gix-hash 0.17.0",
 6357 "gix-object",
 6358 "gix-packetline-blocking",
 6359 "gix-path",
 6360 "gix-quote",
 6361 "gix-trace",
 6362 "gix-utils 0.2.0",
 6363 "smallvec",
 6364 "thiserror 2.0.12",
 6365]
 6366
 6367[[package]]
 6368name = "gix-fs"
 6369version = "0.14.0"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6372dependencies = [
 6373 "bstr",
 6374 "fastrand 2.3.0",
 6375 "gix-features 0.41.1",
 6376 "gix-path",
 6377 "gix-utils 0.2.0",
 6378 "thiserror 2.0.12",
 6379]
 6380
 6381[[package]]
 6382name = "gix-fs"
 6383version = "0.15.0"
 6384source = "registry+https://github.com/rust-lang/crates.io-index"
 6385checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6386dependencies = [
 6387 "bstr",
 6388 "fastrand 2.3.0",
 6389 "gix-features 0.42.1",
 6390 "gix-path",
 6391 "gix-utils 0.3.0",
 6392 "thiserror 2.0.12",
 6393]
 6394
 6395[[package]]
 6396name = "gix-glob"
 6397version = "0.19.0"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6400dependencies = [
 6401 "bitflags 2.9.0",
 6402 "bstr",
 6403 "gix-features 0.41.1",
 6404 "gix-path",
 6405]
 6406
 6407[[package]]
 6408name = "gix-hash"
 6409version = "0.17.0"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6412dependencies = [
 6413 "faster-hex 0.9.0",
 6414 "gix-features 0.41.1",
 6415 "sha1-checked",
 6416 "thiserror 2.0.12",
 6417]
 6418
 6419[[package]]
 6420name = "gix-hash"
 6421version = "0.18.0"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6424dependencies = [
 6425 "faster-hex 0.10.0",
 6426 "gix-features 0.42.1",
 6427 "sha1-checked",
 6428 "thiserror 2.0.12",
 6429]
 6430
 6431[[package]]
 6432name = "gix-hashtable"
 6433version = "0.8.1"
 6434source = "registry+https://github.com/rust-lang/crates.io-index"
 6435checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6436dependencies = [
 6437 "gix-hash 0.18.0",
 6438 "hashbrown 0.14.5",
 6439 "parking_lot",
 6440]
 6441
 6442[[package]]
 6443name = "gix-ignore"
 6444version = "0.14.0"
 6445source = "registry+https://github.com/rust-lang/crates.io-index"
 6446checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6447dependencies = [
 6448 "bstr",
 6449 "gix-glob",
 6450 "gix-path",
 6451 "gix-trace",
 6452 "unicode-bom",
 6453]
 6454
 6455[[package]]
 6456name = "gix-index"
 6457version = "0.39.0"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6460dependencies = [
 6461 "bitflags 2.9.0",
 6462 "bstr",
 6463 "filetime",
 6464 "fnv",
 6465 "gix-bitmap",
 6466 "gix-features 0.41.1",
 6467 "gix-fs 0.14.0",
 6468 "gix-hash 0.17.0",
 6469 "gix-lock",
 6470 "gix-object",
 6471 "gix-traverse",
 6472 "gix-utils 0.2.0",
 6473 "gix-validate 0.9.4",
 6474 "hashbrown 0.14.5",
 6475 "itoa",
 6476 "libc",
 6477 "memmap2",
 6478 "rustix 0.38.44",
 6479 "smallvec",
 6480 "thiserror 2.0.12",
 6481]
 6482
 6483[[package]]
 6484name = "gix-lock"
 6485version = "17.1.0"
 6486source = "registry+https://github.com/rust-lang/crates.io-index"
 6487checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6488dependencies = [
 6489 "gix-tempfile",
 6490 "gix-utils 0.3.0",
 6491 "thiserror 2.0.12",
 6492]
 6493
 6494[[package]]
 6495name = "gix-object"
 6496version = "0.48.0"
 6497source = "registry+https://github.com/rust-lang/crates.io-index"
 6498checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6499dependencies = [
 6500 "bstr",
 6501 "gix-actor",
 6502 "gix-date",
 6503 "gix-features 0.41.1",
 6504 "gix-hash 0.17.0",
 6505 "gix-hashtable",
 6506 "gix-path",
 6507 "gix-utils 0.2.0",
 6508 "gix-validate 0.9.4",
 6509 "itoa",
 6510 "smallvec",
 6511 "thiserror 2.0.12",
 6512 "winnow",
 6513]
 6514
 6515[[package]]
 6516name = "gix-odb"
 6517version = "0.68.0"
 6518source = "registry+https://github.com/rust-lang/crates.io-index"
 6519checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6520dependencies = [
 6521 "arc-swap",
 6522 "gix-date",
 6523 "gix-features 0.41.1",
 6524 "gix-fs 0.14.0",
 6525 "gix-hash 0.17.0",
 6526 "gix-hashtable",
 6527 "gix-object",
 6528 "gix-pack",
 6529 "gix-path",
 6530 "gix-quote",
 6531 "parking_lot",
 6532 "tempfile",
 6533 "thiserror 2.0.12",
 6534]
 6535
 6536[[package]]
 6537name = "gix-pack"
 6538version = "0.58.0"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6541dependencies = [
 6542 "clru",
 6543 "gix-chunk",
 6544 "gix-features 0.41.1",
 6545 "gix-hash 0.17.0",
 6546 "gix-hashtable",
 6547 "gix-object",
 6548 "gix-path",
 6549 "memmap2",
 6550 "smallvec",
 6551 "thiserror 2.0.12",
 6552 "uluru",
 6553]
 6554
 6555[[package]]
 6556name = "gix-packetline"
 6557version = "0.18.4"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6560dependencies = [
 6561 "bstr",
 6562 "faster-hex 0.9.0",
 6563 "gix-trace",
 6564 "thiserror 2.0.12",
 6565]
 6566
 6567[[package]]
 6568name = "gix-packetline-blocking"
 6569version = "0.18.3"
 6570source = "registry+https://github.com/rust-lang/crates.io-index"
 6571checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6572dependencies = [
 6573 "bstr",
 6574 "faster-hex 0.9.0",
 6575 "gix-trace",
 6576 "thiserror 2.0.12",
 6577]
 6578
 6579[[package]]
 6580name = "gix-path"
 6581version = "0.10.18"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6584dependencies = [
 6585 "bstr",
 6586 "gix-trace",
 6587 "gix-validate 0.10.0",
 6588 "home",
 6589 "once_cell",
 6590 "thiserror 2.0.12",
 6591]
 6592
 6593[[package]]
 6594name = "gix-pathspec"
 6595version = "0.10.0"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6598dependencies = [
 6599 "bitflags 2.9.0",
 6600 "bstr",
 6601 "gix-attributes",
 6602 "gix-config-value",
 6603 "gix-glob",
 6604 "gix-path",
 6605 "thiserror 2.0.12",
 6606]
 6607
 6608[[package]]
 6609name = "gix-protocol"
 6610version = "0.49.0"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6613dependencies = [
 6614 "bstr",
 6615 "gix-date",
 6616 "gix-features 0.41.1",
 6617 "gix-hash 0.17.0",
 6618 "gix-ref",
 6619 "gix-shallow",
 6620 "gix-transport",
 6621 "gix-utils 0.2.0",
 6622 "maybe-async",
 6623 "thiserror 2.0.12",
 6624 "winnow",
 6625]
 6626
 6627[[package]]
 6628name = "gix-quote"
 6629version = "0.5.0"
 6630source = "registry+https://github.com/rust-lang/crates.io-index"
 6631checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6632dependencies = [
 6633 "bstr",
 6634 "gix-utils 0.2.0",
 6635 "thiserror 2.0.12",
 6636]
 6637
 6638[[package]]
 6639name = "gix-ref"
 6640version = "0.51.0"
 6641source = "registry+https://github.com/rust-lang/crates.io-index"
 6642checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6643dependencies = [
 6644 "gix-actor",
 6645 "gix-features 0.41.1",
 6646 "gix-fs 0.14.0",
 6647 "gix-hash 0.17.0",
 6648 "gix-lock",
 6649 "gix-object",
 6650 "gix-path",
 6651 "gix-tempfile",
 6652 "gix-utils 0.2.0",
 6653 "gix-validate 0.9.4",
 6654 "memmap2",
 6655 "thiserror 2.0.12",
 6656 "winnow",
 6657]
 6658
 6659[[package]]
 6660name = "gix-refspec"
 6661version = "0.29.0"
 6662source = "registry+https://github.com/rust-lang/crates.io-index"
 6663checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6664dependencies = [
 6665 "bstr",
 6666 "gix-hash 0.17.0",
 6667 "gix-revision",
 6668 "gix-validate 0.9.4",
 6669 "smallvec",
 6670 "thiserror 2.0.12",
 6671]
 6672
 6673[[package]]
 6674name = "gix-revision"
 6675version = "0.33.0"
 6676source = "registry+https://github.com/rust-lang/crates.io-index"
 6677checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6678dependencies = [
 6679 "bstr",
 6680 "gix-commitgraph",
 6681 "gix-date",
 6682 "gix-hash 0.17.0",
 6683 "gix-object",
 6684 "gix-revwalk",
 6685 "thiserror 2.0.12",
 6686]
 6687
 6688[[package]]
 6689name = "gix-revwalk"
 6690version = "0.19.0"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6693dependencies = [
 6694 "gix-commitgraph",
 6695 "gix-date",
 6696 "gix-hash 0.17.0",
 6697 "gix-hashtable",
 6698 "gix-object",
 6699 "smallvec",
 6700 "thiserror 2.0.12",
 6701]
 6702
 6703[[package]]
 6704name = "gix-sec"
 6705version = "0.10.12"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6708dependencies = [
 6709 "bitflags 2.9.0",
 6710 "gix-path",
 6711 "libc",
 6712 "windows-sys 0.52.0",
 6713]
 6714
 6715[[package]]
 6716name = "gix-shallow"
 6717version = "0.3.0"
 6718source = "registry+https://github.com/rust-lang/crates.io-index"
 6719checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6720dependencies = [
 6721 "bstr",
 6722 "gix-hash 0.17.0",
 6723 "gix-lock",
 6724 "thiserror 2.0.12",
 6725]
 6726
 6727[[package]]
 6728name = "gix-submodule"
 6729version = "0.18.0"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6732dependencies = [
 6733 "bstr",
 6734 "gix-config",
 6735 "gix-path",
 6736 "gix-pathspec",
 6737 "gix-refspec",
 6738 "gix-url",
 6739 "thiserror 2.0.12",
 6740]
 6741
 6742[[package]]
 6743name = "gix-tempfile"
 6744version = "17.1.0"
 6745source = "registry+https://github.com/rust-lang/crates.io-index"
 6746checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6747dependencies = [
 6748 "dashmap 6.1.0",
 6749 "gix-fs 0.15.0",
 6750 "libc",
 6751 "once_cell",
 6752 "parking_lot",
 6753 "tempfile",
 6754]
 6755
 6756[[package]]
 6757name = "gix-trace"
 6758version = "0.1.12"
 6759source = "registry+https://github.com/rust-lang/crates.io-index"
 6760checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6761
 6762[[package]]
 6763name = "gix-transport"
 6764version = "0.46.0"
 6765source = "registry+https://github.com/rust-lang/crates.io-index"
 6766checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6767dependencies = [
 6768 "bstr",
 6769 "gix-command",
 6770 "gix-features 0.41.1",
 6771 "gix-packetline",
 6772 "gix-quote",
 6773 "gix-sec",
 6774 "gix-url",
 6775 "thiserror 2.0.12",
 6776]
 6777
 6778[[package]]
 6779name = "gix-traverse"
 6780version = "0.45.0"
 6781source = "registry+https://github.com/rust-lang/crates.io-index"
 6782checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6783dependencies = [
 6784 "bitflags 2.9.0",
 6785 "gix-commitgraph",
 6786 "gix-date",
 6787 "gix-hash 0.17.0",
 6788 "gix-hashtable",
 6789 "gix-object",
 6790 "gix-revwalk",
 6791 "smallvec",
 6792 "thiserror 2.0.12",
 6793]
 6794
 6795[[package]]
 6796name = "gix-url"
 6797version = "0.30.0"
 6798source = "registry+https://github.com/rust-lang/crates.io-index"
 6799checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6800dependencies = [
 6801 "bstr",
 6802 "gix-features 0.41.1",
 6803 "gix-path",
 6804 "percent-encoding",
 6805 "thiserror 2.0.12",
 6806 "url",
 6807]
 6808
 6809[[package]]
 6810name = "gix-utils"
 6811version = "0.2.0"
 6812source = "registry+https://github.com/rust-lang/crates.io-index"
 6813checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6814dependencies = [
 6815 "fastrand 2.3.0",
 6816 "unicode-normalization",
 6817]
 6818
 6819[[package]]
 6820name = "gix-utils"
 6821version = "0.3.0"
 6822source = "registry+https://github.com/rust-lang/crates.io-index"
 6823checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6824dependencies = [
 6825 "fastrand 2.3.0",
 6826 "unicode-normalization",
 6827]
 6828
 6829[[package]]
 6830name = "gix-validate"
 6831version = "0.9.4"
 6832source = "registry+https://github.com/rust-lang/crates.io-index"
 6833checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6834dependencies = [
 6835 "bstr",
 6836 "thiserror 2.0.12",
 6837]
 6838
 6839[[package]]
 6840name = "gix-validate"
 6841version = "0.10.0"
 6842source = "registry+https://github.com/rust-lang/crates.io-index"
 6843checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6844dependencies = [
 6845 "bstr",
 6846 "thiserror 2.0.12",
 6847]
 6848
 6849[[package]]
 6850name = "gix-worktree"
 6851version = "0.40.0"
 6852source = "registry+https://github.com/rust-lang/crates.io-index"
 6853checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6854dependencies = [
 6855 "bstr",
 6856 "gix-attributes",
 6857 "gix-features 0.41.1",
 6858 "gix-fs 0.14.0",
 6859 "gix-glob",
 6860 "gix-hash 0.17.0",
 6861 "gix-ignore",
 6862 "gix-index",
 6863 "gix-object",
 6864 "gix-path",
 6865 "gix-validate 0.9.4",
 6866]
 6867
 6868[[package]]
 6869name = "glob"
 6870version = "0.3.2"
 6871source = "registry+https://github.com/rust-lang/crates.io-index"
 6872checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6873
 6874[[package]]
 6875name = "globset"
 6876version = "0.4.16"
 6877source = "registry+https://github.com/rust-lang/crates.io-index"
 6878checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6879dependencies = [
 6880 "aho-corasick",
 6881 "bstr",
 6882 "log",
 6883 "regex-automata 0.4.9",
 6884 "regex-syntax 0.8.5",
 6885]
 6886
 6887[[package]]
 6888name = "gloo-timers"
 6889version = "0.3.0"
 6890source = "registry+https://github.com/rust-lang/crates.io-index"
 6891checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6892dependencies = [
 6893 "futures-channel",
 6894 "futures-core",
 6895 "js-sys",
 6896 "wasm-bindgen",
 6897]
 6898
 6899[[package]]
 6900name = "glow"
 6901version = "0.14.2"
 6902source = "registry+https://github.com/rust-lang/crates.io-index"
 6903checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6904dependencies = [
 6905 "js-sys",
 6906 "slotmap",
 6907 "wasm-bindgen",
 6908 "web-sys",
 6909]
 6910
 6911[[package]]
 6912name = "go_to_line"
 6913version = "0.1.0"
 6914dependencies = [
 6915 "anyhow",
 6916 "editor",
 6917 "gpui",
 6918 "indoc",
 6919 "language",
 6920 "menu",
 6921 "project",
 6922 "rope",
 6923 "schemars",
 6924 "serde",
 6925 "serde_json",
 6926 "settings",
 6927 "text",
 6928 "theme",
 6929 "tree-sitter-rust",
 6930 "tree-sitter-typescript",
 6931 "ui",
 6932 "util",
 6933 "workspace",
 6934 "workspace-hack",
 6935]
 6936
 6937[[package]]
 6938name = "google_ai"
 6939version = "0.1.0"
 6940dependencies = [
 6941 "anyhow",
 6942 "futures 0.3.31",
 6943 "http_client",
 6944 "schemars",
 6945 "serde",
 6946 "serde_json",
 6947 "strum 0.27.1",
 6948 "workspace-hack",
 6949]
 6950
 6951[[package]]
 6952name = "gpu-alloc"
 6953version = "0.6.0"
 6954source = "registry+https://github.com/rust-lang/crates.io-index"
 6955checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6956dependencies = [
 6957 "bitflags 2.9.0",
 6958 "gpu-alloc-types",
 6959]
 6960
 6961[[package]]
 6962name = "gpu-alloc-ash"
 6963version = "0.7.0"
 6964source = "registry+https://github.com/rust-lang/crates.io-index"
 6965checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 6966dependencies = [
 6967 "ash",
 6968 "gpu-alloc-types",
 6969 "tinyvec",
 6970]
 6971
 6972[[package]]
 6973name = "gpu-alloc-types"
 6974version = "0.3.0"
 6975source = "registry+https://github.com/rust-lang/crates.io-index"
 6976checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 6977dependencies = [
 6978 "bitflags 2.9.0",
 6979]
 6980
 6981[[package]]
 6982name = "gpui"
 6983version = "0.1.0"
 6984dependencies = [
 6985 "anyhow",
 6986 "as-raw-xcb-connection",
 6987 "ashpd",
 6988 "async-task",
 6989 "backtrace",
 6990 "bindgen 0.71.1",
 6991 "blade-graphics",
 6992 "blade-macros",
 6993 "blade-util",
 6994 "block",
 6995 "bytemuck",
 6996 "calloop",
 6997 "calloop-wayland-source",
 6998 "cbindgen",
 6999 "cocoa 0.26.0",
 7000 "collections",
 7001 "core-foundation 0.10.0",
 7002 "core-foundation-sys",
 7003 "core-graphics 0.24.0",
 7004 "core-text",
 7005 "core-video",
 7006 "cosmic-text",
 7007 "ctor",
 7008 "derive_more",
 7009 "embed-resource",
 7010 "env_logger 0.11.8",
 7011 "etagere",
 7012 "filedescriptor",
 7013 "flume",
 7014 "font-kit",
 7015 "foreign-types 0.5.0",
 7016 "futures 0.3.31",
 7017 "gpui_macros",
 7018 "http_client",
 7019 "image",
 7020 "inventory",
 7021 "itertools 0.14.0",
 7022 "log",
 7023 "lyon",
 7024 "media",
 7025 "metal",
 7026 "naga",
 7027 "num_cpus",
 7028 "objc",
 7029 "objc2",
 7030 "objc2-metal",
 7031 "oo7",
 7032 "open",
 7033 "parking",
 7034 "parking_lot",
 7035 "pathfinder_geometry",
 7036 "postage",
 7037 "profiling",
 7038 "rand 0.8.5",
 7039 "raw-window-handle",
 7040 "refineable",
 7041 "reqwest_client",
 7042 "resvg",
 7043 "scap",
 7044 "schemars",
 7045 "seahash",
 7046 "semantic_version",
 7047 "serde",
 7048 "serde_derive",
 7049 "serde_json",
 7050 "slotmap",
 7051 "smallvec",
 7052 "smol",
 7053 "strum 0.27.1",
 7054 "sum_tree",
 7055 "taffy",
 7056 "thiserror 2.0.12",
 7057 "unicode-segmentation",
 7058 "usvg",
 7059 "util",
 7060 "uuid",
 7061 "waker-fn",
 7062 "wayland-backend",
 7063 "wayland-client",
 7064 "wayland-cursor",
 7065 "wayland-protocols",
 7066 "wayland-protocols-plasma",
 7067 "windows 0.61.1",
 7068 "windows-core 0.61.0",
 7069 "windows-numerics",
 7070 "windows-registry 0.5.1",
 7071 "workspace-hack",
 7072 "x11-clipboard",
 7073 "x11rb",
 7074 "xim",
 7075 "xkbcommon",
 7076]
 7077
 7078[[package]]
 7079name = "gpui_macros"
 7080version = "0.1.0"
 7081dependencies = [
 7082 "gpui",
 7083 "proc-macro2",
 7084 "quote",
 7085 "syn 1.0.109",
 7086 "workspace-hack",
 7087]
 7088
 7089[[package]]
 7090name = "gpui_tokio"
 7091version = "0.1.0"
 7092dependencies = [
 7093 "gpui",
 7094 "tokio",
 7095 "util",
 7096 "workspace-hack",
 7097]
 7098
 7099[[package]]
 7100name = "grid"
 7101version = "0.13.0"
 7102source = "registry+https://github.com/rust-lang/crates.io-index"
 7103checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7104
 7105[[package]]
 7106name = "group"
 7107version = "0.12.1"
 7108source = "registry+https://github.com/rust-lang/crates.io-index"
 7109checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7110dependencies = [
 7111 "ff",
 7112 "rand_core 0.6.4",
 7113 "subtle",
 7114]
 7115
 7116[[package]]
 7117name = "h2"
 7118version = "0.3.26"
 7119source = "registry+https://github.com/rust-lang/crates.io-index"
 7120checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7121dependencies = [
 7122 "bytes 1.10.1",
 7123 "fnv",
 7124 "futures-core",
 7125 "futures-sink",
 7126 "futures-util",
 7127 "http 0.2.12",
 7128 "indexmap",
 7129 "slab",
 7130 "tokio",
 7131 "tokio-util",
 7132 "tracing",
 7133]
 7134
 7135[[package]]
 7136name = "h2"
 7137version = "0.4.9"
 7138source = "registry+https://github.com/rust-lang/crates.io-index"
 7139checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7140dependencies = [
 7141 "atomic-waker",
 7142 "bytes 1.10.1",
 7143 "fnv",
 7144 "futures-core",
 7145 "futures-sink",
 7146 "http 1.3.1",
 7147 "indexmap",
 7148 "slab",
 7149 "tokio",
 7150 "tokio-util",
 7151 "tracing",
 7152]
 7153
 7154[[package]]
 7155name = "half"
 7156version = "2.6.0"
 7157source = "registry+https://github.com/rust-lang/crates.io-index"
 7158checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7159dependencies = [
 7160 "cfg-if",
 7161 "crunchy",
 7162 "num-traits",
 7163]
 7164
 7165[[package]]
 7166name = "handlebars"
 7167version = "4.5.0"
 7168source = "registry+https://github.com/rust-lang/crates.io-index"
 7169checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7170dependencies = [
 7171 "log",
 7172 "pest",
 7173 "pest_derive",
 7174 "rust-embed",
 7175 "serde",
 7176 "serde_json",
 7177 "thiserror 1.0.69",
 7178]
 7179
 7180[[package]]
 7181name = "handlebars"
 7182version = "6.3.2"
 7183source = "registry+https://github.com/rust-lang/crates.io-index"
 7184checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7185dependencies = [
 7186 "derive_builder",
 7187 "log",
 7188 "num-order",
 7189 "pest",
 7190 "pest_derive",
 7191 "serde",
 7192 "serde_json",
 7193 "thiserror 2.0.12",
 7194]
 7195
 7196[[package]]
 7197name = "hash32"
 7198version = "0.3.1"
 7199source = "registry+https://github.com/rust-lang/crates.io-index"
 7200checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7201dependencies = [
 7202 "byteorder",
 7203]
 7204
 7205[[package]]
 7206name = "hashbrown"
 7207version = "0.12.3"
 7208source = "registry+https://github.com/rust-lang/crates.io-index"
 7209checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7210dependencies = [
 7211 "ahash 0.7.8",
 7212]
 7213
 7214[[package]]
 7215name = "hashbrown"
 7216version = "0.14.5"
 7217source = "registry+https://github.com/rust-lang/crates.io-index"
 7218checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7219dependencies = [
 7220 "ahash 0.8.11",
 7221 "allocator-api2",
 7222]
 7223
 7224[[package]]
 7225name = "hashbrown"
 7226version = "0.15.3"
 7227source = "registry+https://github.com/rust-lang/crates.io-index"
 7228checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7229dependencies = [
 7230 "allocator-api2",
 7231 "equivalent",
 7232 "foldhash",
 7233 "serde",
 7234]
 7235
 7236[[package]]
 7237name = "hashlink"
 7238version = "0.8.4"
 7239source = "registry+https://github.com/rust-lang/crates.io-index"
 7240checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7241dependencies = [
 7242 "hashbrown 0.14.5",
 7243]
 7244
 7245[[package]]
 7246name = "hashlink"
 7247version = "0.10.0"
 7248source = "registry+https://github.com/rust-lang/crates.io-index"
 7249checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7250dependencies = [
 7251 "hashbrown 0.15.3",
 7252]
 7253
 7254[[package]]
 7255name = "headers"
 7256version = "0.3.9"
 7257source = "registry+https://github.com/rust-lang/crates.io-index"
 7258checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7259dependencies = [
 7260 "base64 0.21.7",
 7261 "bytes 1.10.1",
 7262 "headers-core",
 7263 "http 0.2.12",
 7264 "httpdate",
 7265 "mime",
 7266 "sha1",
 7267]
 7268
 7269[[package]]
 7270name = "headers-core"
 7271version = "0.2.0"
 7272source = "registry+https://github.com/rust-lang/crates.io-index"
 7273checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7274dependencies = [
 7275 "http 0.2.12",
 7276]
 7277
 7278[[package]]
 7279name = "heapless"
 7280version = "0.8.0"
 7281source = "registry+https://github.com/rust-lang/crates.io-index"
 7282checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7283dependencies = [
 7284 "hash32",
 7285 "stable_deref_trait",
 7286]
 7287
 7288[[package]]
 7289name = "heck"
 7290version = "0.3.3"
 7291source = "registry+https://github.com/rust-lang/crates.io-index"
 7292checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7293dependencies = [
 7294 "unicode-segmentation",
 7295]
 7296
 7297[[package]]
 7298name = "heck"
 7299version = "0.4.1"
 7300source = "registry+https://github.com/rust-lang/crates.io-index"
 7301checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7302dependencies = [
 7303 "unicode-segmentation",
 7304]
 7305
 7306[[package]]
 7307name = "heck"
 7308version = "0.5.0"
 7309source = "registry+https://github.com/rust-lang/crates.io-index"
 7310checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7311
 7312[[package]]
 7313name = "heed"
 7314version = "0.21.0"
 7315source = "registry+https://github.com/rust-lang/crates.io-index"
 7316checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7317dependencies = [
 7318 "bitflags 2.9.0",
 7319 "byteorder",
 7320 "heed-traits",
 7321 "heed-types",
 7322 "libc",
 7323 "lmdb-master-sys",
 7324 "once_cell",
 7325 "page_size",
 7326 "serde",
 7327 "synchronoise",
 7328 "url",
 7329]
 7330
 7331[[package]]
 7332name = "heed-traits"
 7333version = "0.20.0"
 7334source = "registry+https://github.com/rust-lang/crates.io-index"
 7335checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7336
 7337[[package]]
 7338name = "heed-types"
 7339version = "0.21.0"
 7340source = "registry+https://github.com/rust-lang/crates.io-index"
 7341checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7342dependencies = [
 7343 "bincode",
 7344 "byteorder",
 7345 "heed-traits",
 7346 "serde",
 7347 "serde_json",
 7348]
 7349
 7350[[package]]
 7351name = "hermit-abi"
 7352version = "0.3.9"
 7353source = "registry+https://github.com/rust-lang/crates.io-index"
 7354checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7355
 7356[[package]]
 7357name = "hermit-abi"
 7358version = "0.4.0"
 7359source = "registry+https://github.com/rust-lang/crates.io-index"
 7360checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7361
 7362[[package]]
 7363name = "hermit-abi"
 7364version = "0.5.0"
 7365source = "registry+https://github.com/rust-lang/crates.io-index"
 7366checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7367
 7368[[package]]
 7369name = "hex"
 7370version = "0.4.3"
 7371source = "registry+https://github.com/rust-lang/crates.io-index"
 7372checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7373
 7374[[package]]
 7375name = "hexf-parse"
 7376version = "0.2.1"
 7377source = "registry+https://github.com/rust-lang/crates.io-index"
 7378checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7379
 7380[[package]]
 7381name = "hidden-trait"
 7382version = "0.1.2"
 7383source = "registry+https://github.com/rust-lang/crates.io-index"
 7384checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7385dependencies = [
 7386 "proc-macro2",
 7387 "quote",
 7388 "syn 1.0.109",
 7389]
 7390
 7391[[package]]
 7392name = "hkdf"
 7393version = "0.12.4"
 7394source = "registry+https://github.com/rust-lang/crates.io-index"
 7395checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7396dependencies = [
 7397 "hmac",
 7398]
 7399
 7400[[package]]
 7401name = "hmac"
 7402version = "0.12.1"
 7403source = "registry+https://github.com/rust-lang/crates.io-index"
 7404checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7405dependencies = [
 7406 "digest",
 7407]
 7408
 7409[[package]]
 7410name = "home"
 7411version = "0.5.11"
 7412source = "registry+https://github.com/rust-lang/crates.io-index"
 7413checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7414dependencies = [
 7415 "windows-sys 0.59.0",
 7416]
 7417
 7418[[package]]
 7419name = "hound"
 7420version = "3.5.1"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7423
 7424[[package]]
 7425name = "html5ever"
 7426version = "0.27.0"
 7427source = "registry+https://github.com/rust-lang/crates.io-index"
 7428checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7429dependencies = [
 7430 "log",
 7431 "mac",
 7432 "markup5ever 0.12.1",
 7433 "proc-macro2",
 7434 "quote",
 7435 "syn 2.0.101",
 7436]
 7437
 7438[[package]]
 7439name = "html5ever"
 7440version = "0.31.0"
 7441source = "registry+https://github.com/rust-lang/crates.io-index"
 7442checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7443dependencies = [
 7444 "log",
 7445 "mac",
 7446 "markup5ever 0.16.1",
 7447 "match_token",
 7448]
 7449
 7450[[package]]
 7451name = "html_to_markdown"
 7452version = "0.1.0"
 7453dependencies = [
 7454 "anyhow",
 7455 "html5ever 0.27.0",
 7456 "indoc",
 7457 "markup5ever_rcdom",
 7458 "pretty_assertions",
 7459 "regex",
 7460 "workspace-hack",
 7461]
 7462
 7463[[package]]
 7464name = "http"
 7465version = "0.2.12"
 7466source = "registry+https://github.com/rust-lang/crates.io-index"
 7467checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7468dependencies = [
 7469 "bytes 1.10.1",
 7470 "fnv",
 7471 "itoa",
 7472]
 7473
 7474[[package]]
 7475name = "http"
 7476version = "1.3.1"
 7477source = "registry+https://github.com/rust-lang/crates.io-index"
 7478checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7479dependencies = [
 7480 "bytes 1.10.1",
 7481 "fnv",
 7482 "itoa",
 7483]
 7484
 7485[[package]]
 7486name = "http-body"
 7487version = "0.4.6"
 7488source = "registry+https://github.com/rust-lang/crates.io-index"
 7489checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7490dependencies = [
 7491 "bytes 1.10.1",
 7492 "http 0.2.12",
 7493 "pin-project-lite",
 7494]
 7495
 7496[[package]]
 7497name = "http-body"
 7498version = "1.0.1"
 7499source = "registry+https://github.com/rust-lang/crates.io-index"
 7500checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7501dependencies = [
 7502 "bytes 1.10.1",
 7503 "http 1.3.1",
 7504]
 7505
 7506[[package]]
 7507name = "http-body-util"
 7508version = "0.1.3"
 7509source = "registry+https://github.com/rust-lang/crates.io-index"
 7510checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7511dependencies = [
 7512 "bytes 1.10.1",
 7513 "futures-core",
 7514 "http 1.3.1",
 7515 "http-body 1.0.1",
 7516 "pin-project-lite",
 7517]
 7518
 7519[[package]]
 7520name = "http-range-header"
 7521version = "0.3.1"
 7522source = "registry+https://github.com/rust-lang/crates.io-index"
 7523checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7524
 7525[[package]]
 7526name = "http-types"
 7527version = "2.12.0"
 7528source = "registry+https://github.com/rust-lang/crates.io-index"
 7529checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7530dependencies = [
 7531 "anyhow",
 7532 "async-channel 1.9.0",
 7533 "base64 0.13.1",
 7534 "futures-lite 1.13.0",
 7535 "http 0.2.12",
 7536 "infer",
 7537 "pin-project-lite",
 7538 "rand 0.7.3",
 7539 "serde",
 7540 "serde_json",
 7541 "serde_qs 0.8.5",
 7542 "serde_urlencoded",
 7543 "url",
 7544]
 7545
 7546[[package]]
 7547name = "http_client"
 7548version = "0.1.0"
 7549dependencies = [
 7550 "anyhow",
 7551 "bytes 1.10.1",
 7552 "derive_more",
 7553 "futures 0.3.31",
 7554 "http 1.3.1",
 7555 "log",
 7556 "serde",
 7557 "serde_json",
 7558 "url",
 7559 "workspace-hack",
 7560]
 7561
 7562[[package]]
 7563name = "http_client_tls"
 7564version = "0.1.0"
 7565dependencies = [
 7566 "rustls 0.23.26",
 7567 "rustls-platform-verifier",
 7568 "workspace-hack",
 7569]
 7570
 7571[[package]]
 7572name = "httparse"
 7573version = "1.10.1"
 7574source = "registry+https://github.com/rust-lang/crates.io-index"
 7575checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7576
 7577[[package]]
 7578name = "httpdate"
 7579version = "1.0.3"
 7580source = "registry+https://github.com/rust-lang/crates.io-index"
 7581checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7582
 7583[[package]]
 7584name = "human_bytes"
 7585version = "0.4.3"
 7586source = "registry+https://github.com/rust-lang/crates.io-index"
 7587checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7588
 7589[[package]]
 7590name = "humantime"
 7591version = "2.2.0"
 7592source = "registry+https://github.com/rust-lang/crates.io-index"
 7593checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7594
 7595[[package]]
 7596name = "hyper"
 7597version = "0.14.32"
 7598source = "registry+https://github.com/rust-lang/crates.io-index"
 7599checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7600dependencies = [
 7601 "bytes 1.10.1",
 7602 "futures-channel",
 7603 "futures-core",
 7604 "futures-util",
 7605 "h2 0.3.26",
 7606 "http 0.2.12",
 7607 "http-body 0.4.6",
 7608 "httparse",
 7609 "httpdate",
 7610 "itoa",
 7611 "pin-project-lite",
 7612 "socket2",
 7613 "tokio",
 7614 "tower-service",
 7615 "tracing",
 7616 "want",
 7617]
 7618
 7619[[package]]
 7620name = "hyper"
 7621version = "1.6.0"
 7622source = "registry+https://github.com/rust-lang/crates.io-index"
 7623checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7624dependencies = [
 7625 "bytes 1.10.1",
 7626 "futures-channel",
 7627 "futures-util",
 7628 "h2 0.4.9",
 7629 "http 1.3.1",
 7630 "http-body 1.0.1",
 7631 "httparse",
 7632 "itoa",
 7633 "pin-project-lite",
 7634 "smallvec",
 7635 "tokio",
 7636 "want",
 7637]
 7638
 7639[[package]]
 7640name = "hyper-rustls"
 7641version = "0.24.2"
 7642source = "registry+https://github.com/rust-lang/crates.io-index"
 7643checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7644dependencies = [
 7645 "futures-util",
 7646 "http 0.2.12",
 7647 "hyper 0.14.32",
 7648 "log",
 7649 "rustls 0.21.12",
 7650 "rustls-native-certs 0.6.3",
 7651 "tokio",
 7652 "tokio-rustls 0.24.1",
 7653]
 7654
 7655[[package]]
 7656name = "hyper-rustls"
 7657version = "0.27.5"
 7658source = "registry+https://github.com/rust-lang/crates.io-index"
 7659checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7660dependencies = [
 7661 "futures-util",
 7662 "http 1.3.1",
 7663 "hyper 1.6.0",
 7664 "hyper-util",
 7665 "rustls 0.23.26",
 7666 "rustls-native-certs 0.8.1",
 7667 "rustls-pki-types",
 7668 "tokio",
 7669 "tokio-rustls 0.26.2",
 7670 "tower-service",
 7671]
 7672
 7673[[package]]
 7674name = "hyper-tls"
 7675version = "0.5.0"
 7676source = "registry+https://github.com/rust-lang/crates.io-index"
 7677checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7678dependencies = [
 7679 "bytes 1.10.1",
 7680 "hyper 0.14.32",
 7681 "native-tls",
 7682 "tokio",
 7683 "tokio-native-tls",
 7684]
 7685
 7686[[package]]
 7687name = "hyper-util"
 7688version = "0.1.11"
 7689source = "registry+https://github.com/rust-lang/crates.io-index"
 7690checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7691dependencies = [
 7692 "bytes 1.10.1",
 7693 "futures-channel",
 7694 "futures-util",
 7695 "http 1.3.1",
 7696 "http-body 1.0.1",
 7697 "hyper 1.6.0",
 7698 "libc",
 7699 "pin-project-lite",
 7700 "socket2",
 7701 "tokio",
 7702 "tower-service",
 7703 "tracing",
 7704]
 7705
 7706[[package]]
 7707name = "iana-time-zone"
 7708version = "0.1.63"
 7709source = "registry+https://github.com/rust-lang/crates.io-index"
 7710checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7711dependencies = [
 7712 "android_system_properties",
 7713 "core-foundation-sys",
 7714 "iana-time-zone-haiku",
 7715 "js-sys",
 7716 "log",
 7717 "wasm-bindgen",
 7718 "windows-core 0.61.0",
 7719]
 7720
 7721[[package]]
 7722name = "iana-time-zone-haiku"
 7723version = "0.1.2"
 7724source = "registry+https://github.com/rust-lang/crates.io-index"
 7725checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7726dependencies = [
 7727 "cc",
 7728]
 7729
 7730[[package]]
 7731name = "icons"
 7732version = "0.1.0"
 7733dependencies = [
 7734 "serde",
 7735 "strum 0.27.1",
 7736 "workspace-hack",
 7737]
 7738
 7739[[package]]
 7740name = "icu_collections"
 7741version = "1.5.0"
 7742source = "registry+https://github.com/rust-lang/crates.io-index"
 7743checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7744dependencies = [
 7745 "displaydoc",
 7746 "yoke",
 7747 "zerofrom",
 7748 "zerovec",
 7749]
 7750
 7751[[package]]
 7752name = "icu_locid"
 7753version = "1.5.0"
 7754source = "registry+https://github.com/rust-lang/crates.io-index"
 7755checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7756dependencies = [
 7757 "displaydoc",
 7758 "litemap",
 7759 "tinystr",
 7760 "writeable",
 7761 "zerovec",
 7762]
 7763
 7764[[package]]
 7765name = "icu_locid_transform"
 7766version = "1.5.0"
 7767source = "registry+https://github.com/rust-lang/crates.io-index"
 7768checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7769dependencies = [
 7770 "displaydoc",
 7771 "icu_locid",
 7772 "icu_locid_transform_data",
 7773 "icu_provider",
 7774 "tinystr",
 7775 "zerovec",
 7776]
 7777
 7778[[package]]
 7779name = "icu_locid_transform_data"
 7780version = "1.5.1"
 7781source = "registry+https://github.com/rust-lang/crates.io-index"
 7782checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7783
 7784[[package]]
 7785name = "icu_normalizer"
 7786version = "1.5.0"
 7787source = "registry+https://github.com/rust-lang/crates.io-index"
 7788checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7789dependencies = [
 7790 "displaydoc",
 7791 "icu_collections",
 7792 "icu_normalizer_data",
 7793 "icu_properties",
 7794 "icu_provider",
 7795 "smallvec",
 7796 "utf16_iter",
 7797 "utf8_iter",
 7798 "write16",
 7799 "zerovec",
 7800]
 7801
 7802[[package]]
 7803name = "icu_normalizer_data"
 7804version = "1.5.1"
 7805source = "registry+https://github.com/rust-lang/crates.io-index"
 7806checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7807
 7808[[package]]
 7809name = "icu_properties"
 7810version = "1.5.1"
 7811source = "registry+https://github.com/rust-lang/crates.io-index"
 7812checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7813dependencies = [
 7814 "displaydoc",
 7815 "icu_collections",
 7816 "icu_locid_transform",
 7817 "icu_properties_data",
 7818 "icu_provider",
 7819 "tinystr",
 7820 "zerovec",
 7821]
 7822
 7823[[package]]
 7824name = "icu_properties_data"
 7825version = "1.5.1"
 7826source = "registry+https://github.com/rust-lang/crates.io-index"
 7827checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7828
 7829[[package]]
 7830name = "icu_provider"
 7831version = "1.5.0"
 7832source = "registry+https://github.com/rust-lang/crates.io-index"
 7833checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7834dependencies = [
 7835 "displaydoc",
 7836 "icu_locid",
 7837 "icu_provider_macros",
 7838 "stable_deref_trait",
 7839 "tinystr",
 7840 "writeable",
 7841 "yoke",
 7842 "zerofrom",
 7843 "zerovec",
 7844]
 7845
 7846[[package]]
 7847name = "icu_provider_macros"
 7848version = "1.5.0"
 7849source = "registry+https://github.com/rust-lang/crates.io-index"
 7850checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7851dependencies = [
 7852 "proc-macro2",
 7853 "quote",
 7854 "syn 2.0.101",
 7855]
 7856
 7857[[package]]
 7858name = "id-arena"
 7859version = "2.2.1"
 7860source = "registry+https://github.com/rust-lang/crates.io-index"
 7861checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7862
 7863[[package]]
 7864name = "ident_case"
 7865version = "1.0.1"
 7866source = "registry+https://github.com/rust-lang/crates.io-index"
 7867checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7868
 7869[[package]]
 7870name = "idna"
 7871version = "1.0.3"
 7872source = "registry+https://github.com/rust-lang/crates.io-index"
 7873checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7874dependencies = [
 7875 "idna_adapter",
 7876 "smallvec",
 7877 "utf8_iter",
 7878]
 7879
 7880[[package]]
 7881name = "idna_adapter"
 7882version = "1.2.0"
 7883source = "registry+https://github.com/rust-lang/crates.io-index"
 7884checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7885dependencies = [
 7886 "icu_normalizer",
 7887 "icu_properties",
 7888]
 7889
 7890[[package]]
 7891name = "ignore"
 7892version = "0.4.23"
 7893source = "registry+https://github.com/rust-lang/crates.io-index"
 7894checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7895dependencies = [
 7896 "crossbeam-deque",
 7897 "globset",
 7898 "log",
 7899 "memchr",
 7900 "regex-automata 0.4.9",
 7901 "same-file",
 7902 "walkdir",
 7903 "winapi-util",
 7904]
 7905
 7906[[package]]
 7907name = "image"
 7908version = "0.25.6"
 7909source = "registry+https://github.com/rust-lang/crates.io-index"
 7910checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7911dependencies = [
 7912 "bytemuck",
 7913 "byteorder-lite",
 7914 "color_quant",
 7915 "exr",
 7916 "gif",
 7917 "image-webp",
 7918 "num-traits",
 7919 "png",
 7920 "qoi",
 7921 "ravif",
 7922 "rayon",
 7923 "rgb",
 7924 "tiff",
 7925 "zune-core",
 7926 "zune-jpeg",
 7927]
 7928
 7929[[package]]
 7930name = "image-webp"
 7931version = "0.2.1"
 7932source = "registry+https://github.com/rust-lang/crates.io-index"
 7933checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7934dependencies = [
 7935 "byteorder-lite",
 7936 "quick-error",
 7937]
 7938
 7939[[package]]
 7940name = "image_viewer"
 7941version = "0.1.0"
 7942dependencies = [
 7943 "anyhow",
 7944 "db",
 7945 "editor",
 7946 "file_icons",
 7947 "gpui",
 7948 "log",
 7949 "project",
 7950 "schemars",
 7951 "serde",
 7952 "settings",
 7953 "theme",
 7954 "ui",
 7955 "util",
 7956 "workspace",
 7957 "workspace-hack",
 7958]
 7959
 7960[[package]]
 7961name = "imagesize"
 7962version = "0.13.0"
 7963source = "registry+https://github.com/rust-lang/crates.io-index"
 7964checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7965
 7966[[package]]
 7967name = "imara-diff"
 7968version = "0.1.8"
 7969source = "registry+https://github.com/rust-lang/crates.io-index"
 7970checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7971dependencies = [
 7972 "hashbrown 0.15.3",
 7973]
 7974
 7975[[package]]
 7976name = "imgref"
 7977version = "1.11.0"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 7980
 7981[[package]]
 7982name = "indexed_docs"
 7983version = "0.1.0"
 7984dependencies = [
 7985 "anyhow",
 7986 "async-trait",
 7987 "cargo_metadata",
 7988 "collections",
 7989 "derive_more",
 7990 "extension",
 7991 "fs",
 7992 "futures 0.3.31",
 7993 "fuzzy",
 7994 "gpui",
 7995 "heed",
 7996 "html_to_markdown",
 7997 "http_client",
 7998 "indexmap",
 7999 "indoc",
 8000 "parking_lot",
 8001 "paths",
 8002 "pretty_assertions",
 8003 "serde",
 8004 "strum 0.27.1",
 8005 "util",
 8006 "workspace-hack",
 8007]
 8008
 8009[[package]]
 8010name = "indexmap"
 8011version = "2.9.0"
 8012source = "registry+https://github.com/rust-lang/crates.io-index"
 8013checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8014dependencies = [
 8015 "equivalent",
 8016 "hashbrown 0.15.3",
 8017 "serde",
 8018]
 8019
 8020[[package]]
 8021name = "indoc"
 8022version = "2.0.6"
 8023source = "registry+https://github.com/rust-lang/crates.io-index"
 8024checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8025
 8026[[package]]
 8027name = "infer"
 8028version = "0.2.3"
 8029source = "registry+https://github.com/rust-lang/crates.io-index"
 8030checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8031
 8032[[package]]
 8033name = "inherent"
 8034version = "1.0.12"
 8035source = "registry+https://github.com/rust-lang/crates.io-index"
 8036checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8037dependencies = [
 8038 "proc-macro2",
 8039 "quote",
 8040 "syn 2.0.101",
 8041]
 8042
 8043[[package]]
 8044name = "inline_completion"
 8045version = "0.1.0"
 8046dependencies = [
 8047 "anyhow",
 8048 "gpui",
 8049 "language",
 8050 "project",
 8051 "workspace-hack",
 8052 "zed_llm_client",
 8053]
 8054
 8055[[package]]
 8056name = "inline_completion_button"
 8057version = "0.1.0"
 8058dependencies = [
 8059 "anyhow",
 8060 "client",
 8061 "copilot",
 8062 "editor",
 8063 "feature_flags",
 8064 "fs",
 8065 "futures 0.3.31",
 8066 "gpui",
 8067 "indoc",
 8068 "inline_completion",
 8069 "language",
 8070 "lsp",
 8071 "paths",
 8072 "project",
 8073 "regex",
 8074 "serde_json",
 8075 "settings",
 8076 "supermaven",
 8077 "telemetry",
 8078 "theme",
 8079 "ui",
 8080 "workspace",
 8081 "workspace-hack",
 8082 "zed_actions",
 8083 "zed_llm_client",
 8084 "zeta",
 8085]
 8086
 8087[[package]]
 8088name = "inotify"
 8089version = "0.11.0"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8092dependencies = [
 8093 "bitflags 2.9.0",
 8094 "inotify-sys",
 8095 "libc",
 8096]
 8097
 8098[[package]]
 8099name = "inotify-sys"
 8100version = "0.1.5"
 8101source = "registry+https://github.com/rust-lang/crates.io-index"
 8102checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8103dependencies = [
 8104 "libc",
 8105]
 8106
 8107[[package]]
 8108name = "inout"
 8109version = "0.1.4"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8112dependencies = [
 8113 "block-padding",
 8114 "generic-array",
 8115]
 8116
 8117[[package]]
 8118name = "install_cli"
 8119version = "0.1.0"
 8120dependencies = [
 8121 "anyhow",
 8122 "client",
 8123 "gpui",
 8124 "release_channel",
 8125 "smol",
 8126 "util",
 8127 "workspace",
 8128 "workspace-hack",
 8129]
 8130
 8131[[package]]
 8132name = "instant"
 8133version = "0.1.13"
 8134source = "registry+https://github.com/rust-lang/crates.io-index"
 8135checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8136dependencies = [
 8137 "cfg-if",
 8138]
 8139
 8140[[package]]
 8141name = "interim"
 8142version = "0.2.1"
 8143source = "registry+https://github.com/rust-lang/crates.io-index"
 8144checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8145dependencies = [
 8146 "chrono",
 8147 "logos",
 8148]
 8149
 8150[[package]]
 8151name = "interpolate_name"
 8152version = "0.2.4"
 8153source = "registry+https://github.com/rust-lang/crates.io-index"
 8154checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8155dependencies = [
 8156 "proc-macro2",
 8157 "quote",
 8158 "syn 2.0.101",
 8159]
 8160
 8161[[package]]
 8162name = "inventory"
 8163version = "0.3.20"
 8164source = "registry+https://github.com/rust-lang/crates.io-index"
 8165checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8166dependencies = [
 8167 "rustversion",
 8168]
 8169
 8170[[package]]
 8171name = "io-extras"
 8172version = "0.18.4"
 8173source = "registry+https://github.com/rust-lang/crates.io-index"
 8174checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8175dependencies = [
 8176 "io-lifetimes",
 8177 "windows-sys 0.59.0",
 8178]
 8179
 8180[[package]]
 8181name = "io-lifetimes"
 8182version = "2.0.4"
 8183source = "registry+https://github.com/rust-lang/crates.io-index"
 8184checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8185
 8186[[package]]
 8187name = "io-surface"
 8188version = "0.16.0"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8191dependencies = [
 8192 "cgl",
 8193 "core-foundation 0.10.0",
 8194 "core-foundation-sys",
 8195 "leaky-cow",
 8196 "libc",
 8197]
 8198
 8199[[package]]
 8200name = "iovec"
 8201version = "0.1.4"
 8202source = "registry+https://github.com/rust-lang/crates.io-index"
 8203checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8204dependencies = [
 8205 "libc",
 8206]
 8207
 8208[[package]]
 8209name = "ipc-channel"
 8210version = "0.19.0"
 8211source = "registry+https://github.com/rust-lang/crates.io-index"
 8212checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8213dependencies = [
 8214 "bincode",
 8215 "crossbeam-channel",
 8216 "fnv",
 8217 "lazy_static",
 8218 "libc",
 8219 "mio",
 8220 "rand 0.8.5",
 8221 "serde",
 8222 "tempfile",
 8223 "uuid",
 8224 "windows 0.58.0",
 8225]
 8226
 8227[[package]]
 8228name = "ipnet"
 8229version = "2.11.0"
 8230source = "registry+https://github.com/rust-lang/crates.io-index"
 8231checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8232
 8233[[package]]
 8234name = "is-docker"
 8235version = "0.2.0"
 8236source = "registry+https://github.com/rust-lang/crates.io-index"
 8237checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8238dependencies = [
 8239 "once_cell",
 8240]
 8241
 8242[[package]]
 8243name = "is-terminal"
 8244version = "0.4.16"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8247dependencies = [
 8248 "hermit-abi 0.5.0",
 8249 "libc",
 8250 "windows-sys 0.59.0",
 8251]
 8252
 8253[[package]]
 8254name = "is-wsl"
 8255version = "0.4.0"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8258dependencies = [
 8259 "is-docker",
 8260 "once_cell",
 8261]
 8262
 8263[[package]]
 8264name = "is_terminal_polyfill"
 8265version = "1.70.1"
 8266source = "registry+https://github.com/rust-lang/crates.io-index"
 8267checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8268
 8269[[package]]
 8270name = "itertools"
 8271version = "0.10.5"
 8272source = "registry+https://github.com/rust-lang/crates.io-index"
 8273checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8274dependencies = [
 8275 "either",
 8276]
 8277
 8278[[package]]
 8279name = "itertools"
 8280version = "0.11.0"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8283dependencies = [
 8284 "either",
 8285]
 8286
 8287[[package]]
 8288name = "itertools"
 8289version = "0.12.1"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8292dependencies = [
 8293 "either",
 8294]
 8295
 8296[[package]]
 8297name = "itertools"
 8298version = "0.13.0"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8301dependencies = [
 8302 "either",
 8303]
 8304
 8305[[package]]
 8306name = "itertools"
 8307version = "0.14.0"
 8308source = "registry+https://github.com/rust-lang/crates.io-index"
 8309checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8310dependencies = [
 8311 "either",
 8312]
 8313
 8314[[package]]
 8315name = "itoa"
 8316version = "1.0.15"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8319
 8320[[package]]
 8321name = "jiff"
 8322version = "0.2.10"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8325dependencies = [
 8326 "jiff-static",
 8327 "jiff-tzdb-platform",
 8328 "log",
 8329 "portable-atomic",
 8330 "portable-atomic-util",
 8331 "serde",
 8332 "windows-sys 0.59.0",
 8333]
 8334
 8335[[package]]
 8336name = "jiff-static"
 8337version = "0.2.10"
 8338source = "registry+https://github.com/rust-lang/crates.io-index"
 8339checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8340dependencies = [
 8341 "proc-macro2",
 8342 "quote",
 8343 "syn 2.0.101",
 8344]
 8345
 8346[[package]]
 8347name = "jiff-tzdb"
 8348version = "0.1.4"
 8349source = "registry+https://github.com/rust-lang/crates.io-index"
 8350checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8351
 8352[[package]]
 8353name = "jiff-tzdb-platform"
 8354version = "0.1.3"
 8355source = "registry+https://github.com/rust-lang/crates.io-index"
 8356checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8357dependencies = [
 8358 "jiff-tzdb",
 8359]
 8360
 8361[[package]]
 8362name = "jj"
 8363version = "0.1.0"
 8364dependencies = [
 8365 "anyhow",
 8366 "gpui",
 8367 "jj-lib",
 8368 "workspace-hack",
 8369]
 8370
 8371[[package]]
 8372name = "jj-lib"
 8373version = "0.29.0"
 8374source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8375dependencies = [
 8376 "async-trait",
 8377 "blake2",
 8378 "bstr",
 8379 "chrono",
 8380 "clru",
 8381 "digest",
 8382 "dunce",
 8383 "either",
 8384 "futures 0.3.31",
 8385 "gix",
 8386 "glob",
 8387 "hashbrown 0.15.3",
 8388 "hex",
 8389 "ignore",
 8390 "indexmap",
 8391 "interim",
 8392 "itertools 0.14.0",
 8393 "jj-lib-proc-macros",
 8394 "maplit",
 8395 "once_cell",
 8396 "pest",
 8397 "pest_derive",
 8398 "pollster 0.4.0",
 8399 "prost 0.13.5",
 8400 "rand 0.8.5",
 8401 "rand_chacha 0.3.1",
 8402 "rayon",
 8403 "ref-cast",
 8404 "regex",
 8405 "rustix 1.0.7",
 8406 "same-file",
 8407 "serde",
 8408 "serde_json",
 8409 "smallvec",
 8410 "strsim",
 8411 "tempfile",
 8412 "thiserror 2.0.12",
 8413 "toml_edit",
 8414 "tracing",
 8415 "version_check",
 8416 "winreg 0.52.0",
 8417]
 8418
 8419[[package]]
 8420name = "jj-lib-proc-macros"
 8421version = "0.29.0"
 8422source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8423dependencies = [
 8424 "proc-macro2",
 8425 "quote",
 8426 "syn 2.0.101",
 8427]
 8428
 8429[[package]]
 8430name = "jj_ui"
 8431version = "0.1.0"
 8432dependencies = [
 8433 "command_palette_hooks",
 8434 "feature_flags",
 8435 "fuzzy",
 8436 "gpui",
 8437 "jj",
 8438 "picker",
 8439 "ui",
 8440 "util",
 8441 "workspace",
 8442 "workspace-hack",
 8443 "zed_actions",
 8444]
 8445
 8446[[package]]
 8447name = "jni"
 8448version = "0.21.1"
 8449source = "registry+https://github.com/rust-lang/crates.io-index"
 8450checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8451dependencies = [
 8452 "cesu8",
 8453 "cfg-if",
 8454 "combine",
 8455 "jni-sys",
 8456 "log",
 8457 "thiserror 1.0.69",
 8458 "walkdir",
 8459 "windows-sys 0.45.0",
 8460]
 8461
 8462[[package]]
 8463name = "jni-sys"
 8464version = "0.3.0"
 8465source = "registry+https://github.com/rust-lang/crates.io-index"
 8466checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8467
 8468[[package]]
 8469name = "jobserver"
 8470version = "0.1.33"
 8471source = "registry+https://github.com/rust-lang/crates.io-index"
 8472checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8473dependencies = [
 8474 "getrandom 0.3.2",
 8475 "libc",
 8476]
 8477
 8478[[package]]
 8479name = "journal"
 8480version = "0.1.0"
 8481dependencies = [
 8482 "anyhow",
 8483 "chrono",
 8484 "editor",
 8485 "gpui",
 8486 "log",
 8487 "schemars",
 8488 "serde",
 8489 "settings",
 8490 "shellexpand 2.1.2",
 8491 "workspace",
 8492 "workspace-hack",
 8493]
 8494
 8495[[package]]
 8496name = "jpeg-decoder"
 8497version = "0.3.1"
 8498source = "registry+https://github.com/rust-lang/crates.io-index"
 8499checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8500
 8501[[package]]
 8502name = "js-sys"
 8503version = "0.3.77"
 8504source = "registry+https://github.com/rust-lang/crates.io-index"
 8505checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8506dependencies = [
 8507 "once_cell",
 8508 "wasm-bindgen",
 8509]
 8510
 8511[[package]]
 8512name = "jsonschema"
 8513version = "0.30.0"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8516dependencies = [
 8517 "ahash 0.8.11",
 8518 "base64 0.22.1",
 8519 "bytecount",
 8520 "email_address",
 8521 "fancy-regex 0.14.0",
 8522 "fraction",
 8523 "idna",
 8524 "itoa",
 8525 "num-cmp",
 8526 "num-traits",
 8527 "once_cell",
 8528 "percent-encoding",
 8529 "referencing",
 8530 "regex",
 8531 "regex-syntax 0.8.5",
 8532 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8533 "serde",
 8534 "serde_json",
 8535 "uuid-simd",
 8536]
 8537
 8538[[package]]
 8539name = "jsonwebtoken"
 8540version = "9.3.1"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8543dependencies = [
 8544 "base64 0.22.1",
 8545 "js-sys",
 8546 "pem",
 8547 "ring",
 8548 "serde",
 8549 "serde_json",
 8550 "simple_asn1",
 8551]
 8552
 8553[[package]]
 8554name = "jupyter-protocol"
 8555version = "0.6.0"
 8556source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8557dependencies = [
 8558 "anyhow",
 8559 "async-trait",
 8560 "bytes 1.10.1",
 8561 "chrono",
 8562 "futures 0.3.31",
 8563 "serde",
 8564 "serde_json",
 8565 "uuid",
 8566]
 8567
 8568[[package]]
 8569name = "jupyter-websocket-client"
 8570version = "0.9.0"
 8571source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8572dependencies = [
 8573 "anyhow",
 8574 "async-trait",
 8575 "async-tungstenite",
 8576 "futures 0.3.31",
 8577 "jupyter-protocol",
 8578 "serde",
 8579 "serde_json",
 8580 "url",
 8581 "uuid",
 8582]
 8583
 8584[[package]]
 8585name = "khronos-egl"
 8586version = "6.0.0"
 8587source = "registry+https://github.com/rust-lang/crates.io-index"
 8588checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8589dependencies = [
 8590 "libc",
 8591 "libloading",
 8592]
 8593
 8594[[package]]
 8595name = "kqueue"
 8596version = "1.0.8"
 8597source = "registry+https://github.com/rust-lang/crates.io-index"
 8598checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8599dependencies = [
 8600 "kqueue-sys",
 8601 "libc",
 8602]
 8603
 8604[[package]]
 8605name = "kqueue-sys"
 8606version = "1.0.4"
 8607source = "registry+https://github.com/rust-lang/crates.io-index"
 8608checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8609dependencies = [
 8610 "bitflags 1.3.2",
 8611 "libc",
 8612]
 8613
 8614[[package]]
 8615name = "kstring"
 8616version = "2.0.2"
 8617source = "registry+https://github.com/rust-lang/crates.io-index"
 8618checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8619dependencies = [
 8620 "static_assertions",
 8621]
 8622
 8623[[package]]
 8624name = "kurbo"
 8625version = "0.11.1"
 8626source = "registry+https://github.com/rust-lang/crates.io-index"
 8627checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8628dependencies = [
 8629 "arrayvec",
 8630 "smallvec",
 8631]
 8632
 8633[[package]]
 8634name = "kv-log-macro"
 8635version = "1.0.7"
 8636source = "registry+https://github.com/rust-lang/crates.io-index"
 8637checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8638dependencies = [
 8639 "log",
 8640]
 8641
 8642[[package]]
 8643name = "language"
 8644version = "0.1.0"
 8645dependencies = [
 8646 "anyhow",
 8647 "async-trait",
 8648 "async-watch",
 8649 "clock",
 8650 "collections",
 8651 "ctor",
 8652 "ec4rs",
 8653 "env_logger 0.11.8",
 8654 "fs",
 8655 "futures 0.3.31",
 8656 "fuzzy",
 8657 "globset",
 8658 "gpui",
 8659 "http_client",
 8660 "imara-diff",
 8661 "indoc",
 8662 "itertools 0.14.0",
 8663 "log",
 8664 "lsp",
 8665 "parking_lot",
 8666 "postage",
 8667 "pretty_assertions",
 8668 "rand 0.8.5",
 8669 "regex",
 8670 "rpc",
 8671 "schemars",
 8672 "serde",
 8673 "serde_json",
 8674 "settings",
 8675 "smallvec",
 8676 "smol",
 8677 "streaming-iterator",
 8678 "strsim",
 8679 "sum_tree",
 8680 "task",
 8681 "text",
 8682 "theme",
 8683 "tree-sitter",
 8684 "tree-sitter-elixir",
 8685 "tree-sitter-embedded-template",
 8686 "tree-sitter-heex",
 8687 "tree-sitter-html",
 8688 "tree-sitter-json",
 8689 "tree-sitter-md",
 8690 "tree-sitter-python",
 8691 "tree-sitter-ruby",
 8692 "tree-sitter-rust",
 8693 "tree-sitter-typescript",
 8694 "unicase",
 8695 "unindent",
 8696 "util",
 8697 "workspace-hack",
 8698]
 8699
 8700[[package]]
 8701name = "language_extension"
 8702version = "0.1.0"
 8703dependencies = [
 8704 "anyhow",
 8705 "async-trait",
 8706 "collections",
 8707 "extension",
 8708 "fs",
 8709 "futures 0.3.31",
 8710 "gpui",
 8711 "language",
 8712 "lsp",
 8713 "serde",
 8714 "serde_json",
 8715 "util",
 8716 "workspace-hack",
 8717]
 8718
 8719[[package]]
 8720name = "language_model"
 8721version = "0.1.0"
 8722dependencies = [
 8723 "anthropic",
 8724 "anyhow",
 8725 "base64 0.22.1",
 8726 "client",
 8727 "collections",
 8728 "futures 0.3.31",
 8729 "google_ai",
 8730 "gpui",
 8731 "http_client",
 8732 "icons",
 8733 "image",
 8734 "open_ai",
 8735 "parking_lot",
 8736 "proto",
 8737 "schemars",
 8738 "serde",
 8739 "serde_json",
 8740 "smol",
 8741 "strum 0.27.1",
 8742 "telemetry_events",
 8743 "thiserror 2.0.12",
 8744 "util",
 8745 "workspace-hack",
 8746 "zed_llm_client",
 8747]
 8748
 8749[[package]]
 8750name = "language_model_selector"
 8751version = "0.1.0"
 8752dependencies = [
 8753 "collections",
 8754 "feature_flags",
 8755 "futures 0.3.31",
 8756 "fuzzy",
 8757 "gpui",
 8758 "language_model",
 8759 "log",
 8760 "ordered-float 2.10.1",
 8761 "picker",
 8762 "proto",
 8763 "ui",
 8764 "workspace-hack",
 8765 "zed_actions",
 8766]
 8767
 8768[[package]]
 8769name = "language_models"
 8770version = "0.1.0"
 8771dependencies = [
 8772 "anthropic",
 8773 "anyhow",
 8774 "aws-config",
 8775 "aws-credential-types",
 8776 "aws_http_client",
 8777 "bedrock",
 8778 "client",
 8779 "collections",
 8780 "copilot",
 8781 "credentials_provider",
 8782 "deepseek",
 8783 "editor",
 8784 "feature_flags",
 8785 "fs",
 8786 "futures 0.3.31",
 8787 "google_ai",
 8788 "gpui",
 8789 "gpui_tokio",
 8790 "http_client",
 8791 "language_model",
 8792 "lmstudio",
 8793 "log",
 8794 "menu",
 8795 "mistral",
 8796 "ollama",
 8797 "open_ai",
 8798 "partial-json-fixer",
 8799 "project",
 8800 "proto",
 8801 "release_channel",
 8802 "schemars",
 8803 "serde",
 8804 "serde_json",
 8805 "settings",
 8806 "smol",
 8807 "strum 0.27.1",
 8808 "theme",
 8809 "thiserror 2.0.12",
 8810 "tiktoken-rs",
 8811 "tokio",
 8812 "ui",
 8813 "util",
 8814 "workspace-hack",
 8815 "zed_llm_client",
 8816]
 8817
 8818[[package]]
 8819name = "language_selector"
 8820version = "0.1.0"
 8821dependencies = [
 8822 "anyhow",
 8823 "editor",
 8824 "file_finder",
 8825 "file_icons",
 8826 "fuzzy",
 8827 "gpui",
 8828 "language",
 8829 "picker",
 8830 "project",
 8831 "settings",
 8832 "ui",
 8833 "util",
 8834 "workspace",
 8835 "workspace-hack",
 8836]
 8837
 8838[[package]]
 8839name = "language_tools"
 8840version = "0.1.0"
 8841dependencies = [
 8842 "anyhow",
 8843 "client",
 8844 "collections",
 8845 "copilot",
 8846 "editor",
 8847 "env_logger 0.11.8",
 8848 "futures 0.3.31",
 8849 "gpui",
 8850 "itertools 0.14.0",
 8851 "language",
 8852 "lsp",
 8853 "project",
 8854 "release_channel",
 8855 "serde_json",
 8856 "settings",
 8857 "theme",
 8858 "tree-sitter",
 8859 "ui",
 8860 "util",
 8861 "workspace",
 8862 "workspace-hack",
 8863 "zed_actions",
 8864]
 8865
 8866[[package]]
 8867name = "languages"
 8868version = "0.1.0"
 8869dependencies = [
 8870 "anyhow",
 8871 "async-compression",
 8872 "async-tar",
 8873 "async-trait",
 8874 "collections",
 8875 "futures 0.3.31",
 8876 "gpui",
 8877 "http_client",
 8878 "language",
 8879 "log",
 8880 "lsp",
 8881 "node_runtime",
 8882 "parking_lot",
 8883 "paths",
 8884 "pet",
 8885 "pet-conda",
 8886 "pet-core",
 8887 "pet-fs",
 8888 "pet-poetry",
 8889 "pet-reporter",
 8890 "pretty_assertions",
 8891 "project",
 8892 "regex",
 8893 "rope",
 8894 "rust-embed",
 8895 "serde",
 8896 "serde_json",
 8897 "settings",
 8898 "smol",
 8899 "snippet_provider",
 8900 "task",
 8901 "text",
 8902 "theme",
 8903 "toml 0.8.20",
 8904 "tree-sitter",
 8905 "tree-sitter-bash",
 8906 "tree-sitter-c",
 8907 "tree-sitter-cpp",
 8908 "tree-sitter-css",
 8909 "tree-sitter-diff",
 8910 "tree-sitter-gitcommit",
 8911 "tree-sitter-go",
 8912 "tree-sitter-gomod",
 8913 "tree-sitter-gowork",
 8914 "tree-sitter-jsdoc",
 8915 "tree-sitter-json",
 8916 "tree-sitter-md",
 8917 "tree-sitter-python",
 8918 "tree-sitter-regex",
 8919 "tree-sitter-rust",
 8920 "tree-sitter-typescript",
 8921 "tree-sitter-yaml",
 8922 "unindent",
 8923 "util",
 8924 "workspace",
 8925 "workspace-hack",
 8926]
 8927
 8928[[package]]
 8929name = "lazy_static"
 8930version = "1.5.0"
 8931source = "registry+https://github.com/rust-lang/crates.io-index"
 8932checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8933dependencies = [
 8934 "spin",
 8935]
 8936
 8937[[package]]
 8938name = "lazycell"
 8939version = "1.3.0"
 8940source = "registry+https://github.com/rust-lang/crates.io-index"
 8941checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8942
 8943[[package]]
 8944name = "leak"
 8945version = "0.1.2"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8948
 8949[[package]]
 8950name = "leaky-cow"
 8951version = "0.1.1"
 8952source = "registry+https://github.com/rust-lang/crates.io-index"
 8953checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8954dependencies = [
 8955 "leak",
 8956]
 8957
 8958[[package]]
 8959name = "leb128"
 8960version = "0.2.5"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8963
 8964[[package]]
 8965name = "leb128fmt"
 8966version = "0.1.0"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8969
 8970[[package]]
 8971name = "lebe"
 8972version = "0.5.2"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8975
 8976[[package]]
 8977name = "libc"
 8978version = "0.2.172"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8981
 8982[[package]]
 8983name = "libdbus-sys"
 8984version = "0.2.5"
 8985source = "registry+https://github.com/rust-lang/crates.io-index"
 8986checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 8987dependencies = [
 8988 "cc",
 8989 "pkg-config",
 8990]
 8991
 8992[[package]]
 8993name = "libfuzzer-sys"
 8994version = "0.4.9"
 8995source = "registry+https://github.com/rust-lang/crates.io-index"
 8996checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 8997dependencies = [
 8998 "arbitrary",
 8999 "cc",
 9000]
 9001
 9002[[package]]
 9003name = "libgit2-sys"
 9004version = "0.18.1+1.9.0"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9007dependencies = [
 9008 "cc",
 9009 "libc",
 9010 "libz-sys",
 9011 "pkg-config",
 9012]
 9013
 9014[[package]]
 9015name = "libloading"
 9016version = "0.8.6"
 9017source = "registry+https://github.com/rust-lang/crates.io-index"
 9018checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9019dependencies = [
 9020 "cfg-if",
 9021 "windows-targets 0.52.6",
 9022]
 9023
 9024[[package]]
 9025name = "libm"
 9026version = "0.2.11"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9029
 9030[[package]]
 9031name = "libmimalloc-sys"
 9032version = "0.1.42"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9035dependencies = [
 9036 "cc",
 9037 "libc",
 9038]
 9039
 9040[[package]]
 9041name = "libredox"
 9042version = "0.1.3"
 9043source = "registry+https://github.com/rust-lang/crates.io-index"
 9044checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9045dependencies = [
 9046 "bitflags 2.9.0",
 9047 "libc",
 9048 "redox_syscall 0.5.11",
 9049]
 9050
 9051[[package]]
 9052name = "libsqlite3-sys"
 9053version = "0.30.1"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9056dependencies = [
 9057 "cc",
 9058 "pkg-config",
 9059 "vcpkg",
 9060]
 9061
 9062[[package]]
 9063name = "libwebrtc"
 9064version = "0.3.10"
 9065source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9066dependencies = [
 9067 "cxx",
 9068 "jni",
 9069 "js-sys",
 9070 "lazy_static",
 9071 "livekit-protocol",
 9072 "livekit-runtime",
 9073 "log",
 9074 "parking_lot",
 9075 "serde",
 9076 "serde_json",
 9077 "thiserror 1.0.69",
 9078 "tokio",
 9079 "wasm-bindgen",
 9080 "wasm-bindgen-futures",
 9081 "web-sys",
 9082 "webrtc-sys",
 9083]
 9084
 9085[[package]]
 9086name = "libz-rs-sys"
 9087version = "0.5.0"
 9088source = "registry+https://github.com/rust-lang/crates.io-index"
 9089checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9090dependencies = [
 9091 "zlib-rs",
 9092]
 9093
 9094[[package]]
 9095name = "libz-sys"
 9096version = "1.1.22"
 9097source = "registry+https://github.com/rust-lang/crates.io-index"
 9098checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9099dependencies = [
 9100 "cc",
 9101 "libc",
 9102 "pkg-config",
 9103 "vcpkg",
 9104]
 9105
 9106[[package]]
 9107name = "link-cplusplus"
 9108version = "1.0.10"
 9109source = "registry+https://github.com/rust-lang/crates.io-index"
 9110checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9111dependencies = [
 9112 "cc",
 9113]
 9114
 9115[[package]]
 9116name = "linkify"
 9117version = "0.10.0"
 9118source = "registry+https://github.com/rust-lang/crates.io-index"
 9119checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9120dependencies = [
 9121 "memchr",
 9122]
 9123
 9124[[package]]
 9125name = "linux-raw-sys"
 9126version = "0.4.15"
 9127source = "registry+https://github.com/rust-lang/crates.io-index"
 9128checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9129
 9130[[package]]
 9131name = "linux-raw-sys"
 9132version = "0.9.4"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9135
 9136[[package]]
 9137name = "litemap"
 9138version = "0.7.5"
 9139source = "registry+https://github.com/rust-lang/crates.io-index"
 9140checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9141
 9142[[package]]
 9143name = "livekit"
 9144version = "0.7.8"
 9145source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9146dependencies = [
 9147 "chrono",
 9148 "futures-util",
 9149 "lazy_static",
 9150 "libloading",
 9151 "libwebrtc",
 9152 "livekit-api",
 9153 "livekit-protocol",
 9154 "livekit-runtime",
 9155 "log",
 9156 "parking_lot",
 9157 "prost 0.12.6",
 9158 "semver",
 9159 "serde",
 9160 "serde_json",
 9161 "thiserror 1.0.69",
 9162 "tokio",
 9163]
 9164
 9165[[package]]
 9166name = "livekit-api"
 9167version = "0.4.2"
 9168source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9169dependencies = [
 9170 "futures-util",
 9171 "http 0.2.12",
 9172 "livekit-protocol",
 9173 "livekit-runtime",
 9174 "log",
 9175 "parking_lot",
 9176 "pbjson-types",
 9177 "prost 0.12.6",
 9178 "rand 0.9.1",
 9179 "reqwest 0.11.27",
 9180 "scopeguard",
 9181 "serde",
 9182 "sha2",
 9183 "thiserror 1.0.69",
 9184 "tokio",
 9185 "tokio-tungstenite 0.26.2",
 9186 "url",
 9187]
 9188
 9189[[package]]
 9190name = "livekit-protocol"
 9191version = "0.3.9"
 9192source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9193dependencies = [
 9194 "futures-util",
 9195 "livekit-runtime",
 9196 "parking_lot",
 9197 "pbjson",
 9198 "pbjson-types",
 9199 "prost 0.12.6",
 9200 "prost-types 0.12.6",
 9201 "serde",
 9202 "thiserror 1.0.69",
 9203 "tokio",
 9204]
 9205
 9206[[package]]
 9207name = "livekit-runtime"
 9208version = "0.4.0"
 9209source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9210dependencies = [
 9211 "tokio",
 9212 "tokio-stream",
 9213]
 9214
 9215[[package]]
 9216name = "livekit_api"
 9217version = "0.1.0"
 9218dependencies = [
 9219 "anyhow",
 9220 "async-trait",
 9221 "jsonwebtoken",
 9222 "log",
 9223 "prost 0.9.0",
 9224 "prost-build 0.9.0",
 9225 "prost-types 0.9.0",
 9226 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9227 "serde",
 9228 "workspace-hack",
 9229]
 9230
 9231[[package]]
 9232name = "livekit_client"
 9233version = "0.1.0"
 9234dependencies = [
 9235 "anyhow",
 9236 "async-trait",
 9237 "collections",
 9238 "core-foundation 0.10.0",
 9239 "core-video",
 9240 "coreaudio-rs 0.12.1",
 9241 "cpal",
 9242 "futures 0.3.31",
 9243 "gpui",
 9244 "gpui_tokio",
 9245 "http_client_tls",
 9246 "image",
 9247 "libwebrtc",
 9248 "livekit",
 9249 "livekit_api",
 9250 "log",
 9251 "nanoid",
 9252 "objc",
 9253 "parking_lot",
 9254 "postage",
 9255 "scap",
 9256 "serde",
 9257 "serde_json",
 9258 "sha2",
 9259 "simplelog",
 9260 "smallvec",
 9261 "tokio-tungstenite 0.26.2",
 9262 "util",
 9263 "workspace-hack",
 9264]
 9265
 9266[[package]]
 9267name = "lmdb-master-sys"
 9268version = "0.2.5"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9271dependencies = [
 9272 "cc",
 9273 "doxygen-rs",
 9274 "libc",
 9275]
 9276
 9277[[package]]
 9278name = "lmstudio"
 9279version = "0.1.0"
 9280dependencies = [
 9281 "anyhow",
 9282 "futures 0.3.31",
 9283 "http_client",
 9284 "schemars",
 9285 "serde",
 9286 "serde_json",
 9287 "workspace-hack",
 9288]
 9289
 9290[[package]]
 9291name = "lock_api"
 9292version = "0.4.12"
 9293source = "registry+https://github.com/rust-lang/crates.io-index"
 9294checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9295dependencies = [
 9296 "autocfg",
 9297 "scopeguard",
 9298]
 9299
 9300[[package]]
 9301name = "log"
 9302version = "0.4.27"
 9303source = "registry+https://github.com/rust-lang/crates.io-index"
 9304checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9305dependencies = [
 9306 "serde",
 9307 "value-bag",
 9308]
 9309
 9310[[package]]
 9311name = "logos"
 9312version = "0.15.0"
 9313source = "registry+https://github.com/rust-lang/crates.io-index"
 9314checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9315dependencies = [
 9316 "logos-derive",
 9317]
 9318
 9319[[package]]
 9320name = "logos-codegen"
 9321version = "0.15.0"
 9322source = "registry+https://github.com/rust-lang/crates.io-index"
 9323checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9324dependencies = [
 9325 "beef",
 9326 "fnv",
 9327 "lazy_static",
 9328 "proc-macro2",
 9329 "quote",
 9330 "regex-syntax 0.8.5",
 9331 "rustc_version",
 9332 "syn 2.0.101",
 9333]
 9334
 9335[[package]]
 9336name = "logos-derive"
 9337version = "0.15.0"
 9338source = "registry+https://github.com/rust-lang/crates.io-index"
 9339checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9340dependencies = [
 9341 "logos-codegen",
 9342]
 9343
 9344[[package]]
 9345name = "loop9"
 9346version = "0.1.5"
 9347source = "registry+https://github.com/rust-lang/crates.io-index"
 9348checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9349dependencies = [
 9350 "imgref",
 9351]
 9352
 9353[[package]]
 9354name = "lru"
 9355version = "0.12.5"
 9356source = "registry+https://github.com/rust-lang/crates.io-index"
 9357checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9358dependencies = [
 9359 "hashbrown 0.15.3",
 9360]
 9361
 9362[[package]]
 9363name = "lsp"
 9364version = "0.1.0"
 9365dependencies = [
 9366 "anyhow",
 9367 "async-pipe",
 9368 "collections",
 9369 "ctor",
 9370 "env_logger 0.11.8",
 9371 "futures 0.3.31",
 9372 "gpui",
 9373 "log",
 9374 "lsp-types",
 9375 "parking_lot",
 9376 "postage",
 9377 "release_channel",
 9378 "schemars",
 9379 "serde",
 9380 "serde_json",
 9381 "smol",
 9382 "util",
 9383 "workspace-hack",
 9384]
 9385
 9386[[package]]
 9387name = "lsp-types"
 9388version = "0.95.1"
 9389source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9390dependencies = [
 9391 "bitflags 1.3.2",
 9392 "serde",
 9393 "serde_json",
 9394 "serde_repr",
 9395 "url",
 9396]
 9397
 9398[[package]]
 9399name = "lyon"
 9400version = "1.0.1"
 9401source = "registry+https://github.com/rust-lang/crates.io-index"
 9402checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9403dependencies = [
 9404 "lyon_algorithms",
 9405 "lyon_extra",
 9406 "lyon_tessellation",
 9407]
 9408
 9409[[package]]
 9410name = "lyon_algorithms"
 9411version = "1.0.5"
 9412source = "registry+https://github.com/rust-lang/crates.io-index"
 9413checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9414dependencies = [
 9415 "lyon_path",
 9416 "num-traits",
 9417]
 9418
 9419[[package]]
 9420name = "lyon_extra"
 9421version = "1.0.3"
 9422source = "registry+https://github.com/rust-lang/crates.io-index"
 9423checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9424dependencies = [
 9425 "lyon_path",
 9426 "thiserror 1.0.69",
 9427]
 9428
 9429[[package]]
 9430name = "lyon_geom"
 9431version = "1.0.6"
 9432source = "registry+https://github.com/rust-lang/crates.io-index"
 9433checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9434dependencies = [
 9435 "arrayvec",
 9436 "euclid",
 9437 "num-traits",
 9438]
 9439
 9440[[package]]
 9441name = "lyon_path"
 9442version = "1.0.7"
 9443source = "registry+https://github.com/rust-lang/crates.io-index"
 9444checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9445dependencies = [
 9446 "lyon_geom",
 9447 "num-traits",
 9448]
 9449
 9450[[package]]
 9451name = "lyon_tessellation"
 9452version = "1.0.15"
 9453source = "registry+https://github.com/rust-lang/crates.io-index"
 9454checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9455dependencies = [
 9456 "float_next_after",
 9457 "lyon_path",
 9458 "num-traits",
 9459]
 9460
 9461[[package]]
 9462name = "mac"
 9463version = "0.1.1"
 9464source = "registry+https://github.com/rust-lang/crates.io-index"
 9465checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9466
 9467[[package]]
 9468name = "mach2"
 9469version = "0.4.2"
 9470source = "registry+https://github.com/rust-lang/crates.io-index"
 9471checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9472dependencies = [
 9473 "libc",
 9474]
 9475
 9476[[package]]
 9477name = "malloc_buf"
 9478version = "0.0.6"
 9479source = "registry+https://github.com/rust-lang/crates.io-index"
 9480checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9481dependencies = [
 9482 "libc",
 9483]
 9484
 9485[[package]]
 9486name = "maplit"
 9487version = "1.0.2"
 9488source = "registry+https://github.com/rust-lang/crates.io-index"
 9489checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9490
 9491[[package]]
 9492name = "markdown"
 9493version = "0.1.0"
 9494dependencies = [
 9495 "anyhow",
 9496 "assets",
 9497 "base64 0.22.1",
 9498 "env_logger 0.11.8",
 9499 "gpui",
 9500 "language",
 9501 "languages",
 9502 "linkify",
 9503 "log",
 9504 "node_runtime",
 9505 "pulldown-cmark 0.12.2",
 9506 "settings",
 9507 "sum_tree",
 9508 "theme",
 9509 "ui",
 9510 "util",
 9511 "workspace-hack",
 9512]
 9513
 9514[[package]]
 9515name = "markdown_preview"
 9516version = "0.1.0"
 9517dependencies = [
 9518 "anyhow",
 9519 "async-recursion 1.1.1",
 9520 "collections",
 9521 "editor",
 9522 "gpui",
 9523 "language",
 9524 "linkify",
 9525 "log",
 9526 "pretty_assertions",
 9527 "pulldown-cmark 0.12.2",
 9528 "settings",
 9529 "theme",
 9530 "ui",
 9531 "util",
 9532 "workspace",
 9533 "workspace-hack",
 9534]
 9535
 9536[[package]]
 9537name = "markup5ever"
 9538version = "0.12.1"
 9539source = "registry+https://github.com/rust-lang/crates.io-index"
 9540checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9541dependencies = [
 9542 "log",
 9543 "phf",
 9544 "phf_codegen",
 9545 "string_cache",
 9546 "string_cache_codegen",
 9547 "tendril",
 9548]
 9549
 9550[[package]]
 9551name = "markup5ever"
 9552version = "0.16.1"
 9553source = "registry+https://github.com/rust-lang/crates.io-index"
 9554checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9555dependencies = [
 9556 "log",
 9557 "tendril",
 9558 "web_atoms",
 9559]
 9560
 9561[[package]]
 9562name = "markup5ever_rcdom"
 9563version = "0.3.0"
 9564source = "registry+https://github.com/rust-lang/crates.io-index"
 9565checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9566dependencies = [
 9567 "html5ever 0.27.0",
 9568 "markup5ever 0.12.1",
 9569 "tendril",
 9570 "xml5ever",
 9571]
 9572
 9573[[package]]
 9574name = "match_token"
 9575version = "0.1.0"
 9576source = "registry+https://github.com/rust-lang/crates.io-index"
 9577checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9578dependencies = [
 9579 "proc-macro2",
 9580 "quote",
 9581 "syn 2.0.101",
 9582]
 9583
 9584[[package]]
 9585name = "matchers"
 9586version = "0.1.0"
 9587source = "registry+https://github.com/rust-lang/crates.io-index"
 9588checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9589dependencies = [
 9590 "regex-automata 0.1.10",
 9591]
 9592
 9593[[package]]
 9594name = "matchit"
 9595version = "0.7.3"
 9596source = "registry+https://github.com/rust-lang/crates.io-index"
 9597checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9598
 9599[[package]]
 9600name = "maybe-async"
 9601version = "0.2.10"
 9602source = "registry+https://github.com/rust-lang/crates.io-index"
 9603checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9604dependencies = [
 9605 "proc-macro2",
 9606 "quote",
 9607 "syn 2.0.101",
 9608]
 9609
 9610[[package]]
 9611name = "maybe-owned"
 9612version = "0.3.4"
 9613source = "registry+https://github.com/rust-lang/crates.io-index"
 9614checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9615
 9616[[package]]
 9617name = "maybe-rayon"
 9618version = "0.1.1"
 9619source = "registry+https://github.com/rust-lang/crates.io-index"
 9620checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9621dependencies = [
 9622 "cfg-if",
 9623 "rayon",
 9624]
 9625
 9626[[package]]
 9627name = "md-5"
 9628version = "0.10.6"
 9629source = "registry+https://github.com/rust-lang/crates.io-index"
 9630checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9631dependencies = [
 9632 "cfg-if",
 9633 "digest",
 9634]
 9635
 9636[[package]]
 9637name = "mdbook"
 9638version = "0.4.48"
 9639source = "registry+https://github.com/rust-lang/crates.io-index"
 9640checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9641dependencies = [
 9642 "ammonia",
 9643 "anyhow",
 9644 "chrono",
 9645 "clap",
 9646 "clap_complete",
 9647 "elasticlunr-rs",
 9648 "env_logger 0.11.8",
 9649 "futures-util",
 9650 "handlebars 6.3.2",
 9651 "hex",
 9652 "ignore",
 9653 "log",
 9654 "memchr",
 9655 "notify",
 9656 "notify-debouncer-mini",
 9657 "once_cell",
 9658 "opener",
 9659 "pathdiff",
 9660 "pulldown-cmark 0.10.3",
 9661 "regex",
 9662 "serde",
 9663 "serde_json",
 9664 "sha2",
 9665 "shlex",
 9666 "tempfile",
 9667 "tokio",
 9668 "toml 0.5.11",
 9669 "topological-sort",
 9670 "walkdir",
 9671 "warp",
 9672]
 9673
 9674[[package]]
 9675name = "media"
 9676version = "0.1.0"
 9677dependencies = [
 9678 "anyhow",
 9679 "bindgen 0.71.1",
 9680 "core-foundation 0.10.0",
 9681 "core-video",
 9682 "ctor",
 9683 "foreign-types 0.5.0",
 9684 "metal",
 9685 "objc",
 9686 "workspace-hack",
 9687]
 9688
 9689[[package]]
 9690name = "memchr"
 9691version = "2.7.4"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9694
 9695[[package]]
 9696name = "memfd"
 9697version = "0.6.4"
 9698source = "registry+https://github.com/rust-lang/crates.io-index"
 9699checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9700dependencies = [
 9701 "rustix 0.38.44",
 9702]
 9703
 9704[[package]]
 9705name = "memmap2"
 9706version = "0.9.5"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9709dependencies = [
 9710 "libc",
 9711]
 9712
 9713[[package]]
 9714name = "memoffset"
 9715version = "0.9.1"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9718dependencies = [
 9719 "autocfg",
 9720]
 9721
 9722[[package]]
 9723name = "menu"
 9724version = "0.1.0"
 9725dependencies = [
 9726 "gpui",
 9727 "workspace-hack",
 9728]
 9729
 9730[[package]]
 9731name = "metal"
 9732version = "0.29.0"
 9733source = "registry+https://github.com/rust-lang/crates.io-index"
 9734checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9735dependencies = [
 9736 "bitflags 2.9.0",
 9737 "block",
 9738 "core-graphics-types 0.1.3",
 9739 "foreign-types 0.5.0",
 9740 "log",
 9741 "objc",
 9742 "paste",
 9743]
 9744
 9745[[package]]
 9746name = "migrator"
 9747version = "0.1.0"
 9748dependencies = [
 9749 "anyhow",
 9750 "collections",
 9751 "convert_case 0.8.0",
 9752 "log",
 9753 "pretty_assertions",
 9754 "streaming-iterator",
 9755 "tree-sitter",
 9756 "tree-sitter-json",
 9757 "workspace-hack",
 9758]
 9759
 9760[[package]]
 9761name = "mimalloc"
 9762version = "0.1.46"
 9763source = "registry+https://github.com/rust-lang/crates.io-index"
 9764checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9765dependencies = [
 9766 "libmimalloc-sys",
 9767]
 9768
 9769[[package]]
 9770name = "mime"
 9771version = "0.3.17"
 9772source = "registry+https://github.com/rust-lang/crates.io-index"
 9773checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9774
 9775[[package]]
 9776name = "mime_guess"
 9777version = "2.0.5"
 9778source = "registry+https://github.com/rust-lang/crates.io-index"
 9779checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9780dependencies = [
 9781 "mime",
 9782 "unicase",
 9783]
 9784
 9785[[package]]
 9786name = "minimal-lexical"
 9787version = "0.2.1"
 9788source = "registry+https://github.com/rust-lang/crates.io-index"
 9789checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9790
 9791[[package]]
 9792name = "miniz_oxide"
 9793version = "0.8.8"
 9794source = "registry+https://github.com/rust-lang/crates.io-index"
 9795checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9796dependencies = [
 9797 "adler2",
 9798 "simd-adler32",
 9799]
 9800
 9801[[package]]
 9802name = "mint"
 9803version = "0.5.9"
 9804source = "registry+https://github.com/rust-lang/crates.io-index"
 9805checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9806
 9807[[package]]
 9808name = "mio"
 9809version = "1.0.3"
 9810source = "registry+https://github.com/rust-lang/crates.io-index"
 9811checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9812dependencies = [
 9813 "libc",
 9814 "log",
 9815 "wasi 0.11.0+wasi-snapshot-preview1",
 9816 "windows-sys 0.52.0",
 9817]
 9818
 9819[[package]]
 9820name = "miow"
 9821version = "0.6.0"
 9822source = "registry+https://github.com/rust-lang/crates.io-index"
 9823checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9824dependencies = [
 9825 "windows-sys 0.48.0",
 9826]
 9827
 9828[[package]]
 9829name = "mistral"
 9830version = "0.1.0"
 9831dependencies = [
 9832 "anyhow",
 9833 "futures 0.3.31",
 9834 "http_client",
 9835 "schemars",
 9836 "serde",
 9837 "serde_json",
 9838 "strum 0.27.1",
 9839 "workspace-hack",
 9840]
 9841
 9842[[package]]
 9843name = "msvc_spectre_libs"
 9844version = "0.1.3"
 9845source = "registry+https://github.com/rust-lang/crates.io-index"
 9846checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9847dependencies = [
 9848 "cc",
 9849]
 9850
 9851[[package]]
 9852name = "multi_buffer"
 9853version = "0.1.0"
 9854dependencies = [
 9855 "anyhow",
 9856 "buffer_diff",
 9857 "clock",
 9858 "collections",
 9859 "ctor",
 9860 "env_logger 0.11.8",
 9861 "gpui",
 9862 "indoc",
 9863 "itertools 0.14.0",
 9864 "language",
 9865 "log",
 9866 "parking_lot",
 9867 "pretty_assertions",
 9868 "project",
 9869 "rand 0.8.5",
 9870 "rope",
 9871 "serde",
 9872 "settings",
 9873 "smallvec",
 9874 "smol",
 9875 "sum_tree",
 9876 "text",
 9877 "theme",
 9878 "tree-sitter",
 9879 "util",
 9880 "workspace-hack",
 9881]
 9882
 9883[[package]]
 9884name = "multimap"
 9885version = "0.8.3"
 9886source = "registry+https://github.com/rust-lang/crates.io-index"
 9887checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9888
 9889[[package]]
 9890name = "multimap"
 9891version = "0.10.0"
 9892source = "registry+https://github.com/rust-lang/crates.io-index"
 9893checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9894
 9895[[package]]
 9896name = "naga"
 9897version = "25.0.1"
 9898source = "registry+https://github.com/rust-lang/crates.io-index"
 9899checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9900dependencies = [
 9901 "arrayvec",
 9902 "bit-set 0.8.0",
 9903 "bitflags 2.9.0",
 9904 "cfg_aliases 0.2.1",
 9905 "codespan-reporting 0.12.0",
 9906 "half",
 9907 "hashbrown 0.15.3",
 9908 "hexf-parse",
 9909 "indexmap",
 9910 "log",
 9911 "num-traits",
 9912 "once_cell",
 9913 "rustc-hash 1.1.0",
 9914 "spirv",
 9915 "strum 0.26.3",
 9916 "thiserror 2.0.12",
 9917 "unicode-ident",
 9918]
 9919
 9920[[package]]
 9921name = "nanoid"
 9922version = "0.4.0"
 9923source = "registry+https://github.com/rust-lang/crates.io-index"
 9924checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9925dependencies = [
 9926 "rand 0.8.5",
 9927]
 9928
 9929[[package]]
 9930name = "nanorand"
 9931version = "0.7.0"
 9932source = "registry+https://github.com/rust-lang/crates.io-index"
 9933checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9934dependencies = [
 9935 "getrandom 0.2.15",
 9936]
 9937
 9938[[package]]
 9939name = "native-tls"
 9940version = "0.2.14"
 9941source = "registry+https://github.com/rust-lang/crates.io-index"
 9942checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9943dependencies = [
 9944 "libc",
 9945 "log",
 9946 "openssl",
 9947 "openssl-probe",
 9948 "openssl-sys",
 9949 "schannel",
 9950 "security-framework 2.11.1",
 9951 "security-framework-sys",
 9952 "tempfile",
 9953]
 9954
 9955[[package]]
 9956name = "nbformat"
 9957version = "0.10.0"
 9958source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 9959dependencies = [
 9960 "anyhow",
 9961 "chrono",
 9962 "jupyter-protocol",
 9963 "serde",
 9964 "serde_json",
 9965 "thiserror 1.0.69",
 9966 "uuid",
 9967]
 9968
 9969[[package]]
 9970name = "ndk"
 9971version = "0.8.0"
 9972source = "registry+https://github.com/rust-lang/crates.io-index"
 9973checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 9974dependencies = [
 9975 "bitflags 2.9.0",
 9976 "jni-sys",
 9977 "log",
 9978 "ndk-sys",
 9979 "num_enum",
 9980 "thiserror 1.0.69",
 9981]
 9982
 9983[[package]]
 9984name = "ndk-context"
 9985version = "0.1.1"
 9986source = "registry+https://github.com/rust-lang/crates.io-index"
 9987checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 9988
 9989[[package]]
 9990name = "ndk-sys"
 9991version = "0.5.0+25.2.9519653"
 9992source = "registry+https://github.com/rust-lang/crates.io-index"
 9993checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 9994dependencies = [
 9995 "jni-sys",
 9996]
 9997
 9998[[package]]
 9999name = "new_debug_unreachable"
10000version = "1.0.6"
10001source = "registry+https://github.com/rust-lang/crates.io-index"
10002checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10003
10004[[package]]
10005name = "nix"
10006version = "0.28.0"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10009dependencies = [
10010 "bitflags 2.9.0",
10011 "cfg-if",
10012 "cfg_aliases 0.1.1",
10013 "libc",
10014]
10015
10016[[package]]
10017name = "nix"
10018version = "0.29.0"
10019source = "registry+https://github.com/rust-lang/crates.io-index"
10020checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10021dependencies = [
10022 "bitflags 2.9.0",
10023 "cfg-if",
10024 "cfg_aliases 0.2.1",
10025 "libc",
10026 "memoffset",
10027]
10028
10029[[package]]
10030name = "node_runtime"
10031version = "0.1.0"
10032dependencies = [
10033 "anyhow",
10034 "async-compression",
10035 "async-std",
10036 "async-tar",
10037 "async-trait",
10038 "async-watch",
10039 "async_zip",
10040 "futures 0.3.31",
10041 "http_client",
10042 "log",
10043 "paths",
10044 "semver",
10045 "serde",
10046 "serde_json",
10047 "smol",
10048 "tempfile",
10049 "util",
10050 "walkdir",
10051 "which 6.0.3",
10052 "workspace-hack",
10053]
10054
10055[[package]]
10056name = "nom"
10057version = "7.1.3"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10060dependencies = [
10061 "memchr",
10062 "minimal-lexical",
10063]
10064
10065[[package]]
10066name = "noop_proc_macro"
10067version = "0.3.0"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10070
10071[[package]]
10072name = "normpath"
10073version = "1.3.0"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10076dependencies = [
10077 "windows-sys 0.59.0",
10078]
10079
10080[[package]]
10081name = "notifications"
10082version = "0.1.0"
10083dependencies = [
10084 "anyhow",
10085 "channel",
10086 "client",
10087 "collections",
10088 "component",
10089 "db",
10090 "gpui",
10091 "rpc",
10092 "settings",
10093 "sum_tree",
10094 "time",
10095 "ui",
10096 "util",
10097 "workspace",
10098 "workspace-hack",
10099]
10100
10101[[package]]
10102name = "notify"
10103version = "8.0.0"
10104source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10105dependencies = [
10106 "bitflags 2.9.0",
10107 "filetime",
10108 "fsevent-sys 4.1.0",
10109 "inotify",
10110 "kqueue",
10111 "libc",
10112 "log",
10113 "mio",
10114 "notify-types",
10115 "walkdir",
10116 "windows-sys 0.59.0",
10117]
10118
10119[[package]]
10120name = "notify-debouncer-mini"
10121version = "0.6.0"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10124dependencies = [
10125 "log",
10126 "notify",
10127 "notify-types",
10128 "tempfile",
10129]
10130
10131[[package]]
10132name = "notify-types"
10133version = "2.0.0"
10134source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10135
10136[[package]]
10137name = "ntapi"
10138version = "0.4.1"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10141dependencies = [
10142 "winapi",
10143]
10144
10145[[package]]
10146name = "nu-ansi-term"
10147version = "0.46.0"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10150dependencies = [
10151 "overload",
10152 "winapi",
10153]
10154
10155[[package]]
10156name = "num"
10157version = "0.4.3"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10160dependencies = [
10161 "num-bigint",
10162 "num-complex",
10163 "num-integer",
10164 "num-iter",
10165 "num-rational",
10166 "num-traits",
10167]
10168
10169[[package]]
10170name = "num-bigint"
10171version = "0.4.6"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10174dependencies = [
10175 "num-integer",
10176 "num-traits",
10177]
10178
10179[[package]]
10180name = "num-bigint-dig"
10181version = "0.8.4"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10184dependencies = [
10185 "byteorder",
10186 "lazy_static",
10187 "libm",
10188 "num-integer",
10189 "num-iter",
10190 "num-traits",
10191 "rand 0.8.5",
10192 "serde",
10193 "smallvec",
10194 "zeroize",
10195]
10196
10197[[package]]
10198name = "num-cmp"
10199version = "0.1.0"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10202
10203[[package]]
10204name = "num-complex"
10205version = "0.4.6"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10208dependencies = [
10209 "num-traits",
10210]
10211
10212[[package]]
10213name = "num-conv"
10214version = "0.1.0"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10217
10218[[package]]
10219name = "num-derive"
10220version = "0.4.2"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10223dependencies = [
10224 "proc-macro2",
10225 "quote",
10226 "syn 2.0.101",
10227]
10228
10229[[package]]
10230name = "num-format"
10231version = "0.4.4"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10234dependencies = [
10235 "arrayvec",
10236 "itoa",
10237]
10238
10239[[package]]
10240name = "num-integer"
10241version = "0.1.46"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10244dependencies = [
10245 "num-traits",
10246]
10247
10248[[package]]
10249name = "num-iter"
10250version = "0.1.45"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10253dependencies = [
10254 "autocfg",
10255 "num-integer",
10256 "num-traits",
10257]
10258
10259[[package]]
10260name = "num-modular"
10261version = "0.6.1"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10264
10265[[package]]
10266name = "num-order"
10267version = "1.2.0"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10270dependencies = [
10271 "num-modular",
10272]
10273
10274[[package]]
10275name = "num-rational"
10276version = "0.4.2"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10279dependencies = [
10280 "num-bigint",
10281 "num-integer",
10282 "num-traits",
10283]
10284
10285[[package]]
10286name = "num-traits"
10287version = "0.2.19"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10290dependencies = [
10291 "autocfg",
10292 "libm",
10293]
10294
10295[[package]]
10296name = "num_cpus"
10297version = "1.16.0"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10300dependencies = [
10301 "hermit-abi 0.3.9",
10302 "libc",
10303]
10304
10305[[package]]
10306name = "num_enum"
10307version = "0.7.3"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10310dependencies = [
10311 "num_enum_derive",
10312]
10313
10314[[package]]
10315name = "num_enum_derive"
10316version = "0.7.3"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10319dependencies = [
10320 "proc-macro-crate",
10321 "proc-macro2",
10322 "quote",
10323 "syn 2.0.101",
10324]
10325
10326[[package]]
10327name = "num_threads"
10328version = "0.1.7"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10331dependencies = [
10332 "libc",
10333]
10334
10335[[package]]
10336name = "nvim-rs"
10337version = "0.9.2"
10338source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10339dependencies = [
10340 "async-trait",
10341 "futures 0.3.31",
10342 "log",
10343 "rmp",
10344 "rmpv",
10345 "tokio",
10346 "tokio-util",
10347]
10348
10349[[package]]
10350name = "objc"
10351version = "0.2.7"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10354dependencies = [
10355 "malloc_buf",
10356 "objc_exception",
10357]
10358
10359[[package]]
10360name = "objc-foundation"
10361version = "0.1.1"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10364dependencies = [
10365 "block",
10366 "objc",
10367 "objc_id",
10368]
10369
10370[[package]]
10371name = "objc2"
10372version = "0.6.1"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10375dependencies = [
10376 "objc2-encode",
10377]
10378
10379[[package]]
10380name = "objc2-app-kit"
10381version = "0.3.1"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10384dependencies = [
10385 "bitflags 2.9.0",
10386 "objc2",
10387 "objc2-core-foundation",
10388 "objc2-foundation",
10389 "objc2-quartz-core",
10390]
10391
10392[[package]]
10393name = "objc2-core-foundation"
10394version = "0.3.1"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10397dependencies = [
10398 "bitflags 2.9.0",
10399 "dispatch2",
10400 "objc2",
10401]
10402
10403[[package]]
10404name = "objc2-encode"
10405version = "4.1.0"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10408
10409[[package]]
10410name = "objc2-foundation"
10411version = "0.3.1"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10414dependencies = [
10415 "bitflags 2.9.0",
10416 "objc2",
10417 "objc2-core-foundation",
10418]
10419
10420[[package]]
10421name = "objc2-metal"
10422version = "0.3.1"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10425dependencies = [
10426 "bitflags 2.9.0",
10427 "block2",
10428 "dispatch2",
10429 "objc2",
10430 "objc2-core-foundation",
10431 "objc2-foundation",
10432]
10433
10434[[package]]
10435name = "objc2-quartz-core"
10436version = "0.3.1"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10439dependencies = [
10440 "bitflags 2.9.0",
10441 "objc2",
10442 "objc2-core-foundation",
10443 "objc2-foundation",
10444 "objc2-metal",
10445]
10446
10447[[package]]
10448name = "objc2-ui-kit"
10449version = "0.3.1"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10452dependencies = [
10453 "bitflags 2.9.0",
10454 "objc2",
10455 "objc2-core-foundation",
10456 "objc2-foundation",
10457 "objc2-quartz-core",
10458]
10459
10460[[package]]
10461name = "objc_exception"
10462version = "0.1.2"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10465dependencies = [
10466 "cc",
10467]
10468
10469[[package]]
10470name = "objc_id"
10471version = "0.1.1"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10474dependencies = [
10475 "objc",
10476]
10477
10478[[package]]
10479name = "object"
10480version = "0.36.7"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10483dependencies = [
10484 "crc32fast",
10485 "hashbrown 0.15.3",
10486 "indexmap",
10487 "memchr",
10488]
10489
10490[[package]]
10491name = "oboe"
10492version = "0.6.1"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10495dependencies = [
10496 "jni",
10497 "ndk",
10498 "ndk-context",
10499 "num-derive",
10500 "num-traits",
10501 "oboe-sys",
10502]
10503
10504[[package]]
10505name = "oboe-sys"
10506version = "0.6.1"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10509dependencies = [
10510 "cc",
10511]
10512
10513[[package]]
10514name = "ollama"
10515version = "0.1.0"
10516dependencies = [
10517 "anyhow",
10518 "futures 0.3.31",
10519 "http_client",
10520 "schemars",
10521 "serde",
10522 "serde_json",
10523 "workspace-hack",
10524]
10525
10526[[package]]
10527name = "once_cell"
10528version = "1.21.3"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10531
10532[[package]]
10533name = "oo7"
10534version = "0.4.3"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10537dependencies = [
10538 "aes",
10539 "ashpd",
10540 "async-fs",
10541 "async-io",
10542 "async-lock",
10543 "blocking",
10544 "cbc",
10545 "cipher",
10546 "digest",
10547 "endi",
10548 "futures-lite 2.6.0",
10549 "futures-util",
10550 "getrandom 0.3.2",
10551 "hkdf",
10552 "hmac",
10553 "md-5",
10554 "num",
10555 "num-bigint-dig",
10556 "pbkdf2 0.12.2",
10557 "rand 0.9.1",
10558 "serde",
10559 "sha2",
10560 "subtle",
10561 "zbus",
10562 "zbus_macros",
10563 "zeroize",
10564 "zvariant",
10565]
10566
10567[[package]]
10568name = "oorandom"
10569version = "11.1.5"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10572
10573[[package]]
10574name = "open"
10575version = "5.3.2"
10576source = "registry+https://github.com/rust-lang/crates.io-index"
10577checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10578dependencies = [
10579 "is-wsl",
10580 "libc",
10581 "pathdiff",
10582]
10583
10584[[package]]
10585name = "open_ai"
10586version = "0.1.0"
10587dependencies = [
10588 "anyhow",
10589 "futures 0.3.31",
10590 "http_client",
10591 "schemars",
10592 "serde",
10593 "serde_json",
10594 "strum 0.27.1",
10595 "workspace-hack",
10596]
10597
10598[[package]]
10599name = "opener"
10600version = "0.7.2"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10603dependencies = [
10604 "bstr",
10605 "dbus",
10606 "normpath",
10607 "windows-sys 0.59.0",
10608]
10609
10610[[package]]
10611name = "openssl"
10612version = "0.10.72"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10615dependencies = [
10616 "bitflags 2.9.0",
10617 "cfg-if",
10618 "foreign-types 0.3.2",
10619 "libc",
10620 "once_cell",
10621 "openssl-macros",
10622 "openssl-sys",
10623]
10624
10625[[package]]
10626name = "openssl-macros"
10627version = "0.1.1"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10630dependencies = [
10631 "proc-macro2",
10632 "quote",
10633 "syn 2.0.101",
10634]
10635
10636[[package]]
10637name = "openssl-probe"
10638version = "0.1.6"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10641
10642[[package]]
10643name = "openssl-sys"
10644version = "0.9.107"
10645source = "registry+https://github.com/rust-lang/crates.io-index"
10646checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10647dependencies = [
10648 "cc",
10649 "libc",
10650 "pkg-config",
10651 "vcpkg",
10652]
10653
10654[[package]]
10655name = "optfield"
10656version = "0.3.0"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10659dependencies = [
10660 "proc-macro2",
10661 "quote",
10662 "syn 2.0.101",
10663]
10664
10665[[package]]
10666name = "option-ext"
10667version = "0.2.0"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10670
10671[[package]]
10672name = "ordered-float"
10673version = "2.10.1"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10676dependencies = [
10677 "num-traits",
10678]
10679
10680[[package]]
10681name = "ordered-float"
10682version = "4.6.0"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10685dependencies = [
10686 "num-traits",
10687]
10688
10689[[package]]
10690name = "ordered-stream"
10691version = "0.2.0"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10694dependencies = [
10695 "futures-core",
10696 "pin-project-lite",
10697]
10698
10699[[package]]
10700name = "ouroboros"
10701version = "0.18.5"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10704dependencies = [
10705 "aliasable",
10706 "ouroboros_macro",
10707 "static_assertions",
10708]
10709
10710[[package]]
10711name = "ouroboros_macro"
10712version = "0.18.5"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10715dependencies = [
10716 "heck 0.4.1",
10717 "proc-macro2",
10718 "proc-macro2-diagnostics",
10719 "quote",
10720 "syn 2.0.101",
10721]
10722
10723[[package]]
10724name = "outline"
10725version = "0.1.0"
10726dependencies = [
10727 "editor",
10728 "fuzzy",
10729 "gpui",
10730 "indoc",
10731 "language",
10732 "menu",
10733 "ordered-float 2.10.1",
10734 "picker",
10735 "project",
10736 "rope",
10737 "serde_json",
10738 "settings",
10739 "smol",
10740 "theme",
10741 "tree-sitter-rust",
10742 "tree-sitter-typescript",
10743 "ui",
10744 "util",
10745 "workspace",
10746 "workspace-hack",
10747 "zed_actions",
10748]
10749
10750[[package]]
10751name = "outline_panel"
10752version = "0.1.0"
10753dependencies = [
10754 "anyhow",
10755 "collections",
10756 "db",
10757 "editor",
10758 "file_icons",
10759 "fuzzy",
10760 "gpui",
10761 "itertools 0.14.0",
10762 "language",
10763 "log",
10764 "menu",
10765 "outline",
10766 "pretty_assertions",
10767 "project",
10768 "schemars",
10769 "search",
10770 "serde",
10771 "serde_json",
10772 "settings",
10773 "smallvec",
10774 "smol",
10775 "theme",
10776 "ui",
10777 "util",
10778 "workspace",
10779 "workspace-hack",
10780 "worktree",
10781 "zed_actions",
10782]
10783
10784[[package]]
10785name = "outref"
10786version = "0.5.2"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10789
10790[[package]]
10791name = "overload"
10792version = "0.1.1"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10795
10796[[package]]
10797name = "p256"
10798version = "0.11.1"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10801dependencies = [
10802 "ecdsa",
10803 "elliptic-curve",
10804 "sha2",
10805]
10806
10807[[package]]
10808name = "page_size"
10809version = "0.6.0"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10812dependencies = [
10813 "libc",
10814 "winapi",
10815]
10816
10817[[package]]
10818name = "palette"
10819version = "0.7.6"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10822dependencies = [
10823 "approx",
10824 "fast-srgb8",
10825 "palette_derive",
10826]
10827
10828[[package]]
10829name = "palette_derive"
10830version = "0.7.6"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10833dependencies = [
10834 "by_address",
10835 "proc-macro2",
10836 "quote",
10837 "syn 2.0.101",
10838]
10839
10840[[package]]
10841name = "panel"
10842version = "0.1.0"
10843dependencies = [
10844 "editor",
10845 "gpui",
10846 "settings",
10847 "theme",
10848 "ui",
10849 "workspace",
10850 "workspace-hack",
10851]
10852
10853[[package]]
10854name = "parking"
10855version = "2.2.1"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10858
10859[[package]]
10860name = "parking_lot"
10861version = "0.12.3"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10864dependencies = [
10865 "lock_api",
10866 "parking_lot_core",
10867]
10868
10869[[package]]
10870name = "parking_lot_core"
10871version = "0.9.10"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10874dependencies = [
10875 "cfg-if",
10876 "libc",
10877 "redox_syscall 0.5.11",
10878 "smallvec",
10879 "windows-targets 0.52.6",
10880]
10881
10882[[package]]
10883name = "partial-json-fixer"
10884version = "0.5.3"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10887
10888[[package]]
10889name = "password-hash"
10890version = "0.4.2"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10893dependencies = [
10894 "base64ct",
10895 "rand_core 0.6.4",
10896 "subtle",
10897]
10898
10899[[package]]
10900name = "password-hash"
10901version = "0.5.0"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10904dependencies = [
10905 "base64ct",
10906 "rand_core 0.6.4",
10907 "subtle",
10908]
10909
10910[[package]]
10911name = "paste"
10912version = "1.0.15"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10915
10916[[package]]
10917name = "pathdiff"
10918version = "0.2.3"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10921
10922[[package]]
10923name = "pathfinder_geometry"
10924version = "0.5.1"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10927dependencies = [
10928 "log",
10929 "pathfinder_simd",
10930]
10931
10932[[package]]
10933name = "pathfinder_simd"
10934version = "0.5.4"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10937dependencies = [
10938 "rustc_version",
10939]
10940
10941[[package]]
10942name = "paths"
10943version = "0.1.0"
10944dependencies = [
10945 "dirs 4.0.0",
10946 "util",
10947 "workspace-hack",
10948]
10949
10950[[package]]
10951name = "pbjson"
10952version = "0.6.0"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10955dependencies = [
10956 "base64 0.21.7",
10957 "serde",
10958]
10959
10960[[package]]
10961name = "pbjson-build"
10962version = "0.6.2"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
10965dependencies = [
10966 "heck 0.4.1",
10967 "itertools 0.11.0",
10968 "prost 0.12.6",
10969 "prost-types 0.12.6",
10970]
10971
10972[[package]]
10973name = "pbjson-types"
10974version = "0.6.0"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
10977dependencies = [
10978 "bytes 1.10.1",
10979 "chrono",
10980 "pbjson",
10981 "pbjson-build",
10982 "prost 0.12.6",
10983 "prost-build 0.12.6",
10984 "serde",
10985]
10986
10987[[package]]
10988name = "pbkdf2"
10989version = "0.11.0"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
10992dependencies = [
10993 "digest",
10994 "hmac",
10995 "password-hash 0.4.2",
10996 "sha2",
10997]
10998
10999[[package]]
11000name = "pbkdf2"
11001version = "0.12.2"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11004dependencies = [
11005 "digest",
11006 "hmac",
11007]
11008
11009[[package]]
11010name = "pem"
11011version = "3.0.5"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11014dependencies = [
11015 "base64 0.22.1",
11016 "serde",
11017]
11018
11019[[package]]
11020name = "pem-rfc7468"
11021version = "0.7.0"
11022source = "registry+https://github.com/rust-lang/crates.io-index"
11023checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11024dependencies = [
11025 "base64ct",
11026]
11027
11028[[package]]
11029name = "percent-encoding"
11030version = "2.3.1"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11033
11034[[package]]
11035name = "perplexity"
11036version = "0.1.0"
11037dependencies = [
11038 "serde",
11039 "zed_extension_api 0.6.0",
11040]
11041
11042[[package]]
11043name = "pest"
11044version = "2.8.0"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11047dependencies = [
11048 "memchr",
11049 "thiserror 2.0.12",
11050 "ucd-trie",
11051]
11052
11053[[package]]
11054name = "pest_derive"
11055version = "2.8.0"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11058dependencies = [
11059 "pest",
11060 "pest_generator",
11061]
11062
11063[[package]]
11064name = "pest_generator"
11065version = "2.8.0"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11068dependencies = [
11069 "pest",
11070 "pest_meta",
11071 "proc-macro2",
11072 "quote",
11073 "syn 2.0.101",
11074]
11075
11076[[package]]
11077name = "pest_meta"
11078version = "2.8.0"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11081dependencies = [
11082 "once_cell",
11083 "pest",
11084 "sha2",
11085]
11086
11087[[package]]
11088name = "pet"
11089version = "0.1.0"
11090source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11091dependencies = [
11092 "clap",
11093 "env_logger 0.10.2",
11094 "lazy_static",
11095 "log",
11096 "msvc_spectre_libs",
11097 "pet-conda",
11098 "pet-core",
11099 "pet-env-var-path",
11100 "pet-fs",
11101 "pet-global-virtualenvs",
11102 "pet-homebrew",
11103 "pet-jsonrpc",
11104 "pet-linux-global-python",
11105 "pet-mac-commandlinetools",
11106 "pet-mac-python-org",
11107 "pet-mac-xcode",
11108 "pet-pipenv",
11109 "pet-pixi",
11110 "pet-poetry",
11111 "pet-pyenv",
11112 "pet-python-utils",
11113 "pet-reporter",
11114 "pet-telemetry",
11115 "pet-venv",
11116 "pet-virtualenv",
11117 "pet-virtualenvwrapper",
11118 "pet-windows-registry",
11119 "pet-windows-store",
11120 "serde",
11121 "serde_json",
11122]
11123
11124[[package]]
11125name = "pet-conda"
11126version = "0.1.0"
11127source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11128dependencies = [
11129 "env_logger 0.10.2",
11130 "lazy_static",
11131 "log",
11132 "msvc_spectre_libs",
11133 "pet-core",
11134 "pet-fs",
11135 "pet-python-utils",
11136 "pet-reporter",
11137 "regex",
11138 "serde",
11139 "serde_json",
11140 "yaml-rust2",
11141]
11142
11143[[package]]
11144name = "pet-core"
11145version = "0.1.0"
11146source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11147dependencies = [
11148 "clap",
11149 "lazy_static",
11150 "log",
11151 "msvc_spectre_libs",
11152 "pet-fs",
11153 "regex",
11154 "serde",
11155 "serde_json",
11156]
11157
11158[[package]]
11159name = "pet-env-var-path"
11160version = "0.1.0"
11161source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11162dependencies = [
11163 "lazy_static",
11164 "log",
11165 "msvc_spectre_libs",
11166 "pet-conda",
11167 "pet-core",
11168 "pet-fs",
11169 "pet-python-utils",
11170 "pet-virtualenv",
11171 "regex",
11172]
11173
11174[[package]]
11175name = "pet-fs"
11176version = "0.1.0"
11177source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11178dependencies = [
11179 "log",
11180 "msvc_spectre_libs",
11181]
11182
11183[[package]]
11184name = "pet-global-virtualenvs"
11185version = "0.1.0"
11186source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11187dependencies = [
11188 "log",
11189 "msvc_spectre_libs",
11190 "pet-conda",
11191 "pet-core",
11192 "pet-fs",
11193 "pet-virtualenv",
11194]
11195
11196[[package]]
11197name = "pet-homebrew"
11198version = "0.1.0"
11199source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11200dependencies = [
11201 "lazy_static",
11202 "log",
11203 "msvc_spectre_libs",
11204 "pet-conda",
11205 "pet-core",
11206 "pet-fs",
11207 "pet-python-utils",
11208 "pet-virtualenv",
11209 "regex",
11210 "serde",
11211 "serde_json",
11212]
11213
11214[[package]]
11215name = "pet-jsonrpc"
11216version = "0.1.0"
11217source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11218dependencies = [
11219 "env_logger 0.10.2",
11220 "log",
11221 "msvc_spectre_libs",
11222 "pet-core",
11223 "serde",
11224 "serde_json",
11225]
11226
11227[[package]]
11228name = "pet-linux-global-python"
11229version = "0.1.0"
11230source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11231dependencies = [
11232 "log",
11233 "msvc_spectre_libs",
11234 "pet-core",
11235 "pet-fs",
11236 "pet-python-utils",
11237 "pet-virtualenv",
11238]
11239
11240[[package]]
11241name = "pet-mac-commandlinetools"
11242version = "0.1.0"
11243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11244dependencies = [
11245 "log",
11246 "msvc_spectre_libs",
11247 "pet-core",
11248 "pet-fs",
11249 "pet-python-utils",
11250 "pet-virtualenv",
11251]
11252
11253[[package]]
11254name = "pet-mac-python-org"
11255version = "0.1.0"
11256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11257dependencies = [
11258 "log",
11259 "msvc_spectre_libs",
11260 "pet-core",
11261 "pet-fs",
11262 "pet-python-utils",
11263 "pet-virtualenv",
11264]
11265
11266[[package]]
11267name = "pet-mac-xcode"
11268version = "0.1.0"
11269source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11270dependencies = [
11271 "log",
11272 "msvc_spectre_libs",
11273 "pet-core",
11274 "pet-fs",
11275 "pet-python-utils",
11276 "pet-virtualenv",
11277]
11278
11279[[package]]
11280name = "pet-pipenv"
11281version = "0.1.0"
11282source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11283dependencies = [
11284 "log",
11285 "msvc_spectre_libs",
11286 "pet-core",
11287 "pet-fs",
11288 "pet-python-utils",
11289 "pet-virtualenv",
11290]
11291
11292[[package]]
11293name = "pet-pixi"
11294version = "0.1.0"
11295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11296dependencies = [
11297 "log",
11298 "msvc_spectre_libs",
11299 "pet-conda",
11300 "pet-core",
11301 "pet-python-utils",
11302]
11303
11304[[package]]
11305name = "pet-poetry"
11306version = "0.1.0"
11307source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11308dependencies = [
11309 "base64 0.22.1",
11310 "lazy_static",
11311 "log",
11312 "msvc_spectre_libs",
11313 "pet-core",
11314 "pet-fs",
11315 "pet-python-utils",
11316 "pet-reporter",
11317 "pet-virtualenv",
11318 "regex",
11319 "serde",
11320 "serde_json",
11321 "sha2",
11322 "toml 0.8.20",
11323]
11324
11325[[package]]
11326name = "pet-pyenv"
11327version = "0.1.0"
11328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11329dependencies = [
11330 "lazy_static",
11331 "log",
11332 "msvc_spectre_libs",
11333 "pet-conda",
11334 "pet-core",
11335 "pet-fs",
11336 "pet-python-utils",
11337 "pet-reporter",
11338 "regex",
11339 "serde",
11340 "serde_json",
11341]
11342
11343[[package]]
11344name = "pet-python-utils"
11345version = "0.1.0"
11346source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11347dependencies = [
11348 "env_logger 0.10.2",
11349 "lazy_static",
11350 "log",
11351 "msvc_spectre_libs",
11352 "pet-core",
11353 "pet-fs",
11354 "regex",
11355 "serde",
11356 "serde_json",
11357 "sha2",
11358]
11359
11360[[package]]
11361name = "pet-reporter"
11362version = "0.1.0"
11363source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11364dependencies = [
11365 "env_logger 0.10.2",
11366 "log",
11367 "msvc_spectre_libs",
11368 "pet-core",
11369 "pet-jsonrpc",
11370 "serde",
11371 "serde_json",
11372]
11373
11374[[package]]
11375name = "pet-telemetry"
11376version = "0.1.0"
11377source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11378dependencies = [
11379 "env_logger 0.10.2",
11380 "lazy_static",
11381 "log",
11382 "msvc_spectre_libs",
11383 "pet-core",
11384 "pet-fs",
11385 "pet-python-utils",
11386 "regex",
11387]
11388
11389[[package]]
11390name = "pet-venv"
11391version = "0.1.0"
11392source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11393dependencies = [
11394 "log",
11395 "msvc_spectre_libs",
11396 "pet-core",
11397 "pet-python-utils",
11398 "pet-virtualenv",
11399]
11400
11401[[package]]
11402name = "pet-virtualenv"
11403version = "0.1.0"
11404source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11405dependencies = [
11406 "log",
11407 "msvc_spectre_libs",
11408 "pet-core",
11409 "pet-fs",
11410 "pet-python-utils",
11411]
11412
11413[[package]]
11414name = "pet-virtualenvwrapper"
11415version = "0.1.0"
11416source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11417dependencies = [
11418 "log",
11419 "msvc_spectre_libs",
11420 "pet-core",
11421 "pet-fs",
11422 "pet-python-utils",
11423 "pet-virtualenv",
11424]
11425
11426[[package]]
11427name = "pet-windows-registry"
11428version = "0.1.0"
11429source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11430dependencies = [
11431 "lazy_static",
11432 "log",
11433 "msvc_spectre_libs",
11434 "pet-conda",
11435 "pet-core",
11436 "pet-fs",
11437 "pet-python-utils",
11438 "pet-virtualenv",
11439 "pet-windows-store",
11440 "regex",
11441 "winreg 0.55.0",
11442]
11443
11444[[package]]
11445name = "pet-windows-store"
11446version = "0.1.0"
11447source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11448dependencies = [
11449 "lazy_static",
11450 "log",
11451 "msvc_spectre_libs",
11452 "pet-core",
11453 "pet-fs",
11454 "pet-python-utils",
11455 "pet-virtualenv",
11456 "regex",
11457 "winreg 0.55.0",
11458]
11459
11460[[package]]
11461name = "petgraph"
11462version = "0.6.5"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11465dependencies = [
11466 "fixedbitset",
11467 "indexmap",
11468]
11469
11470[[package]]
11471name = "pgvector"
11472version = "0.4.0"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11475dependencies = [
11476 "serde",
11477]
11478
11479[[package]]
11480name = "phf"
11481version = "0.11.3"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11484dependencies = [
11485 "phf_macros",
11486 "phf_shared",
11487]
11488
11489[[package]]
11490name = "phf_codegen"
11491version = "0.11.3"
11492source = "registry+https://github.com/rust-lang/crates.io-index"
11493checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11494dependencies = [
11495 "phf_generator",
11496 "phf_shared",
11497]
11498
11499[[package]]
11500name = "phf_generator"
11501version = "0.11.3"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11504dependencies = [
11505 "phf_shared",
11506 "rand 0.8.5",
11507]
11508
11509[[package]]
11510name = "phf_macros"
11511version = "0.11.3"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11514dependencies = [
11515 "phf_generator",
11516 "phf_shared",
11517 "proc-macro2",
11518 "quote",
11519 "syn 2.0.101",
11520]
11521
11522[[package]]
11523name = "phf_shared"
11524version = "0.11.3"
11525source = "registry+https://github.com/rust-lang/crates.io-index"
11526checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11527dependencies = [
11528 "siphasher",
11529]
11530
11531[[package]]
11532name = "picker"
11533version = "0.1.0"
11534dependencies = [
11535 "anyhow",
11536 "ctor",
11537 "editor",
11538 "env_logger 0.11.8",
11539 "gpui",
11540 "menu",
11541 "schemars",
11542 "serde",
11543 "serde_json",
11544 "ui",
11545 "util",
11546 "workspace",
11547 "workspace-hack",
11548]
11549
11550[[package]]
11551name = "pico-args"
11552version = "0.5.0"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11555
11556[[package]]
11557name = "pin-project"
11558version = "1.1.10"
11559source = "registry+https://github.com/rust-lang/crates.io-index"
11560checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11561dependencies = [
11562 "pin-project-internal",
11563]
11564
11565[[package]]
11566name = "pin-project-internal"
11567version = "1.1.10"
11568source = "registry+https://github.com/rust-lang/crates.io-index"
11569checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11570dependencies = [
11571 "proc-macro2",
11572 "quote",
11573 "syn 2.0.101",
11574]
11575
11576[[package]]
11577name = "pin-project-lite"
11578version = "0.2.16"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11581
11582[[package]]
11583name = "pin-utils"
11584version = "0.1.0"
11585source = "registry+https://github.com/rust-lang/crates.io-index"
11586checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11587
11588[[package]]
11589name = "piper"
11590version = "0.2.4"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11593dependencies = [
11594 "atomic-waker",
11595 "fastrand 2.3.0",
11596 "futures-io",
11597]
11598
11599[[package]]
11600name = "pkcs1"
11601version = "0.7.5"
11602source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11604dependencies = [
11605 "der 0.7.10",
11606 "pkcs8 0.10.2",
11607 "spki 0.7.3",
11608]
11609
11610[[package]]
11611name = "pkcs8"
11612version = "0.9.0"
11613source = "registry+https://github.com/rust-lang/crates.io-index"
11614checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11615dependencies = [
11616 "der 0.6.1",
11617 "spki 0.6.0",
11618]
11619
11620[[package]]
11621name = "pkcs8"
11622version = "0.10.2"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11625dependencies = [
11626 "der 0.7.10",
11627 "spki 0.7.3",
11628]
11629
11630[[package]]
11631name = "pkg-config"
11632version = "0.3.32"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11635
11636[[package]]
11637name = "plist"
11638version = "1.7.1"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11641dependencies = [
11642 "base64 0.22.1",
11643 "indexmap",
11644 "quick-xml 0.32.0",
11645 "serde",
11646 "time",
11647]
11648
11649[[package]]
11650name = "plotters"
11651version = "0.3.7"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11654dependencies = [
11655 "num-traits",
11656 "plotters-backend",
11657 "plotters-svg",
11658 "wasm-bindgen",
11659 "web-sys",
11660]
11661
11662[[package]]
11663name = "plotters-backend"
11664version = "0.3.7"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11667
11668[[package]]
11669name = "plotters-svg"
11670version = "0.3.7"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11673dependencies = [
11674 "plotters-backend",
11675]
11676
11677[[package]]
11678name = "png"
11679version = "0.17.16"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11682dependencies = [
11683 "bitflags 1.3.2",
11684 "crc32fast",
11685 "fdeflate",
11686 "flate2",
11687 "miniz_oxide",
11688]
11689
11690[[package]]
11691name = "polling"
11692version = "3.7.4"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11695dependencies = [
11696 "cfg-if",
11697 "concurrent-queue",
11698 "hermit-abi 0.4.0",
11699 "pin-project-lite",
11700 "rustix 0.38.44",
11701 "tracing",
11702 "windows-sys 0.59.0",
11703]
11704
11705[[package]]
11706name = "pollster"
11707version = "0.2.5"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11710
11711[[package]]
11712name = "pollster"
11713version = "0.4.0"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11716
11717[[package]]
11718name = "portable-atomic"
11719version = "1.11.0"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11722
11723[[package]]
11724name = "portable-atomic-util"
11725version = "0.2.4"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11728dependencies = [
11729 "portable-atomic",
11730]
11731
11732[[package]]
11733name = "portable-pty"
11734version = "0.9.0"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11737dependencies = [
11738 "anyhow",
11739 "bitflags 1.3.2",
11740 "downcast-rs",
11741 "filedescriptor",
11742 "lazy_static",
11743 "libc",
11744 "log",
11745 "nix 0.28.0",
11746 "serial2",
11747 "shared_library",
11748 "shell-words",
11749 "winapi",
11750 "winreg 0.10.1",
11751]
11752
11753[[package]]
11754name = "postage"
11755version = "0.5.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11758dependencies = [
11759 "atomic",
11760 "crossbeam-queue",
11761 "futures 0.3.31",
11762 "log",
11763 "parking_lot",
11764 "pin-project",
11765 "pollster 0.2.5",
11766 "static_assertions",
11767 "thiserror 1.0.69",
11768]
11769
11770[[package]]
11771name = "postcard"
11772version = "1.1.1"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11775dependencies = [
11776 "cobs",
11777 "embedded-io 0.4.0",
11778 "embedded-io 0.6.1",
11779 "serde",
11780]
11781
11782[[package]]
11783name = "powerfmt"
11784version = "0.2.0"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11787
11788[[package]]
11789name = "ppv-lite86"
11790version = "0.2.21"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11793dependencies = [
11794 "zerocopy 0.8.24",
11795]
11796
11797[[package]]
11798name = "precomputed-hash"
11799version = "0.1.1"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11802
11803[[package]]
11804name = "prettier"
11805version = "0.1.0"
11806dependencies = [
11807 "anyhow",
11808 "collections",
11809 "fs",
11810 "gpui",
11811 "language",
11812 "log",
11813 "lsp",
11814 "node_runtime",
11815 "parking_lot",
11816 "paths",
11817 "serde",
11818 "serde_json",
11819 "util",
11820 "workspace-hack",
11821]
11822
11823[[package]]
11824name = "pretty_assertions"
11825version = "1.4.1"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11828dependencies = [
11829 "diff",
11830 "yansi",
11831]
11832
11833[[package]]
11834name = "prettyplease"
11835version = "0.2.32"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11838dependencies = [
11839 "proc-macro2",
11840 "syn 2.0.101",
11841]
11842
11843[[package]]
11844name = "proc-macro-crate"
11845version = "3.3.0"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11848dependencies = [
11849 "toml_edit",
11850]
11851
11852[[package]]
11853name = "proc-macro-error-attr2"
11854version = "2.0.0"
11855source = "registry+https://github.com/rust-lang/crates.io-index"
11856checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11857dependencies = [
11858 "proc-macro2",
11859 "quote",
11860]
11861
11862[[package]]
11863name = "proc-macro-error2"
11864version = "2.0.1"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11867dependencies = [
11868 "proc-macro-error-attr2",
11869 "proc-macro2",
11870 "quote",
11871 "syn 2.0.101",
11872]
11873
11874[[package]]
11875name = "proc-macro2"
11876version = "1.0.95"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11879dependencies = [
11880 "unicode-ident",
11881]
11882
11883[[package]]
11884name = "proc-macro2-diagnostics"
11885version = "0.10.1"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11888dependencies = [
11889 "proc-macro2",
11890 "quote",
11891 "syn 2.0.101",
11892 "version_check",
11893 "yansi",
11894]
11895
11896[[package]]
11897name = "prodash"
11898version = "29.0.2"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11901dependencies = [
11902 "log",
11903 "parking_lot",
11904]
11905
11906[[package]]
11907name = "profiling"
11908version = "1.0.16"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11911dependencies = [
11912 "profiling-procmacros",
11913]
11914
11915[[package]]
11916name = "profiling-procmacros"
11917version = "1.0.16"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11920dependencies = [
11921 "quote",
11922 "syn 2.0.101",
11923]
11924
11925[[package]]
11926name = "project"
11927version = "0.1.0"
11928dependencies = [
11929 "aho-corasick",
11930 "anyhow",
11931 "askpass",
11932 "async-trait",
11933 "buffer_diff",
11934 "circular-buffer",
11935 "client",
11936 "clock",
11937 "collections",
11938 "context_server",
11939 "dap",
11940 "dap_adapters",
11941 "env_logger 0.11.8",
11942 "extension",
11943 "fancy-regex 0.14.0",
11944 "fs",
11945 "futures 0.3.31",
11946 "fuzzy",
11947 "git",
11948 "git2",
11949 "git_hosting_providers",
11950 "globset",
11951 "gpui",
11952 "http_client",
11953 "image",
11954 "indexmap",
11955 "itertools 0.14.0",
11956 "language",
11957 "log",
11958 "lsp",
11959 "node_runtime",
11960 "parking_lot",
11961 "pathdiff",
11962 "paths",
11963 "postage",
11964 "prettier",
11965 "pretty_assertions",
11966 "rand 0.8.5",
11967 "regex",
11968 "release_channel",
11969 "remote",
11970 "rpc",
11971 "schemars",
11972 "serde",
11973 "serde_json",
11974 "settings",
11975 "sha2",
11976 "shellexpand 2.1.2",
11977 "shlex",
11978 "smol",
11979 "snippet",
11980 "snippet_provider",
11981 "sum_tree",
11982 "task",
11983 "tempfile",
11984 "terminal",
11985 "text",
11986 "toml 0.8.20",
11987 "unindent",
11988 "url",
11989 "util",
11990 "which 6.0.3",
11991 "workspace-hack",
11992 "worktree",
11993 "zlog",
11994]
11995
11996[[package]]
11997name = "project_panel"
11998version = "0.1.0"
11999dependencies = [
12000 "anyhow",
12001 "client",
12002 "collections",
12003 "command_palette_hooks",
12004 "db",
12005 "editor",
12006 "file_icons",
12007 "git",
12008 "gpui",
12009 "indexmap",
12010 "language",
12011 "menu",
12012 "pretty_assertions",
12013 "project",
12014 "schemars",
12015 "search",
12016 "serde",
12017 "serde_derive",
12018 "serde_json",
12019 "settings",
12020 "smallvec",
12021 "theme",
12022 "ui",
12023 "util",
12024 "workspace",
12025 "workspace-hack",
12026 "worktree",
12027 "zed_actions",
12028]
12029
12030[[package]]
12031name = "project_symbols"
12032version = "0.1.0"
12033dependencies = [
12034 "anyhow",
12035 "editor",
12036 "futures 0.3.31",
12037 "fuzzy",
12038 "gpui",
12039 "language",
12040 "lsp",
12041 "ordered-float 2.10.1",
12042 "picker",
12043 "project",
12044 "release_channel",
12045 "serde_json",
12046 "settings",
12047 "theme",
12048 "util",
12049 "workspace",
12050 "workspace-hack",
12051]
12052
12053[[package]]
12054name = "prometheus"
12055version = "0.14.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12058dependencies = [
12059 "cfg-if",
12060 "fnv",
12061 "lazy_static",
12062 "memchr",
12063 "parking_lot",
12064 "protobuf",
12065 "thiserror 2.0.12",
12066]
12067
12068[[package]]
12069name = "prompt_store"
12070version = "0.1.0"
12071dependencies = [
12072 "anyhow",
12073 "assets",
12074 "chrono",
12075 "collections",
12076 "fs",
12077 "futures 0.3.31",
12078 "fuzzy",
12079 "gpui",
12080 "handlebars 4.5.0",
12081 "heed",
12082 "language",
12083 "log",
12084 "parking_lot",
12085 "paths",
12086 "rope",
12087 "serde",
12088 "serde_json",
12089 "text",
12090 "util",
12091 "uuid",
12092 "workspace-hack",
12093]
12094
12095[[package]]
12096name = "prost"
12097version = "0.9.0"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12100dependencies = [
12101 "bytes 1.10.1",
12102 "prost-derive 0.9.0",
12103]
12104
12105[[package]]
12106name = "prost"
12107version = "0.12.6"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12110dependencies = [
12111 "bytes 1.10.1",
12112 "prost-derive 0.12.6",
12113]
12114
12115[[package]]
12116name = "prost"
12117version = "0.13.5"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12120dependencies = [
12121 "bytes 1.10.1",
12122 "prost-derive 0.13.5",
12123]
12124
12125[[package]]
12126name = "prost-build"
12127version = "0.9.0"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12130dependencies = [
12131 "bytes 1.10.1",
12132 "heck 0.3.3",
12133 "itertools 0.10.5",
12134 "lazy_static",
12135 "log",
12136 "multimap 0.8.3",
12137 "petgraph",
12138 "prost 0.9.0",
12139 "prost-types 0.9.0",
12140 "regex",
12141 "tempfile",
12142 "which 4.4.2",
12143]
12144
12145[[package]]
12146name = "prost-build"
12147version = "0.12.6"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12150dependencies = [
12151 "bytes 1.10.1",
12152 "heck 0.5.0",
12153 "itertools 0.12.1",
12154 "log",
12155 "multimap 0.10.0",
12156 "once_cell",
12157 "petgraph",
12158 "prettyplease",
12159 "prost 0.12.6",
12160 "prost-types 0.12.6",
12161 "regex",
12162 "syn 2.0.101",
12163 "tempfile",
12164]
12165
12166[[package]]
12167name = "prost-derive"
12168version = "0.9.0"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12171dependencies = [
12172 "anyhow",
12173 "itertools 0.10.5",
12174 "proc-macro2",
12175 "quote",
12176 "syn 1.0.109",
12177]
12178
12179[[package]]
12180name = "prost-derive"
12181version = "0.12.6"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12184dependencies = [
12185 "anyhow",
12186 "itertools 0.12.1",
12187 "proc-macro2",
12188 "quote",
12189 "syn 2.0.101",
12190]
12191
12192[[package]]
12193name = "prost-derive"
12194version = "0.13.5"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12197dependencies = [
12198 "anyhow",
12199 "itertools 0.14.0",
12200 "proc-macro2",
12201 "quote",
12202 "syn 2.0.101",
12203]
12204
12205[[package]]
12206name = "prost-types"
12207version = "0.9.0"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12210dependencies = [
12211 "bytes 1.10.1",
12212 "prost 0.9.0",
12213]
12214
12215[[package]]
12216name = "prost-types"
12217version = "0.12.6"
12218source = "registry+https://github.com/rust-lang/crates.io-index"
12219checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12220dependencies = [
12221 "prost 0.12.6",
12222]
12223
12224[[package]]
12225name = "proto"
12226version = "0.1.0"
12227dependencies = [
12228 "anyhow",
12229 "collections",
12230 "prost 0.9.0",
12231 "prost-build 0.9.0",
12232 "serde",
12233 "workspace-hack",
12234]
12235
12236[[package]]
12237name = "protobuf"
12238version = "3.7.2"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12241dependencies = [
12242 "once_cell",
12243 "protobuf-support",
12244 "thiserror 1.0.69",
12245]
12246
12247[[package]]
12248name = "protobuf-support"
12249version = "3.7.2"
12250source = "registry+https://github.com/rust-lang/crates.io-index"
12251checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12252dependencies = [
12253 "thiserror 1.0.69",
12254]
12255
12256[[package]]
12257name = "psm"
12258version = "0.1.25"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12261dependencies = [
12262 "cc",
12263]
12264
12265[[package]]
12266name = "ptr_meta"
12267version = "0.1.4"
12268source = "registry+https://github.com/rust-lang/crates.io-index"
12269checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12270dependencies = [
12271 "ptr_meta_derive",
12272]
12273
12274[[package]]
12275name = "ptr_meta_derive"
12276version = "0.1.4"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12279dependencies = [
12280 "proc-macro2",
12281 "quote",
12282 "syn 1.0.109",
12283]
12284
12285[[package]]
12286name = "pulldown-cmark"
12287version = "0.10.3"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12290dependencies = [
12291 "bitflags 2.9.0",
12292 "memchr",
12293 "pulldown-cmark-escape",
12294 "unicase",
12295]
12296
12297[[package]]
12298name = "pulldown-cmark"
12299version = "0.12.2"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12302dependencies = [
12303 "bitflags 2.9.0",
12304 "memchr",
12305 "unicase",
12306]
12307
12308[[package]]
12309name = "pulldown-cmark-escape"
12310version = "0.10.1"
12311source = "registry+https://github.com/rust-lang/crates.io-index"
12312checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12313
12314[[package]]
12315name = "pulley-interpreter"
12316version = "29.0.1"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12319dependencies = [
12320 "cranelift-bitset",
12321 "log",
12322 "sptr",
12323 "wasmtime-math",
12324]
12325
12326[[package]]
12327name = "qoi"
12328version = "0.4.1"
12329source = "registry+https://github.com/rust-lang/crates.io-index"
12330checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12331dependencies = [
12332 "bytemuck",
12333]
12334
12335[[package]]
12336name = "quick-error"
12337version = "2.0.1"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12340
12341[[package]]
12342name = "quick-xml"
12343version = "0.30.0"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12346dependencies = [
12347 "memchr",
12348]
12349
12350[[package]]
12351name = "quick-xml"
12352version = "0.32.0"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12355dependencies = [
12356 "memchr",
12357]
12358
12359[[package]]
12360name = "quick-xml"
12361version = "0.37.4"
12362source = "registry+https://github.com/rust-lang/crates.io-index"
12363checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12364dependencies = [
12365 "memchr",
12366]
12367
12368[[package]]
12369name = "quinn"
12370version = "0.11.7"
12371source = "registry+https://github.com/rust-lang/crates.io-index"
12372checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12373dependencies = [
12374 "bytes 1.10.1",
12375 "cfg_aliases 0.2.1",
12376 "pin-project-lite",
12377 "quinn-proto",
12378 "quinn-udp",
12379 "rustc-hash 2.1.1",
12380 "rustls 0.23.26",
12381 "socket2",
12382 "thiserror 2.0.12",
12383 "tokio",
12384 "tracing",
12385 "web-time",
12386]
12387
12388[[package]]
12389name = "quinn-proto"
12390version = "0.11.10"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12393dependencies = [
12394 "bytes 1.10.1",
12395 "getrandom 0.3.2",
12396 "rand 0.9.1",
12397 "ring",
12398 "rustc-hash 2.1.1",
12399 "rustls 0.23.26",
12400 "rustls-pki-types",
12401 "slab",
12402 "thiserror 2.0.12",
12403 "tinyvec",
12404 "tracing",
12405 "web-time",
12406]
12407
12408[[package]]
12409name = "quinn-udp"
12410version = "0.5.11"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12413dependencies = [
12414 "cfg_aliases 0.2.1",
12415 "libc",
12416 "once_cell",
12417 "socket2",
12418 "tracing",
12419 "windows-sys 0.59.0",
12420]
12421
12422[[package]]
12423name = "quote"
12424version = "1.0.40"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12427dependencies = [
12428 "proc-macro2",
12429]
12430
12431[[package]]
12432name = "r-efi"
12433version = "5.2.0"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12436
12437[[package]]
12438name = "radium"
12439version = "0.7.0"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12442
12443[[package]]
12444name = "rand"
12445version = "0.7.3"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12448dependencies = [
12449 "getrandom 0.1.16",
12450 "libc",
12451 "rand_chacha 0.2.2",
12452 "rand_core 0.5.1",
12453 "rand_hc",
12454]
12455
12456[[package]]
12457name = "rand"
12458version = "0.8.5"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12461dependencies = [
12462 "libc",
12463 "rand_chacha 0.3.1",
12464 "rand_core 0.6.4",
12465]
12466
12467[[package]]
12468name = "rand"
12469version = "0.9.1"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12472dependencies = [
12473 "rand_chacha 0.9.0",
12474 "rand_core 0.9.3",
12475]
12476
12477[[package]]
12478name = "rand_chacha"
12479version = "0.2.2"
12480source = "registry+https://github.com/rust-lang/crates.io-index"
12481checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12482dependencies = [
12483 "ppv-lite86",
12484 "rand_core 0.5.1",
12485]
12486
12487[[package]]
12488name = "rand_chacha"
12489version = "0.3.1"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12492dependencies = [
12493 "ppv-lite86",
12494 "rand_core 0.6.4",
12495]
12496
12497[[package]]
12498name = "rand_chacha"
12499version = "0.9.0"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12502dependencies = [
12503 "ppv-lite86",
12504 "rand_core 0.9.3",
12505]
12506
12507[[package]]
12508name = "rand_core"
12509version = "0.5.1"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12512dependencies = [
12513 "getrandom 0.1.16",
12514]
12515
12516[[package]]
12517name = "rand_core"
12518version = "0.6.4"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12521dependencies = [
12522 "getrandom 0.2.15",
12523]
12524
12525[[package]]
12526name = "rand_core"
12527version = "0.9.3"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12530dependencies = [
12531 "getrandom 0.3.2",
12532]
12533
12534[[package]]
12535name = "rand_hc"
12536version = "0.2.0"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12539dependencies = [
12540 "rand_core 0.5.1",
12541]
12542
12543[[package]]
12544name = "rangemap"
12545version = "1.5.1"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12548
12549[[package]]
12550name = "rav1e"
12551version = "0.7.1"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12554dependencies = [
12555 "arbitrary",
12556 "arg_enum_proc_macro",
12557 "arrayvec",
12558 "av1-grain",
12559 "bitstream-io",
12560 "built",
12561 "cfg-if",
12562 "interpolate_name",
12563 "itertools 0.12.1",
12564 "libc",
12565 "libfuzzer-sys",
12566 "log",
12567 "maybe-rayon",
12568 "new_debug_unreachable",
12569 "noop_proc_macro",
12570 "num-derive",
12571 "num-traits",
12572 "once_cell",
12573 "paste",
12574 "profiling",
12575 "rand 0.8.5",
12576 "rand_chacha 0.3.1",
12577 "simd_helpers",
12578 "system-deps",
12579 "thiserror 1.0.69",
12580 "v_frame",
12581 "wasm-bindgen",
12582]
12583
12584[[package]]
12585name = "ravif"
12586version = "0.11.12"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12589dependencies = [
12590 "avif-serialize",
12591 "imgref",
12592 "loop9",
12593 "quick-error",
12594 "rav1e",
12595 "rayon",
12596 "rgb",
12597]
12598
12599[[package]]
12600name = "raw-window-handle"
12601version = "0.6.2"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12604
12605[[package]]
12606name = "raw-window-metal"
12607version = "0.4.0"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12610dependencies = [
12611 "cocoa 0.25.0",
12612 "core-graphics 0.23.2",
12613 "objc",
12614 "raw-window-handle",
12615]
12616
12617[[package]]
12618name = "rayon"
12619version = "1.10.0"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12622dependencies = [
12623 "either",
12624 "rayon-core",
12625]
12626
12627[[package]]
12628name = "rayon-core"
12629version = "1.12.1"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12632dependencies = [
12633 "crossbeam-deque",
12634 "crossbeam-utils",
12635]
12636
12637[[package]]
12638name = "read-fonts"
12639version = "0.25.3"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12642dependencies = [
12643 "bytemuck",
12644 "font-types",
12645]
12646
12647[[package]]
12648name = "recent_projects"
12649version = "0.1.0"
12650dependencies = [
12651 "anyhow",
12652 "auto_update",
12653 "dap",
12654 "editor",
12655 "extension_host",
12656 "file_finder",
12657 "futures 0.3.31",
12658 "fuzzy",
12659 "gpui",
12660 "language",
12661 "log",
12662 "markdown",
12663 "menu",
12664 "ordered-float 2.10.1",
12665 "paths",
12666 "picker",
12667 "project",
12668 "release_channel",
12669 "remote",
12670 "schemars",
12671 "serde",
12672 "serde_json",
12673 "settings",
12674 "smol",
12675 "task",
12676 "telemetry",
12677 "theme",
12678 "ui",
12679 "util",
12680 "workspace",
12681 "workspace-hack",
12682 "zed_actions",
12683]
12684
12685[[package]]
12686name = "redox_syscall"
12687version = "0.2.16"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12690dependencies = [
12691 "bitflags 1.3.2",
12692]
12693
12694[[package]]
12695name = "redox_syscall"
12696version = "0.5.11"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12699dependencies = [
12700 "bitflags 2.9.0",
12701]
12702
12703[[package]]
12704name = "redox_users"
12705version = "0.4.6"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12708dependencies = [
12709 "getrandom 0.2.15",
12710 "libredox",
12711 "thiserror 1.0.69",
12712]
12713
12714[[package]]
12715name = "redox_users"
12716version = "0.5.0"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12719dependencies = [
12720 "getrandom 0.2.15",
12721 "libredox",
12722 "thiserror 2.0.12",
12723]
12724
12725[[package]]
12726name = "ref-cast"
12727version = "1.0.24"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12730dependencies = [
12731 "ref-cast-impl",
12732]
12733
12734[[package]]
12735name = "ref-cast-impl"
12736version = "1.0.24"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12739dependencies = [
12740 "proc-macro2",
12741 "quote",
12742 "syn 2.0.101",
12743]
12744
12745[[package]]
12746name = "referencing"
12747version = "0.30.0"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12750dependencies = [
12751 "ahash 0.8.11",
12752 "fluent-uri",
12753 "once_cell",
12754 "parking_lot",
12755 "percent-encoding",
12756 "serde_json",
12757]
12758
12759[[package]]
12760name = "refineable"
12761version = "0.1.0"
12762dependencies = [
12763 "derive_refineable",
12764 "workspace-hack",
12765]
12766
12767[[package]]
12768name = "regalloc2"
12769version = "0.11.2"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12772dependencies = [
12773 "allocator-api2",
12774 "bumpalo",
12775 "hashbrown 0.15.3",
12776 "log",
12777 "rustc-hash 2.1.1",
12778 "smallvec",
12779]
12780
12781[[package]]
12782name = "regex"
12783version = "1.11.1"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12786dependencies = [
12787 "aho-corasick",
12788 "memchr",
12789 "regex-automata 0.4.9",
12790 "regex-syntax 0.8.5",
12791]
12792
12793[[package]]
12794name = "regex-automata"
12795version = "0.1.10"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12798dependencies = [
12799 "regex-syntax 0.6.29",
12800]
12801
12802[[package]]
12803name = "regex-automata"
12804version = "0.4.9"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12807dependencies = [
12808 "aho-corasick",
12809 "memchr",
12810 "regex-syntax 0.8.5",
12811]
12812
12813[[package]]
12814name = "regex-lite"
12815version = "0.1.6"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12818
12819[[package]]
12820name = "regex-syntax"
12821version = "0.6.29"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12824
12825[[package]]
12826name = "regex-syntax"
12827version = "0.8.5"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12830
12831[[package]]
12832name = "release_channel"
12833version = "0.1.0"
12834dependencies = [
12835 "gpui",
12836 "workspace-hack",
12837]
12838
12839[[package]]
12840name = "remote"
12841version = "0.1.0"
12842dependencies = [
12843 "anyhow",
12844 "askpass",
12845 "async-trait",
12846 "collections",
12847 "fs",
12848 "futures 0.3.31",
12849 "gpui",
12850 "itertools 0.14.0",
12851 "log",
12852 "parking_lot",
12853 "paths",
12854 "prost 0.9.0",
12855 "release_channel",
12856 "rpc",
12857 "schemars",
12858 "serde",
12859 "serde_json",
12860 "shlex",
12861 "smol",
12862 "tempfile",
12863 "thiserror 2.0.12",
12864 "urlencoding",
12865 "util",
12866 "workspace-hack",
12867]
12868
12869[[package]]
12870name = "remote_server"
12871version = "0.1.0"
12872dependencies = [
12873 "anyhow",
12874 "askpass",
12875 "assistant_tool",
12876 "assistant_tools",
12877 "async-watch",
12878 "backtrace",
12879 "cargo_toml",
12880 "chrono",
12881 "clap",
12882 "client",
12883 "clock",
12884 "dap",
12885 "dap_adapters",
12886 "env_logger 0.11.8",
12887 "extension",
12888 "extension_host",
12889 "fork",
12890 "fs",
12891 "futures 0.3.31",
12892 "git",
12893 "git_hosting_providers",
12894 "gpui",
12895 "gpui_tokio",
12896 "http_client",
12897 "language",
12898 "language_extension",
12899 "language_model",
12900 "languages",
12901 "libc",
12902 "log",
12903 "lsp",
12904 "node_runtime",
12905 "paths",
12906 "project",
12907 "proto",
12908 "release_channel",
12909 "remote",
12910 "reqwest_client",
12911 "rpc",
12912 "rust-embed",
12913 "serde",
12914 "serde_json",
12915 "settings",
12916 "shellexpand 2.1.2",
12917 "smol",
12918 "sysinfo",
12919 "telemetry_events",
12920 "toml 0.8.20",
12921 "unindent",
12922 "util",
12923 "worktree",
12924]
12925
12926[[package]]
12927name = "rend"
12928version = "0.4.2"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12931dependencies = [
12932 "bytecheck",
12933]
12934
12935[[package]]
12936name = "repl"
12937version = "0.1.0"
12938dependencies = [
12939 "alacritty_terminal",
12940 "anyhow",
12941 "async-dispatcher",
12942 "async-tungstenite",
12943 "base64 0.22.1",
12944 "client",
12945 "collections",
12946 "command_palette_hooks",
12947 "editor",
12948 "env_logger 0.11.8",
12949 "feature_flags",
12950 "file_icons",
12951 "futures 0.3.31",
12952 "gpui",
12953 "http_client",
12954 "image",
12955 "indoc",
12956 "jupyter-protocol",
12957 "jupyter-websocket-client",
12958 "language",
12959 "languages",
12960 "log",
12961 "markdown_preview",
12962 "menu",
12963 "multi_buffer",
12964 "nbformat",
12965 "picker",
12966 "project",
12967 "runtimelib",
12968 "schemars",
12969 "serde",
12970 "serde_json",
12971 "settings",
12972 "smol",
12973 "telemetry",
12974 "terminal",
12975 "terminal_view",
12976 "theme",
12977 "tree-sitter-md",
12978 "tree-sitter-python",
12979 "tree-sitter-typescript",
12980 "ui",
12981 "util",
12982 "uuid",
12983 "workspace",
12984 "workspace-hack",
12985]
12986
12987[[package]]
12988name = "reqwest"
12989version = "0.11.27"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
12992dependencies = [
12993 "base64 0.21.7",
12994 "bytes 1.10.1",
12995 "encoding_rs",
12996 "futures-core",
12997 "futures-util",
12998 "h2 0.3.26",
12999 "http 0.2.12",
13000 "http-body 0.4.6",
13001 "hyper 0.14.32",
13002 "hyper-rustls 0.24.2",
13003 "hyper-tls",
13004 "ipnet",
13005 "js-sys",
13006 "log",
13007 "mime",
13008 "native-tls",
13009 "once_cell",
13010 "percent-encoding",
13011 "pin-project-lite",
13012 "rustls 0.21.12",
13013 "rustls-native-certs 0.6.3",
13014 "rustls-pemfile 1.0.4",
13015 "serde",
13016 "serde_json",
13017 "serde_urlencoded",
13018 "sync_wrapper 0.1.2",
13019 "system-configuration 0.5.1",
13020 "tokio",
13021 "tokio-native-tls",
13022 "tokio-rustls 0.24.1",
13023 "tower-service",
13024 "url",
13025 "wasm-bindgen",
13026 "wasm-bindgen-futures",
13027 "web-sys",
13028 "winreg 0.50.0",
13029]
13030
13031[[package]]
13032name = "reqwest"
13033version = "0.12.15"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13036dependencies = [
13037 "base64 0.22.1",
13038 "bytes 1.10.1",
13039 "futures-channel",
13040 "futures-core",
13041 "futures-util",
13042 "http 1.3.1",
13043 "http-body 1.0.1",
13044 "http-body-util",
13045 "hyper 1.6.0",
13046 "hyper-util",
13047 "ipnet",
13048 "js-sys",
13049 "log",
13050 "mime",
13051 "once_cell",
13052 "percent-encoding",
13053 "pin-project-lite",
13054 "serde",
13055 "serde_json",
13056 "serde_urlencoded",
13057 "sync_wrapper 1.0.2",
13058 "tokio",
13059 "tower 0.5.2",
13060 "tower-service",
13061 "url",
13062 "wasm-bindgen",
13063 "wasm-bindgen-futures",
13064 "web-sys",
13065 "windows-registry 0.4.0",
13066]
13067
13068[[package]]
13069name = "reqwest"
13070version = "0.12.15"
13071source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13072dependencies = [
13073 "base64 0.22.1",
13074 "bytes 1.10.1",
13075 "encoding_rs",
13076 "futures-core",
13077 "futures-util",
13078 "h2 0.4.9",
13079 "http 1.3.1",
13080 "http-body 1.0.1",
13081 "http-body-util",
13082 "hyper 1.6.0",
13083 "hyper-rustls 0.27.5",
13084 "hyper-util",
13085 "ipnet",
13086 "js-sys",
13087 "log",
13088 "mime",
13089 "once_cell",
13090 "percent-encoding",
13091 "pin-project-lite",
13092 "quinn",
13093 "rustls 0.23.26",
13094 "rustls-native-certs 0.8.1",
13095 "rustls-pemfile 2.2.0",
13096 "rustls-pki-types",
13097 "serde",
13098 "serde_json",
13099 "serde_urlencoded",
13100 "sync_wrapper 1.0.2",
13101 "system-configuration 0.6.1",
13102 "tokio",
13103 "tokio-rustls 0.26.2",
13104 "tokio-socks",
13105 "tokio-util",
13106 "tower 0.5.2",
13107 "tower-service",
13108 "url",
13109 "wasm-bindgen",
13110 "wasm-bindgen-futures",
13111 "wasm-streams",
13112 "web-sys",
13113 "windows-registry 0.4.0",
13114]
13115
13116[[package]]
13117name = "reqwest_client"
13118version = "0.1.0"
13119dependencies = [
13120 "anyhow",
13121 "bytes 1.10.1",
13122 "futures 0.3.31",
13123 "gpui",
13124 "http_client",
13125 "http_client_tls",
13126 "log",
13127 "regex",
13128 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13129 "serde",
13130 "smol",
13131 "tokio",
13132 "workspace-hack",
13133]
13134
13135[[package]]
13136name = "resvg"
13137version = "0.45.1"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13140dependencies = [
13141 "log",
13142 "pico-args",
13143 "rgb",
13144 "svgtypes",
13145 "tiny-skia",
13146 "usvg",
13147]
13148
13149[[package]]
13150name = "rfc6979"
13151version = "0.3.1"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13154dependencies = [
13155 "crypto-bigint 0.4.9",
13156 "hmac",
13157 "zeroize",
13158]
13159
13160[[package]]
13161name = "rgb"
13162version = "0.8.50"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13165dependencies = [
13166 "bytemuck",
13167]
13168
13169[[package]]
13170name = "rich_text"
13171version = "0.1.0"
13172dependencies = [
13173 "futures 0.3.31",
13174 "gpui",
13175 "language",
13176 "linkify",
13177 "pulldown-cmark 0.12.2",
13178 "theme",
13179 "ui",
13180 "util",
13181 "workspace-hack",
13182]
13183
13184[[package]]
13185name = "ring"
13186version = "0.17.14"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13189dependencies = [
13190 "cc",
13191 "cfg-if",
13192 "getrandom 0.2.15",
13193 "libc",
13194 "untrusted",
13195 "windows-sys 0.52.0",
13196]
13197
13198[[package]]
13199name = "rkyv"
13200version = "0.7.45"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13203dependencies = [
13204 "bitvec",
13205 "bytecheck",
13206 "bytes 1.10.1",
13207 "hashbrown 0.12.3",
13208 "ptr_meta",
13209 "rend",
13210 "rkyv_derive",
13211 "seahash",
13212 "tinyvec",
13213 "uuid",
13214]
13215
13216[[package]]
13217name = "rkyv_derive"
13218version = "0.7.45"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13221dependencies = [
13222 "proc-macro2",
13223 "quote",
13224 "syn 1.0.109",
13225]
13226
13227[[package]]
13228name = "rmp"
13229version = "0.8.14"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13232dependencies = [
13233 "byteorder",
13234 "num-traits",
13235 "paste",
13236]
13237
13238[[package]]
13239name = "rmpv"
13240version = "1.3.0"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13243dependencies = [
13244 "num-traits",
13245 "rmp",
13246]
13247
13248[[package]]
13249name = "rodio"
13250version = "0.20.1"
13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13253dependencies = [
13254 "cpal",
13255 "hound",
13256]
13257
13258[[package]]
13259name = "rope"
13260version = "0.1.0"
13261dependencies = [
13262 "arrayvec",
13263 "criterion",
13264 "ctor",
13265 "env_logger 0.11.8",
13266 "gpui",
13267 "log",
13268 "rand 0.8.5",
13269 "rayon",
13270 "smallvec",
13271 "sum_tree",
13272 "unicode-segmentation",
13273 "util",
13274 "workspace-hack",
13275]
13276
13277[[package]]
13278name = "roxmltree"
13279version = "0.20.0"
13280source = "registry+https://github.com/rust-lang/crates.io-index"
13281checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13282
13283[[package]]
13284name = "rpc"
13285version = "0.1.0"
13286dependencies = [
13287 "anyhow",
13288 "async-tungstenite",
13289 "base64 0.22.1",
13290 "chrono",
13291 "collections",
13292 "env_logger 0.11.8",
13293 "futures 0.3.31",
13294 "gpui",
13295 "parking_lot",
13296 "proto",
13297 "rand 0.8.5",
13298 "rsa",
13299 "serde",
13300 "serde_json",
13301 "sha2",
13302 "strum 0.27.1",
13303 "tracing",
13304 "util",
13305 "workspace-hack",
13306 "zstd",
13307]
13308
13309[[package]]
13310name = "rsa"
13311version = "0.9.8"
13312source = "registry+https://github.com/rust-lang/crates.io-index"
13313checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13314dependencies = [
13315 "const-oid",
13316 "digest",
13317 "num-bigint-dig",
13318 "num-integer",
13319 "num-traits",
13320 "pkcs1",
13321 "pkcs8 0.10.2",
13322 "rand_core 0.6.4",
13323 "signature 2.2.0",
13324 "spki 0.7.3",
13325 "subtle",
13326 "zeroize",
13327]
13328
13329[[package]]
13330name = "rules_library"
13331version = "0.1.0"
13332dependencies = [
13333 "anyhow",
13334 "collections",
13335 "editor",
13336 "gpui",
13337 "language",
13338 "language_model",
13339 "log",
13340 "menu",
13341 "picker",
13342 "prompt_store",
13343 "release_channel",
13344 "rope",
13345 "serde",
13346 "settings",
13347 "theme",
13348 "ui",
13349 "util",
13350 "workspace",
13351 "workspace-hack",
13352 "zed_actions",
13353]
13354
13355[[package]]
13356name = "runtimelib"
13357version = "0.25.0"
13358source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13359dependencies = [
13360 "anyhow",
13361 "async-dispatcher",
13362 "async-std",
13363 "base64 0.22.1",
13364 "bytes 1.10.1",
13365 "chrono",
13366 "data-encoding",
13367 "dirs 5.0.1",
13368 "futures 0.3.31",
13369 "glob",
13370 "jupyter-protocol",
13371 "ring",
13372 "serde",
13373 "serde_json",
13374 "shellexpand 3.1.1",
13375 "smol",
13376 "uuid",
13377 "zeromq",
13378]
13379
13380[[package]]
13381name = "rust-embed"
13382version = "8.7.0"
13383source = "registry+https://github.com/rust-lang/crates.io-index"
13384checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13385dependencies = [
13386 "rust-embed-impl",
13387 "rust-embed-utils",
13388 "walkdir",
13389]
13390
13391[[package]]
13392name = "rust-embed-impl"
13393version = "8.7.0"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13396dependencies = [
13397 "proc-macro2",
13398 "quote",
13399 "rust-embed-utils",
13400 "syn 2.0.101",
13401 "walkdir",
13402]
13403
13404[[package]]
13405name = "rust-embed-utils"
13406version = "8.7.0"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13409dependencies = [
13410 "globset",
13411 "sha2",
13412 "walkdir",
13413]
13414
13415[[package]]
13416name = "rust_decimal"
13417version = "1.37.1"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13420dependencies = [
13421 "arrayvec",
13422 "borsh",
13423 "bytes 1.10.1",
13424 "num-traits",
13425 "rand 0.8.5",
13426 "rkyv",
13427 "serde",
13428 "serde_json",
13429]
13430
13431[[package]]
13432name = "rustc-demangle"
13433version = "0.1.24"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13436
13437[[package]]
13438name = "rustc-hash"
13439version = "1.1.0"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13442
13443[[package]]
13444name = "rustc-hash"
13445version = "2.1.1"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13448
13449[[package]]
13450name = "rustc_version"
13451version = "0.4.1"
13452source = "registry+https://github.com/rust-lang/crates.io-index"
13453checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13454dependencies = [
13455 "semver",
13456]
13457
13458[[package]]
13459name = "rustix"
13460version = "0.38.44"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13463dependencies = [
13464 "bitflags 2.9.0",
13465 "errno 0.3.11",
13466 "itoa",
13467 "libc",
13468 "linux-raw-sys 0.4.15",
13469 "windows-sys 0.59.0",
13470]
13471
13472[[package]]
13473name = "rustix"
13474version = "1.0.7"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13477dependencies = [
13478 "bitflags 2.9.0",
13479 "errno 0.3.11",
13480 "libc",
13481 "linux-raw-sys 0.9.4",
13482 "windows-sys 0.59.0",
13483]
13484
13485[[package]]
13486name = "rustix-linux-procfs"
13487version = "0.1.1"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13490dependencies = [
13491 "once_cell",
13492 "rustix 1.0.7",
13493]
13494
13495[[package]]
13496name = "rustix-openpty"
13497version = "0.1.1"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13500dependencies = [
13501 "errno 0.3.11",
13502 "libc",
13503 "rustix 0.38.44",
13504]
13505
13506[[package]]
13507name = "rustls"
13508version = "0.21.12"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13511dependencies = [
13512 "log",
13513 "ring",
13514 "rustls-webpki 0.101.7",
13515 "sct",
13516]
13517
13518[[package]]
13519name = "rustls"
13520version = "0.23.26"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13523dependencies = [
13524 "aws-lc-rs",
13525 "log",
13526 "once_cell",
13527 "ring",
13528 "rustls-pki-types",
13529 "rustls-webpki 0.103.1",
13530 "subtle",
13531 "zeroize",
13532]
13533
13534[[package]]
13535name = "rustls-native-certs"
13536version = "0.6.3"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13539dependencies = [
13540 "openssl-probe",
13541 "rustls-pemfile 1.0.4",
13542 "schannel",
13543 "security-framework 2.11.1",
13544]
13545
13546[[package]]
13547name = "rustls-native-certs"
13548version = "0.8.1"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13551dependencies = [
13552 "openssl-probe",
13553 "rustls-pki-types",
13554 "schannel",
13555 "security-framework 3.2.0",
13556]
13557
13558[[package]]
13559name = "rustls-pemfile"
13560version = "1.0.4"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13563dependencies = [
13564 "base64 0.21.7",
13565]
13566
13567[[package]]
13568name = "rustls-pemfile"
13569version = "2.2.0"
13570source = "registry+https://github.com/rust-lang/crates.io-index"
13571checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13572dependencies = [
13573 "rustls-pki-types",
13574]
13575
13576[[package]]
13577name = "rustls-pki-types"
13578version = "1.11.0"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
13581dependencies = [
13582 "web-time",
13583]
13584
13585[[package]]
13586name = "rustls-platform-verifier"
13587version = "0.5.1"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13590dependencies = [
13591 "core-foundation 0.10.0",
13592 "core-foundation-sys",
13593 "jni",
13594 "log",
13595 "once_cell",
13596 "rustls 0.23.26",
13597 "rustls-native-certs 0.8.1",
13598 "rustls-platform-verifier-android",
13599 "rustls-webpki 0.103.1",
13600 "security-framework 3.2.0",
13601 "security-framework-sys",
13602 "webpki-root-certs",
13603 "windows-sys 0.59.0",
13604]
13605
13606[[package]]
13607name = "rustls-platform-verifier-android"
13608version = "0.1.1"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13611
13612[[package]]
13613name = "rustls-webpki"
13614version = "0.101.7"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13617dependencies = [
13618 "ring",
13619 "untrusted",
13620]
13621
13622[[package]]
13623name = "rustls-webpki"
13624version = "0.103.1"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13627dependencies = [
13628 "aws-lc-rs",
13629 "ring",
13630 "rustls-pki-types",
13631 "untrusted",
13632]
13633
13634[[package]]
13635name = "rustversion"
13636version = "1.0.20"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13639
13640[[package]]
13641name = "rustybuzz"
13642version = "0.14.1"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13645dependencies = [
13646 "bitflags 2.9.0",
13647 "bytemuck",
13648 "libm",
13649 "smallvec",
13650 "ttf-parser 0.21.1",
13651 "unicode-bidi-mirroring 0.2.0",
13652 "unicode-ccc 0.2.0",
13653 "unicode-properties",
13654 "unicode-script",
13655]
13656
13657[[package]]
13658name = "rustybuzz"
13659version = "0.20.1"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13662dependencies = [
13663 "bitflags 2.9.0",
13664 "bytemuck",
13665 "core_maths",
13666 "log",
13667 "smallvec",
13668 "ttf-parser 0.25.1",
13669 "unicode-bidi-mirroring 0.4.0",
13670 "unicode-ccc 0.4.0",
13671 "unicode-properties",
13672 "unicode-script",
13673]
13674
13675[[package]]
13676name = "ryu"
13677version = "1.0.20"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13680
13681[[package]]
13682name = "salsa20"
13683version = "0.10.2"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13686dependencies = [
13687 "cipher",
13688]
13689
13690[[package]]
13691name = "same-file"
13692version = "1.0.6"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13695dependencies = [
13696 "winapi-util",
13697]
13698
13699[[package]]
13700name = "scap"
13701version = "0.0.8"
13702source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13703dependencies = [
13704 "anyhow",
13705 "cocoa 0.25.0",
13706 "core-graphics-helmer-fork",
13707 "log",
13708 "objc",
13709 "rand 0.8.5",
13710 "screencapturekit",
13711 "screencapturekit-sys",
13712 "sysinfo",
13713 "tao-core-video-sys",
13714 "windows 0.61.1",
13715 "windows-capture",
13716 "x11",
13717 "xcb",
13718]
13719
13720[[package]]
13721name = "schannel"
13722version = "0.1.27"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13725dependencies = [
13726 "windows-sys 0.59.0",
13727]
13728
13729[[package]]
13730name = "schema_generator"
13731version = "0.1.0"
13732dependencies = [
13733 "anyhow",
13734 "clap",
13735 "env_logger 0.11.8",
13736 "schemars",
13737 "serde",
13738 "serde_json",
13739 "theme",
13740 "workspace-hack",
13741]
13742
13743[[package]]
13744name = "schemars"
13745version = "0.8.22"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13748dependencies = [
13749 "dyn-clone",
13750 "indexmap",
13751 "schemars_derive",
13752 "serde",
13753 "serde_json",
13754]
13755
13756[[package]]
13757name = "schemars_derive"
13758version = "0.8.22"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13761dependencies = [
13762 "proc-macro2",
13763 "quote",
13764 "serde_derive_internals",
13765 "syn 2.0.101",
13766]
13767
13768[[package]]
13769name = "scoped-tls"
13770version = "1.0.1"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13773
13774[[package]]
13775name = "scopeguard"
13776version = "1.2.0"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13779
13780[[package]]
13781name = "scratch"
13782version = "1.0.8"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13785
13786[[package]]
13787name = "screencapturekit"
13788version = "0.2.8"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13791dependencies = [
13792 "screencapturekit-sys",
13793]
13794
13795[[package]]
13796name = "screencapturekit-sys"
13797version = "0.2.8"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13800dependencies = [
13801 "block",
13802 "dispatch",
13803 "objc",
13804 "objc-foundation",
13805 "objc_id",
13806 "once_cell",
13807]
13808
13809[[package]]
13810name = "scrypt"
13811version = "0.11.0"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13814dependencies = [
13815 "password-hash 0.5.0",
13816 "pbkdf2 0.12.2",
13817 "salsa20",
13818 "sha2",
13819]
13820
13821[[package]]
13822name = "sct"
13823version = "0.7.1"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13826dependencies = [
13827 "ring",
13828 "untrusted",
13829]
13830
13831[[package]]
13832name = "sea-bae"
13833version = "0.2.1"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13836dependencies = [
13837 "heck 0.4.1",
13838 "proc-macro-error2",
13839 "proc-macro2",
13840 "quote",
13841 "syn 2.0.101",
13842]
13843
13844[[package]]
13845name = "sea-orm"
13846version = "1.1.10"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13849dependencies = [
13850 "async-stream",
13851 "async-trait",
13852 "bigdecimal",
13853 "chrono",
13854 "futures-util",
13855 "log",
13856 "ouroboros",
13857 "pgvector",
13858 "rust_decimal",
13859 "sea-orm-macros",
13860 "sea-query",
13861 "sea-query-binder",
13862 "serde",
13863 "serde_json",
13864 "sqlx",
13865 "strum 0.26.3",
13866 "thiserror 2.0.12",
13867 "time",
13868 "tracing",
13869 "url",
13870 "uuid",
13871]
13872
13873[[package]]
13874name = "sea-orm-macros"
13875version = "1.1.10"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13878dependencies = [
13879 "heck 0.4.1",
13880 "proc-macro2",
13881 "quote",
13882 "sea-bae",
13883 "syn 2.0.101",
13884 "unicode-ident",
13885]
13886
13887[[package]]
13888name = "sea-query"
13889version = "0.32.4"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13892dependencies = [
13893 "bigdecimal",
13894 "chrono",
13895 "inherent",
13896 "ordered-float 4.6.0",
13897 "rust_decimal",
13898 "serde_json",
13899 "time",
13900 "uuid",
13901]
13902
13903[[package]]
13904name = "sea-query-binder"
13905version = "0.7.0"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13908dependencies = [
13909 "bigdecimal",
13910 "chrono",
13911 "rust_decimal",
13912 "sea-query",
13913 "serde_json",
13914 "sqlx",
13915 "time",
13916 "uuid",
13917]
13918
13919[[package]]
13920name = "seahash"
13921version = "4.1.0"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13924
13925[[package]]
13926name = "search"
13927version = "0.1.0"
13928dependencies = [
13929 "any_vec",
13930 "anyhow",
13931 "bitflags 2.9.0",
13932 "client",
13933 "collections",
13934 "editor",
13935 "futures 0.3.31",
13936 "gpui",
13937 "language",
13938 "menu",
13939 "project",
13940 "schemars",
13941 "serde",
13942 "serde_json",
13943 "settings",
13944 "smol",
13945 "theme",
13946 "ui",
13947 "unindent",
13948 "util",
13949 "workspace",
13950 "workspace-hack",
13951 "zed_actions",
13952]
13953
13954[[package]]
13955name = "sec1"
13956version = "0.3.0"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
13959dependencies = [
13960 "base16ct",
13961 "der 0.6.1",
13962 "generic-array",
13963 "pkcs8 0.9.0",
13964 "subtle",
13965 "zeroize",
13966]
13967
13968[[package]]
13969name = "security-framework"
13970version = "2.11.1"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
13973dependencies = [
13974 "bitflags 2.9.0",
13975 "core-foundation 0.9.4",
13976 "core-foundation-sys",
13977 "libc",
13978 "security-framework-sys",
13979]
13980
13981[[package]]
13982name = "security-framework"
13983version = "3.2.0"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
13986dependencies = [
13987 "bitflags 2.9.0",
13988 "core-foundation 0.10.0",
13989 "core-foundation-sys",
13990 "libc",
13991 "security-framework-sys",
13992]
13993
13994[[package]]
13995name = "security-framework-sys"
13996version = "2.14.0"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
13999dependencies = [
14000 "core-foundation-sys",
14001 "libc",
14002]
14003
14004[[package]]
14005name = "self_cell"
14006version = "1.2.0"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14009
14010[[package]]
14011name = "semantic_index"
14012version = "0.1.0"
14013dependencies = [
14014 "anyhow",
14015 "arrayvec",
14016 "blake3",
14017 "client",
14018 "clock",
14019 "collections",
14020 "env_logger 0.11.8",
14021 "feature_flags",
14022 "fs",
14023 "futures 0.3.31",
14024 "futures-batch",
14025 "gpui",
14026 "heed",
14027 "http_client",
14028 "language",
14029 "language_model",
14030 "languages",
14031 "log",
14032 "open_ai",
14033 "parking_lot",
14034 "project",
14035 "reqwest_client",
14036 "serde",
14037 "serde_json",
14038 "settings",
14039 "sha2",
14040 "smol",
14041 "streaming-iterator",
14042 "tempfile",
14043 "theme",
14044 "tree-sitter",
14045 "ui",
14046 "unindent",
14047 "util",
14048 "workspace",
14049 "workspace-hack",
14050 "worktree",
14051]
14052
14053[[package]]
14054name = "semantic_version"
14055version = "0.1.0"
14056dependencies = [
14057 "anyhow",
14058 "serde",
14059 "workspace-hack",
14060]
14061
14062[[package]]
14063name = "semver"
14064version = "1.0.26"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14067dependencies = [
14068 "serde",
14069]
14070
14071[[package]]
14072name = "serde"
14073version = "1.0.219"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14076dependencies = [
14077 "serde_derive",
14078]
14079
14080[[package]]
14081name = "serde_derive"
14082version = "1.0.219"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14085dependencies = [
14086 "proc-macro2",
14087 "quote",
14088 "syn 2.0.101",
14089]
14090
14091[[package]]
14092name = "serde_derive_internals"
14093version = "0.29.1"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14096dependencies = [
14097 "proc-macro2",
14098 "quote",
14099 "syn 2.0.101",
14100]
14101
14102[[package]]
14103name = "serde_fmt"
14104version = "1.0.3"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14107dependencies = [
14108 "serde",
14109]
14110
14111[[package]]
14112name = "serde_json"
14113version = "1.0.140"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14116dependencies = [
14117 "indexmap",
14118 "itoa",
14119 "memchr",
14120 "ryu",
14121 "serde",
14122]
14123
14124[[package]]
14125name = "serde_json_lenient"
14126version = "0.2.4"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14129dependencies = [
14130 "indexmap",
14131 "itoa",
14132 "memchr",
14133 "ryu",
14134 "serde",
14135]
14136
14137[[package]]
14138name = "serde_path_to_error"
14139version = "0.1.17"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14142dependencies = [
14143 "itoa",
14144 "serde",
14145]
14146
14147[[package]]
14148name = "serde_qs"
14149version = "0.8.5"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14152dependencies = [
14153 "percent-encoding",
14154 "serde",
14155 "thiserror 1.0.69",
14156]
14157
14158[[package]]
14159name = "serde_qs"
14160version = "0.10.1"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14163dependencies = [
14164 "percent-encoding",
14165 "serde",
14166 "thiserror 1.0.69",
14167]
14168
14169[[package]]
14170name = "serde_repr"
14171version = "0.1.20"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14174dependencies = [
14175 "proc-macro2",
14176 "quote",
14177 "syn 2.0.101",
14178]
14179
14180[[package]]
14181name = "serde_spanned"
14182version = "0.6.8"
14183source = "registry+https://github.com/rust-lang/crates.io-index"
14184checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14185dependencies = [
14186 "serde",
14187]
14188
14189[[package]]
14190name = "serde_urlencoded"
14191version = "0.7.1"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14194dependencies = [
14195 "form_urlencoded",
14196 "itoa",
14197 "ryu",
14198 "serde",
14199]
14200
14201[[package]]
14202name = "serial2"
14203version = "0.2.29"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14206dependencies = [
14207 "cfg-if",
14208 "libc",
14209 "winapi",
14210]
14211
14212[[package]]
14213name = "session"
14214version = "0.1.0"
14215dependencies = [
14216 "db",
14217 "gpui",
14218 "serde_json",
14219 "util",
14220 "uuid",
14221 "workspace-hack",
14222]
14223
14224[[package]]
14225name = "settings"
14226version = "0.1.0"
14227dependencies = [
14228 "anyhow",
14229 "collections",
14230 "ec4rs",
14231 "fs",
14232 "futures 0.3.31",
14233 "gpui",
14234 "indoc",
14235 "inventory",
14236 "log",
14237 "paths",
14238 "pretty_assertions",
14239 "release_channel",
14240 "rust-embed",
14241 "schemars",
14242 "serde",
14243 "serde_derive",
14244 "serde_json",
14245 "serde_json_lenient",
14246 "smallvec",
14247 "streaming-iterator",
14248 "tree-sitter",
14249 "tree-sitter-json",
14250 "unindent",
14251 "util",
14252 "workspace-hack",
14253]
14254
14255[[package]]
14256name = "settings_ui"
14257version = "0.1.0"
14258dependencies = [
14259 "command_palette_hooks",
14260 "editor",
14261 "feature_flags",
14262 "fs",
14263 "gpui",
14264 "log",
14265 "paths",
14266 "schemars",
14267 "serde",
14268 "settings",
14269 "theme",
14270 "ui",
14271 "workspace",
14272 "workspace-hack",
14273]
14274
14275[[package]]
14276name = "sha1"
14277version = "0.10.6"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14280dependencies = [
14281 "cfg-if",
14282 "cpufeatures",
14283 "digest",
14284]
14285
14286[[package]]
14287name = "sha1-checked"
14288version = "0.10.0"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14291dependencies = [
14292 "digest",
14293 "sha1",
14294]
14295
14296[[package]]
14297name = "sha1_smol"
14298version = "1.0.1"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14301
14302[[package]]
14303name = "sha2"
14304version = "0.10.8"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14307dependencies = [
14308 "cfg-if",
14309 "cpufeatures",
14310 "digest",
14311]
14312
14313[[package]]
14314name = "sharded-slab"
14315version = "0.1.7"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14318dependencies = [
14319 "lazy_static",
14320]
14321
14322[[package]]
14323name = "shared_library"
14324version = "0.1.9"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14327dependencies = [
14328 "lazy_static",
14329 "libc",
14330]
14331
14332[[package]]
14333name = "shell-words"
14334version = "1.1.0"
14335source = "registry+https://github.com/rust-lang/crates.io-index"
14336checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14337
14338[[package]]
14339name = "shellexpand"
14340version = "2.1.2"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14343dependencies = [
14344 "dirs 4.0.0",
14345]
14346
14347[[package]]
14348name = "shellexpand"
14349version = "3.1.1"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14352dependencies = [
14353 "dirs 6.0.0",
14354]
14355
14356[[package]]
14357name = "shlex"
14358version = "1.3.0"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14361
14362[[package]]
14363name = "signal-hook"
14364version = "0.3.17"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14367dependencies = [
14368 "libc",
14369 "signal-hook-registry",
14370]
14371
14372[[package]]
14373name = "signal-hook-registry"
14374version = "1.4.5"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14377dependencies = [
14378 "libc",
14379]
14380
14381[[package]]
14382name = "signature"
14383version = "1.6.4"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14386dependencies = [
14387 "digest",
14388 "rand_core 0.6.4",
14389]
14390
14391[[package]]
14392name = "signature"
14393version = "2.2.0"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14396dependencies = [
14397 "digest",
14398 "rand_core 0.6.4",
14399]
14400
14401[[package]]
14402name = "simd-adler32"
14403version = "0.3.7"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14406
14407[[package]]
14408name = "simd_helpers"
14409version = "0.1.0"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14412dependencies = [
14413 "quote",
14414]
14415
14416[[package]]
14417name = "simdutf8"
14418version = "0.1.5"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14421
14422[[package]]
14423name = "simple_asn1"
14424version = "0.6.3"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14427dependencies = [
14428 "num-bigint",
14429 "num-traits",
14430 "thiserror 2.0.12",
14431 "time",
14432]
14433
14434[[package]]
14435name = "simplecss"
14436version = "0.2.2"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14439dependencies = [
14440 "log",
14441]
14442
14443[[package]]
14444name = "simplelog"
14445version = "0.12.2"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14448dependencies = [
14449 "log",
14450 "termcolor",
14451 "time",
14452]
14453
14454[[package]]
14455name = "siphasher"
14456version = "1.0.1"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14459
14460[[package]]
14461name = "skrifa"
14462version = "0.26.6"
14463source = "registry+https://github.com/rust-lang/crates.io-index"
14464checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14465dependencies = [
14466 "bytemuck",
14467 "read-fonts",
14468]
14469
14470[[package]]
14471name = "slab"
14472version = "0.4.9"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14475dependencies = [
14476 "autocfg",
14477]
14478
14479[[package]]
14480name = "slash_commands_example"
14481version = "0.1.0"
14482dependencies = [
14483 "zed_extension_api 0.1.0",
14484]
14485
14486[[package]]
14487name = "slotmap"
14488version = "1.0.7"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14491dependencies = [
14492 "version_check",
14493]
14494
14495[[package]]
14496name = "smallvec"
14497version = "1.15.0"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14500dependencies = [
14501 "serde",
14502]
14503
14504[[package]]
14505name = "smart-default"
14506version = "0.6.0"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14509dependencies = [
14510 "proc-macro2",
14511 "quote",
14512 "syn 1.0.109",
14513]
14514
14515[[package]]
14516name = "smol"
14517version = "2.0.2"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14520dependencies = [
14521 "async-channel 2.3.1",
14522 "async-executor",
14523 "async-fs",
14524 "async-io",
14525 "async-lock",
14526 "async-net",
14527 "async-process",
14528 "blocking",
14529 "futures-lite 2.6.0",
14530]
14531
14532[[package]]
14533name = "smol_str"
14534version = "0.1.24"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14537dependencies = [
14538 "serde",
14539]
14540
14541[[package]]
14542name = "smol_str"
14543version = "0.2.2"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14546
14547[[package]]
14548name = "snippet"
14549version = "0.1.0"
14550dependencies = [
14551 "anyhow",
14552 "smallvec",
14553 "workspace-hack",
14554]
14555
14556[[package]]
14557name = "snippet_provider"
14558version = "0.1.0"
14559dependencies = [
14560 "anyhow",
14561 "collections",
14562 "extension",
14563 "fs",
14564 "futures 0.3.31",
14565 "gpui",
14566 "indoc",
14567 "parking_lot",
14568 "paths",
14569 "schemars",
14570 "serde",
14571 "serde_json_lenient",
14572 "snippet",
14573 "util",
14574 "workspace-hack",
14575]
14576
14577[[package]]
14578name = "snippets_ui"
14579version = "0.1.0"
14580dependencies = [
14581 "fuzzy",
14582 "gpui",
14583 "language",
14584 "paths",
14585 "picker",
14586 "ui",
14587 "util",
14588 "workspace",
14589 "workspace-hack",
14590]
14591
14592[[package]]
14593name = "socket2"
14594version = "0.5.9"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14597dependencies = [
14598 "libc",
14599 "windows-sys 0.52.0",
14600]
14601
14602[[package]]
14603name = "spdx"
14604version = "0.10.8"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14607dependencies = [
14608 "smallvec",
14609]
14610
14611[[package]]
14612name = "spin"
14613version = "0.9.8"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14616dependencies = [
14617 "lock_api",
14618]
14619
14620[[package]]
14621name = "spirv"
14622version = "0.3.0+sdk-1.3.268.0"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14625dependencies = [
14626 "bitflags 2.9.0",
14627]
14628
14629[[package]]
14630name = "spki"
14631version = "0.6.0"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14634dependencies = [
14635 "base64ct",
14636 "der 0.6.1",
14637]
14638
14639[[package]]
14640name = "spki"
14641version = "0.7.3"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14644dependencies = [
14645 "base64ct",
14646 "der 0.7.10",
14647]
14648
14649[[package]]
14650name = "sptr"
14651version = "0.3.2"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14654
14655[[package]]
14656name = "sqlez"
14657version = "0.1.0"
14658dependencies = [
14659 "anyhow",
14660 "collections",
14661 "futures 0.3.31",
14662 "indoc",
14663 "libsqlite3-sys",
14664 "parking_lot",
14665 "smol",
14666 "sqlformat",
14667 "thread_local",
14668 "util",
14669 "uuid",
14670 "workspace-hack",
14671]
14672
14673[[package]]
14674name = "sqlez_macros"
14675version = "0.1.0"
14676dependencies = [
14677 "sqlez",
14678 "sqlformat",
14679 "syn 1.0.109",
14680 "workspace-hack",
14681]
14682
14683[[package]]
14684name = "sqlformat"
14685version = "0.2.6"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14688dependencies = [
14689 "nom",
14690 "unicode_categories",
14691]
14692
14693[[package]]
14694name = "sqlx"
14695version = "0.8.5"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14698dependencies = [
14699 "sqlx-core",
14700 "sqlx-macros",
14701 "sqlx-mysql",
14702 "sqlx-postgres",
14703 "sqlx-sqlite",
14704]
14705
14706[[package]]
14707name = "sqlx-core"
14708version = "0.8.5"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14711dependencies = [
14712 "base64 0.22.1",
14713 "bigdecimal",
14714 "bytes 1.10.1",
14715 "chrono",
14716 "crc",
14717 "crossbeam-queue",
14718 "either",
14719 "event-listener 5.4.0",
14720 "futures-core",
14721 "futures-intrusive",
14722 "futures-io",
14723 "futures-util",
14724 "hashbrown 0.15.3",
14725 "hashlink 0.10.0",
14726 "indexmap",
14727 "log",
14728 "memchr",
14729 "once_cell",
14730 "percent-encoding",
14731 "rust_decimal",
14732 "rustls 0.23.26",
14733 "serde",
14734 "serde_json",
14735 "sha2",
14736 "smallvec",
14737 "thiserror 2.0.12",
14738 "time",
14739 "tokio",
14740 "tokio-stream",
14741 "tracing",
14742 "url",
14743 "uuid",
14744 "webpki-roots",
14745]
14746
14747[[package]]
14748name = "sqlx-macros"
14749version = "0.8.5"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14752dependencies = [
14753 "proc-macro2",
14754 "quote",
14755 "sqlx-core",
14756 "sqlx-macros-core",
14757 "syn 2.0.101",
14758]
14759
14760[[package]]
14761name = "sqlx-macros-core"
14762version = "0.8.5"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14765dependencies = [
14766 "dotenvy",
14767 "either",
14768 "heck 0.5.0",
14769 "hex",
14770 "once_cell",
14771 "proc-macro2",
14772 "quote",
14773 "serde",
14774 "serde_json",
14775 "sha2",
14776 "sqlx-core",
14777 "sqlx-mysql",
14778 "sqlx-postgres",
14779 "sqlx-sqlite",
14780 "syn 2.0.101",
14781 "tempfile",
14782 "tokio",
14783 "url",
14784]
14785
14786[[package]]
14787name = "sqlx-mysql"
14788version = "0.8.5"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14791dependencies = [
14792 "atoi",
14793 "base64 0.22.1",
14794 "bigdecimal",
14795 "bitflags 2.9.0",
14796 "byteorder",
14797 "bytes 1.10.1",
14798 "chrono",
14799 "crc",
14800 "digest",
14801 "dotenvy",
14802 "either",
14803 "futures-channel",
14804 "futures-core",
14805 "futures-io",
14806 "futures-util",
14807 "generic-array",
14808 "hex",
14809 "hkdf",
14810 "hmac",
14811 "itoa",
14812 "log",
14813 "md-5",
14814 "memchr",
14815 "once_cell",
14816 "percent-encoding",
14817 "rand 0.8.5",
14818 "rsa",
14819 "rust_decimal",
14820 "serde",
14821 "sha1",
14822 "sha2",
14823 "smallvec",
14824 "sqlx-core",
14825 "stringprep",
14826 "thiserror 2.0.12",
14827 "time",
14828 "tracing",
14829 "uuid",
14830 "whoami",
14831]
14832
14833[[package]]
14834name = "sqlx-postgres"
14835version = "0.8.5"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14838dependencies = [
14839 "atoi",
14840 "base64 0.22.1",
14841 "bigdecimal",
14842 "bitflags 2.9.0",
14843 "byteorder",
14844 "chrono",
14845 "crc",
14846 "dotenvy",
14847 "etcetera",
14848 "futures-channel",
14849 "futures-core",
14850 "futures-util",
14851 "hex",
14852 "hkdf",
14853 "hmac",
14854 "home",
14855 "itoa",
14856 "log",
14857 "md-5",
14858 "memchr",
14859 "num-bigint",
14860 "once_cell",
14861 "rand 0.8.5",
14862 "rust_decimal",
14863 "serde",
14864 "serde_json",
14865 "sha2",
14866 "smallvec",
14867 "sqlx-core",
14868 "stringprep",
14869 "thiserror 2.0.12",
14870 "time",
14871 "tracing",
14872 "uuid",
14873 "whoami",
14874]
14875
14876[[package]]
14877name = "sqlx-sqlite"
14878version = "0.8.5"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14881dependencies = [
14882 "atoi",
14883 "chrono",
14884 "flume",
14885 "futures-channel",
14886 "futures-core",
14887 "futures-executor",
14888 "futures-intrusive",
14889 "futures-util",
14890 "libsqlite3-sys",
14891 "log",
14892 "percent-encoding",
14893 "serde",
14894 "serde_urlencoded",
14895 "sqlx-core",
14896 "thiserror 2.0.12",
14897 "time",
14898 "tracing",
14899 "url",
14900 "uuid",
14901]
14902
14903[[package]]
14904name = "stable_deref_trait"
14905version = "1.2.0"
14906source = "registry+https://github.com/rust-lang/crates.io-index"
14907checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14908
14909[[package]]
14910name = "static_assertions"
14911version = "1.1.0"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14914
14915[[package]]
14916name = "story"
14917version = "0.1.0"
14918dependencies = [
14919 "gpui",
14920 "itertools 0.14.0",
14921 "smallvec",
14922 "workspace-hack",
14923]
14924
14925[[package]]
14926name = "storybook"
14927version = "0.1.0"
14928dependencies = [
14929 "anyhow",
14930 "clap",
14931 "collab_ui",
14932 "ctrlc",
14933 "dialoguer",
14934 "editor",
14935 "fuzzy",
14936 "gpui",
14937 "indoc",
14938 "language",
14939 "log",
14940 "menu",
14941 "picker",
14942 "project",
14943 "reqwest_client",
14944 "rust-embed",
14945 "settings",
14946 "simplelog",
14947 "story",
14948 "strum 0.27.1",
14949 "theme",
14950 "title_bar",
14951 "ui",
14952 "workspace",
14953 "workspace-hack",
14954]
14955
14956[[package]]
14957name = "streaming-iterator"
14958version = "0.1.9"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
14961
14962[[package]]
14963name = "streaming_diff"
14964version = "0.1.0"
14965dependencies = [
14966 "ordered-float 2.10.1",
14967 "rand 0.8.5",
14968 "rope",
14969 "util",
14970 "workspace-hack",
14971]
14972
14973[[package]]
14974name = "strict-num"
14975version = "0.1.1"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
14978dependencies = [
14979 "float-cmp",
14980]
14981
14982[[package]]
14983name = "string_cache"
14984version = "0.8.9"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
14987dependencies = [
14988 "new_debug_unreachable",
14989 "parking_lot",
14990 "phf_shared",
14991 "precomputed-hash",
14992 "serde",
14993]
14994
14995[[package]]
14996name = "string_cache_codegen"
14997version = "0.5.4"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15000dependencies = [
15001 "phf_generator",
15002 "phf_shared",
15003 "proc-macro2",
15004 "quote",
15005]
15006
15007[[package]]
15008name = "stringprep"
15009version = "0.1.5"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15012dependencies = [
15013 "unicode-bidi",
15014 "unicode-normalization",
15015 "unicode-properties",
15016]
15017
15018[[package]]
15019name = "strsim"
15020version = "0.11.1"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15023
15024[[package]]
15025name = "strum"
15026version = "0.26.3"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15029dependencies = [
15030 "strum_macros 0.26.4",
15031]
15032
15033[[package]]
15034name = "strum"
15035version = "0.27.1"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15038dependencies = [
15039 "strum_macros 0.27.1",
15040]
15041
15042[[package]]
15043name = "strum_macros"
15044version = "0.26.4"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15047dependencies = [
15048 "heck 0.5.0",
15049 "proc-macro2",
15050 "quote",
15051 "rustversion",
15052 "syn 2.0.101",
15053]
15054
15055[[package]]
15056name = "strum_macros"
15057version = "0.27.1"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15060dependencies = [
15061 "heck 0.5.0",
15062 "proc-macro2",
15063 "quote",
15064 "rustversion",
15065 "syn 2.0.101",
15066]
15067
15068[[package]]
15069name = "subtle"
15070version = "2.6.1"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15073
15074[[package]]
15075name = "sum_tree"
15076version = "0.1.0"
15077dependencies = [
15078 "arrayvec",
15079 "ctor",
15080 "env_logger 0.11.8",
15081 "log",
15082 "rand 0.8.5",
15083 "rayon",
15084 "workspace-hack",
15085]
15086
15087[[package]]
15088name = "supermaven"
15089version = "0.1.0"
15090dependencies = [
15091 "anyhow",
15092 "client",
15093 "collections",
15094 "editor",
15095 "env_logger 0.11.8",
15096 "futures 0.3.31",
15097 "gpui",
15098 "http_client",
15099 "inline_completion",
15100 "language",
15101 "log",
15102 "postage",
15103 "project",
15104 "serde",
15105 "serde_json",
15106 "settings",
15107 "smol",
15108 "supermaven_api",
15109 "text",
15110 "theme",
15111 "ui",
15112 "unicode-segmentation",
15113 "util",
15114 "workspace-hack",
15115]
15116
15117[[package]]
15118name = "supermaven_api"
15119version = "0.1.0"
15120dependencies = [
15121 "anyhow",
15122 "futures 0.3.31",
15123 "http_client",
15124 "paths",
15125 "serde",
15126 "serde_json",
15127 "smol",
15128 "workspace-hack",
15129]
15130
15131[[package]]
15132name = "sval"
15133version = "2.14.1"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15136
15137[[package]]
15138name = "sval_buffer"
15139version = "2.14.1"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15142dependencies = [
15143 "sval",
15144 "sval_ref",
15145]
15146
15147[[package]]
15148name = "sval_dynamic"
15149version = "2.14.1"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15152dependencies = [
15153 "sval",
15154]
15155
15156[[package]]
15157name = "sval_fmt"
15158version = "2.14.1"
15159source = "registry+https://github.com/rust-lang/crates.io-index"
15160checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15161dependencies = [
15162 "itoa",
15163 "ryu",
15164 "sval",
15165]
15166
15167[[package]]
15168name = "sval_json"
15169version = "2.14.1"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15172dependencies = [
15173 "itoa",
15174 "ryu",
15175 "sval",
15176]
15177
15178[[package]]
15179name = "sval_nested"
15180version = "2.14.1"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15183dependencies = [
15184 "sval",
15185 "sval_buffer",
15186 "sval_ref",
15187]
15188
15189[[package]]
15190name = "sval_ref"
15191version = "2.14.1"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15194dependencies = [
15195 "sval",
15196]
15197
15198[[package]]
15199name = "sval_serde"
15200version = "2.14.1"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15203dependencies = [
15204 "serde",
15205 "sval",
15206 "sval_nested",
15207]
15208
15209[[package]]
15210name = "svg_fmt"
15211version = "0.4.5"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15214
15215[[package]]
15216name = "svgtypes"
15217version = "0.15.3"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15220dependencies = [
15221 "kurbo",
15222 "siphasher",
15223]
15224
15225[[package]]
15226name = "swash"
15227version = "0.2.2"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15230dependencies = [
15231 "skrifa",
15232 "yazi",
15233 "zeno",
15234]
15235
15236[[package]]
15237name = "syn"
15238version = "1.0.109"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15241dependencies = [
15242 "proc-macro2",
15243 "quote",
15244 "unicode-ident",
15245]
15246
15247[[package]]
15248name = "syn"
15249version = "2.0.101"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15252dependencies = [
15253 "proc-macro2",
15254 "quote",
15255 "unicode-ident",
15256]
15257
15258[[package]]
15259name = "sync_wrapper"
15260version = "0.1.2"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15263
15264[[package]]
15265name = "sync_wrapper"
15266version = "1.0.2"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15269dependencies = [
15270 "futures-core",
15271]
15272
15273[[package]]
15274name = "synchronoise"
15275version = "1.0.1"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15278dependencies = [
15279 "crossbeam-queue",
15280]
15281
15282[[package]]
15283name = "synstructure"
15284version = "0.13.1"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15287dependencies = [
15288 "proc-macro2",
15289 "quote",
15290 "syn 2.0.101",
15291]
15292
15293[[package]]
15294name = "sys-locale"
15295version = "0.3.2"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15298dependencies = [
15299 "libc",
15300]
15301
15302[[package]]
15303name = "sysinfo"
15304version = "0.31.4"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15307dependencies = [
15308 "core-foundation-sys",
15309 "libc",
15310 "memchr",
15311 "ntapi",
15312 "rayon",
15313 "windows 0.57.0",
15314]
15315
15316[[package]]
15317name = "system-configuration"
15318version = "0.5.1"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15321dependencies = [
15322 "bitflags 1.3.2",
15323 "core-foundation 0.9.4",
15324 "system-configuration-sys 0.5.0",
15325]
15326
15327[[package]]
15328name = "system-configuration"
15329version = "0.6.1"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15332dependencies = [
15333 "bitflags 2.9.0",
15334 "core-foundation 0.9.4",
15335 "system-configuration-sys 0.6.0",
15336]
15337
15338[[package]]
15339name = "system-configuration-sys"
15340version = "0.5.0"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15343dependencies = [
15344 "core-foundation-sys",
15345 "libc",
15346]
15347
15348[[package]]
15349name = "system-configuration-sys"
15350version = "0.6.0"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15353dependencies = [
15354 "core-foundation-sys",
15355 "libc",
15356]
15357
15358[[package]]
15359name = "system-deps"
15360version = "6.2.2"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15363dependencies = [
15364 "cfg-expr",
15365 "heck 0.5.0",
15366 "pkg-config",
15367 "toml 0.8.20",
15368 "version-compare",
15369]
15370
15371[[package]]
15372name = "system-interface"
15373version = "0.27.3"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15376dependencies = [
15377 "bitflags 2.9.0",
15378 "cap-fs-ext",
15379 "cap-std",
15380 "fd-lock",
15381 "io-lifetimes",
15382 "rustix 0.38.44",
15383 "windows-sys 0.59.0",
15384 "winx",
15385]
15386
15387[[package]]
15388name = "tab_switcher"
15389version = "0.1.0"
15390dependencies = [
15391 "anyhow",
15392 "collections",
15393 "ctor",
15394 "editor",
15395 "env_logger 0.11.8",
15396 "fuzzy",
15397 "gpui",
15398 "language",
15399 "menu",
15400 "picker",
15401 "project",
15402 "schemars",
15403 "serde",
15404 "serde_json",
15405 "settings",
15406 "smol",
15407 "theme",
15408 "ui",
15409 "util",
15410 "workspace",
15411 "workspace-hack",
15412]
15413
15414[[package]]
15415name = "taffy"
15416version = "0.4.4"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15419dependencies = [
15420 "arrayvec",
15421 "grid",
15422 "num-traits",
15423 "serde",
15424 "slotmap",
15425]
15426
15427[[package]]
15428name = "take-until"
15429version = "0.2.0"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15432
15433[[package]]
15434name = "tao-core-video-sys"
15435version = "0.2.0"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15438dependencies = [
15439 "cfg-if",
15440 "core-foundation-sys",
15441 "libc",
15442 "objc",
15443]
15444
15445[[package]]
15446name = "tap"
15447version = "1.0.1"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15450
15451[[package]]
15452name = "target-lexicon"
15453version = "0.12.16"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15456
15457[[package]]
15458name = "target-lexicon"
15459version = "0.13.2"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15462
15463[[package]]
15464name = "task"
15465version = "0.1.0"
15466dependencies = [
15467 "anyhow",
15468 "collections",
15469 "futures 0.3.31",
15470 "gpui",
15471 "hex",
15472 "parking_lot",
15473 "pretty_assertions",
15474 "proto",
15475 "schemars",
15476 "serde",
15477 "serde_json",
15478 "serde_json_lenient",
15479 "sha2",
15480 "shellexpand 2.1.2",
15481 "util",
15482 "workspace-hack",
15483 "zed_actions",
15484]
15485
15486[[package]]
15487name = "tasks_ui"
15488version = "0.1.0"
15489dependencies = [
15490 "anyhow",
15491 "collections",
15492 "editor",
15493 "file_icons",
15494 "fuzzy",
15495 "gpui",
15496 "itertools 0.14.0",
15497 "language",
15498 "menu",
15499 "picker",
15500 "project",
15501 "serde",
15502 "serde_json",
15503 "task",
15504 "tree-sitter-rust",
15505 "tree-sitter-typescript",
15506 "ui",
15507 "util",
15508 "workspace",
15509 "workspace-hack",
15510 "zed_actions",
15511]
15512
15513[[package]]
15514name = "telemetry"
15515version = "0.1.0"
15516dependencies = [
15517 "futures 0.3.31",
15518 "serde",
15519 "serde_json",
15520 "telemetry_events",
15521 "workspace-hack",
15522]
15523
15524[[package]]
15525name = "telemetry_events"
15526version = "0.1.0"
15527dependencies = [
15528 "semantic_version",
15529 "serde",
15530 "serde_json",
15531 "workspace-hack",
15532]
15533
15534[[package]]
15535name = "tempfile"
15536version = "3.20.0"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15539dependencies = [
15540 "fastrand 2.3.0",
15541 "getrandom 0.3.2",
15542 "once_cell",
15543 "rustix 1.0.7",
15544 "windows-sys 0.59.0",
15545]
15546
15547[[package]]
15548name = "tendril"
15549version = "0.4.3"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15552dependencies = [
15553 "futf",
15554 "mac",
15555 "utf-8",
15556]
15557
15558[[package]]
15559name = "termcolor"
15560version = "1.4.1"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15563dependencies = [
15564 "winapi-util",
15565]
15566
15567[[package]]
15568name = "terminal"
15569version = "0.1.0"
15570dependencies = [
15571 "alacritty_terminal",
15572 "anyhow",
15573 "collections",
15574 "dirs 4.0.0",
15575 "futures 0.3.31",
15576 "gpui",
15577 "libc",
15578 "rand 0.8.5",
15579 "regex",
15580 "release_channel",
15581 "schemars",
15582 "serde",
15583 "serde_derive",
15584 "settings",
15585 "smol",
15586 "sysinfo",
15587 "task",
15588 "theme",
15589 "thiserror 2.0.12",
15590 "util",
15591 "windows 0.61.1",
15592 "workspace-hack",
15593]
15594
15595[[package]]
15596name = "terminal_size"
15597version = "0.4.2"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15600dependencies = [
15601 "rustix 1.0.7",
15602 "windows-sys 0.59.0",
15603]
15604
15605[[package]]
15606name = "terminal_view"
15607version = "0.1.0"
15608dependencies = [
15609 "anyhow",
15610 "async-recursion 1.1.1",
15611 "breadcrumbs",
15612 "client",
15613 "collections",
15614 "db",
15615 "dirs 4.0.0",
15616 "editor",
15617 "futures 0.3.31",
15618 "gpui",
15619 "itertools 0.14.0",
15620 "language",
15621 "log",
15622 "project",
15623 "rand 0.8.5",
15624 "regex",
15625 "schemars",
15626 "search",
15627 "serde",
15628 "serde_json",
15629 "settings",
15630 "shellexpand 2.1.2",
15631 "smol",
15632 "task",
15633 "terminal",
15634 "theme",
15635 "ui",
15636 "util",
15637 "workspace",
15638 "workspace-hack",
15639 "zed_actions",
15640]
15641
15642[[package]]
15643name = "text"
15644version = "0.1.0"
15645dependencies = [
15646 "anyhow",
15647 "clock",
15648 "collections",
15649 "ctor",
15650 "env_logger 0.11.8",
15651 "gpui",
15652 "http_client",
15653 "log",
15654 "parking_lot",
15655 "postage",
15656 "rand 0.8.5",
15657 "regex",
15658 "rope",
15659 "smallvec",
15660 "sum_tree",
15661 "util",
15662 "workspace-hack",
15663]
15664
15665[[package]]
15666name = "theme"
15667version = "0.1.0"
15668dependencies = [
15669 "anyhow",
15670 "collections",
15671 "derive_more",
15672 "fs",
15673 "futures 0.3.31",
15674 "gpui",
15675 "indexmap",
15676 "log",
15677 "palette",
15678 "parking_lot",
15679 "refineable",
15680 "schemars",
15681 "serde",
15682 "serde_derive",
15683 "serde_json",
15684 "serde_json_lenient",
15685 "serde_repr",
15686 "settings",
15687 "strum 0.27.1",
15688 "thiserror 2.0.12",
15689 "util",
15690 "uuid",
15691 "workspace-hack",
15692]
15693
15694[[package]]
15695name = "theme_extension"
15696version = "0.1.0"
15697dependencies = [
15698 "anyhow",
15699 "extension",
15700 "fs",
15701 "gpui",
15702 "theme",
15703 "workspace-hack",
15704]
15705
15706[[package]]
15707name = "theme_importer"
15708version = "0.1.0"
15709dependencies = [
15710 "anyhow",
15711 "clap",
15712 "gpui",
15713 "indexmap",
15714 "log",
15715 "palette",
15716 "rust-embed",
15717 "serde",
15718 "serde_json",
15719 "serde_json_lenient",
15720 "simplelog",
15721 "strum 0.27.1",
15722 "theme",
15723 "vscode_theme",
15724 "workspace-hack",
15725]
15726
15727[[package]]
15728name = "theme_selector"
15729version = "0.1.0"
15730dependencies = [
15731 "fs",
15732 "fuzzy",
15733 "gpui",
15734 "log",
15735 "picker",
15736 "serde",
15737 "settings",
15738 "telemetry",
15739 "theme",
15740 "ui",
15741 "util",
15742 "workspace",
15743 "workspace-hack",
15744 "zed_actions",
15745]
15746
15747[[package]]
15748name = "thiserror"
15749version = "1.0.69"
15750source = "registry+https://github.com/rust-lang/crates.io-index"
15751checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15752dependencies = [
15753 "thiserror-impl 1.0.69",
15754]
15755
15756[[package]]
15757name = "thiserror"
15758version = "2.0.12"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15761dependencies = [
15762 "thiserror-impl 2.0.12",
15763]
15764
15765[[package]]
15766name = "thiserror-impl"
15767version = "1.0.69"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15770dependencies = [
15771 "proc-macro2",
15772 "quote",
15773 "syn 2.0.101",
15774]
15775
15776[[package]]
15777name = "thiserror-impl"
15778version = "2.0.12"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15781dependencies = [
15782 "proc-macro2",
15783 "quote",
15784 "syn 2.0.101",
15785]
15786
15787[[package]]
15788name = "thread_local"
15789version = "1.1.8"
15790source = "registry+https://github.com/rust-lang/crates.io-index"
15791checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15792dependencies = [
15793 "cfg-if",
15794 "once_cell",
15795]
15796
15797[[package]]
15798name = "tiff"
15799version = "0.9.1"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15802dependencies = [
15803 "flate2",
15804 "jpeg-decoder",
15805 "weezl",
15806]
15807
15808[[package]]
15809name = "tiktoken-rs"
15810version = "0.7.0"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15813dependencies = [
15814 "anyhow",
15815 "base64 0.22.1",
15816 "bstr",
15817 "fancy-regex 0.13.0",
15818 "lazy_static",
15819 "regex",
15820 "rustc-hash 1.1.0",
15821]
15822
15823[[package]]
15824name = "time"
15825version = "0.3.41"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15828dependencies = [
15829 "deranged",
15830 "itoa",
15831 "libc",
15832 "num-conv",
15833 "num_threads",
15834 "powerfmt",
15835 "serde",
15836 "time-core",
15837 "time-macros",
15838]
15839
15840[[package]]
15841name = "time-core"
15842version = "0.1.4"
15843source = "registry+https://github.com/rust-lang/crates.io-index"
15844checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15845
15846[[package]]
15847name = "time-macros"
15848version = "0.2.22"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15851dependencies = [
15852 "num-conv",
15853 "time-core",
15854]
15855
15856[[package]]
15857name = "time_format"
15858version = "0.1.0"
15859dependencies = [
15860 "core-foundation 0.10.0",
15861 "core-foundation-sys",
15862 "sys-locale",
15863 "time",
15864 "workspace-hack",
15865]
15866
15867[[package]]
15868name = "tiny-keccak"
15869version = "2.0.2"
15870source = "registry+https://github.com/rust-lang/crates.io-index"
15871checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15872dependencies = [
15873 "crunchy",
15874]
15875
15876[[package]]
15877name = "tiny-skia"
15878version = "0.11.4"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15881dependencies = [
15882 "arrayref",
15883 "arrayvec",
15884 "bytemuck",
15885 "cfg-if",
15886 "log",
15887 "png",
15888 "tiny-skia-path",
15889]
15890
15891[[package]]
15892name = "tiny-skia-path"
15893version = "0.11.4"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15896dependencies = [
15897 "arrayref",
15898 "bytemuck",
15899 "strict-num",
15900]
15901
15902[[package]]
15903name = "tiny_http"
15904version = "0.8.2"
15905source = "registry+https://github.com/rust-lang/crates.io-index"
15906checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15907dependencies = [
15908 "ascii",
15909 "chrono",
15910 "chunked_transfer",
15911 "log",
15912 "url",
15913]
15914
15915[[package]]
15916name = "tinystr"
15917version = "0.7.6"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15920dependencies = [
15921 "displaydoc",
15922 "zerovec",
15923]
15924
15925[[package]]
15926name = "tinytemplate"
15927version = "1.2.1"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15930dependencies = [
15931 "serde",
15932 "serde_json",
15933]
15934
15935[[package]]
15936name = "tinyvec"
15937version = "1.9.0"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15940dependencies = [
15941 "tinyvec_macros",
15942]
15943
15944[[package]]
15945name = "tinyvec_macros"
15946version = "0.1.1"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
15949
15950[[package]]
15951name = "title_bar"
15952version = "0.1.0"
15953dependencies = [
15954 "auto_update",
15955 "call",
15956 "chrono",
15957 "client",
15958 "collections",
15959 "db",
15960 "gpui",
15961 "http_client",
15962 "notifications",
15963 "pretty_assertions",
15964 "project",
15965 "remote",
15966 "rpc",
15967 "schemars",
15968 "serde",
15969 "settings",
15970 "smallvec",
15971 "story",
15972 "telemetry",
15973 "theme",
15974 "tree-sitter-md",
15975 "ui",
15976 "util",
15977 "windows 0.61.1",
15978 "workspace",
15979 "workspace-hack",
15980 "zed_actions",
15981]
15982
15983[[package]]
15984name = "tokio"
15985version = "1.44.2"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
15988dependencies = [
15989 "backtrace",
15990 "bytes 1.10.1",
15991 "libc",
15992 "mio",
15993 "parking_lot",
15994 "pin-project-lite",
15995 "signal-hook-registry",
15996 "socket2",
15997 "tokio-macros",
15998 "windows-sys 0.52.0",
15999]
16000
16001[[package]]
16002name = "tokio-io"
16003version = "0.1.13"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16006dependencies = [
16007 "bytes 0.4.12",
16008 "futures 0.1.31",
16009 "log",
16010]
16011
16012[[package]]
16013name = "tokio-macros"
16014version = "2.5.0"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16017dependencies = [
16018 "proc-macro2",
16019 "quote",
16020 "syn 2.0.101",
16021]
16022
16023[[package]]
16024name = "tokio-native-tls"
16025version = "0.3.1"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16028dependencies = [
16029 "native-tls",
16030 "tokio",
16031]
16032
16033[[package]]
16034name = "tokio-rustls"
16035version = "0.24.1"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16038dependencies = [
16039 "rustls 0.21.12",
16040 "tokio",
16041]
16042
16043[[package]]
16044name = "tokio-rustls"
16045version = "0.26.2"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16048dependencies = [
16049 "rustls 0.23.26",
16050 "tokio",
16051]
16052
16053[[package]]
16054name = "tokio-socks"
16055version = "0.5.2"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16058dependencies = [
16059 "either",
16060 "futures-io",
16061 "futures-util",
16062 "thiserror 1.0.69",
16063 "tokio",
16064]
16065
16066[[package]]
16067name = "tokio-stream"
16068version = "0.1.17"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16071dependencies = [
16072 "futures-core",
16073 "pin-project-lite",
16074 "tokio",
16075]
16076
16077[[package]]
16078name = "tokio-tungstenite"
16079version = "0.20.1"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16082dependencies = [
16083 "futures-util",
16084 "log",
16085 "tokio",
16086 "tungstenite 0.20.1",
16087]
16088
16089[[package]]
16090name = "tokio-tungstenite"
16091version = "0.21.0"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16094dependencies = [
16095 "futures-util",
16096 "log",
16097 "tokio",
16098 "tungstenite 0.21.0",
16099]
16100
16101[[package]]
16102name = "tokio-tungstenite"
16103version = "0.26.2"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16106dependencies = [
16107 "futures-util",
16108 "log",
16109 "rustls 0.23.26",
16110 "rustls-pki-types",
16111 "tokio",
16112 "tokio-rustls 0.26.2",
16113 "tungstenite 0.26.2",
16114]
16115
16116[[package]]
16117name = "tokio-util"
16118version = "0.7.14"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16121dependencies = [
16122 "bytes 1.10.1",
16123 "futures-core",
16124 "futures-io",
16125 "futures-sink",
16126 "pin-project-lite",
16127 "tokio",
16128]
16129
16130[[package]]
16131name = "toml"
16132version = "0.5.11"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16135dependencies = [
16136 "serde",
16137]
16138
16139[[package]]
16140name = "toml"
16141version = "0.8.20"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16144dependencies = [
16145 "serde",
16146 "serde_spanned",
16147 "toml_datetime",
16148 "toml_edit",
16149]
16150
16151[[package]]
16152name = "toml_datetime"
16153version = "0.6.9"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16156dependencies = [
16157 "serde",
16158]
16159
16160[[package]]
16161name = "toml_edit"
16162version = "0.22.26"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16165dependencies = [
16166 "indexmap",
16167 "serde",
16168 "serde_spanned",
16169 "toml_datetime",
16170 "toml_write",
16171 "winnow",
16172]
16173
16174[[package]]
16175name = "toml_write"
16176version = "0.1.1"
16177source = "registry+https://github.com/rust-lang/crates.io-index"
16178checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16179
16180[[package]]
16181name = "toolchain_selector"
16182version = "0.1.0"
16183dependencies = [
16184 "editor",
16185 "fuzzy",
16186 "gpui",
16187 "language",
16188 "picker",
16189 "project",
16190 "ui",
16191 "util",
16192 "workspace",
16193 "workspace-hack",
16194]
16195
16196[[package]]
16197name = "topological-sort"
16198version = "0.2.2"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16201
16202[[package]]
16203name = "tower"
16204version = "0.4.13"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16207dependencies = [
16208 "futures-core",
16209 "futures-util",
16210 "pin-project",
16211 "pin-project-lite",
16212 "tokio",
16213 "tower-layer",
16214 "tower-service",
16215 "tracing",
16216]
16217
16218[[package]]
16219name = "tower"
16220version = "0.5.2"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16223dependencies = [
16224 "futures-core",
16225 "futures-util",
16226 "pin-project-lite",
16227 "sync_wrapper 1.0.2",
16228 "tokio",
16229 "tower-layer",
16230 "tower-service",
16231]
16232
16233[[package]]
16234name = "tower-http"
16235version = "0.3.5"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16238dependencies = [
16239 "bitflags 1.3.2",
16240 "bytes 1.10.1",
16241 "futures-core",
16242 "futures-util",
16243 "http 0.2.12",
16244 "http-body 0.4.6",
16245 "http-range-header",
16246 "pin-project-lite",
16247 "tower-layer",
16248 "tower-service",
16249]
16250
16251[[package]]
16252name = "tower-http"
16253version = "0.4.4"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16256dependencies = [
16257 "bitflags 2.9.0",
16258 "bytes 1.10.1",
16259 "futures-core",
16260 "futures-util",
16261 "http 0.2.12",
16262 "http-body 0.4.6",
16263 "http-range-header",
16264 "pin-project-lite",
16265 "tower-layer",
16266 "tower-service",
16267 "tracing",
16268]
16269
16270[[package]]
16271name = "tower-layer"
16272version = "0.3.3"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16275
16276[[package]]
16277name = "tower-service"
16278version = "0.3.3"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16281
16282[[package]]
16283name = "tracing"
16284version = "0.1.41"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16287dependencies = [
16288 "log",
16289 "pin-project-lite",
16290 "tracing-attributes",
16291 "tracing-core",
16292]
16293
16294[[package]]
16295name = "tracing-attributes"
16296version = "0.1.28"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16299dependencies = [
16300 "proc-macro2",
16301 "quote",
16302 "syn 2.0.101",
16303]
16304
16305[[package]]
16306name = "tracing-core"
16307version = "0.1.33"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16310dependencies = [
16311 "once_cell",
16312 "valuable",
16313]
16314
16315[[package]]
16316name = "tracing-log"
16317version = "0.2.0"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16320dependencies = [
16321 "log",
16322 "once_cell",
16323 "tracing-core",
16324]
16325
16326[[package]]
16327name = "tracing-serde"
16328version = "0.2.0"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16331dependencies = [
16332 "serde",
16333 "tracing-core",
16334]
16335
16336[[package]]
16337name = "tracing-subscriber"
16338version = "0.3.19"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16341dependencies = [
16342 "matchers",
16343 "nu-ansi-term",
16344 "once_cell",
16345 "regex",
16346 "serde",
16347 "serde_json",
16348 "sharded-slab",
16349 "smallvec",
16350 "thread_local",
16351 "tracing",
16352 "tracing-core",
16353 "tracing-log",
16354 "tracing-serde",
16355]
16356
16357[[package]]
16358name = "trait-variant"
16359version = "0.1.2"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16362dependencies = [
16363 "proc-macro2",
16364 "quote",
16365 "syn 2.0.101",
16366]
16367
16368[[package]]
16369name = "tree-sitter"
16370version = "0.25.3"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16373dependencies = [
16374 "cc",
16375 "regex",
16376 "regex-syntax 0.8.5",
16377 "serde_json",
16378 "streaming-iterator",
16379 "tree-sitter-language",
16380 "wasmtime-c-api-impl",
16381]
16382
16383[[package]]
16384name = "tree-sitter-bash"
16385version = "0.23.3"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16388dependencies = [
16389 "cc",
16390 "tree-sitter-language",
16391]
16392
16393[[package]]
16394name = "tree-sitter-c"
16395version = "0.23.4"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16398dependencies = [
16399 "cc",
16400 "tree-sitter-language",
16401]
16402
16403[[package]]
16404name = "tree-sitter-cpp"
16405version = "0.23.4"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16408dependencies = [
16409 "cc",
16410 "tree-sitter-language",
16411]
16412
16413[[package]]
16414name = "tree-sitter-css"
16415version = "0.23.2"
16416source = "registry+https://github.com/rust-lang/crates.io-index"
16417checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16418dependencies = [
16419 "cc",
16420 "tree-sitter-language",
16421]
16422
16423[[package]]
16424name = "tree-sitter-diff"
16425version = "0.1.0"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16428dependencies = [
16429 "cc",
16430 "tree-sitter-language",
16431]
16432
16433[[package]]
16434name = "tree-sitter-elixir"
16435version = "0.3.4"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16438dependencies = [
16439 "cc",
16440 "tree-sitter-language",
16441]
16442
16443[[package]]
16444name = "tree-sitter-embedded-template"
16445version = "0.23.2"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16448dependencies = [
16449 "cc",
16450 "tree-sitter-language",
16451]
16452
16453[[package]]
16454name = "tree-sitter-gitcommit"
16455version = "0.0.1"
16456source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16457dependencies = [
16458 "cc",
16459 "tree-sitter-language",
16460]
16461
16462[[package]]
16463name = "tree-sitter-go"
16464version = "0.23.4"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16467dependencies = [
16468 "cc",
16469 "tree-sitter-language",
16470]
16471
16472[[package]]
16473name = "tree-sitter-gomod"
16474version = "1.1.1"
16475source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16476dependencies = [
16477 "cc",
16478 "tree-sitter-language",
16479]
16480
16481[[package]]
16482name = "tree-sitter-gowork"
16483version = "0.0.1"
16484source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16485dependencies = [
16486 "cc",
16487 "tree-sitter-language",
16488]
16489
16490[[package]]
16491name = "tree-sitter-heex"
16492version = "0.0.1"
16493source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16494dependencies = [
16495 "cc",
16496 "tree-sitter-language",
16497]
16498
16499[[package]]
16500name = "tree-sitter-html"
16501version = "0.23.2"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16504dependencies = [
16505 "cc",
16506 "tree-sitter-language",
16507]
16508
16509[[package]]
16510name = "tree-sitter-jsdoc"
16511version = "0.23.2"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16514dependencies = [
16515 "cc",
16516 "tree-sitter-language",
16517]
16518
16519[[package]]
16520name = "tree-sitter-json"
16521version = "0.24.8"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16524dependencies = [
16525 "cc",
16526 "tree-sitter-language",
16527]
16528
16529[[package]]
16530name = "tree-sitter-language"
16531version = "0.1.5"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16534
16535[[package]]
16536name = "tree-sitter-md"
16537version = "0.3.2"
16538source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16539dependencies = [
16540 "cc",
16541 "tree-sitter-language",
16542]
16543
16544[[package]]
16545name = "tree-sitter-python"
16546version = "0.23.6"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16549dependencies = [
16550 "cc",
16551 "tree-sitter-language",
16552]
16553
16554[[package]]
16555name = "tree-sitter-regex"
16556version = "0.24.3"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16559dependencies = [
16560 "cc",
16561 "tree-sitter-language",
16562]
16563
16564[[package]]
16565name = "tree-sitter-ruby"
16566version = "0.23.1"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16569dependencies = [
16570 "cc",
16571 "tree-sitter-language",
16572]
16573
16574[[package]]
16575name = "tree-sitter-rust"
16576version = "0.24.0"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16579dependencies = [
16580 "cc",
16581 "tree-sitter-language",
16582]
16583
16584[[package]]
16585name = "tree-sitter-typescript"
16586version = "0.23.2"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16589dependencies = [
16590 "cc",
16591 "tree-sitter-language",
16592]
16593
16594[[package]]
16595name = "tree-sitter-yaml"
16596version = "0.6.1"
16597source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16598dependencies = [
16599 "cc",
16600 "tree-sitter-language",
16601]
16602
16603[[package]]
16604name = "try-lock"
16605version = "0.2.5"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16608
16609[[package]]
16610name = "ttf-parser"
16611version = "0.20.0"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16614
16615[[package]]
16616name = "ttf-parser"
16617version = "0.21.1"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16620
16621[[package]]
16622name = "ttf-parser"
16623version = "0.25.1"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16626dependencies = [
16627 "core_maths",
16628]
16629
16630[[package]]
16631name = "tungstenite"
16632version = "0.20.1"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16635dependencies = [
16636 "byteorder",
16637 "bytes 1.10.1",
16638 "data-encoding",
16639 "http 0.2.12",
16640 "httparse",
16641 "log",
16642 "rand 0.8.5",
16643 "sha1",
16644 "thiserror 1.0.69",
16645 "url",
16646 "utf-8",
16647]
16648
16649[[package]]
16650name = "tungstenite"
16651version = "0.21.0"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16654dependencies = [
16655 "byteorder",
16656 "bytes 1.10.1",
16657 "data-encoding",
16658 "http 1.3.1",
16659 "httparse",
16660 "log",
16661 "rand 0.8.5",
16662 "sha1",
16663 "thiserror 1.0.69",
16664 "url",
16665 "utf-8",
16666]
16667
16668[[package]]
16669name = "tungstenite"
16670version = "0.26.2"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16673dependencies = [
16674 "bytes 1.10.1",
16675 "data-encoding",
16676 "http 1.3.1",
16677 "httparse",
16678 "log",
16679 "rand 0.9.1",
16680 "rustls 0.23.26",
16681 "rustls-pki-types",
16682 "sha1",
16683 "thiserror 2.0.12",
16684 "utf-8",
16685]
16686
16687[[package]]
16688name = "typeid"
16689version = "1.0.3"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16692
16693[[package]]
16694name = "typenum"
16695version = "1.18.0"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16698
16699[[package]]
16700name = "ucd-trie"
16701version = "0.1.7"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16704
16705[[package]]
16706name = "uds_windows"
16707version = "1.1.0"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16710dependencies = [
16711 "memoffset",
16712 "tempfile",
16713 "winapi",
16714]
16715
16716[[package]]
16717name = "ui"
16718version = "0.1.0"
16719dependencies = [
16720 "chrono",
16721 "component",
16722 "documented",
16723 "gpui",
16724 "icons",
16725 "itertools 0.14.0",
16726 "menu",
16727 "serde",
16728 "settings",
16729 "smallvec",
16730 "story",
16731 "strum 0.27.1",
16732 "theme",
16733 "ui_macros",
16734 "util",
16735 "windows 0.61.1",
16736 "workspace-hack",
16737]
16738
16739[[package]]
16740name = "ui_input"
16741version = "0.1.0"
16742dependencies = [
16743 "component",
16744 "editor",
16745 "gpui",
16746 "settings",
16747 "theme",
16748 "ui",
16749 "workspace-hack",
16750]
16751
16752[[package]]
16753name = "ui_macros"
16754version = "0.1.0"
16755dependencies = [
16756 "quote",
16757 "syn 1.0.109",
16758 "workspace-hack",
16759]
16760
16761[[package]]
16762name = "ui_prompt"
16763version = "0.1.0"
16764dependencies = [
16765 "gpui",
16766 "markdown",
16767 "menu",
16768 "settings",
16769 "theme",
16770 "ui",
16771 "workspace",
16772 "workspace-hack",
16773]
16774
16775[[package]]
16776name = "uluru"
16777version = "3.1.0"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16780dependencies = [
16781 "arrayvec",
16782]
16783
16784[[package]]
16785name = "unicase"
16786version = "2.8.1"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16789
16790[[package]]
16791name = "unicode-bidi"
16792version = "0.3.18"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16795
16796[[package]]
16797name = "unicode-bidi-mirroring"
16798version = "0.2.0"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16801
16802[[package]]
16803name = "unicode-bidi-mirroring"
16804version = "0.4.0"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16807
16808[[package]]
16809name = "unicode-bom"
16810version = "2.0.3"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16813
16814[[package]]
16815name = "unicode-ccc"
16816version = "0.2.0"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16819
16820[[package]]
16821name = "unicode-ccc"
16822version = "0.4.0"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16825
16826[[package]]
16827name = "unicode-ident"
16828version = "1.0.18"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16831
16832[[package]]
16833name = "unicode-linebreak"
16834version = "0.1.5"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16837
16838[[package]]
16839name = "unicode-normalization"
16840version = "0.1.24"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16843dependencies = [
16844 "tinyvec",
16845]
16846
16847[[package]]
16848name = "unicode-properties"
16849version = "0.1.3"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16852
16853[[package]]
16854name = "unicode-script"
16855version = "0.5.7"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16858
16859[[package]]
16860name = "unicode-segmentation"
16861version = "1.12.0"
16862source = "registry+https://github.com/rust-lang/crates.io-index"
16863checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16864
16865[[package]]
16866name = "unicode-vo"
16867version = "0.1.0"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16870
16871[[package]]
16872name = "unicode-width"
16873version = "0.1.14"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16876
16877[[package]]
16878name = "unicode-width"
16879version = "0.2.0"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16882
16883[[package]]
16884name = "unicode-xid"
16885version = "0.2.6"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16888
16889[[package]]
16890name = "unicode_categories"
16891version = "0.1.1"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16894
16895[[package]]
16896name = "unindent"
16897version = "0.2.4"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16900
16901[[package]]
16902name = "untrusted"
16903version = "0.9.0"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16906
16907[[package]]
16908name = "url"
16909version = "2.5.4"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16912dependencies = [
16913 "form_urlencoded",
16914 "idna",
16915 "percent-encoding",
16916 "serde",
16917]
16918
16919[[package]]
16920name = "urlencoding"
16921version = "2.1.3"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16924
16925[[package]]
16926name = "usvg"
16927version = "0.45.1"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16930dependencies = [
16931 "base64 0.22.1",
16932 "data-url",
16933 "flate2",
16934 "fontdb 0.23.0",
16935 "imagesize",
16936 "kurbo",
16937 "log",
16938 "pico-args",
16939 "roxmltree",
16940 "rustybuzz 0.20.1",
16941 "simplecss",
16942 "siphasher",
16943 "strict-num",
16944 "svgtypes",
16945 "tiny-skia-path",
16946 "unicode-bidi",
16947 "unicode-script",
16948 "unicode-vo",
16949 "xmlwriter",
16950]
16951
16952[[package]]
16953name = "utf-8"
16954version = "0.7.6"
16955source = "registry+https://github.com/rust-lang/crates.io-index"
16956checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
16957
16958[[package]]
16959name = "utf16_iter"
16960version = "1.0.5"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
16963
16964[[package]]
16965name = "utf8_iter"
16966version = "1.0.4"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
16969
16970[[package]]
16971name = "utf8parse"
16972version = "0.2.2"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
16975
16976[[package]]
16977name = "util"
16978version = "0.1.0"
16979dependencies = [
16980 "anyhow",
16981 "async-fs",
16982 "collections",
16983 "dirs 4.0.0",
16984 "dunce",
16985 "futures 0.3.31",
16986 "futures-lite 1.13.0",
16987 "git2",
16988 "globset",
16989 "itertools 0.14.0",
16990 "libc",
16991 "log",
16992 "rand 0.8.5",
16993 "regex",
16994 "rust-embed",
16995 "serde",
16996 "serde_json",
16997 "smol",
16998 "take-until",
16999 "tempfile",
17000 "tendril",
17001 "unicase",
17002 "util_macros",
17003 "workspace-hack",
17004]
17005
17006[[package]]
17007name = "util_macros"
17008version = "0.1.0"
17009dependencies = [
17010 "quote",
17011 "syn 1.0.109",
17012 "workspace-hack",
17013]
17014
17015[[package]]
17016name = "uuid"
17017version = "1.16.0"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17020dependencies = [
17021 "getrandom 0.3.2",
17022 "serde",
17023 "sha1_smol",
17024]
17025
17026[[package]]
17027name = "uuid-simd"
17028version = "0.8.0"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17031dependencies = [
17032 "outref",
17033 "uuid",
17034 "vsimd",
17035]
17036
17037[[package]]
17038name = "v_frame"
17039version = "0.3.8"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17042dependencies = [
17043 "aligned-vec",
17044 "num-traits",
17045 "wasm-bindgen",
17046]
17047
17048[[package]]
17049name = "valuable"
17050version = "0.1.1"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17053
17054[[package]]
17055name = "value-bag"
17056version = "1.11.1"
17057source = "registry+https://github.com/rust-lang/crates.io-index"
17058checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17059dependencies = [
17060 "value-bag-serde1",
17061 "value-bag-sval2",
17062]
17063
17064[[package]]
17065name = "value-bag-serde1"
17066version = "1.11.1"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17069dependencies = [
17070 "erased-serde",
17071 "serde",
17072 "serde_fmt",
17073]
17074
17075[[package]]
17076name = "value-bag-sval2"
17077version = "1.11.1"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17080dependencies = [
17081 "sval",
17082 "sval_buffer",
17083 "sval_dynamic",
17084 "sval_fmt",
17085 "sval_json",
17086 "sval_ref",
17087 "sval_serde",
17088]
17089
17090[[package]]
17091name = "vcpkg"
17092version = "0.2.15"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17095
17096[[package]]
17097name = "version-compare"
17098version = "0.2.0"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17101
17102[[package]]
17103name = "version_check"
17104version = "0.9.5"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17107
17108[[package]]
17109name = "vim"
17110version = "0.1.0"
17111dependencies = [
17112 "anyhow",
17113 "assets",
17114 "async-compat",
17115 "async-trait",
17116 "collections",
17117 "command_palette",
17118 "command_palette_hooks",
17119 "db",
17120 "editor",
17121 "futures 0.3.31",
17122 "git_ui",
17123 "gpui",
17124 "indoc",
17125 "itertools 0.14.0",
17126 "language",
17127 "log",
17128 "lsp",
17129 "multi_buffer",
17130 "nvim-rs",
17131 "parking_lot",
17132 "picker",
17133 "project",
17134 "project_panel",
17135 "regex",
17136 "release_channel",
17137 "schemars",
17138 "search",
17139 "serde",
17140 "serde_derive",
17141 "serde_json",
17142 "settings",
17143 "task",
17144 "text",
17145 "theme",
17146 "tokio",
17147 "ui",
17148 "util",
17149 "vim_mode_setting",
17150 "workspace",
17151 "workspace-hack",
17152 "zed_actions",
17153]
17154
17155[[package]]
17156name = "vim_mode_setting"
17157version = "0.1.0"
17158dependencies = [
17159 "anyhow",
17160 "gpui",
17161 "settings",
17162 "workspace-hack",
17163]
17164
17165[[package]]
17166name = "vscode_theme"
17167version = "0.2.0"
17168source = "registry+https://github.com/rust-lang/crates.io-index"
17169checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17170dependencies = [
17171 "serde",
17172]
17173
17174[[package]]
17175name = "vsimd"
17176version = "0.8.0"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17179
17180[[package]]
17181name = "vswhom"
17182version = "0.1.0"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17185dependencies = [
17186 "libc",
17187 "vswhom-sys",
17188]
17189
17190[[package]]
17191name = "vswhom-sys"
17192version = "0.1.3"
17193source = "registry+https://github.com/rust-lang/crates.io-index"
17194checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17195dependencies = [
17196 "cc",
17197 "libc",
17198]
17199
17200[[package]]
17201name = "vte"
17202version = "0.15.0"
17203source = "registry+https://github.com/rust-lang/crates.io-index"
17204checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17205dependencies = [
17206 "arrayvec",
17207 "bitflags 2.9.0",
17208 "cursor-icon",
17209 "log",
17210 "memchr",
17211 "serde",
17212]
17213
17214[[package]]
17215name = "waker-fn"
17216version = "1.2.0"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17219
17220[[package]]
17221name = "walkdir"
17222version = "2.5.0"
17223source = "registry+https://github.com/rust-lang/crates.io-index"
17224checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17225dependencies = [
17226 "same-file",
17227 "winapi-util",
17228]
17229
17230[[package]]
17231name = "want"
17232version = "0.3.1"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17235dependencies = [
17236 "try-lock",
17237]
17238
17239[[package]]
17240name = "warp"
17241version = "0.3.7"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17244dependencies = [
17245 "bytes 1.10.1",
17246 "futures-channel",
17247 "futures-util",
17248 "headers",
17249 "http 0.2.12",
17250 "hyper 0.14.32",
17251 "log",
17252 "mime",
17253 "mime_guess",
17254 "percent-encoding",
17255 "pin-project",
17256 "scoped-tls",
17257 "serde",
17258 "serde_json",
17259 "serde_urlencoded",
17260 "tokio",
17261 "tokio-tungstenite 0.21.0",
17262 "tokio-util",
17263 "tower-service",
17264 "tracing",
17265]
17266
17267[[package]]
17268name = "wasi"
17269version = "0.9.0+wasi-snapshot-preview1"
17270source = "registry+https://github.com/rust-lang/crates.io-index"
17271checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17272
17273[[package]]
17274name = "wasi"
17275version = "0.11.0+wasi-snapshot-preview1"
17276source = "registry+https://github.com/rust-lang/crates.io-index"
17277checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17278
17279[[package]]
17280name = "wasi"
17281version = "0.14.2+wasi-0.2.4"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17284dependencies = [
17285 "wit-bindgen-rt 0.39.0",
17286]
17287
17288[[package]]
17289name = "wasi-preview1-component-adapter-provider"
17290version = "29.0.1"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17293
17294[[package]]
17295name = "wasite"
17296version = "0.1.0"
17297source = "registry+https://github.com/rust-lang/crates.io-index"
17298checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17299
17300[[package]]
17301name = "wasm-bindgen"
17302version = "0.2.100"
17303source = "registry+https://github.com/rust-lang/crates.io-index"
17304checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17305dependencies = [
17306 "cfg-if",
17307 "once_cell",
17308 "rustversion",
17309 "wasm-bindgen-macro",
17310]
17311
17312[[package]]
17313name = "wasm-bindgen-backend"
17314version = "0.2.100"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17317dependencies = [
17318 "bumpalo",
17319 "log",
17320 "proc-macro2",
17321 "quote",
17322 "syn 2.0.101",
17323 "wasm-bindgen-shared",
17324]
17325
17326[[package]]
17327name = "wasm-bindgen-futures"
17328version = "0.4.50"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17331dependencies = [
17332 "cfg-if",
17333 "js-sys",
17334 "once_cell",
17335 "wasm-bindgen",
17336 "web-sys",
17337]
17338
17339[[package]]
17340name = "wasm-bindgen-macro"
17341version = "0.2.100"
17342source = "registry+https://github.com/rust-lang/crates.io-index"
17343checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17344dependencies = [
17345 "quote",
17346 "wasm-bindgen-macro-support",
17347]
17348
17349[[package]]
17350name = "wasm-bindgen-macro-support"
17351version = "0.2.100"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17354dependencies = [
17355 "proc-macro2",
17356 "quote",
17357 "syn 2.0.101",
17358 "wasm-bindgen-backend",
17359 "wasm-bindgen-shared",
17360]
17361
17362[[package]]
17363name = "wasm-bindgen-shared"
17364version = "0.2.100"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17367dependencies = [
17368 "unicode-ident",
17369]
17370
17371[[package]]
17372name = "wasm-encoder"
17373version = "0.201.0"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17376dependencies = [
17377 "leb128",
17378]
17379
17380[[package]]
17381name = "wasm-encoder"
17382version = "0.221.3"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17385dependencies = [
17386 "leb128",
17387 "wasmparser 0.221.3",
17388]
17389
17390[[package]]
17391name = "wasm-encoder"
17392version = "0.227.1"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17395dependencies = [
17396 "leb128fmt",
17397 "wasmparser 0.227.1",
17398]
17399
17400[[package]]
17401name = "wasm-metadata"
17402version = "0.201.0"
17403source = "registry+https://github.com/rust-lang/crates.io-index"
17404checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17405dependencies = [
17406 "anyhow",
17407 "indexmap",
17408 "serde",
17409 "serde_derive",
17410 "serde_json",
17411 "spdx",
17412 "wasm-encoder 0.201.0",
17413 "wasmparser 0.201.0",
17414]
17415
17416[[package]]
17417name = "wasm-metadata"
17418version = "0.221.3"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17421dependencies = [
17422 "anyhow",
17423 "indexmap",
17424 "serde",
17425 "serde_derive",
17426 "serde_json",
17427 "spdx",
17428 "wasm-encoder 0.221.3",
17429 "wasmparser 0.221.3",
17430]
17431
17432[[package]]
17433name = "wasm-metadata"
17434version = "0.227.1"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17437dependencies = [
17438 "anyhow",
17439 "auditable-serde",
17440 "flate2",
17441 "indexmap",
17442 "serde",
17443 "serde_derive",
17444 "serde_json",
17445 "spdx",
17446 "url",
17447 "wasm-encoder 0.227.1",
17448 "wasmparser 0.227.1",
17449]
17450
17451[[package]]
17452name = "wasm-streams"
17453version = "0.4.2"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17456dependencies = [
17457 "futures-util",
17458 "js-sys",
17459 "wasm-bindgen",
17460 "wasm-bindgen-futures",
17461 "web-sys",
17462]
17463
17464[[package]]
17465name = "wasmparser"
17466version = "0.201.0"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17469dependencies = [
17470 "bitflags 2.9.0",
17471 "indexmap",
17472 "semver",
17473]
17474
17475[[package]]
17476name = "wasmparser"
17477version = "0.221.3"
17478source = "registry+https://github.com/rust-lang/crates.io-index"
17479checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17480dependencies = [
17481 "bitflags 2.9.0",
17482 "hashbrown 0.15.3",
17483 "indexmap",
17484 "semver",
17485 "serde",
17486]
17487
17488[[package]]
17489name = "wasmparser"
17490version = "0.227.1"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17493dependencies = [
17494 "bitflags 2.9.0",
17495 "hashbrown 0.15.3",
17496 "indexmap",
17497 "semver",
17498]
17499
17500[[package]]
17501name = "wasmprinter"
17502version = "0.221.3"
17503source = "registry+https://github.com/rust-lang/crates.io-index"
17504checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17505dependencies = [
17506 "anyhow",
17507 "termcolor",
17508 "wasmparser 0.221.3",
17509]
17510
17511[[package]]
17512name = "wasmtime"
17513version = "29.0.1"
17514source = "registry+https://github.com/rust-lang/crates.io-index"
17515checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17516dependencies = [
17517 "anyhow",
17518 "async-trait",
17519 "bitflags 2.9.0",
17520 "bumpalo",
17521 "cc",
17522 "cfg-if",
17523 "encoding_rs",
17524 "hashbrown 0.14.5",
17525 "indexmap",
17526 "libc",
17527 "log",
17528 "mach2",
17529 "memfd",
17530 "object",
17531 "once_cell",
17532 "paste",
17533 "postcard",
17534 "psm",
17535 "pulley-interpreter",
17536 "rayon",
17537 "rustix 0.38.44",
17538 "semver",
17539 "serde",
17540 "serde_derive",
17541 "smallvec",
17542 "sptr",
17543 "target-lexicon 0.13.2",
17544 "trait-variant",
17545 "wasmparser 0.221.3",
17546 "wasmtime-asm-macros",
17547 "wasmtime-component-macro",
17548 "wasmtime-component-util",
17549 "wasmtime-cranelift",
17550 "wasmtime-environ",
17551 "wasmtime-fiber",
17552 "wasmtime-jit-icache-coherence",
17553 "wasmtime-math",
17554 "wasmtime-slab",
17555 "wasmtime-versioned-export-macros",
17556 "wasmtime-winch",
17557 "windows-sys 0.59.0",
17558]
17559
17560[[package]]
17561name = "wasmtime-asm-macros"
17562version = "29.0.1"
17563source = "registry+https://github.com/rust-lang/crates.io-index"
17564checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17565dependencies = [
17566 "cfg-if",
17567]
17568
17569[[package]]
17570name = "wasmtime-c-api-impl"
17571version = "29.0.1"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17574dependencies = [
17575 "anyhow",
17576 "log",
17577 "tracing",
17578 "wasmtime",
17579 "wasmtime-c-api-macros",
17580]
17581
17582[[package]]
17583name = "wasmtime-c-api-macros"
17584version = "29.0.1"
17585source = "registry+https://github.com/rust-lang/crates.io-index"
17586checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17587dependencies = [
17588 "proc-macro2",
17589 "quote",
17590]
17591
17592[[package]]
17593name = "wasmtime-component-macro"
17594version = "29.0.1"
17595source = "registry+https://github.com/rust-lang/crates.io-index"
17596checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17597dependencies = [
17598 "anyhow",
17599 "proc-macro2",
17600 "quote",
17601 "syn 2.0.101",
17602 "wasmtime-component-util",
17603 "wasmtime-wit-bindgen",
17604 "wit-parser 0.221.3",
17605]
17606
17607[[package]]
17608name = "wasmtime-component-util"
17609version = "29.0.1"
17610source = "registry+https://github.com/rust-lang/crates.io-index"
17611checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17612
17613[[package]]
17614name = "wasmtime-cranelift"
17615version = "29.0.1"
17616source = "registry+https://github.com/rust-lang/crates.io-index"
17617checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17618dependencies = [
17619 "anyhow",
17620 "cfg-if",
17621 "cranelift-codegen",
17622 "cranelift-control",
17623 "cranelift-entity",
17624 "cranelift-frontend",
17625 "cranelift-native",
17626 "gimli",
17627 "itertools 0.12.1",
17628 "log",
17629 "object",
17630 "smallvec",
17631 "target-lexicon 0.13.2",
17632 "thiserror 1.0.69",
17633 "wasmparser 0.221.3",
17634 "wasmtime-environ",
17635 "wasmtime-versioned-export-macros",
17636]
17637
17638[[package]]
17639name = "wasmtime-environ"
17640version = "29.0.1"
17641source = "registry+https://github.com/rust-lang/crates.io-index"
17642checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17643dependencies = [
17644 "anyhow",
17645 "cpp_demangle",
17646 "cranelift-bitset",
17647 "cranelift-entity",
17648 "gimli",
17649 "indexmap",
17650 "log",
17651 "object",
17652 "postcard",
17653 "rustc-demangle",
17654 "semver",
17655 "serde",
17656 "serde_derive",
17657 "smallvec",
17658 "target-lexicon 0.13.2",
17659 "wasm-encoder 0.221.3",
17660 "wasmparser 0.221.3",
17661 "wasmprinter",
17662 "wasmtime-component-util",
17663]
17664
17665[[package]]
17666name = "wasmtime-fiber"
17667version = "29.0.1"
17668source = "registry+https://github.com/rust-lang/crates.io-index"
17669checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17670dependencies = [
17671 "anyhow",
17672 "cc",
17673 "cfg-if",
17674 "rustix 0.38.44",
17675 "wasmtime-asm-macros",
17676 "wasmtime-versioned-export-macros",
17677 "windows-sys 0.59.0",
17678]
17679
17680[[package]]
17681name = "wasmtime-jit-icache-coherence"
17682version = "29.0.1"
17683source = "registry+https://github.com/rust-lang/crates.io-index"
17684checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17685dependencies = [
17686 "anyhow",
17687 "cfg-if",
17688 "libc",
17689 "windows-sys 0.59.0",
17690]
17691
17692[[package]]
17693name = "wasmtime-math"
17694version = "29.0.1"
17695source = "registry+https://github.com/rust-lang/crates.io-index"
17696checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17697dependencies = [
17698 "libm",
17699]
17700
17701[[package]]
17702name = "wasmtime-slab"
17703version = "29.0.1"
17704source = "registry+https://github.com/rust-lang/crates.io-index"
17705checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17706
17707[[package]]
17708name = "wasmtime-versioned-export-macros"
17709version = "29.0.1"
17710source = "registry+https://github.com/rust-lang/crates.io-index"
17711checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17712dependencies = [
17713 "proc-macro2",
17714 "quote",
17715 "syn 2.0.101",
17716]
17717
17718[[package]]
17719name = "wasmtime-wasi"
17720version = "29.0.1"
17721source = "registry+https://github.com/rust-lang/crates.io-index"
17722checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17723dependencies = [
17724 "anyhow",
17725 "async-trait",
17726 "bitflags 2.9.0",
17727 "bytes 1.10.1",
17728 "cap-fs-ext",
17729 "cap-net-ext",
17730 "cap-rand",
17731 "cap-std",
17732 "cap-time-ext",
17733 "fs-set-times",
17734 "futures 0.3.31",
17735 "io-extras",
17736 "io-lifetimes",
17737 "rustix 0.38.44",
17738 "system-interface",
17739 "thiserror 1.0.69",
17740 "tokio",
17741 "tracing",
17742 "trait-variant",
17743 "url",
17744 "wasmtime",
17745 "wiggle",
17746 "windows-sys 0.59.0",
17747]
17748
17749[[package]]
17750name = "wasmtime-winch"
17751version = "29.0.1"
17752source = "registry+https://github.com/rust-lang/crates.io-index"
17753checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17754dependencies = [
17755 "anyhow",
17756 "cranelift-codegen",
17757 "gimli",
17758 "object",
17759 "target-lexicon 0.13.2",
17760 "wasmparser 0.221.3",
17761 "wasmtime-cranelift",
17762 "wasmtime-environ",
17763 "winch-codegen",
17764]
17765
17766[[package]]
17767name = "wasmtime-wit-bindgen"
17768version = "29.0.1"
17769source = "registry+https://github.com/rust-lang/crates.io-index"
17770checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17771dependencies = [
17772 "anyhow",
17773 "heck 0.5.0",
17774 "indexmap",
17775 "wit-parser 0.221.3",
17776]
17777
17778[[package]]
17779name = "wast"
17780version = "35.0.2"
17781source = "registry+https://github.com/rust-lang/crates.io-index"
17782checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17783dependencies = [
17784 "leb128",
17785]
17786
17787[[package]]
17788name = "wayland-backend"
17789version = "0.3.8"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17792dependencies = [
17793 "cc",
17794 "downcast-rs",
17795 "rustix 0.38.44",
17796 "scoped-tls",
17797 "smallvec",
17798 "wayland-sys",
17799]
17800
17801[[package]]
17802name = "wayland-client"
17803version = "0.31.8"
17804source = "registry+https://github.com/rust-lang/crates.io-index"
17805checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17806dependencies = [
17807 "bitflags 2.9.0",
17808 "rustix 0.38.44",
17809 "wayland-backend",
17810 "wayland-scanner",
17811]
17812
17813[[package]]
17814name = "wayland-cursor"
17815version = "0.31.8"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17818dependencies = [
17819 "rustix 0.38.44",
17820 "wayland-client",
17821 "xcursor",
17822]
17823
17824[[package]]
17825name = "wayland-protocols"
17826version = "0.31.2"
17827source = "registry+https://github.com/rust-lang/crates.io-index"
17828checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17829dependencies = [
17830 "bitflags 2.9.0",
17831 "wayland-backend",
17832 "wayland-client",
17833 "wayland-scanner",
17834]
17835
17836[[package]]
17837name = "wayland-protocols-plasma"
17838version = "0.2.0"
17839source = "registry+https://github.com/rust-lang/crates.io-index"
17840checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17841dependencies = [
17842 "bitflags 2.9.0",
17843 "wayland-backend",
17844 "wayland-client",
17845 "wayland-protocols",
17846 "wayland-scanner",
17847]
17848
17849[[package]]
17850name = "wayland-scanner"
17851version = "0.31.6"
17852source = "registry+https://github.com/rust-lang/crates.io-index"
17853checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17854dependencies = [
17855 "proc-macro2",
17856 "quick-xml 0.37.4",
17857 "quote",
17858]
17859
17860[[package]]
17861name = "wayland-sys"
17862version = "0.31.6"
17863source = "registry+https://github.com/rust-lang/crates.io-index"
17864checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17865dependencies = [
17866 "dlib",
17867 "log",
17868 "once_cell",
17869 "pkg-config",
17870]
17871
17872[[package]]
17873name = "web-sys"
17874version = "0.3.77"
17875source = "registry+https://github.com/rust-lang/crates.io-index"
17876checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17877dependencies = [
17878 "js-sys",
17879 "wasm-bindgen",
17880]
17881
17882[[package]]
17883name = "web-time"
17884version = "1.1.0"
17885source = "registry+https://github.com/rust-lang/crates.io-index"
17886checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17887dependencies = [
17888 "js-sys",
17889 "wasm-bindgen",
17890]
17891
17892[[package]]
17893name = "web_atoms"
17894version = "0.1.0"
17895source = "registry+https://github.com/rust-lang/crates.io-index"
17896checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17897dependencies = [
17898 "phf",
17899 "phf_codegen",
17900 "string_cache",
17901 "string_cache_codegen",
17902]
17903
17904[[package]]
17905name = "web_search"
17906version = "0.1.0"
17907dependencies = [
17908 "anyhow",
17909 "collections",
17910 "gpui",
17911 "serde",
17912 "workspace-hack",
17913 "zed_llm_client",
17914]
17915
17916[[package]]
17917name = "web_search_providers"
17918version = "0.1.0"
17919dependencies = [
17920 "anyhow",
17921 "client",
17922 "futures 0.3.31",
17923 "gpui",
17924 "http_client",
17925 "language_model",
17926 "serde",
17927 "serde_json",
17928 "web_search",
17929 "workspace-hack",
17930 "zed_llm_client",
17931]
17932
17933[[package]]
17934name = "webpki-root-certs"
17935version = "0.26.8"
17936source = "registry+https://github.com/rust-lang/crates.io-index"
17937checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
17938dependencies = [
17939 "rustls-pki-types",
17940]
17941
17942[[package]]
17943name = "webpki-roots"
17944version = "0.26.8"
17945source = "registry+https://github.com/rust-lang/crates.io-index"
17946checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
17947dependencies = [
17948 "rustls-pki-types",
17949]
17950
17951[[package]]
17952name = "webrtc-sys"
17953version = "0.3.7"
17954source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
17955dependencies = [
17956 "cc",
17957 "cxx",
17958 "cxx-build",
17959 "glob",
17960 "log",
17961 "webrtc-sys-build",
17962]
17963
17964[[package]]
17965name = "webrtc-sys-build"
17966version = "0.3.6"
17967source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
17968dependencies = [
17969 "fs2",
17970 "regex",
17971 "reqwest 0.11.27",
17972 "scratch",
17973 "semver",
17974 "zip",
17975]
17976
17977[[package]]
17978name = "weezl"
17979version = "0.1.8"
17980source = "registry+https://github.com/rust-lang/crates.io-index"
17981checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
17982
17983[[package]]
17984name = "welcome"
17985version = "0.1.0"
17986dependencies = [
17987 "anyhow",
17988 "client",
17989 "component",
17990 "db",
17991 "documented",
17992 "editor",
17993 "fuzzy",
17994 "gpui",
17995 "install_cli",
17996 "language",
17997 "picker",
17998 "project",
17999 "schemars",
18000 "serde",
18001 "settings",
18002 "telemetry",
18003 "theme",
18004 "ui",
18005 "util",
18006 "vim_mode_setting",
18007 "workspace",
18008 "workspace-hack",
18009 "zed_actions",
18010]
18011
18012[[package]]
18013name = "which"
18014version = "4.4.2"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18017dependencies = [
18018 "either",
18019 "home",
18020 "once_cell",
18021 "rustix 0.38.44",
18022]
18023
18024[[package]]
18025name = "which"
18026version = "6.0.3"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18029dependencies = [
18030 "either",
18031 "home",
18032 "rustix 0.38.44",
18033 "winsafe",
18034]
18035
18036[[package]]
18037name = "whoami"
18038version = "1.6.0"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18041dependencies = [
18042 "redox_syscall 0.5.11",
18043 "wasite",
18044]
18045
18046[[package]]
18047name = "wiggle"
18048version = "29.0.1"
18049source = "registry+https://github.com/rust-lang/crates.io-index"
18050checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18051dependencies = [
18052 "anyhow",
18053 "async-trait",
18054 "bitflags 2.9.0",
18055 "thiserror 1.0.69",
18056 "tracing",
18057 "wasmtime",
18058 "wiggle-macro",
18059]
18060
18061[[package]]
18062name = "wiggle-generate"
18063version = "29.0.1"
18064source = "registry+https://github.com/rust-lang/crates.io-index"
18065checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18066dependencies = [
18067 "anyhow",
18068 "heck 0.5.0",
18069 "proc-macro2",
18070 "quote",
18071 "shellexpand 2.1.2",
18072 "syn 2.0.101",
18073 "witx",
18074]
18075
18076[[package]]
18077name = "wiggle-macro"
18078version = "29.0.1"
18079source = "registry+https://github.com/rust-lang/crates.io-index"
18080checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18081dependencies = [
18082 "proc-macro2",
18083 "quote",
18084 "syn 2.0.101",
18085 "wiggle-generate",
18086]
18087
18088[[package]]
18089name = "winapi"
18090version = "0.3.9"
18091source = "registry+https://github.com/rust-lang/crates.io-index"
18092checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18093dependencies = [
18094 "winapi-i686-pc-windows-gnu",
18095 "winapi-x86_64-pc-windows-gnu",
18096]
18097
18098[[package]]
18099name = "winapi-i686-pc-windows-gnu"
18100version = "0.4.0"
18101source = "registry+https://github.com/rust-lang/crates.io-index"
18102checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18103
18104[[package]]
18105name = "winapi-util"
18106version = "0.1.9"
18107source = "registry+https://github.com/rust-lang/crates.io-index"
18108checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18109dependencies = [
18110 "windows-sys 0.59.0",
18111]
18112
18113[[package]]
18114name = "winapi-x86_64-pc-windows-gnu"
18115version = "0.4.0"
18116source = "registry+https://github.com/rust-lang/crates.io-index"
18117checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18118
18119[[package]]
18120name = "winch-codegen"
18121version = "29.0.1"
18122source = "registry+https://github.com/rust-lang/crates.io-index"
18123checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18124dependencies = [
18125 "anyhow",
18126 "cranelift-codegen",
18127 "gimli",
18128 "regalloc2",
18129 "smallvec",
18130 "target-lexicon 0.13.2",
18131 "thiserror 1.0.69",
18132 "wasmparser 0.221.3",
18133 "wasmtime-cranelift",
18134 "wasmtime-environ",
18135]
18136
18137[[package]]
18138name = "windows"
18139version = "0.54.0"
18140source = "registry+https://github.com/rust-lang/crates.io-index"
18141checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18142dependencies = [
18143 "windows-core 0.54.0",
18144 "windows-targets 0.52.6",
18145]
18146
18147[[package]]
18148name = "windows"
18149version = "0.57.0"
18150source = "registry+https://github.com/rust-lang/crates.io-index"
18151checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18152dependencies = [
18153 "windows-core 0.57.0",
18154 "windows-targets 0.52.6",
18155]
18156
18157[[package]]
18158name = "windows"
18159version = "0.58.0"
18160source = "registry+https://github.com/rust-lang/crates.io-index"
18161checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18162dependencies = [
18163 "windows-core 0.58.0",
18164 "windows-targets 0.52.6",
18165]
18166
18167[[package]]
18168name = "windows"
18169version = "0.61.1"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18172dependencies = [
18173 "windows-collections",
18174 "windows-core 0.61.0",
18175 "windows-future",
18176 "windows-link",
18177 "windows-numerics",
18178]
18179
18180[[package]]
18181name = "windows-capture"
18182version = "1.4.3"
18183source = "registry+https://github.com/rust-lang/crates.io-index"
18184checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18185dependencies = [
18186 "clap",
18187 "ctrlc",
18188 "parking_lot",
18189 "rayon",
18190 "thiserror 2.0.12",
18191 "windows 0.61.1",
18192 "windows-future",
18193]
18194
18195[[package]]
18196name = "windows-collections"
18197version = "0.2.0"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18200dependencies = [
18201 "windows-core 0.61.0",
18202]
18203
18204[[package]]
18205name = "windows-core"
18206version = "0.54.0"
18207source = "registry+https://github.com/rust-lang/crates.io-index"
18208checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18209dependencies = [
18210 "windows-result 0.1.2",
18211 "windows-targets 0.52.6",
18212]
18213
18214[[package]]
18215name = "windows-core"
18216version = "0.57.0"
18217source = "registry+https://github.com/rust-lang/crates.io-index"
18218checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18219dependencies = [
18220 "windows-implement 0.57.0",
18221 "windows-interface 0.57.0",
18222 "windows-result 0.1.2",
18223 "windows-targets 0.52.6",
18224]
18225
18226[[package]]
18227name = "windows-core"
18228version = "0.58.0"
18229source = "registry+https://github.com/rust-lang/crates.io-index"
18230checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18231dependencies = [
18232 "windows-implement 0.58.0",
18233 "windows-interface 0.58.0",
18234 "windows-result 0.2.0",
18235 "windows-strings 0.1.0",
18236 "windows-targets 0.52.6",
18237]
18238
18239[[package]]
18240name = "windows-core"
18241version = "0.61.0"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18244dependencies = [
18245 "windows-implement 0.60.0",
18246 "windows-interface 0.59.1",
18247 "windows-link",
18248 "windows-result 0.3.2",
18249 "windows-strings 0.4.0",
18250]
18251
18252[[package]]
18253name = "windows-future"
18254version = "0.2.0"
18255source = "registry+https://github.com/rust-lang/crates.io-index"
18256checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18257dependencies = [
18258 "windows-core 0.61.0",
18259 "windows-link",
18260]
18261
18262[[package]]
18263name = "windows-implement"
18264version = "0.57.0"
18265source = "registry+https://github.com/rust-lang/crates.io-index"
18266checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18267dependencies = [
18268 "proc-macro2",
18269 "quote",
18270 "syn 2.0.101",
18271]
18272
18273[[package]]
18274name = "windows-implement"
18275version = "0.58.0"
18276source = "registry+https://github.com/rust-lang/crates.io-index"
18277checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18278dependencies = [
18279 "proc-macro2",
18280 "quote",
18281 "syn 2.0.101",
18282]
18283
18284[[package]]
18285name = "windows-implement"
18286version = "0.60.0"
18287source = "registry+https://github.com/rust-lang/crates.io-index"
18288checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18289dependencies = [
18290 "proc-macro2",
18291 "quote",
18292 "syn 2.0.101",
18293]
18294
18295[[package]]
18296name = "windows-interface"
18297version = "0.57.0"
18298source = "registry+https://github.com/rust-lang/crates.io-index"
18299checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18300dependencies = [
18301 "proc-macro2",
18302 "quote",
18303 "syn 2.0.101",
18304]
18305
18306[[package]]
18307name = "windows-interface"
18308version = "0.58.0"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18311dependencies = [
18312 "proc-macro2",
18313 "quote",
18314 "syn 2.0.101",
18315]
18316
18317[[package]]
18318name = "windows-interface"
18319version = "0.59.1"
18320source = "registry+https://github.com/rust-lang/crates.io-index"
18321checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18322dependencies = [
18323 "proc-macro2",
18324 "quote",
18325 "syn 2.0.101",
18326]
18327
18328[[package]]
18329name = "windows-link"
18330version = "0.1.1"
18331source = "registry+https://github.com/rust-lang/crates.io-index"
18332checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18333
18334[[package]]
18335name = "windows-numerics"
18336version = "0.2.0"
18337source = "registry+https://github.com/rust-lang/crates.io-index"
18338checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18339dependencies = [
18340 "windows-core 0.61.0",
18341 "windows-link",
18342]
18343
18344[[package]]
18345name = "windows-registry"
18346version = "0.4.0"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18349dependencies = [
18350 "windows-result 0.3.2",
18351 "windows-strings 0.3.1",
18352 "windows-targets 0.53.0",
18353]
18354
18355[[package]]
18356name = "windows-registry"
18357version = "0.5.1"
18358source = "registry+https://github.com/rust-lang/crates.io-index"
18359checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18360dependencies = [
18361 "windows-link",
18362 "windows-result 0.3.2",
18363 "windows-strings 0.4.0",
18364]
18365
18366[[package]]
18367name = "windows-result"
18368version = "0.1.2"
18369source = "registry+https://github.com/rust-lang/crates.io-index"
18370checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18371dependencies = [
18372 "windows-targets 0.52.6",
18373]
18374
18375[[package]]
18376name = "windows-result"
18377version = "0.2.0"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18380dependencies = [
18381 "windows-targets 0.52.6",
18382]
18383
18384[[package]]
18385name = "windows-result"
18386version = "0.3.2"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18389dependencies = [
18390 "windows-link",
18391]
18392
18393[[package]]
18394name = "windows-strings"
18395version = "0.1.0"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18398dependencies = [
18399 "windows-result 0.2.0",
18400 "windows-targets 0.52.6",
18401]
18402
18403[[package]]
18404name = "windows-strings"
18405version = "0.3.1"
18406source = "registry+https://github.com/rust-lang/crates.io-index"
18407checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18408dependencies = [
18409 "windows-link",
18410]
18411
18412[[package]]
18413name = "windows-strings"
18414version = "0.4.0"
18415source = "registry+https://github.com/rust-lang/crates.io-index"
18416checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18417dependencies = [
18418 "windows-link",
18419]
18420
18421[[package]]
18422name = "windows-sys"
18423version = "0.45.0"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18426dependencies = [
18427 "windows-targets 0.42.2",
18428]
18429
18430[[package]]
18431name = "windows-sys"
18432version = "0.48.0"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18435dependencies = [
18436 "windows-targets 0.48.5",
18437]
18438
18439[[package]]
18440name = "windows-sys"
18441version = "0.52.0"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18444dependencies = [
18445 "windows-targets 0.52.6",
18446]
18447
18448[[package]]
18449name = "windows-sys"
18450version = "0.59.0"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18453dependencies = [
18454 "windows-targets 0.52.6",
18455]
18456
18457[[package]]
18458name = "windows-targets"
18459version = "0.42.2"
18460source = "registry+https://github.com/rust-lang/crates.io-index"
18461checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18462dependencies = [
18463 "windows_aarch64_gnullvm 0.42.2",
18464 "windows_aarch64_msvc 0.42.2",
18465 "windows_i686_gnu 0.42.2",
18466 "windows_i686_msvc 0.42.2",
18467 "windows_x86_64_gnu 0.42.2",
18468 "windows_x86_64_gnullvm 0.42.2",
18469 "windows_x86_64_msvc 0.42.2",
18470]
18471
18472[[package]]
18473name = "windows-targets"
18474version = "0.48.5"
18475source = "registry+https://github.com/rust-lang/crates.io-index"
18476checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18477dependencies = [
18478 "windows_aarch64_gnullvm 0.48.5",
18479 "windows_aarch64_msvc 0.48.5",
18480 "windows_i686_gnu 0.48.5",
18481 "windows_i686_msvc 0.48.5",
18482 "windows_x86_64_gnu 0.48.5",
18483 "windows_x86_64_gnullvm 0.48.5",
18484 "windows_x86_64_msvc 0.48.5",
18485]
18486
18487[[package]]
18488name = "windows-targets"
18489version = "0.52.6"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18492dependencies = [
18493 "windows_aarch64_gnullvm 0.52.6",
18494 "windows_aarch64_msvc 0.52.6",
18495 "windows_i686_gnu 0.52.6",
18496 "windows_i686_gnullvm 0.52.6",
18497 "windows_i686_msvc 0.52.6",
18498 "windows_x86_64_gnu 0.52.6",
18499 "windows_x86_64_gnullvm 0.52.6",
18500 "windows_x86_64_msvc 0.52.6",
18501]
18502
18503[[package]]
18504name = "windows-targets"
18505version = "0.53.0"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18508dependencies = [
18509 "windows_aarch64_gnullvm 0.53.0",
18510 "windows_aarch64_msvc 0.53.0",
18511 "windows_i686_gnu 0.53.0",
18512 "windows_i686_gnullvm 0.53.0",
18513 "windows_i686_msvc 0.53.0",
18514 "windows_x86_64_gnu 0.53.0",
18515 "windows_x86_64_gnullvm 0.53.0",
18516 "windows_x86_64_msvc 0.53.0",
18517]
18518
18519[[package]]
18520name = "windows_aarch64_gnullvm"
18521version = "0.42.2"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18524
18525[[package]]
18526name = "windows_aarch64_gnullvm"
18527version = "0.48.5"
18528source = "registry+https://github.com/rust-lang/crates.io-index"
18529checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18530
18531[[package]]
18532name = "windows_aarch64_gnullvm"
18533version = "0.52.6"
18534source = "registry+https://github.com/rust-lang/crates.io-index"
18535checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18536
18537[[package]]
18538name = "windows_aarch64_gnullvm"
18539version = "0.53.0"
18540source = "registry+https://github.com/rust-lang/crates.io-index"
18541checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18542
18543[[package]]
18544name = "windows_aarch64_msvc"
18545version = "0.42.2"
18546source = "registry+https://github.com/rust-lang/crates.io-index"
18547checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18548
18549[[package]]
18550name = "windows_aarch64_msvc"
18551version = "0.48.5"
18552source = "registry+https://github.com/rust-lang/crates.io-index"
18553checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18554
18555[[package]]
18556name = "windows_aarch64_msvc"
18557version = "0.52.6"
18558source = "registry+https://github.com/rust-lang/crates.io-index"
18559checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18560
18561[[package]]
18562name = "windows_aarch64_msvc"
18563version = "0.53.0"
18564source = "registry+https://github.com/rust-lang/crates.io-index"
18565checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18566
18567[[package]]
18568name = "windows_i686_gnu"
18569version = "0.42.2"
18570source = "registry+https://github.com/rust-lang/crates.io-index"
18571checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18572
18573[[package]]
18574name = "windows_i686_gnu"
18575version = "0.48.5"
18576source = "registry+https://github.com/rust-lang/crates.io-index"
18577checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18578
18579[[package]]
18580name = "windows_i686_gnu"
18581version = "0.52.6"
18582source = "registry+https://github.com/rust-lang/crates.io-index"
18583checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18584
18585[[package]]
18586name = "windows_i686_gnu"
18587version = "0.53.0"
18588source = "registry+https://github.com/rust-lang/crates.io-index"
18589checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18590
18591[[package]]
18592name = "windows_i686_gnullvm"
18593version = "0.52.6"
18594source = "registry+https://github.com/rust-lang/crates.io-index"
18595checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18596
18597[[package]]
18598name = "windows_i686_gnullvm"
18599version = "0.53.0"
18600source = "registry+https://github.com/rust-lang/crates.io-index"
18601checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18602
18603[[package]]
18604name = "windows_i686_msvc"
18605version = "0.42.2"
18606source = "registry+https://github.com/rust-lang/crates.io-index"
18607checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18608
18609[[package]]
18610name = "windows_i686_msvc"
18611version = "0.48.5"
18612source = "registry+https://github.com/rust-lang/crates.io-index"
18613checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18614
18615[[package]]
18616name = "windows_i686_msvc"
18617version = "0.52.6"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18620
18621[[package]]
18622name = "windows_i686_msvc"
18623version = "0.53.0"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18626
18627[[package]]
18628name = "windows_x86_64_gnu"
18629version = "0.42.2"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18632
18633[[package]]
18634name = "windows_x86_64_gnu"
18635version = "0.48.5"
18636source = "registry+https://github.com/rust-lang/crates.io-index"
18637checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18638
18639[[package]]
18640name = "windows_x86_64_gnu"
18641version = "0.52.6"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18644
18645[[package]]
18646name = "windows_x86_64_gnu"
18647version = "0.53.0"
18648source = "registry+https://github.com/rust-lang/crates.io-index"
18649checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18650
18651[[package]]
18652name = "windows_x86_64_gnullvm"
18653version = "0.42.2"
18654source = "registry+https://github.com/rust-lang/crates.io-index"
18655checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18656
18657[[package]]
18658name = "windows_x86_64_gnullvm"
18659version = "0.48.5"
18660source = "registry+https://github.com/rust-lang/crates.io-index"
18661checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18662
18663[[package]]
18664name = "windows_x86_64_gnullvm"
18665version = "0.52.6"
18666source = "registry+https://github.com/rust-lang/crates.io-index"
18667checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18668
18669[[package]]
18670name = "windows_x86_64_gnullvm"
18671version = "0.53.0"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18674
18675[[package]]
18676name = "windows_x86_64_msvc"
18677version = "0.42.2"
18678source = "registry+https://github.com/rust-lang/crates.io-index"
18679checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18680
18681[[package]]
18682name = "windows_x86_64_msvc"
18683version = "0.48.5"
18684source = "registry+https://github.com/rust-lang/crates.io-index"
18685checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18686
18687[[package]]
18688name = "windows_x86_64_msvc"
18689version = "0.52.6"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18692
18693[[package]]
18694name = "windows_x86_64_msvc"
18695version = "0.53.0"
18696source = "registry+https://github.com/rust-lang/crates.io-index"
18697checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18698
18699[[package]]
18700name = "winnow"
18701version = "0.7.6"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18704dependencies = [
18705 "memchr",
18706]
18707
18708[[package]]
18709name = "winreg"
18710version = "0.10.1"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18713dependencies = [
18714 "winapi",
18715]
18716
18717[[package]]
18718name = "winreg"
18719version = "0.50.0"
18720source = "registry+https://github.com/rust-lang/crates.io-index"
18721checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18722dependencies = [
18723 "cfg-if",
18724 "windows-sys 0.48.0",
18725]
18726
18727[[package]]
18728name = "winreg"
18729version = "0.52.0"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18732dependencies = [
18733 "cfg-if",
18734 "windows-sys 0.48.0",
18735]
18736
18737[[package]]
18738name = "winreg"
18739version = "0.55.0"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18742dependencies = [
18743 "cfg-if",
18744 "windows-sys 0.59.0",
18745]
18746
18747[[package]]
18748name = "winresource"
18749version = "0.1.20"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18752dependencies = [
18753 "toml 0.8.20",
18754 "version_check",
18755]
18756
18757[[package]]
18758name = "winsafe"
18759version = "0.0.19"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18762
18763[[package]]
18764name = "winx"
18765version = "0.36.4"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18768dependencies = [
18769 "bitflags 2.9.0",
18770 "windows-sys 0.59.0",
18771]
18772
18773[[package]]
18774name = "wio"
18775version = "0.2.2"
18776source = "registry+https://github.com/rust-lang/crates.io-index"
18777checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18778dependencies = [
18779 "winapi",
18780]
18781
18782[[package]]
18783name = "wit-bindgen"
18784version = "0.22.0"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18787dependencies = [
18788 "bitflags 2.9.0",
18789 "wit-bindgen-rt 0.22.0",
18790 "wit-bindgen-rust-macro 0.22.0",
18791]
18792
18793[[package]]
18794name = "wit-bindgen"
18795version = "0.41.0"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18798dependencies = [
18799 "wit-bindgen-rt 0.41.0",
18800 "wit-bindgen-rust-macro 0.41.0",
18801]
18802
18803[[package]]
18804name = "wit-bindgen-core"
18805version = "0.22.0"
18806source = "registry+https://github.com/rust-lang/crates.io-index"
18807checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18808dependencies = [
18809 "anyhow",
18810 "wit-parser 0.201.0",
18811]
18812
18813[[package]]
18814name = "wit-bindgen-core"
18815version = "0.41.0"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18818dependencies = [
18819 "anyhow",
18820 "heck 0.5.0",
18821 "wit-parser 0.227.1",
18822]
18823
18824[[package]]
18825name = "wit-bindgen-rt"
18826version = "0.22.0"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18829
18830[[package]]
18831name = "wit-bindgen-rt"
18832version = "0.39.0"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18835dependencies = [
18836 "bitflags 2.9.0",
18837]
18838
18839[[package]]
18840name = "wit-bindgen-rt"
18841version = "0.41.0"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18844dependencies = [
18845 "bitflags 2.9.0",
18846 "futures 0.3.31",
18847 "once_cell",
18848]
18849
18850[[package]]
18851name = "wit-bindgen-rust"
18852version = "0.22.0"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18855dependencies = [
18856 "anyhow",
18857 "heck 0.4.1",
18858 "indexmap",
18859 "wasm-metadata 0.201.0",
18860 "wit-bindgen-core 0.22.0",
18861 "wit-component 0.201.0",
18862]
18863
18864[[package]]
18865name = "wit-bindgen-rust"
18866version = "0.41.0"
18867source = "registry+https://github.com/rust-lang/crates.io-index"
18868checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18869dependencies = [
18870 "anyhow",
18871 "heck 0.5.0",
18872 "indexmap",
18873 "prettyplease",
18874 "syn 2.0.101",
18875 "wasm-metadata 0.227.1",
18876 "wit-bindgen-core 0.41.0",
18877 "wit-component 0.227.1",
18878]
18879
18880[[package]]
18881name = "wit-bindgen-rust-macro"
18882version = "0.22.0"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18885dependencies = [
18886 "anyhow",
18887 "proc-macro2",
18888 "quote",
18889 "syn 2.0.101",
18890 "wit-bindgen-core 0.22.0",
18891 "wit-bindgen-rust 0.22.0",
18892]
18893
18894[[package]]
18895name = "wit-bindgen-rust-macro"
18896version = "0.41.0"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18899dependencies = [
18900 "anyhow",
18901 "prettyplease",
18902 "proc-macro2",
18903 "quote",
18904 "syn 2.0.101",
18905 "wit-bindgen-core 0.41.0",
18906 "wit-bindgen-rust 0.41.0",
18907]
18908
18909[[package]]
18910name = "wit-component"
18911version = "0.201.0"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18914dependencies = [
18915 "anyhow",
18916 "bitflags 2.9.0",
18917 "indexmap",
18918 "log",
18919 "serde",
18920 "serde_derive",
18921 "serde_json",
18922 "wasm-encoder 0.201.0",
18923 "wasm-metadata 0.201.0",
18924 "wasmparser 0.201.0",
18925 "wit-parser 0.201.0",
18926]
18927
18928[[package]]
18929name = "wit-component"
18930version = "0.221.3"
18931source = "registry+https://github.com/rust-lang/crates.io-index"
18932checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18933dependencies = [
18934 "anyhow",
18935 "bitflags 2.9.0",
18936 "indexmap",
18937 "log",
18938 "serde",
18939 "serde_derive",
18940 "serde_json",
18941 "wasm-encoder 0.221.3",
18942 "wasm-metadata 0.221.3",
18943 "wasmparser 0.221.3",
18944 "wit-parser 0.221.3",
18945]
18946
18947[[package]]
18948name = "wit-component"
18949version = "0.227.1"
18950source = "registry+https://github.com/rust-lang/crates.io-index"
18951checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
18952dependencies = [
18953 "anyhow",
18954 "bitflags 2.9.0",
18955 "indexmap",
18956 "log",
18957 "serde",
18958 "serde_derive",
18959 "serde_json",
18960 "wasm-encoder 0.227.1",
18961 "wasm-metadata 0.227.1",
18962 "wasmparser 0.227.1",
18963 "wit-parser 0.227.1",
18964]
18965
18966[[package]]
18967name = "wit-parser"
18968version = "0.201.0"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
18971dependencies = [
18972 "anyhow",
18973 "id-arena",
18974 "indexmap",
18975 "log",
18976 "semver",
18977 "serde",
18978 "serde_derive",
18979 "serde_json",
18980 "unicode-xid",
18981 "wasmparser 0.201.0",
18982]
18983
18984[[package]]
18985name = "wit-parser"
18986version = "0.221.3"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
18989dependencies = [
18990 "anyhow",
18991 "id-arena",
18992 "indexmap",
18993 "log",
18994 "semver",
18995 "serde",
18996 "serde_derive",
18997 "serde_json",
18998 "unicode-xid",
18999 "wasmparser 0.221.3",
19000]
19001
19002[[package]]
19003name = "wit-parser"
19004version = "0.227.1"
19005source = "registry+https://github.com/rust-lang/crates.io-index"
19006checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19007dependencies = [
19008 "anyhow",
19009 "id-arena",
19010 "indexmap",
19011 "log",
19012 "semver",
19013 "serde",
19014 "serde_derive",
19015 "serde_json",
19016 "unicode-xid",
19017 "wasmparser 0.227.1",
19018]
19019
19020[[package]]
19021name = "witx"
19022version = "0.9.1"
19023source = "registry+https://github.com/rust-lang/crates.io-index"
19024checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19025dependencies = [
19026 "anyhow",
19027 "log",
19028 "thiserror 1.0.69",
19029 "wast",
19030]
19031
19032[[package]]
19033name = "workspace"
19034version = "0.1.0"
19035dependencies = [
19036 "any_vec",
19037 "anyhow",
19038 "async-recursion 1.1.1",
19039 "bincode",
19040 "call",
19041 "client",
19042 "clock",
19043 "collections",
19044 "component",
19045 "dap",
19046 "db",
19047 "env_logger 0.11.8",
19048 "fs",
19049 "futures 0.3.31",
19050 "gpui",
19051 "http_client",
19052 "itertools 0.14.0",
19053 "language",
19054 "log",
19055 "menu",
19056 "node_runtime",
19057 "parking_lot",
19058 "postage",
19059 "project",
19060 "remote",
19061 "schemars",
19062 "serde",
19063 "serde_json",
19064 "session",
19065 "settings",
19066 "smallvec",
19067 "sqlez",
19068 "strum 0.27.1",
19069 "task",
19070 "telemetry",
19071 "tempfile",
19072 "theme",
19073 "ui",
19074 "util",
19075 "uuid",
19076 "windows 0.61.1",
19077 "workspace-hack",
19078 "zed_actions",
19079]
19080
19081[[package]]
19082name = "workspace-hack"
19083version = "0.1.0"
19084dependencies = [
19085 "aes",
19086 "ahash 0.8.11",
19087 "aho-corasick",
19088 "anstream",
19089 "arrayvec",
19090 "async-std",
19091 "async-tungstenite",
19092 "aws-config",
19093 "aws-credential-types",
19094 "aws-runtime",
19095 "aws-sigv4",
19096 "aws-smithy-async",
19097 "aws-smithy-http",
19098 "aws-smithy-runtime",
19099 "aws-smithy-runtime-api",
19100 "aws-smithy-types",
19101 "base64 0.22.1",
19102 "base64ct",
19103 "bigdecimal",
19104 "bit-set 0.8.0",
19105 "bit-vec 0.8.0",
19106 "bitflags 2.9.0",
19107 "bstr",
19108 "bytemuck",
19109 "byteorder",
19110 "bytes 1.10.1",
19111 "cc",
19112 "chrono",
19113 "cipher",
19114 "clang-sys",
19115 "clap",
19116 "clap_builder",
19117 "codespan-reporting 0.12.0",
19118 "concurrent-queue",
19119 "core-foundation 0.9.4",
19120 "core-foundation-sys",
19121 "coreaudio-sys",
19122 "crc32fast",
19123 "crossbeam-utils",
19124 "crypto-common",
19125 "deranged",
19126 "digest",
19127 "either",
19128 "euclid",
19129 "event-listener 5.4.0",
19130 "event-listener-strategy",
19131 "flate2",
19132 "flume",
19133 "foldhash",
19134 "form_urlencoded",
19135 "futures 0.3.31",
19136 "futures-channel",
19137 "futures-core",
19138 "futures-executor",
19139 "futures-io",
19140 "futures-sink",
19141 "futures-task",
19142 "futures-util",
19143 "getrandom 0.2.15",
19144 "getrandom 0.3.2",
19145 "gimli",
19146 "half",
19147 "handlebars 4.5.0",
19148 "hashbrown 0.14.5",
19149 "hashbrown 0.15.3",
19150 "heck 0.4.1",
19151 "hmac",
19152 "hyper 0.14.32",
19153 "hyper-rustls 0.27.5",
19154 "idna",
19155 "indexmap",
19156 "inout",
19157 "itertools 0.12.1",
19158 "itertools 0.13.0",
19159 "jiff",
19160 "lazy_static",
19161 "libc",
19162 "libsqlite3-sys",
19163 "linux-raw-sys 0.4.15",
19164 "linux-raw-sys 0.9.4",
19165 "log",
19166 "lyon",
19167 "lyon_path",
19168 "md-5",
19169 "memchr",
19170 "miniz_oxide",
19171 "mio",
19172 "naga",
19173 "nix 0.29.0",
19174 "nom",
19175 "num-bigint",
19176 "num-bigint-dig",
19177 "num-integer",
19178 "num-iter",
19179 "num-rational",
19180 "num-traits",
19181 "objc2",
19182 "objc2-foundation",
19183 "objc2-metal",
19184 "object",
19185 "once_cell",
19186 "percent-encoding",
19187 "phf",
19188 "phf_shared",
19189 "prettyplease",
19190 "proc-macro2",
19191 "prost 0.9.0",
19192 "prost-types 0.9.0",
19193 "quote",
19194 "rand 0.8.5",
19195 "rand 0.9.1",
19196 "rand_chacha 0.3.1",
19197 "rand_core 0.6.4",
19198 "regex",
19199 "regex-automata 0.4.9",
19200 "regex-syntax 0.8.5",
19201 "ring",
19202 "rust_decimal",
19203 "rustc-hash 1.1.0",
19204 "rustix 0.38.44",
19205 "rustix 1.0.7",
19206 "rustls 0.23.26",
19207 "rustls-webpki 0.103.1",
19208 "scopeguard",
19209 "sea-orm",
19210 "sea-query-binder",
19211 "security-framework 3.2.0",
19212 "security-framework-sys",
19213 "semver",
19214 "serde",
19215 "serde_derive",
19216 "serde_json",
19217 "sha1",
19218 "simd-adler32",
19219 "smallvec",
19220 "spin",
19221 "sqlx",
19222 "sqlx-macros",
19223 "sqlx-macros-core",
19224 "sqlx-postgres",
19225 "sqlx-sqlite",
19226 "strum 0.26.3",
19227 "subtle",
19228 "syn 1.0.109",
19229 "syn 2.0.101",
19230 "sync_wrapper 1.0.2",
19231 "thiserror 2.0.12",
19232 "time",
19233 "time-macros",
19234 "tokio",
19235 "tokio-rustls 0.26.2",
19236 "tokio-socks",
19237 "tokio-stream",
19238 "tokio-util",
19239 "toml_datetime",
19240 "toml_edit",
19241 "tower 0.5.2",
19242 "tracing",
19243 "tracing-core",
19244 "tungstenite 0.26.2",
19245 "unicode-normalization",
19246 "unicode-properties",
19247 "url",
19248 "uuid",
19249 "wasm-encoder 0.221.3",
19250 "wasmparser 0.221.3",
19251 "wasmtime",
19252 "wasmtime-cranelift",
19253 "wasmtime-environ",
19254 "winapi",
19255 "windows-core 0.61.0",
19256 "windows-numerics",
19257 "windows-sys 0.48.0",
19258 "windows-sys 0.52.0",
19259 "windows-sys 0.59.0",
19260 "winnow",
19261 "zeroize",
19262 "zvariant",
19263]
19264
19265[[package]]
19266name = "worktree"
19267version = "0.1.0"
19268dependencies = [
19269 "anyhow",
19270 "clock",
19271 "collections",
19272 "env_logger 0.11.8",
19273 "fs",
19274 "futures 0.3.31",
19275 "fuzzy",
19276 "git",
19277 "git2",
19278 "gpui",
19279 "http_client",
19280 "ignore",
19281 "language",
19282 "log",
19283 "parking_lot",
19284 "paths",
19285 "postage",
19286 "pretty_assertions",
19287 "rand 0.8.5",
19288 "rpc",
19289 "schemars",
19290 "serde",
19291 "serde_json",
19292 "settings",
19293 "smallvec",
19294 "smol",
19295 "sum_tree",
19296 "text",
19297 "util",
19298 "workspace-hack",
19299]
19300
19301[[package]]
19302name = "write16"
19303version = "1.0.0"
19304source = "registry+https://github.com/rust-lang/crates.io-index"
19305checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19306
19307[[package]]
19308name = "writeable"
19309version = "0.5.5"
19310source = "registry+https://github.com/rust-lang/crates.io-index"
19311checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19312
19313[[package]]
19314name = "wyz"
19315version = "0.5.1"
19316source = "registry+https://github.com/rust-lang/crates.io-index"
19317checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19318dependencies = [
19319 "tap",
19320]
19321
19322[[package]]
19323name = "x11"
19324version = "2.21.0"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19327dependencies = [
19328 "libc",
19329 "pkg-config",
19330]
19331
19332[[package]]
19333name = "x11-clipboard"
19334version = "0.9.3"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19337dependencies = [
19338 "libc",
19339 "x11rb",
19340]
19341
19342[[package]]
19343name = "x11rb"
19344version = "0.13.1"
19345source = "registry+https://github.com/rust-lang/crates.io-index"
19346checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19347dependencies = [
19348 "as-raw-xcb-connection",
19349 "gethostname",
19350 "libc",
19351 "rustix 0.38.44",
19352 "x11rb-protocol",
19353]
19354
19355[[package]]
19356name = "x11rb-protocol"
19357version = "0.13.1"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19360
19361[[package]]
19362name = "xattr"
19363version = "0.2.3"
19364source = "registry+https://github.com/rust-lang/crates.io-index"
19365checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19366dependencies = [
19367 "libc",
19368]
19369
19370[[package]]
19371name = "xcb"
19372version = "1.5.0"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19375dependencies = [
19376 "bitflags 1.3.2",
19377 "libc",
19378 "quick-xml 0.30.0",
19379 "x11",
19380]
19381
19382[[package]]
19383name = "xcursor"
19384version = "0.3.8"
19385source = "registry+https://github.com/rust-lang/crates.io-index"
19386checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19387
19388[[package]]
19389name = "xdg-home"
19390version = "1.3.0"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19393dependencies = [
19394 "libc",
19395 "windows-sys 0.59.0",
19396]
19397
19398[[package]]
19399name = "xim"
19400version = "0.4.0"
19401source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19402dependencies = [
19403 "ahash 0.8.11",
19404 "hashbrown 0.14.5",
19405 "log",
19406 "x11rb",
19407 "xim-ctext",
19408 "xim-parser",
19409]
19410
19411[[package]]
19412name = "xim-ctext"
19413version = "0.3.0"
19414source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19415dependencies = [
19416 "encoding_rs",
19417]
19418
19419[[package]]
19420name = "xim-parser"
19421version = "0.2.1"
19422source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19423dependencies = [
19424 "bitflags 2.9.0",
19425]
19426
19427[[package]]
19428name = "xkbcommon"
19429version = "0.8.0"
19430source = "registry+https://github.com/rust-lang/crates.io-index"
19431checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19432dependencies = [
19433 "as-raw-xcb-connection",
19434 "libc",
19435 "memmap2",
19436 "xkeysym",
19437]
19438
19439[[package]]
19440name = "xkeysym"
19441version = "0.2.1"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19444
19445[[package]]
19446name = "xml5ever"
19447version = "0.18.1"
19448source = "registry+https://github.com/rust-lang/crates.io-index"
19449checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19450dependencies = [
19451 "log",
19452 "mac",
19453 "markup5ever 0.12.1",
19454]
19455
19456[[package]]
19457name = "xmlparser"
19458version = "0.13.6"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19461
19462[[package]]
19463name = "xmlwriter"
19464version = "0.1.0"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19467
19468[[package]]
19469name = "xtask"
19470version = "0.1.0"
19471dependencies = [
19472 "anyhow",
19473 "cargo_metadata",
19474 "cargo_toml",
19475 "clap",
19476 "workspace-hack",
19477]
19478
19479[[package]]
19480name = "yaml-rust2"
19481version = "0.8.1"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19484dependencies = [
19485 "arraydeque",
19486 "encoding_rs",
19487 "hashlink 0.8.4",
19488]
19489
19490[[package]]
19491name = "yansi"
19492version = "1.0.1"
19493source = "registry+https://github.com/rust-lang/crates.io-index"
19494checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19495
19496[[package]]
19497name = "yazi"
19498version = "0.2.1"
19499source = "registry+https://github.com/rust-lang/crates.io-index"
19500checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19501
19502[[package]]
19503name = "yeslogic-fontconfig-sys"
19504version = "6.0.0"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19507dependencies = [
19508 "dlib",
19509 "once_cell",
19510 "pkg-config",
19511]
19512
19513[[package]]
19514name = "yoke"
19515version = "0.7.5"
19516source = "registry+https://github.com/rust-lang/crates.io-index"
19517checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19518dependencies = [
19519 "serde",
19520 "stable_deref_trait",
19521 "yoke-derive",
19522 "zerofrom",
19523]
19524
19525[[package]]
19526name = "yoke-derive"
19527version = "0.7.5"
19528source = "registry+https://github.com/rust-lang/crates.io-index"
19529checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19530dependencies = [
19531 "proc-macro2",
19532 "quote",
19533 "syn 2.0.101",
19534 "synstructure",
19535]
19536
19537[[package]]
19538name = "zbus"
19539version = "5.5.0"
19540source = "registry+https://github.com/rust-lang/crates.io-index"
19541checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19542dependencies = [
19543 "async-broadcast",
19544 "async-executor",
19545 "async-fs",
19546 "async-io",
19547 "async-lock",
19548 "async-process",
19549 "async-recursion 1.1.1",
19550 "async-task",
19551 "async-trait",
19552 "blocking",
19553 "enumflags2",
19554 "event-listener 5.4.0",
19555 "futures-core",
19556 "futures-lite 2.6.0",
19557 "hex",
19558 "nix 0.29.0",
19559 "ordered-stream",
19560 "serde",
19561 "serde_repr",
19562 "static_assertions",
19563 "tracing",
19564 "uds_windows",
19565 "windows-sys 0.59.0",
19566 "winnow",
19567 "xdg-home",
19568 "zbus_macros",
19569 "zbus_names",
19570 "zvariant",
19571]
19572
19573[[package]]
19574name = "zbus_macros"
19575version = "5.5.0"
19576source = "registry+https://github.com/rust-lang/crates.io-index"
19577checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19578dependencies = [
19579 "proc-macro-crate",
19580 "proc-macro2",
19581 "quote",
19582 "syn 2.0.101",
19583 "zbus_names",
19584 "zvariant",
19585 "zvariant_utils",
19586]
19587
19588[[package]]
19589name = "zbus_names"
19590version = "4.2.0"
19591source = "registry+https://github.com/rust-lang/crates.io-index"
19592checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19593dependencies = [
19594 "serde",
19595 "static_assertions",
19596 "winnow",
19597 "zvariant",
19598]
19599
19600[[package]]
19601name = "zed"
19602version = "0.188.0"
19603dependencies = [
19604 "activity_indicator",
19605 "agent",
19606 "anyhow",
19607 "ashpd",
19608 "askpass",
19609 "assets",
19610 "assistant_context_editor",
19611 "assistant_settings",
19612 "assistant_tool",
19613 "assistant_tools",
19614 "async-watch",
19615 "audio",
19616 "auto_update",
19617 "auto_update_ui",
19618 "backtrace",
19619 "breadcrumbs",
19620 "call",
19621 "channel",
19622 "chrono",
19623 "clap",
19624 "cli",
19625 "client",
19626 "collab_ui",
19627 "collections",
19628 "command_palette",
19629 "component",
19630 "copilot",
19631 "dap",
19632 "dap_adapters",
19633 "db",
19634 "debugger_tools",
19635 "debugger_ui",
19636 "diagnostics",
19637 "editor",
19638 "env_logger 0.11.8",
19639 "extension",
19640 "extension_host",
19641 "extensions_ui",
19642 "feature_flags",
19643 "feedback",
19644 "file_finder",
19645 "fs",
19646 "futures 0.3.31",
19647 "git",
19648 "git_hosting_providers",
19649 "git_ui",
19650 "go_to_line",
19651 "gpui",
19652 "gpui_tokio",
19653 "http_client",
19654 "image_viewer",
19655 "indoc",
19656 "inline_completion_button",
19657 "install_cli",
19658 "jj_ui",
19659 "journal",
19660 "language",
19661 "language_extension",
19662 "language_model",
19663 "language_models",
19664 "language_selector",
19665 "language_tools",
19666 "languages",
19667 "libc",
19668 "log",
19669 "markdown",
19670 "markdown_preview",
19671 "menu",
19672 "migrator",
19673 "mimalloc",
19674 "nix 0.29.0",
19675 "node_runtime",
19676 "notifications",
19677 "outline",
19678 "outline_panel",
19679 "parking_lot",
19680 "paths",
19681 "picker",
19682 "profiling",
19683 "project",
19684 "project_panel",
19685 "project_symbols",
19686 "prompt_store",
19687 "proto",
19688 "recent_projects",
19689 "release_channel",
19690 "remote",
19691 "repl",
19692 "reqwest_client",
19693 "rope",
19694 "search",
19695 "serde",
19696 "serde_json",
19697 "session",
19698 "settings",
19699 "settings_ui",
19700 "shellexpand 2.1.2",
19701 "smol",
19702 "snippet_provider",
19703 "snippets_ui",
19704 "supermaven",
19705 "sysinfo",
19706 "tab_switcher",
19707 "task",
19708 "tasks_ui",
19709 "telemetry",
19710 "telemetry_events",
19711 "terminal_view",
19712 "theme",
19713 "theme_extension",
19714 "theme_selector",
19715 "time",
19716 "title_bar",
19717 "toolchain_selector",
19718 "tree-sitter-md",
19719 "tree-sitter-rust",
19720 "ui",
19721 "ui_input",
19722 "ui_prompt",
19723 "url",
19724 "urlencoding",
19725 "util",
19726 "uuid",
19727 "vim",
19728 "vim_mode_setting",
19729 "web_search",
19730 "web_search_providers",
19731 "welcome",
19732 "windows 0.61.1",
19733 "winresource",
19734 "workspace",
19735 "workspace-hack",
19736 "zed_actions",
19737 "zeta",
19738 "zlog",
19739 "zlog_settings",
19740]
19741
19742[[package]]
19743name = "zed_actions"
19744version = "0.1.0"
19745dependencies = [
19746 "gpui",
19747 "schemars",
19748 "serde",
19749 "uuid",
19750 "workspace-hack",
19751]
19752
19753[[package]]
19754name = "zed_emmet"
19755version = "0.0.3"
19756dependencies = [
19757 "zed_extension_api 0.1.0",
19758]
19759
19760[[package]]
19761name = "zed_extension_api"
19762version = "0.1.0"
19763source = "registry+https://github.com/rust-lang/crates.io-index"
19764checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19765dependencies = [
19766 "serde",
19767 "serde_json",
19768 "wit-bindgen 0.22.0",
19769]
19770
19771[[package]]
19772name = "zed_extension_api"
19773version = "0.6.0"
19774dependencies = [
19775 "serde",
19776 "serde_json",
19777 "wit-bindgen 0.41.0",
19778]
19779
19780[[package]]
19781name = "zed_glsl"
19782version = "0.1.0"
19783dependencies = [
19784 "zed_extension_api 0.1.0",
19785]
19786
19787[[package]]
19788name = "zed_html"
19789version = "0.2.1"
19790dependencies = [
19791 "zed_extension_api 0.1.0",
19792]
19793
19794[[package]]
19795name = "zed_llm_client"
19796version = "0.8.1"
19797source = "registry+https://github.com/rust-lang/crates.io-index"
19798checksum = "16d993fc42f9ec43ab76fa46c6eb579a66e116bb08cd2bc9a67f3afcaa05d39d"
19799dependencies = [
19800 "anyhow",
19801 "serde",
19802 "serde_json",
19803 "strum 0.27.1",
19804 "uuid",
19805]
19806
19807[[package]]
19808name = "zed_proto"
19809version = "0.2.2"
19810dependencies = [
19811 "zed_extension_api 0.1.0",
19812]
19813
19814[[package]]
19815name = "zed_ruff"
19816version = "0.1.0"
19817dependencies = [
19818 "zed_extension_api 0.1.0",
19819]
19820
19821[[package]]
19822name = "zed_snippets"
19823version = "0.0.5"
19824dependencies = [
19825 "serde_json",
19826 "zed_extension_api 0.1.0",
19827]
19828
19829[[package]]
19830name = "zed_test_extension"
19831version = "0.1.0"
19832dependencies = [
19833 "zed_extension_api 0.6.0",
19834]
19835
19836[[package]]
19837name = "zed_toml"
19838version = "0.1.3"
19839dependencies = [
19840 "zed_extension_api 0.1.0",
19841]
19842
19843[[package]]
19844name = "zeno"
19845version = "0.3.2"
19846source = "registry+https://github.com/rust-lang/crates.io-index"
19847checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19848
19849[[package]]
19850name = "zerocopy"
19851version = "0.7.35"
19852source = "registry+https://github.com/rust-lang/crates.io-index"
19853checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19854dependencies = [
19855 "zerocopy-derive 0.7.35",
19856]
19857
19858[[package]]
19859name = "zerocopy"
19860version = "0.8.24"
19861source = "registry+https://github.com/rust-lang/crates.io-index"
19862checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19863dependencies = [
19864 "zerocopy-derive 0.8.24",
19865]
19866
19867[[package]]
19868name = "zerocopy-derive"
19869version = "0.7.35"
19870source = "registry+https://github.com/rust-lang/crates.io-index"
19871checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19872dependencies = [
19873 "proc-macro2",
19874 "quote",
19875 "syn 2.0.101",
19876]
19877
19878[[package]]
19879name = "zerocopy-derive"
19880version = "0.8.24"
19881source = "registry+https://github.com/rust-lang/crates.io-index"
19882checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19883dependencies = [
19884 "proc-macro2",
19885 "quote",
19886 "syn 2.0.101",
19887]
19888
19889[[package]]
19890name = "zerofrom"
19891version = "0.1.6"
19892source = "registry+https://github.com/rust-lang/crates.io-index"
19893checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19894dependencies = [
19895 "zerofrom-derive",
19896]
19897
19898[[package]]
19899name = "zerofrom-derive"
19900version = "0.1.6"
19901source = "registry+https://github.com/rust-lang/crates.io-index"
19902checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19903dependencies = [
19904 "proc-macro2",
19905 "quote",
19906 "syn 2.0.101",
19907 "synstructure",
19908]
19909
19910[[package]]
19911name = "zeroize"
19912version = "1.8.1"
19913source = "registry+https://github.com/rust-lang/crates.io-index"
19914checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19915dependencies = [
19916 "zeroize_derive",
19917]
19918
19919[[package]]
19920name = "zeroize_derive"
19921version = "1.4.2"
19922source = "registry+https://github.com/rust-lang/crates.io-index"
19923checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19924dependencies = [
19925 "proc-macro2",
19926 "quote",
19927 "syn 2.0.101",
19928]
19929
19930[[package]]
19931name = "zeromq"
19932version = "0.5.0-pre"
19933source = "registry+https://github.com/rust-lang/crates.io-index"
19934checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19935dependencies = [
19936 "async-dispatcher",
19937 "async-std",
19938 "async-trait",
19939 "asynchronous-codec",
19940 "bytes 1.10.1",
19941 "crossbeam-queue",
19942 "dashmap 5.5.3",
19943 "futures 0.3.31",
19944 "log",
19945 "num-traits",
19946 "once_cell",
19947 "parking_lot",
19948 "rand 0.8.5",
19949 "regex",
19950 "thiserror 1.0.69",
19951 "uuid",
19952]
19953
19954[[package]]
19955name = "zerovec"
19956version = "0.10.4"
19957source = "registry+https://github.com/rust-lang/crates.io-index"
19958checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
19959dependencies = [
19960 "yoke",
19961 "zerofrom",
19962 "zerovec-derive",
19963]
19964
19965[[package]]
19966name = "zerovec-derive"
19967version = "0.10.3"
19968source = "registry+https://github.com/rust-lang/crates.io-index"
19969checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
19970dependencies = [
19971 "proc-macro2",
19972 "quote",
19973 "syn 2.0.101",
19974]
19975
19976[[package]]
19977name = "zeta"
19978version = "0.1.0"
19979dependencies = [
19980 "anyhow",
19981 "arrayvec",
19982 "call",
19983 "client",
19984 "clock",
19985 "collections",
19986 "command_palette_hooks",
19987 "ctor",
19988 "db",
19989 "editor",
19990 "env_logger 0.11.8",
19991 "feature_flags",
19992 "fs",
19993 "futures 0.3.31",
19994 "gpui",
19995 "http_client",
19996 "indoc",
19997 "inline_completion",
19998 "language",
19999 "language_model",
20000 "log",
20001 "menu",
20002 "migrator",
20003 "paths",
20004 "postage",
20005 "project",
20006 "proto",
20007 "regex",
20008 "release_channel",
20009 "reqwest_client",
20010 "rpc",
20011 "serde",
20012 "serde_json",
20013 "settings",
20014 "telemetry",
20015 "telemetry_events",
20016 "theme",
20017 "thiserror 2.0.12",
20018 "tree-sitter-go",
20019 "tree-sitter-rust",
20020 "ui",
20021 "unindent",
20022 "util",
20023 "uuid",
20024 "workspace",
20025 "workspace-hack",
20026 "worktree",
20027 "zed_actions",
20028 "zed_llm_client",
20029]
20030
20031[[package]]
20032name = "zip"
20033version = "0.6.6"
20034source = "registry+https://github.com/rust-lang/crates.io-index"
20035checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20036dependencies = [
20037 "aes",
20038 "byteorder",
20039 "bzip2",
20040 "constant_time_eq 0.1.5",
20041 "crc32fast",
20042 "crossbeam-utils",
20043 "flate2",
20044 "hmac",
20045 "pbkdf2 0.11.0",
20046 "sha1",
20047 "time",
20048 "zstd",
20049]
20050
20051[[package]]
20052name = "zlib-rs"
20053version = "0.5.0"
20054source = "registry+https://github.com/rust-lang/crates.io-index"
20055checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20056
20057[[package]]
20058name = "zlog"
20059version = "0.1.0"
20060dependencies = [
20061 "anyhow",
20062 "chrono",
20063 "log",
20064 "tempfile",
20065 "workspace-hack",
20066]
20067
20068[[package]]
20069name = "zlog_settings"
20070version = "0.1.0"
20071dependencies = [
20072 "anyhow",
20073 "gpui",
20074 "schemars",
20075 "serde",
20076 "settings",
20077 "workspace-hack",
20078 "zlog",
20079]
20080
20081[[package]]
20082name = "zstd"
20083version = "0.11.2+zstd.1.5.2"
20084source = "registry+https://github.com/rust-lang/crates.io-index"
20085checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20086dependencies = [
20087 "zstd-safe",
20088]
20089
20090[[package]]
20091name = "zstd-safe"
20092version = "5.0.2+zstd.1.5.2"
20093source = "registry+https://github.com/rust-lang/crates.io-index"
20094checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20095dependencies = [
20096 "libc",
20097 "zstd-sys",
20098]
20099
20100[[package]]
20101name = "zstd-sys"
20102version = "2.0.15+zstd.1.5.7"
20103source = "registry+https://github.com/rust-lang/crates.io-index"
20104checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20105dependencies = [
20106 "cc",
20107 "pkg-config",
20108]
20109
20110[[package]]
20111name = "zune-core"
20112version = "0.4.12"
20113source = "registry+https://github.com/rust-lang/crates.io-index"
20114checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20115
20116[[package]]
20117name = "zune-inflate"
20118version = "0.2.54"
20119source = "registry+https://github.com/rust-lang/crates.io-index"
20120checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20121dependencies = [
20122 "simd-adler32",
20123]
20124
20125[[package]]
20126name = "zune-jpeg"
20127version = "0.4.14"
20128source = "registry+https://github.com/rust-lang/crates.io-index"
20129checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20130dependencies = [
20131 "zune-core",
20132]
20133
20134[[package]]
20135name = "zvariant"
20136version = "5.4.0"
20137source = "registry+https://github.com/rust-lang/crates.io-index"
20138checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20139dependencies = [
20140 "endi",
20141 "enumflags2",
20142 "serde",
20143 "static_assertions",
20144 "url",
20145 "winnow",
20146 "zvariant_derive",
20147 "zvariant_utils",
20148]
20149
20150[[package]]
20151name = "zvariant_derive"
20152version = "5.4.0"
20153source = "registry+https://github.com/rust-lang/crates.io-index"
20154checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20155dependencies = [
20156 "proc-macro-crate",
20157 "proc-macro2",
20158 "quote",
20159 "syn 2.0.101",
20160 "zvariant_utils",
20161]
20162
20163[[package]]
20164name = "zvariant_utils"
20165version = "3.2.0"
20166source = "registry+https://github.com/rust-lang/crates.io-index"
20167checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20168dependencies = [
20169 "proc-macro2",
20170 "quote",
20171 "serde",
20172 "static_assertions",
20173 "syn 2.0.101",
20174 "winnow",
20175]