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 "zed_llm_client",
  535]
  536
  537[[package]]
  538name = "assistant_settings"
  539version = "0.1.0"
  540dependencies = [
  541 "anthropic",
  542 "anyhow",
  543 "collections",
  544 "deepseek",
  545 "fs",
  546 "gpui",
  547 "indexmap",
  548 "language_model",
  549 "lmstudio",
  550 "log",
  551 "mistral",
  552 "ollama",
  553 "open_ai",
  554 "paths",
  555 "schemars",
  556 "serde",
  557 "serde_json",
  558 "serde_json_lenient",
  559 "settings",
  560 "workspace-hack",
  561 "zed_llm_client",
  562]
  563
  564[[package]]
  565name = "assistant_slash_command"
  566version = "0.1.0"
  567dependencies = [
  568 "anyhow",
  569 "async-trait",
  570 "collections",
  571 "derive_more",
  572 "extension",
  573 "futures 0.3.31",
  574 "gpui",
  575 "language",
  576 "language_model",
  577 "parking_lot",
  578 "pretty_assertions",
  579 "serde",
  580 "serde_json",
  581 "ui",
  582 "workspace",
  583 "workspace-hack",
  584]
  585
  586[[package]]
  587name = "assistant_slash_commands"
  588version = "0.1.0"
  589dependencies = [
  590 "anyhow",
  591 "assistant_slash_command",
  592 "cargo_toml",
  593 "chrono",
  594 "collections",
  595 "context_server",
  596 "editor",
  597 "env_logger 0.11.8",
  598 "feature_flags",
  599 "fs",
  600 "futures 0.3.31",
  601 "fuzzy",
  602 "globset",
  603 "gpui",
  604 "html_to_markdown",
  605 "http_client",
  606 "indexed_docs",
  607 "language",
  608 "pretty_assertions",
  609 "project",
  610 "prompt_store",
  611 "rope",
  612 "serde",
  613 "serde_json",
  614 "settings",
  615 "smol",
  616 "text",
  617 "toml 0.8.20",
  618 "ui",
  619 "util",
  620 "workspace",
  621 "workspace-hack",
  622 "worktree",
  623]
  624
  625[[package]]
  626name = "assistant_tool"
  627version = "0.1.0"
  628dependencies = [
  629 "anyhow",
  630 "buffer_diff",
  631 "clock",
  632 "collections",
  633 "ctor",
  634 "derive_more",
  635 "env_logger 0.11.8",
  636 "futures 0.3.31",
  637 "gpui",
  638 "icons",
  639 "language",
  640 "language_model",
  641 "log",
  642 "parking_lot",
  643 "pretty_assertions",
  644 "project",
  645 "rand 0.8.5",
  646 "regex",
  647 "serde",
  648 "serde_json",
  649 "settings",
  650 "text",
  651 "util",
  652 "workspace",
  653 "workspace-hack",
  654]
  655
  656[[package]]
  657name = "assistant_tools"
  658version = "0.1.0"
  659dependencies = [
  660 "aho-corasick",
  661 "anyhow",
  662 "assistant_settings",
  663 "assistant_tool",
  664 "buffer_diff",
  665 "chrono",
  666 "client",
  667 "clock",
  668 "collections",
  669 "component",
  670 "derive_more",
  671 "editor",
  672 "feature_flags",
  673 "fs",
  674 "futures 0.3.31",
  675 "gpui",
  676 "gpui_tokio",
  677 "handlebars 4.5.0",
  678 "html_to_markdown",
  679 "http_client",
  680 "indoc",
  681 "itertools 0.14.0",
  682 "language",
  683 "language_model",
  684 "language_models",
  685 "log",
  686 "markdown",
  687 "open",
  688 "paths",
  689 "portable-pty",
  690 "pretty_assertions",
  691 "project",
  692 "prompt_store",
  693 "rand 0.8.5",
  694 "regex",
  695 "reqwest_client",
  696 "rust-embed",
  697 "schemars",
  698 "serde",
  699 "serde_json",
  700 "settings",
  701 "smallvec",
  702 "streaming_diff",
  703 "strsim",
  704 "task",
  705 "tempfile",
  706 "terminal",
  707 "terminal_view",
  708 "theme",
  709 "tree-sitter-rust",
  710 "ui",
  711 "unindent",
  712 "util",
  713 "web_search",
  714 "which 6.0.3",
  715 "workspace",
  716 "workspace-hack",
  717 "zed_llm_client",
  718 "zlog",
  719]
  720
  721[[package]]
  722name = "async-attributes"
  723version = "1.1.2"
  724source = "registry+https://github.com/rust-lang/crates.io-index"
  725checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  726dependencies = [
  727 "quote",
  728 "syn 1.0.109",
  729]
  730
  731[[package]]
  732name = "async-broadcast"
  733version = "0.7.2"
  734source = "registry+https://github.com/rust-lang/crates.io-index"
  735checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  736dependencies = [
  737 "event-listener 5.4.0",
  738 "event-listener-strategy",
  739 "futures-core",
  740 "pin-project-lite",
  741]
  742
  743[[package]]
  744name = "async-channel"
  745version = "1.9.0"
  746source = "registry+https://github.com/rust-lang/crates.io-index"
  747checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  748dependencies = [
  749 "concurrent-queue",
  750 "event-listener 2.5.3",
  751 "futures-core",
  752]
  753
  754[[package]]
  755name = "async-channel"
  756version = "2.3.1"
  757source = "registry+https://github.com/rust-lang/crates.io-index"
  758checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  759dependencies = [
  760 "concurrent-queue",
  761 "event-listener-strategy",
  762 "futures-core",
  763 "pin-project-lite",
  764]
  765
  766[[package]]
  767name = "async-compat"
  768version = "0.2.4"
  769source = "registry+https://github.com/rust-lang/crates.io-index"
  770checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  771dependencies = [
  772 "futures-core",
  773 "futures-io",
  774 "once_cell",
  775 "pin-project-lite",
  776 "tokio",
  777]
  778
  779[[package]]
  780name = "async-compression"
  781version = "0.4.22"
  782source = "registry+https://github.com/rust-lang/crates.io-index"
  783checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  784dependencies = [
  785 "deflate64",
  786 "flate2",
  787 "futures-core",
  788 "futures-io",
  789 "memchr",
  790 "pin-project-lite",
  791]
  792
  793[[package]]
  794name = "async-dispatcher"
  795version = "0.1.2"
  796source = "registry+https://github.com/rust-lang/crates.io-index"
  797checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  798dependencies = [
  799 "async-task",
  800 "futures-lite 1.13.0",
  801]
  802
  803[[package]]
  804name = "async-executor"
  805version = "1.13.1"
  806source = "registry+https://github.com/rust-lang/crates.io-index"
  807checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  808dependencies = [
  809 "async-task",
  810 "concurrent-queue",
  811 "fastrand 2.3.0",
  812 "futures-lite 2.6.0",
  813 "slab",
  814]
  815
  816[[package]]
  817name = "async-fs"
  818version = "2.1.2"
  819source = "registry+https://github.com/rust-lang/crates.io-index"
  820checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  821dependencies = [
  822 "async-lock",
  823 "blocking",
  824 "futures-lite 2.6.0",
  825]
  826
  827[[package]]
  828name = "async-global-executor"
  829version = "2.4.1"
  830source = "registry+https://github.com/rust-lang/crates.io-index"
  831checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  832dependencies = [
  833 "async-channel 2.3.1",
  834 "async-executor",
  835 "async-io",
  836 "async-lock",
  837 "blocking",
  838 "futures-lite 2.6.0",
  839 "once_cell",
  840]
  841
  842[[package]]
  843name = "async-io"
  844version = "2.4.0"
  845source = "registry+https://github.com/rust-lang/crates.io-index"
  846checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  847dependencies = [
  848 "async-lock",
  849 "cfg-if",
  850 "concurrent-queue",
  851 "futures-io",
  852 "futures-lite 2.6.0",
  853 "parking",
  854 "polling",
  855 "rustix 0.38.44",
  856 "slab",
  857 "tracing",
  858 "windows-sys 0.59.0",
  859]
  860
  861[[package]]
  862name = "async-lock"
  863version = "3.4.0"
  864source = "registry+https://github.com/rust-lang/crates.io-index"
  865checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  866dependencies = [
  867 "event-listener 5.4.0",
  868 "event-listener-strategy",
  869 "pin-project-lite",
  870]
  871
  872[[package]]
  873name = "async-net"
  874version = "2.0.0"
  875source = "registry+https://github.com/rust-lang/crates.io-index"
  876checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  877dependencies = [
  878 "async-io",
  879 "blocking",
  880 "futures-lite 2.6.0",
  881]
  882
  883[[package]]
  884name = "async-pipe"
  885version = "0.1.3"
  886source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  887dependencies = [
  888 "futures 0.3.31",
  889 "log",
  890]
  891
  892[[package]]
  893name = "async-process"
  894version = "2.3.0"
  895source = "registry+https://github.com/rust-lang/crates.io-index"
  896checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  897dependencies = [
  898 "async-channel 2.3.1",
  899 "async-io",
  900 "async-lock",
  901 "async-signal",
  902 "async-task",
  903 "blocking",
  904 "cfg-if",
  905 "event-listener 5.4.0",
  906 "futures-lite 2.6.0",
  907 "rustix 0.38.44",
  908 "tracing",
  909]
  910
  911[[package]]
  912name = "async-recursion"
  913version = "0.3.2"
  914source = "registry+https://github.com/rust-lang/crates.io-index"
  915checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  916dependencies = [
  917 "proc-macro2",
  918 "quote",
  919 "syn 1.0.109",
  920]
  921
  922[[package]]
  923name = "async-recursion"
  924version = "1.1.1"
  925source = "registry+https://github.com/rust-lang/crates.io-index"
  926checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  927dependencies = [
  928 "proc-macro2",
  929 "quote",
  930 "syn 2.0.101",
  931]
  932
  933[[package]]
  934name = "async-signal"
  935version = "0.2.10"
  936source = "registry+https://github.com/rust-lang/crates.io-index"
  937checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  938dependencies = [
  939 "async-io",
  940 "async-lock",
  941 "atomic-waker",
  942 "cfg-if",
  943 "futures-core",
  944 "futures-io",
  945 "rustix 0.38.44",
  946 "signal-hook-registry",
  947 "slab",
  948 "windows-sys 0.59.0",
  949]
  950
  951[[package]]
  952name = "async-std"
  953version = "1.13.1"
  954source = "registry+https://github.com/rust-lang/crates.io-index"
  955checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  956dependencies = [
  957 "async-attributes",
  958 "async-channel 1.9.0",
  959 "async-global-executor",
  960 "async-io",
  961 "async-lock",
  962 "async-process",
  963 "crossbeam-utils",
  964 "futures-channel",
  965 "futures-core",
  966 "futures-io",
  967 "futures-lite 2.6.0",
  968 "gloo-timers",
  969 "kv-log-macro",
  970 "log",
  971 "memchr",
  972 "once_cell",
  973 "pin-project-lite",
  974 "pin-utils",
  975 "slab",
  976 "wasm-bindgen-futures",
  977]
  978
  979[[package]]
  980name = "async-stream"
  981version = "0.3.6"
  982source = "registry+https://github.com/rust-lang/crates.io-index"
  983checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  984dependencies = [
  985 "async-stream-impl",
  986 "futures-core",
  987 "pin-project-lite",
  988]
  989
  990[[package]]
  991name = "async-stream-impl"
  992version = "0.3.6"
  993source = "registry+https://github.com/rust-lang/crates.io-index"
  994checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  995dependencies = [
  996 "proc-macro2",
  997 "quote",
  998 "syn 2.0.101",
  999]
 1000
 1001[[package]]
 1002name = "async-stripe"
 1003version = "0.40.0"
 1004source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1005dependencies = [
 1006 "chrono",
 1007 "futures-util",
 1008 "http-types",
 1009 "hyper 0.14.32",
 1010 "hyper-rustls 0.24.2",
 1011 "serde",
 1012 "serde_json",
 1013 "serde_path_to_error",
 1014 "serde_qs 0.10.1",
 1015 "smart-default",
 1016 "smol_str 0.1.24",
 1017 "thiserror 1.0.69",
 1018 "tokio",
 1019]
 1020
 1021[[package]]
 1022name = "async-tar"
 1023version = "0.5.0"
 1024source = "registry+https://github.com/rust-lang/crates.io-index"
 1025checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1026dependencies = [
 1027 "async-std",
 1028 "filetime",
 1029 "libc",
 1030 "pin-project",
 1031 "redox_syscall 0.2.16",
 1032 "xattr",
 1033]
 1034
 1035[[package]]
 1036name = "async-task"
 1037version = "4.7.1"
 1038source = "registry+https://github.com/rust-lang/crates.io-index"
 1039checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1040
 1041[[package]]
 1042name = "async-trait"
 1043version = "0.1.88"
 1044source = "registry+https://github.com/rust-lang/crates.io-index"
 1045checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1046dependencies = [
 1047 "proc-macro2",
 1048 "quote",
 1049 "syn 2.0.101",
 1050]
 1051
 1052[[package]]
 1053name = "async-tungstenite"
 1054version = "0.29.1"
 1055source = "registry+https://github.com/rust-lang/crates.io-index"
 1056checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1057dependencies = [
 1058 "atomic-waker",
 1059 "futures-core",
 1060 "futures-io",
 1061 "futures-task",
 1062 "futures-util",
 1063 "log",
 1064 "pin-project-lite",
 1065 "rustls-pki-types",
 1066 "tokio",
 1067 "tokio-rustls 0.26.2",
 1068 "tungstenite 0.26.2",
 1069]
 1070
 1071[[package]]
 1072name = "async-watch"
 1073version = "0.3.1"
 1074source = "registry+https://github.com/rust-lang/crates.io-index"
 1075checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1076dependencies = [
 1077 "event-listener 2.5.3",
 1078]
 1079
 1080[[package]]
 1081name = "async_zip"
 1082version = "0.0.17"
 1083source = "registry+https://github.com/rust-lang/crates.io-index"
 1084checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1085dependencies = [
 1086 "async-compression",
 1087 "crc32fast",
 1088 "futures-lite 2.6.0",
 1089 "pin-project",
 1090 "thiserror 1.0.69",
 1091]
 1092
 1093[[package]]
 1094name = "asynchronous-codec"
 1095version = "0.7.0"
 1096source = "registry+https://github.com/rust-lang/crates.io-index"
 1097checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1098dependencies = [
 1099 "bytes 1.10.1",
 1100 "futures-sink",
 1101 "futures-util",
 1102 "memchr",
 1103 "pin-project-lite",
 1104]
 1105
 1106[[package]]
 1107name = "atoi"
 1108version = "2.0.0"
 1109source = "registry+https://github.com/rust-lang/crates.io-index"
 1110checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1111dependencies = [
 1112 "num-traits",
 1113]
 1114
 1115[[package]]
 1116name = "atomic"
 1117version = "0.5.3"
 1118source = "registry+https://github.com/rust-lang/crates.io-index"
 1119checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1120
 1121[[package]]
 1122name = "atomic-waker"
 1123version = "1.1.2"
 1124source = "registry+https://github.com/rust-lang/crates.io-index"
 1125checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1126
 1127[[package]]
 1128name = "audio"
 1129version = "0.1.0"
 1130dependencies = [
 1131 "anyhow",
 1132 "collections",
 1133 "derive_more",
 1134 "gpui",
 1135 "parking_lot",
 1136 "rodio",
 1137 "util",
 1138 "workspace-hack",
 1139]
 1140
 1141[[package]]
 1142name = "auditable-serde"
 1143version = "0.8.0"
 1144source = "registry+https://github.com/rust-lang/crates.io-index"
 1145checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1146dependencies = [
 1147 "semver",
 1148 "serde",
 1149 "serde_json",
 1150 "topological-sort",
 1151]
 1152
 1153[[package]]
 1154name = "auto_update"
 1155version = "0.1.0"
 1156dependencies = [
 1157 "anyhow",
 1158 "client",
 1159 "db",
 1160 "gpui",
 1161 "http_client",
 1162 "log",
 1163 "paths",
 1164 "release_channel",
 1165 "schemars",
 1166 "serde",
 1167 "serde_json",
 1168 "settings",
 1169 "smol",
 1170 "tempfile",
 1171 "which 6.0.3",
 1172 "workspace",
 1173 "workspace-hack",
 1174]
 1175
 1176[[package]]
 1177name = "auto_update_helper"
 1178version = "0.1.0"
 1179dependencies = [
 1180 "anyhow",
 1181 "log",
 1182 "simplelog",
 1183 "windows 0.61.1",
 1184 "winresource",
 1185 "workspace-hack",
 1186]
 1187
 1188[[package]]
 1189name = "auto_update_ui"
 1190version = "0.1.0"
 1191dependencies = [
 1192 "anyhow",
 1193 "auto_update",
 1194 "client",
 1195 "editor",
 1196 "gpui",
 1197 "http_client",
 1198 "markdown_preview",
 1199 "release_channel",
 1200 "serde",
 1201 "serde_json",
 1202 "smol",
 1203 "util",
 1204 "workspace",
 1205 "workspace-hack",
 1206]
 1207
 1208[[package]]
 1209name = "autocfg"
 1210version = "1.4.0"
 1211source = "registry+https://github.com/rust-lang/crates.io-index"
 1212checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1213
 1214[[package]]
 1215name = "av1-grain"
 1216version = "0.2.3"
 1217source = "registry+https://github.com/rust-lang/crates.io-index"
 1218checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1219dependencies = [
 1220 "anyhow",
 1221 "arrayvec",
 1222 "log",
 1223 "nom",
 1224 "num-rational",
 1225 "v_frame",
 1226]
 1227
 1228[[package]]
 1229name = "avif-serialize"
 1230version = "0.8.3"
 1231source = "registry+https://github.com/rust-lang/crates.io-index"
 1232checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1233dependencies = [
 1234 "arrayvec",
 1235]
 1236
 1237[[package]]
 1238name = "aws-config"
 1239version = "1.6.1"
 1240source = "registry+https://github.com/rust-lang/crates.io-index"
 1241checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1242dependencies = [
 1243 "aws-credential-types",
 1244 "aws-runtime",
 1245 "aws-sdk-sso",
 1246 "aws-sdk-ssooidc",
 1247 "aws-sdk-sts",
 1248 "aws-smithy-async",
 1249 "aws-smithy-http",
 1250 "aws-smithy-json",
 1251 "aws-smithy-runtime",
 1252 "aws-smithy-runtime-api",
 1253 "aws-smithy-types",
 1254 "aws-types",
 1255 "bytes 1.10.1",
 1256 "fastrand 2.3.0",
 1257 "hex",
 1258 "http 1.3.1",
 1259 "ring",
 1260 "time",
 1261 "tokio",
 1262 "tracing",
 1263 "url",
 1264 "zeroize",
 1265]
 1266
 1267[[package]]
 1268name = "aws-credential-types"
 1269version = "1.2.2"
 1270source = "registry+https://github.com/rust-lang/crates.io-index"
 1271checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1272dependencies = [
 1273 "aws-smithy-async",
 1274 "aws-smithy-runtime-api",
 1275 "aws-smithy-types",
 1276 "zeroize",
 1277]
 1278
 1279[[package]]
 1280name = "aws-lc-rs"
 1281version = "1.13.1"
 1282source = "registry+https://github.com/rust-lang/crates.io-index"
 1283checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1284dependencies = [
 1285 "aws-lc-sys",
 1286 "zeroize",
 1287]
 1288
 1289[[package]]
 1290name = "aws-lc-sys"
 1291version = "0.29.0"
 1292source = "registry+https://github.com/rust-lang/crates.io-index"
 1293checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1294dependencies = [
 1295 "bindgen 0.69.5",
 1296 "cc",
 1297 "cmake",
 1298 "dunce",
 1299 "fs_extra",
 1300]
 1301
 1302[[package]]
 1303name = "aws-runtime"
 1304version = "1.5.6"
 1305source = "registry+https://github.com/rust-lang/crates.io-index"
 1306checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1307dependencies = [
 1308 "aws-credential-types",
 1309 "aws-sigv4",
 1310 "aws-smithy-async",
 1311 "aws-smithy-eventstream",
 1312 "aws-smithy-http",
 1313 "aws-smithy-runtime",
 1314 "aws-smithy-runtime-api",
 1315 "aws-smithy-types",
 1316 "aws-types",
 1317 "bytes 1.10.1",
 1318 "fastrand 2.3.0",
 1319 "http 0.2.12",
 1320 "http-body 0.4.6",
 1321 "once_cell",
 1322 "percent-encoding",
 1323 "pin-project-lite",
 1324 "tracing",
 1325 "uuid",
 1326]
 1327
 1328[[package]]
 1329name = "aws-sdk-bedrockruntime"
 1330version = "1.82.0"
 1331source = "registry+https://github.com/rust-lang/crates.io-index"
 1332checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1333dependencies = [
 1334 "aws-credential-types",
 1335 "aws-runtime",
 1336 "aws-sigv4",
 1337 "aws-smithy-async",
 1338 "aws-smithy-eventstream",
 1339 "aws-smithy-http",
 1340 "aws-smithy-json",
 1341 "aws-smithy-runtime",
 1342 "aws-smithy-runtime-api",
 1343 "aws-smithy-types",
 1344 "aws-types",
 1345 "bytes 1.10.1",
 1346 "fastrand 2.3.0",
 1347 "http 0.2.12",
 1348 "hyper 0.14.32",
 1349 "once_cell",
 1350 "regex-lite",
 1351 "tracing",
 1352]
 1353
 1354[[package]]
 1355name = "aws-sdk-kinesis"
 1356version = "1.66.0"
 1357source = "registry+https://github.com/rust-lang/crates.io-index"
 1358checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1359dependencies = [
 1360 "aws-credential-types",
 1361 "aws-runtime",
 1362 "aws-smithy-async",
 1363 "aws-smithy-eventstream",
 1364 "aws-smithy-http",
 1365 "aws-smithy-json",
 1366 "aws-smithy-runtime",
 1367 "aws-smithy-runtime-api",
 1368 "aws-smithy-types",
 1369 "aws-types",
 1370 "bytes 1.10.1",
 1371 "fastrand 2.3.0",
 1372 "http 0.2.12",
 1373 "once_cell",
 1374 "regex-lite",
 1375 "tracing",
 1376]
 1377
 1378[[package]]
 1379name = "aws-sdk-s3"
 1380version = "1.82.0"
 1381source = "registry+https://github.com/rust-lang/crates.io-index"
 1382checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1383dependencies = [
 1384 "aws-credential-types",
 1385 "aws-runtime",
 1386 "aws-sigv4",
 1387 "aws-smithy-async",
 1388 "aws-smithy-checksums",
 1389 "aws-smithy-eventstream",
 1390 "aws-smithy-http",
 1391 "aws-smithy-json",
 1392 "aws-smithy-runtime",
 1393 "aws-smithy-runtime-api",
 1394 "aws-smithy-types",
 1395 "aws-smithy-xml",
 1396 "aws-types",
 1397 "bytes 1.10.1",
 1398 "fastrand 2.3.0",
 1399 "hex",
 1400 "hmac",
 1401 "http 0.2.12",
 1402 "http 1.3.1",
 1403 "http-body 0.4.6",
 1404 "lru",
 1405 "once_cell",
 1406 "percent-encoding",
 1407 "regex-lite",
 1408 "sha2",
 1409 "tracing",
 1410 "url",
 1411]
 1412
 1413[[package]]
 1414name = "aws-sdk-sso"
 1415version = "1.64.0"
 1416source = "registry+https://github.com/rust-lang/crates.io-index"
 1417checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1418dependencies = [
 1419 "aws-credential-types",
 1420 "aws-runtime",
 1421 "aws-smithy-async",
 1422 "aws-smithy-http",
 1423 "aws-smithy-json",
 1424 "aws-smithy-runtime",
 1425 "aws-smithy-runtime-api",
 1426 "aws-smithy-types",
 1427 "aws-types",
 1428 "bytes 1.10.1",
 1429 "fastrand 2.3.0",
 1430 "http 0.2.12",
 1431 "once_cell",
 1432 "regex-lite",
 1433 "tracing",
 1434]
 1435
 1436[[package]]
 1437name = "aws-sdk-ssooidc"
 1438version = "1.65.0"
 1439source = "registry+https://github.com/rust-lang/crates.io-index"
 1440checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1441dependencies = [
 1442 "aws-credential-types",
 1443 "aws-runtime",
 1444 "aws-smithy-async",
 1445 "aws-smithy-http",
 1446 "aws-smithy-json",
 1447 "aws-smithy-runtime",
 1448 "aws-smithy-runtime-api",
 1449 "aws-smithy-types",
 1450 "aws-types",
 1451 "bytes 1.10.1",
 1452 "fastrand 2.3.0",
 1453 "http 0.2.12",
 1454 "once_cell",
 1455 "regex-lite",
 1456 "tracing",
 1457]
 1458
 1459[[package]]
 1460name = "aws-sdk-sts"
 1461version = "1.65.0"
 1462source = "registry+https://github.com/rust-lang/crates.io-index"
 1463checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1464dependencies = [
 1465 "aws-credential-types",
 1466 "aws-runtime",
 1467 "aws-smithy-async",
 1468 "aws-smithy-http",
 1469 "aws-smithy-json",
 1470 "aws-smithy-query",
 1471 "aws-smithy-runtime",
 1472 "aws-smithy-runtime-api",
 1473 "aws-smithy-types",
 1474 "aws-smithy-xml",
 1475 "aws-types",
 1476 "fastrand 2.3.0",
 1477 "http 0.2.12",
 1478 "once_cell",
 1479 "regex-lite",
 1480 "tracing",
 1481]
 1482
 1483[[package]]
 1484name = "aws-sigv4"
 1485version = "1.3.0"
 1486source = "registry+https://github.com/rust-lang/crates.io-index"
 1487checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1488dependencies = [
 1489 "aws-credential-types",
 1490 "aws-smithy-eventstream",
 1491 "aws-smithy-http",
 1492 "aws-smithy-runtime-api",
 1493 "aws-smithy-types",
 1494 "bytes 1.10.1",
 1495 "crypto-bigint 0.5.5",
 1496 "form_urlencoded",
 1497 "hex",
 1498 "hmac",
 1499 "http 0.2.12",
 1500 "http 1.3.1",
 1501 "once_cell",
 1502 "p256",
 1503 "percent-encoding",
 1504 "ring",
 1505 "sha2",
 1506 "subtle",
 1507 "time",
 1508 "tracing",
 1509 "zeroize",
 1510]
 1511
 1512[[package]]
 1513name = "aws-smithy-async"
 1514version = "1.2.5"
 1515source = "registry+https://github.com/rust-lang/crates.io-index"
 1516checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1517dependencies = [
 1518 "futures-util",
 1519 "pin-project-lite",
 1520 "tokio",
 1521]
 1522
 1523[[package]]
 1524name = "aws-smithy-checksums"
 1525version = "0.63.1"
 1526source = "registry+https://github.com/rust-lang/crates.io-index"
 1527checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1528dependencies = [
 1529 "aws-smithy-http",
 1530 "aws-smithy-types",
 1531 "bytes 1.10.1",
 1532 "crc32c",
 1533 "crc32fast",
 1534 "crc64fast-nvme",
 1535 "hex",
 1536 "http 0.2.12",
 1537 "http-body 0.4.6",
 1538 "md-5",
 1539 "pin-project-lite",
 1540 "sha1",
 1541 "sha2",
 1542 "tracing",
 1543]
 1544
 1545[[package]]
 1546name = "aws-smithy-eventstream"
 1547version = "0.60.8"
 1548source = "registry+https://github.com/rust-lang/crates.io-index"
 1549checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1550dependencies = [
 1551 "aws-smithy-types",
 1552 "bytes 1.10.1",
 1553 "crc32fast",
 1554]
 1555
 1556[[package]]
 1557name = "aws-smithy-http"
 1558version = "0.62.0"
 1559source = "registry+https://github.com/rust-lang/crates.io-index"
 1560checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1561dependencies = [
 1562 "aws-smithy-eventstream",
 1563 "aws-smithy-runtime-api",
 1564 "aws-smithy-types",
 1565 "bytes 1.10.1",
 1566 "bytes-utils",
 1567 "futures-core",
 1568 "http 0.2.12",
 1569 "http 1.3.1",
 1570 "http-body 0.4.6",
 1571 "once_cell",
 1572 "percent-encoding",
 1573 "pin-project-lite",
 1574 "pin-utils",
 1575 "tracing",
 1576]
 1577
 1578[[package]]
 1579name = "aws-smithy-http-client"
 1580version = "1.0.1"
 1581source = "registry+https://github.com/rust-lang/crates.io-index"
 1582checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1583dependencies = [
 1584 "aws-smithy-async",
 1585 "aws-smithy-runtime-api",
 1586 "aws-smithy-types",
 1587 "h2 0.4.9",
 1588 "http 0.2.12",
 1589 "http 1.3.1",
 1590 "http-body 0.4.6",
 1591 "hyper 0.14.32",
 1592 "hyper 1.6.0",
 1593 "hyper-rustls 0.24.2",
 1594 "hyper-rustls 0.27.5",
 1595 "hyper-util",
 1596 "pin-project-lite",
 1597 "rustls 0.21.12",
 1598 "rustls 0.23.26",
 1599 "rustls-native-certs 0.8.1",
 1600 "rustls-pki-types",
 1601 "tokio",
 1602 "tower 0.5.2",
 1603 "tracing",
 1604]
 1605
 1606[[package]]
 1607name = "aws-smithy-json"
 1608version = "0.61.3"
 1609source = "registry+https://github.com/rust-lang/crates.io-index"
 1610checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1611dependencies = [
 1612 "aws-smithy-types",
 1613]
 1614
 1615[[package]]
 1616name = "aws-smithy-observability"
 1617version = "0.1.2"
 1618source = "registry+https://github.com/rust-lang/crates.io-index"
 1619checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1620dependencies = [
 1621 "aws-smithy-runtime-api",
 1622 "once_cell",
 1623]
 1624
 1625[[package]]
 1626name = "aws-smithy-query"
 1627version = "0.60.7"
 1628source = "registry+https://github.com/rust-lang/crates.io-index"
 1629checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1630dependencies = [
 1631 "aws-smithy-types",
 1632 "urlencoding",
 1633]
 1634
 1635[[package]]
 1636name = "aws-smithy-runtime"
 1637version = "1.8.1"
 1638source = "registry+https://github.com/rust-lang/crates.io-index"
 1639checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1640dependencies = [
 1641 "aws-smithy-async",
 1642 "aws-smithy-http",
 1643 "aws-smithy-http-client",
 1644 "aws-smithy-observability",
 1645 "aws-smithy-runtime-api",
 1646 "aws-smithy-types",
 1647 "bytes 1.10.1",
 1648 "fastrand 2.3.0",
 1649 "http 0.2.12",
 1650 "http 1.3.1",
 1651 "http-body 0.4.6",
 1652 "http-body 1.0.1",
 1653 "once_cell",
 1654 "pin-project-lite",
 1655 "pin-utils",
 1656 "tokio",
 1657 "tracing",
 1658]
 1659
 1660[[package]]
 1661name = "aws-smithy-runtime-api"
 1662version = "1.7.4"
 1663source = "registry+https://github.com/rust-lang/crates.io-index"
 1664checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1665dependencies = [
 1666 "aws-smithy-async",
 1667 "aws-smithy-types",
 1668 "bytes 1.10.1",
 1669 "http 0.2.12",
 1670 "http 1.3.1",
 1671 "pin-project-lite",
 1672 "tokio",
 1673 "tracing",
 1674 "zeroize",
 1675]
 1676
 1677[[package]]
 1678name = "aws-smithy-types"
 1679version = "1.3.0"
 1680source = "registry+https://github.com/rust-lang/crates.io-index"
 1681checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1682dependencies = [
 1683 "base64-simd",
 1684 "bytes 1.10.1",
 1685 "bytes-utils",
 1686 "futures-core",
 1687 "http 0.2.12",
 1688 "http 1.3.1",
 1689 "http-body 0.4.6",
 1690 "http-body 1.0.1",
 1691 "http-body-util",
 1692 "itoa",
 1693 "num-integer",
 1694 "pin-project-lite",
 1695 "pin-utils",
 1696 "ryu",
 1697 "serde",
 1698 "time",
 1699 "tokio",
 1700 "tokio-util",
 1701]
 1702
 1703[[package]]
 1704name = "aws-smithy-xml"
 1705version = "0.60.9"
 1706source = "registry+https://github.com/rust-lang/crates.io-index"
 1707checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1708dependencies = [
 1709 "xmlparser",
 1710]
 1711
 1712[[package]]
 1713name = "aws-types"
 1714version = "1.3.6"
 1715source = "registry+https://github.com/rust-lang/crates.io-index"
 1716checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1717dependencies = [
 1718 "aws-credential-types",
 1719 "aws-smithy-async",
 1720 "aws-smithy-runtime-api",
 1721 "aws-smithy-types",
 1722 "rustc_version",
 1723 "tracing",
 1724]
 1725
 1726[[package]]
 1727name = "aws_http_client"
 1728version = "0.1.0"
 1729dependencies = [
 1730 "aws-smithy-runtime-api",
 1731 "aws-smithy-types",
 1732 "futures 0.3.31",
 1733 "http_client",
 1734 "tokio",
 1735 "workspace-hack",
 1736]
 1737
 1738[[package]]
 1739name = "axum"
 1740version = "0.6.20"
 1741source = "registry+https://github.com/rust-lang/crates.io-index"
 1742checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1743dependencies = [
 1744 "async-trait",
 1745 "axum-core",
 1746 "base64 0.21.7",
 1747 "bitflags 1.3.2",
 1748 "bytes 1.10.1",
 1749 "futures-util",
 1750 "headers",
 1751 "http 0.2.12",
 1752 "http-body 0.4.6",
 1753 "hyper 0.14.32",
 1754 "itoa",
 1755 "matchit",
 1756 "memchr",
 1757 "mime",
 1758 "percent-encoding",
 1759 "pin-project-lite",
 1760 "rustversion",
 1761 "serde",
 1762 "serde_json",
 1763 "serde_path_to_error",
 1764 "serde_urlencoded",
 1765 "sha1",
 1766 "sync_wrapper 0.1.2",
 1767 "tokio",
 1768 "tokio-tungstenite 0.20.1",
 1769 "tower 0.4.13",
 1770 "tower-layer",
 1771 "tower-service",
 1772]
 1773
 1774[[package]]
 1775name = "axum-core"
 1776version = "0.3.4"
 1777source = "registry+https://github.com/rust-lang/crates.io-index"
 1778checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1779dependencies = [
 1780 "async-trait",
 1781 "bytes 1.10.1",
 1782 "futures-util",
 1783 "http 0.2.12",
 1784 "http-body 0.4.6",
 1785 "mime",
 1786 "rustversion",
 1787 "tower-layer",
 1788 "tower-service",
 1789]
 1790
 1791[[package]]
 1792name = "axum-extra"
 1793version = "0.4.2"
 1794source = "registry+https://github.com/rust-lang/crates.io-index"
 1795checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1796dependencies = [
 1797 "axum",
 1798 "bytes 1.10.1",
 1799 "futures-util",
 1800 "http 0.2.12",
 1801 "mime",
 1802 "pin-project-lite",
 1803 "serde",
 1804 "serde_json",
 1805 "tokio",
 1806 "tower 0.4.13",
 1807 "tower-http 0.3.5",
 1808 "tower-layer",
 1809 "tower-service",
 1810]
 1811
 1812[[package]]
 1813name = "backtrace"
 1814version = "0.3.74"
 1815source = "registry+https://github.com/rust-lang/crates.io-index"
 1816checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1817dependencies = [
 1818 "addr2line",
 1819 "cfg-if",
 1820 "libc",
 1821 "miniz_oxide",
 1822 "object",
 1823 "rustc-demangle",
 1824 "windows-targets 0.52.6",
 1825]
 1826
 1827[[package]]
 1828name = "base16ct"
 1829version = "0.1.1"
 1830source = "registry+https://github.com/rust-lang/crates.io-index"
 1831checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1832
 1833[[package]]
 1834name = "base64"
 1835version = "0.13.1"
 1836source = "registry+https://github.com/rust-lang/crates.io-index"
 1837checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1838
 1839[[package]]
 1840name = "base64"
 1841version = "0.21.7"
 1842source = "registry+https://github.com/rust-lang/crates.io-index"
 1843checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1844
 1845[[package]]
 1846name = "base64"
 1847version = "0.22.1"
 1848source = "registry+https://github.com/rust-lang/crates.io-index"
 1849checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1850
 1851[[package]]
 1852name = "base64-simd"
 1853version = "0.8.0"
 1854source = "registry+https://github.com/rust-lang/crates.io-index"
 1855checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1856dependencies = [
 1857 "outref",
 1858 "vsimd",
 1859]
 1860
 1861[[package]]
 1862name = "base64ct"
 1863version = "1.7.3"
 1864source = "registry+https://github.com/rust-lang/crates.io-index"
 1865checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1866
 1867[[package]]
 1868name = "bedrock"
 1869version = "0.1.0"
 1870dependencies = [
 1871 "anyhow",
 1872 "aws-sdk-bedrockruntime",
 1873 "aws-smithy-types",
 1874 "futures 0.3.31",
 1875 "schemars",
 1876 "serde",
 1877 "serde_json",
 1878 "strum 0.27.1",
 1879 "thiserror 2.0.12",
 1880 "tokio",
 1881 "workspace-hack",
 1882]
 1883
 1884[[package]]
 1885name = "beef"
 1886version = "0.5.2"
 1887source = "registry+https://github.com/rust-lang/crates.io-index"
 1888checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1889
 1890[[package]]
 1891name = "bigdecimal"
 1892version = "0.4.8"
 1893source = "registry+https://github.com/rust-lang/crates.io-index"
 1894checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1895dependencies = [
 1896 "autocfg",
 1897 "libm",
 1898 "num-bigint",
 1899 "num-integer",
 1900 "num-traits",
 1901 "serde",
 1902]
 1903
 1904[[package]]
 1905name = "bincode"
 1906version = "1.3.3"
 1907source = "registry+https://github.com/rust-lang/crates.io-index"
 1908checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1909dependencies = [
 1910 "serde",
 1911]
 1912
 1913[[package]]
 1914name = "bindgen"
 1915version = "0.69.5"
 1916source = "registry+https://github.com/rust-lang/crates.io-index"
 1917checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1918dependencies = [
 1919 "bitflags 2.9.0",
 1920 "cexpr",
 1921 "clang-sys",
 1922 "itertools 0.12.1",
 1923 "lazy_static",
 1924 "lazycell",
 1925 "log",
 1926 "prettyplease",
 1927 "proc-macro2",
 1928 "quote",
 1929 "regex",
 1930 "rustc-hash 1.1.0",
 1931 "shlex",
 1932 "syn 2.0.101",
 1933 "which 4.4.2",
 1934]
 1935
 1936[[package]]
 1937name = "bindgen"
 1938version = "0.70.1"
 1939source = "registry+https://github.com/rust-lang/crates.io-index"
 1940checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1941dependencies = [
 1942 "bitflags 2.9.0",
 1943 "cexpr",
 1944 "clang-sys",
 1945 "itertools 0.13.0",
 1946 "proc-macro2",
 1947 "quote",
 1948 "regex",
 1949 "rustc-hash 1.1.0",
 1950 "shlex",
 1951 "syn 2.0.101",
 1952]
 1953
 1954[[package]]
 1955name = "bindgen"
 1956version = "0.71.1"
 1957source = "registry+https://github.com/rust-lang/crates.io-index"
 1958checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1959dependencies = [
 1960 "bitflags 2.9.0",
 1961 "cexpr",
 1962 "clang-sys",
 1963 "itertools 0.13.0",
 1964 "log",
 1965 "prettyplease",
 1966 "proc-macro2",
 1967 "quote",
 1968 "regex",
 1969 "rustc-hash 2.1.1",
 1970 "shlex",
 1971 "syn 2.0.101",
 1972]
 1973
 1974[[package]]
 1975name = "bit-set"
 1976version = "0.5.3"
 1977source = "registry+https://github.com/rust-lang/crates.io-index"
 1978checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1979dependencies = [
 1980 "bit-vec 0.6.3",
 1981]
 1982
 1983[[package]]
 1984name = "bit-set"
 1985version = "0.8.0"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1988dependencies = [
 1989 "bit-vec 0.8.0",
 1990]
 1991
 1992[[package]]
 1993name = "bit-vec"
 1994version = "0.6.3"
 1995source = "registry+https://github.com/rust-lang/crates.io-index"
 1996checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1997
 1998[[package]]
 1999name = "bit-vec"
 2000version = "0.8.0"
 2001source = "registry+https://github.com/rust-lang/crates.io-index"
 2002checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2003
 2004[[package]]
 2005name = "bit_field"
 2006version = "0.10.2"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2009
 2010[[package]]
 2011name = "bitflags"
 2012version = "1.3.2"
 2013source = "registry+https://github.com/rust-lang/crates.io-index"
 2014checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2015
 2016[[package]]
 2017name = "bitflags"
 2018version = "2.9.0"
 2019source = "registry+https://github.com/rust-lang/crates.io-index"
 2020checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2021dependencies = [
 2022 "serde",
 2023]
 2024
 2025[[package]]
 2026name = "bitstream-io"
 2027version = "2.6.0"
 2028source = "registry+https://github.com/rust-lang/crates.io-index"
 2029checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2030
 2031[[package]]
 2032name = "bitvec"
 2033version = "1.0.1"
 2034source = "registry+https://github.com/rust-lang/crates.io-index"
 2035checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2036dependencies = [
 2037 "funty",
 2038 "radium",
 2039 "tap",
 2040 "wyz",
 2041]
 2042
 2043[[package]]
 2044name = "blade-graphics"
 2045version = "0.6.0"
 2046source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2047dependencies = [
 2048 "ash",
 2049 "ash-window",
 2050 "bitflags 2.9.0",
 2051 "bytemuck",
 2052 "codespan-reporting 0.11.1",
 2053 "glow",
 2054 "gpu-alloc",
 2055 "gpu-alloc-ash",
 2056 "hidden-trait",
 2057 "js-sys",
 2058 "khronos-egl",
 2059 "libloading",
 2060 "log",
 2061 "mint",
 2062 "naga",
 2063 "objc2",
 2064 "objc2-app-kit",
 2065 "objc2-core-foundation",
 2066 "objc2-foundation",
 2067 "objc2-metal",
 2068 "objc2-quartz-core",
 2069 "objc2-ui-kit",
 2070 "raw-window-handle",
 2071 "slab",
 2072 "wasm-bindgen",
 2073 "web-sys",
 2074]
 2075
 2076[[package]]
 2077name = "blade-macros"
 2078version = "0.3.0"
 2079source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2080dependencies = [
 2081 "proc-macro2",
 2082 "quote",
 2083 "syn 2.0.101",
 2084]
 2085
 2086[[package]]
 2087name = "blade-util"
 2088version = "0.2.0"
 2089source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2090dependencies = [
 2091 "blade-graphics",
 2092 "bytemuck",
 2093 "log",
 2094 "profiling",
 2095]
 2096
 2097[[package]]
 2098name = "blake2"
 2099version = "0.10.6"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2102dependencies = [
 2103 "digest",
 2104]
 2105
 2106[[package]]
 2107name = "blake3"
 2108version = "1.8.2"
 2109source = "registry+https://github.com/rust-lang/crates.io-index"
 2110checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2111dependencies = [
 2112 "arrayref",
 2113 "arrayvec",
 2114 "cc",
 2115 "cfg-if",
 2116 "constant_time_eq 0.3.1",
 2117]
 2118
 2119[[package]]
 2120name = "block"
 2121version = "0.1.6"
 2122source = "registry+https://github.com/rust-lang/crates.io-index"
 2123checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2124
 2125[[package]]
 2126name = "block-buffer"
 2127version = "0.10.4"
 2128source = "registry+https://github.com/rust-lang/crates.io-index"
 2129checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2130dependencies = [
 2131 "generic-array",
 2132]
 2133
 2134[[package]]
 2135name = "block-padding"
 2136version = "0.3.3"
 2137source = "registry+https://github.com/rust-lang/crates.io-index"
 2138checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2139dependencies = [
 2140 "generic-array",
 2141]
 2142
 2143[[package]]
 2144name = "block2"
 2145version = "0.6.1"
 2146source = "registry+https://github.com/rust-lang/crates.io-index"
 2147checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2148dependencies = [
 2149 "objc2",
 2150]
 2151
 2152[[package]]
 2153name = "blocking"
 2154version = "1.6.1"
 2155source = "registry+https://github.com/rust-lang/crates.io-index"
 2156checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2157dependencies = [
 2158 "async-channel 2.3.1",
 2159 "async-task",
 2160 "futures-io",
 2161 "futures-lite 2.6.0",
 2162 "piper",
 2163]
 2164
 2165[[package]]
 2166name = "borrow-or-share"
 2167version = "0.2.2"
 2168source = "registry+https://github.com/rust-lang/crates.io-index"
 2169checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2170
 2171[[package]]
 2172name = "borsh"
 2173version = "1.5.7"
 2174source = "registry+https://github.com/rust-lang/crates.io-index"
 2175checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2176dependencies = [
 2177 "borsh-derive",
 2178 "cfg_aliases 0.2.1",
 2179]
 2180
 2181[[package]]
 2182name = "borsh-derive"
 2183version = "1.5.7"
 2184source = "registry+https://github.com/rust-lang/crates.io-index"
 2185checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2186dependencies = [
 2187 "once_cell",
 2188 "proc-macro-crate",
 2189 "proc-macro2",
 2190 "quote",
 2191 "syn 2.0.101",
 2192]
 2193
 2194[[package]]
 2195name = "breadcrumbs"
 2196version = "0.1.0"
 2197dependencies = [
 2198 "editor",
 2199 "gpui",
 2200 "itertools 0.14.0",
 2201 "theme",
 2202 "ui",
 2203 "workspace",
 2204 "workspace-hack",
 2205 "zed_actions",
 2206]
 2207
 2208[[package]]
 2209name = "bstr"
 2210version = "1.12.0"
 2211source = "registry+https://github.com/rust-lang/crates.io-index"
 2212checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2213dependencies = [
 2214 "memchr",
 2215 "regex-automata 0.4.9",
 2216 "serde",
 2217]
 2218
 2219[[package]]
 2220name = "buffer_diff"
 2221version = "0.1.0"
 2222dependencies = [
 2223 "anyhow",
 2224 "clock",
 2225 "ctor",
 2226 "env_logger 0.11.8",
 2227 "futures 0.3.31",
 2228 "git2",
 2229 "gpui",
 2230 "language",
 2231 "log",
 2232 "pretty_assertions",
 2233 "rand 0.8.5",
 2234 "rope",
 2235 "serde_json",
 2236 "sum_tree",
 2237 "text",
 2238 "unindent",
 2239 "util",
 2240 "workspace-hack",
 2241]
 2242
 2243[[package]]
 2244name = "built"
 2245version = "0.7.7"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2248
 2249[[package]]
 2250name = "bumpalo"
 2251version = "3.17.0"
 2252source = "registry+https://github.com/rust-lang/crates.io-index"
 2253checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2254dependencies = [
 2255 "allocator-api2",
 2256]
 2257
 2258[[package]]
 2259name = "by_address"
 2260version = "1.2.1"
 2261source = "registry+https://github.com/rust-lang/crates.io-index"
 2262checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2263
 2264[[package]]
 2265name = "bytecheck"
 2266version = "0.6.12"
 2267source = "registry+https://github.com/rust-lang/crates.io-index"
 2268checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2269dependencies = [
 2270 "bytecheck_derive",
 2271 "ptr_meta",
 2272 "simdutf8",
 2273]
 2274
 2275[[package]]
 2276name = "bytecheck_derive"
 2277version = "0.6.12"
 2278source = "registry+https://github.com/rust-lang/crates.io-index"
 2279checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2280dependencies = [
 2281 "proc-macro2",
 2282 "quote",
 2283 "syn 1.0.109",
 2284]
 2285
 2286[[package]]
 2287name = "bytecount"
 2288version = "0.6.8"
 2289source = "registry+https://github.com/rust-lang/crates.io-index"
 2290checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2291
 2292[[package]]
 2293name = "bytemuck"
 2294version = "1.22.0"
 2295source = "registry+https://github.com/rust-lang/crates.io-index"
 2296checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2297dependencies = [
 2298 "bytemuck_derive",
 2299]
 2300
 2301[[package]]
 2302name = "bytemuck_derive"
 2303version = "1.9.3"
 2304source = "registry+https://github.com/rust-lang/crates.io-index"
 2305checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2306dependencies = [
 2307 "proc-macro2",
 2308 "quote",
 2309 "syn 2.0.101",
 2310]
 2311
 2312[[package]]
 2313name = "byteorder"
 2314version = "1.5.0"
 2315source = "registry+https://github.com/rust-lang/crates.io-index"
 2316checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2317
 2318[[package]]
 2319name = "byteorder-lite"
 2320version = "0.1.0"
 2321source = "registry+https://github.com/rust-lang/crates.io-index"
 2322checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2323
 2324[[package]]
 2325name = "bytes"
 2326version = "0.4.12"
 2327source = "registry+https://github.com/rust-lang/crates.io-index"
 2328checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2329dependencies = [
 2330 "byteorder",
 2331 "iovec",
 2332]
 2333
 2334[[package]]
 2335name = "bytes"
 2336version = "1.10.1"
 2337source = "registry+https://github.com/rust-lang/crates.io-index"
 2338checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2339
 2340[[package]]
 2341name = "bytes-utils"
 2342version = "0.1.4"
 2343source = "registry+https://github.com/rust-lang/crates.io-index"
 2344checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2345dependencies = [
 2346 "bytes 1.10.1",
 2347 "either",
 2348]
 2349
 2350[[package]]
 2351name = "bzip2"
 2352version = "0.4.4"
 2353source = "registry+https://github.com/rust-lang/crates.io-index"
 2354checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2355dependencies = [
 2356 "bzip2-sys",
 2357 "libc",
 2358]
 2359
 2360[[package]]
 2361name = "bzip2-sys"
 2362version = "0.1.13+1.0.8"
 2363source = "registry+https://github.com/rust-lang/crates.io-index"
 2364checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2365dependencies = [
 2366 "cc",
 2367 "pkg-config",
 2368]
 2369
 2370[[package]]
 2371name = "call"
 2372version = "0.1.0"
 2373dependencies = [
 2374 "anyhow",
 2375 "audio",
 2376 "client",
 2377 "collections",
 2378 "fs",
 2379 "futures 0.3.31",
 2380 "gpui",
 2381 "gpui_tokio",
 2382 "http_client",
 2383 "language",
 2384 "livekit_client",
 2385 "log",
 2386 "postage",
 2387 "project",
 2388 "schemars",
 2389 "serde",
 2390 "serde_derive",
 2391 "settings",
 2392 "telemetry",
 2393 "util",
 2394 "workspace-hack",
 2395]
 2396
 2397[[package]]
 2398name = "calloop"
 2399version = "0.13.0"
 2400source = "registry+https://github.com/rust-lang/crates.io-index"
 2401checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2402dependencies = [
 2403 "bitflags 2.9.0",
 2404 "log",
 2405 "polling",
 2406 "rustix 0.38.44",
 2407 "slab",
 2408 "thiserror 1.0.69",
 2409]
 2410
 2411[[package]]
 2412name = "calloop-wayland-source"
 2413version = "0.3.0"
 2414source = "registry+https://github.com/rust-lang/crates.io-index"
 2415checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2416dependencies = [
 2417 "calloop",
 2418 "rustix 0.38.44",
 2419 "wayland-backend",
 2420 "wayland-client",
 2421]
 2422
 2423[[package]]
 2424name = "camino"
 2425version = "1.1.9"
 2426source = "registry+https://github.com/rust-lang/crates.io-index"
 2427checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2428dependencies = [
 2429 "serde",
 2430]
 2431
 2432[[package]]
 2433name = "cap-fs-ext"
 2434version = "3.4.4"
 2435source = "registry+https://github.com/rust-lang/crates.io-index"
 2436checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2437dependencies = [
 2438 "cap-primitives",
 2439 "cap-std",
 2440 "io-lifetimes",
 2441 "windows-sys 0.59.0",
 2442]
 2443
 2444[[package]]
 2445name = "cap-net-ext"
 2446version = "3.4.4"
 2447source = "registry+https://github.com/rust-lang/crates.io-index"
 2448checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2449dependencies = [
 2450 "cap-primitives",
 2451 "cap-std",
 2452 "rustix 1.0.7",
 2453 "smallvec",
 2454]
 2455
 2456[[package]]
 2457name = "cap-primitives"
 2458version = "3.4.4"
 2459source = "registry+https://github.com/rust-lang/crates.io-index"
 2460checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2461dependencies = [
 2462 "ambient-authority",
 2463 "fs-set-times",
 2464 "io-extras",
 2465 "io-lifetimes",
 2466 "ipnet",
 2467 "maybe-owned",
 2468 "rustix 1.0.7",
 2469 "rustix-linux-procfs",
 2470 "windows-sys 0.59.0",
 2471 "winx",
 2472]
 2473
 2474[[package]]
 2475name = "cap-rand"
 2476version = "3.4.4"
 2477source = "registry+https://github.com/rust-lang/crates.io-index"
 2478checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2479dependencies = [
 2480 "ambient-authority",
 2481 "rand 0.8.5",
 2482]
 2483
 2484[[package]]
 2485name = "cap-std"
 2486version = "3.4.4"
 2487source = "registry+https://github.com/rust-lang/crates.io-index"
 2488checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2489dependencies = [
 2490 "cap-primitives",
 2491 "io-extras",
 2492 "io-lifetimes",
 2493 "rustix 1.0.7",
 2494]
 2495
 2496[[package]]
 2497name = "cap-time-ext"
 2498version = "3.4.4"
 2499source = "registry+https://github.com/rust-lang/crates.io-index"
 2500checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2501dependencies = [
 2502 "ambient-authority",
 2503 "cap-primitives",
 2504 "iana-time-zone",
 2505 "once_cell",
 2506 "rustix 1.0.7",
 2507 "winx",
 2508]
 2509
 2510[[package]]
 2511name = "cargo-platform"
 2512version = "0.1.9"
 2513source = "registry+https://github.com/rust-lang/crates.io-index"
 2514checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2515dependencies = [
 2516 "serde",
 2517]
 2518
 2519[[package]]
 2520name = "cargo_metadata"
 2521version = "0.19.2"
 2522source = "registry+https://github.com/rust-lang/crates.io-index"
 2523checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2524dependencies = [
 2525 "camino",
 2526 "cargo-platform",
 2527 "semver",
 2528 "serde",
 2529 "serde_json",
 2530 "thiserror 2.0.12",
 2531]
 2532
 2533[[package]]
 2534name = "cargo_toml"
 2535version = "0.21.0"
 2536source = "registry+https://github.com/rust-lang/crates.io-index"
 2537checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2538dependencies = [
 2539 "serde",
 2540 "toml 0.8.20",
 2541]
 2542
 2543[[package]]
 2544name = "cast"
 2545version = "0.3.0"
 2546source = "registry+https://github.com/rust-lang/crates.io-index"
 2547checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2548
 2549[[package]]
 2550name = "cbc"
 2551version = "0.1.2"
 2552source = "registry+https://github.com/rust-lang/crates.io-index"
 2553checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2554dependencies = [
 2555 "cipher",
 2556]
 2557
 2558[[package]]
 2559name = "cbindgen"
 2560version = "0.28.0"
 2561source = "registry+https://github.com/rust-lang/crates.io-index"
 2562checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2563dependencies = [
 2564 "heck 0.4.1",
 2565 "indexmap",
 2566 "log",
 2567 "proc-macro2",
 2568 "quote",
 2569 "serde",
 2570 "serde_json",
 2571 "syn 2.0.101",
 2572 "tempfile",
 2573 "toml 0.8.20",
 2574]
 2575
 2576[[package]]
 2577name = "cc"
 2578version = "1.2.19"
 2579source = "registry+https://github.com/rust-lang/crates.io-index"
 2580checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2581dependencies = [
 2582 "jobserver",
 2583 "libc",
 2584 "shlex",
 2585]
 2586
 2587[[package]]
 2588name = "cesu8"
 2589version = "1.1.0"
 2590source = "registry+https://github.com/rust-lang/crates.io-index"
 2591checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2592
 2593[[package]]
 2594name = "cexpr"
 2595version = "0.6.0"
 2596source = "registry+https://github.com/rust-lang/crates.io-index"
 2597checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2598dependencies = [
 2599 "nom",
 2600]
 2601
 2602[[package]]
 2603name = "cfg-expr"
 2604version = "0.15.8"
 2605source = "registry+https://github.com/rust-lang/crates.io-index"
 2606checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2607dependencies = [
 2608 "smallvec",
 2609 "target-lexicon 0.12.16",
 2610]
 2611
 2612[[package]]
 2613name = "cfg-if"
 2614version = "1.0.0"
 2615source = "registry+https://github.com/rust-lang/crates.io-index"
 2616checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2617
 2618[[package]]
 2619name = "cfg_aliases"
 2620version = "0.1.1"
 2621source = "registry+https://github.com/rust-lang/crates.io-index"
 2622checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2623
 2624[[package]]
 2625name = "cfg_aliases"
 2626version = "0.2.1"
 2627source = "registry+https://github.com/rust-lang/crates.io-index"
 2628checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2629
 2630[[package]]
 2631name = "cgl"
 2632version = "0.3.2"
 2633source = "registry+https://github.com/rust-lang/crates.io-index"
 2634checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2635dependencies = [
 2636 "libc",
 2637]
 2638
 2639[[package]]
 2640name = "channel"
 2641version = "0.1.0"
 2642dependencies = [
 2643 "anyhow",
 2644 "client",
 2645 "clock",
 2646 "collections",
 2647 "futures 0.3.31",
 2648 "gpui",
 2649 "http_client",
 2650 "language",
 2651 "log",
 2652 "rand 0.8.5",
 2653 "release_channel",
 2654 "rpc",
 2655 "settings",
 2656 "sum_tree",
 2657 "text",
 2658 "time",
 2659 "util",
 2660 "workspace-hack",
 2661]
 2662
 2663[[package]]
 2664name = "chrono"
 2665version = "0.4.41"
 2666source = "registry+https://github.com/rust-lang/crates.io-index"
 2667checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2668dependencies = [
 2669 "android-tzdata",
 2670 "iana-time-zone",
 2671 "js-sys",
 2672 "num-traits",
 2673 "serde",
 2674 "wasm-bindgen",
 2675 "windows-link",
 2676]
 2677
 2678[[package]]
 2679name = "chunked_transfer"
 2680version = "1.5.0"
 2681source = "registry+https://github.com/rust-lang/crates.io-index"
 2682checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2683
 2684[[package]]
 2685name = "ciborium"
 2686version = "0.2.2"
 2687source = "registry+https://github.com/rust-lang/crates.io-index"
 2688checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2689dependencies = [
 2690 "ciborium-io",
 2691 "ciborium-ll",
 2692 "serde",
 2693]
 2694
 2695[[package]]
 2696name = "ciborium-io"
 2697version = "0.2.2"
 2698source = "registry+https://github.com/rust-lang/crates.io-index"
 2699checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2700
 2701[[package]]
 2702name = "ciborium-ll"
 2703version = "0.2.2"
 2704source = "registry+https://github.com/rust-lang/crates.io-index"
 2705checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2706dependencies = [
 2707 "ciborium-io",
 2708 "half",
 2709]
 2710
 2711[[package]]
 2712name = "cipher"
 2713version = "0.4.4"
 2714source = "registry+https://github.com/rust-lang/crates.io-index"
 2715checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2716dependencies = [
 2717 "crypto-common",
 2718 "inout",
 2719 "zeroize",
 2720]
 2721
 2722[[package]]
 2723name = "circular-buffer"
 2724version = "1.1.0"
 2725source = "registry+https://github.com/rust-lang/crates.io-index"
 2726checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2727
 2728[[package]]
 2729name = "clang-sys"
 2730version = "1.8.1"
 2731source = "registry+https://github.com/rust-lang/crates.io-index"
 2732checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2733dependencies = [
 2734 "glob",
 2735 "libc",
 2736 "libloading",
 2737]
 2738
 2739[[package]]
 2740name = "clap"
 2741version = "4.5.37"
 2742source = "registry+https://github.com/rust-lang/crates.io-index"
 2743checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2744dependencies = [
 2745 "clap_builder",
 2746 "clap_derive",
 2747]
 2748
 2749[[package]]
 2750name = "clap_builder"
 2751version = "4.5.37"
 2752source = "registry+https://github.com/rust-lang/crates.io-index"
 2753checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2754dependencies = [
 2755 "anstream",
 2756 "anstyle",
 2757 "clap_lex",
 2758 "strsim",
 2759 "terminal_size",
 2760]
 2761
 2762[[package]]
 2763name = "clap_complete"
 2764version = "4.5.47"
 2765source = "registry+https://github.com/rust-lang/crates.io-index"
 2766checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2767dependencies = [
 2768 "clap",
 2769]
 2770
 2771[[package]]
 2772name = "clap_derive"
 2773version = "4.5.32"
 2774source = "registry+https://github.com/rust-lang/crates.io-index"
 2775checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2776dependencies = [
 2777 "heck 0.5.0",
 2778 "proc-macro2",
 2779 "quote",
 2780 "syn 2.0.101",
 2781]
 2782
 2783[[package]]
 2784name = "clap_lex"
 2785version = "0.7.4"
 2786source = "registry+https://github.com/rust-lang/crates.io-index"
 2787checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2788
 2789[[package]]
 2790name = "cli"
 2791version = "0.1.0"
 2792dependencies = [
 2793 "anyhow",
 2794 "clap",
 2795 "collections",
 2796 "core-foundation 0.10.0",
 2797 "core-services",
 2798 "exec",
 2799 "fork",
 2800 "ipc-channel",
 2801 "parking_lot",
 2802 "paths",
 2803 "plist",
 2804 "release_channel",
 2805 "serde",
 2806 "tempfile",
 2807 "util",
 2808 "windows 0.61.1",
 2809 "workspace-hack",
 2810]
 2811
 2812[[package]]
 2813name = "client"
 2814version = "0.1.0"
 2815dependencies = [
 2816 "anyhow",
 2817 "async-recursion 0.3.2",
 2818 "async-tungstenite",
 2819 "base64 0.22.1",
 2820 "chrono",
 2821 "clock",
 2822 "cocoa 0.26.0",
 2823 "collections",
 2824 "credentials_provider",
 2825 "feature_flags",
 2826 "futures 0.3.31",
 2827 "gpui",
 2828 "gpui_tokio",
 2829 "http_client",
 2830 "http_client_tls",
 2831 "httparse",
 2832 "log",
 2833 "parking_lot",
 2834 "paths",
 2835 "postage",
 2836 "rand 0.8.5",
 2837 "release_channel",
 2838 "rpc",
 2839 "rustls-pki-types",
 2840 "schemars",
 2841 "serde",
 2842 "serde_json",
 2843 "settings",
 2844 "sha2",
 2845 "smol",
 2846 "telemetry",
 2847 "telemetry_events",
 2848 "text",
 2849 "thiserror 2.0.12",
 2850 "time",
 2851 "tiny_http",
 2852 "tokio",
 2853 "tokio-native-tls",
 2854 "tokio-rustls 0.26.2",
 2855 "tokio-socks",
 2856 "url",
 2857 "util",
 2858 "windows 0.61.1",
 2859 "workspace-hack",
 2860 "worktree",
 2861]
 2862
 2863[[package]]
 2864name = "clock"
 2865version = "0.1.0"
 2866dependencies = [
 2867 "parking_lot",
 2868 "serde",
 2869 "smallvec",
 2870 "workspace-hack",
 2871]
 2872
 2873[[package]]
 2874name = "clru"
 2875version = "0.6.2"
 2876source = "registry+https://github.com/rust-lang/crates.io-index"
 2877checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2878
 2879[[package]]
 2880name = "cmake"
 2881version = "0.1.54"
 2882source = "registry+https://github.com/rust-lang/crates.io-index"
 2883checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2884dependencies = [
 2885 "cc",
 2886]
 2887
 2888[[package]]
 2889name = "cobs"
 2890version = "0.2.3"
 2891source = "registry+https://github.com/rust-lang/crates.io-index"
 2892checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2893
 2894[[package]]
 2895name = "cocoa"
 2896version = "0.25.0"
 2897source = "registry+https://github.com/rust-lang/crates.io-index"
 2898checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2899dependencies = [
 2900 "bitflags 1.3.2",
 2901 "block",
 2902 "cocoa-foundation 0.1.2",
 2903 "core-foundation 0.9.4",
 2904 "core-graphics 0.23.2",
 2905 "foreign-types 0.5.0",
 2906 "libc",
 2907 "objc",
 2908]
 2909
 2910[[package]]
 2911name = "cocoa"
 2912version = "0.26.0"
 2913source = "registry+https://github.com/rust-lang/crates.io-index"
 2914checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2915dependencies = [
 2916 "bitflags 2.9.0",
 2917 "block",
 2918 "cocoa-foundation 0.2.0",
 2919 "core-foundation 0.10.0",
 2920 "core-graphics 0.24.0",
 2921 "foreign-types 0.5.0",
 2922 "libc",
 2923 "objc",
 2924]
 2925
 2926[[package]]
 2927name = "cocoa-foundation"
 2928version = "0.1.2"
 2929source = "registry+https://github.com/rust-lang/crates.io-index"
 2930checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2931dependencies = [
 2932 "bitflags 1.3.2",
 2933 "block",
 2934 "core-foundation 0.9.4",
 2935 "core-graphics-types 0.1.3",
 2936 "libc",
 2937 "objc",
 2938]
 2939
 2940[[package]]
 2941name = "cocoa-foundation"
 2942version = "0.2.0"
 2943source = "registry+https://github.com/rust-lang/crates.io-index"
 2944checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2945dependencies = [
 2946 "bitflags 2.9.0",
 2947 "block",
 2948 "core-foundation 0.10.0",
 2949 "core-graphics-types 0.2.0",
 2950 "libc",
 2951 "objc",
 2952]
 2953
 2954[[package]]
 2955name = "codespan-reporting"
 2956version = "0.11.1"
 2957source = "registry+https://github.com/rust-lang/crates.io-index"
 2958checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2959dependencies = [
 2960 "termcolor",
 2961 "unicode-width 0.1.14",
 2962]
 2963
 2964[[package]]
 2965name = "codespan-reporting"
 2966version = "0.12.0"
 2967source = "registry+https://github.com/rust-lang/crates.io-index"
 2968checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2969dependencies = [
 2970 "serde",
 2971 "termcolor",
 2972 "unicode-width 0.2.0",
 2973]
 2974
 2975[[package]]
 2976name = "collab"
 2977version = "0.44.0"
 2978dependencies = [
 2979 "anyhow",
 2980 "assistant_context_editor",
 2981 "assistant_settings",
 2982 "assistant_slash_command",
 2983 "assistant_tool",
 2984 "async-stripe",
 2985 "async-trait",
 2986 "async-tungstenite",
 2987 "audio",
 2988 "aws-config",
 2989 "aws-sdk-kinesis",
 2990 "aws-sdk-s3",
 2991 "axum",
 2992 "axum-extra",
 2993 "base64 0.22.1",
 2994 "buffer_diff",
 2995 "call",
 2996 "channel",
 2997 "chrono",
 2998 "client",
 2999 "clock",
 3000 "collab_ui",
 3001 "collections",
 3002 "command_palette_hooks",
 3003 "context_server",
 3004 "ctor",
 3005 "dap",
 3006 "dap_adapters",
 3007 "dashmap 6.1.0",
 3008 "debugger_ui",
 3009 "derive_more",
 3010 "editor",
 3011 "env_logger 0.11.8",
 3012 "envy",
 3013 "extension",
 3014 "file_finder",
 3015 "fs",
 3016 "futures 0.3.31",
 3017 "git",
 3018 "git_hosting_providers",
 3019 "git_ui",
 3020 "gpui",
 3021 "gpui_tokio",
 3022 "hex",
 3023 "http_client",
 3024 "hyper 0.14.32",
 3025 "indoc",
 3026 "jsonwebtoken",
 3027 "language",
 3028 "language_model",
 3029 "livekit_api",
 3030 "livekit_client",
 3031 "log",
 3032 "lsp",
 3033 "menu",
 3034 "multi_buffer",
 3035 "nanoid",
 3036 "node_runtime",
 3037 "notifications",
 3038 "parking_lot",
 3039 "pretty_assertions",
 3040 "project",
 3041 "prometheus",
 3042 "prompt_store",
 3043 "prost 0.9.0",
 3044 "rand 0.8.5",
 3045 "recent_projects",
 3046 "release_channel",
 3047 "remote",
 3048 "remote_server",
 3049 "reqwest 0.11.27",
 3050 "reqwest_client",
 3051 "rpc",
 3052 "rustc-demangle",
 3053 "scrypt",
 3054 "sea-orm",
 3055 "semantic_version",
 3056 "semver",
 3057 "serde",
 3058 "serde_derive",
 3059 "serde_json",
 3060 "session",
 3061 "settings",
 3062 "sha2",
 3063 "sqlx",
 3064 "strum 0.27.1",
 3065 "subtle",
 3066 "supermaven_api",
 3067 "task",
 3068 "telemetry_events",
 3069 "text",
 3070 "theme",
 3071 "thiserror 2.0.12",
 3072 "time",
 3073 "tokio",
 3074 "toml 0.8.20",
 3075 "tower 0.4.13",
 3076 "tower-http 0.4.4",
 3077 "tracing",
 3078 "tracing-subscriber",
 3079 "unindent",
 3080 "util",
 3081 "uuid",
 3082 "workspace",
 3083 "workspace-hack",
 3084 "worktree",
 3085 "zed_llm_client",
 3086]
 3087
 3088[[package]]
 3089name = "collab_ui"
 3090version = "0.1.0"
 3091dependencies = [
 3092 "anyhow",
 3093 "call",
 3094 "channel",
 3095 "chrono",
 3096 "client",
 3097 "collections",
 3098 "db",
 3099 "editor",
 3100 "emojis",
 3101 "futures 0.3.31",
 3102 "fuzzy",
 3103 "gpui",
 3104 "http_client",
 3105 "language",
 3106 "log",
 3107 "menu",
 3108 "notifications",
 3109 "picker",
 3110 "pretty_assertions",
 3111 "project",
 3112 "release_channel",
 3113 "rich_text",
 3114 "rpc",
 3115 "schemars",
 3116 "serde",
 3117 "serde_derive",
 3118 "serde_json",
 3119 "settings",
 3120 "smallvec",
 3121 "story",
 3122 "telemetry",
 3123 "theme",
 3124 "time",
 3125 "time_format",
 3126 "title_bar",
 3127 "tree-sitter-md",
 3128 "ui",
 3129 "util",
 3130 "workspace",
 3131 "workspace-hack",
 3132]
 3133
 3134[[package]]
 3135name = "collections"
 3136version = "0.1.0"
 3137dependencies = [
 3138 "indexmap",
 3139 "rustc-hash 2.1.1",
 3140 "workspace-hack",
 3141]
 3142
 3143[[package]]
 3144name = "color_quant"
 3145version = "1.1.0"
 3146source = "registry+https://github.com/rust-lang/crates.io-index"
 3147checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3148
 3149[[package]]
 3150name = "colorchoice"
 3151version = "1.0.3"
 3152source = "registry+https://github.com/rust-lang/crates.io-index"
 3153checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3154
 3155[[package]]
 3156name = "combine"
 3157version = "4.6.7"
 3158source = "registry+https://github.com/rust-lang/crates.io-index"
 3159checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3160dependencies = [
 3161 "bytes 1.10.1",
 3162 "memchr",
 3163]
 3164
 3165[[package]]
 3166name = "command_palette"
 3167version = "0.1.0"
 3168dependencies = [
 3169 "anyhow",
 3170 "client",
 3171 "collections",
 3172 "command_palette_hooks",
 3173 "ctor",
 3174 "db",
 3175 "editor",
 3176 "env_logger 0.11.8",
 3177 "fuzzy",
 3178 "go_to_line",
 3179 "gpui",
 3180 "language",
 3181 "log",
 3182 "menu",
 3183 "picker",
 3184 "postage",
 3185 "project",
 3186 "serde",
 3187 "serde_json",
 3188 "settings",
 3189 "telemetry",
 3190 "theme",
 3191 "time",
 3192 "ui",
 3193 "util",
 3194 "workspace",
 3195 "workspace-hack",
 3196 "zed_actions",
 3197]
 3198
 3199[[package]]
 3200name = "command_palette_hooks"
 3201version = "0.1.0"
 3202dependencies = [
 3203 "collections",
 3204 "derive_more",
 3205 "gpui",
 3206 "workspace-hack",
 3207]
 3208
 3209[[package]]
 3210name = "component"
 3211version = "0.1.0"
 3212dependencies = [
 3213 "collections",
 3214 "gpui",
 3215 "inventory",
 3216 "parking_lot",
 3217 "strum 0.27.1",
 3218 "theme",
 3219 "workspace-hack",
 3220]
 3221
 3222[[package]]
 3223name = "concurrent-queue"
 3224version = "2.5.0"
 3225source = "registry+https://github.com/rust-lang/crates.io-index"
 3226checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3227dependencies = [
 3228 "crossbeam-utils",
 3229]
 3230
 3231[[package]]
 3232name = "console"
 3233version = "0.15.11"
 3234source = "registry+https://github.com/rust-lang/crates.io-index"
 3235checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3236dependencies = [
 3237 "encode_unicode",
 3238 "libc",
 3239 "once_cell",
 3240 "unicode-width 0.2.0",
 3241 "windows-sys 0.59.0",
 3242]
 3243
 3244[[package]]
 3245name = "const-oid"
 3246version = "0.9.6"
 3247source = "registry+https://github.com/rust-lang/crates.io-index"
 3248checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3249
 3250[[package]]
 3251name = "const-random"
 3252version = "0.1.18"
 3253source = "registry+https://github.com/rust-lang/crates.io-index"
 3254checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3255dependencies = [
 3256 "const-random-macro",
 3257]
 3258
 3259[[package]]
 3260name = "const-random-macro"
 3261version = "0.1.16"
 3262source = "registry+https://github.com/rust-lang/crates.io-index"
 3263checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3264dependencies = [
 3265 "getrandom 0.2.15",
 3266 "once_cell",
 3267 "tiny-keccak",
 3268]
 3269
 3270[[package]]
 3271name = "constant_time_eq"
 3272version = "0.1.5"
 3273source = "registry+https://github.com/rust-lang/crates.io-index"
 3274checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3275
 3276[[package]]
 3277name = "constant_time_eq"
 3278version = "0.3.1"
 3279source = "registry+https://github.com/rust-lang/crates.io-index"
 3280checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3281
 3282[[package]]
 3283name = "context_server"
 3284version = "0.1.0"
 3285dependencies = [
 3286 "anyhow",
 3287 "async-trait",
 3288 "collections",
 3289 "futures 0.3.31",
 3290 "gpui",
 3291 "log",
 3292 "parking_lot",
 3293 "postage",
 3294 "schemars",
 3295 "serde",
 3296 "serde_json",
 3297 "smol",
 3298 "url",
 3299 "util",
 3300 "workspace-hack",
 3301]
 3302
 3303[[package]]
 3304name = "convert_case"
 3305version = "0.4.0"
 3306source = "registry+https://github.com/rust-lang/crates.io-index"
 3307checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3308
 3309[[package]]
 3310name = "convert_case"
 3311version = "0.6.0"
 3312source = "registry+https://github.com/rust-lang/crates.io-index"
 3313checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3314dependencies = [
 3315 "unicode-segmentation",
 3316]
 3317
 3318[[package]]
 3319name = "convert_case"
 3320version = "0.8.0"
 3321source = "registry+https://github.com/rust-lang/crates.io-index"
 3322checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3323dependencies = [
 3324 "unicode-segmentation",
 3325]
 3326
 3327[[package]]
 3328name = "copilot"
 3329version = "0.1.0"
 3330dependencies = [
 3331 "anyhow",
 3332 "async-std",
 3333 "chrono",
 3334 "client",
 3335 "clock",
 3336 "collections",
 3337 "command_palette_hooks",
 3338 "ctor",
 3339 "editor",
 3340 "env_logger 0.11.8",
 3341 "fs",
 3342 "futures 0.3.31",
 3343 "gpui",
 3344 "http_client",
 3345 "indoc",
 3346 "inline_completion",
 3347 "itertools 0.14.0",
 3348 "language",
 3349 "log",
 3350 "lsp",
 3351 "menu",
 3352 "node_runtime",
 3353 "parking_lot",
 3354 "paths",
 3355 "project",
 3356 "rpc",
 3357 "serde",
 3358 "serde_json",
 3359 "settings",
 3360 "task",
 3361 "theme",
 3362 "ui",
 3363 "util",
 3364 "workspace",
 3365 "workspace-hack",
 3366]
 3367
 3368[[package]]
 3369name = "core-foundation"
 3370version = "0.9.4"
 3371source = "registry+https://github.com/rust-lang/crates.io-index"
 3372checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3373dependencies = [
 3374 "core-foundation-sys",
 3375 "libc",
 3376]
 3377
 3378[[package]]
 3379name = "core-foundation"
 3380version = "0.10.0"
 3381source = "registry+https://github.com/rust-lang/crates.io-index"
 3382checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3383dependencies = [
 3384 "core-foundation-sys",
 3385 "libc",
 3386]
 3387
 3388[[package]]
 3389name = "core-foundation-sys"
 3390version = "0.8.7"
 3391source = "registry+https://github.com/rust-lang/crates.io-index"
 3392checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3393
 3394[[package]]
 3395name = "core-graphics"
 3396version = "0.23.2"
 3397source = "registry+https://github.com/rust-lang/crates.io-index"
 3398checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3399dependencies = [
 3400 "bitflags 1.3.2",
 3401 "core-foundation 0.9.4",
 3402 "core-graphics-types 0.1.3",
 3403 "foreign-types 0.5.0",
 3404 "libc",
 3405]
 3406
 3407[[package]]
 3408name = "core-graphics"
 3409version = "0.24.0"
 3410source = "registry+https://github.com/rust-lang/crates.io-index"
 3411checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3412dependencies = [
 3413 "bitflags 2.9.0",
 3414 "core-foundation 0.10.0",
 3415 "core-graphics-types 0.2.0",
 3416 "foreign-types 0.5.0",
 3417 "libc",
 3418]
 3419
 3420[[package]]
 3421name = "core-graphics-helmer-fork"
 3422version = "0.24.0"
 3423source = "registry+https://github.com/rust-lang/crates.io-index"
 3424checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3425dependencies = [
 3426 "bitflags 2.9.0",
 3427 "core-foundation 0.9.4",
 3428 "core-graphics-types 0.1.3",
 3429 "foreign-types 0.5.0",
 3430 "libc",
 3431]
 3432
 3433[[package]]
 3434name = "core-graphics-types"
 3435version = "0.1.3"
 3436source = "registry+https://github.com/rust-lang/crates.io-index"
 3437checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3438dependencies = [
 3439 "bitflags 1.3.2",
 3440 "core-foundation 0.9.4",
 3441 "libc",
 3442]
 3443
 3444[[package]]
 3445name = "core-graphics-types"
 3446version = "0.2.0"
 3447source = "registry+https://github.com/rust-lang/crates.io-index"
 3448checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3449dependencies = [
 3450 "bitflags 2.9.0",
 3451 "core-foundation 0.10.0",
 3452 "libc",
 3453]
 3454
 3455[[package]]
 3456name = "core-graphics2"
 3457version = "0.4.1"
 3458source = "registry+https://github.com/rust-lang/crates.io-index"
 3459checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3460dependencies = [
 3461 "bitflags 2.9.0",
 3462 "block",
 3463 "cfg-if",
 3464 "core-foundation 0.10.0",
 3465 "libc",
 3466]
 3467
 3468[[package]]
 3469name = "core-services"
 3470version = "0.2.1"
 3471source = "registry+https://github.com/rust-lang/crates.io-index"
 3472checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3473dependencies = [
 3474 "core-foundation 0.9.4",
 3475]
 3476
 3477[[package]]
 3478name = "core-text"
 3479version = "21.0.0"
 3480source = "registry+https://github.com/rust-lang/crates.io-index"
 3481checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3482dependencies = [
 3483 "core-foundation 0.10.0",
 3484 "core-graphics 0.24.0",
 3485 "foreign-types 0.5.0",
 3486 "libc",
 3487]
 3488
 3489[[package]]
 3490name = "core-video"
 3491version = "0.4.3"
 3492source = "registry+https://github.com/rust-lang/crates.io-index"
 3493checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3494dependencies = [
 3495 "block",
 3496 "core-foundation 0.10.0",
 3497 "core-graphics2",
 3498 "io-surface",
 3499 "libc",
 3500 "metal",
 3501]
 3502
 3503[[package]]
 3504name = "core_maths"
 3505version = "0.1.1"
 3506source = "registry+https://github.com/rust-lang/crates.io-index"
 3507checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3508dependencies = [
 3509 "libm",
 3510]
 3511
 3512[[package]]
 3513name = "coreaudio-rs"
 3514version = "0.11.3"
 3515source = "registry+https://github.com/rust-lang/crates.io-index"
 3516checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3517dependencies = [
 3518 "bitflags 1.3.2",
 3519 "core-foundation-sys",
 3520 "coreaudio-sys",
 3521]
 3522
 3523[[package]]
 3524name = "coreaudio-rs"
 3525version = "0.12.1"
 3526source = "registry+https://github.com/rust-lang/crates.io-index"
 3527checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3528dependencies = [
 3529 "bitflags 1.3.2",
 3530 "core-foundation-sys",
 3531 "coreaudio-sys",
 3532]
 3533
 3534[[package]]
 3535name = "coreaudio-sys"
 3536version = "0.2.16"
 3537source = "registry+https://github.com/rust-lang/crates.io-index"
 3538checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3539dependencies = [
 3540 "bindgen 0.70.1",
 3541]
 3542
 3543[[package]]
 3544name = "cosmic-text"
 3545version = "0.14.0"
 3546source = "registry+https://github.com/rust-lang/crates.io-index"
 3547checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3548dependencies = [
 3549 "bitflags 2.9.0",
 3550 "fontdb 0.16.2",
 3551 "log",
 3552 "rangemap",
 3553 "rustc-hash 1.1.0",
 3554 "rustybuzz 0.14.1",
 3555 "self_cell",
 3556 "smol_str 0.2.2",
 3557 "swash",
 3558 "sys-locale",
 3559 "ttf-parser 0.21.1",
 3560 "unicode-bidi",
 3561 "unicode-linebreak",
 3562 "unicode-script",
 3563 "unicode-segmentation",
 3564]
 3565
 3566[[package]]
 3567name = "cpal"
 3568version = "0.15.3"
 3569source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3570dependencies = [
 3571 "alsa",
 3572 "core-foundation-sys",
 3573 "coreaudio-rs 0.11.3",
 3574 "dasp_sample",
 3575 "jni",
 3576 "js-sys",
 3577 "libc",
 3578 "mach2",
 3579 "ndk",
 3580 "ndk-context",
 3581 "oboe",
 3582 "wasm-bindgen",
 3583 "wasm-bindgen-futures",
 3584 "web-sys",
 3585 "windows 0.54.0",
 3586]
 3587
 3588[[package]]
 3589name = "cpp_demangle"
 3590version = "0.4.4"
 3591source = "registry+https://github.com/rust-lang/crates.io-index"
 3592checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3593dependencies = [
 3594 "cfg-if",
 3595]
 3596
 3597[[package]]
 3598name = "cpufeatures"
 3599version = "0.2.17"
 3600source = "registry+https://github.com/rust-lang/crates.io-index"
 3601checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3602dependencies = [
 3603 "libc",
 3604]
 3605
 3606[[package]]
 3607name = "cranelift-bforest"
 3608version = "0.116.1"
 3609source = "registry+https://github.com/rust-lang/crates.io-index"
 3610checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3611dependencies = [
 3612 "cranelift-entity",
 3613]
 3614
 3615[[package]]
 3616name = "cranelift-bitset"
 3617version = "0.116.1"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3620dependencies = [
 3621 "serde",
 3622 "serde_derive",
 3623]
 3624
 3625[[package]]
 3626name = "cranelift-codegen"
 3627version = "0.116.1"
 3628source = "registry+https://github.com/rust-lang/crates.io-index"
 3629checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3630dependencies = [
 3631 "bumpalo",
 3632 "cranelift-bforest",
 3633 "cranelift-bitset",
 3634 "cranelift-codegen-meta",
 3635 "cranelift-codegen-shared",
 3636 "cranelift-control",
 3637 "cranelift-entity",
 3638 "cranelift-isle",
 3639 "gimli",
 3640 "hashbrown 0.14.5",
 3641 "log",
 3642 "postcard",
 3643 "regalloc2",
 3644 "rustc-hash 2.1.1",
 3645 "serde",
 3646 "serde_derive",
 3647 "sha2",
 3648 "smallvec",
 3649 "target-lexicon 0.13.2",
 3650]
 3651
 3652[[package]]
 3653name = "cranelift-codegen-meta"
 3654version = "0.116.1"
 3655source = "registry+https://github.com/rust-lang/crates.io-index"
 3656checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3657dependencies = [
 3658 "cranelift-codegen-shared",
 3659]
 3660
 3661[[package]]
 3662name = "cranelift-codegen-shared"
 3663version = "0.116.1"
 3664source = "registry+https://github.com/rust-lang/crates.io-index"
 3665checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3666
 3667[[package]]
 3668name = "cranelift-control"
 3669version = "0.116.1"
 3670source = "registry+https://github.com/rust-lang/crates.io-index"
 3671checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3672dependencies = [
 3673 "arbitrary",
 3674]
 3675
 3676[[package]]
 3677name = "cranelift-entity"
 3678version = "0.116.1"
 3679source = "registry+https://github.com/rust-lang/crates.io-index"
 3680checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3681dependencies = [
 3682 "cranelift-bitset",
 3683 "serde",
 3684 "serde_derive",
 3685]
 3686
 3687[[package]]
 3688name = "cranelift-frontend"
 3689version = "0.116.1"
 3690source = "registry+https://github.com/rust-lang/crates.io-index"
 3691checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3692dependencies = [
 3693 "cranelift-codegen",
 3694 "log",
 3695 "smallvec",
 3696 "target-lexicon 0.13.2",
 3697]
 3698
 3699[[package]]
 3700name = "cranelift-isle"
 3701version = "0.116.1"
 3702source = "registry+https://github.com/rust-lang/crates.io-index"
 3703checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3704
 3705[[package]]
 3706name = "cranelift-native"
 3707version = "0.116.1"
 3708source = "registry+https://github.com/rust-lang/crates.io-index"
 3709checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3710dependencies = [
 3711 "cranelift-codegen",
 3712 "libc",
 3713 "target-lexicon 0.13.2",
 3714]
 3715
 3716[[package]]
 3717name = "crc"
 3718version = "3.2.1"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3721dependencies = [
 3722 "crc-catalog",
 3723]
 3724
 3725[[package]]
 3726name = "crc-catalog"
 3727version = "2.4.0"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3730
 3731[[package]]
 3732name = "crc32c"
 3733version = "0.6.8"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3736dependencies = [
 3737 "rustc_version",
 3738]
 3739
 3740[[package]]
 3741name = "crc32fast"
 3742version = "1.4.2"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3745dependencies = [
 3746 "cfg-if",
 3747]
 3748
 3749[[package]]
 3750name = "crc64fast-nvme"
 3751version = "1.2.0"
 3752source = "registry+https://github.com/rust-lang/crates.io-index"
 3753checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3754dependencies = [
 3755 "crc",
 3756]
 3757
 3758[[package]]
 3759name = "credentials_provider"
 3760version = "0.1.0"
 3761dependencies = [
 3762 "anyhow",
 3763 "futures 0.3.31",
 3764 "gpui",
 3765 "paths",
 3766 "release_channel",
 3767 "serde",
 3768 "serde_json",
 3769 "workspace-hack",
 3770]
 3771
 3772[[package]]
 3773name = "criterion"
 3774version = "0.5.1"
 3775source = "registry+https://github.com/rust-lang/crates.io-index"
 3776checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3777dependencies = [
 3778 "anes",
 3779 "cast",
 3780 "ciborium",
 3781 "clap",
 3782 "criterion-plot",
 3783 "is-terminal",
 3784 "itertools 0.10.5",
 3785 "num-traits",
 3786 "once_cell",
 3787 "oorandom",
 3788 "plotters",
 3789 "rayon",
 3790 "regex",
 3791 "serde",
 3792 "serde_derive",
 3793 "serde_json",
 3794 "tinytemplate",
 3795 "walkdir",
 3796]
 3797
 3798[[package]]
 3799name = "criterion-plot"
 3800version = "0.5.0"
 3801source = "registry+https://github.com/rust-lang/crates.io-index"
 3802checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3803dependencies = [
 3804 "cast",
 3805 "itertools 0.10.5",
 3806]
 3807
 3808[[package]]
 3809name = "crossbeam-channel"
 3810version = "0.5.15"
 3811source = "registry+https://github.com/rust-lang/crates.io-index"
 3812checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3813dependencies = [
 3814 "crossbeam-utils",
 3815]
 3816
 3817[[package]]
 3818name = "crossbeam-deque"
 3819version = "0.8.6"
 3820source = "registry+https://github.com/rust-lang/crates.io-index"
 3821checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3822dependencies = [
 3823 "crossbeam-epoch",
 3824 "crossbeam-utils",
 3825]
 3826
 3827[[package]]
 3828name = "crossbeam-epoch"
 3829version = "0.9.18"
 3830source = "registry+https://github.com/rust-lang/crates.io-index"
 3831checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3832dependencies = [
 3833 "crossbeam-utils",
 3834]
 3835
 3836[[package]]
 3837name = "crossbeam-queue"
 3838version = "0.3.12"
 3839source = "registry+https://github.com/rust-lang/crates.io-index"
 3840checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3841dependencies = [
 3842 "crossbeam-utils",
 3843]
 3844
 3845[[package]]
 3846name = "crossbeam-utils"
 3847version = "0.8.21"
 3848source = "registry+https://github.com/rust-lang/crates.io-index"
 3849checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3850
 3851[[package]]
 3852name = "crunchy"
 3853version = "0.2.3"
 3854source = "registry+https://github.com/rust-lang/crates.io-index"
 3855checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3856
 3857[[package]]
 3858name = "crypto-bigint"
 3859version = "0.4.9"
 3860source = "registry+https://github.com/rust-lang/crates.io-index"
 3861checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3862dependencies = [
 3863 "generic-array",
 3864 "rand_core 0.6.4",
 3865 "subtle",
 3866 "zeroize",
 3867]
 3868
 3869[[package]]
 3870name = "crypto-bigint"
 3871version = "0.5.5"
 3872source = "registry+https://github.com/rust-lang/crates.io-index"
 3873checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3874dependencies = [
 3875 "rand_core 0.6.4",
 3876 "subtle",
 3877]
 3878
 3879[[package]]
 3880name = "crypto-common"
 3881version = "0.1.6"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3884dependencies = [
 3885 "generic-array",
 3886 "rand_core 0.6.4",
 3887 "typenum",
 3888]
 3889
 3890[[package]]
 3891name = "cssparser"
 3892version = "0.35.0"
 3893source = "registry+https://github.com/rust-lang/crates.io-index"
 3894checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3895dependencies = [
 3896 "cssparser-macros",
 3897 "dtoa-short",
 3898 "itoa",
 3899 "phf",
 3900 "smallvec",
 3901]
 3902
 3903[[package]]
 3904name = "cssparser-macros"
 3905version = "0.6.1"
 3906source = "registry+https://github.com/rust-lang/crates.io-index"
 3907checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3908dependencies = [
 3909 "quote",
 3910 "syn 2.0.101",
 3911]
 3912
 3913[[package]]
 3914name = "ctor"
 3915version = "0.4.2"
 3916source = "registry+https://github.com/rust-lang/crates.io-index"
 3917checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3918dependencies = [
 3919 "ctor-proc-macro",
 3920 "dtor",
 3921]
 3922
 3923[[package]]
 3924name = "ctor-proc-macro"
 3925version = "0.0.5"
 3926source = "registry+https://github.com/rust-lang/crates.io-index"
 3927checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3928
 3929[[package]]
 3930name = "ctrlc"
 3931version = "3.4.6"
 3932source = "registry+https://github.com/rust-lang/crates.io-index"
 3933checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3934dependencies = [
 3935 "nix 0.29.0",
 3936 "windows-sys 0.59.0",
 3937]
 3938
 3939[[package]]
 3940name = "cursor-icon"
 3941version = "1.1.0"
 3942source = "registry+https://github.com/rust-lang/crates.io-index"
 3943checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3944
 3945[[package]]
 3946name = "cxx"
 3947version = "1.0.157"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3950dependencies = [
 3951 "cc",
 3952 "cxxbridge-cmd",
 3953 "cxxbridge-flags",
 3954 "cxxbridge-macro",
 3955 "foldhash",
 3956 "link-cplusplus",
 3957]
 3958
 3959[[package]]
 3960name = "cxx-build"
 3961version = "1.0.157"
 3962source = "registry+https://github.com/rust-lang/crates.io-index"
 3963checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3964dependencies = [
 3965 "cc",
 3966 "codespan-reporting 0.12.0",
 3967 "proc-macro2",
 3968 "quote",
 3969 "scratch",
 3970 "syn 2.0.101",
 3971]
 3972
 3973[[package]]
 3974name = "cxxbridge-cmd"
 3975version = "1.0.157"
 3976source = "registry+https://github.com/rust-lang/crates.io-index"
 3977checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3978dependencies = [
 3979 "clap",
 3980 "codespan-reporting 0.12.0",
 3981 "proc-macro2",
 3982 "quote",
 3983 "syn 2.0.101",
 3984]
 3985
 3986[[package]]
 3987name = "cxxbridge-flags"
 3988version = "1.0.157"
 3989source = "registry+https://github.com/rust-lang/crates.io-index"
 3990checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3991
 3992[[package]]
 3993name = "cxxbridge-macro"
 3994version = "1.0.157"
 3995source = "registry+https://github.com/rust-lang/crates.io-index"
 3996checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3997dependencies = [
 3998 "proc-macro2",
 3999 "quote",
 4000 "rustversion",
 4001 "syn 2.0.101",
 4002]
 4003
 4004[[package]]
 4005name = "dap"
 4006version = "0.1.0"
 4007dependencies = [
 4008 "anyhow",
 4009 "async-compression",
 4010 "async-pipe",
 4011 "async-tar",
 4012 "async-trait",
 4013 "client",
 4014 "collections",
 4015 "dap-types",
 4016 "env_logger 0.11.8",
 4017 "fs",
 4018 "futures 0.3.31",
 4019 "gpui",
 4020 "http_client",
 4021 "language",
 4022 "log",
 4023 "node_runtime",
 4024 "parking_lot",
 4025 "paths",
 4026 "proto",
 4027 "schemars",
 4028 "serde",
 4029 "serde_json",
 4030 "settings",
 4031 "smallvec",
 4032 "smol",
 4033 "task",
 4034 "telemetry",
 4035 "util",
 4036 "workspace-hack",
 4037]
 4038
 4039[[package]]
 4040name = "dap-types"
 4041version = "0.0.1"
 4042source = "git+https://github.com/zed-industries/dap-types?rev=68516de327fa1be15214133a0a2e52a12982ce75#68516de327fa1be15214133a0a2e52a12982ce75"
 4043dependencies = [
 4044 "schemars",
 4045 "serde",
 4046 "serde_json",
 4047]
 4048
 4049[[package]]
 4050name = "dap_adapters"
 4051version = "0.1.0"
 4052dependencies = [
 4053 "anyhow",
 4054 "async-trait",
 4055 "dap",
 4056 "futures 0.3.31",
 4057 "gpui",
 4058 "json_dotpath",
 4059 "language",
 4060 "log",
 4061 "paths",
 4062 "serde",
 4063 "serde_json",
 4064 "task",
 4065 "util",
 4066 "workspace-hack",
 4067]
 4068
 4069[[package]]
 4070name = "darling"
 4071version = "0.20.11"
 4072source = "registry+https://github.com/rust-lang/crates.io-index"
 4073checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4074dependencies = [
 4075 "darling_core",
 4076 "darling_macro",
 4077]
 4078
 4079[[package]]
 4080name = "darling_core"
 4081version = "0.20.11"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4084dependencies = [
 4085 "fnv",
 4086 "ident_case",
 4087 "proc-macro2",
 4088 "quote",
 4089 "strsim",
 4090 "syn 2.0.101",
 4091]
 4092
 4093[[package]]
 4094name = "darling_macro"
 4095version = "0.20.11"
 4096source = "registry+https://github.com/rust-lang/crates.io-index"
 4097checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4098dependencies = [
 4099 "darling_core",
 4100 "quote",
 4101 "syn 2.0.101",
 4102]
 4103
 4104[[package]]
 4105name = "dashmap"
 4106version = "5.5.3"
 4107source = "registry+https://github.com/rust-lang/crates.io-index"
 4108checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4109dependencies = [
 4110 "cfg-if",
 4111 "hashbrown 0.14.5",
 4112 "lock_api",
 4113 "once_cell",
 4114 "parking_lot_core",
 4115]
 4116
 4117[[package]]
 4118name = "dashmap"
 4119version = "6.1.0"
 4120source = "registry+https://github.com/rust-lang/crates.io-index"
 4121checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4122dependencies = [
 4123 "cfg-if",
 4124 "crossbeam-utils",
 4125 "hashbrown 0.14.5",
 4126 "lock_api",
 4127 "once_cell",
 4128 "parking_lot_core",
 4129]
 4130
 4131[[package]]
 4132name = "dasp_sample"
 4133version = "0.11.0"
 4134source = "registry+https://github.com/rust-lang/crates.io-index"
 4135checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4136
 4137[[package]]
 4138name = "data-encoding"
 4139version = "2.9.0"
 4140source = "registry+https://github.com/rust-lang/crates.io-index"
 4141checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4142
 4143[[package]]
 4144name = "data-url"
 4145version = "0.3.1"
 4146source = "registry+https://github.com/rust-lang/crates.io-index"
 4147checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4148
 4149[[package]]
 4150name = "db"
 4151version = "0.1.0"
 4152dependencies = [
 4153 "anyhow",
 4154 "gpui",
 4155 "indoc",
 4156 "log",
 4157 "paths",
 4158 "release_channel",
 4159 "smol",
 4160 "sqlez",
 4161 "sqlez_macros",
 4162 "tempfile",
 4163 "util",
 4164 "workspace-hack",
 4165]
 4166
 4167[[package]]
 4168name = "dbus"
 4169version = "0.9.7"
 4170source = "registry+https://github.com/rust-lang/crates.io-index"
 4171checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4172dependencies = [
 4173 "libc",
 4174 "libdbus-sys",
 4175 "winapi",
 4176]
 4177
 4178[[package]]
 4179name = "debug_adapter_extension"
 4180version = "0.1.0"
 4181dependencies = [
 4182 "anyhow",
 4183 "async-trait",
 4184 "dap",
 4185 "extension",
 4186 "gpui",
 4187 "serde_json",
 4188 "task",
 4189 "workspace-hack",
 4190]
 4191
 4192[[package]]
 4193name = "debugger_tools"
 4194version = "0.1.0"
 4195dependencies = [
 4196 "anyhow",
 4197 "dap",
 4198 "editor",
 4199 "futures 0.3.31",
 4200 "gpui",
 4201 "project",
 4202 "serde_json",
 4203 "settings",
 4204 "smol",
 4205 "util",
 4206 "workspace",
 4207 "workspace-hack",
 4208]
 4209
 4210[[package]]
 4211name = "debugger_ui"
 4212version = "0.1.0"
 4213dependencies = [
 4214 "anyhow",
 4215 "client",
 4216 "collections",
 4217 "command_palette_hooks",
 4218 "dap",
 4219 "dap_adapters",
 4220 "db",
 4221 "debugger_tools",
 4222 "editor",
 4223 "env_logger 0.11.8",
 4224 "feature_flags",
 4225 "file_icons",
 4226 "futures 0.3.31",
 4227 "fuzzy",
 4228 "gpui",
 4229 "language",
 4230 "log",
 4231 "menu",
 4232 "parking_lot",
 4233 "paths",
 4234 "picker",
 4235 "pretty_assertions",
 4236 "project",
 4237 "rpc",
 4238 "serde",
 4239 "serde_json",
 4240 "settings",
 4241 "shlex",
 4242 "sysinfo",
 4243 "task",
 4244 "tasks_ui",
 4245 "terminal_view",
 4246 "theme",
 4247 "ui",
 4248 "unindent",
 4249 "util",
 4250 "workspace",
 4251 "workspace-hack",
 4252 "zed_actions",
 4253]
 4254
 4255[[package]]
 4256name = "deepseek"
 4257version = "0.1.0"
 4258dependencies = [
 4259 "anyhow",
 4260 "futures 0.3.31",
 4261 "http_client",
 4262 "schemars",
 4263 "serde",
 4264 "serde_json",
 4265 "workspace-hack",
 4266]
 4267
 4268[[package]]
 4269name = "deflate64"
 4270version = "0.1.9"
 4271source = "registry+https://github.com/rust-lang/crates.io-index"
 4272checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4273
 4274[[package]]
 4275name = "der"
 4276version = "0.6.1"
 4277source = "registry+https://github.com/rust-lang/crates.io-index"
 4278checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4279dependencies = [
 4280 "const-oid",
 4281 "zeroize",
 4282]
 4283
 4284[[package]]
 4285name = "der"
 4286version = "0.7.10"
 4287source = "registry+https://github.com/rust-lang/crates.io-index"
 4288checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4289dependencies = [
 4290 "const-oid",
 4291 "pem-rfc7468",
 4292 "zeroize",
 4293]
 4294
 4295[[package]]
 4296name = "deranged"
 4297version = "0.4.0"
 4298source = "registry+https://github.com/rust-lang/crates.io-index"
 4299checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4300dependencies = [
 4301 "powerfmt",
 4302 "serde",
 4303]
 4304
 4305[[package]]
 4306name = "derive_builder"
 4307version = "0.20.2"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4310dependencies = [
 4311 "derive_builder_macro",
 4312]
 4313
 4314[[package]]
 4315name = "derive_builder_core"
 4316version = "0.20.2"
 4317source = "registry+https://github.com/rust-lang/crates.io-index"
 4318checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4319dependencies = [
 4320 "darling",
 4321 "proc-macro2",
 4322 "quote",
 4323 "syn 2.0.101",
 4324]
 4325
 4326[[package]]
 4327name = "derive_builder_macro"
 4328version = "0.20.2"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4331dependencies = [
 4332 "derive_builder_core",
 4333 "syn 2.0.101",
 4334]
 4335
 4336[[package]]
 4337name = "derive_more"
 4338version = "0.99.19"
 4339source = "registry+https://github.com/rust-lang/crates.io-index"
 4340checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4341dependencies = [
 4342 "convert_case 0.4.0",
 4343 "proc-macro2",
 4344 "quote",
 4345 "rustc_version",
 4346 "syn 2.0.101",
 4347]
 4348
 4349[[package]]
 4350name = "derive_refineable"
 4351version = "0.1.0"
 4352dependencies = [
 4353 "proc-macro2",
 4354 "quote",
 4355 "syn 1.0.109",
 4356 "workspace-hack",
 4357]
 4358
 4359[[package]]
 4360name = "diagnostics"
 4361version = "0.1.0"
 4362dependencies = [
 4363 "anyhow",
 4364 "client",
 4365 "collections",
 4366 "component",
 4367 "ctor",
 4368 "editor",
 4369 "env_logger 0.11.8",
 4370 "futures 0.3.31",
 4371 "gpui",
 4372 "indoc",
 4373 "language",
 4374 "log",
 4375 "lsp",
 4376 "markdown",
 4377 "pretty_assertions",
 4378 "project",
 4379 "rand 0.8.5",
 4380 "serde",
 4381 "serde_json",
 4382 "settings",
 4383 "text",
 4384 "theme",
 4385 "ui",
 4386 "unindent",
 4387 "util",
 4388 "workspace",
 4389 "workspace-hack",
 4390]
 4391
 4392[[package]]
 4393name = "dialoguer"
 4394version = "0.11.0"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4397dependencies = [
 4398 "console",
 4399 "fuzzy-matcher",
 4400 "shell-words",
 4401 "tempfile",
 4402 "thiserror 1.0.69",
 4403 "zeroize",
 4404]
 4405
 4406[[package]]
 4407name = "diff"
 4408version = "0.1.13"
 4409source = "registry+https://github.com/rust-lang/crates.io-index"
 4410checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4411
 4412[[package]]
 4413name = "diffy"
 4414version = "0.4.2"
 4415source = "registry+https://github.com/rust-lang/crates.io-index"
 4416checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4417dependencies = [
 4418 "nu-ansi-term 0.50.1",
 4419]
 4420
 4421[[package]]
 4422name = "digest"
 4423version = "0.10.7"
 4424source = "registry+https://github.com/rust-lang/crates.io-index"
 4425checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4426dependencies = [
 4427 "block-buffer",
 4428 "const-oid",
 4429 "crypto-common",
 4430 "subtle",
 4431]
 4432
 4433[[package]]
 4434name = "dirs"
 4435version = "4.0.0"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4438dependencies = [
 4439 "dirs-sys 0.3.7",
 4440]
 4441
 4442[[package]]
 4443name = "dirs"
 4444version = "5.0.1"
 4445source = "registry+https://github.com/rust-lang/crates.io-index"
 4446checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4447dependencies = [
 4448 "dirs-sys 0.4.1",
 4449]
 4450
 4451[[package]]
 4452name = "dirs"
 4453version = "6.0.0"
 4454source = "registry+https://github.com/rust-lang/crates.io-index"
 4455checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4456dependencies = [
 4457 "dirs-sys 0.5.0",
 4458]
 4459
 4460[[package]]
 4461name = "dirs-sys"
 4462version = "0.3.7"
 4463source = "registry+https://github.com/rust-lang/crates.io-index"
 4464checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4465dependencies = [
 4466 "libc",
 4467 "redox_users 0.4.6",
 4468 "winapi",
 4469]
 4470
 4471[[package]]
 4472name = "dirs-sys"
 4473version = "0.4.1"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4476dependencies = [
 4477 "libc",
 4478 "option-ext",
 4479 "redox_users 0.4.6",
 4480 "windows-sys 0.48.0",
 4481]
 4482
 4483[[package]]
 4484name = "dirs-sys"
 4485version = "0.5.0"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4488dependencies = [
 4489 "libc",
 4490 "option-ext",
 4491 "redox_users 0.5.0",
 4492 "windows-sys 0.59.0",
 4493]
 4494
 4495[[package]]
 4496name = "dispatch"
 4497version = "0.2.0"
 4498source = "registry+https://github.com/rust-lang/crates.io-index"
 4499checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4500
 4501[[package]]
 4502name = "dispatch2"
 4503version = "0.3.0"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4506dependencies = [
 4507 "bitflags 2.9.0",
 4508 "objc2",
 4509]
 4510
 4511[[package]]
 4512name = "displaydoc"
 4513version = "0.2.5"
 4514source = "registry+https://github.com/rust-lang/crates.io-index"
 4515checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4516dependencies = [
 4517 "proc-macro2",
 4518 "quote",
 4519 "syn 2.0.101",
 4520]
 4521
 4522[[package]]
 4523name = "dlib"
 4524version = "0.5.2"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4527dependencies = [
 4528 "libloading",
 4529]
 4530
 4531[[package]]
 4532name = "docs_preprocessor"
 4533version = "0.1.0"
 4534dependencies = [
 4535 "anyhow",
 4536 "clap",
 4537 "mdbook",
 4538 "regex",
 4539 "serde",
 4540 "serde_json",
 4541 "settings",
 4542 "util",
 4543 "workspace-hack",
 4544]
 4545
 4546[[package]]
 4547name = "documented"
 4548version = "0.9.1"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4551dependencies = [
 4552 "documented-macros",
 4553 "phf",
 4554 "thiserror 1.0.69",
 4555]
 4556
 4557[[package]]
 4558name = "documented-macros"
 4559version = "0.9.1"
 4560source = "registry+https://github.com/rust-lang/crates.io-index"
 4561checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4562dependencies = [
 4563 "convert_case 0.6.0",
 4564 "itertools 0.13.0",
 4565 "optfield",
 4566 "proc-macro2",
 4567 "quote",
 4568 "strum 0.26.3",
 4569 "syn 2.0.101",
 4570]
 4571
 4572[[package]]
 4573name = "dotenv"
 4574version = "0.15.0"
 4575source = "registry+https://github.com/rust-lang/crates.io-index"
 4576checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4577
 4578[[package]]
 4579name = "dotenvy"
 4580version = "0.15.7"
 4581source = "registry+https://github.com/rust-lang/crates.io-index"
 4582checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4583
 4584[[package]]
 4585name = "downcast-rs"
 4586version = "1.2.1"
 4587source = "registry+https://github.com/rust-lang/crates.io-index"
 4588checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4589
 4590[[package]]
 4591name = "doxygen-rs"
 4592version = "0.4.2"
 4593source = "registry+https://github.com/rust-lang/crates.io-index"
 4594checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4595dependencies = [
 4596 "phf",
 4597]
 4598
 4599[[package]]
 4600name = "dtoa"
 4601version = "1.0.10"
 4602source = "registry+https://github.com/rust-lang/crates.io-index"
 4603checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4604
 4605[[package]]
 4606name = "dtoa-short"
 4607version = "0.3.5"
 4608source = "registry+https://github.com/rust-lang/crates.io-index"
 4609checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4610dependencies = [
 4611 "dtoa",
 4612]
 4613
 4614[[package]]
 4615name = "dtor"
 4616version = "0.0.6"
 4617source = "registry+https://github.com/rust-lang/crates.io-index"
 4618checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4619dependencies = [
 4620 "dtor-proc-macro",
 4621]
 4622
 4623[[package]]
 4624name = "dtor-proc-macro"
 4625version = "0.0.5"
 4626source = "registry+https://github.com/rust-lang/crates.io-index"
 4627checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4628
 4629[[package]]
 4630name = "dunce"
 4631version = "1.0.5"
 4632source = "registry+https://github.com/rust-lang/crates.io-index"
 4633checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4634
 4635[[package]]
 4636name = "dwrote"
 4637version = "0.11.3"
 4638source = "registry+https://github.com/rust-lang/crates.io-index"
 4639checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4640dependencies = [
 4641 "lazy_static",
 4642 "libc",
 4643 "winapi",
 4644 "wio",
 4645]
 4646
 4647[[package]]
 4648name = "dyn-clone"
 4649version = "1.0.19"
 4650source = "registry+https://github.com/rust-lang/crates.io-index"
 4651checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4652
 4653[[package]]
 4654name = "ec4rs"
 4655version = "1.2.0"
 4656source = "registry+https://github.com/rust-lang/crates.io-index"
 4657checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4658
 4659[[package]]
 4660name = "ecdsa"
 4661version = "0.14.8"
 4662source = "registry+https://github.com/rust-lang/crates.io-index"
 4663checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4664dependencies = [
 4665 "der 0.6.1",
 4666 "elliptic-curve",
 4667 "rfc6979",
 4668 "signature 1.6.4",
 4669]
 4670
 4671[[package]]
 4672name = "editor"
 4673version = "0.1.0"
 4674dependencies = [
 4675 "aho-corasick",
 4676 "anyhow",
 4677 "assets",
 4678 "buffer_diff",
 4679 "client",
 4680 "clock",
 4681 "collections",
 4682 "command_palette_hooks",
 4683 "convert_case 0.8.0",
 4684 "ctor",
 4685 "dap",
 4686 "db",
 4687 "emojis",
 4688 "env_logger 0.11.8",
 4689 "feature_flags",
 4690 "file_icons",
 4691 "fs",
 4692 "futures 0.3.31",
 4693 "fuzzy",
 4694 "git",
 4695 "gpui",
 4696 "http_client",
 4697 "indoc",
 4698 "inline_completion",
 4699 "itertools 0.14.0",
 4700 "language",
 4701 "languages",
 4702 "linkify",
 4703 "log",
 4704 "lsp",
 4705 "markdown",
 4706 "menu",
 4707 "multi_buffer",
 4708 "ordered-float 2.10.1",
 4709 "parking_lot",
 4710 "pretty_assertions",
 4711 "project",
 4712 "rand 0.8.5",
 4713 "release_channel",
 4714 "rpc",
 4715 "schemars",
 4716 "serde",
 4717 "serde_json",
 4718 "settings",
 4719 "smallvec",
 4720 "smol",
 4721 "snippet",
 4722 "sum_tree",
 4723 "task",
 4724 "telemetry",
 4725 "tempfile",
 4726 "text",
 4727 "theme",
 4728 "time",
 4729 "tree-sitter-html",
 4730 "tree-sitter-python",
 4731 "tree-sitter-rust",
 4732 "tree-sitter-typescript",
 4733 "ui",
 4734 "unicode-script",
 4735 "unicode-segmentation",
 4736 "unindent",
 4737 "url",
 4738 "util",
 4739 "uuid",
 4740 "workspace",
 4741 "workspace-hack",
 4742 "zed_actions",
 4743]
 4744
 4745[[package]]
 4746name = "either"
 4747version = "1.15.0"
 4748source = "registry+https://github.com/rust-lang/crates.io-index"
 4749checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4750dependencies = [
 4751 "serde",
 4752]
 4753
 4754[[package]]
 4755name = "elasticlunr-rs"
 4756version = "3.0.2"
 4757source = "registry+https://github.com/rust-lang/crates.io-index"
 4758checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4759dependencies = [
 4760 "regex",
 4761 "serde",
 4762 "serde_derive",
 4763 "serde_json",
 4764]
 4765
 4766[[package]]
 4767name = "elliptic-curve"
 4768version = "0.12.3"
 4769source = "registry+https://github.com/rust-lang/crates.io-index"
 4770checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4771dependencies = [
 4772 "base16ct",
 4773 "crypto-bigint 0.4.9",
 4774 "der 0.6.1",
 4775 "digest",
 4776 "ff",
 4777 "generic-array",
 4778 "group",
 4779 "pkcs8 0.9.0",
 4780 "rand_core 0.6.4",
 4781 "sec1",
 4782 "subtle",
 4783 "zeroize",
 4784]
 4785
 4786[[package]]
 4787name = "email_address"
 4788version = "0.2.9"
 4789source = "registry+https://github.com/rust-lang/crates.io-index"
 4790checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4791dependencies = [
 4792 "serde",
 4793]
 4794
 4795[[package]]
 4796name = "embed-resource"
 4797version = "3.0.2"
 4798source = "registry+https://github.com/rust-lang/crates.io-index"
 4799checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4800dependencies = [
 4801 "cc",
 4802 "memchr",
 4803 "rustc_version",
 4804 "toml 0.8.20",
 4805 "vswhom",
 4806 "winreg 0.52.0",
 4807]
 4808
 4809[[package]]
 4810name = "embedded-io"
 4811version = "0.4.0"
 4812source = "registry+https://github.com/rust-lang/crates.io-index"
 4813checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4814
 4815[[package]]
 4816name = "embedded-io"
 4817version = "0.6.1"
 4818source = "registry+https://github.com/rust-lang/crates.io-index"
 4819checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4820
 4821[[package]]
 4822name = "emojis"
 4823version = "0.6.4"
 4824source = "registry+https://github.com/rust-lang/crates.io-index"
 4825checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4826dependencies = [
 4827 "phf",
 4828]
 4829
 4830[[package]]
 4831name = "encode_unicode"
 4832version = "1.0.0"
 4833source = "registry+https://github.com/rust-lang/crates.io-index"
 4834checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4835
 4836[[package]]
 4837name = "encoding_rs"
 4838version = "0.8.35"
 4839source = "registry+https://github.com/rust-lang/crates.io-index"
 4840checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4841dependencies = [
 4842 "cfg-if",
 4843]
 4844
 4845[[package]]
 4846name = "endi"
 4847version = "1.1.0"
 4848source = "registry+https://github.com/rust-lang/crates.io-index"
 4849checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4850
 4851[[package]]
 4852name = "enumflags2"
 4853version = "0.7.11"
 4854source = "registry+https://github.com/rust-lang/crates.io-index"
 4855checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4856dependencies = [
 4857 "enumflags2_derive",
 4858 "serde",
 4859]
 4860
 4861[[package]]
 4862name = "enumflags2_derive"
 4863version = "0.7.11"
 4864source = "registry+https://github.com/rust-lang/crates.io-index"
 4865checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4866dependencies = [
 4867 "proc-macro2",
 4868 "quote",
 4869 "syn 2.0.101",
 4870]
 4871
 4872[[package]]
 4873name = "env_filter"
 4874version = "0.1.3"
 4875source = "registry+https://github.com/rust-lang/crates.io-index"
 4876checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4877dependencies = [
 4878 "log",
 4879 "regex",
 4880]
 4881
 4882[[package]]
 4883name = "env_logger"
 4884version = "0.10.2"
 4885source = "registry+https://github.com/rust-lang/crates.io-index"
 4886checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4887dependencies = [
 4888 "humantime",
 4889 "is-terminal",
 4890 "log",
 4891 "regex",
 4892 "termcolor",
 4893]
 4894
 4895[[package]]
 4896name = "env_logger"
 4897version = "0.11.8"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4900dependencies = [
 4901 "anstream",
 4902 "anstyle",
 4903 "env_filter",
 4904 "jiff",
 4905 "log",
 4906]
 4907
 4908[[package]]
 4909name = "envy"
 4910version = "0.4.2"
 4911source = "registry+https://github.com/rust-lang/crates.io-index"
 4912checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4913dependencies = [
 4914 "serde",
 4915]
 4916
 4917[[package]]
 4918name = "equivalent"
 4919version = "1.0.2"
 4920source = "registry+https://github.com/rust-lang/crates.io-index"
 4921checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4922
 4923[[package]]
 4924name = "erased-serde"
 4925version = "0.4.6"
 4926source = "registry+https://github.com/rust-lang/crates.io-index"
 4927checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4928dependencies = [
 4929 "serde",
 4930 "typeid",
 4931]
 4932
 4933[[package]]
 4934name = "errno"
 4935version = "0.2.8"
 4936source = "registry+https://github.com/rust-lang/crates.io-index"
 4937checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4938dependencies = [
 4939 "errno-dragonfly",
 4940 "libc",
 4941 "winapi",
 4942]
 4943
 4944[[package]]
 4945name = "errno"
 4946version = "0.3.11"
 4947source = "registry+https://github.com/rust-lang/crates.io-index"
 4948checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4949dependencies = [
 4950 "libc",
 4951 "windows-sys 0.59.0",
 4952]
 4953
 4954[[package]]
 4955name = "errno-dragonfly"
 4956version = "0.1.2"
 4957source = "registry+https://github.com/rust-lang/crates.io-index"
 4958checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4959dependencies = [
 4960 "cc",
 4961 "libc",
 4962]
 4963
 4964[[package]]
 4965name = "etagere"
 4966version = "0.2.15"
 4967source = "registry+https://github.com/rust-lang/crates.io-index"
 4968checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4969dependencies = [
 4970 "euclid",
 4971 "svg_fmt",
 4972]
 4973
 4974[[package]]
 4975name = "etcetera"
 4976version = "0.8.0"
 4977source = "registry+https://github.com/rust-lang/crates.io-index"
 4978checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4979dependencies = [
 4980 "cfg-if",
 4981 "home",
 4982 "windows-sys 0.48.0",
 4983]
 4984
 4985[[package]]
 4986name = "euclid"
 4987version = "0.22.11"
 4988source = "registry+https://github.com/rust-lang/crates.io-index"
 4989checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4990dependencies = [
 4991 "num-traits",
 4992]
 4993
 4994[[package]]
 4995name = "eval"
 4996version = "0.1.0"
 4997dependencies = [
 4998 "agent",
 4999 "anyhow",
 5000 "assistant_settings",
 5001 "assistant_tool",
 5002 "assistant_tools",
 5003 "async-trait",
 5004 "async-watch",
 5005 "buffer_diff",
 5006 "chrono",
 5007 "clap",
 5008 "client",
 5009 "collections",
 5010 "debug_adapter_extension",
 5011 "dirs 4.0.0",
 5012 "dotenv",
 5013 "env_logger 0.11.8",
 5014 "extension",
 5015 "fs",
 5016 "futures 0.3.31",
 5017 "gpui",
 5018 "gpui_tokio",
 5019 "handlebars 4.5.0",
 5020 "language",
 5021 "language_extension",
 5022 "language_model",
 5023 "language_models",
 5024 "languages",
 5025 "markdown",
 5026 "node_runtime",
 5027 "pathdiff",
 5028 "paths",
 5029 "pretty_assertions",
 5030 "project",
 5031 "prompt_store",
 5032 "regex",
 5033 "release_channel",
 5034 "reqwest_client",
 5035 "serde",
 5036 "serde_json",
 5037 "settings",
 5038 "shellexpand 2.1.2",
 5039 "smol",
 5040 "telemetry",
 5041 "terminal_view",
 5042 "toml 0.8.20",
 5043 "unindent",
 5044 "util",
 5045 "uuid",
 5046 "workspace-hack",
 5047 "zed_llm_client",
 5048]
 5049
 5050[[package]]
 5051name = "event-listener"
 5052version = "2.5.3"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5055
 5056[[package]]
 5057name = "event-listener"
 5058version = "5.4.0"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5061dependencies = [
 5062 "concurrent-queue",
 5063 "parking",
 5064 "pin-project-lite",
 5065]
 5066
 5067[[package]]
 5068name = "event-listener-strategy"
 5069version = "0.5.4"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5072dependencies = [
 5073 "event-listener 5.4.0",
 5074 "pin-project-lite",
 5075]
 5076
 5077[[package]]
 5078name = "exec"
 5079version = "0.3.1"
 5080source = "registry+https://github.com/rust-lang/crates.io-index"
 5081checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5082dependencies = [
 5083 "errno 0.2.8",
 5084 "libc",
 5085]
 5086
 5087[[package]]
 5088name = "exr"
 5089version = "1.73.0"
 5090source = "registry+https://github.com/rust-lang/crates.io-index"
 5091checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5092dependencies = [
 5093 "bit_field",
 5094 "half",
 5095 "lebe",
 5096 "miniz_oxide",
 5097 "rayon-core",
 5098 "smallvec",
 5099 "zune-inflate",
 5100]
 5101
 5102[[package]]
 5103name = "extension"
 5104version = "0.1.0"
 5105dependencies = [
 5106 "anyhow",
 5107 "async-compression",
 5108 "async-tar",
 5109 "async-trait",
 5110 "collections",
 5111 "dap",
 5112 "fs",
 5113 "futures 0.3.31",
 5114 "gpui",
 5115 "heck 0.5.0",
 5116 "http_client",
 5117 "language",
 5118 "log",
 5119 "lsp",
 5120 "parking_lot",
 5121 "semantic_version",
 5122 "serde",
 5123 "serde_json",
 5124 "task",
 5125 "toml 0.8.20",
 5126 "util",
 5127 "wasi-preview1-component-adapter-provider",
 5128 "wasm-encoder 0.221.3",
 5129 "wasmparser 0.221.3",
 5130 "wit-component 0.221.3",
 5131 "workspace-hack",
 5132]
 5133
 5134[[package]]
 5135name = "extension_cli"
 5136version = "0.1.0"
 5137dependencies = [
 5138 "anyhow",
 5139 "clap",
 5140 "env_logger 0.11.8",
 5141 "extension",
 5142 "fs",
 5143 "gpui",
 5144 "language",
 5145 "log",
 5146 "reqwest_client",
 5147 "rpc",
 5148 "serde",
 5149 "serde_json",
 5150 "theme",
 5151 "tokio",
 5152 "toml 0.8.20",
 5153 "tree-sitter",
 5154 "wasmtime",
 5155 "workspace-hack",
 5156]
 5157
 5158[[package]]
 5159name = "extension_host"
 5160version = "0.1.0"
 5161dependencies = [
 5162 "anyhow",
 5163 "async-compression",
 5164 "async-tar",
 5165 "async-trait",
 5166 "client",
 5167 "collections",
 5168 "criterion",
 5169 "ctor",
 5170 "dap",
 5171 "env_logger 0.11.8",
 5172 "extension",
 5173 "fs",
 5174 "futures 0.3.31",
 5175 "gpui",
 5176 "http_client",
 5177 "language",
 5178 "language_extension",
 5179 "log",
 5180 "lsp",
 5181 "moka",
 5182 "node_runtime",
 5183 "parking_lot",
 5184 "paths",
 5185 "project",
 5186 "rand 0.8.5",
 5187 "release_channel",
 5188 "remote",
 5189 "reqwest_client",
 5190 "schemars",
 5191 "semantic_version",
 5192 "serde",
 5193 "serde_json",
 5194 "serde_json_lenient",
 5195 "settings",
 5196 "task",
 5197 "telemetry",
 5198 "tempfile",
 5199 "theme",
 5200 "theme_extension",
 5201 "toml 0.8.20",
 5202 "url",
 5203 "util",
 5204 "wasmparser 0.221.3",
 5205 "wasmtime",
 5206 "wasmtime-wasi",
 5207 "workspace-hack",
 5208]
 5209
 5210[[package]]
 5211name = "extensions_ui"
 5212version = "0.1.0"
 5213dependencies = [
 5214 "anyhow",
 5215 "client",
 5216 "collections",
 5217 "db",
 5218 "editor",
 5219 "extension",
 5220 "extension_host",
 5221 "fs",
 5222 "fuzzy",
 5223 "gpui",
 5224 "language",
 5225 "log",
 5226 "num-format",
 5227 "picker",
 5228 "project",
 5229 "release_channel",
 5230 "semantic_version",
 5231 "serde",
 5232 "settings",
 5233 "smallvec",
 5234 "strum 0.27.1",
 5235 "telemetry",
 5236 "theme",
 5237 "ui",
 5238 "util",
 5239 "vim_mode_setting",
 5240 "workspace",
 5241 "workspace-hack",
 5242 "zed_actions",
 5243]
 5244
 5245[[package]]
 5246name = "fallible-iterator"
 5247version = "0.3.0"
 5248source = "registry+https://github.com/rust-lang/crates.io-index"
 5249checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5250
 5251[[package]]
 5252name = "fancy-regex"
 5253version = "0.13.0"
 5254source = "registry+https://github.com/rust-lang/crates.io-index"
 5255checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5256dependencies = [
 5257 "bit-set 0.5.3",
 5258 "regex-automata 0.4.9",
 5259 "regex-syntax 0.8.5",
 5260]
 5261
 5262[[package]]
 5263name = "fancy-regex"
 5264version = "0.14.0"
 5265source = "registry+https://github.com/rust-lang/crates.io-index"
 5266checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5267dependencies = [
 5268 "bit-set 0.8.0",
 5269 "regex-automata 0.4.9",
 5270 "regex-syntax 0.8.5",
 5271]
 5272
 5273[[package]]
 5274name = "fast-srgb8"
 5275version = "1.0.0"
 5276source = "registry+https://github.com/rust-lang/crates.io-index"
 5277checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5278
 5279[[package]]
 5280name = "faster-hex"
 5281version = "0.9.0"
 5282source = "registry+https://github.com/rust-lang/crates.io-index"
 5283checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5284dependencies = [
 5285 "serde",
 5286]
 5287
 5288[[package]]
 5289name = "faster-hex"
 5290version = "0.10.0"
 5291source = "registry+https://github.com/rust-lang/crates.io-index"
 5292checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5293dependencies = [
 5294 "heapless",
 5295 "serde",
 5296]
 5297
 5298[[package]]
 5299name = "fastrand"
 5300version = "1.9.0"
 5301source = "registry+https://github.com/rust-lang/crates.io-index"
 5302checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5303dependencies = [
 5304 "instant",
 5305]
 5306
 5307[[package]]
 5308name = "fastrand"
 5309version = "2.3.0"
 5310source = "registry+https://github.com/rust-lang/crates.io-index"
 5311checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5312
 5313[[package]]
 5314name = "fd-lock"
 5315version = "4.0.4"
 5316source = "registry+https://github.com/rust-lang/crates.io-index"
 5317checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5318dependencies = [
 5319 "cfg-if",
 5320 "rustix 1.0.7",
 5321 "windows-sys 0.59.0",
 5322]
 5323
 5324[[package]]
 5325name = "fdeflate"
 5326version = "0.3.7"
 5327source = "registry+https://github.com/rust-lang/crates.io-index"
 5328checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5329dependencies = [
 5330 "simd-adler32",
 5331]
 5332
 5333[[package]]
 5334name = "feature_flags"
 5335version = "0.1.0"
 5336dependencies = [
 5337 "futures 0.3.31",
 5338 "gpui",
 5339 "smol",
 5340 "workspace-hack",
 5341]
 5342
 5343[[package]]
 5344name = "feedback"
 5345version = "0.1.0"
 5346dependencies = [
 5347 "client",
 5348 "editor",
 5349 "gpui",
 5350 "human_bytes",
 5351 "menu",
 5352 "release_channel",
 5353 "serde",
 5354 "sysinfo",
 5355 "ui",
 5356 "urlencoding",
 5357 "util",
 5358 "workspace",
 5359 "workspace-hack",
 5360 "zed_actions",
 5361]
 5362
 5363[[package]]
 5364name = "ff"
 5365version = "0.12.1"
 5366source = "registry+https://github.com/rust-lang/crates.io-index"
 5367checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5368dependencies = [
 5369 "rand_core 0.6.4",
 5370 "subtle",
 5371]
 5372
 5373[[package]]
 5374name = "file_finder"
 5375version = "0.1.0"
 5376dependencies = [
 5377 "anyhow",
 5378 "collections",
 5379 "ctor",
 5380 "editor",
 5381 "env_logger 0.11.8",
 5382 "file_icons",
 5383 "futures 0.3.31",
 5384 "fuzzy",
 5385 "gpui",
 5386 "language",
 5387 "menu",
 5388 "picker",
 5389 "project",
 5390 "schemars",
 5391 "serde",
 5392 "serde_derive",
 5393 "serde_json",
 5394 "settings",
 5395 "text",
 5396 "theme",
 5397 "ui",
 5398 "util",
 5399 "workspace",
 5400 "workspace-hack",
 5401]
 5402
 5403[[package]]
 5404name = "file_icons"
 5405version = "0.1.0"
 5406dependencies = [
 5407 "gpui",
 5408 "serde",
 5409 "settings",
 5410 "theme",
 5411 "util",
 5412 "workspace-hack",
 5413]
 5414
 5415[[package]]
 5416name = "filedescriptor"
 5417version = "0.8.3"
 5418source = "registry+https://github.com/rust-lang/crates.io-index"
 5419checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5420dependencies = [
 5421 "libc",
 5422 "thiserror 1.0.69",
 5423 "winapi",
 5424]
 5425
 5426[[package]]
 5427name = "filetime"
 5428version = "0.2.25"
 5429source = "registry+https://github.com/rust-lang/crates.io-index"
 5430checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5431dependencies = [
 5432 "cfg-if",
 5433 "libc",
 5434 "libredox",
 5435 "windows-sys 0.59.0",
 5436]
 5437
 5438[[package]]
 5439name = "fixedbitset"
 5440version = "0.4.2"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5443
 5444[[package]]
 5445name = "flate2"
 5446version = "1.1.1"
 5447source = "registry+https://github.com/rust-lang/crates.io-index"
 5448checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5449dependencies = [
 5450 "crc32fast",
 5451 "libz-rs-sys",
 5452 "miniz_oxide",
 5453]
 5454
 5455[[package]]
 5456name = "float-cmp"
 5457version = "0.9.0"
 5458source = "registry+https://github.com/rust-lang/crates.io-index"
 5459checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5460
 5461[[package]]
 5462name = "float-ord"
 5463version = "0.3.2"
 5464source = "registry+https://github.com/rust-lang/crates.io-index"
 5465checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5466
 5467[[package]]
 5468name = "float_next_after"
 5469version = "1.0.0"
 5470source = "registry+https://github.com/rust-lang/crates.io-index"
 5471checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5472
 5473[[package]]
 5474name = "fluent-uri"
 5475version = "0.3.2"
 5476source = "registry+https://github.com/rust-lang/crates.io-index"
 5477checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5478dependencies = [
 5479 "borrow-or-share",
 5480 "ref-cast",
 5481 "serde",
 5482]
 5483
 5484[[package]]
 5485name = "flume"
 5486version = "0.11.1"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5489dependencies = [
 5490 "futures-core",
 5491 "futures-sink",
 5492 "nanorand",
 5493 "spin",
 5494]
 5495
 5496[[package]]
 5497name = "fnv"
 5498version = "1.0.7"
 5499source = "registry+https://github.com/rust-lang/crates.io-index"
 5500checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5501
 5502[[package]]
 5503name = "foldhash"
 5504version = "0.1.5"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5507
 5508[[package]]
 5509name = "font-kit"
 5510version = "0.14.1"
 5511source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5512dependencies = [
 5513 "bitflags 2.9.0",
 5514 "byteorder",
 5515 "core-foundation 0.10.0",
 5516 "core-graphics 0.24.0",
 5517 "core-text",
 5518 "dirs 5.0.1",
 5519 "dwrote",
 5520 "float-ord",
 5521 "freetype-sys",
 5522 "lazy_static",
 5523 "libc",
 5524 "log",
 5525 "pathfinder_geometry",
 5526 "pathfinder_simd",
 5527 "walkdir",
 5528 "winapi",
 5529 "yeslogic-fontconfig-sys",
 5530]
 5531
 5532[[package]]
 5533name = "font-types"
 5534version = "0.8.4"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5537dependencies = [
 5538 "bytemuck",
 5539]
 5540
 5541[[package]]
 5542name = "fontconfig-parser"
 5543version = "0.5.7"
 5544source = "registry+https://github.com/rust-lang/crates.io-index"
 5545checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5546dependencies = [
 5547 "roxmltree",
 5548]
 5549
 5550[[package]]
 5551name = "fontdb"
 5552version = "0.16.2"
 5553source = "registry+https://github.com/rust-lang/crates.io-index"
 5554checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5555dependencies = [
 5556 "fontconfig-parser",
 5557 "log",
 5558 "memmap2",
 5559 "slotmap",
 5560 "tinyvec",
 5561 "ttf-parser 0.20.0",
 5562]
 5563
 5564[[package]]
 5565name = "fontdb"
 5566version = "0.23.0"
 5567source = "registry+https://github.com/rust-lang/crates.io-index"
 5568checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5569dependencies = [
 5570 "fontconfig-parser",
 5571 "log",
 5572 "memmap2",
 5573 "slotmap",
 5574 "tinyvec",
 5575 "ttf-parser 0.25.1",
 5576]
 5577
 5578[[package]]
 5579name = "foreign-types"
 5580version = "0.3.2"
 5581source = "registry+https://github.com/rust-lang/crates.io-index"
 5582checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5583dependencies = [
 5584 "foreign-types-shared 0.1.1",
 5585]
 5586
 5587[[package]]
 5588name = "foreign-types"
 5589version = "0.5.0"
 5590source = "registry+https://github.com/rust-lang/crates.io-index"
 5591checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5592dependencies = [
 5593 "foreign-types-macros",
 5594 "foreign-types-shared 0.3.1",
 5595]
 5596
 5597[[package]]
 5598name = "foreign-types-macros"
 5599version = "0.2.3"
 5600source = "registry+https://github.com/rust-lang/crates.io-index"
 5601checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5602dependencies = [
 5603 "proc-macro2",
 5604 "quote",
 5605 "syn 2.0.101",
 5606]
 5607
 5608[[package]]
 5609name = "foreign-types-shared"
 5610version = "0.1.1"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5613
 5614[[package]]
 5615name = "foreign-types-shared"
 5616version = "0.3.1"
 5617source = "registry+https://github.com/rust-lang/crates.io-index"
 5618checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5619
 5620[[package]]
 5621name = "fork"
 5622version = "0.2.0"
 5623source = "registry+https://github.com/rust-lang/crates.io-index"
 5624checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5625dependencies = [
 5626 "libc",
 5627]
 5628
 5629[[package]]
 5630name = "form_urlencoded"
 5631version = "1.2.1"
 5632source = "registry+https://github.com/rust-lang/crates.io-index"
 5633checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5634dependencies = [
 5635 "percent-encoding",
 5636]
 5637
 5638[[package]]
 5639name = "fraction"
 5640version = "0.15.3"
 5641source = "registry+https://github.com/rust-lang/crates.io-index"
 5642checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5643dependencies = [
 5644 "lazy_static",
 5645 "num",
 5646]
 5647
 5648[[package]]
 5649name = "freetype-sys"
 5650version = "0.20.1"
 5651source = "registry+https://github.com/rust-lang/crates.io-index"
 5652checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5653dependencies = [
 5654 "cc",
 5655 "libc",
 5656 "pkg-config",
 5657]
 5658
 5659[[package]]
 5660name = "fs"
 5661version = "0.1.0"
 5662dependencies = [
 5663 "anyhow",
 5664 "ashpd",
 5665 "async-tar",
 5666 "async-trait",
 5667 "cocoa 0.26.0",
 5668 "collections",
 5669 "fsevent",
 5670 "futures 0.3.31",
 5671 "git",
 5672 "gpui",
 5673 "ignore",
 5674 "libc",
 5675 "log",
 5676 "notify",
 5677 "objc",
 5678 "parking_lot",
 5679 "paths",
 5680 "proto",
 5681 "rope",
 5682 "serde",
 5683 "serde_json",
 5684 "smol",
 5685 "tempfile",
 5686 "text",
 5687 "time",
 5688 "util",
 5689 "windows 0.61.1",
 5690 "workspace-hack",
 5691]
 5692
 5693[[package]]
 5694name = "fs-set-times"
 5695version = "0.20.3"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5698dependencies = [
 5699 "io-lifetimes",
 5700 "rustix 1.0.7",
 5701 "windows-sys 0.59.0",
 5702]
 5703
 5704[[package]]
 5705name = "fs2"
 5706version = "0.4.3"
 5707source = "registry+https://github.com/rust-lang/crates.io-index"
 5708checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5709dependencies = [
 5710 "libc",
 5711 "winapi",
 5712]
 5713
 5714[[package]]
 5715name = "fs_extra"
 5716version = "1.3.0"
 5717source = "registry+https://github.com/rust-lang/crates.io-index"
 5718checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5719
 5720[[package]]
 5721name = "fsevent"
 5722version = "0.1.0"
 5723dependencies = [
 5724 "bitflags 2.9.0",
 5725 "core-foundation 0.10.0",
 5726 "fsevent-sys 3.1.0",
 5727 "parking_lot",
 5728 "tempfile",
 5729 "workspace-hack",
 5730]
 5731
 5732[[package]]
 5733name = "fsevent-sys"
 5734version = "3.1.0"
 5735source = "registry+https://github.com/rust-lang/crates.io-index"
 5736checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5737dependencies = [
 5738 "libc",
 5739]
 5740
 5741[[package]]
 5742name = "fsevent-sys"
 5743version = "4.1.0"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5746dependencies = [
 5747 "libc",
 5748]
 5749
 5750[[package]]
 5751name = "funty"
 5752version = "2.0.0"
 5753source = "registry+https://github.com/rust-lang/crates.io-index"
 5754checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5755
 5756[[package]]
 5757name = "futf"
 5758version = "0.1.5"
 5759source = "registry+https://github.com/rust-lang/crates.io-index"
 5760checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5761dependencies = [
 5762 "mac",
 5763 "new_debug_unreachable",
 5764]
 5765
 5766[[package]]
 5767name = "futures"
 5768version = "0.1.31"
 5769source = "registry+https://github.com/rust-lang/crates.io-index"
 5770checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5771
 5772[[package]]
 5773name = "futures"
 5774version = "0.3.31"
 5775source = "registry+https://github.com/rust-lang/crates.io-index"
 5776checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5777dependencies = [
 5778 "futures-channel",
 5779 "futures-core",
 5780 "futures-executor",
 5781 "futures-io",
 5782 "futures-sink",
 5783 "futures-task",
 5784 "futures-util",
 5785]
 5786
 5787[[package]]
 5788name = "futures-batch"
 5789version = "0.6.1"
 5790source = "registry+https://github.com/rust-lang/crates.io-index"
 5791checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5792dependencies = [
 5793 "futures 0.3.31",
 5794 "futures-timer",
 5795 "pin-utils",
 5796]
 5797
 5798[[package]]
 5799name = "futures-channel"
 5800version = "0.3.31"
 5801source = "registry+https://github.com/rust-lang/crates.io-index"
 5802checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5803dependencies = [
 5804 "futures-core",
 5805 "futures-sink",
 5806]
 5807
 5808[[package]]
 5809name = "futures-core"
 5810version = "0.3.31"
 5811source = "registry+https://github.com/rust-lang/crates.io-index"
 5812checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5813
 5814[[package]]
 5815name = "futures-executor"
 5816version = "0.3.31"
 5817source = "registry+https://github.com/rust-lang/crates.io-index"
 5818checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5819dependencies = [
 5820 "futures-core",
 5821 "futures-task",
 5822 "futures-util",
 5823]
 5824
 5825[[package]]
 5826name = "futures-intrusive"
 5827version = "0.5.0"
 5828source = "registry+https://github.com/rust-lang/crates.io-index"
 5829checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5830dependencies = [
 5831 "futures-core",
 5832 "lock_api",
 5833 "parking_lot",
 5834]
 5835
 5836[[package]]
 5837name = "futures-io"
 5838version = "0.3.31"
 5839source = "registry+https://github.com/rust-lang/crates.io-index"
 5840checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5841
 5842[[package]]
 5843name = "futures-lite"
 5844version = "1.13.0"
 5845source = "registry+https://github.com/rust-lang/crates.io-index"
 5846checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5847dependencies = [
 5848 "fastrand 1.9.0",
 5849 "futures-core",
 5850 "futures-io",
 5851 "memchr",
 5852 "parking",
 5853 "pin-project-lite",
 5854 "waker-fn",
 5855]
 5856
 5857[[package]]
 5858name = "futures-lite"
 5859version = "2.6.0"
 5860source = "registry+https://github.com/rust-lang/crates.io-index"
 5861checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5862dependencies = [
 5863 "fastrand 2.3.0",
 5864 "futures-core",
 5865 "futures-io",
 5866 "parking",
 5867 "pin-project-lite",
 5868]
 5869
 5870[[package]]
 5871name = "futures-macro"
 5872version = "0.3.31"
 5873source = "registry+https://github.com/rust-lang/crates.io-index"
 5874checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5875dependencies = [
 5876 "proc-macro2",
 5877 "quote",
 5878 "syn 2.0.101",
 5879]
 5880
 5881[[package]]
 5882name = "futures-sink"
 5883version = "0.3.31"
 5884source = "registry+https://github.com/rust-lang/crates.io-index"
 5885checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5886
 5887[[package]]
 5888name = "futures-task"
 5889version = "0.3.31"
 5890source = "registry+https://github.com/rust-lang/crates.io-index"
 5891checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5892
 5893[[package]]
 5894name = "futures-timer"
 5895version = "3.0.3"
 5896source = "registry+https://github.com/rust-lang/crates.io-index"
 5897checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5898
 5899[[package]]
 5900name = "futures-util"
 5901version = "0.3.31"
 5902source = "registry+https://github.com/rust-lang/crates.io-index"
 5903checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5904dependencies = [
 5905 "futures 0.1.31",
 5906 "futures-channel",
 5907 "futures-core",
 5908 "futures-io",
 5909 "futures-macro",
 5910 "futures-sink",
 5911 "futures-task",
 5912 "memchr",
 5913 "pin-project-lite",
 5914 "pin-utils",
 5915 "slab",
 5916 "tokio-io",
 5917]
 5918
 5919[[package]]
 5920name = "fuzzy"
 5921version = "0.1.0"
 5922dependencies = [
 5923 "gpui",
 5924 "log",
 5925 "util",
 5926 "workspace-hack",
 5927]
 5928
 5929[[package]]
 5930name = "fuzzy-matcher"
 5931version = "0.3.7"
 5932source = "registry+https://github.com/rust-lang/crates.io-index"
 5933checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5934dependencies = [
 5935 "thread_local",
 5936]
 5937
 5938[[package]]
 5939name = "generator"
 5940version = "0.8.5"
 5941source = "registry+https://github.com/rust-lang/crates.io-index"
 5942checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 5943dependencies = [
 5944 "cc",
 5945 "cfg-if",
 5946 "libc",
 5947 "log",
 5948 "rustversion",
 5949 "windows 0.61.1",
 5950]
 5951
 5952[[package]]
 5953name = "generic-array"
 5954version = "0.14.7"
 5955source = "registry+https://github.com/rust-lang/crates.io-index"
 5956checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5957dependencies = [
 5958 "typenum",
 5959 "version_check",
 5960]
 5961
 5962[[package]]
 5963name = "gethostname"
 5964version = "0.4.3"
 5965source = "registry+https://github.com/rust-lang/crates.io-index"
 5966checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5967dependencies = [
 5968 "libc",
 5969 "windows-targets 0.48.5",
 5970]
 5971
 5972[[package]]
 5973name = "getrandom"
 5974version = "0.1.16"
 5975source = "registry+https://github.com/rust-lang/crates.io-index"
 5976checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5977dependencies = [
 5978 "cfg-if",
 5979 "libc",
 5980 "wasi 0.9.0+wasi-snapshot-preview1",
 5981]
 5982
 5983[[package]]
 5984name = "getrandom"
 5985version = "0.2.15"
 5986source = "registry+https://github.com/rust-lang/crates.io-index"
 5987checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5988dependencies = [
 5989 "cfg-if",
 5990 "js-sys",
 5991 "libc",
 5992 "wasi 0.11.0+wasi-snapshot-preview1",
 5993 "wasm-bindgen",
 5994]
 5995
 5996[[package]]
 5997name = "getrandom"
 5998version = "0.3.2"
 5999source = "registry+https://github.com/rust-lang/crates.io-index"
 6000checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 6001dependencies = [
 6002 "cfg-if",
 6003 "js-sys",
 6004 "libc",
 6005 "r-efi",
 6006 "wasi 0.14.2+wasi-0.2.4",
 6007 "wasm-bindgen",
 6008]
 6009
 6010[[package]]
 6011name = "gif"
 6012version = "0.13.1"
 6013source = "registry+https://github.com/rust-lang/crates.io-index"
 6014checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 6015dependencies = [
 6016 "color_quant",
 6017 "weezl",
 6018]
 6019
 6020[[package]]
 6021name = "gimli"
 6022version = "0.31.1"
 6023source = "registry+https://github.com/rust-lang/crates.io-index"
 6024checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6025dependencies = [
 6026 "fallible-iterator",
 6027 "indexmap",
 6028 "stable_deref_trait",
 6029]
 6030
 6031[[package]]
 6032name = "git"
 6033version = "0.1.0"
 6034dependencies = [
 6035 "anyhow",
 6036 "askpass",
 6037 "async-trait",
 6038 "collections",
 6039 "derive_more",
 6040 "futures 0.3.31",
 6041 "git2",
 6042 "gpui",
 6043 "http_client",
 6044 "log",
 6045 "parking_lot",
 6046 "pretty_assertions",
 6047 "regex",
 6048 "rope",
 6049 "schemars",
 6050 "serde",
 6051 "serde_json",
 6052 "smol",
 6053 "sum_tree",
 6054 "tempfile",
 6055 "text",
 6056 "thiserror 2.0.12",
 6057 "time",
 6058 "unindent",
 6059 "url",
 6060 "util",
 6061 "uuid",
 6062 "workspace-hack",
 6063]
 6064
 6065[[package]]
 6066name = "git2"
 6067version = "0.20.1"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6070dependencies = [
 6071 "bitflags 2.9.0",
 6072 "libc",
 6073 "libgit2-sys",
 6074 "log",
 6075 "url",
 6076]
 6077
 6078[[package]]
 6079name = "git_hosting_providers"
 6080version = "0.1.0"
 6081dependencies = [
 6082 "anyhow",
 6083 "async-trait",
 6084 "futures 0.3.31",
 6085 "git",
 6086 "gpui",
 6087 "http_client",
 6088 "indoc",
 6089 "pretty_assertions",
 6090 "regex",
 6091 "schemars",
 6092 "serde",
 6093 "serde_json",
 6094 "settings",
 6095 "url",
 6096 "util",
 6097 "workspace-hack",
 6098]
 6099
 6100[[package]]
 6101name = "git_ui"
 6102version = "0.1.0"
 6103dependencies = [
 6104 "anyhow",
 6105 "askpass",
 6106 "assistant_settings",
 6107 "buffer_diff",
 6108 "chrono",
 6109 "collections",
 6110 "command_palette_hooks",
 6111 "component",
 6112 "ctor",
 6113 "db",
 6114 "editor",
 6115 "env_logger 0.11.8",
 6116 "futures 0.3.31",
 6117 "fuzzy",
 6118 "git",
 6119 "gpui",
 6120 "itertools 0.14.0",
 6121 "language",
 6122 "language_model",
 6123 "linkify",
 6124 "log",
 6125 "markdown",
 6126 "menu",
 6127 "multi_buffer",
 6128 "notifications",
 6129 "panel",
 6130 "picker",
 6131 "postage",
 6132 "pretty_assertions",
 6133 "project",
 6134 "schemars",
 6135 "serde",
 6136 "serde_derive",
 6137 "serde_json",
 6138 "settings",
 6139 "strum 0.27.1",
 6140 "telemetry",
 6141 "theme",
 6142 "time",
 6143 "time_format",
 6144 "ui",
 6145 "unindent",
 6146 "util",
 6147 "windows 0.61.1",
 6148 "workspace",
 6149 "workspace-hack",
 6150 "zed_actions",
 6151 "zed_llm_client",
 6152]
 6153
 6154[[package]]
 6155name = "gix"
 6156version = "0.71.0"
 6157source = "registry+https://github.com/rust-lang/crates.io-index"
 6158checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6159dependencies = [
 6160 "gix-actor",
 6161 "gix-attributes",
 6162 "gix-command",
 6163 "gix-commitgraph",
 6164 "gix-config",
 6165 "gix-date",
 6166 "gix-diff",
 6167 "gix-discover",
 6168 "gix-features 0.41.1",
 6169 "gix-filter",
 6170 "gix-fs 0.14.0",
 6171 "gix-glob",
 6172 "gix-hash 0.17.0",
 6173 "gix-hashtable",
 6174 "gix-ignore",
 6175 "gix-index",
 6176 "gix-lock",
 6177 "gix-object",
 6178 "gix-odb",
 6179 "gix-pack",
 6180 "gix-path",
 6181 "gix-pathspec",
 6182 "gix-protocol",
 6183 "gix-ref",
 6184 "gix-refspec",
 6185 "gix-revision",
 6186 "gix-revwalk",
 6187 "gix-sec",
 6188 "gix-shallow",
 6189 "gix-submodule",
 6190 "gix-tempfile",
 6191 "gix-trace",
 6192 "gix-traverse",
 6193 "gix-url",
 6194 "gix-utils 0.2.0",
 6195 "gix-validate 0.9.4",
 6196 "gix-worktree",
 6197 "once_cell",
 6198 "smallvec",
 6199 "thiserror 2.0.12",
 6200]
 6201
 6202[[package]]
 6203name = "gix-actor"
 6204version = "0.34.0"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6207dependencies = [
 6208 "bstr",
 6209 "gix-date",
 6210 "gix-utils 0.2.0",
 6211 "itoa",
 6212 "thiserror 2.0.12",
 6213 "winnow",
 6214]
 6215
 6216[[package]]
 6217name = "gix-attributes"
 6218version = "0.25.0"
 6219source = "registry+https://github.com/rust-lang/crates.io-index"
 6220checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6221dependencies = [
 6222 "bstr",
 6223 "gix-glob",
 6224 "gix-path",
 6225 "gix-quote",
 6226 "gix-trace",
 6227 "kstring",
 6228 "smallvec",
 6229 "thiserror 2.0.12",
 6230 "unicode-bom",
 6231]
 6232
 6233[[package]]
 6234name = "gix-bitmap"
 6235version = "0.2.14"
 6236source = "registry+https://github.com/rust-lang/crates.io-index"
 6237checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6238dependencies = [
 6239 "thiserror 2.0.12",
 6240]
 6241
 6242[[package]]
 6243name = "gix-chunk"
 6244version = "0.4.11"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6247dependencies = [
 6248 "thiserror 2.0.12",
 6249]
 6250
 6251[[package]]
 6252name = "gix-command"
 6253version = "0.5.0"
 6254source = "registry+https://github.com/rust-lang/crates.io-index"
 6255checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6256dependencies = [
 6257 "bstr",
 6258 "gix-path",
 6259 "gix-quote",
 6260 "gix-trace",
 6261 "shell-words",
 6262]
 6263
 6264[[package]]
 6265name = "gix-commitgraph"
 6266version = "0.27.0"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6269dependencies = [
 6270 "bstr",
 6271 "gix-chunk",
 6272 "gix-hash 0.17.0",
 6273 "memmap2",
 6274 "thiserror 2.0.12",
 6275]
 6276
 6277[[package]]
 6278name = "gix-config"
 6279version = "0.44.0"
 6280source = "registry+https://github.com/rust-lang/crates.io-index"
 6281checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6282dependencies = [
 6283 "bstr",
 6284 "gix-config-value",
 6285 "gix-features 0.41.1",
 6286 "gix-glob",
 6287 "gix-path",
 6288 "gix-ref",
 6289 "gix-sec",
 6290 "memchr",
 6291 "once_cell",
 6292 "smallvec",
 6293 "thiserror 2.0.12",
 6294 "unicode-bom",
 6295 "winnow",
 6296]
 6297
 6298[[package]]
 6299name = "gix-config-value"
 6300version = "0.14.12"
 6301source = "registry+https://github.com/rust-lang/crates.io-index"
 6302checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6303dependencies = [
 6304 "bitflags 2.9.0",
 6305 "bstr",
 6306 "gix-path",
 6307 "libc",
 6308 "thiserror 2.0.12",
 6309]
 6310
 6311[[package]]
 6312name = "gix-date"
 6313version = "0.9.4"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6316dependencies = [
 6317 "bstr",
 6318 "itoa",
 6319 "jiff",
 6320 "thiserror 2.0.12",
 6321]
 6322
 6323[[package]]
 6324name = "gix-diff"
 6325version = "0.51.0"
 6326source = "registry+https://github.com/rust-lang/crates.io-index"
 6327checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6328dependencies = [
 6329 "bstr",
 6330 "gix-command",
 6331 "gix-filter",
 6332 "gix-fs 0.14.0",
 6333 "gix-hash 0.17.0",
 6334 "gix-object",
 6335 "gix-path",
 6336 "gix-tempfile",
 6337 "gix-trace",
 6338 "gix-traverse",
 6339 "gix-worktree",
 6340 "imara-diff",
 6341 "thiserror 2.0.12",
 6342]
 6343
 6344[[package]]
 6345name = "gix-discover"
 6346version = "0.39.0"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6349dependencies = [
 6350 "bstr",
 6351 "dunce",
 6352 "gix-fs 0.14.0",
 6353 "gix-hash 0.17.0",
 6354 "gix-path",
 6355 "gix-ref",
 6356 "gix-sec",
 6357 "thiserror 2.0.12",
 6358]
 6359
 6360[[package]]
 6361name = "gix-features"
 6362version = "0.41.1"
 6363source = "registry+https://github.com/rust-lang/crates.io-index"
 6364checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6365dependencies = [
 6366 "crc32fast",
 6367 "crossbeam-channel",
 6368 "flate2",
 6369 "gix-path",
 6370 "gix-trace",
 6371 "gix-utils 0.2.0",
 6372 "libc",
 6373 "once_cell",
 6374 "parking_lot",
 6375 "prodash",
 6376 "thiserror 2.0.12",
 6377 "walkdir",
 6378]
 6379
 6380[[package]]
 6381name = "gix-features"
 6382version = "0.42.1"
 6383source = "registry+https://github.com/rust-lang/crates.io-index"
 6384checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6385dependencies = [
 6386 "gix-trace",
 6387 "gix-utils 0.3.0",
 6388 "libc",
 6389 "prodash",
 6390]
 6391
 6392[[package]]
 6393name = "gix-filter"
 6394version = "0.18.0"
 6395source = "registry+https://github.com/rust-lang/crates.io-index"
 6396checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6397dependencies = [
 6398 "bstr",
 6399 "encoding_rs",
 6400 "gix-attributes",
 6401 "gix-command",
 6402 "gix-hash 0.17.0",
 6403 "gix-object",
 6404 "gix-packetline-blocking",
 6405 "gix-path",
 6406 "gix-quote",
 6407 "gix-trace",
 6408 "gix-utils 0.2.0",
 6409 "smallvec",
 6410 "thiserror 2.0.12",
 6411]
 6412
 6413[[package]]
 6414name = "gix-fs"
 6415version = "0.14.0"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6418dependencies = [
 6419 "bstr",
 6420 "fastrand 2.3.0",
 6421 "gix-features 0.41.1",
 6422 "gix-path",
 6423 "gix-utils 0.2.0",
 6424 "thiserror 2.0.12",
 6425]
 6426
 6427[[package]]
 6428name = "gix-fs"
 6429version = "0.15.0"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6432dependencies = [
 6433 "bstr",
 6434 "fastrand 2.3.0",
 6435 "gix-features 0.42.1",
 6436 "gix-path",
 6437 "gix-utils 0.3.0",
 6438 "thiserror 2.0.12",
 6439]
 6440
 6441[[package]]
 6442name = "gix-glob"
 6443version = "0.19.0"
 6444source = "registry+https://github.com/rust-lang/crates.io-index"
 6445checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6446dependencies = [
 6447 "bitflags 2.9.0",
 6448 "bstr",
 6449 "gix-features 0.41.1",
 6450 "gix-path",
 6451]
 6452
 6453[[package]]
 6454name = "gix-hash"
 6455version = "0.17.0"
 6456source = "registry+https://github.com/rust-lang/crates.io-index"
 6457checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6458dependencies = [
 6459 "faster-hex 0.9.0",
 6460 "gix-features 0.41.1",
 6461 "sha1-checked",
 6462 "thiserror 2.0.12",
 6463]
 6464
 6465[[package]]
 6466name = "gix-hash"
 6467version = "0.18.0"
 6468source = "registry+https://github.com/rust-lang/crates.io-index"
 6469checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6470dependencies = [
 6471 "faster-hex 0.10.0",
 6472 "gix-features 0.42.1",
 6473 "sha1-checked",
 6474 "thiserror 2.0.12",
 6475]
 6476
 6477[[package]]
 6478name = "gix-hashtable"
 6479version = "0.8.1"
 6480source = "registry+https://github.com/rust-lang/crates.io-index"
 6481checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6482dependencies = [
 6483 "gix-hash 0.18.0",
 6484 "hashbrown 0.14.5",
 6485 "parking_lot",
 6486]
 6487
 6488[[package]]
 6489name = "gix-ignore"
 6490version = "0.14.0"
 6491source = "registry+https://github.com/rust-lang/crates.io-index"
 6492checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6493dependencies = [
 6494 "bstr",
 6495 "gix-glob",
 6496 "gix-path",
 6497 "gix-trace",
 6498 "unicode-bom",
 6499]
 6500
 6501[[package]]
 6502name = "gix-index"
 6503version = "0.39.0"
 6504source = "registry+https://github.com/rust-lang/crates.io-index"
 6505checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6506dependencies = [
 6507 "bitflags 2.9.0",
 6508 "bstr",
 6509 "filetime",
 6510 "fnv",
 6511 "gix-bitmap",
 6512 "gix-features 0.41.1",
 6513 "gix-fs 0.14.0",
 6514 "gix-hash 0.17.0",
 6515 "gix-lock",
 6516 "gix-object",
 6517 "gix-traverse",
 6518 "gix-utils 0.2.0",
 6519 "gix-validate 0.9.4",
 6520 "hashbrown 0.14.5",
 6521 "itoa",
 6522 "libc",
 6523 "memmap2",
 6524 "rustix 0.38.44",
 6525 "smallvec",
 6526 "thiserror 2.0.12",
 6527]
 6528
 6529[[package]]
 6530name = "gix-lock"
 6531version = "17.1.0"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6534dependencies = [
 6535 "gix-tempfile",
 6536 "gix-utils 0.3.0",
 6537 "thiserror 2.0.12",
 6538]
 6539
 6540[[package]]
 6541name = "gix-object"
 6542version = "0.48.0"
 6543source = "registry+https://github.com/rust-lang/crates.io-index"
 6544checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6545dependencies = [
 6546 "bstr",
 6547 "gix-actor",
 6548 "gix-date",
 6549 "gix-features 0.41.1",
 6550 "gix-hash 0.17.0",
 6551 "gix-hashtable",
 6552 "gix-path",
 6553 "gix-utils 0.2.0",
 6554 "gix-validate 0.9.4",
 6555 "itoa",
 6556 "smallvec",
 6557 "thiserror 2.0.12",
 6558 "winnow",
 6559]
 6560
 6561[[package]]
 6562name = "gix-odb"
 6563version = "0.68.0"
 6564source = "registry+https://github.com/rust-lang/crates.io-index"
 6565checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6566dependencies = [
 6567 "arc-swap",
 6568 "gix-date",
 6569 "gix-features 0.41.1",
 6570 "gix-fs 0.14.0",
 6571 "gix-hash 0.17.0",
 6572 "gix-hashtable",
 6573 "gix-object",
 6574 "gix-pack",
 6575 "gix-path",
 6576 "gix-quote",
 6577 "parking_lot",
 6578 "tempfile",
 6579 "thiserror 2.0.12",
 6580]
 6581
 6582[[package]]
 6583name = "gix-pack"
 6584version = "0.58.0"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6587dependencies = [
 6588 "clru",
 6589 "gix-chunk",
 6590 "gix-features 0.41.1",
 6591 "gix-hash 0.17.0",
 6592 "gix-hashtable",
 6593 "gix-object",
 6594 "gix-path",
 6595 "memmap2",
 6596 "smallvec",
 6597 "thiserror 2.0.12",
 6598 "uluru",
 6599]
 6600
 6601[[package]]
 6602name = "gix-packetline"
 6603version = "0.18.4"
 6604source = "registry+https://github.com/rust-lang/crates.io-index"
 6605checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6606dependencies = [
 6607 "bstr",
 6608 "faster-hex 0.9.0",
 6609 "gix-trace",
 6610 "thiserror 2.0.12",
 6611]
 6612
 6613[[package]]
 6614name = "gix-packetline-blocking"
 6615version = "0.18.3"
 6616source = "registry+https://github.com/rust-lang/crates.io-index"
 6617checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6618dependencies = [
 6619 "bstr",
 6620 "faster-hex 0.9.0",
 6621 "gix-trace",
 6622 "thiserror 2.0.12",
 6623]
 6624
 6625[[package]]
 6626name = "gix-path"
 6627version = "0.10.18"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6630dependencies = [
 6631 "bstr",
 6632 "gix-trace",
 6633 "gix-validate 0.10.0",
 6634 "home",
 6635 "once_cell",
 6636 "thiserror 2.0.12",
 6637]
 6638
 6639[[package]]
 6640name = "gix-pathspec"
 6641version = "0.10.0"
 6642source = "registry+https://github.com/rust-lang/crates.io-index"
 6643checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6644dependencies = [
 6645 "bitflags 2.9.0",
 6646 "bstr",
 6647 "gix-attributes",
 6648 "gix-config-value",
 6649 "gix-glob",
 6650 "gix-path",
 6651 "thiserror 2.0.12",
 6652]
 6653
 6654[[package]]
 6655name = "gix-protocol"
 6656version = "0.49.0"
 6657source = "registry+https://github.com/rust-lang/crates.io-index"
 6658checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6659dependencies = [
 6660 "bstr",
 6661 "gix-date",
 6662 "gix-features 0.41.1",
 6663 "gix-hash 0.17.0",
 6664 "gix-ref",
 6665 "gix-shallow",
 6666 "gix-transport",
 6667 "gix-utils 0.2.0",
 6668 "maybe-async",
 6669 "thiserror 2.0.12",
 6670 "winnow",
 6671]
 6672
 6673[[package]]
 6674name = "gix-quote"
 6675version = "0.5.0"
 6676source = "registry+https://github.com/rust-lang/crates.io-index"
 6677checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6678dependencies = [
 6679 "bstr",
 6680 "gix-utils 0.2.0",
 6681 "thiserror 2.0.12",
 6682]
 6683
 6684[[package]]
 6685name = "gix-ref"
 6686version = "0.51.0"
 6687source = "registry+https://github.com/rust-lang/crates.io-index"
 6688checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6689dependencies = [
 6690 "gix-actor",
 6691 "gix-features 0.41.1",
 6692 "gix-fs 0.14.0",
 6693 "gix-hash 0.17.0",
 6694 "gix-lock",
 6695 "gix-object",
 6696 "gix-path",
 6697 "gix-tempfile",
 6698 "gix-utils 0.2.0",
 6699 "gix-validate 0.9.4",
 6700 "memmap2",
 6701 "thiserror 2.0.12",
 6702 "winnow",
 6703]
 6704
 6705[[package]]
 6706name = "gix-refspec"
 6707version = "0.29.0"
 6708source = "registry+https://github.com/rust-lang/crates.io-index"
 6709checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6710dependencies = [
 6711 "bstr",
 6712 "gix-hash 0.17.0",
 6713 "gix-revision",
 6714 "gix-validate 0.9.4",
 6715 "smallvec",
 6716 "thiserror 2.0.12",
 6717]
 6718
 6719[[package]]
 6720name = "gix-revision"
 6721version = "0.33.0"
 6722source = "registry+https://github.com/rust-lang/crates.io-index"
 6723checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6724dependencies = [
 6725 "bstr",
 6726 "gix-commitgraph",
 6727 "gix-date",
 6728 "gix-hash 0.17.0",
 6729 "gix-object",
 6730 "gix-revwalk",
 6731 "thiserror 2.0.12",
 6732]
 6733
 6734[[package]]
 6735name = "gix-revwalk"
 6736version = "0.19.0"
 6737source = "registry+https://github.com/rust-lang/crates.io-index"
 6738checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6739dependencies = [
 6740 "gix-commitgraph",
 6741 "gix-date",
 6742 "gix-hash 0.17.0",
 6743 "gix-hashtable",
 6744 "gix-object",
 6745 "smallvec",
 6746 "thiserror 2.0.12",
 6747]
 6748
 6749[[package]]
 6750name = "gix-sec"
 6751version = "0.10.12"
 6752source = "registry+https://github.com/rust-lang/crates.io-index"
 6753checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6754dependencies = [
 6755 "bitflags 2.9.0",
 6756 "gix-path",
 6757 "libc",
 6758 "windows-sys 0.52.0",
 6759]
 6760
 6761[[package]]
 6762name = "gix-shallow"
 6763version = "0.3.0"
 6764source = "registry+https://github.com/rust-lang/crates.io-index"
 6765checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6766dependencies = [
 6767 "bstr",
 6768 "gix-hash 0.17.0",
 6769 "gix-lock",
 6770 "thiserror 2.0.12",
 6771]
 6772
 6773[[package]]
 6774name = "gix-submodule"
 6775version = "0.18.0"
 6776source = "registry+https://github.com/rust-lang/crates.io-index"
 6777checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6778dependencies = [
 6779 "bstr",
 6780 "gix-config",
 6781 "gix-path",
 6782 "gix-pathspec",
 6783 "gix-refspec",
 6784 "gix-url",
 6785 "thiserror 2.0.12",
 6786]
 6787
 6788[[package]]
 6789name = "gix-tempfile"
 6790version = "17.1.0"
 6791source = "registry+https://github.com/rust-lang/crates.io-index"
 6792checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6793dependencies = [
 6794 "dashmap 6.1.0",
 6795 "gix-fs 0.15.0",
 6796 "libc",
 6797 "once_cell",
 6798 "parking_lot",
 6799 "tempfile",
 6800]
 6801
 6802[[package]]
 6803name = "gix-trace"
 6804version = "0.1.12"
 6805source = "registry+https://github.com/rust-lang/crates.io-index"
 6806checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6807
 6808[[package]]
 6809name = "gix-transport"
 6810version = "0.46.0"
 6811source = "registry+https://github.com/rust-lang/crates.io-index"
 6812checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6813dependencies = [
 6814 "bstr",
 6815 "gix-command",
 6816 "gix-features 0.41.1",
 6817 "gix-packetline",
 6818 "gix-quote",
 6819 "gix-sec",
 6820 "gix-url",
 6821 "thiserror 2.0.12",
 6822]
 6823
 6824[[package]]
 6825name = "gix-traverse"
 6826version = "0.45.0"
 6827source = "registry+https://github.com/rust-lang/crates.io-index"
 6828checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6829dependencies = [
 6830 "bitflags 2.9.0",
 6831 "gix-commitgraph",
 6832 "gix-date",
 6833 "gix-hash 0.17.0",
 6834 "gix-hashtable",
 6835 "gix-object",
 6836 "gix-revwalk",
 6837 "smallvec",
 6838 "thiserror 2.0.12",
 6839]
 6840
 6841[[package]]
 6842name = "gix-url"
 6843version = "0.30.0"
 6844source = "registry+https://github.com/rust-lang/crates.io-index"
 6845checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6846dependencies = [
 6847 "bstr",
 6848 "gix-features 0.41.1",
 6849 "gix-path",
 6850 "percent-encoding",
 6851 "thiserror 2.0.12",
 6852 "url",
 6853]
 6854
 6855[[package]]
 6856name = "gix-utils"
 6857version = "0.2.0"
 6858source = "registry+https://github.com/rust-lang/crates.io-index"
 6859checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6860dependencies = [
 6861 "fastrand 2.3.0",
 6862 "unicode-normalization",
 6863]
 6864
 6865[[package]]
 6866name = "gix-utils"
 6867version = "0.3.0"
 6868source = "registry+https://github.com/rust-lang/crates.io-index"
 6869checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6870dependencies = [
 6871 "fastrand 2.3.0",
 6872 "unicode-normalization",
 6873]
 6874
 6875[[package]]
 6876name = "gix-validate"
 6877version = "0.9.4"
 6878source = "registry+https://github.com/rust-lang/crates.io-index"
 6879checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6880dependencies = [
 6881 "bstr",
 6882 "thiserror 2.0.12",
 6883]
 6884
 6885[[package]]
 6886name = "gix-validate"
 6887version = "0.10.0"
 6888source = "registry+https://github.com/rust-lang/crates.io-index"
 6889checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6890dependencies = [
 6891 "bstr",
 6892 "thiserror 2.0.12",
 6893]
 6894
 6895[[package]]
 6896name = "gix-worktree"
 6897version = "0.40.0"
 6898source = "registry+https://github.com/rust-lang/crates.io-index"
 6899checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6900dependencies = [
 6901 "bstr",
 6902 "gix-attributes",
 6903 "gix-features 0.41.1",
 6904 "gix-fs 0.14.0",
 6905 "gix-glob",
 6906 "gix-hash 0.17.0",
 6907 "gix-ignore",
 6908 "gix-index",
 6909 "gix-object",
 6910 "gix-path",
 6911 "gix-validate 0.9.4",
 6912]
 6913
 6914[[package]]
 6915name = "glob"
 6916version = "0.3.2"
 6917source = "registry+https://github.com/rust-lang/crates.io-index"
 6918checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6919
 6920[[package]]
 6921name = "globset"
 6922version = "0.4.16"
 6923source = "registry+https://github.com/rust-lang/crates.io-index"
 6924checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6925dependencies = [
 6926 "aho-corasick",
 6927 "bstr",
 6928 "log",
 6929 "regex-automata 0.4.9",
 6930 "regex-syntax 0.8.5",
 6931]
 6932
 6933[[package]]
 6934name = "gloo-timers"
 6935version = "0.3.0"
 6936source = "registry+https://github.com/rust-lang/crates.io-index"
 6937checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6938dependencies = [
 6939 "futures-channel",
 6940 "futures-core",
 6941 "js-sys",
 6942 "wasm-bindgen",
 6943]
 6944
 6945[[package]]
 6946name = "glow"
 6947version = "0.14.2"
 6948source = "registry+https://github.com/rust-lang/crates.io-index"
 6949checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6950dependencies = [
 6951 "js-sys",
 6952 "slotmap",
 6953 "wasm-bindgen",
 6954 "web-sys",
 6955]
 6956
 6957[[package]]
 6958name = "go_to_line"
 6959version = "0.1.0"
 6960dependencies = [
 6961 "anyhow",
 6962 "editor",
 6963 "gpui",
 6964 "indoc",
 6965 "language",
 6966 "menu",
 6967 "project",
 6968 "rope",
 6969 "schemars",
 6970 "serde",
 6971 "serde_json",
 6972 "settings",
 6973 "text",
 6974 "theme",
 6975 "tree-sitter-rust",
 6976 "tree-sitter-typescript",
 6977 "ui",
 6978 "util",
 6979 "workspace",
 6980 "workspace-hack",
 6981]
 6982
 6983[[package]]
 6984name = "google_ai"
 6985version = "0.1.0"
 6986dependencies = [
 6987 "anyhow",
 6988 "futures 0.3.31",
 6989 "http_client",
 6990 "schemars",
 6991 "serde",
 6992 "serde_json",
 6993 "strum 0.27.1",
 6994 "workspace-hack",
 6995]
 6996
 6997[[package]]
 6998name = "gpu-alloc"
 6999version = "0.6.0"
 7000source = "registry+https://github.com/rust-lang/crates.io-index"
 7001checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 7002dependencies = [
 7003 "bitflags 2.9.0",
 7004 "gpu-alloc-types",
 7005]
 7006
 7007[[package]]
 7008name = "gpu-alloc-ash"
 7009version = "0.7.0"
 7010source = "registry+https://github.com/rust-lang/crates.io-index"
 7011checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 7012dependencies = [
 7013 "ash",
 7014 "gpu-alloc-types",
 7015 "tinyvec",
 7016]
 7017
 7018[[package]]
 7019name = "gpu-alloc-types"
 7020version = "0.3.0"
 7021source = "registry+https://github.com/rust-lang/crates.io-index"
 7022checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7023dependencies = [
 7024 "bitflags 2.9.0",
 7025]
 7026
 7027[[package]]
 7028name = "gpui"
 7029version = "0.1.0"
 7030dependencies = [
 7031 "anyhow",
 7032 "as-raw-xcb-connection",
 7033 "ashpd",
 7034 "async-task",
 7035 "backtrace",
 7036 "bindgen 0.71.1",
 7037 "blade-graphics",
 7038 "blade-macros",
 7039 "blade-util",
 7040 "block",
 7041 "bytemuck",
 7042 "calloop",
 7043 "calloop-wayland-source",
 7044 "cbindgen",
 7045 "cocoa 0.26.0",
 7046 "collections",
 7047 "core-foundation 0.10.0",
 7048 "core-foundation-sys",
 7049 "core-graphics 0.24.0",
 7050 "core-text",
 7051 "core-video",
 7052 "cosmic-text",
 7053 "ctor",
 7054 "derive_more",
 7055 "embed-resource",
 7056 "env_logger 0.11.8",
 7057 "etagere",
 7058 "filedescriptor",
 7059 "flume",
 7060 "font-kit",
 7061 "foreign-types 0.5.0",
 7062 "futures 0.3.31",
 7063 "gpui_macros",
 7064 "http_client",
 7065 "image",
 7066 "inventory",
 7067 "itertools 0.14.0",
 7068 "log",
 7069 "lyon",
 7070 "media",
 7071 "metal",
 7072 "naga",
 7073 "num_cpus",
 7074 "objc",
 7075 "objc2",
 7076 "objc2-metal",
 7077 "oo7",
 7078 "open",
 7079 "parking",
 7080 "parking_lot",
 7081 "pathfinder_geometry",
 7082 "postage",
 7083 "profiling",
 7084 "rand 0.8.5",
 7085 "raw-window-handle",
 7086 "refineable",
 7087 "reqwest_client",
 7088 "resvg",
 7089 "scap",
 7090 "schemars",
 7091 "seahash",
 7092 "semantic_version",
 7093 "serde",
 7094 "serde_derive",
 7095 "serde_json",
 7096 "slotmap",
 7097 "smallvec",
 7098 "smol",
 7099 "strum 0.27.1",
 7100 "sum_tree",
 7101 "taffy",
 7102 "thiserror 2.0.12",
 7103 "unicode-segmentation",
 7104 "usvg",
 7105 "util",
 7106 "uuid",
 7107 "waker-fn",
 7108 "wayland-backend",
 7109 "wayland-client",
 7110 "wayland-cursor",
 7111 "wayland-protocols",
 7112 "wayland-protocols-plasma",
 7113 "windows 0.61.1",
 7114 "windows-core 0.61.0",
 7115 "windows-numerics",
 7116 "windows-registry 0.5.1",
 7117 "workspace-hack",
 7118 "x11-clipboard",
 7119 "x11rb",
 7120 "xim",
 7121 "xkbcommon",
 7122]
 7123
 7124[[package]]
 7125name = "gpui_macros"
 7126version = "0.1.0"
 7127dependencies = [
 7128 "gpui",
 7129 "proc-macro2",
 7130 "quote",
 7131 "syn 1.0.109",
 7132 "workspace-hack",
 7133]
 7134
 7135[[package]]
 7136name = "gpui_tokio"
 7137version = "0.1.0"
 7138dependencies = [
 7139 "gpui",
 7140 "tokio",
 7141 "util",
 7142 "workspace-hack",
 7143]
 7144
 7145[[package]]
 7146name = "grid"
 7147version = "0.13.0"
 7148source = "registry+https://github.com/rust-lang/crates.io-index"
 7149checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7150
 7151[[package]]
 7152name = "group"
 7153version = "0.12.1"
 7154source = "registry+https://github.com/rust-lang/crates.io-index"
 7155checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7156dependencies = [
 7157 "ff",
 7158 "rand_core 0.6.4",
 7159 "subtle",
 7160]
 7161
 7162[[package]]
 7163name = "h2"
 7164version = "0.3.26"
 7165source = "registry+https://github.com/rust-lang/crates.io-index"
 7166checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7167dependencies = [
 7168 "bytes 1.10.1",
 7169 "fnv",
 7170 "futures-core",
 7171 "futures-sink",
 7172 "futures-util",
 7173 "http 0.2.12",
 7174 "indexmap",
 7175 "slab",
 7176 "tokio",
 7177 "tokio-util",
 7178 "tracing",
 7179]
 7180
 7181[[package]]
 7182name = "h2"
 7183version = "0.4.9"
 7184source = "registry+https://github.com/rust-lang/crates.io-index"
 7185checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7186dependencies = [
 7187 "atomic-waker",
 7188 "bytes 1.10.1",
 7189 "fnv",
 7190 "futures-core",
 7191 "futures-sink",
 7192 "http 1.3.1",
 7193 "indexmap",
 7194 "slab",
 7195 "tokio",
 7196 "tokio-util",
 7197 "tracing",
 7198]
 7199
 7200[[package]]
 7201name = "half"
 7202version = "2.6.0"
 7203source = "registry+https://github.com/rust-lang/crates.io-index"
 7204checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7205dependencies = [
 7206 "cfg-if",
 7207 "crunchy",
 7208 "num-traits",
 7209]
 7210
 7211[[package]]
 7212name = "handlebars"
 7213version = "4.5.0"
 7214source = "registry+https://github.com/rust-lang/crates.io-index"
 7215checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7216dependencies = [
 7217 "log",
 7218 "pest",
 7219 "pest_derive",
 7220 "rust-embed",
 7221 "serde",
 7222 "serde_json",
 7223 "thiserror 1.0.69",
 7224]
 7225
 7226[[package]]
 7227name = "handlebars"
 7228version = "6.3.2"
 7229source = "registry+https://github.com/rust-lang/crates.io-index"
 7230checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7231dependencies = [
 7232 "derive_builder",
 7233 "log",
 7234 "num-order",
 7235 "pest",
 7236 "pest_derive",
 7237 "serde",
 7238 "serde_json",
 7239 "thiserror 2.0.12",
 7240]
 7241
 7242[[package]]
 7243name = "hash32"
 7244version = "0.3.1"
 7245source = "registry+https://github.com/rust-lang/crates.io-index"
 7246checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7247dependencies = [
 7248 "byteorder",
 7249]
 7250
 7251[[package]]
 7252name = "hashbrown"
 7253version = "0.12.3"
 7254source = "registry+https://github.com/rust-lang/crates.io-index"
 7255checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7256dependencies = [
 7257 "ahash 0.7.8",
 7258]
 7259
 7260[[package]]
 7261name = "hashbrown"
 7262version = "0.14.5"
 7263source = "registry+https://github.com/rust-lang/crates.io-index"
 7264checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7265dependencies = [
 7266 "ahash 0.8.11",
 7267 "allocator-api2",
 7268]
 7269
 7270[[package]]
 7271name = "hashbrown"
 7272version = "0.15.3"
 7273source = "registry+https://github.com/rust-lang/crates.io-index"
 7274checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7275dependencies = [
 7276 "allocator-api2",
 7277 "equivalent",
 7278 "foldhash",
 7279 "serde",
 7280]
 7281
 7282[[package]]
 7283name = "hashlink"
 7284version = "0.8.4"
 7285source = "registry+https://github.com/rust-lang/crates.io-index"
 7286checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7287dependencies = [
 7288 "hashbrown 0.14.5",
 7289]
 7290
 7291[[package]]
 7292name = "hashlink"
 7293version = "0.10.0"
 7294source = "registry+https://github.com/rust-lang/crates.io-index"
 7295checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7296dependencies = [
 7297 "hashbrown 0.15.3",
 7298]
 7299
 7300[[package]]
 7301name = "headers"
 7302version = "0.3.9"
 7303source = "registry+https://github.com/rust-lang/crates.io-index"
 7304checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7305dependencies = [
 7306 "base64 0.21.7",
 7307 "bytes 1.10.1",
 7308 "headers-core",
 7309 "http 0.2.12",
 7310 "httpdate",
 7311 "mime",
 7312 "sha1",
 7313]
 7314
 7315[[package]]
 7316name = "headers-core"
 7317version = "0.2.0"
 7318source = "registry+https://github.com/rust-lang/crates.io-index"
 7319checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7320dependencies = [
 7321 "http 0.2.12",
 7322]
 7323
 7324[[package]]
 7325name = "heapless"
 7326version = "0.8.0"
 7327source = "registry+https://github.com/rust-lang/crates.io-index"
 7328checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7329dependencies = [
 7330 "hash32",
 7331 "stable_deref_trait",
 7332]
 7333
 7334[[package]]
 7335name = "heck"
 7336version = "0.3.3"
 7337source = "registry+https://github.com/rust-lang/crates.io-index"
 7338checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7339dependencies = [
 7340 "unicode-segmentation",
 7341]
 7342
 7343[[package]]
 7344name = "heck"
 7345version = "0.4.1"
 7346source = "registry+https://github.com/rust-lang/crates.io-index"
 7347checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7348dependencies = [
 7349 "unicode-segmentation",
 7350]
 7351
 7352[[package]]
 7353name = "heck"
 7354version = "0.5.0"
 7355source = "registry+https://github.com/rust-lang/crates.io-index"
 7356checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7357
 7358[[package]]
 7359name = "heed"
 7360version = "0.21.0"
 7361source = "registry+https://github.com/rust-lang/crates.io-index"
 7362checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7363dependencies = [
 7364 "bitflags 2.9.0",
 7365 "byteorder",
 7366 "heed-traits",
 7367 "heed-types",
 7368 "libc",
 7369 "lmdb-master-sys",
 7370 "once_cell",
 7371 "page_size",
 7372 "serde",
 7373 "synchronoise",
 7374 "url",
 7375]
 7376
 7377[[package]]
 7378name = "heed-traits"
 7379version = "0.20.0"
 7380source = "registry+https://github.com/rust-lang/crates.io-index"
 7381checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7382
 7383[[package]]
 7384name = "heed-types"
 7385version = "0.21.0"
 7386source = "registry+https://github.com/rust-lang/crates.io-index"
 7387checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7388dependencies = [
 7389 "bincode",
 7390 "byteorder",
 7391 "heed-traits",
 7392 "serde",
 7393 "serde_json",
 7394]
 7395
 7396[[package]]
 7397name = "hermit-abi"
 7398version = "0.3.9"
 7399source = "registry+https://github.com/rust-lang/crates.io-index"
 7400checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7401
 7402[[package]]
 7403name = "hermit-abi"
 7404version = "0.4.0"
 7405source = "registry+https://github.com/rust-lang/crates.io-index"
 7406checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7407
 7408[[package]]
 7409name = "hermit-abi"
 7410version = "0.5.0"
 7411source = "registry+https://github.com/rust-lang/crates.io-index"
 7412checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7413
 7414[[package]]
 7415name = "hex"
 7416version = "0.4.3"
 7417source = "registry+https://github.com/rust-lang/crates.io-index"
 7418checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7419
 7420[[package]]
 7421name = "hexf-parse"
 7422version = "0.2.1"
 7423source = "registry+https://github.com/rust-lang/crates.io-index"
 7424checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7425
 7426[[package]]
 7427name = "hidden-trait"
 7428version = "0.1.2"
 7429source = "registry+https://github.com/rust-lang/crates.io-index"
 7430checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7431dependencies = [
 7432 "proc-macro2",
 7433 "quote",
 7434 "syn 1.0.109",
 7435]
 7436
 7437[[package]]
 7438name = "hkdf"
 7439version = "0.12.4"
 7440source = "registry+https://github.com/rust-lang/crates.io-index"
 7441checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7442dependencies = [
 7443 "hmac",
 7444]
 7445
 7446[[package]]
 7447name = "hmac"
 7448version = "0.12.1"
 7449source = "registry+https://github.com/rust-lang/crates.io-index"
 7450checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7451dependencies = [
 7452 "digest",
 7453]
 7454
 7455[[package]]
 7456name = "home"
 7457version = "0.5.11"
 7458source = "registry+https://github.com/rust-lang/crates.io-index"
 7459checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7460dependencies = [
 7461 "windows-sys 0.59.0",
 7462]
 7463
 7464[[package]]
 7465name = "hound"
 7466version = "3.5.1"
 7467source = "registry+https://github.com/rust-lang/crates.io-index"
 7468checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7469
 7470[[package]]
 7471name = "html5ever"
 7472version = "0.27.0"
 7473source = "registry+https://github.com/rust-lang/crates.io-index"
 7474checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7475dependencies = [
 7476 "log",
 7477 "mac",
 7478 "markup5ever 0.12.1",
 7479 "proc-macro2",
 7480 "quote",
 7481 "syn 2.0.101",
 7482]
 7483
 7484[[package]]
 7485name = "html5ever"
 7486version = "0.31.0"
 7487source = "registry+https://github.com/rust-lang/crates.io-index"
 7488checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7489dependencies = [
 7490 "log",
 7491 "mac",
 7492 "markup5ever 0.16.1",
 7493 "match_token",
 7494]
 7495
 7496[[package]]
 7497name = "html_to_markdown"
 7498version = "0.1.0"
 7499dependencies = [
 7500 "anyhow",
 7501 "html5ever 0.27.0",
 7502 "indoc",
 7503 "markup5ever_rcdom",
 7504 "pretty_assertions",
 7505 "regex",
 7506 "workspace-hack",
 7507]
 7508
 7509[[package]]
 7510name = "http"
 7511version = "0.2.12"
 7512source = "registry+https://github.com/rust-lang/crates.io-index"
 7513checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7514dependencies = [
 7515 "bytes 1.10.1",
 7516 "fnv",
 7517 "itoa",
 7518]
 7519
 7520[[package]]
 7521name = "http"
 7522version = "1.3.1"
 7523source = "registry+https://github.com/rust-lang/crates.io-index"
 7524checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7525dependencies = [
 7526 "bytes 1.10.1",
 7527 "fnv",
 7528 "itoa",
 7529]
 7530
 7531[[package]]
 7532name = "http-body"
 7533version = "0.4.6"
 7534source = "registry+https://github.com/rust-lang/crates.io-index"
 7535checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7536dependencies = [
 7537 "bytes 1.10.1",
 7538 "http 0.2.12",
 7539 "pin-project-lite",
 7540]
 7541
 7542[[package]]
 7543name = "http-body"
 7544version = "1.0.1"
 7545source = "registry+https://github.com/rust-lang/crates.io-index"
 7546checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7547dependencies = [
 7548 "bytes 1.10.1",
 7549 "http 1.3.1",
 7550]
 7551
 7552[[package]]
 7553name = "http-body-util"
 7554version = "0.1.3"
 7555source = "registry+https://github.com/rust-lang/crates.io-index"
 7556checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7557dependencies = [
 7558 "bytes 1.10.1",
 7559 "futures-core",
 7560 "http 1.3.1",
 7561 "http-body 1.0.1",
 7562 "pin-project-lite",
 7563]
 7564
 7565[[package]]
 7566name = "http-range-header"
 7567version = "0.3.1"
 7568source = "registry+https://github.com/rust-lang/crates.io-index"
 7569checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7570
 7571[[package]]
 7572name = "http-types"
 7573version = "2.12.0"
 7574source = "registry+https://github.com/rust-lang/crates.io-index"
 7575checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7576dependencies = [
 7577 "anyhow",
 7578 "async-channel 1.9.0",
 7579 "base64 0.13.1",
 7580 "futures-lite 1.13.0",
 7581 "http 0.2.12",
 7582 "infer",
 7583 "pin-project-lite",
 7584 "rand 0.7.3",
 7585 "serde",
 7586 "serde_json",
 7587 "serde_qs 0.8.5",
 7588 "serde_urlencoded",
 7589 "url",
 7590]
 7591
 7592[[package]]
 7593name = "http_client"
 7594version = "0.1.0"
 7595dependencies = [
 7596 "anyhow",
 7597 "bytes 1.10.1",
 7598 "derive_more",
 7599 "futures 0.3.31",
 7600 "http 1.3.1",
 7601 "log",
 7602 "serde",
 7603 "serde_json",
 7604 "url",
 7605 "workspace-hack",
 7606]
 7607
 7608[[package]]
 7609name = "http_client_tls"
 7610version = "0.1.0"
 7611dependencies = [
 7612 "rustls 0.23.26",
 7613 "rustls-platform-verifier",
 7614 "workspace-hack",
 7615]
 7616
 7617[[package]]
 7618name = "httparse"
 7619version = "1.10.1"
 7620source = "registry+https://github.com/rust-lang/crates.io-index"
 7621checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7622
 7623[[package]]
 7624name = "httpdate"
 7625version = "1.0.3"
 7626source = "registry+https://github.com/rust-lang/crates.io-index"
 7627checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7628
 7629[[package]]
 7630name = "human_bytes"
 7631version = "0.4.3"
 7632source = "registry+https://github.com/rust-lang/crates.io-index"
 7633checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7634
 7635[[package]]
 7636name = "humantime"
 7637version = "2.2.0"
 7638source = "registry+https://github.com/rust-lang/crates.io-index"
 7639checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7640
 7641[[package]]
 7642name = "hyper"
 7643version = "0.14.32"
 7644source = "registry+https://github.com/rust-lang/crates.io-index"
 7645checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7646dependencies = [
 7647 "bytes 1.10.1",
 7648 "futures-channel",
 7649 "futures-core",
 7650 "futures-util",
 7651 "h2 0.3.26",
 7652 "http 0.2.12",
 7653 "http-body 0.4.6",
 7654 "httparse",
 7655 "httpdate",
 7656 "itoa",
 7657 "pin-project-lite",
 7658 "socket2",
 7659 "tokio",
 7660 "tower-service",
 7661 "tracing",
 7662 "want",
 7663]
 7664
 7665[[package]]
 7666name = "hyper"
 7667version = "1.6.0"
 7668source = "registry+https://github.com/rust-lang/crates.io-index"
 7669checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7670dependencies = [
 7671 "bytes 1.10.1",
 7672 "futures-channel",
 7673 "futures-util",
 7674 "h2 0.4.9",
 7675 "http 1.3.1",
 7676 "http-body 1.0.1",
 7677 "httparse",
 7678 "itoa",
 7679 "pin-project-lite",
 7680 "smallvec",
 7681 "tokio",
 7682 "want",
 7683]
 7684
 7685[[package]]
 7686name = "hyper-rustls"
 7687version = "0.24.2"
 7688source = "registry+https://github.com/rust-lang/crates.io-index"
 7689checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7690dependencies = [
 7691 "futures-util",
 7692 "http 0.2.12",
 7693 "hyper 0.14.32",
 7694 "log",
 7695 "rustls 0.21.12",
 7696 "rustls-native-certs 0.6.3",
 7697 "tokio",
 7698 "tokio-rustls 0.24.1",
 7699]
 7700
 7701[[package]]
 7702name = "hyper-rustls"
 7703version = "0.27.5"
 7704source = "registry+https://github.com/rust-lang/crates.io-index"
 7705checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7706dependencies = [
 7707 "futures-util",
 7708 "http 1.3.1",
 7709 "hyper 1.6.0",
 7710 "hyper-util",
 7711 "rustls 0.23.26",
 7712 "rustls-native-certs 0.8.1",
 7713 "rustls-pki-types",
 7714 "tokio",
 7715 "tokio-rustls 0.26.2",
 7716 "tower-service",
 7717]
 7718
 7719[[package]]
 7720name = "hyper-tls"
 7721version = "0.5.0"
 7722source = "registry+https://github.com/rust-lang/crates.io-index"
 7723checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7724dependencies = [
 7725 "bytes 1.10.1",
 7726 "hyper 0.14.32",
 7727 "native-tls",
 7728 "tokio",
 7729 "tokio-native-tls",
 7730]
 7731
 7732[[package]]
 7733name = "hyper-util"
 7734version = "0.1.11"
 7735source = "registry+https://github.com/rust-lang/crates.io-index"
 7736checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7737dependencies = [
 7738 "bytes 1.10.1",
 7739 "futures-channel",
 7740 "futures-util",
 7741 "http 1.3.1",
 7742 "http-body 1.0.1",
 7743 "hyper 1.6.0",
 7744 "libc",
 7745 "pin-project-lite",
 7746 "socket2",
 7747 "tokio",
 7748 "tower-service",
 7749 "tracing",
 7750]
 7751
 7752[[package]]
 7753name = "iana-time-zone"
 7754version = "0.1.63"
 7755source = "registry+https://github.com/rust-lang/crates.io-index"
 7756checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7757dependencies = [
 7758 "android_system_properties",
 7759 "core-foundation-sys",
 7760 "iana-time-zone-haiku",
 7761 "js-sys",
 7762 "log",
 7763 "wasm-bindgen",
 7764 "windows-core 0.61.0",
 7765]
 7766
 7767[[package]]
 7768name = "iana-time-zone-haiku"
 7769version = "0.1.2"
 7770source = "registry+https://github.com/rust-lang/crates.io-index"
 7771checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7772dependencies = [
 7773 "cc",
 7774]
 7775
 7776[[package]]
 7777name = "icons"
 7778version = "0.1.0"
 7779dependencies = [
 7780 "serde",
 7781 "strum 0.27.1",
 7782 "workspace-hack",
 7783]
 7784
 7785[[package]]
 7786name = "icu_collections"
 7787version = "1.5.0"
 7788source = "registry+https://github.com/rust-lang/crates.io-index"
 7789checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7790dependencies = [
 7791 "displaydoc",
 7792 "yoke",
 7793 "zerofrom",
 7794 "zerovec",
 7795]
 7796
 7797[[package]]
 7798name = "icu_locid"
 7799version = "1.5.0"
 7800source = "registry+https://github.com/rust-lang/crates.io-index"
 7801checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7802dependencies = [
 7803 "displaydoc",
 7804 "litemap",
 7805 "tinystr",
 7806 "writeable",
 7807 "zerovec",
 7808]
 7809
 7810[[package]]
 7811name = "icu_locid_transform"
 7812version = "1.5.0"
 7813source = "registry+https://github.com/rust-lang/crates.io-index"
 7814checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7815dependencies = [
 7816 "displaydoc",
 7817 "icu_locid",
 7818 "icu_locid_transform_data",
 7819 "icu_provider",
 7820 "tinystr",
 7821 "zerovec",
 7822]
 7823
 7824[[package]]
 7825name = "icu_locid_transform_data"
 7826version = "1.5.1"
 7827source = "registry+https://github.com/rust-lang/crates.io-index"
 7828checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7829
 7830[[package]]
 7831name = "icu_normalizer"
 7832version = "1.5.0"
 7833source = "registry+https://github.com/rust-lang/crates.io-index"
 7834checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7835dependencies = [
 7836 "displaydoc",
 7837 "icu_collections",
 7838 "icu_normalizer_data",
 7839 "icu_properties",
 7840 "icu_provider",
 7841 "smallvec",
 7842 "utf16_iter",
 7843 "utf8_iter",
 7844 "write16",
 7845 "zerovec",
 7846]
 7847
 7848[[package]]
 7849name = "icu_normalizer_data"
 7850version = "1.5.1"
 7851source = "registry+https://github.com/rust-lang/crates.io-index"
 7852checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7853
 7854[[package]]
 7855name = "icu_properties"
 7856version = "1.5.1"
 7857source = "registry+https://github.com/rust-lang/crates.io-index"
 7858checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7859dependencies = [
 7860 "displaydoc",
 7861 "icu_collections",
 7862 "icu_locid_transform",
 7863 "icu_properties_data",
 7864 "icu_provider",
 7865 "tinystr",
 7866 "zerovec",
 7867]
 7868
 7869[[package]]
 7870name = "icu_properties_data"
 7871version = "1.5.1"
 7872source = "registry+https://github.com/rust-lang/crates.io-index"
 7873checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7874
 7875[[package]]
 7876name = "icu_provider"
 7877version = "1.5.0"
 7878source = "registry+https://github.com/rust-lang/crates.io-index"
 7879checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7880dependencies = [
 7881 "displaydoc",
 7882 "icu_locid",
 7883 "icu_provider_macros",
 7884 "stable_deref_trait",
 7885 "tinystr",
 7886 "writeable",
 7887 "yoke",
 7888 "zerofrom",
 7889 "zerovec",
 7890]
 7891
 7892[[package]]
 7893name = "icu_provider_macros"
 7894version = "1.5.0"
 7895source = "registry+https://github.com/rust-lang/crates.io-index"
 7896checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7897dependencies = [
 7898 "proc-macro2",
 7899 "quote",
 7900 "syn 2.0.101",
 7901]
 7902
 7903[[package]]
 7904name = "id-arena"
 7905version = "2.2.1"
 7906source = "registry+https://github.com/rust-lang/crates.io-index"
 7907checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7908
 7909[[package]]
 7910name = "ident_case"
 7911version = "1.0.1"
 7912source = "registry+https://github.com/rust-lang/crates.io-index"
 7913checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7914
 7915[[package]]
 7916name = "idna"
 7917version = "1.0.3"
 7918source = "registry+https://github.com/rust-lang/crates.io-index"
 7919checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7920dependencies = [
 7921 "idna_adapter",
 7922 "smallvec",
 7923 "utf8_iter",
 7924]
 7925
 7926[[package]]
 7927name = "idna_adapter"
 7928version = "1.2.0"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7931dependencies = [
 7932 "icu_normalizer",
 7933 "icu_properties",
 7934]
 7935
 7936[[package]]
 7937name = "ignore"
 7938version = "0.4.23"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7941dependencies = [
 7942 "crossbeam-deque",
 7943 "globset",
 7944 "log",
 7945 "memchr",
 7946 "regex-automata 0.4.9",
 7947 "same-file",
 7948 "walkdir",
 7949 "winapi-util",
 7950]
 7951
 7952[[package]]
 7953name = "image"
 7954version = "0.25.6"
 7955source = "registry+https://github.com/rust-lang/crates.io-index"
 7956checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7957dependencies = [
 7958 "bytemuck",
 7959 "byteorder-lite",
 7960 "color_quant",
 7961 "exr",
 7962 "gif",
 7963 "image-webp",
 7964 "num-traits",
 7965 "png",
 7966 "qoi",
 7967 "ravif",
 7968 "rayon",
 7969 "rgb",
 7970 "tiff",
 7971 "zune-core",
 7972 "zune-jpeg",
 7973]
 7974
 7975[[package]]
 7976name = "image-webp"
 7977version = "0.2.1"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7980dependencies = [
 7981 "byteorder-lite",
 7982 "quick-error",
 7983]
 7984
 7985[[package]]
 7986name = "image_viewer"
 7987version = "0.1.0"
 7988dependencies = [
 7989 "anyhow",
 7990 "db",
 7991 "editor",
 7992 "file_icons",
 7993 "gpui",
 7994 "language",
 7995 "log",
 7996 "project",
 7997 "schemars",
 7998 "serde",
 7999 "settings",
 8000 "theme",
 8001 "ui",
 8002 "util",
 8003 "workspace",
 8004 "workspace-hack",
 8005]
 8006
 8007[[package]]
 8008name = "imagesize"
 8009version = "0.13.0"
 8010source = "registry+https://github.com/rust-lang/crates.io-index"
 8011checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8012
 8013[[package]]
 8014name = "imara-diff"
 8015version = "0.1.8"
 8016source = "registry+https://github.com/rust-lang/crates.io-index"
 8017checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8018dependencies = [
 8019 "hashbrown 0.15.3",
 8020]
 8021
 8022[[package]]
 8023name = "imgref"
 8024version = "1.11.0"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 8027
 8028[[package]]
 8029name = "indexed_docs"
 8030version = "0.1.0"
 8031dependencies = [
 8032 "anyhow",
 8033 "async-trait",
 8034 "cargo_metadata",
 8035 "collections",
 8036 "derive_more",
 8037 "extension",
 8038 "fs",
 8039 "futures 0.3.31",
 8040 "fuzzy",
 8041 "gpui",
 8042 "heed",
 8043 "html_to_markdown",
 8044 "http_client",
 8045 "indexmap",
 8046 "indoc",
 8047 "parking_lot",
 8048 "paths",
 8049 "pretty_assertions",
 8050 "serde",
 8051 "strum 0.27.1",
 8052 "util",
 8053 "workspace-hack",
 8054]
 8055
 8056[[package]]
 8057name = "indexmap"
 8058version = "2.9.0"
 8059source = "registry+https://github.com/rust-lang/crates.io-index"
 8060checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8061dependencies = [
 8062 "equivalent",
 8063 "hashbrown 0.15.3",
 8064 "serde",
 8065]
 8066
 8067[[package]]
 8068name = "indoc"
 8069version = "2.0.6"
 8070source = "registry+https://github.com/rust-lang/crates.io-index"
 8071checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8072
 8073[[package]]
 8074name = "infer"
 8075version = "0.2.3"
 8076source = "registry+https://github.com/rust-lang/crates.io-index"
 8077checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8078
 8079[[package]]
 8080name = "inherent"
 8081version = "1.0.12"
 8082source = "registry+https://github.com/rust-lang/crates.io-index"
 8083checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8084dependencies = [
 8085 "proc-macro2",
 8086 "quote",
 8087 "syn 2.0.101",
 8088]
 8089
 8090[[package]]
 8091name = "inline_completion"
 8092version = "0.1.0"
 8093dependencies = [
 8094 "anyhow",
 8095 "gpui",
 8096 "language",
 8097 "project",
 8098 "workspace-hack",
 8099 "zed_llm_client",
 8100]
 8101
 8102[[package]]
 8103name = "inline_completion_button"
 8104version = "0.1.0"
 8105dependencies = [
 8106 "anyhow",
 8107 "client",
 8108 "copilot",
 8109 "editor",
 8110 "feature_flags",
 8111 "fs",
 8112 "futures 0.3.31",
 8113 "gpui",
 8114 "indoc",
 8115 "inline_completion",
 8116 "language",
 8117 "lsp",
 8118 "paths",
 8119 "project",
 8120 "regex",
 8121 "serde_json",
 8122 "settings",
 8123 "supermaven",
 8124 "telemetry",
 8125 "theme",
 8126 "ui",
 8127 "workspace",
 8128 "workspace-hack",
 8129 "zed_actions",
 8130 "zed_llm_client",
 8131 "zeta",
 8132]
 8133
 8134[[package]]
 8135name = "inotify"
 8136version = "0.11.0"
 8137source = "registry+https://github.com/rust-lang/crates.io-index"
 8138checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8139dependencies = [
 8140 "bitflags 2.9.0",
 8141 "inotify-sys",
 8142 "libc",
 8143]
 8144
 8145[[package]]
 8146name = "inotify-sys"
 8147version = "0.1.5"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8150dependencies = [
 8151 "libc",
 8152]
 8153
 8154[[package]]
 8155name = "inout"
 8156version = "0.1.4"
 8157source = "registry+https://github.com/rust-lang/crates.io-index"
 8158checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8159dependencies = [
 8160 "block-padding",
 8161 "generic-array",
 8162]
 8163
 8164[[package]]
 8165name = "install_cli"
 8166version = "0.1.0"
 8167dependencies = [
 8168 "anyhow",
 8169 "client",
 8170 "gpui",
 8171 "release_channel",
 8172 "smol",
 8173 "util",
 8174 "workspace",
 8175 "workspace-hack",
 8176]
 8177
 8178[[package]]
 8179name = "instant"
 8180version = "0.1.13"
 8181source = "registry+https://github.com/rust-lang/crates.io-index"
 8182checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8183dependencies = [
 8184 "cfg-if",
 8185]
 8186
 8187[[package]]
 8188name = "interim"
 8189version = "0.2.1"
 8190source = "registry+https://github.com/rust-lang/crates.io-index"
 8191checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8192dependencies = [
 8193 "chrono",
 8194 "logos",
 8195]
 8196
 8197[[package]]
 8198name = "interpolate_name"
 8199version = "0.2.4"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8202dependencies = [
 8203 "proc-macro2",
 8204 "quote",
 8205 "syn 2.0.101",
 8206]
 8207
 8208[[package]]
 8209name = "inventory"
 8210version = "0.3.20"
 8211source = "registry+https://github.com/rust-lang/crates.io-index"
 8212checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8213dependencies = [
 8214 "rustversion",
 8215]
 8216
 8217[[package]]
 8218name = "io-extras"
 8219version = "0.18.4"
 8220source = "registry+https://github.com/rust-lang/crates.io-index"
 8221checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8222dependencies = [
 8223 "io-lifetimes",
 8224 "windows-sys 0.59.0",
 8225]
 8226
 8227[[package]]
 8228name = "io-lifetimes"
 8229version = "2.0.4"
 8230source = "registry+https://github.com/rust-lang/crates.io-index"
 8231checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8232
 8233[[package]]
 8234name = "io-surface"
 8235version = "0.16.0"
 8236source = "registry+https://github.com/rust-lang/crates.io-index"
 8237checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8238dependencies = [
 8239 "cgl",
 8240 "core-foundation 0.10.0",
 8241 "core-foundation-sys",
 8242 "leaky-cow",
 8243 "libc",
 8244]
 8245
 8246[[package]]
 8247name = "iovec"
 8248version = "0.1.4"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8251dependencies = [
 8252 "libc",
 8253]
 8254
 8255[[package]]
 8256name = "ipc-channel"
 8257version = "0.19.0"
 8258source = "registry+https://github.com/rust-lang/crates.io-index"
 8259checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8260dependencies = [
 8261 "bincode",
 8262 "crossbeam-channel",
 8263 "fnv",
 8264 "lazy_static",
 8265 "libc",
 8266 "mio",
 8267 "rand 0.8.5",
 8268 "serde",
 8269 "tempfile",
 8270 "uuid",
 8271 "windows 0.58.0",
 8272]
 8273
 8274[[package]]
 8275name = "ipnet"
 8276version = "2.11.0"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8279
 8280[[package]]
 8281name = "is-docker"
 8282version = "0.2.0"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8285dependencies = [
 8286 "once_cell",
 8287]
 8288
 8289[[package]]
 8290name = "is-terminal"
 8291version = "0.4.16"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8294dependencies = [
 8295 "hermit-abi 0.5.0",
 8296 "libc",
 8297 "windows-sys 0.59.0",
 8298]
 8299
 8300[[package]]
 8301name = "is-wsl"
 8302version = "0.4.0"
 8303source = "registry+https://github.com/rust-lang/crates.io-index"
 8304checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8305dependencies = [
 8306 "is-docker",
 8307 "once_cell",
 8308]
 8309
 8310[[package]]
 8311name = "is_terminal_polyfill"
 8312version = "1.70.1"
 8313source = "registry+https://github.com/rust-lang/crates.io-index"
 8314checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8315
 8316[[package]]
 8317name = "itertools"
 8318version = "0.10.5"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8321dependencies = [
 8322 "either",
 8323]
 8324
 8325[[package]]
 8326name = "itertools"
 8327version = "0.11.0"
 8328source = "registry+https://github.com/rust-lang/crates.io-index"
 8329checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8330dependencies = [
 8331 "either",
 8332]
 8333
 8334[[package]]
 8335name = "itertools"
 8336version = "0.12.1"
 8337source = "registry+https://github.com/rust-lang/crates.io-index"
 8338checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8339dependencies = [
 8340 "either",
 8341]
 8342
 8343[[package]]
 8344name = "itertools"
 8345version = "0.13.0"
 8346source = "registry+https://github.com/rust-lang/crates.io-index"
 8347checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8348dependencies = [
 8349 "either",
 8350]
 8351
 8352[[package]]
 8353name = "itertools"
 8354version = "0.14.0"
 8355source = "registry+https://github.com/rust-lang/crates.io-index"
 8356checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8357dependencies = [
 8358 "either",
 8359]
 8360
 8361[[package]]
 8362name = "itoa"
 8363version = "1.0.15"
 8364source = "registry+https://github.com/rust-lang/crates.io-index"
 8365checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8366
 8367[[package]]
 8368name = "jiff"
 8369version = "0.2.10"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8372dependencies = [
 8373 "jiff-static",
 8374 "jiff-tzdb-platform",
 8375 "log",
 8376 "portable-atomic",
 8377 "portable-atomic-util",
 8378 "serde",
 8379 "windows-sys 0.59.0",
 8380]
 8381
 8382[[package]]
 8383name = "jiff-static"
 8384version = "0.2.10"
 8385source = "registry+https://github.com/rust-lang/crates.io-index"
 8386checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8387dependencies = [
 8388 "proc-macro2",
 8389 "quote",
 8390 "syn 2.0.101",
 8391]
 8392
 8393[[package]]
 8394name = "jiff-tzdb"
 8395version = "0.1.4"
 8396source = "registry+https://github.com/rust-lang/crates.io-index"
 8397checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8398
 8399[[package]]
 8400name = "jiff-tzdb-platform"
 8401version = "0.1.3"
 8402source = "registry+https://github.com/rust-lang/crates.io-index"
 8403checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8404dependencies = [
 8405 "jiff-tzdb",
 8406]
 8407
 8408[[package]]
 8409name = "jj"
 8410version = "0.1.0"
 8411dependencies = [
 8412 "anyhow",
 8413 "gpui",
 8414 "jj-lib",
 8415 "workspace-hack",
 8416]
 8417
 8418[[package]]
 8419name = "jj-lib"
 8420version = "0.29.0"
 8421source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8422dependencies = [
 8423 "async-trait",
 8424 "blake2",
 8425 "bstr",
 8426 "chrono",
 8427 "clru",
 8428 "digest",
 8429 "dunce",
 8430 "either",
 8431 "futures 0.3.31",
 8432 "gix",
 8433 "glob",
 8434 "hashbrown 0.15.3",
 8435 "hex",
 8436 "ignore",
 8437 "indexmap",
 8438 "interim",
 8439 "itertools 0.14.0",
 8440 "jj-lib-proc-macros",
 8441 "maplit",
 8442 "once_cell",
 8443 "pest",
 8444 "pest_derive",
 8445 "pollster 0.4.0",
 8446 "prost 0.13.5",
 8447 "rand 0.8.5",
 8448 "rand_chacha 0.3.1",
 8449 "rayon",
 8450 "ref-cast",
 8451 "regex",
 8452 "rustix 1.0.7",
 8453 "same-file",
 8454 "serde",
 8455 "serde_json",
 8456 "smallvec",
 8457 "strsim",
 8458 "tempfile",
 8459 "thiserror 2.0.12",
 8460 "toml_edit",
 8461 "tracing",
 8462 "version_check",
 8463 "winreg 0.52.0",
 8464]
 8465
 8466[[package]]
 8467name = "jj-lib-proc-macros"
 8468version = "0.29.0"
 8469source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8470dependencies = [
 8471 "proc-macro2",
 8472 "quote",
 8473 "syn 2.0.101",
 8474]
 8475
 8476[[package]]
 8477name = "jj_ui"
 8478version = "0.1.0"
 8479dependencies = [
 8480 "command_palette_hooks",
 8481 "feature_flags",
 8482 "fuzzy",
 8483 "gpui",
 8484 "jj",
 8485 "picker",
 8486 "ui",
 8487 "util",
 8488 "workspace",
 8489 "workspace-hack",
 8490 "zed_actions",
 8491]
 8492
 8493[[package]]
 8494name = "jni"
 8495version = "0.21.1"
 8496source = "registry+https://github.com/rust-lang/crates.io-index"
 8497checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8498dependencies = [
 8499 "cesu8",
 8500 "cfg-if",
 8501 "combine",
 8502 "jni-sys",
 8503 "log",
 8504 "thiserror 1.0.69",
 8505 "walkdir",
 8506 "windows-sys 0.45.0",
 8507]
 8508
 8509[[package]]
 8510name = "jni-sys"
 8511version = "0.3.0"
 8512source = "registry+https://github.com/rust-lang/crates.io-index"
 8513checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8514
 8515[[package]]
 8516name = "jobserver"
 8517version = "0.1.33"
 8518source = "registry+https://github.com/rust-lang/crates.io-index"
 8519checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8520dependencies = [
 8521 "getrandom 0.3.2",
 8522 "libc",
 8523]
 8524
 8525[[package]]
 8526name = "journal"
 8527version = "0.1.0"
 8528dependencies = [
 8529 "anyhow",
 8530 "chrono",
 8531 "editor",
 8532 "gpui",
 8533 "log",
 8534 "schemars",
 8535 "serde",
 8536 "settings",
 8537 "shellexpand 2.1.2",
 8538 "workspace",
 8539 "workspace-hack",
 8540]
 8541
 8542[[package]]
 8543name = "jpeg-decoder"
 8544version = "0.3.1"
 8545source = "registry+https://github.com/rust-lang/crates.io-index"
 8546checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8547
 8548[[package]]
 8549name = "js-sys"
 8550version = "0.3.77"
 8551source = "registry+https://github.com/rust-lang/crates.io-index"
 8552checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8553dependencies = [
 8554 "once_cell",
 8555 "wasm-bindgen",
 8556]
 8557
 8558[[package]]
 8559name = "json_dotpath"
 8560version = "1.1.0"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 8563dependencies = [
 8564 "serde",
 8565 "serde_derive",
 8566 "serde_json",
 8567 "thiserror 1.0.69",
 8568]
 8569
 8570[[package]]
 8571name = "jsonschema"
 8572version = "0.30.0"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8575dependencies = [
 8576 "ahash 0.8.11",
 8577 "base64 0.22.1",
 8578 "bytecount",
 8579 "email_address",
 8580 "fancy-regex 0.14.0",
 8581 "fraction",
 8582 "idna",
 8583 "itoa",
 8584 "num-cmp",
 8585 "num-traits",
 8586 "once_cell",
 8587 "percent-encoding",
 8588 "referencing",
 8589 "regex",
 8590 "regex-syntax 0.8.5",
 8591 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8592 "serde",
 8593 "serde_json",
 8594 "uuid-simd",
 8595]
 8596
 8597[[package]]
 8598name = "jsonwebtoken"
 8599version = "9.3.1"
 8600source = "registry+https://github.com/rust-lang/crates.io-index"
 8601checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8602dependencies = [
 8603 "base64 0.22.1",
 8604 "js-sys",
 8605 "pem",
 8606 "ring",
 8607 "serde",
 8608 "serde_json",
 8609 "simple_asn1",
 8610]
 8611
 8612[[package]]
 8613name = "jupyter-protocol"
 8614version = "0.6.0"
 8615source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8616dependencies = [
 8617 "anyhow",
 8618 "async-trait",
 8619 "bytes 1.10.1",
 8620 "chrono",
 8621 "futures 0.3.31",
 8622 "serde",
 8623 "serde_json",
 8624 "uuid",
 8625]
 8626
 8627[[package]]
 8628name = "jupyter-websocket-client"
 8629version = "0.9.0"
 8630source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8631dependencies = [
 8632 "anyhow",
 8633 "async-trait",
 8634 "async-tungstenite",
 8635 "futures 0.3.31",
 8636 "jupyter-protocol",
 8637 "serde",
 8638 "serde_json",
 8639 "url",
 8640 "uuid",
 8641]
 8642
 8643[[package]]
 8644name = "khronos-egl"
 8645version = "6.0.0"
 8646source = "registry+https://github.com/rust-lang/crates.io-index"
 8647checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8648dependencies = [
 8649 "libc",
 8650 "libloading",
 8651]
 8652
 8653[[package]]
 8654name = "kqueue"
 8655version = "1.0.8"
 8656source = "registry+https://github.com/rust-lang/crates.io-index"
 8657checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8658dependencies = [
 8659 "kqueue-sys",
 8660 "libc",
 8661]
 8662
 8663[[package]]
 8664name = "kqueue-sys"
 8665version = "1.0.4"
 8666source = "registry+https://github.com/rust-lang/crates.io-index"
 8667checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8668dependencies = [
 8669 "bitflags 1.3.2",
 8670 "libc",
 8671]
 8672
 8673[[package]]
 8674name = "kstring"
 8675version = "2.0.2"
 8676source = "registry+https://github.com/rust-lang/crates.io-index"
 8677checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8678dependencies = [
 8679 "static_assertions",
 8680]
 8681
 8682[[package]]
 8683name = "kurbo"
 8684version = "0.11.1"
 8685source = "registry+https://github.com/rust-lang/crates.io-index"
 8686checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8687dependencies = [
 8688 "arrayvec",
 8689 "smallvec",
 8690]
 8691
 8692[[package]]
 8693name = "kv-log-macro"
 8694version = "1.0.7"
 8695source = "registry+https://github.com/rust-lang/crates.io-index"
 8696checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8697dependencies = [
 8698 "log",
 8699]
 8700
 8701[[package]]
 8702name = "language"
 8703version = "0.1.0"
 8704dependencies = [
 8705 "anyhow",
 8706 "async-trait",
 8707 "async-watch",
 8708 "clock",
 8709 "collections",
 8710 "ctor",
 8711 "diffy",
 8712 "ec4rs",
 8713 "env_logger 0.11.8",
 8714 "fs",
 8715 "futures 0.3.31",
 8716 "fuzzy",
 8717 "globset",
 8718 "gpui",
 8719 "http_client",
 8720 "imara-diff",
 8721 "indoc",
 8722 "itertools 0.14.0",
 8723 "log",
 8724 "lsp",
 8725 "parking_lot",
 8726 "postage",
 8727 "pretty_assertions",
 8728 "rand 0.8.5",
 8729 "regex",
 8730 "rpc",
 8731 "schemars",
 8732 "serde",
 8733 "serde_json",
 8734 "settings",
 8735 "smallvec",
 8736 "smol",
 8737 "streaming-iterator",
 8738 "strsim",
 8739 "sum_tree",
 8740 "task",
 8741 "text",
 8742 "theme",
 8743 "tree-sitter",
 8744 "tree-sitter-elixir",
 8745 "tree-sitter-embedded-template",
 8746 "tree-sitter-heex",
 8747 "tree-sitter-html",
 8748 "tree-sitter-json",
 8749 "tree-sitter-md",
 8750 "tree-sitter-python",
 8751 "tree-sitter-ruby",
 8752 "tree-sitter-rust",
 8753 "tree-sitter-typescript",
 8754 "unicase",
 8755 "unindent",
 8756 "util",
 8757 "workspace-hack",
 8758]
 8759
 8760[[package]]
 8761name = "language_extension"
 8762version = "0.1.0"
 8763dependencies = [
 8764 "anyhow",
 8765 "async-trait",
 8766 "collections",
 8767 "extension",
 8768 "fs",
 8769 "futures 0.3.31",
 8770 "gpui",
 8771 "language",
 8772 "lsp",
 8773 "serde",
 8774 "serde_json",
 8775 "util",
 8776 "workspace-hack",
 8777]
 8778
 8779[[package]]
 8780name = "language_model"
 8781version = "0.1.0"
 8782dependencies = [
 8783 "anthropic",
 8784 "anyhow",
 8785 "base64 0.22.1",
 8786 "client",
 8787 "collections",
 8788 "futures 0.3.31",
 8789 "google_ai",
 8790 "gpui",
 8791 "http_client",
 8792 "icons",
 8793 "image",
 8794 "open_ai",
 8795 "parking_lot",
 8796 "proto",
 8797 "schemars",
 8798 "serde",
 8799 "serde_json",
 8800 "smol",
 8801 "strum 0.27.1",
 8802 "telemetry_events",
 8803 "thiserror 2.0.12",
 8804 "util",
 8805 "workspace-hack",
 8806 "zed_llm_client",
 8807]
 8808
 8809[[package]]
 8810name = "language_models"
 8811version = "0.1.0"
 8812dependencies = [
 8813 "anthropic",
 8814 "anyhow",
 8815 "aws-config",
 8816 "aws-credential-types",
 8817 "aws_http_client",
 8818 "bedrock",
 8819 "client",
 8820 "collections",
 8821 "copilot",
 8822 "credentials_provider",
 8823 "deepseek",
 8824 "editor",
 8825 "feature_flags",
 8826 "fs",
 8827 "futures 0.3.31",
 8828 "google_ai",
 8829 "gpui",
 8830 "gpui_tokio",
 8831 "http_client",
 8832 "language_model",
 8833 "lmstudio",
 8834 "log",
 8835 "menu",
 8836 "mistral",
 8837 "ollama",
 8838 "open_ai",
 8839 "partial-json-fixer",
 8840 "project",
 8841 "proto",
 8842 "release_channel",
 8843 "schemars",
 8844 "serde",
 8845 "serde_json",
 8846 "settings",
 8847 "smol",
 8848 "strum 0.27.1",
 8849 "theme",
 8850 "thiserror 2.0.12",
 8851 "tiktoken-rs",
 8852 "tokio",
 8853 "ui",
 8854 "util",
 8855 "workspace-hack",
 8856 "zed_llm_client",
 8857]
 8858
 8859[[package]]
 8860name = "language_selector"
 8861version = "0.1.0"
 8862dependencies = [
 8863 "anyhow",
 8864 "editor",
 8865 "file_finder",
 8866 "file_icons",
 8867 "fuzzy",
 8868 "gpui",
 8869 "language",
 8870 "picker",
 8871 "project",
 8872 "settings",
 8873 "ui",
 8874 "util",
 8875 "workspace",
 8876 "workspace-hack",
 8877]
 8878
 8879[[package]]
 8880name = "language_tools"
 8881version = "0.1.0"
 8882dependencies = [
 8883 "anyhow",
 8884 "client",
 8885 "collections",
 8886 "copilot",
 8887 "editor",
 8888 "env_logger 0.11.8",
 8889 "futures 0.3.31",
 8890 "gpui",
 8891 "itertools 0.14.0",
 8892 "language",
 8893 "lsp",
 8894 "project",
 8895 "release_channel",
 8896 "serde_json",
 8897 "settings",
 8898 "theme",
 8899 "tree-sitter",
 8900 "ui",
 8901 "util",
 8902 "workspace",
 8903 "workspace-hack",
 8904 "zed_actions",
 8905]
 8906
 8907[[package]]
 8908name = "languages"
 8909version = "0.1.0"
 8910dependencies = [
 8911 "anyhow",
 8912 "async-compression",
 8913 "async-tar",
 8914 "async-trait",
 8915 "collections",
 8916 "dap",
 8917 "futures 0.3.31",
 8918 "gpui",
 8919 "http_client",
 8920 "language",
 8921 "log",
 8922 "lsp",
 8923 "node_runtime",
 8924 "parking_lot",
 8925 "paths",
 8926 "pet",
 8927 "pet-conda",
 8928 "pet-core",
 8929 "pet-fs",
 8930 "pet-poetry",
 8931 "pet-reporter",
 8932 "pretty_assertions",
 8933 "project",
 8934 "regex",
 8935 "rope",
 8936 "rust-embed",
 8937 "serde",
 8938 "serde_json",
 8939 "settings",
 8940 "smol",
 8941 "snippet_provider",
 8942 "task",
 8943 "text",
 8944 "theme",
 8945 "toml 0.8.20",
 8946 "tree-sitter",
 8947 "tree-sitter-bash",
 8948 "tree-sitter-c",
 8949 "tree-sitter-cpp",
 8950 "tree-sitter-css",
 8951 "tree-sitter-diff",
 8952 "tree-sitter-gitcommit",
 8953 "tree-sitter-go",
 8954 "tree-sitter-gomod",
 8955 "tree-sitter-gowork",
 8956 "tree-sitter-jsdoc",
 8957 "tree-sitter-json",
 8958 "tree-sitter-md",
 8959 "tree-sitter-python",
 8960 "tree-sitter-regex",
 8961 "tree-sitter-rust",
 8962 "tree-sitter-typescript",
 8963 "tree-sitter-yaml",
 8964 "unindent",
 8965 "util",
 8966 "workspace",
 8967 "workspace-hack",
 8968]
 8969
 8970[[package]]
 8971name = "lazy_static"
 8972version = "1.5.0"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8975dependencies = [
 8976 "spin",
 8977]
 8978
 8979[[package]]
 8980name = "lazycell"
 8981version = "1.3.0"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8984
 8985[[package]]
 8986name = "leak"
 8987version = "0.1.2"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8990
 8991[[package]]
 8992name = "leaky-cow"
 8993version = "0.1.1"
 8994source = "registry+https://github.com/rust-lang/crates.io-index"
 8995checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8996dependencies = [
 8997 "leak",
 8998]
 8999
 9000[[package]]
 9001name = "leb128"
 9002version = "0.2.5"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9005
 9006[[package]]
 9007name = "leb128fmt"
 9008version = "0.1.0"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9011
 9012[[package]]
 9013name = "lebe"
 9014version = "0.5.2"
 9015source = "registry+https://github.com/rust-lang/crates.io-index"
 9016checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 9017
 9018[[package]]
 9019name = "libc"
 9020version = "0.2.172"
 9021source = "registry+https://github.com/rust-lang/crates.io-index"
 9022checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 9023
 9024[[package]]
 9025name = "libdbus-sys"
 9026version = "0.2.5"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 9029dependencies = [
 9030 "cc",
 9031 "pkg-config",
 9032]
 9033
 9034[[package]]
 9035name = "libfuzzer-sys"
 9036version = "0.4.9"
 9037source = "registry+https://github.com/rust-lang/crates.io-index"
 9038checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 9039dependencies = [
 9040 "arbitrary",
 9041 "cc",
 9042]
 9043
 9044[[package]]
 9045name = "libgit2-sys"
 9046version = "0.18.1+1.9.0"
 9047source = "registry+https://github.com/rust-lang/crates.io-index"
 9048checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9049dependencies = [
 9050 "cc",
 9051 "libc",
 9052 "libz-sys",
 9053 "pkg-config",
 9054]
 9055
 9056[[package]]
 9057name = "libloading"
 9058version = "0.8.6"
 9059source = "registry+https://github.com/rust-lang/crates.io-index"
 9060checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9061dependencies = [
 9062 "cfg-if",
 9063 "windows-targets 0.52.6",
 9064]
 9065
 9066[[package]]
 9067name = "libm"
 9068version = "0.2.11"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9071
 9072[[package]]
 9073name = "libmimalloc-sys"
 9074version = "0.1.42"
 9075source = "registry+https://github.com/rust-lang/crates.io-index"
 9076checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9077dependencies = [
 9078 "cc",
 9079 "libc",
 9080]
 9081
 9082[[package]]
 9083name = "libredox"
 9084version = "0.1.3"
 9085source = "registry+https://github.com/rust-lang/crates.io-index"
 9086checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9087dependencies = [
 9088 "bitflags 2.9.0",
 9089 "libc",
 9090 "redox_syscall 0.5.11",
 9091]
 9092
 9093[[package]]
 9094name = "libsqlite3-sys"
 9095version = "0.30.1"
 9096source = "registry+https://github.com/rust-lang/crates.io-index"
 9097checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9098dependencies = [
 9099 "cc",
 9100 "pkg-config",
 9101 "vcpkg",
 9102]
 9103
 9104[[package]]
 9105name = "libwebrtc"
 9106version = "0.3.10"
 9107source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9108dependencies = [
 9109 "cxx",
 9110 "jni",
 9111 "js-sys",
 9112 "lazy_static",
 9113 "livekit-protocol",
 9114 "livekit-runtime",
 9115 "log",
 9116 "parking_lot",
 9117 "serde",
 9118 "serde_json",
 9119 "thiserror 1.0.69",
 9120 "tokio",
 9121 "wasm-bindgen",
 9122 "wasm-bindgen-futures",
 9123 "web-sys",
 9124 "webrtc-sys",
 9125]
 9126
 9127[[package]]
 9128name = "libz-rs-sys"
 9129version = "0.5.0"
 9130source = "registry+https://github.com/rust-lang/crates.io-index"
 9131checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9132dependencies = [
 9133 "zlib-rs",
 9134]
 9135
 9136[[package]]
 9137name = "libz-sys"
 9138version = "1.1.22"
 9139source = "registry+https://github.com/rust-lang/crates.io-index"
 9140checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9141dependencies = [
 9142 "cc",
 9143 "libc",
 9144 "pkg-config",
 9145 "vcpkg",
 9146]
 9147
 9148[[package]]
 9149name = "link-cplusplus"
 9150version = "1.0.10"
 9151source = "registry+https://github.com/rust-lang/crates.io-index"
 9152checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9153dependencies = [
 9154 "cc",
 9155]
 9156
 9157[[package]]
 9158name = "linkify"
 9159version = "0.10.0"
 9160source = "registry+https://github.com/rust-lang/crates.io-index"
 9161checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9162dependencies = [
 9163 "memchr",
 9164]
 9165
 9166[[package]]
 9167name = "linux-raw-sys"
 9168version = "0.4.15"
 9169source = "registry+https://github.com/rust-lang/crates.io-index"
 9170checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9171
 9172[[package]]
 9173name = "linux-raw-sys"
 9174version = "0.9.4"
 9175source = "registry+https://github.com/rust-lang/crates.io-index"
 9176checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9177
 9178[[package]]
 9179name = "litemap"
 9180version = "0.7.5"
 9181source = "registry+https://github.com/rust-lang/crates.io-index"
 9182checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9183
 9184[[package]]
 9185name = "livekit"
 9186version = "0.7.8"
 9187source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9188dependencies = [
 9189 "chrono",
 9190 "futures-util",
 9191 "lazy_static",
 9192 "libloading",
 9193 "libwebrtc",
 9194 "livekit-api",
 9195 "livekit-protocol",
 9196 "livekit-runtime",
 9197 "log",
 9198 "parking_lot",
 9199 "prost 0.12.6",
 9200 "semver",
 9201 "serde",
 9202 "serde_json",
 9203 "thiserror 1.0.69",
 9204 "tokio",
 9205]
 9206
 9207[[package]]
 9208name = "livekit-api"
 9209version = "0.4.2"
 9210source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9211dependencies = [
 9212 "futures-util",
 9213 "http 0.2.12",
 9214 "livekit-protocol",
 9215 "livekit-runtime",
 9216 "log",
 9217 "parking_lot",
 9218 "pbjson-types",
 9219 "prost 0.12.6",
 9220 "rand 0.9.1",
 9221 "reqwest 0.11.27",
 9222 "scopeguard",
 9223 "serde",
 9224 "sha2",
 9225 "thiserror 1.0.69",
 9226 "tokio",
 9227 "tokio-tungstenite 0.26.2",
 9228 "url",
 9229]
 9230
 9231[[package]]
 9232name = "livekit-protocol"
 9233version = "0.3.9"
 9234source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9235dependencies = [
 9236 "futures-util",
 9237 "livekit-runtime",
 9238 "parking_lot",
 9239 "pbjson",
 9240 "pbjson-types",
 9241 "prost 0.12.6",
 9242 "prost-types 0.12.6",
 9243 "serde",
 9244 "thiserror 1.0.69",
 9245 "tokio",
 9246]
 9247
 9248[[package]]
 9249name = "livekit-runtime"
 9250version = "0.4.0"
 9251source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9252dependencies = [
 9253 "tokio",
 9254 "tokio-stream",
 9255]
 9256
 9257[[package]]
 9258name = "livekit_api"
 9259version = "0.1.0"
 9260dependencies = [
 9261 "anyhow",
 9262 "async-trait",
 9263 "jsonwebtoken",
 9264 "log",
 9265 "prost 0.9.0",
 9266 "prost-build 0.9.0",
 9267 "prost-types 0.9.0",
 9268 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9269 "serde",
 9270 "workspace-hack",
 9271]
 9272
 9273[[package]]
 9274name = "livekit_client"
 9275version = "0.1.0"
 9276dependencies = [
 9277 "anyhow",
 9278 "async-trait",
 9279 "collections",
 9280 "core-foundation 0.10.0",
 9281 "core-video",
 9282 "coreaudio-rs 0.12.1",
 9283 "cpal",
 9284 "futures 0.3.31",
 9285 "gpui",
 9286 "gpui_tokio",
 9287 "http_client_tls",
 9288 "image",
 9289 "libwebrtc",
 9290 "livekit",
 9291 "livekit_api",
 9292 "log",
 9293 "nanoid",
 9294 "objc",
 9295 "parking_lot",
 9296 "postage",
 9297 "scap",
 9298 "serde",
 9299 "serde_json",
 9300 "sha2",
 9301 "simplelog",
 9302 "smallvec",
 9303 "tokio-tungstenite 0.26.2",
 9304 "util",
 9305 "workspace-hack",
 9306]
 9307
 9308[[package]]
 9309name = "lmdb-master-sys"
 9310version = "0.2.5"
 9311source = "registry+https://github.com/rust-lang/crates.io-index"
 9312checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9313dependencies = [
 9314 "cc",
 9315 "doxygen-rs",
 9316 "libc",
 9317]
 9318
 9319[[package]]
 9320name = "lmstudio"
 9321version = "0.1.0"
 9322dependencies = [
 9323 "anyhow",
 9324 "futures 0.3.31",
 9325 "http_client",
 9326 "schemars",
 9327 "serde",
 9328 "serde_json",
 9329 "workspace-hack",
 9330]
 9331
 9332[[package]]
 9333name = "lock_api"
 9334version = "0.4.12"
 9335source = "registry+https://github.com/rust-lang/crates.io-index"
 9336checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9337dependencies = [
 9338 "autocfg",
 9339 "scopeguard",
 9340]
 9341
 9342[[package]]
 9343name = "log"
 9344version = "0.4.27"
 9345source = "registry+https://github.com/rust-lang/crates.io-index"
 9346checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9347dependencies = [
 9348 "serde",
 9349 "value-bag",
 9350]
 9351
 9352[[package]]
 9353name = "logos"
 9354version = "0.15.0"
 9355source = "registry+https://github.com/rust-lang/crates.io-index"
 9356checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9357dependencies = [
 9358 "logos-derive",
 9359]
 9360
 9361[[package]]
 9362name = "logos-codegen"
 9363version = "0.15.0"
 9364source = "registry+https://github.com/rust-lang/crates.io-index"
 9365checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9366dependencies = [
 9367 "beef",
 9368 "fnv",
 9369 "lazy_static",
 9370 "proc-macro2",
 9371 "quote",
 9372 "regex-syntax 0.8.5",
 9373 "rustc_version",
 9374 "syn 2.0.101",
 9375]
 9376
 9377[[package]]
 9378name = "logos-derive"
 9379version = "0.15.0"
 9380source = "registry+https://github.com/rust-lang/crates.io-index"
 9381checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9382dependencies = [
 9383 "logos-codegen",
 9384]
 9385
 9386[[package]]
 9387name = "loom"
 9388version = "0.7.2"
 9389source = "registry+https://github.com/rust-lang/crates.io-index"
 9390checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9391dependencies = [
 9392 "cfg-if",
 9393 "generator",
 9394 "scoped-tls",
 9395 "tracing",
 9396 "tracing-subscriber",
 9397]
 9398
 9399[[package]]
 9400name = "loop9"
 9401version = "0.1.5"
 9402source = "registry+https://github.com/rust-lang/crates.io-index"
 9403checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9404dependencies = [
 9405 "imgref",
 9406]
 9407
 9408[[package]]
 9409name = "lru"
 9410version = "0.12.5"
 9411source = "registry+https://github.com/rust-lang/crates.io-index"
 9412checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9413dependencies = [
 9414 "hashbrown 0.15.3",
 9415]
 9416
 9417[[package]]
 9418name = "lsp"
 9419version = "0.1.0"
 9420dependencies = [
 9421 "anyhow",
 9422 "async-pipe",
 9423 "collections",
 9424 "ctor",
 9425 "env_logger 0.11.8",
 9426 "futures 0.3.31",
 9427 "gpui",
 9428 "log",
 9429 "lsp-types",
 9430 "parking_lot",
 9431 "postage",
 9432 "release_channel",
 9433 "schemars",
 9434 "serde",
 9435 "serde_json",
 9436 "smol",
 9437 "util",
 9438 "workspace-hack",
 9439]
 9440
 9441[[package]]
 9442name = "lsp-types"
 9443version = "0.95.1"
 9444source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9445dependencies = [
 9446 "bitflags 1.3.2",
 9447 "serde",
 9448 "serde_json",
 9449 "serde_repr",
 9450 "url",
 9451]
 9452
 9453[[package]]
 9454name = "lyon"
 9455version = "1.0.1"
 9456source = "registry+https://github.com/rust-lang/crates.io-index"
 9457checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9458dependencies = [
 9459 "lyon_algorithms",
 9460 "lyon_extra",
 9461 "lyon_tessellation",
 9462]
 9463
 9464[[package]]
 9465name = "lyon_algorithms"
 9466version = "1.0.5"
 9467source = "registry+https://github.com/rust-lang/crates.io-index"
 9468checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9469dependencies = [
 9470 "lyon_path",
 9471 "num-traits",
 9472]
 9473
 9474[[package]]
 9475name = "lyon_extra"
 9476version = "1.0.3"
 9477source = "registry+https://github.com/rust-lang/crates.io-index"
 9478checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9479dependencies = [
 9480 "lyon_path",
 9481 "thiserror 1.0.69",
 9482]
 9483
 9484[[package]]
 9485name = "lyon_geom"
 9486version = "1.0.6"
 9487source = "registry+https://github.com/rust-lang/crates.io-index"
 9488checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9489dependencies = [
 9490 "arrayvec",
 9491 "euclid",
 9492 "num-traits",
 9493]
 9494
 9495[[package]]
 9496name = "lyon_path"
 9497version = "1.0.7"
 9498source = "registry+https://github.com/rust-lang/crates.io-index"
 9499checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9500dependencies = [
 9501 "lyon_geom",
 9502 "num-traits",
 9503]
 9504
 9505[[package]]
 9506name = "lyon_tessellation"
 9507version = "1.0.15"
 9508source = "registry+https://github.com/rust-lang/crates.io-index"
 9509checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9510dependencies = [
 9511 "float_next_after",
 9512 "lyon_path",
 9513 "num-traits",
 9514]
 9515
 9516[[package]]
 9517name = "mac"
 9518version = "0.1.1"
 9519source = "registry+https://github.com/rust-lang/crates.io-index"
 9520checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9521
 9522[[package]]
 9523name = "mach2"
 9524version = "0.4.2"
 9525source = "registry+https://github.com/rust-lang/crates.io-index"
 9526checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9527dependencies = [
 9528 "libc",
 9529]
 9530
 9531[[package]]
 9532name = "malloc_buf"
 9533version = "0.0.6"
 9534source = "registry+https://github.com/rust-lang/crates.io-index"
 9535checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9536dependencies = [
 9537 "libc",
 9538]
 9539
 9540[[package]]
 9541name = "maplit"
 9542version = "1.0.2"
 9543source = "registry+https://github.com/rust-lang/crates.io-index"
 9544checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9545
 9546[[package]]
 9547name = "markdown"
 9548version = "0.1.0"
 9549dependencies = [
 9550 "anyhow",
 9551 "assets",
 9552 "base64 0.22.1",
 9553 "env_logger 0.11.8",
 9554 "gpui",
 9555 "language",
 9556 "languages",
 9557 "linkify",
 9558 "log",
 9559 "node_runtime",
 9560 "pulldown-cmark 0.12.2",
 9561 "settings",
 9562 "sum_tree",
 9563 "theme",
 9564 "ui",
 9565 "util",
 9566 "workspace-hack",
 9567]
 9568
 9569[[package]]
 9570name = "markdown_preview"
 9571version = "0.1.0"
 9572dependencies = [
 9573 "anyhow",
 9574 "async-recursion 1.1.1",
 9575 "collections",
 9576 "editor",
 9577 "gpui",
 9578 "language",
 9579 "linkify",
 9580 "log",
 9581 "pretty_assertions",
 9582 "pulldown-cmark 0.12.2",
 9583 "settings",
 9584 "theme",
 9585 "ui",
 9586 "util",
 9587 "workspace",
 9588 "workspace-hack",
 9589]
 9590
 9591[[package]]
 9592name = "markup5ever"
 9593version = "0.12.1"
 9594source = "registry+https://github.com/rust-lang/crates.io-index"
 9595checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9596dependencies = [
 9597 "log",
 9598 "phf",
 9599 "phf_codegen",
 9600 "string_cache",
 9601 "string_cache_codegen",
 9602 "tendril",
 9603]
 9604
 9605[[package]]
 9606name = "markup5ever"
 9607version = "0.16.1"
 9608source = "registry+https://github.com/rust-lang/crates.io-index"
 9609checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9610dependencies = [
 9611 "log",
 9612 "tendril",
 9613 "web_atoms",
 9614]
 9615
 9616[[package]]
 9617name = "markup5ever_rcdom"
 9618version = "0.3.0"
 9619source = "registry+https://github.com/rust-lang/crates.io-index"
 9620checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9621dependencies = [
 9622 "html5ever 0.27.0",
 9623 "markup5ever 0.12.1",
 9624 "tendril",
 9625 "xml5ever",
 9626]
 9627
 9628[[package]]
 9629name = "match_token"
 9630version = "0.1.0"
 9631source = "registry+https://github.com/rust-lang/crates.io-index"
 9632checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9633dependencies = [
 9634 "proc-macro2",
 9635 "quote",
 9636 "syn 2.0.101",
 9637]
 9638
 9639[[package]]
 9640name = "matchers"
 9641version = "0.1.0"
 9642source = "registry+https://github.com/rust-lang/crates.io-index"
 9643checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9644dependencies = [
 9645 "regex-automata 0.1.10",
 9646]
 9647
 9648[[package]]
 9649name = "matchit"
 9650version = "0.7.3"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9653
 9654[[package]]
 9655name = "maybe-async"
 9656version = "0.2.10"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9659dependencies = [
 9660 "proc-macro2",
 9661 "quote",
 9662 "syn 2.0.101",
 9663]
 9664
 9665[[package]]
 9666name = "maybe-owned"
 9667version = "0.3.4"
 9668source = "registry+https://github.com/rust-lang/crates.io-index"
 9669checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9670
 9671[[package]]
 9672name = "maybe-rayon"
 9673version = "0.1.1"
 9674source = "registry+https://github.com/rust-lang/crates.io-index"
 9675checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9676dependencies = [
 9677 "cfg-if",
 9678 "rayon",
 9679]
 9680
 9681[[package]]
 9682name = "md-5"
 9683version = "0.10.6"
 9684source = "registry+https://github.com/rust-lang/crates.io-index"
 9685checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9686dependencies = [
 9687 "cfg-if",
 9688 "digest",
 9689]
 9690
 9691[[package]]
 9692name = "mdbook"
 9693version = "0.4.48"
 9694source = "registry+https://github.com/rust-lang/crates.io-index"
 9695checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9696dependencies = [
 9697 "ammonia",
 9698 "anyhow",
 9699 "chrono",
 9700 "clap",
 9701 "clap_complete",
 9702 "elasticlunr-rs",
 9703 "env_logger 0.11.8",
 9704 "futures-util",
 9705 "handlebars 6.3.2",
 9706 "hex",
 9707 "ignore",
 9708 "log",
 9709 "memchr",
 9710 "notify",
 9711 "notify-debouncer-mini",
 9712 "once_cell",
 9713 "opener",
 9714 "pathdiff",
 9715 "pulldown-cmark 0.10.3",
 9716 "regex",
 9717 "serde",
 9718 "serde_json",
 9719 "sha2",
 9720 "shlex",
 9721 "tempfile",
 9722 "tokio",
 9723 "toml 0.5.11",
 9724 "topological-sort",
 9725 "walkdir",
 9726 "warp",
 9727]
 9728
 9729[[package]]
 9730name = "media"
 9731version = "0.1.0"
 9732dependencies = [
 9733 "anyhow",
 9734 "bindgen 0.71.1",
 9735 "core-foundation 0.10.0",
 9736 "core-video",
 9737 "ctor",
 9738 "foreign-types 0.5.0",
 9739 "metal",
 9740 "objc",
 9741 "workspace-hack",
 9742]
 9743
 9744[[package]]
 9745name = "memchr"
 9746version = "2.7.4"
 9747source = "registry+https://github.com/rust-lang/crates.io-index"
 9748checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9749
 9750[[package]]
 9751name = "memfd"
 9752version = "0.6.4"
 9753source = "registry+https://github.com/rust-lang/crates.io-index"
 9754checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9755dependencies = [
 9756 "rustix 0.38.44",
 9757]
 9758
 9759[[package]]
 9760name = "memmap2"
 9761version = "0.9.5"
 9762source = "registry+https://github.com/rust-lang/crates.io-index"
 9763checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9764dependencies = [
 9765 "libc",
 9766]
 9767
 9768[[package]]
 9769name = "memoffset"
 9770version = "0.9.1"
 9771source = "registry+https://github.com/rust-lang/crates.io-index"
 9772checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9773dependencies = [
 9774 "autocfg",
 9775]
 9776
 9777[[package]]
 9778name = "menu"
 9779version = "0.1.0"
 9780dependencies = [
 9781 "gpui",
 9782 "workspace-hack",
 9783]
 9784
 9785[[package]]
 9786name = "metal"
 9787version = "0.29.0"
 9788source = "registry+https://github.com/rust-lang/crates.io-index"
 9789checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9790dependencies = [
 9791 "bitflags 2.9.0",
 9792 "block",
 9793 "core-graphics-types 0.1.3",
 9794 "foreign-types 0.5.0",
 9795 "log",
 9796 "objc",
 9797 "paste",
 9798]
 9799
 9800[[package]]
 9801name = "migrator"
 9802version = "0.1.0"
 9803dependencies = [
 9804 "anyhow",
 9805 "collections",
 9806 "convert_case 0.8.0",
 9807 "log",
 9808 "pretty_assertions",
 9809 "streaming-iterator",
 9810 "tree-sitter",
 9811 "tree-sitter-json",
 9812 "workspace-hack",
 9813]
 9814
 9815[[package]]
 9816name = "mimalloc"
 9817version = "0.1.46"
 9818source = "registry+https://github.com/rust-lang/crates.io-index"
 9819checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9820dependencies = [
 9821 "libmimalloc-sys",
 9822]
 9823
 9824[[package]]
 9825name = "mime"
 9826version = "0.3.17"
 9827source = "registry+https://github.com/rust-lang/crates.io-index"
 9828checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9829
 9830[[package]]
 9831name = "mime_guess"
 9832version = "2.0.5"
 9833source = "registry+https://github.com/rust-lang/crates.io-index"
 9834checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9835dependencies = [
 9836 "mime",
 9837 "unicase",
 9838]
 9839
 9840[[package]]
 9841name = "minimal-lexical"
 9842version = "0.2.1"
 9843source = "registry+https://github.com/rust-lang/crates.io-index"
 9844checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9845
 9846[[package]]
 9847name = "miniz_oxide"
 9848version = "0.8.8"
 9849source = "registry+https://github.com/rust-lang/crates.io-index"
 9850checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9851dependencies = [
 9852 "adler2",
 9853 "simd-adler32",
 9854]
 9855
 9856[[package]]
 9857name = "mint"
 9858version = "0.5.9"
 9859source = "registry+https://github.com/rust-lang/crates.io-index"
 9860checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9861
 9862[[package]]
 9863name = "mio"
 9864version = "1.0.3"
 9865source = "registry+https://github.com/rust-lang/crates.io-index"
 9866checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9867dependencies = [
 9868 "libc",
 9869 "log",
 9870 "wasi 0.11.0+wasi-snapshot-preview1",
 9871 "windows-sys 0.52.0",
 9872]
 9873
 9874[[package]]
 9875name = "miow"
 9876version = "0.6.0"
 9877source = "registry+https://github.com/rust-lang/crates.io-index"
 9878checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9879dependencies = [
 9880 "windows-sys 0.48.0",
 9881]
 9882
 9883[[package]]
 9884name = "mistral"
 9885version = "0.1.0"
 9886dependencies = [
 9887 "anyhow",
 9888 "futures 0.3.31",
 9889 "http_client",
 9890 "schemars",
 9891 "serde",
 9892 "serde_json",
 9893 "strum 0.27.1",
 9894 "workspace-hack",
 9895]
 9896
 9897[[package]]
 9898name = "moka"
 9899version = "0.12.10"
 9900source = "registry+https://github.com/rust-lang/crates.io-index"
 9901checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9902dependencies = [
 9903 "crossbeam-channel",
 9904 "crossbeam-epoch",
 9905 "crossbeam-utils",
 9906 "loom",
 9907 "parking_lot",
 9908 "portable-atomic",
 9909 "rustc_version",
 9910 "smallvec",
 9911 "tagptr",
 9912 "thiserror 1.0.69",
 9913 "uuid",
 9914]
 9915
 9916[[package]]
 9917name = "msvc_spectre_libs"
 9918version = "0.1.3"
 9919source = "registry+https://github.com/rust-lang/crates.io-index"
 9920checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9921dependencies = [
 9922 "cc",
 9923]
 9924
 9925[[package]]
 9926name = "multi_buffer"
 9927version = "0.1.0"
 9928dependencies = [
 9929 "anyhow",
 9930 "buffer_diff",
 9931 "clock",
 9932 "collections",
 9933 "ctor",
 9934 "env_logger 0.11.8",
 9935 "gpui",
 9936 "indoc",
 9937 "itertools 0.14.0",
 9938 "language",
 9939 "log",
 9940 "parking_lot",
 9941 "pretty_assertions",
 9942 "project",
 9943 "rand 0.8.5",
 9944 "rope",
 9945 "serde",
 9946 "settings",
 9947 "smallvec",
 9948 "smol",
 9949 "sum_tree",
 9950 "text",
 9951 "theme",
 9952 "tree-sitter",
 9953 "util",
 9954 "workspace-hack",
 9955]
 9956
 9957[[package]]
 9958name = "multimap"
 9959version = "0.8.3"
 9960source = "registry+https://github.com/rust-lang/crates.io-index"
 9961checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9962
 9963[[package]]
 9964name = "multimap"
 9965version = "0.10.0"
 9966source = "registry+https://github.com/rust-lang/crates.io-index"
 9967checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9968
 9969[[package]]
 9970name = "naga"
 9971version = "25.0.1"
 9972source = "registry+https://github.com/rust-lang/crates.io-index"
 9973checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9974dependencies = [
 9975 "arrayvec",
 9976 "bit-set 0.8.0",
 9977 "bitflags 2.9.0",
 9978 "cfg_aliases 0.2.1",
 9979 "codespan-reporting 0.12.0",
 9980 "half",
 9981 "hashbrown 0.15.3",
 9982 "hexf-parse",
 9983 "indexmap",
 9984 "log",
 9985 "num-traits",
 9986 "once_cell",
 9987 "rustc-hash 1.1.0",
 9988 "spirv",
 9989 "strum 0.26.3",
 9990 "thiserror 2.0.12",
 9991 "unicode-ident",
 9992]
 9993
 9994[[package]]
 9995name = "nanoid"
 9996version = "0.4.0"
 9997source = "registry+https://github.com/rust-lang/crates.io-index"
 9998checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9999dependencies = [
10000 "rand 0.8.5",
10001]
10002
10003[[package]]
10004name = "nanorand"
10005version = "0.7.0"
10006source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10008dependencies = [
10009 "getrandom 0.2.15",
10010]
10011
10012[[package]]
10013name = "native-tls"
10014version = "0.2.14"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10017dependencies = [
10018 "libc",
10019 "log",
10020 "openssl",
10021 "openssl-probe",
10022 "openssl-sys",
10023 "schannel",
10024 "security-framework 2.11.1",
10025 "security-framework-sys",
10026 "tempfile",
10027]
10028
10029[[package]]
10030name = "nbformat"
10031version = "0.10.0"
10032source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10033dependencies = [
10034 "anyhow",
10035 "chrono",
10036 "jupyter-protocol",
10037 "serde",
10038 "serde_json",
10039 "thiserror 1.0.69",
10040 "uuid",
10041]
10042
10043[[package]]
10044name = "ndk"
10045version = "0.8.0"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10048dependencies = [
10049 "bitflags 2.9.0",
10050 "jni-sys",
10051 "log",
10052 "ndk-sys",
10053 "num_enum",
10054 "thiserror 1.0.69",
10055]
10056
10057[[package]]
10058name = "ndk-context"
10059version = "0.1.1"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10062
10063[[package]]
10064name = "ndk-sys"
10065version = "0.5.0+25.2.9519653"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10068dependencies = [
10069 "jni-sys",
10070]
10071
10072[[package]]
10073name = "new_debug_unreachable"
10074version = "1.0.6"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10077
10078[[package]]
10079name = "nix"
10080version = "0.28.0"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10083dependencies = [
10084 "bitflags 2.9.0",
10085 "cfg-if",
10086 "cfg_aliases 0.1.1",
10087 "libc",
10088]
10089
10090[[package]]
10091name = "nix"
10092version = "0.29.0"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10095dependencies = [
10096 "bitflags 2.9.0",
10097 "cfg-if",
10098 "cfg_aliases 0.2.1",
10099 "libc",
10100 "memoffset",
10101]
10102
10103[[package]]
10104name = "node_runtime"
10105version = "0.1.0"
10106dependencies = [
10107 "anyhow",
10108 "async-compression",
10109 "async-std",
10110 "async-tar",
10111 "async-trait",
10112 "async-watch",
10113 "futures 0.3.31",
10114 "http_client",
10115 "log",
10116 "paths",
10117 "semver",
10118 "serde",
10119 "serde_json",
10120 "smol",
10121 "util",
10122 "which 6.0.3",
10123 "workspace-hack",
10124]
10125
10126[[package]]
10127name = "nom"
10128version = "7.1.3"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10131dependencies = [
10132 "memchr",
10133 "minimal-lexical",
10134]
10135
10136[[package]]
10137name = "noop_proc_macro"
10138version = "0.3.0"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10141
10142[[package]]
10143name = "normpath"
10144version = "1.3.0"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10147dependencies = [
10148 "windows-sys 0.59.0",
10149]
10150
10151[[package]]
10152name = "notifications"
10153version = "0.1.0"
10154dependencies = [
10155 "anyhow",
10156 "channel",
10157 "client",
10158 "collections",
10159 "component",
10160 "db",
10161 "gpui",
10162 "rpc",
10163 "settings",
10164 "sum_tree",
10165 "time",
10166 "ui",
10167 "util",
10168 "workspace",
10169 "workspace-hack",
10170]
10171
10172[[package]]
10173name = "notify"
10174version = "8.0.0"
10175source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10176dependencies = [
10177 "bitflags 2.9.0",
10178 "filetime",
10179 "fsevent-sys 4.1.0",
10180 "inotify",
10181 "kqueue",
10182 "libc",
10183 "log",
10184 "mio",
10185 "notify-types",
10186 "walkdir",
10187 "windows-sys 0.59.0",
10188]
10189
10190[[package]]
10191name = "notify-debouncer-mini"
10192version = "0.6.0"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10195dependencies = [
10196 "log",
10197 "notify",
10198 "notify-types",
10199 "tempfile",
10200]
10201
10202[[package]]
10203name = "notify-types"
10204version = "2.0.0"
10205source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10206
10207[[package]]
10208name = "ntapi"
10209version = "0.4.1"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10212dependencies = [
10213 "winapi",
10214]
10215
10216[[package]]
10217name = "nu-ansi-term"
10218version = "0.46.0"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10221dependencies = [
10222 "overload",
10223 "winapi",
10224]
10225
10226[[package]]
10227name = "nu-ansi-term"
10228version = "0.50.1"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10231dependencies = [
10232 "windows-sys 0.52.0",
10233]
10234
10235[[package]]
10236name = "num"
10237version = "0.4.3"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10240dependencies = [
10241 "num-bigint",
10242 "num-complex",
10243 "num-integer",
10244 "num-iter",
10245 "num-rational",
10246 "num-traits",
10247]
10248
10249[[package]]
10250name = "num-bigint"
10251version = "0.4.6"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10254dependencies = [
10255 "num-integer",
10256 "num-traits",
10257]
10258
10259[[package]]
10260name = "num-bigint-dig"
10261version = "0.8.4"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10264dependencies = [
10265 "byteorder",
10266 "lazy_static",
10267 "libm",
10268 "num-integer",
10269 "num-iter",
10270 "num-traits",
10271 "rand 0.8.5",
10272 "serde",
10273 "smallvec",
10274 "zeroize",
10275]
10276
10277[[package]]
10278name = "num-cmp"
10279version = "0.1.0"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10282
10283[[package]]
10284name = "num-complex"
10285version = "0.4.6"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10288dependencies = [
10289 "num-traits",
10290]
10291
10292[[package]]
10293name = "num-conv"
10294version = "0.1.0"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10297
10298[[package]]
10299name = "num-derive"
10300version = "0.4.2"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10303dependencies = [
10304 "proc-macro2",
10305 "quote",
10306 "syn 2.0.101",
10307]
10308
10309[[package]]
10310name = "num-format"
10311version = "0.4.4"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10314dependencies = [
10315 "arrayvec",
10316 "itoa",
10317]
10318
10319[[package]]
10320name = "num-integer"
10321version = "0.1.46"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10324dependencies = [
10325 "num-traits",
10326]
10327
10328[[package]]
10329name = "num-iter"
10330version = "0.1.45"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10333dependencies = [
10334 "autocfg",
10335 "num-integer",
10336 "num-traits",
10337]
10338
10339[[package]]
10340name = "num-modular"
10341version = "0.6.1"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10344
10345[[package]]
10346name = "num-order"
10347version = "1.2.0"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10350dependencies = [
10351 "num-modular",
10352]
10353
10354[[package]]
10355name = "num-rational"
10356version = "0.4.2"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10359dependencies = [
10360 "num-bigint",
10361 "num-integer",
10362 "num-traits",
10363]
10364
10365[[package]]
10366name = "num-traits"
10367version = "0.2.19"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10370dependencies = [
10371 "autocfg",
10372 "libm",
10373]
10374
10375[[package]]
10376name = "num_cpus"
10377version = "1.16.0"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10380dependencies = [
10381 "hermit-abi 0.3.9",
10382 "libc",
10383]
10384
10385[[package]]
10386name = "num_enum"
10387version = "0.7.3"
10388source = "registry+https://github.com/rust-lang/crates.io-index"
10389checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10390dependencies = [
10391 "num_enum_derive",
10392]
10393
10394[[package]]
10395name = "num_enum_derive"
10396version = "0.7.3"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10399dependencies = [
10400 "proc-macro-crate",
10401 "proc-macro2",
10402 "quote",
10403 "syn 2.0.101",
10404]
10405
10406[[package]]
10407name = "num_threads"
10408version = "0.1.7"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10411dependencies = [
10412 "libc",
10413]
10414
10415[[package]]
10416name = "nvim-rs"
10417version = "0.9.2"
10418source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10419dependencies = [
10420 "async-trait",
10421 "futures 0.3.31",
10422 "log",
10423 "rmp",
10424 "rmpv",
10425 "tokio",
10426 "tokio-util",
10427]
10428
10429[[package]]
10430name = "objc"
10431version = "0.2.7"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10434dependencies = [
10435 "malloc_buf",
10436 "objc_exception",
10437]
10438
10439[[package]]
10440name = "objc-foundation"
10441version = "0.1.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10444dependencies = [
10445 "block",
10446 "objc",
10447 "objc_id",
10448]
10449
10450[[package]]
10451name = "objc2"
10452version = "0.6.1"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10455dependencies = [
10456 "objc2-encode",
10457]
10458
10459[[package]]
10460name = "objc2-app-kit"
10461version = "0.3.1"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10464dependencies = [
10465 "bitflags 2.9.0",
10466 "objc2",
10467 "objc2-core-foundation",
10468 "objc2-foundation",
10469 "objc2-quartz-core",
10470]
10471
10472[[package]]
10473name = "objc2-core-foundation"
10474version = "0.3.1"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10477dependencies = [
10478 "bitflags 2.9.0",
10479 "dispatch2",
10480 "objc2",
10481]
10482
10483[[package]]
10484name = "objc2-encode"
10485version = "4.1.0"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10488
10489[[package]]
10490name = "objc2-foundation"
10491version = "0.3.1"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10494dependencies = [
10495 "bitflags 2.9.0",
10496 "objc2",
10497 "objc2-core-foundation",
10498]
10499
10500[[package]]
10501name = "objc2-metal"
10502version = "0.3.1"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10505dependencies = [
10506 "bitflags 2.9.0",
10507 "block2",
10508 "dispatch2",
10509 "objc2",
10510 "objc2-core-foundation",
10511 "objc2-foundation",
10512]
10513
10514[[package]]
10515name = "objc2-quartz-core"
10516version = "0.3.1"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10519dependencies = [
10520 "bitflags 2.9.0",
10521 "objc2",
10522 "objc2-core-foundation",
10523 "objc2-foundation",
10524 "objc2-metal",
10525]
10526
10527[[package]]
10528name = "objc2-ui-kit"
10529version = "0.3.1"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10532dependencies = [
10533 "bitflags 2.9.0",
10534 "objc2",
10535 "objc2-core-foundation",
10536 "objc2-foundation",
10537 "objc2-quartz-core",
10538]
10539
10540[[package]]
10541name = "objc_exception"
10542version = "0.1.2"
10543source = "registry+https://github.com/rust-lang/crates.io-index"
10544checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10545dependencies = [
10546 "cc",
10547]
10548
10549[[package]]
10550name = "objc_id"
10551version = "0.1.1"
10552source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10554dependencies = [
10555 "objc",
10556]
10557
10558[[package]]
10559name = "object"
10560version = "0.36.7"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10563dependencies = [
10564 "crc32fast",
10565 "hashbrown 0.15.3",
10566 "indexmap",
10567 "memchr",
10568]
10569
10570[[package]]
10571name = "oboe"
10572version = "0.6.1"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10575dependencies = [
10576 "jni",
10577 "ndk",
10578 "ndk-context",
10579 "num-derive",
10580 "num-traits",
10581 "oboe-sys",
10582]
10583
10584[[package]]
10585name = "oboe-sys"
10586version = "0.6.1"
10587source = "registry+https://github.com/rust-lang/crates.io-index"
10588checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10589dependencies = [
10590 "cc",
10591]
10592
10593[[package]]
10594name = "ollama"
10595version = "0.1.0"
10596dependencies = [
10597 "anyhow",
10598 "futures 0.3.31",
10599 "http_client",
10600 "schemars",
10601 "serde",
10602 "serde_json",
10603 "workspace-hack",
10604]
10605
10606[[package]]
10607name = "once_cell"
10608version = "1.21.3"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10611
10612[[package]]
10613name = "oo7"
10614version = "0.4.3"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10617dependencies = [
10618 "aes",
10619 "ashpd",
10620 "async-fs",
10621 "async-io",
10622 "async-lock",
10623 "blocking",
10624 "cbc",
10625 "cipher",
10626 "digest",
10627 "endi",
10628 "futures-lite 2.6.0",
10629 "futures-util",
10630 "getrandom 0.3.2",
10631 "hkdf",
10632 "hmac",
10633 "md-5",
10634 "num",
10635 "num-bigint-dig",
10636 "pbkdf2 0.12.2",
10637 "rand 0.9.1",
10638 "serde",
10639 "sha2",
10640 "subtle",
10641 "zbus",
10642 "zbus_macros",
10643 "zeroize",
10644 "zvariant",
10645]
10646
10647[[package]]
10648name = "oorandom"
10649version = "11.1.5"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10652
10653[[package]]
10654name = "open"
10655version = "5.3.2"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10658dependencies = [
10659 "is-wsl",
10660 "libc",
10661 "pathdiff",
10662]
10663
10664[[package]]
10665name = "open_ai"
10666version = "0.1.0"
10667dependencies = [
10668 "anyhow",
10669 "futures 0.3.31",
10670 "http_client",
10671 "schemars",
10672 "serde",
10673 "serde_json",
10674 "strum 0.27.1",
10675 "workspace-hack",
10676]
10677
10678[[package]]
10679name = "opener"
10680version = "0.7.2"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10683dependencies = [
10684 "bstr",
10685 "dbus",
10686 "normpath",
10687 "windows-sys 0.59.0",
10688]
10689
10690[[package]]
10691name = "openssl"
10692version = "0.10.72"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10695dependencies = [
10696 "bitflags 2.9.0",
10697 "cfg-if",
10698 "foreign-types 0.3.2",
10699 "libc",
10700 "once_cell",
10701 "openssl-macros",
10702 "openssl-sys",
10703]
10704
10705[[package]]
10706name = "openssl-macros"
10707version = "0.1.1"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10710dependencies = [
10711 "proc-macro2",
10712 "quote",
10713 "syn 2.0.101",
10714]
10715
10716[[package]]
10717name = "openssl-probe"
10718version = "0.1.6"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10721
10722[[package]]
10723name = "openssl-sys"
10724version = "0.9.107"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10727dependencies = [
10728 "cc",
10729 "libc",
10730 "pkg-config",
10731 "vcpkg",
10732]
10733
10734[[package]]
10735name = "optfield"
10736version = "0.3.0"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10739dependencies = [
10740 "proc-macro2",
10741 "quote",
10742 "syn 2.0.101",
10743]
10744
10745[[package]]
10746name = "option-ext"
10747version = "0.2.0"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10750
10751[[package]]
10752name = "ordered-float"
10753version = "2.10.1"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10756dependencies = [
10757 "num-traits",
10758]
10759
10760[[package]]
10761name = "ordered-float"
10762version = "4.6.0"
10763source = "registry+https://github.com/rust-lang/crates.io-index"
10764checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10765dependencies = [
10766 "num-traits",
10767]
10768
10769[[package]]
10770name = "ordered-stream"
10771version = "0.2.0"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10774dependencies = [
10775 "futures-core",
10776 "pin-project-lite",
10777]
10778
10779[[package]]
10780name = "ouroboros"
10781version = "0.18.5"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10784dependencies = [
10785 "aliasable",
10786 "ouroboros_macro",
10787 "static_assertions",
10788]
10789
10790[[package]]
10791name = "ouroboros_macro"
10792version = "0.18.5"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10795dependencies = [
10796 "heck 0.4.1",
10797 "proc-macro2",
10798 "proc-macro2-diagnostics",
10799 "quote",
10800 "syn 2.0.101",
10801]
10802
10803[[package]]
10804name = "outline"
10805version = "0.1.0"
10806dependencies = [
10807 "editor",
10808 "fuzzy",
10809 "gpui",
10810 "indoc",
10811 "language",
10812 "menu",
10813 "ordered-float 2.10.1",
10814 "picker",
10815 "project",
10816 "rope",
10817 "serde_json",
10818 "settings",
10819 "smol",
10820 "theme",
10821 "tree-sitter-rust",
10822 "tree-sitter-typescript",
10823 "ui",
10824 "util",
10825 "workspace",
10826 "workspace-hack",
10827 "zed_actions",
10828]
10829
10830[[package]]
10831name = "outline_panel"
10832version = "0.1.0"
10833dependencies = [
10834 "anyhow",
10835 "collections",
10836 "db",
10837 "editor",
10838 "file_icons",
10839 "fuzzy",
10840 "gpui",
10841 "itertools 0.14.0",
10842 "language",
10843 "log",
10844 "menu",
10845 "outline",
10846 "pretty_assertions",
10847 "project",
10848 "schemars",
10849 "search",
10850 "serde",
10851 "serde_json",
10852 "settings",
10853 "smallvec",
10854 "smol",
10855 "theme",
10856 "ui",
10857 "util",
10858 "workspace",
10859 "workspace-hack",
10860 "worktree",
10861 "zed_actions",
10862]
10863
10864[[package]]
10865name = "outref"
10866version = "0.5.2"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10869
10870[[package]]
10871name = "overload"
10872version = "0.1.1"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10875
10876[[package]]
10877name = "p256"
10878version = "0.11.1"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10881dependencies = [
10882 "ecdsa",
10883 "elliptic-curve",
10884 "sha2",
10885]
10886
10887[[package]]
10888name = "page_size"
10889version = "0.6.0"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10892dependencies = [
10893 "libc",
10894 "winapi",
10895]
10896
10897[[package]]
10898name = "palette"
10899version = "0.7.6"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10902dependencies = [
10903 "approx",
10904 "fast-srgb8",
10905 "palette_derive",
10906]
10907
10908[[package]]
10909name = "palette_derive"
10910version = "0.7.6"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10913dependencies = [
10914 "by_address",
10915 "proc-macro2",
10916 "quote",
10917 "syn 2.0.101",
10918]
10919
10920[[package]]
10921name = "panel"
10922version = "0.1.0"
10923dependencies = [
10924 "editor",
10925 "gpui",
10926 "settings",
10927 "theme",
10928 "ui",
10929 "workspace",
10930 "workspace-hack",
10931]
10932
10933[[package]]
10934name = "parking"
10935version = "2.2.1"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10938
10939[[package]]
10940name = "parking_lot"
10941version = "0.12.3"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10944dependencies = [
10945 "lock_api",
10946 "parking_lot_core",
10947]
10948
10949[[package]]
10950name = "parking_lot_core"
10951version = "0.9.10"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10954dependencies = [
10955 "cfg-if",
10956 "libc",
10957 "redox_syscall 0.5.11",
10958 "smallvec",
10959 "windows-targets 0.52.6",
10960]
10961
10962[[package]]
10963name = "partial-json-fixer"
10964version = "0.5.3"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10967
10968[[package]]
10969name = "password-hash"
10970version = "0.4.2"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10973dependencies = [
10974 "base64ct",
10975 "rand_core 0.6.4",
10976 "subtle",
10977]
10978
10979[[package]]
10980name = "password-hash"
10981version = "0.5.0"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10984dependencies = [
10985 "base64ct",
10986 "rand_core 0.6.4",
10987 "subtle",
10988]
10989
10990[[package]]
10991name = "paste"
10992version = "1.0.15"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10995
10996[[package]]
10997name = "pathdiff"
10998version = "0.2.3"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11001
11002[[package]]
11003name = "pathfinder_geometry"
11004version = "0.5.1"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11007dependencies = [
11008 "log",
11009 "pathfinder_simd",
11010]
11011
11012[[package]]
11013name = "pathfinder_simd"
11014version = "0.5.4"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
11017dependencies = [
11018 "rustc_version",
11019]
11020
11021[[package]]
11022name = "paths"
11023version = "0.1.0"
11024dependencies = [
11025 "dirs 4.0.0",
11026 "util",
11027 "workspace-hack",
11028]
11029
11030[[package]]
11031name = "pbjson"
11032version = "0.6.0"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11035dependencies = [
11036 "base64 0.21.7",
11037 "serde",
11038]
11039
11040[[package]]
11041name = "pbjson-build"
11042version = "0.6.2"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11045dependencies = [
11046 "heck 0.4.1",
11047 "itertools 0.11.0",
11048 "prost 0.12.6",
11049 "prost-types 0.12.6",
11050]
11051
11052[[package]]
11053name = "pbjson-types"
11054version = "0.6.0"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11057dependencies = [
11058 "bytes 1.10.1",
11059 "chrono",
11060 "pbjson",
11061 "pbjson-build",
11062 "prost 0.12.6",
11063 "prost-build 0.12.6",
11064 "serde",
11065]
11066
11067[[package]]
11068name = "pbkdf2"
11069version = "0.11.0"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11072dependencies = [
11073 "digest",
11074 "hmac",
11075 "password-hash 0.4.2",
11076 "sha2",
11077]
11078
11079[[package]]
11080name = "pbkdf2"
11081version = "0.12.2"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11084dependencies = [
11085 "digest",
11086 "hmac",
11087]
11088
11089[[package]]
11090name = "pem"
11091version = "3.0.5"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11094dependencies = [
11095 "base64 0.22.1",
11096 "serde",
11097]
11098
11099[[package]]
11100name = "pem-rfc7468"
11101version = "0.7.0"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11104dependencies = [
11105 "base64ct",
11106]
11107
11108[[package]]
11109name = "percent-encoding"
11110version = "2.3.1"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11113
11114[[package]]
11115name = "perplexity"
11116version = "0.1.0"
11117dependencies = [
11118 "serde",
11119 "zed_extension_api 0.6.0",
11120]
11121
11122[[package]]
11123name = "pest"
11124version = "2.8.0"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11127dependencies = [
11128 "memchr",
11129 "thiserror 2.0.12",
11130 "ucd-trie",
11131]
11132
11133[[package]]
11134name = "pest_derive"
11135version = "2.8.0"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11138dependencies = [
11139 "pest",
11140 "pest_generator",
11141]
11142
11143[[package]]
11144name = "pest_generator"
11145version = "2.8.0"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11148dependencies = [
11149 "pest",
11150 "pest_meta",
11151 "proc-macro2",
11152 "quote",
11153 "syn 2.0.101",
11154]
11155
11156[[package]]
11157name = "pest_meta"
11158version = "2.8.0"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11161dependencies = [
11162 "once_cell",
11163 "pest",
11164 "sha2",
11165]
11166
11167[[package]]
11168name = "pet"
11169version = "0.1.0"
11170source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11171dependencies = [
11172 "clap",
11173 "env_logger 0.10.2",
11174 "lazy_static",
11175 "log",
11176 "msvc_spectre_libs",
11177 "pet-conda",
11178 "pet-core",
11179 "pet-env-var-path",
11180 "pet-fs",
11181 "pet-global-virtualenvs",
11182 "pet-homebrew",
11183 "pet-jsonrpc",
11184 "pet-linux-global-python",
11185 "pet-mac-commandlinetools",
11186 "pet-mac-python-org",
11187 "pet-mac-xcode",
11188 "pet-pipenv",
11189 "pet-pixi",
11190 "pet-poetry",
11191 "pet-pyenv",
11192 "pet-python-utils",
11193 "pet-reporter",
11194 "pet-telemetry",
11195 "pet-venv",
11196 "pet-virtualenv",
11197 "pet-virtualenvwrapper",
11198 "pet-windows-registry",
11199 "pet-windows-store",
11200 "serde",
11201 "serde_json",
11202]
11203
11204[[package]]
11205name = "pet-conda"
11206version = "0.1.0"
11207source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11208dependencies = [
11209 "env_logger 0.10.2",
11210 "lazy_static",
11211 "log",
11212 "msvc_spectre_libs",
11213 "pet-core",
11214 "pet-fs",
11215 "pet-python-utils",
11216 "pet-reporter",
11217 "regex",
11218 "serde",
11219 "serde_json",
11220 "yaml-rust2",
11221]
11222
11223[[package]]
11224name = "pet-core"
11225version = "0.1.0"
11226source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11227dependencies = [
11228 "clap",
11229 "lazy_static",
11230 "log",
11231 "msvc_spectre_libs",
11232 "pet-fs",
11233 "regex",
11234 "serde",
11235 "serde_json",
11236]
11237
11238[[package]]
11239name = "pet-env-var-path"
11240version = "0.1.0"
11241source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11242dependencies = [
11243 "lazy_static",
11244 "log",
11245 "msvc_spectre_libs",
11246 "pet-conda",
11247 "pet-core",
11248 "pet-fs",
11249 "pet-python-utils",
11250 "pet-virtualenv",
11251 "regex",
11252]
11253
11254[[package]]
11255name = "pet-fs"
11256version = "0.1.0"
11257source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11258dependencies = [
11259 "log",
11260 "msvc_spectre_libs",
11261]
11262
11263[[package]]
11264name = "pet-global-virtualenvs"
11265version = "0.1.0"
11266source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11267dependencies = [
11268 "log",
11269 "msvc_spectre_libs",
11270 "pet-conda",
11271 "pet-core",
11272 "pet-fs",
11273 "pet-virtualenv",
11274]
11275
11276[[package]]
11277name = "pet-homebrew"
11278version = "0.1.0"
11279source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11280dependencies = [
11281 "lazy_static",
11282 "log",
11283 "msvc_spectre_libs",
11284 "pet-conda",
11285 "pet-core",
11286 "pet-fs",
11287 "pet-python-utils",
11288 "pet-virtualenv",
11289 "regex",
11290 "serde",
11291 "serde_json",
11292]
11293
11294[[package]]
11295name = "pet-jsonrpc"
11296version = "0.1.0"
11297source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11298dependencies = [
11299 "env_logger 0.10.2",
11300 "log",
11301 "msvc_spectre_libs",
11302 "pet-core",
11303 "serde",
11304 "serde_json",
11305]
11306
11307[[package]]
11308name = "pet-linux-global-python"
11309version = "0.1.0"
11310source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11311dependencies = [
11312 "log",
11313 "msvc_spectre_libs",
11314 "pet-core",
11315 "pet-fs",
11316 "pet-python-utils",
11317 "pet-virtualenv",
11318]
11319
11320[[package]]
11321name = "pet-mac-commandlinetools"
11322version = "0.1.0"
11323source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11324dependencies = [
11325 "log",
11326 "msvc_spectre_libs",
11327 "pet-core",
11328 "pet-fs",
11329 "pet-python-utils",
11330 "pet-virtualenv",
11331]
11332
11333[[package]]
11334name = "pet-mac-python-org"
11335version = "0.1.0"
11336source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11337dependencies = [
11338 "log",
11339 "msvc_spectre_libs",
11340 "pet-core",
11341 "pet-fs",
11342 "pet-python-utils",
11343 "pet-virtualenv",
11344]
11345
11346[[package]]
11347name = "pet-mac-xcode"
11348version = "0.1.0"
11349source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11350dependencies = [
11351 "log",
11352 "msvc_spectre_libs",
11353 "pet-core",
11354 "pet-fs",
11355 "pet-python-utils",
11356 "pet-virtualenv",
11357]
11358
11359[[package]]
11360name = "pet-pipenv"
11361version = "0.1.0"
11362source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11363dependencies = [
11364 "log",
11365 "msvc_spectre_libs",
11366 "pet-core",
11367 "pet-fs",
11368 "pet-python-utils",
11369 "pet-virtualenv",
11370]
11371
11372[[package]]
11373name = "pet-pixi"
11374version = "0.1.0"
11375source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11376dependencies = [
11377 "log",
11378 "msvc_spectre_libs",
11379 "pet-conda",
11380 "pet-core",
11381 "pet-python-utils",
11382]
11383
11384[[package]]
11385name = "pet-poetry"
11386version = "0.1.0"
11387source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11388dependencies = [
11389 "base64 0.22.1",
11390 "lazy_static",
11391 "log",
11392 "msvc_spectre_libs",
11393 "pet-core",
11394 "pet-fs",
11395 "pet-python-utils",
11396 "pet-reporter",
11397 "pet-virtualenv",
11398 "regex",
11399 "serde",
11400 "serde_json",
11401 "sha2",
11402 "toml 0.8.20",
11403]
11404
11405[[package]]
11406name = "pet-pyenv"
11407version = "0.1.0"
11408source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11409dependencies = [
11410 "lazy_static",
11411 "log",
11412 "msvc_spectre_libs",
11413 "pet-conda",
11414 "pet-core",
11415 "pet-fs",
11416 "pet-python-utils",
11417 "pet-reporter",
11418 "regex",
11419 "serde",
11420 "serde_json",
11421]
11422
11423[[package]]
11424name = "pet-python-utils"
11425version = "0.1.0"
11426source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11427dependencies = [
11428 "env_logger 0.10.2",
11429 "lazy_static",
11430 "log",
11431 "msvc_spectre_libs",
11432 "pet-core",
11433 "pet-fs",
11434 "regex",
11435 "serde",
11436 "serde_json",
11437 "sha2",
11438]
11439
11440[[package]]
11441name = "pet-reporter"
11442version = "0.1.0"
11443source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11444dependencies = [
11445 "env_logger 0.10.2",
11446 "log",
11447 "msvc_spectre_libs",
11448 "pet-core",
11449 "pet-jsonrpc",
11450 "serde",
11451 "serde_json",
11452]
11453
11454[[package]]
11455name = "pet-telemetry"
11456version = "0.1.0"
11457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11458dependencies = [
11459 "env_logger 0.10.2",
11460 "lazy_static",
11461 "log",
11462 "msvc_spectre_libs",
11463 "pet-core",
11464 "pet-fs",
11465 "pet-python-utils",
11466 "regex",
11467]
11468
11469[[package]]
11470name = "pet-venv"
11471version = "0.1.0"
11472source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11473dependencies = [
11474 "log",
11475 "msvc_spectre_libs",
11476 "pet-core",
11477 "pet-python-utils",
11478 "pet-virtualenv",
11479]
11480
11481[[package]]
11482name = "pet-virtualenv"
11483version = "0.1.0"
11484source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11485dependencies = [
11486 "log",
11487 "msvc_spectre_libs",
11488 "pet-core",
11489 "pet-fs",
11490 "pet-python-utils",
11491]
11492
11493[[package]]
11494name = "pet-virtualenvwrapper"
11495version = "0.1.0"
11496source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11497dependencies = [
11498 "log",
11499 "msvc_spectre_libs",
11500 "pet-core",
11501 "pet-fs",
11502 "pet-python-utils",
11503 "pet-virtualenv",
11504]
11505
11506[[package]]
11507name = "pet-windows-registry"
11508version = "0.1.0"
11509source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11510dependencies = [
11511 "lazy_static",
11512 "log",
11513 "msvc_spectre_libs",
11514 "pet-conda",
11515 "pet-core",
11516 "pet-fs",
11517 "pet-python-utils",
11518 "pet-virtualenv",
11519 "pet-windows-store",
11520 "regex",
11521 "winreg 0.55.0",
11522]
11523
11524[[package]]
11525name = "pet-windows-store"
11526version = "0.1.0"
11527source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11528dependencies = [
11529 "lazy_static",
11530 "log",
11531 "msvc_spectre_libs",
11532 "pet-core",
11533 "pet-fs",
11534 "pet-python-utils",
11535 "pet-virtualenv",
11536 "regex",
11537 "winreg 0.55.0",
11538]
11539
11540[[package]]
11541name = "petgraph"
11542version = "0.6.5"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11545dependencies = [
11546 "fixedbitset",
11547 "indexmap",
11548]
11549
11550[[package]]
11551name = "pgvector"
11552version = "0.4.0"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11555dependencies = [
11556 "serde",
11557]
11558
11559[[package]]
11560name = "phf"
11561version = "0.11.3"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11564dependencies = [
11565 "phf_macros",
11566 "phf_shared",
11567]
11568
11569[[package]]
11570name = "phf_codegen"
11571version = "0.11.3"
11572source = "registry+https://github.com/rust-lang/crates.io-index"
11573checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11574dependencies = [
11575 "phf_generator",
11576 "phf_shared",
11577]
11578
11579[[package]]
11580name = "phf_generator"
11581version = "0.11.3"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11584dependencies = [
11585 "phf_shared",
11586 "rand 0.8.5",
11587]
11588
11589[[package]]
11590name = "phf_macros"
11591version = "0.11.3"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11594dependencies = [
11595 "phf_generator",
11596 "phf_shared",
11597 "proc-macro2",
11598 "quote",
11599 "syn 2.0.101",
11600]
11601
11602[[package]]
11603name = "phf_shared"
11604version = "0.11.3"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11607dependencies = [
11608 "siphasher",
11609]
11610
11611[[package]]
11612name = "picker"
11613version = "0.1.0"
11614dependencies = [
11615 "anyhow",
11616 "ctor",
11617 "editor",
11618 "env_logger 0.11.8",
11619 "gpui",
11620 "menu",
11621 "schemars",
11622 "serde",
11623 "serde_json",
11624 "ui",
11625 "util",
11626 "workspace",
11627 "workspace-hack",
11628]
11629
11630[[package]]
11631name = "pico-args"
11632version = "0.5.0"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11635
11636[[package]]
11637name = "pin-project"
11638version = "1.1.10"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11641dependencies = [
11642 "pin-project-internal",
11643]
11644
11645[[package]]
11646name = "pin-project-internal"
11647version = "1.1.10"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11650dependencies = [
11651 "proc-macro2",
11652 "quote",
11653 "syn 2.0.101",
11654]
11655
11656[[package]]
11657name = "pin-project-lite"
11658version = "0.2.16"
11659source = "registry+https://github.com/rust-lang/crates.io-index"
11660checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11661
11662[[package]]
11663name = "pin-utils"
11664version = "0.1.0"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11667
11668[[package]]
11669name = "piper"
11670version = "0.2.4"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11673dependencies = [
11674 "atomic-waker",
11675 "fastrand 2.3.0",
11676 "futures-io",
11677]
11678
11679[[package]]
11680name = "pkcs1"
11681version = "0.7.5"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11684dependencies = [
11685 "der 0.7.10",
11686 "pkcs8 0.10.2",
11687 "spki 0.7.3",
11688]
11689
11690[[package]]
11691name = "pkcs8"
11692version = "0.9.0"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11695dependencies = [
11696 "der 0.6.1",
11697 "spki 0.6.0",
11698]
11699
11700[[package]]
11701name = "pkcs8"
11702version = "0.10.2"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11705dependencies = [
11706 "der 0.7.10",
11707 "spki 0.7.3",
11708]
11709
11710[[package]]
11711name = "pkg-config"
11712version = "0.3.32"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11715
11716[[package]]
11717name = "plist"
11718version = "1.7.1"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11721dependencies = [
11722 "base64 0.22.1",
11723 "indexmap",
11724 "quick-xml 0.32.0",
11725 "serde",
11726 "time",
11727]
11728
11729[[package]]
11730name = "plotters"
11731version = "0.3.7"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11734dependencies = [
11735 "num-traits",
11736 "plotters-backend",
11737 "plotters-svg",
11738 "wasm-bindgen",
11739 "web-sys",
11740]
11741
11742[[package]]
11743name = "plotters-backend"
11744version = "0.3.7"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11747
11748[[package]]
11749name = "plotters-svg"
11750version = "0.3.7"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11753dependencies = [
11754 "plotters-backend",
11755]
11756
11757[[package]]
11758name = "png"
11759version = "0.17.16"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11762dependencies = [
11763 "bitflags 1.3.2",
11764 "crc32fast",
11765 "fdeflate",
11766 "flate2",
11767 "miniz_oxide",
11768]
11769
11770[[package]]
11771name = "polling"
11772version = "3.7.4"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11775dependencies = [
11776 "cfg-if",
11777 "concurrent-queue",
11778 "hermit-abi 0.4.0",
11779 "pin-project-lite",
11780 "rustix 0.38.44",
11781 "tracing",
11782 "windows-sys 0.59.0",
11783]
11784
11785[[package]]
11786name = "pollster"
11787version = "0.2.5"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11790
11791[[package]]
11792name = "pollster"
11793version = "0.4.0"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11796
11797[[package]]
11798name = "portable-atomic"
11799version = "1.11.0"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11802
11803[[package]]
11804name = "portable-atomic-util"
11805version = "0.2.4"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11808dependencies = [
11809 "portable-atomic",
11810]
11811
11812[[package]]
11813name = "portable-pty"
11814version = "0.9.0"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11817dependencies = [
11818 "anyhow",
11819 "bitflags 1.3.2",
11820 "downcast-rs",
11821 "filedescriptor",
11822 "lazy_static",
11823 "libc",
11824 "log",
11825 "nix 0.28.0",
11826 "serial2",
11827 "shared_library",
11828 "shell-words",
11829 "winapi",
11830 "winreg 0.10.1",
11831]
11832
11833[[package]]
11834name = "postage"
11835version = "0.5.0"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11838dependencies = [
11839 "atomic",
11840 "crossbeam-queue",
11841 "futures 0.3.31",
11842 "log",
11843 "parking_lot",
11844 "pin-project",
11845 "pollster 0.2.5",
11846 "static_assertions",
11847 "thiserror 1.0.69",
11848]
11849
11850[[package]]
11851name = "postcard"
11852version = "1.1.1"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11855dependencies = [
11856 "cobs",
11857 "embedded-io 0.4.0",
11858 "embedded-io 0.6.1",
11859 "serde",
11860]
11861
11862[[package]]
11863name = "powerfmt"
11864version = "0.2.0"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11867
11868[[package]]
11869name = "ppv-lite86"
11870version = "0.2.21"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11873dependencies = [
11874 "zerocopy 0.8.24",
11875]
11876
11877[[package]]
11878name = "precomputed-hash"
11879version = "0.1.1"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11882
11883[[package]]
11884name = "prettier"
11885version = "0.1.0"
11886dependencies = [
11887 "anyhow",
11888 "collections",
11889 "fs",
11890 "gpui",
11891 "language",
11892 "log",
11893 "lsp",
11894 "node_runtime",
11895 "parking_lot",
11896 "paths",
11897 "serde",
11898 "serde_json",
11899 "util",
11900 "workspace-hack",
11901]
11902
11903[[package]]
11904name = "pretty_assertions"
11905version = "1.4.1"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11908dependencies = [
11909 "diff",
11910 "yansi",
11911]
11912
11913[[package]]
11914name = "prettyplease"
11915version = "0.2.32"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11918dependencies = [
11919 "proc-macro2",
11920 "syn 2.0.101",
11921]
11922
11923[[package]]
11924name = "proc-macro-crate"
11925version = "3.3.0"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11928dependencies = [
11929 "toml_edit",
11930]
11931
11932[[package]]
11933name = "proc-macro-error-attr2"
11934version = "2.0.0"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11937dependencies = [
11938 "proc-macro2",
11939 "quote",
11940]
11941
11942[[package]]
11943name = "proc-macro-error2"
11944version = "2.0.1"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11947dependencies = [
11948 "proc-macro-error-attr2",
11949 "proc-macro2",
11950 "quote",
11951 "syn 2.0.101",
11952]
11953
11954[[package]]
11955name = "proc-macro2"
11956version = "1.0.95"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11959dependencies = [
11960 "unicode-ident",
11961]
11962
11963[[package]]
11964name = "proc-macro2-diagnostics"
11965version = "0.10.1"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11968dependencies = [
11969 "proc-macro2",
11970 "quote",
11971 "syn 2.0.101",
11972 "version_check",
11973 "yansi",
11974]
11975
11976[[package]]
11977name = "prodash"
11978version = "29.0.2"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11981dependencies = [
11982 "log",
11983 "parking_lot",
11984]
11985
11986[[package]]
11987name = "profiling"
11988version = "1.0.16"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11991dependencies = [
11992 "profiling-procmacros",
11993]
11994
11995[[package]]
11996name = "profiling-procmacros"
11997version = "1.0.16"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12000dependencies = [
12001 "quote",
12002 "syn 2.0.101",
12003]
12004
12005[[package]]
12006name = "project"
12007version = "0.1.0"
12008dependencies = [
12009 "aho-corasick",
12010 "anyhow",
12011 "askpass",
12012 "async-trait",
12013 "buffer_diff",
12014 "circular-buffer",
12015 "client",
12016 "clock",
12017 "collections",
12018 "context_server",
12019 "dap",
12020 "dap_adapters",
12021 "env_logger 0.11.8",
12022 "extension",
12023 "fancy-regex 0.14.0",
12024 "fs",
12025 "futures 0.3.31",
12026 "fuzzy",
12027 "git",
12028 "git2",
12029 "git_hosting_providers",
12030 "globset",
12031 "gpui",
12032 "http_client",
12033 "image",
12034 "indexmap",
12035 "itertools 0.14.0",
12036 "language",
12037 "log",
12038 "lsp",
12039 "node_runtime",
12040 "parking_lot",
12041 "pathdiff",
12042 "paths",
12043 "postage",
12044 "prettier",
12045 "pretty_assertions",
12046 "rand 0.8.5",
12047 "regex",
12048 "release_channel",
12049 "remote",
12050 "rpc",
12051 "schemars",
12052 "serde",
12053 "serde_json",
12054 "settings",
12055 "sha2",
12056 "shellexpand 2.1.2",
12057 "shlex",
12058 "smol",
12059 "snippet",
12060 "snippet_provider",
12061 "sum_tree",
12062 "task",
12063 "tempfile",
12064 "terminal",
12065 "text",
12066 "toml 0.8.20",
12067 "unindent",
12068 "url",
12069 "util",
12070 "which 6.0.3",
12071 "workspace-hack",
12072 "worktree",
12073 "zlog",
12074]
12075
12076[[package]]
12077name = "project_panel"
12078version = "0.1.0"
12079dependencies = [
12080 "anyhow",
12081 "client",
12082 "collections",
12083 "command_palette_hooks",
12084 "db",
12085 "editor",
12086 "file_icons",
12087 "git",
12088 "gpui",
12089 "indexmap",
12090 "language",
12091 "menu",
12092 "pretty_assertions",
12093 "project",
12094 "schemars",
12095 "search",
12096 "serde",
12097 "serde_derive",
12098 "serde_json",
12099 "settings",
12100 "smallvec",
12101 "theme",
12102 "ui",
12103 "util",
12104 "workspace",
12105 "workspace-hack",
12106 "worktree",
12107 "zed_actions",
12108]
12109
12110[[package]]
12111name = "project_symbols"
12112version = "0.1.0"
12113dependencies = [
12114 "anyhow",
12115 "editor",
12116 "futures 0.3.31",
12117 "fuzzy",
12118 "gpui",
12119 "language",
12120 "lsp",
12121 "ordered-float 2.10.1",
12122 "picker",
12123 "project",
12124 "release_channel",
12125 "serde_json",
12126 "settings",
12127 "theme",
12128 "util",
12129 "workspace",
12130 "workspace-hack",
12131]
12132
12133[[package]]
12134name = "prometheus"
12135version = "0.14.0"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12138dependencies = [
12139 "cfg-if",
12140 "fnv",
12141 "lazy_static",
12142 "memchr",
12143 "parking_lot",
12144 "protobuf",
12145 "thiserror 2.0.12",
12146]
12147
12148[[package]]
12149name = "prompt_store"
12150version = "0.1.0"
12151dependencies = [
12152 "anyhow",
12153 "assets",
12154 "chrono",
12155 "collections",
12156 "fs",
12157 "futures 0.3.31",
12158 "fuzzy",
12159 "gpui",
12160 "handlebars 4.5.0",
12161 "heed",
12162 "language",
12163 "log",
12164 "parking_lot",
12165 "paths",
12166 "rope",
12167 "serde",
12168 "serde_json",
12169 "text",
12170 "util",
12171 "uuid",
12172 "workspace-hack",
12173]
12174
12175[[package]]
12176name = "prost"
12177version = "0.9.0"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12180dependencies = [
12181 "bytes 1.10.1",
12182 "prost-derive 0.9.0",
12183]
12184
12185[[package]]
12186name = "prost"
12187version = "0.12.6"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12190dependencies = [
12191 "bytes 1.10.1",
12192 "prost-derive 0.12.6",
12193]
12194
12195[[package]]
12196name = "prost"
12197version = "0.13.5"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12200dependencies = [
12201 "bytes 1.10.1",
12202 "prost-derive 0.13.5",
12203]
12204
12205[[package]]
12206name = "prost-build"
12207version = "0.9.0"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12210dependencies = [
12211 "bytes 1.10.1",
12212 "heck 0.3.3",
12213 "itertools 0.10.5",
12214 "lazy_static",
12215 "log",
12216 "multimap 0.8.3",
12217 "petgraph",
12218 "prost 0.9.0",
12219 "prost-types 0.9.0",
12220 "regex",
12221 "tempfile",
12222 "which 4.4.2",
12223]
12224
12225[[package]]
12226name = "prost-build"
12227version = "0.12.6"
12228source = "registry+https://github.com/rust-lang/crates.io-index"
12229checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12230dependencies = [
12231 "bytes 1.10.1",
12232 "heck 0.5.0",
12233 "itertools 0.12.1",
12234 "log",
12235 "multimap 0.10.0",
12236 "once_cell",
12237 "petgraph",
12238 "prettyplease",
12239 "prost 0.12.6",
12240 "prost-types 0.12.6",
12241 "regex",
12242 "syn 2.0.101",
12243 "tempfile",
12244]
12245
12246[[package]]
12247name = "prost-derive"
12248version = "0.9.0"
12249source = "registry+https://github.com/rust-lang/crates.io-index"
12250checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12251dependencies = [
12252 "anyhow",
12253 "itertools 0.10.5",
12254 "proc-macro2",
12255 "quote",
12256 "syn 1.0.109",
12257]
12258
12259[[package]]
12260name = "prost-derive"
12261version = "0.12.6"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12264dependencies = [
12265 "anyhow",
12266 "itertools 0.12.1",
12267 "proc-macro2",
12268 "quote",
12269 "syn 2.0.101",
12270]
12271
12272[[package]]
12273name = "prost-derive"
12274version = "0.13.5"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12277dependencies = [
12278 "anyhow",
12279 "itertools 0.14.0",
12280 "proc-macro2",
12281 "quote",
12282 "syn 2.0.101",
12283]
12284
12285[[package]]
12286name = "prost-types"
12287version = "0.9.0"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12290dependencies = [
12291 "bytes 1.10.1",
12292 "prost 0.9.0",
12293]
12294
12295[[package]]
12296name = "prost-types"
12297version = "0.12.6"
12298source = "registry+https://github.com/rust-lang/crates.io-index"
12299checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12300dependencies = [
12301 "prost 0.12.6",
12302]
12303
12304[[package]]
12305name = "proto"
12306version = "0.1.0"
12307dependencies = [
12308 "anyhow",
12309 "collections",
12310 "prost 0.9.0",
12311 "prost-build 0.9.0",
12312 "serde",
12313 "workspace-hack",
12314]
12315
12316[[package]]
12317name = "protobuf"
12318version = "3.7.2"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12321dependencies = [
12322 "once_cell",
12323 "protobuf-support",
12324 "thiserror 1.0.69",
12325]
12326
12327[[package]]
12328name = "protobuf-support"
12329version = "3.7.2"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12332dependencies = [
12333 "thiserror 1.0.69",
12334]
12335
12336[[package]]
12337name = "psm"
12338version = "0.1.25"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12341dependencies = [
12342 "cc",
12343]
12344
12345[[package]]
12346name = "ptr_meta"
12347version = "0.1.4"
12348source = "registry+https://github.com/rust-lang/crates.io-index"
12349checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12350dependencies = [
12351 "ptr_meta_derive",
12352]
12353
12354[[package]]
12355name = "ptr_meta_derive"
12356version = "0.1.4"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12359dependencies = [
12360 "proc-macro2",
12361 "quote",
12362 "syn 1.0.109",
12363]
12364
12365[[package]]
12366name = "pulldown-cmark"
12367version = "0.10.3"
12368source = "registry+https://github.com/rust-lang/crates.io-index"
12369checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12370dependencies = [
12371 "bitflags 2.9.0",
12372 "memchr",
12373 "pulldown-cmark-escape",
12374 "unicase",
12375]
12376
12377[[package]]
12378name = "pulldown-cmark"
12379version = "0.12.2"
12380source = "registry+https://github.com/rust-lang/crates.io-index"
12381checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12382dependencies = [
12383 "bitflags 2.9.0",
12384 "memchr",
12385 "unicase",
12386]
12387
12388[[package]]
12389name = "pulldown-cmark-escape"
12390version = "0.10.1"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12393
12394[[package]]
12395name = "pulley-interpreter"
12396version = "29.0.1"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12399dependencies = [
12400 "cranelift-bitset",
12401 "log",
12402 "sptr",
12403 "wasmtime-math",
12404]
12405
12406[[package]]
12407name = "qoi"
12408version = "0.4.1"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12411dependencies = [
12412 "bytemuck",
12413]
12414
12415[[package]]
12416name = "quick-error"
12417version = "2.0.1"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12420
12421[[package]]
12422name = "quick-xml"
12423version = "0.30.0"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12426dependencies = [
12427 "memchr",
12428]
12429
12430[[package]]
12431name = "quick-xml"
12432version = "0.32.0"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12435dependencies = [
12436 "memchr",
12437]
12438
12439[[package]]
12440name = "quick-xml"
12441version = "0.37.4"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12444dependencies = [
12445 "memchr",
12446]
12447
12448[[package]]
12449name = "quinn"
12450version = "0.11.7"
12451source = "registry+https://github.com/rust-lang/crates.io-index"
12452checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12453dependencies = [
12454 "bytes 1.10.1",
12455 "cfg_aliases 0.2.1",
12456 "pin-project-lite",
12457 "quinn-proto",
12458 "quinn-udp",
12459 "rustc-hash 2.1.1",
12460 "rustls 0.23.26",
12461 "socket2",
12462 "thiserror 2.0.12",
12463 "tokio",
12464 "tracing",
12465 "web-time",
12466]
12467
12468[[package]]
12469name = "quinn-proto"
12470version = "0.11.10"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12473dependencies = [
12474 "bytes 1.10.1",
12475 "getrandom 0.3.2",
12476 "rand 0.9.1",
12477 "ring",
12478 "rustc-hash 2.1.1",
12479 "rustls 0.23.26",
12480 "rustls-pki-types",
12481 "slab",
12482 "thiserror 2.0.12",
12483 "tinyvec",
12484 "tracing",
12485 "web-time",
12486]
12487
12488[[package]]
12489name = "quinn-udp"
12490version = "0.5.11"
12491source = "registry+https://github.com/rust-lang/crates.io-index"
12492checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12493dependencies = [
12494 "cfg_aliases 0.2.1",
12495 "libc",
12496 "once_cell",
12497 "socket2",
12498 "tracing",
12499 "windows-sys 0.59.0",
12500]
12501
12502[[package]]
12503name = "quote"
12504version = "1.0.40"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12507dependencies = [
12508 "proc-macro2",
12509]
12510
12511[[package]]
12512name = "r-efi"
12513version = "5.2.0"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12516
12517[[package]]
12518name = "radium"
12519version = "0.7.0"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12522
12523[[package]]
12524name = "rand"
12525version = "0.7.3"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12528dependencies = [
12529 "getrandom 0.1.16",
12530 "libc",
12531 "rand_chacha 0.2.2",
12532 "rand_core 0.5.1",
12533 "rand_hc",
12534]
12535
12536[[package]]
12537name = "rand"
12538version = "0.8.5"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12541dependencies = [
12542 "libc",
12543 "rand_chacha 0.3.1",
12544 "rand_core 0.6.4",
12545]
12546
12547[[package]]
12548name = "rand"
12549version = "0.9.1"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12552dependencies = [
12553 "rand_chacha 0.9.0",
12554 "rand_core 0.9.3",
12555]
12556
12557[[package]]
12558name = "rand_chacha"
12559version = "0.2.2"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12562dependencies = [
12563 "ppv-lite86",
12564 "rand_core 0.5.1",
12565]
12566
12567[[package]]
12568name = "rand_chacha"
12569version = "0.3.1"
12570source = "registry+https://github.com/rust-lang/crates.io-index"
12571checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12572dependencies = [
12573 "ppv-lite86",
12574 "rand_core 0.6.4",
12575]
12576
12577[[package]]
12578name = "rand_chacha"
12579version = "0.9.0"
12580source = "registry+https://github.com/rust-lang/crates.io-index"
12581checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12582dependencies = [
12583 "ppv-lite86",
12584 "rand_core 0.9.3",
12585]
12586
12587[[package]]
12588name = "rand_core"
12589version = "0.5.1"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12592dependencies = [
12593 "getrandom 0.1.16",
12594]
12595
12596[[package]]
12597name = "rand_core"
12598version = "0.6.4"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12601dependencies = [
12602 "getrandom 0.2.15",
12603]
12604
12605[[package]]
12606name = "rand_core"
12607version = "0.9.3"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12610dependencies = [
12611 "getrandom 0.3.2",
12612]
12613
12614[[package]]
12615name = "rand_hc"
12616version = "0.2.0"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12619dependencies = [
12620 "rand_core 0.5.1",
12621]
12622
12623[[package]]
12624name = "rangemap"
12625version = "1.5.1"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12628
12629[[package]]
12630name = "rav1e"
12631version = "0.7.1"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12634dependencies = [
12635 "arbitrary",
12636 "arg_enum_proc_macro",
12637 "arrayvec",
12638 "av1-grain",
12639 "bitstream-io",
12640 "built",
12641 "cfg-if",
12642 "interpolate_name",
12643 "itertools 0.12.1",
12644 "libc",
12645 "libfuzzer-sys",
12646 "log",
12647 "maybe-rayon",
12648 "new_debug_unreachable",
12649 "noop_proc_macro",
12650 "num-derive",
12651 "num-traits",
12652 "once_cell",
12653 "paste",
12654 "profiling",
12655 "rand 0.8.5",
12656 "rand_chacha 0.3.1",
12657 "simd_helpers",
12658 "system-deps",
12659 "thiserror 1.0.69",
12660 "v_frame",
12661 "wasm-bindgen",
12662]
12663
12664[[package]]
12665name = "ravif"
12666version = "0.11.12"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12669dependencies = [
12670 "avif-serialize",
12671 "imgref",
12672 "loop9",
12673 "quick-error",
12674 "rav1e",
12675 "rayon",
12676 "rgb",
12677]
12678
12679[[package]]
12680name = "raw-window-handle"
12681version = "0.6.2"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12684
12685[[package]]
12686name = "raw-window-metal"
12687version = "0.4.0"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12690dependencies = [
12691 "cocoa 0.25.0",
12692 "core-graphics 0.23.2",
12693 "objc",
12694 "raw-window-handle",
12695]
12696
12697[[package]]
12698name = "rayon"
12699version = "1.10.0"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12702dependencies = [
12703 "either",
12704 "rayon-core",
12705]
12706
12707[[package]]
12708name = "rayon-core"
12709version = "1.12.1"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12712dependencies = [
12713 "crossbeam-deque",
12714 "crossbeam-utils",
12715]
12716
12717[[package]]
12718name = "read-fonts"
12719version = "0.25.3"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12722dependencies = [
12723 "bytemuck",
12724 "font-types",
12725]
12726
12727[[package]]
12728name = "recent_projects"
12729version = "0.1.0"
12730dependencies = [
12731 "anyhow",
12732 "auto_update",
12733 "dap",
12734 "editor",
12735 "extension_host",
12736 "file_finder",
12737 "futures 0.3.31",
12738 "fuzzy",
12739 "gpui",
12740 "language",
12741 "log",
12742 "markdown",
12743 "menu",
12744 "ordered-float 2.10.1",
12745 "paths",
12746 "picker",
12747 "project",
12748 "release_channel",
12749 "remote",
12750 "schemars",
12751 "serde",
12752 "serde_json",
12753 "settings",
12754 "smol",
12755 "task",
12756 "telemetry",
12757 "theme",
12758 "ui",
12759 "util",
12760 "workspace",
12761 "workspace-hack",
12762 "zed_actions",
12763]
12764
12765[[package]]
12766name = "redox_syscall"
12767version = "0.2.16"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12770dependencies = [
12771 "bitflags 1.3.2",
12772]
12773
12774[[package]]
12775name = "redox_syscall"
12776version = "0.5.11"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12779dependencies = [
12780 "bitflags 2.9.0",
12781]
12782
12783[[package]]
12784name = "redox_users"
12785version = "0.4.6"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12788dependencies = [
12789 "getrandom 0.2.15",
12790 "libredox",
12791 "thiserror 1.0.69",
12792]
12793
12794[[package]]
12795name = "redox_users"
12796version = "0.5.0"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12799dependencies = [
12800 "getrandom 0.2.15",
12801 "libredox",
12802 "thiserror 2.0.12",
12803]
12804
12805[[package]]
12806name = "ref-cast"
12807version = "1.0.24"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12810dependencies = [
12811 "ref-cast-impl",
12812]
12813
12814[[package]]
12815name = "ref-cast-impl"
12816version = "1.0.24"
12817source = "registry+https://github.com/rust-lang/crates.io-index"
12818checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12819dependencies = [
12820 "proc-macro2",
12821 "quote",
12822 "syn 2.0.101",
12823]
12824
12825[[package]]
12826name = "referencing"
12827version = "0.30.0"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12830dependencies = [
12831 "ahash 0.8.11",
12832 "fluent-uri",
12833 "once_cell",
12834 "parking_lot",
12835 "percent-encoding",
12836 "serde_json",
12837]
12838
12839[[package]]
12840name = "refineable"
12841version = "0.1.0"
12842dependencies = [
12843 "derive_refineable",
12844 "workspace-hack",
12845]
12846
12847[[package]]
12848name = "regalloc2"
12849version = "0.11.2"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12852dependencies = [
12853 "allocator-api2",
12854 "bumpalo",
12855 "hashbrown 0.15.3",
12856 "log",
12857 "rustc-hash 2.1.1",
12858 "serde",
12859 "smallvec",
12860]
12861
12862[[package]]
12863name = "regex"
12864version = "1.11.1"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12867dependencies = [
12868 "aho-corasick",
12869 "memchr",
12870 "regex-automata 0.4.9",
12871 "regex-syntax 0.8.5",
12872]
12873
12874[[package]]
12875name = "regex-automata"
12876version = "0.1.10"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12879dependencies = [
12880 "regex-syntax 0.6.29",
12881]
12882
12883[[package]]
12884name = "regex-automata"
12885version = "0.4.9"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12888dependencies = [
12889 "aho-corasick",
12890 "memchr",
12891 "regex-syntax 0.8.5",
12892]
12893
12894[[package]]
12895name = "regex-lite"
12896version = "0.1.6"
12897source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12899
12900[[package]]
12901name = "regex-syntax"
12902version = "0.6.29"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12905
12906[[package]]
12907name = "regex-syntax"
12908version = "0.8.5"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12911
12912[[package]]
12913name = "release_channel"
12914version = "0.1.0"
12915dependencies = [
12916 "gpui",
12917 "workspace-hack",
12918]
12919
12920[[package]]
12921name = "remote"
12922version = "0.1.0"
12923dependencies = [
12924 "anyhow",
12925 "askpass",
12926 "async-trait",
12927 "collections",
12928 "fs",
12929 "futures 0.3.31",
12930 "gpui",
12931 "itertools 0.14.0",
12932 "log",
12933 "parking_lot",
12934 "paths",
12935 "prost 0.9.0",
12936 "release_channel",
12937 "rpc",
12938 "schemars",
12939 "serde",
12940 "serde_json",
12941 "shlex",
12942 "smol",
12943 "tempfile",
12944 "thiserror 2.0.12",
12945 "urlencoding",
12946 "util",
12947 "workspace-hack",
12948]
12949
12950[[package]]
12951name = "remote_server"
12952version = "0.1.0"
12953dependencies = [
12954 "anyhow",
12955 "askpass",
12956 "assistant_tool",
12957 "assistant_tools",
12958 "async-watch",
12959 "backtrace",
12960 "cargo_toml",
12961 "chrono",
12962 "clap",
12963 "client",
12964 "clock",
12965 "dap",
12966 "dap_adapters",
12967 "debug_adapter_extension",
12968 "env_logger 0.11.8",
12969 "extension",
12970 "extension_host",
12971 "fork",
12972 "fs",
12973 "futures 0.3.31",
12974 "git",
12975 "git_hosting_providers",
12976 "gpui",
12977 "gpui_tokio",
12978 "http_client",
12979 "language",
12980 "language_extension",
12981 "language_model",
12982 "languages",
12983 "libc",
12984 "log",
12985 "lsp",
12986 "node_runtime",
12987 "paths",
12988 "project",
12989 "proto",
12990 "release_channel",
12991 "remote",
12992 "reqwest_client",
12993 "rpc",
12994 "rust-embed",
12995 "serde",
12996 "serde_json",
12997 "settings",
12998 "shellexpand 2.1.2",
12999 "smol",
13000 "sysinfo",
13001 "telemetry_events",
13002 "toml 0.8.20",
13003 "unindent",
13004 "util",
13005 "worktree",
13006]
13007
13008[[package]]
13009name = "rend"
13010version = "0.4.2"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13013dependencies = [
13014 "bytecheck",
13015]
13016
13017[[package]]
13018name = "repl"
13019version = "0.1.0"
13020dependencies = [
13021 "alacritty_terminal",
13022 "anyhow",
13023 "async-dispatcher",
13024 "async-tungstenite",
13025 "base64 0.22.1",
13026 "client",
13027 "collections",
13028 "command_palette_hooks",
13029 "editor",
13030 "env_logger 0.11.8",
13031 "feature_flags",
13032 "file_icons",
13033 "futures 0.3.31",
13034 "gpui",
13035 "http_client",
13036 "image",
13037 "indoc",
13038 "jupyter-protocol",
13039 "jupyter-websocket-client",
13040 "language",
13041 "languages",
13042 "log",
13043 "markdown_preview",
13044 "menu",
13045 "multi_buffer",
13046 "nbformat",
13047 "picker",
13048 "project",
13049 "runtimelib",
13050 "schemars",
13051 "serde",
13052 "serde_json",
13053 "settings",
13054 "smol",
13055 "telemetry",
13056 "terminal",
13057 "terminal_view",
13058 "theme",
13059 "tree-sitter-md",
13060 "tree-sitter-python",
13061 "tree-sitter-typescript",
13062 "ui",
13063 "util",
13064 "uuid",
13065 "workspace",
13066 "workspace-hack",
13067]
13068
13069[[package]]
13070name = "reqwest"
13071version = "0.11.27"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13074dependencies = [
13075 "base64 0.21.7",
13076 "bytes 1.10.1",
13077 "encoding_rs",
13078 "futures-core",
13079 "futures-util",
13080 "h2 0.3.26",
13081 "http 0.2.12",
13082 "http-body 0.4.6",
13083 "hyper 0.14.32",
13084 "hyper-rustls 0.24.2",
13085 "hyper-tls",
13086 "ipnet",
13087 "js-sys",
13088 "log",
13089 "mime",
13090 "native-tls",
13091 "once_cell",
13092 "percent-encoding",
13093 "pin-project-lite",
13094 "rustls 0.21.12",
13095 "rustls-native-certs 0.6.3",
13096 "rustls-pemfile 1.0.4",
13097 "serde",
13098 "serde_json",
13099 "serde_urlencoded",
13100 "sync_wrapper 0.1.2",
13101 "system-configuration 0.5.1",
13102 "tokio",
13103 "tokio-native-tls",
13104 "tokio-rustls 0.24.1",
13105 "tower-service",
13106 "url",
13107 "wasm-bindgen",
13108 "wasm-bindgen-futures",
13109 "web-sys",
13110 "winreg 0.50.0",
13111]
13112
13113[[package]]
13114name = "reqwest"
13115version = "0.12.15"
13116source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13118dependencies = [
13119 "base64 0.22.1",
13120 "bytes 1.10.1",
13121 "futures-channel",
13122 "futures-core",
13123 "futures-util",
13124 "http 1.3.1",
13125 "http-body 1.0.1",
13126 "http-body-util",
13127 "hyper 1.6.0",
13128 "hyper-util",
13129 "ipnet",
13130 "js-sys",
13131 "log",
13132 "mime",
13133 "once_cell",
13134 "percent-encoding",
13135 "pin-project-lite",
13136 "serde",
13137 "serde_json",
13138 "serde_urlencoded",
13139 "sync_wrapper 1.0.2",
13140 "tokio",
13141 "tower 0.5.2",
13142 "tower-service",
13143 "url",
13144 "wasm-bindgen",
13145 "wasm-bindgen-futures",
13146 "web-sys",
13147 "windows-registry 0.4.0",
13148]
13149
13150[[package]]
13151name = "reqwest"
13152version = "0.12.15"
13153source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13154dependencies = [
13155 "base64 0.22.1",
13156 "bytes 1.10.1",
13157 "encoding_rs",
13158 "futures-core",
13159 "futures-util",
13160 "h2 0.4.9",
13161 "http 1.3.1",
13162 "http-body 1.0.1",
13163 "http-body-util",
13164 "hyper 1.6.0",
13165 "hyper-rustls 0.27.5",
13166 "hyper-util",
13167 "ipnet",
13168 "js-sys",
13169 "log",
13170 "mime",
13171 "once_cell",
13172 "percent-encoding",
13173 "pin-project-lite",
13174 "quinn",
13175 "rustls 0.23.26",
13176 "rustls-native-certs 0.8.1",
13177 "rustls-pemfile 2.2.0",
13178 "rustls-pki-types",
13179 "serde",
13180 "serde_json",
13181 "serde_urlencoded",
13182 "sync_wrapper 1.0.2",
13183 "system-configuration 0.6.1",
13184 "tokio",
13185 "tokio-rustls 0.26.2",
13186 "tokio-socks",
13187 "tokio-util",
13188 "tower 0.5.2",
13189 "tower-service",
13190 "url",
13191 "wasm-bindgen",
13192 "wasm-bindgen-futures",
13193 "wasm-streams",
13194 "web-sys",
13195 "windows-registry 0.4.0",
13196]
13197
13198[[package]]
13199name = "reqwest_client"
13200version = "0.1.0"
13201dependencies = [
13202 "anyhow",
13203 "bytes 1.10.1",
13204 "futures 0.3.31",
13205 "gpui",
13206 "http_client",
13207 "http_client_tls",
13208 "log",
13209 "regex",
13210 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13211 "serde",
13212 "smol",
13213 "tokio",
13214 "workspace-hack",
13215]
13216
13217[[package]]
13218name = "resvg"
13219version = "0.45.1"
13220source = "registry+https://github.com/rust-lang/crates.io-index"
13221checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13222dependencies = [
13223 "log",
13224 "pico-args",
13225 "rgb",
13226 "svgtypes",
13227 "tiny-skia",
13228 "usvg",
13229]
13230
13231[[package]]
13232name = "rfc6979"
13233version = "0.3.1"
13234source = "registry+https://github.com/rust-lang/crates.io-index"
13235checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13236dependencies = [
13237 "crypto-bigint 0.4.9",
13238 "hmac",
13239 "zeroize",
13240]
13241
13242[[package]]
13243name = "rgb"
13244version = "0.8.50"
13245source = "registry+https://github.com/rust-lang/crates.io-index"
13246checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13247dependencies = [
13248 "bytemuck",
13249]
13250
13251[[package]]
13252name = "rich_text"
13253version = "0.1.0"
13254dependencies = [
13255 "futures 0.3.31",
13256 "gpui",
13257 "language",
13258 "linkify",
13259 "pulldown-cmark 0.12.2",
13260 "theme",
13261 "ui",
13262 "util",
13263 "workspace-hack",
13264]
13265
13266[[package]]
13267name = "ring"
13268version = "0.17.14"
13269source = "registry+https://github.com/rust-lang/crates.io-index"
13270checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13271dependencies = [
13272 "cc",
13273 "cfg-if",
13274 "getrandom 0.2.15",
13275 "libc",
13276 "untrusted",
13277 "windows-sys 0.52.0",
13278]
13279
13280[[package]]
13281name = "rkyv"
13282version = "0.7.45"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13285dependencies = [
13286 "bitvec",
13287 "bytecheck",
13288 "bytes 1.10.1",
13289 "hashbrown 0.12.3",
13290 "ptr_meta",
13291 "rend",
13292 "rkyv_derive",
13293 "seahash",
13294 "tinyvec",
13295 "uuid",
13296]
13297
13298[[package]]
13299name = "rkyv_derive"
13300version = "0.7.45"
13301source = "registry+https://github.com/rust-lang/crates.io-index"
13302checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13303dependencies = [
13304 "proc-macro2",
13305 "quote",
13306 "syn 1.0.109",
13307]
13308
13309[[package]]
13310name = "rmp"
13311version = "0.8.14"
13312source = "registry+https://github.com/rust-lang/crates.io-index"
13313checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13314dependencies = [
13315 "byteorder",
13316 "num-traits",
13317 "paste",
13318]
13319
13320[[package]]
13321name = "rmpv"
13322version = "1.3.0"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13325dependencies = [
13326 "num-traits",
13327 "rmp",
13328]
13329
13330[[package]]
13331name = "rodio"
13332version = "0.20.1"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13335dependencies = [
13336 "cpal",
13337 "hound",
13338]
13339
13340[[package]]
13341name = "rope"
13342version = "0.1.0"
13343dependencies = [
13344 "arrayvec",
13345 "criterion",
13346 "ctor",
13347 "env_logger 0.11.8",
13348 "gpui",
13349 "log",
13350 "rand 0.8.5",
13351 "rayon",
13352 "smallvec",
13353 "sum_tree",
13354 "unicode-segmentation",
13355 "util",
13356 "workspace-hack",
13357]
13358
13359[[package]]
13360name = "roxmltree"
13361version = "0.20.0"
13362source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13364
13365[[package]]
13366name = "rpc"
13367version = "0.1.0"
13368dependencies = [
13369 "anyhow",
13370 "async-tungstenite",
13371 "base64 0.22.1",
13372 "chrono",
13373 "collections",
13374 "env_logger 0.11.8",
13375 "futures 0.3.31",
13376 "gpui",
13377 "parking_lot",
13378 "proto",
13379 "rand 0.8.5",
13380 "rsa",
13381 "serde",
13382 "serde_json",
13383 "sha2",
13384 "strum 0.27.1",
13385 "tracing",
13386 "util",
13387 "workspace-hack",
13388 "zstd",
13389]
13390
13391[[package]]
13392name = "rsa"
13393version = "0.9.8"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13396dependencies = [
13397 "const-oid",
13398 "digest",
13399 "num-bigint-dig",
13400 "num-integer",
13401 "num-traits",
13402 "pkcs1",
13403 "pkcs8 0.10.2",
13404 "rand_core 0.6.4",
13405 "signature 2.2.0",
13406 "spki 0.7.3",
13407 "subtle",
13408 "zeroize",
13409]
13410
13411[[package]]
13412name = "rules_library"
13413version = "0.1.0"
13414dependencies = [
13415 "anyhow",
13416 "collections",
13417 "editor",
13418 "gpui",
13419 "language",
13420 "language_model",
13421 "log",
13422 "menu",
13423 "picker",
13424 "prompt_store",
13425 "release_channel",
13426 "rope",
13427 "serde",
13428 "settings",
13429 "theme",
13430 "ui",
13431 "util",
13432 "workspace",
13433 "workspace-hack",
13434 "zed_actions",
13435]
13436
13437[[package]]
13438name = "runtimelib"
13439version = "0.25.0"
13440source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13441dependencies = [
13442 "anyhow",
13443 "async-dispatcher",
13444 "async-std",
13445 "base64 0.22.1",
13446 "bytes 1.10.1",
13447 "chrono",
13448 "data-encoding",
13449 "dirs 5.0.1",
13450 "futures 0.3.31",
13451 "glob",
13452 "jupyter-protocol",
13453 "ring",
13454 "serde",
13455 "serde_json",
13456 "shellexpand 3.1.1",
13457 "smol",
13458 "uuid",
13459 "zeromq",
13460]
13461
13462[[package]]
13463name = "rust-embed"
13464version = "8.7.0"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13467dependencies = [
13468 "rust-embed-impl",
13469 "rust-embed-utils",
13470 "walkdir",
13471]
13472
13473[[package]]
13474name = "rust-embed-impl"
13475version = "8.7.0"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13478dependencies = [
13479 "proc-macro2",
13480 "quote",
13481 "rust-embed-utils",
13482 "syn 2.0.101",
13483 "walkdir",
13484]
13485
13486[[package]]
13487name = "rust-embed-utils"
13488version = "8.7.0"
13489source = "registry+https://github.com/rust-lang/crates.io-index"
13490checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13491dependencies = [
13492 "globset",
13493 "sha2",
13494 "walkdir",
13495]
13496
13497[[package]]
13498name = "rust_decimal"
13499version = "1.37.1"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13502dependencies = [
13503 "arrayvec",
13504 "borsh",
13505 "bytes 1.10.1",
13506 "num-traits",
13507 "rand 0.8.5",
13508 "rkyv",
13509 "serde",
13510 "serde_json",
13511]
13512
13513[[package]]
13514name = "rustc-demangle"
13515version = "0.1.24"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13518
13519[[package]]
13520name = "rustc-hash"
13521version = "1.1.0"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13524
13525[[package]]
13526name = "rustc-hash"
13527version = "2.1.1"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13530
13531[[package]]
13532name = "rustc_version"
13533version = "0.4.1"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13536dependencies = [
13537 "semver",
13538]
13539
13540[[package]]
13541name = "rustix"
13542version = "0.38.44"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13545dependencies = [
13546 "bitflags 2.9.0",
13547 "errno 0.3.11",
13548 "itoa",
13549 "libc",
13550 "linux-raw-sys 0.4.15",
13551 "windows-sys 0.59.0",
13552]
13553
13554[[package]]
13555name = "rustix"
13556version = "1.0.7"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13559dependencies = [
13560 "bitflags 2.9.0",
13561 "errno 0.3.11",
13562 "libc",
13563 "linux-raw-sys 0.9.4",
13564 "windows-sys 0.59.0",
13565]
13566
13567[[package]]
13568name = "rustix-linux-procfs"
13569version = "0.1.1"
13570source = "registry+https://github.com/rust-lang/crates.io-index"
13571checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13572dependencies = [
13573 "once_cell",
13574 "rustix 1.0.7",
13575]
13576
13577[[package]]
13578name = "rustix-openpty"
13579version = "0.1.1"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13582dependencies = [
13583 "errno 0.3.11",
13584 "libc",
13585 "rustix 0.38.44",
13586]
13587
13588[[package]]
13589name = "rustls"
13590version = "0.21.12"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13593dependencies = [
13594 "log",
13595 "ring",
13596 "rustls-webpki 0.101.7",
13597 "sct",
13598]
13599
13600[[package]]
13601name = "rustls"
13602version = "0.23.26"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13605dependencies = [
13606 "aws-lc-rs",
13607 "log",
13608 "once_cell",
13609 "ring",
13610 "rustls-pki-types",
13611 "rustls-webpki 0.103.1",
13612 "subtle",
13613 "zeroize",
13614]
13615
13616[[package]]
13617name = "rustls-native-certs"
13618version = "0.6.3"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13621dependencies = [
13622 "openssl-probe",
13623 "rustls-pemfile 1.0.4",
13624 "schannel",
13625 "security-framework 2.11.1",
13626]
13627
13628[[package]]
13629name = "rustls-native-certs"
13630version = "0.8.1"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13633dependencies = [
13634 "openssl-probe",
13635 "rustls-pki-types",
13636 "schannel",
13637 "security-framework 3.2.0",
13638]
13639
13640[[package]]
13641name = "rustls-pemfile"
13642version = "1.0.4"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13645dependencies = [
13646 "base64 0.21.7",
13647]
13648
13649[[package]]
13650name = "rustls-pemfile"
13651version = "2.2.0"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13654dependencies = [
13655 "rustls-pki-types",
13656]
13657
13658[[package]]
13659name = "rustls-pki-types"
13660version = "1.12.0"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13663dependencies = [
13664 "web-time",
13665 "zeroize",
13666]
13667
13668[[package]]
13669name = "rustls-platform-verifier"
13670version = "0.5.1"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13673dependencies = [
13674 "core-foundation 0.10.0",
13675 "core-foundation-sys",
13676 "jni",
13677 "log",
13678 "once_cell",
13679 "rustls 0.23.26",
13680 "rustls-native-certs 0.8.1",
13681 "rustls-platform-verifier-android",
13682 "rustls-webpki 0.103.1",
13683 "security-framework 3.2.0",
13684 "security-framework-sys",
13685 "webpki-root-certs",
13686 "windows-sys 0.59.0",
13687]
13688
13689[[package]]
13690name = "rustls-platform-verifier-android"
13691version = "0.1.1"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13694
13695[[package]]
13696name = "rustls-webpki"
13697version = "0.101.7"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13700dependencies = [
13701 "ring",
13702 "untrusted",
13703]
13704
13705[[package]]
13706name = "rustls-webpki"
13707version = "0.103.1"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13710dependencies = [
13711 "aws-lc-rs",
13712 "ring",
13713 "rustls-pki-types",
13714 "untrusted",
13715]
13716
13717[[package]]
13718name = "rustversion"
13719version = "1.0.20"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13722
13723[[package]]
13724name = "rustybuzz"
13725version = "0.14.1"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13728dependencies = [
13729 "bitflags 2.9.0",
13730 "bytemuck",
13731 "libm",
13732 "smallvec",
13733 "ttf-parser 0.21.1",
13734 "unicode-bidi-mirroring 0.2.0",
13735 "unicode-ccc 0.2.0",
13736 "unicode-properties",
13737 "unicode-script",
13738]
13739
13740[[package]]
13741name = "rustybuzz"
13742version = "0.20.1"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13745dependencies = [
13746 "bitflags 2.9.0",
13747 "bytemuck",
13748 "core_maths",
13749 "log",
13750 "smallvec",
13751 "ttf-parser 0.25.1",
13752 "unicode-bidi-mirroring 0.4.0",
13753 "unicode-ccc 0.4.0",
13754 "unicode-properties",
13755 "unicode-script",
13756]
13757
13758[[package]]
13759name = "ryu"
13760version = "1.0.20"
13761source = "registry+https://github.com/rust-lang/crates.io-index"
13762checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13763
13764[[package]]
13765name = "salsa20"
13766version = "0.10.2"
13767source = "registry+https://github.com/rust-lang/crates.io-index"
13768checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13769dependencies = [
13770 "cipher",
13771]
13772
13773[[package]]
13774name = "same-file"
13775version = "1.0.6"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13778dependencies = [
13779 "winapi-util",
13780]
13781
13782[[package]]
13783name = "scap"
13784version = "0.0.8"
13785source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13786dependencies = [
13787 "anyhow",
13788 "cocoa 0.25.0",
13789 "core-graphics-helmer-fork",
13790 "log",
13791 "objc",
13792 "rand 0.8.5",
13793 "screencapturekit",
13794 "screencapturekit-sys",
13795 "sysinfo",
13796 "tao-core-video-sys",
13797 "windows 0.61.1",
13798 "windows-capture",
13799 "x11",
13800 "xcb",
13801]
13802
13803[[package]]
13804name = "schannel"
13805version = "0.1.27"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13808dependencies = [
13809 "windows-sys 0.59.0",
13810]
13811
13812[[package]]
13813name = "schema_generator"
13814version = "0.1.0"
13815dependencies = [
13816 "anyhow",
13817 "clap",
13818 "env_logger 0.11.8",
13819 "schemars",
13820 "serde",
13821 "serde_json",
13822 "theme",
13823 "workspace-hack",
13824]
13825
13826[[package]]
13827name = "schemars"
13828version = "0.8.22"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13831dependencies = [
13832 "dyn-clone",
13833 "indexmap",
13834 "schemars_derive",
13835 "serde",
13836 "serde_json",
13837]
13838
13839[[package]]
13840name = "schemars_derive"
13841version = "0.8.22"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13844dependencies = [
13845 "proc-macro2",
13846 "quote",
13847 "serde_derive_internals",
13848 "syn 2.0.101",
13849]
13850
13851[[package]]
13852name = "scoped-tls"
13853version = "1.0.1"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13856
13857[[package]]
13858name = "scopeguard"
13859version = "1.2.0"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13862
13863[[package]]
13864name = "scratch"
13865version = "1.0.8"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13868
13869[[package]]
13870name = "screencapturekit"
13871version = "0.2.8"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13874dependencies = [
13875 "screencapturekit-sys",
13876]
13877
13878[[package]]
13879name = "screencapturekit-sys"
13880version = "0.2.8"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13883dependencies = [
13884 "block",
13885 "dispatch",
13886 "objc",
13887 "objc-foundation",
13888 "objc_id",
13889 "once_cell",
13890]
13891
13892[[package]]
13893name = "scrypt"
13894version = "0.11.0"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13897dependencies = [
13898 "password-hash 0.5.0",
13899 "pbkdf2 0.12.2",
13900 "salsa20",
13901 "sha2",
13902]
13903
13904[[package]]
13905name = "sct"
13906version = "0.7.1"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13909dependencies = [
13910 "ring",
13911 "untrusted",
13912]
13913
13914[[package]]
13915name = "sea-bae"
13916version = "0.2.1"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13919dependencies = [
13920 "heck 0.4.1",
13921 "proc-macro-error2",
13922 "proc-macro2",
13923 "quote",
13924 "syn 2.0.101",
13925]
13926
13927[[package]]
13928name = "sea-orm"
13929version = "1.1.10"
13930source = "registry+https://github.com/rust-lang/crates.io-index"
13931checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13932dependencies = [
13933 "async-stream",
13934 "async-trait",
13935 "bigdecimal",
13936 "chrono",
13937 "futures-util",
13938 "log",
13939 "ouroboros",
13940 "pgvector",
13941 "rust_decimal",
13942 "sea-orm-macros",
13943 "sea-query",
13944 "sea-query-binder",
13945 "serde",
13946 "serde_json",
13947 "sqlx",
13948 "strum 0.26.3",
13949 "thiserror 2.0.12",
13950 "time",
13951 "tracing",
13952 "url",
13953 "uuid",
13954]
13955
13956[[package]]
13957name = "sea-orm-macros"
13958version = "1.1.10"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13961dependencies = [
13962 "heck 0.4.1",
13963 "proc-macro2",
13964 "quote",
13965 "sea-bae",
13966 "syn 2.0.101",
13967 "unicode-ident",
13968]
13969
13970[[package]]
13971name = "sea-query"
13972version = "0.32.4"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13975dependencies = [
13976 "bigdecimal",
13977 "chrono",
13978 "inherent",
13979 "ordered-float 4.6.0",
13980 "rust_decimal",
13981 "serde_json",
13982 "time",
13983 "uuid",
13984]
13985
13986[[package]]
13987name = "sea-query-binder"
13988version = "0.7.0"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13991dependencies = [
13992 "bigdecimal",
13993 "chrono",
13994 "rust_decimal",
13995 "sea-query",
13996 "serde_json",
13997 "sqlx",
13998 "time",
13999 "uuid",
14000]
14001
14002[[package]]
14003name = "seahash"
14004version = "4.1.0"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14007
14008[[package]]
14009name = "search"
14010version = "0.1.0"
14011dependencies = [
14012 "any_vec",
14013 "anyhow",
14014 "bitflags 2.9.0",
14015 "client",
14016 "collections",
14017 "editor",
14018 "futures 0.3.31",
14019 "gpui",
14020 "language",
14021 "menu",
14022 "project",
14023 "schemars",
14024 "serde",
14025 "serde_json",
14026 "settings",
14027 "smol",
14028 "theme",
14029 "ui",
14030 "unindent",
14031 "util",
14032 "workspace",
14033 "workspace-hack",
14034 "zed_actions",
14035]
14036
14037[[package]]
14038name = "sec1"
14039version = "0.3.0"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14042dependencies = [
14043 "base16ct",
14044 "der 0.6.1",
14045 "generic-array",
14046 "pkcs8 0.9.0",
14047 "subtle",
14048 "zeroize",
14049]
14050
14051[[package]]
14052name = "security-framework"
14053version = "2.11.1"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14056dependencies = [
14057 "bitflags 2.9.0",
14058 "core-foundation 0.9.4",
14059 "core-foundation-sys",
14060 "libc",
14061 "security-framework-sys",
14062]
14063
14064[[package]]
14065name = "security-framework"
14066version = "3.2.0"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14069dependencies = [
14070 "bitflags 2.9.0",
14071 "core-foundation 0.10.0",
14072 "core-foundation-sys",
14073 "libc",
14074 "security-framework-sys",
14075]
14076
14077[[package]]
14078name = "security-framework-sys"
14079version = "2.14.0"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14082dependencies = [
14083 "core-foundation-sys",
14084 "libc",
14085]
14086
14087[[package]]
14088name = "self_cell"
14089version = "1.2.0"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14092
14093[[package]]
14094name = "semantic_index"
14095version = "0.1.0"
14096dependencies = [
14097 "anyhow",
14098 "arrayvec",
14099 "blake3",
14100 "client",
14101 "clock",
14102 "collections",
14103 "env_logger 0.11.8",
14104 "feature_flags",
14105 "fs",
14106 "futures 0.3.31",
14107 "futures-batch",
14108 "gpui",
14109 "heed",
14110 "http_client",
14111 "language",
14112 "language_model",
14113 "languages",
14114 "log",
14115 "open_ai",
14116 "parking_lot",
14117 "project",
14118 "reqwest_client",
14119 "serde",
14120 "serde_json",
14121 "settings",
14122 "sha2",
14123 "smol",
14124 "streaming-iterator",
14125 "tempfile",
14126 "theme",
14127 "tree-sitter",
14128 "ui",
14129 "unindent",
14130 "util",
14131 "workspace",
14132 "workspace-hack",
14133 "worktree",
14134]
14135
14136[[package]]
14137name = "semantic_version"
14138version = "0.1.0"
14139dependencies = [
14140 "anyhow",
14141 "serde",
14142 "workspace-hack",
14143]
14144
14145[[package]]
14146name = "semver"
14147version = "1.0.26"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14150dependencies = [
14151 "serde",
14152]
14153
14154[[package]]
14155name = "serde"
14156version = "1.0.219"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14159dependencies = [
14160 "serde_derive",
14161]
14162
14163[[package]]
14164name = "serde_derive"
14165version = "1.0.219"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14168dependencies = [
14169 "proc-macro2",
14170 "quote",
14171 "syn 2.0.101",
14172]
14173
14174[[package]]
14175name = "serde_derive_internals"
14176version = "0.29.1"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14179dependencies = [
14180 "proc-macro2",
14181 "quote",
14182 "syn 2.0.101",
14183]
14184
14185[[package]]
14186name = "serde_fmt"
14187version = "1.0.3"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14190dependencies = [
14191 "serde",
14192]
14193
14194[[package]]
14195name = "serde_json"
14196version = "1.0.140"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14199dependencies = [
14200 "indexmap",
14201 "itoa",
14202 "memchr",
14203 "ryu",
14204 "serde",
14205]
14206
14207[[package]]
14208name = "serde_json_lenient"
14209version = "0.2.4"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14212dependencies = [
14213 "indexmap",
14214 "itoa",
14215 "memchr",
14216 "ryu",
14217 "serde",
14218]
14219
14220[[package]]
14221name = "serde_path_to_error"
14222version = "0.1.17"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14225dependencies = [
14226 "itoa",
14227 "serde",
14228]
14229
14230[[package]]
14231name = "serde_qs"
14232version = "0.8.5"
14233source = "registry+https://github.com/rust-lang/crates.io-index"
14234checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14235dependencies = [
14236 "percent-encoding",
14237 "serde",
14238 "thiserror 1.0.69",
14239]
14240
14241[[package]]
14242name = "serde_qs"
14243version = "0.10.1"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14246dependencies = [
14247 "percent-encoding",
14248 "serde",
14249 "thiserror 1.0.69",
14250]
14251
14252[[package]]
14253name = "serde_repr"
14254version = "0.1.20"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14257dependencies = [
14258 "proc-macro2",
14259 "quote",
14260 "syn 2.0.101",
14261]
14262
14263[[package]]
14264name = "serde_spanned"
14265version = "0.6.8"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14268dependencies = [
14269 "serde",
14270]
14271
14272[[package]]
14273name = "serde_urlencoded"
14274version = "0.7.1"
14275source = "registry+https://github.com/rust-lang/crates.io-index"
14276checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14277dependencies = [
14278 "form_urlencoded",
14279 "itoa",
14280 "ryu",
14281 "serde",
14282]
14283
14284[[package]]
14285name = "serial2"
14286version = "0.2.29"
14287source = "registry+https://github.com/rust-lang/crates.io-index"
14288checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14289dependencies = [
14290 "cfg-if",
14291 "libc",
14292 "winapi",
14293]
14294
14295[[package]]
14296name = "session"
14297version = "0.1.0"
14298dependencies = [
14299 "db",
14300 "gpui",
14301 "serde_json",
14302 "util",
14303 "uuid",
14304 "workspace-hack",
14305]
14306
14307[[package]]
14308name = "settings"
14309version = "0.1.0"
14310dependencies = [
14311 "anyhow",
14312 "collections",
14313 "ec4rs",
14314 "fs",
14315 "futures 0.3.31",
14316 "gpui",
14317 "indoc",
14318 "inventory",
14319 "log",
14320 "paths",
14321 "pretty_assertions",
14322 "release_channel",
14323 "rust-embed",
14324 "schemars",
14325 "serde",
14326 "serde_derive",
14327 "serde_json",
14328 "serde_json_lenient",
14329 "smallvec",
14330 "streaming-iterator",
14331 "tree-sitter",
14332 "tree-sitter-json",
14333 "unindent",
14334 "util",
14335 "workspace-hack",
14336]
14337
14338[[package]]
14339name = "settings_ui"
14340version = "0.1.0"
14341dependencies = [
14342 "command_palette_hooks",
14343 "editor",
14344 "feature_flags",
14345 "fs",
14346 "gpui",
14347 "log",
14348 "paths",
14349 "schemars",
14350 "serde",
14351 "settings",
14352 "theme",
14353 "ui",
14354 "workspace",
14355 "workspace-hack",
14356]
14357
14358[[package]]
14359name = "sha1"
14360version = "0.10.6"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14363dependencies = [
14364 "cfg-if",
14365 "cpufeatures",
14366 "digest",
14367]
14368
14369[[package]]
14370name = "sha1-checked"
14371version = "0.10.0"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14374dependencies = [
14375 "digest",
14376 "sha1",
14377]
14378
14379[[package]]
14380name = "sha1_smol"
14381version = "1.0.1"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14384
14385[[package]]
14386name = "sha2"
14387version = "0.10.8"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14390dependencies = [
14391 "cfg-if",
14392 "cpufeatures",
14393 "digest",
14394]
14395
14396[[package]]
14397name = "sharded-slab"
14398version = "0.1.7"
14399source = "registry+https://github.com/rust-lang/crates.io-index"
14400checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14401dependencies = [
14402 "lazy_static",
14403]
14404
14405[[package]]
14406name = "shared_library"
14407version = "0.1.9"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14410dependencies = [
14411 "lazy_static",
14412 "libc",
14413]
14414
14415[[package]]
14416name = "shell-words"
14417version = "1.1.0"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14420
14421[[package]]
14422name = "shellexpand"
14423version = "2.1.2"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14426dependencies = [
14427 "dirs 4.0.0",
14428]
14429
14430[[package]]
14431name = "shellexpand"
14432version = "3.1.1"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14435dependencies = [
14436 "dirs 6.0.0",
14437]
14438
14439[[package]]
14440name = "shlex"
14441version = "1.3.0"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14444
14445[[package]]
14446name = "signal-hook"
14447version = "0.3.17"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14450dependencies = [
14451 "libc",
14452 "signal-hook-registry",
14453]
14454
14455[[package]]
14456name = "signal-hook-registry"
14457version = "1.4.5"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14460dependencies = [
14461 "libc",
14462]
14463
14464[[package]]
14465name = "signature"
14466version = "1.6.4"
14467source = "registry+https://github.com/rust-lang/crates.io-index"
14468checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14469dependencies = [
14470 "digest",
14471 "rand_core 0.6.4",
14472]
14473
14474[[package]]
14475name = "signature"
14476version = "2.2.0"
14477source = "registry+https://github.com/rust-lang/crates.io-index"
14478checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14479dependencies = [
14480 "digest",
14481 "rand_core 0.6.4",
14482]
14483
14484[[package]]
14485name = "simd-adler32"
14486version = "0.3.7"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14489
14490[[package]]
14491name = "simd_helpers"
14492version = "0.1.0"
14493source = "registry+https://github.com/rust-lang/crates.io-index"
14494checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14495dependencies = [
14496 "quote",
14497]
14498
14499[[package]]
14500name = "simdutf8"
14501version = "0.1.5"
14502source = "registry+https://github.com/rust-lang/crates.io-index"
14503checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14504
14505[[package]]
14506name = "simple_asn1"
14507version = "0.6.3"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14510dependencies = [
14511 "num-bigint",
14512 "num-traits",
14513 "thiserror 2.0.12",
14514 "time",
14515]
14516
14517[[package]]
14518name = "simplecss"
14519version = "0.2.2"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14522dependencies = [
14523 "log",
14524]
14525
14526[[package]]
14527name = "simplelog"
14528version = "0.12.2"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14531dependencies = [
14532 "log",
14533 "termcolor",
14534 "time",
14535]
14536
14537[[package]]
14538name = "siphasher"
14539version = "1.0.1"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14542
14543[[package]]
14544name = "skrifa"
14545version = "0.26.6"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14548dependencies = [
14549 "bytemuck",
14550 "read-fonts",
14551]
14552
14553[[package]]
14554name = "slab"
14555version = "0.4.9"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14558dependencies = [
14559 "autocfg",
14560]
14561
14562[[package]]
14563name = "slash_commands_example"
14564version = "0.1.0"
14565dependencies = [
14566 "zed_extension_api 0.1.0",
14567]
14568
14569[[package]]
14570name = "slotmap"
14571version = "1.0.7"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14574dependencies = [
14575 "version_check",
14576]
14577
14578[[package]]
14579name = "smallvec"
14580version = "1.15.0"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14583dependencies = [
14584 "serde",
14585]
14586
14587[[package]]
14588name = "smart-default"
14589version = "0.6.0"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14592dependencies = [
14593 "proc-macro2",
14594 "quote",
14595 "syn 1.0.109",
14596]
14597
14598[[package]]
14599name = "smol"
14600version = "2.0.2"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14603dependencies = [
14604 "async-channel 2.3.1",
14605 "async-executor",
14606 "async-fs",
14607 "async-io",
14608 "async-lock",
14609 "async-net",
14610 "async-process",
14611 "blocking",
14612 "futures-lite 2.6.0",
14613]
14614
14615[[package]]
14616name = "smol_str"
14617version = "0.1.24"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14620dependencies = [
14621 "serde",
14622]
14623
14624[[package]]
14625name = "smol_str"
14626version = "0.2.2"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14629
14630[[package]]
14631name = "snippet"
14632version = "0.1.0"
14633dependencies = [
14634 "anyhow",
14635 "smallvec",
14636 "workspace-hack",
14637]
14638
14639[[package]]
14640name = "snippet_provider"
14641version = "0.1.0"
14642dependencies = [
14643 "anyhow",
14644 "collections",
14645 "extension",
14646 "fs",
14647 "futures 0.3.31",
14648 "gpui",
14649 "indoc",
14650 "parking_lot",
14651 "paths",
14652 "schemars",
14653 "serde",
14654 "serde_json_lenient",
14655 "snippet",
14656 "util",
14657 "workspace-hack",
14658]
14659
14660[[package]]
14661name = "snippets_ui"
14662version = "0.1.0"
14663dependencies = [
14664 "fuzzy",
14665 "gpui",
14666 "language",
14667 "paths",
14668 "picker",
14669 "ui",
14670 "util",
14671 "workspace",
14672 "workspace-hack",
14673]
14674
14675[[package]]
14676name = "socket2"
14677version = "0.5.9"
14678source = "registry+https://github.com/rust-lang/crates.io-index"
14679checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14680dependencies = [
14681 "libc",
14682 "windows-sys 0.52.0",
14683]
14684
14685[[package]]
14686name = "spdx"
14687version = "0.10.8"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14690dependencies = [
14691 "smallvec",
14692]
14693
14694[[package]]
14695name = "spin"
14696version = "0.9.8"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14699dependencies = [
14700 "lock_api",
14701]
14702
14703[[package]]
14704name = "spirv"
14705version = "0.3.0+sdk-1.3.268.0"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14708dependencies = [
14709 "bitflags 2.9.0",
14710]
14711
14712[[package]]
14713name = "spki"
14714version = "0.6.0"
14715source = "registry+https://github.com/rust-lang/crates.io-index"
14716checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14717dependencies = [
14718 "base64ct",
14719 "der 0.6.1",
14720]
14721
14722[[package]]
14723name = "spki"
14724version = "0.7.3"
14725source = "registry+https://github.com/rust-lang/crates.io-index"
14726checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14727dependencies = [
14728 "base64ct",
14729 "der 0.7.10",
14730]
14731
14732[[package]]
14733name = "sptr"
14734version = "0.3.2"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14737
14738[[package]]
14739name = "sqlez"
14740version = "0.1.0"
14741dependencies = [
14742 "anyhow",
14743 "collections",
14744 "futures 0.3.31",
14745 "indoc",
14746 "libsqlite3-sys",
14747 "parking_lot",
14748 "smol",
14749 "sqlformat",
14750 "thread_local",
14751 "util",
14752 "uuid",
14753 "workspace-hack",
14754]
14755
14756[[package]]
14757name = "sqlez_macros"
14758version = "0.1.0"
14759dependencies = [
14760 "sqlez",
14761 "sqlformat",
14762 "syn 1.0.109",
14763 "workspace-hack",
14764]
14765
14766[[package]]
14767name = "sqlformat"
14768version = "0.2.6"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14771dependencies = [
14772 "nom",
14773 "unicode_categories",
14774]
14775
14776[[package]]
14777name = "sqlx"
14778version = "0.8.5"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14781dependencies = [
14782 "sqlx-core",
14783 "sqlx-macros",
14784 "sqlx-mysql",
14785 "sqlx-postgres",
14786 "sqlx-sqlite",
14787]
14788
14789[[package]]
14790name = "sqlx-core"
14791version = "0.8.5"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14794dependencies = [
14795 "base64 0.22.1",
14796 "bigdecimal",
14797 "bytes 1.10.1",
14798 "chrono",
14799 "crc",
14800 "crossbeam-queue",
14801 "either",
14802 "event-listener 5.4.0",
14803 "futures-core",
14804 "futures-intrusive",
14805 "futures-io",
14806 "futures-util",
14807 "hashbrown 0.15.3",
14808 "hashlink 0.10.0",
14809 "indexmap",
14810 "log",
14811 "memchr",
14812 "once_cell",
14813 "percent-encoding",
14814 "rust_decimal",
14815 "rustls 0.23.26",
14816 "serde",
14817 "serde_json",
14818 "sha2",
14819 "smallvec",
14820 "thiserror 2.0.12",
14821 "time",
14822 "tokio",
14823 "tokio-stream",
14824 "tracing",
14825 "url",
14826 "uuid",
14827 "webpki-roots",
14828]
14829
14830[[package]]
14831name = "sqlx-macros"
14832version = "0.8.5"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14835dependencies = [
14836 "proc-macro2",
14837 "quote",
14838 "sqlx-core",
14839 "sqlx-macros-core",
14840 "syn 2.0.101",
14841]
14842
14843[[package]]
14844name = "sqlx-macros-core"
14845version = "0.8.5"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14848dependencies = [
14849 "dotenvy",
14850 "either",
14851 "heck 0.5.0",
14852 "hex",
14853 "once_cell",
14854 "proc-macro2",
14855 "quote",
14856 "serde",
14857 "serde_json",
14858 "sha2",
14859 "sqlx-core",
14860 "sqlx-mysql",
14861 "sqlx-postgres",
14862 "sqlx-sqlite",
14863 "syn 2.0.101",
14864 "tempfile",
14865 "tokio",
14866 "url",
14867]
14868
14869[[package]]
14870name = "sqlx-mysql"
14871version = "0.8.5"
14872source = "registry+https://github.com/rust-lang/crates.io-index"
14873checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14874dependencies = [
14875 "atoi",
14876 "base64 0.22.1",
14877 "bigdecimal",
14878 "bitflags 2.9.0",
14879 "byteorder",
14880 "bytes 1.10.1",
14881 "chrono",
14882 "crc",
14883 "digest",
14884 "dotenvy",
14885 "either",
14886 "futures-channel",
14887 "futures-core",
14888 "futures-io",
14889 "futures-util",
14890 "generic-array",
14891 "hex",
14892 "hkdf",
14893 "hmac",
14894 "itoa",
14895 "log",
14896 "md-5",
14897 "memchr",
14898 "once_cell",
14899 "percent-encoding",
14900 "rand 0.8.5",
14901 "rsa",
14902 "rust_decimal",
14903 "serde",
14904 "sha1",
14905 "sha2",
14906 "smallvec",
14907 "sqlx-core",
14908 "stringprep",
14909 "thiserror 2.0.12",
14910 "time",
14911 "tracing",
14912 "uuid",
14913 "whoami",
14914]
14915
14916[[package]]
14917name = "sqlx-postgres"
14918version = "0.8.5"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14921dependencies = [
14922 "atoi",
14923 "base64 0.22.1",
14924 "bigdecimal",
14925 "bitflags 2.9.0",
14926 "byteorder",
14927 "chrono",
14928 "crc",
14929 "dotenvy",
14930 "etcetera",
14931 "futures-channel",
14932 "futures-core",
14933 "futures-util",
14934 "hex",
14935 "hkdf",
14936 "hmac",
14937 "home",
14938 "itoa",
14939 "log",
14940 "md-5",
14941 "memchr",
14942 "num-bigint",
14943 "once_cell",
14944 "rand 0.8.5",
14945 "rust_decimal",
14946 "serde",
14947 "serde_json",
14948 "sha2",
14949 "smallvec",
14950 "sqlx-core",
14951 "stringprep",
14952 "thiserror 2.0.12",
14953 "time",
14954 "tracing",
14955 "uuid",
14956 "whoami",
14957]
14958
14959[[package]]
14960name = "sqlx-sqlite"
14961version = "0.8.5"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14964dependencies = [
14965 "atoi",
14966 "chrono",
14967 "flume",
14968 "futures-channel",
14969 "futures-core",
14970 "futures-executor",
14971 "futures-intrusive",
14972 "futures-util",
14973 "libsqlite3-sys",
14974 "log",
14975 "percent-encoding",
14976 "serde",
14977 "serde_urlencoded",
14978 "sqlx-core",
14979 "thiserror 2.0.12",
14980 "time",
14981 "tracing",
14982 "url",
14983 "uuid",
14984]
14985
14986[[package]]
14987name = "stable_deref_trait"
14988version = "1.2.0"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14991
14992[[package]]
14993name = "static_assertions"
14994version = "1.1.0"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14997
14998[[package]]
14999name = "story"
15000version = "0.1.0"
15001dependencies = [
15002 "gpui",
15003 "itertools 0.14.0",
15004 "smallvec",
15005 "workspace-hack",
15006]
15007
15008[[package]]
15009name = "storybook"
15010version = "0.1.0"
15011dependencies = [
15012 "anyhow",
15013 "clap",
15014 "collab_ui",
15015 "ctrlc",
15016 "dialoguer",
15017 "editor",
15018 "fuzzy",
15019 "gpui",
15020 "indoc",
15021 "language",
15022 "log",
15023 "menu",
15024 "picker",
15025 "project",
15026 "reqwest_client",
15027 "rust-embed",
15028 "settings",
15029 "simplelog",
15030 "story",
15031 "strum 0.27.1",
15032 "theme",
15033 "title_bar",
15034 "ui",
15035 "workspace",
15036 "workspace-hack",
15037]
15038
15039[[package]]
15040name = "streaming-iterator"
15041version = "0.1.9"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15044
15045[[package]]
15046name = "streaming_diff"
15047version = "0.1.0"
15048dependencies = [
15049 "ordered-float 2.10.1",
15050 "rand 0.8.5",
15051 "rope",
15052 "util",
15053 "workspace-hack",
15054]
15055
15056[[package]]
15057name = "strict-num"
15058version = "0.1.1"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15061dependencies = [
15062 "float-cmp",
15063]
15064
15065[[package]]
15066name = "string_cache"
15067version = "0.8.9"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15070dependencies = [
15071 "new_debug_unreachable",
15072 "parking_lot",
15073 "phf_shared",
15074 "precomputed-hash",
15075 "serde",
15076]
15077
15078[[package]]
15079name = "string_cache_codegen"
15080version = "0.5.4"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15083dependencies = [
15084 "phf_generator",
15085 "phf_shared",
15086 "proc-macro2",
15087 "quote",
15088]
15089
15090[[package]]
15091name = "stringprep"
15092version = "0.1.5"
15093source = "registry+https://github.com/rust-lang/crates.io-index"
15094checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15095dependencies = [
15096 "unicode-bidi",
15097 "unicode-normalization",
15098 "unicode-properties",
15099]
15100
15101[[package]]
15102name = "strsim"
15103version = "0.11.1"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15106
15107[[package]]
15108name = "strum"
15109version = "0.26.3"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15112dependencies = [
15113 "strum_macros 0.26.4",
15114]
15115
15116[[package]]
15117name = "strum"
15118version = "0.27.1"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15121dependencies = [
15122 "strum_macros 0.27.1",
15123]
15124
15125[[package]]
15126name = "strum_macros"
15127version = "0.26.4"
15128source = "registry+https://github.com/rust-lang/crates.io-index"
15129checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15130dependencies = [
15131 "heck 0.5.0",
15132 "proc-macro2",
15133 "quote",
15134 "rustversion",
15135 "syn 2.0.101",
15136]
15137
15138[[package]]
15139name = "strum_macros"
15140version = "0.27.1"
15141source = "registry+https://github.com/rust-lang/crates.io-index"
15142checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15143dependencies = [
15144 "heck 0.5.0",
15145 "proc-macro2",
15146 "quote",
15147 "rustversion",
15148 "syn 2.0.101",
15149]
15150
15151[[package]]
15152name = "subtle"
15153version = "2.6.1"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15156
15157[[package]]
15158name = "sum_tree"
15159version = "0.1.0"
15160dependencies = [
15161 "arrayvec",
15162 "ctor",
15163 "env_logger 0.11.8",
15164 "log",
15165 "rand 0.8.5",
15166 "rayon",
15167 "workspace-hack",
15168]
15169
15170[[package]]
15171name = "supermaven"
15172version = "0.1.0"
15173dependencies = [
15174 "anyhow",
15175 "client",
15176 "collections",
15177 "editor",
15178 "env_logger 0.11.8",
15179 "futures 0.3.31",
15180 "gpui",
15181 "http_client",
15182 "inline_completion",
15183 "language",
15184 "log",
15185 "postage",
15186 "project",
15187 "serde",
15188 "serde_json",
15189 "settings",
15190 "smol",
15191 "supermaven_api",
15192 "text",
15193 "theme",
15194 "ui",
15195 "unicode-segmentation",
15196 "util",
15197 "workspace-hack",
15198]
15199
15200[[package]]
15201name = "supermaven_api"
15202version = "0.1.0"
15203dependencies = [
15204 "anyhow",
15205 "futures 0.3.31",
15206 "http_client",
15207 "paths",
15208 "serde",
15209 "serde_json",
15210 "smol",
15211 "workspace-hack",
15212]
15213
15214[[package]]
15215name = "sval"
15216version = "2.14.1"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15219
15220[[package]]
15221name = "sval_buffer"
15222version = "2.14.1"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15225dependencies = [
15226 "sval",
15227 "sval_ref",
15228]
15229
15230[[package]]
15231name = "sval_dynamic"
15232version = "2.14.1"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15235dependencies = [
15236 "sval",
15237]
15238
15239[[package]]
15240name = "sval_fmt"
15241version = "2.14.1"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15244dependencies = [
15245 "itoa",
15246 "ryu",
15247 "sval",
15248]
15249
15250[[package]]
15251name = "sval_json"
15252version = "2.14.1"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15255dependencies = [
15256 "itoa",
15257 "ryu",
15258 "sval",
15259]
15260
15261[[package]]
15262name = "sval_nested"
15263version = "2.14.1"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15266dependencies = [
15267 "sval",
15268 "sval_buffer",
15269 "sval_ref",
15270]
15271
15272[[package]]
15273name = "sval_ref"
15274version = "2.14.1"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15277dependencies = [
15278 "sval",
15279]
15280
15281[[package]]
15282name = "sval_serde"
15283version = "2.14.1"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15286dependencies = [
15287 "serde",
15288 "sval",
15289 "sval_nested",
15290]
15291
15292[[package]]
15293name = "svg_fmt"
15294version = "0.4.5"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15297
15298[[package]]
15299name = "svgtypes"
15300version = "0.15.3"
15301source = "registry+https://github.com/rust-lang/crates.io-index"
15302checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15303dependencies = [
15304 "kurbo",
15305 "siphasher",
15306]
15307
15308[[package]]
15309name = "swash"
15310version = "0.2.2"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15313dependencies = [
15314 "skrifa",
15315 "yazi",
15316 "zeno",
15317]
15318
15319[[package]]
15320name = "syn"
15321version = "1.0.109"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15324dependencies = [
15325 "proc-macro2",
15326 "quote",
15327 "unicode-ident",
15328]
15329
15330[[package]]
15331name = "syn"
15332version = "2.0.101"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15335dependencies = [
15336 "proc-macro2",
15337 "quote",
15338 "unicode-ident",
15339]
15340
15341[[package]]
15342name = "sync_wrapper"
15343version = "0.1.2"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15346
15347[[package]]
15348name = "sync_wrapper"
15349version = "1.0.2"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15352dependencies = [
15353 "futures-core",
15354]
15355
15356[[package]]
15357name = "synchronoise"
15358version = "1.0.1"
15359source = "registry+https://github.com/rust-lang/crates.io-index"
15360checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15361dependencies = [
15362 "crossbeam-queue",
15363]
15364
15365[[package]]
15366name = "synstructure"
15367version = "0.13.1"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15370dependencies = [
15371 "proc-macro2",
15372 "quote",
15373 "syn 2.0.101",
15374]
15375
15376[[package]]
15377name = "sys-locale"
15378version = "0.3.2"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15381dependencies = [
15382 "libc",
15383]
15384
15385[[package]]
15386name = "sysinfo"
15387version = "0.31.4"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15390dependencies = [
15391 "core-foundation-sys",
15392 "libc",
15393 "memchr",
15394 "ntapi",
15395 "rayon",
15396 "windows 0.57.0",
15397]
15398
15399[[package]]
15400name = "system-configuration"
15401version = "0.5.1"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15404dependencies = [
15405 "bitflags 1.3.2",
15406 "core-foundation 0.9.4",
15407 "system-configuration-sys 0.5.0",
15408]
15409
15410[[package]]
15411name = "system-configuration"
15412version = "0.6.1"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15415dependencies = [
15416 "bitflags 2.9.0",
15417 "core-foundation 0.9.4",
15418 "system-configuration-sys 0.6.0",
15419]
15420
15421[[package]]
15422name = "system-configuration-sys"
15423version = "0.5.0"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15426dependencies = [
15427 "core-foundation-sys",
15428 "libc",
15429]
15430
15431[[package]]
15432name = "system-configuration-sys"
15433version = "0.6.0"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15436dependencies = [
15437 "core-foundation-sys",
15438 "libc",
15439]
15440
15441[[package]]
15442name = "system-deps"
15443version = "6.2.2"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15446dependencies = [
15447 "cfg-expr",
15448 "heck 0.5.0",
15449 "pkg-config",
15450 "toml 0.8.20",
15451 "version-compare",
15452]
15453
15454[[package]]
15455name = "system-interface"
15456version = "0.27.3"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15459dependencies = [
15460 "bitflags 2.9.0",
15461 "cap-fs-ext",
15462 "cap-std",
15463 "fd-lock",
15464 "io-lifetimes",
15465 "rustix 0.38.44",
15466 "windows-sys 0.59.0",
15467 "winx",
15468]
15469
15470[[package]]
15471name = "tab_switcher"
15472version = "0.1.0"
15473dependencies = [
15474 "anyhow",
15475 "collections",
15476 "ctor",
15477 "editor",
15478 "env_logger 0.11.8",
15479 "fuzzy",
15480 "gpui",
15481 "language",
15482 "menu",
15483 "picker",
15484 "project",
15485 "schemars",
15486 "serde",
15487 "serde_json",
15488 "settings",
15489 "smol",
15490 "theme",
15491 "ui",
15492 "util",
15493 "workspace",
15494 "workspace-hack",
15495]
15496
15497[[package]]
15498name = "taffy"
15499version = "0.4.4"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15502dependencies = [
15503 "arrayvec",
15504 "grid",
15505 "num-traits",
15506 "serde",
15507 "slotmap",
15508]
15509
15510[[package]]
15511name = "tagptr"
15512version = "0.2.0"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15515
15516[[package]]
15517name = "take-until"
15518version = "0.2.0"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15521
15522[[package]]
15523name = "tao-core-video-sys"
15524version = "0.2.0"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15527dependencies = [
15528 "cfg-if",
15529 "core-foundation-sys",
15530 "libc",
15531 "objc",
15532]
15533
15534[[package]]
15535name = "tap"
15536version = "1.0.1"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15539
15540[[package]]
15541name = "target-lexicon"
15542version = "0.12.16"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15545
15546[[package]]
15547name = "target-lexicon"
15548version = "0.13.2"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15551
15552[[package]]
15553name = "task"
15554version = "0.1.0"
15555dependencies = [
15556 "anyhow",
15557 "collections",
15558 "futures 0.3.31",
15559 "gpui",
15560 "hex",
15561 "parking_lot",
15562 "pretty_assertions",
15563 "proto",
15564 "schemars",
15565 "serde",
15566 "serde_json",
15567 "serde_json_lenient",
15568 "sha2",
15569 "shellexpand 2.1.2",
15570 "util",
15571 "workspace-hack",
15572 "zed_actions",
15573]
15574
15575[[package]]
15576name = "tasks_ui"
15577version = "0.1.0"
15578dependencies = [
15579 "anyhow",
15580 "collections",
15581 "editor",
15582 "file_icons",
15583 "fuzzy",
15584 "gpui",
15585 "itertools 0.14.0",
15586 "language",
15587 "menu",
15588 "picker",
15589 "project",
15590 "serde",
15591 "serde_json",
15592 "task",
15593 "tree-sitter-rust",
15594 "tree-sitter-typescript",
15595 "ui",
15596 "util",
15597 "workspace",
15598 "workspace-hack",
15599 "zed_actions",
15600]
15601
15602[[package]]
15603name = "telemetry"
15604version = "0.1.0"
15605dependencies = [
15606 "futures 0.3.31",
15607 "serde",
15608 "serde_json",
15609 "telemetry_events",
15610 "workspace-hack",
15611]
15612
15613[[package]]
15614name = "telemetry_events"
15615version = "0.1.0"
15616dependencies = [
15617 "semantic_version",
15618 "serde",
15619 "serde_json",
15620 "workspace-hack",
15621]
15622
15623[[package]]
15624name = "tempfile"
15625version = "3.20.0"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15628dependencies = [
15629 "fastrand 2.3.0",
15630 "getrandom 0.3.2",
15631 "once_cell",
15632 "rustix 1.0.7",
15633 "windows-sys 0.59.0",
15634]
15635
15636[[package]]
15637name = "tendril"
15638version = "0.4.3"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15641dependencies = [
15642 "futf",
15643 "mac",
15644 "utf-8",
15645]
15646
15647[[package]]
15648name = "termcolor"
15649version = "1.4.1"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15652dependencies = [
15653 "winapi-util",
15654]
15655
15656[[package]]
15657name = "terminal"
15658version = "0.1.0"
15659dependencies = [
15660 "alacritty_terminal",
15661 "anyhow",
15662 "collections",
15663 "dirs 4.0.0",
15664 "futures 0.3.31",
15665 "gpui",
15666 "libc",
15667 "rand 0.8.5",
15668 "regex",
15669 "release_channel",
15670 "schemars",
15671 "serde",
15672 "serde_derive",
15673 "settings",
15674 "smol",
15675 "sysinfo",
15676 "task",
15677 "theme",
15678 "thiserror 2.0.12",
15679 "util",
15680 "windows 0.61.1",
15681 "workspace-hack",
15682]
15683
15684[[package]]
15685name = "terminal_size"
15686version = "0.4.2"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15689dependencies = [
15690 "rustix 1.0.7",
15691 "windows-sys 0.59.0",
15692]
15693
15694[[package]]
15695name = "terminal_view"
15696version = "0.1.0"
15697dependencies = [
15698 "anyhow",
15699 "assistant_slash_command",
15700 "async-recursion 1.1.1",
15701 "breadcrumbs",
15702 "client",
15703 "collections",
15704 "db",
15705 "dirs 4.0.0",
15706 "editor",
15707 "futures 0.3.31",
15708 "gpui",
15709 "itertools 0.14.0",
15710 "language",
15711 "log",
15712 "project",
15713 "rand 0.8.5",
15714 "regex",
15715 "schemars",
15716 "search",
15717 "serde",
15718 "serde_json",
15719 "settings",
15720 "shellexpand 2.1.2",
15721 "smol",
15722 "task",
15723 "terminal",
15724 "theme",
15725 "ui",
15726 "util",
15727 "workspace",
15728 "workspace-hack",
15729 "zed_actions",
15730]
15731
15732[[package]]
15733name = "text"
15734version = "0.1.0"
15735dependencies = [
15736 "anyhow",
15737 "clock",
15738 "collections",
15739 "ctor",
15740 "env_logger 0.11.8",
15741 "gpui",
15742 "http_client",
15743 "log",
15744 "parking_lot",
15745 "postage",
15746 "rand 0.8.5",
15747 "regex",
15748 "rope",
15749 "smallvec",
15750 "sum_tree",
15751 "util",
15752 "workspace-hack",
15753]
15754
15755[[package]]
15756name = "theme"
15757version = "0.1.0"
15758dependencies = [
15759 "anyhow",
15760 "collections",
15761 "derive_more",
15762 "fs",
15763 "futures 0.3.31",
15764 "gpui",
15765 "indexmap",
15766 "log",
15767 "palette",
15768 "parking_lot",
15769 "refineable",
15770 "schemars",
15771 "serde",
15772 "serde_derive",
15773 "serde_json",
15774 "serde_json_lenient",
15775 "serde_repr",
15776 "settings",
15777 "strum 0.27.1",
15778 "thiserror 2.0.12",
15779 "util",
15780 "uuid",
15781 "workspace-hack",
15782]
15783
15784[[package]]
15785name = "theme_extension"
15786version = "0.1.0"
15787dependencies = [
15788 "anyhow",
15789 "extension",
15790 "fs",
15791 "gpui",
15792 "theme",
15793 "workspace-hack",
15794]
15795
15796[[package]]
15797name = "theme_importer"
15798version = "0.1.0"
15799dependencies = [
15800 "anyhow",
15801 "clap",
15802 "gpui",
15803 "indexmap",
15804 "log",
15805 "palette",
15806 "rust-embed",
15807 "serde",
15808 "serde_json",
15809 "serde_json_lenient",
15810 "simplelog",
15811 "strum 0.27.1",
15812 "theme",
15813 "vscode_theme",
15814 "workspace-hack",
15815]
15816
15817[[package]]
15818name = "theme_selector"
15819version = "0.1.0"
15820dependencies = [
15821 "fs",
15822 "fuzzy",
15823 "gpui",
15824 "log",
15825 "picker",
15826 "serde",
15827 "settings",
15828 "telemetry",
15829 "theme",
15830 "ui",
15831 "util",
15832 "workspace",
15833 "workspace-hack",
15834 "zed_actions",
15835]
15836
15837[[package]]
15838name = "thiserror"
15839version = "1.0.69"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15842dependencies = [
15843 "thiserror-impl 1.0.69",
15844]
15845
15846[[package]]
15847name = "thiserror"
15848version = "2.0.12"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15851dependencies = [
15852 "thiserror-impl 2.0.12",
15853]
15854
15855[[package]]
15856name = "thiserror-impl"
15857version = "1.0.69"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15860dependencies = [
15861 "proc-macro2",
15862 "quote",
15863 "syn 2.0.101",
15864]
15865
15866[[package]]
15867name = "thiserror-impl"
15868version = "2.0.12"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15871dependencies = [
15872 "proc-macro2",
15873 "quote",
15874 "syn 2.0.101",
15875]
15876
15877[[package]]
15878name = "thread_local"
15879version = "1.1.8"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15882dependencies = [
15883 "cfg-if",
15884 "once_cell",
15885]
15886
15887[[package]]
15888name = "tiff"
15889version = "0.9.1"
15890source = "registry+https://github.com/rust-lang/crates.io-index"
15891checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15892dependencies = [
15893 "flate2",
15894 "jpeg-decoder",
15895 "weezl",
15896]
15897
15898[[package]]
15899name = "tiktoken-rs"
15900version = "0.7.0"
15901source = "registry+https://github.com/rust-lang/crates.io-index"
15902checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15903dependencies = [
15904 "anyhow",
15905 "base64 0.22.1",
15906 "bstr",
15907 "fancy-regex 0.13.0",
15908 "lazy_static",
15909 "regex",
15910 "rustc-hash 1.1.0",
15911]
15912
15913[[package]]
15914name = "time"
15915version = "0.3.41"
15916source = "registry+https://github.com/rust-lang/crates.io-index"
15917checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15918dependencies = [
15919 "deranged",
15920 "itoa",
15921 "libc",
15922 "num-conv",
15923 "num_threads",
15924 "powerfmt",
15925 "serde",
15926 "time-core",
15927 "time-macros",
15928]
15929
15930[[package]]
15931name = "time-core"
15932version = "0.1.4"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15935
15936[[package]]
15937name = "time-macros"
15938version = "0.2.22"
15939source = "registry+https://github.com/rust-lang/crates.io-index"
15940checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15941dependencies = [
15942 "num-conv",
15943 "time-core",
15944]
15945
15946[[package]]
15947name = "time_format"
15948version = "0.1.0"
15949dependencies = [
15950 "core-foundation 0.10.0",
15951 "core-foundation-sys",
15952 "sys-locale",
15953 "time",
15954 "workspace-hack",
15955]
15956
15957[[package]]
15958name = "tiny-keccak"
15959version = "2.0.2"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15962dependencies = [
15963 "crunchy",
15964]
15965
15966[[package]]
15967name = "tiny-skia"
15968version = "0.11.4"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15971dependencies = [
15972 "arrayref",
15973 "arrayvec",
15974 "bytemuck",
15975 "cfg-if",
15976 "log",
15977 "png",
15978 "tiny-skia-path",
15979]
15980
15981[[package]]
15982name = "tiny-skia-path"
15983version = "0.11.4"
15984source = "registry+https://github.com/rust-lang/crates.io-index"
15985checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15986dependencies = [
15987 "arrayref",
15988 "bytemuck",
15989 "strict-num",
15990]
15991
15992[[package]]
15993name = "tiny_http"
15994version = "0.8.2"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15997dependencies = [
15998 "ascii",
15999 "chrono",
16000 "chunked_transfer",
16001 "log",
16002 "url",
16003]
16004
16005[[package]]
16006name = "tinystr"
16007version = "0.7.6"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16010dependencies = [
16011 "displaydoc",
16012 "zerovec",
16013]
16014
16015[[package]]
16016name = "tinytemplate"
16017version = "1.2.1"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16020dependencies = [
16021 "serde",
16022 "serde_json",
16023]
16024
16025[[package]]
16026name = "tinyvec"
16027version = "1.9.0"
16028source = "registry+https://github.com/rust-lang/crates.io-index"
16029checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16030dependencies = [
16031 "tinyvec_macros",
16032]
16033
16034[[package]]
16035name = "tinyvec_macros"
16036version = "0.1.1"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16039
16040[[package]]
16041name = "title_bar"
16042version = "0.1.0"
16043dependencies = [
16044 "auto_update",
16045 "call",
16046 "chrono",
16047 "client",
16048 "collections",
16049 "db",
16050 "gpui",
16051 "http_client",
16052 "notifications",
16053 "pretty_assertions",
16054 "project",
16055 "remote",
16056 "rpc",
16057 "schemars",
16058 "serde",
16059 "settings",
16060 "smallvec",
16061 "story",
16062 "telemetry",
16063 "theme",
16064 "tree-sitter-md",
16065 "ui",
16066 "util",
16067 "windows 0.61.1",
16068 "workspace",
16069 "workspace-hack",
16070 "zed_actions",
16071]
16072
16073[[package]]
16074name = "tokio"
16075version = "1.44.2"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16078dependencies = [
16079 "backtrace",
16080 "bytes 1.10.1",
16081 "libc",
16082 "mio",
16083 "parking_lot",
16084 "pin-project-lite",
16085 "signal-hook-registry",
16086 "socket2",
16087 "tokio-macros",
16088 "windows-sys 0.52.0",
16089]
16090
16091[[package]]
16092name = "tokio-io"
16093version = "0.1.13"
16094source = "registry+https://github.com/rust-lang/crates.io-index"
16095checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16096dependencies = [
16097 "bytes 0.4.12",
16098 "futures 0.1.31",
16099 "log",
16100]
16101
16102[[package]]
16103name = "tokio-macros"
16104version = "2.5.0"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16107dependencies = [
16108 "proc-macro2",
16109 "quote",
16110 "syn 2.0.101",
16111]
16112
16113[[package]]
16114name = "tokio-native-tls"
16115version = "0.3.1"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16118dependencies = [
16119 "native-tls",
16120 "tokio",
16121]
16122
16123[[package]]
16124name = "tokio-rustls"
16125version = "0.24.1"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16128dependencies = [
16129 "rustls 0.21.12",
16130 "tokio",
16131]
16132
16133[[package]]
16134name = "tokio-rustls"
16135version = "0.26.2"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16138dependencies = [
16139 "rustls 0.23.26",
16140 "tokio",
16141]
16142
16143[[package]]
16144name = "tokio-socks"
16145version = "0.5.2"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16148dependencies = [
16149 "either",
16150 "futures-io",
16151 "futures-util",
16152 "thiserror 1.0.69",
16153 "tokio",
16154]
16155
16156[[package]]
16157name = "tokio-stream"
16158version = "0.1.17"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16161dependencies = [
16162 "futures-core",
16163 "pin-project-lite",
16164 "tokio",
16165]
16166
16167[[package]]
16168name = "tokio-tungstenite"
16169version = "0.20.1"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16172dependencies = [
16173 "futures-util",
16174 "log",
16175 "tokio",
16176 "tungstenite 0.20.1",
16177]
16178
16179[[package]]
16180name = "tokio-tungstenite"
16181version = "0.21.0"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16184dependencies = [
16185 "futures-util",
16186 "log",
16187 "tokio",
16188 "tungstenite 0.21.0",
16189]
16190
16191[[package]]
16192name = "tokio-tungstenite"
16193version = "0.26.2"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16196dependencies = [
16197 "futures-util",
16198 "log",
16199 "rustls 0.23.26",
16200 "rustls-pki-types",
16201 "tokio",
16202 "tokio-rustls 0.26.2",
16203 "tungstenite 0.26.2",
16204]
16205
16206[[package]]
16207name = "tokio-util"
16208version = "0.7.14"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16211dependencies = [
16212 "bytes 1.10.1",
16213 "futures-core",
16214 "futures-io",
16215 "futures-sink",
16216 "pin-project-lite",
16217 "tokio",
16218]
16219
16220[[package]]
16221name = "toml"
16222version = "0.5.11"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16225dependencies = [
16226 "serde",
16227]
16228
16229[[package]]
16230name = "toml"
16231version = "0.8.20"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16234dependencies = [
16235 "serde",
16236 "serde_spanned",
16237 "toml_datetime",
16238 "toml_edit",
16239]
16240
16241[[package]]
16242name = "toml_datetime"
16243version = "0.6.9"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16246dependencies = [
16247 "serde",
16248]
16249
16250[[package]]
16251name = "toml_edit"
16252version = "0.22.26"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16255dependencies = [
16256 "indexmap",
16257 "serde",
16258 "serde_spanned",
16259 "toml_datetime",
16260 "toml_write",
16261 "winnow",
16262]
16263
16264[[package]]
16265name = "toml_write"
16266version = "0.1.1"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16269
16270[[package]]
16271name = "toolchain_selector"
16272version = "0.1.0"
16273dependencies = [
16274 "editor",
16275 "fuzzy",
16276 "gpui",
16277 "language",
16278 "picker",
16279 "project",
16280 "ui",
16281 "util",
16282 "workspace",
16283 "workspace-hack",
16284]
16285
16286[[package]]
16287name = "topological-sort"
16288version = "0.2.2"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16291
16292[[package]]
16293name = "tower"
16294version = "0.4.13"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16297dependencies = [
16298 "futures-core",
16299 "futures-util",
16300 "pin-project",
16301 "pin-project-lite",
16302 "tokio",
16303 "tower-layer",
16304 "tower-service",
16305 "tracing",
16306]
16307
16308[[package]]
16309name = "tower"
16310version = "0.5.2"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16313dependencies = [
16314 "futures-core",
16315 "futures-util",
16316 "pin-project-lite",
16317 "sync_wrapper 1.0.2",
16318 "tokio",
16319 "tower-layer",
16320 "tower-service",
16321]
16322
16323[[package]]
16324name = "tower-http"
16325version = "0.3.5"
16326source = "registry+https://github.com/rust-lang/crates.io-index"
16327checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16328dependencies = [
16329 "bitflags 1.3.2",
16330 "bytes 1.10.1",
16331 "futures-core",
16332 "futures-util",
16333 "http 0.2.12",
16334 "http-body 0.4.6",
16335 "http-range-header",
16336 "pin-project-lite",
16337 "tower-layer",
16338 "tower-service",
16339]
16340
16341[[package]]
16342name = "tower-http"
16343version = "0.4.4"
16344source = "registry+https://github.com/rust-lang/crates.io-index"
16345checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16346dependencies = [
16347 "bitflags 2.9.0",
16348 "bytes 1.10.1",
16349 "futures-core",
16350 "futures-util",
16351 "http 0.2.12",
16352 "http-body 0.4.6",
16353 "http-range-header",
16354 "pin-project-lite",
16355 "tower-layer",
16356 "tower-service",
16357 "tracing",
16358]
16359
16360[[package]]
16361name = "tower-layer"
16362version = "0.3.3"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16365
16366[[package]]
16367name = "tower-service"
16368version = "0.3.3"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16371
16372[[package]]
16373name = "tracing"
16374version = "0.1.41"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16377dependencies = [
16378 "log",
16379 "pin-project-lite",
16380 "tracing-attributes",
16381 "tracing-core",
16382]
16383
16384[[package]]
16385name = "tracing-attributes"
16386version = "0.1.28"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16389dependencies = [
16390 "proc-macro2",
16391 "quote",
16392 "syn 2.0.101",
16393]
16394
16395[[package]]
16396name = "tracing-core"
16397version = "0.1.33"
16398source = "registry+https://github.com/rust-lang/crates.io-index"
16399checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16400dependencies = [
16401 "once_cell",
16402 "valuable",
16403]
16404
16405[[package]]
16406name = "tracing-log"
16407version = "0.2.0"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16410dependencies = [
16411 "log",
16412 "once_cell",
16413 "tracing-core",
16414]
16415
16416[[package]]
16417name = "tracing-serde"
16418version = "0.2.0"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16421dependencies = [
16422 "serde",
16423 "tracing-core",
16424]
16425
16426[[package]]
16427name = "tracing-subscriber"
16428version = "0.3.19"
16429source = "registry+https://github.com/rust-lang/crates.io-index"
16430checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16431dependencies = [
16432 "matchers",
16433 "nu-ansi-term 0.46.0",
16434 "once_cell",
16435 "regex",
16436 "serde",
16437 "serde_json",
16438 "sharded-slab",
16439 "smallvec",
16440 "thread_local",
16441 "tracing",
16442 "tracing-core",
16443 "tracing-log",
16444 "tracing-serde",
16445]
16446
16447[[package]]
16448name = "trait-variant"
16449version = "0.1.2"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16452dependencies = [
16453 "proc-macro2",
16454 "quote",
16455 "syn 2.0.101",
16456]
16457
16458[[package]]
16459name = "tree-sitter"
16460version = "0.25.5"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "ac5fff5c47490dfdf473b5228039bfacad9d765d9b6939d26bf7cc064c1c7822"
16463dependencies = [
16464 "cc",
16465 "regex",
16466 "regex-syntax 0.8.5",
16467 "serde_json",
16468 "streaming-iterator",
16469 "tree-sitter-language",
16470 "wasmtime-c-api-impl",
16471]
16472
16473[[package]]
16474name = "tree-sitter-bash"
16475version = "0.23.3"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16478dependencies = [
16479 "cc",
16480 "tree-sitter-language",
16481]
16482
16483[[package]]
16484name = "tree-sitter-c"
16485version = "0.23.4"
16486source = "registry+https://github.com/rust-lang/crates.io-index"
16487checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16488dependencies = [
16489 "cc",
16490 "tree-sitter-language",
16491]
16492
16493[[package]]
16494name = "tree-sitter-cpp"
16495version = "0.23.4"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16498dependencies = [
16499 "cc",
16500 "tree-sitter-language",
16501]
16502
16503[[package]]
16504name = "tree-sitter-css"
16505version = "0.23.2"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16508dependencies = [
16509 "cc",
16510 "tree-sitter-language",
16511]
16512
16513[[package]]
16514name = "tree-sitter-diff"
16515version = "0.1.0"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16518dependencies = [
16519 "cc",
16520 "tree-sitter-language",
16521]
16522
16523[[package]]
16524name = "tree-sitter-elixir"
16525version = "0.3.4"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16528dependencies = [
16529 "cc",
16530 "tree-sitter-language",
16531]
16532
16533[[package]]
16534name = "tree-sitter-embedded-template"
16535version = "0.23.2"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16538dependencies = [
16539 "cc",
16540 "tree-sitter-language",
16541]
16542
16543[[package]]
16544name = "tree-sitter-gitcommit"
16545version = "0.0.1"
16546source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16547dependencies = [
16548 "cc",
16549 "tree-sitter-language",
16550]
16551
16552[[package]]
16553name = "tree-sitter-go"
16554version = "0.23.4"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16557dependencies = [
16558 "cc",
16559 "tree-sitter-language",
16560]
16561
16562[[package]]
16563name = "tree-sitter-gomod"
16564version = "1.1.1"
16565source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16566dependencies = [
16567 "cc",
16568 "tree-sitter-language",
16569]
16570
16571[[package]]
16572name = "tree-sitter-gowork"
16573version = "0.0.1"
16574source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16575dependencies = [
16576 "cc",
16577 "tree-sitter-language",
16578]
16579
16580[[package]]
16581name = "tree-sitter-heex"
16582version = "0.0.1"
16583source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16584dependencies = [
16585 "cc",
16586 "tree-sitter-language",
16587]
16588
16589[[package]]
16590name = "tree-sitter-html"
16591version = "0.23.2"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16594dependencies = [
16595 "cc",
16596 "tree-sitter-language",
16597]
16598
16599[[package]]
16600name = "tree-sitter-jsdoc"
16601version = "0.23.2"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16604dependencies = [
16605 "cc",
16606 "tree-sitter-language",
16607]
16608
16609[[package]]
16610name = "tree-sitter-json"
16611version = "0.24.8"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16614dependencies = [
16615 "cc",
16616 "tree-sitter-language",
16617]
16618
16619[[package]]
16620name = "tree-sitter-language"
16621version = "0.1.5"
16622source = "registry+https://github.com/rust-lang/crates.io-index"
16623checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16624
16625[[package]]
16626name = "tree-sitter-md"
16627version = "0.3.2"
16628source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16629dependencies = [
16630 "cc",
16631 "tree-sitter-language",
16632]
16633
16634[[package]]
16635name = "tree-sitter-python"
16636version = "0.23.6"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16639dependencies = [
16640 "cc",
16641 "tree-sitter-language",
16642]
16643
16644[[package]]
16645name = "tree-sitter-regex"
16646version = "0.24.3"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16649dependencies = [
16650 "cc",
16651 "tree-sitter-language",
16652]
16653
16654[[package]]
16655name = "tree-sitter-ruby"
16656version = "0.23.1"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16659dependencies = [
16660 "cc",
16661 "tree-sitter-language",
16662]
16663
16664[[package]]
16665name = "tree-sitter-rust"
16666version = "0.24.0"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16669dependencies = [
16670 "cc",
16671 "tree-sitter-language",
16672]
16673
16674[[package]]
16675name = "tree-sitter-typescript"
16676version = "0.23.2"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16679dependencies = [
16680 "cc",
16681 "tree-sitter-language",
16682]
16683
16684[[package]]
16685name = "tree-sitter-yaml"
16686version = "0.6.1"
16687source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16688dependencies = [
16689 "cc",
16690 "tree-sitter-language",
16691]
16692
16693[[package]]
16694name = "try-lock"
16695version = "0.2.5"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16698
16699[[package]]
16700name = "ttf-parser"
16701version = "0.20.0"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16704
16705[[package]]
16706name = "ttf-parser"
16707version = "0.21.1"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16710
16711[[package]]
16712name = "ttf-parser"
16713version = "0.25.1"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16716dependencies = [
16717 "core_maths",
16718]
16719
16720[[package]]
16721name = "tungstenite"
16722version = "0.20.1"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16725dependencies = [
16726 "byteorder",
16727 "bytes 1.10.1",
16728 "data-encoding",
16729 "http 0.2.12",
16730 "httparse",
16731 "log",
16732 "rand 0.8.5",
16733 "sha1",
16734 "thiserror 1.0.69",
16735 "url",
16736 "utf-8",
16737]
16738
16739[[package]]
16740name = "tungstenite"
16741version = "0.21.0"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16744dependencies = [
16745 "byteorder",
16746 "bytes 1.10.1",
16747 "data-encoding",
16748 "http 1.3.1",
16749 "httparse",
16750 "log",
16751 "rand 0.8.5",
16752 "sha1",
16753 "thiserror 1.0.69",
16754 "url",
16755 "utf-8",
16756]
16757
16758[[package]]
16759name = "tungstenite"
16760version = "0.26.2"
16761source = "registry+https://github.com/rust-lang/crates.io-index"
16762checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16763dependencies = [
16764 "bytes 1.10.1",
16765 "data-encoding",
16766 "http 1.3.1",
16767 "httparse",
16768 "log",
16769 "rand 0.9.1",
16770 "rustls 0.23.26",
16771 "rustls-pki-types",
16772 "sha1",
16773 "thiserror 2.0.12",
16774 "utf-8",
16775]
16776
16777[[package]]
16778name = "typeid"
16779version = "1.0.3"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16782
16783[[package]]
16784name = "typenum"
16785version = "1.18.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16788
16789[[package]]
16790name = "ucd-trie"
16791version = "0.1.7"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16794
16795[[package]]
16796name = "uds_windows"
16797version = "1.1.0"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16800dependencies = [
16801 "memoffset",
16802 "tempfile",
16803 "winapi",
16804]
16805
16806[[package]]
16807name = "ui"
16808version = "0.1.0"
16809dependencies = [
16810 "chrono",
16811 "component",
16812 "documented",
16813 "gpui",
16814 "icons",
16815 "itertools 0.14.0",
16816 "menu",
16817 "serde",
16818 "settings",
16819 "smallvec",
16820 "story",
16821 "strum 0.27.1",
16822 "theme",
16823 "ui_macros",
16824 "util",
16825 "windows 0.61.1",
16826 "workspace-hack",
16827]
16828
16829[[package]]
16830name = "ui_input"
16831version = "0.1.0"
16832dependencies = [
16833 "component",
16834 "editor",
16835 "gpui",
16836 "settings",
16837 "theme",
16838 "ui",
16839 "workspace-hack",
16840]
16841
16842[[package]]
16843name = "ui_macros"
16844version = "0.1.0"
16845dependencies = [
16846 "quote",
16847 "syn 1.0.109",
16848 "workspace-hack",
16849]
16850
16851[[package]]
16852name = "ui_prompt"
16853version = "0.1.0"
16854dependencies = [
16855 "gpui",
16856 "markdown",
16857 "menu",
16858 "settings",
16859 "theme",
16860 "ui",
16861 "workspace",
16862 "workspace-hack",
16863]
16864
16865[[package]]
16866name = "uluru"
16867version = "3.1.0"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16870dependencies = [
16871 "arrayvec",
16872]
16873
16874[[package]]
16875name = "unicase"
16876version = "2.8.1"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16879
16880[[package]]
16881name = "unicode-bidi"
16882version = "0.3.18"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16885
16886[[package]]
16887name = "unicode-bidi-mirroring"
16888version = "0.2.0"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16891
16892[[package]]
16893name = "unicode-bidi-mirroring"
16894version = "0.4.0"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16897
16898[[package]]
16899name = "unicode-bom"
16900version = "2.0.3"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16903
16904[[package]]
16905name = "unicode-ccc"
16906version = "0.2.0"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16909
16910[[package]]
16911name = "unicode-ccc"
16912version = "0.4.0"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16915
16916[[package]]
16917name = "unicode-ident"
16918version = "1.0.18"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16921
16922[[package]]
16923name = "unicode-linebreak"
16924version = "0.1.5"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16927
16928[[package]]
16929name = "unicode-normalization"
16930version = "0.1.24"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16933dependencies = [
16934 "tinyvec",
16935]
16936
16937[[package]]
16938name = "unicode-properties"
16939version = "0.1.3"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16942
16943[[package]]
16944name = "unicode-script"
16945version = "0.5.7"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16948
16949[[package]]
16950name = "unicode-segmentation"
16951version = "1.12.0"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16954
16955[[package]]
16956name = "unicode-vo"
16957version = "0.1.0"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16960
16961[[package]]
16962name = "unicode-width"
16963version = "0.1.14"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16966
16967[[package]]
16968name = "unicode-width"
16969version = "0.2.0"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16972
16973[[package]]
16974name = "unicode-xid"
16975version = "0.2.6"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16978
16979[[package]]
16980name = "unicode_categories"
16981version = "0.1.1"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16984
16985[[package]]
16986name = "unindent"
16987version = "0.2.4"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16990
16991[[package]]
16992name = "untrusted"
16993version = "0.9.0"
16994source = "registry+https://github.com/rust-lang/crates.io-index"
16995checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16996
16997[[package]]
16998name = "url"
16999version = "2.5.4"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17002dependencies = [
17003 "form_urlencoded",
17004 "idna",
17005 "percent-encoding",
17006 "serde",
17007]
17008
17009[[package]]
17010name = "urlencoding"
17011version = "2.1.3"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17014
17015[[package]]
17016name = "usvg"
17017version = "0.45.1"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17020dependencies = [
17021 "base64 0.22.1",
17022 "data-url",
17023 "flate2",
17024 "fontdb 0.23.0",
17025 "imagesize",
17026 "kurbo",
17027 "log",
17028 "pico-args",
17029 "roxmltree",
17030 "rustybuzz 0.20.1",
17031 "simplecss",
17032 "siphasher",
17033 "strict-num",
17034 "svgtypes",
17035 "tiny-skia-path",
17036 "unicode-bidi",
17037 "unicode-script",
17038 "unicode-vo",
17039 "xmlwriter",
17040]
17041
17042[[package]]
17043name = "utf-8"
17044version = "0.7.6"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17047
17048[[package]]
17049name = "utf16_iter"
17050version = "1.0.5"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17053
17054[[package]]
17055name = "utf8_iter"
17056version = "1.0.4"
17057source = "registry+https://github.com/rust-lang/crates.io-index"
17058checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17059
17060[[package]]
17061name = "utf8parse"
17062version = "0.2.2"
17063source = "registry+https://github.com/rust-lang/crates.io-index"
17064checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17065
17066[[package]]
17067name = "util"
17068version = "0.1.0"
17069dependencies = [
17070 "anyhow",
17071 "async-fs",
17072 "async_zip",
17073 "collections",
17074 "dirs 4.0.0",
17075 "dunce",
17076 "futures 0.3.31",
17077 "futures-lite 1.13.0",
17078 "git2",
17079 "globset",
17080 "itertools 0.14.0",
17081 "libc",
17082 "log",
17083 "rand 0.8.5",
17084 "regex",
17085 "rust-embed",
17086 "serde",
17087 "serde_json",
17088 "serde_json_lenient",
17089 "smol",
17090 "take-until",
17091 "tempfile",
17092 "tendril",
17093 "unicase",
17094 "util_macros",
17095 "walkdir",
17096 "workspace-hack",
17097]
17098
17099[[package]]
17100name = "util_macros"
17101version = "0.1.0"
17102dependencies = [
17103 "quote",
17104 "syn 1.0.109",
17105 "workspace-hack",
17106]
17107
17108[[package]]
17109name = "uuid"
17110version = "1.16.0"
17111source = "registry+https://github.com/rust-lang/crates.io-index"
17112checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17113dependencies = [
17114 "getrandom 0.3.2",
17115 "serde",
17116 "sha1_smol",
17117]
17118
17119[[package]]
17120name = "uuid-simd"
17121version = "0.8.0"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17124dependencies = [
17125 "outref",
17126 "uuid",
17127 "vsimd",
17128]
17129
17130[[package]]
17131name = "v_frame"
17132version = "0.3.8"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17135dependencies = [
17136 "aligned-vec",
17137 "num-traits",
17138 "wasm-bindgen",
17139]
17140
17141[[package]]
17142name = "valuable"
17143version = "0.1.1"
17144source = "registry+https://github.com/rust-lang/crates.io-index"
17145checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17146
17147[[package]]
17148name = "value-bag"
17149version = "1.11.1"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17152dependencies = [
17153 "value-bag-serde1",
17154 "value-bag-sval2",
17155]
17156
17157[[package]]
17158name = "value-bag-serde1"
17159version = "1.11.1"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17162dependencies = [
17163 "erased-serde",
17164 "serde",
17165 "serde_fmt",
17166]
17167
17168[[package]]
17169name = "value-bag-sval2"
17170version = "1.11.1"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17173dependencies = [
17174 "sval",
17175 "sval_buffer",
17176 "sval_dynamic",
17177 "sval_fmt",
17178 "sval_json",
17179 "sval_ref",
17180 "sval_serde",
17181]
17182
17183[[package]]
17184name = "vcpkg"
17185version = "0.2.15"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17188
17189[[package]]
17190name = "version-compare"
17191version = "0.2.0"
17192source = "registry+https://github.com/rust-lang/crates.io-index"
17193checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17194
17195[[package]]
17196name = "version_check"
17197version = "0.9.5"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17200
17201[[package]]
17202name = "vim"
17203version = "0.1.0"
17204dependencies = [
17205 "anyhow",
17206 "assets",
17207 "async-compat",
17208 "async-trait",
17209 "collections",
17210 "command_palette",
17211 "command_palette_hooks",
17212 "db",
17213 "editor",
17214 "futures 0.3.31",
17215 "git_ui",
17216 "gpui",
17217 "indoc",
17218 "itertools 0.14.0",
17219 "language",
17220 "log",
17221 "lsp",
17222 "multi_buffer",
17223 "nvim-rs",
17224 "parking_lot",
17225 "picker",
17226 "project",
17227 "project_panel",
17228 "regex",
17229 "release_channel",
17230 "schemars",
17231 "search",
17232 "serde",
17233 "serde_derive",
17234 "serde_json",
17235 "settings",
17236 "task",
17237 "text",
17238 "theme",
17239 "tokio",
17240 "ui",
17241 "util",
17242 "vim_mode_setting",
17243 "workspace",
17244 "workspace-hack",
17245 "zed_actions",
17246]
17247
17248[[package]]
17249name = "vim_mode_setting"
17250version = "0.1.0"
17251dependencies = [
17252 "anyhow",
17253 "gpui",
17254 "settings",
17255 "workspace-hack",
17256]
17257
17258[[package]]
17259name = "vscode_theme"
17260version = "0.2.0"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17263dependencies = [
17264 "serde",
17265]
17266
17267[[package]]
17268name = "vsimd"
17269version = "0.8.0"
17270source = "registry+https://github.com/rust-lang/crates.io-index"
17271checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17272
17273[[package]]
17274name = "vswhom"
17275version = "0.1.0"
17276source = "registry+https://github.com/rust-lang/crates.io-index"
17277checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17278dependencies = [
17279 "libc",
17280 "vswhom-sys",
17281]
17282
17283[[package]]
17284name = "vswhom-sys"
17285version = "0.1.3"
17286source = "registry+https://github.com/rust-lang/crates.io-index"
17287checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17288dependencies = [
17289 "cc",
17290 "libc",
17291]
17292
17293[[package]]
17294name = "vte"
17295version = "0.15.0"
17296source = "registry+https://github.com/rust-lang/crates.io-index"
17297checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17298dependencies = [
17299 "arrayvec",
17300 "bitflags 2.9.0",
17301 "cursor-icon",
17302 "log",
17303 "memchr",
17304 "serde",
17305]
17306
17307[[package]]
17308name = "waker-fn"
17309version = "1.2.0"
17310source = "registry+https://github.com/rust-lang/crates.io-index"
17311checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17312
17313[[package]]
17314name = "walkdir"
17315version = "2.5.0"
17316source = "registry+https://github.com/rust-lang/crates.io-index"
17317checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17318dependencies = [
17319 "same-file",
17320 "winapi-util",
17321]
17322
17323[[package]]
17324name = "want"
17325version = "0.3.1"
17326source = "registry+https://github.com/rust-lang/crates.io-index"
17327checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17328dependencies = [
17329 "try-lock",
17330]
17331
17332[[package]]
17333name = "warp"
17334version = "0.3.7"
17335source = "registry+https://github.com/rust-lang/crates.io-index"
17336checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17337dependencies = [
17338 "bytes 1.10.1",
17339 "futures-channel",
17340 "futures-util",
17341 "headers",
17342 "http 0.2.12",
17343 "hyper 0.14.32",
17344 "log",
17345 "mime",
17346 "mime_guess",
17347 "percent-encoding",
17348 "pin-project",
17349 "scoped-tls",
17350 "serde",
17351 "serde_json",
17352 "serde_urlencoded",
17353 "tokio",
17354 "tokio-tungstenite 0.21.0",
17355 "tokio-util",
17356 "tower-service",
17357 "tracing",
17358]
17359
17360[[package]]
17361name = "wasi"
17362version = "0.9.0+wasi-snapshot-preview1"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17365
17366[[package]]
17367name = "wasi"
17368version = "0.11.0+wasi-snapshot-preview1"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17371
17372[[package]]
17373name = "wasi"
17374version = "0.14.2+wasi-0.2.4"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17377dependencies = [
17378 "wit-bindgen-rt 0.39.0",
17379]
17380
17381[[package]]
17382name = "wasi-preview1-component-adapter-provider"
17383version = "29.0.1"
17384source = "registry+https://github.com/rust-lang/crates.io-index"
17385checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17386
17387[[package]]
17388name = "wasite"
17389version = "0.1.0"
17390source = "registry+https://github.com/rust-lang/crates.io-index"
17391checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17392
17393[[package]]
17394name = "wasm-bindgen"
17395version = "0.2.100"
17396source = "registry+https://github.com/rust-lang/crates.io-index"
17397checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17398dependencies = [
17399 "cfg-if",
17400 "once_cell",
17401 "rustversion",
17402 "wasm-bindgen-macro",
17403]
17404
17405[[package]]
17406name = "wasm-bindgen-backend"
17407version = "0.2.100"
17408source = "registry+https://github.com/rust-lang/crates.io-index"
17409checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17410dependencies = [
17411 "bumpalo",
17412 "log",
17413 "proc-macro2",
17414 "quote",
17415 "syn 2.0.101",
17416 "wasm-bindgen-shared",
17417]
17418
17419[[package]]
17420name = "wasm-bindgen-futures"
17421version = "0.4.50"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17424dependencies = [
17425 "cfg-if",
17426 "js-sys",
17427 "once_cell",
17428 "wasm-bindgen",
17429 "web-sys",
17430]
17431
17432[[package]]
17433name = "wasm-bindgen-macro"
17434version = "0.2.100"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17437dependencies = [
17438 "quote",
17439 "wasm-bindgen-macro-support",
17440]
17441
17442[[package]]
17443name = "wasm-bindgen-macro-support"
17444version = "0.2.100"
17445source = "registry+https://github.com/rust-lang/crates.io-index"
17446checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17447dependencies = [
17448 "proc-macro2",
17449 "quote",
17450 "syn 2.0.101",
17451 "wasm-bindgen-backend",
17452 "wasm-bindgen-shared",
17453]
17454
17455[[package]]
17456name = "wasm-bindgen-shared"
17457version = "0.2.100"
17458source = "registry+https://github.com/rust-lang/crates.io-index"
17459checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17460dependencies = [
17461 "unicode-ident",
17462]
17463
17464[[package]]
17465name = "wasm-encoder"
17466version = "0.201.0"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17469dependencies = [
17470 "leb128",
17471]
17472
17473[[package]]
17474name = "wasm-encoder"
17475version = "0.221.3"
17476source = "registry+https://github.com/rust-lang/crates.io-index"
17477checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17478dependencies = [
17479 "leb128",
17480 "wasmparser 0.221.3",
17481]
17482
17483[[package]]
17484name = "wasm-encoder"
17485version = "0.227.1"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17488dependencies = [
17489 "leb128fmt",
17490 "wasmparser 0.227.1",
17491]
17492
17493[[package]]
17494name = "wasm-metadata"
17495version = "0.201.0"
17496source = "registry+https://github.com/rust-lang/crates.io-index"
17497checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17498dependencies = [
17499 "anyhow",
17500 "indexmap",
17501 "serde",
17502 "serde_derive",
17503 "serde_json",
17504 "spdx",
17505 "wasm-encoder 0.201.0",
17506 "wasmparser 0.201.0",
17507]
17508
17509[[package]]
17510name = "wasm-metadata"
17511version = "0.221.3"
17512source = "registry+https://github.com/rust-lang/crates.io-index"
17513checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17514dependencies = [
17515 "anyhow",
17516 "indexmap",
17517 "serde",
17518 "serde_derive",
17519 "serde_json",
17520 "spdx",
17521 "wasm-encoder 0.221.3",
17522 "wasmparser 0.221.3",
17523]
17524
17525[[package]]
17526name = "wasm-metadata"
17527version = "0.227.1"
17528source = "registry+https://github.com/rust-lang/crates.io-index"
17529checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17530dependencies = [
17531 "anyhow",
17532 "auditable-serde",
17533 "flate2",
17534 "indexmap",
17535 "serde",
17536 "serde_derive",
17537 "serde_json",
17538 "spdx",
17539 "url",
17540 "wasm-encoder 0.227.1",
17541 "wasmparser 0.227.1",
17542]
17543
17544[[package]]
17545name = "wasm-streams"
17546version = "0.4.2"
17547source = "registry+https://github.com/rust-lang/crates.io-index"
17548checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17549dependencies = [
17550 "futures-util",
17551 "js-sys",
17552 "wasm-bindgen",
17553 "wasm-bindgen-futures",
17554 "web-sys",
17555]
17556
17557[[package]]
17558name = "wasmparser"
17559version = "0.201.0"
17560source = "registry+https://github.com/rust-lang/crates.io-index"
17561checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17562dependencies = [
17563 "bitflags 2.9.0",
17564 "indexmap",
17565 "semver",
17566]
17567
17568[[package]]
17569name = "wasmparser"
17570version = "0.221.3"
17571source = "registry+https://github.com/rust-lang/crates.io-index"
17572checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17573dependencies = [
17574 "bitflags 2.9.0",
17575 "hashbrown 0.15.3",
17576 "indexmap",
17577 "semver",
17578 "serde",
17579]
17580
17581[[package]]
17582name = "wasmparser"
17583version = "0.227.1"
17584source = "registry+https://github.com/rust-lang/crates.io-index"
17585checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17586dependencies = [
17587 "bitflags 2.9.0",
17588 "hashbrown 0.15.3",
17589 "indexmap",
17590 "semver",
17591]
17592
17593[[package]]
17594name = "wasmprinter"
17595version = "0.221.3"
17596source = "registry+https://github.com/rust-lang/crates.io-index"
17597checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17598dependencies = [
17599 "anyhow",
17600 "termcolor",
17601 "wasmparser 0.221.3",
17602]
17603
17604[[package]]
17605name = "wasmtime"
17606version = "29.0.1"
17607source = "registry+https://github.com/rust-lang/crates.io-index"
17608checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17609dependencies = [
17610 "anyhow",
17611 "async-trait",
17612 "bitflags 2.9.0",
17613 "bumpalo",
17614 "cc",
17615 "cfg-if",
17616 "encoding_rs",
17617 "hashbrown 0.14.5",
17618 "indexmap",
17619 "libc",
17620 "log",
17621 "mach2",
17622 "memfd",
17623 "object",
17624 "once_cell",
17625 "paste",
17626 "postcard",
17627 "psm",
17628 "pulley-interpreter",
17629 "rayon",
17630 "rustix 0.38.44",
17631 "semver",
17632 "serde",
17633 "serde_derive",
17634 "smallvec",
17635 "sptr",
17636 "target-lexicon 0.13.2",
17637 "trait-variant",
17638 "wasmparser 0.221.3",
17639 "wasmtime-asm-macros",
17640 "wasmtime-component-macro",
17641 "wasmtime-component-util",
17642 "wasmtime-cranelift",
17643 "wasmtime-environ",
17644 "wasmtime-fiber",
17645 "wasmtime-jit-icache-coherence",
17646 "wasmtime-math",
17647 "wasmtime-slab",
17648 "wasmtime-versioned-export-macros",
17649 "wasmtime-winch",
17650 "windows-sys 0.59.0",
17651]
17652
17653[[package]]
17654name = "wasmtime-asm-macros"
17655version = "29.0.1"
17656source = "registry+https://github.com/rust-lang/crates.io-index"
17657checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17658dependencies = [
17659 "cfg-if",
17660]
17661
17662[[package]]
17663name = "wasmtime-c-api-impl"
17664version = "29.0.1"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17667dependencies = [
17668 "anyhow",
17669 "log",
17670 "tracing",
17671 "wasmtime",
17672 "wasmtime-c-api-macros",
17673]
17674
17675[[package]]
17676name = "wasmtime-c-api-macros"
17677version = "29.0.1"
17678source = "registry+https://github.com/rust-lang/crates.io-index"
17679checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17680dependencies = [
17681 "proc-macro2",
17682 "quote",
17683]
17684
17685[[package]]
17686name = "wasmtime-component-macro"
17687version = "29.0.1"
17688source = "registry+https://github.com/rust-lang/crates.io-index"
17689checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17690dependencies = [
17691 "anyhow",
17692 "proc-macro2",
17693 "quote",
17694 "syn 2.0.101",
17695 "wasmtime-component-util",
17696 "wasmtime-wit-bindgen",
17697 "wit-parser 0.221.3",
17698]
17699
17700[[package]]
17701name = "wasmtime-component-util"
17702version = "29.0.1"
17703source = "registry+https://github.com/rust-lang/crates.io-index"
17704checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17705
17706[[package]]
17707name = "wasmtime-cranelift"
17708version = "29.0.1"
17709source = "registry+https://github.com/rust-lang/crates.io-index"
17710checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17711dependencies = [
17712 "anyhow",
17713 "cfg-if",
17714 "cranelift-codegen",
17715 "cranelift-control",
17716 "cranelift-entity",
17717 "cranelift-frontend",
17718 "cranelift-native",
17719 "gimli",
17720 "itertools 0.12.1",
17721 "log",
17722 "object",
17723 "smallvec",
17724 "target-lexicon 0.13.2",
17725 "thiserror 1.0.69",
17726 "wasmparser 0.221.3",
17727 "wasmtime-environ",
17728 "wasmtime-versioned-export-macros",
17729]
17730
17731[[package]]
17732name = "wasmtime-environ"
17733version = "29.0.1"
17734source = "registry+https://github.com/rust-lang/crates.io-index"
17735checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17736dependencies = [
17737 "anyhow",
17738 "cpp_demangle",
17739 "cranelift-bitset",
17740 "cranelift-entity",
17741 "gimli",
17742 "indexmap",
17743 "log",
17744 "object",
17745 "postcard",
17746 "rustc-demangle",
17747 "semver",
17748 "serde",
17749 "serde_derive",
17750 "smallvec",
17751 "target-lexicon 0.13.2",
17752 "wasm-encoder 0.221.3",
17753 "wasmparser 0.221.3",
17754 "wasmprinter",
17755 "wasmtime-component-util",
17756]
17757
17758[[package]]
17759name = "wasmtime-fiber"
17760version = "29.0.1"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17763dependencies = [
17764 "anyhow",
17765 "cc",
17766 "cfg-if",
17767 "rustix 0.38.44",
17768 "wasmtime-asm-macros",
17769 "wasmtime-versioned-export-macros",
17770 "windows-sys 0.59.0",
17771]
17772
17773[[package]]
17774name = "wasmtime-jit-icache-coherence"
17775version = "29.0.1"
17776source = "registry+https://github.com/rust-lang/crates.io-index"
17777checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17778dependencies = [
17779 "anyhow",
17780 "cfg-if",
17781 "libc",
17782 "windows-sys 0.59.0",
17783]
17784
17785[[package]]
17786name = "wasmtime-math"
17787version = "29.0.1"
17788source = "registry+https://github.com/rust-lang/crates.io-index"
17789checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17790dependencies = [
17791 "libm",
17792]
17793
17794[[package]]
17795name = "wasmtime-slab"
17796version = "29.0.1"
17797source = "registry+https://github.com/rust-lang/crates.io-index"
17798checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17799
17800[[package]]
17801name = "wasmtime-versioned-export-macros"
17802version = "29.0.1"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17805dependencies = [
17806 "proc-macro2",
17807 "quote",
17808 "syn 2.0.101",
17809]
17810
17811[[package]]
17812name = "wasmtime-wasi"
17813version = "29.0.1"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17816dependencies = [
17817 "anyhow",
17818 "async-trait",
17819 "bitflags 2.9.0",
17820 "bytes 1.10.1",
17821 "cap-fs-ext",
17822 "cap-net-ext",
17823 "cap-rand",
17824 "cap-std",
17825 "cap-time-ext",
17826 "fs-set-times",
17827 "futures 0.3.31",
17828 "io-extras",
17829 "io-lifetimes",
17830 "rustix 0.38.44",
17831 "system-interface",
17832 "thiserror 1.0.69",
17833 "tokio",
17834 "tracing",
17835 "trait-variant",
17836 "url",
17837 "wasmtime",
17838 "wiggle",
17839 "windows-sys 0.59.0",
17840]
17841
17842[[package]]
17843name = "wasmtime-winch"
17844version = "29.0.1"
17845source = "registry+https://github.com/rust-lang/crates.io-index"
17846checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17847dependencies = [
17848 "anyhow",
17849 "cranelift-codegen",
17850 "gimli",
17851 "object",
17852 "target-lexicon 0.13.2",
17853 "wasmparser 0.221.3",
17854 "wasmtime-cranelift",
17855 "wasmtime-environ",
17856 "winch-codegen",
17857]
17858
17859[[package]]
17860name = "wasmtime-wit-bindgen"
17861version = "29.0.1"
17862source = "registry+https://github.com/rust-lang/crates.io-index"
17863checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17864dependencies = [
17865 "anyhow",
17866 "heck 0.5.0",
17867 "indexmap",
17868 "wit-parser 0.221.3",
17869]
17870
17871[[package]]
17872name = "wast"
17873version = "35.0.2"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17876dependencies = [
17877 "leb128",
17878]
17879
17880[[package]]
17881name = "wayland-backend"
17882version = "0.3.8"
17883source = "registry+https://github.com/rust-lang/crates.io-index"
17884checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17885dependencies = [
17886 "cc",
17887 "downcast-rs",
17888 "rustix 0.38.44",
17889 "scoped-tls",
17890 "smallvec",
17891 "wayland-sys",
17892]
17893
17894[[package]]
17895name = "wayland-client"
17896version = "0.31.8"
17897source = "registry+https://github.com/rust-lang/crates.io-index"
17898checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17899dependencies = [
17900 "bitflags 2.9.0",
17901 "rustix 0.38.44",
17902 "wayland-backend",
17903 "wayland-scanner",
17904]
17905
17906[[package]]
17907name = "wayland-cursor"
17908version = "0.31.8"
17909source = "registry+https://github.com/rust-lang/crates.io-index"
17910checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17911dependencies = [
17912 "rustix 0.38.44",
17913 "wayland-client",
17914 "xcursor",
17915]
17916
17917[[package]]
17918name = "wayland-protocols"
17919version = "0.31.2"
17920source = "registry+https://github.com/rust-lang/crates.io-index"
17921checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17922dependencies = [
17923 "bitflags 2.9.0",
17924 "wayland-backend",
17925 "wayland-client",
17926 "wayland-scanner",
17927]
17928
17929[[package]]
17930name = "wayland-protocols-plasma"
17931version = "0.2.0"
17932source = "registry+https://github.com/rust-lang/crates.io-index"
17933checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17934dependencies = [
17935 "bitflags 2.9.0",
17936 "wayland-backend",
17937 "wayland-client",
17938 "wayland-protocols",
17939 "wayland-scanner",
17940]
17941
17942[[package]]
17943name = "wayland-scanner"
17944version = "0.31.6"
17945source = "registry+https://github.com/rust-lang/crates.io-index"
17946checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17947dependencies = [
17948 "proc-macro2",
17949 "quick-xml 0.37.4",
17950 "quote",
17951]
17952
17953[[package]]
17954name = "wayland-sys"
17955version = "0.31.6"
17956source = "registry+https://github.com/rust-lang/crates.io-index"
17957checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17958dependencies = [
17959 "dlib",
17960 "log",
17961 "once_cell",
17962 "pkg-config",
17963]
17964
17965[[package]]
17966name = "web-sys"
17967version = "0.3.77"
17968source = "registry+https://github.com/rust-lang/crates.io-index"
17969checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17970dependencies = [
17971 "js-sys",
17972 "wasm-bindgen",
17973]
17974
17975[[package]]
17976name = "web-time"
17977version = "1.1.0"
17978source = "registry+https://github.com/rust-lang/crates.io-index"
17979checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17980dependencies = [
17981 "js-sys",
17982 "wasm-bindgen",
17983]
17984
17985[[package]]
17986name = "web_atoms"
17987version = "0.1.0"
17988source = "registry+https://github.com/rust-lang/crates.io-index"
17989checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17990dependencies = [
17991 "phf",
17992 "phf_codegen",
17993 "string_cache",
17994 "string_cache_codegen",
17995]
17996
17997[[package]]
17998name = "web_search"
17999version = "0.1.0"
18000dependencies = [
18001 "anyhow",
18002 "collections",
18003 "gpui",
18004 "serde",
18005 "workspace-hack",
18006 "zed_llm_client",
18007]
18008
18009[[package]]
18010name = "web_search_providers"
18011version = "0.1.0"
18012dependencies = [
18013 "anyhow",
18014 "client",
18015 "futures 0.3.31",
18016 "gpui",
18017 "http_client",
18018 "language_model",
18019 "serde",
18020 "serde_json",
18021 "web_search",
18022 "workspace-hack",
18023 "zed_llm_client",
18024]
18025
18026[[package]]
18027name = "webpki-root-certs"
18028version = "0.26.8"
18029source = "registry+https://github.com/rust-lang/crates.io-index"
18030checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18031dependencies = [
18032 "rustls-pki-types",
18033]
18034
18035[[package]]
18036name = "webpki-roots"
18037version = "0.26.8"
18038source = "registry+https://github.com/rust-lang/crates.io-index"
18039checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18040dependencies = [
18041 "rustls-pki-types",
18042]
18043
18044[[package]]
18045name = "webrtc-sys"
18046version = "0.3.7"
18047source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18048dependencies = [
18049 "cc",
18050 "cxx",
18051 "cxx-build",
18052 "glob",
18053 "log",
18054 "webrtc-sys-build",
18055]
18056
18057[[package]]
18058name = "webrtc-sys-build"
18059version = "0.3.6"
18060source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18061dependencies = [
18062 "fs2",
18063 "regex",
18064 "reqwest 0.11.27",
18065 "scratch",
18066 "semver",
18067 "zip",
18068]
18069
18070[[package]]
18071name = "weezl"
18072version = "0.1.8"
18073source = "registry+https://github.com/rust-lang/crates.io-index"
18074checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18075
18076[[package]]
18077name = "welcome"
18078version = "0.1.0"
18079dependencies = [
18080 "anyhow",
18081 "client",
18082 "component",
18083 "db",
18084 "documented",
18085 "editor",
18086 "fuzzy",
18087 "gpui",
18088 "install_cli",
18089 "language",
18090 "picker",
18091 "project",
18092 "schemars",
18093 "serde",
18094 "settings",
18095 "telemetry",
18096 "theme",
18097 "ui",
18098 "util",
18099 "vim_mode_setting",
18100 "workspace",
18101 "workspace-hack",
18102 "zed_actions",
18103]
18104
18105[[package]]
18106name = "which"
18107version = "4.4.2"
18108source = "registry+https://github.com/rust-lang/crates.io-index"
18109checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18110dependencies = [
18111 "either",
18112 "home",
18113 "once_cell",
18114 "rustix 0.38.44",
18115]
18116
18117[[package]]
18118name = "which"
18119version = "6.0.3"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18122dependencies = [
18123 "either",
18124 "home",
18125 "rustix 0.38.44",
18126 "winsafe",
18127]
18128
18129[[package]]
18130name = "whoami"
18131version = "1.6.0"
18132source = "registry+https://github.com/rust-lang/crates.io-index"
18133checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18134dependencies = [
18135 "redox_syscall 0.5.11",
18136 "wasite",
18137]
18138
18139[[package]]
18140name = "wiggle"
18141version = "29.0.1"
18142source = "registry+https://github.com/rust-lang/crates.io-index"
18143checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18144dependencies = [
18145 "anyhow",
18146 "async-trait",
18147 "bitflags 2.9.0",
18148 "thiserror 1.0.69",
18149 "tracing",
18150 "wasmtime",
18151 "wiggle-macro",
18152]
18153
18154[[package]]
18155name = "wiggle-generate"
18156version = "29.0.1"
18157source = "registry+https://github.com/rust-lang/crates.io-index"
18158checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18159dependencies = [
18160 "anyhow",
18161 "heck 0.5.0",
18162 "proc-macro2",
18163 "quote",
18164 "shellexpand 2.1.2",
18165 "syn 2.0.101",
18166 "witx",
18167]
18168
18169[[package]]
18170name = "wiggle-macro"
18171version = "29.0.1"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18174dependencies = [
18175 "proc-macro2",
18176 "quote",
18177 "syn 2.0.101",
18178 "wiggle-generate",
18179]
18180
18181[[package]]
18182name = "winapi"
18183version = "0.3.9"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18186dependencies = [
18187 "winapi-i686-pc-windows-gnu",
18188 "winapi-x86_64-pc-windows-gnu",
18189]
18190
18191[[package]]
18192name = "winapi-i686-pc-windows-gnu"
18193version = "0.4.0"
18194source = "registry+https://github.com/rust-lang/crates.io-index"
18195checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18196
18197[[package]]
18198name = "winapi-util"
18199version = "0.1.9"
18200source = "registry+https://github.com/rust-lang/crates.io-index"
18201checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18202dependencies = [
18203 "windows-sys 0.59.0",
18204]
18205
18206[[package]]
18207name = "winapi-x86_64-pc-windows-gnu"
18208version = "0.4.0"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18211
18212[[package]]
18213name = "winch-codegen"
18214version = "29.0.1"
18215source = "registry+https://github.com/rust-lang/crates.io-index"
18216checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18217dependencies = [
18218 "anyhow",
18219 "cranelift-codegen",
18220 "gimli",
18221 "regalloc2",
18222 "smallvec",
18223 "target-lexicon 0.13.2",
18224 "thiserror 1.0.69",
18225 "wasmparser 0.221.3",
18226 "wasmtime-cranelift",
18227 "wasmtime-environ",
18228]
18229
18230[[package]]
18231name = "windows"
18232version = "0.54.0"
18233source = "registry+https://github.com/rust-lang/crates.io-index"
18234checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18235dependencies = [
18236 "windows-core 0.54.0",
18237 "windows-targets 0.52.6",
18238]
18239
18240[[package]]
18241name = "windows"
18242version = "0.57.0"
18243source = "registry+https://github.com/rust-lang/crates.io-index"
18244checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18245dependencies = [
18246 "windows-core 0.57.0",
18247 "windows-targets 0.52.6",
18248]
18249
18250[[package]]
18251name = "windows"
18252version = "0.58.0"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18255dependencies = [
18256 "windows-core 0.58.0",
18257 "windows-targets 0.52.6",
18258]
18259
18260[[package]]
18261name = "windows"
18262version = "0.61.1"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18265dependencies = [
18266 "windows-collections",
18267 "windows-core 0.61.0",
18268 "windows-future",
18269 "windows-link",
18270 "windows-numerics",
18271]
18272
18273[[package]]
18274name = "windows-capture"
18275version = "1.4.3"
18276source = "registry+https://github.com/rust-lang/crates.io-index"
18277checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18278dependencies = [
18279 "clap",
18280 "ctrlc",
18281 "parking_lot",
18282 "rayon",
18283 "thiserror 2.0.12",
18284 "windows 0.61.1",
18285 "windows-future",
18286]
18287
18288[[package]]
18289name = "windows-collections"
18290version = "0.2.0"
18291source = "registry+https://github.com/rust-lang/crates.io-index"
18292checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18293dependencies = [
18294 "windows-core 0.61.0",
18295]
18296
18297[[package]]
18298name = "windows-core"
18299version = "0.54.0"
18300source = "registry+https://github.com/rust-lang/crates.io-index"
18301checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18302dependencies = [
18303 "windows-result 0.1.2",
18304 "windows-targets 0.52.6",
18305]
18306
18307[[package]]
18308name = "windows-core"
18309version = "0.57.0"
18310source = "registry+https://github.com/rust-lang/crates.io-index"
18311checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18312dependencies = [
18313 "windows-implement 0.57.0",
18314 "windows-interface 0.57.0",
18315 "windows-result 0.1.2",
18316 "windows-targets 0.52.6",
18317]
18318
18319[[package]]
18320name = "windows-core"
18321version = "0.58.0"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18324dependencies = [
18325 "windows-implement 0.58.0",
18326 "windows-interface 0.58.0",
18327 "windows-result 0.2.0",
18328 "windows-strings 0.1.0",
18329 "windows-targets 0.52.6",
18330]
18331
18332[[package]]
18333name = "windows-core"
18334version = "0.61.0"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18337dependencies = [
18338 "windows-implement 0.60.0",
18339 "windows-interface 0.59.1",
18340 "windows-link",
18341 "windows-result 0.3.2",
18342 "windows-strings 0.4.0",
18343]
18344
18345[[package]]
18346name = "windows-future"
18347version = "0.2.0"
18348source = "registry+https://github.com/rust-lang/crates.io-index"
18349checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18350dependencies = [
18351 "windows-core 0.61.0",
18352 "windows-link",
18353]
18354
18355[[package]]
18356name = "windows-implement"
18357version = "0.57.0"
18358source = "registry+https://github.com/rust-lang/crates.io-index"
18359checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18360dependencies = [
18361 "proc-macro2",
18362 "quote",
18363 "syn 2.0.101",
18364]
18365
18366[[package]]
18367name = "windows-implement"
18368version = "0.58.0"
18369source = "registry+https://github.com/rust-lang/crates.io-index"
18370checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18371dependencies = [
18372 "proc-macro2",
18373 "quote",
18374 "syn 2.0.101",
18375]
18376
18377[[package]]
18378name = "windows-implement"
18379version = "0.60.0"
18380source = "registry+https://github.com/rust-lang/crates.io-index"
18381checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18382dependencies = [
18383 "proc-macro2",
18384 "quote",
18385 "syn 2.0.101",
18386]
18387
18388[[package]]
18389name = "windows-interface"
18390version = "0.57.0"
18391source = "registry+https://github.com/rust-lang/crates.io-index"
18392checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18393dependencies = [
18394 "proc-macro2",
18395 "quote",
18396 "syn 2.0.101",
18397]
18398
18399[[package]]
18400name = "windows-interface"
18401version = "0.58.0"
18402source = "registry+https://github.com/rust-lang/crates.io-index"
18403checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18404dependencies = [
18405 "proc-macro2",
18406 "quote",
18407 "syn 2.0.101",
18408]
18409
18410[[package]]
18411name = "windows-interface"
18412version = "0.59.1"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18415dependencies = [
18416 "proc-macro2",
18417 "quote",
18418 "syn 2.0.101",
18419]
18420
18421[[package]]
18422name = "windows-link"
18423version = "0.1.1"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18426
18427[[package]]
18428name = "windows-numerics"
18429version = "0.2.0"
18430source = "registry+https://github.com/rust-lang/crates.io-index"
18431checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18432dependencies = [
18433 "windows-core 0.61.0",
18434 "windows-link",
18435]
18436
18437[[package]]
18438name = "windows-registry"
18439version = "0.4.0"
18440source = "registry+https://github.com/rust-lang/crates.io-index"
18441checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18442dependencies = [
18443 "windows-result 0.3.2",
18444 "windows-strings 0.3.1",
18445 "windows-targets 0.53.0",
18446]
18447
18448[[package]]
18449name = "windows-registry"
18450version = "0.5.1"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18453dependencies = [
18454 "windows-link",
18455 "windows-result 0.3.2",
18456 "windows-strings 0.4.0",
18457]
18458
18459[[package]]
18460name = "windows-result"
18461version = "0.1.2"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18464dependencies = [
18465 "windows-targets 0.52.6",
18466]
18467
18468[[package]]
18469name = "windows-result"
18470version = "0.2.0"
18471source = "registry+https://github.com/rust-lang/crates.io-index"
18472checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18473dependencies = [
18474 "windows-targets 0.52.6",
18475]
18476
18477[[package]]
18478name = "windows-result"
18479version = "0.3.2"
18480source = "registry+https://github.com/rust-lang/crates.io-index"
18481checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18482dependencies = [
18483 "windows-link",
18484]
18485
18486[[package]]
18487name = "windows-strings"
18488version = "0.1.0"
18489source = "registry+https://github.com/rust-lang/crates.io-index"
18490checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18491dependencies = [
18492 "windows-result 0.2.0",
18493 "windows-targets 0.52.6",
18494]
18495
18496[[package]]
18497name = "windows-strings"
18498version = "0.3.1"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18501dependencies = [
18502 "windows-link",
18503]
18504
18505[[package]]
18506name = "windows-strings"
18507version = "0.4.0"
18508source = "registry+https://github.com/rust-lang/crates.io-index"
18509checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18510dependencies = [
18511 "windows-link",
18512]
18513
18514[[package]]
18515name = "windows-sys"
18516version = "0.45.0"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18519dependencies = [
18520 "windows-targets 0.42.2",
18521]
18522
18523[[package]]
18524name = "windows-sys"
18525version = "0.48.0"
18526source = "registry+https://github.com/rust-lang/crates.io-index"
18527checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18528dependencies = [
18529 "windows-targets 0.48.5",
18530]
18531
18532[[package]]
18533name = "windows-sys"
18534version = "0.52.0"
18535source = "registry+https://github.com/rust-lang/crates.io-index"
18536checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18537dependencies = [
18538 "windows-targets 0.52.6",
18539]
18540
18541[[package]]
18542name = "windows-sys"
18543version = "0.59.0"
18544source = "registry+https://github.com/rust-lang/crates.io-index"
18545checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18546dependencies = [
18547 "windows-targets 0.52.6",
18548]
18549
18550[[package]]
18551name = "windows-targets"
18552version = "0.42.2"
18553source = "registry+https://github.com/rust-lang/crates.io-index"
18554checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18555dependencies = [
18556 "windows_aarch64_gnullvm 0.42.2",
18557 "windows_aarch64_msvc 0.42.2",
18558 "windows_i686_gnu 0.42.2",
18559 "windows_i686_msvc 0.42.2",
18560 "windows_x86_64_gnu 0.42.2",
18561 "windows_x86_64_gnullvm 0.42.2",
18562 "windows_x86_64_msvc 0.42.2",
18563]
18564
18565[[package]]
18566name = "windows-targets"
18567version = "0.48.5"
18568source = "registry+https://github.com/rust-lang/crates.io-index"
18569checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18570dependencies = [
18571 "windows_aarch64_gnullvm 0.48.5",
18572 "windows_aarch64_msvc 0.48.5",
18573 "windows_i686_gnu 0.48.5",
18574 "windows_i686_msvc 0.48.5",
18575 "windows_x86_64_gnu 0.48.5",
18576 "windows_x86_64_gnullvm 0.48.5",
18577 "windows_x86_64_msvc 0.48.5",
18578]
18579
18580[[package]]
18581name = "windows-targets"
18582version = "0.52.6"
18583source = "registry+https://github.com/rust-lang/crates.io-index"
18584checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18585dependencies = [
18586 "windows_aarch64_gnullvm 0.52.6",
18587 "windows_aarch64_msvc 0.52.6",
18588 "windows_i686_gnu 0.52.6",
18589 "windows_i686_gnullvm 0.52.6",
18590 "windows_i686_msvc 0.52.6",
18591 "windows_x86_64_gnu 0.52.6",
18592 "windows_x86_64_gnullvm 0.52.6",
18593 "windows_x86_64_msvc 0.52.6",
18594]
18595
18596[[package]]
18597name = "windows-targets"
18598version = "0.53.0"
18599source = "registry+https://github.com/rust-lang/crates.io-index"
18600checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18601dependencies = [
18602 "windows_aarch64_gnullvm 0.53.0",
18603 "windows_aarch64_msvc 0.53.0",
18604 "windows_i686_gnu 0.53.0",
18605 "windows_i686_gnullvm 0.53.0",
18606 "windows_i686_msvc 0.53.0",
18607 "windows_x86_64_gnu 0.53.0",
18608 "windows_x86_64_gnullvm 0.53.0",
18609 "windows_x86_64_msvc 0.53.0",
18610]
18611
18612[[package]]
18613name = "windows_aarch64_gnullvm"
18614version = "0.42.2"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18617
18618[[package]]
18619name = "windows_aarch64_gnullvm"
18620version = "0.48.5"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18623
18624[[package]]
18625name = "windows_aarch64_gnullvm"
18626version = "0.52.6"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18629
18630[[package]]
18631name = "windows_aarch64_gnullvm"
18632version = "0.53.0"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18635
18636[[package]]
18637name = "windows_aarch64_msvc"
18638version = "0.42.2"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18641
18642[[package]]
18643name = "windows_aarch64_msvc"
18644version = "0.48.5"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18647
18648[[package]]
18649name = "windows_aarch64_msvc"
18650version = "0.52.6"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18653
18654[[package]]
18655name = "windows_aarch64_msvc"
18656version = "0.53.0"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18659
18660[[package]]
18661name = "windows_i686_gnu"
18662version = "0.42.2"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18665
18666[[package]]
18667name = "windows_i686_gnu"
18668version = "0.48.5"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18671
18672[[package]]
18673name = "windows_i686_gnu"
18674version = "0.52.6"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18677
18678[[package]]
18679name = "windows_i686_gnu"
18680version = "0.53.0"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18683
18684[[package]]
18685name = "windows_i686_gnullvm"
18686version = "0.52.6"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18689
18690[[package]]
18691name = "windows_i686_gnullvm"
18692version = "0.53.0"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18695
18696[[package]]
18697name = "windows_i686_msvc"
18698version = "0.42.2"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18701
18702[[package]]
18703name = "windows_i686_msvc"
18704version = "0.48.5"
18705source = "registry+https://github.com/rust-lang/crates.io-index"
18706checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18707
18708[[package]]
18709name = "windows_i686_msvc"
18710version = "0.52.6"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18713
18714[[package]]
18715name = "windows_i686_msvc"
18716version = "0.53.0"
18717source = "registry+https://github.com/rust-lang/crates.io-index"
18718checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18719
18720[[package]]
18721name = "windows_x86_64_gnu"
18722version = "0.42.2"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18725
18726[[package]]
18727name = "windows_x86_64_gnu"
18728version = "0.48.5"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18731
18732[[package]]
18733name = "windows_x86_64_gnu"
18734version = "0.52.6"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18737
18738[[package]]
18739name = "windows_x86_64_gnu"
18740version = "0.53.0"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18743
18744[[package]]
18745name = "windows_x86_64_gnullvm"
18746version = "0.42.2"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18749
18750[[package]]
18751name = "windows_x86_64_gnullvm"
18752version = "0.48.5"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18755
18756[[package]]
18757name = "windows_x86_64_gnullvm"
18758version = "0.52.6"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18761
18762[[package]]
18763name = "windows_x86_64_gnullvm"
18764version = "0.53.0"
18765source = "registry+https://github.com/rust-lang/crates.io-index"
18766checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18767
18768[[package]]
18769name = "windows_x86_64_msvc"
18770version = "0.42.2"
18771source = "registry+https://github.com/rust-lang/crates.io-index"
18772checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18773
18774[[package]]
18775name = "windows_x86_64_msvc"
18776version = "0.48.5"
18777source = "registry+https://github.com/rust-lang/crates.io-index"
18778checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18779
18780[[package]]
18781name = "windows_x86_64_msvc"
18782version = "0.52.6"
18783source = "registry+https://github.com/rust-lang/crates.io-index"
18784checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18785
18786[[package]]
18787name = "windows_x86_64_msvc"
18788version = "0.53.0"
18789source = "registry+https://github.com/rust-lang/crates.io-index"
18790checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18791
18792[[package]]
18793name = "winnow"
18794version = "0.7.6"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18797dependencies = [
18798 "memchr",
18799]
18800
18801[[package]]
18802name = "winreg"
18803version = "0.10.1"
18804source = "registry+https://github.com/rust-lang/crates.io-index"
18805checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18806dependencies = [
18807 "winapi",
18808]
18809
18810[[package]]
18811name = "winreg"
18812version = "0.50.0"
18813source = "registry+https://github.com/rust-lang/crates.io-index"
18814checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18815dependencies = [
18816 "cfg-if",
18817 "windows-sys 0.48.0",
18818]
18819
18820[[package]]
18821name = "winreg"
18822version = "0.52.0"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18825dependencies = [
18826 "cfg-if",
18827 "windows-sys 0.48.0",
18828]
18829
18830[[package]]
18831name = "winreg"
18832version = "0.55.0"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18835dependencies = [
18836 "cfg-if",
18837 "windows-sys 0.59.0",
18838]
18839
18840[[package]]
18841name = "winresource"
18842version = "0.1.20"
18843source = "registry+https://github.com/rust-lang/crates.io-index"
18844checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18845dependencies = [
18846 "toml 0.8.20",
18847 "version_check",
18848]
18849
18850[[package]]
18851name = "winsafe"
18852version = "0.0.19"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18855
18856[[package]]
18857name = "winx"
18858version = "0.36.4"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18861dependencies = [
18862 "bitflags 2.9.0",
18863 "windows-sys 0.59.0",
18864]
18865
18866[[package]]
18867name = "wio"
18868version = "0.2.2"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18871dependencies = [
18872 "winapi",
18873]
18874
18875[[package]]
18876name = "wit-bindgen"
18877version = "0.22.0"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18880dependencies = [
18881 "bitflags 2.9.0",
18882 "wit-bindgen-rt 0.22.0",
18883 "wit-bindgen-rust-macro 0.22.0",
18884]
18885
18886[[package]]
18887name = "wit-bindgen"
18888version = "0.41.0"
18889source = "registry+https://github.com/rust-lang/crates.io-index"
18890checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18891dependencies = [
18892 "wit-bindgen-rt 0.41.0",
18893 "wit-bindgen-rust-macro 0.41.0",
18894]
18895
18896[[package]]
18897name = "wit-bindgen-core"
18898version = "0.22.0"
18899source = "registry+https://github.com/rust-lang/crates.io-index"
18900checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18901dependencies = [
18902 "anyhow",
18903 "wit-parser 0.201.0",
18904]
18905
18906[[package]]
18907name = "wit-bindgen-core"
18908version = "0.41.0"
18909source = "registry+https://github.com/rust-lang/crates.io-index"
18910checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18911dependencies = [
18912 "anyhow",
18913 "heck 0.5.0",
18914 "wit-parser 0.227.1",
18915]
18916
18917[[package]]
18918name = "wit-bindgen-rt"
18919version = "0.22.0"
18920source = "registry+https://github.com/rust-lang/crates.io-index"
18921checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18922
18923[[package]]
18924name = "wit-bindgen-rt"
18925version = "0.39.0"
18926source = "registry+https://github.com/rust-lang/crates.io-index"
18927checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18928dependencies = [
18929 "bitflags 2.9.0",
18930]
18931
18932[[package]]
18933name = "wit-bindgen-rt"
18934version = "0.41.0"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18937dependencies = [
18938 "bitflags 2.9.0",
18939 "futures 0.3.31",
18940 "once_cell",
18941]
18942
18943[[package]]
18944name = "wit-bindgen-rust"
18945version = "0.22.0"
18946source = "registry+https://github.com/rust-lang/crates.io-index"
18947checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18948dependencies = [
18949 "anyhow",
18950 "heck 0.4.1",
18951 "indexmap",
18952 "wasm-metadata 0.201.0",
18953 "wit-bindgen-core 0.22.0",
18954 "wit-component 0.201.0",
18955]
18956
18957[[package]]
18958name = "wit-bindgen-rust"
18959version = "0.41.0"
18960source = "registry+https://github.com/rust-lang/crates.io-index"
18961checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18962dependencies = [
18963 "anyhow",
18964 "heck 0.5.0",
18965 "indexmap",
18966 "prettyplease",
18967 "syn 2.0.101",
18968 "wasm-metadata 0.227.1",
18969 "wit-bindgen-core 0.41.0",
18970 "wit-component 0.227.1",
18971]
18972
18973[[package]]
18974name = "wit-bindgen-rust-macro"
18975version = "0.22.0"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18978dependencies = [
18979 "anyhow",
18980 "proc-macro2",
18981 "quote",
18982 "syn 2.0.101",
18983 "wit-bindgen-core 0.22.0",
18984 "wit-bindgen-rust 0.22.0",
18985]
18986
18987[[package]]
18988name = "wit-bindgen-rust-macro"
18989version = "0.41.0"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18992dependencies = [
18993 "anyhow",
18994 "prettyplease",
18995 "proc-macro2",
18996 "quote",
18997 "syn 2.0.101",
18998 "wit-bindgen-core 0.41.0",
18999 "wit-bindgen-rust 0.41.0",
19000]
19001
19002[[package]]
19003name = "wit-component"
19004version = "0.201.0"
19005source = "registry+https://github.com/rust-lang/crates.io-index"
19006checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19007dependencies = [
19008 "anyhow",
19009 "bitflags 2.9.0",
19010 "indexmap",
19011 "log",
19012 "serde",
19013 "serde_derive",
19014 "serde_json",
19015 "wasm-encoder 0.201.0",
19016 "wasm-metadata 0.201.0",
19017 "wasmparser 0.201.0",
19018 "wit-parser 0.201.0",
19019]
19020
19021[[package]]
19022name = "wit-component"
19023version = "0.221.3"
19024source = "registry+https://github.com/rust-lang/crates.io-index"
19025checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19026dependencies = [
19027 "anyhow",
19028 "bitflags 2.9.0",
19029 "indexmap",
19030 "log",
19031 "serde",
19032 "serde_derive",
19033 "serde_json",
19034 "wasm-encoder 0.221.3",
19035 "wasm-metadata 0.221.3",
19036 "wasmparser 0.221.3",
19037 "wit-parser 0.221.3",
19038]
19039
19040[[package]]
19041name = "wit-component"
19042version = "0.227.1"
19043source = "registry+https://github.com/rust-lang/crates.io-index"
19044checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19045dependencies = [
19046 "anyhow",
19047 "bitflags 2.9.0",
19048 "indexmap",
19049 "log",
19050 "serde",
19051 "serde_derive",
19052 "serde_json",
19053 "wasm-encoder 0.227.1",
19054 "wasm-metadata 0.227.1",
19055 "wasmparser 0.227.1",
19056 "wit-parser 0.227.1",
19057]
19058
19059[[package]]
19060name = "wit-parser"
19061version = "0.201.0"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19064dependencies = [
19065 "anyhow",
19066 "id-arena",
19067 "indexmap",
19068 "log",
19069 "semver",
19070 "serde",
19071 "serde_derive",
19072 "serde_json",
19073 "unicode-xid",
19074 "wasmparser 0.201.0",
19075]
19076
19077[[package]]
19078name = "wit-parser"
19079version = "0.221.3"
19080source = "registry+https://github.com/rust-lang/crates.io-index"
19081checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19082dependencies = [
19083 "anyhow",
19084 "id-arena",
19085 "indexmap",
19086 "log",
19087 "semver",
19088 "serde",
19089 "serde_derive",
19090 "serde_json",
19091 "unicode-xid",
19092 "wasmparser 0.221.3",
19093]
19094
19095[[package]]
19096name = "wit-parser"
19097version = "0.227.1"
19098source = "registry+https://github.com/rust-lang/crates.io-index"
19099checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19100dependencies = [
19101 "anyhow",
19102 "id-arena",
19103 "indexmap",
19104 "log",
19105 "semver",
19106 "serde",
19107 "serde_derive",
19108 "serde_json",
19109 "unicode-xid",
19110 "wasmparser 0.227.1",
19111]
19112
19113[[package]]
19114name = "witx"
19115version = "0.9.1"
19116source = "registry+https://github.com/rust-lang/crates.io-index"
19117checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19118dependencies = [
19119 "anyhow",
19120 "log",
19121 "thiserror 1.0.69",
19122 "wast",
19123]
19124
19125[[package]]
19126name = "workspace"
19127version = "0.1.0"
19128dependencies = [
19129 "any_vec",
19130 "anyhow",
19131 "async-recursion 1.1.1",
19132 "bincode",
19133 "call",
19134 "client",
19135 "clock",
19136 "collections",
19137 "component",
19138 "dap",
19139 "db",
19140 "env_logger 0.11.8",
19141 "fs",
19142 "futures 0.3.31",
19143 "gpui",
19144 "http_client",
19145 "itertools 0.14.0",
19146 "language",
19147 "log",
19148 "menu",
19149 "node_runtime",
19150 "parking_lot",
19151 "postage",
19152 "project",
19153 "remote",
19154 "schemars",
19155 "serde",
19156 "serde_json",
19157 "session",
19158 "settings",
19159 "smallvec",
19160 "sqlez",
19161 "strum 0.27.1",
19162 "task",
19163 "telemetry",
19164 "tempfile",
19165 "theme",
19166 "ui",
19167 "util",
19168 "uuid",
19169 "windows 0.61.1",
19170 "workspace-hack",
19171 "zed_actions",
19172]
19173
19174[[package]]
19175name = "workspace-hack"
19176version = "0.1.0"
19177dependencies = [
19178 "aes",
19179 "ahash 0.8.11",
19180 "aho-corasick",
19181 "anstream",
19182 "arrayvec",
19183 "async-compression",
19184 "async-std",
19185 "async-tungstenite",
19186 "aws-config",
19187 "aws-credential-types",
19188 "aws-runtime",
19189 "aws-sigv4",
19190 "aws-smithy-async",
19191 "aws-smithy-http",
19192 "aws-smithy-runtime",
19193 "aws-smithy-runtime-api",
19194 "aws-smithy-types",
19195 "base64 0.22.1",
19196 "base64ct",
19197 "bigdecimal",
19198 "bit-set 0.8.0",
19199 "bit-vec 0.8.0",
19200 "bitflags 2.9.0",
19201 "bstr",
19202 "bytemuck",
19203 "byteorder",
19204 "bytes 1.10.1",
19205 "cc",
19206 "chrono",
19207 "cipher",
19208 "clang-sys",
19209 "clap",
19210 "clap_builder",
19211 "codespan-reporting 0.12.0",
19212 "concurrent-queue",
19213 "core-foundation 0.9.4",
19214 "core-foundation-sys",
19215 "coreaudio-sys",
19216 "cranelift-codegen",
19217 "crc32fast",
19218 "crossbeam-epoch",
19219 "crossbeam-utils",
19220 "crypto-common",
19221 "deranged",
19222 "digest",
19223 "either",
19224 "euclid",
19225 "event-listener 5.4.0",
19226 "event-listener-strategy",
19227 "flate2",
19228 "flume",
19229 "foldhash",
19230 "form_urlencoded",
19231 "futures 0.3.31",
19232 "futures-channel",
19233 "futures-core",
19234 "futures-executor",
19235 "futures-io",
19236 "futures-sink",
19237 "futures-task",
19238 "futures-util",
19239 "getrandom 0.2.15",
19240 "getrandom 0.3.2",
19241 "gimli",
19242 "half",
19243 "handlebars 4.5.0",
19244 "hashbrown 0.14.5",
19245 "hashbrown 0.15.3",
19246 "heck 0.4.1",
19247 "hmac",
19248 "hyper 0.14.32",
19249 "hyper-rustls 0.27.5",
19250 "idna",
19251 "indexmap",
19252 "inout",
19253 "itertools 0.12.1",
19254 "itertools 0.13.0",
19255 "jiff",
19256 "lazy_static",
19257 "libc",
19258 "libsqlite3-sys",
19259 "linux-raw-sys 0.4.15",
19260 "linux-raw-sys 0.9.4",
19261 "log",
19262 "lyon",
19263 "lyon_path",
19264 "md-5",
19265 "memchr",
19266 "miniz_oxide",
19267 "mio",
19268 "naga",
19269 "nix 0.29.0",
19270 "nom",
19271 "num-bigint",
19272 "num-bigint-dig",
19273 "num-integer",
19274 "num-iter",
19275 "num-rational",
19276 "num-traits",
19277 "objc2",
19278 "objc2-foundation",
19279 "objc2-metal",
19280 "object",
19281 "once_cell",
19282 "percent-encoding",
19283 "phf",
19284 "phf_shared",
19285 "prettyplease",
19286 "proc-macro2",
19287 "prost 0.9.0",
19288 "prost-types 0.9.0",
19289 "quote",
19290 "rand 0.8.5",
19291 "rand 0.9.1",
19292 "rand_chacha 0.3.1",
19293 "rand_core 0.6.4",
19294 "regalloc2",
19295 "regex",
19296 "regex-automata 0.4.9",
19297 "regex-syntax 0.8.5",
19298 "ring",
19299 "rust_decimal",
19300 "rustc-hash 1.1.0",
19301 "rustix 0.38.44",
19302 "rustix 1.0.7",
19303 "rustls 0.23.26",
19304 "rustls-webpki 0.103.1",
19305 "scopeguard",
19306 "sea-orm",
19307 "sea-query-binder",
19308 "security-framework 3.2.0",
19309 "security-framework-sys",
19310 "semver",
19311 "serde",
19312 "serde_derive",
19313 "serde_json",
19314 "sha1",
19315 "simd-adler32",
19316 "smallvec",
19317 "spin",
19318 "sqlx",
19319 "sqlx-macros",
19320 "sqlx-macros-core",
19321 "sqlx-postgres",
19322 "sqlx-sqlite",
19323 "strum 0.26.3",
19324 "subtle",
19325 "syn 1.0.109",
19326 "syn 2.0.101",
19327 "sync_wrapper 1.0.2",
19328 "thiserror 2.0.12",
19329 "time",
19330 "time-macros",
19331 "tokio",
19332 "tokio-rustls 0.26.2",
19333 "tokio-socks",
19334 "tokio-stream",
19335 "tokio-util",
19336 "toml_datetime",
19337 "toml_edit",
19338 "tower 0.5.2",
19339 "tracing",
19340 "tracing-core",
19341 "tungstenite 0.26.2",
19342 "unicode-normalization",
19343 "unicode-properties",
19344 "url",
19345 "uuid",
19346 "wasm-encoder 0.221.3",
19347 "wasmparser 0.221.3",
19348 "wasmtime",
19349 "wasmtime-cranelift",
19350 "wasmtime-environ",
19351 "winapi",
19352 "windows-core 0.61.0",
19353 "windows-numerics",
19354 "windows-sys 0.48.0",
19355 "windows-sys 0.52.0",
19356 "windows-sys 0.59.0",
19357 "winnow",
19358 "zeroize",
19359 "zvariant",
19360]
19361
19362[[package]]
19363name = "worktree"
19364version = "0.1.0"
19365dependencies = [
19366 "anyhow",
19367 "clock",
19368 "collections",
19369 "env_logger 0.11.8",
19370 "fs",
19371 "futures 0.3.31",
19372 "fuzzy",
19373 "git",
19374 "git2",
19375 "gpui",
19376 "http_client",
19377 "ignore",
19378 "language",
19379 "log",
19380 "parking_lot",
19381 "paths",
19382 "postage",
19383 "pretty_assertions",
19384 "rand 0.8.5",
19385 "rpc",
19386 "schemars",
19387 "serde",
19388 "serde_json",
19389 "settings",
19390 "smallvec",
19391 "smol",
19392 "sum_tree",
19393 "text",
19394 "util",
19395 "workspace-hack",
19396]
19397
19398[[package]]
19399name = "write16"
19400version = "1.0.0"
19401source = "registry+https://github.com/rust-lang/crates.io-index"
19402checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19403
19404[[package]]
19405name = "writeable"
19406version = "0.5.5"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19409
19410[[package]]
19411name = "wyz"
19412version = "0.5.1"
19413source = "registry+https://github.com/rust-lang/crates.io-index"
19414checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19415dependencies = [
19416 "tap",
19417]
19418
19419[[package]]
19420name = "x11"
19421version = "2.21.0"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19424dependencies = [
19425 "libc",
19426 "pkg-config",
19427]
19428
19429[[package]]
19430name = "x11-clipboard"
19431version = "0.9.3"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19434dependencies = [
19435 "libc",
19436 "x11rb",
19437]
19438
19439[[package]]
19440name = "x11rb"
19441version = "0.13.1"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19444dependencies = [
19445 "as-raw-xcb-connection",
19446 "gethostname",
19447 "libc",
19448 "rustix 0.38.44",
19449 "x11rb-protocol",
19450]
19451
19452[[package]]
19453name = "x11rb-protocol"
19454version = "0.13.1"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19457
19458[[package]]
19459name = "xattr"
19460version = "0.2.3"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19463dependencies = [
19464 "libc",
19465]
19466
19467[[package]]
19468name = "xcb"
19469version = "1.5.0"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19472dependencies = [
19473 "bitflags 1.3.2",
19474 "libc",
19475 "quick-xml 0.30.0",
19476 "x11",
19477]
19478
19479[[package]]
19480name = "xcursor"
19481version = "0.3.8"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19484
19485[[package]]
19486name = "xdg-home"
19487version = "1.3.0"
19488source = "registry+https://github.com/rust-lang/crates.io-index"
19489checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19490dependencies = [
19491 "libc",
19492 "windows-sys 0.59.0",
19493]
19494
19495[[package]]
19496name = "xim"
19497version = "0.4.0"
19498source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19499dependencies = [
19500 "ahash 0.8.11",
19501 "hashbrown 0.14.5",
19502 "log",
19503 "x11rb",
19504 "xim-ctext",
19505 "xim-parser",
19506]
19507
19508[[package]]
19509name = "xim-ctext"
19510version = "0.3.0"
19511source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19512dependencies = [
19513 "encoding_rs",
19514]
19515
19516[[package]]
19517name = "xim-parser"
19518version = "0.2.1"
19519source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19520dependencies = [
19521 "bitflags 2.9.0",
19522]
19523
19524[[package]]
19525name = "xkbcommon"
19526version = "0.8.0"
19527source = "registry+https://github.com/rust-lang/crates.io-index"
19528checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19529dependencies = [
19530 "as-raw-xcb-connection",
19531 "libc",
19532 "memmap2",
19533 "xkeysym",
19534]
19535
19536[[package]]
19537name = "xkeysym"
19538version = "0.2.1"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19541
19542[[package]]
19543name = "xml5ever"
19544version = "0.18.1"
19545source = "registry+https://github.com/rust-lang/crates.io-index"
19546checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19547dependencies = [
19548 "log",
19549 "mac",
19550 "markup5ever 0.12.1",
19551]
19552
19553[[package]]
19554name = "xmlparser"
19555version = "0.13.6"
19556source = "registry+https://github.com/rust-lang/crates.io-index"
19557checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19558
19559[[package]]
19560name = "xmlwriter"
19561version = "0.1.0"
19562source = "registry+https://github.com/rust-lang/crates.io-index"
19563checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19564
19565[[package]]
19566name = "xtask"
19567version = "0.1.0"
19568dependencies = [
19569 "anyhow",
19570 "cargo_metadata",
19571 "cargo_toml",
19572 "clap",
19573 "workspace-hack",
19574]
19575
19576[[package]]
19577name = "yaml-rust2"
19578version = "0.8.1"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19581dependencies = [
19582 "arraydeque",
19583 "encoding_rs",
19584 "hashlink 0.8.4",
19585]
19586
19587[[package]]
19588name = "yansi"
19589version = "1.0.1"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19592
19593[[package]]
19594name = "yazi"
19595version = "0.2.1"
19596source = "registry+https://github.com/rust-lang/crates.io-index"
19597checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19598
19599[[package]]
19600name = "yeslogic-fontconfig-sys"
19601version = "6.0.0"
19602source = "registry+https://github.com/rust-lang/crates.io-index"
19603checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19604dependencies = [
19605 "dlib",
19606 "once_cell",
19607 "pkg-config",
19608]
19609
19610[[package]]
19611name = "yoke"
19612version = "0.7.5"
19613source = "registry+https://github.com/rust-lang/crates.io-index"
19614checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19615dependencies = [
19616 "serde",
19617 "stable_deref_trait",
19618 "yoke-derive",
19619 "zerofrom",
19620]
19621
19622[[package]]
19623name = "yoke-derive"
19624version = "0.7.5"
19625source = "registry+https://github.com/rust-lang/crates.io-index"
19626checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19627dependencies = [
19628 "proc-macro2",
19629 "quote",
19630 "syn 2.0.101",
19631 "synstructure",
19632]
19633
19634[[package]]
19635name = "zbus"
19636version = "5.5.0"
19637source = "registry+https://github.com/rust-lang/crates.io-index"
19638checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19639dependencies = [
19640 "async-broadcast",
19641 "async-executor",
19642 "async-fs",
19643 "async-io",
19644 "async-lock",
19645 "async-process",
19646 "async-recursion 1.1.1",
19647 "async-task",
19648 "async-trait",
19649 "blocking",
19650 "enumflags2",
19651 "event-listener 5.4.0",
19652 "futures-core",
19653 "futures-lite 2.6.0",
19654 "hex",
19655 "nix 0.29.0",
19656 "ordered-stream",
19657 "serde",
19658 "serde_repr",
19659 "static_assertions",
19660 "tracing",
19661 "uds_windows",
19662 "windows-sys 0.59.0",
19663 "winnow",
19664 "xdg-home",
19665 "zbus_macros",
19666 "zbus_names",
19667 "zvariant",
19668]
19669
19670[[package]]
19671name = "zbus_macros"
19672version = "5.5.0"
19673source = "registry+https://github.com/rust-lang/crates.io-index"
19674checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19675dependencies = [
19676 "proc-macro-crate",
19677 "proc-macro2",
19678 "quote",
19679 "syn 2.0.101",
19680 "zbus_names",
19681 "zvariant",
19682 "zvariant_utils",
19683]
19684
19685[[package]]
19686name = "zbus_names"
19687version = "4.2.0"
19688source = "registry+https://github.com/rust-lang/crates.io-index"
19689checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19690dependencies = [
19691 "serde",
19692 "static_assertions",
19693 "winnow",
19694 "zvariant",
19695]
19696
19697[[package]]
19698name = "zed"
19699version = "0.188.5"
19700dependencies = [
19701 "activity_indicator",
19702 "agent",
19703 "anyhow",
19704 "ashpd",
19705 "askpass",
19706 "assets",
19707 "assistant_context_editor",
19708 "assistant_settings",
19709 "assistant_tool",
19710 "assistant_tools",
19711 "async-watch",
19712 "audio",
19713 "auto_update",
19714 "auto_update_ui",
19715 "backtrace",
19716 "breadcrumbs",
19717 "call",
19718 "channel",
19719 "chrono",
19720 "clap",
19721 "cli",
19722 "client",
19723 "collab_ui",
19724 "collections",
19725 "command_palette",
19726 "component",
19727 "copilot",
19728 "dap",
19729 "dap_adapters",
19730 "db",
19731 "debug_adapter_extension",
19732 "debugger_tools",
19733 "debugger_ui",
19734 "diagnostics",
19735 "editor",
19736 "env_logger 0.11.8",
19737 "extension",
19738 "extension_host",
19739 "extensions_ui",
19740 "feature_flags",
19741 "feedback",
19742 "file_finder",
19743 "fs",
19744 "futures 0.3.31",
19745 "git",
19746 "git_hosting_providers",
19747 "git_ui",
19748 "go_to_line",
19749 "gpui",
19750 "gpui_tokio",
19751 "http_client",
19752 "image_viewer",
19753 "indoc",
19754 "inline_completion_button",
19755 "install_cli",
19756 "jj_ui",
19757 "journal",
19758 "language",
19759 "language_extension",
19760 "language_model",
19761 "language_models",
19762 "language_selector",
19763 "language_tools",
19764 "languages",
19765 "libc",
19766 "log",
19767 "markdown",
19768 "markdown_preview",
19769 "menu",
19770 "migrator",
19771 "mimalloc",
19772 "nix 0.29.0",
19773 "node_runtime",
19774 "notifications",
19775 "outline",
19776 "outline_panel",
19777 "parking_lot",
19778 "paths",
19779 "picker",
19780 "profiling",
19781 "project",
19782 "project_panel",
19783 "project_symbols",
19784 "prompt_store",
19785 "proto",
19786 "recent_projects",
19787 "release_channel",
19788 "remote",
19789 "repl",
19790 "reqwest_client",
19791 "rope",
19792 "search",
19793 "serde",
19794 "serde_json",
19795 "session",
19796 "settings",
19797 "settings_ui",
19798 "shellexpand 2.1.2",
19799 "smol",
19800 "snippet_provider",
19801 "snippets_ui",
19802 "supermaven",
19803 "sysinfo",
19804 "tab_switcher",
19805 "task",
19806 "tasks_ui",
19807 "telemetry",
19808 "telemetry_events",
19809 "terminal_view",
19810 "theme",
19811 "theme_extension",
19812 "theme_selector",
19813 "time",
19814 "title_bar",
19815 "toolchain_selector",
19816 "tree-sitter-md",
19817 "tree-sitter-rust",
19818 "ui",
19819 "ui_input",
19820 "ui_prompt",
19821 "url",
19822 "urlencoding",
19823 "util",
19824 "uuid",
19825 "vim",
19826 "vim_mode_setting",
19827 "web_search",
19828 "web_search_providers",
19829 "welcome",
19830 "windows 0.61.1",
19831 "winresource",
19832 "workspace",
19833 "workspace-hack",
19834 "zed_actions",
19835 "zeta",
19836 "zlog",
19837 "zlog_settings",
19838]
19839
19840[[package]]
19841name = "zed_actions"
19842version = "0.1.0"
19843dependencies = [
19844 "gpui",
19845 "schemars",
19846 "serde",
19847 "uuid",
19848 "workspace-hack",
19849]
19850
19851[[package]]
19852name = "zed_emmet"
19853version = "0.0.3"
19854dependencies = [
19855 "zed_extension_api 0.1.0",
19856]
19857
19858[[package]]
19859name = "zed_extension_api"
19860version = "0.1.0"
19861source = "registry+https://github.com/rust-lang/crates.io-index"
19862checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19863dependencies = [
19864 "serde",
19865 "serde_json",
19866 "wit-bindgen 0.22.0",
19867]
19868
19869[[package]]
19870name = "zed_extension_api"
19871version = "0.6.0"
19872dependencies = [
19873 "serde",
19874 "serde_json",
19875 "wit-bindgen 0.41.0",
19876]
19877
19878[[package]]
19879name = "zed_glsl"
19880version = "0.1.0"
19881dependencies = [
19882 "zed_extension_api 0.1.0",
19883]
19884
19885[[package]]
19886name = "zed_html"
19887version = "0.2.1"
19888dependencies = [
19889 "zed_extension_api 0.1.0",
19890]
19891
19892[[package]]
19893name = "zed_llm_client"
19894version = "0.8.4"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "de7d9523255f4e00ee3d0918e5407bd252d798a4a8e71f6d37f23317a1588203"
19897dependencies = [
19898 "anyhow",
19899 "serde",
19900 "serde_json",
19901 "strum 0.27.1",
19902 "uuid",
19903]
19904
19905[[package]]
19906name = "zed_proto"
19907version = "0.2.2"
19908dependencies = [
19909 "zed_extension_api 0.1.0",
19910]
19911
19912[[package]]
19913name = "zed_ruff"
19914version = "0.1.0"
19915dependencies = [
19916 "zed_extension_api 0.1.0",
19917]
19918
19919[[package]]
19920name = "zed_snippets"
19921version = "0.0.5"
19922dependencies = [
19923 "serde_json",
19924 "zed_extension_api 0.1.0",
19925]
19926
19927[[package]]
19928name = "zed_test_extension"
19929version = "0.1.0"
19930dependencies = [
19931 "zed_extension_api 0.6.0",
19932]
19933
19934[[package]]
19935name = "zed_toml"
19936version = "0.1.3"
19937dependencies = [
19938 "zed_extension_api 0.1.0",
19939]
19940
19941[[package]]
19942name = "zeno"
19943version = "0.3.2"
19944source = "registry+https://github.com/rust-lang/crates.io-index"
19945checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19946
19947[[package]]
19948name = "zerocopy"
19949version = "0.7.35"
19950source = "registry+https://github.com/rust-lang/crates.io-index"
19951checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19952dependencies = [
19953 "zerocopy-derive 0.7.35",
19954]
19955
19956[[package]]
19957name = "zerocopy"
19958version = "0.8.24"
19959source = "registry+https://github.com/rust-lang/crates.io-index"
19960checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19961dependencies = [
19962 "zerocopy-derive 0.8.24",
19963]
19964
19965[[package]]
19966name = "zerocopy-derive"
19967version = "0.7.35"
19968source = "registry+https://github.com/rust-lang/crates.io-index"
19969checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19970dependencies = [
19971 "proc-macro2",
19972 "quote",
19973 "syn 2.0.101",
19974]
19975
19976[[package]]
19977name = "zerocopy-derive"
19978version = "0.8.24"
19979source = "registry+https://github.com/rust-lang/crates.io-index"
19980checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19981dependencies = [
19982 "proc-macro2",
19983 "quote",
19984 "syn 2.0.101",
19985]
19986
19987[[package]]
19988name = "zerofrom"
19989version = "0.1.6"
19990source = "registry+https://github.com/rust-lang/crates.io-index"
19991checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19992dependencies = [
19993 "zerofrom-derive",
19994]
19995
19996[[package]]
19997name = "zerofrom-derive"
19998version = "0.1.6"
19999source = "registry+https://github.com/rust-lang/crates.io-index"
20000checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20001dependencies = [
20002 "proc-macro2",
20003 "quote",
20004 "syn 2.0.101",
20005 "synstructure",
20006]
20007
20008[[package]]
20009name = "zeroize"
20010version = "1.8.1"
20011source = "registry+https://github.com/rust-lang/crates.io-index"
20012checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20013dependencies = [
20014 "zeroize_derive",
20015]
20016
20017[[package]]
20018name = "zeroize_derive"
20019version = "1.4.2"
20020source = "registry+https://github.com/rust-lang/crates.io-index"
20021checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20022dependencies = [
20023 "proc-macro2",
20024 "quote",
20025 "syn 2.0.101",
20026]
20027
20028[[package]]
20029name = "zeromq"
20030version = "0.5.0-pre"
20031source = "registry+https://github.com/rust-lang/crates.io-index"
20032checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20033dependencies = [
20034 "async-dispatcher",
20035 "async-std",
20036 "async-trait",
20037 "asynchronous-codec",
20038 "bytes 1.10.1",
20039 "crossbeam-queue",
20040 "dashmap 5.5.3",
20041 "futures 0.3.31",
20042 "log",
20043 "num-traits",
20044 "once_cell",
20045 "parking_lot",
20046 "rand 0.8.5",
20047 "regex",
20048 "thiserror 1.0.69",
20049 "uuid",
20050]
20051
20052[[package]]
20053name = "zerovec"
20054version = "0.10.4"
20055source = "registry+https://github.com/rust-lang/crates.io-index"
20056checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20057dependencies = [
20058 "yoke",
20059 "zerofrom",
20060 "zerovec-derive",
20061]
20062
20063[[package]]
20064name = "zerovec-derive"
20065version = "0.10.3"
20066source = "registry+https://github.com/rust-lang/crates.io-index"
20067checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20068dependencies = [
20069 "proc-macro2",
20070 "quote",
20071 "syn 2.0.101",
20072]
20073
20074[[package]]
20075name = "zeta"
20076version = "0.1.0"
20077dependencies = [
20078 "anyhow",
20079 "arrayvec",
20080 "call",
20081 "client",
20082 "clock",
20083 "collections",
20084 "command_palette_hooks",
20085 "ctor",
20086 "db",
20087 "editor",
20088 "env_logger 0.11.8",
20089 "feature_flags",
20090 "fs",
20091 "futures 0.3.31",
20092 "gpui",
20093 "http_client",
20094 "indoc",
20095 "inline_completion",
20096 "language",
20097 "language_model",
20098 "log",
20099 "menu",
20100 "migrator",
20101 "paths",
20102 "postage",
20103 "project",
20104 "proto",
20105 "regex",
20106 "release_channel",
20107 "reqwest_client",
20108 "rpc",
20109 "serde",
20110 "serde_json",
20111 "settings",
20112 "telemetry",
20113 "telemetry_events",
20114 "theme",
20115 "thiserror 2.0.12",
20116 "tree-sitter-go",
20117 "tree-sitter-rust",
20118 "ui",
20119 "unindent",
20120 "util",
20121 "uuid",
20122 "workspace",
20123 "workspace-hack",
20124 "worktree",
20125 "zed_actions",
20126 "zed_llm_client",
20127]
20128
20129[[package]]
20130name = "zip"
20131version = "0.6.6"
20132source = "registry+https://github.com/rust-lang/crates.io-index"
20133checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20134dependencies = [
20135 "aes",
20136 "byteorder",
20137 "bzip2",
20138 "constant_time_eq 0.1.5",
20139 "crc32fast",
20140 "crossbeam-utils",
20141 "flate2",
20142 "hmac",
20143 "pbkdf2 0.11.0",
20144 "sha1",
20145 "time",
20146 "zstd",
20147]
20148
20149[[package]]
20150name = "zlib-rs"
20151version = "0.5.0"
20152source = "registry+https://github.com/rust-lang/crates.io-index"
20153checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20154
20155[[package]]
20156name = "zlog"
20157version = "0.1.0"
20158dependencies = [
20159 "anyhow",
20160 "chrono",
20161 "log",
20162 "tempfile",
20163 "workspace-hack",
20164]
20165
20166[[package]]
20167name = "zlog_settings"
20168version = "0.1.0"
20169dependencies = [
20170 "anyhow",
20171 "gpui",
20172 "schemars",
20173 "serde",
20174 "settings",
20175 "workspace-hack",
20176 "zlog",
20177]
20178
20179[[package]]
20180name = "zstd"
20181version = "0.11.2+zstd.1.5.2"
20182source = "registry+https://github.com/rust-lang/crates.io-index"
20183checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20184dependencies = [
20185 "zstd-safe",
20186]
20187
20188[[package]]
20189name = "zstd-safe"
20190version = "5.0.2+zstd.1.5.2"
20191source = "registry+https://github.com/rust-lang/crates.io-index"
20192checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20193dependencies = [
20194 "libc",
20195 "zstd-sys",
20196]
20197
20198[[package]]
20199name = "zstd-sys"
20200version = "2.0.15+zstd.1.5.7"
20201source = "registry+https://github.com/rust-lang/crates.io-index"
20202checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20203dependencies = [
20204 "cc",
20205 "pkg-config",
20206]
20207
20208[[package]]
20209name = "zune-core"
20210version = "0.4.12"
20211source = "registry+https://github.com/rust-lang/crates.io-index"
20212checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20213
20214[[package]]
20215name = "zune-inflate"
20216version = "0.2.54"
20217source = "registry+https://github.com/rust-lang/crates.io-index"
20218checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20219dependencies = [
20220 "simd-adler32",
20221]
20222
20223[[package]]
20224name = "zune-jpeg"
20225version = "0.4.14"
20226source = "registry+https://github.com/rust-lang/crates.io-index"
20227checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20228dependencies = [
20229 "zune-core",
20230]
20231
20232[[package]]
20233name = "zvariant"
20234version = "5.4.0"
20235source = "registry+https://github.com/rust-lang/crates.io-index"
20236checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20237dependencies = [
20238 "endi",
20239 "enumflags2",
20240 "serde",
20241 "static_assertions",
20242 "url",
20243 "winnow",
20244 "zvariant_derive",
20245 "zvariant_utils",
20246]
20247
20248[[package]]
20249name = "zvariant_derive"
20250version = "5.4.0"
20251source = "registry+https://github.com/rust-lang/crates.io-index"
20252checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20253dependencies = [
20254 "proc-macro-crate",
20255 "proc-macro2",
20256 "quote",
20257 "syn 2.0.101",
20258 "zvariant_utils",
20259]
20260
20261[[package]]
20262name = "zvariant_utils"
20263version = "3.2.0"
20264source = "registry+https://github.com/rust-lang/crates.io-index"
20265checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20266dependencies = [
20267 "proc-macro2",
20268 "quote",
20269 "serde",
20270 "static_assertions",
20271 "syn 2.0.101",
20272 "winnow",
20273]