Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21 "workspace-hack",
   22]
   23
   24[[package]]
   25name = "addr2line"
   26version = "0.24.2"
   27source = "registry+https://github.com/rust-lang/crates.io-index"
   28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   29dependencies = [
   30 "gimli",
   31]
   32
   33[[package]]
   34name = "adler2"
   35version = "2.0.0"
   36source = "registry+https://github.com/rust-lang/crates.io-index"
   37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   38
   39[[package]]
   40name = "aes"
   41version = "0.8.4"
   42source = "registry+https://github.com/rust-lang/crates.io-index"
   43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   44dependencies = [
   45 "cfg-if",
   46 "cipher",
   47 "cpufeatures",
   48 "zeroize",
   49]
   50
   51[[package]]
   52name = "agent"
   53version = "0.1.0"
   54dependencies = [
   55 "anyhow",
   56 "assistant_context_editor",
   57 "assistant_settings",
   58 "assistant_slash_command",
   59 "assistant_slash_commands",
   60 "assistant_tool",
   61 "async-watch",
   62 "buffer_diff",
   63 "chrono",
   64 "client",
   65 "collections",
   66 "component",
   67 "context_server",
   68 "convert_case 0.8.0",
   69 "db",
   70 "editor",
   71 "extension",
   72 "feature_flags",
   73 "file_icons",
   74 "fs",
   75 "futures 0.3.31",
   76 "fuzzy",
   77 "git",
   78 "gpui",
   79 "heed",
   80 "html_to_markdown",
   81 "http_client",
   82 "indexed_docs",
   83 "indoc",
   84 "inventory",
   85 "itertools 0.14.0",
   86 "jsonschema",
   87 "language",
   88 "language_model",
   89 "log",
   90 "lsp",
   91 "markdown",
   92 "menu",
   93 "multi_buffer",
   94 "notifications",
   95 "ordered-float 2.10.1",
   96 "parking_lot",
   97 "paths",
   98 "picker",
   99 "postage",
  100 "project",
  101 "prompt_store",
  102 "proto",
  103 "rand 0.8.5",
  104 "ref-cast",
  105 "release_channel",
  106 "rope",
  107 "rules_library",
  108 "schemars",
  109 "search",
  110 "serde",
  111 "serde_json",
  112 "serde_json_lenient",
  113 "settings",
  114 "smallvec",
  115 "smol",
  116 "streaming_diff",
  117 "telemetry",
  118 "telemetry_events",
  119 "terminal",
  120 "terminal_view",
  121 "text",
  122 "theme",
  123 "thiserror 2.0.12",
  124 "time",
  125 "time_format",
  126 "ui",
  127 "ui_input",
  128 "urlencoding",
  129 "util",
  130 "uuid",
  131 "workspace",
  132 "workspace-hack",
  133 "zed_actions",
  134 "zed_llm_client",
  135]
  136
  137[[package]]
  138name = "ahash"
  139version = "0.7.8"
  140source = "registry+https://github.com/rust-lang/crates.io-index"
  141checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  142dependencies = [
  143 "getrandom 0.2.15",
  144 "once_cell",
  145 "version_check",
  146]
  147
  148[[package]]
  149name = "ahash"
  150version = "0.8.11"
  151source = "registry+https://github.com/rust-lang/crates.io-index"
  152checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  153dependencies = [
  154 "cfg-if",
  155 "const-random",
  156 "getrandom 0.2.15",
  157 "once_cell",
  158 "serde",
  159 "version_check",
  160 "zerocopy 0.7.35",
  161]
  162
  163[[package]]
  164name = "aho-corasick"
  165version = "1.1.3"
  166source = "registry+https://github.com/rust-lang/crates.io-index"
  167checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  168dependencies = [
  169 "memchr",
  170]
  171
  172[[package]]
  173name = "alacritty_terminal"
  174version = "0.25.1-dev"
  175source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
  176dependencies = [
  177 "base64 0.22.1",
  178 "bitflags 2.9.0",
  179 "home",
  180 "libc",
  181 "log",
  182 "miow",
  183 "parking_lot",
  184 "piper",
  185 "polling",
  186 "regex-automata 0.4.9",
  187 "rustix-openpty",
  188 "serde",
  189 "signal-hook",
  190 "unicode-width 0.1.14",
  191 "vte",
  192 "windows-sys 0.59.0",
  193]
  194
  195[[package]]
  196name = "aliasable"
  197version = "0.1.3"
  198source = "registry+https://github.com/rust-lang/crates.io-index"
  199checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  200
  201[[package]]
  202name = "aligned-vec"
  203version = "0.5.0"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  206
  207[[package]]
  208name = "allocator-api2"
  209version = "0.2.21"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  212
  213[[package]]
  214name = "alsa"
  215version = "0.9.1"
  216source = "registry+https://github.com/rust-lang/crates.io-index"
  217checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  218dependencies = [
  219 "alsa-sys",
  220 "bitflags 2.9.0",
  221 "cfg-if",
  222 "libc",
  223]
  224
  225[[package]]
  226name = "alsa-sys"
  227version = "0.3.1"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  230dependencies = [
  231 "libc",
  232 "pkg-config",
  233]
  234
  235[[package]]
  236name = "ambient-authority"
  237version = "0.0.2"
  238source = "registry+https://github.com/rust-lang/crates.io-index"
  239checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  240
  241[[package]]
  242name = "ammonia"
  243version = "4.1.0"
  244source = "registry+https://github.com/rust-lang/crates.io-index"
  245checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
  246dependencies = [
  247 "cssparser",
  248 "html5ever 0.31.0",
  249 "maplit",
  250 "tendril",
  251 "url",
  252]
  253
  254[[package]]
  255name = "android-tzdata"
  256version = "0.1.1"
  257source = "registry+https://github.com/rust-lang/crates.io-index"
  258checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  259
  260[[package]]
  261name = "android_system_properties"
  262version = "0.1.5"
  263source = "registry+https://github.com/rust-lang/crates.io-index"
  264checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  265dependencies = [
  266 "libc",
  267]
  268
  269[[package]]
  270name = "anes"
  271version = "0.1.6"
  272source = "registry+https://github.com/rust-lang/crates.io-index"
  273checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  274
  275[[package]]
  276name = "anstream"
  277version = "0.6.18"
  278source = "registry+https://github.com/rust-lang/crates.io-index"
  279checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  280dependencies = [
  281 "anstyle",
  282 "anstyle-parse",
  283 "anstyle-query",
  284 "anstyle-wincon",
  285 "colorchoice",
  286 "is_terminal_polyfill",
  287 "utf8parse",
  288]
  289
  290[[package]]
  291name = "anstyle"
  292version = "1.0.10"
  293source = "registry+https://github.com/rust-lang/crates.io-index"
  294checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  295
  296[[package]]
  297name = "anstyle-parse"
  298version = "0.2.6"
  299source = "registry+https://github.com/rust-lang/crates.io-index"
  300checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  301dependencies = [
  302 "utf8parse",
  303]
  304
  305[[package]]
  306name = "anstyle-query"
  307version = "1.1.2"
  308source = "registry+https://github.com/rust-lang/crates.io-index"
  309checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  310dependencies = [
  311 "windows-sys 0.59.0",
  312]
  313
  314[[package]]
  315name = "anstyle-wincon"
  316version = "3.0.7"
  317source = "registry+https://github.com/rust-lang/crates.io-index"
  318checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
  319dependencies = [
  320 "anstyle",
  321 "once_cell",
  322 "windows-sys 0.59.0",
  323]
  324
  325[[package]]
  326name = "anthropic"
  327version = "0.1.0"
  328dependencies = [
  329 "anyhow",
  330 "chrono",
  331 "futures 0.3.31",
  332 "http_client",
  333 "schemars",
  334 "serde",
  335 "serde_json",
  336 "strum 0.27.1",
  337 "thiserror 2.0.12",
  338 "workspace-hack",
  339]
  340
  341[[package]]
  342name = "any_vec"
  343version = "0.14.0"
  344source = "registry+https://github.com/rust-lang/crates.io-index"
  345checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  346
  347[[package]]
  348name = "anyhow"
  349version = "1.0.98"
  350source = "registry+https://github.com/rust-lang/crates.io-index"
  351checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
  352
  353[[package]]
  354name = "approx"
  355version = "0.5.1"
  356source = "registry+https://github.com/rust-lang/crates.io-index"
  357checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  358dependencies = [
  359 "num-traits",
  360]
  361
  362[[package]]
  363name = "arbitrary"
  364version = "1.4.1"
  365source = "registry+https://github.com/rust-lang/crates.io-index"
  366checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  367
  368[[package]]
  369name = "arc-swap"
  370version = "1.7.1"
  371source = "registry+https://github.com/rust-lang/crates.io-index"
  372checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
  373
  374[[package]]
  375name = "arg_enum_proc_macro"
  376version = "0.3.4"
  377source = "registry+https://github.com/rust-lang/crates.io-index"
  378checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  379dependencies = [
  380 "proc-macro2",
  381 "quote",
  382 "syn 2.0.101",
  383]
  384
  385[[package]]
  386name = "arraydeque"
  387version = "0.5.1"
  388source = "registry+https://github.com/rust-lang/crates.io-index"
  389checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  390
  391[[package]]
  392name = "arrayref"
  393version = "0.3.9"
  394source = "registry+https://github.com/rust-lang/crates.io-index"
  395checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  396
  397[[package]]
  398name = "arrayvec"
  399version = "0.7.6"
  400source = "registry+https://github.com/rust-lang/crates.io-index"
  401checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  402dependencies = [
  403 "serde",
  404]
  405
  406[[package]]
  407name = "as-raw-xcb-connection"
  408version = "1.0.1"
  409source = "registry+https://github.com/rust-lang/crates.io-index"
  410checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  411
  412[[package]]
  413name = "ascii"
  414version = "1.1.0"
  415source = "registry+https://github.com/rust-lang/crates.io-index"
  416checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  417
  418[[package]]
  419name = "ash"
  420version = "0.38.0+1.3.281"
  421source = "registry+https://github.com/rust-lang/crates.io-index"
  422checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  423dependencies = [
  424 "libloading",
  425]
  426
  427[[package]]
  428name = "ash-window"
  429version = "0.13.0"
  430source = "registry+https://github.com/rust-lang/crates.io-index"
  431checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  432dependencies = [
  433 "ash",
  434 "raw-window-handle",
  435 "raw-window-metal",
  436]
  437
  438[[package]]
  439name = "ashpd"
  440version = "0.11.0"
  441source = "registry+https://github.com/rust-lang/crates.io-index"
  442checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  443dependencies = [
  444 "async-fs",
  445 "async-net",
  446 "enumflags2",
  447 "futures-channel",
  448 "futures-util",
  449 "rand 0.9.1",
  450 "serde",
  451 "serde_repr",
  452 "url",
  453 "zbus",
  454]
  455
  456[[package]]
  457name = "askpass"
  458version = "0.1.0"
  459dependencies = [
  460 "anyhow",
  461 "futures 0.3.31",
  462 "gpui",
  463 "shlex",
  464 "smol",
  465 "tempfile",
  466 "util",
  467 "workspace-hack",
  468]
  469
  470[[package]]
  471name = "assets"
  472version = "0.1.0"
  473dependencies = [
  474 "anyhow",
  475 "gpui",
  476 "rust-embed",
  477 "workspace-hack",
  478]
  479
  480[[package]]
  481name = "assistant_context_editor"
  482version = "0.1.0"
  483dependencies = [
  484 "anyhow",
  485 "assistant_settings",
  486 "assistant_slash_command",
  487 "assistant_slash_commands",
  488 "chrono",
  489 "client",
  490 "clock",
  491 "collections",
  492 "context_server",
  493 "editor",
  494 "feature_flags",
  495 "fs",
  496 "futures 0.3.31",
  497 "fuzzy",
  498 "gpui",
  499 "indexed_docs",
  500 "language",
  501 "language_model",
  502 "languages",
  503 "log",
  504 "multi_buffer",
  505 "open_ai",
  506 "ordered-float 2.10.1",
  507 "parking_lot",
  508 "paths",
  509 "picker",
  510 "pretty_assertions",
  511 "project",
  512 "prompt_store",
  513 "proto",
  514 "rand 0.8.5",
  515 "regex",
  516 "rope",
  517 "rpc",
  518 "serde",
  519 "serde_json",
  520 "settings",
  521 "smallvec",
  522 "smol",
  523 "telemetry_events",
  524 "text",
  525 "theme",
  526 "tree-sitter-md",
  527 "ui",
  528 "unindent",
  529 "util",
  530 "uuid",
  531 "workspace",
  532 "workspace-hack",
  533 "zed_actions",
  534]
  535
  536[[package]]
  537name = "assistant_settings"
  538version = "0.1.0"
  539dependencies = [
  540 "anthropic",
  541 "anyhow",
  542 "collections",
  543 "deepseek",
  544 "fs",
  545 "gpui",
  546 "indexmap",
  547 "language_model",
  548 "lmstudio",
  549 "log",
  550 "mistral",
  551 "ollama",
  552 "open_ai",
  553 "paths",
  554 "schemars",
  555 "serde",
  556 "serde_json",
  557 "serde_json_lenient",
  558 "settings",
  559 "workspace-hack",
  560 "zed_llm_client",
  561]
  562
  563[[package]]
  564name = "assistant_slash_command"
  565version = "0.1.0"
  566dependencies = [
  567 "anyhow",
  568 "async-trait",
  569 "collections",
  570 "derive_more",
  571 "extension",
  572 "futures 0.3.31",
  573 "gpui",
  574 "language",
  575 "language_model",
  576 "parking_lot",
  577 "pretty_assertions",
  578 "serde",
  579 "serde_json",
  580 "ui",
  581 "workspace",
  582 "workspace-hack",
  583]
  584
  585[[package]]
  586name = "assistant_slash_commands"
  587version = "0.1.0"
  588dependencies = [
  589 "anyhow",
  590 "assistant_slash_command",
  591 "cargo_toml",
  592 "chrono",
  593 "collections",
  594 "context_server",
  595 "editor",
  596 "env_logger 0.11.8",
  597 "feature_flags",
  598 "fs",
  599 "futures 0.3.31",
  600 "fuzzy",
  601 "globset",
  602 "gpui",
  603 "html_to_markdown",
  604 "http_client",
  605 "indexed_docs",
  606 "language",
  607 "pretty_assertions",
  608 "project",
  609 "prompt_store",
  610 "rope",
  611 "serde",
  612 "serde_json",
  613 "settings",
  614 "smol",
  615 "text",
  616 "toml 0.8.20",
  617 "ui",
  618 "util",
  619 "workspace",
  620 "workspace-hack",
  621 "worktree",
  622]
  623
  624[[package]]
  625name = "assistant_tool"
  626version = "0.1.0"
  627dependencies = [
  628 "anyhow",
  629 "buffer_diff",
  630 "clock",
  631 "collections",
  632 "ctor",
  633 "derive_more",
  634 "env_logger 0.11.8",
  635 "futures 0.3.31",
  636 "gpui",
  637 "icons",
  638 "language",
  639 "language_model",
  640 "log",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "project",
  644 "rand 0.8.5",
  645 "regex",
  646 "serde",
  647 "serde_json",
  648 "settings",
  649 "text",
  650 "util",
  651 "workspace",
  652 "workspace-hack",
  653]
  654
  655[[package]]
  656name = "assistant_tools"
  657version = "0.1.0"
  658dependencies = [
  659 "aho-corasick",
  660 "anyhow",
  661 "assistant_settings",
  662 "assistant_tool",
  663 "buffer_diff",
  664 "chrono",
  665 "client",
  666 "clock",
  667 "collections",
  668 "component",
  669 "derive_more",
  670 "editor",
  671 "feature_flags",
  672 "fs",
  673 "futures 0.3.31",
  674 "gpui",
  675 "gpui_tokio",
  676 "handlebars 4.5.0",
  677 "html_to_markdown",
  678 "http_client",
  679 "indoc",
  680 "itertools 0.14.0",
  681 "language",
  682 "language_model",
  683 "language_models",
  684 "log",
  685 "markdown",
  686 "open",
  687 "paths",
  688 "portable-pty",
  689 "pretty_assertions",
  690 "project",
  691 "prompt_store",
  692 "rand 0.8.5",
  693 "regex",
  694 "reqwest_client",
  695 "rust-embed",
  696 "schemars",
  697 "serde",
  698 "serde_json",
  699 "settings",
  700 "smallvec",
  701 "streaming_diff",
  702 "strsim",
  703 "task",
  704 "tempfile",
  705 "terminal",
  706 "terminal_view",
  707 "theme",
  708 "tree-sitter-rust",
  709 "ui",
  710 "unindent",
  711 "util",
  712 "web_search",
  713 "which 6.0.3",
  714 "workspace",
  715 "workspace-hack",
  716 "zed_llm_client",
  717 "zlog",
  718]
  719
  720[[package]]
  721name = "async-attributes"
  722version = "1.1.2"
  723source = "registry+https://github.com/rust-lang/crates.io-index"
  724checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  725dependencies = [
  726 "quote",
  727 "syn 1.0.109",
  728]
  729
  730[[package]]
  731name = "async-broadcast"
  732version = "0.7.2"
  733source = "registry+https://github.com/rust-lang/crates.io-index"
  734checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  735dependencies = [
  736 "event-listener 5.4.0",
  737 "event-listener-strategy",
  738 "futures-core",
  739 "pin-project-lite",
  740]
  741
  742[[package]]
  743name = "async-channel"
  744version = "1.9.0"
  745source = "registry+https://github.com/rust-lang/crates.io-index"
  746checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  747dependencies = [
  748 "concurrent-queue",
  749 "event-listener 2.5.3",
  750 "futures-core",
  751]
  752
  753[[package]]
  754name = "async-channel"
  755version = "2.3.1"
  756source = "registry+https://github.com/rust-lang/crates.io-index"
  757checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  758dependencies = [
  759 "concurrent-queue",
  760 "event-listener-strategy",
  761 "futures-core",
  762 "pin-project-lite",
  763]
  764
  765[[package]]
  766name = "async-compat"
  767version = "0.2.4"
  768source = "registry+https://github.com/rust-lang/crates.io-index"
  769checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  770dependencies = [
  771 "futures-core",
  772 "futures-io",
  773 "once_cell",
  774 "pin-project-lite",
  775 "tokio",
  776]
  777
  778[[package]]
  779name = "async-compression"
  780version = "0.4.22"
  781source = "registry+https://github.com/rust-lang/crates.io-index"
  782checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  783dependencies = [
  784 "deflate64",
  785 "flate2",
  786 "futures-core",
  787 "futures-io",
  788 "memchr",
  789 "pin-project-lite",
  790]
  791
  792[[package]]
  793name = "async-dispatcher"
  794version = "0.1.2"
  795source = "registry+https://github.com/rust-lang/crates.io-index"
  796checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  797dependencies = [
  798 "async-task",
  799 "futures-lite 1.13.0",
  800]
  801
  802[[package]]
  803name = "async-executor"
  804version = "1.13.1"
  805source = "registry+https://github.com/rust-lang/crates.io-index"
  806checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  807dependencies = [
  808 "async-task",
  809 "concurrent-queue",
  810 "fastrand 2.3.0",
  811 "futures-lite 2.6.0",
  812 "slab",
  813]
  814
  815[[package]]
  816name = "async-fs"
  817version = "2.1.2"
  818source = "registry+https://github.com/rust-lang/crates.io-index"
  819checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  820dependencies = [
  821 "async-lock",
  822 "blocking",
  823 "futures-lite 2.6.0",
  824]
  825
  826[[package]]
  827name = "async-global-executor"
  828version = "2.4.1"
  829source = "registry+https://github.com/rust-lang/crates.io-index"
  830checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  831dependencies = [
  832 "async-channel 2.3.1",
  833 "async-executor",
  834 "async-io",
  835 "async-lock",
  836 "blocking",
  837 "futures-lite 2.6.0",
  838 "once_cell",
  839]
  840
  841[[package]]
  842name = "async-io"
  843version = "2.4.0"
  844source = "registry+https://github.com/rust-lang/crates.io-index"
  845checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  846dependencies = [
  847 "async-lock",
  848 "cfg-if",
  849 "concurrent-queue",
  850 "futures-io",
  851 "futures-lite 2.6.0",
  852 "parking",
  853 "polling",
  854 "rustix 0.38.44",
  855 "slab",
  856 "tracing",
  857 "windows-sys 0.59.0",
  858]
  859
  860[[package]]
  861name = "async-lock"
  862version = "3.4.0"
  863source = "registry+https://github.com/rust-lang/crates.io-index"
  864checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  865dependencies = [
  866 "event-listener 5.4.0",
  867 "event-listener-strategy",
  868 "pin-project-lite",
  869]
  870
  871[[package]]
  872name = "async-net"
  873version = "2.0.0"
  874source = "registry+https://github.com/rust-lang/crates.io-index"
  875checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  876dependencies = [
  877 "async-io",
  878 "blocking",
  879 "futures-lite 2.6.0",
  880]
  881
  882[[package]]
  883name = "async-pipe"
  884version = "0.1.3"
  885source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  886dependencies = [
  887 "futures 0.3.31",
  888 "log",
  889]
  890
  891[[package]]
  892name = "async-process"
  893version = "2.3.0"
  894source = "registry+https://github.com/rust-lang/crates.io-index"
  895checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  896dependencies = [
  897 "async-channel 2.3.1",
  898 "async-io",
  899 "async-lock",
  900 "async-signal",
  901 "async-task",
  902 "blocking",
  903 "cfg-if",
  904 "event-listener 5.4.0",
  905 "futures-lite 2.6.0",
  906 "rustix 0.38.44",
  907 "tracing",
  908]
  909
  910[[package]]
  911name = "async-recursion"
  912version = "0.3.2"
  913source = "registry+https://github.com/rust-lang/crates.io-index"
  914checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  915dependencies = [
  916 "proc-macro2",
  917 "quote",
  918 "syn 1.0.109",
  919]
  920
  921[[package]]
  922name = "async-recursion"
  923version = "1.1.1"
  924source = "registry+https://github.com/rust-lang/crates.io-index"
  925checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  926dependencies = [
  927 "proc-macro2",
  928 "quote",
  929 "syn 2.0.101",
  930]
  931
  932[[package]]
  933name = "async-signal"
  934version = "0.2.10"
  935source = "registry+https://github.com/rust-lang/crates.io-index"
  936checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  937dependencies = [
  938 "async-io",
  939 "async-lock",
  940 "atomic-waker",
  941 "cfg-if",
  942 "futures-core",
  943 "futures-io",
  944 "rustix 0.38.44",
  945 "signal-hook-registry",
  946 "slab",
  947 "windows-sys 0.59.0",
  948]
  949
  950[[package]]
  951name = "async-std"
  952version = "1.13.1"
  953source = "registry+https://github.com/rust-lang/crates.io-index"
  954checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  955dependencies = [
  956 "async-attributes",
  957 "async-channel 1.9.0",
  958 "async-global-executor",
  959 "async-io",
  960 "async-lock",
  961 "async-process",
  962 "crossbeam-utils",
  963 "futures-channel",
  964 "futures-core",
  965 "futures-io",
  966 "futures-lite 2.6.0",
  967 "gloo-timers",
  968 "kv-log-macro",
  969 "log",
  970 "memchr",
  971 "once_cell",
  972 "pin-project-lite",
  973 "pin-utils",
  974 "slab",
  975 "wasm-bindgen-futures",
  976]
  977
  978[[package]]
  979name = "async-stream"
  980version = "0.3.6"
  981source = "registry+https://github.com/rust-lang/crates.io-index"
  982checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  983dependencies = [
  984 "async-stream-impl",
  985 "futures-core",
  986 "pin-project-lite",
  987]
  988
  989[[package]]
  990name = "async-stream-impl"
  991version = "0.3.6"
  992source = "registry+https://github.com/rust-lang/crates.io-index"
  993checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  994dependencies = [
  995 "proc-macro2",
  996 "quote",
  997 "syn 2.0.101",
  998]
  999
 1000[[package]]
 1001name = "async-stripe"
 1002version = "0.40.0"
 1003source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1004dependencies = [
 1005 "chrono",
 1006 "futures-util",
 1007 "http-types",
 1008 "hyper 0.14.32",
 1009 "hyper-rustls 0.24.2",
 1010 "serde",
 1011 "serde_json",
 1012 "serde_path_to_error",
 1013 "serde_qs 0.10.1",
 1014 "smart-default",
 1015 "smol_str 0.1.24",
 1016 "thiserror 1.0.69",
 1017 "tokio",
 1018]
 1019
 1020[[package]]
 1021name = "async-tar"
 1022version = "0.5.0"
 1023source = "registry+https://github.com/rust-lang/crates.io-index"
 1024checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1025dependencies = [
 1026 "async-std",
 1027 "filetime",
 1028 "libc",
 1029 "pin-project",
 1030 "redox_syscall 0.2.16",
 1031 "xattr",
 1032]
 1033
 1034[[package]]
 1035name = "async-task"
 1036version = "4.7.1"
 1037source = "registry+https://github.com/rust-lang/crates.io-index"
 1038checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1039
 1040[[package]]
 1041name = "async-trait"
 1042version = "0.1.88"
 1043source = "registry+https://github.com/rust-lang/crates.io-index"
 1044checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1045dependencies = [
 1046 "proc-macro2",
 1047 "quote",
 1048 "syn 2.0.101",
 1049]
 1050
 1051[[package]]
 1052name = "async-tungstenite"
 1053version = "0.29.1"
 1054source = "registry+https://github.com/rust-lang/crates.io-index"
 1055checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1056dependencies = [
 1057 "atomic-waker",
 1058 "futures-core",
 1059 "futures-io",
 1060 "futures-task",
 1061 "futures-util",
 1062 "log",
 1063 "pin-project-lite",
 1064 "rustls-pki-types",
 1065 "tokio",
 1066 "tokio-rustls 0.26.2",
 1067 "tungstenite 0.26.2",
 1068]
 1069
 1070[[package]]
 1071name = "async-watch"
 1072version = "0.3.1"
 1073source = "registry+https://github.com/rust-lang/crates.io-index"
 1074checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1075dependencies = [
 1076 "event-listener 2.5.3",
 1077]
 1078
 1079[[package]]
 1080name = "async_zip"
 1081version = "0.0.17"
 1082source = "registry+https://github.com/rust-lang/crates.io-index"
 1083checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1084dependencies = [
 1085 "async-compression",
 1086 "crc32fast",
 1087 "futures-lite 2.6.0",
 1088 "pin-project",
 1089 "thiserror 1.0.69",
 1090]
 1091
 1092[[package]]
 1093name = "asynchronous-codec"
 1094version = "0.7.0"
 1095source = "registry+https://github.com/rust-lang/crates.io-index"
 1096checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1097dependencies = [
 1098 "bytes 1.10.1",
 1099 "futures-sink",
 1100 "futures-util",
 1101 "memchr",
 1102 "pin-project-lite",
 1103]
 1104
 1105[[package]]
 1106name = "atoi"
 1107version = "2.0.0"
 1108source = "registry+https://github.com/rust-lang/crates.io-index"
 1109checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1110dependencies = [
 1111 "num-traits",
 1112]
 1113
 1114[[package]]
 1115name = "atomic"
 1116version = "0.5.3"
 1117source = "registry+https://github.com/rust-lang/crates.io-index"
 1118checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1119
 1120[[package]]
 1121name = "atomic-waker"
 1122version = "1.1.2"
 1123source = "registry+https://github.com/rust-lang/crates.io-index"
 1124checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1125
 1126[[package]]
 1127name = "audio"
 1128version = "0.1.0"
 1129dependencies = [
 1130 "anyhow",
 1131 "collections",
 1132 "derive_more",
 1133 "gpui",
 1134 "parking_lot",
 1135 "rodio",
 1136 "util",
 1137 "workspace-hack",
 1138]
 1139
 1140[[package]]
 1141name = "auditable-serde"
 1142version = "0.8.0"
 1143source = "registry+https://github.com/rust-lang/crates.io-index"
 1144checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1145dependencies = [
 1146 "semver",
 1147 "serde",
 1148 "serde_json",
 1149 "topological-sort",
 1150]
 1151
 1152[[package]]
 1153name = "auto_update"
 1154version = "0.1.0"
 1155dependencies = [
 1156 "anyhow",
 1157 "client",
 1158 "db",
 1159 "gpui",
 1160 "http_client",
 1161 "log",
 1162 "paths",
 1163 "release_channel",
 1164 "schemars",
 1165 "serde",
 1166 "serde_json",
 1167 "settings",
 1168 "smol",
 1169 "tempfile",
 1170 "which 6.0.3",
 1171 "workspace",
 1172 "workspace-hack",
 1173]
 1174
 1175[[package]]
 1176name = "auto_update_helper"
 1177version = "0.1.0"
 1178dependencies = [
 1179 "anyhow",
 1180 "log",
 1181 "simplelog",
 1182 "windows 0.61.1",
 1183 "winresource",
 1184 "workspace-hack",
 1185]
 1186
 1187[[package]]
 1188name = "auto_update_ui"
 1189version = "0.1.0"
 1190dependencies = [
 1191 "anyhow",
 1192 "auto_update",
 1193 "client",
 1194 "editor",
 1195 "gpui",
 1196 "http_client",
 1197 "markdown_preview",
 1198 "release_channel",
 1199 "serde",
 1200 "serde_json",
 1201 "smol",
 1202 "util",
 1203 "workspace",
 1204 "workspace-hack",
 1205]
 1206
 1207[[package]]
 1208name = "autocfg"
 1209version = "1.4.0"
 1210source = "registry+https://github.com/rust-lang/crates.io-index"
 1211checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1212
 1213[[package]]
 1214name = "av1-grain"
 1215version = "0.2.3"
 1216source = "registry+https://github.com/rust-lang/crates.io-index"
 1217checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1218dependencies = [
 1219 "anyhow",
 1220 "arrayvec",
 1221 "log",
 1222 "nom",
 1223 "num-rational",
 1224 "v_frame",
 1225]
 1226
 1227[[package]]
 1228name = "avif-serialize"
 1229version = "0.8.3"
 1230source = "registry+https://github.com/rust-lang/crates.io-index"
 1231checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1232dependencies = [
 1233 "arrayvec",
 1234]
 1235
 1236[[package]]
 1237name = "aws-config"
 1238version = "1.6.1"
 1239source = "registry+https://github.com/rust-lang/crates.io-index"
 1240checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1241dependencies = [
 1242 "aws-credential-types",
 1243 "aws-runtime",
 1244 "aws-sdk-sso",
 1245 "aws-sdk-ssooidc",
 1246 "aws-sdk-sts",
 1247 "aws-smithy-async",
 1248 "aws-smithy-http",
 1249 "aws-smithy-json",
 1250 "aws-smithy-runtime",
 1251 "aws-smithy-runtime-api",
 1252 "aws-smithy-types",
 1253 "aws-types",
 1254 "bytes 1.10.1",
 1255 "fastrand 2.3.0",
 1256 "hex",
 1257 "http 1.3.1",
 1258 "ring",
 1259 "time",
 1260 "tokio",
 1261 "tracing",
 1262 "url",
 1263 "zeroize",
 1264]
 1265
 1266[[package]]
 1267name = "aws-credential-types"
 1268version = "1.2.2"
 1269source = "registry+https://github.com/rust-lang/crates.io-index"
 1270checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1271dependencies = [
 1272 "aws-smithy-async",
 1273 "aws-smithy-runtime-api",
 1274 "aws-smithy-types",
 1275 "zeroize",
 1276]
 1277
 1278[[package]]
 1279name = "aws-lc-rs"
 1280version = "1.13.1"
 1281source = "registry+https://github.com/rust-lang/crates.io-index"
 1282checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1283dependencies = [
 1284 "aws-lc-sys",
 1285 "zeroize",
 1286]
 1287
 1288[[package]]
 1289name = "aws-lc-sys"
 1290version = "0.29.0"
 1291source = "registry+https://github.com/rust-lang/crates.io-index"
 1292checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1293dependencies = [
 1294 "bindgen 0.69.5",
 1295 "cc",
 1296 "cmake",
 1297 "dunce",
 1298 "fs_extra",
 1299]
 1300
 1301[[package]]
 1302name = "aws-runtime"
 1303version = "1.5.6"
 1304source = "registry+https://github.com/rust-lang/crates.io-index"
 1305checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1306dependencies = [
 1307 "aws-credential-types",
 1308 "aws-sigv4",
 1309 "aws-smithy-async",
 1310 "aws-smithy-eventstream",
 1311 "aws-smithy-http",
 1312 "aws-smithy-runtime",
 1313 "aws-smithy-runtime-api",
 1314 "aws-smithy-types",
 1315 "aws-types",
 1316 "bytes 1.10.1",
 1317 "fastrand 2.3.0",
 1318 "http 0.2.12",
 1319 "http-body 0.4.6",
 1320 "once_cell",
 1321 "percent-encoding",
 1322 "pin-project-lite",
 1323 "tracing",
 1324 "uuid",
 1325]
 1326
 1327[[package]]
 1328name = "aws-sdk-bedrockruntime"
 1329version = "1.82.0"
 1330source = "registry+https://github.com/rust-lang/crates.io-index"
 1331checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1332dependencies = [
 1333 "aws-credential-types",
 1334 "aws-runtime",
 1335 "aws-sigv4",
 1336 "aws-smithy-async",
 1337 "aws-smithy-eventstream",
 1338 "aws-smithy-http",
 1339 "aws-smithy-json",
 1340 "aws-smithy-runtime",
 1341 "aws-smithy-runtime-api",
 1342 "aws-smithy-types",
 1343 "aws-types",
 1344 "bytes 1.10.1",
 1345 "fastrand 2.3.0",
 1346 "http 0.2.12",
 1347 "hyper 0.14.32",
 1348 "once_cell",
 1349 "regex-lite",
 1350 "tracing",
 1351]
 1352
 1353[[package]]
 1354name = "aws-sdk-kinesis"
 1355version = "1.66.0"
 1356source = "registry+https://github.com/rust-lang/crates.io-index"
 1357checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1358dependencies = [
 1359 "aws-credential-types",
 1360 "aws-runtime",
 1361 "aws-smithy-async",
 1362 "aws-smithy-eventstream",
 1363 "aws-smithy-http",
 1364 "aws-smithy-json",
 1365 "aws-smithy-runtime",
 1366 "aws-smithy-runtime-api",
 1367 "aws-smithy-types",
 1368 "aws-types",
 1369 "bytes 1.10.1",
 1370 "fastrand 2.3.0",
 1371 "http 0.2.12",
 1372 "once_cell",
 1373 "regex-lite",
 1374 "tracing",
 1375]
 1376
 1377[[package]]
 1378name = "aws-sdk-s3"
 1379version = "1.82.0"
 1380source = "registry+https://github.com/rust-lang/crates.io-index"
 1381checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1382dependencies = [
 1383 "aws-credential-types",
 1384 "aws-runtime",
 1385 "aws-sigv4",
 1386 "aws-smithy-async",
 1387 "aws-smithy-checksums",
 1388 "aws-smithy-eventstream",
 1389 "aws-smithy-http",
 1390 "aws-smithy-json",
 1391 "aws-smithy-runtime",
 1392 "aws-smithy-runtime-api",
 1393 "aws-smithy-types",
 1394 "aws-smithy-xml",
 1395 "aws-types",
 1396 "bytes 1.10.1",
 1397 "fastrand 2.3.0",
 1398 "hex",
 1399 "hmac",
 1400 "http 0.2.12",
 1401 "http 1.3.1",
 1402 "http-body 0.4.6",
 1403 "lru",
 1404 "once_cell",
 1405 "percent-encoding",
 1406 "regex-lite",
 1407 "sha2",
 1408 "tracing",
 1409 "url",
 1410]
 1411
 1412[[package]]
 1413name = "aws-sdk-sso"
 1414version = "1.64.0"
 1415source = "registry+https://github.com/rust-lang/crates.io-index"
 1416checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1417dependencies = [
 1418 "aws-credential-types",
 1419 "aws-runtime",
 1420 "aws-smithy-async",
 1421 "aws-smithy-http",
 1422 "aws-smithy-json",
 1423 "aws-smithy-runtime",
 1424 "aws-smithy-runtime-api",
 1425 "aws-smithy-types",
 1426 "aws-types",
 1427 "bytes 1.10.1",
 1428 "fastrand 2.3.0",
 1429 "http 0.2.12",
 1430 "once_cell",
 1431 "regex-lite",
 1432 "tracing",
 1433]
 1434
 1435[[package]]
 1436name = "aws-sdk-ssooidc"
 1437version = "1.65.0"
 1438source = "registry+https://github.com/rust-lang/crates.io-index"
 1439checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1440dependencies = [
 1441 "aws-credential-types",
 1442 "aws-runtime",
 1443 "aws-smithy-async",
 1444 "aws-smithy-http",
 1445 "aws-smithy-json",
 1446 "aws-smithy-runtime",
 1447 "aws-smithy-runtime-api",
 1448 "aws-smithy-types",
 1449 "aws-types",
 1450 "bytes 1.10.1",
 1451 "fastrand 2.3.0",
 1452 "http 0.2.12",
 1453 "once_cell",
 1454 "regex-lite",
 1455 "tracing",
 1456]
 1457
 1458[[package]]
 1459name = "aws-sdk-sts"
 1460version = "1.65.0"
 1461source = "registry+https://github.com/rust-lang/crates.io-index"
 1462checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1463dependencies = [
 1464 "aws-credential-types",
 1465 "aws-runtime",
 1466 "aws-smithy-async",
 1467 "aws-smithy-http",
 1468 "aws-smithy-json",
 1469 "aws-smithy-query",
 1470 "aws-smithy-runtime",
 1471 "aws-smithy-runtime-api",
 1472 "aws-smithy-types",
 1473 "aws-smithy-xml",
 1474 "aws-types",
 1475 "fastrand 2.3.0",
 1476 "http 0.2.12",
 1477 "once_cell",
 1478 "regex-lite",
 1479 "tracing",
 1480]
 1481
 1482[[package]]
 1483name = "aws-sigv4"
 1484version = "1.3.0"
 1485source = "registry+https://github.com/rust-lang/crates.io-index"
 1486checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1487dependencies = [
 1488 "aws-credential-types",
 1489 "aws-smithy-eventstream",
 1490 "aws-smithy-http",
 1491 "aws-smithy-runtime-api",
 1492 "aws-smithy-types",
 1493 "bytes 1.10.1",
 1494 "crypto-bigint 0.5.5",
 1495 "form_urlencoded",
 1496 "hex",
 1497 "hmac",
 1498 "http 0.2.12",
 1499 "http 1.3.1",
 1500 "once_cell",
 1501 "p256",
 1502 "percent-encoding",
 1503 "ring",
 1504 "sha2",
 1505 "subtle",
 1506 "time",
 1507 "tracing",
 1508 "zeroize",
 1509]
 1510
 1511[[package]]
 1512name = "aws-smithy-async"
 1513version = "1.2.5"
 1514source = "registry+https://github.com/rust-lang/crates.io-index"
 1515checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1516dependencies = [
 1517 "futures-util",
 1518 "pin-project-lite",
 1519 "tokio",
 1520]
 1521
 1522[[package]]
 1523name = "aws-smithy-checksums"
 1524version = "0.63.1"
 1525source = "registry+https://github.com/rust-lang/crates.io-index"
 1526checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1527dependencies = [
 1528 "aws-smithy-http",
 1529 "aws-smithy-types",
 1530 "bytes 1.10.1",
 1531 "crc32c",
 1532 "crc32fast",
 1533 "crc64fast-nvme",
 1534 "hex",
 1535 "http 0.2.12",
 1536 "http-body 0.4.6",
 1537 "md-5",
 1538 "pin-project-lite",
 1539 "sha1",
 1540 "sha2",
 1541 "tracing",
 1542]
 1543
 1544[[package]]
 1545name = "aws-smithy-eventstream"
 1546version = "0.60.8"
 1547source = "registry+https://github.com/rust-lang/crates.io-index"
 1548checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1549dependencies = [
 1550 "aws-smithy-types",
 1551 "bytes 1.10.1",
 1552 "crc32fast",
 1553]
 1554
 1555[[package]]
 1556name = "aws-smithy-http"
 1557version = "0.62.0"
 1558source = "registry+https://github.com/rust-lang/crates.io-index"
 1559checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1560dependencies = [
 1561 "aws-smithy-eventstream",
 1562 "aws-smithy-runtime-api",
 1563 "aws-smithy-types",
 1564 "bytes 1.10.1",
 1565 "bytes-utils",
 1566 "futures-core",
 1567 "http 0.2.12",
 1568 "http 1.3.1",
 1569 "http-body 0.4.6",
 1570 "once_cell",
 1571 "percent-encoding",
 1572 "pin-project-lite",
 1573 "pin-utils",
 1574 "tracing",
 1575]
 1576
 1577[[package]]
 1578name = "aws-smithy-http-client"
 1579version = "1.0.1"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1582dependencies = [
 1583 "aws-smithy-async",
 1584 "aws-smithy-runtime-api",
 1585 "aws-smithy-types",
 1586 "h2 0.4.9",
 1587 "http 0.2.12",
 1588 "http 1.3.1",
 1589 "http-body 0.4.6",
 1590 "hyper 0.14.32",
 1591 "hyper 1.6.0",
 1592 "hyper-rustls 0.24.2",
 1593 "hyper-rustls 0.27.5",
 1594 "hyper-util",
 1595 "pin-project-lite",
 1596 "rustls 0.21.12",
 1597 "rustls 0.23.26",
 1598 "rustls-native-certs 0.8.1",
 1599 "rustls-pki-types",
 1600 "tokio",
 1601 "tower 0.5.2",
 1602 "tracing",
 1603]
 1604
 1605[[package]]
 1606name = "aws-smithy-json"
 1607version = "0.61.3"
 1608source = "registry+https://github.com/rust-lang/crates.io-index"
 1609checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1610dependencies = [
 1611 "aws-smithy-types",
 1612]
 1613
 1614[[package]]
 1615name = "aws-smithy-observability"
 1616version = "0.1.2"
 1617source = "registry+https://github.com/rust-lang/crates.io-index"
 1618checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1619dependencies = [
 1620 "aws-smithy-runtime-api",
 1621 "once_cell",
 1622]
 1623
 1624[[package]]
 1625name = "aws-smithy-query"
 1626version = "0.60.7"
 1627source = "registry+https://github.com/rust-lang/crates.io-index"
 1628checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1629dependencies = [
 1630 "aws-smithy-types",
 1631 "urlencoding",
 1632]
 1633
 1634[[package]]
 1635name = "aws-smithy-runtime"
 1636version = "1.8.1"
 1637source = "registry+https://github.com/rust-lang/crates.io-index"
 1638checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1639dependencies = [
 1640 "aws-smithy-async",
 1641 "aws-smithy-http",
 1642 "aws-smithy-http-client",
 1643 "aws-smithy-observability",
 1644 "aws-smithy-runtime-api",
 1645 "aws-smithy-types",
 1646 "bytes 1.10.1",
 1647 "fastrand 2.3.0",
 1648 "http 0.2.12",
 1649 "http 1.3.1",
 1650 "http-body 0.4.6",
 1651 "http-body 1.0.1",
 1652 "once_cell",
 1653 "pin-project-lite",
 1654 "pin-utils",
 1655 "tokio",
 1656 "tracing",
 1657]
 1658
 1659[[package]]
 1660name = "aws-smithy-runtime-api"
 1661version = "1.7.4"
 1662source = "registry+https://github.com/rust-lang/crates.io-index"
 1663checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1664dependencies = [
 1665 "aws-smithy-async",
 1666 "aws-smithy-types",
 1667 "bytes 1.10.1",
 1668 "http 0.2.12",
 1669 "http 1.3.1",
 1670 "pin-project-lite",
 1671 "tokio",
 1672 "tracing",
 1673 "zeroize",
 1674]
 1675
 1676[[package]]
 1677name = "aws-smithy-types"
 1678version = "1.3.0"
 1679source = "registry+https://github.com/rust-lang/crates.io-index"
 1680checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1681dependencies = [
 1682 "base64-simd",
 1683 "bytes 1.10.1",
 1684 "bytes-utils",
 1685 "futures-core",
 1686 "http 0.2.12",
 1687 "http 1.3.1",
 1688 "http-body 0.4.6",
 1689 "http-body 1.0.1",
 1690 "http-body-util",
 1691 "itoa",
 1692 "num-integer",
 1693 "pin-project-lite",
 1694 "pin-utils",
 1695 "ryu",
 1696 "serde",
 1697 "time",
 1698 "tokio",
 1699 "tokio-util",
 1700]
 1701
 1702[[package]]
 1703name = "aws-smithy-xml"
 1704version = "0.60.9"
 1705source = "registry+https://github.com/rust-lang/crates.io-index"
 1706checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1707dependencies = [
 1708 "xmlparser",
 1709]
 1710
 1711[[package]]
 1712name = "aws-types"
 1713version = "1.3.6"
 1714source = "registry+https://github.com/rust-lang/crates.io-index"
 1715checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1716dependencies = [
 1717 "aws-credential-types",
 1718 "aws-smithy-async",
 1719 "aws-smithy-runtime-api",
 1720 "aws-smithy-types",
 1721 "rustc_version",
 1722 "tracing",
 1723]
 1724
 1725[[package]]
 1726name = "aws_http_client"
 1727version = "0.1.0"
 1728dependencies = [
 1729 "aws-smithy-runtime-api",
 1730 "aws-smithy-types",
 1731 "futures 0.3.31",
 1732 "http_client",
 1733 "tokio",
 1734 "workspace-hack",
 1735]
 1736
 1737[[package]]
 1738name = "axum"
 1739version = "0.6.20"
 1740source = "registry+https://github.com/rust-lang/crates.io-index"
 1741checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1742dependencies = [
 1743 "async-trait",
 1744 "axum-core",
 1745 "base64 0.21.7",
 1746 "bitflags 1.3.2",
 1747 "bytes 1.10.1",
 1748 "futures-util",
 1749 "headers",
 1750 "http 0.2.12",
 1751 "http-body 0.4.6",
 1752 "hyper 0.14.32",
 1753 "itoa",
 1754 "matchit",
 1755 "memchr",
 1756 "mime",
 1757 "percent-encoding",
 1758 "pin-project-lite",
 1759 "rustversion",
 1760 "serde",
 1761 "serde_json",
 1762 "serde_path_to_error",
 1763 "serde_urlencoded",
 1764 "sha1",
 1765 "sync_wrapper 0.1.2",
 1766 "tokio",
 1767 "tokio-tungstenite 0.20.1",
 1768 "tower 0.4.13",
 1769 "tower-layer",
 1770 "tower-service",
 1771]
 1772
 1773[[package]]
 1774name = "axum-core"
 1775version = "0.3.4"
 1776source = "registry+https://github.com/rust-lang/crates.io-index"
 1777checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1778dependencies = [
 1779 "async-trait",
 1780 "bytes 1.10.1",
 1781 "futures-util",
 1782 "http 0.2.12",
 1783 "http-body 0.4.6",
 1784 "mime",
 1785 "rustversion",
 1786 "tower-layer",
 1787 "tower-service",
 1788]
 1789
 1790[[package]]
 1791name = "axum-extra"
 1792version = "0.4.2"
 1793source = "registry+https://github.com/rust-lang/crates.io-index"
 1794checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1795dependencies = [
 1796 "axum",
 1797 "bytes 1.10.1",
 1798 "futures-util",
 1799 "http 0.2.12",
 1800 "mime",
 1801 "pin-project-lite",
 1802 "serde",
 1803 "serde_json",
 1804 "tokio",
 1805 "tower 0.4.13",
 1806 "tower-http 0.3.5",
 1807 "tower-layer",
 1808 "tower-service",
 1809]
 1810
 1811[[package]]
 1812name = "backtrace"
 1813version = "0.3.74"
 1814source = "registry+https://github.com/rust-lang/crates.io-index"
 1815checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1816dependencies = [
 1817 "addr2line",
 1818 "cfg-if",
 1819 "libc",
 1820 "miniz_oxide",
 1821 "object",
 1822 "rustc-demangle",
 1823 "windows-targets 0.52.6",
 1824]
 1825
 1826[[package]]
 1827name = "base16ct"
 1828version = "0.1.1"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1831
 1832[[package]]
 1833name = "base64"
 1834version = "0.13.1"
 1835source = "registry+https://github.com/rust-lang/crates.io-index"
 1836checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1837
 1838[[package]]
 1839name = "base64"
 1840version = "0.21.7"
 1841source = "registry+https://github.com/rust-lang/crates.io-index"
 1842checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1843
 1844[[package]]
 1845name = "base64"
 1846version = "0.22.1"
 1847source = "registry+https://github.com/rust-lang/crates.io-index"
 1848checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1849
 1850[[package]]
 1851name = "base64-simd"
 1852version = "0.8.0"
 1853source = "registry+https://github.com/rust-lang/crates.io-index"
 1854checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1855dependencies = [
 1856 "outref",
 1857 "vsimd",
 1858]
 1859
 1860[[package]]
 1861name = "base64ct"
 1862version = "1.7.3"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1865
 1866[[package]]
 1867name = "bedrock"
 1868version = "0.1.0"
 1869dependencies = [
 1870 "anyhow",
 1871 "aws-sdk-bedrockruntime",
 1872 "aws-smithy-types",
 1873 "futures 0.3.31",
 1874 "schemars",
 1875 "serde",
 1876 "serde_json",
 1877 "strum 0.27.1",
 1878 "thiserror 2.0.12",
 1879 "tokio",
 1880 "workspace-hack",
 1881]
 1882
 1883[[package]]
 1884name = "beef"
 1885version = "0.5.2"
 1886source = "registry+https://github.com/rust-lang/crates.io-index"
 1887checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1888
 1889[[package]]
 1890name = "bigdecimal"
 1891version = "0.4.8"
 1892source = "registry+https://github.com/rust-lang/crates.io-index"
 1893checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1894dependencies = [
 1895 "autocfg",
 1896 "libm",
 1897 "num-bigint",
 1898 "num-integer",
 1899 "num-traits",
 1900 "serde",
 1901]
 1902
 1903[[package]]
 1904name = "bincode"
 1905version = "1.3.3"
 1906source = "registry+https://github.com/rust-lang/crates.io-index"
 1907checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1908dependencies = [
 1909 "serde",
 1910]
 1911
 1912[[package]]
 1913name = "bindgen"
 1914version = "0.69.5"
 1915source = "registry+https://github.com/rust-lang/crates.io-index"
 1916checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1917dependencies = [
 1918 "bitflags 2.9.0",
 1919 "cexpr",
 1920 "clang-sys",
 1921 "itertools 0.12.1",
 1922 "lazy_static",
 1923 "lazycell",
 1924 "log",
 1925 "prettyplease",
 1926 "proc-macro2",
 1927 "quote",
 1928 "regex",
 1929 "rustc-hash 1.1.0",
 1930 "shlex",
 1931 "syn 2.0.101",
 1932 "which 4.4.2",
 1933]
 1934
 1935[[package]]
 1936name = "bindgen"
 1937version = "0.70.1"
 1938source = "registry+https://github.com/rust-lang/crates.io-index"
 1939checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1940dependencies = [
 1941 "bitflags 2.9.0",
 1942 "cexpr",
 1943 "clang-sys",
 1944 "itertools 0.13.0",
 1945 "proc-macro2",
 1946 "quote",
 1947 "regex",
 1948 "rustc-hash 1.1.0",
 1949 "shlex",
 1950 "syn 2.0.101",
 1951]
 1952
 1953[[package]]
 1954name = "bindgen"
 1955version = "0.71.1"
 1956source = "registry+https://github.com/rust-lang/crates.io-index"
 1957checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1958dependencies = [
 1959 "bitflags 2.9.0",
 1960 "cexpr",
 1961 "clang-sys",
 1962 "itertools 0.13.0",
 1963 "log",
 1964 "prettyplease",
 1965 "proc-macro2",
 1966 "quote",
 1967 "regex",
 1968 "rustc-hash 2.1.1",
 1969 "shlex",
 1970 "syn 2.0.101",
 1971]
 1972
 1973[[package]]
 1974name = "bit-set"
 1975version = "0.5.3"
 1976source = "registry+https://github.com/rust-lang/crates.io-index"
 1977checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1978dependencies = [
 1979 "bit-vec 0.6.3",
 1980]
 1981
 1982[[package]]
 1983name = "bit-set"
 1984version = "0.8.0"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1987dependencies = [
 1988 "bit-vec 0.8.0",
 1989]
 1990
 1991[[package]]
 1992name = "bit-vec"
 1993version = "0.6.3"
 1994source = "registry+https://github.com/rust-lang/crates.io-index"
 1995checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1996
 1997[[package]]
 1998name = "bit-vec"
 1999version = "0.8.0"
 2000source = "registry+https://github.com/rust-lang/crates.io-index"
 2001checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2002
 2003[[package]]
 2004name = "bit_field"
 2005version = "0.10.2"
 2006source = "registry+https://github.com/rust-lang/crates.io-index"
 2007checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2008
 2009[[package]]
 2010name = "bitflags"
 2011version = "1.3.2"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2014
 2015[[package]]
 2016name = "bitflags"
 2017version = "2.9.0"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2020dependencies = [
 2021 "serde",
 2022]
 2023
 2024[[package]]
 2025name = "bitstream-io"
 2026version = "2.6.0"
 2027source = "registry+https://github.com/rust-lang/crates.io-index"
 2028checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2029
 2030[[package]]
 2031name = "bitvec"
 2032version = "1.0.1"
 2033source = "registry+https://github.com/rust-lang/crates.io-index"
 2034checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2035dependencies = [
 2036 "funty",
 2037 "radium",
 2038 "tap",
 2039 "wyz",
 2040]
 2041
 2042[[package]]
 2043name = "blade-graphics"
 2044version = "0.6.0"
 2045source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2046dependencies = [
 2047 "ash",
 2048 "ash-window",
 2049 "bitflags 2.9.0",
 2050 "bytemuck",
 2051 "codespan-reporting 0.11.1",
 2052 "glow",
 2053 "gpu-alloc",
 2054 "gpu-alloc-ash",
 2055 "hidden-trait",
 2056 "js-sys",
 2057 "khronos-egl",
 2058 "libloading",
 2059 "log",
 2060 "mint",
 2061 "naga",
 2062 "objc2",
 2063 "objc2-app-kit",
 2064 "objc2-core-foundation",
 2065 "objc2-foundation",
 2066 "objc2-metal",
 2067 "objc2-quartz-core",
 2068 "objc2-ui-kit",
 2069 "raw-window-handle",
 2070 "slab",
 2071 "wasm-bindgen",
 2072 "web-sys",
 2073]
 2074
 2075[[package]]
 2076name = "blade-macros"
 2077version = "0.3.0"
 2078source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2079dependencies = [
 2080 "proc-macro2",
 2081 "quote",
 2082 "syn 2.0.101",
 2083]
 2084
 2085[[package]]
 2086name = "blade-util"
 2087version = "0.2.0"
 2088source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2089dependencies = [
 2090 "blade-graphics",
 2091 "bytemuck",
 2092 "log",
 2093 "profiling",
 2094]
 2095
 2096[[package]]
 2097name = "blake2"
 2098version = "0.10.6"
 2099source = "registry+https://github.com/rust-lang/crates.io-index"
 2100checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2101dependencies = [
 2102 "digest",
 2103]
 2104
 2105[[package]]
 2106name = "blake3"
 2107version = "1.8.2"
 2108source = "registry+https://github.com/rust-lang/crates.io-index"
 2109checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2110dependencies = [
 2111 "arrayref",
 2112 "arrayvec",
 2113 "cc",
 2114 "cfg-if",
 2115 "constant_time_eq 0.3.1",
 2116]
 2117
 2118[[package]]
 2119name = "block"
 2120version = "0.1.6"
 2121source = "registry+https://github.com/rust-lang/crates.io-index"
 2122checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2123
 2124[[package]]
 2125name = "block-buffer"
 2126version = "0.10.4"
 2127source = "registry+https://github.com/rust-lang/crates.io-index"
 2128checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2129dependencies = [
 2130 "generic-array",
 2131]
 2132
 2133[[package]]
 2134name = "block-padding"
 2135version = "0.3.3"
 2136source = "registry+https://github.com/rust-lang/crates.io-index"
 2137checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2138dependencies = [
 2139 "generic-array",
 2140]
 2141
 2142[[package]]
 2143name = "block2"
 2144version = "0.6.1"
 2145source = "registry+https://github.com/rust-lang/crates.io-index"
 2146checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2147dependencies = [
 2148 "objc2",
 2149]
 2150
 2151[[package]]
 2152name = "blocking"
 2153version = "1.6.1"
 2154source = "registry+https://github.com/rust-lang/crates.io-index"
 2155checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2156dependencies = [
 2157 "async-channel 2.3.1",
 2158 "async-task",
 2159 "futures-io",
 2160 "futures-lite 2.6.0",
 2161 "piper",
 2162]
 2163
 2164[[package]]
 2165name = "borrow-or-share"
 2166version = "0.2.2"
 2167source = "registry+https://github.com/rust-lang/crates.io-index"
 2168checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2169
 2170[[package]]
 2171name = "borsh"
 2172version = "1.5.7"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2175dependencies = [
 2176 "borsh-derive",
 2177 "cfg_aliases 0.2.1",
 2178]
 2179
 2180[[package]]
 2181name = "borsh-derive"
 2182version = "1.5.7"
 2183source = "registry+https://github.com/rust-lang/crates.io-index"
 2184checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2185dependencies = [
 2186 "once_cell",
 2187 "proc-macro-crate",
 2188 "proc-macro2",
 2189 "quote",
 2190 "syn 2.0.101",
 2191]
 2192
 2193[[package]]
 2194name = "breadcrumbs"
 2195version = "0.1.0"
 2196dependencies = [
 2197 "editor",
 2198 "gpui",
 2199 "itertools 0.14.0",
 2200 "theme",
 2201 "ui",
 2202 "workspace",
 2203 "workspace-hack",
 2204 "zed_actions",
 2205]
 2206
 2207[[package]]
 2208name = "bstr"
 2209version = "1.12.0"
 2210source = "registry+https://github.com/rust-lang/crates.io-index"
 2211checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2212dependencies = [
 2213 "memchr",
 2214 "regex-automata 0.4.9",
 2215 "serde",
 2216]
 2217
 2218[[package]]
 2219name = "buffer_diff"
 2220version = "0.1.0"
 2221dependencies = [
 2222 "anyhow",
 2223 "clock",
 2224 "ctor",
 2225 "env_logger 0.11.8",
 2226 "futures 0.3.31",
 2227 "git2",
 2228 "gpui",
 2229 "language",
 2230 "log",
 2231 "pretty_assertions",
 2232 "rand 0.8.5",
 2233 "rope",
 2234 "serde_json",
 2235 "sum_tree",
 2236 "text",
 2237 "unindent",
 2238 "util",
 2239 "workspace-hack",
 2240]
 2241
 2242[[package]]
 2243name = "built"
 2244version = "0.7.7"
 2245source = "registry+https://github.com/rust-lang/crates.io-index"
 2246checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2247
 2248[[package]]
 2249name = "bumpalo"
 2250version = "3.17.0"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2253dependencies = [
 2254 "allocator-api2",
 2255]
 2256
 2257[[package]]
 2258name = "by_address"
 2259version = "1.2.1"
 2260source = "registry+https://github.com/rust-lang/crates.io-index"
 2261checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2262
 2263[[package]]
 2264name = "bytecheck"
 2265version = "0.6.12"
 2266source = "registry+https://github.com/rust-lang/crates.io-index"
 2267checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2268dependencies = [
 2269 "bytecheck_derive",
 2270 "ptr_meta",
 2271 "simdutf8",
 2272]
 2273
 2274[[package]]
 2275name = "bytecheck_derive"
 2276version = "0.6.12"
 2277source = "registry+https://github.com/rust-lang/crates.io-index"
 2278checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2279dependencies = [
 2280 "proc-macro2",
 2281 "quote",
 2282 "syn 1.0.109",
 2283]
 2284
 2285[[package]]
 2286name = "bytecount"
 2287version = "0.6.8"
 2288source = "registry+https://github.com/rust-lang/crates.io-index"
 2289checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2290
 2291[[package]]
 2292name = "bytemuck"
 2293version = "1.22.0"
 2294source = "registry+https://github.com/rust-lang/crates.io-index"
 2295checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2296dependencies = [
 2297 "bytemuck_derive",
 2298]
 2299
 2300[[package]]
 2301name = "bytemuck_derive"
 2302version = "1.9.3"
 2303source = "registry+https://github.com/rust-lang/crates.io-index"
 2304checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2305dependencies = [
 2306 "proc-macro2",
 2307 "quote",
 2308 "syn 2.0.101",
 2309]
 2310
 2311[[package]]
 2312name = "byteorder"
 2313version = "1.5.0"
 2314source = "registry+https://github.com/rust-lang/crates.io-index"
 2315checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2316
 2317[[package]]
 2318name = "byteorder-lite"
 2319version = "0.1.0"
 2320source = "registry+https://github.com/rust-lang/crates.io-index"
 2321checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2322
 2323[[package]]
 2324name = "bytes"
 2325version = "0.4.12"
 2326source = "registry+https://github.com/rust-lang/crates.io-index"
 2327checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2328dependencies = [
 2329 "byteorder",
 2330 "iovec",
 2331]
 2332
 2333[[package]]
 2334name = "bytes"
 2335version = "1.10.1"
 2336source = "registry+https://github.com/rust-lang/crates.io-index"
 2337checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2338
 2339[[package]]
 2340name = "bytes-utils"
 2341version = "0.1.4"
 2342source = "registry+https://github.com/rust-lang/crates.io-index"
 2343checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2344dependencies = [
 2345 "bytes 1.10.1",
 2346 "either",
 2347]
 2348
 2349[[package]]
 2350name = "bzip2"
 2351version = "0.4.4"
 2352source = "registry+https://github.com/rust-lang/crates.io-index"
 2353checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2354dependencies = [
 2355 "bzip2-sys",
 2356 "libc",
 2357]
 2358
 2359[[package]]
 2360name = "bzip2-sys"
 2361version = "0.1.13+1.0.8"
 2362source = "registry+https://github.com/rust-lang/crates.io-index"
 2363checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2364dependencies = [
 2365 "cc",
 2366 "pkg-config",
 2367]
 2368
 2369[[package]]
 2370name = "call"
 2371version = "0.1.0"
 2372dependencies = [
 2373 "anyhow",
 2374 "audio",
 2375 "client",
 2376 "collections",
 2377 "fs",
 2378 "futures 0.3.31",
 2379 "gpui",
 2380 "gpui_tokio",
 2381 "http_client",
 2382 "language",
 2383 "livekit_client",
 2384 "log",
 2385 "postage",
 2386 "project",
 2387 "schemars",
 2388 "serde",
 2389 "serde_derive",
 2390 "settings",
 2391 "telemetry",
 2392 "util",
 2393 "workspace-hack",
 2394]
 2395
 2396[[package]]
 2397name = "calloop"
 2398version = "0.13.0"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2401dependencies = [
 2402 "bitflags 2.9.0",
 2403 "log",
 2404 "polling",
 2405 "rustix 0.38.44",
 2406 "slab",
 2407 "thiserror 1.0.69",
 2408]
 2409
 2410[[package]]
 2411name = "calloop-wayland-source"
 2412version = "0.3.0"
 2413source = "registry+https://github.com/rust-lang/crates.io-index"
 2414checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2415dependencies = [
 2416 "calloop",
 2417 "rustix 0.38.44",
 2418 "wayland-backend",
 2419 "wayland-client",
 2420]
 2421
 2422[[package]]
 2423name = "camino"
 2424version = "1.1.9"
 2425source = "registry+https://github.com/rust-lang/crates.io-index"
 2426checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2427dependencies = [
 2428 "serde",
 2429]
 2430
 2431[[package]]
 2432name = "cap-fs-ext"
 2433version = "3.4.4"
 2434source = "registry+https://github.com/rust-lang/crates.io-index"
 2435checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2436dependencies = [
 2437 "cap-primitives",
 2438 "cap-std",
 2439 "io-lifetimes",
 2440 "windows-sys 0.59.0",
 2441]
 2442
 2443[[package]]
 2444name = "cap-net-ext"
 2445version = "3.4.4"
 2446source = "registry+https://github.com/rust-lang/crates.io-index"
 2447checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2448dependencies = [
 2449 "cap-primitives",
 2450 "cap-std",
 2451 "rustix 1.0.7",
 2452 "smallvec",
 2453]
 2454
 2455[[package]]
 2456name = "cap-primitives"
 2457version = "3.4.4"
 2458source = "registry+https://github.com/rust-lang/crates.io-index"
 2459checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2460dependencies = [
 2461 "ambient-authority",
 2462 "fs-set-times",
 2463 "io-extras",
 2464 "io-lifetimes",
 2465 "ipnet",
 2466 "maybe-owned",
 2467 "rustix 1.0.7",
 2468 "rustix-linux-procfs",
 2469 "windows-sys 0.59.0",
 2470 "winx",
 2471]
 2472
 2473[[package]]
 2474name = "cap-rand"
 2475version = "3.4.4"
 2476source = "registry+https://github.com/rust-lang/crates.io-index"
 2477checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2478dependencies = [
 2479 "ambient-authority",
 2480 "rand 0.8.5",
 2481]
 2482
 2483[[package]]
 2484name = "cap-std"
 2485version = "3.4.4"
 2486source = "registry+https://github.com/rust-lang/crates.io-index"
 2487checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2488dependencies = [
 2489 "cap-primitives",
 2490 "io-extras",
 2491 "io-lifetimes",
 2492 "rustix 1.0.7",
 2493]
 2494
 2495[[package]]
 2496name = "cap-time-ext"
 2497version = "3.4.4"
 2498source = "registry+https://github.com/rust-lang/crates.io-index"
 2499checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2500dependencies = [
 2501 "ambient-authority",
 2502 "cap-primitives",
 2503 "iana-time-zone",
 2504 "once_cell",
 2505 "rustix 1.0.7",
 2506 "winx",
 2507]
 2508
 2509[[package]]
 2510name = "cargo-platform"
 2511version = "0.1.9"
 2512source = "registry+https://github.com/rust-lang/crates.io-index"
 2513checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2514dependencies = [
 2515 "serde",
 2516]
 2517
 2518[[package]]
 2519name = "cargo_metadata"
 2520version = "0.19.2"
 2521source = "registry+https://github.com/rust-lang/crates.io-index"
 2522checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2523dependencies = [
 2524 "camino",
 2525 "cargo-platform",
 2526 "semver",
 2527 "serde",
 2528 "serde_json",
 2529 "thiserror 2.0.12",
 2530]
 2531
 2532[[package]]
 2533name = "cargo_toml"
 2534version = "0.21.0"
 2535source = "registry+https://github.com/rust-lang/crates.io-index"
 2536checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2537dependencies = [
 2538 "serde",
 2539 "toml 0.8.20",
 2540]
 2541
 2542[[package]]
 2543name = "cast"
 2544version = "0.3.0"
 2545source = "registry+https://github.com/rust-lang/crates.io-index"
 2546checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2547
 2548[[package]]
 2549name = "cbc"
 2550version = "0.1.2"
 2551source = "registry+https://github.com/rust-lang/crates.io-index"
 2552checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2553dependencies = [
 2554 "cipher",
 2555]
 2556
 2557[[package]]
 2558name = "cbindgen"
 2559version = "0.28.0"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2562dependencies = [
 2563 "heck 0.4.1",
 2564 "indexmap",
 2565 "log",
 2566 "proc-macro2",
 2567 "quote",
 2568 "serde",
 2569 "serde_json",
 2570 "syn 2.0.101",
 2571 "tempfile",
 2572 "toml 0.8.20",
 2573]
 2574
 2575[[package]]
 2576name = "cc"
 2577version = "1.2.19"
 2578source = "registry+https://github.com/rust-lang/crates.io-index"
 2579checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2580dependencies = [
 2581 "jobserver",
 2582 "libc",
 2583 "shlex",
 2584]
 2585
 2586[[package]]
 2587name = "cesu8"
 2588version = "1.1.0"
 2589source = "registry+https://github.com/rust-lang/crates.io-index"
 2590checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2591
 2592[[package]]
 2593name = "cexpr"
 2594version = "0.6.0"
 2595source = "registry+https://github.com/rust-lang/crates.io-index"
 2596checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2597dependencies = [
 2598 "nom",
 2599]
 2600
 2601[[package]]
 2602name = "cfg-expr"
 2603version = "0.15.8"
 2604source = "registry+https://github.com/rust-lang/crates.io-index"
 2605checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2606dependencies = [
 2607 "smallvec",
 2608 "target-lexicon 0.12.16",
 2609]
 2610
 2611[[package]]
 2612name = "cfg-if"
 2613version = "1.0.0"
 2614source = "registry+https://github.com/rust-lang/crates.io-index"
 2615checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2616
 2617[[package]]
 2618name = "cfg_aliases"
 2619version = "0.1.1"
 2620source = "registry+https://github.com/rust-lang/crates.io-index"
 2621checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2622
 2623[[package]]
 2624name = "cfg_aliases"
 2625version = "0.2.1"
 2626source = "registry+https://github.com/rust-lang/crates.io-index"
 2627checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2628
 2629[[package]]
 2630name = "cgl"
 2631version = "0.3.2"
 2632source = "registry+https://github.com/rust-lang/crates.io-index"
 2633checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2634dependencies = [
 2635 "libc",
 2636]
 2637
 2638[[package]]
 2639name = "channel"
 2640version = "0.1.0"
 2641dependencies = [
 2642 "anyhow",
 2643 "client",
 2644 "clock",
 2645 "collections",
 2646 "futures 0.3.31",
 2647 "gpui",
 2648 "http_client",
 2649 "language",
 2650 "log",
 2651 "rand 0.8.5",
 2652 "release_channel",
 2653 "rpc",
 2654 "settings",
 2655 "sum_tree",
 2656 "text",
 2657 "time",
 2658 "util",
 2659 "workspace-hack",
 2660]
 2661
 2662[[package]]
 2663name = "chrono"
 2664version = "0.4.41"
 2665source = "registry+https://github.com/rust-lang/crates.io-index"
 2666checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2667dependencies = [
 2668 "android-tzdata",
 2669 "iana-time-zone",
 2670 "js-sys",
 2671 "num-traits",
 2672 "serde",
 2673 "wasm-bindgen",
 2674 "windows-link",
 2675]
 2676
 2677[[package]]
 2678name = "chunked_transfer"
 2679version = "1.5.0"
 2680source = "registry+https://github.com/rust-lang/crates.io-index"
 2681checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2682
 2683[[package]]
 2684name = "ciborium"
 2685version = "0.2.2"
 2686source = "registry+https://github.com/rust-lang/crates.io-index"
 2687checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2688dependencies = [
 2689 "ciborium-io",
 2690 "ciborium-ll",
 2691 "serde",
 2692]
 2693
 2694[[package]]
 2695name = "ciborium-io"
 2696version = "0.2.2"
 2697source = "registry+https://github.com/rust-lang/crates.io-index"
 2698checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2699
 2700[[package]]
 2701name = "ciborium-ll"
 2702version = "0.2.2"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2705dependencies = [
 2706 "ciborium-io",
 2707 "half",
 2708]
 2709
 2710[[package]]
 2711name = "cipher"
 2712version = "0.4.4"
 2713source = "registry+https://github.com/rust-lang/crates.io-index"
 2714checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2715dependencies = [
 2716 "crypto-common",
 2717 "inout",
 2718 "zeroize",
 2719]
 2720
 2721[[package]]
 2722name = "circular-buffer"
 2723version = "1.1.0"
 2724source = "registry+https://github.com/rust-lang/crates.io-index"
 2725checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2726
 2727[[package]]
 2728name = "clang-sys"
 2729version = "1.8.1"
 2730source = "registry+https://github.com/rust-lang/crates.io-index"
 2731checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2732dependencies = [
 2733 "glob",
 2734 "libc",
 2735 "libloading",
 2736]
 2737
 2738[[package]]
 2739name = "clap"
 2740version = "4.5.37"
 2741source = "registry+https://github.com/rust-lang/crates.io-index"
 2742checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2743dependencies = [
 2744 "clap_builder",
 2745 "clap_derive",
 2746]
 2747
 2748[[package]]
 2749name = "clap_builder"
 2750version = "4.5.37"
 2751source = "registry+https://github.com/rust-lang/crates.io-index"
 2752checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2753dependencies = [
 2754 "anstream",
 2755 "anstyle",
 2756 "clap_lex",
 2757 "strsim",
 2758 "terminal_size",
 2759]
 2760
 2761[[package]]
 2762name = "clap_complete"
 2763version = "4.5.47"
 2764source = "registry+https://github.com/rust-lang/crates.io-index"
 2765checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2766dependencies = [
 2767 "clap",
 2768]
 2769
 2770[[package]]
 2771name = "clap_derive"
 2772version = "4.5.32"
 2773source = "registry+https://github.com/rust-lang/crates.io-index"
 2774checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2775dependencies = [
 2776 "heck 0.5.0",
 2777 "proc-macro2",
 2778 "quote",
 2779 "syn 2.0.101",
 2780]
 2781
 2782[[package]]
 2783name = "clap_lex"
 2784version = "0.7.4"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2787
 2788[[package]]
 2789name = "cli"
 2790version = "0.1.0"
 2791dependencies = [
 2792 "anyhow",
 2793 "clap",
 2794 "collections",
 2795 "core-foundation 0.10.0",
 2796 "core-services",
 2797 "exec",
 2798 "fork",
 2799 "ipc-channel",
 2800 "parking_lot",
 2801 "paths",
 2802 "plist",
 2803 "release_channel",
 2804 "serde",
 2805 "tempfile",
 2806 "util",
 2807 "windows 0.61.1",
 2808 "workspace-hack",
 2809]
 2810
 2811[[package]]
 2812name = "client"
 2813version = "0.1.0"
 2814dependencies = [
 2815 "anyhow",
 2816 "async-recursion 0.3.2",
 2817 "async-tungstenite",
 2818 "base64 0.22.1",
 2819 "chrono",
 2820 "clock",
 2821 "cocoa 0.26.0",
 2822 "collections",
 2823 "credentials_provider",
 2824 "feature_flags",
 2825 "futures 0.3.31",
 2826 "gpui",
 2827 "gpui_tokio",
 2828 "http_client",
 2829 "http_client_tls",
 2830 "httparse",
 2831 "log",
 2832 "parking_lot",
 2833 "paths",
 2834 "postage",
 2835 "rand 0.8.5",
 2836 "release_channel",
 2837 "rpc",
 2838 "rustls-pki-types",
 2839 "schemars",
 2840 "serde",
 2841 "serde_json",
 2842 "settings",
 2843 "sha2",
 2844 "smol",
 2845 "telemetry",
 2846 "telemetry_events",
 2847 "text",
 2848 "thiserror 2.0.12",
 2849 "time",
 2850 "tiny_http",
 2851 "tokio",
 2852 "tokio-native-tls",
 2853 "tokio-rustls 0.26.2",
 2854 "tokio-socks",
 2855 "url",
 2856 "util",
 2857 "windows 0.61.1",
 2858 "workspace-hack",
 2859 "worktree",
 2860]
 2861
 2862[[package]]
 2863name = "clock"
 2864version = "0.1.0"
 2865dependencies = [
 2866 "parking_lot",
 2867 "serde",
 2868 "smallvec",
 2869 "workspace-hack",
 2870]
 2871
 2872[[package]]
 2873name = "clru"
 2874version = "0.6.2"
 2875source = "registry+https://github.com/rust-lang/crates.io-index"
 2876checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2877
 2878[[package]]
 2879name = "cmake"
 2880version = "0.1.54"
 2881source = "registry+https://github.com/rust-lang/crates.io-index"
 2882checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2883dependencies = [
 2884 "cc",
 2885]
 2886
 2887[[package]]
 2888name = "cobs"
 2889version = "0.2.3"
 2890source = "registry+https://github.com/rust-lang/crates.io-index"
 2891checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2892
 2893[[package]]
 2894name = "cocoa"
 2895version = "0.25.0"
 2896source = "registry+https://github.com/rust-lang/crates.io-index"
 2897checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2898dependencies = [
 2899 "bitflags 1.3.2",
 2900 "block",
 2901 "cocoa-foundation 0.1.2",
 2902 "core-foundation 0.9.4",
 2903 "core-graphics 0.23.2",
 2904 "foreign-types 0.5.0",
 2905 "libc",
 2906 "objc",
 2907]
 2908
 2909[[package]]
 2910name = "cocoa"
 2911version = "0.26.0"
 2912source = "registry+https://github.com/rust-lang/crates.io-index"
 2913checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2914dependencies = [
 2915 "bitflags 2.9.0",
 2916 "block",
 2917 "cocoa-foundation 0.2.0",
 2918 "core-foundation 0.10.0",
 2919 "core-graphics 0.24.0",
 2920 "foreign-types 0.5.0",
 2921 "libc",
 2922 "objc",
 2923]
 2924
 2925[[package]]
 2926name = "cocoa-foundation"
 2927version = "0.1.2"
 2928source = "registry+https://github.com/rust-lang/crates.io-index"
 2929checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2930dependencies = [
 2931 "bitflags 1.3.2",
 2932 "block",
 2933 "core-foundation 0.9.4",
 2934 "core-graphics-types 0.1.3",
 2935 "libc",
 2936 "objc",
 2937]
 2938
 2939[[package]]
 2940name = "cocoa-foundation"
 2941version = "0.2.0"
 2942source = "registry+https://github.com/rust-lang/crates.io-index"
 2943checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2944dependencies = [
 2945 "bitflags 2.9.0",
 2946 "block",
 2947 "core-foundation 0.10.0",
 2948 "core-graphics-types 0.2.0",
 2949 "libc",
 2950 "objc",
 2951]
 2952
 2953[[package]]
 2954name = "codespan-reporting"
 2955version = "0.11.1"
 2956source = "registry+https://github.com/rust-lang/crates.io-index"
 2957checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2958dependencies = [
 2959 "termcolor",
 2960 "unicode-width 0.1.14",
 2961]
 2962
 2963[[package]]
 2964name = "codespan-reporting"
 2965version = "0.12.0"
 2966source = "registry+https://github.com/rust-lang/crates.io-index"
 2967checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2968dependencies = [
 2969 "serde",
 2970 "termcolor",
 2971 "unicode-width 0.2.0",
 2972]
 2973
 2974[[package]]
 2975name = "collab"
 2976version = "0.44.0"
 2977dependencies = [
 2978 "anyhow",
 2979 "assistant_context_editor",
 2980 "assistant_settings",
 2981 "assistant_slash_command",
 2982 "assistant_tool",
 2983 "async-stripe",
 2984 "async-trait",
 2985 "async-tungstenite",
 2986 "audio",
 2987 "aws-config",
 2988 "aws-sdk-kinesis",
 2989 "aws-sdk-s3",
 2990 "axum",
 2991 "axum-extra",
 2992 "base64 0.22.1",
 2993 "buffer_diff",
 2994 "call",
 2995 "channel",
 2996 "chrono",
 2997 "client",
 2998 "clock",
 2999 "collab_ui",
 3000 "collections",
 3001 "command_palette_hooks",
 3002 "context_server",
 3003 "ctor",
 3004 "dap",
 3005 "dap_adapters",
 3006 "dashmap 6.1.0",
 3007 "debugger_ui",
 3008 "derive_more",
 3009 "editor",
 3010 "env_logger 0.11.8",
 3011 "envy",
 3012 "extension",
 3013 "file_finder",
 3014 "fs",
 3015 "futures 0.3.31",
 3016 "git",
 3017 "git_hosting_providers",
 3018 "git_ui",
 3019 "gpui",
 3020 "gpui_tokio",
 3021 "hex",
 3022 "http_client",
 3023 "hyper 0.14.32",
 3024 "indoc",
 3025 "jsonwebtoken",
 3026 "language",
 3027 "language_model",
 3028 "livekit_api",
 3029 "livekit_client",
 3030 "log",
 3031 "lsp",
 3032 "menu",
 3033 "multi_buffer",
 3034 "nanoid",
 3035 "node_runtime",
 3036 "notifications",
 3037 "parking_lot",
 3038 "pretty_assertions",
 3039 "project",
 3040 "prometheus",
 3041 "prompt_store",
 3042 "prost 0.9.0",
 3043 "rand 0.8.5",
 3044 "recent_projects",
 3045 "release_channel",
 3046 "remote",
 3047 "remote_server",
 3048 "reqwest 0.11.27",
 3049 "reqwest_client",
 3050 "rpc",
 3051 "rustc-demangle",
 3052 "scrypt",
 3053 "sea-orm",
 3054 "semantic_version",
 3055 "semver",
 3056 "serde",
 3057 "serde_derive",
 3058 "serde_json",
 3059 "session",
 3060 "settings",
 3061 "sha2",
 3062 "sqlx",
 3063 "strum 0.27.1",
 3064 "subtle",
 3065 "supermaven_api",
 3066 "task",
 3067 "telemetry_events",
 3068 "text",
 3069 "theme",
 3070 "thiserror 2.0.12",
 3071 "time",
 3072 "tokio",
 3073 "toml 0.8.20",
 3074 "tower 0.4.13",
 3075 "tower-http 0.4.4",
 3076 "tracing",
 3077 "tracing-subscriber",
 3078 "unindent",
 3079 "util",
 3080 "uuid",
 3081 "workspace",
 3082 "workspace-hack",
 3083 "worktree",
 3084 "zed_llm_client",
 3085]
 3086
 3087[[package]]
 3088name = "collab_ui"
 3089version = "0.1.0"
 3090dependencies = [
 3091 "anyhow",
 3092 "call",
 3093 "channel",
 3094 "chrono",
 3095 "client",
 3096 "collections",
 3097 "db",
 3098 "editor",
 3099 "emojis",
 3100 "futures 0.3.31",
 3101 "fuzzy",
 3102 "gpui",
 3103 "http_client",
 3104 "language",
 3105 "log",
 3106 "menu",
 3107 "notifications",
 3108 "picker",
 3109 "pretty_assertions",
 3110 "project",
 3111 "release_channel",
 3112 "rich_text",
 3113 "rpc",
 3114 "schemars",
 3115 "serde",
 3116 "serde_derive",
 3117 "serde_json",
 3118 "settings",
 3119 "smallvec",
 3120 "story",
 3121 "telemetry",
 3122 "theme",
 3123 "time",
 3124 "time_format",
 3125 "title_bar",
 3126 "tree-sitter-md",
 3127 "ui",
 3128 "util",
 3129 "workspace",
 3130 "workspace-hack",
 3131]
 3132
 3133[[package]]
 3134name = "collections"
 3135version = "0.1.0"
 3136dependencies = [
 3137 "indexmap",
 3138 "rustc-hash 2.1.1",
 3139 "workspace-hack",
 3140]
 3141
 3142[[package]]
 3143name = "color_quant"
 3144version = "1.1.0"
 3145source = "registry+https://github.com/rust-lang/crates.io-index"
 3146checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3147
 3148[[package]]
 3149name = "colorchoice"
 3150version = "1.0.3"
 3151source = "registry+https://github.com/rust-lang/crates.io-index"
 3152checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3153
 3154[[package]]
 3155name = "combine"
 3156version = "4.6.7"
 3157source = "registry+https://github.com/rust-lang/crates.io-index"
 3158checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3159dependencies = [
 3160 "bytes 1.10.1",
 3161 "memchr",
 3162]
 3163
 3164[[package]]
 3165name = "command_palette"
 3166version = "0.1.0"
 3167dependencies = [
 3168 "anyhow",
 3169 "client",
 3170 "collections",
 3171 "command_palette_hooks",
 3172 "ctor",
 3173 "db",
 3174 "editor",
 3175 "env_logger 0.11.8",
 3176 "fuzzy",
 3177 "go_to_line",
 3178 "gpui",
 3179 "language",
 3180 "log",
 3181 "menu",
 3182 "picker",
 3183 "postage",
 3184 "project",
 3185 "serde",
 3186 "serde_json",
 3187 "settings",
 3188 "telemetry",
 3189 "theme",
 3190 "time",
 3191 "ui",
 3192 "util",
 3193 "workspace",
 3194 "workspace-hack",
 3195 "zed_actions",
 3196]
 3197
 3198[[package]]
 3199name = "command_palette_hooks"
 3200version = "0.1.0"
 3201dependencies = [
 3202 "collections",
 3203 "derive_more",
 3204 "gpui",
 3205 "workspace-hack",
 3206]
 3207
 3208[[package]]
 3209name = "component"
 3210version = "0.1.0"
 3211dependencies = [
 3212 "collections",
 3213 "gpui",
 3214 "inventory",
 3215 "parking_lot",
 3216 "strum 0.27.1",
 3217 "theme",
 3218 "workspace-hack",
 3219]
 3220
 3221[[package]]
 3222name = "concurrent-queue"
 3223version = "2.5.0"
 3224source = "registry+https://github.com/rust-lang/crates.io-index"
 3225checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3226dependencies = [
 3227 "crossbeam-utils",
 3228]
 3229
 3230[[package]]
 3231name = "console"
 3232version = "0.15.11"
 3233source = "registry+https://github.com/rust-lang/crates.io-index"
 3234checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3235dependencies = [
 3236 "encode_unicode",
 3237 "libc",
 3238 "once_cell",
 3239 "unicode-width 0.2.0",
 3240 "windows-sys 0.59.0",
 3241]
 3242
 3243[[package]]
 3244name = "const-oid"
 3245version = "0.9.6"
 3246source = "registry+https://github.com/rust-lang/crates.io-index"
 3247checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3248
 3249[[package]]
 3250name = "const-random"
 3251version = "0.1.18"
 3252source = "registry+https://github.com/rust-lang/crates.io-index"
 3253checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3254dependencies = [
 3255 "const-random-macro",
 3256]
 3257
 3258[[package]]
 3259name = "const-random-macro"
 3260version = "0.1.16"
 3261source = "registry+https://github.com/rust-lang/crates.io-index"
 3262checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3263dependencies = [
 3264 "getrandom 0.2.15",
 3265 "once_cell",
 3266 "tiny-keccak",
 3267]
 3268
 3269[[package]]
 3270name = "constant_time_eq"
 3271version = "0.1.5"
 3272source = "registry+https://github.com/rust-lang/crates.io-index"
 3273checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3274
 3275[[package]]
 3276name = "constant_time_eq"
 3277version = "0.3.1"
 3278source = "registry+https://github.com/rust-lang/crates.io-index"
 3279checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3280
 3281[[package]]
 3282name = "context_server"
 3283version = "0.1.0"
 3284dependencies = [
 3285 "anyhow",
 3286 "async-trait",
 3287 "collections",
 3288 "futures 0.3.31",
 3289 "gpui",
 3290 "log",
 3291 "parking_lot",
 3292 "postage",
 3293 "schemars",
 3294 "serde",
 3295 "serde_json",
 3296 "smol",
 3297 "url",
 3298 "util",
 3299 "workspace-hack",
 3300]
 3301
 3302[[package]]
 3303name = "convert_case"
 3304version = "0.4.0"
 3305source = "registry+https://github.com/rust-lang/crates.io-index"
 3306checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3307
 3308[[package]]
 3309name = "convert_case"
 3310version = "0.6.0"
 3311source = "registry+https://github.com/rust-lang/crates.io-index"
 3312checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3313dependencies = [
 3314 "unicode-segmentation",
 3315]
 3316
 3317[[package]]
 3318name = "convert_case"
 3319version = "0.8.0"
 3320source = "registry+https://github.com/rust-lang/crates.io-index"
 3321checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3322dependencies = [
 3323 "unicode-segmentation",
 3324]
 3325
 3326[[package]]
 3327name = "copilot"
 3328version = "0.1.0"
 3329dependencies = [
 3330 "anyhow",
 3331 "async-std",
 3332 "chrono",
 3333 "client",
 3334 "clock",
 3335 "collections",
 3336 "command_palette_hooks",
 3337 "ctor",
 3338 "editor",
 3339 "env_logger 0.11.8",
 3340 "fs",
 3341 "futures 0.3.31",
 3342 "gpui",
 3343 "http_client",
 3344 "indoc",
 3345 "inline_completion",
 3346 "itertools 0.14.0",
 3347 "language",
 3348 "log",
 3349 "lsp",
 3350 "menu",
 3351 "node_runtime",
 3352 "parking_lot",
 3353 "paths",
 3354 "project",
 3355 "rpc",
 3356 "serde",
 3357 "serde_json",
 3358 "settings",
 3359 "task",
 3360 "theme",
 3361 "ui",
 3362 "util",
 3363 "workspace",
 3364 "workspace-hack",
 3365]
 3366
 3367[[package]]
 3368name = "core-foundation"
 3369version = "0.9.4"
 3370source = "registry+https://github.com/rust-lang/crates.io-index"
 3371checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3372dependencies = [
 3373 "core-foundation-sys",
 3374 "libc",
 3375]
 3376
 3377[[package]]
 3378name = "core-foundation"
 3379version = "0.10.0"
 3380source = "registry+https://github.com/rust-lang/crates.io-index"
 3381checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3382dependencies = [
 3383 "core-foundation-sys",
 3384 "libc",
 3385]
 3386
 3387[[package]]
 3388name = "core-foundation-sys"
 3389version = "0.8.7"
 3390source = "registry+https://github.com/rust-lang/crates.io-index"
 3391checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3392
 3393[[package]]
 3394name = "core-graphics"
 3395version = "0.23.2"
 3396source = "registry+https://github.com/rust-lang/crates.io-index"
 3397checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3398dependencies = [
 3399 "bitflags 1.3.2",
 3400 "core-foundation 0.9.4",
 3401 "core-graphics-types 0.1.3",
 3402 "foreign-types 0.5.0",
 3403 "libc",
 3404]
 3405
 3406[[package]]
 3407name = "core-graphics"
 3408version = "0.24.0"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3411dependencies = [
 3412 "bitflags 2.9.0",
 3413 "core-foundation 0.10.0",
 3414 "core-graphics-types 0.2.0",
 3415 "foreign-types 0.5.0",
 3416 "libc",
 3417]
 3418
 3419[[package]]
 3420name = "core-graphics-helmer-fork"
 3421version = "0.24.0"
 3422source = "registry+https://github.com/rust-lang/crates.io-index"
 3423checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3424dependencies = [
 3425 "bitflags 2.9.0",
 3426 "core-foundation 0.9.4",
 3427 "core-graphics-types 0.1.3",
 3428 "foreign-types 0.5.0",
 3429 "libc",
 3430]
 3431
 3432[[package]]
 3433name = "core-graphics-types"
 3434version = "0.1.3"
 3435source = "registry+https://github.com/rust-lang/crates.io-index"
 3436checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3437dependencies = [
 3438 "bitflags 1.3.2",
 3439 "core-foundation 0.9.4",
 3440 "libc",
 3441]
 3442
 3443[[package]]
 3444name = "core-graphics-types"
 3445version = "0.2.0"
 3446source = "registry+https://github.com/rust-lang/crates.io-index"
 3447checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3448dependencies = [
 3449 "bitflags 2.9.0",
 3450 "core-foundation 0.10.0",
 3451 "libc",
 3452]
 3453
 3454[[package]]
 3455name = "core-graphics2"
 3456version = "0.4.1"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3459dependencies = [
 3460 "bitflags 2.9.0",
 3461 "block",
 3462 "cfg-if",
 3463 "core-foundation 0.10.0",
 3464 "libc",
 3465]
 3466
 3467[[package]]
 3468name = "core-services"
 3469version = "0.2.1"
 3470source = "registry+https://github.com/rust-lang/crates.io-index"
 3471checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3472dependencies = [
 3473 "core-foundation 0.9.4",
 3474]
 3475
 3476[[package]]
 3477name = "core-text"
 3478version = "21.0.0"
 3479source = "registry+https://github.com/rust-lang/crates.io-index"
 3480checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3481dependencies = [
 3482 "core-foundation 0.10.0",
 3483 "core-graphics 0.24.0",
 3484 "foreign-types 0.5.0",
 3485 "libc",
 3486]
 3487
 3488[[package]]
 3489name = "core-video"
 3490version = "0.4.3"
 3491source = "registry+https://github.com/rust-lang/crates.io-index"
 3492checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3493dependencies = [
 3494 "block",
 3495 "core-foundation 0.10.0",
 3496 "core-graphics2",
 3497 "io-surface",
 3498 "libc",
 3499 "metal",
 3500]
 3501
 3502[[package]]
 3503name = "core_maths"
 3504version = "0.1.1"
 3505source = "registry+https://github.com/rust-lang/crates.io-index"
 3506checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3507dependencies = [
 3508 "libm",
 3509]
 3510
 3511[[package]]
 3512name = "coreaudio-rs"
 3513version = "0.11.3"
 3514source = "registry+https://github.com/rust-lang/crates.io-index"
 3515checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3516dependencies = [
 3517 "bitflags 1.3.2",
 3518 "core-foundation-sys",
 3519 "coreaudio-sys",
 3520]
 3521
 3522[[package]]
 3523name = "coreaudio-rs"
 3524version = "0.12.1"
 3525source = "registry+https://github.com/rust-lang/crates.io-index"
 3526checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3527dependencies = [
 3528 "bitflags 1.3.2",
 3529 "core-foundation-sys",
 3530 "coreaudio-sys",
 3531]
 3532
 3533[[package]]
 3534name = "coreaudio-sys"
 3535version = "0.2.16"
 3536source = "registry+https://github.com/rust-lang/crates.io-index"
 3537checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3538dependencies = [
 3539 "bindgen 0.70.1",
 3540]
 3541
 3542[[package]]
 3543name = "cosmic-text"
 3544version = "0.14.0"
 3545source = "registry+https://github.com/rust-lang/crates.io-index"
 3546checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3547dependencies = [
 3548 "bitflags 2.9.0",
 3549 "fontdb 0.16.2",
 3550 "log",
 3551 "rangemap",
 3552 "rustc-hash 1.1.0",
 3553 "rustybuzz 0.14.1",
 3554 "self_cell",
 3555 "smol_str 0.2.2",
 3556 "swash",
 3557 "sys-locale",
 3558 "ttf-parser 0.21.1",
 3559 "unicode-bidi",
 3560 "unicode-linebreak",
 3561 "unicode-script",
 3562 "unicode-segmentation",
 3563]
 3564
 3565[[package]]
 3566name = "cpal"
 3567version = "0.15.3"
 3568source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3569dependencies = [
 3570 "alsa",
 3571 "core-foundation-sys",
 3572 "coreaudio-rs 0.11.3",
 3573 "dasp_sample",
 3574 "jni",
 3575 "js-sys",
 3576 "libc",
 3577 "mach2",
 3578 "ndk",
 3579 "ndk-context",
 3580 "oboe",
 3581 "wasm-bindgen",
 3582 "wasm-bindgen-futures",
 3583 "web-sys",
 3584 "windows 0.54.0",
 3585]
 3586
 3587[[package]]
 3588name = "cpp_demangle"
 3589version = "0.4.4"
 3590source = "registry+https://github.com/rust-lang/crates.io-index"
 3591checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3592dependencies = [
 3593 "cfg-if",
 3594]
 3595
 3596[[package]]
 3597name = "cpufeatures"
 3598version = "0.2.17"
 3599source = "registry+https://github.com/rust-lang/crates.io-index"
 3600checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3601dependencies = [
 3602 "libc",
 3603]
 3604
 3605[[package]]
 3606name = "cranelift-bforest"
 3607version = "0.116.1"
 3608source = "registry+https://github.com/rust-lang/crates.io-index"
 3609checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3610dependencies = [
 3611 "cranelift-entity",
 3612]
 3613
 3614[[package]]
 3615name = "cranelift-bitset"
 3616version = "0.116.1"
 3617source = "registry+https://github.com/rust-lang/crates.io-index"
 3618checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3619dependencies = [
 3620 "serde",
 3621 "serde_derive",
 3622]
 3623
 3624[[package]]
 3625name = "cranelift-codegen"
 3626version = "0.116.1"
 3627source = "registry+https://github.com/rust-lang/crates.io-index"
 3628checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3629dependencies = [
 3630 "bumpalo",
 3631 "cranelift-bforest",
 3632 "cranelift-bitset",
 3633 "cranelift-codegen-meta",
 3634 "cranelift-codegen-shared",
 3635 "cranelift-control",
 3636 "cranelift-entity",
 3637 "cranelift-isle",
 3638 "gimli",
 3639 "hashbrown 0.14.5",
 3640 "log",
 3641 "postcard",
 3642 "regalloc2",
 3643 "rustc-hash 2.1.1",
 3644 "serde",
 3645 "serde_derive",
 3646 "sha2",
 3647 "smallvec",
 3648 "target-lexicon 0.13.2",
 3649]
 3650
 3651[[package]]
 3652name = "cranelift-codegen-meta"
 3653version = "0.116.1"
 3654source = "registry+https://github.com/rust-lang/crates.io-index"
 3655checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3656dependencies = [
 3657 "cranelift-codegen-shared",
 3658]
 3659
 3660[[package]]
 3661name = "cranelift-codegen-shared"
 3662version = "0.116.1"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3665
 3666[[package]]
 3667name = "cranelift-control"
 3668version = "0.116.1"
 3669source = "registry+https://github.com/rust-lang/crates.io-index"
 3670checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3671dependencies = [
 3672 "arbitrary",
 3673]
 3674
 3675[[package]]
 3676name = "cranelift-entity"
 3677version = "0.116.1"
 3678source = "registry+https://github.com/rust-lang/crates.io-index"
 3679checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3680dependencies = [
 3681 "cranelift-bitset",
 3682 "serde",
 3683 "serde_derive",
 3684]
 3685
 3686[[package]]
 3687name = "cranelift-frontend"
 3688version = "0.116.1"
 3689source = "registry+https://github.com/rust-lang/crates.io-index"
 3690checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3691dependencies = [
 3692 "cranelift-codegen",
 3693 "log",
 3694 "smallvec",
 3695 "target-lexicon 0.13.2",
 3696]
 3697
 3698[[package]]
 3699name = "cranelift-isle"
 3700version = "0.116.1"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3703
 3704[[package]]
 3705name = "cranelift-native"
 3706version = "0.116.1"
 3707source = "registry+https://github.com/rust-lang/crates.io-index"
 3708checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3709dependencies = [
 3710 "cranelift-codegen",
 3711 "libc",
 3712 "target-lexicon 0.13.2",
 3713]
 3714
 3715[[package]]
 3716name = "crc"
 3717version = "3.2.1"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3720dependencies = [
 3721 "crc-catalog",
 3722]
 3723
 3724[[package]]
 3725name = "crc-catalog"
 3726version = "2.4.0"
 3727source = "registry+https://github.com/rust-lang/crates.io-index"
 3728checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3729
 3730[[package]]
 3731name = "crc32c"
 3732version = "0.6.8"
 3733source = "registry+https://github.com/rust-lang/crates.io-index"
 3734checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3735dependencies = [
 3736 "rustc_version",
 3737]
 3738
 3739[[package]]
 3740name = "crc32fast"
 3741version = "1.4.2"
 3742source = "registry+https://github.com/rust-lang/crates.io-index"
 3743checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3744dependencies = [
 3745 "cfg-if",
 3746]
 3747
 3748[[package]]
 3749name = "crc64fast-nvme"
 3750version = "1.2.0"
 3751source = "registry+https://github.com/rust-lang/crates.io-index"
 3752checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3753dependencies = [
 3754 "crc",
 3755]
 3756
 3757[[package]]
 3758name = "credentials_provider"
 3759version = "0.1.0"
 3760dependencies = [
 3761 "anyhow",
 3762 "futures 0.3.31",
 3763 "gpui",
 3764 "paths",
 3765 "release_channel",
 3766 "serde",
 3767 "serde_json",
 3768 "workspace-hack",
 3769]
 3770
 3771[[package]]
 3772name = "criterion"
 3773version = "0.5.1"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3776dependencies = [
 3777 "anes",
 3778 "cast",
 3779 "ciborium",
 3780 "clap",
 3781 "criterion-plot",
 3782 "is-terminal",
 3783 "itertools 0.10.5",
 3784 "num-traits",
 3785 "once_cell",
 3786 "oorandom",
 3787 "plotters",
 3788 "rayon",
 3789 "regex",
 3790 "serde",
 3791 "serde_derive",
 3792 "serde_json",
 3793 "tinytemplate",
 3794 "walkdir",
 3795]
 3796
 3797[[package]]
 3798name = "criterion-plot"
 3799version = "0.5.0"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3802dependencies = [
 3803 "cast",
 3804 "itertools 0.10.5",
 3805]
 3806
 3807[[package]]
 3808name = "crossbeam-channel"
 3809version = "0.5.15"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3812dependencies = [
 3813 "crossbeam-utils",
 3814]
 3815
 3816[[package]]
 3817name = "crossbeam-deque"
 3818version = "0.8.6"
 3819source = "registry+https://github.com/rust-lang/crates.io-index"
 3820checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3821dependencies = [
 3822 "crossbeam-epoch",
 3823 "crossbeam-utils",
 3824]
 3825
 3826[[package]]
 3827name = "crossbeam-epoch"
 3828version = "0.9.18"
 3829source = "registry+https://github.com/rust-lang/crates.io-index"
 3830checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3831dependencies = [
 3832 "crossbeam-utils",
 3833]
 3834
 3835[[package]]
 3836name = "crossbeam-queue"
 3837version = "0.3.12"
 3838source = "registry+https://github.com/rust-lang/crates.io-index"
 3839checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3840dependencies = [
 3841 "crossbeam-utils",
 3842]
 3843
 3844[[package]]
 3845name = "crossbeam-utils"
 3846version = "0.8.21"
 3847source = "registry+https://github.com/rust-lang/crates.io-index"
 3848checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3849
 3850[[package]]
 3851name = "crunchy"
 3852version = "0.2.3"
 3853source = "registry+https://github.com/rust-lang/crates.io-index"
 3854checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3855
 3856[[package]]
 3857name = "crypto-bigint"
 3858version = "0.4.9"
 3859source = "registry+https://github.com/rust-lang/crates.io-index"
 3860checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3861dependencies = [
 3862 "generic-array",
 3863 "rand_core 0.6.4",
 3864 "subtle",
 3865 "zeroize",
 3866]
 3867
 3868[[package]]
 3869name = "crypto-bigint"
 3870version = "0.5.5"
 3871source = "registry+https://github.com/rust-lang/crates.io-index"
 3872checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3873dependencies = [
 3874 "rand_core 0.6.4",
 3875 "subtle",
 3876]
 3877
 3878[[package]]
 3879name = "crypto-common"
 3880version = "0.1.6"
 3881source = "registry+https://github.com/rust-lang/crates.io-index"
 3882checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3883dependencies = [
 3884 "generic-array",
 3885 "rand_core 0.6.4",
 3886 "typenum",
 3887]
 3888
 3889[[package]]
 3890name = "cssparser"
 3891version = "0.35.0"
 3892source = "registry+https://github.com/rust-lang/crates.io-index"
 3893checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3894dependencies = [
 3895 "cssparser-macros",
 3896 "dtoa-short",
 3897 "itoa",
 3898 "phf",
 3899 "smallvec",
 3900]
 3901
 3902[[package]]
 3903name = "cssparser-macros"
 3904version = "0.6.1"
 3905source = "registry+https://github.com/rust-lang/crates.io-index"
 3906checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3907dependencies = [
 3908 "quote",
 3909 "syn 2.0.101",
 3910]
 3911
 3912[[package]]
 3913name = "ctor"
 3914version = "0.4.2"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3917dependencies = [
 3918 "ctor-proc-macro",
 3919 "dtor",
 3920]
 3921
 3922[[package]]
 3923name = "ctor-proc-macro"
 3924version = "0.0.5"
 3925source = "registry+https://github.com/rust-lang/crates.io-index"
 3926checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3927
 3928[[package]]
 3929name = "ctrlc"
 3930version = "3.4.6"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3933dependencies = [
 3934 "nix 0.29.0",
 3935 "windows-sys 0.59.0",
 3936]
 3937
 3938[[package]]
 3939name = "cursor-icon"
 3940version = "1.1.0"
 3941source = "registry+https://github.com/rust-lang/crates.io-index"
 3942checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3943
 3944[[package]]
 3945name = "cxx"
 3946version = "1.0.157"
 3947source = "registry+https://github.com/rust-lang/crates.io-index"
 3948checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3949dependencies = [
 3950 "cc",
 3951 "cxxbridge-cmd",
 3952 "cxxbridge-flags",
 3953 "cxxbridge-macro",
 3954 "foldhash",
 3955 "link-cplusplus",
 3956]
 3957
 3958[[package]]
 3959name = "cxx-build"
 3960version = "1.0.157"
 3961source = "registry+https://github.com/rust-lang/crates.io-index"
 3962checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3963dependencies = [
 3964 "cc",
 3965 "codespan-reporting 0.12.0",
 3966 "proc-macro2",
 3967 "quote",
 3968 "scratch",
 3969 "syn 2.0.101",
 3970]
 3971
 3972[[package]]
 3973name = "cxxbridge-cmd"
 3974version = "1.0.157"
 3975source = "registry+https://github.com/rust-lang/crates.io-index"
 3976checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3977dependencies = [
 3978 "clap",
 3979 "codespan-reporting 0.12.0",
 3980 "proc-macro2",
 3981 "quote",
 3982 "syn 2.0.101",
 3983]
 3984
 3985[[package]]
 3986name = "cxxbridge-flags"
 3987version = "1.0.157"
 3988source = "registry+https://github.com/rust-lang/crates.io-index"
 3989checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3990
 3991[[package]]
 3992name = "cxxbridge-macro"
 3993version = "1.0.157"
 3994source = "registry+https://github.com/rust-lang/crates.io-index"
 3995checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3996dependencies = [
 3997 "proc-macro2",
 3998 "quote",
 3999 "rustversion",
 4000 "syn 2.0.101",
 4001]
 4002
 4003[[package]]
 4004name = "dap"
 4005version = "0.1.0"
 4006dependencies = [
 4007 "anyhow",
 4008 "async-compression",
 4009 "async-pipe",
 4010 "async-tar",
 4011 "async-trait",
 4012 "client",
 4013 "collections",
 4014 "dap-types",
 4015 "env_logger 0.11.8",
 4016 "fs",
 4017 "futures 0.3.31",
 4018 "gpui",
 4019 "http_client",
 4020 "language",
 4021 "log",
 4022 "node_runtime",
 4023 "parking_lot",
 4024 "paths",
 4025 "proto",
 4026 "schemars",
 4027 "serde",
 4028 "serde_json",
 4029 "settings",
 4030 "smallvec",
 4031 "smol",
 4032 "task",
 4033 "telemetry",
 4034 "util",
 4035 "workspace-hack",
 4036]
 4037
 4038[[package]]
 4039name = "dap-types"
 4040version = "0.0.1"
 4041source = "git+https://github.com/zed-industries/dap-types?rev=68516de327fa1be15214133a0a2e52a12982ce75#68516de327fa1be15214133a0a2e52a12982ce75"
 4042dependencies = [
 4043 "schemars",
 4044 "serde",
 4045 "serde_json",
 4046]
 4047
 4048[[package]]
 4049name = "dap_adapters"
 4050version = "0.1.0"
 4051dependencies = [
 4052 "anyhow",
 4053 "async-trait",
 4054 "dap",
 4055 "futures 0.3.31",
 4056 "gpui",
 4057 "json_dotpath",
 4058 "language",
 4059 "paths",
 4060 "serde",
 4061 "serde_json",
 4062 "smol",
 4063 "task",
 4064 "util",
 4065 "workspace-hack",
 4066]
 4067
 4068[[package]]
 4069name = "darling"
 4070version = "0.20.11"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4073dependencies = [
 4074 "darling_core",
 4075 "darling_macro",
 4076]
 4077
 4078[[package]]
 4079name = "darling_core"
 4080version = "0.20.11"
 4081source = "registry+https://github.com/rust-lang/crates.io-index"
 4082checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4083dependencies = [
 4084 "fnv",
 4085 "ident_case",
 4086 "proc-macro2",
 4087 "quote",
 4088 "strsim",
 4089 "syn 2.0.101",
 4090]
 4091
 4092[[package]]
 4093name = "darling_macro"
 4094version = "0.20.11"
 4095source = "registry+https://github.com/rust-lang/crates.io-index"
 4096checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4097dependencies = [
 4098 "darling_core",
 4099 "quote",
 4100 "syn 2.0.101",
 4101]
 4102
 4103[[package]]
 4104name = "dashmap"
 4105version = "5.5.3"
 4106source = "registry+https://github.com/rust-lang/crates.io-index"
 4107checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4108dependencies = [
 4109 "cfg-if",
 4110 "hashbrown 0.14.5",
 4111 "lock_api",
 4112 "once_cell",
 4113 "parking_lot_core",
 4114]
 4115
 4116[[package]]
 4117name = "dashmap"
 4118version = "6.1.0"
 4119source = "registry+https://github.com/rust-lang/crates.io-index"
 4120checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4121dependencies = [
 4122 "cfg-if",
 4123 "crossbeam-utils",
 4124 "hashbrown 0.14.5",
 4125 "lock_api",
 4126 "once_cell",
 4127 "parking_lot_core",
 4128]
 4129
 4130[[package]]
 4131name = "dasp_sample"
 4132version = "0.11.0"
 4133source = "registry+https://github.com/rust-lang/crates.io-index"
 4134checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4135
 4136[[package]]
 4137name = "data-encoding"
 4138version = "2.9.0"
 4139source = "registry+https://github.com/rust-lang/crates.io-index"
 4140checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4141
 4142[[package]]
 4143name = "data-url"
 4144version = "0.3.1"
 4145source = "registry+https://github.com/rust-lang/crates.io-index"
 4146checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4147
 4148[[package]]
 4149name = "db"
 4150version = "0.1.0"
 4151dependencies = [
 4152 "anyhow",
 4153 "gpui",
 4154 "indoc",
 4155 "log",
 4156 "paths",
 4157 "release_channel",
 4158 "smol",
 4159 "sqlez",
 4160 "sqlez_macros",
 4161 "tempfile",
 4162 "util",
 4163 "workspace-hack",
 4164]
 4165
 4166[[package]]
 4167name = "dbus"
 4168version = "0.9.7"
 4169source = "registry+https://github.com/rust-lang/crates.io-index"
 4170checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4171dependencies = [
 4172 "libc",
 4173 "libdbus-sys",
 4174 "winapi",
 4175]
 4176
 4177[[package]]
 4178name = "debug_adapter_extension"
 4179version = "0.1.0"
 4180dependencies = [
 4181 "anyhow",
 4182 "async-trait",
 4183 "dap",
 4184 "extension",
 4185 "gpui",
 4186 "serde_json",
 4187 "task",
 4188 "workspace-hack",
 4189]
 4190
 4191[[package]]
 4192name = "debugger_tools"
 4193version = "0.1.0"
 4194dependencies = [
 4195 "anyhow",
 4196 "dap",
 4197 "editor",
 4198 "futures 0.3.31",
 4199 "gpui",
 4200 "project",
 4201 "serde_json",
 4202 "settings",
 4203 "smol",
 4204 "util",
 4205 "workspace",
 4206 "workspace-hack",
 4207]
 4208
 4209[[package]]
 4210name = "debugger_ui"
 4211version = "0.1.0"
 4212dependencies = [
 4213 "anyhow",
 4214 "client",
 4215 "collections",
 4216 "command_palette_hooks",
 4217 "dap",
 4218 "dap_adapters",
 4219 "db",
 4220 "debugger_tools",
 4221 "editor",
 4222 "env_logger 0.11.8",
 4223 "feature_flags",
 4224 "file_icons",
 4225 "futures 0.3.31",
 4226 "fuzzy",
 4227 "gpui",
 4228 "language",
 4229 "log",
 4230 "menu",
 4231 "parking_lot",
 4232 "paths",
 4233 "picker",
 4234 "pretty_assertions",
 4235 "project",
 4236 "rpc",
 4237 "serde",
 4238 "serde_json",
 4239 "settings",
 4240 "shlex",
 4241 "sysinfo",
 4242 "task",
 4243 "tasks_ui",
 4244 "terminal_view",
 4245 "theme",
 4246 "ui",
 4247 "unindent",
 4248 "util",
 4249 "workspace",
 4250 "workspace-hack",
 4251]
 4252
 4253[[package]]
 4254name = "deepseek"
 4255version = "0.1.0"
 4256dependencies = [
 4257 "anyhow",
 4258 "futures 0.3.31",
 4259 "http_client",
 4260 "schemars",
 4261 "serde",
 4262 "serde_json",
 4263 "workspace-hack",
 4264]
 4265
 4266[[package]]
 4267name = "deflate64"
 4268version = "0.1.9"
 4269source = "registry+https://github.com/rust-lang/crates.io-index"
 4270checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4271
 4272[[package]]
 4273name = "der"
 4274version = "0.6.1"
 4275source = "registry+https://github.com/rust-lang/crates.io-index"
 4276checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4277dependencies = [
 4278 "const-oid",
 4279 "zeroize",
 4280]
 4281
 4282[[package]]
 4283name = "der"
 4284version = "0.7.10"
 4285source = "registry+https://github.com/rust-lang/crates.io-index"
 4286checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4287dependencies = [
 4288 "const-oid",
 4289 "pem-rfc7468",
 4290 "zeroize",
 4291]
 4292
 4293[[package]]
 4294name = "deranged"
 4295version = "0.4.0"
 4296source = "registry+https://github.com/rust-lang/crates.io-index"
 4297checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4298dependencies = [
 4299 "powerfmt",
 4300 "serde",
 4301]
 4302
 4303[[package]]
 4304name = "derive_builder"
 4305version = "0.20.2"
 4306source = "registry+https://github.com/rust-lang/crates.io-index"
 4307checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4308dependencies = [
 4309 "derive_builder_macro",
 4310]
 4311
 4312[[package]]
 4313name = "derive_builder_core"
 4314version = "0.20.2"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4317dependencies = [
 4318 "darling",
 4319 "proc-macro2",
 4320 "quote",
 4321 "syn 2.0.101",
 4322]
 4323
 4324[[package]]
 4325name = "derive_builder_macro"
 4326version = "0.20.2"
 4327source = "registry+https://github.com/rust-lang/crates.io-index"
 4328checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4329dependencies = [
 4330 "derive_builder_core",
 4331 "syn 2.0.101",
 4332]
 4333
 4334[[package]]
 4335name = "derive_more"
 4336version = "0.99.19"
 4337source = "registry+https://github.com/rust-lang/crates.io-index"
 4338checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4339dependencies = [
 4340 "convert_case 0.4.0",
 4341 "proc-macro2",
 4342 "quote",
 4343 "rustc_version",
 4344 "syn 2.0.101",
 4345]
 4346
 4347[[package]]
 4348name = "derive_refineable"
 4349version = "0.1.0"
 4350dependencies = [
 4351 "proc-macro2",
 4352 "quote",
 4353 "syn 1.0.109",
 4354 "workspace-hack",
 4355]
 4356
 4357[[package]]
 4358name = "diagnostics"
 4359version = "0.1.0"
 4360dependencies = [
 4361 "anyhow",
 4362 "client",
 4363 "collections",
 4364 "component",
 4365 "ctor",
 4366 "editor",
 4367 "env_logger 0.11.8",
 4368 "futures 0.3.31",
 4369 "gpui",
 4370 "indoc",
 4371 "language",
 4372 "log",
 4373 "lsp",
 4374 "markdown",
 4375 "pretty_assertions",
 4376 "project",
 4377 "rand 0.8.5",
 4378 "serde",
 4379 "serde_json",
 4380 "settings",
 4381 "text",
 4382 "theme",
 4383 "ui",
 4384 "unindent",
 4385 "util",
 4386 "workspace",
 4387 "workspace-hack",
 4388]
 4389
 4390[[package]]
 4391name = "dialoguer"
 4392version = "0.11.0"
 4393source = "registry+https://github.com/rust-lang/crates.io-index"
 4394checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4395dependencies = [
 4396 "console",
 4397 "fuzzy-matcher",
 4398 "shell-words",
 4399 "tempfile",
 4400 "thiserror 1.0.69",
 4401 "zeroize",
 4402]
 4403
 4404[[package]]
 4405name = "diff"
 4406version = "0.1.13"
 4407source = "registry+https://github.com/rust-lang/crates.io-index"
 4408checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4409
 4410[[package]]
 4411name = "diffy"
 4412version = "0.4.2"
 4413source = "registry+https://github.com/rust-lang/crates.io-index"
 4414checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4415dependencies = [
 4416 "nu-ansi-term 0.50.1",
 4417]
 4418
 4419[[package]]
 4420name = "digest"
 4421version = "0.10.7"
 4422source = "registry+https://github.com/rust-lang/crates.io-index"
 4423checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4424dependencies = [
 4425 "block-buffer",
 4426 "const-oid",
 4427 "crypto-common",
 4428 "subtle",
 4429]
 4430
 4431[[package]]
 4432name = "dirs"
 4433version = "4.0.0"
 4434source = "registry+https://github.com/rust-lang/crates.io-index"
 4435checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4436dependencies = [
 4437 "dirs-sys 0.3.7",
 4438]
 4439
 4440[[package]]
 4441name = "dirs"
 4442version = "5.0.1"
 4443source = "registry+https://github.com/rust-lang/crates.io-index"
 4444checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4445dependencies = [
 4446 "dirs-sys 0.4.1",
 4447]
 4448
 4449[[package]]
 4450name = "dirs"
 4451version = "6.0.0"
 4452source = "registry+https://github.com/rust-lang/crates.io-index"
 4453checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4454dependencies = [
 4455 "dirs-sys 0.5.0",
 4456]
 4457
 4458[[package]]
 4459name = "dirs-sys"
 4460version = "0.3.7"
 4461source = "registry+https://github.com/rust-lang/crates.io-index"
 4462checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4463dependencies = [
 4464 "libc",
 4465 "redox_users 0.4.6",
 4466 "winapi",
 4467]
 4468
 4469[[package]]
 4470name = "dirs-sys"
 4471version = "0.4.1"
 4472source = "registry+https://github.com/rust-lang/crates.io-index"
 4473checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4474dependencies = [
 4475 "libc",
 4476 "option-ext",
 4477 "redox_users 0.4.6",
 4478 "windows-sys 0.48.0",
 4479]
 4480
 4481[[package]]
 4482name = "dirs-sys"
 4483version = "0.5.0"
 4484source = "registry+https://github.com/rust-lang/crates.io-index"
 4485checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4486dependencies = [
 4487 "libc",
 4488 "option-ext",
 4489 "redox_users 0.5.0",
 4490 "windows-sys 0.59.0",
 4491]
 4492
 4493[[package]]
 4494name = "dispatch"
 4495version = "0.2.0"
 4496source = "registry+https://github.com/rust-lang/crates.io-index"
 4497checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4498
 4499[[package]]
 4500name = "dispatch2"
 4501version = "0.3.0"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4504dependencies = [
 4505 "bitflags 2.9.0",
 4506 "objc2",
 4507]
 4508
 4509[[package]]
 4510name = "displaydoc"
 4511version = "0.2.5"
 4512source = "registry+https://github.com/rust-lang/crates.io-index"
 4513checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4514dependencies = [
 4515 "proc-macro2",
 4516 "quote",
 4517 "syn 2.0.101",
 4518]
 4519
 4520[[package]]
 4521name = "dlib"
 4522version = "0.5.2"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4525dependencies = [
 4526 "libloading",
 4527]
 4528
 4529[[package]]
 4530name = "docs_preprocessor"
 4531version = "0.1.0"
 4532dependencies = [
 4533 "anyhow",
 4534 "clap",
 4535 "mdbook",
 4536 "regex",
 4537 "serde",
 4538 "serde_json",
 4539 "settings",
 4540 "util",
 4541 "workspace-hack",
 4542]
 4543
 4544[[package]]
 4545name = "documented"
 4546version = "0.9.1"
 4547source = "registry+https://github.com/rust-lang/crates.io-index"
 4548checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4549dependencies = [
 4550 "documented-macros",
 4551 "phf",
 4552 "thiserror 1.0.69",
 4553]
 4554
 4555[[package]]
 4556name = "documented-macros"
 4557version = "0.9.1"
 4558source = "registry+https://github.com/rust-lang/crates.io-index"
 4559checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4560dependencies = [
 4561 "convert_case 0.6.0",
 4562 "itertools 0.13.0",
 4563 "optfield",
 4564 "proc-macro2",
 4565 "quote",
 4566 "strum 0.26.3",
 4567 "syn 2.0.101",
 4568]
 4569
 4570[[package]]
 4571name = "dotenv"
 4572version = "0.15.0"
 4573source = "registry+https://github.com/rust-lang/crates.io-index"
 4574checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4575
 4576[[package]]
 4577name = "dotenvy"
 4578version = "0.15.7"
 4579source = "registry+https://github.com/rust-lang/crates.io-index"
 4580checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4581
 4582[[package]]
 4583name = "downcast-rs"
 4584version = "1.2.1"
 4585source = "registry+https://github.com/rust-lang/crates.io-index"
 4586checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4587
 4588[[package]]
 4589name = "doxygen-rs"
 4590version = "0.4.2"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4593dependencies = [
 4594 "phf",
 4595]
 4596
 4597[[package]]
 4598name = "dtoa"
 4599version = "1.0.10"
 4600source = "registry+https://github.com/rust-lang/crates.io-index"
 4601checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4602
 4603[[package]]
 4604name = "dtoa-short"
 4605version = "0.3.5"
 4606source = "registry+https://github.com/rust-lang/crates.io-index"
 4607checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4608dependencies = [
 4609 "dtoa",
 4610]
 4611
 4612[[package]]
 4613name = "dtor"
 4614version = "0.0.6"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4617dependencies = [
 4618 "dtor-proc-macro",
 4619]
 4620
 4621[[package]]
 4622name = "dtor-proc-macro"
 4623version = "0.0.5"
 4624source = "registry+https://github.com/rust-lang/crates.io-index"
 4625checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4626
 4627[[package]]
 4628name = "dunce"
 4629version = "1.0.5"
 4630source = "registry+https://github.com/rust-lang/crates.io-index"
 4631checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4632
 4633[[package]]
 4634name = "dwrote"
 4635version = "0.11.3"
 4636source = "registry+https://github.com/rust-lang/crates.io-index"
 4637checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4638dependencies = [
 4639 "lazy_static",
 4640 "libc",
 4641 "winapi",
 4642 "wio",
 4643]
 4644
 4645[[package]]
 4646name = "dyn-clone"
 4647version = "1.0.19"
 4648source = "registry+https://github.com/rust-lang/crates.io-index"
 4649checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4650
 4651[[package]]
 4652name = "ec4rs"
 4653version = "1.2.0"
 4654source = "registry+https://github.com/rust-lang/crates.io-index"
 4655checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4656
 4657[[package]]
 4658name = "ecdsa"
 4659version = "0.14.8"
 4660source = "registry+https://github.com/rust-lang/crates.io-index"
 4661checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4662dependencies = [
 4663 "der 0.6.1",
 4664 "elliptic-curve",
 4665 "rfc6979",
 4666 "signature 1.6.4",
 4667]
 4668
 4669[[package]]
 4670name = "editor"
 4671version = "0.1.0"
 4672dependencies = [
 4673 "aho-corasick",
 4674 "anyhow",
 4675 "assets",
 4676 "buffer_diff",
 4677 "client",
 4678 "clock",
 4679 "collections",
 4680 "command_palette_hooks",
 4681 "convert_case 0.8.0",
 4682 "ctor",
 4683 "dap",
 4684 "db",
 4685 "emojis",
 4686 "env_logger 0.11.8",
 4687 "feature_flags",
 4688 "file_icons",
 4689 "fs",
 4690 "futures 0.3.31",
 4691 "fuzzy",
 4692 "git",
 4693 "gpui",
 4694 "http_client",
 4695 "indoc",
 4696 "inline_completion",
 4697 "itertools 0.14.0",
 4698 "language",
 4699 "languages",
 4700 "linkify",
 4701 "log",
 4702 "lsp",
 4703 "markdown",
 4704 "menu",
 4705 "multi_buffer",
 4706 "ordered-float 2.10.1",
 4707 "parking_lot",
 4708 "pretty_assertions",
 4709 "project",
 4710 "rand 0.8.5",
 4711 "release_channel",
 4712 "rpc",
 4713 "schemars",
 4714 "serde",
 4715 "serde_json",
 4716 "settings",
 4717 "smallvec",
 4718 "smol",
 4719 "snippet",
 4720 "sum_tree",
 4721 "task",
 4722 "telemetry",
 4723 "tempfile",
 4724 "text",
 4725 "theme",
 4726 "time",
 4727 "tree-sitter-html",
 4728 "tree-sitter-python",
 4729 "tree-sitter-rust",
 4730 "tree-sitter-typescript",
 4731 "ui",
 4732 "unicode-script",
 4733 "unicode-segmentation",
 4734 "unindent",
 4735 "url",
 4736 "util",
 4737 "uuid",
 4738 "workspace",
 4739 "workspace-hack",
 4740 "zed_actions",
 4741]
 4742
 4743[[package]]
 4744name = "either"
 4745version = "1.15.0"
 4746source = "registry+https://github.com/rust-lang/crates.io-index"
 4747checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4748dependencies = [
 4749 "serde",
 4750]
 4751
 4752[[package]]
 4753name = "elasticlunr-rs"
 4754version = "3.0.2"
 4755source = "registry+https://github.com/rust-lang/crates.io-index"
 4756checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4757dependencies = [
 4758 "regex",
 4759 "serde",
 4760 "serde_derive",
 4761 "serde_json",
 4762]
 4763
 4764[[package]]
 4765name = "elliptic-curve"
 4766version = "0.12.3"
 4767source = "registry+https://github.com/rust-lang/crates.io-index"
 4768checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4769dependencies = [
 4770 "base16ct",
 4771 "crypto-bigint 0.4.9",
 4772 "der 0.6.1",
 4773 "digest",
 4774 "ff",
 4775 "generic-array",
 4776 "group",
 4777 "pkcs8 0.9.0",
 4778 "rand_core 0.6.4",
 4779 "sec1",
 4780 "subtle",
 4781 "zeroize",
 4782]
 4783
 4784[[package]]
 4785name = "email_address"
 4786version = "0.2.9"
 4787source = "registry+https://github.com/rust-lang/crates.io-index"
 4788checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4789dependencies = [
 4790 "serde",
 4791]
 4792
 4793[[package]]
 4794name = "embed-resource"
 4795version = "3.0.2"
 4796source = "registry+https://github.com/rust-lang/crates.io-index"
 4797checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4798dependencies = [
 4799 "cc",
 4800 "memchr",
 4801 "rustc_version",
 4802 "toml 0.8.20",
 4803 "vswhom",
 4804 "winreg 0.52.0",
 4805]
 4806
 4807[[package]]
 4808name = "embedded-io"
 4809version = "0.4.0"
 4810source = "registry+https://github.com/rust-lang/crates.io-index"
 4811checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4812
 4813[[package]]
 4814name = "embedded-io"
 4815version = "0.6.1"
 4816source = "registry+https://github.com/rust-lang/crates.io-index"
 4817checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4818
 4819[[package]]
 4820name = "emojis"
 4821version = "0.6.4"
 4822source = "registry+https://github.com/rust-lang/crates.io-index"
 4823checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4824dependencies = [
 4825 "phf",
 4826]
 4827
 4828[[package]]
 4829name = "encode_unicode"
 4830version = "1.0.0"
 4831source = "registry+https://github.com/rust-lang/crates.io-index"
 4832checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4833
 4834[[package]]
 4835name = "encoding_rs"
 4836version = "0.8.35"
 4837source = "registry+https://github.com/rust-lang/crates.io-index"
 4838checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4839dependencies = [
 4840 "cfg-if",
 4841]
 4842
 4843[[package]]
 4844name = "endi"
 4845version = "1.1.0"
 4846source = "registry+https://github.com/rust-lang/crates.io-index"
 4847checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4848
 4849[[package]]
 4850name = "enumflags2"
 4851version = "0.7.11"
 4852source = "registry+https://github.com/rust-lang/crates.io-index"
 4853checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4854dependencies = [
 4855 "enumflags2_derive",
 4856 "serde",
 4857]
 4858
 4859[[package]]
 4860name = "enumflags2_derive"
 4861version = "0.7.11"
 4862source = "registry+https://github.com/rust-lang/crates.io-index"
 4863checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4864dependencies = [
 4865 "proc-macro2",
 4866 "quote",
 4867 "syn 2.0.101",
 4868]
 4869
 4870[[package]]
 4871name = "env_filter"
 4872version = "0.1.3"
 4873source = "registry+https://github.com/rust-lang/crates.io-index"
 4874checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4875dependencies = [
 4876 "log",
 4877 "regex",
 4878]
 4879
 4880[[package]]
 4881name = "env_logger"
 4882version = "0.10.2"
 4883source = "registry+https://github.com/rust-lang/crates.io-index"
 4884checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4885dependencies = [
 4886 "humantime",
 4887 "is-terminal",
 4888 "log",
 4889 "regex",
 4890 "termcolor",
 4891]
 4892
 4893[[package]]
 4894name = "env_logger"
 4895version = "0.11.8"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4898dependencies = [
 4899 "anstream",
 4900 "anstyle",
 4901 "env_filter",
 4902 "jiff",
 4903 "log",
 4904]
 4905
 4906[[package]]
 4907name = "envy"
 4908version = "0.4.2"
 4909source = "registry+https://github.com/rust-lang/crates.io-index"
 4910checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4911dependencies = [
 4912 "serde",
 4913]
 4914
 4915[[package]]
 4916name = "equivalent"
 4917version = "1.0.2"
 4918source = "registry+https://github.com/rust-lang/crates.io-index"
 4919checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4920
 4921[[package]]
 4922name = "erased-serde"
 4923version = "0.4.6"
 4924source = "registry+https://github.com/rust-lang/crates.io-index"
 4925checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4926dependencies = [
 4927 "serde",
 4928 "typeid",
 4929]
 4930
 4931[[package]]
 4932name = "errno"
 4933version = "0.2.8"
 4934source = "registry+https://github.com/rust-lang/crates.io-index"
 4935checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4936dependencies = [
 4937 "errno-dragonfly",
 4938 "libc",
 4939 "winapi",
 4940]
 4941
 4942[[package]]
 4943name = "errno"
 4944version = "0.3.11"
 4945source = "registry+https://github.com/rust-lang/crates.io-index"
 4946checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4947dependencies = [
 4948 "libc",
 4949 "windows-sys 0.59.0",
 4950]
 4951
 4952[[package]]
 4953name = "errno-dragonfly"
 4954version = "0.1.2"
 4955source = "registry+https://github.com/rust-lang/crates.io-index"
 4956checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4957dependencies = [
 4958 "cc",
 4959 "libc",
 4960]
 4961
 4962[[package]]
 4963name = "etagere"
 4964version = "0.2.15"
 4965source = "registry+https://github.com/rust-lang/crates.io-index"
 4966checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4967dependencies = [
 4968 "euclid",
 4969 "svg_fmt",
 4970]
 4971
 4972[[package]]
 4973name = "etcetera"
 4974version = "0.8.0"
 4975source = "registry+https://github.com/rust-lang/crates.io-index"
 4976checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4977dependencies = [
 4978 "cfg-if",
 4979 "home",
 4980 "windows-sys 0.48.0",
 4981]
 4982
 4983[[package]]
 4984name = "euclid"
 4985version = "0.22.11"
 4986source = "registry+https://github.com/rust-lang/crates.io-index"
 4987checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4988dependencies = [
 4989 "num-traits",
 4990]
 4991
 4992[[package]]
 4993name = "eval"
 4994version = "0.1.0"
 4995dependencies = [
 4996 "agent",
 4997 "anyhow",
 4998 "assistant_settings",
 4999 "assistant_tool",
 5000 "assistant_tools",
 5001 "async-trait",
 5002 "async-watch",
 5003 "buffer_diff",
 5004 "chrono",
 5005 "clap",
 5006 "client",
 5007 "collections",
 5008 "debug_adapter_extension",
 5009 "dirs 4.0.0",
 5010 "dotenv",
 5011 "env_logger 0.11.8",
 5012 "extension",
 5013 "fs",
 5014 "futures 0.3.31",
 5015 "gpui",
 5016 "gpui_tokio",
 5017 "handlebars 4.5.0",
 5018 "language",
 5019 "language_extension",
 5020 "language_model",
 5021 "language_models",
 5022 "languages",
 5023 "markdown",
 5024 "node_runtime",
 5025 "pathdiff",
 5026 "paths",
 5027 "pretty_assertions",
 5028 "project",
 5029 "prompt_store",
 5030 "regex",
 5031 "release_channel",
 5032 "reqwest_client",
 5033 "serde",
 5034 "serde_json",
 5035 "settings",
 5036 "shellexpand 2.1.2",
 5037 "smol",
 5038 "telemetry",
 5039 "terminal_view",
 5040 "toml 0.8.20",
 5041 "unindent",
 5042 "util",
 5043 "uuid",
 5044 "workspace-hack",
 5045]
 5046
 5047[[package]]
 5048name = "event-listener"
 5049version = "2.5.3"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5052
 5053[[package]]
 5054name = "event-listener"
 5055version = "5.4.0"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5058dependencies = [
 5059 "concurrent-queue",
 5060 "parking",
 5061 "pin-project-lite",
 5062]
 5063
 5064[[package]]
 5065name = "event-listener-strategy"
 5066version = "0.5.4"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5069dependencies = [
 5070 "event-listener 5.4.0",
 5071 "pin-project-lite",
 5072]
 5073
 5074[[package]]
 5075name = "exec"
 5076version = "0.3.1"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5079dependencies = [
 5080 "errno 0.2.8",
 5081 "libc",
 5082]
 5083
 5084[[package]]
 5085name = "exr"
 5086version = "1.73.0"
 5087source = "registry+https://github.com/rust-lang/crates.io-index"
 5088checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5089dependencies = [
 5090 "bit_field",
 5091 "half",
 5092 "lebe",
 5093 "miniz_oxide",
 5094 "rayon-core",
 5095 "smallvec",
 5096 "zune-inflate",
 5097]
 5098
 5099[[package]]
 5100name = "extension"
 5101version = "0.1.0"
 5102dependencies = [
 5103 "anyhow",
 5104 "async-compression",
 5105 "async-tar",
 5106 "async-trait",
 5107 "collections",
 5108 "dap",
 5109 "fs",
 5110 "futures 0.3.31",
 5111 "gpui",
 5112 "heck 0.5.0",
 5113 "http_client",
 5114 "language",
 5115 "log",
 5116 "lsp",
 5117 "parking_lot",
 5118 "semantic_version",
 5119 "serde",
 5120 "serde_json",
 5121 "task",
 5122 "toml 0.8.20",
 5123 "util",
 5124 "wasi-preview1-component-adapter-provider",
 5125 "wasm-encoder 0.221.3",
 5126 "wasmparser 0.221.3",
 5127 "wit-component 0.221.3",
 5128 "workspace-hack",
 5129]
 5130
 5131[[package]]
 5132name = "extension_cli"
 5133version = "0.1.0"
 5134dependencies = [
 5135 "anyhow",
 5136 "clap",
 5137 "env_logger 0.11.8",
 5138 "extension",
 5139 "fs",
 5140 "gpui",
 5141 "language",
 5142 "log",
 5143 "reqwest_client",
 5144 "rpc",
 5145 "serde",
 5146 "serde_json",
 5147 "theme",
 5148 "tokio",
 5149 "toml 0.8.20",
 5150 "tree-sitter",
 5151 "wasmtime",
 5152 "workspace-hack",
 5153]
 5154
 5155[[package]]
 5156name = "extension_host"
 5157version = "0.1.0"
 5158dependencies = [
 5159 "anyhow",
 5160 "async-compression",
 5161 "async-tar",
 5162 "async-trait",
 5163 "client",
 5164 "collections",
 5165 "criterion",
 5166 "ctor",
 5167 "dap",
 5168 "env_logger 0.11.8",
 5169 "extension",
 5170 "fs",
 5171 "futures 0.3.31",
 5172 "gpui",
 5173 "http_client",
 5174 "language",
 5175 "language_extension",
 5176 "log",
 5177 "lsp",
 5178 "moka",
 5179 "node_runtime",
 5180 "parking_lot",
 5181 "paths",
 5182 "project",
 5183 "rand 0.8.5",
 5184 "release_channel",
 5185 "remote",
 5186 "reqwest_client",
 5187 "schemars",
 5188 "semantic_version",
 5189 "serde",
 5190 "serde_json",
 5191 "serde_json_lenient",
 5192 "settings",
 5193 "task",
 5194 "telemetry",
 5195 "tempfile",
 5196 "theme",
 5197 "theme_extension",
 5198 "toml 0.8.20",
 5199 "url",
 5200 "util",
 5201 "wasmparser 0.221.3",
 5202 "wasmtime",
 5203 "wasmtime-wasi",
 5204 "workspace-hack",
 5205]
 5206
 5207[[package]]
 5208name = "extensions_ui"
 5209version = "0.1.0"
 5210dependencies = [
 5211 "anyhow",
 5212 "client",
 5213 "collections",
 5214 "db",
 5215 "editor",
 5216 "extension",
 5217 "extension_host",
 5218 "fs",
 5219 "fuzzy",
 5220 "gpui",
 5221 "language",
 5222 "log",
 5223 "num-format",
 5224 "picker",
 5225 "project",
 5226 "release_channel",
 5227 "semantic_version",
 5228 "serde",
 5229 "settings",
 5230 "smallvec",
 5231 "strum 0.27.1",
 5232 "telemetry",
 5233 "theme",
 5234 "ui",
 5235 "util",
 5236 "vim_mode_setting",
 5237 "workspace",
 5238 "workspace-hack",
 5239 "zed_actions",
 5240]
 5241
 5242[[package]]
 5243name = "fallible-iterator"
 5244version = "0.3.0"
 5245source = "registry+https://github.com/rust-lang/crates.io-index"
 5246checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5247
 5248[[package]]
 5249name = "fancy-regex"
 5250version = "0.13.0"
 5251source = "registry+https://github.com/rust-lang/crates.io-index"
 5252checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5253dependencies = [
 5254 "bit-set 0.5.3",
 5255 "regex-automata 0.4.9",
 5256 "regex-syntax 0.8.5",
 5257]
 5258
 5259[[package]]
 5260name = "fancy-regex"
 5261version = "0.14.0"
 5262source = "registry+https://github.com/rust-lang/crates.io-index"
 5263checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5264dependencies = [
 5265 "bit-set 0.8.0",
 5266 "regex-automata 0.4.9",
 5267 "regex-syntax 0.8.5",
 5268]
 5269
 5270[[package]]
 5271name = "fast-srgb8"
 5272version = "1.0.0"
 5273source = "registry+https://github.com/rust-lang/crates.io-index"
 5274checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5275
 5276[[package]]
 5277name = "faster-hex"
 5278version = "0.9.0"
 5279source = "registry+https://github.com/rust-lang/crates.io-index"
 5280checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5281dependencies = [
 5282 "serde",
 5283]
 5284
 5285[[package]]
 5286name = "faster-hex"
 5287version = "0.10.0"
 5288source = "registry+https://github.com/rust-lang/crates.io-index"
 5289checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5290dependencies = [
 5291 "heapless",
 5292 "serde",
 5293]
 5294
 5295[[package]]
 5296name = "fastrand"
 5297version = "1.9.0"
 5298source = "registry+https://github.com/rust-lang/crates.io-index"
 5299checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5300dependencies = [
 5301 "instant",
 5302]
 5303
 5304[[package]]
 5305name = "fastrand"
 5306version = "2.3.0"
 5307source = "registry+https://github.com/rust-lang/crates.io-index"
 5308checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5309
 5310[[package]]
 5311name = "fd-lock"
 5312version = "4.0.4"
 5313source = "registry+https://github.com/rust-lang/crates.io-index"
 5314checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5315dependencies = [
 5316 "cfg-if",
 5317 "rustix 1.0.7",
 5318 "windows-sys 0.59.0",
 5319]
 5320
 5321[[package]]
 5322name = "fdeflate"
 5323version = "0.3.7"
 5324source = "registry+https://github.com/rust-lang/crates.io-index"
 5325checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5326dependencies = [
 5327 "simd-adler32",
 5328]
 5329
 5330[[package]]
 5331name = "feature_flags"
 5332version = "0.1.0"
 5333dependencies = [
 5334 "futures 0.3.31",
 5335 "gpui",
 5336 "smol",
 5337 "workspace-hack",
 5338]
 5339
 5340[[package]]
 5341name = "feedback"
 5342version = "0.1.0"
 5343dependencies = [
 5344 "client",
 5345 "editor",
 5346 "gpui",
 5347 "human_bytes",
 5348 "menu",
 5349 "release_channel",
 5350 "serde",
 5351 "sysinfo",
 5352 "ui",
 5353 "urlencoding",
 5354 "util",
 5355 "workspace",
 5356 "workspace-hack",
 5357 "zed_actions",
 5358]
 5359
 5360[[package]]
 5361name = "ff"
 5362version = "0.12.1"
 5363source = "registry+https://github.com/rust-lang/crates.io-index"
 5364checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5365dependencies = [
 5366 "rand_core 0.6.4",
 5367 "subtle",
 5368]
 5369
 5370[[package]]
 5371name = "file_finder"
 5372version = "0.1.0"
 5373dependencies = [
 5374 "anyhow",
 5375 "collections",
 5376 "ctor",
 5377 "editor",
 5378 "env_logger 0.11.8",
 5379 "file_icons",
 5380 "futures 0.3.31",
 5381 "fuzzy",
 5382 "gpui",
 5383 "language",
 5384 "menu",
 5385 "picker",
 5386 "project",
 5387 "schemars",
 5388 "serde",
 5389 "serde_derive",
 5390 "serde_json",
 5391 "settings",
 5392 "text",
 5393 "theme",
 5394 "ui",
 5395 "util",
 5396 "workspace",
 5397 "workspace-hack",
 5398]
 5399
 5400[[package]]
 5401name = "file_icons"
 5402version = "0.1.0"
 5403dependencies = [
 5404 "gpui",
 5405 "serde",
 5406 "settings",
 5407 "theme",
 5408 "util",
 5409 "workspace-hack",
 5410]
 5411
 5412[[package]]
 5413name = "filedescriptor"
 5414version = "0.8.3"
 5415source = "registry+https://github.com/rust-lang/crates.io-index"
 5416checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5417dependencies = [
 5418 "libc",
 5419 "thiserror 1.0.69",
 5420 "winapi",
 5421]
 5422
 5423[[package]]
 5424name = "filetime"
 5425version = "0.2.25"
 5426source = "registry+https://github.com/rust-lang/crates.io-index"
 5427checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5428dependencies = [
 5429 "cfg-if",
 5430 "libc",
 5431 "libredox",
 5432 "windows-sys 0.59.0",
 5433]
 5434
 5435[[package]]
 5436name = "fixedbitset"
 5437version = "0.4.2"
 5438source = "registry+https://github.com/rust-lang/crates.io-index"
 5439checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5440
 5441[[package]]
 5442name = "flate2"
 5443version = "1.1.1"
 5444source = "registry+https://github.com/rust-lang/crates.io-index"
 5445checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5446dependencies = [
 5447 "crc32fast",
 5448 "libz-rs-sys",
 5449 "miniz_oxide",
 5450]
 5451
 5452[[package]]
 5453name = "float-cmp"
 5454version = "0.9.0"
 5455source = "registry+https://github.com/rust-lang/crates.io-index"
 5456checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5457
 5458[[package]]
 5459name = "float-ord"
 5460version = "0.3.2"
 5461source = "registry+https://github.com/rust-lang/crates.io-index"
 5462checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5463
 5464[[package]]
 5465name = "float_next_after"
 5466version = "1.0.0"
 5467source = "registry+https://github.com/rust-lang/crates.io-index"
 5468checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5469
 5470[[package]]
 5471name = "fluent-uri"
 5472version = "0.3.2"
 5473source = "registry+https://github.com/rust-lang/crates.io-index"
 5474checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5475dependencies = [
 5476 "borrow-or-share",
 5477 "ref-cast",
 5478 "serde",
 5479]
 5480
 5481[[package]]
 5482name = "flume"
 5483version = "0.11.1"
 5484source = "registry+https://github.com/rust-lang/crates.io-index"
 5485checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5486dependencies = [
 5487 "futures-core",
 5488 "futures-sink",
 5489 "nanorand",
 5490 "spin",
 5491]
 5492
 5493[[package]]
 5494name = "fnv"
 5495version = "1.0.7"
 5496source = "registry+https://github.com/rust-lang/crates.io-index"
 5497checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5498
 5499[[package]]
 5500name = "foldhash"
 5501version = "0.1.5"
 5502source = "registry+https://github.com/rust-lang/crates.io-index"
 5503checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5504
 5505[[package]]
 5506name = "font-kit"
 5507version = "0.14.1"
 5508source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5509dependencies = [
 5510 "bitflags 2.9.0",
 5511 "byteorder",
 5512 "core-foundation 0.10.0",
 5513 "core-graphics 0.24.0",
 5514 "core-text",
 5515 "dirs 5.0.1",
 5516 "dwrote",
 5517 "float-ord",
 5518 "freetype-sys",
 5519 "lazy_static",
 5520 "libc",
 5521 "log",
 5522 "pathfinder_geometry",
 5523 "pathfinder_simd",
 5524 "walkdir",
 5525 "winapi",
 5526 "yeslogic-fontconfig-sys",
 5527]
 5528
 5529[[package]]
 5530name = "font-types"
 5531version = "0.8.4"
 5532source = "registry+https://github.com/rust-lang/crates.io-index"
 5533checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5534dependencies = [
 5535 "bytemuck",
 5536]
 5537
 5538[[package]]
 5539name = "fontconfig-parser"
 5540version = "0.5.7"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5543dependencies = [
 5544 "roxmltree",
 5545]
 5546
 5547[[package]]
 5548name = "fontdb"
 5549version = "0.16.2"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5552dependencies = [
 5553 "fontconfig-parser",
 5554 "log",
 5555 "memmap2",
 5556 "slotmap",
 5557 "tinyvec",
 5558 "ttf-parser 0.20.0",
 5559]
 5560
 5561[[package]]
 5562name = "fontdb"
 5563version = "0.23.0"
 5564source = "registry+https://github.com/rust-lang/crates.io-index"
 5565checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5566dependencies = [
 5567 "fontconfig-parser",
 5568 "log",
 5569 "memmap2",
 5570 "slotmap",
 5571 "tinyvec",
 5572 "ttf-parser 0.25.1",
 5573]
 5574
 5575[[package]]
 5576name = "foreign-types"
 5577version = "0.3.2"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5580dependencies = [
 5581 "foreign-types-shared 0.1.1",
 5582]
 5583
 5584[[package]]
 5585name = "foreign-types"
 5586version = "0.5.0"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5589dependencies = [
 5590 "foreign-types-macros",
 5591 "foreign-types-shared 0.3.1",
 5592]
 5593
 5594[[package]]
 5595name = "foreign-types-macros"
 5596version = "0.2.3"
 5597source = "registry+https://github.com/rust-lang/crates.io-index"
 5598checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5599dependencies = [
 5600 "proc-macro2",
 5601 "quote",
 5602 "syn 2.0.101",
 5603]
 5604
 5605[[package]]
 5606name = "foreign-types-shared"
 5607version = "0.1.1"
 5608source = "registry+https://github.com/rust-lang/crates.io-index"
 5609checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5610
 5611[[package]]
 5612name = "foreign-types-shared"
 5613version = "0.3.1"
 5614source = "registry+https://github.com/rust-lang/crates.io-index"
 5615checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5616
 5617[[package]]
 5618name = "fork"
 5619version = "0.2.0"
 5620source = "registry+https://github.com/rust-lang/crates.io-index"
 5621checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5622dependencies = [
 5623 "libc",
 5624]
 5625
 5626[[package]]
 5627name = "form_urlencoded"
 5628version = "1.2.1"
 5629source = "registry+https://github.com/rust-lang/crates.io-index"
 5630checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5631dependencies = [
 5632 "percent-encoding",
 5633]
 5634
 5635[[package]]
 5636name = "fraction"
 5637version = "0.15.3"
 5638source = "registry+https://github.com/rust-lang/crates.io-index"
 5639checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5640dependencies = [
 5641 "lazy_static",
 5642 "num",
 5643]
 5644
 5645[[package]]
 5646name = "freetype-sys"
 5647version = "0.20.1"
 5648source = "registry+https://github.com/rust-lang/crates.io-index"
 5649checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5650dependencies = [
 5651 "cc",
 5652 "libc",
 5653 "pkg-config",
 5654]
 5655
 5656[[package]]
 5657name = "fs"
 5658version = "0.1.0"
 5659dependencies = [
 5660 "anyhow",
 5661 "ashpd",
 5662 "async-tar",
 5663 "async-trait",
 5664 "cocoa 0.26.0",
 5665 "collections",
 5666 "fsevent",
 5667 "futures 0.3.31",
 5668 "git",
 5669 "gpui",
 5670 "ignore",
 5671 "libc",
 5672 "log",
 5673 "notify",
 5674 "objc",
 5675 "parking_lot",
 5676 "paths",
 5677 "proto",
 5678 "rope",
 5679 "serde",
 5680 "serde_json",
 5681 "smol",
 5682 "tempfile",
 5683 "text",
 5684 "time",
 5685 "util",
 5686 "windows 0.61.1",
 5687 "workspace-hack",
 5688]
 5689
 5690[[package]]
 5691name = "fs-set-times"
 5692version = "0.20.3"
 5693source = "registry+https://github.com/rust-lang/crates.io-index"
 5694checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5695dependencies = [
 5696 "io-lifetimes",
 5697 "rustix 1.0.7",
 5698 "windows-sys 0.59.0",
 5699]
 5700
 5701[[package]]
 5702name = "fs2"
 5703version = "0.4.3"
 5704source = "registry+https://github.com/rust-lang/crates.io-index"
 5705checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5706dependencies = [
 5707 "libc",
 5708 "winapi",
 5709]
 5710
 5711[[package]]
 5712name = "fs_extra"
 5713version = "1.3.0"
 5714source = "registry+https://github.com/rust-lang/crates.io-index"
 5715checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5716
 5717[[package]]
 5718name = "fsevent"
 5719version = "0.1.0"
 5720dependencies = [
 5721 "bitflags 2.9.0",
 5722 "core-foundation 0.10.0",
 5723 "fsevent-sys 3.1.0",
 5724 "parking_lot",
 5725 "tempfile",
 5726 "workspace-hack",
 5727]
 5728
 5729[[package]]
 5730name = "fsevent-sys"
 5731version = "3.1.0"
 5732source = "registry+https://github.com/rust-lang/crates.io-index"
 5733checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5734dependencies = [
 5735 "libc",
 5736]
 5737
 5738[[package]]
 5739name = "fsevent-sys"
 5740version = "4.1.0"
 5741source = "registry+https://github.com/rust-lang/crates.io-index"
 5742checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5743dependencies = [
 5744 "libc",
 5745]
 5746
 5747[[package]]
 5748name = "funty"
 5749version = "2.0.0"
 5750source = "registry+https://github.com/rust-lang/crates.io-index"
 5751checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5752
 5753[[package]]
 5754name = "futf"
 5755version = "0.1.5"
 5756source = "registry+https://github.com/rust-lang/crates.io-index"
 5757checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5758dependencies = [
 5759 "mac",
 5760 "new_debug_unreachable",
 5761]
 5762
 5763[[package]]
 5764name = "futures"
 5765version = "0.1.31"
 5766source = "registry+https://github.com/rust-lang/crates.io-index"
 5767checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5768
 5769[[package]]
 5770name = "futures"
 5771version = "0.3.31"
 5772source = "registry+https://github.com/rust-lang/crates.io-index"
 5773checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5774dependencies = [
 5775 "futures-channel",
 5776 "futures-core",
 5777 "futures-executor",
 5778 "futures-io",
 5779 "futures-sink",
 5780 "futures-task",
 5781 "futures-util",
 5782]
 5783
 5784[[package]]
 5785name = "futures-batch"
 5786version = "0.6.1"
 5787source = "registry+https://github.com/rust-lang/crates.io-index"
 5788checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5789dependencies = [
 5790 "futures 0.3.31",
 5791 "futures-timer",
 5792 "pin-utils",
 5793]
 5794
 5795[[package]]
 5796name = "futures-channel"
 5797version = "0.3.31"
 5798source = "registry+https://github.com/rust-lang/crates.io-index"
 5799checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5800dependencies = [
 5801 "futures-core",
 5802 "futures-sink",
 5803]
 5804
 5805[[package]]
 5806name = "futures-core"
 5807version = "0.3.31"
 5808source = "registry+https://github.com/rust-lang/crates.io-index"
 5809checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5810
 5811[[package]]
 5812name = "futures-executor"
 5813version = "0.3.31"
 5814source = "registry+https://github.com/rust-lang/crates.io-index"
 5815checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5816dependencies = [
 5817 "futures-core",
 5818 "futures-task",
 5819 "futures-util",
 5820]
 5821
 5822[[package]]
 5823name = "futures-intrusive"
 5824version = "0.5.0"
 5825source = "registry+https://github.com/rust-lang/crates.io-index"
 5826checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5827dependencies = [
 5828 "futures-core",
 5829 "lock_api",
 5830 "parking_lot",
 5831]
 5832
 5833[[package]]
 5834name = "futures-io"
 5835version = "0.3.31"
 5836source = "registry+https://github.com/rust-lang/crates.io-index"
 5837checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5838
 5839[[package]]
 5840name = "futures-lite"
 5841version = "1.13.0"
 5842source = "registry+https://github.com/rust-lang/crates.io-index"
 5843checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5844dependencies = [
 5845 "fastrand 1.9.0",
 5846 "futures-core",
 5847 "futures-io",
 5848 "memchr",
 5849 "parking",
 5850 "pin-project-lite",
 5851 "waker-fn",
 5852]
 5853
 5854[[package]]
 5855name = "futures-lite"
 5856version = "2.6.0"
 5857source = "registry+https://github.com/rust-lang/crates.io-index"
 5858checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5859dependencies = [
 5860 "fastrand 2.3.0",
 5861 "futures-core",
 5862 "futures-io",
 5863 "parking",
 5864 "pin-project-lite",
 5865]
 5866
 5867[[package]]
 5868name = "futures-macro"
 5869version = "0.3.31"
 5870source = "registry+https://github.com/rust-lang/crates.io-index"
 5871checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5872dependencies = [
 5873 "proc-macro2",
 5874 "quote",
 5875 "syn 2.0.101",
 5876]
 5877
 5878[[package]]
 5879name = "futures-sink"
 5880version = "0.3.31"
 5881source = "registry+https://github.com/rust-lang/crates.io-index"
 5882checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5883
 5884[[package]]
 5885name = "futures-task"
 5886version = "0.3.31"
 5887source = "registry+https://github.com/rust-lang/crates.io-index"
 5888checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5889
 5890[[package]]
 5891name = "futures-timer"
 5892version = "3.0.3"
 5893source = "registry+https://github.com/rust-lang/crates.io-index"
 5894checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5895
 5896[[package]]
 5897name = "futures-util"
 5898version = "0.3.31"
 5899source = "registry+https://github.com/rust-lang/crates.io-index"
 5900checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5901dependencies = [
 5902 "futures 0.1.31",
 5903 "futures-channel",
 5904 "futures-core",
 5905 "futures-io",
 5906 "futures-macro",
 5907 "futures-sink",
 5908 "futures-task",
 5909 "memchr",
 5910 "pin-project-lite",
 5911 "pin-utils",
 5912 "slab",
 5913 "tokio-io",
 5914]
 5915
 5916[[package]]
 5917name = "fuzzy"
 5918version = "0.1.0"
 5919dependencies = [
 5920 "gpui",
 5921 "log",
 5922 "util",
 5923 "workspace-hack",
 5924]
 5925
 5926[[package]]
 5927name = "fuzzy-matcher"
 5928version = "0.3.7"
 5929source = "registry+https://github.com/rust-lang/crates.io-index"
 5930checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5931dependencies = [
 5932 "thread_local",
 5933]
 5934
 5935[[package]]
 5936name = "generator"
 5937version = "0.8.5"
 5938source = "registry+https://github.com/rust-lang/crates.io-index"
 5939checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 5940dependencies = [
 5941 "cc",
 5942 "cfg-if",
 5943 "libc",
 5944 "log",
 5945 "rustversion",
 5946 "windows 0.61.1",
 5947]
 5948
 5949[[package]]
 5950name = "generic-array"
 5951version = "0.14.7"
 5952source = "registry+https://github.com/rust-lang/crates.io-index"
 5953checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5954dependencies = [
 5955 "typenum",
 5956 "version_check",
 5957]
 5958
 5959[[package]]
 5960name = "gethostname"
 5961version = "0.4.3"
 5962source = "registry+https://github.com/rust-lang/crates.io-index"
 5963checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5964dependencies = [
 5965 "libc",
 5966 "windows-targets 0.48.5",
 5967]
 5968
 5969[[package]]
 5970name = "getrandom"
 5971version = "0.1.16"
 5972source = "registry+https://github.com/rust-lang/crates.io-index"
 5973checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5974dependencies = [
 5975 "cfg-if",
 5976 "libc",
 5977 "wasi 0.9.0+wasi-snapshot-preview1",
 5978]
 5979
 5980[[package]]
 5981name = "getrandom"
 5982version = "0.2.15"
 5983source = "registry+https://github.com/rust-lang/crates.io-index"
 5984checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5985dependencies = [
 5986 "cfg-if",
 5987 "js-sys",
 5988 "libc",
 5989 "wasi 0.11.0+wasi-snapshot-preview1",
 5990 "wasm-bindgen",
 5991]
 5992
 5993[[package]]
 5994name = "getrandom"
 5995version = "0.3.2"
 5996source = "registry+https://github.com/rust-lang/crates.io-index"
 5997checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5998dependencies = [
 5999 "cfg-if",
 6000 "js-sys",
 6001 "libc",
 6002 "r-efi",
 6003 "wasi 0.14.2+wasi-0.2.4",
 6004 "wasm-bindgen",
 6005]
 6006
 6007[[package]]
 6008name = "gif"
 6009version = "0.13.1"
 6010source = "registry+https://github.com/rust-lang/crates.io-index"
 6011checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 6012dependencies = [
 6013 "color_quant",
 6014 "weezl",
 6015]
 6016
 6017[[package]]
 6018name = "gimli"
 6019version = "0.31.1"
 6020source = "registry+https://github.com/rust-lang/crates.io-index"
 6021checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6022dependencies = [
 6023 "fallible-iterator",
 6024 "indexmap",
 6025 "stable_deref_trait",
 6026]
 6027
 6028[[package]]
 6029name = "git"
 6030version = "0.1.0"
 6031dependencies = [
 6032 "anyhow",
 6033 "askpass",
 6034 "async-trait",
 6035 "collections",
 6036 "derive_more",
 6037 "futures 0.3.31",
 6038 "git2",
 6039 "gpui",
 6040 "http_client",
 6041 "log",
 6042 "parking_lot",
 6043 "pretty_assertions",
 6044 "regex",
 6045 "rope",
 6046 "schemars",
 6047 "serde",
 6048 "serde_json",
 6049 "smol",
 6050 "sum_tree",
 6051 "tempfile",
 6052 "text",
 6053 "thiserror 2.0.12",
 6054 "time",
 6055 "unindent",
 6056 "url",
 6057 "util",
 6058 "uuid",
 6059 "workspace-hack",
 6060]
 6061
 6062[[package]]
 6063name = "git2"
 6064version = "0.20.1"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6067dependencies = [
 6068 "bitflags 2.9.0",
 6069 "libc",
 6070 "libgit2-sys",
 6071 "log",
 6072 "url",
 6073]
 6074
 6075[[package]]
 6076name = "git_hosting_providers"
 6077version = "0.1.0"
 6078dependencies = [
 6079 "anyhow",
 6080 "async-trait",
 6081 "futures 0.3.31",
 6082 "git",
 6083 "gpui",
 6084 "http_client",
 6085 "indoc",
 6086 "pretty_assertions",
 6087 "regex",
 6088 "schemars",
 6089 "serde",
 6090 "serde_json",
 6091 "settings",
 6092 "url",
 6093 "util",
 6094 "workspace-hack",
 6095]
 6096
 6097[[package]]
 6098name = "git_ui"
 6099version = "0.1.0"
 6100dependencies = [
 6101 "anyhow",
 6102 "askpass",
 6103 "assistant_settings",
 6104 "buffer_diff",
 6105 "chrono",
 6106 "collections",
 6107 "command_palette_hooks",
 6108 "component",
 6109 "ctor",
 6110 "db",
 6111 "editor",
 6112 "env_logger 0.11.8",
 6113 "futures 0.3.31",
 6114 "fuzzy",
 6115 "git",
 6116 "gpui",
 6117 "itertools 0.14.0",
 6118 "language",
 6119 "language_model",
 6120 "linkify",
 6121 "log",
 6122 "markdown",
 6123 "menu",
 6124 "multi_buffer",
 6125 "notifications",
 6126 "panel",
 6127 "picker",
 6128 "postage",
 6129 "pretty_assertions",
 6130 "project",
 6131 "schemars",
 6132 "serde",
 6133 "serde_derive",
 6134 "serde_json",
 6135 "settings",
 6136 "strum 0.27.1",
 6137 "telemetry",
 6138 "theme",
 6139 "time",
 6140 "time_format",
 6141 "ui",
 6142 "unindent",
 6143 "util",
 6144 "windows 0.61.1",
 6145 "workspace",
 6146 "workspace-hack",
 6147 "zed_actions",
 6148]
 6149
 6150[[package]]
 6151name = "gix"
 6152version = "0.71.0"
 6153source = "registry+https://github.com/rust-lang/crates.io-index"
 6154checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6155dependencies = [
 6156 "gix-actor",
 6157 "gix-attributes",
 6158 "gix-command",
 6159 "gix-commitgraph",
 6160 "gix-config",
 6161 "gix-date",
 6162 "gix-diff",
 6163 "gix-discover",
 6164 "gix-features 0.41.1",
 6165 "gix-filter",
 6166 "gix-fs 0.14.0",
 6167 "gix-glob",
 6168 "gix-hash 0.17.0",
 6169 "gix-hashtable",
 6170 "gix-ignore",
 6171 "gix-index",
 6172 "gix-lock",
 6173 "gix-object",
 6174 "gix-odb",
 6175 "gix-pack",
 6176 "gix-path",
 6177 "gix-pathspec",
 6178 "gix-protocol",
 6179 "gix-ref",
 6180 "gix-refspec",
 6181 "gix-revision",
 6182 "gix-revwalk",
 6183 "gix-sec",
 6184 "gix-shallow",
 6185 "gix-submodule",
 6186 "gix-tempfile",
 6187 "gix-trace",
 6188 "gix-traverse",
 6189 "gix-url",
 6190 "gix-utils 0.2.0",
 6191 "gix-validate 0.9.4",
 6192 "gix-worktree",
 6193 "once_cell",
 6194 "smallvec",
 6195 "thiserror 2.0.12",
 6196]
 6197
 6198[[package]]
 6199name = "gix-actor"
 6200version = "0.34.0"
 6201source = "registry+https://github.com/rust-lang/crates.io-index"
 6202checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6203dependencies = [
 6204 "bstr",
 6205 "gix-date",
 6206 "gix-utils 0.2.0",
 6207 "itoa",
 6208 "thiserror 2.0.12",
 6209 "winnow",
 6210]
 6211
 6212[[package]]
 6213name = "gix-attributes"
 6214version = "0.25.0"
 6215source = "registry+https://github.com/rust-lang/crates.io-index"
 6216checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6217dependencies = [
 6218 "bstr",
 6219 "gix-glob",
 6220 "gix-path",
 6221 "gix-quote",
 6222 "gix-trace",
 6223 "kstring",
 6224 "smallvec",
 6225 "thiserror 2.0.12",
 6226 "unicode-bom",
 6227]
 6228
 6229[[package]]
 6230name = "gix-bitmap"
 6231version = "0.2.14"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6234dependencies = [
 6235 "thiserror 2.0.12",
 6236]
 6237
 6238[[package]]
 6239name = "gix-chunk"
 6240version = "0.4.11"
 6241source = "registry+https://github.com/rust-lang/crates.io-index"
 6242checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6243dependencies = [
 6244 "thiserror 2.0.12",
 6245]
 6246
 6247[[package]]
 6248name = "gix-command"
 6249version = "0.5.0"
 6250source = "registry+https://github.com/rust-lang/crates.io-index"
 6251checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6252dependencies = [
 6253 "bstr",
 6254 "gix-path",
 6255 "gix-quote",
 6256 "gix-trace",
 6257 "shell-words",
 6258]
 6259
 6260[[package]]
 6261name = "gix-commitgraph"
 6262version = "0.27.0"
 6263source = "registry+https://github.com/rust-lang/crates.io-index"
 6264checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6265dependencies = [
 6266 "bstr",
 6267 "gix-chunk",
 6268 "gix-hash 0.17.0",
 6269 "memmap2",
 6270 "thiserror 2.0.12",
 6271]
 6272
 6273[[package]]
 6274name = "gix-config"
 6275version = "0.44.0"
 6276source = "registry+https://github.com/rust-lang/crates.io-index"
 6277checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6278dependencies = [
 6279 "bstr",
 6280 "gix-config-value",
 6281 "gix-features 0.41.1",
 6282 "gix-glob",
 6283 "gix-path",
 6284 "gix-ref",
 6285 "gix-sec",
 6286 "memchr",
 6287 "once_cell",
 6288 "smallvec",
 6289 "thiserror 2.0.12",
 6290 "unicode-bom",
 6291 "winnow",
 6292]
 6293
 6294[[package]]
 6295name = "gix-config-value"
 6296version = "0.14.12"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6299dependencies = [
 6300 "bitflags 2.9.0",
 6301 "bstr",
 6302 "gix-path",
 6303 "libc",
 6304 "thiserror 2.0.12",
 6305]
 6306
 6307[[package]]
 6308name = "gix-date"
 6309version = "0.9.4"
 6310source = "registry+https://github.com/rust-lang/crates.io-index"
 6311checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6312dependencies = [
 6313 "bstr",
 6314 "itoa",
 6315 "jiff",
 6316 "thiserror 2.0.12",
 6317]
 6318
 6319[[package]]
 6320name = "gix-diff"
 6321version = "0.51.0"
 6322source = "registry+https://github.com/rust-lang/crates.io-index"
 6323checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6324dependencies = [
 6325 "bstr",
 6326 "gix-command",
 6327 "gix-filter",
 6328 "gix-fs 0.14.0",
 6329 "gix-hash 0.17.0",
 6330 "gix-object",
 6331 "gix-path",
 6332 "gix-tempfile",
 6333 "gix-trace",
 6334 "gix-traverse",
 6335 "gix-worktree",
 6336 "imara-diff",
 6337 "thiserror 2.0.12",
 6338]
 6339
 6340[[package]]
 6341name = "gix-discover"
 6342version = "0.39.0"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6345dependencies = [
 6346 "bstr",
 6347 "dunce",
 6348 "gix-fs 0.14.0",
 6349 "gix-hash 0.17.0",
 6350 "gix-path",
 6351 "gix-ref",
 6352 "gix-sec",
 6353 "thiserror 2.0.12",
 6354]
 6355
 6356[[package]]
 6357name = "gix-features"
 6358version = "0.41.1"
 6359source = "registry+https://github.com/rust-lang/crates.io-index"
 6360checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6361dependencies = [
 6362 "crc32fast",
 6363 "crossbeam-channel",
 6364 "flate2",
 6365 "gix-path",
 6366 "gix-trace",
 6367 "gix-utils 0.2.0",
 6368 "libc",
 6369 "once_cell",
 6370 "parking_lot",
 6371 "prodash",
 6372 "thiserror 2.0.12",
 6373 "walkdir",
 6374]
 6375
 6376[[package]]
 6377name = "gix-features"
 6378version = "0.42.1"
 6379source = "registry+https://github.com/rust-lang/crates.io-index"
 6380checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6381dependencies = [
 6382 "gix-trace",
 6383 "gix-utils 0.3.0",
 6384 "libc",
 6385 "prodash",
 6386]
 6387
 6388[[package]]
 6389name = "gix-filter"
 6390version = "0.18.0"
 6391source = "registry+https://github.com/rust-lang/crates.io-index"
 6392checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6393dependencies = [
 6394 "bstr",
 6395 "encoding_rs",
 6396 "gix-attributes",
 6397 "gix-command",
 6398 "gix-hash 0.17.0",
 6399 "gix-object",
 6400 "gix-packetline-blocking",
 6401 "gix-path",
 6402 "gix-quote",
 6403 "gix-trace",
 6404 "gix-utils 0.2.0",
 6405 "smallvec",
 6406 "thiserror 2.0.12",
 6407]
 6408
 6409[[package]]
 6410name = "gix-fs"
 6411version = "0.14.0"
 6412source = "registry+https://github.com/rust-lang/crates.io-index"
 6413checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6414dependencies = [
 6415 "bstr",
 6416 "fastrand 2.3.0",
 6417 "gix-features 0.41.1",
 6418 "gix-path",
 6419 "gix-utils 0.2.0",
 6420 "thiserror 2.0.12",
 6421]
 6422
 6423[[package]]
 6424name = "gix-fs"
 6425version = "0.15.0"
 6426source = "registry+https://github.com/rust-lang/crates.io-index"
 6427checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6428dependencies = [
 6429 "bstr",
 6430 "fastrand 2.3.0",
 6431 "gix-features 0.42.1",
 6432 "gix-path",
 6433 "gix-utils 0.3.0",
 6434 "thiserror 2.0.12",
 6435]
 6436
 6437[[package]]
 6438name = "gix-glob"
 6439version = "0.19.0"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6442dependencies = [
 6443 "bitflags 2.9.0",
 6444 "bstr",
 6445 "gix-features 0.41.1",
 6446 "gix-path",
 6447]
 6448
 6449[[package]]
 6450name = "gix-hash"
 6451version = "0.17.0"
 6452source = "registry+https://github.com/rust-lang/crates.io-index"
 6453checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6454dependencies = [
 6455 "faster-hex 0.9.0",
 6456 "gix-features 0.41.1",
 6457 "sha1-checked",
 6458 "thiserror 2.0.12",
 6459]
 6460
 6461[[package]]
 6462name = "gix-hash"
 6463version = "0.18.0"
 6464source = "registry+https://github.com/rust-lang/crates.io-index"
 6465checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6466dependencies = [
 6467 "faster-hex 0.10.0",
 6468 "gix-features 0.42.1",
 6469 "sha1-checked",
 6470 "thiserror 2.0.12",
 6471]
 6472
 6473[[package]]
 6474name = "gix-hashtable"
 6475version = "0.8.1"
 6476source = "registry+https://github.com/rust-lang/crates.io-index"
 6477checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6478dependencies = [
 6479 "gix-hash 0.18.0",
 6480 "hashbrown 0.14.5",
 6481 "parking_lot",
 6482]
 6483
 6484[[package]]
 6485name = "gix-ignore"
 6486version = "0.14.0"
 6487source = "registry+https://github.com/rust-lang/crates.io-index"
 6488checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6489dependencies = [
 6490 "bstr",
 6491 "gix-glob",
 6492 "gix-path",
 6493 "gix-trace",
 6494 "unicode-bom",
 6495]
 6496
 6497[[package]]
 6498name = "gix-index"
 6499version = "0.39.0"
 6500source = "registry+https://github.com/rust-lang/crates.io-index"
 6501checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6502dependencies = [
 6503 "bitflags 2.9.0",
 6504 "bstr",
 6505 "filetime",
 6506 "fnv",
 6507 "gix-bitmap",
 6508 "gix-features 0.41.1",
 6509 "gix-fs 0.14.0",
 6510 "gix-hash 0.17.0",
 6511 "gix-lock",
 6512 "gix-object",
 6513 "gix-traverse",
 6514 "gix-utils 0.2.0",
 6515 "gix-validate 0.9.4",
 6516 "hashbrown 0.14.5",
 6517 "itoa",
 6518 "libc",
 6519 "memmap2",
 6520 "rustix 0.38.44",
 6521 "smallvec",
 6522 "thiserror 2.0.12",
 6523]
 6524
 6525[[package]]
 6526name = "gix-lock"
 6527version = "17.1.0"
 6528source = "registry+https://github.com/rust-lang/crates.io-index"
 6529checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6530dependencies = [
 6531 "gix-tempfile",
 6532 "gix-utils 0.3.0",
 6533 "thiserror 2.0.12",
 6534]
 6535
 6536[[package]]
 6537name = "gix-object"
 6538version = "0.48.0"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6541dependencies = [
 6542 "bstr",
 6543 "gix-actor",
 6544 "gix-date",
 6545 "gix-features 0.41.1",
 6546 "gix-hash 0.17.0",
 6547 "gix-hashtable",
 6548 "gix-path",
 6549 "gix-utils 0.2.0",
 6550 "gix-validate 0.9.4",
 6551 "itoa",
 6552 "smallvec",
 6553 "thiserror 2.0.12",
 6554 "winnow",
 6555]
 6556
 6557[[package]]
 6558name = "gix-odb"
 6559version = "0.68.0"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6562dependencies = [
 6563 "arc-swap",
 6564 "gix-date",
 6565 "gix-features 0.41.1",
 6566 "gix-fs 0.14.0",
 6567 "gix-hash 0.17.0",
 6568 "gix-hashtable",
 6569 "gix-object",
 6570 "gix-pack",
 6571 "gix-path",
 6572 "gix-quote",
 6573 "parking_lot",
 6574 "tempfile",
 6575 "thiserror 2.0.12",
 6576]
 6577
 6578[[package]]
 6579name = "gix-pack"
 6580version = "0.58.0"
 6581source = "registry+https://github.com/rust-lang/crates.io-index"
 6582checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6583dependencies = [
 6584 "clru",
 6585 "gix-chunk",
 6586 "gix-features 0.41.1",
 6587 "gix-hash 0.17.0",
 6588 "gix-hashtable",
 6589 "gix-object",
 6590 "gix-path",
 6591 "memmap2",
 6592 "smallvec",
 6593 "thiserror 2.0.12",
 6594 "uluru",
 6595]
 6596
 6597[[package]]
 6598name = "gix-packetline"
 6599version = "0.18.4"
 6600source = "registry+https://github.com/rust-lang/crates.io-index"
 6601checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6602dependencies = [
 6603 "bstr",
 6604 "faster-hex 0.9.0",
 6605 "gix-trace",
 6606 "thiserror 2.0.12",
 6607]
 6608
 6609[[package]]
 6610name = "gix-packetline-blocking"
 6611version = "0.18.3"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6614dependencies = [
 6615 "bstr",
 6616 "faster-hex 0.9.0",
 6617 "gix-trace",
 6618 "thiserror 2.0.12",
 6619]
 6620
 6621[[package]]
 6622name = "gix-path"
 6623version = "0.10.18"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6626dependencies = [
 6627 "bstr",
 6628 "gix-trace",
 6629 "gix-validate 0.10.0",
 6630 "home",
 6631 "once_cell",
 6632 "thiserror 2.0.12",
 6633]
 6634
 6635[[package]]
 6636name = "gix-pathspec"
 6637version = "0.10.0"
 6638source = "registry+https://github.com/rust-lang/crates.io-index"
 6639checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6640dependencies = [
 6641 "bitflags 2.9.0",
 6642 "bstr",
 6643 "gix-attributes",
 6644 "gix-config-value",
 6645 "gix-glob",
 6646 "gix-path",
 6647 "thiserror 2.0.12",
 6648]
 6649
 6650[[package]]
 6651name = "gix-protocol"
 6652version = "0.49.0"
 6653source = "registry+https://github.com/rust-lang/crates.io-index"
 6654checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6655dependencies = [
 6656 "bstr",
 6657 "gix-date",
 6658 "gix-features 0.41.1",
 6659 "gix-hash 0.17.0",
 6660 "gix-ref",
 6661 "gix-shallow",
 6662 "gix-transport",
 6663 "gix-utils 0.2.0",
 6664 "maybe-async",
 6665 "thiserror 2.0.12",
 6666 "winnow",
 6667]
 6668
 6669[[package]]
 6670name = "gix-quote"
 6671version = "0.5.0"
 6672source = "registry+https://github.com/rust-lang/crates.io-index"
 6673checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6674dependencies = [
 6675 "bstr",
 6676 "gix-utils 0.2.0",
 6677 "thiserror 2.0.12",
 6678]
 6679
 6680[[package]]
 6681name = "gix-ref"
 6682version = "0.51.0"
 6683source = "registry+https://github.com/rust-lang/crates.io-index"
 6684checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6685dependencies = [
 6686 "gix-actor",
 6687 "gix-features 0.41.1",
 6688 "gix-fs 0.14.0",
 6689 "gix-hash 0.17.0",
 6690 "gix-lock",
 6691 "gix-object",
 6692 "gix-path",
 6693 "gix-tempfile",
 6694 "gix-utils 0.2.0",
 6695 "gix-validate 0.9.4",
 6696 "memmap2",
 6697 "thiserror 2.0.12",
 6698 "winnow",
 6699]
 6700
 6701[[package]]
 6702name = "gix-refspec"
 6703version = "0.29.0"
 6704source = "registry+https://github.com/rust-lang/crates.io-index"
 6705checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6706dependencies = [
 6707 "bstr",
 6708 "gix-hash 0.17.0",
 6709 "gix-revision",
 6710 "gix-validate 0.9.4",
 6711 "smallvec",
 6712 "thiserror 2.0.12",
 6713]
 6714
 6715[[package]]
 6716name = "gix-revision"
 6717version = "0.33.0"
 6718source = "registry+https://github.com/rust-lang/crates.io-index"
 6719checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6720dependencies = [
 6721 "bstr",
 6722 "gix-commitgraph",
 6723 "gix-date",
 6724 "gix-hash 0.17.0",
 6725 "gix-object",
 6726 "gix-revwalk",
 6727 "thiserror 2.0.12",
 6728]
 6729
 6730[[package]]
 6731name = "gix-revwalk"
 6732version = "0.19.0"
 6733source = "registry+https://github.com/rust-lang/crates.io-index"
 6734checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6735dependencies = [
 6736 "gix-commitgraph",
 6737 "gix-date",
 6738 "gix-hash 0.17.0",
 6739 "gix-hashtable",
 6740 "gix-object",
 6741 "smallvec",
 6742 "thiserror 2.0.12",
 6743]
 6744
 6745[[package]]
 6746name = "gix-sec"
 6747version = "0.10.12"
 6748source = "registry+https://github.com/rust-lang/crates.io-index"
 6749checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6750dependencies = [
 6751 "bitflags 2.9.0",
 6752 "gix-path",
 6753 "libc",
 6754 "windows-sys 0.52.0",
 6755]
 6756
 6757[[package]]
 6758name = "gix-shallow"
 6759version = "0.3.0"
 6760source = "registry+https://github.com/rust-lang/crates.io-index"
 6761checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6762dependencies = [
 6763 "bstr",
 6764 "gix-hash 0.17.0",
 6765 "gix-lock",
 6766 "thiserror 2.0.12",
 6767]
 6768
 6769[[package]]
 6770name = "gix-submodule"
 6771version = "0.18.0"
 6772source = "registry+https://github.com/rust-lang/crates.io-index"
 6773checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6774dependencies = [
 6775 "bstr",
 6776 "gix-config",
 6777 "gix-path",
 6778 "gix-pathspec",
 6779 "gix-refspec",
 6780 "gix-url",
 6781 "thiserror 2.0.12",
 6782]
 6783
 6784[[package]]
 6785name = "gix-tempfile"
 6786version = "17.1.0"
 6787source = "registry+https://github.com/rust-lang/crates.io-index"
 6788checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6789dependencies = [
 6790 "dashmap 6.1.0",
 6791 "gix-fs 0.15.0",
 6792 "libc",
 6793 "once_cell",
 6794 "parking_lot",
 6795 "tempfile",
 6796]
 6797
 6798[[package]]
 6799name = "gix-trace"
 6800version = "0.1.12"
 6801source = "registry+https://github.com/rust-lang/crates.io-index"
 6802checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6803
 6804[[package]]
 6805name = "gix-transport"
 6806version = "0.46.0"
 6807source = "registry+https://github.com/rust-lang/crates.io-index"
 6808checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6809dependencies = [
 6810 "bstr",
 6811 "gix-command",
 6812 "gix-features 0.41.1",
 6813 "gix-packetline",
 6814 "gix-quote",
 6815 "gix-sec",
 6816 "gix-url",
 6817 "thiserror 2.0.12",
 6818]
 6819
 6820[[package]]
 6821name = "gix-traverse"
 6822version = "0.45.0"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6825dependencies = [
 6826 "bitflags 2.9.0",
 6827 "gix-commitgraph",
 6828 "gix-date",
 6829 "gix-hash 0.17.0",
 6830 "gix-hashtable",
 6831 "gix-object",
 6832 "gix-revwalk",
 6833 "smallvec",
 6834 "thiserror 2.0.12",
 6835]
 6836
 6837[[package]]
 6838name = "gix-url"
 6839version = "0.30.0"
 6840source = "registry+https://github.com/rust-lang/crates.io-index"
 6841checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6842dependencies = [
 6843 "bstr",
 6844 "gix-features 0.41.1",
 6845 "gix-path",
 6846 "percent-encoding",
 6847 "thiserror 2.0.12",
 6848 "url",
 6849]
 6850
 6851[[package]]
 6852name = "gix-utils"
 6853version = "0.2.0"
 6854source = "registry+https://github.com/rust-lang/crates.io-index"
 6855checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6856dependencies = [
 6857 "fastrand 2.3.0",
 6858 "unicode-normalization",
 6859]
 6860
 6861[[package]]
 6862name = "gix-utils"
 6863version = "0.3.0"
 6864source = "registry+https://github.com/rust-lang/crates.io-index"
 6865checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6866dependencies = [
 6867 "fastrand 2.3.0",
 6868 "unicode-normalization",
 6869]
 6870
 6871[[package]]
 6872name = "gix-validate"
 6873version = "0.9.4"
 6874source = "registry+https://github.com/rust-lang/crates.io-index"
 6875checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6876dependencies = [
 6877 "bstr",
 6878 "thiserror 2.0.12",
 6879]
 6880
 6881[[package]]
 6882name = "gix-validate"
 6883version = "0.10.0"
 6884source = "registry+https://github.com/rust-lang/crates.io-index"
 6885checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6886dependencies = [
 6887 "bstr",
 6888 "thiserror 2.0.12",
 6889]
 6890
 6891[[package]]
 6892name = "gix-worktree"
 6893version = "0.40.0"
 6894source = "registry+https://github.com/rust-lang/crates.io-index"
 6895checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6896dependencies = [
 6897 "bstr",
 6898 "gix-attributes",
 6899 "gix-features 0.41.1",
 6900 "gix-fs 0.14.0",
 6901 "gix-glob",
 6902 "gix-hash 0.17.0",
 6903 "gix-ignore",
 6904 "gix-index",
 6905 "gix-object",
 6906 "gix-path",
 6907 "gix-validate 0.9.4",
 6908]
 6909
 6910[[package]]
 6911name = "glob"
 6912version = "0.3.2"
 6913source = "registry+https://github.com/rust-lang/crates.io-index"
 6914checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6915
 6916[[package]]
 6917name = "globset"
 6918version = "0.4.16"
 6919source = "registry+https://github.com/rust-lang/crates.io-index"
 6920checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6921dependencies = [
 6922 "aho-corasick",
 6923 "bstr",
 6924 "log",
 6925 "regex-automata 0.4.9",
 6926 "regex-syntax 0.8.5",
 6927]
 6928
 6929[[package]]
 6930name = "gloo-timers"
 6931version = "0.3.0"
 6932source = "registry+https://github.com/rust-lang/crates.io-index"
 6933checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6934dependencies = [
 6935 "futures-channel",
 6936 "futures-core",
 6937 "js-sys",
 6938 "wasm-bindgen",
 6939]
 6940
 6941[[package]]
 6942name = "glow"
 6943version = "0.14.2"
 6944source = "registry+https://github.com/rust-lang/crates.io-index"
 6945checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6946dependencies = [
 6947 "js-sys",
 6948 "slotmap",
 6949 "wasm-bindgen",
 6950 "web-sys",
 6951]
 6952
 6953[[package]]
 6954name = "go_to_line"
 6955version = "0.1.0"
 6956dependencies = [
 6957 "anyhow",
 6958 "editor",
 6959 "gpui",
 6960 "indoc",
 6961 "language",
 6962 "menu",
 6963 "project",
 6964 "rope",
 6965 "schemars",
 6966 "serde",
 6967 "serde_json",
 6968 "settings",
 6969 "text",
 6970 "theme",
 6971 "tree-sitter-rust",
 6972 "tree-sitter-typescript",
 6973 "ui",
 6974 "util",
 6975 "workspace",
 6976 "workspace-hack",
 6977]
 6978
 6979[[package]]
 6980name = "google_ai"
 6981version = "0.1.0"
 6982dependencies = [
 6983 "anyhow",
 6984 "futures 0.3.31",
 6985 "http_client",
 6986 "schemars",
 6987 "serde",
 6988 "serde_json",
 6989 "strum 0.27.1",
 6990 "workspace-hack",
 6991]
 6992
 6993[[package]]
 6994name = "gpu-alloc"
 6995version = "0.6.0"
 6996source = "registry+https://github.com/rust-lang/crates.io-index"
 6997checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6998dependencies = [
 6999 "bitflags 2.9.0",
 7000 "gpu-alloc-types",
 7001]
 7002
 7003[[package]]
 7004name = "gpu-alloc-ash"
 7005version = "0.7.0"
 7006source = "registry+https://github.com/rust-lang/crates.io-index"
 7007checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 7008dependencies = [
 7009 "ash",
 7010 "gpu-alloc-types",
 7011 "tinyvec",
 7012]
 7013
 7014[[package]]
 7015name = "gpu-alloc-types"
 7016version = "0.3.0"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7019dependencies = [
 7020 "bitflags 2.9.0",
 7021]
 7022
 7023[[package]]
 7024name = "gpui"
 7025version = "0.1.0"
 7026dependencies = [
 7027 "anyhow",
 7028 "as-raw-xcb-connection",
 7029 "ashpd",
 7030 "async-task",
 7031 "backtrace",
 7032 "bindgen 0.71.1",
 7033 "blade-graphics",
 7034 "blade-macros",
 7035 "blade-util",
 7036 "block",
 7037 "bytemuck",
 7038 "calloop",
 7039 "calloop-wayland-source",
 7040 "cbindgen",
 7041 "cocoa 0.26.0",
 7042 "collections",
 7043 "core-foundation 0.10.0",
 7044 "core-foundation-sys",
 7045 "core-graphics 0.24.0",
 7046 "core-text",
 7047 "core-video",
 7048 "cosmic-text",
 7049 "ctor",
 7050 "derive_more",
 7051 "embed-resource",
 7052 "env_logger 0.11.8",
 7053 "etagere",
 7054 "filedescriptor",
 7055 "flume",
 7056 "font-kit",
 7057 "foreign-types 0.5.0",
 7058 "futures 0.3.31",
 7059 "gpui_macros",
 7060 "http_client",
 7061 "image",
 7062 "inventory",
 7063 "itertools 0.14.0",
 7064 "log",
 7065 "lyon",
 7066 "media",
 7067 "metal",
 7068 "naga",
 7069 "num_cpus",
 7070 "objc",
 7071 "objc2",
 7072 "objc2-metal",
 7073 "oo7",
 7074 "open",
 7075 "parking",
 7076 "parking_lot",
 7077 "pathfinder_geometry",
 7078 "postage",
 7079 "profiling",
 7080 "rand 0.8.5",
 7081 "raw-window-handle",
 7082 "refineable",
 7083 "reqwest_client",
 7084 "resvg",
 7085 "scap",
 7086 "schemars",
 7087 "seahash",
 7088 "semantic_version",
 7089 "serde",
 7090 "serde_derive",
 7091 "serde_json",
 7092 "slotmap",
 7093 "smallvec",
 7094 "smol",
 7095 "strum 0.27.1",
 7096 "sum_tree",
 7097 "taffy",
 7098 "thiserror 2.0.12",
 7099 "unicode-segmentation",
 7100 "usvg",
 7101 "util",
 7102 "uuid",
 7103 "waker-fn",
 7104 "wayland-backend",
 7105 "wayland-client",
 7106 "wayland-cursor",
 7107 "wayland-protocols",
 7108 "wayland-protocols-plasma",
 7109 "windows 0.61.1",
 7110 "windows-core 0.61.0",
 7111 "windows-numerics",
 7112 "windows-registry 0.5.1",
 7113 "workspace-hack",
 7114 "x11-clipboard",
 7115 "x11rb",
 7116 "xim",
 7117 "xkbcommon",
 7118]
 7119
 7120[[package]]
 7121name = "gpui_macros"
 7122version = "0.1.0"
 7123dependencies = [
 7124 "gpui",
 7125 "proc-macro2",
 7126 "quote",
 7127 "syn 1.0.109",
 7128 "workspace-hack",
 7129]
 7130
 7131[[package]]
 7132name = "gpui_tokio"
 7133version = "0.1.0"
 7134dependencies = [
 7135 "gpui",
 7136 "tokio",
 7137 "util",
 7138 "workspace-hack",
 7139]
 7140
 7141[[package]]
 7142name = "grid"
 7143version = "0.13.0"
 7144source = "registry+https://github.com/rust-lang/crates.io-index"
 7145checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7146
 7147[[package]]
 7148name = "group"
 7149version = "0.12.1"
 7150source = "registry+https://github.com/rust-lang/crates.io-index"
 7151checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7152dependencies = [
 7153 "ff",
 7154 "rand_core 0.6.4",
 7155 "subtle",
 7156]
 7157
 7158[[package]]
 7159name = "h2"
 7160version = "0.3.26"
 7161source = "registry+https://github.com/rust-lang/crates.io-index"
 7162checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7163dependencies = [
 7164 "bytes 1.10.1",
 7165 "fnv",
 7166 "futures-core",
 7167 "futures-sink",
 7168 "futures-util",
 7169 "http 0.2.12",
 7170 "indexmap",
 7171 "slab",
 7172 "tokio",
 7173 "tokio-util",
 7174 "tracing",
 7175]
 7176
 7177[[package]]
 7178name = "h2"
 7179version = "0.4.9"
 7180source = "registry+https://github.com/rust-lang/crates.io-index"
 7181checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7182dependencies = [
 7183 "atomic-waker",
 7184 "bytes 1.10.1",
 7185 "fnv",
 7186 "futures-core",
 7187 "futures-sink",
 7188 "http 1.3.1",
 7189 "indexmap",
 7190 "slab",
 7191 "tokio",
 7192 "tokio-util",
 7193 "tracing",
 7194]
 7195
 7196[[package]]
 7197name = "half"
 7198version = "2.6.0"
 7199source = "registry+https://github.com/rust-lang/crates.io-index"
 7200checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7201dependencies = [
 7202 "cfg-if",
 7203 "crunchy",
 7204 "num-traits",
 7205]
 7206
 7207[[package]]
 7208name = "handlebars"
 7209version = "4.5.0"
 7210source = "registry+https://github.com/rust-lang/crates.io-index"
 7211checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7212dependencies = [
 7213 "log",
 7214 "pest",
 7215 "pest_derive",
 7216 "rust-embed",
 7217 "serde",
 7218 "serde_json",
 7219 "thiserror 1.0.69",
 7220]
 7221
 7222[[package]]
 7223name = "handlebars"
 7224version = "6.3.2"
 7225source = "registry+https://github.com/rust-lang/crates.io-index"
 7226checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7227dependencies = [
 7228 "derive_builder",
 7229 "log",
 7230 "num-order",
 7231 "pest",
 7232 "pest_derive",
 7233 "serde",
 7234 "serde_json",
 7235 "thiserror 2.0.12",
 7236]
 7237
 7238[[package]]
 7239name = "hash32"
 7240version = "0.3.1"
 7241source = "registry+https://github.com/rust-lang/crates.io-index"
 7242checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7243dependencies = [
 7244 "byteorder",
 7245]
 7246
 7247[[package]]
 7248name = "hashbrown"
 7249version = "0.12.3"
 7250source = "registry+https://github.com/rust-lang/crates.io-index"
 7251checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7252dependencies = [
 7253 "ahash 0.7.8",
 7254]
 7255
 7256[[package]]
 7257name = "hashbrown"
 7258version = "0.14.5"
 7259source = "registry+https://github.com/rust-lang/crates.io-index"
 7260checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7261dependencies = [
 7262 "ahash 0.8.11",
 7263 "allocator-api2",
 7264]
 7265
 7266[[package]]
 7267name = "hashbrown"
 7268version = "0.15.3"
 7269source = "registry+https://github.com/rust-lang/crates.io-index"
 7270checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7271dependencies = [
 7272 "allocator-api2",
 7273 "equivalent",
 7274 "foldhash",
 7275 "serde",
 7276]
 7277
 7278[[package]]
 7279name = "hashlink"
 7280version = "0.8.4"
 7281source = "registry+https://github.com/rust-lang/crates.io-index"
 7282checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7283dependencies = [
 7284 "hashbrown 0.14.5",
 7285]
 7286
 7287[[package]]
 7288name = "hashlink"
 7289version = "0.10.0"
 7290source = "registry+https://github.com/rust-lang/crates.io-index"
 7291checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7292dependencies = [
 7293 "hashbrown 0.15.3",
 7294]
 7295
 7296[[package]]
 7297name = "headers"
 7298version = "0.3.9"
 7299source = "registry+https://github.com/rust-lang/crates.io-index"
 7300checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7301dependencies = [
 7302 "base64 0.21.7",
 7303 "bytes 1.10.1",
 7304 "headers-core",
 7305 "http 0.2.12",
 7306 "httpdate",
 7307 "mime",
 7308 "sha1",
 7309]
 7310
 7311[[package]]
 7312name = "headers-core"
 7313version = "0.2.0"
 7314source = "registry+https://github.com/rust-lang/crates.io-index"
 7315checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7316dependencies = [
 7317 "http 0.2.12",
 7318]
 7319
 7320[[package]]
 7321name = "heapless"
 7322version = "0.8.0"
 7323source = "registry+https://github.com/rust-lang/crates.io-index"
 7324checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7325dependencies = [
 7326 "hash32",
 7327 "stable_deref_trait",
 7328]
 7329
 7330[[package]]
 7331name = "heck"
 7332version = "0.3.3"
 7333source = "registry+https://github.com/rust-lang/crates.io-index"
 7334checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7335dependencies = [
 7336 "unicode-segmentation",
 7337]
 7338
 7339[[package]]
 7340name = "heck"
 7341version = "0.4.1"
 7342source = "registry+https://github.com/rust-lang/crates.io-index"
 7343checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7344dependencies = [
 7345 "unicode-segmentation",
 7346]
 7347
 7348[[package]]
 7349name = "heck"
 7350version = "0.5.0"
 7351source = "registry+https://github.com/rust-lang/crates.io-index"
 7352checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7353
 7354[[package]]
 7355name = "heed"
 7356version = "0.21.0"
 7357source = "registry+https://github.com/rust-lang/crates.io-index"
 7358checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7359dependencies = [
 7360 "bitflags 2.9.0",
 7361 "byteorder",
 7362 "heed-traits",
 7363 "heed-types",
 7364 "libc",
 7365 "lmdb-master-sys",
 7366 "once_cell",
 7367 "page_size",
 7368 "serde",
 7369 "synchronoise",
 7370 "url",
 7371]
 7372
 7373[[package]]
 7374name = "heed-traits"
 7375version = "0.20.0"
 7376source = "registry+https://github.com/rust-lang/crates.io-index"
 7377checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7378
 7379[[package]]
 7380name = "heed-types"
 7381version = "0.21.0"
 7382source = "registry+https://github.com/rust-lang/crates.io-index"
 7383checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7384dependencies = [
 7385 "bincode",
 7386 "byteorder",
 7387 "heed-traits",
 7388 "serde",
 7389 "serde_json",
 7390]
 7391
 7392[[package]]
 7393name = "hermit-abi"
 7394version = "0.3.9"
 7395source = "registry+https://github.com/rust-lang/crates.io-index"
 7396checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7397
 7398[[package]]
 7399name = "hermit-abi"
 7400version = "0.4.0"
 7401source = "registry+https://github.com/rust-lang/crates.io-index"
 7402checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7403
 7404[[package]]
 7405name = "hermit-abi"
 7406version = "0.5.0"
 7407source = "registry+https://github.com/rust-lang/crates.io-index"
 7408checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7409
 7410[[package]]
 7411name = "hex"
 7412version = "0.4.3"
 7413source = "registry+https://github.com/rust-lang/crates.io-index"
 7414checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7415
 7416[[package]]
 7417name = "hexf-parse"
 7418version = "0.2.1"
 7419source = "registry+https://github.com/rust-lang/crates.io-index"
 7420checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7421
 7422[[package]]
 7423name = "hidden-trait"
 7424version = "0.1.2"
 7425source = "registry+https://github.com/rust-lang/crates.io-index"
 7426checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7427dependencies = [
 7428 "proc-macro2",
 7429 "quote",
 7430 "syn 1.0.109",
 7431]
 7432
 7433[[package]]
 7434name = "hkdf"
 7435version = "0.12.4"
 7436source = "registry+https://github.com/rust-lang/crates.io-index"
 7437checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7438dependencies = [
 7439 "hmac",
 7440]
 7441
 7442[[package]]
 7443name = "hmac"
 7444version = "0.12.1"
 7445source = "registry+https://github.com/rust-lang/crates.io-index"
 7446checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7447dependencies = [
 7448 "digest",
 7449]
 7450
 7451[[package]]
 7452name = "home"
 7453version = "0.5.11"
 7454source = "registry+https://github.com/rust-lang/crates.io-index"
 7455checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7456dependencies = [
 7457 "windows-sys 0.59.0",
 7458]
 7459
 7460[[package]]
 7461name = "hound"
 7462version = "3.5.1"
 7463source = "registry+https://github.com/rust-lang/crates.io-index"
 7464checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7465
 7466[[package]]
 7467name = "html5ever"
 7468version = "0.27.0"
 7469source = "registry+https://github.com/rust-lang/crates.io-index"
 7470checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7471dependencies = [
 7472 "log",
 7473 "mac",
 7474 "markup5ever 0.12.1",
 7475 "proc-macro2",
 7476 "quote",
 7477 "syn 2.0.101",
 7478]
 7479
 7480[[package]]
 7481name = "html5ever"
 7482version = "0.31.0"
 7483source = "registry+https://github.com/rust-lang/crates.io-index"
 7484checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7485dependencies = [
 7486 "log",
 7487 "mac",
 7488 "markup5ever 0.16.1",
 7489 "match_token",
 7490]
 7491
 7492[[package]]
 7493name = "html_to_markdown"
 7494version = "0.1.0"
 7495dependencies = [
 7496 "anyhow",
 7497 "html5ever 0.27.0",
 7498 "indoc",
 7499 "markup5ever_rcdom",
 7500 "pretty_assertions",
 7501 "regex",
 7502 "workspace-hack",
 7503]
 7504
 7505[[package]]
 7506name = "http"
 7507version = "0.2.12"
 7508source = "registry+https://github.com/rust-lang/crates.io-index"
 7509checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7510dependencies = [
 7511 "bytes 1.10.1",
 7512 "fnv",
 7513 "itoa",
 7514]
 7515
 7516[[package]]
 7517name = "http"
 7518version = "1.3.1"
 7519source = "registry+https://github.com/rust-lang/crates.io-index"
 7520checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7521dependencies = [
 7522 "bytes 1.10.1",
 7523 "fnv",
 7524 "itoa",
 7525]
 7526
 7527[[package]]
 7528name = "http-body"
 7529version = "0.4.6"
 7530source = "registry+https://github.com/rust-lang/crates.io-index"
 7531checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7532dependencies = [
 7533 "bytes 1.10.1",
 7534 "http 0.2.12",
 7535 "pin-project-lite",
 7536]
 7537
 7538[[package]]
 7539name = "http-body"
 7540version = "1.0.1"
 7541source = "registry+https://github.com/rust-lang/crates.io-index"
 7542checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7543dependencies = [
 7544 "bytes 1.10.1",
 7545 "http 1.3.1",
 7546]
 7547
 7548[[package]]
 7549name = "http-body-util"
 7550version = "0.1.3"
 7551source = "registry+https://github.com/rust-lang/crates.io-index"
 7552checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7553dependencies = [
 7554 "bytes 1.10.1",
 7555 "futures-core",
 7556 "http 1.3.1",
 7557 "http-body 1.0.1",
 7558 "pin-project-lite",
 7559]
 7560
 7561[[package]]
 7562name = "http-range-header"
 7563version = "0.3.1"
 7564source = "registry+https://github.com/rust-lang/crates.io-index"
 7565checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7566
 7567[[package]]
 7568name = "http-types"
 7569version = "2.12.0"
 7570source = "registry+https://github.com/rust-lang/crates.io-index"
 7571checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7572dependencies = [
 7573 "anyhow",
 7574 "async-channel 1.9.0",
 7575 "base64 0.13.1",
 7576 "futures-lite 1.13.0",
 7577 "http 0.2.12",
 7578 "infer",
 7579 "pin-project-lite",
 7580 "rand 0.7.3",
 7581 "serde",
 7582 "serde_json",
 7583 "serde_qs 0.8.5",
 7584 "serde_urlencoded",
 7585 "url",
 7586]
 7587
 7588[[package]]
 7589name = "http_client"
 7590version = "0.1.0"
 7591dependencies = [
 7592 "anyhow",
 7593 "bytes 1.10.1",
 7594 "derive_more",
 7595 "futures 0.3.31",
 7596 "http 1.3.1",
 7597 "log",
 7598 "serde",
 7599 "serde_json",
 7600 "url",
 7601 "workspace-hack",
 7602]
 7603
 7604[[package]]
 7605name = "http_client_tls"
 7606version = "0.1.0"
 7607dependencies = [
 7608 "rustls 0.23.26",
 7609 "rustls-platform-verifier",
 7610 "workspace-hack",
 7611]
 7612
 7613[[package]]
 7614name = "httparse"
 7615version = "1.10.1"
 7616source = "registry+https://github.com/rust-lang/crates.io-index"
 7617checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7618
 7619[[package]]
 7620name = "httpdate"
 7621version = "1.0.3"
 7622source = "registry+https://github.com/rust-lang/crates.io-index"
 7623checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7624
 7625[[package]]
 7626name = "human_bytes"
 7627version = "0.4.3"
 7628source = "registry+https://github.com/rust-lang/crates.io-index"
 7629checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7630
 7631[[package]]
 7632name = "humantime"
 7633version = "2.2.0"
 7634source = "registry+https://github.com/rust-lang/crates.io-index"
 7635checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7636
 7637[[package]]
 7638name = "hyper"
 7639version = "0.14.32"
 7640source = "registry+https://github.com/rust-lang/crates.io-index"
 7641checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7642dependencies = [
 7643 "bytes 1.10.1",
 7644 "futures-channel",
 7645 "futures-core",
 7646 "futures-util",
 7647 "h2 0.3.26",
 7648 "http 0.2.12",
 7649 "http-body 0.4.6",
 7650 "httparse",
 7651 "httpdate",
 7652 "itoa",
 7653 "pin-project-lite",
 7654 "socket2",
 7655 "tokio",
 7656 "tower-service",
 7657 "tracing",
 7658 "want",
 7659]
 7660
 7661[[package]]
 7662name = "hyper"
 7663version = "1.6.0"
 7664source = "registry+https://github.com/rust-lang/crates.io-index"
 7665checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7666dependencies = [
 7667 "bytes 1.10.1",
 7668 "futures-channel",
 7669 "futures-util",
 7670 "h2 0.4.9",
 7671 "http 1.3.1",
 7672 "http-body 1.0.1",
 7673 "httparse",
 7674 "itoa",
 7675 "pin-project-lite",
 7676 "smallvec",
 7677 "tokio",
 7678 "want",
 7679]
 7680
 7681[[package]]
 7682name = "hyper-rustls"
 7683version = "0.24.2"
 7684source = "registry+https://github.com/rust-lang/crates.io-index"
 7685checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7686dependencies = [
 7687 "futures-util",
 7688 "http 0.2.12",
 7689 "hyper 0.14.32",
 7690 "log",
 7691 "rustls 0.21.12",
 7692 "rustls-native-certs 0.6.3",
 7693 "tokio",
 7694 "tokio-rustls 0.24.1",
 7695]
 7696
 7697[[package]]
 7698name = "hyper-rustls"
 7699version = "0.27.5"
 7700source = "registry+https://github.com/rust-lang/crates.io-index"
 7701checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7702dependencies = [
 7703 "futures-util",
 7704 "http 1.3.1",
 7705 "hyper 1.6.0",
 7706 "hyper-util",
 7707 "rustls 0.23.26",
 7708 "rustls-native-certs 0.8.1",
 7709 "rustls-pki-types",
 7710 "tokio",
 7711 "tokio-rustls 0.26.2",
 7712 "tower-service",
 7713]
 7714
 7715[[package]]
 7716name = "hyper-tls"
 7717version = "0.5.0"
 7718source = "registry+https://github.com/rust-lang/crates.io-index"
 7719checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7720dependencies = [
 7721 "bytes 1.10.1",
 7722 "hyper 0.14.32",
 7723 "native-tls",
 7724 "tokio",
 7725 "tokio-native-tls",
 7726]
 7727
 7728[[package]]
 7729name = "hyper-util"
 7730version = "0.1.11"
 7731source = "registry+https://github.com/rust-lang/crates.io-index"
 7732checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7733dependencies = [
 7734 "bytes 1.10.1",
 7735 "futures-channel",
 7736 "futures-util",
 7737 "http 1.3.1",
 7738 "http-body 1.0.1",
 7739 "hyper 1.6.0",
 7740 "libc",
 7741 "pin-project-lite",
 7742 "socket2",
 7743 "tokio",
 7744 "tower-service",
 7745 "tracing",
 7746]
 7747
 7748[[package]]
 7749name = "iana-time-zone"
 7750version = "0.1.63"
 7751source = "registry+https://github.com/rust-lang/crates.io-index"
 7752checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7753dependencies = [
 7754 "android_system_properties",
 7755 "core-foundation-sys",
 7756 "iana-time-zone-haiku",
 7757 "js-sys",
 7758 "log",
 7759 "wasm-bindgen",
 7760 "windows-core 0.61.0",
 7761]
 7762
 7763[[package]]
 7764name = "iana-time-zone-haiku"
 7765version = "0.1.2"
 7766source = "registry+https://github.com/rust-lang/crates.io-index"
 7767checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7768dependencies = [
 7769 "cc",
 7770]
 7771
 7772[[package]]
 7773name = "icons"
 7774version = "0.1.0"
 7775dependencies = [
 7776 "serde",
 7777 "strum 0.27.1",
 7778 "workspace-hack",
 7779]
 7780
 7781[[package]]
 7782name = "icu_collections"
 7783version = "1.5.0"
 7784source = "registry+https://github.com/rust-lang/crates.io-index"
 7785checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7786dependencies = [
 7787 "displaydoc",
 7788 "yoke",
 7789 "zerofrom",
 7790 "zerovec",
 7791]
 7792
 7793[[package]]
 7794name = "icu_locid"
 7795version = "1.5.0"
 7796source = "registry+https://github.com/rust-lang/crates.io-index"
 7797checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7798dependencies = [
 7799 "displaydoc",
 7800 "litemap",
 7801 "tinystr",
 7802 "writeable",
 7803 "zerovec",
 7804]
 7805
 7806[[package]]
 7807name = "icu_locid_transform"
 7808version = "1.5.0"
 7809source = "registry+https://github.com/rust-lang/crates.io-index"
 7810checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7811dependencies = [
 7812 "displaydoc",
 7813 "icu_locid",
 7814 "icu_locid_transform_data",
 7815 "icu_provider",
 7816 "tinystr",
 7817 "zerovec",
 7818]
 7819
 7820[[package]]
 7821name = "icu_locid_transform_data"
 7822version = "1.5.1"
 7823source = "registry+https://github.com/rust-lang/crates.io-index"
 7824checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7825
 7826[[package]]
 7827name = "icu_normalizer"
 7828version = "1.5.0"
 7829source = "registry+https://github.com/rust-lang/crates.io-index"
 7830checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7831dependencies = [
 7832 "displaydoc",
 7833 "icu_collections",
 7834 "icu_normalizer_data",
 7835 "icu_properties",
 7836 "icu_provider",
 7837 "smallvec",
 7838 "utf16_iter",
 7839 "utf8_iter",
 7840 "write16",
 7841 "zerovec",
 7842]
 7843
 7844[[package]]
 7845name = "icu_normalizer_data"
 7846version = "1.5.1"
 7847source = "registry+https://github.com/rust-lang/crates.io-index"
 7848checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7849
 7850[[package]]
 7851name = "icu_properties"
 7852version = "1.5.1"
 7853source = "registry+https://github.com/rust-lang/crates.io-index"
 7854checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7855dependencies = [
 7856 "displaydoc",
 7857 "icu_collections",
 7858 "icu_locid_transform",
 7859 "icu_properties_data",
 7860 "icu_provider",
 7861 "tinystr",
 7862 "zerovec",
 7863]
 7864
 7865[[package]]
 7866name = "icu_properties_data"
 7867version = "1.5.1"
 7868source = "registry+https://github.com/rust-lang/crates.io-index"
 7869checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7870
 7871[[package]]
 7872name = "icu_provider"
 7873version = "1.5.0"
 7874source = "registry+https://github.com/rust-lang/crates.io-index"
 7875checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7876dependencies = [
 7877 "displaydoc",
 7878 "icu_locid",
 7879 "icu_provider_macros",
 7880 "stable_deref_trait",
 7881 "tinystr",
 7882 "writeable",
 7883 "yoke",
 7884 "zerofrom",
 7885 "zerovec",
 7886]
 7887
 7888[[package]]
 7889name = "icu_provider_macros"
 7890version = "1.5.0"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7893dependencies = [
 7894 "proc-macro2",
 7895 "quote",
 7896 "syn 2.0.101",
 7897]
 7898
 7899[[package]]
 7900name = "id-arena"
 7901version = "2.2.1"
 7902source = "registry+https://github.com/rust-lang/crates.io-index"
 7903checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7904
 7905[[package]]
 7906name = "ident_case"
 7907version = "1.0.1"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7910
 7911[[package]]
 7912name = "idna"
 7913version = "1.0.3"
 7914source = "registry+https://github.com/rust-lang/crates.io-index"
 7915checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7916dependencies = [
 7917 "idna_adapter",
 7918 "smallvec",
 7919 "utf8_iter",
 7920]
 7921
 7922[[package]]
 7923name = "idna_adapter"
 7924version = "1.2.0"
 7925source = "registry+https://github.com/rust-lang/crates.io-index"
 7926checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7927dependencies = [
 7928 "icu_normalizer",
 7929 "icu_properties",
 7930]
 7931
 7932[[package]]
 7933name = "ignore"
 7934version = "0.4.23"
 7935source = "registry+https://github.com/rust-lang/crates.io-index"
 7936checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7937dependencies = [
 7938 "crossbeam-deque",
 7939 "globset",
 7940 "log",
 7941 "memchr",
 7942 "regex-automata 0.4.9",
 7943 "same-file",
 7944 "walkdir",
 7945 "winapi-util",
 7946]
 7947
 7948[[package]]
 7949name = "image"
 7950version = "0.25.6"
 7951source = "registry+https://github.com/rust-lang/crates.io-index"
 7952checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7953dependencies = [
 7954 "bytemuck",
 7955 "byteorder-lite",
 7956 "color_quant",
 7957 "exr",
 7958 "gif",
 7959 "image-webp",
 7960 "num-traits",
 7961 "png",
 7962 "qoi",
 7963 "ravif",
 7964 "rayon",
 7965 "rgb",
 7966 "tiff",
 7967 "zune-core",
 7968 "zune-jpeg",
 7969]
 7970
 7971[[package]]
 7972name = "image-webp"
 7973version = "0.2.1"
 7974source = "registry+https://github.com/rust-lang/crates.io-index"
 7975checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7976dependencies = [
 7977 "byteorder-lite",
 7978 "quick-error",
 7979]
 7980
 7981[[package]]
 7982name = "image_viewer"
 7983version = "0.1.0"
 7984dependencies = [
 7985 "anyhow",
 7986 "db",
 7987 "editor",
 7988 "file_icons",
 7989 "gpui",
 7990 "language",
 7991 "log",
 7992 "project",
 7993 "schemars",
 7994 "serde",
 7995 "settings",
 7996 "theme",
 7997 "ui",
 7998 "util",
 7999 "workspace",
 8000 "workspace-hack",
 8001]
 8002
 8003[[package]]
 8004name = "imagesize"
 8005version = "0.13.0"
 8006source = "registry+https://github.com/rust-lang/crates.io-index"
 8007checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8008
 8009[[package]]
 8010name = "imara-diff"
 8011version = "0.1.8"
 8012source = "registry+https://github.com/rust-lang/crates.io-index"
 8013checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8014dependencies = [
 8015 "hashbrown 0.15.3",
 8016]
 8017
 8018[[package]]
 8019name = "imgref"
 8020version = "1.11.0"
 8021source = "registry+https://github.com/rust-lang/crates.io-index"
 8022checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 8023
 8024[[package]]
 8025name = "indexed_docs"
 8026version = "0.1.0"
 8027dependencies = [
 8028 "anyhow",
 8029 "async-trait",
 8030 "cargo_metadata",
 8031 "collections",
 8032 "derive_more",
 8033 "extension",
 8034 "fs",
 8035 "futures 0.3.31",
 8036 "fuzzy",
 8037 "gpui",
 8038 "heed",
 8039 "html_to_markdown",
 8040 "http_client",
 8041 "indexmap",
 8042 "indoc",
 8043 "parking_lot",
 8044 "paths",
 8045 "pretty_assertions",
 8046 "serde",
 8047 "strum 0.27.1",
 8048 "util",
 8049 "workspace-hack",
 8050]
 8051
 8052[[package]]
 8053name = "indexmap"
 8054version = "2.9.0"
 8055source = "registry+https://github.com/rust-lang/crates.io-index"
 8056checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8057dependencies = [
 8058 "equivalent",
 8059 "hashbrown 0.15.3",
 8060 "serde",
 8061]
 8062
 8063[[package]]
 8064name = "indoc"
 8065version = "2.0.6"
 8066source = "registry+https://github.com/rust-lang/crates.io-index"
 8067checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8068
 8069[[package]]
 8070name = "infer"
 8071version = "0.2.3"
 8072source = "registry+https://github.com/rust-lang/crates.io-index"
 8073checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8074
 8075[[package]]
 8076name = "inherent"
 8077version = "1.0.12"
 8078source = "registry+https://github.com/rust-lang/crates.io-index"
 8079checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8080dependencies = [
 8081 "proc-macro2",
 8082 "quote",
 8083 "syn 2.0.101",
 8084]
 8085
 8086[[package]]
 8087name = "inline_completion"
 8088version = "0.1.0"
 8089dependencies = [
 8090 "anyhow",
 8091 "gpui",
 8092 "language",
 8093 "project",
 8094 "workspace-hack",
 8095 "zed_llm_client",
 8096]
 8097
 8098[[package]]
 8099name = "inline_completion_button"
 8100version = "0.1.0"
 8101dependencies = [
 8102 "anyhow",
 8103 "client",
 8104 "copilot",
 8105 "editor",
 8106 "feature_flags",
 8107 "fs",
 8108 "futures 0.3.31",
 8109 "gpui",
 8110 "indoc",
 8111 "inline_completion",
 8112 "language",
 8113 "lsp",
 8114 "paths",
 8115 "project",
 8116 "regex",
 8117 "serde_json",
 8118 "settings",
 8119 "supermaven",
 8120 "telemetry",
 8121 "theme",
 8122 "ui",
 8123 "workspace",
 8124 "workspace-hack",
 8125 "zed_actions",
 8126 "zed_llm_client",
 8127 "zeta",
 8128]
 8129
 8130[[package]]
 8131name = "inotify"
 8132version = "0.11.0"
 8133source = "registry+https://github.com/rust-lang/crates.io-index"
 8134checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8135dependencies = [
 8136 "bitflags 2.9.0",
 8137 "inotify-sys",
 8138 "libc",
 8139]
 8140
 8141[[package]]
 8142name = "inotify-sys"
 8143version = "0.1.5"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8146dependencies = [
 8147 "libc",
 8148]
 8149
 8150[[package]]
 8151name = "inout"
 8152version = "0.1.4"
 8153source = "registry+https://github.com/rust-lang/crates.io-index"
 8154checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8155dependencies = [
 8156 "block-padding",
 8157 "generic-array",
 8158]
 8159
 8160[[package]]
 8161name = "install_cli"
 8162version = "0.1.0"
 8163dependencies = [
 8164 "anyhow",
 8165 "client",
 8166 "gpui",
 8167 "release_channel",
 8168 "smol",
 8169 "util",
 8170 "workspace",
 8171 "workspace-hack",
 8172]
 8173
 8174[[package]]
 8175name = "instant"
 8176version = "0.1.13"
 8177source = "registry+https://github.com/rust-lang/crates.io-index"
 8178checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8179dependencies = [
 8180 "cfg-if",
 8181]
 8182
 8183[[package]]
 8184name = "interim"
 8185version = "0.2.1"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8188dependencies = [
 8189 "chrono",
 8190 "logos",
 8191]
 8192
 8193[[package]]
 8194name = "interpolate_name"
 8195version = "0.2.4"
 8196source = "registry+https://github.com/rust-lang/crates.io-index"
 8197checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8198dependencies = [
 8199 "proc-macro2",
 8200 "quote",
 8201 "syn 2.0.101",
 8202]
 8203
 8204[[package]]
 8205name = "inventory"
 8206version = "0.3.20"
 8207source = "registry+https://github.com/rust-lang/crates.io-index"
 8208checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8209dependencies = [
 8210 "rustversion",
 8211]
 8212
 8213[[package]]
 8214name = "io-extras"
 8215version = "0.18.4"
 8216source = "registry+https://github.com/rust-lang/crates.io-index"
 8217checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8218dependencies = [
 8219 "io-lifetimes",
 8220 "windows-sys 0.59.0",
 8221]
 8222
 8223[[package]]
 8224name = "io-lifetimes"
 8225version = "2.0.4"
 8226source = "registry+https://github.com/rust-lang/crates.io-index"
 8227checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8228
 8229[[package]]
 8230name = "io-surface"
 8231version = "0.16.0"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8234dependencies = [
 8235 "cgl",
 8236 "core-foundation 0.10.0",
 8237 "core-foundation-sys",
 8238 "leaky-cow",
 8239 "libc",
 8240]
 8241
 8242[[package]]
 8243name = "iovec"
 8244version = "0.1.4"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8247dependencies = [
 8248 "libc",
 8249]
 8250
 8251[[package]]
 8252name = "ipc-channel"
 8253version = "0.19.0"
 8254source = "registry+https://github.com/rust-lang/crates.io-index"
 8255checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8256dependencies = [
 8257 "bincode",
 8258 "crossbeam-channel",
 8259 "fnv",
 8260 "lazy_static",
 8261 "libc",
 8262 "mio",
 8263 "rand 0.8.5",
 8264 "serde",
 8265 "tempfile",
 8266 "uuid",
 8267 "windows 0.58.0",
 8268]
 8269
 8270[[package]]
 8271name = "ipnet"
 8272version = "2.11.0"
 8273source = "registry+https://github.com/rust-lang/crates.io-index"
 8274checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8275
 8276[[package]]
 8277name = "is-docker"
 8278version = "0.2.0"
 8279source = "registry+https://github.com/rust-lang/crates.io-index"
 8280checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8281dependencies = [
 8282 "once_cell",
 8283]
 8284
 8285[[package]]
 8286name = "is-terminal"
 8287version = "0.4.16"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8290dependencies = [
 8291 "hermit-abi 0.5.0",
 8292 "libc",
 8293 "windows-sys 0.59.0",
 8294]
 8295
 8296[[package]]
 8297name = "is-wsl"
 8298version = "0.4.0"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8301dependencies = [
 8302 "is-docker",
 8303 "once_cell",
 8304]
 8305
 8306[[package]]
 8307name = "is_terminal_polyfill"
 8308version = "1.70.1"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8311
 8312[[package]]
 8313name = "itertools"
 8314version = "0.10.5"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8317dependencies = [
 8318 "either",
 8319]
 8320
 8321[[package]]
 8322name = "itertools"
 8323version = "0.11.0"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8326dependencies = [
 8327 "either",
 8328]
 8329
 8330[[package]]
 8331name = "itertools"
 8332version = "0.12.1"
 8333source = "registry+https://github.com/rust-lang/crates.io-index"
 8334checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8335dependencies = [
 8336 "either",
 8337]
 8338
 8339[[package]]
 8340name = "itertools"
 8341version = "0.13.0"
 8342source = "registry+https://github.com/rust-lang/crates.io-index"
 8343checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8344dependencies = [
 8345 "either",
 8346]
 8347
 8348[[package]]
 8349name = "itertools"
 8350version = "0.14.0"
 8351source = "registry+https://github.com/rust-lang/crates.io-index"
 8352checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8353dependencies = [
 8354 "either",
 8355]
 8356
 8357[[package]]
 8358name = "itoa"
 8359version = "1.0.15"
 8360source = "registry+https://github.com/rust-lang/crates.io-index"
 8361checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8362
 8363[[package]]
 8364name = "jiff"
 8365version = "0.2.10"
 8366source = "registry+https://github.com/rust-lang/crates.io-index"
 8367checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8368dependencies = [
 8369 "jiff-static",
 8370 "jiff-tzdb-platform",
 8371 "log",
 8372 "portable-atomic",
 8373 "portable-atomic-util",
 8374 "serde",
 8375 "windows-sys 0.59.0",
 8376]
 8377
 8378[[package]]
 8379name = "jiff-static"
 8380version = "0.2.10"
 8381source = "registry+https://github.com/rust-lang/crates.io-index"
 8382checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8383dependencies = [
 8384 "proc-macro2",
 8385 "quote",
 8386 "syn 2.0.101",
 8387]
 8388
 8389[[package]]
 8390name = "jiff-tzdb"
 8391version = "0.1.4"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8394
 8395[[package]]
 8396name = "jiff-tzdb-platform"
 8397version = "0.1.3"
 8398source = "registry+https://github.com/rust-lang/crates.io-index"
 8399checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8400dependencies = [
 8401 "jiff-tzdb",
 8402]
 8403
 8404[[package]]
 8405name = "jj"
 8406version = "0.1.0"
 8407dependencies = [
 8408 "anyhow",
 8409 "gpui",
 8410 "jj-lib",
 8411 "workspace-hack",
 8412]
 8413
 8414[[package]]
 8415name = "jj-lib"
 8416version = "0.29.0"
 8417source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8418dependencies = [
 8419 "async-trait",
 8420 "blake2",
 8421 "bstr",
 8422 "chrono",
 8423 "clru",
 8424 "digest",
 8425 "dunce",
 8426 "either",
 8427 "futures 0.3.31",
 8428 "gix",
 8429 "glob",
 8430 "hashbrown 0.15.3",
 8431 "hex",
 8432 "ignore",
 8433 "indexmap",
 8434 "interim",
 8435 "itertools 0.14.0",
 8436 "jj-lib-proc-macros",
 8437 "maplit",
 8438 "once_cell",
 8439 "pest",
 8440 "pest_derive",
 8441 "pollster 0.4.0",
 8442 "prost 0.13.5",
 8443 "rand 0.8.5",
 8444 "rand_chacha 0.3.1",
 8445 "rayon",
 8446 "ref-cast",
 8447 "regex",
 8448 "rustix 1.0.7",
 8449 "same-file",
 8450 "serde",
 8451 "serde_json",
 8452 "smallvec",
 8453 "strsim",
 8454 "tempfile",
 8455 "thiserror 2.0.12",
 8456 "toml_edit",
 8457 "tracing",
 8458 "version_check",
 8459 "winreg 0.52.0",
 8460]
 8461
 8462[[package]]
 8463name = "jj-lib-proc-macros"
 8464version = "0.29.0"
 8465source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8466dependencies = [
 8467 "proc-macro2",
 8468 "quote",
 8469 "syn 2.0.101",
 8470]
 8471
 8472[[package]]
 8473name = "jj_ui"
 8474version = "0.1.0"
 8475dependencies = [
 8476 "command_palette_hooks",
 8477 "feature_flags",
 8478 "fuzzy",
 8479 "gpui",
 8480 "jj",
 8481 "picker",
 8482 "ui",
 8483 "util",
 8484 "workspace",
 8485 "workspace-hack",
 8486 "zed_actions",
 8487]
 8488
 8489[[package]]
 8490name = "jni"
 8491version = "0.21.1"
 8492source = "registry+https://github.com/rust-lang/crates.io-index"
 8493checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8494dependencies = [
 8495 "cesu8",
 8496 "cfg-if",
 8497 "combine",
 8498 "jni-sys",
 8499 "log",
 8500 "thiserror 1.0.69",
 8501 "walkdir",
 8502 "windows-sys 0.45.0",
 8503]
 8504
 8505[[package]]
 8506name = "jni-sys"
 8507version = "0.3.0"
 8508source = "registry+https://github.com/rust-lang/crates.io-index"
 8509checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8510
 8511[[package]]
 8512name = "jobserver"
 8513version = "0.1.33"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8516dependencies = [
 8517 "getrandom 0.3.2",
 8518 "libc",
 8519]
 8520
 8521[[package]]
 8522name = "journal"
 8523version = "0.1.0"
 8524dependencies = [
 8525 "anyhow",
 8526 "chrono",
 8527 "editor",
 8528 "gpui",
 8529 "log",
 8530 "schemars",
 8531 "serde",
 8532 "settings",
 8533 "shellexpand 2.1.2",
 8534 "workspace",
 8535 "workspace-hack",
 8536]
 8537
 8538[[package]]
 8539name = "jpeg-decoder"
 8540version = "0.3.1"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8543
 8544[[package]]
 8545name = "js-sys"
 8546version = "0.3.77"
 8547source = "registry+https://github.com/rust-lang/crates.io-index"
 8548checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8549dependencies = [
 8550 "once_cell",
 8551 "wasm-bindgen",
 8552]
 8553
 8554[[package]]
 8555name = "json_dotpath"
 8556version = "1.1.0"
 8557source = "registry+https://github.com/rust-lang/crates.io-index"
 8558checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 8559dependencies = [
 8560 "serde",
 8561 "serde_derive",
 8562 "serde_json",
 8563 "thiserror 1.0.69",
 8564]
 8565
 8566[[package]]
 8567name = "jsonschema"
 8568version = "0.30.0"
 8569source = "registry+https://github.com/rust-lang/crates.io-index"
 8570checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8571dependencies = [
 8572 "ahash 0.8.11",
 8573 "base64 0.22.1",
 8574 "bytecount",
 8575 "email_address",
 8576 "fancy-regex 0.14.0",
 8577 "fraction",
 8578 "idna",
 8579 "itoa",
 8580 "num-cmp",
 8581 "num-traits",
 8582 "once_cell",
 8583 "percent-encoding",
 8584 "referencing",
 8585 "regex",
 8586 "regex-syntax 0.8.5",
 8587 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8588 "serde",
 8589 "serde_json",
 8590 "uuid-simd",
 8591]
 8592
 8593[[package]]
 8594name = "jsonwebtoken"
 8595version = "9.3.1"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8598dependencies = [
 8599 "base64 0.22.1",
 8600 "js-sys",
 8601 "pem",
 8602 "ring",
 8603 "serde",
 8604 "serde_json",
 8605 "simple_asn1",
 8606]
 8607
 8608[[package]]
 8609name = "jupyter-protocol"
 8610version = "0.6.0"
 8611source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8612dependencies = [
 8613 "anyhow",
 8614 "async-trait",
 8615 "bytes 1.10.1",
 8616 "chrono",
 8617 "futures 0.3.31",
 8618 "serde",
 8619 "serde_json",
 8620 "uuid",
 8621]
 8622
 8623[[package]]
 8624name = "jupyter-websocket-client"
 8625version = "0.9.0"
 8626source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8627dependencies = [
 8628 "anyhow",
 8629 "async-trait",
 8630 "async-tungstenite",
 8631 "futures 0.3.31",
 8632 "jupyter-protocol",
 8633 "serde",
 8634 "serde_json",
 8635 "url",
 8636 "uuid",
 8637]
 8638
 8639[[package]]
 8640name = "khronos-egl"
 8641version = "6.0.0"
 8642source = "registry+https://github.com/rust-lang/crates.io-index"
 8643checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8644dependencies = [
 8645 "libc",
 8646 "libloading",
 8647]
 8648
 8649[[package]]
 8650name = "kqueue"
 8651version = "1.0.8"
 8652source = "registry+https://github.com/rust-lang/crates.io-index"
 8653checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8654dependencies = [
 8655 "kqueue-sys",
 8656 "libc",
 8657]
 8658
 8659[[package]]
 8660name = "kqueue-sys"
 8661version = "1.0.4"
 8662source = "registry+https://github.com/rust-lang/crates.io-index"
 8663checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8664dependencies = [
 8665 "bitflags 1.3.2",
 8666 "libc",
 8667]
 8668
 8669[[package]]
 8670name = "kstring"
 8671version = "2.0.2"
 8672source = "registry+https://github.com/rust-lang/crates.io-index"
 8673checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8674dependencies = [
 8675 "static_assertions",
 8676]
 8677
 8678[[package]]
 8679name = "kurbo"
 8680version = "0.11.1"
 8681source = "registry+https://github.com/rust-lang/crates.io-index"
 8682checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8683dependencies = [
 8684 "arrayvec",
 8685 "smallvec",
 8686]
 8687
 8688[[package]]
 8689name = "kv-log-macro"
 8690version = "1.0.7"
 8691source = "registry+https://github.com/rust-lang/crates.io-index"
 8692checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8693dependencies = [
 8694 "log",
 8695]
 8696
 8697[[package]]
 8698name = "language"
 8699version = "0.1.0"
 8700dependencies = [
 8701 "anyhow",
 8702 "async-trait",
 8703 "async-watch",
 8704 "clock",
 8705 "collections",
 8706 "ctor",
 8707 "diffy",
 8708 "ec4rs",
 8709 "env_logger 0.11.8",
 8710 "fs",
 8711 "futures 0.3.31",
 8712 "fuzzy",
 8713 "globset",
 8714 "gpui",
 8715 "http_client",
 8716 "imara-diff",
 8717 "indoc",
 8718 "itertools 0.14.0",
 8719 "log",
 8720 "lsp",
 8721 "parking_lot",
 8722 "postage",
 8723 "pretty_assertions",
 8724 "rand 0.8.5",
 8725 "regex",
 8726 "rpc",
 8727 "schemars",
 8728 "serde",
 8729 "serde_json",
 8730 "settings",
 8731 "smallvec",
 8732 "smol",
 8733 "streaming-iterator",
 8734 "strsim",
 8735 "sum_tree",
 8736 "task",
 8737 "text",
 8738 "theme",
 8739 "tree-sitter",
 8740 "tree-sitter-elixir",
 8741 "tree-sitter-embedded-template",
 8742 "tree-sitter-heex",
 8743 "tree-sitter-html",
 8744 "tree-sitter-json",
 8745 "tree-sitter-md",
 8746 "tree-sitter-python",
 8747 "tree-sitter-ruby",
 8748 "tree-sitter-rust",
 8749 "tree-sitter-typescript",
 8750 "unicase",
 8751 "unindent",
 8752 "util",
 8753 "workspace-hack",
 8754]
 8755
 8756[[package]]
 8757name = "language_extension"
 8758version = "0.1.0"
 8759dependencies = [
 8760 "anyhow",
 8761 "async-trait",
 8762 "collections",
 8763 "extension",
 8764 "fs",
 8765 "futures 0.3.31",
 8766 "gpui",
 8767 "language",
 8768 "lsp",
 8769 "serde",
 8770 "serde_json",
 8771 "util",
 8772 "workspace-hack",
 8773]
 8774
 8775[[package]]
 8776name = "language_model"
 8777version = "0.1.0"
 8778dependencies = [
 8779 "anthropic",
 8780 "anyhow",
 8781 "base64 0.22.1",
 8782 "client",
 8783 "collections",
 8784 "futures 0.3.31",
 8785 "google_ai",
 8786 "gpui",
 8787 "http_client",
 8788 "icons",
 8789 "image",
 8790 "open_ai",
 8791 "parking_lot",
 8792 "proto",
 8793 "schemars",
 8794 "serde",
 8795 "serde_json",
 8796 "smol",
 8797 "strum 0.27.1",
 8798 "telemetry_events",
 8799 "thiserror 2.0.12",
 8800 "util",
 8801 "workspace-hack",
 8802 "zed_llm_client",
 8803]
 8804
 8805[[package]]
 8806name = "language_models"
 8807version = "0.1.0"
 8808dependencies = [
 8809 "anthropic",
 8810 "anyhow",
 8811 "aws-config",
 8812 "aws-credential-types",
 8813 "aws_http_client",
 8814 "bedrock",
 8815 "client",
 8816 "collections",
 8817 "copilot",
 8818 "credentials_provider",
 8819 "deepseek",
 8820 "editor",
 8821 "feature_flags",
 8822 "fs",
 8823 "futures 0.3.31",
 8824 "google_ai",
 8825 "gpui",
 8826 "gpui_tokio",
 8827 "http_client",
 8828 "language_model",
 8829 "lmstudio",
 8830 "log",
 8831 "menu",
 8832 "mistral",
 8833 "ollama",
 8834 "open_ai",
 8835 "partial-json-fixer",
 8836 "project",
 8837 "proto",
 8838 "release_channel",
 8839 "schemars",
 8840 "serde",
 8841 "serde_json",
 8842 "settings",
 8843 "smol",
 8844 "strum 0.27.1",
 8845 "theme",
 8846 "thiserror 2.0.12",
 8847 "tiktoken-rs",
 8848 "tokio",
 8849 "ui",
 8850 "util",
 8851 "workspace-hack",
 8852 "zed_llm_client",
 8853]
 8854
 8855[[package]]
 8856name = "language_selector"
 8857version = "0.1.0"
 8858dependencies = [
 8859 "anyhow",
 8860 "editor",
 8861 "file_finder",
 8862 "file_icons",
 8863 "fuzzy",
 8864 "gpui",
 8865 "language",
 8866 "picker",
 8867 "project",
 8868 "settings",
 8869 "ui",
 8870 "util",
 8871 "workspace",
 8872 "workspace-hack",
 8873]
 8874
 8875[[package]]
 8876name = "language_tools"
 8877version = "0.1.0"
 8878dependencies = [
 8879 "anyhow",
 8880 "client",
 8881 "collections",
 8882 "copilot",
 8883 "editor",
 8884 "env_logger 0.11.8",
 8885 "futures 0.3.31",
 8886 "gpui",
 8887 "itertools 0.14.0",
 8888 "language",
 8889 "lsp",
 8890 "project",
 8891 "release_channel",
 8892 "serde_json",
 8893 "settings",
 8894 "theme",
 8895 "tree-sitter",
 8896 "ui",
 8897 "util",
 8898 "workspace",
 8899 "workspace-hack",
 8900 "zed_actions",
 8901]
 8902
 8903[[package]]
 8904name = "languages"
 8905version = "0.1.0"
 8906dependencies = [
 8907 "anyhow",
 8908 "async-compression",
 8909 "async-tar",
 8910 "async-trait",
 8911 "collections",
 8912 "dap",
 8913 "futures 0.3.31",
 8914 "gpui",
 8915 "http_client",
 8916 "language",
 8917 "log",
 8918 "lsp",
 8919 "node_runtime",
 8920 "parking_lot",
 8921 "paths",
 8922 "pet",
 8923 "pet-conda",
 8924 "pet-core",
 8925 "pet-fs",
 8926 "pet-poetry",
 8927 "pet-reporter",
 8928 "pretty_assertions",
 8929 "project",
 8930 "regex",
 8931 "rope",
 8932 "rust-embed",
 8933 "serde",
 8934 "serde_json",
 8935 "settings",
 8936 "smol",
 8937 "snippet_provider",
 8938 "task",
 8939 "text",
 8940 "theme",
 8941 "toml 0.8.20",
 8942 "tree-sitter",
 8943 "tree-sitter-bash",
 8944 "tree-sitter-c",
 8945 "tree-sitter-cpp",
 8946 "tree-sitter-css",
 8947 "tree-sitter-diff",
 8948 "tree-sitter-gitcommit",
 8949 "tree-sitter-go",
 8950 "tree-sitter-gomod",
 8951 "tree-sitter-gowork",
 8952 "tree-sitter-jsdoc",
 8953 "tree-sitter-json",
 8954 "tree-sitter-md",
 8955 "tree-sitter-python",
 8956 "tree-sitter-regex",
 8957 "tree-sitter-rust",
 8958 "tree-sitter-typescript",
 8959 "tree-sitter-yaml",
 8960 "unindent",
 8961 "util",
 8962 "workspace",
 8963 "workspace-hack",
 8964]
 8965
 8966[[package]]
 8967name = "lazy_static"
 8968version = "1.5.0"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8971dependencies = [
 8972 "spin",
 8973]
 8974
 8975[[package]]
 8976name = "lazycell"
 8977version = "1.3.0"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8980
 8981[[package]]
 8982name = "leak"
 8983version = "0.1.2"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8986
 8987[[package]]
 8988name = "leaky-cow"
 8989version = "0.1.1"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8992dependencies = [
 8993 "leak",
 8994]
 8995
 8996[[package]]
 8997name = "leb128"
 8998version = "0.2.5"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9001
 9002[[package]]
 9003name = "leb128fmt"
 9004version = "0.1.0"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9007
 9008[[package]]
 9009name = "lebe"
 9010version = "0.5.2"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 9013
 9014[[package]]
 9015name = "libc"
 9016version = "0.2.172"
 9017source = "registry+https://github.com/rust-lang/crates.io-index"
 9018checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 9019
 9020[[package]]
 9021name = "libdbus-sys"
 9022version = "0.2.5"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 9025dependencies = [
 9026 "cc",
 9027 "pkg-config",
 9028]
 9029
 9030[[package]]
 9031name = "libfuzzer-sys"
 9032version = "0.4.9"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 9035dependencies = [
 9036 "arbitrary",
 9037 "cc",
 9038]
 9039
 9040[[package]]
 9041name = "libgit2-sys"
 9042version = "0.18.1+1.9.0"
 9043source = "registry+https://github.com/rust-lang/crates.io-index"
 9044checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9045dependencies = [
 9046 "cc",
 9047 "libc",
 9048 "libz-sys",
 9049 "pkg-config",
 9050]
 9051
 9052[[package]]
 9053name = "libloading"
 9054version = "0.8.6"
 9055source = "registry+https://github.com/rust-lang/crates.io-index"
 9056checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9057dependencies = [
 9058 "cfg-if",
 9059 "windows-targets 0.52.6",
 9060]
 9061
 9062[[package]]
 9063name = "libm"
 9064version = "0.2.11"
 9065source = "registry+https://github.com/rust-lang/crates.io-index"
 9066checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9067
 9068[[package]]
 9069name = "libmimalloc-sys"
 9070version = "0.1.42"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9073dependencies = [
 9074 "cc",
 9075 "libc",
 9076]
 9077
 9078[[package]]
 9079name = "libredox"
 9080version = "0.1.3"
 9081source = "registry+https://github.com/rust-lang/crates.io-index"
 9082checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9083dependencies = [
 9084 "bitflags 2.9.0",
 9085 "libc",
 9086 "redox_syscall 0.5.11",
 9087]
 9088
 9089[[package]]
 9090name = "libsqlite3-sys"
 9091version = "0.30.1"
 9092source = "registry+https://github.com/rust-lang/crates.io-index"
 9093checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9094dependencies = [
 9095 "cc",
 9096 "pkg-config",
 9097 "vcpkg",
 9098]
 9099
 9100[[package]]
 9101name = "libwebrtc"
 9102version = "0.3.10"
 9103source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9104dependencies = [
 9105 "cxx",
 9106 "jni",
 9107 "js-sys",
 9108 "lazy_static",
 9109 "livekit-protocol",
 9110 "livekit-runtime",
 9111 "log",
 9112 "parking_lot",
 9113 "serde",
 9114 "serde_json",
 9115 "thiserror 1.0.69",
 9116 "tokio",
 9117 "wasm-bindgen",
 9118 "wasm-bindgen-futures",
 9119 "web-sys",
 9120 "webrtc-sys",
 9121]
 9122
 9123[[package]]
 9124name = "libz-rs-sys"
 9125version = "0.5.0"
 9126source = "registry+https://github.com/rust-lang/crates.io-index"
 9127checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9128dependencies = [
 9129 "zlib-rs",
 9130]
 9131
 9132[[package]]
 9133name = "libz-sys"
 9134version = "1.1.22"
 9135source = "registry+https://github.com/rust-lang/crates.io-index"
 9136checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9137dependencies = [
 9138 "cc",
 9139 "libc",
 9140 "pkg-config",
 9141 "vcpkg",
 9142]
 9143
 9144[[package]]
 9145name = "link-cplusplus"
 9146version = "1.0.10"
 9147source = "registry+https://github.com/rust-lang/crates.io-index"
 9148checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9149dependencies = [
 9150 "cc",
 9151]
 9152
 9153[[package]]
 9154name = "linkify"
 9155version = "0.10.0"
 9156source = "registry+https://github.com/rust-lang/crates.io-index"
 9157checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9158dependencies = [
 9159 "memchr",
 9160]
 9161
 9162[[package]]
 9163name = "linux-raw-sys"
 9164version = "0.4.15"
 9165source = "registry+https://github.com/rust-lang/crates.io-index"
 9166checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9167
 9168[[package]]
 9169name = "linux-raw-sys"
 9170version = "0.9.4"
 9171source = "registry+https://github.com/rust-lang/crates.io-index"
 9172checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9173
 9174[[package]]
 9175name = "litemap"
 9176version = "0.7.5"
 9177source = "registry+https://github.com/rust-lang/crates.io-index"
 9178checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9179
 9180[[package]]
 9181name = "livekit"
 9182version = "0.7.8"
 9183source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9184dependencies = [
 9185 "chrono",
 9186 "futures-util",
 9187 "lazy_static",
 9188 "libloading",
 9189 "libwebrtc",
 9190 "livekit-api",
 9191 "livekit-protocol",
 9192 "livekit-runtime",
 9193 "log",
 9194 "parking_lot",
 9195 "prost 0.12.6",
 9196 "semver",
 9197 "serde",
 9198 "serde_json",
 9199 "thiserror 1.0.69",
 9200 "tokio",
 9201]
 9202
 9203[[package]]
 9204name = "livekit-api"
 9205version = "0.4.2"
 9206source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9207dependencies = [
 9208 "futures-util",
 9209 "http 0.2.12",
 9210 "livekit-protocol",
 9211 "livekit-runtime",
 9212 "log",
 9213 "parking_lot",
 9214 "pbjson-types",
 9215 "prost 0.12.6",
 9216 "rand 0.9.1",
 9217 "reqwest 0.11.27",
 9218 "scopeguard",
 9219 "serde",
 9220 "sha2",
 9221 "thiserror 1.0.69",
 9222 "tokio",
 9223 "tokio-tungstenite 0.26.2",
 9224 "url",
 9225]
 9226
 9227[[package]]
 9228name = "livekit-protocol"
 9229version = "0.3.9"
 9230source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9231dependencies = [
 9232 "futures-util",
 9233 "livekit-runtime",
 9234 "parking_lot",
 9235 "pbjson",
 9236 "pbjson-types",
 9237 "prost 0.12.6",
 9238 "prost-types 0.12.6",
 9239 "serde",
 9240 "thiserror 1.0.69",
 9241 "tokio",
 9242]
 9243
 9244[[package]]
 9245name = "livekit-runtime"
 9246version = "0.4.0"
 9247source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9248dependencies = [
 9249 "tokio",
 9250 "tokio-stream",
 9251]
 9252
 9253[[package]]
 9254name = "livekit_api"
 9255version = "0.1.0"
 9256dependencies = [
 9257 "anyhow",
 9258 "async-trait",
 9259 "jsonwebtoken",
 9260 "log",
 9261 "prost 0.9.0",
 9262 "prost-build 0.9.0",
 9263 "prost-types 0.9.0",
 9264 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9265 "serde",
 9266 "workspace-hack",
 9267]
 9268
 9269[[package]]
 9270name = "livekit_client"
 9271version = "0.1.0"
 9272dependencies = [
 9273 "anyhow",
 9274 "async-trait",
 9275 "collections",
 9276 "core-foundation 0.10.0",
 9277 "core-video",
 9278 "coreaudio-rs 0.12.1",
 9279 "cpal",
 9280 "futures 0.3.31",
 9281 "gpui",
 9282 "gpui_tokio",
 9283 "http_client_tls",
 9284 "image",
 9285 "libwebrtc",
 9286 "livekit",
 9287 "livekit_api",
 9288 "log",
 9289 "nanoid",
 9290 "objc",
 9291 "parking_lot",
 9292 "postage",
 9293 "scap",
 9294 "serde",
 9295 "serde_json",
 9296 "sha2",
 9297 "simplelog",
 9298 "smallvec",
 9299 "tokio-tungstenite 0.26.2",
 9300 "util",
 9301 "workspace-hack",
 9302]
 9303
 9304[[package]]
 9305name = "lmdb-master-sys"
 9306version = "0.2.5"
 9307source = "registry+https://github.com/rust-lang/crates.io-index"
 9308checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9309dependencies = [
 9310 "cc",
 9311 "doxygen-rs",
 9312 "libc",
 9313]
 9314
 9315[[package]]
 9316name = "lmstudio"
 9317version = "0.1.0"
 9318dependencies = [
 9319 "anyhow",
 9320 "futures 0.3.31",
 9321 "http_client",
 9322 "schemars",
 9323 "serde",
 9324 "serde_json",
 9325 "workspace-hack",
 9326]
 9327
 9328[[package]]
 9329name = "lock_api"
 9330version = "0.4.12"
 9331source = "registry+https://github.com/rust-lang/crates.io-index"
 9332checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9333dependencies = [
 9334 "autocfg",
 9335 "scopeguard",
 9336]
 9337
 9338[[package]]
 9339name = "log"
 9340version = "0.4.27"
 9341source = "registry+https://github.com/rust-lang/crates.io-index"
 9342checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9343dependencies = [
 9344 "serde",
 9345 "value-bag",
 9346]
 9347
 9348[[package]]
 9349name = "logos"
 9350version = "0.15.0"
 9351source = "registry+https://github.com/rust-lang/crates.io-index"
 9352checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9353dependencies = [
 9354 "logos-derive",
 9355]
 9356
 9357[[package]]
 9358name = "logos-codegen"
 9359version = "0.15.0"
 9360source = "registry+https://github.com/rust-lang/crates.io-index"
 9361checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9362dependencies = [
 9363 "beef",
 9364 "fnv",
 9365 "lazy_static",
 9366 "proc-macro2",
 9367 "quote",
 9368 "regex-syntax 0.8.5",
 9369 "rustc_version",
 9370 "syn 2.0.101",
 9371]
 9372
 9373[[package]]
 9374name = "logos-derive"
 9375version = "0.15.0"
 9376source = "registry+https://github.com/rust-lang/crates.io-index"
 9377checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9378dependencies = [
 9379 "logos-codegen",
 9380]
 9381
 9382[[package]]
 9383name = "loom"
 9384version = "0.7.2"
 9385source = "registry+https://github.com/rust-lang/crates.io-index"
 9386checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9387dependencies = [
 9388 "cfg-if",
 9389 "generator",
 9390 "scoped-tls",
 9391 "tracing",
 9392 "tracing-subscriber",
 9393]
 9394
 9395[[package]]
 9396name = "loop9"
 9397version = "0.1.5"
 9398source = "registry+https://github.com/rust-lang/crates.io-index"
 9399checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9400dependencies = [
 9401 "imgref",
 9402]
 9403
 9404[[package]]
 9405name = "lru"
 9406version = "0.12.5"
 9407source = "registry+https://github.com/rust-lang/crates.io-index"
 9408checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9409dependencies = [
 9410 "hashbrown 0.15.3",
 9411]
 9412
 9413[[package]]
 9414name = "lsp"
 9415version = "0.1.0"
 9416dependencies = [
 9417 "anyhow",
 9418 "async-pipe",
 9419 "collections",
 9420 "ctor",
 9421 "env_logger 0.11.8",
 9422 "futures 0.3.31",
 9423 "gpui",
 9424 "log",
 9425 "lsp-types",
 9426 "parking_lot",
 9427 "postage",
 9428 "release_channel",
 9429 "schemars",
 9430 "serde",
 9431 "serde_json",
 9432 "smol",
 9433 "util",
 9434 "workspace-hack",
 9435]
 9436
 9437[[package]]
 9438name = "lsp-types"
 9439version = "0.95.1"
 9440source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9441dependencies = [
 9442 "bitflags 1.3.2",
 9443 "serde",
 9444 "serde_json",
 9445 "serde_repr",
 9446 "url",
 9447]
 9448
 9449[[package]]
 9450name = "lyon"
 9451version = "1.0.1"
 9452source = "registry+https://github.com/rust-lang/crates.io-index"
 9453checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9454dependencies = [
 9455 "lyon_algorithms",
 9456 "lyon_extra",
 9457 "lyon_tessellation",
 9458]
 9459
 9460[[package]]
 9461name = "lyon_algorithms"
 9462version = "1.0.5"
 9463source = "registry+https://github.com/rust-lang/crates.io-index"
 9464checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9465dependencies = [
 9466 "lyon_path",
 9467 "num-traits",
 9468]
 9469
 9470[[package]]
 9471name = "lyon_extra"
 9472version = "1.0.3"
 9473source = "registry+https://github.com/rust-lang/crates.io-index"
 9474checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9475dependencies = [
 9476 "lyon_path",
 9477 "thiserror 1.0.69",
 9478]
 9479
 9480[[package]]
 9481name = "lyon_geom"
 9482version = "1.0.6"
 9483source = "registry+https://github.com/rust-lang/crates.io-index"
 9484checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9485dependencies = [
 9486 "arrayvec",
 9487 "euclid",
 9488 "num-traits",
 9489]
 9490
 9491[[package]]
 9492name = "lyon_path"
 9493version = "1.0.7"
 9494source = "registry+https://github.com/rust-lang/crates.io-index"
 9495checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9496dependencies = [
 9497 "lyon_geom",
 9498 "num-traits",
 9499]
 9500
 9501[[package]]
 9502name = "lyon_tessellation"
 9503version = "1.0.15"
 9504source = "registry+https://github.com/rust-lang/crates.io-index"
 9505checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9506dependencies = [
 9507 "float_next_after",
 9508 "lyon_path",
 9509 "num-traits",
 9510]
 9511
 9512[[package]]
 9513name = "mac"
 9514version = "0.1.1"
 9515source = "registry+https://github.com/rust-lang/crates.io-index"
 9516checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9517
 9518[[package]]
 9519name = "mach2"
 9520version = "0.4.2"
 9521source = "registry+https://github.com/rust-lang/crates.io-index"
 9522checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9523dependencies = [
 9524 "libc",
 9525]
 9526
 9527[[package]]
 9528name = "malloc_buf"
 9529version = "0.0.6"
 9530source = "registry+https://github.com/rust-lang/crates.io-index"
 9531checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9532dependencies = [
 9533 "libc",
 9534]
 9535
 9536[[package]]
 9537name = "maplit"
 9538version = "1.0.2"
 9539source = "registry+https://github.com/rust-lang/crates.io-index"
 9540checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9541
 9542[[package]]
 9543name = "markdown"
 9544version = "0.1.0"
 9545dependencies = [
 9546 "anyhow",
 9547 "assets",
 9548 "base64 0.22.1",
 9549 "env_logger 0.11.8",
 9550 "gpui",
 9551 "language",
 9552 "languages",
 9553 "linkify",
 9554 "log",
 9555 "node_runtime",
 9556 "pulldown-cmark 0.12.2",
 9557 "settings",
 9558 "sum_tree",
 9559 "theme",
 9560 "ui",
 9561 "util",
 9562 "workspace-hack",
 9563]
 9564
 9565[[package]]
 9566name = "markdown_preview"
 9567version = "0.1.0"
 9568dependencies = [
 9569 "anyhow",
 9570 "async-recursion 1.1.1",
 9571 "collections",
 9572 "editor",
 9573 "gpui",
 9574 "language",
 9575 "linkify",
 9576 "log",
 9577 "pretty_assertions",
 9578 "pulldown-cmark 0.12.2",
 9579 "settings",
 9580 "theme",
 9581 "ui",
 9582 "util",
 9583 "workspace",
 9584 "workspace-hack",
 9585]
 9586
 9587[[package]]
 9588name = "markup5ever"
 9589version = "0.12.1"
 9590source = "registry+https://github.com/rust-lang/crates.io-index"
 9591checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9592dependencies = [
 9593 "log",
 9594 "phf",
 9595 "phf_codegen",
 9596 "string_cache",
 9597 "string_cache_codegen",
 9598 "tendril",
 9599]
 9600
 9601[[package]]
 9602name = "markup5ever"
 9603version = "0.16.1"
 9604source = "registry+https://github.com/rust-lang/crates.io-index"
 9605checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9606dependencies = [
 9607 "log",
 9608 "tendril",
 9609 "web_atoms",
 9610]
 9611
 9612[[package]]
 9613name = "markup5ever_rcdom"
 9614version = "0.3.0"
 9615source = "registry+https://github.com/rust-lang/crates.io-index"
 9616checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9617dependencies = [
 9618 "html5ever 0.27.0",
 9619 "markup5ever 0.12.1",
 9620 "tendril",
 9621 "xml5ever",
 9622]
 9623
 9624[[package]]
 9625name = "match_token"
 9626version = "0.1.0"
 9627source = "registry+https://github.com/rust-lang/crates.io-index"
 9628checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9629dependencies = [
 9630 "proc-macro2",
 9631 "quote",
 9632 "syn 2.0.101",
 9633]
 9634
 9635[[package]]
 9636name = "matchers"
 9637version = "0.1.0"
 9638source = "registry+https://github.com/rust-lang/crates.io-index"
 9639checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9640dependencies = [
 9641 "regex-automata 0.1.10",
 9642]
 9643
 9644[[package]]
 9645name = "matchit"
 9646version = "0.7.3"
 9647source = "registry+https://github.com/rust-lang/crates.io-index"
 9648checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9649
 9650[[package]]
 9651name = "maybe-async"
 9652version = "0.2.10"
 9653source = "registry+https://github.com/rust-lang/crates.io-index"
 9654checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9655dependencies = [
 9656 "proc-macro2",
 9657 "quote",
 9658 "syn 2.0.101",
 9659]
 9660
 9661[[package]]
 9662name = "maybe-owned"
 9663version = "0.3.4"
 9664source = "registry+https://github.com/rust-lang/crates.io-index"
 9665checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9666
 9667[[package]]
 9668name = "maybe-rayon"
 9669version = "0.1.1"
 9670source = "registry+https://github.com/rust-lang/crates.io-index"
 9671checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9672dependencies = [
 9673 "cfg-if",
 9674 "rayon",
 9675]
 9676
 9677[[package]]
 9678name = "md-5"
 9679version = "0.10.6"
 9680source = "registry+https://github.com/rust-lang/crates.io-index"
 9681checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9682dependencies = [
 9683 "cfg-if",
 9684 "digest",
 9685]
 9686
 9687[[package]]
 9688name = "mdbook"
 9689version = "0.4.48"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9692dependencies = [
 9693 "ammonia",
 9694 "anyhow",
 9695 "chrono",
 9696 "clap",
 9697 "clap_complete",
 9698 "elasticlunr-rs",
 9699 "env_logger 0.11.8",
 9700 "futures-util",
 9701 "handlebars 6.3.2",
 9702 "hex",
 9703 "ignore",
 9704 "log",
 9705 "memchr",
 9706 "notify",
 9707 "notify-debouncer-mini",
 9708 "once_cell",
 9709 "opener",
 9710 "pathdiff",
 9711 "pulldown-cmark 0.10.3",
 9712 "regex",
 9713 "serde",
 9714 "serde_json",
 9715 "sha2",
 9716 "shlex",
 9717 "tempfile",
 9718 "tokio",
 9719 "toml 0.5.11",
 9720 "topological-sort",
 9721 "walkdir",
 9722 "warp",
 9723]
 9724
 9725[[package]]
 9726name = "media"
 9727version = "0.1.0"
 9728dependencies = [
 9729 "anyhow",
 9730 "bindgen 0.71.1",
 9731 "core-foundation 0.10.0",
 9732 "core-video",
 9733 "ctor",
 9734 "foreign-types 0.5.0",
 9735 "metal",
 9736 "objc",
 9737 "workspace-hack",
 9738]
 9739
 9740[[package]]
 9741name = "memchr"
 9742version = "2.7.4"
 9743source = "registry+https://github.com/rust-lang/crates.io-index"
 9744checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9745
 9746[[package]]
 9747name = "memfd"
 9748version = "0.6.4"
 9749source = "registry+https://github.com/rust-lang/crates.io-index"
 9750checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9751dependencies = [
 9752 "rustix 0.38.44",
 9753]
 9754
 9755[[package]]
 9756name = "memmap2"
 9757version = "0.9.5"
 9758source = "registry+https://github.com/rust-lang/crates.io-index"
 9759checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9760dependencies = [
 9761 "libc",
 9762]
 9763
 9764[[package]]
 9765name = "memoffset"
 9766version = "0.9.1"
 9767source = "registry+https://github.com/rust-lang/crates.io-index"
 9768checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9769dependencies = [
 9770 "autocfg",
 9771]
 9772
 9773[[package]]
 9774name = "menu"
 9775version = "0.1.0"
 9776dependencies = [
 9777 "gpui",
 9778 "workspace-hack",
 9779]
 9780
 9781[[package]]
 9782name = "metal"
 9783version = "0.29.0"
 9784source = "registry+https://github.com/rust-lang/crates.io-index"
 9785checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9786dependencies = [
 9787 "bitflags 2.9.0",
 9788 "block",
 9789 "core-graphics-types 0.1.3",
 9790 "foreign-types 0.5.0",
 9791 "log",
 9792 "objc",
 9793 "paste",
 9794]
 9795
 9796[[package]]
 9797name = "migrator"
 9798version = "0.1.0"
 9799dependencies = [
 9800 "anyhow",
 9801 "collections",
 9802 "convert_case 0.8.0",
 9803 "log",
 9804 "pretty_assertions",
 9805 "streaming-iterator",
 9806 "tree-sitter",
 9807 "tree-sitter-json",
 9808 "workspace-hack",
 9809]
 9810
 9811[[package]]
 9812name = "mimalloc"
 9813version = "0.1.46"
 9814source = "registry+https://github.com/rust-lang/crates.io-index"
 9815checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9816dependencies = [
 9817 "libmimalloc-sys",
 9818]
 9819
 9820[[package]]
 9821name = "mime"
 9822version = "0.3.17"
 9823source = "registry+https://github.com/rust-lang/crates.io-index"
 9824checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9825
 9826[[package]]
 9827name = "mime_guess"
 9828version = "2.0.5"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9831dependencies = [
 9832 "mime",
 9833 "unicase",
 9834]
 9835
 9836[[package]]
 9837name = "minimal-lexical"
 9838version = "0.2.1"
 9839source = "registry+https://github.com/rust-lang/crates.io-index"
 9840checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9841
 9842[[package]]
 9843name = "miniz_oxide"
 9844version = "0.8.8"
 9845source = "registry+https://github.com/rust-lang/crates.io-index"
 9846checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9847dependencies = [
 9848 "adler2",
 9849 "simd-adler32",
 9850]
 9851
 9852[[package]]
 9853name = "mint"
 9854version = "0.5.9"
 9855source = "registry+https://github.com/rust-lang/crates.io-index"
 9856checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9857
 9858[[package]]
 9859name = "mio"
 9860version = "1.0.3"
 9861source = "registry+https://github.com/rust-lang/crates.io-index"
 9862checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9863dependencies = [
 9864 "libc",
 9865 "log",
 9866 "wasi 0.11.0+wasi-snapshot-preview1",
 9867 "windows-sys 0.52.0",
 9868]
 9869
 9870[[package]]
 9871name = "miow"
 9872version = "0.6.0"
 9873source = "registry+https://github.com/rust-lang/crates.io-index"
 9874checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9875dependencies = [
 9876 "windows-sys 0.48.0",
 9877]
 9878
 9879[[package]]
 9880name = "mistral"
 9881version = "0.1.0"
 9882dependencies = [
 9883 "anyhow",
 9884 "futures 0.3.31",
 9885 "http_client",
 9886 "schemars",
 9887 "serde",
 9888 "serde_json",
 9889 "strum 0.27.1",
 9890 "workspace-hack",
 9891]
 9892
 9893[[package]]
 9894name = "moka"
 9895version = "0.12.10"
 9896source = "registry+https://github.com/rust-lang/crates.io-index"
 9897checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9898dependencies = [
 9899 "crossbeam-channel",
 9900 "crossbeam-epoch",
 9901 "crossbeam-utils",
 9902 "loom",
 9903 "parking_lot",
 9904 "portable-atomic",
 9905 "rustc_version",
 9906 "smallvec",
 9907 "tagptr",
 9908 "thiserror 1.0.69",
 9909 "uuid",
 9910]
 9911
 9912[[package]]
 9913name = "msvc_spectre_libs"
 9914version = "0.1.3"
 9915source = "registry+https://github.com/rust-lang/crates.io-index"
 9916checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9917dependencies = [
 9918 "cc",
 9919]
 9920
 9921[[package]]
 9922name = "multi_buffer"
 9923version = "0.1.0"
 9924dependencies = [
 9925 "anyhow",
 9926 "buffer_diff",
 9927 "clock",
 9928 "collections",
 9929 "ctor",
 9930 "env_logger 0.11.8",
 9931 "gpui",
 9932 "indoc",
 9933 "itertools 0.14.0",
 9934 "language",
 9935 "log",
 9936 "parking_lot",
 9937 "pretty_assertions",
 9938 "project",
 9939 "rand 0.8.5",
 9940 "rope",
 9941 "serde",
 9942 "settings",
 9943 "smallvec",
 9944 "smol",
 9945 "sum_tree",
 9946 "text",
 9947 "theme",
 9948 "tree-sitter",
 9949 "util",
 9950 "workspace-hack",
 9951]
 9952
 9953[[package]]
 9954name = "multimap"
 9955version = "0.8.3"
 9956source = "registry+https://github.com/rust-lang/crates.io-index"
 9957checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9958
 9959[[package]]
 9960name = "multimap"
 9961version = "0.10.0"
 9962source = "registry+https://github.com/rust-lang/crates.io-index"
 9963checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9964
 9965[[package]]
 9966name = "naga"
 9967version = "25.0.1"
 9968source = "registry+https://github.com/rust-lang/crates.io-index"
 9969checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9970dependencies = [
 9971 "arrayvec",
 9972 "bit-set 0.8.0",
 9973 "bitflags 2.9.0",
 9974 "cfg_aliases 0.2.1",
 9975 "codespan-reporting 0.12.0",
 9976 "half",
 9977 "hashbrown 0.15.3",
 9978 "hexf-parse",
 9979 "indexmap",
 9980 "log",
 9981 "num-traits",
 9982 "once_cell",
 9983 "rustc-hash 1.1.0",
 9984 "spirv",
 9985 "strum 0.26.3",
 9986 "thiserror 2.0.12",
 9987 "unicode-ident",
 9988]
 9989
 9990[[package]]
 9991name = "nanoid"
 9992version = "0.4.0"
 9993source = "registry+https://github.com/rust-lang/crates.io-index"
 9994checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9995dependencies = [
 9996 "rand 0.8.5",
 9997]
 9998
 9999[[package]]
10000name = "nanorand"
10001version = "0.7.0"
10002source = "registry+https://github.com/rust-lang/crates.io-index"
10003checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10004dependencies = [
10005 "getrandom 0.2.15",
10006]
10007
10008[[package]]
10009name = "native-tls"
10010version = "0.2.14"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10013dependencies = [
10014 "libc",
10015 "log",
10016 "openssl",
10017 "openssl-probe",
10018 "openssl-sys",
10019 "schannel",
10020 "security-framework 2.11.1",
10021 "security-framework-sys",
10022 "tempfile",
10023]
10024
10025[[package]]
10026name = "nbformat"
10027version = "0.10.0"
10028source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10029dependencies = [
10030 "anyhow",
10031 "chrono",
10032 "jupyter-protocol",
10033 "serde",
10034 "serde_json",
10035 "thiserror 1.0.69",
10036 "uuid",
10037]
10038
10039[[package]]
10040name = "ndk"
10041version = "0.8.0"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10044dependencies = [
10045 "bitflags 2.9.0",
10046 "jni-sys",
10047 "log",
10048 "ndk-sys",
10049 "num_enum",
10050 "thiserror 1.0.69",
10051]
10052
10053[[package]]
10054name = "ndk-context"
10055version = "0.1.1"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10058
10059[[package]]
10060name = "ndk-sys"
10061version = "0.5.0+25.2.9519653"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10064dependencies = [
10065 "jni-sys",
10066]
10067
10068[[package]]
10069name = "new_debug_unreachable"
10070version = "1.0.6"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10073
10074[[package]]
10075name = "nix"
10076version = "0.28.0"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10079dependencies = [
10080 "bitflags 2.9.0",
10081 "cfg-if",
10082 "cfg_aliases 0.1.1",
10083 "libc",
10084]
10085
10086[[package]]
10087name = "nix"
10088version = "0.29.0"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10091dependencies = [
10092 "bitflags 2.9.0",
10093 "cfg-if",
10094 "cfg_aliases 0.2.1",
10095 "libc",
10096 "memoffset",
10097]
10098
10099[[package]]
10100name = "node_runtime"
10101version = "0.1.0"
10102dependencies = [
10103 "anyhow",
10104 "async-compression",
10105 "async-std",
10106 "async-tar",
10107 "async-trait",
10108 "async-watch",
10109 "futures 0.3.31",
10110 "http_client",
10111 "log",
10112 "paths",
10113 "semver",
10114 "serde",
10115 "serde_json",
10116 "smol",
10117 "util",
10118 "which 6.0.3",
10119 "workspace-hack",
10120]
10121
10122[[package]]
10123name = "nom"
10124version = "7.1.3"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10127dependencies = [
10128 "memchr",
10129 "minimal-lexical",
10130]
10131
10132[[package]]
10133name = "noop_proc_macro"
10134version = "0.3.0"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10137
10138[[package]]
10139name = "normpath"
10140version = "1.3.0"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10143dependencies = [
10144 "windows-sys 0.59.0",
10145]
10146
10147[[package]]
10148name = "notifications"
10149version = "0.1.0"
10150dependencies = [
10151 "anyhow",
10152 "channel",
10153 "client",
10154 "collections",
10155 "component",
10156 "db",
10157 "gpui",
10158 "rpc",
10159 "settings",
10160 "sum_tree",
10161 "time",
10162 "ui",
10163 "util",
10164 "workspace",
10165 "workspace-hack",
10166]
10167
10168[[package]]
10169name = "notify"
10170version = "8.0.0"
10171source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10172dependencies = [
10173 "bitflags 2.9.0",
10174 "filetime",
10175 "fsevent-sys 4.1.0",
10176 "inotify",
10177 "kqueue",
10178 "libc",
10179 "log",
10180 "mio",
10181 "notify-types",
10182 "walkdir",
10183 "windows-sys 0.59.0",
10184]
10185
10186[[package]]
10187name = "notify-debouncer-mini"
10188version = "0.6.0"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10191dependencies = [
10192 "log",
10193 "notify",
10194 "notify-types",
10195 "tempfile",
10196]
10197
10198[[package]]
10199name = "notify-types"
10200version = "2.0.0"
10201source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10202
10203[[package]]
10204name = "ntapi"
10205version = "0.4.1"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10208dependencies = [
10209 "winapi",
10210]
10211
10212[[package]]
10213name = "nu-ansi-term"
10214version = "0.46.0"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10217dependencies = [
10218 "overload",
10219 "winapi",
10220]
10221
10222[[package]]
10223name = "nu-ansi-term"
10224version = "0.50.1"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10227dependencies = [
10228 "windows-sys 0.52.0",
10229]
10230
10231[[package]]
10232name = "num"
10233version = "0.4.3"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10236dependencies = [
10237 "num-bigint",
10238 "num-complex",
10239 "num-integer",
10240 "num-iter",
10241 "num-rational",
10242 "num-traits",
10243]
10244
10245[[package]]
10246name = "num-bigint"
10247version = "0.4.6"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10250dependencies = [
10251 "num-integer",
10252 "num-traits",
10253]
10254
10255[[package]]
10256name = "num-bigint-dig"
10257version = "0.8.4"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10260dependencies = [
10261 "byteorder",
10262 "lazy_static",
10263 "libm",
10264 "num-integer",
10265 "num-iter",
10266 "num-traits",
10267 "rand 0.8.5",
10268 "serde",
10269 "smallvec",
10270 "zeroize",
10271]
10272
10273[[package]]
10274name = "num-cmp"
10275version = "0.1.0"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10278
10279[[package]]
10280name = "num-complex"
10281version = "0.4.6"
10282source = "registry+https://github.com/rust-lang/crates.io-index"
10283checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10284dependencies = [
10285 "num-traits",
10286]
10287
10288[[package]]
10289name = "num-conv"
10290version = "0.1.0"
10291source = "registry+https://github.com/rust-lang/crates.io-index"
10292checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10293
10294[[package]]
10295name = "num-derive"
10296version = "0.4.2"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10299dependencies = [
10300 "proc-macro2",
10301 "quote",
10302 "syn 2.0.101",
10303]
10304
10305[[package]]
10306name = "num-format"
10307version = "0.4.4"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10310dependencies = [
10311 "arrayvec",
10312 "itoa",
10313]
10314
10315[[package]]
10316name = "num-integer"
10317version = "0.1.46"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10320dependencies = [
10321 "num-traits",
10322]
10323
10324[[package]]
10325name = "num-iter"
10326version = "0.1.45"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10329dependencies = [
10330 "autocfg",
10331 "num-integer",
10332 "num-traits",
10333]
10334
10335[[package]]
10336name = "num-modular"
10337version = "0.6.1"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10340
10341[[package]]
10342name = "num-order"
10343version = "1.2.0"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10346dependencies = [
10347 "num-modular",
10348]
10349
10350[[package]]
10351name = "num-rational"
10352version = "0.4.2"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10355dependencies = [
10356 "num-bigint",
10357 "num-integer",
10358 "num-traits",
10359]
10360
10361[[package]]
10362name = "num-traits"
10363version = "0.2.19"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10366dependencies = [
10367 "autocfg",
10368 "libm",
10369]
10370
10371[[package]]
10372name = "num_cpus"
10373version = "1.16.0"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10376dependencies = [
10377 "hermit-abi 0.3.9",
10378 "libc",
10379]
10380
10381[[package]]
10382name = "num_enum"
10383version = "0.7.3"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10386dependencies = [
10387 "num_enum_derive",
10388]
10389
10390[[package]]
10391name = "num_enum_derive"
10392version = "0.7.3"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10395dependencies = [
10396 "proc-macro-crate",
10397 "proc-macro2",
10398 "quote",
10399 "syn 2.0.101",
10400]
10401
10402[[package]]
10403name = "num_threads"
10404version = "0.1.7"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10407dependencies = [
10408 "libc",
10409]
10410
10411[[package]]
10412name = "nvim-rs"
10413version = "0.9.2"
10414source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10415dependencies = [
10416 "async-trait",
10417 "futures 0.3.31",
10418 "log",
10419 "rmp",
10420 "rmpv",
10421 "tokio",
10422 "tokio-util",
10423]
10424
10425[[package]]
10426name = "objc"
10427version = "0.2.7"
10428source = "registry+https://github.com/rust-lang/crates.io-index"
10429checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10430dependencies = [
10431 "malloc_buf",
10432 "objc_exception",
10433]
10434
10435[[package]]
10436name = "objc-foundation"
10437version = "0.1.1"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10440dependencies = [
10441 "block",
10442 "objc",
10443 "objc_id",
10444]
10445
10446[[package]]
10447name = "objc2"
10448version = "0.6.1"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10451dependencies = [
10452 "objc2-encode",
10453]
10454
10455[[package]]
10456name = "objc2-app-kit"
10457version = "0.3.1"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10460dependencies = [
10461 "bitflags 2.9.0",
10462 "objc2",
10463 "objc2-core-foundation",
10464 "objc2-foundation",
10465 "objc2-quartz-core",
10466]
10467
10468[[package]]
10469name = "objc2-core-foundation"
10470version = "0.3.1"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10473dependencies = [
10474 "bitflags 2.9.0",
10475 "dispatch2",
10476 "objc2",
10477]
10478
10479[[package]]
10480name = "objc2-encode"
10481version = "4.1.0"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10484
10485[[package]]
10486name = "objc2-foundation"
10487version = "0.3.1"
10488source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10490dependencies = [
10491 "bitflags 2.9.0",
10492 "objc2",
10493 "objc2-core-foundation",
10494]
10495
10496[[package]]
10497name = "objc2-metal"
10498version = "0.3.1"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10501dependencies = [
10502 "bitflags 2.9.0",
10503 "block2",
10504 "dispatch2",
10505 "objc2",
10506 "objc2-core-foundation",
10507 "objc2-foundation",
10508]
10509
10510[[package]]
10511name = "objc2-quartz-core"
10512version = "0.3.1"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10515dependencies = [
10516 "bitflags 2.9.0",
10517 "objc2",
10518 "objc2-core-foundation",
10519 "objc2-foundation",
10520 "objc2-metal",
10521]
10522
10523[[package]]
10524name = "objc2-ui-kit"
10525version = "0.3.1"
10526source = "registry+https://github.com/rust-lang/crates.io-index"
10527checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10528dependencies = [
10529 "bitflags 2.9.0",
10530 "objc2",
10531 "objc2-core-foundation",
10532 "objc2-foundation",
10533 "objc2-quartz-core",
10534]
10535
10536[[package]]
10537name = "objc_exception"
10538version = "0.1.2"
10539source = "registry+https://github.com/rust-lang/crates.io-index"
10540checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10541dependencies = [
10542 "cc",
10543]
10544
10545[[package]]
10546name = "objc_id"
10547version = "0.1.1"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10550dependencies = [
10551 "objc",
10552]
10553
10554[[package]]
10555name = "object"
10556version = "0.36.7"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10559dependencies = [
10560 "crc32fast",
10561 "hashbrown 0.15.3",
10562 "indexmap",
10563 "memchr",
10564]
10565
10566[[package]]
10567name = "oboe"
10568version = "0.6.1"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10571dependencies = [
10572 "jni",
10573 "ndk",
10574 "ndk-context",
10575 "num-derive",
10576 "num-traits",
10577 "oboe-sys",
10578]
10579
10580[[package]]
10581name = "oboe-sys"
10582version = "0.6.1"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10585dependencies = [
10586 "cc",
10587]
10588
10589[[package]]
10590name = "ollama"
10591version = "0.1.0"
10592dependencies = [
10593 "anyhow",
10594 "futures 0.3.31",
10595 "http_client",
10596 "schemars",
10597 "serde",
10598 "serde_json",
10599 "workspace-hack",
10600]
10601
10602[[package]]
10603name = "once_cell"
10604version = "1.21.3"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10607
10608[[package]]
10609name = "oo7"
10610version = "0.4.3"
10611source = "registry+https://github.com/rust-lang/crates.io-index"
10612checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10613dependencies = [
10614 "aes",
10615 "ashpd",
10616 "async-fs",
10617 "async-io",
10618 "async-lock",
10619 "blocking",
10620 "cbc",
10621 "cipher",
10622 "digest",
10623 "endi",
10624 "futures-lite 2.6.0",
10625 "futures-util",
10626 "getrandom 0.3.2",
10627 "hkdf",
10628 "hmac",
10629 "md-5",
10630 "num",
10631 "num-bigint-dig",
10632 "pbkdf2 0.12.2",
10633 "rand 0.9.1",
10634 "serde",
10635 "sha2",
10636 "subtle",
10637 "zbus",
10638 "zbus_macros",
10639 "zeroize",
10640 "zvariant",
10641]
10642
10643[[package]]
10644name = "oorandom"
10645version = "11.1.5"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10648
10649[[package]]
10650name = "open"
10651version = "5.3.2"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10654dependencies = [
10655 "is-wsl",
10656 "libc",
10657 "pathdiff",
10658]
10659
10660[[package]]
10661name = "open_ai"
10662version = "0.1.0"
10663dependencies = [
10664 "anyhow",
10665 "futures 0.3.31",
10666 "http_client",
10667 "schemars",
10668 "serde",
10669 "serde_json",
10670 "strum 0.27.1",
10671 "workspace-hack",
10672]
10673
10674[[package]]
10675name = "opener"
10676version = "0.7.2"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10679dependencies = [
10680 "bstr",
10681 "dbus",
10682 "normpath",
10683 "windows-sys 0.59.0",
10684]
10685
10686[[package]]
10687name = "openssl"
10688version = "0.10.72"
10689source = "registry+https://github.com/rust-lang/crates.io-index"
10690checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10691dependencies = [
10692 "bitflags 2.9.0",
10693 "cfg-if",
10694 "foreign-types 0.3.2",
10695 "libc",
10696 "once_cell",
10697 "openssl-macros",
10698 "openssl-sys",
10699]
10700
10701[[package]]
10702name = "openssl-macros"
10703version = "0.1.1"
10704source = "registry+https://github.com/rust-lang/crates.io-index"
10705checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10706dependencies = [
10707 "proc-macro2",
10708 "quote",
10709 "syn 2.0.101",
10710]
10711
10712[[package]]
10713name = "openssl-probe"
10714version = "0.1.6"
10715source = "registry+https://github.com/rust-lang/crates.io-index"
10716checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10717
10718[[package]]
10719name = "openssl-sys"
10720version = "0.9.107"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10723dependencies = [
10724 "cc",
10725 "libc",
10726 "pkg-config",
10727 "vcpkg",
10728]
10729
10730[[package]]
10731name = "optfield"
10732version = "0.3.0"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10735dependencies = [
10736 "proc-macro2",
10737 "quote",
10738 "syn 2.0.101",
10739]
10740
10741[[package]]
10742name = "option-ext"
10743version = "0.2.0"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10746
10747[[package]]
10748name = "ordered-float"
10749version = "2.10.1"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10752dependencies = [
10753 "num-traits",
10754]
10755
10756[[package]]
10757name = "ordered-float"
10758version = "4.6.0"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10761dependencies = [
10762 "num-traits",
10763]
10764
10765[[package]]
10766name = "ordered-stream"
10767version = "0.2.0"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10770dependencies = [
10771 "futures-core",
10772 "pin-project-lite",
10773]
10774
10775[[package]]
10776name = "ouroboros"
10777version = "0.18.5"
10778source = "registry+https://github.com/rust-lang/crates.io-index"
10779checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10780dependencies = [
10781 "aliasable",
10782 "ouroboros_macro",
10783 "static_assertions",
10784]
10785
10786[[package]]
10787name = "ouroboros_macro"
10788version = "0.18.5"
10789source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10791dependencies = [
10792 "heck 0.4.1",
10793 "proc-macro2",
10794 "proc-macro2-diagnostics",
10795 "quote",
10796 "syn 2.0.101",
10797]
10798
10799[[package]]
10800name = "outline"
10801version = "0.1.0"
10802dependencies = [
10803 "editor",
10804 "fuzzy",
10805 "gpui",
10806 "indoc",
10807 "language",
10808 "menu",
10809 "ordered-float 2.10.1",
10810 "picker",
10811 "project",
10812 "rope",
10813 "serde_json",
10814 "settings",
10815 "smol",
10816 "theme",
10817 "tree-sitter-rust",
10818 "tree-sitter-typescript",
10819 "ui",
10820 "util",
10821 "workspace",
10822 "workspace-hack",
10823 "zed_actions",
10824]
10825
10826[[package]]
10827name = "outline_panel"
10828version = "0.1.0"
10829dependencies = [
10830 "anyhow",
10831 "collections",
10832 "db",
10833 "editor",
10834 "file_icons",
10835 "fuzzy",
10836 "gpui",
10837 "itertools 0.14.0",
10838 "language",
10839 "log",
10840 "menu",
10841 "outline",
10842 "pretty_assertions",
10843 "project",
10844 "schemars",
10845 "search",
10846 "serde",
10847 "serde_json",
10848 "settings",
10849 "smallvec",
10850 "smol",
10851 "theme",
10852 "ui",
10853 "util",
10854 "workspace",
10855 "workspace-hack",
10856 "worktree",
10857 "zed_actions",
10858]
10859
10860[[package]]
10861name = "outref"
10862version = "0.5.2"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10865
10866[[package]]
10867name = "overload"
10868version = "0.1.1"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10871
10872[[package]]
10873name = "p256"
10874version = "0.11.1"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10877dependencies = [
10878 "ecdsa",
10879 "elliptic-curve",
10880 "sha2",
10881]
10882
10883[[package]]
10884name = "page_size"
10885version = "0.6.0"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10888dependencies = [
10889 "libc",
10890 "winapi",
10891]
10892
10893[[package]]
10894name = "palette"
10895version = "0.7.6"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10898dependencies = [
10899 "approx",
10900 "fast-srgb8",
10901 "palette_derive",
10902]
10903
10904[[package]]
10905name = "palette_derive"
10906version = "0.7.6"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10909dependencies = [
10910 "by_address",
10911 "proc-macro2",
10912 "quote",
10913 "syn 2.0.101",
10914]
10915
10916[[package]]
10917name = "panel"
10918version = "0.1.0"
10919dependencies = [
10920 "editor",
10921 "gpui",
10922 "settings",
10923 "theme",
10924 "ui",
10925 "workspace",
10926 "workspace-hack",
10927]
10928
10929[[package]]
10930name = "parking"
10931version = "2.2.1"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10934
10935[[package]]
10936name = "parking_lot"
10937version = "0.12.3"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10940dependencies = [
10941 "lock_api",
10942 "parking_lot_core",
10943]
10944
10945[[package]]
10946name = "parking_lot_core"
10947version = "0.9.10"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10950dependencies = [
10951 "cfg-if",
10952 "libc",
10953 "redox_syscall 0.5.11",
10954 "smallvec",
10955 "windows-targets 0.52.6",
10956]
10957
10958[[package]]
10959name = "partial-json-fixer"
10960version = "0.5.3"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10963
10964[[package]]
10965name = "password-hash"
10966version = "0.4.2"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10969dependencies = [
10970 "base64ct",
10971 "rand_core 0.6.4",
10972 "subtle",
10973]
10974
10975[[package]]
10976name = "password-hash"
10977version = "0.5.0"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10980dependencies = [
10981 "base64ct",
10982 "rand_core 0.6.4",
10983 "subtle",
10984]
10985
10986[[package]]
10987name = "paste"
10988version = "1.0.15"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10991
10992[[package]]
10993name = "pathdiff"
10994version = "0.2.3"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10997
10998[[package]]
10999name = "pathfinder_geometry"
11000version = "0.5.1"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11003dependencies = [
11004 "log",
11005 "pathfinder_simd",
11006]
11007
11008[[package]]
11009name = "pathfinder_simd"
11010version = "0.5.4"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
11013dependencies = [
11014 "rustc_version",
11015]
11016
11017[[package]]
11018name = "paths"
11019version = "0.1.0"
11020dependencies = [
11021 "dirs 4.0.0",
11022 "util",
11023 "workspace-hack",
11024]
11025
11026[[package]]
11027name = "pbjson"
11028version = "0.6.0"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11031dependencies = [
11032 "base64 0.21.7",
11033 "serde",
11034]
11035
11036[[package]]
11037name = "pbjson-build"
11038version = "0.6.2"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11041dependencies = [
11042 "heck 0.4.1",
11043 "itertools 0.11.0",
11044 "prost 0.12.6",
11045 "prost-types 0.12.6",
11046]
11047
11048[[package]]
11049name = "pbjson-types"
11050version = "0.6.0"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11053dependencies = [
11054 "bytes 1.10.1",
11055 "chrono",
11056 "pbjson",
11057 "pbjson-build",
11058 "prost 0.12.6",
11059 "prost-build 0.12.6",
11060 "serde",
11061]
11062
11063[[package]]
11064name = "pbkdf2"
11065version = "0.11.0"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11068dependencies = [
11069 "digest",
11070 "hmac",
11071 "password-hash 0.4.2",
11072 "sha2",
11073]
11074
11075[[package]]
11076name = "pbkdf2"
11077version = "0.12.2"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11080dependencies = [
11081 "digest",
11082 "hmac",
11083]
11084
11085[[package]]
11086name = "pem"
11087version = "3.0.5"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11090dependencies = [
11091 "base64 0.22.1",
11092 "serde",
11093]
11094
11095[[package]]
11096name = "pem-rfc7468"
11097version = "0.7.0"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11100dependencies = [
11101 "base64ct",
11102]
11103
11104[[package]]
11105name = "percent-encoding"
11106version = "2.3.1"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11109
11110[[package]]
11111name = "perplexity"
11112version = "0.1.0"
11113dependencies = [
11114 "serde",
11115 "zed_extension_api 0.6.0",
11116]
11117
11118[[package]]
11119name = "pest"
11120version = "2.8.0"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11123dependencies = [
11124 "memchr",
11125 "thiserror 2.0.12",
11126 "ucd-trie",
11127]
11128
11129[[package]]
11130name = "pest_derive"
11131version = "2.8.0"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11134dependencies = [
11135 "pest",
11136 "pest_generator",
11137]
11138
11139[[package]]
11140name = "pest_generator"
11141version = "2.8.0"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11144dependencies = [
11145 "pest",
11146 "pest_meta",
11147 "proc-macro2",
11148 "quote",
11149 "syn 2.0.101",
11150]
11151
11152[[package]]
11153name = "pest_meta"
11154version = "2.8.0"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11157dependencies = [
11158 "once_cell",
11159 "pest",
11160 "sha2",
11161]
11162
11163[[package]]
11164name = "pet"
11165version = "0.1.0"
11166source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11167dependencies = [
11168 "clap",
11169 "env_logger 0.10.2",
11170 "lazy_static",
11171 "log",
11172 "msvc_spectre_libs",
11173 "pet-conda",
11174 "pet-core",
11175 "pet-env-var-path",
11176 "pet-fs",
11177 "pet-global-virtualenvs",
11178 "pet-homebrew",
11179 "pet-jsonrpc",
11180 "pet-linux-global-python",
11181 "pet-mac-commandlinetools",
11182 "pet-mac-python-org",
11183 "pet-mac-xcode",
11184 "pet-pipenv",
11185 "pet-pixi",
11186 "pet-poetry",
11187 "pet-pyenv",
11188 "pet-python-utils",
11189 "pet-reporter",
11190 "pet-telemetry",
11191 "pet-venv",
11192 "pet-virtualenv",
11193 "pet-virtualenvwrapper",
11194 "pet-windows-registry",
11195 "pet-windows-store",
11196 "serde",
11197 "serde_json",
11198]
11199
11200[[package]]
11201name = "pet-conda"
11202version = "0.1.0"
11203source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11204dependencies = [
11205 "env_logger 0.10.2",
11206 "lazy_static",
11207 "log",
11208 "msvc_spectre_libs",
11209 "pet-core",
11210 "pet-fs",
11211 "pet-python-utils",
11212 "pet-reporter",
11213 "regex",
11214 "serde",
11215 "serde_json",
11216 "yaml-rust2",
11217]
11218
11219[[package]]
11220name = "pet-core"
11221version = "0.1.0"
11222source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11223dependencies = [
11224 "clap",
11225 "lazy_static",
11226 "log",
11227 "msvc_spectre_libs",
11228 "pet-fs",
11229 "regex",
11230 "serde",
11231 "serde_json",
11232]
11233
11234[[package]]
11235name = "pet-env-var-path"
11236version = "0.1.0"
11237source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11238dependencies = [
11239 "lazy_static",
11240 "log",
11241 "msvc_spectre_libs",
11242 "pet-conda",
11243 "pet-core",
11244 "pet-fs",
11245 "pet-python-utils",
11246 "pet-virtualenv",
11247 "regex",
11248]
11249
11250[[package]]
11251name = "pet-fs"
11252version = "0.1.0"
11253source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11254dependencies = [
11255 "log",
11256 "msvc_spectre_libs",
11257]
11258
11259[[package]]
11260name = "pet-global-virtualenvs"
11261version = "0.1.0"
11262source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11263dependencies = [
11264 "log",
11265 "msvc_spectre_libs",
11266 "pet-conda",
11267 "pet-core",
11268 "pet-fs",
11269 "pet-virtualenv",
11270]
11271
11272[[package]]
11273name = "pet-homebrew"
11274version = "0.1.0"
11275source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11276dependencies = [
11277 "lazy_static",
11278 "log",
11279 "msvc_spectre_libs",
11280 "pet-conda",
11281 "pet-core",
11282 "pet-fs",
11283 "pet-python-utils",
11284 "pet-virtualenv",
11285 "regex",
11286 "serde",
11287 "serde_json",
11288]
11289
11290[[package]]
11291name = "pet-jsonrpc"
11292version = "0.1.0"
11293source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11294dependencies = [
11295 "env_logger 0.10.2",
11296 "log",
11297 "msvc_spectre_libs",
11298 "pet-core",
11299 "serde",
11300 "serde_json",
11301]
11302
11303[[package]]
11304name = "pet-linux-global-python"
11305version = "0.1.0"
11306source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11307dependencies = [
11308 "log",
11309 "msvc_spectre_libs",
11310 "pet-core",
11311 "pet-fs",
11312 "pet-python-utils",
11313 "pet-virtualenv",
11314]
11315
11316[[package]]
11317name = "pet-mac-commandlinetools"
11318version = "0.1.0"
11319source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11320dependencies = [
11321 "log",
11322 "msvc_spectre_libs",
11323 "pet-core",
11324 "pet-fs",
11325 "pet-python-utils",
11326 "pet-virtualenv",
11327]
11328
11329[[package]]
11330name = "pet-mac-python-org"
11331version = "0.1.0"
11332source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11333dependencies = [
11334 "log",
11335 "msvc_spectre_libs",
11336 "pet-core",
11337 "pet-fs",
11338 "pet-python-utils",
11339 "pet-virtualenv",
11340]
11341
11342[[package]]
11343name = "pet-mac-xcode"
11344version = "0.1.0"
11345source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11346dependencies = [
11347 "log",
11348 "msvc_spectre_libs",
11349 "pet-core",
11350 "pet-fs",
11351 "pet-python-utils",
11352 "pet-virtualenv",
11353]
11354
11355[[package]]
11356name = "pet-pipenv"
11357version = "0.1.0"
11358source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11359dependencies = [
11360 "log",
11361 "msvc_spectre_libs",
11362 "pet-core",
11363 "pet-fs",
11364 "pet-python-utils",
11365 "pet-virtualenv",
11366]
11367
11368[[package]]
11369name = "pet-pixi"
11370version = "0.1.0"
11371source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11372dependencies = [
11373 "log",
11374 "msvc_spectre_libs",
11375 "pet-conda",
11376 "pet-core",
11377 "pet-python-utils",
11378]
11379
11380[[package]]
11381name = "pet-poetry"
11382version = "0.1.0"
11383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11384dependencies = [
11385 "base64 0.22.1",
11386 "lazy_static",
11387 "log",
11388 "msvc_spectre_libs",
11389 "pet-core",
11390 "pet-fs",
11391 "pet-python-utils",
11392 "pet-reporter",
11393 "pet-virtualenv",
11394 "regex",
11395 "serde",
11396 "serde_json",
11397 "sha2",
11398 "toml 0.8.20",
11399]
11400
11401[[package]]
11402name = "pet-pyenv"
11403version = "0.1.0"
11404source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11405dependencies = [
11406 "lazy_static",
11407 "log",
11408 "msvc_spectre_libs",
11409 "pet-conda",
11410 "pet-core",
11411 "pet-fs",
11412 "pet-python-utils",
11413 "pet-reporter",
11414 "regex",
11415 "serde",
11416 "serde_json",
11417]
11418
11419[[package]]
11420name = "pet-python-utils"
11421version = "0.1.0"
11422source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11423dependencies = [
11424 "env_logger 0.10.2",
11425 "lazy_static",
11426 "log",
11427 "msvc_spectre_libs",
11428 "pet-core",
11429 "pet-fs",
11430 "regex",
11431 "serde",
11432 "serde_json",
11433 "sha2",
11434]
11435
11436[[package]]
11437name = "pet-reporter"
11438version = "0.1.0"
11439source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11440dependencies = [
11441 "env_logger 0.10.2",
11442 "log",
11443 "msvc_spectre_libs",
11444 "pet-core",
11445 "pet-jsonrpc",
11446 "serde",
11447 "serde_json",
11448]
11449
11450[[package]]
11451name = "pet-telemetry"
11452version = "0.1.0"
11453source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11454dependencies = [
11455 "env_logger 0.10.2",
11456 "lazy_static",
11457 "log",
11458 "msvc_spectre_libs",
11459 "pet-core",
11460 "pet-fs",
11461 "pet-python-utils",
11462 "regex",
11463]
11464
11465[[package]]
11466name = "pet-venv"
11467version = "0.1.0"
11468source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11469dependencies = [
11470 "log",
11471 "msvc_spectre_libs",
11472 "pet-core",
11473 "pet-python-utils",
11474 "pet-virtualenv",
11475]
11476
11477[[package]]
11478name = "pet-virtualenv"
11479version = "0.1.0"
11480source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11481dependencies = [
11482 "log",
11483 "msvc_spectre_libs",
11484 "pet-core",
11485 "pet-fs",
11486 "pet-python-utils",
11487]
11488
11489[[package]]
11490name = "pet-virtualenvwrapper"
11491version = "0.1.0"
11492source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11493dependencies = [
11494 "log",
11495 "msvc_spectre_libs",
11496 "pet-core",
11497 "pet-fs",
11498 "pet-python-utils",
11499 "pet-virtualenv",
11500]
11501
11502[[package]]
11503name = "pet-windows-registry"
11504version = "0.1.0"
11505source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11506dependencies = [
11507 "lazy_static",
11508 "log",
11509 "msvc_spectre_libs",
11510 "pet-conda",
11511 "pet-core",
11512 "pet-fs",
11513 "pet-python-utils",
11514 "pet-virtualenv",
11515 "pet-windows-store",
11516 "regex",
11517 "winreg 0.55.0",
11518]
11519
11520[[package]]
11521name = "pet-windows-store"
11522version = "0.1.0"
11523source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11524dependencies = [
11525 "lazy_static",
11526 "log",
11527 "msvc_spectre_libs",
11528 "pet-core",
11529 "pet-fs",
11530 "pet-python-utils",
11531 "pet-virtualenv",
11532 "regex",
11533 "winreg 0.55.0",
11534]
11535
11536[[package]]
11537name = "petgraph"
11538version = "0.6.5"
11539source = "registry+https://github.com/rust-lang/crates.io-index"
11540checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11541dependencies = [
11542 "fixedbitset",
11543 "indexmap",
11544]
11545
11546[[package]]
11547name = "pgvector"
11548version = "0.4.0"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11551dependencies = [
11552 "serde",
11553]
11554
11555[[package]]
11556name = "phf"
11557version = "0.11.3"
11558source = "registry+https://github.com/rust-lang/crates.io-index"
11559checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11560dependencies = [
11561 "phf_macros",
11562 "phf_shared",
11563]
11564
11565[[package]]
11566name = "phf_codegen"
11567version = "0.11.3"
11568source = "registry+https://github.com/rust-lang/crates.io-index"
11569checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11570dependencies = [
11571 "phf_generator",
11572 "phf_shared",
11573]
11574
11575[[package]]
11576name = "phf_generator"
11577version = "0.11.3"
11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11580dependencies = [
11581 "phf_shared",
11582 "rand 0.8.5",
11583]
11584
11585[[package]]
11586name = "phf_macros"
11587version = "0.11.3"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11590dependencies = [
11591 "phf_generator",
11592 "phf_shared",
11593 "proc-macro2",
11594 "quote",
11595 "syn 2.0.101",
11596]
11597
11598[[package]]
11599name = "phf_shared"
11600version = "0.11.3"
11601source = "registry+https://github.com/rust-lang/crates.io-index"
11602checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11603dependencies = [
11604 "siphasher",
11605]
11606
11607[[package]]
11608name = "picker"
11609version = "0.1.0"
11610dependencies = [
11611 "anyhow",
11612 "ctor",
11613 "editor",
11614 "env_logger 0.11.8",
11615 "gpui",
11616 "menu",
11617 "schemars",
11618 "serde",
11619 "serde_json",
11620 "ui",
11621 "util",
11622 "workspace",
11623 "workspace-hack",
11624]
11625
11626[[package]]
11627name = "pico-args"
11628version = "0.5.0"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11631
11632[[package]]
11633name = "pin-project"
11634version = "1.1.10"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11637dependencies = [
11638 "pin-project-internal",
11639]
11640
11641[[package]]
11642name = "pin-project-internal"
11643version = "1.1.10"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11646dependencies = [
11647 "proc-macro2",
11648 "quote",
11649 "syn 2.0.101",
11650]
11651
11652[[package]]
11653name = "pin-project-lite"
11654version = "0.2.16"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11657
11658[[package]]
11659name = "pin-utils"
11660version = "0.1.0"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11663
11664[[package]]
11665name = "piper"
11666version = "0.2.4"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11669dependencies = [
11670 "atomic-waker",
11671 "fastrand 2.3.0",
11672 "futures-io",
11673]
11674
11675[[package]]
11676name = "pkcs1"
11677version = "0.7.5"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11680dependencies = [
11681 "der 0.7.10",
11682 "pkcs8 0.10.2",
11683 "spki 0.7.3",
11684]
11685
11686[[package]]
11687name = "pkcs8"
11688version = "0.9.0"
11689source = "registry+https://github.com/rust-lang/crates.io-index"
11690checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11691dependencies = [
11692 "der 0.6.1",
11693 "spki 0.6.0",
11694]
11695
11696[[package]]
11697name = "pkcs8"
11698version = "0.10.2"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11701dependencies = [
11702 "der 0.7.10",
11703 "spki 0.7.3",
11704]
11705
11706[[package]]
11707name = "pkg-config"
11708version = "0.3.32"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11711
11712[[package]]
11713name = "plist"
11714version = "1.7.1"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11717dependencies = [
11718 "base64 0.22.1",
11719 "indexmap",
11720 "quick-xml 0.32.0",
11721 "serde",
11722 "time",
11723]
11724
11725[[package]]
11726name = "plotters"
11727version = "0.3.7"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11730dependencies = [
11731 "num-traits",
11732 "plotters-backend",
11733 "plotters-svg",
11734 "wasm-bindgen",
11735 "web-sys",
11736]
11737
11738[[package]]
11739name = "plotters-backend"
11740version = "0.3.7"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11743
11744[[package]]
11745name = "plotters-svg"
11746version = "0.3.7"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11749dependencies = [
11750 "plotters-backend",
11751]
11752
11753[[package]]
11754name = "png"
11755version = "0.17.16"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11758dependencies = [
11759 "bitflags 1.3.2",
11760 "crc32fast",
11761 "fdeflate",
11762 "flate2",
11763 "miniz_oxide",
11764]
11765
11766[[package]]
11767name = "polling"
11768version = "3.7.4"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11771dependencies = [
11772 "cfg-if",
11773 "concurrent-queue",
11774 "hermit-abi 0.4.0",
11775 "pin-project-lite",
11776 "rustix 0.38.44",
11777 "tracing",
11778 "windows-sys 0.59.0",
11779]
11780
11781[[package]]
11782name = "pollster"
11783version = "0.2.5"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11786
11787[[package]]
11788name = "pollster"
11789version = "0.4.0"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11792
11793[[package]]
11794name = "portable-atomic"
11795version = "1.11.0"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11798
11799[[package]]
11800name = "portable-atomic-util"
11801version = "0.2.4"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11804dependencies = [
11805 "portable-atomic",
11806]
11807
11808[[package]]
11809name = "portable-pty"
11810version = "0.9.0"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11813dependencies = [
11814 "anyhow",
11815 "bitflags 1.3.2",
11816 "downcast-rs",
11817 "filedescriptor",
11818 "lazy_static",
11819 "libc",
11820 "log",
11821 "nix 0.28.0",
11822 "serial2",
11823 "shared_library",
11824 "shell-words",
11825 "winapi",
11826 "winreg 0.10.1",
11827]
11828
11829[[package]]
11830name = "postage"
11831version = "0.5.0"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11834dependencies = [
11835 "atomic",
11836 "crossbeam-queue",
11837 "futures 0.3.31",
11838 "log",
11839 "parking_lot",
11840 "pin-project",
11841 "pollster 0.2.5",
11842 "static_assertions",
11843 "thiserror 1.0.69",
11844]
11845
11846[[package]]
11847name = "postcard"
11848version = "1.1.1"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11851dependencies = [
11852 "cobs",
11853 "embedded-io 0.4.0",
11854 "embedded-io 0.6.1",
11855 "serde",
11856]
11857
11858[[package]]
11859name = "powerfmt"
11860version = "0.2.0"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11863
11864[[package]]
11865name = "ppv-lite86"
11866version = "0.2.21"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11869dependencies = [
11870 "zerocopy 0.8.24",
11871]
11872
11873[[package]]
11874name = "precomputed-hash"
11875version = "0.1.1"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11878
11879[[package]]
11880name = "prettier"
11881version = "0.1.0"
11882dependencies = [
11883 "anyhow",
11884 "collections",
11885 "fs",
11886 "gpui",
11887 "language",
11888 "log",
11889 "lsp",
11890 "node_runtime",
11891 "parking_lot",
11892 "paths",
11893 "serde",
11894 "serde_json",
11895 "util",
11896 "workspace-hack",
11897]
11898
11899[[package]]
11900name = "pretty_assertions"
11901version = "1.4.1"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11904dependencies = [
11905 "diff",
11906 "yansi",
11907]
11908
11909[[package]]
11910name = "prettyplease"
11911version = "0.2.32"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11914dependencies = [
11915 "proc-macro2",
11916 "syn 2.0.101",
11917]
11918
11919[[package]]
11920name = "proc-macro-crate"
11921version = "3.3.0"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11924dependencies = [
11925 "toml_edit",
11926]
11927
11928[[package]]
11929name = "proc-macro-error-attr2"
11930version = "2.0.0"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11933dependencies = [
11934 "proc-macro2",
11935 "quote",
11936]
11937
11938[[package]]
11939name = "proc-macro-error2"
11940version = "2.0.1"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11943dependencies = [
11944 "proc-macro-error-attr2",
11945 "proc-macro2",
11946 "quote",
11947 "syn 2.0.101",
11948]
11949
11950[[package]]
11951name = "proc-macro2"
11952version = "1.0.95"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11955dependencies = [
11956 "unicode-ident",
11957]
11958
11959[[package]]
11960name = "proc-macro2-diagnostics"
11961version = "0.10.1"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11964dependencies = [
11965 "proc-macro2",
11966 "quote",
11967 "syn 2.0.101",
11968 "version_check",
11969 "yansi",
11970]
11971
11972[[package]]
11973name = "prodash"
11974version = "29.0.2"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11977dependencies = [
11978 "log",
11979 "parking_lot",
11980]
11981
11982[[package]]
11983name = "profiling"
11984version = "1.0.16"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11987dependencies = [
11988 "profiling-procmacros",
11989]
11990
11991[[package]]
11992name = "profiling-procmacros"
11993version = "1.0.16"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11996dependencies = [
11997 "quote",
11998 "syn 2.0.101",
11999]
12000
12001[[package]]
12002name = "project"
12003version = "0.1.0"
12004dependencies = [
12005 "aho-corasick",
12006 "anyhow",
12007 "askpass",
12008 "async-trait",
12009 "buffer_diff",
12010 "circular-buffer",
12011 "client",
12012 "clock",
12013 "collections",
12014 "context_server",
12015 "dap",
12016 "dap_adapters",
12017 "env_logger 0.11.8",
12018 "extension",
12019 "fancy-regex 0.14.0",
12020 "fs",
12021 "futures 0.3.31",
12022 "fuzzy",
12023 "git",
12024 "git2",
12025 "git_hosting_providers",
12026 "globset",
12027 "gpui",
12028 "http_client",
12029 "image",
12030 "indexmap",
12031 "itertools 0.14.0",
12032 "language",
12033 "log",
12034 "lsp",
12035 "node_runtime",
12036 "parking_lot",
12037 "pathdiff",
12038 "paths",
12039 "postage",
12040 "prettier",
12041 "pretty_assertions",
12042 "rand 0.8.5",
12043 "regex",
12044 "release_channel",
12045 "remote",
12046 "rpc",
12047 "schemars",
12048 "serde",
12049 "serde_json",
12050 "settings",
12051 "sha2",
12052 "shellexpand 2.1.2",
12053 "shlex",
12054 "smol",
12055 "snippet",
12056 "snippet_provider",
12057 "sum_tree",
12058 "task",
12059 "tempfile",
12060 "terminal",
12061 "text",
12062 "toml 0.8.20",
12063 "unindent",
12064 "url",
12065 "util",
12066 "which 6.0.3",
12067 "workspace-hack",
12068 "worktree",
12069 "zlog",
12070]
12071
12072[[package]]
12073name = "project_panel"
12074version = "0.1.0"
12075dependencies = [
12076 "anyhow",
12077 "client",
12078 "collections",
12079 "command_palette_hooks",
12080 "db",
12081 "editor",
12082 "file_icons",
12083 "git",
12084 "gpui",
12085 "indexmap",
12086 "language",
12087 "menu",
12088 "pretty_assertions",
12089 "project",
12090 "schemars",
12091 "search",
12092 "serde",
12093 "serde_derive",
12094 "serde_json",
12095 "settings",
12096 "smallvec",
12097 "theme",
12098 "ui",
12099 "util",
12100 "workspace",
12101 "workspace-hack",
12102 "worktree",
12103 "zed_actions",
12104]
12105
12106[[package]]
12107name = "project_symbols"
12108version = "0.1.0"
12109dependencies = [
12110 "anyhow",
12111 "editor",
12112 "futures 0.3.31",
12113 "fuzzy",
12114 "gpui",
12115 "language",
12116 "lsp",
12117 "ordered-float 2.10.1",
12118 "picker",
12119 "project",
12120 "release_channel",
12121 "serde_json",
12122 "settings",
12123 "theme",
12124 "util",
12125 "workspace",
12126 "workspace-hack",
12127]
12128
12129[[package]]
12130name = "prometheus"
12131version = "0.14.0"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12134dependencies = [
12135 "cfg-if",
12136 "fnv",
12137 "lazy_static",
12138 "memchr",
12139 "parking_lot",
12140 "protobuf",
12141 "thiserror 2.0.12",
12142]
12143
12144[[package]]
12145name = "prompt_store"
12146version = "0.1.0"
12147dependencies = [
12148 "anyhow",
12149 "assets",
12150 "chrono",
12151 "collections",
12152 "fs",
12153 "futures 0.3.31",
12154 "fuzzy",
12155 "gpui",
12156 "handlebars 4.5.0",
12157 "heed",
12158 "language",
12159 "log",
12160 "parking_lot",
12161 "paths",
12162 "rope",
12163 "serde",
12164 "serde_json",
12165 "text",
12166 "util",
12167 "uuid",
12168 "workspace-hack",
12169]
12170
12171[[package]]
12172name = "prost"
12173version = "0.9.0"
12174source = "registry+https://github.com/rust-lang/crates.io-index"
12175checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12176dependencies = [
12177 "bytes 1.10.1",
12178 "prost-derive 0.9.0",
12179]
12180
12181[[package]]
12182name = "prost"
12183version = "0.12.6"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12186dependencies = [
12187 "bytes 1.10.1",
12188 "prost-derive 0.12.6",
12189]
12190
12191[[package]]
12192name = "prost"
12193version = "0.13.5"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12196dependencies = [
12197 "bytes 1.10.1",
12198 "prost-derive 0.13.5",
12199]
12200
12201[[package]]
12202name = "prost-build"
12203version = "0.9.0"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12206dependencies = [
12207 "bytes 1.10.1",
12208 "heck 0.3.3",
12209 "itertools 0.10.5",
12210 "lazy_static",
12211 "log",
12212 "multimap 0.8.3",
12213 "petgraph",
12214 "prost 0.9.0",
12215 "prost-types 0.9.0",
12216 "regex",
12217 "tempfile",
12218 "which 4.4.2",
12219]
12220
12221[[package]]
12222name = "prost-build"
12223version = "0.12.6"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12226dependencies = [
12227 "bytes 1.10.1",
12228 "heck 0.5.0",
12229 "itertools 0.12.1",
12230 "log",
12231 "multimap 0.10.0",
12232 "once_cell",
12233 "petgraph",
12234 "prettyplease",
12235 "prost 0.12.6",
12236 "prost-types 0.12.6",
12237 "regex",
12238 "syn 2.0.101",
12239 "tempfile",
12240]
12241
12242[[package]]
12243name = "prost-derive"
12244version = "0.9.0"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12247dependencies = [
12248 "anyhow",
12249 "itertools 0.10.5",
12250 "proc-macro2",
12251 "quote",
12252 "syn 1.0.109",
12253]
12254
12255[[package]]
12256name = "prost-derive"
12257version = "0.12.6"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12260dependencies = [
12261 "anyhow",
12262 "itertools 0.12.1",
12263 "proc-macro2",
12264 "quote",
12265 "syn 2.0.101",
12266]
12267
12268[[package]]
12269name = "prost-derive"
12270version = "0.13.5"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12273dependencies = [
12274 "anyhow",
12275 "itertools 0.14.0",
12276 "proc-macro2",
12277 "quote",
12278 "syn 2.0.101",
12279]
12280
12281[[package]]
12282name = "prost-types"
12283version = "0.9.0"
12284source = "registry+https://github.com/rust-lang/crates.io-index"
12285checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12286dependencies = [
12287 "bytes 1.10.1",
12288 "prost 0.9.0",
12289]
12290
12291[[package]]
12292name = "prost-types"
12293version = "0.12.6"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12296dependencies = [
12297 "prost 0.12.6",
12298]
12299
12300[[package]]
12301name = "proto"
12302version = "0.1.0"
12303dependencies = [
12304 "anyhow",
12305 "collections",
12306 "prost 0.9.0",
12307 "prost-build 0.9.0",
12308 "serde",
12309 "workspace-hack",
12310]
12311
12312[[package]]
12313name = "protobuf"
12314version = "3.7.2"
12315source = "registry+https://github.com/rust-lang/crates.io-index"
12316checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12317dependencies = [
12318 "once_cell",
12319 "protobuf-support",
12320 "thiserror 1.0.69",
12321]
12322
12323[[package]]
12324name = "protobuf-support"
12325version = "3.7.2"
12326source = "registry+https://github.com/rust-lang/crates.io-index"
12327checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12328dependencies = [
12329 "thiserror 1.0.69",
12330]
12331
12332[[package]]
12333name = "psm"
12334version = "0.1.25"
12335source = "registry+https://github.com/rust-lang/crates.io-index"
12336checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12337dependencies = [
12338 "cc",
12339]
12340
12341[[package]]
12342name = "ptr_meta"
12343version = "0.1.4"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12346dependencies = [
12347 "ptr_meta_derive",
12348]
12349
12350[[package]]
12351name = "ptr_meta_derive"
12352version = "0.1.4"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12355dependencies = [
12356 "proc-macro2",
12357 "quote",
12358 "syn 1.0.109",
12359]
12360
12361[[package]]
12362name = "pulldown-cmark"
12363version = "0.10.3"
12364source = "registry+https://github.com/rust-lang/crates.io-index"
12365checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12366dependencies = [
12367 "bitflags 2.9.0",
12368 "memchr",
12369 "pulldown-cmark-escape",
12370 "unicase",
12371]
12372
12373[[package]]
12374name = "pulldown-cmark"
12375version = "0.12.2"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12378dependencies = [
12379 "bitflags 2.9.0",
12380 "memchr",
12381 "unicase",
12382]
12383
12384[[package]]
12385name = "pulldown-cmark-escape"
12386version = "0.10.1"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12389
12390[[package]]
12391name = "pulley-interpreter"
12392version = "29.0.1"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12395dependencies = [
12396 "cranelift-bitset",
12397 "log",
12398 "sptr",
12399 "wasmtime-math",
12400]
12401
12402[[package]]
12403name = "qoi"
12404version = "0.4.1"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12407dependencies = [
12408 "bytemuck",
12409]
12410
12411[[package]]
12412name = "quick-error"
12413version = "2.0.1"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12416
12417[[package]]
12418name = "quick-xml"
12419version = "0.30.0"
12420source = "registry+https://github.com/rust-lang/crates.io-index"
12421checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12422dependencies = [
12423 "memchr",
12424]
12425
12426[[package]]
12427name = "quick-xml"
12428version = "0.32.0"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12431dependencies = [
12432 "memchr",
12433]
12434
12435[[package]]
12436name = "quick-xml"
12437version = "0.37.4"
12438source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12440dependencies = [
12441 "memchr",
12442]
12443
12444[[package]]
12445name = "quinn"
12446version = "0.11.7"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12449dependencies = [
12450 "bytes 1.10.1",
12451 "cfg_aliases 0.2.1",
12452 "pin-project-lite",
12453 "quinn-proto",
12454 "quinn-udp",
12455 "rustc-hash 2.1.1",
12456 "rustls 0.23.26",
12457 "socket2",
12458 "thiserror 2.0.12",
12459 "tokio",
12460 "tracing",
12461 "web-time",
12462]
12463
12464[[package]]
12465name = "quinn-proto"
12466version = "0.11.10"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12469dependencies = [
12470 "bytes 1.10.1",
12471 "getrandom 0.3.2",
12472 "rand 0.9.1",
12473 "ring",
12474 "rustc-hash 2.1.1",
12475 "rustls 0.23.26",
12476 "rustls-pki-types",
12477 "slab",
12478 "thiserror 2.0.12",
12479 "tinyvec",
12480 "tracing",
12481 "web-time",
12482]
12483
12484[[package]]
12485name = "quinn-udp"
12486version = "0.5.11"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12489dependencies = [
12490 "cfg_aliases 0.2.1",
12491 "libc",
12492 "once_cell",
12493 "socket2",
12494 "tracing",
12495 "windows-sys 0.59.0",
12496]
12497
12498[[package]]
12499name = "quote"
12500version = "1.0.40"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12503dependencies = [
12504 "proc-macro2",
12505]
12506
12507[[package]]
12508name = "r-efi"
12509version = "5.2.0"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12512
12513[[package]]
12514name = "radium"
12515version = "0.7.0"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12518
12519[[package]]
12520name = "rand"
12521version = "0.7.3"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12524dependencies = [
12525 "getrandom 0.1.16",
12526 "libc",
12527 "rand_chacha 0.2.2",
12528 "rand_core 0.5.1",
12529 "rand_hc",
12530]
12531
12532[[package]]
12533name = "rand"
12534version = "0.8.5"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12537dependencies = [
12538 "libc",
12539 "rand_chacha 0.3.1",
12540 "rand_core 0.6.4",
12541]
12542
12543[[package]]
12544name = "rand"
12545version = "0.9.1"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12548dependencies = [
12549 "rand_chacha 0.9.0",
12550 "rand_core 0.9.3",
12551]
12552
12553[[package]]
12554name = "rand_chacha"
12555version = "0.2.2"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12558dependencies = [
12559 "ppv-lite86",
12560 "rand_core 0.5.1",
12561]
12562
12563[[package]]
12564name = "rand_chacha"
12565version = "0.3.1"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12568dependencies = [
12569 "ppv-lite86",
12570 "rand_core 0.6.4",
12571]
12572
12573[[package]]
12574name = "rand_chacha"
12575version = "0.9.0"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12578dependencies = [
12579 "ppv-lite86",
12580 "rand_core 0.9.3",
12581]
12582
12583[[package]]
12584name = "rand_core"
12585version = "0.5.1"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12588dependencies = [
12589 "getrandom 0.1.16",
12590]
12591
12592[[package]]
12593name = "rand_core"
12594version = "0.6.4"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12597dependencies = [
12598 "getrandom 0.2.15",
12599]
12600
12601[[package]]
12602name = "rand_core"
12603version = "0.9.3"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12606dependencies = [
12607 "getrandom 0.3.2",
12608]
12609
12610[[package]]
12611name = "rand_hc"
12612version = "0.2.0"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12615dependencies = [
12616 "rand_core 0.5.1",
12617]
12618
12619[[package]]
12620name = "rangemap"
12621version = "1.5.1"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12624
12625[[package]]
12626name = "rav1e"
12627version = "0.7.1"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12630dependencies = [
12631 "arbitrary",
12632 "arg_enum_proc_macro",
12633 "arrayvec",
12634 "av1-grain",
12635 "bitstream-io",
12636 "built",
12637 "cfg-if",
12638 "interpolate_name",
12639 "itertools 0.12.1",
12640 "libc",
12641 "libfuzzer-sys",
12642 "log",
12643 "maybe-rayon",
12644 "new_debug_unreachable",
12645 "noop_proc_macro",
12646 "num-derive",
12647 "num-traits",
12648 "once_cell",
12649 "paste",
12650 "profiling",
12651 "rand 0.8.5",
12652 "rand_chacha 0.3.1",
12653 "simd_helpers",
12654 "system-deps",
12655 "thiserror 1.0.69",
12656 "v_frame",
12657 "wasm-bindgen",
12658]
12659
12660[[package]]
12661name = "ravif"
12662version = "0.11.12"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12665dependencies = [
12666 "avif-serialize",
12667 "imgref",
12668 "loop9",
12669 "quick-error",
12670 "rav1e",
12671 "rayon",
12672 "rgb",
12673]
12674
12675[[package]]
12676name = "raw-window-handle"
12677version = "0.6.2"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12680
12681[[package]]
12682name = "raw-window-metal"
12683version = "0.4.0"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12686dependencies = [
12687 "cocoa 0.25.0",
12688 "core-graphics 0.23.2",
12689 "objc",
12690 "raw-window-handle",
12691]
12692
12693[[package]]
12694name = "rayon"
12695version = "1.10.0"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12698dependencies = [
12699 "either",
12700 "rayon-core",
12701]
12702
12703[[package]]
12704name = "rayon-core"
12705version = "1.12.1"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12708dependencies = [
12709 "crossbeam-deque",
12710 "crossbeam-utils",
12711]
12712
12713[[package]]
12714name = "read-fonts"
12715version = "0.25.3"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12718dependencies = [
12719 "bytemuck",
12720 "font-types",
12721]
12722
12723[[package]]
12724name = "recent_projects"
12725version = "0.1.0"
12726dependencies = [
12727 "anyhow",
12728 "auto_update",
12729 "dap",
12730 "editor",
12731 "extension_host",
12732 "file_finder",
12733 "futures 0.3.31",
12734 "fuzzy",
12735 "gpui",
12736 "language",
12737 "log",
12738 "markdown",
12739 "menu",
12740 "ordered-float 2.10.1",
12741 "paths",
12742 "picker",
12743 "project",
12744 "release_channel",
12745 "remote",
12746 "schemars",
12747 "serde",
12748 "serde_json",
12749 "settings",
12750 "smol",
12751 "task",
12752 "telemetry",
12753 "theme",
12754 "ui",
12755 "util",
12756 "workspace",
12757 "workspace-hack",
12758 "zed_actions",
12759]
12760
12761[[package]]
12762name = "redox_syscall"
12763version = "0.2.16"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12766dependencies = [
12767 "bitflags 1.3.2",
12768]
12769
12770[[package]]
12771name = "redox_syscall"
12772version = "0.5.11"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12775dependencies = [
12776 "bitflags 2.9.0",
12777]
12778
12779[[package]]
12780name = "redox_users"
12781version = "0.4.6"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12784dependencies = [
12785 "getrandom 0.2.15",
12786 "libredox",
12787 "thiserror 1.0.69",
12788]
12789
12790[[package]]
12791name = "redox_users"
12792version = "0.5.0"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12795dependencies = [
12796 "getrandom 0.2.15",
12797 "libredox",
12798 "thiserror 2.0.12",
12799]
12800
12801[[package]]
12802name = "ref-cast"
12803version = "1.0.24"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12806dependencies = [
12807 "ref-cast-impl",
12808]
12809
12810[[package]]
12811name = "ref-cast-impl"
12812version = "1.0.24"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12815dependencies = [
12816 "proc-macro2",
12817 "quote",
12818 "syn 2.0.101",
12819]
12820
12821[[package]]
12822name = "referencing"
12823version = "0.30.0"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12826dependencies = [
12827 "ahash 0.8.11",
12828 "fluent-uri",
12829 "once_cell",
12830 "parking_lot",
12831 "percent-encoding",
12832 "serde_json",
12833]
12834
12835[[package]]
12836name = "refineable"
12837version = "0.1.0"
12838dependencies = [
12839 "derive_refineable",
12840 "workspace-hack",
12841]
12842
12843[[package]]
12844name = "regalloc2"
12845version = "0.11.2"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12848dependencies = [
12849 "allocator-api2",
12850 "bumpalo",
12851 "hashbrown 0.15.3",
12852 "log",
12853 "rustc-hash 2.1.1",
12854 "serde",
12855 "smallvec",
12856]
12857
12858[[package]]
12859name = "regex"
12860version = "1.11.1"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12863dependencies = [
12864 "aho-corasick",
12865 "memchr",
12866 "regex-automata 0.4.9",
12867 "regex-syntax 0.8.5",
12868]
12869
12870[[package]]
12871name = "regex-automata"
12872version = "0.1.10"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12875dependencies = [
12876 "regex-syntax 0.6.29",
12877]
12878
12879[[package]]
12880name = "regex-automata"
12881version = "0.4.9"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12884dependencies = [
12885 "aho-corasick",
12886 "memchr",
12887 "regex-syntax 0.8.5",
12888]
12889
12890[[package]]
12891name = "regex-lite"
12892version = "0.1.6"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12895
12896[[package]]
12897name = "regex-syntax"
12898version = "0.6.29"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12901
12902[[package]]
12903name = "regex-syntax"
12904version = "0.8.5"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12907
12908[[package]]
12909name = "release_channel"
12910version = "0.1.0"
12911dependencies = [
12912 "gpui",
12913 "workspace-hack",
12914]
12915
12916[[package]]
12917name = "remote"
12918version = "0.1.0"
12919dependencies = [
12920 "anyhow",
12921 "askpass",
12922 "async-trait",
12923 "collections",
12924 "fs",
12925 "futures 0.3.31",
12926 "gpui",
12927 "itertools 0.14.0",
12928 "log",
12929 "parking_lot",
12930 "paths",
12931 "prost 0.9.0",
12932 "release_channel",
12933 "rpc",
12934 "schemars",
12935 "serde",
12936 "serde_json",
12937 "shlex",
12938 "smol",
12939 "tempfile",
12940 "thiserror 2.0.12",
12941 "urlencoding",
12942 "util",
12943 "workspace-hack",
12944]
12945
12946[[package]]
12947name = "remote_server"
12948version = "0.1.0"
12949dependencies = [
12950 "anyhow",
12951 "askpass",
12952 "assistant_tool",
12953 "assistant_tools",
12954 "async-watch",
12955 "backtrace",
12956 "cargo_toml",
12957 "chrono",
12958 "clap",
12959 "client",
12960 "clock",
12961 "dap",
12962 "dap_adapters",
12963 "debug_adapter_extension",
12964 "env_logger 0.11.8",
12965 "extension",
12966 "extension_host",
12967 "fork",
12968 "fs",
12969 "futures 0.3.31",
12970 "git",
12971 "git_hosting_providers",
12972 "gpui",
12973 "gpui_tokio",
12974 "http_client",
12975 "language",
12976 "language_extension",
12977 "language_model",
12978 "languages",
12979 "libc",
12980 "log",
12981 "lsp",
12982 "node_runtime",
12983 "paths",
12984 "project",
12985 "proto",
12986 "release_channel",
12987 "remote",
12988 "reqwest_client",
12989 "rpc",
12990 "rust-embed",
12991 "serde",
12992 "serde_json",
12993 "settings",
12994 "shellexpand 2.1.2",
12995 "smol",
12996 "sysinfo",
12997 "telemetry_events",
12998 "toml 0.8.20",
12999 "unindent",
13000 "util",
13001 "worktree",
13002]
13003
13004[[package]]
13005name = "rend"
13006version = "0.4.2"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13009dependencies = [
13010 "bytecheck",
13011]
13012
13013[[package]]
13014name = "repl"
13015version = "0.1.0"
13016dependencies = [
13017 "alacritty_terminal",
13018 "anyhow",
13019 "async-dispatcher",
13020 "async-tungstenite",
13021 "base64 0.22.1",
13022 "client",
13023 "collections",
13024 "command_palette_hooks",
13025 "editor",
13026 "env_logger 0.11.8",
13027 "feature_flags",
13028 "file_icons",
13029 "futures 0.3.31",
13030 "gpui",
13031 "http_client",
13032 "image",
13033 "indoc",
13034 "jupyter-protocol",
13035 "jupyter-websocket-client",
13036 "language",
13037 "languages",
13038 "log",
13039 "markdown_preview",
13040 "menu",
13041 "multi_buffer",
13042 "nbformat",
13043 "picker",
13044 "project",
13045 "runtimelib",
13046 "schemars",
13047 "serde",
13048 "serde_json",
13049 "settings",
13050 "smol",
13051 "telemetry",
13052 "terminal",
13053 "terminal_view",
13054 "theme",
13055 "tree-sitter-md",
13056 "tree-sitter-python",
13057 "tree-sitter-typescript",
13058 "ui",
13059 "util",
13060 "uuid",
13061 "workspace",
13062 "workspace-hack",
13063]
13064
13065[[package]]
13066name = "reqwest"
13067version = "0.11.27"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13070dependencies = [
13071 "base64 0.21.7",
13072 "bytes 1.10.1",
13073 "encoding_rs",
13074 "futures-core",
13075 "futures-util",
13076 "h2 0.3.26",
13077 "http 0.2.12",
13078 "http-body 0.4.6",
13079 "hyper 0.14.32",
13080 "hyper-rustls 0.24.2",
13081 "hyper-tls",
13082 "ipnet",
13083 "js-sys",
13084 "log",
13085 "mime",
13086 "native-tls",
13087 "once_cell",
13088 "percent-encoding",
13089 "pin-project-lite",
13090 "rustls 0.21.12",
13091 "rustls-native-certs 0.6.3",
13092 "rustls-pemfile 1.0.4",
13093 "serde",
13094 "serde_json",
13095 "serde_urlencoded",
13096 "sync_wrapper 0.1.2",
13097 "system-configuration 0.5.1",
13098 "tokio",
13099 "tokio-native-tls",
13100 "tokio-rustls 0.24.1",
13101 "tower-service",
13102 "url",
13103 "wasm-bindgen",
13104 "wasm-bindgen-futures",
13105 "web-sys",
13106 "winreg 0.50.0",
13107]
13108
13109[[package]]
13110name = "reqwest"
13111version = "0.12.15"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13114dependencies = [
13115 "base64 0.22.1",
13116 "bytes 1.10.1",
13117 "futures-channel",
13118 "futures-core",
13119 "futures-util",
13120 "http 1.3.1",
13121 "http-body 1.0.1",
13122 "http-body-util",
13123 "hyper 1.6.0",
13124 "hyper-util",
13125 "ipnet",
13126 "js-sys",
13127 "log",
13128 "mime",
13129 "once_cell",
13130 "percent-encoding",
13131 "pin-project-lite",
13132 "serde",
13133 "serde_json",
13134 "serde_urlencoded",
13135 "sync_wrapper 1.0.2",
13136 "tokio",
13137 "tower 0.5.2",
13138 "tower-service",
13139 "url",
13140 "wasm-bindgen",
13141 "wasm-bindgen-futures",
13142 "web-sys",
13143 "windows-registry 0.4.0",
13144]
13145
13146[[package]]
13147name = "reqwest"
13148version = "0.12.15"
13149source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13150dependencies = [
13151 "base64 0.22.1",
13152 "bytes 1.10.1",
13153 "encoding_rs",
13154 "futures-core",
13155 "futures-util",
13156 "h2 0.4.9",
13157 "http 1.3.1",
13158 "http-body 1.0.1",
13159 "http-body-util",
13160 "hyper 1.6.0",
13161 "hyper-rustls 0.27.5",
13162 "hyper-util",
13163 "ipnet",
13164 "js-sys",
13165 "log",
13166 "mime",
13167 "once_cell",
13168 "percent-encoding",
13169 "pin-project-lite",
13170 "quinn",
13171 "rustls 0.23.26",
13172 "rustls-native-certs 0.8.1",
13173 "rustls-pemfile 2.2.0",
13174 "rustls-pki-types",
13175 "serde",
13176 "serde_json",
13177 "serde_urlencoded",
13178 "sync_wrapper 1.0.2",
13179 "system-configuration 0.6.1",
13180 "tokio",
13181 "tokio-rustls 0.26.2",
13182 "tokio-socks",
13183 "tokio-util",
13184 "tower 0.5.2",
13185 "tower-service",
13186 "url",
13187 "wasm-bindgen",
13188 "wasm-bindgen-futures",
13189 "wasm-streams",
13190 "web-sys",
13191 "windows-registry 0.4.0",
13192]
13193
13194[[package]]
13195name = "reqwest_client"
13196version = "0.1.0"
13197dependencies = [
13198 "anyhow",
13199 "bytes 1.10.1",
13200 "futures 0.3.31",
13201 "gpui",
13202 "http_client",
13203 "http_client_tls",
13204 "log",
13205 "regex",
13206 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13207 "serde",
13208 "smol",
13209 "tokio",
13210 "workspace-hack",
13211]
13212
13213[[package]]
13214name = "resvg"
13215version = "0.45.1"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13218dependencies = [
13219 "log",
13220 "pico-args",
13221 "rgb",
13222 "svgtypes",
13223 "tiny-skia",
13224 "usvg",
13225]
13226
13227[[package]]
13228name = "rfc6979"
13229version = "0.3.1"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13232dependencies = [
13233 "crypto-bigint 0.4.9",
13234 "hmac",
13235 "zeroize",
13236]
13237
13238[[package]]
13239name = "rgb"
13240version = "0.8.50"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13243dependencies = [
13244 "bytemuck",
13245]
13246
13247[[package]]
13248name = "rich_text"
13249version = "0.1.0"
13250dependencies = [
13251 "futures 0.3.31",
13252 "gpui",
13253 "language",
13254 "linkify",
13255 "pulldown-cmark 0.12.2",
13256 "theme",
13257 "ui",
13258 "util",
13259 "workspace-hack",
13260]
13261
13262[[package]]
13263name = "ring"
13264version = "0.17.14"
13265source = "registry+https://github.com/rust-lang/crates.io-index"
13266checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13267dependencies = [
13268 "cc",
13269 "cfg-if",
13270 "getrandom 0.2.15",
13271 "libc",
13272 "untrusted",
13273 "windows-sys 0.52.0",
13274]
13275
13276[[package]]
13277name = "rkyv"
13278version = "0.7.45"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13281dependencies = [
13282 "bitvec",
13283 "bytecheck",
13284 "bytes 1.10.1",
13285 "hashbrown 0.12.3",
13286 "ptr_meta",
13287 "rend",
13288 "rkyv_derive",
13289 "seahash",
13290 "tinyvec",
13291 "uuid",
13292]
13293
13294[[package]]
13295name = "rkyv_derive"
13296version = "0.7.45"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13299dependencies = [
13300 "proc-macro2",
13301 "quote",
13302 "syn 1.0.109",
13303]
13304
13305[[package]]
13306name = "rmp"
13307version = "0.8.14"
13308source = "registry+https://github.com/rust-lang/crates.io-index"
13309checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13310dependencies = [
13311 "byteorder",
13312 "num-traits",
13313 "paste",
13314]
13315
13316[[package]]
13317name = "rmpv"
13318version = "1.3.0"
13319source = "registry+https://github.com/rust-lang/crates.io-index"
13320checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13321dependencies = [
13322 "num-traits",
13323 "rmp",
13324]
13325
13326[[package]]
13327name = "rodio"
13328version = "0.20.1"
13329source = "registry+https://github.com/rust-lang/crates.io-index"
13330checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13331dependencies = [
13332 "cpal",
13333 "hound",
13334]
13335
13336[[package]]
13337name = "rope"
13338version = "0.1.0"
13339dependencies = [
13340 "arrayvec",
13341 "criterion",
13342 "ctor",
13343 "env_logger 0.11.8",
13344 "gpui",
13345 "log",
13346 "rand 0.8.5",
13347 "rayon",
13348 "smallvec",
13349 "sum_tree",
13350 "unicode-segmentation",
13351 "util",
13352 "workspace-hack",
13353]
13354
13355[[package]]
13356name = "roxmltree"
13357version = "0.20.0"
13358source = "registry+https://github.com/rust-lang/crates.io-index"
13359checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13360
13361[[package]]
13362name = "rpc"
13363version = "0.1.0"
13364dependencies = [
13365 "anyhow",
13366 "async-tungstenite",
13367 "base64 0.22.1",
13368 "chrono",
13369 "collections",
13370 "env_logger 0.11.8",
13371 "futures 0.3.31",
13372 "gpui",
13373 "parking_lot",
13374 "proto",
13375 "rand 0.8.5",
13376 "rsa",
13377 "serde",
13378 "serde_json",
13379 "sha2",
13380 "strum 0.27.1",
13381 "tracing",
13382 "util",
13383 "workspace-hack",
13384 "zstd",
13385]
13386
13387[[package]]
13388name = "rsa"
13389version = "0.9.8"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13392dependencies = [
13393 "const-oid",
13394 "digest",
13395 "num-bigint-dig",
13396 "num-integer",
13397 "num-traits",
13398 "pkcs1",
13399 "pkcs8 0.10.2",
13400 "rand_core 0.6.4",
13401 "signature 2.2.0",
13402 "spki 0.7.3",
13403 "subtle",
13404 "zeroize",
13405]
13406
13407[[package]]
13408name = "rules_library"
13409version = "0.1.0"
13410dependencies = [
13411 "anyhow",
13412 "collections",
13413 "editor",
13414 "gpui",
13415 "language",
13416 "language_model",
13417 "log",
13418 "menu",
13419 "picker",
13420 "prompt_store",
13421 "release_channel",
13422 "rope",
13423 "serde",
13424 "settings",
13425 "theme",
13426 "ui",
13427 "util",
13428 "workspace",
13429 "workspace-hack",
13430 "zed_actions",
13431]
13432
13433[[package]]
13434name = "runtimelib"
13435version = "0.25.0"
13436source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13437dependencies = [
13438 "anyhow",
13439 "async-dispatcher",
13440 "async-std",
13441 "base64 0.22.1",
13442 "bytes 1.10.1",
13443 "chrono",
13444 "data-encoding",
13445 "dirs 5.0.1",
13446 "futures 0.3.31",
13447 "glob",
13448 "jupyter-protocol",
13449 "ring",
13450 "serde",
13451 "serde_json",
13452 "shellexpand 3.1.1",
13453 "smol",
13454 "uuid",
13455 "zeromq",
13456]
13457
13458[[package]]
13459name = "rust-embed"
13460version = "8.7.0"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13463dependencies = [
13464 "rust-embed-impl",
13465 "rust-embed-utils",
13466 "walkdir",
13467]
13468
13469[[package]]
13470name = "rust-embed-impl"
13471version = "8.7.0"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13474dependencies = [
13475 "proc-macro2",
13476 "quote",
13477 "rust-embed-utils",
13478 "syn 2.0.101",
13479 "walkdir",
13480]
13481
13482[[package]]
13483name = "rust-embed-utils"
13484version = "8.7.0"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13487dependencies = [
13488 "globset",
13489 "sha2",
13490 "walkdir",
13491]
13492
13493[[package]]
13494name = "rust_decimal"
13495version = "1.37.1"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13498dependencies = [
13499 "arrayvec",
13500 "borsh",
13501 "bytes 1.10.1",
13502 "num-traits",
13503 "rand 0.8.5",
13504 "rkyv",
13505 "serde",
13506 "serde_json",
13507]
13508
13509[[package]]
13510name = "rustc-demangle"
13511version = "0.1.24"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13514
13515[[package]]
13516name = "rustc-hash"
13517version = "1.1.0"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13520
13521[[package]]
13522name = "rustc-hash"
13523version = "2.1.1"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13526
13527[[package]]
13528name = "rustc_version"
13529version = "0.4.1"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13532dependencies = [
13533 "semver",
13534]
13535
13536[[package]]
13537name = "rustix"
13538version = "0.38.44"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13541dependencies = [
13542 "bitflags 2.9.0",
13543 "errno 0.3.11",
13544 "itoa",
13545 "libc",
13546 "linux-raw-sys 0.4.15",
13547 "windows-sys 0.59.0",
13548]
13549
13550[[package]]
13551name = "rustix"
13552version = "1.0.7"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13555dependencies = [
13556 "bitflags 2.9.0",
13557 "errno 0.3.11",
13558 "libc",
13559 "linux-raw-sys 0.9.4",
13560 "windows-sys 0.59.0",
13561]
13562
13563[[package]]
13564name = "rustix-linux-procfs"
13565version = "0.1.1"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13568dependencies = [
13569 "once_cell",
13570 "rustix 1.0.7",
13571]
13572
13573[[package]]
13574name = "rustix-openpty"
13575version = "0.1.1"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13578dependencies = [
13579 "errno 0.3.11",
13580 "libc",
13581 "rustix 0.38.44",
13582]
13583
13584[[package]]
13585name = "rustls"
13586version = "0.21.12"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13589dependencies = [
13590 "log",
13591 "ring",
13592 "rustls-webpki 0.101.7",
13593 "sct",
13594]
13595
13596[[package]]
13597name = "rustls"
13598version = "0.23.26"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13601dependencies = [
13602 "aws-lc-rs",
13603 "log",
13604 "once_cell",
13605 "ring",
13606 "rustls-pki-types",
13607 "rustls-webpki 0.103.1",
13608 "subtle",
13609 "zeroize",
13610]
13611
13612[[package]]
13613name = "rustls-native-certs"
13614version = "0.6.3"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13617dependencies = [
13618 "openssl-probe",
13619 "rustls-pemfile 1.0.4",
13620 "schannel",
13621 "security-framework 2.11.1",
13622]
13623
13624[[package]]
13625name = "rustls-native-certs"
13626version = "0.8.1"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13629dependencies = [
13630 "openssl-probe",
13631 "rustls-pki-types",
13632 "schannel",
13633 "security-framework 3.2.0",
13634]
13635
13636[[package]]
13637name = "rustls-pemfile"
13638version = "1.0.4"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13641dependencies = [
13642 "base64 0.21.7",
13643]
13644
13645[[package]]
13646name = "rustls-pemfile"
13647version = "2.2.0"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13650dependencies = [
13651 "rustls-pki-types",
13652]
13653
13654[[package]]
13655name = "rustls-pki-types"
13656version = "1.12.0"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13659dependencies = [
13660 "web-time",
13661 "zeroize",
13662]
13663
13664[[package]]
13665name = "rustls-platform-verifier"
13666version = "0.5.1"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13669dependencies = [
13670 "core-foundation 0.10.0",
13671 "core-foundation-sys",
13672 "jni",
13673 "log",
13674 "once_cell",
13675 "rustls 0.23.26",
13676 "rustls-native-certs 0.8.1",
13677 "rustls-platform-verifier-android",
13678 "rustls-webpki 0.103.1",
13679 "security-framework 3.2.0",
13680 "security-framework-sys",
13681 "webpki-root-certs",
13682 "windows-sys 0.59.0",
13683]
13684
13685[[package]]
13686name = "rustls-platform-verifier-android"
13687version = "0.1.1"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13690
13691[[package]]
13692name = "rustls-webpki"
13693version = "0.101.7"
13694source = "registry+https://github.com/rust-lang/crates.io-index"
13695checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13696dependencies = [
13697 "ring",
13698 "untrusted",
13699]
13700
13701[[package]]
13702name = "rustls-webpki"
13703version = "0.103.1"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13706dependencies = [
13707 "aws-lc-rs",
13708 "ring",
13709 "rustls-pki-types",
13710 "untrusted",
13711]
13712
13713[[package]]
13714name = "rustversion"
13715version = "1.0.20"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13718
13719[[package]]
13720name = "rustybuzz"
13721version = "0.14.1"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13724dependencies = [
13725 "bitflags 2.9.0",
13726 "bytemuck",
13727 "libm",
13728 "smallvec",
13729 "ttf-parser 0.21.1",
13730 "unicode-bidi-mirroring 0.2.0",
13731 "unicode-ccc 0.2.0",
13732 "unicode-properties",
13733 "unicode-script",
13734]
13735
13736[[package]]
13737name = "rustybuzz"
13738version = "0.20.1"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13741dependencies = [
13742 "bitflags 2.9.0",
13743 "bytemuck",
13744 "core_maths",
13745 "log",
13746 "smallvec",
13747 "ttf-parser 0.25.1",
13748 "unicode-bidi-mirroring 0.4.0",
13749 "unicode-ccc 0.4.0",
13750 "unicode-properties",
13751 "unicode-script",
13752]
13753
13754[[package]]
13755name = "ryu"
13756version = "1.0.20"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13759
13760[[package]]
13761name = "salsa20"
13762version = "0.10.2"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13765dependencies = [
13766 "cipher",
13767]
13768
13769[[package]]
13770name = "same-file"
13771version = "1.0.6"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13774dependencies = [
13775 "winapi-util",
13776]
13777
13778[[package]]
13779name = "scap"
13780version = "0.0.8"
13781source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13782dependencies = [
13783 "anyhow",
13784 "cocoa 0.25.0",
13785 "core-graphics-helmer-fork",
13786 "log",
13787 "objc",
13788 "rand 0.8.5",
13789 "screencapturekit",
13790 "screencapturekit-sys",
13791 "sysinfo",
13792 "tao-core-video-sys",
13793 "windows 0.61.1",
13794 "windows-capture",
13795 "x11",
13796 "xcb",
13797]
13798
13799[[package]]
13800name = "schannel"
13801version = "0.1.27"
13802source = "registry+https://github.com/rust-lang/crates.io-index"
13803checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13804dependencies = [
13805 "windows-sys 0.59.0",
13806]
13807
13808[[package]]
13809name = "schema_generator"
13810version = "0.1.0"
13811dependencies = [
13812 "anyhow",
13813 "clap",
13814 "env_logger 0.11.8",
13815 "schemars",
13816 "serde",
13817 "serde_json",
13818 "theme",
13819 "workspace-hack",
13820]
13821
13822[[package]]
13823name = "schemars"
13824version = "0.8.22"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13827dependencies = [
13828 "dyn-clone",
13829 "indexmap",
13830 "schemars_derive",
13831 "serde",
13832 "serde_json",
13833]
13834
13835[[package]]
13836name = "schemars_derive"
13837version = "0.8.22"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13840dependencies = [
13841 "proc-macro2",
13842 "quote",
13843 "serde_derive_internals",
13844 "syn 2.0.101",
13845]
13846
13847[[package]]
13848name = "scoped-tls"
13849version = "1.0.1"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13852
13853[[package]]
13854name = "scopeguard"
13855version = "1.2.0"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13858
13859[[package]]
13860name = "scratch"
13861version = "1.0.8"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13864
13865[[package]]
13866name = "screencapturekit"
13867version = "0.2.8"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13870dependencies = [
13871 "screencapturekit-sys",
13872]
13873
13874[[package]]
13875name = "screencapturekit-sys"
13876version = "0.2.8"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13879dependencies = [
13880 "block",
13881 "dispatch",
13882 "objc",
13883 "objc-foundation",
13884 "objc_id",
13885 "once_cell",
13886]
13887
13888[[package]]
13889name = "scrypt"
13890version = "0.11.0"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13893dependencies = [
13894 "password-hash 0.5.0",
13895 "pbkdf2 0.12.2",
13896 "salsa20",
13897 "sha2",
13898]
13899
13900[[package]]
13901name = "sct"
13902version = "0.7.1"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13905dependencies = [
13906 "ring",
13907 "untrusted",
13908]
13909
13910[[package]]
13911name = "sea-bae"
13912version = "0.2.1"
13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13915dependencies = [
13916 "heck 0.4.1",
13917 "proc-macro-error2",
13918 "proc-macro2",
13919 "quote",
13920 "syn 2.0.101",
13921]
13922
13923[[package]]
13924name = "sea-orm"
13925version = "1.1.10"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13928dependencies = [
13929 "async-stream",
13930 "async-trait",
13931 "bigdecimal",
13932 "chrono",
13933 "futures-util",
13934 "log",
13935 "ouroboros",
13936 "pgvector",
13937 "rust_decimal",
13938 "sea-orm-macros",
13939 "sea-query",
13940 "sea-query-binder",
13941 "serde",
13942 "serde_json",
13943 "sqlx",
13944 "strum 0.26.3",
13945 "thiserror 2.0.12",
13946 "time",
13947 "tracing",
13948 "url",
13949 "uuid",
13950]
13951
13952[[package]]
13953name = "sea-orm-macros"
13954version = "1.1.10"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13957dependencies = [
13958 "heck 0.4.1",
13959 "proc-macro2",
13960 "quote",
13961 "sea-bae",
13962 "syn 2.0.101",
13963 "unicode-ident",
13964]
13965
13966[[package]]
13967name = "sea-query"
13968version = "0.32.4"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13971dependencies = [
13972 "bigdecimal",
13973 "chrono",
13974 "inherent",
13975 "ordered-float 4.6.0",
13976 "rust_decimal",
13977 "serde_json",
13978 "time",
13979 "uuid",
13980]
13981
13982[[package]]
13983name = "sea-query-binder"
13984version = "0.7.0"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13987dependencies = [
13988 "bigdecimal",
13989 "chrono",
13990 "rust_decimal",
13991 "sea-query",
13992 "serde_json",
13993 "sqlx",
13994 "time",
13995 "uuid",
13996]
13997
13998[[package]]
13999name = "seahash"
14000version = "4.1.0"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14003
14004[[package]]
14005name = "search"
14006version = "0.1.0"
14007dependencies = [
14008 "any_vec",
14009 "anyhow",
14010 "bitflags 2.9.0",
14011 "client",
14012 "collections",
14013 "editor",
14014 "futures 0.3.31",
14015 "gpui",
14016 "language",
14017 "menu",
14018 "project",
14019 "schemars",
14020 "serde",
14021 "serde_json",
14022 "settings",
14023 "smol",
14024 "theme",
14025 "ui",
14026 "unindent",
14027 "util",
14028 "workspace",
14029 "workspace-hack",
14030 "zed_actions",
14031]
14032
14033[[package]]
14034name = "sec1"
14035version = "0.3.0"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14038dependencies = [
14039 "base16ct",
14040 "der 0.6.1",
14041 "generic-array",
14042 "pkcs8 0.9.0",
14043 "subtle",
14044 "zeroize",
14045]
14046
14047[[package]]
14048name = "security-framework"
14049version = "2.11.1"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14052dependencies = [
14053 "bitflags 2.9.0",
14054 "core-foundation 0.9.4",
14055 "core-foundation-sys",
14056 "libc",
14057 "security-framework-sys",
14058]
14059
14060[[package]]
14061name = "security-framework"
14062version = "3.2.0"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14065dependencies = [
14066 "bitflags 2.9.0",
14067 "core-foundation 0.10.0",
14068 "core-foundation-sys",
14069 "libc",
14070 "security-framework-sys",
14071]
14072
14073[[package]]
14074name = "security-framework-sys"
14075version = "2.14.0"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14078dependencies = [
14079 "core-foundation-sys",
14080 "libc",
14081]
14082
14083[[package]]
14084name = "self_cell"
14085version = "1.2.0"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14088
14089[[package]]
14090name = "semantic_index"
14091version = "0.1.0"
14092dependencies = [
14093 "anyhow",
14094 "arrayvec",
14095 "blake3",
14096 "client",
14097 "clock",
14098 "collections",
14099 "env_logger 0.11.8",
14100 "feature_flags",
14101 "fs",
14102 "futures 0.3.31",
14103 "futures-batch",
14104 "gpui",
14105 "heed",
14106 "http_client",
14107 "language",
14108 "language_model",
14109 "languages",
14110 "log",
14111 "open_ai",
14112 "parking_lot",
14113 "project",
14114 "reqwest_client",
14115 "serde",
14116 "serde_json",
14117 "settings",
14118 "sha2",
14119 "smol",
14120 "streaming-iterator",
14121 "tempfile",
14122 "theme",
14123 "tree-sitter",
14124 "ui",
14125 "unindent",
14126 "util",
14127 "workspace",
14128 "workspace-hack",
14129 "worktree",
14130]
14131
14132[[package]]
14133name = "semantic_version"
14134version = "0.1.0"
14135dependencies = [
14136 "anyhow",
14137 "serde",
14138 "workspace-hack",
14139]
14140
14141[[package]]
14142name = "semver"
14143version = "1.0.26"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14146dependencies = [
14147 "serde",
14148]
14149
14150[[package]]
14151name = "serde"
14152version = "1.0.219"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14155dependencies = [
14156 "serde_derive",
14157]
14158
14159[[package]]
14160name = "serde_derive"
14161version = "1.0.219"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14164dependencies = [
14165 "proc-macro2",
14166 "quote",
14167 "syn 2.0.101",
14168]
14169
14170[[package]]
14171name = "serde_derive_internals"
14172version = "0.29.1"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14175dependencies = [
14176 "proc-macro2",
14177 "quote",
14178 "syn 2.0.101",
14179]
14180
14181[[package]]
14182name = "serde_fmt"
14183version = "1.0.3"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14186dependencies = [
14187 "serde",
14188]
14189
14190[[package]]
14191name = "serde_json"
14192version = "1.0.140"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14195dependencies = [
14196 "indexmap",
14197 "itoa",
14198 "memchr",
14199 "ryu",
14200 "serde",
14201]
14202
14203[[package]]
14204name = "serde_json_lenient"
14205version = "0.2.4"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14208dependencies = [
14209 "indexmap",
14210 "itoa",
14211 "memchr",
14212 "ryu",
14213 "serde",
14214]
14215
14216[[package]]
14217name = "serde_path_to_error"
14218version = "0.1.17"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14221dependencies = [
14222 "itoa",
14223 "serde",
14224]
14225
14226[[package]]
14227name = "serde_qs"
14228version = "0.8.5"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14231dependencies = [
14232 "percent-encoding",
14233 "serde",
14234 "thiserror 1.0.69",
14235]
14236
14237[[package]]
14238name = "serde_qs"
14239version = "0.10.1"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14242dependencies = [
14243 "percent-encoding",
14244 "serde",
14245 "thiserror 1.0.69",
14246]
14247
14248[[package]]
14249name = "serde_repr"
14250version = "0.1.20"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14253dependencies = [
14254 "proc-macro2",
14255 "quote",
14256 "syn 2.0.101",
14257]
14258
14259[[package]]
14260name = "serde_spanned"
14261version = "0.6.8"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14264dependencies = [
14265 "serde",
14266]
14267
14268[[package]]
14269name = "serde_urlencoded"
14270version = "0.7.1"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14273dependencies = [
14274 "form_urlencoded",
14275 "itoa",
14276 "ryu",
14277 "serde",
14278]
14279
14280[[package]]
14281name = "serial2"
14282version = "0.2.29"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14285dependencies = [
14286 "cfg-if",
14287 "libc",
14288 "winapi",
14289]
14290
14291[[package]]
14292name = "session"
14293version = "0.1.0"
14294dependencies = [
14295 "db",
14296 "gpui",
14297 "serde_json",
14298 "util",
14299 "uuid",
14300 "workspace-hack",
14301]
14302
14303[[package]]
14304name = "settings"
14305version = "0.1.0"
14306dependencies = [
14307 "anyhow",
14308 "collections",
14309 "ec4rs",
14310 "fs",
14311 "futures 0.3.31",
14312 "gpui",
14313 "indoc",
14314 "inventory",
14315 "log",
14316 "paths",
14317 "pretty_assertions",
14318 "release_channel",
14319 "rust-embed",
14320 "schemars",
14321 "serde",
14322 "serde_derive",
14323 "serde_json",
14324 "serde_json_lenient",
14325 "smallvec",
14326 "streaming-iterator",
14327 "tree-sitter",
14328 "tree-sitter-json",
14329 "unindent",
14330 "util",
14331 "workspace-hack",
14332]
14333
14334[[package]]
14335name = "settings_ui"
14336version = "0.1.0"
14337dependencies = [
14338 "command_palette_hooks",
14339 "editor",
14340 "feature_flags",
14341 "fs",
14342 "gpui",
14343 "log",
14344 "paths",
14345 "schemars",
14346 "serde",
14347 "settings",
14348 "theme",
14349 "ui",
14350 "workspace",
14351 "workspace-hack",
14352]
14353
14354[[package]]
14355name = "sha1"
14356version = "0.10.6"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14359dependencies = [
14360 "cfg-if",
14361 "cpufeatures",
14362 "digest",
14363]
14364
14365[[package]]
14366name = "sha1-checked"
14367version = "0.10.0"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14370dependencies = [
14371 "digest",
14372 "sha1",
14373]
14374
14375[[package]]
14376name = "sha1_smol"
14377version = "1.0.1"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14380
14381[[package]]
14382name = "sha2"
14383version = "0.10.8"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14386dependencies = [
14387 "cfg-if",
14388 "cpufeatures",
14389 "digest",
14390]
14391
14392[[package]]
14393name = "sharded-slab"
14394version = "0.1.7"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14397dependencies = [
14398 "lazy_static",
14399]
14400
14401[[package]]
14402name = "shared_library"
14403version = "0.1.9"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14406dependencies = [
14407 "lazy_static",
14408 "libc",
14409]
14410
14411[[package]]
14412name = "shell-words"
14413version = "1.1.0"
14414source = "registry+https://github.com/rust-lang/crates.io-index"
14415checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14416
14417[[package]]
14418name = "shellexpand"
14419version = "2.1.2"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14422dependencies = [
14423 "dirs 4.0.0",
14424]
14425
14426[[package]]
14427name = "shellexpand"
14428version = "3.1.1"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14431dependencies = [
14432 "dirs 6.0.0",
14433]
14434
14435[[package]]
14436name = "shlex"
14437version = "1.3.0"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14440
14441[[package]]
14442name = "signal-hook"
14443version = "0.3.17"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14446dependencies = [
14447 "libc",
14448 "signal-hook-registry",
14449]
14450
14451[[package]]
14452name = "signal-hook-registry"
14453version = "1.4.5"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14456dependencies = [
14457 "libc",
14458]
14459
14460[[package]]
14461name = "signature"
14462version = "1.6.4"
14463source = "registry+https://github.com/rust-lang/crates.io-index"
14464checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14465dependencies = [
14466 "digest",
14467 "rand_core 0.6.4",
14468]
14469
14470[[package]]
14471name = "signature"
14472version = "2.2.0"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14475dependencies = [
14476 "digest",
14477 "rand_core 0.6.4",
14478]
14479
14480[[package]]
14481name = "simd-adler32"
14482version = "0.3.7"
14483source = "registry+https://github.com/rust-lang/crates.io-index"
14484checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14485
14486[[package]]
14487name = "simd_helpers"
14488version = "0.1.0"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14491dependencies = [
14492 "quote",
14493]
14494
14495[[package]]
14496name = "simdutf8"
14497version = "0.1.5"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14500
14501[[package]]
14502name = "simple_asn1"
14503version = "0.6.3"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14506dependencies = [
14507 "num-bigint",
14508 "num-traits",
14509 "thiserror 2.0.12",
14510 "time",
14511]
14512
14513[[package]]
14514name = "simplecss"
14515version = "0.2.2"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14518dependencies = [
14519 "log",
14520]
14521
14522[[package]]
14523name = "simplelog"
14524version = "0.12.2"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14527dependencies = [
14528 "log",
14529 "termcolor",
14530 "time",
14531]
14532
14533[[package]]
14534name = "siphasher"
14535version = "1.0.1"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14538
14539[[package]]
14540name = "skrifa"
14541version = "0.26.6"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14544dependencies = [
14545 "bytemuck",
14546 "read-fonts",
14547]
14548
14549[[package]]
14550name = "slab"
14551version = "0.4.9"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14554dependencies = [
14555 "autocfg",
14556]
14557
14558[[package]]
14559name = "slash_commands_example"
14560version = "0.1.0"
14561dependencies = [
14562 "zed_extension_api 0.1.0",
14563]
14564
14565[[package]]
14566name = "slotmap"
14567version = "1.0.7"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14570dependencies = [
14571 "version_check",
14572]
14573
14574[[package]]
14575name = "smallvec"
14576version = "1.15.0"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14579dependencies = [
14580 "serde",
14581]
14582
14583[[package]]
14584name = "smart-default"
14585version = "0.6.0"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14588dependencies = [
14589 "proc-macro2",
14590 "quote",
14591 "syn 1.0.109",
14592]
14593
14594[[package]]
14595name = "smol"
14596version = "2.0.2"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14599dependencies = [
14600 "async-channel 2.3.1",
14601 "async-executor",
14602 "async-fs",
14603 "async-io",
14604 "async-lock",
14605 "async-net",
14606 "async-process",
14607 "blocking",
14608 "futures-lite 2.6.0",
14609]
14610
14611[[package]]
14612name = "smol_str"
14613version = "0.1.24"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14616dependencies = [
14617 "serde",
14618]
14619
14620[[package]]
14621name = "smol_str"
14622version = "0.2.2"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14625
14626[[package]]
14627name = "snippet"
14628version = "0.1.0"
14629dependencies = [
14630 "anyhow",
14631 "smallvec",
14632 "workspace-hack",
14633]
14634
14635[[package]]
14636name = "snippet_provider"
14637version = "0.1.0"
14638dependencies = [
14639 "anyhow",
14640 "collections",
14641 "extension",
14642 "fs",
14643 "futures 0.3.31",
14644 "gpui",
14645 "indoc",
14646 "parking_lot",
14647 "paths",
14648 "schemars",
14649 "serde",
14650 "serde_json_lenient",
14651 "snippet",
14652 "util",
14653 "workspace-hack",
14654]
14655
14656[[package]]
14657name = "snippets_ui"
14658version = "0.1.0"
14659dependencies = [
14660 "fuzzy",
14661 "gpui",
14662 "language",
14663 "paths",
14664 "picker",
14665 "ui",
14666 "util",
14667 "workspace",
14668 "workspace-hack",
14669]
14670
14671[[package]]
14672name = "socket2"
14673version = "0.5.9"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14676dependencies = [
14677 "libc",
14678 "windows-sys 0.52.0",
14679]
14680
14681[[package]]
14682name = "spdx"
14683version = "0.10.8"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14686dependencies = [
14687 "smallvec",
14688]
14689
14690[[package]]
14691name = "spin"
14692version = "0.9.8"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14695dependencies = [
14696 "lock_api",
14697]
14698
14699[[package]]
14700name = "spirv"
14701version = "0.3.0+sdk-1.3.268.0"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14704dependencies = [
14705 "bitflags 2.9.0",
14706]
14707
14708[[package]]
14709name = "spki"
14710version = "0.6.0"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14713dependencies = [
14714 "base64ct",
14715 "der 0.6.1",
14716]
14717
14718[[package]]
14719name = "spki"
14720version = "0.7.3"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14723dependencies = [
14724 "base64ct",
14725 "der 0.7.10",
14726]
14727
14728[[package]]
14729name = "sptr"
14730version = "0.3.2"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14733
14734[[package]]
14735name = "sqlez"
14736version = "0.1.0"
14737dependencies = [
14738 "anyhow",
14739 "collections",
14740 "futures 0.3.31",
14741 "indoc",
14742 "libsqlite3-sys",
14743 "parking_lot",
14744 "smol",
14745 "sqlformat",
14746 "thread_local",
14747 "util",
14748 "uuid",
14749 "workspace-hack",
14750]
14751
14752[[package]]
14753name = "sqlez_macros"
14754version = "0.1.0"
14755dependencies = [
14756 "sqlez",
14757 "sqlformat",
14758 "syn 1.0.109",
14759 "workspace-hack",
14760]
14761
14762[[package]]
14763name = "sqlformat"
14764version = "0.2.6"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14767dependencies = [
14768 "nom",
14769 "unicode_categories",
14770]
14771
14772[[package]]
14773name = "sqlx"
14774version = "0.8.5"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14777dependencies = [
14778 "sqlx-core",
14779 "sqlx-macros",
14780 "sqlx-mysql",
14781 "sqlx-postgres",
14782 "sqlx-sqlite",
14783]
14784
14785[[package]]
14786name = "sqlx-core"
14787version = "0.8.5"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14790dependencies = [
14791 "base64 0.22.1",
14792 "bigdecimal",
14793 "bytes 1.10.1",
14794 "chrono",
14795 "crc",
14796 "crossbeam-queue",
14797 "either",
14798 "event-listener 5.4.0",
14799 "futures-core",
14800 "futures-intrusive",
14801 "futures-io",
14802 "futures-util",
14803 "hashbrown 0.15.3",
14804 "hashlink 0.10.0",
14805 "indexmap",
14806 "log",
14807 "memchr",
14808 "once_cell",
14809 "percent-encoding",
14810 "rust_decimal",
14811 "rustls 0.23.26",
14812 "serde",
14813 "serde_json",
14814 "sha2",
14815 "smallvec",
14816 "thiserror 2.0.12",
14817 "time",
14818 "tokio",
14819 "tokio-stream",
14820 "tracing",
14821 "url",
14822 "uuid",
14823 "webpki-roots",
14824]
14825
14826[[package]]
14827name = "sqlx-macros"
14828version = "0.8.5"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14831dependencies = [
14832 "proc-macro2",
14833 "quote",
14834 "sqlx-core",
14835 "sqlx-macros-core",
14836 "syn 2.0.101",
14837]
14838
14839[[package]]
14840name = "sqlx-macros-core"
14841version = "0.8.5"
14842source = "registry+https://github.com/rust-lang/crates.io-index"
14843checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14844dependencies = [
14845 "dotenvy",
14846 "either",
14847 "heck 0.5.0",
14848 "hex",
14849 "once_cell",
14850 "proc-macro2",
14851 "quote",
14852 "serde",
14853 "serde_json",
14854 "sha2",
14855 "sqlx-core",
14856 "sqlx-mysql",
14857 "sqlx-postgres",
14858 "sqlx-sqlite",
14859 "syn 2.0.101",
14860 "tempfile",
14861 "tokio",
14862 "url",
14863]
14864
14865[[package]]
14866name = "sqlx-mysql"
14867version = "0.8.5"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14870dependencies = [
14871 "atoi",
14872 "base64 0.22.1",
14873 "bigdecimal",
14874 "bitflags 2.9.0",
14875 "byteorder",
14876 "bytes 1.10.1",
14877 "chrono",
14878 "crc",
14879 "digest",
14880 "dotenvy",
14881 "either",
14882 "futures-channel",
14883 "futures-core",
14884 "futures-io",
14885 "futures-util",
14886 "generic-array",
14887 "hex",
14888 "hkdf",
14889 "hmac",
14890 "itoa",
14891 "log",
14892 "md-5",
14893 "memchr",
14894 "once_cell",
14895 "percent-encoding",
14896 "rand 0.8.5",
14897 "rsa",
14898 "rust_decimal",
14899 "serde",
14900 "sha1",
14901 "sha2",
14902 "smallvec",
14903 "sqlx-core",
14904 "stringprep",
14905 "thiserror 2.0.12",
14906 "time",
14907 "tracing",
14908 "uuid",
14909 "whoami",
14910]
14911
14912[[package]]
14913name = "sqlx-postgres"
14914version = "0.8.5"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14917dependencies = [
14918 "atoi",
14919 "base64 0.22.1",
14920 "bigdecimal",
14921 "bitflags 2.9.0",
14922 "byteorder",
14923 "chrono",
14924 "crc",
14925 "dotenvy",
14926 "etcetera",
14927 "futures-channel",
14928 "futures-core",
14929 "futures-util",
14930 "hex",
14931 "hkdf",
14932 "hmac",
14933 "home",
14934 "itoa",
14935 "log",
14936 "md-5",
14937 "memchr",
14938 "num-bigint",
14939 "once_cell",
14940 "rand 0.8.5",
14941 "rust_decimal",
14942 "serde",
14943 "serde_json",
14944 "sha2",
14945 "smallvec",
14946 "sqlx-core",
14947 "stringprep",
14948 "thiserror 2.0.12",
14949 "time",
14950 "tracing",
14951 "uuid",
14952 "whoami",
14953]
14954
14955[[package]]
14956name = "sqlx-sqlite"
14957version = "0.8.5"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14960dependencies = [
14961 "atoi",
14962 "chrono",
14963 "flume",
14964 "futures-channel",
14965 "futures-core",
14966 "futures-executor",
14967 "futures-intrusive",
14968 "futures-util",
14969 "libsqlite3-sys",
14970 "log",
14971 "percent-encoding",
14972 "serde",
14973 "serde_urlencoded",
14974 "sqlx-core",
14975 "thiserror 2.0.12",
14976 "time",
14977 "tracing",
14978 "url",
14979 "uuid",
14980]
14981
14982[[package]]
14983name = "stable_deref_trait"
14984version = "1.2.0"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14987
14988[[package]]
14989name = "static_assertions"
14990version = "1.1.0"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14993
14994[[package]]
14995name = "story"
14996version = "0.1.0"
14997dependencies = [
14998 "gpui",
14999 "itertools 0.14.0",
15000 "smallvec",
15001 "workspace-hack",
15002]
15003
15004[[package]]
15005name = "storybook"
15006version = "0.1.0"
15007dependencies = [
15008 "anyhow",
15009 "clap",
15010 "collab_ui",
15011 "ctrlc",
15012 "dialoguer",
15013 "editor",
15014 "fuzzy",
15015 "gpui",
15016 "indoc",
15017 "language",
15018 "log",
15019 "menu",
15020 "picker",
15021 "project",
15022 "reqwest_client",
15023 "rust-embed",
15024 "settings",
15025 "simplelog",
15026 "story",
15027 "strum 0.27.1",
15028 "theme",
15029 "title_bar",
15030 "ui",
15031 "workspace",
15032 "workspace-hack",
15033]
15034
15035[[package]]
15036name = "streaming-iterator"
15037version = "0.1.9"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15040
15041[[package]]
15042name = "streaming_diff"
15043version = "0.1.0"
15044dependencies = [
15045 "ordered-float 2.10.1",
15046 "rand 0.8.5",
15047 "rope",
15048 "util",
15049 "workspace-hack",
15050]
15051
15052[[package]]
15053name = "strict-num"
15054version = "0.1.1"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15057dependencies = [
15058 "float-cmp",
15059]
15060
15061[[package]]
15062name = "string_cache"
15063version = "0.8.9"
15064source = "registry+https://github.com/rust-lang/crates.io-index"
15065checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15066dependencies = [
15067 "new_debug_unreachable",
15068 "parking_lot",
15069 "phf_shared",
15070 "precomputed-hash",
15071 "serde",
15072]
15073
15074[[package]]
15075name = "string_cache_codegen"
15076version = "0.5.4"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15079dependencies = [
15080 "phf_generator",
15081 "phf_shared",
15082 "proc-macro2",
15083 "quote",
15084]
15085
15086[[package]]
15087name = "stringprep"
15088version = "0.1.5"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15091dependencies = [
15092 "unicode-bidi",
15093 "unicode-normalization",
15094 "unicode-properties",
15095]
15096
15097[[package]]
15098name = "strsim"
15099version = "0.11.1"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15102
15103[[package]]
15104name = "strum"
15105version = "0.26.3"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15108dependencies = [
15109 "strum_macros 0.26.4",
15110]
15111
15112[[package]]
15113name = "strum"
15114version = "0.27.1"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15117dependencies = [
15118 "strum_macros 0.27.1",
15119]
15120
15121[[package]]
15122name = "strum_macros"
15123version = "0.26.4"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15126dependencies = [
15127 "heck 0.5.0",
15128 "proc-macro2",
15129 "quote",
15130 "rustversion",
15131 "syn 2.0.101",
15132]
15133
15134[[package]]
15135name = "strum_macros"
15136version = "0.27.1"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15139dependencies = [
15140 "heck 0.5.0",
15141 "proc-macro2",
15142 "quote",
15143 "rustversion",
15144 "syn 2.0.101",
15145]
15146
15147[[package]]
15148name = "subtle"
15149version = "2.6.1"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15152
15153[[package]]
15154name = "sum_tree"
15155version = "0.1.0"
15156dependencies = [
15157 "arrayvec",
15158 "ctor",
15159 "env_logger 0.11.8",
15160 "log",
15161 "rand 0.8.5",
15162 "rayon",
15163 "workspace-hack",
15164]
15165
15166[[package]]
15167name = "supermaven"
15168version = "0.1.0"
15169dependencies = [
15170 "anyhow",
15171 "client",
15172 "collections",
15173 "editor",
15174 "env_logger 0.11.8",
15175 "futures 0.3.31",
15176 "gpui",
15177 "http_client",
15178 "inline_completion",
15179 "language",
15180 "log",
15181 "postage",
15182 "project",
15183 "serde",
15184 "serde_json",
15185 "settings",
15186 "smol",
15187 "supermaven_api",
15188 "text",
15189 "theme",
15190 "ui",
15191 "unicode-segmentation",
15192 "util",
15193 "workspace-hack",
15194]
15195
15196[[package]]
15197name = "supermaven_api"
15198version = "0.1.0"
15199dependencies = [
15200 "anyhow",
15201 "futures 0.3.31",
15202 "http_client",
15203 "paths",
15204 "serde",
15205 "serde_json",
15206 "smol",
15207 "workspace-hack",
15208]
15209
15210[[package]]
15211name = "sval"
15212version = "2.14.1"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15215
15216[[package]]
15217name = "sval_buffer"
15218version = "2.14.1"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15221dependencies = [
15222 "sval",
15223 "sval_ref",
15224]
15225
15226[[package]]
15227name = "sval_dynamic"
15228version = "2.14.1"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15231dependencies = [
15232 "sval",
15233]
15234
15235[[package]]
15236name = "sval_fmt"
15237version = "2.14.1"
15238source = "registry+https://github.com/rust-lang/crates.io-index"
15239checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15240dependencies = [
15241 "itoa",
15242 "ryu",
15243 "sval",
15244]
15245
15246[[package]]
15247name = "sval_json"
15248version = "2.14.1"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15251dependencies = [
15252 "itoa",
15253 "ryu",
15254 "sval",
15255]
15256
15257[[package]]
15258name = "sval_nested"
15259version = "2.14.1"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15262dependencies = [
15263 "sval",
15264 "sval_buffer",
15265 "sval_ref",
15266]
15267
15268[[package]]
15269name = "sval_ref"
15270version = "2.14.1"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15273dependencies = [
15274 "sval",
15275]
15276
15277[[package]]
15278name = "sval_serde"
15279version = "2.14.1"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15282dependencies = [
15283 "serde",
15284 "sval",
15285 "sval_nested",
15286]
15287
15288[[package]]
15289name = "svg_fmt"
15290version = "0.4.5"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15293
15294[[package]]
15295name = "svgtypes"
15296version = "0.15.3"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15299dependencies = [
15300 "kurbo",
15301 "siphasher",
15302]
15303
15304[[package]]
15305name = "swash"
15306version = "0.2.2"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15309dependencies = [
15310 "skrifa",
15311 "yazi",
15312 "zeno",
15313]
15314
15315[[package]]
15316name = "syn"
15317version = "1.0.109"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15320dependencies = [
15321 "proc-macro2",
15322 "quote",
15323 "unicode-ident",
15324]
15325
15326[[package]]
15327name = "syn"
15328version = "2.0.101"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15331dependencies = [
15332 "proc-macro2",
15333 "quote",
15334 "unicode-ident",
15335]
15336
15337[[package]]
15338name = "sync_wrapper"
15339version = "0.1.2"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15342
15343[[package]]
15344name = "sync_wrapper"
15345version = "1.0.2"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15348dependencies = [
15349 "futures-core",
15350]
15351
15352[[package]]
15353name = "synchronoise"
15354version = "1.0.1"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15357dependencies = [
15358 "crossbeam-queue",
15359]
15360
15361[[package]]
15362name = "synstructure"
15363version = "0.13.1"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15366dependencies = [
15367 "proc-macro2",
15368 "quote",
15369 "syn 2.0.101",
15370]
15371
15372[[package]]
15373name = "sys-locale"
15374version = "0.3.2"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15377dependencies = [
15378 "libc",
15379]
15380
15381[[package]]
15382name = "sysinfo"
15383version = "0.31.4"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15386dependencies = [
15387 "core-foundation-sys",
15388 "libc",
15389 "memchr",
15390 "ntapi",
15391 "rayon",
15392 "windows 0.57.0",
15393]
15394
15395[[package]]
15396name = "system-configuration"
15397version = "0.5.1"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15400dependencies = [
15401 "bitflags 1.3.2",
15402 "core-foundation 0.9.4",
15403 "system-configuration-sys 0.5.0",
15404]
15405
15406[[package]]
15407name = "system-configuration"
15408version = "0.6.1"
15409source = "registry+https://github.com/rust-lang/crates.io-index"
15410checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15411dependencies = [
15412 "bitflags 2.9.0",
15413 "core-foundation 0.9.4",
15414 "system-configuration-sys 0.6.0",
15415]
15416
15417[[package]]
15418name = "system-configuration-sys"
15419version = "0.5.0"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15422dependencies = [
15423 "core-foundation-sys",
15424 "libc",
15425]
15426
15427[[package]]
15428name = "system-configuration-sys"
15429version = "0.6.0"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15432dependencies = [
15433 "core-foundation-sys",
15434 "libc",
15435]
15436
15437[[package]]
15438name = "system-deps"
15439version = "6.2.2"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15442dependencies = [
15443 "cfg-expr",
15444 "heck 0.5.0",
15445 "pkg-config",
15446 "toml 0.8.20",
15447 "version-compare",
15448]
15449
15450[[package]]
15451name = "system-interface"
15452version = "0.27.3"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15455dependencies = [
15456 "bitflags 2.9.0",
15457 "cap-fs-ext",
15458 "cap-std",
15459 "fd-lock",
15460 "io-lifetimes",
15461 "rustix 0.38.44",
15462 "windows-sys 0.59.0",
15463 "winx",
15464]
15465
15466[[package]]
15467name = "tab_switcher"
15468version = "0.1.0"
15469dependencies = [
15470 "anyhow",
15471 "collections",
15472 "ctor",
15473 "editor",
15474 "env_logger 0.11.8",
15475 "fuzzy",
15476 "gpui",
15477 "language",
15478 "menu",
15479 "picker",
15480 "project",
15481 "schemars",
15482 "serde",
15483 "serde_json",
15484 "settings",
15485 "smol",
15486 "theme",
15487 "ui",
15488 "util",
15489 "workspace",
15490 "workspace-hack",
15491]
15492
15493[[package]]
15494name = "taffy"
15495version = "0.4.4"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15498dependencies = [
15499 "arrayvec",
15500 "grid",
15501 "num-traits",
15502 "serde",
15503 "slotmap",
15504]
15505
15506[[package]]
15507name = "tagptr"
15508version = "0.2.0"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15511
15512[[package]]
15513name = "take-until"
15514version = "0.2.0"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15517
15518[[package]]
15519name = "tao-core-video-sys"
15520version = "0.2.0"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15523dependencies = [
15524 "cfg-if",
15525 "core-foundation-sys",
15526 "libc",
15527 "objc",
15528]
15529
15530[[package]]
15531name = "tap"
15532version = "1.0.1"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15535
15536[[package]]
15537name = "target-lexicon"
15538version = "0.12.16"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15541
15542[[package]]
15543name = "target-lexicon"
15544version = "0.13.2"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15547
15548[[package]]
15549name = "task"
15550version = "0.1.0"
15551dependencies = [
15552 "anyhow",
15553 "collections",
15554 "futures 0.3.31",
15555 "gpui",
15556 "hex",
15557 "parking_lot",
15558 "pretty_assertions",
15559 "proto",
15560 "schemars",
15561 "serde",
15562 "serde_json",
15563 "serde_json_lenient",
15564 "sha2",
15565 "shellexpand 2.1.2",
15566 "util",
15567 "workspace-hack",
15568 "zed_actions",
15569]
15570
15571[[package]]
15572name = "tasks_ui"
15573version = "0.1.0"
15574dependencies = [
15575 "anyhow",
15576 "collections",
15577 "editor",
15578 "file_icons",
15579 "fuzzy",
15580 "gpui",
15581 "itertools 0.14.0",
15582 "language",
15583 "menu",
15584 "picker",
15585 "project",
15586 "serde",
15587 "serde_json",
15588 "task",
15589 "tree-sitter-rust",
15590 "tree-sitter-typescript",
15591 "ui",
15592 "util",
15593 "workspace",
15594 "workspace-hack",
15595 "zed_actions",
15596]
15597
15598[[package]]
15599name = "telemetry"
15600version = "0.1.0"
15601dependencies = [
15602 "futures 0.3.31",
15603 "serde",
15604 "serde_json",
15605 "telemetry_events",
15606 "workspace-hack",
15607]
15608
15609[[package]]
15610name = "telemetry_events"
15611version = "0.1.0"
15612dependencies = [
15613 "semantic_version",
15614 "serde",
15615 "serde_json",
15616 "workspace-hack",
15617]
15618
15619[[package]]
15620name = "tempfile"
15621version = "3.20.0"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15624dependencies = [
15625 "fastrand 2.3.0",
15626 "getrandom 0.3.2",
15627 "once_cell",
15628 "rustix 1.0.7",
15629 "windows-sys 0.59.0",
15630]
15631
15632[[package]]
15633name = "tendril"
15634version = "0.4.3"
15635source = "registry+https://github.com/rust-lang/crates.io-index"
15636checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15637dependencies = [
15638 "futf",
15639 "mac",
15640 "utf-8",
15641]
15642
15643[[package]]
15644name = "termcolor"
15645version = "1.4.1"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15648dependencies = [
15649 "winapi-util",
15650]
15651
15652[[package]]
15653name = "terminal"
15654version = "0.1.0"
15655dependencies = [
15656 "alacritty_terminal",
15657 "anyhow",
15658 "collections",
15659 "dirs 4.0.0",
15660 "futures 0.3.31",
15661 "gpui",
15662 "libc",
15663 "rand 0.8.5",
15664 "regex",
15665 "release_channel",
15666 "schemars",
15667 "serde",
15668 "serde_derive",
15669 "settings",
15670 "smol",
15671 "sysinfo",
15672 "task",
15673 "theme",
15674 "thiserror 2.0.12",
15675 "util",
15676 "windows 0.61.1",
15677 "workspace-hack",
15678]
15679
15680[[package]]
15681name = "terminal_size"
15682version = "0.4.2"
15683source = "registry+https://github.com/rust-lang/crates.io-index"
15684checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15685dependencies = [
15686 "rustix 1.0.7",
15687 "windows-sys 0.59.0",
15688]
15689
15690[[package]]
15691name = "terminal_view"
15692version = "0.1.0"
15693dependencies = [
15694 "anyhow",
15695 "assistant_slash_command",
15696 "async-recursion 1.1.1",
15697 "breadcrumbs",
15698 "client",
15699 "collections",
15700 "db",
15701 "dirs 4.0.0",
15702 "editor",
15703 "futures 0.3.31",
15704 "gpui",
15705 "itertools 0.14.0",
15706 "language",
15707 "log",
15708 "project",
15709 "rand 0.8.5",
15710 "regex",
15711 "schemars",
15712 "search",
15713 "serde",
15714 "serde_json",
15715 "settings",
15716 "shellexpand 2.1.2",
15717 "smol",
15718 "task",
15719 "terminal",
15720 "theme",
15721 "ui",
15722 "util",
15723 "workspace",
15724 "workspace-hack",
15725 "zed_actions",
15726]
15727
15728[[package]]
15729name = "text"
15730version = "0.1.0"
15731dependencies = [
15732 "anyhow",
15733 "clock",
15734 "collections",
15735 "ctor",
15736 "env_logger 0.11.8",
15737 "gpui",
15738 "http_client",
15739 "log",
15740 "parking_lot",
15741 "postage",
15742 "rand 0.8.5",
15743 "regex",
15744 "rope",
15745 "smallvec",
15746 "sum_tree",
15747 "util",
15748 "workspace-hack",
15749]
15750
15751[[package]]
15752name = "theme"
15753version = "0.1.0"
15754dependencies = [
15755 "anyhow",
15756 "collections",
15757 "derive_more",
15758 "fs",
15759 "futures 0.3.31",
15760 "gpui",
15761 "indexmap",
15762 "log",
15763 "palette",
15764 "parking_lot",
15765 "refineable",
15766 "schemars",
15767 "serde",
15768 "serde_derive",
15769 "serde_json",
15770 "serde_json_lenient",
15771 "serde_repr",
15772 "settings",
15773 "strum 0.27.1",
15774 "thiserror 2.0.12",
15775 "util",
15776 "uuid",
15777 "workspace-hack",
15778]
15779
15780[[package]]
15781name = "theme_extension"
15782version = "0.1.0"
15783dependencies = [
15784 "anyhow",
15785 "extension",
15786 "fs",
15787 "gpui",
15788 "theme",
15789 "workspace-hack",
15790]
15791
15792[[package]]
15793name = "theme_importer"
15794version = "0.1.0"
15795dependencies = [
15796 "anyhow",
15797 "clap",
15798 "gpui",
15799 "indexmap",
15800 "log",
15801 "palette",
15802 "rust-embed",
15803 "serde",
15804 "serde_json",
15805 "serde_json_lenient",
15806 "simplelog",
15807 "strum 0.27.1",
15808 "theme",
15809 "vscode_theme",
15810 "workspace-hack",
15811]
15812
15813[[package]]
15814name = "theme_selector"
15815version = "0.1.0"
15816dependencies = [
15817 "fs",
15818 "fuzzy",
15819 "gpui",
15820 "log",
15821 "picker",
15822 "serde",
15823 "settings",
15824 "telemetry",
15825 "theme",
15826 "ui",
15827 "util",
15828 "workspace",
15829 "workspace-hack",
15830 "zed_actions",
15831]
15832
15833[[package]]
15834name = "thiserror"
15835version = "1.0.69"
15836source = "registry+https://github.com/rust-lang/crates.io-index"
15837checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15838dependencies = [
15839 "thiserror-impl 1.0.69",
15840]
15841
15842[[package]]
15843name = "thiserror"
15844version = "2.0.12"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15847dependencies = [
15848 "thiserror-impl 2.0.12",
15849]
15850
15851[[package]]
15852name = "thiserror-impl"
15853version = "1.0.69"
15854source = "registry+https://github.com/rust-lang/crates.io-index"
15855checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15856dependencies = [
15857 "proc-macro2",
15858 "quote",
15859 "syn 2.0.101",
15860]
15861
15862[[package]]
15863name = "thiserror-impl"
15864version = "2.0.12"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15867dependencies = [
15868 "proc-macro2",
15869 "quote",
15870 "syn 2.0.101",
15871]
15872
15873[[package]]
15874name = "thread_local"
15875version = "1.1.8"
15876source = "registry+https://github.com/rust-lang/crates.io-index"
15877checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15878dependencies = [
15879 "cfg-if",
15880 "once_cell",
15881]
15882
15883[[package]]
15884name = "tiff"
15885version = "0.9.1"
15886source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15888dependencies = [
15889 "flate2",
15890 "jpeg-decoder",
15891 "weezl",
15892]
15893
15894[[package]]
15895name = "tiktoken-rs"
15896version = "0.7.0"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15899dependencies = [
15900 "anyhow",
15901 "base64 0.22.1",
15902 "bstr",
15903 "fancy-regex 0.13.0",
15904 "lazy_static",
15905 "regex",
15906 "rustc-hash 1.1.0",
15907]
15908
15909[[package]]
15910name = "time"
15911version = "0.3.41"
15912source = "registry+https://github.com/rust-lang/crates.io-index"
15913checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15914dependencies = [
15915 "deranged",
15916 "itoa",
15917 "libc",
15918 "num-conv",
15919 "num_threads",
15920 "powerfmt",
15921 "serde",
15922 "time-core",
15923 "time-macros",
15924]
15925
15926[[package]]
15927name = "time-core"
15928version = "0.1.4"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15931
15932[[package]]
15933name = "time-macros"
15934version = "0.2.22"
15935source = "registry+https://github.com/rust-lang/crates.io-index"
15936checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15937dependencies = [
15938 "num-conv",
15939 "time-core",
15940]
15941
15942[[package]]
15943name = "time_format"
15944version = "0.1.0"
15945dependencies = [
15946 "core-foundation 0.10.0",
15947 "core-foundation-sys",
15948 "sys-locale",
15949 "time",
15950 "workspace-hack",
15951]
15952
15953[[package]]
15954name = "tiny-keccak"
15955version = "2.0.2"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15958dependencies = [
15959 "crunchy",
15960]
15961
15962[[package]]
15963name = "tiny-skia"
15964version = "0.11.4"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15967dependencies = [
15968 "arrayref",
15969 "arrayvec",
15970 "bytemuck",
15971 "cfg-if",
15972 "log",
15973 "png",
15974 "tiny-skia-path",
15975]
15976
15977[[package]]
15978name = "tiny-skia-path"
15979version = "0.11.4"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15982dependencies = [
15983 "arrayref",
15984 "bytemuck",
15985 "strict-num",
15986]
15987
15988[[package]]
15989name = "tiny_http"
15990version = "0.8.2"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15993dependencies = [
15994 "ascii",
15995 "chrono",
15996 "chunked_transfer",
15997 "log",
15998 "url",
15999]
16000
16001[[package]]
16002name = "tinystr"
16003version = "0.7.6"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16006dependencies = [
16007 "displaydoc",
16008 "zerovec",
16009]
16010
16011[[package]]
16012name = "tinytemplate"
16013version = "1.2.1"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16016dependencies = [
16017 "serde",
16018 "serde_json",
16019]
16020
16021[[package]]
16022name = "tinyvec"
16023version = "1.9.0"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16026dependencies = [
16027 "tinyvec_macros",
16028]
16029
16030[[package]]
16031name = "tinyvec_macros"
16032version = "0.1.1"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16035
16036[[package]]
16037name = "title_bar"
16038version = "0.1.0"
16039dependencies = [
16040 "auto_update",
16041 "call",
16042 "chrono",
16043 "client",
16044 "collections",
16045 "db",
16046 "gpui",
16047 "http_client",
16048 "notifications",
16049 "pretty_assertions",
16050 "project",
16051 "remote",
16052 "rpc",
16053 "schemars",
16054 "serde",
16055 "settings",
16056 "smallvec",
16057 "story",
16058 "telemetry",
16059 "theme",
16060 "tree-sitter-md",
16061 "ui",
16062 "util",
16063 "windows 0.61.1",
16064 "workspace",
16065 "workspace-hack",
16066 "zed_actions",
16067]
16068
16069[[package]]
16070name = "tokio"
16071version = "1.44.2"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16074dependencies = [
16075 "backtrace",
16076 "bytes 1.10.1",
16077 "libc",
16078 "mio",
16079 "parking_lot",
16080 "pin-project-lite",
16081 "signal-hook-registry",
16082 "socket2",
16083 "tokio-macros",
16084 "windows-sys 0.52.0",
16085]
16086
16087[[package]]
16088name = "tokio-io"
16089version = "0.1.13"
16090source = "registry+https://github.com/rust-lang/crates.io-index"
16091checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16092dependencies = [
16093 "bytes 0.4.12",
16094 "futures 0.1.31",
16095 "log",
16096]
16097
16098[[package]]
16099name = "tokio-macros"
16100version = "2.5.0"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16103dependencies = [
16104 "proc-macro2",
16105 "quote",
16106 "syn 2.0.101",
16107]
16108
16109[[package]]
16110name = "tokio-native-tls"
16111version = "0.3.1"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16114dependencies = [
16115 "native-tls",
16116 "tokio",
16117]
16118
16119[[package]]
16120name = "tokio-rustls"
16121version = "0.24.1"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16124dependencies = [
16125 "rustls 0.21.12",
16126 "tokio",
16127]
16128
16129[[package]]
16130name = "tokio-rustls"
16131version = "0.26.2"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16134dependencies = [
16135 "rustls 0.23.26",
16136 "tokio",
16137]
16138
16139[[package]]
16140name = "tokio-socks"
16141version = "0.5.2"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16144dependencies = [
16145 "either",
16146 "futures-io",
16147 "futures-util",
16148 "thiserror 1.0.69",
16149 "tokio",
16150]
16151
16152[[package]]
16153name = "tokio-stream"
16154version = "0.1.17"
16155source = "registry+https://github.com/rust-lang/crates.io-index"
16156checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16157dependencies = [
16158 "futures-core",
16159 "pin-project-lite",
16160 "tokio",
16161]
16162
16163[[package]]
16164name = "tokio-tungstenite"
16165version = "0.20.1"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16168dependencies = [
16169 "futures-util",
16170 "log",
16171 "tokio",
16172 "tungstenite 0.20.1",
16173]
16174
16175[[package]]
16176name = "tokio-tungstenite"
16177version = "0.21.0"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16180dependencies = [
16181 "futures-util",
16182 "log",
16183 "tokio",
16184 "tungstenite 0.21.0",
16185]
16186
16187[[package]]
16188name = "tokio-tungstenite"
16189version = "0.26.2"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16192dependencies = [
16193 "futures-util",
16194 "log",
16195 "rustls 0.23.26",
16196 "rustls-pki-types",
16197 "tokio",
16198 "tokio-rustls 0.26.2",
16199 "tungstenite 0.26.2",
16200]
16201
16202[[package]]
16203name = "tokio-util"
16204version = "0.7.14"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16207dependencies = [
16208 "bytes 1.10.1",
16209 "futures-core",
16210 "futures-io",
16211 "futures-sink",
16212 "pin-project-lite",
16213 "tokio",
16214]
16215
16216[[package]]
16217name = "toml"
16218version = "0.5.11"
16219source = "registry+https://github.com/rust-lang/crates.io-index"
16220checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16221dependencies = [
16222 "serde",
16223]
16224
16225[[package]]
16226name = "toml"
16227version = "0.8.20"
16228source = "registry+https://github.com/rust-lang/crates.io-index"
16229checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16230dependencies = [
16231 "serde",
16232 "serde_spanned",
16233 "toml_datetime",
16234 "toml_edit",
16235]
16236
16237[[package]]
16238name = "toml_datetime"
16239version = "0.6.9"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16242dependencies = [
16243 "serde",
16244]
16245
16246[[package]]
16247name = "toml_edit"
16248version = "0.22.26"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16251dependencies = [
16252 "indexmap",
16253 "serde",
16254 "serde_spanned",
16255 "toml_datetime",
16256 "toml_write",
16257 "winnow",
16258]
16259
16260[[package]]
16261name = "toml_write"
16262version = "0.1.1"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16265
16266[[package]]
16267name = "toolchain_selector"
16268version = "0.1.0"
16269dependencies = [
16270 "editor",
16271 "fuzzy",
16272 "gpui",
16273 "language",
16274 "picker",
16275 "project",
16276 "ui",
16277 "util",
16278 "workspace",
16279 "workspace-hack",
16280]
16281
16282[[package]]
16283name = "topological-sort"
16284version = "0.2.2"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16287
16288[[package]]
16289name = "tower"
16290version = "0.4.13"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16293dependencies = [
16294 "futures-core",
16295 "futures-util",
16296 "pin-project",
16297 "pin-project-lite",
16298 "tokio",
16299 "tower-layer",
16300 "tower-service",
16301 "tracing",
16302]
16303
16304[[package]]
16305name = "tower"
16306version = "0.5.2"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16309dependencies = [
16310 "futures-core",
16311 "futures-util",
16312 "pin-project-lite",
16313 "sync_wrapper 1.0.2",
16314 "tokio",
16315 "tower-layer",
16316 "tower-service",
16317]
16318
16319[[package]]
16320name = "tower-http"
16321version = "0.3.5"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16324dependencies = [
16325 "bitflags 1.3.2",
16326 "bytes 1.10.1",
16327 "futures-core",
16328 "futures-util",
16329 "http 0.2.12",
16330 "http-body 0.4.6",
16331 "http-range-header",
16332 "pin-project-lite",
16333 "tower-layer",
16334 "tower-service",
16335]
16336
16337[[package]]
16338name = "tower-http"
16339version = "0.4.4"
16340source = "registry+https://github.com/rust-lang/crates.io-index"
16341checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16342dependencies = [
16343 "bitflags 2.9.0",
16344 "bytes 1.10.1",
16345 "futures-core",
16346 "futures-util",
16347 "http 0.2.12",
16348 "http-body 0.4.6",
16349 "http-range-header",
16350 "pin-project-lite",
16351 "tower-layer",
16352 "tower-service",
16353 "tracing",
16354]
16355
16356[[package]]
16357name = "tower-layer"
16358version = "0.3.3"
16359source = "registry+https://github.com/rust-lang/crates.io-index"
16360checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16361
16362[[package]]
16363name = "tower-service"
16364version = "0.3.3"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16367
16368[[package]]
16369name = "tracing"
16370version = "0.1.41"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16373dependencies = [
16374 "log",
16375 "pin-project-lite",
16376 "tracing-attributes",
16377 "tracing-core",
16378]
16379
16380[[package]]
16381name = "tracing-attributes"
16382version = "0.1.28"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16385dependencies = [
16386 "proc-macro2",
16387 "quote",
16388 "syn 2.0.101",
16389]
16390
16391[[package]]
16392name = "tracing-core"
16393version = "0.1.33"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16396dependencies = [
16397 "once_cell",
16398 "valuable",
16399]
16400
16401[[package]]
16402name = "tracing-log"
16403version = "0.2.0"
16404source = "registry+https://github.com/rust-lang/crates.io-index"
16405checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16406dependencies = [
16407 "log",
16408 "once_cell",
16409 "tracing-core",
16410]
16411
16412[[package]]
16413name = "tracing-serde"
16414version = "0.2.0"
16415source = "registry+https://github.com/rust-lang/crates.io-index"
16416checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16417dependencies = [
16418 "serde",
16419 "tracing-core",
16420]
16421
16422[[package]]
16423name = "tracing-subscriber"
16424version = "0.3.19"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16427dependencies = [
16428 "matchers",
16429 "nu-ansi-term 0.46.0",
16430 "once_cell",
16431 "regex",
16432 "serde",
16433 "serde_json",
16434 "sharded-slab",
16435 "smallvec",
16436 "thread_local",
16437 "tracing",
16438 "tracing-core",
16439 "tracing-log",
16440 "tracing-serde",
16441]
16442
16443[[package]]
16444name = "trait-variant"
16445version = "0.1.2"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16448dependencies = [
16449 "proc-macro2",
16450 "quote",
16451 "syn 2.0.101",
16452]
16453
16454[[package]]
16455name = "tree-sitter"
16456version = "0.25.3"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16459dependencies = [
16460 "cc",
16461 "regex",
16462 "regex-syntax 0.8.5",
16463 "serde_json",
16464 "streaming-iterator",
16465 "tree-sitter-language",
16466 "wasmtime-c-api-impl",
16467]
16468
16469[[package]]
16470name = "tree-sitter-bash"
16471version = "0.23.3"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16474dependencies = [
16475 "cc",
16476 "tree-sitter-language",
16477]
16478
16479[[package]]
16480name = "tree-sitter-c"
16481version = "0.23.4"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16484dependencies = [
16485 "cc",
16486 "tree-sitter-language",
16487]
16488
16489[[package]]
16490name = "tree-sitter-cpp"
16491version = "0.23.4"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16494dependencies = [
16495 "cc",
16496 "tree-sitter-language",
16497]
16498
16499[[package]]
16500name = "tree-sitter-css"
16501version = "0.23.2"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16504dependencies = [
16505 "cc",
16506 "tree-sitter-language",
16507]
16508
16509[[package]]
16510name = "tree-sitter-diff"
16511version = "0.1.0"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16514dependencies = [
16515 "cc",
16516 "tree-sitter-language",
16517]
16518
16519[[package]]
16520name = "tree-sitter-elixir"
16521version = "0.3.4"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16524dependencies = [
16525 "cc",
16526 "tree-sitter-language",
16527]
16528
16529[[package]]
16530name = "tree-sitter-embedded-template"
16531version = "0.23.2"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16534dependencies = [
16535 "cc",
16536 "tree-sitter-language",
16537]
16538
16539[[package]]
16540name = "tree-sitter-gitcommit"
16541version = "0.0.1"
16542source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16543dependencies = [
16544 "cc",
16545 "tree-sitter-language",
16546]
16547
16548[[package]]
16549name = "tree-sitter-go"
16550version = "0.23.4"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16553dependencies = [
16554 "cc",
16555 "tree-sitter-language",
16556]
16557
16558[[package]]
16559name = "tree-sitter-gomod"
16560version = "1.1.1"
16561source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16562dependencies = [
16563 "cc",
16564 "tree-sitter-language",
16565]
16566
16567[[package]]
16568name = "tree-sitter-gowork"
16569version = "0.0.1"
16570source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16571dependencies = [
16572 "cc",
16573 "tree-sitter-language",
16574]
16575
16576[[package]]
16577name = "tree-sitter-heex"
16578version = "0.0.1"
16579source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16580dependencies = [
16581 "cc",
16582 "tree-sitter-language",
16583]
16584
16585[[package]]
16586name = "tree-sitter-html"
16587version = "0.23.2"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16590dependencies = [
16591 "cc",
16592 "tree-sitter-language",
16593]
16594
16595[[package]]
16596name = "tree-sitter-jsdoc"
16597version = "0.23.2"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16600dependencies = [
16601 "cc",
16602 "tree-sitter-language",
16603]
16604
16605[[package]]
16606name = "tree-sitter-json"
16607version = "0.24.8"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16610dependencies = [
16611 "cc",
16612 "tree-sitter-language",
16613]
16614
16615[[package]]
16616name = "tree-sitter-language"
16617version = "0.1.5"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16620
16621[[package]]
16622name = "tree-sitter-md"
16623version = "0.3.2"
16624source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16625dependencies = [
16626 "cc",
16627 "tree-sitter-language",
16628]
16629
16630[[package]]
16631name = "tree-sitter-python"
16632version = "0.23.6"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16635dependencies = [
16636 "cc",
16637 "tree-sitter-language",
16638]
16639
16640[[package]]
16641name = "tree-sitter-regex"
16642version = "0.24.3"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16645dependencies = [
16646 "cc",
16647 "tree-sitter-language",
16648]
16649
16650[[package]]
16651name = "tree-sitter-ruby"
16652version = "0.23.1"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16655dependencies = [
16656 "cc",
16657 "tree-sitter-language",
16658]
16659
16660[[package]]
16661name = "tree-sitter-rust"
16662version = "0.24.0"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16665dependencies = [
16666 "cc",
16667 "tree-sitter-language",
16668]
16669
16670[[package]]
16671name = "tree-sitter-typescript"
16672version = "0.23.2"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16675dependencies = [
16676 "cc",
16677 "tree-sitter-language",
16678]
16679
16680[[package]]
16681name = "tree-sitter-yaml"
16682version = "0.6.1"
16683source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16684dependencies = [
16685 "cc",
16686 "tree-sitter-language",
16687]
16688
16689[[package]]
16690name = "try-lock"
16691version = "0.2.5"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16694
16695[[package]]
16696name = "ttf-parser"
16697version = "0.20.0"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16700
16701[[package]]
16702name = "ttf-parser"
16703version = "0.21.1"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16706
16707[[package]]
16708name = "ttf-parser"
16709version = "0.25.1"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16712dependencies = [
16713 "core_maths",
16714]
16715
16716[[package]]
16717name = "tungstenite"
16718version = "0.20.1"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16721dependencies = [
16722 "byteorder",
16723 "bytes 1.10.1",
16724 "data-encoding",
16725 "http 0.2.12",
16726 "httparse",
16727 "log",
16728 "rand 0.8.5",
16729 "sha1",
16730 "thiserror 1.0.69",
16731 "url",
16732 "utf-8",
16733]
16734
16735[[package]]
16736name = "tungstenite"
16737version = "0.21.0"
16738source = "registry+https://github.com/rust-lang/crates.io-index"
16739checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16740dependencies = [
16741 "byteorder",
16742 "bytes 1.10.1",
16743 "data-encoding",
16744 "http 1.3.1",
16745 "httparse",
16746 "log",
16747 "rand 0.8.5",
16748 "sha1",
16749 "thiserror 1.0.69",
16750 "url",
16751 "utf-8",
16752]
16753
16754[[package]]
16755name = "tungstenite"
16756version = "0.26.2"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16759dependencies = [
16760 "bytes 1.10.1",
16761 "data-encoding",
16762 "http 1.3.1",
16763 "httparse",
16764 "log",
16765 "rand 0.9.1",
16766 "rustls 0.23.26",
16767 "rustls-pki-types",
16768 "sha1",
16769 "thiserror 2.0.12",
16770 "utf-8",
16771]
16772
16773[[package]]
16774name = "typeid"
16775version = "1.0.3"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16778
16779[[package]]
16780name = "typenum"
16781version = "1.18.0"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16784
16785[[package]]
16786name = "ucd-trie"
16787version = "0.1.7"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16790
16791[[package]]
16792name = "uds_windows"
16793version = "1.1.0"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16796dependencies = [
16797 "memoffset",
16798 "tempfile",
16799 "winapi",
16800]
16801
16802[[package]]
16803name = "ui"
16804version = "0.1.0"
16805dependencies = [
16806 "chrono",
16807 "component",
16808 "documented",
16809 "gpui",
16810 "icons",
16811 "itertools 0.14.0",
16812 "menu",
16813 "serde",
16814 "settings",
16815 "smallvec",
16816 "story",
16817 "strum 0.27.1",
16818 "theme",
16819 "ui_macros",
16820 "util",
16821 "windows 0.61.1",
16822 "workspace-hack",
16823]
16824
16825[[package]]
16826name = "ui_input"
16827version = "0.1.0"
16828dependencies = [
16829 "component",
16830 "editor",
16831 "gpui",
16832 "settings",
16833 "theme",
16834 "ui",
16835 "workspace-hack",
16836]
16837
16838[[package]]
16839name = "ui_macros"
16840version = "0.1.0"
16841dependencies = [
16842 "quote",
16843 "syn 1.0.109",
16844 "workspace-hack",
16845]
16846
16847[[package]]
16848name = "ui_prompt"
16849version = "0.1.0"
16850dependencies = [
16851 "gpui",
16852 "markdown",
16853 "menu",
16854 "settings",
16855 "theme",
16856 "ui",
16857 "workspace",
16858 "workspace-hack",
16859]
16860
16861[[package]]
16862name = "uluru"
16863version = "3.1.0"
16864source = "registry+https://github.com/rust-lang/crates.io-index"
16865checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16866dependencies = [
16867 "arrayvec",
16868]
16869
16870[[package]]
16871name = "unicase"
16872version = "2.8.1"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16875
16876[[package]]
16877name = "unicode-bidi"
16878version = "0.3.18"
16879source = "registry+https://github.com/rust-lang/crates.io-index"
16880checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16881
16882[[package]]
16883name = "unicode-bidi-mirroring"
16884version = "0.2.0"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16887
16888[[package]]
16889name = "unicode-bidi-mirroring"
16890version = "0.4.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16893
16894[[package]]
16895name = "unicode-bom"
16896version = "2.0.3"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16899
16900[[package]]
16901name = "unicode-ccc"
16902version = "0.2.0"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16905
16906[[package]]
16907name = "unicode-ccc"
16908version = "0.4.0"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16911
16912[[package]]
16913name = "unicode-ident"
16914version = "1.0.18"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16917
16918[[package]]
16919name = "unicode-linebreak"
16920version = "0.1.5"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16923
16924[[package]]
16925name = "unicode-normalization"
16926version = "0.1.24"
16927source = "registry+https://github.com/rust-lang/crates.io-index"
16928checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16929dependencies = [
16930 "tinyvec",
16931]
16932
16933[[package]]
16934name = "unicode-properties"
16935version = "0.1.3"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16938
16939[[package]]
16940name = "unicode-script"
16941version = "0.5.7"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16944
16945[[package]]
16946name = "unicode-segmentation"
16947version = "1.12.0"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16950
16951[[package]]
16952name = "unicode-vo"
16953version = "0.1.0"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16956
16957[[package]]
16958name = "unicode-width"
16959version = "0.1.14"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16962
16963[[package]]
16964name = "unicode-width"
16965version = "0.2.0"
16966source = "registry+https://github.com/rust-lang/crates.io-index"
16967checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16968
16969[[package]]
16970name = "unicode-xid"
16971version = "0.2.6"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16974
16975[[package]]
16976name = "unicode_categories"
16977version = "0.1.1"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16980
16981[[package]]
16982name = "unindent"
16983version = "0.2.4"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16986
16987[[package]]
16988name = "untrusted"
16989version = "0.9.0"
16990source = "registry+https://github.com/rust-lang/crates.io-index"
16991checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16992
16993[[package]]
16994name = "url"
16995version = "2.5.4"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16998dependencies = [
16999 "form_urlencoded",
17000 "idna",
17001 "percent-encoding",
17002 "serde",
17003]
17004
17005[[package]]
17006name = "urlencoding"
17007version = "2.1.3"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17010
17011[[package]]
17012name = "usvg"
17013version = "0.45.1"
17014source = "registry+https://github.com/rust-lang/crates.io-index"
17015checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17016dependencies = [
17017 "base64 0.22.1",
17018 "data-url",
17019 "flate2",
17020 "fontdb 0.23.0",
17021 "imagesize",
17022 "kurbo",
17023 "log",
17024 "pico-args",
17025 "roxmltree",
17026 "rustybuzz 0.20.1",
17027 "simplecss",
17028 "siphasher",
17029 "strict-num",
17030 "svgtypes",
17031 "tiny-skia-path",
17032 "unicode-bidi",
17033 "unicode-script",
17034 "unicode-vo",
17035 "xmlwriter",
17036]
17037
17038[[package]]
17039name = "utf-8"
17040version = "0.7.6"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17043
17044[[package]]
17045name = "utf16_iter"
17046version = "1.0.5"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17049
17050[[package]]
17051name = "utf8_iter"
17052version = "1.0.4"
17053source = "registry+https://github.com/rust-lang/crates.io-index"
17054checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17055
17056[[package]]
17057name = "utf8parse"
17058version = "0.2.2"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17061
17062[[package]]
17063name = "util"
17064version = "0.1.0"
17065dependencies = [
17066 "anyhow",
17067 "async-fs",
17068 "async_zip",
17069 "collections",
17070 "dirs 4.0.0",
17071 "dunce",
17072 "futures 0.3.31",
17073 "futures-lite 1.13.0",
17074 "git2",
17075 "globset",
17076 "itertools 0.14.0",
17077 "libc",
17078 "log",
17079 "rand 0.8.5",
17080 "regex",
17081 "rust-embed",
17082 "serde",
17083 "serde_json",
17084 "serde_json_lenient",
17085 "smol",
17086 "take-until",
17087 "tempfile",
17088 "tendril",
17089 "unicase",
17090 "util_macros",
17091 "walkdir",
17092 "workspace-hack",
17093]
17094
17095[[package]]
17096name = "util_macros"
17097version = "0.1.0"
17098dependencies = [
17099 "quote",
17100 "syn 1.0.109",
17101 "workspace-hack",
17102]
17103
17104[[package]]
17105name = "uuid"
17106version = "1.16.0"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17109dependencies = [
17110 "getrandom 0.3.2",
17111 "serde",
17112 "sha1_smol",
17113]
17114
17115[[package]]
17116name = "uuid-simd"
17117version = "0.8.0"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17120dependencies = [
17121 "outref",
17122 "uuid",
17123 "vsimd",
17124]
17125
17126[[package]]
17127name = "v_frame"
17128version = "0.3.8"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17131dependencies = [
17132 "aligned-vec",
17133 "num-traits",
17134 "wasm-bindgen",
17135]
17136
17137[[package]]
17138name = "valuable"
17139version = "0.1.1"
17140source = "registry+https://github.com/rust-lang/crates.io-index"
17141checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17142
17143[[package]]
17144name = "value-bag"
17145version = "1.11.1"
17146source = "registry+https://github.com/rust-lang/crates.io-index"
17147checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17148dependencies = [
17149 "value-bag-serde1",
17150 "value-bag-sval2",
17151]
17152
17153[[package]]
17154name = "value-bag-serde1"
17155version = "1.11.1"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17158dependencies = [
17159 "erased-serde",
17160 "serde",
17161 "serde_fmt",
17162]
17163
17164[[package]]
17165name = "value-bag-sval2"
17166version = "1.11.1"
17167source = "registry+https://github.com/rust-lang/crates.io-index"
17168checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17169dependencies = [
17170 "sval",
17171 "sval_buffer",
17172 "sval_dynamic",
17173 "sval_fmt",
17174 "sval_json",
17175 "sval_ref",
17176 "sval_serde",
17177]
17178
17179[[package]]
17180name = "vcpkg"
17181version = "0.2.15"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17184
17185[[package]]
17186name = "version-compare"
17187version = "0.2.0"
17188source = "registry+https://github.com/rust-lang/crates.io-index"
17189checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17190
17191[[package]]
17192name = "version_check"
17193version = "0.9.5"
17194source = "registry+https://github.com/rust-lang/crates.io-index"
17195checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17196
17197[[package]]
17198name = "vim"
17199version = "0.1.0"
17200dependencies = [
17201 "anyhow",
17202 "assets",
17203 "async-compat",
17204 "async-trait",
17205 "collections",
17206 "command_palette",
17207 "command_palette_hooks",
17208 "db",
17209 "editor",
17210 "futures 0.3.31",
17211 "git_ui",
17212 "gpui",
17213 "indoc",
17214 "itertools 0.14.0",
17215 "language",
17216 "log",
17217 "lsp",
17218 "multi_buffer",
17219 "nvim-rs",
17220 "parking_lot",
17221 "picker",
17222 "project",
17223 "project_panel",
17224 "regex",
17225 "release_channel",
17226 "schemars",
17227 "search",
17228 "serde",
17229 "serde_derive",
17230 "serde_json",
17231 "settings",
17232 "task",
17233 "text",
17234 "theme",
17235 "tokio",
17236 "ui",
17237 "util",
17238 "vim_mode_setting",
17239 "workspace",
17240 "workspace-hack",
17241 "zed_actions",
17242]
17243
17244[[package]]
17245name = "vim_mode_setting"
17246version = "0.1.0"
17247dependencies = [
17248 "anyhow",
17249 "gpui",
17250 "settings",
17251 "workspace-hack",
17252]
17253
17254[[package]]
17255name = "vscode_theme"
17256version = "0.2.0"
17257source = "registry+https://github.com/rust-lang/crates.io-index"
17258checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17259dependencies = [
17260 "serde",
17261]
17262
17263[[package]]
17264name = "vsimd"
17265version = "0.8.0"
17266source = "registry+https://github.com/rust-lang/crates.io-index"
17267checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17268
17269[[package]]
17270name = "vswhom"
17271version = "0.1.0"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17274dependencies = [
17275 "libc",
17276 "vswhom-sys",
17277]
17278
17279[[package]]
17280name = "vswhom-sys"
17281version = "0.1.3"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17284dependencies = [
17285 "cc",
17286 "libc",
17287]
17288
17289[[package]]
17290name = "vte"
17291version = "0.15.0"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17294dependencies = [
17295 "arrayvec",
17296 "bitflags 2.9.0",
17297 "cursor-icon",
17298 "log",
17299 "memchr",
17300 "serde",
17301]
17302
17303[[package]]
17304name = "waker-fn"
17305version = "1.2.0"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17308
17309[[package]]
17310name = "walkdir"
17311version = "2.5.0"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17314dependencies = [
17315 "same-file",
17316 "winapi-util",
17317]
17318
17319[[package]]
17320name = "want"
17321version = "0.3.1"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17324dependencies = [
17325 "try-lock",
17326]
17327
17328[[package]]
17329name = "warp"
17330version = "0.3.7"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17333dependencies = [
17334 "bytes 1.10.1",
17335 "futures-channel",
17336 "futures-util",
17337 "headers",
17338 "http 0.2.12",
17339 "hyper 0.14.32",
17340 "log",
17341 "mime",
17342 "mime_guess",
17343 "percent-encoding",
17344 "pin-project",
17345 "scoped-tls",
17346 "serde",
17347 "serde_json",
17348 "serde_urlencoded",
17349 "tokio",
17350 "tokio-tungstenite 0.21.0",
17351 "tokio-util",
17352 "tower-service",
17353 "tracing",
17354]
17355
17356[[package]]
17357name = "wasi"
17358version = "0.9.0+wasi-snapshot-preview1"
17359source = "registry+https://github.com/rust-lang/crates.io-index"
17360checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17361
17362[[package]]
17363name = "wasi"
17364version = "0.11.0+wasi-snapshot-preview1"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17367
17368[[package]]
17369name = "wasi"
17370version = "0.14.2+wasi-0.2.4"
17371source = "registry+https://github.com/rust-lang/crates.io-index"
17372checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17373dependencies = [
17374 "wit-bindgen-rt 0.39.0",
17375]
17376
17377[[package]]
17378name = "wasi-preview1-component-adapter-provider"
17379version = "29.0.1"
17380source = "registry+https://github.com/rust-lang/crates.io-index"
17381checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17382
17383[[package]]
17384name = "wasite"
17385version = "0.1.0"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17388
17389[[package]]
17390name = "wasm-bindgen"
17391version = "0.2.100"
17392source = "registry+https://github.com/rust-lang/crates.io-index"
17393checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17394dependencies = [
17395 "cfg-if",
17396 "once_cell",
17397 "rustversion",
17398 "wasm-bindgen-macro",
17399]
17400
17401[[package]]
17402name = "wasm-bindgen-backend"
17403version = "0.2.100"
17404source = "registry+https://github.com/rust-lang/crates.io-index"
17405checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17406dependencies = [
17407 "bumpalo",
17408 "log",
17409 "proc-macro2",
17410 "quote",
17411 "syn 2.0.101",
17412 "wasm-bindgen-shared",
17413]
17414
17415[[package]]
17416name = "wasm-bindgen-futures"
17417version = "0.4.50"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17420dependencies = [
17421 "cfg-if",
17422 "js-sys",
17423 "once_cell",
17424 "wasm-bindgen",
17425 "web-sys",
17426]
17427
17428[[package]]
17429name = "wasm-bindgen-macro"
17430version = "0.2.100"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17433dependencies = [
17434 "quote",
17435 "wasm-bindgen-macro-support",
17436]
17437
17438[[package]]
17439name = "wasm-bindgen-macro-support"
17440version = "0.2.100"
17441source = "registry+https://github.com/rust-lang/crates.io-index"
17442checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17443dependencies = [
17444 "proc-macro2",
17445 "quote",
17446 "syn 2.0.101",
17447 "wasm-bindgen-backend",
17448 "wasm-bindgen-shared",
17449]
17450
17451[[package]]
17452name = "wasm-bindgen-shared"
17453version = "0.2.100"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17456dependencies = [
17457 "unicode-ident",
17458]
17459
17460[[package]]
17461name = "wasm-encoder"
17462version = "0.201.0"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17465dependencies = [
17466 "leb128",
17467]
17468
17469[[package]]
17470name = "wasm-encoder"
17471version = "0.221.3"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17474dependencies = [
17475 "leb128",
17476 "wasmparser 0.221.3",
17477]
17478
17479[[package]]
17480name = "wasm-encoder"
17481version = "0.227.1"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17484dependencies = [
17485 "leb128fmt",
17486 "wasmparser 0.227.1",
17487]
17488
17489[[package]]
17490name = "wasm-metadata"
17491version = "0.201.0"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17494dependencies = [
17495 "anyhow",
17496 "indexmap",
17497 "serde",
17498 "serde_derive",
17499 "serde_json",
17500 "spdx",
17501 "wasm-encoder 0.201.0",
17502 "wasmparser 0.201.0",
17503]
17504
17505[[package]]
17506name = "wasm-metadata"
17507version = "0.221.3"
17508source = "registry+https://github.com/rust-lang/crates.io-index"
17509checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17510dependencies = [
17511 "anyhow",
17512 "indexmap",
17513 "serde",
17514 "serde_derive",
17515 "serde_json",
17516 "spdx",
17517 "wasm-encoder 0.221.3",
17518 "wasmparser 0.221.3",
17519]
17520
17521[[package]]
17522name = "wasm-metadata"
17523version = "0.227.1"
17524source = "registry+https://github.com/rust-lang/crates.io-index"
17525checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17526dependencies = [
17527 "anyhow",
17528 "auditable-serde",
17529 "flate2",
17530 "indexmap",
17531 "serde",
17532 "serde_derive",
17533 "serde_json",
17534 "spdx",
17535 "url",
17536 "wasm-encoder 0.227.1",
17537 "wasmparser 0.227.1",
17538]
17539
17540[[package]]
17541name = "wasm-streams"
17542version = "0.4.2"
17543source = "registry+https://github.com/rust-lang/crates.io-index"
17544checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17545dependencies = [
17546 "futures-util",
17547 "js-sys",
17548 "wasm-bindgen",
17549 "wasm-bindgen-futures",
17550 "web-sys",
17551]
17552
17553[[package]]
17554name = "wasmparser"
17555version = "0.201.0"
17556source = "registry+https://github.com/rust-lang/crates.io-index"
17557checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17558dependencies = [
17559 "bitflags 2.9.0",
17560 "indexmap",
17561 "semver",
17562]
17563
17564[[package]]
17565name = "wasmparser"
17566version = "0.221.3"
17567source = "registry+https://github.com/rust-lang/crates.io-index"
17568checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17569dependencies = [
17570 "bitflags 2.9.0",
17571 "hashbrown 0.15.3",
17572 "indexmap",
17573 "semver",
17574 "serde",
17575]
17576
17577[[package]]
17578name = "wasmparser"
17579version = "0.227.1"
17580source = "registry+https://github.com/rust-lang/crates.io-index"
17581checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17582dependencies = [
17583 "bitflags 2.9.0",
17584 "hashbrown 0.15.3",
17585 "indexmap",
17586 "semver",
17587]
17588
17589[[package]]
17590name = "wasmprinter"
17591version = "0.221.3"
17592source = "registry+https://github.com/rust-lang/crates.io-index"
17593checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17594dependencies = [
17595 "anyhow",
17596 "termcolor",
17597 "wasmparser 0.221.3",
17598]
17599
17600[[package]]
17601name = "wasmtime"
17602version = "29.0.1"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17605dependencies = [
17606 "anyhow",
17607 "async-trait",
17608 "bitflags 2.9.0",
17609 "bumpalo",
17610 "cc",
17611 "cfg-if",
17612 "encoding_rs",
17613 "hashbrown 0.14.5",
17614 "indexmap",
17615 "libc",
17616 "log",
17617 "mach2",
17618 "memfd",
17619 "object",
17620 "once_cell",
17621 "paste",
17622 "postcard",
17623 "psm",
17624 "pulley-interpreter",
17625 "rayon",
17626 "rustix 0.38.44",
17627 "semver",
17628 "serde",
17629 "serde_derive",
17630 "smallvec",
17631 "sptr",
17632 "target-lexicon 0.13.2",
17633 "trait-variant",
17634 "wasmparser 0.221.3",
17635 "wasmtime-asm-macros",
17636 "wasmtime-component-macro",
17637 "wasmtime-component-util",
17638 "wasmtime-cranelift",
17639 "wasmtime-environ",
17640 "wasmtime-fiber",
17641 "wasmtime-jit-icache-coherence",
17642 "wasmtime-math",
17643 "wasmtime-slab",
17644 "wasmtime-versioned-export-macros",
17645 "wasmtime-winch",
17646 "windows-sys 0.59.0",
17647]
17648
17649[[package]]
17650name = "wasmtime-asm-macros"
17651version = "29.0.1"
17652source = "registry+https://github.com/rust-lang/crates.io-index"
17653checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17654dependencies = [
17655 "cfg-if",
17656]
17657
17658[[package]]
17659name = "wasmtime-c-api-impl"
17660version = "29.0.1"
17661source = "registry+https://github.com/rust-lang/crates.io-index"
17662checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17663dependencies = [
17664 "anyhow",
17665 "log",
17666 "tracing",
17667 "wasmtime",
17668 "wasmtime-c-api-macros",
17669]
17670
17671[[package]]
17672name = "wasmtime-c-api-macros"
17673version = "29.0.1"
17674source = "registry+https://github.com/rust-lang/crates.io-index"
17675checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17676dependencies = [
17677 "proc-macro2",
17678 "quote",
17679]
17680
17681[[package]]
17682name = "wasmtime-component-macro"
17683version = "29.0.1"
17684source = "registry+https://github.com/rust-lang/crates.io-index"
17685checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17686dependencies = [
17687 "anyhow",
17688 "proc-macro2",
17689 "quote",
17690 "syn 2.0.101",
17691 "wasmtime-component-util",
17692 "wasmtime-wit-bindgen",
17693 "wit-parser 0.221.3",
17694]
17695
17696[[package]]
17697name = "wasmtime-component-util"
17698version = "29.0.1"
17699source = "registry+https://github.com/rust-lang/crates.io-index"
17700checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17701
17702[[package]]
17703name = "wasmtime-cranelift"
17704version = "29.0.1"
17705source = "registry+https://github.com/rust-lang/crates.io-index"
17706checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17707dependencies = [
17708 "anyhow",
17709 "cfg-if",
17710 "cranelift-codegen",
17711 "cranelift-control",
17712 "cranelift-entity",
17713 "cranelift-frontend",
17714 "cranelift-native",
17715 "gimli",
17716 "itertools 0.12.1",
17717 "log",
17718 "object",
17719 "smallvec",
17720 "target-lexicon 0.13.2",
17721 "thiserror 1.0.69",
17722 "wasmparser 0.221.3",
17723 "wasmtime-environ",
17724 "wasmtime-versioned-export-macros",
17725]
17726
17727[[package]]
17728name = "wasmtime-environ"
17729version = "29.0.1"
17730source = "registry+https://github.com/rust-lang/crates.io-index"
17731checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17732dependencies = [
17733 "anyhow",
17734 "cpp_demangle",
17735 "cranelift-bitset",
17736 "cranelift-entity",
17737 "gimli",
17738 "indexmap",
17739 "log",
17740 "object",
17741 "postcard",
17742 "rustc-demangle",
17743 "semver",
17744 "serde",
17745 "serde_derive",
17746 "smallvec",
17747 "target-lexicon 0.13.2",
17748 "wasm-encoder 0.221.3",
17749 "wasmparser 0.221.3",
17750 "wasmprinter",
17751 "wasmtime-component-util",
17752]
17753
17754[[package]]
17755name = "wasmtime-fiber"
17756version = "29.0.1"
17757source = "registry+https://github.com/rust-lang/crates.io-index"
17758checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17759dependencies = [
17760 "anyhow",
17761 "cc",
17762 "cfg-if",
17763 "rustix 0.38.44",
17764 "wasmtime-asm-macros",
17765 "wasmtime-versioned-export-macros",
17766 "windows-sys 0.59.0",
17767]
17768
17769[[package]]
17770name = "wasmtime-jit-icache-coherence"
17771version = "29.0.1"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17774dependencies = [
17775 "anyhow",
17776 "cfg-if",
17777 "libc",
17778 "windows-sys 0.59.0",
17779]
17780
17781[[package]]
17782name = "wasmtime-math"
17783version = "29.0.1"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17786dependencies = [
17787 "libm",
17788]
17789
17790[[package]]
17791name = "wasmtime-slab"
17792version = "29.0.1"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17795
17796[[package]]
17797name = "wasmtime-versioned-export-macros"
17798version = "29.0.1"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17801dependencies = [
17802 "proc-macro2",
17803 "quote",
17804 "syn 2.0.101",
17805]
17806
17807[[package]]
17808name = "wasmtime-wasi"
17809version = "29.0.1"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17812dependencies = [
17813 "anyhow",
17814 "async-trait",
17815 "bitflags 2.9.0",
17816 "bytes 1.10.1",
17817 "cap-fs-ext",
17818 "cap-net-ext",
17819 "cap-rand",
17820 "cap-std",
17821 "cap-time-ext",
17822 "fs-set-times",
17823 "futures 0.3.31",
17824 "io-extras",
17825 "io-lifetimes",
17826 "rustix 0.38.44",
17827 "system-interface",
17828 "thiserror 1.0.69",
17829 "tokio",
17830 "tracing",
17831 "trait-variant",
17832 "url",
17833 "wasmtime",
17834 "wiggle",
17835 "windows-sys 0.59.0",
17836]
17837
17838[[package]]
17839name = "wasmtime-winch"
17840version = "29.0.1"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17843dependencies = [
17844 "anyhow",
17845 "cranelift-codegen",
17846 "gimli",
17847 "object",
17848 "target-lexicon 0.13.2",
17849 "wasmparser 0.221.3",
17850 "wasmtime-cranelift",
17851 "wasmtime-environ",
17852 "winch-codegen",
17853]
17854
17855[[package]]
17856name = "wasmtime-wit-bindgen"
17857version = "29.0.1"
17858source = "registry+https://github.com/rust-lang/crates.io-index"
17859checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17860dependencies = [
17861 "anyhow",
17862 "heck 0.5.0",
17863 "indexmap",
17864 "wit-parser 0.221.3",
17865]
17866
17867[[package]]
17868name = "wast"
17869version = "35.0.2"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17872dependencies = [
17873 "leb128",
17874]
17875
17876[[package]]
17877name = "wayland-backend"
17878version = "0.3.8"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17881dependencies = [
17882 "cc",
17883 "downcast-rs",
17884 "rustix 0.38.44",
17885 "scoped-tls",
17886 "smallvec",
17887 "wayland-sys",
17888]
17889
17890[[package]]
17891name = "wayland-client"
17892version = "0.31.8"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17895dependencies = [
17896 "bitflags 2.9.0",
17897 "rustix 0.38.44",
17898 "wayland-backend",
17899 "wayland-scanner",
17900]
17901
17902[[package]]
17903name = "wayland-cursor"
17904version = "0.31.8"
17905source = "registry+https://github.com/rust-lang/crates.io-index"
17906checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17907dependencies = [
17908 "rustix 0.38.44",
17909 "wayland-client",
17910 "xcursor",
17911]
17912
17913[[package]]
17914name = "wayland-protocols"
17915version = "0.31.2"
17916source = "registry+https://github.com/rust-lang/crates.io-index"
17917checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17918dependencies = [
17919 "bitflags 2.9.0",
17920 "wayland-backend",
17921 "wayland-client",
17922 "wayland-scanner",
17923]
17924
17925[[package]]
17926name = "wayland-protocols-plasma"
17927version = "0.2.0"
17928source = "registry+https://github.com/rust-lang/crates.io-index"
17929checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17930dependencies = [
17931 "bitflags 2.9.0",
17932 "wayland-backend",
17933 "wayland-client",
17934 "wayland-protocols",
17935 "wayland-scanner",
17936]
17937
17938[[package]]
17939name = "wayland-scanner"
17940version = "0.31.6"
17941source = "registry+https://github.com/rust-lang/crates.io-index"
17942checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17943dependencies = [
17944 "proc-macro2",
17945 "quick-xml 0.37.4",
17946 "quote",
17947]
17948
17949[[package]]
17950name = "wayland-sys"
17951version = "0.31.6"
17952source = "registry+https://github.com/rust-lang/crates.io-index"
17953checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17954dependencies = [
17955 "dlib",
17956 "log",
17957 "once_cell",
17958 "pkg-config",
17959]
17960
17961[[package]]
17962name = "web-sys"
17963version = "0.3.77"
17964source = "registry+https://github.com/rust-lang/crates.io-index"
17965checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17966dependencies = [
17967 "js-sys",
17968 "wasm-bindgen",
17969]
17970
17971[[package]]
17972name = "web-time"
17973version = "1.1.0"
17974source = "registry+https://github.com/rust-lang/crates.io-index"
17975checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17976dependencies = [
17977 "js-sys",
17978 "wasm-bindgen",
17979]
17980
17981[[package]]
17982name = "web_atoms"
17983version = "0.1.0"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17986dependencies = [
17987 "phf",
17988 "phf_codegen",
17989 "string_cache",
17990 "string_cache_codegen",
17991]
17992
17993[[package]]
17994name = "web_search"
17995version = "0.1.0"
17996dependencies = [
17997 "anyhow",
17998 "collections",
17999 "gpui",
18000 "serde",
18001 "workspace-hack",
18002 "zed_llm_client",
18003]
18004
18005[[package]]
18006name = "web_search_providers"
18007version = "0.1.0"
18008dependencies = [
18009 "anyhow",
18010 "client",
18011 "futures 0.3.31",
18012 "gpui",
18013 "http_client",
18014 "language_model",
18015 "serde",
18016 "serde_json",
18017 "web_search",
18018 "workspace-hack",
18019 "zed_llm_client",
18020]
18021
18022[[package]]
18023name = "webpki-root-certs"
18024version = "0.26.8"
18025source = "registry+https://github.com/rust-lang/crates.io-index"
18026checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18027dependencies = [
18028 "rustls-pki-types",
18029]
18030
18031[[package]]
18032name = "webpki-roots"
18033version = "0.26.8"
18034source = "registry+https://github.com/rust-lang/crates.io-index"
18035checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18036dependencies = [
18037 "rustls-pki-types",
18038]
18039
18040[[package]]
18041name = "webrtc-sys"
18042version = "0.3.7"
18043source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18044dependencies = [
18045 "cc",
18046 "cxx",
18047 "cxx-build",
18048 "glob",
18049 "log",
18050 "webrtc-sys-build",
18051]
18052
18053[[package]]
18054name = "webrtc-sys-build"
18055version = "0.3.6"
18056source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18057dependencies = [
18058 "fs2",
18059 "regex",
18060 "reqwest 0.11.27",
18061 "scratch",
18062 "semver",
18063 "zip",
18064]
18065
18066[[package]]
18067name = "weezl"
18068version = "0.1.8"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18071
18072[[package]]
18073name = "welcome"
18074version = "0.1.0"
18075dependencies = [
18076 "anyhow",
18077 "client",
18078 "component",
18079 "db",
18080 "documented",
18081 "editor",
18082 "fuzzy",
18083 "gpui",
18084 "install_cli",
18085 "language",
18086 "picker",
18087 "project",
18088 "schemars",
18089 "serde",
18090 "settings",
18091 "telemetry",
18092 "theme",
18093 "ui",
18094 "util",
18095 "vim_mode_setting",
18096 "workspace",
18097 "workspace-hack",
18098 "zed_actions",
18099]
18100
18101[[package]]
18102name = "which"
18103version = "4.4.2"
18104source = "registry+https://github.com/rust-lang/crates.io-index"
18105checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18106dependencies = [
18107 "either",
18108 "home",
18109 "once_cell",
18110 "rustix 0.38.44",
18111]
18112
18113[[package]]
18114name = "which"
18115version = "6.0.3"
18116source = "registry+https://github.com/rust-lang/crates.io-index"
18117checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18118dependencies = [
18119 "either",
18120 "home",
18121 "rustix 0.38.44",
18122 "winsafe",
18123]
18124
18125[[package]]
18126name = "whoami"
18127version = "1.6.0"
18128source = "registry+https://github.com/rust-lang/crates.io-index"
18129checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18130dependencies = [
18131 "redox_syscall 0.5.11",
18132 "wasite",
18133]
18134
18135[[package]]
18136name = "wiggle"
18137version = "29.0.1"
18138source = "registry+https://github.com/rust-lang/crates.io-index"
18139checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18140dependencies = [
18141 "anyhow",
18142 "async-trait",
18143 "bitflags 2.9.0",
18144 "thiserror 1.0.69",
18145 "tracing",
18146 "wasmtime",
18147 "wiggle-macro",
18148]
18149
18150[[package]]
18151name = "wiggle-generate"
18152version = "29.0.1"
18153source = "registry+https://github.com/rust-lang/crates.io-index"
18154checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18155dependencies = [
18156 "anyhow",
18157 "heck 0.5.0",
18158 "proc-macro2",
18159 "quote",
18160 "shellexpand 2.1.2",
18161 "syn 2.0.101",
18162 "witx",
18163]
18164
18165[[package]]
18166name = "wiggle-macro"
18167version = "29.0.1"
18168source = "registry+https://github.com/rust-lang/crates.io-index"
18169checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18170dependencies = [
18171 "proc-macro2",
18172 "quote",
18173 "syn 2.0.101",
18174 "wiggle-generate",
18175]
18176
18177[[package]]
18178name = "winapi"
18179version = "0.3.9"
18180source = "registry+https://github.com/rust-lang/crates.io-index"
18181checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18182dependencies = [
18183 "winapi-i686-pc-windows-gnu",
18184 "winapi-x86_64-pc-windows-gnu",
18185]
18186
18187[[package]]
18188name = "winapi-i686-pc-windows-gnu"
18189version = "0.4.0"
18190source = "registry+https://github.com/rust-lang/crates.io-index"
18191checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18192
18193[[package]]
18194name = "winapi-util"
18195version = "0.1.9"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18198dependencies = [
18199 "windows-sys 0.59.0",
18200]
18201
18202[[package]]
18203name = "winapi-x86_64-pc-windows-gnu"
18204version = "0.4.0"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18207
18208[[package]]
18209name = "winch-codegen"
18210version = "29.0.1"
18211source = "registry+https://github.com/rust-lang/crates.io-index"
18212checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18213dependencies = [
18214 "anyhow",
18215 "cranelift-codegen",
18216 "gimli",
18217 "regalloc2",
18218 "smallvec",
18219 "target-lexicon 0.13.2",
18220 "thiserror 1.0.69",
18221 "wasmparser 0.221.3",
18222 "wasmtime-cranelift",
18223 "wasmtime-environ",
18224]
18225
18226[[package]]
18227name = "windows"
18228version = "0.54.0"
18229source = "registry+https://github.com/rust-lang/crates.io-index"
18230checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18231dependencies = [
18232 "windows-core 0.54.0",
18233 "windows-targets 0.52.6",
18234]
18235
18236[[package]]
18237name = "windows"
18238version = "0.57.0"
18239source = "registry+https://github.com/rust-lang/crates.io-index"
18240checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18241dependencies = [
18242 "windows-core 0.57.0",
18243 "windows-targets 0.52.6",
18244]
18245
18246[[package]]
18247name = "windows"
18248version = "0.58.0"
18249source = "registry+https://github.com/rust-lang/crates.io-index"
18250checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18251dependencies = [
18252 "windows-core 0.58.0",
18253 "windows-targets 0.52.6",
18254]
18255
18256[[package]]
18257name = "windows"
18258version = "0.61.1"
18259source = "registry+https://github.com/rust-lang/crates.io-index"
18260checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18261dependencies = [
18262 "windows-collections",
18263 "windows-core 0.61.0",
18264 "windows-future",
18265 "windows-link",
18266 "windows-numerics",
18267]
18268
18269[[package]]
18270name = "windows-capture"
18271version = "1.4.3"
18272source = "registry+https://github.com/rust-lang/crates.io-index"
18273checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18274dependencies = [
18275 "clap",
18276 "ctrlc",
18277 "parking_lot",
18278 "rayon",
18279 "thiserror 2.0.12",
18280 "windows 0.61.1",
18281 "windows-future",
18282]
18283
18284[[package]]
18285name = "windows-collections"
18286version = "0.2.0"
18287source = "registry+https://github.com/rust-lang/crates.io-index"
18288checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18289dependencies = [
18290 "windows-core 0.61.0",
18291]
18292
18293[[package]]
18294name = "windows-core"
18295version = "0.54.0"
18296source = "registry+https://github.com/rust-lang/crates.io-index"
18297checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18298dependencies = [
18299 "windows-result 0.1.2",
18300 "windows-targets 0.52.6",
18301]
18302
18303[[package]]
18304name = "windows-core"
18305version = "0.57.0"
18306source = "registry+https://github.com/rust-lang/crates.io-index"
18307checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18308dependencies = [
18309 "windows-implement 0.57.0",
18310 "windows-interface 0.57.0",
18311 "windows-result 0.1.2",
18312 "windows-targets 0.52.6",
18313]
18314
18315[[package]]
18316name = "windows-core"
18317version = "0.58.0"
18318source = "registry+https://github.com/rust-lang/crates.io-index"
18319checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18320dependencies = [
18321 "windows-implement 0.58.0",
18322 "windows-interface 0.58.0",
18323 "windows-result 0.2.0",
18324 "windows-strings 0.1.0",
18325 "windows-targets 0.52.6",
18326]
18327
18328[[package]]
18329name = "windows-core"
18330version = "0.61.0"
18331source = "registry+https://github.com/rust-lang/crates.io-index"
18332checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18333dependencies = [
18334 "windows-implement 0.60.0",
18335 "windows-interface 0.59.1",
18336 "windows-link",
18337 "windows-result 0.3.2",
18338 "windows-strings 0.4.0",
18339]
18340
18341[[package]]
18342name = "windows-future"
18343version = "0.2.0"
18344source = "registry+https://github.com/rust-lang/crates.io-index"
18345checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18346dependencies = [
18347 "windows-core 0.61.0",
18348 "windows-link",
18349]
18350
18351[[package]]
18352name = "windows-implement"
18353version = "0.57.0"
18354source = "registry+https://github.com/rust-lang/crates.io-index"
18355checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18356dependencies = [
18357 "proc-macro2",
18358 "quote",
18359 "syn 2.0.101",
18360]
18361
18362[[package]]
18363name = "windows-implement"
18364version = "0.58.0"
18365source = "registry+https://github.com/rust-lang/crates.io-index"
18366checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18367dependencies = [
18368 "proc-macro2",
18369 "quote",
18370 "syn 2.0.101",
18371]
18372
18373[[package]]
18374name = "windows-implement"
18375version = "0.60.0"
18376source = "registry+https://github.com/rust-lang/crates.io-index"
18377checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18378dependencies = [
18379 "proc-macro2",
18380 "quote",
18381 "syn 2.0.101",
18382]
18383
18384[[package]]
18385name = "windows-interface"
18386version = "0.57.0"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18389dependencies = [
18390 "proc-macro2",
18391 "quote",
18392 "syn 2.0.101",
18393]
18394
18395[[package]]
18396name = "windows-interface"
18397version = "0.58.0"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18400dependencies = [
18401 "proc-macro2",
18402 "quote",
18403 "syn 2.0.101",
18404]
18405
18406[[package]]
18407name = "windows-interface"
18408version = "0.59.1"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18411dependencies = [
18412 "proc-macro2",
18413 "quote",
18414 "syn 2.0.101",
18415]
18416
18417[[package]]
18418name = "windows-link"
18419version = "0.1.1"
18420source = "registry+https://github.com/rust-lang/crates.io-index"
18421checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18422
18423[[package]]
18424name = "windows-numerics"
18425version = "0.2.0"
18426source = "registry+https://github.com/rust-lang/crates.io-index"
18427checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18428dependencies = [
18429 "windows-core 0.61.0",
18430 "windows-link",
18431]
18432
18433[[package]]
18434name = "windows-registry"
18435version = "0.4.0"
18436source = "registry+https://github.com/rust-lang/crates.io-index"
18437checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18438dependencies = [
18439 "windows-result 0.3.2",
18440 "windows-strings 0.3.1",
18441 "windows-targets 0.53.0",
18442]
18443
18444[[package]]
18445name = "windows-registry"
18446version = "0.5.1"
18447source = "registry+https://github.com/rust-lang/crates.io-index"
18448checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18449dependencies = [
18450 "windows-link",
18451 "windows-result 0.3.2",
18452 "windows-strings 0.4.0",
18453]
18454
18455[[package]]
18456name = "windows-result"
18457version = "0.1.2"
18458source = "registry+https://github.com/rust-lang/crates.io-index"
18459checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18460dependencies = [
18461 "windows-targets 0.52.6",
18462]
18463
18464[[package]]
18465name = "windows-result"
18466version = "0.2.0"
18467source = "registry+https://github.com/rust-lang/crates.io-index"
18468checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18469dependencies = [
18470 "windows-targets 0.52.6",
18471]
18472
18473[[package]]
18474name = "windows-result"
18475version = "0.3.2"
18476source = "registry+https://github.com/rust-lang/crates.io-index"
18477checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18478dependencies = [
18479 "windows-link",
18480]
18481
18482[[package]]
18483name = "windows-strings"
18484version = "0.1.0"
18485source = "registry+https://github.com/rust-lang/crates.io-index"
18486checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18487dependencies = [
18488 "windows-result 0.2.0",
18489 "windows-targets 0.52.6",
18490]
18491
18492[[package]]
18493name = "windows-strings"
18494version = "0.3.1"
18495source = "registry+https://github.com/rust-lang/crates.io-index"
18496checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18497dependencies = [
18498 "windows-link",
18499]
18500
18501[[package]]
18502name = "windows-strings"
18503version = "0.4.0"
18504source = "registry+https://github.com/rust-lang/crates.io-index"
18505checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18506dependencies = [
18507 "windows-link",
18508]
18509
18510[[package]]
18511name = "windows-sys"
18512version = "0.45.0"
18513source = "registry+https://github.com/rust-lang/crates.io-index"
18514checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18515dependencies = [
18516 "windows-targets 0.42.2",
18517]
18518
18519[[package]]
18520name = "windows-sys"
18521version = "0.48.0"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18524dependencies = [
18525 "windows-targets 0.48.5",
18526]
18527
18528[[package]]
18529name = "windows-sys"
18530version = "0.52.0"
18531source = "registry+https://github.com/rust-lang/crates.io-index"
18532checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18533dependencies = [
18534 "windows-targets 0.52.6",
18535]
18536
18537[[package]]
18538name = "windows-sys"
18539version = "0.59.0"
18540source = "registry+https://github.com/rust-lang/crates.io-index"
18541checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18542dependencies = [
18543 "windows-targets 0.52.6",
18544]
18545
18546[[package]]
18547name = "windows-targets"
18548version = "0.42.2"
18549source = "registry+https://github.com/rust-lang/crates.io-index"
18550checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18551dependencies = [
18552 "windows_aarch64_gnullvm 0.42.2",
18553 "windows_aarch64_msvc 0.42.2",
18554 "windows_i686_gnu 0.42.2",
18555 "windows_i686_msvc 0.42.2",
18556 "windows_x86_64_gnu 0.42.2",
18557 "windows_x86_64_gnullvm 0.42.2",
18558 "windows_x86_64_msvc 0.42.2",
18559]
18560
18561[[package]]
18562name = "windows-targets"
18563version = "0.48.5"
18564source = "registry+https://github.com/rust-lang/crates.io-index"
18565checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18566dependencies = [
18567 "windows_aarch64_gnullvm 0.48.5",
18568 "windows_aarch64_msvc 0.48.5",
18569 "windows_i686_gnu 0.48.5",
18570 "windows_i686_msvc 0.48.5",
18571 "windows_x86_64_gnu 0.48.5",
18572 "windows_x86_64_gnullvm 0.48.5",
18573 "windows_x86_64_msvc 0.48.5",
18574]
18575
18576[[package]]
18577name = "windows-targets"
18578version = "0.52.6"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18581dependencies = [
18582 "windows_aarch64_gnullvm 0.52.6",
18583 "windows_aarch64_msvc 0.52.6",
18584 "windows_i686_gnu 0.52.6",
18585 "windows_i686_gnullvm 0.52.6",
18586 "windows_i686_msvc 0.52.6",
18587 "windows_x86_64_gnu 0.52.6",
18588 "windows_x86_64_gnullvm 0.52.6",
18589 "windows_x86_64_msvc 0.52.6",
18590]
18591
18592[[package]]
18593name = "windows-targets"
18594version = "0.53.0"
18595source = "registry+https://github.com/rust-lang/crates.io-index"
18596checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18597dependencies = [
18598 "windows_aarch64_gnullvm 0.53.0",
18599 "windows_aarch64_msvc 0.53.0",
18600 "windows_i686_gnu 0.53.0",
18601 "windows_i686_gnullvm 0.53.0",
18602 "windows_i686_msvc 0.53.0",
18603 "windows_x86_64_gnu 0.53.0",
18604 "windows_x86_64_gnullvm 0.53.0",
18605 "windows_x86_64_msvc 0.53.0",
18606]
18607
18608[[package]]
18609name = "windows_aarch64_gnullvm"
18610version = "0.42.2"
18611source = "registry+https://github.com/rust-lang/crates.io-index"
18612checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18613
18614[[package]]
18615name = "windows_aarch64_gnullvm"
18616version = "0.48.5"
18617source = "registry+https://github.com/rust-lang/crates.io-index"
18618checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18619
18620[[package]]
18621name = "windows_aarch64_gnullvm"
18622version = "0.52.6"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18625
18626[[package]]
18627name = "windows_aarch64_gnullvm"
18628version = "0.53.0"
18629source = "registry+https://github.com/rust-lang/crates.io-index"
18630checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18631
18632[[package]]
18633name = "windows_aarch64_msvc"
18634version = "0.42.2"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18637
18638[[package]]
18639name = "windows_aarch64_msvc"
18640version = "0.48.5"
18641source = "registry+https://github.com/rust-lang/crates.io-index"
18642checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18643
18644[[package]]
18645name = "windows_aarch64_msvc"
18646version = "0.52.6"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18649
18650[[package]]
18651name = "windows_aarch64_msvc"
18652version = "0.53.0"
18653source = "registry+https://github.com/rust-lang/crates.io-index"
18654checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18655
18656[[package]]
18657name = "windows_i686_gnu"
18658version = "0.42.2"
18659source = "registry+https://github.com/rust-lang/crates.io-index"
18660checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18661
18662[[package]]
18663name = "windows_i686_gnu"
18664version = "0.48.5"
18665source = "registry+https://github.com/rust-lang/crates.io-index"
18666checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18667
18668[[package]]
18669name = "windows_i686_gnu"
18670version = "0.52.6"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18673
18674[[package]]
18675name = "windows_i686_gnu"
18676version = "0.53.0"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18679
18680[[package]]
18681name = "windows_i686_gnullvm"
18682version = "0.52.6"
18683source = "registry+https://github.com/rust-lang/crates.io-index"
18684checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18685
18686[[package]]
18687name = "windows_i686_gnullvm"
18688version = "0.53.0"
18689source = "registry+https://github.com/rust-lang/crates.io-index"
18690checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18691
18692[[package]]
18693name = "windows_i686_msvc"
18694version = "0.42.2"
18695source = "registry+https://github.com/rust-lang/crates.io-index"
18696checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18697
18698[[package]]
18699name = "windows_i686_msvc"
18700version = "0.48.5"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18703
18704[[package]]
18705name = "windows_i686_msvc"
18706version = "0.52.6"
18707source = "registry+https://github.com/rust-lang/crates.io-index"
18708checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18709
18710[[package]]
18711name = "windows_i686_msvc"
18712version = "0.53.0"
18713source = "registry+https://github.com/rust-lang/crates.io-index"
18714checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18715
18716[[package]]
18717name = "windows_x86_64_gnu"
18718version = "0.42.2"
18719source = "registry+https://github.com/rust-lang/crates.io-index"
18720checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18721
18722[[package]]
18723name = "windows_x86_64_gnu"
18724version = "0.48.5"
18725source = "registry+https://github.com/rust-lang/crates.io-index"
18726checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18727
18728[[package]]
18729name = "windows_x86_64_gnu"
18730version = "0.52.6"
18731source = "registry+https://github.com/rust-lang/crates.io-index"
18732checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18733
18734[[package]]
18735name = "windows_x86_64_gnu"
18736version = "0.53.0"
18737source = "registry+https://github.com/rust-lang/crates.io-index"
18738checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18739
18740[[package]]
18741name = "windows_x86_64_gnullvm"
18742version = "0.42.2"
18743source = "registry+https://github.com/rust-lang/crates.io-index"
18744checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18745
18746[[package]]
18747name = "windows_x86_64_gnullvm"
18748version = "0.48.5"
18749source = "registry+https://github.com/rust-lang/crates.io-index"
18750checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18751
18752[[package]]
18753name = "windows_x86_64_gnullvm"
18754version = "0.52.6"
18755source = "registry+https://github.com/rust-lang/crates.io-index"
18756checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18757
18758[[package]]
18759name = "windows_x86_64_gnullvm"
18760version = "0.53.0"
18761source = "registry+https://github.com/rust-lang/crates.io-index"
18762checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18763
18764[[package]]
18765name = "windows_x86_64_msvc"
18766version = "0.42.2"
18767source = "registry+https://github.com/rust-lang/crates.io-index"
18768checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18769
18770[[package]]
18771name = "windows_x86_64_msvc"
18772version = "0.48.5"
18773source = "registry+https://github.com/rust-lang/crates.io-index"
18774checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18775
18776[[package]]
18777name = "windows_x86_64_msvc"
18778version = "0.52.6"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18781
18782[[package]]
18783name = "windows_x86_64_msvc"
18784version = "0.53.0"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18787
18788[[package]]
18789name = "winnow"
18790version = "0.7.6"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18793dependencies = [
18794 "memchr",
18795]
18796
18797[[package]]
18798name = "winreg"
18799version = "0.10.1"
18800source = "registry+https://github.com/rust-lang/crates.io-index"
18801checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18802dependencies = [
18803 "winapi",
18804]
18805
18806[[package]]
18807name = "winreg"
18808version = "0.50.0"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18811dependencies = [
18812 "cfg-if",
18813 "windows-sys 0.48.0",
18814]
18815
18816[[package]]
18817name = "winreg"
18818version = "0.52.0"
18819source = "registry+https://github.com/rust-lang/crates.io-index"
18820checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18821dependencies = [
18822 "cfg-if",
18823 "windows-sys 0.48.0",
18824]
18825
18826[[package]]
18827name = "winreg"
18828version = "0.55.0"
18829source = "registry+https://github.com/rust-lang/crates.io-index"
18830checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18831dependencies = [
18832 "cfg-if",
18833 "windows-sys 0.59.0",
18834]
18835
18836[[package]]
18837name = "winresource"
18838version = "0.1.20"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18841dependencies = [
18842 "toml 0.8.20",
18843 "version_check",
18844]
18845
18846[[package]]
18847name = "winsafe"
18848version = "0.0.19"
18849source = "registry+https://github.com/rust-lang/crates.io-index"
18850checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18851
18852[[package]]
18853name = "winx"
18854version = "0.36.4"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18857dependencies = [
18858 "bitflags 2.9.0",
18859 "windows-sys 0.59.0",
18860]
18861
18862[[package]]
18863name = "wio"
18864version = "0.2.2"
18865source = "registry+https://github.com/rust-lang/crates.io-index"
18866checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18867dependencies = [
18868 "winapi",
18869]
18870
18871[[package]]
18872name = "wit-bindgen"
18873version = "0.22.0"
18874source = "registry+https://github.com/rust-lang/crates.io-index"
18875checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18876dependencies = [
18877 "bitflags 2.9.0",
18878 "wit-bindgen-rt 0.22.0",
18879 "wit-bindgen-rust-macro 0.22.0",
18880]
18881
18882[[package]]
18883name = "wit-bindgen"
18884version = "0.41.0"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18887dependencies = [
18888 "wit-bindgen-rt 0.41.0",
18889 "wit-bindgen-rust-macro 0.41.0",
18890]
18891
18892[[package]]
18893name = "wit-bindgen-core"
18894version = "0.22.0"
18895source = "registry+https://github.com/rust-lang/crates.io-index"
18896checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18897dependencies = [
18898 "anyhow",
18899 "wit-parser 0.201.0",
18900]
18901
18902[[package]]
18903name = "wit-bindgen-core"
18904version = "0.41.0"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18907dependencies = [
18908 "anyhow",
18909 "heck 0.5.0",
18910 "wit-parser 0.227.1",
18911]
18912
18913[[package]]
18914name = "wit-bindgen-rt"
18915version = "0.22.0"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18918
18919[[package]]
18920name = "wit-bindgen-rt"
18921version = "0.39.0"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18924dependencies = [
18925 "bitflags 2.9.0",
18926]
18927
18928[[package]]
18929name = "wit-bindgen-rt"
18930version = "0.41.0"
18931source = "registry+https://github.com/rust-lang/crates.io-index"
18932checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18933dependencies = [
18934 "bitflags 2.9.0",
18935 "futures 0.3.31",
18936 "once_cell",
18937]
18938
18939[[package]]
18940name = "wit-bindgen-rust"
18941version = "0.22.0"
18942source = "registry+https://github.com/rust-lang/crates.io-index"
18943checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18944dependencies = [
18945 "anyhow",
18946 "heck 0.4.1",
18947 "indexmap",
18948 "wasm-metadata 0.201.0",
18949 "wit-bindgen-core 0.22.0",
18950 "wit-component 0.201.0",
18951]
18952
18953[[package]]
18954name = "wit-bindgen-rust"
18955version = "0.41.0"
18956source = "registry+https://github.com/rust-lang/crates.io-index"
18957checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18958dependencies = [
18959 "anyhow",
18960 "heck 0.5.0",
18961 "indexmap",
18962 "prettyplease",
18963 "syn 2.0.101",
18964 "wasm-metadata 0.227.1",
18965 "wit-bindgen-core 0.41.0",
18966 "wit-component 0.227.1",
18967]
18968
18969[[package]]
18970name = "wit-bindgen-rust-macro"
18971version = "0.22.0"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18974dependencies = [
18975 "anyhow",
18976 "proc-macro2",
18977 "quote",
18978 "syn 2.0.101",
18979 "wit-bindgen-core 0.22.0",
18980 "wit-bindgen-rust 0.22.0",
18981]
18982
18983[[package]]
18984name = "wit-bindgen-rust-macro"
18985version = "0.41.0"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18988dependencies = [
18989 "anyhow",
18990 "prettyplease",
18991 "proc-macro2",
18992 "quote",
18993 "syn 2.0.101",
18994 "wit-bindgen-core 0.41.0",
18995 "wit-bindgen-rust 0.41.0",
18996]
18997
18998[[package]]
18999name = "wit-component"
19000version = "0.201.0"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19003dependencies = [
19004 "anyhow",
19005 "bitflags 2.9.0",
19006 "indexmap",
19007 "log",
19008 "serde",
19009 "serde_derive",
19010 "serde_json",
19011 "wasm-encoder 0.201.0",
19012 "wasm-metadata 0.201.0",
19013 "wasmparser 0.201.0",
19014 "wit-parser 0.201.0",
19015]
19016
19017[[package]]
19018name = "wit-component"
19019version = "0.221.3"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19022dependencies = [
19023 "anyhow",
19024 "bitflags 2.9.0",
19025 "indexmap",
19026 "log",
19027 "serde",
19028 "serde_derive",
19029 "serde_json",
19030 "wasm-encoder 0.221.3",
19031 "wasm-metadata 0.221.3",
19032 "wasmparser 0.221.3",
19033 "wit-parser 0.221.3",
19034]
19035
19036[[package]]
19037name = "wit-component"
19038version = "0.227.1"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19041dependencies = [
19042 "anyhow",
19043 "bitflags 2.9.0",
19044 "indexmap",
19045 "log",
19046 "serde",
19047 "serde_derive",
19048 "serde_json",
19049 "wasm-encoder 0.227.1",
19050 "wasm-metadata 0.227.1",
19051 "wasmparser 0.227.1",
19052 "wit-parser 0.227.1",
19053]
19054
19055[[package]]
19056name = "wit-parser"
19057version = "0.201.0"
19058source = "registry+https://github.com/rust-lang/crates.io-index"
19059checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19060dependencies = [
19061 "anyhow",
19062 "id-arena",
19063 "indexmap",
19064 "log",
19065 "semver",
19066 "serde",
19067 "serde_derive",
19068 "serde_json",
19069 "unicode-xid",
19070 "wasmparser 0.201.0",
19071]
19072
19073[[package]]
19074name = "wit-parser"
19075version = "0.221.3"
19076source = "registry+https://github.com/rust-lang/crates.io-index"
19077checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19078dependencies = [
19079 "anyhow",
19080 "id-arena",
19081 "indexmap",
19082 "log",
19083 "semver",
19084 "serde",
19085 "serde_derive",
19086 "serde_json",
19087 "unicode-xid",
19088 "wasmparser 0.221.3",
19089]
19090
19091[[package]]
19092name = "wit-parser"
19093version = "0.227.1"
19094source = "registry+https://github.com/rust-lang/crates.io-index"
19095checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19096dependencies = [
19097 "anyhow",
19098 "id-arena",
19099 "indexmap",
19100 "log",
19101 "semver",
19102 "serde",
19103 "serde_derive",
19104 "serde_json",
19105 "unicode-xid",
19106 "wasmparser 0.227.1",
19107]
19108
19109[[package]]
19110name = "witx"
19111version = "0.9.1"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19114dependencies = [
19115 "anyhow",
19116 "log",
19117 "thiserror 1.0.69",
19118 "wast",
19119]
19120
19121[[package]]
19122name = "workspace"
19123version = "0.1.0"
19124dependencies = [
19125 "any_vec",
19126 "anyhow",
19127 "async-recursion 1.1.1",
19128 "bincode",
19129 "call",
19130 "client",
19131 "clock",
19132 "collections",
19133 "component",
19134 "dap",
19135 "db",
19136 "env_logger 0.11.8",
19137 "fs",
19138 "futures 0.3.31",
19139 "gpui",
19140 "http_client",
19141 "itertools 0.14.0",
19142 "language",
19143 "log",
19144 "menu",
19145 "node_runtime",
19146 "parking_lot",
19147 "postage",
19148 "project",
19149 "remote",
19150 "schemars",
19151 "serde",
19152 "serde_json",
19153 "session",
19154 "settings",
19155 "smallvec",
19156 "sqlez",
19157 "strum 0.27.1",
19158 "task",
19159 "telemetry",
19160 "tempfile",
19161 "theme",
19162 "ui",
19163 "util",
19164 "uuid",
19165 "windows 0.61.1",
19166 "workspace-hack",
19167 "zed_actions",
19168]
19169
19170[[package]]
19171name = "workspace-hack"
19172version = "0.1.0"
19173dependencies = [
19174 "aes",
19175 "ahash 0.8.11",
19176 "aho-corasick",
19177 "anstream",
19178 "arrayvec",
19179 "async-compression",
19180 "async-std",
19181 "async-tungstenite",
19182 "aws-config",
19183 "aws-credential-types",
19184 "aws-runtime",
19185 "aws-sigv4",
19186 "aws-smithy-async",
19187 "aws-smithy-http",
19188 "aws-smithy-runtime",
19189 "aws-smithy-runtime-api",
19190 "aws-smithy-types",
19191 "base64 0.22.1",
19192 "base64ct",
19193 "bigdecimal",
19194 "bit-set 0.8.0",
19195 "bit-vec 0.8.0",
19196 "bitflags 2.9.0",
19197 "bstr",
19198 "bytemuck",
19199 "byteorder",
19200 "bytes 1.10.1",
19201 "cc",
19202 "chrono",
19203 "cipher",
19204 "clang-sys",
19205 "clap",
19206 "clap_builder",
19207 "codespan-reporting 0.12.0",
19208 "concurrent-queue",
19209 "core-foundation 0.9.4",
19210 "core-foundation-sys",
19211 "coreaudio-sys",
19212 "cranelift-codegen",
19213 "crc32fast",
19214 "crossbeam-epoch",
19215 "crossbeam-utils",
19216 "crypto-common",
19217 "deranged",
19218 "digest",
19219 "either",
19220 "euclid",
19221 "event-listener 5.4.0",
19222 "event-listener-strategy",
19223 "flate2",
19224 "flume",
19225 "foldhash",
19226 "form_urlencoded",
19227 "futures 0.3.31",
19228 "futures-channel",
19229 "futures-core",
19230 "futures-executor",
19231 "futures-io",
19232 "futures-sink",
19233 "futures-task",
19234 "futures-util",
19235 "getrandom 0.2.15",
19236 "getrandom 0.3.2",
19237 "gimli",
19238 "half",
19239 "handlebars 4.5.0",
19240 "hashbrown 0.14.5",
19241 "hashbrown 0.15.3",
19242 "heck 0.4.1",
19243 "hmac",
19244 "hyper 0.14.32",
19245 "hyper-rustls 0.27.5",
19246 "idna",
19247 "indexmap",
19248 "inout",
19249 "itertools 0.12.1",
19250 "itertools 0.13.0",
19251 "jiff",
19252 "lazy_static",
19253 "libc",
19254 "libsqlite3-sys",
19255 "linux-raw-sys 0.4.15",
19256 "linux-raw-sys 0.9.4",
19257 "log",
19258 "lyon",
19259 "lyon_path",
19260 "md-5",
19261 "memchr",
19262 "miniz_oxide",
19263 "mio",
19264 "naga",
19265 "nix 0.29.0",
19266 "nom",
19267 "num-bigint",
19268 "num-bigint-dig",
19269 "num-integer",
19270 "num-iter",
19271 "num-rational",
19272 "num-traits",
19273 "objc2",
19274 "objc2-foundation",
19275 "objc2-metal",
19276 "object",
19277 "once_cell",
19278 "percent-encoding",
19279 "phf",
19280 "phf_shared",
19281 "prettyplease",
19282 "proc-macro2",
19283 "prost 0.9.0",
19284 "prost-types 0.9.0",
19285 "quote",
19286 "rand 0.8.5",
19287 "rand 0.9.1",
19288 "rand_chacha 0.3.1",
19289 "rand_core 0.6.4",
19290 "regalloc2",
19291 "regex",
19292 "regex-automata 0.4.9",
19293 "regex-syntax 0.8.5",
19294 "ring",
19295 "rust_decimal",
19296 "rustc-hash 1.1.0",
19297 "rustix 0.38.44",
19298 "rustix 1.0.7",
19299 "rustls 0.23.26",
19300 "rustls-webpki 0.103.1",
19301 "scopeguard",
19302 "sea-orm",
19303 "sea-query-binder",
19304 "security-framework 3.2.0",
19305 "security-framework-sys",
19306 "semver",
19307 "serde",
19308 "serde_derive",
19309 "serde_json",
19310 "sha1",
19311 "simd-adler32",
19312 "smallvec",
19313 "spin",
19314 "sqlx",
19315 "sqlx-macros",
19316 "sqlx-macros-core",
19317 "sqlx-postgres",
19318 "sqlx-sqlite",
19319 "strum 0.26.3",
19320 "subtle",
19321 "syn 1.0.109",
19322 "syn 2.0.101",
19323 "sync_wrapper 1.0.2",
19324 "thiserror 2.0.12",
19325 "time",
19326 "time-macros",
19327 "tokio",
19328 "tokio-rustls 0.26.2",
19329 "tokio-socks",
19330 "tokio-stream",
19331 "tokio-util",
19332 "toml_datetime",
19333 "toml_edit",
19334 "tower 0.5.2",
19335 "tracing",
19336 "tracing-core",
19337 "tungstenite 0.26.2",
19338 "unicode-normalization",
19339 "unicode-properties",
19340 "url",
19341 "uuid",
19342 "wasm-encoder 0.221.3",
19343 "wasmparser 0.221.3",
19344 "wasmtime",
19345 "wasmtime-cranelift",
19346 "wasmtime-environ",
19347 "winapi",
19348 "windows-core 0.61.0",
19349 "windows-numerics",
19350 "windows-sys 0.48.0",
19351 "windows-sys 0.52.0",
19352 "windows-sys 0.59.0",
19353 "winnow",
19354 "zeroize",
19355 "zvariant",
19356]
19357
19358[[package]]
19359name = "worktree"
19360version = "0.1.0"
19361dependencies = [
19362 "anyhow",
19363 "clock",
19364 "collections",
19365 "env_logger 0.11.8",
19366 "fs",
19367 "futures 0.3.31",
19368 "fuzzy",
19369 "git",
19370 "git2",
19371 "gpui",
19372 "http_client",
19373 "ignore",
19374 "language",
19375 "log",
19376 "parking_lot",
19377 "paths",
19378 "postage",
19379 "pretty_assertions",
19380 "rand 0.8.5",
19381 "rpc",
19382 "schemars",
19383 "serde",
19384 "serde_json",
19385 "settings",
19386 "smallvec",
19387 "smol",
19388 "sum_tree",
19389 "text",
19390 "util",
19391 "workspace-hack",
19392]
19393
19394[[package]]
19395name = "write16"
19396version = "1.0.0"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19399
19400[[package]]
19401name = "writeable"
19402version = "0.5.5"
19403source = "registry+https://github.com/rust-lang/crates.io-index"
19404checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19405
19406[[package]]
19407name = "wyz"
19408version = "0.5.1"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19411dependencies = [
19412 "tap",
19413]
19414
19415[[package]]
19416name = "x11"
19417version = "2.21.0"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19420dependencies = [
19421 "libc",
19422 "pkg-config",
19423]
19424
19425[[package]]
19426name = "x11-clipboard"
19427version = "0.9.3"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19430dependencies = [
19431 "libc",
19432 "x11rb",
19433]
19434
19435[[package]]
19436name = "x11rb"
19437version = "0.13.1"
19438source = "registry+https://github.com/rust-lang/crates.io-index"
19439checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19440dependencies = [
19441 "as-raw-xcb-connection",
19442 "gethostname",
19443 "libc",
19444 "rustix 0.38.44",
19445 "x11rb-protocol",
19446]
19447
19448[[package]]
19449name = "x11rb-protocol"
19450version = "0.13.1"
19451source = "registry+https://github.com/rust-lang/crates.io-index"
19452checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19453
19454[[package]]
19455name = "xattr"
19456version = "0.2.3"
19457source = "registry+https://github.com/rust-lang/crates.io-index"
19458checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19459dependencies = [
19460 "libc",
19461]
19462
19463[[package]]
19464name = "xcb"
19465version = "1.5.0"
19466source = "registry+https://github.com/rust-lang/crates.io-index"
19467checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19468dependencies = [
19469 "bitflags 1.3.2",
19470 "libc",
19471 "quick-xml 0.30.0",
19472 "x11",
19473]
19474
19475[[package]]
19476name = "xcursor"
19477version = "0.3.8"
19478source = "registry+https://github.com/rust-lang/crates.io-index"
19479checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19480
19481[[package]]
19482name = "xdg-home"
19483version = "1.3.0"
19484source = "registry+https://github.com/rust-lang/crates.io-index"
19485checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19486dependencies = [
19487 "libc",
19488 "windows-sys 0.59.0",
19489]
19490
19491[[package]]
19492name = "xim"
19493version = "0.4.0"
19494source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19495dependencies = [
19496 "ahash 0.8.11",
19497 "hashbrown 0.14.5",
19498 "log",
19499 "x11rb",
19500 "xim-ctext",
19501 "xim-parser",
19502]
19503
19504[[package]]
19505name = "xim-ctext"
19506version = "0.3.0"
19507source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19508dependencies = [
19509 "encoding_rs",
19510]
19511
19512[[package]]
19513name = "xim-parser"
19514version = "0.2.1"
19515source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19516dependencies = [
19517 "bitflags 2.9.0",
19518]
19519
19520[[package]]
19521name = "xkbcommon"
19522version = "0.8.0"
19523source = "registry+https://github.com/rust-lang/crates.io-index"
19524checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19525dependencies = [
19526 "as-raw-xcb-connection",
19527 "libc",
19528 "memmap2",
19529 "xkeysym",
19530]
19531
19532[[package]]
19533name = "xkeysym"
19534version = "0.2.1"
19535source = "registry+https://github.com/rust-lang/crates.io-index"
19536checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19537
19538[[package]]
19539name = "xml5ever"
19540version = "0.18.1"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19543dependencies = [
19544 "log",
19545 "mac",
19546 "markup5ever 0.12.1",
19547]
19548
19549[[package]]
19550name = "xmlparser"
19551version = "0.13.6"
19552source = "registry+https://github.com/rust-lang/crates.io-index"
19553checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19554
19555[[package]]
19556name = "xmlwriter"
19557version = "0.1.0"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19560
19561[[package]]
19562name = "xtask"
19563version = "0.1.0"
19564dependencies = [
19565 "anyhow",
19566 "cargo_metadata",
19567 "cargo_toml",
19568 "clap",
19569 "workspace-hack",
19570]
19571
19572[[package]]
19573name = "yaml-rust2"
19574version = "0.8.1"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19577dependencies = [
19578 "arraydeque",
19579 "encoding_rs",
19580 "hashlink 0.8.4",
19581]
19582
19583[[package]]
19584name = "yansi"
19585version = "1.0.1"
19586source = "registry+https://github.com/rust-lang/crates.io-index"
19587checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19588
19589[[package]]
19590name = "yazi"
19591version = "0.2.1"
19592source = "registry+https://github.com/rust-lang/crates.io-index"
19593checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19594
19595[[package]]
19596name = "yeslogic-fontconfig-sys"
19597version = "6.0.0"
19598source = "registry+https://github.com/rust-lang/crates.io-index"
19599checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19600dependencies = [
19601 "dlib",
19602 "once_cell",
19603 "pkg-config",
19604]
19605
19606[[package]]
19607name = "yoke"
19608version = "0.7.5"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19611dependencies = [
19612 "serde",
19613 "stable_deref_trait",
19614 "yoke-derive",
19615 "zerofrom",
19616]
19617
19618[[package]]
19619name = "yoke-derive"
19620version = "0.7.5"
19621source = "registry+https://github.com/rust-lang/crates.io-index"
19622checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19623dependencies = [
19624 "proc-macro2",
19625 "quote",
19626 "syn 2.0.101",
19627 "synstructure",
19628]
19629
19630[[package]]
19631name = "zbus"
19632version = "5.5.0"
19633source = "registry+https://github.com/rust-lang/crates.io-index"
19634checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19635dependencies = [
19636 "async-broadcast",
19637 "async-executor",
19638 "async-fs",
19639 "async-io",
19640 "async-lock",
19641 "async-process",
19642 "async-recursion 1.1.1",
19643 "async-task",
19644 "async-trait",
19645 "blocking",
19646 "enumflags2",
19647 "event-listener 5.4.0",
19648 "futures-core",
19649 "futures-lite 2.6.0",
19650 "hex",
19651 "nix 0.29.0",
19652 "ordered-stream",
19653 "serde",
19654 "serde_repr",
19655 "static_assertions",
19656 "tracing",
19657 "uds_windows",
19658 "windows-sys 0.59.0",
19659 "winnow",
19660 "xdg-home",
19661 "zbus_macros",
19662 "zbus_names",
19663 "zvariant",
19664]
19665
19666[[package]]
19667name = "zbus_macros"
19668version = "5.5.0"
19669source = "registry+https://github.com/rust-lang/crates.io-index"
19670checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19671dependencies = [
19672 "proc-macro-crate",
19673 "proc-macro2",
19674 "quote",
19675 "syn 2.0.101",
19676 "zbus_names",
19677 "zvariant",
19678 "zvariant_utils",
19679]
19680
19681[[package]]
19682name = "zbus_names"
19683version = "4.2.0"
19684source = "registry+https://github.com/rust-lang/crates.io-index"
19685checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19686dependencies = [
19687 "serde",
19688 "static_assertions",
19689 "winnow",
19690 "zvariant",
19691]
19692
19693[[package]]
19694name = "zed"
19695version = "0.188.2"
19696dependencies = [
19697 "activity_indicator",
19698 "agent",
19699 "anyhow",
19700 "ashpd",
19701 "askpass",
19702 "assets",
19703 "assistant_context_editor",
19704 "assistant_settings",
19705 "assistant_tool",
19706 "assistant_tools",
19707 "async-watch",
19708 "audio",
19709 "auto_update",
19710 "auto_update_ui",
19711 "backtrace",
19712 "breadcrumbs",
19713 "call",
19714 "channel",
19715 "chrono",
19716 "clap",
19717 "cli",
19718 "client",
19719 "collab_ui",
19720 "collections",
19721 "command_palette",
19722 "component",
19723 "copilot",
19724 "dap",
19725 "dap_adapters",
19726 "db",
19727 "debug_adapter_extension",
19728 "debugger_tools",
19729 "debugger_ui",
19730 "diagnostics",
19731 "editor",
19732 "env_logger 0.11.8",
19733 "extension",
19734 "extension_host",
19735 "extensions_ui",
19736 "feature_flags",
19737 "feedback",
19738 "file_finder",
19739 "fs",
19740 "futures 0.3.31",
19741 "git",
19742 "git_hosting_providers",
19743 "git_ui",
19744 "go_to_line",
19745 "gpui",
19746 "gpui_tokio",
19747 "http_client",
19748 "image_viewer",
19749 "indoc",
19750 "inline_completion_button",
19751 "install_cli",
19752 "jj_ui",
19753 "journal",
19754 "language",
19755 "language_extension",
19756 "language_model",
19757 "language_models",
19758 "language_selector",
19759 "language_tools",
19760 "languages",
19761 "libc",
19762 "log",
19763 "markdown",
19764 "markdown_preview",
19765 "menu",
19766 "migrator",
19767 "mimalloc",
19768 "nix 0.29.0",
19769 "node_runtime",
19770 "notifications",
19771 "outline",
19772 "outline_panel",
19773 "parking_lot",
19774 "paths",
19775 "picker",
19776 "profiling",
19777 "project",
19778 "project_panel",
19779 "project_symbols",
19780 "prompt_store",
19781 "proto",
19782 "recent_projects",
19783 "release_channel",
19784 "remote",
19785 "repl",
19786 "reqwest_client",
19787 "rope",
19788 "search",
19789 "serde",
19790 "serde_json",
19791 "session",
19792 "settings",
19793 "settings_ui",
19794 "shellexpand 2.1.2",
19795 "smol",
19796 "snippet_provider",
19797 "snippets_ui",
19798 "supermaven",
19799 "sysinfo",
19800 "tab_switcher",
19801 "task",
19802 "tasks_ui",
19803 "telemetry",
19804 "telemetry_events",
19805 "terminal_view",
19806 "theme",
19807 "theme_extension",
19808 "theme_selector",
19809 "time",
19810 "title_bar",
19811 "toolchain_selector",
19812 "tree-sitter-md",
19813 "tree-sitter-rust",
19814 "ui",
19815 "ui_input",
19816 "ui_prompt",
19817 "url",
19818 "urlencoding",
19819 "util",
19820 "uuid",
19821 "vim",
19822 "vim_mode_setting",
19823 "web_search",
19824 "web_search_providers",
19825 "welcome",
19826 "windows 0.61.1",
19827 "winresource",
19828 "workspace",
19829 "workspace-hack",
19830 "zed_actions",
19831 "zeta",
19832 "zlog",
19833 "zlog_settings",
19834]
19835
19836[[package]]
19837name = "zed_actions"
19838version = "0.1.0"
19839dependencies = [
19840 "gpui",
19841 "schemars",
19842 "serde",
19843 "uuid",
19844 "workspace-hack",
19845]
19846
19847[[package]]
19848name = "zed_emmet"
19849version = "0.0.3"
19850dependencies = [
19851 "zed_extension_api 0.1.0",
19852]
19853
19854[[package]]
19855name = "zed_extension_api"
19856version = "0.1.0"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19859dependencies = [
19860 "serde",
19861 "serde_json",
19862 "wit-bindgen 0.22.0",
19863]
19864
19865[[package]]
19866name = "zed_extension_api"
19867version = "0.6.0"
19868dependencies = [
19869 "serde",
19870 "serde_json",
19871 "wit-bindgen 0.41.0",
19872]
19873
19874[[package]]
19875name = "zed_glsl"
19876version = "0.1.0"
19877dependencies = [
19878 "zed_extension_api 0.1.0",
19879]
19880
19881[[package]]
19882name = "zed_html"
19883version = "0.2.1"
19884dependencies = [
19885 "zed_extension_api 0.1.0",
19886]
19887
19888[[package]]
19889name = "zed_llm_client"
19890version = "0.8.2"
19891source = "registry+https://github.com/rust-lang/crates.io-index"
19892checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19893dependencies = [
19894 "anyhow",
19895 "serde",
19896 "serde_json",
19897 "strum 0.27.1",
19898 "uuid",
19899]
19900
19901[[package]]
19902name = "zed_proto"
19903version = "0.2.2"
19904dependencies = [
19905 "zed_extension_api 0.1.0",
19906]
19907
19908[[package]]
19909name = "zed_ruff"
19910version = "0.1.0"
19911dependencies = [
19912 "zed_extension_api 0.1.0",
19913]
19914
19915[[package]]
19916name = "zed_snippets"
19917version = "0.0.5"
19918dependencies = [
19919 "serde_json",
19920 "zed_extension_api 0.1.0",
19921]
19922
19923[[package]]
19924name = "zed_test_extension"
19925version = "0.1.0"
19926dependencies = [
19927 "zed_extension_api 0.6.0",
19928]
19929
19930[[package]]
19931name = "zed_toml"
19932version = "0.1.3"
19933dependencies = [
19934 "zed_extension_api 0.1.0",
19935]
19936
19937[[package]]
19938name = "zeno"
19939version = "0.3.2"
19940source = "registry+https://github.com/rust-lang/crates.io-index"
19941checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19942
19943[[package]]
19944name = "zerocopy"
19945version = "0.7.35"
19946source = "registry+https://github.com/rust-lang/crates.io-index"
19947checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19948dependencies = [
19949 "zerocopy-derive 0.7.35",
19950]
19951
19952[[package]]
19953name = "zerocopy"
19954version = "0.8.24"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19957dependencies = [
19958 "zerocopy-derive 0.8.24",
19959]
19960
19961[[package]]
19962name = "zerocopy-derive"
19963version = "0.7.35"
19964source = "registry+https://github.com/rust-lang/crates.io-index"
19965checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19966dependencies = [
19967 "proc-macro2",
19968 "quote",
19969 "syn 2.0.101",
19970]
19971
19972[[package]]
19973name = "zerocopy-derive"
19974version = "0.8.24"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19977dependencies = [
19978 "proc-macro2",
19979 "quote",
19980 "syn 2.0.101",
19981]
19982
19983[[package]]
19984name = "zerofrom"
19985version = "0.1.6"
19986source = "registry+https://github.com/rust-lang/crates.io-index"
19987checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19988dependencies = [
19989 "zerofrom-derive",
19990]
19991
19992[[package]]
19993name = "zerofrom-derive"
19994version = "0.1.6"
19995source = "registry+https://github.com/rust-lang/crates.io-index"
19996checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19997dependencies = [
19998 "proc-macro2",
19999 "quote",
20000 "syn 2.0.101",
20001 "synstructure",
20002]
20003
20004[[package]]
20005name = "zeroize"
20006version = "1.8.1"
20007source = "registry+https://github.com/rust-lang/crates.io-index"
20008checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20009dependencies = [
20010 "zeroize_derive",
20011]
20012
20013[[package]]
20014name = "zeroize_derive"
20015version = "1.4.2"
20016source = "registry+https://github.com/rust-lang/crates.io-index"
20017checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20018dependencies = [
20019 "proc-macro2",
20020 "quote",
20021 "syn 2.0.101",
20022]
20023
20024[[package]]
20025name = "zeromq"
20026version = "0.5.0-pre"
20027source = "registry+https://github.com/rust-lang/crates.io-index"
20028checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20029dependencies = [
20030 "async-dispatcher",
20031 "async-std",
20032 "async-trait",
20033 "asynchronous-codec",
20034 "bytes 1.10.1",
20035 "crossbeam-queue",
20036 "dashmap 5.5.3",
20037 "futures 0.3.31",
20038 "log",
20039 "num-traits",
20040 "once_cell",
20041 "parking_lot",
20042 "rand 0.8.5",
20043 "regex",
20044 "thiserror 1.0.69",
20045 "uuid",
20046]
20047
20048[[package]]
20049name = "zerovec"
20050version = "0.10.4"
20051source = "registry+https://github.com/rust-lang/crates.io-index"
20052checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20053dependencies = [
20054 "yoke",
20055 "zerofrom",
20056 "zerovec-derive",
20057]
20058
20059[[package]]
20060name = "zerovec-derive"
20061version = "0.10.3"
20062source = "registry+https://github.com/rust-lang/crates.io-index"
20063checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20064dependencies = [
20065 "proc-macro2",
20066 "quote",
20067 "syn 2.0.101",
20068]
20069
20070[[package]]
20071name = "zeta"
20072version = "0.1.0"
20073dependencies = [
20074 "anyhow",
20075 "arrayvec",
20076 "call",
20077 "client",
20078 "clock",
20079 "collections",
20080 "command_palette_hooks",
20081 "ctor",
20082 "db",
20083 "editor",
20084 "env_logger 0.11.8",
20085 "feature_flags",
20086 "fs",
20087 "futures 0.3.31",
20088 "gpui",
20089 "http_client",
20090 "indoc",
20091 "inline_completion",
20092 "language",
20093 "language_model",
20094 "log",
20095 "menu",
20096 "migrator",
20097 "paths",
20098 "postage",
20099 "project",
20100 "proto",
20101 "regex",
20102 "release_channel",
20103 "reqwest_client",
20104 "rpc",
20105 "serde",
20106 "serde_json",
20107 "settings",
20108 "telemetry",
20109 "telemetry_events",
20110 "theme",
20111 "thiserror 2.0.12",
20112 "tree-sitter-go",
20113 "tree-sitter-rust",
20114 "ui",
20115 "unindent",
20116 "util",
20117 "uuid",
20118 "workspace",
20119 "workspace-hack",
20120 "worktree",
20121 "zed_actions",
20122 "zed_llm_client",
20123]
20124
20125[[package]]
20126name = "zip"
20127version = "0.6.6"
20128source = "registry+https://github.com/rust-lang/crates.io-index"
20129checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20130dependencies = [
20131 "aes",
20132 "byteorder",
20133 "bzip2",
20134 "constant_time_eq 0.1.5",
20135 "crc32fast",
20136 "crossbeam-utils",
20137 "flate2",
20138 "hmac",
20139 "pbkdf2 0.11.0",
20140 "sha1",
20141 "time",
20142 "zstd",
20143]
20144
20145[[package]]
20146name = "zlib-rs"
20147version = "0.5.0"
20148source = "registry+https://github.com/rust-lang/crates.io-index"
20149checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20150
20151[[package]]
20152name = "zlog"
20153version = "0.1.0"
20154dependencies = [
20155 "anyhow",
20156 "chrono",
20157 "log",
20158 "tempfile",
20159 "workspace-hack",
20160]
20161
20162[[package]]
20163name = "zlog_settings"
20164version = "0.1.0"
20165dependencies = [
20166 "anyhow",
20167 "gpui",
20168 "schemars",
20169 "serde",
20170 "settings",
20171 "workspace-hack",
20172 "zlog",
20173]
20174
20175[[package]]
20176name = "zstd"
20177version = "0.11.2+zstd.1.5.2"
20178source = "registry+https://github.com/rust-lang/crates.io-index"
20179checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20180dependencies = [
20181 "zstd-safe",
20182]
20183
20184[[package]]
20185name = "zstd-safe"
20186version = "5.0.2+zstd.1.5.2"
20187source = "registry+https://github.com/rust-lang/crates.io-index"
20188checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20189dependencies = [
20190 "libc",
20191 "zstd-sys",
20192]
20193
20194[[package]]
20195name = "zstd-sys"
20196version = "2.0.15+zstd.1.5.7"
20197source = "registry+https://github.com/rust-lang/crates.io-index"
20198checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20199dependencies = [
20200 "cc",
20201 "pkg-config",
20202]
20203
20204[[package]]
20205name = "zune-core"
20206version = "0.4.12"
20207source = "registry+https://github.com/rust-lang/crates.io-index"
20208checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20209
20210[[package]]
20211name = "zune-inflate"
20212version = "0.2.54"
20213source = "registry+https://github.com/rust-lang/crates.io-index"
20214checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20215dependencies = [
20216 "simd-adler32",
20217]
20218
20219[[package]]
20220name = "zune-jpeg"
20221version = "0.4.14"
20222source = "registry+https://github.com/rust-lang/crates.io-index"
20223checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20224dependencies = [
20225 "zune-core",
20226]
20227
20228[[package]]
20229name = "zvariant"
20230version = "5.4.0"
20231source = "registry+https://github.com/rust-lang/crates.io-index"
20232checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20233dependencies = [
20234 "endi",
20235 "enumflags2",
20236 "serde",
20237 "static_assertions",
20238 "url",
20239 "winnow",
20240 "zvariant_derive",
20241 "zvariant_utils",
20242]
20243
20244[[package]]
20245name = "zvariant_derive"
20246version = "5.4.0"
20247source = "registry+https://github.com/rust-lang/crates.io-index"
20248checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20249dependencies = [
20250 "proc-macro-crate",
20251 "proc-macro2",
20252 "quote",
20253 "syn 2.0.101",
20254 "zvariant_utils",
20255]
20256
20257[[package]]
20258name = "zvariant_utils"
20259version = "3.2.0"
20260source = "registry+https://github.com/rust-lang/crates.io-index"
20261checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20262dependencies = [
20263 "proc-macro2",
20264 "quote",
20265 "serde",
20266 "static_assertions",
20267 "syn 2.0.101",
20268 "winnow",
20269]