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 "prompt_store",
  692 "rand 0.8.5",
  693 "regex",
  694 "reqwest_client",
  695 "rust-embed",
  696 "schemars",
  697 "serde",
  698 "serde_json",
  699 "settings",
  700 "smallvec",
  701 "streaming_diff",
  702 "strsim",
  703 "task",
  704 "tempfile",
  705 "terminal",
  706 "terminal_view",
  707 "theme",
  708 "tree-sitter-rust",
  709 "ui",
  710 "unindent",
  711 "util",
  712 "web_search",
  713 "which 6.0.3",
  714 "workspace",
  715 "workspace-hack",
  716 "zed_llm_client",
  717 "zlog",
  718]
  719
  720[[package]]
  721name = "async-attributes"
  722version = "1.1.2"
  723source = "registry+https://github.com/rust-lang/crates.io-index"
  724checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  725dependencies = [
  726 "quote",
  727 "syn 1.0.109",
  728]
  729
  730[[package]]
  731name = "async-broadcast"
  732version = "0.7.2"
  733source = "registry+https://github.com/rust-lang/crates.io-index"
  734checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  735dependencies = [
  736 "event-listener 5.4.0",
  737 "event-listener-strategy",
  738 "futures-core",
  739 "pin-project-lite",
  740]
  741
  742[[package]]
  743name = "async-channel"
  744version = "1.9.0"
  745source = "registry+https://github.com/rust-lang/crates.io-index"
  746checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  747dependencies = [
  748 "concurrent-queue",
  749 "event-listener 2.5.3",
  750 "futures-core",
  751]
  752
  753[[package]]
  754name = "async-channel"
  755version = "2.3.1"
  756source = "registry+https://github.com/rust-lang/crates.io-index"
  757checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  758dependencies = [
  759 "concurrent-queue",
  760 "event-listener-strategy",
  761 "futures-core",
  762 "pin-project-lite",
  763]
  764
  765[[package]]
  766name = "async-compat"
  767version = "0.2.4"
  768source = "registry+https://github.com/rust-lang/crates.io-index"
  769checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  770dependencies = [
  771 "futures-core",
  772 "futures-io",
  773 "once_cell",
  774 "pin-project-lite",
  775 "tokio",
  776]
  777
  778[[package]]
  779name = "async-compression"
  780version = "0.4.22"
  781source = "registry+https://github.com/rust-lang/crates.io-index"
  782checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  783dependencies = [
  784 "deflate64",
  785 "flate2",
  786 "futures-core",
  787 "futures-io",
  788 "memchr",
  789 "pin-project-lite",
  790]
  791
  792[[package]]
  793name = "async-dispatcher"
  794version = "0.1.2"
  795source = "registry+https://github.com/rust-lang/crates.io-index"
  796checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  797dependencies = [
  798 "async-task",
  799 "futures-lite 1.13.0",
  800]
  801
  802[[package]]
  803name = "async-executor"
  804version = "1.13.1"
  805source = "registry+https://github.com/rust-lang/crates.io-index"
  806checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  807dependencies = [
  808 "async-task",
  809 "concurrent-queue",
  810 "fastrand 2.3.0",
  811 "futures-lite 2.6.0",
  812 "slab",
  813]
  814
  815[[package]]
  816name = "async-fs"
  817version = "2.1.2"
  818source = "registry+https://github.com/rust-lang/crates.io-index"
  819checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  820dependencies = [
  821 "async-lock",
  822 "blocking",
  823 "futures-lite 2.6.0",
  824]
  825
  826[[package]]
  827name = "async-global-executor"
  828version = "2.4.1"
  829source = "registry+https://github.com/rust-lang/crates.io-index"
  830checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  831dependencies = [
  832 "async-channel 2.3.1",
  833 "async-executor",
  834 "async-io",
  835 "async-lock",
  836 "blocking",
  837 "futures-lite 2.6.0",
  838 "once_cell",
  839]
  840
  841[[package]]
  842name = "async-io"
  843version = "2.4.0"
  844source = "registry+https://github.com/rust-lang/crates.io-index"
  845checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  846dependencies = [
  847 "async-lock",
  848 "cfg-if",
  849 "concurrent-queue",
  850 "futures-io",
  851 "futures-lite 2.6.0",
  852 "parking",
  853 "polling",
  854 "rustix 0.38.44",
  855 "slab",
  856 "tracing",
  857 "windows-sys 0.59.0",
  858]
  859
  860[[package]]
  861name = "async-lock"
  862version = "3.4.0"
  863source = "registry+https://github.com/rust-lang/crates.io-index"
  864checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  865dependencies = [
  866 "event-listener 5.4.0",
  867 "event-listener-strategy",
  868 "pin-project-lite",
  869]
  870
  871[[package]]
  872name = "async-net"
  873version = "2.0.0"
  874source = "registry+https://github.com/rust-lang/crates.io-index"
  875checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  876dependencies = [
  877 "async-io",
  878 "blocking",
  879 "futures-lite 2.6.0",
  880]
  881
  882[[package]]
  883name = "async-pipe"
  884version = "0.1.3"
  885source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  886dependencies = [
  887 "futures 0.3.31",
  888 "log",
  889]
  890
  891[[package]]
  892name = "async-process"
  893version = "2.3.0"
  894source = "registry+https://github.com/rust-lang/crates.io-index"
  895checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  896dependencies = [
  897 "async-channel 2.3.1",
  898 "async-io",
  899 "async-lock",
  900 "async-signal",
  901 "async-task",
  902 "blocking",
  903 "cfg-if",
  904 "event-listener 5.4.0",
  905 "futures-lite 2.6.0",
  906 "rustix 0.38.44",
  907 "tracing",
  908]
  909
  910[[package]]
  911name = "async-recursion"
  912version = "0.3.2"
  913source = "registry+https://github.com/rust-lang/crates.io-index"
  914checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  915dependencies = [
  916 "proc-macro2",
  917 "quote",
  918 "syn 1.0.109",
  919]
  920
  921[[package]]
  922name = "async-recursion"
  923version = "1.1.1"
  924source = "registry+https://github.com/rust-lang/crates.io-index"
  925checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  926dependencies = [
  927 "proc-macro2",
  928 "quote",
  929 "syn 2.0.101",
  930]
  931
  932[[package]]
  933name = "async-signal"
  934version = "0.2.10"
  935source = "registry+https://github.com/rust-lang/crates.io-index"
  936checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  937dependencies = [
  938 "async-io",
  939 "async-lock",
  940 "atomic-waker",
  941 "cfg-if",
  942 "futures-core",
  943 "futures-io",
  944 "rustix 0.38.44",
  945 "signal-hook-registry",
  946 "slab",
  947 "windows-sys 0.59.0",
  948]
  949
  950[[package]]
  951name = "async-std"
  952version = "1.13.1"
  953source = "registry+https://github.com/rust-lang/crates.io-index"
  954checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  955dependencies = [
  956 "async-attributes",
  957 "async-channel 1.9.0",
  958 "async-global-executor",
  959 "async-io",
  960 "async-lock",
  961 "async-process",
  962 "crossbeam-utils",
  963 "futures-channel",
  964 "futures-core",
  965 "futures-io",
  966 "futures-lite 2.6.0",
  967 "gloo-timers",
  968 "kv-log-macro",
  969 "log",
  970 "memchr",
  971 "once_cell",
  972 "pin-project-lite",
  973 "pin-utils",
  974 "slab",
  975 "wasm-bindgen-futures",
  976]
  977
  978[[package]]
  979name = "async-stream"
  980version = "0.3.6"
  981source = "registry+https://github.com/rust-lang/crates.io-index"
  982checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  983dependencies = [
  984 "async-stream-impl",
  985 "futures-core",
  986 "pin-project-lite",
  987]
  988
  989[[package]]
  990name = "async-stream-impl"
  991version = "0.3.6"
  992source = "registry+https://github.com/rust-lang/crates.io-index"
  993checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  994dependencies = [
  995 "proc-macro2",
  996 "quote",
  997 "syn 2.0.101",
  998]
  999
 1000[[package]]
 1001name = "async-stripe"
 1002version = "0.40.0"
 1003source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1004dependencies = [
 1005 "chrono",
 1006 "futures-util",
 1007 "http-types",
 1008 "hyper 0.14.32",
 1009 "hyper-rustls 0.24.2",
 1010 "serde",
 1011 "serde_json",
 1012 "serde_path_to_error",
 1013 "serde_qs 0.10.1",
 1014 "smart-default",
 1015 "smol_str 0.1.24",
 1016 "thiserror 1.0.69",
 1017 "tokio",
 1018]
 1019
 1020[[package]]
 1021name = "async-tar"
 1022version = "0.5.0"
 1023source = "registry+https://github.com/rust-lang/crates.io-index"
 1024checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1025dependencies = [
 1026 "async-std",
 1027 "filetime",
 1028 "libc",
 1029 "pin-project",
 1030 "redox_syscall 0.2.16",
 1031 "xattr",
 1032]
 1033
 1034[[package]]
 1035name = "async-task"
 1036version = "4.7.1"
 1037source = "registry+https://github.com/rust-lang/crates.io-index"
 1038checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1039
 1040[[package]]
 1041name = "async-trait"
 1042version = "0.1.88"
 1043source = "registry+https://github.com/rust-lang/crates.io-index"
 1044checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1045dependencies = [
 1046 "proc-macro2",
 1047 "quote",
 1048 "syn 2.0.101",
 1049]
 1050
 1051[[package]]
 1052name = "async-tungstenite"
 1053version = "0.29.1"
 1054source = "registry+https://github.com/rust-lang/crates.io-index"
 1055checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1056dependencies = [
 1057 "atomic-waker",
 1058 "futures-core",
 1059 "futures-io",
 1060 "futures-task",
 1061 "futures-util",
 1062 "log",
 1063 "pin-project-lite",
 1064 "rustls-pki-types",
 1065 "tokio",
 1066 "tokio-rustls 0.26.2",
 1067 "tungstenite 0.26.2",
 1068]
 1069
 1070[[package]]
 1071name = "async-watch"
 1072version = "0.3.1"
 1073source = "registry+https://github.com/rust-lang/crates.io-index"
 1074checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1075dependencies = [
 1076 "event-listener 2.5.3",
 1077]
 1078
 1079[[package]]
 1080name = "async_zip"
 1081version = "0.0.17"
 1082source = "registry+https://github.com/rust-lang/crates.io-index"
 1083checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1084dependencies = [
 1085 "async-compression",
 1086 "crc32fast",
 1087 "futures-lite 2.6.0",
 1088 "pin-project",
 1089 "thiserror 1.0.69",
 1090]
 1091
 1092[[package]]
 1093name = "asynchronous-codec"
 1094version = "0.7.0"
 1095source = "registry+https://github.com/rust-lang/crates.io-index"
 1096checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1097dependencies = [
 1098 "bytes 1.10.1",
 1099 "futures-sink",
 1100 "futures-util",
 1101 "memchr",
 1102 "pin-project-lite",
 1103]
 1104
 1105[[package]]
 1106name = "atoi"
 1107version = "2.0.0"
 1108source = "registry+https://github.com/rust-lang/crates.io-index"
 1109checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1110dependencies = [
 1111 "num-traits",
 1112]
 1113
 1114[[package]]
 1115name = "atomic"
 1116version = "0.5.3"
 1117source = "registry+https://github.com/rust-lang/crates.io-index"
 1118checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1119
 1120[[package]]
 1121name = "atomic-waker"
 1122version = "1.1.2"
 1123source = "registry+https://github.com/rust-lang/crates.io-index"
 1124checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1125
 1126[[package]]
 1127name = "audio"
 1128version = "0.1.0"
 1129dependencies = [
 1130 "anyhow",
 1131 "collections",
 1132 "derive_more",
 1133 "gpui",
 1134 "parking_lot",
 1135 "rodio",
 1136 "util",
 1137 "workspace-hack",
 1138]
 1139
 1140[[package]]
 1141name = "auditable-serde"
 1142version = "0.8.0"
 1143source = "registry+https://github.com/rust-lang/crates.io-index"
 1144checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1145dependencies = [
 1146 "semver",
 1147 "serde",
 1148 "serde_json",
 1149 "topological-sort",
 1150]
 1151
 1152[[package]]
 1153name = "auto_update"
 1154version = "0.1.0"
 1155dependencies = [
 1156 "anyhow",
 1157 "client",
 1158 "db",
 1159 "gpui",
 1160 "http_client",
 1161 "log",
 1162 "paths",
 1163 "release_channel",
 1164 "schemars",
 1165 "serde",
 1166 "serde_json",
 1167 "settings",
 1168 "smol",
 1169 "tempfile",
 1170 "which 6.0.3",
 1171 "workspace",
 1172 "workspace-hack",
 1173]
 1174
 1175[[package]]
 1176name = "auto_update_helper"
 1177version = "0.1.0"
 1178dependencies = [
 1179 "anyhow",
 1180 "log",
 1181 "simplelog",
 1182 "windows 0.61.1",
 1183 "winresource",
 1184 "workspace-hack",
 1185]
 1186
 1187[[package]]
 1188name = "auto_update_ui"
 1189version = "0.1.0"
 1190dependencies = [
 1191 "anyhow",
 1192 "auto_update",
 1193 "client",
 1194 "editor",
 1195 "gpui",
 1196 "http_client",
 1197 "markdown_preview",
 1198 "release_channel",
 1199 "serde",
 1200 "serde_json",
 1201 "smol",
 1202 "util",
 1203 "workspace",
 1204 "workspace-hack",
 1205]
 1206
 1207[[package]]
 1208name = "autocfg"
 1209version = "1.4.0"
 1210source = "registry+https://github.com/rust-lang/crates.io-index"
 1211checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1212
 1213[[package]]
 1214name = "av1-grain"
 1215version = "0.2.3"
 1216source = "registry+https://github.com/rust-lang/crates.io-index"
 1217checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1218dependencies = [
 1219 "anyhow",
 1220 "arrayvec",
 1221 "log",
 1222 "nom",
 1223 "num-rational",
 1224 "v_frame",
 1225]
 1226
 1227[[package]]
 1228name = "avif-serialize"
 1229version = "0.8.3"
 1230source = "registry+https://github.com/rust-lang/crates.io-index"
 1231checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1232dependencies = [
 1233 "arrayvec",
 1234]
 1235
 1236[[package]]
 1237name = "aws-config"
 1238version = "1.6.1"
 1239source = "registry+https://github.com/rust-lang/crates.io-index"
 1240checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1241dependencies = [
 1242 "aws-credential-types",
 1243 "aws-runtime",
 1244 "aws-sdk-sso",
 1245 "aws-sdk-ssooidc",
 1246 "aws-sdk-sts",
 1247 "aws-smithy-async",
 1248 "aws-smithy-http",
 1249 "aws-smithy-json",
 1250 "aws-smithy-runtime",
 1251 "aws-smithy-runtime-api",
 1252 "aws-smithy-types",
 1253 "aws-types",
 1254 "bytes 1.10.1",
 1255 "fastrand 2.3.0",
 1256 "hex",
 1257 "http 1.3.1",
 1258 "ring",
 1259 "time",
 1260 "tokio",
 1261 "tracing",
 1262 "url",
 1263 "zeroize",
 1264]
 1265
 1266[[package]]
 1267name = "aws-credential-types"
 1268version = "1.2.2"
 1269source = "registry+https://github.com/rust-lang/crates.io-index"
 1270checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1271dependencies = [
 1272 "aws-smithy-async",
 1273 "aws-smithy-runtime-api",
 1274 "aws-smithy-types",
 1275 "zeroize",
 1276]
 1277
 1278[[package]]
 1279name = "aws-lc-rs"
 1280version = "1.13.1"
 1281source = "registry+https://github.com/rust-lang/crates.io-index"
 1282checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1283dependencies = [
 1284 "aws-lc-sys",
 1285 "zeroize",
 1286]
 1287
 1288[[package]]
 1289name = "aws-lc-sys"
 1290version = "0.29.0"
 1291source = "registry+https://github.com/rust-lang/crates.io-index"
 1292checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1293dependencies = [
 1294 "bindgen 0.69.5",
 1295 "cc",
 1296 "cmake",
 1297 "dunce",
 1298 "fs_extra",
 1299]
 1300
 1301[[package]]
 1302name = "aws-runtime"
 1303version = "1.5.6"
 1304source = "registry+https://github.com/rust-lang/crates.io-index"
 1305checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1306dependencies = [
 1307 "aws-credential-types",
 1308 "aws-sigv4",
 1309 "aws-smithy-async",
 1310 "aws-smithy-eventstream",
 1311 "aws-smithy-http",
 1312 "aws-smithy-runtime",
 1313 "aws-smithy-runtime-api",
 1314 "aws-smithy-types",
 1315 "aws-types",
 1316 "bytes 1.10.1",
 1317 "fastrand 2.3.0",
 1318 "http 0.2.12",
 1319 "http-body 0.4.6",
 1320 "once_cell",
 1321 "percent-encoding",
 1322 "pin-project-lite",
 1323 "tracing",
 1324 "uuid",
 1325]
 1326
 1327[[package]]
 1328name = "aws-sdk-bedrockruntime"
 1329version = "1.82.0"
 1330source = "registry+https://github.com/rust-lang/crates.io-index"
 1331checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1332dependencies = [
 1333 "aws-credential-types",
 1334 "aws-runtime",
 1335 "aws-sigv4",
 1336 "aws-smithy-async",
 1337 "aws-smithy-eventstream",
 1338 "aws-smithy-http",
 1339 "aws-smithy-json",
 1340 "aws-smithy-runtime",
 1341 "aws-smithy-runtime-api",
 1342 "aws-smithy-types",
 1343 "aws-types",
 1344 "bytes 1.10.1",
 1345 "fastrand 2.3.0",
 1346 "http 0.2.12",
 1347 "hyper 0.14.32",
 1348 "once_cell",
 1349 "regex-lite",
 1350 "tracing",
 1351]
 1352
 1353[[package]]
 1354name = "aws-sdk-kinesis"
 1355version = "1.66.0"
 1356source = "registry+https://github.com/rust-lang/crates.io-index"
 1357checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1358dependencies = [
 1359 "aws-credential-types",
 1360 "aws-runtime",
 1361 "aws-smithy-async",
 1362 "aws-smithy-eventstream",
 1363 "aws-smithy-http",
 1364 "aws-smithy-json",
 1365 "aws-smithy-runtime",
 1366 "aws-smithy-runtime-api",
 1367 "aws-smithy-types",
 1368 "aws-types",
 1369 "bytes 1.10.1",
 1370 "fastrand 2.3.0",
 1371 "http 0.2.12",
 1372 "once_cell",
 1373 "regex-lite",
 1374 "tracing",
 1375]
 1376
 1377[[package]]
 1378name = "aws-sdk-s3"
 1379version = "1.82.0"
 1380source = "registry+https://github.com/rust-lang/crates.io-index"
 1381checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1382dependencies = [
 1383 "aws-credential-types",
 1384 "aws-runtime",
 1385 "aws-sigv4",
 1386 "aws-smithy-async",
 1387 "aws-smithy-checksums",
 1388 "aws-smithy-eventstream",
 1389 "aws-smithy-http",
 1390 "aws-smithy-json",
 1391 "aws-smithy-runtime",
 1392 "aws-smithy-runtime-api",
 1393 "aws-smithy-types",
 1394 "aws-smithy-xml",
 1395 "aws-types",
 1396 "bytes 1.10.1",
 1397 "fastrand 2.3.0",
 1398 "hex",
 1399 "hmac",
 1400 "http 0.2.12",
 1401 "http 1.3.1",
 1402 "http-body 0.4.6",
 1403 "lru",
 1404 "once_cell",
 1405 "percent-encoding",
 1406 "regex-lite",
 1407 "sha2",
 1408 "tracing",
 1409 "url",
 1410]
 1411
 1412[[package]]
 1413name = "aws-sdk-sso"
 1414version = "1.64.0"
 1415source = "registry+https://github.com/rust-lang/crates.io-index"
 1416checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1417dependencies = [
 1418 "aws-credential-types",
 1419 "aws-runtime",
 1420 "aws-smithy-async",
 1421 "aws-smithy-http",
 1422 "aws-smithy-json",
 1423 "aws-smithy-runtime",
 1424 "aws-smithy-runtime-api",
 1425 "aws-smithy-types",
 1426 "aws-types",
 1427 "bytes 1.10.1",
 1428 "fastrand 2.3.0",
 1429 "http 0.2.12",
 1430 "once_cell",
 1431 "regex-lite",
 1432 "tracing",
 1433]
 1434
 1435[[package]]
 1436name = "aws-sdk-ssooidc"
 1437version = "1.65.0"
 1438source = "registry+https://github.com/rust-lang/crates.io-index"
 1439checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1440dependencies = [
 1441 "aws-credential-types",
 1442 "aws-runtime",
 1443 "aws-smithy-async",
 1444 "aws-smithy-http",
 1445 "aws-smithy-json",
 1446 "aws-smithy-runtime",
 1447 "aws-smithy-runtime-api",
 1448 "aws-smithy-types",
 1449 "aws-types",
 1450 "bytes 1.10.1",
 1451 "fastrand 2.3.0",
 1452 "http 0.2.12",
 1453 "once_cell",
 1454 "regex-lite",
 1455 "tracing",
 1456]
 1457
 1458[[package]]
 1459name = "aws-sdk-sts"
 1460version = "1.65.0"
 1461source = "registry+https://github.com/rust-lang/crates.io-index"
 1462checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1463dependencies = [
 1464 "aws-credential-types",
 1465 "aws-runtime",
 1466 "aws-smithy-async",
 1467 "aws-smithy-http",
 1468 "aws-smithy-json",
 1469 "aws-smithy-query",
 1470 "aws-smithy-runtime",
 1471 "aws-smithy-runtime-api",
 1472 "aws-smithy-types",
 1473 "aws-smithy-xml",
 1474 "aws-types",
 1475 "fastrand 2.3.0",
 1476 "http 0.2.12",
 1477 "once_cell",
 1478 "regex-lite",
 1479 "tracing",
 1480]
 1481
 1482[[package]]
 1483name = "aws-sigv4"
 1484version = "1.3.0"
 1485source = "registry+https://github.com/rust-lang/crates.io-index"
 1486checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1487dependencies = [
 1488 "aws-credential-types",
 1489 "aws-smithy-eventstream",
 1490 "aws-smithy-http",
 1491 "aws-smithy-runtime-api",
 1492 "aws-smithy-types",
 1493 "bytes 1.10.1",
 1494 "crypto-bigint 0.5.5",
 1495 "form_urlencoded",
 1496 "hex",
 1497 "hmac",
 1498 "http 0.2.12",
 1499 "http 1.3.1",
 1500 "once_cell",
 1501 "p256",
 1502 "percent-encoding",
 1503 "ring",
 1504 "sha2",
 1505 "subtle",
 1506 "time",
 1507 "tracing",
 1508 "zeroize",
 1509]
 1510
 1511[[package]]
 1512name = "aws-smithy-async"
 1513version = "1.2.5"
 1514source = "registry+https://github.com/rust-lang/crates.io-index"
 1515checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1516dependencies = [
 1517 "futures-util",
 1518 "pin-project-lite",
 1519 "tokio",
 1520]
 1521
 1522[[package]]
 1523name = "aws-smithy-checksums"
 1524version = "0.63.1"
 1525source = "registry+https://github.com/rust-lang/crates.io-index"
 1526checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1527dependencies = [
 1528 "aws-smithy-http",
 1529 "aws-smithy-types",
 1530 "bytes 1.10.1",
 1531 "crc32c",
 1532 "crc32fast",
 1533 "crc64fast-nvme",
 1534 "hex",
 1535 "http 0.2.12",
 1536 "http-body 0.4.6",
 1537 "md-5",
 1538 "pin-project-lite",
 1539 "sha1",
 1540 "sha2",
 1541 "tracing",
 1542]
 1543
 1544[[package]]
 1545name = "aws-smithy-eventstream"
 1546version = "0.60.8"
 1547source = "registry+https://github.com/rust-lang/crates.io-index"
 1548checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1549dependencies = [
 1550 "aws-smithy-types",
 1551 "bytes 1.10.1",
 1552 "crc32fast",
 1553]
 1554
 1555[[package]]
 1556name = "aws-smithy-http"
 1557version = "0.62.0"
 1558source = "registry+https://github.com/rust-lang/crates.io-index"
 1559checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1560dependencies = [
 1561 "aws-smithy-eventstream",
 1562 "aws-smithy-runtime-api",
 1563 "aws-smithy-types",
 1564 "bytes 1.10.1",
 1565 "bytes-utils",
 1566 "futures-core",
 1567 "http 0.2.12",
 1568 "http 1.3.1",
 1569 "http-body 0.4.6",
 1570 "once_cell",
 1571 "percent-encoding",
 1572 "pin-project-lite",
 1573 "pin-utils",
 1574 "tracing",
 1575]
 1576
 1577[[package]]
 1578name = "aws-smithy-http-client"
 1579version = "1.0.1"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1582dependencies = [
 1583 "aws-smithy-async",
 1584 "aws-smithy-runtime-api",
 1585 "aws-smithy-types",
 1586 "h2 0.4.9",
 1587 "http 0.2.12",
 1588 "http 1.3.1",
 1589 "http-body 0.4.6",
 1590 "hyper 0.14.32",
 1591 "hyper 1.6.0",
 1592 "hyper-rustls 0.24.2",
 1593 "hyper-rustls 0.27.5",
 1594 "hyper-util",
 1595 "pin-project-lite",
 1596 "rustls 0.21.12",
 1597 "rustls 0.23.26",
 1598 "rustls-native-certs 0.8.1",
 1599 "rustls-pki-types",
 1600 "tokio",
 1601 "tower 0.5.2",
 1602 "tracing",
 1603]
 1604
 1605[[package]]
 1606name = "aws-smithy-json"
 1607version = "0.61.3"
 1608source = "registry+https://github.com/rust-lang/crates.io-index"
 1609checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1610dependencies = [
 1611 "aws-smithy-types",
 1612]
 1613
 1614[[package]]
 1615name = "aws-smithy-observability"
 1616version = "0.1.2"
 1617source = "registry+https://github.com/rust-lang/crates.io-index"
 1618checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1619dependencies = [
 1620 "aws-smithy-runtime-api",
 1621 "once_cell",
 1622]
 1623
 1624[[package]]
 1625name = "aws-smithy-query"
 1626version = "0.60.7"
 1627source = "registry+https://github.com/rust-lang/crates.io-index"
 1628checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1629dependencies = [
 1630 "aws-smithy-types",
 1631 "urlencoding",
 1632]
 1633
 1634[[package]]
 1635name = "aws-smithy-runtime"
 1636version = "1.8.1"
 1637source = "registry+https://github.com/rust-lang/crates.io-index"
 1638checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1639dependencies = [
 1640 "aws-smithy-async",
 1641 "aws-smithy-http",
 1642 "aws-smithy-http-client",
 1643 "aws-smithy-observability",
 1644 "aws-smithy-runtime-api",
 1645 "aws-smithy-types",
 1646 "bytes 1.10.1",
 1647 "fastrand 2.3.0",
 1648 "http 0.2.12",
 1649 "http 1.3.1",
 1650 "http-body 0.4.6",
 1651 "http-body 1.0.1",
 1652 "once_cell",
 1653 "pin-project-lite",
 1654 "pin-utils",
 1655 "tokio",
 1656 "tracing",
 1657]
 1658
 1659[[package]]
 1660name = "aws-smithy-runtime-api"
 1661version = "1.7.4"
 1662source = "registry+https://github.com/rust-lang/crates.io-index"
 1663checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1664dependencies = [
 1665 "aws-smithy-async",
 1666 "aws-smithy-types",
 1667 "bytes 1.10.1",
 1668 "http 0.2.12",
 1669 "http 1.3.1",
 1670 "pin-project-lite",
 1671 "tokio",
 1672 "tracing",
 1673 "zeroize",
 1674]
 1675
 1676[[package]]
 1677name = "aws-smithy-types"
 1678version = "1.3.0"
 1679source = "registry+https://github.com/rust-lang/crates.io-index"
 1680checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1681dependencies = [
 1682 "base64-simd",
 1683 "bytes 1.10.1",
 1684 "bytes-utils",
 1685 "futures-core",
 1686 "http 0.2.12",
 1687 "http 1.3.1",
 1688 "http-body 0.4.6",
 1689 "http-body 1.0.1",
 1690 "http-body-util",
 1691 "itoa",
 1692 "num-integer",
 1693 "pin-project-lite",
 1694 "pin-utils",
 1695 "ryu",
 1696 "serde",
 1697 "time",
 1698 "tokio",
 1699 "tokio-util",
 1700]
 1701
 1702[[package]]
 1703name = "aws-smithy-xml"
 1704version = "0.60.9"
 1705source = "registry+https://github.com/rust-lang/crates.io-index"
 1706checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1707dependencies = [
 1708 "xmlparser",
 1709]
 1710
 1711[[package]]
 1712name = "aws-types"
 1713version = "1.3.6"
 1714source = "registry+https://github.com/rust-lang/crates.io-index"
 1715checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1716dependencies = [
 1717 "aws-credential-types",
 1718 "aws-smithy-async",
 1719 "aws-smithy-runtime-api",
 1720 "aws-smithy-types",
 1721 "rustc_version",
 1722 "tracing",
 1723]
 1724
 1725[[package]]
 1726name = "aws_http_client"
 1727version = "0.1.0"
 1728dependencies = [
 1729 "aws-smithy-runtime-api",
 1730 "aws-smithy-types",
 1731 "futures 0.3.31",
 1732 "http_client",
 1733 "tokio",
 1734 "workspace-hack",
 1735]
 1736
 1737[[package]]
 1738name = "axum"
 1739version = "0.6.20"
 1740source = "registry+https://github.com/rust-lang/crates.io-index"
 1741checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1742dependencies = [
 1743 "async-trait",
 1744 "axum-core",
 1745 "base64 0.21.7",
 1746 "bitflags 1.3.2",
 1747 "bytes 1.10.1",
 1748 "futures-util",
 1749 "headers",
 1750 "http 0.2.12",
 1751 "http-body 0.4.6",
 1752 "hyper 0.14.32",
 1753 "itoa",
 1754 "matchit",
 1755 "memchr",
 1756 "mime",
 1757 "percent-encoding",
 1758 "pin-project-lite",
 1759 "rustversion",
 1760 "serde",
 1761 "serde_json",
 1762 "serde_path_to_error",
 1763 "serde_urlencoded",
 1764 "sha1",
 1765 "sync_wrapper 0.1.2",
 1766 "tokio",
 1767 "tokio-tungstenite 0.20.1",
 1768 "tower 0.4.13",
 1769 "tower-layer",
 1770 "tower-service",
 1771]
 1772
 1773[[package]]
 1774name = "axum-core"
 1775version = "0.3.4"
 1776source = "registry+https://github.com/rust-lang/crates.io-index"
 1777checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1778dependencies = [
 1779 "async-trait",
 1780 "bytes 1.10.1",
 1781 "futures-util",
 1782 "http 0.2.12",
 1783 "http-body 0.4.6",
 1784 "mime",
 1785 "rustversion",
 1786 "tower-layer",
 1787 "tower-service",
 1788]
 1789
 1790[[package]]
 1791name = "axum-extra"
 1792version = "0.4.2"
 1793source = "registry+https://github.com/rust-lang/crates.io-index"
 1794checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1795dependencies = [
 1796 "axum",
 1797 "bytes 1.10.1",
 1798 "futures-util",
 1799 "http 0.2.12",
 1800 "mime",
 1801 "pin-project-lite",
 1802 "serde",
 1803 "serde_json",
 1804 "tokio",
 1805 "tower 0.4.13",
 1806 "tower-http 0.3.5",
 1807 "tower-layer",
 1808 "tower-service",
 1809]
 1810
 1811[[package]]
 1812name = "backtrace"
 1813version = "0.3.74"
 1814source = "registry+https://github.com/rust-lang/crates.io-index"
 1815checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1816dependencies = [
 1817 "addr2line",
 1818 "cfg-if",
 1819 "libc",
 1820 "miniz_oxide",
 1821 "object",
 1822 "rustc-demangle",
 1823 "windows-targets 0.52.6",
 1824]
 1825
 1826[[package]]
 1827name = "base16ct"
 1828version = "0.1.1"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1831
 1832[[package]]
 1833name = "base64"
 1834version = "0.13.1"
 1835source = "registry+https://github.com/rust-lang/crates.io-index"
 1836checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1837
 1838[[package]]
 1839name = "base64"
 1840version = "0.21.7"
 1841source = "registry+https://github.com/rust-lang/crates.io-index"
 1842checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1843
 1844[[package]]
 1845name = "base64"
 1846version = "0.22.1"
 1847source = "registry+https://github.com/rust-lang/crates.io-index"
 1848checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1849
 1850[[package]]
 1851name = "base64-simd"
 1852version = "0.8.0"
 1853source = "registry+https://github.com/rust-lang/crates.io-index"
 1854checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1855dependencies = [
 1856 "outref",
 1857 "vsimd",
 1858]
 1859
 1860[[package]]
 1861name = "base64ct"
 1862version = "1.7.3"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1865
 1866[[package]]
 1867name = "bedrock"
 1868version = "0.1.0"
 1869dependencies = [
 1870 "anyhow",
 1871 "aws-sdk-bedrockruntime",
 1872 "aws-smithy-types",
 1873 "futures 0.3.31",
 1874 "schemars",
 1875 "serde",
 1876 "serde_json",
 1877 "strum 0.27.1",
 1878 "thiserror 2.0.12",
 1879 "tokio",
 1880 "workspace-hack",
 1881]
 1882
 1883[[package]]
 1884name = "beef"
 1885version = "0.5.2"
 1886source = "registry+https://github.com/rust-lang/crates.io-index"
 1887checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1888
 1889[[package]]
 1890name = "bigdecimal"
 1891version = "0.4.8"
 1892source = "registry+https://github.com/rust-lang/crates.io-index"
 1893checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1894dependencies = [
 1895 "autocfg",
 1896 "libm",
 1897 "num-bigint",
 1898 "num-integer",
 1899 "num-traits",
 1900 "serde",
 1901]
 1902
 1903[[package]]
 1904name = "bincode"
 1905version = "1.3.3"
 1906source = "registry+https://github.com/rust-lang/crates.io-index"
 1907checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1908dependencies = [
 1909 "serde",
 1910]
 1911
 1912[[package]]
 1913name = "bindgen"
 1914version = "0.69.5"
 1915source = "registry+https://github.com/rust-lang/crates.io-index"
 1916checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1917dependencies = [
 1918 "bitflags 2.9.0",
 1919 "cexpr",
 1920 "clang-sys",
 1921 "itertools 0.12.1",
 1922 "lazy_static",
 1923 "lazycell",
 1924 "log",
 1925 "prettyplease",
 1926 "proc-macro2",
 1927 "quote",
 1928 "regex",
 1929 "rustc-hash 1.1.0",
 1930 "shlex",
 1931 "syn 2.0.101",
 1932 "which 4.4.2",
 1933]
 1934
 1935[[package]]
 1936name = "bindgen"
 1937version = "0.70.1"
 1938source = "registry+https://github.com/rust-lang/crates.io-index"
 1939checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1940dependencies = [
 1941 "bitflags 2.9.0",
 1942 "cexpr",
 1943 "clang-sys",
 1944 "itertools 0.13.0",
 1945 "proc-macro2",
 1946 "quote",
 1947 "regex",
 1948 "rustc-hash 1.1.0",
 1949 "shlex",
 1950 "syn 2.0.101",
 1951]
 1952
 1953[[package]]
 1954name = "bindgen"
 1955version = "0.71.1"
 1956source = "registry+https://github.com/rust-lang/crates.io-index"
 1957checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1958dependencies = [
 1959 "bitflags 2.9.0",
 1960 "cexpr",
 1961 "clang-sys",
 1962 "itertools 0.13.0",
 1963 "log",
 1964 "prettyplease",
 1965 "proc-macro2",
 1966 "quote",
 1967 "regex",
 1968 "rustc-hash 2.1.1",
 1969 "shlex",
 1970 "syn 2.0.101",
 1971]
 1972
 1973[[package]]
 1974name = "bit-set"
 1975version = "0.5.3"
 1976source = "registry+https://github.com/rust-lang/crates.io-index"
 1977checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1978dependencies = [
 1979 "bit-vec 0.6.3",
 1980]
 1981
 1982[[package]]
 1983name = "bit-set"
 1984version = "0.8.0"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1987dependencies = [
 1988 "bit-vec 0.8.0",
 1989]
 1990
 1991[[package]]
 1992name = "bit-vec"
 1993version = "0.6.3"
 1994source = "registry+https://github.com/rust-lang/crates.io-index"
 1995checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1996
 1997[[package]]
 1998name = "bit-vec"
 1999version = "0.8.0"
 2000source = "registry+https://github.com/rust-lang/crates.io-index"
 2001checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2002
 2003[[package]]
 2004name = "bit_field"
 2005version = "0.10.2"
 2006source = "registry+https://github.com/rust-lang/crates.io-index"
 2007checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2008
 2009[[package]]
 2010name = "bitflags"
 2011version = "1.3.2"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2014
 2015[[package]]
 2016name = "bitflags"
 2017version = "2.9.0"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2020dependencies = [
 2021 "serde",
 2022]
 2023
 2024[[package]]
 2025name = "bitstream-io"
 2026version = "2.6.0"
 2027source = "registry+https://github.com/rust-lang/crates.io-index"
 2028checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2029
 2030[[package]]
 2031name = "bitvec"
 2032version = "1.0.1"
 2033source = "registry+https://github.com/rust-lang/crates.io-index"
 2034checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2035dependencies = [
 2036 "funty",
 2037 "radium",
 2038 "tap",
 2039 "wyz",
 2040]
 2041
 2042[[package]]
 2043name = "blade-graphics"
 2044version = "0.6.0"
 2045source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2046dependencies = [
 2047 "ash",
 2048 "ash-window",
 2049 "bitflags 2.9.0",
 2050 "bytemuck",
 2051 "codespan-reporting 0.11.1",
 2052 "glow",
 2053 "gpu-alloc",
 2054 "gpu-alloc-ash",
 2055 "hidden-trait",
 2056 "js-sys",
 2057 "khronos-egl",
 2058 "libloading",
 2059 "log",
 2060 "mint",
 2061 "naga",
 2062 "objc2",
 2063 "objc2-app-kit",
 2064 "objc2-core-foundation",
 2065 "objc2-foundation",
 2066 "objc2-metal",
 2067 "objc2-quartz-core",
 2068 "objc2-ui-kit",
 2069 "raw-window-handle",
 2070 "slab",
 2071 "wasm-bindgen",
 2072 "web-sys",
 2073]
 2074
 2075[[package]]
 2076name = "blade-macros"
 2077version = "0.3.0"
 2078source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2079dependencies = [
 2080 "proc-macro2",
 2081 "quote",
 2082 "syn 2.0.101",
 2083]
 2084
 2085[[package]]
 2086name = "blade-util"
 2087version = "0.2.0"
 2088source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2089dependencies = [
 2090 "blade-graphics",
 2091 "bytemuck",
 2092 "log",
 2093 "profiling",
 2094]
 2095
 2096[[package]]
 2097name = "blake2"
 2098version = "0.10.6"
 2099source = "registry+https://github.com/rust-lang/crates.io-index"
 2100checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2101dependencies = [
 2102 "digest",
 2103]
 2104
 2105[[package]]
 2106name = "blake3"
 2107version = "1.8.2"
 2108source = "registry+https://github.com/rust-lang/crates.io-index"
 2109checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2110dependencies = [
 2111 "arrayref",
 2112 "arrayvec",
 2113 "cc",
 2114 "cfg-if",
 2115 "constant_time_eq 0.3.1",
 2116]
 2117
 2118[[package]]
 2119name = "block"
 2120version = "0.1.6"
 2121source = "registry+https://github.com/rust-lang/crates.io-index"
 2122checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2123
 2124[[package]]
 2125name = "block-buffer"
 2126version = "0.10.4"
 2127source = "registry+https://github.com/rust-lang/crates.io-index"
 2128checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2129dependencies = [
 2130 "generic-array",
 2131]
 2132
 2133[[package]]
 2134name = "block-padding"
 2135version = "0.3.3"
 2136source = "registry+https://github.com/rust-lang/crates.io-index"
 2137checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2138dependencies = [
 2139 "generic-array",
 2140]
 2141
 2142[[package]]
 2143name = "block2"
 2144version = "0.6.1"
 2145source = "registry+https://github.com/rust-lang/crates.io-index"
 2146checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2147dependencies = [
 2148 "objc2",
 2149]
 2150
 2151[[package]]
 2152name = "blocking"
 2153version = "1.6.1"
 2154source = "registry+https://github.com/rust-lang/crates.io-index"
 2155checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2156dependencies = [
 2157 "async-channel 2.3.1",
 2158 "async-task",
 2159 "futures-io",
 2160 "futures-lite 2.6.0",
 2161 "piper",
 2162]
 2163
 2164[[package]]
 2165name = "borrow-or-share"
 2166version = "0.2.2"
 2167source = "registry+https://github.com/rust-lang/crates.io-index"
 2168checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2169
 2170[[package]]
 2171name = "borsh"
 2172version = "1.5.7"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2175dependencies = [
 2176 "borsh-derive",
 2177 "cfg_aliases 0.2.1",
 2178]
 2179
 2180[[package]]
 2181name = "borsh-derive"
 2182version = "1.5.7"
 2183source = "registry+https://github.com/rust-lang/crates.io-index"
 2184checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2185dependencies = [
 2186 "once_cell",
 2187 "proc-macro-crate",
 2188 "proc-macro2",
 2189 "quote",
 2190 "syn 2.0.101",
 2191]
 2192
 2193[[package]]
 2194name = "breadcrumbs"
 2195version = "0.1.0"
 2196dependencies = [
 2197 "editor",
 2198 "gpui",
 2199 "itertools 0.14.0",
 2200 "theme",
 2201 "ui",
 2202 "workspace",
 2203 "workspace-hack",
 2204 "zed_actions",
 2205]
 2206
 2207[[package]]
 2208name = "bstr"
 2209version = "1.12.0"
 2210source = "registry+https://github.com/rust-lang/crates.io-index"
 2211checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2212dependencies = [
 2213 "memchr",
 2214 "regex-automata 0.4.9",
 2215 "serde",
 2216]
 2217
 2218[[package]]
 2219name = "buffer_diff"
 2220version = "0.1.0"
 2221dependencies = [
 2222 "anyhow",
 2223 "clock",
 2224 "ctor",
 2225 "env_logger 0.11.8",
 2226 "futures 0.3.31",
 2227 "git2",
 2228 "gpui",
 2229 "language",
 2230 "log",
 2231 "pretty_assertions",
 2232 "rand 0.8.5",
 2233 "rope",
 2234 "serde_json",
 2235 "sum_tree",
 2236 "text",
 2237 "unindent",
 2238 "util",
 2239 "workspace-hack",
 2240]
 2241
 2242[[package]]
 2243name = "built"
 2244version = "0.7.7"
 2245source = "registry+https://github.com/rust-lang/crates.io-index"
 2246checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2247
 2248[[package]]
 2249name = "bumpalo"
 2250version = "3.17.0"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2253dependencies = [
 2254 "allocator-api2",
 2255]
 2256
 2257[[package]]
 2258name = "by_address"
 2259version = "1.2.1"
 2260source = "registry+https://github.com/rust-lang/crates.io-index"
 2261checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2262
 2263[[package]]
 2264name = "bytecheck"
 2265version = "0.6.12"
 2266source = "registry+https://github.com/rust-lang/crates.io-index"
 2267checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2268dependencies = [
 2269 "bytecheck_derive",
 2270 "ptr_meta",
 2271 "simdutf8",
 2272]
 2273
 2274[[package]]
 2275name = "bytecheck_derive"
 2276version = "0.6.12"
 2277source = "registry+https://github.com/rust-lang/crates.io-index"
 2278checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2279dependencies = [
 2280 "proc-macro2",
 2281 "quote",
 2282 "syn 1.0.109",
 2283]
 2284
 2285[[package]]
 2286name = "bytecount"
 2287version = "0.6.8"
 2288source = "registry+https://github.com/rust-lang/crates.io-index"
 2289checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2290
 2291[[package]]
 2292name = "bytemuck"
 2293version = "1.22.0"
 2294source = "registry+https://github.com/rust-lang/crates.io-index"
 2295checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2296dependencies = [
 2297 "bytemuck_derive",
 2298]
 2299
 2300[[package]]
 2301name = "bytemuck_derive"
 2302version = "1.9.3"
 2303source = "registry+https://github.com/rust-lang/crates.io-index"
 2304checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2305dependencies = [
 2306 "proc-macro2",
 2307 "quote",
 2308 "syn 2.0.101",
 2309]
 2310
 2311[[package]]
 2312name = "byteorder"
 2313version = "1.5.0"
 2314source = "registry+https://github.com/rust-lang/crates.io-index"
 2315checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2316
 2317[[package]]
 2318name = "byteorder-lite"
 2319version = "0.1.0"
 2320source = "registry+https://github.com/rust-lang/crates.io-index"
 2321checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2322
 2323[[package]]
 2324name = "bytes"
 2325version = "0.4.12"
 2326source = "registry+https://github.com/rust-lang/crates.io-index"
 2327checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2328dependencies = [
 2329 "byteorder",
 2330 "iovec",
 2331]
 2332
 2333[[package]]
 2334name = "bytes"
 2335version = "1.10.1"
 2336source = "registry+https://github.com/rust-lang/crates.io-index"
 2337checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2338
 2339[[package]]
 2340name = "bytes-utils"
 2341version = "0.1.4"
 2342source = "registry+https://github.com/rust-lang/crates.io-index"
 2343checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2344dependencies = [
 2345 "bytes 1.10.1",
 2346 "either",
 2347]
 2348
 2349[[package]]
 2350name = "bzip2"
 2351version = "0.4.4"
 2352source = "registry+https://github.com/rust-lang/crates.io-index"
 2353checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2354dependencies = [
 2355 "bzip2-sys",
 2356 "libc",
 2357]
 2358
 2359[[package]]
 2360name = "bzip2-sys"
 2361version = "0.1.13+1.0.8"
 2362source = "registry+https://github.com/rust-lang/crates.io-index"
 2363checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2364dependencies = [
 2365 "cc",
 2366 "pkg-config",
 2367]
 2368
 2369[[package]]
 2370name = "call"
 2371version = "0.1.0"
 2372dependencies = [
 2373 "anyhow",
 2374 "audio",
 2375 "client",
 2376 "collections",
 2377 "fs",
 2378 "futures 0.3.31",
 2379 "gpui",
 2380 "gpui_tokio",
 2381 "http_client",
 2382 "language",
 2383 "livekit_client",
 2384 "log",
 2385 "postage",
 2386 "project",
 2387 "schemars",
 2388 "serde",
 2389 "serde_derive",
 2390 "settings",
 2391 "telemetry",
 2392 "util",
 2393 "workspace-hack",
 2394]
 2395
 2396[[package]]
 2397name = "calloop"
 2398version = "0.13.0"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2401dependencies = [
 2402 "bitflags 2.9.0",
 2403 "log",
 2404 "polling",
 2405 "rustix 0.38.44",
 2406 "slab",
 2407 "thiserror 1.0.69",
 2408]
 2409
 2410[[package]]
 2411name = "calloop-wayland-source"
 2412version = "0.3.0"
 2413source = "registry+https://github.com/rust-lang/crates.io-index"
 2414checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2415dependencies = [
 2416 "calloop",
 2417 "rustix 0.38.44",
 2418 "wayland-backend",
 2419 "wayland-client",
 2420]
 2421
 2422[[package]]
 2423name = "camino"
 2424version = "1.1.9"
 2425source = "registry+https://github.com/rust-lang/crates.io-index"
 2426checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2427dependencies = [
 2428 "serde",
 2429]
 2430
 2431[[package]]
 2432name = "cap-fs-ext"
 2433version = "3.4.4"
 2434source = "registry+https://github.com/rust-lang/crates.io-index"
 2435checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2436dependencies = [
 2437 "cap-primitives",
 2438 "cap-std",
 2439 "io-lifetimes",
 2440 "windows-sys 0.59.0",
 2441]
 2442
 2443[[package]]
 2444name = "cap-net-ext"
 2445version = "3.4.4"
 2446source = "registry+https://github.com/rust-lang/crates.io-index"
 2447checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2448dependencies = [
 2449 "cap-primitives",
 2450 "cap-std",
 2451 "rustix 1.0.7",
 2452 "smallvec",
 2453]
 2454
 2455[[package]]
 2456name = "cap-primitives"
 2457version = "3.4.4"
 2458source = "registry+https://github.com/rust-lang/crates.io-index"
 2459checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2460dependencies = [
 2461 "ambient-authority",
 2462 "fs-set-times",
 2463 "io-extras",
 2464 "io-lifetimes",
 2465 "ipnet",
 2466 "maybe-owned",
 2467 "rustix 1.0.7",
 2468 "rustix-linux-procfs",
 2469 "windows-sys 0.59.0",
 2470 "winx",
 2471]
 2472
 2473[[package]]
 2474name = "cap-rand"
 2475version = "3.4.4"
 2476source = "registry+https://github.com/rust-lang/crates.io-index"
 2477checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2478dependencies = [
 2479 "ambient-authority",
 2480 "rand 0.8.5",
 2481]
 2482
 2483[[package]]
 2484name = "cap-std"
 2485version = "3.4.4"
 2486source = "registry+https://github.com/rust-lang/crates.io-index"
 2487checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2488dependencies = [
 2489 "cap-primitives",
 2490 "io-extras",
 2491 "io-lifetimes",
 2492 "rustix 1.0.7",
 2493]
 2494
 2495[[package]]
 2496name = "cap-time-ext"
 2497version = "3.4.4"
 2498source = "registry+https://github.com/rust-lang/crates.io-index"
 2499checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2500dependencies = [
 2501 "ambient-authority",
 2502 "cap-primitives",
 2503 "iana-time-zone",
 2504 "once_cell",
 2505 "rustix 1.0.7",
 2506 "winx",
 2507]
 2508
 2509[[package]]
 2510name = "cargo-platform"
 2511version = "0.1.9"
 2512source = "registry+https://github.com/rust-lang/crates.io-index"
 2513checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2514dependencies = [
 2515 "serde",
 2516]
 2517
 2518[[package]]
 2519name = "cargo_metadata"
 2520version = "0.19.2"
 2521source = "registry+https://github.com/rust-lang/crates.io-index"
 2522checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2523dependencies = [
 2524 "camino",
 2525 "cargo-platform",
 2526 "semver",
 2527 "serde",
 2528 "serde_json",
 2529 "thiserror 2.0.12",
 2530]
 2531
 2532[[package]]
 2533name = "cargo_toml"
 2534version = "0.21.0"
 2535source = "registry+https://github.com/rust-lang/crates.io-index"
 2536checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2537dependencies = [
 2538 "serde",
 2539 "toml 0.8.20",
 2540]
 2541
 2542[[package]]
 2543name = "cast"
 2544version = "0.3.0"
 2545source = "registry+https://github.com/rust-lang/crates.io-index"
 2546checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2547
 2548[[package]]
 2549name = "cbc"
 2550version = "0.1.2"
 2551source = "registry+https://github.com/rust-lang/crates.io-index"
 2552checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2553dependencies = [
 2554 "cipher",
 2555]
 2556
 2557[[package]]
 2558name = "cbindgen"
 2559version = "0.28.0"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2562dependencies = [
 2563 "heck 0.4.1",
 2564 "indexmap",
 2565 "log",
 2566 "proc-macro2",
 2567 "quote",
 2568 "serde",
 2569 "serde_json",
 2570 "syn 2.0.101",
 2571 "tempfile",
 2572 "toml 0.8.20",
 2573]
 2574
 2575[[package]]
 2576name = "cc"
 2577version = "1.2.19"
 2578source = "registry+https://github.com/rust-lang/crates.io-index"
 2579checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2580dependencies = [
 2581 "jobserver",
 2582 "libc",
 2583 "shlex",
 2584]
 2585
 2586[[package]]
 2587name = "cesu8"
 2588version = "1.1.0"
 2589source = "registry+https://github.com/rust-lang/crates.io-index"
 2590checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2591
 2592[[package]]
 2593name = "cexpr"
 2594version = "0.6.0"
 2595source = "registry+https://github.com/rust-lang/crates.io-index"
 2596checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2597dependencies = [
 2598 "nom",
 2599]
 2600
 2601[[package]]
 2602name = "cfg-expr"
 2603version = "0.15.8"
 2604source = "registry+https://github.com/rust-lang/crates.io-index"
 2605checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2606dependencies = [
 2607 "smallvec",
 2608 "target-lexicon 0.12.16",
 2609]
 2610
 2611[[package]]
 2612name = "cfg-if"
 2613version = "1.0.0"
 2614source = "registry+https://github.com/rust-lang/crates.io-index"
 2615checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2616
 2617[[package]]
 2618name = "cfg_aliases"
 2619version = "0.1.1"
 2620source = "registry+https://github.com/rust-lang/crates.io-index"
 2621checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2622
 2623[[package]]
 2624name = "cfg_aliases"
 2625version = "0.2.1"
 2626source = "registry+https://github.com/rust-lang/crates.io-index"
 2627checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2628
 2629[[package]]
 2630name = "cgl"
 2631version = "0.3.2"
 2632source = "registry+https://github.com/rust-lang/crates.io-index"
 2633checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2634dependencies = [
 2635 "libc",
 2636]
 2637
 2638[[package]]
 2639name = "channel"
 2640version = "0.1.0"
 2641dependencies = [
 2642 "anyhow",
 2643 "client",
 2644 "clock",
 2645 "collections",
 2646 "futures 0.3.31",
 2647 "gpui",
 2648 "http_client",
 2649 "language",
 2650 "log",
 2651 "rand 0.8.5",
 2652 "release_channel",
 2653 "rpc",
 2654 "settings",
 2655 "sum_tree",
 2656 "text",
 2657 "time",
 2658 "util",
 2659 "workspace-hack",
 2660]
 2661
 2662[[package]]
 2663name = "chrono"
 2664version = "0.4.41"
 2665source = "registry+https://github.com/rust-lang/crates.io-index"
 2666checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2667dependencies = [
 2668 "android-tzdata",
 2669 "iana-time-zone",
 2670 "js-sys",
 2671 "num-traits",
 2672 "serde",
 2673 "wasm-bindgen",
 2674 "windows-link",
 2675]
 2676
 2677[[package]]
 2678name = "chunked_transfer"
 2679version = "1.5.0"
 2680source = "registry+https://github.com/rust-lang/crates.io-index"
 2681checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2682
 2683[[package]]
 2684name = "ciborium"
 2685version = "0.2.2"
 2686source = "registry+https://github.com/rust-lang/crates.io-index"
 2687checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2688dependencies = [
 2689 "ciborium-io",
 2690 "ciborium-ll",
 2691 "serde",
 2692]
 2693
 2694[[package]]
 2695name = "ciborium-io"
 2696version = "0.2.2"
 2697source = "registry+https://github.com/rust-lang/crates.io-index"
 2698checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2699
 2700[[package]]
 2701name = "ciborium-ll"
 2702version = "0.2.2"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2705dependencies = [
 2706 "ciborium-io",
 2707 "half",
 2708]
 2709
 2710[[package]]
 2711name = "cipher"
 2712version = "0.4.4"
 2713source = "registry+https://github.com/rust-lang/crates.io-index"
 2714checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2715dependencies = [
 2716 "crypto-common",
 2717 "inout",
 2718 "zeroize",
 2719]
 2720
 2721[[package]]
 2722name = "circular-buffer"
 2723version = "1.1.0"
 2724source = "registry+https://github.com/rust-lang/crates.io-index"
 2725checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2726
 2727[[package]]
 2728name = "clang-sys"
 2729version = "1.8.1"
 2730source = "registry+https://github.com/rust-lang/crates.io-index"
 2731checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2732dependencies = [
 2733 "glob",
 2734 "libc",
 2735 "libloading",
 2736]
 2737
 2738[[package]]
 2739name = "clap"
 2740version = "4.5.37"
 2741source = "registry+https://github.com/rust-lang/crates.io-index"
 2742checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2743dependencies = [
 2744 "clap_builder",
 2745 "clap_derive",
 2746]
 2747
 2748[[package]]
 2749name = "clap_builder"
 2750version = "4.5.37"
 2751source = "registry+https://github.com/rust-lang/crates.io-index"
 2752checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2753dependencies = [
 2754 "anstream",
 2755 "anstyle",
 2756 "clap_lex",
 2757 "strsim",
 2758 "terminal_size",
 2759]
 2760
 2761[[package]]
 2762name = "clap_complete"
 2763version = "4.5.47"
 2764source = "registry+https://github.com/rust-lang/crates.io-index"
 2765checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2766dependencies = [
 2767 "clap",
 2768]
 2769
 2770[[package]]
 2771name = "clap_derive"
 2772version = "4.5.32"
 2773source = "registry+https://github.com/rust-lang/crates.io-index"
 2774checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2775dependencies = [
 2776 "heck 0.5.0",
 2777 "proc-macro2",
 2778 "quote",
 2779 "syn 2.0.101",
 2780]
 2781
 2782[[package]]
 2783name = "clap_lex"
 2784version = "0.7.4"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2787
 2788[[package]]
 2789name = "cli"
 2790version = "0.1.0"
 2791dependencies = [
 2792 "anyhow",
 2793 "clap",
 2794 "collections",
 2795 "core-foundation 0.10.0",
 2796 "core-services",
 2797 "exec",
 2798 "fork",
 2799 "ipc-channel",
 2800 "parking_lot",
 2801 "paths",
 2802 "plist",
 2803 "release_channel",
 2804 "serde",
 2805 "tempfile",
 2806 "util",
 2807 "windows 0.61.1",
 2808 "workspace-hack",
 2809]
 2810
 2811[[package]]
 2812name = "client"
 2813version = "0.1.0"
 2814dependencies = [
 2815 "anyhow",
 2816 "async-recursion 0.3.2",
 2817 "async-tungstenite",
 2818 "base64 0.22.1",
 2819 "chrono",
 2820 "clock",
 2821 "cocoa 0.26.0",
 2822 "collections",
 2823 "credentials_provider",
 2824 "feature_flags",
 2825 "futures 0.3.31",
 2826 "gpui",
 2827 "gpui_tokio",
 2828 "http_client",
 2829 "http_client_tls",
 2830 "httparse",
 2831 "log",
 2832 "parking_lot",
 2833 "paths",
 2834 "postage",
 2835 "rand 0.8.5",
 2836 "release_channel",
 2837 "rpc",
 2838 "rustls-pki-types",
 2839 "schemars",
 2840 "serde",
 2841 "serde_json",
 2842 "settings",
 2843 "sha2",
 2844 "smol",
 2845 "telemetry",
 2846 "telemetry_events",
 2847 "text",
 2848 "thiserror 2.0.12",
 2849 "time",
 2850 "tiny_http",
 2851 "tokio",
 2852 "tokio-native-tls",
 2853 "tokio-rustls 0.26.2",
 2854 "tokio-socks",
 2855 "url",
 2856 "util",
 2857 "windows 0.61.1",
 2858 "workspace-hack",
 2859 "worktree",
 2860]
 2861
 2862[[package]]
 2863name = "clock"
 2864version = "0.1.0"
 2865dependencies = [
 2866 "parking_lot",
 2867 "serde",
 2868 "smallvec",
 2869 "workspace-hack",
 2870]
 2871
 2872[[package]]
 2873name = "clru"
 2874version = "0.6.2"
 2875source = "registry+https://github.com/rust-lang/crates.io-index"
 2876checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2877
 2878[[package]]
 2879name = "cmake"
 2880version = "0.1.54"
 2881source = "registry+https://github.com/rust-lang/crates.io-index"
 2882checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2883dependencies = [
 2884 "cc",
 2885]
 2886
 2887[[package]]
 2888name = "cobs"
 2889version = "0.2.3"
 2890source = "registry+https://github.com/rust-lang/crates.io-index"
 2891checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2892
 2893[[package]]
 2894name = "cocoa"
 2895version = "0.25.0"
 2896source = "registry+https://github.com/rust-lang/crates.io-index"
 2897checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2898dependencies = [
 2899 "bitflags 1.3.2",
 2900 "block",
 2901 "cocoa-foundation 0.1.2",
 2902 "core-foundation 0.9.4",
 2903 "core-graphics 0.23.2",
 2904 "foreign-types 0.5.0",
 2905 "libc",
 2906 "objc",
 2907]
 2908
 2909[[package]]
 2910name = "cocoa"
 2911version = "0.26.0"
 2912source = "registry+https://github.com/rust-lang/crates.io-index"
 2913checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2914dependencies = [
 2915 "bitflags 2.9.0",
 2916 "block",
 2917 "cocoa-foundation 0.2.0",
 2918 "core-foundation 0.10.0",
 2919 "core-graphics 0.24.0",
 2920 "foreign-types 0.5.0",
 2921 "libc",
 2922 "objc",
 2923]
 2924
 2925[[package]]
 2926name = "cocoa-foundation"
 2927version = "0.1.2"
 2928source = "registry+https://github.com/rust-lang/crates.io-index"
 2929checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2930dependencies = [
 2931 "bitflags 1.3.2",
 2932 "block",
 2933 "core-foundation 0.9.4",
 2934 "core-graphics-types 0.1.3",
 2935 "libc",
 2936 "objc",
 2937]
 2938
 2939[[package]]
 2940name = "cocoa-foundation"
 2941version = "0.2.0"
 2942source = "registry+https://github.com/rust-lang/crates.io-index"
 2943checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2944dependencies = [
 2945 "bitflags 2.9.0",
 2946 "block",
 2947 "core-foundation 0.10.0",
 2948 "core-graphics-types 0.2.0",
 2949 "libc",
 2950 "objc",
 2951]
 2952
 2953[[package]]
 2954name = "codespan-reporting"
 2955version = "0.11.1"
 2956source = "registry+https://github.com/rust-lang/crates.io-index"
 2957checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2958dependencies = [
 2959 "termcolor",
 2960 "unicode-width 0.1.14",
 2961]
 2962
 2963[[package]]
 2964name = "codespan-reporting"
 2965version = "0.12.0"
 2966source = "registry+https://github.com/rust-lang/crates.io-index"
 2967checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2968dependencies = [
 2969 "serde",
 2970 "termcolor",
 2971 "unicode-width 0.2.0",
 2972]
 2973
 2974[[package]]
 2975name = "collab"
 2976version = "0.44.0"
 2977dependencies = [
 2978 "anyhow",
 2979 "assistant_context_editor",
 2980 "assistant_settings",
 2981 "assistant_slash_command",
 2982 "assistant_tool",
 2983 "async-stripe",
 2984 "async-trait",
 2985 "async-tungstenite",
 2986 "audio",
 2987 "aws-config",
 2988 "aws-sdk-kinesis",
 2989 "aws-sdk-s3",
 2990 "axum",
 2991 "axum-extra",
 2992 "base64 0.22.1",
 2993 "buffer_diff",
 2994 "call",
 2995 "channel",
 2996 "chrono",
 2997 "client",
 2998 "clock",
 2999 "collab_ui",
 3000 "collections",
 3001 "command_palette_hooks",
 3002 "context_server",
 3003 "ctor",
 3004 "dap",
 3005 "dap_adapters",
 3006 "dashmap 6.1.0",
 3007 "debugger_ui",
 3008 "derive_more",
 3009 "editor",
 3010 "env_logger 0.11.8",
 3011 "envy",
 3012 "extension",
 3013 "file_finder",
 3014 "fs",
 3015 "futures 0.3.31",
 3016 "git",
 3017 "git_hosting_providers",
 3018 "git_ui",
 3019 "gpui",
 3020 "gpui_tokio",
 3021 "hex",
 3022 "http_client",
 3023 "hyper 0.14.32",
 3024 "indoc",
 3025 "jsonwebtoken",
 3026 "language",
 3027 "language_model",
 3028 "livekit_api",
 3029 "livekit_client",
 3030 "log",
 3031 "lsp",
 3032 "menu",
 3033 "multi_buffer",
 3034 "nanoid",
 3035 "node_runtime",
 3036 "notifications",
 3037 "parking_lot",
 3038 "pretty_assertions",
 3039 "project",
 3040 "prometheus",
 3041 "prompt_store",
 3042 "prost 0.9.0",
 3043 "rand 0.8.5",
 3044 "recent_projects",
 3045 "release_channel",
 3046 "remote",
 3047 "remote_server",
 3048 "reqwest 0.11.27",
 3049 "reqwest_client",
 3050 "rpc",
 3051 "rustc-demangle",
 3052 "scrypt",
 3053 "sea-orm",
 3054 "semantic_version",
 3055 "semver",
 3056 "serde",
 3057 "serde_derive",
 3058 "serde_json",
 3059 "session",
 3060 "settings",
 3061 "sha2",
 3062 "sqlx",
 3063 "strum 0.27.1",
 3064 "subtle",
 3065 "supermaven_api",
 3066 "task",
 3067 "telemetry_events",
 3068 "text",
 3069 "theme",
 3070 "thiserror 2.0.12",
 3071 "time",
 3072 "tokio",
 3073 "toml 0.8.20",
 3074 "tower 0.4.13",
 3075 "tower-http 0.4.4",
 3076 "tracing",
 3077 "tracing-subscriber",
 3078 "unindent",
 3079 "util",
 3080 "uuid",
 3081 "workspace",
 3082 "workspace-hack",
 3083 "worktree",
 3084 "zed_llm_client",
 3085]
 3086
 3087[[package]]
 3088name = "collab_ui"
 3089version = "0.1.0"
 3090dependencies = [
 3091 "anyhow",
 3092 "call",
 3093 "channel",
 3094 "chrono",
 3095 "client",
 3096 "collections",
 3097 "db",
 3098 "editor",
 3099 "emojis",
 3100 "futures 0.3.31",
 3101 "fuzzy",
 3102 "gpui",
 3103 "http_client",
 3104 "language",
 3105 "log",
 3106 "menu",
 3107 "notifications",
 3108 "picker",
 3109 "pretty_assertions",
 3110 "project",
 3111 "release_channel",
 3112 "rich_text",
 3113 "rpc",
 3114 "schemars",
 3115 "serde",
 3116 "serde_derive",
 3117 "serde_json",
 3118 "settings",
 3119 "smallvec",
 3120 "story",
 3121 "telemetry",
 3122 "theme",
 3123 "time",
 3124 "time_format",
 3125 "title_bar",
 3126 "tree-sitter-md",
 3127 "ui",
 3128 "util",
 3129 "workspace",
 3130 "workspace-hack",
 3131]
 3132
 3133[[package]]
 3134name = "collections"
 3135version = "0.1.0"
 3136dependencies = [
 3137 "indexmap",
 3138 "rustc-hash 2.1.1",
 3139 "workspace-hack",
 3140]
 3141
 3142[[package]]
 3143name = "color_quant"
 3144version = "1.1.0"
 3145source = "registry+https://github.com/rust-lang/crates.io-index"
 3146checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3147
 3148[[package]]
 3149name = "colorchoice"
 3150version = "1.0.3"
 3151source = "registry+https://github.com/rust-lang/crates.io-index"
 3152checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3153
 3154[[package]]
 3155name = "combine"
 3156version = "4.6.7"
 3157source = "registry+https://github.com/rust-lang/crates.io-index"
 3158checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3159dependencies = [
 3160 "bytes 1.10.1",
 3161 "memchr",
 3162]
 3163
 3164[[package]]
 3165name = "command_palette"
 3166version = "0.1.0"
 3167dependencies = [
 3168 "anyhow",
 3169 "client",
 3170 "collections",
 3171 "command_palette_hooks",
 3172 "ctor",
 3173 "db",
 3174 "editor",
 3175 "env_logger 0.11.8",
 3176 "fuzzy",
 3177 "go_to_line",
 3178 "gpui",
 3179 "language",
 3180 "log",
 3181 "menu",
 3182 "picker",
 3183 "postage",
 3184 "project",
 3185 "serde",
 3186 "serde_json",
 3187 "settings",
 3188 "telemetry",
 3189 "theme",
 3190 "time",
 3191 "ui",
 3192 "util",
 3193 "workspace",
 3194 "workspace-hack",
 3195 "zed_actions",
 3196]
 3197
 3198[[package]]
 3199name = "command_palette_hooks"
 3200version = "0.1.0"
 3201dependencies = [
 3202 "collections",
 3203 "derive_more",
 3204 "gpui",
 3205 "workspace-hack",
 3206]
 3207
 3208[[package]]
 3209name = "component"
 3210version = "0.1.0"
 3211dependencies = [
 3212 "collections",
 3213 "gpui",
 3214 "inventory",
 3215 "parking_lot",
 3216 "strum 0.27.1",
 3217 "theme",
 3218 "workspace-hack",
 3219]
 3220
 3221[[package]]
 3222name = "concurrent-queue"
 3223version = "2.5.0"
 3224source = "registry+https://github.com/rust-lang/crates.io-index"
 3225checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3226dependencies = [
 3227 "crossbeam-utils",
 3228]
 3229
 3230[[package]]
 3231name = "console"
 3232version = "0.15.11"
 3233source = "registry+https://github.com/rust-lang/crates.io-index"
 3234checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3235dependencies = [
 3236 "encode_unicode",
 3237 "libc",
 3238 "once_cell",
 3239 "unicode-width 0.2.0",
 3240 "windows-sys 0.59.0",
 3241]
 3242
 3243[[package]]
 3244name = "const-oid"
 3245version = "0.9.6"
 3246source = "registry+https://github.com/rust-lang/crates.io-index"
 3247checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3248
 3249[[package]]
 3250name = "const-random"
 3251version = "0.1.18"
 3252source = "registry+https://github.com/rust-lang/crates.io-index"
 3253checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3254dependencies = [
 3255 "const-random-macro",
 3256]
 3257
 3258[[package]]
 3259name = "const-random-macro"
 3260version = "0.1.16"
 3261source = "registry+https://github.com/rust-lang/crates.io-index"
 3262checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3263dependencies = [
 3264 "getrandom 0.2.15",
 3265 "once_cell",
 3266 "tiny-keccak",
 3267]
 3268
 3269[[package]]
 3270name = "constant_time_eq"
 3271version = "0.1.5"
 3272source = "registry+https://github.com/rust-lang/crates.io-index"
 3273checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3274
 3275[[package]]
 3276name = "constant_time_eq"
 3277version = "0.3.1"
 3278source = "registry+https://github.com/rust-lang/crates.io-index"
 3279checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3280
 3281[[package]]
 3282name = "context_server"
 3283version = "0.1.0"
 3284dependencies = [
 3285 "anyhow",
 3286 "async-trait",
 3287 "collections",
 3288 "futures 0.3.31",
 3289 "gpui",
 3290 "log",
 3291 "parking_lot",
 3292 "postage",
 3293 "schemars",
 3294 "serde",
 3295 "serde_json",
 3296 "smol",
 3297 "url",
 3298 "util",
 3299 "workspace-hack",
 3300]
 3301
 3302[[package]]
 3303name = "convert_case"
 3304version = "0.4.0"
 3305source = "registry+https://github.com/rust-lang/crates.io-index"
 3306checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3307
 3308[[package]]
 3309name = "convert_case"
 3310version = "0.6.0"
 3311source = "registry+https://github.com/rust-lang/crates.io-index"
 3312checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3313dependencies = [
 3314 "unicode-segmentation",
 3315]
 3316
 3317[[package]]
 3318name = "convert_case"
 3319version = "0.8.0"
 3320source = "registry+https://github.com/rust-lang/crates.io-index"
 3321checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3322dependencies = [
 3323 "unicode-segmentation",
 3324]
 3325
 3326[[package]]
 3327name = "copilot"
 3328version = "0.1.0"
 3329dependencies = [
 3330 "anyhow",
 3331 "async-std",
 3332 "chrono",
 3333 "client",
 3334 "clock",
 3335 "collections",
 3336 "command_palette_hooks",
 3337 "ctor",
 3338 "editor",
 3339 "env_logger 0.11.8",
 3340 "fs",
 3341 "futures 0.3.31",
 3342 "gpui",
 3343 "http_client",
 3344 "indoc",
 3345 "inline_completion",
 3346 "itertools 0.14.0",
 3347 "language",
 3348 "log",
 3349 "lsp",
 3350 "menu",
 3351 "node_runtime",
 3352 "parking_lot",
 3353 "paths",
 3354 "project",
 3355 "rpc",
 3356 "serde",
 3357 "serde_json",
 3358 "settings",
 3359 "task",
 3360 "theme",
 3361 "ui",
 3362 "util",
 3363 "workspace",
 3364 "workspace-hack",
 3365]
 3366
 3367[[package]]
 3368name = "core-foundation"
 3369version = "0.9.4"
 3370source = "registry+https://github.com/rust-lang/crates.io-index"
 3371checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3372dependencies = [
 3373 "core-foundation-sys",
 3374 "libc",
 3375]
 3376
 3377[[package]]
 3378name = "core-foundation"
 3379version = "0.10.0"
 3380source = "registry+https://github.com/rust-lang/crates.io-index"
 3381checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3382dependencies = [
 3383 "core-foundation-sys",
 3384 "libc",
 3385]
 3386
 3387[[package]]
 3388name = "core-foundation-sys"
 3389version = "0.8.7"
 3390source = "registry+https://github.com/rust-lang/crates.io-index"
 3391checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3392
 3393[[package]]
 3394name = "core-graphics"
 3395version = "0.23.2"
 3396source = "registry+https://github.com/rust-lang/crates.io-index"
 3397checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3398dependencies = [
 3399 "bitflags 1.3.2",
 3400 "core-foundation 0.9.4",
 3401 "core-graphics-types 0.1.3",
 3402 "foreign-types 0.5.0",
 3403 "libc",
 3404]
 3405
 3406[[package]]
 3407name = "core-graphics"
 3408version = "0.24.0"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3411dependencies = [
 3412 "bitflags 2.9.0",
 3413 "core-foundation 0.10.0",
 3414 "core-graphics-types 0.2.0",
 3415 "foreign-types 0.5.0",
 3416 "libc",
 3417]
 3418
 3419[[package]]
 3420name = "core-graphics-helmer-fork"
 3421version = "0.24.0"
 3422source = "registry+https://github.com/rust-lang/crates.io-index"
 3423checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3424dependencies = [
 3425 "bitflags 2.9.0",
 3426 "core-foundation 0.9.4",
 3427 "core-graphics-types 0.1.3",
 3428 "foreign-types 0.5.0",
 3429 "libc",
 3430]
 3431
 3432[[package]]
 3433name = "core-graphics-types"
 3434version = "0.1.3"
 3435source = "registry+https://github.com/rust-lang/crates.io-index"
 3436checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3437dependencies = [
 3438 "bitflags 1.3.2",
 3439 "core-foundation 0.9.4",
 3440 "libc",
 3441]
 3442
 3443[[package]]
 3444name = "core-graphics-types"
 3445version = "0.2.0"
 3446source = "registry+https://github.com/rust-lang/crates.io-index"
 3447checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3448dependencies = [
 3449 "bitflags 2.9.0",
 3450 "core-foundation 0.10.0",
 3451 "libc",
 3452]
 3453
 3454[[package]]
 3455name = "core-graphics2"
 3456version = "0.4.1"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3459dependencies = [
 3460 "bitflags 2.9.0",
 3461 "block",
 3462 "cfg-if",
 3463 "core-foundation 0.10.0",
 3464 "libc",
 3465]
 3466
 3467[[package]]
 3468name = "core-services"
 3469version = "0.2.1"
 3470source = "registry+https://github.com/rust-lang/crates.io-index"
 3471checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3472dependencies = [
 3473 "core-foundation 0.9.4",
 3474]
 3475
 3476[[package]]
 3477name = "core-text"
 3478version = "21.0.0"
 3479source = "registry+https://github.com/rust-lang/crates.io-index"
 3480checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3481dependencies = [
 3482 "core-foundation 0.10.0",
 3483 "core-graphics 0.24.0",
 3484 "foreign-types 0.5.0",
 3485 "libc",
 3486]
 3487
 3488[[package]]
 3489name = "core-video"
 3490version = "0.4.3"
 3491source = "registry+https://github.com/rust-lang/crates.io-index"
 3492checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3493dependencies = [
 3494 "block",
 3495 "core-foundation 0.10.0",
 3496 "core-graphics2",
 3497 "io-surface",
 3498 "libc",
 3499 "metal",
 3500]
 3501
 3502[[package]]
 3503name = "core_maths"
 3504version = "0.1.1"
 3505source = "registry+https://github.com/rust-lang/crates.io-index"
 3506checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3507dependencies = [
 3508 "libm",
 3509]
 3510
 3511[[package]]
 3512name = "coreaudio-rs"
 3513version = "0.11.3"
 3514source = "registry+https://github.com/rust-lang/crates.io-index"
 3515checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3516dependencies = [
 3517 "bitflags 1.3.2",
 3518 "core-foundation-sys",
 3519 "coreaudio-sys",
 3520]
 3521
 3522[[package]]
 3523name = "coreaudio-rs"
 3524version = "0.12.1"
 3525source = "registry+https://github.com/rust-lang/crates.io-index"
 3526checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3527dependencies = [
 3528 "bitflags 1.3.2",
 3529 "core-foundation-sys",
 3530 "coreaudio-sys",
 3531]
 3532
 3533[[package]]
 3534name = "coreaudio-sys"
 3535version = "0.2.16"
 3536source = "registry+https://github.com/rust-lang/crates.io-index"
 3537checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3538dependencies = [
 3539 "bindgen 0.70.1",
 3540]
 3541
 3542[[package]]
 3543name = "cosmic-text"
 3544version = "0.14.0"
 3545source = "registry+https://github.com/rust-lang/crates.io-index"
 3546checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3547dependencies = [
 3548 "bitflags 2.9.0",
 3549 "fontdb 0.16.2",
 3550 "log",
 3551 "rangemap",
 3552 "rustc-hash 1.1.0",
 3553 "rustybuzz 0.14.1",
 3554 "self_cell",
 3555 "smol_str 0.2.2",
 3556 "swash",
 3557 "sys-locale",
 3558 "ttf-parser 0.21.1",
 3559 "unicode-bidi",
 3560 "unicode-linebreak",
 3561 "unicode-script",
 3562 "unicode-segmentation",
 3563]
 3564
 3565[[package]]
 3566name = "cpal"
 3567version = "0.15.3"
 3568source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3569dependencies = [
 3570 "alsa",
 3571 "core-foundation-sys",
 3572 "coreaudio-rs 0.11.3",
 3573 "dasp_sample",
 3574 "jni",
 3575 "js-sys",
 3576 "libc",
 3577 "mach2",
 3578 "ndk",
 3579 "ndk-context",
 3580 "oboe",
 3581 "wasm-bindgen",
 3582 "wasm-bindgen-futures",
 3583 "web-sys",
 3584 "windows 0.54.0",
 3585]
 3586
 3587[[package]]
 3588name = "cpp_demangle"
 3589version = "0.4.4"
 3590source = "registry+https://github.com/rust-lang/crates.io-index"
 3591checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3592dependencies = [
 3593 "cfg-if",
 3594]
 3595
 3596[[package]]
 3597name = "cpufeatures"
 3598version = "0.2.17"
 3599source = "registry+https://github.com/rust-lang/crates.io-index"
 3600checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3601dependencies = [
 3602 "libc",
 3603]
 3604
 3605[[package]]
 3606name = "cranelift-bforest"
 3607version = "0.116.1"
 3608source = "registry+https://github.com/rust-lang/crates.io-index"
 3609checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3610dependencies = [
 3611 "cranelift-entity",
 3612]
 3613
 3614[[package]]
 3615name = "cranelift-bitset"
 3616version = "0.116.1"
 3617source = "registry+https://github.com/rust-lang/crates.io-index"
 3618checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3619dependencies = [
 3620 "serde",
 3621 "serde_derive",
 3622]
 3623
 3624[[package]]
 3625name = "cranelift-codegen"
 3626version = "0.116.1"
 3627source = "registry+https://github.com/rust-lang/crates.io-index"
 3628checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3629dependencies = [
 3630 "bumpalo",
 3631 "cranelift-bforest",
 3632 "cranelift-bitset",
 3633 "cranelift-codegen-meta",
 3634 "cranelift-codegen-shared",
 3635 "cranelift-control",
 3636 "cranelift-entity",
 3637 "cranelift-isle",
 3638 "gimli",
 3639 "hashbrown 0.14.5",
 3640 "log",
 3641 "postcard",
 3642 "regalloc2",
 3643 "rustc-hash 2.1.1",
 3644 "serde",
 3645 "serde_derive",
 3646 "sha2",
 3647 "smallvec",
 3648 "target-lexicon 0.13.2",
 3649]
 3650
 3651[[package]]
 3652name = "cranelift-codegen-meta"
 3653version = "0.116.1"
 3654source = "registry+https://github.com/rust-lang/crates.io-index"
 3655checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3656dependencies = [
 3657 "cranelift-codegen-shared",
 3658]
 3659
 3660[[package]]
 3661name = "cranelift-codegen-shared"
 3662version = "0.116.1"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3665
 3666[[package]]
 3667name = "cranelift-control"
 3668version = "0.116.1"
 3669source = "registry+https://github.com/rust-lang/crates.io-index"
 3670checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3671dependencies = [
 3672 "arbitrary",
 3673]
 3674
 3675[[package]]
 3676name = "cranelift-entity"
 3677version = "0.116.1"
 3678source = "registry+https://github.com/rust-lang/crates.io-index"
 3679checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3680dependencies = [
 3681 "cranelift-bitset",
 3682 "serde",
 3683 "serde_derive",
 3684]
 3685
 3686[[package]]
 3687name = "cranelift-frontend"
 3688version = "0.116.1"
 3689source = "registry+https://github.com/rust-lang/crates.io-index"
 3690checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3691dependencies = [
 3692 "cranelift-codegen",
 3693 "log",
 3694 "smallvec",
 3695 "target-lexicon 0.13.2",
 3696]
 3697
 3698[[package]]
 3699name = "cranelift-isle"
 3700version = "0.116.1"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3703
 3704[[package]]
 3705name = "cranelift-native"
 3706version = "0.116.1"
 3707source = "registry+https://github.com/rust-lang/crates.io-index"
 3708checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3709dependencies = [
 3710 "cranelift-codegen",
 3711 "libc",
 3712 "target-lexicon 0.13.2",
 3713]
 3714
 3715[[package]]
 3716name = "crc"
 3717version = "3.2.1"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3720dependencies = [
 3721 "crc-catalog",
 3722]
 3723
 3724[[package]]
 3725name = "crc-catalog"
 3726version = "2.4.0"
 3727source = "registry+https://github.com/rust-lang/crates.io-index"
 3728checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3729
 3730[[package]]
 3731name = "crc32c"
 3732version = "0.6.8"
 3733source = "registry+https://github.com/rust-lang/crates.io-index"
 3734checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3735dependencies = [
 3736 "rustc_version",
 3737]
 3738
 3739[[package]]
 3740name = "crc32fast"
 3741version = "1.4.2"
 3742source = "registry+https://github.com/rust-lang/crates.io-index"
 3743checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3744dependencies = [
 3745 "cfg-if",
 3746]
 3747
 3748[[package]]
 3749name = "crc64fast-nvme"
 3750version = "1.2.0"
 3751source = "registry+https://github.com/rust-lang/crates.io-index"
 3752checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3753dependencies = [
 3754 "crc",
 3755]
 3756
 3757[[package]]
 3758name = "credentials_provider"
 3759version = "0.1.0"
 3760dependencies = [
 3761 "anyhow",
 3762 "futures 0.3.31",
 3763 "gpui",
 3764 "paths",
 3765 "release_channel",
 3766 "serde",
 3767 "serde_json",
 3768 "workspace-hack",
 3769]
 3770
 3771[[package]]
 3772name = "criterion"
 3773version = "0.5.1"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3776dependencies = [
 3777 "anes",
 3778 "cast",
 3779 "ciborium",
 3780 "clap",
 3781 "criterion-plot",
 3782 "is-terminal",
 3783 "itertools 0.10.5",
 3784 "num-traits",
 3785 "once_cell",
 3786 "oorandom",
 3787 "plotters",
 3788 "rayon",
 3789 "regex",
 3790 "serde",
 3791 "serde_derive",
 3792 "serde_json",
 3793 "tinytemplate",
 3794 "walkdir",
 3795]
 3796
 3797[[package]]
 3798name = "criterion-plot"
 3799version = "0.5.0"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3802dependencies = [
 3803 "cast",
 3804 "itertools 0.10.5",
 3805]
 3806
 3807[[package]]
 3808name = "crossbeam-channel"
 3809version = "0.5.15"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3812dependencies = [
 3813 "crossbeam-utils",
 3814]
 3815
 3816[[package]]
 3817name = "crossbeam-deque"
 3818version = "0.8.6"
 3819source = "registry+https://github.com/rust-lang/crates.io-index"
 3820checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3821dependencies = [
 3822 "crossbeam-epoch",
 3823 "crossbeam-utils",
 3824]
 3825
 3826[[package]]
 3827name = "crossbeam-epoch"
 3828version = "0.9.18"
 3829source = "registry+https://github.com/rust-lang/crates.io-index"
 3830checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3831dependencies = [
 3832 "crossbeam-utils",
 3833]
 3834
 3835[[package]]
 3836name = "crossbeam-queue"
 3837version = "0.3.12"
 3838source = "registry+https://github.com/rust-lang/crates.io-index"
 3839checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3840dependencies = [
 3841 "crossbeam-utils",
 3842]
 3843
 3844[[package]]
 3845name = "crossbeam-utils"
 3846version = "0.8.21"
 3847source = "registry+https://github.com/rust-lang/crates.io-index"
 3848checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3849
 3850[[package]]
 3851name = "crunchy"
 3852version = "0.2.3"
 3853source = "registry+https://github.com/rust-lang/crates.io-index"
 3854checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3855
 3856[[package]]
 3857name = "crypto-bigint"
 3858version = "0.4.9"
 3859source = "registry+https://github.com/rust-lang/crates.io-index"
 3860checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3861dependencies = [
 3862 "generic-array",
 3863 "rand_core 0.6.4",
 3864 "subtle",
 3865 "zeroize",
 3866]
 3867
 3868[[package]]
 3869name = "crypto-bigint"
 3870version = "0.5.5"
 3871source = "registry+https://github.com/rust-lang/crates.io-index"
 3872checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3873dependencies = [
 3874 "rand_core 0.6.4",
 3875 "subtle",
 3876]
 3877
 3878[[package]]
 3879name = "crypto-common"
 3880version = "0.1.6"
 3881source = "registry+https://github.com/rust-lang/crates.io-index"
 3882checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3883dependencies = [
 3884 "generic-array",
 3885 "rand_core 0.6.4",
 3886 "typenum",
 3887]
 3888
 3889[[package]]
 3890name = "cssparser"
 3891version = "0.35.0"
 3892source = "registry+https://github.com/rust-lang/crates.io-index"
 3893checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3894dependencies = [
 3895 "cssparser-macros",
 3896 "dtoa-short",
 3897 "itoa",
 3898 "phf",
 3899 "smallvec",
 3900]
 3901
 3902[[package]]
 3903name = "cssparser-macros"
 3904version = "0.6.1"
 3905source = "registry+https://github.com/rust-lang/crates.io-index"
 3906checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3907dependencies = [
 3908 "quote",
 3909 "syn 2.0.101",
 3910]
 3911
 3912[[package]]
 3913name = "ctor"
 3914version = "0.4.2"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3917dependencies = [
 3918 "ctor-proc-macro",
 3919 "dtor",
 3920]
 3921
 3922[[package]]
 3923name = "ctor-proc-macro"
 3924version = "0.0.5"
 3925source = "registry+https://github.com/rust-lang/crates.io-index"
 3926checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3927
 3928[[package]]
 3929name = "ctrlc"
 3930version = "3.4.6"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3933dependencies = [
 3934 "nix 0.29.0",
 3935 "windows-sys 0.59.0",
 3936]
 3937
 3938[[package]]
 3939name = "cursor-icon"
 3940version = "1.1.0"
 3941source = "registry+https://github.com/rust-lang/crates.io-index"
 3942checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3943
 3944[[package]]
 3945name = "cxx"
 3946version = "1.0.157"
 3947source = "registry+https://github.com/rust-lang/crates.io-index"
 3948checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3949dependencies = [
 3950 "cc",
 3951 "cxxbridge-cmd",
 3952 "cxxbridge-flags",
 3953 "cxxbridge-macro",
 3954 "foldhash",
 3955 "link-cplusplus",
 3956]
 3957
 3958[[package]]
 3959name = "cxx-build"
 3960version = "1.0.157"
 3961source = "registry+https://github.com/rust-lang/crates.io-index"
 3962checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3963dependencies = [
 3964 "cc",
 3965 "codespan-reporting 0.12.0",
 3966 "proc-macro2",
 3967 "quote",
 3968 "scratch",
 3969 "syn 2.0.101",
 3970]
 3971
 3972[[package]]
 3973name = "cxxbridge-cmd"
 3974version = "1.0.157"
 3975source = "registry+https://github.com/rust-lang/crates.io-index"
 3976checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3977dependencies = [
 3978 "clap",
 3979 "codespan-reporting 0.12.0",
 3980 "proc-macro2",
 3981 "quote",
 3982 "syn 2.0.101",
 3983]
 3984
 3985[[package]]
 3986name = "cxxbridge-flags"
 3987version = "1.0.157"
 3988source = "registry+https://github.com/rust-lang/crates.io-index"
 3989checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3990
 3991[[package]]
 3992name = "cxxbridge-macro"
 3993version = "1.0.157"
 3994source = "registry+https://github.com/rust-lang/crates.io-index"
 3995checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3996dependencies = [
 3997 "proc-macro2",
 3998 "quote",
 3999 "rustversion",
 4000 "syn 2.0.101",
 4001]
 4002
 4003[[package]]
 4004name = "dap"
 4005version = "0.1.0"
 4006dependencies = [
 4007 "anyhow",
 4008 "async-compression",
 4009 "async-pipe",
 4010 "async-tar",
 4011 "async-trait",
 4012 "client",
 4013 "collections",
 4014 "dap-types",
 4015 "env_logger 0.11.8",
 4016 "fs",
 4017 "futures 0.3.31",
 4018 "gpui",
 4019 "http_client",
 4020 "language",
 4021 "log",
 4022 "node_runtime",
 4023 "parking_lot",
 4024 "paths",
 4025 "proto",
 4026 "schemars",
 4027 "serde",
 4028 "serde_json",
 4029 "settings",
 4030 "smallvec",
 4031 "smol",
 4032 "task",
 4033 "telemetry",
 4034 "util",
 4035 "workspace-hack",
 4036]
 4037
 4038[[package]]
 4039name = "dap-types"
 4040version = "0.0.1"
 4041source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
 4042dependencies = [
 4043 "schemars",
 4044 "serde",
 4045 "serde_json",
 4046]
 4047
 4048[[package]]
 4049name = "dap_adapters"
 4050version = "0.1.0"
 4051dependencies = [
 4052 "anyhow",
 4053 "async-trait",
 4054 "dap",
 4055 "futures 0.3.31",
 4056 "gpui",
 4057 "json_dotpath",
 4058 "language",
 4059 "paths",
 4060 "serde",
 4061 "serde_json",
 4062 "smol",
 4063 "task",
 4064 "util",
 4065 "workspace-hack",
 4066]
 4067
 4068[[package]]
 4069name = "darling"
 4070version = "0.20.11"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4073dependencies = [
 4074 "darling_core",
 4075 "darling_macro",
 4076]
 4077
 4078[[package]]
 4079name = "darling_core"
 4080version = "0.20.11"
 4081source = "registry+https://github.com/rust-lang/crates.io-index"
 4082checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4083dependencies = [
 4084 "fnv",
 4085 "ident_case",
 4086 "proc-macro2",
 4087 "quote",
 4088 "strsim",
 4089 "syn 2.0.101",
 4090]
 4091
 4092[[package]]
 4093name = "darling_macro"
 4094version = "0.20.11"
 4095source = "registry+https://github.com/rust-lang/crates.io-index"
 4096checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4097dependencies = [
 4098 "darling_core",
 4099 "quote",
 4100 "syn 2.0.101",
 4101]
 4102
 4103[[package]]
 4104name = "dashmap"
 4105version = "5.5.3"
 4106source = "registry+https://github.com/rust-lang/crates.io-index"
 4107checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4108dependencies = [
 4109 "cfg-if",
 4110 "hashbrown 0.14.5",
 4111 "lock_api",
 4112 "once_cell",
 4113 "parking_lot_core",
 4114]
 4115
 4116[[package]]
 4117name = "dashmap"
 4118version = "6.1.0"
 4119source = "registry+https://github.com/rust-lang/crates.io-index"
 4120checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4121dependencies = [
 4122 "cfg-if",
 4123 "crossbeam-utils",
 4124 "hashbrown 0.14.5",
 4125 "lock_api",
 4126 "once_cell",
 4127 "parking_lot_core",
 4128]
 4129
 4130[[package]]
 4131name = "dasp_sample"
 4132version = "0.11.0"
 4133source = "registry+https://github.com/rust-lang/crates.io-index"
 4134checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4135
 4136[[package]]
 4137name = "data-encoding"
 4138version = "2.9.0"
 4139source = "registry+https://github.com/rust-lang/crates.io-index"
 4140checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4141
 4142[[package]]
 4143name = "data-url"
 4144version = "0.3.1"
 4145source = "registry+https://github.com/rust-lang/crates.io-index"
 4146checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4147
 4148[[package]]
 4149name = "db"
 4150version = "0.1.0"
 4151dependencies = [
 4152 "anyhow",
 4153 "gpui",
 4154 "indoc",
 4155 "log",
 4156 "paths",
 4157 "release_channel",
 4158 "smol",
 4159 "sqlez",
 4160 "sqlez_macros",
 4161 "tempfile",
 4162 "util",
 4163 "workspace-hack",
 4164]
 4165
 4166[[package]]
 4167name = "dbus"
 4168version = "0.9.7"
 4169source = "registry+https://github.com/rust-lang/crates.io-index"
 4170checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4171dependencies = [
 4172 "libc",
 4173 "libdbus-sys",
 4174 "winapi",
 4175]
 4176
 4177[[package]]
 4178name = "debug_adapter_extension"
 4179version = "0.1.0"
 4180dependencies = [
 4181 "anyhow",
 4182 "async-trait",
 4183 "dap",
 4184 "extension",
 4185 "gpui",
 4186 "serde_json",
 4187 "task",
 4188 "workspace-hack",
 4189]
 4190
 4191[[package]]
 4192name = "debugger_tools"
 4193version = "0.1.0"
 4194dependencies = [
 4195 "anyhow",
 4196 "dap",
 4197 "editor",
 4198 "futures 0.3.31",
 4199 "gpui",
 4200 "project",
 4201 "serde_json",
 4202 "settings",
 4203 "smol",
 4204 "util",
 4205 "workspace",
 4206 "workspace-hack",
 4207]
 4208
 4209[[package]]
 4210name = "debugger_ui"
 4211version = "0.1.0"
 4212dependencies = [
 4213 "anyhow",
 4214 "client",
 4215 "collections",
 4216 "command_palette_hooks",
 4217 "dap",
 4218 "dap_adapters",
 4219 "db",
 4220 "debugger_tools",
 4221 "editor",
 4222 "env_logger 0.11.8",
 4223 "feature_flags",
 4224 "file_icons",
 4225 "futures 0.3.31",
 4226 "fuzzy",
 4227 "gpui",
 4228 "language",
 4229 "log",
 4230 "menu",
 4231 "parking_lot",
 4232 "paths",
 4233 "picker",
 4234 "pretty_assertions",
 4235 "project",
 4236 "rpc",
 4237 "serde",
 4238 "serde_json",
 4239 "settings",
 4240 "shlex",
 4241 "sysinfo",
 4242 "task",
 4243 "tasks_ui",
 4244 "terminal_view",
 4245 "theme",
 4246 "ui",
 4247 "unindent",
 4248 "util",
 4249 "workspace",
 4250 "workspace-hack",
 4251]
 4252
 4253[[package]]
 4254name = "deepseek"
 4255version = "0.1.0"
 4256dependencies = [
 4257 "anyhow",
 4258 "futures 0.3.31",
 4259 "http_client",
 4260 "schemars",
 4261 "serde",
 4262 "serde_json",
 4263 "workspace-hack",
 4264]
 4265
 4266[[package]]
 4267name = "deflate64"
 4268version = "0.1.9"
 4269source = "registry+https://github.com/rust-lang/crates.io-index"
 4270checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4271
 4272[[package]]
 4273name = "der"
 4274version = "0.6.1"
 4275source = "registry+https://github.com/rust-lang/crates.io-index"
 4276checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4277dependencies = [
 4278 "const-oid",
 4279 "zeroize",
 4280]
 4281
 4282[[package]]
 4283name = "der"
 4284version = "0.7.10"
 4285source = "registry+https://github.com/rust-lang/crates.io-index"
 4286checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4287dependencies = [
 4288 "const-oid",
 4289 "pem-rfc7468",
 4290 "zeroize",
 4291]
 4292
 4293[[package]]
 4294name = "deranged"
 4295version = "0.4.0"
 4296source = "registry+https://github.com/rust-lang/crates.io-index"
 4297checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4298dependencies = [
 4299 "powerfmt",
 4300 "serde",
 4301]
 4302
 4303[[package]]
 4304name = "derive_builder"
 4305version = "0.20.2"
 4306source = "registry+https://github.com/rust-lang/crates.io-index"
 4307checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4308dependencies = [
 4309 "derive_builder_macro",
 4310]
 4311
 4312[[package]]
 4313name = "derive_builder_core"
 4314version = "0.20.2"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4317dependencies = [
 4318 "darling",
 4319 "proc-macro2",
 4320 "quote",
 4321 "syn 2.0.101",
 4322]
 4323
 4324[[package]]
 4325name = "derive_builder_macro"
 4326version = "0.20.2"
 4327source = "registry+https://github.com/rust-lang/crates.io-index"
 4328checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4329dependencies = [
 4330 "derive_builder_core",
 4331 "syn 2.0.101",
 4332]
 4333
 4334[[package]]
 4335name = "derive_more"
 4336version = "0.99.19"
 4337source = "registry+https://github.com/rust-lang/crates.io-index"
 4338checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4339dependencies = [
 4340 "convert_case 0.4.0",
 4341 "proc-macro2",
 4342 "quote",
 4343 "rustc_version",
 4344 "syn 2.0.101",
 4345]
 4346
 4347[[package]]
 4348name = "derive_refineable"
 4349version = "0.1.0"
 4350dependencies = [
 4351 "proc-macro2",
 4352 "quote",
 4353 "syn 1.0.109",
 4354 "workspace-hack",
 4355]
 4356
 4357[[package]]
 4358name = "diagnostics"
 4359version = "0.1.0"
 4360dependencies = [
 4361 "anyhow",
 4362 "client",
 4363 "collections",
 4364 "component",
 4365 "ctor",
 4366 "editor",
 4367 "env_logger 0.11.8",
 4368 "futures 0.3.31",
 4369 "gpui",
 4370 "indoc",
 4371 "language",
 4372 "log",
 4373 "lsp",
 4374 "markdown",
 4375 "pretty_assertions",
 4376 "project",
 4377 "rand 0.8.5",
 4378 "serde",
 4379 "serde_json",
 4380 "settings",
 4381 "text",
 4382 "theme",
 4383 "ui",
 4384 "unindent",
 4385 "util",
 4386 "workspace",
 4387 "workspace-hack",
 4388]
 4389
 4390[[package]]
 4391name = "dialoguer"
 4392version = "0.11.0"
 4393source = "registry+https://github.com/rust-lang/crates.io-index"
 4394checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4395dependencies = [
 4396 "console",
 4397 "fuzzy-matcher",
 4398 "shell-words",
 4399 "tempfile",
 4400 "thiserror 1.0.69",
 4401 "zeroize",
 4402]
 4403
 4404[[package]]
 4405name = "diff"
 4406version = "0.1.13"
 4407source = "registry+https://github.com/rust-lang/crates.io-index"
 4408checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4409
 4410[[package]]
 4411name = "digest"
 4412version = "0.10.7"
 4413source = "registry+https://github.com/rust-lang/crates.io-index"
 4414checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4415dependencies = [
 4416 "block-buffer",
 4417 "const-oid",
 4418 "crypto-common",
 4419 "subtle",
 4420]
 4421
 4422[[package]]
 4423name = "dirs"
 4424version = "4.0.0"
 4425source = "registry+https://github.com/rust-lang/crates.io-index"
 4426checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4427dependencies = [
 4428 "dirs-sys 0.3.7",
 4429]
 4430
 4431[[package]]
 4432name = "dirs"
 4433version = "5.0.1"
 4434source = "registry+https://github.com/rust-lang/crates.io-index"
 4435checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4436dependencies = [
 4437 "dirs-sys 0.4.1",
 4438]
 4439
 4440[[package]]
 4441name = "dirs"
 4442version = "6.0.0"
 4443source = "registry+https://github.com/rust-lang/crates.io-index"
 4444checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4445dependencies = [
 4446 "dirs-sys 0.5.0",
 4447]
 4448
 4449[[package]]
 4450name = "dirs-sys"
 4451version = "0.3.7"
 4452source = "registry+https://github.com/rust-lang/crates.io-index"
 4453checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4454dependencies = [
 4455 "libc",
 4456 "redox_users 0.4.6",
 4457 "winapi",
 4458]
 4459
 4460[[package]]
 4461name = "dirs-sys"
 4462version = "0.4.1"
 4463source = "registry+https://github.com/rust-lang/crates.io-index"
 4464checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4465dependencies = [
 4466 "libc",
 4467 "option-ext",
 4468 "redox_users 0.4.6",
 4469 "windows-sys 0.48.0",
 4470]
 4471
 4472[[package]]
 4473name = "dirs-sys"
 4474version = "0.5.0"
 4475source = "registry+https://github.com/rust-lang/crates.io-index"
 4476checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4477dependencies = [
 4478 "libc",
 4479 "option-ext",
 4480 "redox_users 0.5.0",
 4481 "windows-sys 0.59.0",
 4482]
 4483
 4484[[package]]
 4485name = "dispatch"
 4486version = "0.2.0"
 4487source = "registry+https://github.com/rust-lang/crates.io-index"
 4488checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4489
 4490[[package]]
 4491name = "dispatch2"
 4492version = "0.3.0"
 4493source = "registry+https://github.com/rust-lang/crates.io-index"
 4494checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4495dependencies = [
 4496 "bitflags 2.9.0",
 4497 "objc2",
 4498]
 4499
 4500[[package]]
 4501name = "displaydoc"
 4502version = "0.2.5"
 4503source = "registry+https://github.com/rust-lang/crates.io-index"
 4504checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4505dependencies = [
 4506 "proc-macro2",
 4507 "quote",
 4508 "syn 2.0.101",
 4509]
 4510
 4511[[package]]
 4512name = "dlib"
 4513version = "0.5.2"
 4514source = "registry+https://github.com/rust-lang/crates.io-index"
 4515checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4516dependencies = [
 4517 "libloading",
 4518]
 4519
 4520[[package]]
 4521name = "docs_preprocessor"
 4522version = "0.1.0"
 4523dependencies = [
 4524 "anyhow",
 4525 "clap",
 4526 "mdbook",
 4527 "regex",
 4528 "serde",
 4529 "serde_json",
 4530 "settings",
 4531 "util",
 4532 "workspace-hack",
 4533]
 4534
 4535[[package]]
 4536name = "documented"
 4537version = "0.9.1"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4540dependencies = [
 4541 "documented-macros",
 4542 "phf",
 4543 "thiserror 1.0.69",
 4544]
 4545
 4546[[package]]
 4547name = "documented-macros"
 4548version = "0.9.1"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4551dependencies = [
 4552 "convert_case 0.6.0",
 4553 "itertools 0.13.0",
 4554 "optfield",
 4555 "proc-macro2",
 4556 "quote",
 4557 "strum 0.26.3",
 4558 "syn 2.0.101",
 4559]
 4560
 4561[[package]]
 4562name = "dotenv"
 4563version = "0.15.0"
 4564source = "registry+https://github.com/rust-lang/crates.io-index"
 4565checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4566
 4567[[package]]
 4568name = "dotenvy"
 4569version = "0.15.7"
 4570source = "registry+https://github.com/rust-lang/crates.io-index"
 4571checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4572
 4573[[package]]
 4574name = "downcast-rs"
 4575version = "1.2.1"
 4576source = "registry+https://github.com/rust-lang/crates.io-index"
 4577checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4578
 4579[[package]]
 4580name = "doxygen-rs"
 4581version = "0.4.2"
 4582source = "registry+https://github.com/rust-lang/crates.io-index"
 4583checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4584dependencies = [
 4585 "phf",
 4586]
 4587
 4588[[package]]
 4589name = "dtoa"
 4590version = "1.0.10"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4593
 4594[[package]]
 4595name = "dtoa-short"
 4596version = "0.3.5"
 4597source = "registry+https://github.com/rust-lang/crates.io-index"
 4598checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4599dependencies = [
 4600 "dtoa",
 4601]
 4602
 4603[[package]]
 4604name = "dtor"
 4605version = "0.0.6"
 4606source = "registry+https://github.com/rust-lang/crates.io-index"
 4607checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4608dependencies = [
 4609 "dtor-proc-macro",
 4610]
 4611
 4612[[package]]
 4613name = "dtor-proc-macro"
 4614version = "0.0.5"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4617
 4618[[package]]
 4619name = "dunce"
 4620version = "1.0.5"
 4621source = "registry+https://github.com/rust-lang/crates.io-index"
 4622checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4623
 4624[[package]]
 4625name = "dwrote"
 4626version = "0.11.3"
 4627source = "registry+https://github.com/rust-lang/crates.io-index"
 4628checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4629dependencies = [
 4630 "lazy_static",
 4631 "libc",
 4632 "winapi",
 4633 "wio",
 4634]
 4635
 4636[[package]]
 4637name = "dyn-clone"
 4638version = "1.0.19"
 4639source = "registry+https://github.com/rust-lang/crates.io-index"
 4640checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4641
 4642[[package]]
 4643name = "ec4rs"
 4644version = "1.2.0"
 4645source = "registry+https://github.com/rust-lang/crates.io-index"
 4646checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4647
 4648[[package]]
 4649name = "ecdsa"
 4650version = "0.14.8"
 4651source = "registry+https://github.com/rust-lang/crates.io-index"
 4652checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4653dependencies = [
 4654 "der 0.6.1",
 4655 "elliptic-curve",
 4656 "rfc6979",
 4657 "signature 1.6.4",
 4658]
 4659
 4660[[package]]
 4661name = "editor"
 4662version = "0.1.0"
 4663dependencies = [
 4664 "aho-corasick",
 4665 "anyhow",
 4666 "assets",
 4667 "buffer_diff",
 4668 "client",
 4669 "clock",
 4670 "collections",
 4671 "command_palette_hooks",
 4672 "convert_case 0.8.0",
 4673 "ctor",
 4674 "dap",
 4675 "db",
 4676 "emojis",
 4677 "env_logger 0.11.8",
 4678 "feature_flags",
 4679 "file_icons",
 4680 "fs",
 4681 "futures 0.3.31",
 4682 "fuzzy",
 4683 "git",
 4684 "gpui",
 4685 "http_client",
 4686 "indoc",
 4687 "inline_completion",
 4688 "itertools 0.14.0",
 4689 "language",
 4690 "languages",
 4691 "linkify",
 4692 "log",
 4693 "lsp",
 4694 "markdown",
 4695 "menu",
 4696 "multi_buffer",
 4697 "ordered-float 2.10.1",
 4698 "parking_lot",
 4699 "pretty_assertions",
 4700 "project",
 4701 "rand 0.8.5",
 4702 "release_channel",
 4703 "rpc",
 4704 "schemars",
 4705 "serde",
 4706 "serde_json",
 4707 "settings",
 4708 "smallvec",
 4709 "smol",
 4710 "snippet",
 4711 "sum_tree",
 4712 "task",
 4713 "telemetry",
 4714 "tempfile",
 4715 "text",
 4716 "theme",
 4717 "time",
 4718 "tree-sitter-html",
 4719 "tree-sitter-python",
 4720 "tree-sitter-rust",
 4721 "tree-sitter-typescript",
 4722 "ui",
 4723 "unicode-script",
 4724 "unicode-segmentation",
 4725 "unindent",
 4726 "url",
 4727 "util",
 4728 "uuid",
 4729 "workspace",
 4730 "workspace-hack",
 4731 "zed_actions",
 4732]
 4733
 4734[[package]]
 4735name = "either"
 4736version = "1.15.0"
 4737source = "registry+https://github.com/rust-lang/crates.io-index"
 4738checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4739dependencies = [
 4740 "serde",
 4741]
 4742
 4743[[package]]
 4744name = "elasticlunr-rs"
 4745version = "3.0.2"
 4746source = "registry+https://github.com/rust-lang/crates.io-index"
 4747checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4748dependencies = [
 4749 "regex",
 4750 "serde",
 4751 "serde_derive",
 4752 "serde_json",
 4753]
 4754
 4755[[package]]
 4756name = "elliptic-curve"
 4757version = "0.12.3"
 4758source = "registry+https://github.com/rust-lang/crates.io-index"
 4759checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4760dependencies = [
 4761 "base16ct",
 4762 "crypto-bigint 0.4.9",
 4763 "der 0.6.1",
 4764 "digest",
 4765 "ff",
 4766 "generic-array",
 4767 "group",
 4768 "pkcs8 0.9.0",
 4769 "rand_core 0.6.4",
 4770 "sec1",
 4771 "subtle",
 4772 "zeroize",
 4773]
 4774
 4775[[package]]
 4776name = "email_address"
 4777version = "0.2.9"
 4778source = "registry+https://github.com/rust-lang/crates.io-index"
 4779checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4780dependencies = [
 4781 "serde",
 4782]
 4783
 4784[[package]]
 4785name = "embed-resource"
 4786version = "3.0.2"
 4787source = "registry+https://github.com/rust-lang/crates.io-index"
 4788checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4789dependencies = [
 4790 "cc",
 4791 "memchr",
 4792 "rustc_version",
 4793 "toml 0.8.20",
 4794 "vswhom",
 4795 "winreg 0.52.0",
 4796]
 4797
 4798[[package]]
 4799name = "embedded-io"
 4800version = "0.4.0"
 4801source = "registry+https://github.com/rust-lang/crates.io-index"
 4802checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4803
 4804[[package]]
 4805name = "embedded-io"
 4806version = "0.6.1"
 4807source = "registry+https://github.com/rust-lang/crates.io-index"
 4808checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4809
 4810[[package]]
 4811name = "emojis"
 4812version = "0.6.4"
 4813source = "registry+https://github.com/rust-lang/crates.io-index"
 4814checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4815dependencies = [
 4816 "phf",
 4817]
 4818
 4819[[package]]
 4820name = "encode_unicode"
 4821version = "1.0.0"
 4822source = "registry+https://github.com/rust-lang/crates.io-index"
 4823checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4824
 4825[[package]]
 4826name = "encoding_rs"
 4827version = "0.8.35"
 4828source = "registry+https://github.com/rust-lang/crates.io-index"
 4829checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4830dependencies = [
 4831 "cfg-if",
 4832]
 4833
 4834[[package]]
 4835name = "endi"
 4836version = "1.1.0"
 4837source = "registry+https://github.com/rust-lang/crates.io-index"
 4838checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4839
 4840[[package]]
 4841name = "enumflags2"
 4842version = "0.7.11"
 4843source = "registry+https://github.com/rust-lang/crates.io-index"
 4844checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4845dependencies = [
 4846 "enumflags2_derive",
 4847 "serde",
 4848]
 4849
 4850[[package]]
 4851name = "enumflags2_derive"
 4852version = "0.7.11"
 4853source = "registry+https://github.com/rust-lang/crates.io-index"
 4854checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4855dependencies = [
 4856 "proc-macro2",
 4857 "quote",
 4858 "syn 2.0.101",
 4859]
 4860
 4861[[package]]
 4862name = "env_filter"
 4863version = "0.1.3"
 4864source = "registry+https://github.com/rust-lang/crates.io-index"
 4865checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4866dependencies = [
 4867 "log",
 4868 "regex",
 4869]
 4870
 4871[[package]]
 4872name = "env_logger"
 4873version = "0.10.2"
 4874source = "registry+https://github.com/rust-lang/crates.io-index"
 4875checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4876dependencies = [
 4877 "humantime",
 4878 "is-terminal",
 4879 "log",
 4880 "regex",
 4881 "termcolor",
 4882]
 4883
 4884[[package]]
 4885name = "env_logger"
 4886version = "0.11.8"
 4887source = "registry+https://github.com/rust-lang/crates.io-index"
 4888checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4889dependencies = [
 4890 "anstream",
 4891 "anstyle",
 4892 "env_filter",
 4893 "jiff",
 4894 "log",
 4895]
 4896
 4897[[package]]
 4898name = "envy"
 4899version = "0.4.2"
 4900source = "registry+https://github.com/rust-lang/crates.io-index"
 4901checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4902dependencies = [
 4903 "serde",
 4904]
 4905
 4906[[package]]
 4907name = "equivalent"
 4908version = "1.0.2"
 4909source = "registry+https://github.com/rust-lang/crates.io-index"
 4910checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4911
 4912[[package]]
 4913name = "erased-serde"
 4914version = "0.4.6"
 4915source = "registry+https://github.com/rust-lang/crates.io-index"
 4916checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4917dependencies = [
 4918 "serde",
 4919 "typeid",
 4920]
 4921
 4922[[package]]
 4923name = "errno"
 4924version = "0.2.8"
 4925source = "registry+https://github.com/rust-lang/crates.io-index"
 4926checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4927dependencies = [
 4928 "errno-dragonfly",
 4929 "libc",
 4930 "winapi",
 4931]
 4932
 4933[[package]]
 4934name = "errno"
 4935version = "0.3.11"
 4936source = "registry+https://github.com/rust-lang/crates.io-index"
 4937checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4938dependencies = [
 4939 "libc",
 4940 "windows-sys 0.59.0",
 4941]
 4942
 4943[[package]]
 4944name = "errno-dragonfly"
 4945version = "0.1.2"
 4946source = "registry+https://github.com/rust-lang/crates.io-index"
 4947checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4948dependencies = [
 4949 "cc",
 4950 "libc",
 4951]
 4952
 4953[[package]]
 4954name = "etagere"
 4955version = "0.2.15"
 4956source = "registry+https://github.com/rust-lang/crates.io-index"
 4957checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4958dependencies = [
 4959 "euclid",
 4960 "svg_fmt",
 4961]
 4962
 4963[[package]]
 4964name = "etcetera"
 4965version = "0.8.0"
 4966source = "registry+https://github.com/rust-lang/crates.io-index"
 4967checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4968dependencies = [
 4969 "cfg-if",
 4970 "home",
 4971 "windows-sys 0.48.0",
 4972]
 4973
 4974[[package]]
 4975name = "euclid"
 4976version = "0.22.11"
 4977source = "registry+https://github.com/rust-lang/crates.io-index"
 4978checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4979dependencies = [
 4980 "num-traits",
 4981]
 4982
 4983[[package]]
 4984name = "eval"
 4985version = "0.1.0"
 4986dependencies = [
 4987 "agent",
 4988 "anyhow",
 4989 "assistant_settings",
 4990 "assistant_tool",
 4991 "assistant_tools",
 4992 "async-trait",
 4993 "async-watch",
 4994 "buffer_diff",
 4995 "chrono",
 4996 "clap",
 4997 "client",
 4998 "collections",
 4999 "debug_adapter_extension",
 5000 "dirs 4.0.0",
 5001 "dotenv",
 5002 "env_logger 0.11.8",
 5003 "extension",
 5004 "fs",
 5005 "futures 0.3.31",
 5006 "gpui",
 5007 "gpui_tokio",
 5008 "handlebars 4.5.0",
 5009 "language",
 5010 "language_extension",
 5011 "language_model",
 5012 "language_models",
 5013 "languages",
 5014 "markdown",
 5015 "node_runtime",
 5016 "pathdiff",
 5017 "paths",
 5018 "pretty_assertions",
 5019 "project",
 5020 "prompt_store",
 5021 "regex",
 5022 "release_channel",
 5023 "reqwest_client",
 5024 "serde",
 5025 "serde_json",
 5026 "settings",
 5027 "shellexpand 2.1.2",
 5028 "smol",
 5029 "telemetry",
 5030 "terminal_view",
 5031 "toml 0.8.20",
 5032 "unindent",
 5033 "util",
 5034 "uuid",
 5035 "workspace-hack",
 5036]
 5037
 5038[[package]]
 5039name = "event-listener"
 5040version = "2.5.3"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5043
 5044[[package]]
 5045name = "event-listener"
 5046version = "5.4.0"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5049dependencies = [
 5050 "concurrent-queue",
 5051 "parking",
 5052 "pin-project-lite",
 5053]
 5054
 5055[[package]]
 5056name = "event-listener-strategy"
 5057version = "0.5.4"
 5058source = "registry+https://github.com/rust-lang/crates.io-index"
 5059checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5060dependencies = [
 5061 "event-listener 5.4.0",
 5062 "pin-project-lite",
 5063]
 5064
 5065[[package]]
 5066name = "exec"
 5067version = "0.3.1"
 5068source = "registry+https://github.com/rust-lang/crates.io-index"
 5069checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5070dependencies = [
 5071 "errno 0.2.8",
 5072 "libc",
 5073]
 5074
 5075[[package]]
 5076name = "exr"
 5077version = "1.73.0"
 5078source = "registry+https://github.com/rust-lang/crates.io-index"
 5079checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5080dependencies = [
 5081 "bit_field",
 5082 "half",
 5083 "lebe",
 5084 "miniz_oxide",
 5085 "rayon-core",
 5086 "smallvec",
 5087 "zune-inflate",
 5088]
 5089
 5090[[package]]
 5091name = "extension"
 5092version = "0.1.0"
 5093dependencies = [
 5094 "anyhow",
 5095 "async-compression",
 5096 "async-tar",
 5097 "async-trait",
 5098 "collections",
 5099 "dap",
 5100 "fs",
 5101 "futures 0.3.31",
 5102 "gpui",
 5103 "heck 0.5.0",
 5104 "http_client",
 5105 "language",
 5106 "log",
 5107 "lsp",
 5108 "parking_lot",
 5109 "semantic_version",
 5110 "serde",
 5111 "serde_json",
 5112 "task",
 5113 "toml 0.8.20",
 5114 "util",
 5115 "wasi-preview1-component-adapter-provider",
 5116 "wasm-encoder 0.221.3",
 5117 "wasmparser 0.221.3",
 5118 "wit-component 0.221.3",
 5119 "workspace-hack",
 5120]
 5121
 5122[[package]]
 5123name = "extension_cli"
 5124version = "0.1.0"
 5125dependencies = [
 5126 "anyhow",
 5127 "clap",
 5128 "env_logger 0.11.8",
 5129 "extension",
 5130 "fs",
 5131 "gpui",
 5132 "language",
 5133 "log",
 5134 "reqwest_client",
 5135 "rpc",
 5136 "serde",
 5137 "serde_json",
 5138 "theme",
 5139 "tokio",
 5140 "toml 0.8.20",
 5141 "tree-sitter",
 5142 "wasmtime",
 5143 "workspace-hack",
 5144]
 5145
 5146[[package]]
 5147name = "extension_host"
 5148version = "0.1.0"
 5149dependencies = [
 5150 "anyhow",
 5151 "async-compression",
 5152 "async-tar",
 5153 "async-trait",
 5154 "client",
 5155 "collections",
 5156 "criterion",
 5157 "ctor",
 5158 "dap",
 5159 "env_logger 0.11.8",
 5160 "extension",
 5161 "fs",
 5162 "futures 0.3.31",
 5163 "gpui",
 5164 "http_client",
 5165 "language",
 5166 "language_extension",
 5167 "log",
 5168 "lsp",
 5169 "moka",
 5170 "node_runtime",
 5171 "parking_lot",
 5172 "paths",
 5173 "project",
 5174 "rand 0.8.5",
 5175 "release_channel",
 5176 "remote",
 5177 "reqwest_client",
 5178 "schemars",
 5179 "semantic_version",
 5180 "serde",
 5181 "serde_json",
 5182 "serde_json_lenient",
 5183 "settings",
 5184 "task",
 5185 "telemetry",
 5186 "tempfile",
 5187 "theme",
 5188 "theme_extension",
 5189 "toml 0.8.20",
 5190 "url",
 5191 "util",
 5192 "wasmparser 0.221.3",
 5193 "wasmtime",
 5194 "wasmtime-wasi",
 5195 "workspace-hack",
 5196]
 5197
 5198[[package]]
 5199name = "extensions_ui"
 5200version = "0.1.0"
 5201dependencies = [
 5202 "anyhow",
 5203 "client",
 5204 "collections",
 5205 "db",
 5206 "editor",
 5207 "extension",
 5208 "extension_host",
 5209 "fs",
 5210 "fuzzy",
 5211 "gpui",
 5212 "language",
 5213 "log",
 5214 "num-format",
 5215 "picker",
 5216 "project",
 5217 "release_channel",
 5218 "semantic_version",
 5219 "serde",
 5220 "settings",
 5221 "smallvec",
 5222 "strum 0.27.1",
 5223 "telemetry",
 5224 "theme",
 5225 "ui",
 5226 "util",
 5227 "vim_mode_setting",
 5228 "workspace",
 5229 "workspace-hack",
 5230 "zed_actions",
 5231]
 5232
 5233[[package]]
 5234name = "fallible-iterator"
 5235version = "0.3.0"
 5236source = "registry+https://github.com/rust-lang/crates.io-index"
 5237checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5238
 5239[[package]]
 5240name = "fancy-regex"
 5241version = "0.13.0"
 5242source = "registry+https://github.com/rust-lang/crates.io-index"
 5243checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5244dependencies = [
 5245 "bit-set 0.5.3",
 5246 "regex-automata 0.4.9",
 5247 "regex-syntax 0.8.5",
 5248]
 5249
 5250[[package]]
 5251name = "fancy-regex"
 5252version = "0.14.0"
 5253source = "registry+https://github.com/rust-lang/crates.io-index"
 5254checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5255dependencies = [
 5256 "bit-set 0.8.0",
 5257 "regex-automata 0.4.9",
 5258 "regex-syntax 0.8.5",
 5259]
 5260
 5261[[package]]
 5262name = "fast-srgb8"
 5263version = "1.0.0"
 5264source = "registry+https://github.com/rust-lang/crates.io-index"
 5265checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5266
 5267[[package]]
 5268name = "faster-hex"
 5269version = "0.9.0"
 5270source = "registry+https://github.com/rust-lang/crates.io-index"
 5271checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5272dependencies = [
 5273 "serde",
 5274]
 5275
 5276[[package]]
 5277name = "faster-hex"
 5278version = "0.10.0"
 5279source = "registry+https://github.com/rust-lang/crates.io-index"
 5280checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5281dependencies = [
 5282 "heapless",
 5283 "serde",
 5284]
 5285
 5286[[package]]
 5287name = "fastrand"
 5288version = "1.9.0"
 5289source = "registry+https://github.com/rust-lang/crates.io-index"
 5290checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5291dependencies = [
 5292 "instant",
 5293]
 5294
 5295[[package]]
 5296name = "fastrand"
 5297version = "2.3.0"
 5298source = "registry+https://github.com/rust-lang/crates.io-index"
 5299checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5300
 5301[[package]]
 5302name = "fd-lock"
 5303version = "4.0.4"
 5304source = "registry+https://github.com/rust-lang/crates.io-index"
 5305checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5306dependencies = [
 5307 "cfg-if",
 5308 "rustix 1.0.7",
 5309 "windows-sys 0.59.0",
 5310]
 5311
 5312[[package]]
 5313name = "fdeflate"
 5314version = "0.3.7"
 5315source = "registry+https://github.com/rust-lang/crates.io-index"
 5316checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5317dependencies = [
 5318 "simd-adler32",
 5319]
 5320
 5321[[package]]
 5322name = "feature_flags"
 5323version = "0.1.0"
 5324dependencies = [
 5325 "futures 0.3.31",
 5326 "gpui",
 5327 "smol",
 5328 "workspace-hack",
 5329]
 5330
 5331[[package]]
 5332name = "feedback"
 5333version = "0.1.0"
 5334dependencies = [
 5335 "client",
 5336 "editor",
 5337 "gpui",
 5338 "human_bytes",
 5339 "menu",
 5340 "release_channel",
 5341 "serde",
 5342 "sysinfo",
 5343 "ui",
 5344 "urlencoding",
 5345 "util",
 5346 "workspace",
 5347 "workspace-hack",
 5348 "zed_actions",
 5349]
 5350
 5351[[package]]
 5352name = "ff"
 5353version = "0.12.1"
 5354source = "registry+https://github.com/rust-lang/crates.io-index"
 5355checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5356dependencies = [
 5357 "rand_core 0.6.4",
 5358 "subtle",
 5359]
 5360
 5361[[package]]
 5362name = "file_finder"
 5363version = "0.1.0"
 5364dependencies = [
 5365 "anyhow",
 5366 "collections",
 5367 "ctor",
 5368 "editor",
 5369 "env_logger 0.11.8",
 5370 "file_icons",
 5371 "futures 0.3.31",
 5372 "fuzzy",
 5373 "gpui",
 5374 "language",
 5375 "menu",
 5376 "picker",
 5377 "project",
 5378 "schemars",
 5379 "serde",
 5380 "serde_derive",
 5381 "serde_json",
 5382 "settings",
 5383 "text",
 5384 "theme",
 5385 "ui",
 5386 "util",
 5387 "workspace",
 5388 "workspace-hack",
 5389]
 5390
 5391[[package]]
 5392name = "file_icons"
 5393version = "0.1.0"
 5394dependencies = [
 5395 "gpui",
 5396 "serde",
 5397 "settings",
 5398 "theme",
 5399 "util",
 5400 "workspace-hack",
 5401]
 5402
 5403[[package]]
 5404name = "filedescriptor"
 5405version = "0.8.3"
 5406source = "registry+https://github.com/rust-lang/crates.io-index"
 5407checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5408dependencies = [
 5409 "libc",
 5410 "thiserror 1.0.69",
 5411 "winapi",
 5412]
 5413
 5414[[package]]
 5415name = "filetime"
 5416version = "0.2.25"
 5417source = "registry+https://github.com/rust-lang/crates.io-index"
 5418checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5419dependencies = [
 5420 "cfg-if",
 5421 "libc",
 5422 "libredox",
 5423 "windows-sys 0.59.0",
 5424]
 5425
 5426[[package]]
 5427name = "fixedbitset"
 5428version = "0.4.2"
 5429source = "registry+https://github.com/rust-lang/crates.io-index"
 5430checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5431
 5432[[package]]
 5433name = "flate2"
 5434version = "1.1.1"
 5435source = "registry+https://github.com/rust-lang/crates.io-index"
 5436checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5437dependencies = [
 5438 "crc32fast",
 5439 "libz-rs-sys",
 5440 "miniz_oxide",
 5441]
 5442
 5443[[package]]
 5444name = "float-cmp"
 5445version = "0.9.0"
 5446source = "registry+https://github.com/rust-lang/crates.io-index"
 5447checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5448
 5449[[package]]
 5450name = "float-ord"
 5451version = "0.3.2"
 5452source = "registry+https://github.com/rust-lang/crates.io-index"
 5453checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5454
 5455[[package]]
 5456name = "float_next_after"
 5457version = "1.0.0"
 5458source = "registry+https://github.com/rust-lang/crates.io-index"
 5459checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5460
 5461[[package]]
 5462name = "fluent-uri"
 5463version = "0.3.2"
 5464source = "registry+https://github.com/rust-lang/crates.io-index"
 5465checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5466dependencies = [
 5467 "borrow-or-share",
 5468 "ref-cast",
 5469 "serde",
 5470]
 5471
 5472[[package]]
 5473name = "flume"
 5474version = "0.11.1"
 5475source = "registry+https://github.com/rust-lang/crates.io-index"
 5476checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5477dependencies = [
 5478 "futures-core",
 5479 "futures-sink",
 5480 "nanorand",
 5481 "spin",
 5482]
 5483
 5484[[package]]
 5485name = "fnv"
 5486version = "1.0.7"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5489
 5490[[package]]
 5491name = "foldhash"
 5492version = "0.1.5"
 5493source = "registry+https://github.com/rust-lang/crates.io-index"
 5494checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5495
 5496[[package]]
 5497name = "font-kit"
 5498version = "0.14.1"
 5499source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5500dependencies = [
 5501 "bitflags 2.9.0",
 5502 "byteorder",
 5503 "core-foundation 0.10.0",
 5504 "core-graphics 0.24.0",
 5505 "core-text",
 5506 "dirs 5.0.1",
 5507 "dwrote",
 5508 "float-ord",
 5509 "freetype-sys",
 5510 "lazy_static",
 5511 "libc",
 5512 "log",
 5513 "pathfinder_geometry",
 5514 "pathfinder_simd",
 5515 "walkdir",
 5516 "winapi",
 5517 "yeslogic-fontconfig-sys",
 5518]
 5519
 5520[[package]]
 5521name = "font-types"
 5522version = "0.8.4"
 5523source = "registry+https://github.com/rust-lang/crates.io-index"
 5524checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5525dependencies = [
 5526 "bytemuck",
 5527]
 5528
 5529[[package]]
 5530name = "fontconfig-parser"
 5531version = "0.5.7"
 5532source = "registry+https://github.com/rust-lang/crates.io-index"
 5533checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5534dependencies = [
 5535 "roxmltree",
 5536]
 5537
 5538[[package]]
 5539name = "fontdb"
 5540version = "0.16.2"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5543dependencies = [
 5544 "fontconfig-parser",
 5545 "log",
 5546 "memmap2",
 5547 "slotmap",
 5548 "tinyvec",
 5549 "ttf-parser 0.20.0",
 5550]
 5551
 5552[[package]]
 5553name = "fontdb"
 5554version = "0.23.0"
 5555source = "registry+https://github.com/rust-lang/crates.io-index"
 5556checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5557dependencies = [
 5558 "fontconfig-parser",
 5559 "log",
 5560 "memmap2",
 5561 "slotmap",
 5562 "tinyvec",
 5563 "ttf-parser 0.25.1",
 5564]
 5565
 5566[[package]]
 5567name = "foreign-types"
 5568version = "0.3.2"
 5569source = "registry+https://github.com/rust-lang/crates.io-index"
 5570checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5571dependencies = [
 5572 "foreign-types-shared 0.1.1",
 5573]
 5574
 5575[[package]]
 5576name = "foreign-types"
 5577version = "0.5.0"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5580dependencies = [
 5581 "foreign-types-macros",
 5582 "foreign-types-shared 0.3.1",
 5583]
 5584
 5585[[package]]
 5586name = "foreign-types-macros"
 5587version = "0.2.3"
 5588source = "registry+https://github.com/rust-lang/crates.io-index"
 5589checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5590dependencies = [
 5591 "proc-macro2",
 5592 "quote",
 5593 "syn 2.0.101",
 5594]
 5595
 5596[[package]]
 5597name = "foreign-types-shared"
 5598version = "0.1.1"
 5599source = "registry+https://github.com/rust-lang/crates.io-index"
 5600checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5601
 5602[[package]]
 5603name = "foreign-types-shared"
 5604version = "0.3.1"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5607
 5608[[package]]
 5609name = "fork"
 5610version = "0.2.0"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5613dependencies = [
 5614 "libc",
 5615]
 5616
 5617[[package]]
 5618name = "form_urlencoded"
 5619version = "1.2.1"
 5620source = "registry+https://github.com/rust-lang/crates.io-index"
 5621checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5622dependencies = [
 5623 "percent-encoding",
 5624]
 5625
 5626[[package]]
 5627name = "fraction"
 5628version = "0.15.3"
 5629source = "registry+https://github.com/rust-lang/crates.io-index"
 5630checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5631dependencies = [
 5632 "lazy_static",
 5633 "num",
 5634]
 5635
 5636[[package]]
 5637name = "freetype-sys"
 5638version = "0.20.1"
 5639source = "registry+https://github.com/rust-lang/crates.io-index"
 5640checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5641dependencies = [
 5642 "cc",
 5643 "libc",
 5644 "pkg-config",
 5645]
 5646
 5647[[package]]
 5648name = "fs"
 5649version = "0.1.0"
 5650dependencies = [
 5651 "anyhow",
 5652 "ashpd",
 5653 "async-tar",
 5654 "async-trait",
 5655 "cocoa 0.26.0",
 5656 "collections",
 5657 "fsevent",
 5658 "futures 0.3.31",
 5659 "git",
 5660 "gpui",
 5661 "ignore",
 5662 "libc",
 5663 "log",
 5664 "notify",
 5665 "objc",
 5666 "parking_lot",
 5667 "paths",
 5668 "proto",
 5669 "rope",
 5670 "serde",
 5671 "serde_json",
 5672 "smol",
 5673 "tempfile",
 5674 "text",
 5675 "time",
 5676 "util",
 5677 "windows 0.61.1",
 5678 "workspace-hack",
 5679]
 5680
 5681[[package]]
 5682name = "fs-set-times"
 5683version = "0.20.3"
 5684source = "registry+https://github.com/rust-lang/crates.io-index"
 5685checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5686dependencies = [
 5687 "io-lifetimes",
 5688 "rustix 1.0.7",
 5689 "windows-sys 0.59.0",
 5690]
 5691
 5692[[package]]
 5693name = "fs2"
 5694version = "0.4.3"
 5695source = "registry+https://github.com/rust-lang/crates.io-index"
 5696checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5697dependencies = [
 5698 "libc",
 5699 "winapi",
 5700]
 5701
 5702[[package]]
 5703name = "fs_extra"
 5704version = "1.3.0"
 5705source = "registry+https://github.com/rust-lang/crates.io-index"
 5706checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5707
 5708[[package]]
 5709name = "fsevent"
 5710version = "0.1.0"
 5711dependencies = [
 5712 "bitflags 2.9.0",
 5713 "core-foundation 0.10.0",
 5714 "fsevent-sys 3.1.0",
 5715 "parking_lot",
 5716 "tempfile",
 5717 "workspace-hack",
 5718]
 5719
 5720[[package]]
 5721name = "fsevent-sys"
 5722version = "3.1.0"
 5723source = "registry+https://github.com/rust-lang/crates.io-index"
 5724checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5725dependencies = [
 5726 "libc",
 5727]
 5728
 5729[[package]]
 5730name = "fsevent-sys"
 5731version = "4.1.0"
 5732source = "registry+https://github.com/rust-lang/crates.io-index"
 5733checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5734dependencies = [
 5735 "libc",
 5736]
 5737
 5738[[package]]
 5739name = "funty"
 5740version = "2.0.0"
 5741source = "registry+https://github.com/rust-lang/crates.io-index"
 5742checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5743
 5744[[package]]
 5745name = "futf"
 5746version = "0.1.5"
 5747source = "registry+https://github.com/rust-lang/crates.io-index"
 5748checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5749dependencies = [
 5750 "mac",
 5751 "new_debug_unreachable",
 5752]
 5753
 5754[[package]]
 5755name = "futures"
 5756version = "0.1.31"
 5757source = "registry+https://github.com/rust-lang/crates.io-index"
 5758checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5759
 5760[[package]]
 5761name = "futures"
 5762version = "0.3.31"
 5763source = "registry+https://github.com/rust-lang/crates.io-index"
 5764checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5765dependencies = [
 5766 "futures-channel",
 5767 "futures-core",
 5768 "futures-executor",
 5769 "futures-io",
 5770 "futures-sink",
 5771 "futures-task",
 5772 "futures-util",
 5773]
 5774
 5775[[package]]
 5776name = "futures-batch"
 5777version = "0.6.1"
 5778source = "registry+https://github.com/rust-lang/crates.io-index"
 5779checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5780dependencies = [
 5781 "futures 0.3.31",
 5782 "futures-timer",
 5783 "pin-utils",
 5784]
 5785
 5786[[package]]
 5787name = "futures-channel"
 5788version = "0.3.31"
 5789source = "registry+https://github.com/rust-lang/crates.io-index"
 5790checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5791dependencies = [
 5792 "futures-core",
 5793 "futures-sink",
 5794]
 5795
 5796[[package]]
 5797name = "futures-core"
 5798version = "0.3.31"
 5799source = "registry+https://github.com/rust-lang/crates.io-index"
 5800checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5801
 5802[[package]]
 5803name = "futures-executor"
 5804version = "0.3.31"
 5805source = "registry+https://github.com/rust-lang/crates.io-index"
 5806checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5807dependencies = [
 5808 "futures-core",
 5809 "futures-task",
 5810 "futures-util",
 5811]
 5812
 5813[[package]]
 5814name = "futures-intrusive"
 5815version = "0.5.0"
 5816source = "registry+https://github.com/rust-lang/crates.io-index"
 5817checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5818dependencies = [
 5819 "futures-core",
 5820 "lock_api",
 5821 "parking_lot",
 5822]
 5823
 5824[[package]]
 5825name = "futures-io"
 5826version = "0.3.31"
 5827source = "registry+https://github.com/rust-lang/crates.io-index"
 5828checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5829
 5830[[package]]
 5831name = "futures-lite"
 5832version = "1.13.0"
 5833source = "registry+https://github.com/rust-lang/crates.io-index"
 5834checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5835dependencies = [
 5836 "fastrand 1.9.0",
 5837 "futures-core",
 5838 "futures-io",
 5839 "memchr",
 5840 "parking",
 5841 "pin-project-lite",
 5842 "waker-fn",
 5843]
 5844
 5845[[package]]
 5846name = "futures-lite"
 5847version = "2.6.0"
 5848source = "registry+https://github.com/rust-lang/crates.io-index"
 5849checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5850dependencies = [
 5851 "fastrand 2.3.0",
 5852 "futures-core",
 5853 "futures-io",
 5854 "parking",
 5855 "pin-project-lite",
 5856]
 5857
 5858[[package]]
 5859name = "futures-macro"
 5860version = "0.3.31"
 5861source = "registry+https://github.com/rust-lang/crates.io-index"
 5862checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5863dependencies = [
 5864 "proc-macro2",
 5865 "quote",
 5866 "syn 2.0.101",
 5867]
 5868
 5869[[package]]
 5870name = "futures-sink"
 5871version = "0.3.31"
 5872source = "registry+https://github.com/rust-lang/crates.io-index"
 5873checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5874
 5875[[package]]
 5876name = "futures-task"
 5877version = "0.3.31"
 5878source = "registry+https://github.com/rust-lang/crates.io-index"
 5879checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5880
 5881[[package]]
 5882name = "futures-timer"
 5883version = "3.0.3"
 5884source = "registry+https://github.com/rust-lang/crates.io-index"
 5885checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5886
 5887[[package]]
 5888name = "futures-util"
 5889version = "0.3.31"
 5890source = "registry+https://github.com/rust-lang/crates.io-index"
 5891checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5892dependencies = [
 5893 "futures 0.1.31",
 5894 "futures-channel",
 5895 "futures-core",
 5896 "futures-io",
 5897 "futures-macro",
 5898 "futures-sink",
 5899 "futures-task",
 5900 "memchr",
 5901 "pin-project-lite",
 5902 "pin-utils",
 5903 "slab",
 5904 "tokio-io",
 5905]
 5906
 5907[[package]]
 5908name = "fuzzy"
 5909version = "0.1.0"
 5910dependencies = [
 5911 "gpui",
 5912 "log",
 5913 "util",
 5914 "workspace-hack",
 5915]
 5916
 5917[[package]]
 5918name = "fuzzy-matcher"
 5919version = "0.3.7"
 5920source = "registry+https://github.com/rust-lang/crates.io-index"
 5921checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5922dependencies = [
 5923 "thread_local",
 5924]
 5925
 5926[[package]]
 5927name = "generator"
 5928version = "0.8.5"
 5929source = "registry+https://github.com/rust-lang/crates.io-index"
 5930checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 5931dependencies = [
 5932 "cc",
 5933 "cfg-if",
 5934 "libc",
 5935 "log",
 5936 "rustversion",
 5937 "windows 0.61.1",
 5938]
 5939
 5940[[package]]
 5941name = "generic-array"
 5942version = "0.14.7"
 5943source = "registry+https://github.com/rust-lang/crates.io-index"
 5944checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5945dependencies = [
 5946 "typenum",
 5947 "version_check",
 5948]
 5949
 5950[[package]]
 5951name = "gethostname"
 5952version = "0.4.3"
 5953source = "registry+https://github.com/rust-lang/crates.io-index"
 5954checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5955dependencies = [
 5956 "libc",
 5957 "windows-targets 0.48.5",
 5958]
 5959
 5960[[package]]
 5961name = "getrandom"
 5962version = "0.1.16"
 5963source = "registry+https://github.com/rust-lang/crates.io-index"
 5964checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5965dependencies = [
 5966 "cfg-if",
 5967 "libc",
 5968 "wasi 0.9.0+wasi-snapshot-preview1",
 5969]
 5970
 5971[[package]]
 5972name = "getrandom"
 5973version = "0.2.15"
 5974source = "registry+https://github.com/rust-lang/crates.io-index"
 5975checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5976dependencies = [
 5977 "cfg-if",
 5978 "js-sys",
 5979 "libc",
 5980 "wasi 0.11.0+wasi-snapshot-preview1",
 5981 "wasm-bindgen",
 5982]
 5983
 5984[[package]]
 5985name = "getrandom"
 5986version = "0.3.2"
 5987source = "registry+https://github.com/rust-lang/crates.io-index"
 5988checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5989dependencies = [
 5990 "cfg-if",
 5991 "js-sys",
 5992 "libc",
 5993 "r-efi",
 5994 "wasi 0.14.2+wasi-0.2.4",
 5995 "wasm-bindgen",
 5996]
 5997
 5998[[package]]
 5999name = "gif"
 6000version = "0.13.1"
 6001source = "registry+https://github.com/rust-lang/crates.io-index"
 6002checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 6003dependencies = [
 6004 "color_quant",
 6005 "weezl",
 6006]
 6007
 6008[[package]]
 6009name = "gimli"
 6010version = "0.31.1"
 6011source = "registry+https://github.com/rust-lang/crates.io-index"
 6012checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6013dependencies = [
 6014 "fallible-iterator",
 6015 "indexmap",
 6016 "stable_deref_trait",
 6017]
 6018
 6019[[package]]
 6020name = "git"
 6021version = "0.1.0"
 6022dependencies = [
 6023 "anyhow",
 6024 "askpass",
 6025 "async-trait",
 6026 "collections",
 6027 "derive_more",
 6028 "futures 0.3.31",
 6029 "git2",
 6030 "gpui",
 6031 "http_client",
 6032 "log",
 6033 "parking_lot",
 6034 "pretty_assertions",
 6035 "regex",
 6036 "rope",
 6037 "schemars",
 6038 "serde",
 6039 "serde_json",
 6040 "smol",
 6041 "sum_tree",
 6042 "tempfile",
 6043 "text",
 6044 "thiserror 2.0.12",
 6045 "time",
 6046 "unindent",
 6047 "url",
 6048 "util",
 6049 "uuid",
 6050 "workspace-hack",
 6051]
 6052
 6053[[package]]
 6054name = "git2"
 6055version = "0.20.1"
 6056source = "registry+https://github.com/rust-lang/crates.io-index"
 6057checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6058dependencies = [
 6059 "bitflags 2.9.0",
 6060 "libc",
 6061 "libgit2-sys",
 6062 "log",
 6063 "url",
 6064]
 6065
 6066[[package]]
 6067name = "git_hosting_providers"
 6068version = "0.1.0"
 6069dependencies = [
 6070 "anyhow",
 6071 "async-trait",
 6072 "futures 0.3.31",
 6073 "git",
 6074 "gpui",
 6075 "http_client",
 6076 "indoc",
 6077 "pretty_assertions",
 6078 "regex",
 6079 "schemars",
 6080 "serde",
 6081 "serde_json",
 6082 "settings",
 6083 "url",
 6084 "util",
 6085 "workspace-hack",
 6086]
 6087
 6088[[package]]
 6089name = "git_ui"
 6090version = "0.1.0"
 6091dependencies = [
 6092 "anyhow",
 6093 "askpass",
 6094 "assistant_settings",
 6095 "buffer_diff",
 6096 "chrono",
 6097 "collections",
 6098 "command_palette_hooks",
 6099 "component",
 6100 "ctor",
 6101 "db",
 6102 "editor",
 6103 "env_logger 0.11.8",
 6104 "futures 0.3.31",
 6105 "fuzzy",
 6106 "git",
 6107 "gpui",
 6108 "itertools 0.14.0",
 6109 "language",
 6110 "language_model",
 6111 "linkify",
 6112 "log",
 6113 "markdown",
 6114 "menu",
 6115 "multi_buffer",
 6116 "notifications",
 6117 "panel",
 6118 "picker",
 6119 "postage",
 6120 "pretty_assertions",
 6121 "project",
 6122 "schemars",
 6123 "serde",
 6124 "serde_derive",
 6125 "serde_json",
 6126 "settings",
 6127 "strum 0.27.1",
 6128 "telemetry",
 6129 "theme",
 6130 "time",
 6131 "time_format",
 6132 "ui",
 6133 "unindent",
 6134 "util",
 6135 "windows 0.61.1",
 6136 "workspace",
 6137 "workspace-hack",
 6138 "zed_actions",
 6139]
 6140
 6141[[package]]
 6142name = "gix"
 6143version = "0.71.0"
 6144source = "registry+https://github.com/rust-lang/crates.io-index"
 6145checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6146dependencies = [
 6147 "gix-actor",
 6148 "gix-attributes",
 6149 "gix-command",
 6150 "gix-commitgraph",
 6151 "gix-config",
 6152 "gix-date",
 6153 "gix-diff",
 6154 "gix-discover",
 6155 "gix-features 0.41.1",
 6156 "gix-filter",
 6157 "gix-fs 0.14.0",
 6158 "gix-glob",
 6159 "gix-hash 0.17.0",
 6160 "gix-hashtable",
 6161 "gix-ignore",
 6162 "gix-index",
 6163 "gix-lock",
 6164 "gix-object",
 6165 "gix-odb",
 6166 "gix-pack",
 6167 "gix-path",
 6168 "gix-pathspec",
 6169 "gix-protocol",
 6170 "gix-ref",
 6171 "gix-refspec",
 6172 "gix-revision",
 6173 "gix-revwalk",
 6174 "gix-sec",
 6175 "gix-shallow",
 6176 "gix-submodule",
 6177 "gix-tempfile",
 6178 "gix-trace",
 6179 "gix-traverse",
 6180 "gix-url",
 6181 "gix-utils 0.2.0",
 6182 "gix-validate 0.9.4",
 6183 "gix-worktree",
 6184 "once_cell",
 6185 "smallvec",
 6186 "thiserror 2.0.12",
 6187]
 6188
 6189[[package]]
 6190name = "gix-actor"
 6191version = "0.34.0"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6194dependencies = [
 6195 "bstr",
 6196 "gix-date",
 6197 "gix-utils 0.2.0",
 6198 "itoa",
 6199 "thiserror 2.0.12",
 6200 "winnow",
 6201]
 6202
 6203[[package]]
 6204name = "gix-attributes"
 6205version = "0.25.0"
 6206source = "registry+https://github.com/rust-lang/crates.io-index"
 6207checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6208dependencies = [
 6209 "bstr",
 6210 "gix-glob",
 6211 "gix-path",
 6212 "gix-quote",
 6213 "gix-trace",
 6214 "kstring",
 6215 "smallvec",
 6216 "thiserror 2.0.12",
 6217 "unicode-bom",
 6218]
 6219
 6220[[package]]
 6221name = "gix-bitmap"
 6222version = "0.2.14"
 6223source = "registry+https://github.com/rust-lang/crates.io-index"
 6224checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6225dependencies = [
 6226 "thiserror 2.0.12",
 6227]
 6228
 6229[[package]]
 6230name = "gix-chunk"
 6231version = "0.4.11"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6234dependencies = [
 6235 "thiserror 2.0.12",
 6236]
 6237
 6238[[package]]
 6239name = "gix-command"
 6240version = "0.5.0"
 6241source = "registry+https://github.com/rust-lang/crates.io-index"
 6242checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6243dependencies = [
 6244 "bstr",
 6245 "gix-path",
 6246 "gix-quote",
 6247 "gix-trace",
 6248 "shell-words",
 6249]
 6250
 6251[[package]]
 6252name = "gix-commitgraph"
 6253version = "0.27.0"
 6254source = "registry+https://github.com/rust-lang/crates.io-index"
 6255checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6256dependencies = [
 6257 "bstr",
 6258 "gix-chunk",
 6259 "gix-hash 0.17.0",
 6260 "memmap2",
 6261 "thiserror 2.0.12",
 6262]
 6263
 6264[[package]]
 6265name = "gix-config"
 6266version = "0.44.0"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6269dependencies = [
 6270 "bstr",
 6271 "gix-config-value",
 6272 "gix-features 0.41.1",
 6273 "gix-glob",
 6274 "gix-path",
 6275 "gix-ref",
 6276 "gix-sec",
 6277 "memchr",
 6278 "once_cell",
 6279 "smallvec",
 6280 "thiserror 2.0.12",
 6281 "unicode-bom",
 6282 "winnow",
 6283]
 6284
 6285[[package]]
 6286name = "gix-config-value"
 6287version = "0.14.12"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6290dependencies = [
 6291 "bitflags 2.9.0",
 6292 "bstr",
 6293 "gix-path",
 6294 "libc",
 6295 "thiserror 2.0.12",
 6296]
 6297
 6298[[package]]
 6299name = "gix-date"
 6300version = "0.9.4"
 6301source = "registry+https://github.com/rust-lang/crates.io-index"
 6302checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6303dependencies = [
 6304 "bstr",
 6305 "itoa",
 6306 "jiff",
 6307 "thiserror 2.0.12",
 6308]
 6309
 6310[[package]]
 6311name = "gix-diff"
 6312version = "0.51.0"
 6313source = "registry+https://github.com/rust-lang/crates.io-index"
 6314checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6315dependencies = [
 6316 "bstr",
 6317 "gix-command",
 6318 "gix-filter",
 6319 "gix-fs 0.14.0",
 6320 "gix-hash 0.17.0",
 6321 "gix-object",
 6322 "gix-path",
 6323 "gix-tempfile",
 6324 "gix-trace",
 6325 "gix-traverse",
 6326 "gix-worktree",
 6327 "imara-diff",
 6328 "thiserror 2.0.12",
 6329]
 6330
 6331[[package]]
 6332name = "gix-discover"
 6333version = "0.39.0"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6336dependencies = [
 6337 "bstr",
 6338 "dunce",
 6339 "gix-fs 0.14.0",
 6340 "gix-hash 0.17.0",
 6341 "gix-path",
 6342 "gix-ref",
 6343 "gix-sec",
 6344 "thiserror 2.0.12",
 6345]
 6346
 6347[[package]]
 6348name = "gix-features"
 6349version = "0.41.1"
 6350source = "registry+https://github.com/rust-lang/crates.io-index"
 6351checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6352dependencies = [
 6353 "crc32fast",
 6354 "crossbeam-channel",
 6355 "flate2",
 6356 "gix-path",
 6357 "gix-trace",
 6358 "gix-utils 0.2.0",
 6359 "libc",
 6360 "once_cell",
 6361 "parking_lot",
 6362 "prodash",
 6363 "thiserror 2.0.12",
 6364 "walkdir",
 6365]
 6366
 6367[[package]]
 6368name = "gix-features"
 6369version = "0.42.1"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6372dependencies = [
 6373 "gix-trace",
 6374 "gix-utils 0.3.0",
 6375 "libc",
 6376 "prodash",
 6377]
 6378
 6379[[package]]
 6380name = "gix-filter"
 6381version = "0.18.0"
 6382source = "registry+https://github.com/rust-lang/crates.io-index"
 6383checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6384dependencies = [
 6385 "bstr",
 6386 "encoding_rs",
 6387 "gix-attributes",
 6388 "gix-command",
 6389 "gix-hash 0.17.0",
 6390 "gix-object",
 6391 "gix-packetline-blocking",
 6392 "gix-path",
 6393 "gix-quote",
 6394 "gix-trace",
 6395 "gix-utils 0.2.0",
 6396 "smallvec",
 6397 "thiserror 2.0.12",
 6398]
 6399
 6400[[package]]
 6401name = "gix-fs"
 6402version = "0.14.0"
 6403source = "registry+https://github.com/rust-lang/crates.io-index"
 6404checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6405dependencies = [
 6406 "bstr",
 6407 "fastrand 2.3.0",
 6408 "gix-features 0.41.1",
 6409 "gix-path",
 6410 "gix-utils 0.2.0",
 6411 "thiserror 2.0.12",
 6412]
 6413
 6414[[package]]
 6415name = "gix-fs"
 6416version = "0.15.0"
 6417source = "registry+https://github.com/rust-lang/crates.io-index"
 6418checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6419dependencies = [
 6420 "bstr",
 6421 "fastrand 2.3.0",
 6422 "gix-features 0.42.1",
 6423 "gix-path",
 6424 "gix-utils 0.3.0",
 6425 "thiserror 2.0.12",
 6426]
 6427
 6428[[package]]
 6429name = "gix-glob"
 6430version = "0.19.0"
 6431source = "registry+https://github.com/rust-lang/crates.io-index"
 6432checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6433dependencies = [
 6434 "bitflags 2.9.0",
 6435 "bstr",
 6436 "gix-features 0.41.1",
 6437 "gix-path",
 6438]
 6439
 6440[[package]]
 6441name = "gix-hash"
 6442version = "0.17.0"
 6443source = "registry+https://github.com/rust-lang/crates.io-index"
 6444checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6445dependencies = [
 6446 "faster-hex 0.9.0",
 6447 "gix-features 0.41.1",
 6448 "sha1-checked",
 6449 "thiserror 2.0.12",
 6450]
 6451
 6452[[package]]
 6453name = "gix-hash"
 6454version = "0.18.0"
 6455source = "registry+https://github.com/rust-lang/crates.io-index"
 6456checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6457dependencies = [
 6458 "faster-hex 0.10.0",
 6459 "gix-features 0.42.1",
 6460 "sha1-checked",
 6461 "thiserror 2.0.12",
 6462]
 6463
 6464[[package]]
 6465name = "gix-hashtable"
 6466version = "0.8.1"
 6467source = "registry+https://github.com/rust-lang/crates.io-index"
 6468checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6469dependencies = [
 6470 "gix-hash 0.18.0",
 6471 "hashbrown 0.14.5",
 6472 "parking_lot",
 6473]
 6474
 6475[[package]]
 6476name = "gix-ignore"
 6477version = "0.14.0"
 6478source = "registry+https://github.com/rust-lang/crates.io-index"
 6479checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6480dependencies = [
 6481 "bstr",
 6482 "gix-glob",
 6483 "gix-path",
 6484 "gix-trace",
 6485 "unicode-bom",
 6486]
 6487
 6488[[package]]
 6489name = "gix-index"
 6490version = "0.39.0"
 6491source = "registry+https://github.com/rust-lang/crates.io-index"
 6492checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6493dependencies = [
 6494 "bitflags 2.9.0",
 6495 "bstr",
 6496 "filetime",
 6497 "fnv",
 6498 "gix-bitmap",
 6499 "gix-features 0.41.1",
 6500 "gix-fs 0.14.0",
 6501 "gix-hash 0.17.0",
 6502 "gix-lock",
 6503 "gix-object",
 6504 "gix-traverse",
 6505 "gix-utils 0.2.0",
 6506 "gix-validate 0.9.4",
 6507 "hashbrown 0.14.5",
 6508 "itoa",
 6509 "libc",
 6510 "memmap2",
 6511 "rustix 0.38.44",
 6512 "smallvec",
 6513 "thiserror 2.0.12",
 6514]
 6515
 6516[[package]]
 6517name = "gix-lock"
 6518version = "17.1.0"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6521dependencies = [
 6522 "gix-tempfile",
 6523 "gix-utils 0.3.0",
 6524 "thiserror 2.0.12",
 6525]
 6526
 6527[[package]]
 6528name = "gix-object"
 6529version = "0.48.0"
 6530source = "registry+https://github.com/rust-lang/crates.io-index"
 6531checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6532dependencies = [
 6533 "bstr",
 6534 "gix-actor",
 6535 "gix-date",
 6536 "gix-features 0.41.1",
 6537 "gix-hash 0.17.0",
 6538 "gix-hashtable",
 6539 "gix-path",
 6540 "gix-utils 0.2.0",
 6541 "gix-validate 0.9.4",
 6542 "itoa",
 6543 "smallvec",
 6544 "thiserror 2.0.12",
 6545 "winnow",
 6546]
 6547
 6548[[package]]
 6549name = "gix-odb"
 6550version = "0.68.0"
 6551source = "registry+https://github.com/rust-lang/crates.io-index"
 6552checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6553dependencies = [
 6554 "arc-swap",
 6555 "gix-date",
 6556 "gix-features 0.41.1",
 6557 "gix-fs 0.14.0",
 6558 "gix-hash 0.17.0",
 6559 "gix-hashtable",
 6560 "gix-object",
 6561 "gix-pack",
 6562 "gix-path",
 6563 "gix-quote",
 6564 "parking_lot",
 6565 "tempfile",
 6566 "thiserror 2.0.12",
 6567]
 6568
 6569[[package]]
 6570name = "gix-pack"
 6571version = "0.58.0"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6574dependencies = [
 6575 "clru",
 6576 "gix-chunk",
 6577 "gix-features 0.41.1",
 6578 "gix-hash 0.17.0",
 6579 "gix-hashtable",
 6580 "gix-object",
 6581 "gix-path",
 6582 "memmap2",
 6583 "smallvec",
 6584 "thiserror 2.0.12",
 6585 "uluru",
 6586]
 6587
 6588[[package]]
 6589name = "gix-packetline"
 6590version = "0.18.4"
 6591source = "registry+https://github.com/rust-lang/crates.io-index"
 6592checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6593dependencies = [
 6594 "bstr",
 6595 "faster-hex 0.9.0",
 6596 "gix-trace",
 6597 "thiserror 2.0.12",
 6598]
 6599
 6600[[package]]
 6601name = "gix-packetline-blocking"
 6602version = "0.18.3"
 6603source = "registry+https://github.com/rust-lang/crates.io-index"
 6604checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6605dependencies = [
 6606 "bstr",
 6607 "faster-hex 0.9.0",
 6608 "gix-trace",
 6609 "thiserror 2.0.12",
 6610]
 6611
 6612[[package]]
 6613name = "gix-path"
 6614version = "0.10.18"
 6615source = "registry+https://github.com/rust-lang/crates.io-index"
 6616checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6617dependencies = [
 6618 "bstr",
 6619 "gix-trace",
 6620 "gix-validate 0.10.0",
 6621 "home",
 6622 "once_cell",
 6623 "thiserror 2.0.12",
 6624]
 6625
 6626[[package]]
 6627name = "gix-pathspec"
 6628version = "0.10.0"
 6629source = "registry+https://github.com/rust-lang/crates.io-index"
 6630checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6631dependencies = [
 6632 "bitflags 2.9.0",
 6633 "bstr",
 6634 "gix-attributes",
 6635 "gix-config-value",
 6636 "gix-glob",
 6637 "gix-path",
 6638 "thiserror 2.0.12",
 6639]
 6640
 6641[[package]]
 6642name = "gix-protocol"
 6643version = "0.49.0"
 6644source = "registry+https://github.com/rust-lang/crates.io-index"
 6645checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6646dependencies = [
 6647 "bstr",
 6648 "gix-date",
 6649 "gix-features 0.41.1",
 6650 "gix-hash 0.17.0",
 6651 "gix-ref",
 6652 "gix-shallow",
 6653 "gix-transport",
 6654 "gix-utils 0.2.0",
 6655 "maybe-async",
 6656 "thiserror 2.0.12",
 6657 "winnow",
 6658]
 6659
 6660[[package]]
 6661name = "gix-quote"
 6662version = "0.5.0"
 6663source = "registry+https://github.com/rust-lang/crates.io-index"
 6664checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6665dependencies = [
 6666 "bstr",
 6667 "gix-utils 0.2.0",
 6668 "thiserror 2.0.12",
 6669]
 6670
 6671[[package]]
 6672name = "gix-ref"
 6673version = "0.51.0"
 6674source = "registry+https://github.com/rust-lang/crates.io-index"
 6675checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6676dependencies = [
 6677 "gix-actor",
 6678 "gix-features 0.41.1",
 6679 "gix-fs 0.14.0",
 6680 "gix-hash 0.17.0",
 6681 "gix-lock",
 6682 "gix-object",
 6683 "gix-path",
 6684 "gix-tempfile",
 6685 "gix-utils 0.2.0",
 6686 "gix-validate 0.9.4",
 6687 "memmap2",
 6688 "thiserror 2.0.12",
 6689 "winnow",
 6690]
 6691
 6692[[package]]
 6693name = "gix-refspec"
 6694version = "0.29.0"
 6695source = "registry+https://github.com/rust-lang/crates.io-index"
 6696checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6697dependencies = [
 6698 "bstr",
 6699 "gix-hash 0.17.0",
 6700 "gix-revision",
 6701 "gix-validate 0.9.4",
 6702 "smallvec",
 6703 "thiserror 2.0.12",
 6704]
 6705
 6706[[package]]
 6707name = "gix-revision"
 6708version = "0.33.0"
 6709source = "registry+https://github.com/rust-lang/crates.io-index"
 6710checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6711dependencies = [
 6712 "bstr",
 6713 "gix-commitgraph",
 6714 "gix-date",
 6715 "gix-hash 0.17.0",
 6716 "gix-object",
 6717 "gix-revwalk",
 6718 "thiserror 2.0.12",
 6719]
 6720
 6721[[package]]
 6722name = "gix-revwalk"
 6723version = "0.19.0"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6726dependencies = [
 6727 "gix-commitgraph",
 6728 "gix-date",
 6729 "gix-hash 0.17.0",
 6730 "gix-hashtable",
 6731 "gix-object",
 6732 "smallvec",
 6733 "thiserror 2.0.12",
 6734]
 6735
 6736[[package]]
 6737name = "gix-sec"
 6738version = "0.10.12"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6741dependencies = [
 6742 "bitflags 2.9.0",
 6743 "gix-path",
 6744 "libc",
 6745 "windows-sys 0.52.0",
 6746]
 6747
 6748[[package]]
 6749name = "gix-shallow"
 6750version = "0.3.0"
 6751source = "registry+https://github.com/rust-lang/crates.io-index"
 6752checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6753dependencies = [
 6754 "bstr",
 6755 "gix-hash 0.17.0",
 6756 "gix-lock",
 6757 "thiserror 2.0.12",
 6758]
 6759
 6760[[package]]
 6761name = "gix-submodule"
 6762version = "0.18.0"
 6763source = "registry+https://github.com/rust-lang/crates.io-index"
 6764checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6765dependencies = [
 6766 "bstr",
 6767 "gix-config",
 6768 "gix-path",
 6769 "gix-pathspec",
 6770 "gix-refspec",
 6771 "gix-url",
 6772 "thiserror 2.0.12",
 6773]
 6774
 6775[[package]]
 6776name = "gix-tempfile"
 6777version = "17.1.0"
 6778source = "registry+https://github.com/rust-lang/crates.io-index"
 6779checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6780dependencies = [
 6781 "dashmap 6.1.0",
 6782 "gix-fs 0.15.0",
 6783 "libc",
 6784 "once_cell",
 6785 "parking_lot",
 6786 "tempfile",
 6787]
 6788
 6789[[package]]
 6790name = "gix-trace"
 6791version = "0.1.12"
 6792source = "registry+https://github.com/rust-lang/crates.io-index"
 6793checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6794
 6795[[package]]
 6796name = "gix-transport"
 6797version = "0.46.0"
 6798source = "registry+https://github.com/rust-lang/crates.io-index"
 6799checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6800dependencies = [
 6801 "bstr",
 6802 "gix-command",
 6803 "gix-features 0.41.1",
 6804 "gix-packetline",
 6805 "gix-quote",
 6806 "gix-sec",
 6807 "gix-url",
 6808 "thiserror 2.0.12",
 6809]
 6810
 6811[[package]]
 6812name = "gix-traverse"
 6813version = "0.45.0"
 6814source = "registry+https://github.com/rust-lang/crates.io-index"
 6815checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6816dependencies = [
 6817 "bitflags 2.9.0",
 6818 "gix-commitgraph",
 6819 "gix-date",
 6820 "gix-hash 0.17.0",
 6821 "gix-hashtable",
 6822 "gix-object",
 6823 "gix-revwalk",
 6824 "smallvec",
 6825 "thiserror 2.0.12",
 6826]
 6827
 6828[[package]]
 6829name = "gix-url"
 6830version = "0.30.0"
 6831source = "registry+https://github.com/rust-lang/crates.io-index"
 6832checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6833dependencies = [
 6834 "bstr",
 6835 "gix-features 0.41.1",
 6836 "gix-path",
 6837 "percent-encoding",
 6838 "thiserror 2.0.12",
 6839 "url",
 6840]
 6841
 6842[[package]]
 6843name = "gix-utils"
 6844version = "0.2.0"
 6845source = "registry+https://github.com/rust-lang/crates.io-index"
 6846checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6847dependencies = [
 6848 "fastrand 2.3.0",
 6849 "unicode-normalization",
 6850]
 6851
 6852[[package]]
 6853name = "gix-utils"
 6854version = "0.3.0"
 6855source = "registry+https://github.com/rust-lang/crates.io-index"
 6856checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6857dependencies = [
 6858 "fastrand 2.3.0",
 6859 "unicode-normalization",
 6860]
 6861
 6862[[package]]
 6863name = "gix-validate"
 6864version = "0.9.4"
 6865source = "registry+https://github.com/rust-lang/crates.io-index"
 6866checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6867dependencies = [
 6868 "bstr",
 6869 "thiserror 2.0.12",
 6870]
 6871
 6872[[package]]
 6873name = "gix-validate"
 6874version = "0.10.0"
 6875source = "registry+https://github.com/rust-lang/crates.io-index"
 6876checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6877dependencies = [
 6878 "bstr",
 6879 "thiserror 2.0.12",
 6880]
 6881
 6882[[package]]
 6883name = "gix-worktree"
 6884version = "0.40.0"
 6885source = "registry+https://github.com/rust-lang/crates.io-index"
 6886checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6887dependencies = [
 6888 "bstr",
 6889 "gix-attributes",
 6890 "gix-features 0.41.1",
 6891 "gix-fs 0.14.0",
 6892 "gix-glob",
 6893 "gix-hash 0.17.0",
 6894 "gix-ignore",
 6895 "gix-index",
 6896 "gix-object",
 6897 "gix-path",
 6898 "gix-validate 0.9.4",
 6899]
 6900
 6901[[package]]
 6902name = "glob"
 6903version = "0.3.2"
 6904source = "registry+https://github.com/rust-lang/crates.io-index"
 6905checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6906
 6907[[package]]
 6908name = "globset"
 6909version = "0.4.16"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6912dependencies = [
 6913 "aho-corasick",
 6914 "bstr",
 6915 "log",
 6916 "regex-automata 0.4.9",
 6917 "regex-syntax 0.8.5",
 6918]
 6919
 6920[[package]]
 6921name = "gloo-timers"
 6922version = "0.3.0"
 6923source = "registry+https://github.com/rust-lang/crates.io-index"
 6924checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6925dependencies = [
 6926 "futures-channel",
 6927 "futures-core",
 6928 "js-sys",
 6929 "wasm-bindgen",
 6930]
 6931
 6932[[package]]
 6933name = "glow"
 6934version = "0.14.2"
 6935source = "registry+https://github.com/rust-lang/crates.io-index"
 6936checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6937dependencies = [
 6938 "js-sys",
 6939 "slotmap",
 6940 "wasm-bindgen",
 6941 "web-sys",
 6942]
 6943
 6944[[package]]
 6945name = "go_to_line"
 6946version = "0.1.0"
 6947dependencies = [
 6948 "anyhow",
 6949 "editor",
 6950 "gpui",
 6951 "indoc",
 6952 "language",
 6953 "menu",
 6954 "project",
 6955 "rope",
 6956 "schemars",
 6957 "serde",
 6958 "serde_json",
 6959 "settings",
 6960 "text",
 6961 "theme",
 6962 "tree-sitter-rust",
 6963 "tree-sitter-typescript",
 6964 "ui",
 6965 "util",
 6966 "workspace",
 6967 "workspace-hack",
 6968]
 6969
 6970[[package]]
 6971name = "google_ai"
 6972version = "0.1.0"
 6973dependencies = [
 6974 "anyhow",
 6975 "futures 0.3.31",
 6976 "http_client",
 6977 "schemars",
 6978 "serde",
 6979 "serde_json",
 6980 "strum 0.27.1",
 6981 "workspace-hack",
 6982]
 6983
 6984[[package]]
 6985name = "gpu-alloc"
 6986version = "0.6.0"
 6987source = "registry+https://github.com/rust-lang/crates.io-index"
 6988checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6989dependencies = [
 6990 "bitflags 2.9.0",
 6991 "gpu-alloc-types",
 6992]
 6993
 6994[[package]]
 6995name = "gpu-alloc-ash"
 6996version = "0.7.0"
 6997source = "registry+https://github.com/rust-lang/crates.io-index"
 6998checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 6999dependencies = [
 7000 "ash",
 7001 "gpu-alloc-types",
 7002 "tinyvec",
 7003]
 7004
 7005[[package]]
 7006name = "gpu-alloc-types"
 7007version = "0.3.0"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7010dependencies = [
 7011 "bitflags 2.9.0",
 7012]
 7013
 7014[[package]]
 7015name = "gpui"
 7016version = "0.1.0"
 7017dependencies = [
 7018 "anyhow",
 7019 "as-raw-xcb-connection",
 7020 "ashpd",
 7021 "async-task",
 7022 "backtrace",
 7023 "bindgen 0.71.1",
 7024 "blade-graphics",
 7025 "blade-macros",
 7026 "blade-util",
 7027 "block",
 7028 "bytemuck",
 7029 "calloop",
 7030 "calloop-wayland-source",
 7031 "cbindgen",
 7032 "cocoa 0.26.0",
 7033 "collections",
 7034 "core-foundation 0.10.0",
 7035 "core-foundation-sys",
 7036 "core-graphics 0.24.0",
 7037 "core-text",
 7038 "core-video",
 7039 "cosmic-text",
 7040 "ctor",
 7041 "derive_more",
 7042 "embed-resource",
 7043 "env_logger 0.11.8",
 7044 "etagere",
 7045 "filedescriptor",
 7046 "flume",
 7047 "font-kit",
 7048 "foreign-types 0.5.0",
 7049 "futures 0.3.31",
 7050 "gpui_macros",
 7051 "http_client",
 7052 "image",
 7053 "inventory",
 7054 "itertools 0.14.0",
 7055 "log",
 7056 "lyon",
 7057 "media",
 7058 "metal",
 7059 "naga",
 7060 "num_cpus",
 7061 "objc",
 7062 "objc2",
 7063 "objc2-metal",
 7064 "oo7",
 7065 "open",
 7066 "parking",
 7067 "parking_lot",
 7068 "pathfinder_geometry",
 7069 "postage",
 7070 "profiling",
 7071 "rand 0.8.5",
 7072 "raw-window-handle",
 7073 "refineable",
 7074 "reqwest_client",
 7075 "resvg",
 7076 "scap",
 7077 "schemars",
 7078 "seahash",
 7079 "semantic_version",
 7080 "serde",
 7081 "serde_derive",
 7082 "serde_json",
 7083 "slotmap",
 7084 "smallvec",
 7085 "smol",
 7086 "strum 0.27.1",
 7087 "sum_tree",
 7088 "taffy",
 7089 "thiserror 2.0.12",
 7090 "unicode-segmentation",
 7091 "usvg",
 7092 "util",
 7093 "uuid",
 7094 "waker-fn",
 7095 "wayland-backend",
 7096 "wayland-client",
 7097 "wayland-cursor",
 7098 "wayland-protocols",
 7099 "wayland-protocols-plasma",
 7100 "windows 0.61.1",
 7101 "windows-core 0.61.0",
 7102 "windows-numerics",
 7103 "windows-registry 0.5.1",
 7104 "workspace-hack",
 7105 "x11-clipboard",
 7106 "x11rb",
 7107 "xim",
 7108 "xkbcommon",
 7109]
 7110
 7111[[package]]
 7112name = "gpui_macros"
 7113version = "0.1.0"
 7114dependencies = [
 7115 "gpui",
 7116 "proc-macro2",
 7117 "quote",
 7118 "syn 1.0.109",
 7119 "workspace-hack",
 7120]
 7121
 7122[[package]]
 7123name = "gpui_tokio"
 7124version = "0.1.0"
 7125dependencies = [
 7126 "gpui",
 7127 "tokio",
 7128 "util",
 7129 "workspace-hack",
 7130]
 7131
 7132[[package]]
 7133name = "grid"
 7134version = "0.13.0"
 7135source = "registry+https://github.com/rust-lang/crates.io-index"
 7136checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7137
 7138[[package]]
 7139name = "group"
 7140version = "0.12.1"
 7141source = "registry+https://github.com/rust-lang/crates.io-index"
 7142checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7143dependencies = [
 7144 "ff",
 7145 "rand_core 0.6.4",
 7146 "subtle",
 7147]
 7148
 7149[[package]]
 7150name = "h2"
 7151version = "0.3.26"
 7152source = "registry+https://github.com/rust-lang/crates.io-index"
 7153checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7154dependencies = [
 7155 "bytes 1.10.1",
 7156 "fnv",
 7157 "futures-core",
 7158 "futures-sink",
 7159 "futures-util",
 7160 "http 0.2.12",
 7161 "indexmap",
 7162 "slab",
 7163 "tokio",
 7164 "tokio-util",
 7165 "tracing",
 7166]
 7167
 7168[[package]]
 7169name = "h2"
 7170version = "0.4.9"
 7171source = "registry+https://github.com/rust-lang/crates.io-index"
 7172checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7173dependencies = [
 7174 "atomic-waker",
 7175 "bytes 1.10.1",
 7176 "fnv",
 7177 "futures-core",
 7178 "futures-sink",
 7179 "http 1.3.1",
 7180 "indexmap",
 7181 "slab",
 7182 "tokio",
 7183 "tokio-util",
 7184 "tracing",
 7185]
 7186
 7187[[package]]
 7188name = "half"
 7189version = "2.6.0"
 7190source = "registry+https://github.com/rust-lang/crates.io-index"
 7191checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7192dependencies = [
 7193 "cfg-if",
 7194 "crunchy",
 7195 "num-traits",
 7196]
 7197
 7198[[package]]
 7199name = "handlebars"
 7200version = "4.5.0"
 7201source = "registry+https://github.com/rust-lang/crates.io-index"
 7202checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7203dependencies = [
 7204 "log",
 7205 "pest",
 7206 "pest_derive",
 7207 "rust-embed",
 7208 "serde",
 7209 "serde_json",
 7210 "thiserror 1.0.69",
 7211]
 7212
 7213[[package]]
 7214name = "handlebars"
 7215version = "6.3.2"
 7216source = "registry+https://github.com/rust-lang/crates.io-index"
 7217checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7218dependencies = [
 7219 "derive_builder",
 7220 "log",
 7221 "num-order",
 7222 "pest",
 7223 "pest_derive",
 7224 "serde",
 7225 "serde_json",
 7226 "thiserror 2.0.12",
 7227]
 7228
 7229[[package]]
 7230name = "hash32"
 7231version = "0.3.1"
 7232source = "registry+https://github.com/rust-lang/crates.io-index"
 7233checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7234dependencies = [
 7235 "byteorder",
 7236]
 7237
 7238[[package]]
 7239name = "hashbrown"
 7240version = "0.12.3"
 7241source = "registry+https://github.com/rust-lang/crates.io-index"
 7242checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7243dependencies = [
 7244 "ahash 0.7.8",
 7245]
 7246
 7247[[package]]
 7248name = "hashbrown"
 7249version = "0.14.5"
 7250source = "registry+https://github.com/rust-lang/crates.io-index"
 7251checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7252dependencies = [
 7253 "ahash 0.8.11",
 7254 "allocator-api2",
 7255]
 7256
 7257[[package]]
 7258name = "hashbrown"
 7259version = "0.15.3"
 7260source = "registry+https://github.com/rust-lang/crates.io-index"
 7261checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7262dependencies = [
 7263 "allocator-api2",
 7264 "equivalent",
 7265 "foldhash",
 7266 "serde",
 7267]
 7268
 7269[[package]]
 7270name = "hashlink"
 7271version = "0.8.4"
 7272source = "registry+https://github.com/rust-lang/crates.io-index"
 7273checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7274dependencies = [
 7275 "hashbrown 0.14.5",
 7276]
 7277
 7278[[package]]
 7279name = "hashlink"
 7280version = "0.10.0"
 7281source = "registry+https://github.com/rust-lang/crates.io-index"
 7282checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7283dependencies = [
 7284 "hashbrown 0.15.3",
 7285]
 7286
 7287[[package]]
 7288name = "headers"
 7289version = "0.3.9"
 7290source = "registry+https://github.com/rust-lang/crates.io-index"
 7291checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7292dependencies = [
 7293 "base64 0.21.7",
 7294 "bytes 1.10.1",
 7295 "headers-core",
 7296 "http 0.2.12",
 7297 "httpdate",
 7298 "mime",
 7299 "sha1",
 7300]
 7301
 7302[[package]]
 7303name = "headers-core"
 7304version = "0.2.0"
 7305source = "registry+https://github.com/rust-lang/crates.io-index"
 7306checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7307dependencies = [
 7308 "http 0.2.12",
 7309]
 7310
 7311[[package]]
 7312name = "heapless"
 7313version = "0.8.0"
 7314source = "registry+https://github.com/rust-lang/crates.io-index"
 7315checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7316dependencies = [
 7317 "hash32",
 7318 "stable_deref_trait",
 7319]
 7320
 7321[[package]]
 7322name = "heck"
 7323version = "0.3.3"
 7324source = "registry+https://github.com/rust-lang/crates.io-index"
 7325checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7326dependencies = [
 7327 "unicode-segmentation",
 7328]
 7329
 7330[[package]]
 7331name = "heck"
 7332version = "0.4.1"
 7333source = "registry+https://github.com/rust-lang/crates.io-index"
 7334checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7335dependencies = [
 7336 "unicode-segmentation",
 7337]
 7338
 7339[[package]]
 7340name = "heck"
 7341version = "0.5.0"
 7342source = "registry+https://github.com/rust-lang/crates.io-index"
 7343checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7344
 7345[[package]]
 7346name = "heed"
 7347version = "0.21.0"
 7348source = "registry+https://github.com/rust-lang/crates.io-index"
 7349checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7350dependencies = [
 7351 "bitflags 2.9.0",
 7352 "byteorder",
 7353 "heed-traits",
 7354 "heed-types",
 7355 "libc",
 7356 "lmdb-master-sys",
 7357 "once_cell",
 7358 "page_size",
 7359 "serde",
 7360 "synchronoise",
 7361 "url",
 7362]
 7363
 7364[[package]]
 7365name = "heed-traits"
 7366version = "0.20.0"
 7367source = "registry+https://github.com/rust-lang/crates.io-index"
 7368checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7369
 7370[[package]]
 7371name = "heed-types"
 7372version = "0.21.0"
 7373source = "registry+https://github.com/rust-lang/crates.io-index"
 7374checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7375dependencies = [
 7376 "bincode",
 7377 "byteorder",
 7378 "heed-traits",
 7379 "serde",
 7380 "serde_json",
 7381]
 7382
 7383[[package]]
 7384name = "hermit-abi"
 7385version = "0.3.9"
 7386source = "registry+https://github.com/rust-lang/crates.io-index"
 7387checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7388
 7389[[package]]
 7390name = "hermit-abi"
 7391version = "0.4.0"
 7392source = "registry+https://github.com/rust-lang/crates.io-index"
 7393checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7394
 7395[[package]]
 7396name = "hermit-abi"
 7397version = "0.5.0"
 7398source = "registry+https://github.com/rust-lang/crates.io-index"
 7399checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7400
 7401[[package]]
 7402name = "hex"
 7403version = "0.4.3"
 7404source = "registry+https://github.com/rust-lang/crates.io-index"
 7405checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7406
 7407[[package]]
 7408name = "hexf-parse"
 7409version = "0.2.1"
 7410source = "registry+https://github.com/rust-lang/crates.io-index"
 7411checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7412
 7413[[package]]
 7414name = "hidden-trait"
 7415version = "0.1.2"
 7416source = "registry+https://github.com/rust-lang/crates.io-index"
 7417checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7418dependencies = [
 7419 "proc-macro2",
 7420 "quote",
 7421 "syn 1.0.109",
 7422]
 7423
 7424[[package]]
 7425name = "hkdf"
 7426version = "0.12.4"
 7427source = "registry+https://github.com/rust-lang/crates.io-index"
 7428checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7429dependencies = [
 7430 "hmac",
 7431]
 7432
 7433[[package]]
 7434name = "hmac"
 7435version = "0.12.1"
 7436source = "registry+https://github.com/rust-lang/crates.io-index"
 7437checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7438dependencies = [
 7439 "digest",
 7440]
 7441
 7442[[package]]
 7443name = "home"
 7444version = "0.5.11"
 7445source = "registry+https://github.com/rust-lang/crates.io-index"
 7446checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7447dependencies = [
 7448 "windows-sys 0.59.0",
 7449]
 7450
 7451[[package]]
 7452name = "hound"
 7453version = "3.5.1"
 7454source = "registry+https://github.com/rust-lang/crates.io-index"
 7455checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7456
 7457[[package]]
 7458name = "html5ever"
 7459version = "0.27.0"
 7460source = "registry+https://github.com/rust-lang/crates.io-index"
 7461checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7462dependencies = [
 7463 "log",
 7464 "mac",
 7465 "markup5ever 0.12.1",
 7466 "proc-macro2",
 7467 "quote",
 7468 "syn 2.0.101",
 7469]
 7470
 7471[[package]]
 7472name = "html5ever"
 7473version = "0.31.0"
 7474source = "registry+https://github.com/rust-lang/crates.io-index"
 7475checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7476dependencies = [
 7477 "log",
 7478 "mac",
 7479 "markup5ever 0.16.1",
 7480 "match_token",
 7481]
 7482
 7483[[package]]
 7484name = "html_to_markdown"
 7485version = "0.1.0"
 7486dependencies = [
 7487 "anyhow",
 7488 "html5ever 0.27.0",
 7489 "indoc",
 7490 "markup5ever_rcdom",
 7491 "pretty_assertions",
 7492 "regex",
 7493 "workspace-hack",
 7494]
 7495
 7496[[package]]
 7497name = "http"
 7498version = "0.2.12"
 7499source = "registry+https://github.com/rust-lang/crates.io-index"
 7500checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7501dependencies = [
 7502 "bytes 1.10.1",
 7503 "fnv",
 7504 "itoa",
 7505]
 7506
 7507[[package]]
 7508name = "http"
 7509version = "1.3.1"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7512dependencies = [
 7513 "bytes 1.10.1",
 7514 "fnv",
 7515 "itoa",
 7516]
 7517
 7518[[package]]
 7519name = "http-body"
 7520version = "0.4.6"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7523dependencies = [
 7524 "bytes 1.10.1",
 7525 "http 0.2.12",
 7526 "pin-project-lite",
 7527]
 7528
 7529[[package]]
 7530name = "http-body"
 7531version = "1.0.1"
 7532source = "registry+https://github.com/rust-lang/crates.io-index"
 7533checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7534dependencies = [
 7535 "bytes 1.10.1",
 7536 "http 1.3.1",
 7537]
 7538
 7539[[package]]
 7540name = "http-body-util"
 7541version = "0.1.3"
 7542source = "registry+https://github.com/rust-lang/crates.io-index"
 7543checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7544dependencies = [
 7545 "bytes 1.10.1",
 7546 "futures-core",
 7547 "http 1.3.1",
 7548 "http-body 1.0.1",
 7549 "pin-project-lite",
 7550]
 7551
 7552[[package]]
 7553name = "http-range-header"
 7554version = "0.3.1"
 7555source = "registry+https://github.com/rust-lang/crates.io-index"
 7556checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7557
 7558[[package]]
 7559name = "http-types"
 7560version = "2.12.0"
 7561source = "registry+https://github.com/rust-lang/crates.io-index"
 7562checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7563dependencies = [
 7564 "anyhow",
 7565 "async-channel 1.9.0",
 7566 "base64 0.13.1",
 7567 "futures-lite 1.13.0",
 7568 "http 0.2.12",
 7569 "infer",
 7570 "pin-project-lite",
 7571 "rand 0.7.3",
 7572 "serde",
 7573 "serde_json",
 7574 "serde_qs 0.8.5",
 7575 "serde_urlencoded",
 7576 "url",
 7577]
 7578
 7579[[package]]
 7580name = "http_client"
 7581version = "0.1.0"
 7582dependencies = [
 7583 "anyhow",
 7584 "bytes 1.10.1",
 7585 "derive_more",
 7586 "futures 0.3.31",
 7587 "http 1.3.1",
 7588 "log",
 7589 "serde",
 7590 "serde_json",
 7591 "url",
 7592 "workspace-hack",
 7593]
 7594
 7595[[package]]
 7596name = "http_client_tls"
 7597version = "0.1.0"
 7598dependencies = [
 7599 "rustls 0.23.26",
 7600 "rustls-platform-verifier",
 7601 "workspace-hack",
 7602]
 7603
 7604[[package]]
 7605name = "httparse"
 7606version = "1.10.1"
 7607source = "registry+https://github.com/rust-lang/crates.io-index"
 7608checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7609
 7610[[package]]
 7611name = "httpdate"
 7612version = "1.0.3"
 7613source = "registry+https://github.com/rust-lang/crates.io-index"
 7614checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7615
 7616[[package]]
 7617name = "human_bytes"
 7618version = "0.4.3"
 7619source = "registry+https://github.com/rust-lang/crates.io-index"
 7620checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7621
 7622[[package]]
 7623name = "humantime"
 7624version = "2.2.0"
 7625source = "registry+https://github.com/rust-lang/crates.io-index"
 7626checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7627
 7628[[package]]
 7629name = "hyper"
 7630version = "0.14.32"
 7631source = "registry+https://github.com/rust-lang/crates.io-index"
 7632checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7633dependencies = [
 7634 "bytes 1.10.1",
 7635 "futures-channel",
 7636 "futures-core",
 7637 "futures-util",
 7638 "h2 0.3.26",
 7639 "http 0.2.12",
 7640 "http-body 0.4.6",
 7641 "httparse",
 7642 "httpdate",
 7643 "itoa",
 7644 "pin-project-lite",
 7645 "socket2",
 7646 "tokio",
 7647 "tower-service",
 7648 "tracing",
 7649 "want",
 7650]
 7651
 7652[[package]]
 7653name = "hyper"
 7654version = "1.6.0"
 7655source = "registry+https://github.com/rust-lang/crates.io-index"
 7656checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7657dependencies = [
 7658 "bytes 1.10.1",
 7659 "futures-channel",
 7660 "futures-util",
 7661 "h2 0.4.9",
 7662 "http 1.3.1",
 7663 "http-body 1.0.1",
 7664 "httparse",
 7665 "itoa",
 7666 "pin-project-lite",
 7667 "smallvec",
 7668 "tokio",
 7669 "want",
 7670]
 7671
 7672[[package]]
 7673name = "hyper-rustls"
 7674version = "0.24.2"
 7675source = "registry+https://github.com/rust-lang/crates.io-index"
 7676checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7677dependencies = [
 7678 "futures-util",
 7679 "http 0.2.12",
 7680 "hyper 0.14.32",
 7681 "log",
 7682 "rustls 0.21.12",
 7683 "rustls-native-certs 0.6.3",
 7684 "tokio",
 7685 "tokio-rustls 0.24.1",
 7686]
 7687
 7688[[package]]
 7689name = "hyper-rustls"
 7690version = "0.27.5"
 7691source = "registry+https://github.com/rust-lang/crates.io-index"
 7692checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7693dependencies = [
 7694 "futures-util",
 7695 "http 1.3.1",
 7696 "hyper 1.6.0",
 7697 "hyper-util",
 7698 "rustls 0.23.26",
 7699 "rustls-native-certs 0.8.1",
 7700 "rustls-pki-types",
 7701 "tokio",
 7702 "tokio-rustls 0.26.2",
 7703 "tower-service",
 7704]
 7705
 7706[[package]]
 7707name = "hyper-tls"
 7708version = "0.5.0"
 7709source = "registry+https://github.com/rust-lang/crates.io-index"
 7710checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7711dependencies = [
 7712 "bytes 1.10.1",
 7713 "hyper 0.14.32",
 7714 "native-tls",
 7715 "tokio",
 7716 "tokio-native-tls",
 7717]
 7718
 7719[[package]]
 7720name = "hyper-util"
 7721version = "0.1.11"
 7722source = "registry+https://github.com/rust-lang/crates.io-index"
 7723checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7724dependencies = [
 7725 "bytes 1.10.1",
 7726 "futures-channel",
 7727 "futures-util",
 7728 "http 1.3.1",
 7729 "http-body 1.0.1",
 7730 "hyper 1.6.0",
 7731 "libc",
 7732 "pin-project-lite",
 7733 "socket2",
 7734 "tokio",
 7735 "tower-service",
 7736 "tracing",
 7737]
 7738
 7739[[package]]
 7740name = "iana-time-zone"
 7741version = "0.1.63"
 7742source = "registry+https://github.com/rust-lang/crates.io-index"
 7743checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7744dependencies = [
 7745 "android_system_properties",
 7746 "core-foundation-sys",
 7747 "iana-time-zone-haiku",
 7748 "js-sys",
 7749 "log",
 7750 "wasm-bindgen",
 7751 "windows-core 0.61.0",
 7752]
 7753
 7754[[package]]
 7755name = "iana-time-zone-haiku"
 7756version = "0.1.2"
 7757source = "registry+https://github.com/rust-lang/crates.io-index"
 7758checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7759dependencies = [
 7760 "cc",
 7761]
 7762
 7763[[package]]
 7764name = "icons"
 7765version = "0.1.0"
 7766dependencies = [
 7767 "serde",
 7768 "strum 0.27.1",
 7769 "workspace-hack",
 7770]
 7771
 7772[[package]]
 7773name = "icu_collections"
 7774version = "1.5.0"
 7775source = "registry+https://github.com/rust-lang/crates.io-index"
 7776checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7777dependencies = [
 7778 "displaydoc",
 7779 "yoke",
 7780 "zerofrom",
 7781 "zerovec",
 7782]
 7783
 7784[[package]]
 7785name = "icu_locid"
 7786version = "1.5.0"
 7787source = "registry+https://github.com/rust-lang/crates.io-index"
 7788checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7789dependencies = [
 7790 "displaydoc",
 7791 "litemap",
 7792 "tinystr",
 7793 "writeable",
 7794 "zerovec",
 7795]
 7796
 7797[[package]]
 7798name = "icu_locid_transform"
 7799version = "1.5.0"
 7800source = "registry+https://github.com/rust-lang/crates.io-index"
 7801checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7802dependencies = [
 7803 "displaydoc",
 7804 "icu_locid",
 7805 "icu_locid_transform_data",
 7806 "icu_provider",
 7807 "tinystr",
 7808 "zerovec",
 7809]
 7810
 7811[[package]]
 7812name = "icu_locid_transform_data"
 7813version = "1.5.1"
 7814source = "registry+https://github.com/rust-lang/crates.io-index"
 7815checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7816
 7817[[package]]
 7818name = "icu_normalizer"
 7819version = "1.5.0"
 7820source = "registry+https://github.com/rust-lang/crates.io-index"
 7821checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7822dependencies = [
 7823 "displaydoc",
 7824 "icu_collections",
 7825 "icu_normalizer_data",
 7826 "icu_properties",
 7827 "icu_provider",
 7828 "smallvec",
 7829 "utf16_iter",
 7830 "utf8_iter",
 7831 "write16",
 7832 "zerovec",
 7833]
 7834
 7835[[package]]
 7836name = "icu_normalizer_data"
 7837version = "1.5.1"
 7838source = "registry+https://github.com/rust-lang/crates.io-index"
 7839checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7840
 7841[[package]]
 7842name = "icu_properties"
 7843version = "1.5.1"
 7844source = "registry+https://github.com/rust-lang/crates.io-index"
 7845checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7846dependencies = [
 7847 "displaydoc",
 7848 "icu_collections",
 7849 "icu_locid_transform",
 7850 "icu_properties_data",
 7851 "icu_provider",
 7852 "tinystr",
 7853 "zerovec",
 7854]
 7855
 7856[[package]]
 7857name = "icu_properties_data"
 7858version = "1.5.1"
 7859source = "registry+https://github.com/rust-lang/crates.io-index"
 7860checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7861
 7862[[package]]
 7863name = "icu_provider"
 7864version = "1.5.0"
 7865source = "registry+https://github.com/rust-lang/crates.io-index"
 7866checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7867dependencies = [
 7868 "displaydoc",
 7869 "icu_locid",
 7870 "icu_provider_macros",
 7871 "stable_deref_trait",
 7872 "tinystr",
 7873 "writeable",
 7874 "yoke",
 7875 "zerofrom",
 7876 "zerovec",
 7877]
 7878
 7879[[package]]
 7880name = "icu_provider_macros"
 7881version = "1.5.0"
 7882source = "registry+https://github.com/rust-lang/crates.io-index"
 7883checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7884dependencies = [
 7885 "proc-macro2",
 7886 "quote",
 7887 "syn 2.0.101",
 7888]
 7889
 7890[[package]]
 7891name = "id-arena"
 7892version = "2.2.1"
 7893source = "registry+https://github.com/rust-lang/crates.io-index"
 7894checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7895
 7896[[package]]
 7897name = "ident_case"
 7898version = "1.0.1"
 7899source = "registry+https://github.com/rust-lang/crates.io-index"
 7900checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7901
 7902[[package]]
 7903name = "idna"
 7904version = "1.0.3"
 7905source = "registry+https://github.com/rust-lang/crates.io-index"
 7906checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7907dependencies = [
 7908 "idna_adapter",
 7909 "smallvec",
 7910 "utf8_iter",
 7911]
 7912
 7913[[package]]
 7914name = "idna_adapter"
 7915version = "1.2.0"
 7916source = "registry+https://github.com/rust-lang/crates.io-index"
 7917checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7918dependencies = [
 7919 "icu_normalizer",
 7920 "icu_properties",
 7921]
 7922
 7923[[package]]
 7924name = "ignore"
 7925version = "0.4.23"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7928dependencies = [
 7929 "crossbeam-deque",
 7930 "globset",
 7931 "log",
 7932 "memchr",
 7933 "regex-automata 0.4.9",
 7934 "same-file",
 7935 "walkdir",
 7936 "winapi-util",
 7937]
 7938
 7939[[package]]
 7940name = "image"
 7941version = "0.25.6"
 7942source = "registry+https://github.com/rust-lang/crates.io-index"
 7943checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7944dependencies = [
 7945 "bytemuck",
 7946 "byteorder-lite",
 7947 "color_quant",
 7948 "exr",
 7949 "gif",
 7950 "image-webp",
 7951 "num-traits",
 7952 "png",
 7953 "qoi",
 7954 "ravif",
 7955 "rayon",
 7956 "rgb",
 7957 "tiff",
 7958 "zune-core",
 7959 "zune-jpeg",
 7960]
 7961
 7962[[package]]
 7963name = "image-webp"
 7964version = "0.2.1"
 7965source = "registry+https://github.com/rust-lang/crates.io-index"
 7966checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7967dependencies = [
 7968 "byteorder-lite",
 7969 "quick-error",
 7970]
 7971
 7972[[package]]
 7973name = "image_viewer"
 7974version = "0.1.0"
 7975dependencies = [
 7976 "anyhow",
 7977 "db",
 7978 "editor",
 7979 "file_icons",
 7980 "gpui",
 7981 "language",
 7982 "log",
 7983 "project",
 7984 "schemars",
 7985 "serde",
 7986 "settings",
 7987 "theme",
 7988 "ui",
 7989 "util",
 7990 "workspace",
 7991 "workspace-hack",
 7992]
 7993
 7994[[package]]
 7995name = "imagesize"
 7996version = "0.13.0"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7999
 8000[[package]]
 8001name = "imara-diff"
 8002version = "0.1.8"
 8003source = "registry+https://github.com/rust-lang/crates.io-index"
 8004checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8005dependencies = [
 8006 "hashbrown 0.15.3",
 8007]
 8008
 8009[[package]]
 8010name = "imgref"
 8011version = "1.11.0"
 8012source = "registry+https://github.com/rust-lang/crates.io-index"
 8013checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 8014
 8015[[package]]
 8016name = "indexed_docs"
 8017version = "0.1.0"
 8018dependencies = [
 8019 "anyhow",
 8020 "async-trait",
 8021 "cargo_metadata",
 8022 "collections",
 8023 "derive_more",
 8024 "extension",
 8025 "fs",
 8026 "futures 0.3.31",
 8027 "fuzzy",
 8028 "gpui",
 8029 "heed",
 8030 "html_to_markdown",
 8031 "http_client",
 8032 "indexmap",
 8033 "indoc",
 8034 "parking_lot",
 8035 "paths",
 8036 "pretty_assertions",
 8037 "serde",
 8038 "strum 0.27.1",
 8039 "util",
 8040 "workspace-hack",
 8041]
 8042
 8043[[package]]
 8044name = "indexmap"
 8045version = "2.9.0"
 8046source = "registry+https://github.com/rust-lang/crates.io-index"
 8047checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8048dependencies = [
 8049 "equivalent",
 8050 "hashbrown 0.15.3",
 8051 "serde",
 8052]
 8053
 8054[[package]]
 8055name = "indoc"
 8056version = "2.0.6"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8059
 8060[[package]]
 8061name = "infer"
 8062version = "0.2.3"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8065
 8066[[package]]
 8067name = "inherent"
 8068version = "1.0.12"
 8069source = "registry+https://github.com/rust-lang/crates.io-index"
 8070checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8071dependencies = [
 8072 "proc-macro2",
 8073 "quote",
 8074 "syn 2.0.101",
 8075]
 8076
 8077[[package]]
 8078name = "inline_completion"
 8079version = "0.1.0"
 8080dependencies = [
 8081 "anyhow",
 8082 "gpui",
 8083 "language",
 8084 "project",
 8085 "workspace-hack",
 8086 "zed_llm_client",
 8087]
 8088
 8089[[package]]
 8090name = "inline_completion_button"
 8091version = "0.1.0"
 8092dependencies = [
 8093 "anyhow",
 8094 "client",
 8095 "copilot",
 8096 "editor",
 8097 "feature_flags",
 8098 "fs",
 8099 "futures 0.3.31",
 8100 "gpui",
 8101 "indoc",
 8102 "inline_completion",
 8103 "language",
 8104 "lsp",
 8105 "paths",
 8106 "project",
 8107 "regex",
 8108 "serde_json",
 8109 "settings",
 8110 "supermaven",
 8111 "telemetry",
 8112 "theme",
 8113 "ui",
 8114 "workspace",
 8115 "workspace-hack",
 8116 "zed_actions",
 8117 "zed_llm_client",
 8118 "zeta",
 8119]
 8120
 8121[[package]]
 8122name = "inotify"
 8123version = "0.11.0"
 8124source = "registry+https://github.com/rust-lang/crates.io-index"
 8125checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8126dependencies = [
 8127 "bitflags 2.9.0",
 8128 "inotify-sys",
 8129 "libc",
 8130]
 8131
 8132[[package]]
 8133name = "inotify-sys"
 8134version = "0.1.5"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8137dependencies = [
 8138 "libc",
 8139]
 8140
 8141[[package]]
 8142name = "inout"
 8143version = "0.1.4"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8146dependencies = [
 8147 "block-padding",
 8148 "generic-array",
 8149]
 8150
 8151[[package]]
 8152name = "install_cli"
 8153version = "0.1.0"
 8154dependencies = [
 8155 "anyhow",
 8156 "client",
 8157 "gpui",
 8158 "release_channel",
 8159 "smol",
 8160 "util",
 8161 "workspace",
 8162 "workspace-hack",
 8163]
 8164
 8165[[package]]
 8166name = "instant"
 8167version = "0.1.13"
 8168source = "registry+https://github.com/rust-lang/crates.io-index"
 8169checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8170dependencies = [
 8171 "cfg-if",
 8172]
 8173
 8174[[package]]
 8175name = "interim"
 8176version = "0.2.1"
 8177source = "registry+https://github.com/rust-lang/crates.io-index"
 8178checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8179dependencies = [
 8180 "chrono",
 8181 "logos",
 8182]
 8183
 8184[[package]]
 8185name = "interpolate_name"
 8186version = "0.2.4"
 8187source = "registry+https://github.com/rust-lang/crates.io-index"
 8188checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8189dependencies = [
 8190 "proc-macro2",
 8191 "quote",
 8192 "syn 2.0.101",
 8193]
 8194
 8195[[package]]
 8196name = "inventory"
 8197version = "0.3.20"
 8198source = "registry+https://github.com/rust-lang/crates.io-index"
 8199checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8200dependencies = [
 8201 "rustversion",
 8202]
 8203
 8204[[package]]
 8205name = "io-extras"
 8206version = "0.18.4"
 8207source = "registry+https://github.com/rust-lang/crates.io-index"
 8208checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8209dependencies = [
 8210 "io-lifetimes",
 8211 "windows-sys 0.59.0",
 8212]
 8213
 8214[[package]]
 8215name = "io-lifetimes"
 8216version = "2.0.4"
 8217source = "registry+https://github.com/rust-lang/crates.io-index"
 8218checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8219
 8220[[package]]
 8221name = "io-surface"
 8222version = "0.16.0"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8225dependencies = [
 8226 "cgl",
 8227 "core-foundation 0.10.0",
 8228 "core-foundation-sys",
 8229 "leaky-cow",
 8230 "libc",
 8231]
 8232
 8233[[package]]
 8234name = "iovec"
 8235version = "0.1.4"
 8236source = "registry+https://github.com/rust-lang/crates.io-index"
 8237checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8238dependencies = [
 8239 "libc",
 8240]
 8241
 8242[[package]]
 8243name = "ipc-channel"
 8244version = "0.19.0"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8247dependencies = [
 8248 "bincode",
 8249 "crossbeam-channel",
 8250 "fnv",
 8251 "lazy_static",
 8252 "libc",
 8253 "mio",
 8254 "rand 0.8.5",
 8255 "serde",
 8256 "tempfile",
 8257 "uuid",
 8258 "windows 0.58.0",
 8259]
 8260
 8261[[package]]
 8262name = "ipnet"
 8263version = "2.11.0"
 8264source = "registry+https://github.com/rust-lang/crates.io-index"
 8265checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8266
 8267[[package]]
 8268name = "is-docker"
 8269version = "0.2.0"
 8270source = "registry+https://github.com/rust-lang/crates.io-index"
 8271checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8272dependencies = [
 8273 "once_cell",
 8274]
 8275
 8276[[package]]
 8277name = "is-terminal"
 8278version = "0.4.16"
 8279source = "registry+https://github.com/rust-lang/crates.io-index"
 8280checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8281dependencies = [
 8282 "hermit-abi 0.5.0",
 8283 "libc",
 8284 "windows-sys 0.59.0",
 8285]
 8286
 8287[[package]]
 8288name = "is-wsl"
 8289version = "0.4.0"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8292dependencies = [
 8293 "is-docker",
 8294 "once_cell",
 8295]
 8296
 8297[[package]]
 8298name = "is_terminal_polyfill"
 8299version = "1.70.1"
 8300source = "registry+https://github.com/rust-lang/crates.io-index"
 8301checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8302
 8303[[package]]
 8304name = "itertools"
 8305version = "0.10.5"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8308dependencies = [
 8309 "either",
 8310]
 8311
 8312[[package]]
 8313name = "itertools"
 8314version = "0.11.0"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8317dependencies = [
 8318 "either",
 8319]
 8320
 8321[[package]]
 8322name = "itertools"
 8323version = "0.12.1"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8326dependencies = [
 8327 "either",
 8328]
 8329
 8330[[package]]
 8331name = "itertools"
 8332version = "0.13.0"
 8333source = "registry+https://github.com/rust-lang/crates.io-index"
 8334checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8335dependencies = [
 8336 "either",
 8337]
 8338
 8339[[package]]
 8340name = "itertools"
 8341version = "0.14.0"
 8342source = "registry+https://github.com/rust-lang/crates.io-index"
 8343checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8344dependencies = [
 8345 "either",
 8346]
 8347
 8348[[package]]
 8349name = "itoa"
 8350version = "1.0.15"
 8351source = "registry+https://github.com/rust-lang/crates.io-index"
 8352checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8353
 8354[[package]]
 8355name = "jiff"
 8356version = "0.2.10"
 8357source = "registry+https://github.com/rust-lang/crates.io-index"
 8358checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8359dependencies = [
 8360 "jiff-static",
 8361 "jiff-tzdb-platform",
 8362 "log",
 8363 "portable-atomic",
 8364 "portable-atomic-util",
 8365 "serde",
 8366 "windows-sys 0.59.0",
 8367]
 8368
 8369[[package]]
 8370name = "jiff-static"
 8371version = "0.2.10"
 8372source = "registry+https://github.com/rust-lang/crates.io-index"
 8373checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8374dependencies = [
 8375 "proc-macro2",
 8376 "quote",
 8377 "syn 2.0.101",
 8378]
 8379
 8380[[package]]
 8381name = "jiff-tzdb"
 8382version = "0.1.4"
 8383source = "registry+https://github.com/rust-lang/crates.io-index"
 8384checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8385
 8386[[package]]
 8387name = "jiff-tzdb-platform"
 8388version = "0.1.3"
 8389source = "registry+https://github.com/rust-lang/crates.io-index"
 8390checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8391dependencies = [
 8392 "jiff-tzdb",
 8393]
 8394
 8395[[package]]
 8396name = "jj"
 8397version = "0.1.0"
 8398dependencies = [
 8399 "anyhow",
 8400 "gpui",
 8401 "jj-lib",
 8402 "workspace-hack",
 8403]
 8404
 8405[[package]]
 8406name = "jj-lib"
 8407version = "0.29.0"
 8408source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8409dependencies = [
 8410 "async-trait",
 8411 "blake2",
 8412 "bstr",
 8413 "chrono",
 8414 "clru",
 8415 "digest",
 8416 "dunce",
 8417 "either",
 8418 "futures 0.3.31",
 8419 "gix",
 8420 "glob",
 8421 "hashbrown 0.15.3",
 8422 "hex",
 8423 "ignore",
 8424 "indexmap",
 8425 "interim",
 8426 "itertools 0.14.0",
 8427 "jj-lib-proc-macros",
 8428 "maplit",
 8429 "once_cell",
 8430 "pest",
 8431 "pest_derive",
 8432 "pollster 0.4.0",
 8433 "prost 0.13.5",
 8434 "rand 0.8.5",
 8435 "rand_chacha 0.3.1",
 8436 "rayon",
 8437 "ref-cast",
 8438 "regex",
 8439 "rustix 1.0.7",
 8440 "same-file",
 8441 "serde",
 8442 "serde_json",
 8443 "smallvec",
 8444 "strsim",
 8445 "tempfile",
 8446 "thiserror 2.0.12",
 8447 "toml_edit",
 8448 "tracing",
 8449 "version_check",
 8450 "winreg 0.52.0",
 8451]
 8452
 8453[[package]]
 8454name = "jj-lib-proc-macros"
 8455version = "0.29.0"
 8456source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8457dependencies = [
 8458 "proc-macro2",
 8459 "quote",
 8460 "syn 2.0.101",
 8461]
 8462
 8463[[package]]
 8464name = "jj_ui"
 8465version = "0.1.0"
 8466dependencies = [
 8467 "command_palette_hooks",
 8468 "feature_flags",
 8469 "fuzzy",
 8470 "gpui",
 8471 "jj",
 8472 "picker",
 8473 "ui",
 8474 "util",
 8475 "workspace",
 8476 "workspace-hack",
 8477 "zed_actions",
 8478]
 8479
 8480[[package]]
 8481name = "jni"
 8482version = "0.21.1"
 8483source = "registry+https://github.com/rust-lang/crates.io-index"
 8484checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8485dependencies = [
 8486 "cesu8",
 8487 "cfg-if",
 8488 "combine",
 8489 "jni-sys",
 8490 "log",
 8491 "thiserror 1.0.69",
 8492 "walkdir",
 8493 "windows-sys 0.45.0",
 8494]
 8495
 8496[[package]]
 8497name = "jni-sys"
 8498version = "0.3.0"
 8499source = "registry+https://github.com/rust-lang/crates.io-index"
 8500checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8501
 8502[[package]]
 8503name = "jobserver"
 8504version = "0.1.33"
 8505source = "registry+https://github.com/rust-lang/crates.io-index"
 8506checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8507dependencies = [
 8508 "getrandom 0.3.2",
 8509 "libc",
 8510]
 8511
 8512[[package]]
 8513name = "journal"
 8514version = "0.1.0"
 8515dependencies = [
 8516 "anyhow",
 8517 "chrono",
 8518 "editor",
 8519 "gpui",
 8520 "log",
 8521 "schemars",
 8522 "serde",
 8523 "settings",
 8524 "shellexpand 2.1.2",
 8525 "workspace",
 8526 "workspace-hack",
 8527]
 8528
 8529[[package]]
 8530name = "jpeg-decoder"
 8531version = "0.3.1"
 8532source = "registry+https://github.com/rust-lang/crates.io-index"
 8533checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8534
 8535[[package]]
 8536name = "js-sys"
 8537version = "0.3.77"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8540dependencies = [
 8541 "once_cell",
 8542 "wasm-bindgen",
 8543]
 8544
 8545[[package]]
 8546name = "json_dotpath"
 8547version = "1.1.0"
 8548source = "registry+https://github.com/rust-lang/crates.io-index"
 8549checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 8550dependencies = [
 8551 "serde",
 8552 "serde_derive",
 8553 "serde_json",
 8554 "thiserror 1.0.69",
 8555]
 8556
 8557[[package]]
 8558name = "jsonschema"
 8559version = "0.30.0"
 8560source = "registry+https://github.com/rust-lang/crates.io-index"
 8561checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8562dependencies = [
 8563 "ahash 0.8.11",
 8564 "base64 0.22.1",
 8565 "bytecount",
 8566 "email_address",
 8567 "fancy-regex 0.14.0",
 8568 "fraction",
 8569 "idna",
 8570 "itoa",
 8571 "num-cmp",
 8572 "num-traits",
 8573 "once_cell",
 8574 "percent-encoding",
 8575 "referencing",
 8576 "regex",
 8577 "regex-syntax 0.8.5",
 8578 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8579 "serde",
 8580 "serde_json",
 8581 "uuid-simd",
 8582]
 8583
 8584[[package]]
 8585name = "jsonwebtoken"
 8586version = "9.3.1"
 8587source = "registry+https://github.com/rust-lang/crates.io-index"
 8588checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8589dependencies = [
 8590 "base64 0.22.1",
 8591 "js-sys",
 8592 "pem",
 8593 "ring",
 8594 "serde",
 8595 "serde_json",
 8596 "simple_asn1",
 8597]
 8598
 8599[[package]]
 8600name = "jupyter-protocol"
 8601version = "0.6.0"
 8602source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8603dependencies = [
 8604 "anyhow",
 8605 "async-trait",
 8606 "bytes 1.10.1",
 8607 "chrono",
 8608 "futures 0.3.31",
 8609 "serde",
 8610 "serde_json",
 8611 "uuid",
 8612]
 8613
 8614[[package]]
 8615name = "jupyter-websocket-client"
 8616version = "0.9.0"
 8617source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8618dependencies = [
 8619 "anyhow",
 8620 "async-trait",
 8621 "async-tungstenite",
 8622 "futures 0.3.31",
 8623 "jupyter-protocol",
 8624 "serde",
 8625 "serde_json",
 8626 "url",
 8627 "uuid",
 8628]
 8629
 8630[[package]]
 8631name = "khronos-egl"
 8632version = "6.0.0"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8635dependencies = [
 8636 "libc",
 8637 "libloading",
 8638]
 8639
 8640[[package]]
 8641name = "kqueue"
 8642version = "1.0.8"
 8643source = "registry+https://github.com/rust-lang/crates.io-index"
 8644checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8645dependencies = [
 8646 "kqueue-sys",
 8647 "libc",
 8648]
 8649
 8650[[package]]
 8651name = "kqueue-sys"
 8652version = "1.0.4"
 8653source = "registry+https://github.com/rust-lang/crates.io-index"
 8654checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8655dependencies = [
 8656 "bitflags 1.3.2",
 8657 "libc",
 8658]
 8659
 8660[[package]]
 8661name = "kstring"
 8662version = "2.0.2"
 8663source = "registry+https://github.com/rust-lang/crates.io-index"
 8664checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8665dependencies = [
 8666 "static_assertions",
 8667]
 8668
 8669[[package]]
 8670name = "kurbo"
 8671version = "0.11.1"
 8672source = "registry+https://github.com/rust-lang/crates.io-index"
 8673checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8674dependencies = [
 8675 "arrayvec",
 8676 "smallvec",
 8677]
 8678
 8679[[package]]
 8680name = "kv-log-macro"
 8681version = "1.0.7"
 8682source = "registry+https://github.com/rust-lang/crates.io-index"
 8683checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8684dependencies = [
 8685 "log",
 8686]
 8687
 8688[[package]]
 8689name = "language"
 8690version = "0.1.0"
 8691dependencies = [
 8692 "anyhow",
 8693 "async-trait",
 8694 "async-watch",
 8695 "clock",
 8696 "collections",
 8697 "ctor",
 8698 "ec4rs",
 8699 "env_logger 0.11.8",
 8700 "fs",
 8701 "futures 0.3.31",
 8702 "fuzzy",
 8703 "globset",
 8704 "gpui",
 8705 "http_client",
 8706 "imara-diff",
 8707 "indoc",
 8708 "itertools 0.14.0",
 8709 "log",
 8710 "lsp",
 8711 "parking_lot",
 8712 "postage",
 8713 "pretty_assertions",
 8714 "rand 0.8.5",
 8715 "regex",
 8716 "rpc",
 8717 "schemars",
 8718 "serde",
 8719 "serde_json",
 8720 "settings",
 8721 "smallvec",
 8722 "smol",
 8723 "streaming-iterator",
 8724 "strsim",
 8725 "sum_tree",
 8726 "task",
 8727 "text",
 8728 "theme",
 8729 "tree-sitter",
 8730 "tree-sitter-elixir",
 8731 "tree-sitter-embedded-template",
 8732 "tree-sitter-heex",
 8733 "tree-sitter-html",
 8734 "tree-sitter-json",
 8735 "tree-sitter-md",
 8736 "tree-sitter-python",
 8737 "tree-sitter-ruby",
 8738 "tree-sitter-rust",
 8739 "tree-sitter-typescript",
 8740 "unicase",
 8741 "unindent",
 8742 "util",
 8743 "workspace-hack",
 8744]
 8745
 8746[[package]]
 8747name = "language_extension"
 8748version = "0.1.0"
 8749dependencies = [
 8750 "anyhow",
 8751 "async-trait",
 8752 "collections",
 8753 "extension",
 8754 "fs",
 8755 "futures 0.3.31",
 8756 "gpui",
 8757 "language",
 8758 "lsp",
 8759 "serde",
 8760 "serde_json",
 8761 "util",
 8762 "workspace-hack",
 8763]
 8764
 8765[[package]]
 8766name = "language_model"
 8767version = "0.1.0"
 8768dependencies = [
 8769 "anthropic",
 8770 "anyhow",
 8771 "base64 0.22.1",
 8772 "client",
 8773 "collections",
 8774 "futures 0.3.31",
 8775 "google_ai",
 8776 "gpui",
 8777 "http_client",
 8778 "icons",
 8779 "image",
 8780 "open_ai",
 8781 "parking_lot",
 8782 "proto",
 8783 "schemars",
 8784 "serde",
 8785 "serde_json",
 8786 "smol",
 8787 "strum 0.27.1",
 8788 "telemetry_events",
 8789 "thiserror 2.0.12",
 8790 "util",
 8791 "workspace-hack",
 8792 "zed_llm_client",
 8793]
 8794
 8795[[package]]
 8796name = "language_models"
 8797version = "0.1.0"
 8798dependencies = [
 8799 "anthropic",
 8800 "anyhow",
 8801 "aws-config",
 8802 "aws-credential-types",
 8803 "aws_http_client",
 8804 "bedrock",
 8805 "client",
 8806 "collections",
 8807 "copilot",
 8808 "credentials_provider",
 8809 "deepseek",
 8810 "editor",
 8811 "feature_flags",
 8812 "fs",
 8813 "futures 0.3.31",
 8814 "google_ai",
 8815 "gpui",
 8816 "gpui_tokio",
 8817 "http_client",
 8818 "language_model",
 8819 "lmstudio",
 8820 "log",
 8821 "menu",
 8822 "mistral",
 8823 "ollama",
 8824 "open_ai",
 8825 "partial-json-fixer",
 8826 "project",
 8827 "proto",
 8828 "release_channel",
 8829 "schemars",
 8830 "serde",
 8831 "serde_json",
 8832 "settings",
 8833 "smol",
 8834 "strum 0.27.1",
 8835 "theme",
 8836 "thiserror 2.0.12",
 8837 "tiktoken-rs",
 8838 "tokio",
 8839 "ui",
 8840 "util",
 8841 "workspace-hack",
 8842 "zed_llm_client",
 8843]
 8844
 8845[[package]]
 8846name = "language_selector"
 8847version = "0.1.0"
 8848dependencies = [
 8849 "anyhow",
 8850 "editor",
 8851 "file_finder",
 8852 "file_icons",
 8853 "fuzzy",
 8854 "gpui",
 8855 "language",
 8856 "picker",
 8857 "project",
 8858 "settings",
 8859 "ui",
 8860 "util",
 8861 "workspace",
 8862 "workspace-hack",
 8863]
 8864
 8865[[package]]
 8866name = "language_tools"
 8867version = "0.1.0"
 8868dependencies = [
 8869 "anyhow",
 8870 "client",
 8871 "collections",
 8872 "copilot",
 8873 "editor",
 8874 "env_logger 0.11.8",
 8875 "futures 0.3.31",
 8876 "gpui",
 8877 "itertools 0.14.0",
 8878 "language",
 8879 "lsp",
 8880 "project",
 8881 "release_channel",
 8882 "serde_json",
 8883 "settings",
 8884 "theme",
 8885 "tree-sitter",
 8886 "ui",
 8887 "util",
 8888 "workspace",
 8889 "workspace-hack",
 8890 "zed_actions",
 8891]
 8892
 8893[[package]]
 8894name = "languages"
 8895version = "0.1.0"
 8896dependencies = [
 8897 "anyhow",
 8898 "async-compression",
 8899 "async-tar",
 8900 "async-trait",
 8901 "collections",
 8902 "dap",
 8903 "futures 0.3.31",
 8904 "gpui",
 8905 "http_client",
 8906 "language",
 8907 "log",
 8908 "lsp",
 8909 "node_runtime",
 8910 "parking_lot",
 8911 "paths",
 8912 "pet",
 8913 "pet-conda",
 8914 "pet-core",
 8915 "pet-fs",
 8916 "pet-poetry",
 8917 "pet-reporter",
 8918 "pretty_assertions",
 8919 "project",
 8920 "regex",
 8921 "rope",
 8922 "rust-embed",
 8923 "serde",
 8924 "serde_json",
 8925 "settings",
 8926 "smol",
 8927 "snippet_provider",
 8928 "task",
 8929 "text",
 8930 "theme",
 8931 "toml 0.8.20",
 8932 "tree-sitter",
 8933 "tree-sitter-bash",
 8934 "tree-sitter-c",
 8935 "tree-sitter-cpp",
 8936 "tree-sitter-css",
 8937 "tree-sitter-diff",
 8938 "tree-sitter-gitcommit",
 8939 "tree-sitter-go",
 8940 "tree-sitter-gomod",
 8941 "tree-sitter-gowork",
 8942 "tree-sitter-jsdoc",
 8943 "tree-sitter-json",
 8944 "tree-sitter-md",
 8945 "tree-sitter-python",
 8946 "tree-sitter-regex",
 8947 "tree-sitter-rust",
 8948 "tree-sitter-typescript",
 8949 "tree-sitter-yaml",
 8950 "unindent",
 8951 "util",
 8952 "workspace",
 8953 "workspace-hack",
 8954]
 8955
 8956[[package]]
 8957name = "lazy_static"
 8958version = "1.5.0"
 8959source = "registry+https://github.com/rust-lang/crates.io-index"
 8960checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8961dependencies = [
 8962 "spin",
 8963]
 8964
 8965[[package]]
 8966name = "lazycell"
 8967version = "1.3.0"
 8968source = "registry+https://github.com/rust-lang/crates.io-index"
 8969checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8970
 8971[[package]]
 8972name = "leak"
 8973version = "0.1.2"
 8974source = "registry+https://github.com/rust-lang/crates.io-index"
 8975checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8976
 8977[[package]]
 8978name = "leaky-cow"
 8979version = "0.1.1"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8982dependencies = [
 8983 "leak",
 8984]
 8985
 8986[[package]]
 8987name = "leb128"
 8988version = "0.2.5"
 8989source = "registry+https://github.com/rust-lang/crates.io-index"
 8990checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8991
 8992[[package]]
 8993name = "leb128fmt"
 8994version = "0.1.0"
 8995source = "registry+https://github.com/rust-lang/crates.io-index"
 8996checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8997
 8998[[package]]
 8999name = "lebe"
 9000version = "0.5.2"
 9001source = "registry+https://github.com/rust-lang/crates.io-index"
 9002checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 9003
 9004[[package]]
 9005name = "libc"
 9006version = "0.2.172"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 9009
 9010[[package]]
 9011name = "libdbus-sys"
 9012version = "0.2.5"
 9013source = "registry+https://github.com/rust-lang/crates.io-index"
 9014checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 9015dependencies = [
 9016 "cc",
 9017 "pkg-config",
 9018]
 9019
 9020[[package]]
 9021name = "libfuzzer-sys"
 9022version = "0.4.9"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 9025dependencies = [
 9026 "arbitrary",
 9027 "cc",
 9028]
 9029
 9030[[package]]
 9031name = "libgit2-sys"
 9032version = "0.18.1+1.9.0"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9035dependencies = [
 9036 "cc",
 9037 "libc",
 9038 "libz-sys",
 9039 "pkg-config",
 9040]
 9041
 9042[[package]]
 9043name = "libloading"
 9044version = "0.8.6"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9047dependencies = [
 9048 "cfg-if",
 9049 "windows-targets 0.52.6",
 9050]
 9051
 9052[[package]]
 9053name = "libm"
 9054version = "0.2.11"
 9055source = "registry+https://github.com/rust-lang/crates.io-index"
 9056checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9057
 9058[[package]]
 9059name = "libmimalloc-sys"
 9060version = "0.1.42"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9063dependencies = [
 9064 "cc",
 9065 "libc",
 9066]
 9067
 9068[[package]]
 9069name = "libredox"
 9070version = "0.1.3"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9073dependencies = [
 9074 "bitflags 2.9.0",
 9075 "libc",
 9076 "redox_syscall 0.5.11",
 9077]
 9078
 9079[[package]]
 9080name = "libsqlite3-sys"
 9081version = "0.30.1"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9084dependencies = [
 9085 "cc",
 9086 "pkg-config",
 9087 "vcpkg",
 9088]
 9089
 9090[[package]]
 9091name = "libwebrtc"
 9092version = "0.3.10"
 9093source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9094dependencies = [
 9095 "cxx",
 9096 "jni",
 9097 "js-sys",
 9098 "lazy_static",
 9099 "livekit-protocol",
 9100 "livekit-runtime",
 9101 "log",
 9102 "parking_lot",
 9103 "serde",
 9104 "serde_json",
 9105 "thiserror 1.0.69",
 9106 "tokio",
 9107 "wasm-bindgen",
 9108 "wasm-bindgen-futures",
 9109 "web-sys",
 9110 "webrtc-sys",
 9111]
 9112
 9113[[package]]
 9114name = "libz-rs-sys"
 9115version = "0.5.0"
 9116source = "registry+https://github.com/rust-lang/crates.io-index"
 9117checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9118dependencies = [
 9119 "zlib-rs",
 9120]
 9121
 9122[[package]]
 9123name = "libz-sys"
 9124version = "1.1.22"
 9125source = "registry+https://github.com/rust-lang/crates.io-index"
 9126checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9127dependencies = [
 9128 "cc",
 9129 "libc",
 9130 "pkg-config",
 9131 "vcpkg",
 9132]
 9133
 9134[[package]]
 9135name = "link-cplusplus"
 9136version = "1.0.10"
 9137source = "registry+https://github.com/rust-lang/crates.io-index"
 9138checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9139dependencies = [
 9140 "cc",
 9141]
 9142
 9143[[package]]
 9144name = "linkify"
 9145version = "0.10.0"
 9146source = "registry+https://github.com/rust-lang/crates.io-index"
 9147checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9148dependencies = [
 9149 "memchr",
 9150]
 9151
 9152[[package]]
 9153name = "linux-raw-sys"
 9154version = "0.4.15"
 9155source = "registry+https://github.com/rust-lang/crates.io-index"
 9156checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9157
 9158[[package]]
 9159name = "linux-raw-sys"
 9160version = "0.9.4"
 9161source = "registry+https://github.com/rust-lang/crates.io-index"
 9162checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9163
 9164[[package]]
 9165name = "litemap"
 9166version = "0.7.5"
 9167source = "registry+https://github.com/rust-lang/crates.io-index"
 9168checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9169
 9170[[package]]
 9171name = "livekit"
 9172version = "0.7.8"
 9173source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9174dependencies = [
 9175 "chrono",
 9176 "futures-util",
 9177 "lazy_static",
 9178 "libloading",
 9179 "libwebrtc",
 9180 "livekit-api",
 9181 "livekit-protocol",
 9182 "livekit-runtime",
 9183 "log",
 9184 "parking_lot",
 9185 "prost 0.12.6",
 9186 "semver",
 9187 "serde",
 9188 "serde_json",
 9189 "thiserror 1.0.69",
 9190 "tokio",
 9191]
 9192
 9193[[package]]
 9194name = "livekit-api"
 9195version = "0.4.2"
 9196source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9197dependencies = [
 9198 "futures-util",
 9199 "http 0.2.12",
 9200 "livekit-protocol",
 9201 "livekit-runtime",
 9202 "log",
 9203 "parking_lot",
 9204 "pbjson-types",
 9205 "prost 0.12.6",
 9206 "rand 0.9.1",
 9207 "reqwest 0.11.27",
 9208 "scopeguard",
 9209 "serde",
 9210 "sha2",
 9211 "thiserror 1.0.69",
 9212 "tokio",
 9213 "tokio-tungstenite 0.26.2",
 9214 "url",
 9215]
 9216
 9217[[package]]
 9218name = "livekit-protocol"
 9219version = "0.3.9"
 9220source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9221dependencies = [
 9222 "futures-util",
 9223 "livekit-runtime",
 9224 "parking_lot",
 9225 "pbjson",
 9226 "pbjson-types",
 9227 "prost 0.12.6",
 9228 "prost-types 0.12.6",
 9229 "serde",
 9230 "thiserror 1.0.69",
 9231 "tokio",
 9232]
 9233
 9234[[package]]
 9235name = "livekit-runtime"
 9236version = "0.4.0"
 9237source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9238dependencies = [
 9239 "tokio",
 9240 "tokio-stream",
 9241]
 9242
 9243[[package]]
 9244name = "livekit_api"
 9245version = "0.1.0"
 9246dependencies = [
 9247 "anyhow",
 9248 "async-trait",
 9249 "jsonwebtoken",
 9250 "log",
 9251 "prost 0.9.0",
 9252 "prost-build 0.9.0",
 9253 "prost-types 0.9.0",
 9254 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9255 "serde",
 9256 "workspace-hack",
 9257]
 9258
 9259[[package]]
 9260name = "livekit_client"
 9261version = "0.1.0"
 9262dependencies = [
 9263 "anyhow",
 9264 "async-trait",
 9265 "collections",
 9266 "core-foundation 0.10.0",
 9267 "core-video",
 9268 "coreaudio-rs 0.12.1",
 9269 "cpal",
 9270 "futures 0.3.31",
 9271 "gpui",
 9272 "gpui_tokio",
 9273 "http_client_tls",
 9274 "image",
 9275 "libwebrtc",
 9276 "livekit",
 9277 "livekit_api",
 9278 "log",
 9279 "nanoid",
 9280 "objc",
 9281 "parking_lot",
 9282 "postage",
 9283 "scap",
 9284 "serde",
 9285 "serde_json",
 9286 "sha2",
 9287 "simplelog",
 9288 "smallvec",
 9289 "tokio-tungstenite 0.26.2",
 9290 "util",
 9291 "workspace-hack",
 9292]
 9293
 9294[[package]]
 9295name = "lmdb-master-sys"
 9296version = "0.2.5"
 9297source = "registry+https://github.com/rust-lang/crates.io-index"
 9298checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9299dependencies = [
 9300 "cc",
 9301 "doxygen-rs",
 9302 "libc",
 9303]
 9304
 9305[[package]]
 9306name = "lmstudio"
 9307version = "0.1.0"
 9308dependencies = [
 9309 "anyhow",
 9310 "futures 0.3.31",
 9311 "http_client",
 9312 "schemars",
 9313 "serde",
 9314 "serde_json",
 9315 "workspace-hack",
 9316]
 9317
 9318[[package]]
 9319name = "lock_api"
 9320version = "0.4.12"
 9321source = "registry+https://github.com/rust-lang/crates.io-index"
 9322checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9323dependencies = [
 9324 "autocfg",
 9325 "scopeguard",
 9326]
 9327
 9328[[package]]
 9329name = "log"
 9330version = "0.4.27"
 9331source = "registry+https://github.com/rust-lang/crates.io-index"
 9332checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9333dependencies = [
 9334 "serde",
 9335 "value-bag",
 9336]
 9337
 9338[[package]]
 9339name = "logos"
 9340version = "0.15.0"
 9341source = "registry+https://github.com/rust-lang/crates.io-index"
 9342checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9343dependencies = [
 9344 "logos-derive",
 9345]
 9346
 9347[[package]]
 9348name = "logos-codegen"
 9349version = "0.15.0"
 9350source = "registry+https://github.com/rust-lang/crates.io-index"
 9351checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9352dependencies = [
 9353 "beef",
 9354 "fnv",
 9355 "lazy_static",
 9356 "proc-macro2",
 9357 "quote",
 9358 "regex-syntax 0.8.5",
 9359 "rustc_version",
 9360 "syn 2.0.101",
 9361]
 9362
 9363[[package]]
 9364name = "logos-derive"
 9365version = "0.15.0"
 9366source = "registry+https://github.com/rust-lang/crates.io-index"
 9367checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9368dependencies = [
 9369 "logos-codegen",
 9370]
 9371
 9372[[package]]
 9373name = "loom"
 9374version = "0.7.2"
 9375source = "registry+https://github.com/rust-lang/crates.io-index"
 9376checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9377dependencies = [
 9378 "cfg-if",
 9379 "generator",
 9380 "scoped-tls",
 9381 "tracing",
 9382 "tracing-subscriber",
 9383]
 9384
 9385[[package]]
 9386name = "loop9"
 9387version = "0.1.5"
 9388source = "registry+https://github.com/rust-lang/crates.io-index"
 9389checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9390dependencies = [
 9391 "imgref",
 9392]
 9393
 9394[[package]]
 9395name = "lru"
 9396version = "0.12.5"
 9397source = "registry+https://github.com/rust-lang/crates.io-index"
 9398checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9399dependencies = [
 9400 "hashbrown 0.15.3",
 9401]
 9402
 9403[[package]]
 9404name = "lsp"
 9405version = "0.1.0"
 9406dependencies = [
 9407 "anyhow",
 9408 "async-pipe",
 9409 "collections",
 9410 "ctor",
 9411 "env_logger 0.11.8",
 9412 "futures 0.3.31",
 9413 "gpui",
 9414 "log",
 9415 "lsp-types",
 9416 "parking_lot",
 9417 "postage",
 9418 "release_channel",
 9419 "schemars",
 9420 "serde",
 9421 "serde_json",
 9422 "smol",
 9423 "util",
 9424 "workspace-hack",
 9425]
 9426
 9427[[package]]
 9428name = "lsp-types"
 9429version = "0.95.1"
 9430source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9431dependencies = [
 9432 "bitflags 1.3.2",
 9433 "serde",
 9434 "serde_json",
 9435 "serde_repr",
 9436 "url",
 9437]
 9438
 9439[[package]]
 9440name = "lyon"
 9441version = "1.0.1"
 9442source = "registry+https://github.com/rust-lang/crates.io-index"
 9443checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9444dependencies = [
 9445 "lyon_algorithms",
 9446 "lyon_extra",
 9447 "lyon_tessellation",
 9448]
 9449
 9450[[package]]
 9451name = "lyon_algorithms"
 9452version = "1.0.5"
 9453source = "registry+https://github.com/rust-lang/crates.io-index"
 9454checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9455dependencies = [
 9456 "lyon_path",
 9457 "num-traits",
 9458]
 9459
 9460[[package]]
 9461name = "lyon_extra"
 9462version = "1.0.3"
 9463source = "registry+https://github.com/rust-lang/crates.io-index"
 9464checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9465dependencies = [
 9466 "lyon_path",
 9467 "thiserror 1.0.69",
 9468]
 9469
 9470[[package]]
 9471name = "lyon_geom"
 9472version = "1.0.6"
 9473source = "registry+https://github.com/rust-lang/crates.io-index"
 9474checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9475dependencies = [
 9476 "arrayvec",
 9477 "euclid",
 9478 "num-traits",
 9479]
 9480
 9481[[package]]
 9482name = "lyon_path"
 9483version = "1.0.7"
 9484source = "registry+https://github.com/rust-lang/crates.io-index"
 9485checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9486dependencies = [
 9487 "lyon_geom",
 9488 "num-traits",
 9489]
 9490
 9491[[package]]
 9492name = "lyon_tessellation"
 9493version = "1.0.15"
 9494source = "registry+https://github.com/rust-lang/crates.io-index"
 9495checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9496dependencies = [
 9497 "float_next_after",
 9498 "lyon_path",
 9499 "num-traits",
 9500]
 9501
 9502[[package]]
 9503name = "mac"
 9504version = "0.1.1"
 9505source = "registry+https://github.com/rust-lang/crates.io-index"
 9506checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9507
 9508[[package]]
 9509name = "mach2"
 9510version = "0.4.2"
 9511source = "registry+https://github.com/rust-lang/crates.io-index"
 9512checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9513dependencies = [
 9514 "libc",
 9515]
 9516
 9517[[package]]
 9518name = "malloc_buf"
 9519version = "0.0.6"
 9520source = "registry+https://github.com/rust-lang/crates.io-index"
 9521checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9522dependencies = [
 9523 "libc",
 9524]
 9525
 9526[[package]]
 9527name = "maplit"
 9528version = "1.0.2"
 9529source = "registry+https://github.com/rust-lang/crates.io-index"
 9530checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9531
 9532[[package]]
 9533name = "markdown"
 9534version = "0.1.0"
 9535dependencies = [
 9536 "anyhow",
 9537 "assets",
 9538 "base64 0.22.1",
 9539 "env_logger 0.11.8",
 9540 "gpui",
 9541 "language",
 9542 "languages",
 9543 "linkify",
 9544 "log",
 9545 "node_runtime",
 9546 "pulldown-cmark 0.12.2",
 9547 "settings",
 9548 "sum_tree",
 9549 "theme",
 9550 "ui",
 9551 "util",
 9552 "workspace-hack",
 9553]
 9554
 9555[[package]]
 9556name = "markdown_preview"
 9557version = "0.1.0"
 9558dependencies = [
 9559 "anyhow",
 9560 "async-recursion 1.1.1",
 9561 "collections",
 9562 "editor",
 9563 "gpui",
 9564 "language",
 9565 "linkify",
 9566 "log",
 9567 "pretty_assertions",
 9568 "pulldown-cmark 0.12.2",
 9569 "settings",
 9570 "theme",
 9571 "ui",
 9572 "util",
 9573 "workspace",
 9574 "workspace-hack",
 9575]
 9576
 9577[[package]]
 9578name = "markup5ever"
 9579version = "0.12.1"
 9580source = "registry+https://github.com/rust-lang/crates.io-index"
 9581checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9582dependencies = [
 9583 "log",
 9584 "phf",
 9585 "phf_codegen",
 9586 "string_cache",
 9587 "string_cache_codegen",
 9588 "tendril",
 9589]
 9590
 9591[[package]]
 9592name = "markup5ever"
 9593version = "0.16.1"
 9594source = "registry+https://github.com/rust-lang/crates.io-index"
 9595checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9596dependencies = [
 9597 "log",
 9598 "tendril",
 9599 "web_atoms",
 9600]
 9601
 9602[[package]]
 9603name = "markup5ever_rcdom"
 9604version = "0.3.0"
 9605source = "registry+https://github.com/rust-lang/crates.io-index"
 9606checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9607dependencies = [
 9608 "html5ever 0.27.0",
 9609 "markup5ever 0.12.1",
 9610 "tendril",
 9611 "xml5ever",
 9612]
 9613
 9614[[package]]
 9615name = "match_token"
 9616version = "0.1.0"
 9617source = "registry+https://github.com/rust-lang/crates.io-index"
 9618checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9619dependencies = [
 9620 "proc-macro2",
 9621 "quote",
 9622 "syn 2.0.101",
 9623]
 9624
 9625[[package]]
 9626name = "matchers"
 9627version = "0.1.0"
 9628source = "registry+https://github.com/rust-lang/crates.io-index"
 9629checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9630dependencies = [
 9631 "regex-automata 0.1.10",
 9632]
 9633
 9634[[package]]
 9635name = "matchit"
 9636version = "0.7.3"
 9637source = "registry+https://github.com/rust-lang/crates.io-index"
 9638checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9639
 9640[[package]]
 9641name = "maybe-async"
 9642version = "0.2.10"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9645dependencies = [
 9646 "proc-macro2",
 9647 "quote",
 9648 "syn 2.0.101",
 9649]
 9650
 9651[[package]]
 9652name = "maybe-owned"
 9653version = "0.3.4"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9656
 9657[[package]]
 9658name = "maybe-rayon"
 9659version = "0.1.1"
 9660source = "registry+https://github.com/rust-lang/crates.io-index"
 9661checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9662dependencies = [
 9663 "cfg-if",
 9664 "rayon",
 9665]
 9666
 9667[[package]]
 9668name = "md-5"
 9669version = "0.10.6"
 9670source = "registry+https://github.com/rust-lang/crates.io-index"
 9671checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9672dependencies = [
 9673 "cfg-if",
 9674 "digest",
 9675]
 9676
 9677[[package]]
 9678name = "mdbook"
 9679version = "0.4.48"
 9680source = "registry+https://github.com/rust-lang/crates.io-index"
 9681checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9682dependencies = [
 9683 "ammonia",
 9684 "anyhow",
 9685 "chrono",
 9686 "clap",
 9687 "clap_complete",
 9688 "elasticlunr-rs",
 9689 "env_logger 0.11.8",
 9690 "futures-util",
 9691 "handlebars 6.3.2",
 9692 "hex",
 9693 "ignore",
 9694 "log",
 9695 "memchr",
 9696 "notify",
 9697 "notify-debouncer-mini",
 9698 "once_cell",
 9699 "opener",
 9700 "pathdiff",
 9701 "pulldown-cmark 0.10.3",
 9702 "regex",
 9703 "serde",
 9704 "serde_json",
 9705 "sha2",
 9706 "shlex",
 9707 "tempfile",
 9708 "tokio",
 9709 "toml 0.5.11",
 9710 "topological-sort",
 9711 "walkdir",
 9712 "warp",
 9713]
 9714
 9715[[package]]
 9716name = "media"
 9717version = "0.1.0"
 9718dependencies = [
 9719 "anyhow",
 9720 "bindgen 0.71.1",
 9721 "core-foundation 0.10.0",
 9722 "core-video",
 9723 "ctor",
 9724 "foreign-types 0.5.0",
 9725 "metal",
 9726 "objc",
 9727 "workspace-hack",
 9728]
 9729
 9730[[package]]
 9731name = "memchr"
 9732version = "2.7.4"
 9733source = "registry+https://github.com/rust-lang/crates.io-index"
 9734checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9735
 9736[[package]]
 9737name = "memfd"
 9738version = "0.6.4"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9741dependencies = [
 9742 "rustix 0.38.44",
 9743]
 9744
 9745[[package]]
 9746name = "memmap2"
 9747version = "0.9.5"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9750dependencies = [
 9751 "libc",
 9752]
 9753
 9754[[package]]
 9755name = "memoffset"
 9756version = "0.9.1"
 9757source = "registry+https://github.com/rust-lang/crates.io-index"
 9758checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9759dependencies = [
 9760 "autocfg",
 9761]
 9762
 9763[[package]]
 9764name = "menu"
 9765version = "0.1.0"
 9766dependencies = [
 9767 "gpui",
 9768 "workspace-hack",
 9769]
 9770
 9771[[package]]
 9772name = "metal"
 9773version = "0.29.0"
 9774source = "registry+https://github.com/rust-lang/crates.io-index"
 9775checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9776dependencies = [
 9777 "bitflags 2.9.0",
 9778 "block",
 9779 "core-graphics-types 0.1.3",
 9780 "foreign-types 0.5.0",
 9781 "log",
 9782 "objc",
 9783 "paste",
 9784]
 9785
 9786[[package]]
 9787name = "migrator"
 9788version = "0.1.0"
 9789dependencies = [
 9790 "anyhow",
 9791 "collections",
 9792 "convert_case 0.8.0",
 9793 "log",
 9794 "pretty_assertions",
 9795 "streaming-iterator",
 9796 "tree-sitter",
 9797 "tree-sitter-json",
 9798 "workspace-hack",
 9799]
 9800
 9801[[package]]
 9802name = "mimalloc"
 9803version = "0.1.46"
 9804source = "registry+https://github.com/rust-lang/crates.io-index"
 9805checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9806dependencies = [
 9807 "libmimalloc-sys",
 9808]
 9809
 9810[[package]]
 9811name = "mime"
 9812version = "0.3.17"
 9813source = "registry+https://github.com/rust-lang/crates.io-index"
 9814checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9815
 9816[[package]]
 9817name = "mime_guess"
 9818version = "2.0.5"
 9819source = "registry+https://github.com/rust-lang/crates.io-index"
 9820checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9821dependencies = [
 9822 "mime",
 9823 "unicase",
 9824]
 9825
 9826[[package]]
 9827name = "minimal-lexical"
 9828version = "0.2.1"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9831
 9832[[package]]
 9833name = "miniz_oxide"
 9834version = "0.8.8"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9837dependencies = [
 9838 "adler2",
 9839 "simd-adler32",
 9840]
 9841
 9842[[package]]
 9843name = "mint"
 9844version = "0.5.9"
 9845source = "registry+https://github.com/rust-lang/crates.io-index"
 9846checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9847
 9848[[package]]
 9849name = "mio"
 9850version = "1.0.3"
 9851source = "registry+https://github.com/rust-lang/crates.io-index"
 9852checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9853dependencies = [
 9854 "libc",
 9855 "log",
 9856 "wasi 0.11.0+wasi-snapshot-preview1",
 9857 "windows-sys 0.52.0",
 9858]
 9859
 9860[[package]]
 9861name = "miow"
 9862version = "0.6.0"
 9863source = "registry+https://github.com/rust-lang/crates.io-index"
 9864checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9865dependencies = [
 9866 "windows-sys 0.48.0",
 9867]
 9868
 9869[[package]]
 9870name = "mistral"
 9871version = "0.1.0"
 9872dependencies = [
 9873 "anyhow",
 9874 "futures 0.3.31",
 9875 "http_client",
 9876 "schemars",
 9877 "serde",
 9878 "serde_json",
 9879 "strum 0.27.1",
 9880 "workspace-hack",
 9881]
 9882
 9883[[package]]
 9884name = "moka"
 9885version = "0.12.10"
 9886source = "registry+https://github.com/rust-lang/crates.io-index"
 9887checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9888dependencies = [
 9889 "crossbeam-channel",
 9890 "crossbeam-epoch",
 9891 "crossbeam-utils",
 9892 "loom",
 9893 "parking_lot",
 9894 "portable-atomic",
 9895 "rustc_version",
 9896 "smallvec",
 9897 "tagptr",
 9898 "thiserror 1.0.69",
 9899 "uuid",
 9900]
 9901
 9902[[package]]
 9903name = "msvc_spectre_libs"
 9904version = "0.1.3"
 9905source = "registry+https://github.com/rust-lang/crates.io-index"
 9906checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9907dependencies = [
 9908 "cc",
 9909]
 9910
 9911[[package]]
 9912name = "multi_buffer"
 9913version = "0.1.0"
 9914dependencies = [
 9915 "anyhow",
 9916 "buffer_diff",
 9917 "clock",
 9918 "collections",
 9919 "ctor",
 9920 "env_logger 0.11.8",
 9921 "gpui",
 9922 "indoc",
 9923 "itertools 0.14.0",
 9924 "language",
 9925 "log",
 9926 "parking_lot",
 9927 "pretty_assertions",
 9928 "project",
 9929 "rand 0.8.5",
 9930 "rope",
 9931 "serde",
 9932 "settings",
 9933 "smallvec",
 9934 "smol",
 9935 "sum_tree",
 9936 "text",
 9937 "theme",
 9938 "tree-sitter",
 9939 "util",
 9940 "workspace-hack",
 9941]
 9942
 9943[[package]]
 9944name = "multimap"
 9945version = "0.8.3"
 9946source = "registry+https://github.com/rust-lang/crates.io-index"
 9947checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9948
 9949[[package]]
 9950name = "multimap"
 9951version = "0.10.0"
 9952source = "registry+https://github.com/rust-lang/crates.io-index"
 9953checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9954
 9955[[package]]
 9956name = "naga"
 9957version = "25.0.1"
 9958source = "registry+https://github.com/rust-lang/crates.io-index"
 9959checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9960dependencies = [
 9961 "arrayvec",
 9962 "bit-set 0.8.0",
 9963 "bitflags 2.9.0",
 9964 "cfg_aliases 0.2.1",
 9965 "codespan-reporting 0.12.0",
 9966 "half",
 9967 "hashbrown 0.15.3",
 9968 "hexf-parse",
 9969 "indexmap",
 9970 "log",
 9971 "num-traits",
 9972 "once_cell",
 9973 "rustc-hash 1.1.0",
 9974 "spirv",
 9975 "strum 0.26.3",
 9976 "thiserror 2.0.12",
 9977 "unicode-ident",
 9978]
 9979
 9980[[package]]
 9981name = "nanoid"
 9982version = "0.4.0"
 9983source = "registry+https://github.com/rust-lang/crates.io-index"
 9984checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9985dependencies = [
 9986 "rand 0.8.5",
 9987]
 9988
 9989[[package]]
 9990name = "nanorand"
 9991version = "0.7.0"
 9992source = "registry+https://github.com/rust-lang/crates.io-index"
 9993checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9994dependencies = [
 9995 "getrandom 0.2.15",
 9996]
 9997
 9998[[package]]
 9999name = "native-tls"
10000version = "0.2.14"
10001source = "registry+https://github.com/rust-lang/crates.io-index"
10002checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10003dependencies = [
10004 "libc",
10005 "log",
10006 "openssl",
10007 "openssl-probe",
10008 "openssl-sys",
10009 "schannel",
10010 "security-framework 2.11.1",
10011 "security-framework-sys",
10012 "tempfile",
10013]
10014
10015[[package]]
10016name = "nbformat"
10017version = "0.10.0"
10018source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10019dependencies = [
10020 "anyhow",
10021 "chrono",
10022 "jupyter-protocol",
10023 "serde",
10024 "serde_json",
10025 "thiserror 1.0.69",
10026 "uuid",
10027]
10028
10029[[package]]
10030name = "ndk"
10031version = "0.8.0"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10034dependencies = [
10035 "bitflags 2.9.0",
10036 "jni-sys",
10037 "log",
10038 "ndk-sys",
10039 "num_enum",
10040 "thiserror 1.0.69",
10041]
10042
10043[[package]]
10044name = "ndk-context"
10045version = "0.1.1"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10048
10049[[package]]
10050name = "ndk-sys"
10051version = "0.5.0+25.2.9519653"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10054dependencies = [
10055 "jni-sys",
10056]
10057
10058[[package]]
10059name = "new_debug_unreachable"
10060version = "1.0.6"
10061source = "registry+https://github.com/rust-lang/crates.io-index"
10062checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10063
10064[[package]]
10065name = "nix"
10066version = "0.28.0"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10069dependencies = [
10070 "bitflags 2.9.0",
10071 "cfg-if",
10072 "cfg_aliases 0.1.1",
10073 "libc",
10074]
10075
10076[[package]]
10077name = "nix"
10078version = "0.29.0"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10081dependencies = [
10082 "bitflags 2.9.0",
10083 "cfg-if",
10084 "cfg_aliases 0.2.1",
10085 "libc",
10086 "memoffset",
10087]
10088
10089[[package]]
10090name = "node_runtime"
10091version = "0.1.0"
10092dependencies = [
10093 "anyhow",
10094 "async-compression",
10095 "async-std",
10096 "async-tar",
10097 "async-trait",
10098 "async-watch",
10099 "futures 0.3.31",
10100 "http_client",
10101 "log",
10102 "paths",
10103 "semver",
10104 "serde",
10105 "serde_json",
10106 "smol",
10107 "util",
10108 "which 6.0.3",
10109 "workspace-hack",
10110]
10111
10112[[package]]
10113name = "nom"
10114version = "7.1.3"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10117dependencies = [
10118 "memchr",
10119 "minimal-lexical",
10120]
10121
10122[[package]]
10123name = "noop_proc_macro"
10124version = "0.3.0"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10127
10128[[package]]
10129name = "normpath"
10130version = "1.3.0"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10133dependencies = [
10134 "windows-sys 0.59.0",
10135]
10136
10137[[package]]
10138name = "notifications"
10139version = "0.1.0"
10140dependencies = [
10141 "anyhow",
10142 "channel",
10143 "client",
10144 "collections",
10145 "component",
10146 "db",
10147 "gpui",
10148 "rpc",
10149 "settings",
10150 "sum_tree",
10151 "time",
10152 "ui",
10153 "util",
10154 "workspace",
10155 "workspace-hack",
10156]
10157
10158[[package]]
10159name = "notify"
10160version = "8.0.0"
10161source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10162dependencies = [
10163 "bitflags 2.9.0",
10164 "filetime",
10165 "fsevent-sys 4.1.0",
10166 "inotify",
10167 "kqueue",
10168 "libc",
10169 "log",
10170 "mio",
10171 "notify-types",
10172 "walkdir",
10173 "windows-sys 0.59.0",
10174]
10175
10176[[package]]
10177name = "notify-debouncer-mini"
10178version = "0.6.0"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10181dependencies = [
10182 "log",
10183 "notify",
10184 "notify-types",
10185 "tempfile",
10186]
10187
10188[[package]]
10189name = "notify-types"
10190version = "2.0.0"
10191source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10192
10193[[package]]
10194name = "ntapi"
10195version = "0.4.1"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10198dependencies = [
10199 "winapi",
10200]
10201
10202[[package]]
10203name = "nu-ansi-term"
10204version = "0.46.0"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10207dependencies = [
10208 "overload",
10209 "winapi",
10210]
10211
10212[[package]]
10213name = "num"
10214version = "0.4.3"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10217dependencies = [
10218 "num-bigint",
10219 "num-complex",
10220 "num-integer",
10221 "num-iter",
10222 "num-rational",
10223 "num-traits",
10224]
10225
10226[[package]]
10227name = "num-bigint"
10228version = "0.4.6"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10231dependencies = [
10232 "num-integer",
10233 "num-traits",
10234]
10235
10236[[package]]
10237name = "num-bigint-dig"
10238version = "0.8.4"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10241dependencies = [
10242 "byteorder",
10243 "lazy_static",
10244 "libm",
10245 "num-integer",
10246 "num-iter",
10247 "num-traits",
10248 "rand 0.8.5",
10249 "serde",
10250 "smallvec",
10251 "zeroize",
10252]
10253
10254[[package]]
10255name = "num-cmp"
10256version = "0.1.0"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10259
10260[[package]]
10261name = "num-complex"
10262version = "0.4.6"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10265dependencies = [
10266 "num-traits",
10267]
10268
10269[[package]]
10270name = "num-conv"
10271version = "0.1.0"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10274
10275[[package]]
10276name = "num-derive"
10277version = "0.4.2"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10280dependencies = [
10281 "proc-macro2",
10282 "quote",
10283 "syn 2.0.101",
10284]
10285
10286[[package]]
10287name = "num-format"
10288version = "0.4.4"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10291dependencies = [
10292 "arrayvec",
10293 "itoa",
10294]
10295
10296[[package]]
10297name = "num-integer"
10298version = "0.1.46"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10301dependencies = [
10302 "num-traits",
10303]
10304
10305[[package]]
10306name = "num-iter"
10307version = "0.1.45"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10310dependencies = [
10311 "autocfg",
10312 "num-integer",
10313 "num-traits",
10314]
10315
10316[[package]]
10317name = "num-modular"
10318version = "0.6.1"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10321
10322[[package]]
10323name = "num-order"
10324version = "1.2.0"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10327dependencies = [
10328 "num-modular",
10329]
10330
10331[[package]]
10332name = "num-rational"
10333version = "0.4.2"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10336dependencies = [
10337 "num-bigint",
10338 "num-integer",
10339 "num-traits",
10340]
10341
10342[[package]]
10343name = "num-traits"
10344version = "0.2.19"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10347dependencies = [
10348 "autocfg",
10349 "libm",
10350]
10351
10352[[package]]
10353name = "num_cpus"
10354version = "1.16.0"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10357dependencies = [
10358 "hermit-abi 0.3.9",
10359 "libc",
10360]
10361
10362[[package]]
10363name = "num_enum"
10364version = "0.7.3"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10367dependencies = [
10368 "num_enum_derive",
10369]
10370
10371[[package]]
10372name = "num_enum_derive"
10373version = "0.7.3"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10376dependencies = [
10377 "proc-macro-crate",
10378 "proc-macro2",
10379 "quote",
10380 "syn 2.0.101",
10381]
10382
10383[[package]]
10384name = "num_threads"
10385version = "0.1.7"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10388dependencies = [
10389 "libc",
10390]
10391
10392[[package]]
10393name = "nvim-rs"
10394version = "0.9.2"
10395source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10396dependencies = [
10397 "async-trait",
10398 "futures 0.3.31",
10399 "log",
10400 "rmp",
10401 "rmpv",
10402 "tokio",
10403 "tokio-util",
10404]
10405
10406[[package]]
10407name = "objc"
10408version = "0.2.7"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10411dependencies = [
10412 "malloc_buf",
10413 "objc_exception",
10414]
10415
10416[[package]]
10417name = "objc-foundation"
10418version = "0.1.1"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10421dependencies = [
10422 "block",
10423 "objc",
10424 "objc_id",
10425]
10426
10427[[package]]
10428name = "objc2"
10429version = "0.6.1"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10432dependencies = [
10433 "objc2-encode",
10434]
10435
10436[[package]]
10437name = "objc2-app-kit"
10438version = "0.3.1"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10441dependencies = [
10442 "bitflags 2.9.0",
10443 "objc2",
10444 "objc2-core-foundation",
10445 "objc2-foundation",
10446 "objc2-quartz-core",
10447]
10448
10449[[package]]
10450name = "objc2-core-foundation"
10451version = "0.3.1"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10454dependencies = [
10455 "bitflags 2.9.0",
10456 "dispatch2",
10457 "objc2",
10458]
10459
10460[[package]]
10461name = "objc2-encode"
10462version = "4.1.0"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10465
10466[[package]]
10467name = "objc2-foundation"
10468version = "0.3.1"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10471dependencies = [
10472 "bitflags 2.9.0",
10473 "objc2",
10474 "objc2-core-foundation",
10475]
10476
10477[[package]]
10478name = "objc2-metal"
10479version = "0.3.1"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10482dependencies = [
10483 "bitflags 2.9.0",
10484 "block2",
10485 "dispatch2",
10486 "objc2",
10487 "objc2-core-foundation",
10488 "objc2-foundation",
10489]
10490
10491[[package]]
10492name = "objc2-quartz-core"
10493version = "0.3.1"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10496dependencies = [
10497 "bitflags 2.9.0",
10498 "objc2",
10499 "objc2-core-foundation",
10500 "objc2-foundation",
10501 "objc2-metal",
10502]
10503
10504[[package]]
10505name = "objc2-ui-kit"
10506version = "0.3.1"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10509dependencies = [
10510 "bitflags 2.9.0",
10511 "objc2",
10512 "objc2-core-foundation",
10513 "objc2-foundation",
10514 "objc2-quartz-core",
10515]
10516
10517[[package]]
10518name = "objc_exception"
10519version = "0.1.2"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10522dependencies = [
10523 "cc",
10524]
10525
10526[[package]]
10527name = "objc_id"
10528version = "0.1.1"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10531dependencies = [
10532 "objc",
10533]
10534
10535[[package]]
10536name = "object"
10537version = "0.36.7"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10540dependencies = [
10541 "crc32fast",
10542 "hashbrown 0.15.3",
10543 "indexmap",
10544 "memchr",
10545]
10546
10547[[package]]
10548name = "oboe"
10549version = "0.6.1"
10550source = "registry+https://github.com/rust-lang/crates.io-index"
10551checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10552dependencies = [
10553 "jni",
10554 "ndk",
10555 "ndk-context",
10556 "num-derive",
10557 "num-traits",
10558 "oboe-sys",
10559]
10560
10561[[package]]
10562name = "oboe-sys"
10563version = "0.6.1"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10566dependencies = [
10567 "cc",
10568]
10569
10570[[package]]
10571name = "ollama"
10572version = "0.1.0"
10573dependencies = [
10574 "anyhow",
10575 "futures 0.3.31",
10576 "http_client",
10577 "schemars",
10578 "serde",
10579 "serde_json",
10580 "workspace-hack",
10581]
10582
10583[[package]]
10584name = "once_cell"
10585version = "1.21.3"
10586source = "registry+https://github.com/rust-lang/crates.io-index"
10587checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10588
10589[[package]]
10590name = "oo7"
10591version = "0.4.3"
10592source = "registry+https://github.com/rust-lang/crates.io-index"
10593checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10594dependencies = [
10595 "aes",
10596 "ashpd",
10597 "async-fs",
10598 "async-io",
10599 "async-lock",
10600 "blocking",
10601 "cbc",
10602 "cipher",
10603 "digest",
10604 "endi",
10605 "futures-lite 2.6.0",
10606 "futures-util",
10607 "getrandom 0.3.2",
10608 "hkdf",
10609 "hmac",
10610 "md-5",
10611 "num",
10612 "num-bigint-dig",
10613 "pbkdf2 0.12.2",
10614 "rand 0.9.1",
10615 "serde",
10616 "sha2",
10617 "subtle",
10618 "zbus",
10619 "zbus_macros",
10620 "zeroize",
10621 "zvariant",
10622]
10623
10624[[package]]
10625name = "oorandom"
10626version = "11.1.5"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10629
10630[[package]]
10631name = "open"
10632version = "5.3.2"
10633source = "registry+https://github.com/rust-lang/crates.io-index"
10634checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10635dependencies = [
10636 "is-wsl",
10637 "libc",
10638 "pathdiff",
10639]
10640
10641[[package]]
10642name = "open_ai"
10643version = "0.1.0"
10644dependencies = [
10645 "anyhow",
10646 "futures 0.3.31",
10647 "http_client",
10648 "schemars",
10649 "serde",
10650 "serde_json",
10651 "strum 0.27.1",
10652 "workspace-hack",
10653]
10654
10655[[package]]
10656name = "opener"
10657version = "0.7.2"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10660dependencies = [
10661 "bstr",
10662 "dbus",
10663 "normpath",
10664 "windows-sys 0.59.0",
10665]
10666
10667[[package]]
10668name = "openssl"
10669version = "0.10.72"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10672dependencies = [
10673 "bitflags 2.9.0",
10674 "cfg-if",
10675 "foreign-types 0.3.2",
10676 "libc",
10677 "once_cell",
10678 "openssl-macros",
10679 "openssl-sys",
10680]
10681
10682[[package]]
10683name = "openssl-macros"
10684version = "0.1.1"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10687dependencies = [
10688 "proc-macro2",
10689 "quote",
10690 "syn 2.0.101",
10691]
10692
10693[[package]]
10694name = "openssl-probe"
10695version = "0.1.6"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10698
10699[[package]]
10700name = "openssl-sys"
10701version = "0.9.107"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10704dependencies = [
10705 "cc",
10706 "libc",
10707 "pkg-config",
10708 "vcpkg",
10709]
10710
10711[[package]]
10712name = "optfield"
10713version = "0.3.0"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10716dependencies = [
10717 "proc-macro2",
10718 "quote",
10719 "syn 2.0.101",
10720]
10721
10722[[package]]
10723name = "option-ext"
10724version = "0.2.0"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10727
10728[[package]]
10729name = "ordered-float"
10730version = "2.10.1"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10733dependencies = [
10734 "num-traits",
10735]
10736
10737[[package]]
10738name = "ordered-float"
10739version = "4.6.0"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10742dependencies = [
10743 "num-traits",
10744]
10745
10746[[package]]
10747name = "ordered-stream"
10748version = "0.2.0"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10751dependencies = [
10752 "futures-core",
10753 "pin-project-lite",
10754]
10755
10756[[package]]
10757name = "ouroboros"
10758version = "0.18.5"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10761dependencies = [
10762 "aliasable",
10763 "ouroboros_macro",
10764 "static_assertions",
10765]
10766
10767[[package]]
10768name = "ouroboros_macro"
10769version = "0.18.5"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10772dependencies = [
10773 "heck 0.4.1",
10774 "proc-macro2",
10775 "proc-macro2-diagnostics",
10776 "quote",
10777 "syn 2.0.101",
10778]
10779
10780[[package]]
10781name = "outline"
10782version = "0.1.0"
10783dependencies = [
10784 "editor",
10785 "fuzzy",
10786 "gpui",
10787 "indoc",
10788 "language",
10789 "menu",
10790 "ordered-float 2.10.1",
10791 "picker",
10792 "project",
10793 "rope",
10794 "serde_json",
10795 "settings",
10796 "smol",
10797 "theme",
10798 "tree-sitter-rust",
10799 "tree-sitter-typescript",
10800 "ui",
10801 "util",
10802 "workspace",
10803 "workspace-hack",
10804 "zed_actions",
10805]
10806
10807[[package]]
10808name = "outline_panel"
10809version = "0.1.0"
10810dependencies = [
10811 "anyhow",
10812 "collections",
10813 "db",
10814 "editor",
10815 "file_icons",
10816 "fuzzy",
10817 "gpui",
10818 "itertools 0.14.0",
10819 "language",
10820 "log",
10821 "menu",
10822 "outline",
10823 "pretty_assertions",
10824 "project",
10825 "schemars",
10826 "search",
10827 "serde",
10828 "serde_json",
10829 "settings",
10830 "smallvec",
10831 "smol",
10832 "theme",
10833 "ui",
10834 "util",
10835 "workspace",
10836 "workspace-hack",
10837 "worktree",
10838 "zed_actions",
10839]
10840
10841[[package]]
10842name = "outref"
10843version = "0.5.2"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10846
10847[[package]]
10848name = "overload"
10849version = "0.1.1"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10852
10853[[package]]
10854name = "p256"
10855version = "0.11.1"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10858dependencies = [
10859 "ecdsa",
10860 "elliptic-curve",
10861 "sha2",
10862]
10863
10864[[package]]
10865name = "page_size"
10866version = "0.6.0"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10869dependencies = [
10870 "libc",
10871 "winapi",
10872]
10873
10874[[package]]
10875name = "palette"
10876version = "0.7.6"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10879dependencies = [
10880 "approx",
10881 "fast-srgb8",
10882 "palette_derive",
10883]
10884
10885[[package]]
10886name = "palette_derive"
10887version = "0.7.6"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10890dependencies = [
10891 "by_address",
10892 "proc-macro2",
10893 "quote",
10894 "syn 2.0.101",
10895]
10896
10897[[package]]
10898name = "panel"
10899version = "0.1.0"
10900dependencies = [
10901 "editor",
10902 "gpui",
10903 "settings",
10904 "theme",
10905 "ui",
10906 "workspace",
10907 "workspace-hack",
10908]
10909
10910[[package]]
10911name = "parking"
10912version = "2.2.1"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10915
10916[[package]]
10917name = "parking_lot"
10918version = "0.12.3"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10921dependencies = [
10922 "lock_api",
10923 "parking_lot_core",
10924]
10925
10926[[package]]
10927name = "parking_lot_core"
10928version = "0.9.10"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10931dependencies = [
10932 "cfg-if",
10933 "libc",
10934 "redox_syscall 0.5.11",
10935 "smallvec",
10936 "windows-targets 0.52.6",
10937]
10938
10939[[package]]
10940name = "partial-json-fixer"
10941version = "0.5.3"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10944
10945[[package]]
10946name = "password-hash"
10947version = "0.4.2"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10950dependencies = [
10951 "base64ct",
10952 "rand_core 0.6.4",
10953 "subtle",
10954]
10955
10956[[package]]
10957name = "password-hash"
10958version = "0.5.0"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10961dependencies = [
10962 "base64ct",
10963 "rand_core 0.6.4",
10964 "subtle",
10965]
10966
10967[[package]]
10968name = "paste"
10969version = "1.0.15"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10972
10973[[package]]
10974name = "pathdiff"
10975version = "0.2.3"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10978
10979[[package]]
10980name = "pathfinder_geometry"
10981version = "0.5.1"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10984dependencies = [
10985 "log",
10986 "pathfinder_simd",
10987]
10988
10989[[package]]
10990name = "pathfinder_simd"
10991version = "0.5.4"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10994dependencies = [
10995 "rustc_version",
10996]
10997
10998[[package]]
10999name = "paths"
11000version = "0.1.0"
11001dependencies = [
11002 "dirs 4.0.0",
11003 "util",
11004 "workspace-hack",
11005]
11006
11007[[package]]
11008name = "pbjson"
11009version = "0.6.0"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11012dependencies = [
11013 "base64 0.21.7",
11014 "serde",
11015]
11016
11017[[package]]
11018name = "pbjson-build"
11019version = "0.6.2"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11022dependencies = [
11023 "heck 0.4.1",
11024 "itertools 0.11.0",
11025 "prost 0.12.6",
11026 "prost-types 0.12.6",
11027]
11028
11029[[package]]
11030name = "pbjson-types"
11031version = "0.6.0"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11034dependencies = [
11035 "bytes 1.10.1",
11036 "chrono",
11037 "pbjson",
11038 "pbjson-build",
11039 "prost 0.12.6",
11040 "prost-build 0.12.6",
11041 "serde",
11042]
11043
11044[[package]]
11045name = "pbkdf2"
11046version = "0.11.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11049dependencies = [
11050 "digest",
11051 "hmac",
11052 "password-hash 0.4.2",
11053 "sha2",
11054]
11055
11056[[package]]
11057name = "pbkdf2"
11058version = "0.12.2"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11061dependencies = [
11062 "digest",
11063 "hmac",
11064]
11065
11066[[package]]
11067name = "pem"
11068version = "3.0.5"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11071dependencies = [
11072 "base64 0.22.1",
11073 "serde",
11074]
11075
11076[[package]]
11077name = "pem-rfc7468"
11078version = "0.7.0"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11081dependencies = [
11082 "base64ct",
11083]
11084
11085[[package]]
11086name = "percent-encoding"
11087version = "2.3.1"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11090
11091[[package]]
11092name = "perplexity"
11093version = "0.1.0"
11094dependencies = [
11095 "serde",
11096 "zed_extension_api 0.6.0",
11097]
11098
11099[[package]]
11100name = "pest"
11101version = "2.8.0"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11104dependencies = [
11105 "memchr",
11106 "thiserror 2.0.12",
11107 "ucd-trie",
11108]
11109
11110[[package]]
11111name = "pest_derive"
11112version = "2.8.0"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11115dependencies = [
11116 "pest",
11117 "pest_generator",
11118]
11119
11120[[package]]
11121name = "pest_generator"
11122version = "2.8.0"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11125dependencies = [
11126 "pest",
11127 "pest_meta",
11128 "proc-macro2",
11129 "quote",
11130 "syn 2.0.101",
11131]
11132
11133[[package]]
11134name = "pest_meta"
11135version = "2.8.0"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11138dependencies = [
11139 "once_cell",
11140 "pest",
11141 "sha2",
11142]
11143
11144[[package]]
11145name = "pet"
11146version = "0.1.0"
11147source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11148dependencies = [
11149 "clap",
11150 "env_logger 0.10.2",
11151 "lazy_static",
11152 "log",
11153 "msvc_spectre_libs",
11154 "pet-conda",
11155 "pet-core",
11156 "pet-env-var-path",
11157 "pet-fs",
11158 "pet-global-virtualenvs",
11159 "pet-homebrew",
11160 "pet-jsonrpc",
11161 "pet-linux-global-python",
11162 "pet-mac-commandlinetools",
11163 "pet-mac-python-org",
11164 "pet-mac-xcode",
11165 "pet-pipenv",
11166 "pet-pixi",
11167 "pet-poetry",
11168 "pet-pyenv",
11169 "pet-python-utils",
11170 "pet-reporter",
11171 "pet-telemetry",
11172 "pet-venv",
11173 "pet-virtualenv",
11174 "pet-virtualenvwrapper",
11175 "pet-windows-registry",
11176 "pet-windows-store",
11177 "serde",
11178 "serde_json",
11179]
11180
11181[[package]]
11182name = "pet-conda"
11183version = "0.1.0"
11184source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11185dependencies = [
11186 "env_logger 0.10.2",
11187 "lazy_static",
11188 "log",
11189 "msvc_spectre_libs",
11190 "pet-core",
11191 "pet-fs",
11192 "pet-python-utils",
11193 "pet-reporter",
11194 "regex",
11195 "serde",
11196 "serde_json",
11197 "yaml-rust2",
11198]
11199
11200[[package]]
11201name = "pet-core"
11202version = "0.1.0"
11203source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11204dependencies = [
11205 "clap",
11206 "lazy_static",
11207 "log",
11208 "msvc_spectre_libs",
11209 "pet-fs",
11210 "regex",
11211 "serde",
11212 "serde_json",
11213]
11214
11215[[package]]
11216name = "pet-env-var-path"
11217version = "0.1.0"
11218source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11219dependencies = [
11220 "lazy_static",
11221 "log",
11222 "msvc_spectre_libs",
11223 "pet-conda",
11224 "pet-core",
11225 "pet-fs",
11226 "pet-python-utils",
11227 "pet-virtualenv",
11228 "regex",
11229]
11230
11231[[package]]
11232name = "pet-fs"
11233version = "0.1.0"
11234source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11235dependencies = [
11236 "log",
11237 "msvc_spectre_libs",
11238]
11239
11240[[package]]
11241name = "pet-global-virtualenvs"
11242version = "0.1.0"
11243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11244dependencies = [
11245 "log",
11246 "msvc_spectre_libs",
11247 "pet-conda",
11248 "pet-core",
11249 "pet-fs",
11250 "pet-virtualenv",
11251]
11252
11253[[package]]
11254name = "pet-homebrew"
11255version = "0.1.0"
11256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11257dependencies = [
11258 "lazy_static",
11259 "log",
11260 "msvc_spectre_libs",
11261 "pet-conda",
11262 "pet-core",
11263 "pet-fs",
11264 "pet-python-utils",
11265 "pet-virtualenv",
11266 "regex",
11267 "serde",
11268 "serde_json",
11269]
11270
11271[[package]]
11272name = "pet-jsonrpc"
11273version = "0.1.0"
11274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11275dependencies = [
11276 "env_logger 0.10.2",
11277 "log",
11278 "msvc_spectre_libs",
11279 "pet-core",
11280 "serde",
11281 "serde_json",
11282]
11283
11284[[package]]
11285name = "pet-linux-global-python"
11286version = "0.1.0"
11287source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11288dependencies = [
11289 "log",
11290 "msvc_spectre_libs",
11291 "pet-core",
11292 "pet-fs",
11293 "pet-python-utils",
11294 "pet-virtualenv",
11295]
11296
11297[[package]]
11298name = "pet-mac-commandlinetools"
11299version = "0.1.0"
11300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11301dependencies = [
11302 "log",
11303 "msvc_spectre_libs",
11304 "pet-core",
11305 "pet-fs",
11306 "pet-python-utils",
11307 "pet-virtualenv",
11308]
11309
11310[[package]]
11311name = "pet-mac-python-org"
11312version = "0.1.0"
11313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11314dependencies = [
11315 "log",
11316 "msvc_spectre_libs",
11317 "pet-core",
11318 "pet-fs",
11319 "pet-python-utils",
11320 "pet-virtualenv",
11321]
11322
11323[[package]]
11324name = "pet-mac-xcode"
11325version = "0.1.0"
11326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11327dependencies = [
11328 "log",
11329 "msvc_spectre_libs",
11330 "pet-core",
11331 "pet-fs",
11332 "pet-python-utils",
11333 "pet-virtualenv",
11334]
11335
11336[[package]]
11337name = "pet-pipenv"
11338version = "0.1.0"
11339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11340dependencies = [
11341 "log",
11342 "msvc_spectre_libs",
11343 "pet-core",
11344 "pet-fs",
11345 "pet-python-utils",
11346 "pet-virtualenv",
11347]
11348
11349[[package]]
11350name = "pet-pixi"
11351version = "0.1.0"
11352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11353dependencies = [
11354 "log",
11355 "msvc_spectre_libs",
11356 "pet-conda",
11357 "pet-core",
11358 "pet-python-utils",
11359]
11360
11361[[package]]
11362name = "pet-poetry"
11363version = "0.1.0"
11364source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11365dependencies = [
11366 "base64 0.22.1",
11367 "lazy_static",
11368 "log",
11369 "msvc_spectre_libs",
11370 "pet-core",
11371 "pet-fs",
11372 "pet-python-utils",
11373 "pet-reporter",
11374 "pet-virtualenv",
11375 "regex",
11376 "serde",
11377 "serde_json",
11378 "sha2",
11379 "toml 0.8.20",
11380]
11381
11382[[package]]
11383name = "pet-pyenv"
11384version = "0.1.0"
11385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11386dependencies = [
11387 "lazy_static",
11388 "log",
11389 "msvc_spectre_libs",
11390 "pet-conda",
11391 "pet-core",
11392 "pet-fs",
11393 "pet-python-utils",
11394 "pet-reporter",
11395 "regex",
11396 "serde",
11397 "serde_json",
11398]
11399
11400[[package]]
11401name = "pet-python-utils"
11402version = "0.1.0"
11403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11404dependencies = [
11405 "env_logger 0.10.2",
11406 "lazy_static",
11407 "log",
11408 "msvc_spectre_libs",
11409 "pet-core",
11410 "pet-fs",
11411 "regex",
11412 "serde",
11413 "serde_json",
11414 "sha2",
11415]
11416
11417[[package]]
11418name = "pet-reporter"
11419version = "0.1.0"
11420source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11421dependencies = [
11422 "env_logger 0.10.2",
11423 "log",
11424 "msvc_spectre_libs",
11425 "pet-core",
11426 "pet-jsonrpc",
11427 "serde",
11428 "serde_json",
11429]
11430
11431[[package]]
11432name = "pet-telemetry"
11433version = "0.1.0"
11434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11435dependencies = [
11436 "env_logger 0.10.2",
11437 "lazy_static",
11438 "log",
11439 "msvc_spectre_libs",
11440 "pet-core",
11441 "pet-fs",
11442 "pet-python-utils",
11443 "regex",
11444]
11445
11446[[package]]
11447name = "pet-venv"
11448version = "0.1.0"
11449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11450dependencies = [
11451 "log",
11452 "msvc_spectre_libs",
11453 "pet-core",
11454 "pet-python-utils",
11455 "pet-virtualenv",
11456]
11457
11458[[package]]
11459name = "pet-virtualenv"
11460version = "0.1.0"
11461source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11462dependencies = [
11463 "log",
11464 "msvc_spectre_libs",
11465 "pet-core",
11466 "pet-fs",
11467 "pet-python-utils",
11468]
11469
11470[[package]]
11471name = "pet-virtualenvwrapper"
11472version = "0.1.0"
11473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11474dependencies = [
11475 "log",
11476 "msvc_spectre_libs",
11477 "pet-core",
11478 "pet-fs",
11479 "pet-python-utils",
11480 "pet-virtualenv",
11481]
11482
11483[[package]]
11484name = "pet-windows-registry"
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-conda",
11492 "pet-core",
11493 "pet-fs",
11494 "pet-python-utils",
11495 "pet-virtualenv",
11496 "pet-windows-store",
11497 "regex",
11498 "winreg 0.55.0",
11499]
11500
11501[[package]]
11502name = "pet-windows-store"
11503version = "0.1.0"
11504source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11505dependencies = [
11506 "lazy_static",
11507 "log",
11508 "msvc_spectre_libs",
11509 "pet-core",
11510 "pet-fs",
11511 "pet-python-utils",
11512 "pet-virtualenv",
11513 "regex",
11514 "winreg 0.55.0",
11515]
11516
11517[[package]]
11518name = "petgraph"
11519version = "0.6.5"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11522dependencies = [
11523 "fixedbitset",
11524 "indexmap",
11525]
11526
11527[[package]]
11528name = "pgvector"
11529version = "0.4.0"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11532dependencies = [
11533 "serde",
11534]
11535
11536[[package]]
11537name = "phf"
11538version = "0.11.3"
11539source = "registry+https://github.com/rust-lang/crates.io-index"
11540checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11541dependencies = [
11542 "phf_macros",
11543 "phf_shared",
11544]
11545
11546[[package]]
11547name = "phf_codegen"
11548version = "0.11.3"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11551dependencies = [
11552 "phf_generator",
11553 "phf_shared",
11554]
11555
11556[[package]]
11557name = "phf_generator"
11558version = "0.11.3"
11559source = "registry+https://github.com/rust-lang/crates.io-index"
11560checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11561dependencies = [
11562 "phf_shared",
11563 "rand 0.8.5",
11564]
11565
11566[[package]]
11567name = "phf_macros"
11568version = "0.11.3"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11571dependencies = [
11572 "phf_generator",
11573 "phf_shared",
11574 "proc-macro2",
11575 "quote",
11576 "syn 2.0.101",
11577]
11578
11579[[package]]
11580name = "phf_shared"
11581version = "0.11.3"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11584dependencies = [
11585 "siphasher",
11586]
11587
11588[[package]]
11589name = "picker"
11590version = "0.1.0"
11591dependencies = [
11592 "anyhow",
11593 "ctor",
11594 "editor",
11595 "env_logger 0.11.8",
11596 "gpui",
11597 "menu",
11598 "schemars",
11599 "serde",
11600 "serde_json",
11601 "ui",
11602 "util",
11603 "workspace",
11604 "workspace-hack",
11605]
11606
11607[[package]]
11608name = "pico-args"
11609version = "0.5.0"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11612
11613[[package]]
11614name = "pin-project"
11615version = "1.1.10"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11618dependencies = [
11619 "pin-project-internal",
11620]
11621
11622[[package]]
11623name = "pin-project-internal"
11624version = "1.1.10"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11627dependencies = [
11628 "proc-macro2",
11629 "quote",
11630 "syn 2.0.101",
11631]
11632
11633[[package]]
11634name = "pin-project-lite"
11635version = "0.2.16"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11638
11639[[package]]
11640name = "pin-utils"
11641version = "0.1.0"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11644
11645[[package]]
11646name = "piper"
11647version = "0.2.4"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11650dependencies = [
11651 "atomic-waker",
11652 "fastrand 2.3.0",
11653 "futures-io",
11654]
11655
11656[[package]]
11657name = "pkcs1"
11658version = "0.7.5"
11659source = "registry+https://github.com/rust-lang/crates.io-index"
11660checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11661dependencies = [
11662 "der 0.7.10",
11663 "pkcs8 0.10.2",
11664 "spki 0.7.3",
11665]
11666
11667[[package]]
11668name = "pkcs8"
11669version = "0.9.0"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11672dependencies = [
11673 "der 0.6.1",
11674 "spki 0.6.0",
11675]
11676
11677[[package]]
11678name = "pkcs8"
11679version = "0.10.2"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11682dependencies = [
11683 "der 0.7.10",
11684 "spki 0.7.3",
11685]
11686
11687[[package]]
11688name = "pkg-config"
11689version = "0.3.32"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11692
11693[[package]]
11694name = "plist"
11695version = "1.7.1"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11698dependencies = [
11699 "base64 0.22.1",
11700 "indexmap",
11701 "quick-xml 0.32.0",
11702 "serde",
11703 "time",
11704]
11705
11706[[package]]
11707name = "plotters"
11708version = "0.3.7"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11711dependencies = [
11712 "num-traits",
11713 "plotters-backend",
11714 "plotters-svg",
11715 "wasm-bindgen",
11716 "web-sys",
11717]
11718
11719[[package]]
11720name = "plotters-backend"
11721version = "0.3.7"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11724
11725[[package]]
11726name = "plotters-svg"
11727version = "0.3.7"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11730dependencies = [
11731 "plotters-backend",
11732]
11733
11734[[package]]
11735name = "png"
11736version = "0.17.16"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11739dependencies = [
11740 "bitflags 1.3.2",
11741 "crc32fast",
11742 "fdeflate",
11743 "flate2",
11744 "miniz_oxide",
11745]
11746
11747[[package]]
11748name = "polling"
11749version = "3.7.4"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11752dependencies = [
11753 "cfg-if",
11754 "concurrent-queue",
11755 "hermit-abi 0.4.0",
11756 "pin-project-lite",
11757 "rustix 0.38.44",
11758 "tracing",
11759 "windows-sys 0.59.0",
11760]
11761
11762[[package]]
11763name = "pollster"
11764version = "0.2.5"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11767
11768[[package]]
11769name = "pollster"
11770version = "0.4.0"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11773
11774[[package]]
11775name = "portable-atomic"
11776version = "1.11.0"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11779
11780[[package]]
11781name = "portable-atomic-util"
11782version = "0.2.4"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11785dependencies = [
11786 "portable-atomic",
11787]
11788
11789[[package]]
11790name = "portable-pty"
11791version = "0.9.0"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11794dependencies = [
11795 "anyhow",
11796 "bitflags 1.3.2",
11797 "downcast-rs",
11798 "filedescriptor",
11799 "lazy_static",
11800 "libc",
11801 "log",
11802 "nix 0.28.0",
11803 "serial2",
11804 "shared_library",
11805 "shell-words",
11806 "winapi",
11807 "winreg 0.10.1",
11808]
11809
11810[[package]]
11811name = "postage"
11812version = "0.5.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11815dependencies = [
11816 "atomic",
11817 "crossbeam-queue",
11818 "futures 0.3.31",
11819 "log",
11820 "parking_lot",
11821 "pin-project",
11822 "pollster 0.2.5",
11823 "static_assertions",
11824 "thiserror 1.0.69",
11825]
11826
11827[[package]]
11828name = "postcard"
11829version = "1.1.1"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11832dependencies = [
11833 "cobs",
11834 "embedded-io 0.4.0",
11835 "embedded-io 0.6.1",
11836 "serde",
11837]
11838
11839[[package]]
11840name = "powerfmt"
11841version = "0.2.0"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11844
11845[[package]]
11846name = "ppv-lite86"
11847version = "0.2.21"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11850dependencies = [
11851 "zerocopy 0.8.24",
11852]
11853
11854[[package]]
11855name = "precomputed-hash"
11856version = "0.1.1"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11859
11860[[package]]
11861name = "prettier"
11862version = "0.1.0"
11863dependencies = [
11864 "anyhow",
11865 "collections",
11866 "fs",
11867 "gpui",
11868 "language",
11869 "log",
11870 "lsp",
11871 "node_runtime",
11872 "parking_lot",
11873 "paths",
11874 "serde",
11875 "serde_json",
11876 "util",
11877 "workspace-hack",
11878]
11879
11880[[package]]
11881name = "pretty_assertions"
11882version = "1.4.1"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11885dependencies = [
11886 "diff",
11887 "yansi",
11888]
11889
11890[[package]]
11891name = "prettyplease"
11892version = "0.2.32"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11895dependencies = [
11896 "proc-macro2",
11897 "syn 2.0.101",
11898]
11899
11900[[package]]
11901name = "proc-macro-crate"
11902version = "3.3.0"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11905dependencies = [
11906 "toml_edit",
11907]
11908
11909[[package]]
11910name = "proc-macro-error-attr2"
11911version = "2.0.0"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11914dependencies = [
11915 "proc-macro2",
11916 "quote",
11917]
11918
11919[[package]]
11920name = "proc-macro-error2"
11921version = "2.0.1"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11924dependencies = [
11925 "proc-macro-error-attr2",
11926 "proc-macro2",
11927 "quote",
11928 "syn 2.0.101",
11929]
11930
11931[[package]]
11932name = "proc-macro2"
11933version = "1.0.95"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11936dependencies = [
11937 "unicode-ident",
11938]
11939
11940[[package]]
11941name = "proc-macro2-diagnostics"
11942version = "0.10.1"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11945dependencies = [
11946 "proc-macro2",
11947 "quote",
11948 "syn 2.0.101",
11949 "version_check",
11950 "yansi",
11951]
11952
11953[[package]]
11954name = "prodash"
11955version = "29.0.2"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11958dependencies = [
11959 "log",
11960 "parking_lot",
11961]
11962
11963[[package]]
11964name = "profiling"
11965version = "1.0.16"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11968dependencies = [
11969 "profiling-procmacros",
11970]
11971
11972[[package]]
11973name = "profiling-procmacros"
11974version = "1.0.16"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11977dependencies = [
11978 "quote",
11979 "syn 2.0.101",
11980]
11981
11982[[package]]
11983name = "project"
11984version = "0.1.0"
11985dependencies = [
11986 "aho-corasick",
11987 "anyhow",
11988 "askpass",
11989 "async-trait",
11990 "buffer_diff",
11991 "circular-buffer",
11992 "client",
11993 "clock",
11994 "collections",
11995 "context_server",
11996 "dap",
11997 "dap_adapters",
11998 "env_logger 0.11.8",
11999 "extension",
12000 "fancy-regex 0.14.0",
12001 "fs",
12002 "futures 0.3.31",
12003 "fuzzy",
12004 "git",
12005 "git2",
12006 "git_hosting_providers",
12007 "globset",
12008 "gpui",
12009 "http_client",
12010 "image",
12011 "indexmap",
12012 "itertools 0.14.0",
12013 "language",
12014 "log",
12015 "lsp",
12016 "node_runtime",
12017 "parking_lot",
12018 "pathdiff",
12019 "paths",
12020 "postage",
12021 "prettier",
12022 "pretty_assertions",
12023 "rand 0.8.5",
12024 "regex",
12025 "release_channel",
12026 "remote",
12027 "rpc",
12028 "schemars",
12029 "serde",
12030 "serde_json",
12031 "settings",
12032 "sha2",
12033 "shellexpand 2.1.2",
12034 "shlex",
12035 "smol",
12036 "snippet",
12037 "snippet_provider",
12038 "sum_tree",
12039 "task",
12040 "tempfile",
12041 "terminal",
12042 "text",
12043 "toml 0.8.20",
12044 "unindent",
12045 "url",
12046 "util",
12047 "which 6.0.3",
12048 "workspace-hack",
12049 "worktree",
12050 "zlog",
12051]
12052
12053[[package]]
12054name = "project_panel"
12055version = "0.1.0"
12056dependencies = [
12057 "anyhow",
12058 "client",
12059 "collections",
12060 "command_palette_hooks",
12061 "db",
12062 "editor",
12063 "file_icons",
12064 "git",
12065 "gpui",
12066 "indexmap",
12067 "language",
12068 "menu",
12069 "pretty_assertions",
12070 "project",
12071 "schemars",
12072 "search",
12073 "serde",
12074 "serde_derive",
12075 "serde_json",
12076 "settings",
12077 "smallvec",
12078 "theme",
12079 "ui",
12080 "util",
12081 "workspace",
12082 "workspace-hack",
12083 "worktree",
12084 "zed_actions",
12085]
12086
12087[[package]]
12088name = "project_symbols"
12089version = "0.1.0"
12090dependencies = [
12091 "anyhow",
12092 "editor",
12093 "futures 0.3.31",
12094 "fuzzy",
12095 "gpui",
12096 "language",
12097 "lsp",
12098 "ordered-float 2.10.1",
12099 "picker",
12100 "project",
12101 "release_channel",
12102 "serde_json",
12103 "settings",
12104 "theme",
12105 "util",
12106 "workspace",
12107 "workspace-hack",
12108]
12109
12110[[package]]
12111name = "prometheus"
12112version = "0.14.0"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12115dependencies = [
12116 "cfg-if",
12117 "fnv",
12118 "lazy_static",
12119 "memchr",
12120 "parking_lot",
12121 "protobuf",
12122 "thiserror 2.0.12",
12123]
12124
12125[[package]]
12126name = "prompt_store"
12127version = "0.1.0"
12128dependencies = [
12129 "anyhow",
12130 "assets",
12131 "chrono",
12132 "collections",
12133 "fs",
12134 "futures 0.3.31",
12135 "fuzzy",
12136 "gpui",
12137 "handlebars 4.5.0",
12138 "heed",
12139 "language",
12140 "log",
12141 "parking_lot",
12142 "paths",
12143 "rope",
12144 "serde",
12145 "serde_json",
12146 "text",
12147 "util",
12148 "uuid",
12149 "workspace-hack",
12150]
12151
12152[[package]]
12153name = "prost"
12154version = "0.9.0"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12157dependencies = [
12158 "bytes 1.10.1",
12159 "prost-derive 0.9.0",
12160]
12161
12162[[package]]
12163name = "prost"
12164version = "0.12.6"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12167dependencies = [
12168 "bytes 1.10.1",
12169 "prost-derive 0.12.6",
12170]
12171
12172[[package]]
12173name = "prost"
12174version = "0.13.5"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12177dependencies = [
12178 "bytes 1.10.1",
12179 "prost-derive 0.13.5",
12180]
12181
12182[[package]]
12183name = "prost-build"
12184version = "0.9.0"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12187dependencies = [
12188 "bytes 1.10.1",
12189 "heck 0.3.3",
12190 "itertools 0.10.5",
12191 "lazy_static",
12192 "log",
12193 "multimap 0.8.3",
12194 "petgraph",
12195 "prost 0.9.0",
12196 "prost-types 0.9.0",
12197 "regex",
12198 "tempfile",
12199 "which 4.4.2",
12200]
12201
12202[[package]]
12203name = "prost-build"
12204version = "0.12.6"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12207dependencies = [
12208 "bytes 1.10.1",
12209 "heck 0.5.0",
12210 "itertools 0.12.1",
12211 "log",
12212 "multimap 0.10.0",
12213 "once_cell",
12214 "petgraph",
12215 "prettyplease",
12216 "prost 0.12.6",
12217 "prost-types 0.12.6",
12218 "regex",
12219 "syn 2.0.101",
12220 "tempfile",
12221]
12222
12223[[package]]
12224name = "prost-derive"
12225version = "0.9.0"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12228dependencies = [
12229 "anyhow",
12230 "itertools 0.10.5",
12231 "proc-macro2",
12232 "quote",
12233 "syn 1.0.109",
12234]
12235
12236[[package]]
12237name = "prost-derive"
12238version = "0.12.6"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12241dependencies = [
12242 "anyhow",
12243 "itertools 0.12.1",
12244 "proc-macro2",
12245 "quote",
12246 "syn 2.0.101",
12247]
12248
12249[[package]]
12250name = "prost-derive"
12251version = "0.13.5"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12254dependencies = [
12255 "anyhow",
12256 "itertools 0.14.0",
12257 "proc-macro2",
12258 "quote",
12259 "syn 2.0.101",
12260]
12261
12262[[package]]
12263name = "prost-types"
12264version = "0.9.0"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12267dependencies = [
12268 "bytes 1.10.1",
12269 "prost 0.9.0",
12270]
12271
12272[[package]]
12273name = "prost-types"
12274version = "0.12.6"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12277dependencies = [
12278 "prost 0.12.6",
12279]
12280
12281[[package]]
12282name = "proto"
12283version = "0.1.0"
12284dependencies = [
12285 "anyhow",
12286 "collections",
12287 "prost 0.9.0",
12288 "prost-build 0.9.0",
12289 "serde",
12290 "workspace-hack",
12291]
12292
12293[[package]]
12294name = "protobuf"
12295version = "3.7.2"
12296source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12298dependencies = [
12299 "once_cell",
12300 "protobuf-support",
12301 "thiserror 1.0.69",
12302]
12303
12304[[package]]
12305name = "protobuf-support"
12306version = "3.7.2"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12309dependencies = [
12310 "thiserror 1.0.69",
12311]
12312
12313[[package]]
12314name = "psm"
12315version = "0.1.25"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12318dependencies = [
12319 "cc",
12320]
12321
12322[[package]]
12323name = "ptr_meta"
12324version = "0.1.4"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12327dependencies = [
12328 "ptr_meta_derive",
12329]
12330
12331[[package]]
12332name = "ptr_meta_derive"
12333version = "0.1.4"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12336dependencies = [
12337 "proc-macro2",
12338 "quote",
12339 "syn 1.0.109",
12340]
12341
12342[[package]]
12343name = "pulldown-cmark"
12344version = "0.10.3"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12347dependencies = [
12348 "bitflags 2.9.0",
12349 "memchr",
12350 "pulldown-cmark-escape",
12351 "unicase",
12352]
12353
12354[[package]]
12355name = "pulldown-cmark"
12356version = "0.12.2"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12359dependencies = [
12360 "bitflags 2.9.0",
12361 "memchr",
12362 "unicase",
12363]
12364
12365[[package]]
12366name = "pulldown-cmark-escape"
12367version = "0.10.1"
12368source = "registry+https://github.com/rust-lang/crates.io-index"
12369checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12370
12371[[package]]
12372name = "pulley-interpreter"
12373version = "29.0.1"
12374source = "registry+https://github.com/rust-lang/crates.io-index"
12375checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12376dependencies = [
12377 "cranelift-bitset",
12378 "log",
12379 "sptr",
12380 "wasmtime-math",
12381]
12382
12383[[package]]
12384name = "qoi"
12385version = "0.4.1"
12386source = "registry+https://github.com/rust-lang/crates.io-index"
12387checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12388dependencies = [
12389 "bytemuck",
12390]
12391
12392[[package]]
12393name = "quick-error"
12394version = "2.0.1"
12395source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12397
12398[[package]]
12399name = "quick-xml"
12400version = "0.30.0"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12403dependencies = [
12404 "memchr",
12405]
12406
12407[[package]]
12408name = "quick-xml"
12409version = "0.32.0"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12412dependencies = [
12413 "memchr",
12414]
12415
12416[[package]]
12417name = "quick-xml"
12418version = "0.37.4"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12421dependencies = [
12422 "memchr",
12423]
12424
12425[[package]]
12426name = "quinn"
12427version = "0.11.7"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12430dependencies = [
12431 "bytes 1.10.1",
12432 "cfg_aliases 0.2.1",
12433 "pin-project-lite",
12434 "quinn-proto",
12435 "quinn-udp",
12436 "rustc-hash 2.1.1",
12437 "rustls 0.23.26",
12438 "socket2",
12439 "thiserror 2.0.12",
12440 "tokio",
12441 "tracing",
12442 "web-time",
12443]
12444
12445[[package]]
12446name = "quinn-proto"
12447version = "0.11.10"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12450dependencies = [
12451 "bytes 1.10.1",
12452 "getrandom 0.3.2",
12453 "rand 0.9.1",
12454 "ring",
12455 "rustc-hash 2.1.1",
12456 "rustls 0.23.26",
12457 "rustls-pki-types",
12458 "slab",
12459 "thiserror 2.0.12",
12460 "tinyvec",
12461 "tracing",
12462 "web-time",
12463]
12464
12465[[package]]
12466name = "quinn-udp"
12467version = "0.5.11"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12470dependencies = [
12471 "cfg_aliases 0.2.1",
12472 "libc",
12473 "once_cell",
12474 "socket2",
12475 "tracing",
12476 "windows-sys 0.59.0",
12477]
12478
12479[[package]]
12480name = "quote"
12481version = "1.0.40"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12484dependencies = [
12485 "proc-macro2",
12486]
12487
12488[[package]]
12489name = "r-efi"
12490version = "5.2.0"
12491source = "registry+https://github.com/rust-lang/crates.io-index"
12492checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12493
12494[[package]]
12495name = "radium"
12496version = "0.7.0"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12499
12500[[package]]
12501name = "rand"
12502version = "0.7.3"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12505dependencies = [
12506 "getrandom 0.1.16",
12507 "libc",
12508 "rand_chacha 0.2.2",
12509 "rand_core 0.5.1",
12510 "rand_hc",
12511]
12512
12513[[package]]
12514name = "rand"
12515version = "0.8.5"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12518dependencies = [
12519 "libc",
12520 "rand_chacha 0.3.1",
12521 "rand_core 0.6.4",
12522]
12523
12524[[package]]
12525name = "rand"
12526version = "0.9.1"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12529dependencies = [
12530 "rand_chacha 0.9.0",
12531 "rand_core 0.9.3",
12532]
12533
12534[[package]]
12535name = "rand_chacha"
12536version = "0.2.2"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12539dependencies = [
12540 "ppv-lite86",
12541 "rand_core 0.5.1",
12542]
12543
12544[[package]]
12545name = "rand_chacha"
12546version = "0.3.1"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12549dependencies = [
12550 "ppv-lite86",
12551 "rand_core 0.6.4",
12552]
12553
12554[[package]]
12555name = "rand_chacha"
12556version = "0.9.0"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12559dependencies = [
12560 "ppv-lite86",
12561 "rand_core 0.9.3",
12562]
12563
12564[[package]]
12565name = "rand_core"
12566version = "0.5.1"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12569dependencies = [
12570 "getrandom 0.1.16",
12571]
12572
12573[[package]]
12574name = "rand_core"
12575version = "0.6.4"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12578dependencies = [
12579 "getrandom 0.2.15",
12580]
12581
12582[[package]]
12583name = "rand_core"
12584version = "0.9.3"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12587dependencies = [
12588 "getrandom 0.3.2",
12589]
12590
12591[[package]]
12592name = "rand_hc"
12593version = "0.2.0"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12596dependencies = [
12597 "rand_core 0.5.1",
12598]
12599
12600[[package]]
12601name = "rangemap"
12602version = "1.5.1"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12605
12606[[package]]
12607name = "rav1e"
12608version = "0.7.1"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12611dependencies = [
12612 "arbitrary",
12613 "arg_enum_proc_macro",
12614 "arrayvec",
12615 "av1-grain",
12616 "bitstream-io",
12617 "built",
12618 "cfg-if",
12619 "interpolate_name",
12620 "itertools 0.12.1",
12621 "libc",
12622 "libfuzzer-sys",
12623 "log",
12624 "maybe-rayon",
12625 "new_debug_unreachable",
12626 "noop_proc_macro",
12627 "num-derive",
12628 "num-traits",
12629 "once_cell",
12630 "paste",
12631 "profiling",
12632 "rand 0.8.5",
12633 "rand_chacha 0.3.1",
12634 "simd_helpers",
12635 "system-deps",
12636 "thiserror 1.0.69",
12637 "v_frame",
12638 "wasm-bindgen",
12639]
12640
12641[[package]]
12642name = "ravif"
12643version = "0.11.12"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12646dependencies = [
12647 "avif-serialize",
12648 "imgref",
12649 "loop9",
12650 "quick-error",
12651 "rav1e",
12652 "rayon",
12653 "rgb",
12654]
12655
12656[[package]]
12657name = "raw-window-handle"
12658version = "0.6.2"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12661
12662[[package]]
12663name = "raw-window-metal"
12664version = "0.4.0"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12667dependencies = [
12668 "cocoa 0.25.0",
12669 "core-graphics 0.23.2",
12670 "objc",
12671 "raw-window-handle",
12672]
12673
12674[[package]]
12675name = "rayon"
12676version = "1.10.0"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12679dependencies = [
12680 "either",
12681 "rayon-core",
12682]
12683
12684[[package]]
12685name = "rayon-core"
12686version = "1.12.1"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12689dependencies = [
12690 "crossbeam-deque",
12691 "crossbeam-utils",
12692]
12693
12694[[package]]
12695name = "read-fonts"
12696version = "0.25.3"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12699dependencies = [
12700 "bytemuck",
12701 "font-types",
12702]
12703
12704[[package]]
12705name = "recent_projects"
12706version = "0.1.0"
12707dependencies = [
12708 "anyhow",
12709 "auto_update",
12710 "dap",
12711 "editor",
12712 "extension_host",
12713 "file_finder",
12714 "futures 0.3.31",
12715 "fuzzy",
12716 "gpui",
12717 "language",
12718 "log",
12719 "markdown",
12720 "menu",
12721 "ordered-float 2.10.1",
12722 "paths",
12723 "picker",
12724 "project",
12725 "release_channel",
12726 "remote",
12727 "schemars",
12728 "serde",
12729 "serde_json",
12730 "settings",
12731 "smol",
12732 "task",
12733 "telemetry",
12734 "theme",
12735 "ui",
12736 "util",
12737 "workspace",
12738 "workspace-hack",
12739 "zed_actions",
12740]
12741
12742[[package]]
12743name = "redox_syscall"
12744version = "0.2.16"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12747dependencies = [
12748 "bitflags 1.3.2",
12749]
12750
12751[[package]]
12752name = "redox_syscall"
12753version = "0.5.11"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12756dependencies = [
12757 "bitflags 2.9.0",
12758]
12759
12760[[package]]
12761name = "redox_users"
12762version = "0.4.6"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12765dependencies = [
12766 "getrandom 0.2.15",
12767 "libredox",
12768 "thiserror 1.0.69",
12769]
12770
12771[[package]]
12772name = "redox_users"
12773version = "0.5.0"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12776dependencies = [
12777 "getrandom 0.2.15",
12778 "libredox",
12779 "thiserror 2.0.12",
12780]
12781
12782[[package]]
12783name = "ref-cast"
12784version = "1.0.24"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12787dependencies = [
12788 "ref-cast-impl",
12789]
12790
12791[[package]]
12792name = "ref-cast-impl"
12793version = "1.0.24"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12796dependencies = [
12797 "proc-macro2",
12798 "quote",
12799 "syn 2.0.101",
12800]
12801
12802[[package]]
12803name = "referencing"
12804version = "0.30.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12807dependencies = [
12808 "ahash 0.8.11",
12809 "fluent-uri",
12810 "once_cell",
12811 "parking_lot",
12812 "percent-encoding",
12813 "serde_json",
12814]
12815
12816[[package]]
12817name = "refineable"
12818version = "0.1.0"
12819dependencies = [
12820 "derive_refineable",
12821 "workspace-hack",
12822]
12823
12824[[package]]
12825name = "regalloc2"
12826version = "0.11.2"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12829dependencies = [
12830 "allocator-api2",
12831 "bumpalo",
12832 "hashbrown 0.15.3",
12833 "log",
12834 "rustc-hash 2.1.1",
12835 "serde",
12836 "smallvec",
12837]
12838
12839[[package]]
12840name = "regex"
12841version = "1.11.1"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12844dependencies = [
12845 "aho-corasick",
12846 "memchr",
12847 "regex-automata 0.4.9",
12848 "regex-syntax 0.8.5",
12849]
12850
12851[[package]]
12852name = "regex-automata"
12853version = "0.1.10"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12856dependencies = [
12857 "regex-syntax 0.6.29",
12858]
12859
12860[[package]]
12861name = "regex-automata"
12862version = "0.4.9"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12865dependencies = [
12866 "aho-corasick",
12867 "memchr",
12868 "regex-syntax 0.8.5",
12869]
12870
12871[[package]]
12872name = "regex-lite"
12873version = "0.1.6"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12876
12877[[package]]
12878name = "regex-syntax"
12879version = "0.6.29"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12882
12883[[package]]
12884name = "regex-syntax"
12885version = "0.8.5"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12888
12889[[package]]
12890name = "release_channel"
12891version = "0.1.0"
12892dependencies = [
12893 "gpui",
12894 "workspace-hack",
12895]
12896
12897[[package]]
12898name = "remote"
12899version = "0.1.0"
12900dependencies = [
12901 "anyhow",
12902 "askpass",
12903 "async-trait",
12904 "collections",
12905 "fs",
12906 "futures 0.3.31",
12907 "gpui",
12908 "itertools 0.14.0",
12909 "log",
12910 "parking_lot",
12911 "paths",
12912 "prost 0.9.0",
12913 "release_channel",
12914 "rpc",
12915 "schemars",
12916 "serde",
12917 "serde_json",
12918 "shlex",
12919 "smol",
12920 "tempfile",
12921 "thiserror 2.0.12",
12922 "urlencoding",
12923 "util",
12924 "workspace-hack",
12925]
12926
12927[[package]]
12928name = "remote_server"
12929version = "0.1.0"
12930dependencies = [
12931 "anyhow",
12932 "askpass",
12933 "assistant_tool",
12934 "assistant_tools",
12935 "async-watch",
12936 "backtrace",
12937 "cargo_toml",
12938 "chrono",
12939 "clap",
12940 "client",
12941 "clock",
12942 "dap",
12943 "dap_adapters",
12944 "debug_adapter_extension",
12945 "env_logger 0.11.8",
12946 "extension",
12947 "extension_host",
12948 "fork",
12949 "fs",
12950 "futures 0.3.31",
12951 "git",
12952 "git_hosting_providers",
12953 "gpui",
12954 "gpui_tokio",
12955 "http_client",
12956 "language",
12957 "language_extension",
12958 "language_model",
12959 "languages",
12960 "libc",
12961 "log",
12962 "lsp",
12963 "node_runtime",
12964 "paths",
12965 "project",
12966 "proto",
12967 "release_channel",
12968 "remote",
12969 "reqwest_client",
12970 "rpc",
12971 "rust-embed",
12972 "serde",
12973 "serde_json",
12974 "settings",
12975 "shellexpand 2.1.2",
12976 "smol",
12977 "sysinfo",
12978 "telemetry_events",
12979 "toml 0.8.20",
12980 "unindent",
12981 "util",
12982 "worktree",
12983]
12984
12985[[package]]
12986name = "rend"
12987version = "0.4.2"
12988source = "registry+https://github.com/rust-lang/crates.io-index"
12989checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12990dependencies = [
12991 "bytecheck",
12992]
12993
12994[[package]]
12995name = "repl"
12996version = "0.1.0"
12997dependencies = [
12998 "alacritty_terminal",
12999 "anyhow",
13000 "async-dispatcher",
13001 "async-tungstenite",
13002 "base64 0.22.1",
13003 "client",
13004 "collections",
13005 "command_palette_hooks",
13006 "editor",
13007 "env_logger 0.11.8",
13008 "feature_flags",
13009 "file_icons",
13010 "futures 0.3.31",
13011 "gpui",
13012 "http_client",
13013 "image",
13014 "indoc",
13015 "jupyter-protocol",
13016 "jupyter-websocket-client",
13017 "language",
13018 "languages",
13019 "log",
13020 "markdown_preview",
13021 "menu",
13022 "multi_buffer",
13023 "nbformat",
13024 "picker",
13025 "project",
13026 "runtimelib",
13027 "schemars",
13028 "serde",
13029 "serde_json",
13030 "settings",
13031 "smol",
13032 "telemetry",
13033 "terminal",
13034 "terminal_view",
13035 "theme",
13036 "tree-sitter-md",
13037 "tree-sitter-python",
13038 "tree-sitter-typescript",
13039 "ui",
13040 "util",
13041 "uuid",
13042 "workspace",
13043 "workspace-hack",
13044]
13045
13046[[package]]
13047name = "reqwest"
13048version = "0.11.27"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13051dependencies = [
13052 "base64 0.21.7",
13053 "bytes 1.10.1",
13054 "encoding_rs",
13055 "futures-core",
13056 "futures-util",
13057 "h2 0.3.26",
13058 "http 0.2.12",
13059 "http-body 0.4.6",
13060 "hyper 0.14.32",
13061 "hyper-rustls 0.24.2",
13062 "hyper-tls",
13063 "ipnet",
13064 "js-sys",
13065 "log",
13066 "mime",
13067 "native-tls",
13068 "once_cell",
13069 "percent-encoding",
13070 "pin-project-lite",
13071 "rustls 0.21.12",
13072 "rustls-native-certs 0.6.3",
13073 "rustls-pemfile 1.0.4",
13074 "serde",
13075 "serde_json",
13076 "serde_urlencoded",
13077 "sync_wrapper 0.1.2",
13078 "system-configuration 0.5.1",
13079 "tokio",
13080 "tokio-native-tls",
13081 "tokio-rustls 0.24.1",
13082 "tower-service",
13083 "url",
13084 "wasm-bindgen",
13085 "wasm-bindgen-futures",
13086 "web-sys",
13087 "winreg 0.50.0",
13088]
13089
13090[[package]]
13091name = "reqwest"
13092version = "0.12.15"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13095dependencies = [
13096 "base64 0.22.1",
13097 "bytes 1.10.1",
13098 "futures-channel",
13099 "futures-core",
13100 "futures-util",
13101 "http 1.3.1",
13102 "http-body 1.0.1",
13103 "http-body-util",
13104 "hyper 1.6.0",
13105 "hyper-util",
13106 "ipnet",
13107 "js-sys",
13108 "log",
13109 "mime",
13110 "once_cell",
13111 "percent-encoding",
13112 "pin-project-lite",
13113 "serde",
13114 "serde_json",
13115 "serde_urlencoded",
13116 "sync_wrapper 1.0.2",
13117 "tokio",
13118 "tower 0.5.2",
13119 "tower-service",
13120 "url",
13121 "wasm-bindgen",
13122 "wasm-bindgen-futures",
13123 "web-sys",
13124 "windows-registry 0.4.0",
13125]
13126
13127[[package]]
13128name = "reqwest"
13129version = "0.12.15"
13130source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13131dependencies = [
13132 "base64 0.22.1",
13133 "bytes 1.10.1",
13134 "encoding_rs",
13135 "futures-core",
13136 "futures-util",
13137 "h2 0.4.9",
13138 "http 1.3.1",
13139 "http-body 1.0.1",
13140 "http-body-util",
13141 "hyper 1.6.0",
13142 "hyper-rustls 0.27.5",
13143 "hyper-util",
13144 "ipnet",
13145 "js-sys",
13146 "log",
13147 "mime",
13148 "once_cell",
13149 "percent-encoding",
13150 "pin-project-lite",
13151 "quinn",
13152 "rustls 0.23.26",
13153 "rustls-native-certs 0.8.1",
13154 "rustls-pemfile 2.2.0",
13155 "rustls-pki-types",
13156 "serde",
13157 "serde_json",
13158 "serde_urlencoded",
13159 "sync_wrapper 1.0.2",
13160 "system-configuration 0.6.1",
13161 "tokio",
13162 "tokio-rustls 0.26.2",
13163 "tokio-socks",
13164 "tokio-util",
13165 "tower 0.5.2",
13166 "tower-service",
13167 "url",
13168 "wasm-bindgen",
13169 "wasm-bindgen-futures",
13170 "wasm-streams",
13171 "web-sys",
13172 "windows-registry 0.4.0",
13173]
13174
13175[[package]]
13176name = "reqwest_client"
13177version = "0.1.0"
13178dependencies = [
13179 "anyhow",
13180 "bytes 1.10.1",
13181 "futures 0.3.31",
13182 "gpui",
13183 "http_client",
13184 "http_client_tls",
13185 "log",
13186 "regex",
13187 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13188 "serde",
13189 "smol",
13190 "tokio",
13191 "workspace-hack",
13192]
13193
13194[[package]]
13195name = "resvg"
13196version = "0.45.1"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13199dependencies = [
13200 "log",
13201 "pico-args",
13202 "rgb",
13203 "svgtypes",
13204 "tiny-skia",
13205 "usvg",
13206]
13207
13208[[package]]
13209name = "rfc6979"
13210version = "0.3.1"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13213dependencies = [
13214 "crypto-bigint 0.4.9",
13215 "hmac",
13216 "zeroize",
13217]
13218
13219[[package]]
13220name = "rgb"
13221version = "0.8.50"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13224dependencies = [
13225 "bytemuck",
13226]
13227
13228[[package]]
13229name = "rich_text"
13230version = "0.1.0"
13231dependencies = [
13232 "futures 0.3.31",
13233 "gpui",
13234 "language",
13235 "linkify",
13236 "pulldown-cmark 0.12.2",
13237 "theme",
13238 "ui",
13239 "util",
13240 "workspace-hack",
13241]
13242
13243[[package]]
13244name = "ring"
13245version = "0.17.14"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13248dependencies = [
13249 "cc",
13250 "cfg-if",
13251 "getrandom 0.2.15",
13252 "libc",
13253 "untrusted",
13254 "windows-sys 0.52.0",
13255]
13256
13257[[package]]
13258name = "rkyv"
13259version = "0.7.45"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13262dependencies = [
13263 "bitvec",
13264 "bytecheck",
13265 "bytes 1.10.1",
13266 "hashbrown 0.12.3",
13267 "ptr_meta",
13268 "rend",
13269 "rkyv_derive",
13270 "seahash",
13271 "tinyvec",
13272 "uuid",
13273]
13274
13275[[package]]
13276name = "rkyv_derive"
13277version = "0.7.45"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13280dependencies = [
13281 "proc-macro2",
13282 "quote",
13283 "syn 1.0.109",
13284]
13285
13286[[package]]
13287name = "rmp"
13288version = "0.8.14"
13289source = "registry+https://github.com/rust-lang/crates.io-index"
13290checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13291dependencies = [
13292 "byteorder",
13293 "num-traits",
13294 "paste",
13295]
13296
13297[[package]]
13298name = "rmpv"
13299version = "1.3.0"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13302dependencies = [
13303 "num-traits",
13304 "rmp",
13305]
13306
13307[[package]]
13308name = "rodio"
13309version = "0.20.1"
13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13312dependencies = [
13313 "cpal",
13314 "hound",
13315]
13316
13317[[package]]
13318name = "rope"
13319version = "0.1.0"
13320dependencies = [
13321 "arrayvec",
13322 "criterion",
13323 "ctor",
13324 "env_logger 0.11.8",
13325 "gpui",
13326 "log",
13327 "rand 0.8.5",
13328 "rayon",
13329 "smallvec",
13330 "sum_tree",
13331 "unicode-segmentation",
13332 "util",
13333 "workspace-hack",
13334]
13335
13336[[package]]
13337name = "roxmltree"
13338version = "0.20.0"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13341
13342[[package]]
13343name = "rpc"
13344version = "0.1.0"
13345dependencies = [
13346 "anyhow",
13347 "async-tungstenite",
13348 "base64 0.22.1",
13349 "chrono",
13350 "collections",
13351 "env_logger 0.11.8",
13352 "futures 0.3.31",
13353 "gpui",
13354 "parking_lot",
13355 "proto",
13356 "rand 0.8.5",
13357 "rsa",
13358 "serde",
13359 "serde_json",
13360 "sha2",
13361 "strum 0.27.1",
13362 "tracing",
13363 "util",
13364 "workspace-hack",
13365 "zstd",
13366]
13367
13368[[package]]
13369name = "rsa"
13370version = "0.9.8"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13373dependencies = [
13374 "const-oid",
13375 "digest",
13376 "num-bigint-dig",
13377 "num-integer",
13378 "num-traits",
13379 "pkcs1",
13380 "pkcs8 0.10.2",
13381 "rand_core 0.6.4",
13382 "signature 2.2.0",
13383 "spki 0.7.3",
13384 "subtle",
13385 "zeroize",
13386]
13387
13388[[package]]
13389name = "rules_library"
13390version = "0.1.0"
13391dependencies = [
13392 "anyhow",
13393 "collections",
13394 "editor",
13395 "gpui",
13396 "language",
13397 "language_model",
13398 "log",
13399 "menu",
13400 "picker",
13401 "prompt_store",
13402 "release_channel",
13403 "rope",
13404 "serde",
13405 "settings",
13406 "theme",
13407 "ui",
13408 "util",
13409 "workspace",
13410 "workspace-hack",
13411 "zed_actions",
13412]
13413
13414[[package]]
13415name = "runtimelib"
13416version = "0.25.0"
13417source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13418dependencies = [
13419 "anyhow",
13420 "async-dispatcher",
13421 "async-std",
13422 "base64 0.22.1",
13423 "bytes 1.10.1",
13424 "chrono",
13425 "data-encoding",
13426 "dirs 5.0.1",
13427 "futures 0.3.31",
13428 "glob",
13429 "jupyter-protocol",
13430 "ring",
13431 "serde",
13432 "serde_json",
13433 "shellexpand 3.1.1",
13434 "smol",
13435 "uuid",
13436 "zeromq",
13437]
13438
13439[[package]]
13440name = "rust-embed"
13441version = "8.7.0"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13444dependencies = [
13445 "rust-embed-impl",
13446 "rust-embed-utils",
13447 "walkdir",
13448]
13449
13450[[package]]
13451name = "rust-embed-impl"
13452version = "8.7.0"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13455dependencies = [
13456 "proc-macro2",
13457 "quote",
13458 "rust-embed-utils",
13459 "syn 2.0.101",
13460 "walkdir",
13461]
13462
13463[[package]]
13464name = "rust-embed-utils"
13465version = "8.7.0"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13468dependencies = [
13469 "globset",
13470 "sha2",
13471 "walkdir",
13472]
13473
13474[[package]]
13475name = "rust_decimal"
13476version = "1.37.1"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13479dependencies = [
13480 "arrayvec",
13481 "borsh",
13482 "bytes 1.10.1",
13483 "num-traits",
13484 "rand 0.8.5",
13485 "rkyv",
13486 "serde",
13487 "serde_json",
13488]
13489
13490[[package]]
13491name = "rustc-demangle"
13492version = "0.1.24"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13495
13496[[package]]
13497name = "rustc-hash"
13498version = "1.1.0"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13501
13502[[package]]
13503name = "rustc-hash"
13504version = "2.1.1"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13507
13508[[package]]
13509name = "rustc_version"
13510version = "0.4.1"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13513dependencies = [
13514 "semver",
13515]
13516
13517[[package]]
13518name = "rustix"
13519version = "0.38.44"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13522dependencies = [
13523 "bitflags 2.9.0",
13524 "errno 0.3.11",
13525 "itoa",
13526 "libc",
13527 "linux-raw-sys 0.4.15",
13528 "windows-sys 0.59.0",
13529]
13530
13531[[package]]
13532name = "rustix"
13533version = "1.0.7"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13536dependencies = [
13537 "bitflags 2.9.0",
13538 "errno 0.3.11",
13539 "libc",
13540 "linux-raw-sys 0.9.4",
13541 "windows-sys 0.59.0",
13542]
13543
13544[[package]]
13545name = "rustix-linux-procfs"
13546version = "0.1.1"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13549dependencies = [
13550 "once_cell",
13551 "rustix 1.0.7",
13552]
13553
13554[[package]]
13555name = "rustix-openpty"
13556version = "0.1.1"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13559dependencies = [
13560 "errno 0.3.11",
13561 "libc",
13562 "rustix 0.38.44",
13563]
13564
13565[[package]]
13566name = "rustls"
13567version = "0.21.12"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13570dependencies = [
13571 "log",
13572 "ring",
13573 "rustls-webpki 0.101.7",
13574 "sct",
13575]
13576
13577[[package]]
13578name = "rustls"
13579version = "0.23.26"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13582dependencies = [
13583 "aws-lc-rs",
13584 "log",
13585 "once_cell",
13586 "ring",
13587 "rustls-pki-types",
13588 "rustls-webpki 0.103.1",
13589 "subtle",
13590 "zeroize",
13591]
13592
13593[[package]]
13594name = "rustls-native-certs"
13595version = "0.6.3"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13598dependencies = [
13599 "openssl-probe",
13600 "rustls-pemfile 1.0.4",
13601 "schannel",
13602 "security-framework 2.11.1",
13603]
13604
13605[[package]]
13606name = "rustls-native-certs"
13607version = "0.8.1"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13610dependencies = [
13611 "openssl-probe",
13612 "rustls-pki-types",
13613 "schannel",
13614 "security-framework 3.2.0",
13615]
13616
13617[[package]]
13618name = "rustls-pemfile"
13619version = "1.0.4"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13622dependencies = [
13623 "base64 0.21.7",
13624]
13625
13626[[package]]
13627name = "rustls-pemfile"
13628version = "2.2.0"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13631dependencies = [
13632 "rustls-pki-types",
13633]
13634
13635[[package]]
13636name = "rustls-pki-types"
13637version = "1.12.0"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13640dependencies = [
13641 "web-time",
13642 "zeroize",
13643]
13644
13645[[package]]
13646name = "rustls-platform-verifier"
13647version = "0.5.1"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13650dependencies = [
13651 "core-foundation 0.10.0",
13652 "core-foundation-sys",
13653 "jni",
13654 "log",
13655 "once_cell",
13656 "rustls 0.23.26",
13657 "rustls-native-certs 0.8.1",
13658 "rustls-platform-verifier-android",
13659 "rustls-webpki 0.103.1",
13660 "security-framework 3.2.0",
13661 "security-framework-sys",
13662 "webpki-root-certs",
13663 "windows-sys 0.59.0",
13664]
13665
13666[[package]]
13667name = "rustls-platform-verifier-android"
13668version = "0.1.1"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13671
13672[[package]]
13673name = "rustls-webpki"
13674version = "0.101.7"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13677dependencies = [
13678 "ring",
13679 "untrusted",
13680]
13681
13682[[package]]
13683name = "rustls-webpki"
13684version = "0.103.1"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13687dependencies = [
13688 "aws-lc-rs",
13689 "ring",
13690 "rustls-pki-types",
13691 "untrusted",
13692]
13693
13694[[package]]
13695name = "rustversion"
13696version = "1.0.20"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13699
13700[[package]]
13701name = "rustybuzz"
13702version = "0.14.1"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13705dependencies = [
13706 "bitflags 2.9.0",
13707 "bytemuck",
13708 "libm",
13709 "smallvec",
13710 "ttf-parser 0.21.1",
13711 "unicode-bidi-mirroring 0.2.0",
13712 "unicode-ccc 0.2.0",
13713 "unicode-properties",
13714 "unicode-script",
13715]
13716
13717[[package]]
13718name = "rustybuzz"
13719version = "0.20.1"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13722dependencies = [
13723 "bitflags 2.9.0",
13724 "bytemuck",
13725 "core_maths",
13726 "log",
13727 "smallvec",
13728 "ttf-parser 0.25.1",
13729 "unicode-bidi-mirroring 0.4.0",
13730 "unicode-ccc 0.4.0",
13731 "unicode-properties",
13732 "unicode-script",
13733]
13734
13735[[package]]
13736name = "ryu"
13737version = "1.0.20"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13740
13741[[package]]
13742name = "salsa20"
13743version = "0.10.2"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13746dependencies = [
13747 "cipher",
13748]
13749
13750[[package]]
13751name = "same-file"
13752version = "1.0.6"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13755dependencies = [
13756 "winapi-util",
13757]
13758
13759[[package]]
13760name = "scap"
13761version = "0.0.8"
13762source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13763dependencies = [
13764 "anyhow",
13765 "cocoa 0.25.0",
13766 "core-graphics-helmer-fork",
13767 "log",
13768 "objc",
13769 "rand 0.8.5",
13770 "screencapturekit",
13771 "screencapturekit-sys",
13772 "sysinfo",
13773 "tao-core-video-sys",
13774 "windows 0.61.1",
13775 "windows-capture",
13776 "x11",
13777 "xcb",
13778]
13779
13780[[package]]
13781name = "schannel"
13782version = "0.1.27"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13785dependencies = [
13786 "windows-sys 0.59.0",
13787]
13788
13789[[package]]
13790name = "schema_generator"
13791version = "0.1.0"
13792dependencies = [
13793 "anyhow",
13794 "clap",
13795 "env_logger 0.11.8",
13796 "schemars",
13797 "serde",
13798 "serde_json",
13799 "theme",
13800 "workspace-hack",
13801]
13802
13803[[package]]
13804name = "schemars"
13805version = "0.8.22"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13808dependencies = [
13809 "dyn-clone",
13810 "indexmap",
13811 "schemars_derive",
13812 "serde",
13813 "serde_json",
13814]
13815
13816[[package]]
13817name = "schemars_derive"
13818version = "0.8.22"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13821dependencies = [
13822 "proc-macro2",
13823 "quote",
13824 "serde_derive_internals",
13825 "syn 2.0.101",
13826]
13827
13828[[package]]
13829name = "scoped-tls"
13830version = "1.0.1"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13833
13834[[package]]
13835name = "scopeguard"
13836version = "1.2.0"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13839
13840[[package]]
13841name = "scratch"
13842version = "1.0.8"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13845
13846[[package]]
13847name = "screencapturekit"
13848version = "0.2.8"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13851dependencies = [
13852 "screencapturekit-sys",
13853]
13854
13855[[package]]
13856name = "screencapturekit-sys"
13857version = "0.2.8"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13860dependencies = [
13861 "block",
13862 "dispatch",
13863 "objc",
13864 "objc-foundation",
13865 "objc_id",
13866 "once_cell",
13867]
13868
13869[[package]]
13870name = "scrypt"
13871version = "0.11.0"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13874dependencies = [
13875 "password-hash 0.5.0",
13876 "pbkdf2 0.12.2",
13877 "salsa20",
13878 "sha2",
13879]
13880
13881[[package]]
13882name = "sct"
13883version = "0.7.1"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13886dependencies = [
13887 "ring",
13888 "untrusted",
13889]
13890
13891[[package]]
13892name = "sea-bae"
13893version = "0.2.1"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13896dependencies = [
13897 "heck 0.4.1",
13898 "proc-macro-error2",
13899 "proc-macro2",
13900 "quote",
13901 "syn 2.0.101",
13902]
13903
13904[[package]]
13905name = "sea-orm"
13906version = "1.1.10"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13909dependencies = [
13910 "async-stream",
13911 "async-trait",
13912 "bigdecimal",
13913 "chrono",
13914 "futures-util",
13915 "log",
13916 "ouroboros",
13917 "pgvector",
13918 "rust_decimal",
13919 "sea-orm-macros",
13920 "sea-query",
13921 "sea-query-binder",
13922 "serde",
13923 "serde_json",
13924 "sqlx",
13925 "strum 0.26.3",
13926 "thiserror 2.0.12",
13927 "time",
13928 "tracing",
13929 "url",
13930 "uuid",
13931]
13932
13933[[package]]
13934name = "sea-orm-macros"
13935version = "1.1.10"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13938dependencies = [
13939 "heck 0.4.1",
13940 "proc-macro2",
13941 "quote",
13942 "sea-bae",
13943 "syn 2.0.101",
13944 "unicode-ident",
13945]
13946
13947[[package]]
13948name = "sea-query"
13949version = "0.32.4"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13952dependencies = [
13953 "bigdecimal",
13954 "chrono",
13955 "inherent",
13956 "ordered-float 4.6.0",
13957 "rust_decimal",
13958 "serde_json",
13959 "time",
13960 "uuid",
13961]
13962
13963[[package]]
13964name = "sea-query-binder"
13965version = "0.7.0"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13968dependencies = [
13969 "bigdecimal",
13970 "chrono",
13971 "rust_decimal",
13972 "sea-query",
13973 "serde_json",
13974 "sqlx",
13975 "time",
13976 "uuid",
13977]
13978
13979[[package]]
13980name = "seahash"
13981version = "4.1.0"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13984
13985[[package]]
13986name = "search"
13987version = "0.1.0"
13988dependencies = [
13989 "any_vec",
13990 "anyhow",
13991 "bitflags 2.9.0",
13992 "client",
13993 "collections",
13994 "editor",
13995 "futures 0.3.31",
13996 "gpui",
13997 "language",
13998 "menu",
13999 "project",
14000 "schemars",
14001 "serde",
14002 "serde_json",
14003 "settings",
14004 "smol",
14005 "theme",
14006 "ui",
14007 "unindent",
14008 "util",
14009 "workspace",
14010 "workspace-hack",
14011 "zed_actions",
14012]
14013
14014[[package]]
14015name = "sec1"
14016version = "0.3.0"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14019dependencies = [
14020 "base16ct",
14021 "der 0.6.1",
14022 "generic-array",
14023 "pkcs8 0.9.0",
14024 "subtle",
14025 "zeroize",
14026]
14027
14028[[package]]
14029name = "security-framework"
14030version = "2.11.1"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14033dependencies = [
14034 "bitflags 2.9.0",
14035 "core-foundation 0.9.4",
14036 "core-foundation-sys",
14037 "libc",
14038 "security-framework-sys",
14039]
14040
14041[[package]]
14042name = "security-framework"
14043version = "3.2.0"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14046dependencies = [
14047 "bitflags 2.9.0",
14048 "core-foundation 0.10.0",
14049 "core-foundation-sys",
14050 "libc",
14051 "security-framework-sys",
14052]
14053
14054[[package]]
14055name = "security-framework-sys"
14056version = "2.14.0"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14059dependencies = [
14060 "core-foundation-sys",
14061 "libc",
14062]
14063
14064[[package]]
14065name = "self_cell"
14066version = "1.2.0"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14069
14070[[package]]
14071name = "semantic_index"
14072version = "0.1.0"
14073dependencies = [
14074 "anyhow",
14075 "arrayvec",
14076 "blake3",
14077 "client",
14078 "clock",
14079 "collections",
14080 "env_logger 0.11.8",
14081 "feature_flags",
14082 "fs",
14083 "futures 0.3.31",
14084 "futures-batch",
14085 "gpui",
14086 "heed",
14087 "http_client",
14088 "language",
14089 "language_model",
14090 "languages",
14091 "log",
14092 "open_ai",
14093 "parking_lot",
14094 "project",
14095 "reqwest_client",
14096 "serde",
14097 "serde_json",
14098 "settings",
14099 "sha2",
14100 "smol",
14101 "streaming-iterator",
14102 "tempfile",
14103 "theme",
14104 "tree-sitter",
14105 "ui",
14106 "unindent",
14107 "util",
14108 "workspace",
14109 "workspace-hack",
14110 "worktree",
14111]
14112
14113[[package]]
14114name = "semantic_version"
14115version = "0.1.0"
14116dependencies = [
14117 "anyhow",
14118 "serde",
14119 "workspace-hack",
14120]
14121
14122[[package]]
14123name = "semver"
14124version = "1.0.26"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14127dependencies = [
14128 "serde",
14129]
14130
14131[[package]]
14132name = "serde"
14133version = "1.0.219"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14136dependencies = [
14137 "serde_derive",
14138]
14139
14140[[package]]
14141name = "serde_derive"
14142version = "1.0.219"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14145dependencies = [
14146 "proc-macro2",
14147 "quote",
14148 "syn 2.0.101",
14149]
14150
14151[[package]]
14152name = "serde_derive_internals"
14153version = "0.29.1"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14156dependencies = [
14157 "proc-macro2",
14158 "quote",
14159 "syn 2.0.101",
14160]
14161
14162[[package]]
14163name = "serde_fmt"
14164version = "1.0.3"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14167dependencies = [
14168 "serde",
14169]
14170
14171[[package]]
14172name = "serde_json"
14173version = "1.0.140"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14176dependencies = [
14177 "indexmap",
14178 "itoa",
14179 "memchr",
14180 "ryu",
14181 "serde",
14182]
14183
14184[[package]]
14185name = "serde_json_lenient"
14186version = "0.2.4"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14189dependencies = [
14190 "indexmap",
14191 "itoa",
14192 "memchr",
14193 "ryu",
14194 "serde",
14195]
14196
14197[[package]]
14198name = "serde_path_to_error"
14199version = "0.1.17"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14202dependencies = [
14203 "itoa",
14204 "serde",
14205]
14206
14207[[package]]
14208name = "serde_qs"
14209version = "0.8.5"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14212dependencies = [
14213 "percent-encoding",
14214 "serde",
14215 "thiserror 1.0.69",
14216]
14217
14218[[package]]
14219name = "serde_qs"
14220version = "0.10.1"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14223dependencies = [
14224 "percent-encoding",
14225 "serde",
14226 "thiserror 1.0.69",
14227]
14228
14229[[package]]
14230name = "serde_repr"
14231version = "0.1.20"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14234dependencies = [
14235 "proc-macro2",
14236 "quote",
14237 "syn 2.0.101",
14238]
14239
14240[[package]]
14241name = "serde_spanned"
14242version = "0.6.8"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14245dependencies = [
14246 "serde",
14247]
14248
14249[[package]]
14250name = "serde_urlencoded"
14251version = "0.7.1"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14254dependencies = [
14255 "form_urlencoded",
14256 "itoa",
14257 "ryu",
14258 "serde",
14259]
14260
14261[[package]]
14262name = "serial2"
14263version = "0.2.29"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14266dependencies = [
14267 "cfg-if",
14268 "libc",
14269 "winapi",
14270]
14271
14272[[package]]
14273name = "session"
14274version = "0.1.0"
14275dependencies = [
14276 "db",
14277 "gpui",
14278 "serde_json",
14279 "util",
14280 "uuid",
14281 "workspace-hack",
14282]
14283
14284[[package]]
14285name = "settings"
14286version = "0.1.0"
14287dependencies = [
14288 "anyhow",
14289 "collections",
14290 "ec4rs",
14291 "fs",
14292 "futures 0.3.31",
14293 "gpui",
14294 "indoc",
14295 "inventory",
14296 "log",
14297 "paths",
14298 "pretty_assertions",
14299 "release_channel",
14300 "rust-embed",
14301 "schemars",
14302 "serde",
14303 "serde_derive",
14304 "serde_json",
14305 "serde_json_lenient",
14306 "smallvec",
14307 "streaming-iterator",
14308 "tree-sitter",
14309 "tree-sitter-json",
14310 "unindent",
14311 "util",
14312 "workspace-hack",
14313]
14314
14315[[package]]
14316name = "settings_ui"
14317version = "0.1.0"
14318dependencies = [
14319 "command_palette_hooks",
14320 "editor",
14321 "feature_flags",
14322 "fs",
14323 "gpui",
14324 "log",
14325 "paths",
14326 "schemars",
14327 "serde",
14328 "settings",
14329 "theme",
14330 "ui",
14331 "workspace",
14332 "workspace-hack",
14333]
14334
14335[[package]]
14336name = "sha1"
14337version = "0.10.6"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14340dependencies = [
14341 "cfg-if",
14342 "cpufeatures",
14343 "digest",
14344]
14345
14346[[package]]
14347name = "sha1-checked"
14348version = "0.10.0"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14351dependencies = [
14352 "digest",
14353 "sha1",
14354]
14355
14356[[package]]
14357name = "sha1_smol"
14358version = "1.0.1"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14361
14362[[package]]
14363name = "sha2"
14364version = "0.10.8"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14367dependencies = [
14368 "cfg-if",
14369 "cpufeatures",
14370 "digest",
14371]
14372
14373[[package]]
14374name = "sharded-slab"
14375version = "0.1.7"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14378dependencies = [
14379 "lazy_static",
14380]
14381
14382[[package]]
14383name = "shared_library"
14384version = "0.1.9"
14385source = "registry+https://github.com/rust-lang/crates.io-index"
14386checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14387dependencies = [
14388 "lazy_static",
14389 "libc",
14390]
14391
14392[[package]]
14393name = "shell-words"
14394version = "1.1.0"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14397
14398[[package]]
14399name = "shellexpand"
14400version = "2.1.2"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14403dependencies = [
14404 "dirs 4.0.0",
14405]
14406
14407[[package]]
14408name = "shellexpand"
14409version = "3.1.1"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14412dependencies = [
14413 "dirs 6.0.0",
14414]
14415
14416[[package]]
14417name = "shlex"
14418version = "1.3.0"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14421
14422[[package]]
14423name = "signal-hook"
14424version = "0.3.17"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14427dependencies = [
14428 "libc",
14429 "signal-hook-registry",
14430]
14431
14432[[package]]
14433name = "signal-hook-registry"
14434version = "1.4.5"
14435source = "registry+https://github.com/rust-lang/crates.io-index"
14436checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14437dependencies = [
14438 "libc",
14439]
14440
14441[[package]]
14442name = "signature"
14443version = "1.6.4"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14446dependencies = [
14447 "digest",
14448 "rand_core 0.6.4",
14449]
14450
14451[[package]]
14452name = "signature"
14453version = "2.2.0"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14456dependencies = [
14457 "digest",
14458 "rand_core 0.6.4",
14459]
14460
14461[[package]]
14462name = "simd-adler32"
14463version = "0.3.7"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14466
14467[[package]]
14468name = "simd_helpers"
14469version = "0.1.0"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14472dependencies = [
14473 "quote",
14474]
14475
14476[[package]]
14477name = "simdutf8"
14478version = "0.1.5"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14481
14482[[package]]
14483name = "simple_asn1"
14484version = "0.6.3"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14487dependencies = [
14488 "num-bigint",
14489 "num-traits",
14490 "thiserror 2.0.12",
14491 "time",
14492]
14493
14494[[package]]
14495name = "simplecss"
14496version = "0.2.2"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14499dependencies = [
14500 "log",
14501]
14502
14503[[package]]
14504name = "simplelog"
14505version = "0.12.2"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14508dependencies = [
14509 "log",
14510 "termcolor",
14511 "time",
14512]
14513
14514[[package]]
14515name = "siphasher"
14516version = "1.0.1"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14519
14520[[package]]
14521name = "skrifa"
14522version = "0.26.6"
14523source = "registry+https://github.com/rust-lang/crates.io-index"
14524checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14525dependencies = [
14526 "bytemuck",
14527 "read-fonts",
14528]
14529
14530[[package]]
14531name = "slab"
14532version = "0.4.9"
14533source = "registry+https://github.com/rust-lang/crates.io-index"
14534checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14535dependencies = [
14536 "autocfg",
14537]
14538
14539[[package]]
14540name = "slash_commands_example"
14541version = "0.1.0"
14542dependencies = [
14543 "zed_extension_api 0.1.0",
14544]
14545
14546[[package]]
14547name = "slotmap"
14548version = "1.0.7"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14551dependencies = [
14552 "version_check",
14553]
14554
14555[[package]]
14556name = "smallvec"
14557version = "1.15.0"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14560dependencies = [
14561 "serde",
14562]
14563
14564[[package]]
14565name = "smart-default"
14566version = "0.6.0"
14567source = "registry+https://github.com/rust-lang/crates.io-index"
14568checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14569dependencies = [
14570 "proc-macro2",
14571 "quote",
14572 "syn 1.0.109",
14573]
14574
14575[[package]]
14576name = "smol"
14577version = "2.0.2"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14580dependencies = [
14581 "async-channel 2.3.1",
14582 "async-executor",
14583 "async-fs",
14584 "async-io",
14585 "async-lock",
14586 "async-net",
14587 "async-process",
14588 "blocking",
14589 "futures-lite 2.6.0",
14590]
14591
14592[[package]]
14593name = "smol_str"
14594version = "0.1.24"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14597dependencies = [
14598 "serde",
14599]
14600
14601[[package]]
14602name = "smol_str"
14603version = "0.2.2"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14606
14607[[package]]
14608name = "snippet"
14609version = "0.1.0"
14610dependencies = [
14611 "anyhow",
14612 "smallvec",
14613 "workspace-hack",
14614]
14615
14616[[package]]
14617name = "snippet_provider"
14618version = "0.1.0"
14619dependencies = [
14620 "anyhow",
14621 "collections",
14622 "extension",
14623 "fs",
14624 "futures 0.3.31",
14625 "gpui",
14626 "indoc",
14627 "parking_lot",
14628 "paths",
14629 "schemars",
14630 "serde",
14631 "serde_json_lenient",
14632 "snippet",
14633 "util",
14634 "workspace-hack",
14635]
14636
14637[[package]]
14638name = "snippets_ui"
14639version = "0.1.0"
14640dependencies = [
14641 "fuzzy",
14642 "gpui",
14643 "language",
14644 "paths",
14645 "picker",
14646 "ui",
14647 "util",
14648 "workspace",
14649 "workspace-hack",
14650]
14651
14652[[package]]
14653name = "socket2"
14654version = "0.5.9"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14657dependencies = [
14658 "libc",
14659 "windows-sys 0.52.0",
14660]
14661
14662[[package]]
14663name = "spdx"
14664version = "0.10.8"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14667dependencies = [
14668 "smallvec",
14669]
14670
14671[[package]]
14672name = "spin"
14673version = "0.9.8"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14676dependencies = [
14677 "lock_api",
14678]
14679
14680[[package]]
14681name = "spirv"
14682version = "0.3.0+sdk-1.3.268.0"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14685dependencies = [
14686 "bitflags 2.9.0",
14687]
14688
14689[[package]]
14690name = "spki"
14691version = "0.6.0"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14694dependencies = [
14695 "base64ct",
14696 "der 0.6.1",
14697]
14698
14699[[package]]
14700name = "spki"
14701version = "0.7.3"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14704dependencies = [
14705 "base64ct",
14706 "der 0.7.10",
14707]
14708
14709[[package]]
14710name = "sptr"
14711version = "0.3.2"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14714
14715[[package]]
14716name = "sqlez"
14717version = "0.1.0"
14718dependencies = [
14719 "anyhow",
14720 "collections",
14721 "futures 0.3.31",
14722 "indoc",
14723 "libsqlite3-sys",
14724 "parking_lot",
14725 "smol",
14726 "sqlformat",
14727 "thread_local",
14728 "util",
14729 "uuid",
14730 "workspace-hack",
14731]
14732
14733[[package]]
14734name = "sqlez_macros"
14735version = "0.1.0"
14736dependencies = [
14737 "sqlez",
14738 "sqlformat",
14739 "syn 1.0.109",
14740 "workspace-hack",
14741]
14742
14743[[package]]
14744name = "sqlformat"
14745version = "0.2.6"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14748dependencies = [
14749 "nom",
14750 "unicode_categories",
14751]
14752
14753[[package]]
14754name = "sqlx"
14755version = "0.8.5"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14758dependencies = [
14759 "sqlx-core",
14760 "sqlx-macros",
14761 "sqlx-mysql",
14762 "sqlx-postgres",
14763 "sqlx-sqlite",
14764]
14765
14766[[package]]
14767name = "sqlx-core"
14768version = "0.8.5"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14771dependencies = [
14772 "base64 0.22.1",
14773 "bigdecimal",
14774 "bytes 1.10.1",
14775 "chrono",
14776 "crc",
14777 "crossbeam-queue",
14778 "either",
14779 "event-listener 5.4.0",
14780 "futures-core",
14781 "futures-intrusive",
14782 "futures-io",
14783 "futures-util",
14784 "hashbrown 0.15.3",
14785 "hashlink 0.10.0",
14786 "indexmap",
14787 "log",
14788 "memchr",
14789 "once_cell",
14790 "percent-encoding",
14791 "rust_decimal",
14792 "rustls 0.23.26",
14793 "serde",
14794 "serde_json",
14795 "sha2",
14796 "smallvec",
14797 "thiserror 2.0.12",
14798 "time",
14799 "tokio",
14800 "tokio-stream",
14801 "tracing",
14802 "url",
14803 "uuid",
14804 "webpki-roots",
14805]
14806
14807[[package]]
14808name = "sqlx-macros"
14809version = "0.8.5"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14812dependencies = [
14813 "proc-macro2",
14814 "quote",
14815 "sqlx-core",
14816 "sqlx-macros-core",
14817 "syn 2.0.101",
14818]
14819
14820[[package]]
14821name = "sqlx-macros-core"
14822version = "0.8.5"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14825dependencies = [
14826 "dotenvy",
14827 "either",
14828 "heck 0.5.0",
14829 "hex",
14830 "once_cell",
14831 "proc-macro2",
14832 "quote",
14833 "serde",
14834 "serde_json",
14835 "sha2",
14836 "sqlx-core",
14837 "sqlx-mysql",
14838 "sqlx-postgres",
14839 "sqlx-sqlite",
14840 "syn 2.0.101",
14841 "tempfile",
14842 "tokio",
14843 "url",
14844]
14845
14846[[package]]
14847name = "sqlx-mysql"
14848version = "0.8.5"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14851dependencies = [
14852 "atoi",
14853 "base64 0.22.1",
14854 "bigdecimal",
14855 "bitflags 2.9.0",
14856 "byteorder",
14857 "bytes 1.10.1",
14858 "chrono",
14859 "crc",
14860 "digest",
14861 "dotenvy",
14862 "either",
14863 "futures-channel",
14864 "futures-core",
14865 "futures-io",
14866 "futures-util",
14867 "generic-array",
14868 "hex",
14869 "hkdf",
14870 "hmac",
14871 "itoa",
14872 "log",
14873 "md-5",
14874 "memchr",
14875 "once_cell",
14876 "percent-encoding",
14877 "rand 0.8.5",
14878 "rsa",
14879 "rust_decimal",
14880 "serde",
14881 "sha1",
14882 "sha2",
14883 "smallvec",
14884 "sqlx-core",
14885 "stringprep",
14886 "thiserror 2.0.12",
14887 "time",
14888 "tracing",
14889 "uuid",
14890 "whoami",
14891]
14892
14893[[package]]
14894name = "sqlx-postgres"
14895version = "0.8.5"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14898dependencies = [
14899 "atoi",
14900 "base64 0.22.1",
14901 "bigdecimal",
14902 "bitflags 2.9.0",
14903 "byteorder",
14904 "chrono",
14905 "crc",
14906 "dotenvy",
14907 "etcetera",
14908 "futures-channel",
14909 "futures-core",
14910 "futures-util",
14911 "hex",
14912 "hkdf",
14913 "hmac",
14914 "home",
14915 "itoa",
14916 "log",
14917 "md-5",
14918 "memchr",
14919 "num-bigint",
14920 "once_cell",
14921 "rand 0.8.5",
14922 "rust_decimal",
14923 "serde",
14924 "serde_json",
14925 "sha2",
14926 "smallvec",
14927 "sqlx-core",
14928 "stringprep",
14929 "thiserror 2.0.12",
14930 "time",
14931 "tracing",
14932 "uuid",
14933 "whoami",
14934]
14935
14936[[package]]
14937name = "sqlx-sqlite"
14938version = "0.8.5"
14939source = "registry+https://github.com/rust-lang/crates.io-index"
14940checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14941dependencies = [
14942 "atoi",
14943 "chrono",
14944 "flume",
14945 "futures-channel",
14946 "futures-core",
14947 "futures-executor",
14948 "futures-intrusive",
14949 "futures-util",
14950 "libsqlite3-sys",
14951 "log",
14952 "percent-encoding",
14953 "serde",
14954 "serde_urlencoded",
14955 "sqlx-core",
14956 "thiserror 2.0.12",
14957 "time",
14958 "tracing",
14959 "url",
14960 "uuid",
14961]
14962
14963[[package]]
14964name = "stable_deref_trait"
14965version = "1.2.0"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14968
14969[[package]]
14970name = "static_assertions"
14971version = "1.1.0"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14974
14975[[package]]
14976name = "story"
14977version = "0.1.0"
14978dependencies = [
14979 "gpui",
14980 "itertools 0.14.0",
14981 "smallvec",
14982 "workspace-hack",
14983]
14984
14985[[package]]
14986name = "storybook"
14987version = "0.1.0"
14988dependencies = [
14989 "anyhow",
14990 "clap",
14991 "collab_ui",
14992 "ctrlc",
14993 "dialoguer",
14994 "editor",
14995 "fuzzy",
14996 "gpui",
14997 "indoc",
14998 "language",
14999 "log",
15000 "menu",
15001 "picker",
15002 "project",
15003 "reqwest_client",
15004 "rust-embed",
15005 "settings",
15006 "simplelog",
15007 "story",
15008 "strum 0.27.1",
15009 "theme",
15010 "title_bar",
15011 "ui",
15012 "workspace",
15013 "workspace-hack",
15014]
15015
15016[[package]]
15017name = "streaming-iterator"
15018version = "0.1.9"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15021
15022[[package]]
15023name = "streaming_diff"
15024version = "0.1.0"
15025dependencies = [
15026 "ordered-float 2.10.1",
15027 "rand 0.8.5",
15028 "rope",
15029 "util",
15030 "workspace-hack",
15031]
15032
15033[[package]]
15034name = "strict-num"
15035version = "0.1.1"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15038dependencies = [
15039 "float-cmp",
15040]
15041
15042[[package]]
15043name = "string_cache"
15044version = "0.8.9"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15047dependencies = [
15048 "new_debug_unreachable",
15049 "parking_lot",
15050 "phf_shared",
15051 "precomputed-hash",
15052 "serde",
15053]
15054
15055[[package]]
15056name = "string_cache_codegen"
15057version = "0.5.4"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15060dependencies = [
15061 "phf_generator",
15062 "phf_shared",
15063 "proc-macro2",
15064 "quote",
15065]
15066
15067[[package]]
15068name = "stringprep"
15069version = "0.1.5"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15072dependencies = [
15073 "unicode-bidi",
15074 "unicode-normalization",
15075 "unicode-properties",
15076]
15077
15078[[package]]
15079name = "strsim"
15080version = "0.11.1"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15083
15084[[package]]
15085name = "strum"
15086version = "0.26.3"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15089dependencies = [
15090 "strum_macros 0.26.4",
15091]
15092
15093[[package]]
15094name = "strum"
15095version = "0.27.1"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15098dependencies = [
15099 "strum_macros 0.27.1",
15100]
15101
15102[[package]]
15103name = "strum_macros"
15104version = "0.26.4"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15107dependencies = [
15108 "heck 0.5.0",
15109 "proc-macro2",
15110 "quote",
15111 "rustversion",
15112 "syn 2.0.101",
15113]
15114
15115[[package]]
15116name = "strum_macros"
15117version = "0.27.1"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15120dependencies = [
15121 "heck 0.5.0",
15122 "proc-macro2",
15123 "quote",
15124 "rustversion",
15125 "syn 2.0.101",
15126]
15127
15128[[package]]
15129name = "subtle"
15130version = "2.6.1"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15133
15134[[package]]
15135name = "sum_tree"
15136version = "0.1.0"
15137dependencies = [
15138 "arrayvec",
15139 "ctor",
15140 "env_logger 0.11.8",
15141 "log",
15142 "rand 0.8.5",
15143 "rayon",
15144 "workspace-hack",
15145]
15146
15147[[package]]
15148name = "supermaven"
15149version = "0.1.0"
15150dependencies = [
15151 "anyhow",
15152 "client",
15153 "collections",
15154 "editor",
15155 "env_logger 0.11.8",
15156 "futures 0.3.31",
15157 "gpui",
15158 "http_client",
15159 "inline_completion",
15160 "language",
15161 "log",
15162 "postage",
15163 "project",
15164 "serde",
15165 "serde_json",
15166 "settings",
15167 "smol",
15168 "supermaven_api",
15169 "text",
15170 "theme",
15171 "ui",
15172 "unicode-segmentation",
15173 "util",
15174 "workspace-hack",
15175]
15176
15177[[package]]
15178name = "supermaven_api"
15179version = "0.1.0"
15180dependencies = [
15181 "anyhow",
15182 "futures 0.3.31",
15183 "http_client",
15184 "paths",
15185 "serde",
15186 "serde_json",
15187 "smol",
15188 "workspace-hack",
15189]
15190
15191[[package]]
15192name = "sval"
15193version = "2.14.1"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15196
15197[[package]]
15198name = "sval_buffer"
15199version = "2.14.1"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15202dependencies = [
15203 "sval",
15204 "sval_ref",
15205]
15206
15207[[package]]
15208name = "sval_dynamic"
15209version = "2.14.1"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15212dependencies = [
15213 "sval",
15214]
15215
15216[[package]]
15217name = "sval_fmt"
15218version = "2.14.1"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15221dependencies = [
15222 "itoa",
15223 "ryu",
15224 "sval",
15225]
15226
15227[[package]]
15228name = "sval_json"
15229version = "2.14.1"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15232dependencies = [
15233 "itoa",
15234 "ryu",
15235 "sval",
15236]
15237
15238[[package]]
15239name = "sval_nested"
15240version = "2.14.1"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15243dependencies = [
15244 "sval",
15245 "sval_buffer",
15246 "sval_ref",
15247]
15248
15249[[package]]
15250name = "sval_ref"
15251version = "2.14.1"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15254dependencies = [
15255 "sval",
15256]
15257
15258[[package]]
15259name = "sval_serde"
15260version = "2.14.1"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15263dependencies = [
15264 "serde",
15265 "sval",
15266 "sval_nested",
15267]
15268
15269[[package]]
15270name = "svg_fmt"
15271version = "0.4.5"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15274
15275[[package]]
15276name = "svgtypes"
15277version = "0.15.3"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15280dependencies = [
15281 "kurbo",
15282 "siphasher",
15283]
15284
15285[[package]]
15286name = "swash"
15287version = "0.2.2"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15290dependencies = [
15291 "skrifa",
15292 "yazi",
15293 "zeno",
15294]
15295
15296[[package]]
15297name = "syn"
15298version = "1.0.109"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15301dependencies = [
15302 "proc-macro2",
15303 "quote",
15304 "unicode-ident",
15305]
15306
15307[[package]]
15308name = "syn"
15309version = "2.0.101"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15312dependencies = [
15313 "proc-macro2",
15314 "quote",
15315 "unicode-ident",
15316]
15317
15318[[package]]
15319name = "sync_wrapper"
15320version = "0.1.2"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15323
15324[[package]]
15325name = "sync_wrapper"
15326version = "1.0.2"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15329dependencies = [
15330 "futures-core",
15331]
15332
15333[[package]]
15334name = "synchronoise"
15335version = "1.0.1"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15338dependencies = [
15339 "crossbeam-queue",
15340]
15341
15342[[package]]
15343name = "synstructure"
15344version = "0.13.1"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15347dependencies = [
15348 "proc-macro2",
15349 "quote",
15350 "syn 2.0.101",
15351]
15352
15353[[package]]
15354name = "sys-locale"
15355version = "0.3.2"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15358dependencies = [
15359 "libc",
15360]
15361
15362[[package]]
15363name = "sysinfo"
15364version = "0.31.4"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15367dependencies = [
15368 "core-foundation-sys",
15369 "libc",
15370 "memchr",
15371 "ntapi",
15372 "rayon",
15373 "windows 0.57.0",
15374]
15375
15376[[package]]
15377name = "system-configuration"
15378version = "0.5.1"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15381dependencies = [
15382 "bitflags 1.3.2",
15383 "core-foundation 0.9.4",
15384 "system-configuration-sys 0.5.0",
15385]
15386
15387[[package]]
15388name = "system-configuration"
15389version = "0.6.1"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15392dependencies = [
15393 "bitflags 2.9.0",
15394 "core-foundation 0.9.4",
15395 "system-configuration-sys 0.6.0",
15396]
15397
15398[[package]]
15399name = "system-configuration-sys"
15400version = "0.5.0"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15403dependencies = [
15404 "core-foundation-sys",
15405 "libc",
15406]
15407
15408[[package]]
15409name = "system-configuration-sys"
15410version = "0.6.0"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15413dependencies = [
15414 "core-foundation-sys",
15415 "libc",
15416]
15417
15418[[package]]
15419name = "system-deps"
15420version = "6.2.2"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15423dependencies = [
15424 "cfg-expr",
15425 "heck 0.5.0",
15426 "pkg-config",
15427 "toml 0.8.20",
15428 "version-compare",
15429]
15430
15431[[package]]
15432name = "system-interface"
15433version = "0.27.3"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15436dependencies = [
15437 "bitflags 2.9.0",
15438 "cap-fs-ext",
15439 "cap-std",
15440 "fd-lock",
15441 "io-lifetimes",
15442 "rustix 0.38.44",
15443 "windows-sys 0.59.0",
15444 "winx",
15445]
15446
15447[[package]]
15448name = "tab_switcher"
15449version = "0.1.0"
15450dependencies = [
15451 "anyhow",
15452 "collections",
15453 "ctor",
15454 "editor",
15455 "env_logger 0.11.8",
15456 "fuzzy",
15457 "gpui",
15458 "language",
15459 "menu",
15460 "picker",
15461 "project",
15462 "schemars",
15463 "serde",
15464 "serde_json",
15465 "settings",
15466 "smol",
15467 "theme",
15468 "ui",
15469 "util",
15470 "workspace",
15471 "workspace-hack",
15472]
15473
15474[[package]]
15475name = "taffy"
15476version = "0.4.4"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15479dependencies = [
15480 "arrayvec",
15481 "grid",
15482 "num-traits",
15483 "serde",
15484 "slotmap",
15485]
15486
15487[[package]]
15488name = "tagptr"
15489version = "0.2.0"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15492
15493[[package]]
15494name = "take-until"
15495version = "0.2.0"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15498
15499[[package]]
15500name = "tao-core-video-sys"
15501version = "0.2.0"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15504dependencies = [
15505 "cfg-if",
15506 "core-foundation-sys",
15507 "libc",
15508 "objc",
15509]
15510
15511[[package]]
15512name = "tap"
15513version = "1.0.1"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15516
15517[[package]]
15518name = "target-lexicon"
15519version = "0.12.16"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15522
15523[[package]]
15524name = "target-lexicon"
15525version = "0.13.2"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15528
15529[[package]]
15530name = "task"
15531version = "0.1.0"
15532dependencies = [
15533 "anyhow",
15534 "collections",
15535 "futures 0.3.31",
15536 "gpui",
15537 "hex",
15538 "parking_lot",
15539 "pretty_assertions",
15540 "proto",
15541 "schemars",
15542 "serde",
15543 "serde_json",
15544 "serde_json_lenient",
15545 "sha2",
15546 "shellexpand 2.1.2",
15547 "util",
15548 "workspace-hack",
15549 "zed_actions",
15550]
15551
15552[[package]]
15553name = "tasks_ui"
15554version = "0.1.0"
15555dependencies = [
15556 "anyhow",
15557 "collections",
15558 "editor",
15559 "file_icons",
15560 "fuzzy",
15561 "gpui",
15562 "itertools 0.14.0",
15563 "language",
15564 "menu",
15565 "picker",
15566 "project",
15567 "serde",
15568 "serde_json",
15569 "task",
15570 "tree-sitter-rust",
15571 "tree-sitter-typescript",
15572 "ui",
15573 "util",
15574 "workspace",
15575 "workspace-hack",
15576 "zed_actions",
15577]
15578
15579[[package]]
15580name = "telemetry"
15581version = "0.1.0"
15582dependencies = [
15583 "futures 0.3.31",
15584 "serde",
15585 "serde_json",
15586 "telemetry_events",
15587 "workspace-hack",
15588]
15589
15590[[package]]
15591name = "telemetry_events"
15592version = "0.1.0"
15593dependencies = [
15594 "semantic_version",
15595 "serde",
15596 "serde_json",
15597 "workspace-hack",
15598]
15599
15600[[package]]
15601name = "tempfile"
15602version = "3.20.0"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15605dependencies = [
15606 "fastrand 2.3.0",
15607 "getrandom 0.3.2",
15608 "once_cell",
15609 "rustix 1.0.7",
15610 "windows-sys 0.59.0",
15611]
15612
15613[[package]]
15614name = "tendril"
15615version = "0.4.3"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15618dependencies = [
15619 "futf",
15620 "mac",
15621 "utf-8",
15622]
15623
15624[[package]]
15625name = "termcolor"
15626version = "1.4.1"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15629dependencies = [
15630 "winapi-util",
15631]
15632
15633[[package]]
15634name = "terminal"
15635version = "0.1.0"
15636dependencies = [
15637 "alacritty_terminal",
15638 "anyhow",
15639 "collections",
15640 "dirs 4.0.0",
15641 "futures 0.3.31",
15642 "gpui",
15643 "libc",
15644 "rand 0.8.5",
15645 "regex",
15646 "release_channel",
15647 "schemars",
15648 "serde",
15649 "serde_derive",
15650 "settings",
15651 "smol",
15652 "sysinfo",
15653 "task",
15654 "theme",
15655 "thiserror 2.0.12",
15656 "util",
15657 "windows 0.61.1",
15658 "workspace-hack",
15659]
15660
15661[[package]]
15662name = "terminal_size"
15663version = "0.4.2"
15664source = "registry+https://github.com/rust-lang/crates.io-index"
15665checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15666dependencies = [
15667 "rustix 1.0.7",
15668 "windows-sys 0.59.0",
15669]
15670
15671[[package]]
15672name = "terminal_view"
15673version = "0.1.0"
15674dependencies = [
15675 "anyhow",
15676 "assistant_slash_command",
15677 "async-recursion 1.1.1",
15678 "breadcrumbs",
15679 "client",
15680 "collections",
15681 "db",
15682 "dirs 4.0.0",
15683 "editor",
15684 "futures 0.3.31",
15685 "gpui",
15686 "itertools 0.14.0",
15687 "language",
15688 "log",
15689 "project",
15690 "rand 0.8.5",
15691 "regex",
15692 "schemars",
15693 "search",
15694 "serde",
15695 "serde_json",
15696 "settings",
15697 "shellexpand 2.1.2",
15698 "smol",
15699 "task",
15700 "terminal",
15701 "theme",
15702 "ui",
15703 "util",
15704 "workspace",
15705 "workspace-hack",
15706 "zed_actions",
15707]
15708
15709[[package]]
15710name = "text"
15711version = "0.1.0"
15712dependencies = [
15713 "anyhow",
15714 "clock",
15715 "collections",
15716 "ctor",
15717 "env_logger 0.11.8",
15718 "gpui",
15719 "http_client",
15720 "log",
15721 "parking_lot",
15722 "postage",
15723 "rand 0.8.5",
15724 "regex",
15725 "rope",
15726 "smallvec",
15727 "sum_tree",
15728 "util",
15729 "workspace-hack",
15730]
15731
15732[[package]]
15733name = "theme"
15734version = "0.1.0"
15735dependencies = [
15736 "anyhow",
15737 "collections",
15738 "derive_more",
15739 "fs",
15740 "futures 0.3.31",
15741 "gpui",
15742 "indexmap",
15743 "log",
15744 "palette",
15745 "parking_lot",
15746 "refineable",
15747 "schemars",
15748 "serde",
15749 "serde_derive",
15750 "serde_json",
15751 "serde_json_lenient",
15752 "serde_repr",
15753 "settings",
15754 "strum 0.27.1",
15755 "thiserror 2.0.12",
15756 "util",
15757 "uuid",
15758 "workspace-hack",
15759]
15760
15761[[package]]
15762name = "theme_extension"
15763version = "0.1.0"
15764dependencies = [
15765 "anyhow",
15766 "extension",
15767 "fs",
15768 "gpui",
15769 "theme",
15770 "workspace-hack",
15771]
15772
15773[[package]]
15774name = "theme_importer"
15775version = "0.1.0"
15776dependencies = [
15777 "anyhow",
15778 "clap",
15779 "gpui",
15780 "indexmap",
15781 "log",
15782 "palette",
15783 "rust-embed",
15784 "serde",
15785 "serde_json",
15786 "serde_json_lenient",
15787 "simplelog",
15788 "strum 0.27.1",
15789 "theme",
15790 "vscode_theme",
15791 "workspace-hack",
15792]
15793
15794[[package]]
15795name = "theme_selector"
15796version = "0.1.0"
15797dependencies = [
15798 "fs",
15799 "fuzzy",
15800 "gpui",
15801 "log",
15802 "picker",
15803 "serde",
15804 "settings",
15805 "telemetry",
15806 "theme",
15807 "ui",
15808 "util",
15809 "workspace",
15810 "workspace-hack",
15811 "zed_actions",
15812]
15813
15814[[package]]
15815name = "thiserror"
15816version = "1.0.69"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15819dependencies = [
15820 "thiserror-impl 1.0.69",
15821]
15822
15823[[package]]
15824name = "thiserror"
15825version = "2.0.12"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15828dependencies = [
15829 "thiserror-impl 2.0.12",
15830]
15831
15832[[package]]
15833name = "thiserror-impl"
15834version = "1.0.69"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15837dependencies = [
15838 "proc-macro2",
15839 "quote",
15840 "syn 2.0.101",
15841]
15842
15843[[package]]
15844name = "thiserror-impl"
15845version = "2.0.12"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15848dependencies = [
15849 "proc-macro2",
15850 "quote",
15851 "syn 2.0.101",
15852]
15853
15854[[package]]
15855name = "thread_local"
15856version = "1.1.8"
15857source = "registry+https://github.com/rust-lang/crates.io-index"
15858checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15859dependencies = [
15860 "cfg-if",
15861 "once_cell",
15862]
15863
15864[[package]]
15865name = "tiff"
15866version = "0.9.1"
15867source = "registry+https://github.com/rust-lang/crates.io-index"
15868checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15869dependencies = [
15870 "flate2",
15871 "jpeg-decoder",
15872 "weezl",
15873]
15874
15875[[package]]
15876name = "tiktoken-rs"
15877version = "0.7.0"
15878source = "registry+https://github.com/rust-lang/crates.io-index"
15879checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15880dependencies = [
15881 "anyhow",
15882 "base64 0.22.1",
15883 "bstr",
15884 "fancy-regex 0.13.0",
15885 "lazy_static",
15886 "regex",
15887 "rustc-hash 1.1.0",
15888]
15889
15890[[package]]
15891name = "time"
15892version = "0.3.41"
15893source = "registry+https://github.com/rust-lang/crates.io-index"
15894checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15895dependencies = [
15896 "deranged",
15897 "itoa",
15898 "libc",
15899 "num-conv",
15900 "num_threads",
15901 "powerfmt",
15902 "serde",
15903 "time-core",
15904 "time-macros",
15905]
15906
15907[[package]]
15908name = "time-core"
15909version = "0.1.4"
15910source = "registry+https://github.com/rust-lang/crates.io-index"
15911checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15912
15913[[package]]
15914name = "time-macros"
15915version = "0.2.22"
15916source = "registry+https://github.com/rust-lang/crates.io-index"
15917checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15918dependencies = [
15919 "num-conv",
15920 "time-core",
15921]
15922
15923[[package]]
15924name = "time_format"
15925version = "0.1.0"
15926dependencies = [
15927 "core-foundation 0.10.0",
15928 "core-foundation-sys",
15929 "sys-locale",
15930 "time",
15931 "workspace-hack",
15932]
15933
15934[[package]]
15935name = "tiny-keccak"
15936version = "2.0.2"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15939dependencies = [
15940 "crunchy",
15941]
15942
15943[[package]]
15944name = "tiny-skia"
15945version = "0.11.4"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15948dependencies = [
15949 "arrayref",
15950 "arrayvec",
15951 "bytemuck",
15952 "cfg-if",
15953 "log",
15954 "png",
15955 "tiny-skia-path",
15956]
15957
15958[[package]]
15959name = "tiny-skia-path"
15960version = "0.11.4"
15961source = "registry+https://github.com/rust-lang/crates.io-index"
15962checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15963dependencies = [
15964 "arrayref",
15965 "bytemuck",
15966 "strict-num",
15967]
15968
15969[[package]]
15970name = "tiny_http"
15971version = "0.8.2"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15974dependencies = [
15975 "ascii",
15976 "chrono",
15977 "chunked_transfer",
15978 "log",
15979 "url",
15980]
15981
15982[[package]]
15983name = "tinystr"
15984version = "0.7.6"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15987dependencies = [
15988 "displaydoc",
15989 "zerovec",
15990]
15991
15992[[package]]
15993name = "tinytemplate"
15994version = "1.2.1"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15997dependencies = [
15998 "serde",
15999 "serde_json",
16000]
16001
16002[[package]]
16003name = "tinyvec"
16004version = "1.9.0"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16007dependencies = [
16008 "tinyvec_macros",
16009]
16010
16011[[package]]
16012name = "tinyvec_macros"
16013version = "0.1.1"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16016
16017[[package]]
16018name = "title_bar"
16019version = "0.1.0"
16020dependencies = [
16021 "auto_update",
16022 "call",
16023 "chrono",
16024 "client",
16025 "collections",
16026 "db",
16027 "gpui",
16028 "http_client",
16029 "notifications",
16030 "pretty_assertions",
16031 "project",
16032 "remote",
16033 "rpc",
16034 "schemars",
16035 "serde",
16036 "settings",
16037 "smallvec",
16038 "story",
16039 "telemetry",
16040 "theme",
16041 "tree-sitter-md",
16042 "ui",
16043 "util",
16044 "windows 0.61.1",
16045 "workspace",
16046 "workspace-hack",
16047 "zed_actions",
16048]
16049
16050[[package]]
16051name = "tokio"
16052version = "1.44.2"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16055dependencies = [
16056 "backtrace",
16057 "bytes 1.10.1",
16058 "libc",
16059 "mio",
16060 "parking_lot",
16061 "pin-project-lite",
16062 "signal-hook-registry",
16063 "socket2",
16064 "tokio-macros",
16065 "windows-sys 0.52.0",
16066]
16067
16068[[package]]
16069name = "tokio-io"
16070version = "0.1.13"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16073dependencies = [
16074 "bytes 0.4.12",
16075 "futures 0.1.31",
16076 "log",
16077]
16078
16079[[package]]
16080name = "tokio-macros"
16081version = "2.5.0"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16084dependencies = [
16085 "proc-macro2",
16086 "quote",
16087 "syn 2.0.101",
16088]
16089
16090[[package]]
16091name = "tokio-native-tls"
16092version = "0.3.1"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16095dependencies = [
16096 "native-tls",
16097 "tokio",
16098]
16099
16100[[package]]
16101name = "tokio-rustls"
16102version = "0.24.1"
16103source = "registry+https://github.com/rust-lang/crates.io-index"
16104checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16105dependencies = [
16106 "rustls 0.21.12",
16107 "tokio",
16108]
16109
16110[[package]]
16111name = "tokio-rustls"
16112version = "0.26.2"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16115dependencies = [
16116 "rustls 0.23.26",
16117 "tokio",
16118]
16119
16120[[package]]
16121name = "tokio-socks"
16122version = "0.5.2"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16125dependencies = [
16126 "either",
16127 "futures-io",
16128 "futures-util",
16129 "thiserror 1.0.69",
16130 "tokio",
16131]
16132
16133[[package]]
16134name = "tokio-stream"
16135version = "0.1.17"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16138dependencies = [
16139 "futures-core",
16140 "pin-project-lite",
16141 "tokio",
16142]
16143
16144[[package]]
16145name = "tokio-tungstenite"
16146version = "0.20.1"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16149dependencies = [
16150 "futures-util",
16151 "log",
16152 "tokio",
16153 "tungstenite 0.20.1",
16154]
16155
16156[[package]]
16157name = "tokio-tungstenite"
16158version = "0.21.0"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16161dependencies = [
16162 "futures-util",
16163 "log",
16164 "tokio",
16165 "tungstenite 0.21.0",
16166]
16167
16168[[package]]
16169name = "tokio-tungstenite"
16170version = "0.26.2"
16171source = "registry+https://github.com/rust-lang/crates.io-index"
16172checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16173dependencies = [
16174 "futures-util",
16175 "log",
16176 "rustls 0.23.26",
16177 "rustls-pki-types",
16178 "tokio",
16179 "tokio-rustls 0.26.2",
16180 "tungstenite 0.26.2",
16181]
16182
16183[[package]]
16184name = "tokio-util"
16185version = "0.7.14"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16188dependencies = [
16189 "bytes 1.10.1",
16190 "futures-core",
16191 "futures-io",
16192 "futures-sink",
16193 "pin-project-lite",
16194 "tokio",
16195]
16196
16197[[package]]
16198name = "toml"
16199version = "0.5.11"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16202dependencies = [
16203 "serde",
16204]
16205
16206[[package]]
16207name = "toml"
16208version = "0.8.20"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16211dependencies = [
16212 "serde",
16213 "serde_spanned",
16214 "toml_datetime",
16215 "toml_edit",
16216]
16217
16218[[package]]
16219name = "toml_datetime"
16220version = "0.6.9"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16223dependencies = [
16224 "serde",
16225]
16226
16227[[package]]
16228name = "toml_edit"
16229version = "0.22.26"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16232dependencies = [
16233 "indexmap",
16234 "serde",
16235 "serde_spanned",
16236 "toml_datetime",
16237 "toml_write",
16238 "winnow",
16239]
16240
16241[[package]]
16242name = "toml_write"
16243version = "0.1.1"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16246
16247[[package]]
16248name = "toolchain_selector"
16249version = "0.1.0"
16250dependencies = [
16251 "editor",
16252 "fuzzy",
16253 "gpui",
16254 "language",
16255 "picker",
16256 "project",
16257 "ui",
16258 "util",
16259 "workspace",
16260 "workspace-hack",
16261]
16262
16263[[package]]
16264name = "topological-sort"
16265version = "0.2.2"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16268
16269[[package]]
16270name = "tower"
16271version = "0.4.13"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16274dependencies = [
16275 "futures-core",
16276 "futures-util",
16277 "pin-project",
16278 "pin-project-lite",
16279 "tokio",
16280 "tower-layer",
16281 "tower-service",
16282 "tracing",
16283]
16284
16285[[package]]
16286name = "tower"
16287version = "0.5.2"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16290dependencies = [
16291 "futures-core",
16292 "futures-util",
16293 "pin-project-lite",
16294 "sync_wrapper 1.0.2",
16295 "tokio",
16296 "tower-layer",
16297 "tower-service",
16298]
16299
16300[[package]]
16301name = "tower-http"
16302version = "0.3.5"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16305dependencies = [
16306 "bitflags 1.3.2",
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]
16317
16318[[package]]
16319name = "tower-http"
16320version = "0.4.4"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16323dependencies = [
16324 "bitflags 2.9.0",
16325 "bytes 1.10.1",
16326 "futures-core",
16327 "futures-util",
16328 "http 0.2.12",
16329 "http-body 0.4.6",
16330 "http-range-header",
16331 "pin-project-lite",
16332 "tower-layer",
16333 "tower-service",
16334 "tracing",
16335]
16336
16337[[package]]
16338name = "tower-layer"
16339version = "0.3.3"
16340source = "registry+https://github.com/rust-lang/crates.io-index"
16341checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16342
16343[[package]]
16344name = "tower-service"
16345version = "0.3.3"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16348
16349[[package]]
16350name = "tracing"
16351version = "0.1.41"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16354dependencies = [
16355 "log",
16356 "pin-project-lite",
16357 "tracing-attributes",
16358 "tracing-core",
16359]
16360
16361[[package]]
16362name = "tracing-attributes"
16363version = "0.1.28"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16366dependencies = [
16367 "proc-macro2",
16368 "quote",
16369 "syn 2.0.101",
16370]
16371
16372[[package]]
16373name = "tracing-core"
16374version = "0.1.33"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16377dependencies = [
16378 "once_cell",
16379 "valuable",
16380]
16381
16382[[package]]
16383name = "tracing-log"
16384version = "0.2.0"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16387dependencies = [
16388 "log",
16389 "once_cell",
16390 "tracing-core",
16391]
16392
16393[[package]]
16394name = "tracing-serde"
16395version = "0.2.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16398dependencies = [
16399 "serde",
16400 "tracing-core",
16401]
16402
16403[[package]]
16404name = "tracing-subscriber"
16405version = "0.3.19"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16408dependencies = [
16409 "matchers",
16410 "nu-ansi-term",
16411 "once_cell",
16412 "regex",
16413 "serde",
16414 "serde_json",
16415 "sharded-slab",
16416 "smallvec",
16417 "thread_local",
16418 "tracing",
16419 "tracing-core",
16420 "tracing-log",
16421 "tracing-serde",
16422]
16423
16424[[package]]
16425name = "trait-variant"
16426version = "0.1.2"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16429dependencies = [
16430 "proc-macro2",
16431 "quote",
16432 "syn 2.0.101",
16433]
16434
16435[[package]]
16436name = "tree-sitter"
16437version = "0.25.3"
16438source = "registry+https://github.com/rust-lang/crates.io-index"
16439checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16440dependencies = [
16441 "cc",
16442 "regex",
16443 "regex-syntax 0.8.5",
16444 "serde_json",
16445 "streaming-iterator",
16446 "tree-sitter-language",
16447 "wasmtime-c-api-impl",
16448]
16449
16450[[package]]
16451name = "tree-sitter-bash"
16452version = "0.23.3"
16453source = "registry+https://github.com/rust-lang/crates.io-index"
16454checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16455dependencies = [
16456 "cc",
16457 "tree-sitter-language",
16458]
16459
16460[[package]]
16461name = "tree-sitter-c"
16462version = "0.23.4"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16465dependencies = [
16466 "cc",
16467 "tree-sitter-language",
16468]
16469
16470[[package]]
16471name = "tree-sitter-cpp"
16472version = "0.23.4"
16473source = "registry+https://github.com/rust-lang/crates.io-index"
16474checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16475dependencies = [
16476 "cc",
16477 "tree-sitter-language",
16478]
16479
16480[[package]]
16481name = "tree-sitter-css"
16482version = "0.23.2"
16483source = "registry+https://github.com/rust-lang/crates.io-index"
16484checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16485dependencies = [
16486 "cc",
16487 "tree-sitter-language",
16488]
16489
16490[[package]]
16491name = "tree-sitter-diff"
16492version = "0.1.0"
16493source = "registry+https://github.com/rust-lang/crates.io-index"
16494checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16495dependencies = [
16496 "cc",
16497 "tree-sitter-language",
16498]
16499
16500[[package]]
16501name = "tree-sitter-elixir"
16502version = "0.3.4"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16505dependencies = [
16506 "cc",
16507 "tree-sitter-language",
16508]
16509
16510[[package]]
16511name = "tree-sitter-embedded-template"
16512version = "0.23.2"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16515dependencies = [
16516 "cc",
16517 "tree-sitter-language",
16518]
16519
16520[[package]]
16521name = "tree-sitter-gitcommit"
16522version = "0.0.1"
16523source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16524dependencies = [
16525 "cc",
16526 "tree-sitter-language",
16527]
16528
16529[[package]]
16530name = "tree-sitter-go"
16531version = "0.23.4"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16534dependencies = [
16535 "cc",
16536 "tree-sitter-language",
16537]
16538
16539[[package]]
16540name = "tree-sitter-gomod"
16541version = "1.1.1"
16542source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16543dependencies = [
16544 "cc",
16545 "tree-sitter-language",
16546]
16547
16548[[package]]
16549name = "tree-sitter-gowork"
16550version = "0.0.1"
16551source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16552dependencies = [
16553 "cc",
16554 "tree-sitter-language",
16555]
16556
16557[[package]]
16558name = "tree-sitter-heex"
16559version = "0.0.1"
16560source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16561dependencies = [
16562 "cc",
16563 "tree-sitter-language",
16564]
16565
16566[[package]]
16567name = "tree-sitter-html"
16568version = "0.23.2"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16571dependencies = [
16572 "cc",
16573 "tree-sitter-language",
16574]
16575
16576[[package]]
16577name = "tree-sitter-jsdoc"
16578version = "0.23.2"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16581dependencies = [
16582 "cc",
16583 "tree-sitter-language",
16584]
16585
16586[[package]]
16587name = "tree-sitter-json"
16588version = "0.24.8"
16589source = "registry+https://github.com/rust-lang/crates.io-index"
16590checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16591dependencies = [
16592 "cc",
16593 "tree-sitter-language",
16594]
16595
16596[[package]]
16597name = "tree-sitter-language"
16598version = "0.1.5"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16601
16602[[package]]
16603name = "tree-sitter-md"
16604version = "0.3.2"
16605source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16606dependencies = [
16607 "cc",
16608 "tree-sitter-language",
16609]
16610
16611[[package]]
16612name = "tree-sitter-python"
16613version = "0.23.6"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16616dependencies = [
16617 "cc",
16618 "tree-sitter-language",
16619]
16620
16621[[package]]
16622name = "tree-sitter-regex"
16623version = "0.24.3"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16626dependencies = [
16627 "cc",
16628 "tree-sitter-language",
16629]
16630
16631[[package]]
16632name = "tree-sitter-ruby"
16633version = "0.23.1"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16636dependencies = [
16637 "cc",
16638 "tree-sitter-language",
16639]
16640
16641[[package]]
16642name = "tree-sitter-rust"
16643version = "0.24.0"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16646dependencies = [
16647 "cc",
16648 "tree-sitter-language",
16649]
16650
16651[[package]]
16652name = "tree-sitter-typescript"
16653version = "0.23.2"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16656dependencies = [
16657 "cc",
16658 "tree-sitter-language",
16659]
16660
16661[[package]]
16662name = "tree-sitter-yaml"
16663version = "0.6.1"
16664source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16665dependencies = [
16666 "cc",
16667 "tree-sitter-language",
16668]
16669
16670[[package]]
16671name = "try-lock"
16672version = "0.2.5"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16675
16676[[package]]
16677name = "ttf-parser"
16678version = "0.20.0"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16681
16682[[package]]
16683name = "ttf-parser"
16684version = "0.21.1"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16687
16688[[package]]
16689name = "ttf-parser"
16690version = "0.25.1"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16693dependencies = [
16694 "core_maths",
16695]
16696
16697[[package]]
16698name = "tungstenite"
16699version = "0.20.1"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16702dependencies = [
16703 "byteorder",
16704 "bytes 1.10.1",
16705 "data-encoding",
16706 "http 0.2.12",
16707 "httparse",
16708 "log",
16709 "rand 0.8.5",
16710 "sha1",
16711 "thiserror 1.0.69",
16712 "url",
16713 "utf-8",
16714]
16715
16716[[package]]
16717name = "tungstenite"
16718version = "0.21.0"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16721dependencies = [
16722 "byteorder",
16723 "bytes 1.10.1",
16724 "data-encoding",
16725 "http 1.3.1",
16726 "httparse",
16727 "log",
16728 "rand 0.8.5",
16729 "sha1",
16730 "thiserror 1.0.69",
16731 "url",
16732 "utf-8",
16733]
16734
16735[[package]]
16736name = "tungstenite"
16737version = "0.26.2"
16738source = "registry+https://github.com/rust-lang/crates.io-index"
16739checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16740dependencies = [
16741 "bytes 1.10.1",
16742 "data-encoding",
16743 "http 1.3.1",
16744 "httparse",
16745 "log",
16746 "rand 0.9.1",
16747 "rustls 0.23.26",
16748 "rustls-pki-types",
16749 "sha1",
16750 "thiserror 2.0.12",
16751 "utf-8",
16752]
16753
16754[[package]]
16755name = "typeid"
16756version = "1.0.3"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16759
16760[[package]]
16761name = "typenum"
16762version = "1.18.0"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16765
16766[[package]]
16767name = "ucd-trie"
16768version = "0.1.7"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16771
16772[[package]]
16773name = "uds_windows"
16774version = "1.1.0"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16777dependencies = [
16778 "memoffset",
16779 "tempfile",
16780 "winapi",
16781]
16782
16783[[package]]
16784name = "ui"
16785version = "0.1.0"
16786dependencies = [
16787 "chrono",
16788 "component",
16789 "documented",
16790 "gpui",
16791 "icons",
16792 "itertools 0.14.0",
16793 "menu",
16794 "serde",
16795 "settings",
16796 "smallvec",
16797 "story",
16798 "strum 0.27.1",
16799 "theme",
16800 "ui_macros",
16801 "util",
16802 "windows 0.61.1",
16803 "workspace-hack",
16804]
16805
16806[[package]]
16807name = "ui_input"
16808version = "0.1.0"
16809dependencies = [
16810 "component",
16811 "editor",
16812 "gpui",
16813 "settings",
16814 "theme",
16815 "ui",
16816 "workspace-hack",
16817]
16818
16819[[package]]
16820name = "ui_macros"
16821version = "0.1.0"
16822dependencies = [
16823 "quote",
16824 "syn 1.0.109",
16825 "workspace-hack",
16826]
16827
16828[[package]]
16829name = "ui_prompt"
16830version = "0.1.0"
16831dependencies = [
16832 "gpui",
16833 "markdown",
16834 "menu",
16835 "settings",
16836 "theme",
16837 "ui",
16838 "workspace",
16839 "workspace-hack",
16840]
16841
16842[[package]]
16843name = "uluru"
16844version = "3.1.0"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16847dependencies = [
16848 "arrayvec",
16849]
16850
16851[[package]]
16852name = "unicase"
16853version = "2.8.1"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16856
16857[[package]]
16858name = "unicode-bidi"
16859version = "0.3.18"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16862
16863[[package]]
16864name = "unicode-bidi-mirroring"
16865version = "0.2.0"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16868
16869[[package]]
16870name = "unicode-bidi-mirroring"
16871version = "0.4.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16874
16875[[package]]
16876name = "unicode-bom"
16877version = "2.0.3"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16880
16881[[package]]
16882name = "unicode-ccc"
16883version = "0.2.0"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16886
16887[[package]]
16888name = "unicode-ccc"
16889version = "0.4.0"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16892
16893[[package]]
16894name = "unicode-ident"
16895version = "1.0.18"
16896source = "registry+https://github.com/rust-lang/crates.io-index"
16897checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16898
16899[[package]]
16900name = "unicode-linebreak"
16901version = "0.1.5"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16904
16905[[package]]
16906name = "unicode-normalization"
16907version = "0.1.24"
16908source = "registry+https://github.com/rust-lang/crates.io-index"
16909checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16910dependencies = [
16911 "tinyvec",
16912]
16913
16914[[package]]
16915name = "unicode-properties"
16916version = "0.1.3"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16919
16920[[package]]
16921name = "unicode-script"
16922version = "0.5.7"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16925
16926[[package]]
16927name = "unicode-segmentation"
16928version = "1.12.0"
16929source = "registry+https://github.com/rust-lang/crates.io-index"
16930checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16931
16932[[package]]
16933name = "unicode-vo"
16934version = "0.1.0"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16937
16938[[package]]
16939name = "unicode-width"
16940version = "0.1.14"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16943
16944[[package]]
16945name = "unicode-width"
16946version = "0.2.0"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16949
16950[[package]]
16951name = "unicode-xid"
16952version = "0.2.6"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16955
16956[[package]]
16957name = "unicode_categories"
16958version = "0.1.1"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16961
16962[[package]]
16963name = "unindent"
16964version = "0.2.4"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16967
16968[[package]]
16969name = "untrusted"
16970version = "0.9.0"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16973
16974[[package]]
16975name = "url"
16976version = "2.5.4"
16977source = "registry+https://github.com/rust-lang/crates.io-index"
16978checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16979dependencies = [
16980 "form_urlencoded",
16981 "idna",
16982 "percent-encoding",
16983 "serde",
16984]
16985
16986[[package]]
16987name = "urlencoding"
16988version = "2.1.3"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16991
16992[[package]]
16993name = "usvg"
16994version = "0.45.1"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16997dependencies = [
16998 "base64 0.22.1",
16999 "data-url",
17000 "flate2",
17001 "fontdb 0.23.0",
17002 "imagesize",
17003 "kurbo",
17004 "log",
17005 "pico-args",
17006 "roxmltree",
17007 "rustybuzz 0.20.1",
17008 "simplecss",
17009 "siphasher",
17010 "strict-num",
17011 "svgtypes",
17012 "tiny-skia-path",
17013 "unicode-bidi",
17014 "unicode-script",
17015 "unicode-vo",
17016 "xmlwriter",
17017]
17018
17019[[package]]
17020name = "utf-8"
17021version = "0.7.6"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17024
17025[[package]]
17026name = "utf16_iter"
17027version = "1.0.5"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17030
17031[[package]]
17032name = "utf8_iter"
17033version = "1.0.4"
17034source = "registry+https://github.com/rust-lang/crates.io-index"
17035checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17036
17037[[package]]
17038name = "utf8parse"
17039version = "0.2.2"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17042
17043[[package]]
17044name = "util"
17045version = "0.1.0"
17046dependencies = [
17047 "anyhow",
17048 "async-fs",
17049 "async_zip",
17050 "collections",
17051 "dirs 4.0.0",
17052 "dunce",
17053 "futures 0.3.31",
17054 "futures-lite 1.13.0",
17055 "git2",
17056 "globset",
17057 "itertools 0.14.0",
17058 "libc",
17059 "log",
17060 "rand 0.8.5",
17061 "regex",
17062 "rust-embed",
17063 "serde",
17064 "serde_json",
17065 "serde_json_lenient",
17066 "smol",
17067 "take-until",
17068 "tempfile",
17069 "tendril",
17070 "unicase",
17071 "util_macros",
17072 "walkdir",
17073 "workspace-hack",
17074]
17075
17076[[package]]
17077name = "util_macros"
17078version = "0.1.0"
17079dependencies = [
17080 "quote",
17081 "syn 1.0.109",
17082 "workspace-hack",
17083]
17084
17085[[package]]
17086name = "uuid"
17087version = "1.16.0"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17090dependencies = [
17091 "getrandom 0.3.2",
17092 "serde",
17093 "sha1_smol",
17094]
17095
17096[[package]]
17097name = "uuid-simd"
17098version = "0.8.0"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17101dependencies = [
17102 "outref",
17103 "uuid",
17104 "vsimd",
17105]
17106
17107[[package]]
17108name = "v_frame"
17109version = "0.3.8"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17112dependencies = [
17113 "aligned-vec",
17114 "num-traits",
17115 "wasm-bindgen",
17116]
17117
17118[[package]]
17119name = "valuable"
17120version = "0.1.1"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17123
17124[[package]]
17125name = "value-bag"
17126version = "1.11.1"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17129dependencies = [
17130 "value-bag-serde1",
17131 "value-bag-sval2",
17132]
17133
17134[[package]]
17135name = "value-bag-serde1"
17136version = "1.11.1"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17139dependencies = [
17140 "erased-serde",
17141 "serde",
17142 "serde_fmt",
17143]
17144
17145[[package]]
17146name = "value-bag-sval2"
17147version = "1.11.1"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17150dependencies = [
17151 "sval",
17152 "sval_buffer",
17153 "sval_dynamic",
17154 "sval_fmt",
17155 "sval_json",
17156 "sval_ref",
17157 "sval_serde",
17158]
17159
17160[[package]]
17161name = "vcpkg"
17162version = "0.2.15"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17165
17166[[package]]
17167name = "version-compare"
17168version = "0.2.0"
17169source = "registry+https://github.com/rust-lang/crates.io-index"
17170checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17171
17172[[package]]
17173name = "version_check"
17174version = "0.9.5"
17175source = "registry+https://github.com/rust-lang/crates.io-index"
17176checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17177
17178[[package]]
17179name = "vim"
17180version = "0.1.0"
17181dependencies = [
17182 "anyhow",
17183 "assets",
17184 "async-compat",
17185 "async-trait",
17186 "collections",
17187 "command_palette",
17188 "command_palette_hooks",
17189 "db",
17190 "editor",
17191 "futures 0.3.31",
17192 "git_ui",
17193 "gpui",
17194 "indoc",
17195 "itertools 0.14.0",
17196 "language",
17197 "log",
17198 "lsp",
17199 "multi_buffer",
17200 "nvim-rs",
17201 "parking_lot",
17202 "picker",
17203 "project",
17204 "project_panel",
17205 "regex",
17206 "release_channel",
17207 "schemars",
17208 "search",
17209 "serde",
17210 "serde_derive",
17211 "serde_json",
17212 "settings",
17213 "task",
17214 "text",
17215 "theme",
17216 "tokio",
17217 "ui",
17218 "util",
17219 "vim_mode_setting",
17220 "workspace",
17221 "workspace-hack",
17222 "zed_actions",
17223]
17224
17225[[package]]
17226name = "vim_mode_setting"
17227version = "0.1.0"
17228dependencies = [
17229 "anyhow",
17230 "gpui",
17231 "settings",
17232 "workspace-hack",
17233]
17234
17235[[package]]
17236name = "vscode_theme"
17237version = "0.2.0"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17240dependencies = [
17241 "serde",
17242]
17243
17244[[package]]
17245name = "vsimd"
17246version = "0.8.0"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17249
17250[[package]]
17251name = "vswhom"
17252version = "0.1.0"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17255dependencies = [
17256 "libc",
17257 "vswhom-sys",
17258]
17259
17260[[package]]
17261name = "vswhom-sys"
17262version = "0.1.3"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17265dependencies = [
17266 "cc",
17267 "libc",
17268]
17269
17270[[package]]
17271name = "vte"
17272version = "0.15.0"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17275dependencies = [
17276 "arrayvec",
17277 "bitflags 2.9.0",
17278 "cursor-icon",
17279 "log",
17280 "memchr",
17281 "serde",
17282]
17283
17284[[package]]
17285name = "waker-fn"
17286version = "1.2.0"
17287source = "registry+https://github.com/rust-lang/crates.io-index"
17288checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17289
17290[[package]]
17291name = "walkdir"
17292version = "2.5.0"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17295dependencies = [
17296 "same-file",
17297 "winapi-util",
17298]
17299
17300[[package]]
17301name = "want"
17302version = "0.3.1"
17303source = "registry+https://github.com/rust-lang/crates.io-index"
17304checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17305dependencies = [
17306 "try-lock",
17307]
17308
17309[[package]]
17310name = "warp"
17311version = "0.3.7"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17314dependencies = [
17315 "bytes 1.10.1",
17316 "futures-channel",
17317 "futures-util",
17318 "headers",
17319 "http 0.2.12",
17320 "hyper 0.14.32",
17321 "log",
17322 "mime",
17323 "mime_guess",
17324 "percent-encoding",
17325 "pin-project",
17326 "scoped-tls",
17327 "serde",
17328 "serde_json",
17329 "serde_urlencoded",
17330 "tokio",
17331 "tokio-tungstenite 0.21.0",
17332 "tokio-util",
17333 "tower-service",
17334 "tracing",
17335]
17336
17337[[package]]
17338name = "wasi"
17339version = "0.9.0+wasi-snapshot-preview1"
17340source = "registry+https://github.com/rust-lang/crates.io-index"
17341checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17342
17343[[package]]
17344name = "wasi"
17345version = "0.11.0+wasi-snapshot-preview1"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17348
17349[[package]]
17350name = "wasi"
17351version = "0.14.2+wasi-0.2.4"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17354dependencies = [
17355 "wit-bindgen-rt 0.39.0",
17356]
17357
17358[[package]]
17359name = "wasi-preview1-component-adapter-provider"
17360version = "29.0.1"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17363
17364[[package]]
17365name = "wasite"
17366version = "0.1.0"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17369
17370[[package]]
17371name = "wasm-bindgen"
17372version = "0.2.100"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17375dependencies = [
17376 "cfg-if",
17377 "once_cell",
17378 "rustversion",
17379 "wasm-bindgen-macro",
17380]
17381
17382[[package]]
17383name = "wasm-bindgen-backend"
17384version = "0.2.100"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17387dependencies = [
17388 "bumpalo",
17389 "log",
17390 "proc-macro2",
17391 "quote",
17392 "syn 2.0.101",
17393 "wasm-bindgen-shared",
17394]
17395
17396[[package]]
17397name = "wasm-bindgen-futures"
17398version = "0.4.50"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17401dependencies = [
17402 "cfg-if",
17403 "js-sys",
17404 "once_cell",
17405 "wasm-bindgen",
17406 "web-sys",
17407]
17408
17409[[package]]
17410name = "wasm-bindgen-macro"
17411version = "0.2.100"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17414dependencies = [
17415 "quote",
17416 "wasm-bindgen-macro-support",
17417]
17418
17419[[package]]
17420name = "wasm-bindgen-macro-support"
17421version = "0.2.100"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17424dependencies = [
17425 "proc-macro2",
17426 "quote",
17427 "syn 2.0.101",
17428 "wasm-bindgen-backend",
17429 "wasm-bindgen-shared",
17430]
17431
17432[[package]]
17433name = "wasm-bindgen-shared"
17434version = "0.2.100"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17437dependencies = [
17438 "unicode-ident",
17439]
17440
17441[[package]]
17442name = "wasm-encoder"
17443version = "0.201.0"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17446dependencies = [
17447 "leb128",
17448]
17449
17450[[package]]
17451name = "wasm-encoder"
17452version = "0.221.3"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17455dependencies = [
17456 "leb128",
17457 "wasmparser 0.221.3",
17458]
17459
17460[[package]]
17461name = "wasm-encoder"
17462version = "0.227.1"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17465dependencies = [
17466 "leb128fmt",
17467 "wasmparser 0.227.1",
17468]
17469
17470[[package]]
17471name = "wasm-metadata"
17472version = "0.201.0"
17473source = "registry+https://github.com/rust-lang/crates.io-index"
17474checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17475dependencies = [
17476 "anyhow",
17477 "indexmap",
17478 "serde",
17479 "serde_derive",
17480 "serde_json",
17481 "spdx",
17482 "wasm-encoder 0.201.0",
17483 "wasmparser 0.201.0",
17484]
17485
17486[[package]]
17487name = "wasm-metadata"
17488version = "0.221.3"
17489source = "registry+https://github.com/rust-lang/crates.io-index"
17490checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17491dependencies = [
17492 "anyhow",
17493 "indexmap",
17494 "serde",
17495 "serde_derive",
17496 "serde_json",
17497 "spdx",
17498 "wasm-encoder 0.221.3",
17499 "wasmparser 0.221.3",
17500]
17501
17502[[package]]
17503name = "wasm-metadata"
17504version = "0.227.1"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17507dependencies = [
17508 "anyhow",
17509 "auditable-serde",
17510 "flate2",
17511 "indexmap",
17512 "serde",
17513 "serde_derive",
17514 "serde_json",
17515 "spdx",
17516 "url",
17517 "wasm-encoder 0.227.1",
17518 "wasmparser 0.227.1",
17519]
17520
17521[[package]]
17522name = "wasm-streams"
17523version = "0.4.2"
17524source = "registry+https://github.com/rust-lang/crates.io-index"
17525checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17526dependencies = [
17527 "futures-util",
17528 "js-sys",
17529 "wasm-bindgen",
17530 "wasm-bindgen-futures",
17531 "web-sys",
17532]
17533
17534[[package]]
17535name = "wasmparser"
17536version = "0.201.0"
17537source = "registry+https://github.com/rust-lang/crates.io-index"
17538checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17539dependencies = [
17540 "bitflags 2.9.0",
17541 "indexmap",
17542 "semver",
17543]
17544
17545[[package]]
17546name = "wasmparser"
17547version = "0.221.3"
17548source = "registry+https://github.com/rust-lang/crates.io-index"
17549checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17550dependencies = [
17551 "bitflags 2.9.0",
17552 "hashbrown 0.15.3",
17553 "indexmap",
17554 "semver",
17555 "serde",
17556]
17557
17558[[package]]
17559name = "wasmparser"
17560version = "0.227.1"
17561source = "registry+https://github.com/rust-lang/crates.io-index"
17562checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17563dependencies = [
17564 "bitflags 2.9.0",
17565 "hashbrown 0.15.3",
17566 "indexmap",
17567 "semver",
17568]
17569
17570[[package]]
17571name = "wasmprinter"
17572version = "0.221.3"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17575dependencies = [
17576 "anyhow",
17577 "termcolor",
17578 "wasmparser 0.221.3",
17579]
17580
17581[[package]]
17582name = "wasmtime"
17583version = "29.0.1"
17584source = "registry+https://github.com/rust-lang/crates.io-index"
17585checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17586dependencies = [
17587 "anyhow",
17588 "async-trait",
17589 "bitflags 2.9.0",
17590 "bumpalo",
17591 "cc",
17592 "cfg-if",
17593 "encoding_rs",
17594 "hashbrown 0.14.5",
17595 "indexmap",
17596 "libc",
17597 "log",
17598 "mach2",
17599 "memfd",
17600 "object",
17601 "once_cell",
17602 "paste",
17603 "postcard",
17604 "psm",
17605 "pulley-interpreter",
17606 "rayon",
17607 "rustix 0.38.44",
17608 "semver",
17609 "serde",
17610 "serde_derive",
17611 "smallvec",
17612 "sptr",
17613 "target-lexicon 0.13.2",
17614 "trait-variant",
17615 "wasmparser 0.221.3",
17616 "wasmtime-asm-macros",
17617 "wasmtime-component-macro",
17618 "wasmtime-component-util",
17619 "wasmtime-cranelift",
17620 "wasmtime-environ",
17621 "wasmtime-fiber",
17622 "wasmtime-jit-icache-coherence",
17623 "wasmtime-math",
17624 "wasmtime-slab",
17625 "wasmtime-versioned-export-macros",
17626 "wasmtime-winch",
17627 "windows-sys 0.59.0",
17628]
17629
17630[[package]]
17631name = "wasmtime-asm-macros"
17632version = "29.0.1"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17635dependencies = [
17636 "cfg-if",
17637]
17638
17639[[package]]
17640name = "wasmtime-c-api-impl"
17641version = "29.0.1"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17644dependencies = [
17645 "anyhow",
17646 "log",
17647 "tracing",
17648 "wasmtime",
17649 "wasmtime-c-api-macros",
17650]
17651
17652[[package]]
17653name = "wasmtime-c-api-macros"
17654version = "29.0.1"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17657dependencies = [
17658 "proc-macro2",
17659 "quote",
17660]
17661
17662[[package]]
17663name = "wasmtime-component-macro"
17664version = "29.0.1"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17667dependencies = [
17668 "anyhow",
17669 "proc-macro2",
17670 "quote",
17671 "syn 2.0.101",
17672 "wasmtime-component-util",
17673 "wasmtime-wit-bindgen",
17674 "wit-parser 0.221.3",
17675]
17676
17677[[package]]
17678name = "wasmtime-component-util"
17679version = "29.0.1"
17680source = "registry+https://github.com/rust-lang/crates.io-index"
17681checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17682
17683[[package]]
17684name = "wasmtime-cranelift"
17685version = "29.0.1"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17688dependencies = [
17689 "anyhow",
17690 "cfg-if",
17691 "cranelift-codegen",
17692 "cranelift-control",
17693 "cranelift-entity",
17694 "cranelift-frontend",
17695 "cranelift-native",
17696 "gimli",
17697 "itertools 0.12.1",
17698 "log",
17699 "object",
17700 "smallvec",
17701 "target-lexicon 0.13.2",
17702 "thiserror 1.0.69",
17703 "wasmparser 0.221.3",
17704 "wasmtime-environ",
17705 "wasmtime-versioned-export-macros",
17706]
17707
17708[[package]]
17709name = "wasmtime-environ"
17710version = "29.0.1"
17711source = "registry+https://github.com/rust-lang/crates.io-index"
17712checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17713dependencies = [
17714 "anyhow",
17715 "cpp_demangle",
17716 "cranelift-bitset",
17717 "cranelift-entity",
17718 "gimli",
17719 "indexmap",
17720 "log",
17721 "object",
17722 "postcard",
17723 "rustc-demangle",
17724 "semver",
17725 "serde",
17726 "serde_derive",
17727 "smallvec",
17728 "target-lexicon 0.13.2",
17729 "wasm-encoder 0.221.3",
17730 "wasmparser 0.221.3",
17731 "wasmprinter",
17732 "wasmtime-component-util",
17733]
17734
17735[[package]]
17736name = "wasmtime-fiber"
17737version = "29.0.1"
17738source = "registry+https://github.com/rust-lang/crates.io-index"
17739checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17740dependencies = [
17741 "anyhow",
17742 "cc",
17743 "cfg-if",
17744 "rustix 0.38.44",
17745 "wasmtime-asm-macros",
17746 "wasmtime-versioned-export-macros",
17747 "windows-sys 0.59.0",
17748]
17749
17750[[package]]
17751name = "wasmtime-jit-icache-coherence"
17752version = "29.0.1"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17755dependencies = [
17756 "anyhow",
17757 "cfg-if",
17758 "libc",
17759 "windows-sys 0.59.0",
17760]
17761
17762[[package]]
17763name = "wasmtime-math"
17764version = "29.0.1"
17765source = "registry+https://github.com/rust-lang/crates.io-index"
17766checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17767dependencies = [
17768 "libm",
17769]
17770
17771[[package]]
17772name = "wasmtime-slab"
17773version = "29.0.1"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17776
17777[[package]]
17778name = "wasmtime-versioned-export-macros"
17779version = "29.0.1"
17780source = "registry+https://github.com/rust-lang/crates.io-index"
17781checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17782dependencies = [
17783 "proc-macro2",
17784 "quote",
17785 "syn 2.0.101",
17786]
17787
17788[[package]]
17789name = "wasmtime-wasi"
17790version = "29.0.1"
17791source = "registry+https://github.com/rust-lang/crates.io-index"
17792checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17793dependencies = [
17794 "anyhow",
17795 "async-trait",
17796 "bitflags 2.9.0",
17797 "bytes 1.10.1",
17798 "cap-fs-ext",
17799 "cap-net-ext",
17800 "cap-rand",
17801 "cap-std",
17802 "cap-time-ext",
17803 "fs-set-times",
17804 "futures 0.3.31",
17805 "io-extras",
17806 "io-lifetimes",
17807 "rustix 0.38.44",
17808 "system-interface",
17809 "thiserror 1.0.69",
17810 "tokio",
17811 "tracing",
17812 "trait-variant",
17813 "url",
17814 "wasmtime",
17815 "wiggle",
17816 "windows-sys 0.59.0",
17817]
17818
17819[[package]]
17820name = "wasmtime-winch"
17821version = "29.0.1"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17824dependencies = [
17825 "anyhow",
17826 "cranelift-codegen",
17827 "gimli",
17828 "object",
17829 "target-lexicon 0.13.2",
17830 "wasmparser 0.221.3",
17831 "wasmtime-cranelift",
17832 "wasmtime-environ",
17833 "winch-codegen",
17834]
17835
17836[[package]]
17837name = "wasmtime-wit-bindgen"
17838version = "29.0.1"
17839source = "registry+https://github.com/rust-lang/crates.io-index"
17840checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17841dependencies = [
17842 "anyhow",
17843 "heck 0.5.0",
17844 "indexmap",
17845 "wit-parser 0.221.3",
17846]
17847
17848[[package]]
17849name = "wast"
17850version = "35.0.2"
17851source = "registry+https://github.com/rust-lang/crates.io-index"
17852checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17853dependencies = [
17854 "leb128",
17855]
17856
17857[[package]]
17858name = "wayland-backend"
17859version = "0.3.8"
17860source = "registry+https://github.com/rust-lang/crates.io-index"
17861checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17862dependencies = [
17863 "cc",
17864 "downcast-rs",
17865 "rustix 0.38.44",
17866 "scoped-tls",
17867 "smallvec",
17868 "wayland-sys",
17869]
17870
17871[[package]]
17872name = "wayland-client"
17873version = "0.31.8"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17876dependencies = [
17877 "bitflags 2.9.0",
17878 "rustix 0.38.44",
17879 "wayland-backend",
17880 "wayland-scanner",
17881]
17882
17883[[package]]
17884name = "wayland-cursor"
17885version = "0.31.8"
17886source = "registry+https://github.com/rust-lang/crates.io-index"
17887checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17888dependencies = [
17889 "rustix 0.38.44",
17890 "wayland-client",
17891 "xcursor",
17892]
17893
17894[[package]]
17895name = "wayland-protocols"
17896version = "0.31.2"
17897source = "registry+https://github.com/rust-lang/crates.io-index"
17898checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17899dependencies = [
17900 "bitflags 2.9.0",
17901 "wayland-backend",
17902 "wayland-client",
17903 "wayland-scanner",
17904]
17905
17906[[package]]
17907name = "wayland-protocols-plasma"
17908version = "0.2.0"
17909source = "registry+https://github.com/rust-lang/crates.io-index"
17910checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17911dependencies = [
17912 "bitflags 2.9.0",
17913 "wayland-backend",
17914 "wayland-client",
17915 "wayland-protocols",
17916 "wayland-scanner",
17917]
17918
17919[[package]]
17920name = "wayland-scanner"
17921version = "0.31.6"
17922source = "registry+https://github.com/rust-lang/crates.io-index"
17923checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17924dependencies = [
17925 "proc-macro2",
17926 "quick-xml 0.37.4",
17927 "quote",
17928]
17929
17930[[package]]
17931name = "wayland-sys"
17932version = "0.31.6"
17933source = "registry+https://github.com/rust-lang/crates.io-index"
17934checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17935dependencies = [
17936 "dlib",
17937 "log",
17938 "once_cell",
17939 "pkg-config",
17940]
17941
17942[[package]]
17943name = "web-sys"
17944version = "0.3.77"
17945source = "registry+https://github.com/rust-lang/crates.io-index"
17946checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17947dependencies = [
17948 "js-sys",
17949 "wasm-bindgen",
17950]
17951
17952[[package]]
17953name = "web-time"
17954version = "1.1.0"
17955source = "registry+https://github.com/rust-lang/crates.io-index"
17956checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17957dependencies = [
17958 "js-sys",
17959 "wasm-bindgen",
17960]
17961
17962[[package]]
17963name = "web_atoms"
17964version = "0.1.0"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17967dependencies = [
17968 "phf",
17969 "phf_codegen",
17970 "string_cache",
17971 "string_cache_codegen",
17972]
17973
17974[[package]]
17975name = "web_search"
17976version = "0.1.0"
17977dependencies = [
17978 "anyhow",
17979 "collections",
17980 "gpui",
17981 "serde",
17982 "workspace-hack",
17983 "zed_llm_client",
17984]
17985
17986[[package]]
17987name = "web_search_providers"
17988version = "0.1.0"
17989dependencies = [
17990 "anyhow",
17991 "client",
17992 "futures 0.3.31",
17993 "gpui",
17994 "http_client",
17995 "language_model",
17996 "serde",
17997 "serde_json",
17998 "web_search",
17999 "workspace-hack",
18000 "zed_llm_client",
18001]
18002
18003[[package]]
18004name = "webpki-root-certs"
18005version = "0.26.8"
18006source = "registry+https://github.com/rust-lang/crates.io-index"
18007checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18008dependencies = [
18009 "rustls-pki-types",
18010]
18011
18012[[package]]
18013name = "webpki-roots"
18014version = "0.26.8"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18017dependencies = [
18018 "rustls-pki-types",
18019]
18020
18021[[package]]
18022name = "webrtc-sys"
18023version = "0.3.7"
18024source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18025dependencies = [
18026 "cc",
18027 "cxx",
18028 "cxx-build",
18029 "glob",
18030 "log",
18031 "webrtc-sys-build",
18032]
18033
18034[[package]]
18035name = "webrtc-sys-build"
18036version = "0.3.6"
18037source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18038dependencies = [
18039 "fs2",
18040 "regex",
18041 "reqwest 0.11.27",
18042 "scratch",
18043 "semver",
18044 "zip",
18045]
18046
18047[[package]]
18048name = "weezl"
18049version = "0.1.8"
18050source = "registry+https://github.com/rust-lang/crates.io-index"
18051checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18052
18053[[package]]
18054name = "welcome"
18055version = "0.1.0"
18056dependencies = [
18057 "anyhow",
18058 "client",
18059 "component",
18060 "db",
18061 "documented",
18062 "editor",
18063 "fuzzy",
18064 "gpui",
18065 "install_cli",
18066 "language",
18067 "picker",
18068 "project",
18069 "schemars",
18070 "serde",
18071 "settings",
18072 "telemetry",
18073 "theme",
18074 "ui",
18075 "util",
18076 "vim_mode_setting",
18077 "workspace",
18078 "workspace-hack",
18079 "zed_actions",
18080]
18081
18082[[package]]
18083name = "which"
18084version = "4.4.2"
18085source = "registry+https://github.com/rust-lang/crates.io-index"
18086checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18087dependencies = [
18088 "either",
18089 "home",
18090 "once_cell",
18091 "rustix 0.38.44",
18092]
18093
18094[[package]]
18095name = "which"
18096version = "6.0.3"
18097source = "registry+https://github.com/rust-lang/crates.io-index"
18098checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18099dependencies = [
18100 "either",
18101 "home",
18102 "rustix 0.38.44",
18103 "winsafe",
18104]
18105
18106[[package]]
18107name = "whoami"
18108version = "1.6.0"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18111dependencies = [
18112 "redox_syscall 0.5.11",
18113 "wasite",
18114]
18115
18116[[package]]
18117name = "wiggle"
18118version = "29.0.1"
18119source = "registry+https://github.com/rust-lang/crates.io-index"
18120checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18121dependencies = [
18122 "anyhow",
18123 "async-trait",
18124 "bitflags 2.9.0",
18125 "thiserror 1.0.69",
18126 "tracing",
18127 "wasmtime",
18128 "wiggle-macro",
18129]
18130
18131[[package]]
18132name = "wiggle-generate"
18133version = "29.0.1"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18136dependencies = [
18137 "anyhow",
18138 "heck 0.5.0",
18139 "proc-macro2",
18140 "quote",
18141 "shellexpand 2.1.2",
18142 "syn 2.0.101",
18143 "witx",
18144]
18145
18146[[package]]
18147name = "wiggle-macro"
18148version = "29.0.1"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18151dependencies = [
18152 "proc-macro2",
18153 "quote",
18154 "syn 2.0.101",
18155 "wiggle-generate",
18156]
18157
18158[[package]]
18159name = "winapi"
18160version = "0.3.9"
18161source = "registry+https://github.com/rust-lang/crates.io-index"
18162checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18163dependencies = [
18164 "winapi-i686-pc-windows-gnu",
18165 "winapi-x86_64-pc-windows-gnu",
18166]
18167
18168[[package]]
18169name = "winapi-i686-pc-windows-gnu"
18170version = "0.4.0"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18173
18174[[package]]
18175name = "winapi-util"
18176version = "0.1.9"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18179dependencies = [
18180 "windows-sys 0.59.0",
18181]
18182
18183[[package]]
18184name = "winapi-x86_64-pc-windows-gnu"
18185version = "0.4.0"
18186source = "registry+https://github.com/rust-lang/crates.io-index"
18187checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18188
18189[[package]]
18190name = "winch-codegen"
18191version = "29.0.1"
18192source = "registry+https://github.com/rust-lang/crates.io-index"
18193checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18194dependencies = [
18195 "anyhow",
18196 "cranelift-codegen",
18197 "gimli",
18198 "regalloc2",
18199 "smallvec",
18200 "target-lexicon 0.13.2",
18201 "thiserror 1.0.69",
18202 "wasmparser 0.221.3",
18203 "wasmtime-cranelift",
18204 "wasmtime-environ",
18205]
18206
18207[[package]]
18208name = "windows"
18209version = "0.54.0"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18212dependencies = [
18213 "windows-core 0.54.0",
18214 "windows-targets 0.52.6",
18215]
18216
18217[[package]]
18218name = "windows"
18219version = "0.57.0"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18222dependencies = [
18223 "windows-core 0.57.0",
18224 "windows-targets 0.52.6",
18225]
18226
18227[[package]]
18228name = "windows"
18229version = "0.58.0"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18232dependencies = [
18233 "windows-core 0.58.0",
18234 "windows-targets 0.52.6",
18235]
18236
18237[[package]]
18238name = "windows"
18239version = "0.61.1"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18242dependencies = [
18243 "windows-collections",
18244 "windows-core 0.61.0",
18245 "windows-future",
18246 "windows-link",
18247 "windows-numerics",
18248]
18249
18250[[package]]
18251name = "windows-capture"
18252version = "1.4.3"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18255dependencies = [
18256 "clap",
18257 "ctrlc",
18258 "parking_lot",
18259 "rayon",
18260 "thiserror 2.0.12",
18261 "windows 0.61.1",
18262 "windows-future",
18263]
18264
18265[[package]]
18266name = "windows-collections"
18267version = "0.2.0"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18270dependencies = [
18271 "windows-core 0.61.0",
18272]
18273
18274[[package]]
18275name = "windows-core"
18276version = "0.54.0"
18277source = "registry+https://github.com/rust-lang/crates.io-index"
18278checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18279dependencies = [
18280 "windows-result 0.1.2",
18281 "windows-targets 0.52.6",
18282]
18283
18284[[package]]
18285name = "windows-core"
18286version = "0.57.0"
18287source = "registry+https://github.com/rust-lang/crates.io-index"
18288checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18289dependencies = [
18290 "windows-implement 0.57.0",
18291 "windows-interface 0.57.0",
18292 "windows-result 0.1.2",
18293 "windows-targets 0.52.6",
18294]
18295
18296[[package]]
18297name = "windows-core"
18298version = "0.58.0"
18299source = "registry+https://github.com/rust-lang/crates.io-index"
18300checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18301dependencies = [
18302 "windows-implement 0.58.0",
18303 "windows-interface 0.58.0",
18304 "windows-result 0.2.0",
18305 "windows-strings 0.1.0",
18306 "windows-targets 0.52.6",
18307]
18308
18309[[package]]
18310name = "windows-core"
18311version = "0.61.0"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18314dependencies = [
18315 "windows-implement 0.60.0",
18316 "windows-interface 0.59.1",
18317 "windows-link",
18318 "windows-result 0.3.2",
18319 "windows-strings 0.4.0",
18320]
18321
18322[[package]]
18323name = "windows-future"
18324version = "0.2.0"
18325source = "registry+https://github.com/rust-lang/crates.io-index"
18326checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18327dependencies = [
18328 "windows-core 0.61.0",
18329 "windows-link",
18330]
18331
18332[[package]]
18333name = "windows-implement"
18334version = "0.57.0"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18337dependencies = [
18338 "proc-macro2",
18339 "quote",
18340 "syn 2.0.101",
18341]
18342
18343[[package]]
18344name = "windows-implement"
18345version = "0.58.0"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18348dependencies = [
18349 "proc-macro2",
18350 "quote",
18351 "syn 2.0.101",
18352]
18353
18354[[package]]
18355name = "windows-implement"
18356version = "0.60.0"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18359dependencies = [
18360 "proc-macro2",
18361 "quote",
18362 "syn 2.0.101",
18363]
18364
18365[[package]]
18366name = "windows-interface"
18367version = "0.57.0"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18370dependencies = [
18371 "proc-macro2",
18372 "quote",
18373 "syn 2.0.101",
18374]
18375
18376[[package]]
18377name = "windows-interface"
18378version = "0.58.0"
18379source = "registry+https://github.com/rust-lang/crates.io-index"
18380checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18381dependencies = [
18382 "proc-macro2",
18383 "quote",
18384 "syn 2.0.101",
18385]
18386
18387[[package]]
18388name = "windows-interface"
18389version = "0.59.1"
18390source = "registry+https://github.com/rust-lang/crates.io-index"
18391checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18392dependencies = [
18393 "proc-macro2",
18394 "quote",
18395 "syn 2.0.101",
18396]
18397
18398[[package]]
18399name = "windows-link"
18400version = "0.1.1"
18401source = "registry+https://github.com/rust-lang/crates.io-index"
18402checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18403
18404[[package]]
18405name = "windows-numerics"
18406version = "0.2.0"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18409dependencies = [
18410 "windows-core 0.61.0",
18411 "windows-link",
18412]
18413
18414[[package]]
18415name = "windows-registry"
18416version = "0.4.0"
18417source = "registry+https://github.com/rust-lang/crates.io-index"
18418checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18419dependencies = [
18420 "windows-result 0.3.2",
18421 "windows-strings 0.3.1",
18422 "windows-targets 0.53.0",
18423]
18424
18425[[package]]
18426name = "windows-registry"
18427version = "0.5.1"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18430dependencies = [
18431 "windows-link",
18432 "windows-result 0.3.2",
18433 "windows-strings 0.4.0",
18434]
18435
18436[[package]]
18437name = "windows-result"
18438version = "0.1.2"
18439source = "registry+https://github.com/rust-lang/crates.io-index"
18440checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18441dependencies = [
18442 "windows-targets 0.52.6",
18443]
18444
18445[[package]]
18446name = "windows-result"
18447version = "0.2.0"
18448source = "registry+https://github.com/rust-lang/crates.io-index"
18449checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18450dependencies = [
18451 "windows-targets 0.52.6",
18452]
18453
18454[[package]]
18455name = "windows-result"
18456version = "0.3.2"
18457source = "registry+https://github.com/rust-lang/crates.io-index"
18458checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18459dependencies = [
18460 "windows-link",
18461]
18462
18463[[package]]
18464name = "windows-strings"
18465version = "0.1.0"
18466source = "registry+https://github.com/rust-lang/crates.io-index"
18467checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18468dependencies = [
18469 "windows-result 0.2.0",
18470 "windows-targets 0.52.6",
18471]
18472
18473[[package]]
18474name = "windows-strings"
18475version = "0.3.1"
18476source = "registry+https://github.com/rust-lang/crates.io-index"
18477checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18478dependencies = [
18479 "windows-link",
18480]
18481
18482[[package]]
18483name = "windows-strings"
18484version = "0.4.0"
18485source = "registry+https://github.com/rust-lang/crates.io-index"
18486checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18487dependencies = [
18488 "windows-link",
18489]
18490
18491[[package]]
18492name = "windows-sys"
18493version = "0.45.0"
18494source = "registry+https://github.com/rust-lang/crates.io-index"
18495checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18496dependencies = [
18497 "windows-targets 0.42.2",
18498]
18499
18500[[package]]
18501name = "windows-sys"
18502version = "0.48.0"
18503source = "registry+https://github.com/rust-lang/crates.io-index"
18504checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18505dependencies = [
18506 "windows-targets 0.48.5",
18507]
18508
18509[[package]]
18510name = "windows-sys"
18511version = "0.52.0"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18514dependencies = [
18515 "windows-targets 0.52.6",
18516]
18517
18518[[package]]
18519name = "windows-sys"
18520version = "0.59.0"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18523dependencies = [
18524 "windows-targets 0.52.6",
18525]
18526
18527[[package]]
18528name = "windows-targets"
18529version = "0.42.2"
18530source = "registry+https://github.com/rust-lang/crates.io-index"
18531checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18532dependencies = [
18533 "windows_aarch64_gnullvm 0.42.2",
18534 "windows_aarch64_msvc 0.42.2",
18535 "windows_i686_gnu 0.42.2",
18536 "windows_i686_msvc 0.42.2",
18537 "windows_x86_64_gnu 0.42.2",
18538 "windows_x86_64_gnullvm 0.42.2",
18539 "windows_x86_64_msvc 0.42.2",
18540]
18541
18542[[package]]
18543name = "windows-targets"
18544version = "0.48.5"
18545source = "registry+https://github.com/rust-lang/crates.io-index"
18546checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18547dependencies = [
18548 "windows_aarch64_gnullvm 0.48.5",
18549 "windows_aarch64_msvc 0.48.5",
18550 "windows_i686_gnu 0.48.5",
18551 "windows_i686_msvc 0.48.5",
18552 "windows_x86_64_gnu 0.48.5",
18553 "windows_x86_64_gnullvm 0.48.5",
18554 "windows_x86_64_msvc 0.48.5",
18555]
18556
18557[[package]]
18558name = "windows-targets"
18559version = "0.52.6"
18560source = "registry+https://github.com/rust-lang/crates.io-index"
18561checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18562dependencies = [
18563 "windows_aarch64_gnullvm 0.52.6",
18564 "windows_aarch64_msvc 0.52.6",
18565 "windows_i686_gnu 0.52.6",
18566 "windows_i686_gnullvm 0.52.6",
18567 "windows_i686_msvc 0.52.6",
18568 "windows_x86_64_gnu 0.52.6",
18569 "windows_x86_64_gnullvm 0.52.6",
18570 "windows_x86_64_msvc 0.52.6",
18571]
18572
18573[[package]]
18574name = "windows-targets"
18575version = "0.53.0"
18576source = "registry+https://github.com/rust-lang/crates.io-index"
18577checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18578dependencies = [
18579 "windows_aarch64_gnullvm 0.53.0",
18580 "windows_aarch64_msvc 0.53.0",
18581 "windows_i686_gnu 0.53.0",
18582 "windows_i686_gnullvm 0.53.0",
18583 "windows_i686_msvc 0.53.0",
18584 "windows_x86_64_gnu 0.53.0",
18585 "windows_x86_64_gnullvm 0.53.0",
18586 "windows_x86_64_msvc 0.53.0",
18587]
18588
18589[[package]]
18590name = "windows_aarch64_gnullvm"
18591version = "0.42.2"
18592source = "registry+https://github.com/rust-lang/crates.io-index"
18593checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18594
18595[[package]]
18596name = "windows_aarch64_gnullvm"
18597version = "0.48.5"
18598source = "registry+https://github.com/rust-lang/crates.io-index"
18599checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18600
18601[[package]]
18602name = "windows_aarch64_gnullvm"
18603version = "0.52.6"
18604source = "registry+https://github.com/rust-lang/crates.io-index"
18605checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18606
18607[[package]]
18608name = "windows_aarch64_gnullvm"
18609version = "0.53.0"
18610source = "registry+https://github.com/rust-lang/crates.io-index"
18611checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18612
18613[[package]]
18614name = "windows_aarch64_msvc"
18615version = "0.42.2"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18618
18619[[package]]
18620name = "windows_aarch64_msvc"
18621version = "0.48.5"
18622source = "registry+https://github.com/rust-lang/crates.io-index"
18623checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18624
18625[[package]]
18626name = "windows_aarch64_msvc"
18627version = "0.52.6"
18628source = "registry+https://github.com/rust-lang/crates.io-index"
18629checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18630
18631[[package]]
18632name = "windows_aarch64_msvc"
18633version = "0.53.0"
18634source = "registry+https://github.com/rust-lang/crates.io-index"
18635checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18636
18637[[package]]
18638name = "windows_i686_gnu"
18639version = "0.42.2"
18640source = "registry+https://github.com/rust-lang/crates.io-index"
18641checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18642
18643[[package]]
18644name = "windows_i686_gnu"
18645version = "0.48.5"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18648
18649[[package]]
18650name = "windows_i686_gnu"
18651version = "0.52.6"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18654
18655[[package]]
18656name = "windows_i686_gnu"
18657version = "0.53.0"
18658source = "registry+https://github.com/rust-lang/crates.io-index"
18659checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18660
18661[[package]]
18662name = "windows_i686_gnullvm"
18663version = "0.52.6"
18664source = "registry+https://github.com/rust-lang/crates.io-index"
18665checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18666
18667[[package]]
18668name = "windows_i686_gnullvm"
18669version = "0.53.0"
18670source = "registry+https://github.com/rust-lang/crates.io-index"
18671checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18672
18673[[package]]
18674name = "windows_i686_msvc"
18675version = "0.42.2"
18676source = "registry+https://github.com/rust-lang/crates.io-index"
18677checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18678
18679[[package]]
18680name = "windows_i686_msvc"
18681version = "0.48.5"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18684
18685[[package]]
18686name = "windows_i686_msvc"
18687version = "0.52.6"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18690
18691[[package]]
18692name = "windows_i686_msvc"
18693version = "0.53.0"
18694source = "registry+https://github.com/rust-lang/crates.io-index"
18695checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18696
18697[[package]]
18698name = "windows_x86_64_gnu"
18699version = "0.42.2"
18700source = "registry+https://github.com/rust-lang/crates.io-index"
18701checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18702
18703[[package]]
18704name = "windows_x86_64_gnu"
18705version = "0.48.5"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18708
18709[[package]]
18710name = "windows_x86_64_gnu"
18711version = "0.52.6"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18714
18715[[package]]
18716name = "windows_x86_64_gnu"
18717version = "0.53.0"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18720
18721[[package]]
18722name = "windows_x86_64_gnullvm"
18723version = "0.42.2"
18724source = "registry+https://github.com/rust-lang/crates.io-index"
18725checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18726
18727[[package]]
18728name = "windows_x86_64_gnullvm"
18729version = "0.48.5"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18732
18733[[package]]
18734name = "windows_x86_64_gnullvm"
18735version = "0.52.6"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18738
18739[[package]]
18740name = "windows_x86_64_gnullvm"
18741version = "0.53.0"
18742source = "registry+https://github.com/rust-lang/crates.io-index"
18743checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18744
18745[[package]]
18746name = "windows_x86_64_msvc"
18747version = "0.42.2"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18750
18751[[package]]
18752name = "windows_x86_64_msvc"
18753version = "0.48.5"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18756
18757[[package]]
18758name = "windows_x86_64_msvc"
18759version = "0.52.6"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18762
18763[[package]]
18764name = "windows_x86_64_msvc"
18765version = "0.53.0"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18768
18769[[package]]
18770name = "winnow"
18771version = "0.7.6"
18772source = "registry+https://github.com/rust-lang/crates.io-index"
18773checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18774dependencies = [
18775 "memchr",
18776]
18777
18778[[package]]
18779name = "winreg"
18780version = "0.10.1"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18783dependencies = [
18784 "winapi",
18785]
18786
18787[[package]]
18788name = "winreg"
18789version = "0.50.0"
18790source = "registry+https://github.com/rust-lang/crates.io-index"
18791checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18792dependencies = [
18793 "cfg-if",
18794 "windows-sys 0.48.0",
18795]
18796
18797[[package]]
18798name = "winreg"
18799version = "0.52.0"
18800source = "registry+https://github.com/rust-lang/crates.io-index"
18801checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18802dependencies = [
18803 "cfg-if",
18804 "windows-sys 0.48.0",
18805]
18806
18807[[package]]
18808name = "winreg"
18809version = "0.55.0"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18812dependencies = [
18813 "cfg-if",
18814 "windows-sys 0.59.0",
18815]
18816
18817[[package]]
18818name = "winresource"
18819version = "0.1.20"
18820source = "registry+https://github.com/rust-lang/crates.io-index"
18821checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18822dependencies = [
18823 "toml 0.8.20",
18824 "version_check",
18825]
18826
18827[[package]]
18828name = "winsafe"
18829version = "0.0.19"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18832
18833[[package]]
18834name = "winx"
18835version = "0.36.4"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18838dependencies = [
18839 "bitflags 2.9.0",
18840 "windows-sys 0.59.0",
18841]
18842
18843[[package]]
18844name = "wio"
18845version = "0.2.2"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18848dependencies = [
18849 "winapi",
18850]
18851
18852[[package]]
18853name = "wit-bindgen"
18854version = "0.22.0"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18857dependencies = [
18858 "bitflags 2.9.0",
18859 "wit-bindgen-rt 0.22.0",
18860 "wit-bindgen-rust-macro 0.22.0",
18861]
18862
18863[[package]]
18864name = "wit-bindgen"
18865version = "0.41.0"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18868dependencies = [
18869 "wit-bindgen-rt 0.41.0",
18870 "wit-bindgen-rust-macro 0.41.0",
18871]
18872
18873[[package]]
18874name = "wit-bindgen-core"
18875version = "0.22.0"
18876source = "registry+https://github.com/rust-lang/crates.io-index"
18877checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18878dependencies = [
18879 "anyhow",
18880 "wit-parser 0.201.0",
18881]
18882
18883[[package]]
18884name = "wit-bindgen-core"
18885version = "0.41.0"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18888dependencies = [
18889 "anyhow",
18890 "heck 0.5.0",
18891 "wit-parser 0.227.1",
18892]
18893
18894[[package]]
18895name = "wit-bindgen-rt"
18896version = "0.22.0"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18899
18900[[package]]
18901name = "wit-bindgen-rt"
18902version = "0.39.0"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18905dependencies = [
18906 "bitflags 2.9.0",
18907]
18908
18909[[package]]
18910name = "wit-bindgen-rt"
18911version = "0.41.0"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18914dependencies = [
18915 "bitflags 2.9.0",
18916 "futures 0.3.31",
18917 "once_cell",
18918]
18919
18920[[package]]
18921name = "wit-bindgen-rust"
18922version = "0.22.0"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18925dependencies = [
18926 "anyhow",
18927 "heck 0.4.1",
18928 "indexmap",
18929 "wasm-metadata 0.201.0",
18930 "wit-bindgen-core 0.22.0",
18931 "wit-component 0.201.0",
18932]
18933
18934[[package]]
18935name = "wit-bindgen-rust"
18936version = "0.41.0"
18937source = "registry+https://github.com/rust-lang/crates.io-index"
18938checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18939dependencies = [
18940 "anyhow",
18941 "heck 0.5.0",
18942 "indexmap",
18943 "prettyplease",
18944 "syn 2.0.101",
18945 "wasm-metadata 0.227.1",
18946 "wit-bindgen-core 0.41.0",
18947 "wit-component 0.227.1",
18948]
18949
18950[[package]]
18951name = "wit-bindgen-rust-macro"
18952version = "0.22.0"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18955dependencies = [
18956 "anyhow",
18957 "proc-macro2",
18958 "quote",
18959 "syn 2.0.101",
18960 "wit-bindgen-core 0.22.0",
18961 "wit-bindgen-rust 0.22.0",
18962]
18963
18964[[package]]
18965name = "wit-bindgen-rust-macro"
18966version = "0.41.0"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18969dependencies = [
18970 "anyhow",
18971 "prettyplease",
18972 "proc-macro2",
18973 "quote",
18974 "syn 2.0.101",
18975 "wit-bindgen-core 0.41.0",
18976 "wit-bindgen-rust 0.41.0",
18977]
18978
18979[[package]]
18980name = "wit-component"
18981version = "0.201.0"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18984dependencies = [
18985 "anyhow",
18986 "bitflags 2.9.0",
18987 "indexmap",
18988 "log",
18989 "serde",
18990 "serde_derive",
18991 "serde_json",
18992 "wasm-encoder 0.201.0",
18993 "wasm-metadata 0.201.0",
18994 "wasmparser 0.201.0",
18995 "wit-parser 0.201.0",
18996]
18997
18998[[package]]
18999name = "wit-component"
19000version = "0.221.3"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19003dependencies = [
19004 "anyhow",
19005 "bitflags 2.9.0",
19006 "indexmap",
19007 "log",
19008 "serde",
19009 "serde_derive",
19010 "serde_json",
19011 "wasm-encoder 0.221.3",
19012 "wasm-metadata 0.221.3",
19013 "wasmparser 0.221.3",
19014 "wit-parser 0.221.3",
19015]
19016
19017[[package]]
19018name = "wit-component"
19019version = "0.227.1"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19022dependencies = [
19023 "anyhow",
19024 "bitflags 2.9.0",
19025 "indexmap",
19026 "log",
19027 "serde",
19028 "serde_derive",
19029 "serde_json",
19030 "wasm-encoder 0.227.1",
19031 "wasm-metadata 0.227.1",
19032 "wasmparser 0.227.1",
19033 "wit-parser 0.227.1",
19034]
19035
19036[[package]]
19037name = "wit-parser"
19038version = "0.201.0"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19041dependencies = [
19042 "anyhow",
19043 "id-arena",
19044 "indexmap",
19045 "log",
19046 "semver",
19047 "serde",
19048 "serde_derive",
19049 "serde_json",
19050 "unicode-xid",
19051 "wasmparser 0.201.0",
19052]
19053
19054[[package]]
19055name = "wit-parser"
19056version = "0.221.3"
19057source = "registry+https://github.com/rust-lang/crates.io-index"
19058checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19059dependencies = [
19060 "anyhow",
19061 "id-arena",
19062 "indexmap",
19063 "log",
19064 "semver",
19065 "serde",
19066 "serde_derive",
19067 "serde_json",
19068 "unicode-xid",
19069 "wasmparser 0.221.3",
19070]
19071
19072[[package]]
19073name = "wit-parser"
19074version = "0.227.1"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19077dependencies = [
19078 "anyhow",
19079 "id-arena",
19080 "indexmap",
19081 "log",
19082 "semver",
19083 "serde",
19084 "serde_derive",
19085 "serde_json",
19086 "unicode-xid",
19087 "wasmparser 0.227.1",
19088]
19089
19090[[package]]
19091name = "witx"
19092version = "0.9.1"
19093source = "registry+https://github.com/rust-lang/crates.io-index"
19094checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19095dependencies = [
19096 "anyhow",
19097 "log",
19098 "thiserror 1.0.69",
19099 "wast",
19100]
19101
19102[[package]]
19103name = "workspace"
19104version = "0.1.0"
19105dependencies = [
19106 "any_vec",
19107 "anyhow",
19108 "async-recursion 1.1.1",
19109 "bincode",
19110 "call",
19111 "client",
19112 "clock",
19113 "collections",
19114 "component",
19115 "dap",
19116 "db",
19117 "env_logger 0.11.8",
19118 "fs",
19119 "futures 0.3.31",
19120 "gpui",
19121 "http_client",
19122 "itertools 0.14.0",
19123 "language",
19124 "log",
19125 "menu",
19126 "node_runtime",
19127 "parking_lot",
19128 "postage",
19129 "project",
19130 "remote",
19131 "schemars",
19132 "serde",
19133 "serde_json",
19134 "session",
19135 "settings",
19136 "smallvec",
19137 "sqlez",
19138 "strum 0.27.1",
19139 "task",
19140 "telemetry",
19141 "tempfile",
19142 "theme",
19143 "ui",
19144 "util",
19145 "uuid",
19146 "windows 0.61.1",
19147 "workspace-hack",
19148 "zed_actions",
19149]
19150
19151[[package]]
19152name = "workspace-hack"
19153version = "0.1.0"
19154dependencies = [
19155 "aes",
19156 "ahash 0.8.11",
19157 "aho-corasick",
19158 "anstream",
19159 "arrayvec",
19160 "async-compression",
19161 "async-std",
19162 "async-tungstenite",
19163 "aws-config",
19164 "aws-credential-types",
19165 "aws-runtime",
19166 "aws-sigv4",
19167 "aws-smithy-async",
19168 "aws-smithy-http",
19169 "aws-smithy-runtime",
19170 "aws-smithy-runtime-api",
19171 "aws-smithy-types",
19172 "base64 0.22.1",
19173 "base64ct",
19174 "bigdecimal",
19175 "bit-set 0.8.0",
19176 "bit-vec 0.8.0",
19177 "bitflags 2.9.0",
19178 "bstr",
19179 "bytemuck",
19180 "byteorder",
19181 "bytes 1.10.1",
19182 "cc",
19183 "chrono",
19184 "cipher",
19185 "clang-sys",
19186 "clap",
19187 "clap_builder",
19188 "codespan-reporting 0.12.0",
19189 "concurrent-queue",
19190 "core-foundation 0.9.4",
19191 "core-foundation-sys",
19192 "coreaudio-sys",
19193 "cranelift-codegen",
19194 "crc32fast",
19195 "crossbeam-epoch",
19196 "crossbeam-utils",
19197 "crypto-common",
19198 "deranged",
19199 "digest",
19200 "either",
19201 "euclid",
19202 "event-listener 5.4.0",
19203 "event-listener-strategy",
19204 "flate2",
19205 "flume",
19206 "foldhash",
19207 "form_urlencoded",
19208 "futures 0.3.31",
19209 "futures-channel",
19210 "futures-core",
19211 "futures-executor",
19212 "futures-io",
19213 "futures-sink",
19214 "futures-task",
19215 "futures-util",
19216 "getrandom 0.2.15",
19217 "getrandom 0.3.2",
19218 "gimli",
19219 "half",
19220 "handlebars 4.5.0",
19221 "hashbrown 0.14.5",
19222 "hashbrown 0.15.3",
19223 "heck 0.4.1",
19224 "hmac",
19225 "hyper 0.14.32",
19226 "hyper-rustls 0.27.5",
19227 "idna",
19228 "indexmap",
19229 "inout",
19230 "itertools 0.12.1",
19231 "itertools 0.13.0",
19232 "jiff",
19233 "lazy_static",
19234 "libc",
19235 "libsqlite3-sys",
19236 "linux-raw-sys 0.4.15",
19237 "linux-raw-sys 0.9.4",
19238 "log",
19239 "lyon",
19240 "lyon_path",
19241 "md-5",
19242 "memchr",
19243 "miniz_oxide",
19244 "mio",
19245 "naga",
19246 "nix 0.29.0",
19247 "nom",
19248 "num-bigint",
19249 "num-bigint-dig",
19250 "num-integer",
19251 "num-iter",
19252 "num-rational",
19253 "num-traits",
19254 "objc2",
19255 "objc2-foundation",
19256 "objc2-metal",
19257 "object",
19258 "once_cell",
19259 "percent-encoding",
19260 "phf",
19261 "phf_shared",
19262 "prettyplease",
19263 "proc-macro2",
19264 "prost 0.9.0",
19265 "prost-types 0.9.0",
19266 "quote",
19267 "rand 0.8.5",
19268 "rand 0.9.1",
19269 "rand_chacha 0.3.1",
19270 "rand_core 0.6.4",
19271 "regalloc2",
19272 "regex",
19273 "regex-automata 0.4.9",
19274 "regex-syntax 0.8.5",
19275 "ring",
19276 "rust_decimal",
19277 "rustc-hash 1.1.0",
19278 "rustix 0.38.44",
19279 "rustix 1.0.7",
19280 "rustls 0.23.26",
19281 "rustls-webpki 0.103.1",
19282 "scopeguard",
19283 "sea-orm",
19284 "sea-query-binder",
19285 "security-framework 3.2.0",
19286 "security-framework-sys",
19287 "semver",
19288 "serde",
19289 "serde_derive",
19290 "serde_json",
19291 "sha1",
19292 "simd-adler32",
19293 "smallvec",
19294 "spin",
19295 "sqlx",
19296 "sqlx-macros",
19297 "sqlx-macros-core",
19298 "sqlx-postgres",
19299 "sqlx-sqlite",
19300 "strum 0.26.3",
19301 "subtle",
19302 "syn 1.0.109",
19303 "syn 2.0.101",
19304 "sync_wrapper 1.0.2",
19305 "thiserror 2.0.12",
19306 "time",
19307 "time-macros",
19308 "tokio",
19309 "tokio-rustls 0.26.2",
19310 "tokio-socks",
19311 "tokio-stream",
19312 "tokio-util",
19313 "toml_datetime",
19314 "toml_edit",
19315 "tower 0.5.2",
19316 "tracing",
19317 "tracing-core",
19318 "tungstenite 0.26.2",
19319 "unicode-normalization",
19320 "unicode-properties",
19321 "url",
19322 "uuid",
19323 "wasm-encoder 0.221.3",
19324 "wasmparser 0.221.3",
19325 "wasmtime",
19326 "wasmtime-cranelift",
19327 "wasmtime-environ",
19328 "winapi",
19329 "windows-core 0.61.0",
19330 "windows-numerics",
19331 "windows-sys 0.48.0",
19332 "windows-sys 0.52.0",
19333 "windows-sys 0.59.0",
19334 "winnow",
19335 "zeroize",
19336 "zvariant",
19337]
19338
19339[[package]]
19340name = "worktree"
19341version = "0.1.0"
19342dependencies = [
19343 "anyhow",
19344 "clock",
19345 "collections",
19346 "env_logger 0.11.8",
19347 "fs",
19348 "futures 0.3.31",
19349 "fuzzy",
19350 "git",
19351 "git2",
19352 "gpui",
19353 "http_client",
19354 "ignore",
19355 "language",
19356 "log",
19357 "parking_lot",
19358 "paths",
19359 "postage",
19360 "pretty_assertions",
19361 "rand 0.8.5",
19362 "rpc",
19363 "schemars",
19364 "serde",
19365 "serde_json",
19366 "settings",
19367 "smallvec",
19368 "smol",
19369 "sum_tree",
19370 "text",
19371 "util",
19372 "workspace-hack",
19373]
19374
19375[[package]]
19376name = "write16"
19377version = "1.0.0"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19380
19381[[package]]
19382name = "writeable"
19383version = "0.5.5"
19384source = "registry+https://github.com/rust-lang/crates.io-index"
19385checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19386
19387[[package]]
19388name = "wyz"
19389version = "0.5.1"
19390source = "registry+https://github.com/rust-lang/crates.io-index"
19391checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19392dependencies = [
19393 "tap",
19394]
19395
19396[[package]]
19397name = "x11"
19398version = "2.21.0"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19401dependencies = [
19402 "libc",
19403 "pkg-config",
19404]
19405
19406[[package]]
19407name = "x11-clipboard"
19408version = "0.9.3"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19411dependencies = [
19412 "libc",
19413 "x11rb",
19414]
19415
19416[[package]]
19417name = "x11rb"
19418version = "0.13.1"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19421dependencies = [
19422 "as-raw-xcb-connection",
19423 "gethostname",
19424 "libc",
19425 "rustix 0.38.44",
19426 "x11rb-protocol",
19427]
19428
19429[[package]]
19430name = "x11rb-protocol"
19431version = "0.13.1"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19434
19435[[package]]
19436name = "xattr"
19437version = "0.2.3"
19438source = "registry+https://github.com/rust-lang/crates.io-index"
19439checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19440dependencies = [
19441 "libc",
19442]
19443
19444[[package]]
19445name = "xcb"
19446version = "1.5.0"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19449dependencies = [
19450 "bitflags 1.3.2",
19451 "libc",
19452 "quick-xml 0.30.0",
19453 "x11",
19454]
19455
19456[[package]]
19457name = "xcursor"
19458version = "0.3.8"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19461
19462[[package]]
19463name = "xdg-home"
19464version = "1.3.0"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19467dependencies = [
19468 "libc",
19469 "windows-sys 0.59.0",
19470]
19471
19472[[package]]
19473name = "xim"
19474version = "0.4.0"
19475source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19476dependencies = [
19477 "ahash 0.8.11",
19478 "hashbrown 0.14.5",
19479 "log",
19480 "x11rb",
19481 "xim-ctext",
19482 "xim-parser",
19483]
19484
19485[[package]]
19486name = "xim-ctext"
19487version = "0.3.0"
19488source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19489dependencies = [
19490 "encoding_rs",
19491]
19492
19493[[package]]
19494name = "xim-parser"
19495version = "0.2.1"
19496source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19497dependencies = [
19498 "bitflags 2.9.0",
19499]
19500
19501[[package]]
19502name = "xkbcommon"
19503version = "0.8.0"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19506dependencies = [
19507 "as-raw-xcb-connection",
19508 "libc",
19509 "memmap2",
19510 "xkeysym",
19511]
19512
19513[[package]]
19514name = "xkeysym"
19515version = "0.2.1"
19516source = "registry+https://github.com/rust-lang/crates.io-index"
19517checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19518
19519[[package]]
19520name = "xml5ever"
19521version = "0.18.1"
19522source = "registry+https://github.com/rust-lang/crates.io-index"
19523checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19524dependencies = [
19525 "log",
19526 "mac",
19527 "markup5ever 0.12.1",
19528]
19529
19530[[package]]
19531name = "xmlparser"
19532version = "0.13.6"
19533source = "registry+https://github.com/rust-lang/crates.io-index"
19534checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19535
19536[[package]]
19537name = "xmlwriter"
19538version = "0.1.0"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19541
19542[[package]]
19543name = "xtask"
19544version = "0.1.0"
19545dependencies = [
19546 "anyhow",
19547 "cargo_metadata",
19548 "cargo_toml",
19549 "clap",
19550 "workspace-hack",
19551]
19552
19553[[package]]
19554name = "yaml-rust2"
19555version = "0.8.1"
19556source = "registry+https://github.com/rust-lang/crates.io-index"
19557checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19558dependencies = [
19559 "arraydeque",
19560 "encoding_rs",
19561 "hashlink 0.8.4",
19562]
19563
19564[[package]]
19565name = "yansi"
19566version = "1.0.1"
19567source = "registry+https://github.com/rust-lang/crates.io-index"
19568checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19569
19570[[package]]
19571name = "yazi"
19572version = "0.2.1"
19573source = "registry+https://github.com/rust-lang/crates.io-index"
19574checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19575
19576[[package]]
19577name = "yeslogic-fontconfig-sys"
19578version = "6.0.0"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19581dependencies = [
19582 "dlib",
19583 "once_cell",
19584 "pkg-config",
19585]
19586
19587[[package]]
19588name = "yoke"
19589version = "0.7.5"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19592dependencies = [
19593 "serde",
19594 "stable_deref_trait",
19595 "yoke-derive",
19596 "zerofrom",
19597]
19598
19599[[package]]
19600name = "yoke-derive"
19601version = "0.7.5"
19602source = "registry+https://github.com/rust-lang/crates.io-index"
19603checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19604dependencies = [
19605 "proc-macro2",
19606 "quote",
19607 "syn 2.0.101",
19608 "synstructure",
19609]
19610
19611[[package]]
19612name = "zbus"
19613version = "5.5.0"
19614source = "registry+https://github.com/rust-lang/crates.io-index"
19615checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19616dependencies = [
19617 "async-broadcast",
19618 "async-executor",
19619 "async-fs",
19620 "async-io",
19621 "async-lock",
19622 "async-process",
19623 "async-recursion 1.1.1",
19624 "async-task",
19625 "async-trait",
19626 "blocking",
19627 "enumflags2",
19628 "event-listener 5.4.0",
19629 "futures-core",
19630 "futures-lite 2.6.0",
19631 "hex",
19632 "nix 0.29.0",
19633 "ordered-stream",
19634 "serde",
19635 "serde_repr",
19636 "static_assertions",
19637 "tracing",
19638 "uds_windows",
19639 "windows-sys 0.59.0",
19640 "winnow",
19641 "xdg-home",
19642 "zbus_macros",
19643 "zbus_names",
19644 "zvariant",
19645]
19646
19647[[package]]
19648name = "zbus_macros"
19649version = "5.5.0"
19650source = "registry+https://github.com/rust-lang/crates.io-index"
19651checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19652dependencies = [
19653 "proc-macro-crate",
19654 "proc-macro2",
19655 "quote",
19656 "syn 2.0.101",
19657 "zbus_names",
19658 "zvariant",
19659 "zvariant_utils",
19660]
19661
19662[[package]]
19663name = "zbus_names"
19664version = "4.2.0"
19665source = "registry+https://github.com/rust-lang/crates.io-index"
19666checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19667dependencies = [
19668 "serde",
19669 "static_assertions",
19670 "winnow",
19671 "zvariant",
19672]
19673
19674[[package]]
19675name = "zed"
19676version = "0.188.1"
19677dependencies = [
19678 "activity_indicator",
19679 "agent",
19680 "anyhow",
19681 "ashpd",
19682 "askpass",
19683 "assets",
19684 "assistant_context_editor",
19685 "assistant_settings",
19686 "assistant_tool",
19687 "assistant_tools",
19688 "async-watch",
19689 "audio",
19690 "auto_update",
19691 "auto_update_ui",
19692 "backtrace",
19693 "breadcrumbs",
19694 "call",
19695 "channel",
19696 "chrono",
19697 "clap",
19698 "cli",
19699 "client",
19700 "collab_ui",
19701 "collections",
19702 "command_palette",
19703 "component",
19704 "copilot",
19705 "dap",
19706 "dap_adapters",
19707 "db",
19708 "debug_adapter_extension",
19709 "debugger_tools",
19710 "debugger_ui",
19711 "diagnostics",
19712 "editor",
19713 "env_logger 0.11.8",
19714 "extension",
19715 "extension_host",
19716 "extensions_ui",
19717 "feature_flags",
19718 "feedback",
19719 "file_finder",
19720 "fs",
19721 "futures 0.3.31",
19722 "git",
19723 "git_hosting_providers",
19724 "git_ui",
19725 "go_to_line",
19726 "gpui",
19727 "gpui_tokio",
19728 "http_client",
19729 "image_viewer",
19730 "indoc",
19731 "inline_completion_button",
19732 "install_cli",
19733 "jj_ui",
19734 "journal",
19735 "language",
19736 "language_extension",
19737 "language_model",
19738 "language_models",
19739 "language_selector",
19740 "language_tools",
19741 "languages",
19742 "libc",
19743 "log",
19744 "markdown",
19745 "markdown_preview",
19746 "menu",
19747 "migrator",
19748 "mimalloc",
19749 "nix 0.29.0",
19750 "node_runtime",
19751 "notifications",
19752 "outline",
19753 "outline_panel",
19754 "parking_lot",
19755 "paths",
19756 "picker",
19757 "profiling",
19758 "project",
19759 "project_panel",
19760 "project_symbols",
19761 "prompt_store",
19762 "proto",
19763 "recent_projects",
19764 "release_channel",
19765 "remote",
19766 "repl",
19767 "reqwest_client",
19768 "rope",
19769 "search",
19770 "serde",
19771 "serde_json",
19772 "session",
19773 "settings",
19774 "settings_ui",
19775 "shellexpand 2.1.2",
19776 "smol",
19777 "snippet_provider",
19778 "snippets_ui",
19779 "supermaven",
19780 "sysinfo",
19781 "tab_switcher",
19782 "task",
19783 "tasks_ui",
19784 "telemetry",
19785 "telemetry_events",
19786 "terminal_view",
19787 "theme",
19788 "theme_extension",
19789 "theme_selector",
19790 "time",
19791 "title_bar",
19792 "toolchain_selector",
19793 "tree-sitter-md",
19794 "tree-sitter-rust",
19795 "ui",
19796 "ui_input",
19797 "ui_prompt",
19798 "url",
19799 "urlencoding",
19800 "util",
19801 "uuid",
19802 "vim",
19803 "vim_mode_setting",
19804 "web_search",
19805 "web_search_providers",
19806 "welcome",
19807 "windows 0.61.1",
19808 "winresource",
19809 "workspace",
19810 "workspace-hack",
19811 "zed_actions",
19812 "zeta",
19813 "zlog",
19814 "zlog_settings",
19815]
19816
19817[[package]]
19818name = "zed_actions"
19819version = "0.1.0"
19820dependencies = [
19821 "gpui",
19822 "schemars",
19823 "serde",
19824 "uuid",
19825 "workspace-hack",
19826]
19827
19828[[package]]
19829name = "zed_emmet"
19830version = "0.0.3"
19831dependencies = [
19832 "zed_extension_api 0.1.0",
19833]
19834
19835[[package]]
19836name = "zed_extension_api"
19837version = "0.1.0"
19838source = "registry+https://github.com/rust-lang/crates.io-index"
19839checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19840dependencies = [
19841 "serde",
19842 "serde_json",
19843 "wit-bindgen 0.22.0",
19844]
19845
19846[[package]]
19847name = "zed_extension_api"
19848version = "0.6.0"
19849dependencies = [
19850 "serde",
19851 "serde_json",
19852 "wit-bindgen 0.41.0",
19853]
19854
19855[[package]]
19856name = "zed_glsl"
19857version = "0.1.0"
19858dependencies = [
19859 "zed_extension_api 0.1.0",
19860]
19861
19862[[package]]
19863name = "zed_html"
19864version = "0.2.1"
19865dependencies = [
19866 "zed_extension_api 0.1.0",
19867]
19868
19869[[package]]
19870name = "zed_llm_client"
19871version = "0.8.2"
19872source = "registry+https://github.com/rust-lang/crates.io-index"
19873checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19874dependencies = [
19875 "anyhow",
19876 "serde",
19877 "serde_json",
19878 "strum 0.27.1",
19879 "uuid",
19880]
19881
19882[[package]]
19883name = "zed_proto"
19884version = "0.2.2"
19885dependencies = [
19886 "zed_extension_api 0.1.0",
19887]
19888
19889[[package]]
19890name = "zed_ruff"
19891version = "0.1.0"
19892dependencies = [
19893 "zed_extension_api 0.1.0",
19894]
19895
19896[[package]]
19897name = "zed_snippets"
19898version = "0.0.5"
19899dependencies = [
19900 "serde_json",
19901 "zed_extension_api 0.1.0",
19902]
19903
19904[[package]]
19905name = "zed_test_extension"
19906version = "0.1.0"
19907dependencies = [
19908 "zed_extension_api 0.6.0",
19909]
19910
19911[[package]]
19912name = "zed_toml"
19913version = "0.1.3"
19914dependencies = [
19915 "zed_extension_api 0.1.0",
19916]
19917
19918[[package]]
19919name = "zeno"
19920version = "0.3.2"
19921source = "registry+https://github.com/rust-lang/crates.io-index"
19922checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19923
19924[[package]]
19925name = "zerocopy"
19926version = "0.7.35"
19927source = "registry+https://github.com/rust-lang/crates.io-index"
19928checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19929dependencies = [
19930 "zerocopy-derive 0.7.35",
19931]
19932
19933[[package]]
19934name = "zerocopy"
19935version = "0.8.24"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19938dependencies = [
19939 "zerocopy-derive 0.8.24",
19940]
19941
19942[[package]]
19943name = "zerocopy-derive"
19944version = "0.7.35"
19945source = "registry+https://github.com/rust-lang/crates.io-index"
19946checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19947dependencies = [
19948 "proc-macro2",
19949 "quote",
19950 "syn 2.0.101",
19951]
19952
19953[[package]]
19954name = "zerocopy-derive"
19955version = "0.8.24"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19958dependencies = [
19959 "proc-macro2",
19960 "quote",
19961 "syn 2.0.101",
19962]
19963
19964[[package]]
19965name = "zerofrom"
19966version = "0.1.6"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19969dependencies = [
19970 "zerofrom-derive",
19971]
19972
19973[[package]]
19974name = "zerofrom-derive"
19975version = "0.1.6"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19978dependencies = [
19979 "proc-macro2",
19980 "quote",
19981 "syn 2.0.101",
19982 "synstructure",
19983]
19984
19985[[package]]
19986name = "zeroize"
19987version = "1.8.1"
19988source = "registry+https://github.com/rust-lang/crates.io-index"
19989checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19990dependencies = [
19991 "zeroize_derive",
19992]
19993
19994[[package]]
19995name = "zeroize_derive"
19996version = "1.4.2"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19999dependencies = [
20000 "proc-macro2",
20001 "quote",
20002 "syn 2.0.101",
20003]
20004
20005[[package]]
20006name = "zeromq"
20007version = "0.5.0-pre"
20008source = "registry+https://github.com/rust-lang/crates.io-index"
20009checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20010dependencies = [
20011 "async-dispatcher",
20012 "async-std",
20013 "async-trait",
20014 "asynchronous-codec",
20015 "bytes 1.10.1",
20016 "crossbeam-queue",
20017 "dashmap 5.5.3",
20018 "futures 0.3.31",
20019 "log",
20020 "num-traits",
20021 "once_cell",
20022 "parking_lot",
20023 "rand 0.8.5",
20024 "regex",
20025 "thiserror 1.0.69",
20026 "uuid",
20027]
20028
20029[[package]]
20030name = "zerovec"
20031version = "0.10.4"
20032source = "registry+https://github.com/rust-lang/crates.io-index"
20033checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20034dependencies = [
20035 "yoke",
20036 "zerofrom",
20037 "zerovec-derive",
20038]
20039
20040[[package]]
20041name = "zerovec-derive"
20042version = "0.10.3"
20043source = "registry+https://github.com/rust-lang/crates.io-index"
20044checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20045dependencies = [
20046 "proc-macro2",
20047 "quote",
20048 "syn 2.0.101",
20049]
20050
20051[[package]]
20052name = "zeta"
20053version = "0.1.0"
20054dependencies = [
20055 "anyhow",
20056 "arrayvec",
20057 "call",
20058 "client",
20059 "clock",
20060 "collections",
20061 "command_palette_hooks",
20062 "ctor",
20063 "db",
20064 "editor",
20065 "env_logger 0.11.8",
20066 "feature_flags",
20067 "fs",
20068 "futures 0.3.31",
20069 "gpui",
20070 "http_client",
20071 "indoc",
20072 "inline_completion",
20073 "language",
20074 "language_model",
20075 "log",
20076 "menu",
20077 "migrator",
20078 "paths",
20079 "postage",
20080 "project",
20081 "proto",
20082 "regex",
20083 "release_channel",
20084 "reqwest_client",
20085 "rpc",
20086 "serde",
20087 "serde_json",
20088 "settings",
20089 "telemetry",
20090 "telemetry_events",
20091 "theme",
20092 "thiserror 2.0.12",
20093 "tree-sitter-go",
20094 "tree-sitter-rust",
20095 "ui",
20096 "unindent",
20097 "util",
20098 "uuid",
20099 "workspace",
20100 "workspace-hack",
20101 "worktree",
20102 "zed_actions",
20103 "zed_llm_client",
20104]
20105
20106[[package]]
20107name = "zip"
20108version = "0.6.6"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20111dependencies = [
20112 "aes",
20113 "byteorder",
20114 "bzip2",
20115 "constant_time_eq 0.1.5",
20116 "crc32fast",
20117 "crossbeam-utils",
20118 "flate2",
20119 "hmac",
20120 "pbkdf2 0.11.0",
20121 "sha1",
20122 "time",
20123 "zstd",
20124]
20125
20126[[package]]
20127name = "zlib-rs"
20128version = "0.5.0"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20131
20132[[package]]
20133name = "zlog"
20134version = "0.1.0"
20135dependencies = [
20136 "anyhow",
20137 "chrono",
20138 "log",
20139 "tempfile",
20140 "workspace-hack",
20141]
20142
20143[[package]]
20144name = "zlog_settings"
20145version = "0.1.0"
20146dependencies = [
20147 "anyhow",
20148 "gpui",
20149 "schemars",
20150 "serde",
20151 "settings",
20152 "workspace-hack",
20153 "zlog",
20154]
20155
20156[[package]]
20157name = "zstd"
20158version = "0.11.2+zstd.1.5.2"
20159source = "registry+https://github.com/rust-lang/crates.io-index"
20160checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20161dependencies = [
20162 "zstd-safe",
20163]
20164
20165[[package]]
20166name = "zstd-safe"
20167version = "5.0.2+zstd.1.5.2"
20168source = "registry+https://github.com/rust-lang/crates.io-index"
20169checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20170dependencies = [
20171 "libc",
20172 "zstd-sys",
20173]
20174
20175[[package]]
20176name = "zstd-sys"
20177version = "2.0.15+zstd.1.5.7"
20178source = "registry+https://github.com/rust-lang/crates.io-index"
20179checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20180dependencies = [
20181 "cc",
20182 "pkg-config",
20183]
20184
20185[[package]]
20186name = "zune-core"
20187version = "0.4.12"
20188source = "registry+https://github.com/rust-lang/crates.io-index"
20189checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20190
20191[[package]]
20192name = "zune-inflate"
20193version = "0.2.54"
20194source = "registry+https://github.com/rust-lang/crates.io-index"
20195checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20196dependencies = [
20197 "simd-adler32",
20198]
20199
20200[[package]]
20201name = "zune-jpeg"
20202version = "0.4.14"
20203source = "registry+https://github.com/rust-lang/crates.io-index"
20204checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20205dependencies = [
20206 "zune-core",
20207]
20208
20209[[package]]
20210name = "zvariant"
20211version = "5.4.0"
20212source = "registry+https://github.com/rust-lang/crates.io-index"
20213checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20214dependencies = [
20215 "endi",
20216 "enumflags2",
20217 "serde",
20218 "static_assertions",
20219 "url",
20220 "winnow",
20221 "zvariant_derive",
20222 "zvariant_utils",
20223]
20224
20225[[package]]
20226name = "zvariant_derive"
20227version = "5.4.0"
20228source = "registry+https://github.com/rust-lang/crates.io-index"
20229checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20230dependencies = [
20231 "proc-macro-crate",
20232 "proc-macro2",
20233 "quote",
20234 "syn 2.0.101",
20235 "zvariant_utils",
20236]
20237
20238[[package]]
20239name = "zvariant_utils"
20240version = "3.2.0"
20241source = "registry+https://github.com/rust-lang/crates.io-index"
20242checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20243dependencies = [
20244 "proc-macro2",
20245 "quote",
20246 "serde",
20247 "static_assertions",
20248 "syn 2.0.101",
20249 "winnow",
20250]