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 "log",
   90 "lsp",
   91 "markdown",
   92 "menu",
   93 "multi_buffer",
   94 "notifications",
   95 "ordered-float 2.10.1",
   96 "parking_lot",
   97 "paths",
   98 "picker",
   99 "postage",
  100 "project",
  101 "prompt_store",
  102 "proto",
  103 "rand 0.8.5",
  104 "ref-cast",
  105 "release_channel",
  106 "rope",
  107 "rules_library",
  108 "schemars",
  109 "search",
  110 "serde",
  111 "serde_json",
  112 "serde_json_lenient",
  113 "settings",
  114 "smallvec",
  115 "smol",
  116 "streaming_diff",
  117 "telemetry",
  118 "telemetry_events",
  119 "terminal",
  120 "terminal_view",
  121 "text",
  122 "theme",
  123 "thiserror 2.0.12",
  124 "time",
  125 "time_format",
  126 "ui",
  127 "ui_input",
  128 "urlencoding",
  129 "util",
  130 "uuid",
  131 "workspace",
  132 "workspace-hack",
  133 "zed_actions",
  134 "zed_llm_client",
  135]
  136
  137[[package]]
  138name = "ahash"
  139version = "0.7.8"
  140source = "registry+https://github.com/rust-lang/crates.io-index"
  141checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  142dependencies = [
  143 "getrandom 0.2.15",
  144 "once_cell",
  145 "version_check",
  146]
  147
  148[[package]]
  149name = "ahash"
  150version = "0.8.11"
  151source = "registry+https://github.com/rust-lang/crates.io-index"
  152checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  153dependencies = [
  154 "cfg-if",
  155 "const-random",
  156 "getrandom 0.2.15",
  157 "once_cell",
  158 "serde",
  159 "version_check",
  160 "zerocopy 0.7.35",
  161]
  162
  163[[package]]
  164name = "aho-corasick"
  165version = "1.1.3"
  166source = "registry+https://github.com/rust-lang/crates.io-index"
  167checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  168dependencies = [
  169 "memchr",
  170]
  171
  172[[package]]
  173name = "alacritty_terminal"
  174version = "0.25.1-dev"
  175source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
  176dependencies = [
  177 "base64 0.22.1",
  178 "bitflags 2.9.0",
  179 "home",
  180 "libc",
  181 "log",
  182 "miow",
  183 "parking_lot",
  184 "piper",
  185 "polling",
  186 "regex-automata 0.4.9",
  187 "rustix-openpty",
  188 "serde",
  189 "signal-hook",
  190 "unicode-width 0.1.14",
  191 "vte",
  192 "windows-sys 0.59.0",
  193]
  194
  195[[package]]
  196name = "aliasable"
  197version = "0.1.3"
  198source = "registry+https://github.com/rust-lang/crates.io-index"
  199checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  200
  201[[package]]
  202name = "aligned-vec"
  203version = "0.5.0"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  206
  207[[package]]
  208name = "allocator-api2"
  209version = "0.2.21"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  212
  213[[package]]
  214name = "alsa"
  215version = "0.9.1"
  216source = "registry+https://github.com/rust-lang/crates.io-index"
  217checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  218dependencies = [
  219 "alsa-sys",
  220 "bitflags 2.9.0",
  221 "cfg-if",
  222 "libc",
  223]
  224
  225[[package]]
  226name = "alsa-sys"
  227version = "0.3.1"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  230dependencies = [
  231 "libc",
  232 "pkg-config",
  233]
  234
  235[[package]]
  236name = "ambient-authority"
  237version = "0.0.2"
  238source = "registry+https://github.com/rust-lang/crates.io-index"
  239checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  240
  241[[package]]
  242name = "ammonia"
  243version = "4.1.0"
  244source = "registry+https://github.com/rust-lang/crates.io-index"
  245checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
  246dependencies = [
  247 "cssparser",
  248 "html5ever 0.31.0",
  249 "maplit",
  250 "tendril",
  251 "url",
  252]
  253
  254[[package]]
  255name = "android-tzdata"
  256version = "0.1.1"
  257source = "registry+https://github.com/rust-lang/crates.io-index"
  258checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  259
  260[[package]]
  261name = "android_system_properties"
  262version = "0.1.5"
  263source = "registry+https://github.com/rust-lang/crates.io-index"
  264checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  265dependencies = [
  266 "libc",
  267]
  268
  269[[package]]
  270name = "anes"
  271version = "0.1.6"
  272source = "registry+https://github.com/rust-lang/crates.io-index"
  273checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  274
  275[[package]]
  276name = "anstream"
  277version = "0.6.18"
  278source = "registry+https://github.com/rust-lang/crates.io-index"
  279checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  280dependencies = [
  281 "anstyle",
  282 "anstyle-parse",
  283 "anstyle-query",
  284 "anstyle-wincon",
  285 "colorchoice",
  286 "is_terminal_polyfill",
  287 "utf8parse",
  288]
  289
  290[[package]]
  291name = "anstyle"
  292version = "1.0.10"
  293source = "registry+https://github.com/rust-lang/crates.io-index"
  294checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  295
  296[[package]]
  297name = "anstyle-parse"
  298version = "0.2.6"
  299source = "registry+https://github.com/rust-lang/crates.io-index"
  300checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  301dependencies = [
  302 "utf8parse",
  303]
  304
  305[[package]]
  306name = "anstyle-query"
  307version = "1.1.2"
  308source = "registry+https://github.com/rust-lang/crates.io-index"
  309checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  310dependencies = [
  311 "windows-sys 0.59.0",
  312]
  313
  314[[package]]
  315name = "anstyle-wincon"
  316version = "3.0.7"
  317source = "registry+https://github.com/rust-lang/crates.io-index"
  318checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
  319dependencies = [
  320 "anstyle",
  321 "once_cell",
  322 "windows-sys 0.59.0",
  323]
  324
  325[[package]]
  326name = "anthropic"
  327version = "0.1.0"
  328dependencies = [
  329 "anyhow",
  330 "chrono",
  331 "futures 0.3.31",
  332 "http_client",
  333 "schemars",
  334 "serde",
  335 "serde_json",
  336 "strum 0.27.1",
  337 "thiserror 2.0.12",
  338 "workspace-hack",
  339]
  340
  341[[package]]
  342name = "any_vec"
  343version = "0.14.0"
  344source = "registry+https://github.com/rust-lang/crates.io-index"
  345checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  346
  347[[package]]
  348name = "anyhow"
  349version = "1.0.98"
  350source = "registry+https://github.com/rust-lang/crates.io-index"
  351checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
  352
  353[[package]]
  354name = "approx"
  355version = "0.5.1"
  356source = "registry+https://github.com/rust-lang/crates.io-index"
  357checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  358dependencies = [
  359 "num-traits",
  360]
  361
  362[[package]]
  363name = "arbitrary"
  364version = "1.4.1"
  365source = "registry+https://github.com/rust-lang/crates.io-index"
  366checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  367
  368[[package]]
  369name = "arc-swap"
  370version = "1.7.1"
  371source = "registry+https://github.com/rust-lang/crates.io-index"
  372checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
  373
  374[[package]]
  375name = "arg_enum_proc_macro"
  376version = "0.3.4"
  377source = "registry+https://github.com/rust-lang/crates.io-index"
  378checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  379dependencies = [
  380 "proc-macro2",
  381 "quote",
  382 "syn 2.0.101",
  383]
  384
  385[[package]]
  386name = "arraydeque"
  387version = "0.5.1"
  388source = "registry+https://github.com/rust-lang/crates.io-index"
  389checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  390
  391[[package]]
  392name = "arrayref"
  393version = "0.3.9"
  394source = "registry+https://github.com/rust-lang/crates.io-index"
  395checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  396
  397[[package]]
  398name = "arrayvec"
  399version = "0.7.6"
  400source = "registry+https://github.com/rust-lang/crates.io-index"
  401checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  402dependencies = [
  403 "serde",
  404]
  405
  406[[package]]
  407name = "as-raw-xcb-connection"
  408version = "1.0.1"
  409source = "registry+https://github.com/rust-lang/crates.io-index"
  410checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  411
  412[[package]]
  413name = "ascii"
  414version = "1.1.0"
  415source = "registry+https://github.com/rust-lang/crates.io-index"
  416checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  417
  418[[package]]
  419name = "ash"
  420version = "0.38.0+1.3.281"
  421source = "registry+https://github.com/rust-lang/crates.io-index"
  422checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  423dependencies = [
  424 "libloading",
  425]
  426
  427[[package]]
  428name = "ash-window"
  429version = "0.13.0"
  430source = "registry+https://github.com/rust-lang/crates.io-index"
  431checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  432dependencies = [
  433 "ash",
  434 "raw-window-handle",
  435 "raw-window-metal",
  436]
  437
  438[[package]]
  439name = "ashpd"
  440version = "0.11.0"
  441source = "registry+https://github.com/rust-lang/crates.io-index"
  442checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  443dependencies = [
  444 "async-fs",
  445 "async-net",
  446 "enumflags2",
  447 "futures-channel",
  448 "futures-util",
  449 "rand 0.9.1",
  450 "serde",
  451 "serde_repr",
  452 "url",
  453 "zbus",
  454]
  455
  456[[package]]
  457name = "askpass"
  458version = "0.1.0"
  459dependencies = [
  460 "anyhow",
  461 "futures 0.3.31",
  462 "gpui",
  463 "shlex",
  464 "smol",
  465 "tempfile",
  466 "util",
  467 "workspace-hack",
  468]
  469
  470[[package]]
  471name = "assets"
  472version = "0.1.0"
  473dependencies = [
  474 "anyhow",
  475 "gpui",
  476 "rust-embed",
  477 "workspace-hack",
  478]
  479
  480[[package]]
  481name = "assistant_context_editor"
  482version = "0.1.0"
  483dependencies = [
  484 "anyhow",
  485 "assistant_settings",
  486 "assistant_slash_command",
  487 "assistant_slash_commands",
  488 "chrono",
  489 "client",
  490 "clock",
  491 "collections",
  492 "context_server",
  493 "editor",
  494 "feature_flags",
  495 "fs",
  496 "futures 0.3.31",
  497 "fuzzy",
  498 "gpui",
  499 "indexed_docs",
  500 "language",
  501 "language_model",
  502 "languages",
  503 "log",
  504 "multi_buffer",
  505 "open_ai",
  506 "ordered-float 2.10.1",
  507 "parking_lot",
  508 "paths",
  509 "picker",
  510 "pretty_assertions",
  511 "project",
  512 "prompt_store",
  513 "proto",
  514 "rand 0.8.5",
  515 "regex",
  516 "rope",
  517 "rpc",
  518 "serde",
  519 "serde_json",
  520 "settings",
  521 "smallvec",
  522 "smol",
  523 "telemetry_events",
  524 "text",
  525 "theme",
  526 "tree-sitter-md",
  527 "ui",
  528 "unindent",
  529 "util",
  530 "uuid",
  531 "workspace",
  532 "workspace-hack",
  533 "zed_actions",
  534]
  535
  536[[package]]
  537name = "assistant_settings"
  538version = "0.1.0"
  539dependencies = [
  540 "anthropic",
  541 "anyhow",
  542 "collections",
  543 "deepseek",
  544 "fs",
  545 "gpui",
  546 "indexmap",
  547 "language_model",
  548 "lmstudio",
  549 "log",
  550 "mistral",
  551 "ollama",
  552 "open_ai",
  553 "paths",
  554 "schemars",
  555 "serde",
  556 "serde_json",
  557 "serde_json_lenient",
  558 "settings",
  559 "workspace-hack",
  560 "zed_llm_client",
  561]
  562
  563[[package]]
  564name = "assistant_slash_command"
  565version = "0.1.0"
  566dependencies = [
  567 "anyhow",
  568 "async-trait",
  569 "collections",
  570 "derive_more",
  571 "extension",
  572 "futures 0.3.31",
  573 "gpui",
  574 "language",
  575 "language_model",
  576 "parking_lot",
  577 "pretty_assertions",
  578 "serde",
  579 "serde_json",
  580 "ui",
  581 "workspace",
  582 "workspace-hack",
  583]
  584
  585[[package]]
  586name = "assistant_slash_commands"
  587version = "0.1.0"
  588dependencies = [
  589 "anyhow",
  590 "assistant_slash_command",
  591 "cargo_toml",
  592 "chrono",
  593 "collections",
  594 "context_server",
  595 "editor",
  596 "env_logger 0.11.8",
  597 "feature_flags",
  598 "fs",
  599 "futures 0.3.31",
  600 "fuzzy",
  601 "globset",
  602 "gpui",
  603 "html_to_markdown",
  604 "http_client",
  605 "indexed_docs",
  606 "language",
  607 "pretty_assertions",
  608 "project",
  609 "prompt_store",
  610 "rope",
  611 "serde",
  612 "serde_json",
  613 "settings",
  614 "smol",
  615 "text",
  616 "toml 0.8.20",
  617 "ui",
  618 "util",
  619 "workspace",
  620 "workspace-hack",
  621 "worktree",
  622]
  623
  624[[package]]
  625name = "assistant_tool"
  626version = "0.1.0"
  627dependencies = [
  628 "anyhow",
  629 "buffer_diff",
  630 "clock",
  631 "collections",
  632 "ctor",
  633 "derive_more",
  634 "env_logger 0.11.8",
  635 "futures 0.3.31",
  636 "gpui",
  637 "icons",
  638 "language",
  639 "language_model",
  640 "log",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "project",
  644 "rand 0.8.5",
  645 "regex",
  646 "serde",
  647 "serde_json",
  648 "settings",
  649 "text",
  650 "util",
  651 "workspace",
  652 "workspace-hack",
  653]
  654
  655[[package]]
  656name = "assistant_tools"
  657version = "0.1.0"
  658dependencies = [
  659 "aho-corasick",
  660 "anyhow",
  661 "assistant_settings",
  662 "assistant_tool",
  663 "buffer_diff",
  664 "chrono",
  665 "client",
  666 "clock",
  667 "collections",
  668 "component",
  669 "derive_more",
  670 "editor",
  671 "feature_flags",
  672 "fs",
  673 "futures 0.3.31",
  674 "gpui",
  675 "gpui_tokio",
  676 "handlebars 4.5.0",
  677 "html_to_markdown",
  678 "http_client",
  679 "indoc",
  680 "itertools 0.14.0",
  681 "language",
  682 "language_model",
  683 "language_models",
  684 "log",
  685 "markdown",
  686 "open",
  687 "paths",
  688 "portable-pty",
  689 "pretty_assertions",
  690 "project",
  691 "rand 0.8.5",
  692 "regex",
  693 "reqwest_client",
  694 "rust-embed",
  695 "schemars",
  696 "serde",
  697 "serde_json",
  698 "settings",
  699 "smallvec",
  700 "streaming_diff",
  701 "strsim",
  702 "task",
  703 "tempfile",
  704 "terminal",
  705 "terminal_view",
  706 "theme",
  707 "tree-sitter-rust",
  708 "ui",
  709 "unindent",
  710 "util",
  711 "web_search",
  712 "which 6.0.3",
  713 "workspace",
  714 "workspace-hack",
  715 "zed_llm_client",
  716 "zlog",
  717]
  718
  719[[package]]
  720name = "async-attributes"
  721version = "1.1.2"
  722source = "registry+https://github.com/rust-lang/crates.io-index"
  723checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  724dependencies = [
  725 "quote",
  726 "syn 1.0.109",
  727]
  728
  729[[package]]
  730name = "async-broadcast"
  731version = "0.7.2"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  734dependencies = [
  735 "event-listener 5.4.0",
  736 "event-listener-strategy",
  737 "futures-core",
  738 "pin-project-lite",
  739]
  740
  741[[package]]
  742name = "async-channel"
  743version = "1.9.0"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  746dependencies = [
  747 "concurrent-queue",
  748 "event-listener 2.5.3",
  749 "futures-core",
  750]
  751
  752[[package]]
  753name = "async-channel"
  754version = "2.3.1"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  757dependencies = [
  758 "concurrent-queue",
  759 "event-listener-strategy",
  760 "futures-core",
  761 "pin-project-lite",
  762]
  763
  764[[package]]
  765name = "async-compat"
  766version = "0.2.4"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  769dependencies = [
  770 "futures-core",
  771 "futures-io",
  772 "once_cell",
  773 "pin-project-lite",
  774 "tokio",
  775]
  776
  777[[package]]
  778name = "async-compression"
  779version = "0.4.22"
  780source = "registry+https://github.com/rust-lang/crates.io-index"
  781checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  782dependencies = [
  783 "deflate64",
  784 "flate2",
  785 "futures-core",
  786 "futures-io",
  787 "memchr",
  788 "pin-project-lite",
  789]
  790
  791[[package]]
  792name = "async-dispatcher"
  793version = "0.1.2"
  794source = "registry+https://github.com/rust-lang/crates.io-index"
  795checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  796dependencies = [
  797 "async-task",
  798 "futures-lite 1.13.0",
  799]
  800
  801[[package]]
  802name = "async-executor"
  803version = "1.13.1"
  804source = "registry+https://github.com/rust-lang/crates.io-index"
  805checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  806dependencies = [
  807 "async-task",
  808 "concurrent-queue",
  809 "fastrand 2.3.0",
  810 "futures-lite 2.6.0",
  811 "slab",
  812]
  813
  814[[package]]
  815name = "async-fs"
  816version = "2.1.2"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  819dependencies = [
  820 "async-lock",
  821 "blocking",
  822 "futures-lite 2.6.0",
  823]
  824
  825[[package]]
  826name = "async-global-executor"
  827version = "2.4.1"
  828source = "registry+https://github.com/rust-lang/crates.io-index"
  829checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  830dependencies = [
  831 "async-channel 2.3.1",
  832 "async-executor",
  833 "async-io",
  834 "async-lock",
  835 "blocking",
  836 "futures-lite 2.6.0",
  837 "once_cell",
  838]
  839
  840[[package]]
  841name = "async-io"
  842version = "2.4.0"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  845dependencies = [
  846 "async-lock",
  847 "cfg-if",
  848 "concurrent-queue",
  849 "futures-io",
  850 "futures-lite 2.6.0",
  851 "parking",
  852 "polling",
  853 "rustix 0.38.44",
  854 "slab",
  855 "tracing",
  856 "windows-sys 0.59.0",
  857]
  858
  859[[package]]
  860name = "async-lock"
  861version = "3.4.0"
  862source = "registry+https://github.com/rust-lang/crates.io-index"
  863checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  864dependencies = [
  865 "event-listener 5.4.0",
  866 "event-listener-strategy",
  867 "pin-project-lite",
  868]
  869
  870[[package]]
  871name = "async-net"
  872version = "2.0.0"
  873source = "registry+https://github.com/rust-lang/crates.io-index"
  874checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  875dependencies = [
  876 "async-io",
  877 "blocking",
  878 "futures-lite 2.6.0",
  879]
  880
  881[[package]]
  882name = "async-pipe"
  883version = "0.1.3"
  884source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  885dependencies = [
  886 "futures 0.3.31",
  887 "log",
  888]
  889
  890[[package]]
  891name = "async-process"
  892version = "2.3.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  895dependencies = [
  896 "async-channel 2.3.1",
  897 "async-io",
  898 "async-lock",
  899 "async-signal",
  900 "async-task",
  901 "blocking",
  902 "cfg-if",
  903 "event-listener 5.4.0",
  904 "futures-lite 2.6.0",
  905 "rustix 0.38.44",
  906 "tracing",
  907]
  908
  909[[package]]
  910name = "async-recursion"
  911version = "0.3.2"
  912source = "registry+https://github.com/rust-lang/crates.io-index"
  913checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  914dependencies = [
  915 "proc-macro2",
  916 "quote",
  917 "syn 1.0.109",
  918]
  919
  920[[package]]
  921name = "async-recursion"
  922version = "1.1.1"
  923source = "registry+https://github.com/rust-lang/crates.io-index"
  924checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  925dependencies = [
  926 "proc-macro2",
  927 "quote",
  928 "syn 2.0.101",
  929]
  930
  931[[package]]
  932name = "async-signal"
  933version = "0.2.10"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  936dependencies = [
  937 "async-io",
  938 "async-lock",
  939 "atomic-waker",
  940 "cfg-if",
  941 "futures-core",
  942 "futures-io",
  943 "rustix 0.38.44",
  944 "signal-hook-registry",
  945 "slab",
  946 "windows-sys 0.59.0",
  947]
  948
  949[[package]]
  950name = "async-std"
  951version = "1.13.1"
  952source = "registry+https://github.com/rust-lang/crates.io-index"
  953checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  954dependencies = [
  955 "async-attributes",
  956 "async-channel 1.9.0",
  957 "async-global-executor",
  958 "async-io",
  959 "async-lock",
  960 "async-process",
  961 "crossbeam-utils",
  962 "futures-channel",
  963 "futures-core",
  964 "futures-io",
  965 "futures-lite 2.6.0",
  966 "gloo-timers",
  967 "kv-log-macro",
  968 "log",
  969 "memchr",
  970 "once_cell",
  971 "pin-project-lite",
  972 "pin-utils",
  973 "slab",
  974 "wasm-bindgen-futures",
  975]
  976
  977[[package]]
  978name = "async-stream"
  979version = "0.3.6"
  980source = "registry+https://github.com/rust-lang/crates.io-index"
  981checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  982dependencies = [
  983 "async-stream-impl",
  984 "futures-core",
  985 "pin-project-lite",
  986]
  987
  988[[package]]
  989name = "async-stream-impl"
  990version = "0.3.6"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  993dependencies = [
  994 "proc-macro2",
  995 "quote",
  996 "syn 2.0.101",
  997]
  998
  999[[package]]
 1000name = "async-stripe"
 1001version = "0.40.0"
 1002source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1003dependencies = [
 1004 "chrono",
 1005 "futures-util",
 1006 "http-types",
 1007 "hyper 0.14.32",
 1008 "hyper-rustls 0.24.2",
 1009 "serde",
 1010 "serde_json",
 1011 "serde_path_to_error",
 1012 "serde_qs 0.10.1",
 1013 "smart-default",
 1014 "smol_str 0.1.24",
 1015 "thiserror 1.0.69",
 1016 "tokio",
 1017]
 1018
 1019[[package]]
 1020name = "async-tar"
 1021version = "0.5.0"
 1022source = "registry+https://github.com/rust-lang/crates.io-index"
 1023checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1024dependencies = [
 1025 "async-std",
 1026 "filetime",
 1027 "libc",
 1028 "pin-project",
 1029 "redox_syscall 0.2.16",
 1030 "xattr",
 1031]
 1032
 1033[[package]]
 1034name = "async-task"
 1035version = "4.7.1"
 1036source = "registry+https://github.com/rust-lang/crates.io-index"
 1037checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1038
 1039[[package]]
 1040name = "async-trait"
 1041version = "0.1.88"
 1042source = "registry+https://github.com/rust-lang/crates.io-index"
 1043checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1044dependencies = [
 1045 "proc-macro2",
 1046 "quote",
 1047 "syn 2.0.101",
 1048]
 1049
 1050[[package]]
 1051name = "async-tungstenite"
 1052version = "0.29.1"
 1053source = "registry+https://github.com/rust-lang/crates.io-index"
 1054checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1055dependencies = [
 1056 "atomic-waker",
 1057 "futures-core",
 1058 "futures-io",
 1059 "futures-task",
 1060 "futures-util",
 1061 "log",
 1062 "pin-project-lite",
 1063 "rustls-pki-types",
 1064 "tokio",
 1065 "tokio-rustls 0.26.2",
 1066 "tungstenite 0.26.2",
 1067]
 1068
 1069[[package]]
 1070name = "async-watch"
 1071version = "0.3.1"
 1072source = "registry+https://github.com/rust-lang/crates.io-index"
 1073checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1074dependencies = [
 1075 "event-listener 2.5.3",
 1076]
 1077
 1078[[package]]
 1079name = "async_zip"
 1080version = "0.0.17"
 1081source = "registry+https://github.com/rust-lang/crates.io-index"
 1082checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1083dependencies = [
 1084 "async-compression",
 1085 "crc32fast",
 1086 "futures-lite 2.6.0",
 1087 "pin-project",
 1088 "thiserror 1.0.69",
 1089]
 1090
 1091[[package]]
 1092name = "asynchronous-codec"
 1093version = "0.7.0"
 1094source = "registry+https://github.com/rust-lang/crates.io-index"
 1095checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1096dependencies = [
 1097 "bytes 1.10.1",
 1098 "futures-sink",
 1099 "futures-util",
 1100 "memchr",
 1101 "pin-project-lite",
 1102]
 1103
 1104[[package]]
 1105name = "atoi"
 1106version = "2.0.0"
 1107source = "registry+https://github.com/rust-lang/crates.io-index"
 1108checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1109dependencies = [
 1110 "num-traits",
 1111]
 1112
 1113[[package]]
 1114name = "atomic"
 1115version = "0.5.3"
 1116source = "registry+https://github.com/rust-lang/crates.io-index"
 1117checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1118
 1119[[package]]
 1120name = "atomic-waker"
 1121version = "1.1.2"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1124
 1125[[package]]
 1126name = "audio"
 1127version = "0.1.0"
 1128dependencies = [
 1129 "anyhow",
 1130 "collections",
 1131 "derive_more",
 1132 "gpui",
 1133 "parking_lot",
 1134 "rodio",
 1135 "util",
 1136 "workspace-hack",
 1137]
 1138
 1139[[package]]
 1140name = "auditable-serde"
 1141version = "0.8.0"
 1142source = "registry+https://github.com/rust-lang/crates.io-index"
 1143checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1144dependencies = [
 1145 "semver",
 1146 "serde",
 1147 "serde_json",
 1148 "topological-sort",
 1149]
 1150
 1151[[package]]
 1152name = "auto_update"
 1153version = "0.1.0"
 1154dependencies = [
 1155 "anyhow",
 1156 "client",
 1157 "db",
 1158 "gpui",
 1159 "http_client",
 1160 "log",
 1161 "paths",
 1162 "release_channel",
 1163 "schemars",
 1164 "serde",
 1165 "serde_json",
 1166 "settings",
 1167 "smol",
 1168 "tempfile",
 1169 "which 6.0.3",
 1170 "workspace",
 1171 "workspace-hack",
 1172]
 1173
 1174[[package]]
 1175name = "auto_update_helper"
 1176version = "0.1.0"
 1177dependencies = [
 1178 "anyhow",
 1179 "log",
 1180 "simplelog",
 1181 "windows 0.61.1",
 1182 "winresource",
 1183 "workspace-hack",
 1184]
 1185
 1186[[package]]
 1187name = "auto_update_ui"
 1188version = "0.1.0"
 1189dependencies = [
 1190 "anyhow",
 1191 "auto_update",
 1192 "client",
 1193 "editor",
 1194 "gpui",
 1195 "http_client",
 1196 "markdown_preview",
 1197 "release_channel",
 1198 "serde",
 1199 "serde_json",
 1200 "smol",
 1201 "util",
 1202 "workspace",
 1203 "workspace-hack",
 1204]
 1205
 1206[[package]]
 1207name = "autocfg"
 1208version = "1.4.0"
 1209source = "registry+https://github.com/rust-lang/crates.io-index"
 1210checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1211
 1212[[package]]
 1213name = "av1-grain"
 1214version = "0.2.3"
 1215source = "registry+https://github.com/rust-lang/crates.io-index"
 1216checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1217dependencies = [
 1218 "anyhow",
 1219 "arrayvec",
 1220 "log",
 1221 "nom",
 1222 "num-rational",
 1223 "v_frame",
 1224]
 1225
 1226[[package]]
 1227name = "avif-serialize"
 1228version = "0.8.3"
 1229source = "registry+https://github.com/rust-lang/crates.io-index"
 1230checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1231dependencies = [
 1232 "arrayvec",
 1233]
 1234
 1235[[package]]
 1236name = "aws-config"
 1237version = "1.6.1"
 1238source = "registry+https://github.com/rust-lang/crates.io-index"
 1239checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1240dependencies = [
 1241 "aws-credential-types",
 1242 "aws-runtime",
 1243 "aws-sdk-sso",
 1244 "aws-sdk-ssooidc",
 1245 "aws-sdk-sts",
 1246 "aws-smithy-async",
 1247 "aws-smithy-http",
 1248 "aws-smithy-json",
 1249 "aws-smithy-runtime",
 1250 "aws-smithy-runtime-api",
 1251 "aws-smithy-types",
 1252 "aws-types",
 1253 "bytes 1.10.1",
 1254 "fastrand 2.3.0",
 1255 "hex",
 1256 "http 1.3.1",
 1257 "ring",
 1258 "time",
 1259 "tokio",
 1260 "tracing",
 1261 "url",
 1262 "zeroize",
 1263]
 1264
 1265[[package]]
 1266name = "aws-credential-types"
 1267version = "1.2.2"
 1268source = "registry+https://github.com/rust-lang/crates.io-index"
 1269checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1270dependencies = [
 1271 "aws-smithy-async",
 1272 "aws-smithy-runtime-api",
 1273 "aws-smithy-types",
 1274 "zeroize",
 1275]
 1276
 1277[[package]]
 1278name = "aws-lc-rs"
 1279version = "1.13.1"
 1280source = "registry+https://github.com/rust-lang/crates.io-index"
 1281checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1282dependencies = [
 1283 "aws-lc-sys",
 1284 "zeroize",
 1285]
 1286
 1287[[package]]
 1288name = "aws-lc-sys"
 1289version = "0.29.0"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1292dependencies = [
 1293 "bindgen 0.69.5",
 1294 "cc",
 1295 "cmake",
 1296 "dunce",
 1297 "fs_extra",
 1298]
 1299
 1300[[package]]
 1301name = "aws-runtime"
 1302version = "1.5.6"
 1303source = "registry+https://github.com/rust-lang/crates.io-index"
 1304checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1305dependencies = [
 1306 "aws-credential-types",
 1307 "aws-sigv4",
 1308 "aws-smithy-async",
 1309 "aws-smithy-eventstream",
 1310 "aws-smithy-http",
 1311 "aws-smithy-runtime",
 1312 "aws-smithy-runtime-api",
 1313 "aws-smithy-types",
 1314 "aws-types",
 1315 "bytes 1.10.1",
 1316 "fastrand 2.3.0",
 1317 "http 0.2.12",
 1318 "http-body 0.4.6",
 1319 "once_cell",
 1320 "percent-encoding",
 1321 "pin-project-lite",
 1322 "tracing",
 1323 "uuid",
 1324]
 1325
 1326[[package]]
 1327name = "aws-sdk-bedrockruntime"
 1328version = "1.82.0"
 1329source = "registry+https://github.com/rust-lang/crates.io-index"
 1330checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1331dependencies = [
 1332 "aws-credential-types",
 1333 "aws-runtime",
 1334 "aws-sigv4",
 1335 "aws-smithy-async",
 1336 "aws-smithy-eventstream",
 1337 "aws-smithy-http",
 1338 "aws-smithy-json",
 1339 "aws-smithy-runtime",
 1340 "aws-smithy-runtime-api",
 1341 "aws-smithy-types",
 1342 "aws-types",
 1343 "bytes 1.10.1",
 1344 "fastrand 2.3.0",
 1345 "http 0.2.12",
 1346 "hyper 0.14.32",
 1347 "once_cell",
 1348 "regex-lite",
 1349 "tracing",
 1350]
 1351
 1352[[package]]
 1353name = "aws-sdk-kinesis"
 1354version = "1.66.0"
 1355source = "registry+https://github.com/rust-lang/crates.io-index"
 1356checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1357dependencies = [
 1358 "aws-credential-types",
 1359 "aws-runtime",
 1360 "aws-smithy-async",
 1361 "aws-smithy-eventstream",
 1362 "aws-smithy-http",
 1363 "aws-smithy-json",
 1364 "aws-smithy-runtime",
 1365 "aws-smithy-runtime-api",
 1366 "aws-smithy-types",
 1367 "aws-types",
 1368 "bytes 1.10.1",
 1369 "fastrand 2.3.0",
 1370 "http 0.2.12",
 1371 "once_cell",
 1372 "regex-lite",
 1373 "tracing",
 1374]
 1375
 1376[[package]]
 1377name = "aws-sdk-s3"
 1378version = "1.82.0"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1381dependencies = [
 1382 "aws-credential-types",
 1383 "aws-runtime",
 1384 "aws-sigv4",
 1385 "aws-smithy-async",
 1386 "aws-smithy-checksums",
 1387 "aws-smithy-eventstream",
 1388 "aws-smithy-http",
 1389 "aws-smithy-json",
 1390 "aws-smithy-runtime",
 1391 "aws-smithy-runtime-api",
 1392 "aws-smithy-types",
 1393 "aws-smithy-xml",
 1394 "aws-types",
 1395 "bytes 1.10.1",
 1396 "fastrand 2.3.0",
 1397 "hex",
 1398 "hmac",
 1399 "http 0.2.12",
 1400 "http 1.3.1",
 1401 "http-body 0.4.6",
 1402 "lru",
 1403 "once_cell",
 1404 "percent-encoding",
 1405 "regex-lite",
 1406 "sha2",
 1407 "tracing",
 1408 "url",
 1409]
 1410
 1411[[package]]
 1412name = "aws-sdk-sso"
 1413version = "1.64.0"
 1414source = "registry+https://github.com/rust-lang/crates.io-index"
 1415checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1416dependencies = [
 1417 "aws-credential-types",
 1418 "aws-runtime",
 1419 "aws-smithy-async",
 1420 "aws-smithy-http",
 1421 "aws-smithy-json",
 1422 "aws-smithy-runtime",
 1423 "aws-smithy-runtime-api",
 1424 "aws-smithy-types",
 1425 "aws-types",
 1426 "bytes 1.10.1",
 1427 "fastrand 2.3.0",
 1428 "http 0.2.12",
 1429 "once_cell",
 1430 "regex-lite",
 1431 "tracing",
 1432]
 1433
 1434[[package]]
 1435name = "aws-sdk-ssooidc"
 1436version = "1.65.0"
 1437source = "registry+https://github.com/rust-lang/crates.io-index"
 1438checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1439dependencies = [
 1440 "aws-credential-types",
 1441 "aws-runtime",
 1442 "aws-smithy-async",
 1443 "aws-smithy-http",
 1444 "aws-smithy-json",
 1445 "aws-smithy-runtime",
 1446 "aws-smithy-runtime-api",
 1447 "aws-smithy-types",
 1448 "aws-types",
 1449 "bytes 1.10.1",
 1450 "fastrand 2.3.0",
 1451 "http 0.2.12",
 1452 "once_cell",
 1453 "regex-lite",
 1454 "tracing",
 1455]
 1456
 1457[[package]]
 1458name = "aws-sdk-sts"
 1459version = "1.65.0"
 1460source = "registry+https://github.com/rust-lang/crates.io-index"
 1461checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1462dependencies = [
 1463 "aws-credential-types",
 1464 "aws-runtime",
 1465 "aws-smithy-async",
 1466 "aws-smithy-http",
 1467 "aws-smithy-json",
 1468 "aws-smithy-query",
 1469 "aws-smithy-runtime",
 1470 "aws-smithy-runtime-api",
 1471 "aws-smithy-types",
 1472 "aws-smithy-xml",
 1473 "aws-types",
 1474 "fastrand 2.3.0",
 1475 "http 0.2.12",
 1476 "once_cell",
 1477 "regex-lite",
 1478 "tracing",
 1479]
 1480
 1481[[package]]
 1482name = "aws-sigv4"
 1483version = "1.3.0"
 1484source = "registry+https://github.com/rust-lang/crates.io-index"
 1485checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1486dependencies = [
 1487 "aws-credential-types",
 1488 "aws-smithy-eventstream",
 1489 "aws-smithy-http",
 1490 "aws-smithy-runtime-api",
 1491 "aws-smithy-types",
 1492 "bytes 1.10.1",
 1493 "crypto-bigint 0.5.5",
 1494 "form_urlencoded",
 1495 "hex",
 1496 "hmac",
 1497 "http 0.2.12",
 1498 "http 1.3.1",
 1499 "once_cell",
 1500 "p256",
 1501 "percent-encoding",
 1502 "ring",
 1503 "sha2",
 1504 "subtle",
 1505 "time",
 1506 "tracing",
 1507 "zeroize",
 1508]
 1509
 1510[[package]]
 1511name = "aws-smithy-async"
 1512version = "1.2.5"
 1513source = "registry+https://github.com/rust-lang/crates.io-index"
 1514checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1515dependencies = [
 1516 "futures-util",
 1517 "pin-project-lite",
 1518 "tokio",
 1519]
 1520
 1521[[package]]
 1522name = "aws-smithy-checksums"
 1523version = "0.63.1"
 1524source = "registry+https://github.com/rust-lang/crates.io-index"
 1525checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1526dependencies = [
 1527 "aws-smithy-http",
 1528 "aws-smithy-types",
 1529 "bytes 1.10.1",
 1530 "crc32c",
 1531 "crc32fast",
 1532 "crc64fast-nvme",
 1533 "hex",
 1534 "http 0.2.12",
 1535 "http-body 0.4.6",
 1536 "md-5",
 1537 "pin-project-lite",
 1538 "sha1",
 1539 "sha2",
 1540 "tracing",
 1541]
 1542
 1543[[package]]
 1544name = "aws-smithy-eventstream"
 1545version = "0.60.8"
 1546source = "registry+https://github.com/rust-lang/crates.io-index"
 1547checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1548dependencies = [
 1549 "aws-smithy-types",
 1550 "bytes 1.10.1",
 1551 "crc32fast",
 1552]
 1553
 1554[[package]]
 1555name = "aws-smithy-http"
 1556version = "0.62.0"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1559dependencies = [
 1560 "aws-smithy-eventstream",
 1561 "aws-smithy-runtime-api",
 1562 "aws-smithy-types",
 1563 "bytes 1.10.1",
 1564 "bytes-utils",
 1565 "futures-core",
 1566 "http 0.2.12",
 1567 "http 1.3.1",
 1568 "http-body 0.4.6",
 1569 "once_cell",
 1570 "percent-encoding",
 1571 "pin-project-lite",
 1572 "pin-utils",
 1573 "tracing",
 1574]
 1575
 1576[[package]]
 1577name = "aws-smithy-http-client"
 1578version = "1.0.1"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1581dependencies = [
 1582 "aws-smithy-async",
 1583 "aws-smithy-runtime-api",
 1584 "aws-smithy-types",
 1585 "h2 0.4.9",
 1586 "http 0.2.12",
 1587 "http 1.3.1",
 1588 "http-body 0.4.6",
 1589 "hyper 0.14.32",
 1590 "hyper 1.6.0",
 1591 "hyper-rustls 0.24.2",
 1592 "hyper-rustls 0.27.5",
 1593 "hyper-util",
 1594 "pin-project-lite",
 1595 "rustls 0.21.12",
 1596 "rustls 0.23.26",
 1597 "rustls-native-certs 0.8.1",
 1598 "rustls-pki-types",
 1599 "tokio",
 1600 "tower 0.5.2",
 1601 "tracing",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-json"
 1606version = "0.61.3"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1609dependencies = [
 1610 "aws-smithy-types",
 1611]
 1612
 1613[[package]]
 1614name = "aws-smithy-observability"
 1615version = "0.1.2"
 1616source = "registry+https://github.com/rust-lang/crates.io-index"
 1617checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1618dependencies = [
 1619 "aws-smithy-runtime-api",
 1620 "once_cell",
 1621]
 1622
 1623[[package]]
 1624name = "aws-smithy-query"
 1625version = "0.60.7"
 1626source = "registry+https://github.com/rust-lang/crates.io-index"
 1627checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1628dependencies = [
 1629 "aws-smithy-types",
 1630 "urlencoding",
 1631]
 1632
 1633[[package]]
 1634name = "aws-smithy-runtime"
 1635version = "1.8.1"
 1636source = "registry+https://github.com/rust-lang/crates.io-index"
 1637checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1638dependencies = [
 1639 "aws-smithy-async",
 1640 "aws-smithy-http",
 1641 "aws-smithy-http-client",
 1642 "aws-smithy-observability",
 1643 "aws-smithy-runtime-api",
 1644 "aws-smithy-types",
 1645 "bytes 1.10.1",
 1646 "fastrand 2.3.0",
 1647 "http 0.2.12",
 1648 "http 1.3.1",
 1649 "http-body 0.4.6",
 1650 "http-body 1.0.1",
 1651 "once_cell",
 1652 "pin-project-lite",
 1653 "pin-utils",
 1654 "tokio",
 1655 "tracing",
 1656]
 1657
 1658[[package]]
 1659name = "aws-smithy-runtime-api"
 1660version = "1.7.4"
 1661source = "registry+https://github.com/rust-lang/crates.io-index"
 1662checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1663dependencies = [
 1664 "aws-smithy-async",
 1665 "aws-smithy-types",
 1666 "bytes 1.10.1",
 1667 "http 0.2.12",
 1668 "http 1.3.1",
 1669 "pin-project-lite",
 1670 "tokio",
 1671 "tracing",
 1672 "zeroize",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-types"
 1677version = "1.3.0"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1680dependencies = [
 1681 "base64-simd",
 1682 "bytes 1.10.1",
 1683 "bytes-utils",
 1684 "futures-core",
 1685 "http 0.2.12",
 1686 "http 1.3.1",
 1687 "http-body 0.4.6",
 1688 "http-body 1.0.1",
 1689 "http-body-util",
 1690 "itoa",
 1691 "num-integer",
 1692 "pin-project-lite",
 1693 "pin-utils",
 1694 "ryu",
 1695 "serde",
 1696 "time",
 1697 "tokio",
 1698 "tokio-util",
 1699]
 1700
 1701[[package]]
 1702name = "aws-smithy-xml"
 1703version = "0.60.9"
 1704source = "registry+https://github.com/rust-lang/crates.io-index"
 1705checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1706dependencies = [
 1707 "xmlparser",
 1708]
 1709
 1710[[package]]
 1711name = "aws-types"
 1712version = "1.3.6"
 1713source = "registry+https://github.com/rust-lang/crates.io-index"
 1714checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1715dependencies = [
 1716 "aws-credential-types",
 1717 "aws-smithy-async",
 1718 "aws-smithy-runtime-api",
 1719 "aws-smithy-types",
 1720 "rustc_version",
 1721 "tracing",
 1722]
 1723
 1724[[package]]
 1725name = "aws_http_client"
 1726version = "0.1.0"
 1727dependencies = [
 1728 "aws-smithy-runtime-api",
 1729 "aws-smithy-types",
 1730 "futures 0.3.31",
 1731 "http_client",
 1732 "tokio",
 1733 "workspace-hack",
 1734]
 1735
 1736[[package]]
 1737name = "axum"
 1738version = "0.6.20"
 1739source = "registry+https://github.com/rust-lang/crates.io-index"
 1740checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1741dependencies = [
 1742 "async-trait",
 1743 "axum-core",
 1744 "base64 0.21.7",
 1745 "bitflags 1.3.2",
 1746 "bytes 1.10.1",
 1747 "futures-util",
 1748 "headers",
 1749 "http 0.2.12",
 1750 "http-body 0.4.6",
 1751 "hyper 0.14.32",
 1752 "itoa",
 1753 "matchit",
 1754 "memchr",
 1755 "mime",
 1756 "percent-encoding",
 1757 "pin-project-lite",
 1758 "rustversion",
 1759 "serde",
 1760 "serde_json",
 1761 "serde_path_to_error",
 1762 "serde_urlencoded",
 1763 "sha1",
 1764 "sync_wrapper 0.1.2",
 1765 "tokio",
 1766 "tokio-tungstenite 0.20.1",
 1767 "tower 0.4.13",
 1768 "tower-layer",
 1769 "tower-service",
 1770]
 1771
 1772[[package]]
 1773name = "axum-core"
 1774version = "0.3.4"
 1775source = "registry+https://github.com/rust-lang/crates.io-index"
 1776checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1777dependencies = [
 1778 "async-trait",
 1779 "bytes 1.10.1",
 1780 "futures-util",
 1781 "http 0.2.12",
 1782 "http-body 0.4.6",
 1783 "mime",
 1784 "rustversion",
 1785 "tower-layer",
 1786 "tower-service",
 1787]
 1788
 1789[[package]]
 1790name = "axum-extra"
 1791version = "0.4.2"
 1792source = "registry+https://github.com/rust-lang/crates.io-index"
 1793checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1794dependencies = [
 1795 "axum",
 1796 "bytes 1.10.1",
 1797 "futures-util",
 1798 "http 0.2.12",
 1799 "mime",
 1800 "pin-project-lite",
 1801 "serde",
 1802 "serde_json",
 1803 "tokio",
 1804 "tower 0.4.13",
 1805 "tower-http 0.3.5",
 1806 "tower-layer",
 1807 "tower-service",
 1808]
 1809
 1810[[package]]
 1811name = "backtrace"
 1812version = "0.3.74"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1815dependencies = [
 1816 "addr2line",
 1817 "cfg-if",
 1818 "libc",
 1819 "miniz_oxide",
 1820 "object",
 1821 "rustc-demangle",
 1822 "windows-targets 0.52.6",
 1823]
 1824
 1825[[package]]
 1826name = "base16ct"
 1827version = "0.1.1"
 1828source = "registry+https://github.com/rust-lang/crates.io-index"
 1829checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1830
 1831[[package]]
 1832name = "base64"
 1833version = "0.13.1"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1836
 1837[[package]]
 1838name = "base64"
 1839version = "0.21.7"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1842
 1843[[package]]
 1844name = "base64"
 1845version = "0.22.1"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1848
 1849[[package]]
 1850name = "base64-simd"
 1851version = "0.8.0"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1854dependencies = [
 1855 "outref",
 1856 "vsimd",
 1857]
 1858
 1859[[package]]
 1860name = "base64ct"
 1861version = "1.7.3"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1864
 1865[[package]]
 1866name = "bedrock"
 1867version = "0.1.0"
 1868dependencies = [
 1869 "anyhow",
 1870 "aws-sdk-bedrockruntime",
 1871 "aws-smithy-types",
 1872 "futures 0.3.31",
 1873 "schemars",
 1874 "serde",
 1875 "serde_json",
 1876 "strum 0.27.1",
 1877 "thiserror 2.0.12",
 1878 "tokio",
 1879 "workspace-hack",
 1880]
 1881
 1882[[package]]
 1883name = "beef"
 1884version = "0.5.2"
 1885source = "registry+https://github.com/rust-lang/crates.io-index"
 1886checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1887
 1888[[package]]
 1889name = "bigdecimal"
 1890version = "0.4.8"
 1891source = "registry+https://github.com/rust-lang/crates.io-index"
 1892checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1893dependencies = [
 1894 "autocfg",
 1895 "libm",
 1896 "num-bigint",
 1897 "num-integer",
 1898 "num-traits",
 1899 "serde",
 1900]
 1901
 1902[[package]]
 1903name = "bincode"
 1904version = "1.3.3"
 1905source = "registry+https://github.com/rust-lang/crates.io-index"
 1906checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1907dependencies = [
 1908 "serde",
 1909]
 1910
 1911[[package]]
 1912name = "bindgen"
 1913version = "0.69.5"
 1914source = "registry+https://github.com/rust-lang/crates.io-index"
 1915checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1916dependencies = [
 1917 "bitflags 2.9.0",
 1918 "cexpr",
 1919 "clang-sys",
 1920 "itertools 0.12.1",
 1921 "lazy_static",
 1922 "lazycell",
 1923 "log",
 1924 "prettyplease",
 1925 "proc-macro2",
 1926 "quote",
 1927 "regex",
 1928 "rustc-hash 1.1.0",
 1929 "shlex",
 1930 "syn 2.0.101",
 1931 "which 4.4.2",
 1932]
 1933
 1934[[package]]
 1935name = "bindgen"
 1936version = "0.70.1"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1939dependencies = [
 1940 "bitflags 2.9.0",
 1941 "cexpr",
 1942 "clang-sys",
 1943 "itertools 0.13.0",
 1944 "proc-macro2",
 1945 "quote",
 1946 "regex",
 1947 "rustc-hash 1.1.0",
 1948 "shlex",
 1949 "syn 2.0.101",
 1950]
 1951
 1952[[package]]
 1953name = "bindgen"
 1954version = "0.71.1"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1957dependencies = [
 1958 "bitflags 2.9.0",
 1959 "cexpr",
 1960 "clang-sys",
 1961 "itertools 0.13.0",
 1962 "log",
 1963 "prettyplease",
 1964 "proc-macro2",
 1965 "quote",
 1966 "regex",
 1967 "rustc-hash 2.1.1",
 1968 "shlex",
 1969 "syn 2.0.101",
 1970]
 1971
 1972[[package]]
 1973name = "bit-set"
 1974version = "0.5.3"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1977dependencies = [
 1978 "bit-vec 0.6.3",
 1979]
 1980
 1981[[package]]
 1982name = "bit-set"
 1983version = "0.8.0"
 1984source = "registry+https://github.com/rust-lang/crates.io-index"
 1985checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1986dependencies = [
 1987 "bit-vec 0.8.0",
 1988]
 1989
 1990[[package]]
 1991name = "bit-vec"
 1992version = "0.6.3"
 1993source = "registry+https://github.com/rust-lang/crates.io-index"
 1994checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1995
 1996[[package]]
 1997name = "bit-vec"
 1998version = "0.8.0"
 1999source = "registry+https://github.com/rust-lang/crates.io-index"
 2000checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2001
 2002[[package]]
 2003name = "bit_field"
 2004version = "0.10.2"
 2005source = "registry+https://github.com/rust-lang/crates.io-index"
 2006checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2007
 2008[[package]]
 2009name = "bitflags"
 2010version = "1.3.2"
 2011source = "registry+https://github.com/rust-lang/crates.io-index"
 2012checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2013
 2014[[package]]
 2015name = "bitflags"
 2016version = "2.9.0"
 2017source = "registry+https://github.com/rust-lang/crates.io-index"
 2018checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2019dependencies = [
 2020 "serde",
 2021]
 2022
 2023[[package]]
 2024name = "bitstream-io"
 2025version = "2.6.0"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2028
 2029[[package]]
 2030name = "bitvec"
 2031version = "1.0.1"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2034dependencies = [
 2035 "funty",
 2036 "radium",
 2037 "tap",
 2038 "wyz",
 2039]
 2040
 2041[[package]]
 2042name = "blade-graphics"
 2043version = "0.6.0"
 2044source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2045dependencies = [
 2046 "ash",
 2047 "ash-window",
 2048 "bitflags 2.9.0",
 2049 "bytemuck",
 2050 "codespan-reporting 0.11.1",
 2051 "glow",
 2052 "gpu-alloc",
 2053 "gpu-alloc-ash",
 2054 "hidden-trait",
 2055 "js-sys",
 2056 "khronos-egl",
 2057 "libloading",
 2058 "log",
 2059 "mint",
 2060 "naga",
 2061 "objc2",
 2062 "objc2-app-kit",
 2063 "objc2-core-foundation",
 2064 "objc2-foundation",
 2065 "objc2-metal",
 2066 "objc2-quartz-core",
 2067 "objc2-ui-kit",
 2068 "raw-window-handle",
 2069 "slab",
 2070 "wasm-bindgen",
 2071 "web-sys",
 2072]
 2073
 2074[[package]]
 2075name = "blade-macros"
 2076version = "0.3.0"
 2077source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2078dependencies = [
 2079 "proc-macro2",
 2080 "quote",
 2081 "syn 2.0.101",
 2082]
 2083
 2084[[package]]
 2085name = "blade-util"
 2086version = "0.2.0"
 2087source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2088dependencies = [
 2089 "blade-graphics",
 2090 "bytemuck",
 2091 "log",
 2092 "profiling",
 2093]
 2094
 2095[[package]]
 2096name = "blake2"
 2097version = "0.10.6"
 2098source = "registry+https://github.com/rust-lang/crates.io-index"
 2099checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2100dependencies = [
 2101 "digest",
 2102]
 2103
 2104[[package]]
 2105name = "blake3"
 2106version = "1.8.2"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2109dependencies = [
 2110 "arrayref",
 2111 "arrayvec",
 2112 "cc",
 2113 "cfg-if",
 2114 "constant_time_eq 0.3.1",
 2115]
 2116
 2117[[package]]
 2118name = "block"
 2119version = "0.1.6"
 2120source = "registry+https://github.com/rust-lang/crates.io-index"
 2121checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2122
 2123[[package]]
 2124name = "block-buffer"
 2125version = "0.10.4"
 2126source = "registry+https://github.com/rust-lang/crates.io-index"
 2127checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2128dependencies = [
 2129 "generic-array",
 2130]
 2131
 2132[[package]]
 2133name = "block-padding"
 2134version = "0.3.3"
 2135source = "registry+https://github.com/rust-lang/crates.io-index"
 2136checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2137dependencies = [
 2138 "generic-array",
 2139]
 2140
 2141[[package]]
 2142name = "block2"
 2143version = "0.6.1"
 2144source = "registry+https://github.com/rust-lang/crates.io-index"
 2145checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2146dependencies = [
 2147 "objc2",
 2148]
 2149
 2150[[package]]
 2151name = "blocking"
 2152version = "1.6.1"
 2153source = "registry+https://github.com/rust-lang/crates.io-index"
 2154checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2155dependencies = [
 2156 "async-channel 2.3.1",
 2157 "async-task",
 2158 "futures-io",
 2159 "futures-lite 2.6.0",
 2160 "piper",
 2161]
 2162
 2163[[package]]
 2164name = "borrow-or-share"
 2165version = "0.2.2"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2168
 2169[[package]]
 2170name = "borsh"
 2171version = "1.5.7"
 2172source = "registry+https://github.com/rust-lang/crates.io-index"
 2173checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2174dependencies = [
 2175 "borsh-derive",
 2176 "cfg_aliases 0.2.1",
 2177]
 2178
 2179[[package]]
 2180name = "borsh-derive"
 2181version = "1.5.7"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2184dependencies = [
 2185 "once_cell",
 2186 "proc-macro-crate",
 2187 "proc-macro2",
 2188 "quote",
 2189 "syn 2.0.101",
 2190]
 2191
 2192[[package]]
 2193name = "breadcrumbs"
 2194version = "0.1.0"
 2195dependencies = [
 2196 "editor",
 2197 "gpui",
 2198 "itertools 0.14.0",
 2199 "theme",
 2200 "ui",
 2201 "workspace",
 2202 "workspace-hack",
 2203 "zed_actions",
 2204]
 2205
 2206[[package]]
 2207name = "bstr"
 2208version = "1.12.0"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2211dependencies = [
 2212 "memchr",
 2213 "regex-automata 0.4.9",
 2214 "serde",
 2215]
 2216
 2217[[package]]
 2218name = "buffer_diff"
 2219version = "0.1.0"
 2220dependencies = [
 2221 "anyhow",
 2222 "clock",
 2223 "ctor",
 2224 "env_logger 0.11.8",
 2225 "futures 0.3.31",
 2226 "git2",
 2227 "gpui",
 2228 "language",
 2229 "log",
 2230 "pretty_assertions",
 2231 "rand 0.8.5",
 2232 "rope",
 2233 "serde_json",
 2234 "sum_tree",
 2235 "text",
 2236 "unindent",
 2237 "util",
 2238 "workspace-hack",
 2239]
 2240
 2241[[package]]
 2242name = "built"
 2243version = "0.7.7"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2246
 2247[[package]]
 2248name = "bumpalo"
 2249version = "3.17.0"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2252dependencies = [
 2253 "allocator-api2",
 2254]
 2255
 2256[[package]]
 2257name = "by_address"
 2258version = "1.2.1"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2261
 2262[[package]]
 2263name = "bytecheck"
 2264version = "0.6.12"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2267dependencies = [
 2268 "bytecheck_derive",
 2269 "ptr_meta",
 2270 "simdutf8",
 2271]
 2272
 2273[[package]]
 2274name = "bytecheck_derive"
 2275version = "0.6.12"
 2276source = "registry+https://github.com/rust-lang/crates.io-index"
 2277checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2278dependencies = [
 2279 "proc-macro2",
 2280 "quote",
 2281 "syn 1.0.109",
 2282]
 2283
 2284[[package]]
 2285name = "bytecount"
 2286version = "0.6.8"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2289
 2290[[package]]
 2291name = "bytemuck"
 2292version = "1.22.0"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2295dependencies = [
 2296 "bytemuck_derive",
 2297]
 2298
 2299[[package]]
 2300name = "bytemuck_derive"
 2301version = "1.9.3"
 2302source = "registry+https://github.com/rust-lang/crates.io-index"
 2303checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2304dependencies = [
 2305 "proc-macro2",
 2306 "quote",
 2307 "syn 2.0.101",
 2308]
 2309
 2310[[package]]
 2311name = "byteorder"
 2312version = "1.5.0"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2315
 2316[[package]]
 2317name = "byteorder-lite"
 2318version = "0.1.0"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2321
 2322[[package]]
 2323name = "bytes"
 2324version = "0.4.12"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2327dependencies = [
 2328 "byteorder",
 2329 "iovec",
 2330]
 2331
 2332[[package]]
 2333name = "bytes"
 2334version = "1.10.1"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2337
 2338[[package]]
 2339name = "bytes-utils"
 2340version = "0.1.4"
 2341source = "registry+https://github.com/rust-lang/crates.io-index"
 2342checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2343dependencies = [
 2344 "bytes 1.10.1",
 2345 "either",
 2346]
 2347
 2348[[package]]
 2349name = "bzip2"
 2350version = "0.4.4"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2353dependencies = [
 2354 "bzip2-sys",
 2355 "libc",
 2356]
 2357
 2358[[package]]
 2359name = "bzip2-sys"
 2360version = "0.1.13+1.0.8"
 2361source = "registry+https://github.com/rust-lang/crates.io-index"
 2362checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2363dependencies = [
 2364 "cc",
 2365 "pkg-config",
 2366]
 2367
 2368[[package]]
 2369name = "call"
 2370version = "0.1.0"
 2371dependencies = [
 2372 "anyhow",
 2373 "audio",
 2374 "client",
 2375 "collections",
 2376 "fs",
 2377 "futures 0.3.31",
 2378 "gpui",
 2379 "gpui_tokio",
 2380 "http_client",
 2381 "language",
 2382 "livekit_client",
 2383 "log",
 2384 "postage",
 2385 "project",
 2386 "schemars",
 2387 "serde",
 2388 "serde_derive",
 2389 "settings",
 2390 "telemetry",
 2391 "util",
 2392 "workspace-hack",
 2393]
 2394
 2395[[package]]
 2396name = "calloop"
 2397version = "0.13.0"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2400dependencies = [
 2401 "bitflags 2.9.0",
 2402 "log",
 2403 "polling",
 2404 "rustix 0.38.44",
 2405 "slab",
 2406 "thiserror 1.0.69",
 2407]
 2408
 2409[[package]]
 2410name = "calloop-wayland-source"
 2411version = "0.3.0"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2414dependencies = [
 2415 "calloop",
 2416 "rustix 0.38.44",
 2417 "wayland-backend",
 2418 "wayland-client",
 2419]
 2420
 2421[[package]]
 2422name = "camino"
 2423version = "1.1.9"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2426dependencies = [
 2427 "serde",
 2428]
 2429
 2430[[package]]
 2431name = "cap-fs-ext"
 2432version = "3.4.4"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2435dependencies = [
 2436 "cap-primitives",
 2437 "cap-std",
 2438 "io-lifetimes",
 2439 "windows-sys 0.59.0",
 2440]
 2441
 2442[[package]]
 2443name = "cap-net-ext"
 2444version = "3.4.4"
 2445source = "registry+https://github.com/rust-lang/crates.io-index"
 2446checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2447dependencies = [
 2448 "cap-primitives",
 2449 "cap-std",
 2450 "rustix 1.0.7",
 2451 "smallvec",
 2452]
 2453
 2454[[package]]
 2455name = "cap-primitives"
 2456version = "3.4.4"
 2457source = "registry+https://github.com/rust-lang/crates.io-index"
 2458checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2459dependencies = [
 2460 "ambient-authority",
 2461 "fs-set-times",
 2462 "io-extras",
 2463 "io-lifetimes",
 2464 "ipnet",
 2465 "maybe-owned",
 2466 "rustix 1.0.7",
 2467 "rustix-linux-procfs",
 2468 "windows-sys 0.59.0",
 2469 "winx",
 2470]
 2471
 2472[[package]]
 2473name = "cap-rand"
 2474version = "3.4.4"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2477dependencies = [
 2478 "ambient-authority",
 2479 "rand 0.8.5",
 2480]
 2481
 2482[[package]]
 2483name = "cap-std"
 2484version = "3.4.4"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2487dependencies = [
 2488 "cap-primitives",
 2489 "io-extras",
 2490 "io-lifetimes",
 2491 "rustix 1.0.7",
 2492]
 2493
 2494[[package]]
 2495name = "cap-time-ext"
 2496version = "3.4.4"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2499dependencies = [
 2500 "ambient-authority",
 2501 "cap-primitives",
 2502 "iana-time-zone",
 2503 "once_cell",
 2504 "rustix 1.0.7",
 2505 "winx",
 2506]
 2507
 2508[[package]]
 2509name = "cargo-platform"
 2510version = "0.1.9"
 2511source = "registry+https://github.com/rust-lang/crates.io-index"
 2512checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2513dependencies = [
 2514 "serde",
 2515]
 2516
 2517[[package]]
 2518name = "cargo_metadata"
 2519version = "0.19.2"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2522dependencies = [
 2523 "camino",
 2524 "cargo-platform",
 2525 "semver",
 2526 "serde",
 2527 "serde_json",
 2528 "thiserror 2.0.12",
 2529]
 2530
 2531[[package]]
 2532name = "cargo_toml"
 2533version = "0.21.0"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2536dependencies = [
 2537 "serde",
 2538 "toml 0.8.20",
 2539]
 2540
 2541[[package]]
 2542name = "cast"
 2543version = "0.3.0"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2546
 2547[[package]]
 2548name = "cbc"
 2549version = "0.1.2"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2552dependencies = [
 2553 "cipher",
 2554]
 2555
 2556[[package]]
 2557name = "cbindgen"
 2558version = "0.28.0"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2561dependencies = [
 2562 "heck 0.4.1",
 2563 "indexmap",
 2564 "log",
 2565 "proc-macro2",
 2566 "quote",
 2567 "serde",
 2568 "serde_json",
 2569 "syn 2.0.101",
 2570 "tempfile",
 2571 "toml 0.8.20",
 2572]
 2573
 2574[[package]]
 2575name = "cc"
 2576version = "1.2.19"
 2577source = "registry+https://github.com/rust-lang/crates.io-index"
 2578checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2579dependencies = [
 2580 "jobserver",
 2581 "libc",
 2582 "shlex",
 2583]
 2584
 2585[[package]]
 2586name = "cesu8"
 2587version = "1.1.0"
 2588source = "registry+https://github.com/rust-lang/crates.io-index"
 2589checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2590
 2591[[package]]
 2592name = "cexpr"
 2593version = "0.6.0"
 2594source = "registry+https://github.com/rust-lang/crates.io-index"
 2595checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2596dependencies = [
 2597 "nom",
 2598]
 2599
 2600[[package]]
 2601name = "cfg-expr"
 2602version = "0.15.8"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2605dependencies = [
 2606 "smallvec",
 2607 "target-lexicon 0.12.16",
 2608]
 2609
 2610[[package]]
 2611name = "cfg-if"
 2612version = "1.0.0"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2615
 2616[[package]]
 2617name = "cfg_aliases"
 2618version = "0.1.1"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2621
 2622[[package]]
 2623name = "cfg_aliases"
 2624version = "0.2.1"
 2625source = "registry+https://github.com/rust-lang/crates.io-index"
 2626checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2627
 2628[[package]]
 2629name = "cgl"
 2630version = "0.3.2"
 2631source = "registry+https://github.com/rust-lang/crates.io-index"
 2632checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2633dependencies = [
 2634 "libc",
 2635]
 2636
 2637[[package]]
 2638name = "channel"
 2639version = "0.1.0"
 2640dependencies = [
 2641 "anyhow",
 2642 "client",
 2643 "clock",
 2644 "collections",
 2645 "futures 0.3.31",
 2646 "gpui",
 2647 "http_client",
 2648 "language",
 2649 "log",
 2650 "rand 0.8.5",
 2651 "release_channel",
 2652 "rpc",
 2653 "settings",
 2654 "sum_tree",
 2655 "text",
 2656 "time",
 2657 "util",
 2658 "workspace-hack",
 2659]
 2660
 2661[[package]]
 2662name = "chrono"
 2663version = "0.4.41"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2666dependencies = [
 2667 "android-tzdata",
 2668 "iana-time-zone",
 2669 "js-sys",
 2670 "num-traits",
 2671 "serde",
 2672 "wasm-bindgen",
 2673 "windows-link",
 2674]
 2675
 2676[[package]]
 2677name = "chunked_transfer"
 2678version = "1.5.0"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2681
 2682[[package]]
 2683name = "ciborium"
 2684version = "0.2.2"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2687dependencies = [
 2688 "ciborium-io",
 2689 "ciborium-ll",
 2690 "serde",
 2691]
 2692
 2693[[package]]
 2694name = "ciborium-io"
 2695version = "0.2.2"
 2696source = "registry+https://github.com/rust-lang/crates.io-index"
 2697checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2698
 2699[[package]]
 2700name = "ciborium-ll"
 2701version = "0.2.2"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2704dependencies = [
 2705 "ciborium-io",
 2706 "half",
 2707]
 2708
 2709[[package]]
 2710name = "cipher"
 2711version = "0.4.4"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2714dependencies = [
 2715 "crypto-common",
 2716 "inout",
 2717 "zeroize",
 2718]
 2719
 2720[[package]]
 2721name = "circular-buffer"
 2722version = "1.1.0"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2725
 2726[[package]]
 2727name = "clang-sys"
 2728version = "1.8.1"
 2729source = "registry+https://github.com/rust-lang/crates.io-index"
 2730checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2731dependencies = [
 2732 "glob",
 2733 "libc",
 2734 "libloading",
 2735]
 2736
 2737[[package]]
 2738name = "clap"
 2739version = "4.5.37"
 2740source = "registry+https://github.com/rust-lang/crates.io-index"
 2741checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2742dependencies = [
 2743 "clap_builder",
 2744 "clap_derive",
 2745]
 2746
 2747[[package]]
 2748name = "clap_builder"
 2749version = "4.5.37"
 2750source = "registry+https://github.com/rust-lang/crates.io-index"
 2751checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2752dependencies = [
 2753 "anstream",
 2754 "anstyle",
 2755 "clap_lex",
 2756 "strsim",
 2757 "terminal_size",
 2758]
 2759
 2760[[package]]
 2761name = "clap_complete"
 2762version = "4.5.47"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2765dependencies = [
 2766 "clap",
 2767]
 2768
 2769[[package]]
 2770name = "clap_derive"
 2771version = "4.5.32"
 2772source = "registry+https://github.com/rust-lang/crates.io-index"
 2773checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2774dependencies = [
 2775 "heck 0.5.0",
 2776 "proc-macro2",
 2777 "quote",
 2778 "syn 2.0.101",
 2779]
 2780
 2781[[package]]
 2782name = "clap_lex"
 2783version = "0.7.4"
 2784source = "registry+https://github.com/rust-lang/crates.io-index"
 2785checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2786
 2787[[package]]
 2788name = "cli"
 2789version = "0.1.0"
 2790dependencies = [
 2791 "anyhow",
 2792 "clap",
 2793 "collections",
 2794 "core-foundation 0.10.0",
 2795 "core-services",
 2796 "exec",
 2797 "fork",
 2798 "ipc-channel",
 2799 "parking_lot",
 2800 "paths",
 2801 "plist",
 2802 "release_channel",
 2803 "serde",
 2804 "tempfile",
 2805 "util",
 2806 "windows 0.61.1",
 2807 "workspace-hack",
 2808]
 2809
 2810[[package]]
 2811name = "client"
 2812version = "0.1.0"
 2813dependencies = [
 2814 "anyhow",
 2815 "async-recursion 0.3.2",
 2816 "async-tungstenite",
 2817 "base64 0.22.1",
 2818 "chrono",
 2819 "clock",
 2820 "cocoa 0.26.0",
 2821 "collections",
 2822 "credentials_provider",
 2823 "feature_flags",
 2824 "futures 0.3.31",
 2825 "gpui",
 2826 "gpui_tokio",
 2827 "http_client",
 2828 "http_client_tls",
 2829 "httparse",
 2830 "log",
 2831 "parking_lot",
 2832 "paths",
 2833 "postage",
 2834 "rand 0.8.5",
 2835 "release_channel",
 2836 "rpc",
 2837 "rustls-pki-types",
 2838 "schemars",
 2839 "serde",
 2840 "serde_json",
 2841 "settings",
 2842 "sha2",
 2843 "smol",
 2844 "telemetry",
 2845 "telemetry_events",
 2846 "text",
 2847 "thiserror 2.0.12",
 2848 "time",
 2849 "tiny_http",
 2850 "tokio",
 2851 "tokio-native-tls",
 2852 "tokio-rustls 0.26.2",
 2853 "tokio-socks",
 2854 "url",
 2855 "util",
 2856 "windows 0.61.1",
 2857 "workspace-hack",
 2858 "worktree",
 2859]
 2860
 2861[[package]]
 2862name = "clock"
 2863version = "0.1.0"
 2864dependencies = [
 2865 "parking_lot",
 2866 "serde",
 2867 "smallvec",
 2868 "workspace-hack",
 2869]
 2870
 2871[[package]]
 2872name = "clru"
 2873version = "0.6.2"
 2874source = "registry+https://github.com/rust-lang/crates.io-index"
 2875checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2876
 2877[[package]]
 2878name = "cmake"
 2879version = "0.1.54"
 2880source = "registry+https://github.com/rust-lang/crates.io-index"
 2881checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2882dependencies = [
 2883 "cc",
 2884]
 2885
 2886[[package]]
 2887name = "cobs"
 2888version = "0.2.3"
 2889source = "registry+https://github.com/rust-lang/crates.io-index"
 2890checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2891
 2892[[package]]
 2893name = "cocoa"
 2894version = "0.25.0"
 2895source = "registry+https://github.com/rust-lang/crates.io-index"
 2896checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2897dependencies = [
 2898 "bitflags 1.3.2",
 2899 "block",
 2900 "cocoa-foundation 0.1.2",
 2901 "core-foundation 0.9.4",
 2902 "core-graphics 0.23.2",
 2903 "foreign-types 0.5.0",
 2904 "libc",
 2905 "objc",
 2906]
 2907
 2908[[package]]
 2909name = "cocoa"
 2910version = "0.26.0"
 2911source = "registry+https://github.com/rust-lang/crates.io-index"
 2912checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2913dependencies = [
 2914 "bitflags 2.9.0",
 2915 "block",
 2916 "cocoa-foundation 0.2.0",
 2917 "core-foundation 0.10.0",
 2918 "core-graphics 0.24.0",
 2919 "foreign-types 0.5.0",
 2920 "libc",
 2921 "objc",
 2922]
 2923
 2924[[package]]
 2925name = "cocoa-foundation"
 2926version = "0.1.2"
 2927source = "registry+https://github.com/rust-lang/crates.io-index"
 2928checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2929dependencies = [
 2930 "bitflags 1.3.2",
 2931 "block",
 2932 "core-foundation 0.9.4",
 2933 "core-graphics-types 0.1.3",
 2934 "libc",
 2935 "objc",
 2936]
 2937
 2938[[package]]
 2939name = "cocoa-foundation"
 2940version = "0.2.0"
 2941source = "registry+https://github.com/rust-lang/crates.io-index"
 2942checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2943dependencies = [
 2944 "bitflags 2.9.0",
 2945 "block",
 2946 "core-foundation 0.10.0",
 2947 "core-graphics-types 0.2.0",
 2948 "libc",
 2949 "objc",
 2950]
 2951
 2952[[package]]
 2953name = "codespan-reporting"
 2954version = "0.11.1"
 2955source = "registry+https://github.com/rust-lang/crates.io-index"
 2956checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2957dependencies = [
 2958 "termcolor",
 2959 "unicode-width 0.1.14",
 2960]
 2961
 2962[[package]]
 2963name = "codespan-reporting"
 2964version = "0.12.0"
 2965source = "registry+https://github.com/rust-lang/crates.io-index"
 2966checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2967dependencies = [
 2968 "serde",
 2969 "termcolor",
 2970 "unicode-width 0.2.0",
 2971]
 2972
 2973[[package]]
 2974name = "collab"
 2975version = "0.44.0"
 2976dependencies = [
 2977 "anyhow",
 2978 "assistant_context_editor",
 2979 "assistant_settings",
 2980 "assistant_slash_command",
 2981 "assistant_tool",
 2982 "async-stripe",
 2983 "async-trait",
 2984 "async-tungstenite",
 2985 "audio",
 2986 "aws-config",
 2987 "aws-sdk-kinesis",
 2988 "aws-sdk-s3",
 2989 "axum",
 2990 "axum-extra",
 2991 "base64 0.22.1",
 2992 "buffer_diff",
 2993 "call",
 2994 "channel",
 2995 "chrono",
 2996 "client",
 2997 "clock",
 2998 "collab_ui",
 2999 "collections",
 3000 "command_palette_hooks",
 3001 "context_server",
 3002 "ctor",
 3003 "dap",
 3004 "dashmap 6.1.0",
 3005 "debugger_ui",
 3006 "derive_more",
 3007 "editor",
 3008 "env_logger 0.11.8",
 3009 "envy",
 3010 "extension",
 3011 "file_finder",
 3012 "fs",
 3013 "futures 0.3.31",
 3014 "git",
 3015 "git_hosting_providers",
 3016 "git_ui",
 3017 "gpui",
 3018 "gpui_tokio",
 3019 "hex",
 3020 "http_client",
 3021 "hyper 0.14.32",
 3022 "indoc",
 3023 "jsonwebtoken",
 3024 "language",
 3025 "language_model",
 3026 "livekit_api",
 3027 "livekit_client",
 3028 "log",
 3029 "lsp",
 3030 "menu",
 3031 "multi_buffer",
 3032 "nanoid",
 3033 "node_runtime",
 3034 "notifications",
 3035 "parking_lot",
 3036 "pretty_assertions",
 3037 "project",
 3038 "prometheus",
 3039 "prompt_store",
 3040 "prost 0.9.0",
 3041 "rand 0.8.5",
 3042 "recent_projects",
 3043 "release_channel",
 3044 "remote",
 3045 "remote_server",
 3046 "reqwest 0.11.27",
 3047 "reqwest_client",
 3048 "rpc",
 3049 "rustc-demangle",
 3050 "scrypt",
 3051 "sea-orm",
 3052 "semantic_version",
 3053 "semver",
 3054 "serde",
 3055 "serde_derive",
 3056 "serde_json",
 3057 "session",
 3058 "settings",
 3059 "sha2",
 3060 "sqlx",
 3061 "strum 0.27.1",
 3062 "subtle",
 3063 "supermaven_api",
 3064 "task",
 3065 "telemetry_events",
 3066 "text",
 3067 "theme",
 3068 "thiserror 2.0.12",
 3069 "time",
 3070 "tokio",
 3071 "toml 0.8.20",
 3072 "tower 0.4.13",
 3073 "tower-http 0.4.4",
 3074 "tracing",
 3075 "tracing-subscriber",
 3076 "unindent",
 3077 "util",
 3078 "uuid",
 3079 "workspace",
 3080 "workspace-hack",
 3081 "worktree",
 3082 "zed_llm_client",
 3083]
 3084
 3085[[package]]
 3086name = "collab_ui"
 3087version = "0.1.0"
 3088dependencies = [
 3089 "anyhow",
 3090 "call",
 3091 "channel",
 3092 "chrono",
 3093 "client",
 3094 "collections",
 3095 "db",
 3096 "editor",
 3097 "emojis",
 3098 "futures 0.3.31",
 3099 "fuzzy",
 3100 "gpui",
 3101 "http_client",
 3102 "language",
 3103 "log",
 3104 "menu",
 3105 "notifications",
 3106 "picker",
 3107 "pretty_assertions",
 3108 "project",
 3109 "release_channel",
 3110 "rich_text",
 3111 "rpc",
 3112 "schemars",
 3113 "serde",
 3114 "serde_derive",
 3115 "serde_json",
 3116 "settings",
 3117 "smallvec",
 3118 "story",
 3119 "telemetry",
 3120 "theme",
 3121 "time",
 3122 "time_format",
 3123 "title_bar",
 3124 "tree-sitter-md",
 3125 "ui",
 3126 "util",
 3127 "workspace",
 3128 "workspace-hack",
 3129]
 3130
 3131[[package]]
 3132name = "collections"
 3133version = "0.1.0"
 3134dependencies = [
 3135 "indexmap",
 3136 "rustc-hash 2.1.1",
 3137 "workspace-hack",
 3138]
 3139
 3140[[package]]
 3141name = "color_quant"
 3142version = "1.1.0"
 3143source = "registry+https://github.com/rust-lang/crates.io-index"
 3144checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3145
 3146[[package]]
 3147name = "colorchoice"
 3148version = "1.0.3"
 3149source = "registry+https://github.com/rust-lang/crates.io-index"
 3150checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3151
 3152[[package]]
 3153name = "combine"
 3154version = "4.6.7"
 3155source = "registry+https://github.com/rust-lang/crates.io-index"
 3156checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3157dependencies = [
 3158 "bytes 1.10.1",
 3159 "memchr",
 3160]
 3161
 3162[[package]]
 3163name = "command_palette"
 3164version = "0.1.0"
 3165dependencies = [
 3166 "anyhow",
 3167 "client",
 3168 "collections",
 3169 "command_palette_hooks",
 3170 "ctor",
 3171 "db",
 3172 "editor",
 3173 "env_logger 0.11.8",
 3174 "fuzzy",
 3175 "go_to_line",
 3176 "gpui",
 3177 "language",
 3178 "log",
 3179 "menu",
 3180 "picker",
 3181 "postage",
 3182 "project",
 3183 "serde",
 3184 "serde_json",
 3185 "settings",
 3186 "telemetry",
 3187 "theme",
 3188 "time",
 3189 "ui",
 3190 "util",
 3191 "workspace",
 3192 "workspace-hack",
 3193 "zed_actions",
 3194]
 3195
 3196[[package]]
 3197name = "command_palette_hooks"
 3198version = "0.1.0"
 3199dependencies = [
 3200 "collections",
 3201 "derive_more",
 3202 "gpui",
 3203 "workspace-hack",
 3204]
 3205
 3206[[package]]
 3207name = "component"
 3208version = "0.1.0"
 3209dependencies = [
 3210 "collections",
 3211 "gpui",
 3212 "inventory",
 3213 "parking_lot",
 3214 "strum 0.27.1",
 3215 "theme",
 3216 "workspace-hack",
 3217]
 3218
 3219[[package]]
 3220name = "concurrent-queue"
 3221version = "2.5.0"
 3222source = "registry+https://github.com/rust-lang/crates.io-index"
 3223checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3224dependencies = [
 3225 "crossbeam-utils",
 3226]
 3227
 3228[[package]]
 3229name = "console"
 3230version = "0.15.11"
 3231source = "registry+https://github.com/rust-lang/crates.io-index"
 3232checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3233dependencies = [
 3234 "encode_unicode",
 3235 "libc",
 3236 "once_cell",
 3237 "unicode-width 0.2.0",
 3238 "windows-sys 0.59.0",
 3239]
 3240
 3241[[package]]
 3242name = "const-oid"
 3243version = "0.9.6"
 3244source = "registry+https://github.com/rust-lang/crates.io-index"
 3245checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3246
 3247[[package]]
 3248name = "const-random"
 3249version = "0.1.18"
 3250source = "registry+https://github.com/rust-lang/crates.io-index"
 3251checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3252dependencies = [
 3253 "const-random-macro",
 3254]
 3255
 3256[[package]]
 3257name = "const-random-macro"
 3258version = "0.1.16"
 3259source = "registry+https://github.com/rust-lang/crates.io-index"
 3260checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3261dependencies = [
 3262 "getrandom 0.2.15",
 3263 "once_cell",
 3264 "tiny-keccak",
 3265]
 3266
 3267[[package]]
 3268name = "constant_time_eq"
 3269version = "0.1.5"
 3270source = "registry+https://github.com/rust-lang/crates.io-index"
 3271checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3272
 3273[[package]]
 3274name = "constant_time_eq"
 3275version = "0.3.1"
 3276source = "registry+https://github.com/rust-lang/crates.io-index"
 3277checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3278
 3279[[package]]
 3280name = "context_server"
 3281version = "0.1.0"
 3282dependencies = [
 3283 "anyhow",
 3284 "async-trait",
 3285 "collections",
 3286 "futures 0.3.31",
 3287 "gpui",
 3288 "log",
 3289 "parking_lot",
 3290 "postage",
 3291 "schemars",
 3292 "serde",
 3293 "serde_json",
 3294 "smol",
 3295 "url",
 3296 "util",
 3297 "workspace-hack",
 3298]
 3299
 3300[[package]]
 3301name = "convert_case"
 3302version = "0.4.0"
 3303source = "registry+https://github.com/rust-lang/crates.io-index"
 3304checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3305
 3306[[package]]
 3307name = "convert_case"
 3308version = "0.6.0"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3311dependencies = [
 3312 "unicode-segmentation",
 3313]
 3314
 3315[[package]]
 3316name = "convert_case"
 3317version = "0.8.0"
 3318source = "registry+https://github.com/rust-lang/crates.io-index"
 3319checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3320dependencies = [
 3321 "unicode-segmentation",
 3322]
 3323
 3324[[package]]
 3325name = "copilot"
 3326version = "0.1.0"
 3327dependencies = [
 3328 "anyhow",
 3329 "async-std",
 3330 "chrono",
 3331 "client",
 3332 "clock",
 3333 "collections",
 3334 "command_palette_hooks",
 3335 "ctor",
 3336 "editor",
 3337 "env_logger 0.11.8",
 3338 "fs",
 3339 "futures 0.3.31",
 3340 "gpui",
 3341 "http_client",
 3342 "indoc",
 3343 "inline_completion",
 3344 "itertools 0.14.0",
 3345 "language",
 3346 "log",
 3347 "lsp",
 3348 "menu",
 3349 "node_runtime",
 3350 "parking_lot",
 3351 "paths",
 3352 "project",
 3353 "rpc",
 3354 "serde",
 3355 "serde_json",
 3356 "settings",
 3357 "task",
 3358 "theme",
 3359 "ui",
 3360 "util",
 3361 "workspace",
 3362 "workspace-hack",
 3363]
 3364
 3365[[package]]
 3366name = "core-foundation"
 3367version = "0.9.4"
 3368source = "registry+https://github.com/rust-lang/crates.io-index"
 3369checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3370dependencies = [
 3371 "core-foundation-sys",
 3372 "libc",
 3373]
 3374
 3375[[package]]
 3376name = "core-foundation"
 3377version = "0.10.0"
 3378source = "registry+https://github.com/rust-lang/crates.io-index"
 3379checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3380dependencies = [
 3381 "core-foundation-sys",
 3382 "libc",
 3383]
 3384
 3385[[package]]
 3386name = "core-foundation-sys"
 3387version = "0.8.7"
 3388source = "registry+https://github.com/rust-lang/crates.io-index"
 3389checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3390
 3391[[package]]
 3392name = "core-graphics"
 3393version = "0.23.2"
 3394source = "registry+https://github.com/rust-lang/crates.io-index"
 3395checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3396dependencies = [
 3397 "bitflags 1.3.2",
 3398 "core-foundation 0.9.4",
 3399 "core-graphics-types 0.1.3",
 3400 "foreign-types 0.5.0",
 3401 "libc",
 3402]
 3403
 3404[[package]]
 3405name = "core-graphics"
 3406version = "0.24.0"
 3407source = "registry+https://github.com/rust-lang/crates.io-index"
 3408checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3409dependencies = [
 3410 "bitflags 2.9.0",
 3411 "core-foundation 0.10.0",
 3412 "core-graphics-types 0.2.0",
 3413 "foreign-types 0.5.0",
 3414 "libc",
 3415]
 3416
 3417[[package]]
 3418name = "core-graphics-helmer-fork"
 3419version = "0.24.0"
 3420source = "registry+https://github.com/rust-lang/crates.io-index"
 3421checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3422dependencies = [
 3423 "bitflags 2.9.0",
 3424 "core-foundation 0.9.4",
 3425 "core-graphics-types 0.1.3",
 3426 "foreign-types 0.5.0",
 3427 "libc",
 3428]
 3429
 3430[[package]]
 3431name = "core-graphics-types"
 3432version = "0.1.3"
 3433source = "registry+https://github.com/rust-lang/crates.io-index"
 3434checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3435dependencies = [
 3436 "bitflags 1.3.2",
 3437 "core-foundation 0.9.4",
 3438 "libc",
 3439]
 3440
 3441[[package]]
 3442name = "core-graphics-types"
 3443version = "0.2.0"
 3444source = "registry+https://github.com/rust-lang/crates.io-index"
 3445checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3446dependencies = [
 3447 "bitflags 2.9.0",
 3448 "core-foundation 0.10.0",
 3449 "libc",
 3450]
 3451
 3452[[package]]
 3453name = "core-graphics2"
 3454version = "0.4.1"
 3455source = "registry+https://github.com/rust-lang/crates.io-index"
 3456checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3457dependencies = [
 3458 "bitflags 2.9.0",
 3459 "block",
 3460 "cfg-if",
 3461 "core-foundation 0.10.0",
 3462 "libc",
 3463]
 3464
 3465[[package]]
 3466name = "core-services"
 3467version = "0.2.1"
 3468source = "registry+https://github.com/rust-lang/crates.io-index"
 3469checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3470dependencies = [
 3471 "core-foundation 0.9.4",
 3472]
 3473
 3474[[package]]
 3475name = "core-text"
 3476version = "21.0.0"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3479dependencies = [
 3480 "core-foundation 0.10.0",
 3481 "core-graphics 0.24.0",
 3482 "foreign-types 0.5.0",
 3483 "libc",
 3484]
 3485
 3486[[package]]
 3487name = "core-video"
 3488version = "0.4.3"
 3489source = "registry+https://github.com/rust-lang/crates.io-index"
 3490checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3491dependencies = [
 3492 "block",
 3493 "core-foundation 0.10.0",
 3494 "core-graphics2",
 3495 "io-surface",
 3496 "libc",
 3497 "metal",
 3498]
 3499
 3500[[package]]
 3501name = "core_maths"
 3502version = "0.1.1"
 3503source = "registry+https://github.com/rust-lang/crates.io-index"
 3504checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3505dependencies = [
 3506 "libm",
 3507]
 3508
 3509[[package]]
 3510name = "coreaudio-rs"
 3511version = "0.11.3"
 3512source = "registry+https://github.com/rust-lang/crates.io-index"
 3513checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3514dependencies = [
 3515 "bitflags 1.3.2",
 3516 "core-foundation-sys",
 3517 "coreaudio-sys",
 3518]
 3519
 3520[[package]]
 3521name = "coreaudio-rs"
 3522version = "0.12.1"
 3523source = "registry+https://github.com/rust-lang/crates.io-index"
 3524checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3525dependencies = [
 3526 "bitflags 1.3.2",
 3527 "core-foundation-sys",
 3528 "coreaudio-sys",
 3529]
 3530
 3531[[package]]
 3532name = "coreaudio-sys"
 3533version = "0.2.16"
 3534source = "registry+https://github.com/rust-lang/crates.io-index"
 3535checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3536dependencies = [
 3537 "bindgen 0.70.1",
 3538]
 3539
 3540[[package]]
 3541name = "cosmic-text"
 3542version = "0.14.0"
 3543source = "registry+https://github.com/rust-lang/crates.io-index"
 3544checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3545dependencies = [
 3546 "bitflags 2.9.0",
 3547 "fontdb 0.16.2",
 3548 "log",
 3549 "rangemap",
 3550 "rustc-hash 1.1.0",
 3551 "rustybuzz 0.14.1",
 3552 "self_cell",
 3553 "smol_str 0.2.2",
 3554 "swash",
 3555 "sys-locale",
 3556 "ttf-parser 0.21.1",
 3557 "unicode-bidi",
 3558 "unicode-linebreak",
 3559 "unicode-script",
 3560 "unicode-segmentation",
 3561]
 3562
 3563[[package]]
 3564name = "cpal"
 3565version = "0.15.3"
 3566source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3567dependencies = [
 3568 "alsa",
 3569 "core-foundation-sys",
 3570 "coreaudio-rs 0.11.3",
 3571 "dasp_sample",
 3572 "jni",
 3573 "js-sys",
 3574 "libc",
 3575 "mach2",
 3576 "ndk",
 3577 "ndk-context",
 3578 "oboe",
 3579 "wasm-bindgen",
 3580 "wasm-bindgen-futures",
 3581 "web-sys",
 3582 "windows 0.54.0",
 3583]
 3584
 3585[[package]]
 3586name = "cpp_demangle"
 3587version = "0.4.4"
 3588source = "registry+https://github.com/rust-lang/crates.io-index"
 3589checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3590dependencies = [
 3591 "cfg-if",
 3592]
 3593
 3594[[package]]
 3595name = "cpufeatures"
 3596version = "0.2.17"
 3597source = "registry+https://github.com/rust-lang/crates.io-index"
 3598checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3599dependencies = [
 3600 "libc",
 3601]
 3602
 3603[[package]]
 3604name = "cranelift-bforest"
 3605version = "0.116.1"
 3606source = "registry+https://github.com/rust-lang/crates.io-index"
 3607checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3608dependencies = [
 3609 "cranelift-entity",
 3610]
 3611
 3612[[package]]
 3613name = "cranelift-bitset"
 3614version = "0.116.1"
 3615source = "registry+https://github.com/rust-lang/crates.io-index"
 3616checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3617dependencies = [
 3618 "serde",
 3619 "serde_derive",
 3620]
 3621
 3622[[package]]
 3623name = "cranelift-codegen"
 3624version = "0.116.1"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3627dependencies = [
 3628 "bumpalo",
 3629 "cranelift-bforest",
 3630 "cranelift-bitset",
 3631 "cranelift-codegen-meta",
 3632 "cranelift-codegen-shared",
 3633 "cranelift-control",
 3634 "cranelift-entity",
 3635 "cranelift-isle",
 3636 "gimli",
 3637 "hashbrown 0.14.5",
 3638 "log",
 3639 "postcard",
 3640 "regalloc2",
 3641 "rustc-hash 2.1.1",
 3642 "serde",
 3643 "serde_derive",
 3644 "sha2",
 3645 "smallvec",
 3646 "target-lexicon 0.13.2",
 3647]
 3648
 3649[[package]]
 3650name = "cranelift-codegen-meta"
 3651version = "0.116.1"
 3652source = "registry+https://github.com/rust-lang/crates.io-index"
 3653checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3654dependencies = [
 3655 "cranelift-codegen-shared",
 3656]
 3657
 3658[[package]]
 3659name = "cranelift-codegen-shared"
 3660version = "0.116.1"
 3661source = "registry+https://github.com/rust-lang/crates.io-index"
 3662checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3663
 3664[[package]]
 3665name = "cranelift-control"
 3666version = "0.116.1"
 3667source = "registry+https://github.com/rust-lang/crates.io-index"
 3668checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3669dependencies = [
 3670 "arbitrary",
 3671]
 3672
 3673[[package]]
 3674name = "cranelift-entity"
 3675version = "0.116.1"
 3676source = "registry+https://github.com/rust-lang/crates.io-index"
 3677checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3678dependencies = [
 3679 "cranelift-bitset",
 3680 "serde",
 3681 "serde_derive",
 3682]
 3683
 3684[[package]]
 3685name = "cranelift-frontend"
 3686version = "0.116.1"
 3687source = "registry+https://github.com/rust-lang/crates.io-index"
 3688checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3689dependencies = [
 3690 "cranelift-codegen",
 3691 "log",
 3692 "smallvec",
 3693 "target-lexicon 0.13.2",
 3694]
 3695
 3696[[package]]
 3697name = "cranelift-isle"
 3698version = "0.116.1"
 3699source = "registry+https://github.com/rust-lang/crates.io-index"
 3700checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3701
 3702[[package]]
 3703name = "cranelift-native"
 3704version = "0.116.1"
 3705source = "registry+https://github.com/rust-lang/crates.io-index"
 3706checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3707dependencies = [
 3708 "cranelift-codegen",
 3709 "libc",
 3710 "target-lexicon 0.13.2",
 3711]
 3712
 3713[[package]]
 3714name = "crc"
 3715version = "3.2.1"
 3716source = "registry+https://github.com/rust-lang/crates.io-index"
 3717checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3718dependencies = [
 3719 "crc-catalog",
 3720]
 3721
 3722[[package]]
 3723name = "crc-catalog"
 3724version = "2.4.0"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3727
 3728[[package]]
 3729name = "crc32c"
 3730version = "0.6.8"
 3731source = "registry+https://github.com/rust-lang/crates.io-index"
 3732checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3733dependencies = [
 3734 "rustc_version",
 3735]
 3736
 3737[[package]]
 3738name = "crc32fast"
 3739version = "1.4.2"
 3740source = "registry+https://github.com/rust-lang/crates.io-index"
 3741checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3742dependencies = [
 3743 "cfg-if",
 3744]
 3745
 3746[[package]]
 3747name = "crc64fast-nvme"
 3748version = "1.2.0"
 3749source = "registry+https://github.com/rust-lang/crates.io-index"
 3750checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3751dependencies = [
 3752 "crc",
 3753]
 3754
 3755[[package]]
 3756name = "credentials_provider"
 3757version = "0.1.0"
 3758dependencies = [
 3759 "anyhow",
 3760 "futures 0.3.31",
 3761 "gpui",
 3762 "paths",
 3763 "release_channel",
 3764 "serde",
 3765 "serde_json",
 3766 "workspace-hack",
 3767]
 3768
 3769[[package]]
 3770name = "criterion"
 3771version = "0.5.1"
 3772source = "registry+https://github.com/rust-lang/crates.io-index"
 3773checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3774dependencies = [
 3775 "anes",
 3776 "cast",
 3777 "ciborium",
 3778 "clap",
 3779 "criterion-plot",
 3780 "is-terminal",
 3781 "itertools 0.10.5",
 3782 "num-traits",
 3783 "once_cell",
 3784 "oorandom",
 3785 "plotters",
 3786 "rayon",
 3787 "regex",
 3788 "serde",
 3789 "serde_derive",
 3790 "serde_json",
 3791 "tinytemplate",
 3792 "walkdir",
 3793]
 3794
 3795[[package]]
 3796name = "criterion-plot"
 3797version = "0.5.0"
 3798source = "registry+https://github.com/rust-lang/crates.io-index"
 3799checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3800dependencies = [
 3801 "cast",
 3802 "itertools 0.10.5",
 3803]
 3804
 3805[[package]]
 3806name = "crossbeam-channel"
 3807version = "0.5.15"
 3808source = "registry+https://github.com/rust-lang/crates.io-index"
 3809checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3810dependencies = [
 3811 "crossbeam-utils",
 3812]
 3813
 3814[[package]]
 3815name = "crossbeam-deque"
 3816version = "0.8.6"
 3817source = "registry+https://github.com/rust-lang/crates.io-index"
 3818checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3819dependencies = [
 3820 "crossbeam-epoch",
 3821 "crossbeam-utils",
 3822]
 3823
 3824[[package]]
 3825name = "crossbeam-epoch"
 3826version = "0.9.18"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3829dependencies = [
 3830 "crossbeam-utils",
 3831]
 3832
 3833[[package]]
 3834name = "crossbeam-queue"
 3835version = "0.3.12"
 3836source = "registry+https://github.com/rust-lang/crates.io-index"
 3837checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3838dependencies = [
 3839 "crossbeam-utils",
 3840]
 3841
 3842[[package]]
 3843name = "crossbeam-utils"
 3844version = "0.8.21"
 3845source = "registry+https://github.com/rust-lang/crates.io-index"
 3846checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3847
 3848[[package]]
 3849name = "crunchy"
 3850version = "0.2.3"
 3851source = "registry+https://github.com/rust-lang/crates.io-index"
 3852checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3853
 3854[[package]]
 3855name = "crypto-bigint"
 3856version = "0.4.9"
 3857source = "registry+https://github.com/rust-lang/crates.io-index"
 3858checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3859dependencies = [
 3860 "generic-array",
 3861 "rand_core 0.6.4",
 3862 "subtle",
 3863 "zeroize",
 3864]
 3865
 3866[[package]]
 3867name = "crypto-bigint"
 3868version = "0.5.5"
 3869source = "registry+https://github.com/rust-lang/crates.io-index"
 3870checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3871dependencies = [
 3872 "rand_core 0.6.4",
 3873 "subtle",
 3874]
 3875
 3876[[package]]
 3877name = "crypto-common"
 3878version = "0.1.6"
 3879source = "registry+https://github.com/rust-lang/crates.io-index"
 3880checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3881dependencies = [
 3882 "generic-array",
 3883 "rand_core 0.6.4",
 3884 "typenum",
 3885]
 3886
 3887[[package]]
 3888name = "cssparser"
 3889version = "0.35.0"
 3890source = "registry+https://github.com/rust-lang/crates.io-index"
 3891checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3892dependencies = [
 3893 "cssparser-macros",
 3894 "dtoa-short",
 3895 "itoa",
 3896 "phf",
 3897 "smallvec",
 3898]
 3899
 3900[[package]]
 3901name = "cssparser-macros"
 3902version = "0.6.1"
 3903source = "registry+https://github.com/rust-lang/crates.io-index"
 3904checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3905dependencies = [
 3906 "quote",
 3907 "syn 2.0.101",
 3908]
 3909
 3910[[package]]
 3911name = "ctor"
 3912version = "0.4.2"
 3913source = "registry+https://github.com/rust-lang/crates.io-index"
 3914checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3915dependencies = [
 3916 "ctor-proc-macro",
 3917 "dtor",
 3918]
 3919
 3920[[package]]
 3921name = "ctor-proc-macro"
 3922version = "0.0.5"
 3923source = "registry+https://github.com/rust-lang/crates.io-index"
 3924checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3925
 3926[[package]]
 3927name = "ctrlc"
 3928version = "3.4.6"
 3929source = "registry+https://github.com/rust-lang/crates.io-index"
 3930checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3931dependencies = [
 3932 "nix 0.29.0",
 3933 "windows-sys 0.59.0",
 3934]
 3935
 3936[[package]]
 3937name = "cursor-icon"
 3938version = "1.1.0"
 3939source = "registry+https://github.com/rust-lang/crates.io-index"
 3940checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3941
 3942[[package]]
 3943name = "cxx"
 3944version = "1.0.157"
 3945source = "registry+https://github.com/rust-lang/crates.io-index"
 3946checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3947dependencies = [
 3948 "cc",
 3949 "cxxbridge-cmd",
 3950 "cxxbridge-flags",
 3951 "cxxbridge-macro",
 3952 "foldhash",
 3953 "link-cplusplus",
 3954]
 3955
 3956[[package]]
 3957name = "cxx-build"
 3958version = "1.0.157"
 3959source = "registry+https://github.com/rust-lang/crates.io-index"
 3960checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3961dependencies = [
 3962 "cc",
 3963 "codespan-reporting 0.12.0",
 3964 "proc-macro2",
 3965 "quote",
 3966 "scratch",
 3967 "syn 2.0.101",
 3968]
 3969
 3970[[package]]
 3971name = "cxxbridge-cmd"
 3972version = "1.0.157"
 3973source = "registry+https://github.com/rust-lang/crates.io-index"
 3974checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3975dependencies = [
 3976 "clap",
 3977 "codespan-reporting 0.12.0",
 3978 "proc-macro2",
 3979 "quote",
 3980 "syn 2.0.101",
 3981]
 3982
 3983[[package]]
 3984name = "cxxbridge-flags"
 3985version = "1.0.157"
 3986source = "registry+https://github.com/rust-lang/crates.io-index"
 3987checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3988
 3989[[package]]
 3990name = "cxxbridge-macro"
 3991version = "1.0.157"
 3992source = "registry+https://github.com/rust-lang/crates.io-index"
 3993checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3994dependencies = [
 3995 "proc-macro2",
 3996 "quote",
 3997 "rustversion",
 3998 "syn 2.0.101",
 3999]
 4000
 4001[[package]]
 4002name = "dap"
 4003version = "0.1.0"
 4004dependencies = [
 4005 "anyhow",
 4006 "async-compression",
 4007 "async-pipe",
 4008 "async-tar",
 4009 "async-trait",
 4010 "client",
 4011 "collections",
 4012 "dap-types",
 4013 "env_logger 0.11.8",
 4014 "fs",
 4015 "futures 0.3.31",
 4016 "gpui",
 4017 "http_client",
 4018 "language",
 4019 "log",
 4020 "node_runtime",
 4021 "parking_lot",
 4022 "paths",
 4023 "proto",
 4024 "schemars",
 4025 "serde",
 4026 "serde_json",
 4027 "settings",
 4028 "smallvec",
 4029 "smol",
 4030 "task",
 4031 "util",
 4032 "workspace-hack",
 4033]
 4034
 4035[[package]]
 4036name = "dap-types"
 4037version = "0.0.1"
 4038source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
 4039dependencies = [
 4040 "schemars",
 4041 "serde",
 4042 "serde_json",
 4043]
 4044
 4045[[package]]
 4046name = "dap_adapters"
 4047version = "0.1.0"
 4048dependencies = [
 4049 "anyhow",
 4050 "async-trait",
 4051 "dap",
 4052 "futures 0.3.31",
 4053 "gpui",
 4054 "language",
 4055 "paths",
 4056 "serde",
 4057 "serde_json",
 4058 "task",
 4059 "util",
 4060 "workspace-hack",
 4061]
 4062
 4063[[package]]
 4064name = "darling"
 4065version = "0.20.11"
 4066source = "registry+https://github.com/rust-lang/crates.io-index"
 4067checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4068dependencies = [
 4069 "darling_core",
 4070 "darling_macro",
 4071]
 4072
 4073[[package]]
 4074name = "darling_core"
 4075version = "0.20.11"
 4076source = "registry+https://github.com/rust-lang/crates.io-index"
 4077checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4078dependencies = [
 4079 "fnv",
 4080 "ident_case",
 4081 "proc-macro2",
 4082 "quote",
 4083 "strsim",
 4084 "syn 2.0.101",
 4085]
 4086
 4087[[package]]
 4088name = "darling_macro"
 4089version = "0.20.11"
 4090source = "registry+https://github.com/rust-lang/crates.io-index"
 4091checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4092dependencies = [
 4093 "darling_core",
 4094 "quote",
 4095 "syn 2.0.101",
 4096]
 4097
 4098[[package]]
 4099name = "dashmap"
 4100version = "5.5.3"
 4101source = "registry+https://github.com/rust-lang/crates.io-index"
 4102checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4103dependencies = [
 4104 "cfg-if",
 4105 "hashbrown 0.14.5",
 4106 "lock_api",
 4107 "once_cell",
 4108 "parking_lot_core",
 4109]
 4110
 4111[[package]]
 4112name = "dashmap"
 4113version = "6.1.0"
 4114source = "registry+https://github.com/rust-lang/crates.io-index"
 4115checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4116dependencies = [
 4117 "cfg-if",
 4118 "crossbeam-utils",
 4119 "hashbrown 0.14.5",
 4120 "lock_api",
 4121 "once_cell",
 4122 "parking_lot_core",
 4123]
 4124
 4125[[package]]
 4126name = "dasp_sample"
 4127version = "0.11.0"
 4128source = "registry+https://github.com/rust-lang/crates.io-index"
 4129checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4130
 4131[[package]]
 4132name = "data-encoding"
 4133version = "2.9.0"
 4134source = "registry+https://github.com/rust-lang/crates.io-index"
 4135checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4136
 4137[[package]]
 4138name = "data-url"
 4139version = "0.3.1"
 4140source = "registry+https://github.com/rust-lang/crates.io-index"
 4141checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4142
 4143[[package]]
 4144name = "db"
 4145version = "0.1.0"
 4146dependencies = [
 4147 "anyhow",
 4148 "gpui",
 4149 "indoc",
 4150 "log",
 4151 "paths",
 4152 "release_channel",
 4153 "smol",
 4154 "sqlez",
 4155 "sqlez_macros",
 4156 "tempfile",
 4157 "util",
 4158 "workspace-hack",
 4159]
 4160
 4161[[package]]
 4162name = "dbus"
 4163version = "0.9.7"
 4164source = "registry+https://github.com/rust-lang/crates.io-index"
 4165checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4166dependencies = [
 4167 "libc",
 4168 "libdbus-sys",
 4169 "winapi",
 4170]
 4171
 4172[[package]]
 4173name = "debug_adapter_extension"
 4174version = "0.1.0"
 4175dependencies = [
 4176 "anyhow",
 4177 "async-trait",
 4178 "dap",
 4179 "extension",
 4180 "gpui",
 4181 "workspace-hack",
 4182]
 4183
 4184[[package]]
 4185name = "debugger_tools"
 4186version = "0.1.0"
 4187dependencies = [
 4188 "anyhow",
 4189 "dap",
 4190 "editor",
 4191 "futures 0.3.31",
 4192 "gpui",
 4193 "project",
 4194 "serde_json",
 4195 "settings",
 4196 "smol",
 4197 "util",
 4198 "workspace",
 4199 "workspace-hack",
 4200]
 4201
 4202[[package]]
 4203name = "debugger_ui"
 4204version = "0.1.0"
 4205dependencies = [
 4206 "anyhow",
 4207 "client",
 4208 "collections",
 4209 "command_palette_hooks",
 4210 "dap",
 4211 "dap_adapters",
 4212 "db",
 4213 "debugger_tools",
 4214 "editor",
 4215 "env_logger 0.11.8",
 4216 "feature_flags",
 4217 "file_icons",
 4218 "futures 0.3.31",
 4219 "fuzzy",
 4220 "gpui",
 4221 "language",
 4222 "log",
 4223 "menu",
 4224 "parking_lot",
 4225 "paths",
 4226 "picker",
 4227 "pretty_assertions",
 4228 "project",
 4229 "rpc",
 4230 "serde",
 4231 "serde_json",
 4232 "settings",
 4233 "shlex",
 4234 "sysinfo",
 4235 "task",
 4236 "tasks_ui",
 4237 "terminal_view",
 4238 "theme",
 4239 "ui",
 4240 "unindent",
 4241 "util",
 4242 "workspace",
 4243 "workspace-hack",
 4244]
 4245
 4246[[package]]
 4247name = "deepseek"
 4248version = "0.1.0"
 4249dependencies = [
 4250 "anyhow",
 4251 "futures 0.3.31",
 4252 "http_client",
 4253 "schemars",
 4254 "serde",
 4255 "serde_json",
 4256 "workspace-hack",
 4257]
 4258
 4259[[package]]
 4260name = "deflate64"
 4261version = "0.1.9"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4264
 4265[[package]]
 4266name = "der"
 4267version = "0.6.1"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4270dependencies = [
 4271 "const-oid",
 4272 "zeroize",
 4273]
 4274
 4275[[package]]
 4276name = "der"
 4277version = "0.7.10"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4280dependencies = [
 4281 "const-oid",
 4282 "pem-rfc7468",
 4283 "zeroize",
 4284]
 4285
 4286[[package]]
 4287name = "deranged"
 4288version = "0.4.0"
 4289source = "registry+https://github.com/rust-lang/crates.io-index"
 4290checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4291dependencies = [
 4292 "powerfmt",
 4293 "serde",
 4294]
 4295
 4296[[package]]
 4297name = "derive_builder"
 4298version = "0.20.2"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4301dependencies = [
 4302 "derive_builder_macro",
 4303]
 4304
 4305[[package]]
 4306name = "derive_builder_core"
 4307version = "0.20.2"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4310dependencies = [
 4311 "darling",
 4312 "proc-macro2",
 4313 "quote",
 4314 "syn 2.0.101",
 4315]
 4316
 4317[[package]]
 4318name = "derive_builder_macro"
 4319version = "0.20.2"
 4320source = "registry+https://github.com/rust-lang/crates.io-index"
 4321checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4322dependencies = [
 4323 "derive_builder_core",
 4324 "syn 2.0.101",
 4325]
 4326
 4327[[package]]
 4328name = "derive_more"
 4329version = "0.99.19"
 4330source = "registry+https://github.com/rust-lang/crates.io-index"
 4331checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4332dependencies = [
 4333 "convert_case 0.4.0",
 4334 "proc-macro2",
 4335 "quote",
 4336 "rustc_version",
 4337 "syn 2.0.101",
 4338]
 4339
 4340[[package]]
 4341name = "derive_refineable"
 4342version = "0.1.0"
 4343dependencies = [
 4344 "proc-macro2",
 4345 "quote",
 4346 "syn 1.0.109",
 4347 "workspace-hack",
 4348]
 4349
 4350[[package]]
 4351name = "diagnostics"
 4352version = "0.1.0"
 4353dependencies = [
 4354 "anyhow",
 4355 "client",
 4356 "collections",
 4357 "component",
 4358 "ctor",
 4359 "editor",
 4360 "env_logger 0.11.8",
 4361 "futures 0.3.31",
 4362 "gpui",
 4363 "indoc",
 4364 "language",
 4365 "log",
 4366 "lsp",
 4367 "markdown",
 4368 "pretty_assertions",
 4369 "project",
 4370 "rand 0.8.5",
 4371 "serde",
 4372 "serde_json",
 4373 "settings",
 4374 "text",
 4375 "theme",
 4376 "ui",
 4377 "unindent",
 4378 "util",
 4379 "workspace",
 4380 "workspace-hack",
 4381]
 4382
 4383[[package]]
 4384name = "dialoguer"
 4385version = "0.11.0"
 4386source = "registry+https://github.com/rust-lang/crates.io-index"
 4387checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4388dependencies = [
 4389 "console",
 4390 "fuzzy-matcher",
 4391 "shell-words",
 4392 "tempfile",
 4393 "thiserror 1.0.69",
 4394 "zeroize",
 4395]
 4396
 4397[[package]]
 4398name = "diff"
 4399version = "0.1.13"
 4400source = "registry+https://github.com/rust-lang/crates.io-index"
 4401checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4402
 4403[[package]]
 4404name = "digest"
 4405version = "0.10.7"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4408dependencies = [
 4409 "block-buffer",
 4410 "const-oid",
 4411 "crypto-common",
 4412 "subtle",
 4413]
 4414
 4415[[package]]
 4416name = "dirs"
 4417version = "4.0.0"
 4418source = "registry+https://github.com/rust-lang/crates.io-index"
 4419checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4420dependencies = [
 4421 "dirs-sys 0.3.7",
 4422]
 4423
 4424[[package]]
 4425name = "dirs"
 4426version = "5.0.1"
 4427source = "registry+https://github.com/rust-lang/crates.io-index"
 4428checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4429dependencies = [
 4430 "dirs-sys 0.4.1",
 4431]
 4432
 4433[[package]]
 4434name = "dirs"
 4435version = "6.0.0"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4438dependencies = [
 4439 "dirs-sys 0.5.0",
 4440]
 4441
 4442[[package]]
 4443name = "dirs-sys"
 4444version = "0.3.7"
 4445source = "registry+https://github.com/rust-lang/crates.io-index"
 4446checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4447dependencies = [
 4448 "libc",
 4449 "redox_users 0.4.6",
 4450 "winapi",
 4451]
 4452
 4453[[package]]
 4454name = "dirs-sys"
 4455version = "0.4.1"
 4456source = "registry+https://github.com/rust-lang/crates.io-index"
 4457checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4458dependencies = [
 4459 "libc",
 4460 "option-ext",
 4461 "redox_users 0.4.6",
 4462 "windows-sys 0.48.0",
 4463]
 4464
 4465[[package]]
 4466name = "dirs-sys"
 4467version = "0.5.0"
 4468source = "registry+https://github.com/rust-lang/crates.io-index"
 4469checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4470dependencies = [
 4471 "libc",
 4472 "option-ext",
 4473 "redox_users 0.5.0",
 4474 "windows-sys 0.59.0",
 4475]
 4476
 4477[[package]]
 4478name = "dispatch"
 4479version = "0.2.0"
 4480source = "registry+https://github.com/rust-lang/crates.io-index"
 4481checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4482
 4483[[package]]
 4484name = "dispatch2"
 4485version = "0.3.0"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4488dependencies = [
 4489 "bitflags 2.9.0",
 4490 "objc2",
 4491]
 4492
 4493[[package]]
 4494name = "displaydoc"
 4495version = "0.2.5"
 4496source = "registry+https://github.com/rust-lang/crates.io-index"
 4497checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4498dependencies = [
 4499 "proc-macro2",
 4500 "quote",
 4501 "syn 2.0.101",
 4502]
 4503
 4504[[package]]
 4505name = "dlib"
 4506version = "0.5.2"
 4507source = "registry+https://github.com/rust-lang/crates.io-index"
 4508checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4509dependencies = [
 4510 "libloading",
 4511]
 4512
 4513[[package]]
 4514name = "docs_preprocessor"
 4515version = "0.1.0"
 4516dependencies = [
 4517 "anyhow",
 4518 "clap",
 4519 "mdbook",
 4520 "regex",
 4521 "serde",
 4522 "serde_json",
 4523 "settings",
 4524 "util",
 4525 "workspace-hack",
 4526]
 4527
 4528[[package]]
 4529name = "documented"
 4530version = "0.9.1"
 4531source = "registry+https://github.com/rust-lang/crates.io-index"
 4532checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4533dependencies = [
 4534 "documented-macros",
 4535 "phf",
 4536 "thiserror 1.0.69",
 4537]
 4538
 4539[[package]]
 4540name = "documented-macros"
 4541version = "0.9.1"
 4542source = "registry+https://github.com/rust-lang/crates.io-index"
 4543checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4544dependencies = [
 4545 "convert_case 0.6.0",
 4546 "itertools 0.13.0",
 4547 "optfield",
 4548 "proc-macro2",
 4549 "quote",
 4550 "strum 0.26.3",
 4551 "syn 2.0.101",
 4552]
 4553
 4554[[package]]
 4555name = "dotenv"
 4556version = "0.15.0"
 4557source = "registry+https://github.com/rust-lang/crates.io-index"
 4558checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4559
 4560[[package]]
 4561name = "dotenvy"
 4562version = "0.15.7"
 4563source = "registry+https://github.com/rust-lang/crates.io-index"
 4564checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4565
 4566[[package]]
 4567name = "downcast-rs"
 4568version = "1.2.1"
 4569source = "registry+https://github.com/rust-lang/crates.io-index"
 4570checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4571
 4572[[package]]
 4573name = "doxygen-rs"
 4574version = "0.4.2"
 4575source = "registry+https://github.com/rust-lang/crates.io-index"
 4576checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4577dependencies = [
 4578 "phf",
 4579]
 4580
 4581[[package]]
 4582name = "dtoa"
 4583version = "1.0.10"
 4584source = "registry+https://github.com/rust-lang/crates.io-index"
 4585checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4586
 4587[[package]]
 4588name = "dtoa-short"
 4589version = "0.3.5"
 4590source = "registry+https://github.com/rust-lang/crates.io-index"
 4591checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4592dependencies = [
 4593 "dtoa",
 4594]
 4595
 4596[[package]]
 4597name = "dtor"
 4598version = "0.0.6"
 4599source = "registry+https://github.com/rust-lang/crates.io-index"
 4600checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4601dependencies = [
 4602 "dtor-proc-macro",
 4603]
 4604
 4605[[package]]
 4606name = "dtor-proc-macro"
 4607version = "0.0.5"
 4608source = "registry+https://github.com/rust-lang/crates.io-index"
 4609checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4610
 4611[[package]]
 4612name = "dunce"
 4613version = "1.0.5"
 4614source = "registry+https://github.com/rust-lang/crates.io-index"
 4615checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4616
 4617[[package]]
 4618name = "dwrote"
 4619version = "0.11.3"
 4620source = "registry+https://github.com/rust-lang/crates.io-index"
 4621checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4622dependencies = [
 4623 "lazy_static",
 4624 "libc",
 4625 "winapi",
 4626 "wio",
 4627]
 4628
 4629[[package]]
 4630name = "dyn-clone"
 4631version = "1.0.19"
 4632source = "registry+https://github.com/rust-lang/crates.io-index"
 4633checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4634
 4635[[package]]
 4636name = "ec4rs"
 4637version = "1.2.0"
 4638source = "registry+https://github.com/rust-lang/crates.io-index"
 4639checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4640
 4641[[package]]
 4642name = "ecdsa"
 4643version = "0.14.8"
 4644source = "registry+https://github.com/rust-lang/crates.io-index"
 4645checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4646dependencies = [
 4647 "der 0.6.1",
 4648 "elliptic-curve",
 4649 "rfc6979",
 4650 "signature 1.6.4",
 4651]
 4652
 4653[[package]]
 4654name = "editor"
 4655version = "0.1.0"
 4656dependencies = [
 4657 "aho-corasick",
 4658 "anyhow",
 4659 "assets",
 4660 "buffer_diff",
 4661 "client",
 4662 "clock",
 4663 "collections",
 4664 "command_palette_hooks",
 4665 "convert_case 0.8.0",
 4666 "ctor",
 4667 "db",
 4668 "emojis",
 4669 "env_logger 0.11.8",
 4670 "feature_flags",
 4671 "file_icons",
 4672 "fs",
 4673 "futures 0.3.31",
 4674 "fuzzy",
 4675 "git",
 4676 "gpui",
 4677 "http_client",
 4678 "indoc",
 4679 "inline_completion",
 4680 "itertools 0.14.0",
 4681 "language",
 4682 "languages",
 4683 "linkify",
 4684 "log",
 4685 "lsp",
 4686 "markdown",
 4687 "menu",
 4688 "multi_buffer",
 4689 "ordered-float 2.10.1",
 4690 "parking_lot",
 4691 "pretty_assertions",
 4692 "project",
 4693 "rand 0.8.5",
 4694 "release_channel",
 4695 "rpc",
 4696 "schemars",
 4697 "serde",
 4698 "serde_json",
 4699 "settings",
 4700 "smallvec",
 4701 "smol",
 4702 "snippet",
 4703 "sum_tree",
 4704 "task",
 4705 "telemetry",
 4706 "tempfile",
 4707 "text",
 4708 "theme",
 4709 "time",
 4710 "tree-sitter-html",
 4711 "tree-sitter-python",
 4712 "tree-sitter-rust",
 4713 "tree-sitter-typescript",
 4714 "ui",
 4715 "unicode-script",
 4716 "unicode-segmentation",
 4717 "unindent",
 4718 "url",
 4719 "util",
 4720 "uuid",
 4721 "workspace",
 4722 "workspace-hack",
 4723 "zed_actions",
 4724]
 4725
 4726[[package]]
 4727name = "either"
 4728version = "1.15.0"
 4729source = "registry+https://github.com/rust-lang/crates.io-index"
 4730checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4731dependencies = [
 4732 "serde",
 4733]
 4734
 4735[[package]]
 4736name = "elasticlunr-rs"
 4737version = "3.0.2"
 4738source = "registry+https://github.com/rust-lang/crates.io-index"
 4739checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4740dependencies = [
 4741 "regex",
 4742 "serde",
 4743 "serde_derive",
 4744 "serde_json",
 4745]
 4746
 4747[[package]]
 4748name = "elliptic-curve"
 4749version = "0.12.3"
 4750source = "registry+https://github.com/rust-lang/crates.io-index"
 4751checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4752dependencies = [
 4753 "base16ct",
 4754 "crypto-bigint 0.4.9",
 4755 "der 0.6.1",
 4756 "digest",
 4757 "ff",
 4758 "generic-array",
 4759 "group",
 4760 "pkcs8 0.9.0",
 4761 "rand_core 0.6.4",
 4762 "sec1",
 4763 "subtle",
 4764 "zeroize",
 4765]
 4766
 4767[[package]]
 4768name = "email_address"
 4769version = "0.2.9"
 4770source = "registry+https://github.com/rust-lang/crates.io-index"
 4771checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4772dependencies = [
 4773 "serde",
 4774]
 4775
 4776[[package]]
 4777name = "embed-resource"
 4778version = "3.0.2"
 4779source = "registry+https://github.com/rust-lang/crates.io-index"
 4780checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4781dependencies = [
 4782 "cc",
 4783 "memchr",
 4784 "rustc_version",
 4785 "toml 0.8.20",
 4786 "vswhom",
 4787 "winreg 0.52.0",
 4788]
 4789
 4790[[package]]
 4791name = "embedded-io"
 4792version = "0.4.0"
 4793source = "registry+https://github.com/rust-lang/crates.io-index"
 4794checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4795
 4796[[package]]
 4797name = "embedded-io"
 4798version = "0.6.1"
 4799source = "registry+https://github.com/rust-lang/crates.io-index"
 4800checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4801
 4802[[package]]
 4803name = "emojis"
 4804version = "0.6.4"
 4805source = "registry+https://github.com/rust-lang/crates.io-index"
 4806checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4807dependencies = [
 4808 "phf",
 4809]
 4810
 4811[[package]]
 4812name = "encode_unicode"
 4813version = "1.0.0"
 4814source = "registry+https://github.com/rust-lang/crates.io-index"
 4815checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4816
 4817[[package]]
 4818name = "encoding_rs"
 4819version = "0.8.35"
 4820source = "registry+https://github.com/rust-lang/crates.io-index"
 4821checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4822dependencies = [
 4823 "cfg-if",
 4824]
 4825
 4826[[package]]
 4827name = "endi"
 4828version = "1.1.0"
 4829source = "registry+https://github.com/rust-lang/crates.io-index"
 4830checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4831
 4832[[package]]
 4833name = "enumflags2"
 4834version = "0.7.11"
 4835source = "registry+https://github.com/rust-lang/crates.io-index"
 4836checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4837dependencies = [
 4838 "enumflags2_derive",
 4839 "serde",
 4840]
 4841
 4842[[package]]
 4843name = "enumflags2_derive"
 4844version = "0.7.11"
 4845source = "registry+https://github.com/rust-lang/crates.io-index"
 4846checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4847dependencies = [
 4848 "proc-macro2",
 4849 "quote",
 4850 "syn 2.0.101",
 4851]
 4852
 4853[[package]]
 4854name = "env_filter"
 4855version = "0.1.3"
 4856source = "registry+https://github.com/rust-lang/crates.io-index"
 4857checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4858dependencies = [
 4859 "log",
 4860 "regex",
 4861]
 4862
 4863[[package]]
 4864name = "env_logger"
 4865version = "0.10.2"
 4866source = "registry+https://github.com/rust-lang/crates.io-index"
 4867checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4868dependencies = [
 4869 "humantime",
 4870 "is-terminal",
 4871 "log",
 4872 "regex",
 4873 "termcolor",
 4874]
 4875
 4876[[package]]
 4877name = "env_logger"
 4878version = "0.11.8"
 4879source = "registry+https://github.com/rust-lang/crates.io-index"
 4880checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4881dependencies = [
 4882 "anstream",
 4883 "anstyle",
 4884 "env_filter",
 4885 "jiff",
 4886 "log",
 4887]
 4888
 4889[[package]]
 4890name = "envy"
 4891version = "0.4.2"
 4892source = "registry+https://github.com/rust-lang/crates.io-index"
 4893checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4894dependencies = [
 4895 "serde",
 4896]
 4897
 4898[[package]]
 4899name = "equivalent"
 4900version = "1.0.2"
 4901source = "registry+https://github.com/rust-lang/crates.io-index"
 4902checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4903
 4904[[package]]
 4905name = "erased-serde"
 4906version = "0.4.6"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4909dependencies = [
 4910 "serde",
 4911 "typeid",
 4912]
 4913
 4914[[package]]
 4915name = "errno"
 4916version = "0.2.8"
 4917source = "registry+https://github.com/rust-lang/crates.io-index"
 4918checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4919dependencies = [
 4920 "errno-dragonfly",
 4921 "libc",
 4922 "winapi",
 4923]
 4924
 4925[[package]]
 4926name = "errno"
 4927version = "0.3.11"
 4928source = "registry+https://github.com/rust-lang/crates.io-index"
 4929checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4930dependencies = [
 4931 "libc",
 4932 "windows-sys 0.59.0",
 4933]
 4934
 4935[[package]]
 4936name = "errno-dragonfly"
 4937version = "0.1.2"
 4938source = "registry+https://github.com/rust-lang/crates.io-index"
 4939checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4940dependencies = [
 4941 "cc",
 4942 "libc",
 4943]
 4944
 4945[[package]]
 4946name = "etagere"
 4947version = "0.2.15"
 4948source = "registry+https://github.com/rust-lang/crates.io-index"
 4949checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4950dependencies = [
 4951 "euclid",
 4952 "svg_fmt",
 4953]
 4954
 4955[[package]]
 4956name = "etcetera"
 4957version = "0.8.0"
 4958source = "registry+https://github.com/rust-lang/crates.io-index"
 4959checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4960dependencies = [
 4961 "cfg-if",
 4962 "home",
 4963 "windows-sys 0.48.0",
 4964]
 4965
 4966[[package]]
 4967name = "euclid"
 4968version = "0.22.11"
 4969source = "registry+https://github.com/rust-lang/crates.io-index"
 4970checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4971dependencies = [
 4972 "num-traits",
 4973]
 4974
 4975[[package]]
 4976name = "eval"
 4977version = "0.1.0"
 4978dependencies = [
 4979 "agent",
 4980 "anyhow",
 4981 "assistant_settings",
 4982 "assistant_tool",
 4983 "assistant_tools",
 4984 "async-trait",
 4985 "async-watch",
 4986 "buffer_diff",
 4987 "chrono",
 4988 "clap",
 4989 "client",
 4990 "collections",
 4991 "debug_adapter_extension",
 4992 "dirs 4.0.0",
 4993 "dotenv",
 4994 "env_logger 0.11.8",
 4995 "extension",
 4996 "fs",
 4997 "futures 0.3.31",
 4998 "gpui",
 4999 "gpui_tokio",
 5000 "handlebars 4.5.0",
 5001 "language",
 5002 "language_extension",
 5003 "language_model",
 5004 "language_models",
 5005 "languages",
 5006 "markdown",
 5007 "node_runtime",
 5008 "pathdiff",
 5009 "paths",
 5010 "pretty_assertions",
 5011 "project",
 5012 "prompt_store",
 5013 "regex",
 5014 "release_channel",
 5015 "reqwest_client",
 5016 "serde",
 5017 "serde_json",
 5018 "settings",
 5019 "shellexpand 2.1.2",
 5020 "smol",
 5021 "telemetry",
 5022 "terminal_view",
 5023 "toml 0.8.20",
 5024 "unindent",
 5025 "util",
 5026 "uuid",
 5027 "workspace-hack",
 5028]
 5029
 5030[[package]]
 5031name = "event-listener"
 5032version = "2.5.3"
 5033source = "registry+https://github.com/rust-lang/crates.io-index"
 5034checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5035
 5036[[package]]
 5037name = "event-listener"
 5038version = "5.4.0"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5041dependencies = [
 5042 "concurrent-queue",
 5043 "parking",
 5044 "pin-project-lite",
 5045]
 5046
 5047[[package]]
 5048name = "event-listener-strategy"
 5049version = "0.5.4"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5052dependencies = [
 5053 "event-listener 5.4.0",
 5054 "pin-project-lite",
 5055]
 5056
 5057[[package]]
 5058name = "exec"
 5059version = "0.3.1"
 5060source = "registry+https://github.com/rust-lang/crates.io-index"
 5061checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5062dependencies = [
 5063 "errno 0.2.8",
 5064 "libc",
 5065]
 5066
 5067[[package]]
 5068name = "exr"
 5069version = "1.73.0"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5072dependencies = [
 5073 "bit_field",
 5074 "half",
 5075 "lebe",
 5076 "miniz_oxide",
 5077 "rayon-core",
 5078 "smallvec",
 5079 "zune-inflate",
 5080]
 5081
 5082[[package]]
 5083name = "extension"
 5084version = "0.1.0"
 5085dependencies = [
 5086 "anyhow",
 5087 "async-compression",
 5088 "async-tar",
 5089 "async-trait",
 5090 "collections",
 5091 "dap",
 5092 "fs",
 5093 "futures 0.3.31",
 5094 "gpui",
 5095 "heck 0.5.0",
 5096 "http_client",
 5097 "language",
 5098 "log",
 5099 "lsp",
 5100 "parking_lot",
 5101 "semantic_version",
 5102 "serde",
 5103 "serde_json",
 5104 "task",
 5105 "toml 0.8.20",
 5106 "util",
 5107 "wasi-preview1-component-adapter-provider",
 5108 "wasm-encoder 0.221.3",
 5109 "wasmparser 0.221.3",
 5110 "wit-component 0.221.3",
 5111 "workspace-hack",
 5112]
 5113
 5114[[package]]
 5115name = "extension_cli"
 5116version = "0.1.0"
 5117dependencies = [
 5118 "anyhow",
 5119 "clap",
 5120 "env_logger 0.11.8",
 5121 "extension",
 5122 "fs",
 5123 "gpui",
 5124 "language",
 5125 "log",
 5126 "reqwest_client",
 5127 "rpc",
 5128 "serde",
 5129 "serde_json",
 5130 "theme",
 5131 "tokio",
 5132 "toml 0.8.20",
 5133 "tree-sitter",
 5134 "wasmtime",
 5135 "workspace-hack",
 5136]
 5137
 5138[[package]]
 5139name = "extension_host"
 5140version = "0.1.0"
 5141dependencies = [
 5142 "anyhow",
 5143 "async-compression",
 5144 "async-tar",
 5145 "async-trait",
 5146 "client",
 5147 "collections",
 5148 "criterion",
 5149 "ctor",
 5150 "dap",
 5151 "env_logger 0.11.8",
 5152 "extension",
 5153 "fs",
 5154 "futures 0.3.31",
 5155 "gpui",
 5156 "http_client",
 5157 "language",
 5158 "language_extension",
 5159 "log",
 5160 "lsp",
 5161 "moka",
 5162 "node_runtime",
 5163 "parking_lot",
 5164 "paths",
 5165 "project",
 5166 "rand 0.8.5",
 5167 "release_channel",
 5168 "remote",
 5169 "reqwest_client",
 5170 "schemars",
 5171 "semantic_version",
 5172 "serde",
 5173 "serde_json",
 5174 "serde_json_lenient",
 5175 "settings",
 5176 "task",
 5177 "telemetry",
 5178 "tempfile",
 5179 "theme",
 5180 "theme_extension",
 5181 "toml 0.8.20",
 5182 "url",
 5183 "util",
 5184 "wasmparser 0.221.3",
 5185 "wasmtime",
 5186 "wasmtime-wasi",
 5187 "workspace-hack",
 5188]
 5189
 5190[[package]]
 5191name = "extensions_ui"
 5192version = "0.1.0"
 5193dependencies = [
 5194 "anyhow",
 5195 "client",
 5196 "collections",
 5197 "db",
 5198 "editor",
 5199 "extension",
 5200 "extension_host",
 5201 "fs",
 5202 "fuzzy",
 5203 "gpui",
 5204 "language",
 5205 "log",
 5206 "num-format",
 5207 "picker",
 5208 "project",
 5209 "release_channel",
 5210 "semantic_version",
 5211 "serde",
 5212 "settings",
 5213 "smallvec",
 5214 "strum 0.27.1",
 5215 "telemetry",
 5216 "theme",
 5217 "ui",
 5218 "util",
 5219 "vim_mode_setting",
 5220 "workspace",
 5221 "workspace-hack",
 5222 "zed_actions",
 5223]
 5224
 5225[[package]]
 5226name = "fallible-iterator"
 5227version = "0.3.0"
 5228source = "registry+https://github.com/rust-lang/crates.io-index"
 5229checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5230
 5231[[package]]
 5232name = "fancy-regex"
 5233version = "0.13.0"
 5234source = "registry+https://github.com/rust-lang/crates.io-index"
 5235checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5236dependencies = [
 5237 "bit-set 0.5.3",
 5238 "regex-automata 0.4.9",
 5239 "regex-syntax 0.8.5",
 5240]
 5241
 5242[[package]]
 5243name = "fancy-regex"
 5244version = "0.14.0"
 5245source = "registry+https://github.com/rust-lang/crates.io-index"
 5246checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5247dependencies = [
 5248 "bit-set 0.8.0",
 5249 "regex-automata 0.4.9",
 5250 "regex-syntax 0.8.5",
 5251]
 5252
 5253[[package]]
 5254name = "fast-srgb8"
 5255version = "1.0.0"
 5256source = "registry+https://github.com/rust-lang/crates.io-index"
 5257checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5258
 5259[[package]]
 5260name = "faster-hex"
 5261version = "0.9.0"
 5262source = "registry+https://github.com/rust-lang/crates.io-index"
 5263checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5264dependencies = [
 5265 "serde",
 5266]
 5267
 5268[[package]]
 5269name = "faster-hex"
 5270version = "0.10.0"
 5271source = "registry+https://github.com/rust-lang/crates.io-index"
 5272checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5273dependencies = [
 5274 "heapless",
 5275 "serde",
 5276]
 5277
 5278[[package]]
 5279name = "fastrand"
 5280version = "1.9.0"
 5281source = "registry+https://github.com/rust-lang/crates.io-index"
 5282checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5283dependencies = [
 5284 "instant",
 5285]
 5286
 5287[[package]]
 5288name = "fastrand"
 5289version = "2.3.0"
 5290source = "registry+https://github.com/rust-lang/crates.io-index"
 5291checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5292
 5293[[package]]
 5294name = "fd-lock"
 5295version = "4.0.4"
 5296source = "registry+https://github.com/rust-lang/crates.io-index"
 5297checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5298dependencies = [
 5299 "cfg-if",
 5300 "rustix 1.0.7",
 5301 "windows-sys 0.59.0",
 5302]
 5303
 5304[[package]]
 5305name = "fdeflate"
 5306version = "0.3.7"
 5307source = "registry+https://github.com/rust-lang/crates.io-index"
 5308checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5309dependencies = [
 5310 "simd-adler32",
 5311]
 5312
 5313[[package]]
 5314name = "feature_flags"
 5315version = "0.1.0"
 5316dependencies = [
 5317 "futures 0.3.31",
 5318 "gpui",
 5319 "smol",
 5320 "workspace-hack",
 5321]
 5322
 5323[[package]]
 5324name = "feedback"
 5325version = "0.1.0"
 5326dependencies = [
 5327 "client",
 5328 "editor",
 5329 "gpui",
 5330 "human_bytes",
 5331 "menu",
 5332 "release_channel",
 5333 "serde",
 5334 "sysinfo",
 5335 "ui",
 5336 "urlencoding",
 5337 "util",
 5338 "workspace",
 5339 "workspace-hack",
 5340 "zed_actions",
 5341]
 5342
 5343[[package]]
 5344name = "ff"
 5345version = "0.12.1"
 5346source = "registry+https://github.com/rust-lang/crates.io-index"
 5347checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5348dependencies = [
 5349 "rand_core 0.6.4",
 5350 "subtle",
 5351]
 5352
 5353[[package]]
 5354name = "file_finder"
 5355version = "0.1.0"
 5356dependencies = [
 5357 "anyhow",
 5358 "collections",
 5359 "ctor",
 5360 "editor",
 5361 "env_logger 0.11.8",
 5362 "file_icons",
 5363 "futures 0.3.31",
 5364 "fuzzy",
 5365 "gpui",
 5366 "language",
 5367 "menu",
 5368 "picker",
 5369 "project",
 5370 "schemars",
 5371 "serde",
 5372 "serde_derive",
 5373 "serde_json",
 5374 "settings",
 5375 "text",
 5376 "theme",
 5377 "ui",
 5378 "util",
 5379 "workspace",
 5380 "workspace-hack",
 5381]
 5382
 5383[[package]]
 5384name = "file_icons"
 5385version = "0.1.0"
 5386dependencies = [
 5387 "gpui",
 5388 "serde",
 5389 "settings",
 5390 "theme",
 5391 "util",
 5392 "workspace-hack",
 5393]
 5394
 5395[[package]]
 5396name = "filedescriptor"
 5397version = "0.8.3"
 5398source = "registry+https://github.com/rust-lang/crates.io-index"
 5399checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5400dependencies = [
 5401 "libc",
 5402 "thiserror 1.0.69",
 5403 "winapi",
 5404]
 5405
 5406[[package]]
 5407name = "filetime"
 5408version = "0.2.25"
 5409source = "registry+https://github.com/rust-lang/crates.io-index"
 5410checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5411dependencies = [
 5412 "cfg-if",
 5413 "libc",
 5414 "libredox",
 5415 "windows-sys 0.59.0",
 5416]
 5417
 5418[[package]]
 5419name = "fixedbitset"
 5420version = "0.4.2"
 5421source = "registry+https://github.com/rust-lang/crates.io-index"
 5422checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5423
 5424[[package]]
 5425name = "flate2"
 5426version = "1.1.1"
 5427source = "registry+https://github.com/rust-lang/crates.io-index"
 5428checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5429dependencies = [
 5430 "crc32fast",
 5431 "libz-rs-sys",
 5432 "miniz_oxide",
 5433]
 5434
 5435[[package]]
 5436name = "float-cmp"
 5437version = "0.9.0"
 5438source = "registry+https://github.com/rust-lang/crates.io-index"
 5439checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5440
 5441[[package]]
 5442name = "float-ord"
 5443version = "0.3.2"
 5444source = "registry+https://github.com/rust-lang/crates.io-index"
 5445checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5446
 5447[[package]]
 5448name = "float_next_after"
 5449version = "1.0.0"
 5450source = "registry+https://github.com/rust-lang/crates.io-index"
 5451checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5452
 5453[[package]]
 5454name = "fluent-uri"
 5455version = "0.3.2"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5458dependencies = [
 5459 "borrow-or-share",
 5460 "ref-cast",
 5461 "serde",
 5462]
 5463
 5464[[package]]
 5465name = "flume"
 5466version = "0.11.1"
 5467source = "registry+https://github.com/rust-lang/crates.io-index"
 5468checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5469dependencies = [
 5470 "futures-core",
 5471 "futures-sink",
 5472 "nanorand",
 5473 "spin",
 5474]
 5475
 5476[[package]]
 5477name = "fnv"
 5478version = "1.0.7"
 5479source = "registry+https://github.com/rust-lang/crates.io-index"
 5480checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5481
 5482[[package]]
 5483name = "foldhash"
 5484version = "0.1.5"
 5485source = "registry+https://github.com/rust-lang/crates.io-index"
 5486checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5487
 5488[[package]]
 5489name = "font-kit"
 5490version = "0.14.1"
 5491source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5492dependencies = [
 5493 "bitflags 2.9.0",
 5494 "byteorder",
 5495 "core-foundation 0.10.0",
 5496 "core-graphics 0.24.0",
 5497 "core-text",
 5498 "dirs 5.0.1",
 5499 "dwrote",
 5500 "float-ord",
 5501 "freetype-sys",
 5502 "lazy_static",
 5503 "libc",
 5504 "log",
 5505 "pathfinder_geometry",
 5506 "pathfinder_simd",
 5507 "walkdir",
 5508 "winapi",
 5509 "yeslogic-fontconfig-sys",
 5510]
 5511
 5512[[package]]
 5513name = "font-types"
 5514version = "0.8.4"
 5515source = "registry+https://github.com/rust-lang/crates.io-index"
 5516checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5517dependencies = [
 5518 "bytemuck",
 5519]
 5520
 5521[[package]]
 5522name = "fontconfig-parser"
 5523version = "0.5.7"
 5524source = "registry+https://github.com/rust-lang/crates.io-index"
 5525checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5526dependencies = [
 5527 "roxmltree",
 5528]
 5529
 5530[[package]]
 5531name = "fontdb"
 5532version = "0.16.2"
 5533source = "registry+https://github.com/rust-lang/crates.io-index"
 5534checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5535dependencies = [
 5536 "fontconfig-parser",
 5537 "log",
 5538 "memmap2",
 5539 "slotmap",
 5540 "tinyvec",
 5541 "ttf-parser 0.20.0",
 5542]
 5543
 5544[[package]]
 5545name = "fontdb"
 5546version = "0.23.0"
 5547source = "registry+https://github.com/rust-lang/crates.io-index"
 5548checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5549dependencies = [
 5550 "fontconfig-parser",
 5551 "log",
 5552 "memmap2",
 5553 "slotmap",
 5554 "tinyvec",
 5555 "ttf-parser 0.25.1",
 5556]
 5557
 5558[[package]]
 5559name = "foreign-types"
 5560version = "0.3.2"
 5561source = "registry+https://github.com/rust-lang/crates.io-index"
 5562checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5563dependencies = [
 5564 "foreign-types-shared 0.1.1",
 5565]
 5566
 5567[[package]]
 5568name = "foreign-types"
 5569version = "0.5.0"
 5570source = "registry+https://github.com/rust-lang/crates.io-index"
 5571checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5572dependencies = [
 5573 "foreign-types-macros",
 5574 "foreign-types-shared 0.3.1",
 5575]
 5576
 5577[[package]]
 5578name = "foreign-types-macros"
 5579version = "0.2.3"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5582dependencies = [
 5583 "proc-macro2",
 5584 "quote",
 5585 "syn 2.0.101",
 5586]
 5587
 5588[[package]]
 5589name = "foreign-types-shared"
 5590version = "0.1.1"
 5591source = "registry+https://github.com/rust-lang/crates.io-index"
 5592checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5593
 5594[[package]]
 5595name = "foreign-types-shared"
 5596version = "0.3.1"
 5597source = "registry+https://github.com/rust-lang/crates.io-index"
 5598checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5599
 5600[[package]]
 5601name = "fork"
 5602version = "0.2.0"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5605dependencies = [
 5606 "libc",
 5607]
 5608
 5609[[package]]
 5610name = "form_urlencoded"
 5611version = "1.2.1"
 5612source = "registry+https://github.com/rust-lang/crates.io-index"
 5613checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5614dependencies = [
 5615 "percent-encoding",
 5616]
 5617
 5618[[package]]
 5619name = "fraction"
 5620version = "0.15.3"
 5621source = "registry+https://github.com/rust-lang/crates.io-index"
 5622checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5623dependencies = [
 5624 "lazy_static",
 5625 "num",
 5626]
 5627
 5628[[package]]
 5629name = "freetype-sys"
 5630version = "0.20.1"
 5631source = "registry+https://github.com/rust-lang/crates.io-index"
 5632checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5633dependencies = [
 5634 "cc",
 5635 "libc",
 5636 "pkg-config",
 5637]
 5638
 5639[[package]]
 5640name = "fs"
 5641version = "0.1.0"
 5642dependencies = [
 5643 "anyhow",
 5644 "ashpd",
 5645 "async-tar",
 5646 "async-trait",
 5647 "cocoa 0.26.0",
 5648 "collections",
 5649 "fsevent",
 5650 "futures 0.3.31",
 5651 "git",
 5652 "gpui",
 5653 "ignore",
 5654 "libc",
 5655 "log",
 5656 "notify",
 5657 "objc",
 5658 "parking_lot",
 5659 "paths",
 5660 "proto",
 5661 "rope",
 5662 "serde",
 5663 "serde_json",
 5664 "smol",
 5665 "tempfile",
 5666 "text",
 5667 "time",
 5668 "util",
 5669 "windows 0.61.1",
 5670 "workspace-hack",
 5671]
 5672
 5673[[package]]
 5674name = "fs-set-times"
 5675version = "0.20.3"
 5676source = "registry+https://github.com/rust-lang/crates.io-index"
 5677checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5678dependencies = [
 5679 "io-lifetimes",
 5680 "rustix 1.0.7",
 5681 "windows-sys 0.59.0",
 5682]
 5683
 5684[[package]]
 5685name = "fs2"
 5686version = "0.4.3"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5689dependencies = [
 5690 "libc",
 5691 "winapi",
 5692]
 5693
 5694[[package]]
 5695name = "fs_extra"
 5696version = "1.3.0"
 5697source = "registry+https://github.com/rust-lang/crates.io-index"
 5698checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5699
 5700[[package]]
 5701name = "fsevent"
 5702version = "0.1.0"
 5703dependencies = [
 5704 "bitflags 2.9.0",
 5705 "core-foundation 0.10.0",
 5706 "fsevent-sys 3.1.0",
 5707 "parking_lot",
 5708 "tempfile",
 5709 "workspace-hack",
 5710]
 5711
 5712[[package]]
 5713name = "fsevent-sys"
 5714version = "3.1.0"
 5715source = "registry+https://github.com/rust-lang/crates.io-index"
 5716checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5717dependencies = [
 5718 "libc",
 5719]
 5720
 5721[[package]]
 5722name = "fsevent-sys"
 5723version = "4.1.0"
 5724source = "registry+https://github.com/rust-lang/crates.io-index"
 5725checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5726dependencies = [
 5727 "libc",
 5728]
 5729
 5730[[package]]
 5731name = "funty"
 5732version = "2.0.0"
 5733source = "registry+https://github.com/rust-lang/crates.io-index"
 5734checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5735
 5736[[package]]
 5737name = "futf"
 5738version = "0.1.5"
 5739source = "registry+https://github.com/rust-lang/crates.io-index"
 5740checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5741dependencies = [
 5742 "mac",
 5743 "new_debug_unreachable",
 5744]
 5745
 5746[[package]]
 5747name = "futures"
 5748version = "0.1.31"
 5749source = "registry+https://github.com/rust-lang/crates.io-index"
 5750checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5751
 5752[[package]]
 5753name = "futures"
 5754version = "0.3.31"
 5755source = "registry+https://github.com/rust-lang/crates.io-index"
 5756checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5757dependencies = [
 5758 "futures-channel",
 5759 "futures-core",
 5760 "futures-executor",
 5761 "futures-io",
 5762 "futures-sink",
 5763 "futures-task",
 5764 "futures-util",
 5765]
 5766
 5767[[package]]
 5768name = "futures-batch"
 5769version = "0.6.1"
 5770source = "registry+https://github.com/rust-lang/crates.io-index"
 5771checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5772dependencies = [
 5773 "futures 0.3.31",
 5774 "futures-timer",
 5775 "pin-utils",
 5776]
 5777
 5778[[package]]
 5779name = "futures-channel"
 5780version = "0.3.31"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5783dependencies = [
 5784 "futures-core",
 5785 "futures-sink",
 5786]
 5787
 5788[[package]]
 5789name = "futures-core"
 5790version = "0.3.31"
 5791source = "registry+https://github.com/rust-lang/crates.io-index"
 5792checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5793
 5794[[package]]
 5795name = "futures-executor"
 5796version = "0.3.31"
 5797source = "registry+https://github.com/rust-lang/crates.io-index"
 5798checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5799dependencies = [
 5800 "futures-core",
 5801 "futures-task",
 5802 "futures-util",
 5803]
 5804
 5805[[package]]
 5806name = "futures-intrusive"
 5807version = "0.5.0"
 5808source = "registry+https://github.com/rust-lang/crates.io-index"
 5809checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5810dependencies = [
 5811 "futures-core",
 5812 "lock_api",
 5813 "parking_lot",
 5814]
 5815
 5816[[package]]
 5817name = "futures-io"
 5818version = "0.3.31"
 5819source = "registry+https://github.com/rust-lang/crates.io-index"
 5820checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5821
 5822[[package]]
 5823name = "futures-lite"
 5824version = "1.13.0"
 5825source = "registry+https://github.com/rust-lang/crates.io-index"
 5826checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5827dependencies = [
 5828 "fastrand 1.9.0",
 5829 "futures-core",
 5830 "futures-io",
 5831 "memchr",
 5832 "parking",
 5833 "pin-project-lite",
 5834 "waker-fn",
 5835]
 5836
 5837[[package]]
 5838name = "futures-lite"
 5839version = "2.6.0"
 5840source = "registry+https://github.com/rust-lang/crates.io-index"
 5841checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5842dependencies = [
 5843 "fastrand 2.3.0",
 5844 "futures-core",
 5845 "futures-io",
 5846 "parking",
 5847 "pin-project-lite",
 5848]
 5849
 5850[[package]]
 5851name = "futures-macro"
 5852version = "0.3.31"
 5853source = "registry+https://github.com/rust-lang/crates.io-index"
 5854checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5855dependencies = [
 5856 "proc-macro2",
 5857 "quote",
 5858 "syn 2.0.101",
 5859]
 5860
 5861[[package]]
 5862name = "futures-sink"
 5863version = "0.3.31"
 5864source = "registry+https://github.com/rust-lang/crates.io-index"
 5865checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5866
 5867[[package]]
 5868name = "futures-task"
 5869version = "0.3.31"
 5870source = "registry+https://github.com/rust-lang/crates.io-index"
 5871checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5872
 5873[[package]]
 5874name = "futures-timer"
 5875version = "3.0.3"
 5876source = "registry+https://github.com/rust-lang/crates.io-index"
 5877checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5878
 5879[[package]]
 5880name = "futures-util"
 5881version = "0.3.31"
 5882source = "registry+https://github.com/rust-lang/crates.io-index"
 5883checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5884dependencies = [
 5885 "futures 0.1.31",
 5886 "futures-channel",
 5887 "futures-core",
 5888 "futures-io",
 5889 "futures-macro",
 5890 "futures-sink",
 5891 "futures-task",
 5892 "memchr",
 5893 "pin-project-lite",
 5894 "pin-utils",
 5895 "slab",
 5896 "tokio-io",
 5897]
 5898
 5899[[package]]
 5900name = "fuzzy"
 5901version = "0.1.0"
 5902dependencies = [
 5903 "gpui",
 5904 "log",
 5905 "util",
 5906 "workspace-hack",
 5907]
 5908
 5909[[package]]
 5910name = "fuzzy-matcher"
 5911version = "0.3.7"
 5912source = "registry+https://github.com/rust-lang/crates.io-index"
 5913checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5914dependencies = [
 5915 "thread_local",
 5916]
 5917
 5918[[package]]
 5919name = "generator"
 5920version = "0.8.5"
 5921source = "registry+https://github.com/rust-lang/crates.io-index"
 5922checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 5923dependencies = [
 5924 "cc",
 5925 "cfg-if",
 5926 "libc",
 5927 "log",
 5928 "rustversion",
 5929 "windows 0.61.1",
 5930]
 5931
 5932[[package]]
 5933name = "generic-array"
 5934version = "0.14.7"
 5935source = "registry+https://github.com/rust-lang/crates.io-index"
 5936checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5937dependencies = [
 5938 "typenum",
 5939 "version_check",
 5940]
 5941
 5942[[package]]
 5943name = "gethostname"
 5944version = "0.4.3"
 5945source = "registry+https://github.com/rust-lang/crates.io-index"
 5946checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5947dependencies = [
 5948 "libc",
 5949 "windows-targets 0.48.5",
 5950]
 5951
 5952[[package]]
 5953name = "getrandom"
 5954version = "0.1.16"
 5955source = "registry+https://github.com/rust-lang/crates.io-index"
 5956checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5957dependencies = [
 5958 "cfg-if",
 5959 "libc",
 5960 "wasi 0.9.0+wasi-snapshot-preview1",
 5961]
 5962
 5963[[package]]
 5964name = "getrandom"
 5965version = "0.2.15"
 5966source = "registry+https://github.com/rust-lang/crates.io-index"
 5967checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5968dependencies = [
 5969 "cfg-if",
 5970 "js-sys",
 5971 "libc",
 5972 "wasi 0.11.0+wasi-snapshot-preview1",
 5973 "wasm-bindgen",
 5974]
 5975
 5976[[package]]
 5977name = "getrandom"
 5978version = "0.3.2"
 5979source = "registry+https://github.com/rust-lang/crates.io-index"
 5980checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5981dependencies = [
 5982 "cfg-if",
 5983 "js-sys",
 5984 "libc",
 5985 "r-efi",
 5986 "wasi 0.14.2+wasi-0.2.4",
 5987 "wasm-bindgen",
 5988]
 5989
 5990[[package]]
 5991name = "gif"
 5992version = "0.13.1"
 5993source = "registry+https://github.com/rust-lang/crates.io-index"
 5994checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5995dependencies = [
 5996 "color_quant",
 5997 "weezl",
 5998]
 5999
 6000[[package]]
 6001name = "gimli"
 6002version = "0.31.1"
 6003source = "registry+https://github.com/rust-lang/crates.io-index"
 6004checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6005dependencies = [
 6006 "fallible-iterator",
 6007 "indexmap",
 6008 "stable_deref_trait",
 6009]
 6010
 6011[[package]]
 6012name = "git"
 6013version = "0.1.0"
 6014dependencies = [
 6015 "anyhow",
 6016 "askpass",
 6017 "async-trait",
 6018 "collections",
 6019 "derive_more",
 6020 "futures 0.3.31",
 6021 "git2",
 6022 "gpui",
 6023 "http_client",
 6024 "log",
 6025 "parking_lot",
 6026 "pretty_assertions",
 6027 "regex",
 6028 "rope",
 6029 "schemars",
 6030 "serde",
 6031 "serde_json",
 6032 "smol",
 6033 "sum_tree",
 6034 "tempfile",
 6035 "text",
 6036 "thiserror 2.0.12",
 6037 "time",
 6038 "unindent",
 6039 "url",
 6040 "util",
 6041 "uuid",
 6042 "workspace-hack",
 6043]
 6044
 6045[[package]]
 6046name = "git2"
 6047version = "0.20.1"
 6048source = "registry+https://github.com/rust-lang/crates.io-index"
 6049checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6050dependencies = [
 6051 "bitflags 2.9.0",
 6052 "libc",
 6053 "libgit2-sys",
 6054 "log",
 6055 "url",
 6056]
 6057
 6058[[package]]
 6059name = "git_hosting_providers"
 6060version = "0.1.0"
 6061dependencies = [
 6062 "anyhow",
 6063 "async-trait",
 6064 "futures 0.3.31",
 6065 "git",
 6066 "gpui",
 6067 "http_client",
 6068 "indoc",
 6069 "pretty_assertions",
 6070 "regex",
 6071 "schemars",
 6072 "serde",
 6073 "serde_json",
 6074 "settings",
 6075 "url",
 6076 "util",
 6077 "workspace-hack",
 6078]
 6079
 6080[[package]]
 6081name = "git_ui"
 6082version = "0.1.0"
 6083dependencies = [
 6084 "anyhow",
 6085 "askpass",
 6086 "assistant_settings",
 6087 "buffer_diff",
 6088 "chrono",
 6089 "collections",
 6090 "command_palette_hooks",
 6091 "component",
 6092 "ctor",
 6093 "db",
 6094 "editor",
 6095 "env_logger 0.11.8",
 6096 "futures 0.3.31",
 6097 "fuzzy",
 6098 "git",
 6099 "gpui",
 6100 "itertools 0.14.0",
 6101 "language",
 6102 "language_model",
 6103 "linkify",
 6104 "log",
 6105 "markdown",
 6106 "menu",
 6107 "multi_buffer",
 6108 "notifications",
 6109 "panel",
 6110 "picker",
 6111 "postage",
 6112 "pretty_assertions",
 6113 "project",
 6114 "schemars",
 6115 "serde",
 6116 "serde_derive",
 6117 "serde_json",
 6118 "settings",
 6119 "strum 0.27.1",
 6120 "telemetry",
 6121 "theme",
 6122 "time",
 6123 "time_format",
 6124 "ui",
 6125 "unindent",
 6126 "util",
 6127 "windows 0.61.1",
 6128 "workspace",
 6129 "workspace-hack",
 6130 "zed_actions",
 6131]
 6132
 6133[[package]]
 6134name = "gix"
 6135version = "0.71.0"
 6136source = "registry+https://github.com/rust-lang/crates.io-index"
 6137checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6138dependencies = [
 6139 "gix-actor",
 6140 "gix-attributes",
 6141 "gix-command",
 6142 "gix-commitgraph",
 6143 "gix-config",
 6144 "gix-date",
 6145 "gix-diff",
 6146 "gix-discover",
 6147 "gix-features 0.41.1",
 6148 "gix-filter",
 6149 "gix-fs 0.14.0",
 6150 "gix-glob",
 6151 "gix-hash 0.17.0",
 6152 "gix-hashtable",
 6153 "gix-ignore",
 6154 "gix-index",
 6155 "gix-lock",
 6156 "gix-object",
 6157 "gix-odb",
 6158 "gix-pack",
 6159 "gix-path",
 6160 "gix-pathspec",
 6161 "gix-protocol",
 6162 "gix-ref",
 6163 "gix-refspec",
 6164 "gix-revision",
 6165 "gix-revwalk",
 6166 "gix-sec",
 6167 "gix-shallow",
 6168 "gix-submodule",
 6169 "gix-tempfile",
 6170 "gix-trace",
 6171 "gix-traverse",
 6172 "gix-url",
 6173 "gix-utils 0.2.0",
 6174 "gix-validate 0.9.4",
 6175 "gix-worktree",
 6176 "once_cell",
 6177 "smallvec",
 6178 "thiserror 2.0.12",
 6179]
 6180
 6181[[package]]
 6182name = "gix-actor"
 6183version = "0.34.0"
 6184source = "registry+https://github.com/rust-lang/crates.io-index"
 6185checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6186dependencies = [
 6187 "bstr",
 6188 "gix-date",
 6189 "gix-utils 0.2.0",
 6190 "itoa",
 6191 "thiserror 2.0.12",
 6192 "winnow",
 6193]
 6194
 6195[[package]]
 6196name = "gix-attributes"
 6197version = "0.25.0"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6200dependencies = [
 6201 "bstr",
 6202 "gix-glob",
 6203 "gix-path",
 6204 "gix-quote",
 6205 "gix-trace",
 6206 "kstring",
 6207 "smallvec",
 6208 "thiserror 2.0.12",
 6209 "unicode-bom",
 6210]
 6211
 6212[[package]]
 6213name = "gix-bitmap"
 6214version = "0.2.14"
 6215source = "registry+https://github.com/rust-lang/crates.io-index"
 6216checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6217dependencies = [
 6218 "thiserror 2.0.12",
 6219]
 6220
 6221[[package]]
 6222name = "gix-chunk"
 6223version = "0.4.11"
 6224source = "registry+https://github.com/rust-lang/crates.io-index"
 6225checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6226dependencies = [
 6227 "thiserror 2.0.12",
 6228]
 6229
 6230[[package]]
 6231name = "gix-command"
 6232version = "0.5.0"
 6233source = "registry+https://github.com/rust-lang/crates.io-index"
 6234checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6235dependencies = [
 6236 "bstr",
 6237 "gix-path",
 6238 "gix-quote",
 6239 "gix-trace",
 6240 "shell-words",
 6241]
 6242
 6243[[package]]
 6244name = "gix-commitgraph"
 6245version = "0.27.0"
 6246source = "registry+https://github.com/rust-lang/crates.io-index"
 6247checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6248dependencies = [
 6249 "bstr",
 6250 "gix-chunk",
 6251 "gix-hash 0.17.0",
 6252 "memmap2",
 6253 "thiserror 2.0.12",
 6254]
 6255
 6256[[package]]
 6257name = "gix-config"
 6258version = "0.44.0"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6261dependencies = [
 6262 "bstr",
 6263 "gix-config-value",
 6264 "gix-features 0.41.1",
 6265 "gix-glob",
 6266 "gix-path",
 6267 "gix-ref",
 6268 "gix-sec",
 6269 "memchr",
 6270 "once_cell",
 6271 "smallvec",
 6272 "thiserror 2.0.12",
 6273 "unicode-bom",
 6274 "winnow",
 6275]
 6276
 6277[[package]]
 6278name = "gix-config-value"
 6279version = "0.14.12"
 6280source = "registry+https://github.com/rust-lang/crates.io-index"
 6281checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6282dependencies = [
 6283 "bitflags 2.9.0",
 6284 "bstr",
 6285 "gix-path",
 6286 "libc",
 6287 "thiserror 2.0.12",
 6288]
 6289
 6290[[package]]
 6291name = "gix-date"
 6292version = "0.9.4"
 6293source = "registry+https://github.com/rust-lang/crates.io-index"
 6294checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6295dependencies = [
 6296 "bstr",
 6297 "itoa",
 6298 "jiff",
 6299 "thiserror 2.0.12",
 6300]
 6301
 6302[[package]]
 6303name = "gix-diff"
 6304version = "0.51.0"
 6305source = "registry+https://github.com/rust-lang/crates.io-index"
 6306checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6307dependencies = [
 6308 "bstr",
 6309 "gix-command",
 6310 "gix-filter",
 6311 "gix-fs 0.14.0",
 6312 "gix-hash 0.17.0",
 6313 "gix-object",
 6314 "gix-path",
 6315 "gix-tempfile",
 6316 "gix-trace",
 6317 "gix-traverse",
 6318 "gix-worktree",
 6319 "imara-diff",
 6320 "thiserror 2.0.12",
 6321]
 6322
 6323[[package]]
 6324name = "gix-discover"
 6325version = "0.39.0"
 6326source = "registry+https://github.com/rust-lang/crates.io-index"
 6327checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6328dependencies = [
 6329 "bstr",
 6330 "dunce",
 6331 "gix-fs 0.14.0",
 6332 "gix-hash 0.17.0",
 6333 "gix-path",
 6334 "gix-ref",
 6335 "gix-sec",
 6336 "thiserror 2.0.12",
 6337]
 6338
 6339[[package]]
 6340name = "gix-features"
 6341version = "0.41.1"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6344dependencies = [
 6345 "crc32fast",
 6346 "crossbeam-channel",
 6347 "flate2",
 6348 "gix-path",
 6349 "gix-trace",
 6350 "gix-utils 0.2.0",
 6351 "libc",
 6352 "once_cell",
 6353 "parking_lot",
 6354 "prodash",
 6355 "thiserror 2.0.12",
 6356 "walkdir",
 6357]
 6358
 6359[[package]]
 6360name = "gix-features"
 6361version = "0.42.1"
 6362source = "registry+https://github.com/rust-lang/crates.io-index"
 6363checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6364dependencies = [
 6365 "gix-trace",
 6366 "gix-utils 0.3.0",
 6367 "libc",
 6368 "prodash",
 6369]
 6370
 6371[[package]]
 6372name = "gix-filter"
 6373version = "0.18.0"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6376dependencies = [
 6377 "bstr",
 6378 "encoding_rs",
 6379 "gix-attributes",
 6380 "gix-command",
 6381 "gix-hash 0.17.0",
 6382 "gix-object",
 6383 "gix-packetline-blocking",
 6384 "gix-path",
 6385 "gix-quote",
 6386 "gix-trace",
 6387 "gix-utils 0.2.0",
 6388 "smallvec",
 6389 "thiserror 2.0.12",
 6390]
 6391
 6392[[package]]
 6393name = "gix-fs"
 6394version = "0.14.0"
 6395source = "registry+https://github.com/rust-lang/crates.io-index"
 6396checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6397dependencies = [
 6398 "bstr",
 6399 "fastrand 2.3.0",
 6400 "gix-features 0.41.1",
 6401 "gix-path",
 6402 "gix-utils 0.2.0",
 6403 "thiserror 2.0.12",
 6404]
 6405
 6406[[package]]
 6407name = "gix-fs"
 6408version = "0.15.0"
 6409source = "registry+https://github.com/rust-lang/crates.io-index"
 6410checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6411dependencies = [
 6412 "bstr",
 6413 "fastrand 2.3.0",
 6414 "gix-features 0.42.1",
 6415 "gix-path",
 6416 "gix-utils 0.3.0",
 6417 "thiserror 2.0.12",
 6418]
 6419
 6420[[package]]
 6421name = "gix-glob"
 6422version = "0.19.0"
 6423source = "registry+https://github.com/rust-lang/crates.io-index"
 6424checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6425dependencies = [
 6426 "bitflags 2.9.0",
 6427 "bstr",
 6428 "gix-features 0.41.1",
 6429 "gix-path",
 6430]
 6431
 6432[[package]]
 6433name = "gix-hash"
 6434version = "0.17.0"
 6435source = "registry+https://github.com/rust-lang/crates.io-index"
 6436checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6437dependencies = [
 6438 "faster-hex 0.9.0",
 6439 "gix-features 0.41.1",
 6440 "sha1-checked",
 6441 "thiserror 2.0.12",
 6442]
 6443
 6444[[package]]
 6445name = "gix-hash"
 6446version = "0.18.0"
 6447source = "registry+https://github.com/rust-lang/crates.io-index"
 6448checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6449dependencies = [
 6450 "faster-hex 0.10.0",
 6451 "gix-features 0.42.1",
 6452 "sha1-checked",
 6453 "thiserror 2.0.12",
 6454]
 6455
 6456[[package]]
 6457name = "gix-hashtable"
 6458version = "0.8.1"
 6459source = "registry+https://github.com/rust-lang/crates.io-index"
 6460checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6461dependencies = [
 6462 "gix-hash 0.18.0",
 6463 "hashbrown 0.14.5",
 6464 "parking_lot",
 6465]
 6466
 6467[[package]]
 6468name = "gix-ignore"
 6469version = "0.14.0"
 6470source = "registry+https://github.com/rust-lang/crates.io-index"
 6471checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6472dependencies = [
 6473 "bstr",
 6474 "gix-glob",
 6475 "gix-path",
 6476 "gix-trace",
 6477 "unicode-bom",
 6478]
 6479
 6480[[package]]
 6481name = "gix-index"
 6482version = "0.39.0"
 6483source = "registry+https://github.com/rust-lang/crates.io-index"
 6484checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6485dependencies = [
 6486 "bitflags 2.9.0",
 6487 "bstr",
 6488 "filetime",
 6489 "fnv",
 6490 "gix-bitmap",
 6491 "gix-features 0.41.1",
 6492 "gix-fs 0.14.0",
 6493 "gix-hash 0.17.0",
 6494 "gix-lock",
 6495 "gix-object",
 6496 "gix-traverse",
 6497 "gix-utils 0.2.0",
 6498 "gix-validate 0.9.4",
 6499 "hashbrown 0.14.5",
 6500 "itoa",
 6501 "libc",
 6502 "memmap2",
 6503 "rustix 0.38.44",
 6504 "smallvec",
 6505 "thiserror 2.0.12",
 6506]
 6507
 6508[[package]]
 6509name = "gix-lock"
 6510version = "17.1.0"
 6511source = "registry+https://github.com/rust-lang/crates.io-index"
 6512checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6513dependencies = [
 6514 "gix-tempfile",
 6515 "gix-utils 0.3.0",
 6516 "thiserror 2.0.12",
 6517]
 6518
 6519[[package]]
 6520name = "gix-object"
 6521version = "0.48.0"
 6522source = "registry+https://github.com/rust-lang/crates.io-index"
 6523checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6524dependencies = [
 6525 "bstr",
 6526 "gix-actor",
 6527 "gix-date",
 6528 "gix-features 0.41.1",
 6529 "gix-hash 0.17.0",
 6530 "gix-hashtable",
 6531 "gix-path",
 6532 "gix-utils 0.2.0",
 6533 "gix-validate 0.9.4",
 6534 "itoa",
 6535 "smallvec",
 6536 "thiserror 2.0.12",
 6537 "winnow",
 6538]
 6539
 6540[[package]]
 6541name = "gix-odb"
 6542version = "0.68.0"
 6543source = "registry+https://github.com/rust-lang/crates.io-index"
 6544checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6545dependencies = [
 6546 "arc-swap",
 6547 "gix-date",
 6548 "gix-features 0.41.1",
 6549 "gix-fs 0.14.0",
 6550 "gix-hash 0.17.0",
 6551 "gix-hashtable",
 6552 "gix-object",
 6553 "gix-pack",
 6554 "gix-path",
 6555 "gix-quote",
 6556 "parking_lot",
 6557 "tempfile",
 6558 "thiserror 2.0.12",
 6559]
 6560
 6561[[package]]
 6562name = "gix-pack"
 6563version = "0.58.0"
 6564source = "registry+https://github.com/rust-lang/crates.io-index"
 6565checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6566dependencies = [
 6567 "clru",
 6568 "gix-chunk",
 6569 "gix-features 0.41.1",
 6570 "gix-hash 0.17.0",
 6571 "gix-hashtable",
 6572 "gix-object",
 6573 "gix-path",
 6574 "memmap2",
 6575 "smallvec",
 6576 "thiserror 2.0.12",
 6577 "uluru",
 6578]
 6579
 6580[[package]]
 6581name = "gix-packetline"
 6582version = "0.18.4"
 6583source = "registry+https://github.com/rust-lang/crates.io-index"
 6584checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6585dependencies = [
 6586 "bstr",
 6587 "faster-hex 0.9.0",
 6588 "gix-trace",
 6589 "thiserror 2.0.12",
 6590]
 6591
 6592[[package]]
 6593name = "gix-packetline-blocking"
 6594version = "0.18.3"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6597dependencies = [
 6598 "bstr",
 6599 "faster-hex 0.9.0",
 6600 "gix-trace",
 6601 "thiserror 2.0.12",
 6602]
 6603
 6604[[package]]
 6605name = "gix-path"
 6606version = "0.10.18"
 6607source = "registry+https://github.com/rust-lang/crates.io-index"
 6608checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6609dependencies = [
 6610 "bstr",
 6611 "gix-trace",
 6612 "gix-validate 0.10.0",
 6613 "home",
 6614 "once_cell",
 6615 "thiserror 2.0.12",
 6616]
 6617
 6618[[package]]
 6619name = "gix-pathspec"
 6620version = "0.10.0"
 6621source = "registry+https://github.com/rust-lang/crates.io-index"
 6622checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6623dependencies = [
 6624 "bitflags 2.9.0",
 6625 "bstr",
 6626 "gix-attributes",
 6627 "gix-config-value",
 6628 "gix-glob",
 6629 "gix-path",
 6630 "thiserror 2.0.12",
 6631]
 6632
 6633[[package]]
 6634name = "gix-protocol"
 6635version = "0.49.0"
 6636source = "registry+https://github.com/rust-lang/crates.io-index"
 6637checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6638dependencies = [
 6639 "bstr",
 6640 "gix-date",
 6641 "gix-features 0.41.1",
 6642 "gix-hash 0.17.0",
 6643 "gix-ref",
 6644 "gix-shallow",
 6645 "gix-transport",
 6646 "gix-utils 0.2.0",
 6647 "maybe-async",
 6648 "thiserror 2.0.12",
 6649 "winnow",
 6650]
 6651
 6652[[package]]
 6653name = "gix-quote"
 6654version = "0.5.0"
 6655source = "registry+https://github.com/rust-lang/crates.io-index"
 6656checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6657dependencies = [
 6658 "bstr",
 6659 "gix-utils 0.2.0",
 6660 "thiserror 2.0.12",
 6661]
 6662
 6663[[package]]
 6664name = "gix-ref"
 6665version = "0.51.0"
 6666source = "registry+https://github.com/rust-lang/crates.io-index"
 6667checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6668dependencies = [
 6669 "gix-actor",
 6670 "gix-features 0.41.1",
 6671 "gix-fs 0.14.0",
 6672 "gix-hash 0.17.0",
 6673 "gix-lock",
 6674 "gix-object",
 6675 "gix-path",
 6676 "gix-tempfile",
 6677 "gix-utils 0.2.0",
 6678 "gix-validate 0.9.4",
 6679 "memmap2",
 6680 "thiserror 2.0.12",
 6681 "winnow",
 6682]
 6683
 6684[[package]]
 6685name = "gix-refspec"
 6686version = "0.29.0"
 6687source = "registry+https://github.com/rust-lang/crates.io-index"
 6688checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6689dependencies = [
 6690 "bstr",
 6691 "gix-hash 0.17.0",
 6692 "gix-revision",
 6693 "gix-validate 0.9.4",
 6694 "smallvec",
 6695 "thiserror 2.0.12",
 6696]
 6697
 6698[[package]]
 6699name = "gix-revision"
 6700version = "0.33.0"
 6701source = "registry+https://github.com/rust-lang/crates.io-index"
 6702checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6703dependencies = [
 6704 "bstr",
 6705 "gix-commitgraph",
 6706 "gix-date",
 6707 "gix-hash 0.17.0",
 6708 "gix-object",
 6709 "gix-revwalk",
 6710 "thiserror 2.0.12",
 6711]
 6712
 6713[[package]]
 6714name = "gix-revwalk"
 6715version = "0.19.0"
 6716source = "registry+https://github.com/rust-lang/crates.io-index"
 6717checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6718dependencies = [
 6719 "gix-commitgraph",
 6720 "gix-date",
 6721 "gix-hash 0.17.0",
 6722 "gix-hashtable",
 6723 "gix-object",
 6724 "smallvec",
 6725 "thiserror 2.0.12",
 6726]
 6727
 6728[[package]]
 6729name = "gix-sec"
 6730version = "0.10.12"
 6731source = "registry+https://github.com/rust-lang/crates.io-index"
 6732checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6733dependencies = [
 6734 "bitflags 2.9.0",
 6735 "gix-path",
 6736 "libc",
 6737 "windows-sys 0.52.0",
 6738]
 6739
 6740[[package]]
 6741name = "gix-shallow"
 6742version = "0.3.0"
 6743source = "registry+https://github.com/rust-lang/crates.io-index"
 6744checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6745dependencies = [
 6746 "bstr",
 6747 "gix-hash 0.17.0",
 6748 "gix-lock",
 6749 "thiserror 2.0.12",
 6750]
 6751
 6752[[package]]
 6753name = "gix-submodule"
 6754version = "0.18.0"
 6755source = "registry+https://github.com/rust-lang/crates.io-index"
 6756checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6757dependencies = [
 6758 "bstr",
 6759 "gix-config",
 6760 "gix-path",
 6761 "gix-pathspec",
 6762 "gix-refspec",
 6763 "gix-url",
 6764 "thiserror 2.0.12",
 6765]
 6766
 6767[[package]]
 6768name = "gix-tempfile"
 6769version = "17.1.0"
 6770source = "registry+https://github.com/rust-lang/crates.io-index"
 6771checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6772dependencies = [
 6773 "dashmap 6.1.0",
 6774 "gix-fs 0.15.0",
 6775 "libc",
 6776 "once_cell",
 6777 "parking_lot",
 6778 "tempfile",
 6779]
 6780
 6781[[package]]
 6782name = "gix-trace"
 6783version = "0.1.12"
 6784source = "registry+https://github.com/rust-lang/crates.io-index"
 6785checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6786
 6787[[package]]
 6788name = "gix-transport"
 6789version = "0.46.0"
 6790source = "registry+https://github.com/rust-lang/crates.io-index"
 6791checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6792dependencies = [
 6793 "bstr",
 6794 "gix-command",
 6795 "gix-features 0.41.1",
 6796 "gix-packetline",
 6797 "gix-quote",
 6798 "gix-sec",
 6799 "gix-url",
 6800 "thiserror 2.0.12",
 6801]
 6802
 6803[[package]]
 6804name = "gix-traverse"
 6805version = "0.45.0"
 6806source = "registry+https://github.com/rust-lang/crates.io-index"
 6807checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6808dependencies = [
 6809 "bitflags 2.9.0",
 6810 "gix-commitgraph",
 6811 "gix-date",
 6812 "gix-hash 0.17.0",
 6813 "gix-hashtable",
 6814 "gix-object",
 6815 "gix-revwalk",
 6816 "smallvec",
 6817 "thiserror 2.0.12",
 6818]
 6819
 6820[[package]]
 6821name = "gix-url"
 6822version = "0.30.0"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6825dependencies = [
 6826 "bstr",
 6827 "gix-features 0.41.1",
 6828 "gix-path",
 6829 "percent-encoding",
 6830 "thiserror 2.0.12",
 6831 "url",
 6832]
 6833
 6834[[package]]
 6835name = "gix-utils"
 6836version = "0.2.0"
 6837source = "registry+https://github.com/rust-lang/crates.io-index"
 6838checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6839dependencies = [
 6840 "fastrand 2.3.0",
 6841 "unicode-normalization",
 6842]
 6843
 6844[[package]]
 6845name = "gix-utils"
 6846version = "0.3.0"
 6847source = "registry+https://github.com/rust-lang/crates.io-index"
 6848checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6849dependencies = [
 6850 "fastrand 2.3.0",
 6851 "unicode-normalization",
 6852]
 6853
 6854[[package]]
 6855name = "gix-validate"
 6856version = "0.9.4"
 6857source = "registry+https://github.com/rust-lang/crates.io-index"
 6858checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6859dependencies = [
 6860 "bstr",
 6861 "thiserror 2.0.12",
 6862]
 6863
 6864[[package]]
 6865name = "gix-validate"
 6866version = "0.10.0"
 6867source = "registry+https://github.com/rust-lang/crates.io-index"
 6868checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6869dependencies = [
 6870 "bstr",
 6871 "thiserror 2.0.12",
 6872]
 6873
 6874[[package]]
 6875name = "gix-worktree"
 6876version = "0.40.0"
 6877source = "registry+https://github.com/rust-lang/crates.io-index"
 6878checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6879dependencies = [
 6880 "bstr",
 6881 "gix-attributes",
 6882 "gix-features 0.41.1",
 6883 "gix-fs 0.14.0",
 6884 "gix-glob",
 6885 "gix-hash 0.17.0",
 6886 "gix-ignore",
 6887 "gix-index",
 6888 "gix-object",
 6889 "gix-path",
 6890 "gix-validate 0.9.4",
 6891]
 6892
 6893[[package]]
 6894name = "glob"
 6895version = "0.3.2"
 6896source = "registry+https://github.com/rust-lang/crates.io-index"
 6897checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6898
 6899[[package]]
 6900name = "globset"
 6901version = "0.4.16"
 6902source = "registry+https://github.com/rust-lang/crates.io-index"
 6903checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6904dependencies = [
 6905 "aho-corasick",
 6906 "bstr",
 6907 "log",
 6908 "regex-automata 0.4.9",
 6909 "regex-syntax 0.8.5",
 6910]
 6911
 6912[[package]]
 6913name = "gloo-timers"
 6914version = "0.3.0"
 6915source = "registry+https://github.com/rust-lang/crates.io-index"
 6916checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6917dependencies = [
 6918 "futures-channel",
 6919 "futures-core",
 6920 "js-sys",
 6921 "wasm-bindgen",
 6922]
 6923
 6924[[package]]
 6925name = "glow"
 6926version = "0.14.2"
 6927source = "registry+https://github.com/rust-lang/crates.io-index"
 6928checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6929dependencies = [
 6930 "js-sys",
 6931 "slotmap",
 6932 "wasm-bindgen",
 6933 "web-sys",
 6934]
 6935
 6936[[package]]
 6937name = "go_to_line"
 6938version = "0.1.0"
 6939dependencies = [
 6940 "anyhow",
 6941 "editor",
 6942 "gpui",
 6943 "indoc",
 6944 "language",
 6945 "menu",
 6946 "project",
 6947 "rope",
 6948 "schemars",
 6949 "serde",
 6950 "serde_json",
 6951 "settings",
 6952 "text",
 6953 "theme",
 6954 "tree-sitter-rust",
 6955 "tree-sitter-typescript",
 6956 "ui",
 6957 "util",
 6958 "workspace",
 6959 "workspace-hack",
 6960]
 6961
 6962[[package]]
 6963name = "google_ai"
 6964version = "0.1.0"
 6965dependencies = [
 6966 "anyhow",
 6967 "futures 0.3.31",
 6968 "http_client",
 6969 "schemars",
 6970 "serde",
 6971 "serde_json",
 6972 "strum 0.27.1",
 6973 "workspace-hack",
 6974]
 6975
 6976[[package]]
 6977name = "gpu-alloc"
 6978version = "0.6.0"
 6979source = "registry+https://github.com/rust-lang/crates.io-index"
 6980checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6981dependencies = [
 6982 "bitflags 2.9.0",
 6983 "gpu-alloc-types",
 6984]
 6985
 6986[[package]]
 6987name = "gpu-alloc-ash"
 6988version = "0.7.0"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 6991dependencies = [
 6992 "ash",
 6993 "gpu-alloc-types",
 6994 "tinyvec",
 6995]
 6996
 6997[[package]]
 6998name = "gpu-alloc-types"
 6999version = "0.3.0"
 7000source = "registry+https://github.com/rust-lang/crates.io-index"
 7001checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7002dependencies = [
 7003 "bitflags 2.9.0",
 7004]
 7005
 7006[[package]]
 7007name = "gpui"
 7008version = "0.1.0"
 7009dependencies = [
 7010 "anyhow",
 7011 "as-raw-xcb-connection",
 7012 "ashpd",
 7013 "async-task",
 7014 "backtrace",
 7015 "bindgen 0.71.1",
 7016 "blade-graphics",
 7017 "blade-macros",
 7018 "blade-util",
 7019 "block",
 7020 "bytemuck",
 7021 "calloop",
 7022 "calloop-wayland-source",
 7023 "cbindgen",
 7024 "cocoa 0.26.0",
 7025 "collections",
 7026 "core-foundation 0.10.0",
 7027 "core-foundation-sys",
 7028 "core-graphics 0.24.0",
 7029 "core-text",
 7030 "core-video",
 7031 "cosmic-text",
 7032 "ctor",
 7033 "derive_more",
 7034 "embed-resource",
 7035 "env_logger 0.11.8",
 7036 "etagere",
 7037 "filedescriptor",
 7038 "flume",
 7039 "font-kit",
 7040 "foreign-types 0.5.0",
 7041 "futures 0.3.31",
 7042 "gpui_macros",
 7043 "http_client",
 7044 "image",
 7045 "inventory",
 7046 "itertools 0.14.0",
 7047 "log",
 7048 "lyon",
 7049 "media",
 7050 "metal",
 7051 "naga",
 7052 "num_cpus",
 7053 "objc",
 7054 "objc2",
 7055 "objc2-metal",
 7056 "oo7",
 7057 "open",
 7058 "parking",
 7059 "parking_lot",
 7060 "pathfinder_geometry",
 7061 "postage",
 7062 "profiling",
 7063 "rand 0.8.5",
 7064 "raw-window-handle",
 7065 "refineable",
 7066 "reqwest_client",
 7067 "resvg",
 7068 "scap",
 7069 "schemars",
 7070 "seahash",
 7071 "semantic_version",
 7072 "serde",
 7073 "serde_derive",
 7074 "serde_json",
 7075 "slotmap",
 7076 "smallvec",
 7077 "smol",
 7078 "strum 0.27.1",
 7079 "sum_tree",
 7080 "taffy",
 7081 "thiserror 2.0.12",
 7082 "unicode-segmentation",
 7083 "usvg",
 7084 "util",
 7085 "uuid",
 7086 "waker-fn",
 7087 "wayland-backend",
 7088 "wayland-client",
 7089 "wayland-cursor",
 7090 "wayland-protocols",
 7091 "wayland-protocols-plasma",
 7092 "windows 0.61.1",
 7093 "windows-core 0.61.0",
 7094 "windows-numerics",
 7095 "windows-registry 0.5.1",
 7096 "workspace-hack",
 7097 "x11-clipboard",
 7098 "x11rb",
 7099 "xim",
 7100 "xkbcommon",
 7101]
 7102
 7103[[package]]
 7104name = "gpui_macros"
 7105version = "0.1.0"
 7106dependencies = [
 7107 "gpui",
 7108 "proc-macro2",
 7109 "quote",
 7110 "syn 1.0.109",
 7111 "workspace-hack",
 7112]
 7113
 7114[[package]]
 7115name = "gpui_tokio"
 7116version = "0.1.0"
 7117dependencies = [
 7118 "gpui",
 7119 "tokio",
 7120 "util",
 7121 "workspace-hack",
 7122]
 7123
 7124[[package]]
 7125name = "grid"
 7126version = "0.13.0"
 7127source = "registry+https://github.com/rust-lang/crates.io-index"
 7128checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7129
 7130[[package]]
 7131name = "group"
 7132version = "0.12.1"
 7133source = "registry+https://github.com/rust-lang/crates.io-index"
 7134checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7135dependencies = [
 7136 "ff",
 7137 "rand_core 0.6.4",
 7138 "subtle",
 7139]
 7140
 7141[[package]]
 7142name = "h2"
 7143version = "0.3.26"
 7144source = "registry+https://github.com/rust-lang/crates.io-index"
 7145checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7146dependencies = [
 7147 "bytes 1.10.1",
 7148 "fnv",
 7149 "futures-core",
 7150 "futures-sink",
 7151 "futures-util",
 7152 "http 0.2.12",
 7153 "indexmap",
 7154 "slab",
 7155 "tokio",
 7156 "tokio-util",
 7157 "tracing",
 7158]
 7159
 7160[[package]]
 7161name = "h2"
 7162version = "0.4.9"
 7163source = "registry+https://github.com/rust-lang/crates.io-index"
 7164checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7165dependencies = [
 7166 "atomic-waker",
 7167 "bytes 1.10.1",
 7168 "fnv",
 7169 "futures-core",
 7170 "futures-sink",
 7171 "http 1.3.1",
 7172 "indexmap",
 7173 "slab",
 7174 "tokio",
 7175 "tokio-util",
 7176 "tracing",
 7177]
 7178
 7179[[package]]
 7180name = "half"
 7181version = "2.6.0"
 7182source = "registry+https://github.com/rust-lang/crates.io-index"
 7183checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7184dependencies = [
 7185 "cfg-if",
 7186 "crunchy",
 7187 "num-traits",
 7188]
 7189
 7190[[package]]
 7191name = "handlebars"
 7192version = "4.5.0"
 7193source = "registry+https://github.com/rust-lang/crates.io-index"
 7194checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7195dependencies = [
 7196 "log",
 7197 "pest",
 7198 "pest_derive",
 7199 "rust-embed",
 7200 "serde",
 7201 "serde_json",
 7202 "thiserror 1.0.69",
 7203]
 7204
 7205[[package]]
 7206name = "handlebars"
 7207version = "6.3.2"
 7208source = "registry+https://github.com/rust-lang/crates.io-index"
 7209checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7210dependencies = [
 7211 "derive_builder",
 7212 "log",
 7213 "num-order",
 7214 "pest",
 7215 "pest_derive",
 7216 "serde",
 7217 "serde_json",
 7218 "thiserror 2.0.12",
 7219]
 7220
 7221[[package]]
 7222name = "hash32"
 7223version = "0.3.1"
 7224source = "registry+https://github.com/rust-lang/crates.io-index"
 7225checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7226dependencies = [
 7227 "byteorder",
 7228]
 7229
 7230[[package]]
 7231name = "hashbrown"
 7232version = "0.12.3"
 7233source = "registry+https://github.com/rust-lang/crates.io-index"
 7234checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7235dependencies = [
 7236 "ahash 0.7.8",
 7237]
 7238
 7239[[package]]
 7240name = "hashbrown"
 7241version = "0.14.5"
 7242source = "registry+https://github.com/rust-lang/crates.io-index"
 7243checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7244dependencies = [
 7245 "ahash 0.8.11",
 7246 "allocator-api2",
 7247]
 7248
 7249[[package]]
 7250name = "hashbrown"
 7251version = "0.15.3"
 7252source = "registry+https://github.com/rust-lang/crates.io-index"
 7253checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7254dependencies = [
 7255 "allocator-api2",
 7256 "equivalent",
 7257 "foldhash",
 7258 "serde",
 7259]
 7260
 7261[[package]]
 7262name = "hashlink"
 7263version = "0.8.4"
 7264source = "registry+https://github.com/rust-lang/crates.io-index"
 7265checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7266dependencies = [
 7267 "hashbrown 0.14.5",
 7268]
 7269
 7270[[package]]
 7271name = "hashlink"
 7272version = "0.10.0"
 7273source = "registry+https://github.com/rust-lang/crates.io-index"
 7274checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7275dependencies = [
 7276 "hashbrown 0.15.3",
 7277]
 7278
 7279[[package]]
 7280name = "headers"
 7281version = "0.3.9"
 7282source = "registry+https://github.com/rust-lang/crates.io-index"
 7283checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7284dependencies = [
 7285 "base64 0.21.7",
 7286 "bytes 1.10.1",
 7287 "headers-core",
 7288 "http 0.2.12",
 7289 "httpdate",
 7290 "mime",
 7291 "sha1",
 7292]
 7293
 7294[[package]]
 7295name = "headers-core"
 7296version = "0.2.0"
 7297source = "registry+https://github.com/rust-lang/crates.io-index"
 7298checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7299dependencies = [
 7300 "http 0.2.12",
 7301]
 7302
 7303[[package]]
 7304name = "heapless"
 7305version = "0.8.0"
 7306source = "registry+https://github.com/rust-lang/crates.io-index"
 7307checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7308dependencies = [
 7309 "hash32",
 7310 "stable_deref_trait",
 7311]
 7312
 7313[[package]]
 7314name = "heck"
 7315version = "0.3.3"
 7316source = "registry+https://github.com/rust-lang/crates.io-index"
 7317checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7318dependencies = [
 7319 "unicode-segmentation",
 7320]
 7321
 7322[[package]]
 7323name = "heck"
 7324version = "0.4.1"
 7325source = "registry+https://github.com/rust-lang/crates.io-index"
 7326checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7327dependencies = [
 7328 "unicode-segmentation",
 7329]
 7330
 7331[[package]]
 7332name = "heck"
 7333version = "0.5.0"
 7334source = "registry+https://github.com/rust-lang/crates.io-index"
 7335checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7336
 7337[[package]]
 7338name = "heed"
 7339version = "0.21.0"
 7340source = "registry+https://github.com/rust-lang/crates.io-index"
 7341checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7342dependencies = [
 7343 "bitflags 2.9.0",
 7344 "byteorder",
 7345 "heed-traits",
 7346 "heed-types",
 7347 "libc",
 7348 "lmdb-master-sys",
 7349 "once_cell",
 7350 "page_size",
 7351 "serde",
 7352 "synchronoise",
 7353 "url",
 7354]
 7355
 7356[[package]]
 7357name = "heed-traits"
 7358version = "0.20.0"
 7359source = "registry+https://github.com/rust-lang/crates.io-index"
 7360checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7361
 7362[[package]]
 7363name = "heed-types"
 7364version = "0.21.0"
 7365source = "registry+https://github.com/rust-lang/crates.io-index"
 7366checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7367dependencies = [
 7368 "bincode",
 7369 "byteorder",
 7370 "heed-traits",
 7371 "serde",
 7372 "serde_json",
 7373]
 7374
 7375[[package]]
 7376name = "hermit-abi"
 7377version = "0.3.9"
 7378source = "registry+https://github.com/rust-lang/crates.io-index"
 7379checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7380
 7381[[package]]
 7382name = "hermit-abi"
 7383version = "0.4.0"
 7384source = "registry+https://github.com/rust-lang/crates.io-index"
 7385checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7386
 7387[[package]]
 7388name = "hermit-abi"
 7389version = "0.5.0"
 7390source = "registry+https://github.com/rust-lang/crates.io-index"
 7391checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7392
 7393[[package]]
 7394name = "hex"
 7395version = "0.4.3"
 7396source = "registry+https://github.com/rust-lang/crates.io-index"
 7397checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7398
 7399[[package]]
 7400name = "hexf-parse"
 7401version = "0.2.1"
 7402source = "registry+https://github.com/rust-lang/crates.io-index"
 7403checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7404
 7405[[package]]
 7406name = "hidden-trait"
 7407version = "0.1.2"
 7408source = "registry+https://github.com/rust-lang/crates.io-index"
 7409checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7410dependencies = [
 7411 "proc-macro2",
 7412 "quote",
 7413 "syn 1.0.109",
 7414]
 7415
 7416[[package]]
 7417name = "hkdf"
 7418version = "0.12.4"
 7419source = "registry+https://github.com/rust-lang/crates.io-index"
 7420checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7421dependencies = [
 7422 "hmac",
 7423]
 7424
 7425[[package]]
 7426name = "hmac"
 7427version = "0.12.1"
 7428source = "registry+https://github.com/rust-lang/crates.io-index"
 7429checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7430dependencies = [
 7431 "digest",
 7432]
 7433
 7434[[package]]
 7435name = "home"
 7436version = "0.5.11"
 7437source = "registry+https://github.com/rust-lang/crates.io-index"
 7438checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7439dependencies = [
 7440 "windows-sys 0.59.0",
 7441]
 7442
 7443[[package]]
 7444name = "hound"
 7445version = "3.5.1"
 7446source = "registry+https://github.com/rust-lang/crates.io-index"
 7447checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7448
 7449[[package]]
 7450name = "html5ever"
 7451version = "0.27.0"
 7452source = "registry+https://github.com/rust-lang/crates.io-index"
 7453checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7454dependencies = [
 7455 "log",
 7456 "mac",
 7457 "markup5ever 0.12.1",
 7458 "proc-macro2",
 7459 "quote",
 7460 "syn 2.0.101",
 7461]
 7462
 7463[[package]]
 7464name = "html5ever"
 7465version = "0.31.0"
 7466source = "registry+https://github.com/rust-lang/crates.io-index"
 7467checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7468dependencies = [
 7469 "log",
 7470 "mac",
 7471 "markup5ever 0.16.1",
 7472 "match_token",
 7473]
 7474
 7475[[package]]
 7476name = "html_to_markdown"
 7477version = "0.1.0"
 7478dependencies = [
 7479 "anyhow",
 7480 "html5ever 0.27.0",
 7481 "indoc",
 7482 "markup5ever_rcdom",
 7483 "pretty_assertions",
 7484 "regex",
 7485 "workspace-hack",
 7486]
 7487
 7488[[package]]
 7489name = "http"
 7490version = "0.2.12"
 7491source = "registry+https://github.com/rust-lang/crates.io-index"
 7492checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7493dependencies = [
 7494 "bytes 1.10.1",
 7495 "fnv",
 7496 "itoa",
 7497]
 7498
 7499[[package]]
 7500name = "http"
 7501version = "1.3.1"
 7502source = "registry+https://github.com/rust-lang/crates.io-index"
 7503checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7504dependencies = [
 7505 "bytes 1.10.1",
 7506 "fnv",
 7507 "itoa",
 7508]
 7509
 7510[[package]]
 7511name = "http-body"
 7512version = "0.4.6"
 7513source = "registry+https://github.com/rust-lang/crates.io-index"
 7514checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7515dependencies = [
 7516 "bytes 1.10.1",
 7517 "http 0.2.12",
 7518 "pin-project-lite",
 7519]
 7520
 7521[[package]]
 7522name = "http-body"
 7523version = "1.0.1"
 7524source = "registry+https://github.com/rust-lang/crates.io-index"
 7525checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7526dependencies = [
 7527 "bytes 1.10.1",
 7528 "http 1.3.1",
 7529]
 7530
 7531[[package]]
 7532name = "http-body-util"
 7533version = "0.1.3"
 7534source = "registry+https://github.com/rust-lang/crates.io-index"
 7535checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7536dependencies = [
 7537 "bytes 1.10.1",
 7538 "futures-core",
 7539 "http 1.3.1",
 7540 "http-body 1.0.1",
 7541 "pin-project-lite",
 7542]
 7543
 7544[[package]]
 7545name = "http-range-header"
 7546version = "0.3.1"
 7547source = "registry+https://github.com/rust-lang/crates.io-index"
 7548checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7549
 7550[[package]]
 7551name = "http-types"
 7552version = "2.12.0"
 7553source = "registry+https://github.com/rust-lang/crates.io-index"
 7554checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7555dependencies = [
 7556 "anyhow",
 7557 "async-channel 1.9.0",
 7558 "base64 0.13.1",
 7559 "futures-lite 1.13.0",
 7560 "http 0.2.12",
 7561 "infer",
 7562 "pin-project-lite",
 7563 "rand 0.7.3",
 7564 "serde",
 7565 "serde_json",
 7566 "serde_qs 0.8.5",
 7567 "serde_urlencoded",
 7568 "url",
 7569]
 7570
 7571[[package]]
 7572name = "http_client"
 7573version = "0.1.0"
 7574dependencies = [
 7575 "anyhow",
 7576 "bytes 1.10.1",
 7577 "derive_more",
 7578 "futures 0.3.31",
 7579 "http 1.3.1",
 7580 "log",
 7581 "serde",
 7582 "serde_json",
 7583 "url",
 7584 "workspace-hack",
 7585]
 7586
 7587[[package]]
 7588name = "http_client_tls"
 7589version = "0.1.0"
 7590dependencies = [
 7591 "rustls 0.23.26",
 7592 "rustls-platform-verifier",
 7593 "workspace-hack",
 7594]
 7595
 7596[[package]]
 7597name = "httparse"
 7598version = "1.10.1"
 7599source = "registry+https://github.com/rust-lang/crates.io-index"
 7600checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7601
 7602[[package]]
 7603name = "httpdate"
 7604version = "1.0.3"
 7605source = "registry+https://github.com/rust-lang/crates.io-index"
 7606checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7607
 7608[[package]]
 7609name = "human_bytes"
 7610version = "0.4.3"
 7611source = "registry+https://github.com/rust-lang/crates.io-index"
 7612checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7613
 7614[[package]]
 7615name = "humantime"
 7616version = "2.2.0"
 7617source = "registry+https://github.com/rust-lang/crates.io-index"
 7618checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7619
 7620[[package]]
 7621name = "hyper"
 7622version = "0.14.32"
 7623source = "registry+https://github.com/rust-lang/crates.io-index"
 7624checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7625dependencies = [
 7626 "bytes 1.10.1",
 7627 "futures-channel",
 7628 "futures-core",
 7629 "futures-util",
 7630 "h2 0.3.26",
 7631 "http 0.2.12",
 7632 "http-body 0.4.6",
 7633 "httparse",
 7634 "httpdate",
 7635 "itoa",
 7636 "pin-project-lite",
 7637 "socket2",
 7638 "tokio",
 7639 "tower-service",
 7640 "tracing",
 7641 "want",
 7642]
 7643
 7644[[package]]
 7645name = "hyper"
 7646version = "1.6.0"
 7647source = "registry+https://github.com/rust-lang/crates.io-index"
 7648checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7649dependencies = [
 7650 "bytes 1.10.1",
 7651 "futures-channel",
 7652 "futures-util",
 7653 "h2 0.4.9",
 7654 "http 1.3.1",
 7655 "http-body 1.0.1",
 7656 "httparse",
 7657 "itoa",
 7658 "pin-project-lite",
 7659 "smallvec",
 7660 "tokio",
 7661 "want",
 7662]
 7663
 7664[[package]]
 7665name = "hyper-rustls"
 7666version = "0.24.2"
 7667source = "registry+https://github.com/rust-lang/crates.io-index"
 7668checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7669dependencies = [
 7670 "futures-util",
 7671 "http 0.2.12",
 7672 "hyper 0.14.32",
 7673 "log",
 7674 "rustls 0.21.12",
 7675 "rustls-native-certs 0.6.3",
 7676 "tokio",
 7677 "tokio-rustls 0.24.1",
 7678]
 7679
 7680[[package]]
 7681name = "hyper-rustls"
 7682version = "0.27.5"
 7683source = "registry+https://github.com/rust-lang/crates.io-index"
 7684checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7685dependencies = [
 7686 "futures-util",
 7687 "http 1.3.1",
 7688 "hyper 1.6.0",
 7689 "hyper-util",
 7690 "rustls 0.23.26",
 7691 "rustls-native-certs 0.8.1",
 7692 "rustls-pki-types",
 7693 "tokio",
 7694 "tokio-rustls 0.26.2",
 7695 "tower-service",
 7696]
 7697
 7698[[package]]
 7699name = "hyper-tls"
 7700version = "0.5.0"
 7701source = "registry+https://github.com/rust-lang/crates.io-index"
 7702checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7703dependencies = [
 7704 "bytes 1.10.1",
 7705 "hyper 0.14.32",
 7706 "native-tls",
 7707 "tokio",
 7708 "tokio-native-tls",
 7709]
 7710
 7711[[package]]
 7712name = "hyper-util"
 7713version = "0.1.11"
 7714source = "registry+https://github.com/rust-lang/crates.io-index"
 7715checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7716dependencies = [
 7717 "bytes 1.10.1",
 7718 "futures-channel",
 7719 "futures-util",
 7720 "http 1.3.1",
 7721 "http-body 1.0.1",
 7722 "hyper 1.6.0",
 7723 "libc",
 7724 "pin-project-lite",
 7725 "socket2",
 7726 "tokio",
 7727 "tower-service",
 7728 "tracing",
 7729]
 7730
 7731[[package]]
 7732name = "iana-time-zone"
 7733version = "0.1.63"
 7734source = "registry+https://github.com/rust-lang/crates.io-index"
 7735checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7736dependencies = [
 7737 "android_system_properties",
 7738 "core-foundation-sys",
 7739 "iana-time-zone-haiku",
 7740 "js-sys",
 7741 "log",
 7742 "wasm-bindgen",
 7743 "windows-core 0.61.0",
 7744]
 7745
 7746[[package]]
 7747name = "iana-time-zone-haiku"
 7748version = "0.1.2"
 7749source = "registry+https://github.com/rust-lang/crates.io-index"
 7750checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7751dependencies = [
 7752 "cc",
 7753]
 7754
 7755[[package]]
 7756name = "icons"
 7757version = "0.1.0"
 7758dependencies = [
 7759 "serde",
 7760 "strum 0.27.1",
 7761 "workspace-hack",
 7762]
 7763
 7764[[package]]
 7765name = "icu_collections"
 7766version = "1.5.0"
 7767source = "registry+https://github.com/rust-lang/crates.io-index"
 7768checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7769dependencies = [
 7770 "displaydoc",
 7771 "yoke",
 7772 "zerofrom",
 7773 "zerovec",
 7774]
 7775
 7776[[package]]
 7777name = "icu_locid"
 7778version = "1.5.0"
 7779source = "registry+https://github.com/rust-lang/crates.io-index"
 7780checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7781dependencies = [
 7782 "displaydoc",
 7783 "litemap",
 7784 "tinystr",
 7785 "writeable",
 7786 "zerovec",
 7787]
 7788
 7789[[package]]
 7790name = "icu_locid_transform"
 7791version = "1.5.0"
 7792source = "registry+https://github.com/rust-lang/crates.io-index"
 7793checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7794dependencies = [
 7795 "displaydoc",
 7796 "icu_locid",
 7797 "icu_locid_transform_data",
 7798 "icu_provider",
 7799 "tinystr",
 7800 "zerovec",
 7801]
 7802
 7803[[package]]
 7804name = "icu_locid_transform_data"
 7805version = "1.5.1"
 7806source = "registry+https://github.com/rust-lang/crates.io-index"
 7807checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7808
 7809[[package]]
 7810name = "icu_normalizer"
 7811version = "1.5.0"
 7812source = "registry+https://github.com/rust-lang/crates.io-index"
 7813checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7814dependencies = [
 7815 "displaydoc",
 7816 "icu_collections",
 7817 "icu_normalizer_data",
 7818 "icu_properties",
 7819 "icu_provider",
 7820 "smallvec",
 7821 "utf16_iter",
 7822 "utf8_iter",
 7823 "write16",
 7824 "zerovec",
 7825]
 7826
 7827[[package]]
 7828name = "icu_normalizer_data"
 7829version = "1.5.1"
 7830source = "registry+https://github.com/rust-lang/crates.io-index"
 7831checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7832
 7833[[package]]
 7834name = "icu_properties"
 7835version = "1.5.1"
 7836source = "registry+https://github.com/rust-lang/crates.io-index"
 7837checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7838dependencies = [
 7839 "displaydoc",
 7840 "icu_collections",
 7841 "icu_locid_transform",
 7842 "icu_properties_data",
 7843 "icu_provider",
 7844 "tinystr",
 7845 "zerovec",
 7846]
 7847
 7848[[package]]
 7849name = "icu_properties_data"
 7850version = "1.5.1"
 7851source = "registry+https://github.com/rust-lang/crates.io-index"
 7852checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7853
 7854[[package]]
 7855name = "icu_provider"
 7856version = "1.5.0"
 7857source = "registry+https://github.com/rust-lang/crates.io-index"
 7858checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7859dependencies = [
 7860 "displaydoc",
 7861 "icu_locid",
 7862 "icu_provider_macros",
 7863 "stable_deref_trait",
 7864 "tinystr",
 7865 "writeable",
 7866 "yoke",
 7867 "zerofrom",
 7868 "zerovec",
 7869]
 7870
 7871[[package]]
 7872name = "icu_provider_macros"
 7873version = "1.5.0"
 7874source = "registry+https://github.com/rust-lang/crates.io-index"
 7875checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7876dependencies = [
 7877 "proc-macro2",
 7878 "quote",
 7879 "syn 2.0.101",
 7880]
 7881
 7882[[package]]
 7883name = "id-arena"
 7884version = "2.2.1"
 7885source = "registry+https://github.com/rust-lang/crates.io-index"
 7886checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7887
 7888[[package]]
 7889name = "ident_case"
 7890version = "1.0.1"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7893
 7894[[package]]
 7895name = "idna"
 7896version = "1.0.3"
 7897source = "registry+https://github.com/rust-lang/crates.io-index"
 7898checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7899dependencies = [
 7900 "idna_adapter",
 7901 "smallvec",
 7902 "utf8_iter",
 7903]
 7904
 7905[[package]]
 7906name = "idna_adapter"
 7907version = "1.2.0"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7910dependencies = [
 7911 "icu_normalizer",
 7912 "icu_properties",
 7913]
 7914
 7915[[package]]
 7916name = "ignore"
 7917version = "0.4.23"
 7918source = "registry+https://github.com/rust-lang/crates.io-index"
 7919checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7920dependencies = [
 7921 "crossbeam-deque",
 7922 "globset",
 7923 "log",
 7924 "memchr",
 7925 "regex-automata 0.4.9",
 7926 "same-file",
 7927 "walkdir",
 7928 "winapi-util",
 7929]
 7930
 7931[[package]]
 7932name = "image"
 7933version = "0.25.6"
 7934source = "registry+https://github.com/rust-lang/crates.io-index"
 7935checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7936dependencies = [
 7937 "bytemuck",
 7938 "byteorder-lite",
 7939 "color_quant",
 7940 "exr",
 7941 "gif",
 7942 "image-webp",
 7943 "num-traits",
 7944 "png",
 7945 "qoi",
 7946 "ravif",
 7947 "rayon",
 7948 "rgb",
 7949 "tiff",
 7950 "zune-core",
 7951 "zune-jpeg",
 7952]
 7953
 7954[[package]]
 7955name = "image-webp"
 7956version = "0.2.1"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7959dependencies = [
 7960 "byteorder-lite",
 7961 "quick-error",
 7962]
 7963
 7964[[package]]
 7965name = "image_viewer"
 7966version = "0.1.0"
 7967dependencies = [
 7968 "anyhow",
 7969 "db",
 7970 "editor",
 7971 "file_icons",
 7972 "gpui",
 7973 "language",
 7974 "log",
 7975 "project",
 7976 "schemars",
 7977 "serde",
 7978 "settings",
 7979 "theme",
 7980 "ui",
 7981 "util",
 7982 "workspace",
 7983 "workspace-hack",
 7984]
 7985
 7986[[package]]
 7987name = "imagesize"
 7988version = "0.13.0"
 7989source = "registry+https://github.com/rust-lang/crates.io-index"
 7990checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7991
 7992[[package]]
 7993name = "imara-diff"
 7994version = "0.1.8"
 7995source = "registry+https://github.com/rust-lang/crates.io-index"
 7996checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 7997dependencies = [
 7998 "hashbrown 0.15.3",
 7999]
 8000
 8001[[package]]
 8002name = "imgref"
 8003version = "1.11.0"
 8004source = "registry+https://github.com/rust-lang/crates.io-index"
 8005checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 8006
 8007[[package]]
 8008name = "indexed_docs"
 8009version = "0.1.0"
 8010dependencies = [
 8011 "anyhow",
 8012 "async-trait",
 8013 "cargo_metadata",
 8014 "collections",
 8015 "derive_more",
 8016 "extension",
 8017 "fs",
 8018 "futures 0.3.31",
 8019 "fuzzy",
 8020 "gpui",
 8021 "heed",
 8022 "html_to_markdown",
 8023 "http_client",
 8024 "indexmap",
 8025 "indoc",
 8026 "parking_lot",
 8027 "paths",
 8028 "pretty_assertions",
 8029 "serde",
 8030 "strum 0.27.1",
 8031 "util",
 8032 "workspace-hack",
 8033]
 8034
 8035[[package]]
 8036name = "indexmap"
 8037version = "2.9.0"
 8038source = "registry+https://github.com/rust-lang/crates.io-index"
 8039checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8040dependencies = [
 8041 "equivalent",
 8042 "hashbrown 0.15.3",
 8043 "serde",
 8044]
 8045
 8046[[package]]
 8047name = "indoc"
 8048version = "2.0.6"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8051
 8052[[package]]
 8053name = "infer"
 8054version = "0.2.3"
 8055source = "registry+https://github.com/rust-lang/crates.io-index"
 8056checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8057
 8058[[package]]
 8059name = "inherent"
 8060version = "1.0.12"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8063dependencies = [
 8064 "proc-macro2",
 8065 "quote",
 8066 "syn 2.0.101",
 8067]
 8068
 8069[[package]]
 8070name = "inline_completion"
 8071version = "0.1.0"
 8072dependencies = [
 8073 "anyhow",
 8074 "gpui",
 8075 "language",
 8076 "project",
 8077 "workspace-hack",
 8078 "zed_llm_client",
 8079]
 8080
 8081[[package]]
 8082name = "inline_completion_button"
 8083version = "0.1.0"
 8084dependencies = [
 8085 "anyhow",
 8086 "client",
 8087 "copilot",
 8088 "editor",
 8089 "feature_flags",
 8090 "fs",
 8091 "futures 0.3.31",
 8092 "gpui",
 8093 "indoc",
 8094 "inline_completion",
 8095 "language",
 8096 "lsp",
 8097 "paths",
 8098 "project",
 8099 "regex",
 8100 "serde_json",
 8101 "settings",
 8102 "supermaven",
 8103 "telemetry",
 8104 "theme",
 8105 "ui",
 8106 "workspace",
 8107 "workspace-hack",
 8108 "zed_actions",
 8109 "zed_llm_client",
 8110 "zeta",
 8111]
 8112
 8113[[package]]
 8114name = "inotify"
 8115version = "0.11.0"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8118dependencies = [
 8119 "bitflags 2.9.0",
 8120 "inotify-sys",
 8121 "libc",
 8122]
 8123
 8124[[package]]
 8125name = "inotify-sys"
 8126version = "0.1.5"
 8127source = "registry+https://github.com/rust-lang/crates.io-index"
 8128checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8129dependencies = [
 8130 "libc",
 8131]
 8132
 8133[[package]]
 8134name = "inout"
 8135version = "0.1.4"
 8136source = "registry+https://github.com/rust-lang/crates.io-index"
 8137checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8138dependencies = [
 8139 "block-padding",
 8140 "generic-array",
 8141]
 8142
 8143[[package]]
 8144name = "install_cli"
 8145version = "0.1.0"
 8146dependencies = [
 8147 "anyhow",
 8148 "client",
 8149 "gpui",
 8150 "release_channel",
 8151 "smol",
 8152 "util",
 8153 "workspace",
 8154 "workspace-hack",
 8155]
 8156
 8157[[package]]
 8158name = "instant"
 8159version = "0.1.13"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8162dependencies = [
 8163 "cfg-if",
 8164]
 8165
 8166[[package]]
 8167name = "interim"
 8168version = "0.2.1"
 8169source = "registry+https://github.com/rust-lang/crates.io-index"
 8170checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8171dependencies = [
 8172 "chrono",
 8173 "logos",
 8174]
 8175
 8176[[package]]
 8177name = "interpolate_name"
 8178version = "0.2.4"
 8179source = "registry+https://github.com/rust-lang/crates.io-index"
 8180checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8181dependencies = [
 8182 "proc-macro2",
 8183 "quote",
 8184 "syn 2.0.101",
 8185]
 8186
 8187[[package]]
 8188name = "inventory"
 8189version = "0.3.20"
 8190source = "registry+https://github.com/rust-lang/crates.io-index"
 8191checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8192dependencies = [
 8193 "rustversion",
 8194]
 8195
 8196[[package]]
 8197name = "io-extras"
 8198version = "0.18.4"
 8199source = "registry+https://github.com/rust-lang/crates.io-index"
 8200checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8201dependencies = [
 8202 "io-lifetimes",
 8203 "windows-sys 0.59.0",
 8204]
 8205
 8206[[package]]
 8207name = "io-lifetimes"
 8208version = "2.0.4"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8211
 8212[[package]]
 8213name = "io-surface"
 8214version = "0.16.0"
 8215source = "registry+https://github.com/rust-lang/crates.io-index"
 8216checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8217dependencies = [
 8218 "cgl",
 8219 "core-foundation 0.10.0",
 8220 "core-foundation-sys",
 8221 "leaky-cow",
 8222 "libc",
 8223]
 8224
 8225[[package]]
 8226name = "iovec"
 8227version = "0.1.4"
 8228source = "registry+https://github.com/rust-lang/crates.io-index"
 8229checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8230dependencies = [
 8231 "libc",
 8232]
 8233
 8234[[package]]
 8235name = "ipc-channel"
 8236version = "0.19.0"
 8237source = "registry+https://github.com/rust-lang/crates.io-index"
 8238checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8239dependencies = [
 8240 "bincode",
 8241 "crossbeam-channel",
 8242 "fnv",
 8243 "lazy_static",
 8244 "libc",
 8245 "mio",
 8246 "rand 0.8.5",
 8247 "serde",
 8248 "tempfile",
 8249 "uuid",
 8250 "windows 0.58.0",
 8251]
 8252
 8253[[package]]
 8254name = "ipnet"
 8255version = "2.11.0"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8258
 8259[[package]]
 8260name = "is-docker"
 8261version = "0.2.0"
 8262source = "registry+https://github.com/rust-lang/crates.io-index"
 8263checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8264dependencies = [
 8265 "once_cell",
 8266]
 8267
 8268[[package]]
 8269name = "is-terminal"
 8270version = "0.4.16"
 8271source = "registry+https://github.com/rust-lang/crates.io-index"
 8272checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8273dependencies = [
 8274 "hermit-abi 0.5.0",
 8275 "libc",
 8276 "windows-sys 0.59.0",
 8277]
 8278
 8279[[package]]
 8280name = "is-wsl"
 8281version = "0.4.0"
 8282source = "registry+https://github.com/rust-lang/crates.io-index"
 8283checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8284dependencies = [
 8285 "is-docker",
 8286 "once_cell",
 8287]
 8288
 8289[[package]]
 8290name = "is_terminal_polyfill"
 8291version = "1.70.1"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8294
 8295[[package]]
 8296name = "itertools"
 8297version = "0.10.5"
 8298source = "registry+https://github.com/rust-lang/crates.io-index"
 8299checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8300dependencies = [
 8301 "either",
 8302]
 8303
 8304[[package]]
 8305name = "itertools"
 8306version = "0.11.0"
 8307source = "registry+https://github.com/rust-lang/crates.io-index"
 8308checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8309dependencies = [
 8310 "either",
 8311]
 8312
 8313[[package]]
 8314name = "itertools"
 8315version = "0.12.1"
 8316source = "registry+https://github.com/rust-lang/crates.io-index"
 8317checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8318dependencies = [
 8319 "either",
 8320]
 8321
 8322[[package]]
 8323name = "itertools"
 8324version = "0.13.0"
 8325source = "registry+https://github.com/rust-lang/crates.io-index"
 8326checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8327dependencies = [
 8328 "either",
 8329]
 8330
 8331[[package]]
 8332name = "itertools"
 8333version = "0.14.0"
 8334source = "registry+https://github.com/rust-lang/crates.io-index"
 8335checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8336dependencies = [
 8337 "either",
 8338]
 8339
 8340[[package]]
 8341name = "itoa"
 8342version = "1.0.15"
 8343source = "registry+https://github.com/rust-lang/crates.io-index"
 8344checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8345
 8346[[package]]
 8347name = "jiff"
 8348version = "0.2.10"
 8349source = "registry+https://github.com/rust-lang/crates.io-index"
 8350checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8351dependencies = [
 8352 "jiff-static",
 8353 "jiff-tzdb-platform",
 8354 "log",
 8355 "portable-atomic",
 8356 "portable-atomic-util",
 8357 "serde",
 8358 "windows-sys 0.59.0",
 8359]
 8360
 8361[[package]]
 8362name = "jiff-static"
 8363version = "0.2.10"
 8364source = "registry+https://github.com/rust-lang/crates.io-index"
 8365checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8366dependencies = [
 8367 "proc-macro2",
 8368 "quote",
 8369 "syn 2.0.101",
 8370]
 8371
 8372[[package]]
 8373name = "jiff-tzdb"
 8374version = "0.1.4"
 8375source = "registry+https://github.com/rust-lang/crates.io-index"
 8376checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8377
 8378[[package]]
 8379name = "jiff-tzdb-platform"
 8380version = "0.1.3"
 8381source = "registry+https://github.com/rust-lang/crates.io-index"
 8382checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8383dependencies = [
 8384 "jiff-tzdb",
 8385]
 8386
 8387[[package]]
 8388name = "jj"
 8389version = "0.1.0"
 8390dependencies = [
 8391 "anyhow",
 8392 "gpui",
 8393 "jj-lib",
 8394 "workspace-hack",
 8395]
 8396
 8397[[package]]
 8398name = "jj-lib"
 8399version = "0.29.0"
 8400source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8401dependencies = [
 8402 "async-trait",
 8403 "blake2",
 8404 "bstr",
 8405 "chrono",
 8406 "clru",
 8407 "digest",
 8408 "dunce",
 8409 "either",
 8410 "futures 0.3.31",
 8411 "gix",
 8412 "glob",
 8413 "hashbrown 0.15.3",
 8414 "hex",
 8415 "ignore",
 8416 "indexmap",
 8417 "interim",
 8418 "itertools 0.14.0",
 8419 "jj-lib-proc-macros",
 8420 "maplit",
 8421 "once_cell",
 8422 "pest",
 8423 "pest_derive",
 8424 "pollster 0.4.0",
 8425 "prost 0.13.5",
 8426 "rand 0.8.5",
 8427 "rand_chacha 0.3.1",
 8428 "rayon",
 8429 "ref-cast",
 8430 "regex",
 8431 "rustix 1.0.7",
 8432 "same-file",
 8433 "serde",
 8434 "serde_json",
 8435 "smallvec",
 8436 "strsim",
 8437 "tempfile",
 8438 "thiserror 2.0.12",
 8439 "toml_edit",
 8440 "tracing",
 8441 "version_check",
 8442 "winreg 0.52.0",
 8443]
 8444
 8445[[package]]
 8446name = "jj-lib-proc-macros"
 8447version = "0.29.0"
 8448source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8449dependencies = [
 8450 "proc-macro2",
 8451 "quote",
 8452 "syn 2.0.101",
 8453]
 8454
 8455[[package]]
 8456name = "jj_ui"
 8457version = "0.1.0"
 8458dependencies = [
 8459 "command_palette_hooks",
 8460 "feature_flags",
 8461 "fuzzy",
 8462 "gpui",
 8463 "jj",
 8464 "picker",
 8465 "ui",
 8466 "util",
 8467 "workspace",
 8468 "workspace-hack",
 8469 "zed_actions",
 8470]
 8471
 8472[[package]]
 8473name = "jni"
 8474version = "0.21.1"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8477dependencies = [
 8478 "cesu8",
 8479 "cfg-if",
 8480 "combine",
 8481 "jni-sys",
 8482 "log",
 8483 "thiserror 1.0.69",
 8484 "walkdir",
 8485 "windows-sys 0.45.0",
 8486]
 8487
 8488[[package]]
 8489name = "jni-sys"
 8490version = "0.3.0"
 8491source = "registry+https://github.com/rust-lang/crates.io-index"
 8492checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8493
 8494[[package]]
 8495name = "jobserver"
 8496version = "0.1.33"
 8497source = "registry+https://github.com/rust-lang/crates.io-index"
 8498checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8499dependencies = [
 8500 "getrandom 0.3.2",
 8501 "libc",
 8502]
 8503
 8504[[package]]
 8505name = "journal"
 8506version = "0.1.0"
 8507dependencies = [
 8508 "anyhow",
 8509 "chrono",
 8510 "editor",
 8511 "gpui",
 8512 "log",
 8513 "schemars",
 8514 "serde",
 8515 "settings",
 8516 "shellexpand 2.1.2",
 8517 "workspace",
 8518 "workspace-hack",
 8519]
 8520
 8521[[package]]
 8522name = "jpeg-decoder"
 8523version = "0.3.1"
 8524source = "registry+https://github.com/rust-lang/crates.io-index"
 8525checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8526
 8527[[package]]
 8528name = "js-sys"
 8529version = "0.3.77"
 8530source = "registry+https://github.com/rust-lang/crates.io-index"
 8531checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8532dependencies = [
 8533 "once_cell",
 8534 "wasm-bindgen",
 8535]
 8536
 8537[[package]]
 8538name = "jsonschema"
 8539version = "0.30.0"
 8540source = "registry+https://github.com/rust-lang/crates.io-index"
 8541checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8542dependencies = [
 8543 "ahash 0.8.11",
 8544 "base64 0.22.1",
 8545 "bytecount",
 8546 "email_address",
 8547 "fancy-regex 0.14.0",
 8548 "fraction",
 8549 "idna",
 8550 "itoa",
 8551 "num-cmp",
 8552 "num-traits",
 8553 "once_cell",
 8554 "percent-encoding",
 8555 "referencing",
 8556 "regex",
 8557 "regex-syntax 0.8.5",
 8558 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8559 "serde",
 8560 "serde_json",
 8561 "uuid-simd",
 8562]
 8563
 8564[[package]]
 8565name = "jsonwebtoken"
 8566version = "9.3.1"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8569dependencies = [
 8570 "base64 0.22.1",
 8571 "js-sys",
 8572 "pem",
 8573 "ring",
 8574 "serde",
 8575 "serde_json",
 8576 "simple_asn1",
 8577]
 8578
 8579[[package]]
 8580name = "jupyter-protocol"
 8581version = "0.6.0"
 8582source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8583dependencies = [
 8584 "anyhow",
 8585 "async-trait",
 8586 "bytes 1.10.1",
 8587 "chrono",
 8588 "futures 0.3.31",
 8589 "serde",
 8590 "serde_json",
 8591 "uuid",
 8592]
 8593
 8594[[package]]
 8595name = "jupyter-websocket-client"
 8596version = "0.9.0"
 8597source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8598dependencies = [
 8599 "anyhow",
 8600 "async-trait",
 8601 "async-tungstenite",
 8602 "futures 0.3.31",
 8603 "jupyter-protocol",
 8604 "serde",
 8605 "serde_json",
 8606 "url",
 8607 "uuid",
 8608]
 8609
 8610[[package]]
 8611name = "khronos-egl"
 8612version = "6.0.0"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8615dependencies = [
 8616 "libc",
 8617 "libloading",
 8618]
 8619
 8620[[package]]
 8621name = "kqueue"
 8622version = "1.0.8"
 8623source = "registry+https://github.com/rust-lang/crates.io-index"
 8624checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8625dependencies = [
 8626 "kqueue-sys",
 8627 "libc",
 8628]
 8629
 8630[[package]]
 8631name = "kqueue-sys"
 8632version = "1.0.4"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8635dependencies = [
 8636 "bitflags 1.3.2",
 8637 "libc",
 8638]
 8639
 8640[[package]]
 8641name = "kstring"
 8642version = "2.0.2"
 8643source = "registry+https://github.com/rust-lang/crates.io-index"
 8644checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8645dependencies = [
 8646 "static_assertions",
 8647]
 8648
 8649[[package]]
 8650name = "kurbo"
 8651version = "0.11.1"
 8652source = "registry+https://github.com/rust-lang/crates.io-index"
 8653checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8654dependencies = [
 8655 "arrayvec",
 8656 "smallvec",
 8657]
 8658
 8659[[package]]
 8660name = "kv-log-macro"
 8661version = "1.0.7"
 8662source = "registry+https://github.com/rust-lang/crates.io-index"
 8663checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8664dependencies = [
 8665 "log",
 8666]
 8667
 8668[[package]]
 8669name = "language"
 8670version = "0.1.0"
 8671dependencies = [
 8672 "anyhow",
 8673 "async-trait",
 8674 "async-watch",
 8675 "clock",
 8676 "collections",
 8677 "ctor",
 8678 "ec4rs",
 8679 "env_logger 0.11.8",
 8680 "fs",
 8681 "futures 0.3.31",
 8682 "fuzzy",
 8683 "globset",
 8684 "gpui",
 8685 "http_client",
 8686 "imara-diff",
 8687 "indoc",
 8688 "itertools 0.14.0",
 8689 "log",
 8690 "lsp",
 8691 "parking_lot",
 8692 "postage",
 8693 "pretty_assertions",
 8694 "rand 0.8.5",
 8695 "regex",
 8696 "rpc",
 8697 "schemars",
 8698 "serde",
 8699 "serde_json",
 8700 "settings",
 8701 "smallvec",
 8702 "smol",
 8703 "streaming-iterator",
 8704 "strsim",
 8705 "sum_tree",
 8706 "task",
 8707 "text",
 8708 "theme",
 8709 "tree-sitter",
 8710 "tree-sitter-elixir",
 8711 "tree-sitter-embedded-template",
 8712 "tree-sitter-heex",
 8713 "tree-sitter-html",
 8714 "tree-sitter-json",
 8715 "tree-sitter-md",
 8716 "tree-sitter-python",
 8717 "tree-sitter-ruby",
 8718 "tree-sitter-rust",
 8719 "tree-sitter-typescript",
 8720 "unicase",
 8721 "unindent",
 8722 "util",
 8723 "workspace-hack",
 8724]
 8725
 8726[[package]]
 8727name = "language_extension"
 8728version = "0.1.0"
 8729dependencies = [
 8730 "anyhow",
 8731 "async-trait",
 8732 "collections",
 8733 "extension",
 8734 "fs",
 8735 "futures 0.3.31",
 8736 "gpui",
 8737 "language",
 8738 "lsp",
 8739 "serde",
 8740 "serde_json",
 8741 "util",
 8742 "workspace-hack",
 8743]
 8744
 8745[[package]]
 8746name = "language_model"
 8747version = "0.1.0"
 8748dependencies = [
 8749 "anthropic",
 8750 "anyhow",
 8751 "base64 0.22.1",
 8752 "client",
 8753 "collections",
 8754 "futures 0.3.31",
 8755 "google_ai",
 8756 "gpui",
 8757 "http_client",
 8758 "icons",
 8759 "image",
 8760 "open_ai",
 8761 "parking_lot",
 8762 "proto",
 8763 "schemars",
 8764 "serde",
 8765 "serde_json",
 8766 "smol",
 8767 "strum 0.27.1",
 8768 "telemetry_events",
 8769 "thiserror 2.0.12",
 8770 "util",
 8771 "workspace-hack",
 8772 "zed_llm_client",
 8773]
 8774
 8775[[package]]
 8776name = "language_models"
 8777version = "0.1.0"
 8778dependencies = [
 8779 "anthropic",
 8780 "anyhow",
 8781 "aws-config",
 8782 "aws-credential-types",
 8783 "aws_http_client",
 8784 "bedrock",
 8785 "client",
 8786 "collections",
 8787 "copilot",
 8788 "credentials_provider",
 8789 "deepseek",
 8790 "editor",
 8791 "feature_flags",
 8792 "fs",
 8793 "futures 0.3.31",
 8794 "google_ai",
 8795 "gpui",
 8796 "gpui_tokio",
 8797 "http_client",
 8798 "language_model",
 8799 "lmstudio",
 8800 "log",
 8801 "menu",
 8802 "mistral",
 8803 "ollama",
 8804 "open_ai",
 8805 "partial-json-fixer",
 8806 "project",
 8807 "proto",
 8808 "release_channel",
 8809 "schemars",
 8810 "serde",
 8811 "serde_json",
 8812 "settings",
 8813 "smol",
 8814 "strum 0.27.1",
 8815 "theme",
 8816 "thiserror 2.0.12",
 8817 "tiktoken-rs",
 8818 "tokio",
 8819 "ui",
 8820 "util",
 8821 "workspace-hack",
 8822 "zed_llm_client",
 8823]
 8824
 8825[[package]]
 8826name = "language_selector"
 8827version = "0.1.0"
 8828dependencies = [
 8829 "anyhow",
 8830 "editor",
 8831 "file_finder",
 8832 "file_icons",
 8833 "fuzzy",
 8834 "gpui",
 8835 "language",
 8836 "picker",
 8837 "project",
 8838 "settings",
 8839 "ui",
 8840 "util",
 8841 "workspace",
 8842 "workspace-hack",
 8843]
 8844
 8845[[package]]
 8846name = "language_tools"
 8847version = "0.1.0"
 8848dependencies = [
 8849 "anyhow",
 8850 "client",
 8851 "collections",
 8852 "copilot",
 8853 "editor",
 8854 "env_logger 0.11.8",
 8855 "futures 0.3.31",
 8856 "gpui",
 8857 "itertools 0.14.0",
 8858 "language",
 8859 "lsp",
 8860 "project",
 8861 "release_channel",
 8862 "serde_json",
 8863 "settings",
 8864 "theme",
 8865 "tree-sitter",
 8866 "ui",
 8867 "util",
 8868 "workspace",
 8869 "workspace-hack",
 8870 "zed_actions",
 8871]
 8872
 8873[[package]]
 8874name = "languages"
 8875version = "0.1.0"
 8876dependencies = [
 8877 "anyhow",
 8878 "async-compression",
 8879 "async-tar",
 8880 "async-trait",
 8881 "collections",
 8882 "futures 0.3.31",
 8883 "gpui",
 8884 "http_client",
 8885 "language",
 8886 "log",
 8887 "lsp",
 8888 "node_runtime",
 8889 "parking_lot",
 8890 "paths",
 8891 "pet",
 8892 "pet-conda",
 8893 "pet-core",
 8894 "pet-fs",
 8895 "pet-poetry",
 8896 "pet-reporter",
 8897 "pretty_assertions",
 8898 "project",
 8899 "regex",
 8900 "rope",
 8901 "rust-embed",
 8902 "serde",
 8903 "serde_json",
 8904 "settings",
 8905 "smol",
 8906 "snippet_provider",
 8907 "task",
 8908 "text",
 8909 "theme",
 8910 "toml 0.8.20",
 8911 "tree-sitter",
 8912 "tree-sitter-bash",
 8913 "tree-sitter-c",
 8914 "tree-sitter-cpp",
 8915 "tree-sitter-css",
 8916 "tree-sitter-diff",
 8917 "tree-sitter-gitcommit",
 8918 "tree-sitter-go",
 8919 "tree-sitter-gomod",
 8920 "tree-sitter-gowork",
 8921 "tree-sitter-jsdoc",
 8922 "tree-sitter-json",
 8923 "tree-sitter-md",
 8924 "tree-sitter-python",
 8925 "tree-sitter-regex",
 8926 "tree-sitter-rust",
 8927 "tree-sitter-typescript",
 8928 "tree-sitter-yaml",
 8929 "unindent",
 8930 "util",
 8931 "workspace",
 8932 "workspace-hack",
 8933]
 8934
 8935[[package]]
 8936name = "lazy_static"
 8937version = "1.5.0"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8940dependencies = [
 8941 "spin",
 8942]
 8943
 8944[[package]]
 8945name = "lazycell"
 8946version = "1.3.0"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8949
 8950[[package]]
 8951name = "leak"
 8952version = "0.1.2"
 8953source = "registry+https://github.com/rust-lang/crates.io-index"
 8954checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8955
 8956[[package]]
 8957name = "leaky-cow"
 8958version = "0.1.1"
 8959source = "registry+https://github.com/rust-lang/crates.io-index"
 8960checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8961dependencies = [
 8962 "leak",
 8963]
 8964
 8965[[package]]
 8966name = "leb128"
 8967version = "0.2.5"
 8968source = "registry+https://github.com/rust-lang/crates.io-index"
 8969checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8970
 8971[[package]]
 8972name = "leb128fmt"
 8973version = "0.1.0"
 8974source = "registry+https://github.com/rust-lang/crates.io-index"
 8975checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8976
 8977[[package]]
 8978name = "lebe"
 8979version = "0.5.2"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8982
 8983[[package]]
 8984name = "libc"
 8985version = "0.2.172"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8988
 8989[[package]]
 8990name = "libdbus-sys"
 8991version = "0.2.5"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 8994dependencies = [
 8995 "cc",
 8996 "pkg-config",
 8997]
 8998
 8999[[package]]
 9000name = "libfuzzer-sys"
 9001version = "0.4.9"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 9004dependencies = [
 9005 "arbitrary",
 9006 "cc",
 9007]
 9008
 9009[[package]]
 9010name = "libgit2-sys"
 9011version = "0.18.1+1.9.0"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9014dependencies = [
 9015 "cc",
 9016 "libc",
 9017 "libz-sys",
 9018 "pkg-config",
 9019]
 9020
 9021[[package]]
 9022name = "libloading"
 9023version = "0.8.6"
 9024source = "registry+https://github.com/rust-lang/crates.io-index"
 9025checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9026dependencies = [
 9027 "cfg-if",
 9028 "windows-targets 0.52.6",
 9029]
 9030
 9031[[package]]
 9032name = "libm"
 9033version = "0.2.11"
 9034source = "registry+https://github.com/rust-lang/crates.io-index"
 9035checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9036
 9037[[package]]
 9038name = "libmimalloc-sys"
 9039version = "0.1.42"
 9040source = "registry+https://github.com/rust-lang/crates.io-index"
 9041checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9042dependencies = [
 9043 "cc",
 9044 "libc",
 9045]
 9046
 9047[[package]]
 9048name = "libredox"
 9049version = "0.1.3"
 9050source = "registry+https://github.com/rust-lang/crates.io-index"
 9051checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9052dependencies = [
 9053 "bitflags 2.9.0",
 9054 "libc",
 9055 "redox_syscall 0.5.11",
 9056]
 9057
 9058[[package]]
 9059name = "libsqlite3-sys"
 9060version = "0.30.1"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9063dependencies = [
 9064 "cc",
 9065 "pkg-config",
 9066 "vcpkg",
 9067]
 9068
 9069[[package]]
 9070name = "libwebrtc"
 9071version = "0.3.10"
 9072source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9073dependencies = [
 9074 "cxx",
 9075 "jni",
 9076 "js-sys",
 9077 "lazy_static",
 9078 "livekit-protocol",
 9079 "livekit-runtime",
 9080 "log",
 9081 "parking_lot",
 9082 "serde",
 9083 "serde_json",
 9084 "thiserror 1.0.69",
 9085 "tokio",
 9086 "wasm-bindgen",
 9087 "wasm-bindgen-futures",
 9088 "web-sys",
 9089 "webrtc-sys",
 9090]
 9091
 9092[[package]]
 9093name = "libz-rs-sys"
 9094version = "0.5.0"
 9095source = "registry+https://github.com/rust-lang/crates.io-index"
 9096checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9097dependencies = [
 9098 "zlib-rs",
 9099]
 9100
 9101[[package]]
 9102name = "libz-sys"
 9103version = "1.1.22"
 9104source = "registry+https://github.com/rust-lang/crates.io-index"
 9105checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9106dependencies = [
 9107 "cc",
 9108 "libc",
 9109 "pkg-config",
 9110 "vcpkg",
 9111]
 9112
 9113[[package]]
 9114name = "link-cplusplus"
 9115version = "1.0.10"
 9116source = "registry+https://github.com/rust-lang/crates.io-index"
 9117checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9118dependencies = [
 9119 "cc",
 9120]
 9121
 9122[[package]]
 9123name = "linkify"
 9124version = "0.10.0"
 9125source = "registry+https://github.com/rust-lang/crates.io-index"
 9126checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9127dependencies = [
 9128 "memchr",
 9129]
 9130
 9131[[package]]
 9132name = "linux-raw-sys"
 9133version = "0.4.15"
 9134source = "registry+https://github.com/rust-lang/crates.io-index"
 9135checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9136
 9137[[package]]
 9138name = "linux-raw-sys"
 9139version = "0.9.4"
 9140source = "registry+https://github.com/rust-lang/crates.io-index"
 9141checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9142
 9143[[package]]
 9144name = "litemap"
 9145version = "0.7.5"
 9146source = "registry+https://github.com/rust-lang/crates.io-index"
 9147checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9148
 9149[[package]]
 9150name = "livekit"
 9151version = "0.7.8"
 9152source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9153dependencies = [
 9154 "chrono",
 9155 "futures-util",
 9156 "lazy_static",
 9157 "libloading",
 9158 "libwebrtc",
 9159 "livekit-api",
 9160 "livekit-protocol",
 9161 "livekit-runtime",
 9162 "log",
 9163 "parking_lot",
 9164 "prost 0.12.6",
 9165 "semver",
 9166 "serde",
 9167 "serde_json",
 9168 "thiserror 1.0.69",
 9169 "tokio",
 9170]
 9171
 9172[[package]]
 9173name = "livekit-api"
 9174version = "0.4.2"
 9175source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9176dependencies = [
 9177 "futures-util",
 9178 "http 0.2.12",
 9179 "livekit-protocol",
 9180 "livekit-runtime",
 9181 "log",
 9182 "parking_lot",
 9183 "pbjson-types",
 9184 "prost 0.12.6",
 9185 "rand 0.9.1",
 9186 "reqwest 0.11.27",
 9187 "scopeguard",
 9188 "serde",
 9189 "sha2",
 9190 "thiserror 1.0.69",
 9191 "tokio",
 9192 "tokio-tungstenite 0.26.2",
 9193 "url",
 9194]
 9195
 9196[[package]]
 9197name = "livekit-protocol"
 9198version = "0.3.9"
 9199source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9200dependencies = [
 9201 "futures-util",
 9202 "livekit-runtime",
 9203 "parking_lot",
 9204 "pbjson",
 9205 "pbjson-types",
 9206 "prost 0.12.6",
 9207 "prost-types 0.12.6",
 9208 "serde",
 9209 "thiserror 1.0.69",
 9210 "tokio",
 9211]
 9212
 9213[[package]]
 9214name = "livekit-runtime"
 9215version = "0.4.0"
 9216source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9217dependencies = [
 9218 "tokio",
 9219 "tokio-stream",
 9220]
 9221
 9222[[package]]
 9223name = "livekit_api"
 9224version = "0.1.0"
 9225dependencies = [
 9226 "anyhow",
 9227 "async-trait",
 9228 "jsonwebtoken",
 9229 "log",
 9230 "prost 0.9.0",
 9231 "prost-build 0.9.0",
 9232 "prost-types 0.9.0",
 9233 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9234 "serde",
 9235 "workspace-hack",
 9236]
 9237
 9238[[package]]
 9239name = "livekit_client"
 9240version = "0.1.0"
 9241dependencies = [
 9242 "anyhow",
 9243 "async-trait",
 9244 "collections",
 9245 "core-foundation 0.10.0",
 9246 "core-video",
 9247 "coreaudio-rs 0.12.1",
 9248 "cpal",
 9249 "futures 0.3.31",
 9250 "gpui",
 9251 "gpui_tokio",
 9252 "http_client_tls",
 9253 "image",
 9254 "libwebrtc",
 9255 "livekit",
 9256 "livekit_api",
 9257 "log",
 9258 "nanoid",
 9259 "objc",
 9260 "parking_lot",
 9261 "postage",
 9262 "scap",
 9263 "serde",
 9264 "serde_json",
 9265 "sha2",
 9266 "simplelog",
 9267 "smallvec",
 9268 "tokio-tungstenite 0.26.2",
 9269 "util",
 9270 "workspace-hack",
 9271]
 9272
 9273[[package]]
 9274name = "lmdb-master-sys"
 9275version = "0.2.5"
 9276source = "registry+https://github.com/rust-lang/crates.io-index"
 9277checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9278dependencies = [
 9279 "cc",
 9280 "doxygen-rs",
 9281 "libc",
 9282]
 9283
 9284[[package]]
 9285name = "lmstudio"
 9286version = "0.1.0"
 9287dependencies = [
 9288 "anyhow",
 9289 "futures 0.3.31",
 9290 "http_client",
 9291 "schemars",
 9292 "serde",
 9293 "serde_json",
 9294 "workspace-hack",
 9295]
 9296
 9297[[package]]
 9298name = "lock_api"
 9299version = "0.4.12"
 9300source = "registry+https://github.com/rust-lang/crates.io-index"
 9301checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9302dependencies = [
 9303 "autocfg",
 9304 "scopeguard",
 9305]
 9306
 9307[[package]]
 9308name = "log"
 9309version = "0.4.27"
 9310source = "registry+https://github.com/rust-lang/crates.io-index"
 9311checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9312dependencies = [
 9313 "serde",
 9314 "value-bag",
 9315]
 9316
 9317[[package]]
 9318name = "logos"
 9319version = "0.15.0"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9322dependencies = [
 9323 "logos-derive",
 9324]
 9325
 9326[[package]]
 9327name = "logos-codegen"
 9328version = "0.15.0"
 9329source = "registry+https://github.com/rust-lang/crates.io-index"
 9330checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9331dependencies = [
 9332 "beef",
 9333 "fnv",
 9334 "lazy_static",
 9335 "proc-macro2",
 9336 "quote",
 9337 "regex-syntax 0.8.5",
 9338 "rustc_version",
 9339 "syn 2.0.101",
 9340]
 9341
 9342[[package]]
 9343name = "logos-derive"
 9344version = "0.15.0"
 9345source = "registry+https://github.com/rust-lang/crates.io-index"
 9346checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9347dependencies = [
 9348 "logos-codegen",
 9349]
 9350
 9351[[package]]
 9352name = "loom"
 9353version = "0.7.2"
 9354source = "registry+https://github.com/rust-lang/crates.io-index"
 9355checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9356dependencies = [
 9357 "cfg-if",
 9358 "generator",
 9359 "scoped-tls",
 9360 "tracing",
 9361 "tracing-subscriber",
 9362]
 9363
 9364[[package]]
 9365name = "loop9"
 9366version = "0.1.5"
 9367source = "registry+https://github.com/rust-lang/crates.io-index"
 9368checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9369dependencies = [
 9370 "imgref",
 9371]
 9372
 9373[[package]]
 9374name = "lru"
 9375version = "0.12.5"
 9376source = "registry+https://github.com/rust-lang/crates.io-index"
 9377checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9378dependencies = [
 9379 "hashbrown 0.15.3",
 9380]
 9381
 9382[[package]]
 9383name = "lsp"
 9384version = "0.1.0"
 9385dependencies = [
 9386 "anyhow",
 9387 "async-pipe",
 9388 "collections",
 9389 "ctor",
 9390 "env_logger 0.11.8",
 9391 "futures 0.3.31",
 9392 "gpui",
 9393 "log",
 9394 "lsp-types",
 9395 "parking_lot",
 9396 "postage",
 9397 "release_channel",
 9398 "schemars",
 9399 "serde",
 9400 "serde_json",
 9401 "smol",
 9402 "util",
 9403 "workspace-hack",
 9404]
 9405
 9406[[package]]
 9407name = "lsp-types"
 9408version = "0.95.1"
 9409source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9410dependencies = [
 9411 "bitflags 1.3.2",
 9412 "serde",
 9413 "serde_json",
 9414 "serde_repr",
 9415 "url",
 9416]
 9417
 9418[[package]]
 9419name = "lyon"
 9420version = "1.0.1"
 9421source = "registry+https://github.com/rust-lang/crates.io-index"
 9422checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9423dependencies = [
 9424 "lyon_algorithms",
 9425 "lyon_extra",
 9426 "lyon_tessellation",
 9427]
 9428
 9429[[package]]
 9430name = "lyon_algorithms"
 9431version = "1.0.5"
 9432source = "registry+https://github.com/rust-lang/crates.io-index"
 9433checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9434dependencies = [
 9435 "lyon_path",
 9436 "num-traits",
 9437]
 9438
 9439[[package]]
 9440name = "lyon_extra"
 9441version = "1.0.3"
 9442source = "registry+https://github.com/rust-lang/crates.io-index"
 9443checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9444dependencies = [
 9445 "lyon_path",
 9446 "thiserror 1.0.69",
 9447]
 9448
 9449[[package]]
 9450name = "lyon_geom"
 9451version = "1.0.6"
 9452source = "registry+https://github.com/rust-lang/crates.io-index"
 9453checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9454dependencies = [
 9455 "arrayvec",
 9456 "euclid",
 9457 "num-traits",
 9458]
 9459
 9460[[package]]
 9461name = "lyon_path"
 9462version = "1.0.7"
 9463source = "registry+https://github.com/rust-lang/crates.io-index"
 9464checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9465dependencies = [
 9466 "lyon_geom",
 9467 "num-traits",
 9468]
 9469
 9470[[package]]
 9471name = "lyon_tessellation"
 9472version = "1.0.15"
 9473source = "registry+https://github.com/rust-lang/crates.io-index"
 9474checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9475dependencies = [
 9476 "float_next_after",
 9477 "lyon_path",
 9478 "num-traits",
 9479]
 9480
 9481[[package]]
 9482name = "mac"
 9483version = "0.1.1"
 9484source = "registry+https://github.com/rust-lang/crates.io-index"
 9485checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9486
 9487[[package]]
 9488name = "mach2"
 9489version = "0.4.2"
 9490source = "registry+https://github.com/rust-lang/crates.io-index"
 9491checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9492dependencies = [
 9493 "libc",
 9494]
 9495
 9496[[package]]
 9497name = "malloc_buf"
 9498version = "0.0.6"
 9499source = "registry+https://github.com/rust-lang/crates.io-index"
 9500checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9501dependencies = [
 9502 "libc",
 9503]
 9504
 9505[[package]]
 9506name = "maplit"
 9507version = "1.0.2"
 9508source = "registry+https://github.com/rust-lang/crates.io-index"
 9509checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9510
 9511[[package]]
 9512name = "markdown"
 9513version = "0.1.0"
 9514dependencies = [
 9515 "anyhow",
 9516 "assets",
 9517 "base64 0.22.1",
 9518 "env_logger 0.11.8",
 9519 "gpui",
 9520 "language",
 9521 "languages",
 9522 "linkify",
 9523 "log",
 9524 "node_runtime",
 9525 "pulldown-cmark 0.12.2",
 9526 "settings",
 9527 "sum_tree",
 9528 "theme",
 9529 "ui",
 9530 "util",
 9531 "workspace-hack",
 9532]
 9533
 9534[[package]]
 9535name = "markdown_preview"
 9536version = "0.1.0"
 9537dependencies = [
 9538 "anyhow",
 9539 "async-recursion 1.1.1",
 9540 "collections",
 9541 "editor",
 9542 "gpui",
 9543 "language",
 9544 "linkify",
 9545 "log",
 9546 "pretty_assertions",
 9547 "pulldown-cmark 0.12.2",
 9548 "settings",
 9549 "theme",
 9550 "ui",
 9551 "util",
 9552 "workspace",
 9553 "workspace-hack",
 9554]
 9555
 9556[[package]]
 9557name = "markup5ever"
 9558version = "0.12.1"
 9559source = "registry+https://github.com/rust-lang/crates.io-index"
 9560checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9561dependencies = [
 9562 "log",
 9563 "phf",
 9564 "phf_codegen",
 9565 "string_cache",
 9566 "string_cache_codegen",
 9567 "tendril",
 9568]
 9569
 9570[[package]]
 9571name = "markup5ever"
 9572version = "0.16.1"
 9573source = "registry+https://github.com/rust-lang/crates.io-index"
 9574checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9575dependencies = [
 9576 "log",
 9577 "tendril",
 9578 "web_atoms",
 9579]
 9580
 9581[[package]]
 9582name = "markup5ever_rcdom"
 9583version = "0.3.0"
 9584source = "registry+https://github.com/rust-lang/crates.io-index"
 9585checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9586dependencies = [
 9587 "html5ever 0.27.0",
 9588 "markup5ever 0.12.1",
 9589 "tendril",
 9590 "xml5ever",
 9591]
 9592
 9593[[package]]
 9594name = "match_token"
 9595version = "0.1.0"
 9596source = "registry+https://github.com/rust-lang/crates.io-index"
 9597checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9598dependencies = [
 9599 "proc-macro2",
 9600 "quote",
 9601 "syn 2.0.101",
 9602]
 9603
 9604[[package]]
 9605name = "matchers"
 9606version = "0.1.0"
 9607source = "registry+https://github.com/rust-lang/crates.io-index"
 9608checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9609dependencies = [
 9610 "regex-automata 0.1.10",
 9611]
 9612
 9613[[package]]
 9614name = "matchit"
 9615version = "0.7.3"
 9616source = "registry+https://github.com/rust-lang/crates.io-index"
 9617checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9618
 9619[[package]]
 9620name = "maybe-async"
 9621version = "0.2.10"
 9622source = "registry+https://github.com/rust-lang/crates.io-index"
 9623checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9624dependencies = [
 9625 "proc-macro2",
 9626 "quote",
 9627 "syn 2.0.101",
 9628]
 9629
 9630[[package]]
 9631name = "maybe-owned"
 9632version = "0.3.4"
 9633source = "registry+https://github.com/rust-lang/crates.io-index"
 9634checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9635
 9636[[package]]
 9637name = "maybe-rayon"
 9638version = "0.1.1"
 9639source = "registry+https://github.com/rust-lang/crates.io-index"
 9640checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9641dependencies = [
 9642 "cfg-if",
 9643 "rayon",
 9644]
 9645
 9646[[package]]
 9647name = "md-5"
 9648version = "0.10.6"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9651dependencies = [
 9652 "cfg-if",
 9653 "digest",
 9654]
 9655
 9656[[package]]
 9657name = "mdbook"
 9658version = "0.4.48"
 9659source = "registry+https://github.com/rust-lang/crates.io-index"
 9660checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9661dependencies = [
 9662 "ammonia",
 9663 "anyhow",
 9664 "chrono",
 9665 "clap",
 9666 "clap_complete",
 9667 "elasticlunr-rs",
 9668 "env_logger 0.11.8",
 9669 "futures-util",
 9670 "handlebars 6.3.2",
 9671 "hex",
 9672 "ignore",
 9673 "log",
 9674 "memchr",
 9675 "notify",
 9676 "notify-debouncer-mini",
 9677 "once_cell",
 9678 "opener",
 9679 "pathdiff",
 9680 "pulldown-cmark 0.10.3",
 9681 "regex",
 9682 "serde",
 9683 "serde_json",
 9684 "sha2",
 9685 "shlex",
 9686 "tempfile",
 9687 "tokio",
 9688 "toml 0.5.11",
 9689 "topological-sort",
 9690 "walkdir",
 9691 "warp",
 9692]
 9693
 9694[[package]]
 9695name = "media"
 9696version = "0.1.0"
 9697dependencies = [
 9698 "anyhow",
 9699 "bindgen 0.71.1",
 9700 "core-foundation 0.10.0",
 9701 "core-video",
 9702 "ctor",
 9703 "foreign-types 0.5.0",
 9704 "metal",
 9705 "objc",
 9706 "workspace-hack",
 9707]
 9708
 9709[[package]]
 9710name = "memchr"
 9711version = "2.7.4"
 9712source = "registry+https://github.com/rust-lang/crates.io-index"
 9713checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9714
 9715[[package]]
 9716name = "memfd"
 9717version = "0.6.4"
 9718source = "registry+https://github.com/rust-lang/crates.io-index"
 9719checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9720dependencies = [
 9721 "rustix 0.38.44",
 9722]
 9723
 9724[[package]]
 9725name = "memmap2"
 9726version = "0.9.5"
 9727source = "registry+https://github.com/rust-lang/crates.io-index"
 9728checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9729dependencies = [
 9730 "libc",
 9731]
 9732
 9733[[package]]
 9734name = "memoffset"
 9735version = "0.9.1"
 9736source = "registry+https://github.com/rust-lang/crates.io-index"
 9737checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9738dependencies = [
 9739 "autocfg",
 9740]
 9741
 9742[[package]]
 9743name = "menu"
 9744version = "0.1.0"
 9745dependencies = [
 9746 "gpui",
 9747 "workspace-hack",
 9748]
 9749
 9750[[package]]
 9751name = "metal"
 9752version = "0.29.0"
 9753source = "registry+https://github.com/rust-lang/crates.io-index"
 9754checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9755dependencies = [
 9756 "bitflags 2.9.0",
 9757 "block",
 9758 "core-graphics-types 0.1.3",
 9759 "foreign-types 0.5.0",
 9760 "log",
 9761 "objc",
 9762 "paste",
 9763]
 9764
 9765[[package]]
 9766name = "migrator"
 9767version = "0.1.0"
 9768dependencies = [
 9769 "anyhow",
 9770 "collections",
 9771 "convert_case 0.8.0",
 9772 "log",
 9773 "pretty_assertions",
 9774 "streaming-iterator",
 9775 "tree-sitter",
 9776 "tree-sitter-json",
 9777 "workspace-hack",
 9778]
 9779
 9780[[package]]
 9781name = "mimalloc"
 9782version = "0.1.46"
 9783source = "registry+https://github.com/rust-lang/crates.io-index"
 9784checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9785dependencies = [
 9786 "libmimalloc-sys",
 9787]
 9788
 9789[[package]]
 9790name = "mime"
 9791version = "0.3.17"
 9792source = "registry+https://github.com/rust-lang/crates.io-index"
 9793checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9794
 9795[[package]]
 9796name = "mime_guess"
 9797version = "2.0.5"
 9798source = "registry+https://github.com/rust-lang/crates.io-index"
 9799checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9800dependencies = [
 9801 "mime",
 9802 "unicase",
 9803]
 9804
 9805[[package]]
 9806name = "minimal-lexical"
 9807version = "0.2.1"
 9808source = "registry+https://github.com/rust-lang/crates.io-index"
 9809checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9810
 9811[[package]]
 9812name = "miniz_oxide"
 9813version = "0.8.8"
 9814source = "registry+https://github.com/rust-lang/crates.io-index"
 9815checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9816dependencies = [
 9817 "adler2",
 9818 "simd-adler32",
 9819]
 9820
 9821[[package]]
 9822name = "mint"
 9823version = "0.5.9"
 9824source = "registry+https://github.com/rust-lang/crates.io-index"
 9825checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9826
 9827[[package]]
 9828name = "mio"
 9829version = "1.0.3"
 9830source = "registry+https://github.com/rust-lang/crates.io-index"
 9831checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9832dependencies = [
 9833 "libc",
 9834 "log",
 9835 "wasi 0.11.0+wasi-snapshot-preview1",
 9836 "windows-sys 0.52.0",
 9837]
 9838
 9839[[package]]
 9840name = "miow"
 9841version = "0.6.0"
 9842source = "registry+https://github.com/rust-lang/crates.io-index"
 9843checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9844dependencies = [
 9845 "windows-sys 0.48.0",
 9846]
 9847
 9848[[package]]
 9849name = "mistral"
 9850version = "0.1.0"
 9851dependencies = [
 9852 "anyhow",
 9853 "futures 0.3.31",
 9854 "http_client",
 9855 "schemars",
 9856 "serde",
 9857 "serde_json",
 9858 "strum 0.27.1",
 9859 "workspace-hack",
 9860]
 9861
 9862[[package]]
 9863name = "moka"
 9864version = "0.12.10"
 9865source = "registry+https://github.com/rust-lang/crates.io-index"
 9866checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9867dependencies = [
 9868 "crossbeam-channel",
 9869 "crossbeam-epoch",
 9870 "crossbeam-utils",
 9871 "loom",
 9872 "parking_lot",
 9873 "portable-atomic",
 9874 "rustc_version",
 9875 "smallvec",
 9876 "tagptr",
 9877 "thiserror 1.0.69",
 9878 "uuid",
 9879]
 9880
 9881[[package]]
 9882name = "msvc_spectre_libs"
 9883version = "0.1.3"
 9884source = "registry+https://github.com/rust-lang/crates.io-index"
 9885checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9886dependencies = [
 9887 "cc",
 9888]
 9889
 9890[[package]]
 9891name = "multi_buffer"
 9892version = "0.1.0"
 9893dependencies = [
 9894 "anyhow",
 9895 "buffer_diff",
 9896 "clock",
 9897 "collections",
 9898 "ctor",
 9899 "env_logger 0.11.8",
 9900 "gpui",
 9901 "indoc",
 9902 "itertools 0.14.0",
 9903 "language",
 9904 "log",
 9905 "parking_lot",
 9906 "pretty_assertions",
 9907 "project",
 9908 "rand 0.8.5",
 9909 "rope",
 9910 "serde",
 9911 "settings",
 9912 "smallvec",
 9913 "smol",
 9914 "sum_tree",
 9915 "text",
 9916 "theme",
 9917 "tree-sitter",
 9918 "util",
 9919 "workspace-hack",
 9920]
 9921
 9922[[package]]
 9923name = "multimap"
 9924version = "0.8.3"
 9925source = "registry+https://github.com/rust-lang/crates.io-index"
 9926checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9927
 9928[[package]]
 9929name = "multimap"
 9930version = "0.10.0"
 9931source = "registry+https://github.com/rust-lang/crates.io-index"
 9932checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9933
 9934[[package]]
 9935name = "naga"
 9936version = "25.0.1"
 9937source = "registry+https://github.com/rust-lang/crates.io-index"
 9938checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9939dependencies = [
 9940 "arrayvec",
 9941 "bit-set 0.8.0",
 9942 "bitflags 2.9.0",
 9943 "cfg_aliases 0.2.1",
 9944 "codespan-reporting 0.12.0",
 9945 "half",
 9946 "hashbrown 0.15.3",
 9947 "hexf-parse",
 9948 "indexmap",
 9949 "log",
 9950 "num-traits",
 9951 "once_cell",
 9952 "rustc-hash 1.1.0",
 9953 "spirv",
 9954 "strum 0.26.3",
 9955 "thiserror 2.0.12",
 9956 "unicode-ident",
 9957]
 9958
 9959[[package]]
 9960name = "nanoid"
 9961version = "0.4.0"
 9962source = "registry+https://github.com/rust-lang/crates.io-index"
 9963checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9964dependencies = [
 9965 "rand 0.8.5",
 9966]
 9967
 9968[[package]]
 9969name = "nanorand"
 9970version = "0.7.0"
 9971source = "registry+https://github.com/rust-lang/crates.io-index"
 9972checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9973dependencies = [
 9974 "getrandom 0.2.15",
 9975]
 9976
 9977[[package]]
 9978name = "native-tls"
 9979version = "0.2.14"
 9980source = "registry+https://github.com/rust-lang/crates.io-index"
 9981checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9982dependencies = [
 9983 "libc",
 9984 "log",
 9985 "openssl",
 9986 "openssl-probe",
 9987 "openssl-sys",
 9988 "schannel",
 9989 "security-framework 2.11.1",
 9990 "security-framework-sys",
 9991 "tempfile",
 9992]
 9993
 9994[[package]]
 9995name = "nbformat"
 9996version = "0.10.0"
 9997source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 9998dependencies = [
 9999 "anyhow",
10000 "chrono",
10001 "jupyter-protocol",
10002 "serde",
10003 "serde_json",
10004 "thiserror 1.0.69",
10005 "uuid",
10006]
10007
10008[[package]]
10009name = "ndk"
10010version = "0.8.0"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10013dependencies = [
10014 "bitflags 2.9.0",
10015 "jni-sys",
10016 "log",
10017 "ndk-sys",
10018 "num_enum",
10019 "thiserror 1.0.69",
10020]
10021
10022[[package]]
10023name = "ndk-context"
10024version = "0.1.1"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10027
10028[[package]]
10029name = "ndk-sys"
10030version = "0.5.0+25.2.9519653"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10033dependencies = [
10034 "jni-sys",
10035]
10036
10037[[package]]
10038name = "new_debug_unreachable"
10039version = "1.0.6"
10040source = "registry+https://github.com/rust-lang/crates.io-index"
10041checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10042
10043[[package]]
10044name = "nix"
10045version = "0.28.0"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10048dependencies = [
10049 "bitflags 2.9.0",
10050 "cfg-if",
10051 "cfg_aliases 0.1.1",
10052 "libc",
10053]
10054
10055[[package]]
10056name = "nix"
10057version = "0.29.0"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10060dependencies = [
10061 "bitflags 2.9.0",
10062 "cfg-if",
10063 "cfg_aliases 0.2.1",
10064 "libc",
10065 "memoffset",
10066]
10067
10068[[package]]
10069name = "node_runtime"
10070version = "0.1.0"
10071dependencies = [
10072 "anyhow",
10073 "async-compression",
10074 "async-std",
10075 "async-tar",
10076 "async-trait",
10077 "async-watch",
10078 "async_zip",
10079 "futures 0.3.31",
10080 "http_client",
10081 "log",
10082 "paths",
10083 "semver",
10084 "serde",
10085 "serde_json",
10086 "smol",
10087 "tempfile",
10088 "util",
10089 "walkdir",
10090 "which 6.0.3",
10091 "workspace-hack",
10092]
10093
10094[[package]]
10095name = "nom"
10096version = "7.1.3"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10099dependencies = [
10100 "memchr",
10101 "minimal-lexical",
10102]
10103
10104[[package]]
10105name = "noop_proc_macro"
10106version = "0.3.0"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10109
10110[[package]]
10111name = "normpath"
10112version = "1.3.0"
10113source = "registry+https://github.com/rust-lang/crates.io-index"
10114checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10115dependencies = [
10116 "windows-sys 0.59.0",
10117]
10118
10119[[package]]
10120name = "notifications"
10121version = "0.1.0"
10122dependencies = [
10123 "anyhow",
10124 "channel",
10125 "client",
10126 "collections",
10127 "component",
10128 "db",
10129 "gpui",
10130 "rpc",
10131 "settings",
10132 "sum_tree",
10133 "time",
10134 "ui",
10135 "util",
10136 "workspace",
10137 "workspace-hack",
10138]
10139
10140[[package]]
10141name = "notify"
10142version = "8.0.0"
10143source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10144dependencies = [
10145 "bitflags 2.9.0",
10146 "filetime",
10147 "fsevent-sys 4.1.0",
10148 "inotify",
10149 "kqueue",
10150 "libc",
10151 "log",
10152 "mio",
10153 "notify-types",
10154 "walkdir",
10155 "windows-sys 0.59.0",
10156]
10157
10158[[package]]
10159name = "notify-debouncer-mini"
10160version = "0.6.0"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10163dependencies = [
10164 "log",
10165 "notify",
10166 "notify-types",
10167 "tempfile",
10168]
10169
10170[[package]]
10171name = "notify-types"
10172version = "2.0.0"
10173source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10174
10175[[package]]
10176name = "ntapi"
10177version = "0.4.1"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10180dependencies = [
10181 "winapi",
10182]
10183
10184[[package]]
10185name = "nu-ansi-term"
10186version = "0.46.0"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10189dependencies = [
10190 "overload",
10191 "winapi",
10192]
10193
10194[[package]]
10195name = "num"
10196version = "0.4.3"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10199dependencies = [
10200 "num-bigint",
10201 "num-complex",
10202 "num-integer",
10203 "num-iter",
10204 "num-rational",
10205 "num-traits",
10206]
10207
10208[[package]]
10209name = "num-bigint"
10210version = "0.4.6"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10213dependencies = [
10214 "num-integer",
10215 "num-traits",
10216]
10217
10218[[package]]
10219name = "num-bigint-dig"
10220version = "0.8.4"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10223dependencies = [
10224 "byteorder",
10225 "lazy_static",
10226 "libm",
10227 "num-integer",
10228 "num-iter",
10229 "num-traits",
10230 "rand 0.8.5",
10231 "serde",
10232 "smallvec",
10233 "zeroize",
10234]
10235
10236[[package]]
10237name = "num-cmp"
10238version = "0.1.0"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10241
10242[[package]]
10243name = "num-complex"
10244version = "0.4.6"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10247dependencies = [
10248 "num-traits",
10249]
10250
10251[[package]]
10252name = "num-conv"
10253version = "0.1.0"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10256
10257[[package]]
10258name = "num-derive"
10259version = "0.4.2"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10262dependencies = [
10263 "proc-macro2",
10264 "quote",
10265 "syn 2.0.101",
10266]
10267
10268[[package]]
10269name = "num-format"
10270version = "0.4.4"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10273dependencies = [
10274 "arrayvec",
10275 "itoa",
10276]
10277
10278[[package]]
10279name = "num-integer"
10280version = "0.1.46"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10283dependencies = [
10284 "num-traits",
10285]
10286
10287[[package]]
10288name = "num-iter"
10289version = "0.1.45"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10292dependencies = [
10293 "autocfg",
10294 "num-integer",
10295 "num-traits",
10296]
10297
10298[[package]]
10299name = "num-modular"
10300version = "0.6.1"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10303
10304[[package]]
10305name = "num-order"
10306version = "1.2.0"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10309dependencies = [
10310 "num-modular",
10311]
10312
10313[[package]]
10314name = "num-rational"
10315version = "0.4.2"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10318dependencies = [
10319 "num-bigint",
10320 "num-integer",
10321 "num-traits",
10322]
10323
10324[[package]]
10325name = "num-traits"
10326version = "0.2.19"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10329dependencies = [
10330 "autocfg",
10331 "libm",
10332]
10333
10334[[package]]
10335name = "num_cpus"
10336version = "1.16.0"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10339dependencies = [
10340 "hermit-abi 0.3.9",
10341 "libc",
10342]
10343
10344[[package]]
10345name = "num_enum"
10346version = "0.7.3"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10349dependencies = [
10350 "num_enum_derive",
10351]
10352
10353[[package]]
10354name = "num_enum_derive"
10355version = "0.7.3"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10358dependencies = [
10359 "proc-macro-crate",
10360 "proc-macro2",
10361 "quote",
10362 "syn 2.0.101",
10363]
10364
10365[[package]]
10366name = "num_threads"
10367version = "0.1.7"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10370dependencies = [
10371 "libc",
10372]
10373
10374[[package]]
10375name = "nvim-rs"
10376version = "0.9.2"
10377source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10378dependencies = [
10379 "async-trait",
10380 "futures 0.3.31",
10381 "log",
10382 "rmp",
10383 "rmpv",
10384 "tokio",
10385 "tokio-util",
10386]
10387
10388[[package]]
10389name = "objc"
10390version = "0.2.7"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10393dependencies = [
10394 "malloc_buf",
10395 "objc_exception",
10396]
10397
10398[[package]]
10399name = "objc-foundation"
10400version = "0.1.1"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10403dependencies = [
10404 "block",
10405 "objc",
10406 "objc_id",
10407]
10408
10409[[package]]
10410name = "objc2"
10411version = "0.6.1"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10414dependencies = [
10415 "objc2-encode",
10416]
10417
10418[[package]]
10419name = "objc2-app-kit"
10420version = "0.3.1"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10423dependencies = [
10424 "bitflags 2.9.0",
10425 "objc2",
10426 "objc2-core-foundation",
10427 "objc2-foundation",
10428 "objc2-quartz-core",
10429]
10430
10431[[package]]
10432name = "objc2-core-foundation"
10433version = "0.3.1"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10436dependencies = [
10437 "bitflags 2.9.0",
10438 "dispatch2",
10439 "objc2",
10440]
10441
10442[[package]]
10443name = "objc2-encode"
10444version = "4.1.0"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10447
10448[[package]]
10449name = "objc2-foundation"
10450version = "0.3.1"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10453dependencies = [
10454 "bitflags 2.9.0",
10455 "objc2",
10456 "objc2-core-foundation",
10457]
10458
10459[[package]]
10460name = "objc2-metal"
10461version = "0.3.1"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10464dependencies = [
10465 "bitflags 2.9.0",
10466 "block2",
10467 "dispatch2",
10468 "objc2",
10469 "objc2-core-foundation",
10470 "objc2-foundation",
10471]
10472
10473[[package]]
10474name = "objc2-quartz-core"
10475version = "0.3.1"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10478dependencies = [
10479 "bitflags 2.9.0",
10480 "objc2",
10481 "objc2-core-foundation",
10482 "objc2-foundation",
10483 "objc2-metal",
10484]
10485
10486[[package]]
10487name = "objc2-ui-kit"
10488version = "0.3.1"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10491dependencies = [
10492 "bitflags 2.9.0",
10493 "objc2",
10494 "objc2-core-foundation",
10495 "objc2-foundation",
10496 "objc2-quartz-core",
10497]
10498
10499[[package]]
10500name = "objc_exception"
10501version = "0.1.2"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10504dependencies = [
10505 "cc",
10506]
10507
10508[[package]]
10509name = "objc_id"
10510version = "0.1.1"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10513dependencies = [
10514 "objc",
10515]
10516
10517[[package]]
10518name = "object"
10519version = "0.36.7"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10522dependencies = [
10523 "crc32fast",
10524 "hashbrown 0.15.3",
10525 "indexmap",
10526 "memchr",
10527]
10528
10529[[package]]
10530name = "oboe"
10531version = "0.6.1"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10534dependencies = [
10535 "jni",
10536 "ndk",
10537 "ndk-context",
10538 "num-derive",
10539 "num-traits",
10540 "oboe-sys",
10541]
10542
10543[[package]]
10544name = "oboe-sys"
10545version = "0.6.1"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10548dependencies = [
10549 "cc",
10550]
10551
10552[[package]]
10553name = "ollama"
10554version = "0.1.0"
10555dependencies = [
10556 "anyhow",
10557 "futures 0.3.31",
10558 "http_client",
10559 "schemars",
10560 "serde",
10561 "serde_json",
10562 "workspace-hack",
10563]
10564
10565[[package]]
10566name = "once_cell"
10567version = "1.21.3"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10570
10571[[package]]
10572name = "oo7"
10573version = "0.4.3"
10574source = "registry+https://github.com/rust-lang/crates.io-index"
10575checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10576dependencies = [
10577 "aes",
10578 "ashpd",
10579 "async-fs",
10580 "async-io",
10581 "async-lock",
10582 "blocking",
10583 "cbc",
10584 "cipher",
10585 "digest",
10586 "endi",
10587 "futures-lite 2.6.0",
10588 "futures-util",
10589 "getrandom 0.3.2",
10590 "hkdf",
10591 "hmac",
10592 "md-5",
10593 "num",
10594 "num-bigint-dig",
10595 "pbkdf2 0.12.2",
10596 "rand 0.9.1",
10597 "serde",
10598 "sha2",
10599 "subtle",
10600 "zbus",
10601 "zbus_macros",
10602 "zeroize",
10603 "zvariant",
10604]
10605
10606[[package]]
10607name = "oorandom"
10608version = "11.1.5"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10611
10612[[package]]
10613name = "open"
10614version = "5.3.2"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10617dependencies = [
10618 "is-wsl",
10619 "libc",
10620 "pathdiff",
10621]
10622
10623[[package]]
10624name = "open_ai"
10625version = "0.1.0"
10626dependencies = [
10627 "anyhow",
10628 "futures 0.3.31",
10629 "http_client",
10630 "schemars",
10631 "serde",
10632 "serde_json",
10633 "strum 0.27.1",
10634 "workspace-hack",
10635]
10636
10637[[package]]
10638name = "opener"
10639version = "0.7.2"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10642dependencies = [
10643 "bstr",
10644 "dbus",
10645 "normpath",
10646 "windows-sys 0.59.0",
10647]
10648
10649[[package]]
10650name = "openssl"
10651version = "0.10.72"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10654dependencies = [
10655 "bitflags 2.9.0",
10656 "cfg-if",
10657 "foreign-types 0.3.2",
10658 "libc",
10659 "once_cell",
10660 "openssl-macros",
10661 "openssl-sys",
10662]
10663
10664[[package]]
10665name = "openssl-macros"
10666version = "0.1.1"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10669dependencies = [
10670 "proc-macro2",
10671 "quote",
10672 "syn 2.0.101",
10673]
10674
10675[[package]]
10676name = "openssl-probe"
10677version = "0.1.6"
10678source = "registry+https://github.com/rust-lang/crates.io-index"
10679checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10680
10681[[package]]
10682name = "openssl-sys"
10683version = "0.9.107"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10686dependencies = [
10687 "cc",
10688 "libc",
10689 "pkg-config",
10690 "vcpkg",
10691]
10692
10693[[package]]
10694name = "optfield"
10695version = "0.3.0"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10698dependencies = [
10699 "proc-macro2",
10700 "quote",
10701 "syn 2.0.101",
10702]
10703
10704[[package]]
10705name = "option-ext"
10706version = "0.2.0"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10709
10710[[package]]
10711name = "ordered-float"
10712version = "2.10.1"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10715dependencies = [
10716 "num-traits",
10717]
10718
10719[[package]]
10720name = "ordered-float"
10721version = "4.6.0"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10724dependencies = [
10725 "num-traits",
10726]
10727
10728[[package]]
10729name = "ordered-stream"
10730version = "0.2.0"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10733dependencies = [
10734 "futures-core",
10735 "pin-project-lite",
10736]
10737
10738[[package]]
10739name = "ouroboros"
10740version = "0.18.5"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10743dependencies = [
10744 "aliasable",
10745 "ouroboros_macro",
10746 "static_assertions",
10747]
10748
10749[[package]]
10750name = "ouroboros_macro"
10751version = "0.18.5"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10754dependencies = [
10755 "heck 0.4.1",
10756 "proc-macro2",
10757 "proc-macro2-diagnostics",
10758 "quote",
10759 "syn 2.0.101",
10760]
10761
10762[[package]]
10763name = "outline"
10764version = "0.1.0"
10765dependencies = [
10766 "editor",
10767 "fuzzy",
10768 "gpui",
10769 "indoc",
10770 "language",
10771 "menu",
10772 "ordered-float 2.10.1",
10773 "picker",
10774 "project",
10775 "rope",
10776 "serde_json",
10777 "settings",
10778 "smol",
10779 "theme",
10780 "tree-sitter-rust",
10781 "tree-sitter-typescript",
10782 "ui",
10783 "util",
10784 "workspace",
10785 "workspace-hack",
10786 "zed_actions",
10787]
10788
10789[[package]]
10790name = "outline_panel"
10791version = "0.1.0"
10792dependencies = [
10793 "anyhow",
10794 "collections",
10795 "db",
10796 "editor",
10797 "file_icons",
10798 "fuzzy",
10799 "gpui",
10800 "itertools 0.14.0",
10801 "language",
10802 "log",
10803 "menu",
10804 "outline",
10805 "pretty_assertions",
10806 "project",
10807 "schemars",
10808 "search",
10809 "serde",
10810 "serde_json",
10811 "settings",
10812 "smallvec",
10813 "smol",
10814 "theme",
10815 "ui",
10816 "util",
10817 "workspace",
10818 "workspace-hack",
10819 "worktree",
10820 "zed_actions",
10821]
10822
10823[[package]]
10824name = "outref"
10825version = "0.5.2"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10828
10829[[package]]
10830name = "overload"
10831version = "0.1.1"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10834
10835[[package]]
10836name = "p256"
10837version = "0.11.1"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10840dependencies = [
10841 "ecdsa",
10842 "elliptic-curve",
10843 "sha2",
10844]
10845
10846[[package]]
10847name = "page_size"
10848version = "0.6.0"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10851dependencies = [
10852 "libc",
10853 "winapi",
10854]
10855
10856[[package]]
10857name = "palette"
10858version = "0.7.6"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10861dependencies = [
10862 "approx",
10863 "fast-srgb8",
10864 "palette_derive",
10865]
10866
10867[[package]]
10868name = "palette_derive"
10869version = "0.7.6"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10872dependencies = [
10873 "by_address",
10874 "proc-macro2",
10875 "quote",
10876 "syn 2.0.101",
10877]
10878
10879[[package]]
10880name = "panel"
10881version = "0.1.0"
10882dependencies = [
10883 "editor",
10884 "gpui",
10885 "settings",
10886 "theme",
10887 "ui",
10888 "workspace",
10889 "workspace-hack",
10890]
10891
10892[[package]]
10893name = "parking"
10894version = "2.2.1"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10897
10898[[package]]
10899name = "parking_lot"
10900version = "0.12.3"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10903dependencies = [
10904 "lock_api",
10905 "parking_lot_core",
10906]
10907
10908[[package]]
10909name = "parking_lot_core"
10910version = "0.9.10"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10913dependencies = [
10914 "cfg-if",
10915 "libc",
10916 "redox_syscall 0.5.11",
10917 "smallvec",
10918 "windows-targets 0.52.6",
10919]
10920
10921[[package]]
10922name = "partial-json-fixer"
10923version = "0.5.3"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10926
10927[[package]]
10928name = "password-hash"
10929version = "0.4.2"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10932dependencies = [
10933 "base64ct",
10934 "rand_core 0.6.4",
10935 "subtle",
10936]
10937
10938[[package]]
10939name = "password-hash"
10940version = "0.5.0"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10943dependencies = [
10944 "base64ct",
10945 "rand_core 0.6.4",
10946 "subtle",
10947]
10948
10949[[package]]
10950name = "paste"
10951version = "1.0.15"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10954
10955[[package]]
10956name = "pathdiff"
10957version = "0.2.3"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10960
10961[[package]]
10962name = "pathfinder_geometry"
10963version = "0.5.1"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10966dependencies = [
10967 "log",
10968 "pathfinder_simd",
10969]
10970
10971[[package]]
10972name = "pathfinder_simd"
10973version = "0.5.4"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10976dependencies = [
10977 "rustc_version",
10978]
10979
10980[[package]]
10981name = "paths"
10982version = "0.1.0"
10983dependencies = [
10984 "dirs 4.0.0",
10985 "util",
10986 "workspace-hack",
10987]
10988
10989[[package]]
10990name = "pbjson"
10991version = "0.6.0"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10994dependencies = [
10995 "base64 0.21.7",
10996 "serde",
10997]
10998
10999[[package]]
11000name = "pbjson-build"
11001version = "0.6.2"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11004dependencies = [
11005 "heck 0.4.1",
11006 "itertools 0.11.0",
11007 "prost 0.12.6",
11008 "prost-types 0.12.6",
11009]
11010
11011[[package]]
11012name = "pbjson-types"
11013version = "0.6.0"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11016dependencies = [
11017 "bytes 1.10.1",
11018 "chrono",
11019 "pbjson",
11020 "pbjson-build",
11021 "prost 0.12.6",
11022 "prost-build 0.12.6",
11023 "serde",
11024]
11025
11026[[package]]
11027name = "pbkdf2"
11028version = "0.11.0"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11031dependencies = [
11032 "digest",
11033 "hmac",
11034 "password-hash 0.4.2",
11035 "sha2",
11036]
11037
11038[[package]]
11039name = "pbkdf2"
11040version = "0.12.2"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11043dependencies = [
11044 "digest",
11045 "hmac",
11046]
11047
11048[[package]]
11049name = "pem"
11050version = "3.0.5"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11053dependencies = [
11054 "base64 0.22.1",
11055 "serde",
11056]
11057
11058[[package]]
11059name = "pem-rfc7468"
11060version = "0.7.0"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11063dependencies = [
11064 "base64ct",
11065]
11066
11067[[package]]
11068name = "percent-encoding"
11069version = "2.3.1"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11072
11073[[package]]
11074name = "perplexity"
11075version = "0.1.0"
11076dependencies = [
11077 "serde",
11078 "zed_extension_api 0.6.0",
11079]
11080
11081[[package]]
11082name = "pest"
11083version = "2.8.0"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11086dependencies = [
11087 "memchr",
11088 "thiserror 2.0.12",
11089 "ucd-trie",
11090]
11091
11092[[package]]
11093name = "pest_derive"
11094version = "2.8.0"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11097dependencies = [
11098 "pest",
11099 "pest_generator",
11100]
11101
11102[[package]]
11103name = "pest_generator"
11104version = "2.8.0"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11107dependencies = [
11108 "pest",
11109 "pest_meta",
11110 "proc-macro2",
11111 "quote",
11112 "syn 2.0.101",
11113]
11114
11115[[package]]
11116name = "pest_meta"
11117version = "2.8.0"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11120dependencies = [
11121 "once_cell",
11122 "pest",
11123 "sha2",
11124]
11125
11126[[package]]
11127name = "pet"
11128version = "0.1.0"
11129source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11130dependencies = [
11131 "clap",
11132 "env_logger 0.10.2",
11133 "lazy_static",
11134 "log",
11135 "msvc_spectre_libs",
11136 "pet-conda",
11137 "pet-core",
11138 "pet-env-var-path",
11139 "pet-fs",
11140 "pet-global-virtualenvs",
11141 "pet-homebrew",
11142 "pet-jsonrpc",
11143 "pet-linux-global-python",
11144 "pet-mac-commandlinetools",
11145 "pet-mac-python-org",
11146 "pet-mac-xcode",
11147 "pet-pipenv",
11148 "pet-pixi",
11149 "pet-poetry",
11150 "pet-pyenv",
11151 "pet-python-utils",
11152 "pet-reporter",
11153 "pet-telemetry",
11154 "pet-venv",
11155 "pet-virtualenv",
11156 "pet-virtualenvwrapper",
11157 "pet-windows-registry",
11158 "pet-windows-store",
11159 "serde",
11160 "serde_json",
11161]
11162
11163[[package]]
11164name = "pet-conda"
11165version = "0.1.0"
11166source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11167dependencies = [
11168 "env_logger 0.10.2",
11169 "lazy_static",
11170 "log",
11171 "msvc_spectre_libs",
11172 "pet-core",
11173 "pet-fs",
11174 "pet-python-utils",
11175 "pet-reporter",
11176 "regex",
11177 "serde",
11178 "serde_json",
11179 "yaml-rust2",
11180]
11181
11182[[package]]
11183name = "pet-core"
11184version = "0.1.0"
11185source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11186dependencies = [
11187 "clap",
11188 "lazy_static",
11189 "log",
11190 "msvc_spectre_libs",
11191 "pet-fs",
11192 "regex",
11193 "serde",
11194 "serde_json",
11195]
11196
11197[[package]]
11198name = "pet-env-var-path"
11199version = "0.1.0"
11200source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11201dependencies = [
11202 "lazy_static",
11203 "log",
11204 "msvc_spectre_libs",
11205 "pet-conda",
11206 "pet-core",
11207 "pet-fs",
11208 "pet-python-utils",
11209 "pet-virtualenv",
11210 "regex",
11211]
11212
11213[[package]]
11214name = "pet-fs"
11215version = "0.1.0"
11216source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11217dependencies = [
11218 "log",
11219 "msvc_spectre_libs",
11220]
11221
11222[[package]]
11223name = "pet-global-virtualenvs"
11224version = "0.1.0"
11225source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11226dependencies = [
11227 "log",
11228 "msvc_spectre_libs",
11229 "pet-conda",
11230 "pet-core",
11231 "pet-fs",
11232 "pet-virtualenv",
11233]
11234
11235[[package]]
11236name = "pet-homebrew"
11237version = "0.1.0"
11238source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11239dependencies = [
11240 "lazy_static",
11241 "log",
11242 "msvc_spectre_libs",
11243 "pet-conda",
11244 "pet-core",
11245 "pet-fs",
11246 "pet-python-utils",
11247 "pet-virtualenv",
11248 "regex",
11249 "serde",
11250 "serde_json",
11251]
11252
11253[[package]]
11254name = "pet-jsonrpc"
11255version = "0.1.0"
11256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11257dependencies = [
11258 "env_logger 0.10.2",
11259 "log",
11260 "msvc_spectre_libs",
11261 "pet-core",
11262 "serde",
11263 "serde_json",
11264]
11265
11266[[package]]
11267name = "pet-linux-global-python"
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-mac-commandlinetools"
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-mac-python-org"
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-core",
11300 "pet-fs",
11301 "pet-python-utils",
11302 "pet-virtualenv",
11303]
11304
11305[[package]]
11306name = "pet-mac-xcode"
11307version = "0.1.0"
11308source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11309dependencies = [
11310 "log",
11311 "msvc_spectre_libs",
11312 "pet-core",
11313 "pet-fs",
11314 "pet-python-utils",
11315 "pet-virtualenv",
11316]
11317
11318[[package]]
11319name = "pet-pipenv"
11320version = "0.1.0"
11321source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11322dependencies = [
11323 "log",
11324 "msvc_spectre_libs",
11325 "pet-core",
11326 "pet-fs",
11327 "pet-python-utils",
11328 "pet-virtualenv",
11329]
11330
11331[[package]]
11332name = "pet-pixi"
11333version = "0.1.0"
11334source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11335dependencies = [
11336 "log",
11337 "msvc_spectre_libs",
11338 "pet-conda",
11339 "pet-core",
11340 "pet-python-utils",
11341]
11342
11343[[package]]
11344name = "pet-poetry"
11345version = "0.1.0"
11346source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11347dependencies = [
11348 "base64 0.22.1",
11349 "lazy_static",
11350 "log",
11351 "msvc_spectre_libs",
11352 "pet-core",
11353 "pet-fs",
11354 "pet-python-utils",
11355 "pet-reporter",
11356 "pet-virtualenv",
11357 "regex",
11358 "serde",
11359 "serde_json",
11360 "sha2",
11361 "toml 0.8.20",
11362]
11363
11364[[package]]
11365name = "pet-pyenv"
11366version = "0.1.0"
11367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11368dependencies = [
11369 "lazy_static",
11370 "log",
11371 "msvc_spectre_libs",
11372 "pet-conda",
11373 "pet-core",
11374 "pet-fs",
11375 "pet-python-utils",
11376 "pet-reporter",
11377 "regex",
11378 "serde",
11379 "serde_json",
11380]
11381
11382[[package]]
11383name = "pet-python-utils"
11384version = "0.1.0"
11385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11386dependencies = [
11387 "env_logger 0.10.2",
11388 "lazy_static",
11389 "log",
11390 "msvc_spectre_libs",
11391 "pet-core",
11392 "pet-fs",
11393 "regex",
11394 "serde",
11395 "serde_json",
11396 "sha2",
11397]
11398
11399[[package]]
11400name = "pet-reporter"
11401version = "0.1.0"
11402source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11403dependencies = [
11404 "env_logger 0.10.2",
11405 "log",
11406 "msvc_spectre_libs",
11407 "pet-core",
11408 "pet-jsonrpc",
11409 "serde",
11410 "serde_json",
11411]
11412
11413[[package]]
11414name = "pet-telemetry"
11415version = "0.1.0"
11416source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11417dependencies = [
11418 "env_logger 0.10.2",
11419 "lazy_static",
11420 "log",
11421 "msvc_spectre_libs",
11422 "pet-core",
11423 "pet-fs",
11424 "pet-python-utils",
11425 "regex",
11426]
11427
11428[[package]]
11429name = "pet-venv"
11430version = "0.1.0"
11431source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11432dependencies = [
11433 "log",
11434 "msvc_spectre_libs",
11435 "pet-core",
11436 "pet-python-utils",
11437 "pet-virtualenv",
11438]
11439
11440[[package]]
11441name = "pet-virtualenv"
11442version = "0.1.0"
11443source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11444dependencies = [
11445 "log",
11446 "msvc_spectre_libs",
11447 "pet-core",
11448 "pet-fs",
11449 "pet-python-utils",
11450]
11451
11452[[package]]
11453name = "pet-virtualenvwrapper"
11454version = "0.1.0"
11455source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11456dependencies = [
11457 "log",
11458 "msvc_spectre_libs",
11459 "pet-core",
11460 "pet-fs",
11461 "pet-python-utils",
11462 "pet-virtualenv",
11463]
11464
11465[[package]]
11466name = "pet-windows-registry"
11467version = "0.1.0"
11468source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11469dependencies = [
11470 "lazy_static",
11471 "log",
11472 "msvc_spectre_libs",
11473 "pet-conda",
11474 "pet-core",
11475 "pet-fs",
11476 "pet-python-utils",
11477 "pet-virtualenv",
11478 "pet-windows-store",
11479 "regex",
11480 "winreg 0.55.0",
11481]
11482
11483[[package]]
11484name = "pet-windows-store"
11485version = "0.1.0"
11486source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11487dependencies = [
11488 "lazy_static",
11489 "log",
11490 "msvc_spectre_libs",
11491 "pet-core",
11492 "pet-fs",
11493 "pet-python-utils",
11494 "pet-virtualenv",
11495 "regex",
11496 "winreg 0.55.0",
11497]
11498
11499[[package]]
11500name = "petgraph"
11501version = "0.6.5"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11504dependencies = [
11505 "fixedbitset",
11506 "indexmap",
11507]
11508
11509[[package]]
11510name = "pgvector"
11511version = "0.4.0"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11514dependencies = [
11515 "serde",
11516]
11517
11518[[package]]
11519name = "phf"
11520version = "0.11.3"
11521source = "registry+https://github.com/rust-lang/crates.io-index"
11522checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11523dependencies = [
11524 "phf_macros",
11525 "phf_shared",
11526]
11527
11528[[package]]
11529name = "phf_codegen"
11530version = "0.11.3"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11533dependencies = [
11534 "phf_generator",
11535 "phf_shared",
11536]
11537
11538[[package]]
11539name = "phf_generator"
11540version = "0.11.3"
11541source = "registry+https://github.com/rust-lang/crates.io-index"
11542checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11543dependencies = [
11544 "phf_shared",
11545 "rand 0.8.5",
11546]
11547
11548[[package]]
11549name = "phf_macros"
11550version = "0.11.3"
11551source = "registry+https://github.com/rust-lang/crates.io-index"
11552checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11553dependencies = [
11554 "phf_generator",
11555 "phf_shared",
11556 "proc-macro2",
11557 "quote",
11558 "syn 2.0.101",
11559]
11560
11561[[package]]
11562name = "phf_shared"
11563version = "0.11.3"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11566dependencies = [
11567 "siphasher",
11568]
11569
11570[[package]]
11571name = "picker"
11572version = "0.1.0"
11573dependencies = [
11574 "anyhow",
11575 "ctor",
11576 "editor",
11577 "env_logger 0.11.8",
11578 "gpui",
11579 "menu",
11580 "schemars",
11581 "serde",
11582 "serde_json",
11583 "ui",
11584 "util",
11585 "workspace",
11586 "workspace-hack",
11587]
11588
11589[[package]]
11590name = "pico-args"
11591version = "0.5.0"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11594
11595[[package]]
11596name = "pin-project"
11597version = "1.1.10"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11600dependencies = [
11601 "pin-project-internal",
11602]
11603
11604[[package]]
11605name = "pin-project-internal"
11606version = "1.1.10"
11607source = "registry+https://github.com/rust-lang/crates.io-index"
11608checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11609dependencies = [
11610 "proc-macro2",
11611 "quote",
11612 "syn 2.0.101",
11613]
11614
11615[[package]]
11616name = "pin-project-lite"
11617version = "0.2.16"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11620
11621[[package]]
11622name = "pin-utils"
11623version = "0.1.0"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11626
11627[[package]]
11628name = "piper"
11629version = "0.2.4"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11632dependencies = [
11633 "atomic-waker",
11634 "fastrand 2.3.0",
11635 "futures-io",
11636]
11637
11638[[package]]
11639name = "pkcs1"
11640version = "0.7.5"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11643dependencies = [
11644 "der 0.7.10",
11645 "pkcs8 0.10.2",
11646 "spki 0.7.3",
11647]
11648
11649[[package]]
11650name = "pkcs8"
11651version = "0.9.0"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11654dependencies = [
11655 "der 0.6.1",
11656 "spki 0.6.0",
11657]
11658
11659[[package]]
11660name = "pkcs8"
11661version = "0.10.2"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11664dependencies = [
11665 "der 0.7.10",
11666 "spki 0.7.3",
11667]
11668
11669[[package]]
11670name = "pkg-config"
11671version = "0.3.32"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11674
11675[[package]]
11676name = "plist"
11677version = "1.7.1"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11680dependencies = [
11681 "base64 0.22.1",
11682 "indexmap",
11683 "quick-xml 0.32.0",
11684 "serde",
11685 "time",
11686]
11687
11688[[package]]
11689name = "plotters"
11690version = "0.3.7"
11691source = "registry+https://github.com/rust-lang/crates.io-index"
11692checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11693dependencies = [
11694 "num-traits",
11695 "plotters-backend",
11696 "plotters-svg",
11697 "wasm-bindgen",
11698 "web-sys",
11699]
11700
11701[[package]]
11702name = "plotters-backend"
11703version = "0.3.7"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11706
11707[[package]]
11708name = "plotters-svg"
11709version = "0.3.7"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11712dependencies = [
11713 "plotters-backend",
11714]
11715
11716[[package]]
11717name = "png"
11718version = "0.17.16"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11721dependencies = [
11722 "bitflags 1.3.2",
11723 "crc32fast",
11724 "fdeflate",
11725 "flate2",
11726 "miniz_oxide",
11727]
11728
11729[[package]]
11730name = "polling"
11731version = "3.7.4"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11734dependencies = [
11735 "cfg-if",
11736 "concurrent-queue",
11737 "hermit-abi 0.4.0",
11738 "pin-project-lite",
11739 "rustix 0.38.44",
11740 "tracing",
11741 "windows-sys 0.59.0",
11742]
11743
11744[[package]]
11745name = "pollster"
11746version = "0.2.5"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11749
11750[[package]]
11751name = "pollster"
11752version = "0.4.0"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11755
11756[[package]]
11757name = "portable-atomic"
11758version = "1.11.0"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11761
11762[[package]]
11763name = "portable-atomic-util"
11764version = "0.2.4"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11767dependencies = [
11768 "portable-atomic",
11769]
11770
11771[[package]]
11772name = "portable-pty"
11773version = "0.9.0"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11776dependencies = [
11777 "anyhow",
11778 "bitflags 1.3.2",
11779 "downcast-rs",
11780 "filedescriptor",
11781 "lazy_static",
11782 "libc",
11783 "log",
11784 "nix 0.28.0",
11785 "serial2",
11786 "shared_library",
11787 "shell-words",
11788 "winapi",
11789 "winreg 0.10.1",
11790]
11791
11792[[package]]
11793name = "postage"
11794version = "0.5.0"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11797dependencies = [
11798 "atomic",
11799 "crossbeam-queue",
11800 "futures 0.3.31",
11801 "log",
11802 "parking_lot",
11803 "pin-project",
11804 "pollster 0.2.5",
11805 "static_assertions",
11806 "thiserror 1.0.69",
11807]
11808
11809[[package]]
11810name = "postcard"
11811version = "1.1.1"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11814dependencies = [
11815 "cobs",
11816 "embedded-io 0.4.0",
11817 "embedded-io 0.6.1",
11818 "serde",
11819]
11820
11821[[package]]
11822name = "powerfmt"
11823version = "0.2.0"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11826
11827[[package]]
11828name = "ppv-lite86"
11829version = "0.2.21"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11832dependencies = [
11833 "zerocopy 0.8.24",
11834]
11835
11836[[package]]
11837name = "precomputed-hash"
11838version = "0.1.1"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11841
11842[[package]]
11843name = "prettier"
11844version = "0.1.0"
11845dependencies = [
11846 "anyhow",
11847 "collections",
11848 "fs",
11849 "gpui",
11850 "language",
11851 "log",
11852 "lsp",
11853 "node_runtime",
11854 "parking_lot",
11855 "paths",
11856 "serde",
11857 "serde_json",
11858 "util",
11859 "workspace-hack",
11860]
11861
11862[[package]]
11863name = "pretty_assertions"
11864version = "1.4.1"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11867dependencies = [
11868 "diff",
11869 "yansi",
11870]
11871
11872[[package]]
11873name = "prettyplease"
11874version = "0.2.32"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11877dependencies = [
11878 "proc-macro2",
11879 "syn 2.0.101",
11880]
11881
11882[[package]]
11883name = "proc-macro-crate"
11884version = "3.3.0"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11887dependencies = [
11888 "toml_edit",
11889]
11890
11891[[package]]
11892name = "proc-macro-error-attr2"
11893version = "2.0.0"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11896dependencies = [
11897 "proc-macro2",
11898 "quote",
11899]
11900
11901[[package]]
11902name = "proc-macro-error2"
11903version = "2.0.1"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11906dependencies = [
11907 "proc-macro-error-attr2",
11908 "proc-macro2",
11909 "quote",
11910 "syn 2.0.101",
11911]
11912
11913[[package]]
11914name = "proc-macro2"
11915version = "1.0.95"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11918dependencies = [
11919 "unicode-ident",
11920]
11921
11922[[package]]
11923name = "proc-macro2-diagnostics"
11924version = "0.10.1"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11927dependencies = [
11928 "proc-macro2",
11929 "quote",
11930 "syn 2.0.101",
11931 "version_check",
11932 "yansi",
11933]
11934
11935[[package]]
11936name = "prodash"
11937version = "29.0.2"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11940dependencies = [
11941 "log",
11942 "parking_lot",
11943]
11944
11945[[package]]
11946name = "profiling"
11947version = "1.0.16"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11950dependencies = [
11951 "profiling-procmacros",
11952]
11953
11954[[package]]
11955name = "profiling-procmacros"
11956version = "1.0.16"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11959dependencies = [
11960 "quote",
11961 "syn 2.0.101",
11962]
11963
11964[[package]]
11965name = "project"
11966version = "0.1.0"
11967dependencies = [
11968 "aho-corasick",
11969 "anyhow",
11970 "askpass",
11971 "async-trait",
11972 "buffer_diff",
11973 "circular-buffer",
11974 "client",
11975 "clock",
11976 "collections",
11977 "context_server",
11978 "dap",
11979 "dap_adapters",
11980 "env_logger 0.11.8",
11981 "extension",
11982 "fancy-regex 0.14.0",
11983 "fs",
11984 "futures 0.3.31",
11985 "fuzzy",
11986 "git",
11987 "git2",
11988 "git_hosting_providers",
11989 "globset",
11990 "gpui",
11991 "http_client",
11992 "image",
11993 "indexmap",
11994 "itertools 0.14.0",
11995 "language",
11996 "log",
11997 "lsp",
11998 "node_runtime",
11999 "parking_lot",
12000 "pathdiff",
12001 "paths",
12002 "postage",
12003 "prettier",
12004 "pretty_assertions",
12005 "rand 0.8.5",
12006 "regex",
12007 "release_channel",
12008 "remote",
12009 "rpc",
12010 "schemars",
12011 "serde",
12012 "serde_json",
12013 "settings",
12014 "sha2",
12015 "shellexpand 2.1.2",
12016 "shlex",
12017 "smol",
12018 "snippet",
12019 "snippet_provider",
12020 "sum_tree",
12021 "task",
12022 "tempfile",
12023 "terminal",
12024 "text",
12025 "toml 0.8.20",
12026 "unindent",
12027 "url",
12028 "util",
12029 "which 6.0.3",
12030 "workspace-hack",
12031 "worktree",
12032 "zlog",
12033]
12034
12035[[package]]
12036name = "project_panel"
12037version = "0.1.0"
12038dependencies = [
12039 "anyhow",
12040 "client",
12041 "collections",
12042 "command_palette_hooks",
12043 "db",
12044 "editor",
12045 "file_icons",
12046 "git",
12047 "gpui",
12048 "indexmap",
12049 "language",
12050 "menu",
12051 "pretty_assertions",
12052 "project",
12053 "schemars",
12054 "search",
12055 "serde",
12056 "serde_derive",
12057 "serde_json",
12058 "settings",
12059 "smallvec",
12060 "theme",
12061 "ui",
12062 "util",
12063 "workspace",
12064 "workspace-hack",
12065 "worktree",
12066 "zed_actions",
12067]
12068
12069[[package]]
12070name = "project_symbols"
12071version = "0.1.0"
12072dependencies = [
12073 "anyhow",
12074 "editor",
12075 "futures 0.3.31",
12076 "fuzzy",
12077 "gpui",
12078 "language",
12079 "lsp",
12080 "ordered-float 2.10.1",
12081 "picker",
12082 "project",
12083 "release_channel",
12084 "serde_json",
12085 "settings",
12086 "theme",
12087 "util",
12088 "workspace",
12089 "workspace-hack",
12090]
12091
12092[[package]]
12093name = "prometheus"
12094version = "0.14.0"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12097dependencies = [
12098 "cfg-if",
12099 "fnv",
12100 "lazy_static",
12101 "memchr",
12102 "parking_lot",
12103 "protobuf",
12104 "thiserror 2.0.12",
12105]
12106
12107[[package]]
12108name = "prompt_store"
12109version = "0.1.0"
12110dependencies = [
12111 "anyhow",
12112 "assets",
12113 "chrono",
12114 "collections",
12115 "fs",
12116 "futures 0.3.31",
12117 "fuzzy",
12118 "gpui",
12119 "handlebars 4.5.0",
12120 "heed",
12121 "language",
12122 "log",
12123 "parking_lot",
12124 "paths",
12125 "rope",
12126 "serde",
12127 "serde_json",
12128 "text",
12129 "util",
12130 "uuid",
12131 "workspace-hack",
12132]
12133
12134[[package]]
12135name = "prost"
12136version = "0.9.0"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12139dependencies = [
12140 "bytes 1.10.1",
12141 "prost-derive 0.9.0",
12142]
12143
12144[[package]]
12145name = "prost"
12146version = "0.12.6"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12149dependencies = [
12150 "bytes 1.10.1",
12151 "prost-derive 0.12.6",
12152]
12153
12154[[package]]
12155name = "prost"
12156version = "0.13.5"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12159dependencies = [
12160 "bytes 1.10.1",
12161 "prost-derive 0.13.5",
12162]
12163
12164[[package]]
12165name = "prost-build"
12166version = "0.9.0"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12169dependencies = [
12170 "bytes 1.10.1",
12171 "heck 0.3.3",
12172 "itertools 0.10.5",
12173 "lazy_static",
12174 "log",
12175 "multimap 0.8.3",
12176 "petgraph",
12177 "prost 0.9.0",
12178 "prost-types 0.9.0",
12179 "regex",
12180 "tempfile",
12181 "which 4.4.2",
12182]
12183
12184[[package]]
12185name = "prost-build"
12186version = "0.12.6"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12189dependencies = [
12190 "bytes 1.10.1",
12191 "heck 0.5.0",
12192 "itertools 0.12.1",
12193 "log",
12194 "multimap 0.10.0",
12195 "once_cell",
12196 "petgraph",
12197 "prettyplease",
12198 "prost 0.12.6",
12199 "prost-types 0.12.6",
12200 "regex",
12201 "syn 2.0.101",
12202 "tempfile",
12203]
12204
12205[[package]]
12206name = "prost-derive"
12207version = "0.9.0"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12210dependencies = [
12211 "anyhow",
12212 "itertools 0.10.5",
12213 "proc-macro2",
12214 "quote",
12215 "syn 1.0.109",
12216]
12217
12218[[package]]
12219name = "prost-derive"
12220version = "0.12.6"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12223dependencies = [
12224 "anyhow",
12225 "itertools 0.12.1",
12226 "proc-macro2",
12227 "quote",
12228 "syn 2.0.101",
12229]
12230
12231[[package]]
12232name = "prost-derive"
12233version = "0.13.5"
12234source = "registry+https://github.com/rust-lang/crates.io-index"
12235checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12236dependencies = [
12237 "anyhow",
12238 "itertools 0.14.0",
12239 "proc-macro2",
12240 "quote",
12241 "syn 2.0.101",
12242]
12243
12244[[package]]
12245name = "prost-types"
12246version = "0.9.0"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12249dependencies = [
12250 "bytes 1.10.1",
12251 "prost 0.9.0",
12252]
12253
12254[[package]]
12255name = "prost-types"
12256version = "0.12.6"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12259dependencies = [
12260 "prost 0.12.6",
12261]
12262
12263[[package]]
12264name = "proto"
12265version = "0.1.0"
12266dependencies = [
12267 "anyhow",
12268 "collections",
12269 "prost 0.9.0",
12270 "prost-build 0.9.0",
12271 "serde",
12272 "workspace-hack",
12273]
12274
12275[[package]]
12276name = "protobuf"
12277version = "3.7.2"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12280dependencies = [
12281 "once_cell",
12282 "protobuf-support",
12283 "thiserror 1.0.69",
12284]
12285
12286[[package]]
12287name = "protobuf-support"
12288version = "3.7.2"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12291dependencies = [
12292 "thiserror 1.0.69",
12293]
12294
12295[[package]]
12296name = "psm"
12297version = "0.1.25"
12298source = "registry+https://github.com/rust-lang/crates.io-index"
12299checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12300dependencies = [
12301 "cc",
12302]
12303
12304[[package]]
12305name = "ptr_meta"
12306version = "0.1.4"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12309dependencies = [
12310 "ptr_meta_derive",
12311]
12312
12313[[package]]
12314name = "ptr_meta_derive"
12315version = "0.1.4"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12318dependencies = [
12319 "proc-macro2",
12320 "quote",
12321 "syn 1.0.109",
12322]
12323
12324[[package]]
12325name = "pulldown-cmark"
12326version = "0.10.3"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12329dependencies = [
12330 "bitflags 2.9.0",
12331 "memchr",
12332 "pulldown-cmark-escape",
12333 "unicase",
12334]
12335
12336[[package]]
12337name = "pulldown-cmark"
12338version = "0.12.2"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12341dependencies = [
12342 "bitflags 2.9.0",
12343 "memchr",
12344 "unicase",
12345]
12346
12347[[package]]
12348name = "pulldown-cmark-escape"
12349version = "0.10.1"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12352
12353[[package]]
12354name = "pulley-interpreter"
12355version = "29.0.1"
12356source = "registry+https://github.com/rust-lang/crates.io-index"
12357checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12358dependencies = [
12359 "cranelift-bitset",
12360 "log",
12361 "sptr",
12362 "wasmtime-math",
12363]
12364
12365[[package]]
12366name = "qoi"
12367version = "0.4.1"
12368source = "registry+https://github.com/rust-lang/crates.io-index"
12369checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12370dependencies = [
12371 "bytemuck",
12372]
12373
12374[[package]]
12375name = "quick-error"
12376version = "2.0.1"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12379
12380[[package]]
12381name = "quick-xml"
12382version = "0.30.0"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12385dependencies = [
12386 "memchr",
12387]
12388
12389[[package]]
12390name = "quick-xml"
12391version = "0.32.0"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12394dependencies = [
12395 "memchr",
12396]
12397
12398[[package]]
12399name = "quick-xml"
12400version = "0.37.4"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12403dependencies = [
12404 "memchr",
12405]
12406
12407[[package]]
12408name = "quinn"
12409version = "0.11.7"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12412dependencies = [
12413 "bytes 1.10.1",
12414 "cfg_aliases 0.2.1",
12415 "pin-project-lite",
12416 "quinn-proto",
12417 "quinn-udp",
12418 "rustc-hash 2.1.1",
12419 "rustls 0.23.26",
12420 "socket2",
12421 "thiserror 2.0.12",
12422 "tokio",
12423 "tracing",
12424 "web-time",
12425]
12426
12427[[package]]
12428name = "quinn-proto"
12429version = "0.11.10"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12432dependencies = [
12433 "bytes 1.10.1",
12434 "getrandom 0.3.2",
12435 "rand 0.9.1",
12436 "ring",
12437 "rustc-hash 2.1.1",
12438 "rustls 0.23.26",
12439 "rustls-pki-types",
12440 "slab",
12441 "thiserror 2.0.12",
12442 "tinyvec",
12443 "tracing",
12444 "web-time",
12445]
12446
12447[[package]]
12448name = "quinn-udp"
12449version = "0.5.11"
12450source = "registry+https://github.com/rust-lang/crates.io-index"
12451checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12452dependencies = [
12453 "cfg_aliases 0.2.1",
12454 "libc",
12455 "once_cell",
12456 "socket2",
12457 "tracing",
12458 "windows-sys 0.59.0",
12459]
12460
12461[[package]]
12462name = "quote"
12463version = "1.0.40"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12466dependencies = [
12467 "proc-macro2",
12468]
12469
12470[[package]]
12471name = "r-efi"
12472version = "5.2.0"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12475
12476[[package]]
12477name = "radium"
12478version = "0.7.0"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12481
12482[[package]]
12483name = "rand"
12484version = "0.7.3"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12487dependencies = [
12488 "getrandom 0.1.16",
12489 "libc",
12490 "rand_chacha 0.2.2",
12491 "rand_core 0.5.1",
12492 "rand_hc",
12493]
12494
12495[[package]]
12496name = "rand"
12497version = "0.8.5"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12500dependencies = [
12501 "libc",
12502 "rand_chacha 0.3.1",
12503 "rand_core 0.6.4",
12504]
12505
12506[[package]]
12507name = "rand"
12508version = "0.9.1"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12511dependencies = [
12512 "rand_chacha 0.9.0",
12513 "rand_core 0.9.3",
12514]
12515
12516[[package]]
12517name = "rand_chacha"
12518version = "0.2.2"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12521dependencies = [
12522 "ppv-lite86",
12523 "rand_core 0.5.1",
12524]
12525
12526[[package]]
12527name = "rand_chacha"
12528version = "0.3.1"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12531dependencies = [
12532 "ppv-lite86",
12533 "rand_core 0.6.4",
12534]
12535
12536[[package]]
12537name = "rand_chacha"
12538version = "0.9.0"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12541dependencies = [
12542 "ppv-lite86",
12543 "rand_core 0.9.3",
12544]
12545
12546[[package]]
12547name = "rand_core"
12548version = "0.5.1"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12551dependencies = [
12552 "getrandom 0.1.16",
12553]
12554
12555[[package]]
12556name = "rand_core"
12557version = "0.6.4"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12560dependencies = [
12561 "getrandom 0.2.15",
12562]
12563
12564[[package]]
12565name = "rand_core"
12566version = "0.9.3"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12569dependencies = [
12570 "getrandom 0.3.2",
12571]
12572
12573[[package]]
12574name = "rand_hc"
12575version = "0.2.0"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12578dependencies = [
12579 "rand_core 0.5.1",
12580]
12581
12582[[package]]
12583name = "rangemap"
12584version = "1.5.1"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12587
12588[[package]]
12589name = "rav1e"
12590version = "0.7.1"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12593dependencies = [
12594 "arbitrary",
12595 "arg_enum_proc_macro",
12596 "arrayvec",
12597 "av1-grain",
12598 "bitstream-io",
12599 "built",
12600 "cfg-if",
12601 "interpolate_name",
12602 "itertools 0.12.1",
12603 "libc",
12604 "libfuzzer-sys",
12605 "log",
12606 "maybe-rayon",
12607 "new_debug_unreachable",
12608 "noop_proc_macro",
12609 "num-derive",
12610 "num-traits",
12611 "once_cell",
12612 "paste",
12613 "profiling",
12614 "rand 0.8.5",
12615 "rand_chacha 0.3.1",
12616 "simd_helpers",
12617 "system-deps",
12618 "thiserror 1.0.69",
12619 "v_frame",
12620 "wasm-bindgen",
12621]
12622
12623[[package]]
12624name = "ravif"
12625version = "0.11.12"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12628dependencies = [
12629 "avif-serialize",
12630 "imgref",
12631 "loop9",
12632 "quick-error",
12633 "rav1e",
12634 "rayon",
12635 "rgb",
12636]
12637
12638[[package]]
12639name = "raw-window-handle"
12640version = "0.6.2"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12643
12644[[package]]
12645name = "raw-window-metal"
12646version = "0.4.0"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12649dependencies = [
12650 "cocoa 0.25.0",
12651 "core-graphics 0.23.2",
12652 "objc",
12653 "raw-window-handle",
12654]
12655
12656[[package]]
12657name = "rayon"
12658version = "1.10.0"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12661dependencies = [
12662 "either",
12663 "rayon-core",
12664]
12665
12666[[package]]
12667name = "rayon-core"
12668version = "1.12.1"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12671dependencies = [
12672 "crossbeam-deque",
12673 "crossbeam-utils",
12674]
12675
12676[[package]]
12677name = "read-fonts"
12678version = "0.25.3"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12681dependencies = [
12682 "bytemuck",
12683 "font-types",
12684]
12685
12686[[package]]
12687name = "recent_projects"
12688version = "0.1.0"
12689dependencies = [
12690 "anyhow",
12691 "auto_update",
12692 "dap",
12693 "editor",
12694 "extension_host",
12695 "file_finder",
12696 "futures 0.3.31",
12697 "fuzzy",
12698 "gpui",
12699 "language",
12700 "log",
12701 "markdown",
12702 "menu",
12703 "ordered-float 2.10.1",
12704 "paths",
12705 "picker",
12706 "project",
12707 "release_channel",
12708 "remote",
12709 "schemars",
12710 "serde",
12711 "serde_json",
12712 "settings",
12713 "smol",
12714 "task",
12715 "telemetry",
12716 "theme",
12717 "ui",
12718 "util",
12719 "workspace",
12720 "workspace-hack",
12721 "zed_actions",
12722]
12723
12724[[package]]
12725name = "redox_syscall"
12726version = "0.2.16"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12729dependencies = [
12730 "bitflags 1.3.2",
12731]
12732
12733[[package]]
12734name = "redox_syscall"
12735version = "0.5.11"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12738dependencies = [
12739 "bitflags 2.9.0",
12740]
12741
12742[[package]]
12743name = "redox_users"
12744version = "0.4.6"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12747dependencies = [
12748 "getrandom 0.2.15",
12749 "libredox",
12750 "thiserror 1.0.69",
12751]
12752
12753[[package]]
12754name = "redox_users"
12755version = "0.5.0"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12758dependencies = [
12759 "getrandom 0.2.15",
12760 "libredox",
12761 "thiserror 2.0.12",
12762]
12763
12764[[package]]
12765name = "ref-cast"
12766version = "1.0.24"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12769dependencies = [
12770 "ref-cast-impl",
12771]
12772
12773[[package]]
12774name = "ref-cast-impl"
12775version = "1.0.24"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12778dependencies = [
12779 "proc-macro2",
12780 "quote",
12781 "syn 2.0.101",
12782]
12783
12784[[package]]
12785name = "referencing"
12786version = "0.30.0"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12789dependencies = [
12790 "ahash 0.8.11",
12791 "fluent-uri",
12792 "once_cell",
12793 "parking_lot",
12794 "percent-encoding",
12795 "serde_json",
12796]
12797
12798[[package]]
12799name = "refineable"
12800version = "0.1.0"
12801dependencies = [
12802 "derive_refineable",
12803 "workspace-hack",
12804]
12805
12806[[package]]
12807name = "regalloc2"
12808version = "0.11.2"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12811dependencies = [
12812 "allocator-api2",
12813 "bumpalo",
12814 "hashbrown 0.15.3",
12815 "log",
12816 "rustc-hash 2.1.1",
12817 "serde",
12818 "smallvec",
12819]
12820
12821[[package]]
12822name = "regex"
12823version = "1.11.1"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12826dependencies = [
12827 "aho-corasick",
12828 "memchr",
12829 "regex-automata 0.4.9",
12830 "regex-syntax 0.8.5",
12831]
12832
12833[[package]]
12834name = "regex-automata"
12835version = "0.1.10"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12838dependencies = [
12839 "regex-syntax 0.6.29",
12840]
12841
12842[[package]]
12843name = "regex-automata"
12844version = "0.4.9"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12847dependencies = [
12848 "aho-corasick",
12849 "memchr",
12850 "regex-syntax 0.8.5",
12851]
12852
12853[[package]]
12854name = "regex-lite"
12855version = "0.1.6"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12858
12859[[package]]
12860name = "regex-syntax"
12861version = "0.6.29"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12864
12865[[package]]
12866name = "regex-syntax"
12867version = "0.8.5"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12870
12871[[package]]
12872name = "release_channel"
12873version = "0.1.0"
12874dependencies = [
12875 "gpui",
12876 "workspace-hack",
12877]
12878
12879[[package]]
12880name = "remote"
12881version = "0.1.0"
12882dependencies = [
12883 "anyhow",
12884 "askpass",
12885 "async-trait",
12886 "collections",
12887 "fs",
12888 "futures 0.3.31",
12889 "gpui",
12890 "itertools 0.14.0",
12891 "log",
12892 "parking_lot",
12893 "paths",
12894 "prost 0.9.0",
12895 "release_channel",
12896 "rpc",
12897 "schemars",
12898 "serde",
12899 "serde_json",
12900 "shlex",
12901 "smol",
12902 "tempfile",
12903 "thiserror 2.0.12",
12904 "urlencoding",
12905 "util",
12906 "workspace-hack",
12907]
12908
12909[[package]]
12910name = "remote_server"
12911version = "0.1.0"
12912dependencies = [
12913 "anyhow",
12914 "askpass",
12915 "assistant_tool",
12916 "assistant_tools",
12917 "async-watch",
12918 "backtrace",
12919 "cargo_toml",
12920 "chrono",
12921 "clap",
12922 "client",
12923 "clock",
12924 "dap",
12925 "dap_adapters",
12926 "debug_adapter_extension",
12927 "env_logger 0.11.8",
12928 "extension",
12929 "extension_host",
12930 "fork",
12931 "fs",
12932 "futures 0.3.31",
12933 "git",
12934 "git_hosting_providers",
12935 "gpui",
12936 "gpui_tokio",
12937 "http_client",
12938 "language",
12939 "language_extension",
12940 "language_model",
12941 "languages",
12942 "libc",
12943 "log",
12944 "lsp",
12945 "node_runtime",
12946 "paths",
12947 "project",
12948 "proto",
12949 "release_channel",
12950 "remote",
12951 "reqwest_client",
12952 "rpc",
12953 "rust-embed",
12954 "serde",
12955 "serde_json",
12956 "settings",
12957 "shellexpand 2.1.2",
12958 "smol",
12959 "sysinfo",
12960 "telemetry_events",
12961 "toml 0.8.20",
12962 "unindent",
12963 "util",
12964 "worktree",
12965]
12966
12967[[package]]
12968name = "rend"
12969version = "0.4.2"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12972dependencies = [
12973 "bytecheck",
12974]
12975
12976[[package]]
12977name = "repl"
12978version = "0.1.0"
12979dependencies = [
12980 "alacritty_terminal",
12981 "anyhow",
12982 "async-dispatcher",
12983 "async-tungstenite",
12984 "base64 0.22.1",
12985 "client",
12986 "collections",
12987 "command_palette_hooks",
12988 "editor",
12989 "env_logger 0.11.8",
12990 "feature_flags",
12991 "file_icons",
12992 "futures 0.3.31",
12993 "gpui",
12994 "http_client",
12995 "image",
12996 "indoc",
12997 "jupyter-protocol",
12998 "jupyter-websocket-client",
12999 "language",
13000 "languages",
13001 "log",
13002 "markdown_preview",
13003 "menu",
13004 "multi_buffer",
13005 "nbformat",
13006 "picker",
13007 "project",
13008 "runtimelib",
13009 "schemars",
13010 "serde",
13011 "serde_json",
13012 "settings",
13013 "smol",
13014 "telemetry",
13015 "terminal",
13016 "terminal_view",
13017 "theme",
13018 "tree-sitter-md",
13019 "tree-sitter-python",
13020 "tree-sitter-typescript",
13021 "ui",
13022 "util",
13023 "uuid",
13024 "workspace",
13025 "workspace-hack",
13026]
13027
13028[[package]]
13029name = "reqwest"
13030version = "0.11.27"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13033dependencies = [
13034 "base64 0.21.7",
13035 "bytes 1.10.1",
13036 "encoding_rs",
13037 "futures-core",
13038 "futures-util",
13039 "h2 0.3.26",
13040 "http 0.2.12",
13041 "http-body 0.4.6",
13042 "hyper 0.14.32",
13043 "hyper-rustls 0.24.2",
13044 "hyper-tls",
13045 "ipnet",
13046 "js-sys",
13047 "log",
13048 "mime",
13049 "native-tls",
13050 "once_cell",
13051 "percent-encoding",
13052 "pin-project-lite",
13053 "rustls 0.21.12",
13054 "rustls-native-certs 0.6.3",
13055 "rustls-pemfile 1.0.4",
13056 "serde",
13057 "serde_json",
13058 "serde_urlencoded",
13059 "sync_wrapper 0.1.2",
13060 "system-configuration 0.5.1",
13061 "tokio",
13062 "tokio-native-tls",
13063 "tokio-rustls 0.24.1",
13064 "tower-service",
13065 "url",
13066 "wasm-bindgen",
13067 "wasm-bindgen-futures",
13068 "web-sys",
13069 "winreg 0.50.0",
13070]
13071
13072[[package]]
13073name = "reqwest"
13074version = "0.12.15"
13075source = "registry+https://github.com/rust-lang/crates.io-index"
13076checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13077dependencies = [
13078 "base64 0.22.1",
13079 "bytes 1.10.1",
13080 "futures-channel",
13081 "futures-core",
13082 "futures-util",
13083 "http 1.3.1",
13084 "http-body 1.0.1",
13085 "http-body-util",
13086 "hyper 1.6.0",
13087 "hyper-util",
13088 "ipnet",
13089 "js-sys",
13090 "log",
13091 "mime",
13092 "once_cell",
13093 "percent-encoding",
13094 "pin-project-lite",
13095 "serde",
13096 "serde_json",
13097 "serde_urlencoded",
13098 "sync_wrapper 1.0.2",
13099 "tokio",
13100 "tower 0.5.2",
13101 "tower-service",
13102 "url",
13103 "wasm-bindgen",
13104 "wasm-bindgen-futures",
13105 "web-sys",
13106 "windows-registry 0.4.0",
13107]
13108
13109[[package]]
13110name = "reqwest"
13111version = "0.12.15"
13112source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13113dependencies = [
13114 "base64 0.22.1",
13115 "bytes 1.10.1",
13116 "encoding_rs",
13117 "futures-core",
13118 "futures-util",
13119 "h2 0.4.9",
13120 "http 1.3.1",
13121 "http-body 1.0.1",
13122 "http-body-util",
13123 "hyper 1.6.0",
13124 "hyper-rustls 0.27.5",
13125 "hyper-util",
13126 "ipnet",
13127 "js-sys",
13128 "log",
13129 "mime",
13130 "once_cell",
13131 "percent-encoding",
13132 "pin-project-lite",
13133 "quinn",
13134 "rustls 0.23.26",
13135 "rustls-native-certs 0.8.1",
13136 "rustls-pemfile 2.2.0",
13137 "rustls-pki-types",
13138 "serde",
13139 "serde_json",
13140 "serde_urlencoded",
13141 "sync_wrapper 1.0.2",
13142 "system-configuration 0.6.1",
13143 "tokio",
13144 "tokio-rustls 0.26.2",
13145 "tokio-socks",
13146 "tokio-util",
13147 "tower 0.5.2",
13148 "tower-service",
13149 "url",
13150 "wasm-bindgen",
13151 "wasm-bindgen-futures",
13152 "wasm-streams",
13153 "web-sys",
13154 "windows-registry 0.4.0",
13155]
13156
13157[[package]]
13158name = "reqwest_client"
13159version = "0.1.0"
13160dependencies = [
13161 "anyhow",
13162 "bytes 1.10.1",
13163 "futures 0.3.31",
13164 "gpui",
13165 "http_client",
13166 "http_client_tls",
13167 "log",
13168 "regex",
13169 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13170 "serde",
13171 "smol",
13172 "tokio",
13173 "workspace-hack",
13174]
13175
13176[[package]]
13177name = "resvg"
13178version = "0.45.1"
13179source = "registry+https://github.com/rust-lang/crates.io-index"
13180checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13181dependencies = [
13182 "log",
13183 "pico-args",
13184 "rgb",
13185 "svgtypes",
13186 "tiny-skia",
13187 "usvg",
13188]
13189
13190[[package]]
13191name = "rfc6979"
13192version = "0.3.1"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13195dependencies = [
13196 "crypto-bigint 0.4.9",
13197 "hmac",
13198 "zeroize",
13199]
13200
13201[[package]]
13202name = "rgb"
13203version = "0.8.50"
13204source = "registry+https://github.com/rust-lang/crates.io-index"
13205checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13206dependencies = [
13207 "bytemuck",
13208]
13209
13210[[package]]
13211name = "rich_text"
13212version = "0.1.0"
13213dependencies = [
13214 "futures 0.3.31",
13215 "gpui",
13216 "language",
13217 "linkify",
13218 "pulldown-cmark 0.12.2",
13219 "theme",
13220 "ui",
13221 "util",
13222 "workspace-hack",
13223]
13224
13225[[package]]
13226name = "ring"
13227version = "0.17.14"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13230dependencies = [
13231 "cc",
13232 "cfg-if",
13233 "getrandom 0.2.15",
13234 "libc",
13235 "untrusted",
13236 "windows-sys 0.52.0",
13237]
13238
13239[[package]]
13240name = "rkyv"
13241version = "0.7.45"
13242source = "registry+https://github.com/rust-lang/crates.io-index"
13243checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13244dependencies = [
13245 "bitvec",
13246 "bytecheck",
13247 "bytes 1.10.1",
13248 "hashbrown 0.12.3",
13249 "ptr_meta",
13250 "rend",
13251 "rkyv_derive",
13252 "seahash",
13253 "tinyvec",
13254 "uuid",
13255]
13256
13257[[package]]
13258name = "rkyv_derive"
13259version = "0.7.45"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13262dependencies = [
13263 "proc-macro2",
13264 "quote",
13265 "syn 1.0.109",
13266]
13267
13268[[package]]
13269name = "rmp"
13270version = "0.8.14"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13273dependencies = [
13274 "byteorder",
13275 "num-traits",
13276 "paste",
13277]
13278
13279[[package]]
13280name = "rmpv"
13281version = "1.3.0"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13284dependencies = [
13285 "num-traits",
13286 "rmp",
13287]
13288
13289[[package]]
13290name = "rodio"
13291version = "0.20.1"
13292source = "registry+https://github.com/rust-lang/crates.io-index"
13293checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13294dependencies = [
13295 "cpal",
13296 "hound",
13297]
13298
13299[[package]]
13300name = "rope"
13301version = "0.1.0"
13302dependencies = [
13303 "arrayvec",
13304 "criterion",
13305 "ctor",
13306 "env_logger 0.11.8",
13307 "gpui",
13308 "log",
13309 "rand 0.8.5",
13310 "rayon",
13311 "smallvec",
13312 "sum_tree",
13313 "unicode-segmentation",
13314 "util",
13315 "workspace-hack",
13316]
13317
13318[[package]]
13319name = "roxmltree"
13320version = "0.20.0"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13323
13324[[package]]
13325name = "rpc"
13326version = "0.1.0"
13327dependencies = [
13328 "anyhow",
13329 "async-tungstenite",
13330 "base64 0.22.1",
13331 "chrono",
13332 "collections",
13333 "env_logger 0.11.8",
13334 "futures 0.3.31",
13335 "gpui",
13336 "parking_lot",
13337 "proto",
13338 "rand 0.8.5",
13339 "rsa",
13340 "serde",
13341 "serde_json",
13342 "sha2",
13343 "strum 0.27.1",
13344 "tracing",
13345 "util",
13346 "workspace-hack",
13347 "zstd",
13348]
13349
13350[[package]]
13351name = "rsa"
13352version = "0.9.8"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13355dependencies = [
13356 "const-oid",
13357 "digest",
13358 "num-bigint-dig",
13359 "num-integer",
13360 "num-traits",
13361 "pkcs1",
13362 "pkcs8 0.10.2",
13363 "rand_core 0.6.4",
13364 "signature 2.2.0",
13365 "spki 0.7.3",
13366 "subtle",
13367 "zeroize",
13368]
13369
13370[[package]]
13371name = "rules_library"
13372version = "0.1.0"
13373dependencies = [
13374 "anyhow",
13375 "collections",
13376 "editor",
13377 "gpui",
13378 "language",
13379 "language_model",
13380 "log",
13381 "menu",
13382 "picker",
13383 "prompt_store",
13384 "release_channel",
13385 "rope",
13386 "serde",
13387 "settings",
13388 "theme",
13389 "ui",
13390 "util",
13391 "workspace",
13392 "workspace-hack",
13393 "zed_actions",
13394]
13395
13396[[package]]
13397name = "runtimelib"
13398version = "0.25.0"
13399source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13400dependencies = [
13401 "anyhow",
13402 "async-dispatcher",
13403 "async-std",
13404 "base64 0.22.1",
13405 "bytes 1.10.1",
13406 "chrono",
13407 "data-encoding",
13408 "dirs 5.0.1",
13409 "futures 0.3.31",
13410 "glob",
13411 "jupyter-protocol",
13412 "ring",
13413 "serde",
13414 "serde_json",
13415 "shellexpand 3.1.1",
13416 "smol",
13417 "uuid",
13418 "zeromq",
13419]
13420
13421[[package]]
13422name = "rust-embed"
13423version = "8.7.0"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13426dependencies = [
13427 "rust-embed-impl",
13428 "rust-embed-utils",
13429 "walkdir",
13430]
13431
13432[[package]]
13433name = "rust-embed-impl"
13434version = "8.7.0"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13437dependencies = [
13438 "proc-macro2",
13439 "quote",
13440 "rust-embed-utils",
13441 "syn 2.0.101",
13442 "walkdir",
13443]
13444
13445[[package]]
13446name = "rust-embed-utils"
13447version = "8.7.0"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13450dependencies = [
13451 "globset",
13452 "sha2",
13453 "walkdir",
13454]
13455
13456[[package]]
13457name = "rust_decimal"
13458version = "1.37.1"
13459source = "registry+https://github.com/rust-lang/crates.io-index"
13460checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13461dependencies = [
13462 "arrayvec",
13463 "borsh",
13464 "bytes 1.10.1",
13465 "num-traits",
13466 "rand 0.8.5",
13467 "rkyv",
13468 "serde",
13469 "serde_json",
13470]
13471
13472[[package]]
13473name = "rustc-demangle"
13474version = "0.1.24"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13477
13478[[package]]
13479name = "rustc-hash"
13480version = "1.1.0"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13483
13484[[package]]
13485name = "rustc-hash"
13486version = "2.1.1"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13489
13490[[package]]
13491name = "rustc_version"
13492version = "0.4.1"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13495dependencies = [
13496 "semver",
13497]
13498
13499[[package]]
13500name = "rustix"
13501version = "0.38.44"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13504dependencies = [
13505 "bitflags 2.9.0",
13506 "errno 0.3.11",
13507 "itoa",
13508 "libc",
13509 "linux-raw-sys 0.4.15",
13510 "windows-sys 0.59.0",
13511]
13512
13513[[package]]
13514name = "rustix"
13515version = "1.0.7"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13518dependencies = [
13519 "bitflags 2.9.0",
13520 "errno 0.3.11",
13521 "libc",
13522 "linux-raw-sys 0.9.4",
13523 "windows-sys 0.59.0",
13524]
13525
13526[[package]]
13527name = "rustix-linux-procfs"
13528version = "0.1.1"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13531dependencies = [
13532 "once_cell",
13533 "rustix 1.0.7",
13534]
13535
13536[[package]]
13537name = "rustix-openpty"
13538version = "0.1.1"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13541dependencies = [
13542 "errno 0.3.11",
13543 "libc",
13544 "rustix 0.38.44",
13545]
13546
13547[[package]]
13548name = "rustls"
13549version = "0.21.12"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13552dependencies = [
13553 "log",
13554 "ring",
13555 "rustls-webpki 0.101.7",
13556 "sct",
13557]
13558
13559[[package]]
13560name = "rustls"
13561version = "0.23.26"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13564dependencies = [
13565 "aws-lc-rs",
13566 "log",
13567 "once_cell",
13568 "ring",
13569 "rustls-pki-types",
13570 "rustls-webpki 0.103.1",
13571 "subtle",
13572 "zeroize",
13573]
13574
13575[[package]]
13576name = "rustls-native-certs"
13577version = "0.6.3"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13580dependencies = [
13581 "openssl-probe",
13582 "rustls-pemfile 1.0.4",
13583 "schannel",
13584 "security-framework 2.11.1",
13585]
13586
13587[[package]]
13588name = "rustls-native-certs"
13589version = "0.8.1"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13592dependencies = [
13593 "openssl-probe",
13594 "rustls-pki-types",
13595 "schannel",
13596 "security-framework 3.2.0",
13597]
13598
13599[[package]]
13600name = "rustls-pemfile"
13601version = "1.0.4"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13604dependencies = [
13605 "base64 0.21.7",
13606]
13607
13608[[package]]
13609name = "rustls-pemfile"
13610version = "2.2.0"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13613dependencies = [
13614 "rustls-pki-types",
13615]
13616
13617[[package]]
13618name = "rustls-pki-types"
13619version = "1.12.0"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13622dependencies = [
13623 "web-time",
13624 "zeroize",
13625]
13626
13627[[package]]
13628name = "rustls-platform-verifier"
13629version = "0.5.1"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13632dependencies = [
13633 "core-foundation 0.10.0",
13634 "core-foundation-sys",
13635 "jni",
13636 "log",
13637 "once_cell",
13638 "rustls 0.23.26",
13639 "rustls-native-certs 0.8.1",
13640 "rustls-platform-verifier-android",
13641 "rustls-webpki 0.103.1",
13642 "security-framework 3.2.0",
13643 "security-framework-sys",
13644 "webpki-root-certs",
13645 "windows-sys 0.59.0",
13646]
13647
13648[[package]]
13649name = "rustls-platform-verifier-android"
13650version = "0.1.1"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13653
13654[[package]]
13655name = "rustls-webpki"
13656version = "0.101.7"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13659dependencies = [
13660 "ring",
13661 "untrusted",
13662]
13663
13664[[package]]
13665name = "rustls-webpki"
13666version = "0.103.1"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13669dependencies = [
13670 "aws-lc-rs",
13671 "ring",
13672 "rustls-pki-types",
13673 "untrusted",
13674]
13675
13676[[package]]
13677name = "rustversion"
13678version = "1.0.20"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13681
13682[[package]]
13683name = "rustybuzz"
13684version = "0.14.1"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13687dependencies = [
13688 "bitflags 2.9.0",
13689 "bytemuck",
13690 "libm",
13691 "smallvec",
13692 "ttf-parser 0.21.1",
13693 "unicode-bidi-mirroring 0.2.0",
13694 "unicode-ccc 0.2.0",
13695 "unicode-properties",
13696 "unicode-script",
13697]
13698
13699[[package]]
13700name = "rustybuzz"
13701version = "0.20.1"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13704dependencies = [
13705 "bitflags 2.9.0",
13706 "bytemuck",
13707 "core_maths",
13708 "log",
13709 "smallvec",
13710 "ttf-parser 0.25.1",
13711 "unicode-bidi-mirroring 0.4.0",
13712 "unicode-ccc 0.4.0",
13713 "unicode-properties",
13714 "unicode-script",
13715]
13716
13717[[package]]
13718name = "ryu"
13719version = "1.0.20"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13722
13723[[package]]
13724name = "salsa20"
13725version = "0.10.2"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13728dependencies = [
13729 "cipher",
13730]
13731
13732[[package]]
13733name = "same-file"
13734version = "1.0.6"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13737dependencies = [
13738 "winapi-util",
13739]
13740
13741[[package]]
13742name = "scap"
13743version = "0.0.8"
13744source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13745dependencies = [
13746 "anyhow",
13747 "cocoa 0.25.0",
13748 "core-graphics-helmer-fork",
13749 "log",
13750 "objc",
13751 "rand 0.8.5",
13752 "screencapturekit",
13753 "screencapturekit-sys",
13754 "sysinfo",
13755 "tao-core-video-sys",
13756 "windows 0.61.1",
13757 "windows-capture",
13758 "x11",
13759 "xcb",
13760]
13761
13762[[package]]
13763name = "schannel"
13764version = "0.1.27"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13767dependencies = [
13768 "windows-sys 0.59.0",
13769]
13770
13771[[package]]
13772name = "schema_generator"
13773version = "0.1.0"
13774dependencies = [
13775 "anyhow",
13776 "clap",
13777 "env_logger 0.11.8",
13778 "schemars",
13779 "serde",
13780 "serde_json",
13781 "theme",
13782 "workspace-hack",
13783]
13784
13785[[package]]
13786name = "schemars"
13787version = "0.8.22"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13790dependencies = [
13791 "dyn-clone",
13792 "indexmap",
13793 "schemars_derive",
13794 "serde",
13795 "serde_json",
13796]
13797
13798[[package]]
13799name = "schemars_derive"
13800version = "0.8.22"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13803dependencies = [
13804 "proc-macro2",
13805 "quote",
13806 "serde_derive_internals",
13807 "syn 2.0.101",
13808]
13809
13810[[package]]
13811name = "scoped-tls"
13812version = "1.0.1"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13815
13816[[package]]
13817name = "scopeguard"
13818version = "1.2.0"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13821
13822[[package]]
13823name = "scratch"
13824version = "1.0.8"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13827
13828[[package]]
13829name = "screencapturekit"
13830version = "0.2.8"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13833dependencies = [
13834 "screencapturekit-sys",
13835]
13836
13837[[package]]
13838name = "screencapturekit-sys"
13839version = "0.2.8"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13842dependencies = [
13843 "block",
13844 "dispatch",
13845 "objc",
13846 "objc-foundation",
13847 "objc_id",
13848 "once_cell",
13849]
13850
13851[[package]]
13852name = "scrypt"
13853version = "0.11.0"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13856dependencies = [
13857 "password-hash 0.5.0",
13858 "pbkdf2 0.12.2",
13859 "salsa20",
13860 "sha2",
13861]
13862
13863[[package]]
13864name = "sct"
13865version = "0.7.1"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13868dependencies = [
13869 "ring",
13870 "untrusted",
13871]
13872
13873[[package]]
13874name = "sea-bae"
13875version = "0.2.1"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13878dependencies = [
13879 "heck 0.4.1",
13880 "proc-macro-error2",
13881 "proc-macro2",
13882 "quote",
13883 "syn 2.0.101",
13884]
13885
13886[[package]]
13887name = "sea-orm"
13888version = "1.1.10"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13891dependencies = [
13892 "async-stream",
13893 "async-trait",
13894 "bigdecimal",
13895 "chrono",
13896 "futures-util",
13897 "log",
13898 "ouroboros",
13899 "pgvector",
13900 "rust_decimal",
13901 "sea-orm-macros",
13902 "sea-query",
13903 "sea-query-binder",
13904 "serde",
13905 "serde_json",
13906 "sqlx",
13907 "strum 0.26.3",
13908 "thiserror 2.0.12",
13909 "time",
13910 "tracing",
13911 "url",
13912 "uuid",
13913]
13914
13915[[package]]
13916name = "sea-orm-macros"
13917version = "1.1.10"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13920dependencies = [
13921 "heck 0.4.1",
13922 "proc-macro2",
13923 "quote",
13924 "sea-bae",
13925 "syn 2.0.101",
13926 "unicode-ident",
13927]
13928
13929[[package]]
13930name = "sea-query"
13931version = "0.32.4"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13934dependencies = [
13935 "bigdecimal",
13936 "chrono",
13937 "inherent",
13938 "ordered-float 4.6.0",
13939 "rust_decimal",
13940 "serde_json",
13941 "time",
13942 "uuid",
13943]
13944
13945[[package]]
13946name = "sea-query-binder"
13947version = "0.7.0"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13950dependencies = [
13951 "bigdecimal",
13952 "chrono",
13953 "rust_decimal",
13954 "sea-query",
13955 "serde_json",
13956 "sqlx",
13957 "time",
13958 "uuid",
13959]
13960
13961[[package]]
13962name = "seahash"
13963version = "4.1.0"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13966
13967[[package]]
13968name = "search"
13969version = "0.1.0"
13970dependencies = [
13971 "any_vec",
13972 "anyhow",
13973 "bitflags 2.9.0",
13974 "client",
13975 "collections",
13976 "editor",
13977 "futures 0.3.31",
13978 "gpui",
13979 "language",
13980 "menu",
13981 "project",
13982 "schemars",
13983 "serde",
13984 "serde_json",
13985 "settings",
13986 "smol",
13987 "theme",
13988 "ui",
13989 "unindent",
13990 "util",
13991 "workspace",
13992 "workspace-hack",
13993 "zed_actions",
13994]
13995
13996[[package]]
13997name = "sec1"
13998version = "0.3.0"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14001dependencies = [
14002 "base16ct",
14003 "der 0.6.1",
14004 "generic-array",
14005 "pkcs8 0.9.0",
14006 "subtle",
14007 "zeroize",
14008]
14009
14010[[package]]
14011name = "security-framework"
14012version = "2.11.1"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14015dependencies = [
14016 "bitflags 2.9.0",
14017 "core-foundation 0.9.4",
14018 "core-foundation-sys",
14019 "libc",
14020 "security-framework-sys",
14021]
14022
14023[[package]]
14024name = "security-framework"
14025version = "3.2.0"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14028dependencies = [
14029 "bitflags 2.9.0",
14030 "core-foundation 0.10.0",
14031 "core-foundation-sys",
14032 "libc",
14033 "security-framework-sys",
14034]
14035
14036[[package]]
14037name = "security-framework-sys"
14038version = "2.14.0"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14041dependencies = [
14042 "core-foundation-sys",
14043 "libc",
14044]
14045
14046[[package]]
14047name = "self_cell"
14048version = "1.2.0"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14051
14052[[package]]
14053name = "semantic_index"
14054version = "0.1.0"
14055dependencies = [
14056 "anyhow",
14057 "arrayvec",
14058 "blake3",
14059 "client",
14060 "clock",
14061 "collections",
14062 "env_logger 0.11.8",
14063 "feature_flags",
14064 "fs",
14065 "futures 0.3.31",
14066 "futures-batch",
14067 "gpui",
14068 "heed",
14069 "http_client",
14070 "language",
14071 "language_model",
14072 "languages",
14073 "log",
14074 "open_ai",
14075 "parking_lot",
14076 "project",
14077 "reqwest_client",
14078 "serde",
14079 "serde_json",
14080 "settings",
14081 "sha2",
14082 "smol",
14083 "streaming-iterator",
14084 "tempfile",
14085 "theme",
14086 "tree-sitter",
14087 "ui",
14088 "unindent",
14089 "util",
14090 "workspace",
14091 "workspace-hack",
14092 "worktree",
14093]
14094
14095[[package]]
14096name = "semantic_version"
14097version = "0.1.0"
14098dependencies = [
14099 "anyhow",
14100 "serde",
14101 "workspace-hack",
14102]
14103
14104[[package]]
14105name = "semver"
14106version = "1.0.26"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14109dependencies = [
14110 "serde",
14111]
14112
14113[[package]]
14114name = "serde"
14115version = "1.0.219"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14118dependencies = [
14119 "serde_derive",
14120]
14121
14122[[package]]
14123name = "serde_derive"
14124version = "1.0.219"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14127dependencies = [
14128 "proc-macro2",
14129 "quote",
14130 "syn 2.0.101",
14131]
14132
14133[[package]]
14134name = "serde_derive_internals"
14135version = "0.29.1"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14138dependencies = [
14139 "proc-macro2",
14140 "quote",
14141 "syn 2.0.101",
14142]
14143
14144[[package]]
14145name = "serde_fmt"
14146version = "1.0.3"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14149dependencies = [
14150 "serde",
14151]
14152
14153[[package]]
14154name = "serde_json"
14155version = "1.0.140"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14158dependencies = [
14159 "indexmap",
14160 "itoa",
14161 "memchr",
14162 "ryu",
14163 "serde",
14164]
14165
14166[[package]]
14167name = "serde_json_lenient"
14168version = "0.2.4"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14171dependencies = [
14172 "indexmap",
14173 "itoa",
14174 "memchr",
14175 "ryu",
14176 "serde",
14177]
14178
14179[[package]]
14180name = "serde_path_to_error"
14181version = "0.1.17"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14184dependencies = [
14185 "itoa",
14186 "serde",
14187]
14188
14189[[package]]
14190name = "serde_qs"
14191version = "0.8.5"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14194dependencies = [
14195 "percent-encoding",
14196 "serde",
14197 "thiserror 1.0.69",
14198]
14199
14200[[package]]
14201name = "serde_qs"
14202version = "0.10.1"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14205dependencies = [
14206 "percent-encoding",
14207 "serde",
14208 "thiserror 1.0.69",
14209]
14210
14211[[package]]
14212name = "serde_repr"
14213version = "0.1.20"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14216dependencies = [
14217 "proc-macro2",
14218 "quote",
14219 "syn 2.0.101",
14220]
14221
14222[[package]]
14223name = "serde_spanned"
14224version = "0.6.8"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14227dependencies = [
14228 "serde",
14229]
14230
14231[[package]]
14232name = "serde_urlencoded"
14233version = "0.7.1"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14236dependencies = [
14237 "form_urlencoded",
14238 "itoa",
14239 "ryu",
14240 "serde",
14241]
14242
14243[[package]]
14244name = "serial2"
14245version = "0.2.29"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14248dependencies = [
14249 "cfg-if",
14250 "libc",
14251 "winapi",
14252]
14253
14254[[package]]
14255name = "session"
14256version = "0.1.0"
14257dependencies = [
14258 "db",
14259 "gpui",
14260 "serde_json",
14261 "util",
14262 "uuid",
14263 "workspace-hack",
14264]
14265
14266[[package]]
14267name = "settings"
14268version = "0.1.0"
14269dependencies = [
14270 "anyhow",
14271 "collections",
14272 "ec4rs",
14273 "fs",
14274 "futures 0.3.31",
14275 "gpui",
14276 "indoc",
14277 "inventory",
14278 "log",
14279 "paths",
14280 "pretty_assertions",
14281 "release_channel",
14282 "rust-embed",
14283 "schemars",
14284 "serde",
14285 "serde_derive",
14286 "serde_json",
14287 "serde_json_lenient",
14288 "smallvec",
14289 "streaming-iterator",
14290 "tree-sitter",
14291 "tree-sitter-json",
14292 "unindent",
14293 "util",
14294 "workspace-hack",
14295]
14296
14297[[package]]
14298name = "settings_ui"
14299version = "0.1.0"
14300dependencies = [
14301 "command_palette_hooks",
14302 "editor",
14303 "feature_flags",
14304 "fs",
14305 "gpui",
14306 "log",
14307 "paths",
14308 "schemars",
14309 "serde",
14310 "settings",
14311 "theme",
14312 "ui",
14313 "workspace",
14314 "workspace-hack",
14315]
14316
14317[[package]]
14318name = "sha1"
14319version = "0.10.6"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14322dependencies = [
14323 "cfg-if",
14324 "cpufeatures",
14325 "digest",
14326]
14327
14328[[package]]
14329name = "sha1-checked"
14330version = "0.10.0"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14333dependencies = [
14334 "digest",
14335 "sha1",
14336]
14337
14338[[package]]
14339name = "sha1_smol"
14340version = "1.0.1"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14343
14344[[package]]
14345name = "sha2"
14346version = "0.10.8"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14349dependencies = [
14350 "cfg-if",
14351 "cpufeatures",
14352 "digest",
14353]
14354
14355[[package]]
14356name = "sharded-slab"
14357version = "0.1.7"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14360dependencies = [
14361 "lazy_static",
14362]
14363
14364[[package]]
14365name = "shared_library"
14366version = "0.1.9"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14369dependencies = [
14370 "lazy_static",
14371 "libc",
14372]
14373
14374[[package]]
14375name = "shell-words"
14376version = "1.1.0"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14379
14380[[package]]
14381name = "shellexpand"
14382version = "2.1.2"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14385dependencies = [
14386 "dirs 4.0.0",
14387]
14388
14389[[package]]
14390name = "shellexpand"
14391version = "3.1.1"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14394dependencies = [
14395 "dirs 6.0.0",
14396]
14397
14398[[package]]
14399name = "shlex"
14400version = "1.3.0"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14403
14404[[package]]
14405name = "signal-hook"
14406version = "0.3.17"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14409dependencies = [
14410 "libc",
14411 "signal-hook-registry",
14412]
14413
14414[[package]]
14415name = "signal-hook-registry"
14416version = "1.4.5"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14419dependencies = [
14420 "libc",
14421]
14422
14423[[package]]
14424name = "signature"
14425version = "1.6.4"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14428dependencies = [
14429 "digest",
14430 "rand_core 0.6.4",
14431]
14432
14433[[package]]
14434name = "signature"
14435version = "2.2.0"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14438dependencies = [
14439 "digest",
14440 "rand_core 0.6.4",
14441]
14442
14443[[package]]
14444name = "simd-adler32"
14445version = "0.3.7"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14448
14449[[package]]
14450name = "simd_helpers"
14451version = "0.1.0"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14454dependencies = [
14455 "quote",
14456]
14457
14458[[package]]
14459name = "simdutf8"
14460version = "0.1.5"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14463
14464[[package]]
14465name = "simple_asn1"
14466version = "0.6.3"
14467source = "registry+https://github.com/rust-lang/crates.io-index"
14468checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14469dependencies = [
14470 "num-bigint",
14471 "num-traits",
14472 "thiserror 2.0.12",
14473 "time",
14474]
14475
14476[[package]]
14477name = "simplecss"
14478version = "0.2.2"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14481dependencies = [
14482 "log",
14483]
14484
14485[[package]]
14486name = "simplelog"
14487version = "0.12.2"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14490dependencies = [
14491 "log",
14492 "termcolor",
14493 "time",
14494]
14495
14496[[package]]
14497name = "siphasher"
14498version = "1.0.1"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14501
14502[[package]]
14503name = "skrifa"
14504version = "0.26.6"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14507dependencies = [
14508 "bytemuck",
14509 "read-fonts",
14510]
14511
14512[[package]]
14513name = "slab"
14514version = "0.4.9"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14517dependencies = [
14518 "autocfg",
14519]
14520
14521[[package]]
14522name = "slash_commands_example"
14523version = "0.1.0"
14524dependencies = [
14525 "zed_extension_api 0.1.0",
14526]
14527
14528[[package]]
14529name = "slotmap"
14530version = "1.0.7"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14533dependencies = [
14534 "version_check",
14535]
14536
14537[[package]]
14538name = "smallvec"
14539version = "1.15.0"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14542dependencies = [
14543 "serde",
14544]
14545
14546[[package]]
14547name = "smart-default"
14548version = "0.6.0"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14551dependencies = [
14552 "proc-macro2",
14553 "quote",
14554 "syn 1.0.109",
14555]
14556
14557[[package]]
14558name = "smol"
14559version = "2.0.2"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14562dependencies = [
14563 "async-channel 2.3.1",
14564 "async-executor",
14565 "async-fs",
14566 "async-io",
14567 "async-lock",
14568 "async-net",
14569 "async-process",
14570 "blocking",
14571 "futures-lite 2.6.0",
14572]
14573
14574[[package]]
14575name = "smol_str"
14576version = "0.1.24"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14579dependencies = [
14580 "serde",
14581]
14582
14583[[package]]
14584name = "smol_str"
14585version = "0.2.2"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14588
14589[[package]]
14590name = "snippet"
14591version = "0.1.0"
14592dependencies = [
14593 "anyhow",
14594 "smallvec",
14595 "workspace-hack",
14596]
14597
14598[[package]]
14599name = "snippet_provider"
14600version = "0.1.0"
14601dependencies = [
14602 "anyhow",
14603 "collections",
14604 "extension",
14605 "fs",
14606 "futures 0.3.31",
14607 "gpui",
14608 "indoc",
14609 "parking_lot",
14610 "paths",
14611 "schemars",
14612 "serde",
14613 "serde_json_lenient",
14614 "snippet",
14615 "util",
14616 "workspace-hack",
14617]
14618
14619[[package]]
14620name = "snippets_ui"
14621version = "0.1.0"
14622dependencies = [
14623 "fuzzy",
14624 "gpui",
14625 "language",
14626 "paths",
14627 "picker",
14628 "ui",
14629 "util",
14630 "workspace",
14631 "workspace-hack",
14632]
14633
14634[[package]]
14635name = "socket2"
14636version = "0.5.9"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14639dependencies = [
14640 "libc",
14641 "windows-sys 0.52.0",
14642]
14643
14644[[package]]
14645name = "spdx"
14646version = "0.10.8"
14647source = "registry+https://github.com/rust-lang/crates.io-index"
14648checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14649dependencies = [
14650 "smallvec",
14651]
14652
14653[[package]]
14654name = "spin"
14655version = "0.9.8"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14658dependencies = [
14659 "lock_api",
14660]
14661
14662[[package]]
14663name = "spirv"
14664version = "0.3.0+sdk-1.3.268.0"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14667dependencies = [
14668 "bitflags 2.9.0",
14669]
14670
14671[[package]]
14672name = "spki"
14673version = "0.6.0"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14676dependencies = [
14677 "base64ct",
14678 "der 0.6.1",
14679]
14680
14681[[package]]
14682name = "spki"
14683version = "0.7.3"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14686dependencies = [
14687 "base64ct",
14688 "der 0.7.10",
14689]
14690
14691[[package]]
14692name = "sptr"
14693version = "0.3.2"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14696
14697[[package]]
14698name = "sqlez"
14699version = "0.1.0"
14700dependencies = [
14701 "anyhow",
14702 "collections",
14703 "futures 0.3.31",
14704 "indoc",
14705 "libsqlite3-sys",
14706 "parking_lot",
14707 "smol",
14708 "sqlformat",
14709 "thread_local",
14710 "util",
14711 "uuid",
14712 "workspace-hack",
14713]
14714
14715[[package]]
14716name = "sqlez_macros"
14717version = "0.1.0"
14718dependencies = [
14719 "sqlez",
14720 "sqlformat",
14721 "syn 1.0.109",
14722 "workspace-hack",
14723]
14724
14725[[package]]
14726name = "sqlformat"
14727version = "0.2.6"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14730dependencies = [
14731 "nom",
14732 "unicode_categories",
14733]
14734
14735[[package]]
14736name = "sqlx"
14737version = "0.8.5"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14740dependencies = [
14741 "sqlx-core",
14742 "sqlx-macros",
14743 "sqlx-mysql",
14744 "sqlx-postgres",
14745 "sqlx-sqlite",
14746]
14747
14748[[package]]
14749name = "sqlx-core"
14750version = "0.8.5"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14753dependencies = [
14754 "base64 0.22.1",
14755 "bigdecimal",
14756 "bytes 1.10.1",
14757 "chrono",
14758 "crc",
14759 "crossbeam-queue",
14760 "either",
14761 "event-listener 5.4.0",
14762 "futures-core",
14763 "futures-intrusive",
14764 "futures-io",
14765 "futures-util",
14766 "hashbrown 0.15.3",
14767 "hashlink 0.10.0",
14768 "indexmap",
14769 "log",
14770 "memchr",
14771 "once_cell",
14772 "percent-encoding",
14773 "rust_decimal",
14774 "rustls 0.23.26",
14775 "serde",
14776 "serde_json",
14777 "sha2",
14778 "smallvec",
14779 "thiserror 2.0.12",
14780 "time",
14781 "tokio",
14782 "tokio-stream",
14783 "tracing",
14784 "url",
14785 "uuid",
14786 "webpki-roots",
14787]
14788
14789[[package]]
14790name = "sqlx-macros"
14791version = "0.8.5"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14794dependencies = [
14795 "proc-macro2",
14796 "quote",
14797 "sqlx-core",
14798 "sqlx-macros-core",
14799 "syn 2.0.101",
14800]
14801
14802[[package]]
14803name = "sqlx-macros-core"
14804version = "0.8.5"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14807dependencies = [
14808 "dotenvy",
14809 "either",
14810 "heck 0.5.0",
14811 "hex",
14812 "once_cell",
14813 "proc-macro2",
14814 "quote",
14815 "serde",
14816 "serde_json",
14817 "sha2",
14818 "sqlx-core",
14819 "sqlx-mysql",
14820 "sqlx-postgres",
14821 "sqlx-sqlite",
14822 "syn 2.0.101",
14823 "tempfile",
14824 "tokio",
14825 "url",
14826]
14827
14828[[package]]
14829name = "sqlx-mysql"
14830version = "0.8.5"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14833dependencies = [
14834 "atoi",
14835 "base64 0.22.1",
14836 "bigdecimal",
14837 "bitflags 2.9.0",
14838 "byteorder",
14839 "bytes 1.10.1",
14840 "chrono",
14841 "crc",
14842 "digest",
14843 "dotenvy",
14844 "either",
14845 "futures-channel",
14846 "futures-core",
14847 "futures-io",
14848 "futures-util",
14849 "generic-array",
14850 "hex",
14851 "hkdf",
14852 "hmac",
14853 "itoa",
14854 "log",
14855 "md-5",
14856 "memchr",
14857 "once_cell",
14858 "percent-encoding",
14859 "rand 0.8.5",
14860 "rsa",
14861 "rust_decimal",
14862 "serde",
14863 "sha1",
14864 "sha2",
14865 "smallvec",
14866 "sqlx-core",
14867 "stringprep",
14868 "thiserror 2.0.12",
14869 "time",
14870 "tracing",
14871 "uuid",
14872 "whoami",
14873]
14874
14875[[package]]
14876name = "sqlx-postgres"
14877version = "0.8.5"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14880dependencies = [
14881 "atoi",
14882 "base64 0.22.1",
14883 "bigdecimal",
14884 "bitflags 2.9.0",
14885 "byteorder",
14886 "chrono",
14887 "crc",
14888 "dotenvy",
14889 "etcetera",
14890 "futures-channel",
14891 "futures-core",
14892 "futures-util",
14893 "hex",
14894 "hkdf",
14895 "hmac",
14896 "home",
14897 "itoa",
14898 "log",
14899 "md-5",
14900 "memchr",
14901 "num-bigint",
14902 "once_cell",
14903 "rand 0.8.5",
14904 "rust_decimal",
14905 "serde",
14906 "serde_json",
14907 "sha2",
14908 "smallvec",
14909 "sqlx-core",
14910 "stringprep",
14911 "thiserror 2.0.12",
14912 "time",
14913 "tracing",
14914 "uuid",
14915 "whoami",
14916]
14917
14918[[package]]
14919name = "sqlx-sqlite"
14920version = "0.8.5"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14923dependencies = [
14924 "atoi",
14925 "chrono",
14926 "flume",
14927 "futures-channel",
14928 "futures-core",
14929 "futures-executor",
14930 "futures-intrusive",
14931 "futures-util",
14932 "libsqlite3-sys",
14933 "log",
14934 "percent-encoding",
14935 "serde",
14936 "serde_urlencoded",
14937 "sqlx-core",
14938 "thiserror 2.0.12",
14939 "time",
14940 "tracing",
14941 "url",
14942 "uuid",
14943]
14944
14945[[package]]
14946name = "stable_deref_trait"
14947version = "1.2.0"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14950
14951[[package]]
14952name = "static_assertions"
14953version = "1.1.0"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14956
14957[[package]]
14958name = "story"
14959version = "0.1.0"
14960dependencies = [
14961 "gpui",
14962 "itertools 0.14.0",
14963 "smallvec",
14964 "workspace-hack",
14965]
14966
14967[[package]]
14968name = "storybook"
14969version = "0.1.0"
14970dependencies = [
14971 "anyhow",
14972 "clap",
14973 "collab_ui",
14974 "ctrlc",
14975 "dialoguer",
14976 "editor",
14977 "fuzzy",
14978 "gpui",
14979 "indoc",
14980 "language",
14981 "log",
14982 "menu",
14983 "picker",
14984 "project",
14985 "reqwest_client",
14986 "rust-embed",
14987 "settings",
14988 "simplelog",
14989 "story",
14990 "strum 0.27.1",
14991 "theme",
14992 "title_bar",
14993 "ui",
14994 "workspace",
14995 "workspace-hack",
14996]
14997
14998[[package]]
14999name = "streaming-iterator"
15000version = "0.1.9"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15003
15004[[package]]
15005name = "streaming_diff"
15006version = "0.1.0"
15007dependencies = [
15008 "ordered-float 2.10.1",
15009 "rand 0.8.5",
15010 "rope",
15011 "util",
15012 "workspace-hack",
15013]
15014
15015[[package]]
15016name = "strict-num"
15017version = "0.1.1"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15020dependencies = [
15021 "float-cmp",
15022]
15023
15024[[package]]
15025name = "string_cache"
15026version = "0.8.9"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15029dependencies = [
15030 "new_debug_unreachable",
15031 "parking_lot",
15032 "phf_shared",
15033 "precomputed-hash",
15034 "serde",
15035]
15036
15037[[package]]
15038name = "string_cache_codegen"
15039version = "0.5.4"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15042dependencies = [
15043 "phf_generator",
15044 "phf_shared",
15045 "proc-macro2",
15046 "quote",
15047]
15048
15049[[package]]
15050name = "stringprep"
15051version = "0.1.5"
15052source = "registry+https://github.com/rust-lang/crates.io-index"
15053checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15054dependencies = [
15055 "unicode-bidi",
15056 "unicode-normalization",
15057 "unicode-properties",
15058]
15059
15060[[package]]
15061name = "strsim"
15062version = "0.11.1"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15065
15066[[package]]
15067name = "strum"
15068version = "0.26.3"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15071dependencies = [
15072 "strum_macros 0.26.4",
15073]
15074
15075[[package]]
15076name = "strum"
15077version = "0.27.1"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15080dependencies = [
15081 "strum_macros 0.27.1",
15082]
15083
15084[[package]]
15085name = "strum_macros"
15086version = "0.26.4"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15089dependencies = [
15090 "heck 0.5.0",
15091 "proc-macro2",
15092 "quote",
15093 "rustversion",
15094 "syn 2.0.101",
15095]
15096
15097[[package]]
15098name = "strum_macros"
15099version = "0.27.1"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15102dependencies = [
15103 "heck 0.5.0",
15104 "proc-macro2",
15105 "quote",
15106 "rustversion",
15107 "syn 2.0.101",
15108]
15109
15110[[package]]
15111name = "subtle"
15112version = "2.6.1"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15115
15116[[package]]
15117name = "sum_tree"
15118version = "0.1.0"
15119dependencies = [
15120 "arrayvec",
15121 "ctor",
15122 "env_logger 0.11.8",
15123 "log",
15124 "rand 0.8.5",
15125 "rayon",
15126 "workspace-hack",
15127]
15128
15129[[package]]
15130name = "supermaven"
15131version = "0.1.0"
15132dependencies = [
15133 "anyhow",
15134 "client",
15135 "collections",
15136 "editor",
15137 "env_logger 0.11.8",
15138 "futures 0.3.31",
15139 "gpui",
15140 "http_client",
15141 "inline_completion",
15142 "language",
15143 "log",
15144 "postage",
15145 "project",
15146 "serde",
15147 "serde_json",
15148 "settings",
15149 "smol",
15150 "supermaven_api",
15151 "text",
15152 "theme",
15153 "ui",
15154 "unicode-segmentation",
15155 "util",
15156 "workspace-hack",
15157]
15158
15159[[package]]
15160name = "supermaven_api"
15161version = "0.1.0"
15162dependencies = [
15163 "anyhow",
15164 "futures 0.3.31",
15165 "http_client",
15166 "paths",
15167 "serde",
15168 "serde_json",
15169 "smol",
15170 "workspace-hack",
15171]
15172
15173[[package]]
15174name = "sval"
15175version = "2.14.1"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15178
15179[[package]]
15180name = "sval_buffer"
15181version = "2.14.1"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15184dependencies = [
15185 "sval",
15186 "sval_ref",
15187]
15188
15189[[package]]
15190name = "sval_dynamic"
15191version = "2.14.1"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15194dependencies = [
15195 "sval",
15196]
15197
15198[[package]]
15199name = "sval_fmt"
15200version = "2.14.1"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15203dependencies = [
15204 "itoa",
15205 "ryu",
15206 "sval",
15207]
15208
15209[[package]]
15210name = "sval_json"
15211version = "2.14.1"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15214dependencies = [
15215 "itoa",
15216 "ryu",
15217 "sval",
15218]
15219
15220[[package]]
15221name = "sval_nested"
15222version = "2.14.1"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15225dependencies = [
15226 "sval",
15227 "sval_buffer",
15228 "sval_ref",
15229]
15230
15231[[package]]
15232name = "sval_ref"
15233version = "2.14.1"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15236dependencies = [
15237 "sval",
15238]
15239
15240[[package]]
15241name = "sval_serde"
15242version = "2.14.1"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15245dependencies = [
15246 "serde",
15247 "sval",
15248 "sval_nested",
15249]
15250
15251[[package]]
15252name = "svg_fmt"
15253version = "0.4.5"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15256
15257[[package]]
15258name = "svgtypes"
15259version = "0.15.3"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15262dependencies = [
15263 "kurbo",
15264 "siphasher",
15265]
15266
15267[[package]]
15268name = "swash"
15269version = "0.2.2"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15272dependencies = [
15273 "skrifa",
15274 "yazi",
15275 "zeno",
15276]
15277
15278[[package]]
15279name = "syn"
15280version = "1.0.109"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15283dependencies = [
15284 "proc-macro2",
15285 "quote",
15286 "unicode-ident",
15287]
15288
15289[[package]]
15290name = "syn"
15291version = "2.0.101"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15294dependencies = [
15295 "proc-macro2",
15296 "quote",
15297 "unicode-ident",
15298]
15299
15300[[package]]
15301name = "sync_wrapper"
15302version = "0.1.2"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15305
15306[[package]]
15307name = "sync_wrapper"
15308version = "1.0.2"
15309source = "registry+https://github.com/rust-lang/crates.io-index"
15310checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15311dependencies = [
15312 "futures-core",
15313]
15314
15315[[package]]
15316name = "synchronoise"
15317version = "1.0.1"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15320dependencies = [
15321 "crossbeam-queue",
15322]
15323
15324[[package]]
15325name = "synstructure"
15326version = "0.13.1"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15329dependencies = [
15330 "proc-macro2",
15331 "quote",
15332 "syn 2.0.101",
15333]
15334
15335[[package]]
15336name = "sys-locale"
15337version = "0.3.2"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15340dependencies = [
15341 "libc",
15342]
15343
15344[[package]]
15345name = "sysinfo"
15346version = "0.31.4"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15349dependencies = [
15350 "core-foundation-sys",
15351 "libc",
15352 "memchr",
15353 "ntapi",
15354 "rayon",
15355 "windows 0.57.0",
15356]
15357
15358[[package]]
15359name = "system-configuration"
15360version = "0.5.1"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15363dependencies = [
15364 "bitflags 1.3.2",
15365 "core-foundation 0.9.4",
15366 "system-configuration-sys 0.5.0",
15367]
15368
15369[[package]]
15370name = "system-configuration"
15371version = "0.6.1"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15374dependencies = [
15375 "bitflags 2.9.0",
15376 "core-foundation 0.9.4",
15377 "system-configuration-sys 0.6.0",
15378]
15379
15380[[package]]
15381name = "system-configuration-sys"
15382version = "0.5.0"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15385dependencies = [
15386 "core-foundation-sys",
15387 "libc",
15388]
15389
15390[[package]]
15391name = "system-configuration-sys"
15392version = "0.6.0"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15395dependencies = [
15396 "core-foundation-sys",
15397 "libc",
15398]
15399
15400[[package]]
15401name = "system-deps"
15402version = "6.2.2"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15405dependencies = [
15406 "cfg-expr",
15407 "heck 0.5.0",
15408 "pkg-config",
15409 "toml 0.8.20",
15410 "version-compare",
15411]
15412
15413[[package]]
15414name = "system-interface"
15415version = "0.27.3"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15418dependencies = [
15419 "bitflags 2.9.0",
15420 "cap-fs-ext",
15421 "cap-std",
15422 "fd-lock",
15423 "io-lifetimes",
15424 "rustix 0.38.44",
15425 "windows-sys 0.59.0",
15426 "winx",
15427]
15428
15429[[package]]
15430name = "tab_switcher"
15431version = "0.1.0"
15432dependencies = [
15433 "anyhow",
15434 "collections",
15435 "ctor",
15436 "editor",
15437 "env_logger 0.11.8",
15438 "fuzzy",
15439 "gpui",
15440 "language",
15441 "menu",
15442 "picker",
15443 "project",
15444 "schemars",
15445 "serde",
15446 "serde_json",
15447 "settings",
15448 "smol",
15449 "theme",
15450 "ui",
15451 "util",
15452 "workspace",
15453 "workspace-hack",
15454]
15455
15456[[package]]
15457name = "taffy"
15458version = "0.4.4"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15461dependencies = [
15462 "arrayvec",
15463 "grid",
15464 "num-traits",
15465 "serde",
15466 "slotmap",
15467]
15468
15469[[package]]
15470name = "tagptr"
15471version = "0.2.0"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15474
15475[[package]]
15476name = "take-until"
15477version = "0.2.0"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15480
15481[[package]]
15482name = "tao-core-video-sys"
15483version = "0.2.0"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15486dependencies = [
15487 "cfg-if",
15488 "core-foundation-sys",
15489 "libc",
15490 "objc",
15491]
15492
15493[[package]]
15494name = "tap"
15495version = "1.0.1"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15498
15499[[package]]
15500name = "target-lexicon"
15501version = "0.12.16"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15504
15505[[package]]
15506name = "target-lexicon"
15507version = "0.13.2"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15510
15511[[package]]
15512name = "task"
15513version = "0.1.0"
15514dependencies = [
15515 "anyhow",
15516 "collections",
15517 "futures 0.3.31",
15518 "gpui",
15519 "hex",
15520 "parking_lot",
15521 "pretty_assertions",
15522 "proto",
15523 "schemars",
15524 "serde",
15525 "serde_json",
15526 "serde_json_lenient",
15527 "sha2",
15528 "shellexpand 2.1.2",
15529 "util",
15530 "workspace-hack",
15531 "zed_actions",
15532]
15533
15534[[package]]
15535name = "tasks_ui"
15536version = "0.1.0"
15537dependencies = [
15538 "anyhow",
15539 "collections",
15540 "editor",
15541 "file_icons",
15542 "fuzzy",
15543 "gpui",
15544 "itertools 0.14.0",
15545 "language",
15546 "menu",
15547 "picker",
15548 "project",
15549 "serde",
15550 "serde_json",
15551 "task",
15552 "tree-sitter-rust",
15553 "tree-sitter-typescript",
15554 "ui",
15555 "util",
15556 "workspace",
15557 "workspace-hack",
15558 "zed_actions",
15559]
15560
15561[[package]]
15562name = "telemetry"
15563version = "0.1.0"
15564dependencies = [
15565 "futures 0.3.31",
15566 "serde",
15567 "serde_json",
15568 "telemetry_events",
15569 "workspace-hack",
15570]
15571
15572[[package]]
15573name = "telemetry_events"
15574version = "0.1.0"
15575dependencies = [
15576 "semantic_version",
15577 "serde",
15578 "serde_json",
15579 "workspace-hack",
15580]
15581
15582[[package]]
15583name = "tempfile"
15584version = "3.20.0"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15587dependencies = [
15588 "fastrand 2.3.0",
15589 "getrandom 0.3.2",
15590 "once_cell",
15591 "rustix 1.0.7",
15592 "windows-sys 0.59.0",
15593]
15594
15595[[package]]
15596name = "tendril"
15597version = "0.4.3"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15600dependencies = [
15601 "futf",
15602 "mac",
15603 "utf-8",
15604]
15605
15606[[package]]
15607name = "termcolor"
15608version = "1.4.1"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15611dependencies = [
15612 "winapi-util",
15613]
15614
15615[[package]]
15616name = "terminal"
15617version = "0.1.0"
15618dependencies = [
15619 "alacritty_terminal",
15620 "anyhow",
15621 "collections",
15622 "dirs 4.0.0",
15623 "futures 0.3.31",
15624 "gpui",
15625 "libc",
15626 "rand 0.8.5",
15627 "regex",
15628 "release_channel",
15629 "schemars",
15630 "serde",
15631 "serde_derive",
15632 "settings",
15633 "smol",
15634 "sysinfo",
15635 "task",
15636 "theme",
15637 "thiserror 2.0.12",
15638 "util",
15639 "windows 0.61.1",
15640 "workspace-hack",
15641]
15642
15643[[package]]
15644name = "terminal_size"
15645version = "0.4.2"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15648dependencies = [
15649 "rustix 1.0.7",
15650 "windows-sys 0.59.0",
15651]
15652
15653[[package]]
15654name = "terminal_view"
15655version = "0.1.0"
15656dependencies = [
15657 "anyhow",
15658 "assistant_slash_command",
15659 "async-recursion 1.1.1",
15660 "breadcrumbs",
15661 "client",
15662 "collections",
15663 "db",
15664 "dirs 4.0.0",
15665 "editor",
15666 "futures 0.3.31",
15667 "gpui",
15668 "itertools 0.14.0",
15669 "language",
15670 "log",
15671 "project",
15672 "rand 0.8.5",
15673 "regex",
15674 "schemars",
15675 "search",
15676 "serde",
15677 "serde_json",
15678 "settings",
15679 "shellexpand 2.1.2",
15680 "smol",
15681 "task",
15682 "terminal",
15683 "theme",
15684 "ui",
15685 "util",
15686 "workspace",
15687 "workspace-hack",
15688 "zed_actions",
15689]
15690
15691[[package]]
15692name = "text"
15693version = "0.1.0"
15694dependencies = [
15695 "anyhow",
15696 "clock",
15697 "collections",
15698 "ctor",
15699 "env_logger 0.11.8",
15700 "gpui",
15701 "http_client",
15702 "log",
15703 "parking_lot",
15704 "postage",
15705 "rand 0.8.5",
15706 "regex",
15707 "rope",
15708 "smallvec",
15709 "sum_tree",
15710 "util",
15711 "workspace-hack",
15712]
15713
15714[[package]]
15715name = "theme"
15716version = "0.1.0"
15717dependencies = [
15718 "anyhow",
15719 "collections",
15720 "derive_more",
15721 "fs",
15722 "futures 0.3.31",
15723 "gpui",
15724 "indexmap",
15725 "log",
15726 "palette",
15727 "parking_lot",
15728 "refineable",
15729 "schemars",
15730 "serde",
15731 "serde_derive",
15732 "serde_json",
15733 "serde_json_lenient",
15734 "serde_repr",
15735 "settings",
15736 "strum 0.27.1",
15737 "thiserror 2.0.12",
15738 "util",
15739 "uuid",
15740 "workspace-hack",
15741]
15742
15743[[package]]
15744name = "theme_extension"
15745version = "0.1.0"
15746dependencies = [
15747 "anyhow",
15748 "extension",
15749 "fs",
15750 "gpui",
15751 "theme",
15752 "workspace-hack",
15753]
15754
15755[[package]]
15756name = "theme_importer"
15757version = "0.1.0"
15758dependencies = [
15759 "anyhow",
15760 "clap",
15761 "gpui",
15762 "indexmap",
15763 "log",
15764 "palette",
15765 "rust-embed",
15766 "serde",
15767 "serde_json",
15768 "serde_json_lenient",
15769 "simplelog",
15770 "strum 0.27.1",
15771 "theme",
15772 "vscode_theme",
15773 "workspace-hack",
15774]
15775
15776[[package]]
15777name = "theme_selector"
15778version = "0.1.0"
15779dependencies = [
15780 "fs",
15781 "fuzzy",
15782 "gpui",
15783 "log",
15784 "picker",
15785 "serde",
15786 "settings",
15787 "telemetry",
15788 "theme",
15789 "ui",
15790 "util",
15791 "workspace",
15792 "workspace-hack",
15793 "zed_actions",
15794]
15795
15796[[package]]
15797name = "thiserror"
15798version = "1.0.69"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15801dependencies = [
15802 "thiserror-impl 1.0.69",
15803]
15804
15805[[package]]
15806name = "thiserror"
15807version = "2.0.12"
15808source = "registry+https://github.com/rust-lang/crates.io-index"
15809checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15810dependencies = [
15811 "thiserror-impl 2.0.12",
15812]
15813
15814[[package]]
15815name = "thiserror-impl"
15816version = "1.0.69"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15819dependencies = [
15820 "proc-macro2",
15821 "quote",
15822 "syn 2.0.101",
15823]
15824
15825[[package]]
15826name = "thiserror-impl"
15827version = "2.0.12"
15828source = "registry+https://github.com/rust-lang/crates.io-index"
15829checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15830dependencies = [
15831 "proc-macro2",
15832 "quote",
15833 "syn 2.0.101",
15834]
15835
15836[[package]]
15837name = "thread_local"
15838version = "1.1.8"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15841dependencies = [
15842 "cfg-if",
15843 "once_cell",
15844]
15845
15846[[package]]
15847name = "tiff"
15848version = "0.9.1"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15851dependencies = [
15852 "flate2",
15853 "jpeg-decoder",
15854 "weezl",
15855]
15856
15857[[package]]
15858name = "tiktoken-rs"
15859version = "0.7.0"
15860source = "registry+https://github.com/rust-lang/crates.io-index"
15861checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15862dependencies = [
15863 "anyhow",
15864 "base64 0.22.1",
15865 "bstr",
15866 "fancy-regex 0.13.0",
15867 "lazy_static",
15868 "regex",
15869 "rustc-hash 1.1.0",
15870]
15871
15872[[package]]
15873name = "time"
15874version = "0.3.41"
15875source = "registry+https://github.com/rust-lang/crates.io-index"
15876checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15877dependencies = [
15878 "deranged",
15879 "itoa",
15880 "libc",
15881 "num-conv",
15882 "num_threads",
15883 "powerfmt",
15884 "serde",
15885 "time-core",
15886 "time-macros",
15887]
15888
15889[[package]]
15890name = "time-core"
15891version = "0.1.4"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15894
15895[[package]]
15896name = "time-macros"
15897version = "0.2.22"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15900dependencies = [
15901 "num-conv",
15902 "time-core",
15903]
15904
15905[[package]]
15906name = "time_format"
15907version = "0.1.0"
15908dependencies = [
15909 "core-foundation 0.10.0",
15910 "core-foundation-sys",
15911 "sys-locale",
15912 "time",
15913 "workspace-hack",
15914]
15915
15916[[package]]
15917name = "tiny-keccak"
15918version = "2.0.2"
15919source = "registry+https://github.com/rust-lang/crates.io-index"
15920checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15921dependencies = [
15922 "crunchy",
15923]
15924
15925[[package]]
15926name = "tiny-skia"
15927version = "0.11.4"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15930dependencies = [
15931 "arrayref",
15932 "arrayvec",
15933 "bytemuck",
15934 "cfg-if",
15935 "log",
15936 "png",
15937 "tiny-skia-path",
15938]
15939
15940[[package]]
15941name = "tiny-skia-path"
15942version = "0.11.4"
15943source = "registry+https://github.com/rust-lang/crates.io-index"
15944checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15945dependencies = [
15946 "arrayref",
15947 "bytemuck",
15948 "strict-num",
15949]
15950
15951[[package]]
15952name = "tiny_http"
15953version = "0.8.2"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15956dependencies = [
15957 "ascii",
15958 "chrono",
15959 "chunked_transfer",
15960 "log",
15961 "url",
15962]
15963
15964[[package]]
15965name = "tinystr"
15966version = "0.7.6"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15969dependencies = [
15970 "displaydoc",
15971 "zerovec",
15972]
15973
15974[[package]]
15975name = "tinytemplate"
15976version = "1.2.1"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15979dependencies = [
15980 "serde",
15981 "serde_json",
15982]
15983
15984[[package]]
15985name = "tinyvec"
15986version = "1.9.0"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15989dependencies = [
15990 "tinyvec_macros",
15991]
15992
15993[[package]]
15994name = "tinyvec_macros"
15995version = "0.1.1"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
15998
15999[[package]]
16000name = "title_bar"
16001version = "0.1.0"
16002dependencies = [
16003 "auto_update",
16004 "call",
16005 "chrono",
16006 "client",
16007 "collections",
16008 "db",
16009 "gpui",
16010 "http_client",
16011 "notifications",
16012 "pretty_assertions",
16013 "project",
16014 "remote",
16015 "rpc",
16016 "schemars",
16017 "serde",
16018 "settings",
16019 "smallvec",
16020 "story",
16021 "telemetry",
16022 "theme",
16023 "tree-sitter-md",
16024 "ui",
16025 "util",
16026 "windows 0.61.1",
16027 "workspace",
16028 "workspace-hack",
16029 "zed_actions",
16030]
16031
16032[[package]]
16033name = "tokio"
16034version = "1.44.2"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16037dependencies = [
16038 "backtrace",
16039 "bytes 1.10.1",
16040 "libc",
16041 "mio",
16042 "parking_lot",
16043 "pin-project-lite",
16044 "signal-hook-registry",
16045 "socket2",
16046 "tokio-macros",
16047 "windows-sys 0.52.0",
16048]
16049
16050[[package]]
16051name = "tokio-io"
16052version = "0.1.13"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16055dependencies = [
16056 "bytes 0.4.12",
16057 "futures 0.1.31",
16058 "log",
16059]
16060
16061[[package]]
16062name = "tokio-macros"
16063version = "2.5.0"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16066dependencies = [
16067 "proc-macro2",
16068 "quote",
16069 "syn 2.0.101",
16070]
16071
16072[[package]]
16073name = "tokio-native-tls"
16074version = "0.3.1"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16077dependencies = [
16078 "native-tls",
16079 "tokio",
16080]
16081
16082[[package]]
16083name = "tokio-rustls"
16084version = "0.24.1"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16087dependencies = [
16088 "rustls 0.21.12",
16089 "tokio",
16090]
16091
16092[[package]]
16093name = "tokio-rustls"
16094version = "0.26.2"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16097dependencies = [
16098 "rustls 0.23.26",
16099 "tokio",
16100]
16101
16102[[package]]
16103name = "tokio-socks"
16104version = "0.5.2"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16107dependencies = [
16108 "either",
16109 "futures-io",
16110 "futures-util",
16111 "thiserror 1.0.69",
16112 "tokio",
16113]
16114
16115[[package]]
16116name = "tokio-stream"
16117version = "0.1.17"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16120dependencies = [
16121 "futures-core",
16122 "pin-project-lite",
16123 "tokio",
16124]
16125
16126[[package]]
16127name = "tokio-tungstenite"
16128version = "0.20.1"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16131dependencies = [
16132 "futures-util",
16133 "log",
16134 "tokio",
16135 "tungstenite 0.20.1",
16136]
16137
16138[[package]]
16139name = "tokio-tungstenite"
16140version = "0.21.0"
16141source = "registry+https://github.com/rust-lang/crates.io-index"
16142checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16143dependencies = [
16144 "futures-util",
16145 "log",
16146 "tokio",
16147 "tungstenite 0.21.0",
16148]
16149
16150[[package]]
16151name = "tokio-tungstenite"
16152version = "0.26.2"
16153source = "registry+https://github.com/rust-lang/crates.io-index"
16154checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16155dependencies = [
16156 "futures-util",
16157 "log",
16158 "rustls 0.23.26",
16159 "rustls-pki-types",
16160 "tokio",
16161 "tokio-rustls 0.26.2",
16162 "tungstenite 0.26.2",
16163]
16164
16165[[package]]
16166name = "tokio-util"
16167version = "0.7.14"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16170dependencies = [
16171 "bytes 1.10.1",
16172 "futures-core",
16173 "futures-io",
16174 "futures-sink",
16175 "pin-project-lite",
16176 "tokio",
16177]
16178
16179[[package]]
16180name = "toml"
16181version = "0.5.11"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16184dependencies = [
16185 "serde",
16186]
16187
16188[[package]]
16189name = "toml"
16190version = "0.8.20"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16193dependencies = [
16194 "serde",
16195 "serde_spanned",
16196 "toml_datetime",
16197 "toml_edit",
16198]
16199
16200[[package]]
16201name = "toml_datetime"
16202version = "0.6.9"
16203source = "registry+https://github.com/rust-lang/crates.io-index"
16204checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16205dependencies = [
16206 "serde",
16207]
16208
16209[[package]]
16210name = "toml_edit"
16211version = "0.22.26"
16212source = "registry+https://github.com/rust-lang/crates.io-index"
16213checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16214dependencies = [
16215 "indexmap",
16216 "serde",
16217 "serde_spanned",
16218 "toml_datetime",
16219 "toml_write",
16220 "winnow",
16221]
16222
16223[[package]]
16224name = "toml_write"
16225version = "0.1.1"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16228
16229[[package]]
16230name = "toolchain_selector"
16231version = "0.1.0"
16232dependencies = [
16233 "editor",
16234 "fuzzy",
16235 "gpui",
16236 "language",
16237 "picker",
16238 "project",
16239 "ui",
16240 "util",
16241 "workspace",
16242 "workspace-hack",
16243]
16244
16245[[package]]
16246name = "topological-sort"
16247version = "0.2.2"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16250
16251[[package]]
16252name = "tower"
16253version = "0.4.13"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16256dependencies = [
16257 "futures-core",
16258 "futures-util",
16259 "pin-project",
16260 "pin-project-lite",
16261 "tokio",
16262 "tower-layer",
16263 "tower-service",
16264 "tracing",
16265]
16266
16267[[package]]
16268name = "tower"
16269version = "0.5.2"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16272dependencies = [
16273 "futures-core",
16274 "futures-util",
16275 "pin-project-lite",
16276 "sync_wrapper 1.0.2",
16277 "tokio",
16278 "tower-layer",
16279 "tower-service",
16280]
16281
16282[[package]]
16283name = "tower-http"
16284version = "0.3.5"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16287dependencies = [
16288 "bitflags 1.3.2",
16289 "bytes 1.10.1",
16290 "futures-core",
16291 "futures-util",
16292 "http 0.2.12",
16293 "http-body 0.4.6",
16294 "http-range-header",
16295 "pin-project-lite",
16296 "tower-layer",
16297 "tower-service",
16298]
16299
16300[[package]]
16301name = "tower-http"
16302version = "0.4.4"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16305dependencies = [
16306 "bitflags 2.9.0",
16307 "bytes 1.10.1",
16308 "futures-core",
16309 "futures-util",
16310 "http 0.2.12",
16311 "http-body 0.4.6",
16312 "http-range-header",
16313 "pin-project-lite",
16314 "tower-layer",
16315 "tower-service",
16316 "tracing",
16317]
16318
16319[[package]]
16320name = "tower-layer"
16321version = "0.3.3"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16324
16325[[package]]
16326name = "tower-service"
16327version = "0.3.3"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16330
16331[[package]]
16332name = "tracing"
16333version = "0.1.41"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16336dependencies = [
16337 "log",
16338 "pin-project-lite",
16339 "tracing-attributes",
16340 "tracing-core",
16341]
16342
16343[[package]]
16344name = "tracing-attributes"
16345version = "0.1.28"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16348dependencies = [
16349 "proc-macro2",
16350 "quote",
16351 "syn 2.0.101",
16352]
16353
16354[[package]]
16355name = "tracing-core"
16356version = "0.1.33"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16359dependencies = [
16360 "once_cell",
16361 "valuable",
16362]
16363
16364[[package]]
16365name = "tracing-log"
16366version = "0.2.0"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16369dependencies = [
16370 "log",
16371 "once_cell",
16372 "tracing-core",
16373]
16374
16375[[package]]
16376name = "tracing-serde"
16377version = "0.2.0"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16380dependencies = [
16381 "serde",
16382 "tracing-core",
16383]
16384
16385[[package]]
16386name = "tracing-subscriber"
16387version = "0.3.19"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16390dependencies = [
16391 "matchers",
16392 "nu-ansi-term",
16393 "once_cell",
16394 "regex",
16395 "serde",
16396 "serde_json",
16397 "sharded-slab",
16398 "smallvec",
16399 "thread_local",
16400 "tracing",
16401 "tracing-core",
16402 "tracing-log",
16403 "tracing-serde",
16404]
16405
16406[[package]]
16407name = "trait-variant"
16408version = "0.1.2"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16411dependencies = [
16412 "proc-macro2",
16413 "quote",
16414 "syn 2.0.101",
16415]
16416
16417[[package]]
16418name = "tree-sitter"
16419version = "0.25.3"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16422dependencies = [
16423 "cc",
16424 "regex",
16425 "regex-syntax 0.8.5",
16426 "serde_json",
16427 "streaming-iterator",
16428 "tree-sitter-language",
16429 "wasmtime-c-api-impl",
16430]
16431
16432[[package]]
16433name = "tree-sitter-bash"
16434version = "0.23.3"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16437dependencies = [
16438 "cc",
16439 "tree-sitter-language",
16440]
16441
16442[[package]]
16443name = "tree-sitter-c"
16444version = "0.23.4"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16447dependencies = [
16448 "cc",
16449 "tree-sitter-language",
16450]
16451
16452[[package]]
16453name = "tree-sitter-cpp"
16454version = "0.23.4"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16457dependencies = [
16458 "cc",
16459 "tree-sitter-language",
16460]
16461
16462[[package]]
16463name = "tree-sitter-css"
16464version = "0.23.2"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16467dependencies = [
16468 "cc",
16469 "tree-sitter-language",
16470]
16471
16472[[package]]
16473name = "tree-sitter-diff"
16474version = "0.1.0"
16475source = "registry+https://github.com/rust-lang/crates.io-index"
16476checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16477dependencies = [
16478 "cc",
16479 "tree-sitter-language",
16480]
16481
16482[[package]]
16483name = "tree-sitter-elixir"
16484version = "0.3.4"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16487dependencies = [
16488 "cc",
16489 "tree-sitter-language",
16490]
16491
16492[[package]]
16493name = "tree-sitter-embedded-template"
16494version = "0.23.2"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16497dependencies = [
16498 "cc",
16499 "tree-sitter-language",
16500]
16501
16502[[package]]
16503name = "tree-sitter-gitcommit"
16504version = "0.0.1"
16505source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16506dependencies = [
16507 "cc",
16508 "tree-sitter-language",
16509]
16510
16511[[package]]
16512name = "tree-sitter-go"
16513version = "0.23.4"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16516dependencies = [
16517 "cc",
16518 "tree-sitter-language",
16519]
16520
16521[[package]]
16522name = "tree-sitter-gomod"
16523version = "1.1.1"
16524source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16525dependencies = [
16526 "cc",
16527 "tree-sitter-language",
16528]
16529
16530[[package]]
16531name = "tree-sitter-gowork"
16532version = "0.0.1"
16533source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16534dependencies = [
16535 "cc",
16536 "tree-sitter-language",
16537]
16538
16539[[package]]
16540name = "tree-sitter-heex"
16541version = "0.0.1"
16542source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16543dependencies = [
16544 "cc",
16545 "tree-sitter-language",
16546]
16547
16548[[package]]
16549name = "tree-sitter-html"
16550version = "0.23.2"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16553dependencies = [
16554 "cc",
16555 "tree-sitter-language",
16556]
16557
16558[[package]]
16559name = "tree-sitter-jsdoc"
16560version = "0.23.2"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16563dependencies = [
16564 "cc",
16565 "tree-sitter-language",
16566]
16567
16568[[package]]
16569name = "tree-sitter-json"
16570version = "0.24.8"
16571source = "registry+https://github.com/rust-lang/crates.io-index"
16572checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16573dependencies = [
16574 "cc",
16575 "tree-sitter-language",
16576]
16577
16578[[package]]
16579name = "tree-sitter-language"
16580version = "0.1.5"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16583
16584[[package]]
16585name = "tree-sitter-md"
16586version = "0.3.2"
16587source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16588dependencies = [
16589 "cc",
16590 "tree-sitter-language",
16591]
16592
16593[[package]]
16594name = "tree-sitter-python"
16595version = "0.23.6"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16598dependencies = [
16599 "cc",
16600 "tree-sitter-language",
16601]
16602
16603[[package]]
16604name = "tree-sitter-regex"
16605version = "0.24.3"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16608dependencies = [
16609 "cc",
16610 "tree-sitter-language",
16611]
16612
16613[[package]]
16614name = "tree-sitter-ruby"
16615version = "0.23.1"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16618dependencies = [
16619 "cc",
16620 "tree-sitter-language",
16621]
16622
16623[[package]]
16624name = "tree-sitter-rust"
16625version = "0.24.0"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16628dependencies = [
16629 "cc",
16630 "tree-sitter-language",
16631]
16632
16633[[package]]
16634name = "tree-sitter-typescript"
16635version = "0.23.2"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16638dependencies = [
16639 "cc",
16640 "tree-sitter-language",
16641]
16642
16643[[package]]
16644name = "tree-sitter-yaml"
16645version = "0.6.1"
16646source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16647dependencies = [
16648 "cc",
16649 "tree-sitter-language",
16650]
16651
16652[[package]]
16653name = "try-lock"
16654version = "0.2.5"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16657
16658[[package]]
16659name = "ttf-parser"
16660version = "0.20.0"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16663
16664[[package]]
16665name = "ttf-parser"
16666version = "0.21.1"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16669
16670[[package]]
16671name = "ttf-parser"
16672version = "0.25.1"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16675dependencies = [
16676 "core_maths",
16677]
16678
16679[[package]]
16680name = "tungstenite"
16681version = "0.20.1"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16684dependencies = [
16685 "byteorder",
16686 "bytes 1.10.1",
16687 "data-encoding",
16688 "http 0.2.12",
16689 "httparse",
16690 "log",
16691 "rand 0.8.5",
16692 "sha1",
16693 "thiserror 1.0.69",
16694 "url",
16695 "utf-8",
16696]
16697
16698[[package]]
16699name = "tungstenite"
16700version = "0.21.0"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16703dependencies = [
16704 "byteorder",
16705 "bytes 1.10.1",
16706 "data-encoding",
16707 "http 1.3.1",
16708 "httparse",
16709 "log",
16710 "rand 0.8.5",
16711 "sha1",
16712 "thiserror 1.0.69",
16713 "url",
16714 "utf-8",
16715]
16716
16717[[package]]
16718name = "tungstenite"
16719version = "0.26.2"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16722dependencies = [
16723 "bytes 1.10.1",
16724 "data-encoding",
16725 "http 1.3.1",
16726 "httparse",
16727 "log",
16728 "rand 0.9.1",
16729 "rustls 0.23.26",
16730 "rustls-pki-types",
16731 "sha1",
16732 "thiserror 2.0.12",
16733 "utf-8",
16734]
16735
16736[[package]]
16737name = "typeid"
16738version = "1.0.3"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16741
16742[[package]]
16743name = "typenum"
16744version = "1.18.0"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16747
16748[[package]]
16749name = "ucd-trie"
16750version = "0.1.7"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16753
16754[[package]]
16755name = "uds_windows"
16756version = "1.1.0"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16759dependencies = [
16760 "memoffset",
16761 "tempfile",
16762 "winapi",
16763]
16764
16765[[package]]
16766name = "ui"
16767version = "0.1.0"
16768dependencies = [
16769 "chrono",
16770 "component",
16771 "documented",
16772 "gpui",
16773 "icons",
16774 "itertools 0.14.0",
16775 "menu",
16776 "serde",
16777 "settings",
16778 "smallvec",
16779 "story",
16780 "strum 0.27.1",
16781 "theme",
16782 "ui_macros",
16783 "util",
16784 "windows 0.61.1",
16785 "workspace-hack",
16786]
16787
16788[[package]]
16789name = "ui_input"
16790version = "0.1.0"
16791dependencies = [
16792 "component",
16793 "editor",
16794 "gpui",
16795 "settings",
16796 "theme",
16797 "ui",
16798 "workspace-hack",
16799]
16800
16801[[package]]
16802name = "ui_macros"
16803version = "0.1.0"
16804dependencies = [
16805 "quote",
16806 "syn 1.0.109",
16807 "workspace-hack",
16808]
16809
16810[[package]]
16811name = "ui_prompt"
16812version = "0.1.0"
16813dependencies = [
16814 "gpui",
16815 "markdown",
16816 "menu",
16817 "settings",
16818 "theme",
16819 "ui",
16820 "workspace",
16821 "workspace-hack",
16822]
16823
16824[[package]]
16825name = "uluru"
16826version = "3.1.0"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16829dependencies = [
16830 "arrayvec",
16831]
16832
16833[[package]]
16834name = "unicase"
16835version = "2.8.1"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16838
16839[[package]]
16840name = "unicode-bidi"
16841version = "0.3.18"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16844
16845[[package]]
16846name = "unicode-bidi-mirroring"
16847version = "0.2.0"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16850
16851[[package]]
16852name = "unicode-bidi-mirroring"
16853version = "0.4.0"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16856
16857[[package]]
16858name = "unicode-bom"
16859version = "2.0.3"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16862
16863[[package]]
16864name = "unicode-ccc"
16865version = "0.2.0"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16868
16869[[package]]
16870name = "unicode-ccc"
16871version = "0.4.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16874
16875[[package]]
16876name = "unicode-ident"
16877version = "1.0.18"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16880
16881[[package]]
16882name = "unicode-linebreak"
16883version = "0.1.5"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16886
16887[[package]]
16888name = "unicode-normalization"
16889version = "0.1.24"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16892dependencies = [
16893 "tinyvec",
16894]
16895
16896[[package]]
16897name = "unicode-properties"
16898version = "0.1.3"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16901
16902[[package]]
16903name = "unicode-script"
16904version = "0.5.7"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16907
16908[[package]]
16909name = "unicode-segmentation"
16910version = "1.12.0"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16913
16914[[package]]
16915name = "unicode-vo"
16916version = "0.1.0"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16919
16920[[package]]
16921name = "unicode-width"
16922version = "0.1.14"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16925
16926[[package]]
16927name = "unicode-width"
16928version = "0.2.0"
16929source = "registry+https://github.com/rust-lang/crates.io-index"
16930checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16931
16932[[package]]
16933name = "unicode-xid"
16934version = "0.2.6"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16937
16938[[package]]
16939name = "unicode_categories"
16940version = "0.1.1"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16943
16944[[package]]
16945name = "unindent"
16946version = "0.2.4"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16949
16950[[package]]
16951name = "untrusted"
16952version = "0.9.0"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16955
16956[[package]]
16957name = "url"
16958version = "2.5.4"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16961dependencies = [
16962 "form_urlencoded",
16963 "idna",
16964 "percent-encoding",
16965 "serde",
16966]
16967
16968[[package]]
16969name = "urlencoding"
16970version = "2.1.3"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16973
16974[[package]]
16975name = "usvg"
16976version = "0.45.1"
16977source = "registry+https://github.com/rust-lang/crates.io-index"
16978checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16979dependencies = [
16980 "base64 0.22.1",
16981 "data-url",
16982 "flate2",
16983 "fontdb 0.23.0",
16984 "imagesize",
16985 "kurbo",
16986 "log",
16987 "pico-args",
16988 "roxmltree",
16989 "rustybuzz 0.20.1",
16990 "simplecss",
16991 "siphasher",
16992 "strict-num",
16993 "svgtypes",
16994 "tiny-skia-path",
16995 "unicode-bidi",
16996 "unicode-script",
16997 "unicode-vo",
16998 "xmlwriter",
16999]
17000
17001[[package]]
17002name = "utf-8"
17003version = "0.7.6"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17006
17007[[package]]
17008name = "utf16_iter"
17009version = "1.0.5"
17010source = "registry+https://github.com/rust-lang/crates.io-index"
17011checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17012
17013[[package]]
17014name = "utf8_iter"
17015version = "1.0.4"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17018
17019[[package]]
17020name = "utf8parse"
17021version = "0.2.2"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17024
17025[[package]]
17026name = "util"
17027version = "0.1.0"
17028dependencies = [
17029 "anyhow",
17030 "async-fs",
17031 "collections",
17032 "dirs 4.0.0",
17033 "dunce",
17034 "futures 0.3.31",
17035 "futures-lite 1.13.0",
17036 "git2",
17037 "globset",
17038 "itertools 0.14.0",
17039 "libc",
17040 "log",
17041 "rand 0.8.5",
17042 "regex",
17043 "rust-embed",
17044 "serde",
17045 "serde_json",
17046 "smol",
17047 "take-until",
17048 "tempfile",
17049 "tendril",
17050 "unicase",
17051 "util_macros",
17052 "workspace-hack",
17053]
17054
17055[[package]]
17056name = "util_macros"
17057version = "0.1.0"
17058dependencies = [
17059 "quote",
17060 "syn 1.0.109",
17061 "workspace-hack",
17062]
17063
17064[[package]]
17065name = "uuid"
17066version = "1.16.0"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17069dependencies = [
17070 "getrandom 0.3.2",
17071 "serde",
17072 "sha1_smol",
17073]
17074
17075[[package]]
17076name = "uuid-simd"
17077version = "0.8.0"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17080dependencies = [
17081 "outref",
17082 "uuid",
17083 "vsimd",
17084]
17085
17086[[package]]
17087name = "v_frame"
17088version = "0.3.8"
17089source = "registry+https://github.com/rust-lang/crates.io-index"
17090checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17091dependencies = [
17092 "aligned-vec",
17093 "num-traits",
17094 "wasm-bindgen",
17095]
17096
17097[[package]]
17098name = "valuable"
17099version = "0.1.1"
17100source = "registry+https://github.com/rust-lang/crates.io-index"
17101checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17102
17103[[package]]
17104name = "value-bag"
17105version = "1.11.1"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17108dependencies = [
17109 "value-bag-serde1",
17110 "value-bag-sval2",
17111]
17112
17113[[package]]
17114name = "value-bag-serde1"
17115version = "1.11.1"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17118dependencies = [
17119 "erased-serde",
17120 "serde",
17121 "serde_fmt",
17122]
17123
17124[[package]]
17125name = "value-bag-sval2"
17126version = "1.11.1"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17129dependencies = [
17130 "sval",
17131 "sval_buffer",
17132 "sval_dynamic",
17133 "sval_fmt",
17134 "sval_json",
17135 "sval_ref",
17136 "sval_serde",
17137]
17138
17139[[package]]
17140name = "vcpkg"
17141version = "0.2.15"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17144
17145[[package]]
17146name = "version-compare"
17147version = "0.2.0"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17150
17151[[package]]
17152name = "version_check"
17153version = "0.9.5"
17154source = "registry+https://github.com/rust-lang/crates.io-index"
17155checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17156
17157[[package]]
17158name = "vim"
17159version = "0.1.0"
17160dependencies = [
17161 "anyhow",
17162 "assets",
17163 "async-compat",
17164 "async-trait",
17165 "collections",
17166 "command_palette",
17167 "command_palette_hooks",
17168 "db",
17169 "editor",
17170 "futures 0.3.31",
17171 "git_ui",
17172 "gpui",
17173 "indoc",
17174 "itertools 0.14.0",
17175 "language",
17176 "log",
17177 "lsp",
17178 "multi_buffer",
17179 "nvim-rs",
17180 "parking_lot",
17181 "picker",
17182 "project",
17183 "project_panel",
17184 "regex",
17185 "release_channel",
17186 "schemars",
17187 "search",
17188 "serde",
17189 "serde_derive",
17190 "serde_json",
17191 "settings",
17192 "task",
17193 "text",
17194 "theme",
17195 "tokio",
17196 "ui",
17197 "util",
17198 "vim_mode_setting",
17199 "workspace",
17200 "workspace-hack",
17201 "zed_actions",
17202]
17203
17204[[package]]
17205name = "vim_mode_setting"
17206version = "0.1.0"
17207dependencies = [
17208 "anyhow",
17209 "gpui",
17210 "settings",
17211 "workspace-hack",
17212]
17213
17214[[package]]
17215name = "vscode_theme"
17216version = "0.2.0"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17219dependencies = [
17220 "serde",
17221]
17222
17223[[package]]
17224name = "vsimd"
17225version = "0.8.0"
17226source = "registry+https://github.com/rust-lang/crates.io-index"
17227checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17228
17229[[package]]
17230name = "vswhom"
17231version = "0.1.0"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17234dependencies = [
17235 "libc",
17236 "vswhom-sys",
17237]
17238
17239[[package]]
17240name = "vswhom-sys"
17241version = "0.1.3"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17244dependencies = [
17245 "cc",
17246 "libc",
17247]
17248
17249[[package]]
17250name = "vte"
17251version = "0.15.0"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17254dependencies = [
17255 "arrayvec",
17256 "bitflags 2.9.0",
17257 "cursor-icon",
17258 "log",
17259 "memchr",
17260 "serde",
17261]
17262
17263[[package]]
17264name = "waker-fn"
17265version = "1.2.0"
17266source = "registry+https://github.com/rust-lang/crates.io-index"
17267checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17268
17269[[package]]
17270name = "walkdir"
17271version = "2.5.0"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17274dependencies = [
17275 "same-file",
17276 "winapi-util",
17277]
17278
17279[[package]]
17280name = "want"
17281version = "0.3.1"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17284dependencies = [
17285 "try-lock",
17286]
17287
17288[[package]]
17289name = "warp"
17290version = "0.3.7"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17293dependencies = [
17294 "bytes 1.10.1",
17295 "futures-channel",
17296 "futures-util",
17297 "headers",
17298 "http 0.2.12",
17299 "hyper 0.14.32",
17300 "log",
17301 "mime",
17302 "mime_guess",
17303 "percent-encoding",
17304 "pin-project",
17305 "scoped-tls",
17306 "serde",
17307 "serde_json",
17308 "serde_urlencoded",
17309 "tokio",
17310 "tokio-tungstenite 0.21.0",
17311 "tokio-util",
17312 "tower-service",
17313 "tracing",
17314]
17315
17316[[package]]
17317name = "wasi"
17318version = "0.9.0+wasi-snapshot-preview1"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17321
17322[[package]]
17323name = "wasi"
17324version = "0.11.0+wasi-snapshot-preview1"
17325source = "registry+https://github.com/rust-lang/crates.io-index"
17326checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17327
17328[[package]]
17329name = "wasi"
17330version = "0.14.2+wasi-0.2.4"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17333dependencies = [
17334 "wit-bindgen-rt 0.39.0",
17335]
17336
17337[[package]]
17338name = "wasi-preview1-component-adapter-provider"
17339version = "29.0.1"
17340source = "registry+https://github.com/rust-lang/crates.io-index"
17341checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17342
17343[[package]]
17344name = "wasite"
17345version = "0.1.0"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17348
17349[[package]]
17350name = "wasm-bindgen"
17351version = "0.2.100"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17354dependencies = [
17355 "cfg-if",
17356 "once_cell",
17357 "rustversion",
17358 "wasm-bindgen-macro",
17359]
17360
17361[[package]]
17362name = "wasm-bindgen-backend"
17363version = "0.2.100"
17364source = "registry+https://github.com/rust-lang/crates.io-index"
17365checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17366dependencies = [
17367 "bumpalo",
17368 "log",
17369 "proc-macro2",
17370 "quote",
17371 "syn 2.0.101",
17372 "wasm-bindgen-shared",
17373]
17374
17375[[package]]
17376name = "wasm-bindgen-futures"
17377version = "0.4.50"
17378source = "registry+https://github.com/rust-lang/crates.io-index"
17379checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17380dependencies = [
17381 "cfg-if",
17382 "js-sys",
17383 "once_cell",
17384 "wasm-bindgen",
17385 "web-sys",
17386]
17387
17388[[package]]
17389name = "wasm-bindgen-macro"
17390version = "0.2.100"
17391source = "registry+https://github.com/rust-lang/crates.io-index"
17392checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17393dependencies = [
17394 "quote",
17395 "wasm-bindgen-macro-support",
17396]
17397
17398[[package]]
17399name = "wasm-bindgen-macro-support"
17400version = "0.2.100"
17401source = "registry+https://github.com/rust-lang/crates.io-index"
17402checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17403dependencies = [
17404 "proc-macro2",
17405 "quote",
17406 "syn 2.0.101",
17407 "wasm-bindgen-backend",
17408 "wasm-bindgen-shared",
17409]
17410
17411[[package]]
17412name = "wasm-bindgen-shared"
17413version = "0.2.100"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17416dependencies = [
17417 "unicode-ident",
17418]
17419
17420[[package]]
17421name = "wasm-encoder"
17422version = "0.201.0"
17423source = "registry+https://github.com/rust-lang/crates.io-index"
17424checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17425dependencies = [
17426 "leb128",
17427]
17428
17429[[package]]
17430name = "wasm-encoder"
17431version = "0.221.3"
17432source = "registry+https://github.com/rust-lang/crates.io-index"
17433checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17434dependencies = [
17435 "leb128",
17436 "wasmparser 0.221.3",
17437]
17438
17439[[package]]
17440name = "wasm-encoder"
17441version = "0.227.1"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17444dependencies = [
17445 "leb128fmt",
17446 "wasmparser 0.227.1",
17447]
17448
17449[[package]]
17450name = "wasm-metadata"
17451version = "0.201.0"
17452source = "registry+https://github.com/rust-lang/crates.io-index"
17453checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17454dependencies = [
17455 "anyhow",
17456 "indexmap",
17457 "serde",
17458 "serde_derive",
17459 "serde_json",
17460 "spdx",
17461 "wasm-encoder 0.201.0",
17462 "wasmparser 0.201.0",
17463]
17464
17465[[package]]
17466name = "wasm-metadata"
17467version = "0.221.3"
17468source = "registry+https://github.com/rust-lang/crates.io-index"
17469checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17470dependencies = [
17471 "anyhow",
17472 "indexmap",
17473 "serde",
17474 "serde_derive",
17475 "serde_json",
17476 "spdx",
17477 "wasm-encoder 0.221.3",
17478 "wasmparser 0.221.3",
17479]
17480
17481[[package]]
17482name = "wasm-metadata"
17483version = "0.227.1"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17486dependencies = [
17487 "anyhow",
17488 "auditable-serde",
17489 "flate2",
17490 "indexmap",
17491 "serde",
17492 "serde_derive",
17493 "serde_json",
17494 "spdx",
17495 "url",
17496 "wasm-encoder 0.227.1",
17497 "wasmparser 0.227.1",
17498]
17499
17500[[package]]
17501name = "wasm-streams"
17502version = "0.4.2"
17503source = "registry+https://github.com/rust-lang/crates.io-index"
17504checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17505dependencies = [
17506 "futures-util",
17507 "js-sys",
17508 "wasm-bindgen",
17509 "wasm-bindgen-futures",
17510 "web-sys",
17511]
17512
17513[[package]]
17514name = "wasmparser"
17515version = "0.201.0"
17516source = "registry+https://github.com/rust-lang/crates.io-index"
17517checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17518dependencies = [
17519 "bitflags 2.9.0",
17520 "indexmap",
17521 "semver",
17522]
17523
17524[[package]]
17525name = "wasmparser"
17526version = "0.221.3"
17527source = "registry+https://github.com/rust-lang/crates.io-index"
17528checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17529dependencies = [
17530 "bitflags 2.9.0",
17531 "hashbrown 0.15.3",
17532 "indexmap",
17533 "semver",
17534 "serde",
17535]
17536
17537[[package]]
17538name = "wasmparser"
17539version = "0.227.1"
17540source = "registry+https://github.com/rust-lang/crates.io-index"
17541checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17542dependencies = [
17543 "bitflags 2.9.0",
17544 "hashbrown 0.15.3",
17545 "indexmap",
17546 "semver",
17547]
17548
17549[[package]]
17550name = "wasmprinter"
17551version = "0.221.3"
17552source = "registry+https://github.com/rust-lang/crates.io-index"
17553checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17554dependencies = [
17555 "anyhow",
17556 "termcolor",
17557 "wasmparser 0.221.3",
17558]
17559
17560[[package]]
17561name = "wasmtime"
17562version = "29.0.1"
17563source = "registry+https://github.com/rust-lang/crates.io-index"
17564checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17565dependencies = [
17566 "anyhow",
17567 "async-trait",
17568 "bitflags 2.9.0",
17569 "bumpalo",
17570 "cc",
17571 "cfg-if",
17572 "encoding_rs",
17573 "hashbrown 0.14.5",
17574 "indexmap",
17575 "libc",
17576 "log",
17577 "mach2",
17578 "memfd",
17579 "object",
17580 "once_cell",
17581 "paste",
17582 "postcard",
17583 "psm",
17584 "pulley-interpreter",
17585 "rayon",
17586 "rustix 0.38.44",
17587 "semver",
17588 "serde",
17589 "serde_derive",
17590 "smallvec",
17591 "sptr",
17592 "target-lexicon 0.13.2",
17593 "trait-variant",
17594 "wasmparser 0.221.3",
17595 "wasmtime-asm-macros",
17596 "wasmtime-component-macro",
17597 "wasmtime-component-util",
17598 "wasmtime-cranelift",
17599 "wasmtime-environ",
17600 "wasmtime-fiber",
17601 "wasmtime-jit-icache-coherence",
17602 "wasmtime-math",
17603 "wasmtime-slab",
17604 "wasmtime-versioned-export-macros",
17605 "wasmtime-winch",
17606 "windows-sys 0.59.0",
17607]
17608
17609[[package]]
17610name = "wasmtime-asm-macros"
17611version = "29.0.1"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17614dependencies = [
17615 "cfg-if",
17616]
17617
17618[[package]]
17619name = "wasmtime-c-api-impl"
17620version = "29.0.1"
17621source = "registry+https://github.com/rust-lang/crates.io-index"
17622checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17623dependencies = [
17624 "anyhow",
17625 "log",
17626 "tracing",
17627 "wasmtime",
17628 "wasmtime-c-api-macros",
17629]
17630
17631[[package]]
17632name = "wasmtime-c-api-macros"
17633version = "29.0.1"
17634source = "registry+https://github.com/rust-lang/crates.io-index"
17635checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17636dependencies = [
17637 "proc-macro2",
17638 "quote",
17639]
17640
17641[[package]]
17642name = "wasmtime-component-macro"
17643version = "29.0.1"
17644source = "registry+https://github.com/rust-lang/crates.io-index"
17645checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17646dependencies = [
17647 "anyhow",
17648 "proc-macro2",
17649 "quote",
17650 "syn 2.0.101",
17651 "wasmtime-component-util",
17652 "wasmtime-wit-bindgen",
17653 "wit-parser 0.221.3",
17654]
17655
17656[[package]]
17657name = "wasmtime-component-util"
17658version = "29.0.1"
17659source = "registry+https://github.com/rust-lang/crates.io-index"
17660checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17661
17662[[package]]
17663name = "wasmtime-cranelift"
17664version = "29.0.1"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17667dependencies = [
17668 "anyhow",
17669 "cfg-if",
17670 "cranelift-codegen",
17671 "cranelift-control",
17672 "cranelift-entity",
17673 "cranelift-frontend",
17674 "cranelift-native",
17675 "gimli",
17676 "itertools 0.12.1",
17677 "log",
17678 "object",
17679 "smallvec",
17680 "target-lexicon 0.13.2",
17681 "thiserror 1.0.69",
17682 "wasmparser 0.221.3",
17683 "wasmtime-environ",
17684 "wasmtime-versioned-export-macros",
17685]
17686
17687[[package]]
17688name = "wasmtime-environ"
17689version = "29.0.1"
17690source = "registry+https://github.com/rust-lang/crates.io-index"
17691checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17692dependencies = [
17693 "anyhow",
17694 "cpp_demangle",
17695 "cranelift-bitset",
17696 "cranelift-entity",
17697 "gimli",
17698 "indexmap",
17699 "log",
17700 "object",
17701 "postcard",
17702 "rustc-demangle",
17703 "semver",
17704 "serde",
17705 "serde_derive",
17706 "smallvec",
17707 "target-lexicon 0.13.2",
17708 "wasm-encoder 0.221.3",
17709 "wasmparser 0.221.3",
17710 "wasmprinter",
17711 "wasmtime-component-util",
17712]
17713
17714[[package]]
17715name = "wasmtime-fiber"
17716version = "29.0.1"
17717source = "registry+https://github.com/rust-lang/crates.io-index"
17718checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17719dependencies = [
17720 "anyhow",
17721 "cc",
17722 "cfg-if",
17723 "rustix 0.38.44",
17724 "wasmtime-asm-macros",
17725 "wasmtime-versioned-export-macros",
17726 "windows-sys 0.59.0",
17727]
17728
17729[[package]]
17730name = "wasmtime-jit-icache-coherence"
17731version = "29.0.1"
17732source = "registry+https://github.com/rust-lang/crates.io-index"
17733checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17734dependencies = [
17735 "anyhow",
17736 "cfg-if",
17737 "libc",
17738 "windows-sys 0.59.0",
17739]
17740
17741[[package]]
17742name = "wasmtime-math"
17743version = "29.0.1"
17744source = "registry+https://github.com/rust-lang/crates.io-index"
17745checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17746dependencies = [
17747 "libm",
17748]
17749
17750[[package]]
17751name = "wasmtime-slab"
17752version = "29.0.1"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17755
17756[[package]]
17757name = "wasmtime-versioned-export-macros"
17758version = "29.0.1"
17759source = "registry+https://github.com/rust-lang/crates.io-index"
17760checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17761dependencies = [
17762 "proc-macro2",
17763 "quote",
17764 "syn 2.0.101",
17765]
17766
17767[[package]]
17768name = "wasmtime-wasi"
17769version = "29.0.1"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17772dependencies = [
17773 "anyhow",
17774 "async-trait",
17775 "bitflags 2.9.0",
17776 "bytes 1.10.1",
17777 "cap-fs-ext",
17778 "cap-net-ext",
17779 "cap-rand",
17780 "cap-std",
17781 "cap-time-ext",
17782 "fs-set-times",
17783 "futures 0.3.31",
17784 "io-extras",
17785 "io-lifetimes",
17786 "rustix 0.38.44",
17787 "system-interface",
17788 "thiserror 1.0.69",
17789 "tokio",
17790 "tracing",
17791 "trait-variant",
17792 "url",
17793 "wasmtime",
17794 "wiggle",
17795 "windows-sys 0.59.0",
17796]
17797
17798[[package]]
17799name = "wasmtime-winch"
17800version = "29.0.1"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17803dependencies = [
17804 "anyhow",
17805 "cranelift-codegen",
17806 "gimli",
17807 "object",
17808 "target-lexicon 0.13.2",
17809 "wasmparser 0.221.3",
17810 "wasmtime-cranelift",
17811 "wasmtime-environ",
17812 "winch-codegen",
17813]
17814
17815[[package]]
17816name = "wasmtime-wit-bindgen"
17817version = "29.0.1"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17820dependencies = [
17821 "anyhow",
17822 "heck 0.5.0",
17823 "indexmap",
17824 "wit-parser 0.221.3",
17825]
17826
17827[[package]]
17828name = "wast"
17829version = "35.0.2"
17830source = "registry+https://github.com/rust-lang/crates.io-index"
17831checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17832dependencies = [
17833 "leb128",
17834]
17835
17836[[package]]
17837name = "wayland-backend"
17838version = "0.3.8"
17839source = "registry+https://github.com/rust-lang/crates.io-index"
17840checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17841dependencies = [
17842 "cc",
17843 "downcast-rs",
17844 "rustix 0.38.44",
17845 "scoped-tls",
17846 "smallvec",
17847 "wayland-sys",
17848]
17849
17850[[package]]
17851name = "wayland-client"
17852version = "0.31.8"
17853source = "registry+https://github.com/rust-lang/crates.io-index"
17854checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17855dependencies = [
17856 "bitflags 2.9.0",
17857 "rustix 0.38.44",
17858 "wayland-backend",
17859 "wayland-scanner",
17860]
17861
17862[[package]]
17863name = "wayland-cursor"
17864version = "0.31.8"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17867dependencies = [
17868 "rustix 0.38.44",
17869 "wayland-client",
17870 "xcursor",
17871]
17872
17873[[package]]
17874name = "wayland-protocols"
17875version = "0.31.2"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17878dependencies = [
17879 "bitflags 2.9.0",
17880 "wayland-backend",
17881 "wayland-client",
17882 "wayland-scanner",
17883]
17884
17885[[package]]
17886name = "wayland-protocols-plasma"
17887version = "0.2.0"
17888source = "registry+https://github.com/rust-lang/crates.io-index"
17889checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17890dependencies = [
17891 "bitflags 2.9.0",
17892 "wayland-backend",
17893 "wayland-client",
17894 "wayland-protocols",
17895 "wayland-scanner",
17896]
17897
17898[[package]]
17899name = "wayland-scanner"
17900version = "0.31.6"
17901source = "registry+https://github.com/rust-lang/crates.io-index"
17902checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17903dependencies = [
17904 "proc-macro2",
17905 "quick-xml 0.37.4",
17906 "quote",
17907]
17908
17909[[package]]
17910name = "wayland-sys"
17911version = "0.31.6"
17912source = "registry+https://github.com/rust-lang/crates.io-index"
17913checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17914dependencies = [
17915 "dlib",
17916 "log",
17917 "once_cell",
17918 "pkg-config",
17919]
17920
17921[[package]]
17922name = "web-sys"
17923version = "0.3.77"
17924source = "registry+https://github.com/rust-lang/crates.io-index"
17925checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17926dependencies = [
17927 "js-sys",
17928 "wasm-bindgen",
17929]
17930
17931[[package]]
17932name = "web-time"
17933version = "1.1.0"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17936dependencies = [
17937 "js-sys",
17938 "wasm-bindgen",
17939]
17940
17941[[package]]
17942name = "web_atoms"
17943version = "0.1.0"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17946dependencies = [
17947 "phf",
17948 "phf_codegen",
17949 "string_cache",
17950 "string_cache_codegen",
17951]
17952
17953[[package]]
17954name = "web_search"
17955version = "0.1.0"
17956dependencies = [
17957 "anyhow",
17958 "collections",
17959 "gpui",
17960 "serde",
17961 "workspace-hack",
17962 "zed_llm_client",
17963]
17964
17965[[package]]
17966name = "web_search_providers"
17967version = "0.1.0"
17968dependencies = [
17969 "anyhow",
17970 "client",
17971 "futures 0.3.31",
17972 "gpui",
17973 "http_client",
17974 "language_model",
17975 "serde",
17976 "serde_json",
17977 "web_search",
17978 "workspace-hack",
17979 "zed_llm_client",
17980]
17981
17982[[package]]
17983name = "webpki-root-certs"
17984version = "0.26.8"
17985source = "registry+https://github.com/rust-lang/crates.io-index"
17986checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
17987dependencies = [
17988 "rustls-pki-types",
17989]
17990
17991[[package]]
17992name = "webpki-roots"
17993version = "0.26.8"
17994source = "registry+https://github.com/rust-lang/crates.io-index"
17995checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
17996dependencies = [
17997 "rustls-pki-types",
17998]
17999
18000[[package]]
18001name = "webrtc-sys"
18002version = "0.3.7"
18003source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18004dependencies = [
18005 "cc",
18006 "cxx",
18007 "cxx-build",
18008 "glob",
18009 "log",
18010 "webrtc-sys-build",
18011]
18012
18013[[package]]
18014name = "webrtc-sys-build"
18015version = "0.3.6"
18016source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18017dependencies = [
18018 "fs2",
18019 "regex",
18020 "reqwest 0.11.27",
18021 "scratch",
18022 "semver",
18023 "zip",
18024]
18025
18026[[package]]
18027name = "weezl"
18028version = "0.1.8"
18029source = "registry+https://github.com/rust-lang/crates.io-index"
18030checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18031
18032[[package]]
18033name = "welcome"
18034version = "0.1.0"
18035dependencies = [
18036 "anyhow",
18037 "client",
18038 "component",
18039 "db",
18040 "documented",
18041 "editor",
18042 "fuzzy",
18043 "gpui",
18044 "install_cli",
18045 "language",
18046 "picker",
18047 "project",
18048 "schemars",
18049 "serde",
18050 "settings",
18051 "telemetry",
18052 "theme",
18053 "ui",
18054 "util",
18055 "vim_mode_setting",
18056 "workspace",
18057 "workspace-hack",
18058 "zed_actions",
18059]
18060
18061[[package]]
18062name = "which"
18063version = "4.4.2"
18064source = "registry+https://github.com/rust-lang/crates.io-index"
18065checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18066dependencies = [
18067 "either",
18068 "home",
18069 "once_cell",
18070 "rustix 0.38.44",
18071]
18072
18073[[package]]
18074name = "which"
18075version = "6.0.3"
18076source = "registry+https://github.com/rust-lang/crates.io-index"
18077checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18078dependencies = [
18079 "either",
18080 "home",
18081 "rustix 0.38.44",
18082 "winsafe",
18083]
18084
18085[[package]]
18086name = "whoami"
18087version = "1.6.0"
18088source = "registry+https://github.com/rust-lang/crates.io-index"
18089checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18090dependencies = [
18091 "redox_syscall 0.5.11",
18092 "wasite",
18093]
18094
18095[[package]]
18096name = "wiggle"
18097version = "29.0.1"
18098source = "registry+https://github.com/rust-lang/crates.io-index"
18099checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18100dependencies = [
18101 "anyhow",
18102 "async-trait",
18103 "bitflags 2.9.0",
18104 "thiserror 1.0.69",
18105 "tracing",
18106 "wasmtime",
18107 "wiggle-macro",
18108]
18109
18110[[package]]
18111name = "wiggle-generate"
18112version = "29.0.1"
18113source = "registry+https://github.com/rust-lang/crates.io-index"
18114checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18115dependencies = [
18116 "anyhow",
18117 "heck 0.5.0",
18118 "proc-macro2",
18119 "quote",
18120 "shellexpand 2.1.2",
18121 "syn 2.0.101",
18122 "witx",
18123]
18124
18125[[package]]
18126name = "wiggle-macro"
18127version = "29.0.1"
18128source = "registry+https://github.com/rust-lang/crates.io-index"
18129checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18130dependencies = [
18131 "proc-macro2",
18132 "quote",
18133 "syn 2.0.101",
18134 "wiggle-generate",
18135]
18136
18137[[package]]
18138name = "winapi"
18139version = "0.3.9"
18140source = "registry+https://github.com/rust-lang/crates.io-index"
18141checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18142dependencies = [
18143 "winapi-i686-pc-windows-gnu",
18144 "winapi-x86_64-pc-windows-gnu",
18145]
18146
18147[[package]]
18148name = "winapi-i686-pc-windows-gnu"
18149version = "0.4.0"
18150source = "registry+https://github.com/rust-lang/crates.io-index"
18151checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18152
18153[[package]]
18154name = "winapi-util"
18155version = "0.1.9"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18158dependencies = [
18159 "windows-sys 0.59.0",
18160]
18161
18162[[package]]
18163name = "winapi-x86_64-pc-windows-gnu"
18164version = "0.4.0"
18165source = "registry+https://github.com/rust-lang/crates.io-index"
18166checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18167
18168[[package]]
18169name = "winch-codegen"
18170version = "29.0.1"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18173dependencies = [
18174 "anyhow",
18175 "cranelift-codegen",
18176 "gimli",
18177 "regalloc2",
18178 "smallvec",
18179 "target-lexicon 0.13.2",
18180 "thiserror 1.0.69",
18181 "wasmparser 0.221.3",
18182 "wasmtime-cranelift",
18183 "wasmtime-environ",
18184]
18185
18186[[package]]
18187name = "windows"
18188version = "0.54.0"
18189source = "registry+https://github.com/rust-lang/crates.io-index"
18190checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18191dependencies = [
18192 "windows-core 0.54.0",
18193 "windows-targets 0.52.6",
18194]
18195
18196[[package]]
18197name = "windows"
18198version = "0.57.0"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18201dependencies = [
18202 "windows-core 0.57.0",
18203 "windows-targets 0.52.6",
18204]
18205
18206[[package]]
18207name = "windows"
18208version = "0.58.0"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18211dependencies = [
18212 "windows-core 0.58.0",
18213 "windows-targets 0.52.6",
18214]
18215
18216[[package]]
18217name = "windows"
18218version = "0.61.1"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18221dependencies = [
18222 "windows-collections",
18223 "windows-core 0.61.0",
18224 "windows-future",
18225 "windows-link",
18226 "windows-numerics",
18227]
18228
18229[[package]]
18230name = "windows-capture"
18231version = "1.4.3"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18234dependencies = [
18235 "clap",
18236 "ctrlc",
18237 "parking_lot",
18238 "rayon",
18239 "thiserror 2.0.12",
18240 "windows 0.61.1",
18241 "windows-future",
18242]
18243
18244[[package]]
18245name = "windows-collections"
18246version = "0.2.0"
18247source = "registry+https://github.com/rust-lang/crates.io-index"
18248checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18249dependencies = [
18250 "windows-core 0.61.0",
18251]
18252
18253[[package]]
18254name = "windows-core"
18255version = "0.54.0"
18256source = "registry+https://github.com/rust-lang/crates.io-index"
18257checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18258dependencies = [
18259 "windows-result 0.1.2",
18260 "windows-targets 0.52.6",
18261]
18262
18263[[package]]
18264name = "windows-core"
18265version = "0.57.0"
18266source = "registry+https://github.com/rust-lang/crates.io-index"
18267checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18268dependencies = [
18269 "windows-implement 0.57.0",
18270 "windows-interface 0.57.0",
18271 "windows-result 0.1.2",
18272 "windows-targets 0.52.6",
18273]
18274
18275[[package]]
18276name = "windows-core"
18277version = "0.58.0"
18278source = "registry+https://github.com/rust-lang/crates.io-index"
18279checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18280dependencies = [
18281 "windows-implement 0.58.0",
18282 "windows-interface 0.58.0",
18283 "windows-result 0.2.0",
18284 "windows-strings 0.1.0",
18285 "windows-targets 0.52.6",
18286]
18287
18288[[package]]
18289name = "windows-core"
18290version = "0.61.0"
18291source = "registry+https://github.com/rust-lang/crates.io-index"
18292checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18293dependencies = [
18294 "windows-implement 0.60.0",
18295 "windows-interface 0.59.1",
18296 "windows-link",
18297 "windows-result 0.3.2",
18298 "windows-strings 0.4.0",
18299]
18300
18301[[package]]
18302name = "windows-future"
18303version = "0.2.0"
18304source = "registry+https://github.com/rust-lang/crates.io-index"
18305checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18306dependencies = [
18307 "windows-core 0.61.0",
18308 "windows-link",
18309]
18310
18311[[package]]
18312name = "windows-implement"
18313version = "0.57.0"
18314source = "registry+https://github.com/rust-lang/crates.io-index"
18315checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18316dependencies = [
18317 "proc-macro2",
18318 "quote",
18319 "syn 2.0.101",
18320]
18321
18322[[package]]
18323name = "windows-implement"
18324version = "0.58.0"
18325source = "registry+https://github.com/rust-lang/crates.io-index"
18326checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18327dependencies = [
18328 "proc-macro2",
18329 "quote",
18330 "syn 2.0.101",
18331]
18332
18333[[package]]
18334name = "windows-implement"
18335version = "0.60.0"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18338dependencies = [
18339 "proc-macro2",
18340 "quote",
18341 "syn 2.0.101",
18342]
18343
18344[[package]]
18345name = "windows-interface"
18346version = "0.57.0"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18349dependencies = [
18350 "proc-macro2",
18351 "quote",
18352 "syn 2.0.101",
18353]
18354
18355[[package]]
18356name = "windows-interface"
18357version = "0.58.0"
18358source = "registry+https://github.com/rust-lang/crates.io-index"
18359checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18360dependencies = [
18361 "proc-macro2",
18362 "quote",
18363 "syn 2.0.101",
18364]
18365
18366[[package]]
18367name = "windows-interface"
18368version = "0.59.1"
18369source = "registry+https://github.com/rust-lang/crates.io-index"
18370checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18371dependencies = [
18372 "proc-macro2",
18373 "quote",
18374 "syn 2.0.101",
18375]
18376
18377[[package]]
18378name = "windows-link"
18379version = "0.1.1"
18380source = "registry+https://github.com/rust-lang/crates.io-index"
18381checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18382
18383[[package]]
18384name = "windows-numerics"
18385version = "0.2.0"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18388dependencies = [
18389 "windows-core 0.61.0",
18390 "windows-link",
18391]
18392
18393[[package]]
18394name = "windows-registry"
18395version = "0.4.0"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18398dependencies = [
18399 "windows-result 0.3.2",
18400 "windows-strings 0.3.1",
18401 "windows-targets 0.53.0",
18402]
18403
18404[[package]]
18405name = "windows-registry"
18406version = "0.5.1"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18409dependencies = [
18410 "windows-link",
18411 "windows-result 0.3.2",
18412 "windows-strings 0.4.0",
18413]
18414
18415[[package]]
18416name = "windows-result"
18417version = "0.1.2"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18420dependencies = [
18421 "windows-targets 0.52.6",
18422]
18423
18424[[package]]
18425name = "windows-result"
18426version = "0.2.0"
18427source = "registry+https://github.com/rust-lang/crates.io-index"
18428checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18429dependencies = [
18430 "windows-targets 0.52.6",
18431]
18432
18433[[package]]
18434name = "windows-result"
18435version = "0.3.2"
18436source = "registry+https://github.com/rust-lang/crates.io-index"
18437checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18438dependencies = [
18439 "windows-link",
18440]
18441
18442[[package]]
18443name = "windows-strings"
18444version = "0.1.0"
18445source = "registry+https://github.com/rust-lang/crates.io-index"
18446checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18447dependencies = [
18448 "windows-result 0.2.0",
18449 "windows-targets 0.52.6",
18450]
18451
18452[[package]]
18453name = "windows-strings"
18454version = "0.3.1"
18455source = "registry+https://github.com/rust-lang/crates.io-index"
18456checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18457dependencies = [
18458 "windows-link",
18459]
18460
18461[[package]]
18462name = "windows-strings"
18463version = "0.4.0"
18464source = "registry+https://github.com/rust-lang/crates.io-index"
18465checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18466dependencies = [
18467 "windows-link",
18468]
18469
18470[[package]]
18471name = "windows-sys"
18472version = "0.45.0"
18473source = "registry+https://github.com/rust-lang/crates.io-index"
18474checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18475dependencies = [
18476 "windows-targets 0.42.2",
18477]
18478
18479[[package]]
18480name = "windows-sys"
18481version = "0.48.0"
18482source = "registry+https://github.com/rust-lang/crates.io-index"
18483checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18484dependencies = [
18485 "windows-targets 0.48.5",
18486]
18487
18488[[package]]
18489name = "windows-sys"
18490version = "0.52.0"
18491source = "registry+https://github.com/rust-lang/crates.io-index"
18492checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18493dependencies = [
18494 "windows-targets 0.52.6",
18495]
18496
18497[[package]]
18498name = "windows-sys"
18499version = "0.59.0"
18500source = "registry+https://github.com/rust-lang/crates.io-index"
18501checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18502dependencies = [
18503 "windows-targets 0.52.6",
18504]
18505
18506[[package]]
18507name = "windows-targets"
18508version = "0.42.2"
18509source = "registry+https://github.com/rust-lang/crates.io-index"
18510checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18511dependencies = [
18512 "windows_aarch64_gnullvm 0.42.2",
18513 "windows_aarch64_msvc 0.42.2",
18514 "windows_i686_gnu 0.42.2",
18515 "windows_i686_msvc 0.42.2",
18516 "windows_x86_64_gnu 0.42.2",
18517 "windows_x86_64_gnullvm 0.42.2",
18518 "windows_x86_64_msvc 0.42.2",
18519]
18520
18521[[package]]
18522name = "windows-targets"
18523version = "0.48.5"
18524source = "registry+https://github.com/rust-lang/crates.io-index"
18525checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18526dependencies = [
18527 "windows_aarch64_gnullvm 0.48.5",
18528 "windows_aarch64_msvc 0.48.5",
18529 "windows_i686_gnu 0.48.5",
18530 "windows_i686_msvc 0.48.5",
18531 "windows_x86_64_gnu 0.48.5",
18532 "windows_x86_64_gnullvm 0.48.5",
18533 "windows_x86_64_msvc 0.48.5",
18534]
18535
18536[[package]]
18537name = "windows-targets"
18538version = "0.52.6"
18539source = "registry+https://github.com/rust-lang/crates.io-index"
18540checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18541dependencies = [
18542 "windows_aarch64_gnullvm 0.52.6",
18543 "windows_aarch64_msvc 0.52.6",
18544 "windows_i686_gnu 0.52.6",
18545 "windows_i686_gnullvm 0.52.6",
18546 "windows_i686_msvc 0.52.6",
18547 "windows_x86_64_gnu 0.52.6",
18548 "windows_x86_64_gnullvm 0.52.6",
18549 "windows_x86_64_msvc 0.52.6",
18550]
18551
18552[[package]]
18553name = "windows-targets"
18554version = "0.53.0"
18555source = "registry+https://github.com/rust-lang/crates.io-index"
18556checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18557dependencies = [
18558 "windows_aarch64_gnullvm 0.53.0",
18559 "windows_aarch64_msvc 0.53.0",
18560 "windows_i686_gnu 0.53.0",
18561 "windows_i686_gnullvm 0.53.0",
18562 "windows_i686_msvc 0.53.0",
18563 "windows_x86_64_gnu 0.53.0",
18564 "windows_x86_64_gnullvm 0.53.0",
18565 "windows_x86_64_msvc 0.53.0",
18566]
18567
18568[[package]]
18569name = "windows_aarch64_gnullvm"
18570version = "0.42.2"
18571source = "registry+https://github.com/rust-lang/crates.io-index"
18572checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18573
18574[[package]]
18575name = "windows_aarch64_gnullvm"
18576version = "0.48.5"
18577source = "registry+https://github.com/rust-lang/crates.io-index"
18578checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18579
18580[[package]]
18581name = "windows_aarch64_gnullvm"
18582version = "0.52.6"
18583source = "registry+https://github.com/rust-lang/crates.io-index"
18584checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18585
18586[[package]]
18587name = "windows_aarch64_gnullvm"
18588version = "0.53.0"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18591
18592[[package]]
18593name = "windows_aarch64_msvc"
18594version = "0.42.2"
18595source = "registry+https://github.com/rust-lang/crates.io-index"
18596checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18597
18598[[package]]
18599name = "windows_aarch64_msvc"
18600version = "0.48.5"
18601source = "registry+https://github.com/rust-lang/crates.io-index"
18602checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18603
18604[[package]]
18605name = "windows_aarch64_msvc"
18606version = "0.52.6"
18607source = "registry+https://github.com/rust-lang/crates.io-index"
18608checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18609
18610[[package]]
18611name = "windows_aarch64_msvc"
18612version = "0.53.0"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18615
18616[[package]]
18617name = "windows_i686_gnu"
18618version = "0.42.2"
18619source = "registry+https://github.com/rust-lang/crates.io-index"
18620checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18621
18622[[package]]
18623name = "windows_i686_gnu"
18624version = "0.48.5"
18625source = "registry+https://github.com/rust-lang/crates.io-index"
18626checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18627
18628[[package]]
18629name = "windows_i686_gnu"
18630version = "0.52.6"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18633
18634[[package]]
18635name = "windows_i686_gnu"
18636version = "0.53.0"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18639
18640[[package]]
18641name = "windows_i686_gnullvm"
18642version = "0.52.6"
18643source = "registry+https://github.com/rust-lang/crates.io-index"
18644checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18645
18646[[package]]
18647name = "windows_i686_gnullvm"
18648version = "0.53.0"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18651
18652[[package]]
18653name = "windows_i686_msvc"
18654version = "0.42.2"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18657
18658[[package]]
18659name = "windows_i686_msvc"
18660version = "0.48.5"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18663
18664[[package]]
18665name = "windows_i686_msvc"
18666version = "0.52.6"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18669
18670[[package]]
18671name = "windows_i686_msvc"
18672version = "0.53.0"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18675
18676[[package]]
18677name = "windows_x86_64_gnu"
18678version = "0.42.2"
18679source = "registry+https://github.com/rust-lang/crates.io-index"
18680checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18681
18682[[package]]
18683name = "windows_x86_64_gnu"
18684version = "0.48.5"
18685source = "registry+https://github.com/rust-lang/crates.io-index"
18686checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18687
18688[[package]]
18689name = "windows_x86_64_gnu"
18690version = "0.52.6"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18693
18694[[package]]
18695name = "windows_x86_64_gnu"
18696version = "0.53.0"
18697source = "registry+https://github.com/rust-lang/crates.io-index"
18698checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18699
18700[[package]]
18701name = "windows_x86_64_gnullvm"
18702version = "0.42.2"
18703source = "registry+https://github.com/rust-lang/crates.io-index"
18704checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18705
18706[[package]]
18707name = "windows_x86_64_gnullvm"
18708version = "0.48.5"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18711
18712[[package]]
18713name = "windows_x86_64_gnullvm"
18714version = "0.52.6"
18715source = "registry+https://github.com/rust-lang/crates.io-index"
18716checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18717
18718[[package]]
18719name = "windows_x86_64_gnullvm"
18720version = "0.53.0"
18721source = "registry+https://github.com/rust-lang/crates.io-index"
18722checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18723
18724[[package]]
18725name = "windows_x86_64_msvc"
18726version = "0.42.2"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18729
18730[[package]]
18731name = "windows_x86_64_msvc"
18732version = "0.48.5"
18733source = "registry+https://github.com/rust-lang/crates.io-index"
18734checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18735
18736[[package]]
18737name = "windows_x86_64_msvc"
18738version = "0.52.6"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18741
18742[[package]]
18743name = "windows_x86_64_msvc"
18744version = "0.53.0"
18745source = "registry+https://github.com/rust-lang/crates.io-index"
18746checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18747
18748[[package]]
18749name = "winnow"
18750version = "0.7.6"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18753dependencies = [
18754 "memchr",
18755]
18756
18757[[package]]
18758name = "winreg"
18759version = "0.10.1"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18762dependencies = [
18763 "winapi",
18764]
18765
18766[[package]]
18767name = "winreg"
18768version = "0.50.0"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18771dependencies = [
18772 "cfg-if",
18773 "windows-sys 0.48.0",
18774]
18775
18776[[package]]
18777name = "winreg"
18778version = "0.52.0"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18781dependencies = [
18782 "cfg-if",
18783 "windows-sys 0.48.0",
18784]
18785
18786[[package]]
18787name = "winreg"
18788version = "0.55.0"
18789source = "registry+https://github.com/rust-lang/crates.io-index"
18790checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18791dependencies = [
18792 "cfg-if",
18793 "windows-sys 0.59.0",
18794]
18795
18796[[package]]
18797name = "winresource"
18798version = "0.1.20"
18799source = "registry+https://github.com/rust-lang/crates.io-index"
18800checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18801dependencies = [
18802 "toml 0.8.20",
18803 "version_check",
18804]
18805
18806[[package]]
18807name = "winsafe"
18808version = "0.0.19"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18811
18812[[package]]
18813name = "winx"
18814version = "0.36.4"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18817dependencies = [
18818 "bitflags 2.9.0",
18819 "windows-sys 0.59.0",
18820]
18821
18822[[package]]
18823name = "wio"
18824version = "0.2.2"
18825source = "registry+https://github.com/rust-lang/crates.io-index"
18826checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18827dependencies = [
18828 "winapi",
18829]
18830
18831[[package]]
18832name = "wit-bindgen"
18833version = "0.22.0"
18834source = "registry+https://github.com/rust-lang/crates.io-index"
18835checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18836dependencies = [
18837 "bitflags 2.9.0",
18838 "wit-bindgen-rt 0.22.0",
18839 "wit-bindgen-rust-macro 0.22.0",
18840]
18841
18842[[package]]
18843name = "wit-bindgen"
18844version = "0.41.0"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18847dependencies = [
18848 "wit-bindgen-rt 0.41.0",
18849 "wit-bindgen-rust-macro 0.41.0",
18850]
18851
18852[[package]]
18853name = "wit-bindgen-core"
18854version = "0.22.0"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18857dependencies = [
18858 "anyhow",
18859 "wit-parser 0.201.0",
18860]
18861
18862[[package]]
18863name = "wit-bindgen-core"
18864version = "0.41.0"
18865source = "registry+https://github.com/rust-lang/crates.io-index"
18866checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18867dependencies = [
18868 "anyhow",
18869 "heck 0.5.0",
18870 "wit-parser 0.227.1",
18871]
18872
18873[[package]]
18874name = "wit-bindgen-rt"
18875version = "0.22.0"
18876source = "registry+https://github.com/rust-lang/crates.io-index"
18877checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18878
18879[[package]]
18880name = "wit-bindgen-rt"
18881version = "0.39.0"
18882source = "registry+https://github.com/rust-lang/crates.io-index"
18883checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18884dependencies = [
18885 "bitflags 2.9.0",
18886]
18887
18888[[package]]
18889name = "wit-bindgen-rt"
18890version = "0.41.0"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18893dependencies = [
18894 "bitflags 2.9.0",
18895 "futures 0.3.31",
18896 "once_cell",
18897]
18898
18899[[package]]
18900name = "wit-bindgen-rust"
18901version = "0.22.0"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18904dependencies = [
18905 "anyhow",
18906 "heck 0.4.1",
18907 "indexmap",
18908 "wasm-metadata 0.201.0",
18909 "wit-bindgen-core 0.22.0",
18910 "wit-component 0.201.0",
18911]
18912
18913[[package]]
18914name = "wit-bindgen-rust"
18915version = "0.41.0"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18918dependencies = [
18919 "anyhow",
18920 "heck 0.5.0",
18921 "indexmap",
18922 "prettyplease",
18923 "syn 2.0.101",
18924 "wasm-metadata 0.227.1",
18925 "wit-bindgen-core 0.41.0",
18926 "wit-component 0.227.1",
18927]
18928
18929[[package]]
18930name = "wit-bindgen-rust-macro"
18931version = "0.22.0"
18932source = "registry+https://github.com/rust-lang/crates.io-index"
18933checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18934dependencies = [
18935 "anyhow",
18936 "proc-macro2",
18937 "quote",
18938 "syn 2.0.101",
18939 "wit-bindgen-core 0.22.0",
18940 "wit-bindgen-rust 0.22.0",
18941]
18942
18943[[package]]
18944name = "wit-bindgen-rust-macro"
18945version = "0.41.0"
18946source = "registry+https://github.com/rust-lang/crates.io-index"
18947checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18948dependencies = [
18949 "anyhow",
18950 "prettyplease",
18951 "proc-macro2",
18952 "quote",
18953 "syn 2.0.101",
18954 "wit-bindgen-core 0.41.0",
18955 "wit-bindgen-rust 0.41.0",
18956]
18957
18958[[package]]
18959name = "wit-component"
18960version = "0.201.0"
18961source = "registry+https://github.com/rust-lang/crates.io-index"
18962checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18963dependencies = [
18964 "anyhow",
18965 "bitflags 2.9.0",
18966 "indexmap",
18967 "log",
18968 "serde",
18969 "serde_derive",
18970 "serde_json",
18971 "wasm-encoder 0.201.0",
18972 "wasm-metadata 0.201.0",
18973 "wasmparser 0.201.0",
18974 "wit-parser 0.201.0",
18975]
18976
18977[[package]]
18978name = "wit-component"
18979version = "0.221.3"
18980source = "registry+https://github.com/rust-lang/crates.io-index"
18981checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18982dependencies = [
18983 "anyhow",
18984 "bitflags 2.9.0",
18985 "indexmap",
18986 "log",
18987 "serde",
18988 "serde_derive",
18989 "serde_json",
18990 "wasm-encoder 0.221.3",
18991 "wasm-metadata 0.221.3",
18992 "wasmparser 0.221.3",
18993 "wit-parser 0.221.3",
18994]
18995
18996[[package]]
18997name = "wit-component"
18998version = "0.227.1"
18999source = "registry+https://github.com/rust-lang/crates.io-index"
19000checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19001dependencies = [
19002 "anyhow",
19003 "bitflags 2.9.0",
19004 "indexmap",
19005 "log",
19006 "serde",
19007 "serde_derive",
19008 "serde_json",
19009 "wasm-encoder 0.227.1",
19010 "wasm-metadata 0.227.1",
19011 "wasmparser 0.227.1",
19012 "wit-parser 0.227.1",
19013]
19014
19015[[package]]
19016name = "wit-parser"
19017version = "0.201.0"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19020dependencies = [
19021 "anyhow",
19022 "id-arena",
19023 "indexmap",
19024 "log",
19025 "semver",
19026 "serde",
19027 "serde_derive",
19028 "serde_json",
19029 "unicode-xid",
19030 "wasmparser 0.201.0",
19031]
19032
19033[[package]]
19034name = "wit-parser"
19035version = "0.221.3"
19036source = "registry+https://github.com/rust-lang/crates.io-index"
19037checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19038dependencies = [
19039 "anyhow",
19040 "id-arena",
19041 "indexmap",
19042 "log",
19043 "semver",
19044 "serde",
19045 "serde_derive",
19046 "serde_json",
19047 "unicode-xid",
19048 "wasmparser 0.221.3",
19049]
19050
19051[[package]]
19052name = "wit-parser"
19053version = "0.227.1"
19054source = "registry+https://github.com/rust-lang/crates.io-index"
19055checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19056dependencies = [
19057 "anyhow",
19058 "id-arena",
19059 "indexmap",
19060 "log",
19061 "semver",
19062 "serde",
19063 "serde_derive",
19064 "serde_json",
19065 "unicode-xid",
19066 "wasmparser 0.227.1",
19067]
19068
19069[[package]]
19070name = "witx"
19071version = "0.9.1"
19072source = "registry+https://github.com/rust-lang/crates.io-index"
19073checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19074dependencies = [
19075 "anyhow",
19076 "log",
19077 "thiserror 1.0.69",
19078 "wast",
19079]
19080
19081[[package]]
19082name = "workspace"
19083version = "0.1.0"
19084dependencies = [
19085 "any_vec",
19086 "anyhow",
19087 "async-recursion 1.1.1",
19088 "bincode",
19089 "call",
19090 "client",
19091 "clock",
19092 "collections",
19093 "component",
19094 "dap",
19095 "db",
19096 "env_logger 0.11.8",
19097 "fs",
19098 "futures 0.3.31",
19099 "gpui",
19100 "http_client",
19101 "itertools 0.14.0",
19102 "language",
19103 "log",
19104 "menu",
19105 "node_runtime",
19106 "parking_lot",
19107 "postage",
19108 "project",
19109 "remote",
19110 "schemars",
19111 "serde",
19112 "serde_json",
19113 "session",
19114 "settings",
19115 "smallvec",
19116 "sqlez",
19117 "strum 0.27.1",
19118 "task",
19119 "telemetry",
19120 "tempfile",
19121 "theme",
19122 "ui",
19123 "util",
19124 "uuid",
19125 "windows 0.61.1",
19126 "workspace-hack",
19127 "zed_actions",
19128]
19129
19130[[package]]
19131name = "workspace-hack"
19132version = "0.1.0"
19133dependencies = [
19134 "aes",
19135 "ahash 0.8.11",
19136 "aho-corasick",
19137 "anstream",
19138 "arrayvec",
19139 "async-std",
19140 "async-tungstenite",
19141 "aws-config",
19142 "aws-credential-types",
19143 "aws-runtime",
19144 "aws-sigv4",
19145 "aws-smithy-async",
19146 "aws-smithy-http",
19147 "aws-smithy-runtime",
19148 "aws-smithy-runtime-api",
19149 "aws-smithy-types",
19150 "base64 0.22.1",
19151 "base64ct",
19152 "bigdecimal",
19153 "bit-set 0.8.0",
19154 "bit-vec 0.8.0",
19155 "bitflags 2.9.0",
19156 "bstr",
19157 "bytemuck",
19158 "byteorder",
19159 "bytes 1.10.1",
19160 "cc",
19161 "chrono",
19162 "cipher",
19163 "clang-sys",
19164 "clap",
19165 "clap_builder",
19166 "codespan-reporting 0.12.0",
19167 "concurrent-queue",
19168 "core-foundation 0.9.4",
19169 "core-foundation-sys",
19170 "coreaudio-sys",
19171 "cranelift-codegen",
19172 "crc32fast",
19173 "crossbeam-epoch",
19174 "crossbeam-utils",
19175 "crypto-common",
19176 "deranged",
19177 "digest",
19178 "either",
19179 "euclid",
19180 "event-listener 5.4.0",
19181 "event-listener-strategy",
19182 "flate2",
19183 "flume",
19184 "foldhash",
19185 "form_urlencoded",
19186 "futures 0.3.31",
19187 "futures-channel",
19188 "futures-core",
19189 "futures-executor",
19190 "futures-io",
19191 "futures-sink",
19192 "futures-task",
19193 "futures-util",
19194 "getrandom 0.2.15",
19195 "getrandom 0.3.2",
19196 "gimli",
19197 "half",
19198 "handlebars 4.5.0",
19199 "hashbrown 0.14.5",
19200 "hashbrown 0.15.3",
19201 "heck 0.4.1",
19202 "hmac",
19203 "hyper 0.14.32",
19204 "hyper-rustls 0.27.5",
19205 "idna",
19206 "indexmap",
19207 "inout",
19208 "itertools 0.12.1",
19209 "itertools 0.13.0",
19210 "jiff",
19211 "lazy_static",
19212 "libc",
19213 "libsqlite3-sys",
19214 "linux-raw-sys 0.4.15",
19215 "linux-raw-sys 0.9.4",
19216 "log",
19217 "lyon",
19218 "lyon_path",
19219 "md-5",
19220 "memchr",
19221 "miniz_oxide",
19222 "mio",
19223 "naga",
19224 "nix 0.29.0",
19225 "nom",
19226 "num-bigint",
19227 "num-bigint-dig",
19228 "num-integer",
19229 "num-iter",
19230 "num-rational",
19231 "num-traits",
19232 "objc2",
19233 "objc2-foundation",
19234 "objc2-metal",
19235 "object",
19236 "once_cell",
19237 "percent-encoding",
19238 "phf",
19239 "phf_shared",
19240 "prettyplease",
19241 "proc-macro2",
19242 "prost 0.9.0",
19243 "prost-types 0.9.0",
19244 "quote",
19245 "rand 0.8.5",
19246 "rand 0.9.1",
19247 "rand_chacha 0.3.1",
19248 "rand_core 0.6.4",
19249 "regalloc2",
19250 "regex",
19251 "regex-automata 0.4.9",
19252 "regex-syntax 0.8.5",
19253 "ring",
19254 "rust_decimal",
19255 "rustc-hash 1.1.0",
19256 "rustix 0.38.44",
19257 "rustix 1.0.7",
19258 "rustls 0.23.26",
19259 "rustls-webpki 0.103.1",
19260 "scopeguard",
19261 "sea-orm",
19262 "sea-query-binder",
19263 "security-framework 3.2.0",
19264 "security-framework-sys",
19265 "semver",
19266 "serde",
19267 "serde_derive",
19268 "serde_json",
19269 "sha1",
19270 "simd-adler32",
19271 "smallvec",
19272 "spin",
19273 "sqlx",
19274 "sqlx-macros",
19275 "sqlx-macros-core",
19276 "sqlx-postgres",
19277 "sqlx-sqlite",
19278 "strum 0.26.3",
19279 "subtle",
19280 "syn 1.0.109",
19281 "syn 2.0.101",
19282 "sync_wrapper 1.0.2",
19283 "thiserror 2.0.12",
19284 "time",
19285 "time-macros",
19286 "tokio",
19287 "tokio-rustls 0.26.2",
19288 "tokio-socks",
19289 "tokio-stream",
19290 "tokio-util",
19291 "toml_datetime",
19292 "toml_edit",
19293 "tower 0.5.2",
19294 "tracing",
19295 "tracing-core",
19296 "tungstenite 0.26.2",
19297 "unicode-normalization",
19298 "unicode-properties",
19299 "url",
19300 "uuid",
19301 "wasm-encoder 0.221.3",
19302 "wasmparser 0.221.3",
19303 "wasmtime",
19304 "wasmtime-cranelift",
19305 "wasmtime-environ",
19306 "winapi",
19307 "windows-core 0.61.0",
19308 "windows-numerics",
19309 "windows-sys 0.48.0",
19310 "windows-sys 0.52.0",
19311 "windows-sys 0.59.0",
19312 "winnow",
19313 "zeroize",
19314 "zvariant",
19315]
19316
19317[[package]]
19318name = "worktree"
19319version = "0.1.0"
19320dependencies = [
19321 "anyhow",
19322 "clock",
19323 "collections",
19324 "env_logger 0.11.8",
19325 "fs",
19326 "futures 0.3.31",
19327 "fuzzy",
19328 "git",
19329 "git2",
19330 "gpui",
19331 "http_client",
19332 "ignore",
19333 "language",
19334 "log",
19335 "parking_lot",
19336 "paths",
19337 "postage",
19338 "pretty_assertions",
19339 "rand 0.8.5",
19340 "rpc",
19341 "schemars",
19342 "serde",
19343 "serde_json",
19344 "settings",
19345 "smallvec",
19346 "smol",
19347 "sum_tree",
19348 "text",
19349 "util",
19350 "workspace-hack",
19351]
19352
19353[[package]]
19354name = "write16"
19355version = "1.0.0"
19356source = "registry+https://github.com/rust-lang/crates.io-index"
19357checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19358
19359[[package]]
19360name = "writeable"
19361version = "0.5.5"
19362source = "registry+https://github.com/rust-lang/crates.io-index"
19363checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19364
19365[[package]]
19366name = "wyz"
19367version = "0.5.1"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19370dependencies = [
19371 "tap",
19372]
19373
19374[[package]]
19375name = "x11"
19376version = "2.21.0"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19379dependencies = [
19380 "libc",
19381 "pkg-config",
19382]
19383
19384[[package]]
19385name = "x11-clipboard"
19386version = "0.9.3"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19389dependencies = [
19390 "libc",
19391 "x11rb",
19392]
19393
19394[[package]]
19395name = "x11rb"
19396version = "0.13.1"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19399dependencies = [
19400 "as-raw-xcb-connection",
19401 "gethostname",
19402 "libc",
19403 "rustix 0.38.44",
19404 "x11rb-protocol",
19405]
19406
19407[[package]]
19408name = "x11rb-protocol"
19409version = "0.13.1"
19410source = "registry+https://github.com/rust-lang/crates.io-index"
19411checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19412
19413[[package]]
19414name = "xattr"
19415version = "0.2.3"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19418dependencies = [
19419 "libc",
19420]
19421
19422[[package]]
19423name = "xcb"
19424version = "1.5.0"
19425source = "registry+https://github.com/rust-lang/crates.io-index"
19426checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19427dependencies = [
19428 "bitflags 1.3.2",
19429 "libc",
19430 "quick-xml 0.30.0",
19431 "x11",
19432]
19433
19434[[package]]
19435name = "xcursor"
19436version = "0.3.8"
19437source = "registry+https://github.com/rust-lang/crates.io-index"
19438checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19439
19440[[package]]
19441name = "xdg-home"
19442version = "1.3.0"
19443source = "registry+https://github.com/rust-lang/crates.io-index"
19444checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19445dependencies = [
19446 "libc",
19447 "windows-sys 0.59.0",
19448]
19449
19450[[package]]
19451name = "xim"
19452version = "0.4.0"
19453source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19454dependencies = [
19455 "ahash 0.8.11",
19456 "hashbrown 0.14.5",
19457 "log",
19458 "x11rb",
19459 "xim-ctext",
19460 "xim-parser",
19461]
19462
19463[[package]]
19464name = "xim-ctext"
19465version = "0.3.0"
19466source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19467dependencies = [
19468 "encoding_rs",
19469]
19470
19471[[package]]
19472name = "xim-parser"
19473version = "0.2.1"
19474source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19475dependencies = [
19476 "bitflags 2.9.0",
19477]
19478
19479[[package]]
19480name = "xkbcommon"
19481version = "0.8.0"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19484dependencies = [
19485 "as-raw-xcb-connection",
19486 "libc",
19487 "memmap2",
19488 "xkeysym",
19489]
19490
19491[[package]]
19492name = "xkeysym"
19493version = "0.2.1"
19494source = "registry+https://github.com/rust-lang/crates.io-index"
19495checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19496
19497[[package]]
19498name = "xml5ever"
19499version = "0.18.1"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19502dependencies = [
19503 "log",
19504 "mac",
19505 "markup5ever 0.12.1",
19506]
19507
19508[[package]]
19509name = "xmlparser"
19510version = "0.13.6"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19513
19514[[package]]
19515name = "xmlwriter"
19516version = "0.1.0"
19517source = "registry+https://github.com/rust-lang/crates.io-index"
19518checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19519
19520[[package]]
19521name = "xtask"
19522version = "0.1.0"
19523dependencies = [
19524 "anyhow",
19525 "cargo_metadata",
19526 "cargo_toml",
19527 "clap",
19528 "workspace-hack",
19529]
19530
19531[[package]]
19532name = "yaml-rust2"
19533version = "0.8.1"
19534source = "registry+https://github.com/rust-lang/crates.io-index"
19535checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19536dependencies = [
19537 "arraydeque",
19538 "encoding_rs",
19539 "hashlink 0.8.4",
19540]
19541
19542[[package]]
19543name = "yansi"
19544version = "1.0.1"
19545source = "registry+https://github.com/rust-lang/crates.io-index"
19546checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19547
19548[[package]]
19549name = "yazi"
19550version = "0.2.1"
19551source = "registry+https://github.com/rust-lang/crates.io-index"
19552checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19553
19554[[package]]
19555name = "yeslogic-fontconfig-sys"
19556version = "6.0.0"
19557source = "registry+https://github.com/rust-lang/crates.io-index"
19558checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19559dependencies = [
19560 "dlib",
19561 "once_cell",
19562 "pkg-config",
19563]
19564
19565[[package]]
19566name = "yoke"
19567version = "0.7.5"
19568source = "registry+https://github.com/rust-lang/crates.io-index"
19569checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19570dependencies = [
19571 "serde",
19572 "stable_deref_trait",
19573 "yoke-derive",
19574 "zerofrom",
19575]
19576
19577[[package]]
19578name = "yoke-derive"
19579version = "0.7.5"
19580source = "registry+https://github.com/rust-lang/crates.io-index"
19581checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19582dependencies = [
19583 "proc-macro2",
19584 "quote",
19585 "syn 2.0.101",
19586 "synstructure",
19587]
19588
19589[[package]]
19590name = "zbus"
19591version = "5.5.0"
19592source = "registry+https://github.com/rust-lang/crates.io-index"
19593checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19594dependencies = [
19595 "async-broadcast",
19596 "async-executor",
19597 "async-fs",
19598 "async-io",
19599 "async-lock",
19600 "async-process",
19601 "async-recursion 1.1.1",
19602 "async-task",
19603 "async-trait",
19604 "blocking",
19605 "enumflags2",
19606 "event-listener 5.4.0",
19607 "futures-core",
19608 "futures-lite 2.6.0",
19609 "hex",
19610 "nix 0.29.0",
19611 "ordered-stream",
19612 "serde",
19613 "serde_repr",
19614 "static_assertions",
19615 "tracing",
19616 "uds_windows",
19617 "windows-sys 0.59.0",
19618 "winnow",
19619 "xdg-home",
19620 "zbus_macros",
19621 "zbus_names",
19622 "zvariant",
19623]
19624
19625[[package]]
19626name = "zbus_macros"
19627version = "5.5.0"
19628source = "registry+https://github.com/rust-lang/crates.io-index"
19629checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19630dependencies = [
19631 "proc-macro-crate",
19632 "proc-macro2",
19633 "quote",
19634 "syn 2.0.101",
19635 "zbus_names",
19636 "zvariant",
19637 "zvariant_utils",
19638]
19639
19640[[package]]
19641name = "zbus_names"
19642version = "4.2.0"
19643source = "registry+https://github.com/rust-lang/crates.io-index"
19644checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19645dependencies = [
19646 "serde",
19647 "static_assertions",
19648 "winnow",
19649 "zvariant",
19650]
19651
19652[[package]]
19653name = "zed"
19654version = "0.188.0"
19655dependencies = [
19656 "activity_indicator",
19657 "agent",
19658 "anyhow",
19659 "ashpd",
19660 "askpass",
19661 "assets",
19662 "assistant_context_editor",
19663 "assistant_settings",
19664 "assistant_tool",
19665 "assistant_tools",
19666 "async-watch",
19667 "audio",
19668 "auto_update",
19669 "auto_update_ui",
19670 "backtrace",
19671 "breadcrumbs",
19672 "call",
19673 "channel",
19674 "chrono",
19675 "clap",
19676 "cli",
19677 "client",
19678 "collab_ui",
19679 "collections",
19680 "command_palette",
19681 "component",
19682 "copilot",
19683 "dap",
19684 "dap_adapters",
19685 "db",
19686 "debug_adapter_extension",
19687 "debugger_tools",
19688 "debugger_ui",
19689 "diagnostics",
19690 "editor",
19691 "env_logger 0.11.8",
19692 "extension",
19693 "extension_host",
19694 "extensions_ui",
19695 "feature_flags",
19696 "feedback",
19697 "file_finder",
19698 "fs",
19699 "futures 0.3.31",
19700 "git",
19701 "git_hosting_providers",
19702 "git_ui",
19703 "go_to_line",
19704 "gpui",
19705 "gpui_tokio",
19706 "http_client",
19707 "image_viewer",
19708 "indoc",
19709 "inline_completion_button",
19710 "install_cli",
19711 "jj_ui",
19712 "journal",
19713 "language",
19714 "language_extension",
19715 "language_model",
19716 "language_models",
19717 "language_selector",
19718 "language_tools",
19719 "languages",
19720 "libc",
19721 "log",
19722 "markdown",
19723 "markdown_preview",
19724 "menu",
19725 "migrator",
19726 "mimalloc",
19727 "nix 0.29.0",
19728 "node_runtime",
19729 "notifications",
19730 "outline",
19731 "outline_panel",
19732 "parking_lot",
19733 "paths",
19734 "picker",
19735 "profiling",
19736 "project",
19737 "project_panel",
19738 "project_symbols",
19739 "prompt_store",
19740 "proto",
19741 "recent_projects",
19742 "release_channel",
19743 "remote",
19744 "repl",
19745 "reqwest_client",
19746 "rope",
19747 "search",
19748 "serde",
19749 "serde_json",
19750 "session",
19751 "settings",
19752 "settings_ui",
19753 "shellexpand 2.1.2",
19754 "smol",
19755 "snippet_provider",
19756 "snippets_ui",
19757 "supermaven",
19758 "sysinfo",
19759 "tab_switcher",
19760 "task",
19761 "tasks_ui",
19762 "telemetry",
19763 "telemetry_events",
19764 "terminal_view",
19765 "theme",
19766 "theme_extension",
19767 "theme_selector",
19768 "time",
19769 "title_bar",
19770 "toolchain_selector",
19771 "tree-sitter-md",
19772 "tree-sitter-rust",
19773 "ui",
19774 "ui_input",
19775 "ui_prompt",
19776 "url",
19777 "urlencoding",
19778 "util",
19779 "uuid",
19780 "vim",
19781 "vim_mode_setting",
19782 "web_search",
19783 "web_search_providers",
19784 "welcome",
19785 "windows 0.61.1",
19786 "winresource",
19787 "workspace",
19788 "workspace-hack",
19789 "zed_actions",
19790 "zeta",
19791 "zlog",
19792 "zlog_settings",
19793]
19794
19795[[package]]
19796name = "zed_actions"
19797version = "0.1.0"
19798dependencies = [
19799 "gpui",
19800 "schemars",
19801 "serde",
19802 "uuid",
19803 "workspace-hack",
19804]
19805
19806[[package]]
19807name = "zed_emmet"
19808version = "0.0.3"
19809dependencies = [
19810 "zed_extension_api 0.1.0",
19811]
19812
19813[[package]]
19814name = "zed_extension_api"
19815version = "0.1.0"
19816source = "registry+https://github.com/rust-lang/crates.io-index"
19817checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19818dependencies = [
19819 "serde",
19820 "serde_json",
19821 "wit-bindgen 0.22.0",
19822]
19823
19824[[package]]
19825name = "zed_extension_api"
19826version = "0.6.0"
19827dependencies = [
19828 "serde",
19829 "serde_json",
19830 "wit-bindgen 0.41.0",
19831]
19832
19833[[package]]
19834name = "zed_glsl"
19835version = "0.1.0"
19836dependencies = [
19837 "zed_extension_api 0.1.0",
19838]
19839
19840[[package]]
19841name = "zed_html"
19842version = "0.2.1"
19843dependencies = [
19844 "zed_extension_api 0.1.0",
19845]
19846
19847[[package]]
19848name = "zed_llm_client"
19849version = "0.8.1"
19850source = "registry+https://github.com/rust-lang/crates.io-index"
19851checksum = "16d993fc42f9ec43ab76fa46c6eb579a66e116bb08cd2bc9a67f3afcaa05d39d"
19852dependencies = [
19853 "anyhow",
19854 "serde",
19855 "serde_json",
19856 "strum 0.27.1",
19857 "uuid",
19858]
19859
19860[[package]]
19861name = "zed_proto"
19862version = "0.2.2"
19863dependencies = [
19864 "zed_extension_api 0.1.0",
19865]
19866
19867[[package]]
19868name = "zed_ruff"
19869version = "0.1.0"
19870dependencies = [
19871 "zed_extension_api 0.1.0",
19872]
19873
19874[[package]]
19875name = "zed_snippets"
19876version = "0.0.5"
19877dependencies = [
19878 "serde_json",
19879 "zed_extension_api 0.1.0",
19880]
19881
19882[[package]]
19883name = "zed_test_extension"
19884version = "0.1.0"
19885dependencies = [
19886 "zed_extension_api 0.6.0",
19887]
19888
19889[[package]]
19890name = "zed_toml"
19891version = "0.1.3"
19892dependencies = [
19893 "zed_extension_api 0.1.0",
19894]
19895
19896[[package]]
19897name = "zeno"
19898version = "0.3.2"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19901
19902[[package]]
19903name = "zerocopy"
19904version = "0.7.35"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19907dependencies = [
19908 "zerocopy-derive 0.7.35",
19909]
19910
19911[[package]]
19912name = "zerocopy"
19913version = "0.8.24"
19914source = "registry+https://github.com/rust-lang/crates.io-index"
19915checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19916dependencies = [
19917 "zerocopy-derive 0.8.24",
19918]
19919
19920[[package]]
19921name = "zerocopy-derive"
19922version = "0.7.35"
19923source = "registry+https://github.com/rust-lang/crates.io-index"
19924checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19925dependencies = [
19926 "proc-macro2",
19927 "quote",
19928 "syn 2.0.101",
19929]
19930
19931[[package]]
19932name = "zerocopy-derive"
19933version = "0.8.24"
19934source = "registry+https://github.com/rust-lang/crates.io-index"
19935checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19936dependencies = [
19937 "proc-macro2",
19938 "quote",
19939 "syn 2.0.101",
19940]
19941
19942[[package]]
19943name = "zerofrom"
19944version = "0.1.6"
19945source = "registry+https://github.com/rust-lang/crates.io-index"
19946checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19947dependencies = [
19948 "zerofrom-derive",
19949]
19950
19951[[package]]
19952name = "zerofrom-derive"
19953version = "0.1.6"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19956dependencies = [
19957 "proc-macro2",
19958 "quote",
19959 "syn 2.0.101",
19960 "synstructure",
19961]
19962
19963[[package]]
19964name = "zeroize"
19965version = "1.8.1"
19966source = "registry+https://github.com/rust-lang/crates.io-index"
19967checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19968dependencies = [
19969 "zeroize_derive",
19970]
19971
19972[[package]]
19973name = "zeroize_derive"
19974version = "1.4.2"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19977dependencies = [
19978 "proc-macro2",
19979 "quote",
19980 "syn 2.0.101",
19981]
19982
19983[[package]]
19984name = "zeromq"
19985version = "0.5.0-pre"
19986source = "registry+https://github.com/rust-lang/crates.io-index"
19987checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19988dependencies = [
19989 "async-dispatcher",
19990 "async-std",
19991 "async-trait",
19992 "asynchronous-codec",
19993 "bytes 1.10.1",
19994 "crossbeam-queue",
19995 "dashmap 5.5.3",
19996 "futures 0.3.31",
19997 "log",
19998 "num-traits",
19999 "once_cell",
20000 "parking_lot",
20001 "rand 0.8.5",
20002 "regex",
20003 "thiserror 1.0.69",
20004 "uuid",
20005]
20006
20007[[package]]
20008name = "zerovec"
20009version = "0.10.4"
20010source = "registry+https://github.com/rust-lang/crates.io-index"
20011checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20012dependencies = [
20013 "yoke",
20014 "zerofrom",
20015 "zerovec-derive",
20016]
20017
20018[[package]]
20019name = "zerovec-derive"
20020version = "0.10.3"
20021source = "registry+https://github.com/rust-lang/crates.io-index"
20022checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20023dependencies = [
20024 "proc-macro2",
20025 "quote",
20026 "syn 2.0.101",
20027]
20028
20029[[package]]
20030name = "zeta"
20031version = "0.1.0"
20032dependencies = [
20033 "anyhow",
20034 "arrayvec",
20035 "call",
20036 "client",
20037 "clock",
20038 "collections",
20039 "command_palette_hooks",
20040 "ctor",
20041 "db",
20042 "editor",
20043 "env_logger 0.11.8",
20044 "feature_flags",
20045 "fs",
20046 "futures 0.3.31",
20047 "gpui",
20048 "http_client",
20049 "indoc",
20050 "inline_completion",
20051 "language",
20052 "language_model",
20053 "log",
20054 "menu",
20055 "migrator",
20056 "paths",
20057 "postage",
20058 "project",
20059 "proto",
20060 "regex",
20061 "release_channel",
20062 "reqwest_client",
20063 "rpc",
20064 "serde",
20065 "serde_json",
20066 "settings",
20067 "telemetry",
20068 "telemetry_events",
20069 "theme",
20070 "thiserror 2.0.12",
20071 "tree-sitter-go",
20072 "tree-sitter-rust",
20073 "ui",
20074 "unindent",
20075 "util",
20076 "uuid",
20077 "workspace",
20078 "workspace-hack",
20079 "worktree",
20080 "zed_actions",
20081 "zed_llm_client",
20082]
20083
20084[[package]]
20085name = "zip"
20086version = "0.6.6"
20087source = "registry+https://github.com/rust-lang/crates.io-index"
20088checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20089dependencies = [
20090 "aes",
20091 "byteorder",
20092 "bzip2",
20093 "constant_time_eq 0.1.5",
20094 "crc32fast",
20095 "crossbeam-utils",
20096 "flate2",
20097 "hmac",
20098 "pbkdf2 0.11.0",
20099 "sha1",
20100 "time",
20101 "zstd",
20102]
20103
20104[[package]]
20105name = "zlib-rs"
20106version = "0.5.0"
20107source = "registry+https://github.com/rust-lang/crates.io-index"
20108checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20109
20110[[package]]
20111name = "zlog"
20112version = "0.1.0"
20113dependencies = [
20114 "anyhow",
20115 "chrono",
20116 "log",
20117 "tempfile",
20118 "workspace-hack",
20119]
20120
20121[[package]]
20122name = "zlog_settings"
20123version = "0.1.0"
20124dependencies = [
20125 "anyhow",
20126 "gpui",
20127 "schemars",
20128 "serde",
20129 "settings",
20130 "workspace-hack",
20131 "zlog",
20132]
20133
20134[[package]]
20135name = "zstd"
20136version = "0.11.2+zstd.1.5.2"
20137source = "registry+https://github.com/rust-lang/crates.io-index"
20138checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20139dependencies = [
20140 "zstd-safe",
20141]
20142
20143[[package]]
20144name = "zstd-safe"
20145version = "5.0.2+zstd.1.5.2"
20146source = "registry+https://github.com/rust-lang/crates.io-index"
20147checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20148dependencies = [
20149 "libc",
20150 "zstd-sys",
20151]
20152
20153[[package]]
20154name = "zstd-sys"
20155version = "2.0.15+zstd.1.5.7"
20156source = "registry+https://github.com/rust-lang/crates.io-index"
20157checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20158dependencies = [
20159 "cc",
20160 "pkg-config",
20161]
20162
20163[[package]]
20164name = "zune-core"
20165version = "0.4.12"
20166source = "registry+https://github.com/rust-lang/crates.io-index"
20167checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20168
20169[[package]]
20170name = "zune-inflate"
20171version = "0.2.54"
20172source = "registry+https://github.com/rust-lang/crates.io-index"
20173checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20174dependencies = [
20175 "simd-adler32",
20176]
20177
20178[[package]]
20179name = "zune-jpeg"
20180version = "0.4.14"
20181source = "registry+https://github.com/rust-lang/crates.io-index"
20182checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20183dependencies = [
20184 "zune-core",
20185]
20186
20187[[package]]
20188name = "zvariant"
20189version = "5.4.0"
20190source = "registry+https://github.com/rust-lang/crates.io-index"
20191checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20192dependencies = [
20193 "endi",
20194 "enumflags2",
20195 "serde",
20196 "static_assertions",
20197 "url",
20198 "winnow",
20199 "zvariant_derive",
20200 "zvariant_utils",
20201]
20202
20203[[package]]
20204name = "zvariant_derive"
20205version = "5.4.0"
20206source = "registry+https://github.com/rust-lang/crates.io-index"
20207checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20208dependencies = [
20209 "proc-macro-crate",
20210 "proc-macro2",
20211 "quote",
20212 "syn 2.0.101",
20213 "zvariant_utils",
20214]
20215
20216[[package]]
20217name = "zvariant_utils"
20218version = "3.2.0"
20219source = "registry+https://github.com/rust-lang/crates.io-index"
20220checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20221dependencies = [
20222 "proc-macro2",
20223 "quote",
20224 "serde",
20225 "static_assertions",
20226 "syn 2.0.101",
20227 "winnow",
20228]